


@media only screen and (max-width: 1199px) {
  .contact-intro {
    padding-top: 120px;
  }
}
@media only screen and (max-width: 767px) {
  .contact-intro .container {
    padding-left: 0;
    padding-right: 0;
  }
}

.location-thumb {
  position: relative;
}

.location-info-wrapper {
  position: absolute;
  top: -70px;
}
@media only screen and (max-width: 991px) {
  .location-info-wrapper {
    position: unset;
  }
}

.location-info {
    background-color: #e0e5fe;
    padding: 70px 45px;
    max-width: 410px;
    padding-bottom: 50px;
}
@media only screen and (max-width: 991px) {
  .location-info {
    padding: 35px 30px;
  }
}
.location-info .logo {
  margin-bottom: 100px;
}
@media only screen and (max-width: 1199px) {
  .location-info .logo {
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .location-info .logo {
    margin-bottom: 30px;
  }
}
.location-info .title {
  color: var(--primary);
  font-size: 36px;
  font-weight: 600;
  line-height: 1.38;
  margin-bottom: 23px;
}
@media only screen and (max-width: 991px) {
  .location-info .title {
    font-size: 28px;
    margin-bottom: 10px;
  }
}
.location-info .text {
  color: var(--primary);
  font-size: 21px;
  font-weight: 400;
  line-height: 1.71;
  padding-top: 14px;
}

.info-list li a {
  color: var(--primary);
  font-size: 21px;
  font-weight: 400;
  line-height: 1.71;
}

/* contact area style  */
.contact-area {
  padding-top: 140px;
}
@media only screen and (max-width: 1919px) {
  .contact-area {
    padding-top: 82px;
  }
}
@media only screen and (max-width: 991px) {
  .contact-area {
    padding-top: 62px;
  }
}
@media only screen and (max-width: 767px) {
  .contact-area {
    padding-top: 42px;
  }
}
.contact-area .line-vertical {
  width: 1px;
  height: 120px;
  background: var(--primary);
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .contact-area .line-vertical {
    display: none;
  }
}
.contact-area .section-title {
  text-align: center;
  font-weight: 600 !important;
}
.contact-area .logo {
  padding-top: 20px;
  text-align: center;
}
.contact-area .title-wrapper {
  margin-bottom: 38px;
}
.contact-area .meta-list {
  margin-top: 41px;
}
.contact-area .meta-list li {
  font-size: 16px;
  line-height: 1.62;
  text-align: center;
}
.contact-area .meta-list li:not(:last-child) {
  margin-bottom: 15px;
}
.contact-area .meta-list li a {
  font-weight: 600;
  color: var(--primary);
  text-decoration: underline;
  font-size: 18px;
}
.contact-area .section-heading {
    max-width: 500px;
    padding-bottom: 0;
    width: 500px;
}
@media only screen and (max-width: 767px) {
  .contact-area .section-heading {
    max-width: 100%;
  }
}
.contact-area .contact-area-inner {
  display: flex;
  gap: 80px;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .contact-area .contact-area-inner {
    gap: 40px;
    flex-direction: column;
  }
}
.contact-area .contact-wrapper {
  max-width: 850px;
  width: 100%;
}
.contact-area form {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 30px;
}
@media only screen and (max-width: 991px) {
  .contact-area form {
    grid-template-columns: repeat(1, 1fr);
  }
}
.contact-area form > *:nth-child(1) {
  grid-column: span 2;
}
@media only screen and (max-width: 991px) {
  .contact-area form > *:nth-child(1) {
    grid-column: auto;
  }
}
.contact-area form > *:nth-child(6) {
  grid-column: span 2;
}
@media only screen and (max-width: 991px) {
  .contact-area form > *:nth-child(6) {
    grid-column: auto;
  }
}
.contact-area form > *:nth-child(7) {
  grid-column: span 2;
}
@media only screen and (max-width: 991px) {
  .contact-area form > *:nth-child(7) {
    grid-column: auto;
  }
}
.contact-area form > *:nth-child(8) {
  grid-column: span 2;
}
@media only screen and (max-width: 991px) {
  .contact-area form > *:nth-child(8) {
    grid-column: auto;
  }
}
.contact-area form input {
  width: 100%;
  height: 55px;
  border: 1px solid #E7EAEC;
  border-radius: 5px;
  padding: 10px 25px;
  outline: 0;
}
@media only screen and (max-width: 767px) {
  .contact-area form input {
    height: 45px;
  }
}
.contact-area form select {
  width: 100%;
  height: 55px;
  border: 1px solid #E7EAEC;
  border-radius: 5px;
  padding: 10px 25px;
  outline: 0;
}
@media only screen and (max-width: 767px) {
  .contact-area form select {
    height: 45px;
  }
}
.contact-area form textarea {
  width: 100%;
  height: 170px;
  border: 1px solid #E7EAEC;
  border-radius: 5px;
  padding: 18px 25px;
  display: block;
  outline: 0;
}
@media only screen and (max-width: 767px) {
  .contact-area form textarea {
    height: 120px;
  }
}
.contact-area form .wc-form-label {
  font-size: 16px;
  font-weight: 500;
  color: var(--primary);
  margin-bottom: 9px;
}
.contact-area form .wc-single-input {
  margin-bottom: 23px;
}
.contact-area form .btn-wrapper {
  margin-top: 10px;
}
.contact-area form .wc-btn-primary {
  font-size: 18px;
  gap: 29px;
  padding: 26px 40px;
}
@media only screen and (max-width: 1199px) {
  .contact-area form .wc-btn-primary {
    padding: 16px 30px;
  }
}

.header-area.style-1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transition: 0.3s;
}
.header-area.style-1 .header-area__inner {
  display: flex;
  align-items: center;
  gap: 30px;
  position: relative;
  border-bottom: 1px solid rgba(18, 18, 18, 0.06);
  height: 80px;
}
.header-area.style-1 .header-area__inner > *:first-child {
  margin-inline-end: auto;
}
.header-area.style-1 .main-menu li a {
  font-size: 16px;
  font-weight: 600;
}
.header-area.style-1 .search-icon {
  color: var(--primary);
}
@media (max-width: 575px) {
  .header-area.style-1 .header__meta {
    display: none;
  }
}
.header-area.style-1 .wc-btn-primary {
  padding: 16px 19px;
}
.dir-rtl .header-area.style-1 .header__nav pos-centericon img {
  transform: rotateY(180deg);
}

.header-area.sticky {
  position: fixed !important;
  background-color: var(--white);
}
.header-area.sticky .wc-btn-primary {
  background-color: var(--white);
  color: var(--primary);
  border-color: var(--white);
}

.cta-area.style-1 {
  position: relative;
}
.cta-area.style-1:before {
  position: absolute;
  content: "";
  width: 50%;
  height: 100%;
  top: 0;
  inset-inline-end: 0;
  background-color: #282828;
}
@media only screen and (max-width: 1199px) {
  .cta-area.style-1:before {
    display: none;
  }
}
@media only screen and (max-width: 1199px) {
  .cta-area.style-1 .container {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
.cta-area.style-1 .cta-area-wrapper {
  display: flex;
  margin-inline-start: 334px;
}
@media only screen and (max-width: 1919px) {
  .cta-area.style-1 .cta-area-wrapper {
    margin-inline-start: 274px;
  }
}
@media only screen and (max-width: 1199px) {
  .cta-area.style-1 .cta-area-wrapper {
    margin-inline-start: 0px;
  }
}
@media only screen and (max-width: 767px) {
  .cta-area.style-1 .cta-area-wrapper {
    flex-wrap: wrap;
  }
}
.cta-area.style-1 .cta-left {
background-color: #a8f3d9;
  padding: 25px 80px;
  position: relative;
}
@media only screen and (max-width: 1199px) {
  .cta-area.style-1 .cta-left {
    padding: 25px 40px;
  }
}
@media only screen and (max-width: 767px) {
  .cta-area.style-1 .cta-left {
    text-align: center;
    width: 100%;
  }
}
.cta-area.style-1 .cta-left::before {
  content: "";
  position: absolute;
  inset-inline-end: 0;
  width: 19px;
  height: 14px;
  background-color: inherit;
  top: calc(100% - 1px);
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%);
}
@media only screen and (max-width: 767px) {
  .cta-area.style-1 .cta-left::before {
    display: none;
  }
}
.dir-rtl .cta-area.style-1 .cta-left::before {
  transform: rotateY(173deg);
}
.cta-area.style-1 .cta-right {
  background-color: #282828;
  padding: 25px 80px;
  flex-grow: 1;
  padding-inline-start: 80px;
  padding-inline-end: 0;
}
@media only screen and (max-width: 1199px) {
  .cta-area.style-1 .cta-right {
    padding-inline-start: 40px;
  }
}
@media only screen and (max-width: 1199px) {
  .cta-area.style-1 .cta-right {
    padding: 25px 40px;
  }
}
.cta-area.style-1 .cta-right .btn-wrapper {
  max-width: 100%;
}
.cta-area.style-1 .cta-right .wc-btn-underline {
  color: var(--white);
  display: flex;
  justify-content: space-between;
  text-transform: none;
}
.cta-area.style-1 .cta-right .wc-btn-underline:hover:before {
  width: 0;
}
.cta-area.style-1 .cta-right .wc-btn-underline::before {
  width: 172px;
}
.cta-area.style-1 .cta-right .wc-btn-underline img {
  filter: brightness(100);
}
.cta-area.style-1 .cta-info li {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  .cta-area.style-1 .cta-info li {
    justify-content: center;
  }
}
.cta-area.style-1 .cta-info li .title {
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  color: var(--primary);
}
.cta-area.style-1 .cta-info li span {
  font-size: 16px;
  font-weight: 400;
  color: var(--primary);
}

