@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');
/********** Template CSS **********/
:root {
  --primary: #6B764F;
  --primarylight: #B4BF98;
  --secondary: #BD673E;
  --secondaryDark: #C46B40;
  --third:#7291A3;
  --fourth:#40462F;
  --lightred: #F9F0EC;
  --font-nav: "Raleway", serif;
  --primary-clr-900: #0a100f;
  --primary-clr-800: #0f1917;
  --primary-clr-700: #13211e;
  --primary-clr-600: #182926;
  --primary-clr-500: #1d312d;
  --primary-clr-400: #435350;
  --primary-clr-300: #687673;
  --primary-clr-200: #8e9896;
  --primary-clr-100: #b4bab9;
  --secondary-clr-900: #553311;
  --secondary-clr-800: #804d1a;
  --secondary-clr-700: #aa6622;
  --secondary-clr-600: #d4802b;
  --secondary-clr-500: #ff9933;
  --secondary-clr-400: #ffaa55;
  --secondary-clr-300: #ffbb77;
  --secondary-clr-200: #ffcc99;
  --secondary-clr-100: #ffddbb;
  --base-clr: #fff;
  --base-gray-clr: #f0f0f0;
  --passive-btn: #a8a7a7;
  --title-clr: #6B764F;
  --subtitle-clr: #616465;
  --txt-clr: #000000;
  --white-clr: #fff;
  --transparent: transparent;
  --shadow-sm: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  --shadow-md: 16px 14px 250px 0px rgba(0, 0, 0, 0.15);
  --shadow-lg: 16px 14px 250px 0px rgba(0, 0, 0, 0.07);
  --font-title: "Raleway", serif;
  --font-content: "Raleway", serif;
  --gradient-rgt-clr: linear-gradient(to right, #2b4a44 0%, #1d312d 100%);
  --gradient-top-clr: linear-gradient(to top, #ffffff 50%, #243e39 90%);
  --heading-1: 72px;
  --heading-2: 72px;
  --heading-3: 40px;
  --heading-4: 32px;
  --heading-5: 24px;
  --heading-6: 20px;
  --content-ssm: 12px;
  --content-sm: 14px;
  --content: 16px;
  --content-md: 20px;
  --content-lg: 24px;
  --lh-1: 90px;
  --lh-2: 80px;
  --lh-3: 63px;
  --lh-4: 48px;
  --lh-5: 36px;
  --lh-6: 30px;
  --lh-content: 24px;
  --lh-content-ssm: 18px;
  --lh-content-sm: 20px;
  --lh-content-md: 32px;
  --lh-content-lg: 36px;
  --spacing-256: 256px;
  --spacing-160: 160px;
  --spacing-128: 128px;
  --spacing-80: 80px;
  --spacing-72: 72px;
  --spacing-64: 64px;
  --spacing-56: 56px;
  --spacing-48: 48px;
  --spacing-40: 40px;
  --spacing-32: 32px;
  --spacing-24: 24px;
  --spacing-20: 20px;
  --spacing-16: 16px;
  --spacing-12: 12px;
  --spacing-8: 8px;
  --spacing-4: 4px;
  --spacing-2: 2px;
  --border-rouded: 50%;
  --border-90: 90px;
  --border-40: 40px;
  --border-32: 32px;
  --border-24: 24px;
  --border-20: 20px;
  --border-16: 16px;
  --border-12: 12px;
  --border-8: 8px;
  --font-bolder: 800;
  --font-bold: 700;
  --font-semibold: 600;
  --font-medium: 500;
  --font-regular: 400;
  --font-light: 300;
  --icon-space: 1.3em;
}
.shadow-small {
  box-shadow: var(--shadow-sm);
}
.shadow-medium {
  box-shadow: var(--shadow-md);
}
.shadow-large {
  box-shadow: var(--shadow-lg);
}
.border-8 {
  border-radius: var(--border-8);
}
.border-16 {
  border-radius: var(--border-16);
}
.border-24 {
  border-radius: var(--border-24);
}
.border-32 {
  border-radius: var(--border-32);
}
.font-bold {
  font-weight: var(--font-bold);
}
.font-semibold {
  font-weight: var(--font-semibold);
}
.font-medium {
  font-weight: var(--font-medium);
}
.font-regular {
  font-weight: var(--font-regular);
}
.font-light {
  font-weight: var(--font-light);
}
.spacing-256 {
  padding: var(--spacing-256) 0;
}
.spacing-160 {
  padding: var(--spacing-160) 0;
}
.spacing-128 {
  padding: var(--spacing-128) 0;
}
.spacing-80 {
  padding: var(--spacing-80) 0;
}
.spacing-72 {
  padding: var(--spacing-72) 0;
}
.spacing-64 {
  padding: var(--spacing-64) 0;
}
.spacing-56 {
  padding: var(--spacing-56) 0;
}
.spacing-48 {
  padding: var(--spacing-48) 0;
}
.spacing-40 {
  padding: var(--spacing-40) 0;
}
.spacing-32 {
  padding: var(--spacing-32) 0;
}
.spacing-24 {
  padding: var(--spacing-24) 0;
}
.spacing-20 {
  padding: var(--spacing-20) 0;
}
.spacing-16 {
  padding: var(--spacing-16) 0;
}
.spacing-12 {
  padding: var(--spacing-12) 0;
}
.spacing-8 {
  padding: var(--spacing-8) 0;
}
.spacing-4 {
  padding: var(--spacing-4) 0;
}
.spacing-2 {
  padding: var(--spacing-2) 0;
}
a,
button {
  text-decoration: none;
}
html {
  margin: 0;
  padding: 0;
  /* overflow-x:hidden; */
}
body {
  font-family: var(--font-content);
  font-size: var(--content);
  line-height: var(--content);
  margin: 0;
  padding: 0;
  color: var(--txt-clr);
  box-sizing: border-box;
}
@media (min-width: 768px) {
  body {
    font-family: var(--font-content);
    font-size: var(--content);
    line-height: var(--content);
    margin: 0 auto;
    overflow-x: hidden;
    box-sizing: border-box;
  }
}

.sec-title {
  color: var(--primary-clr-500);
  font-size: var(--heading-3);
  line-height: var(--lh-4);
}
ul,
li {
  list-style: none;
}
@media (min-width: 1440px) {
  .container {
    max-width: 1170px;
    margin: auto;
    display: block;
  }
}
a {
  cursor: pointer;
  outline: 0;
  text-decoration: none;
}

h1 {
  font-size: var(--heading-1);
  font-family: var(--font-title);
  font-weight: var(--font-bold);
  line-height: var(--lh-1);
  color: var(--title-clr);
}
h2 {
  font-size: var(--heading-2);
  font-family: var(--font-title);
  font-weight: var(--font-semibold);
  line-height: var(--lh-2);
  color: var(--title-clr);
}
h3 {
  font-size: var(--heading-3);
  font-family: var(--font-title);
  font-weight: var(--font-semibold);
  line-height: var(--lh-3);
  color: var(--title-clr);
}
h4 {
  font-size: var(--heading-4);
  font-family: var(--font-content);
  font-weight: var(--font-medium);
  line-height: var(--lh-4);
  color: var(--title-clr);
}
h5 {
  font-size: var(--heading-5);
  font-family: var(--font-content);
  font-weight: var(--font-medium);
  line-height: var(--lh-5);
  color: var(--title-clr);
}
h6 {
  font-size: var(--heading-6);
  font-family: var(--font-content);
  font-weight: var(--font-regular);
  line-height: var(--lh-6);
  color: var(--title-clr);
}
p {
  font-family: var(--font-content);
  font-size: var(--content-md);
  font-weight: var(--font-regular);
  line-height: var(--lh-content-md);
}
p.sm {
  font-size: var(content-sm);
  font-family: var(--font-content);
  font-weight: var(--font-regular);
  line-height: var(--lh-content-sm);
  color: var(--title-clr);
}
a,
.button,
button {
  transition: 0.3s;
}
a:focus,
.button:focus,
button:focus {
  text-decoration: none;
  outline: none;
}
a:focus,
a:hover {
  text-decoration: none;
  color: inherit;
}
a,
button {
  outline: medium none;
}
ol,
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
h2.title {
  text-align: center;
  font-weight: var(--font-bold);
  line-height: var(--lh-3);
  font-size: var(--heading-2);
  color: var(--subtitle-clr);
}
h2.title span {
  color: var(--primary-clr-500);
}
h3.subtitle {
  text-align: center;
  margin: 0 auto var(--spacing-8) auto;
  font-size: var(--heading-5);
  color: var(--subtitle-clr);
  line-height: var(--heading-5);
  font-weight: var(--font-bold);
  margin-bottom: var(--spacing-56);
}
h3.subtitle span {
  color: var(--primary-clr-500);
}
@media (max-width: 767px) {
  :root {
    --lh-1: 36px;
    --lh-2: 48px;
    --lh-3: 36px;
    --lh-4: 30px;
    --lh-5: 27px;
    --lh-6: 24px;
    --lh-content: 24px;
    --lh-content-md: 25.5px;
    --lh-content-lg: 27px;
    --heading-1: 40px;
    --heading-2: 32px;
    --heading-3: 24px;
    --heading-4: 20px;
    --heading-5: 18px;
    --heading-6: 17px;
    --content: 16px;
    --content-sm: 14px;
    --content-md: 17px;
    --content-lg: 19px;
    --spacing-256: 128px;
    --spacing-160: 80px;
    --spacing-128: 64px;
    --spacing-80: 40px;
    --spacing-72: 36px;
    --spacing-64: 32px;
    --spacing-56: 28px;
    --spacing-40: 20px;
    --spacing-32: 16px;
    --spacing-24: 12px;
  }
}

.fw-medium {
  font-weight: 500 !important;
}

.fw-bold {
  font-weight: 700 !important;
}

.fw-black {
  font-weight: 900 !important;
}

.back-to-top {
  position: fixed;
  display: none;
  right: 45px;
  bottom: 45px;
  z-index: 99;
  background-color: var(--primary);
  border-radius: 30px;
}

/*** Spinner ***/
#spinner {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease-out, visibility 0s linear 0.5s;
  z-index: 99999;
}

#spinner.show {
  transition: opacity 0.5s ease-out, visibility 0s linear 0s;
  visibility: visible;
  opacity: 1;
}


/* Preloader styles */
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ffffff; /* Background color of preloader */
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Spinner styles */
.spinnerNew {
  text-align: center;
  animation: spin 1.5s linear infinite;
}

.spinnerNew img {
  max-width: 200px; /* Adjust logo size */
  animation: fadeIn 1s ease-in-out;
}

/* Add spin animation for the spinnerNew */
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* Fade out animation for hiding the preloader */
@keyframes fadeOut {
  to {
    opacity: 0;
    visibility: hidden;
  }
}


/*** Button ***/
.btn {
  font-weight: 500;
  transition: 0.5s;
}

.btn.btn-primary,
.btn.btn-secondary {
  color: #ffffff;
}

.btn-square {
  width: 38px;
  height: 38px;
}

.btn-sm-square {
  width: 32px;
  height: 32px;
}

.btn-lg-square {
  width: 48px;
  height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: normal;
}

/*** Navbar ***/
.navbar {
  font-family: var(--font-nav);
  font-weight: var(--font-bold);
  font-size: var(--heading-6);
}
/* .navbar .nav-btn{
   background: var(--secondary);
   border-radius: 10px;
   font-family: var(--font-content);
   font-weight: var(--font-semibold);
   font-size: 15px;
   line-height: var(--lh-content-sm);
   color: white;
} */
.navbar .dropdown-toggle::after {
  border: none;
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  vertical-align: middle;
  margin-left: 8px;
}
.navbar-collapse {
  background: white;
  z-index: -1;
  padding: 10px;
}

.navbar-light .navbar-nav .nav-link {
  margin-right: 40px;
  padding: 15px 0;
  color: var(--txt-clr);
  font-size: var(--content);
  font-weight: var(--font-semibold);
  text-transform: uppercase;
  outline: none;
}
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.55);
  border-color: #fff!important;
}
.navbar-light .navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: none;
}
/* .navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: var(--primary);
} */

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
  /* color: var(--primary); */
  display: block;
  background: url(../images/navigation-element.svg) center no-repeat;
  background-position: bottom;
  /* background-size: 109px 7px; */
}

.dropdown-item:hover, .dropdown-item:focus {
  color: var(--bs-white)!important;
  background-color: var(--secondary);
}
body.philosophy-act a.nav-link.philosophy-act,
body.itinerary-act a.nav-link.itinerary-act,
body.act-amenities a.nav-link.act-amenities,
body.for-parents-act a.nav-link.for-parents-act,
body.act-gallery a.nav-link.act-gallery,
body.about-act a.nav-link.about-act,
body.about-act a.nav-link.faqs-act,
body.contact-act a.nav-link.contact-act {
  display: block;
  background: url(../images/navigation-element.svg) center center no-repeat;
  background-position: bottom;
  /* background-size: 109px 7px; */
}

@media (max-width: 992px) {
    body.philosophy-act a.nav-link.philosophy-act,
    body.itinerary-act a.nav-link.itinerary-act,
    body.act-amenities a.nav-link.act-amenities,
    body.for-parents-act a.nav-link.for-parents-act,
    body.act-gallery a.nav-link.act-gallery,
    body.about-act a.nav-link.about-act,
    body.about-act a.nav-link.faqs-act,
    body.contact-act a.nav-link.contact-act {
      background: #FFF;
    }
}
@media (max-width: 991.98px) {
  .navbar-light .navbar-nav .nav-link {
    margin-right: 0;
    padding: 10px 0;
  }

  .navbar-light .navbar-nav {
    border-top: 1px solid #eeeeee;
  }
  .navbar .navbar-nav .nav-link:hover,
  .navbar .navbar-nav .nav-link.active {
    /* color: var(--primary); */
    display: block;
    background: none;
 
  }
}

.navbar-light .navbar-brand,
.navbar-light {
  height: 75px;
}

.navbar-light.sticky-top {
  top: -100px;
  transition: 0.5s;
}

@media (min-width: 992px) {
  .navbar .nav-item .dropdown-menu {
    display: block;
    border: none;
    margin-top: 0;
    top: 150%;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
  }

  .navbar .nav-item:hover .dropdown-menu {
    top: 100%;
    visibility: visible;
    transition: 0.5s;
    opacity: 1;
  }
}
.navbar .btn {
  background: var(--secondary);
  border-radius: 10px;
  font-family: var(--font-content);
  font-weight: var(--font-semibold);
  /* font-size: 15px; */
  line-height: var(--lh-content-sm);
  color: white;
  border-color: var(--secondary);
}
.navbar .btn:hover, .navbar .btn:focus {
   background: var(--primary); 
}
.navbar-light .navbar-brand {
  width: 290px;
}
@media (max-width: 1200px) {
  .navbar-light .navbar-brand {
    width: 200px;
  }
}
@media (max-width: 439px) {
  .navbar-light .navbar-brand {
    width: 170px;
  }
}
@media (max-width: 1170px) {
  .navbar-light .navbar-nav .nav-link {
    margin-right: 20px;
  }
}
/* @media (max-width: 1178px) {
  .navbar-light .navbar-nav .nav-link {
    margin-right: 16px;
  }
}
@media (max-width: 1148px) {
  .navbar-light .navbar-nav .nav-link {
    margin-right: 10px;
  }
}
@media (max-width: 1118px) {
  .navbar-light .navbar-nav .nav-link {
    margin-right: 10px;
  }
} */
/* @media(max-width:1093px){
  .navbar-light .navbar-nav .nav-link {
  font-size: 13px !important;
}
} */

/*** Navbar Start ***/
/* .nav-bar {
  background: var(--bs-white);
  font-family: var(--font-nav);
  font-weight: var(--font-bold);
  font-size: var(--heading-6);
}
.sticky-top {
  transition: 1s;
}
.navbar .btn{
  background: var(--secondary);
  border-radius: 10px;
  font-family: var(--font-content);
  font-weight: var(--font-semibold);
  font-size: 15px;
  line-height: var(--lh-content-sm);
  color: white;
}

.navbar-light .navbar-nav .nav-link {
  position: relative;
  margin-right: 35px;
  padding: 35px 0;
  letter-spacing: 1px;
  color: var(--primary);
  font-size: var(--heading-6);
  font-weight: var(--font-bold);
  outline: none;
  /* transition: .5s; *
}

.sticky-top .navbar-light .navbar-nav .nav-link {
  padding: 20px 0;
  color: var(--bs-dark);
}

/* .navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
  /* color: var(--bs-primary); *
} *
.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
  color: var(--primary); 
  display: block;
  background: url(../images/navigation-element.svg) center no-repeat;
  background-position: bottom;
  background-size: 64px 7px;
}

.navbar-light .navbar-brand {
  position: absolute;
  padding: 0;
  width: 170px;
  height: 135px;
  top: 0;
  left: 0;
}
.sticky-top .navbar-light .navbar-brand img {
  /* max-height: 50px; *
}

.navbar .dropdown-toggle::after {
  border: none;
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  vertical-align: middle;
  margin-left: 8px;
}

.dropdown .dropdown-menu a:hover {
  background: var(--bs-primary);
  color: var(--bs-white);
}

.navbar .nav-item:hover .dropdown-menu {
  transform: rotateX(0deg);
  visibility: visible;
  margin-top: 8px !important;
  background: var(--bs-light);
  transition: .5s;
  opacity: 1;
}



@media (min-width: 992px) {
  .navbar .nav-item .dropdown-menu {
  display: block;
  visibility: hidden;
  top: 100%;
  transform: rotateX(-75deg);
  transform-origin: 0% 0%;
  border: 0;
  border-radius: 10px;
  margin-top: 8px !important;
  transition: .5s;
  opacity: 0;
  }
}

@media (max-width: 991px) {
  .navbar.navbar-expand-lg .navbar-toggler {
      padding: 8px 15px;
      border: 1px solid var(--bs-primary);
      color: var(--bs-primary);
  }

  .sticky-top .navbar-light .navbar-nav .nav-link {
      padding: 12px 0;
  }
} */
/*** Navbar End ***/

/*** Header ***/
/* @media (max-width: 768px) {
    .header-carousel .owl-carousel-item {
        position: relative;
        min-height: 500px;
    }
    
    .header-carousel .owl-carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .header-carousel .owl-carousel-item h5,
    .header-carousel .owl-carousel-item p {
        font-size: 14px !important;
        font-weight: 400 !important;
    }

    .header-carousel .owl-carousel-item h1 {
        font-size: 30px;
        font-weight: 600;
    }
}

.header-carousel .owl-nav {
    position: absolute;
    width: 200px;
    height: 45px;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: space-between;
}

.header-carousel .owl-nav .owl-prev,
.header-carousel .owl-nav .owl-next {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: transparent;
    border: 1px solid #FFFFFF;
    font-size: 22px;
    transition: .5s;
}

.header-carousel .owl-nav .owl-prev:hover,
.header-carousel .owl-nav .owl-next:hover {
    background: var(--primary);
    border-color: var(--primary);
}

.header-carousel .owl-dots {
    position: absolute;
    height: 45px;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 15px;
    height: 15px;
    background: transparent;
    border: 1px solid #FFFFFF;
    transition: .5s;
}

.header-carousel .owl-dot::after {
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    top: 4px;
    left: 4px;
    background: transparent;
    border: 1px solid #FFFFFF;
}

.header-carousel .owl-dot.active {
    background: var(--primary);
    border-color: var(--primary);
} */
/*** Header ***/
/*** Header ***/
.owl-carousel-inner {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  /* background: rgba(0, 0, 0, .5); */
}

@media (max-width: 768px) {
  .header-carousel .owl-carousel-item {
    position: relative;
    min-height: 600px;
  }

  .header-carousel .owl-carousel-item img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .header-carousel .owl-carousel-item p {
    font-size: 16px !important;
  }
}

.header-carousel .owl-stage-outer {
  /* height: 100vh; */
  overflow: hidden !important;
  width: 100%;
}
@media (min-width: 768px) {
  .header-carousel .owl-stage-outer {
    /* height: 540px; */
    overflow: hidden !important;
  }
}
.header-carousel .owl-dots {
  position: absolute;
  width: 30px;
  height: 100%;
  top: 0;
  right: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.header-carousel .owl-dots .owl-dot {
  position: relative;
  width: 20px;
  height: 20px;
  margin: 5px 0;
  background: var(--primary-clr-500);
  transition: 0.5s;
  border-radius: 50%;
}

.header-carousel .owl-dots .owl-dot.active {
  width: 30px;
  height: 30px;
}

.header-carousel .owl-dots .owl-dot img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  padding: 2px;
  transition: 0.5s;
  opacity: 0.3;
  border-radius: 50%;
}
.swiper-slide {
  height: 100vh !important;
  /*min-height:450px !important;*/
}
.header-carousel .owl-dots .owl-dot.active img {
  opacity: 1;
}
.page-header {
  background: linear-gradient(rgba(53, 53, 53, 0.7), rgba(53, 53, 53, 0.7)),
    url(../images/carousel-1.jpg) center center no-repeat;
  background-size: cover;
}

.breadcrumb-item + .breadcrumb-item::before {
  color: var(--light);
}

.toggle.btn {
    color: var(--dark);
    background: #ffffff;
    border-color: var(--secondaryDark);
    border-radius: 30px;
    text-transform: capitalize;
    width: fit-content;
    padding: 0 0 0 20px;
    display: flex;
    align-items: center;
    font-size: small;
}
.toggle.btn:hover, .toggle.btn:active {
    color: var(--txt-clr);
    background: var(--lightred);
}

.toggleLeft.btn {
    color: var(--dark);
    background: #ffffff;
    border-color: var(--secondaryDark);
    border-radius: 30px;
    text-transform: capitalize;
    width: fit-content;
    padding: 0 20px 0 0px;
    display: flex;
    align-items: center;
    font-size: small;
}
.toggleLeft.btn:hover, .toggle.btn:active {
    color: var(--txt-clr);
    background: var(--lightred);
}


.search-button {
  display: inline-flex;
  align-items: center;
  padding: 15px 30px;
  font-size: var(--content);
  border: 1px solid var(--secondaryDark);
  background-color: var(--secondaryDark);
  color: #fff;
  border-radius: 5px;
  cursor: pointer;
  font-weight: 600;
}

.search-button i {
  margin-right: 8px; /* Spacing between icon and text */
  font-size: 18px; 
}

/* Hover effect (optional) */
.search-button:hover {
  background-color: var(--primary);
  border-color: var(--primary);
  color: #fff;
}

/*** Section Title ***/
.section-title {
  font-family: var(--font-title);
  font-size: var(--heading-4);
  line-height: var(--lh-4);
  font-weight: var(--font-bold);
  color: var(--secondary);
}

/*** About ***/
@media (min-width: 992px) {
  .container.about {
    max-width: 100% !important;
  }

  .about-text {
    padding-right: calc(((100% - 960px) / 2) + 0.75rem);
  }
}

@media (min-width: 1200px) {
  .about-text {
    padding-right: calc(((100% - 1140px) / 2) + 0.75rem);
  }
}

@media (min-width: 1400px) {
  .about-text {
    padding-right: calc(((100% - 1320px) / 2) + 0.75rem);
  }
}
#about .section-title, #about i {
  font-family: var(--font-title);
  font-size: var(--heading-3);
  line-height: var(--lh-4);
  font-weight: var(--font-bold);
  color: var(--secondary)!important;
} 
.about-philosophy .section-title {
  font-family: var(--font-title);
  font-size: var(--heading-4)!important;
  line-height: var(--lh-4);
  font-weight: var(--font-bold);
  color: var(--secondary);
}

#about-mission {
  background: var(--third);
  position: relative; 
  width: 100%;
  height: 100%; 
  /*overflow: hidden; */
}
#about-mission .img-top-right {
  position: absolute;
  top: 0;
  right: 0;
  /* width: 100px;  */
  height: auto; 
  z-index: 3;
}
#about-mission .img-bottom-left{
  position: absolute;
  bottom: 0;
  left: 0;
  /* width: 100px;  */
  height: auto; 
  z-index: 3;
}
@media(max-width:768px){
    #about-mission .img-top-right,
    #about-mission .img-bottom-left{
        width: 80px;
    }
}

#about-team {
  position: relative; 
  width: 100%;
  height: 100%; 
  /*overflow: hidden; */
}
.img-top-left {
  position: absolute;
  top: 0;
  left: 0;
  width: 135px; 
  height: auto; 
  z-index: -1;
}
.img-top-right {
  position: absolute;
  top: 0;
  right: 0;
  width: 135px; 
  height: auto; 
  z-index: -1;
}
.img-top-middle {
  position: absolute;
  top: 50%;
  right: 0;
  width: 135px; 
  height: auto; 
  z-index: -1;
}
.img-bottom-left {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 135px; 
  height: auto; 
  z-index: -1;
}
.safetyFirst .img-top-left {
  position: absolute;
  top: -40px;
  left: 0;
  width: 80px!important; 
  height: auto; 
  z-index: -1;
}
@media (min-width:768px) and (max-width:992px){
    .img-top-left,
    .img-top-right,
    .img-top-middle,
    .img-bottom-left {
        width: 80px!important;
    }
}
/*@media (min-width:768px) and (max-width:1200px){*/
/*    .safetyFirst .img-top-left {*/
/*        width: 80px!important;*/
/*        top:-25px;*/
/*    }*/
/*}*/
#about-team .img-top-right {
  position: absolute;
  top: 0;
  right: 0;
   width: 135px;  
  height: auto; 
  z-index: -1;
}
@media(max-width:768px){
    #about-team .img-top-right {
        width: 100px;
    }
}
#about-management-team {  
  position: relative; 
  width: 100%;
  height: 100%; 
  overflow: hidden; 
}

#about-management-team .img-bottom-left{
  position: absolute;
  bottom: 0;
  left: 0;
   width: 135px;  
  height: auto; 
  z-index: -1;
}
#about-management-team .img-bottom-right{
  position: absolute;
  bottom: 15%;
  right: 0;
   width: 135px;  
  height: auto; 
  z-index: -1;
}
#about-management-team .img-top-middle{
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
     width: 135px;  
    height: auto; 
    z-index: -1;
  }
@media(max-width:768px){
    #about-management-team .img-top-middle,
    #about-management-team .img-bottom-right,
    #about-management-team .img-bottom-left{
        width: 100px;
    }
}
/*** Project Portfolio ***/
#portfolio-flters li {
  display: inline-block;
  font-weight: 500;
  color: var(--dark);
  cursor: pointer;
  transition: 0.5s;
  border-bottom: 2px solid transparent;
}

#portfolio-flters li:hover,
#portfolio-flters li.active {
  color: var(--primary);
  border-color: var(--primary);
}

.portfolio-item img {
  transition: 0.5s;
}

.portfolio-item:hover img {
  transform: scale(1.1);
}

.portfolio-item .portfolio-overlay {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0;
  height: 0;
  bottom: 0;
  left: 50%;
  background: rgba(53, 53, 53, 0.7);
  transition: 0.5s;
}

.portfolio-item:hover .portfolio-overlay {
  width: 100%;
  height: 100%;
  left: 0;
}

.portfolio-item .portfolio-overlay .btn {
  opacity: 0;
}

.portfolio-item:hover .portfolio-overlay .btn {
  opacity: 1;
}

/*** Quote ***/
@media (min-width: 992px) {
  .container.quote {
    max-width: 100% !important;
  }

  .quote-text {
    padding-right: calc(((100% - 960px) / 2) + 0.75rem);
  }
}

@media (min-width: 1200px) {
  .quote-text {
    padding-right: calc(((100% - 1140px) / 2) + 0.75rem);
  }
}

@media (min-width: 1400px) {
  .quote-text {
    padding-right: calc(((100% - 1320px) / 2) + 0.75rem);
  }
}

/*** Team ***/
.team-item img {
  transition: 0.5s;
}

.team-item:hover img {
  transform: scale(1.1);
}

.team-item .team-social {
  position: absolute;
  width: 38px;
  top: 50%;
  left: -38px;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  background: #ffffff;
  transition: 0.5s;
}

.team-item .team-social .btn {
  color: var(--primary);
  background: #ffffff;
}

.team-item .team-social .btn:hover {
  color: var(--txt-clr);
  background: #93AED7;
  font-weight: bold;
  border-color: #93AED7 !important;
}
.team-item .team-social .btn:focus {
  box-shadow:none;
}

.team-item:hover .team-social {
  left: 0;
}

/*** Testimonial Start ***/
.testimonial {
  background: var(--secondary);
  position: relative; 
  width: 100%;
  height: 100%; 
  overflow: hidden; 
}
.testimonial .img-top-right {
  position: absolute;
  top: 0;
  right: 0;
  /* width: 100px;  */
  height: auto; 
  z-index:1;
}

.testimonial .img-bottom-left {
  position: absolute;
  bottom: 0;
  left: 0;
  /* width: 100px;  */
  height: auto; 
  z-index:1;
}
.testimonial-item h2 {
  font-family: var(--font-title);
  font-size: var(--heading-3);
  font-weight: var(--font-regular);
  line-height: var(--lh-4);
}
.testimonial-item h6 {
  font-family: var(--font-content);
  font-size: var(--heading-6);
  font-weight: var(--font-semibold);
}
.testimonial-item p {
  font-family: var(--font-content);
  font-size: var(--content);
  font-weight: var(--font-medium);
}
.testimonial-item .profession {
  font-family: var(--font-content);
  font-weight: var(--font-regular);
  font-size: var(--content);
  line-height: var(--lh-content);
  color: #F3E1D9;
}
/* .testimonial-item .background-line{
  width: 20%;

} */

.testimonial-carousel .owl-stage-outer {
  margin-right: -1px;
}

/* .testimonial .testimonial-item {
    position: relative;
    margin-top: 35px;
    border: 1px solid var(--bs-secondary);
    border-radius: 10px;
} */

.testimonial .testimonial-item .testimonial-quote {
  position: absolute;
  width: 70px;
  height: 70px;
  top: 0;
  right: 25px;
  transform: translateY(-50%);
  border-radius: 70px;
  color: var(--bs-white);
  background: var(--bs-secondary);
  display: flex;
  align-items: center;
  justify-content: center;
}

.testimonial .testimonial-item .testimonial-inner {
  display: flex;
  align-items: center;
  background: var(--bs-light);
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

/* .testimonial .testimonial-item .testimonial-inner img {
    width: 100px; 
    height: 100px; 
    border-radius: 100px;
    border: 4px solid var(--bs-white);
} */

.testimonial-carousel .owl-dots {
  display: flex;
  justify-content: center;
}

/* .testimonial-carousel .owl-dots .owl-dot {
    width: 30px;
    height: 30px;
    border-radius: 30px;
    margin: 20px 0px 0 0px;
    /* background: var(--bs-primary); *
    transition: 0.5s;
}

.testimonial-carousel .owl-dots .owl-dot.active {
    width: 30px;
    height: 30px;
    border-radius: 30px;
    /* background: var(--bs-secondary); *
    transition: 0.5s;
} */
.testimonial-carousel .owl-dots .owl-dot {
  height: 10px;
  width: 10px;
  background: var(--txt-clr)!important;
  /* opacity: 0.6; */
  border-radius: 50%;
  margin-right: 10px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  /* box-shadow: 1px 2px 0 var(--txt-clr); */
}

.testimonial-carousel .owl-dots .owl-dot.active {
  width: 10px;
  border-radius: 50px;
  opacity: 1;
  background: var(--white-clr) !important;
}

/* .testimonial-carousel .owl-dots .owl-dot span {
    position: relative;
    margin-top: 50%;
    margin-left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.testimonial-carousel .owl-dots .owl-dot.active span::after {
    background: var(--secondary-clr-500);
}

.testimonial-carousel .owl-dots .owl-dot span::after {
    content: "";
    width: 13px;
    height: 13px;
    border-radius: 15px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: var(--bs-white);
    transition: 0.5s;
} */
/*** Testimonial End ***/

/*** Contact ***/
.contact a{
  color:var(--txt-clr); 
}
.contact a:hover{
    color: var(--primary);
}

.contact-add-item .contact-icon,
.contact-add-item .h4,
.contact-add-item a{
  color:var(--txt-clr); 
}
@media (min-width: 992px) {
  .container.contact {
    max-width: 100% !important;
  }

  .contact-text {
    padding-left: calc(((100% - 960px) / 2) + 0.75rem);
  }
}

@media (min-width: 1200px) {
  .contact-text {
    padding-left: calc(((100% - 1140px) / 2) + 0.75rem);
  }
}

@media (min-width: 1400px) {
  .contact-text {
    padding-left: calc(((100% - 1320px) / 2) + 0.75rem);
  }
}

/*** Footer ***/


.footer .btn.btn-social {
  margin-right: 5px;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--light);
  border: 1px solid #ffffff;
  transition: 0.3s;
}

.footer .btn.btn-social:hover {
  color: var(--primary);
}

.footer .btn.btn-link {
  display: block;
  margin-bottom: 5px;
  padding: 0;
  text-align: left;
  color: #ffffff;
  font-size: 15px;
  font-weight: normal;
  text-transform: capitalize;
  transition: 0.3s;
}

.footer .btn.btn-link::before {
  position: relative;
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 10px;
}

.footer .btn.btn-link:hover {
  color: var(--primary);
  letter-spacing: 1px;
  box-shadow: none;
}

.footer .copyright {
  padding: 25px 0;
  font-size: 15px;
  border-top: 1px solid rgba(256, 256, 256, 0.1);
}

.footer .copyright a {
  color: var(--light);
}

.footer .copyright a:hover {
  color: var(--primary);
}

/* faq1 start*/
#infra1 {
  position: relative; 
  width: 100%;
  height: 100%; 
  background-color: var(--third); /* Just for visibility */
  overflow: hidden; 
}
#infra1 .bg-blue-dark{
  background-color: var(--third); /* Just for visibility */
  overflow: hidden; 
}

#infra1 .img-top-left {
  position: absolute;
  top: 0;
  left: 0;
   width: 135px;  
  height: auto; 
  z-index:1;
}

#infra1 .img-bottom-right {
  position: absolute;
  bottom: 0;
  right: 0;
   width: 135px;  
  height: auto; 
   z-index:1;
}
.rotate180{
  rotate: 180deg;
}

@media(max-width:768px){
    #infra1 .img-top-left,
    #infra1 .img-bottom-right{
        width: 100px;
    }
}

#infra1 span {
  width: 60px;
  height: 60px;
  margin-right: 10px;
  text-align: center;
  background: var(--secondary);
  color: var(--txt-clr)000;
  border-radius: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
#infra1 .img-border {
  text-align: center;
}
#infra1 .tab-content {
  z-index:3;
}

.toggle-icon {
  margin-left: auto;
}
#infra1 h2 {
  font-family: var(--font-content);
  font-size: var(--heading-6);
  font-weight: var(--font-semibold);
  line-height: var(--lh-content-sm);
}
/* faq1 end*/
/* for-parents start*/
#for-parents {
  position: relative; 
  width: 100%;
  height: 100%; 
  background-color: var(--third); /* Just for visibility */
  overflow: hidden; 
  z-index: 99;
}

#for-parents .img-top-right {
  position: absolute;
  top: 0;
  right: 0;
  /* width: 100px;  */
  height: auto; 
}

.triangle-arrow-right {
  width: 0;
  height: 0;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  border-left: 15px solid var(--secondary); 
}

#for-parents .img-bottom-left {
  position: absolute;
  bottom: 0;
  left: 0;
  /* width: 100px;  */
  height: auto; 
}

#for-parents span {
  width: 60px;
  height: 60px;
  margin-right: 10px;
  text-align: center;
  background: var(--secondary);
  color: var(--txt-clr)000;
  border-radius: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
#for-parents .img-border {
  text-align: center;
}

.toggle-icon {
  margin-left: auto;
}
#for-parents h2 {
  font-family: var(--font-content);
  font-size: var(--heading-4);
  font-weight: var(--font-bold);
  line-height: var(--lh-content-sm);
}
/* for-parents end*/

/* life-changing-investment start*/
#life-changing-investment{
  position: relative;
  background: linear-gradient(to bottom, #F1F1F1, #f3f4f1);
}
/* life-changing-investment end*/

/* Accordian start*/
.accordion p{
    font-size:var(--content);
    line-height:var(--lh-content);
    font-weight:var(--font-medium);
}
.accordion-button {
  font-size:var(--content-md);
  line-height:var(--lh-content-md);
  border-top-left-radius: 30px !important;
  border-bottom-right-radius: 30px !important;
}
.accordion-button:focus {
  z-index: 3;
  border-color: #ffffff;
  outline: 0;
  box-shadow: none!important;
}
.accordion-button::after {
  display: none;
}
.accordion-item{
  background-color: var(--primarylight) !important;
  border-bottom-left-radius: 30px !important;
  border-bottom-right-radius: 30px !important;
  border-top-left-radius: 30px !important;
    z-index: 3;
}

button.buttonHorOrg.accordion-button:hover{
    background-color: #435350 !important;
    
}
button.buttonHorOrg.accordion-button:hover .toggle-icon{
    color: var(--secondary) !important;
}

span.setpNumber b{
    color: #fff;
    font-size: 25px;
    margin: 0 auto;
    margin-top: -5px;
    font-weight: normal;
}

.toggle-icon {
  margin-left: auto;
  color: var(--secondary) !important;
}
#sample-day2-4 span {
    width: 60px;
    height: 60px;
    margin-right: 10px;
    text-align: center;
    background: #e8e8e8;
    color: var(--txt-clr)000;
    border-radius: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
/* Accordian end*/




/* image carasoul start*/
.image-carousel-bg {
  background: var(--gradient-rgt-clr);
}
.image-carousel-bg .img-p {
  font-family: var(--font-content);
  font-size: var(--heading-5);
  font-weight: var(--font-medium);
  line-height: var(--lh-5);
}
.explore-btn {
  background: var(--primary);
  color: var(--base-clr);
  border-radius: 15px;
  font-size: var(--heading-6);
  font-weight: var(--font-regular);
}
a.pagenotfound-btn {
  background: var(--primary-clr-500);
  color: var(--base-clr);
  border-radius: 15px;
  font-size: var(--heading-6);
  font-weight: var(--font-regular);
}

.image-carousel .owl-stage {
  padding-top: 70px;
  padding-bottom: 70px;
}
/* .image-carousel .owl-item {
  background-color: var(--txt-clr);
}
.image-carousel .owl-item > .item {
  opacity: 0.6;
}
.image-carousel .owl-item.active.center > .item {
  opacity: 1;
} */
.image-carousel .owl-item.active.center {
  /* opacity: 1; */
  z-index: 1;
  -webkit-transition: all 1s linear;
  -moz-transition: all 1s linear;
  -ms-transition: all 1s linear;
  -o-transition: all 1s linear;
  /* transition: all 1s linear; */
  -moz-transform: scale(1.15);
  -webkit-transform: scale(1.15);
  -o-transform: scale(1.15);
  -ms-transform: scale(1.15);
  /* transform: scale(1.15); */
}
/* .image-carousel .owl-item.active.center {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
} */
@media only screen and (max-width: 1200px) {
  .image-carousel .owl-item > .item h2 {
    margin-bottom: 10px;
  }
  .image-carousel .owl-item > .item h2 a {
    font-size: 24px;
    line-height: 24px;
  }
}
@media only screen and (max-width: 576px) {
  .image-carousel .owl-item.active.center {
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    /* transform: scale(1); */
  }
  .image-carousel .owl-stage {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.image-carousel .item .caption-box {
  position: absolute;
  background: 0 0;
  width: 100%;
  padding: 31px 30px 20px 35px;
  left: 0;
  top: 0;
  visibility: visible;
  opacity: 1;
  transition: all 0.5s ease;
  color: #fff;
  font-family: var(--font-title);
  /* text-transform: uppercase; */
  font-size: var(--heading-5);
  line-height: var(--lh-6);
  font-weight: var(--font-regular);
  z-index: 99;
}
.image-carousel .item .overlay-box {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  line-height: 100%;
  display: block;
  align-items: center;
  justify-content: center;
  text-align: center;
  opacity: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  transition: all 0.5s ease;
  /* background: rgba(0, 0, 0, 0.7); */
}
.image-carousel .item:hover .overlay-box {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.image-carousel .owl-dots {
  display: flex;
  justify-content: center;
}

.image-carousel .owl-dots .owl-dot {
  height: 10px;
  width: 10px;
  background: var(--base-clr) !important;
  opacity: 0.6;
  border-radius: 50%;
  margin-right: 10px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  box-shadow: 1px 2px 0 var(--txt-clr);
}

.image-carousel .owl-dots .owl-dot.active {
  width: 30px;
  border-radius: 50px;
  opacity: 1;
  background: var(--secondary) !important;
}
/* image carasoul end*/

/* Contact Us Start */
#contact h2 {
  font-family: var(--font-title);
  font-size: var(--heading-3);
  font-weight: var(--font-bold);
  line-height: var(--lh-4);
  color: var(--secondary);
}
#contact h5.content-text {
  font-family: var(--font-content);
  font-size: var(--heading-5);
  font-weight: var(--font-regular);
  line-height: var(--lh-5);
}
@media(max-width:768px){
    #contact h2 {
      font-size: var(--heading-5);
      line-height: var(--lh-5);
    }
}
#contact .contact-title {
  font-family: var(--font-content);
  font-size: var(--heading-5);
  font-weight: var(--font-semibold);
  line-height: var(--lh-5);
  color: var(--txt-clr)000;
}
#contact .form-control {
  border: none;
  border-bottom: 1px solid #ccc;
}
#contact .form-control:focus {
     box-shadow: none!important; 
}
#contact .shadow-border {
  box-shadow: -11px 12px 20px 0 rgba(0, 0, 0, 0.25);
}
@media (max-width:990px){
  #contact .shadow-border {
      box-shadow: 0px 12px 20px 0 rgba(0, 0, 0, 0.25);
    }
}
#contact .contact-img {
  background: linear-gradient(rgba(43, 74, 68, 0.5), rgba(36, 62, 57, 1.9)),
    url(../images/contacti-nfo-bg.jpg) center no-repeat;
  background-size: cover;
  box-shadow: 0 12px 20px 0 rgba(0, 0, 0, 0.25);
}
#contact .contact-img h2 {
  font-family: var(--font-title);
  font-size: var(--heading-3);
  font-weight: var(--font-bold);
  line-height: var(--lh-4);
}
#contact .contact-img h5 {
  font-family: var(--font-content);
  font-size: var(--heading-5);
  font-weight: var(--font-regular);
  line-height: var(--lh-5);
  color: var(--base-clr);
}
#contact .btn-social {
  margin-right: 10px;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #62b05a;
  /* border: 1px solid #FFFFFF; */
  transition: 0.3s;
  font-size: 24px;
}
#contact .btn {
  font-family: var(--font-content);
  font-weight: var(--font-bold);
  font-size: var(--heading-6);
  line-height: var(--lh-5);
  color: white;
  background-color: var(--primary);
  box-shadow: 8px 10px 8.6px 0 rgba(0, 0, 0, 0.25);
}
#contact .btn-social:hover {
  color: var(--primary);
}

/* Contact Us End */

/* call to action start */
/* #cta{
  background: url(../images/explore-bg-new-1.jpg) bottom no-repeat;
  background-size: cover;
} */
#cta .cta-img {
  background: linear-gradient(rgba(43, 74, 68, 0.5), rgba(36, 62, 57, 0.5)),
    url(../images/contact-us-bg.jpg) center no-repeat;
  background-size: cover;
}
#cta h2 {
  font-family: var(--font-title);
  font-size: var(--heading-3);
  font-weight: var(--font-bold);
  line-height: var(--lh-3);
  color: var(--secondary);
}
#cta .cta-p {
  font-family: var(--font-content);
  font-size: var(--heading-5);
  font-weight: var(--font-regular);
  line-height: var(--lh-5);
  color: var(--txt-clr)000;
}
#cta .shadow-border {
  box-shadow: -11px 12px 20px 0 rgba(0, 0, 0, 0.25);
}
#cta .cta-btn {
  font-family: var(--font-content);
  font-weight: var(--font-bold);
  font-size: var(--heading-6);
  line-height: var(--lh-5);
  color: white;
  background-color: var(--primary);
  box-shadow: 8px 10px 8.6px 0 rgba(0, 0, 0, 0.25);
}

/* call to action end */


#bg-cta-contact { 
  position: relative; 
  width: 100%;
  height: 100%; 
  overflow: hidden; 
}
#bg-cta-contact .img-top-right {
  position: absolute;
  top: 0;
  right: 0;
  /* width: 100px;  */
  height: auto; 
}
@media(max-width:768px){
    #bg-cta-contact .img-top-right{
        width: 100px;
    }
}
#bg-cta-contact .ct-co-bg {
  z-index: -1;
  position: absolute;
  bottom: 0%;
  width: 100%;
}

/* Bottom bg image */
#footer-inner-bg { 
  position: relative; 
  width: 100%;
  height: 100%; 
  overflow: hidden;
  padding-bottom: 35%; 
}
#footer-inner-bg .ct-co-bg {
  z-index: -1;
  position: absolute;
  bottom: 0%;
  width: 100%;
}
/* Bottom bg image end */
.img-icon {
  width:50px!important;
  height:50px!important;
}

/* footer new start */
#footer {
  background: var(--fourth);
}
#footer .nav-item .nav-link {
  color: white !important;
}
#footer img {
  width:40px;
}
@media(max-width:992px){
    #footer img {
      width:25px;
    }
}
/* footer new end */

/* pies section start */
/*** Service ***/
.service {
  background: var(--primary);
}
.service h4 {
  font-family: var(--font-content);
  font-size: var(--heading-5);
  font-weight: var(--font-bold);
  line-height: var(--lh-content);
}
.service .pies-border {
  border-radius: 32px;
}
.service .pies-border1 {
  border-top-right-radius: 32px;
}
.service .pies-border2 {
  border-bottom-right-radius: 32px;
}
@media (max-width: 991px) {
  .service .pies-border1 {
    border-top-left-radius: 32px;
  }
}
.service .pies-img {
  width: 90px;
  height: 90px;
}
.service-item .bg-img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}
.bg-lightred {
  background-color: var(--lightred);
}

.service-item .service-text {
  background: var(--light);
  transition: 0.5s;
}

.service-item:hover .service-text {
  background: rgba(0, 0, 0, 0.7);
  color: var(--light);
}

.service-item * {
  transition: 0.5;
}

.service-item:hover * {
  color: var(--primary);
}

.service-item .btn {
  /* width: 40px;
  height: 40px; */
  display: inline-flex;
  align-items: center;
  color: var(--dark);
  /* background: #FFFFFF; */
  white-space: nowrap;
  overflow: hidden;
  transition: 0.5s;
}

.service-item:hover .btn {
  max-width: 140px;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  background-color: var(--secondary);
}
.nav-pills .nav-link,
.nav-pills .show > .nav-link {
  background-color: var(--primarylight);
}
/* pies section end */

/* philosophy last section start*/
/* .card-sec .card-sec-bg{
  background: url(../images/arrow-border.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
} */

.card-sec .card-p {
  font-weight: var(--font-semibold);
  color: var(--primary-clr-500);
}
.card-sec .bg-icon1 {
  width: 75px;
  height: 75px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-size: cover;
  background-color: var(--secondary);
  box-shadow: 3px 2px 4px 0 rgba(0, 0, 0, 0.25);
}
.card-sec .border-container {
  /* box-shadow: 3px 2px 4px 2px rgba(0, 0, 0, 0.25); */
  box-shadow: -11px 12px 20px 0 rgba(0, 0, 0, 0.25);
}

/* philosophy last section end*/

/* philosophy 4 section start */
.image-carousel-bg .img-p {
  font-family: var(--font-content);
  font-size: var(--heading-5);
  font-weight: var(--font-medium);
  line-height: var(--lh-5);
}

.image-carousel1 .owl-stage {
  padding-top: 70px;
  padding-bottom: 70px;
}
.image-carousel1 .owl-item {
  background-color: var(--txt-clr);
}
.image-carousel1 .owl-item > .item {
  opacity: 0.6;
}
.image-carousel1 .owl-item.active.center > .item {
  opacity: 1;
}
.image-carousel1 .owl-item.active.center {
  opacity: 1;
  z-index: 1;
  -webkit-transition: all 1s linear;
  -moz-transition: all 1s linear;
  -ms-transition: all 1s linear;
  -o-transition: all 1s linear;
  transition: all 1s linear;
  -moz-transform: scale(1.15);
  -webkit-transform: scale(1.15);
  -o-transform: scale(1.15);
  -ms-transform: scale(1.15);
  transform: scale(1.15);
}
.image-carousel1 .owl-item.active.center {
  box-shadow: 0 -15px 15px -15px rgba(0, 0, 0, 0.25),
    /* Top shadow */ 0 15px 15px -15px rgba(0, 0, 0, 0.25); /* Bottom shadow */
}
@media only screen and (max-width: 1200px) {
  .image-carousel1 .owl-item > .item h2 {
    margin-bottom: 10px;
  }
  .image-carousel1 .owl-item > .item h2 a {
    font-size: 24px;
    line-height: 24px;
  }
}
@media only screen and (max-width: 576px) {
  .image-carousel1 .owl-item.active.center {
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
.image-carousel1 .item:hover .caption-box {
  color: #ff9933;
  /* text-shadow: 0 0 1px #a9d067; */
}
.image-carousel1 .item:hover {
  text-align: center;
  /* text-shadow: 0 0 1px #a9d067; */
}
.image-carousel1 .item .fa-magnifying-glass-plus {
  color: rgba(255, 255, 255, 0.8196078431);
  /* font-size: 30px; */
  position: absolute;
  /* left: 123px; */
  /* right: 0; */
  /* text-align: center; */
  z-index: 999;
  /* top: 67%; */
  margin: auto;
  top: 50%;
  right: 50%;
  transform: translate(-50%, -50%);
  visibility: visible;
  opacity: 1;
}
.image-carousel1 .item:hover .fa-magnifying-glass-plus {
  visibility: hidden;
  opacity: 0;
}
.image-carousel1 .item .caption-box {
  position: absolute;
  background: 0 0;
  width: 100%;
  padding: 31px 30px 20px 35px;
  left: 0;
  top: 0;
  visibility: visible;
  opacity: 1;
  transition: all 0.5s ease;
  color: #fff;
  font-family: var(--font-title);
  /* text-transform: uppercase; */
  font-size: var(--heading-5);
  line-height: var(--lh-6);
  font-weight: var(--font-regular);
  z-index: 99;
}

.image-carousel1 .item .overlay-box {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  line-height: 100%;
  display: block;
  align-items: center;
  justify-content: center;
  text-align: center;
  opacity: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  transition: all 0.5s ease;
  background: rgba(0, 0, 0, 0.7);
}
.image-carousel1 .item:hover .overlay-box {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.image-carousel1 .item .overlay-box .content {
  position: absolute;
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  text-align: center;
  font-family: var(--font-content);
  font-weight: var(--font-regular);
  line-height: var(--lh-content);
  font-size: var(--content);
}
@media (max-width: 400px) {
  .image-carousel1 .item .overlay-box .content {
    padding-top: 71px;
  }
}
@media (max-width: 340px) {
  .image-carousel1 .item .overlay-box .content {
    padding: 0px !important;
    padding-top: 65px !important;
    line-height: -1px !important;
    font-size: 13px !important;
  }
  .image-carousel1 .item .caption-box {
    padding-top: 10px;
  }
}
.image-carousel1 .item .overlay-box h4 {
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 25px;
  font-family: var(--font-content);
  font-weight: var(--font-semibold);
  text-transform: uppercase;
  margin-bottom: 14px;
  color: #a9d067;
}
.image-carousel1 .owl-dots {
  display: flex;
  justify-content: center;
}

.image-carousel1 .owl-dots .owl-dot {
  height: 10px;
  width: 10px;
  background: var(--base-clr) !important;
  opacity: 0.6;
  border-radius: 50%;
  margin-right: 10px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  box-shadow: 0 -2px 0 0 rgba(0, 0, 0, 0.25),
    /* Top shadow */ 0 2px 0 0 rgba(0, 0, 0, 0.25); /* Bottom shadow */
}

.image-carousel1 .owl-dots .owl-dot.active {
  width: 30px;
  border-radius: 50px;
  opacity: 1;
  background: var(--secondary) !important;
}

/* philosophy 4 section end */

/* itinerary section starts */

/* sample section start */
.sample-itinerary {
  position: relative;
}
.sample-itinerary .img-top-left{
  position: absolute;
  top: 0;
  left: 0;
   width: 100px;  
  height: auto; 
  z-index: -1;
}
.sample-itinerary .img-top-right{
  position: absolute;
  top: 0;
  right: 0;
   width: 100px;  
  height: auto; 
  z-index: -1;
}

.sample-itinerary h3 {
  font-family: var(--font-title);
  font-size: var(--heading-4);
  font-weight: var(--font-regular);
  line-height: var(--lh-content);
  color: var(--txt-clr);
}
.sample-itinerary h4 {
  font-family: var(--font-title);
  font-size: var(--heading-5);
  font-weight: var(--font-regular);
  line-height: var(--lh-content);
  color: var(--white-clr);
}
.sample-itinerary p {
  color: var(--txt-clr);
  line-height: 30px;
}
.sample-itinerary .bg-shape {
  background: var(--secondary);
  display: inline-block;
  border-radius: 10px 10px 30px 0px;
}
.sample-itinerary .bg-icon1 {
  width: 26px;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #D9D9D9;
  border-radius: 50%;
  background-size: cover;
  /* outline: 1px solid #a18162; */
}
.sample-itinerary i {
  font-family: var(--font-title);
  font-size: var(--heading-3);
  line-height: var(--lh-4);
  font-weight: var(--font-bold);
  color: var(--secondary) !important;
}
/* sample section end */

/* Day 2-4 & 8-10 start */

#sample-day2-4 h3 {
    font-family: var(--font-title);
    font-size: var(--heading-4);
    font-weight: var(--font-regular);
    line-height: var(--lh-content);
}
#sample-day2-4 h4 {
  font-family: var(--font-title);
  font-size: var(--heading-5);
  font-weight: var(--font-regular);
  line-height: var(--lh-content);
  color: #ffffff;
}
#sample-day2-4 p {
  color: black;
}
#sample-day2-4 .bg-shape {
  background: var(--third);
  display: inline-block;
  border-radius: 10px 10px 30px 0px;
}

#sample-day2-4 .bg-shape {
  background: var(--third);
  display: inline-block;
  border-radius: 10px 10px 30px 0px;
}
#sample-day2-4 .bg-icon1 {
  width: 26px;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #D9D9D9;
  border-radius: 50%;
  background-size: cover;
  /* outline: 1px solid #a18162; */
}
#sample-day2-4 .day4-img{
  box-shadow: 6px 5px 8.2px 0 rgba(0, 0, 0, 0.25);
}
/*  Day 2-4 & 8-10 End */




/* css by harshada (09-08-2024)*/
.team-item {
  box-shadow: 0 0 45px rgba(0, 0, 0, .07);
  background-color: #fff;
}

.team-item .team-text {
  position: relative;
  height: 65px;
  overflow: hidden;
}

.team-item .team-title {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: .5s;
}

.team-item:hover .team-title {
  top: -65px;
}
.team-item .team-title h5{
  font-weight: bold;
  color:var(--txt-clr);
}

.team-item .team-social {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 93px;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FFFFFF;
  transition: .5s;
}

.team-item .team-social .btn {
  margin: 0 3px;
  height: 47px;
  width: 78px;
  border-radius: 8px;
  border-color: var(--secondary) !important;
}

.team-item:hover .team-social {
  top: 30px;
}

@media (min-width: 576px) {
  .modal-dialog {
      max-width: 800px;
      margin: 1.75rem auto;
  }
}

/* .custom-modal-dialog {
  max-width: 80%;
}

.custom-modal-content {
  height: 50vh;
  overflow-y: auto;
} */

/*** Gallery Start ***/
.gallery {
  position: relative; 
  width: 100%;
  height: 100%; 
  overflow: hidden; 
}
@media (max-width:768px){
  .gallery {
      padding: 1rem  0 !important;
  }  
}
.gallery.bg-gallery {
  background-color: var(--primary);
}
.gallery .img-bottom-center {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  height: auto; 
  z-index: -1;
}
.gallery .img-top-right {
  position: absolute;
  top: 0;
  right: 0;
   width: 100px;  
  height: auto; 
  z-index: -1;
}
.gallery .img-bottom-left{
  position: absolute;
  bottom: 0;
  left: 0;
   width: 100px;  
  height: auto; 
  z-index: -1;
}

.gallery .gallery-item {
    position: relative;
    overflow: hidden;
    height: 100%;
    border-radius: 10px;
}

.gallery .gallery-item p {
   color:var(--txt-clr)000
}
.gallery .gallery-item img {
    transition: 0.5s;
}

.gallery .gallery-item:hover img {
    transform: scale(1.2);
}

.gallery .gallery-item::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 10px;
    background: rgba(0, 0, 0, .4);
    transition: 0.5s;
    z-index: 1;
}

.gallery .gallery-item:hover::after {
    width: 100%;
    height: 100%;
}

.gallery .gallery-item .search-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: 0.5s;
    z-index: 5;
    opacity: 0;
}

.gallery .gallery-item:hover .search-icon {
    opacity: 1;
}

/*** Gallery End ***/

/*ul.arrowBullet li:before {*/
/*    display: block;*/
/*    content: "";*/
/*    width: 3px;*/
/*    height: 5px;*/
/*    background: transparent url('../images/angle-right-solid.svg') no-repeat;*/
/*}*/

ul.arrowBullet li {
	position: relative;
	display: inline-block;
	cursor: pointer;
	padding-left: 24px;
    margin-bottom: 0px;
    line-height:24px;
}

ul.arrowBullet li:before {
  
  width: 10px !important;
  height: 10px !important;
  visibility: visible;
    content: url('../images/bullet-dot.png');
	display: inline-block;
	position:absolute;
		left: 0px;
		top: 0px;
		transform: rotate(0);
		transition: transform .5s ease;
}

ul.arrowBullet li.open:before {
		transform: rotate(90deg);
}
a.bg-primary:focus, a.bg-primary:hover, button.bg-primary:focus, button.bg-primary:hover {
    background-color: #435350 !important;
}

/*#sample-day2-4 p {
  line-height: 2; 
}*/
/****************** NEW CSS 9/9/24 SAYALI ******************************/
/* program overview css start */
#program-overview {
  position: relative;
  padding: 0px 0;
  /*margin-bottom: 60px;*/
  background-image: url(../images/cream-bg.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

#program-overview .program-map img {
  width: 100%;
  height: auto;
  position: relative;
}

#program-overview .program-map .markers {
  position: absolute;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#program-overview > .container {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media (min-width: 1200px) {
  .col-lg-5 {
      width: 41.66666667%;
  }
}
@media (min-width: 992px) {
  .col-md-offset-6 {
      margin-left: 50%;
  }
}
@media (min-width: 992px) {
  .col-md-6 {
      width: 50%;
  }
}

body.silo-students .lead h4 {
  color: #c5624d;
}


#program-overview .nottruncated {
  padding-bottom: 20px;
}
#program-overview .btn {
  margin-top: 10px;
}
.btn-default {
  box-shadow: inset -1px 0 0 #413f31, inset 0 -1px 0 #413f31, inset 1px 0 0 #413f31, inset 0 1px 0 #413f31;
  color: #413f31;
  background: 0 0;
}
.btn {
  font-weight: 400;
  text-align: center;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: .12em;
  font-size: 16px;
  line-height: 1.42857143;
  border-radius: 0;
}
.btn-default:before, .btn-default:after {
  content: '';
  width: 125px;
  height: 92px;
  margin-top: -30px;
  margin-left: -59px;
  background-image: url(../images/splat-sprite.png);
  background-size: 125px 648px;
  background-position: 0 -73px;
}
.btn:before {
  pointer-events: none;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 1;
  background-repeat: no-repeat;
  transition: all .3s ease;
}
.btn-default:after {
  background-position: 0 -257px;
}
.btn-default:before, .btn-default:after {
  content: '';
  width: 125px;
  height: 92px;
  margin-top: -30px;
  margin-left: -59px;
  background-image: url(../images/splat-sprite.png);
  background-size: 125px 648px;
}
.btn:after {
  pointer-events: none;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  background-repeat: no-repeat;
  transition: all .3s ease;
}
#program-overview .truncate-trigger, #program-overview .nottruncated {
  display: none;
}
#program-overview .btn {
  margin-top: 10px;
}
#program-overview .btn {
  margin-top: 10px;
}
.btn-silo {
  color: #fff;
  background: #c5624d !important;
}
.fa-search:before {
  content: "";
}
/***************grid css******************/
.border-md-right {
  border-right: 1px solid #ddd;
}
@media (max-width: 767.98px) {
  .border-md-right {
      border-right: none;
  }
  .border-bottom-sm {
      border-bottom: 1px solid #ddd;
      padding-bottom: 20px;
      margin-bottom: 20px; 
  }
}
/*** image hover button start *****/
.newsec-img .hover-btn {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}

.newsec-img:hover .hover-btn {
  opacity: 1;
  visibility: visible;
}
.newsec-img {
        position: relative;
        display: inline-block; /* Or use another layout method as needed */
    }
.hover-btn {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
}
/*** image hover button end *****/

/************* 12/9/24  Sayali ****************/
.image-carousel1 .owl-nav {
  display: block !important;
}
.image-carousel1 .owl-next {
    position: absolute;
    left: 98%;
    top: 1%;
    transform: translate(-50%);
    color: var(--white-clr);
    background: var(--primary);
    border-radius: 30px;
    padding: 12px;
}
.image-carousel1 .owl-prev {
  position: absolute;
  right: 98%;
  top: 1%;
  transform: translate(-50%);
  color: var(--white-clr);
  background: var(--primary);
  border-radius: 30px;
  padding: 12px;
  rotate: 180deg;
}
.image-carousel1 .fa-chevron-right:before {
  content: "\f054";
  padding: 3px;
}
.image-carousel1 .fa-chevron-left:before {
  content: "\f054";
  padding: 3px;
}
/***font****/
.team-background{
    font-family: var(--font-content);
}
@media (max-width:568px){
   #bg-cta-contact .g-5{
        margin:0!important;
    }
}

/* *************Udyog box css - 13/9/24 sayali************ */
#counter-sec-1 {
  /*max-width: fit-content;*/
  margin: 40px auto;
  background-color: white;
  border-radius: 10px;
  overflow: hidden;
}

.counter-box-1 {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  border: 1px solid #ddd;
  border-radius: 10px;
}

.box-1 {
  text-align: center;
  padding: 20px;
  flex: 1 1 20%; /* Allow flexibility, starting with 20% of the container's width */
  border-left: 1px solid #ddd;
  box-sizing: border-box;
   display: block;
}

.box-1:first-child {
  border-left: none;
}

.box-1 img {
  width: 60px;
  height: auto;
  margin-bottom: 15px;
}

.box-1 p.thmeter,
.box-1 p.title,
.box-1 p {
  font-size: 18px;
  color: #333;
  margin-bottom: 10px;
  position: relative;
}


.box-1 span {
  font-size: 36px;
  font-weight: bold;
  color: var(--txt-clr);
  position: absolute;
  left: 45%;
  top: 40%;
}

.img-box-1 {
  margin-bottom: 15px;
}

@media (max-width: 992px) {
  .counter-box-1 {
    justify-content: center;
     flex-wrap: wrap;
  }

  .box-1 {
    flex: 1 1 45%; /* Each box takes around 45% of the container's width */
    margin: 10px; /* Add spacing between boxes */
    border-left: none;
    /*border-top: 1px solid #ddd;*/
    background: #f5f5f5;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-evenly;
  }

  .box-1:first-child {
    border-top: none;
  }
}

@media (max-width: 576px) {
  .box-1 {
    flex: 1 1 100%; /* Stack the boxes fully in smaller screens */
    width: 100%;
    border-top: 1px solid #ddd;
  }
}

/* ***************14/9/24 SAYALI************* */
/*** Projects Start ***/
.project .project-item .project-img {
  position: relative;
}

.project .project-item .project-img::after {
  content: "";
  position: absolute;
  width: 70%;
  height: 70%;
  top: 0;
  left: 0;
  background: var(--third);
  z-index: -1;
}

.project .project-item .project-content a.h4 {
  transition: 0.5s;
}

.project .project-item:hover .project-content a.h4:hover {
  color: var(--bs-secondary);
}
/*** Projects End ***/

/* Team 9 start */
.project-item img {
  transition: .5s;
}
@media (max-width:992px) and (min-widht:1200px){
   .project .project-item-col {
      min-height:264px!important;
    }
        
}

.project-item:hover img {
  transform: scale(1.1);
  filter: blur(1px)
}

.project-item .team9-overlay {
  transition: .5s;
  opacity: 0;
}

.project-item:hover .team9-overlay {
  opacity: 1;
}
/* Team 9 end */

/* Tharmometer CSS : Start */
.thermometer{
     display: block;
     position: relative;
     height: auto;
     margin: 0 auto;
     /* left: 30%; */
     /* height: 100px; */
     width: 20px;
}
.bulb{
  display: block;
  border:2px solid #222;
  width:20px;
  height:20px;
  border-radius:50%;
  /* position: absolute; */
  left: 0px;
  bottom: 0px;
  border-top: 2px solid #fff;
  box-shadow: 0px 0px 0px 2px #fff inset;
  background:var(--secondary);
  margin-top: -8px;
}
.stem{
  display: inline-block;
  border: 2px solid #222;
  width: 12px;
  height: 80px;
  border-radius: 0px 0px 20px 20px;
  border-top: 2px solid transparent;
  /* position: absolute; */
  bottom: 14px;
  left: 4px;
  box-shadow: 0px 0px 0px 2px #fff inset;
  transform: rotate(180deg);
  z-index: 10;
  padding-bottom: 3px;
}
.stem-perct{
    height: 80%;
    width: 6px;
    background: linear-gradient(to bottom, #ff9933 25%, #271FA7 50%, #FF0000 100%);
    display: block;
    margin: 0px auto;
    border-radius: 10px;
}
.bulb:after{
    content: '';
    height: 10px;
    width: 6px;
    background: inherit;
    position: absolute;
    left: 7px;
    /*bottom: 16px;*/
    /*z-index: 12;*/
}   
/* Tharmometer CSS : End */



/* <!-- CSS --> */

  .video-banner {
    position: relative;
    width: 100%;
    height: 500px; /* Adjust as needed */
    overflow: hidden;
  }

  .banner-video {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Ensures the video covers the banner area */
  }

  .banner-logo {
    position: absolute;
    top: 25px;
    left: 50%;
    transform: translateX(-50%);
    z-index:99;
    width: calc(100% / 5);
    /*min-width:172px;*/
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: transform 0.3s ease, background-color 0.3s ease;
  }
 
  .play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: transform 0.3s ease, background-color 0.3s ease;
  }

  .play-button i {
    font-size: 60px;
  }

  .play-button:hover {
    transform: translate(-50%, -50%) scale(1.1);
    background-color: rgba(0, 0, 0, 0.8);
  }

  .video-container {
    position: relative;
    width: 100%;
    height: 100%;
    padding-top: 56.25%; /* 16:9 Aspect Ratio */
    overflow: hidden;
  }

  .slider-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .owl-carousel.header-carousel {
    position: relative;
    width: 100%;
    height: 575px; 
    overflow: hidden;
  }
  @media (max-width:992px) {
    .owl-carousel.header-carousel {
      height: 450px; 
    }
  }
  @media (max-width:767px) {
    .owl-carousel.header-carousel {
      height: 350px; 
    }
  }
  .banner-media {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; /* Ensures the video or image fills the container without distortion */
  }


  
  /* Card Flip Container Css */
  #seftyFirst .card-container,
  #helpfulTips .card-container,
  #whyChoose .card-container{
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
  }
  #helpfulTips, #helpfulTips .card-container{
    background-color: var(--third);
  }

  #seftyFirst .card-container .card,
  #helpfulTips .card-container .card,
  #whyChoose .card-container .card {
    width: 350px!important;
    height: 350px!important;
    perspective: 1000px;
    position: relative;
    border: 0px;
  }
  #seftyFirst .card-container .card-inner,
  #helpfulTips .card-container .card-inner,
  #whyChoose .card-container .card-inner {
    width: 100%;
    height: 100%;
    transition: transform 0.6s;
    transform-style: preserve-3d;
    position: relative;
  }
  #seftyFirst .card-container .card:hover .card-inner,
  #helpfulTips .card-container .card:hover .card-inner,
  #whyChoose .card-container .card:hover .card-inner {
    transform: rotateY(180deg);
  }
  #helpfulTips .card-container .card:hover .card-inner,
  #whyChoose .card-container .card:hover .card-inner {
    transform: rotateY(180deg);
  }

  #seftyFirst .card-container .card-front, 
  #seftyFirst .card-container .card-back,
  #helpfulTips .card-container .card-front, 
  #helpfulTips .card-container .card-back,
  #whyChoose .card-container .card-front,
  #whyChoose .card-container .card-back {
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 0px;
    border-radius: 10px;
    background-color: #EBEBEB;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  }  
  
  #seftyFirst .card-container .card-front img,
  /*#helpfulTips .card-container .card-front img,*/
  #whyChoose .card-container .card-front img {
    width: 132px;
    height: 132px;
    border-radius: 10px;
  }
  
  
  
  #helpfulTips .card-container .card-back ul li{font-size: var(--content-sm);}
  #helpfulTips .card-container .card-front img{
    width: 70px;
    height: auto;  
  }
  #helpfulTips .card-container .card-front .iconDiv{
    width: 132px;
    height: 132px;
    border-radius: 50%;
    background-color: #7291a3;
    display: flex;
    align-content: center;
    justify-content: center;
  }
  #seftyFirst .card-container .card-back p,
  #helpfulTips .card-container .card-back p,
  #whyChoose .card-container .card-back p{
    font-size: var(--content)!important;
  }

  #seftyFirst .card-container .card-front h3,
  #helpfulTips .card-container .card-front h3,
  #whyChoose .card-container .card-front h3 {
    font-size: var(--content-lg);
    font-weight: var(--font-bold);
    position: relative;
    top:10%;
    text-align: center;
    color: var(--txt-clr)000;
    line-height: var(--lh-6);
  }
  #seftyFirst .card-container h2,
  #helpfulTips .card-container h2,
  #whyChoose .card-container h2 {
    color: var(--txt-clr)000!important;
  }
  #seftyFirst .card-container .card-back h3,
  #helpfulTips .card-container .card-back h3,
  #whyChoose .card-container .card-back h3 {
    font-size: var(--content-lg);
    font-weight: var(--font-bold);
    position: relative;
    bottom:0%;
    text-align: center;
    color: var(--txt-clr);
    line-height: var(--lh-6);
  }
  #seftyFirst .card-container .card-back p,
  #helpfulTips .card-container .card-back p,
  #whyChoose .card-container .card-back p {
    text-align: center;
    color: var(--txt-clr);
    line-height: 30px;
  }
  #seftyFirst .card-container .card-back,
  #helpfulTips .card-container .card-back,
  #whyChoose .card-container .card-back {
    transform: rotateY(180deg);
    background-color: #EBEBEB;
    color: var(--txt-clr)000;
    padding: 20px;
  }

.card-container {
  display: flex;
  flex-wrap: nowrap;
  gap: 20px;
  justify-content: center;
}
@media (max-width:1200px) {
  .card-container {
    flex-wrap: wrap;
  }
}
.card-container .card {
  width: 270px;
  height: 450px;
  perspective: 1000px;
  position: relative;
  border: 0px;
}
.card-container .card-inner {
  width: 100%;
  height: 100%;
  transition: transform 0.6s;
  transform-style: preserve-3d;
  position: relative;
}
.card-container .card:hover .card-inner {
  transform: rotateY(180deg);
}
.card-container .card-front,
.card-container .card-back {
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 0px;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.card-container .card-front img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
.card-container .card-front h3 {
  font-size: var(--content-lg);
  font-weight: var(--font-bold);
  position: absolute;
  bottom:5%;
  text-align: center;
  color: #fff;
  line-height: var(--lh-6);
}
.card-container  h2 {
  color: var(--txt-clr)000;
}
.card-container .card-back h3 {
  font-size: var(--content-lg);
  font-weight: var(--font-bold);
  position: relative;
  bottom:0%;
  text-align: center;
  color: #fff;
  line-height: var(--lh-6);
}
.card-container .card-back p {
  font-size:var(--content)!important;
  text-align: center;
  color: #fff;
  line-height: var(--lh-content);
}
.card-container .card-back {
  transform: rotateY(180deg);
  background-color: var(--txt-clr);
  color: #fff;
  padding: 20px;
}
.morediv h2{
  color: var(--txt-clr)000;
}
#whyChoose h2,
#seftyFirst h2{
  color: var(--txt-clr)000!important;
}

/* Card Flip Container Css End*/

/*************************
   video Recording Sec
**************************/
#video-section {
  padding: var(--spacing-80) 0;
  position: relative;
  overflow:hidden;
}
#video-section .video-outer-bk {
  background: #fff;
  padding: 15px;
  width: fit-content;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  margin: auto;
  display: block;
  border-radius: 20px;
}
#video-section .video-outer-bk .resize {
  height: 400px;
  border-radius: 10px;
  max-width: 100%;
}
@media (min-width: 1200px) {
  #video-section .video-outer-bk .resize {
    height: 400px;
    width: 700px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  #video-section .video-outer-bk .resize {
    height: 300px;
    width: 500px;
  }
}
@media (min-width: 568px) and (max-width: 768px) {
  #video-section .video-outer-bk .resize {
    height: 270px;
    width: 500px;
  }
}
@media (max-width: 567px) {
  #video-section .video-outer-bk .resize {
    height: 200px;
    width: 300px;
  }
}
#video-section .video-outer-bk  iframe {
    max-width: 800px; 
    max-height: 400px;
    object-fit: cover;
    border-radius: 5px;
}
