/**common-wrapper-section-start**/
.common-wrapper{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding-bottom:300px;
    position: relative;
    text-align: center;

}
.contact-bg{
    background-image: url(../images/common/contactus-bg.webp)!important;
}
.infrastructure-bg{
    background-image: url(../images/common/infrastructure-bg.webp)!important;

}
.product-bg{
    background-image: url(../images/common/product-bg.webp)!important;

}
.aboutus-bg{
    background-image: url(../images/common/aboutus-bg.webp)!important;

}
.common-wrapper-content{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.common-wrapper-content h2{
    color: #FFF;
    font-size: 40px;
    font-weight: 600;
    line-height: 1.5;
    text-transform: uppercase;
}
.common-wrapper-content p{
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
}
.common-wrapper-content a{
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
}
/**common-wrapper-section-end**/

.common-bg{
    background-color: #fff;
}
.common-bg .navbar-brand img{
    width: 99px;
}
.common-bg .brand-img img{
    width: 94px;
}
.common-bg .nav-item{
    padding: 0px 30px;
}
.common-bg .nav-item .nav-link{
    font-size: 16px;
    font-weight: 500;
    color: #000;
}
.common-bg .nav-item .nav-link.active , .main-section .nav-item .nav-link:hover{
    font-weight: 700;
}