/* section1 */
.page-template-template-contact .section1 {
    position: relative;
    width: 100%;
    min-height: 600px;
    background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url("../images/image5.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    align-items: center;
    text-align: center;
}

.page-template-template-contact .section1 .inner-content h1 {
    font-size: 64px;
    font-weight: 700;
    line-height: 1.2;
    color: #FFFFFF;
    text-transform: uppercase;
}

.page-template-template-contact .main-wrapper {
    padding: 80px 0;
}

.page-template-template-contact .title {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 8px;
}

.page-template-template-contact .form-wrapper .description {
    margin-bottom: 32px;
}

.page-template-template-contact .contact-form .form-group label {
    color: #333;
    display: block;
    font-weight: 600;
    margin-bottom: 8px;
}

.page-template-template-contact .contact-form .form-group input,
.page-template-template-contact .contact-form .form-group textarea {
    border: 2px solid #e9ecef;
    border-radius: 5px;
    font-size: 14px;
    padding: 12px 15px;
    transition: border-color .3s ease;
}

.page-template-template-contact .contact-info-sidebar {
    padding-left: 30px;
}

.page-template-template-contact .contact-info-block {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 5px 15px #0000001a;
    display: flex;
    margin-top: 30px;
    padding: 20px;
}