/*============================================================================================
	Contact Us Area
==============================================================================================*/
.contact-area {
  background: #0b6755;
  padding: 120px 0px;
  position: relative;
  z-index: 2;
  overflow: hidden;
}

.contact-shape-bg .thumbnail-image {
  position: absolute;
  width: 1170px;
  height: 100%;
  left: 43%;
  margin-left: -25%;
  z-index: -1;
}
.contact-shape-bg img {
  width: 100%;
  height: 100%;
}
.contact-inner {
  background: #FFFFFF;
  box-shadow: 5px 6px 59px 0px rgba(17, 29, 59, 0.09);
  border-radius: 10px;
  padding: 42px;
}
.contact-info-sm-title {
  font-size: 20px;
  line-height: 120%;
  display: block;
  margin-bottom: 16px;
  color: #04091e;
}
.contact-info-big-title {
  font-size: 48px;
  margin-bottom: 26px;
}
.contact-info-text {
  margin: 0;
  line-height: 148%;
}
.contact-info-widget {
  background: #04091e;
  box-shadow: 0px 0px 30px 0px rgba(243, 113, 33, 0.25);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  padding: 32px;
  margin-top: 32px;
}
.contact-info-widget-icon i {
  width: 74px;
  height: 74px;
  background: #FFFFFF;
  display: inline-block;
  line-height: 74px;
  border-radius: 100%;
  text-align: center;
  font-size: 32px;
  color: #0b6755;
}
.contact-info-widget-content h5 {
  font-size: 28px;
  font-weight: 600;
  color: #FFFFFF;
  line-height: 150%;
  margin-bottom: 14px;
}
.contact-info-widget-content a {
  font-size: 16px;
  color: #FFFFFF !important;
  line-height: 160%;
  margin-right: 4px;
}
.contact-info-widget-content a:last-child {
  margin: 0;
}

.contact-form .form-group {
  margin-bottom: 20px;
}
.contact-form .form-group input,
.contact-form .form-group textarea {
  width: 100%;
  height: 62px;
  border: 1px solid #cde7e3;
  border-radius: 8px;
  background: #e7f0ee;
  padding: 18px 24px;
  color: #04091e;
  font-size: 16px;
}
.contact-form .form-group input:focus,
.contact-form .form-group textarea:focus {
  border: 1px solid #0b6755;
}
.contact-form .form-group textarea {
  height: 132px;
}
.contact-form-btn .theme-btn {
  width: 100%;
  display: block;
  height: 57px;
  line-height: 26px;
  font-size: 18px;
  background-color: #ffaf01;
  color: #04091e;
  border: none;
  border-radius: 8px;
}

.contact-form-btn .theme-btn:hover{
  background-color: #0b6755;
  color: #FFFFFF;
}

.dl_content_text a {
  color: #747681;
  font-size: 20px;
  line-height: 160%;
  margin: 0;
}

/* Contact Us Style 2 */
.contact-area.contact-style-2 {
  background: transparent;
  z-index: 2;
  padding-bottom: 60px;
  position: relative;
}
.contact-bg-section-shape-2 {
  position: absolute;
  right: 6%;
  top: 10%;
  z-index: -1;
}
.contact-style-2-bg-image {
  width: 100%;
  height: 474px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  background-attachment: fixed;
}
.contact-style-2-bg-image::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #0b6755;
  opacity: 0.8799999952316284;
}

.contact-inner.style-2 {
  background: transparent;
  box-shadow: none;
  border-radius: 0;
  padding: 0;
}
.contact-info.style-2 {
  padding-right: 16px;
}
.contact-info.style-2 .contact-info-widget {
  background: #ffaf01;
  box-shadow: 0px 0px 30px 0px rgba(243, 113, 33, 0.25);
  margin-top: 184px;
}
.contact-info.style-2 .contact-info-widget-content h5,
.contact-info.style-2 .contact-info-widget-content a {
  color: #04091e;
}

.contact-form.style-2 {
  padding: 0;
  background: #FFFFFF;
  box-shadow: 5px 6px 59px 0px rgba(17, 29, 59, 0.09);
  padding: 43px;
  border-radius: 10px;
}

/* Contact Us page */
.contact-us-info-area {
  padding-bottom: 124px;
}
.contact-us-info-card-inner {
  margin-top: -76px;
}
.contact-page-form {
  padding-left: 24px;
}
.contact-form-head {
  margin-bottom: 30px;
}
.contact-form-head span {
  font-size: 20px;
  color: #0b6755;
  line-height: 160%;
  display: inline-block;
  margin-bottom: 8px;
}
.contact-form-head h3 {
  font-size: 44px;
  font-weight: 700;
  line-height: 140%;
  margin: 0;
}
.contact-us-page .contact-bg-section-shape-2 {
  position: absolute;
  right: 10%;
  top: 20%;
  z-index: -1;
}
.gmap_canvas iframe {
  width: 100%;
  height: 520px;
}
.contact-us-info-card {
  border: 1px solid #0b6755;
  padding: 34px;
  border-radius: 12px;
  text-align: center;
  background: #FFFFFF;
}
.contact-info-card-icon {
  width: 80px;
  height: 80px;
  display: inline-block;
  background: #ecf3f2;
  border-radius: 100%;
  line-height: 80px;
  color: #0b6755;
  font-size: 32px;
  margin-bottom: 20px;
}
.contact-us-info-content h4 {
  font-size: 28px;
  line-height: 42px;
  margin-bottom: 6px;
}
.contact-us-info-content p {
  font-size: 20px;
  line-height: 160%;
  margin: 0;
}
.contact-us-info-content p a:hover {
  color: #0b6755;
}
@media only screen and (min-width: 1201px) and (max-width: 1600px) {
  .contact-us-page .contact-bg-section-shape-2 {
    right: 0;
  }
  .contact-shape-bg .thumbnail-image {
    width: 1200px;
    left: 34%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .contact-us-info-content p {
    font-size: 16px;
  }
  .contact-us-page .contact-bg-section-shape-2 {
    right: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact-form {
    padding-left: 0;
    margin-top: 40px;
  }
  .contact-info.style-2 .contact-info-widget {
    margin-top: 56px;
  }
  .contact-page-form {
    padding-left: 0;
    margin-top: 40px;
  }
  .contact-us-info-card {
    padding: 24px 12px;
    min-height: 100%;
  }
  .contact-us-info-content p {
    font-size: 16px;
  }
  .gmap_canvas iframe {
    height: 400px;
  }
  .contact-us-info-content h4 {
    font-size: 24px;
  }
  .contact-info-card-icon {
    width: 74px;
    height: 74px;
    line-height: 74px;
    font-size: 28px;
    margin-bottom: 12px;
  }
}
@media only screen and (max-width: 767px) {
  .contact-area {
    padding: 56px 0px;
  }
  .contact-shape-bg {
    display: none;
  }
  .contact-inner {
    padding: 32px 24px;
  }
  .contact-info-sm-title {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .contact-info-big-title {
    font-size: 28px;
    margin-bottom: 10px;
  }
  .contact-info-widget {
    text-align: center;
    display: block;
  }
  .contact-info-widget-icon i {
    width: 54px;
    height: 54px;
    line-height: 54px;
    font-size: 24px;
  }
  .contact-info-widget-content h5 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .contact-info-widget-content a {
    font-size: 14px;
  }
  .contact-form {
    padding-left: 0;
    margin-top: 32px;
  }
  .contact-form .form-group input,
  .contact-form .form-group textarea {
    height: 48px;
  }
  .contact-form .form-group textarea {
    height: 120px;
  }
  .contact-form-btn .theme-btn {
    height: 48px;
    line-height: 27px;
    font-size: 16px;
  }
  .contact-info-widget-content {
    margin-top: 12px;
  }
  .contact-bg-section-shape-2 {
    display: none;
  }
  .contact-info.style-2 .contact-info-widget {
    margin-top: 32px;
  }
  .contact-form.style-2 {
    padding: 24px;
  }
  .contact-area.contact-style-2 {
    padding: 56px 0px;
  }
  .contact-info.style-2 {
    padding-right: 0;
  }
  .contact-style-2-bg-image {
    height: 670px;
  }

  .contact-page-form {
    padding-left: 0;
    margin-top: 40px;
  }
  .contact-form-head h3 {
    font-size: 28px;
  }
  .contact-form-head span {
    font-size: 16px;
  }
  .gmap_canvas iframe {
    height: 280px;
  }
  .contact-info-card-icon {
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 24px;
    margin-bottom: 10px;
  }
  .contact-us-info-content h4 {
    font-size: 20px;
    line-height: 30px;
  }
  .contact-us-info-card {
    padding: 24px;
    margin-top: 24px;
  }
  .contact-us-info-area {
    padding-bottom: 56px;
  }
}

/*============================================================================================
	End Contact Us Area
==============================================================================================*/
