/* navigation */
#navbar{
    flex-direction: column;
}
#navbar ul li a{
    font-size: 1rem;
    padding: 0px 7px;
    padding-bottom: 8px;
}
/* home section */
#home{
    height: 297px;
    padding: 0px 64px;
    
}
#home::before{
    height: 400px;
    
}
#home p{
    font-size: 13px;
}
/* service section */
#services{
    flex-direction: column;
}
/* #services .box{
    
}  */
/* clients section */
#clients{
    flex-wrap: wrap;
}
#clients img{

    width: 66px;
    /* padding:6px ;
    height: auto; */
}

/* contact */
#contact-box form{
    width: 80%;
}

/* footer */

/* utility */
.h-primary{
    font-size: 26px ;
}

.btn{
    font-size: 13px;
    padding:4px 8px ;
}