@import url("https://fonts.googleapis.com/css?family=Poppins:400,500,600,700&display=swap");
.contact.w3l-2 {
    padding: 5em 0;
}

@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}


/* 
.contact-form {
    width: 80vw;
    display: flex;
    justify-content: space-between;
    background: #fff;
    margin: 50px 0;
} */

p {
    font-family: 'Crimson Text', serif;
    font-weight: 400;
    font-size: 18px;
    /* line-height: 1.8; */
    /* color: #000000; */
    /* letter-spacing: .5px; */
    /* margin: 0px 0 40px; */
}


/*--contact--*/

.contact-grid h4 {
    color: #86c724;
    font-size: 26px;
    margin-bottom: 0.8em;
    font-weight: 600;
    letter-spacing: 2px;
}

.contact-grid p {
    color: #777;
    font-size: 15px;
    /* line-height: 1.8em; */
    margin: 16px 0;
}

.contact-grid input[type="text"],
.contact-grid textarea {
    width: 85%;
    padding: 0.8em;
    font-size: 1em;
    margin-bottom: 0px;
    outline: none;
    font-family: 'Open Sans', sans-serif;
}

.contact-grid textarea {
    resize: none;
    height: 150px;
}

.row {
    padding: 1em 0;
}

.row1 {
    margin-top: 1em;
}

.contact-grid label {
    font-size: 15px !important;
    color: #2d3134 !important;
}

.contact-grid input[type="submit"] {
    font-size: 1em;
    padding: 0.8em;
    display: block;
    margin-top: 1em;
    outline: none;
    background: #86c724;
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    border: none;
    width: 34%;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

.contact-grid input[type="submit"]:hover {
    background: #212121;
}

.cont-info h5 {
    font-size: 1.4em;
    color: #212121;
    line-height: 1em;
    font-weight: 600;
    letter-spacing: 0px;
    margin: 50px 0 0 0px;
}

.cont-info p {
    font-size: 15px;
    /* line-height: 1.8em; */
    color: #777;
    margin-top: 0;
}

.cont-info a {
    text-decoration: none;
    color: #000;
    font-weight: 400;
    font-size: 18px;
}

.cont-info a:hover {
    color: #ff1919;
}

.contact-bottom {
    margin-top: 2em;
}

.contact-bottom p {
    font-size: 1em;
    /* line-height: 1.8em; */
    color: #A0A0A0;
}

.agile-info-map iframe {
    border: none;
    width: 100%;
    height: 500px;
}

.contact.w3l-2 {
    padding: 5em 0;
}

.contact-grids {
    margin-top: 5em;
}

@media (min-width: 992px) {
    .col-md-7 {
        width: 58.33333333%;
    }
}

.contact-bottom {
    margin-top: 2em;
}

@media (min-width: 992px) {
    .col-md-5 {
        width: 41.66666667%;
    }
}