@media (min-width:992px){
    .serviceblock{
        height:90%;
        padding-bottom:20px;
    }
    
}
@media (min-width:992px) and (max-width:1200px){
    .footer ul li{
        margin: 0px 20px 0px 0px;
    }
}
@media (max-width:992px){
    .contactinfo{
        margin-bottom:30px;
    }
}
header,.wrapper-inner-slider{
    background-size: cover !important;
}
.slider-content h1{
    margin-top:30px;
}
.dropdown-item.active, .dropdown-item:active{
    background-color:#f47621 !important;
}