body{
    font-family: "Roboto Condensed", sans-serif;
}
.ml-auto{
    margin-left: auto;
}
#navbarSupportedContent a{
    display: block;
    padding: 0px 14px;
    color: #4e4c52;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
}
.orng {
    color: #e86e17 !important;
}
.yellow{
    color: #fecd6f !important;
}
.blu{
    color: #87cde6 !important;
}
.header{
    box-shadow: 0px 3px 10px 0px rgba(50, 50, 50, 0.35);
}
.uppercase{
    text-transform: uppercase;
}
.heading h2{
    font-size: 30px;
    font-weight: 700;
    color: #4e4c52;
    margin-bottom: 30px;
}
.line{
    width: 50px;
    height: 2px;
    background: #e86e17;
}
.heading p{
    font-size: 21px;
    color: #88858c;
}
.service-box i{
    font-size: 50px;
    color: #e86e17;
}
.service-box h3{
    color: #545258;
    font-size: 21px;
    margin-bottom: 22px;
    line-height: 26px;    
}
.service-box p{
    color: #88858c;
}
.image-box {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 500px;
}
.fotter{
    background-color: #4e4c52;
}
.f-widget p{
    color: #fff;
    font-size: 14px;
}
.f-widget p a{
    color: #fff;
    display: inline-block;
}







@media only screen and (min-width: 2000px) {
   
}

@media only screen and (min-width: 1499px) {
    
}
@media only screen and (max-width: 991px) {
    div#navbarSupportedContent {
    position: absolute;
    top: 74px;
    z-index: 999;
    background: #fff;
    width: 100%;
    left: 0;
    text-align: center;
}
}
@media only screen and (max-width: 769px) {
    
}       
@media only screen and (max-width: 600px){
    
}
@media only screen and (max-width: 344px){
    
}