
/** main-slider **/

.main-slider{
    position:relative;
  }
  
  .main-slider .slide{
    position:relative;
    padding:195px 0px 170px 0px;
    background-size:cover;
    background-repeat:no-repeat;
    background-position:center center;
  }
  
  .main-slider .slide:before{
    position: absolute;
    content: '';
    background: rgba(0, 0, 0, 0.0);
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
  }
  
 /** .main-slider.style-one .slide:before{
    background: rgba(255, 255, 255, 0.50);
  }**/
  
  .main-slider .content-box{
    position: relative;
    display: block;
    max-width: 700px;
    width: 100%;
  }
  
  .main-slider  h3{
    position:relative;
    display: block;
    font-size: 28px;
    line-height: 35px;
    color: var(--main-color);
    font-weight: 900;
    opacity: 0;
    margin-bottom: 11px;
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 1000ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
    -webkit-transform: translateY(-50px);
    -moz-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    -o-transform: translateY(-50px);
    transform: translateY(-50px);
  }
  
  .main-slider .active h3{
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    transition-delay: 1000ms;
  }
  
  .main-slider h1{
    position:relative;
    display: block;
    font-size: 60px;
    line-height: 70px;
    color: #2b3c6b;
    font-weight: 900;
    margin-bottom: 25px;
    opacity:0;
    -webkit-transition: all 1500ms ease;
    -moz-transition: all 1500ms ease;
    -ms-transition: all 1500ms ease;
    -o-transition: all 1500ms ease;
    transition: all 1500ms ease;
    -webkit-transform: translateX(-50px);
    -moz-transform: translateX(-50px);
    -ms-transform: translateX(-50px);
    -o-transform: translateX(-50px);
    transform: translateX(-50px);
  }
  
  .main-slider .active h1{
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    transition-delay: 1500ms;
  }
  
  .main-slider .text{
    position:relative;
    display: block;
    font-size: 20px;
    line-height: 30px;
    color: #454442;
    margin-bottom: 37px;
    opacity:0;
    -webkit-transition: all 1500ms ease;
    -moz-transition: all 1500ms ease;
    -ms-transition: all 1500ms ease;
    -o-transition: all 1500ms ease;
    transition: all 1500ms ease;
    -webkit-transform: translateX(50px);
    -moz-transform: translateX(50px);
    -ms-transform: translateX(50px);
    -o-transform: translateX(50px);
    transform: translateX(50px);
  }
  
  .main-slider .active .text{
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    transition-delay: 1500ms;
  }
  
  .main-slider .btn-box{
    opacity:0;
    -webkit-transition: all 1800ms ease;
    -moz-transition: all 1800ms ease;
    -ms-transition: all 1800ms ease;
    -o-transition: all 1800ms ease;
    transition: all 1800ms ease;
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform: translateY(50px);
  }
  
  .main-slider .active .btn-box{
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    transition-delay: 1800ms;
  }
  
  /* slide nav */
  
  
  .main-slider .owl-dots{
    position: absolute;
    text-align: center;
    left: 50%;
    bottom: 52px;
    display: none;
  }
  
  .main-slider .owl-dots .owl-dot span{
    width: 9px;
    height: 9px;
    border-radius: 50%;
    border: none;
    background: rgba(255, 255, 255, 0.50);
    cursor: pointer;
    margin: 0px 3px;
    transition: all 500ms ease;
  }
  
  .main-slider .owl-dots .owl-dot.active span,
  .main-slider .owl-dots .owl-dot:hover span{
    background: #ffffff;
    border: none;
  }
  
  .main-slider .owl-nav{
    position:absolute;
    left:0px;
    top:50%;
    z-index:1;
    width:100%;
    margin-top:-20px;
  }
  
  .main-slider .owl-theme .owl-controls .owl-nav [class*="owl-"]{
    position: absolute;
    color: rgba(255, 255, 255, 0.10);
  }
  
  .main-slider .nav-style-one .owl-nav .owl-prev{
    left: 70px;
  }
  
  .main-slider .owl-nav .owl-prev{
    position:absolute;
    cursor: pointer;
    display: inline-block;
    color: #fff;
    font-size: 20px;
    background: var(--main-color);
    width: 75px;
    height: 75px;
    line-height:75px;
    font-weight: 700;
    margin: 0px;
    cursor: pointer;
    border-radius: 50%;
    text-align: center;
    transition: all 500ms ease;
  }
  
  .main-slider .owl-nav .owl-next{
    position:absolute;
    cursor: pointer;
    display: inline-block;
    color: #fff;
    font-size: 20px;
    background: var(--main-color);
    width: 75px;
    height: 75px;
    line-height:75px;
    font-weight: 700;
    margin: 0px;
    cursor: pointer;
    border-radius: 50%;
    text-align: center;
    transition: all 500ms ease;
  }
  
  .main-slider .nav-style-one .owl-nav .owl-next{
    right: 70px;
  }
  
  .main-slider .owl-nav .owl-prev:hover,
  .main-slider .owl-nav .owl-next:hover{
    background-color:#fff;
    color: #b2b2b2;
  }
  
  .float-bob-y{
    animation-name: float-bob-y; 
    animation-duration: 2s; 
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -webkit-animation-name: float-bob-y; 
    -webkit-animation-duration: 2s; 
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: float-bob-y; 
    -moz-animation-duration: 2s; 
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: float-bob-y; 
    -ms-animation-duration: 2s; 
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: float-bob-y; 
    -o-animation-duration: 2s; 
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
  }
  
  .float-bob-x{
    animation-name: float-bob-x;
    animation-duration: 15s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -webkit-animation-name: float-bob-x;
    -webkit-animation-duration: 15s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: float-bob-x;
    -moz-animation-duration: 15s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: float-bob-x;
    -ms-animation-duration: 15s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: float-bob-x;
    -o-animation-duration: 15s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
  }/** about-section **/

.about-section{
    position: relative;
    display: block;
    padding: 144px 0px 250px 0px;
  }
  
  .anim-icon {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
  }
  
  .anim-icon .icon{
    position: absolute;
    background-repeat: no-repeat;
  }
  
  .about-section .image-box{
    position: relative;
    display: block;
    margin: 6px 30px 0px 140px;
  }
  
  .about-section .image-box:before{
    position: absolute;
    content: '';
    background: #9be9ff;
    width: 215px;
    height: 215px;
    border-radius: 50%;
    left: -135px;
    top: 105px;
    -webkit-animation: zoom-fade 5s infinite linear;
    animation: zoom-fade 5s infinite linear;
  }
  
  .about-section .image-box .image{
    position: relative;
    display: block;
    box-shadow: 0 30px 50px rgba(8,13,62,.15);
  }
  
  .about-section .image-box .image img{
    width: 100%;
  }
  
  .about-section .image-box .image-1{
    position: relative;
    display: block;
    border-radius: 30px;
  }
  
  .about-section .image-box .image-1 img{
    border-radius: 30px;
  }
  
  .about-section .image-box .image-2{
    position: absolute;
    left: -85px;
    bottom: -125px;
    border: 15px solid #fff;
    border-radius: 30px;
  }
  
  .about-section .content-box .sec-title{
    position: relative;
    display: block;
    margin-bottom: 33px;
  }
  
  .about-section .content-box .bold-text{
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 28px;
    color: #4c4c4c;
    font-weight: 400;
    margin-bottom: 15px;
  }
  
  .about-section .content-box p{
    position: relative;
    display: block;
    margin-bottom: 46px;
  }
  
/** feature-section **/

.feature-section{
    position: relative;
    display: block;
    background: #f0eee7;
    padding: 144px 0px;
  }
  
  .feature-section .image-column{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 50%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
  
  .feature-section .sec-title{
    margin-bottom: 41px;
  }
  
  .feature-section .inner-box .single-item{
    position: relative;
    display: block;
    padding: 0px 0px 0px 105px;
    margin-bottom: 50px;
  }
  
  .feature-section .inner-box .single-item:last-child{
    margin-bottom: 0px;
  }
  
  .feature-section .inner-box .single-item .icon-box{
    position: absolute;
    left: 0px;
    top: -1px;
    font-size: 40px;
    width: 85px;
    height: 85px;
    line-height: 85px;
    color: #fff;
    background: #fbb419;
    text-align: center;
    border-radius: 50%;
    z-index: 1;
  }
  
  .feature-section .inner-box .single-item .icon-box:before{
    position: absolute;
    content: '';
    background: #2b3c6b;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    right: 0px;
    border-radius: 50%;
    transform: scale(0,0);
    z-index: -1;
    transition: all 500ms ease;
  }
  
  .feature-section .inner-box .single-item:hover .icon-box:before{
    transform: scale(1,1);
  }
  
  .feature-section .inner-box .single-item:nth-child(2) .icon-box{
    background: #43b3d9;
  }
  
  .feature-section .inner-box .single-item:last-child .icon-box{
    background: var(--main-color);
  }

/** our-teachers **/
.our-teachers{
    position: relative;
    display: block;
  }
  
  .our-teachers .sec-title{
    margin-bottom: 60px;
  }
  
  .teachers-block-one{
    position: relative;
    display: block;
  }
  
  .teachers-block-one .inner-box .image-holder{
    position: relative;
    display: inline-block;
    border: 2px dashed #fbb928;
    padding: 18px;
    border-radius: 50%;
  }
  
  .our-teachers .block-column:nth-child(2) .teachers-block-one .inner-box .image-holder{
    border-color: #43b3d9;
  }
  
  .our-teachers .block-column:last-child .teachers-block-one .inner-box .image-holder{
    border-color: var(--main-color);
  }
  
  .teachers-block-one .inner-box .image-holder img{
    width: 100%;
    border-radius: 50%;
    transition: all 500ms ease;
  }
  
  .teachers-block-one .inner-box .image-holder .image-box{
    position: relative;
    display: block;
    overflow: hidden;
    background: #2b3c6b;
    border-radius: 50%;
  }
  
  .teachers-block-one .inner-box:hover .image-holder img{
    transform: scale(1.03);
    opacity: 0.5;
  }
  
  .teachers-block-one .inner-box{
    position: relative;
    overflow: hidden;
  }

  .teachers-block-one .inner-box .lower-content h3{
    color: #fff;
    margin-bottom: 5px;
  }
  
  .teachers-block-one .inner-box .lower-content h3 a{
    position: relative;
    display: inline-block;
    color: #fff;
  }
  
  .teachers-block-one .inner-box .lower-content .designation{
    position: relative;
    display: block;
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    color: #fff;
    margin-bottom: 7px;
  }
  
  .teachers-block-one .inner-box .lower-content .social-list{
    position: relative;
    opacity: 0;
    transform: translateY(10px);
    transition: all 900ms ease;
  }
  
  .teachers-block-one .inner-box:hover .lower-content .social-list{
    opacity: 1;
    transform: translateY(0px);
  }
  
  .teachers-block-one .inner-box .lower-content .social-list li{
    position: relative;
    display: inline-block;
    margin: 0px 10px;
  }
  
  .teachers-block-one .inner-box .lower-content .social-list li a{
    position: relative;
    display: inline-block;
    font-size: 15px;
    color: #fff;
  }/** teachers-style-two **/

.our-teachers.style-two{
    position: relative;
    background: #253b70;
  }
  
  .our-teachers.style-two .sec-title h1{
    color: #fff;
  }
  
  .our-teachers.style-two .parallax-icon .icon-3{
    left: 10% !important;
  }
  
  .our-teachers.style-two .parallax-icon .icon-5{
    left: 80% !important;
  }
  
  .our-teachers.style-two .parallax-icon .icon-6{
    left: 90% !important;
  }
  
  .our-teachers.style-two .parallax-icon .icon-7{
    left: 85% !important;
  }/** cta-section **/
.cta-section{
    position: relative;
    display: block;
    width: 100%;
    background: #9321eb;
    padding: 95px 0px 100px 0px;
  }
  
  .cta-section .content-box h3{
    position: relative;
    display: block;
    font-size: 22px;
    line-height: 30px;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    color: #fff;
    font-weight: 900;
    margin-bottom: 11px;
  }
  
  .cta-section .content-box h1{
    position: relative;
    display: block;
    font-size: 60px;
    line-height: 70px;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    color: #fff;
    font-weight: 900;
    margin-bottom: 25px;
  }
  
  .cta-section .content-box .text{
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 30px;
    color: #dfbdf9;
    font-weight: 600;
    margin-bottom: 36px;
  }
  .parallax-icon {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
  }
  /** gallery-section **/

.gallery-section{
    position: relative;
    display: block;
    background: #f2eee9;
    padding-left: 100px;
    padding-right: 100px;
  }
  
  .gallery-section .sec-title{
    position: relative;
    display: block;
    margin-bottom: 60px;
  }
  
  .gallery-block{
    position: relative;
  }
  
  .gallery-block .image-box{
    position: relative;
    border-radius: 20px;
    overflow: hidden;
  }
  
  .gallery-block .image-box .image{
    position: relative;
  }
  
  .gallery-block .image-box .image img{
    display: block;
    width: 100%;
    height: auto;
  }
  
  .gallery-block .overlay-box{
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    text-align: center;
    background-color: rgba(33, 47, 84, 0.5);
    content: "";
    -webkit-transition: -webkit-transform 0.4s ease;
    transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center;
  }
  
  .gallery-block .image-box:hover .overlay-box{
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
  }
  
  .gallery-block .overlay-box a{
    position: absolute;
    left: 50%;
    top: 50%;
    display: block;
    height: 70px;
    width: 70px;
    font-size: 20px;
    background-color: var(--main-color);
    color: #ffffff;
    font-weight: 700;
    border-radius: 50%;
    font-weight: 400;
    line-height: 70px;
    transform: translate(-50%,-50%);
  }
  
  .gallery-block .overlay-box a i{
    position: relative;
    font-weight: 700;
  }
  
  .gallery-section .owl-nav,
  .gallery-section .owl-dots{
    display: none;
  }