/* start Contact Us */


.services-title {
    margin-top: 50px;
    
}

.services-title .main {
}


.services-title .main h1 {
    text-align: center;
    font-family: sans-serif;
    font-weight: 100;
    opacity: .7;
    margin-bottom: 60px;
}







.services-title .main p {
    text-align: left;
    font-family: sans-serif;
    font-weight: 100;
    opacity: .9;
    letter-spacing: .5px;
    line-height: 1.5;
}





.services-title .main ul li {
    text-align: left;
    font-family: sans-serif;
    font-weight: 100;
    opacity: .9;
    letter-spacing: .5px;
    line-height: 1.5;
}





/* start owl carousal */ 


.owl-stage {
    margin-top: 50px;
}


.owl-carousel .owl-item img {
    height: 250px;
}


.owl-theme .owl-nav  {
    margin-top: 30px;
}


@media (max-width: 991.98px) { 
.owl-theme .owl-nav.tank-nav {
    display: none;
    
    
    }

}


@media (min-width: 992px) { 
.owl-theme .owl-nav.tank-nav {
    display: block;
    
    
    }

}




.owl-theme .owl-nav [class*=owl-] {
    
    background-color: #888;
    transition: .5s all ease-in-out;
    padding: 4px 15px;
}



.owl-theme .owl-nav [class*=owl-]:hover {
    
    background-color: #E8331D;
}




