:root {
  --primary: #026BB3;
  --secondary: #FDDB00;
  --accent: #1597da;

  --text-dark: #000000;
  --text-light: #ffffff;

  --bg-light: #f5f9ff;
  --bg-soft: #fff6ed;

  --border-light: #e5e5e5;
}


html{
        overflow-x: hidden;
        scroll-behavior: smooth;
}

body{
    margin: auto;
    overflow-x: hidden;
     font-family: "Poppins", sans-serif !important;
--sb-track-color: #ffffff;
  --sb-thumb-color: #0070bf;
  --sb-size: 5px;
}
body::-webkit-scrollbar {
  width: var(--sb-size);
}

body::-webkit-scrollbar-track {
  background: var(--sb-track-color);
  border-radius: 1px;
}

body::-webkit-scrollbar-thumb {
  background: var(--sb-thumb-color);
  border-radius: 1px;
}

h1,h2,h3,h4,h5,h6,p{
    margin-bottom: 0;
}
@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1198px;
    }
}
@media(max-width: 991px){
.whyus-bx{
    display: none;
}
.mob-whybx{
    display: block;
}
}

.nav-menu > li .ldisplay{
    display: none;
}
@media (max-width: 767px){

.nav-menu > li .ldisplay{
    display: block;
}

}



.social_chat_block {
    border-radius: 30px;
    width: 172px;
    position: fixed;
    bottom: 10px;
    right: 2%;
    background: #ffffff;
    /* border: solid 1px #58585c24; */
    z-index: 9;
    text-align: left;
    text-decoration: none;
    font-size: 15px;
    padding-left: 25px;
    /* transform: skewX(-15deg); */
    padding-right: 25px;
    /* line-height: 42px; */
    color: black;
    font-weight: 500;
    transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
    /* border-radius: 50px; */
    float: right;
    padding-top: 10px;
    padding-bottom: 10px;
}
.social_chat_block span {
    font-size: 18px;
    position: relative;
    /* top: 3px; */
    transform: skewX(15deg);
    font-weight: 600;
    color: #000000;
}.ftr-hand {
    width: 28px;
    transform: skewX(15deg);
    margin-left: 8px;
}
.wave {
    animation-name: wave-animation;
    animation-duration: 2.5s;
    animation-iteration-count: infinite;
    transform-origin: 70% 70%;
    display: inline-block;
}.social_chat_block strong img {
    width: 28px;
    float: right;
}

@keyframes wave-animation {
    0% { transform: rotate( 0.0deg) }
   10% { transform: rotate(14.0deg) }  /* The following five values can be played with to make the waving more or less extreme */
   20% { transform: rotate(-8.0deg) }
   30% { transform: rotate(14.0deg) }
   40% { transform: rotate(-4.0deg) }
   50% { transform: rotate(10.0deg) }
   60% { transform: rotate( 0.0deg) }  /* Reset for the last half to pause */
  100% { transform: rotate( 0.0deg) }
}





.photos {
    width: 100%;
    float: left;
    position: relative;
    border-radius: 30px;
    overflow: hidden;
    display: block;
    margin-bottom: 50px;
}
.photos img {
    width: 100%;
    float: left;
    height: 300px;
    object-fit: cover;
    border-radius: 30px;
    transition: 0.4s ease;
}

.photos:hover img{
    transform: scale(1.1);
}


.photos p {
    position: absolute;
    bottom: 0;
    background: linear-gradient(180deg, rgba(24, 24, 24, 0) 0%, rgb(0 0 0) 100%);
    width: 100%;
    float: left;
    text-align: left;
    color: var(--text-light);
    padding: 25px;
    font-size:20px;
    font-weight: 500;
    line-height: 140%;
    border-radius: 30px;
}

.owl-nav{
    display: none;
}
.cr-wd {
    margin-right: auto;
    margin-left: auto;
    width: 770px;
}
.cr-wd h2 {
    width: 100%;
    float: left;
    text-align: center;
    color: var(--text-dark);
    font-size: 43px;
    font-weight: 400;
    line-height: 51px;
   
}
.cr-wd p {
    width: 100%;
    float: left;
    text-align: center;
    padding: 20px 0 30px;
    color: var(--text-dark);
    font-size: 15px;
    font-weight: 400;
    line-height: 25px;
}
.contact-label {
    float: left;
    width: 100%;
    text-align: left;
    color: var(--text-dark);
    font-size: 15px;
    font-weight: 400;
}
.mct_form {
        border: 1px solid #00000070;
    color: var(--text-dark);
    display: block;
    font-weight: 300;
    font-size: 15px;
    /* text-transform: uppercase; */
    height: 51px;
    margin-bottom: 30px !important;
    padding: 0 20px;
    outline: none;
    width: 100%;
    padding-left: 0px;
    transition: all 500ms ease;
    margin-top: 3px;
    width: 100%;
    float: left;
    padding: 10px;
    margin-top: 17px;
    border-radius: 10px;
}
.ct-form {
    width: 100%;
    float: left;
}
.ct-form form {
    background:#82d6fe29;
    padding: 50px 30px;
    border-radius: 30px;
}
.ct-form h2 {
    width: 100%;
    float: left;
    text-align: center;
    color: var(--text-dark);
    font-size: 45px;
    font-weight: 500;
    line-height: 48px;
    margin-top: 20px;
}
.ct-form p {
   width: 100%;
   float: left;
   text-align: center;
   padding: 10px 0 30px;
   color: var(--text-dark);
   font-size: 15px;
   font-weight: 400;
   line-height: 25px;
}
.field-set {
    width: 100%;
    float: left;
    margin-bottom:18px;
}
.field-set input {
    width: 100%;
    float: left;
    border: 0;
    padding: 15px;
    border-radius: 13px;
    background: #fffffff2;
    border: 1px solid #ddd;
    }
.field-set label {
    color: var(--text-dark);
    font-size: 15px;
    font-weight: 400;
    width: 100%;
    float: left;
     margin-bottom: 10px;}


.contact-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: #e9f6ff;
    padding: 50px 40px;
    border-radius: 30px;
    margin-bottom: 50px;
    min-height: 280px;
}
.contact-info h5 {
        color: var(--text-dark);
        font-size: 28px;
        font-weight: 500;
        padding: 15px 0;
}
.contact-info p {
    float: left;
    width: 100%;
    font-size: 15px;
    font-weight: 400;
    line-height: 25px;
    color: var(--text-dark);
}
.contact-info a {
    float: left;
    width: 100%;
    color: var(--text-dark);
    text-decoration: none;
}





#sub-page-intro {
    float: left;
    width: 100%;
    padding-top: 70px;
    padding-bottom: 70px;
}
#sub-page-intro h6 {
    float: left;
    width: 100%;
    color: #232323;
    text-align: center;
    font-size: 38px;
    font-weight: 400;
    line-height: 140%;
    
    padding-bottom: 10px;
}
#sub-page-intro h6 span{
    font-weight: 700;
}
#sub-page-intro p {
    text-align: center;
    float: left;
    width: 100%;
    color: #232323;
    font-weight: 400;
    font-size: 15px;
    line-height: 28px;
    padding-left: 100px;
    padding-right: 100px;
    padding-bottom: 45px;
}
.career-frn {
    float: left;
    width: 100%;
}
.frm-titel {
    float: left;
    padding-bottom: 5px;
    width: 100%;
    color: #232323;
    font-size: 15px;
    font-weight: 600;
}
.career-frm {
    /* border: 1px solid #b0aaaa; */
    color: #131616;
    display: block;
    padding-left: 15px !important;
    font-weight: 400;
    font-size: 15px;
    height: 55px;
    margin-bottom: 30px !important;
    padding: 0 20px;
    outline: none;
    width: 100%;
    padding-left: 0px;
    border: none;
    transition: all 500msease;
    border: solid 1px #b0b0b05e;
    margin-top: 3px;
    width: 100%;
    float: left;
    padding: 7px 10px;
    margin-top: 3px;
    border-radius: 11px;
}
.cpt {
    padding-top: 12px;
}.cpt-snd {
    padding-top: 33px;
    float: left;
}


.car-pad-50 {
    padding-top: 50px;
    float: left;
    width: 100%;
}

.careeryellow a{
    width: 184px;
    height: 44px;
    border-radius: 22px;
    float: left;
    background: var(--secondary);
    color: var(--text-dark);
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;

}
.careeryellow a img{
    width: 100%;
    float: left;
    max-width: 19px;
}


.careeryellow a {
    transition: all 0.3s ease;
}

.careeryellow a:hover {
 background: #ffffff;
    color: var(--text-dark);
}

.careeryellow a img {
    transition: transform 0.4s ease;
}

.careeryellow a:hover img {
    transform: rotate(360deg) scale(1.1);
}

.careeryellow{
    margin-top: 36px;
}



.explore button {
 
    text-decoration: none;
    transition: transform 0.3s ease-in-out;
    border: none;
    background: none;
    display: inline-block;
    width: 209px;
    height: 45px;
    float: none;
    text-align: center;
    color: var(--text-dark);
    background: white;
    text-decoration: none;
    border: 1px solid #000000;
    border-radius: 22px;
    padding: 11px 0;
    font-weight: 600;
}
.contact-inn {
    width: 100%;
    float: left;
    padding: 86px 0;
    position: relative;
}

/* ===== Section ===== */
.testimonials {
  padding: 90px 20px;
  background: var(--bg-soft);
  float: left;
  width: 100%;
}

.container {
  max-width: 1200px;
  margin: auto;
}

/* ===== Header ===== */
.section-header {
  text-align: center;
  margin-bottom: 60px;
}

.section-header .tag {
  display: inline-block;
  background: #ffd700;
  padding: 6px 14px;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 15px;
}

.section-header h2 {
  font-size: 38px;
  margin-bottom: 12px;
}

.section-header p {
  color: #666;
  max-width: 600px;
  margin: auto;
}

/* ===== Grid ===== */
.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  float: left;
  margin-top: 40px;
}

/* ===== Card ===== */
.testimonial-card {
  background: #ffffff;
  padding: 35px;
  border-radius: 20px;
  position: relative;
  transition: 0.3s ease;
  box-shadow: 0 10px 25px rgba(0,0,0,0.05);
}

.testimonial-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(0,0,0,0.08);
}

/* ===== Stars ===== */
.stars {
  color: #ffd700;
  font-size: 18px;
  margin-bottom: 15px;
}

/* ===== Message ===== */
.message {
  font-size: 15px;
  color: #444;
  line-height: 1.7;
  margin-bottom: 20px;
  position: relative;
}

/* Quote styling */
.message::before {
  content: "ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œ";
  font-size: 60px;
  position: absolute;
  top: -20px;
  left: -10px;
  color: rgba(0,0,0,0.05);
}

/* ===== Author ===== */
.author {
  font-size: 14px;
  color: #111;
  border-top: 1px solid rgba(0,0,0,0.05);
  padding-top: 15px;
}

/* ===== Responsive ===== */
@media (max-width: 992px) {
  .testimonial-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 576px) {
  .testimonial-grid {
    grid-template-columns: 1fr;
  }

  .section-header h2 {
    font-size: 28px;
  }
}






.ip-loader{
    margin-left: 0px!important;
    bottom: 41%!important;
}

.loader {
    width: 195px;
    display: inline-block;
    position: relative;
}

.loading img {
    width: 190px;
    animation: blink-scale 1.6s infinite ease-in-out;
}

@keyframes blink-scale {
    0% {
        opacity: 0.3;
        transform: scale(0.96);
    }
    50% {
        opacity: 1;
        transform: scale(1);
    }
    100% {
        opacity: 0.3;
        transform: scale(0.96);
    }
}



.no-scroll {
  overflow: hidden;
  position: fixed;
  width: 100%;
}

.header{
    width: 100%;
    float: left;
    padding: 25px 0;
    position: fixed !important;
    top: 0;
    left: 0;
    z-index: 9999;
    background: transparent;
    transition: all 0.4s ease;
}

/* White header after scroll */
.header.scrolled{
    background: #ffffff;
    box-shadow: 0 2px 10px rgba(0,0,0,0.08);
}

/* Desktop Menu White */
@media(min-width:992px){

    .nav-menu > li > a{
        color: #ffffff !important;
    }

}

/* Black menu after scroll */
.header.scrolled .nav-menu > li > a{
    color: #000000 !important;
}

/* Icons black after scroll */
.header.scrolled .arrhd,
.header.scrolled .adminhd img,
.header.scrolled .homeimg img{
    filter: brightness(0);
}

/* Logo Styling */
.logo{
    position: relative;
}

.logo img{
    max-width: 216px;
    transition: all 0.3s ease;
    width: 180px;
}

/* Dark logo hidden initially */
.logo-dark{
    display: none;
}

/* After scroll */
.header.scrolled .logo-white{
    display: none;
}

.header.scrolled .logo-dark{
    display: block;
}
.homeimg img{
    width: 100%;
    float: left;
    max-width: 24px;
}
.menu-part{
    position: relative;
}
.head-menu {
    width: 100%;
    float: left;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 12px;
}
.main-hdr{
    height: 100%;
    width: 100%;
}

.yellowbx a{
    gap: 6px;
    width: 185px;
    height: 43px;
    float: left;
    text-align: center;
    text-decoration: none;
    background: var(--secondary);
    color: var(--text-dark);
    display: flex;
    border-radius: 21px;
    font-size: 13px;
    font-weight: 500;
    align-items: center;
    justify-content: center;
}
.yellowbx a {
    transition: all 0.3s ease;
}

.yellowbx a:hover {
 background: #ffffff;
    color: var(--text-dark);
}

.yellowbx a img {
    transition: transform 0.4s ease;
}

.yellowbx a:hover img {
    transform: rotate(360deg) scale(1.1);
}

.yellowbx a img{
    width: 100%;
    float: left;
    max-width: 18px;
}
.adminhd a img{
    width: 100%;
    float: left;
    max-width: 22px;

}
.banner{
    margin-top: 0px;
    width: 100%;
    float: left;
    position: relative;
}
.bannerimg img{
    float: left;
    /* max-width: 1376px; */
    width: 100%;
}
.banner-text{
    width: 100%;
    float: left;
    position: absolute;
    left: 0;
    padding-top: 210px;
}
.spandiv span img{
    width: 100%;
    float: left;
    max-width: 14px;
}
.spandiv{
   width: 228px;
    float: left;
    border-radius: 19px;
    border: 1px solid #FFFFFF;
    font-size: 14px;
    font-weight: 500;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    height: 39px;
}
.banner-text h2{
    width: 100%;
    float: left;
    text-align: left;
    color: var(--text-light);
    font-size: 57px;
    font-weight: 400;
    line-height: 68px;
       padding: 10px 0 15px
}
.banner-text h2 span{
    font-weight: 600;
}
.banner-text p{
    width: 100%;
    float: left;
    text-align: left;
    color: var(--text-light);
    font-size: 15px;
    font-weight: 400;
    line-height: 25px;
    padding-bottom: 25px;
}
.banneryellow a{
    width: 184px;
    height: 44px;
    border-radius: 22px;
    float: left;
    background: var(--secondary);
    color: var(--text-dark);
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;

}
.banneryellow a img{
    width: 100%;
    float: left;
    max-width: 19px;
}


.banneryellow a {
    transition: all 0.3s ease;
}

.banneryellow a:hover {
 background: #ffffff;
    color: var(--text-dark);
}

.banneryellow a img {
    transition: transform 0.4s ease;
}

.banneryellow a:hover img {
    transform: rotate(360deg) scale(1.1);
}




.spandiv img{
width: 12px;
}









.backbx a {
    width: 47px;
    height: 47px;
    float: left;
    background: #ad75754a;
    border-radius: 50%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* bubble animation */
.backbx a::before,
.backbx a::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 50%;
    background: #00000082;
    animation: bubblePulse 2.5s infinite;
    z-index: 1;
}
.backbx a::after {
     z-index: -1;
}
.backbx a::after {
    animation-delay: 1.25s;
}

@keyframes bubblePulse {
    0% {
        transform: scale(1);
        opacity: 0.7;
    }
    100% {
        transform: scale(1.8);
        opacity: 0;
    }
}

.backbx a img {
    max-width: 11px;
}















.banneryellow{
display: flex;
    float: left;
    gap: 14px;
}
.latest-bar {
  display: flex;
  align-items: center;
  width: 100%;
  background: #BEE6FB;
  overflow: hidden;
  padding-top: 0px;
}

.latest-badge {
  position: relative;
  display: inline-flex;
  align-items: center;
  background: var(--accent);
  color: var(--text-light);
  padding: 12px 35px;
  font-size: 15px;
  font-weight: 500;
}

/* Correct arrow */
.latest-badge::after {
  content: "";
  position: absolute;
  right: -10px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 14px solid var(--accent);
}


.latest-text {
  flex: 1;
  padding-left: 15px;
  color: #000;
  font-size: 15px;
  font-weight: 400;
  padding-top: 9px;
}
.section1{
    width: 100%;
    float: left;
    padding: 80px 0;
}
.s1img{
    width: 100%;
    float: left;
    position: relative;

}
.s1img img{
    width: 100%;
    float: left;
    max-width: 559px;
}
.s1img-btn a {
    border-radius: 17px;
    background: var(--primary);
   /* width: 211px;
    height: 151px;*/
    float: left;
    position: absolute;
    left: 0;
    bottom: 0;
    text-align: left;
    color: var(--text-light);
    font-size: 18px;
    font-weight: 400;
    text-decoration: none;
    display: flex;
    align-items: flex-start;
    justify-content: end;
    flex-direction: column;
        gap: 5px;
               padding: 60px 84px 28px 26px;
}


.s1img-btn a {
    transition: all 0.3s ease;
}


.s1img-btn a img {
    transition: transform 0.4s ease;
}
.s1img-btn a:hover img {
    transform: rotate(360deg) scale(1.1);
}




.s1img-btn a img{
    width: 100%;
    float: left;
    max-width: 24px;
    margin-left: 12px;
}
.abtimgtop {
     width: 183px;
    height: 183px;
    background: #FFDD00;
    border-radius: 50%;
    border: 10px solid #fff;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: 98px;
    z-index: 11;
    left: 128px;
}

/* SVG TEXT */
.circle-text {
  position: absolute;
  width: 100%;
  height: 100%;
animation: spin 20s linear infinite; /* slower */
}

.circle-text text {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 2px;
  fill: #000;
}

/* CENTER WHITE CIRCLE */
.abtimgtop-white {
  width: 87px;
  height: 87px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}

.abtimgtop-white img {
  max-width: 38px;
}

/* ROTATION */
@keyframes spin {
  from { transform: rotate(0deg); }
  to   { transform: rotate(360deg); }
}
.s1-text{
    width: 100%;
    float: left;

}
.s1mtion{
    width: 146px;
    color: var(--text-dark);
    font-size: 14px;
    gap: 7px;
    border: 1px solid #E5E5E5;
}
.s1-tsext h2{
width: 100%;
float: left;
text-align: left;
color: var(--text-dark);
font-size: 43px;
font-weight: 400;
padding: 17px 0 10px;
}
.s1-tsext h2 span{
font-weight: 600;
}
.s1-tsext p{
    width: 100%;
    float: left;
    text-align: left;
    color: var(--text-dark);
    font-size: 15px;
    font-weight: 400;
    line-height: 25px;
}
.abt-ladttexts{
    width: 100%;
    float: left;
}
.abticonbx img{
    width: 100%;
    float: left;
    max-width: 50px;

}
.abticonbx:hover img {
    transition: transform 0.4s ease;
    transform: rotate(360deg) scale(1.1);
}
.icons2bx:hover img {
    transition: transform 0.4s ease;
    transform: rotate(360deg) scale(1.1);
}
.stionbx2-text:hover a img {
    transition: transform 0.4s ease;
    transform: rotate(360deg) scale(1.1);
}

.ftr-bx3 a:hover img {
    transform: scale(1.15);
}
.footer a:hover {
color: var(--secondary);
-webkit-transition: allease-in-out 0.5s;
}
.abticonbx h3{
    width: 100%;
    float: left;
    text-align: left;
    color: var(--text-dark);
    font-size: 15px;
    font-weight: 700;
}
.abticonbx{
    gap: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    float: left;
}
.abt-ladttexts {
    width: 100%;
    float: left;
    display: flex;
    align-items: center;
    gap: 65px;
    padding: 10px 0 26px;
}
.abt-ticker {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 15px;
    row-gap: 18px;
    width: 100%;
}

.abt-tickerbx{
    display: flex;
    align-items: flex-start;
    gap: 8px;
}

.abt-tickerbx img{
    width: 19px;
    margin-top: 3px;
    flex-shrink: 0;
}

.abt-tickerbx h6{
    margin: 0;
    color: var(--text-dark);
    font-size: 15px;
    font-weight: 500;
    line-height: 1.5;
}
.section1 .col-lg-7{
    width: 54%;
}
.section1 .col-lg-5{
    width: 46%;
}
.s1-tsext {
    padding-left: 18px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}
.section2{
    width: 100%;
    float: left;
    padding: 30px;
    background: #fff;
}

/* BENTO GRID */

.bento-grid{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: 270px;
    gap: 20px;
}

/* BENTO SIZES */

.bento-wide{
    grid-column: span 2;
}

.bento-tall{
    grid-row: span 2;
}

/* COMMON CARD STYLE */

.stionbx1,
.stionbx2{
    position: relative;
    overflow: hidden;
    border-radius: 32px;
    width: 100%;
    height: 100%;
    transition: all .4s ease;
}

/* FLOAT EFFECT */

.stionbx1:hover,
.stionbx2:hover{
    transform: translateY(-6px);
}

/* CARD BACKGROUNDS */

.stionbx1{
    background: #CBD42A;
    padding: 40px;
    display: flex;
    align-items: flex-end;
}

.stionbx4{
    background-image: url('../images/gallery-bg.webp');
    background-size: cover;
    background-position: center;
}

.stionbx5{
    background-image: url('../images/career-bg.webp');
    background-size: cover;
    background-position: center;
}

.stionbxn{
    background-image: url('../images/headboy-bg.webp');
    background-size: cover;
    background-position: center;
}

/* IMAGE CARDS */

.stionbx2 img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .5s ease;
}

/* DARK OVERLAY */

.stionbx2::after{
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.55), transparent);
}

/* CONTENT POSITION */

.stionbx2-text{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 40px;
    z-index: 2;
}

/* TOP FLOAT IMAGE */

.stionbx1-ftimg img{
    width: 100%;
    max-width: 170px;
    position: absolute;
    top: 40px;
    right: 40px;
    transition: transform .5s ease;
}

/* ICONS */

.icons2bx img,
.icons-img img{
    width: 100%;
    max-width: 69px;
    margin-bottom: 10px;
    margin-right: 15px;
    transition: transform .5s ease;
}

/* TITLES */

.icons2bx a,
.stionbx2-text a{
    color: #fff;
    text-decoration: none;
    font-size: 35px;
    font-weight: 600;
    line-height: 1.1;
}

/* LIGHT TEXT */

.icons2bx p{
    color: #fff;
    font-size: 15px;
    line-height: 26px;
    margin-top: 14px;
    max-width: 420px;
}

/* LIGHTER SECOND LINE */

.stionbx2-text span{
    font-weight: 400;
}

/* ARROW */

.icons2bx a img,
.stionbx2-text a img{
    max-width: 24px;
    display: inline-block;
    margin-left: 8px;
    vertical-align: middle;
}

/* HOVER EFFECTS */

.stionbx1:hover .icons2bx img,
.stionbx2:hover .icons-img img,
.stionbx1:hover .stionbx1-ftimg img{
    transform: rotate(360deg) scale(1.08);
}

.stionbx2:hover > img{
    transform: scale(1.06);
}

.icons2bx span{
font-weight: 400;
}

/* =========================================
   TABLET + MOBILE LANDSCAPE
========================================= */

@media (max-width: 991px) {

    .section2{
        padding: 15px;
    }

    .bento-grid{
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }

    /* REMOVE DESKTOP SPANS */

    .bento-wide,
    .bento-tall{
        grid-column: auto !important;
        grid-row: auto !important;
    }

    .stionbx1,
    .stionbx2{
        min-height: 260px;
        height: 260px;
        border-radius: 24px;
    }

    .stionbx1{
        padding: 25px;
    }

    .stionbx2-text{
        padding: 25px;
    }

    .icons2bx a,
    .stionbx2-text a{
        font-size: 26px;
        line-height: 1.1;
    }

    .icons2bx p{
        font-size: 14px;
        line-height: 22px;
    }

    .icons2bx img,
    .icons-img img{
        max-width: 52px;
    }

    .stionbx1-ftimg img{
        max-width: 100px;
        top: 20px;
        right: 20px;
    }

}


/* =========================================
   MOBILE PORTRAIT
========================================= */

@media (max-width: 600px) {

    .bento-grid{
        grid-template-columns: 1fr;
    }

    .stionbx1,
    .stionbx2{
        height: auto;
    }

}

.section3{
    width: 100%;
    float: left;
    padding: 70px 0 40px;
}
.s3-hds {
    position: relative;
    width: 100%;
    float: left;
    padding: 0 65px 0 49px;
}
.s3-hds .s1mtion{
width: 182px;
}
.s3-hds h2{
width: 100%;
    float: left;
    text-align: left;
    color: var(--text-dark);
    font-size: 43px;
    font-weight: 400;
    line-height: 51px;
    padding: 15px 0 17px;
}
.s3-hds h2 span {
    font-weight: 600;
}
.s3-hds p{
    width: 100%;
    float: left;
    text-align: left;
    color: var(--text-dark);
    font-size: 15px;
    font-weight: 400;
    line-height: 25px;
    padding-bottom: 20px;
}
.s3-hds-logo{
    position: absolute;
    top: 70px;
    right: 20px;
}

.s3-hds-logo img{
    width: 100%;
    float: left;
    max-width: 195px;
    margin-top: -10px;
    margin-right: 30px;
}
.s3-crsalbx{
    width: 100%;
    float:left;
}
.s3slide{
    width: 100%;
    float: left;
    position: relative;
}
.s3slide img{
    width: 100%;
    float: left;
    border-radius: 28px;
}
.s3slide-text{
    width:auto;
    float: left;
    position: absolute;
    left: 0;
    bottom: 0;
   padding: 0 0 29px 20px;

}
.s3slide-text h3{
    width: auto;
    float: left;
    text-align: left;
    color: var(--text-light);
    font-size: 17px;
    font-weight: 600;
    line-height: 24px;
    padding-bottom: 2px;
}
.s3slide-text p{
    width: 100%;
    float: left;
    text-align: left;
    color: #B0B0B0;
    font-size: 15px;
    font-weight: 500;
}
.blog-carousel .owl-nav{
display: none;
}
.section4{
    width: 100%;
    float: left;
    padding: 0 0 70px;
}
.section4 .s1mtion{
   width: 181px; 
}
.s4hd{width: 100%;float: left;display: flex;align-items: center;flex-direction: column;}
.s4hd h2{
   width: 100%;
   float: left;
   text-align: center;
   color: var(--text-dark);
   font-size: 43px;
   font-weight: 400;
   line-height: 51px;
   padding: 15px 0 7px;
}
.s4hd h2 span {
    font-weight: 600;
}
.s4bxs{
    height: 455px;
    width: 100%;
    float: left;
    border-radius: 21px;
background: linear-gradient(347deg, #ffe9c354, transparent);
    padding: 53px 26px 60px 34px;
}

.s4bxs span img{
    width: 100%;
    max-width: 100px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.s4bxs h4{
    width: 100%;
    float: left;
    text-align: left;
    color: var(--text-dark);
    font-size: 24px;
    font-weight: 600;
    line-height: 28px;
    padding-top: 9px;
}
.s4bxs p{
    width: 100%;
    float: left;
    text-align: left;
    color: var(--text-dark);
    font-size: 15px;
    font-weight: 600;
    line-height: 25px;
    padding: 17px 0 0px;
}
.s4bxs-inn{
    width: 100%;
    float: left;
    display: flex;
    align-items: center;
    gap: 12px;
    padding-bottom: 14px;
}
.s4bxs-inn-extra {
    font-size: 14px;
    font-weight: 500;
    float: left;
    text-align: left;
    color: var(--text-dark);
    border: 1px solid #00000030;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: left;
    gap: 8px;
    padding: 10px 17px;
    width: 100%;
    margin-top: 15px;
}

.s4bxs-inn-extra img{
    width: 100%;
    float: left;
    max-width: 14px;
}
.s4bxsone{
    min-height: 455px;
    width: 100%;
    float: left;
    border-radius: 21px;
    padding: 51px 26px 60px 26px;
    background-size: cover;
    background: linear-gradient(347deg, #73b2ff54, transparent);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.s4bxsone img{
    width: 100%;
    float: left;
    max-width: 185px;
}
.s4bxsone h4{
    width: 100%;
    float: left;
    text-align: center;
    color: var(--text-dark);
    line-height: 28px;
    font-size: 24px;
    font-weight: 400;
    padding: 32px 0 14px;
}
.s4bxsone h4 span{
    font-weight: 600;
}
.s4bxsone p{
    width: 100%;
    float: left;
    text-align: center;
    font-size: 15px;
    font-weight: 400;
    line-height: 25px;
    color: var(--text-dark);
}
.s4bxstwo{
    position: relative;
    min-height: 455px;
    width: 100%;
    float: left;
    border-radius: 21px;
    background-size: cover;
    background-image: url('../images/s4bxstwo.png');
display: flex;
    flex-direction: column;
    align-items: center;
    padding: 51px 37px;

}
.s4bxstwo h4{
    width: 100%;
    float: left;
    text-align:center;
    font-size: 24px;
    font-weight: 400;
    line-height: 28px;
    padding: 21px 0 12px;
}
.s4bxstwo h4 span{
    font-weight: 600;
}
.s4bxstwo p{
    width: 100%;
    float: left;
    text-align: center;
    font-size: 15px;
    font-weight: 400;
    line-height: 25px;
}
.s4last img{
    width: 100%;
    float: left;
    max-width: 170px;
}
.s4last {
    position: absolute;
    bottom: 25px;
    right: 83px;
}
.s4bxstwo .spandiv{
    color: black;
    width: 189px;
    gap: 7px;
    border: 1px solid #00000030;

}



.s4bxs2{
    height: 455px;
    width: 100%;
    float: left;
    border-radius: 21px;
    background: linear-gradient(347deg, #d3f1ff54, transparent);
    padding: 53px 26px 60px 34px;
}

.s4bxs2 span img{width: 100%;text-align: center;margin-left: auto;margin-right: auto;display: block;max-width: 170px;}
.s4bxs2 h4{
    width: 100%;
    float: left;
    text-align: left;
    color: var(--text-dark);
    font-size: 24px;
    font-weight: 600;
    line-height: 28px;
    padding-top: 9px;
}
.s4bxs2 p{
    width: 100%;
    float: left;
    text-align: left;
    color: var(--text-dark);
    font-size: 15px;
    font-weight: 600;
    line-height: 25px;
    padding: 17px 0 0px;
}

.s4bxs2-inn-extra {
    font-size: 14px;
    font-weight: 500;
    float: left;
    text-align: left;
    color: var(--text-dark);
    border: 1px solid #00000030;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: left;
    gap: 8px;
    padding: 10px 17px;
    width: 100%;
    margin-top: 15px;
}

.s4bxs2-inn-extra img{
    width: 100%;
    float: left;
    max-width: 14px;
}


.s4bxs3{
    height: 455px;
    width: 100%;
    float: left;
    border-radius: 21px;
    background: linear-gradient(347deg, #e6feff, transparent);
    padding: 53px 26px 60px 34px;
}

.s4bxs3 span img{
    max-width: 228px;
    width: 100%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
}
.s4bxs3 h4{
    width: 100%;
    float: left;
    text-align: left;
    color: var(--text-dark);
    font-size: 24px;
    font-weight: 600;
    line-height: 28px;
    padding-top: 9px;
}
.s4bxs3 p{
    width: 100%;
    float: left;
    text-align: left;
    color: var(--text-dark);
    font-size: 15px;
    font-weight: 600;
    line-height: 25px;
    padding: 17px 0 0px;
}















.section5{
   padding: 130px 0 69px;
   position: relative;
   width: 100%;
   float: left;
   background-size: cover;
   background-image: url('../images/celebrate-bg.webp');
}
.section5 h2{
    width: 100%;
    float: left;
    text-align: left;
    color: var(--text-light);
    font-size: 79px;
    font-weight: 400;
    line-height: 87px;

}
.section5 h2 span{
    font-weight: 600;
}
.section5 p{
    padding: 12px 0 37px;
    width: 54%;
    float: left;
    text-align: left;
    color: #FCFCFC;
    font-size: 15px;
    font-weight: 400;
    line-height: 25px;
}
.sfivelogos {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.sfivelogos-track {
    display: flex;
    align-items: center;
    gap: 58px;
    animation: scrollLeft 30s linear infinite;
}

.sfivelogos img {
    max-width: 235px;
    width: 100%;
    border-radius: 19px;
    flex-shrink: 0;
}

/* Animation */
@keyframes scrollLeft {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-50%);
    }
}


@media (max-width: 767px) {
  .sfivelogos-track {
    gap: 30px;
  }

  .sfivelogos img {
    max-width: 180px;
  }
}




/* keep your existing .s5-circle styles */
.s5-circle {
    position: absolute;
    right: 27%;
    bottom: 40%;
    background: var(--secondary);
    width: 131px;
    height: 131px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

/* SVG text rotation */
.s5-circle-text {
    position: absolute;
    width: 100%;
    height: 100%;
    animation: s5Rotate 12s linear infinite;
}

.s5-circle-text text {
    font-size: 17px;
    font-weight: 400;
    letter-spacing: 1.5px;
    fill: #000;
    /* text-transform: uppercase; */
}

/* center icon */
.center-icon {
    width: 43px;
    position: relative;
    z-index: 2;
}

.center-icon {
    transition: transform 0.4s ease;
}


.s5-circle:hover .center-icon{
    transform: rotate(360deg) scale(1.1);
}



@keyframes s5Rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

.section6{
    width: 100%;
    float: left;
    background: var(--bg-soft);
    padding: 81px 0 85px;

}
.evant-home{
    width: 100%;
    float: left;
    border-radius: 42px;
    background: white;
        box-shadow: -6px 5px 8px #e0dfdf42;
    padding: 32px 24px 32px 24px;
}
.evant-home img{
width: 100%;
float: left;
max-width: 325px;
border-radius: 26px;

}
.evant-home h3{
width: 100%;
float: left;
text-align: left;
color: var(--text-dark);
font-size: 24px;
font-weight: 600;
padding: 25px 0 9px;
}
.evant-home p{
width: 100%;
float: left;
text-align: left;
color: var(--text-dark);
font-size: 14px;
font-weight: 400;
line-height: 25px;
padding-bottom: 13px;
}
.evantdate{
    width: 100%;
    float: left;
    color: var(--text-dark);
    font-size: 14px;
    font-weight: 600;
        display: flex;
    align-items: center;
    gap: 12px;
}

.evantdate img{
    width: 100%;
    float: left;
    max-width:21px;
    border-radius: unset;
}
.footer{
    width: 100%;
    float: left;
    padding: 97px 0 68px;
}
.ftr-logo{
    width: 100%;
    float: left;
}
.ftr-logo img{
    width: 100%;
    float: left;
    max-width: 270px;
}
.ftr-logo p{
    padding-top: 33px;
    width: 90%;
    float: left;
    text-align: left;
    color: var(--text-dark);
    font-size: 14px;
    font-weight: 400;
    line-height: 25px;
}
.footer h2{
    width: 100%;
    float: left;
    text-align: left;
    color: var(--text-dark);
    font-size: 15px;
    font-weight: 500;
    padding-bottom: 27px;
}
.footer a{
    width: 100%;
    float: left;
    text-align: left;
    color: var(--text-dark);
    font-size: 15px;
    font-weight: 400;
    line-height: 28px;
    text-decoration: none;
    transition: color 0.3s, background 0.3s;
}
.ftr-bx3 p{
    width: 100%;
    float: left;
    text-align: left;
    color: var(--text-dark);
    font-size: 15px;
    font-weight: 400;
    line-height: 28px;
    padding-bottom: 21px;
}
.ftr-bx3 a img{
    width: 100%;
    float: left;
    max-width: 36px;
}
.ftr-bx3 a {
    float: left;
    width: auto;
    margin-right: 15px;
}
.ftr-bx1{
    position: relative;
}
.ftr-bx2{
    position: relative;
}
.ftr-bx3{
    position: relative;
}
.ftr-bx1:after{
    width: 1px;
    height: 235px;
    float: left;
    position: absolute;
    right: 0;
    content: '';
    background: var(--primary);
}
.ftr-bx2:after{
    width: 1px;
    height: 235px;
    float: left;
    position: absolute;
    right: 0;
    top: 0;
    content: '';
    background: var(--primary);
}
.copy{
    width: 100%;
    float: left;
    background: var(--primary);
    padding: 14px 0;
}
.copy h3{
    width: 100%;
    float: left;
    text-align: left;
    color: var(--text-light);
    font-size: 15px;
    font-weight: 400;
}
.copy h4{
    width: 100%;
    float: left;
    text-align: right;
    color: var(--text-light);
    font-size: 15px;
    font-weight: 400;
}
.copy h4 a{
     color: var(--text-light);
    font-size: 15px;
    font-weight: 400;
    text-decoration: none;
}

.possi-add{
    position: relative;
}
.s5-add {
    right: 0;
}
.evant-carousel .owl-nav{
    display: none;
}



/* ===== Base ===== */
.events-hero {
  float: left;
  padding: 80px 20px;
  background: #ffffff;
  width: 100%;
}

.container {
  max-width: 1200px;
  margin: auto;
}


/* ===== Grid Layout ===== */
.events-grid {
  display: grid;
  grid-template-columns: 2fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 20px;
  margin-top: 50px;
  width: 100%;
  float: left;
  margin-bottom: 50px;
}

.event-card {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  display: block;
  text-decoration: none;
  color: #fff;
}

.event-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.event-card:hover img {
  transform: scale(1.08);
}

/* Featured spans 2 rows */
.featured {
  grid-row: span 2;
  height: 450px;
}

.small {
  height: 215px;
}

/* Overlay */
.overlay {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 25px;
  background: linear-gradient(to top, rgba(0,0,0,0.75), transparent);
}

.overlay h3 {
  font-size: 25px;
  margin-bottom: 5px;
  font-weight: 600;
}

.overlay p {
  font-size: 14px;
  opacity: 0.9;
}

/* Badge */
.badge {
  display: inline-block;
  padding: 5px 12px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 10px;
}

.cultural {
  background: #ff4545;
}

.sports {
  background: #13c293;
}

.academic {
  background: #3a8bef;
}

/* Button */
.view-all {
  text-align: center;
  margin-top: 50px;
}

.btn-primary {
  background: #111;
  color: #fff;
  padding: 12px 28px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 600;
  transition: 0.3s;
}

.btn-primary:hover {
  background: #ffd700;
  color: #111;
}

/* ===== Responsive ===== */
@media (max-width: 992px) {
  .events-grid {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }

  .featured {
    height: 350px;
  }

  .small {
    height: 250px;
  }
}

@media (max-width: 576px) {
  .section-header h2 {
    font-size: 28px;
  }

  .featured,
  .small {
    height: 220px;
  }
}


.button-yellow a{
    width: 184px;
    height: 44px;
    border-radius: 22px;
    /* float: left; */
    background: var(--secondary);
    color: var(--text-dark);
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
}
.button-yellow a img{
    width: 100%;
    float: left;
    max-width: 19px;
}


.button-yellow a {
    transition: all 0.3s ease;
}

.button-yellow a:hover {
 background: #ffffff;
    color: var(--text-dark);
}

.button-yellow a img {
    transition: transform 0.4s ease;
}

.button-yellow a:hover img {
    transform: rotate(360deg) scale(1.1);
}


.site-footer {
  width: 100%;
  float: left;
  background: #ffffff;
  color: var(--text-dark);
  padding-top: 70px;
  border-top: 1px solid #e5eaf2;
}

.footer-container {
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 50px;
  padding: 0 20px 30px;
}

/* Logo */
.footer-logo {
  width: 180px;
  margin-bottom: 20px;
}

/* Headings */
.footer-col h4 {
  font-size: 18px;
  margin-bottom: 20px;
  color: #038bce;
  font-weight: 600;
}

/* Paragraph */
.footer-col p {
  font-size: 14px;
  line-height: 1.7;
  color: var(--text-dark);
}

/* Links */
.footer-col ul {
  list-style: none;
  padding: 0;
}

.footer-col ul li {
  margin-bottom: 12px;
}

.footer-col ul li a {
  text-decoration: none;
  color: var(--text-dark);
  font-size: 14px;
  transition: 0.3s ease;
}

.footer-col ul li a:hover {
  color: #0d6efd;
  padding-left: 5px;
}

/* School Hours */
.hours li {
  font-size: 14px;
  color: var(--text-dark);
  margin-bottom: 8px;
}

/* Social Icons */
.social-icons {
  margin-top: 15px;
}

.social-icons a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  background: #eaf2ff;
  color: #038bce;
  border-radius: 50%;
  margin-right: 10px;
  font-weight: 600;
  text-decoration: none;
  transition: 0.3s ease;
}

.social-icons a:hover {
  background: #038bce;
  color: #fff;
}

/* Bottom Bar */
.footer-bottom {
  border-top: 1px solid #e5eaf2;
  text-align: center;
  padding: 20px 10px;
  font-size: 13px;
  color: #666;
}

/* Responsive */
@media (max-width: 992px) {
  .footer-container {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 576px) {
  .footer-container {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .social-icons a {
    margin: 5px;
  }
}



.aboutbanner{
    width: 100%;
    float: left;
    position: relative;
}
.abtbannerimg img{
    float: left;
 /*   max-width: 1376px;*/
    width: 100%;

}
.abtbanner-text{
    width: 100%;
    float: left;
    position: absolute;
    left: 0;
    padding-top: 148px;
}
.spandiv span img{
    width: 100%;
    float: left;
    max-width: 14px;
}
.abtbanner-text h2{
    width: 100%;
    float: left;
    text-align: left;
    color: var(--text-light);
    font-size: 50px;
    font-weight: 400;
    line-height: 68px;
       padding: 10px 0 0px;
}
.abtbanner-text h2 span{
    font-weight: 600;
}

.page-thumb {
    float: left;
    width: auto;
}.page-thumb a {
    text-decoration: none;
}


.thumb-nav {
    float: left;
    color: var(--text-light);
    font-size: 15px;
    font-weight: 400;
}

.page-thumb span a{
    color: var(--secondary);
}

.s1-abt h2{width: 100%;float: left;text-align: left;color: var(--text-dark);font-size: 43px;font-weight: 400;padding: 17px 0 0px;}
.s1-abt h2 span{
font-weight: 600;
}
.s1-abt p {
    width: 100%;
    float: left;
    text-align: left;
    color: var(--text-dark);
    font-size: 15px;
    font-weight: 400;
    line-height: 27px;
    padding-right: 40px;
    padding-top: 10px;
}


.s1img-abt-btn a {
    border-radius: 17px;
    background: var(--primary);
   /* width: 211px;
    height: 151px;*/
    float: left;
    position: absolute;
    left: 0;
    bottom: 0;
    text-align: left;
    color: var(--text-light);
    font-size: 18px;
    font-weight: 400;
    text-decoration: none;
    display: flex;
    align-items: flex-start;
    justify-content: end;
    flex-direction: column;
        gap: 5px;
               padding: 60px 84px 28px 26px;
}


.s1img-abt-btn a {
    transition: all 0.3s ease;
}


.s1img-abt-btn a img {
    transition: transform 0.4s ease;
}
.s1img-abt-btn a:hover img {
    transform: rotate(360deg) scale(1.1);
}




.s1img-abt-btn a img{
    width: 100%;
    float: left;
    max-width: 24px;
    margin-left: 12px;
}


/* Vision Mission Cards */
.vmv-card-vi {
    background: #fff;
    padding: 40px 30px;
    border-radius: 16px;
    text-align: center;
    transition: 0.3s ease;
    box-shadow: 0 10px 25px rgba(0,0,0,0.05);
}

.vmv-card-mi {
    background: #fff;
    padding: 40px 30px;
    border-radius: 16px;
    text-align: center;
    transition: 0.3s ease;
    box-shadow: 0 10px 25px rgba(0,0,0,0.05);
}

.vmv-card-va {
    background: #fff;
    padding: 40px 30px;
    border-radius: 16px;
    text-align: center;
    transition: 0.3s ease;
    box-shadow: 0 10px 25px rgba(0,0,0,0.05);
}

.section-space {
    padding: 50px 0;
    float: left;
    width: 100%;
}
.campus-intro{

float: left;
width: 100%;
}
.section-space-faci {
    padding: 20px 0;
    float: left;
    width: 100%;
}


.vmall {
    padding-bottom: 65px;
    padding-top: 65px;
    width: 100%;
    float: left;
}.vmall-hd {
    width: 100%;
    float: left;
}
.vmall-hd h2 {
    width: 100%;
    float: left;
    text-align: left;
    color: var(--text-dark);
    margin-bottom: 0;
    font-size: 38px;
    font-weight: 500;
    line-height: 51px;
    padding-bottom: 8px;
}
.vmall-hd p {
    width: 100%;
   

    font-size: 15px;
    font-weight: 400;
    line-height: 25px;
    text-align: left;
    float: left;
    color: black;
    
}
.v-m {
    background: linear-gradient(45deg, #d4e5ff, transparent);
    padding: 29px 44px;
    /* border: 1px solid #3a3a3a00; */
    width: 100%;
    float: left;
    border-radius: 35px;
}
.v-m img {
    width: 60px;
    float: left;
}
.v-m h2 {
    padding-top: 13px;
    padding-bottom: 5px;
    float: left;
    text-align: left;
    font-size: 23px;
    color: #0D0D0D;
    font-weight: 600;
    text-align: left;
    float: left;
    width: 100%;
}
.v-m p {
    width: 100%;
    float: left;
    font-size: 15px;
    font-weight: 400;
   line-height: 25px;
    text-align: left;
    float: left;
    color: black;

 }


.videosection {
    float: left;
    width: 100%;
    padding-bottom: 30px;
    margin-top: -30px;
}



/* Message Sections */
.bg-light-blue {
    background: linear-gradient(45deg, #d4e5ff, transparent);
    float: left;
    width: 100%;
    margin-bottom: 30px;
}

.message-section h3 {
    color: #004789;
    margin-bottom: 23px;
    margin-bottom: 10px;
    font-weight: 600;
}

.message-section p {
    font-size: 15px;
    line-height: 27px;
}

.message-img {
    width: 200px;
    height: 200px;
    object-fit: cover;
    border: 8px solid #ffffff;
}


/* Banner */
.campus-banner {
    position: relative;
    height: 280px;
    background: url('../images/taliparamba-banner.jpg') center/cover no-repeat;
    display: flex;
    align-items: center;
    color: #fff;
}

.campus-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(13,59,102,0.8), rgba(0,123,255,0.6));
}

.campus-banner-content {
    position: relative;
    z-index: 2;
}

.campus-banner-content h1 {
    font-size: 42px;
    font-weight: 700;
}

/* Info Strip */
.campus-info-strip {
    background: #f2f7ff;
    padding: 50px 0;
    float: left;
    width: 100%;
    margin-bottom: 50px;
}

.info-box i {
    font-size: 26px;
    color: #0d6efd;
    margin-bottom: 10px;
}

/* Facility Cards */
.facility-card {
    padding: 40px 30px;
    border-radius: 18px;
    color: #fff;
    transition: 0.4s ease;
    height: 100%;
}

.facility-card i {
    font-size: 30px;
    margin-bottom: 20px;
}

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

/* Gradient Styles */
.gradient-1 { background: linear-gradient(135deg,#1e3c72,#2a5298); }
.gradient-2 { background: linear-gradient(135deg,#00b4db,#0083b0); }
.gradient-3 { background: linear-gradient(135deg,#667eea,#764ba2); }
.gradient-4 { background: linear-gradient(135deg,#11998e,#38ef7d); }
.gradient-5 { background: linear-gradient(135deg,#ff512f,#dd2476); }
.gradient-6 { background: linear-gradient(135deg,#ff9966,#ff5e62); }
.gradient-7 { background: linear-gradient(135deg,#56ab2f,#a8e063); }
.gradient-8 { background: linear-gradient(135deg,#614385,#516395); }
.gradient-9 { background: linear-gradient(135deg,#ff7e5f,#feb47b); }



.facility-card p {
    font-size: 15px;
    padding-top: 5px;
}



/* Background */
.bg-soft {
    background: #f5f9ff;
}

/* Image Style */
.image-wrap {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0,0,0,0.08);
    transition: 0.4s;
}

.image-wrap:hover {
    transform: scale(1.03);
}

.image-wrap.glow::after {
    content: "";
    position: absolute;
    inset: 0;
    /* background: linear-gradient(135deg, rgba(13,110,253,0.3), transparent); */
}


.s1-cur h2{width: 100%;float: left;text-align: left;color: var(--text-dark);font-size: 43px;font-weight: 400;padding: 5px 0 0px;}
.s1-cur h2 span{
font-weight: 600;
}
.s1-cur p {
    width: 100%;
    float: left;
    text-align: left;
    color: var(--text-dark);
    font-size: 15px;
    font-weight: 400;
    line-height: 27px;
    padding-right: 40px;
    padding-top: 10px;
}

.curriculum-items {
    float: left;
    margin-top: 20px;
    width: 100%;
}


/* Content Box */

.content-box{
    margin-top: 30px;
    padding-left: 30px;
}
.curriculum-items .item {
    margin-bottom: 20px;
    background: aliceblue;
    padding: 5px 156px;
    text-align: center;
    border-radius: 12px;
}

.curriculum-items h6 {
    font-weight: 600;
    color: #0070bd;
    font-size: 15px;
    padding-top: 5px;
    padding-bottom: 0px;
}

.curriculum-items span{
    font-size: 15px;
    font-weight: 500;
}

/* Activity Tags */

.activity-tags{float: left;padding-top: 20px;}
.activity-tags span {
    display: inline-block;
    padding: 16px 52px;
    margin: 8px 10px 0 0;
    background: #eaf2ff;
    border-radius: 30px;
    font-size: 15px;
    transition: 0.3s;
    margin-bottom: 10px;
    font-weight: 500;
}

.activity-tags span:hover {
    background: #0070bd;
    color: #fff;
}

/* Clubs Modern Grid */
.clubs-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 30px;
    float: left;
    width: 100%;
    padding-top: 40px;
}

.club-tile {
    background: #ffffff;
    border-radius: 18px;
    padding: 35px 20px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    transition: 0.4s ease;
}

.club-tile i {
    font-size: 26px;
    color: #0070bd;
    margin-bottom: 15px;
}

.club-tile:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(13,110,253,0.15);
}







.medal {
    color: #fff;
    transition: 0.4s;
}


.medal:hover {
    transform: translateY(-8px);
}


.result-cards {
    display: flex;
    justify-content: center;
    gap: 40px;
    margin-bottom: 20px;
}

.result-box {
    background: #ffffff;
    padding: 40px 60px;
    border-radius: 20px;
    box-shadow: 0 15px 40px rgba(0,0,0,0.08);
    transition: 0.3s;
}

.result-box span {
    font-size: 36px;
    color: #037bd7;
    font-weight: 700;
}

.result-box:hover {
    transform: scale(1.05);
}




.toppers-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px,1fr));
    gap: 20px;
}

.topper-card {
    background: #fff;
    padding: 25px;
    border-radius: 15px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
    transition: 0.3s;
    font-weight: 500;
    text-align: center;
}

.topper-card:hover {
    background: #0d6efd;
    color: #fff;
}


.winners-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px,1fr));
    gap: 30px;
}

.winner-card {
    background: #fff;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(0,0,0,0.08);
    transition: 0.4s;
    text-align: center;
}

.winner-card img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

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

.winner-card h6{
    padding-top: 10px;
    font-weight: 600;
}

.winner-card p{
    padding-bottom: 10px;
    font-size: 15px;
}

.stat-box{
    float: left;
}

.counter{
    font-size: 40px;
    font-weight: 600;
    color: #037bd7;
}

.counter-new{
    font-size: 22px;
    font-weight: 600;
    color: #037bd7;
}

.count-box{
    float: left;
    width: 100%;
    background: white;
    padding: 35px;
    border-radius: 20px;
    box-shadow: 0px 1px 30px rgb(0 0 0 / 10%);
}

.count-box p{
    font-size: 15px;
    color: black;
}



.s4hd-achi{width: 100%;display: flex;align-items: center;flex-direction: column;}
.s4hd-achi h2 {
    width: 100%;
    float: left;
    text-align: center;
    color: var(--text-dark);
    font-size: 32px;
    font-weight: 400;
    line-height: 51px;
    padding: 0px 0 30px;
}

.s4hd-achi span{
   font-weight: 600;
}

.medal-box-gold{
    padding: 35px;
    border-radius: 20px;
    background: linear-gradient(135deg, #e0ad07, #fceabb);
}

.medal-box-gold h3{
    font-size: 40px;
    font-weight: 600;
    color: black;
}

.medal-box-gold p{
    font-size: 15px;
    color: black;
}


.medal-box-silver {
    padding: 35px;
    border-radius: 20px;
    background: linear-gradient(135deg, #cac4c4, #f4f4f4);
    color: #333;
}

.medal-box-silver h3{
    font-size: 40px;
    font-weight: 600;
    color: black;
}

.medal-box-silver p{
    font-size: 15px;
    color: black;
}


.medal-box-bronze {
    padding: 35px;
    border-radius: 20px;
    background: linear-gradient(135deg,#cd7f32,#e6b980); color:#333;
    color: #333;
}

.medal-box-bronze h3{
    font-size: 40px;
    font-weight: 600;
    color: black;
}

.medal-box-bronze p{
    font-size: 15px;
    color: black;
}


.events-banner {
    position: relative;
    height: 260px;
    background: url('../images/events-banner.jpg') center/cover no-repeat;
    display: flex;
    align-items: center;
    color: #fff;
}

.events-banner .overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(13,59,102,0.85), rgba(0,123,255,0.6));
}

.eventspg-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px,1fr));
    gap: 30px;
}

.event-tile {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    display: block;
}

.event-tile img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    transition: 0.4s ease;
}

.event-overlay {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 25px;
    background: linear-gradient(to top, rgba(0,0,0,0.7), transparent);
    color: #fff;
}

.event-overlay h4 {
    margin-bottom: 5px;
}

.event-tile:hover img {
    transform: scale(1.1);
}


.gallery-banner {
    position: relative;
    height: 260px;
    background: url('../images/gallery-banner.jpg') center/cover no-repeat;
    display: flex;
    align-items: center;
    color: #fff;
}

.gallery-section {
    background: #f5f9ff;
}

.gallery-grid {
    column-count: 3;
    column-gap: 20px;
}

.gallery-item {
    margin-bottom: 20px;
    overflow: hidden;
    border-radius: 18px;
}

.gallery-item img {
    width: 100%;
    border-radius: 18px;
    transition: 0.4s ease;
}

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



.admission-page {
    padding: 80px 0;
    background: #f5f9ff;
    font-family: 'Poppins', sans-serif;
    float: left;
    width: 100%;
}

/* Logo Section */
.form-logo img {
    width: 180px;
    margin-bottom: 20px;
}

.form-logo h2 {
    color: #0d3b66;
    font-weight: 600;
}

.form-logo p {
    color: #555;
    margin-bottom: 40px;
}

/* Form Card */
.form-card {
    background: #ffffff;
    padding: 50px;
    border-radius: 20px;
    box-shadow: 0 20px 50px rgba(0,0,0,0.08);
}

/* Section */
.form-section {
    margin-bottom: 40px;
}

.form-section h4 {
    margin-bottom: 25px;
    color: #0d6efd;
    border-left: 4px solid #0d6efd;
    padding-left: 20px;
}

/* Inputs */
input, select, textarea {
    width: 100%;
    padding: 14px 15px;
    border-radius: 10px;
    border: 1px solid #ddd;
    transition: 0.3s ease;
    font-size: 14px;
}

input:focus, select:focus, textarea:focus {
    border-color: #0d6efd;
    box-shadow: 0 0 0 3px rgba(13,110,253,0.1);
    outline: none;
}

/* Submit Button */
.submit-btn {
    background: linear-gradient(135deg,#0d6efd,#003f8a);
    color: #fff;
    padding: 14px 40px;
    border-radius: 30px;
    border: none;
    font-weight: 500;
    transition: 0.3s ease;
}

.submit-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(13,110,253,0.3);
}


/* =========================
   Parent Testimonial Section
========================= */

.parent-testimonial-sec{
    width: 100%;
    float: left;
    padding: 100px 0;
    padding-bottom: 40px;
    background: #ffffff;
    position: relative;
    /* overflow: hidden; */
}

.parent-head{
    margin-bottom: 60px;
}

.parent-head span{
    display: inline-block;
    padding: 10px 22px;
    border: 1px solid #e7e7e7;
    border-radius: 40px;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 18px;
    background: #fff9e8;
    color: #c89b00;
}

.parent-head h2{
    font-size: 56px;
    line-height: 1.2;
    margin-bottom: 15px;
    color: #111;
    font-weight: 300;
}

.parent-head h2 strong{
    font-weight: 700;
}

.parent-head p{
    max-width: 700px;
    margin: auto;
    color: #666;
    font-size: 18px;
    line-height: 1.7;
}

/* Card */

.parent-card{
    width: 100%;
    float: left;
    background: #f9f9f9;
    border-radius: 30px;
    padding: 40px;
    position: relative;
    transition: 0.4s ease;
    /* height: 100%; */
    border: 1px solid transparent;
    margin-top: 50px;
}

.parent-card:hover{
    transform: translateY(-8px);
    background: #fff;
    border-color: #f1d14b;
    box-shadow: 0 20px 40px rgba(0,0,0,0.06);
}

.active-card{
    background: linear-gradient(180deg,#fff9e8 0%, #ffffff 100%);
    border-color: #f1d14b;
}

/* Quote Icon */

.quote-icon{
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: #ffd400;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
}

.quote-icon i{
    font-size: 24px;
    color: #111;
}

/* Profile */

.parent-profile{
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 25px;
}

.parent-profile img{
    width: 70px;
    height: 70px;
    border-radius: 50%;
    object-fit: cover;
}

.parent-profile h4{
    font-size: 22px;
    margin-bottom: 4px;
    font-weight: 600;
    color: #111;
}

.parent-profile span{
    color: #777;
    font-size: 15px;
}

/* Content */

.parent-card p{
    font-size: 15px;
    line-height: 1.9;
    color: #555;
    margin-bottom: 30px;
}

/* Rating */

.parent-rating{
    display: flex;
    gap: 5px;
}

.parent-rating i{
    color: #ffcc00;
    font-size: 18px;
}

/* Responsive */

@media(max-width:991px){

    .parent-head h2{
        font-size: 40px;
    }

    .parent-card{
        padding: 30px;
    }

}

@media(max-width:767px){

    .parent-testimonial-sec{
        padding: 70px 0;
    }

    .parent-head h2{
        font-size: 32px;
    }

    .parent-head p{
        font-size: 16px;
    }

    .parent-card p{
        font-size: 16px;
    }

}



/* TEXT animations */
.fadeInUp {
    animation: fadeInUp 1s ease forwards;
}
.fadeOutDown {
    animation: fadeOutDown 0.8s ease forwards;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(40px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeOutDown {
    from {
        opacity: 1;
        transform: translateY(0);
    }
    to {
        opacity: 0;
        transform: translateY(-40px);
    }
}

/* IMAGE animations */
.zoomIn {
    animation: zoomIn 1s ease forwards;
}
.zoomOut {
    animation: zoomOut 0.8s ease forwards;
}

@keyframes zoomIn {
    from {
        opacity: 0;
        transform: scale(1.1);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes zoomOut {
    from {
        opacity: 1;
        transform: scale(1);
    }
    to {
        opacity: 0;
        transform: scale(0.9);
    }
}














@media (max-width: 991px){

.nav-menu > li > a {
    color: black;
}
.homeimg img {
    filter: invert(1111);
}

.nav-dropdown {
    margin-left:0px;
}

}









@media (max-width: 400px){


    .s1img-btn a {
        padding: 28px 35px 15px 17px !important;
    }

    .s4last {
        
        bottom: -45px !important;
        float: none !important;
        margin: auto !important;
        display: block !important;
        text-align: center !important;
    }

.copy h3 {
    font-size: 14px !important;

}
    .copy h4 {
       font-size: 14px !important; 
    }

}

/* =========================
   MOBILE MENU FIX
========================= */

@media(max-width:991px){

    /* Mobile Menu Background */
    .nav-menus-wrapper{
        background: #ffffff !important;
    }

    /* Mobile Menu Text */
    .nav-menu > li > a{
        color: #000000 !important;
    }

    /* Dropdown Menu Text */
    .nav-dropdown li a{
        color: #000000 !important;
    }

    /* Hamburger Icon */
    .nav-toggle:before,
    .nav-toggle:after{
        background-color: #fddb00 !important;
    }

}


@media (max-width: 575px){

/* Small inner dot */
.cursor-dot {
  display: none;
}

/* Outer ring */
.cursor-ring {
  display: none;
}

/* Text inside cursor */
.cursor-text {
  display: none;
}

/* Active hover effect */
.cursor-ring.active {
  display: none;
}

.cursor-ring.active .cursor-text {
  display: none;
}


.pad-50{
    padding: 50px 0px;
}
.cr-wd {
    width: 100%;
}
.page-thumb {
        display: none;
    }
    .abtbanner-text {
    padding-top: 170px;
}
.activity-tags span {
    padding: 16px 40px;
}
.count-box {
    margin-top: 40px;
}

.medal-box-gold {
    margin-bottom: 40px;
}

.medal-box-silver {
    margin-bottom: 40px;
}
.s1-abt h2 {
    font-size: 40px;
    line-height: 50px;
}

.curriculum-items .item {
    padding: 5px 30px;

}

.s1-cur p {
    padding-right: 0px;
}

.s1-abt h2 br{
    display: none;
}

.cr-wd h2 {
    font-size: 40px;
}
.photos {
    margin-bottom: 30px;
}
.abtbannerimg img {
    width: auto;
    position: relative;
    height: auto;
    right: 130%;
}

.s1-abt h2 br{
    display: none;
}

.s1-abt{
    float: left;
     
        padding-left: 10px;
        padding-right: 10px;
}

.s1-abt p {
    margin-bottom: 30px;
}
.v-m {
    margin-bottom: 50px;
}
.info-box{
    margin-top: 30px;
}
.vmall-hd {
    padding-bottom: 30px;
}
    .vmall {
        padding-top: 0px;
        padding-left: 10px;
        padding-right: 10px;
        padding-bottom: 0px;
    }


.vmall-hd h2 br{
    display: none;
}

.section-space {
    padding: 50px 15px;
}

.bg-light-blue {
    padding-left: 15px;
    padding-right: 15px;
}

        .abtbanner-text h2 {
        padding: 10px 20px 15px;
        font-size: 40px;
        line-height: 50px;
    }
.page-thumb {
        width: auto;
        padding-left: 20px;
        margin-top: -5px;
    }
.contact-info {
    
    padding: 30px 30px;
    min-height: auto;
}
.ct-form h2 {
    font-size: 40px;
}

.s3-hds p {
    padding-bottom: 30px;
}

.section4 .s1mtion {
    margin-left: 20px;
}

.adminhd{
   display: none;
}
.yellowbx a {
   
  display: none;
}
.adminhd a img {
    filter: invert(11);
}

.abt-tickerbx{
    margin-top: 10px;
}

.icons2bx p {
    display: none;
}

.header {
        padding-left: 20px;
        padding-top: 28px;
    }

        .banner-text {
        left: unset;
        padding: 60px 20px;
        bottom: 0;
    }
.bannerimg img {
    object-fit: cover;
    height: 650px;
}
        .banner-text h2 {
        font-size: 45px;
        line-height: 55px;
        padding: 15px 0 15px;
    }
.banner-text h2 br{
    display: none;
}
.latest-badge {
    padding: 12px 11px;
    font-size: 14px;
}
.banner-text p br{
display: none;
}
.banner-text p{
    
}
.section1 .col-lg-5 {
    width: 100%;
}
.section1 .col-lg-7 {
    width: 100%;
}
    .s1-tsext {
        padding: 0px 20px;
    }

.abtimgtop {
    left: 80px;
}    
.s1-tsext h2 {
    font-size: 40px;
}
.s1-tsext h2 br{
    display: none;
}
.abt-ladttexts {
    width: 100%;
    float: left;
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 30px 0 30px;
    flex-direction: column;
}
.abt-ticker {
    align-items: flex-start;
    flex-direction: column;
    width: 100%;
    float: left;
    display: flex;
    gap: 0;
}
.abticonbx h3 br{
    display: none;
}
    .section1 {
        padding: 50px 10px;
    }
.ct-form p br{
    display: none;
}

    .s1img-btn a {
        padding: 30px 56px 30px 17px;
    }
.s1img {
    padding-top: 25px;
}
.stionbx1 {
    min-height: auto;
    padding: 40px 40px 36px 40px;
}
.stionbx2 {
    min-height: unset;
}

.stionbx2-text {
    padding: 0px 0 40px 40px;
}
.stionbx3 {
    max-height: unset;
    min-height: unset;
}
.s3-hds {
    padding: 0 20px 0 20px;
}
.s3-hds h2 {
    font-size: 40px;
}
.s3-hds h2 br{
        display: none;
    }
.section3 {
    padding: 60px 0 60px;
}
.s3-hds-logo {
    display: none;
}
.s3slide img {
    height: 460px;
    object-fit: cover;
}
.s3-crsalbx {
    padding: 0 25px;
}
.s4hd {
    display: flex;
    align-items: flex-start;
}

.s4hd h2 {
    text-align: left;
    font-size: 40px;
    padding: 15px 20px 10px;
}
.s4hd p{
   padding: 0px 20px; 
}
.s4hd h2 br{
    display: none;
}
.s4bxs {
    margin-bottom: 30px;
}
.s4bxsone h4 {
    text-align: left;
}
.s4bxsone p {
    text-align: left;
}
.s4bxsone {
    min-height: unset;
      margin-bottom: 30px;
}

.s4bxstwo {
   
    min-height: auto;
}

.s4bxstwo {
  
    align-items: flex-start;
}

.s4bxstwo h4 {
    text-align: left;
}
.s4bxstwo p {
    text-align: left;
}
.s4last {
    position: relative;
    bottom: -19px;
    right: 0;
}
.section4 {
    padding: 0 0 70px;
}
    .section5 h2 {
        font-size: 48px;
        line-height: 55px;
        padding: 0px 15px;
    }

.section5 h2 br{
        display: none;
    }
.section5 p {
    padding: 12px 20px 37px;
    width: 100%;
}

    .s5-circle {
        margin-bottom: 40px;
        position: relative;
        right: 0;
        bottom: 0;
        margin-left: auto;
        margin-right: auto;
    }

    .section5 {
        padding: 80px 0px 69px;
                background-position: center;
    }
    .events-hero {
    padding: 80px 0px;
}
.footer {
    padding: 50px 0 50px;
}
.ftr-logo p {
    padding: 23px 0;
}
.footer a {
    width: 50%;
}
.footer h2 {
    padding: 20px 0;
}
.ftr-bx2:after {
    display: none;
}

.ftr-bx1:after {
     display: none;
}
.ftr-bx3 a {
    width: auto;
}
.form-card {
    padding: 50px 30px;
}

.copy h3 {
    text-align: center;
}
.copy h4 {
    text-align: center;
}
.career-frn {
    padding: 0px 10px;
}
}

@media(min-width:576px) and (max-width:767px){

.form-card {
    padding: 50px 30px;
}


/* Small inner dot */
.cursor-dot {
  display: none;
}

/* Outer ring */
.cursor-ring {
  display: none;
}

/* Text inside cursor */
.cursor-text {
  display: none;
}

/* Active hover effect */
.cursor-ring.active {
  display: none;
}

.cursor-ring.active .cursor-text {
  display: none;
}


.cr-wd {
    width: 100%;
}

.cr-wd h2 {
    font-size: 40px;
}
.contact-info {
    
    padding: 30px 30px;
    min-height: auto;
}
.ct-form h2 {
    font-size: 40px;
}



.adminhd{
    display: none;
}
.yellowbx a {
   
display:none;
}
.adminhd a img {
    filter: invert(11);
}
.banner {
    margin-top: -130px;
}
.banner-text {
  left: unset;
        padding: 50px 0;
        bottom: 0;
   
}
    .bannerimg img {
        object-fit: cover;
        height: 550px;
    }
.banner-text h2 {
        font-size: 50px;
        line-height: 60px;
    }
.banner-text h2 br{
    display: none;
}

.banner-text p br{
display: none;
}
.banner-text p{
   }
.section1 .col-lg-5 {
    width: 100%;
}
.section1 .col-lg-7 {
    width: 100%;
}
.s1-tsext {
    padding-left: 0;
}
.s1-tsext h2 {
    font-size: 40px;
}
.s1-tsext h2 br{
    display: none;
}
.abt-ladttexts {
    width: 100%;
    float: left;
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 30px 0 30px;
}
.abt-ticker {
        align-items: flex-start;
        width: 100%;
        float: left;
        display: flex;
        gap: 10;
    }
.abticonbx h3 br{
    display: none;
}
.section1 {
    padding: 50px 20px;
}

.s1img-btn a {
            padding: 66px 108px 30px 65px;
}
.s1img {
    padding-top: 25px;
}
.stionbx1 {
    min-height: auto;
    padding: 40px 20px 36px 20px;
    
}

.s1img img {
    float: none;
    margin-right: auto;
    margin-right: auto;
    margin-left: auto;
    display: block;
}
.stionbx2 {
    min-height: unset;
}

.stionbx2-text {
    padding: 0px 0 26px 20px;
}
.stionbx3 {
    min-height: unset;
    max-height: unset;
}
.s3-hds {
    padding: 0 20px 0 20px;
}
.s3-hds h2 {
    font-size: 40px;
}
.section3 {
    padding: 60px 0 60px;
}
.s3-hds-logo {
    display: none;
}
.s3slide img {
    object-fit: cover;
}
.s4bxs {
    min-height: unset;
}
.s3slide-text p {
    font-size: 13px;
}
.s3-crsalbx {
    padding: 0 25px;
}
.s4hd {
    display: flex;
    align-items: flex-start;
}
.s4hd h2 {
    text-align: left;
    font-size: 40px;
        padding: 15px 0 34px;
}
.s4hd h2 br{
    display: none;
}
.s4bxs {
    margin-bottom: 30px;
}
.s4bxsone h4 {
    text-align: left;
}
.s4bxsone p {
    text-align: left;
}
.s4bxsone {
    min-height: unset;
      margin-bottom: 30px;
}

.s4bxstwo {
   
    min-height: auto;
}

.s4bxstwo {
  
    align-items: flex-start;
}

.s4bxstwo h4 {
    text-align: left;
}
.s4bxstwo p {
    text-align: left;
}
.s4last {
    position: relative;
    bottom: -19px;
    right: 0;
}
.section4 {
            padding: 0 20px 70px;
}
        .section5 h2 {
        font-size: 50px;
        line-height: 64px;
        padding: 0px 20px;
    }
.section5 p {
        padding: 12px 20px 37px;
        width: 100%;
    }

    .s5-circle {
        margin-bottom: 20px;
        position: relative;
        right: 0;
        bottom: 51%;
        left: 75%;
    }
.sfivelogos {

    bottom: 30%;
}



  .section5 {
        padding: 80px 0 69px;
        height: 476px;
    }
.footer {
    padding: 50px 0 50px;
}
.ftr-logo p {
    padding: 23px 0;
}
.footer a {
    width: 50%;
}
.footer h2 {
    padding: 20px 0;
}
.ftr-bx2:after {
    display: none;
}

.ftr-bx1:after {
     display: none;
}
.ftr-bx3 a {
    width: auto;
}
.copy h3 {
    text-align: center;
}
.copy h4 {
    text-align: center;
}
.count-box {
    margin-top: 40px;
}

.medal-box-gold {
    margin-bottom: 40px;
}

.medal-box-silver {
    margin-bottom: 40px;
}

.s1-abt p {
    margin-bottom: 30px;
}

.info-box{
    margin-top: 30px;
}
.vmall-hd h2 br{
    display: none;
}


    .abtbannerimg img {
        width: auto;
        position: relative;
        height: auto;
        right: 36%;
    }

.s1-abt{
    float: left;
        margin-top: 0px;
        padding-left: 10px;
        padding-right: 10px;
}
    .v-m {
        margin-bottom: 50px;
    }
.vmall-hd {
    padding-bottom: 30px;
}
    .vmall {
        padding-top: 0px;
        padding-left: 10px;
        padding-right: 10px;
        padding-bottom: 0px;
    }

.section-space {
    padding: 50px 15px;
}

.bg-light-blue {
    padding-left: 15px;
    padding-right: 15px;
}

.abtbanner-text h2 {
    padding: 10px 20px 0px;
}
.page-thumb {
    width: auto;
    padding-left: 20px;
}
.s4bxsone {
    margin: 25px 0;
    min-height: auto;
}
    .s4bxs {
        min-height: auto;
        margin-bottom: 30px;
    }


.abt-ladttexts {
    gap: 30px;
    margin-top: 10px;
}

.s1-tsext h2 br{
    display: none;
}

        .s1img {
        padding-top: 30px;
    }
.pad-50{
    padding: 50px 0px;
}
    .banner-text {
        padding-top: 200px;
        padding-left: 20px;
        padding-right: 20px;
    }
.logo {
    padding-left: 20px;
}  


.s3-hds {
    padding: 0 40px 40px 40px;
}
.career-frn {
    padding: 0px 10px;
}
}


@media(min-width:768px) and (max-width:991px){
.cr-wd {
    width: 100%;
}


.career-frn {
    padding: 0px 10px;
}


.count-box {
    margin-top: 40px;
}

.medal-box-gold {
    margin-bottom: 40px;
}

.medal-box-silver {
    margin-bottom: 40px;
}

.s1-abt p {
    margin-bottom: 30px;
}

.info-box{
    margin-top: 30px;
}
.vmall-hd h2 br{
    display: none;
}


    .abtbannerimg img {
        width: auto;
        position: relative;
        height: auto;
        right: 36%;
    }

.s1-abt{
    float: left;
        margin-top: 0px;
        padding-left: 10px;
        padding-right: 10px;
}
    .v-m {
        margin-bottom: 0px;
    }
.vmall-hd {
    padding-bottom: 30px;
}
.vmall {
    padding-top: 0px;
    padding-left: 10px;
    padding-right: 10px;
}

.section-space {
    padding: 50px 15px;
}

.bg-light-blue {
    padding-left: 15px;
    padding-right: 15px;
}

.abtbanner-text h2 {
    padding: 10px 20px 0px;
}
.page-thumb {
    width: auto;
    padding-left: 20px;
}


.cr-wd h2 {
    font-size: 40px;
}

.copy h3 {
    font-size: 13px;
}

.copy h4 {
     font-size: 13px;
}

.ftr-bx1:after {
    display: none;
}

.ftr-bx2:after {
    display: none;
}

.footer a {
    width: 50%;
}
.footer h2 {
    padding: 20px 0;
}
.ftr-bx3 a {
    width: auto;
}

.footer {
    padding: 50px 0;
}
.s5-add {
    right: -28px !important;
}
.s4hd h2 {
    padding: 15px 0 30px;
}
.sfivelogos-track {
    column-gap: 30px;
}
    .s5-circle {
        position: absolute;
        right: 11%;
        bottom: 40%;

    }
    .section5 {
        padding: 90px 15px 69px;
    }
    .section5 h2 {
    font-size: 60px;
    line-height: 69px;
}
.site-footer {
    padding-left: 20px;
    padding-right: 20px;
}
.s4bxstwo {
    gap: 15px;
    min-height: auto;
}
.s4last {
    position: relative;
    bottom: unset;
    right: unset;
}
.s4bxsone {
    margin: 25px 0;
    min-height: auto;
}
    .s4bxs {
        min-height: auto;
        margin-bottom: 30px;
    }
.abtimgtop{
    display: none;
}
.abt-ticker{
    display: none;
}
.abt-ladttexts {
    gap: 30px;
    margin-top: 10px;
}

.s1-tsext h2 br{
    display: none;
}

    .s1img {
        padding-top: 70px;
    }

.banner-text {
    padding-top: 200px;
    padding-left: 20px;
} 
.logo {
    padding-left: 20px;
}   

.s3-hds {
    padding: 0 40px 40px 40px;
}

.section3 {
    padding: 61px 0 60px;
}
.s3-crsalbx {
    padding: 0 15px;
}

.banner-text h2 {
        font-size: 50px;
        line-height: 60px;
    }
.bannerimg img {
    height: 650px;
    object-fit: cover;
}

    .head-menu {
        justify-content: center;
        gap: 12px;
    }


}



@media(min-width:992px) and (max-width:1024px){

.copy h3 {
    font-size: 13px;
}

.copy h4 {
     font-size: 13px;
}





.ftr-bx3 a {
    width: auto;
}

.footer {
    padding: 50px 0;
}

.s4hd h2 {
    padding: 15px 0 30px;
}
.sfivelogos-track {
    column-gap: 30px;
}
.section5 {
    padding: 173px 0 69px;
}


.s4bxsone {
    min-height: auto;
}
.s4bxs {
    padding: 51px 20px 60px 20px;
    min-height: auto;
}

.s1img {
    padding-top: 40px;
}
.s1img-btn a {

    padding: 34px 53px 28px 26px;
}
.s1-tsext h2 {
    font-size: 40px;
}
.nav-menu > li > a {
    padding: 0 6px;
    font-size: 11px;
}
.stionbx1 {
  
    height: 350px;
    min-height: auto;
    padding: 0px 0 28px 30px;
   
}
.stionbx2 {
    min-height: auto;
    height: 350px;
}
.stionbx3 {
     min-height: auto;
     height: 350px;
}
.pri-mob{

    height: 350px;
    object-fit: cover;
}





.s3-hds {
 padding: 0 0px 0px 30px;
}

.section3 {
    padding: 61px 0 60px;
}
.s3-crsalbx {
    padding: 0 15px;
}

.banner-text h2 {
    font-size: 43px;
    line-height: 50px;
}
.bannerimg img {
    height: 650px;
    object-fit: cover;
}

.head-menu {
    justify-content: flex-start;
    gap: 12px;
}


}



@media(min-width:1025px) and (max-width:1199px){

.copy h3 {
    font-size: 13px;
}

.copy h4 {
     font-size: 13px;
}
.imgs2{
    height: 350px;
    object-fit: cover;
}




.ftr-bx3 a {
    width: auto;
}

.footer {
    padding: 50px 0;
}

.s4hd h2 {
    padding: 15px 0 30px;
}
.sfivelogos-track {
    column-gap: 30px;
}
.section5 {
    padding: 173px 0 69px;
}


.s4bxsone {
    min-height: auto;
}
.s4bxs {
    padding: 51px 20px 60px 20px;
    min-height: auto;
}

.s1img {
    padding-top: 40px;
}
.s1img-btn a {

    padding: 34px 53px 28px 26px;
}
.s1-tsext h2 {
    font-size: 40px;
}
.nav-menu > li > a {
    padding: 0 6px;
    font-size: 12px;
}
.stionbx1 {
  height: 350px;
  min-height: auto;
  padding: 0px 0 28px 29px;
}
.stionbx2 {
    min-height: auto;
    height: 350px;
}
.stionbx3 {
     min-height: auto;
     height: 350px;
}
.pri-mob{

    height: 350px;
    object-fit: cover;
}





.s3-hds {
 padding: 0 0px 0px 30px;
}

.section3 {
    padding: 61px 0 60px;
}
.s3-crsalbx {
    padding: 0 15px;
}

.banner-text h2 {
    font-size: 43px;
    line-height: 50px;
}
.bannerimg img {
    height: 650px;
    object-fit: cover;
}

.head-menu {
    justify-content: flex-start;
    gap: 12px;
}


}