  @import url("https://use.typekit.net/byf3cws.css");


  :root {
    --theme-primary: #0a85c5;
    --theme-primary-light: #f1f8fc;
    --theme-primary-dark: #112541;
    --theme-warning: #fddd17;
    --theme-danger: #eb1d27;
    --theme-green: #00A859;
    --theme-gray: rgb(248, 248, 248);
    --theme-primary-accent: #f1f3f2;
    --theme-dark: #0a0a0a;
    --font-family: "stolzl", sans-serif;

    --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);
  }

  .text-justify {
    text-align: justify
  }

  .fs-32 {
    font-size: 2rem
  }

  .fs-28 {
    font-size: 28px
  }

  .fs-26 {
    font-size: 26px
  }

  .fs-24 {
    font-size: 24px
  }

  .fs-22 {
    font-size: 22px
  }

  .fs-20 {
    font-size: 20px
  }

  .fs-18 {
    font-size: 18px
  }

  .fs-16 {
    font-size: 1rem
  }

  .fs-15 {
    font-size: 15px
  }

  .fs-14 {
    font-size: 14px
  }

  .fs-13 {
    font-size: 13px
  }

  .fs-12 {
    font-size: 12px
  }

  .fs-10 {
    font-size: 10px
  }

  .fw-100 {
    font-weight: 100 !important
  }

  .fw-200 {
    font-weight: 200 !important
  }

  .fw-300 {
    font-weight: 300 !important
  }

  .fw-400 {
    font-weight: 400 !important
  }

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

  .fw-600 {
    font-weight: 600 !important
  }

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

  .fw-800 {
    font-weight: 800 !important
  }

  body,
  html {
    font-size: var(--step-0);
    color: #373435;
    line-height: 1.6em;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
    background: #fff;
    font-family: var(--font-family);
    scroll-behavior: smooth;
    overflow-x: hidden;
  }

  section {
    overflow: hidden;
  }

  .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-green) !important;
  }

  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-weight: 600;
  }

  .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-success {
    background-color: var(--theme-green) !important;
  }

  .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-green);
  }

  .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-green) !important;
  }

  .border-4 {
    border: 4px solid;
  }

  .border-theme-warning {
    border-color: var(--theme-warning) !important;
  }

  .text-green {
    color: var(--theme-green) !important;
  }

  .text-dark-green {
    color: #0A7142
  }

  .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 {
    position: absolute;
    z-index: 99;
  }

  .main-header li,
  .main-header ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }

  img {
    display: inline-block;
    max-width: 100%;
    height: auto;
  }

  .sticky-header .all-links .imp-btn {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid transparent;
  }

  .sticky-header .all-links .imp-btn:hover {
    background: rgba(0, 168, 89, 0.8);
    border: 1px solid #fff;
  }
.all-links a.social-btn {
  width: 30px;
  height: 30px;
  justify-content: center;
  align-items: center;
  display: inline-flex;
}

  .social-btn,
  .imp-btn {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid transparent;
  }

  .imp-btn:hover {
    color: #fff;
    background: var(--theme-green);
    border: 1px solid var(--theme-green);
  }

  .all-links a.imp-btn,
  .all-links a.edu-btn {
    font-weight: 400;
  }
            .edu-btn:hover img {
              filter: brightness(100%) invert(0) !important;
            }
    .buttonbg a:hover img {
      filter: brightness(-100%) invert(0);
    }
  .edu-btn:hover {
    background: transparent linear-gradient(236deg, #007FD0 0%, #002348 100%);
    border: 1px solid #FFFFFF;
    color: #fff;
  }
 
  .social-btn:hover img {
    filter: brightness(100%) invert(0);
  }

  .imp-btn img {
    width: 20px;
  }
   

    .buttonbg img, .social-btn img,
  .edu-btn img {
    width: 20px;
    filter: brightness(0) invert(1);
  }

  .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: var(--theme-green);
    -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;
  }

  .logo a img {
    width: max(150px, 30%);
    height: auto;
  }

  .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-green);
    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(0) 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-top: 190px;
    padding-bottom: 50px;
    text-align: center !important;
    background-size: cover !important;
    background-repeat: no-repeat;
    background-position: center !important;
    border-top: 1px solid var(--gold-color);
    background: url(https://resources.edunexttechnologies.com/web-data/simpkins/images/internal-page-bg-01.png) no-repeat center;
  }

  .page-title h1 {
    font-size: 24px;
    color: #fff;
    line-height: 42px;
    margin-bottom: 0;
    font-weight: 500;
  }

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

  @media only screen and (max-width: 991px) {
    .mobile-menu .navigation {
      max-height: 70vh;
      overflow: auto;
    }
  }

  #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: var(--theme-green);
  opacity: 1;
  color: #fff;
  text-shadow: none;
  display: inline-block;
  padding: 5px 5px 9px 9px;
  border-radius: 20px 0px 20px 20px;
  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: 40px !important;
    height: 40px !important;
  }

  .owl-prev {
    left: 0% !important;
  }

  .owl-next {
    right: 0% !important;
  }

  /* menu style  */

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


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

  .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.8em 0.7em;
  }

  @keyframes slideUp {
    from {
      transform: translateY(10px);
    }

    to {
      transform: none;
    }
  }

  .navbar .navigation .dropdown ul {
    position: absolute;
    /* padding: 0 .75em; */
    font-size: 16px;
    width: 230px;
    left: 0;
    background-color: white;
    color: var(--theme-green);
    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 .3s;
    animation: slideUp .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: .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: 14px;
    padding: .2em .8em;
    font-weight: 300;
    transition: all .3s;
  }

  .navbar .navigation ul a:hover {
    color: var(--theme-green);
  }

  .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;
    color: var(--theme-primary-dark);
  }

  #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-green);
    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;
  }

  .banner-vid {
    position: relative;
    overflow: hidden;
    height: 87vh;
  }

  .buttonfull a {
    background: rgba(0, 168, 89, 0.1);
    font-weight: 500;
    color: #373435;
  }
  .buttonbg{
    background: var(--theme-green);
  }

  .banner-vid h1 {
    font-size: 5rem;
    color: #fff;
    text-shadow: -18px 15px 15px #00000066;
    z-index: 1;
    font-weight: 600;
    margin: 0;
  }

  .banner-vid::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background: #000000;
    background: #000000;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.65) 0%, rgba(3, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.65) 100%);
  }

  .btn-custom {
    background-color: var(--theme-green);
    color: #fff;
    border-radius: 30px;
    padding: 10px 24px;
    border: none;
  }

  .btn-custom:hover {
    color: #fff;
    background-color: var(--theme-green);
    opacity: 0.8;
  }

  .stats .icon {
    font-size: 2rem;
    margin-bottom: 10px;
  }

  .stats h5 {
    font-weight: bold;
  }

  .stats p {
    margin: 0;
    color: #555;
  }

  @media (max-width: 767.98px) {
    .about-image {
      margin-bottom: 30px;
    }
  }

  .academic-section {
    background: #F8F8F8;
    padding: 45px 0px;
  }

  .academic-section h6 {
    color: #00b894;
    text-transform: uppercase;
    letter-spacing: 1px;
  }

  .academic-section h2 {
    font-weight: bold;
    margin-bottom: 40px;
  }

  .card {
    border: none;
    border-radius: 15px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s;
  }

  .card:hover {
    transform: translateY(-5px);
  }

  .card img {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    object-fit: cover;
  }

  .card-body h5 {
    margin-bottom: 0;
    font-weight: 600;
  }

  .card-body small {
    color: #00b894;
  }

  .btn-outline-info {
    border-radius: 30px;
    padding: 6px 18px;
    font-size: 0.9rem;
  }

  .facilities {
    background: url('https://resources.edunexttechnologies.com/web-data/simpkins/images/our-facilities-bg.png') center bottom no-repeat;
    padding: 45px 0px;
    background-size: 100% 100%;
  }

  .about-section {
    background: url('https://resources.edunexttechnologies.com/web-data/simpkins/images/about-us-bg.png') center center no-repeat;
    padding: 45px 0px;
    background-size: 100% 100%;
    min-height: 550px;
  }

  .leadership-section {
    background: url('https://resources.edunexttechnologies.com/web-data/simpkins/images/leadership-bg.png') center center no-repeat;
    padding: 45px 0px;
    background-size: 100% 100%;
  }

  .news-section {
    background: url('https://resources.edunexttechnologies.com/web-data/simpkins/images/news-and-highlights-bg.png') center center no-repeat;
    padding: 60px 0px;
    background-size: 100% 100%;
  }

  .educational-section {
    background: url('https://resources.edunexttechnologies.com/web-data/simpkins/images/education-alli.png') center center no-repeat;
    padding: 45px 0px;
    background-size: 100% 100%;
  }

  .leadership-section h6 {
    color: #00b894;
    text-transform: uppercase;
    font-weight: 500;
  }

  .leader-card h5 {
    font-weight: 600;
    margin-top: 10px;
    margin-bottom: 0;
  }

  .leader-card small {
    font-weight: 500;
    font-size: 14px;
  }

  .leader-card p {
    font-size: 0.9rem;
    color: #555;
    margin-top: 10px;
  }

  .btn-outline-success {
    border-radius: 30px;
    padding: 6px 18px;
    font-size: 0.9rem;
    margin-top: 10px;
  }
.buttonbg .btn-outline-success {
  border-radius: auto;
  padding: 5px 10px;
  font-size: 0.9rem;
  margin-top: 10px;
}

  .testimonial-section {
    text-align: center;
    position: relative;
  }

  .testimonial-section h6 {
    color: #00b386;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 10px;
  }

  .testimonial-section h2 {
    margin-bottom: 20px;
  }
  .min-h-50 {
    height: 50px;
  }

  .testimonial-carousel.owl-carousel .testimonial-item {
    animation: fadeIn 0.8s ease-in-out;
  }
  .news-carousel.owl-carousel .item img {
    max-height: 250px;
    border-radius: 0px 0px 50px 0px;
}

  .testimonial-image-wrapper {
    position: relative;
    width: 25%;
    margin: 0 auto;
  }

  .testimonial-image-wrapper img {
    width: 150px !important;
    height: 150px;
    object-fit: cover;
    border-radius: 50%;
    float: right;
    padding: 5px;
    border: 2px solid rgba(0, 168, 89, 0.5);
  }

  .quote-icon {
    position: absolute;
    top: 5px;
    right: 5px;
    background: #00A859;
    color: white;
    border-radius: 50%;
    padding: 3.3px 9.1px;
  }

  .testimonial-content {
    font-size: 15px;
    color: #555;
    width: 75%;
    margin-bottom: 15px;
    text-align: left;
  }

  .testimonial-author {
    font-weight: 600;
    color: #000;
  }

  .testimonial-role {
    font-size: 14px;
    color: #00b386;
  }

  .thumbs-carousel {
    max-width: 500px;
    margin: 0 auto;
    animation: fadeIn 0.8s ease-in-out;
  }

  .thumbs-carousel .item img {
    width: 50px !important;
    height: 50px;
    object-fit: cover;
    border-radius: 50%;
    border: 2px solid transparent;
    cursor: pointer;
    transition: 0.3s ease;
    filter: grayscale(100%);
  }

  .thumbs-carousel .item.active img,
  .thumbs-carousel .item:hover img {
    border-color: #00b386;
    filter: grayscale(0%);
  }

  .owl-nav {
    position: absolute;
    top: 40%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 0 20px;
  }

  .owl-nav button {
    background: none;
    border: none;
    font-size: 30px;
    color: #00b386;
  }

  @keyframes fadeIn {
    from {
      opacity: 0;
      transform: translateY(10px);
    }

    to {
      opacity: 1;
      transform: translateY(0);
    }
  }

  .footer-bg {
    background: url('https://resources.edunexttechnologies.com/web-data/simpkins/images/footer-bg.png') no-repeat right center;
    background-size: cover;
    width: 100%;
    height: 100%;
  }

  .client-img img {
    border-radius: 20px;
  }

  .footer-left .social-icons a:hover {
    background: #00A859;
    color: #fff;
  }

  .footer-left .social-icons a {
    width: 32px;
    height: 32px;
    padding: 2px 8px;
    margin: 0 5px;
    display: inline-flex;
    border-radius: 25px;
    font-size: 18px;
    align-items: center;
    color: #333;
    border: 1px solid #00A859;
    justify-content: center;
  }

  .footer-map iframe {
    border: none;
  }

  .footer-logo img {
    max-width: 250px;
    padding: 25px 30px;
    border-bottom: 1px solid rgba(0, 168, 89, 0.30);
  }

  .contact-us-bd {
    border-bottom: 1px solid #41be83;
  }

  .nav-tabs .nav-link {
    color: white;
    background-color: transparent;
    border: none;
    font-size: 14px;
    padding: 0.5rem 0.84rem;
  }

  .nav-tabs .nav-link:hover {
    background: rgba(255, 255, 255, 0.2);
  }

  .nav-tabs .nav-link.active {
    background-color: white;
    color: #28a745;
    border-radius: 0;
    border-bottom: 2px solid white;
  }

  .tab-pane {
    background-color: #fff;
    padding: 1rem;
    box-shadow: 0px 6px 8px rgba(0, 0, 0, 0.1);
  }

  .facility-img {
    width: 100%;
    max-width: 400px;
    box-shadow: 5px 5px 0 #f1f1f1;
  }

  .tab-title {
    font-weight: bold;
    font-size: 22px;
  }

  .tab-desc {
    font-size: 14px;
    color: #555;
  }

  .btn-know-more {
    background-color: var(--theme-green);
    color: white;
    font-size: 14px;
    padding: 6px 14px;
    border-radius: 20px;
    text-decoration: none;
  }

  .section-title {
    text-align: center;
    margin-bottom: 1.5rem;
  }

  .section-title h2 {
    font-weight: bold;
  }

  .section-title span {
    color: var(--theme-green);
    font-weight: 500;
  }

  .heading h2,
  .heading-two h2 {
    position: relative;
    display: inline-block;
  }

  .heading h2::before {
    content: '';
    background: var(--theme-green);
    width: 70px;
    height: 2px;
    position: absolute;
    left: -85px;
    top: 25px;
  }

  .heading h2::after {
    content: '';
    background: var(--theme-green);
    width: 70px;
    height: 2px;
    position: absolute;
    right: -85px;
    top: 25px;
  }

  .educational-section .heading-two h2::after {
    background: #0a7142;
  }

  .heading-two h2::after {
    content: '';
    background: var(--theme-green);
    width: 70px;
    height: 2px;
    position: absolute;
    right: -85px;
    top: 25px;
  }

  .wings-carousel .owl-stage-outer .owl-item .item .card {
    min-height: 415px;
  }

                .conten-detail {
                  background: var(--theme-green);
                  padding: 50px;
                  margin-top: 82px;
                  margin-left: -20%;
                  outline: 1px solid #fff;
                  outline-offset: -25px;
                }

              

  @media (max-width: 767.98px) {

    .heading-two h2:after,
    .heading h2:after,
    .heading h2:before,
    .heading-two h2::before {
      display: none;
    }

    .contact-us-bd {
      background: var(--theme-green);
      padding: 10px;
      border-bottom: 1px solid transparent;
    }

    .triangle-image {
      margin: 0 auto;
    }

    .testimonial-image-wrapper img {
      float: none;
    }

    .testimonial-image-wrapper,
    .testimonial-content {
      width: 100%;
    }

    .testimonial-image-wrapper img {
      margin: 0 auto;
      text-align: center;
      display: block;
    }

    .footer-bg {
      background: #F5F5C1;
    }

    .quote-icon {
      display: none;
    }

    .facilities-tabs .nav {
      flex-wrap: nowrap;
      overflow: scroll;
    }

    .facilities-tabs .nav {
      overflow-x: auto;
      white-space: nowrap;
      flex-wrap: nowrap;
    }

    .facilities-tabs .nav .nav-item {
      display: inline-block;
      float: none;
    }

    .facilities-tabs .nav .nav-link {
      display: inline-block;
    }

    .logo a img {
      width: max(125px, 30%);
    }
  }