.container-fluid{
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

.active_menu{
    font-weight: bold;
}

.navbar{
    background-color:rgba(0,0,0,0.5) !important;
    height: 100px;
    width: 100%;
}

.navbar-scrolled{
     background-color:rgba(0,0,0) !important;
}

.navbar li a{
    color: #fff;
    margin-left: 10px;
}

.navbar li a:hover{
  font-weight: bold;
}


.sec_banner{
    
   height: 650px;
    background: url(../image/hero-bg.png) no-repeat;
    background-size: cover;
    width: 100%;
    display: table;
}   

.sec_banner h1{
/*    padding-top: 230px;*/
    font-size: 60px;
    color: #fff;
    display: table-cell;
    vertical-align: middle;
}

.sec_about{
    padding: 60px 100px;
}

.sec_about h1{
    font-weight: bold;
}

.sec_service{
    background:url(../image/service-bg.png) fixed;
    background-position: center;
    background-size: cover;
    height: 400px;
}

.carousel-control-next {
    right: -80px;
}

.carousel-control-prev {
    left: -80px;
}

.sub_sec_service{
    padding: 50px 60px;
}

.sub_sec_service h1{
    font-weight: bold;
    color: #fff;
}

#service_tab .col-md-4{
    padding: 10px 30px;
    color: #fff;
}

#service_tab .ser_img{
    height: 70px;
    margin-bottom: 10px;
}

 .sec_client{
        padding: 60px 60px;
    }

.sec_client h1{font-weight: bold;}

.sec_footer{
    background: black;
    color: silver;
    padding: 5px;
}

.sec_contact{
     background: #9D353D ;
    
}

.sub_sec_contact{
    padding: 30px 60px;
    color: #fff;
}

.sub_sec_contact textarea{
   
}

.sec_contact .card{
    position: absolute;
    background: #9D353D !important;
    padding: 10px;
    margin-left: 10px;
    margin-top: 10px;
    width: 355px;
    color: #fff;
    border-radius: 0px;
}

.sec_contact .gm-style .place-card{
    display: none !important;
}


@media only screen and (max-width: 600px) {
    
        .navbar{
        height: 55px;

    }

    .navbar-collapse{
        background: black;
        margin-left: -17px;
        margin-right: -17px;
        text-align: center;
    }
    .navbar li a{
        margin-left: 0px;
    }
    
      .navbar li a:hover{
        background: #fff;
        color: #000 !important;
    }
    
    .navbar-brand img{
        width: 110px;
    }
    
    .sec_banner{
        margin-top: 50px;
        height: 140px;
        background: url(../image/hero-bg.png) no-repeat;
        background-size: cover;
    }
    
    .sec_banner h1{
        
        font-size:15px;
        color: #fff;
       
    }
    
       .card .card-img-top{
        margin-left: 50px;
        display: block;
    width: 25%;
    margin-left: 100px;
    height: 70px !important;
    }
    
    .sec_about{
    padding: 60px 10px;
    }
    
    .sec_client{
        padding: 60px 10px;
    }
    
    .sub_sec_service{
    padding: 50px 10px;
}
    
    .sec_contact .card{
    
    width: 300px;
  
}
    .carousel-control-next {
    right: 0px;
}

.carousel-control-prev {
    left: 0px;
}


}

@media only screen and (min-width: 601px) and (max-width:991px) {
    
     .sec_banner{
        margin-top: 50px;
        height: 350px;
        background: url(../image/hero-bg.png) no-repeat;
        background-size: cover;
    }
    
    .sec_banner h1{
        
        font-size:42px;
        color: #fff;
       
    }
}