body{
    font-family: 'Titillium Web', sans-serif;
    background-color: #FEF7F6;
}
h2{
    color: #ec0101;
    font-size: 37px;
    font-weight: bold;
}
/* .icon{
    width: 192px;
    height: 41px;
} */

/* HEADER */

.navbar{
    position: absolute;
    z-index: 1;
}
.navbar .navbar-brand{
    font-size: 35px;
    font-weight: 600;
}
.navbar .navbar-brand{
    color: #fff;
}
.navbar .navbar-nav .nav-link{
    color: #fff ;
    font-weight: 300;
}



/* BANNER */
.carousel-item{
    position: relative;
    background:  rgba(0, 0, 0, 0.7);
 
    height: 750px;
  

}
.carousel-item img.overlay {
    mix-blend-mode: overlay;
  }

.carousel img{
    object-fit: cover;
    height: 750px;
    object-position: center;
   
}
.carousel p{
     color: #c8d0d7;
}

.carousel h1{
    font-size: 50px;
    font-weight: 700;
}
.carousel i{
    font-size: 60px;
    color: #fff;
   
}
.carousel a{
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 20px;
}


/* ABOUT */
.about{
    padding: 120px 0;
}

.about .back-img{
    background: url(../images/about-background.png);
    background-position: center;
    background-size: cover; 
    height: 389px;
    width: 654px;
    position: absolute;
    z-index: -1;
    left: -200px;
    margin-top: 76px;
   
}
.about .about-content{
    margin-left: 115px;
}

.about p{
    padding-right:227px;
}
.about ul{
    margin:0 -13px;
    list-style: none;
    
}
.about ul li::before {
    content: "\f111"; 
    font-family: FontAwesome;
    color: red;
    font-weight: bold; 
    display: inline-block; 
    width: 5em; 
    font-size: 8px;
    margin-left: -2em; 
  }
.about button{
    border-radius: 25px;
    padding: 8px 30px;
    

}
.about .about-img{
    float: right;
    margin-right: -12px;
}


/* TEACHERS */

.teachers{
    padding: 120px 0;
    text-align: center;
}
.teachers .rectangle1{
    background-color: #F8EFD4;
    padding: 70px 40px;
    border-radius: 77px 77px 200px 77px;
    position: relative;
}
.teachers .rectangle2{
    background-color: #E6E7F6;
    padding: 70px 40px;
    border-radius: 77px 77px 200px 77px;
    position: relative;
}
.teachers .rectangle3{
    background-color: #DDF8F6;
    padding: 70px 40px;
    border-radius: 77px 77px 200px 77px;
    position: relative;
}
.teachers .rectangle4{
    background-color: #F9E4E4;
    padding: 70px 40px;
    border-radius: 77px 77px 200px 77px;
    position: relative;
}
.teachers .teacher-img{
    height: 384.8px;
    width: 306px;
    position: absolute;
    z-index: 1;
    justify-content: center;
    display: flex;
    

}
.teachers .person{
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin: -47px auto;
    
  
}
.teachers h2{
    margin-bottom: 100px;
}

.teachers h4{
    font-size: 20px;
    font-weight: bold;
}
.teachers p{
    color: #8e9296
}
.teachers .para{
    padding: 0 14px;
}

/* services */
.services{
   padding: 120px 0;
}
.services h4{
    font-size: 20px;
    font-weight: bold;
}
.services h2{
    margin-bottom: 100px;
}
.services i{
    font-size: 70px;
}
.services a{
    text-decoration: none;
    color: #ec0101;
}


/* TESTIMONIALS */

.testimonials{
    padding: 120px 0;
    
}
.testimonials .carousel-item{
    background-color: #FEF7F6;;
}
.testimonials .reviewer{
    width: 60%;
    
   
   
    margin: 50px auto;
}
.testimonials .reviewer img{
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin-top:-47px;
    position: absolute;
    z-index: 1;
    
   
}

.testimonials .reviewer .review-content{
    background-color: #F9E4E4;
    position: relative;
    border-radius: 77px 77px 200px 77px;
    padding: 70px 0;
    margin-top: 150px;
    
}
.testimonials .reviewer .review-content p{
    color: #8e9296;
}
.testimonials .reviewer .review-content h4{
    font-size: 20px;
    font-weight: bold;
}
.testimonials .reviewer .review-content .far-p{
    padding: 0 100px ;
    font-size: 20px;
    color: black;
}


/* blog */
.blog{
    padding: 70px 0;
}

.blog .blog-content img{
    width: 100%;
}
.blog .blog-content{
    margin-top: 100px;

}
.blog .blog-content .blog-part{
    background-color: #fff;
    padding: 30px 30px;
    
}
.blog .blog-content p{
    color: #8e9296;
}
.blog .blog-content span{
    color:#ec0101;
}
.blog .blog-content h4{
    font-size: 24px;
    font-weight: bold;
}
.blog .blog-content .para{
    color: #000;
}
.blog .blog-content  a{
  text-decoration: none;
  color: #ec0101;
}



/* Footer */
.footer{
    padding: 70px 0;
}
.footer h4{
    font-size: 20px;
    font-weight: bold;
}
.footer .footer-content{
    margin-top: 40px;
}
.footer p{
    color: #8e9296;
}
.footer ul{
    list-style-type: none;
    padding: 0;
    color: #8e9296;
}
.footer li{
  margin-bottom: 10px
}
