/* Navigation */
#navbar{
    flex-direction: column;
}
#logo img{
    height: 45px;
    margin: 3px 3px;
}
#navbar ul li a{
    padding: 7px 13px;
    font-size: 18px;
}
/* Home  */
#home{
    height: 180px;
    padding: 23px;
}
#home::before{
    height: 395px;
}
#home h1{
    color: white;
}
#home p{
    color: white;
    font-size: 13px;
} 
/* Services */
#services{
    flex-direction: column;
}
.btn{
    padding: 6px 12px;
    font-size: 1.0rem;
}
/* clients */
#Partners{
    flex-wrap: wrap;
    margin: 15px;
}
#Partners .box1 img{
    width: 70px;
    padding: 6px;
    height: auto;
}
.partners-container::before{
    content: "";
    position: absolute;
    background: url("../Image/bg3.jpeg") no-repeat center center/cover;
    width: 100%;
    height: 250px;
    z-index: -1;
    opacity: 0.4;
}
/* Contactus */
#contact-box .form-group{
    width: 80%;
}
/* Utility */
.h-primary{
    font-size: 26px;
    margin-top: 50px;
}
