/* start Contact Us */


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



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



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




.services .third,
.services .fourth,
.services .fifth {

}




.services img {
    width: 100%;
    height: 60%;
}

.services .fifth img {
    width: 75%;
    margin-top: 35px;
}



.services h5 {
    font-size: 25px;
    margin-top: 30px;
    margin-bottom: 16px;
    font-family: sans-serif;
    opacity: .9;
    color: #E8331D;
}




.services p {
    width: 100%;
    color: #393a3c;
}


.services button {
    margin-left: 0;
    font-size: 14px;
    margin-top: 25px;
    transition: .5s all ease-in-out;
    
    
}







@media (max-width: 991.98px) { 
.services button {
    
    
    }

}














button.btn.btn-outline-danger:hover {
    background-color: #E8331D;
}
