#banner{
    background-image: url("../images/index.jpg");
    background-position: 60% 10%;
    min-height: 600px;
    color: white;
}

.content{
    margin-top: 180px;   
    line-height: 25px;
}

.content h1{
    font-size: 48px;
}

.content button{
    margin-top: 20px;
    width:175px;
    height: 50px;
}
#about-us-orange{
    background-color: #fe8d13;
    color: white;
    padding-top: 20px;
    margin-top: 25px;
    line-height: 20px;
}

#our-services{
    background-image: url("../images/our-services.png");
    min-height: 399px;
    max-height: 399px;
    margin-bottom: 5% !important;
}

#our-services ul{
    line-height: 25px;
    margin-top: 30px !important;
}

.content-os{
    margin-top: 8%;
}

.orange-heading{
    border: 1px solid #fe8d13;
    background-color: #fe8d13;
    color: white;
    height: 50px;
    width: 400px;
    margin-left: 20px;
    padding-top: 10px;
}
.os-bg{
    background-image: url("../images/services-bg.png");
    min-height: 460px !important;
    background-repeat: no-repeat !important;
}

#contact{
    margin-top:30%;
}

#footer h4{
    color: #fe8d13 !important;
    margin-bottom:15% !important;
}
#footer a{
    text-decoration: none !important;
    color: white !important;
}

.navbar-header img {
    max-height: 100% !important;
    min-height: 50px !important;
    width: auto !important;
    padding-bottom: 2% !important;
    
}

.navbar li:hover{
    border: 1px solid #fe8d13 !important;
    border-radius: 5px !important;
    background: transparent !important;
    color: #fe8d13 !important;
}

.navbar li a:hover{
    color: #fe8d13 !important;
}

.navbar{
    font-family:'Montserrat',sans-serif; font-weight:300;
}

.fa{
    color:#fe8d13;
}


/*media queries*/

@media screen and (max-width:768px){
    body{
        overflow-x: hidden !important;
    }
    .wrapper{
        overflow-x: hidden !important;
    }
    .navbar-default{
        background-color: white !important;
    }
    
    #form{
        margin-top: 120%;
    }
    #contact{
        margin-top: 230%;
    }
    
    #condetails{
        float:none !important; 
    }
    #contact-btn{
        width: auto !important;
    }
    .orange-heading{
        margin-left: 0% !important;
        margin-right: 20% !important;
        padding-right: 40% !important;
        padding-left: 0% !important;
    }
}