.services.services-2 h3{
    color:black !important;
}
.services.services-2 .icon span {
    /* color: mintcream; */
    color: #fc983c;
}
.ftco-section {
    padding: 3em 0;
}


.request-form .form-control
{
    color: black !important;
}

a.back-to-top {
    display: none;
    position: fixed;
    bottom: 18px;
    right: 15px;
    text-decoration: none
}

a.back-to-top i {
    display: block;
    font-size: 22px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    background: #FB973C;
    border-radius: 2px;
    text-align: center;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    box-shadow: 0 0 4px rgba(0,0,0,.14),0 4px 8px rgba(0,0,0,.28)
}

a.back-to-top:hover,a.back-to-top:focus {
    text-decoration: none
}
.h300{height: 300px !important;}


