
body{
    overflow-x: hidden;
}
.navbar-nav .nav-link.active, .navbar-nav .show>.nav-link {
    /* color: var(--bs-navbar-active-color); */
    color: #FF8A00!important;
}
body, html {
    height: 100%;
    margin: 0;
}

.bg {
    /* The image used */
    background-image: url("../images/banner.png");
    height: 100%!important;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
   
}
.bg_road {
    /* The image used */
    background-image: url("../images/Vogele-Grade-Sensor-paver.JPG");
    height: 100%!important;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
   
}
.bg_EPC {
    /* The image used */
    background-image: url("../images/Vibratory-Tandem-Compactor-10T.jpg");
    height: 100%!important;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    
}
.bg_AS {
    /* The image used */
    background-image: url("../images/Milling-in-Progress.JPG");
    height: 100%!important;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    
}
.span-head{
    font-style: normal;
    font-size: 24px;
    line-height: 50px;
    letter-spacing: 0.01em;
    color: #FF8A00;
}

.banner-heading{
    font-style: normal;
    font-weight: 700;
    font-size: 50px;
    line-height: 65px;
    /* or 86% */
    letter-spacing: 0.01em;

    color: #FFFFFF;


}
.banner-paragraph{
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 0.01em;
    color: #FFFFFF;


}
.btn-danger{
    background: #FF8A00!important;
    border: 2px solid #FF8A00!important;

}
.bg-color{
    background: #282D66;
    margin: 50px 0px;
}
.bg-color img{
    height:400px;
    width: 340px;
    border: solid #fff 5px;
}
.img-top img{
    margin-top: -100px;;
}
.bg-color h2{
    
    color:#fff;
    font-size: 43px;
}
.service_num{
    font-size:40px;
}
.project_content{
    /*padding-top:15px;*/
    padding: 20px;
}
.bg-color p{
    
    color:#fff;
}
.pt{
    padding-top:15px;
}
.work_img img{
    height:330px;
    width:330px;
}
.work_img1 img {
    height: 250px;
    width: 250px;
}
.work_content{
    display: flex;
    align-items: center;
}
.banner-left{
    background: rgb(9 8 8 / 70%);
    border-radius: 0px 10px 10px 0px;
    margin: 50px 0px !important;
}
.banner-content-infra{
    
    padding: 66px 125px;
}
.btn-white {
    background: #fff!important;
    border: 2px solid #282d66!important;
    color:#fff;
}
.btn-blue {
    background: #282d66!important;
    border: 2px solid #282d66!important;
    color:#fff !important;
}
.serivice-heading{
    /* Our Services */
    font-style: normal;
    font-weight: 700;
    font-size: 45px;
    line-height: 50px;
    letter-spacing: 0.01em;
    margin-top: 15px !important;
    color: #282D66;

}
.service-section{
    padding-top: 30px;
    padding-bottom: 30px;
}
.service-line-heading{
    color: #282D66;
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 50px;
    letter-spacing: 0.01em;


}
.service-paragraph{
    font-size: 18px;
    color: #878787;
    padding-top: 25px;
}
.service-cards{
    padding-top: 50px;
    padding-bottom: 50px;
}
.card-one{
    box-sizing: border-box;
    background: #FFFFFF;
    border: 1px solid #D9D9D9;
    box-shadow: 0px 4px 30px rgba(168, 168, 168, 0.15);
    border-radius: 10px;
    padding: 30px;
    margin-bottom: 10px;
    

}
.card-two{
    box-sizing: border-box;
    background: #FFFFFF;
    border: 1px solid #D9D9D9;
    box-shadow: 0px 4px 30px rgba(168, 168, 168, 0.15);
    border-radius: 10px;
    padding: 30px;
    margin-bottom: 10px;
    
}
.card-three{
    box-sizing: border-box;
    padding: 30px;
    background: #FFFFFF;
    border: 1px solid #D9D9D9;
    box-shadow: 0px 4px 30px rgba(168, 168, 168, 0.15);
    border-radius: 10px;
    margin-bottom: 10px;
}
.cards-heading{
    /* EPC- Engineering Procurement and Construction */
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 40px;
    /* identical to box height, or 208% */
    letter-spacing: 0.01em;

    color: #282D66;
}
.cards-paragraph{
    color: #878787;


}

.team_img{
    text-align: center; 
}

.team_img img{
    text-align: center;
    border-radius: 50%;
}
.card-team {
    box-sizing: border-box;
    background: #FFFFFF;
    border: 1px solid #D9D9D9;
    box-shadow: 0px 4px 30px rgb(168 168 168 / 15%);
    border-radius: 10px;
    padding: 15px;
    margin-top: -22px
    
}
.text-align-center{
    text-align: center;
}
.social_media{
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.social_media img{
padding: 8px;
}
.pt{
padding-top: 23px;
}
.project_content h2{
    padding-bottom: 20px;
}
.address img{
    width: 50px;
}
.map-locations img{
    width:500px;
    height:447px;
}
.form-row {
    display: flex;
}
.form-control{
    margin: 15px 0px;
}
.contact_bg {
    background-color: #282D66;
    padding: 25px;
}
.contact_bg h2{
    font-size: 30px;
    color:#fff;
}
.footer-color{
    background-color: #282D66;
}
.footer-color p{
    color: #fff;
    padding-top:10px;
}
.footer-color h6{
    color: #fff;
    font-size: 22px;

   
}
.footer-color li a{
    color: #fff !important;
    font-size: 15px !important;
    padding: 6px 6px !important;
    
}
.social_media_footer{
    display: flex;
    width: 100%;
    flex-direction: row;
    
}
.social_media_footer img {
    padding: 8px;
}
h6 > i{
    display: inline-block;
    vertical-align: middle;
    width: 4rem;
    height: 6px;
    background-color: #FF8A00;
    margin-right: 10px;

}
.contact_bg i{
    display: inline-block;
    vertical-align: middle;
    width: 4rem;
    height: 6px;
    background-color: #fff;
    margin-right: 10px;
}
.nav-link {
    color:#2C2E43 !important;
    font-size: 17px !important;
    padding: 0px 10px !important;
    
}
.dropdown-item{
    color:#2C2E43 !important;
    font-size: 16px !important;
}
.btn {
    margin: 10px 0px;
}
@media (max-width: 768px){
    
    .banner-content-infra {
        padding: 10px 25px;
    }
    .getaquote h2{
        text-align: center;
    }
    .span-head {
        font-style: normal;
        font-size: 18px;
        line-height: 25px;
       
    }
    .bg {
        /* The image used */
        background-image: none;
        background-color: #282d66;
    }
    .bg_AS {
        /* The image used */
        background-image: none;
        background-color: #282d66;
    }
    .bg_road {
        /* The image used */
        background-image: none;
        background-color: #282d66;
    }
    .bg_EPC {
        /* The image used */
        background-image: none;
        background-color: #282d66;
    }
    .map-locations iframe{
        width:300px !important;
        height:300px !important;
    
    }
    .nonerow{
        display: none;
    }
    .banner-heading {
        font-size: 25px;
        line-height: 30px;
        
    }
    .work_img1 img {
        height: 250px;
        width: 300px;
    }
    .service-line-heading {
       
        font-size: 18px;
        line-height: 30px;
        
    }
    .serivice-heading {
       
        font-size: 30px;
        line-height: 40px;
        
    }
    .service-paragraph {
        font-size: 15px;
        padding-top: 10px;
    }
    .service-cards {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .cards-heading {
        font-size: 15px;
        line-height: 30px;
       
    }
    .img-top img {
        margin-top: -83px;
    }
    .bg-color img {
        height: 250px;
        width: 250px;
    }
    .bg-color h2 {
        font-size: 30px;
    }
    .work_img img {
        height: 280px;
        width: 280px;
    }
    .col {
       
        margin: 10px 0px;
    }
    .bg-color {
        margin: 20px 0px;
    }
    .map-locations img {
        width: 300px;
    }
    .contact_bg h2 {
        font-size: 20px;
       
    }
    .team_img img {
        width:200px;
        border-radius: 50%;
    }
    .header-content h1 {
        font-size: 25px !important;
        margin-bottom: 10px !important;
    }
    .bg_inner {
        height: 150px !important;
    }
  .getaquote h2{
    text-align: center;
    font-size: 25px !important;
    }
    
}
.fixed_top {
    float: left;
    width: 100%;
    position: fixed;
    background-color: #f8f8f8;
    opacity: 10 !important;
    z-index: 9999;
}
.bg_inner{
    height:200px;
    background-color: #282D66;
}
.header-content {
    z-index: 1;
    text-align: center;
    padding: 30px;
}
.header-content h1 {
    font-size: 45px;
    color: #fff;
    margin-bottom: 20px;
}
.breadcrumb {
    background-color: transparent;
    padding: 0;
    margin-bottom: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.m-auto {
    margin: auto!important;
}
.breadcrumb-item a{
    text-decoration: none;
    color:#fff;
}
.breadcrumb-item.active {
    color: #fff !important;
}
.bg-color-inner{
    margin:0px;
    background-color: #FF8A00;
}
.bg-color-inner h2{
    font-size:30px;
}
.address a{
    text-decoration: none !important;
    color:#282D66;
   
}
.img_title p{
    text-align: center;
    padding: 10px;
}
.map-locations iframe{
    width:500px;
    height:450px;

}