/* contact form */

.contact-us-section {
    padding: 130px 0;
    background-color: #ECECED;

}

.contact-us-section .contact-us-wrapper .contact-us-content .section-title {
    font-family: 'Eurostile', sans-serif;
    font-size: 62px;
    line-height: 69px;
    text-align: left;
    color: #000;
    margin-bottom: 40px;
}

.contact-us-section .contact-us-wrapper .contact-us-content .section-description {
    font-family: 'Open Sans', sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 30px;
    text-align: left;
    color: #000;
    margin-bottom: 40px;
}

.contact-us-section .contact-us-wrapper .contact-us-content .section-images {
    display: flex;
    gap: 20px;
    align-items: center;
}

.contact-us-section .contact-us-wrapper .contact-us-content .section-images .our-images {
    display: flex;
}

.contact-us-section .contact-us-wrapper .contact-us-content .section-images .our-images .member {
    margin-left: -8px;
    border: 4px solid #B67F00;
    border-radius: 50%;
    object-fit: cover;
    object-position: center center;
    overflow: hidden;
    width: 84px;
    height: 84px;
}

.contact-us-section .contact-us-wrapper .contact-us-content .section-images .our-images .member img {
    transform: scale(1.1);
}

.contact-us-section .contact-us-wrapper .contact-us-content .section-images .our-images .member:first-child {
    z-index: 20;
}

.contact-us-section .contact-us-wrapper .contact-us-content .section-images .our-images .member:nth-child(2) {
    z-index: 19;
}

.contact-us-section .contact-us-wrapper .contact-us-content .section-images .our-images .member:nth-child(3) {
    z-index: 18;
}

.contact-us-section .contact-us-wrapper .contact-us-form .form-inputs {
    display: flex;
    flex-direction: column;
    gap: 13px;
}

.contact-us-section .contact-us-wrapper .contact-us-form input {
    border: none;
    padding: 13px 24px;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    color: #000;
    width: 100%;
}

.contact-us-section .contact-us-wrapper .contact-us-form textarea:focus,
.contact-us-section .contact-us-wrapper .contact-us-form input:focus {
    outline: none;
    border: none;
}

.contact-us-section .contact-us-wrapper .contact-us-form input::placeholder {
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    color: #000;
}

.contact-us-section .contact-us-wrapper .contact-us-form textarea {
    border: none;
    padding: 13px 24px;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    color: #000;
    height: 100px;
    resize: none;
}

.contact-us-section .contact-us-wrapper .contact-us-form textarea::placeholder {
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    color: #000;
}

.contact-us-section .contact-us-wrapper .contact-us-form form {
    display: flex;
    gap: 13px;
    flex-direction: column;
}

.contact-us-section .contact-us-wrapper .contact-us-form form .wpcf7-submit {
    padding: 0;
    font-family: 'Eurostile', sans-serif;
    font-size: 19px;
    line-height: 1;
    text-align: left;
    color: #fff;
    border-radius: 0;
    background-color: transparent;
}

.contact-us-section .contact-us-wrapper .contact-us-form form .custom-submit {
    max-width: max-content;
    display: flex;
    align-items: center;
    position: relative;
    background-color: #B67F00;
    padding: 9px 25px;
    max-width: max-content;
    display: flex;
    align-items: center;
    gap: 9px;
    border: none;
    background-color: #B67F00;
    cursor: pointer;
}

.contact-us-section .contact-us-wrapper .contact-us-form form .custom-submit::after {
    content: "";
    display: inline-block;
    width: 14px;
    height: 20px;
    background: url(../../img/arrow-right.svg) no-repeat center center;
    background-size: contain;
    margin-left: 8px;
    vertical-align: middle;
}

@media screen and (max-width: 991px) {
    .contact-us-section .contact-us-wrapper {
        gap: 20px;
    }
	.contact-us-section .contact-us-wrapper .contact-us-content .section-title {
    	font-size: 30px;
    	line-height: 35px;
	}
}

.contact-us-section .contact-us-wrapper .contact-us-content .section-description {
    font-size: 18px;
    line-height: 24px;
   }

/* contact form end*/

.contact-us-section .contact-us-wrapper .contact-us-form .wpcf7 form .wpcf7-response-output {
    margin: 0;
}

.contact-us-section .contact-us-wrapper .contact-us-form .wpcf7-form .wpcf7-spinner {
    visibility: hidden;
    display: inline-block;
    background-color: #23282d;
    opacity: 0.75;
    width: 24px;
    height: 24px;
    border: none;
    border-radius: 100%;
    padding: 0;
    margin: 0 24px;
    position: absolute;
    right: 0;
    bottom: 0;
}