body {
  font-family: Open Sans;
  padding: 0;
  margin: 0;
}
.navbar-brand{
    font-size: 24px;
    font-weight: 600;
}
.navbar-wrapper{
    padding: 0;
    margin: 0;
    /* box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px; */
    height: 100px;
    border-bottom: 2px solid #303030;
}
.navbar-wrapper .container-fluid .navbar-collapse{
    flex-grow: unset;
}
.navbar-wrapper .navbar-nav .hd-button{
    border: 1px solid #000;
    margin-right: 15px;
    border-radius: 5px;
    margin-left: 10px;
}
.navbar-wrapper .navbar-nav .hd-button:last-child{
    margin-left: 0;
    margin-right: 0;
}

/* BITSWHY CSS STARTS HERE */
.bits-why-cont{
    padding: 0;
    margin: 0;
    position: relative;
}
.bits-why-cont::after{
    content: "";
    border-bottom: 2px solid #303030;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}
.bits-why-cont .bits-why-box{
    padding: 100px;
    margin: 0;
    display: flex;
}
.bits-why-cont .bits-why-pic{
    background: #333333;
    width: 480px;
    height: 320px;
    padding: 0;
    margin: 0 0 0 50px;
}
.bits-why-cont .bits-why-texts-box{
    display: flex;
    align-items: center;
    font-family: Open Sans;
    font-weight: 400;
    font-size: 48px;
    line-height: 100%;
    flex-wrap: wrap;
    padding: 0 0 20px 0;
}
.bits-why-cont .bits-why-texts-box span{
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    font-family: Open Sans;
    font-weight: 700;
    font-size: 48px;
    line-height: 100%;
    letter-spacing: 0px;
}
.bits-why-cont p{
    font-family: Open Sans;
    font-weight: 400;
    font-size: 24px;
    line-height: 36px;
    letter-spacing: 0px;
    padding: 0;
    margin: 0;
}
.bits-why-cont .bits-why-texts{
    width: calc(100% - 480px);
}
.bits-why-cont .bits-why-texts.lean-up{
    width: calc(100% - 0px);
    text-align: center;
}
.bits-why-cont .bits-why-texts.lean-up .bits-why-texts-box{
    display: block;
}
.bits-why-cont .bits-why-texts.lean-up a{
    border: 1px solid #757575;
    border-radius: 15px;
    height: 60px;
    width: 480px;
    margin: 0 auto;
    line-height: 60px;
    margin-top: 50px;
    font-family: Open Sans;
    font-weight: 400;
    font-size: 24px;
    letter-spacing: 0px;
    text-align: center;
}
.bits-why-cont .bits-why-texts.lean-up .page-banner{
    padding: 0;
    margin: 60px 0 0 0;
    width: 1080px;
    height: 380px;
    background-image: url(../images/leanup-main-banner.jpg);
}
.bits-why-cont .bits-why-texts.lean-up .page-banner.contact_us{
    height: 550px;
    background-image: url(../images/contact_us.jpg);
}
.bits-why-cont .bits-why-pic{
    /* width: calc(100% - 480px); */
}

.bits-why-cont.bits-cols-reverse{
    padding: 0;
    margin: 0;
}
.bits-why-cont.bits-cols-reverse .bits-why-pic{
    margin: 0 50px 0 0;
    min-width: 480px;
    height: 400px;
}
.bits-why-cont.bits-cols-reverse .bits-why-texts-box span{
    font-weight: 400;
}
.bits-why-cont.bits-cols-reverse .bits-why-box p{
    padding: 0 0 50px 0;
    margin: 0;
    font-family: Open Sans;
    font-weight: 400;
    font-size: 24px;
    line-height: 36px;
    letter-spacing: 0px;
}
.bits-why-cont.bits-cols-reverse .bits-why-box .bits-why-buttons{
    display: flex;
}
.bits-why-cont.bits-cols-reverse .bits-why-box .bits-why-buttons a{
    border: 1px solid #757575;
    margin-right: 15px;
    margin-left: 0;
    min-width: 265px;
    border-radius: 15px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 400;
    font-size: 24px;
    text-align: center;
}

/* Reflect */
.bits-reflect{
    padding: 0;
    margin: 0;
}
.bits-reflect .bits-why-box{
    
}
.bits-why-cont.bits-cols-reverse.bits-reflect .bits-why-box{
    flex-direction: row-reverse;
}
.bits-why-cont.bits-cols-reverse.bits-reflect .bits-why-box .bits-why-pic{
    margin: 0;
}
.bits-why-cont.bits-cols-reverse.bits-reflect .bits-why-box .bits-why-texts{
    width: calc(100% - 480px);
}
/* BITSWHY CSS ENDS HERE */


/* OUR Services CSS STARTS HERE */
.our-services{
    padding: 100px;
    margin: 0;
}
.our-services h2{
    font-weight: 400;
    font-size: 48px;
    line-height: 100%;
    letter-spacing: 0px;
    text-align: center;
    padding: 0 0 50px 0;
    margin: 0;
    color: #000;
}
.our-services .services-type-box{
    display: flex;
}
.our-services .services-type-box .services-cols{
    flex: 1;
    margin: 0 50px 0 0;
    text-align: center;
}
.our-services .services-type-box .services-cols h1{
    font-weight: 700;
    font-style: normal;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 0px;
    text-align: center;
    color: #000;
}
.our-services .services-type-box .services-cols p{
    font-weight: 400;
    font-size: 24px;
    line-height: 36px;
    letter-spacing: 0px;
    text-align: center;
    padding: 0 0 20px 0;
    margin: 0;
    height: 250px;
    color: #000;
}
.our-services .services-type-box .services-cols a{
    border: 1px solid #757575;
    margin: 0 0 20px 0;
    min-width: 265px;
    border-radius: 15px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 400;
    font-size: 24px;
    text-align: center;
}
.our-services .services-type-box .services-cols a.disabled{
    opacity: 0.5;
}
.our-services .services-type-box .services-cols a:last-child{
    margin: 0;
}
.our-services .services-type-box .services-cols:last-child{
    margin: 0 0 0 0;
}
/* OUR Services CSS ENDS HERE */

/* Footer CSS STARTS HERE */
footer{
    padding: 50px 0 20px 0;
    margin: 0;
    background: #333333;
    color: #fff;
    justify-content: center;
}
footer p{
    padding: 0;
    margin: 0;
    font-family: Open Sans;
    font-weight: 400;
    font-size: 12px;
    letter-spacing: 0px;
    text-align: center;
    color: #FCF1FD;
}
footer .footer-data{
    padding: 0 0 42px 0;
    max-width: 1080px;
    margin: 0 auto;
    display: flex;
}
footer .footer-data .company-name{
    padding: 0;
    margin: 0;
    flex: 1;
    font-weight: 700;
    font-size: 48px;
    line-height: 58px;
    letter-spacing: 0px;
    color: #FCF1FD;
    opacity: 0.5;
}
footer .footer-data .brands-names{
    padding: 0;
    margin: 0;
    flex: 1;
    font-weight: 700;
    font-size: 48px;
    line-height: 58px;
    letter-spacing: 0px;
    display: flex;
}
footer .footer-data .brands-names .ft-brands-col{
    padding: 0;
    margin: 0;
    flex: 1;
}
footer .footer-data .brands-names .ft-brands-col h4{
    display: block;
    font-family: Open Sans;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0px;
}
footer .footer-data .brands-names .ft-brands-col span{
    display: block;
}
footer .footer-data .brands-names .ft-brands-col span a{
    display: block;
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 0px;
    text-decoration: none;
    padding: 0 0 10px 0;
    line-height: normal;
}
/* Footer CSS ENDS HERE */

/* 
https://create.onlineinvoices.com/templates/blank-invoice-template
*/