html, body {
  margin: 0;
  border: 0;
  padding: 0;
  font-family: 'Gill Sans', sans-serif !important;
  font-weight: 300 !important;
  font-style: normal;
  color: #1E5958 !important;
  background: #fff !important;
  font-size: 19px;
  line-height: 30px !important;
  letter-spacing: 0.8px;
}

* {
  box-sizing: border-box!important;
}

main#main {
  margin-top: 0!important ;
}

.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
  max-width: 1440px!important;
}

.navbar .container-fluid,
.navbar .container {
  display: block!important;
}

p#breadcrumbs {
  margin-bottom: 10px;
  font-size: 14px;
  letter-spacing: 0.5px;
}

b, strong {
  font-weight: 500!important;
}

.bg_image {
  background-size: cover!important;
  background-position: center!important;
  background-repeat: no-repeat!important;
}

.ti-widget {
  text-align: left!important;
}

.ti-widget .ti-header {
  padding: 0!important;
}

span.turquoise {
  color: #A7D9D9;
}

hr {
  opacity: 1!important;
}

a {
  color: #1E5958!important;
}

a.rounded_button,
input.rounded_button {
  border-radius: 20px!important;
  padding: 8px 35px!important;
  display: inline-block;
  font-weight: 500!important;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  transition: all 0.5s;
}

a.rounded_button.fill_gold,
input.rounded_button.fill_gold {
  background: #BC9C6B;
  color: #fff!important;
}

a.rounded_button.fill_gold:hover,
input.rounded_button.fill_gold:hover {
  background: #d5ac6c!important;
}

a.rounded_button.fill_white,
input.rounded_button.fill_white {
  background: #fff;
  color: #114847!important;
}

a.rounded_button.fill_white:hover,
input.rounded_button.fill_white:hover {
  background: #ddd!important;
}

a.rounded_button.fill_green,
input.rounded_button.fill_green {
  background: #1E5958;
  color: #fff!important;
}

a.rounded_button.fill_green:hover,
input.rounded_button.fill_green:hover {
  background: #114847;
}

a.rounded_button.outline_green,
input.rounded_button.outline_green {
  border: 1px solid #1E5958;
  color: #1E5958;
}

a.rounded_button.outline_green:hover,
input.rounded_button.outline_green:hover {
  color: #fff!important;
  background: #1E5958;
}

.arrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: #fff !important;
  font-weight: 500;
  font-size: 26px;
  max-width: 225px;
  position: relative;
  z-index: 5;
}

.arrow .chevron {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;   /* total size including ring */
  height: 50px;
  transition: transform 0.3s ease;
}

.arrow .chevron::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40px;          /* outer ring */
  height: 40px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  z-index: 0;
}

.arrow .chevron::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 30px;          /* inner circle */
  height: 30px;
  border-radius: 50%;
  background: white;
  z-index: 1;
}

.arrow .chevron i {
  position: relative;
  z-index: 2;
  font-size: 16px;
  color: #1E5958;
}

/* Hover effect: nudge chevron to the right */
.arrow:hover .chevron {
    transform: translateX(5px);
}

.curve {
  height: 60px;
  width: 100%;
}

h1, h2, h3 {
  margin-top: 40px!important;
  margin-bottom: 30px!important;
  font-family: "ivyora-text", serif;
}

h1.gill, h2.gill, h3.gill {
  font-family: 'Gill Sans', sans-serif !important;
  font-weight: 400 !important;
  letter-spacing: -1px;
}

span.heading {
  margin-top: 40px;
  margin-bottom: 30px;
  font-family: "ivyora-text", serif;
  display: block;
}

span.gill {
  font-family: 'Gill Sans', sans-serif !important;
  font-size: 18px;
  font-weight: 500;
  font-style: normal;
}

h1 span, h2 span, h3 span, span.heading span {
  font-style: italic;
}

h1, h2.large, span.heading_one {
  font-size: 48px!important;
  line-height: 54px!important;
}

h2, h1.small, h3.large, span.heading_two {
  font-size: 44px!important;
  line-height: 52px!important;
}

h3, h2.small, span.heading_three {
  font-size: 28px!important;
  line-height: 36px!important;
}

p.subheading {
  margin-bottom: 10px;
  letter-spacing: 4px;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 16px;
}

.top_banner {
  border-bottom: 1px solid #A7D9D9;
  padding: 4px 20px;
  background: #1E5958;
  color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.75px;
  z-index: 50;
}

.links {
  margin-top: 30px;
}

.site-header-wrapper {
  margin: 0 auto;
  position: fixed;
  width: 100%;
  transition: background 0.25s;
  z-index: 50;
}

.site-header-wrapper.scrolled,
.site-header-wrapper.dark,
.site-header-wrapper.menu_open {
  background: #1E5958;
}

.site-header-wrapper header.site-header {
  margin: 0 auto;
  border-bottom: 1px solid #A7D9D9;
  max-width: 1440px;
}

.site-header-wrapper header.site-header .navbar-brand img {
  margin: 12px 0;
  height: 48px;
}

.mega-menu .mega-menu-row .mega-sub-menu {
  display: flex!important;
}

.mega-menu .mega-menu-row .column .mega-sub-menu {
  flex-direction: column;
}

.mega-menu .mega-menu-item > .mega-sub-menu .extra_padding {
  padding: 20px 40px!important;
}

.mega-menu .mega-menu-row .column .mega-sub-menu a {
  padding-left: 20px;
  font-size: 18px;
  font-weight: 500;
  display: block;
}

.mega-menu .mega-menu-row .column .mega-sub-menu img {
  border-radius: 0 0 45px 45px;
  width: 100%;
  height: 250px!important;
  object-fit: cover;
  object-position: center;
}

.mega-menu .mega-menu-item > .mega-sub-menu {
  margin-top: 32px!important;
  background: transparent!important;
}

.mega-menu .mega-menu-item > .mega-sub-menu .mega-menu-row {
  border-radius: 0 0 50px 50px!important;
  background: #fff!important;
  box-shadow: 0px 0px 20px #444!important;
}

.mega-menu .mega-menu-row .mega-image_column * {
  height: 100%!important;
}

#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item > a.mega-menu-link {
  line-height: unset;
  height: unset;
  letter-spacing: 0.8px;
  color: #fff!important;
  font-weight: 500!important;
  display: inline-flex;
}

.mega-menu .mega-menu-item-has-children > .mega-menu-link::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -35px;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  border-bottom: 25px solid #fff;
  opacity: 0;
  transition: opacity 200ms ease-in;
  pointer-events: none;
  display: inline-block !important;
  z-index: 9999;
}

.mega-menu .mega-menu-item-has-children.mega-toggle-on > .mega-menu-link::after {
  opacity: 1;
}

.mega-menu .mega-menu-item-has-children:not(.mega-toggle-on) > .mega-menu-link::after {
  transition: none; /* disables any fade-out */
  opacity: 0;
}

.mega-menu .mega-rounded_button a {
  margin-left: 25px!important;
  border-radius: 20px!important;
  padding: 6px 25px!important;
  background: #BC9C6B!important;
}

.mega-menu .menu-section {
  margin: 0 45px;
  border-bottom: 1px solid #A7D9D9;
  padding: 35px 0;
  display: flex;
  align-items: center;
}

.mega-menu .menu-section:last-child {
  border-bottom: 0;
}

.mega-menu .face-grid {
  display: flex;
  gap: 25px;
}

.mega-menu .face-grid ul {
  flex: 0 0 250px;
}


.mega-menu .menu-heading {
  margin: 0 !important;
  width: 200px;
  font-size: 34px !important;
  color: #1E5958;
}

/* General list styling */
.mega-menu .sub-links {
  list-style: none;
  margin: 0;
  padding: 0;
}

.mega-menu .sub-links a {
  padding: 5px 0;
  display: inline-block;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  transition: all 0.25s;
}

.mega-menu .sub-links a:hover {
  color: #A7D9D9!important;
}

/* Make sure the image column scales correctly */
.mega-menu .menu-image {
  width: 100%;
  border-radius: 0 0 50px 0;
  object-fit: cover;
  display: block;
}

.mobile_menu {
  display: none;
}

/* Full Background with Content */
.full_background_with_content {
  position: relative;
  overflow: hidden;
  height: calc(100vh - 50px);
  color: #fff;
}

.full_background_with_content .bottom_curve {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60px;
  z-index: 5;
}

.full_background_with_content:before,
.full_background_with_content:after {
  content: '';
  position: absolute;
}

.full_background_with_content:before {
  top: 0;
  left: 0;
  width: 100%;
  height: 250px;
  background: linear-gradient(180deg,rgba(63, 90, 89, 1) 0%, rgba(255, 255, 255, 0) 100%);
}

.full_background_with_content:after {
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background: linear-gradient(90deg,rgba(63, 90, 89, 1) 0%, rgba(255, 255, 255, 0) 100%);
}

.full_background_with_content h1,
.full_background_with_content h2,
.full_background_with_content span.heading {
  margin-top: 0!important;
}

.full_background_with_content .text_overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 5;
}

.full_background_with_content .google_reviews {
  display: flex;
  align-items: center;
}

.full_background_with_content .google_reviews img {
  height: 25px;
}

.full_background_with_content .google_reviews .stars {
  margin: 0 12px;
}

.full_background_with_content .google_reviews .stars i {
  margin: 0 1px;
  color: #FABD12;
  font-size: 11px;
  line-height: unset;
}

.full_background_with_content .google_reviews p {
  font-size: 17px;
  font-weight: 400;
}

/* Part Background with Content */
.part_background_with_content {
  position: relative;
  overflow: hidden;
  height: calc(100vh - 50px);
  color: #1E5958;
  background: #FBF9FA;
}

.part_background_with_content .bg_image {
  position: absolute;
  top: 0;
  height: 100%;
  width: 41.66666667%;
}

.part_background_with_content .bg_image.left {
  left: 0;
}

.part_background_with_content .bg_image.right {
  right: 0;
}

.part_background_with_content .bottom_curve {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60px;
  z-index: 5;
}

.part_background_with_content h1,
.part_background_with_content h2,
.part_background_with_content span.heading {
  margin-top: 0!important;
}

.part_background_with_content .text_overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 5;
}

/* Team Panels */
.team_panels .panel {
  margin-bottom: 60px;
  border-radius: 35px;
  padding: 70px 100px;
  background: #fff;
}

.team_panels .panel_first {
  margin-bottom: 0;
  border-radius: 35px 35px 0 0;
  padding-bottom: 0;
}

.team_panels .panel hr {
  margin: 0;
  border-color: #A7D9D9;
}

.team_panels .panel_outer > .panel_wrapper.is-first > .panel {
  border-radius: 0 0 35px 35px;
}

.team_panels .panel_wrapper .panel .bg_image {
  border-radius: 35px;
  height: 500px;
}

/* Services Filter Panels */
.services_filter_panels .panel {
  border-radius: 35px;
  padding: 70px 100px;
  background: #fff;
}

.services_filter_panels .panel hr {
  margin: 0 0 70px;
  border-color: #A7D9D9;
}

.services_filter_panels .panel .filter-buttons {
  display: flex;
  justify-content: space-evenly;
}

.services_filter_panels .panel .filter-buttons .filter-btn {
  border: 0;
  background: transparent;
  font-family: "ivyora-text", serif;
  font-size: 44px!important;
  line-height: 52px!important;
  color: #1E5958;
}

.services_filter_panels .panel .services-list {
  margin-top: 80px;
}

.services_filter_panels .panel .services-list .service-item {
  border-radius: 17px;
  padding: 20px;
  background: #FBF9FA;
  font-weight: 500;
  display: block;
  font-size: 18px;
  transition: all 0.25s;
  letter-spacing: 0.5px;
}

.services_filter_panels .panel .services-list .service-item:hover {
  background: #ebebeb;
}

.services_filter_panels .panel .services-list .service-item {
  margin-bottom: calc(1rem*1);
}

/* Standard Content with Panel */
.standard_content_with_panel .panel {
  border-radius: 35px;
  padding: 70px 200px;
  background: #fff;
}

.standard_content_with_panel .panel img {
  margin: 30px 0;
  max-width: 100%;
}

.standard_content_with_panel .panel img.radius {
  border-radius: 20px;
}

/* Logos */
.logos img.logo {
  margin: 0 20px;
  max-height: 85px;
}

/* Image Strip */
.image_strip .d-flex > div {
  flex: 1 1 auto;
  display: flex;
}

.image_strip .bg_image {
  width: 100%;
  height: 220px;
}

/* Image Gallery */
.image_gallery.last_section {
  margin-bottom: -60px;
}

.image_gallery .bg_image {
  height: 400px;
}

/* Background Image Panels */
.background_image_panels .panel {
  margin-bottom: calc(1rem * 1);
}

.background_image_panels .panel .panel_inner {
  border-radius: 10px;
  padding: 30px;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
}

.background_image_panels .panel .panel_inner:after {
  content: '';
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;  
  background: linear-gradient(0deg,rgba(63, 90, 89, 1) 0%, rgba(255, 255, 255, 0) 100%);
}

.background_image_panels .panel__title {
  position: relative;
  z-index: 2;
  color: #fff;
}

.background_image_panels .panel--small { height: 300px; }
.background_image_panels .panel--medium { height: 400px; }
.background_image_panels .panel--large { height: 500px; }

.background_image_panels .align--top { align-self: start; }
.background_image_panels .align--center { align-self: center; }
.background_image_panels .align--bottom { align-self: end; }

/* Image Slider with Content */
.image_slider_with_content .panel_wrapper {
  border-radius: 10px;
  padding: 15px;
  background: #1E5958;
}

.image_slider_with_content .panel_wrapper .panel_inner {
  border-radius: 10px;
  border: 1px solid #fff;
  padding: 20px 30px;
  color: #fff;
}

.image_slider_with_content .panel_wrapper .panel_inner .content {
  padding: 100px 0;
}

.image_slider_with_content .panel_wrapper .panel_inner .content a.rounded_button {
  color: #1E5958!important;
}

.image_slider_with_content .image_slider,
.image_slider_with_content .image_slider .slick-list,
.image_slider_with_content .image_slider .slick-list .slick-track,
.image_slider_with_content .image_slider .slick-list .slick-track .bg_image {
  height: 100%;
}

.image_slider_with_content .image_slider .slick-list .slick-track .bg_image {
  border-radius: 10px;
  position: relative;
}

.image_slider_with_content .image_slider .slick-prev,
.image_slider_with_content .image_slider .slick-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    outline: none;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    opacity: 1;
}

.image_slider_with_content .image_slider .slick-prev::before,
.image_slider_with_content .image_slider .slick-next::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: white;
  z-index: 1;
}

.image_slider_with_content .image_slider .slick-prev::after,
.image_slider_with_content .image_slider .slick-next::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.3);
  z-index: 0;
}

.image_slider_with_content .image_slider .slick-prev i,
.image_slider_with_content .image_slider .slick-next i {
  position: relative;
  z-index: 2;
  font-size: 16px;
  color: #1E5958;
}

.image_slider_with_content .image_slider .slick-prev {
  left: -20px!important;
}

.image_slider_with_content .image_slider .slick-next {
  right: -20px!important;
}

.image_slider_with_content .image_slider .slick-list .slick-track .bg_image p.caption {
  position: absolute;
  bottom: 15px;
  left: 30px;
  font-weight: 500;
  font-size: 26px;
  line-height: 36px;
  width: calc(100% - 60px);
}

/* Left & Right Panels */
.left_and_right_panels .row_space {
  margin-top: 120px;
}

.left_and_right_panels .row_space:first-child {
  margin-top: 0;
}

.left_and_right_panels .content {
  padding: 60px 0;
}

.left_and_right_panels .bg_image {
  border-radius: 10px;
  height: 100%;
}

/* Horizontal Box Panels */
.horizontal_box_panels .panel_wrapper .panel {
  margin-bottom: 30px;
  border-radius: 10px;
  padding: 30px 80px;
  background: #FBF9FA;
  flex: 1;
  position: relative;
}

.horizontal_box_panels .panel_wrapper:nth-child(-n+3) .panel {
  margin-top: 60px;
}

.horizontal_box_panels .panel_wrapper .panel p {
  margin-bottom: 0;
}

.horizontal_box_panels .panel_wrapper .panel .chevron {
  position: absolute;
  left: 20px;
  top: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  transition: transform 0.3s ease;
}

.horizontal_box_panels .panel_wrapper .panel .chevron::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: rgb(167 217 217 / 43%);
  z-index: 0;
}

.horizontal_box_panels .panel_wrapper .panel .chevron::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #779999;
  z-index: 1;
}

.horizontal_box_panels .panel_wrapper .panel .chevron i {
  position: relative;
  z-index: 2;
  font-size: 16px;
  color: #fff;
}

/* Accordion Panels */
.accordion_panels .accordion-item {
  border-bottom: 1px solid #A7D9D9!important;
}

.accordion_panels .accordion-item .accordion-button {
  padding: 20px 0;
  background: transparent;
  color: #1E5958;
  box-shadow: none;
  font-weight: 700;
}

.accordion_panels .accordion-item .accordion-button::after {
  display: none;
}

.accordion_panels .accordion-item .accordion-button .chevron {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  transition: transform 0.3s ease;
}

.accordion_panels .accordion-item .accordion-button .chevron::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: rgb(167 217 217 / 43%);
  z-index: 0;
}

.accordion_panels .accordion-item .accordion-button .chevron::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #779999;
  z-index: 1;
}

.accordion_panels .accordion-item .accordion-button .chevron i {
  position: relative;
  font-size: 16px;
  color: #fff;
  z-index: 2;
  transition: all 0.25s;
}

.accordion_panels .accordion-item .accordion-button:not(.collapsed) .chevron i {
  transform: rotate(-90deg);
}

.accordion_panels .accordion-item .accordion-body {
  padding: 0;
}

/* Icon Panels with Image */
.icon_panels_with_image {
  background: #FBF9FA;
}

.icon_panels_with_image .bg_image {
  border-radius: 10px;
  height: 100%;
}

.icon_panels_with_image .content_wrapper {
  padding-top: 100px;
  padding-bottom: 100px;
}

.icon_panels_with_image .panel_wrapper .panel {
  margin-top: 60px;
  display: flex;
  align-items: center;
}

.icon_panels_with_image .panel_wrapper:nth-child(-n+2) .panel {
  margin-top: 20px;
}

.icon_panels_with_image .panel_wrapper .panel .image {
  margin-right: 20px;
}

.icon_panels_with_image .panel_wrapper .panel .image .icon {
  width: 40px;
}

.icon_panels_with_image .panel_wrapper .panel p {
  font-size: 18px;
}


/* Google Reviews Slider */
.google_reviews_slider {
  overflow: hidden;
}

.ti-reviews-container-wrapper .ti-review-item {
  margin: 100px 0!important;
  transform: unset!important;
}

.ti-reviews-container-wrapper .ti-review-item:nth-child(odd) {
  transform: translateY(40px)!important;
}

.ti-reviews-container-wrapper .ti-review-item:nth-child(even),
.ti-reviews-container-wrapper .ti-review-item:nth-child(even):hover {
  transform: translateY(-40px)!important;
}

/* Centering the active slide and enabling center snapping */
.ti-reviews-container-wrapper {
  display: flex;
  overflow: visible !important;
  scroll-snap-type: x mandatory;
}

.ti-reviews-container-wrapper .ti-review-item {
  scroll-snap-align: center;
}

/* Social Media Icons */
.social_media_icons i {
  margin: 0 10px;
  font-size: 40px;
  line-height: unset;
}

/* Form with Content */
.form_with_content .panel_wrapper {
  border-radius: 10px;
  padding: 15px;
  background: #1E5958;
}

.form_with_content .panel_wrapper .panel_inner {
  border-radius: 10px;
  border: 1px solid #fff;
  padding: 90px 30px;
  color: #fff;
  position: relative;
  overflow: hidden;
}

.form_with_content .panel_wrapper .panel_inner.images {
  padding-bottom: 220px;
}

.form_with_content .panel_wrapper .panel_inner .image_strip {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 180px;
  display: flex;
  flex-wrap: nowrap;
}

.form_with_content .panel_wrapper .panel_inner .image_strip .bg_image {
  width: 100%;
  height: 100%;
}

.form_with_content .panel_wrapper .panel_inner .content a.rounded_button {
  color: #1E5958!important;
}

/* Contact Columns */
.contact_columns .panel {
  border-radius: 35px;
  padding: 30px 80px;
  background: #fff;
}

.contact_columns .panel.panel_small {
  padding: 30px 35px;
}

.contact_columns .panel .wpcf7 {
  margin: 60px 0;
}

.contact_columns .panel .wpcf7 .form-control,
.contact_columns .panel .wpcf7 .form-select {
  border: 0;
  background: #FBF9FA;
}

.contact_columns .panel .wpcf7 .form-control.wpcf7-submit {
  color: #fff!important;
  background: #BC9C6B;
}

.contact_columns .panel img {
  border-radius: 20px;
}

.contact_columns .panel .contact_details {
  margin: 60px 0;
  font-size: 18px;
  font-weight: 500;
}

.contact_columns .panel .contact_details .social {
  margin-top: 30px;
}

.contact_columns .panel .contact_details .social i {
  margin: 0 20px 0 0;
  font-size: 32px;
  line-height: unset;
}

.contact_columns .panel .map {
  border: 0;
  border-radius: 20px;
  display: block;
  width: 100%;
  height: 400px;
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+ */
  filter: gray;
  -webkit-filter: grayscale(99%);
  -webkit-backface-visibility: hidden;
}

/* Form Defaults */
.wpcf7 .form-control,
.wpcf7 .form-select {
  margin-bottom: 15px;
  border: 1px solid #707070;
  border-radius: 10px;
  color: #1E5958;
  font-weight: 300;
  box-shadow: none!important;
}

::-webkit-input-placeholder {
  color: #1E5958!important;
  font-weight: 300;
}

::-moz-placeholder {
  color: #1E5958!important;
  font-weight: 300;
}

::-ms-placeholder {
  color: #1E5958!important;
  font-weight: 300;
}

::placeholder {
  color: #1E5958!important;
  font-weight: 300;
}

.wpcf7 .form-control.wpcf7-submit {
  margin-bottom: 0;
  width: auto;
  color: #1E5958!important;
}

.wpcf7 .wpcf7-not-valid-tip {
  display: none!important;
}


.footer_curve {
  background: #FBF9FA;
}

.footer_curve.transparent {
  background: transparent;
}

footer.site-footer {
  padding: 60px 0;
  background: #1E5958;
  font-size: 15px;
  font-weight: 400;
  position: relative;
}

footer.site-footer,
footer.site-footer a {
  color: #fff!important;
}

footer.site-footer p.heading {
  font-weight: 600;
}

footer.site-footer ul {
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}

footer.site-footer img.logo {
  margin-bottom: 60px;
  width: 100%;
}

footer.site-footer hr {
  margin: 50px 0;
  border-color: #A7D9D9!important;
}

@media (max-width: 1399.98px) {

  .mega-menu .menu-section {
    margin: 0 15px;
  }

  .mega-menu .face-grid ul {
    flex: 0 0 220px;
  }

  .mega-menu .mega-menu-row .mega-image_column {
    display: none!important;
  }

  .mega-menu .mega-menu-row .mega-content_column {
    width: 100%!important;
  }

}

@media (max-width: 1199.98px) {

  h1, h2.large, span.heading_one {
    font-size: 42px!important;
    line-height: 48px!important;
  }

  h2, h1.small, h3.large, span.heading_two {
    font-size: 36px!important;
    line-height: 42px!important;
  }

  .mega-menu .mega-menu-row .column .mega-sub-menu a {
    padding-left: 0;
  }

  #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item > a.mega-menu-link {
    padding: 0 15px;
  }

  .horizontal_box_panels .panel_wrapper .panel {
    padding: 30px 20px 30px 60px;
  }

  .horizontal_box_panels .panel_wrapper .panel .chevron {
    left: 10px;
  }

  .standard_content_with_panel .panel {
    padding: 70px 100px;
  }

}

@media (max-width: 991.98px) {

  section.standard_content_with_panel,
  section.left_and_right_panels,
  section.horizontal_box_panels,
  section.icon_panels_with_image,
  section.background_image_panels,
  section.image_slider_with_content,
  section.accordion_panels,
  section.google_reviews_slider,
  section.standard_content,
  section.contact_columns {
    padding-top: 40px!important;
    padding-bottom: 40px!important;
  }

  section:first-child:not(.full_background_with_content, .part_background_with_content) {
    padding-top: 125px!important;
  }

  #mega-menu-wrap-main-menu {
    display: none;
  }

  #nav-icon1 {
  width: 40px;
  height: 28px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
  }

  #nav-icon1 span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #A7D9D9;
  border-radius: 3px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
  }

  #nav-icon1 span:nth-child(1) {
  top: 0px;
  }

  #nav-icon1 span:nth-child(2) {
  top: 12px;
  }

  #nav-icon1 span:nth-child(3) {
  top: 24px;
  }

  #nav-icon1.open span:nth-child(1) {
  top: 12px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
  }

  #nav-icon1.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
  }

  #nav-icon1.open span:nth-child(3) {
  top: 12px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
  }

.mobile_menu {
  padding-top: 120px;
  position: fixed;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: #1e5958;
  transition: all 0.3s;
  z-index: 15;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}


  .mobile_menu.open {
    left: 0;
  }

  .mobile_menu ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
  }

  .mobile_menu ul li a {
    margin: 15px 0 8px;
    color: #fff !important;
    display: inline-block;
    position: relative;
    font-size: 23px;
    line-height: 30px;
  }

  .mobile_menu ul li a.dropdown-toggle:after {
    position: absolute;
    top: 50%;
    right: -18px;
    transform: translateY(-50%);
    color: #A7D9D9;
  }

  .mobile_menu .dropdown-menu {
    border: 0;
    display: none;
    position: static;
    overflow: hidden;
    background: transparent;
  }

  .mobile_menu .dropdown-menu li a {
    margin: 0;
    padding: 2px 0;
    background: transparent;
    color: #A7D9D9 !important;
    font-size: 19px;
    line-height: 24px;
    text-align: center;
  }

  .mobile_menu .menu-item.open > .dropdown-menu {
    display: block;
  }

  .mobile_menu .menu-item.open > a .caret {
    transform: rotate(180deg);
    transition: transform 0.3s ease;
  }

  .mobile_menu .caret {
    display: inline-block;
    transition: transform 0.3s ease;
  }

  .background_image_panels .panel {
    width: 33.333333%;
    height: 350px;
  }

  .image_slider_with_content .panel_wrapper .panel_inner .content {
    padding: 30px 0 40px;
  }

  .image_slider_with_content .image_slider .slick-list .slick-track .bg_image {
    height: 500px;
  }

  .left_and_right_panels .bg_image {
    height: 500px;
  }

  .left_and_right_panels .row_space {
    margin-top: 0;
  }

  .left_and_right_panels .row_space:last-child .content {
    padding-bottom: 0;
  }

  .horizontal_box_panels .panel_wrapper:nth-child(3n) .panel {
    margin-top: 0;
  }

  .icon_panels_with_image .bg_image {
    height: 400px;
  }

  .icon_panels_with_image .content_wrapper {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .standard_content_with_panel .panel,
  .team_panels .panel,
  .services_filter_panels .panel {
    padding: 70px;
  }

  .contact_columns .panel {
    margin-bottom: 60px;
    padding: 30px 35px;
  }

  footer.site-footer img.logo {
    margin-bottom: 30px;
    max-width: 300px;
  }

}

@media (max-width: 767.98px) {

  html, body {
    font-size: 16px;
    line-height: 24px !important;
  }

  a.rounded_button,
  input.rounded_button {
    padding: 6px 25px!important;
    font-size: 14px;
  }

  h1, h2, h3, span.heading {
    margin-bottom: 20px!important;
  }

  h1, h2.large, span.heading_one {
    font-size: 36px!important;
    line-height: 42px!important;
  }

  h2, h1.small, h3.large, span.heading_two {
    font-size: 30px!important;
    line-height: 36px!important;
  }

  h3, h2.small, span.heading_three {
    font-size: 24px!important;
    line-height: 30px!important;
  }

  .top_banner {
    padding: 4px 10px;
    font-size: 13px;
  }

  .links {
    margin-top: 25px;
  }

  .site-header-wrapper header.site-header .navbar-brand img {
    margin: 10px 0;
    height: 42px;
  }

  .part_background_with_content:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background: linear-gradient(90deg,rgba(63, 90, 89, 1) 0%, rgba(255, 255, 255, 0) 100%);
  }

  .part_background_with_content * {
    color: #fff!important;
  }

  .part_background_with_content .bg_image {
    width: 100%;
  }

  .background_image_panels .panel {
    width: 50%;
  }

  .image_slider_with_content .panel_wrapper .panel_inner {
    padding: 15px;
  }

  .image_slider_with_content .image_slider .slick-list .slick-track .bg_image {
    height: 400px;
  }

  .team_panels .panel_wrapper .panel .bg_image {
    margin-bottom: 30px;
  }

  .services_filter_panels .panel .filter-buttons .filter-btn {
    font-size: 32px !important;
    line-height: 40px !important;
  }

  .image_gallery .bg_image {
    height: 300px;
  }

  .ti-reviews-container-wrapper .ti-review-item {
    margin: 0!important;
  }

  .ti-reviews-container-wrapper .ti-review-item:nth-child(even),
  .ti-reviews-container-wrapper .ti-review-item:nth-child(odd) {
    transform: unset!important;
  }

  footer.site-footer img.logo {
    max-width: 240px;
  }

}

@media (max-width: 575.98px) {

  section:first-child:not(.full_background_with_content, .part_background_with_content) {
    padding-top: 160px!important;
  }

  h1, h2.large, span.heading_one {
    font-size: 32px!important;
    line-height: 40px!important;
  }

  h2, h1.small, h3.large, span.heading_two {
    font-size: 27px!important;
    line-height: 32px!important;
  }

  h3, h2.small, span.heading_three {
    font-size: 21px!important;
    line-height: 24px!important;
  }

  .arrow {
    max-width: 100%;
  }

  p.subheading {
    letter-spacing: 3px;
    font-size: 14px;
  }

  .full_background_with_content .bottom_curve,
  .part_background_with_content .bottom_curve,
  .curve {
    bottom: -2px;
    height: 30px;
  }

  .full_background_with_content .text_overlay,
  .part_background_with_content .text_overlay {
    padding-top: 100px;
  }

  .standard_content_with_panel .panel,
  .team_panels .panel,
  .services_filter_panels .panel {
    padding: 25px;
  }

  .horizontal_box_panels .panel_wrapper:nth-child(2n) .panel {
    margin-top: 0;
  }

  .image_slider_with_content .image_slider .slick-list .slick-track .bg_image {
    height: 320px;
  }

  .image_slider_with_content .image_slider .slick-list .slick-track .bg_image p.caption {
    font-size: 21px;
    line-height: 26px;
    left: 15px;
    width: calc(100% - 30px);
  }

  .left_and_right_panels .bg_image {
    height: 400px;
  }

  .team_panels .panel_wrapper .panel .bg_image {
    height: 300px;
  }

  .background_image_panels .panel {
    width: 100%;
    height: 300px;
  }

  .standard_content_with_panel .panel img {
    margin: 15px 0;
  }

  .services_filter_panels .panel .filter-buttons .filter-btn {
    font-size: 24px !important;
    line-height: 28px !important;
  }

  .services_filter_panels .panel .services-list .service-item {
    padding: 10px;
    font-size: 16px;
  }

  .image_strip .bg_image {
    height: 140px;
  }

  .image_gallery .bg_image {
    height: 250px;
  }

  .icon_panels_with_image .panel_wrapper .panel {
  }

  .icon_panels_with_image .panel_wrapper .panel {
    margin-top: 20px!important;
  }

  .icon_panels_with_image .content_wrapper {
    padding-bottom: 0;
  }

  .form_with_content .panel_wrapper .panel_inner {
    padding: 30px;
  }

  .contact_columns .panel .contact_details {
    margin: 30px 0;
  }

  .form_with_content .panel_wrapper .panel_inner.images {
    padding-bottom: 160px;
  }

  .form_with_content .panel_wrapper .panel_inner .image_strip {
    height: 130px;
  }

}