.contact-sec01 {
    padding: 150px 15px 0px 15px;
    background-image: url(../images/background-contact.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff
}
.contact-sec01 .col-md-4 {
    width: 50.684%;
}
.contact-sec01 .col-md-8 {
    width: 49.316%;
}
.cf-top {
    background-color: #df621b;
    padding: 25px 20px 80px 20px;
    position: relative;
}
.element-shape {
    transform: rotate(180deg);
    bottom: -1px;
    direction: ltr;
    left: 0;
    line-height: 0;
    overflow: hidden;
    position: absolute;
    width: 100%;
}
.element-shape svg {
    height: 45px;
    transform: translateX(-50%) rotateY(180deg);
    display: block;
    left: 50%;
    position: relative;
    width: calc(100% + 1.3px);
}
.elementor-shape-fill {
    fill: #fff;
    transform: rotateY(0deg);
    transform-origin: center;
}
.cf-bottom {
    padding: 20px 30px 20px 30px;
    background-color: #fff;
}
.cf-bottom .element-field-group {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding-right: calc(10px / 2);
    padding-left: calc(10px / 2);
    margin-bottom: 10px;
}
.cf-bottom .element-field-label {
    font-family: "Rubik", Sans-serif;
    font-size: 1.8rem;
    font-weight: bold;
    color: #323232;
    width: 22%;
    text-align: left;
}
.cf-bottom .element-field {
    background-color: #ffffff;
    border-color: #c6c6c6;
    border-width: 2px 2px 2px 2px;
    color: #b0b0b0;
    padding: .7rem 2rem;
    min-height: 5.9rem;
    width: 78%;
    border-style: solid;
    border-radius: 3px;
    font-size: 15px;
    line-height: 1.4;
}
.cf-bottom .element-field-button {
    max-width: 77.5%;
    margin-left: auto;
    margin-top: 2rem;
}
.cf-bottom button.element-button {
    display: block;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.29);
    min-height: 40px;
    width: 100%;
    font-family: "Roboto", Sans-serif;
    font-weight: 900;
    border-radius: 1px 1px 1px 1px;
    padding: 15px 0px 16px 0px;
    background-color: #0066b3;
    color: #ffffff;
    border: none;
    padding: 15px 0px 16px 0px;
    font-size: 2.5rem;
    line-height: 1;
}
img.contact-sec01-img {
    display: block;
    margin: 0px -17px 0px 0px;
    max-width: 61rem;
    position: relative;
}
li.contact-menu a {
    color: #f2a511 !important;
    border-color: #f2a511 !important;
}
.message-success {
    font-size: 1em;
    line-height: 1;
    margin: 10px 0;
    color: #000;
    font-family: 'Rubik', sans-serif;
    text-align: left;
    font-weight: 300;
    position: relative;
    display: none;
}
.message-success:before {
    display: inline-block;
    margin-inline-end: 5px;
    vertical-align: middle;
    font-family: var(--fa-style-family, "Font Awesome 6 Free");
    font-weight: var(--fa-style, 900);
    content: '\f00c';
    font-size: 90%;
}
.message-error {
    font-size: 1em;
    line-height: 1;
    margin: 10px 0;
    color: #FF7B7B;
    font-family: 'Rubik', sans-serif;
    text-align: left;
    font-weight: 300;
    position: relative;
    display: none;
}
.message-error:before {
    display: inline-block;
    margin-inline-end: 5px;
    vertical-align: middle;
    font-family: var(--fa-style-family, "Font Awesome 6 Free");
    font-weight: var(--fa-style, 900);
    content: '\f00d';
    font-size: 90%;
}

.message-error, .message-error-recaptcha {
    display: none;
}

@media (max-width: 1024px) {
	.font-65 {
	    font-size: 5rem;
	}
	.cf-top {
	    padding: 20px 10px 40px 10px;
	}
	img.contact-sec01-img {
	    max-width: 100%;
	}
}

@media (max-width: 767px) {
	.contact-sec01 .col-md-4, .contact-sec01 .col-md-8 {
	    width: 100%;
	}
	img.contact-sec01-img {
	    width: 65%;
	    display: block;
	    margin: 0 auto;
	}
	.contact-sec01 {
	    padding: 140px 15px 0px 15px;
	}
	.cf-bottom .element-field-label, .cf-bottom .element-field, .cf-bottom .element-field-button {
	    width: 100%;
	    max-width: 100%;
	}
	.cf-bottom .element-field-group {
	    padding-right: 0;
	    padding-left: 0;
	}
}