@import url('https://fonts.googleapis.com/css2?family=Dosis:wght@200..800&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
:root {
  --theme-primary: #282c91;
  --theme-primary-light: #f1f8fc;
  --theme-primary-dark: #112541;
  --theme-warning: #fddd17;
  --theme-danger: #eb1d27;
  --theme-green: #34a345;
  --font-family1: "Dosis", sans-serif;
  --font-family2: "Roboto", sans-serif;
  --theme-gray: rgb(248, 248, 248);
  --theme-primary-accent: #f1f3f2;
  --theme-dark: #0a0a0a;
  --step--2: clamp(0.6076rem, 0.5964rem + 0.0563vw, 0.64rem);
  --step--1: clamp(0.7292rem, 0.7045rem + 0.1232vw, 0.8rem);
  --step-0: clamp(0.875rem, 0.8315rem + 0.2174vw, 1rem);
  --step-1: clamp(1.05rem, 0.9804rem + 0.3478vw, 1.25rem);
  --step-2: clamp(1.26rem, 1.1548rem + 0.5261vw, 1.5625rem);
  --step-3: clamp(1.512rem, 1.3586rem + 0.7672vw, 1.9531rem);
  --step-4: clamp(1.8144rem, 1.5963rem + 1.0904vw, 2.4414rem);
  --step-5: clamp(2.1773rem, 1.8731rem + 1.5208vw, 3.0518rem);
}
body,
html {
  font-size: var(--step-0);
  /* color: var(--theme-dark); */
  color: #2d3b3b;
  line-height: 1.6em;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  background: #fff;
  font-family: var(--font-family2);
  scroll-behavior: smooth;
}
.fs-14 {
  font-size: 0.8rem;
}
.border-white-50 {
  border-color: rgba(255, 255, 255, 0.5) !important;
}
.border-theme-primary {
  border-color: var(--theme-primary) !important;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700 !important;
  font-family: var(--font-family1);
}
.h1,
h1 {
  font-size: var(--step-5);
}
.h2,
h2 {
  font-size: var(--step-4);
}
.h3,
h3 {
  font-size: var(--step-3);
}
.h4,
h4 {
  font-size: var(--step-2);
}
.h5,
h5 {
  font-size: var(--step-1);
}
.h6,
h6 {
  font-size: var(--step-0);
}
.small,
small {
  font-size: var(--step--1);
}
.smallest {
  font-size: var(--step--2);
}
.bg-theme-primary-accent {
  background-color: var(--theme-primary-accent) !important;
}
.bg-theme-primary-light {
  background-color: var(--theme-primary-light) !important;
}
.bg-theme-primary {
  background-color: var(--theme-primary);
}
.bg-theme-primary-dark {
  background-color: var(--theme-primary-dark);
}
.bg-theme-warning {
  background-color: var(--theme-warning) !important;
}
.text-theme-primary {
  color: var(--theme-primary) !important;
}
.border-4 {
  border: 4px solid;
}
.border-theme-warning {
  border-color: var(--theme-warning) !important;
}
.text-theme-primary-dark {
  color: var(--theme-primary-dark) !important;
}
.text-theme-warning {
  color: var(--theme-warning) !important;
}
.ls-1 {
  letter-spacing: 1px;
}
.ls-2 {
  letter-spacing: 2px;
}
.lh-13 {
  line-height: 1.3;
}
.lh-1 {
  line-height: 1;
}
.page-wrapper {
  position: relative;
  width: 100%;
  min-width: 300px;
  z-index: 9;
  margin: 0 auto;
}
.text-black {
  color: #000 !important;
}
.text-shadow {
  text-shadow: 0 0 #000;
}
a {
  text-decoration: none;
}
body.mobile-menu-visible .page-wrapper {
  z-index: 999999;
}
.auto-container {
  position: static;
  max-width: 1170px;
  padding: 0 15px;
  margin: 0 auto;
}
.main-header li,
.main-header ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
img {
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.scroll-to-top {
  position: fixed;
  right: 10px;
  bottom: 90px;
  width: 40px;
  height: 40px;
  font-size: 14px;
  line-height: 38px;
  text-align: center;
  z-index: 100;
  cursor: pointer;
  border-radius: 50%;
  display: none;
  transition: 0.3s;
}
.scroll-to-top:hover {
  color: #fff;
  background: var(--theme-primary-dark);
}
.gal-card {
  position: relative;
  box-shadow: 0 3px 6px #0000000f;
  border: 1px solid #70707040;
}
.gal-card:hover .gal-content {
  bottom: 100%;
  transform: translateY(100%);
}
.gal-content {
  background: #0b7c2d;
  padding: 10px;
  position: absolute;
  width: 100%;
  bottom: 0;
  transition: 1s;
}
.gal-content .act-name {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
}
.gal-img {
  height: 250px;
  width: 100%;
}
.gal-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@keyframes scrollDown {
  0% {
    transform: translate3d(0, -70px, 0);
  }
  50% {
    animation-timing-function: ease-in-out;
    transform: translate3d(0, 0, 0);
  }
  100% {
    animation-timing-function: ease-in-out;
    transform: translate3d(0, 65px, 0);
  }
}

.mobile-menu,
.sticky-header {
  position: fixed;
  visibility: hidden;
  top: 0;
}

.sticky-header {
  opacity: 0;
  left: 0;
  width: 100%;
  padding: 0;
  z-index: -1;
  background: #fff;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  -webkit-transition: top 0.3s;
  -o-transition: top 0.3s;
  transition: top 0.3s;
}
.fixed-header .sticky-header {
  opacity: 1;
  z-index: 99901;
  visibility: visible;
}

.mobile-menu {
  right: 0;
  width: 300px;
  padding-right: 30px;
  max-width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 999999;
}
.mobile-menu .mCSB_scrollTools {
  right: -6px;
}
.mobile-menu .mCSB_inside > .mCSB_container {
  margin-right: 5px;
}
.mobile-menu .navbar-collapse {
  display: block !important;
}
.mobile-menu .nav-logo {
  position: relative;
  padding: 20px 25px;
  text-align: left;
  margin: 0;
  background: #fff;
}
.mobile-menu-visible .mobile-menu {
  opacity: 1;
  visibility: visible;
}
.mobile-menu .menu-backdrop {
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  -webkit-transform: translateX(101%);
  -ms-transform: translateX(101%);
  transform: translateX(101%);
  transition: 0.9s;
  -moz-transition: 0.9s;
  -webkit-transition: 0.9s;
  -ms-transition: 0.9s;
  -o-transition: 0.9s;
  background-color: #000;
}
.mobile-menu-visible .mobile-menu .menu-backdrop {
  opacity: 0.3;
  visibility: visible;
  -webkit-transition: 0.7s;
  -o-transition: 0.7s;
  transition: 0.7s;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.mobile-menu .menu-box {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  max-height: 100%;
  overflow-y: auto;
  background: var(--theme-primary);
  padding: 0;
  z-index: 5;
  opacity: 0;
  visibility: hidden;
  border-radius: 0;
  -webkit-transform: translateX(101%);
  -ms-transform: translateX(101%);
  transform: translateX(101%);
}
.mobile-menu-visible .mobile-menu .menu-box {
  opacity: 1;
  visibility: visible;
  -webkit-transition: 0.7s;
  -o-transition: 0.7s;
  transition: 0.7s;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.mobile-menu .close-btn {
  position: absolute;
  right: 5px;
  top: 10px;
  line-height: 10px;
  width: 24px;
  text-align: center;
  font-size: 20px;
  color: var(--theme-primary-dark);
  cursor: pointer;
  z-index: 10;
  font-weight: 400;
  -webkit-transition: 0.9s;
  -o-transition: 0.9s;
  transition: 0.9s;
}
.mobile-menu .navigation {
  position: relative;
  display: block;
  width: 100%;
  float: none;
}
.mobile-menu .navigation li {
  position: relative;
  display: block;
}
.mobile-menu .navigation:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.mobile-menu .navigation li > a {
  position: relative;
  display: block;
  line-height: 24px;
  padding: 7px 25px;
  font-size: 14px;
  color: #fff;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.mobile-menu .navigation li a img {
  filter: invert(1) brightness(100);
  max-width: 18px;
}
.mobile-menu .navigation li ul li > a {
  font-size: 13px;
  margin-left: 20px;
  text-transform: capitalize;
}
.mobile-menu .navigation li ul li:before {
  position: absolute;
  left: 22px;
  font-family: FontAwesome;
  font-weight: 800;
  content: "\f178";
  top: 11px;
  line-height: 15px;
  color: #fff;
}
.mobile-menu .navigation li > a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 0;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.mobile-menu .navigation li.current > a:before {
  height: 100%;
}
.mobile-menu .navigation li.dropdown .dropdown-btn {
  position: absolute;
  right: 6px;
  top: 0.2em;
  width: 32px;
  height: 32px;
  text-align: center;
  transform: rotate(90deg);
  font-size: 16px;
  line-height: 32px;
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
  cursor: pointer;
  border-radius: 2px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  z-index: 5;
}
.mobile-menu .navigation li.dropdown .dropdown-btn.open {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.mobile-menu .social-links {
  position: relative;
  text-align: center;
  padding: 30px 25px;
}
.mobile-menu .social-links li {
  position: relative;
  display: inline-block;
  margin: 0 10px 10px;
}
.mobile-menu .social-links li a {
  position: relative;
  line-height: 32px;
  font-size: 14px;
  color: #fff;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  padding: 5px 10px;
}

.scroll-to-top {
  color: var(--theme-primary-dark);
  background: #fff;
  border: 2px dashed var(--theme-primary-dark);
}
.page-title {
  position: relative;
  padding: 45px 0;
  text-align: center !important;
  background-size: cover !important;
  background-repeat: no-repeat;
  background-position: center !important;
  border-top: 1px solid var(--gold-color);
  background: var(--theme-primary)
    url(https://resources.edunexttechnologies.com/web-data/page-title-bg.png)
    no-repeat center;
}
.page-title h1 {
  font-size: 24px;
  color: #fff;
  line-height: 42px;
  margin-bottom: 0;
  font-weight: 500;
}

#enquirymodal,
#newmodal {
  z-index: 9999;
  background: rgb(0 0 0 / 74%);
}
#enquirymodal .modal-header {
  background: var(--blue-color);
  padding: 0.2rem 1rem;
  border-bottom: none;
}
#enquirymodal .modal-content {
  border-radius: 10px;
}
#enquirymodal .close,
.modal .close {
  position: absolute;
  font-size: 18px;
  background: #343f64;
  opacity: 1;
  color: #fff;
  text-shadow: none;
  display: inline-block;
  padding: 0 4px 8px 8px;
  border-radius: 0 0 0 42px;
  cursor: pointer;
  z-index: 22;
}
#enquirymodal h4 {
  color: #fff;
  font-size: 20px;
}
#enquirymodal .close {
  top: 16px;
  right: 16px;
}
.modal .close {
  top: 0;
  right: 0;
}
#newmodal .modal-dialog .modal-dialog-centered {
  width: 100%;
}
.whats-img {
  bottom: 45px;
  right: 10px;
  width: 40px;
  position: fixed;
  z-index: 22;
}
.owl-next,
.owl-prev {
  position: absolute;
  top: 50%;
  width: 65px !important;
  height: 65px !important;
}
.owl-prev {
  left: 0% !important;
  border: 0px solid #fff !important;
  border-radius: 130px;
}
.owl-next {
  right: 0% !important;
  border: 0px solid #fff !important;
  border-radius: 130px;
}
/* menu style  */

.navigation {
  display: none;
  font-weight: 500;
  /* justify-content: space-between; */
}

@media screen and (min-width: 768px) {
  .navigation {
    display: flex;
    gap: 25px;
  }
}

.navigation ul li:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.navigation .dropdown {
  position: relative;
  padding-right: 10px;
}
.navbar .navigation ul a {
  padding: 0.4em 1em;
}
@keyframes slideUp {
  from {
    transform: translateY(10px);
  }
  to {
    transform: none;
  }
}
.navbar .navigation .dropdown ul {
  position: absolute;
  /* padding: 0 .75em; */
  font-size: 0.9rem;
  width: 200px;
  left: 0;
  background-color: white;
  border: 1px solid var(--clr-border);
  border-radius: 3px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  display: none;
  z-index: 1;
  transition: all 0.3s;
  z-index: 999;
  animation: slideUp 0.6s ease alternate;
}

.navbar .navigation .dropdown:hover > ul {
  display: block;
}
.navigation .home-icon img {
  width: 1.2em;
}
.navbar .navigation .dropdown ul .dropdown ul {
  left: 100%;
  margin: 0;
  top: 0;
}

.navbar .dropdown::after {
  content: "\f078";
  position: absolute;
  right: 0;
  top: 55%;
  translate: 0 -50%;
  font-size: 0.7em;
  font-weight: bold;
  font-family: "FontAwesome";
}
.navbar .dropdown .dropdown::after {
  top: 50%;
  font-family: "FontAwesome";
  content: "\f054";
  right: 5px;
}
.navbar .dropdown-btn {
  display: none;
}

.navigation li a {
  color: inherit;
  text-decoration: none;
  display: block;
  font-size: 16px;
  font-weight: 700;
  padding: 0.3em 0.5em;
  color: #444341;
  transition: all 0.3s;
}

.navigation li a:hover {
  color: var(--theme-primary);
}

.mobile-menu-toggler {
  background-color: var(--bs-light);
  border: 1px solid var(--bs-border-color);
}

/* internal page left menu style  */
#leftSideMenu {
  list-style: none;
  padding: 0 0.5rem;
  margin: 0;
  font-size: 0.875rem;
}
#leftSideMenu li {
  display: block;
  cursor: pointer;
  position: relative;
}
#leftSideMenu li.leftMenuBtn {
  padding-right: 1rem;
}
#leftSideMenu li a {
  display: block;
}
#leftSideMenu li > a {
  padding: 0.25em 0.5em;
  border-radius: 4px;
  transition: all 0.3s;
}
#leftSideMenu li:hover > a {
  color: var(--theme-dark);
}
#leftSideMenu > li.leftMenuBtn::after {
  content: "\f054";
  font-family: FontAwesome;
  font-size: 0.9em;
  font-weight: 600;
  position: absolute;
  right: 0;
  top: 0.4em;
  transition: all 0.3s;
}
#leftSideMenu > li.leftMenuBtnActive::after {
  transform: rotate(90deg);
}
#leftSideMenu li:hover::after {
  color: inherit;
}
#leftSideMenu .active-leftPage {
  background-color: var(--theme-primary);
  color: #fff !important;
}
#leftSideMenu li:not(:last-child) {
  border-bottom: 1px solid var(--bs-border-color);
}
#leftSideMenu .leftMenu-drop {
  display: block;
  padding-left: 1em;
  font-size: 0.9em;
}

.carousel-caption {
  position: absolute;
  width: 100%;
  height: 100%;
  right: 0;
  bottom: 0;
  left: 0%;
  top: 0;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: left;
}
.home-page-slider.owl-carousel.slide__inner h1,
.home-page-slider.owl-carousel.slide__inner p,
.home-page-slider.owl-carousel.slide__inner .slider__text h2,
.home-page-slider.owl-carousel.slide__inner h6,
.home-page-slider.owl-carousel.slide__inner h4,
.home-page-slider.owl-carousel.slider__btn .dcare__btn,
.slider__btm__img-1,
.slider__btm__img-2 {
  animation-fill-mode: both;
  animation-name: fadeOut;
}

.home-page-slider.owl-carousel.slide__inner h1 {
  animation-delay: 0.4s;
  animation-duration: 1s;
}

.home-page-slider.owl-carousel .carousel-bg .carousel-caption h1 {
  background: #00185e;
  color: #ffffff;
  display: inline-block;
  font-family: "Dosis", sans-serif;
  font-size: 6rem;
  font-weight: 700;
  padding: 13px 30px;
  margin-bottom: 2px;
}

.home-page-slider.owl-carousel .carousel-bg .carousel-caption h2 {
  background: #00185e;
  color: #ffffff;
  font-family: "Dosis", sans-serif;
  font-size: 3rem;
  padding: 10px 30px;
  text-transform: capitalize;
  display: inline-block;
  font-weight: 700;
}
.home-page-slider.owl-carousel .carousel-bg .carousel-caption h1 {
  animation-delay: 0.4s;
  animation-duration: 1s;
}

.home-page-slider.owl-carousel .carousel-bg .carousel-caption h2 {
  animation-delay: 0.4s;
  animation-duration: 1s;
}

.home-page-slider.owl-carousel .owl-item.active h1 {
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}
.home-page-slider.owl-carousel .owl-item.active h2 {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

.home-page-slider.owl-carousel.owl-nav div.owl-prev {
  height: 65px;
  left: -80px;
  line-height: 65px;
  opacity: 1;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.5s ease 0s;
  width: 65px;
  padding: 0 !important;
  text-align: center !important;
}

.home-page-slider.owl-carousel.owl-nav div.owl-next {
  left: auto;
  right: -80px;
}

.home-page-slider:hover .owl-nav div.owl-prev {
  left: 20px;
}

.home-page-slider:hover .owl-nav div.owl-next {
  left: auto;
  right: 20px;
}

.home-page-slider.owl-carousel .owl-nav [class*="owl-"] {
  background: rgba(0, 0, 0, 0.1);
  border-radius: 100%;
  color: #fff;
  cursor: pointer;
}

.home-page-slider.owl-carousel .owl-nav [class*="owl-"] {
  font-size: 24px;
}

.home-page-slider.owl-carousel .owl-nav .disabled {
  opacity: 1;
}

.home-page-slider.owl-carousel .owl-nav [class*="owl-"]:hover {
  background: #00185e none repeat scroll 0 0;
}

.home-page-slider .owl-nav div {
  height: 65px;
  left: -80px;
  line-height: 65px;
  opacity: 1;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.5s ease 0s;
  width: 65px;
  padding: 0 !important;
  text-align: center !important;
}

.home-page-slider .owl-nav div.owl-next {
  left: auto;
  right: -80px;
}

.home-page-slider:hover .owl-nav div {
  left: 20px;
}

.home-page-slider:hover .owl-nav div.owl-next {
  left: auto;
  right: 20px;
}

.home-page-slider.owl-carousel .owl-nav [class*="owl-"] {
  background: rgba(0, 0, 0, 0.1);
  border-radius: 100%;
  color: #fff;
  cursor: pointer;
}

.home-page-slider.owl-carousel .owl-nav [class*="owl-"] {
  font-size: 24px;
}

.home-page-slider.owl-carousel .owl-nav .disabled {
  opacity: 1;
}

.home-page-slider.owl-carousel .owl-nav [class*="owl-"]:hover {
  background: #00185e none repeat scroll 0 0;
}

.home-page-slider.owl-carousel .owl-nav .owl-prev {
  width: 65px;
  height: 65px;
  left: -80px;
  line-height: 65px;
  opacity: 1;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.5s ease 0s;

  padding: 0 !important;
  text-align: center !important;
}

@media only screen and (min-width: 992px) {
  #newmodal .modal-dialog {
    max-width: 580px;
  }
}

@media only screen and (max-width: 991px) {
  .mobile-menu .navigation {
    max-height: 70vh;
    overflow: auto;
  }
}
@media (max-width: 767px) {
  .home-page-slider.owl-carousel .carousel-bg .carousel-caption h1 {
    font-size: 1rem;
    display: inline-block;
  }

  .home-page-slider.owl-carousel .carousel-bg .carousel-caption h2 {
    font-size: 0.5rem;
    display: inline-block;
  }
}
::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px var(--theme-primary-light);
  border-radius: 4px;
}
::-webkit-scrollbar-thumb {
  background: var(--theme-primary-dark);
  border-radius: 4px;
  animation-duration: 0.3s;
}
::-webkit-scrollbar-thumb:hover {
  background: var(--theme-primary);
  animation-duration: 0.3s;
}
.contact-ul li {
  display: flex;
  align-items: center;
  justify-content: start;
  margin-bottom: 2.5rem;
  gap: 1.5rem;
}
.w-15 {
  width: 15% !important;
}

.accordion-button {
  background-color: #393f8c !important;
  color: #fff !important;
}

.accordion-button,
.accordion-button.collapsed {
  box-shadow: none !important;
}

.accordion-button:not(.collapsed)::after {
  filter: invert(1);
}

.accordion-button.collapsed {
  background-color: #cecece !important;
  color: #000 !important;
}

/* footer{
  position: fixed;
  bottom: 0;
  left: 0;
  transform: translate(0,0);
  width: 100%;
} */

body section {
  min-height: 80vh;
}
