@font-face {
    font-family: Montserrat-Bold;
    src: url(../fonts/Montserrat-Bold.otf ) format("truetype");
}

@font-face {
    font-family: Montserrat-Regular;
    src: url(../fonts/Montserrat-Regular.otf ) format("truetype");
}

@font-face {
    font-family: Montserrat-SemiBold;
    src: url(../fonts/Montserrat-SemiBold.otf ) format("truetype");
}

@font-face {
    font-family: Montserrat-Thin;
    src: url(../fonts/Montserrat-Thin.otf ) format("truetype");
}

@font-face {
    font-family: Aurach;
    src: url(../fonts/aurach.tri.ttf ) format("truetype");
}

@font-face {
    font-family: Roboto-Regular;
    src: url(../fonts/Roboto-Regular.ttf ) format("truetype");
}

.banner_sub {
    background-image: url("../images/sub_banner.jpg");
    background-size: cover;
    background-repeat: no-repeat;
}

.banner_sub h1 {
    text-transform: uppercase;
    font-size: 42px;
    padding: 170px 0px 60px 0px;
    color: #ffffff;
    font-family: 'Courgette', cursive;
}

.banner_sub h1 span {
    background-color: rgba(201, 28, 28, 0.507);
    padding: 20px 40px;
    /* margin-right: 125px; */
}

.whatwedo {
    padding: 65px 0px;
}

.whatwedo h2 {
    margin-bottom: unset;
    font-weight: 200;
    font-size: 32px;
    text-transform: uppercase;
}

.whatwedo h3 {
    /* font-family: Montserrat-SemiBold; */
    font-family: Roboto-SemiBold;
    font-size: 22px;
    text-transform: uppercase;
}

.whatwedo p {
    font-weight: 400;
    font-size: 16px;
    text-align: justify;
}
.whatwedo ul li{
 line-height:2;
 font-size:18px;
}

/* whatwedo */

/* contact */

.contact-touch {
    padding: 40px 10px;
}

.contact-touch p {
    margin-bottom: 5px;
    font-size: 15px;
}

.contact-touch p a {
    color: #000;
    font-size: 15px;
    font-weight: 700;
}

.contact-touch p a:hover {
    color: #bc2026;
}

.form-control {
    border: 1px solid #d1d1d1;
    border-radius: unset;
    transition: unset;
}

.btn-send {
    background-color: rgb(0, 68, 23);
    color: #fff;
    text-transform: capitalize;
}

.btn-send:hover {
    cursor: pointer;
    background-color: #bc2026;
}

.btn.disabled, .btn:disabled {
    opacity: 1;
}

.map-responsive {
    overflow: hidden;
    padding-bottom: 28%;
    position: relative;
    height: 0;
}

.map-responsive iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
}

.contact-touch form {
    background-color: #f3f3f3;
    padding: 30px;
}

/* contact */

.projects img:hover {
    opacity: .7;
}

.projects h3 {
    text-transform: uppercase;
    padding-left: 10px;
    margin-top: 10px;
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: bold;
    border-left: 5px solid #FC636C;
}

.projects h3 span {
    font-size: 15px;
}

.head_project h2 span{
    text-transform: uppercase;
    margin-top: 10px;
    margin-bottom: 15px;
    font-size: 21px;
    color: #000;
    font-weight: bold;
    
}

@media(max-width:767px) {
    .map-responsive {
        padding-bottom: 50%;
    }
    .banner_sub h1 {
        font-size: 37px;
        padding: 150px 0px 50px 0px;
    }
}

@media(max-width:575px) {
    .map-responsive {
        padding-bottom: 60%;
    }
    .banner_sub h1 {
        font-size: 28px;
        padding: 120px 0px 30px 0px;
    }
    .contact-touch {
        padding: 20px 0px;
    }
    .whatwedo {
        padding: 25px 0px;
    }
}