body > header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  padding: 20px 0;
}
body > header:before {
  position: absolute;
  content: "";
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.5) 56%, rgba(0, 0, 0, 0) 100%);
  left: 0;
  right: 0;
  top: 0;
  height: 140px;
}
body > header ul {
  list-style: none;
}
body > header .sppb-row-container {
  z-index: 100;
  position: relative;
}
body > header .sppb-row-container nav ul {
  gap: 25px;
}
body > header .sppb-row-container nav ul a {
  font-size: 16px;
  font-weight: 700;
  color: var(--white);
}
body > header .sppb-row-container nav ul a:hover {
  color: var(--main-color);
}
body > header .sppb-row-container nav ul .active a {
  color: var(--main-color);
}
body > header .sppb-row-container nav ul .parent > ul {
  display: none;
}
body > header .sppb-row-container .rightside .mod-menu {
  gap: 12px;
  display: flex;
  align-items: center;
}
body > header .sppb-row-container .rightside .mod-menu li {
  display: flex;
  align-items: center;
}
body > header .sppb-row-container .rightside .mod-menu a {
  font-size: 0;
}
body > header .sppb-row-container .rightside .mod-menu a span {
  font-size: 14px;
  height: 24px;
  border-radius: 100%;
  min-width: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--dark);
  background-color: var(--white);
  transition: all 200ms linear;
}
body > header .sppb-row-container .rightside .mod-menu a:hover span {
  background-color: var(--main-color);
  color: var(--white);
}
body > header .sppb-row-container .rightside .break {
  margin: 0 21px;
  height: 28px;
  min-width: 2px;
  border-radius: 3px;
  background-color: var(--main-color);
}
body > header .sppb-row-container .rightside .lang .actual {
  font-size: 15px;
  font-weight: 700;
  color: var(--white);
  display: flex;
  gap: 7px;
}
body > header .sppb-row-container .rightside .lang .actual i {
  font-size: 14px;
  align-items: center;
  display: flex;
}

body:not(.home) > header:before {
  display: none;
}
body:not(.home) > header .wave-container {
  top: -50px;
}
body:not(.home) .headerInit {
  position: relative;
}
body:not(.home) .headerInit:before {
  height: 300px;
  position: absolute;
  content: "";
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.5) 56%, rgba(0, 0, 0, 0) 100%);
  left: 0;
  right: 0;
  top: 0;
  z-index: 1;
}
body:not(.home) .headerInit h1 {
  color: var(--white);
  font-size: 42px;
  line-height: 1em;
}
body:not(.home) .headerInit .mod-breadcrumbs {
  list-style: none;
  margin-top: 12px;
  font-size: 13px;
  padding-left: 1px;
}
body:not(.home) .headerInit .mod-breadcrumbs:before {
  font-family: var(--icons);
  content: "\e0fe";
  margin: 0 8px 0 0;
  position: relative;
  color: var(--main-color);
}
body:not(.home) .headerInit .mod-breadcrumbs a {
  color: var(--white);
}
body:not(.home) .headerInit .mod-breadcrumbs li + li:before {
  content: "/";
  margin: 0 8px;
  color: var(--dark);
  opacity: 0.7;
}
body:not(.home) .headerInit .mod-breadcrumbs span {
  color: var(--white);
  opacity: 0.5;
}

body > section {
  padding-bottom: 180px;
}
body > section .sppb-addon-video.movie {
  overflow: hidden;
  border-radius: 20px;
}
body > section .sppb-addon-video.movie .sppb-addon-video-local-video-wrap,
body > section .sppb-addon-video.movie video {
  height: 373px;
}
body > section .sppb-addon-video.movie .sppb-addon-video-local-video-wrap {
  padding-top: 0;
}
body > section .sppb-addon-video.movie .video-cover {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  flex-direction: column;
  gap: 2px;
  font-size: 18px;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 20px;
  position: relative;
}
body > section .sppb-addon-video.movie .video-cover:before {
  content: "";
  position: absolute;
  background-color: var(--dark);
  opacity: 0.3;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
body > section .sppb-addon-video.movie .video-cover i {
  font-size: 64px;
  color: var(--white);
  position: relative;
  z-index: 10;
}
body > section .sppb-addon-video.movie .video-cover span {
  position: relative;
  z-index: 10;
  color: var(--white);
  font-size: 14px;
}
body > section .sppb-addon-video.movie .video-cover:hover i {
  opacity: 0.8;
}
body > section .ba-field-container:has(.ba-form-acceptance-html) {
  margin: 0 0 10px;
}
body > section .ba-field-container:has(.ba-form-acceptance-html) .ba-form-acceptance-html p {
  font-size: 12px;
  line-height: 1.6em;
  margin-top: 5px;
}
body > section .wave-containerRiver {
  position: absolute;
  top: 20%;
  left: 0;
  right: 0;
  overflow: hidden;
  height: 2500px;
  display: flex;
  justify-content: center;
  align-items: center;
}
body > section .wave-containerRiver svg {
  max-width: 110dvw;
  transform: scale(2);
  opacity: 0.3;
}
body > section .catCategory {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
  list-style: none;
  margin-bottom: 70px;
  flex-wrap: wrap;
}
body > section .catCategory li {
  flex: 1 1 150px;
  max-width: 200px;
}
body > section .catCategory li a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0px;
  border-radius: 20px;
  border: 1px solid var(--cc);
  padding: 0 15px;
  height: 100px;
  flex-direction: column;
  color: var(--dark);
  font-size: 15px;
  font-weight: 700;
}
body > section .catCategory li a span {
  font-size: 25px;
  color: var(--main-color);
}
body > section .catCategory li a:hover {
  border-color: var(--grey);
}
body > section .catCategory li.current a {
  background-color: var(--dark);
  border-color: var(--dark);
  color: var(--white);
}
body > section .textBox ul.mod-menu {
  align-items: flex-start;
  background-color: var(--dark);
  padding: 20px;
  border-radius: 20px;
}
body > section .textBox ul.mod-menu > li > a {
  font-weight: 700;
  font-size: 15px !important;
  line-height: 1.5;
}
body > section .textBox ul.mod-menu > li.current > a {
  color: var(--main-color);
}
body > section .textBox ul.mod-menu li {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
body > section .textBox ul.mod-menu li a {
  flex: auto;
  width: 150px;
  height: 56px;
  display: flex;
  align-items: center;
  font-size: 14px;
  color: var(--white);
  position: relative;
}
body > section .textBox ul.mod-menu li a span {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  max-width: 52%;
}
body > section .textBox ul.mod-menu li + li {
  border-top: 1px solid #2c385e;
  padding-top: 5px;
  margin-top: 5px;
}
body > section .textBox ul.mod-menu li.activeSub + li {
  border-top: none;
}
body > section .textBox ul.mod-menu li ul {
  opacity: 0;
  max-height: 0;
  pointer-events: none;
  width: 100%;
}
body > section .textBox ul.mod-menu li ul li a {
  padding: 10px 0;
  display: block;
  font-size: 14px;
  color: var(--white);
}
body > section .textBox ul.mod-menu li ul li.current a {
  font-weight: 700;
}
body > section .textBox ul.mod-menu li ul li.current > a {
  color: var(--main-color);
}
body > section .textBox ul.mod-menu li.deeper .readMore {
  min-width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border-radius: 20px;
}
body > section .textBox ul.mod-menu li.deeper .readMore:before {
  content: "\e090";
  font-family: var(--icons);
  font-size: 16px;
  color: var(--white);
}
body > section .textBox ul.mod-menu li.deeper.activeSub .readMore {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  min-width: 40px;
  border: none;
  background: #0f162c;
  border-radius: 20px;
  height: 40px;
}
body > section .textBox ul.mod-menu li.deeper.activeSub .readMore:before {
  content: "\e0f1";
  transform: rotate(180deg);
}
body > section .textBox ul.mod-menu li.deeper.activeSub > ul {
  max-height: 1500px;
  opacity: 1;
  pointer-events: all;
  width: 100%;
  background: rgba(19, 26, 49, 0.7);
  border-radius: 10px;
  padding: 10px 15px;
}
body > section .textBox ul.mod-menu li.deeper.activeSub > ul a {
  height: auto;
  opacity: 0.9;
}
body > section .articlesboxpage .list .item {
  display: flex;
  gap: 60px;
}
body > section .articlesboxpage .list .item > * {
  flex: 1 1 300px;
}
body > section .articlesboxpage .list .item .image {
  overflow: hidden;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--cd);
  font-size: 0;
}
body > section .articlesboxpage .list .item .image i {
  color: var(--main-color);
  font-size: 28px;
}
body > section .articlesboxpage .list .item .image img {
  display: block;
}
body > section .articlesboxpage .list .item .image:hover img {
  transform: scale(1.05);
}
body > section .articlesboxpage .list .item .text .category {
  text-transform: uppercase;
  font-weight: 700;
  color: var(--main-color);
  letter-spacing: 1px;
  font-size: 12px;
}
body > section .articlesboxpage .list .item .text h2 {
  margin: 15px 0 30px;
  line-height: 1.3em;
}
body > section .articlesboxpage .list .item .text h2 a {
  color: var(--dark);
  font-size: 28px;
}
body > section .articlesboxpage .list .item .text .shorttext {
  font-size: 16px;
  line-height: 1.8em;
  color: var(--text);
  margin-top: 30px;
}
body > section .articlesboxpage .list .item .text a {
  color: var(--dark);
  border-color: var(--dark);
  margin-top: 30px;
}
body > section .articlesboxpage .list .item .text a:hover {
  color: var(--white);
}
body > section .articlesboxpage .list .item .text h2 a:hover {
  color: var(--dark);
}
body > section .articlesboxpage .list .item + .item {
  margin-top: 20px;
}
body > section .contactList ul {
  list-style: none;
  padding-inline-start: 0 !important;
  margin-top: 10px;
}
body > section .contactList ul li {
  display: flex;
  align-items: center;
  gap: 15px;
}
body > section .contactList ul li i, body > section .contactList ul li em {
  font-size: 0;
  background: linear-gradient(130deg, #3B86BD 0%, #000 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  display: inline-flex;
  align-items: center;
}
body > section .contactList ul li i:before, body > section .contactList ul li em:before {
  font-size: 26px;
  margin: 0 0 0 1px;
  display: inline-flex;
  align-items: center;
}
body > section .contactList ul li p {
  color: var(--main-color);
  font-size: 13px;
  line-height: 1em;
}
body > section .contactList ul li p strong {
  color: var(--dark);
  display: block;
  margin-top: 4px;
  font-weight: 700;
  font-size: 16px;
}
body > section .contactList ul li + li {
  margin-top: 30px;
}
body > section .iconOfferBH i {
  font-size: 40px;
  color: var(--main-color);
  margin-bottom: 10px;
  display: block;
}
body > section .downloadFiles i {
  font-size: 40px;
  color: var(--main-color);
  margin-bottom: 10px;
  display: block;
}
body > section .downloadFiles .sppb-btn-outline {
  min-height: 45px;
  min-width: 160px;
  width: 160px;
  font-size: 14px;
}
body > section .testimonialsBox .addon-root-testimonial-carousel {
  margin: 0 auto;
}
body > section .testimonialsBox .addon-root-testimonial-carousel .sppb-testimonial-carousel-message {
  font-size: 16px;
  line-height: 1.8em;
  color: var(--light);
}
body > section .testimonialsBox .addon-root-testimonial-carousel .sppb-testimonial-carousel-rating::before {
  content: "\f1a9\f1a9\f1a9\f1a9\f1a9";
  font-family: var(--icons);
}
body > section .testimonialsBox .addon-root-testimonial-carousel .sppb-testimonial-carousel-rating:after {
  display: none;
}
body > section .testimonialsBox .addon-root-testimonial-carousel .sppb-testimonial-carousel-content-wrap {
  margin-bottom: 30px;
}
body > section .testimonialsBox .addon-root-testimonial-carousel .sppb-testimonial-carousel-name-designation .sppb-testimonial-carousel-name {
  color: var(--dark);
}
body > section .testimonialsBox .addon-root-testimonial-carousel .sppb-testimonial-carousel-name-designation .sppb-testimonial-carousel-designation {
  font-size: 14px;
  margin-top: 5px;
  text-align: center;
}
body > section > .wave-container {
  height: 650px;
}
body > section > .wave-container svg {
  max-width: 85%;
}

body > .fxContact {
  position: fixed;
  right: 30px;
  bottom: 30px;
  z-index: 10000;
}
body > .fxContact ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  gap: 20px;
}
body > .fxContact ul li {
  border-radius: 30px;
  background-color: var(--main-color);
  justify-content: center;
  align-items: center;
  display: flex;
  height: 48px;
  transition: all 0.2s linear;
  min-width: 48px;
}
body > .fxContact ul li a {
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 100%;
  color: var(--white);
  padding: 0 10px;
}
body > .fxContact ul li a i.fi-rr-phone-call {
  animation: shake 5s infinite ease-in-out;
}
body > .fxContact ul li a span {
  max-width: 0;
  overflow: hidden;
  white-space: nowrap;
  transition: all 0.2s linear;
  font-size: 14px;
}
body > .fxContact ul li a:has(span):hover {
  padding: 0 20px;
}
body > .fxContact ul li a:has(span):hover span {
  max-width: 100%;
  margin-left: 8px;
}
body > .fxContact ul li:hover {
  background-color: var(--dmain-color);
}

body > footer {
  background-color: var(--dark);
  padding: 60px 20px 50px;
      z-index: 1000;
    position: relative;
}
body > footer .top {
  gap: 30px;
}
body > footer .top .mod-menu {
  gap: 12px;
  display: flex;
  align-items: center;
}
body > footer .top .mod-menu li {
  display: flex;
  align-items: center;
}
body > footer .top .mod-menu a {
  font-size: 0;
}
body > footer .top .mod-menu a span {
  font-size: 14px;
  height: 24px;
  border-radius: 100%;
  min-width: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--dark);
  background-color: var(--white);
  transition: all 200ms linear;
}
body > footer .top .mod-menu a:hover span {
  background-color: var(--main-color);
  color: var(--white);
}
body > footer .top .policy {
  gap: 20px;
  list-style: none;
}
body > footer .top .policy a {
  font-size: 14px;
  color: var(--white);
}
body > footer .top .policy a:hover {
  color: var(--main-color);
}
body > footer .bottom {
  justify-content: center;
  margin-top: 30px;
}
body > footer .bottom .author a {
  font-size: 14px;
  color: rgba(238, 243, 245, 0.4);
}
body > footer .bottom .author .break {
  margin: 0 28px;
  height: 30px;
  min-width: 1px;
  background-color: var(--main-color);
  opacity: 0.6;
}
body > footer .bottom .author svg {
  height: 25px;
  margin-right: 10px;
}
body > footer .bottom .author svg * {
  fill: rgba(238, 243, 245, 0.4);
}/*# sourceMappingURL=template.css.map */