* {
    box-sizing: border-box;
    margin: 0px;
    padding: 0px;
    font-family: Syne;
    /* overflow-x: hidden; */
}

/* %%%%%%%%%%%%%%%%%%%%%%% header %%%%%%%%%%%%%%%%%%%%%%%% */
header{
    background-image: url(../img/teacher/main-img.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 80vh;
    width: 100%;
    display: flex;
    justify-content: center;
    position: relative;
    background-size: cover;
    background-position: center;
    margin-top: 50px;
}
header h1{
    font-style: normal;
    font-weight: 600;
    font-size: 68px;
    color:  #FFFFFF;;
    line-height: 126.5%;
    text-transform: capitalize;
    position: absolute;
    text-shadow: 0px 4.17592px 0px rgba(141, 108, 21, 0.23);
    top: 90px;
    margin: 30px;
   
}

@media (max-width:740px){
    header h1{
        font-weight: 600;
        font-size: 2.2rem;
        
    }
    header{
       height: 70vh;
    }
}
@media (max-width:530px){
    header h1{
        font-weight: 600;
        font-size: 2rem;
    }
    header{
        height: 70vh;
     }
}


/* &&&&&&&&&&&&&&&&&&&&&&& teacher &&&&&&&&&&&&&&&&&&&&&&&&&& */

.easytolearn h2 {
    font-style: normal;
    font-weight: 600;
    font-size: 44px;
}

.easytolearn p {
    font-style: normal;
    font-weight: 500;
    font-size: 23px;
    line-height: 26px;
    width: 95%;
    margin-top: 50px;
    color: #222222;
}

.easytolearn {
    padding: 100px 0;
}

@media (max-width : 770px){
    .easytolearn h2 {
        font-style: normal;
        font-weight: 600;
        font-size: 35px;
    }
    .easytolearn p {
        font-style: normal;
        font-weight: 500;
        font-size: 18px;
        line-height: 26px;
        width: 95%;
        margin-top: 50px;
        color: #222222;
    }
}


/* &&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&& f-teacher &&&&&&&&&&&&&&&&&&&&&& */
.f-teacher{
    margin-top: 50px;
}
.f-teacher h3{
    font-family: 'Syne';
font-style: normal;
font-weight: 600;
font-size: 37px;
line-height: 131.5%;
/* or 53px */

letter-spacing: -0.015em;
text-transform: capitalize;
margin-bottom: 50px;
}
.f-teacher p{
    font-family: 'Syne';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 26px;
}
.f-teacher img{
    margin-top: 30px;
}
.f-teacher .col-8{
    width: 750px;
}
.f-teacher .row{
    display: flex;
    justify-content: space-between;
}

@media (max-width: 1200px){
    .f-teacher .row{
        display: flex;
        justify-content: center;
    }
}
@media (max-width: 850px){
    .f-teacher .row .col-3{
        width: 100%;
        display: flex;
        justify-content: center;
    }
}
@media (max-width : 770px){
    .f-teacher h3 {
        font-style: normal;
        font-weight: 600;
        font-size: 35px;
    }
    .f-teacher p {
        font-style: normal;
        font-weight: 500;
        font-size: 18px;
        line-height: 26px;
        width: 95%;
        margin-top: 50px;
        color: #222222;
    }
}


/* &&&&&&&&&&&&&&&&&&&&& team &&&&&&&&&&&&&&&&&&&&&&& */

.chooseus {
    position: relative;
    /* overflow-x: hidden; */
    margin-top: 120px;
}





.chooseus .col-12 h1 {
    font-style: normal;
    font-weight: 600;
    line-height: 56px;
    color: #171717;
    font-size: 2.5rem;
    margin-bottom: 50px;
}

.chooseus .col-2 {
    width: 300px;
    height: 250px;
    display: flex;
    text-align: center;
    align-items: center;
    flex-direction: column;
    justify-content: space-around;
    margin-bottom: 150px;
}

.chooseus .col-2 img {
    display: inline-block;
    width: 233px;
    height: 233px;
}

.chooseus .col-2 .text h3 {
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 31px;
    color: #171717;
    text-align: center;
    margin-top: 30px;
}
.chooseus .col-2 .text p{
    font-weight: 400;
font-size: 16px;
}



/* &&&&&&&&&&&&&&&&&&&&&&&& Register &&&&&&&&&&&&&&&&&&& */

div.register {
    width: 100%;
    height: 450px;
    background-image: url(../img/teacher/contactus/background.png);
    background-size: cover;
    background-position: center;
    position: relative;
    margin-top: 20px;
    display: flex;
    align-content: center;
    align-items: center;
    overflow: hidden;

}

div.register .img-4{
    position: absolute;
    left:0%;
    top: 0px;
    opacity: .4;
}
div.register .img{
    position: absolute;
    left: 85%;
    top: -164px;
    z-index: 999;
}

div.register h1 {
    font-style: normal;
    font-weight: 600;
    font-size: 47px;
    line-height: 56px;
    color: #FFBC3E;
    z-index: 9;

}

div.register a {

    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    color: #171717;
    display: inline-block;
    text-decoration: none;
    background: #FFBC3E;
    padding: 10px 20px;
    margin-top: 25px;
    border-radius: 2px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.487);
    width: 150px;
    margin-bottom: 40px;
}

div.register .row{
    padding-top: 130px;
    position: relative;
}



@media (max-width : 515px){
   
    div.register h1{
        font-size: 40px;
    }    
    
}


