/** 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;
  }/** teachers-style-three **/
.our-teachers.style-three{
    position: relative;
  }
  
  .teachers-block-two{
    position: relative;
    display: block;
  }
  
  .teachers-block-two .inner-box .image-box{
    position: relative;
    display: block;
    overflow: hidden;
    background: #2b3c6b;
    border-radius: 20px;
  }
  
  .teachers-block-two .inner-box .image-box img{
    width: 100%;
    border-radius: 20px;
    transition: all 500ms ease;
  }
  
  .teachers-block-two .inner-box:hover .image-box img{
    opacity: 0.5;
    transform: scale(1.03);
  }
  
  .teachers-block-two .inner-box{
    position: relative;
    overflow: hidden;
  }
  .teachers-block-two .inner-box .lower-content h3{
    color: #fff;
    margin-bottom: 5px;
  }
  
  .teachers-block-two .inner-box .lower-content h3 a{
    color: #fff;
  }
  
  .teachers-block-two .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-two .inner-box .lower-content .social-list{
    position: relative;
    opacity: 0;
    transform: translateY(10px);
    transition: all 900ms ease;
  }

  
.teachers-block-two .inner-box .lower-content .social-list li{
    position: relative;
    display: inline-block;
    margin: 0px 10px;
  }
  
  .teachers-block-two .inner-box .lower-content .social-list li a{
    position: relative;
    display: inline-block;
    font-size: 15px;
    color: #fff;
  }
  
  .teachers-block-two .inner-box:hover .lower-content .social-list{
    opacity: 1;
    transform: translateY(0px);
  }
  
  .our-teachers.style-three .inner-content{
    position: relative;
    display: block;
    margin: 0px -15px;
  }
  
  .our-teachers.style-three .block-column{
    padding: 0px 30px;
  }/** 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;
  }/** contact-style-two **/

.contact-style-two{
    position: relative;
    display: block;
    background: #f0ede7;
  }
  
  .contact-style-two .form-area .form-group{
    position: relative;
    display: block;
    margin-bottom: 20px;
  }
  
  .contact-style-two .form-area .form-group:last-child{
    margin-bottom: 0px;
  }
  
  .contact-style-two .form-area .form-group input[type='text'],
  .contact-style-two .form-area .form-group input[type='email'],
  .contact-style-two .form-area .form-group textarea{
    position: relative;
    display: block;
    width: 100%;
    height: 60px;
    background: #fff;
    border: 3px solid #fff;
    font-size: 15px;
    color: #2b3c6b;
    padding: 10px 15px;
    border-radius: 20px;
    transition: all 500ms ease;
  }
  
  .contact-style-two .form-area .form-group textarea{
    height: 170px;
    resize: none;
    margin-bottom: 30px;
  }
  
  .contact-style-two .form-area .form-group input:focus,
  .contact-style-two .form-area .form-group textarea:focus{
    border-color: var(--main-color);
  }
  
  .contact-style-two .form-area .form-group input::-webkit-input-placeholder,
  .contact-style-two .form-area .form-group textarea::-webkit-input-placeholder{
    color:#2b3c6b;
  }
  
  .contact-style-two .sec-title{
    margin-bottom: 40px;
  }

  /** contact-form-section **/

.contact-form-section{
  position: relative;
  display: block;
  background: #f0ede7;
}

.contact-form-section .sec-title{
  position: relative;
  display: block;
  margin-bottom: 40px;
}

.contact-form-section .contact-form .form-group{
  position: relative;
  display: block;
  margin-bottom: 20px;
}

.contact-form-section .contact-form .form-group:last-child{
  margin-bottom: 0px;
}

.contact-form-section .contact-form .form-group input[type='text'],
.contact-form-section .contact-form .form-group input[type='email'],
.contact-form-section .contact-form .form-group textarea{
  position: relative;
  display: block;
  width: 100%;
  height: 60px;
  background: #fff;
  border: 3px solid #fff;
  border-radius: 20px;
  padding: 10px 20px;
  font-size: 15px;
  color: #2b3c6b;
  transition: all 500ms ease;
}

.contact-form-section .contact-form .form-group textarea{
  height: 170px;
  resize: none;
  margin-bottom: 30px;
}

.contact-form-section .contact-form .form-group input:focus,
.contact-form-section .contact-form .form-group textarea:focus{
  border-color: var(--main-color);
}

.contact-form-section .contact-form .form-group input::-webkit-input-placeholder,
.contact-form-section .contact-form .form-group textarea::-webkit-input-placeholder{
  color:#2b3c6b;
}
