/* Contact Section style start here */
.contact-section {
  margin: 40px 0 100px
}

.contact-section hr {
  border-top: 0 solid #e6e8ea;
  position: relative;
  height: 2px;
  opacity: 1;
  background: #e6e8ea;
  margin-bottom: 90px
}

.contact-section .btm-hr {
  margin-top: 90px;
  margin-bottom: 0
}

.contact-section hr:before,
.contact-section hr:after {
  width: 35px;
  height: 2px;
  background: #ff6c1a;
  content: "";
  position: absolute;
  left: 0;
  top: 0
}

.contact-section hr:after {
  width: 6px;
  background: #fff;
  left: 35px
}

.quick-contact .q-contact h4,
.quick-contact .q-contact .h4 {
  color: #ff6c1a;
  font-size: 20px;
  font-weight: 600;
  line-height: 150%;
  padding-bottom: 20px
}

.quick-contact .q-contact a {
  color: var(--secondrytextcolor);
  font-size: 16px;
  line-height: 168%;
  text-decoration: none;
  padding-bottom: 0;
  border-bottom: 1px solid #96a1b3
}

.quick-contact .q-contact a:hover {
  color: var(--primarycolor);
  border-bottom: 1px solid var(--primarycolor)
}

.q-contact p {
  padding: 0;
  margin: 0 0 15px
}

.q-contact p i {
  width: 26px;
  height: 26px;
  line-height: 26px;
  background: #ff6c1a;
  text-align: center;
  border-radius: 100%;
  color: #fff;
  margin: 0 10px 0 0;
  display: inline-block;
  font-size: 15px
}

.bi-envelope-open::before {
  content: "\f32e"
}

.bi-whatsapp::before {
  content: "\f618"
}

.bi-skype::before {
  content: "\f656"
}

.bi-telegram::before {
  content: "\f5b3"
}

.bi-people::before {
  content: "\f4d0"
}

.bi-book::before {
  content: "\f194"
}

@media screen and (max-width:1199px) {
  .contact-section {
    margin: 50px 0 100px;
  }

  .quick-contact .q-contact h4,
  .quick-contact .q-contact .h4 {
    font-size: 18px;
  }
}

@media screen and (max-width:991px) {
  .q-contact {
    width: 50%;
  }

  .quick-contact {
    flex-wrap: wrap;
    row-gap: 20px;
  }

  .quick-contact .q-contact a {
    font-size: 14px;
  }
}

@media (max-width:767px) {
  .contact-section {
    margin: 0 0 50px;
  }

  .quick-contact {
    flex-wrap: wrap;
    row-gap: 20px;
  }
}

@media (max-width:480px) {
  .q-contact {
    width: 100%;
  }

  .contact-section .btm-hr {
    margin-top: 50px;
    margin-bottom: 0;
  }
}

.getintochform {
  position: relative !important;
  margin-bottom: 30px
}

.getintochform .form-floating>.form-control,
.getintochform .form-floating>.form-control-plaintext,
.getintochform .form-floating>.form-select {
  height: 52px !important;
  min-height: 52px !important;
  line-height: 1.25 !important
}

.getintochform .form-control {
  border-radius: 4px;
  height: 52px;
  min-height: 52px;
  border: 1px solid rgba(0, 0, 0, .09);
  background-color: rgba(0, 0, 0, .04);
  color: #000;
  width: 100%;
  padding: 17px 10px 0;
  font-size: 16px;
  letter-spacing: -0.3px
}

.getintochform select.form-control {
  -webkit-appearance: auto;
  -moz-appearance: auto;
  appearance: auto;
  padding-top: 0
}

.getintochform .form-floating textarea.form-control {
  height: 104px !important;
  min-height: 104px !important
}

.getintochform .form-floating>label {
  font-size: 16px
}

.getintochform .form-floating>.form-control-plaintext~label::after,
.getintochform .form-floating>.form-control:focus~label::after,
.getintochform .form-floating>.form-control:not(:placeholder-shown)~label::after,
.getintochform .form-floating>.form-select~label::after {
  background-color: transparent
}

.getintochform .form-control:focus,
.getintochform .form-control:hover {
  background-color: rgba(242, 88, 48, 0.08);
  border-color: rgba(242, 88, 48, 0.25);
  outline: 0;
  box-shadow: none
}

.getintochform .btn-primary {
  min-width: 175px !important;
  padding: 12px 38px !important;
  font-size: 16px !important;
  line-height: 168% !important;
  font-weight: 500 !important;
  border-radius: 0 !important;
  height: auto !important;
  width: auto !important;
  margin-bottom: 20px;
  background: #ff6c1a !important;
  color: #fff !important;
  border: 1px solid #ff6c1a !important;
  transition: .3s ease-in-out !important;
  display: inline-block !important;
  text-align: center !important
}

.getintochform .btn-check:checked+.btn,
.getintochform .btn.active,
.getintochform .btn.show,
.getintochform .btn:first-child:active,
.getintochform :not(.btn-check)+.btn:active,
.getintochform .btn-check:active+.btn-primary,
.getintochform .btn-check:checked+.btn-primary,
.getintochform .btn-primary.active,
.getintochform .btn-primary:active,
.getintochform .show>.btn-primary.dropdown-toggle,
.getintochform .btn-primary:not(:disabled):not(.disabled).active:focus,
.getintochform .btn-primary:not(:disabled):not(.disabled):active:focus,
.getintochform .show>.btn-primary.dropdown-toggle:focus,
.getintochform .btn:focus-visible {
  background: #ff6c1a !important;
  color: #fff !important;
  border: 1px solid #ff6c1a !important;
  box-shadow: none !important
}

.getintochform .error {
  color: red;
  font-size: 0.875rem;
  position: absolute;
}

@media (max-width:480px) {
  .getintochform .btn-primary {
    min-width: 150px !important;
    padding: 8px 38px !important;
    margin-bottom: 0;
  }
}


.contact-us-section .container {
  position: relative;
  z-index: 2;
}

.getintouch.contactpage-form {
  background: #ffffff;
  padding: 30px;
  border-radius: 15px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.05);
  border: 1px solid #f0f0f0;
}

.getintouch.contactpage-form .form-control,
.getintouch.contactpage-form .form-select {
  border: 1px solid #e5e7eb;
  background: #fdfdfd;
  color: #333;
  border-radius: 8px;
}

.getintouch.contactpage-form .form-floating label {
  color: #666;
}

.contact-item i {
  font-size: 1.5rem;
  margin-right: 15px;
  color: #FF5703;
}

.contact-item a {
  color: #192a44;
  transition: color 0.3s ease;
}

.contact-item a:hover {
  color: #FF5703;
}

.contact-list {
  list-style: none;
  padding: 0;
}

.contact-list li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 1rem;
  gap: 10px;
  color: #4c596d;
  font-size: 16px;
}

.contact-list li::before {
  content: "";
  width: 18px;
  height: 18px;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="21" height="20" viewBox="0 0 21 20" fill="none"><rect x="2.79834" y="10.0002" width="5" height="5" rx="1.2" transform="rotate(-45 2.79834 10.0002)" fill="%23FF6C1A"/><rect x="11.8696" y="10.0002" width="5" height="5" rx="1.2" transform="rotate(-45 11.8696 10.0002)" fill="%23FF6C1A"/><rect x="7.3335" y="5.4646" width="5" height="5" rx="1.2" transform="rotate(-45 7.3335 5.4646)" fill="%23FF6C1A"/><rect x="7.3335" y="14.5356" width="5" height="5" rx="1.2" transform="rotate(-45 7.3335 14.5356)" fill="%23FF6C1A"/></svg>');
  background-size: contain;
  background-repeat: no-repeat;
  flex-shrink: 0;
  margin-top: 3px;
}

.bi-globe::before {
  content: "" !important;
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="%23FF5703" viewBox="0 0 16 16"><path d="M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8m7.5-6.923c-.67.204-1.335.82-1.887 1.855A8 8 0 0 0 5.145 4H7.5zM4.09 4a9.3 9.3 0 0 1 .64-1.539 7 7 0 0 1 .597-.933A7.03 7.03 0 0 0 2.255 4zm-.582 3.5c.03-.877.138-1.718.312-2.5H1.674a7 7 0 0 0-.656 2.5zM4.847 5a12.5 12.5 0 0 0-.338 2.5H7.5V5zM8.5 5v2.5h2.99a12.5 12.5 0 0 0-.337-2.5zM14.326 5h-1.703a10 10 0 0 1 .312 2.5h1.247c-.012-.877-.101-1.718-.256-2.5zM11.841 2.513c-.156.317-.307.628-.452.933A9.23 9.23 0 0 1 12.03 5h1.715a7.03 7.03 0 0 0-1.904-2.487zM7.5 1.077V4h1.381q.16.444.274 1h1.887a8 8 0 0 0-3.542-3.923zM8.5 14.923c.67-.204 1.335-.82 1.887-1.855q.233-.44.468-1h-2.355zm3.655-3.462a9.3 9.3 0 0 1-.64 1.539c-.181.305-.384.615-.597.933a7.03 7.03 0 0 0 1.904-2.472zM14.326 11h-1.703a10 10 0 0 0-.312-2.5h1.247c.012.877.101 1.718.256 2.5zM11.153 11a12.5 12.5 0 0 1 .338-2.5H8.5V11zm-2.653 0h2.653v-2.5H8.5zM4.847 11a12.5 12.5 0 0 0 .338-2.5H1.674c.155.782.244 1.623.256 2.5zm1.312 2.5h1.341v-2.5H5.145a10.8 10.8 0 0 0 .312 2.5zm-3.655 0a7.03 7.03 0 0 1-1.904-2.472l1.247.012a9.3 9.3 0 0 0 .657 2.46zM7.5 14.923V11H6.119a9.2 9.2 0 0 0-.274 1h-1.887a8 8 0 0 0 3.542 3.923z"/></svg>');
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
}

#quickcontactForm .btn.btn-primary:hover {
  background-color: #192a44 !important;
  border-color: #192a44 !important;
}

@media (max-width:1199px) {
  .getintouch.contactpage-form {
    padding: 24px;
    margin-bottom: 0;
  }
  .contact-list li {
    font-size: 15px;
  }
}

@media (max-width:767px) {
  .getintouch.contactpage-form {
    padding: 20px;
  }
  .contact-list li {
    font-size: 14px;
  }
}

@media (max-width:575px) {
  .getintouch.contactpage-form {
    padding: 16px;
  }
}