
/* Navigation Bar */
#navbar {
  flex-direction: column;
}
/*Navigation Bar Logo And Img  */
/*Navigation Bar list styling*/
#navbar ul li a {
   font-size: 1rem;
   padding:0px 7px;
   padding-bottom: 8px;
}
/* Home Section  */
#home {
   height: 370px;
   padding: 3px 28px ;
}

#home::before {
    height: 480px;
}
#home p {
    font-size: 13px;
}

/* Services section  */
#services {
 flex-direction: column;
}

#services .box {
    padding: 14px;
    margin: 2px 0px;
    margin-bottom: 20px;
 
}

/* Client Section  */

#clients {
  flex-wrap: wrap;
}
#clients img {
    width: 66px;
    padding:  6px;
    height: auto;
}

/* contact section  */
#contact-box form{
    width: 80%;
} 

/* Utility Class */
.h-primary {
   font-size: 26px;
}
.btn {
    font-size: 13px;
    padding: 4px 8px;
}