#main {
  background: var(--white-color);
  margin-top: 100px;
}
#main section {
  padding: 3.5rem 0;
}

.contact-hero {
  position: relative;
  padding: 7.25rem 0 6.9rem;
  color: var(--black-color);
  font-family: var(--font-two);
}
.contact-hero .bg-img {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.contact-hero .bg-img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media screen and (max-width: 992px) {
  .contact-hero .bg-img img {
    -o-object-position: center;
       object-position: center;
  }
}
.contact-hero .bg-layout {
  display: none;
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
}
@media screen and (max-width: 992px) {
  .contact-hero .bg-layout {
    display: block;
  }
}
.contact-hero .content {
  position: relative;
  z-index: 3;
  max-width: 548px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 2.2rem;
}
@media screen and (max-width: 992px) {
  .contact-hero .content {
    gap: 1.6rem;
  }
}
.contact-hero .content h2 {
  margin-bottom: unset;
  color: var(--black-color);
  leading-trim: both;
  text-edge: cap;
  font-family: Open Sans;
  font-size: 2.65rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -2px;
}
@media screen and (max-width: 992px) {
  .contact-hero .content h2 {
    font-size: 2rem;
    color: #eee;
  }
}
.contact-hero .content .main-location {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  color: var(--black-color);
  leading-trim: both;
  text-edge: cap;
  font-size: 1.1rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: unset;
}
@media screen and (max-width: 992px) {
  .contact-hero .content .main-location {
    color: #eee;
  }
}
.contact-hero .content .main-location i {
  font-size: 2.5rem;
}
.contact-hero .content .contact-info {
  background: var(--uiu-color);
  padding: 1rem 1rem 1.1rem 0.9rem;
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
.contact-hero .content .contact-info hr {
  background: #BC6A00;
  padding: 0.5px 0;
  display: block;
  margin: 0;
  border: none;
}
.contact-hero .content .contact-info .info-wrap {
  text-decoration: none;
  font-size: 0.9rem;
  display: flex;
  align-items: flex-start;
  gap: 1.3rem;
}
.contact-hero .content .contact-info .info-wrap .icon {
  font-size: 1.1rem;
  color: var(--black-color);
}
.contact-hero .content .contact-info .info-wrap .info {
  color: var(--white-color);
  font-size: inherit;
  leading-trim: both;
  text-edge: cap;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.contact-hero .content .contact-info .info-wrap strong {
  font-weight: 700;
  font-family: var(--font-two);
}

.contact-main-info-container {
  padding: 4rem 0 5rem;
  font-family: var(--font-two);
  color: var(--black-color);
}
.contact-main-info-container .main-content .info {
  color: #2F4858;
  leading-trim: both;
  text-edge: cap;
  font-size: 0.8rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 1.8rem;
}
.contact-main-info-container .main-content form {
  border-radius: 10px;
  background: #F8F8F8;
  padding: 1.5rem 1.7rem 1.7rem 1.5rem;
  color: var(--black-color);
}
.contact-main-info-container .main-content form h5 {
  color: #005A87;
  leading-trim: both;
  text-edge: cap;
  font-size: 0.9rem;
  font-style: normal;
  font-weight: 600;
  line-height: 115%;
  margin-bottom: 1.5rem;
}
.contact-main-info-container .main-content form label {
  color: #000;
  leading-trim: both;
  text-edge: cap;
  font-size: 0.8rem;
  font-style: normal;
  font-weight: 500;
  line-height: 115%;
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  margin-bottom: 0.75rem;
}
.contact-main-info-container .main-content form input, .contact-main-info-container .main-content form textarea {
  height: unset;
  margin: unset;
  border-radius: 5px;
  border: 1px solid #E9E9E9;
  background: #FFF;
  color: #A1A1A1;
  leading-trim: both;
  text-edge: cap;
  font-size: 0.8rem;
  font-style: normal;
  font-weight: 400;
  line-height: 115%;
  padding: 0.8rem 1.2rem;
}
.contact-main-info-container .main-content form .other-form-content {
  margin-top: 0.75rem;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1.5rem;
}
@media screen and (max-width: 768px) {
  .contact-main-info-container .main-content form .other-form-content {
    flex-direction: column;
  }
}
.contact-main-info-container .main-content form .other-form-content button {
  width: unset;
  padding: 0.6rem 1.8rem;
  border: none;
  border-radius: 5px;
  background: #2F4858;
  color: #FFF;
  leading-trim: both;
  text-edge: cap;
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  line-height: 115%;
}
@media screen and (max-width: 768px) {
  .contact-main-info-container .main-content form .other-form-content button {
    width: 100%;
  }
}
.contact-main-info-container .main-content form .other-form-content .capcha {
  display: flex;
  align-items: flex-start;
  gap: 0.25rem;
}
.contact-main-info-container .main-content form .other-form-content .capcha img {
  height: 1.6rem;
  width: auto;
}
.contact-main-info-container .main-content form .other-form-content .capcha .captcha-input {
  padding: 0.35rem;
  font-size: 0.8rem;
  max-width: 6rem;
}
.contact-main-info-container .side-content .info {
  color: #2F4858;
  leading-trim: both;
  text-edge: cap;
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.contact-main-info-container .side-content .main-contact {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  color: var(--black-color);
  padding: 1.2rem 0 1.5rem;
}
.contact-main-info-container .side-content .main-contact a {
  color: inherit;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  leading-trim: both;
  text-edge: cap;
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  cursor: pointer;
}
.contact-main-info-container .side-content .main-contact a .icon {
  font-size: 1.25rem;
}
.contact-main-info-container .side-content .custom-accordion-group .extension {
  color: #404040;
  font-size: 0.8rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.contact-main-info-container .side-content .custom-accordion-group .contact-data {
  display: flex;
  align-items: center;
  gap: 0.85rem;
}
.contact-main-info-container .side-content .custom-accordion-group .contact-data .icon {
  font-size: 1.2rem;
}
.contact-main-info-container .side-content .custom-accordion-group .contact-data .details {
  color: var(--black-color);
  font-size: 0.8rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.custom-accordion-group {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
.custom-accordion-group .custom-accordion {
  overflow: hidden;
}
.custom-accordion-group .custom-accordion-btn {
  position: relative;
  height: unset;
  width: 100%;
  margin: unset;
  padding: 0.4rem 1rem 0.4rem 0.6rem;
  background: #517B96;
  border: none;
  border-radius: unset;
  color: #FFF;
  leading-trim: both;
  text-edge: cap;
  font-size: 0.8rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-align: start;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.custom-accordion-group .custom-accordion-btn:focus {
  box-shadow: none;
}
.custom-accordion-group .custom-accordion-btn::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0.8rem;
  width: 0.7rem;
  height: 2px;
  background: #fff;
  transform: rotate(0deg);
  transition: 0.5s;
}
.custom-accordion-group .custom-accordion-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0.8rem;
  width: 0.7rem;
  height: 2px;
  background: #fff;
  transform: rotate(90deg);
  transition: 0.5s;
}
.custom-accordion-group .custom-accordion-body {
  background: #F3F3F3;
  padding: unset;
  overflow: hidden;
  height: 0;
  transition: height 0.1s ease-in-out;
}
.custom-accordion-group .custom-accordion[open] .custom-accordion-body {
  height: auto;
  padding: 0.5rem 0.8rem;
}
.custom-accordion-group .custom-accordion[open] .custom-accordion-btn {
  background: #F08E0F;
}
.custom-accordion-group .custom-accordion[open] .custom-accordion-btn::before {
  transform: rotate(180deg);
  transition: 0.5s;
}
.custom-accordion-group .custom-accordion[open] .custom-accordion-btn::after {
  transform: rotate(0deg);
  transition: 0.5s;
}/*# sourceMappingURL=contact.css.map */