@charset "UTF-8";
/*--------------------------------------------------------------
# styles
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# CUSTOM STYLES
--------------------------------------------------------------*/
html {
  box-sizing: border-box;
  font-size: 16px;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

body {
  font-family: "Mulish", sans-serif;
  color: #0D2451;
  margin: 0px;
  padding: 0px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  min-height: 100vh;
  min-height: 100dvh;
  position: relative;
}

section {
  position: relative;
}

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

.site-main {
  position: relative;
  min-height: 50vh;
  margin-top: 0px;
  z-index: 1;
}

/*--------------------------------------------------------------
# TEMPS
--------------------------------------------------------------*/
/* events-none */
.events-none {
  user-select: none;
  pointer-events: none;
  touch-action: none;
}

/* events-auto */
.events-auto {
  user-select: auto;
  pointer-events: auto;
  touch-action: auto;
}

/* hidden */
.hidden {
  position: absolute;
  display: none;
  visibility: hidden;
  z-index: -999;
  opacity: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
  top: -9999px;
  left: -9999px;
}

/* other */
.bg-center {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.full-vh {
  min-height: 100vh;
  min-height: 100dvh;
}

a {
  color: #64B053;
  transition: 0.25s;
}
a:hover {
  color: #508F41;
}

a[disabled], a:disabled, button[disabled], button:disabled, input[type=button][disabled], input[type=button]:disabled, input[type=submit][disabled], input[type=submit]:disabled, span[disabled], span:disabled {
  opacity: 0.3;
  color: inherit;
  background-color: inherit;
  border-color: inherit;
  pointer-events: none;
  touch-action: none;
}
a.btn, button.btn, input[type=button].btn, input[type=submit].btn, span.btn {
  padding: 1rem 2rem;
  font-family: "Mulish", sans-serif;
  font-size: 0.875rem;
  line-height: 1;
  font-weight: 700;
  min-width: 120px;
  text-align: center;
  border-radius: 1rem;
  transition: 0.25s;
  opacity: 1;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  background-color: #64B053;
  background: linear-gradient(55deg, #64B053 41.37%, #9BCA58 85.27%);
  color: #FFFFFF;
  border: 1px solid transparent;
  outline: none;
  outline: 0 !important;
  cursor: pointer;
  position: relative;
  /* new buttons */
  /* add-icon */
}
a.btn:hover, a.btn:focus, button.btn:hover, button.btn:focus, input[type=button].btn:hover, input[type=button].btn:focus, input[type=submit].btn:hover, input[type=submit].btn:focus, span.btn:hover, span.btn:focus {
  background-color: #508F41;
  opacity: 0.75;
  color: #FFFFFF;
}
a.btn.btn--green, button.btn.btn--green, input[type=button].btn.btn--green, input[type=submit].btn.btn--green, span.btn.btn--green {
  background: #64B053;
  color: #fff;
}
a.btn.btn--green:hover, button.btn.btn--green:hover, input[type=button].btn.btn--green:hover, input[type=submit].btn.btn--green:hover, span.btn.btn--green:hover {
  background: #508F41;
}
a.btn.btn--transparent, button.btn.btn--transparent, input[type=button].btn.btn--transparent, input[type=submit].btn.btn--transparent, span.btn.btn--transparent {
  background: transparent;
  color: #64B053;
  border: 2px solid #64B053;
  padding: 1rem 2rem;
}
a.btn.btn--transparent:hover, button.btn.btn--transparent:hover, input[type=button].btn.btn--transparent:hover, input[type=submit].btn.btn--transparent:hover, span.btn.btn--transparent:hover {
  background: rgba(100, 176, 83, 0.1);
}
a.btn.btn--white, button.btn.btn--white, input[type=button].btn.btn--white, input[type=submit].btn.btn--white, span.btn.btn--white {
  background: transparent;
  color: #fff;
  border: 2px solid #fff;
  padding: 1rem 2rem;
}
a.btn.btn--white:hover, button.btn.btn--white:hover, input[type=button].btn.btn--white:hover, input[type=submit].btn.btn--white:hover, span.btn.btn--white:hover {
  background: rgba(255, 255, 255, 0.1);
}
a.btn.btn--new-type-one, button.btn.btn--new-type-one, input[type=button].btn.btn--new-type-one, input[type=submit].btn.btn--new-type-one, span.btn.btn--new-type-one {
  color: #252525;
  background: transparent;
  border-color: #64B053;
}
a.btn.btn--new-type-two, button.btn.btn--new-type-two, input[type=button].btn.btn--new-type-two, input[type=submit].btn.btn--new-type-two, span.btn.btn--new-type-two {
  color: #FFFFFF;
  background: transparent;
  border-color: #64B053;
}
a.btn.add-icon, button.btn.add-icon, input[type=button].btn.add-icon, input[type=submit].btn.add-icon, span.btn.add-icon {
  padding-right: 4rem;
}
a.btn.add-icon .icon-inner, button.btn.add-icon .icon-inner, input[type=button].btn.add-icon .icon-inner, input[type=submit].btn.add-icon .icon-inner, span.btn.add-icon .icon-inner {
  position: absolute;
  top: 0px;
  right: 0px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 46px;
  height: 46px;
  min-width: 46px;
  border-radius: 15px;
  transform: translate(0px, 0px);
  transition: 0.25s;
  background: linear-gradient(55deg, #64B053 41.37%, #9BCA58 85.27%);
}
a.btn.add-icon .icon-inner .btn-icon, button.btn.add-icon .icon-inner .btn-icon, input[type=button].btn.add-icon .icon-inner .btn-icon, input[type=submit].btn.add-icon .icon-inner .btn-icon, span.btn.add-icon .icon-inner .btn-icon {
  max-width: 100%;
  max-height: 100%;
}
a.btn.add-icon:hover, button.btn.add-icon:hover, input[type=button].btn.add-icon:hover, input[type=submit].btn.add-icon:hover, span.btn.add-icon:hover {
  opacity: 1;
}
a.btn.add-icon:hover .icon-inner, button.btn.add-icon:hover .icon-inner, input[type=button].btn.add-icon:hover .icon-inner, input[type=submit].btn.add-icon:hover .icon-inner, span.btn.add-icon:hover .icon-inner {
  transform: translate(4px, 0px);
}

/* new arrow btn */
.side-arrow-btn {
  width: 3rem;
  min-width: 3rem;
  height: 3rem;
  border-radius: 50%;
  padding: 1rem !important;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  background-color: #64B053;
  background: linear-gradient(90deg, #0B2650 0%, #00173A 100%);
  opacity: 1;
  transition: 0.25s;
}
.side-arrow-btn svg, .side-arrow-btn img {
  transition: 0.25s;
  transform: translate(0px, 0px);
}
.side-arrow-btn:hover {
  opacity: 0.75;
}
.side-arrow-btn:hover svg, .side-arrow-btn:hover img {
  transform: translate(4px, -4px);
}

.slider-arrow-btn {
  width: 3rem;
  min-width: 3rem;
  height: 3rem;
  border-radius: 1rem;
  padding: 1rem !important;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  background-color: #FFFFFF !important;
  opacity: 1;
  transition: 0.25s;
  border: 1px solid #64B053;
  color: #64B053 !important;
  cursor: pointer;
}
.slider-arrow-btn svg, .slider-arrow-btn img {
  transition: 0.25s;
  transform: translate(0px, 0px);
}
.slider-arrow-btn.type-prev:hover svg, .slider-arrow-btn.type-prev:hover img {
  transform: translate(-4px, 0px);
}
.slider-arrow-btn.type-next:hover svg, .slider-arrow-btn.type-next:hover img {
  transform: translate(4px, 0px);
}
[type=button], [type=submit], button {
  padding: 0px;
}
[type=button]:focus, [type=button]:hover, [type=submit]:focus, [type=submit]:hover, button:focus, button:hover {
  color: unset;
  background-color: unset;
}

form {
  font-family: "Mulish", sans-serif;
}
form input.wpcf7-not-valid, form textarea.wpcf7-not-valid, form select.wpcf7-not-valid {
  border: 1px solid #ff0000;
}

.g-recaptcha .grecaptcha-badge {
  right: -100vw !important;
}

h1, h2, h3, h4, h5, h6 {
  clear: both;
  font-family: "Mulish", sans-serif;
  font-weight: 700;
  line-height: 1.35;
  margin-top: 0px;
  overflow: visible;
}

h1 {
  font-size: 36px;
}
@media only screen and (max-width: 1199px) {
  h1 {
    font-size: 32px;
  }
}
@media only screen and (max-width: 767px) {
  h1 {
    font-size: 28px;
  }
}

h2 {
  font-size: 28px;
}
@media only screen and (max-width: 1199px) {
  h2 {
    font-size: 26px;
  }
}
@media only screen and (max-width: 767px) {
  h2 {
    font-size: 24px;
  }
}

h3 {
  font-size: 24px;
}
@media only screen and (max-width: 767px) {
  h3 {
    font-size: 21px;
  }
}

h4, .mini-entry-title {
  font-size: 21px;
}
@media only screen and (max-width: 767px) {
  h4, .mini-entry-title {
    font-size: 20px;
  }
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

.custom-heading-title {
  color: #0D2451;
  position: relative;
}
.custom-heading-title.style-white {
  color: #FFFFFF;
}

ul.menu {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

ul {
  padding-left: 0px;
  margin: 0.75rem 0px;
}
ul li {
  padding-left: 0px;
  margin-bottom: 0px;
}

p {
  margin-top: 0px;
  margin-bottom: 0.5rem;
}

.text-upper {
  text-transform: uppercase;
  font-family: "Mulish", sans-serif;
}

/* FONTS */
@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans-Light.eot");
  src: url("../fonts/OpenSans-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans-Light.woff2") format("woff2"), url("../fonts/OpenSans-Light.woff") format("woff"), url("../fonts/OpenSans-Light.ttf") format("truetype"), url("../fonts/OpenSans-Light.svg#OpenSans-Light") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans-LightItalic.eot");
  src: url("../fonts/OpenSans-LightItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans-LightItalic.woff2") format("woff2"), url("../fonts/OpenSans-LightItalic.woff") format("woff"), url("../fonts/OpenSans-LightItalic.ttf") format("truetype"), url("../fonts/OpenSans-LightItalic.svg#OpenSans-LightItalic") format("svg");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans-Regular.eot");
  src: url("../fonts/OpenSans-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans-Regular.woff2") format("woff2"), url("../fonts/OpenSans-Regular.woff") format("woff"), url("../fonts/OpenSans-Regular.ttf") format("truetype"), url("../fonts/OpenSans-Regular.svg#OpenSans-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans-Italic.eot");
  src: url("../fonts/OpenSans-Italic.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans-Italic.woff2") format("woff2"), url("../fonts/OpenSans-Italic.woff") format("woff"), url("../fonts/OpenSans-Italic.ttf") format("truetype"), url("../fonts/OpenSans-Italic.svg#OpenSans-Italic") format("svg");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans-Medium.eot");
  src: url("../fonts/OpenSans-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans-Medium.woff2") format("woff2"), url("../fonts/OpenSans-Medium.woff") format("woff"), url("../fonts/OpenSans-Medium.ttf") format("truetype"), url("../fonts/OpenSans-Medium.svg#OpenSans-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans-MediumItalic.eot");
  src: url("../fonts/OpenSans-MediumItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans-MediumItalic.woff2") format("woff2"), url("../fonts/OpenSans-MediumItalic.woff") format("woff"), url("../fonts/OpenSans-MediumItalic.ttf") format("truetype"), url("../fonts/OpenSans-MediumItalic.svg#OpenSans-MediumItalic") format("svg");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans-SemiBold.eot");
  src: url("../fonts/OpenSans-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans-SemiBold.woff2") format("woff2"), url("../fonts/OpenSans-SemiBold.woff") format("woff"), url("../fonts/OpenSans-SemiBold.ttf") format("truetype"), url("../fonts/OpenSans-SemiBold.svg#OpenSans-SemiBold") format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans-SemiBoldItalic.eot");
  src: url("../fonts/OpenSans-SemiBoldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans-SemiBoldItalic.woff2") format("woff2"), url("../fonts/OpenSans-SemiBoldItalic.woff") format("woff"), url("../fonts/OpenSans-SemiBoldItalic.ttf") format("truetype"), url("../fonts/OpenSans-SemiBoldItalic.svg#OpenSans-SemiBoldItalic") format("svg");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans-Bold.eot");
  src: url("../fonts/OpenSans-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans-Bold.woff2") format("woff2"), url("../fonts/OpenSans-Bold.woff") format("woff"), url("../fonts/OpenSans-Bold.ttf") format("truetype"), url("../fonts/OpenSans-Bold.svg#OpenSans-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans-BoldItalic.eot");
  src: url("../fonts/OpenSans-BoldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans-BoldItalic.woff2") format("woff2"), url("../fonts/OpenSans-BoldItalic.woff") format("woff"), url("../fonts/OpenSans-BoldItalic.ttf") format("truetype"), url("../fonts/OpenSans-BoldItalic.svg#OpenSans-BoldItalic") format("svg");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans-ExtraBold.eot");
  src: url("../fonts/OpenSans-ExtraBold.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans-ExtraBold.woff2") format("woff2"), url("../fonts/OpenSans-ExtraBold.woff") format("woff"), url("../fonts/OpenSans-ExtraBold.ttf") format("truetype"), url("../fonts/OpenSans-ExtraBold.svg#OpenSans-ExtraBold") format("svg");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans-ExtraBoldItalic.eot");
  src: url("../fonts/OpenSans-ExtraBoldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans-ExtraBoldItalic.woff2") format("woff2"), url("../fonts/OpenSans-ExtraBoldItalic.woff") format("woff"), url("../fonts/OpenSans-ExtraBoldItalic.ttf") format("truetype"), url("../fonts/OpenSans-ExtraBoldItalic.svg#OpenSans-ExtraBoldItalic") format("svg");
  font-weight: 800;
  font-style: italic;
  font-display: swap;
}
/*--------------------------------------------------------------
## HEADER
--------------------------------------------------------------*/
.site-header {
  position: fixed;
  display: block;
  z-index: 9991;
  top: 0px;
  left: 0px;
  width: 100vw !important;
  max-width: none !important;
  padding: 0px !important;
  margin: 0px !important;
  height: auto;
  overflow: visible;
  font-family: "Mulish", sans-serif;
  line-height: 1;
  font-weight: 400;
  transition: 0.25s;
  background-color: #080E3B;
  color: #252525;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0);
  /* site-navigation */
  /* sub-menu */
  /* header-side-wrapper */
  /* btn-mob-nav */
  /* mobile-site-navigation  */
}
.site-header a:not(.btn) {
  color: #252525;
}
.site-header .header-container {
  z-index: 999;
  position: relative;
  padding: 0.75rem 0.75rem;
  transition: 0.5s;
  width: 100%;
  margin: 0px auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  gap: 0px 0.75rem;
}
@media only screen and (min-width: 1024px) {
  .site-header .header-container {
    padding: 1rem 0.75rem;
    gap: 0px 1rem;
  }
}
@media only screen and (min-width: 1200px) {
  .site-header .header-container {
    padding: 1.25rem 0.75rem;
    gap: 0px 1.25rem;
  }
}
@media only screen and (min-width: 1400px) {
  .site-header .header-container {
    padding: 1.5rem 0.75rem;
    gap: 0px 1.5rem;
    max-width: 1680px;
  }
}
.site-header .site-branding {
  position: relative;
  z-index: 99;
  min-width: 120px;
}
.site-header .site-branding .custom-logo-link {
  z-index: 999;
  width: auto;
  max-width: 100%;
}
.site-header .site-branding .custom-logo-link .custom-logo {
  max-width: 180px;
  max-height: 28px;
  width: 100%;
  height: auto;
  transition: 0.25s;
}
@media only screen and (min-width: 1400px) {
  .site-header .site-branding .custom-logo-link .custom-logo {
    max-width: 250px;
    max-height: 36px;
  }
}
.site-header .site-navigation {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  display: none;
  visibility: hidden;
  justify-content: center;
  align-items: center;
  transition: 0.15s;
  width: auto;
  background-color: #FFFFFF;
  border-radius: 1rem;
  padding: 0rem 0.75rem;
  margin: 0px auto;
  position: relative;
}
@media only screen and (min-width: 1024px) {
  .site-header .site-navigation {
    display: flex;
    visibility: visible;
  }
}
@media only screen and (min-width: 1200px) {
  .site-header .site-navigation {
    padding: 0rem 1rem;
  }
}
@media only screen and (min-width: 1400px) {
  .site-header .site-navigation {
    padding: 0rem 1.5rem;
  }
}
.site-header .site-navigation ul.menu li:hover .submenu-wrapper {
  display: block;
}
.site-header .site-navigation .menu {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  line-height: 1;
  width: 100%;
  gap: 0.125rem;
}
@media only screen and (min-width: 1200px) {
  .site-header .site-navigation .menu {
    gap: 0.25rem;
  }
}
@media only screen and (min-width: 1400px) {
  .site-header .site-navigation .menu {
    gap: 0.5rem;
  }
}
.site-header .site-navigation .menu .menu-item {
  margin: 0rem;
  padding: 0.75rem 0.25rem;
  line-height: 1;
  display: block;
  transition: 0.5s;
  position: unset;
}
@media only screen and (min-width: 1200px) {
  .site-header .site-navigation .menu .menu-item {
    padding: 1rem 0.5rem;
  }
}
.site-header .site-navigation .menu .menu-item a {
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1;
  cursor: pointer;
  opacity: 1;
  transition: 0.5s;
  color: #252525;
  padding: 0px;
  display: inline-block;
  overflow: hidden;
}
@media only screen and (min-width: 1200px) {
  .site-header .site-navigation .menu .menu-item a {
    font-size: 0.875rem;
  }
}
.site-header .site-navigation .menu .menu-item a:hover {
  color: #508F41;
}
.site-header .site-navigation .menu-item.menu-item-has-children > a, .site-header .mobile-site-navigation .menu-item.menu-item-has-children > a {
  display: inline-block;
  position: relative;
  padding-right: 1rem;
}
.site-header .site-navigation .menu-item.menu-item-has-children::after, .site-header .mobile-site-navigation .menu-item.menu-item-has-children::after {
  display: none;
  visibility: hidden;
}
.site-header .site-navigation .menu-item.menu-item-has-children .sub-menu-toggle, .site-header .mobile-site-navigation .menu-item.menu-item-has-children .sub-menu-toggle {
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 1;
  transform: translateY(-45%) rotate(90deg);
  width: 1rem;
  height: 1rem;
  text-align: center;
  position: absolute;
  top: 50%;
  right: -0.25rem;
}
@media only screen and (min-width: 1200px) {
  .site-header .site-navigation .menu-item.menu-item-has-children .sub-menu-toggle, .site-header .mobile-site-navigation .menu-item.menu-item-has-children .sub-menu-toggle {
    font-size: 1.25rem;
  }
}
.site-header .site-navigation .menu-item.menu-item-has-children .submenu-wrapper, .site-header .mobile-site-navigation .menu-item.menu-item-has-children .submenu-wrapper {
  position: absolute;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  z-index: 5;
  display: none;
  top: 100%;
  left: 50%;
  width: 100%;
  height: 380px;
  max-height: calc(100vh - 160px);
  transform: translateX(-50%);
  overflow: hidden;
  margin: 0px;
  border-radius: 1rem;
  padding: 2rem 1rem 1rem;
}
.site-header .site-navigation .menu-item.menu-item-has-children .submenu-wrapper::after, .site-header .mobile-site-navigation .menu-item.menu-item-has-children .submenu-wrapper::after {
  content: " ";
  position: absolute;
  z-index: -1;
  display: block;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  z-index: 1;
  background-color: #fff;
  background-image: url(../images/bg-item-light.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 1rem;
  top: auto;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: calc(100% - 1rem);
}
.site-header .site-navigation .menu-item.menu-item-has-children .sub-menu, .site-header .mobile-site-navigation .menu-item.menu-item-has-children .sub-menu {
  background: unset;
  position: relative;
  top: 0px;
  left: 0px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  max-height: 100%;
  z-index: 5;
  overflow: hidden auto;
  padding: 0px 0.5rem;
  margin: 0px;
}
.site-header .site-navigation .menu-item.menu-item-has-children .sub-menu > .menu-item, .site-header .mobile-site-navigation .menu-item.menu-item-has-children .sub-menu > .menu-item {
  padding: 0px;
  margin: 0px;
  border-bottom: 1px solid #E4EDD8;
  width: calc(50% - 0.75rem);
}
@media only screen and (min-width: 1200px) {
  .site-header .site-navigation .menu-item.menu-item-has-children .sub-menu > .menu-item, .site-header .mobile-site-navigation .menu-item.menu-item-has-children .sub-menu > .menu-item {
    width: calc(33.33% - 0.75rem);
  }
}
.site-header .site-navigation .menu-item.menu-item-has-children .sub-menu > .menu-item > a, .site-header .mobile-site-navigation .menu-item.menu-item-has-children .sub-menu > .menu-item > a {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 0.75rem 0.5rem 0.75rem;
  gap: 0.5rem;
}
.site-header .site-navigation .menu-item.menu-item-has-children .sub-menu > .menu-item > a .menu-item-img-wrapper, .site-header .mobile-site-navigation .menu-item.menu-item-has-children .sub-menu > .menu-item > a .menu-item-img-wrapper {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: flex-start;
  text-align: left;
  width: 120px;
  height: 80px;
  margin-bottom: 0.5rem;
}
.site-header .site-navigation .menu-item.menu-item-has-children .sub-menu > .menu-item > a .menu-item-img-wrapper img, .site-header .mobile-site-navigation .menu-item.menu-item-has-children .sub-menu > .menu-item > a .menu-item-img-wrapper img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.site-header .site-navigation .menu-item.menu-item-has-children .sub-menu > .menu-item > a .menu-item-wrapper, .site-header .mobile-site-navigation .menu-item.menu-item-has-children .sub-menu > .menu-item > a .menu-item-wrapper {
  flex: 1;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0.5rem;
}
.site-header .site-navigation .menu-item.menu-item-has-children .sub-menu > .menu-item > a .menu-item-wrapper .menu-item-title, .site-header .mobile-site-navigation .menu-item.menu-item-has-children .sub-menu > .menu-item > a .menu-item-wrapper .menu-item-title {
  font-size: 0.875rem;
  font-weight: 600;
}
.site-header .site-navigation .menu-item.menu-item-has-children .sub-menu > .menu-item > a .menu-item-wrapper .menu-item-description, .site-header .mobile-site-navigation .menu-item.menu-item-has-children .sub-menu > .menu-item > a .menu-item-wrapper .menu-item-description {
  font-size: 0.75rem;
  font-weight: 400;
}
.site-header .site-navigation .menu-item.menu-item-has-children .sub-menu > .menu-item > a:hover, .site-header .mobile-site-navigation .menu-item.menu-item-has-children .sub-menu > .menu-item > a:hover {
  color: #0D2451;
  background-color: rgba(100, 176, 83, 0.1);
}
.site-header .header-side-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  gap: 0.25rem;
  margin-left: auto;
}
.site-header .header-side-wrapper .switcher-part, .site-header .header-side-wrapper .phones-part, .site-header .header-side-wrapper .button-part {
  display: none;
  visibility: hidden;
}
@media only screen and (min-width: 1024px) {
  .site-header .header-side-wrapper {
    gap: 0.5rem;
    margin-left: 0px;
  }
  .site-header .header-side-wrapper .switcher-part, .site-header .header-side-wrapper .phones-part, .site-header .header-side-wrapper .button-part {
    display: block;
    visibility: visible;
  }
}
@media only screen and (min-width: 1200px) {
  .site-header .header-side-wrapper {
    gap: 0.75rem;
  }
}
.site-header .dropdown-list.custom-lang-dropdown, .site-header .dropdown-list.header-contacts-list {
  background-color: #FFFFFF;
  border-radius: 0.75rem;
  padding: 0.5rem;
  min-height: 2.5rem;
}
@media only screen and (min-width: 1200px) {
  .site-header .dropdown-list.custom-lang-dropdown, .site-header .dropdown-list.header-contacts-list {
    padding: 0.75rem;
    min-height: 3rem;
    border-radius: 1rem;
  }
}
.site-header .dropdown-list.custom-lang-dropdown .list-item, .site-header .dropdown-list.header-contacts-list .list-item {
  text-transform: uppercase;
}
.site-header .dropdown-list.custom-lang-dropdown .list-item.current, .site-header .dropdown-list.header-contacts-list .list-item.current {
  font-weight: 700;
}
.site-header .button-part .btn.header__btn {
  font-size: 0.75rem;
  padding: 0.75rem 1rem;
}
@media only screen and (min-width: 1200px) {
  .site-header .button-part .btn.header__btn {
    padding: 1rem 1.25rem;
    font-size: 0.875rem;
  }
}
.site-header .search-part .search__btn {
  padding: 0.75rem;
  width: 2.5rem;
  height: 2.5rem;
  display: inline-block;
  transition: 0.25s;
  opacity: 1;
  border-radius: 0.75rem;
  background-color: #252525;
}
.site-header .search-part .search__btn svg {
  fill: #FFFFFF;
}
.site-header .search-part .search__btn:hover {
  background-color: #508F41;
}
@media only screen and (min-width: 1200px) {
  .site-header .search-part .search__btn {
    width: 3rem;
    height: 3rem;
    padding: 1rem;
    border-radius: 1rem;
  }
}
.site-header .mob-nav-btn-wrapper {
  display: block;
  visibility: visible;
  margin-left: 0px;
}
@media only screen and (min-width: 1024px) {
  .site-header .mob-nav-btn-wrapper {
    display: none;
    visibility: hidden;
  }
}
.site-header .btn-mob-nav {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  position: relative;
  visibility: visible;
  top: 0px;
  left: 0px;
  width: 30px;
  height: 30px;
  cursor: pointer;
  z-index: 1;
  margin: 1px;
}
.site-header .btn-mob-nav span {
  z-index: 5;
  display: block;
}
.site-header .btn-mob-nav span::before, .site-header .btn-mob-nav span::after {
  content: " ";
  position: absolute;
  z-index: -1;
  display: block;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  z-index: 5;
}
.site-header .btn-mob-nav > span, .site-header .btn-mob-nav > span::before, .site-header .btn-mob-nav > span::after {
  width: 100%;
  height: 2px;
  background-color: #FFFFFF;
  left: 0px;
}
.site-header .btn-mob-nav > span::before {
  top: 7px;
}
.site-header .btn-mob-nav > span::after {
  top: 21px;
}
@media only screen and (min-width: 1024px) {
  .site-header .btn-mob-nav {
    display: none;
    visibility: hidden;
  }
}
.site-header .mobile-navigation-wrapper {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  visibility: visible;
  justify-content: flex-start;
  position: fixed;
  top: 56px;
  left: 0px;
  width: 100vw;
  height: calc(100vh - 56px);
  height: calc(100dvh - 56px);
  z-index: 998;
  padding: 1.5rem 0.75rem;
  background-color: #080E3B;
  color: #FFFFFF;
  transform: translateX(100vw);
  transition: 0.5s;
}
@media only screen and (min-width: 1024px) {
  .site-header .mobile-navigation-wrapper {
    display: none;
    visibility: hidden;
  }
}
.site-header .mobile-navigation-wrapper .mobile-site-navigation, .site-header .mobile-navigation-wrapper .mobile-site-navigation-widgets {
  width: 100%;
  max-width: 480px;
  margin: 0px auto 2rem;
}
.site-header .mobile-navigation-wrapper .mobile-site-navigation {
  max-height: 100%;
  overflow: hidden auto;
}
.site-header .mobile-navigation-wrapper .mobile-navigation {
  width: 100%;
  max-height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
}
.site-header .mobile-navigation-wrapper .menu {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin: 0px auto;
}
.site-header .mobile-navigation-wrapper .menu .menu-item {
  width: 100%;
  text-align: left;
  margin: 0px;
  padding: 0px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  column-gap: 1.25rem;
  align-items: center;
  border-bottom: 1px solid #1F2D0B;
}
.site-header .mobile-navigation-wrapper .menu .menu-item a {
  width: max-content;
  width: fit-content;
  flex: 1;
  margin: 0px;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1;
  padding: 1rem 0rem;
  color: #FFFFFF;
}
.site-header .mobile-navigation-wrapper .menu .menu-item.menu-item-has-children > a {
  margin-right: 1rem;
}
.site-header .mobile-navigation-wrapper .menu .menu-item.menu-item-has-children .sub-menu-toggle {
  padding: 0px !important;
  border: none !important;
  border-radius: 0px !important;
  outline: none !important;
  background-color: transparent !important;
  width: 1.5rem;
  height: 1.5rem;
  display: inline-block;
  position: relative;
  font-size: 1.75rem;
  line-height: 1rem;
  top: 0.625rem;
  right: 0;
  transition: 0.25s;
}
.site-header .mobile-navigation-wrapper .menu .menu-item.menu-item-has-children.open-sub-nav .sub-menu-toggle {
  transform: translateY(-45%) rotate(-90deg);
}
.site-header .mobile-navigation-wrapper .menu .menu-item.menu-item-has-children.open-sub-nav .sub-menu {
  max-height: 500vh;
  opacity: 1;
  padding: 1rem;
}
.site-header .mobile-navigation-wrapper .menu .menu-item .sub-menu {
  position: relative;
  top: auto;
  max-height: 0px;
  background-color: #FFFFFF;
  border-radius: 1.5rem;
  opacity: 0;
  padding: 0px;
}
.site-header .mobile-navigation-wrapper .menu .menu-item .sub-menu > .menu-item {
  width: 100%;
}
.site-header .mobile-navigation-wrapper .menu .menu-item .sub-menu > .menu-item a {
  color: #0D2451;
}
.site-header .mobile-navigation-wrapper .menu .menu-item .sub-menu > .menu-item a .menu-item-img-wrapper {
  height: auto;
  max-height: 80px;
}
.site-header .mobile-navigation-wrapper .menu > .menu-item:not(.menu-item-has-children) {
  position: relative;
}
.site-header .mobile-navigation-wrapper .menu > .menu-item:not(.menu-item-has-children)::after {
  content: " ";
  position: absolute;
  z-index: -1;
  display: block;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  content: "›";
  width: 1.25rem;
  height: 1.5rem;
  font-size: 1.75rem;
  line-height: 1rem;
  top: 0.625rem;
  right: 0;
  text-align: center;
}
.site-header .mobile-navigation-wrapper .mobile-site-navigation-widgets {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  padding: 0px;
  margin-top: auto;
}
.site-header .mobile-navigation-wrapper .mobile-site-navigation-widgets .button-part {
  text-align: center;
}
.site-header .mobile-navigation-wrapper .mobile-site-navigation-widgets .switcher-part .lang-switcher {
  list-style: none;
  padding: 0px;
  margin: 0px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  gap: 0.5rem;
}
.site-header .mobile-navigation-wrapper .mobile-site-navigation-widgets .switcher-part .lang-switcher .lang-item {
  padding: 0px;
  margin: 0px;
}
.site-header .mobile-navigation-wrapper .mobile-site-navigation-widgets .switcher-part .lang-switcher .lang-item a {
  font-size: 0.875rem;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 600;
  opacity: 0.7;
  color: #FFFFFF;
}
.site-header .mobile-navigation-wrapper .mobile-site-navigation-widgets .switcher-part .lang-switcher .lang-item a:hover {
  opacity: 1;
}
.site-header .mobile-navigation-wrapper .mobile-site-navigation-widgets .switcher-part .lang-switcher .lang-item.current-lang a {
  opacity: 1;
}
.site-header .mobile-navigation-wrapper .mobile-site-navigation-widgets .phones-part .dropdown-list {
  border: 1px solid #E0DFDF;
  border-radius: 0.25rem;
}
.site-header .mobile-navigation-wrapper .mobile-site-navigation-widgets .phones-part .dropdown-list .list-item {
  font-size: 0.875rem;
}

/* transparent header */
.new-page-transp-header .site-header {
  background-color: transparent;
}

/* fix header */
.scrolled .site-header {
  background-color: #080E3B;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.25);
}
.scrolled .site-header .header-container {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media only screen and (min-width: 1200px) {
  .scrolled .site-header .header-container {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
}
@media only screen and (min-width: 1400px) {
  .scrolled .site-header .header-container {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}

/* open-navbar */
body.open-navbar {
  overflow: hidden !important;
}
body.open-navbar .site-header {
  background-color: #080E3B;
}
body.open-navbar .site-header .mobile-navigation-wrapper {
  transform: translateX(0vw);
}
body.open-navbar .site-header .btn-mob-nav span {
  max-width: 0px;
}
body.open-navbar .site-header .btn-mob-nav span::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 14px;
}
body.open-navbar .site-header .btn-mob-nav span::after {
  top: 14px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/*--------------------------------------------------------------
## FOOTER
--------------------------------------------------------------*/
.site-footer {
  font-family: "Mulish", sans-serif;
  padding: 3.75rem 0px 2rem;
  background: #040C3D;
  color: #FFFFFF;
  width: 100%;
  max-width: none !important;
  font-size: 0.875rem;
  position: relative;
  overflow: hidden;
  z-index: 0;
}
.site-footer a:not(.btn) {
  color: #FFFFFF;
}
.site-footer::before {
  content: " ";
  position: absolute;
  z-index: -1;
  display: block;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  width: 100%;
  height: 100%;
  background-image: url(../images/footer-bg.png);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: auto;
  opacity: 0.75;
  z-index: 1;
}
.site-footer .footer-container {
  position: relative;
  z-index: 10;
}
@media only screen and (min-width: 1400px) {
  .site-footer .footer-container {
    max-width: 1680px;
  }
}
.site-footer .footer-container.bottom-part {
  padding-top: 1.5rem;
}
.site-footer .footer-container.bottom-part::before {
  content: " ";
  position: absolute;
  z-index: -1;
  display: block;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  width: calc(100% - 1.5rem);
  height: 1px;
  background-color: #597D69;
  z-index: 1;
  border-radius: 2px;
  top: 0px;
  left: 0.75rem;
}
.site-footer .footer-container.bottom-part > .row {
  flex-direction: column-reverse;
  gap: 0.75rem;
}
@media only screen and (min-width: 1024px) {
  .site-footer .footer-container.bottom-part > .row {
    flex-direction: row;
    gap: 0px;
  }
}
.site-footer .ft-sub-column {
  margin-bottom: 1.5rem;
}
.site-footer .widget {
  margin-bottom: 1.5rem;
}
.site-footer .widget .widget-title {
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  position: relative;
  cursor: pointer;
}
.site-footer .widget .widget-title::after {
  content: " ";
  position: absolute;
  z-index: -1;
  display: block;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  bottom: 0px;
  left: 0px;
  width: 45px;
  height: 4px;
  background: linear-gradient(55deg, #64B053 41.37%, #9BCA58 85.27%);
  border-radius: 8px;
}
.site-footer .menu .menu-item {
  padding: 0px;
  margin: 0px 0px 0.25rem;
}
@media only screen and (min-width: 768px) {
  .site-footer .menu .menu-item {
    margin: 0px 0px 0.5rem;
  }
}
@media only screen and (min-width: 1024px) {
  .site-footer .menu .menu-item {
    margin: 0px 0px 0.75rem;
  }
}
.site-footer .menu a {
  font-weight: 400;
  color: #FFFFFF;
  cursor: pointer;
}
.site-footer .menu a:hover {
  color: #64B053;
}
.site-footer .ft-widget {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0.75rem;
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
}
.site-footer .ft-widget .icon-part {
  width: 3rem;
  height: 3rem;
  min-width: 3rem;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 1px solid #64B053;
}
.site-footer .ft-widget .icon-part .icon {
  max-width: 1.25rem;
  max-height: 1.25rem;
  color: #FFFFFF;
}
.site-footer .ft-widget .icon-part .icon path {
  fill: #FFFFFF;
}
.site-footer .ft-widget .info-part, .site-footer .ft-widget .contacts-list {
  flex: 1;
}
.site-footer .ft-widget .contacts-list .list-item {
  margin-bottom: 0.5rem;
}
.site-footer .ft-widget .contacts-list .list-item a.link-part {
  color: #FFFFFF;
}
.site-footer .ft-widget .fix-break a {
  display: block;
}
.site-footer .social-list {
  margin: 1.5rem 0px;
}
.site-footer .social-list .list-item .item-icon {
  filter: invert(1);
}
.site-footer .ft-column {
  margin-bottom: 1.25rem;
}
.site-footer .ft-column.ft-column-1 {
  margin-bottom: 2.5rem;
}
.site-footer .ft-column.ft-column-1 a {
  text-decoration: underline;
}
.site-footer .ft-column.ft-column-1 a:hover {
  color: #64B053;
}
.site-footer .ft-column.ft-column-1 .logo-part {
  margin-bottom: 1.5rem;
}
.site-footer .ft-column.ft-column-1 .logo-part a:hover {
  opacity: 0.75;
}
.site-footer .ft-column.ft-column-1 .logo-part img, .site-footer .ft-column.ft-column-1 .logo-part svg {
  max-width: 250px;
  max-height: 36px;
}
.site-footer .ft-column.ft-column-1 .widget_text {
  margin-bottom: 1.5rem;
}
.site-footer .copy-part {
  font-weight: 600;
}
.site-footer .poly-part .menu {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  gap: 0.25rem;
}
@media only screen and (min-width: 768px) {
  .site-footer .poly-part .menu {
    gap: 0.25rem 1rem;
  }
}
@media only screen and (min-width: 1024px) {
  .site-footer .poly-part .menu {
    flex-direction: row;
    gap: 0.75rem 1.5rem;
    justify-content: flex-end;
    align-items: center;
  }
}
@media only screen and (min-width: 1200px) {
  .site-footer .poly-part .menu {
    gap: 0.75rem 2rem;
  }
}
@media only screen and (min-width: 1400px) {
  .site-footer .poly-part .menu {
    gap: 0.75rem 3rem;
  }
}
.site-footer .poly-part .menu .menu-item {
  margin-bottom: 0px;
}
.site-footer .poly-part .menu .menu-item a {
  font-weight: 600;
}

@media only screen and (max-width: 1023px) {
  #bingc-phone-button.bingc-show {
    bottom: 10% !important;
  }
}

/*--------------------------------------------------------------
## HOME PAGE
--------------------------------------------------------------*/
.home {
  font-family: "Mulish", sans-serif;
}
.section-testimonials {
  padding: 3rem 0px;
}
.section-testimonials .testimonials__title {
  margin-bottom: 2rem;
}
.testimonials-slider {
  position: relative;
}
.testimonials-slider .testimonials-slider-wrapper {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  position: relative;
}
.testimonials-slider .testimonials-slider-wrapper.slick-initialized .slick-list {
  margin: 0 -0.75rem;
}
.testimonials-slider .testimonials-slider-wrapper.slick-initialized .slick-list .slick-slide {
  margin: 0 0.75rem;
  height: unset;
}
.testimonials-slider .testimonials-slider-wrapper.slick-initialized .slick-track {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
}
.testimonials-slider .testimonials-slider-wrapper.slick-initialized .slick-arrow {
  top: calc(50% - 1.25rem);
}
.testimonials-slider .testimonials-slider-wrapper.slick-initialized .testimonial-item-wrapper {
  height: 100%;
}
.testimonials-slider .testimonial-item {
  position: relative;
  margin-bottom: 1.25rem;
}
.testimonials-slider .testimonial-item .testimonial-item-wrapper {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  gap: 1rem;
}
@media only screen and (max-width: 767px) {
  .testimonials-slider .testimonial-item .testimonial-item-wrapper {
    flex-direction: column;
    align-items: center;
  }
}
.testimonials-slider .testimonial-item .content-part {
  border: 2px solid #64B053;
  border-radius: 1rem;
  position: relative;
  flex: 1;
  padding: 1rem;
  display: flex;
  flex-direction: row;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .testimonials-slider .testimonial-item .content-part {
    width: 100%;
  }
}
.testimonials-slider .testimonial-item .content-part .part-inner {
  text-align: justify;
  line-height: 1.25;
  max-height: 260px;
  overflow-x: hidden;
  overflow-y: auto;
}
.testimonials-slider .testimonial-item .content-part::before, .testimonials-slider .testimonial-item .content-part::after {
  left: 100%;
  top: 50px;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
@media only screen and (max-width: 767px) {
  .testimonials-slider .testimonial-item .content-part::before, .testimonials-slider .testimonial-item .content-part::after {
    display: none;
  }
}
.testimonials-slider .testimonial-item .content-part::before {
  border-color: transparent;
  border-left-color: #64B053;
  border-width: 13px 0 13px 17px;
  margin-top: 0px;
}
.testimonials-slider .testimonial-item .content-part::after {
  border-color: transparent;
  border-left-color: transparent;
  border-width: 13px 0 13px 17px;
}
.testimonials-slider .testimonial-item .person-part {
  position: relative;
  width: 180px;
  padding: 0.75rem;
}
@media only screen and (max-width: 767px) {
  .testimonials-slider .testimonial-item .person-part {
    width: 100%;
  }
}
.testimonials-slider .testimonial-item .person-part .part-inner {
  width: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  text-align: center;
  gap: 0.5rem;
  line-height: 1.2;
}
.testimonials-slider .testimonial-item .person-part .person-photo {
  width: 120px;
  height: 120px;
  border: 2px solid #64B053;
  overflow: hidden;
  border-radius: 50%;
  position: relative;
  line-height: 1;
}
.testimonials-slider .testimonial-item .person-part .person-photo .photo-img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
}
.testimonials-slider .testimonial-item .person-part .person-name {
  font-size: 1rem;
  font-weight: 700;
}
.testimonials-slider .testimonial-item .person-part .person-company_name {
  font-size: 0.875rem;
}
.testimonials-slider .testimonial-item .person-part .person-designation {
  font-size: 0.75rem;
}

.home {
  background-color: #FBFBFB;
}

.lates-news-parent-wrapper {
  background-size: auto 90%;
  background-position: left -15% center !important;
}

/* about us */
.about-us-parent-wrapper {
  background-size: auto 90%;
}

.rounded-image img {
  border-radius: 2rem;
}

.custom-image-label {
  padding: 1.25rem;
  background: linear-gradient(90deg, #0B2650 0%, #00173A 100%);
  color: #FFFFFF;
  border-radius: 2rem;
  overflow: hidden;
  max-width: 320px;
  font-family: "Mulish", sans-serif;
  line-height: 1.35;
  font-weight: 500;
  gap: 0.75rem;
}
@media only screen and (min-width: 1400px) {
  .custom-image-label {
    padding: 1.5rem;
  }
}
.custom-image-label .elementor-widget-image {
  line-height: 1;
}
.custom-image-label .elementor-widget-heading {
  flex: 1;
}
.custom-image-label .elementor-heading-title {
  line-height: 1.35;
}
.custom-image-label.type-second .elementor-widget-image {
  width: 3.5rem;
  min-width: 3.5rem;
  height: auto;
}
.custom-image-label.type-second .elementor-widget-heading {
  opacity: 0.85;
}

/* new-section-contact-us */
.home .site-header .mobile-navigation-wrapper .mobile-site-navigation-widgets .switcher-part .lang-switcher .lang-item.lang-item-bg, .home .site-header .mobile-navigation-wrapper .mobile-site-navigation-widgets .switcher-part .lang-switcher .lang-item.lang-item-ro, .home .site-header .mobile-navigation-wrapper .mobile-site-navigation-widgets .switcher-part .lang-switcher .lang-item.lang-item-sr {
  display: none;
  visibility: hidden;
  touch-action: none;
  pointer-events: none;
}
.home .site-header .dropdown-list.custom-lang-dropdown .list-item[title=bg], .home .site-header .dropdown-list.custom-lang-dropdown .list-item[title=ro], .home .site-header .dropdown-list.custom-lang-dropdown .list-item[title=sr] {
  display: none;
  visibility: hidden;
  touch-action: none;
  pointer-events: none;
}

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# GENERAL
--------------------------------------------------------------*/
body {
  font-family: "Mulish", sans-serif;
  background-color: #FFFFFF;
}

.page-header .entry-title, .site-footer .footer-inner, .site-footer:not(.dynamic-footer), .site-header .header-inner, .site-header:not(.dynamic-header), body:not([class*=elementor-page-]) .site-main {
  max-width: 100% !important;
  padding-right: 0px !important;
  padding-left: 0px !important;
}

.main-wrapper {
  padding-top: 64px;
  min-height: 50vh;
  min-height: 50dvh;
}
@media only screen and (min-width: 1024px) {
  .main-wrapper {
    padding-top: 72px;
  }
}
@media only screen and (min-width: 1200px) {
  .main-wrapper {
    padding-top: 88px;
  }
}
@media only screen and (min-width: 1400px) {
  .main-wrapper {
    padding-top: 96px;
  }
}

.elementor-widget-text-editor .elementor-widget-container > *:last-child {
  margin-bottom: 0px;
}

.new-page-remove-toppad .main-wrapper {
  padding-top: 0px !important;
}

/*--------------------------------------------------------------
# PAGES
--------------------------------------------------------------*/
/* social list */
.social-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  transition: 0.25s;
  margin-bottom: 0px;
  width: 100%;
  gap: 0.875rem;
}
.social-list .list-item {
  margin: 0px;
  line-height: 1;
  opacity: 1;
  transition: 0.25s;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
}
.social-list .list-item .item-icon {
  width: auto;
  height: auto;
  max-width: 24px;
  max-height: 24px;
  color: #000000;
  transition: 0.25s;
  opacity: 1;
}
.social-list .list-item:hover .item-icon {
  filter: invert(71%) sepia(6%) saturate(3695%) hue-rotate(64deg) brightness(87%) contrast(82%);
  color: #64B053;
}
/* contacts list */
.contacts-list {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin: 0px;
}
.contacts-list .list-item {
  margin: 0px 0px 0.5rem;
  line-height: 1;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
.contacts-list .list-item .link-part {
  font-size: 0.875rem;
  line-height: 1.35;
  opacity: 1;
  transition: 0.25s;
  color: #0D2451;
}
.contacts-list .list-item .link-part:hover {
  color: #080E3B;
}

/* list-new-style */
ul.list-new-style {
  list-style: none;
}
ul.list-new-style li {
  padding-left: 1.75rem;
  margin-bottom: 0.5rem;
  position: relative;
}
ul.list-new-style li::marker {
  content: "";
  display: none;
}
ul.list-new-style li::before {
  content: " ";
  position: absolute;
  z-index: -1;
  display: block;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  background-image: url("../images/icon-new-check.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 1;
  width: 1.25rem;
  height: 1.25rem;
  top: 4px;
  left: 0px;
}

/* new-counter-card */
.dark-large-section {
  background-color: #080E3B;
  border-radius: 1.5rem;
  overflow: hidden;
  padding: 1.5rem 0.75rem;
  color: #FFFFFF;
}
@media only screen and (min-width: 768px) {
  .dark-large-section {
    padding: 2rem 1.5rem;
  }
}
@media only screen and (min-width: 1400px) {
  .dark-large-section {
    padding: 2rem 6rem;
  }
}

.new-counter-card {
  gap: 0px;
  padding: 0px !important;
}
.new-counter-card .elementor-icon-wrapper {
  text-align: center !important;
  margin-bottom: 0.25rem;
}
@media only screen and (min-width: 768px) {
  .new-counter-card .elementor-icon-wrapper {
    text-align: left !important;
    margin-bottom: 0.5rem;
  }
}
@media only screen and (min-width: 1024px) {
  .new-counter-card .elementor-icon-wrapper {
    margin-bottom: 0.75rem;
  }
}
@media only screen and (min-width: 1200px) {
  .new-counter-card .elementor-icon-wrapper {
    margin-bottom: 1rem;
  }
}
@media only screen and (min-width: 1400px) {
  .new-counter-card .elementor-icon-wrapper {
    margin-bottom: 1.25rem;
  }
}
.new-counter-card .elementor-counter .elementor-counter-number-wrapper {
  font-size: 2rem;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  justify-content: center;
  margin-bottom: 0.25rem;
}
@media only screen and (min-width: 768px) {
  .new-counter-card .elementor-counter .elementor-counter-number-wrapper {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media only screen and (min-width: 1024px) {
  .new-counter-card .elementor-counter .elementor-counter-number-wrapper {
    margin-bottom: 0.75rem;
  }
}
@media only screen and (min-width: 1200px) {
  .new-counter-card .elementor-counter .elementor-counter-number-wrapper {
    font-size: 2.5rem;
    margin-bottom: 1rem;
  }
}
@media only screen and (min-width: 1400px) {
  .new-counter-card .elementor-counter .elementor-counter-number-wrapper {
    font-size: 3rem;
    margin-bottom: 1.25rem;
  }
}
.new-counter-card .elementor-counter .elementor-counter-number-suffix {
  flex-grow: unset;
}
.new-counter-card .elementor-counter .elementor-counter-title {
  justify-content: center;
  font-size: 1.125rem;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  line-height: 1.1;
}
@media only screen and (min-width: 768px) {
  .new-counter-card .elementor-counter .elementor-counter-title {
    justify-content: flex-start;
  }
}
.new-counter-card .elementor-counter .elementor-counter-number-prefix:empty {
  display: none;
  visibility: hidden;
}
.new-counter-card .elementor-widget-heading > .elementor-widget-container {
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .new-counter-card .elementor-widget-heading > .elementor-widget-container {
    text-align: left;
  }
}

/* new-info-card-wrapper */
.new-info-card-wrapper {
  background-color: #FFFFFF;
  border-radius: 2rem;
  overflow: hidden;
  padding: 0.75rem 1.5rem;
  box-shadow: 7px 7px 25px 7px rgba(215, 215, 215, 0.12);
  gap: 0.5rem;
  position: relative;
  align-items: stretch;
}
.new-info-card-wrapper * {
  color: #173060;
}
@media only screen and (min-width: 768px) {
  .new-info-card-wrapper {
    gap: 1rem;
    padding: 1rem 1.5rem;
  }
}
@media only screen and (min-width: 1200px) {
  .new-info-card-wrapper {
    gap: 2rem;
  }
}
@media only screen and (min-width: 1400px) {
  .new-info-card-wrapper {
    gap: 4rem;
    padding: 0rem 2rem;
  }
}

.inside-info-card {
  padding: 0.25rem 0px;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row !important;
  gap: 0.5rem;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .inside-info-card {
    gap: 0.75rem;
    padding: 1rem 0px;
  }
}
@media only screen and (min-width: 1024px) {
  .inside-info-card {
    gap: 1rem;
    padding: 2rem 0px;
  }
}
@media only screen and (min-width: 1400px) {
  .inside-info-card {
    gap: 1.75rem;
    padding: 3.5rem 0px;
  }
}
.inside-info-card::after {
  content: " ";
  position: absolute;
  z-index: -1;
  display: block;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  display: none;
  z-index: 1;
  width: 1px;
  height: calc(100% - 2.5rem);
  position: absolute;
  top: 1.25rem;
  right: -1rem;
  background-color: #EFEFEF;
}
@media only screen and (min-width: 1024px) {
  .inside-info-card::after {
    display: block;
  }
}
@media only screen and (min-width: 1400px) {
  .inside-info-card::after {
    right: -2rem;
  }
}
.inside-info-card:last-child::after {
  display: none;
}
.inside-info-card .elementor-widget-icon {
  width: 3.5rem;
  min-width: 3.5rem;
  line-height: 1;
}
.inside-info-card .elementor-widget-icon * {
  line-height: 1;
}
.inside-info-card .elementor-heading-title {
  line-height: 1.25;
}
.inside-info-card .elementor-widget-heading {
  flex: 1;
}
.inside-info-card .elementor-widget-heading .elementor-heading-title {
  line-height: 1.35;
  font-size: 0.875rem;
  font-weight: 500;
}

/*contact-item-ib */
.contact-item-ib {
  padding: 0px;
}
.contact-item-ib .elementor-widget-heading {
  flex: 1;
}
.contact-item-ib a:hover {
  color: #508F41;
}

.new-section-contact-us .dark-large-section {
  padding-top: 2rem;
  padding-bottom: 1.5rem;
}
@media only screen and (min-width: 768px) {
  .new-section-contact-us .dark-large-section {
    padding-top: 3rem;
    padding-bottom: 2rem;
  }
}
@media only screen and (min-width: 1400px) {
  .new-section-contact-us .dark-large-section {
    padding-top: 6rem;
    padding-bottom: 4rem;
  }
}

/*--------------------------------------------------------------
## Widgets
--------------------------------------------------------------*/
.dropdown-list {
  position: relative;
  display: inline-block;
}
.dropdown-list .list-item {
  position: relative;
  display: block;
  width: 100%;
  padding: 0.5rem 0.75rem;
  font-size: 0.75rem;
  line-height: 1;
  color: #0D2451;
  font-weight: 400;
  white-space: nowrap;
  background-color: transparent;
  transition: 0.25s;
}
.dropdown-list .list-item.current {
  padding: 0.3125rem 1.25rem 0.3125rem 0.5rem;
}
@media only screen and (min-width: 1200px) {
  .dropdown-list .list-item {
    padding: 0.5rem 0.5rem;
    font-size: 0.875rem;
  }
}
.dropdown-list .dropdown-toggle {
  font-weight: 600;
  font-size: 1.125rem;
  transform: translateY(-48%) rotate(90deg);
  line-height: 0.75rem;
  width: 1rem;
  height: 1rem;
  text-align: center;
  position: absolute;
  top: 45%;
  right: 0px;
}
@media only screen and (min-width: 1200px) {
  .dropdown-list .dropdown-toggle {
    font-size: 1.25rem;
    transform: translateY(-43%) rotate(90deg);
  }
}
.dropdown-list .dropdown-toggle::after {
  display: none;
}
.dropdown-list .dropdown-menu {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  position: absolute;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  border-radius: 0.75rem;
  z-index: 5;
  background: #FFFFFF;
  top: calc(100% - 1px);
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: 0.25s;
  padding: 0.375rem 0px;
  width: 100%;
  min-width: unset;
  text-align: center;
}
@media only screen and (min-width: 1200px) {
  .dropdown-list .dropdown-menu {
    padding: 0.5rem 0px;
    border-radius: 1rem;
  }
}
.dropdown-list .dropdown-menu .list-item:hover {
  background-color: rgba(100, 176, 83, 0.1);
}
.dropdown-list:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
}

/* widget-custom-card */
.widget-custom-card {
  border-radius: 1.5rem;
  background: #F5F9FF;
  box-shadow: 7px 7px 25px 7px rgba(215, 215, 215, 0.12);
  padding: 0.75rem 0.75rem 2rem;
  width: 100%;
  height: 100%;
}
.widget-custom-card .custom-card__inner {
  overflow: hidden;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0.5rem;
}
@media only screen and (min-width: 768px) {
  .widget-custom-card .custom-card__inner {
    gap: 0.75rem;
  }
}
.widget-custom-card .custom-card__image-wrapper {
  width: 100%;
  line-height: 1;
  overflow: hidden;
  border-radius: 1.5rem;
}
.widget-custom-card .custom-card__image-wrapper .custom-card__image {
  width: 100%;
  height: auto;
  max-width: 100%;
}
.widget-custom-card .custom-card__body {
  width: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 0.75rem;
  padding: 0px;
}
@media only screen and (min-width: 768px) {
  .widget-custom-card .custom-card__body {
    padding: 0px 0.75rem;
  }
}
.widget-custom-card .custom-card__body .custom-card__title {
  font-size: 1.5rem;
  margin-bottom: 0px;
}
@media only screen and (min-width: 768px) {
  .widget-custom-card .custom-card__body .custom-card__title {
    font-size: 1.875rem;
  }
}
.widget-custom-card .custom-card__footer {
  width: 100%;
  margin-top: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 0.75rem;
  padding: 0px;
}
@media only screen and (min-width: 768px) {
  .widget-custom-card .custom-card__footer {
    padding: 0px 0.75rem;
  }
}
.widget-custom-card .custom-card__footer .custom-card__extra-icon {
  max-height: 4rem;
  max-width: 4rem;
  line-height: 1;
}

/* widget-custom-latest-news */
.widget-custom-latest-news, .widget-custom-latest-researches {
  padding: 0px !important;
}

.custom-latest-news__header-col, .custom-latest-researches__header-col {
  margin-bottom: 1.5rem;
}
.custom-latest-news__header-col .col-inner, .custom-latest-researches__header-col .col-inner {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 0.75rem;
  padding: 0rem 0.75rem 1.5rem;
}
@media only screen and (min-width: 768px) {
  .custom-latest-news__header-col .col-inner, .custom-latest-researches__header-col .col-inner {
    gap: 2rem;
    padding: 2rem 0.75rem;
  }
}
.custom-latest-news__title, .custom-latest-researches__title {
  margin-bottom: 0px;
}
.custom-latest-news__description, .custom-latest-researches__description {
  font-size: 1.25rem;
  width: 100%;
  max-width: 100%;
}
@media only screen and (min-width: 1024px) {
  .custom-latest-news__description, .custom-latest-researches__description {
    width: 80%;
  }
}

.custom-latest-news__slider .swiper-wrapper, .custom-latest-researches__slider .swiper-wrapper {
  align-items: stretch;
}
.custom-latest-news__slider .swiper-wrapper .swiper-slide, .custom-latest-researches__slider .swiper-wrapper .swiper-slide {
  height: auto;
}

.custom-news-card, .custom-research-card {
  overflow: hidden;
  border-radius: 2rem;
  background-color: #080E3B;
  background: linear-gradient(90deg, #0B2650 0%, #00173A 100%);
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  position: relative;
  cursor: pointer;
  height: 100%;
}
.custom-news-card__image-wrap, .custom-research-card__image-wrap {
  width: 100%;
  overflow: hidden;
  line-height: 1;
  border-radius: 2rem;
}
.custom-news-card__image, .custom-research-card__image {
  width: 100%;
  height: auto;
  aspect-ratio: 16/10;
  object-fit: cover;
  object-position: center;
}
.custom-news-card__badge, .custom-research-card__badge {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 120px;
  position: absolute;
}
.custom-news-card__arrow-btn, .custom-research-card__arrow-btn {
  position: absolute;
  z-index: 5;
  top: 1.25rem;
  right: 1.25rem;
}
.custom-news-card__arrow-btn svg *, .custom-research-card__arrow-btn svg * {
  stroke: #64B053;
}
.custom-news-card__body, .custom-research-card__body {
  padding: 1.25rem;
  color: #FFFFFF;
  width: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  gap: 1rem;
  flex: 1;
}
.custom-news-card__date, .custom-research-card__date {
  font-size: 0.75rem;
}
.custom-news-card__title, .custom-research-card__title {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.25;
  margin-bottom: 0px;
}
.custom-news-card__excerpt, .custom-research-card__excerpt {
  font-size: 0.875rem;
  line-height: 1.25;
  opacity: 0.85;
}
.custom-news-card__footer, .custom-research-card__footer {
  margin-top: auto;
  padding-top: 1.5rem;
}
.custom-news-card:hover .custom-news-card__arrow-btn svg, .custom-news-card:hover .custom-news-card__arrow-btn img, .custom-news-card:hover .custom-research-card__arrow-btn svg, .custom-news-card:hover .custom-research-card__arrow-btn img, .custom-research-card:hover .custom-news-card__arrow-btn svg, .custom-research-card:hover .custom-news-card__arrow-btn img, .custom-research-card:hover .custom-research-card__arrow-btn svg, .custom-research-card:hover .custom-research-card__arrow-btn img {
  transform: translate(4px, -4px);
}

.custom-carousel-nav {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  gap: 0.75rem;
  width: min-content;
  width: fit-content;
}
.custom-carousel-nav .custom-carousel-pagination {
  min-width: 3rem;
  text-align: center;
  font-size: 0.875rem;
  font-family: "Inter", sans-serif;
}
.custom-carousel-nav .custom-carousel-pagination .swiper-pagination-current {
  font-weight: 700;
}

/* research */
.custom-latest-researches__header {
  margin-bottom: 1rem;
}
@media only screen and (min-width: 768px) {
  .custom-latest-researches__header {
    margin-bottom: 2rem;
  }
}
@media only screen and (min-width: 1200px) {
  .custom-latest-researches__header {
    margin-bottom: 3rem;
  }
}
.custom-latest-researches__header-right {
  text-align: right;
}
.custom-latest-researches__bottom-nav {
  width: 100% !important;
  margin-top: 2.5rem;
}
.custom-latest-researches__bottom-nav .custom-carousel-pagination {
  width: fit-content;
  width: min-content;
}

.custom-research-card__image {
  aspect-ratio: 1/1;
  object-position: top center;
}

/* widget-custom-label-card */
.custom-label-card {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  border-radius: 2rem;
  overflow: hidden;
  background: #FFFFFF;
  box-shadow: 7px 7px 25px 7px rgba(215, 215, 215, 0.12);
  position: relative;
  width: min-content;
  width: fit-content;
}
.custom-label-card__accent {
  position: absolute;
  width: 1rem;
  height: 100%;
  top: 0px;
  left: 0px;
  background-color: #B0E3B3;
}
.custom-label-card__inner {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0.5rem;
  padding: 0.75rem 1rem 0.75rem 2rem;
}
@media only screen and (min-width: 768px) {
  .custom-label-card__inner {
    flex-direction: row;
    align-items: center;
    gap: 1.5rem;
    padding: 1.5rem 2rem 1.5rem 2.5rem;
  }
}
@media only screen and (min-width: 1400px) {
  .custom-label-card__inner {
    gap: 2rem;
    padding: 1.75rem 3rem 1.75rem 2.25rem;
  }
}
.custom-label-card__icon-wrap {
  width: 3.5rem;
  min-width: 3.5rem;
  height: 3.5rem;
  text-align: center;
}
.custom-label-card__content:has(.custom-label-card__description) .custom-label-card__title {
  margin-bottom: 0.5rem;
}
.custom-label-card__title {
  font-size: 1rem;
  line-height: 1.25;
  font-family: "Mulish", sans-serif;
  color: #173060;
  margin-bottom: 0px;
}
@media only screen and (min-width: 768px) {
  .custom-label-card__title {
    font-size: 1.125rem;
  }
}
@media only screen and (min-width: 1024px) {
  .custom-label-card__title {
    font-size: 1.25rem;
  }
}
.custom-label-card__description {
  font-family: "Inter", sans-serif;
  font-size: 0.875rem;
}
@media only screen and (min-width: 768px) {
  .custom-label-card__description {
    font-size: 1rem;
  }
}

/* widget-contact-us-banner */
.widget-contact-us-banner {
  border-radius: 2rem;
  background: rgba(110, 168, 255, 0.08);
  padding: 1.5rem;
  margin: 1.25rem 0px;
  background-image: url(../images/bg-favicon.png);
  background-repeat: no-repeat;
  background-position: left 74% center;
  background-size: 110px auto;
}
@media only screen and (min-width: 1400px) {
  .widget-contact-us-banner {
    padding: 2.25rem;
    background-position: left 70% center;
  }
}

.contact-us-banner__inner {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 1.5rem;
}
@media only screen and (min-width: 1400px) {
  .contact-us-banner__inner {
    gap: 2rem;
  }
}
.contact-us-banner__icon-badge {
  width: 3.5rem;
  min-width: 3.5rem;
  height: 3.5rem;
}
.contact-us-banner__content {
  margin-right: auto;
}
.contact-us-banner__title {
  font-family: "Mulish", sans-serif;
  line-height: 1.25;
  font-weight: 600;
  margin-bottom: 0.5rem;
}

/* widget-dark-icon-card */
.widget-dark-icon-card {
  height: 100%;
}

.dark-icon-card {
  padding: 1rem;
  background: linear-gradient(90deg, #0B2650 0%, #00173A 100%);
  color: #FFFFFF;
  border-radius: 2rem;
  overflow: hidden;
  max-width: 480px;
  line-height: 1.25;
  font-weight: 500;
  gap: 0.75rem;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
}
@media only screen and (min-width: 1400px) {
  .dark-icon-card {
    padding: 1.5rem;
  }
}
.dark-icon-card__inner {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  gap: 0.75rem;
  flex: 1;
}
@media only screen and (min-width: 1400px) {
  .dark-icon-card__inner {
    gap: 1.25rem;
  }
}
.dark-icon-card__icon-wrap {
  width: 3.5rem;
  min-width: 3.5rem;
  height: 3.5rem;
}
.dark-icon-card__content {
  flex: 1;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 0.5rem;
}
.dark-icon-card__title {
  font-weight: 500;
  margin-bottom: 0px;
}
.dark-icon-card__description {
  font-size: 0.875rem;
  font-weight: 500;
}
.dark-icon-card__arrow-wrap {
  width: 100%;
  text-align: right;
  line-height: 1;
  margin-top: auto;
}
.dark-icon-card__arrow-wrap svg {
  width: 1rem;
  transition: 0.25s;
  transform: translate(0px, 0px);
}
.dark-icon-card__arrow-wrap svg * {
  stroke: #64B053 !important;
}
.dark-icon-card:hover {
  color: #FFFFFF;
}
.dark-icon-card:hover .dark-icon-card__arrow-wrap svg {
  transform: translate(4px, 0px);
}

/* clients-carousel */
.clients-carousel__item {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  padding: 0.75rem;
  height: 100%;
}
.clients-carousel .swiper-wrapper {
  align-items: stretch;
}
.clients-carousel .swiper-wrapper .swiper-slide {
  height: auto;
}

/*--------------------------------------------------------------
## SINGLE POST
--------------------------------------------------------------*/
.single {
  font-family: "Mulish", sans-serif;
}

/*--------------------------------------------------------------
## OTHER PAGES
--------------------------------------------------------------*/
/* 404 */
.error404 {
  color: #0D2451;
}
.error404 .page-content {
  padding-top: 40px;
  padding-bottom: 80px;
  text-align: center;
}

/* entry-content */
.entry-content ol, .entry-content ul, section.single-news ol, section.single-news ul {
  padding-left: 1.25rem;
}
.entry-content ul, section.single-news ul {
  list-style: disc;
}
.entry-content ul li::before, section.single-news ul li::before {
  display: none !important;
}
.entry-content ul li::marker, section.single-news ul li::marker {
  color: #64B053;
}

/* page content */
/* lightbox */
.dialog-lightbox-widget .elementor-slideshow__footer {
  display: none;
  visibility: hidden;
}

/* slick */
.slick-initialized {
  padding: 0px 2rem;
}
.slick-initialized .slick-list {
  z-index: 1;
}
.slick-initialized .slick-arrow {
  width: 1.5rem;
  height: 1.5rem;
  border: 2px solid #64B053;
  background-color: #64B053;
  color: #FFFFFF;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  line-height: 1;
  z-index: 5;
  position: absolute;
  top: calc(50% - 0.75rem);
  box-shadow: 0 0 10px rgba(26, 26, 26, 0.1);
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1;
  padding-bottom: 0.25rem;
  outline: none !important;
  outline-width: 0px;
}
.slick-initialized .slick-arrow.slick-prev {
  left: 0px;
}
.slick-initialized .slick-arrow.slick-next {
  right: 0px;
}
.slick-initialized .slick-arrow:hover {
  color: #080E3B;
  border-color: #080E3B;
  background-color: #FFFFFF;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  top: calc(50% - 80px);
}
.swiper-button-next::after, .swiper-button-prev::after {
  font-size: 1.25rem;
  font-weight: 700;
  color: #FFFFFF;
}
.swiper-button-next:hover::after, .swiper-button-prev:hover::after {
  color: #64B053;
}
.swiper-button-next:has(svg) svg, .swiper-button-next:has(svg) img, .swiper-button-next:has(img) svg, .swiper-button-next:has(img) img, .swiper-button-prev:has(svg) svg, .swiper-button-prev:has(svg) img, .swiper-button-prev:has(img) svg, .swiper-button-prev:has(img) img {
  max-width: 18px;
  max-height: 18px;
  width: auto;
  height: auto;
}
.swiper-button-next:has(svg)::after, .swiper-button-next:has(img)::after, .swiper-button-prev:has(svg)::after, .swiper-button-prev:has(img)::after {
  display: none;
}

.swiper-button-prev {
  left: -100px;
}

.swiper-button-next {
  right: -100px;
}

.single-analytic__tab-link:hover {
  color: #FFFFFF;
}

.about-heading__btn, .conference-heading__btns a {
  white-space: nowrap;
}

.modal__in {
  top: 110px;
  transform: translate(-50%, 0px);
}
.modal__in .modal__close {
  top: 0px;
  right: 0px;
}

/* Elemntor widgets */
.custom-quote {
  margin: 0.75rem 0px;
  padding-left: 0.5rem;
  border-left: 3px solid #080E3B;
}
.custom-quote .quote-wrapper {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0.75rem;
}
.custom-quote .img-part {
  max-width: 120px;
  margin-bottom: 0.5rem;
}
.custom-quote .img-part img {
  width: 120px;
  height: 120px;
  object-fit: cover;
  object-position: center;
  border-radius: 50%;
  border: 2px solid #080E3B;
}
@media only screen and (max-width: 767px) {
  .custom-quote .img-part {
    max-width: 80px;
  }
  .custom-quote .img-part img {
    width: 80px;
    height: 80px;
  }
}
.custom-quote .content-part {
  flex: 1;
}
.custom-quote .quote-title {
  color: #080E3B;
  margin-bottom: 0.5rem;
}
blockquote {
  margin: 0.75rem 0px;
  padding-left: 0.5rem;
  border-left: 3px solid #080E3B;
}

/* get bonus report */
#bonusReportModal .title-inner {
  font-size: 16px;
}

.btn.bonus-report__btn {
  transform: rotate(-90deg);
  transform-origin: left bottom;
  left: 40px;
  bottom: 20vh;
  position: fixed;
  border-radius: 0px 0px 0.5rem 0.5rem;
  padding: 0.75rem 1rem;
  z-index: 995;
}

.wpcf7-form .container {
  margin-bottom: 0.5rem !important;
  text-align: left;
}
.wpcf7-form .container .field > label {
  margin-bottom: 0.25rem !important;
  font-size: 14px;
}
.wpcf7-form .container .field.checkbox {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  font-size: 12px;
}
.wpcf7-form .container .field.checkbox .wpcf7-checkbox {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
}
.wpcf7-form .container .field.checkbox .wpcf7-checkbox input[type=checkbox] {
  accent-color: #64B053;
}
.wpcf7-form .container .wpcf7-submit {
  margin-top: 1rem;
}

/* page share */
.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.page-template-page-share .site-main {
  padding-top: 20px;
}
.page-template-page-share .share-page-wrapper {
  margin: 0px auto;
}
.page-template-page-share .share-page-wrapper .content-wrapper {
  width: 100%;
  padding: 1.5rem;
  background-color: #f9f8f8;
  border: 2px solid #d1d1d1;
  border-radius: 1.5rem;
  text-align: center;
  align-items: center;
  row-gap: 1.5rem;
}
@media only screen and (max-width: 767px) {
  .page-template-page-share .share-page-wrapper .content-wrapper {
    padding: 0.75rem;
  }
}
.page-template-page-share .share-page-wrapper .share-description {
  margin-bottom: 1.25rem;
}
.page-template-page-share .share-page-wrapper .share-image {
  line-height: 1;
  position: relative;
  width: 360px;
  max-width: 100%;
  margin: 0px auto 1.25rem;
}
.page-template-page-share .share-page-wrapper .share-image img {
  border: 1px solid #d1d1d1;
  border-radius: 0.75rem;
}
.page-template-page-share .share-page-wrapper .share-post {
  margin-bottom: 0.5rem;
}
.page-template-page-share .share-page-wrapper .share-email-under-text a {
  font-weight: 600;
}
.page-template-page-share .share-page-wrapper .load-share-image {
  width: 2rem;
  height: 2rem;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  padding: 0.25rem;
  border-radius: 0.25rem;
  background-color: #64B053;
  color: white;
  position: absolute;
  z-index: 10;
  bottom: 0.5rem;
  right: 0.5rem;
  border: 2px solid #FFFFFF;
}
.page-template-page-share .share-page-wrapper .load-share-image svg {
  fill: #FFFFFF;
}
.page-template-page-share .share-page-wrapper .load-share-image svg path {
  transition: 0.25s;
  fill: #FFFFFF;
}
.page-template-page-share .share-page-wrapper .load-share-image:hover {
  background-color: #080E3B;
}
.page-template-page-share .share-page-wrapper .share-post-wrapper {
  position: relative;
  line-height: 1;
}
.page-template-page-share .share-page-wrapper .share-post-wrapper label {
  font-weight: 600;
  margin-bottom: 0.75rem;
}
.page-template-page-share .share-page-wrapper .share-buttons {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  flex-wrap: wrap;
  margin: 1.25rem auto;
}
@media only screen and (max-width: 767px) {
  .page-template-page-share .share-page-wrapper .share-buttons {
    flex-direction: column;
  }
}
.page-template-page-share .share-page-wrapper .share-buttons .share-btn, .page-template-page-share .share-page-wrapper .share-buttons .addtoany_shortcode > .a2a_kit > a {
  min-width: 120px;
  min-height: 48px;
  padding: 0.5rem 1rem;
  margin: 0px;
  border-radius: 0.25rem;
  background-color: #080E3B;
  color: #FFFFFF;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  flex-wrap: nowrap;
  font-weight: 600;
  transition: 0.25s;
  flex: 1;
  white-space: nowrap;
}
.page-template-page-share .share-page-wrapper .share-buttons .share-btn:hover, .page-template-page-share .share-page-wrapper .share-buttons .addtoany_shortcode > .a2a_kit > a:hover {
  background-color: #64B053;
}
@media only screen and (max-width: 767px) {
  .page-template-page-share .share-page-wrapper .share-buttons .share-btn, .page-template-page-share .share-page-wrapper .share-buttons .addtoany_shortcode > .a2a_kit > a {
    width: 100%;
  }
}
.page-template-page-share .share-page-wrapper .share-buttons .addtoany_shortcode {
  flex: 1;
}
@media only screen and (max-width: 767px) {
  .page-template-page-share .share-page-wrapper .share-buttons .addtoany_shortcode {
    width: 100%;
  }
}
.page-template-page-share .share-page-wrapper .share-buttons .share-btn span {
  order: 10;
}
.page-template-page-share .share-page-wrapper .share-buttons .share-btn img, .page-template-page-share .share-page-wrapper .share-buttons .share-btn svg {
  max-width: 1.5rem;
  max-height: 1.5rem;
}
.page-template-page-share .share-page-wrapper .share-buttons .share-btn svg {
  fill: #FFFFFF;
}
.page-template-page-share .share-page-wrapper .share-buttons .share-btn svg path {
  fill: #FFFFFF;
}
.page-template-page-share .share-page-wrapper .share-buttons .share-btn.type-copy.copied {
  background-color: #64B053;
}
.page-template-page-share .share-page-wrapper .share-buttons .addtoany_shortcode {
  line-height: 1 !important;
}
.page-template-page-share .share-page-wrapper .share-buttons .addtoany_shortcode .a2a_kit {
  line-height: 1 !important;
  width: 100%;
}
.page-template-page-share .share-page-wrapper .share-buttons .addtoany_shortcode a .a2a_svg {
  background-color: transparent !important;
}
.page-template-page-share .share-page-wrapper .share-buttons .addtoany_shortcode a .a2a_label {
  position: relative !important;
  clip-path: none;
  -webkit-clip-path: none;
  overflow: hidden;
  height: auto;
  width: auto;
}
.page-template-page-share .share-page-wrapper .share-buttons .addtoany_shortcode a:hover span {
  opacity: 1 !important;
}
.page-template-page-share .share-content-inner {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  min-height: 700px;
}
.page-template-page-share .tab-content {
  margin-bottom: 2.5rem;
}
.page-template-page-share .share-nav-title {
  margin-top: auto;
  margin-bottom: 0px;
}
.page-template-page-share .nav-pills {
  list-style: none;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}
.page-template-page-share .nav-pills .nav-link {
  width: 2rem;
  height: 2rem;
  border: none;
  outline: none;
  border-radius: 0.25rem;
  background-color: #64B053;
  transition: 0.25s;
}
.page-template-page-share .nav-pills .nav-link:hover, .page-template-page-share .nav-pills .nav-link.active {
  background-color: #080E3B;
}

/*--------------------------------------------------------------
## News
--------------------------------------------------------------*/
.home-news {
  font-family: "Mulish", sans-serif;
  padding: 1.5rem 0px 4.5rem;
}
.home-news .home-news__container {
  display: block;
  position: relative;
}
.home-news .home-news__container > .row {
  align-items: stretch;
}
.home-news .home-news__side {
  position: relative;
  margin-bottom: 1.5rem;
}
.home-news .home-news__side .home-news__sub-container {
  height: 100%;
}
.home-news .home-news__side .home-news__sub-container a:hover {
  color: inherit;
}
.home-news .home-news__side .news-detail {
  border-radius: 0.5rem;
  color: #0D2451;
  position: relative;
  box-shadow: 0 0 30px rgba(26, 26, 26, 0.1);
}
.home-news .home-news__side .news-detail .news-detail__side_img {
  aspect-ratio: 3/2;
  padding-bottom: 0px;
  min-height: 90px;
  border-radius: 0.5rem;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.home-news .home-news__side .news-detail .news-detail__side_img .news-detail__img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
}
.home-news .home-news__side .news-detail .news-detail__side_content {
  padding: 1rem;
  position: relative;
  width: 100%;
}
.home-news .home-news__side .news-detail .news-detail__side_content .news-detail__date {
  font-size: 0.875rem;
  line-height: 1.2;
  opacity: 0.5;
  margin: 0px 0px 0.5rem;
}
.home-news .home-news__side .news-detail .news-detail__side_content .news-detail__title {
  font-size: 1rem;
  line-height: 1.2;
  margin: 0px 0px 0.5rem;
  transition: 0.25s;
}
.home-news .home-news__side .news-detail .news-detail__side_content .news-detail__desc {
  font-size: 0.875rem;
  line-height: 1.2;
  text-align: justify;
  max-height: 5.25rem;
  overflow: hidden;
}
.home-news .home-news__side .news-detail .news-detail__side_content .news-detail__desc p {
  text-align: justify;
}
@media only screen and (min-width: 992px) {
  .home-news .home-news__side .news-detail .news-detail__side_content .news-detail__desc {
    max-height: unset;
  }
}
.home-news .home-news__side .news-detail:hover .news-detail__title {
  text-decoration: none;
  color: #080E3B;
}
.home-news .home-news__side.side-left {
  display: block;
}
.home-news .home-news__side.side-left .home-news__detail-items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
  height: 100%;
}
@media only screen and (max-width: 767px) {
  .home-news .home-news__side.side-left .home-news__detail-items {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media only screen and (min-width: 992px) {
  .home-news .home-news__side.side-left .home-news__detail-items {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (min-width: 992px) {
  .home-news .home-news__side.side-left .home-news__detail-items .news-detail.home-news__item-0 {
    grid-column: 1/4;
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: auto;
  }
  .home-news .home-news__side.side-left .home-news__detail-items .news-detail.home-news__item-0 .news-detail__side_img {
    max-width: calc(50% + 0.5rem);
  }
  .home-news .home-news__side.side-left .home-news__detail-items .news-detail.home-news__item-0 .news-detail__side_content {
    margin: 1.25rem 1.5rem 1.25rem 0.75rem;
    padding: 0px;
    flex: 1;
    aspect-ratio: 3/2;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .home-news .home-news__side.side-left .home-news__detail-items .news-detail.home-news__item-0 .news-detail__side_content .news-detail__title {
    font-size: 1.25rem;
  }
}
.home-news .home-news__side.side-left .home-news__detail-items.slick-initialized {
  grid-template-columns: repeat(1, 1fr);
  padding: 0px;
}
.home-news .home-news__side.side-left .home-news__detail-items.slick-initialized .slick-list {
  margin: 0 -1rem;
}
.home-news .home-news__side.side-left .home-news__detail-items.slick-initialized .slick-list .slick-track {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
}
.home-news .home-news__side.side-left .home-news__detail-items.slick-initialized .slick-list .slick-track .slick-slide {
  height: unset;
  box-shadow: none;
  margin: 0px 1rem 1rem;
  box-shadow: 0 0 30px rgba(26, 26, 26, 0.1);
}
.home-news .home-news__side.side-left .home-news__detail-items.slick-initialized .slick-dots {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  margin-top: 0px;
}
.home-news .home-news__side.side-left .home-news__detail-items.slick-initialized .slick-dots li {
  padding: 0px;
  margin: 0px;
  line-height: 1;
}
.home-news .home-news__side.side-left .home-news__detail-items.slick-initialized .slick-dots li button {
  font-size: 0px;
  line-height: 1;
  color: transparent;
  border: 1px solid #64B053;
  background-color: #FFFFFF;
  width: 0.75rem;
  height: 0.75rem;
  border-radius: 100%;
}
.home-news .home-news__side.side-left .home-news__detail-items.slick-initialized .slick-dots li button:hover {
  border-color: #080E3B;
  background-color: #080E3B;
  opacity: 0.75;
}
.home-news .home-news__side.side-left .home-news__detail-items.slick-initialized .slick-dots li.slick-active button {
  border-color: #080E3B;
  background-color: #080E3B;
}
.home-news .home-news__side.side-right {
  display: block;
  box-shadow: none;
  border-radius: 0px;
  padding: 0 calc(var(--bs-gutter-x) * .5);
}
.home-news .home-news__side.side-right .home-news__sub-container {
  height: 100%;
  background-color: #FFFFFF;
  box-shadow: 0 0 30px rgba(26, 26, 26, 0.1);
  border-radius: 0.5rem;
  padding: 0 1rem;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
.home-news .home-news__side.side-right .home-news__sub-container .home-news__item--short {
  padding: 1.25rem 0px;
  display: block;
  position: relative;
  box-shadow: none;
  border-radius: 0px;
  border-bottom: 1px solid rgba(26, 26, 26, 0.1);
  width: 100%;
}
.home-news .home-news__side.side-right .home-news__sub-container .home-news__item--short .news-detail__date {
  font-size: 0.875rem;
  line-height: 1.2;
  opacity: 0.5;
  margin-bottom: 0.5rem;
}
.home-news .home-news__side.side-right .home-news__sub-container .home-news__item--short .news-detail__title {
  margin: 0px;
  font-size: 1rem;
  line-height: 1.2;
  transition: 0.25s;
}
.home-news .home-news__side.side-right .home-news__sub-container .home-news__item--short:hover .news-detail__title {
  text-decoration: none;
  color: #080E3B;
}
.home-news .home-news__side.side-right .home-news__sub-container .home-news__item--short:last-child {
  border-bottom: none;
}
.home-news .home-news__side.side-right .all-news-row {
  text-align: center;
  margin-top: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  gap: 0.75rem;
}

.news-item__own {
  position: absolute;
  left: 16px;
  top: 16px;
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  color: #fff;
  padding: 6px 8px;
  border-radius: 6px;
  background: #64b053;
  z-index: 5;
}

.paid-news-label {
  position: absolute;
  right: 16px;
  top: 16px;
  width: 8%;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 6px;
  background-image: url(../images/icons/lock.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  z-index: 5;
}

.news-detail__side_img, .news-item__img-wr {
  line-height: 1;
}
.news-detail__side_img .news-detail__img, .news-detail__side_img .news-item__img, .news-detail__side_img .single-news__img, .news-item__img-wr .news-detail__img, .news-item__img-wr .news-item__img, .news-item__img-wr .single-news__img {
  width: 100%;
}
.news-detail__side_img.add-filling::before, .news-item__img-wr.add-filling::before {
  content: "";
  background-color: #011B3C;
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  border-radius: 8px;
}
.news-detail__side_img.add-filling .news-detail__img, .news-detail__side_img.add-filling .news-item__img, .news-detail__side_img.add-filling .single-news__img, .news-item__img-wr.add-filling .news-detail__img, .news-item__img-wr.add-filling .news-item__img, .news-item__img-wr.add-filling .single-news__img {
  opacity: 0.2;
  z-index: 1;
}

.news__items .news__item .news-item__img-wr {
  aspect-ratio: 3/2;
  padding-bottom: 0px;
  padding-top: 0px;
  min-height: 50px;
}
.news__items .news__item .news-item__img-wr .news-item__img {
  aspect-ratio: 3/2;
  object-fit: cover;
}
.news__items .news__item .news-item__content {
  padding: 1rem;
}
.news__items .news__item .news-item__title {
  line-height: 1.2;
}

.news-tags-list a:first-child {
  margin-left: 0.5rem;
}

/*--------------------------------------------------------------
## Conference
--------------------------------------------------------------*/
.single-conference .modal__in {
  top: 140px;
}
.single-conference .conference-heading__btns {
  display: flex;
  flex-direction: row;
}

.conference-menu {
  background: #1a1a1a;
  position: fixed;
  left: 0;
  width: 100%;
  z-index: 9990;
  top: 64px;
}
@media only screen and (min-width: 1024px) {
  .conference-menu {
    top: 72px;
  }
}
@media only screen and (min-width: 1200px) {
  .conference-menu {
    top: 88px;
  }
}
@media only screen and (min-width: 1400px) {
  .conference-menu {
    top: 96px;
  }
}
.conference-menu + .conference-menu.old-menu {
  display: none !important;
  visibility: hidden !important;
}

.conference-menu__wrapper {
  padding: 0.5rem 0;
}

.conference-menu__link {
  font-weight: 600;
  color: #fff;
  display: block;
  padding: 6px 10px;
  font-size: 14px;
  line-height: 1.2;
  transition: 0.5s cubic-bezier(0.42, 1.03, 0.22, 1) 0s;
  border-radius: 6px;
  white-space: nowrap;
}
.conference-menu__link:hover {
  color: #64B053;
}

.conference-menu__link--active {
  background: rgba(100, 176, 83, 0.2);
  color: #64B053;
}

.conference-menu__link--reg {
  color: #64B053;
}
.conference-menu__link--reg:hover {
  background: rgba(100, 176, 83, 0.2);
}

.conference-menu__list {
  display: flex;
  justify-content: flex-start;
  margin: 0px;
  padding: 0px;
  gap: 0.5rem;
  max-width: 100%;
  overflow: auto hidden;
}
.conference-menu__list li {
  margin: 0px;
  padding: 0px;
}

.conf-nav-btn {
  display: none;
  visibility: hidden;
  transition: 0.5s;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  border-radius: 6px;
  color: #36c244;
  border: 1px solid #36c244;
  box-shadow: 6px 6px 8px rgba(173, 173, 173, 0.1);
  position: absolute;
  top: 12px;
  right: 15px;
  line-height: 1;
  font-size: 30px;
  padding-bottom: 6px;
  background-color: transparent;
  transform: rotate(0deg);
}

.conference-menu__wrapper.open .conf-nav-btn,
.research__tabs.open .conf-nav-btn {
  transform: rotate(90deg);
  background-color: #36c244;
  color: #ffffff;
}

@media (max-width: 1024px) {
  .conference-menu {
    background-color: #f9f8f8 !important;
    border-bottom: 1px solid #ebebeb;
    top: 56px;
  }

  .conference-menu__container {
    position: relative;
    height: 56px !important;
    padding: 0px !important;
  }

  .conference-menu__wrapper,
.research__tabs {
    position: relative !important;
    width: 100% !important;
    top: 0px !important;
    left: 0px !important;
    padding: 0px !important;
    flex-basis: auto !important;
  }

  .conference-menu__wrapper::after,
.research__tabs::after {
    display: none;
    visibility: hidden;
  }

  .conf-nav-btn {
    display: flex;
    visibility: visible;
  }

  .conference-menu__list,
.research__tabs-list {
    margin: 0px !important;
    padding: 0px;
    display: flex !important;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 0px !important;
    max-height: 56px;
    overflow: hidden !important;
    transition: 0.5s;
    gap: 0px;
  }

  .conference-menu__wrapper.open .conference-menu__list,
.research__tabs.open .research__tabs-list {
    max-height: 100vh;
    overflow-y: auto !important;
  }

  .conference-menu__item,
.list--tab__tab {
    margin: 0px !important;
    margin-right: 0px !important;
    order: 5;
    background-color: #ffffff;
    width: 100%;
    border-bottom: 1px solid #ebebeb;
    min-height: 52px;
  }

  .conference-menu__item:first-child,
.list--tab__tab:first-child {
    margin-left: 0;
  }

  .conference-menu__item.current {
    order: 1;
    height: 40px;
    margin-top: 12px !important;
    margin-bottom: 12px !important;
    min-height: auto;
    background-color: transparent;
    border-color: transparent;
  }

  .open .conference-menu__item.current {
    margin-bottom: 5px !important;
  }

  .list--tab__tab.current {
    order: 1;
    height: 40px;
    margin-top: 12px !important;
    margin-bottom: 12px !important;
    min-height: auto;
    background-color: transparent;
    border-color: transparent;
  }

  .conference-menu__item.register-item:not(.current) {
    background-color: #36c244;
  }
  .conference-menu__item.register-item:not(.current) .conference-menu__link {
    color: #ffffff !important;
  }
  .conference-menu__item.register-item:not(.current) .conference-menu__link::after {
    filter: invert(1);
  }

  .conference-menu__link {
    white-space: nowrap;
    color: #1a1a1a !important;
    padding: 14px 28px !important;
    position: relative;
    width: 100%;
  }

  .list--tab__tab-link {
    white-space: nowrap;
    color: #1a1a1a !important;
    padding: 14px 28px !important;
    position: relative;
    width: 100%;
    padding: 14px 14px !important;
  }

  .conference-menu__link--active,
.list--tab__tab-link--active {
    background-color: transparent !important;
  }

  .conference-menu__item.current .conference-menu__link,
.list--tab__tab.current .list--tab__tab-link {
    text-transform: uppercase;
    padding: 8px 15px !important;
    font-weight: 700;
    pointer-events: none;
    touch-action: none;
  }

  .list--tab__tab-link::after {
    content: "";
    display: block;
    position: absolute;
    width: 11px;
    height: 7px;
    margin-top: -1px;
    top: calc(50% + 2px);
    transform: translateY(-50%) rotate(-90deg);
    right: 30px;
    background: 50% 50%/contain no-repeat url(/wp-content/themes/hello-elementor-child/assets/svg/arrow-down.svg);
  }

  .conference-menu__item.current .conference-menu__link::after,
.list--tab__tab.current .list--tab__tab-link::after {
    display: none;
    visibility: hidden;
  }
}
@media (max-width: 575px) {
  .conference-heading__btns {
    display: flex;
    flex-direction: column;
  }

  .conference-menu__item.current .conference-menu__link {
    padding: 8px 28px !important;
  }

  .list--tab__tab.current .list--tab__tab-link {
    padding: 8px 28px !important;
    padding: 8px 14px !important;
  }

  .conf-nav-btn {
    right: 30px;
  }

  .research__tabs .conf-nav-btn,
.list--tab__tab-link::after {
    right: 15px;
  }

  .conference-reg__tabs {
    margin-top: 77px !important;
  }
}
/* heading */
.conference-heading__location {
  font-weight: 700;
}

/* gallery */
.main-wrapper > .gallery {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.main-wrapper > .gallery .gallery__photo_wp {
  gap: 0.75rem 0px;
}

.fancybox__container {
  z-index: 9999 !important;
}

/* speackers */
.speaker_modal .modal__in-xl {
  display: flex;
  transform: translate(-50%, calc(-50% + 70px));
  max-height: calc(100vh - 140px);
  overflow-x: hidden;
  overflow-y: auto;
}
@media only screen and (max-width: 1023px) {
  .speaker_modal .modal__in-xl {
    flex-direction: column;
    max-height: calc(100vh - 100px);
    transform: translate(-50%, calc(-50% + 50px));
  }
}
.speaker_modal .modal__close {
  top: 0px !important;
  right: 0px;
}

/*--------------------------------------------------------------
## AgriHoldings
--------------------------------------------------------------*/
.single-agri_holdings {
  font-family: "Mulish", sans-serif;
}

.news-item__content .ag-description {
  font-size: 14px;
  color: grey;
  line-height: 1.25;
  margin-bottom: 0.5rem;
}