/*!
Theme Name: Smans
Author: europewebmedia
Author URI: https://europewebmedia.nl/
Description: Smans custom theme based on Bootstrap framework.
Version: 1.0.0
Requires at least: Bootstrap 5.0
Requires PHP: 7.4+
License: GPL version 2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0
Tags: custom-background, custom-colors, featured-images, flexible-header, microformats, post-formats, rtl-language-support, theme-options, translation-ready, accessibility-ready
Text Domain: smans
*/


	

@font-face {
  font-family:"Quatro";
  src:url("assets/webfonts/Quatro-Light.woff") format("woff"),
  url("assets/webfonts/Quatro-Light.woff2") format("woff2");
  font-weight: 400;
}

@font-face {
  font-family:"Quatro";
  src:url("assets/webfonts/Quatro-Regular.woff") format("woff"),
  url("assets/webfonts/Quatro-Regular.woff2") format("woff2");
  font-weight: 500;
}

@font-face {
  font-family:"Quatro";
  src:url("assets/webfonts/Quatro-Bold.woff") format("woff"),
  url("assets/webfonts/Quatro-Bold.woff2") format("woff2");
  font-weight: 700;
}

@font-face {
  font-family:"Quatro Slab";
  src:url("assets/webfonts/QuatroSlab-Regular.woff") format("woff"),
  url("assets/webfonts/QuatroSlab-Regular.woff2") format("woff2");
  font-weight: 400;
}

@font-face {
  font-family:"Quatro Slab";
  src:url("assets/webfonts/QuatroSlab-Medium.woff") format("woff"),
  url("assets/webfonts/QuatroSlab-Medium.woff2") format("woff2");
  font-weight: 500;
}

@font-face {
  font-family:"Quatro Slab";
  src:url("assets/webfonts/QuatroSlab-Bold.woff") format("woff"),
  url("assets/webfonts/QuatroSlab-Bold.woff2") format("woff2");
  font-weight: 600;
}

.faq-section{
	display:none !important;
}

body {
  font-family: "Quatro";
  font-size: 14px;
  color: #00224B;
}

a {
  text-decoration: none;
}

h1, h2, h3, h4, h5 {
  font-family: "Quatro Slab";
  font-weight: 400;
}

b, strong {
  font-weight: 500;
}

img {
  max-width: 100%;
  height: auto;
}

.header-top-menu {
  background-color: #00132B;
}

#topmenu {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 25px;
  height: 40px;
}

#topmenu a {
  color: #91A5B2;
  font-size: 14px;
}

.site-header-wrapper {
  position: relative;
  z-index: 5;
}

.site-header {
  background-color: #00224B;
  padding-top: 13px;
  padding-bottom: 13px;
  z-index: 2;
  position: relative;
}

.home .site-header {
  background-color: transparent;
}

.site-branding {
  padding-top: 10px;
  padding-bottom: 10px;
}

.menu-column .navbar {
  height: 100%;
  position: inherit;
  padding-top: 0;
  padding-bottom: 0;
}

.menu-column .nav-menu-container,
.menu-column .main-menu-container {
  height: 100%;
}

.main-menu-wrapper {
  width: 100%;
  height: 100%;
}

.main-menu-wrapper #mainmenu {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  height: 100%;
}

.main-menu-wrapper #mainmenu li {
  height: 100%;
}

.main-menu-wrapper #mainmenu li a {
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  height: 100%;
  display: flex;
  align-items: center;
}

.sub-menu-wrapper.lvl-0 {
  opacity: 0;
  visibility: hidden;
  padding: 25px 30px;
  position: absolute;
  background: #fff;
  -webkit-transition: opacity .6s,visibility 3s;
  transition: opacity .6s,visibility 3s;
  margin-top: 0px;
  left: 15px;
  right: 15px;
  box-shadow: 0px 34px 24px 0px #00000040;
  border-radius: 4px;
}

.main-menu-wrapper #mainmenu li.menu-item-has-children:hover a {
  position: relative;
}

.main-menu-wrapper #mainmenu li.menu-item-has-children:hover a:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #ffffff;
  position: absolute;
  bottom: 0;
  left: calc(50% - 10px);
}

/*.main-menu-wrapper #mainmenu .sub-menu-wrapper.lvl-0 > .sub-menu > li:last-child {
  position: absolute;
  left: 0;
  height: unset;
  bottom: 0;
}

.main-menu-wrapper #mainmenu .sub-menu-wrapper.lvl-0 > .sub-menu > li:last-child a {
  color: #ffffff;
  background-color: #DB4128;
  font-size: 14px;
  font-weight: 500;
  padding: 10px 18px;
  border-radius: 4px;
}

.main-menu-wrapper #mainmenu .sub-menu-wrapper.lvl-0 > .sub-menu > li:last-child a:after {
  content: "\f054";
  font-family: "Fontawesome";
  font-size: 14px;
  padding: 5px 8px;
  margin-left: 10px;
  background-image: url(assets/img/btn-bg-red-shadow.svg);
  background-repeat: no-repeat;
  background-size: contain;
}*/

.main-menu-wrapper ul#mainmenu li:hover > .sub-menu-wrapper.lvl-0 {
  opacity: 1;
  visibility: visible;
  z-index: 99999;
}

.main-menu-wrapper ul li .lvl-0 > ul.sub-menu {
  position: relative;
  -webkit-column-count: 5;
  -moz-column-count: 5;
  column-count: 5;
}

.main-menu-wrapper ul li .lvl-0 > ul.sub-menu li {
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid-column;
  display: block;
}

.main-menu-wrapper ul#mainmenu .lvl-0 li a {
  color: #68A236;
  font-weight: 500;
  font-size: 16px;
  text-transform: uppercase;
  display: block;
  margin-bottom: 10px;
}

.main-menu-wrapper ul#mainmenu .lvl-1 {
  padding-bottom: 20px;
}

.main-menu-wrapper ul#mainmenu .lvl-1 li a {
  display: block;
  color: #405978;
  font-size: 16px;
  padding: 0;
  padding-bottom: 5px;
  text-transform: none;
  font-weight: 400;
  margin-bottom: 0;
}

.main-menu-wrapper ul.sub-menu {
  padding: 0;
  list-style: none;
  min-height: 145px;
}

.header-icons-column {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 10px;
}

.header-icons-column ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  gap: 10px;
}

.header-icons-column ul li a {
  padding: 0;
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  display: block;
}

.header-icons-column ul li a svg {
  width: 28px;
  height: 28px;
}

.wpml-ls-legacy-list-horizontal {
  padding: 0;
}

.wpml-ls-legacy-list-horizontal .wpml-ls-item a {
  font-size: 12px;
  font-weight: 500;
  border-radius: 50%;
  padding: 5px 4px;
  border: 1.5px solid #ffffff;
}

a.cart-contents {
  position: relative;
}

a span.count {
  font-size: 12px;
  font-weight: 400;
  position: absolute;
  top: -10px;
  right: -10px;
  border-radius: 50%;
  padding: 2px 0;
  text-align: center;
  width: 22px;
  background-color: #DB4128;
}

.woocommerce-shop .banner-wrapper,
.tax-product_cat .banner-wrapper {
  min-height: 50px;
}

.home .banner-wrapper {
  height: 810px;
  background-color: #00224B;
  margin-top: -102px;
  position: relative;
  z-index: 1;
}

.banner-inner .bg-columns {
  width: 100%;
}

.banner-inner .btn-video {
  z-index: 2;
}

.banner-inner .play-btn {
  position: relative;
  z-index: 4;
}

.banner-inner iframe {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  transition: opacity .6s,visibility .6s;
}

.banner-inner iframe.show {
  visibility: visible;
  opacity: 1;
}

.home  .bg-columns .column-left {
  background-color: #00224B;
}

.home  .bg-columns .column-right {
  background-repeat: no-repeat;
  background-size: cover;
}

.home .banner-content {
  position: absolute;
  top: 0;
}

.banner-inner h1 {
  color: #ffffff;
  font-size: 40px;
  line-height: 48px;
  font-weight: 400;
  max-width: 80%;
  margin-bottom: 1.5rem;
}

.banner-content a:not(.btn, .btn-chevron-green) {
  color: #68A236;
}

.sub-title {
  color: #68A236;
  font-weight: 500;
  display: block;
  margin-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.banner-inner ul {
  list-style: none;
  padding: 0;
}

.banner-inner ul li {
  color: #ffffff;
  line-height: 22px;
  margin-bottom: 10px;
}

.banner-inner ul li:before {
  content: "";
  width: 24px;
  height: 24px;
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
  background-image: url(assets/img/check-icon.png);
  background-repeat: no-repeat;
}

.banner-inner {
  position: relative;
}

.home .banner-inner:before {
  content: "";
  background: linear-gradient(225deg, rgba(64,89,120,0) 0%, rgba(64,89,120,1) 100%);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 1;
  opacity: .4;
  clip-path: polygon(5% 0%, 0 0, 0% 100%, 80% 100%);
}

.banner-content .column-left {
  z-index: 2;
  margin-bottom: 80px;
}

.kp-banner-inner,
.shop-banner-inner {
  background-repeat: no-repeat;
  background-position: center right;
  position: relative;
  background-size: cover;
}

.kp-banner-inner:before,
.shop-banner-inner:before {
  content: "";
  background-color: #00224B;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 1;
  background-image: url('assets/img/frame-16.png'), url('assets/img/frame-86.png');
  /*background-image: url('assets/img/frame-86.png'), linear-gradient(90deg, rgba(0, 34, 75, 0) 0%, #00224B 50.52%);*/
  background-size: cover, auto;
  background-repeat: no-repeat;
  background-position: 0 0, 0 0;
  clip-path: polygon(32% 0%, 0 0, 0% 100%, 68% 100%);
}

.kp-banner-image {
  background-position: center;
}

.kp-banner-content,
.shop-banner-content {
  height: 355px;
  z-index: 2;
  position: relative;
  color: #91A5B2;
}

.shop-banner-content {
  height: 455px;
}

.shop-banner-content .read-more {
  display: none;
}

.kp-banner-content h1,
.shop-banner-content h1 {
  color: #FFFFFF;
  margin-bottom: 1.5rem;
}

.btn {
  font-size: 14px;
  font-weight: 500;
  padding: 10px 18px;
}

.primary-btn {
  color: #ffffff;
  background-color: #DB4128;
  display: flex;
  align-items: center;
}

.primary-btn svg {}

.primary-btn:hover {
  color: #ffffff;
  background-color: #E06C59;
}

.banner-inner .btn-holder {
  display: flex;
  gap: 15px;
}

.secondary-btn {
  color: #ffffff;
  border: 1px solid #ffffff;
  background-color: transparent;
}

.primary-btn svg {
  padding: 5px 8px;
  font-size: 12px;
  margin-left: 10px;
  background-image: url(assets/img/btn-bg-red-shadow.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.primary-btn:hover svg {
  color: #ffffff;
}

.secondary-btn {
  display: flex;
  align-items: center;
}

.secondary-btn:hover {
  color: #ffffff;
  border: 1px solid #ffffff;
}

.secondary-btn svg {
  padding: 5px 8px;
  font-size: 12px;
  margin-left: 10px;
  background-image: url(assets/img/btn-bg.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.secondary-btn:hover svg {
  color: #ffffff;
}

.banner-content .column-right {
  margin-bottom: 70px;
}

.btn-chevron-green {
  width: 60px;
  height: 64px;
  background-image: url('assets/img/btn-bg.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
}

.btn-chevron-green:hover {
  color: #ffffff;
  background-image: url('assets/img/btn-bg-hover.svg');
}

.btn-chevron-red {
  width: 60px;
  height: 64px;
  background-image: url('assets/img/btn-bg-red.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
}

.btn-chevron-red:hover {
  background-image: url('assets/img/btn-bg-red-hover.svg');
}

.btn-chevron-red svg {
  width: 24px;
  height: 24px;
}

.btn-chevron-red:hover {
  color: #ffffff;
}

.banner-content .btn-chevron-green {
  margin-left: -42px;
  z-index: 4;
  color: #ffffff;
}

.section {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.home .section-1 {
  background-color: #264366;
  position: relative;
}

/*
.home .section-1:before {
  content: "";
  background: url(assets/img/frame-86.png), linear-gradient(180deg, rgba(38, 67, 102, 0) -208px, #264366 208px);
  background-blend-mode: overlay;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}*/

.home .section-1 h2 {
  color: #ffffff;
  position: relative;
  z-index: 3;
}

h2.section-title {
  font-size: 30px;
  font-family: "Quatro Slab";
  line-height: 32px;
  font-weight: 400;
  margin-bottom: 1.5rem;
}

.home .section-1 .column {
  position: relative;
  height: 100%;
}

.home .section-1 .column-wrapper {
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}

.home .section-1 .column-inner {
  color: #E3E8EC;
  position: absolute;
  padding: 30px;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  min-height: 250px;
  flex-direction: column;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
}

.home .category-list {
  padding: 30px;
  list-style: none;
  -moz-column-count: 2;
  -moz-column-gap: 20px;
  -webkit-column-count: 2;
  -webkit-column-gap: 20px;
  column-count: 2;
  column-gap: 20px;
  background-color: #00224B;
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.home .category-list li {
  position: relative;
  padding: 5px 0;
}

.home .category-list li:last-of-type a {
//  color: #DB4128;
}

.home .category-list a {
  color: #E3E8EC;
  display: flex;
  align-items: center;
}

.home .category-list a svg {
  color: #68A236;
  font-size: 12px;
  padding: 5px;
  width: 24px;
  height: 24px;
}

.home .section-1 img,
.home .section-2 img {
  visibility: hidden;
}

.home .section-1 h3 {
  font-size: 24px;
  font-weight: 500;
  line-height: 28px;
  margin-top: auto;
}

.home .section-1 .btn-holder {
  position: relative;
}

.home .section-1 .btn-holder a {
  position: absolute;
  bottom: 0;
  right: 0;
}

.home .section-2 {
  background-color: #E3E8EC;
  background-image: url(assets/img/frame-79.png);
  background-position: top left;
  background-size: 50%;
  background-repeat-x: no-repeat;
  min-height: 700px;
}

.home .section-2 h2.section-title {
  color: #00224B;
}

.home .section-2 .column {
  max-height: 345px;
}

.home .section-2 .column h3 {
  font-weight: 400;
}

.home .section-2 .column-wrapper {
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}

.home .section-2 .column-inner {
  color: #E3E8EC;
  position: absolute;
  padding: 30px;
  padding-right: 20px;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: end;
  min-height: 250px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
}

.home .section-2 .btn-holder {
  display: flex;
  align-items: center;
  flex-grow: 1;
}

.home .section-2 .btn-holder a {
  margin-left: auto;
  flex-shrink: 0;
}

.home .section-3 {
  padding-bottom: 0;
  background-color: #C8D2D8;
  min-height: 680px;
}

.home .section-3 img.float-right {
  max-width: unset;
  float: right;
  margin-top: -12rem;
}

.home .section-3 img.logo {
  margin-bottom: 24px;
}

.home .section-3 .column h3 {
  color: #00224B;
  font-size: 30px;
  line-height: 36px;
  font-weight: 400;
  margin-bottom: 20px;
}

img.hidden {
  visibility: hidden;
}

.home .section-4 {
  background-color: #E3E8EC;
}

.featured-case .featured-image,
.case-slider .featured-image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.case-slider-wrapper .bx-wrapper {
  margin-bottom: 0;
  border: 0;
  background-color: #00224B;
}

.featured-case-section .featured-case,
.case-slider-wrapper .slider-item {
  background-image: url(assets/img/frame-79.png);
}

.featured-case-section .featured-case {
  background-color: #00224B;
}

.featured-case-section .featured-case .col-8,
.featured-case-section .featured-case .col-4,
.case-slider-wrapper .slider-item .col-8,
.case-slider-wrapper .slider-item .col-4 {
  z-index: 2;
}

.featured-case-section h2,
.case-slider-wrapper h2 {
  font-family: "Quatro Slab";
  font-size: 30px;
  line-height: 36px;
  font-weight: 400;
  color: #ffffff;
}

.featured-case-section .column-inner,
.case-slider-wrapper .column-inner {
  margin-right: 4rem;
}

.featured-case-section .featured-case:after,
.case-slider-wrapper .slider-item:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(0, 34, 75, 0.00) 0%, #00224B 50.52%);
}

.bx-wrapper .bx-controls-direction a {
  width: 60px;
  height: 64px;
  background-image: url(assets/img/btn-bg.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  text-indent: 0;
}

.case-slider-wrapper .bx-prev {
  left: -30px;
}

.case-slider-wrapper .bx-next {
  right: -30px;
}

.bx-wrapper .bx-next:focus,
.bx-wrapper .bx-next:hover {
  background-position: unset;
}

.home .section-5 {
  background-color: #F6F7F7;
}

.home .section-5 h2 {
  color: #00224B;
  font-family: "Quatro Slab";
  font-weight: 400;
  margin-bottom: 1.2rem;
}

.home .section-5 .btn {
  color: #00224B;
  border-color: #00224B;
}

.home .section-5 .btn svg {
  color: #ffffff;
  padding: 5px 7px;
  background-image: url(assets/img/btn-bg-gray.svg);
}

.home .section-5 .btn:hover svg {
  background-image: url(assets/img/btn-bg.svg);
}

.home .section-6 .bx-wrapper {
  box-shadow: none;
  margin-bottom: 0;
}

.date {
  color: #68A236;
  font-size: 1rem;
  display: block;
}

.white-bg,
.bg-white {
  background-color: #ffffff;
}

.bg-gray {
  background-color: #E3E8EC;
}

.bg-light-gray {
  background-color: #F6F7F7;
}

.list-item {
  overflow: hidden;
  border-radius: 4px;
  min-height: 118px;
}

.list-item h3 {
  font-size: 18px;
  font-family: "Quatro Slab";
  font-weight: 400;
  line-height: 27px;
  color: #00224B;
}

.list-item a .excerpt {
  color: #00224B;
}

.list-item:hover a.btn-chevron-green {
  background-image: url(assets/img/btn-bg-hover.svg);
}

.client-logo {
  display: block;
}

.cta-section-wrapper {
  background-color: #E3E8EC;
}

.cta-section-wrapper .wp-container-3 {
  gap: 40px;
}

.cta-section-wrapper .wp-container-2 {
  gap: 0;
}

.cta-section-wrapper h2 {
  font-family: "Quatro Slab";
  font-size: 30px;
  line-height: 36px;
  font-weight: 400;
  margin-bottom: 15px;
}

.cta-section-wrapper h3 {
  color: #405978;
  font-size: 16px;
  font-weight: 600;
}

.cta-section-wrapper .position {
  color: #91a5b2;
}

.cta-section-wrapper .wp-block-button {
  margin-top: 15px;
}

.cta-section-wrapper .wp-block-button a {
  padding: 10px 18px;
  border-radius: 4px;
  background-color: #db4128;
}

.cta-section-wrapper .wp-block-button a:hover {
  background-color: #E06C59;
}

.cta-section-wrapper .wp-block-button a:after {
  content: "\f054";
  font-family: "Fontawesome";
  font-size: 14px;
  padding: 5px 8px;
  margin-left: 10px;
  background-image: url(assets/img/btn-bg-red-shadow.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.usp-section-wrapper {
  color: #ffffff;
  position: relative;
  background-color: #00224B;
}

.usp-section-wrapper-top {
  background-color: #264366;
}

section.usp-section-wrapper-top:before {
  background: url(assets/img/frame-86.png), linear-gradient(180deg, rgba(0, 34, 75, 0.00) 0%, rgb(38 67 102 / 60%) 100%);
}

.usp-section-wrapper:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: .5;
  background-image: url(assets/img/frame-86.png), linear-gradient(180deg, rgba(0, 34, 75, 0.00) 0%, rgb(0 34 75 / 80%) 100%);
  background-blend-mode: overlay;
}

.usp-section-wrapper .container {
  z-index: 2;
  position: relative;
}

.footer-main {
  color: #ffffff;
  background-color: #264366;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.footer-main ul {
  list-style: none;
  padding-left: 0;
}

.footer-main ul li {
  padding: 8px 0;
}

.footer-main ul li a {
  color: #ffffff;
  display: block;
}

.footer-main h2 {
  font-family: "Quatro Slab";
  margin-bottom: 20px;
  font-size: 22px;
  font-weight: 400;
}

.footer-main .wp-block-social-links li {
  padding: 0;
  display: block;
  background-color: #00224B;
  border-radius: 50%;
}

.footer-main .wp-block-social-links li a {
  color: #ffffff;
  background-size: cover;
  width: 26px;
  height: 26px;
  background-repeat: no-repeat;
  background-position: center;
}

.footer-main .wp-block-social-links li a svg {
  visibility: hidden;
}

.footer-main .wp-block-social-links li.wp-social-link-facebook a {
  background-image: url(assets/img/facebook-logo-white.svg);
}

.footer-main .wp-block-social-links li.wp-social-link-linkedin a {
  background-image: url(assets/img/linkedin-logo-white.svg);
}

.footer-main .wp-block-social-links li.wp-social-link-youtube a {
  background-image: url(assets/img/youtube-logo-white.svg);
}

.footer-main .wp-block-social-links li.wp-social-link-instagram a {
  background-image: url(assets/img/instagram-logo-white.svg);
}

.site-footer .wpcf7 {
  margin-bottom: 10px;
}

.site-footer .wpcf7 input[type="email"] {
  padding: 12px 15px;
  border: 0;
  border-radius: 4px;
  outline: none;
  max-width: 100%;
  background-color: #E3E8EC;
}

.site-footer .wpcf7 button[type="submit"] {
  display: block;
  padding: 12px 15px;
  background-color: #DB4128;
  color: #ffffff;
  border: 0;
  font-weight: 500;
  border-radius: 4px;
}

.site-footer .wpcf7 button[type="submit"]:hover {
  background-color: #E06C59;
}

.site-footer .wpcf7 button:after {
  content: "\f054";
  font-family: "Fontawesome";
  font-size: 14px;
  padding: 5px 8px;
  margin-left: 10px;
  background-image: url(assets/img/btn-bg-red-shadow.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.site-footer .wpcf7 .col-4 {
  position: relative;
  padding: 0;
}

.site-footer .wpcf7 p {
  margin-bottom: 0;
}

.site-footer .wpcf7-spinner {
  position: absolute;
  top: 12px;
  right: 10px;
  margin: 0;
}

.site-footer .wpcf7 form.invalid .wpcf7-response-output,
.site-footer .wpcf7 form.unaccepted .wpcf7-response-output,
.site-footer .wpcf7 form.payment-required .wpcf7-response-output {
  margin: 0;
}


.site-footer .accordion-button {
  font-family: "Quatro Slab";
  margin-bottom: 20px;
  font-size: 22px;
  font-weight: 400;
}

.site-footer .accordion-button::after {
  content: "\f078";
  font-family: 'FontAwesome';
  color: #FFFFFF;
  font-size: 20px;
  background-image: unset;
}

.site-footer .accordion-button:not(.collapsed)::after {
  background-image: var(--bs-accordion-btn-active-icon);
  transform: var(--bs-accordion-btn-icon-transform);
}

.footer-bottom a {
  color: #00224B;
}

.menu-bottom-container {
  height: 100%;
}

.menu-bottom-container ul {
  height: 100%;
  display: flex;
  gap: 15px;
  align-items: center;
}

.footer-logo {
  display: flex;
  align-items: center;
  gap: 15px;
}

.footer-bottom .logo-column {
  text-align: center;
}

.custom-breadcrumb {
  z-index: 3;
  margin-bottom: 12px;
}

.product-filter-section {
  background-color: #F6F7F7;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.woocommerce-shop .product-filter-wrapper {
  display: none;
}

.product-filter-wrapper .prdctfltr_wc .prdctfltr_filter_title {
  background-color: #68A236;
  border-radius: 4px;
  display: inline-flex;
  padding: 8px 15px;
  color: #fff;
  font-weight: 500;
}

.product-filter-wrapper .prdctfltr_wc .prdctfltr_filter_title:hover {
  background-color: #7FB054;
}

.product-filter-wrapper .prdctfltr_wc .prdctfltr_filter_title .prdctfltr_woocommerce_filter {
  height: auto;
  width: auto;
  margin-right: 0;
}

.prdctfltr_woocommerce_filter i.prdctfltr-bars {
  background: url(assets/img/slidershorizontal.png) no-repeat center;
  padding: 1rem;
}

.prdctfltr_woocommerce_filter i.prdctfltr-bars:before {
  display: none;
}

.product-filter-wrapper .pf-help-title {
  color: #00224B;
  font-weight: 500;
}

.prdctfltr_checkboxes .pf_more {
  color: #68A236;
}

.prdctfltr_wc .prdctfltr_woocommerce_ordering .prdctfltr_filter label>span {
  display: flex;
  align-items: center;
}

.product-filter-wrapper .prdctfltr_count {
  margin-left: auto;
  border: 0;
  font-size: 14px;
  color: #91A5B2;
}

.product-filter-wrapper .prdctfltr_wc .prdctfltr_filter label.prdctfltr_active>span {
  font-weight: 500;
}

.product-filter-wrapper .prdctfltr_wc.prdctfltr_square .prdctfltr_filter label>span:before,
.product-filter-wrapper .prdctfltr_wc.prdctfltr_square .prdctfltr_filter label.prdctfltr_active>span:before {
  width: 20px;
  height: 20px;
  border-radius: 4px;
  border: 1px solid #C8D2D8;
}

.product-filter-wrapper .prdctfltr_wc.prdctfltr_square .prdctfltr_filter label.prdctfltr_active>span:before {
  background-color: #578B29;
}

.product-filter-wrapper .prdctfltr_wc.prdctfltr_square .prdctfltr_filter label.prdctfltr_active>span:after {
  content: "\f00c";
  font-family: "Fontawesome";
  color: #ffffff;
  left: 4px;
  position: absolute;
}

.custom-breadcrumb,
.woocommerce .woocommerce-breadcrumb {
  color: #91A5B2;
  margin-top: 12px;
  font-size: 1rem;
  z-index: 3;
  position: relative;
}

.custom-breadcrumb a,
.woocommerce .woocommerce-breadcrumb a {
  color: #91A5B2;
}

.custom-breadcrumb svg,
.woocommerce .woocommerce-breadcrumb svg {
  margin: 0 5px;
  font-size: 12px;
}

.woocommerce-info {
  margin-top: 1rem;
}

.archive-information h2 {
  color: #00224B;
  font-size: 40px;
  margin-bottom: 20px;
}

.archive-information h3 {
  color: #00224B;
  font-size: 30px;
  margin-bottom: 20px;
}

.seo-row {
  align-items: center;
}

.seo-row .column-1 {
  order: 1;
}

.seo-row:nth-child(even) .column-2 {
  order: 2;
}

.seo-row .column-inner {
  padding-left: 3rem;
  padding-right: 0;
}

.seo-row:nth-child(even) .column-inner {
  padding-left: 0;
  padding-right: 3rem;
}

.seo-row .image-container {
  clip-path: polygon(0 0, 78% 0, 100% 16%, 100% 100%, 22% 100%, 0 85%);
}

.seo-row .image-container {
  position: relative;
}

.faq-item {
  margin-bottom: 4px;
  border-radius: 4px;
}

.faq-item .accordion-button,
.faq-item .accordion-button:not(.collapsed) {
  color: #00224B;
  font-weight: 500;
}

.faq-item button:not(.collapsed) {
  border: 0;
  outline: none;
  background-color: #ffffff;
  box-shadow: none;
}

.faq-item button:focus:not(:focus-visible) {
  box-shadow: none;
}

.faq-item .accordion-body {
  color: #405978;
}

.faq-item .accordion-button::after {
  content: "\f078";
  font-family: 'FontAwesome';
  color: #68A236;
  font-size: 20px;
  background-image: unset;
}

.woocommerce ul.products li.product a.category, 
.woocommerce-page ul.products li.product a.category {
  position: relative;
}

.woocommerce ul.products li.product h2.woocommerce-loop-category__title, 
.woocommerce-page ul.products li.product h2.woocommerce-loop-category__title {
  position: absolute;
  top: calc(50% - 16px);
  left: 15px;
  right: 15px;
  text-align: center;
  color: #ffffff;
  font-size: 16px;
}

.woocommerce-page ul.products li.product .woocommerce-loop-category__title mark {
  color: #ffffff;
  background-color: transparent;
}

.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h3 {
  color: #00224B;
}

.woocommerce ul.products li.product .price {
  font-size: 1rem;
  color: #00224B;
  font-weight: 500;
}

.woocommerce ul.products .product-inner {
  position: relative;
}

.woocommerce ul.products li.product .product-inner .button,
.woocommerce ul.products li.product .product-inner .add_to_cart_button {
  position: absolute;
  right: 10px;
  margin-top: -70px;
  width: 45px;
  height: 48px;
  background-image: url(assets/img/btn-bg-red.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  background-color: transparent;
}

.woocommerce ul.products li.product:hover .product-inner .button,
.woocommerce ul.products li.product:hover .product-inner .add_to_cart_button {
  background-image: url(assets/img/btn-bg-red-hover.svg);
}

.woocommerce .woocommerce-ordering select {
  border: 0;
  background-color: transparent;
}

.woocommerce nav.woocommerce-pagination ul {
  border: 0;
}

.woocommerce .woocommerce-pagination ul.page-numbers li,
.woocommerce-page .woocommerce-pagination ul.page-numbers li {
  margin-left: 3px;
  margin-right: 3px;
  border: 0;
  border-radius: 4px;
}

.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current {
  background-color: #E3E8EC;
  color: #405978;
  font-weight: 500;
}

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
  padding: 8px 12px;
  background-color: #ffffff;
  color: #405978;
  min-width: 32px;
}

.woocommerce ul.products,
.woocommerce-page ul.products {
  margin-right: calc(-.5 * var(--bs-gutter-x));
  margin-left: calc(-.5 * var(--bs-gutter-x));
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin: 0 0 2rem 0;
  width: 25%;
}

.product-detail-section {
  background-color: #F7F8F9;
}

.woocommerce #content div.product div.images,
.woocommerce div.product div.images,
.woocommerce-page #content div.product div.images,
.woocommerce-page div.product div.images {
  width: 100%;
  float: none;
}

.woocommerce #content div.product div.summary,
.woocommerce div.product div.summary,
.woocommerce-page #content div.product div.summary,
.woocommerce-page div.product div.summary {
  width: 100%;
  float: none;
}

.woocommerce div.product .product_title {
  font-size: 30px;
  line-height: 36px;
  margin-bottom: 20px;
}

.woocommerce div.product p.price del,
.woocommerce div.product span.price del {
  color: #91A5B2;
  font-size: 22px;
}

.woocommerce div.product p.price,
.woocommerce div.product span.price {
  color: #00224B;
}

.woocommerce div.product p.price ins,
.woocommerce div.product span.price ins {
  text-decoration: none;
  font-size: 22px;
}

.woocommerce div.product .lease-options {
  font-size: 14px;
}

.woocommerce div.product .lease-options a,
.woocommerce div.product .include-installation a {
  color: #68A236;
  text-decoration: underline;
}

.woocommerce .quantity .qty {
  width: 5rem;
  border-radius: 4px;
  padding: 10px 15px;
  outline: none;
  margin-right: 10px;
  border: 1px solid #C8D2D8;
}

.woocommerce div.product form.cart .button {
  background-color: #DB4128;
  font-weight: 500;
  padding: 15px;
}

.woocommerce div.product form.cart .button svg {
  margin-right: 10px;
}

.woocommerce div.product .product_meta {
  display: none;
}

.woocommerce span.onsale {
  display: none;
}

.product-widget-wrapper ul {
  list-style: none;
  padding: 0;
}

.product-widget-wrapper ul li {
  color: #405978;
  line-height: 22px;
  margin-bottom: 10px;
}

.product-widget-wrapper ul li:before {
  content: "";
  width: 24px;
  height: 24px;
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
  background-image: url(assets/img/check-icon.png);
  background-repeat: no-repeat;
}

.product-detail-section h2 {
  font-size: 24px;
  margin-bottom: 20px;
}

.woocommerce table.shop_attributes {
  border-top: 0;
}

.woocommerce table.shop_attributes th {
  color: #264366;
  width: 50%;
  padding-left: 0;
  border-bottom: 0;
}

.woocommerce table.shop_attributes tr:nth-child(even) td,
.woocommerce table.shop_attributes tr:nth-child(even) th {
  background-color: transparent;
}

.woocommerce table.shop_attributes td {
  color: #405978;
  font-style: normal;
  border-bottom: 0;
}

.btn-video,
.btn-download {
  color: #68A236;
  font-weight: 500;
  background-color: #ffffff;
  padding: 12px 16px;
  border: 1px solid #C8D2D8;
  border-radius: 4px;
  display: inline-block;
}

.btn-video svg,
.btn-download svg {
  margin-right: 10px;
}

.btn-request-price {
  padding: 12px 15px;
  background-color: #DB4128;
  color: #ffffff;
  border: 0;
  font-weight: 500;
  border-radius: 4px;
}

.btn-request-price:hover {
  color: #ffffff;
  background-color: #E06C59;
}

.btn-request-price:after {
  content: "\f054";
  font-family: "Fontawesome";
  font-size: 14px;
  padding: 5px 8px;
  margin-left: 10px;
  background-image: url(assets/img/btn-bg-red-shadow.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.product .top-row .column-1 {
  z-index: 2;
  height: 100%;
  background-color: #ffffff;
}

.product .top-row:before {
  content: "";
  position: absolute;
  height: 183px;
  top: 0;
  left: 50%;
  right: 0;
  opacity: 9%;
  background: url(assets/img/frame-86.png), linear-gradient(180deg, rgba(247, 248, 249, 0) 0%, #F7F8F9 100%);
  background-blend-mode: overlay;
  background-size: cover;
}

.request-information-wrapper,
.lease-option-wrapper,
.price-inquiry {
  background-color: #F7F8F9;
  box-shadow: 0px 34px 24px 0px #00000040;
  margin-bottom: 4rem;
}

.request-information-wrapper .widget-block,
.lease-option-wrapper .widget-block,
.price-inquiry .widget-parent-block {
  background-color: #ffffff;
  padding: 30px;
}

.request-information-wrapper .wp-block-group.is-vertical,
.lease-option-wrapper .wp-block-group.is-vertical,
.price-inquiry .wp-block-group.is-vertical {
  gap: 0;
}

.request-information-wrapper .wp-block-image,
.lease-option-wrapper .wp-block-image,
.price-inquiry .wp-block-image {
  margin-right: 5px;
}

.request-information-wrapper .wp-block-group a.wp-element-button,
.lease-option-wrapper .wp-block-group a.wp-element-button,
.price-inquiry .wp-block-group a.wp-element-button {
  border: 0;
  padding: 0;
}

.request-information-wrapper .wp-block-group a.wp-element-button:before,
.lease-option-wrapper .wp-block-group a.wp-element-button:before,
.price-inquiry .wp-block-group a.wp-element-button:before {
  content: "\f095";
  font-family: "Fontawesome";
  margin-right: 5px;
  transform: rotate(90deg);
  display: inline-block;
}

.request-information-wrapper form,
.lease-option-wrapper form,
.price-inquiry form {
  padding: 40px 30px 20px 30px;
}

.request-information-wrapper .wpcf7-form-control-wrap,
.lease-option-wrapper .wpcf7-form-control-wrap,
.price-inquiry .wpcf7-form-control-wrap {
  display: block;
}

.request-information-wrapper input[type="text"],
.request-information-wrapper input[type="email"],
.request-information-wrapper input[type="tel"],
.request-information-wrapper select,
.request-information-wrapper textarea,
.lease-option-wrapper input[type="text"],
.lease-option-wrapper input[type="email"],
.lease-option-wrapper input[type="tel"],
.lease-option-wrapper select,
.lease-option-wrapper textarea,
.price-inquiry input[type="text"],
.price-inquiry input[type="email"],
.price-inquiry input[type="tel"],
.price-inquiry select,
.price-inquiry textarea {
  width: 100%;
  padding: 11px 14px;
  background-color: #ffffff;
  border: 1px solid #C8D2D8;
  border-radius: 4px;
  outline: none;
}

.request-information-wrapper form a,
.lease-option-wrapper form a,
.price-inquiry form a {
  color: #68A236;
  text-decoration: underline;
}

.request-information-wrapper form label.name,
.lease-option-wrapper form label.name,
.price-inquiry form label.name {
  position: absolute;
  padding: 5px 10px;
  background-color: #ffffff;
  z-index: 2;
  margin: 5px 10px;
  font-size: 14px;
}

.request-information-wrapper .wpcf7-list-item,
.lease-option-wrapper .wpcf7-list-item,
.price-inquiry .wpcf7-list-item {
  margin: 0;
}

.request-information-wrapper input[type="checkbox"],
.lease-option-wrapper input[type="checkbox"],
.price-inquiry input[type="checkbox"] {
  accent-color: #578B29;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  vertical-align: middle;
}

.request-information-wrapper .wpcf7 button[type="submit"],
.lease-option-wrapper .wpcf7 button[type="submit"],
.price-inquiry .wpcf7 button[type="submit"] {
  display: block;
  padding: 12px 15px;
  background-color: #DB4128;
  color: #ffffff;
  border: 0;
  font-weight: 500;
  border-radius: 4px;
}

.request-information-wrapper .wpcf7 button[type="submit"]:hover,
.lease-option-wrapper .wpcf7 button[type="submit"]:hover,
.price-inquiry .wpcf7 button[type="submit"]:hover {
  background-color: #E06C59;
}

.request-information-wrapper .wpcf7 button:after,
.lease-option-wrapper .wpcf7 button:after,
.price-inquiry .wpcf7 button:after {
  content: "\f054";
  font-family: "Fontawesome";
  font-size: 14px;
  padding: 5px 8px;
  margin-left: 10px;
  background-image: url(assets/img/btn-bg-red-shadow.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.request-information-wrapper .wpcf7-spinner,
.lease-option-wrapper .wpcf7-spinner,
.price-inquiry .wpcf7-spinner {
  position: absolute;
  right: 0;
  top: 15px;
}

.request-information-wrapper .product-widget-wrapper,
.lease-option-wrapper .product-widget-wrapper,
.price-inquiry .product-widget-wrapper {
  padding: 30px;
  padding-top: 0;
}

.request-information-wrapper ul,
.lease-option-wrapper ul {
  padding-left: 20px;
}

.request-information-wrapper ::marker,
.lease-option-wrapper ::marker {
  color: #68A236;
}

.page-section {
  position: relative;
  background-color: #F7F8F9;
}

.page-section:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 183px;
  opacity: 9%;
  z-index: 1;
  background: url(assets/img/frame-86.png);
  background-size: auto;
}

.page-section:before {
  content: "";
  position: absolute;
  height: 183px;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
  background: linear-gradient(180deg, rgba(247, 248, 249, 0) 0%, #F7F8F9 80%);
  background-blend-mode: overlay;
}

.page-section .container {
  position: relative;
  z-index: 3;
}

.page-section h1 {
  margin-bottom: 1rem;
}

.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
  float: none;
  width: 100%;
}

.woocommerce-cart-form {
  padding-right: 1rem;
}

.cart-collaterals {
  border-radius: 4px;
  padding: 30px;
  box-shadow: 0px 34px 34px 0px #0000000D;
}

.cart-collaterals h2 {
  font-size: 24px;
  margin-bottom: 20px;
}

#add_payment_method .wc-proceed-to-checkout a.checkout-button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
  padding: 12px 15px;
  background-color: #DB4128;
  color: #ffffff;
  border: 0;
  font-size: 18px;
  font-weight: 500;
  border-radius: 4px;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt:hover {
  background-color: #68A236;
}

#add_payment_method .wc-proceed-to-checkout a.checkout-button:after,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:after,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button:after {
  content: "\f054";
  font-family: "Fontawesome";
  font-size: 14px;
  padding: 5px 8px;
  margin-left: 10px;
  background-image: url(assets/img/btn-bg-red-shadow.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.woocommerce table.shop_table {
  border: 0;
  border-collapse: separate;
  border-spacing: 0 10px;
}

#add_payment_method .cart-collaterals .cart_totals table td,
#add_payment_method .cart-collaterals .cart_totals table th,
.woocommerce-cart .cart-collaterals .cart_totals table td,
.woocommerce-cart .cart-collaterals .cart_totals table th,
.woocommerce-checkout .cart-collaterals .cart_totals table td,
.woocommerce-checkout .cart-collaterals .cart_totals table th {
  color: #405978;
  border: 0;
  padding: 5px 0;
}

.woocommerce table.shop_table th {
  padding: 0;
  font-weight: 500;
}

.woocommerce table.shop_table td {
  border-top: 0;
  padding: 0;
  margin-bottom: 10px;
  background-color: #ffffff;
}

.woocommerce table.shop_table tr:last-child td {
  background-color: unset;
}

.woocommerce table.shop_table td:first-child {
  -webkit-border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.woocommerce table.shop_table td:last-child {
  -webkit-border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.woocommerce table.shop_table .product-name a {
  color: #00224B;
  font-weight: 500;
}

#add_payment_method table.cart img,
.woocommerce-cart table.cart img,
.woocommerce-checkout table.cart img {
  width: 64px;
}

.woocommerce .woocommerce-cart-form .quantity .qty {
  margin-right: 0;
}

.product-remove a svg {
  color: #91A5B2;
}

.woocommerce a.remove:hover {
  background-color: unset;
}

.woocommerce .product-price,
.woocommerce .product-subtotal {
  font-weight: 500;
}

.woocommerce #content table.cart td.actions .input-text,
.woocommerce table.cart td.actions .input-text,
.woocommerce-page #content table.cart td.actions .input-text,
.woocommerce-page table.cart td.actions .input-text {
  width: auto;
  padding: 10px;
  border-radius: 4px;
  margin-right: 10px;
}

.woocommerce #content table.cart td.actions,
.woocommerce table.cart td.actions,
.woocommerce-page #content table.cart td.actions,
.woocommerce-page table.cart td.actions {
  padding-top: 2rem;
}

.woocommerce table.cart td.actions .coupon .button {
  background-color: #ffffff;
  border: 1px solid #00224B;
  border-radius: 4px;
  color: #00224B;
  padding: 10px 20px;
  font-weight: 500;
  display: flex;
  align-items: center;
}

.woocommerce table.cart td.actions .update_cart:after,
.woocommerce table.cart td.actions .coupon .button:after {
  content: "\f054";
  font-family: "Fontawesome";
  font-size: 14px;
  background-image: url(assets/img/btn-bg-gray.svg);
  background-size: cover;
  background-repeat: no-repeat;
  margin-left: 10px;
  width: 22px;
  height: 24px;
  display: inline-block;
  padding: 5px 8px;
}

.woocommerce table.cart td.actions .update_cart,
.woocommerce table.cart td.actions .update_cart:hover {
  background-color: #68A236;
  padding: 10px 20px;
  font-weight: 500;
  color: #ffffff;
}

.checkout-sidebar {
  padding: 20px;
  border-radius: 4px;
  background-color: #ffffff;
  box-shadow: 0px 34px 34px 0px #0000000D;
  top: 1rem;
}

.btn-login {
  color: #00224B;
  border-color: #00224B;
}

.btn-login svg {
  margin-right: 5px;
}

.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
  padding: 12px 15px;
  background-color: #DB4128;
  color: #ffffff;
  border: 0;
  font-size: 18px;
  font-weight: 500;
  border-radius: 4px;
  width: 100%;
}

.woocommerce form.checkout .form-row input.input-text,
.woocommerce form.checkout .form-row textarea {
  padding: 10px;
  border-radius: 4px;
  margin-right: 10px;
  outline: none;
  border: 1px solid #C8D2D8;
}

.select2-container--default .select2-selection--single {
  border: 1px solid #C8D2D8;
}

.select2-container .select2-selection--single {
  height: 40px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 40px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 38px;
  right: 5px;
}

#add_payment_method .cart-collaterals .shipping-calculator-button,
.woocommerce-cart .cart-collaterals .shipping-calculator-button,
.woocommerce-checkout .cart-collaterals .shipping-calculator-button {
  color: #68A236;
}

.woocommerce .woocommerce-checkout .place-order {
  margin-bottom: 2rem;
}

.woocommerce-checkout-review-order-table tbody tr:last-child td {
  padding-bottom: 10px;
}

.woocommerce table.shop_table.woocommerce-checkout-review-order-table tbody th,
.woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot td,
.woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot th {
  border-top: 0;
}

.woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot td {
  font-weight: 500;
}

.woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot td strong {
  font-weight: 500;
}

#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
  background-color: transparent;
}

#add_payment_method #payment ul.payment_methods,
.woocommerce-cart #payment ul.payment_methods,
.woocommerce-checkout #payment ul.payment_methods,
#add_payment_method #payment div.form-row,
.woocommerce-cart #payment div.form-row,
.woocommerce-checkout #payment div.form-row {
  padding: 0;
}

.woocommerce-terms-and-conditions-wrapper {
  font-size: 14px;
  padding: 10px 0;
}

#ship-to-different-address input[type="checkbox"] {
  accent-color: #578B29;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  vertical-align: middle;
}

#ship-to-different-address span {
  font-size: 1.25rem;
  font-weight: 400;
}

.woocommerce-info a {
  color: #578B29;
}

.woocommerce-form-coupon .input-text {
  padding: 10px;
  border-radius: 4px;
  margin-right: 10px;
  outline: none;
  border: 1px solid #C8D2D8;
}

.woocommerce .woocommerce-form-coupon .button {
  padding: 12px 15px;
  background-color: #DB4128;
  color: #ffffff;
  border: 0;
  font-size: 18px;
  font-weight: 500;
  border-radius: 4px;
}

.order-details .heading-text {
  color: #68A236;
  font-weight: 500;
  margin-bottom: 0;
  text-transform: uppercase;
}

.order-details .product-thumbnail {
  padding: 10px;
}

.order-details .product-thumbnail img {
  max-width: 64px;
}

.order-details .price-block {
  display: block;
  font-weight: 500;
}

.order-details .product-name {
  font-weight: 500;
}

.order-details .product-quantity {
  font-weight: 400;
}

.woocommerce-cart .stock-status,
.products .stock-status,
.order-details .stock-status {
  color: #68A236;
  vertical-align: middle;
  text-transform: uppercase;
  margin-left: 15px;
  padding-left: 15px;
  font-size: 12px;
  position: relative;
}

.woocommerce-cart .stock-status:before,
.products .stock-status:before,
.order-details .stock-status:before {
  content: "\f111";
  font-size: 8px;
  margin-right: 5px;
  position: absolute;
  top: 0;
  left: 0;
  line-height: 12px;
  font-family: "Fontawesome";
}

.order-details table {
  border-collapse: separate;
  border-spacing: 0 10px;
  width: 100%;
}

.order-details table td {
  border: 1px solid #E3E8EC;
}

.order-details table td:first-child {
  -webkit-border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  border-right: 0;
}

.order-details table td:last-child {
  -webkit-border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-left: 0;
}

.btn-account {
  display: block;
  padding: 12px 15px;
  background-color: #DB4128;
  color: #ffffff;
  border: 0;
  font-weight: 500;
  border-radius: 4px;
  margin-right: 1.5rem;
  border: 1px solid transparent;
}

.btn-account:hover {
  color: #DB4128;
  background-color: transparent;
  border: 1px solid #DB4128;
}

.social-widget-wrapper ul li a {
  background-color: #E3E8EC;
  border-radius: 50%;
}


.social-widget-wrapper .wp-block-social-link .wp-block-social-link-anchor,
.social-widget-wrapper .wp-block-social-link .wp-block-social-link-anchor svg,
.social-widget-wrapper .wp-block-social-link .wp-block-social-link-anchor:active,
.social-widget-wrapper .wp-block-social-link .wp-block-social-link-anchor:hover,
.social-widget-wrapper .wp-block-social-link .wp-block-social-link-anchor:visited {
  fill: #00224B;
  color: #00224B;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-facebook,
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-linkedin,
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-youtube,
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-instagram {
  background-color: #00224B;
  width: 40px;
  height: 40px;
  display: flex;
  vertical-align: middle;
  align-items: center;
  justify-content: center;
}

.single-academy .banner-wrapper,
.page-template .banner-wrapper,
.page-template-template-about-us .banner-wrapper {
  height: 610px;
  background: url(assets/img/frame-79.png), #00224B;
  background-repeat-x: no-repeat;
  background-position: top left;
}

.page-template-template-woocommerce .banner-wrapper,
.page-template-template-confirmation .banner-wrapper {
  height: auto;
}

.page-template-template-cases .banner-wrapper,
.page-template-template-knowledgeportal .banner-wrapper {
  height: 355px;
  background: url(assets/img/frame-79.png), #00224B;
  background-repeat: no-repeat;
  background-position: top left;
}

.single-academy .banner-content,
.page-template .banner-content,
.page-template-template-about-us .banner-content {
  position: absolute;
  top: 0;
}

.single-academy .banner-inner:before,
.page-template .banner-inner:before,
.page-template-template-about-us .banner-inner:before {
  content: "";
  background: linear-gradient(90deg, rgba(0, 34, 75, 0) 0%, #00224B 30%);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}

.single-academy .column-left,
.page-template .column-left,
.page-template-template-about-us .column-left {
  color: #E3E8EC;
}

.single-academy .column-right,
.page-template .column-right,
.page-template-template-about-us .column-right {
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center bottom;
}

.page-template-template-about-us .btn-chevron-green {
  display: none;
}

.section-headers {
  background-color: #E3E8EC;
  padding: 35px;
}

.section-headers ul {
  display: flex;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
  justify-content: space-between;
}

.section-headers ul li a {
  color: #68A236;
  font-weight: 500;
  text-transform: uppercase;
}

.page-template-template-about-us .section-3 {
  min-height: 500px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.page-template-template-academy .btn-video,
.page-template-template-about-us .btn-video {
  background-color: #68A236;
  border-radius: 50%;
  width: 120px;
  height: 120px;
  border: 0;
  color: #ffffff;
  font-size: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.page-template-template-academy .btn-video svg,
.page-template-template-about-us .btn-video svg {
  margin: 0;
}

.values-accordion .accordion-button {
  color: #00224B;
  font-weight: 500;
  font-size: 18px;
  border-radius: 4px;
  background-color: #ffffff;
  box-shadow: none;
}

.values-accordion .accordion-button::after {
  content: "\f078";
  font-family: 'FontAwesome';
  color: #68A236;
  font-size: 20px;
  background-image: unset;
}

.values-accordion .accordion-item {
  border: 0;
  outline: none;
  display: block;
}

.values-accordion .accordion-body {
  color: #405978;
}

.values-accordion .accordion-button:focus {
  box-shadow: none;
}

.page-template-template-about-us .section-6 {
  background-color: #f7f8f9;
}

.user-lists .user-column-inner {
  padding-left: 30px;
  padding-right: 30px;
}

.user-column-inner .profile-picture-wrapper {
  position: relative;
}

.user-column-inner .profile-picture {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
  background-color: transparent;
  position: relative;
  width: 236px;
}

.widget-block .wp-block-image {
  position: relative;
}

.user-column-inner .profile-picture img {
  max-width: 100%;
  width: 236px;
  height: 248px;
  visibility: visible;
}

.cta-section-wrapper .wp-block-image img {
  max-width: 100%;
  width: 236px;
  height: 248px;
  visibility: visible;
}

.user-column-inner .picture-frame {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(assets/img/profile-bg.png) no-repeat center;
  background-size: cover;
}

.wp-block-image .picture-frame {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(assets/img/frame-bg-gray.png) no-repeat center;
  background-size: cover;
}

.social-icons {
  display: flex;
  padding: 0;
  margin-bottom: 0;
  list-style: none;
  gap: 10px;
}

.single-academy .section .social-icons li:before {
  display: none;
}

.social-icons li a {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
}

.social-icons li svg {
  color: #00224B;
  width: 24px;
  height: 24px;
}

.price-inquiry .wp-block-image .picture-frame {
  background: url(assets/img/frame-bg-white.png) no-repeat center;
  background-size: cover;
}

.price-inquiry .wp-block-image img {
  max-width: 100%;
  width: 76px;
  height: 80px;
  visibility: visible;
}

.price-inquiry h3.wp-block-heading {
  color: #405978;
  font-size: 18px;
  margin-bottom: 0;
}

.price-inquiry .telephone {
  color: #68a236;
}

.price-inquiry .position {
  color: #91a5b2;
  margin-bottom: 5px;
}

.price-inquiry .excerpt {
  margin-bottom: 1rem;
}

.user-info h4 {
  color: #405978;
  font-size: 16px;
  font-family: 'Quatro';
  font-weight: 500;
  margin-bottom: 5px;
}
.user-info{
	text-align:center;
	padding-top: 10px;
}

.user-info span {
  color: #91A5B2;
  font-size: 14px;
}

.user-info .user-cta {
  margin-top: 10px;
  margin-bottom: 20px;
}

.user-info .user-cta ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 10px;
  justify-content: center;
}

.user-info .user-cta ul li a {
  background-color: #E3E8EC;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #00224B;
}

.section-archive {
  background-color: #F7F8F9;
  position: relative;
}

.section-archive:before {
  content: "";
  position: absolute;
  height: 183px;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
  background: url(assets/img/frame-86.png), linear-gradient(180deg, rgba(247, 248, 249, 0) 0%, #F7F8F9 80%);
  background-blend-mode: overlay;
  opacity: 9%;
}

.section-archive .container {
  position: relative;
  z-index: 3;
}

.news-column {
  background-color: #ffffff;
  border-radius: 4px;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.news-column .featured-image {
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-topright: 4px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  background-position: center;
}

.news-column .featured-image img {
  height: 275px;
}

.news-column .news-info {
  padding: 30px 24px;
  flex-grow: 1;
  position: relative;
  min-height: 200px;
}

.news-column .news-info h5 {
  color: #00224B;
  font-size: 20px;
  font-weight: 500;
}

.news-column .date {
  color: #68A236;
}

.news-column .btn-holder {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 30px;
}

.pagination-container .pagination {
  justify-content: center;
}

.pagination-container .pagination a,
.pagination-container .pagination span {
  color: #405978;
  padding: 6px 12px;
  border-radius: 4px;
  background-color: #ffffff;
}

.pagination-container .pagination .current {
  background-color: #E3E8EC;
  font-weight: 500;
}

.pagination-container ul.page-numbers {
  list-style: none;
  display: flex;
  margin: 0;
  padding: 0;
  gap: 5px;
}

div#gallery-1 img {
  padding-right: 15px;
  padding-bottom: 15px;
  border: 0;
}


.single .single-details {
  background-color: #F7F8F9;
  position: relative;
}

.section.single-details {
  position: relative;
  z-index: 2;
}

.single .single-details:before {
  content: "";
  position: absolute;
  height: 183px;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
  background: url(assets/img/frame-86.png), linear-gradient(180deg, rgba(247, 248, 249, 0) 0%, #F7F8F9 80%);
  background-blend-mode: overlay;
  opacity: 9%;
}

.single .single-details .container {
  position: relative;
  z-index: 3;
}

.location {
  color: #91A5B2;
}

.past-events .news-column {
  opacity: .5;
}

.bg-no-repeat {
  background-repeat: no-repeat;
}

.bg-cover {
  background-size: cover;
}

.bg-contain {
  background-size: contain;
}

.page-template-template-jobs .section-3 .row:nth-child(even) .column-1 {
  order: 2;
}

.page-template-template-jobs .image-container {
  position: relative;
  clip-path: polygon(0 0, 78% 0, 100% 16%, 100% 100%, 22% 100%, 0 85%);
}

.page-template-template-jobs .section-3 h2 {
  margin-bottom: 1.25rem;
}

.page-template-template-jobs .section-3 a {
  color: #68A236;
}

.job-info {
  color: #91A5B2;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
}

.job-info svg {
  color: #68A236;
}

.single .featured-image-wrapper img {
  border-radius: 4px;
}

.single .content-inner ul {
  padding-left: 0;
  list-style: none;
}

.single .content-inner ul li {
  position: relative;
  padding-left: 20px;
}

.single .content-inner ul li:before {
  content: "\f111";
  color: #68A236;
  font-family: "Fontawesome";
  font-weight: 700;
  font-size: 10px;
  position: absolute;
  left: 0;
  top: 2px;
}

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 select,
.wpcf7 textarea {
  width: 100%;
  padding: 11px 14px;
  background-color: #ffffff;
  border: 1px solid #C8D2D8;
  border-radius: 4px;
  outline: none;
}

.wpcf7 input[type="checkbox"] {
  accent-color: #578B29;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  vertical-align: middle;
}

.contact-form-wrapper .wpcf7 button[type="submit"],
.application-form .wpcf7 button[type="submit"] {
  display: block;
  padding: 12px 15px;
  background-color: #DB4128;
  color: #ffffff;
  border: 0;
  font-weight: 500;
  border-radius: 4px;
}


.contact-form-wrapper .wpcf7 button[type="submit"]:hover,
.application-form .wpcf7 button[type="submit"]:hover {
  background-color: #E06C59;
}

.wpcf7 form a {
  color: #68A236;
  text-decoration: underline;
}

.wpcf7 button:after {
  content: "\f054";
  font-family: "Fontawesome";
  font-size: 14px;
  padding: 5px 8px;
  margin-left: 10px;
  background-image: url(assets/img/btn-bg-red-shadow.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.application-form .wpcf7 input[type="file"] {
  width: 100%;
  background: #E3E8EC;
  padding: 30px;
  margin-top: 10px;
}

.wpcf7 .wpcf7-spinner {
  position: absolute;
  right: 0;
  top: 15px;
}

.single-partners .content-inner a:not(.btn) {
  color: #68A236;
}

ul.partners {
  list-style: none;
  padding-left: 0;
}

ul.partners li a {
  color: #405978;
}

ul.partners li a.active {
  font-weight: 700;
}

.page-template-template-woocommerce .banner-wrapper,
.single-product .banner-wrapper {
  min-height: unset;
}

.page-template-template-services .banner-wrapper,
.page-template-template-contact .banner-wrapper {
  height: unset;
  position: relative;
}

.page-template-template-services .banner-wrapper:before,
.page-template-template-contact .banner-wrapper:before {
  content: "";
  position: absolute;
  height: 183px;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
  background: url(assets/img/frame-86.png), linear-gradient(180deg, rgba(247, 248, 249, 0) 0%, #F7F8F9 80%);
  background-blend-mode: overlay;
  opacity: 9%;
}

.page-template-template-contact .secondary-btn {
  color: #00224B;
  border-color: #00224B;
}

.page-template-template-contact .secondary-btn svg {
  padding: 5px 8px;
  font-size: 12px;
  margin-left: 10px;
  background-image: url(assets/img/btn-bg-gray.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 0;
  background-color: unset;
}

.page-template-template-contact .contact-info a {
  color: #68A236;
}

.training-lists .featured-image {
  width: 312px;
  height: 200px;
  background-size: cover;
  border-radius: 4px;
  flex-shrink: 0;
}

.training-lists .excerpt {
  color: #405978;
  font-size: 14px;
}

.level span {
  background-color: #E3E8EC;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
  padding: 5px 8px;
  border-radius: 4px;
  margin-right: 10px;
}

.level .basic {
  color: #68A236;
}

.level .advanced {
  color: #DB4128;
}

.testimonials-slider-wrapper {
  position: relative;
}

.testimonials-slider-wrapper .bx-wrapper {
  border: 0;
  background-color: transparent;
  box-shadow: none;
}

.testimonials-slider-wrapper .bx-controls-direction {
  position: absolute;
  top: 0;
  width: 100%;
  display: flex;
  justify-content: end;
  align-items: center;
  gap: 10px;
}

.testimonials-slider-wrapper .bx-controls-direction a {
  width: 46px;
  height: 48px;
  top: 0;
  left: 0;
  margin-top: -65px;
  position: relative;
}

.testimonials-slider-wrapper .bx-controls-direction a.bx-prev {
  background-image: url(assets/img/btn-bg-gray.svg);
  width: 32px;
  height: 32px;
}

.testimonials-slider .slider-item {
  padding: 20px 25px;
  border-radius: 4px;
}

.testimonials-slider .slider-item p {
  font-size: 14px;
}

.testimonials-slider .slider-item .author {
  display: block;
  color: #68A236;
}

.knowledge-portal-wrapper {
  position: relative;
}

.knowledge-portal-wrapper:after {
  content: "";
  height: 110px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(247, 248, 249, 0) 0%, #F7F8F9 70.31%);
}

.kp-item {
  gap: 20px;
}

.kp-item h3 {
  font-size: 18px;
  font-family: "Quatro Slab";
  line-height: 27px;
  color: #00224B;
  font-weight: 400;
}

.kp-item .excerpt {
  color: #00224B;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  display: -webkit-box;
}

.single-academy .level-marker {
    top: 350px;
    left: 60px;
    padding: 4px 7px 4px 7px;
    border-radius: 4px;
    gap: 10px;
    text-transform: uppercase;
    font-family: 'Quatro', sans-serif;
    font-size: 10px;
    font-weight: 500;
    line-height: 15px;
    letter-spacing: 0.2em;
    text-align: left;
}
.single-academy .marker-basic {
    background-color: #68A236;

}
.single-academy .marker-advanced {
    background-color: #DB4128;

}

.practical-table {
  width: 100%;
}

.practical-table th {
  color: #405978;
  width: 250px;
  vertical-align: top;
}

.practical-table th,
.practical-table td {
  border-bottom: 1px solid #C8D2D8;
  padding: 8px 0;
}

.single-academy .section ul {
  list-style: none;
  padding: 0;
}

.single-academy .section ul li:before {
  content: "";
  width: 24px;
  height: 24px;
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
  background-image: url(assets/img/check-icon.png);
  background-repeat: no-repeat;
}

.page-template-template-services .sidebar ul {
  list-style: none;
  padding-left: 0;
}

.page-template-template-services .sidebar ul li {
  padding: 5px 0;
}

.page-template-template-services .sidebar ul li a {
  color: #405978;
}

.page-template-template-services .sidebar ul li a.active {
  font-weight: 700;
}

.page-template-template-services .column-inner a:not(.btn) {
  color: #68A236;
}

.contact-form-wrapper .wpcf7-acceptance .wpcf7-list-item {
  margin-left: 0;
}

.contact-form-wrapper .wpcf7-radio .wpcf7-list-item {
  display: block;
  margin: 0;
}

.contact-form-wrapper .wpcf7 label {
  font-weight: 700;
  margin-bottom: 10px;
}

.contact-form-wrapper .wpcf7-form-control label {
  font-weight: 400;
  margin-bottom: 5px;
}

.contact-form-wrapper .wpcf7 input[type="file"] {
  width: 100%;
  background: #E3E8EC;
  padding: 30px;
  margin-top: 10px;
}

.contact-form-wrapper .wpcf7 input[type="radio"] {
  accent-color: #578B29;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  vertical-align: middle;
}

.cases-iso-list .iso-item .column-inner {
  border-radius: 4px;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.iso-item .featured-image {
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-topright: 4px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  background-position: center;
}

.iso-item .case-info {
  padding: 30px 24px 15px 24px;
  flex-grow: 1;
  position: relative;
  min-height: 125px;
}

.iso-item .case-info h3 {
  color: #00224B;
  font-size: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3; /* number of lines to show */
  line-clamp: 3;
  -webkit-box-orient: vertical;
}

.iso-item .btn-holder {
  width: 100%;
  padding: 0 24px 30px 24px;
}

.filters {
  font-weight: 500;
}

select.filter {
  font-weight: 500;
  color: #00224B;
  padding: 10px;
  border-radius: 4px;
  outline: none;
  border: 0;
  background-color: #ffffff;
}

#mobile-nav-container {
  display: none;
}

.product-archive-usp {
  padding-top: 22px;
  padding-bottom: 22px;
}

.product-archive-usp ul {
  display: flex;
  margin-bottom: 0;
  gap: 20px;
}

.product-archive-usp ul li {
  margin-bottom: 0;
  font-size: 14px;
}

.mobile-summary {
  display: none;
}

.read-more {
  color: #68A236;
  font-weight: 500;
  display: block;
  margin-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.read-more:hover {
  color: #7FB054;
}

.site-header-wrapper #search-holder {
  display: none;
  background: rgba(0,0,0,.6);
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 12;
  opacity: 1;
  width: 100%;
}

.site-header-wrapper #search-holder .search-bar-bg {
  background: #fff;
  height: 114px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  -webkit-transform: translate(0);
  transform: translate(0);
  display: none;
}

.admin-bar .site-header-wrapper #search-holder .search-bar-bg {
  top: 32px;
}

.site-header-wrapper #search-holder .search-bar-bg .search-bar {
  width: 100%;
  max-width: 1140px;
  position: absolute;
  top: 30px;
  left: 50%;
  height: 54px;
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
}

.site-header-wrapper #search-holder .search-bar-bg .search-bar .search {
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  border-radius: 4px;
  padding: 5px 15px;
  font-size: 18px;
  box-shadow: 0px 10px 20px 0px #00000040;
  outline: none;
}

.site-header-wrapper #search-holder .search-bar-bg .search-bar .btn-holder {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.site-header-wrapper #search-holder .search-bar-bg .search-bar .btn-holder .btn.close-search {
  width: 46px;
  height: 42px;
  margin: 0;
  padding: 0;
  display: block;
  float: right;
  border-radius: 0;
  border: 0;
}

.site-header-wrapper #search-holder .search-bar-bg .search-bar .btn-holder .btn.close-search svg {
  position: absolute;
  top: 50%;
  left: 50%;
  color: #91A5B2;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}

.logo-slider-section .bx-pager {
  display: none;
}

.logo-slider-section .bx-pager.bx-default-pager a {
  background-color: #E3E8EC;
}

.logo-slider-section .bx-pager.bx-default-pager a.active, 
.logo-slider-section .bx-pager.bx-default-pager a:focus, 
.logo-slider-section .bx-pager.bx-default-pager a:hover {
  background-color: #68A236;
}

@media (max-width: 1400px){
  .main-menu-wrapper #mainmenu li.menu-item-has-children:hover .sub-menu-wrapper.lvl-0:after {
    left: 255px;
  }
}

@media (max-width: 1200px){
  .top-menu-container {
    display: none;
  }

  .branding-column {
    order: 2;
  }

  .menu-column {
    order: 1;
    width: auto;
  }

  .header-icons-column {
    order: 3;
    margin-left: auto;
  }

  .header-icons-column .wpml-ls {
    display: none;
  }

  .navbar-toggler,
  .navbar-toggler:focus {
    padding: 0;
    font-size: 1.5rem;
    border: 0;
    box-shadow: none;
    color: #ffffff;
  }

  .menu-column .mobile-menu-wrapper {
    height: auto;
    min-width: 320px;
    position: absolute;
    box-shadow: 0px 34px 24px 0px #00000040;
    border-radius: 4px;
    top: 60px;
    background-color: #ffffff;
    padding: 20px;
  }

  .mobile-menu-wrapper #mobile-menu {
    display: block;
  }

  .mobile-menu-wrapper #mobile-menu li.menu-item-has-children {
    position: relative;
  }

  .mobile-menu-wrapper #mobile-menu li a {
    color: #405978;
    display: block;
    font-weight: 400;
  }

  .mobile-menu-wrapper #mobile-menu li:nth-child(-n+6) a {
    color: #00224B;
    font-weight: 500;
  }

  #mobile-nav-container {
    display: block;
  }

  .mobile-menu-container {
    margin-bottom: 10px;
  }

  .mobile-menu-wrapper .wpml-ls ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
    display: flex;
    gap: 10px;
  }

  .mobile-menu-wrapper .wpml-ls ul li a {
    font-size: 12px;
    border-radius: 50%;
    border: 1.5px solid #00224B;
    padding: 5px 4px;
    color: #00224B;
    font-weight: 600;
  }

  .mobile-menu-container ul li.menu-item-has-children .dropdown-btn {
    position: absolute;
    top: 0;
    right: 0;
    border: 0;
    background: transparent;
  }

  .mobile-menu-container ul li.menu-item-has-children .dropdown-btn:after {
    content: "\f105";
    font-family: "Fontawesome";
    font-weight: 600;
    color: #91A5B2;
  }

  .mobile-menu-container ul li.menu-item-has-children.show > .dropdown-btn:after {
    content: "\f107";
  }

  .mobile-menu-container ul li.show > .sub-menu-wrapper.lvl-0 {
    opacity: 1;
    visibility: visible;
    position: relative;
    box-shadow: none;
    padding: 0;
    left: 0;
  }

  .mobile-menu-container ul li.show .sub-menu-wrapper.lvl-1 {
    position: absolute;
  }

  .mobile-menu-container ul li.show li.show .sub-menu-wrapper.lvl-1 {
    position: relative;
    opacity: 1;
    visibility: visible;
    left: 0;
    padding-left: 0;
  }

  .mobile-menu-wrapper #mobile-menu ul li .sub-menu-wrapper.lvl-1 a {
    font-weight: 400;
  }

  .mobile-menu-container ul li .sub-menu-wrapper {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .6s,visibility .6s;
    transition: opacity .6s,visibility .6s;
    padding-left: 15px;
    padding-right: 0;
  }

  .mobile-menu-container ul li .sub-menu-wrapper .sub-menu {
    padding-left: 10px;
    list-style: none;
  }

  .mobile-menu-wrapper h3 {
    color: #68A236;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
  }

  .mobile-menu-wrapper #btnclose {
    position: absolute;
    top: 20px;
    right: 20px;
    color: #00224B;
    border: 0;
    z-index: 3;
    font-size: 18px;
    background: transparent;
  }

  .woocommerce ul.products li.product,
  .woocommerce-page ul.products li.product {
    width: 33.33%;
    margin-bottom: 20px;
  }
}

@media (max-width: 992px){
  .banner-inner .column-right .btn-holder,
  .home .banner-inner:before {
    display: none;
  }

  .banner-inner .bg-columns {
    margin: 0;
  }

  .banner-inner .bg-columns .column-left {
    display: none;
  }

  .banner-inner .bg-columns .column-right {
    width: 100%;
    align-self: start!important;
    background-position: center;
  }

  .home .banner-content {
    position: relative;
  }

  .home .banner-content .column-right {
    display: none;
  }

  .banner-content .column-left {
    width: 100%;
    margin-top: 40px;
    margin-bottom: 40px;
    align-self: center!important;
  }

  .site-header-wrapper {
    background-color: #00224B;
  }

  .home .banner-wrapper {
    margin-top: 0;
    height: auto;
  }

  .home .banner-wrapper .container-fluid {
    height: 360px!important;
    padding: 0;
    position: relative;
  }

  .single-academy .banner-wrapper,
  .page-template .banner-wrapper,
  .page-template-template-about-us .banner-wrapper {
    height: auto;
  }

  .single-academy .banner-wrapper .container-fluid,
  .page-template .banner-wrapper .container-fluid,
  .page-template-template-about-us .banner-wrapper .container-fluid {
    height: 360px!important;
    padding: 0;
    position: relative;
  }

  .single-academy .banner-content,
  .page-template .banner-content,
  .page-template-template-about-us .banner-content {
    position: relative;
  }

  .single-academy .banner-content .column-right,
  .page-template .banner-content .column-right,
  .page-template-template-about-us .banner-content .column-right {
    display: none;
  }

  .usp-section-wrapper .widget-column {
    width: 50%;
    margin-bottom: 10px;
  }

  .home .section-2 .column h3 {
    font-size: 1.3rem;
  }

  .home .section-3 {
    padding-top: 0;
    padding-bottom: 3rem;
  }

  .home .section-3 .column {
    width: 100%;
    margin-bottom: 2rem;
  }

  .home .section-3 img.float-right {
    margin-top: 0;
    max-width: 100%;
  }

  .featured-case-section .featured-case .col-8,
  .featured-case-section .featured-case .col-4,
  .case-slider-wrapper .slider-item .col-8,
  .case-slider-wrapper .slider-item .col-4 {
    width: 100%;
  }

  .featured-case-section .column-inner,
  .case-slider-wrapper .column-inner {
    padding: 30px;
  }

  .home .section-5 .column-inner {
    margin-bottom: 3rem;
  }

  .footer-logo {
    justify-content: center;
    margin-bottom: 10px;
  }

  .menu-bottom-container ul {
    justify-content: center;
  }

  .product-archive-usp ul li:nth-child(4) {
    display: none;
  }

  .kp-banner-content,
  .shop-banner-content {
    height: auto;
    /*background-color: #00224B;*/
  }

  .shop-banner-image {
    background-position: center;
  }

  .kp-banner-image img,
  .shop-banner-image img {
    height: 360px;
  }

  .kp-banner-inner:before,
  .shop-banner-inner:before {
    clip-path: unset;
  }

  .seo-row .column-2 {
    margin-bottom: 2rem;
  }

  .seo-row:nth-child(even) .column-2 {
    order: 0;
  }

  .seo-row .column-inner {
    padding-left: inherit;
    padding-right: inherit;
  }

  .woocommerce #content div.product div.summary,
  .woocommerce div.product div.summary,
  .woocommerce-page #content div.product div.summary,
  .woocommerce-page div.product div.summary {
    margin-top: 1rem!important;
    padding-top: 0!important;
  }

  .woocommerce div.product .summary .product_title,
  .woocommerce div.product .summary .woocommerce-product-details__short-description {
    display: none;
  }

  .mobile-summary {
    display: block;
  }

  .product .top-row .column-1 {
    background-color: transparent;
  }

  .product .top-row .column-1 .column-inner {
    background-color: #ffffff;
  }

  .section-headers {
    display: none;
  }

  .page-template-template-jobs .section-3 .row:nth-child(even) .column-1 {
    order: 0;
  }

  .training-lists .list-item {
    background-color: transparent!important;
    border-bottom: 1px solid #E3E8EC;
  }

  .training-lists .featured-image {
    width: 120px;
    height: 120px;
    margin-top: 20px;
  }
}

@media (max-width: 767px){
  .branding-column {
    width: 40%;
  }

  .header-icons-column {
    width: 40%;
  }

  .banner-inner h1 {
    font-size: 24px;
    line-height: 28px;
  }

  .banner-inner .btn-holder {
    display: block;
  }

  .banner-inner .btn-holder .btn {
    margin-bottom: 10px;
    justify-content: center;
    width: 100%;
  }

  .usp-section-wrapper .widget-column {
    width: 100%;
  }

  .usp-section-wrapper .widget-column .wp-block-group {
    flex-direction: unset;
    gap: 10px;
  }

  .usp-section-wrapper .widget-column .has-text-align-center {
    text-align: left;
  }

  .usp-section-wrapper .widget-column figure {
    width: 40px;
  }

  .usp-section-wrapper .widget-column br {
    display: none;
  }

  .home .category-list {
    -moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1;
  }

  .footer-main .wp-block-heading {
    text-align: center;
    width: 100%;
  }

  .cta-section-wrapper h2 {
    font-size: 18px;
    line-height: 24px;
  }

  .column-3-widget p {
    text-align: center;
    width: 100%;
  }

  .column-3-widget .col-8,
  .column-3-widget .col-4 {
    width: 100%;
    padding: inherit;
  }

  .site-footer .wpcf7 button[type="submit"] {
    width: 100%;
  }

  .site-footer .wpcf7 input[type="email"] {
    margin-bottom: 10px;
  }

  .footer-main ul.wp-block-social-links {
    width: 100%;
    justify-content: center;
  }

  .menu-bottom-container ul {
    display: block;
    text-align: center;
  }

  .home .section-1 {
    margin-top: -1px;
  }

  .featured-case-section h2,
  .case-slider-wrapper h2 {
    font-size: 24px;
    line-height: 28px;
  }

  .case-slider-wrapper .column-inner {
    margin-right: 0;
  }

  .product-archive-usp ul li:nth-child(3) {
    display: none;
  }

  .woocommerce table.shop_table thead,
  .woocommerce table.shop_table tr td::before,
  .woocommerce-page table.shop_table tr td::before {
    display: none;
  }

  .woocommerce #content table.cart .product-thumbnail,
  .woocommerce table.cart .product-thumbnail,
  .woocommerce-page #content table.cart .product-thumbnail,
  .woocommerce-page table.cart .product-thumbnail {
    display: block;
  }

  .woocommerce table.shop_table.cart tr {
    display: flex;
    flex-wrap: wrap;
    background-color: #ffffff;
    margin-bottom: 10px;
    padding: 5px;
  }

  .woocommerce table.shop_table tr .product-thumbnail {
    width: 20%;
  }

  .woocommerce table.shop_table tr .product-name {
    width: 80%;
  }

  .woocommerce table.shop_table tr .product-price {
    width: 80%;
    margin-left: auto;
    display: none;
  }

  .woocommerce table.shop_table tr .product-quantity {
    width: 21%;
    margin-bottom: 0;
  }

  .woocommerce table.shop_table tr .product-remove,
  .woocommerce table.shop_table tr .product-subtotal {
    display: flex;
    align-items: center;
  }

  .woocommerce table.shop_table tr .product-subtotal {
    margin-left: auto;
  }

  .woocommerce-cart-form {
    padding-right: 0;
  }

  .woocommerce #content table.cart td.actions,
  .woocommerce table.cart td.actions,
  .woocommerce-page #content table.cart td.actions,
  .woocommerce-page table.cart td.actions {
    width: 100%;
    padding-top: 0;
  }

  .section {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .single-academy .banner-content .column-right,
  .page-template .banner-content .column-right,
  .page-template-template-about-us .banner-content .column-right {
    display: none;
  }

  .page-template-template-about-us .section-1 .column-1 {
    margin-bottom: 2rem;
  }

  .page-template-template-services .column-sidebar,
  .single-partners .column-sidebar {
    order: 2;
  }

  .contact-form-wrapper {
    margin-top: 2rem;
    padding-left: 0!important;
    padding-right: 0!important;
  }

  .training-lists .btn-holder {
    display: none;
  }

  .training-lists .featured-image {
    width: 64px;
    height: 64px;
  }

  .training-lists .excerpt {
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
  }

  .single-knowledgeportal .sub-title {
    margin-top: 2rem;
  }
}

@media (max-width: 576px){
  .home .section-3 .col-md-6 {
    padding: 0;
  }

  .case-slider-wrapper .bx-prev {
    left: -8px;
  }

  .case-slider-wrapper .bx-next {
    right: -8px;
  }

  .site-footer .wpcf7 .col-4,
  .site-footer .wpcf7 .col-8 {
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
  }

  .bx-wrapper .bx-controls-direction a {
    top: 40%;
  }

  .product-archive-usp ul li:nth-child(2) {
    display: none;
  }

  .shop-banner-image img {
    height: 260px;
  }

  .footer-top-widgets .wp-block-group {
    flex-direction: column;
    gap: 0;
  }

  .cta-section-wrapper h2 br {
    display: none;
  }

  div#gallery-1 .gallery-item {
    width: 100%;
  }

  .section.single-details .page-title {
    margin-top: 2rem;
  }

  .single-jobs .section.single-details .page-title {
    margin-top: 0;
  }

  .single-jobs .section.single-details .sub-title {
    margin-top: 2rem;
  }

  select.filter {
    width: 100%;
    margin-bottom: 10px;
  }

  .logo-slider-section .bx-pager {
    display: block;
  }

  .logo-slider-section .primary-btn {
    display: none;
  }
}
