.buttonizer {
  right: 50% !important;
  bottom: 75px !important;
  transform: translate(50%, 0px);
}
@media (max-width: 980px) {
  #main {
    margin-top: 0 !important;
  }
}
#main .fusion-flex-container .fusion-row {
  flex: unset;
}
#main .fusion-builder-row {
  width: 90%;
}
#main .fusion-layout-column {
  flex-shrink: unset;
}
#main .row {
  margin: 0;
}
#main .fusion-button {
  width: auto !important;
  max-width: fit-content;
  transition: all 0.3s;
  /* 		@media (max-width: 500px) {
			width: 100% !important;
			max-width: 100%;
		} */
}
#main .fusion-button .fusion-button-text {
  transition: all 0.3s;
}
#main .fusion-button.button-blue {
  background: #399;
}
#main .fusion-button.button-blue:hover {
  background: #2a6f6f;
}
#main .fusion-title h1 {
  font-size: clamp(36px, 5.612vw, 55px) !important;
}
#main .fusion-title h2 {
  font-size: clamp(32px, 4.297vw, 55px) !important;
}
#main .fusion-text p {
  margin-bottom: 14px;
}
#main .fusion-text p:last-child {
  margin-bottom: 0;
}
#main .title-underline {
  position: relative;
  padding-bottom: 14px;
}
#main .title-underline:after {
  content: "";
  position: absolute;
  height: 4px;
  width: 50px;
  border-radius: 5px;
  background: #53C249;
  left: 0;
  bottom: 0;
}
#main .title-underline.fusion-title-center:after {
  left: 50%;
  transform: translateX(-50%);
}
#main .p-80 {
  padding: 80px 0;
}
.m-b-18 {
  margin-bottom: 18px;
}
.fusion-button {
  align-items: center;
  gap: 10px;
  max-width: fit-content;
  width: auto !important;
  transition: all 0.3s;
}
.fusion-button .fusion-button-text {
  transition: all 0.3s;
}
.is-body-active-menu {
  overflow: hidden;
}
.is-body-active-menu #wp_access_helper_container {
  display: none !important;
}
.is-body-active-menu #ccpa-banner {
  display: none !important;
}
@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}
body.admin-bar .fusion-tb-header.fixed-header {
  /*.header-bottom{
		        top: 82px !important;
		    }*/
}
@media (min-width: 981px) {
  body.admin-bar .fusion-tb-header.fixed-header {
    top: 32px !important;
  }
}
@media (max-width: 980px) {
  .header-mobile-icon-not-text .fas {
    margin: 0;
  }
  .header-mobile-icon-not-text .fusion-button-text {
    display: none;
  }
}
.fusion-tb-header {
  position: relative;
}
.fusion-tb-header .awb-menu .fusion-menu {
  height: 100%;
}
@media (max-width: 1199px) {
  .fusion-tb-header .awb-menu .fusion-menu {
    height: calc(100vh - 128px);
    overflow: auto;
  }
}
@media (max-width: 767px) {
  .fusion-tb-header .awb-menu .fusion-menu {
    height: calc(100vh - 82px);
  }
}
@media (max-width: 425px) {
  .fusion-tb-header .awb-menu .fusion-menu {
    height: calc(100vh - 52px);
  }
}
@media (max-width: 375px) {
  .fusion-tb-header .awb-menu .fusion-menu {
    height: calc(100vh - 54px);
  }
}
@media (max-width: 320px) {
  .fusion-tb-header .awb-menu .fusion-menu {
    height: calc(100vh - 48px);
  }
}
.fusion-tb-header.fixed-header {
  /*@include desktop {*/
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 99;
  background: #fff;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  animation: slideDown 0.5s ease;
  /*}*/
  /*.header-bottom{
		    top: 50px !important;
		    position: static !important;
		    
		    @media (min-width: )
		}*/
}
.fusion-tb-header #main-top-bar {
  font-family: "Comfortaa", sans-serif;
}
.fusion-tb-header #main-top-bar > .fusion-builder-row {
  max-width: 95% !important;
}
@media (min-width: 1281px) {
  .fusion-tb-header #main-top-bar > .fusion-builder-row {
    max-width: 90% !important;
  }
}
.fusion-tb-header #main-top-bar .fusion-column-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 360px) {
  .fusion-tb-header #main-top-bar .fusion-social-links {
    margin-right: 20px;
  }
}
.fusion-tb-header #main-top-bar .fusion-text {
  margin-right: 20px;
}
@media (max-width: 360px) {
  .fusion-tb-header #main-top-bar .fusion-text {
    display: none;
  }
}
.fusion-tb-header #main-top-bar .fusion-text p {
  display: flex;
  align-items: center;
  margin: 0;
}
.fusion-tb-header #main-top-bar .fusion-text p a {
  font-size: 0;
  display: flex;
  align-items: center;
  transition: unset;
}
@media (min-width: 981px) {
  .fusion-tb-header #main-top-bar .fusion-text p a {
    font-size: clamp(14px, 1.25vw, 16px);
    gap: 10px;
  }
}
.fusion-tb-header #main-top-bar .fusion-text p a img {
  filter: brightness(0) invert(1);
}
.fusion-tb-header #main-top-bar .fusion-text p a:hover img {
  filter: unset;
}
.fusion-tb-header #main-top-bar .fusion-text .top-bar-divider {
  margin: 0 16px;
  opacity: 0.25;
}
@media (max-width: 500px) {
  .fusion-tb-header #main-top-bar .fusion-text .top-bar-divider {
    margin: 0 8px;
  }
}
.fusion-tb-header #main-top-bar .top-bar-btn {
  padding: 13px 20px 11px;
  letter-spacing: 0;
  background: #399;
}
.fusion-tb-header #main-top-bar .top-bar-btn:hover {
  background: #53c249;
}
@media (max-width: 500px) {
  .fusion-tb-header #main-top-bar .top-bar-btn {
    font-size: 12px;
    padding: 13px 12px 11px;
  }
}
.fusion-tb-header #main-header {
  padding: 8px 0;
  z-index: 39;
}
.fusion-tb-header #main-header > .fusion-builder-row {
  max-width: 95% !important;
  gap: 20px;
  flex-wrap: nowrap;
}
@media (min-width: 1281px) {
  .fusion-tb-header #main-header > .fusion-builder-row {
    max-width: 90% !important;
  }
}
.fusion-tb-header #main-header .header-logo-col {
  max-width: 230px;
}
@media (min-width: 981px) {
  .fusion-tb-header #main-header .header-logo-col {
    max-width: clamp(150px, 20.486vw, 295px);
  }
}
.fusion-tb-header #main-header .header-menu-col {
  max-width: fit-content;
  width: 100%;
}
.fusion-tb-header #main-header .fusion-menu {
  gap: clamp(20px, 3.2vw, 50.5px);
}
@media (max-width: 980px) {
  .fusion-tb-header #main-header .fusion-menu {
    top: calc(100% + 12px);
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0 14px 16px rgba(0, 0, 0, 0.1);
  }
}
.fusion-tb-header #main-header .fusion-menu > .menu-item:hover > .awb-menu__main-a {
  color: #399 !important;
}
.fusion-tb-header #main-header .fusion-menu > .menu-item.current-menu-item > .awb-menu__main-a {
  color: #399 !important;
}
.fusion-tb-header #main-header .fusion-menu .awb-menu__main-a {
  font-size: 16px;
}
@media (max-width: 980px) {
  .fusion-tb-header #main-header .fusion-menu .awb-menu__main-a {
    font-size: 14px;
    min-height: 50px;
  }
}
.fusion-tb-header #main-header .fusion-menu .awb-menu__main-a:hover {
  color: #399 !important;
}
@media (min-width: 981px) {
  .fusion-tb-header #main-header .fusion-menu .awb-menu__main-a {
    font-size: clamp(14px, 1.25vw, 16px);
  }
}
@media (max-width: 600px) {
  .fusion-tb-header #main-header .fusion-menu .awb-menu__main-a {
    font-size: 14px;
    min-height: 50px;
  }
}
@media (max-width: 980px) {
  .fusion-tb-header #main-header .fusion-menu .awb-menu__sub-ul .awb-menu__sub-a {
    font-size: 14px;
    min-height: 50px;
    padding-top: 4px !important;
    padding-bottom: 4px !important;
  }
}
.fusion-tb-header #main-header .fusion-menu .awb-menu__open-nav-submenu_mobile {
  height: 50px;
}
.fusion-tb-header #overlay-buttons {
  position: absolute;
  left: 50%;
  top: calc(100% + 10px);
  transform: translateX(-50%);
  max-width: fit-content;
  z-index: 30;
}
@media (min-width: 981px) {
  .fusion-tb-header #overlay-buttons {
    top: calc(100% + 40px);
    right: 0;
    transform: unset;
    left: auto;
  }
}
@media (max-width: 980px) {
  .fusion-tb-header #overlay-buttons {
    width: 100%;
    max-width: 100%;
  }
}
.fusion-tb-header #overlay-buttons .fusion-column-wrapper {
  gap: 10px;
}
@media (max-width: 980px) {
  .fusion-tb-header #overlay-buttons .fusion-column-wrapper {
    flex-direction: row;
    justify-content: center;
  }
}
.fusion-tb-header #overlay-buttons .fusion-button {
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
  padding: 15px 16px 13px;
  line-height: 120%;
}
.fusion-tb-header #overlay-buttons .fusion-button:hover {
  opacity: 1;
}
@media (max-width: 980px) {
  .fusion-tb-header #overlay-buttons .fusion-button:hover {
    opacity: 0.8;
  }
}
@media (min-width: 981px) {
  .fusion-tb-header #overlay-buttons .fusion-button {
    padding: 18px 16px 16px;
    opacity: 0.6;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .fusion-tb-header #overlay-buttons .fusion-button:hover {
    padding: 18px 26px 16px 16px;
  }
}
@media (max-width: 980px) {
  .fusion-tb-header #overlay-buttons .fusion-button {
    text-align: center;
  }
}
.fusion-tb-header #overlay-buttons .overlay-button-request {
  max-width: 195px;
  background: #399;
}
@media (min-width: 981px) {
  .fusion-tb-header #overlay-buttons .overlay-button-request:hover {
    max-width: 205px;
  }
}
.fusion-tb-header #overlay-buttons .overlay-button-review {
  max-width: 102px;
  background: #196464;
}
@media (min-width: 981px) {
  .fusion-tb-header #overlay-buttons .overlay-button-review:hover {
    max-width: 112px;
  }
}
header .fusion-menu .awb-menu__li_button {
  margin-bottom: 7px;
}
#boxed-wrapper .fusion-footer {
  background: url("/wp-content/uploads/2023/12/footer-bg.jpg") no-repeat;
  background-size: cover;
}
#boxed-wrapper .fusion-footer .fusion-builder-row {
  width: 90%;
  flex: unset;
}
#boxed-wrapper .fusion-footer .fusion-builder-row p {
  margin: 0;
}
#boxed-wrapper .fusion-footer #rollingNav .fusion-builder-row {
  width: 100%;
}
#boxed-wrapper .fusion-footer .footer-top-section .fusion-builder-row {
  max-width: 650px !important;
}
#boxed-wrapper .fusion-footer .footer-top-section .fusion-title {
  margin-bottom: 11px !important;
}
#boxed-wrapper .fusion-footer .footer-top-section h4 strong {
  color: #53C249;
}
#boxed-wrapper .fusion-footer .footer-top-section .fusion-social-networks-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin: 0;
}
#boxed-wrapper .fusion-footer .footer-top-section .fusion-social-networks-wrapper .fusion-social-network-icon {
  font-size: 18px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 40px;
  margin: 0;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 100%;
}
@media (max-width: 980px) {
  #boxed-wrapper .fusion-footer .footer-middle-section {
    padding: 30px 0;
  }
}
#boxed-wrapper .fusion-footer .footer-middle-section .fusion-builder-row {
  max-width: 907px !important;
}
@media (max-width: 980px) {
  #boxed-wrapper .fusion-footer .footer-middle-section .awb-menu {
    justify-content: center;
  }
}
#boxed-wrapper .fusion-footer .footer-middle-section .awb-menu__m-toggle {
  display: none;
}
@media (max-width: 980px) {
  #boxed-wrapper .fusion-footer .footer-middle-section .fusion-menu {
    position: relative;
    left: 0 !important;
    z-index: 1;
    width: 100%;
    overflow: visible;
    top: 0;
    pointer-events: unset;
    opacity: 1;
    max-width: 100%;
    max-height: 100%;
    background: transparent !important;
    display: flex;
    gap: 20px;
  }
}
@media (min-width: 981px) {
  #boxed-wrapper .fusion-footer .footer-middle-section .fusion-menu > .menu-item.current-menu-item:before {
    content: "";
    position: absolute;
    top: -2px;
    left: 0;
    width: 100%;
    height: 2px;
    opacity: 1;
    background: #1EBC10;
    transition: all 0.2s;
  }
}
#boxed-wrapper .fusion-footer .footer-middle-section .fusion-menu > .menu-item.current-menu-item > .awb-menu__main-a {
  color: #1EBC10 !important;
}
#boxed-wrapper .fusion-footer .footer-middle-section .fusion-menu .menu-item {
  position: relative;
}
@media (min-width: 981px) {
  #boxed-wrapper .fusion-footer .footer-middle-section .fusion-menu .menu-item:before {
    content: "";
    position: absolute;
    top: -2px;
    left: 0;
    width: 100%;
    height: 2px;
    background: #1EBC10;
    opacity: 0;
    transition: all 0.2s;
  }
}
@media (max-width: 980px) {
  #boxed-wrapper .fusion-footer .footer-middle-section .fusion-menu .menu-item {
    background: transparent !important;
    border: none !important;
  }
}
@media (min-width: 981px) {
  #boxed-wrapper .fusion-footer .footer-middle-section .fusion-menu .menu-item:hover a, #boxed-wrapper .fusion-footer .footer-middle-section .fusion-menu .menu-item.current_page_item a {
    color: #1EBC10 !important;
  }
}
#boxed-wrapper .fusion-footer .footer-middle-section .fusion-menu .menu-item:hover:before, #boxed-wrapper .fusion-footer .footer-middle-section .fusion-menu .menu-item.current_page_item:before {
  opacity: 1;
}
@media (max-width: 980px) {
  #boxed-wrapper .fusion-footer .footer-middle-section .fusion-menu .awb-menu__main-a {
    justify-content: center;
    min-height: auto;
    background: transparent !important;
    color: rgba(255, 255, 255, 0.55) !important;
    padding: 0 !important;
    font-size: 14px;
    font-weight: 700;
    line-height: 140%;
    text-transform: uppercase;
  }
  #boxed-wrapper .fusion-footer .footer-middle-section .fusion-menu .awb-menu__main-a:hover {
    color: #1EBC10 !important;
  }
}
@media (max-width: 767px) {
  #boxed-wrapper .fusion-footer .footer-bottom-section {
    padding: 30px 0 150px !important;
  }
}
#boxed-wrapper .fusion-footer .footer-bottom-section .fusion-text {
  text-align: center;
}
@media (max-width: 767px) {
  #boxed-wrapper .fusion-footer .footer-bottom-section .fusion-text p {
    display: flex;
    flex-direction: column-reverse;
  }
}
#boxed-wrapper .fusion-footer .footer-bottom-section .fusion-text strong {
  margin: 0 2px;
}
@media (max-width: 767px) {
  #boxed-wrapper .fusion-footer .footer-bottom-section .fusion-text strong {
    display: block;
    opacity: 0;
    height: 6px;
  }
}
.buttonizer {
  z-index: 97 !important;
}
#rollingNav {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 97;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}
#rollingNav.buttonsVisible {
  opacity: 1;
  visibility: visible;
}
#rollingNav .fusion-button {
  width: 100%;
  height: 100%;
  padding: var(--button_padding-top) var(--button_padding-right) var(--button_padding-bottom) var(--button_padding-left);
  font-weight: 400;
  background: transparent !important;
  text-transform: capitalize !important;
}
@media only screen and (max-width: 375px) {
  #rollingNav .fusion-button {
    padding-left: 0;
    padding-right: 0;
  }
}
#rollingNav .fusion-button .button-icon-left {
  margin-right: 0;
}
@media only screen and (max-width: 475px) {
  #rollingNav .fusion-builder-row {
    max-width: 95%;
  }
}
@media only screen and (max-width: 540px) {
  #rollingNav .fusion-builder-row .fusion-builder-column-31 {
    flex-grow: 0;
    margin-left: -10px;
    width: 40%;
  }
}
@media only screen and (max-width: 475px) {
  #rollingNav .fusion-builder-row .fusion-builder-column-31 {
    width: 30%;
  }
}
@media only screen and (max-width: 375px) {
  #rollingNav .fusion-builder-row .fusion-builder-column-31 {
    position: relative;
    left: -5px;
  }
}
@media only screen and (max-width: 540px) {
  #rollingNav .fusion-builder-row .fusion-builder-column-32 {
    position: relative;
    left: -10px;
    width: 50%;
  }
}
@media only screen and (max-width: 375px) {
  #rollingNav .fusion-builder-row .fusion-builder-column-32 {
    left: 0;
    margin-right: -10px !important;
  }
}
@media only screen and (max-width: 540px) {
  #ccpa-banner {
    bottom: 64px !important;
  }
  .admin-bar .accessability_container {
    top: -21px !important;
  }
}
#content .hero-pseudo:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  max-height: 40px;
  height: 100%;
  background: url("/wp-content/uploads/2023/12/pseudo-hero-vector-mob.png") no-repeat;
  background-size: contain;
  background-position: bottom center;
  pointer-events: none;
  z-index: 2;
}
@media (min-width: 768px) {
  #content .hero-pseudo:before {
    max-height: 438px;
    background: url("/wp-content/uploads/2023/12/pseudo-hero-vector.png") no-repeat;
    background-size: contain;
    background-position: bottom center;
  }
}
#content .hero-pseudo > .fusion-builder-row {
  z-index: 3;
}
#content .hero-overlay:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  top: 0;
  left: 0;
  z-index: 0;
  pointer-events: none;
}
#content .hero-10-per {
  padding-top: 140px !important;
  padding-bottom: 110px !important;
}
@media (min-width: 981px) {
  #content .hero-10-per {
    padding: 10% 0 !important;
  }
}
#content .logos-section > .fusion-builder-row {
  max-width: 1017px !important;
}
#content .logos-section .fusion-gallery {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin: 0 !important;
  height: auto !important;
}
@media (max-width: 600px) {
  #content .logos-section .fusion-gallery {
    flex-direction: column;
  }
}
#content .logos-section .fusion-gallery-column {
  position: relative !important;
  left: auto !important;
  max-width: fit-content;
  width: 100%;
  padding: 0 !important;
  top: 0 !important;
}
#content .logos-section .fusion-gallery .clearfix {
  display: none;
}
#content .treat-section {
  padding: 60px 0;
}
@media (min-width: 981px) {
  #content .treat-section {
    padding: 8% 0;
  }
}
#content .treat-section > .fusion-builder-row {
  max-width: 1440px !important;
}
#content .treat-section .treat-title-row {
  max-width: 670px;
  margin: 0 auto 39px !important;
}
#content .treat-section .treat-title-row .fusion-title {
  margin-bottom: 20px !important;
}
#content .treat-section .treat-content-row .fusion-builder-row {
  display: flex;
  gap: 20px;
  align-items: stretch;
  justify-content: center;
}
#content .treat-section .treat-content-row .treat-item {
  position: relative;
  min-height: 220px;
  border-radius: 20px;
  overflow: hidden;
}
@media (min-width: 601px) {
  #content .treat-section .treat-content-row .treat-item {
    width: calc(50% - 10px);
  }
}
@media (min-width: 981px) {
  #content .treat-section .treat-content-row .treat-item {
    width: calc(33.333% - 13.333px);
  }
}
#content .treat-section .treat-content-row .treat-item:before, #content .treat-section .treat-content-row .treat-item:after {
  content: "";
  position: absolute;
  max-width: 84px;
  width: 20vw;
  height: 100%;
  background: url("/wp-content/uploads/2023/12/treat-item-linear.png") no-repeat;
  background-size: cover;
  background-position: right center;
  pointer-events: none;
  z-index: 1;
  opacity: 0;
}
#content .treat-section .treat-content-row .treat-item:before {
  left: 4px;
}
#content .treat-section .treat-content-row .treat-item:after {
  right: 4px;
  transform: rotate(180deg);
}
@media (min-width: 981px) {
  #content .treat-section .treat-content-row .treat-item:hover:before, #content .treat-section .treat-content-row .treat-item:hover:after {
    opacity: 1;
  }
}
@media (min-width: 981px) {
  #content .treat-section .treat-content-row .treat-item:hover .fusion-column-wrapper:before {
    background: rgba(25, 100, 100, 0.8);
  }
}
#content .treat-section .treat-content-row .treat-item:hover .fusion-title, #content .treat-section .treat-content-row .treat-item:hover .fusion-button {
  transform: translateY(0);
}
#content .treat-section .treat-content-row .treat-item .fusion-column-wrapper {
  position: relative;
  padding: 20px;
  gap: 32px;
  align-items: center;
}
#content .treat-section .treat-content-row .treat-item .fusion-column-wrapper:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.6);
  transition: all 0.3s;
  pointer-events: none;
}
#content .treat-section .treat-content-row .treat-item .fusion-column-wrapper > * {
  position: relative;
  transition: all 0.3s ease-in-out;
}
#content .treat-section .treat-content-row .treat-item .fusion-title {
  font-size: clamp(20px, 2.55vw, 25px);
  max-width: 290px;
  margin: 0 auto;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (min-width: 981px) {
  #content .treat-section .treat-content-row .treat-item .fusion-title {
    font-size: clamp(20px, 2vw, 25px);
    transform: translateY(85px);
  }
}
#content .treat-section .treat-content-row .treat-item .fusion-button {
  max-width: 150px;
  width: 100% !important;
  transition: all 0.4s ease-in-out;
}
@media (min-width: 981px) {
  #content .treat-section .treat-content-row .treat-item .fusion-button {
    transform: translateY(100px);
  }
}
#content .treat-section .treat-content-row .treat-item .fusion-button:hover {
  background: #ffffff;
}
#content .treat-section .treat-content-row .treat-item .fusion-button:hover .fusion-button-text {
  color: #53c249;
}
#content .review-section {
  padding: 60px 0;
}
@media (min-width: 981px) {
  #content .review-section {
    padding: 8% 0;
  }
}
#content .review-section > .fusion-builder-row {
  gap: 40px;
  flex-wrap: nowrap;
  justify-content: space-between;
}
@media (max-width: 980px) {
  #content .review-section > .fusion-builder-row {
    flex-direction: column-reverse;
  }
}
#content .review-section-1-2 {
  width: 100%;
}
@media (min-width: 981px) {
  #content .review-section-1-2 {
    max-width: 692px;
  }
}
@media (max-width: 980px) {
  #content .review-section-1-2 .fusion-imageframe {
    width: 100%;
  }
}
@media (max-width: 980px) {
  #content .review-section-1-2 .fusion-imageframe img {
    width: 100%;
  }
}
#content .review-section-2-2 {
  width: 100%;
}
@media (min-width: 981px) {
  #content .review-section-2-2 {
    width: 70%;
    max-width: 468px;
  }
}
@media (max-width: 980px) {
  #content .review-section-2-2 {
    text-align: center;
  }
}
#content .review-section-2-2 .fusion-builder-row {
  justify-content: center;
}
#content .review-section-2-2 .fusion-builder-row > .fusion-layout-column {
  margin: -25% auto 0;
  z-index: 1;
  max-width: 360px !important;
  width: 100%;
  padding: 30px 30px 23px;
  border-radius: 20px;
  background: #196464;
}
@media (min-width: 981px) {
  #content .review-section-2-2 .fusion-builder-row > .fusion-layout-column {
    max-width: 74.787% !important;
    margin: -192px auto 0;
  }
}
#content .review-section-2-2 .content-boxes .content-box-column {
  padding: 0;
  margin-bottom: 9px;
}
#content .review-section-2-2 .content-boxes .content-container {
  margin-bottom: 0;
}
#content .review-section-2-2 .content-boxes .content-container h4 {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}
#content .review-section-2-2 .content-boxes .heading {
  margin-bottom: 18px;
}
#content .review-section-2-2 .content-boxes .content-box-heading {
  font-size: clamp(22px, 4.563vw, 35px);
  color: #fff;
  line-height: 120% !important;
}
@media (min-width: 981px) {
  #content .review-section-2-2 .content-boxes .content-box-heading {
    font-size: clamp(22px, 2.431vw, 35px);
  }
}
#content .review-section-2-2 .content-boxes h4 {
  font-size: clamp(20px, 3.259vw, 25px);
  color: #fff;
}
#content .review-section-2-2 .content-boxes h4:not(:last-child) {
  margin-bottom: 4px;
}
@media (min-width: 981px) {
  #content .review-section-2-2 .content-boxes h4 {
    font-size: clamp(20px, 1.953vw, 25px);
  }
}
#content .review-section-2-2 .content-boxes p {
  font-size: clamp(20px, 3.259vw, 25px);
  font-weight: 500;
  line-height: 120%;
  color: #53C249;
  margin-bottom: 24px;
}
@media (min-width: 981px) {
  #content .review-section-2-2 .content-boxes p {
    font-size: clamp(20px, 1.953vw, 25px);
  }
}
#content .review-section-2-2 .fusion-social-networks-wrapper .fusion-social-network-icon {
  position: relative;
  font-size: 22px !important;
  height: 45px;
  width: 34px;
  margin: 0;
}
#content .review-section-2-2 .fusion-social-networks-wrapper .fusion-social-network-icon:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#content .review-section-2-2 .fusion-social-networks-wrapper .fusion-social-network-icon:hover {
  color: #fff !important;
}
#content .review-section .fusion-testimonials {
  position: relative;
  max-width: 95%;
  background: #196464;
  border-radius: 20px;
  padding: 30px 20px 42px clamp(20px, 4vw, 40px);
  margin: -40% auto 0;
  z-index: 1;
}
@media (min-width: 981px) {
  #content .review-section .fusion-testimonials {
    max-width: 85.262%;
    margin: -261px auto 0;
  }
}
#content .review-section .fusion-testimonials .testimonial-pagination {
  position: absolute;
  right: 20px;
  bottom: 30px;
  justify-content: flex-end;
  gap: 10px;
  margin: 0;
}
#content .review-section .fusion-testimonials .testimonial-pagination > a {
  background: rgba(255, 255, 255, 0.15);
  margin: 0;
  border: none;
}
#content .review-section .fusion-testimonials .testimonial-pagination > a.activeSlide {
  background: #fff;
}
#content .review-section .review * {
  text-align: left;
}
#content .review-section .review .testimonial-thumbnail {
  position: absolute;
  bottom: -12px;
  left: 0;
  margin: 0;
  max-width: 49px;
}
#content .review-section .review h3 {
  font-size: clamp(26px, 4.563vw, 35px);
  color: #fff;
  margin: 0 0 21px;
}
@media (min-width: 981px) {
  #content .review-section .review h3 {
    font-size: clamp(26px, 2.734vw, 35px);
  }
}
#content .review-section .review p {
  font-size: clamp(14px, 1.25vw, 16px);
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0;
  color: rgba(255, 255, 255, 0.75);
}
#content .review-section .review .awb-quote {
  font-size: 16px;
  line-height: 137%;
  padding: 0;
  background: transparent;
}
#content .review-section .review .author {
  margin-left: 65px;
  margin-top: 33px;
  letter-spacing: 0;
}
#content .review-section .review .company-name strong {
  font-weight: 400;
}
#content .contact-us-section {
  padding: 60px 0;
}
@media (min-width: 981px) {
  #content .contact-us-section {
    padding: 8% 0;
  }
}
#content .contact-us-section > .fusion-builder-row {
  gap: 40px;
  flex-direction: column-reverse;
}
@media (min-width: 981px) {
  #content .contact-us-section > .fusion-builder-row {
    flex-direction: row;
    flex-wrap: nowrap;
    padding-right: 2.055% !important;
  }
}
#content .contact-us-section .contact-section-1-2 {
  width: 100%;
}
@media (min-width: 981px) {
  #content .contact-us-section .contact-section-1-2 {
    max-width: 692px;
    width: 100%;
  }
}
#content .contact-us-section .contact-section-2-2 {
  width: 100%;
}
@media (min-width: 981px) {
  #content .contact-us-section .contact-section-2-2 {
    max-width: 420px;
    width: 80%;
  }
}
#content .contact-us-section .fusion-google-map {
  border-radius: 20px;
  box-shadow: 0px 15px 55px 0px rgba(0, 0, 0, 0.1);
}
@media (min-width: 981px) {
  #content .contact-us-section .fusion-google-map {
    height: 100%;
  }
}
#content .contact-us-section h2 {
  font-size: clamp(38px, 7.171vw, 55px) !important;
}
@media (min-width: 981px) {
  #content .contact-us-section h2 {
    font-size: clamp(42px, 4.3vw, 55px) !important;
  }
}
#content .contact-us-section .contact-section-mailto a {
  font-family: "Comfortaa", sans-serif;
  font-size: clamp(20px, 4.563vw, 24px);
  font-weight: 700;
  line-height: 120%;
  color: #399;
}
@media (min-width: 981px) {
  #content .contact-us-section .contact-section-mailto a {
    font-size: clamp(20px, 2.734vw, 24px);
  }
}
#content .contact-us-section .contact-section-phone a {
  font-family: "Comfortaa", sans-serif;
  font-size: clamp(20px, 4.563vw, 24px);
  font-weight: 700;
  line-height: 120%;
  color: #53C249;
}
@media (min-width: 981px) {
  #content .contact-us-section .contact-section-phone a {
    font-size: clamp(20px, 2.734vw, 24px);
  }
}
#content .fusion-form-builder {
  border-radius: 20px;
  border: 2px solid rgba(68, 68, 68, 0.1);
  background: #FFF;
  padding: 19px 18px 18px;
}
#content .fusion-form-builder .fusion-form-field {
  margin: 0;
}
#content .fusion-form-builder .form-title-wrap {
  max-width: 305px;
  margin: 0 auto 15px;
}
#content .fusion-form-builder .form-input-wrap {
  margin-bottom: 18px;
}
#content .fusion-form-builder .form-input-wrap .fusion-column-wrapper {
  flex-direction: row;
  flex-wrap: wrap;
  gap: 10px;
}
#content .fusion-form-builder .form-input-wrap .fusion-form-field {
  width: calc(50% - 5px);
}
#content .fusion-form-builder .form-input-wrap .fusion-form-field.fusion-form-textarea-field {
  width: 100%;
}
#content .fusion-form-builder .form-checkbox-wrap {
  margin-bottom: 17px;
}
#content .fusion-form-builder .form-checkbox-wrap .fusion-column-wrapper {
  gap: 5px;
}
#content .fusion-form-builder .fusion-form-radio label:before {
  border-color: #339999;
}
#content .fusion-form-builder .fusion-form-select-field select {
  font-size: 14px;
  border-color: #339999;
  padding: 0 30px 0 10px;
}
#content .fusion-form-builder .fusion-form-checkbox-field label {
  padding-left: 30px;
  text-transform: capitalize;
}
#content .fusion-form-builder .fusion-form-checkbox-field label:before {
  min-height: 20px;
  min-width: 20px;
  border: none;
  border-radius: 5px;
  background: #F0F0F0;
}
#content .fusion-form-builder .fusion-form-checkbox-field .fusion-form-checkbox input:checked + label:after {
  content: "";
  position: absolute;
  left: 5px;
  background: url("/wp-content/uploads/2023/12/checkbox-chevron.png") no-repeat;
  width: 10px;
  height: 6px;
  border-radius: 0;
}
#content .fusion-form-builder .fusion-form-label-wrapper, #content .fusion-form-builder label[for="message"] {
  display: none;
}
#content .fusion-form-builder input, #content .fusion-form-builder textarea {
  height: 40px;
  border-radius: 5px;
  background: #F0F0F0;
  padding: 9px 14px;
}
#content .fusion-form-builder input::placeholder, #content .fusion-form-builder textarea::placeholder {
  font-size: 14px;
  color: rgba(68, 68, 68, 0.45);
}
#content .fusion-form-builder textarea {
  min-height: 100px;
  max-height: 140px;
  min-width: 100%;
  max-width: 100%;
}
#content .fusion-form-builder button[type="submit"] {
  max-width: 100%;
  width: 100% !important;
}
#content .home-hero-section {
  padding: 140px 0 110px;
  align-items: center;
  justify-content: center;
}
@media (min-width: 981px) {
  #content .home-hero-section {
    padding: 115px 0 206px;
    min-height: calc(100vh - 232px);
  }
}
#content .home-hero-section:after {
  z-index: 1;
}
#content .home-hero-section > .fusion-builder-row {
  max-width: 430px !important;
}
#content .home-hero-section .fusion-title-heading {
  font-size: clamp(42px, 7.143vw, 70px) !important;
  position: relative;
  line-height: 1.32;
  /*&:before {
				content: '';
				position: absolute;
				width: 100%;
				height: 2px;
				border-radius: 5px;
				background: rgba(255, 255, 255, 0.25);
				top: 47.5%;
				left: 0;
			}*/
}
#content .home-hero-section .fusion-button {
  max-width: 270px;
  width: 100% !important;
}
#content .home-numbers-section {
  z-index: 15;
}
#content .home-numbers-section > .fusion-builder-row {
  gap: 20px;
}
@media (min-width: 661px) {
  #content .home-numbers-section > .fusion-builder-row {
    flex-wrap: nowrap;
  }
}
@media (max-width: 660px) {
  #content .home-numbers-section > .fusion-builder-row {
    justify-content: center;
  }
}
@media (min-width: 981px) {
  #content .home-numbers-section .home-numbers-col {
    width: calc(33.333% - 13.333px);
  }
}
@media (max-width: 660px) {
  #content .home-numbers-section .home-numbers-col {
    width: calc(50% - 10px);
  }
}
@media (max-width: 430px) {
  #content .home-numbers-section .home-numbers-col {
    width: 100%;
  }
}
#content .home-numbers-section .home-numbers-col:hover .fusion-title {
  background: linear-gradient(180deg, #3DA834 0%, #196464 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#content .home-numbers-section .home-numbers-col:hover .fusion-image-element img {
  filter: unset;
}
#content .home-numbers-section .home-numbers-col.home-numbers-1-3 .fusion-image-element {
  max-width: 88px;
}
@media (min-width: 768px) {
  #content .home-numbers-section .home-numbers-col.home-numbers-1-3 .fusion-image-element {
    max-width: clamp(57px, 6.875vw, 88px);
  }
}
#content .home-numbers-section .home-numbers-col .fusion-column-wrapper {
  gap: 20px;
  justify-content: center;
}
@media (max-width: 767px) {
  #content .home-numbers-section .home-numbers-col .fusion-column-wrapper {
    flex-direction: column;
    text-align: center;
  }
}
#content .home-numbers-section .home-numbers-col .fusion-image-element {
  max-width: 108px;
}
@media (min-width: 768px) {
  #content .home-numbers-section .home-numbers-col .fusion-image-element {
    max-width: clamp(70px, 8.438vw, 108px);
  }
}
#content .home-numbers-section .home-numbers-col .fusion-image-element img {
  filter: grayscale(1) brightness(0.85);
  transition: filter 0.3s;
}
#content .home-numbers-section .home-numbers-col .fusion-title {
  font-size: 16px;
  font-weight: 700;
  background: linear-gradient(180deg, #222 0%, #666 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: all 0.3s;
}
@media (min-width: 768px) {
  #content .home-numbers-section .home-numbers-col .fusion-title {
    font-size: clamp(12px, 1.563vw, 16px);
  }
}
#content .home-numbers-section .home-numbers-col .fusion-title .fusion-title-heading {
  line-height: 130%;
}
@media (max-width: 767px) {
  #content .home-numbers-section .home-numbers-col .fusion-title .fusion-title-heading {
    text-align: center;
  }
}
#content .home-welcome-section {
  padding: 60px 0;
}
@media (min-width: 981px) {
  #content .home-welcome-section {
    padding: 8% 0;
  }
}
@media (max-width: 980px) {
  #content .home-welcome-section > .fusion-builder-row {
    justify-content: center;
  }
}
#content .home-welcome-section .home-welcome-top-row {
  max-width: 1440px;
  width: 90%;
  margin: 0 auto;
  gap: 40px;
}
@media (min-width: 1281px) {
  #content .home-welcome-section .home-welcome-top-row {
    padding-right: 6.8% !important;
  }
}
#content .home-welcome-section .home-welcome-top-row .fusion-builder-row {
  gap: 50px;
}
@media (min-width: 981px) {
  #content .home-welcome-section .home-welcome-top-row .fusion-builder-row {
    flex-wrap: nowrap;
  }
}
@media (max-width: 980px) {
  #content .home-welcome-section .home-welcome-top-row .fusion-builder-row {
    justify-content: center;
  }
}
#content .home-welcome-section .home-welcome-top-row .fusion-title {
  margin-bottom: 21px !important;
}
@media (min-width: 981px) {
  #content .home-welcome-section .home-welcome-top-row .fusion-title-heading {
    font-size: clamp(38px, 3.819vw, 55px) !important;
  }
}
#content .home-welcome-section .home-welcome-1-2 {
  width: 100%;
}
@media (min-width: 981px) {
  #content .home-welcome-section .home-welcome-1-2 {
    max-width: 730px;
  }
}
#content .home-welcome-section .home-welcome-2-2 {
  position: relative;
  width: 100%;
}
@media (min-width: 981px) {
  #content .home-welcome-section .home-welcome-2-2 {
    width: 70%;
    max-width: 370px;
  }
}
@media (max-width: 980px) {
  #content .home-welcome-section .home-welcome-2-2 {
    max-width: fit-content;
  }
}
#content .home-welcome-section .home-welcome-2-2:before {
  content: "";
  position: absolute;
  background: linear-gradient(270deg, rgba(83, 194, 73, 0.25) 0%, rgba(83, 194, 73, 0) 100%);
  left: 70%;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
  max-width: 30vw;
  width: 30vw;
  height: 83.785%;
}
#content .home-welcome-section .home-welcome-2-2 .welcome-section-img-overlay {
  position: absolute;
  top: 20px;
  left: -40px;
}
@media (min-width: 981px) {
  #content .home-welcome-section .home-welcome-bottom-row {
    margin-top: 8%;
  }
}
#content .home-welcome-section .home-welcome-bottom-row .fusion-builder-row {
  align-items: flex-start;
}
#content .home-welcome-section .home-welcome-bottom-row .welcome-bottom-title {
  width: 90%;
  margin: 0 auto 20px !important;
}
#content .home-welcome-section .home-welcome-bottom-row .home-welcome-video-wrap {
  position: relative;
}
@media (min-width: 768px) {
  #content .home-welcome-section .home-welcome-bottom-row .home-welcome-video-wrap {
    width: 33.125%;
  }
}
#content .home-welcome-section .home-welcome-bottom-row .home-welcome-video-wrap:not(.active-video-player):before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1;
}
#content .home-welcome-section .home-welcome-bottom-row .home-welcome-video-wrap.active-video-player .fusion-video:before, #content .home-welcome-section .home-welcome-bottom-row .home-welcome-video-wrap.active-video-player .play-video-btn {
  display: none !important;
}
#content .home-welcome-section .home-welcome-bottom-row .home-welcome-video-wrap .video-wrapper {
  padding-bottom: 56%;
}
@media (min-width: 768px) {
  #content .home-welcome-section .home-welcome-bottom-row .home-welcome-video-wrap .video-wrapper {
    padding-bottom: 64.99%;
  }
}
@media (max-width: 980px) and (min-width: 768px) {
  #content .home-welcome-section .home-welcome-bottom-row .home-welcome-video-wrap .video-wrapper {
    padding-bottom: 62.99%;
  }
}
#content .home-welcome-section .home-welcome-bottom-row .home-welcome-video-wrap .video-wrapper video {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
#content .home-welcome-section .home-welcome-bottom-row .home-welcome-video-wrap .fusion-title-heading {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 10px;
  color: #F4F4F4;
  text-align: center;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  font-weight: 600;
  line-height: 120%;
  z-index: 2;
  cursor: pointer;
}
#content .home-welcome-section .home-welcome-bottom-row .home-welcome-video-wrap .fusion-title-heading:before {
  content: url("/wp-content/uploads/2023/12/play-icon.svg");
  max-width: 40px;
  max-height: 40px;
}
@media (min-width: 768px) {
  #content .home-welcome-section .home-welcome-bottom-row .home-welcome-video-wrap .fusion-title-heading {
    font-size: clamp(26px, 2.431vw, 35px);
  }
}
@media (min-width: 768px) {
  #content .home-welcome-section .home-welcome-bottom-row .home-welcome-video-wrap.home-welcome-video-center {
    width: 33.75%;
    border-radius: 0px 0px 20px 20px;
    overflow: hidden;
  }
}
@media (min-width: 1441px) {
  #content .home-welcome-section .home-welcome-bottom-row .home-welcome-video-wrap.home-welcome-video-center {
    border-radius: 0px 0px 6% 6%;
  }
}
#content .home-welcome-section .home-welcome-bottom-row .home-welcome-video-wrap.home-welcome-video-center .fusion-video {
  position: relative;
}
@media (min-width: 768px) {
  #content .home-welcome-section .home-welcome-bottom-row .home-welcome-video-wrap.home-welcome-video-center .fusion-video:before {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    width: 102%;
    height: 100%;
    background: url("/wp-content/uploads/2023/12/video-overlay.svg") no-repeat;
    background-size: contain;
    background-position: center bottom;
    z-index: 1;
    pointer-events: none;
  }
}
@media (min-width: 768px) {
  #content .home-welcome-section .home-welcome-bottom-row .home-welcome-video-wrap.home-welcome-video-center .video-wrapper {
    padding-bottom: 67.902%;
  }
}
#content .home-welcome-section .home-welcome-bottom-row .home-welcome-video-wrap.home-welcome-video-center .fusion-title-heading {
  bottom: 20px;
}
#content .home-welcome-section .home-welcome-bottom-row .fusion-video {
  display: flex;
}
#content .home-welcome-section .home-welcome-bottom-row .fusion-button {
  max-width: 200px;
  width: 100% !important;
}
#content .home-meet-section {
  padding: 60px 0;
}
@media (min-width: 981px) {
  #content .home-meet-section {
    padding: 8% 0;
  }
}
#content .home-meet-section > .fusion-builder-row {
  max-width: 1004px !important;
  flex-wrap: nowrap;
  gap: 40px;
}
@media (min-width: 981px) {
  #content .home-meet-section > .fusion-builder-row {
    padding-left: 0.3%;
  }
}
@media (max-width: 767px) {
  #content .home-meet-section > .fusion-builder-row {
    flex-direction: column;
  }
}
#content .home-meet-section .home-meet-1-2 {
  position: relative;
  width: 100%;
}
@media (min-width: 981px) {
  #content .home-meet-section .home-meet-1-2 {
    width: 70%;
    max-width: 394px;
  }
}
#content .home-meet-section .home-meet-1-2:before {
  content: "";
  position: absolute;
  background: linear-gradient(270deg, rgba(83, 194, 73, 0.25) 0%, rgba(83, 194, 73, 0) 100%);
  right: 70%;
  top: 50%;
  transform: translateY(-50%);
  max-width: 30vw;
  width: 30vw;
  height: 75.893%;
}
#content .home-meet-section .home-meet-2-2 {
  width: 100%;
}
@media (min-width: 981px) {
  #content .home-meet-section .home-meet-2-2 {
    max-width: 488px;
  }
}
#content .home-meet-section .home-meet-2-2 .fusion-builder-row {
  justify-content: flex-start;
  gap: 15px;
}
@media (min-width: 981px) {
  #content .home-meet-section .home-meet-2-2 .fusion-builder-row {
    gap: 3.5%;
  }
}
#content .home-meet-section .home-meet-2-2 .fusion-builder-row .fusion-layout-column {
  max-width: fit-content;
  width: 100%;
}
@media (max-width: 540px) {
  #content .home-meet-section .home-meet-2-2 .fusion-builder-row .fusion-layout-column:first-child {
    width: 100%;
    max-width: 100%;
    order: 3;
  }
}
#content .home-meet-section .fusion-title-size-two {
  margin-bottom: 20px !important;
}
#content .home-meet-section .fusion-text p {
  line-height: 131%;
}
#content .home-meet-section .fusion-text p:not(:last-child) {
  margin-bottom: 20px;
}
#content .home-meet-section .home-meet-img-overlay {
  position: absolute;
  top: 24px;
  right: 24px;
}
#content .home-meet-section svg {
  width: 81px;
  height: 42px;
}
#content .home-meet-section svg path {
  stroke-dashoffset: 704px;
  animation: letter-animation 1.5s linear forwards;
}
@media (min-width: 981px) {
  #content .hover-5col-section {
    min-height: clamp(500px, 41.667vw, 600px);
  }
}
@media (max-width: 980px) {
  #content .hover-5col-section > .fusion-builder-row {
    flex-direction: column;
  }
}
#content .hover-5col-section .hover-5col-item {
  text-align: center;
  overflow: hidden;
}
@media (max-width: 980px) {
  #content .hover-5col-section .hover-5col-item {
    width: 100%;
  }
}
@media (min-width: 981px) {
  #content .hover-5col-section .hover-5col-item:before, #content .hover-5col-section .hover-5col-item:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    pointer-events: none;
    background: url("/wp-content/uploads/2024/01/linear-40cc.png") no-repeat;
    background-size: contain;
    transition: all 0.3s ease-in-out;
    opacity: 0;
  }
}
#content .hover-5col-section .hover-5col-item:before {
  top: 6px;
}
#content .hover-5col-section .hover-5col-item:after {
  bottom: 6px;
  transform: rotate(180deg);
}
#content .hover-5col-section .hover-5col-item > .fusion-column-wrapper {
  background: rgba(0, 0, 0, 0);
  padding: 40px;
  align-items: center;
  transition: all 0.3s ease-in-out;
  z-index: 2;
}
@media (min-width: 981px) {
  #content .hover-5col-section .hover-5col-item > .fusion-column-wrapper {
    padding: 173px clamp(10px, 1.563vw, 20px) 20px;
  }
}
@media (max-width: 980px) {
  #content .hover-5col-section .hover-5col-item > .fusion-column-wrapper {
    background: rgba(0, 0, 0, 0.5);
  }
}
#content .hover-5col-section .hover-5col-item > .fusion-column-wrapper .content-box-column {
  padding: 0;
}
@media (max-width: 980px) {
  #content .hover-5col-section .hover-5col-item > .fusion-column-wrapper .content-box-column {
    margin-bottom: 0;
  }
}
@media (max-width: 980px) {
  #content .hover-5col-section .hover-5col-item > .fusion-column-wrapper .content-box-column > .col {
    max-width: 600px;
  }
}
#content .hover-5col-section .hover-5col-item:hover:before, #content .hover-5col-section .hover-5col-item:hover:after {
  opacity: 1;
}
#content .hover-5col-section .hover-5col-item:hover .fusion-title, #content .hover-5col-section .hover-5col-item:hover .fusion-content-boxes {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
#content .hover-5col-section .hover-5col-item:hover .fusion-title {
  -webkit-transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
}
#content .hover-5col-section .hover-5col-item:hover .fusion-title:after {
  opacity: 0;
}
#content .hover-5col-section .hover-5col-item:hover > .fusion-column-wrapper {
  background: rgba(0, 0, 0, 0.5);
}
#content .hover-5col-section .hover-5col-item .fusion-title {
  position: relative;
  font-size: 35px;
  max-width: fit-content;
  margin: 0 auto;
  padding-bottom: 10px;
}
@media (min-width: 981px) {
  #content .hover-5col-section .hover-5col-item .fusion-title {
    -webkit-transform: translate3d(0, 479%, 0);
    transform: translate3d(0, 479%, 0);
    -webkit-transition: transform 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out;
  }
}
@media (min-width: 981px) and (max-width: 1400px) {
  #content .hover-5col-section .hover-5col-item .fusion-title {
    font-size: clamp(22px, 2.3vw, 35px);
  }
}
@media (min-width: 981px) {
  #content .hover-5col-section .hover-5col-item .fusion-title:after {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 4px;
    border-radius: 5px;
    background: #53C249;
    opacity: 1;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
  }
}
@media (min-width: 981px) {
  #content .hover-5col-section .hover-5col-item .fusion-content-boxes {
    font-size: clamp(14px, 1.25vw, 16px);
    opacity: 0;
    -webkit-transform: translate3d(0, 200%, 0);
    transform: translate3d(0, 200%, 0);
    -webkit-transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
  }
}
#content .hover-5col-section .hover-5col-item .heading {
  margin: 0;
}
#content .hover-5col-section .hover-5col-item .fusion-read-more {
  display: inline-block;
  font-family: "Comfortaa", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.28px;
  text-transform: uppercase;
  padding: 18px 24px 16px;
  float: unset !important;
  border-radius: 10px;
  background: #53C249;
  color: #fff;
}
#content .hover-5col-section .hover-5col-item .fusion-read-more:after {
  display: none;
}
#content .hover-5col-section .hover-5col-item .fusion-read-more:hover {
  background: #2a6f6f;
  /* color: #53c249; */
}
@keyframes letter-animation {
  0% {
    stroke-dashoffset: 704;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
#content .services-hero-section .fusion-builder-row {
  max-width: 996px !important;
}
@media (min-width: 768px) {
  #content .services-hero-section .fusion-layout-column {
    max-width: 60%;
  }
}
#content .services-hero-section .fusion-title {
  margin-bottom: 10px !important;
}
#content .services-hero-section .fusion-text {
  max-width: 467px;
}
#content .services-hero-section .fusion-text p {
  font-size: clamp(14px, 1.633vw, 16px);
}
#content .services-hero-section .fusion-button {
  max-width: 270px;
  width: 100% !important;
}
#content .services-2col-section {
  padding: 60px 0;
}
@media (min-width: 981px) {
  #content .services-2col-section {
    padding: 6.5% 0;
  }
}
#content .services-2col-section > .fusion-builder-row {
  max-width: 996px !important;
  gap: 60px;
}
#content .services-2col-section.services-1col-section .fusion-image-element {
  margin: 0 0 40px;
}
#content .services-2col-section.services-1col-section .fusion-text ul {
  margin: 10px auto 40px;
  max-width: fit-content;
  text-align: left;
}
@media (max-width: 980px) {
  #content .services-2col-section .service-content-row {
    text-align: left;
  }
}
@media (max-width: 980px) {
  #content .services-2col-section .service-content-row.service-content-row-reverse .fusion-builder-row {
    flex-direction: column-reverse;
  }
}
#content .services-2col-section .service-content-row .fusion-builder-row {
  gap: 40px;
  flex-direction: column;
}
@media (min-width: 981px) {
  #content .services-2col-section .service-content-row .fusion-builder-row {
    flex-wrap: nowrap;
    flex-direction: row;
  }
}
#content .services-2col-section .service-content-row .services-2col-large {
  width: 100%;
}
@media (min-width: 981px) {
  #content .services-2col-section .service-content-row .services-2col-large {
    max-width: 590px;
  }
}
#content .services-2col-section .service-content-row .services-2col-sm {
  width: 80%;
}
@media (min-width: 981px) {
  #content .services-2col-section .service-content-row .services-2col-sm {
    width: 60%;
    max-width: 330px;
  }
}
#content .services-2col-section .service-content-row .services-2col-sm img {
  width: 100%;
}
@media (max-width: 980px) {
  #content .services-2col-section .service-content-row .fusion-image-element {
    text-align: center;
  }
}
#content .services-2col-section .service-content-row .fusion-title {
  margin-bottom: 16px !important;
}
#content .contact-hero-section > .fusion-builder-row {
  max-width: 552px !important;
}
@media (max-width: 980px) {
  #content .contact-main-section {
    padding: 60px 0;
  }
}
#content .contact-main-section > .fusion-builder-row {
  max-width: 996px !important;
  gap: 40px;
}
@media (min-width: 981px) {
  #content .contact-main-section > .fusion-builder-row {
    flex-wrap: nowrap;
  }
}
#content .contact-main-section .contact-main-1-2 {
  width: 100%;
}
@media (min-width: 981px) {
  #content .contact-main-section .contact-main-1-2 {
    max-width: 466px;
  }
}
#content .contact-main-section .contact-main-2-2 {
  width: 100%;
}
@media (min-width: 981px) {
  #content .contact-main-section .contact-main-2-2 {
    max-width: 406px;
  }
}
#content .contact-main-section .contact-main-2-2 > .fusion-column-wrapper {
  gap: 35px;
}
@media (max-width: 980px) {
  #content .contact-main-section .contact-main-2-2 > .fusion-column-wrapper {
    flex-direction: column-reverse;
  }
}
#content .contact-main-section .fusion-title-heading a {
  color: inherit;
  text-decoration: underline;
}
#content .contact-main-section .fusion-title-heading a:hover {
  text-decoration: none;
}
#content .contact-main-section .contact-dark-title {
  margin-bottom: 21px !important;
}
#content .contact-main-section .contact-address-title {
  margin-bottom: 11px !important;
}
#content .contact-main-section .contact-hours-title {
  margin-bottom: 14px !important;
}
#content .contact-main-section .contact-address-module p:not(:last-child) {
  margin-bottom: 10px;
}
#content .contact-main-section .contact-phones-module p:not(:last-child) {
  margin-bottom: 16px;
}
#content .contact-main-section .fusion-google-map {
  border-radius: 20px;
  margin-bottom: 0 !important;
}
#content .contact-main-section .table-1 {
  max-width: 386px;
  width: 100%;
  font-size: 14px;
}
@media (max-width: 980px) {
  #content .contact-main-section .table-1 {
    margin: 0 auto 39px;
  }
}
#content .contact-main-section .table-1 table {
  box-shadow: none;
  border: 1px solid #399;
  border-collapse: separate;
  border-radius: 5px;
  overflow: hidden;
}
#content .contact-main-section .table-1 tr {
  background: transparent;
}
#content .contact-main-section .table-1 tr:last-child {
  border: none;
}
#content .contact-main-section .table-1 tr:last-child td {
  border-bottom: none;
}
#content .contact-main-section .table-1 tr td {
  padding: 8.5px 14px;
  border: none;
  border-bottom: 1px solid #399;
}
#content .contact-main-section .fusion-button {
  padding-left: 20px;
  padding-right: 20px;
}
@media (max-width: 980px) {
  #content .contact-main-section .fusion-form-builder {
    max-width: 406px;
    margin: 0 auto;
  }
}
@media (max-width: 980px) {
  #content .contact-main-section .fusion-form-builder form .fusion-builder-row {
    justify-content: center;
  }
}
@media (max-width: 980px) {
  #content .contact-main-section .fusion-form-builder .fusion-form-checkbox-field fieldset {
    text-align: left;
  }
}
#content .default-contact-form .contact-dark-title, #content .refer-main-section.contact-main-section .contact-dark-title {
  margin: 22px 0 0 !important;
}
#content .default-contact-form .fusion-title-size-four, #content .refer-main-section.contact-main-section .fusion-title-size-four {
  margin: 20px 0 !important;
}
#content .default-contact-form .fusion-form-builder, #content .refer-main-section.contact-main-section .fusion-form-builder {
  margin-top: 40px !important;
}
#content .default-contact-form .fusion-form-builder .fusion-title-size-four, #content .refer-main-section.contact-main-section .fusion-form-builder .fusion-title-size-four {
  margin: 10px 0 !important;
}
#content .default-contact-form .fusion-form-builder .fusion-form-label-wrapper, #content .refer-main-section.contact-main-section .fusion-form-builder .fusion-form-label-wrapper {
  display: block;
}
#content .default-contact-form .fusion-form-builder .fusion-form-label-wrapper label, #content .refer-main-section.contact-main-section .fusion-form-builder .fusion-form-label-wrapper label {
  margin-bottom: 0;
}
#content .default-contact-form .fusion-form-builder .fusion-form-element-required, #content .refer-main-section.contact-main-section .fusion-form-builder .fusion-form-element-required {
  text-decoration: none;
}
#content .default-contact-form .fusion-form-builder .form-input-wrap .fusion-form-field, #content .refer-main-section.contact-main-section .fusion-form-builder .form-input-wrap .fusion-form-field {
  width: 100%;
}
#content .default-contact-form .fusion-form-builder .fusion-form-tooltip > i, #content .refer-main-section.contact-main-section .fusion-form-builder .fusion-form-tooltip > i {
  color: #53c249;
}
#content .default-contact-form .fusion-form-builder .fusion-form-tooltip .fusion-form-tooltip-content, #content .refer-main-section.contact-main-section .fusion-form-builder .fusion-form-tooltip .fusion-form-tooltip-content {
  background: #196464;
  border-color: #196464;
}
#content .archive-blog-section {
  padding: 60px 0;
}
@media (min-width: 981px) {
  #content .archive-blog-section {
    padding: 6.5% 0;
  }
}
#content .archive-blog-section > .fusion-builder-row {
  gap: 40px;
}
@media (min-width: 981px) {
  #content .archive-blog-section > .fusion-builder-row {
    flex-wrap: nowrap;
  }
}
@media (max-width: 980px) {
  #content .archive-blog-section > .fusion-builder-row {
    justify-content: center;
  }
}
@media (max-width: 700px) {
  #content .archive-blog-section > .fusion-builder-row {
    max-width: 430px !important;
  }
}
#content .archive-blog-section .archive-blog-content {
  width: 100%;
}
@media (min-width: 981px) {
  #content .archive-blog-section .archive-blog-content {
    max-width: 793px;
  }
}
#content .archive-blog-section .archive-blog-sidebar {
  max-width: 285px;
  width: 100%;
}
@media (min-width: 981px) {
  #content .archive-blog-section .archive-blog-sidebar {
    width: 33%;
  }
}
#content .archive-blog-section .archive-blog-sidebar .fusion-search-element {
  margin-bottom: clamp(30px, 4.167vw, 59px);
}
#content .archive-blog-section .archive-blog-sidebar .fusion-search-element input[type="search"] {
  border-radius: 10px;
  background: #F4F4F4;
  border: none;
  padding-left: 16px;
}
#content .archive-blog-section .archive-blog-sidebar .fusion-search-element input[type="search"]::placeholder {
  color: #444;
}
#content .archive-blog-section .archive-blog-sidebar .fusion-search-element .search-button {
  right: 0;
  border-radius: 10px;
  background: #1EBC10;
}
#content .archive-blog-section .archive-blog-sidebar .fusion-search-element .search-button:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: url("/wp-content/uploads/2023/12/Group-48095691.svg") no-repeat;
  background-size: contain;
  background-position: center;
  width: 20px;
  height: 21px;
  pointer-events: none;
}
#content .archive-blog-section .archive-blog-sidebar .fusion-search-element .search-button input {
  font-size: 0 !important;
}
#content .archive-blog-section .archive-blog-sidebar .fusion-search-element .search-button .fusion-slider-loading {
  display: none !important;
}
#content .archive-blog-section .archive-blog-sidebar .fusion-title {
  margin-bottom: 19px !important;
}
@media (min-width: 981px) {
  #content .archive-blog-section .archive-blog-sidebar .fusion-title {
    font-size: clamp(22px, 2.344vw, 30px);
  }
}
#content .archive-blog-section .archive-blog-sidebar .fusion-recent-posts {
  margin-bottom: clamp(30px, 4.167vw, 60px);
}
#content .archive-blog-section .archive-blog-sidebar .fusion-recent-posts .fusion-columns {
  margin: 0;
}
#content .archive-blog-section .archive-blog-sidebar .fusion-recent-posts article {
  padding: 0;
  margin-bottom: 0;
}
#content .archive-blog-section .archive-blog-sidebar .fusion-recent-posts article:not(:last-child) {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #EEE;
}
#content .archive-blog-section .archive-blog-sidebar .fusion-recent-posts .entry-title {
  font-size: 16px;
  line-height: 146%;
  font-weight: 400;
  margin: 0;
}
#content .archive-blog-section .archive-blog-sidebar .fusion-recent-posts .entry-title a:hover {
  color: #1EBC10;
}
#content .archive-blog-section .archive-blog-sidebar .categories-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
#content .archive-blog-section .archive-blog-sidebar .categories-list li {
  font-size: 20px;
  font-weight: 400;
  line-height: normal;
}
#content .archive-blog-section .archive-blog-sidebar .categories-list li:not(:last-child) {
  margin-bottom: 15px;
  line-height: 146%;
}
@media (min-width: 981px) {
  #content .archive-blog-section .archive-blog-sidebar .categories-list li {
    font-size: clamp(18px, 1.563vw, 20px);
  }
}
#content .archive-blog-section .archive-blog-sidebar .categories-list li a:hover {
  color: #1EBC10;
}
#content .archive-blog-section .archive-blog-module .fusion-posts-container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 19px;
}
#content .archive-blog-section .archive-blog-module article {
  align-items: flex-start;
  flex-direction: column;
  flex-wrap: nowrap;
  width: 100%;
  margin: 0;
  border-radius: 20px;
  background: #F9F9F9;
  overflow: hidden;
  padding-bottom: 30px;
  transition: all 0.2s;
}
@media (min-width: 701px) {
  #content .archive-blog-section .archive-blog-module article {
    width: calc(50% - 9.5px);
  }
}
@media (max-width: 700px) {
  #content .archive-blog-section .archive-blog-module article {
    height: 100%;
  }
}
#content .archive-blog-section .archive-blog-module article:hover {
  background: #F4F4F4;
}
#content .archive-blog-section .archive-blog-module article .fusion-flexslider {
  width: 100%;
  margin: 0;
}
#content .archive-blog-section .archive-blog-module article .fusion-image-wrapper {
  position: relative;
  padding-bottom: 53.23%;
  border-radius: 20px;
  overflow: hidden;
}
#content .archive-blog-section .archive-blog-module article .fusion-image-wrapper > .wp-post-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: all 0.2s;
}
#content .archive-blog-section .archive-blog-module article .fusion-image-wrapper:hover > .wp-post-image {
  transform: scale(1.05);
}
#content .archive-blog-section .archive-blog-module article .fusion-image-wrapper .fusion-rollover {
  transform: translateX(0);
  background: transparent !important;
}
#content .archive-blog-section .archive-blog-module article .fusion-image-wrapper .fusion-rollover .fusion-rollover-content *:not(.fusion-link-wrapper) {
  display: none;
}
#content .archive-blog-section .archive-blog-module article .post-content {
  padding: 20px 20px 16px;
}
#content .archive-blog-section .archive-blog-module article .entry-title {
  font-size: clamp(22px, 5.556vw, 25px) !important;
  line-height: 120% !important;
  margin-bottom: 11px !important;
}
@media (min-width: 701px) {
  #content .archive-blog-section .archive-blog-module article .entry-title {
    font-size: clamp(20px, 3.012vw, 25px) !important;
  }
}
@media (min-width: 981px) {
  #content .archive-blog-section .archive-blog-module article .entry-title {
    font-size: clamp(20px, 1.984vw, 25px) !important;
  }
}
#content .archive-blog-section .archive-blog-module article .fusion-post-content-container {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
#content .archive-blog-section .archive-blog-module article .fusion-post-content-container p {
  margin: 0;
}
#content .archive-blog-section .archive-blog-module article .fusion-clearfix {
  display: none;
}
#content .archive-blog-section .archive-blog-module article .fusion-meta-info {
  margin: 0;
  padding: 0 20px;
  border: none;
  line-height: 1;
}
#content .archive-blog-section .archive-blog-module article .fusion-meta-info .fusion-alignright {
  float: unset;
  margin: 0;
}
#content .archive-blog-section .archive-blog-module article .fusion-meta-info .fusion-read-more {
  position: relative;
  display: inline-block;
  text-align: left;
  font-size: 14px;
  font-weight: 600;
  margin: 0;
  color: #399;
  padding-left: 30px;
  transition: all 0.2s;
}
#content .archive-blog-section .archive-blog-module article .fusion-meta-info .fusion-read-more:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  height: 2px;
  width: 20px;
  background: #399;
  transition: all 0.2s;
}
#content .archive-blog-section .archive-blog-module article .fusion-meta-info .fusion-read-more:hover {
  color: #53C249;
}
#content .archive-blog-section .archive-blog-module article .fusion-meta-info .fusion-read-more:hover:before {
  background: #53C249;
}
#content .archive-blog-section .archive-blog-module article .fusion-meta-info .fusion-read-more:after {
  display: none;
}
body.error404 #main {
  padding: 0;
}
body.error404 #main > .fusion-row {
  width: 90%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 120px 0;
}
@media (min-width: 981px) {
  body.error404 #main > .fusion-row {
    padding: 9% 0px;
  }
}
body.error404 #main .fusion-title {
  margin-bottom: 40px !important;
}
body.error404 #main h2.title-heading-left {
  font-size: clamp(38px, 4.297vw, 55px);
}
/*# sourceMappingURL=index.css.map */