body{
    padding: 0px;
    margin: 0px;
    box-sizing:border-box;
    background-color: #eeeeee !important;
}
header .navbar a{
    color: black;
}
header .navbar .navbar-brand{
    font-size: 35px;
    font-weight: 500;
}
header .navbar-nav li{
    font-size: 20px;
    padding-top: 10px;
    margin-left: 20px;
    margin-right: 20px;
}
.hero-section{
    background-image: url(../media/bghero.jpg);
    padding:100px 0px;
    width:100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    /*height: 70vh;*/
}
.hero-box-3 input{
    font-size: 25px;
}
.tab-section .btn-dark{
    background-color: black !important;
    color: white !important;
    margin: 0 10px;
}
.tab-section .d-block.p-5{
    padding: 0px 100px;
}
.tab-section .carousel .fas{
    font-size: 25px;
    color: black;
}
.tesimonials .tag{
    color: white;
    background: #87a3eb !important;
    border-radius: 50%;
    padding: 3px 9px;
    position: relative;
    top: 10px;
    z-index: 99999;
}
.tesimonials .card i{
    font-size: 50px;
    color: #87a3eb;
}
footer h2 , footer ol li, footer p{
    color: white;
}
footer ol li{
    list-style: disc;
}
.tesimonials .card img{
    margin: 0 auto;
}
@media only screen and (max-width: 435px){
 .hero-section{
    background-image: url(../media/bghero.jpg);
    background-size:cover;
    background-repeat: no-repeat;
    background-position: center;
    /*height: 70vh;*/
}   
}