/** classes-style-two **/

.classes-section.style-two{
    position: relative;
    display: block;
    background: #253b70;
  }
  
  .classes-section.style-two .sec-title h1{
    color: #fff;
  }
  
  .classes-section.style-two .inner-block{
    box-shadow: none;
  }
  
  .classes-section.style-two .inner-block .lower-content .price{
    margin-bottom: 31px;
  }
  
  .classes-section.style-two .inner-block .lower-content{
    padding-bottom: 48px;
  }
  
  .classes-section.style-two .parallax-icon .icon-3{
    left: 8% !important;
  }
  
  .classes-section.style-two .parallax-icon .icon-7{
    left: 85% !important;
  }
  
  .classes-section.style-two .parallax-icon .icon-6{
    left: 90% !important;
  }/** classes-section **/

.classes-section{
    position: relative;
    display: block;
  }
  
  .classes-section .inner-block{
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 20px 50px rgba(229, 229, 229, 0.8);
  }
  
  .classes-section .inner-block .image-box{
    position: relative;
    display: block;
    background: #253b71;
    overflow: hidden;
  }
  
  .classes-section .inner-block .image-box img{
    width: 100%;
    transition: all 500ms ease;
  }
  
  .classes-section .inner-block:hover .image-box img{
    opacity: 0.5;
    transform: scale(1.02);
  }
  
  .classes-section .inner-block .lower-content{
    position: relative;
    display: block;
    padding: 34px 40px 37px 40px;
  }
  
  .classes-section .inner-block .lower-content .link-btn{
    position: absolute;
    top: -35px;
    right: 40px;
    clear: both;
  }
  
  .classes-section .inner-block .lower-content .link-btn a{
    position: relative;
    display: inline-block;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    background: #fbb419;
    border-radius: 50%;
    transition: all 500ms ease;
  }
  
  .classes-section .inner-block .lower-content .link-btn a:hover{
    background: #253b71 !important;
  }
  
  .classes-section .inner-block:hover .lower-content .link-btn a {
    -webkit-transform: scale(-1) rotate(-180deg);
    -moz-transform: scale(-1) rotate(-180deg);
    -ms-transform: scale(-1) rotate(-180deg);
    -o-transform: scale(-1) rotate(-180deg);
    transform: scale(-1) rotate(-180deg);
  }
  
  .classes-section .block-column:nth-child(2) .inner-block .lower-content .link-btn a{
    background: #43b3d9;
  }
  
  .classes-section .block-column:last-child .inner-block .lower-content .link-btn a{
    background: var(--main-color);
  }
  
  .classes-section .inner-block .lower-content h3{
    margin-bottom: 9px;
  }
  
  .classes-section .inner-block .lower-content .price{
    position: relative;
    display: block;
    font-size: 18px;
    color: var(--main-color);
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-weight: 700;
    margin-bottom: 17px;
  }
  
  .classes-section .inner-block .lower-content .text{
    position: relative;
    display: block;
    margin-bottom: 26px;
  }

  
.classes-section .inner-block .lower-content .info-box li{
    position: relative;
    display: inline-block;
    font-size: 15px;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    color: #fff;
    margin: 0px 10px;
    text-transform: uppercase;
  }
  
  .classes-section .inner-block .lower-content .info-box li:before{
    position: absolute;
    content: '';
    border: 1px dashed #59688e;
    width: 1px;
    height: 20px;
    top: 4px;
    right: -12px;
  }
  
  .classes-section .inner-block .lower-content .info-box li:last-child:before{
    display: none;
  }
  
  .classes-section .inner-block .lower-content .info-box li span{
    color: var(--main-color);
    text-transform: capitalize;
  }
  
  .classes-section .sec-title{
    position: relative;
    display: block;
    margin-bottom: 60px;
  }

  /** fact-counter **/

.fact-counter{
    position: relative;
    display: block;
    background: #fbb419;
    padding: 93px 0px 102px 0px;
  }
  
  .fact-counter .counter-block{
    position: relative;
    display: block;
    padding: 0px 0px 0px 80px;
  }
  
  .fact-counter .counter-block .icon-box{
    position: absolute;
    left: 0px;
    top: 12px;
    font-size: 60px;
    line-height: 60px;
    color: #fff;
  }
  
  .fact-counter .counter-block .count-outer span{
    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: 9px;
  }
  
  .fact-counter .counter-block .text{
    position: relative;
    display: block;
    font-size: 17px;
    line-height: 26px;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    color: #fff;
    font-weight: 700;
  }
  
  /** counter-style-two **/

.fact-counter.style-two{
  position: relative;
  background: #253b70;
}

.fact-counter.style-two .counter-block .icon-box{
  color: #7c89a9;
}

.fact-counter.style-two .counter-block .count-outer span{
  color: #4ac0e8;
}

.fact-counter.style-two .counter-column:nth-child(2) .counter-block .count-outer span{
  color: var(--main-color);
}

.fact-counter.style-two .counter-column:nth-child(3) .counter-block .count-outer span{
  color: #bc64ff;
}

.fact-counter.style-two .counter-column:last-child .counter-block .count-outer span{
  color: #fbb419;
}
/** 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;
  }
  
/** about-style-two **/

.about-section.style-two{
    position: relative;
    padding: 150px 0px 215px 0px;
  }
  
  .about-section.style-two .image-box{
    margin: 0px 0px 0px 220px;
  }
  
  .about-section.style-two .image-box:before{
    display: none;
  }
  
  .about-section.style-two .image-box .image-2{
    left: -185px;
    bottom: -245px;
  }
  
  .about-section.style-two .content-box{
    margin-top: 60px;
  }
  
  .our-teachers.about-page{
    background: #f2f0eb;
  }