/* information section start  */

.information_section {
    background: #fff;
    position: relative;
    padding: 4rem 0;
}


.information_section .info_box {
    border-right: 1px solid #d9e2ef;
    text-align: center;
}

.information_section .info_box.border_none {
    border: none;
}

.information_section .info_box img {
    margin-bottom: 15px;
}

.information_section .info_box a {
    line-height: 28px;
}


@media screen and (max-width: 992px) {
    .information_section {
        padding: 3rem 0;
    }
    .information_section .info_box {
        border-right: none;
    }
}


/* information section end  */


/* form section start */

.form_section {
    background: #f7f7f7;
    padding: 6rem 0 12rem;
}

.form_section .title_box {
    margin-bottom: 65px;
    text-align: center;
}

.form_section .title_box h3 {
    line-height: 42px;
    font-size: 31px;
    color: #161c2d;
}

.form_section .title_box p {
    line-height: 30px;
    font-size: 19px;
}

.form_section label {
    line-height: 27px;
    font-size: 17px;
    color: #161c2d;
}

.form_section .form-control {
    border: 1px solid #f1f4f8;
    margin-bottom: 30px;
    font-size: 17px;
}

.form_section .form-control:focus {
    box-shadow: none;
    border-color: #00b941;
}

.form_section input,
.form_section select {
    line-height: 54px;
    padding: 0 20px;
    height: 54px;
}

.form_section textarea {
    padding: 20px;
}

.form_section button.btn {
    padding: 15px 25px;
    font-size: 17px;
    transition: all 0.2s;
    border: none;
    border-radius: 6px;
    /* background: #335eea; */
    margin-top: 2.3rem;
    color: #fff;
}


/* .form_section button.btn:hover {
    background: #1746e0;
} */

.form_section button.btn:focus {
    box-shadow: none;
    outline: none;
}

.form_section button.btn:hover {
    transform: translate3d(0px, -3px, 0px);
    box-shadow: rgba(22, 28, 45, 0.1) 0px 1rem 2.5rem, rgba(22, 28, 45, 0.1) 0px 0.5rem 1rem -0.75rem !important;
}

@media screen and (max-width: 992px) {
    .form_section .title_box h3 {
        line-height: 32px;
        font-size: 24px;
    }
    .form_section .title_box p {
        line-height: 27px;
        font-size: 17px;
    }
}

@media screen and (max-width: 768px) {
    .form_section {
        padding: 4rem 0;
    }
    .form_section button.btn {
        margin-top: 1rem;
    }
}


/* form section end */


/*# sourceMappingURL=contact.css.map */