.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;
}

@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 */