.iti {
    width: 100%;
}

.form-error {
    border-color: red !important;
    border-width: 2px !important;
}

.form-error .vscomp-toggle-button {
    border-color: red !important;
    border-width: 2px !important;
}

.form-error .vscomp-toggle-button .vscomp-wrapper:not(.has-value) .vscomp-value {
    opacity: 1 !important;
}

.form-error .vscomp-arrow::after {
    border-bottom-color: red;
    border-right-color: red;
}

.form-error .vscomp-value {
    color: red !important;
}

.form-error::-moz-placeholder {
    color: red !important;
}

.form-error::placeholder {
    color: red !important;
}

.form-error[type=checkbox] {
    outline: 2px solid red;
    accent-color: red;
}

.vscomp-ele {
    width: 100%;
    max-width: none;
}

.lpService .has-value .vscomp-value {
    color: white;
}

.lead-form input:not([type=checkbox]) {
    padding-left: 1rem;
}

.lead-form .vscomp-toggle-button {
    background: transparent;
    padding: 15px 15px 10px;
    border: transparent;
    border-bottom: 1px solid #d1d3d4;
}

.lead-form .vscomp-wrapper:not(.has-value) .vscomp-value {
    color: white;
}

.lead-form .vscomp-arrow::after {
    border-bottom-color: white;
    border-right-color: white;
}

.lp-footer-contact input:not([type=checkbox]) {
    margin-bottom: 1rem;
    background: transparent;
    padding: 10px;
    border: transparent;
    border-bottom: 1px solid white;
    border-radius: 0;
    color: white;
}

.lp-footer-contact input:not([type=checkbox])::-moz-placeholder {
    color: white;
}

.lp-footer-contact input:not([type=checkbox])::placeholder {
    color: white;
}

.lp-footer-contact input:not([type=checkbox]) {
    padding-left: 1rem;
}

.lp-footer-contact .vscomp-toggle-button {
    background: transparent;
    padding: 15px 15px 10px;
    border: transparent;
    border-bottom: 1px solid #d1d3d4;
}

.lp-footer-contact .vscomp-wrapper:not(.has-value) .vscomp-value {
    color: white;
}

.lp-footer-contact .vscomp-arrow::after {
    border-bottom-color: white;
    border-right-color: white;
}

.lp-footer-contact button.btn-black:focus {
    color: white;
}

.font-inherit {
    font-family: inherit !important;
}

.open_modal .modal-content,
.open_modal .modal-header,
.open_modal .modal-body,
.open_modal .modal-footer {
    background-color: #fa9801;
    border: none;
}

.open_modal .modal-content {
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
    overflow: hidden;
}

.open_modal .modal-header {
    justify-content: end;
    padding-bottom: 0px;
}

.open_modal .modal-header .btn-close {
    border: none;
    padding: 0px;
    background-color: transparent;
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 1;
    cursor: pointer;
}

.open_modal .modal-header .btn-close:focus {
    outline: none;
    box-shadow: none;
}

.open_modal .modal-dialog {
    max-width: 600px;
}

.open_modal .header_text {
    font-size: 40px;
}

.open_modal form .form-control {
    border-radius: 100px;
    padding: 20px 20px;
    font-size: 16px;
    font-weight: 400;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
    color: #475569;
}

.open_modal form input {
    height: 50px;
}

.open_modal .modal-footer button {
    width: 100%;
    border-radius: 100px;
    background-color: #212529;
    color: #fff;
    border: none;
    padding: 15px 0px;
    font-weight: 600;
}

.no-src.lazyload,
.no-src.lazyloading {
    opacity: 0;
}

.no-src.lazyloaded {
    opacity: 1;
    transition: opacity 300ms;
}

[data-expand].lazyload {
    opacity: 0;
    transform: scale(0.8);
}

[data-expand].lazyloaded {
    opacity: 1;
    transition: all 700ms;
    transform: scale(1);
}

@media only screen and (max-width: 1440px) {
    .porfilio-slider img {
        width: 163px;
        height: 233px;
    }
}

@media only screen and (max-width: 767px) {
    .porfilio-slider img {
        width: 190px;
        height: 262px;
    }
}

.inner-banner5 {
    background: url(../images/inner-banner5.webp) 100% 20%/cover no-repeat;
}

@media only screen and (max-width: 767px) {
    .inner-banner5 {
        background: none;
        background-color: #2b3136;
    }
}

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

label.form-check-label.text-white.custom_label {
    font-family: 'Gilroy-Medium';
}

.banner textarea {
    margin: 7px 0;
    font: -webkit-control;
    padding: 15px 15px 10px 0;
    width: 100%;
    font-family: Gilroy-Medium;
    display: inline-block;
    font-size: 14px;
    color: #fff;
    background: 0 0;
    border: 0;
    border-bottom: 1px solid #d1d3d4;
    outline: 0;
    border-radius: 0;
    color: white !important;
    height: 70px;
}

.banner textarea::placeholder {
    color: white;
}

section.signup form {
    width: 85%;
    margin: auto;
}

section.signup form .col-lg-4 {
    padding: 0px 5px !important;
}

section.signup form .col-lg-12 {
    padding: 0px 5px;
}

section.signup form textarea {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s 
ease-in-out, box-shadow .15s 
ease-in-out;
    height: 85px;
    margin-top: 10px;
    margin-bottom: 20px;
}