@charset "UTF-8";
@font-face {
  font-family: "Inter";
  src: url("/wp-content/themes/ajenergia/assets/fonts/Inter/Inter-Regular.ttf");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter SemiBold";
  src: url("/wp-content/themes/ajenergia/assets/fonts/Inter/Inter-SemiBold.ttf");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter Bold";
  src: url("/wp-content/themes/ajenergia/assets/fonts/Inter/Inter-Bold.ttf");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter Black";
  src: url("/wp-content/themes/ajenergia/assets/fonts/Inter/Inter-Black.ttf");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Work Sans";
  src: url("/wp-content/themes/ajenergia/assets/fonts/Work_Sans/WorkSans-Regular.ttf");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
html {
  scroll-behavior: smooth;
}

body {
  color: #101010;
  font-family: "Inter";
  font-size: 16px;
  line-height: 22px;
}

h1, h2, h3 {
  font-family: "Inter Bold";
  font-weight: 900;
  color: #002030;
}

h4, h5, h6 {
  font-family: "Inter SemiBold";
  font-weight: 900;
  color: #002030;
}

h1 {
  line-height: 92px;
  font-size: 72px;
}

h2 {
  line-height: 52px;
  font-size: 46px;
}

h3 {
  line-height: 38px;
  font-size: 32px;
}

h4 {
  line-height: 28px;
  font-size: 22px;
}

h5 {
  line-height: 20px;
  font-size: 18px;
}

h6 {
  line-height: 38px;
  font-size: 16px;
}

p {
  line-height: 22px;
  color: #101010;
  font-family: "Inter";
}

strong {
  font-family: "Inter SemiBold";
}

.container {
  max-width: 1320px;
}

a {
  position: relative;
}

.is_onmobile {
  display: none;
}

.no_mobile {
  display: contents;
}

.right_side {
  -webkit-box-ordinal-group: 3 !important;
      -ms-flex-order: 2 !important;
          order: 2 !important;
}

svg {
  -webkit-background-clip: text;
}

header {
  padding: 10px 15px;
}
header .custom-logo {
  width: 240px;
  height: auto;
}

.section_overlay {
  background-color: rgba(16, 16, 16, 0.6);
  width: 100%;
  height: 100%;
  position: absolute;
  -webkit-filter: contrast(200%);
          filter: contrast(200%);
}

select {
  font-family: Verdana;
}

.cta_btn {
  padding: 10px 25px;
  background: #FFA719;
  font-size: 16px;
  border-radius: 4px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  font-family: "Inter SemiBold";
  font-weight: 400;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 0;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  border: 0;
  overflow: hidden;
  display: block;
}
.cta_btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: linear-gradient(120deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 80%);
  -webkit-transform: skewX(-25deg);
          transform: skewX(-25deg);
  -webkit-animation: glow-slide 5s infinite;
          animation: glow-slide 5s infinite;
  z-index: 2;
}
@-webkit-keyframes glow-slide {
  0% {
    left: -75%;
  }
  100% {
    left: 130%;
  }
}
@keyframes glow-slide {
  0% {
    left: -75%;
  }
  100% {
    left: 130%;
  }
}
.cta_btn {
  display: inline-block;
}
.cta_btn:hover {
  text-decoration: none;
  color: #fff;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  background: #FF9111;
}

.cta_btn_transparent {
  padding: 10px 30px;
  background: none;
  border: 1px solid #FFA719;
  font-size: 16px;
  border-radius: 4px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  font-family: "Inter SemiBold";
  font-weight: 400;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 0;
  color: #FFA719;
  text-decoration: none;
  text-transform: uppercase;
  display: block;
}
.cta_btn_transparent:hover {
  text-decoration: none;
  color: #fff;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  background: #FF9111;
}

#wp-admin-bar-wp-logo {
  display: none;
}

.purchase-button {
  color: #fff;
  font-size: 24px !important;
  width: -webkit-fit-content !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
  margin: 0 auto;
  background: #00798C;
  font-weight: 600 !important;
  padding: 20px 40px !important;
  font-family: "Proxima Nova Extra Condensed Black Italic";
}
.purchase-button:hover {
  background: #FF9111;
}

.order_section {
  margin-bottom: 100px;
}
.order_section .order_content {
  margin-bottom: 50px;
}
.order_section .order_form {
  background: #FFA719;
  border-radius: 19px;
  padding: 50px 65px;
}
.order_section .order_form label {
  color: #fff;
}
.order_section .order_form h4 {
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 20px;
}
.order_section .order_form input[type=text] {
  margin-bottom: 25px !important;
  border: 1px solid #B3B3B3;
  border-radius: 20px;
  padding: 10px 20px !important;
  color: #B3B3B3;
}
.order_section .order_form .gform_button {
  padding: 8px 30px;
  background: #00798C;
  border-radius: 30px;
  color: #FFA719;
  border: 0;
  margin: 0 auto;
  font-weight: 600;
}
.order_section .order_form .gform_button:hover {
  background: #FF9111;
  color: #fff;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.order_section .order_form .gfield_radio {
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 25px;
}
.order_section .order_form .gfield_radio div {
  display: inline-block;
  margin-right: 20px;
}
.order_section .order_form .gfield_radio .gfield-choice-input + label {
  max-width: none;
}
.order_section .order_form .gform_fileupload_rules, .order_section .order_form .gform_drop_instructions {
  display: none;
}
.order_section .order_form #field_2_8, .order_section .order_form #field_2_9 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
  border-radius: 24px;
  padding: 10px 20px !important;
  text-align: left;
  margin-bottom: 25px;
}
.order_section .order_form #field_2_8 .gfield_description, .order_section .order_form #field_2_9 .gfield_description {
  color: #757575;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  padding: 0;
}
.order_section .order_form .ginput_container_fileupload input #file-upload-button {
  background: #333 !important;
  padding: 20px !important;
  display: block;
}
.order_section .order_form .gform_drop_area {
  padding: 0;
  margin-bottom: 0;
}
.order_section .order_form .gform_drop_area button {
  background: url(/wp-content/themes/ajenergia/assets/images/Download.png) 50% 50% no-repeat;
  font-size: 0;
  border: 0;
  padding: 10px 10px;
  width: 10pxpx;
  height: 10px;
}

.read_more_link {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 40px;
  background: #FFA719;
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
  font-size: 16px;
  border-radius: 4px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  font-family: "Inter SemiBold";
  font-weight: 600;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  overflow: hidden;
}
.read_more_link::before {
  content: "";
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: linear-gradient(120deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 80%);
  -webkit-transform: skewX(-25deg);
          transform: skewX(-25deg);
  -webkit-animation: glow-slide 5s infinite;
          animation: glow-slide 5s infinite;
  z-index: 2;
}
@keyframes glow-slide {
  0% {
    left: -75%;
  }
  100% {
    left: 130%;
  }
}
.read_more_link {
  display: block;
  position: relative;
}
.read_more_link:hover {
  background: #FF9111;
  color: #fff;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.partner_banners_code img,
.partner_banners_item img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.search_form_panel .read_more_link {
  margin-right: 20px;
  margin-top: 40px;
}
.search_form_panel .read_more_link::after {
  content: none !important;
}
.search_form_panel .read_more_link::before {
  font-family: bootstrap-icons;
  content: "\f12f";
  margin-right: 10px;
  top: 3px;
  position: relative;
}

.lost_page > .container {
  margin-top: 50px;
  margin-bottom: 100px;
}

.lost_page h1 {
  font-size: 300px;
  color: #DEDEDE;
  font-weight: 900;
  text-align: center;
  line-height: 363px;
}
.lost_page h2 {
  font-size: 36px;
  line-height: 44px;
  text-align: center;
  color: #101010;
  line-height: 44px;
  margin-bottom: 50px;
}
.lost_page .cta_btn {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.lost_page .lost_search {
  position: relative;
  padding: 60px 0 80px 0;
  background: #00798C;
  border-bottom: 10px solid #FFC365;
}
.lost_page .lost_search h6 {
  color: #FAFAFA;
  margin-bottom: 50px;
  font-weight: 300;
}
.lost_page .lost_search form {
  position: relative;
}
.lost_page .lost_search form label,
.lost_page .lost_search form input[type=search] {
  width: 100%;
}
.lost_page .lost_search form input[type=submit] {
  right: 20px;
}

.pum-theme-cutting-edge .pum-container {
  background-color: #39192A !important;
  border: 0 !important;
  padding: 60px !important;
  border-radius: 30px !important;
}
.pum-theme-cutting-edge .pum-title {
  color: #DD2228 !important;
  text-align: center !important;
  text-shadow: 0px 0px 0px rgba(2, 2, 2, 0.23);
  font-family: "Poppins Bold" !important;
  font-size: 36px !important;
  line-height: 42px !important;
  margin-bottom: 30px !important;
}
.pum-theme-cutting-edge p {
  color: #fff;
  margin-bottom: 20px;
}
.pum-theme-cutting-edge .gform_wrapper.gravity-theme .gform_footer input {
  border-radius: 30px;
  color: #fff;
  margin: 0 auto;
  background: #DD2228;
  border: 0;
  padding: 10px 40px;
}
.pum-theme-cutting-edge .gform-body input,
.pum-theme-cutting-edge .gform-body textarea,
.pum-theme-cutting-edge .gform-body select {
  border: 0;
  padding: 10px 20px !important;
  border-radius: 20px;
  font-size: 15px;
  color: #333;
  background: #fff;
  font-family: Verdana, Tahoma, sans-serif;
  margin-bottom: 10px !important;
}
.pum-theme-cutting-edge .pum-close {
  color: #fff !important;
  background: #DD2228 !important;
  border-radius: 50% !important;
  height: 31px !important;
  width: 24px !important;
  right: 20px !important;
  top: 20px !important;
}

.header_area {
  z-index: 9999;
  position: relative;
}

.header_search.no_mobile {
  display: block;
}

.header_area.header_sticky {
  position: fixed !important;
  top: 0;
  z-index: 99999;
  background: #fff !important;
}
.header_area.header_sticky .custom-logo {
  width: 240px;
}

.mob_menu .header_search {
  max-width: none;
  position: relative;
  margin-top: 30px;
}
.mob_menu .header_search a {
  background: #FFA719;
  margin: 0;
  padding: 15px 30px;
  border-radius: 4px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-transform: uppercase;
}
.mob_menu .header_search a::before {
  font-family: bootstrap-icons;
  content: "";
  background-image: url(/wp-content/themes/ajenergia/assets/images/icons/Chat.svg);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-right: 10px;
  width: 30px;
  height: 30px;
  position: relative;
  font-weight: 300;
  overflow: hidden;
}

.site-navigation {
  width: auto;
}
.site-navigation .menu-icon {
  display: inline-block;
  width: 54px;
  height: 54px;
  float: left;
  margin-right: 15px;
  background-size: contain;
  background-position: 50% 0%;
  background-repeat: no-repeat;
}
.site-navigation a .menu-image {
  display: block;
  width: 60px;
  height: 60px;
  float: left;
}
.site-navigation .shop_btn {
  display: inline-block;
  position: relative;
  margin-left: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 40px;
  background: #FFA719;
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
  font-size: 16px;
  border-radius: 4px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  font-family: "Inter SemiBold";
  font-weight: 600;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  overflow: hidden;
}
.site-navigation .shop_btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: linear-gradient(120deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 80%);
  -webkit-transform: skewX(-25deg);
          transform: skewX(-25deg);
  -webkit-animation: glow-slide 5s infinite;
          animation: glow-slide 5s infinite;
  z-index: 2;
}
@keyframes glow-slide {
  0% {
    left: -75%;
  }
  100% {
    left: 130%;
  }
}
.site-navigation .shop_btn:hover {
  background: #FF9111;
  color: #fff;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  cursor: pointer;
}
.site-navigation .shop_btn:hover > a {
  color: #00798C;
}
.site-navigation .shop_btn a {
  color: #002030;
  font-weight: 600;
}
.site-navigation .shop_btn a::after {
  font-family: bootstrap-icons;
  content: "\f138";
  margin-left: 10px;
  top: 3px;
  position: relative;
}
.site-navigation .shop_btn a:hover {
  border-bottom: 0;
  padding-bottom: 0;
  color: #00798C;
}
.site-navigation ul {
  margin-bottom: 0;
  position: relative;
  margin-left: 2em;
  padding-left: 0;
  text-align: center;
}
.site-navigation ul li {
  display: inline-block;
  padding: 5px 10px;
  position: relative;
  margin-right: 0px;
}
.site-navigation ul li a {
  text-decoration: none;
  color: #002030;
  font-family: "Inter Bold";
  font-size: 16px;
  padding-bottom: 10px;
}
.site-navigation ul li a:hover {
  border-bottom: 1px dotted #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  padding-bottom: 5px;
  color: #FFA719;
  border-color: #FFA719;
  padding-bottom: 10px;
}
.site-navigation ul li a::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #FFA719;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}
.site-navigation ul li a:hover::before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
.site-navigation ul .sub-menu {
  text-align: left;
  position: absolute;
  left: 0;
  top: -500px;
  opacity: 0;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  background: #FFC365;
  padding: 0;
  margin: 0;
  z-index: -1;
}
.site-navigation ul .sub-menu li {
  display: block;
  padding: 0;
  margin: 0;
}
.site-navigation ul .sub-menu li a {
  color: #002030;
  display: initial;
  padding: 10px 20px;
  display: block;
}
.site-navigation ul .sub-menu li a:hover {
  color: #002030;
  background: #FF9111;
}
.site-navigation ul .sub-menu li a::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #002030;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}
.site-navigation ul .sub-menu li a:hover::before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
.site-navigation ul > .menu-item-has-children .sub-menu .menu-item-has-children::after {
  content: "";
}
.site-navigation ul > .menu-item-has-children:hover .sub-menu {
  top: 35px;
  opacity: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 2;
}

.service-menu ul {
  padding: 0;
  list-style: none;
  margin: 0;
}
.service-menu ul a {
  padding: 10px 25px;
  background: #FFA719;
  font-size: 16px;
  border-radius: 4px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  font-family: "Inter SemiBold";
  font-size: 16px;
  font-weight: 600;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 0;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  overflow: hidden;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 60px;
  border: 0;
}
.service-menu ul a::before {
  font-family: bootstrap-icons;
  content: "";
  background-image: url(/wp-content/themes/ajenergia/assets/images/icons/Chat.svg);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-right: 10px;
  width: 40px;
  height: 40px;
  position: relative;
  font-weight: 300;
  overflow: hidden;
}
.service-menu ul a::after {
  content: "";
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: linear-gradient(120deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 80%);
  -webkit-transform: skewX(-25deg);
          transform: skewX(-25deg);
  -webkit-animation: glow-slide 4s infinite;
          animation: glow-slide 4s infinite;
  z-index: 2;
}
@keyframes glow-slide {
  0% {
    left: -75%;
  }
  100% {
    left: 130%;
  }
}
.service-menu ul a {
  color: #fff;
  text-decoration: none;
}
.service-menu ul a:hover {
  text-decoration: none;
  color: #fff;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  background: #FF9111;
}

.one_column .sub-menu {
  -webkit-column-count: 1 !important;
     -moz-column-count: 1 !important;
          column-count: 1 !important;
  gap: 0px !important;
}

.navbar-toggler-icon {
  background-color: #fff;
  border-radius: 50%;
  padding: 20px;
  position: absolute;
  right: 40px;
  top: 25px;
  z-index: 99999;
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(13, 64, 114, 0.8)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  background-size: 70%;
}

.header_sticky .navbar-toggler-icon {
  top: 15px;
}

.mob_menu {
  background: rgba(0, 0, 0, 0.9019607843);
  padding: 40px;
  width: 100%;
  position: fixed;
  height: 100%;
  overflow: scroll;
  padding-top: 100px;
  top: 0;
  left: 0;
  position: fixed;
  height: 100vh;
  overflow: hidden;
  z-index: 9999;
}
.mob_menu ul {
  padding: 0;
}
.mob_menu ul li {
  display: block;
  padding: 15px 15px;
  list-style: none;
  position: relative;
}
.mob_menu ul li a {
  text-decoration: none;
  color: #fff;
  font-family: "Inter";
  width: 100%;
  font-size: 18px;
  font-weight: 600;
}
.mob_menu ul li a .description {
  display: block;
  color: #808080;
  margin-top: 10px;
  font-size: 16px;
  line-height: 22px;
  font-weight: 300;
  font-family: Verdana, Tahoma, sans-serif;
}
.mob_menu ul .shop_btn {
  float: none;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  background: #fff;
  padding: 15px 30px;
  font-weight: 600;
  background: #00798C;
  border-radius: 30px;
}
.mob_menu ul .shop_btn a {
  color: #FAFAFA;
}
.mob_menu ul .sub-menu {
  margin-left: 15px;
}
.mob_menu ul .sub-menu li a {
  font-weight: 400;
  font-size: 16px;
}
.mob_menu ul .mega_menu a {
  color: #FAFAFA;
}
.mob_menu ul .mega_menu .menu-item-has-children::before {
  content: none;
}
.mob_menu ul .mega_menu .menu-item-has-children > a {
  color: #00798C;
  line-height: 40px;
  font-size: 18px;
  font-weight: 600;
}

.mob_menu .menu-main-menu-container .menu li {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}
.mob_menu .menu > .menu-item-has-children::after {
  content: "\f282";
  width: 20px;
  height: 20px;
  display: block;
  font-family: bootstrap-icons;
  float: right;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin-left: 10px;
  color: #fff;
  top: 14px;
  position: absolute !important;
  left: 25vh;
  z-index: 9999;
  cursor: pointer;
}
.mob_menu .menu > .menu-item-has-children:hover::after {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: rotateX(-180deg);
          transform: rotateX(-180deg);
  content: "\f282";
  color: #fff;
  width: 20px;
  height: 20px;
  display: block;
  font-family: bootstrap-icons;
  position: relative;
  left: 25vh;
  cursor: pointer;
}
.mob_menu .menu > .menu-item-has-children .menu-trigger {
  width: 20px;
  height: 20px;
  display: block;
  float: right;
  margin-left: 10px;
  top: 14px;
  position: absolute !important;
  left: 25vh;
  z-index: 99999;
  cursor: pointer;
}

.pagination {
  margin-top: 30px;
}
.pagination .nav-links {
  margin: 0 auto;
}
.pagination .nav-links .page-numbers {
  color: #333;
  text-decoration: none;
  margin-right: 15px;
  font-size: 16px;
}
.pagination .nav-links .page-numbers:hover {
  color: #00798C;
}
.pagination .nav-links .page-numbers .current {
  color: #00798C;
}

.header_search form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header_search form input[type=search] {
  padding: 5px 20px;
  padding-right: 40px;
  border: 0;
  border-radius: 20px;
  font-size: 14px;
}
.header_search form input[type=submit] {
  width: 18px;
  height: 18px;
  position: absolute;
  right: 45px;
  font-size: 0;
  background: url(/wp-content/themes/ajenergia/assets/images/search.png) 50% 50%;
  background-size: cover;
  border: 0;
}

footer {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #fff;
}
footer .footer-logo {
  margin-bottom: 15px;
  display: block;
}
footer .footer-logo img {
  width: 190px;
  height: auto;
}
footer .site_name {
  color: #fff;
}
footer h3 {
  color: #fff;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 25px;
  margin-top: 10px;
  text-transform: uppercase;
}
footer i {
  margin-right: 10px;
}
footer a {
  color: #FFA719;
  text-decoration: none;
  font-family: "Work Sans";
  color: #3F3F3F;
  font-size: 16px;
}
footer a:hover {
  border-bottom: 0;
  color: #039BB3;
}
footer .site-branding div {
  margin-bottom: 10px;
}
footer .site-branding div div, footer .site-branding div a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
footer .footer_description {
  color: #fff;
  opacity: 0.7;
  line-height: 22px;
  margin-bottom: 0.5rem;
}
footer .footer_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
footer .footer_nav ul {
  padding: 0;
  list-style: none;
}
footer .footer_nav ul li {
  margin-bottom: 15px;
}
footer .footer_nav ul li a {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  color: #fff;
  opacity: 0.7;
  margin-bottom: 0.5rem;
}
footer .footer_nav ul li a:hover {
  color: #fff;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  opacity: 1;
}
footer .footer_nav ul li a::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #E5842D;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}
footer .footer_nav ul li a:hover::before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
footer .footer_ordering {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
footer .footer_ordering h3 {
  color: #00798C;
}
footer .footer_ordering .title_ordering .second-word {
  color: #00798C;
}
footer .footer_ordering a {
  color: #FFA719;
}
footer .footer_ordering a:hover {
  color: #fff;
}
footer .footer_ordering i {
  color: #FFA719;
  margin-right: 10px;
}
footer .footer_ordering .orderind_link {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 40px;
  background: #FFA719;
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
  font-size: 16px;
  border-radius: 4px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  font-family: "Inter SemiBold";
  font-weight: 600;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  overflow: hidden;
}
footer .footer_ordering .orderind_link::before {
  content: "";
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: linear-gradient(120deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 80%);
  -webkit-transform: skewX(-25deg);
          transform: skewX(-25deg);
  -webkit-animation: glow-slide 5s infinite;
          animation: glow-slide 5s infinite;
  z-index: 2;
}
@keyframes glow-slide {
  0% {
    left: -75%;
  }
  100% {
    left: 130%;
  }
}
footer .footer_ordering .orderind_link {
  margin-bottom: 0;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #FAFAFA;
}
footer .footer_ordering .orderind_link i {
  color: #FAFAFA;
}
footer .footer_ordering .orderind_link:hover {
  background: #FF9111;
  color: #fff;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  color: #FAFAFA;
  text-decoration: none;
}
footer .social_links {
  margin-top: 25px;
  gap: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
footer .social_links i {
  color: #fff;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  opacity: 0.7;
  font-size: 24px;
}
footer .social_links i:hover {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  opacity: 1;
}
footer .company-info {
  gap: 10px;
}
footer .company-info p, footer .company-info a, footer .company-info span {
  color: #fff;
  opacity: 0.7;
  line-height: 22px;
  margin-bottom: 0.5rem;
}
footer .company-info a {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
footer .company-info a:hover {
  color: #fff;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  opacity: 1;
}
footer .company-info a:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #E5842D;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}
footer .company-info a:hover::before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
footer .company-info h6 {
  color: #fff;
  font-weight: 500;
  line-height: 22px;
  font-size: 14px;
}
footer .company-info i {
  color: #fff;
  line-height: 22px;
  font-size: 22px;
}

.footer_copyright {
  height: 50px;
  background: #002030;
  color: #fff;
  padding: 0 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Inter";
  font-size: 16px;
}
.footer_copyright a {
  color: #fff;
  text-decoration: none;
}
.footer_copyright a:hover {
  text-decoration: underline;
}
.footer_copyright p {
  margin: 0;
  color: #fff;
}
.footer_copyright .row {
  height: 100%;
  width: inherit;
}
.footer_copyright .footer_copyright_menu {
  text-align: right;
}
.footer_copyright .footer_copyright_menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer_copyright .footer_copyright_menu ul li {
  display: inline-block;
  border-right: 1px solid #fff;
  padding: 0 30px;
}
.footer_copyright .footer_copyright_menu ul li:first-child {
  padding: 0 30px 0 0;
}
.footer_copyright .footer_copyright_menu ul li:last-child {
  border-right: none;
}
.footer_copyright .footer_copyright_menu ul li a {
  color: #fff;
  text-decoration: none;
  font-family: "Work Sans";
}
.footer_copyright .footer_copyright_menu ul li a:hover {
  color: #fff;
}

.site-footer {
  background-color: #002030;
  padding-top: 50px;
  padding-bottom: 100px;
}
.site-footer .container-fluid > img {
  width: 100%;
}
.site-footer .container-fluid {
  padding: 0;
}

.hero-section {
  position: relative;
  margin-bottom: 100px;
  overflow: hidden;
}
.hero-section .banner_overlay,
.hero-section .banner_overlay_light {
  width: 100%;
  height: 100%;
  position: absolute;
  -webkit-filter: contrast(200%);
          filter: contrast(200%);
}
.hero-section .banner_overlay {
  background-color: rgba(15, 15, 15, 0.6);
}
.hero-section .banner_overlay.half-width {
  background: rgba(15, 15, 15, 0.5);
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, rgba(15, 15, 15, 0.6)), to(rgba(51, 51, 51, 0.2)));
  background: linear-gradient(90deg, rgba(15, 15, 15, 0.6) 50%, rgba(51, 51, 51, 0.2) 100%);
}
.hero-section .banner_overlay_light {
  background-color: rgba(250, 250, 250, 0.4);
}
.hero-section .banner_overlay_light.half-width {
  background: #b9b9b9;
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, rgb(188, 188, 188)), to(rgba(51, 51, 51, 0)));
  background: linear-gradient(90deg, rgb(188, 188, 188) 50%, rgba(51, 51, 51, 0) 100%);
}

.hero-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-size: cover;
  padding-top: 140px;
  padding-bottom: 50px;
  height: 600px;
}
.hero-container .container {
  z-index: 1;
  position: relative;
}
.hero-container .container h1 {
  color: #002030;
  margin-bottom: 30px;
}
.hero-container .container .hero-content {
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 30px;
}
.hero-container .container .hero-content p {
  color: #002030;
  font-size: 16px;
  line-height: 22px;
  font-family: "Inter";
}
.hero-container .container .dark_mode {
  color: #fff;
}
.hero-container .container .dark_mode p {
  color: #fff;
}
.hero-container .container a {
  color: #FFA719;
  text-decoration: none;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: #FFA719;
}
.hero-container .container a i {
  margin-right: 10px;
}
.hero-container .container a:hover {
  color: #FFC365;
}
.hero-container .container .read_more_link {
  display: block;
  position: relative;
  color: #FAFAFA;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 40px;
  background: #FFA719;
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
  font-size: 16px;
  border-radius: 4px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  font-family: "Inter SemiBold";
  font-weight: 600;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  overflow: hidden;
}
.hero-container .container .read_more_link::before {
  content: "";
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: linear-gradient(120deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 80%);
  -webkit-transform: skewX(-25deg);
          transform: skewX(-25deg);
  -webkit-animation: glow-slide 5s infinite;
          animation: glow-slide 5s infinite;
  z-index: 2;
}
@keyframes glow-slide {
  0% {
    left: -75%;
  }
  100% {
    left: 130%;
  }
}
.hero-container .container .read_more_link:hover {
  background: #FF9111;
  color: #fff;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.hero-container .container .read_more_link::after {
  font-family: bootstrap-icons;
  content: "\f138";
  margin-left: 10px;
  top: 3px;
  position: relative;
}
.hero-container .container .read_more_link img {
  margin-left: 15px;
}

.hero-section.single-post .hero-container {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-top: 150px;
  padding-bottom: 150px;
  background-size: auto 100%;
  background-position: right center;
  background-repeat: no-repeat;
}
.hero-section.single-post .hero-container .container {
  height: 100%;
}
.hero-section.single-post .hero-container .container .row {
  height: 100%;
}
.hero-section.single-post .hero-container .container .row .single-post-hero-data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
}
.hero-section.single-post .hero-container .post-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}

.two_columns_section {
  margin-bottom: 100px;
  overflow: hidden;
}
.two_columns_section .section_two_columns {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.two_columns_section .section_two_columns .col-lg-6 {
  width: 48%;
}
.two_columns_section .section_two_columns h3 {
  margin-bottom: 30px;
  color: #002030;
}
.two_columns_section .section_two_columns .two_columns_image img {
  width: 100%;
  height: 22vw;
  -o-object-fit: cover;
     object-fit: cover;
}
.two_columns_section .section_two_columns .two_columns_image.fit_image img {
  height: auto;
  max-height: 600px;
  -o-object-fit: contain;
     object-fit: contain;
}
.two_columns_section .section_two_columns .content {
  margin-bottom: 50px;
  font-family: "Inter";
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
}
.two_columns_section .section_two_columns .two_columns_contact {
  margin-bottom: 20px;
}

.two_columns_section.two_columns_details_section {
  overflow: hidden;
}
.two_columns_section.two_columns_details_section .content {
  margin-bottom: 30px;
}
.two_columns_section.two_columns_details_section .content p:last-child {
  margin-bottom: 0;
}
.two_columns_section.two_columns_details_section .content_list {
  margin-bottom: 30px;
  padding-left: 0;
}
.two_columns_section.two_columns_details_section .content_list li {
  list-style: none;
  line-height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.two_columns_section.two_columns_details_section .content_list li::before {
  content: "";
  display: block;
  margin-right: 20px;
  width: 20px;
  height: 20px;
  background: url(/wp-content/themes/ajenergia/assets/images/icons/cheked.svg) 50% 50% no-repeat;
  background-size: cover;
}
.two_columns_section.two_columns_details_section .cta_buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}
.two_columns_section.two_columns_details_section .two_columns_icons {
  text-align: center;
  background: #FDF5EA;
  padding: 60px;
  border: 1px solid #E5E8ED;
  -webkit-box-shadow: 0px 20px 30px #d7d7d7;
          box-shadow: 0px 20px 30px #d7d7d7;
}
.two_columns_section.two_columns_details_section .two_columns_icons .two_columns_icons_grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  margin: 0 auto;
  max-width: 800px;
  margin-bottom: 50px;
}
.two_columns_section.two_columns_details_section .two_columns_icons .two_columns_icons_grid .two_columns_icons_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  cursor: pointer;
}
.two_columns_section.two_columns_details_section .two_columns_icons .two_columns_icons_grid .two_columns_icons_item img {
  width: 50px;
  height: 50px;
  margin-bottom: 15px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.two_columns_section.two_columns_details_section .two_columns_icons .two_columns_icons_grid .two_columns_icons_item h4 {
  margin-bottom: 15px;
}
.two_columns_section.two_columns_details_section .two_columns_icons .two_columns_icons_grid .two_columns_icons_item:hover img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.two_columns_section.two_columns_details_section .two_columns_icons .subtitle {
  margin-bottom: 30px;
}
.two_columns_section.two_columns_details_section .two_columns_icons .subdescription {
  margin-bottom: 0;
}

.highlighted_articles {
  margin-top: 50px;
  margin-bottom: 100px;
  position: relative;
}
.highlighted_articles h2 {
  font-size: 32px;
  line-height: 52px;
  margin-bottom: 30px;
}
.highlighted_articles .more_posts {
  text-decoration: none;
  color: #00798C;
  margin-left: 50px;
  margin-bottom: 30px;
  font-family: "Brother 1816";
  font-weight: 700;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 16px;
}
.highlighted_articles .more_posts::after {
  content: "\f138";
  color: #00798C;
  display: block;
  font-family: bootstrap-icons;
  float: right;
  margin-left: 10px;
}
.highlighted_articles .more_posts:hover {
  color: #FF9111;
}
.highlighted_articles .more_posts:hover::after {
  color: #FF9111;
}
.highlighted_articles .articles-item {
  margin-bottom: 20px;
  -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.highlighted_articles .articles-item:hover .articles-content {
  background: #002030;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.highlighted_articles .articles-item:hover h4 a {
  color: #FFA719;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.highlighted_articles .articles-item:hover a,
.highlighted_articles .articles-item:hover .content {
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.highlighted_articles .articles-item .articles-content {
  padding: 40px 30px 30px;
}
.highlighted_articles .articles-item a {
  text-decoration: none;
  color: #FFA719;
}
.highlighted_articles .articles-item h4 {
  margin-bottom: 20px;
}
.highlighted_articles .articles-item h4 a {
  color: #002030;
}
.highlighted_articles .articles-item img {
  width: 100%;
  height: 16vw;
  -o-object-fit: cover;
     object-fit: cover;
}
.highlighted_articles .articles-item .post-meta {
  margin-bottom: 15px;
  font-size: 14px;
  color: #9A9CA5;
}
.highlighted_articles .articles-item .post-meta a {
  color: #9A9CA5;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.highlighted_articles .articles-item .post-meta a:hover {
  color: #FFA719;
}
.highlighted_articles .articles-item .post-meta .separator {
  margin: 0 15px;
}
.highlighted_articles .articles-item .content {
  margin-bottom: 0px;
}
.highlighted_articles .articles-item .content p {
  margin-bottom: 0px;
}
.highlighted_articles .articles-item .meta_data {
  font-family: "Inter";
  font-weight: 300;
  font-size: 12px;
  line-height: 15px;
  margin-bottom: 10px;
  display: block;
}
.highlighted_articles .tns-controls button {
  border: 0;
  border-radius: 50%;
  background: #00798C;
  font-size: 0;
  width: 40px;
  height: 40px;
}
.highlighted_articles .tns-controls [data-controls=prev] {
  position: absolute;
  top: 0%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 9;
  right: 20vw;
}
.highlighted_articles .tns-controls [data-controls=prev]::after {
  content: "\f284";
  color: #fff;
  display: block;
  font-family: bootstrap-icons;
  font-size: 19px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.highlighted_articles .tns-controls [data-controls=next] {
  position: absolute;
  top: 0%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 9;
  right: 15vw;
}
.highlighted_articles .tns-controls [data-controls=next]::after {
  content: "\f285";
  color: #fff;
  display: block;
  font-family: bootstrap-icons;
  font-size: 19px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.highlighted_articles [data-action=stop],
.highlighted_articles [data-action=start] {
  display: none !important;
}

.contactus_section {
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
  background: #FDF5EA;
}
.contactus_section .container {
  position: relative;
  z-index: 2;
}
.contactus_section .references_overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: -webkit-gradient(linear, left top, right top, from(rgba(250, 250, 250, 0)), color-stop(65%, rgb(253, 245, 234)));
  background: linear-gradient(90deg, rgba(250, 250, 250, 0) 0%, rgb(253, 245, 234) 65%);
}
.contactus_section .references_background_image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.1;
  z-index: 0;
}
.contactus_section .contactus_title {
  margin-bottom: 30px;
}
.contactus_section .contactus_subtitle {
  color: #002030;
  margin-bottom: 50px;
}
.contactus_section .contactus_form_area {
  background: #fff;
  -webkit-box-shadow: 0px 20px 30px #d7d7d7;
          box-shadow: 0px 20px 30px #d7d7d7;
  padding: 50px 5vw;
}
.contactus_section .section_two_columns {
  position: relative;
}
.contactus_section .section_two_columns i {
  color: #002030;
  font-size: 18px;
  margin-right: 10px;
}
.contactus_section .section_two_columns a {
  font-size: 16px;
  color: #4C4C4C;
  font-family: "Inter";
  text-decoration: none;
  display: block;
  line-height: 16px;
  margin-bottom: 20px;
}
.contactus_section .section_two_columns a:last-child {
  margin-bottom: 0;
}
.contactus_section .section_two_columns a:hover {
  color: #FF9111;
}
.contactus_section .section_two_columns a:hover i {
  color: #FF9111;
}
.contactus_section .section_two_columns .social_links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
}
.contactus_section .section_two_columns .social_links a {
  margin-bottom: 0;
}
.contactus_section .section_two_columns .social_links i {
  font-size: 24px;
}
.contactus_section .section_two_columns .contactus_team .contactus_team_item {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  margin-bottom: 5vw;
}
.contactus_section .section_two_columns .contactus_team .contactus_team_item:last-child {
  margin-bottom: 0;
}
.contactus_section .section_two_columns .contactus_team .contactus_team_item .person_data h4 {
  color: #002030;
  margin-top: 10px;
  margin-bottom: 10px;
}
.contactus_section .section_two_columns .contactus_team .contactus_team_item .person_data .status {
  font-size: 16px;
  color: #4C4C4C;
  font-family: "Inter";
  text-decoration: none;
  display: block;
  line-height: 16px;
  margin-bottom: 30px;
}
.contactus_section .section_two_columns .contactus_team .contactus_team_item img {
  width: 250px;
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
.contactus_section .contactus_form .gform_confirmation_message {
  color: #333;
  border: 1px solid #a5a5a5;
  padding: 15px 40px;
  border-radius: 10px;
  line-height: 24px;
}
.contactus_section .contactus_form .gravity-theme {
  max-width: 60%;
  margin: 0 auto;
}
.contactus_section .contactus_form .gravity-theme .gfield_label {
  color: #fff;
  line-height: 24px;
}
.contactus_section .contactus_form .gfield {
  margin-bottom: 10px;
}
.contactus_section .contactus_form .gform_title {
  display: none;
}
.contactus_section .contactus_form .gform_button {
  padding: 10px 40px !important;
  background: #FFA719;
  border-radius: 4px;
  color: #fff;
  border: 0;
  margin: 0 auto;
  font-weight: 900;
  font-size: 16px !important;
}
.contactus_section .contactus_form .gform_button:hover {
  background: #FF9111;
  color: #fff;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.contactus_section .contactus_form .gform_wrapper.gravity-theme .gfield_required {
  font-size: 0;
}
.contactus_section .contactus_form .gform_wrapper.gravity-theme .gfield_required .gfield_required_text::after {
  content: "*";
  color: #c02b0a;
  display: inline-block;
  font-size: 16px;
  padding-left: 0.125em;
}
.contactus_section .contactus_form .gform_wrapper.gravity-theme .gform_button {
  padding: 15px 30px !important;
  color: #fff;
  text-transform: uppercase;
}
.contactus_section .contactus_form .gfield_checkbox label,
.contactus_section .contactus_form .gfield_radio label {
  color: #002030;
}
.contactus_section .contactus_form .gravity-theme {
  max-width: 100%;
}
.contactus_section .contactus_form .gravity-theme .gfield_label {
  color: #002030;
}
.contactus_section .contactus_form input,
.contactus_section .contactus_form textarea,
.contactus_section .contactus_form select {
  padding: 15px 20px !important;
  border-radius: 4px;
  color: #333;
  background: #F4F5F6;
  border: 1px solid #D7DADD;
}
.contactus_section .contactus_form select {
  color: rgba(51, 51, 51, 0.6588235294);
}
.contactus_section .contactus_form select::-moz-selection {
  background: cyan;
}
.contactus_section .contactus_form select::selection {
  background: cyan;
}
.contactus_section .contactus_form .gform_wrapper.gravity-theme select {
  padding: 15px 20px !important;
  border-radius: 4px;
  color: #333;
  background: #F4F5F6;
  border: 1px solid #D7DADD;
  font-size: 14px !important;
  color: #8a8a8a;
  font-family: Verdana, Tahoma, sans-serif;
}
.contactus_section .contactus_form .gform_wrapper.gravity-theme select option {
  font-size: 12px !important;
}
.contactus_section .gform_wrapper.gravity-theme .gform_footer,
.contactus_section .gform_wrapper.gravity-theme .gform_page_footer {
  margin: 0;
  padding: 0;
  position: relative;
  margin-top: 30px;
}

.contactus_section.singular_form_section {
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 50px;
  margin-bottom: 100px;
  background: none;
}
.contactus_section.singular_form_section .singular_form_content {
  background: #FDF5EA;
  padding: 50px 100px;
  border: 1px solid #E5E8ED;
  -webkit-box-shadow: 0px 40px 40px #d7d7d7;
          box-shadow: 0px 40px 40px #d7d7d7;
}
.contactus_section.singular_form_section .singular_form_content h3 {
  text-align: center;
  margin-bottom: 30px;
}
.contactus_section.singular_form_section .gform_wrapper.gravity-theme select,
.contactus_section.singular_form_section .contactus_form input,
.contactus_section.singular_form_section .contactus_form textarea,
.contactus_section.singular_form_section .contactus_form select {
  background: #fff;
}
.contactus_section.singular_form_section .contactus_form .gform_wrapper.gravity-theme .gform_button {
  padding: 10px 25px;
  background: #FFA719;
  font-size: 16px;
  border-radius: 4px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  font-family: "Inter SemiBold";
  font-weight: 400;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 0;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  border: 0;
  overflow: hidden;
  display: block;
}
.contactus_section.singular_form_section .contactus_form .gform_wrapper.gravity-theme .gform_button::before {
  content: "";
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: linear-gradient(120deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 80%);
  -webkit-transform: skewX(-25deg);
          transform: skewX(-25deg);
  -webkit-animation: glow-slide 5s infinite;
          animation: glow-slide 5s infinite;
  z-index: 2;
}
@keyframes glow-slide {
  0% {
    left: -75%;
  }
  100% {
    left: 130%;
  }
}
.contactus_section.singular_form_section .contactus_form .gform_wrapper.gravity-theme .gform_button:hover {
  text-decoration: none;
  color: #fff;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  background: #FF9111;
}

.blog_grid_articles {
  margin-bottom: 100px;
}
.blog_grid_articles h2 {
  margin: 0 auto;
  margin-bottom: 30px;
}
.blog_grid_articles .blog_grid-content {
  margin-bottom: 30px;
}
.blog_grid_articles .articles-item {
  position: relative;
  margin-bottom: 30px !important;
  border-radius: 4px;
  background: #fff;
  -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.blog_grid_articles .articles-item:hover .articles-content {
  background: #002030;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.blog_grid_articles .articles-item:hover h4 a {
  color: #FFA719;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.blog_grid_articles .articles-item:hover a,
.blog_grid_articles .articles-item:hover .content {
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.blog_grid_articles .articles-item .articles-content {
  padding: 40px 30px 30px;
}
.blog_grid_articles .articles-item a {
  text-decoration: none;
}
.blog_grid_articles .articles-item h4 {
  margin-bottom: 15px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.blog_grid_articles .articles-item h4 a {
  color: #002030;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.blog_grid_articles .articles-item .post-meta {
  margin-bottom: 15px;
  font-size: 14px;
  color: #9A9CA5;
}
.blog_grid_articles .articles-item .post-meta a {
  color: #9A9CA5;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.blog_grid_articles .articles-item .post-meta a:hover {
  color: #FFA719;
}
.blog_grid_articles .articles-item .post-meta .separator {
  margin: 0 15px;
}
.blog_grid_articles .articles-item img {
  width: 100%;
  height: 20vw;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px 4px 0 0;
}
.blog_grid_articles .pagination .page-item {
  margin: 0 10px;
}
.blog_grid_articles .pagination .page-item i {
  font-size: 22px;
}
.blog_grid_articles .pagination .page-item .page-numbers {
  color: #002030;
  text-decoration: none;
  font-weight: 600;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.blog_grid_articles .pagination .page-item .page-numbers:hover {
  color: #FFA719;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.blog_grid_articles .pagination .page-item .page-numbers.current {
  color: #FFA719;
  font-weight: 600;
}
.blog_grid_articles .categories-filter {
  margin-bottom: 30px;
}
.blog_grid_articles .categories-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 50px 0;
  gap: 10px;
}
.blog_grid_articles .category-filter-link {
  padding: 12px 3vw;
  color: #9A9CA5;
  text-decoration: none;
  border-radius: 4px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-weight: 600;
}
.blog_grid_articles .category-filter-link:hover {
  background-color: #FFA719;
  color: #fff;
  text-decoration: none;
}
.blog_grid_articles .category-filter-link.active {
  color: #FFA719;
  border: 2px solid #FFA719;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.blog_grid_articles .category-filter-link.active:hover {
  color: #fff;
}
@media (max-width: 768px) {
  .blog_grid_articles .categories-list {
    gap: 5px;
  }
  .blog_grid_articles .category-filter-link {
    padding: 6px 15px;
    font-size: 14px;
  }
}
.blog_grid_articles :not(:root:root) .equal-height {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  z-index: 1;
}
.blog_grid_articles :not(:root:root) .equal-height > * {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin: 0;
}

.blog-banner {
  position: relative;
  margin-bottom: 50px;
}

.banner-inner {
  margin-bottom: 50px;
}
.banner-inner img {
  width: 80%;
  height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-top: -100px;
  z-index: 2;
  position: relative;
}

.blog-details-area .container {
  margin-bottom: 100px;
}
.blog-details-area .container .blog-details-content {
  position: relative;
}
.blog-details-area .container h2 {
  margin-top: 50px;
  margin-bottom: 30px;
}
.blog-details-area .container h3 {
  margin-bottom: 30px;
}
.blog-details-area .container p {
  margin-bottom: 30px;
}
.blog-details-area .container p img {
  width: 100%;
  height: auto;
}
.blog-details-area .container .wp-block-image {
  margin: 80px 0;
  width: calc(100% + 8vw);
  translate: -4vw;
}
.blog-details-area .container .wp-block-image img {
  height: auto;
}
.blog-details-area .container .wp-block-quote {
  margin-top: 50px;
  margin-bottom: 30px;
  font-family: "Inter";
  font-weight: 600;
  font-size: 22px;
  line-height: 28px;
  gap: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-style: normal;
}
.blog-details-area .container .wp-block-quote::before {
  content: "\f6b0";
  font-family: bootstrap-icons;
  color: #FFA719;
  font-size: 48px;
  line-height: 1;
}
.blog-details-area .container .wp-block-quote p em {
  font-size: 22px;
  line-height: 28px;
  font-style: normal;
}
.blog-details-area .container ul {
  padding-left: 1em;
}
.blog-details-area .container ul li {
  list-style: none;
  line-height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.blog-details-area .container ul li::before {
  content: "";
  display: block;
  margin-right: 20px;
  width: 20px;
  height: 20px;
  background: url(/wp-content/themes/ajenergia/assets/images/icons/cheked.svg) 50% 50% no-repeat;
  background-size: cover;
}
.blog-details-area .social-share-block {
  margin: 30px 0;
  padding: 20px 0;
  border-top: 1px solid #e0e0e0;
}
.blog-details-area .share-container {
  gap: 15px;
}
.blog-details-area .share-label {
  font-weight: 800;
  color: #002030;
  font-size: 22px;
}
.blog-details-area .social-icons {
  gap: 10px;
}
.blog-details-area .social-icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 8px;
  color: white;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.blog-details-area .social-icon i {
  font-size: 24px;
  color: #666666;
}
.blog-details-area .social-icon i:hover {
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  text-decoration: none;
  color: #FFA719;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.social-sharing-section {
  margin-top: 50px;
}
.social-sharing-section .social-sharing a {
  color: #00798C;
  text-decoration: none;
  font-size: 21px;
  margin-right: 10px;
}
.social-sharing-section .social-sharing a:hover {
  color: #000;
}

.edit_provider_info_section .acf-fields > .acf-tab-wrap .acf-tab-group li a {
  border-radius: 10px 10px 0 0;
  padding: 10px 30px;
  font-size: 18px;
  font-family: "Inter Bold";
}
.edit_provider_info_section form input,
.edit_provider_info_section form textarea,
.edit_provider_info_section form select {
  padding: 10px 20px !important;
  border-radius: 10px;
  border: 1px solid #b5b5b5;
}
.edit_provider_info_section form label {
  font-family: "Inter Bold";
}
.edit_provider_info_section .acf-field-radio.acf-field-63b5b38102495 li label {
  font-size: 28px;
}
.edit_provider_info_section .acf-checkbox-list li,
.edit_provider_info_section .acf-radio-list li {
  display: inline-block;
  margin-right: 20px;
}
.edit_provider_info_section .acf-checkbox-list li label,
.edit_provider_info_section .acf-radio-list li label {
  font-size: 18px;
}
.edit_provider_info_section a {
  color: #8c52ff;
  font-size: 16px;
  text-decoration: none;
}
.edit_provider_info_section a:hover {
  text-decoration: underline;
}
.edit_provider_info_section .select2-container--default .select2-selection--single .select2-selection__rendered {
  font-size: 16px;
  height: 40px;
  padding: 5px 20px;
}
.edit_provider_info_section .select2-container.-acf .select2-selection {
  height: 40px;
  border-radius: 10px;
  border: 1px solid #b5b5b5;
}
.edit_provider_info_section #provider-edit-form .acf-form-submit [type=button] {
  border: 0;
  padding: 10px 30px;
  background: #8c52ff;
  color: #fff;
  border-radius: 8px;
  font-family: "Inter Bold";
  font-size: 28px;
  display: block;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.edit_provider_info_section #provider-edit-form .acf-form-submit [type=button]:hover {
  background: #FFC365;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.edit_provider_info_section #update-message .success {
  margin: 30px auto;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  background: #59f9ff;
  padding: 20px 50px;
  border-radius: 20px;
  border: 2px solid #00798C;
  font-family: "Inter Bold";
}
.edit_provider_info_section #update-message a {
  display: block;
  margin-top: 10px;
  text-decoration: none;
  color: #00798C;
}

.info_box_section {
  position: relative;
  margin-bottom: 100px;
}
.info_box_section .container-fluid {
  padding: 0;
}
.info_box_section .container-fluid > .container {
  padding-top: 120px;
  padding-bottom: 120px;
}
.info_box_section .info_box_two_columns {
  z-index: 1;
  position: relative;
}
.info_box_section .info_box_two_columns .statements_image {
  position: relative;
}
.info_box_section .info_box_two_columns img {
  width: 100%;
  max-height: 600px;
  -o-object-fit: contain;
     object-fit: contain;
}
.info_box_section .info_box_two_columns .statements_content {
  z-index: 1;
}
.info_box_section .info_box_two_columns .statements_content h2 {
  font-size: 46px;
  line-height: 52px;
  color: #00798C;
  margin-bottom: 30px;
  text-transform: uppercase;
  width: 75%;
}
.info_box_section .info_box_two_columns .statements_content .content {
  margin-bottom: 60px;
  padding-right: 0;
  font-family: "Inter";
  font-weight: 400;
  font-size: 22px;
  line-height: 28px;
  color: #00798C;
}
.info_box_section .info_box_two_columns .statements_content .content p {
  font-family: "Inter";
  font-weight: 400;
  font-size: 22px;
  line-height: 28px;
  color: #FAFAFA;
}
.info_box_section .info_box_two_columns .statements_content .inf_box_title.dark_mode,
.info_box_section .info_box_two_columns .statements_content .content.dark_mode {
  color: #fff;
}
.info_box_section .info_box_two_columns .statements_content .cta_btn {
  padding: 10px 25px;
  background: #FFA719;
  font-size: 16px;
  border-radius: 4px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  font-family: "Inter SemiBold";
  font-weight: 400;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 0;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  border: 0;
  overflow: hidden;
  display: block;
}
.info_box_section .info_box_two_columns .statements_content .cta_btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: linear-gradient(120deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 80%);
  -webkit-transform: skewX(-25deg);
          transform: skewX(-25deg);
  -webkit-animation: glow-slide 5s infinite;
          animation: glow-slide 5s infinite;
  z-index: 2;
}
@keyframes glow-slide {
  0% {
    left: -75%;
  }
  100% {
    left: 130%;
  }
}
.info_box_section .info_box_two_columns .statements_content .cta_btn:hover {
  background: #FF9111;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.info_box_section .info_box_two_columns .statements_content.right_side {
  text-align: left;
  -webkit-box-ordinal-group: 3 !important;
      -ms-flex-order: 2 !important;
          order: 2 !important;
}
.info_box_section .info_box_two_columns .right_side .content {
  padding-right: 40%;
  padding-left: 0;
}
.info_box_section .features_list {
  padding: 40px 0;
  padding-left: 3vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}
.info_box_section .info_box_features_icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.info_box_section .info_box_features_icon .features_title {
  font-size: 32px;
  line-height: 38px;
  color: #00798C;
  margin-left: 30px;
  font-weight: 300;
}
.info_box_section .info_box_features_icon .features_title.dark_mode {
  color: #fff;
}
.info_box_section .info_box_features_icon img {
  margin-bottom: 25px;
  width: 85px;
  height: 85px;
}
.info_box_section .info_box_features_icon p {
  color: #fff;
}

.services_grid {
  margin-bottom: 100px;
}
.services_grid .services_grid_container {
  margin-bottom: 50px;
}
.services_grid h2 {
  margin: 0 auto;
  margin-bottom: 30px;
  color: #002030;
}
.services_grid .services_grid-content {
  margin-bottom: 50px;
}
.services_grid .service-item {
  text-align: center;
  position: relative;
  margin-bottom: 20px;
  border-radius: 4px;
  -webkit-box-shadow: 0px 5px 20px #E5E8ED;
          box-shadow: 0px 5px 20px #E5E8ED;
  padding: 50px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  overflow: hidden;
  height: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #fff;
}
.services_grid .service-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: var(--hover-bg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  z-index: 0;
}
.services_grid .service-item .service-content {
  position: relative;
  z-index: 2;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 100%;
}
.services_grid .service-item .hover-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  z-index: 1;
}
.services_grid .service-item h6 {
  color: #002030;
  margin: 0;
  margin-bottom: 20px;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.services_grid .service-item img {
  width: 100px;
  height: 100px;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 0 auto;
  margin-bottom: 30px;
  display: block;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.services_grid .service-item .hidden_description {
  opacity: 0;
  visibility: hidden;
  color: #fff;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 10px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0%) translateY(20px);
          transform: translate(-50%, 0%) translateY(20px);
  width: 90%;
}
.services_grid .service-item .hidden_readmore {
  opacity: 0;
  visibility: hidden;
  text-decoration: none;
  color: #fff;
  font-weight: 600;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  position: absolute;
  bottom: -10px;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(50px);
          transform: translateX(-50%) translateY(50px);
}
.services_grid .service-item:hover {
  padding: 20px;
  -webkit-box-shadow: 0px 30px 40px #abadb1;
          box-shadow: 0px 30px 40px #abadb1;
}
.services_grid .service-item:hover::before {
  opacity: 1;
}
.services_grid .service-item:hover .hover-overlay {
  opacity: 1;
}
.services_grid .service-item:hover .service-content {
  padding: 0;
}
.services_grid .service-item:hover .hidden_description {
  opacity: 1;
  visibility: visible;
}
.services_grid .service-item:hover h6 {
  display: none;
}
.services_grid .service-item:hover .hidden_readmore {
  opacity: 1;
  visibility: visible;
}
.services_grid .service-item:hover img {
  width: 100px;
  height: 100px;
  margin-bottom: 0px;
  position: relative;
  top: -70px;
  -webkit-filter: brightness(0) saturate(100%) invert(1);
          filter: brightness(0) saturate(100%) invert(1);
}
.services_grid :not(:root:root) .equal-height {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.services_grid :not(:root:root) .equal-height > * {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin: 0;
}

.video_section {
  margin-bottom: 150px;
}
.video_section h2 {
  margin-bottom: 25px;
  font-size: 36px;
}
.video_section .video_content {
  margin-bottom: 80px;
  font-family: "Inter";
}
.video_section iframe, .video_section video {
  margin: 0 auto;
  display: block;
}
.video_section iframe {
  height: 40vw;
  width: 100%;
}
.video_section video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.department_section {
  padding-top: 0;
  padding-bottom: 100px;
  position: relative;
}
.department_section .department_title {
  margin-bottom: 30px;
}
.department_section .department_subtitle {
  color: #002030;
  margin-bottom: 50px;
}
.department_section .section_two_columns {
  position: relative;
}
.department_section .section_two_columns i {
  color: #FFA719;
  font-size: 18px;
  margin-right: 10px;
}
.department_section .section_two_columns a {
  font-size: 16px;
  color: #4C4C4C;
  font-family: "Inter";
  text-decoration: none;
  display: block;
  line-height: 16px;
  margin-bottom: 20px;
}
.department_section .section_two_columns a:last-child {
  margin-bottom: 0;
}
.department_section .section_two_columns a:hover {
  color: #FF9111;
}
.department_section .section_two_columns a:hover i {
  color: #FF9111;
}
.department_section .department_team .department_team_item {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}
.department_section .department_team .department_team_item .person_data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.department_section .department_team .department_team_item .person_data .person_identification h3 {
  color: #002030;
  margin-top: 10px;
  margin-bottom: 10px;
}
.department_section .department_team .department_team_item .person_data .person_identification .status {
  font-size: 16px;
  color: #787A80;
  font-family: "Inter";
  text-decoration: none;
  display: block;
  line-height: 16px;
  margin-bottom: 0;
}
.department_section .department_team .department_team_item .person_data .person_contacts a {
  margin-bottom: 15px;
  color: #787A80;
}
.department_section .department_team .department_team_item .person_data .person_contacts i {
  color: #002030;
}
.department_section .department_team .department_team_item .person_data .social_links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}
.department_section .department_team .department_team_item .person_data .social_links a {
  margin-bottom: 0;
}
.department_section .department_team .department_team_item .person_data .social_links i {
  font-size: 24px;
}
.department_section .department_team .department_team_item img {
  width: 300px;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.blogrid_articles {
  margin: 100px 0;
}
.blogrid_articles h2 {
  font-size: 32px;
  line-height: 38px;
  margin-bottom: 30px;
}
.blogrid_articles .blogrid-content {
  margin-bottom: 30px;
}
.blogrid_articles .post_item {
  margin-bottom: 30px;
  padding: 0 15px;
  position: relative;
}
.blogrid_articles .post_item .articles-item {
  padding: 0;
  -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 4px;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.blogrid_articles .post_item .articles-content {
  padding: 20px;
  height: 100%;
}
.blogrid_articles .post_item .articles-content h4 {
  margin-bottom: 20px;
}
.blogrid_articles .post_item .articles-content h4 a {
  color: #002030;
}
.blogrid_articles .post_item .articles-content .post-meta {
  margin-bottom: 20px;
}
.blogrid_articles .post_item .articles-content .post-meta a {
  color: #FFA719;
}
.blogrid_articles .post_item .articles-content .content {
  margin-bottom: 20px;
}
.blogrid_articles .post_item .articles-content a {
  text-decoration: none;
}
.blogrid_articles .post_item:hover .articles-content {
  background: #002030;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.blogrid_articles .post_item:hover h4 a {
  color: #FFA719;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.blogrid_articles .post_item:hover a,
.blogrid_articles .post_item:hover .content,
.blogrid_articles .post_item:hover .date {
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.blogrid_articles .post_item img {
  width: 100%;
  height: 20vw;
  -o-object-fit: cover;
     object-fit: cover;
}
.blogrid_articles .post_item .cta_btn {
  color: #fff;
}
.blogrid_articles .post_item .cta_btn:hover {
  color: #fff;
}

.work_stages_section {
  padding-top: 100px;
  padding-bottom: 100px;
}
.work_stages_section h2 {
  margin: 0 auto;
  margin-bottom: 30px;
  color: #002030;
}
.work_stages_section .work_stages-content {
  margin-bottom: 50px;
}
.work_stages_section .work_stages_item {
  padding: 0 30px;
  cursor: pointer;
  position: relative;
}
.work_stages_section .work_stages_item p {
  margin: 0;
}
.work_stages_section .work_stages_item .work_stages_index {
  font-size: 38px;
  line-height: 1.5;
  font-weight: 900;
  color: #D7DADD;
  margin-bottom: 20px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
.work_stages_section .work_stages_item .work_stages_index::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 150%;
  width: 200%;
  height: 2px;
  border-top: 2px dotted #D7DADD;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}
.work_stages_section .work_stages_item:last-child .work_stages_index::after {
  display: none;
}
.work_stages_section .work_stages_item:hover .work_stages_index {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  color: #FF5A30;
  background: rgba(255, 90, 48, 0.2784313725);
}
.work_stages_section .work_stages_item:hover .work_stages_index::before {
  content: "";
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: rgba(255, 89, 48, 0.1019607843);
  position: absolute;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}
.work_stages_section .work_stages_item:hover .work_stages_index::after {
  border-top-color: #FF5A30;
}
.work_stages_section .work_stages_item .readmore {
  text-decoration: none;
  font-weight: 600;
  color: #002030;
}
.work_stages_section .work_stages_item .readmore:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #E5842D;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}
.work_stages_section .work_stages_item .readmore:hover::before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.technical_specifications_section {
  margin-bottom: 100px;
  padding-top: 100px;
  padding-bottom: 100px;
  background: #00798C;
  background: -webkit-gradient(linear, left top, left bottom, from(#00A6A6), to(#00798C));
  background: linear-gradient(180deg, #00A6A6 0%, #00798C 100%);
  overflow: hidden;
  position: relative;
}
.technical_specifications_section::before {
  content: "";
  position: absolute;
  top: 0;
  left: -75%;
  width: 20%;
  height: 100%;
  background: linear-gradient(120deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 80%);
  -webkit-transform: skewX(-45deg);
          transform: skewX(-45deg);
  -webkit-animation: glow-slide 5s infinite;
          animation: glow-slide 5s infinite;
  z-index: 2;
  opacity: 0.3;
}
@keyframes glow-slide {
  0% {
    left: -75%;
  }
  100% {
    left: 130%;
  }
}
.technical_specifications_section .section_technical_specifications {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.technical_specifications_section .section_technical_specifications .col-lg-6 {
  width: 48%;
}
.technical_specifications_section .section_technical_specifications h2 {
  margin-bottom: 30px;
  color: #fff;
}
.technical_specifications_section .section_technical_specifications .content {
  font-family: "Inter";
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #fff;
}
.technical_specifications_section .section_technical_specifications .content p {
  margin-bottom: 30px;
  color: #fff;
}
.technical_specifications_section .section_technical_specifications .content p:last-child {
  margin-bottom: 0;
}
.technical_specifications_section .technical_specifications_list {
  padding: 40px;
  background: #fff;
  border-radius: 4px;
}
.technical_specifications_section .technical_specifications_list img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.technical_specifications_section .technical_specifications_list .specification_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative;
}
.technical_specifications_section .technical_specifications_list .specification_item::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  border-top: 2px dotted #D7DADD;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}
.technical_specifications_section .technical_specifications_list .specification_item h6 {
  margin: 0;
  width: 25%;
}
.technical_specifications_section .technical_specifications_list .specification_item span {
  color: #787A80;
}
.technical_specifications_section .technical_specifications_list.image-col {
  background: none;
}

.advantages_grid_section {
  padding-top: 100px;
  padding-bottom: 100px;
  background: #FDF5EA;
  overflow: hidden;
  position: relative;
}
.advantages_grid_section h2 {
  margin-bottom: 30px;
}
.advantages_grid_section .advantages_description {
  text-align: center;
  width: 50%;
  margin: 0 auto;
  margin-bottom: 50px;
  color: #787A80;
}
.advantages_grid_section .advantages-grid {
  position: relative;
}
.advantages_grid_section .advantages-grid .grid_item {
  padding: 0 15px;
  position: relative;
  margin-bottom: 30px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}
.advantages_grid_section .advantages-grid .grid_item .grid_item_inner {
  text-align: center;
  color: #002030;
  background: #fff;
  padding: 50px 40px;
  position: relative;
  height: 200px;
  border-radius: 4px;
  -webkit-box-shadow: 2px 10px 20px #e5e5e5;
          box-shadow: 2px 10px 20px #e5e5e5;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.advantages_grid_section .advantages-grid .grid_item .grid_item_inner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: var(--hover-bg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  z-index: 0;
}
.advantages_grid_section .advantages-grid .grid_item .grid_item_inner .advantage-content {
  position: relative;
  z-index: 2;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 100%;
}
.advantages_grid_section .advantages-grid .grid_item .grid_item_inner .hover-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #002030;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  z-index: 1;
}
.advantages_grid_section .advantages-grid .grid_item .grid_item_inner h6 {
  margin-bottom: 15px;
  color: #002030;
  line-height: 1.2;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  margin: 0;
  margin-bottom: 20px;
}
.advantages_grid_section .advantages-grid .grid_item .grid_item_inner img {
  width: 50px;
  height: 50px;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0 auto;
  display: block;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-bottom: 25px;
}
.advantages_grid_section .advantages-grid .grid_item .grid_item_inner .hidden_description {
  opacity: 0;
  visibility: hidden;
  color: #fff;
  font-size: 14px;
  line-height: 19px;
  margin-bottom: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  position: absolute;
  bottom: 20px;
  left: 50%;
  -webkit-transform: translate(-50%, 0%) translateY(20px);
          transform: translate(-50%, 0%) translateY(20px);
  width: 90%;
}
.advantages_grid_section .advantages-grid .grid_item .grid_item_inner:hover {
  padding: 20px 40px;
  -webkit-box-shadow: 0px 30px 40px #abadb1;
          box-shadow: 0px 30px 40px #abadb1;
  scale: 1.02;
}
.advantages_grid_section .advantages-grid .grid_item .grid_item_inner:hover::before {
  opacity: 1;
}
.advantages_grid_section .advantages-grid .grid_item .grid_item_inner:hover .hover-overlay {
  opacity: 1;
}
.advantages_grid_section .advantages-grid .grid_item .grid_item_inner:hover .advantage-content {
  padding: 0;
  height: 100%;
}
.advantages_grid_section .advantages-grid .grid_item .grid_item_inner:hover .hidden_description {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(-50%, 0%) translateY(0);
          transform: translate(-50%, 0%) translateY(0);
  top: 70px;
}
.advantages_grid_section .advantages-grid .grid_item .grid_item_inner:hover h6 {
  display: none;
}
.advantages_grid_section .advantages-grid .grid_item .grid_item_inner:hover img {
  margin-bottom: 0px;
  position: relative;
  top: 0px;
  -webkit-filter: brightness(0) saturate(100%) invert(1);
          filter: brightness(0) saturate(100%) invert(1);
}
.advantages_grid_section .advantages-grid .grid_item:nth-last-child(-n+3) {
  margin-bottom: 0;
}
.advantages_grid_section :not(:root:root) .equal-height {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  z-index: 1;
}
.advantages_grid_section :not(:root:root) .equal-height > * {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin: 0;
}

.partners_slides_section {
  margin-bottom: 100px;
}
.partners_slides_section h2 {
  margin-bottom: 30px;
  color: #002030;
}
.partners_slides_section .slider_description {
  text-align: center;
  width: 50%;
  margin: 0 auto;
  margin-bottom: 30px;
}
.partners_slides_section [data-action=stop],
.partners_slides_section [data-action=start],
.partners_slides_section [data-controls=next],
.partners_slides_section [data-controls=prev] {
  display: none;
}
.partners_slides_section .col-custom-5 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  max-width: 25%;
}
.partners_slides_section .grid_item img {
  width: 100%;
  max-width: 350px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0 auto;
  display: block;
}
.partners_slides_section .tns-item img {
  width: 100%;
}

.references_slides_section {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #FDF5EA;
  position: relative;
}
.references_slides_section .references_overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: -webkit-gradient(linear, left top, right top, from(rgba(250, 250, 250, 0)), color-stop(65%, rgb(253, 245, 234)));
  background: linear-gradient(90deg, rgba(250, 250, 250, 0) 0%, rgb(253, 245, 234) 65%);
}
.references_slides_section .references_background_image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.2;
  z-index: 0;
}
.references_slides_section .container {
  position: relative;
  z-index: 2;
}
.references_slides_section h2 {
  margin-bottom: 50px;
}
.references_slides_section .slider_description {
  width: 50%;
  margin-bottom: 30px;
}
.references_slides_section [data-action=stop],
.references_slides_section [data-action=start] {
  display: none;
}
.references_slides_section .references_item {
  text-align: center;
}
.references_slides_section .references_item h4 {
  margin-bottom: 15px;
}
.references_slides_section .references_item .ref-card__desc {
  color: #787A80;
  margin: 0;
}
.references_slides_section .references_item .cta_btn_transparent {
  margin: 0 auto;
  opacity: 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  position: absolute;
  -webkit-transform: translateX(50%) translateY(-50%);
          transform: translateX(50%) translateY(-50%);
}
.references_slides_section .references_item a {
  text-decoration: none;
}
.references_slides_section .references_item img {
  width: 100%;
  height: 350px;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 0 auto;
  display: block;
}
.references_slides_section .references_item .ref-card__body {
  padding: 25px;
  background: #fff;
  position: relative;
  z-index: 4;
}
.references_slides_section .references_item.readmore:hover .cta_btn_transparent {
  opacity: 1;
  position: relative;
  -webkit-transform: translateX(0%) translateY(0%);
          transform: translateX(0%) translateY(0%);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.references_slides_section .references_item.readmore:hover .ref-card__body {
  margin-top: -44px;
}
.references_slides_section #tns1 > .tns-item {
  padding: 0 20px !important;
}
.references_slides_section .tns-controls {
  position: absolute;
  top: 10px;
  right: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}
.references_slides_section .tns-controls button {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  font-size: 0;
  background: rgba(255, 255, 255, 0);
  -webkit-transition: 0.2s;
  transition: 0.2s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 0;
}
.references_slides_section .tns-controls button:hover {
  cursor: pointer;
  background: #FFA719;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.references_slides_section .tns-controls [data-controls=prev]::after {
  content: "\f12f";
  font-family: bootstrap-icons;
  font-size: 22px;
}
.references_slides_section .tns-controls [data-controls=next]::after {
  content: "\f138";
  font-family: bootstrap-icons;
  font-size: 22px;
}
.references_slides_section .ref_readmore {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 50px;
}
.references_slides_section .ref_readmore h3 {
  margin: 0;
}
.references_slides_section :not(:root:root) .equal-height {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.references_slides_section :not(:root:root) .equal-height > * {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin: 0;
}

.benefits_grid_section {
  padding-top: 100px;
  padding-bottom: 100px;
  background: #00798C;
  background: -webkit-gradient(linear, left top, left bottom, from(#00A6A6), to(#00798C));
  background: linear-gradient(180deg, #00A6A6 0%, #00798C 100%);
  overflow: hidden;
  position: relative;
}
.benefits_grid_section::before {
  content: "";
  position: absolute;
  top: 0;
  left: -75%;
  width: 20%;
  height: 100%;
  background: linear-gradient(120deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 80%);
  -webkit-transform: skewX(-45deg);
          transform: skewX(-45deg);
  -webkit-animation: glow-slide 5s infinite;
          animation: glow-slide 5s infinite;
  z-index: 2;
  opacity: 0.3;
}
@keyframes glow-slide {
  0% {
    left: -75%;
  }
  100% {
    left: 130%;
  }
}
.benefits_grid_section h2 {
  margin-bottom: 30px;
  color: #FDF5EA;
}
.benefits_grid_section .benefits_description {
  color: #fff;
  text-align: center;
  width: 50%;
  margin: 0 auto;
  margin-bottom: 50px;
}
.benefits_grid_section .benefits-grid {
  position: relative;
}
.benefits_grid_section .grid_item {
  text-align: center;
  color: #fff;
  padding: 30px;
  position: relative;
}
.benefits_grid_section .grid_item h4 {
  margin-bottom: 15px;
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.benefits_grid_section .grid_item p {
  margin-bottom: 0;
  color: #fff;
}
.benefits_grid_section .grid_item img {
  width: 50px;
  height: 50px;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0 auto;
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-bottom: 30px;
}
.benefits_grid_section .grid_item:hover h4 {
  scale: 1.1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.benefits_grid_section .grid_item:hover img {
  scale: 1.2;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.benefits_grid_section .read_more_link {
  margin: 0 auto;
  position: relative;
  bottom: -55px;
}

@media (min-width: 769px) {
  .benefits-grid .grid_item:nth-child(n+2)::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 1px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(18%, rgba(255, 255, 255, 0.55)), color-stop(82%, rgba(255, 255, 255, 0.55)), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.55) 18%, rgba(255, 255, 255, 0.55) 82%, rgba(255, 255, 255, 0) 100%);
    opacity: 0.9;
    pointer-events: none;
  }
}
/* 576–991px: 2 колонки — разделитель только у каждой второй карточки в ряду */
@media (max-width: 768px) {
  .benefits-grid .grid_item:nth-child(2n)::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 1px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(18%, rgba(255, 255, 255, 0.55)), color-stop(82%, rgba(255, 255, 255, 0.55)), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.55) 18%, rgba(255, 255, 255, 0.55) 82%, rgba(255, 255, 255, 0) 100%);
    opacity: 0.9;
    pointer-events: none;
  }
}
.text_editor_section {
  margin-bottom: 100px;
}
.text_editor_section h3 {
  margin-top: 50px;
  margin-bottom: 30px;
}
.text_editor_section ol li {
  margin-bottom: 30px;
  font-weight: 300;
  line-height: 1.5;
}

.quote_section_section {
  margin-bottom: 100px;
  position: relative;
}
.quote_section_section .section_two_columns {
  position: relative;
}
.quote_section_section .section_two_columns h3 {
  margin-bottom: 30px;
  color: #002030;
}
.quote_section_section .section_two_columns .two_columns_image img {
  width: 100%;
  height: 22vw;
  -o-object-fit: cover;
     object-fit: cover;
}
.quote_section_section .section_two_columns .two_columns_image.fit_image img {
  height: auto;
  max-height: 700px;
  -o-object-fit: contain;
     object-fit: contain;
}
.quote_section_section .section_two_columns .two_columns_content {
  background: #fff;
  -webkit-box-shadow: 0px 20px 30px #d7d7d7;
          box-shadow: 0px 20px 30px #d7d7d7;
  padding: 70px;
  position: absolute;
  width: 55%;
  left: 45%;
}
.quote_section_section .section_two_columns .content {
  margin-bottom: 50px;
  font-family: "Inter";
  font-weight: 600;
  font-size: 24px;
  line-height: 1.5;
  gap: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.quote_section_section .section_two_columns .content::before {
  content: "\f6b0";
  font-family: bootstrap-icons;
  color: #FFA719;
  font-size: 48px;
}
.quote_section_section .section_two_columns .content p {
  font-weight: 700;
  font-size: 24px;
  line-height: 1.5;
}
.quote_section_section .section_two_columns .content p:last-child {
  margin-bottom: 0;
}
.quote_section_section .section_two_columns .quote_person_data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-left: 65px;
  padding-right: 50px;
}
.quote_section_section .section_two_columns .quote_person_data h4 {
  font-size: 18px;
}
.quote_section_section .section_two_columns .quote_person_data p {
  margin-bottom: 0;
}
.quote_section_section .section_two_columns .quote_person_data img {
  width: 100px;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.vacancies_section {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #FDF5EA;
  position: relative;
  overflow: hidden;
}
.vacancies_section .container {
  position: relative;
  z-index: 2;
}
.vacancies_section h2 {
  margin-bottom: 50px;
}
.vacancies_section .vacancies_section_description {
  width: 50%;
  margin-bottom: 30px;
}
.vacancies_section .vacancies {
  padding: clamp(40px, 6vw, 80px) 0;
}
.vacancies_section .vacancies_heading {
  margin: 0 0 20px;
  font-weight: 800;
}
.vacancies_section .vacancies_intro {
  margin: 0 0 24px;
  color: rgba(0, 0, 0, 0.7);
}
.vacancies_section .vacancies_grid {
  display: grid;
  grid-template-columns: minmax(260px, 520px) 1fr;
  gap: 28px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
@media (max-width: 992px) {
  .vacancies_section .vacancies_grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.vacancies_section .vacancies_list {
  display: grid;
  gap: 14px;
}
.vacancies_section .vacancies_tab {
  width: 100%;
  text-align: left;
  border: 1px solid rgba(0, 0, 0, 0.08);
  background: #fff;
  border-radius: 4px;
  padding: 20px 40px;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.04);
          box-shadow: 0 2px 6px rgba(0, 0, 0, 0.04);
  cursor: pointer;
  -webkit-transition: border-color 0.12s ease, -webkit-transform 0.12s ease, -webkit-box-shadow 0.12s ease;
  transition: border-color 0.12s ease, -webkit-transform 0.12s ease, -webkit-box-shadow 0.12s ease;
  transition: transform 0.12s ease, box-shadow 0.12s ease, border-color 0.12s ease;
  transition: transform 0.12s ease, box-shadow 0.12s ease, border-color 0.12s ease, -webkit-transform 0.12s ease, -webkit-box-shadow 0.12s ease;
  outline: none;
}
.vacancies_section .vacancies_tab:hover {
  -webkit-box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08);
          box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08);
  border-color: rgba(0, 0, 0, 0.12);
}
.vacancies_section .vacancies_tab:focus-visible {
  -webkit-box-shadow: 0 0 0 3px rgba(0, 132, 255, 0.25);
          box-shadow: 0 0 0 3px rgba(0, 132, 255, 0.25);
}
.vacancies_section .vacancies_tab.is-active {
  border-color: rgba(0, 0, 0, 0.18);
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
  -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
}
.vacancies_section .vacancies_tab-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 14px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 6px;
  color: rgba(0, 0, 0, 0.55);
  font-size: 14px;
}
.vacancies_section .vacancies_meta {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  white-space: nowrap;
  border-right: 1px solid #d3d3d3;
  padding-right: 15px;
}
.vacancies_section .vacancies_meta:last-child {
  border-right: none;
  padding-right: 0;
}
.vacancies_section .vacancies_icon {
  width: 18px;
  height: 18px;
  fill: currentColor;
  opacity: 0.7;
}
.vacancies_section .vacancies_details {
  position: relative;
}
.vacancies_section .vacancies_panel {
  display: none;
}
.vacancies_section .vacancies_panel {
  display: block;
  background: #fff;
  border-radius: 4px;
  padding: 40px;
  -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(0, 0, 0, 0.06);
}
.vacancies_section .vacancies_title {
  margin: 0 0 14px;
  font-weight: 800;
}
.vacancies_section .vacancies_content ul {
  margin: 12px 0 16px 0;
  padding: 0;
  list-style: none;
}
.vacancies_section .vacancies_content ul li {
  list-style: none;
  line-height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.vacancies_section .vacancies_content ul li:before {
  content: "";
  display: block;
  margin-right: 20px;
  width: 20px;
  height: 20px;
  background: url(/wp-content/themes/ajenergia/assets/images/icons/cheked.svg) 50% 50% no-repeat;
  background-size: cover;
}
.vacancies_section .vacancies_btn {
  padding: 10px 25px;
  background: #FFA719;
  font-size: 16px;
  border-radius: 4px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  font-family: "Inter SemiBold";
  font-weight: 400;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 0;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  border: 0;
  overflow: hidden;
  display: block;
}
.vacancies_section .vacancies_btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: linear-gradient(120deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 80%);
  -webkit-transform: skewX(-25deg);
          transform: skewX(-25deg);
  -webkit-animation: glow-slide 5s infinite;
          animation: glow-slide 5s infinite;
  z-index: 2;
}
@keyframes glow-slide {
  0% {
    left: -75%;
  }
  100% {
    left: 130%;
  }
}
.vacancies_section .vacancies_btn {
  margin-top: 30px;
  display: block;
}
.vacancies_section .vacancies_btn:hover {
  text-decoration: none;
  color: #fff;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  background: #FF9111;
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
  -webkit-box-shadow: 0 8px 18px rgba(0, 0, 0, 0.08);
          box-shadow: 0 8px 18px rgba(0, 0, 0, 0.08);
}

.reviews_slider_section {
  padding-top: 100px;
  padding-bottom: 100px;
  margin-bottom: 100px;
  background-color: #FDF5EA;
  background-image: url(/wp-content/themes/ajenergia/assets/images/elements/reviews_bg.png);
  background-position: 25% 50%;
  background-repeat: no-repeat;
  background-size: 40%;
  position: relative;
}
.reviews_slider_section .container {
  position: relative;
}
.reviews_slider_section h2 {
  margin-bottom: 30px;
  color: #002030;
}
.reviews_slider_section .slider_description {
  width: 50%;
  margin-bottom: 30px;
}
.reviews_slider_section .slide_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.reviews_slider_section .slide_item .review_item_content {
  width: 60%;
  padding: 0 5vw;
}
.reviews_slider_section .slide_item .review_item_content .review {
  margin-bottom: 30px;
}
.reviews_slider_section .slide_item .review_item_content h4 {
  margin-bottom: 10px;
  color: #002030;
}
.reviews_slider_section .slide_item .review_item_content .status {
  margin: 0;
  color: #9A9CA5;
}
.reviews_slider_section .slide_item .review_item_content img {
  border-radius: 50%;
  width: 70px;
  height: 70px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 30px;
}
.reviews_slider_section .slide_item .review_item_image {
  width: 30%;
}
.reviews_slider_section .slide_item .review_item_image img {
  max-width: 400px;
  max-height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 21vw;
}
.reviews_slider_section .tns-controls {
  position: absolute;
  bottom: -50px;
  left: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}
.reviews_slider_section .tns-controls button {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  font-size: 0;
  background: rgba(255, 255, 255, 0);
  -webkit-transition: 0.2s;
  transition: 0.2s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 0;
}
.reviews_slider_section .tns-controls button:hover {
  cursor: pointer;
  color: #fff;
  background: #FFA719;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.reviews_slider_section .tns-controls [data-controls=prev]::after {
  content: "\f12f";
  font-family: bootstrap-icons;
  font-size: 22px;
}
.reviews_slider_section .tns-controls [data-controls=next]::after {
  content: "\f138";
  font-family: bootstrap-icons;
  font-size: 22px;
}
.reviews_slider_section [data-action=stop],
.reviews_slider_section [data-action=start] {
  display: none;
}

.references_grid_section {
  padding-bottom: 100px;
  position: relative;
}
.references_grid_section .container {
  position: relative;
  z-index: 2;
}
.references_grid_section h2 {
  margin-bottom: 50px;
}
.references_grid_section .slider_description {
  width: 50%;
  margin-bottom: 30px;
}
.references_grid_section .references_grid_item {
  padding: 0 15px;
  position: relative;
  margin-bottom: 30px;
}
.references_grid_section .references_grid_item .references_item {
  height: 100%;
  text-align: center;
  padding: 0 !important;
  background: #fff;
  -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.references_grid_section .references_grid_item .references_item h4 {
  margin-bottom: 15px;
}
.references_grid_section .references_grid_item .references_item .ref-card__desc {
  color: #787A80;
}
.references_grid_section .references_grid_item .references_item .cta_btn_transparent {
  margin: 0 auto;
  opacity: 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  position: absolute;
  -webkit-transform: translateX(50%) translateY(-50%);
          transform: translateX(50%) translateY(-50%);
}
.references_grid_section .references_grid_item .references_item a {
  text-decoration: none;
}
.references_grid_section .references_grid_item .references_item img {
  width: 100%;
  height: 350px;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 0 auto;
  display: block;
}
.references_grid_section .references_grid_item .references_item .ref-card__body {
  padding: 25px;
  background: #fff;
  position: relative;
  z-index: 4;
}
.references_grid_section .references_grid_item.readmore .references_item:hover .cta_btn_transparent {
  opacity: 1;
  position: relative;
  -webkit-transform: translateX(0%) translateY(0%);
          transform: translateX(0%) translateY(0%);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.references_grid_section .references_grid_item.readmore .references_item:hover .ref-card__body {
  margin-top: -44px;
}
.references_grid_section .load-more-references {
  position: relative;
  min-width: 120px;
  border: none;
  background: none;
  font-size: 28px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.references_grid_section .load-more-references:disabled {
  opacity: 0.7;
  cursor: not-allowed;
}
.references_grid_section .load-more-references .btn-loader svg {
  -webkit-animation: spin 0.75s linear infinite;
          animation: spin 0.75s linear infinite;
}
@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.references_grid_section .references_grid_item.fade-in {
  -webkit-animation: fadeInUp 0.6s ease forwards;
          animation: fadeInUp 0.6s ease forwards;
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
}
.references_grid_section :not(:root:root) .equal-height {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.references_grid_section :not(:root:root) .equal-height > * {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin: 0;
}

.blog_slider_slides_section {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #FDF5EA;
  position: relative;
}
.blog_slider_slides_section .blog_slider_overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: -webkit-gradient(linear, left top, right top, from(rgba(250, 250, 250, 0)), color-stop(65%, rgb(253, 245, 234)));
  background: linear-gradient(90deg, rgba(250, 250, 250, 0) 0%, rgb(253, 245, 234) 65%);
}
.blog_slider_slides_section .blog_slider_background_image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.2;
  z-index: 0;
}
.blog_slider_slides_section .container {
  position: relative;
  z-index: 2;
}
.blog_slider_slides_section h2 {
  margin-bottom: 50px;
}
.blog_slider_slides_section .slider_description {
  width: 50%;
  margin-bottom: 30px;
}
.blog_slider_slides_section [data-action=stop],
.blog_slider_slides_section [data-action=start] {
  display: none;
}
.blog_slider_slides_section .blog_slider_item {
  text-align: center;
}
.blog_slider_slides_section .blog_slider_item h4 {
  margin-bottom: 15px;
}
.blog_slider_slides_section .blog_slider_item .ref-card__desc {
  color: #787A80;
  margin: 0;
}
.blog_slider_slides_section .blog_slider_item .cta_btn_transparent {
  margin: 0 auto;
  opacity: 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  position: absolute;
  -webkit-transform: translateX(50%) translateY(-50%);
          transform: translateX(50%) translateY(-50%);
}
.blog_slider_slides_section .blog_slider_item a {
  text-decoration: none;
}
.blog_slider_slides_section .blog_slider_item img {
  width: 100%;
  height: 350px;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 0 auto;
  display: block;
}
.blog_slider_slides_section .blog_slider_item .ref-card__body {
  padding: 25px;
  background: #fff;
  position: relative;
  z-index: 4;
}
.blog_slider_slides_section .blog_slider_item.readmore:hover .cta_btn_transparent {
  opacity: 1;
  position: relative;
  -webkit-transform: translateX(0%) translateY(0%);
          transform: translateX(0%) translateY(0%);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.blog_slider_slides_section .blog_slider_item.readmore:hover .ref-card__body {
  margin-top: -44px;
}
.blog_slider_slides_section #tns1 > .tns-item {
  padding: 0 20px !important;
}
.blog_slider_slides_section .tns-controls {
  position: absolute;
  top: 10px;
  right: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}
.blog_slider_slides_section .tns-controls button {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  font-size: 0;
  background: rgba(255, 255, 255, 0);
  -webkit-transition: 0.2s;
  transition: 0.2s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 0;
}
.blog_slider_slides_section .tns-controls button:hover {
  cursor: pointer;
  background: #FFA719;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.blog_slider_slides_section .tns-controls [data-controls=prev]::after {
  content: "\f12f";
  font-family: bootstrap-icons;
  font-size: 22px;
}
.blog_slider_slides_section .tns-controls [data-controls=next]::after {
  content: "\f138";
  font-family: bootstrap-icons;
  font-size: 22px;
}
.blog_slider_slides_section .ref_readmore {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 50px;
}
.blog_slider_slides_section .ref_readmore h3 {
  margin: 0;
}
.blog_slider_slides_section :not(:root:root) .equal-height {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.blog_slider_slides_section :not(:root:root) .equal-height > * {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin: 0;
}

.slider_loop_section {
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}
.slider_loop_section .container {
  position: relative;
}
.slider_loop_section h2 {
  margin-bottom: 30px;
}
.slider_loop_section .slider_description {
  margin-bottom: 50px;
}
.slider_loop_section .slide_item {
  max-height: 600px;
}
.slider_loop_section .slide_item img {
  width: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.slider_loop_section .tns-controls button {
  border: 0;
  font-size: 0;
  width: 40px;
  height: 40px;
  background: none;
}
.slider_loop_section .tns-controls [data-controls=prev] {
  position: absolute;
  bottom: 40%;
  z-index: 9;
  left: 40px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5254901961);
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0.5;
}
.slider_loop_section .tns-controls [data-controls=prev]:hover {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 1;
  background: #FFA719;
}
.slider_loop_section .tns-controls [data-controls=prev]::after {
  content: "\f12f";
  color: #002030;
  display: block;
  font-family: bootstrap-icons;
  font-size: 32px;
}
.slider_loop_section .tns-controls [data-controls=next] {
  position: absolute;
  bottom: 40%;
  z-index: 9;
  right: 40px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5254901961);
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0.5;
}
.slider_loop_section .tns-controls [data-controls=next]:hover {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: #FFA719;
  opacity: 1;
}
.slider_loop_section .tns-controls [data-controls=next]::after {
  content: "\f138";
  color: #002030;
  display: block;
  font-family: bootstrap-icons;
  font-size: 32px;
}
.slider_loop_section [data-action=stop],
.slider_loop_section [data-action=start] {
  display: none !important;
}
.slider_loop_section .tns-horizontal.tns-subpixel > .tns-item {
  padding: 0;
}
.slider_loop_section .slider_thumbnails {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.slider_loop_section .thumbnail_item {
  cursor: pointer;
  border: 2px solid transparent;
  border-radius: 4px;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0.7;
}
.slider_loop_section .thumbnail_item:hover {
  opacity: 1;
  border-color: #007cba;
}
.slider_loop_section .thumbnail_item.active {
  opacity: 1;
  border-color: #007cba;
  -webkit-box-shadow: 0 0 10px rgba(0, 124, 186, 0.3);
          box-shadow: 0 0 10px rgba(0, 124, 186, 0.3);
}
.slider_loop_section .thumbnail_item img {
  display: block;
  width: 80px;
  height: 80px;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.slider_loop_section .thumbnail_item:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.company_history_section {
  padding-top: 100px;
  padding-bottom: 100px;
  margin-bottom: 100px;
  background-color: #FDF5EA;
  position: relative;
  overflow: hidden;
}
.company_history_section .container {
  position: relative;
  z-index: 2;
}
.company_history_section h2 {
  margin-bottom: 50px;
}
.company_history_section .company_history_section_description {
  width: 50%;
  margin-bottom: 30px;
}
.company_history_section .history-date {
  color: #787A80;
  margin-bottom: 0;
}
.company_history_section .history-nav-btn.is-active {
  color: #FFA719;
}
.company_history_section .history-nav-btn.is-active .history-date {
  color: #FFA719;
}
.company_history_section .history-image {
  margin-bottom: 30px;
}
.company_history_section .history-image img {
  width: 100%;
  height: auto;
  max-height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}
.company_history_section .history-controls {
  position: absolute;
  right: 30px;
  top: -100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}
.company_history_section .history-controls button {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  font-size: 0;
  background: rgba(255, 255, 255, 0);
  -webkit-transition: 0.2s;
  transition: 0.2s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 0;
}
.company_history_section .history-controls button:hover {
  cursor: pointer;
  background: #FFA719;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  color: #fff;
}
.company_history_section .history-controls .history-btn--prev::after {
  content: "\f12f";
  font-family: bootstrap-icons;
  font-size: 22px;
}
.company_history_section .history-controls .history-btn--next::after {
  content: "\f138";
  font-family: bootstrap-icons;
  font-size: 22px;
}
.company_history_section .history-grid {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 32px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
@media (max-width: 991px) {
  .company_history_section {
    grid-template-columns: 1fr;
  }
}
.company_history_section .history-nav-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.company_history_section .history-nav-item {
  position: relative;
}
.company_history_section .history-nav-item::before {
  content: "";
  position: absolute;
  bottom: -8px;
  left: -16px;
  width: 40px;
  height: 2px;
  border-top: 2px dotted #a59f98;
  z-index: 1;
  rotate: 90deg;
}
.company_history_section .history-nav-item:last-child::before {
  content: none;
}
.company_history_section .history-nav-item + .history-nav-item {
  margin-top: 16px;
}
.company_history_section .history-nav-btn {
  display: grid;
  grid-template-columns: 16px 1fr;
  gap: 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  text-align: left;
  background: transparent;
  border: 0;
  padding: 8px 0;
  cursor: pointer;
  outline: none;
}
.company_history_section .history-nav-btn.is-active .history-dot {
  opacity: 1;
}
.company_history_section .history-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: currentColor;
  opacity: 0.35;
}
.company_history_section .history-date {
  font-weight: 600;
}
.company_history_section .history-panel {
  display: none;
}
.company_history_section .history-panel.is-active {
  display: block;
}
.company_history_section .history-image img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
}
.company_history_section .history-panel-title {
  margin: 0 0 12px;
}
.company_history_section .history-text {
  margin-top: 12px;
}

@media screen and (max-width: 1550px) {
  .blog-details-area .container .block_infobox {
    width: 85vw;
    translate: -10vw;
  }
  .two_columns_section .section_two_columns .two_columns_image img {
    height: 30vw;
  }
}
@media screen and (max-width: 1350px) {
  .highlighted_articles {
    margin-bottom: 50px;
  }
  .site-navigation ul {
    margin-left: 0em;
    padding-left: 0;
  }
  .site-navigation ul li {
    margin-right: 0;
    padding: 5px 10px;
  }
}
@media screen and (max-width: 1240px) {
  .footer_contacts {
    margin-bottom: 25px;
  }
  .footer_copyright {
    height: auto;
    padding: 20px 30px;
  }
}
@media screen and (max-width: 1200px) {
  .site-navigation ul li a {
    font-size: 14px;
  }
  .copyright_data {
    text-align: center;
  }
  footer .footer_nav {
    padding: 0;
    margin-bottom: 50px;
  }
  footer .footer_ordering {
    padding: 0;
  }
  .site-footer .footer-info {
    padding: 75px 50px;
  }
  footer .footer_ordering h3 {
    line-height: 35px;
  }
  .contactus_section .section_two_columns .contactus_team {
    padding: 30px 20px;
  }
  .department_section .department_team .department_team_item img {
    width: 200px;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .department_section .department_team .department_team_item .person_data .person_contacts a {
    margin-bottom: 10px;
    font-size: 14px;
  }
  .department_section .department_team .department_team_item {
    gap: 20px;
  }
  .department_section .department_team .department_team_item .person_data .person_identification h3 {
    line-height: 28px;
    font-size: 22px;
    margin-top: 0;
  }
  .department_section .department_team .department_team_item .person_data .social_links {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 1110px) {
  header .custom-logo,
  .header_area.header_sticky .custom-logo {
    width: 150px;
  }
  .site-header {
    padding: 0;
  }
  .service-menu ul a {
    font-size: 14px;
    padding: 5px 15px;
  }
  .service-menu ul a::before {
    width: 30px;
    height: 30px;
  }
  .contactus_content h1 {
    font-size: 82px;
  }
  .page_header_container {
    min-height: auto;
  }
  .site-navigation ul .sub-menu {
    translate: -25%;
    padding: 35px 25px;
  }
  .site-navigation .sub-menu {
    z-index: 99;
  }
  .site-navigation ul {
    margin-left: 1em;
  }
  .site-navigation ul li {
    padding: 5px 10px;
  }
  .blog-details-area .container h1 {
    font-size: 42px;
  }
  .contactus_section .section_two_columns .contactus_content {
    padding-right: 0;
  }
  footer .footer_ordering .orderind_link {
    padding: 10px 15px;
    font-size: 12px;
  }
}
@media screen and (max-width: 980px) {
  .is_onmobile {
    display: contents;
  }
  .no_mobile {
    display: none;
  }
  .contactus_section .section_two_columns .contactus_team .contactus_team_item {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 20px;
  }
  .contactus_section .section_two_columns .contactus_team .contactus_team_item img {
    width: 150px;
    height: 150px;
  }
  .site-header .d-flex {
    display: block !important;
    margin-top: 0;
    padding: 10px;
  }
  .mob_menu ul {
    margin-bottom: 0;
  }
  .blog-details-area .container h1 {
    font-size: 38px;
  }
  h1 {
    line-height: 72px;
    font-size: 58px;
  }
  .two_columns_section .section_two_columns .two_columns_image img {
    height: 40vw;
  }
  .services_grid .service-item:hover {
    padding: 10px;
  }
  .services_grid .service-item .hidden_description {
    font-size: 14px;
    margin-bottom: 0;
  }
  .contactus_section.singular_form_section .singular_form_content {
    padding: 50px 0;
  }
  .contactus_section.singular_form_section .singular_form_content .gform_wrapper.gravity-theme .gform_fields {
    padding: 0px 30px;
  }
  .work_stages_section .work_stages_item {
    padding: 0 15px;
  }
  .work_stages_section .work_stages_item p {
    font-size: 14px;
  }
  .work_stages_section .work_stages_item .work_stages_index::after {
    left: 100%;
    width: 150%;
  }
  .references_slides_section .references_item .ref-card__desc {
    font-size: 14px;
  }
  .references_slides_section #tns1 > .tns-item {
    padding: 0 5px !important;
  }
  .references_slides_section .references_item img {
    height: 300px;
  }
  .hero-section,
  .services_grid {
    margin-bottom: 50px;
  }
  .quote_section_section .section_two_columns .two_columns_content {
    padding: 30px;
    padding-top: 50px;
    width: 60%;
    left: 40%;
  }
  .quote_section_section .section_two_columns .content {
    margin-bottom: 30px;
  }
  .quote_section_section .section_two_columns .content p {
    font-size: 18px;
  }
  footer .footer_description {
    margin-right: 30px;
    margin-bottom: 0;
  }
  .site-footer {
    padding-bottom: 0;
  }
  .site-footer .footer-info {
    padding: 30px 50px;
  }
  .highlighted_articles h2 {
    width: 70%;
  }
  .highlighted_articles .section-title {
    display: grid !important;
  }
  .highlighted_articles .more_posts {
    margin-left: 10px;
  }
  .blog-details-area .container .post-meta {
    width: 100%;
    display: inherit;
    margin-right: 15px;
  }
  .page_header_container {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .two_columns_section {
    margin-bottom: 50px;
    padding: 50px 0;
  }
  .two_columns_section.two_columns_details_section .two_columns_icons {
    padding: 30px;
  }
  .two_columns_section.two_columns_details_section .two_columns_icons .two_columns_icons_grid {
    gap: 5px;
  }
  .two_columns_section.two_columns_details_section .two_columns_icons .two_columns_icons_grid .description {
    font-size: 14px;
  }
  .two_columns_section.two_columns_details_section .cta_buttons {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 980px) and (min-width: 769px) {
  .site-navigation ul li {
    padding: 5px 5px;
  }
  .site-navigation .shop_btn {
    padding: 8px 10px;
  }
}
@media screen and (max-width: 900px) {
  .department_section .department_team .department_team_item img {
    width: 150px;
  }
  .department_section {
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 845px) {
  .contactus_section .section_two_columns .contactus_content {
    padding-left: 15px;
  }
  header {
    padding: 0;
  }
  header .header-logo-darkmode {
    padding: 20px 25px;
  }
  .contactus_section .section_two_columns .contactus_team img {
    width: 100%;
    height: auto;
  }
  .hero-container {
    padding-top: 200px;
  }
}
@media screen and (max-width: 768px) {
  .blog-details-area .container h1 {
    font-size: 38px;
    line-height: 46px;
    margin-bottom: 25px;
  }
  .two_columns_section .section_two_columns {
    padding: 0;
  }
  .blog-details-area .container .block_infobox {
    width: 100%;
    translate: 0;
  }
  .blog-details-area .container .block_infobox h2 {
    font-size: 32px;
  }
  .blog-details-area .container .block_infobox .block_infobox_btn a {
    font-size: 12px;
    padding: 12px 15px;
  }
  .lost_page h1 {
    font-size: 80px;
  }
  .page_header_container h1 {
    font-size: 48p;
  }
  .services_grid {
    margin-bottom: 50px;
  }
  .blog-details-area .container .blog-details-content {
    overflow: hidden;
  }
  .blogrid_articles {
    margin-bottom: 50px;
  }
  .blogrid_articles .post_item {
    margin-bottom: 50px;
  }
  .info_box_section .info_box_two_columns img {
    margin-top: 30px;
  }
  .contactus_section {
    padding-top: 50px;
    padding-bottom: 50px;
    margin-top: 0px;
    margin-bottom: 50px;
  }
  .highlighted_articles {
    margin-top: 0;
    margin-bottom: 50px;
  }
  .two_columns_section {
    margin-bottom: 50px;
    padding: 50px 0;
  }
  .contactus_section .section_two_columns {
    padding: 50px 30px;
  }
  .page_header_container a {
    font-size: 14px;
    word-break: break-all;
  }
  .page_header_container .center-area {
    padding: 0;
  }
  .partners_slides_section .col-custom-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33%;
            flex: 0 0 33%;
    max-width: 100%;
  }
  .partners_slides_section .col-custom-5 img {
    height: 20vw;
  }
  .department_section .department_team .department_team_item {
    gap: 30px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 50px;
  }
  .department_section .department_team .department_team_item:last-child {
    margin-bottom: 0;
  }
  .department_section .department_team .department_team_item img {
    width: 230px;
  }
  .contactus_section .contactus_subtitle {
    margin-bottom: 0;
  }
  .contactus_section .section_two_columns {
    padding: 0px 30px;
  }
  .contactus_section .section_two_columns .contactus_content {
    text-align: center;
    margin-bottom: 50px;
  }
  .contactus_section .section_two_columns .contactus_team {
    margin: 0 auto;
    display: block;
    margin-bottom: 50px;
    position: relative;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  .footer_nav {
    text-align: left;
  }
  .services_grid .articles-item img,
  .blog_grid_articles .articles-item img,
  .highlighted_articles .articles-item img {
    height: 70vw;
  }
  .sponsors_grid_section h2 {
    line-height: 48px;
    font-size: 44px;
  }
  .sponsors_grid_section .grid_item img {
    margin-bottom: 20px;
  }
  .services_grid .service-item {
    margin-bottom: 20px !important;
  }
  .work_stages_section .work_stages_item {
    margin-bottom: 30px;
  }
  .references_slides_section .ref_readmore h3 {
    line-height: 28px;
    font-size: 22px;
  }
  .benefits_grid_section .benefits-grid {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  h2 {
    line-height: 52px;
    font-size: 42px;
  }
}
@media screen and (max-width: 760px) {
  footer .site-branding {
    text-align: center;
  }
  footer .site-branding .footer-logo {
    margin: 0 auto;
    margin-bottom: 20px;
  }
  footer .site-branding .footer_contacts {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    text-align: center;
  }
}
@media screen and (max-width: 680px) {
  .hero-container h1, .page_header_container h1 {
    font-size: 32px;
  }
  .highlighted_articles h2 {
    font-size: 36px;
    line-height: 46px;
  }
  h2 {
    line-height: 46px;
    font-size: 32px;
  }
  .hero-container .container h1 {
    font-size: 44px;
    line-height: 60px;
  }
  .order-first {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
  }
  .contactus_section .section_two_columns .contactus_content {
    margin-bottom: 0px;
  }
  .two_columns_content h2 {
    line-height: 54px;
    font-size: 48px;
  }
  .quote_section_section .section_two_columns .content {
    gap: 10px;
  }
  .quote_section_section .section_two_columns .content::before {
    font-size: 34px;
  }
  .quote_section_section .section_two_columns .content p {
    font-size: 16px;
  }
  .quote_section_section .section_two_columns .quote_person_data {
    padding-left: 35px;
    padding-right: 20px;
  }
  .quote_section_section .section_two_columns .two_columns_image.fit_image img {
    height: 80vw;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .company_history_section .history-controls {
    top: -70px;
  }
}
@media screen and (max-width: 640px) {
  .hero-container h1, .page_header_container h1 {
    font-size: 32px;
  }
  .hero-container .page_header_content p, .page_header_container .page_header_content p {
    line-height: 30px;
  }
  h3 {
    line-height: 38px;
    font-size: 28px;
  }
  .hero-container {
    padding-top: 50px;
  }
  .page_header_container {
    min-height: 300px;
  }
  .advantages_grid_section .advantages-grid .grid_item:nth-last-child(-n+3) {
    margin-bottom: 30px;
  }
  .two_columns_section.two_columns_details_section .two_columns_icons {
    margin-bottom: 50px;
  }
  .two_columns_section .section_two_columns .col-lg-6 {
    width: 100%;
  }
  .work_stages_section {
    padding-bottom: 50px;
  }
  .info_box_section .info_box_two_columns .statements_content h2 {
    font-size: 48px;
  }
  .info_box_section .info_box_two_columns .statements_content .content {
    font-size: 18px;
  }
  .info_box_section .info_box_features_icon h3 {
    font-size: 38px;
    margin-left: 25px;
  }
  .read_more_link {
    padding: 15px 25px;
    font-size: 14px;
  }
  .blog-details-area .container h1 {
    margin-top: 30px;
    font-size: 34px;
    line-height: 44px;
  }
  .blog-details-area .container .event-details {
    display: block !important;
    margin-bottom: 0;
  }
  .blog-details-area .container .event-details .post-meta {
    margin-right: 0;
    margin-bottom: 0;
    padding: 15px 20px;
    border: 1px solid #eee;
  }
  .blog-details-area .container .event-details .post-meta:nth-child(2n) {
    background: #eee;
  }
  .contactus_section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .contactus_section .contactus_content {
    margin-bottom: 30px;
  }
  .footer_copyright {
    padding: 20px 0px;
  }
  .site-footer .footer-bg {
    height: 350px;
  }
  .technical_specifications_section {
    padding-bottom: 50px;
  }
  .technical_specifications_section .technical_specifications_list .specification_item {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .technical_specifications_section .technical_specifications_list .specification_item h6 {
    width: auto;
  }
  .technical_specifications_section .technical_specifications_list .specification_item {
    gap: 15px;
  }
  .technical_specifications_section .technical_specifications_list .specification_item h6 {
    font-size: 14px;
  }
  .technical_specifications_section .technical_specifications_list .specification_item span {
    text-align: right;
    font-size: 14px;
  }
  .technical_specifications_section .technical_specifications_list {
    padding: 30px 20px;
  }
}
@media screen and (max-width: 580px) {
  .hero-container h1, .page_header_container h1 {
    font-size: 38px;
  }
  .hero-container .page_header_content p, .page_header_container .page_header_content p {
    line-height: 28px;
  }
  .w-50 {
    width: 80% !important;
  }
  .technical_specifications_section .section_technical_specifications .col-lg-6 {
    width: 100%;
  }
  .technical_specifications_section .technical_specifications_list {
    margin-top: 30px;
  }
  .benefits-grid .grid_item:nth-child(2n)::before {
    display: none;
  }
  .advantages_grid_section .advantages_description {
    width: 80%;
  }
  .benefits-grid .grid_item {
    border-top: 1px solid rgba(126, 196, 202, 0.4588235294);
  }
  .work_stages_section .work_stages_item {
    margin-bottom: 30px;
    width: 50%;
  }
  .services_grid :not(:root:root) .equal-height {
    display: block;
  }
  .quote_section_section .section_two_columns .two_columns_image.fit_image img {
    height: auto;
  }
  .quote_section_section .section_two_columns .two_columns_content {
    width: 80%;
    left: 10%;
    position: relative;
    margin-top: -100px;
  }
  .footer_nav {
    margin-bottom: 40px;
    text-align: left;
  }
  .footer_nav li {
    margin-bottom: 15px;
  }
  .footer_nav li a {
    font-size: 18px;
  }
  .company_history_section .history-nav-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .company_history_section .history-nav-item + .history-nav-item {
    margin-top: 0;
  }
  .company_history_section .history-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .company_history_section .history-nav-item {
    width: 30%;
  }
  .company_history_section .history-panel.is-active {
    padding: 0 50px;
  }
  .company_history_section .history-nav-item::before {
    bottom: 49%;
    left: auto;
    right: -20px;
    width: 40px;
    rotate: 0deg;
  }
  .company_history_section .history-date {
    font-size: 16px;
  }
  .company_history_section .history-nav-btn {
    gap: 4px;
    padding: 10px 0;
  }
  .blogrid_articles .articles-item img {
    height: 350px;
  }
  .blog-details-area .container .block_infobox .block_infobox_btn {
    text-align: center !important;
    margin-top: 20px;
  }
  .blog-details-area .container .block_infobox .block_infobox_btn a {
    font-size: 16px;
    padding: 12px 25px;
    margin-bottom: 0;
  }
  .footer_ordering {
    text-align: center;
  }
  .footer_ordering .orderind_link {
    display: block;
    margin: 0 auto;
  }
  .info_box_section .info_box_two_columns .statements_content h2 {
    font-size: 54px;
    line-height: 70px;
  }
  .two_columns_section {
    margin-bottom: 50px;
  }
  .two_columns_section .section_two_columns h2 {
    word-break: break-word;
  }
  .two_columns_section .section_two_columns .two_columns_content {
    margin-bottom: 30px;
  }
  .two_columns_section .section_two_columns .two_columns_image {
    margin-bottom: 30px;
  }
  .highlighted_articles {
    margin-top: 0;
    margin-bottom: 100px;
  }
  .highlighted_articles h2 {
    max-width: 70%;
  }
  .contactus_section .section_two_columns h3 {
    font-size: 28px;
  }
  .contactus_team_item {
    margin-bottom: 30px;
    text-align: center;
  }
  .contactus_section .section_two_columns .contactus_team img {
    width: 250px;
  }
  .blog-details-area .container h1 {
    font-size: 26px !important;
    line-height: 32px;
  }
  .blog-details-area .container h2 {
    font-size: 24px !important;
    line-height: 32px;
  }
  .blog-details-area .container h3 {
    font-size: 22px;
    line-height: 32px;
  }
  .footer_copyright .footer_copyright_menu ul {
    margin-bottom: 10px;
    text-align: center;
  }
  .two_columns_section {
    margin-bottom: 50px;
    padding: 0;
  }
  .contactus_section .contactus_subtitle {
    margin-bottom: 20px;
  }
  .contactus_section .section_two_columns .contactus_team .contactus_team_item img {
    width: 150px;
    height: 150px;
  }
  .contactus_section .section_two_columns .contactus_team .contactus_team_item .person_data .status {
    margin-bottom: 20px;
  }
  .contactus_section .section_two_columns .social_links {
    margin-top: 20px;
  }
  .contactus_section .section_two_columns a {
    font-size: 14px;
    margin-bottom: 15px;
  }
  .contactus_section .section_two_columns .contactus_team .contactus_team_item {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .contactus_section .section_two_columns {
    padding: 0px 15px;
  }
  .hero-section.single-post .hero-container .container .row .single-post-hero-data {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .hero-section.single-post .hero-container {
    padding-top: 100px;
    padding-bottom: 100px;
    background-size: cover !important;
  }
  .banner-inner img {
    width: 100%;
    height: 300px;
  }
  .blog-details-area .container ul li::before {
    width: 30px !important;
    height: 30px !important;
    background-size: 30px;
    display: block;
    background-position: 0 0 !important;
  }
}
@media screen and (max-width: 540px) {
  .contactus_section {
    padding-bottom: 0;
    padding-top: 50px;
  }
  .contactus_section .section_two_columns {
    padding: 0px;
  }
  .contactus_section .section_two_columns .contactus_content {
    padding-left: 0;
  }
  .contactus_section .section_two_columns .contactus_content .contactus_content_item .about-content-img img {
    width: 100px;
    height: 100px;
  }
  .footer_copyright {
    text-align: center;
  }
  .hero-container .container h1, .page_header_container .container h1 {
    width: 90%;
    margin-left: 0 !important;
  }
  .hero-container {
    background-size: cover !important;
  }
  .two_columns_section .section_two_columns .col-lg-6 {
    width: auto;
  }
  .two_columns_section .section_two_columns .two_columns_image img {
    height: auto;
  }
  .references_slides_section .ref_readmore h3 {
    width: 50%;
  }
  .partners_slides_section .col-custom-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 100%;
  }
  .partners_slides_section .col-custom-5 img {
    height: 40vw;
  }
  footer h3 {
    font-size: 28px;
    line-height: 42px;
  }
  .slider_description {
    width: 80% !important;
  }
  .vacancies_section .vacancies_content ul li {
    line-height: 24px;
    display: -webkit-box;
  }
  .vacancies_section .vacancies_title {
    line-height: 1.2;
    font-size: 42px;
  }
  .partners_slides_section h2 {
    line-height: 36px;
    font-size: 26px;
  }
  .hero-section .banner_overlay_light.half-width {
    background: -webkit-gradient(linear, left top, right top, from(rgb(188, 188, 188)), to(rgba(51, 51, 51, 0))) !important;
    background: linear-gradient(90deg, rgb(188, 188, 188) 0%, rgba(51, 51, 51, 0) 100%) !important;
  }
  .reviews_slider_section .slide_item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .reviews_slider_section .slide_item .review_item_content {
    width: 100%;
  }
  .reviews_slider_section .slide_item .review_item_image {
    text-align: center;
    width: 100%;
  }
  .reviews_slider_section .slide_item .review_item_image img {
    height: 100%;
    margin-top: 30px;
  }
}
@media screen and (max-width: 480px) {
  .hero-container .container h1, .page_header_container .container h1 {
    font-size: 42px;
    line-height: 50px;
  }
  .header_top_contacts.d-flex {
    display: block !important;
    width: 100%;
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
  }
  .work_stages_section .work_stages_item {
    width: 70%;
  }
  .hero-container .container h1, .page_header_container .container h1 {
    font-size: 36px;
    line-height: 50px;
  }
  h2 {
    line-height: 36px;
    font-size: 32px;
  }
  h3 {
    line-height: 34px;
    font-size: 24px;
  }
  .two_columns_section .section_two_columns .two_columns_image img {
    height: 300px;
  }
  .department_section .department_team .department_team_item {
    gap: 15px;
  }
  .department_section .department_team .department_team_item img {
    width: 200px;
  }
  .partners_slides_section .grid_item .grid_item {
    padding: 20px 40px;
  }
  .references_slides_section {
    padding-bottom: 50px;
  }
  .references_slides_section .ref_readmore h3 {
    width: 100%;
    text-align: center;
  }
  .references_slides_section .ref_readmore {
    gap: 20px;
    margin-top: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .site-footer .footer-info {
    padding: 20px 20px;
  }
  footer h3 {
    font-size: 22px;
    line-height: 32px;
  }
  .footer_copyright .footer_copyright_menu ul li:first-child {
    padding: 30px 0 0 0;
  }
  footer .footer_nav {
    margin-bottom: 30px;
  }
  .hero-container .container .read_more_link {
    padding: 10px 20px;
    font-size: 14px;
    margin-bottom: 30px;
  }
  .advantages_grid_section .advantages-grid .grid_item .grid_item_inner:hover {
    padding: 20px 15px;
  }
  .advantages_grid_section .advantages-grid .grid_item .grid_item_inner:hover .hidden_description {
    top: 65px;
    width: 95%;
    font-size: 14px;
  }
  .benefits_grid_section .benefits_description {
    width: 80%;
  }
  .blog-details-area .container ul li {
    display: -webkit-inline-box;
    width: 80%;
  }
  .quote_section_section .section_two_columns .quote_person_data img {
    -o-object-fit: contain;
       object-fit: contain;
    width: 80px;
  }
  .quote_section_section .section_two_columns .quote_person_data {
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media screen and (max-width: 420px) {
  .order-first.text-end {
    text-align: center !important;
  }
  .hero-container .container h1, .page_header_container .container h1 {
    font-size: 34px;
    line-height: 44px;
  }
  .company_history_section .history-nav-item {
    width: 45%;
  }
  .contactus_section .section_two_columns .contactus_team {
    margin-bottom: 0;
  }
  .contactus_section .section_two_columns .contactus_team .contactus_team_item {
    gap: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-bottom: 30px;
  }
  .contactus_section .section_two_columns .contactus_team .contactus_team_item:last-child {
    padding-bottom: 0;
  }
  .department_section .department_team .department_team_item img {
    width: 150px;
  }
  .contactus_section .section_two_columns .social_links {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .quote_section_section .section_two_columns .two_columns_content {
    width: 90%;
    left: 5%;
  }
  .company_history_section .history-panel.is-active {
    padding: 0 30px;
  }
}
@media screen and (max-width: 380px) {
  .page_header_container .header_contacts_info {
    display: block !important;
  }
  .page_header_container .header_contacts_info a {
    margin-bottom: 15px;
    display: block !important;
  }
  .department_section .section_two_columns i {
    font-size: 14px;
    margin-right: 5px;
  }
  .department_section .department_team .department_team_item .person_data .person_contacts a {
    font-size: 12px;
  }
  .department_section .department_team .department_team_item {
    gap: 10px;
  }
}/*# sourceMappingURL=style.css.map */