*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body{
    font-family: "Lexend", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
:root{
    color: #0E46A3;
}
.heading-clr{
    color: #0E46A3;

}
h1{
    font-size: 2.5rem;
}
@media (max-width:426px){
    h1{
        font-size: 1.8rem;   
    }
}
 p{
    font-size: 15px;
    /* text-align: justify;  */
}
.square-icon{
    margin-top: 15px;
    display: flex;
    justify-content: center;
    
}
.about-square{
   width:15px !important;
   height: 15px !important;
   border: 1px solid #161D6F;
   transform: rotate(45deg);
   margin-bottom: 5px;
}
.about-heading{
   font-size:4rem;
   color:#0E46A3;
   font-weight: 500;
}

/* ======Teacher-section-start==== */
.teacher-div{
    background-color: #0E46A3;
    /* position: relative; */
    margin-top: 150px;
}
.teacher-content{
    padding-top: 80px;
    padding-bottom: 150px;
}
.teacher-head1{
    color: white;
    font-size: 2rem;
    font-weight: bold;
}
.teacher-p1{
    font-size: 1rem;
    color: white;
}
.teacher-img-div{
    padding-right: 100px;
}
.teacher-img{
    outline: 8px solid whitesmoke;
    outline-offset: 20px;
    height: 450px;
    float: right;
    margin-top: -70px;  
 } 
 .teacher-sign{
    font-family: "Dancing Script", cursive;
    font-size: 30px;
    font-weight: 500;
    font-style: normal;
    color: white;
    transition: all .8s ease;
 }
 .teacher-sign:hover{
    transform: translateX(-20px);
 }
 .teacher-end-heading{
    font-size:12px;
    color:white;
    text-decoration: underline;
    padding-bottom: 10px;
    transition: all .8s ease;
 }
 .ceo-end-heading:hover{
    transform: translateX(-20px);
 }

 /* ======Teacher-section-End==== */

/* =======Design-process section-start====== */

.process-section{
    background-color: whitesmoke;
}
.process-top-heading > h1{
    font-size: 3rem;
}
.process-top-heading > p{
    font-size: 13px;
   
}
.process-div{
    background-color: white;
    border-radius: 15px;
    margin-bottom: 20px;
    height: 100%;
}
.process-icon{
    display: flex;
    justify-content: center;
    align-items: center;
    background-color:#0E46A3;
    border-radius: 50px;
    height: 50px;
    width: 50px;
}
.process-div-content > h4{
    color: #0E46A3;
}
.process-div-content > p{
    font-size: .8rem;
}
@media (max-width:426px){
    .process-top-heading > h1{
        font-size: 2rem;
    }
    .about-heading{
        font-size: 2rem;
    }
}
.process-div-heading{
    position: relative;
}
.process-div-heading::after{
    position: absolute;
    left:0px;
    bottom:-5px;
    content:"";
    width:100px;
    height:4px;
    background-color:#0E46A3;
    transition: all .8s ease;
    transform: scale(0,0);
}
.process-div-heading:hover::after{
    transform: scale(1,1);
}
/* =======Design-process section-End====== */
/* ======choose-us section-start==== */
.choose-us-box{
    background-color: #0E46A3;
    color: white;

}
.colheight{
    height: 100%;
    width: 100%;
    padding: 20px 30px 50px 30px;
}
@media (max-width:426px){
    .colheight{
        height: 100%;
        width: 100%;
        padding: 10px 20px 20px 20px;
    }
}
.box-ani{
    transition: all 1s;
}
.box-ani:hover{
    transform: translate(4px ,-15px);
    opacity: 1;   
}

/* ======choose-us section-End==== */

