.cta a {
    text-transform: uppercase;
    text-decoration: underline;
    font-weight: 600;
    transition: 0.4s ease-in;
  }
  .cta a:hover {
    color: #011833;
  }
  
  .sub {
    font-weight: 500;
    font-size: 16px;
    color: #99252E;
  }
  
  .before {
    position: relative;
    padding-left: 64px;
    font-weight: 500;
    font-size: 16px;
    color: #99252E;
    display: inline-block;
  }
  .before::before {
    position: absolute;
    content: "";
    width: 40px;
    height: 1px;
    left: 0;
    top: 49%;
    background-color: #99252E;
  }
  
  .st_head {
    margin-bottom: 32px;
  }
  
  .st_htag {
    font-size: 29px;
    font-weight: 600;
    line-height: 40px;
    text-transform: uppercase;
    margin-top: 18px;
    color: #011833;
  }
  @media screen and (max-width: 480px) {
    .st_htag {
      font-size: 26px;
      line-height: 34px;
    }
  }
  
  p.st_para {
    font-size: 17px;
    line-height: 28px;
  }
  @media screen and (max-width: 480px) {
    p.st_para {
      line-height: 26px;
    }
  }
  
  .icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #011833;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .icon img {
    width: 32px;
  }
  
  .header.st .logo a img {

    max-height: 84px;
    /* min-width: 95px; */
    max-width: 176px;
    border-radius: 0px;
    background: transparent; 
    padding: 0px; 
  }
  
  
@media screen and (max-width: 560px) {
    
    .header.st .logo a img {

        max-height: 72px;
        /* min-width: 49px; */
        max-width: 160px;
    }
}

  
.header.st{
    
    background: #f8f8f8 !important;
    transform: perspective(300px) rotateX(0deg);
    transform-origin: top;
    color: #999999;
}

.header.st .header_inner {
    padding: 0.625rem 0rem;
}

.header.st .mainnav ul.main_menu li a{

    color: #000000;
}

.header.st .mainnav ul.main_menu li a::after {
    color: #000 !important;
}

body.bg-dark.bg-white .header.st .ma5menu__toggle, body.bg-white .header.st .ma5menu__toggle {
    color: #000;
}

@media screen and (max-width: 1600px) {
    
    .header.st .mainnav ul.main_menu li a{

        font-size: 0.92rem;
    }

    .header .mainnav ul.main_menu > li:not(:last-child) > a {
        padding-right: calc(0.7rem + 0.21429vw);
    }
}

  
  .banner {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100vh;
    position: relative;
    margin-top: 116px;
  }
  .banner .container {
    height: 100%;
  }
  .banner .map {
    width: 520px;
    position: absolute;
    bottom: 40px;
  }
  @media screen and (max-width: 992px) {
    .banner {
      background-position: right;
    }
  }
  
  .st_lead {
    background-color: rgba(153, 37, 47, 0.031372549);
  }
  .st_lead .lead__early {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .st_lead.lead__text {
    padding: 64px;
    background-color: #ffffff;
    margin-bottom: 20px;
  }
  .st_lead.lead__later {
    height: 400px;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  @media screen and (max-width: 992px) {
    .st_lead.lead__early, .st_lead.lead__later {
      height: 480px;
    }
    .st_lead.lead__text {
      padding: 48px;
      margin: 12px 0px;
    }
  }
  @media screen and (max-width: 480px) {
    .st_lead.lead__text {
      padding: 0px;
      background-color: transparent;
      margin: 48px 0px;
    }
  }
  
  .st_highlights {
    margin-top: 52px;
  }
  .st_highlights .key {
    padding: 28px;
    min-width: 240px;
    max-width: 320px;
    flex-grow: 1;
  }
  .st_highlights .key .key__wrap img {
    width: 64px;
    margin-bottom: 32px;
  }
  .st_highlights .key .key__wrap .tag {
    font-size: 18px;
    font-weight: 600;
    color: #011833;
    margin-bottom: 16px;
    text-transform: uppercase;
  }
  @media screen and (max-width: 576px) {
    .st_highlights {
      margin-top: 16px;
    }
    .st_highlights .key {
      padding: 16px;
      min-width: auto;
    }
    .st_highlights .key .key__wrap img {
      margin-bottom: 20px;
    }
    .st_highlights .key .tag {
      margin-bottom: 10px;
    }
  }
  
  .swiper.studentSlider {
    width: 88%;
    margin: auto;
  }
  .swiper.studentSlider .swiper-slide {
    margin-bottom: 10px;
  }
  .swiper.studentSlider .swiper-slide img {
    height: 700px;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .swiper.studentSliderThumbnail img {
    height: 140px;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  @media screen and (max-width: 576px) {
    .swiper {
      width: 100%;
    }
    .swiper.studentSlider .swiper-slide img {
      height: 100vh;
    }
    .swiper.studentSliderThumbnail img {
      height: 104px;
    }
  }
  
  .highlightslider {
    position: relative;
    margin-top: 64px;
  }
  .highlightslider .swiperbutton {
    width: 40px;
  }
  .highlightslider .swiperbutton::after {
    content: none;
  }
  .highlightslider .swiperbutton img {
    width: 40px;
  }
  @media screen and (max-width: 576px) {
    .highlightslider .swiperbutton {
      width: 40px;
    }
    .highlightslider .swiperbutton::after {
      content: none;
    }
    .highlightslider .swiperbutton img {
      width: 32px;
    }
    .highlightslider .swiper-button-next {
      right: 0px;
    }
    .highlightslider .swiper-button-prev {
      left: 0px;
    }
  }
  
  .studentcontent {
    background-color: rgba(153, 37, 47, 0.031372549);
  }
  .studentcontent img {
    height: 100vh;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  @media screen and (max-width: 576px) {
    
    .studentcontent img {
        height: 480px;
    }
  }
  
  .st_accordion {
    --mrittik-accordion-border-width: 2px;
    --mrittik-border-color: #47474714;
    --mrittik-accordion-btn-active-icon: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHdpZHRoPSI1MTIiIGhlaWdodD0iNTEyIiB4PSIwIiB5PSIwIiB2aWV3Qm94PSIwIDAgMTI4IDEyOCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNTEyIDUxMiIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgY2xhc3M9IiI+PGc+PHBhdGggZD0iTTY0IDg4YTMuOTg4IDMuOTg4IDAgMCAxLTIuODI4LTEuMTcybC00MC00MGMtMS41NjMtMS41NjMtMS41NjMtNC4wOTQgMC01LjY1NnM0LjA5NC0xLjU2MyA1LjY1NiAwTDY0IDc4LjM0NGwzNy4xNzItMzcuMTcyYzEuNTYzLTEuNTYzIDQuMDk0LTEuNTYzIDUuNjU2IDBzMS41NjMgNC4wOTQgMCA1LjY1NmwtNDAgNDBBMy45ODggMy45ODggMCAwIDEgNjQgODh6IiBmaWxsPSIjOTkyNTJlIiBvcGFjaXR5PSIxIiBkYXRhLW9yaWdpbmFsPSIjMDAwMDAwIj48L3BhdGg+PC9nPjwvc3ZnPg==);
    --mrittik-accordion-btn-icon: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHdpZHRoPSI1MTIiIGhlaWdodD0iNTEyIiB4PSIwIiB5PSIwIiB2aWV3Qm94PSIwIDAgMTI4IDEyOCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNTEyIDUxMiIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgY2xhc3M9IiI+PGc+PHBhdGggZD0iTTY0IDg4YTMuOTg4IDMuOTg4IDAgMCAxLTIuODI4LTEuMTcybC00MC00MGMtMS41NjMtMS41NjMtMS41NjMtNC4wOTQgMC01LjY1NnM0LjA5NC0xLjU2MyA1LjY1NiAwTDY0IDc4LjM0NGwzNy4xNzItMzcuMTcyYzEuNTYzLTEuNTYzIDQuMDk0LTEuNTYzIDUuNjU2IDBzMS41NjMgNC4wOTQgMCA1LjY1NmwtNDAgNDBBMy45ODggMy45ODggMCAwIDEgNjQgODh6IiBmaWxsPSIjMDExODMzIiBvcGFjaXR5PSIxIiBkYXRhLW9yaWdpbmFsPSIjMDAwMDAwIj48L3BhdGg+PC9nPjwvc3ZnPg==);
  }
  .st_accordion .accordion-item {
    padding: 16px 0;
  }
  .st_accordion .accordion-item:focus-visible {
    outline: 0px;
  }
  .st_accordion .accordion-button {
    color: #011833;
    font-size: 18px;
    font-weight: 600;
  }
  .st_accordion .accordion-button:not(.collapsed) {
    background-color: transparent;
    box-shadow: none;
  }
  .st_accordion .accordion-button:focus {
    border-color: transparent;
    box-shadow: none;
  }
  
  
  @media screen and (max-width: 992px) {
    .applymt992 {
      margin-top: 40px;
    }
  }
  
  @media screen and (max-width: 768px) {
    .applymt768 {
      margin-top: 40px;
    }
  }

  
.gallery figure {
    width: 100%;
    height: 280px;
    position: relative;
}

.gallery figure:hover::before {
    display: block;
}

.gallery figure::before {
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    display: none;
}

.gallery figure .popup-btn {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 20px;
    color: #000000;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease-in-out;
}

.gallery figure:hover .popup-btn {
    opacity: 1;
    visibility: visible;
}

.gallery figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gallery .pagination{

    margin-top: 64px;
}

.gallery .page-link{

    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    line-height: 36px;
    color: #011833;
    background-color: transparent;
    font-size: 15px;
    font-weight: 400;
    margin: 5px 4px;
    overflow: hidden;
    cursor: pointer;
    z-index: 1;
    border-radius: 50%;
    border-color: #011833;
}

.gallery .page-item.active .page-link, .gallery .page-item:hover .page-link{

    color: #fff;
    background-color: #011833;
}

.pagination li {
    margin-right: 14px;
}

.page-item:first-child .page-link, .page-item:last-child .page-link {
    
    border: 0;
    font-size: 32px;
    margin: 0;
}

.chatoption{
    
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    bottom: 70px;
    right: calc(1.28125rem + 0.32143vw);
    z-index: 2;
    color: #a6a182;
    cursor: pointer;
    animation: scaleUp 1.4s cubic-bezier(0.250, 0.540, 0.310, 0.995), scaleDown 1.4s cubic-bezier(0.250, 0.460, 0.450, 0.940) infinite;
    animation-duration: 4s;
}

@media screen and (max-width: 520px) {
  
  .chatoption{

    bottom: 24px;
  }
}


.chatwithus .chatlinks{
    position: fixed;
    height: 64px;
    bottom: 68px;
    right: 00px;
    opacity: 0;
    visibility: hidden;
    transition: 0.8s cubic-bezier(0.73, 0.05, 0.25, 0.82);
    z-index: 3;
    padding: 8px;
    border-radius: 15px;
    background-color: #edf5ff;
    overflow: hidden;
}

.chatwithus .chatlinks.show{
    right: calc(1.28125rem + 0.32143vw);
    opacity: 1;
    visibility: visible;
}

.chatlinks img{

    width: 48px;
}



@keyframes scaleUp{
  
	0%{opacity:0.8; transform: scale(0.8);}
	100%{opacity: 1;}
  to{
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes scaleDown{
  from{
    opacity: 1;
    transform: scale(1);
  }
	100%{opacity: 1;}
	0%{opacity:0.8; transform: scale(0.8);}
}