/* roboto-300 - latin */
@font-face {
  font-display: swap;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: url('fonts/roboto-v50-latin-300.woff2') format('woff2');
}
/* roboto-300italic - latin */
@font-face {
  font-display: swap;
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 300;
  src: url('fonts/roboto-v50-latin-300italic.woff2') format('woff2');
}
/* roboto-regular - latin */
@font-face {
  font-display: swap;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/roboto-v50-latin-regular.woff2') format('woff2');
}
/* roboto-italic - latin */
@font-face {
  font-display: swap;
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 400;
  src: url('fonts/roboto-v50-latin-italic.woff2') format('woff2');
}
/* roboto-500 - latin */
@font-face {
  font-display: swap;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: url('fonts/roboto-v50-latin-500.woff2') format('woff2');
}
/* roboto-500italic - latin */
@font-face {
  font-display: swap;
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 500;
  src: url('fonts/roboto-v50-latin-500italic.woff2') format('woff2');
}
/* roboto-600 - latin */
@font-face {
  font-display: swap;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 600;
  src: url('fonts/roboto-v50-latin-600.woff2') format('woff2');
}
/* roboto-600italic - latin */
@font-face {
  font-display: swap;
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 600;
  src: url('fonts/roboto-v50-latin-600italic.woff2') format('woff2');
}
/* roboto-700 - latin */
@font-face {
  font-display: swap;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url('fonts/roboto-v50-latin-700.woff2') format('woff2');
}
/* roboto-700italic - latin */
@font-face {
  font-display: swap;
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 700;
  src: url('fonts/roboto-v50-latin-700italic.woff2') format('woff2');
}
/* roboto-800 - latin */
@font-face {
  font-display: swap;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 800;
  src: url('fonts/roboto-v50-latin-800.woff2') format('woff2');
}
/* roboto-800italic - latin */
@font-face {
  font-display: swap;
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 800;
  src: url('fonts/roboto-v50-latin-800italic.woff2') format('woff2');
}
/* roboto-900 - latin */
@font-face {
  font-display: swap;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  src: url('fonts/roboto-v50-latin-900.woff2') format('woff2');
}
/* roboto-900italic - latin */
@font-face {
  font-display: swap;
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 900;
  src: url('fonts/roboto-v50-latin-900italic.woff2') format('woff2');
}

body {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
}
.bg-dark {
  background: #005949 !important;
}
.navbar {
  padding: 0 70px;
}
.navbar-toggler svg {
  height: 18px;
}
.navbar-brand {
  padding: 0;
}
.navbar-nav .nav-link {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  overflow: hidden;
  color: #fff;
  text-transform: uppercase;
  padding: 34px 0 !important;
  font-weight: 500;
  font-size: 15px;
  margin: 0 15px;
  transition: all 0.3s ease-out;
}
.navbar-nav .nav-link:hover,
.navbar-nav .nav-link:active,
.navbar-nav .nav-link:focus {
  color: #ffc110;
}
.navbar-nav .nav-link:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  bottom: 32px;
  background: #ffc110;
  height: 2px;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.navbar-nav .nav-link:hover:before,
.navbar-nav .nav-link:focus:before,
.navbar-nav .nav-link:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
}
.navbar-nav .dropdown-menu {
  border: 0;
  border-radius: 0;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  background: #000;
  min-width: auto;
}
.navbar-nav .dropdown-menu .dropdown-item {
  font-weight: 500;
  font-size: 15px;
  color: #fff;
  text-transform: uppercase;
  transition: all 0.3s ease-out;
  padding: 8px 20px;
}
.navbar-nav .dropdown-menu .dropdown-item:hover,
.navbar-nav .dropdown-menu .dropdown-item:active,
.navbar-nav .dropdown-menu .dropdown-item:focus {
  color: #ffc110;
  background: none;
}
.dropdown-item.dropdown-toggle::after {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  border-top: 0.3em solid transparent;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid #fff;
  border-right: 0;
  width: 0;
  height: 0;
  display: inline-block;
}
.navbar-expand-lg .dropdown-submenu {
  position: relative;
}
.navbar-expand-lg .dropdown-submenu .dropdown-menu {
  top: 0;
  left: 97%;
  margin-top: -8px;
}
@media (max-width: 992px) {
  .navbar-expand-lg .dropdown-menu {
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
  }
  .navbar-expand-lg li > ul > li > ul > li > .dropdown-item {
    padding: 0.25rem 3rem;
  }
  .navbar-expand-lg li > ul > li > ul > li > .dropdown-item:before {
    content: "• ";
  }
}
@media (min-width: 992px) {	
  .navbar-expand-lg .dropdown > .dropdown-menu {
    display: block;
    opacity: 0;
    transform: translateY(10px);
    transition: all 0.3s ease;
    visibility: hidden;  
  }
  .navbar-expand-lg .dropdown:hover > .dropdown-menu {
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
  }
  .navbar-expand-lg .dropdown-submenu {
    position: relative;
  }
  .navbar-expand-lg .dropdown-submenu > .dropdown-menu {
    opacity: 0;
    transform: translateY(10px) translateX(10px);
    transition: all 0.3s ease;
    visibility: hidden;
  }
  .navbar-expand-lg .dropdown-submenu:hover > .dropdown-menu {
    opacity: 1;
    transform: translateY(0) translateX(0);
    visibility: visible;
  }
  .navbar-expand-lg .dropdown-menu {
    margin-top: 0;
  }
  .navbar-expand-lg .dropdown-submenu .dropdown-submenu > .dropdown-menu {
    opacity: 0;
    transform: translateY(10px) translateX(10px);
    transition: all 0.3s ease;
    visibility: hidden;
  }
  .navbar-expand-lg .dropdown-submenu>.dropdown-menu {
	display: grid;
    grid-template-columns: 1fr;
    gap: 4px 0; 
	padding: 8px 0 15px;  
  }	
  .navbar-expand-lg .dropdown-submenu>.dropdown-menu .dropdown-item {	
	font-weight: 400;
    font-size: 14px;
	padding: 2px 20px;  
  }	
  .navbar-expand-lg .dropdown-submenu .dropdown-submenu:hover > .dropdown-menu {
    opacity: 1;
    transform: translateY(0) translateX(0);
    visibility: visible;
  }
}



.btn-quote,
.btn-quote {
  background: #ffc110;
  font-size: 17px;
  text-transform: uppercase;
  border-radius: 6px;
  line-height: 1em;
  letter-spacing: 0em;
  color: #000;
  font-weight: 700;
  text-decoration: none;
  box-shadow: none !important;
  padding: 13px 30px;
  transition: all 0.3s ease-out;
}
.btn-quote:hover,
.btn-quote:active,
.btn-quote:focus {
  background: #000;
  color: #fff;
}
.header-phone-link,
.header-phone-link:hover,
.header-phone-link:active,
.header-phone-link:focus {
  font-size: 26px;
  color: #ffc110;
  font-weight: 600;
  display: inline-block;
  text-decoration: none;
  margin-right: 22px;
  position: relative;
}
.header-phone-link::after {
  content: "";
  width: 2px;
  height: calc(15px * 1.5);
  background: #fff;
  margin-left: 20px;
  display: inline-block;
  vertical-align: middle;
  opacity: 0.3;
}

@media (max-width: 1200px) {
  .header-phone-link,
  .header-phone-link:hover,
  .header-phone-link:active,
  .header-phone-link:focus {
    font-size: 17px;
  }
  .btn-quote {
    font-size: 17px;
    padding: 6px 10px;
  }
}
@media (max-width: 991px) {
  .navbar-brand {
    padding: 10px 0;
  }
  .navbar {
    padding: 0 30px;
  }
}

/* Mobile Menu */

.slinky-menu {
  overflow: hidden;
  transform: translateZ(0);
}
.slinky-menu > ul {
  left: 0;
  position: relative;
  transform: translateZ(0);
}
.slinky-menu ul,
.slinky-menu li {
  list-style: none;
  margin: 0;
}
.slinky-menu ul {
  width: 100%;
  padding: 0 20px;
}
.slinky-menu a {
  align-items: center;
  display: flex;
}
.slinky-menu a span {
  flex: 1;
  line-height: 1.4;
}
.slinky-menu li ul {
  display: none;
  left: 100%;
  position: absolute;
  top: 0;
}
.slinky-menu .header {
  display: flex;
}
.slinky-menu .header .title {
  flex: 1;
  line-height: 1.4;
  margin: 0;
  order: 1;
}

.slinky-theme-default {
  background: #fff;
}
.slinky-theme-default .title {
  color: #000;
  opacity: 0.75;
  padding: 1em;
}
.slinky-theme-default li {
  line-height: 1;
}
.slinky-theme-default a:not(.back) {
  color: #333;
  padding: 1em;
}

.slinky-theme-default .next::after,
.slinky-theme-default .back::before {
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCI+ICAgIDxwYXRoIGQ9Ik0xMi4yMTkgMi4yODFMMTAuNzggMy43MiAxOC4wNjIgMTFIMnYyaDE2LjA2M2wtNy4yODIgNy4yODEgMS40MzggMS40MzggOS05IC42ODctLjcxOS0uNjg3LS43MTl6IiAvPjwvc3ZnPg==)
    center no-repeat;
  background-size: 1em;
  content: "";
  height: 1em;
  opacity: 0.25;
  transition: 200ms;
  width: 1em;
}
.slinky-theme-default .next::after {
  margin-left: 1em;
}
.slinky-theme-default .back::before {
  padding: 1em;
  transform: scaleX(-1);
}
.slinky-theme-default .next:hover::after,
.slinky-theme-default .back:hover::before {
  opacity: 0.75;
}
.slinky-theme-default .next:active::after,
.slinky-theme-default .back:active::before {
  opacity: 1;
}

#mobile-menu {
  min-height: 400px !important;
  margin-top: 80px;
  transition: height 0.3s ease;
}

#mobile-menu-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1050;
  background-color: #fff;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s, visibility 0.3s;
  overflow-y: auto;
}

#mobile-menu-container.open {
  visibility: visible;
  opacity: 1;
}

#mobile-menu-close {
  position: absolute;
  top: 0;
  right: 30px;
  font-size: 42px;
  font-weight: 300;
  background: none;
  border: none;
  cursor: pointer;
  z-index: 1060;
  color: #000;
}

#mobile-menu a {
  display: flex;
  padding: 20px 20px;
  font-weight: 500;
  font-size: 17px;
  letter-spacing: 0;
  color: #000;
  text-transform: uppercase;
  text-decoration: none;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.4s ease-out, transform 0.4s ease-out;
}

#mobile-menu .back {
  padding: 0 10px;
}

#mobile-menu li.show > a {
  opacity: 1;
  transform: translateY(0);
}

#mobile-menu ul li ul li ul li a {
    padding: 7px;
    font-size: 14px;
}

.contact-mobile {
  text-align: center;
  margin-top: 60px;
}

.contact-mobile .header-phone-link,
.contact-mobile .header-phone-link:hover,
.contact-mobile .header-phone-link:active,
.contact-mobile .header-phone-link:focus {
  font-size: 26px;
}

.contact-mobile .btn-quote {
  width: calc(100% - 40px);
  margin: 0 20px;
  padding: 13px 30px;
  margin-top: 40px;
}

@media (max-width: 991.98px) {
  #mainNavbar {
    display: none !important;
  }
}

/* Footer */

footer {
  background: #005949;
  padding: 20px 0;
  color: #fff;
  font-size: 13px;
  line-height: 1.1em;
}

footer .h3 {
  font-weight: 700;
  text-decoration: underline;
  color: #fff;
  font-size: 24px;
  margin-bottom: 32px;
}

footer .bg-secondary {
  border-color: #ffc110;
  margin-bottom: 20px;
}

footer .copiryght {
  font-size: 10px;
}

footer .copiryght p {
  margin-bottom: 0;
}

footer .list-unstyled li {
  margin-bottom: 10px;
}

footer .list-unstyled a,
footer .list-unstyled a:hover,
footer .list-unstyled a:active,
footer .list-unstyled a:focus {
  font-size: 16px;
  color: #fff;
  text-decoration: none;
}

.phone-footer,
.phone-footer:hover,
.phone-footer:active,
.phone-footer:focus {
  font-size: 26px;
  font-weight: 500;
  text-decoration: underline;
  color: #ffc110;
  margin-left: 7px;
  vertical-align: -4px;
}

@media (max-width: 991px) {
  footer .h3 {
    font-size: 21px;
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  footer .list-unstyled a,
  footer .list-unstyled a:hover,
  footer .list-unstyled a:active,
  footer .list-unstyled a:focus {
    font-size: 14px;
  }
  footer .list-unstyled li {
    margin-bottom: 5px;
  }
  footer .h3 {
    font-size: 20px;
  }
  .img-dmc {
    width: 140px;
  }
  .phone-footer,
  .phone-footer:hover,
  .phone-footer:active,
  .phone-footer:focus {
    font-size: 22px;
  }
}

.fixed-bottom-menu {
  background: #fff;
  border-top: 1px solid #e5e5e5;
}

.bottom-menu {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
}

.bottom-menu li {
  flex: 1;
  text-align: center;
  position: relative;
}

.bottom-menu li:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 1px;
  background: #dedede;
}

.bottom-menu a {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 16px 0;
  text-decoration: none;
  color: #0a0b2a;
  font-size: 16px;
  font-weight: 500;
}

.btn-top {
  position: fixed;
  right: 20px;
  bottom: 80px;
  width: 40px;
  height: 40px;
  border: none;
  background: #00573f;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease;
  z-index: 9999;
}

.btn-top.show {
  opacity: 1;
  visibility: visible;
}

.arrow-up {
  display: block;
  width: 10px;
  height: 10px;
  border-left: 2px solid white;
  border-bottom: 2px solid white;
  transform: rotate(135deg);
  margin-top: 5px;
}

@media (max-width: 767px) {
  .btn-top {
    display: none;
  }
}

/* Typography */
a {
  color: #005949;
  text-decoration: none;
  transition: all 0.3s ease-out;
}

a:hover,
a:active,
a:focus {
  color: #ffc110;
  text-decoration: none;
}

h1.wp-block-heading {
  font-size: 62px;
  font-weight: 700;
  line-height: 1.175;
  letter-spacing: -0.027em;
}

h2.wp-block-heading {
  font-size: 45px;
  font-weight: 700;
  color: #005949;
  line-height: 1.175;
}

h3.wp-block-heading {
   font-size: 30px;
}  

@media (max-width: 1300px) {
h2.wp-block-heading {
  font-size: 29px;
}
}

@media (max-width: 991px) {
  h1.wp-block-heading {
    font-size: 33px;
  }
  h2.wp-block-heading {
    font-size: 26px;
  }
  h3.wp-block-heading {
    font-size: 20px;
  }  
}

.list-style-position-inside {
	list-style-position: inside;
}

.border-yellow-5 {
	border-top: 5px solid #ffc110;
	border-bottom: 5px solid #ffc110;	
}

.line-height-39 {
  line-height: 39px;
}

.map-container iframe, .iframe-container iframe {
	display: block;
	border: 0;
}

@media (max-width: 1199px) {
  .media-lg-top {
    display: flex !important;
    flex-direction: column !important;
  }
}

.media-cover-img .wp-block-media-text__media {
  height: 350px;
  overflow: hidden;
}

.media-cover-img .wp-block-media-text__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center; 
}

.contact-button {
  display: inline-flex;
  align-items: center;
  padding-left: 35px;
  color: #000;
  letter-spacing: -0.027em;
  font-size: 21px;
  font-weight: 600;
  position: relative;
}

.contact-button::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 22px;
  height: 22px;
  background-size: contain;
  background-repeat: no-repeat;
}

.phone-button::before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHdpZHRoPSIyMiIgaGVpZ2h0PSIyMiIgeD0iMCIgeT0iMCIgdmlld0JveD0iMCAwIDUxMy42NCA1MTMuNjQiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDUxMiA1MTIiIHhtbDpzcGFjZT0icHJlc2VydmUiIGNsYXNzPSIiPjxnPjxwYXRoIGQ9Im00OTkuNjYgMzc2Ljk2LTcxLjY4LTcxLjY4Yy0yNS42LTI1LjYtNjkuMTItMTUuMzU5LTc5LjM2IDE3LjkyLTcuNjggMjMuMDQxLTMzLjI4IDM1Ljg0MS01Ni4zMiAzMC43Mi01MS4yLTEyLjgtMTIwLjMyLTc5LjM2LTEzMy4xMi0xMzMuMTItNy42OC0yMy4wNDEgNy42OC00OC42NDEgMzAuNzItNTYuMzIgMzMuMjgtMTAuMjQgNDMuNTItNTMuNzYgMTcuOTItNzkuMzZsLTcxLjY4LTcxLjY4Yy0yMC40OC0xNy45Mi01MS4yLTE3LjkyLTY5LjEyIDBMMTguMzggNjIuMDhjLTQ4LjY0IDUxLjIgNS4xMiAxODYuODggMTI1LjQ0IDMwNy4yczI1NiAxNzYuNjQxIDMwNy4yIDEyNS40NGw0OC42NC00OC42NGMxNy45MjEtMjAuNDggMTcuOTIxLTUxLjIgMC02OS4xMnoiIGZpbGw9IiMwMDU5NDkiIG9wYWNpdHk9IjEiIGRhdGEtb3JpZ2luYWw9IiMwMDAwMDAiIGNsYXNzPSIiPjwvcGF0aD48L2c+PC9zdmc+);
}

.email-button {
	font-size: 18px;
	margin-bottom: 20px;
}

.email-button span {
	color: #005949;
	font-weight: 500;
}

.email-button::before {
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHdpZHRoPSI1MTIiIGhlaWdodD0iNTEyIiB4PSIwIiB5PSIwIiB2aWV3Qm94PSIwIDAgNTEyIDUxMiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNTEyIDUxMiIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgY2xhc3M9IiI+PGc+PHBhdGggZD0iTTQ2NyA3Nkg0NUMyMC4xMzcgNzYgMCA5Ni4yNjIgMCAxMjF2MjcwYzAgMjQuODg1IDIwLjI4NSA0NSA0NSA0NWg0MjJjMjQuNjU1IDAgNDUtMjAuMDMgNDUtNDVWMTIxYzAtMjQuNjk0LTIwLjA1Ny00NS00NS00NXptLTYuMzAyIDMwTDI4Ny44MiAyNzcuOTY3Yy04LjUgOC41LTE5LjggMTMuMTgtMzEuODIgMTMuMThzLTIzLjMyLTQuNjgxLTMxLjg0OC0xMy4yMDhMNTEuMzAyIDEwNmg0MDkuMzk2ek0zMCAzODQuODk0VjEyNy4xMjVMMTU5LjYzOCAyNTYuMDggMzAgMzg0Ljg5NHpNNTEuMzIxIDQwNmwxMjkuNTg3LTEyOC43NjMgMjIuMDU5IDIxLjk0M2MxNC4xNjYgMTQuMTY2IDMzIDIxLjk2NyA1My4wMzMgMjEuOTY3czM4Ljg2Ny03LjgwMSA1My4wMDUtMjEuOTM5bDIyLjA4Ny0yMS45NzFMNDYwLjY3OSA0MDZINTEuMzIxek00ODIgMzg0Ljg5NCAzNTIuMzYyIDI1Ni4wOCA0ODIgMTI3LjEyNXYyNTcuNzY5eiIgZmlsbD0iIzAwNTk0OSIgb3BhY2l0eT0iMSIgZGF0YS1vcmlnaW5hbD0iIzAwMDAwMCIgY2xhc3M9IiI+PC9wYXRoPjwvZz48L3N2Zz4=);
}

.gap-0 {
  gap: 0 !important;
}

.font-style-italic {
  font-style: italic;
}

.max-width-700 {
  max-width: 700px;
  margin: 0 auto;
}

.top-reasons-list {
  max-width: 500px;
  margin: 0 auto 40px;
  padding: 0;
  list-style: none;      
  counter-reset: reasons; 
}

.top-reasons-list li {
  border-bottom: 3px solid #005949;
  padding: 30px 20px 30px 80px; 
  position: relative;
  font-size: 22px;
  counter-increment: reasons;  
  transition: all 0.3s ease-out;  
}

.top-reasons-list li::before {
  content: counter(reasons); 
  position: absolute;
  left: 25px;     
  top: 50%;       
  transform: translateY(-50%);
  color: #005949;  
  font-size: 55px;
  font-weight: 700;
  vertical-align: middle;
  transition: all 0.3s ease-out;  
}

.top-reasons-list li:hover::before, .top-reasons-list li:hover {
  color: #fff;  
}

@media (max-width: 767px) {
.top-reasons-list li {
  padding: 15px 15px 15px 50px;
  font-size: 16px; 
}

.top-reasons-list li::before {
  left: 25px;     
  font-size: 25px;
}
}

.btn-learn-more a {
  padding: 6px 30px;
  border-radius: 6px;
  border: 2px solid #fff;
  text-transform: uppercase;
  background: none;
  color: #fff;
  text-decoration: none;
  transition: all 0.3s ease-out;
}

.btn-learn-more a:hover,
.btn-learn-more a:active,
.btn-learn-more a:focus {
  background-color: #005949;
  color: #fff;
  border-color: #005949;
}

.btn-learn-more-2 a {
  padding: 10px 26px;
  border-radius: 0;
  font-size: 15px;
  background: #ffc110;
  color: #000;
  text-decoration: none;
  transition: all 0.3s ease-out;
}

.btn-learn-more-2 a:hover,
.btn-learn-more-2 a:active,
.btn-learn-more-2 a:focus {
  background-color: #005949;
  color: #fff;
  border-color: #005949;
}

.btn-quote-2 a {
  background: #ffc110;
  font-size: 17px;
  border-radius: 6px;
  line-height: 1em;
  letter-spacing: 0em;
  color: #000;
  text-decoration: none;
  font-weight: 700;
  box-shadow: none !important;
  padding: 18px 43px;
  transition: all 0.3s ease-out;
}

.btn-quote-2 a:hover,
.btn-quote-2 a:active,
.btn-quote-2 a:focus {
  background: #000;
  color: #fff;
}

.btn-quote-3 a {
  background: #005949;
  font-size: 17px;
  border-radius: 6px;
  line-height: 1em;
  letter-spacing: 0em;
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  box-shadow: none !important;
  padding: 18px 43px;
  transition: all 0.3s ease-out;
}

.btn-quote-3 a:hover,
.btn-quote-3 a:active,
.btn-quote-3 a:focus {
  background: #fff;
  color: #005949;
}

.btn-quote-4 a {
  background: none;
  border: 2px solid #ffc110;
  font-size: 17px;
  border-radius: 6px;
  line-height: 1em;
  letter-spacing: 0em;
  color: #ffc110;
  text-decoration: none;
  font-weight: 700;
  box-shadow: none !important;
  padding: 18px 43px;
  transition: all 0.3s ease-out;
}

.btn-quote-4 a:hover,
.btn-quote-4 a:active,
.btn-quote-4 a:focus {
  background: #ffc110;
  color: #000;
}

.rounded img {
    border-radius: 12px !important;
}

.border-radius-8 {
	border-radius: 8px;
}

.border-quote-form {
	border-radius: 15px;
	padding: 50px 120px 50px 120px;
	max-width: 800px;
}

@media (max-width: 991px) {
.border-quote-form {
    border-radius: 15px;
    padding: 25px 15px 15px;
    max-width: 800px;
}
}

/* Lazy Youtube */

.lazy-youtube-wrapper {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}

.lazy-youtube {
  width: 100%;
  aspect-ratio: 16 / 9;
  display: block;
  cursor: pointer;
}

.lazy-youtube-thumb {
  width: 100%;
  height: 100%;
  display: block;
  background-size: cover;
  background-position: center;
  position: relative;
}

.lazy-youtube-play {
  position: absolute;
  width: 60px;
  height: 60px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.6);
  pointer-events: none;
}

.lazy-youtube-play:before {
  content: "";
  position: absolute;
  left: 22px;
  top: 17px;
  border-style: solid;
  border-width: 13px 0 13px 20px;
  border-color: transparent transparent transparent #fff;
}

.lazy-youtube iframe {
  width: 100%;
  height: 100%;
  display: block;
}

/* Home Banner */

@media (min-width: 991px) {
  #moving-from-tab {
    max-width: 885px;
  }
}

#moving-from-tab .nav-link {
  border: 0;
  box-shadow: none;
  border-radius: 0;
  background: #fff;
  color: #070707;
  font-size: 18px;
  font-weight: 600;
  padding: 11px 0 10px;
  border-bottom: 3px solid #fff;
  transition: all 0.3s ease-out;
}

#moving-from-tab .nav-link:hover {
  color: #fff;
  background: #699d94;
  border-color: #699d94;
}

#moving-from-tab .active,
#moving-from-tab .nav-link:focus,
#moving-from-tab .nav-link:active {
  background: #005949;
  color: #fff;
  border-color: #ffc110;
}

#moving-from-tabContent {
  background-color: #f2f2f2c4;
  padding: 20px 30px 10px;
  max-width: 885px;
}

#moving-from-tabContent label {
  font-size: 14px;
  font-weight: bold;
  color: black;
}

#moving-from-tabContent .btn-primary {
  background: #ffc110;
  border: 0;
  font-size: 18px;
  font-weight: 700;
  box-shadow: none !important;
  color: #000;
  transition: all 0.3s ease-out;
}

#moving-from-tabContent .btn-primary:hover,
#moving-from-tabContent .btn-primary:active,
#moving-from-tabContent .btn-primary:focus {
  background: #000;
  color: #fff;
}

@media (min-width: 768px) {
  .home-banner {
    height: 100vh;
  }
}

@media (max-width: 767px) {
  .home-banner {
    padding-top: 130px;
  }
  #moving-from-tab .nav-link {
    font-size: 14px;
    padding: 5px 0 6px;
  }
  #moving-from-tabContent {
    padding: 10px 20px 10px;
  }
  #moving-from-tabContent .btn-primary {
    font-size: 12px;
    padding: 10px 0;
  }
}

@media (max-width: 575px) {
  .lbl-btn {
    display: none;
  }
}

/* Slider */
.slick-slider {
  position: relative;

  display: block;
  box-sizing: border-box;

  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;

  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;

  display: block;
  overflow: hidden;

  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;

  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  display: table;

  content: "";
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;

  height: 100%;
  min-height: 1px;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;

  height: auto;

  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}

.use-slick-2 .slick-item img {
	border-radius: 0 !important;
}

.use-slick-2 button {
	display: none !important;
}

.use-slick-2 .gallery-slick-slider .slick-item {
    padding: 0 !important;
}

/* Arrows */

.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;

  position: absolute;
  top: 50%;
  display: block;

  width: 40px;
  height: 40px;
  padding: 0;

  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);

  cursor: pointer;

  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}

.slick-prev {
  left: -40px;
}
[dir="rtl"] .slick-prev {
  right: -40px;
  left: auto;
}

.slick-next {
  right: -40px;
}
[dir="rtl"] .slick-next {
  right: auto;
  left: -40px;
}

.slick-prev svg,
.slick-next svg {
  width: 100%;
  height: 100%;
  display: block;
}

.slick-item img {
  border-width: 1px;
  border-color: #c4c4c4;
  border-radius: 12px;
}

.gallery-slick-slider .slick-item {
  padding: 10px;
}

/* Header page section */

.header-page-section {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  min-height: 240px;
  padding: 70px 0;
  background-size: cover;
  background-position: center;
  margin-bottom: 60px;
}

.header-page-section .overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.header-page-section h1 {
  position: relative;
  z-index: 2;
  font-weight: 700;
  font-size: 72px;
}

@media (max-width: 768px) {
  .header-page-section h1 {
    font-size: 40px;
  }
  .header-page-section {
    min-height: 180px;
    padding: 50px 0;
  }
}

/* Moving Service Area */

.service-area-h2 {
  font-size: 32px !important;
  font-weight: 600;
}
.service-area-list {
  list-style: none;
  padding: 0 0 10px;
  margin: 0 auto;
  text-align: center;
}
.service-area-list li {
  position: relative;
  padding-left: 30px;
  line-height: 1.4;
  display: inline-block;
  margin: 0 7px 10px;
}

.service-area-list li a {
  font-size: 19px;
  font-weight: 500;
  text-decoration: underline;
  color: #fff;
}
.service-area-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHdpZHRoPSI1MTIiIGhlaWdodD0iNTEyIiB4PSIwIiB5PSIwIiB2aWV3Qm94PSIwIDAgNTEyIDUxMiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNTEyIDUxMiIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgY2xhc3M9IiI+PGc+PHBhdGggZD0iTTI1NiAwQzE1My43NTUgMCA3MC41NzMgODMuMTgyIDcwLjU3MyAxODUuNDI2YzAgMTI2Ljg4OCAxNjUuOTM5IDMxMy4xNjcgMTczLjAwNCAzMjEuMDM1IDYuNjM2IDcuMzkxIDE4LjIyMiA3LjM3OCAyNC44NDYgMCA3LjA2NS03Ljg2OCAxNzMuMDA0LTE5NC4xNDcgMTczLjAwNC0zMjEuMDM1QzQ0MS40MjUgODMuMTgyIDM1OC4yNDQgMCAyNTYgMHptMCAyNzguNzE5Yy01MS40NDIgMC05My4yOTItNDEuODUxLTkzLjI5Mi05My4yOTNTMjA0LjU1OSA5Mi4xMzQgMjU2IDkyLjEzNHM5My4yOTEgNDEuODUxIDkzLjI5MSA5My4yOTMtNDEuODUgOTMuMjkyLTkzLjI5MSA5My4yOTJ6IiBmaWxsPSIjZmZjMTEwIiBvcGFjaXR5PSIxIiBkYXRhLW9yaWdpbmFsPSIjMDAwMDAwIiBjbGFzcz0iIj48L3BhdGg+PC9nPjwvc3ZnPg==);
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 991px) {
  .service-area-h2 {
    font-size: 26px !important;
  }
  .service-area-list li {
    display: block;
    text-align: left;
  }
}

.service-area-list-2 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 10px;
}

.service-area-list-2 a {
	color: #005949 !important;
	font-size: 18px !important;
}

.service-area-list-2 li {
    display: block;
    text-align: left;
    margin: 0 0 15px;
}

/* Blog */

.cat-header-section {
    position: relative;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 70px 0;
    min-height: 240px;
}

.cat-header-section .overlay {
    position: absolute;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.5);
}

.cat-header-section .container {
    position: relative;
    z-index: 2;
}

.h2-cat-title {
	color: #005949;
	font-size: 35px;
	text-align: center;
	font-weight: 600;
}

@media (max-width: 991px) {
.h2-cat-title {
	font-size: 30px;
}
}

.card-blog {
  border: 0;
  border-radius: 0;
}

.card-blog .card-body {
  padding: 15px;
  background: #005949;
  color: #fff;
}

.card-blog .card-date {
  background-color: #fff;
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.5);
  padding: 0 14px;
  font-weight: 600;
  color: #005949;
  display: inline-block;
  margin-top: 0.7em;
}

.card-blog .card-title {
  margin-top: 0.4em;
  min-height: 60px;
}

.card-blog .card-img {
  position: relative;
  padding-bottom: 57%;
  overflow: hidden;
  border-radius: 0;
}

.card-blog .card-img .position-absolute {
  background-size: cover;
  background-position: center;
}

.card-blog .card-title a,
.card-blog .card-title a:hover,
.card-blog .card-title a:active,
.card-blog .card-title a:focus {
  color: #ffc110;
  line-height: 1.42;
  font-weight: 600;
  font-size: 21px;
  text-decoration: none;
}

.card-blog .card-text {
  font-weight: 600;
  margin-top: 0.5em;
}

.card-blog .btn-quote {
	text-transform: none;
}

.pagination {
  display: flex;
  justify-content: center;
  margin: 50px 0;
}

.pagination .page-numbers {
  display: inline-block;
  padding: 8px 14px;
  margin: 0 4px;
  border-radius: 6px;
  background: #f1f1f1;
  color: #005949;
  text-decoration: none;
  font-weight: 500;
  transition: 0.2s;
}

.pagination .page-numbers:hover {
  background: #005949;
  color: #fff;
}

.pagination .page-numbers.current {
  background: #005949;
  color: #fff;
  font-weight: 600;
  pointer-events: none;
}

.pagination .page-numbers.prev,
.pagination .page-numbers.next {
  background: #e7e7e7;
}

/* Single Page */

.single-page-banner {
background-size: cover; 
               background-position: center; 
               min-height: 50vh; 
               background-color: #1a1a1a;	
}

.single-page-title-container {
    margin: -7% -3vw 0;
    padding: 3vw calc(10px + 3vw);
    border-radius: 6px;
    width: calc(100% + 6vw);
    background: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
	 
}

.single-page-title-container h1 {
 font-weight: 600;
   line-height: 1.2;
   letter-spacing:-.027em;
   color: #000;
   font-size: 72px;
       margin-bottom: 20px;
}

@media (max-width: 991px) {
.single-page-title-container h1 {
   font-size: 48px;
}
}

@media (max-width: 767px) {
.single-page-title-container h1 {
   font-size: 34px;
}
}

.single-page-title-container .published {
text-transform: uppercase;
    letter-spacing: .04em;
    line-height: 11px;
    font-size: 11px;
    font-weight: 600;
	color: #6e7a84;
}

.single-post h2 {
	color: #000;
	font-size: 40px;
}

.single-post h3 {
	font-size: 24px;
		color: #000;
}

@media (max-width: 991px) {
.single-post h2 {
	font-size: 26px;
}
.single-post h3 {
	font-size: 20px;
}
}

/* Accordion */


.wp-block-accordion-heading {
	font-size: 16px;
	color: #005949;
	font-weight: 700;
    padding: 15px 20px;
	border-top: 1px solid #d5d8dc;
	border-left: 1px solid #d5d8dc;
	border-right: 1px solid #d5d8dc;
}

.wp-block-accordion-heading:hover a, .wp-block-accordion-heading:focus a, .wp-block-accordion-heading:active a,
.wp-block-accordion-heading a:hover, .wp-block-accordion-heading a:focus, .wp-block-accordion-heading a:active {
	color: #ffc110;
	text-decoration: none !important;
}

.wp-block-accordion-heading__toggle:hover .wp-block-accordion-heading__toggle-title {
    text-decoration: none !important;
}

.wp-block-accordion-panel-is-layout-flow {
	border-left: 1px solid #d5d8dc;
	border-right: 1px solid #d5d8dc;	
    padding: 15px 20px;
}

.wp-block-accordion > .wp-block-accordion-item:last-child .wp-block-accordion-heading,
.wp-block-accordion > .wp-block-accordion-item:last-child .wp-block-accordion-panel-is-layout-flow {
    border-bottom: 1px solid #d5d8dc !important;
}


/* gform */

#gform_1{
    display:flex !important;
    justify-content:center !important;
    align-items:end !important;
    gap:20px !important;
}
#gform_1 .gform_footer{
    margin:0 !important;
    padding:0 !important;
    width:40% !important;
}
#gform_1 input{
    height:60px !important;
    border-radius:5px !important;
    padding:15px !important;
}
#gform_submit_button_1{
    pointer-events:none !important;
}
@media (max-width:768px){
    #gform_1{
        flex-direction:column !important;
    }
    #gform_1 .gform_footer{
        width:100% !important;
    }
}
.link-underline a{
    text-decoration:underline !important;
    font-weight:500 !important;
}
.ulli-white-center h4{
    color:#fff !important;
}
.ulli-black-center h4{
    color:#000 !important;
}
.ulli-white-center ul,
.ulli-black-center ul{
    text-align:center !important;
    list-style-position:inside !important;
    padding:0 !important;
}

/* Progressbar и форма */
.gform_wrapper.gravity-theme .gf_progressbar_percentage{
    height:10px !important;
}
.gform_wrapper.gravity-theme .gf_progressbar_percentage span,
.gform_wrapper .validation_message{
    display:none !important;
}
.gform_wrapper.gravity-theme .gf_progressbar_title{
    color:#000 !important;
    font-size:16px !important;
    font-weight:500 !important;
    text-align:center !important;
}
.gf_progressbar_wrapper{
    margin-bottom:28px !important;
}
.gform_wrapper.gravity-theme .gf_progressbar_percentage.percentbar_blue{
    background-color:#005949 !important;
}
.gform_wrapper.gravity-theme input,
.gform_wrapper.gravity-theme select,
.gform_wrapper.gravity-theme textarea{
    font-size:16px !important;
    margin-bottom:0 !important;
    margin-top:0 !important;
    padding:11px 15px !important;
    border:none !important;
    height:unset !important;
    border-radius:3px !important;
    background: #fff !important;
    box-shadow:0 0 0 1px #768190,0 1px 2px rgb(0 0 0 / 16%) !important;
    line-height:unset !important;
}
.gform_previous_button{
    width:100% !important;
    margin:0 !important;
}
.gform_wrapper .gform_page_footer{
    display:flex !important;
    flex-direction:column-reverse !important;
}
.gform_previous_button,
.gform_next_button{
    cursor:pointer !important;
}
.gform_ajax_spinner{
    width:25px !important;
    height:25px !important;
}
.gform_required_legend,
.gfield_description.validation_message{
    display:none !important;
}
.gform_button{
    margin:0 !important;
}
.gform_wrapper.gravity-theme .gfield textarea.small{
    height:80px !important;
}
.gf-head-custom-title{
    margin-top:0 !important;
    margin-bottom:12px !important;
    text-align:center !important;
}
.gf-head-custom-description{
    text-align:center !important;
    color:#005949 !important;
    font-weight:600 !important;
}
.gf-head-custom-description a{
    color:#ce4722 !important;
}
.gfield_radio .gchoice,
.gfield_checkbox .gchoice{
    display:flex !important;
    gap:10px !important;
}
.gfield_radio .gchoice input,
.gfield_checkbox .gchoice input{
    width:auto !important;
}
.gform_wrapper.gravity-theme .gfield-choice-input+label{
    cursor:pointer !important;
    font-size:17px !important;
    font-weight:500 !important;
}
.dm-quote-form-01 .gform_page_fields{
    text-align:center !important;
}
.dm-quote-form-01 .gfield_radio .gchoice,
#field_5_39D.gchoice{
    justify-content:center !important;
}
.ginput_container_date input{
    width:100% !important;
}
.ginput_container_date .ui-datepicker-trigger{
    position:absolute !important;
    right:12px !important;
}
.gform_next_button{
    margin:0 !important;
}
#gform_page_4_4 .gform_page_fields,
#gform_page_6_4 .gform_page_fields{
    text-align:left !important;
}
@media (min-width:768px){
    #input_5_39{
        margin:0 auto !important;
        display:block !important;
        width:30% !important;
    }
    #input_6_39{
        margin:0 auto !important;
        display:block !important;
        width:30% !important;
    }
}
#gform_page_5_3 .gform_page_fields{
    text-align:left !important;
}
#field_6_39 .gform-field-label.gfield_label_before_complex,
#field_5_39 .gform-field-label.gfield_label_before_complex{
    font-size:22px !important;
    padding-top:26px !important;
}
.dm-hero-form-input-wrapper{
    display:flex !important;
    gap:15px !important;
    justify-content:center !important;
    align-items:end !important;
}
.dm-hero-form-input-wrapper .dm-hero-form-input-col{
    width:33.33% !important;
}
body .dm-hero-form-input-col label{
    font-size:16px !important;
    font-weight:600 !important;
    color:#000 !important;
    display:block !important;
    margin-bottom:10px !important;
}
.dm-hero-form-input-col input{
    border:1px solid #d9d9d9 !important;
    height:45px !important;
}
.dm-hero-form-input-col button{
    font-size:15px !important;
    border-radius:4px !important;
    height:45px !important;
    cursor:pointer !important;
}
@media (max-width:768px){
    .dm-hero-form-input-wrapper{
        flex-direction:column !important;
    }
}
.gf-white-form .gfield_label{
    color:#fff !important;
}
.gf-white-form .gform_wrapper.gravity-theme input,
.gf-white-form .gform_wrapper.gravity-theme select,
.gf-white-form .gform_wrapper.gravity-theme textarea{
    background:#fff !important;
}
.link-white-underine a{
    color:#fff !important;
    text-decoration:underline !important;
}
.gravity-theme.ui-datepicker .ui-datepicker-calendar .ui-state-disabled .ui-state-default{
    background:transparent !important;
    border:none !important;
    box-shadow:none !important;
    opacity:.4 !important;
}

.gform_wrapper.gravity-theme .gform-theme-button, 
.gform_wrapper.gravity-theme .gform-button--width-full,
#gform_submit_button_3 {
	background: #ffc110 !important;
	color: #000 !important;
	border: 0 !important;
	font-weight: 700 !important;
	font-size: 17px !important;
	box-shadow: none !important;
	padding: 14px 40px 13px 40px !important;
	border-radius: 6px 6px 6px 6px !important;
	transition: all 0.3s ease-out;
}

.gform_wrapper.gravity-theme .gform-theme-button:hover,
.gform_wrapper.gravity-theme .gform-button--width-full:hover,
#gform_submit_button_3:hover {
	background: #000 !important;
	color: #fff !important;
}

.gform_wrapper.gravity-theme .gform_previous_button.button, .gform_wrapper.gravity-theme .gform_save_link.button {
    -webkit-appearance: none !important;
    background-color: #fff !important;
    color: #6b7280 !important;
    text-decoration: none !important;
}

.gform_wrapper.gravity-theme .gfield_label {
    display: inline-block !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    margin-bottom: 8px !important; 
    padding: 0 !important;
	color: #3c3c3c !important;
}

.gform_wrapper.gravity-theme .description, .gform_wrapper.gravity-theme .gfield_description, .gform_wrapper.gravity-theme .gsection_description, .gform_wrapper.gravity-theme .instruction {
    clear: both;
    font-size: 15px;
    letter-spacing: normal;
    padding-top: 13px;
    width: 100%;
	color: #3c3c3c;
}

.gform_wrapper.gravity-theme .gfield-choice-input+label {
    cursor: pointer;
    font-size: 17px;
    font-weight: 500;
   color: #3c3c3c;
}

.gform_wrapper.gravity-theme input[type="checkbox"],
.gform_wrapper.gravity-theme input[type="radio"] {
    box-shadow: none !important;
    background: transparent !important;
}

.gform_wrapper.gravity-theme .ginput_container_date {
    position: relative;
}

#gform_fields_7 .gfield_label {
    color: #fff !important;
}

#gform_10 .font-size-12 .gform-field-label {
	font-size: 12px !important;
}

/* On-site Estimate */
.hover-cta {
	background: #005949;
	border-radius: 20px 0 0 20px;
	bottom: 140px;
	list-style: none;
	margin-bottom: 0;
	margin-top: 0;
	padding-bottom: 0;
	padding-left: 0;
	padding-top: 0;
	position: fixed;
	right: -185px;
	transition: 0.6s right ease-in;
	width: 240px;
	z-index: 999;
}
.hover-cta:hover,
.hover-cta:focus,
.hover-cta:target {
	right: 0;
	transition: 0.6s right ease-in;
}
.hover-cta > li {
	display: flex;
	padding-bottom: 12.5px;
	padding-left: 15px;
	padding-top: 12.5px;
}
.hover-cta > li:last-of-type {
	margin-bottom: 0;
}
.hover-cta > li:first-of-type {
	border-radius: 20px 0 0 0;
}
.hover-cta > li:nth-child(2) {
	border-radius: 0;
}
.hover-cta > li:last-of-type {
	border-radius: 0 0 0 20px;
}
.hover-cta > li:hover,
.hover-cta > li:focus,
.hover-cta > li:target {
	background: #121212;
	border-bottom: 0;
	transition: 0.6s background;
}
.hover-cta > li > a {
	border-bottom: 0;
	font-size: 21px;
	line-height: 25px;	
	transition: 0.6s background;
	width: calc(100% - 50px;)
}
.hover-cta > li > img {
	margin-right: 20px;
	transition: 0.6s ease-in;
}
.hover-cta > li:hover img,
.hover-cta > li:focus img,
.hover-cta > li:target img {
	margin-left: 10px;
	margin-right: 10px;
	transition: 0.6s ease-in;
}
.hover-cta > li > a > p {
	color: #FFF;
	font-size: 21px;
	line-height: 25px;
	margin-bottom: 0;
}

/* Riseup Gallery */

.riseup-gallery.wp-block-gallery {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 10px !important;
    padding: 0 10px;
	margin: 80px 0;
}

.riseup-gallery .wp-block-image {
    margin: 0 !important;
    flex-grow: 0 !important;
    flex-shrink: 0 !important;
    flex-basis: calc((100% - 40px) / 5) !important;
    overflow: hidden;
    position: relative;
}

.riseup-gallery .wp-block-image img {
    width: 100% !important;
    height: 220px !important;
    object-fit: cover !important;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: block;
}

.riseup-gallery .wp-block-image img:hover {
    transform: scale(1.05);
    box-shadow: 0 10px 20px rgba(0,0,0,0.2);
    z-index: 2;
}

@media (max-width: 992px) {
    .riseup-gallery .wp-block-image {
        flex-basis: calc((100% - 20px) / 3) !important;
    }
}

@media (max-width: 768px) {
    .riseup-gallery .wp-block-image {
        flex-basis: calc(50% - 5px) !important;
    }

    .riseup-gallery .wp-block-image img {
        height: 180px !important;
    }
}

.riseup-gallery .share-img-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    background: rgba(255, 255, 255, 0.9);
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
    opacity: 0;
    transition: all 0.3s ease;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
    color: #333;
}

.riseup-gallery .wp-block-image:hover .share-img-btn {
    opacity: 1;
	background: #005949;
	color: #ffc110;
}

.riseup-gallery .share-img-btn::before,
.riseup-gallery .share-img-btn.copied::before {
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.riseup-gallery .share-img-btn::before {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHdpZHRoPSI1MTIiIGhlaWdodD0iNTEyIiB4PSIwIiB5PSIwIiB2aWV3Qm94PSIwIDAgNjgyLjY2NyA2ODIuNjY3IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA1MTIgNTEyIiB4bWw6c3BhY2U9InByZXNlcnZlIiBjbGFzcz0iIj48Zz48ZGVmcz48Y2xpcFBhdGggaWQ9ImEiIGNsaXBQYXRoVW5pdHM9InVzZXJTcGFjZU9uVXNlIj48cGF0aCBkPSJNMCA1MTJoNTEyVjBIMFoiIGZpbGw9IiNmZmMxMTAiIG9wYWNpdHk9IjEiIGRhdGEtb3JpZ2luYWw9IiMwMDAwMDAiPjwvcGF0aD48L2NsaXBQYXRoPjwvZGVmcz48ZyBjbGlwLXBhdGg9InVybCgjYSkiIHRyYW5zZm9ybT0ibWF0cml4KDEuMzMzMzMgMCAwIC0xLjMzMzMzIDAgNjgyLjY2NykiPjxwYXRoIGQ9Ik0wIDBjLTExMC4zMTYgMC0yMTIuMTY0LTYzLjMyNy0yNjEuNDk5LTE2MS45OTZMLTI3MS0xODMuODk5djMyLjlDLTI3MS0xLjg4Mi0xNDkuMTE3IDEyMCAwIDEyMHYxMDQuNUwyMDIgNjAgMC0xMDVaIiBzdHlsZT0ic3Ryb2tlLXdpZHRoOjMwO3N0cm9rZS1saW5lY2FwOmJ1dHQ7c3Ryb2tlLWxpbmVqb2luOm1pdGVyO3N0cm9rZS1taXRlcmxpbWl0OjEwO3N0cm9rZS1kYXNoYXJyYXk6bm9uZTtzdHJva2Utb3BhY2l0eToxIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgyODYgMjU2KSIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjZmZjMTEwIiBzdHJva2Utd2lkdGg9IjMwIiBzdHJva2UtbGluZWNhcD0iYnV0dCIgc3Ryb2tlLWxpbmVqb2luPSJtaXRlciIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiBzdHJva2UtZGFzaGFycmF5PSJub25lIiBzdHJva2Utb3BhY2l0eT0iIiBkYXRhLW9yaWdpbmFsPSIjMDAwMDAwIiBvcGFjaXR5PSIxIiBjbGFzcz0iIj48L3BhdGg+PC9nPjwvZz48L3N2Zz4=);
}


.riseup-gallery .share-img-btn.copied::before {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHdpZHRoPSI1MTIiIGhlaWdodD0iNTEyIiB4PSIwIiB5PSIwIiB2aWV3Qm94PSIwIDAgNTIwIDUyMCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNTEyIDUxMiIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgY2xhc3M9IiI+PGc+PHBhdGggZD0iTTIwMi41NjcgNDgyLjc2MWE1OS4xMjIgNTkuMTIyIDAgMCAxLTQ2LjE2Ny0yMi4wMThMNDYuMjU5IDMyNS44MTVBNjMuMjc5IDYzLjI3OSAwIDAgMSAxMzcuODY4IDIzOWw2OS4wODIgNjIuODY0TDQzMC44NTkgNDguODc3YTMyLjE1MiAzMi4xNTIgMCAwIDEgNDYuNi0zLjA3NmMxMS4xMjQgMTAuMyAxMy44NDEgMjcuNTg4IDYuMjE5IDM5LjQxOGwtMjI4LjgxIDM2OC41YTcuMDcyIDcuMDcyIDAgMCAxLS4xMTcuMTgzYy0xMS4yMTQgMTcuMjE5LTI5LjAzIDI3LjcwNi00OC44NzggMjguNzcycS0xLjY1OS4wODctMy4zMDYuMDg3ek05NS4yNjkgMjQyLjQ0MmE0My4zNjMgNDMuMzYzIDAgMCAwLTMzLjUxNyA3MC43MjZMMTcxLjkgNDQ4LjFhMzkuMzU2IDM5LjM1NiAwIDAgMCAzMi45IDE0LjZjMTMuMzY5LS43MTkgMjUuNDQtNy44NyAzMy4xMzUtMTkuNjI5bDIyOC44LTM2OC40ODEuMTE3LS4xODNjMi4xNDctMy4zIDEuNDUxLTkuODI4LTIuOTgtMTMuOTMxYTEyLjE1MyAxMi4xNTMgMCAwIDAtMTcuNjY1IDEuMjI0Yy0uMDgyLjEtLjE2Ny4yLS4yNTMuM0wyMTUuMjA3IDMyMi43MWExMCAxMCAwIDAgMS0xNC4yMTkuNzY5bC03Ni41ODEtNjkuNjg5YTQzLjE3MSA0My4xNzEgMCAwIDAtMjkuMTM4LTExLjM0OHoiIGRhdGEtbmFtZT0iNy1DaGVjayIgZmlsbD0iI2ZmYzExMCIgb3BhY2l0eT0iMSIgZGF0YS1vcmlnaW5hbD0iIzAwMDAwMCIgY2xhc3M9IiI+PC9wYXRoPjwvZz48L3N2Zz4=);
}

@media (max-width: 768px) {
    .riseup-gallery .share-img-btn {
        opacity: 0.8;
        width: 30px;
        height: 30px;
    }
}

.align-item-center-important {
	align-item: center!important;
}