/* 
blue color: #115BA9;
black color: #000000;
*/

.top-bar{
    height: 70px;
    background: #115BA9;
}
nav{
    
    padding-left: 15px;
}
.navbar-brand img{
    height: 120px;
    width: auto;
}

.banner{
    background: url('EdTech_LP_Banner.jpg');
    background-size: contain;
    width: 100%;
    height: 260px;
    background-repeat: no-repeat;
    background-color: #115BA9;
}

.banner-content h1{
    color: #115BA9;
    font-size: 4rem;
    line-height: 1.5;
}

.banner-content h2{
    font-size: 3rem;
    color: #000;
}

.expertise{
    padding-top: 20px;
    padding-bottom: 20px;
    background: #115BA9;
}

.expertise-box1{
    background: white;
    padding: 20px 30px;
    height: 600px;
    /* display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; */
}

.expertise-box2{
    background: white;
    padding: 20px 30px;
    color: #115BA9;
    height: 600px;
}

.expertise-box2 h3{
    text-transform: uppercase;
}

input[type='text'], input[type='email'], input[type='tel']{
    border: 2px solid #115BA9;
    padding: 5px 10px;
}
input{
    margin-bottom: 10px;
}

.expertise-box2 label{
    margin-bottom: 5px;
    font-weight: bold;;
}

input::placeholder{
    color: #115BA9;
}


.custom-btn{
    color: white;
    background: #115BA9;
    text-transform: uppercase;
    padding: 10px 20px;
    border: none;
    border-radius: none;
}



.why-us{
    background: white;
    border-radius: 15px;
    padding: 40px 30px;
    text-align: center;
}


.why-box{
     width: 100%;
     margin-top: 20px;
     margin-bottom: 20px;
}



.why-box .box{
    text-align: center;
    float: left;
    width: 20%;
}
.why-box .box img{
    height: 100px;
}
.why-us hr{
    background: #115BA9;
    width: 20%;
    margin: 10px auto 20px auto;
    opacity: 1;
}
.why-box2 span{
    color: #115BA9;
}

.why-box2 p:last-child{
    color: #115BA9;
}
.why-box1 h3{
    color: #000;
    font-size: 1.5rem;
    margin: 20px 0;

}
.why-us h2{
    color: #000;
    font-size: 2rem;
    letter-spacing: 2px;
}

.expertise-box1 h3{
    color: #115BA9;
    font-size: 2rem;
    margin: 20px 0;
    letter-spacing: 2px;
}

.expertise-box1 p{
    color: #000000;
    font-size: 18px;
    line-height: 1.7;

}

.trust{
    padding-top: 20px;
    padding-bottom: 20px;
    color: #000;
    text-align: justify;
    font-size: 22px;
}
.trust-content{
    padding-top: 50px;
}
.trust p{
    color: #000000;
    font-size: 18px;
    line-height: 1.7;
}

.list > li{
    color: #000000;
    font-size: 18px;
    line-height: 1.7;
}

/* .img-container{
    height: 350px;
    margin: 0 auto;
} */
.img-container{

}
.img-container img{
    width: 100%;
    height: 500px;
    margin: 0 auto;
}


@media(max-width: 1400px){
    .why-box1, .why-box2{
        height: 650px;
    }

}

@media(max-width: 1204px){
    .why-box{
        padding: 20px 3px;
    }
    .why-box .box{
        text-align: center;
        float: left;
        width: 50%;
    }
}

@media(min-width: 1024px) and (max-width: 1100px){
    .banner{
        height: 220px;
    }

    .expertise-box1{
        height: 670px;
    }

    .expertise-box1{
        height: 670px;
    }
}

@media(max-width: 992px){

    .banner-content h1{
        font-size: 3rem;
    }

    .banner-content h2{
        font-size: 2rem;
    }
    .expertise-box1{
        height: auto;
        margin-bottom: 20px;
    }

    .expertise-box2{
        height: auto;
    }

    .banner{
        height: 170px;
    }

}

@media(max-width: 600px){
    .why-box .box{
        text-align: center;
        float: left;
        width: 100%;
    }
}

@media(max-width: 463px){
    .img-container img{
        height: 400px;
    }
    .trust-content{
        padding-top: 20px;
    }
   
    .expertise-box1 h3{
        font-size: 1.6rem;
    }
    .banner{
        height: 80px;
    }
    
    .banner-content h1{
        font-size: 2.5rem;
    }

    .banner-content h2{
        font-size: 1.9rem;
    }
    .navbar-brand img {
        height: 90px;
        width: auto;
    }
}