.inner-banner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.inner-banner .main-wrap {
  position: relative;
}

.inner-banner .inner-img {
  width: 100%;
  height: 85vh;
  overflow: hidden;
}

.inner-banner .inner-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.inner-banner .inner-img::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 50%;
  background: linear-gradient(0deg, #00040a 0%, rgba(0, 4, 10, 0.6) 32.92%, rgba(0, 4, 10, 0) 100%);
  bottom: 0;
  left: 0;
  right: 0;
}

.inner-banner .inner-img::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 50%;
  background: linear-gradient(180deg, #00040a -25.75%, rgba(0, 4, 10, 0.6) 15.66%, rgba(0, 4, 10, 0) 100%);
  top: 0;
  left: 0;
  right: 0;
}

.inner-banner .caption {
  position: absolute;
  bottom: 30px;
  left: 30px;
  text-align: left;
  color: #fff;
  z-index: 2;
}

.inner-banner .caption .breadcrum {
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  display: flex;
  align-items: center;
}

.inner-banner .caption .breadcrum a,
.inner-banner .caption .breadcrum p {
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
}

.inner-banner .caption .breadcrum a:hover,
.inner-banner .caption .breadcrum p:hover {
  color: #d5b27d;
}

.inner-banner .caption .breadcrum span {
  margin: 0 4px;
}

.inner-banner .caption .main-title {
  color: #fff;
  font-size: 35px;
  font-weight: 300;
  line-height: 45px;
  letter-spacing: -0.9px;
}

.contact-sec {
  padding: 80px 0;
}

.contact-sec .main-wrap {
  padding: 0 20px;
}

.contact-sec .left-side {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.contact-sec .left-side .map {
  width: 100%;
  height: 400px;
  border-radius: 0;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.contact-sec .left-side .map iframe {
  width: 100%;
  height: 100%;
  border: none;
}

.contact-sec .left-side .wrap {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

.contact-sec .left-side .wrap .div {
  background: #797979;
  padding: 20px;
  flex: 1;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
  transition: 0.3s ease;
}

.contact-sec .left-side .wrap .div:last-child {
  background: #383838;
  border-radius: 0 0 10px 10px;
}

.contact-sec .left-side .wrap .div:hover {
  transform: translateY(-3px);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.contact-sec .left-side .wrap .div a {
  text-decoration: none;
  color: inherit;
}

.contact-sec .left-side .wrap .div .get-directio {
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 3px;
  text-align: center;
  padding-bottom: 5px;
  font-family: "Poppins", sans-serif;
}

.contact-sec .left-side .wrap .div .link {
  color: #fff;
  font-size: 15px;
  font-weight: 800;
  line-height: 20px;
  /* 100% */
  letter-spacing: 2px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  text-align: center;
  font-family: "Poppins", sans-serif;
}

.contact-sec .left-side .wrap .div .tag {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 3px;
  text-transform: uppercase;
  text-align: center;
  padding-bottom: 5px;
  font-family: "Poppins", sans-serif;
}

.contact-sec .left-side .wrap .div .tagss {
  color: #fff;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  font-family: "Poppins", sans-serif;
}

.contact-sec .left-side .wrap .div .tagss span {
  font-size: 16px;
  font-weight: 700;
  line-height: 14.4px;
  letter-spacing: -0.36px;
  font-family: "Poppins", sans-serif;
}

.contact-sec .right-side {
  margin-top: 30px;
  flex: 1;
  background: #fff;
  padding: 40px;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.contact-sec .right-side .title-main {
  color: #1f1f1f;
  font-size: 35px;
  font-style: normal;
  font-weight: 300;
  line-height: 45px;
  padding-bottom: 10px;
}

.contact-sec .right-side .sub-desc {
  color: #1f1f1f;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: -1px;
  margin-bottom: 10px;
}

.contact-sec .right-side .desc {
  color: #1f1f1f;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  /* 125% */
  margin-bottom: 30px;
}

.contact-sec .right-side .wrap {
  display: flex;
  flex-direction: column;
  gap: 25px;
  /* SOCIAL MEDIA ICONS */
}

.contact-sec .right-side .wrap .details-line {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.contact-sec .right-side .wrap .details-line .sub {
  color: #1f1f1f;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.contact-sec .right-side .wrap .details-line .details {
  color: #1f1f1f;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  /* 159.091% */
}

.contact-sec .right-side .wrap .details-line .details a {
  color: #1f1f1f;
  text-decoration: none;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
}

.contact-sec .right-side .wrap .details-line .details a:hover {
  text-decoration: underline;
}

.contact-sec .right-side .wrap .details-line .details span {
  margin: 0 8px;
}

.contact-sec .right-side .wrap .social-media {
  display: flex;
  gap: 15px;
  align-items: center;
}

.contact-sec .right-side .wrap .social-media a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.contact-sec .right-side .wrap .social-media a svg {
  transition: 0.3s ease;
}

.contact-sec .right-side .wrap .social-media a:hover {
  transform: translateY(-3px);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.contact-sec .right-side .wrap .social-media a:hover svg path {
  fill: #d22b2b;
}

.form-sec {
  padding: 50px 20px;
  background: #1f1f1f;
  margin: 0 20px 80px;
}

.form-sec .main-title {
  color: #fff;
  font-size: 25px;
  font-weight: 300;
  line-height: 35px;
  letter-spacing: -1px;
  padding-bottom: 25px;
  text-align: center;
}

.form-sec .custom-form {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.form-sec .custom-form .form-group {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  gap: 8px;
}

.form-sec .custom-form .form-group label {
  color: #d9d9d9;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.32px;
}

.form-sec .custom-form .form-group input,
.form-sec .custom-form .form-group textarea {
  width: 100%;
  padding: 5px 0;
  border: 0;
  border-bottom: 1px solid #d9d9d9;
  border-radius: 0;
  font-size: 16px;
  color: #fff;
  outline: none;
  transition: all 0.3s ease;
  background-color: transparent;
  font-family: "Poppins", sans-serif;
}

.form-sec .custom-form .form-group input:focus,
.form-sec .custom-form .form-group textarea:focus {
  border-color: #fff;
  box-shadow: 0 0 0 3px rgba(210, 43, 43, 0.1);
}

.form-sec .custom-form .form-group input::placeholder,
.form-sec .custom-form .form-group textarea::placeholder {
  color: #d9d9d9;
  opacity: 0.44;
  font-size: 14px;
}

.form-sec .custom-form .form-group textarea {
  resize: none;
}

.form-sec .custom-form .submit-btn {
  color: #1f1f1f;
  font-size: 14px !important;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 125% */
  letter-spacing: 2px;
  text-transform: uppercase;
  width: max-content;
}

.form-sec .custom-form .submit-btn svg {
  width: 22px;
  height: 22px;
  transition: transform 0.3s ease;
}

.form-sec .custom-form .submit-btn:hover svg {
  transform: translateX(4px);
}

.faq-sec {
  padding: 0 0 80px;
}

.faq-sec .main-wrap {
  padding: 0 20px;
}

.faq-sec .main-title {
  color: #1f1f1f;
  font-size: 25px;
  font-weight: 400;
  line-height: 35px;
  letter-spacing: -1px;
  padding-bottom: 25px;
  text-align: center;
}

.faq-sec .accordion {
  background: none;
  border: none;
}

.faq-sec .accordion .accordion-item {
  background: #fff;
  border: 0 solid #ddd;
  border-radius: 0;
  overflow: hidden;
  transition: all 0.3s ease;
  border-bottom: 1px solid rgba(219, 215, 215, 0.3);
}

.faq-sec .accordion .accordion-item .accordion-header .accordion-button {
  background-color: #fff;
  color: #000;
  font-weight: 600;
  font-size: 16px;
  padding: 18px 22px;
  box-shadow: none;
  transition: all 0.3s ease;
  border: none;
  font-family: "Poppins", sans-serif;
  text-align: left;
  border-radius: 10px 10px 0 0 !important;
}

.faq-sec .accordion .accordion-item .accordion-header .accordion-button span {
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 103%;
  /* 41.2px */
  font-family: "Poppins", sans-serif;
}

.faq-sec .accordion .accordion-item .accordion-header .accordion-button:hover {
  background-color: #f5f5f5;
}

.faq-sec .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
  background-color: #1f1f1f;
  color: #fff;
  box-shadow: none;
}

.faq-sec .accordion .accordion-item .accordion-header .accordion-button::after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg fill='none' stroke='%23000' stroke-width='2' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 9l6 6 6-6'%3E%3C/path%3E%3C/svg%3E");
  background-size: 14px;
  transform: rotate(0deg);
  transition: transform 0.3s ease;
}

.faq-sec .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
  transform: rotate(180deg);
  background-image: url("data:image/svg+xml,%3Csvg fill='none' stroke='%23fff' stroke-width='2' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 9l6 6 6-6'%3E%3C/path%3E%3C/svg%3E");
}

.faq-sec .accordion .accordion-item .accordion-body {
  color: #fff;
  text-align: justify;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 30px;
  background: #1f1f1f;
  padding: 50px 20px;
  border-radius: 0 0 10px 10px !important;
}

.form-sec .custom-form .form-group input:focus,
.form-sec .custom-form .form-group textarea:focus {
  box-shadow: none;
}

@media only screen and (min-width: 768px) {
  .inner-banner .inner-img {
    height: 70vh;
  }
}

@media only screen and (min-width: 1023px) {
  .inner-banner {
    position: relative;
    width: 100%;
    overflow: hidden;
  }
  .inner-banner .main-wrap {
    position: relative;
  }
  .inner-banner .inner-img {
    width: 100%;
    height: 39.0625vw;
    overflow: hidden;
  }
  .inner-banner .inner-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .inner-banner .inner-img::after {
    height: 18.85417vw;
  }
  .inner-banner .inner-img::before {
    height: 17.44792vw;
  }
  .inner-banner .caption {
    bottom: 2.08333vw;
    left: 6.25vw;
  }
  .inner-banner .caption .breadcrum {
    font-size: 0.83333vw;
    font-weight: 400;
    line-height: 1.30208vw;
  }
  .inner-banner .caption .breadcrum a,
  .inner-banner .caption .breadcrum p {
    font-size: 0.83333vw;
    font-weight: 400;
    line-height: 1.30208vw;
  }
  .inner-banner .caption .breadcrum span {
    margin: 0 0.41667vw;
  }
  .inner-banner .caption .main-title {
    font-size: 4.6875vw;
    line-height: 5.20833vw;
    letter-spacing: -0.04688vw;
  }
  .contact-sec {
    padding: 6.25vw 0;
  }
  .contact-sec .main-wrap {
    padding: 0 8.33333vw;
    display: flex;
  }
  .contact-sec .left-side {
    width: 47.65625vw;
    position: relative;
  }
  .contact-sec .left-side .map {
    width: 100%;
    height: 41.25vw;
    border-radius: 1.04167vw;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  }
  .contact-sec .left-side .map iframe {
    width: 100%;
    height: 100%;
    border: none;
  }
  .contact-sec .left-side .wrap {
    position: absolute;
    bottom: 0;
    flex-direction: row;
    width: 100%;
    gap: 0;
  }
  .contact-sec .left-side .wrap .div {
    background: #797979;
    padding: 2.08333vw 1.04167vw;
    flex: 1;
    box-shadow: 0 0.10417vw 0.52083vw rgba(0, 0, 0, 0.06);
    transition: 0.3s ease;
    border-radius: 0 0 0 1.04167vw;
  }
  .contact-sec .left-side .wrap .div:last-child {
    background: #383838;
    border-radius: 0 0 1.04167vw 0;
  }
  .contact-sec .left-side .wrap .div:hover {
    transform: none;
    box-shadow: 0 0.20833vw 0.78125vw rgba(0, 0, 0, 0.1);
  }
  .contact-sec .left-side .wrap .div a {
    text-decoration: none;
    color: inherit;
  }
  .contact-sec .left-side .wrap .div .get-directio {
    font-size: 0.83333vw;
    line-height: 1.04167vw;
    letter-spacing: 0.15625vw;
    padding-bottom: 1.04167vw;
  }
  .contact-sec .left-side .wrap .div .link {
    font-size: 1.04167vw;
    line-height: 1.04167vw;
    letter-spacing: 0.10417vw;
  }
  .contact-sec .left-side .wrap .div .tag {
    font-size: 0.83333vw;
    line-height: 1.04167vw;
    letter-spacing: 0.15625vw;
    padding-bottom: 0.52083vw;
  }
  .contact-sec .left-side .wrap .div .tagss {
    font-size: 0.83333vw;
    line-height: 1.04167vw;
  }
  .contact-sec .left-side .wrap .div .tagss span {
    font-size: 1.82292vw;
    line-height: 1.66667vw;
    letter-spacing: -0.05208vw;
  }
  .contact-sec .right-side {
    width: calc(100% - get-vw(915px));
    padding: 1.30208vw 0 0 4.63542vw;
    border-radius: 0;
    box-shadow: none;
    margin-top: 0;
  }
  .contact-sec .right-side .title-main {
    font-size: 5.72917vw;
    line-height: 5.20833vw;
    padding-bottom: 2.08333vw;
  }
  .contact-sec .right-side .sub-desc {
    font-size: 2.08333vw;
    font-weight: 400;
    line-height: 2.08333vw;
    letter-spacing: -0.05208vw;
    margin-bottom: 1.04167vw;
    padding-right: 16.82292vw;
  }
  .contact-sec .right-side .desc {
    font-size: 0.83333vw;
    line-height: 1.04167vw;
    margin-bottom: 3.64583vw;
    padding-right: 12.96875vw;
  }
  .contact-sec .right-side .wrap {
    display: flex;
    flex-direction: column;
    gap: 0;
    /* SOCIAL MEDIA ICONS */
  }
  .contact-sec .right-side .wrap .details-line {
    display: flex;
    flex-direction: column;
    gap: 5px;
  }
  .contact-sec .right-side .wrap .details-line .sub {
    font-size: 0.83333vw;
    line-height: 1.04167vw;
    letter-spacing: 0.05208vw;
    font-weight: 700;
  }
  .contact-sec .right-side .wrap .details-line .details {
    font-size: 1.14583vw;
    font-weight: 600;
    line-height: 1.82292vw;
  }
  .contact-sec .right-side .wrap .details-line .details a {
    color: #1f1f1f;
    text-decoration: none;
    font-weight: 500;
  }
  .contact-sec .right-side .wrap .details-line .details a:hover {
    text-decoration: underline;
  }
  .contact-sec .right-side .wrap .details-line .details span {
    margin: 0 8px;
  }
  .contact-sec .right-side .wrap .social-media {
    display: flex;
    gap: 15px;
    align-items: center;
  }
  .contact-sec .right-side .wrap .social-media a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1.96604vw;
    height: 1.96604vw;
    border-radius: 50%;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }
  .contact-sec .right-side .wrap .social-media a svg {
    transition: 0.3s ease;
  }
  .contact-sec .right-side .wrap .social-media a:hover {
    transform: translateY(-3px);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  }
  .contact-sec .right-side .wrap .social-media a:hover svg path {
    fill: #d22b2b;
  }
  .form-sec {
    padding: 5.20833vw 9.84375vw;
    background: #1f1f1f;
    margin: 0 15.625vw 7.8125vw;
  }
  .form-sec .main-title {
    font-size: 4.16667vw;
    line-height: 5.20833vw;
    padding-bottom: 2.60417vw;
  }
  .form-sec .custom-form {
    flex-direction: row;
    gap: 3.64583vw;
    flex-wrap: wrap;
    gap: 5.20833vw;
  }
  .form-sec .custom-form .form-group {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    gap: 8px;
    width: 44%;
  }
  .form-sec .custom-form .form-group.mesg {
    width: 100%;
  }
  .form-sec .custom-form .form-group label {
    font-size: 0.83333vw;
    line-height: 1.52448vw;
    letter-spacing: 0.01667vw;
  }
  .form-sec .custom-form .form-group input,
  .form-sec .custom-form .form-group textarea {
    padding: 0;
    font-size: 0.72917vw;
    line-height: 1.8776vw;
  }
  .form-sec .custom-form .form-group input:focus,
  .form-sec .custom-form .form-group textarea:focus {
    border-color: #fff;
    box-shadow: none;
  }
  .form-sec .custom-form .form-group input::placeholder,
  .form-sec .custom-form .form-group textarea::placeholder {
    font-size: 0.67708vw;
    font-weight: 700;
    line-height: 1.8776vw;
  }
  .form-sec .custom-form .form-group textarea {
    resize: none;
    height: 2.60417vw;
  }
  .form-sec .custom-form .submit-btn {
    font-size: 0.83333vw !important;
    line-height: 1.25vw;
    /* 125% */
    letter-spacing: 0.10417vw;
    padding: 0.72917vw 1.04167vw 0.67708vw 1.04167vw;
    text-transform: uppercase;
    width: max-content;
  }
  .form-sec .custom-form .submit-btn svg {
    width: 1.19792vw;
    height: 1.19792vw;
    transition: transform 0.3s ease;
  }
  .form-sec .custom-form .submit-btn:hover svg {
    transform: translateX(4px);
  }
  .faq-sec {
    padding: 0 0 7.8125vw;
  }
  .faq-sec .main-wrap {
    padding: 0 12.5vw;
  }
  .faq-sec .main-title {
    font-size: 4.16667vw;
    line-height: 5.20833vw;
    padding: 0 7.8125vw 1.30208vw;
  }
  .faq-sec .accordion {
    background: none;
    border: none;
  }
  .faq-sec .accordion .accordion-item {
    border-bottom: 0.05208vw solid rgba(219, 215, 215, 0.3);
  }
  .faq-sec .accordion .accordion-item .accordion-header .accordion-button {
    font-size: 1.04167vw !important;
    font-family: Poppins !important;
    border-radius: 1.04167vw 1.04167vw 0 0 !important;
    padding: 3.125vw 5.72917vw 0.26042vw;
  }
  .faq-sec .accordion .accordion-item .accordion-header .accordion-button span {
    font-size: 2.08333vw;
    line-height: 2.08333vw;
  }
  .faq-sec .accordion .accordion-item .accordion-header .accordion-button:hover {
    background-color: #fff;
  }
  .faq-sec .accordion .accordion-item .accordion-header .accordion-button::after {
    background-size: 1.30208vw;
  }
  .faq-sec .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
    background-color: #1f1f1f;
    color: #fff;
    box-shadow: none;
  }
  .faq-sec .accordion .accordion-item .accordion-body {
    font-size: 0.83333vw;
    line-height: 1.5625vw;
    /* 187.5% */
    padding: 1.04167vw 5.72917vw;
    border-radius: 0 0 1.04167vw 1.04167vw !important;
  }
}
/*# sourceMappingURL=contact.css.map */