/*your custom css goes here*/

@import url('https://fonts.googleapis.com/css2?family=Lato&display=swap');

body{
    font-family: 'Lato', sans-serif !important;.bannervideo::after
}

h1,h2,h3,h4,h5,h6,a{
    font-family: 'Lato', sans-serif !important;
}

:root {
    --homebg: #233C95;
    --homebutton: #CB3237;
;
}

.bannervideo{
    position: relative;
    height: 90vh;
}


.d-none {
    display:none;
}

.bannervideo::after{
 position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  background: rgba(0, 0, 0, 0.3);
}

.bannervideo video{
    object-fit: cover;
    height: 90vh;
}

.navul li{
    list-style: none;
}

.navul{
    width: 100%;
    margin-left: auto;
    margin-bottom: 0;
}

.navul li a{
    cursor: pointer;
}

.mainattr a{
    font-size: 18px !important;
    color: white;
}

.experiencelearntransform{
    background: var(--homebg);
    color: white;
        padding: 10px 0;
    border-top: 2px solid var(--homebutton);
    border-bottom: 2px solid white;
}

.experiencelearntransform .three_rules{
    display: flex;
    align-items: center;
    justify-content: center;
}

.experiencelearntransform .three_rules h3{
    font-weight: bold;
    margin-bottom: 0;
}

.experiencelearntransform .three_rules h3:not(:last-child){
    margin-right: 160px;
}

.extra-activities .row{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-row-gap: 20px;
}

.extra-activities .col-xl:nth-child(3){
        grid-row: span 2;
}

.extra-activities .col-xl:nth-child(3) .mb-3{
    height: 100%;
}

.extra-activities .col-xl:nth-child(3) a{
    height: 100%;
}

.extra-activities .col-xl:nth-child(3) img{
    height: 100%;
}

.extra-activities .col-xl img{
    height: 100% !important;
    border-radius: 20px;
    object-fit: cover;
}

.club-activities .row{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-row-gap: 20px;
    padding-top: 230px;
}

.club-activities .col-xl:nth-child(1){
        grid-row: span 2;
}

.club-activities .col-xl:nth-child(1) .mb-3{
    height: 100%;
}

.club-activities .col-xl:nth-child(1) a{
    height: 100%;
}

.club-activities .col-xl img{
    height: 100% !important;
    border-radius: 20px;
    object-fit: cover;
}

.star{
    clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
    height: 600px;
    background: white;
    width: 600px;
    margin: auto;
    position: relative;
}

.title h3{
    color: var(--homebg);
    font-weight: bold;
    position: relative;
    padding-left: 20px;
    margin-top: 80px;
}

.title h3::before{
    position: absolute;
    content: '';
    width: 2px;
    height: 80%;
    top: 3px;
    left: 0;
    background: var(--homebutton);
}

.title h3::after{
    position: absolute;
    content: '';
    width: 3px;
    height: 80%;
    top: 3px;
    left: 5px;
    background: var(--homebg);
}

.title p{
    color: #353535;
    max-width: 670px;
    padding: 10px 0;
    font-size: 17px;
}


.home-banner-area .carousel-box h3{
    position: absolute;
    top: 0;
    background: var(--homebg);
    color: white;
    padding: 17px 36px;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
    font-size: 18px !important;
}

.home-banner-area .carousel-box img{
    border-radius: 20px !important;
    height: 500px;
}

.home-banner-area .aiz-carousel .slick-arrow {
    position: absolute;
    top: -44px !important;
}

.home-banner-area .aiz-carousel .slick-next {
    right: 0;
}

.home-banner-area .aiz-carousel .slick-prev {
    right: 50px !important;
    left: initial;
}

.club-activities .title{
        position: absolute;
    left: 50%;
}

.club-activities{
    background: #DFDFDF;
}

.extra-activities{
        background: #ECECEC;
}

.pb-6{
        padding-bottom: 5rem!important;
}

.mt-6{
        padding-top: 5rem!important;
}

.home-life-area .title h3{
    font-size: 64px;
}

.home-life-area .title h3::before {
    height: 87%;
    top: 16px;
}

.home-life-area .title h3::after {
    height: 87%;
    top: 16px;
}

.home-life-image{
    background-image: url(../img/starbg.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    height: 500px;
    width: 500px;
    margin: auto;
}

.star1 {
    clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
    height: 430px;
    background: white;
    width: 430px;
    margin: auto;
    position: absolute;
    right: -11%;
    transform: rotate(-15deg);
    top: 4%;
}

.star2 {
    clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
    height: 230px;
    background: white;
    width: 230px;
    margin: auto;
    position: absolute;
    left: -9%;
    transform: rotate(22deg);
    top: -2%;
}

.home-life-image .star1:nth-child(2){
        clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
    height: 230px;
    background: white;
    width: 230px;
    margin: auto;
    position: absolute;
    left: -85%;
    transform: rotate(22deg);
    top: -2%;
}

.home-life-image .star1:nth-child(3){
     clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
    height: 200px;
    background: white;
    width: 200px;
    margin: auto;
    position: absolute;
    left: -62%;
    transform: rotate(-16deg);
    bottom: -54%;
}

.star3 {
    clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
    height: 150px;
    background: white;
    width: 150px;
    margin: auto;
    position: absolute;
    left: 10%;
    transform: rotate(-15deg);
    bottom: 4%;
}




@media(max-width: 1500px){
    .club-activities .title {
    position: absolute;
    left: 42%;
}
}

.fass_btn a{
    background: var(--homebutton);
    color: white;
    border-radius: 999px;
    padding: 12px 30px;
    font-size: 18px;
}

p{
    font-size: 17px;
}

.mw-auto{
    max-width: 670px;
}

.welcome-section .row .col-lg-6:nth-child(1) img{
    width: 100px !important;
}

.welcome-section .row .col-lg-6:nth-child(1){
    margin-top: -60px !important;
}

.welcome-section{
    background: var(--homebg);
    position: relative;
    padding-top: 150px;
    padding-bottom: 200px;
    border-top: 7px solid var(--homebutton);
}

.welcome-fass{
        position: absolute;
    top: 0;
    right: 0;
    height: 100%;

}

.welcome-fass img{
    height: 100%;
}

.home-blog-area .carousel-box img {
    border-radius: initial !important;
    border-top-left-radius: 20px !important;
       border-top-right-radius: 20px !important;
    height: 250px;
    width: 96%;
    object-fit: cover;
}

.home-blog-area .p-3{
    background: var(--homebg);
      width: 96%;
          border-bottom-left-radius: 20px !important;
       border-bottom-right-radius: 20px !important;
}

.smalltitle h3{
    font-size: 24px !important;
}

.smalltitle .fass_btn{
    margin-top: 20px;
}

.home-admission-area .smalltitle  h3::before {
    height: 114%;
    top: 5px;
}

.home-admission-area .smalltitle  h3::after {
    height: 114%;
    top: 5px;
}

.smalltitletwo{
    margin-right: 80px;
}

.vbg-color{
        height: 55vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.valueicon {
    width: 80px;
}

.mtb {
    margin: 30px 0px !important;
}

.bg-lgray{
    background: #E5E5E5;
}

.bg-gray{
    background: #D3D3D3;
}

.overflow{
        background: #DFE5FB;
}

.overflow_blue{
    background-image: url(../img/ashu.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
height: 100%;
    width: 91%;
    background-repeat: no-repeat;
}

.overflowsmall{
        background: #DFE5FB;
}

.overflow_bluesmall{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
height: 100%;
    width: 91%;
    background-repeat: no-repeat;
}

.overflowbluesmall img{
    width: 100%;
}

.testimonials img{
    width: 100px !important;
    height: 100px;
    border-radius: 50%;
        box-shadow: 0px 9px 12px 0px #00000040;
        object-fit: cover;
            margin-right: 20px;
}

.testimonials .row{
        display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-gap: 30px;
}

.testimonials .row h3{
    font-size: 17px;
    font-weight: bold;
}

.italic{
    font-style: italic;
    color: #353535;
        font-size: 14px;
    padding-top: 20px;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff;
    background-color: var(--homebg) !important;
    border-bottom: 3px solid var(--homebutton) !important;
    border-radius: 10px !important;
}

.nav-pills .nav-link {
    border-radius: 0.25rem;
    font-size: 18px;
}

.headerabsolute{
        position: absolute !important;
    width: 100%;
    background: transparent !important;
    color: white;
}

.mainattr {
    position: relative;
}

.mainattr a{
    font-weight: 600;
    letter-spacing: 1px;
}


.mainattr a:not(:last-child){
    padding-bottom: 20px;
}

.mainatsection {
    display: grid !important;
    grid-template-columns: repeat(1,
    1fr);
    position: absolute;
    top: 40px;
    left: 0%;
    z-index: 999;
    background: white;
    box-shadow: 0 4px 3px 0 rgb(0 0 0 / 42%);
    padding: 10px;
    display: block;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s cubic-bezier(0.22,
    1,
    0.36,
    1);
    pointer-events: none;
    border-top: 3px solid var(--homebg);
}

.mainatsection a{
    color: black !important;
    width: 200px;
    font-size: 14px !important;
    font-weight: normal;
    letter-spacing: initial;
}


.mainattr:hover .mainatsection {
    transition: 0.3s cubic-bezier(0.22,
    1,
    0.36,
    1);
    opacity: 1;
    visibility: visible;
    transform: rotateX( 0deg);
    pointer-events: auto;
}

.sub-title{
    font-size: 17px;
    color: var(--homebg);

}

.sub-para{
    font-size: 15px;
        line-height: 1.5;
    color: black;
}

.curriculum img{
    /*width: 500px !important;*/
    /*height: 250px;*/
    object-fit: cover;
    filter: drop-shadow(0px 4px 8px rgba(0, 0, 0, 0.25));
border-radius: 20px;
}

.mw-500{
    max-width: 600px;
}

.admission_images{
    display: grid;
        grid-template-columns: repeat(2,1fr);
    grid-gap: 20px;
}

.admission_images img:nth-child(3){
        grid-column: span 2;
            width: 90% !important;
    margin-left: auto;
    height: 290px;
}

.admission_images img:nth-child(1){
           height: 150px;
    margin-top: auto;
}

.admission_images img:nth-child(4){
width: 80% !important;
    margin-left: 120px;
}



.admission_images img:nth-child(5){
width: 80% !important;
    margin-left: auto;
}

.academic .container{
    display: grid;
    grid-template-columns: repeat(1, 1fr);
}

.admission_images img{
    height: 200px;
    object-fit: cover;
    border-radius: 20px;
    filter: drop-shadow(0px 4px 8px rgba(0, 0, 0, 0.25));
}

@media(max-width:  1500px){
    .home-life-area .title h3 {
    font-size: 51px;
}
.admission_images img:nth-child(4) {
    margin-left: 115px;
}



.aboutwelcome{
    padding-bottom: 83px;
}

.navul{
width: 100%;
}
}

@media(max-width: 1600px){
 
    .welcome-fass img {
    height: 113.5%;
    width: 60% !important;
    margin-left: auto;
    display: flex;
    object-fit: contain;
}

.aboutwelcome .aboutwelcome{
    top: initial;
    bottom: 0;
}
}

@media(max-width:  600px){
       .testimonials .row {
     display: initial;
    grid-template-columns: repeat(2,1fr);
    grid-gap: 30px;
}
    .bannervideo video {
    object-fit: cover;
    height: 50vh;
}
.bannervideo::after {
    height: 100%;
}
.bannervideo {
    height: 50vh;
}

.starleft, .starright, .bordertwo, .borderthree, .dots{
    display: none;
}

.extra-activities .row {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-row-gap: 20px;
}

.welcome-section .row .col-lg-6:nth-child(1) {
    margin-top: initial !important; 
    margin-bottom: 22px !important;
}

.club-activities .row {
   grid-template-columns: repeat(2,1fr);
}


.aclubs{
    display: flex !important; 
    flex-direction: column-reverse;
}

.academic .container {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
}

.vbg-color {
    height: initial;
    padding: 50px 0 100px;
}

.experiencelearntransform .three_rules {
    display: flex;
    flex-direction: column;
    align-items: initial;
    justify-content: initial;
        padding-top: 30px;
    padding-bottom: 30px;
}

.experiencelearntransform .three_rules h3:not(:last-child) {
    margin-right: initial;
    margin-bottom: 20px;
}

.welcome-fass img {
    height: auto !important;
    width: initial !important;
}

.welcome-fass {
    position: initial;
}

.welcome-section {
    padding-top: 120px;
    padding-bottom: initial;
}

.home-banner-area .carousel-box img {
    height: 250px;
}

.title h3 {
    margin-top: 40px;
}

.home-life-area{
    padding-top: 0 !important;
        padding-bottom: 0 !important;
}

.home-admission-area{
    padding-bottom: 5rem !important;
}

.home-life-image {
       height: 300px;
    width: 300px;
    margin: auto;
    margin-top: 50px;
}

.star1 {
    clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
    height: 160px;
    background: white;
    width: 160px;
    margin: auto;
    position: absolute;
    right: 0%;
    transform: rotate(-15deg);
    top: 18%;
}

.star1 img{
        height: 100%;
    width: 150px;
}
.home-life-image .star1:nth-child(2) {
    clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
    height: 80px;
    background: white;
    width: 80px;
    margin: auto;
    position: absolute;
    left: -53%;
    transform: rotate(22deg);
    top: 6%;
}
.home-life-image .star1:nth-child(3) {
    clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
    height: 140px;
    background: white;
    width: 140px;
    margin: auto;
    position: absolute;
    left: -48%;
    transform: rotate(-15deg);
    bottom: -29%;
}

.club-activities .title {
   position: initial;
   left: initial;
}

.club-activities .row {
    padding-top: initial;
}

.home-admission-area .d-flex{
    flex-direction: column;
}

.home-admission-area .smalltitle h3 {
    margin-top: initial;
}

.admission_images img:nth-child(3) {
    width: 100% !important;
}

.admission_images img:nth-child(4) {
    margin-left: initial;
    width: 100% !important;
}

.admission_images img:nth-child(5) {
    width: 100% !important;
    margin-left: initial;
}

}

#animated-thumbnails{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.home-banner-area{
    background: rgba(35, 60, 149, 0.12);
}

.bg-home{
    background: var(--homebg);
}

.footer_widgets i, .widget_social i{
    background: white;
    color: var(--homebutton);
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 24px;
    margin-right: 18px !important;
}

.footer_widgets p{
    padding-top: 10px;
}

.widget_social i{
    color: var(--homebg);
}

.bordertwo{
    position: absolute;
    top: 10%;
    left: 0%;
}

.bordertwo img{
    width: 160px;
}

.borderthree{
    position: absolute;
    bottom: 0;
    right: 0;
}

.starleft{
        position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
}

.starright{
         position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
}

.dots{
        position: absolute;
    top: 10%;
    right: 10%;
    z-index: 9;
}

.welcome-section .starleft img{
    width: 40px;
}

.welcome-section .dots{
        position: absolute;
    top: 10%;
    right: 5%;
    z-index: 9;
}

.starleft img, .starright img{
    width: 50px;
}

.club-activities .borderthree{
    position: absolute;
    bottom: 10%;
}

.club-activities .dots{
    position: absolute;
    left: 2%;
    bottom: 10%;
    top: initial;
}

.testimonials .starleft img{
    width: 50px !important;
    height: initial !important;
    border-radius: initial;
    box-shadow: unset;
}

.testimonials .dots img{
    width: 50px !important;
    height: initial !important;
    border-radius: initial;
    box-shadow: unset;
}

.home-admission-area .dots{
    position: absolute;
    bottom: 10%;
    top: initial;
}

.home-admission-area .bordertwo{
    position: absolute;
    right: 0;
    left: initial;
}

@media(max-width: 1500px){
    .home-banner-area .bordertwo{
        position: absolute;
        top: 5%;
    }
     .home-admission-area .bordertwo{
        position: absolute;
        top: 3%;
    }
    .club-activities .borderthree {
    position: absolute;
    bottom: 4%;
}
  .home-banner-area .dots{
        position: absolute;
      top: 2%;
    right: 5%;
    }
}

.aboutwelcome .title h3::after{
    background: white;
}

.ourvalue .borderthree{
    position: absolute;
    right: -6%;
    top: 50%;
    transform: translate(-50%,0);
}

.headerrelative{
    background: #FFFFFF;
box-shadow: 0px 4px 54px rgba(35, 60, 149, 0.25);
}

.headerrelative li a{
    color: #8B8B8B;
}

.exp_starright{
        position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
}

.exp_starright img{
    width: 25px;
}

.aos-init:not(.aos-animate):after {
position: fixed;
}

body{
    overflow-x: hidden
}

html {
  scroll-behavior: smooth;
}

@media(max-width: 768px){
.hideOverflowOnMobile {
overflow: hidden;
}
}


.pt-auto6{
    padding-top: 100px;
}

.accordion-wrapper .card{
    background-color: unset !important;
    border: none;
    box-shadow: unset;
    padding: 0;
}

.accordion-wrapper .card .card-header a[aria-expanded=false]:after {
 position: absolute;
        font-family: "Line Awesome Free";
    font-weight: 900 !important;
    content: "\f107";
    font-size: 25px;
    font-weight: 700;
    color: white;
        right: 10px;
    top: 10px;
}

.accordion-wrapper .card .card-header a:after {
 position: absolute;
        font-family: "Line Awesome Free";
    font-weight: 900;
    content: "\f106";
    font-size: 25px;
    font-weight: 700;
    color: white;
        right: 10px;
    top: 10px;
}

.acconhead a:hover{
    color: white;
}

.fixed_sidebar{
    position: fixed;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
    z-index: 9;
}

.calendar_fixed{
    background: #CB3237;
    border-top-left-radius: 10px;
      border-bottom-left-radius: 10px;
}

.calendar_fixed i{
    color: white;
}

.calendar_fixed{
    text-align: center;
    padding: 10px;
    margin-bottom: 20px;
}

.calendar_fixed p{
    margin-bottom: 0;
    color: white;
    font-size: 11px;
}

.eventhover{
        padding: 20px !important;
}

/*hamburgermenu*/

.hamburger-menu{
    position: absolute;
    right: 20px;
}


.toggle span {
  position: relative;
  height: 2px;
  width: 36px;
  background-color: white;
  display: block;
  margin-bottom: 8px;
  transition: 0.5s;
}

.toggle span:nth-child(1) {
  transform-origin: left;
  width: 30px;
}

.toggle span:nth-child(2) {
  transform-origin: center;
  width: 20px;
}

.toggle span:nth-child(3) {
  transform-origin: left;
  width: 30px;
}


.slide-bar {
  position: fixed;
  overflow-y: auto;
  top: 0;
  right: -370px;
  width: 350px;
  padding: 55px 30px;
  height: 100%;
  display: block;
  background-color: white;
  z-index: 1020;
  -webkit-transition: all 600ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition: all 600ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 600ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  box-shadow: -5px 0 20px -5px rgba(0, 0, 0, 0.5);
  z-index: 99999999999999999999999999;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .slide-bar {
    width: 350px;
  }
}
@media (max-width: 767px) {
  .slide-bar {
    width: 310px;
    padding: 55px 20px;
  }
}

.slide-bar.show {
  right: 0;
}

.body-overlay {
  backdrop-filter:  blur(10px);
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 9999999;
  left: 0;
  opacity: 0;
  display: none;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.body-overlay.active {
  opacity: 1;
  display: block;
}

.hamburger-menu{
    display: none;
}

@media(max-width: 992px){
    .hamburger-menu{
        display: block;
    }
    .navbar-right a{
        display: none !important;
    }

    .navbar-menus li{
        display: none;
    }

}

.slide-bar li{
    list-style: none;
}

.slide-bar .loggedout{
    padding: 0 !important;
}

.slide-bar a{
    color: rgba(0,0,0,0.6) !important;
        padding: .75rem 1rem !important;
         font-size: 18px;

}

@media(max-width:  992px){
     .navbar-menus li{
        display: none;
    }

    .navbar{
        padding: 10px 0;
    }
}

#mobile-menu-active{
    padding: 0;
}

.slide-bar li {
    font-family: 'Brandon', sans-serif !important;
}

.slide-bar li a{
        font-family: 'Brandon3', sans-serif !important;
        color: white !important;
        font-size: 24px;
}

.slide-bar{
    background-color: #ea8024cc;
}

.side-mobile-menu .accordion{
    border: none;
    padding: initial;
    background-color: unset;
}

.side-mobile-menu .accordion .col-lg-12{
    padding: 0;
}

.side-mobile-menu .accordion .col-lg-12 a{
    box-shadow: unset !important;
    font-size: 16px !important;
      color: white !important;
}

.slide-bar{
    padding: 55px 0;
    background-color: var(--homebg);
    overflow-x: hidden;
}

.slide-bar .card{
    box-shadow: unset;
    margin-bottom: 0;
    border-bottom: 1px solid lightgray;
}

.aside_topbar{
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #091d34;
    color: #f1f3f7;
    padding: 17px 20px 17px;
    margin-bottom: 20px;
}

.aside_topbar h4{
    font-size: 18px;
    color: white;
}

.slide-bar{
    padding-top: 0;
}

.side-mobile-menu .close-mobile-menu{
    border: 1px solid white;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px;
}


.slide-bar .collapse .card-body{
    display: flex;
    flex-direction: column;
    height: 100%;
}

.accordion-wrapper .card .card-header .nocollapse::after{
    content: '' !important;
}

.side-mobile-menu .card .card-header{
    border-bottom: none !important;
}

.side-mobile-menu .accordion-wrapper .card .card-header a:after {
    top: 22px;
}

.side-mobile-menu .card .card-body{
    padding: 0 35px;
    padding-bottom: 10px;
}

.side-mobile-menu .card .card-body li{
    margin-bottom: 10px;
}

.headerrelative .toggle span{
    background-color: var(--homebg);
}

header.sticktop{
 position: fixed !important;
  z-index: 999999 !important;
  width: 100%;
  background-color: #fff !important;
  top: 0;
  animation: 400ms ease-out 0s normal none 1 running fadeInDown;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }

  100% {
    opacity: 1;
    transform: inherit;
  }
}

.sticktop .mainattr a{
    color: #8B8B8B;
}

a:hover{
    text-decoration: none !important ;
}

.sticktop .toggle span{
    background: var(--homebg);
}

.dots{
    display:none;
}

.messagefistail  .col-lg-6:nth-child(1){
    display:none;
}

.sticklogo{
    display: none;
}

.showsticklogo{
    display: block;
    width:266px;
}

.showsticklogo img{
    height: auto;
    width:230px;
}

.hidetoplogo{
    display: none !important;
}

.mainatsection{
    padding: 0;
}

.mainatsection a{
    padding: 10px;
    transition:200ms ease-out;
}

.mainatsection a:not(:last-child)
{
    border-bottom: 1px solid lightgray;
    padding-bottom: 10px;
}


.whitelogotop{
    height: 90px;
    object-fit: contain;
}

.mainatsection a:hover{
    padding-left:16px;
    color:var(--homebg);
}


.experiencelearntransform{
    padding: 30px 0;
}

.experiencelearntransform .three_rules h3:nth-child(1) {
   position: relative;
}

.experiencelearntransform .three_rules h3:nth-child(1)::after {
    position: absolute;
    content: '';
    width: 2px;
    height: 100%;
    background: white;
    top: 0;
    right: -35%;
}

.experiencelearntransform .three_rules h3:nth-child(2) {
   position: relative;
}

.experiencelearntransform .three_rules h3:nth-child(2)::after {
    position: absolute;
    content: '';
    width: 2px;
    height: 100%;
    background: white;
    top: 0;
    right: -53%;
}

.experiencelearntransform h3 img{
    margin-right:20px;
    width:60px;
    object-fit:contain;
}

.testimonials .carousel-box h3{
    font-size:18px;
}

.vbg-color .b600{
    font-size: 1.75rem;
}

.ourvalue  .b600{
    font-size: 1.75rem;
}

.messagefistail  .b600{
    font-size: 1.75rem;
}

.whatdiffrent  .b600{
    font-size: 1.75rem;
}

.home-life-image .star1:nth-child(3) img{
    height: 112% !important;
    width: 210px;
    object-fit: cover;
}

.careermain h3 {
    font-size: 1.75rem;
}

.acconhead a{
        font-size: 15px !important;
}

.career_bg .contactimage img{
        width: 100%;
    height: 50vh;
    object-fit: cover;
    object-position: bottom;
}

.fixed_sidebar_banner{
    position: absolute;
    right: 0;
    display: none;
}

@media(max-width: 768px){

    .fixed_sidebar {
        display: none;
    }

  .fixed_sidebar_banner{
    position: absolute;
    display: block;  
}
}

@media(min-width: 992px){
    .mainattr:hover .mainatsection {
    transition: 0.3s cubic-bezier(0.22, 1, 0.36, 1);
    opacity: 1;
    visibility: visible;
    transform: rotateX( 0deg);
    pointer-events: auto;
    background: var(--homebg);
}

.mainatsection a {
    color: white !important;
    width: 200px;
    font-size: 14px !important;
    font-weight: normal;
    letter-spacing: initial;
}
}

@media(max-width: 1200px){
    .whitelogotop {
        height: 40px;
    }
}

.home-banner-area .aiz-carousel .slick-prev {
    border: 1px solid var(--homebg);
    color: var(--homebg);
    outline-width: 0;
    background: transparent;
}

.home-banner-area .aiz-carousel .slick-prev i{
    color: var(--homebg);
    font-weight: bold;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.home-banner-area .aiz-carousel .slick-next {
    border: 1px solid var(--homebg);
    color: var(--homebg);
    outline-width: 0;
    background: transparent;
}


.home-banner-area .aiz-carousel .slick-next i{
    color: var(--homebg);
    font-weight: bold;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.main-welcome{
    padding-top: 220px;
    padding-bottom: 220px;
}

.vbg-color img{
    width: 300px;
}

.vbg-color .col-lg-6:nth-child(2){
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hometestimonials .aiz-carousel.dots-inside-bottom .slick-dots {
    bottom: -52px;
}

@media(max-width: 600px){
    .experiencelearntransform .three_rules h3 {
    font-size: 20px;
}
.experiencelearntransform .three_rules {
    display: flex;
    flex-direction: column;
    align-items: initial;
    justify-content: initial;
     padding-top: initial; 
     padding-bottom: initial; 
}
.experiencelearntransform h3 img {
    margin-right: 20px;
    width: 45px;
    object-fit: contain;
}
}

.side-mobile-menu .close-mobile-menu {
    border: 1px solid white;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 17px;
    margin: 10px 10px 0 10px;
    display: flex;
    align-items: center;
    margin-left: auto;
}

.side-mobile-menu .close-mobile-menu img{
    width: 20px;
}

.accordion-wrapper .card .card-header a:after {
    position: absolute;
    font-family: "Line Awesome Free";
    font-weight: 900;
    content: "\f106";
    font-size: 16px;
    font-weight: 700;
    color: white;
    right: 10px;
    top: 10px;
    right: 21px;
    top: 24px !important;
}


.accordion-wrapper .card .card-header a[aria-expanded=false]:after {
    position: absolute;
    font-family: "Line Awesome Free";
    font-weight: 900 !important;
    content: "\f107";
    font-size: 16px;
    font-weight: 700;
    color: white;
    right: 21px;
    top: 24px;
}

@media(max-width: 600px){


        .welcome-section {
            padding-top: 0;
        }
        
            .main-welcome {
            padding-top: 60px;
            padding-bottom: initial;
        }
        
        .testimonials{
            margin-top: 0px;
        }


    }

.home-banner-area .carousel-box h3 {
    opacity: 0.8;
}

.career_divs .acconhead {
    border-bottom: 10px solid red !important;
}

.career_divs .card::after{
    position: absolute;
    content: '';
    background: white;
    width: 100%;
    height: 4px;
    bottom: 8px;
    left: 0;
}

.career_divs .card .card-header a:after {
    top: 16px !important;
}

.career_divs .accordion-wrapper .card .card-header a[aria-expanded=false]:after {
    top: 16px !important;
}

@media(max-width: 992px){
            #animated-thumbnails {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
        }
        .values img {
            width: 60px;
        }
    }

@media(max-width: 600px){
    .whatdiffrent .red{
        padding-left: 20px;
        padding-right: 20px;
    }
}

.galary_img a img {
    border-radius: 4px;
    height: 300px;
    object-fit: cover;
    width: 100%;
}

 .phonelogo{
    display: none;
 }

@media(max-width: 600px){
         .toplogo, .sticklogo{
            display: none;
         }   
        
         .phonelogo{
            display: block;
         }
        
         .phonelogo img{
            height: 90px;
         }
        
         .restpagelogohide{
            display: none !important;
         }

    }

.st-sticky-share-buttons{
    display:none !important;
}

.aiz-carousel .slick-dots button {
    outline-width: 0;
}

.kindergarten{
        font-size: 32px;
}

@media(max-width:992px){
    .whatdiffrent .b600 {
    margin-top: 30px;
}
}

.vbg-color span, .ourvalue span{
        font-family: 'Lato', sans-serif !important;
}

@media(min-width:768px){
        #cmessage .fmess{
                display: grid;
            grid-template-columns: 40% 60%;
        }
        .testimonial_text{
            height:220px;
        }
    }

#cmessage .fmess .scolor {
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 30px;
}


@media(max-width:768px){
            .values {
            display: flex;
            flex-direction:column;
        }
        
        #cmessage .fmess .scolor {
            font-size: 20px;
        }
        
        
        .values img{
            margin-bottom: 40px;
        }
        
        #cmessage .fmess{
            flex-direction:column;
        }
}

#cmessage .fmess .scolor
{
    margin-bottom:20px;
}

.view_relative img{
       width: 30px;
       transition:400ms ease-out;
}

.view_relative img:hover{
    transform:translateX(10px);
}

#cmessage .fmess .cairmain p{
    line-height:1.5;
    font-size: 15px;
    color: black;
    font-weight: 500;
}

.view_absolute{
        bottom: 20%;
    right: 4%;
}

.fass_btn a:hover{
    color:white;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.nav-pills .nav-link:hover {
    transform:scale(1.05);
}

.home-life-image .star1{
        transition:200ms ease-out;
        cursor:pointer;
}

.home-life-image .star1:nth-child(2):hover {
    transform: rotate(29deg);
}

.home-life-image .star1:hover {
    transform: rotate(-24deg);
}


.loadmodal .modal-content{
    background-color: unset !important;
    border: none !important;
}

.loadmodal .modal-content, .loadmodal .modal-header{
    border-bottom: none;
}

.loadmodal .modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto;
    background: var(--homebg);
    border-radius: 50%;
    color: white;
    border: none;
    outline-width: 0;
    opacity: 1;
}

.loadmodal .modal-body{
    overflow-y:initial;
}

.loadmodal .modal-header{
    position: absolute;
    top: 0;
    z-index: 99;
    right: 0;
}

.loadmodal .modal-header .close:hover{
    background: #CB3237;
    opacity:1 !important;
    transform:rotate(180deg);
}

.letterbody{
    background: #39459b;
    border: 10px solid #cb3237;
        max-width: 1208px;
    margin: auto;
    color: white;
    margin-top: 50px;
    margin-bottom: 50px;
    padding: 60px 30px;
    position: relative;
    border-radius: 3px;
}

.letterbody  h3{
    text-align: center;
    margin-bottom: 40px;
    font-weight: bold;
    font-size: 30px;
}

/**New CSS Begin June 17 */

@media(max-width:768px) {
    
    .mission-1-img img {
        width: 300px !important;
    }

    .statement-1-title p {
            margin-bottom: 40px;
        }
    }

.mission-about-1 {
    height: auto;
}

.mission-about-1 .title .mission-1 {
    margin-top: 40px;
}

.mission-about-1 .mission-1-title p {
    display: none;
}

.mission-about-1 .mission-1-title p.MsoNormal {
    display : block;
    margin-bottom: 80px !important;
}

.mission-1-img img {
    width: auto;
    height: auto;
}

.statement-1-title p {
    max-width: 100%;
    margin-bottom: 80px;
    padding-bottom: 0;
}

.curriculum img {
    width: auto !important;
    height: auto;
}

.pb6.curriculum p {
    font-weight: 600;
}

.extra-activ-p{
     max-width: 100%;
}

.extra-activities .title .extra-activ-p {
    max-width: 100%;
}
/**End*/