/*
 Theme Name:   Bulk Environmental
 Theme URI:    https://modop.com
 Description:  A child theme for Hello Elementor
 Author:       Modop
 Author URI:   https://modop.com
 Template:     hello-elementor
 Version:      1.0.3
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  my-child-theme
*/
/* Colors mapped from Elementor */
/* Breakpoints (Max width) */
/* Font Sizes */
/* Font Weights */
/* Apply to all pseudo-classes for an anchor tag */
.btn_base .elementor-button-content-wrapper {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 10px; }
  .btn_base .elementor-button-content-wrapper .elementor-button-icon {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center; }
    .btn_base .elementor-button-content-wrapper .elementor-button-icon.elementor-align-icon-right {
      margin-left: 0; }

.btn_base.green_chevron a.elementor-button .elementor-button-icon::after {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' viewBox='5 0 8 13'><path fill='%2300A64B' d='M13 6.33 5 .5v2.619L9.393 6.32 5 9.707V12.5l8-6.17z'/></svg>"); }

.btn_base.green_chevron a:hover .elementor-button-icon::after {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' viewBox='5 0 8 13'><path fill='%23fff' d='M13 6.33 5 .5v2.619L9.393 6.32 5 9.707V12.5l8-6.17z'/></svg>"); }

.btn_base.white_chevron a.elementor-button .elementor-button-icon::after {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' viewBox='5 0 8 13'><path fill='%23fff' d='M13 6.33 5 .5v2.619L9.393 6.32 5 9.707V12.5l8-6.17z'/></svg>"); }

.btn_base.white_chevron a:hover .elementor-button-icon::after {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' viewBox='5 0 8 13'><path fill='%2300A64B' d='M13 6.33 5 .5v2.619L9.393 6.32 5 9.707V12.5l8-6.17z'/></svg>"); }

.btn_base a.elementor-button {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center; }
  .btn_base a.elementor-button:hover .elementor-button-icon svg {
    animation-name: bounceAlpha;
    animation-duration: 1.4s;
    animation-iteration-count: infinite;
    animation-timing-function: linear; }
  .btn_base a.elementor-button:hover .elementor-button-icon::after {
    animation-name: bounceAlpha;
    animation-duration: 1.4s;
    animation-delay: 0.2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear; }
  .btn_base a.elementor-button .elementor-align-icon-right {
    margin-left: 0; }
  .btn_base a.elementor-button .elementor-button-icon {
    width: 9px;
    height: 100%;
    position: relative;
    top: 0; }
    .btn_base a.elementor-button .elementor-button-icon::after {
      content: '';
      background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' viewBox='5 0 8 13'><path fill='%2300A64B' d='M13 6.33 5 .5v2.619L9.393 6.32 5 9.707V12.5l8-6.17z'/></svg>");
      background-size: cover;
      background-repeat: no-repeat;
      background-position: right;
      width: 9px;
      height: 15px;
      left: 6px;
      top: 0;
      display: block;
      position: absolute; }
    .btn_base a.elementor-button .elementor-button-icon svg {
      width: 100%;
      height: auto;
      position: relative;
      left: 0;
      top: 0; }

.btn_base.tint_green .elementor-button.elementor-button-link {
  background-color: var(--e-global-color-14ef391);
  color: var(--e-global-color-d6cea4e); }
  .btn_base.tint_green .elementor-button.elementor-button-link:hover {
    background-color: var(--e-global-color-50b3e91);
    color: var(--e-global-color-primary); }

.truncater_row .toggle_truncate {
  padding-right: 11px;
  padding-bottom: 25px; }
  .truncater_row .toggle_truncate .elementor-button-link {
    padding-right: 5px !important; }
    .truncater_row .toggle_truncate .elementor-button-link::after {
      content: url("/wp-content/uploads/2023/09/arrow_point_down.svg");
      width: 13px;
      height: 16px;
      position: absolute;
      top: 5px;
      right: 0; }
    .truncater_row .toggle_truncate .elementor-button-link.collapse_prev::after {
      content: url("/wp-content/uploads/2023/09/arrow_point_up.svg"); }

@keyframes bounceAlpha {
  0% {
    opacity: 1;
    transform: translateX(0px) scale(1); }
  25% {
    opacity: 0;
    transform: translateX(10px) scale(0.9); }
  26% {
    opacity: 0;
    transform: translateX(-10px) scale(0.9); }
  55% {
    opacity: 1;
    transform: translateX(0px) scale(1); } }

.our_team_btn {
  padding-right: 7px; }
  .our_team_btn a.elementor-button {
    background-color: rgba(0, 0, 0, 0);
    padding: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center; }
    .our_team_btn a.elementor-button:hover {
      background-color: rgba(0, 0, 0, 0); }
      .our_team_btn a.elementor-button:hover .elementor-button-icon svg {
        animation-name: bounceAlpha;
        animation-duration: 1.4s;
        animation-iteration-count: infinite;
        animation-timing-function: linear; }
      .our_team_btn a.elementor-button:hover .elementor-button-icon::after {
        animation-name: bounceAlpha;
        animation-duration: 1.4s;
        animation-delay: 0.2s;
        animation-iteration-count: infinite;
        animation-timing-function: linear; }
      .our_team_btn a.elementor-button:hover .elementor-button-text::after {
        transform: translateX(-5px); }
    .our_team_btn a.elementor-button .elementor-align-icon-right {
      margin-left: 0; }
    .our_team_btn a.elementor-button .elementor-button-icon {
      width: 9px;
      height: 100%;
      position: relative;
      top: 15px; }
      .our_team_btn a.elementor-button .elementor-button-icon::after {
        content: '';
        background-image: url("/wp-content/uploads/2023/09/chevron_unit_green.svg");
        background-size: cover;
        background-repeat: no-repeat;
        background-position: right;
        width: 9px;
        height: 15px;
        left: 6px;
        top: 2px;
        display: block;
        position: absolute; }
      .our_team_btn a.elementor-button .elementor-button-icon svg {
        width: 100%;
        height: auto;
        position: relative;
        left: 0;
        top: 0; }
    .our_team_btn a.elementor-button .elementor-button-text {
      color: var(--e-global-color-764183d);
      font-family: "Open Sans", sans-serif;
      font-size: 16px;
      font-style: normal;
      font-weight: 700;
      line-height: 23px;
      font-display: swap; }
      .our_team_btn a.elementor-button .elementor-button-text::after {
        content: '';
        width: 100%;
        height: 2px;
        top: 100%;
        right: 100%;
        display: block;
        background-color: var(--e-global-color-14ef391);
        transition: 0.3s ease-in-out; }

.our_team_btn {
  padding-right: 7px; }
  .our_team_btn a.elementor-button {
    background-color: rgba(0, 0, 0, 0);
    padding: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center; }
    .our_team_btn a.elementor-button:hover {
      background-color: rgba(0, 0, 0, 0); }
      .our_team_btn a.elementor-button:hover .elementor-button-icon svg {
        animation-name: bounceAlpha;
        animation-duration: 1.4s;
        animation-iteration-count: infinite;
        animation-timing-function: linear; }
      .our_team_btn a.elementor-button:hover .elementor-button-icon::after {
        animation-name: bounceAlpha;
        animation-duration: 1.4s;
        animation-delay: 0.2s;
        animation-iteration-count: infinite;
        animation-timing-function: linear; }
      .our_team_btn a.elementor-button:hover .elementor-button-text::after {
        transform: translateX(-5px); }
    .our_team_btn a.elementor-button .elementor-align-icon-right {
      margin-left: 0; }
    .our_team_btn a.elementor-button .elementor-button-icon {
      width: 9px;
      height: 100%;
      position: relative;
      top: 15px; }
      .our_team_btn a.elementor-button .elementor-button-icon::after {
        content: '';
        background-image: url("/wp-content/uploads/2023/09/chevron_unit_green.svg");
        background-size: cover;
        background-repeat: no-repeat;
        background-position: right;
        width: 9px;
        height: 15px;
        left: 6px;
        top: 2px;
        display: block;
        position: absolute; }
      .our_team_btn a.elementor-button .elementor-button-icon svg {
        width: 100%;
        height: auto;
        position: relative;
        left: 0;
        top: 0; }
    .our_team_btn a.elementor-button .elementor-button-text {
      color: var(--e-global-color-764183d);
      font-family: "Open Sans", sans-serif;
      font-size: 16px;
      font-style: normal;
      font-weight: 700;
      line-height: 23px;
      font-display: swap; }
      .our_team_btn a.elementor-button .elementor-button-text::after {
        content: '';
        width: 100%;
        height: 2px;
        top: 100%;
        right: 100%;
        display: block;
        background-color: var(--e-global-color-14ef391);
        transition: 0.3s ease-in-out; }

/* ==================================================== */
/* ==================================================== */
/* ==================================================== */
/* MOBILE PHONES */
/* ==================================================== */
/* ==================================================== */
/* ==================================================== */
@media (max-width: 767px) {
  .btn_base .elementor-button-content-wrapper {
    gap: 7.7px; }
  .our_team_btn a.elementor-button .elementor-button-icon {
    top: 17px; }
    .our_team_btn a.elementor-button .elementor-button-icon::after {
      top: 0; } }

/* ==================================================== */
/* ==================================================== */
/* ==================================================== */
/* Tablets smalls */
/* ==================================================== */
/* ==================================================== */
/* ==================================================== */
@media only screen and (min-width: 767px) and (max-width: 1024px) {
  .btn_base .elementor-button-content-wrapper {
    gap: 7.7px; } }

/* ==================================================== */
/* ==================================================== */
/* ==================================================== */
/* Tablets */
/* ==================================================== */
/* ==================================================== */
/* ==================================================== */
@media only screen and (min-width: 1024px) and (max-width: 1200px) {
  .btn_base .elementor-button-content-wrapper {
    gap: 7.7px; } }

/* ==================================================== */
/* ==================================================== */
/* ==================================================== */
/* Tablets LARGES*/
/* ==================================================== */
/* ==================================================== */
/* ==================================================== */
@media only screen and (min-width: 1200px) and (max-width: 1560px) {
  .btn_base .elementor-button-content-wrapper {
    gap: 7.7px; } }

/* ==================================================== */
/* ==================================================== */
/* ==================================================== */
/* DESKTOP */
/* ==================================================== */
/* ==================================================== */
/* ==================================================== */
/* ==================================================== */
/* ==================================================== */
/* ==================================================== */
/* DESKTOP LARGE */
/* ==================================================== */
/* ==================================================== */
/* ==================================================== */
/* ==================================================== */
/* ==================================================== */
/* ==================================================== */
/* MOBILE PHONES */
/* ==================================================== */
/* ==================================================== */
/* ==================================================== */
/* ==================================================== */
/* ==================================================== */
/* ==================================================== */
/* Tablets smalls */
/* ==================================================== */
/* ==================================================== */
/* ==================================================== */
/* ==================================================== */
/* ==================================================== */
/* ==================================================== */
/* Tablets */
/* ==================================================== */
/* ==================================================== */
/* ==================================================== */
/* ==================================================== */
/* ==================================================== */
/* ==================================================== */
/* Tablets LARGES*/
/* ==================================================== */
/* ==================================================== */
/* ==================================================== */
/* ==================================================== */
/* ==================================================== */
/* ==================================================== */
/* DESKTOP */
/* ==================================================== */
/* ==================================================== */
/* ==================================================== */
/* ==================================================== */
/* ==================================================== */
/* ==================================================== */
/* DESKTOP LARGE */
/* ==================================================== */
/* ==================================================== */
/* ==================================================== */
body.elementor-editor-active:not(.postid-827) #main-header {
  position: relative; }

#main-header {
  width: 100% !important;
  transition: all .2s ease-in-out; }
  #main-header:not(.elementor-sticky--effects) {
    background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0)); }
  #main-header .wpml-ls-first-item a::after {
    background-image: url("data:image/svg+xml,%3Csvg width='11' height='9' viewBox='0 0 11 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.12354 3.55029L5.56177 7.11206L2 3.55029' stroke='white' stroke-width='1.58301' stroke-linecap='square'/%3E%3Cpath d='M5.56202 5.9248L5.56202 0.8877' stroke='white' stroke-width='1.58301' stroke-linecap='square'/%3E%3C/svg%3E");
    background-repeat: no-repeat; }
  @media (min-width: 1200px) {
    #main-header nav ul li.current-menu-item {
      position: relative; }
      #main-header nav ul li.current-menu-item::before {
        content: '';
        position: absolute;
        bottom: 21px;
        left: 21px;
        transform: translateX(-100%);
        width: 18px;
        height: 12px;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='12' viewBox='0 0 17 12' fill='none'%3E%3Cmask id='mask0_712_6019' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='17' height='12'%3E%3Crect y='0.3125' width='17' height='11.6875' fill='%23010709'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_712_6019)'%3E%3Cpath d='M16.9999 12.0573L-2.57422 -1.40887V4.51616L8.35367 12.0351L-2.57422 19.9896V26.3081L16.9999 12.0573Z' fill='%2300A64B'/%3E%3C/g%3E%3C/svg%3E");
        background-repeat: no-repeat; } }
  #main-header nav ul li.current-menu-item a {
    color: var(--e-global-color-14ef391) !important; }

#main-header.elementor-sticky--effects {
  background-color: var(--e-global-color-d6cea4e);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2); }
  #main-header.elementor-sticky--effects #main-header-container {
    padding-top: 20px; }
  #main-header.elementor-sticky--effects a:not(.elementor-button) {
    color: var(--e-global-color-d70c5fe) !important; }
  #main-header.elementor-sticky--effects .elementor-button {
    background-color: var(--e-global-color-14ef391);
    color: var(--e-global-color-d6cea4e); }
  #main-header.elementor-sticky--effects #logo1 {
    display: none; }
  #main-header.elementor-sticky--effects #logo2 {
    display: block; }
  #main-header.elementor-sticky--effects .elementor-widget-wpml-language-switcher > div {
    border-color: var(--e-global-color-d70c5fe); }
  #main-header.elementor-sticky--effects .wpml-ls-first-item a::after {
    background-image: url("data:image/svg+xml,%3Csvg width='11' height='9' viewBox='0 0 11 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.12354 3.55029L5.56177 7.11206L2 3.55029' stroke='%23165B6C' stroke-width='1.58301' stroke-linecap='square'/%3E%3Cpath d='M5.56202 5.9248L5.56202 0.8877' stroke='%23165B6C' stroke-width='1.58301' stroke-linecap='square'/%3E%3C/svg%3E"); }
  @media (min-width: 1200px) {
    #main-header.elementor-sticky--effects nav ul li.current-menu-item {
      position: relative; }
      #main-header.elementor-sticky--effects nav ul li.current-menu-item::before {
        content: '';
        position: absolute;
        bottom: 21px;
        left: 21px;
        transform: translateX(-100%);
        width: 18px;
        height: 12px;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='12' viewBox='0 0 17 12' fill='none'%3E%3Cmask id='mask0_712_6019' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='17' height='12'%3E%3Crect y='0.3125' width='17' height='11.6875' fill='%23010709'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_712_6019)'%3E%3Cpath d='M16.9999 12.0573L-2.57422 -1.40887V4.51616L8.35367 12.0351L-2.57422 19.9896V26.3081L16.9999 12.0573Z' fill='%2300A64B'/%3E%3C/g%3E%3C/svg%3E");
        background-repeat: no-repeat; } }
  #main-header.elementor-sticky--effects nav ul li.current-menu-item a {
    color: var(--e-global-color-14ef391) !important; }

#main-header-container {
  transition: all .2s ease-in-out; }

.wpml-ls-legacy-dropdown-click .wpml-ls-flag + span {
  margin-left: 0.4em; }

.menu_wrapper .menu_row_mobile {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center; }
  .menu_wrapper .menu_row_mobile > .e-con-inner {
    margin: 0;
    justify-content: flex-end;
    padding-right: 10px; }
  .menu_wrapper .menu_row_mobile .ham_ico {
    max-width: 28px !important; }
    .menu_wrapper .menu_row_mobile .ham_ico > .elementor-widget-container > .elementor-icon-wrapper {
      line-height: 0; }
  .menu_wrapper .menu_row_mobile .mobile_contac_us {
    margin-right: 11px; }
    .menu_wrapper .menu_row_mobile .mobile_contac_us .elementor-widget-container {
      height: 27px;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      padding: 0 13px 0 0 !important; }
      .menu_wrapper .menu_row_mobile .mobile_contac_us .elementor-widget-container a {
        background-color: rgba(0, 0, 0, 0) !important;
        padding: 0; }
        .menu_wrapper .menu_row_mobile .mobile_contac_us .elementor-widget-container a .elementor-button-text {
          margin-top: 3px; }
      .menu_wrapper .menu_row_mobile .mobile_contac_us .elementor-widget-container::after {
        content: "";
        width: 1px;
        height: 27px;
        background-color: #237683;
        position: absolute;
        top: -1px;
        right: 0; }

.menu_wrapper .wpml_mobile .wpml-ls ul li a {
  min-width: 120px; }

#main-header.elementor-sticky--effects .mobile_contac_us .elementor-button {
  color: var(--e-global-color-14ef391); }

.lang-es .menu_component .elementor-widget-container .uael-nav-menu.uael-layout-horizontal.uael-nav-menu-layout .uael-nav-menu__layout-horizontal.uael-nav-menu__submenu-classic .uael-nav-menu .parent-has-child .sub-arrow i:before {
  content: ''; }

.lang-es .menu_component .elementor-widget-container .uael-nav-menu.uael-layout-horizontal.uael-nav-menu-layout .uael-nav-menu__layout-horizontal.uael-nav-menu__submenu-classic .uael-nav-menu li:last-child {
  display: none; }

/* ==================================================== */
/* ==================================================== */
/* ==================================================== */
/* MOBILE PHONES */
/* ==================================================== */
/* ==================================================== */
/* ==================================================== */
.thinking_join {
  position: absolute;
  background: rgba(0, 0, 0, 0);
  z-index: 9991; }

@media (max-width: 767px) {
  #main-header {
    padding-bottom: 70px;
    /* 		& > .elementor-widget-template {
			border: 3px solid orange;
			position: relative;
			z-index: 20;
		} */ }
    #main-header:not(.elementor-sticky--effects) {
      background: linear-gradient(180deg, rgba(0, 39, 45, 0.9) 0%, rgba(0, 39, 45, 0.6) 36%, rgba(22, 91, 108, 0.6) 61%, rgba(22, 91, 108, 0) 85%); }
    #main-header.elementor-sticky--effects {
      padding-bottom: 0; } }

/* ==================================================== */
/* ==================================================== */
/* ==================================================== */
/* Tablets smalls */
/* ==================================================== */
/* ==================================================== */
/* ==================================================== */
/* ==================================================== */
/* ==================================================== */
/* ==================================================== */
/* Tablets */
/* ==================================================== */
/* ==================================================== */
/* ==================================================== */
/* (min-width: 1024px) and (max-width: 1200px) */
@media only screen and (min-width: 1024px) and (max-width: 1200px) {
  .lang-es .menu_component .elementor-widget-container .uael-nav-menu.uael-layout-horizontal.uael-nav-menu-layout .uael-nav-menu__layout-horizontal.uael-nav-menu__submenu-classic .uael-nav-menu .menu-item a.uael-menu-item {
    padding-left: 5px;
    padding-right: 5px;
    font-size: clamp(0.45rem, calc(0.4637rem + 0.4469vw), 1rem); }
  .lang-es .menu_component .elementor-widget-container .uael-nav-menu.uael-layout-horizontal.uael-nav-menu-layout .uael-nav-menu__layout-horizontal.uael-nav-menu__submenu-classic .uael-nav-menu .parent-has-child .sub-arrow i:before {
    content: ''; }
  .lang-es .menu_component .elementor-widget-container .uael-nav-menu.uael-layout-horizontal.uael-nav-menu-layout .uael-nav-menu__layout-horizontal.uael-nav-menu__submenu-classic .uael-nav-menu li:last-child {
    display: none; }
  .lang-es .btn_base .elementor-button-wrapper .elementor-button-link {
    padding-left: 30px;
    padding-right: 30px; } }

/* ==================================================== */
/* ==================================================== */
/* ==================================================== */
/* Tablets HIDE ON IPADS and UPs*/
/* ==================================================== */
/* ==================================================== */
/* ==================================================== */
@media (min-width: 1025px) {
  .menu_wrapper .menu_row_mobile {
    display: none;
    visibility: hidden; } }

/* ==================================================== */
/* ==================================================== */
/* ==================================================== */
/* Tablets LARGES*/
/* ==================================================== */
/* ==================================================== */
/* ==================================================== */
/* (min-width: 1200px) and (max-width: 1560px) */
@media only screen and (min-width: 1200px) and (max-width: 1560px) {
  .lang-es .menu_component .elementor-widget-container .uael-nav-menu.uael-layout-horizontal.uael-nav-menu-layout .uael-nav-menu__layout-horizontal.uael-nav-menu__submenu-classic .uael-nav-menu .menu-item a.uael-menu-item {
    padding-left: 5px;
    padding-right: 5px;
    font-size: clamp(0.45rem, calc(0.4637rem + 0.4469vw), 1rem); }
  .lang-es .menu_component .elementor-widget-container .uael-nav-menu.uael-layout-horizontal.uael-nav-menu-layout .uael-nav-menu__layout-horizontal.uael-nav-menu__submenu-classic .uael-nav-menu .parent-has-child .sub-arrow i:before {
    content: ''; }
  .lang-es .menu_component .elementor-widget-container .uael-nav-menu.uael-layout-horizontal.uael-nav-menu-layout .uael-nav-menu__layout-horizontal.uael-nav-menu__submenu-classic .uael-nav-menu li:last-child {
    display: none; }
  .lang-es .btn_base .elementor-button-wrapper .elementor-button-link {
    padding-left: 30px;
    padding-right: 30px; } }

/* ==================================================== */
/* ==================================================== */
/* ==================================================== */
/* DESKTOP */
/* ==================================================== */
/* ==================================================== */
/* ==================================================== */
/* ==================================================== */
/* ==================================================== */
/* ==================================================== */
/* DESKTOP LARGE */
/* ==================================================== */
/* ==================================================== */
/* ==================================================== */
.deco_right_medium::after {
  content: url("/wp-content/uploads/2023/09/Top-Right-1.svg");
  width: 800px;
  height: 90%;
  /* background-color: black;*/
  position: absolute;
  top: 0;
  left: 100%;
  /* transform: rotate(45deg);*/
  transform-origin: top left;
  z-index: -2; }

.deco_right_medium::before {
  content: url("/wp-content/uploads/2023/09/Bottom-Right.svg");
  width: 800px;
  height: 90%;
  /* background-color: blue; */
  position: absolute;
  top: 100%;
  left: 50%;
  /*transform: rotate(45deg);*/
  /*transform-origin: bottom left;*/
  z-index: -2; }

.deco_right_medium.tint_teal::after {
  content: url("/wp-content/uploads/2023/09/Top-Right-1_teal.svg"); }

.deco_right_medium.tint_teal::before {
  content: url("/wp-content/uploads/2023/09/Bottom-Right_teal.svg"); }

.deco_right_large::after {
  content: url("/wp-content/uploads/2023/09/Top-Right-1.svg");
  width: 800px;
  height: 90%;
  /* background-color: black;*/
  position: absolute;
  top: 0;
  left: 100%;
  /* transform: rotate(45deg);*/
  transform-origin: top left;
  z-index: -2; }

.deco_right_large::before {
  content: url("/wp-content/uploads/2023/09/Bottom-Right.svg");
  width: 800px;
  height: 90%;
  /* background-color: blue; */
  position: absolute;
  top: 100%;
  left: 0%;
  /*transform: rotate(45deg);*/
  /*transform-origin: bottom left;*/
  z-index: -2; }

.deco_right_small::after {
  content: url("/wp-content/uploads/2023/09/Top-Right-1.svg");
  width: 800px;
  height: 90%;
  /* background-color: black;*/
  position: absolute;
  top: 0;
  left: 100%;
  /* transform: rotate(45deg);*/
  transform-origin: top left;
  z-index: -2; }

.deco_right_small::before {
  content: url("/wp-content/uploads/2023/09/Bottom-Right.svg");
  width: 800px;
  height: 90%;
  /* background-color: blue; */
  position: absolute;
  top: 100%;
  left: 10%;
  /*transform: rotate(45deg);*/
  /*transform-origin: bottom left;*/
  z-index: -2; }

.deco_right_small.tint_teal::after {
  content: url("/wp-content/uploads/2023/09/Top-Right-1_teal.svg"); }

.deco_right_small.tint_teal::before {
  content: url("/wp-content/uploads/2023/09/Bottom-Right_teal.svg"); }

.deco_right_small.tint_green::after {
  content: url("/wp-content/uploads/2023/09/Top-Right-1_green.svg"); }

.deco_right_small.tint_green::before {
  content: url("/wp-content/uploads/2023/09/Bottom-Right_green.svg"); }

.deco_left_small::after {
  content: url("/wp-content/uploads/2023/09/Top-Left-1.svg");
  width: 1102px;
  height: 800px;
  /* background-color: black;*/
  position: absolute;
  top: 0;
  right: 100%;
  z-index: 2; }

.deco_left_small::before {
  content: url("/wp-content/uploads/2023/09/Bottom-Left-1.svg");
  width: 1104px;
  height: 800px;
  /* background-color: blue; */
  position: absolute;
  top: 100%;
  right: 100%;
  /*  transform: rotate(0deg);*/
  /*transform-origin: bottom left;*/
  z-index: 2;
  transform: translate(-50%, 0%);
  transform-origin: bottom left; }
  @media (max-width: 767px) {
    .deco_left_small::before {
      transform: translate(-75%, 0%); } }

.deco_left_small.dark::after {
  content: url("/wp-content/uploads/2023/09/Top-Left-dark.svg"); }

.deco_left_small.dark::before {
  content: url("/wp-content/uploads/2023/09/Bottom-Left-dark.svg"); }

.deco_left_small.tint_dark_green::after {
  content: url("/wp-content/uploads/2023/09/Top-Left_dark_green.svg"); }

.deco_left_small.tint_dark_green::before {
  content: url("/wp-content/uploads/2023/09/Bottom-Left_dark_green.svg"); }

.deco_left_minimal::after {
  content: url("/wp-content/uploads/2023/09/Top-Left-1.svg");
  width: 1102px;
  height: 800px;
  /* background-color: black;*/
  position: absolute;
  top: 0;
  right: 100%;
  z-index: 2; }

.deco_left_minimal::before {
  content: url("/wp-content/uploads/2023/09/Bottom-Left-1.svg");
  width: 1104px;
  height: 800px;
  /* background-color: blue; */
  position: absolute;
  top: 100%;
  right: 100%;
  /*  transform: rotate(0deg);*/
  /*transform-origin: bottom left;*/
  z-index: 2;
  transform: translate(-50%, 0%);
  transform-origin: bottom left; }
  @media (max-width: 767px) {
    .deco_left_minimal::before {
      transform: translate(-85%, 0%); } }

.deco_left_minimal.dark::after {
  content: url("/wp-content/uploads/2023/09/Top-Left-dark.svg"); }

.deco_left_minimal.dark::before {
  content: url("/wp-content/uploads/2023/09/Bottom-Left-dark.svg"); }

.deco_left_minimal.tint_dark_green::after {
  content: url("/wp-content/uploads/2023/09/Top-Left_dark_green.svg"); }

.deco_left_minimal.tint_dark_green::before {
  content: url("/wp-content/uploads/2023/09/Bottom-Left_dark_green.svg"); }

.deco_left_quote {
  aspect-ratio: 1 / 1; }
  .deco_left_quote::after {
    content: '';
    background-image: url("/wp-content/uploads/2023/09/quote-top-left.svg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    width: 50px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 100%;
    z-index: 2;
    overflow: hidden; }
  .deco_left_quote::before {
    content: '';
    background-image: url("/wp-content/uploads/2023/09/quote-bottom-left.svg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right;
    width: 223px;
    height: 50px;
    position: absolute;
    top: 100%;
    right: 100%;
    z-index: 2;
    transform: translate(-50px, 0%);
    transform-origin: bottom left; }
    @media (max-width: 767px) {
      .deco_left_quote::before {
        transform: translate(-11%, 0%); } }

.deco_left_paragraph_top::after {
  content: url("/wp-content/uploads/2023/09/Top-Left-1.svg");
  /* background-color: black;*/
  position: absolute;
  top: 0%;
  left: -97%;
  /* transform: rotate(45deg);*/
  /*transform-origin: top left;*/
  z-index: -2; }

.deco_left_paragraph_bottom::after {
  content: url("/wp-content/uploads/2023/09/Bottom-Left-1.svg");
  width: 500px;
  /* background-color: black;*/
  position: absolute;
  top: 80%;
  left: -132%;
  /* transform: rotate(45deg);*/
  /*transform-origin: top left;*/
  z-index: -2; }

.deco_left_paragraph::after {
  content: url("/wp-content/uploads/2023/09/Top-Left-1.svg");
  /* background-color: black;*/
  position: absolute;
  top: 0%;
  left: -97%;
  /* transform: rotate(45deg);*/
  /*transform-origin: top left;*/
  z-index: -2; }

.deco_left_paragraph::before {
  content: url("/wp-content/uploads/2023/09/Bottom-Left-1.svg");
  width: 1104px;
  height: 800px;
  /* background-color: blue; */
  position: absolute;
  top: 100%;
  right: 100%;
  /*  transform: rotate(0deg);*/
  /*transform-origin: bottom left;*/
  z-index: 2;
  transform: translate(-50%, 0%);
  transform-origin: bottom left; }

.deco_paragraph_shadow {
  position: relative;
  overflow: hidden;
  padding-bottom: 99px; }

.deco_paragraph_shadow .e-con-inner > .elementor-element::before {
  content: '';
  width: 100%;
  height: 520px;
  background-color: var(--e-global-color-14ef391);
  position: absolute;
  top: 0;
  left: -100%;
  z-index: -1;
  transform: rotate(-35deg) translateX(400px);
  transform-origin: top right; }

.deco_paragraph_shadow.short_cast .e-con-inner > .elementor-element::before {
  transform: skew(-52deg);
  width: 50%;
  top: 0;
  left: 0; }

@media (min-width: 768px) {
  .deco_first_box_shadow {
    position: relative;
    overflow: hidden; }
    .deco_first_box_shadow.invert {
      position: relative;
      overflow: hidden; }
  .deco_first_box_shadow > div > div:not(.deco_second_box_shadow)::before {
    content: '';
    width: 100%;
    height: 520px;
    background-color: var(--e-global-color-14ef391);
    position: absolute;
    top: 0;
    left: -100%;
    z-index: -1;
    transform: rotate(-35deg) translateX(400px);
    transform-origin: top right; }
  .deco_first_box_shadow.invert > div > div:not(.deco_second_box_shadow)::before {
    content: '';
    width: 0;
    height: 0; }
  .deco_first_box_shadow.invert > div > div:not(.deco_second_box_shadow)::after {
    content: '';
    width: 100%;
    height: 520px;
    background-color: var(--e-global-color-secondary);
    position: absolute;
    top: 50%;
    left: 100%;
    z-index: -1;
    transform: rotate(35deg) translateX(-22%);
    transform-origin: top left; } }

@media (min-width: 768px) and (max-width: 1024px) {
  .deco_first_box_shadow > div > div:not(.deco_second_box_shadow)::before {
    height: 800px;
    margin-left: -20%; }
  .deco_first_box_shadow.invert > div > div:not(.deco_second_box_shadow)::after {
    height: 800px;
    margin-left: 20%; } }

/* ==================================================== */
/* ==================================================== */
/* ==================================================== */
/* MOBILE PHONES */
/* ==================================================== */
/* ==================================================== */
/* ==================================================== */
@media (max-width: 767px) {
  .deco_second_box_shadow {
    position: relative; }
    .deco_second_box_shadow.invert {
      position: relative; }
  .deco_second_box_shadow.invert::before {
    content: '';
    width: 0;
    height: 0; }
  .deco_second_box_shadow.invert::after {
    content: '';
    width: 100%;
    height: 100%;
    background-color: var(--e-global-color-secondary);
    position: absolute;
    bottom: -29px;
    right: -42px;
    z-index: -1;
    transform: skewY(35deg);
    transform-origin: bottom right; }
  .deco_second_box_shadow.invert.mix_quote_bottom::after {
    bottom: -217px;
    right: -99px; }
  .deco_second_box_shadow::before {
    content: '';
    width: 100%;
    height: 100%;
    background-color: var(--e-global-color-14ef391);
    position: absolute;
    top: 0;
    left: -100%;
    z-index: -1;
    transform: skewY(-35deg);
    transform-origin: top right; }
  .deco_paragraph_shadow {
    padding-bottom: 50px; }
  .deco_left_quote {
    aspect-ratio: unset;
    margin-bottom: 49px; }
  .deco_paragraph_shadow .e-con-inner > .elementor-element::before {
    top: 250px;
    left: -180%; }
  .deco_paragraph_shadow.short_cast .e-con-inner > .elementor-element::before {
    left: 25%;
    width: 75%; }
  .deco_first_box_shadow {
    overflow: hidden; }
    .deco_first_box_shadow.mix_quote .e-con-inner {
      overflow: hidden; }
  .deco_first_box_shadow.invert .e-con-inner > .elementor-element:has(~ .elementor-element)::after {
    width: 0;
    height: 0; }
  .deco_first_box_shadow.invert.mix_quote .e-con-inner > .elementor-element:has(~ .elementor-element)::after {
    width: 0;
    height: 0; }
  .deco_second_box_shadow.invert::after {
    content: '';
    width: 200%;
    height: 100%;
    background-color: var(--e-global-color-secondary);
    position: absolute;
    top: calc(100% - 440px);
    left: 100%;
    z-index: -1;
    transform: rotate(35deg) translateX(-22%);
    transform-origin: top left; }
  .deco_second_box_shadow.invert.mix_quote_bottom::after {
    content: '';
    width: 200%;
    height: 520px;
    background-color: var(--e-global-color-secondary);
    position: absolute;
    top: calc(100% - 400px);
    left: 100%;
    z-index: -1;
    transform: rotate(35deg) translateX(-56%);
    transform-origin: top left; } }

/* ==================================================== */
/* ==================================================== */
/* ==================================================== */
/* Tablets smalls */
/* ==================================================== */
/* ==================================================== */
/* ==================================================== */
@media only screen and (min-width: 767px) and (max-width: 1024px) {
  .deco_paragraph_shadow {
    padding-bottom: 50px; }
  .deco_paragraph_shadow .e-con-inner > .elementor-element::before {
    top: calc(100% - 250px);
    left: -100%; }
  .deco_paragraph_shadow.short_cast .e-con-inner > .elementor-element::before {
    left: 0;
    width: 75%; }
  .deco_first_box_shadow.mix_quote .e-con-inner .elementor-element {
    padding-left: 30px; }
  .deco_first_box_shadow.invert .e-con-inner > .elementor-element:has(~ .elementor-element)::after {
    width: 0;
    height: 0; }
  .deco_first_box_shadow.invert.mix_quote .e-con-inner > .elementor-element:has(~ .elementor-element)::after {
    width: 0;
    height: 0; }
  .deco_second_box_shadow.invert::after {
    content: '';
    width: 200%;
    height: 520px;
    background-color: var(--e-global-color-secondary);
    position: absolute;
    top: calc(100% - 300px);
    left: 100%;
    z-index: -1;
    transform: rotate(35deg) translateX(-22%);
    transform-origin: top left; }
  .deco_second_box_shadow.invert.mix_quote_bottom::after {
    content: '';
    width: 200%;
    height: 520px;
    background-color: var(--e-global-color-secondary);
    position: absolute;
    top: calc(100% - 300px);
    left: 100%;
    z-index: -1;
    transform: rotate(35deg) translateX(-56%);
    transform-origin: top left; } }

/* ==================================================== */
/* ==================================================== */
/* ==================================================== */
/* Tablets */
/* ==================================================== */
/* ==================================================== */
/* ==================================================== */
@media only screen and (min-width: 1024px) and (max-width: 1200px) {
  .deco_paragraph_shadow {
    padding-bottom: 50px; }
  .deco_paragraph_shadow .e-con-inner > .elementor-element::before {
    top: calc(100% - 250px);
    left: -100%; }
  .deco_paragraph_shadow.short_cast .e-con-inner > .elementor-element::before {
    left: 0;
    width: 75%; } }

/* ==================================================== */
/* ==================================================== */
/* ==================================================== */
/* Tablets LARGES*/
/* ==================================================== */
/* ==================================================== */
/* ==================================================== */
/* ==================================================== */
/* ==================================================== */
/* ==================================================== */
/* DESKTOP */
/* ==================================================== */
/* ==================================================== */
/* ==================================================== */
/* ==================================================== */
/* ==================================================== */
/* ==================================================== */
/* DESKTOP LARGE */
/* ==================================================== */
/* ==================================================== */
/* ==================================================== */
.location_list ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  /* or inline-flex */
  flex-wrap: wrap;
  justify-content: center; }
  .location_list ul li {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding: 0; }
    .location_list ul li::before {
      content: '//';
      padding-left: 5px;
      padding-right: 5px;
      color: var(--e-global-color-14ef391); }
    .location_list ul li:first-child::before {
      content: '';
      padding: 0; }

/* ==================================================== */
/* ==================================================== */
/* ==================================================== */
/* MOBILE PHONES */
/* ==================================================== */
/* ==================================================== */
/* ==================================================== */
/* ==================================================== */
/* ==================================================== */
/* ==================================================== */
/* Tablets smalls */
/* ==================================================== */
/* ==================================================== */
/* ==================================================== */
/* ==================================================== */
/* ==================================================== */
/* ==================================================== */
/* Tablets */
/* ==================================================== */
/* ==================================================== */
/* ==================================================== */
/* ==================================================== */
/* ==================================================== */
/* ==================================================== */
/* Tablets LARGES*/
/* ==================================================== */
/* ==================================================== */
/* ==================================================== */
/* ==================================================== */
/* ==================================================== */
/* ==================================================== */
/* DESKTOP */
/* ==================================================== */
/* ==================================================== */
/* ==================================================== */
/* ==================================================== */
/* ==================================================== */
/* ==================================================== */
/* DESKTOP LARGE */
/* ==================================================== */
/* ==================================================== */
/* ==================================================== */
/* Global Variables */
:root {
  --bullet-size: 10px; }

/* Custom slider navigation */
.slider-pagination-container {
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 70px;
  right: 118px; }
  .slider-pagination-container .swiper-pagination {
    position: initial;
    transform: unset !important; }

.swiper-pagination-bullet {
  border-radius: 0;
  opacity: 1;
  width: var(--bullet-size) !important;
  height: var(--bullet-size) !important;
  transition: all .2s ease; }

.swiper-pagination-bullet-active {
  background-color: var(--e-global-color-14ef391) !important;
  width: calc(var(--bullet-size) + 2px) !important;
  height: calc(var(--bullet-size) + 2px) !important;
  border: 2px solid #fff !important; }

.go-to-prev-slide {
  display: flex;
  width: calc(var(--bullet-size) + 6px);
  aspect-ratio: 1;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 1;
  background-image: url("/wp-content/uploads/2023/09/Arrow_prev.svg");
  margin-right: 12px; }

.go-to-next-slide {
  display: flex;
  width: calc(var(--bullet-size) + 6px);
  aspect-ratio: 1;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 1;
  background-image: url("/wp-content/uploads/2023/09/Arrow_next.svg");
  margin-left: 12px; }

@media (max-width: 767px) {
  .slider-pagination-container {
    bottom: 24px;
    right: 24px; } }

.cia_history {
  pointer-events: none; }

.timeline {
  pointer-events: all; }
  .timeline .stratum-horizontal-timeline__list.stratum-horizontal-timeline__list--top {
    min-height: 258px; }
  .timeline .stratum-horizontal-timeline__list.stratum-horizontal-timeline__list--bottom {
    min-height: 258px; }
  .timeline .timeline_col {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center; }
    .timeline .timeline_col .center_teal_track {
      content: '';
      width: 100%;
      height: 168px;
      display: block;
      position: absolute;
      background-color: var(--e-global-color-d70c5fe); }
    .timeline .timeline_col .timeline_inst {
      /*             .stratum-horizontal-timeline__list {
                border: 1px solid red;

                .stratum-horizontal-timeline__inner {
                    .stratum-horizontal-timeline__track {
                        &>.stratum-horizontal-timeline__list--middle {
                            
                        }
                    }
                }
                
            } */ }
      .timeline .timeline_col .timeline_inst .stratum-horizontal-timeline .stratum-horizontal-timeline__inner .stratum-horizontal-timeline__track .stratum-horizontal-timeline__list.stratum-horizontal-timeline__list--top .stratum-horizontal-timeline-item .stratum-horizontal-timeline-item__card .stratum-horizontal-timeline-item__card-arrow {
        transform: skew(45deg) translate(-75%, -50%) rotate(45deg);
        width: 44px;
        height: 44px; }
      .timeline .timeline_col .timeline_inst .stratum-horizontal-timeline .stratum-horizontal-timeline__inner .stratum-horizontal-timeline__track .stratum-horizontal-timeline__list.stratum-horizontal-timeline__list--bottom .stratum-horizontal-timeline-item .stratum-horizontal-timeline-item__card .stratum-horizontal-timeline-item__card-arrow {
        transform: skew(-45deg) translate(-175%, -50%) rotate(45deg);
        width: 44px;
        height: 44px; }
      .timeline .timeline_col .timeline_inst .stratum-horizontal-timeline .stratum-horizontal-timeline__inner .stratum-horizontal-timeline__track .stratum-horizontal-timeline__list--middle .stratum-horizontal-timeline__line::before {
        content: '';
        height: 1px;
        top: 0;
        display: block;
        position: absolute;
        background-color: var(--e-global-color-d6cea4e); }
      .timeline .timeline_col .timeline_inst .stratum-horizontal-timeline .stratum-horizontal-timeline__inner .stratum-horizontal-timeline__track .stratum-horizontal-timeline__list--middle .stratum-horizontal-timeline__line::after {
        content: '';
        height: 1px;
        top: 0;
        display: block;
        position: absolute;
        background-color: var(--e-global-color-d6cea4e); }
      .timeline .timeline_col .timeline_inst .stratum-horizontal-timeline .stratum-horizontal-timeline__inner .stratum-horizontal-timeline__track .stratum-horizontal-timeline__list--middle .stratum-horizontal-timeline-item .stratum-horizontal-timeline-item__point .stratum-horizontal-timeline-item__point-content {
        background-color: var(--e-global-color-d70c5fe); }
        .timeline .timeline_col .timeline_inst .stratum-horizontal-timeline .stratum-horizontal-timeline__inner .stratum-horizontal-timeline__track .stratum-horizontal-timeline__list--middle .stratum-horizontal-timeline-item .stratum-horizontal-timeline-item__point .stratum-horizontal-timeline-item__point-content.stratum-horizontal-timeline-item__point-content--icon {
          border-radius: 0; }
  .timeline .col_arrow_left .arrow, .timeline .col_arrow_right .arrow {
    margin-top: -6px; }

/* ==================================================== */
/* ==================================================== */
/* ==================================================== */
/* MOBILE PHONES */
/* ==================================================== */
/* ==================================================== */
/* ==================================================== */
/* ==================================================== */
/* ==================================================== */
/* ==================================================== */
/* Tablets smalls */
/* ==================================================== */
/* ==================================================== */
/* ==================================================== */
/* ==================================================== */
/* ==================================================== */
/* ==================================================== */
/* Tablets */
/* ==================================================== */
/* ==================================================== */
/* ==================================================== */
/* ==================================================== */
/* ==================================================== */
/* ==================================================== */
/* Tablets LARGES*/
/* ==================================================== */
/* ==================================================== */
/* ==================================================== */
/* ==================================================== */
/* ==================================================== */
/* ==================================================== */
/* DESKTOP */
/* ==================================================== */
/* ==================================================== */
/* ==================================================== */
/* ==================================================== */
/* ==================================================== */
/* ==================================================== */
/* DESKTOP LARGE */
/* ==================================================== */
/* ==================================================== */
/* ==================================================== */
/* ==================================================== */
/* ==================================================== */
/* ==================================================== */
/* MOBILE PHONES */
/* ==================================================== */
/* ==================================================== */
/* ==================================================== */
/* ==================================================== */
/* ==================================================== */
/* ==================================================== */
/* Tablets smalls */
/* ==================================================== */
/* ==================================================== */
/* ==================================================== */
@media only screen and (min-width: 767px) and (max-width: 1024px) {
  .grid_section {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto; }
    .grid_section * {
      box-sizing: border-box; }
    .grid_section > .e-con-inner {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      grid-column-gap: 50px;
      grid-row-gap: 50px;
      counter-reset: grid; }
      .grid_section > .e-con-inner .unit {
        grid-column: span 2; }
        .grid_section > .e-con-inner .unit:nth-last-child(1):nth-child(odd) {
          grid-column: 2 / span 2; } }

/* ==================================================== */
/* ==================================================== */
/* ==================================================== */
/* Tablets */
/* ==================================================== */
/* ==================================================== */
/* ==================================================== */
@media only screen and (min-width: 1024px) {
  .grid_section {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto; }
    .grid_section * {
      box-sizing: border-box; }
    .grid_section > .e-con-inner {
      display: grid;
      grid-template-columns: repeat(6, 1fr);
      grid-column-gap: 107px;
      grid-row-gap: 104px;
      flex: 1 1 auto;
      counter-reset: grid; }
      .grid_section > .e-con-inner .unit {
        grid-column: span 2;
        max-width: 400px;
        /* Dealing with 2 orphan items */
        /* Dealing with single orphan */ }
        .grid_section > .e-con-inner .unit::after {
          counter-increment: grid; }
        .grid_section > .e-con-inner .unit:last-child:nth-child(3n - 1) {
          grid-column-end: -2; }
        .grid_section > .e-con-inner .unit:nth-last-child(2):nth-child(3n + 1) {
          grid-column-end: 4; }
        .grid_section > .e-con-inner .unit:last-child:nth-child(3n - 2) {
          grid-column-end: 5; } }

/* ==================================================== */
/* ==================================================== */
/* ==================================================== */
/* Tablets LARGES*/
/* ==================================================== */
/* ==================================================== */
/* ==================================================== */
/* ==================================================== */
/* ==================================================== */
/* ==================================================== */
/* DESKTOP */
/* ==================================================== */
/* ==================================================== */
/* ==================================================== */
/* ==================================================== */
/* ==================================================== */
/* ==================================================== */
/* DESKTOP LARGE */
/* ==================================================== */
/* ==================================================== */
/* ==================================================== */
.core_service_icon .elementor-icon {
  max-width: 66px; }

/* ==================================================== */
/* ==================================================== */
/* ==================================================== */
/* MOBILE PHONES */
/* ==================================================== */
/* ==================================================== */
/* ==================================================== */
/* ==================================================== */
/* ==================================================== */
/* ==================================================== */
/* Tablets smalls */
/* ==================================================== */
/* ==================================================== */
/* ==================================================== */
/* ==================================================== */
/* ==================================================== */
/* ==================================================== */
/* Tablets */
/* ==================================================== */
/* ==================================================== */
/* ==================================================== */
/* ==================================================== */
/* ==================================================== */
/* ==================================================== */
/* Tablets LARGES*/
/* ==================================================== */
/* ==================================================== */
/* ==================================================== */
/* ==================================================== */
/* ==================================================== */
/* ==================================================== */
/* DESKTOP */
/* ==================================================== */
/* ==================================================== */
/* ==================================================== */
/* ==================================================== */
/* ==================================================== */
/* ==================================================== */
/* DESKTOP LARGE */
/* ==================================================== */
/* ==================================================== */
/* ==================================================== */
.wpforms-container.wpforms-container-full .submit_btn {
  border: 3px solid cyan;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  color: var(--e-global-color-d6cea4e);
  font-family: "Roboto Condensed", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px;
  /* 122.222% */
  font-display: swap;
  font-display: swap;
  letter-spacing: 0.54px;
  text-transform: uppercase;
  background-color: var(--e-global-color-14ef391) !important;
  border-radius: 0;
  border: 0;
  padding: 13px 40px 13px 40px;
  margin: 0;
  transition: all .3s; }
  .wpforms-container.wpforms-container-full .submit_btn::before {
    content: '';
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' viewBox='5 0 8 13'><path fill='%232B5E6E' d='M13 6.33 5 .5v2.619L9.393 6.32 5 9.707V12.5l8-6.17z'/></svg>");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right;
    width: 9px;
    height: 15px;
    right: 6px;
    top: 0;
    display: block;
    order: 2;
    margin-left: 10px; }
  .wpforms-container.wpforms-container-full .submit_btn::after {
    content: '';
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' viewBox='5 0 8 13'><path fill='%23fff' d='M13 6.33 5 .5v2.619L9.393 6.32 5 9.707V12.5l8-6.17z'/></svg>");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right;
    width: 9px;
    height: 15px;
    right: 6px;
    top: 0;
    display: block;
    order: 2;
    margin-left: -3px; }
  .wpforms-container.wpforms-container-full .submit_btn:hover, .wpforms-container.wpforms-container-full .submit_btn:focus {
    outline: 0;
    background: var(--e-global-color-50b3e91);
    background-color: var(--e-global-color-50b3e91) !important;
    color: var(--e-global-color-primary); }
    .wpforms-container.wpforms-container-full .submit_btn:hover::before, .wpforms-container.wpforms-container-full .submit_btn:focus::before {
      content: '';
      position: relative;
      border: 0;
      border-radius: 0;
      width: 9px;
      height: 15px;
      right: 6px;
      top: 0;
      animation-name: bounceAlpha;
      animation-duration: 1.4s;
      animation-iteration-count: infinite;
      animation-timing-function: linear; }
    .wpforms-container.wpforms-container-full .submit_btn:hover::after, .wpforms-container.wpforms-container-full .submit_btn:focus::after {
      content: '';
      position: relative;
      border: 0;
      border-radius: 0;
      width: 9px;
      height: 15px;
      right: 6px;
      top: 0;
      background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' viewBox='5 0 8 13'><path fill='%2300A64B' d='M13 6.33 5 .5v2.619L9.393 6.32 5 9.707V12.5l8-6.17z'/></svg>");
      animation-name: bounceAlpha;
      animation-duration: 1.4s;
      animation-delay: 0.2s;
      animation-iteration-count: infinite;
      animation-timing-function: linear; }

.wpforms-container.wpforms-container-full .wpforms-error {
  margin-top: 4px !important; }

.wpforms-container.wpforms-container-full .wpforms-field {
  margin: 0;
  padding: 0; }
  .wpforms-container.wpforms-container-full .wpforms-field.wpforms-field-select, .wpforms-container.wpforms-container-full .wpforms-field.wpforms-field-name, .wpforms-container.wpforms-container-full .wpforms-field.wpforms-field-email, .wpforms-container.wpforms-container-full .wpforms-field.wpforms-field-text, .wpforms-container.wpforms-container-full .wpforms-field.wpforms-field-phone, .wpforms-container.wpforms-container-full .wpforms-field.wpforms-field-textarea {
    margin-bottom: 30px; }
  .wpforms-container.wpforms-container-full .wpforms-field h4 {
    color: var(--e-global-color-d70c5fe);
    font-family: "Roboto Condensed", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    /* 140% */
    font-display: swap;
    margin: 0;
    padding: 0;
    padding-bottom: 30px; }
  .wpforms-container.wpforms-container-full .wpforms-field select {
    color: var(--e-global-color-d70c5fe);
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    /* 175% */
    font-display: swap;
    border-radius: 0;
    border: 1px solid var(--e-global-color-764183d);
    width: 100%;
    max-width: none;
    appearance: none;
    background-image: url("/wp-content/uploads/2023/10/select_arrow.svg");
    background-repeat: no-repeat;
    background-position: right 0.7rem top 50%;
    background-size: 0.65rem auto; }
    .wpforms-container.wpforms-container-full .wpforms-field select::-ms-expand {
      display: none; }
    .wpforms-container.wpforms-container-full .wpforms-field select::placeholder {
      color: #959595; }
    .wpforms-container.wpforms-container-full .wpforms-field select::-ms-input-placeholder {
      color: #959595; }
  .wpforms-container.wpforms-container-full .wpforms-field input, .wpforms-container.wpforms-container-full .wpforms-field textarea {
    color: var(--e-global-color-d70c5fe);
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    /* 175% */
    font-display: swap;
    border-radius: 0;
    border: 0;
    border-top: 1px solid var(--e-global-color-764183d);
    border-left: 1px solid var(--e-global-color-764183d);
    background: linear-gradient(0deg, #F2FAFB 0%, #F2FAFB 100%, var(--e-global-color-secondary));
    width: 100%; }
    .wpforms-container.wpforms-container-full .wpforms-field input::placeholder, .wpforms-container.wpforms-container-full .wpforms-field textarea::placeholder {
      color: #959595; }
    .wpforms-container.wpforms-container-full .wpforms-field input::-ms-input-placeholder, .wpforms-container.wpforms-container-full .wpforms-field textarea::-ms-input-placeholder {
      color: #959595; }
  .wpforms-container.wpforms-container-full .wpforms-field .copy {
    color: var(--e-global-color-7698322);
    font-family: Open Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 165%;
    /* 26.4px */
    font-display: swap; }

@keyframes bounceAlpha {
  0% {
    opacity: 1;
    transform: translateX(0px) scale(1); }
  25% {
    opacity: 0;
    transform: translateX(10px) scale(0.9); }
  26% {
    opacity: 0;
    transform: translateX(-10px) scale(0.9); }
  55% {
    opacity: 1;
    transform: translateX(0px) scale(1); } }

/* ==================================================== */
/* ==================================================== */
/* ==================================================== */
/* MOBILE PHONES */
/* ==================================================== */
/* ==================================================== */
/* ==================================================== */
/* ==================================================== */
/* ==================================================== */
/* ==================================================== */
/* Tablets smalls */
/* ==================================================== */
/* ==================================================== */
/* ==================================================== */
/* ==================================================== */
/* ==================================================== */
/* ==================================================== */
/* Tablets */
/* ==================================================== */
/* ==================================================== */
/* ==================================================== */
/* ==================================================== */
/* ==================================================== */
/* ==================================================== */
/* Tablets LARGES*/
/* ==================================================== */
/* ==================================================== */
/* ==================================================== */
/* ==================================================== */
/* ==================================================== */
/* ==================================================== */
/* DESKTOP */
/* ==================================================== */
/* ==================================================== */
/* ==================================================== */
/* ==================================================== */
/* ==================================================== */
/* ==================================================== */
/* DESKTOP LARGE */
/* ==================================================== */
/* ==================================================== */
/* ==================================================== */
/* Global Variables */
:root {
  --padding-x: min(190px, 9.8vw); }

@media (max-width: 1024px) {
  :root {
    --padding-x: 50px; } }

@media (max-width: 767px) {
  :root {
    --padding-x: 20px; } }

/* Max width Layout */
body {
  max-width: 1920px;
  margin: 0 auto;
  position: relative; }

/* Global Paddings */
.padding-x {
  padding-left: var(--padding-x);
  padding-right: var(--padding-x); }

.padding-l {
  padding-left: var(--padding-x); }

.padding-r {
  padding-right: var(--padding-x); }

/* Global Headings */
h1,
h2 {
  margin: 0; }

blockquote {
  margin: 0;
  padding: 0;
  position: relative;
  text-indent: 35px; }

blockquote:before {
  content: '\201c';
  position: absolute;
  left: -10px;
  top: 0;
  color: var(--e-global-color-d6cea4e);
  font-family: "Rockwell", sans-serif;
  font-size: 80px;
  font-style: italic;
  font-weight: 400;
  text-indent: 0;
  font-display: swap;
  opacity: 0.7; }

blockquote:after {
  content: '\201d';
  position: absolute;
  color: var(--e-global-color-d6cea4e);
  font-family: "Rockwell", sans-serif;
  font-display: swap;
  font-size: 80px;
  font-style: italic;
  font-weight: 400;
  text-indent: 0;
  bottom: -30px;
  opacity: 0.7; }

.elementor-widget-theme-post-excerpt .elementor-widget-container p::after {
  content: " ..."; }

.service_icon {
  /* 	max-width: 96px !important;
	margin-left: -9px; */ }

/* ==================================================== */
/* ==================================================== */
/* ==================================================== */
/* MOBILE PHONES */
/* ==================================================== */
/* ==================================================== */
/* ==================================================== */
@media (max-width: 767px) {
  blockquote {
    width: 90%;
    margin: 0 auto; } }

/* ==================================================== */
/* ==================================================== */
/* ==================================================== */
/* Tablets smalls */
/* ==================================================== */
/* ==================================================== */
/* ==================================================== */
/* ==================================================== */
/* ==================================================== */
/* ==================================================== */
/* Tablets */
/* ==================================================== */
/* ==================================================== */
/* ==================================================== */
/* ==================================================== */
/* ==================================================== */
/* ==================================================== */
/* Tablets LARGES*/
/* ==================================================== */
/* ==================================================== */
/* ==================================================== */
/* ==================================================== */
/* ==================================================== */
/* ==================================================== */
/* DESKTOP */
/* ==================================================== */
/* ==================================================== */
/* ==================================================== */
/* ==================================================== */
/* ==================================================== */
/* ==================================================== */
/* DESKTOP LARGE */
/* ==================================================== */
/* ==================================================== */
/* ==================================================== */
nav .elementor-nav-menu .disable-link {
  display: none;
  visibility: hidden; }
