/* Fonts and Icons START*/
@font-face {
  font-family: "NotoSans-Regular";
  src: url(../fonts/NotoSans-Regular.ttf);
}
@font-face {
  font-family: "ITCBradleyHandStd";
  src: url(../fonts/ITCBradleyHandStd.ttf);
	src: url('../fonts/itcbradleyhandstd-webfont.woff2') format('woff2'),
         url('../fonts/itcbradleyhandstd-webfont.woff') format('woff');
}
@font-face {
  font-family: "NotoSans-Bold";
  src: url(../fonts/NotoSans-Bold.ttf);
}
/* Fonts and Icons END*/
/* Colors and Fonts START*/
/* Colors and Fonts END*/
/* General style START*/
*,
*::before,
*::after {
  box-sizing: inherit;
  margin: 0;
  padding: 0;
  outline: none;
}

html {
  box-sizing: border-box;
}

a,
a:hover {
  text-decoration: none;
  color: inherit;
}

p,
ul {
  margin: 0;
  padding: 0;
}

ul,
li {
  list-style-type: none;
}

button {
  cursor: pointer;
}

button,
input {
  outline: none;
  border: none;
}

body {
  overflow-x: hidden;
  scroll-behavior: smooth;
  font-family: "NotoSans-Regular";
}
body.overflow-hidden {
  overflow: hidden;
}

.d-none {
  display: none !important;
}

@media (min-width: 991.98px) {
  .d-none-desktop {
    display: none;
  }
}

@media (max-width: 991.98px) {
  .d-none-mobile {
    display: none;
  }
}

p, h2, h1, h3 {
  margin-bottom: 0;
}

.tab-content > .tab-pane {
  display: none;
}

.fade:not(.show) {
  opacity: 0;
}

.fade {
  transition: opacity 0.15s linear;
}

.tab-content > .active {
  display: block;
}

.desk-height {
  min-height: 812px;
}

.centerize {
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
}

.flex {
  display: flex;
}

.block {
  display: block;
}

/* General style END*/
/* Header START*/
header {
  position: sticky;
  top: 0;
  z-index: 9;
}
header .scroll-imgchange img:first-child {
  display: none;
}
header .scroll-imgchange img:last-child {
  display: inherit !important;
}
header .scroll-imgchange li:first-child {
  display: none;
}
header .scroll-imgchange li:last-child {
  display: inherit !important;
}
header .headerbar {
  background: #ffffff;
  align-items: center;
  display: flex;
  padding: 15px 0;
  transition: 0.4s ease-in-out;
  -webkit-transition: 0.4s ease-in-out;
  -moz-transition: 0.4s ease-in-out;
  -ms-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
}
header .headerbar nav {
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  flex-wrap: unset;
}
@media (min-width: 991.98px) {
  header .headerbar nav .main-nav-toggle {
    flex: 1;
  }
	header .headerbar nav .main-nav-toggle ul {
		flex-wrap: wrap;
	}
}
header .headerbar nav .main-nav-toggle ul {
  column-gap: 20px;
	row-gap: 5px;
}
header .headerbar nav .main-nav-toggle ul li {
  color: #151414;
  transition: 0.4s ease-in-out;
  font-size: 14px;
  -webkit-transition: 0.4s ease-in-out;
  -moz-transition: 0.4s ease-in-out;
  -ms-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
}
header .headerbar .collapsing {
  position: relative;
  overflow: hidden;
  height: 0;
  transition: height 0.35s ease;
}
header .headerbar .logo_header {
  z-index: 3;
}
header .headerbar .logo_header li {
  height: 40px;
  max-width: 170px;
}
header .headerbar .logo_header li img {
  width: 100%;
  height: 100% !important;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: left;
  object-position: left;
}
@media (min-width: 991.98px) {
  header .headerbar .logo_header li {
    min-width: 160px;
  }
  header .headerbar .logo_header li:last-child {
    display: none;
  }
}
@media (max-width: 991.98px) {
  header .headerbar .logo_header li:first-child {
    display: none;
  }
}

.shadow-header {
  box-shadow: 0px 10px 16px rgba(26, 26, 46, 0.062745098);
  transition: 0.4s ease-in-out;
  -webkit-transition: 0.4s ease-in-out;
  -moz-transition: 0.4s ease-in-out;
  -ms-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
}

.scroll-headerchange {
  transition: 0.4s ease-in-out;
  -webkit-transition: 0.4s ease-in-out;
  -moz-transition: 0.4s ease-in-out;
  -ms-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  padding: 10px 0 !important;
  box-shadow: 0px 10px 16px rgba(26, 26, 46, 0.062745098);
}

@media (min-width: 991.98px) {
  .scroll-navchange li {
    transition: 0.4s ease-in-out;
    -webkit-transition: 0.4s ease-in-out;
    -moz-transition: 0.4s ease-in-out;
    -ms-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
  }
}

.scroll-hamburger {
  top: 15px !important;
  transition: 0.4s ease-in-out;
  -webkit-transition: 0.4s ease-in-out;
  -moz-transition: 0.4s ease-in-out;
  -ms-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
}

/* Header END*/
/* Header STANDARD*/
.standard-header #navbarNav {
  justify-content: center;
}

.header-navmenu-custom {
  position: relative;
}
.header-navmenu-custom #navbarNav {
  position: fixed;
  background: white;
  width: 0%;
  right: 0px;
  z-index: 99;
  transition: all 0.2s ease 0s;
  height: 100% !important;
  align-items: center;
  display: flex;
  justify-content: center;
  text-align: center;
  transform: translateX(75px);
  transition: cubic-bezier(0.6, 0.04, 0.98, 0.335) ease;
}
.header-navmenu-custom .navbar-collapse.show {
  width: 400px !important;
  transition: 0.4s ease;
  transform: translateX(0px) !important;
}
@media (max-width: 575.98px) {
  .header-navmenu-custom .navbar-collapse.show {
    width: 320px !important;
  }
}
@media (max-width: 470px) {
  .header-navmenu-custom .navbar-collapse.show {
    width: 260px !important;
  }
}
.header-navmenu-custom .navbar-toggler {
  position: fixed;
  z-index: 222;
  right: 100px;
  top: 24px;
  transition: 0.5s ease;
  right: 0;
  top: 0;
  transform: translate(155px, -155px);
}
.header-navmenu-custom .navbar-toggler .menu-m {
  width: 25px;
}
.header-navmenu-custom .navbar-toggler .menu-m .menu-top-custom {
  backface-visibility: hidden;
  top: 10px;
  transform: rotate(50deg);
  transition: 0.44s;
  -webkit-transition: 0.44s;
  -moz-transition: 0.44s;
  -ms-transition: 0.44s;
  -o-transition: 0.44s;
}
.header-navmenu-custom .navbar-toggler .menu-m .menu-bottom-custom {
  backface-visibility: hidden;
  top: 10px;
  transform: rotate(-410deg);
  transition: 0.44s 0.4s;
  -webkit-transition: 0.44s;
  -moz-transition: 0.44s 0.4s;
  -ms-transition: 0.44s 0.4s;
  -o-transition: 0.44s 0.4s;
}
.header-navmenu-custom .show ~ .navbar-toggler {
  right: 0;
  display: inherit !important;
  transition: 0.5s ease;
  transform: translate(-10px, 10px);
  top: 0;
}
@media (max-width: 575.98px) {
  .header-navmenu-custom .show ~ .navbar-toggler {
    transform: translate(-15px, 15px);
  }
}

.no-scroll {
  overflow: hidden;
}
.no-scroll .site {
  pointer-events: none;
}
.no-scroll .navbar {
  left: -8px;
}
@media (max-width: 575.98px) {
  .no-scroll .navbar {
    left: 0;
  }
}

.filter-style {
  filter: blur(2px) brightness(0.6);
  transition: 1s;
}

/* Header STANDARD END*/
/* Header Demo1*/
@media (max-width: 991.98px) {
  header {
    width: 100%;
    overflow: hidden;
  }
}
header .topbar {
  height: 30px;
  background: #ffffff;
  display: flex;
  align-items: center;
}
header .topbar .topbar-dir {
  gap: 20px;
}
header .topbar .topbar-dir .rightside_head-btn li select {
  background: transparent;
  color: #151414;
  font-size: 14px;
  font-family: "Lato-Regular";
  border: unset;
}
header .topbar .topbar-dir .rightside_head-btn li select option {
  color: #151414;
}
header .topbar .topbar-dir .rightside_head-btn li .textwidget {
  color: #ffffff;
  font-size: 14px;
  font-family: "Lato-Regular";
}
header .topbar .topbar-dir ul {
  display: flex;
  justify-content: flex-end;
  gap: 20px;
}
header .topbar .topbar-dir ul li a {
  color: #151414;
  font-size: 14px;
  font-family: "Lato-Regular";
}
header .header-demo1 {
  background: #ffffff;
  align-items: center;
  display: flex;
  padding: 10px 0;
  transition: 0.4s ease-in-out;
  -webkit-transition: 0.4s ease-in-out;
  -moz-transition: 0.4s ease-in-out;
  -ms-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
}
header .header-demo1 nav {
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
}
header .header-demo1 nav .collapsing {
  position: relative;
  overflow: hidden;
  height: 0;
  transition: height 0.35s ease;
}
header .header-demo1 nav #navbarNav {
  text-align: center;
  flex-direction: column;
  transition: 0.4s ease-in-out;
}
header .header-demo1 nav #navbarNav .navbar-nav {
  padding-bottom: 20px;
  padding-top: 30px;
  gap: 20px;
  width: 100%;
}
header .header-demo1 nav #navbarNav .navbar-nav li {
  color: #151414;
  transition: 0.4s ease-in-out;
  -webkit-transition: 0.4s ease-in-out;
  -moz-transition: 0.4s ease-in-out;
  -ms-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
}

/* Header Demo2 END*/
/* Header with Menu from Rightside*/
header .header-right-menu nav .menu-menu-1-container {
  width: 100%;
  justify-content: center;
  text-align: center;
  display: flex;
  flex: 1;
}
@media (max-width: 991.98px) {
  header .header-right-menu nav .menu-menu-1-container {
    position: fixed;
    display: flex;
    right: -80%;
    height: 100%;
    width: 75%;
    bottom: 0;
    background: #ffffff;
    transition: 0.4s ease-out;
  }
}
@media (max-width: 575.98px) {
  header .header-right-menu nav .menu-menu-1-container {
    width: 100%;
    right: -100%;
  }
}
header .header-right-menu nav .menu-menu-1-container ul {
  justify-content: center;
  gap: 20px;
}
@media (max-width: 991.98px) {
  header .header-right-menu nav .act {
    position: fixed;
    display: flex;
    right: 0%;
    height: 100%;
    width: 100%;
    bottom: 0;
    background: #ffffff;
    transition: 0.4s ease-out;
  }
}
@media (max-width: 575.98px) {
  header .header-right-menu nav .act {
    right: 0%;
  }
}

/* Header Demo2 END*/
/* Header Demo3*/
header .header-demo3 {
  background: #ffffff;
  align-items: center;
  display: flex;
  padding: 10px 0;
  transition: 0.4s ease-in-out;
  -webkit-transition: 0.4s ease-in-out;
  -moz-transition: 0.4s ease-in-out;
  -ms-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
}
header .header-demo3 nav {
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
}
header .header-demo3 nav #navbarNav {
  text-align: center;
  flex-direction: column;
  transition: 0.4s ease-in-out;
}
header .header-demo3 nav #navbarNav .navbar-nav {
  gap: 20px;
}
header .header-demo3 nav #navbarNav .navbar-nav li {
  color: #151414;
  transition: 0.4s ease-in-out;
  -webkit-transition: 0.4s ease-in-out;
  -moz-transition: 0.4s ease-in-out;
  -ms-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
}

/* Header Demo3 END*/
/* Header Demo4*/
@media (max-width: 991.98px) {
  #logo-center-header {
    position: fixed;
    top: 0;
  }
}
#logo-center-header .center-logo-header .right-widget-centerlogo {
  position: absolute;
  right: 0;
}
#logo-center-header .center-logo-header .right-widget-centerlogo ul {
  padding-right: 15px;
}
#logo-center-header .center-logo-header nav {
  flex-wrap: wrap;
}
#logo-center-header .center-logo-header nav .mobile-menu {
  height: 100%;
  width: 100%;
}
#logo-center-header .center-logo-header nav .mobile-menu ul {
  padding-top: 35px !important;
}
#logo-center-header .center-logo-header nav .logo_header {
  max-width: 180px;
}
@media (min-width: 991.98px) {
  #logo-center-header .center-logo-header nav .logo_header {
    margin: 0px 50px;
  }
}
@media (max-width: 991.98px) {
  #logo-center-header .center-logo-header nav button, #logo-center-header .center-logo-header nav .logo_header {
    order: -1;
  }
}
#logo-center-header .center-logo-header nav .navbarNavleft ul {
  justify-content: flex-end;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
}
#logo-center-header .center-logo-header nav .navbarNavright ul {
  justify-content: flex-start;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
}
@media (max-width: 991.98px) {
  #logo-center-header .center-logo-header nav .navbarNavright ul {
    padding-top: 0px;
  }
}
#logo-center-header .center-logo-header nav .navbar-collapse {
  flex-direction: column;
  transition: 0.4s ease-in-out;
}

/* Header Demo4 END*/
/* Home START*/
html {
  scroll-behavior: smooth;
}

@media (min-width: 991.98px) {
  .page-container {
    padding-left: 75px;
    padding-right: 75px;
  }
  .page-home .banner__section {
    padding: 60px 0;
  }
}
.review__section-header {
  margin-bottom: 8px;
}

.page-home .banner__section {
  display: flex;
  align-items: center;
}

.site-header .standard-header #navbarNav {
  justify-content: flex-start;
  margin-left: 12px;
}

.right-widget.d-none-mobile{
  display: flex;
  gap: 24px;
 }
.right-widget img:nth-child(1),
.right-widget img:nth-child(2),
.right-widget img:nth-child(3){
  height: 30px;
  width: 30px;
  object-fit: contain;
}
.right-widget img:nth-child(4){
  height: 24px;
  width: 80px;
  object-fit: contain;
}
.widget_media_image {
  max-width: 150px;
  max-height: 30px;
}

.banner__section-title {
  color: #000;
  font-family: "NotoSans-Bold";
  font-size: 28px;
  font-style: normal;
  font-weight: 800;
  line-height: 120%;
  margin-bottom: 25px;
}

.banner__section-subtitle {
  color: #000;
  font-family: "NotoSans-Regular";
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  margin-bottom: 50px;
}

.banner__section-logos {
  margin-top: 40px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.banner-logo img {
  max-width: 105px;
  max-height: 50px;
}

.banner__section-button,
.collage__section-button {
  display: inline-block;
  background: #F00;
  border-radius: 23px;
  padding: 14px 24px;
  color: #FFF;
  font-family: "NotoSans-Regular";
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.banner__section-button:hover,
.collage__section-button:hover {
  color: #FFF;
}

.banner__section {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.under__banner {
  padding: 40px 0;
  background: #FAFAFA;
}

.under__banner-column {
  padding: 24px 28px;
  border-radius: 8px;
  background: #FFF;
  box-shadow: 0px 6px 16px 0px rgba(0, 0, 0, 0.08);
  text-align: center;
  height: 100%;
}

.under__banner-column .column-image {
  max-width: 40px;
  max-height: 40px;
  margin-bottom: 24px;
}

.under__banner-column .column-header {
  color: #000;
  text-align: center;
  font-family: "NotoSans-Regular";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 17.6px;
  margin-bottom: 8px;
}

.under__banner-column .column-paragraph {
  color: #8A8A8A;
  text-align: center;
  font-family: "NotoSans-Regular";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.collage-text-column .column-header {
  color: #000;
  font-family: "NotoSans-Regular";
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 26.4px;
  margin-bottom: 25px;
}

.collage__section-button {
  margin-top: 24px;
}

.collage-text-column .column-paragraph {
  color: #8A8A8A;
  font-family: "NotoSans-Regular";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.no-padding-container .col-lg-5 {
  padding: 0;
}

.text-col {
  display: flex;
  justify-content: center;
  align-items: center;
}

.collage-text-column {
  width: 60%;
}

.collage-image-column {
  height: 100%;
}
.collage-image-column img {
  width: 100%;
    height: 100%;
    object-fit: cover;
}

.dark-background__section {
  background: #000;
}

.dark-background__section .collage__section-button {
  margin-top: 0;
}

.dark-background__section .d-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 24px;
  padding-bottom: 24px;
}

.dark-background__section .column-header {
  color: #FFF;
  font-family: "NotoSans-Regular";
  font-size: 24px;
  font-style: normal;
  font-weight: 800;
  line-height: 28.8px;
}

.bg-image__section {
  padding: 97px 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.bg-image__section .single-column {
  background: #FFF;
  border-radius: 8px;
  padding: 40px 82px;
  text-align: center;
}

.single-column .column-header {
  color: #000;
  text-align: center;
  font-family: "NotoSans-Regular";
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 26.4px;
  margin-bottom: 8px;
}

.single-column .column-paragraph {
  color: #8A8A8A;
  text-align: center;
  font-family: "NotoSans-Regular";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.single-column .single-column-list {
  max-width: 220px;
  margin: 20px auto auto auto;
  display: flex;
  flex-direction: column;
  gap: 21px;
}

.single-column-list .item {
  color: #000;
  font-family: "NotoSans-Regular";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: flex-start;
  padding-left: 20px;
  position: relative;
  text-align: left;
}
.single-column-list .item::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  background-image: url(../../src/img/check-redesign.svg);
  width: 24px;
  height: 24px;
  color: #F00;
  transform: translate(-50%, 0);
  top: 0;
}

.review__section {
  padding: 40px 0;
}

.review__section-header {
  color: #000;
  text-align: center;
  font-family: "NotoSans-Regular";
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 26.4px;
}

.review__section-sub-header {
  color: #8A8A8A;
  text-align: center;
  font-family: "NotoSans-Regular";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.mySwiper-reviews {
  margin-top: 40px;
}

.swiper-pagination .swiper-pagination-bullet-active {
  background: #F00;
}

.swiper_card .review-rating {
  display: flex;
  gap: 8px;
  align-items: center;
  margin-bottom: 16px;
}

.review-rating img {
  max-width: 120px;
  max-height: 15px;
  object-fit: contain;
}

.review-rating .rating-number {
  color: #000;
  font-family: "NotoSans-Regular";
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 19.6px;
}

.swiper-slider-paragraph {
  margin-bottom: 18px;
}

.swiper-slider-paragraph p {
  color: #8A8A8A;
  font-family: "NotoSans-Regular";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.swiper-slider-author h2 {
  color: #000;
  font-family: "NotoSans-Regular";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.swiper-slider-author p {
  color: #8A8A8A;
  font-family: "NotoSans-Regular";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.swiper_card {
  width: 90%;
}

.swiper-wrapper .swiper-slide {
  height: auto;
}

.swiper-slide .swiper_card {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.review__section .mySwiper-reviews {
  padding-bottom: 40px;
}

.swiper-pagination {
  bottom: 0 !important;
}

.faq__section-column {
  display: flex;
  gap: 12px;
  align-items: flex-start;
}

.faq__section-column img {
  max-width: 20px;
  max-height: 20px;
}

.FAQ__section {
  padding: 60px 0;
  background: #FAFAFA;
}

.FAQ__section-header {
  color: #000;
  text-align: center;
  font-family: "NotoSans-Regular";
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 26.4px;
  margin-bottom: 32px;
}

.faq__column-textbox {
  height: 100%;
}

.faq__column-heading {
  color: #000;
  font-family: "NotoSans-Regular";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 19.2px;
  margin-bottom: 8px;
}

.faq__column-paragraph {
  color: #8A8A8A;
  font-family: "NotoSans-Regular";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.FAQ__row {
  row-gap: 33px;
}

.other-pages .footer__bottom-section .container {
  max-width: 1140px;
}

.other-pages .footer__bottom-section {
  padding-top: 30px;
}

.impressum-content,
.terms-content,
.privacy-content {
  padding: 40px 0;
  min-height: 75vh;
}

@media (min-width: 1200px) {
  .FAQ__section .container,
  .footer__contact-section .container,
  .site-footer .container {
    max-width: 960px;
  }
}
.footer__contact-section {
  background: #000;
  padding: 40px 0;
}

.footer__contact-rightside {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.footer__contact-rightside .footer__contact-header {
  color: #FFF;
  font-family: "NotoSans-Regular";
  font-size: 32px;
  font-style: normal;
  font-weight: 800;
  line-height: 38.4px;
}

.footer__contact-icons {
  display: flex;
  align-items: center;
  gap: 21px;
}

#page .top-bar-widget {
  padding: 0;
}

.top-bar-widget .widget_text .custom-html-widget {
  text-align: center;
}

.footer__contact-icons img {
  max-width: 82px;
  max-height: 52px;
}

.footer__contact-row {
  justify-content: center;
  align-items: baseline;
}

.col-lg-6 .contact-form-1 {
  background: none;
}

.contact-form-1 .wpcf7-textarea {
  max-height: 117px;
}

.col-lg-6 .contact-form-1 form {
  padding: 0;
}

.col-lg-6 .contact-form-1 form p {
  margin-bottom: 16px;
}

.contact-form-1 .wpcf7-form-control {
  background: #FFF;
  padding: 14px 12px 12px 13px;
  border-radius: 4px;
  width: 100%;
}

.CF-bottom-text {
  color: #8A8A8A;
  font-family: "NotoSans-Regular";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.CF-bottom-text a {
  text-decoration: underline;
}

footer.site-footer {
  background: #000;
}

.site-footer .footer__bottom-section {
  background: #fff;
  padding: 24px 0;
}

.footer-page-links {
  display: flex;
  justify-content: space-around;
}

.footer__bottom-row {
  justify-content: space-between;
  align-items: center;
}

.footer-right-widget .custom-html-widget {
  color: #F00;
  text-align: right;
  font-family: "NotoSans-Regular";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.footer-right-widget .custom-html-widget a {
  font-weight: 700;
}

.footer-1 #media_image-4 img {
  max-height: 30px;
}

.footer-page-links .custom-html-widget {
  color: #FFF;
  font-family: "NotoSans-Regular";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration-line: underline;
}
.footer-page-links .custom-html-widget:hover {
  color: #F00;
}

@media (max-width: 1360px) {
  .bg-image__section .single-column {
    padding: 40px 47px;
  }
  .bg-image__section .col-lg-4 {
    max-width: 40%;
    flex: 0 0 40%;
  }
}
@media (max-width: 991.98px) {
  .main-nav-toggle .navbar-nav {
    gap: 16px;
  }
  .navbar-nav .menu-item a:active {
    color: #F00;
  }
  .top-move {
    top: 49px !important;
  }
  .no-scroll .navbar {
    left: 0;
  }
  #navbarNav .menu-item a {
    color: #131512;
    font-size: 24px;
    font-weight: 800;
    line-height: 24px;
    letter-spacing: 0.48px;
  }
  .header-navmenu-custom #navbarNav {
    align-items: baseline;
    padding-top: 40px;
  }
  .header-navmenu-custom .show ~ .navbar-toggler {
    right: -500px;
  }
  .page-template .header-navmenu-custom #navbarNav.show {
    top: 79px;
  }
  .header-navmenu-custom .navbar-collapse.show {
    width: 100% !important;
  }
  .navbar {
    flex-direction: row-reverse;
    justify-content: flex-end;
    position: relative;
  }
  .navbar .logo_header {
    position: absolute;
    left: 50%;
    transform: translate(-50%);
  }
  .under__banner .row {
    gap: 16px;
  }
  .collage-text-column {
    width: 100%;
  }
  .collage-text-column {
    padding: 40px 16px;
  }
  .order-firsT {
    order: 1;
  }
  .order-second {
    order: 2;
  }
  .order-third {
    order: 3;
  }
  .order-fourth {
    order: 4;
  }
  .bg-image__section .col-lg-4 {
    max-width: 50%;
    flex: 0 0 50%;
  }
  .footer-page-links {
    justify-content: space-between;
  }
  .footer-right-widget {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 16px;
  }
  .col-lg-6 .contact-form-1 form .wpcf7-submit {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .footer__contact-rightside .footer__contact-header {
    font-size: 24px;
    line-height: 28.8px;
  }
  .FAQ__section {
    padding: 40px 0;
  }
  .swiper-slide .swiper_card {
    width: 100%;
    text-align: center;
  }
  .review-rating {
    justify-content: center;
  }
  .dark-background__section .page-container {
    flex-direction: column;
    gap: 24px;
    align-items: baseline;
  }
  .under__banner-column {
    padding: 24px 47px;
  }
  .bg-image__section {
    padding: 40px 0 266px 0;
    background-position: bottom;
  }
  .banner__section {
    background-position: bottom;
    height: 556px;
  }
  .bg-image__section .col-lg-4 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .banner__section-title {
    font-size: 28px;
    margin-bottom: 24px;
  }
  .banner__section-logos {
    margin-top: 24px;
  }
}
@media (max-width: 475px) {
  .page-home .banner__section {
    align-items: unset;
  }
}
/* Home END*/
@media (min-width: 1441px) {
  .banner__section {
    min-height: 560px;
  }
}
.banner__section-column {
  border-radius: 8px;
background: #FFF;
padding: 50px 35px 40px 35px;
}
/* Footer START*/
footer {
  padding: 0px 0px;
  background: #151414;
}
footer .copyr {
  padding: 10px 0;
}
footer .copyr p {
  margin: 0;
  text-align: center;
  color: #ffffff;
}
footer .cols {
  padding: 30px 0;
  background: #ffffff;
}

/* Footer END*/
/* Footer Demo2*/
footer .cols .col-lg-3 {
  margin: 30px 0;
}
@media (max-width: 991.98px) {
  footer .cols .col-lg-3 {
    max-width: 600px;
  }
  footer .cols .col-lg-3:first-child {
    margin-top: 0;
  }
  footer .cols .col-lg-3:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 767.98px) {
  footer .cols .col-lg-3 {
    max-width: 90%;
  }
}
footer .cols h2 {
  font-size: 30px;
}
footer .cols li a, footer .cols li p {
  font-size: 20px;
}
footer .cols .logo_header li {
  margin-bottom: 20px;
  height: 60px;
  max-width: 170px;
}
footer .cols .logo_header li img {
  width: 100%;
  height: 100% !important;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: left;
     object-position: left;
}

/* Footer Demo2*/
/* CF 1 START*/
.contact-form-1 {
  background: #ffffff;
  border-radius: 8px;
  margin: 0;
}
@media (max-width: 991.98px) {
  .contact-form-1 {
    margin: 24px 0;
  }
}
.contact-form-1 .widgettitle {
  padding: 32px 32px 0px 32px;
}
@media (max-width: 991.98px) {
  .contact-form-1 .widgettitle {
    padding: 24px 24px 0px 24px;
  }
}
.contact-form-1 form {
  padding: 32px;
}
@media (max-width: 991.98px) {
  .contact-form-1 form {
    padding: 24px;
  }
}
.contact-form-1 form .wpcf7-response-output {
  display: none;
}
.contact-form-1 form p {
  margin-bottom: 8px;
}
.contact-form-1 form p:nth-last-child(-n+3) {
  margin-bottom: 0;
}
.contact-form-1 form label {
  width: 100%;
}
.contact-form-1 form label input, .contact-form-1 form label textarea, .contact-form-1 form label select {
  width: 100%;
  border-radius: 4px;
  color: #000;
  font-family: Noto Sans;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.contact-form-1 form label input::-moz-placeholder, .contact-form-1 form label textarea::-moz-placeholder, .contact-form-1 form label select::-moz-placeholder {
  color: rgba(0, 0, 0, 0.36);
}
.contact-form-1 form label input::placeholder, .contact-form-1 form label textarea::placeholder, .contact-form-1 form label select::placeholder {
  color: rgba(0, 0, 0, 0.36);
}
.contact-form-1 form label textarea {
  max-height: 120px;
}
.contact-form-1 form label .wpcf7-not-valid-tip, .contact-form-1 form label .wpcf7-response-output {
  display: none;
}
.contact-form-1 form label .wpcf7-not-valid {
  color: red;
}
.contact-form-1 form .wpcf7-submit {
  border: unset !important;
  width: 100%;
  height: 45px;
  background: #F00;
  border-radius: 23px;
  color: #FFF;
  text-align: center;
  font-family: Noto Sans;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-top: 20px;
}
@media (max-width: 991.98px) {
  .contact-form-1 form .wpcf7-submit {
    width: 50%;
  }
}
@media (max-width: 575.98px) {
  .contact-form-1 form .wpcf7-submit {
    width: 100%;
  }
}
.contact-form-1 form .wpcf7-spinner {
  display: none;
}

/* CF 1 END*/
/* CF 1 START*/
.contact-form-2 {
  background: #ffffff;
  border-radius: 8px;
  margin: 12px 0;
}
@media (max-width: 991.98px) {
  .contact-form-2 {
    margin: 24px 0;
  }
}
.contact-form-2 .widgettitle {
  padding: 32px 32px 0px 32px;
}
@media (max-width: 991.98px) {
  .contact-form-2 .widgettitle {
    padding: 24px 24px 0px 24px;
  }
}
.contact-form-2 form {
  padding: 32px;
}
@media (max-width: 991.98px) {
  .contact-form-2 form {
    padding: 24px;
  }
}
.contact-form-2 form .wpcf7-response-output {
  display: none;
}
.contact-form-2 form p {
  margin-bottom: 8px;
}
.contact-form-2 form p:nth-last-child(-n+4) {
  margin-bottom: 0;
}
.contact-form-2 form label {
  width: 100%;
  font-size: 16px;
}
.contact-form-2 form label input, .contact-form-2 form label textarea, .contact-form-2 form label select {
  width: 100%;
  border-radius: 0;
  border: 0;
  border-bottom: 1px solid #151414;
  font-size: 16px;
}
.contact-form-2 form label textarea {
  max-height: 120px;
}
.contact-form-2 form label .wpcf7-not-valid-tip, .contact-form-2 form label .wpcf7-response-output {
  display: none;
}
.contact-form-2 form label .wpcf7-not-valid {
  border-bottom: 1px solid red;
}
.contact-form-2 form .wpcf7-submit {
  border: unset !important;
  width: 100%;
  height: 45px;
  background: #F00;
  border-radius: 23px;
  color: #FFF;
  text-align: center;
  font-family: Noto Sans;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-top: 20px;
}
@media (max-width: 991.98px) {
  .contact-form-2 form .wpcf7-submit {
    width: 50%;
  }
}
@media (max-width: 575.98px) {
  .contact-form-2 form .wpcf7-submit {
    width: 100%;
  }
}
.contact-form-2 form .wpcf7-spinner {
  display: none;
}

.wpcf7-form-control-wrap .codedropz-upload-wrapper {
  margin: 20px 0;
}
.wpcf7-form-control-wrap .codedropz-upload-wrapper .codedropz-upload-handler {
  border-color: #151414;
}
.wpcf7-form-control-wrap .codedropz-upload-wrapper .dnd-upload-counter {
  display: none;
}
.wpcf7-form-control-wrap .codedropz-upload-wrapper h3 {
  font-size: 22px;
}

/* CF 1 END*/
.page-content {
  margin: 0;
  text-align: center;
  padding-top: 50px;
}
.page-content main {
  padding-bottom: 200px;
}

main #errorText {
  font-size: 22px;
  padding: 24px 0;
}
@media (max-width: 575.98px) {
  main #errorText {
    margin-top: -30px;
  }
}
@media (max-width: 470px) {
  main #errorText {
    margin-top: -50px;
  }
}

main svg {
  width: 100%;
}

main #errorLink {
  font-size: 20px;
  padding: 12px;
  border: 1px solid;
  text-decoration: none;
  transition: all 0.5s ease-in-out;
  width: 100%;
  height: 45px;
  background: #F00;
  border-radius: 23px;
  color: #FFF;
  text-align: center;
  font-family: Noto Sans;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
@media (max-width: 991.98px) {
  main #errorLink {
    width: 50%;
  }
}
@media (max-width: 575.98px) {
  main #errorLink {
    width: 100%;
  }
}

main #errorLink:hover, main #errorLink:active {
  color: #fff;
  background: #000;
}

main #g6219 {
  transform-origin: 85px 4px;
  animation: an1 12s 0.5s infinite ease-out;
}

@keyframes an1 {
  0% {
    transform: rotate(0);
  }
  5% {
    transform: rotate(3deg);
  }
  15% {
    transform: rotate(-2.5deg);
  }
  25% {
    transform: rotate(2deg);
  }
  35% {
    transform: rotate(-1.5deg);
  }
  45% {
    transform: rotate(1deg);
  }
  55% {
    transform: rotate(-1.5deg);
  }
  65% {
    transform: rotate(2deg);
  }
  75% {
    transform: rotate(-2deg);
  }
  85% {
    transform: rotate(2.5deg);
  }
  95% {
    transform: rotate(-3deg);
  }
  100% {
    transform: rotate(0);
  }
}
.st0 {
  fill: #fff;
}

.st2 {
  fill: #5d89af;
}

.st3 {
  fill: #709abf;
}

.st4, .st6 {
  fill: #fff;
  stroke: #b3dcdf;
  stroke-miterlimit: 10;
}

.st6 {
  stroke: #5d89af;
  stroke-width: 2;
}

.st7, .st8, .st9 {
  stroke: #709abf;
  stroke-miterlimit: 10;
}

.st7 {
  stroke-width: 5;
  stroke-linecap: round;
  fill: none;
}

.st8, .st9 {
  fill: #fff;
}

.st9 {
  fill: none;
}

#cloud1 {
  animation: cloud003 15s linear infinite;
}

#cloud2 {
  animation: cloud002 25s linear infinite;
}

#cloud3 {
  animation: cloud003 20s linear infinite;
}

#cloud4 {
  animation: float 4s linear infinite;
}

#cloud5 {
  animation: float 8s linear infinite;
}

#cloud7 {
  animation: float 5s linear infinite;
}

#tracks {
  animation: slide 650ms linear infinite;
}

#bumps {
  animation: land 10000ms linear infinite;
}

@keyframes jig {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(1px);
  }
  100% {
    transform: translateY(0px);
  }
}
#car-layers {
  animation: jig 0.35s linear infinite;
}

@keyframes land {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(1000px);
  }
}
@keyframes slide {
  from {
    transform: translateX(0px);
  }
  to {
    transform: translateX(100px);
  }
}
/* @keyframes cloudFloat {
0% { transform: translateX(0) translateY(3px); }
100% { transform: translateX(1000px) translateY(0); }
 } */
@keyframes cloud001 {
  0% {
    transform: translateX(-1000px) translateY(3px);
  }
  100% {
    transform: translateX(1000px) translateY(0);
  }
}
@keyframes cloud002 {
  0% {
    transform: translateX(-1000px) translateY(3px);
  }
  100% {
    transform: translateX(1000px) translateY(0);
  }
}
@keyframes cloud003 {
  0% {
    transform: translateX(-1000px) translateY(3px);
  }
  100% {
    transform: translateX(1000px) translateY(0);
  }
}
@keyframes float {
  0% {
    transform: translateY(0px) translateX(0);
  }
  50% {
    transform: translateY(8px) translateX(5px);
  }
  100% {
    transform: translateY(0px) translateX(0);
  }
}
#bracefront, #braceback {
  animation: braces 1s linear infinite;
}

@keyframes braces {
  0% {
    transform: translateX(-2px);
  }
  25% {
    transform: translateX(3px);
  }
  50% {
    transform: translateX(-2px);
  }
  75% {
    transform: translateX(3px);
  }
  100% {
    transform: translateX(-2px);
  }
}
.navbar-toggler {
  padding: 0 !important;
  outline: unset !important;
  border-color: unset !important;
  border: unset !important;
  height: 30px;
  z-index: 9;
}

.menu-m {
  cursor: pointer;
  margin: 0 auto;
  padding: 0;
  position: relative;
  width: 26px;
  height: 21px;
}
.menu-m .menu-bottom-click, .menu-m .menu-top-click {
  border-color: #151414 !important;
}
.menu-m span:nth-child(1) {
  border-color: #151414;
}
.menu-m span:nth-child(2) {
  border-color: #151414;
}
.menu-m span:nth-child(3) {
  border-color: #151414;
}

.menu-global {
  backface-visibility: hidden;
  position: absolute;
  left: 0;
  border-top: 2px solid;
  width: 100%;
  transition: 0.44s;
  -webkit-transition: 0.44s;
  -moz-transition: 0.44s;
  -ms-transition: 0.44s;
  -o-transition: 0.44s;
}

.menu-top {
  top: 3px;
}
.menu-middle {
    top: 10px;
}
.menu-bottom {
  top: 17px;
}

.menu-top-click {
  backface-visibility: hidden;
  top: 10px;
  transform: rotate(50deg);
  transition: 0.44s;
  -webkit-transition: 0.44s;
  -moz-transition: 0.44s;
  -ms-transition: 0.44s;
  -o-transition: 0.44s;
}

.menu-middle-click {
  opacity: 0;
}

.menu-bottom-click {
  backface-visibility: hidden;
  top: 10px;
  transform: rotate(-410deg);
  transition: 0.44s 0.4s;
  -webkit-transition: 0.44s;
  -moz-transition: 0.44s 0.4s;
  -ms-transition: 0.44s 0.4s;
  -o-transition: 0.44s 0.4s;
}

.projects__section {
  padding: 40px 0;
}
@media (max-width: 767.98px) {
  .projects__section .container {
    max-width: unset;
  }
}
.projects__section .tab {
  padding: 0;
}
.projects__section .tab nav ul::-webkit-scrollbar {
  display: none;
}
.projects__section .tab nav ul {
  justify-content: center;
  display: flex;
  overflow-y: hidden;
  overflow-x: scroll;
}
@media (max-width: 767.98px) {
  .projects__section .tab nav ul {
    justify-content: left;
  }
}
.projects__section .tab nav ul li .active {
  background-color: chartreuse !important;
  color: #ffffff !important;
  border: 1px solid;
  border-color: transparent;
}
.projects__section .tab nav ul li .nav-link {
  color: #151414;
  border: 1px solid;
  border-color: chartreuse;
  text-transform: uppercase;
  margin: 0 10px;
  padding: 13px 50px;
  height: 45px;
  align-items: center;
  display: flex;
  transition: 0.4s ease-in-out;
  -webkit-transition: 0.4s ease-in-out;
  -moz-transition: 0.4s ease-in-out;
  -ms-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
}
@media (max-width: 767.98px) {
  .projects__section .tab nav ul li .nav-link {
    height: 40px;
  }
  .projects__section .tab nav ul li .nav-link:first-child {
    margin-left: 0;
  }
}
.projects__section .tab nav ul li .nav-link:hover {
  background-color: chartreuse;
  color: #ffffff;
  transition: 0.4s ease-in-out;
  -webkit-transition: 0.4s ease-in-out;
  -moz-transition: 0.4s ease-in-out;
  -ms-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
}
.projects__section .tab nav ul {
  margin: 0;
}
.projects__section .projects__titletab {
  padding-bottom: 3rem;
}
.projects__section .projects__titletab h2 {
  text-align: center;
  color: #151414;
  font-size: 3.4rem;
  font-weight: 400;
  font-style: normal;
  line-height: 1.2em;
  position: relative;
  padding-bottom: 0.4rem;
}
.projects__section .projects__titletab i {
  margin: auto;
  font-size: 28px;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  display: flex;
  position: relative;
  color: chartreuse;
}
.projects__section .projects__titletab i:after {
  bottom: 0.75rem;
  content: "";
  left: 50%;
  transform: translateX(-50%);
  width: 84px;
  height: 2px;
  position: absolute;
  background: linear-gradient(to right, #e1e7eb 0%, #e1e7eb 25%, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0) 75%, #e1e7eb 75%);
}
.projects__section .tab-content {
  margin: 30px 0;
}
@media (max-width: 991.98px) {
  .projects__section .tab-content {
    margin: 45px 0;
  }
}
.projects__section .tab-content .tab-pane .all .klas {
  margin-bottom: 30px;
}
.projects__section .tab-content .tab-pane .all .klas .under {
  position: relative;
  cursor: pointer;
  overflow: hidden;
}
.projects__section .tab-content .tab-pane .all .klas .under:hover span {
  opacity: 1;
  display: inline-block;
}
.projects__section .tab-content .tab-pane .all .klas .under:hover span:nth-child(1) {
  margin-left: -13px;
}
.projects__section .tab-content .tab-pane .all .klas .under:hover span:nth-child(3) {
  margin-left: 13px;
}
.projects__section .tab-content .tab-pane .all .klas .under:hover img {
  transform: scale(1.1);
  transition: all 1s;
}
.projects__section .tab-content .tab-pane .all .klas .under a {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 999;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  padding: 0 10px;
}
.projects__section .tab-content .tab-pane .all .klas .under a h3 {
  font-size: 13px;
  line-height: 20px;
  color: #ffffff;
  font-weight: 700;
  display: inline-block;
  opacity: 0;
  text-transform: uppercase;
  width: 100%;
  transition: 0.4s ease-in-out;
  -webkit-transition: 0.4s ease-in-out;
  -moz-transition: 0.4s ease-in-out;
  -ms-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  text-transform: uppercase;
  width: 100%;
}
@media (max-width: 767.98px) {
  .projects__section .tab-content .tab-pane .all .klas .under a h3 {
    opacity: 1;
  }
}
.projects__section .tab-content .tab-pane .all .klas .under a i {
  background: rgba(25, 25, 25, 0.15);
  color: #ffffff;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  width: 50px;
  height: 50px;
  padding: 0;
  font-size: 20px;
  align-items: center;
  display: flex;
  justify-content: center;
  margin: auto;
  transition: 0.4s ease-in-out;
  -webkit-transition: 0.4s ease-in-out;
  -moz-transition: 0.4s ease-in-out;
  -ms-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  opacity: 0;
}
@media (max-width: 767.98px) {
  .projects__section .tab-content .tab-pane .all .klas .under a i {
    display: none;
  }
}
.projects__section .tab-content .tab-pane .all .klas .under a i:hover {
  background: #151414;
  transition: 0.4s ease-in-out;
  -webkit-transition: 0.4s ease-in-out;
  -moz-transition: 0.4s ease-in-out;
  -ms-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
}
.projects__section .tab-content .tab-pane .all .klas .under img {
  width: 100%;
  height: 270px;
  background-color: #151414;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 1s;
}
@media (max-width: 470px) {
  .projects__section .tab-content .tab-pane .all .klas .under img {
    height: 240px;
  }
}
.projects__section .tab-content .tab-pane .all .klas .under .layer {
  width: 100%;
  height: 100%;
  background: rgba(128, 255, 0, 0.302);
  position: absolute;
  left: 0;
  top: 0;
  transition: 0.4s ease-in-out;
  -webkit-transition: 0.4s ease-in-out;
  -moz-transition: 0.4s ease-in-out;
  -ms-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  opacity: 0;
}
@media (min-width: 767.98px) {
  .projects__section .tab-content .tab-pane .all .klas .under:hover .layer {
    opacity: 1;
    transition: 0.4s ease-in-out;
    -webkit-transition: 0.4s ease-in-out;
    -moz-transition: 0.4s ease-in-out;
    -ms-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    z-index: 1;
  }
}
@media (min-width: 767.98px) and (max-width: 767.98px) {
  .projects__section .tab-content .tab-pane .all .klas .under:hover .layer {
    opacity: 0;
  }
}
@media (min-width: 767.98px) {
  .projects__section .tab-content .tab-pane .all .klas .under:hover i {
    transition: 0.4s ease-in-out;
    -webkit-transition: 0.4s ease-in-out;
    -moz-transition: 0.4s ease-in-out;
    -ms-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    opacity: 1;
  }
}
@media (min-width: 767.98px) and (max-width: 767.98px) {
  .projects__section .tab-content .tab-pane .all .klas .under:hover i {
    display: none;
  }
}
@media (min-width: 767.98px) {
  .projects__section .tab-content .tab-pane .all .klas .under:hover h3 {
    opacity: 1;
    transition: 0.4s ease-in-out;
    -webkit-transition: 0.4s ease-in-out;
    -moz-transition: 0.4s ease-in-out;
    -ms-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
  }
  .projects__section .tab-content .tab-pane .all .klas .under:hover img {
    transform: scale(1.1);
    transition: all 1s;
  }
}

.projects__section-full {
  padding: 40px 0;
}
@media (max-width: 767.98px) {
  .projects__section-full .container {
    max-width: unset;
  }
}
.projects__section-full .tab {
  padding: 0;
}
.projects__section-full .tab nav ul::-webkit-scrollbar {
  display: none;
}
.projects__section-full .tab nav ul {
  justify-content: center;
  display: flex;
  overflow-y: hidden;
  overflow-x: scroll;
}
@media (max-width: 767.98px) {
  .projects__section-full .tab nav ul {
    justify-content: left;
  }
}
.projects__section-full .tab nav ul li .active {
  background-color: chartreuse !important;
  color: #ffffff !important;
  border: 1px solid;
  border-color: transparent;
}
.projects__section-full .tab nav ul li .nav-link {
  color: #151414;
  border: 1px solid;
  border-color: chartreuse;
  text-transform: uppercase;
  margin: 0 10px;
  padding: 13px 50px;
  height: 45px;
  align-items: center;
  display: flex;
  transition: 0.4s ease-in-out;
  -webkit-transition: 0.4s ease-in-out;
  -moz-transition: 0.4s ease-in-out;
  -ms-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
}
@media (max-width: 767.98px) {
  .projects__section-full .tab nav ul li .nav-link {
    height: 40px;
  }
  .projects__section-full .tab nav ul li .nav-link:first-child {
    margin-left: 0;
  }
}
.projects__section-full .tab nav ul li .nav-link:hover {
  background-color: chartreuse;
  color: #ffffff;
  transition: 0.4s ease-in-out;
  -webkit-transition: 0.4s ease-in-out;
  -moz-transition: 0.4s ease-in-out;
  -ms-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
}
.projects__section-full .tab nav ul {
  margin: 0;
}
.projects__section-full .projects__titletab {
  padding-bottom: 3rem;
}
.projects__section-full .projects__titletab h2 {
  text-align: center;
  color: #151414;
  font-size: 3.4rem;
  font-weight: 400;
  font-style: normal;
  line-height: 1.2em;
  position: relative;
  padding-bottom: 0.4rem;
}
.projects__section-full .projects__titletab i {
  margin: auto;
  font-size: 28px;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  display: flex;
  position: relative;
  color: chartreuse;
}
.projects__section-full .projects__titletab i:after {
  bottom: 0.75rem;
  content: "";
  left: 50%;
  transform: translateX(-50%);
  width: 84px;
  height: 2px;
  position: absolute;
  background: linear-gradient(to right, #e1e7eb 0%, #e1e7eb 25%, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0) 75%, #e1e7eb 75%);
}
.projects__section-full .tab-content {
  margin: 30px 0;
}
@media (max-width: 991.98px) {
  .projects__section-full .tab-content {
    margin: 45px 0;
  }
}
.projects__section-full .tab-content .tab-pane .all .klas {
  margin-bottom: 30px;
}
.projects__section-full .tab-content .tab-pane .all .klas .under {
  position: relative;
  cursor: pointer;
  overflow: hidden;
}
.projects__section-full .tab-content .tab-pane .all .klas .under:hover span {
  opacity: 1;
  display: inline-block;
}
.projects__section-full .tab-content .tab-pane .all .klas .under:hover span:nth-child(1) {
  margin-left: -13px;
}
.projects__section-full .tab-content .tab-pane .all .klas .under:hover span:nth-child(3) {
  margin-left: 13px;
}
.projects__section-full .tab-content .tab-pane .all .klas .under:hover img {
  transform: scale(1.1);
  transition: all 1s;
}
.projects__section-full .tab-content .tab-pane .all .klas .under a {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 999;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  padding: 0 10px;
}
.projects__section-full .tab-content .tab-pane .all .klas .under a h3 {
  font-size: 13px;
  line-height: 20px;
  color: #ffffff;
  font-weight: 700;
  display: inline-block;
  opacity: 0;
  text-transform: uppercase;
  width: 100%;
  transition: 0.4s ease-in-out;
  -webkit-transition: 0.4s ease-in-out;
  -moz-transition: 0.4s ease-in-out;
  -ms-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  text-transform: uppercase;
  width: 100%;
}
@media (max-width: 767.98px) {
  .projects__section-full .tab-content .tab-pane .all .klas .under a h3 {
    opacity: 1;
  }
}
.projects__section-full .tab-content .tab-pane .all .klas .under a i {
  background: rgba(25, 25, 25, 0.15);
  color: #ffffff;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  width: 50px;
  height: 50px;
  padding: 0;
  font-size: 20px;
  align-items: center;
  display: flex;
  justify-content: center;
  margin: auto;
  transition: 0.4s ease-in-out;
  -webkit-transition: 0.4s ease-in-out;
  -moz-transition: 0.4s ease-in-out;
  -ms-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  opacity: 0;
}
@media (max-width: 767.98px) {
  .projects__section-full .tab-content .tab-pane .all .klas .under a i {
    display: none;
  }
}
.projects__section-full .tab-content .tab-pane .all .klas .under a i:hover {
  background: #151414;
  transition: 0.4s ease-in-out;
  -webkit-transition: 0.4s ease-in-out;
  -moz-transition: 0.4s ease-in-out;
  -ms-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
}
.projects__section-full .tab-content .tab-pane .all .klas .under img {
  width: 100%;
  height: 270px;
  background-color: #151414;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 1s;
}
@media (max-width: 470px) {
  .projects__section-full .tab-content .tab-pane .all .klas .under img {
    height: 240px;
  }
}
.projects__section-full .tab-content .tab-pane .all .klas .under .layer {
  width: 100%;
  height: 100%;
  background: rgba(128, 255, 0, 0.302);
  position: absolute;
  left: 0;
  top: 0;
  transition: 0.4s ease-in-out;
  -webkit-transition: 0.4s ease-in-out;
  -moz-transition: 0.4s ease-in-out;
  -ms-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  opacity: 0;
}
@media (min-width: 767.98px) {
  .projects__section-full .tab-content .tab-pane .all .klas .under:hover .layer {
    opacity: 1;
    transition: 0.4s ease-in-out;
    -webkit-transition: 0.4s ease-in-out;
    -moz-transition: 0.4s ease-in-out;
    -ms-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    z-index: 1;
  }
}
@media (min-width: 767.98px) and (max-width: 767.98px) {
  .projects__section-full .tab-content .tab-pane .all .klas .under:hover .layer {
    opacity: 0;
  }
}
@media (min-width: 767.98px) {
  .projects__section-full .tab-content .tab-pane .all .klas .under:hover i {
    transition: 0.4s ease-in-out;
    -webkit-transition: 0.4s ease-in-out;
    -moz-transition: 0.4s ease-in-out;
    -ms-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    opacity: 1;
  }
}
@media (min-width: 767.98px) and (max-width: 767.98px) {
  .projects__section-full .tab-content .tab-pane .all .klas .under:hover i {
    display: none;
  }
}
@media (min-width: 767.98px) {
  .projects__section-full .tab-content .tab-pane .all .klas .under:hover h3 {
    opacity: 1;
    transition: 0.4s ease-in-out;
    -webkit-transition: 0.4s ease-in-out;
    -moz-transition: 0.4s ease-in-out;
    -ms-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
  }
  .projects__section-full .tab-content .tab-pane .all .klas .under:hover img {
    transform: scale(1.1);
    transition: all 1s;
  }
}

/*Single page Start*/
.single-page .intro {
  height: 250px;
}
/*Single page END*/
.header-search form {
  display: flex;
}
.header-search form input:first-of-type {
  border: 1px solid black;
}
.header-search form input:last-of-type {
  font-size: 0;
  width: 40px;
  background-image: url(../../src/img/magnifying-glass.svg);
  height: 40px;
  background-repeat: no-repeat;
  background-color: black;
  border-radius: 50%;
  background-position: center;
  background-size: 50%;
}

.icon-close {
  position: absolute;
  right: 0;
  color: white;
  font-size: 20px;
  top: 15px;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
  cursor: pointer;
  opacity: 0;
  transition: 0.4s ease-in-out;
  -webkit-transition: 0.4s ease-in-out;
  -moz-transition: 0.4s ease-in-out;
  -ms-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
}
@media (max-width: 991.98px) {
  .icon-close {
    top: 8px;
  }
}

/* Search Input */
.search-input {
  overflow: hidden;
  display: flex;
  align-items: center;
  z-index: 9;
  height: 45px;
  position: absolute;
  transform: translate(-44px, -50%);
  right: 0;
  top: 50%;
  width: 30%;
  left: unset;
  background: black;
  pointer-events: none;
  opacity: 0;
  transition: 0.4s ease-in-out;
  -webkit-transition: 0.4s ease-in-out;
  -moz-transition: 0.4s ease-in-out;
  -ms-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
}
.search-input input[type=search]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
@media (max-width: 575.98px) {
  .search-input {
    width: 60%;
  }
}
.search-input form {
  display: flex;
  align-items: center;
  width: 100%;
}
.search-input form label {
  width: 100%;
}
.search-input form label input {
  width: 100%;
}
.search-input input {
  color: #fff;
  font-size: 17px;
  border: 0;
  padding-left: 10px;
  background: transparent;
  -webkit-appearance: none;
  box-sizing: border-box;
  outline: 0;
  font-weight: 200;
}
.search-input ::-webkit-input-placeholder {
  color: #EEE;
}
.search-input :-moz-placeholder {
  color: #EEE;
  opacity: 1;
}
.search-input ::-moz-placeholder {
  color: #EEE;
  opacity: 1;
}
.search-input :-ms-input-placeholder {
  color: #EEE;
}

/* Container */
.container.container-dark {
  background: #22313F;
  color: #FFF;
}

/* Control btn */
.control {
  background: black;
  cursor: pointer;
  position: relative;
}
.control .fa-search-loc {
  background-size: 75%;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 4;
  position: absolute;
  background-image: url(../../src/img/magnifying-glass.svg);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 24px;
  height: 24px;
}
@media (max-width: 991.98px) {
  .control .fa-search-loc {
    width: 20px;
    height: 20px;
    background-size: contain;
  }
}
.control .btn-material {
  z-index: 3;
  position: relative;
  width: 45px;
  height: 45px;
  border-radius: 100%;
  box-sizing: border-box;
  outline: 0;
  transform-origin: 50%;
  transition: all 0.7s cubic-bezier(0.4, 0, 0.2, 1);
}

body {
  overflow-x: hidden;
}
body.search-active .search-input {
  opacity: 1;
  pointer-events: all;
}
body.search-active .icon-close {
  opacity: 1;
  transform: rotate(-360deg);
}
body.search-active .control .icon-material-search {
  opacity: 0;
}

.search-page {
  position: relative;
  z-index: 1;
  padding-top: 40px;
}
.search-page .no-res {
  margin-top: 40px;
  min-height: 550px;
  font-size: 25px;
  font-weight: 900;
  text-align: center;
}
@media (min-width: 991.98px) {
  .search-page {
    min-height: 600px;
  }
  .banner__section-column {
  margin-left: 15px;
  }
}
.search-page article {
  margin-bottom: 20px;
  width: 80%;
}
.search-page article a {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 14px;
  padding: 0 20px;
  width: 100%;
  height: 45px;
  background: #F00;
  border-radius: 23px;
  color: #FFF;
  text-align: center;
  font-family: Noto Sans;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
@media (max-width: 991.98px) {
  .search-page article a {
    width: 50%;
  }
}
@media (max-width: 575.98px) {
  .search-page article a {
    width: 100%;
  }
}
.search-page .page-header h1 {
  font-size: 25px;
  font-family: Poppins-R;
}
.search-page .page-header h1 span {
  font-family: Poppins-B;
  font-size: 25px;
}

.search-results header .searchbar {
  display: none;
}

.only-search .page-title {
  flex: 1;
  margin-left: 40px;
  color: white;
  margin-bottom: 0;
  font-size: 20px;
  font-family: Poppins-B;
}
.only-search .page-title span {
  font-style: italic;
  font-family: Poppins-R;
}

.search-page .search-res a {
  width: -moz-fit-content;
  width: fit-content;
  height: unset;
  background: unset;
}
/* ( Configurator ) START*/
.configurator .forminator-pagination-progress {
  max-width: 414px;
  margin: auto auto 30px auto !important;
}
.configurator .forminator-pagination-progress .forminator-progress-label {
  display: none !important;
}
.configurator .forminator-pagination-progress .forminator-progress-bar {
  margin-left: 0 !important;
  border-radius: 5px;
}
.configurator .forminator-pagination-progress .forminator-progress-bar span {
  border-radius: 5px;
}
.configurator .title-section h2 {
  color: #000;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 8px;
}
.configurator .title-section h3 {
  color: #979797;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.configurator .forminator-field {
  display: flex;
  position: relative;
}
.configurator .forminator-field label {
  flex-direction: column;
  display: flex !important;
  flex: 1 !important;
  border-radius: 8px;
  background: #F7F8F9;
  height: 150px;
    text-align: center;
    justify-content: flex-start;
    margin-top: 5px;
}
.configurator .forminator-field label .forminator-checkbox-image {
  transform: translate(-50%, 0);
  top: 0 !important;
  left: 50% !important;
}
.configurator .forminator-label {
  position: absolute;
  top: -30px;
  width: 100%;
}
.forminator-pagination-footer {
  justify-content: center!important;
}
.forminator-button.forminator-button-back:before{
  background-image: url(../../src/img/arrow-rightt.svg);
  content: "";
  width: 15px;
  height: 15px;
  position: relative;
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.configurator .forminator-field-radio.forminator-col {
  padding-top: 30px !important;
}
.forminator-radio .forminator-radio-bullet {
  display: none !important;
}
.configurator .forminator-error-message {
  display: none !important;
}
.configurator .forminator-label {
  color: #000;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.contact-form-label label{
    height:40px!important;
}
.forminator-checkbox .forminator-checkbox-box {
    display: block!important;
}
.forminator-button.forminator-button-next {
  display: none!important
}
.forminator-button.forminator-button-back {
  background: unset!important;
}
.forminator-button:hover{
  box-shadow: unset!important;
  background:unset!important;
}
.forminator-button {
  align-items: center;
  display: flex!important;
  gap: 6px;
}
.forminator-pagination-footer .forminator-button-submit:hover{
  background: #F00!important;
}
.forminator-button:hover {
  gap: 3px;
}
.forminator-pagination-footer .forminator-button.forminator-button-submit{
  border-radius: 23px!important;
  width: 175px!important;
  justify-content: center;
}
#checkbox-1 .forminator-checkbox label {
  height: unset;
}
.forminator-checkbox-label a{
  text-decoration: underline;
}
.forminator-checkbox {
  height: unset!important;
  display: flex!important;
  flex-direction: row!important;
  background: transparent!important;
}
.forminator-button.forminator-pagination-submit {
  visibility: hidden;
}
.configurator {
  border-radius: 16px!important;
  background: #fff!important; 
  padding: 40px 120px;
}
.forminator-ui.forminator-custom-form[data-design=default] .forminator-pagination-progress .forminator-progress-bar span,
.forminator-ui.forminator-custom-form[data-design=default] .forminator-pagination-progress .forminator-progress-bar {
  height: 4px!important;
}
.forminator-checkbox {
  margin-bottom: 0!important;
}
.forminator-checkbox-box {
  border-color: black!important;
}
.forminator-radio-image {
  margin-top: 24px!important;
  display: flex!important;
  justify-content: center!important;
}
.forminator-checkbox-label {
  color: #000!important;
  font-size: 14px!important;
  font-weight: 400!important;
}
.forminator-radio-image {
  width: 100%!important;
  padding: 0!important;
  border: unset!important;
  background-color: transparent!important;
}
.forminator-pagination button.forminator-button.forminator-pagination-submit {
  min-height: unset!important;
  max-height: unset!important;
  height: unset!important;
  visibility: hidden!important;
  display: none!important;
}
.forminator-pagination--content .forminator-row {
  margin-bottom: 8px!important;
}
.forminator-pagination--content .forminator-row:last-of-type {
  margin-bottom: 0!important;
}
#forminator-custom-form-282--page-5 input {
  height: 36px!important;
  border-radius: 4px!important;
  background-color: white!important;
  color: #A1A1A1!important;
  font-size: 14px!important;
  font-weight: 400!important;
  line-height: normal!important;
}
.configurator-form {
  padding: 40px 0;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 991.98px) {
  .configurator-form {
    padding:28px 0;
  }
}

.form-send-success .forminator-pagination{
  display:none!important;
}
.form-send-success .forminator-pagination-progress{
  display:none!important;
}
.form-send-success .forminator-response-message{
  display:block!important;
}


.configurator span.forminator-radio-image:after{
  content: '';
  width: 100%;
  height: calc(100% + 100px);
  position: absolute;
  top: -25px;
}
.form-send-success .title-section{
  display:none!important;
}
.form-send-success .forminator-success{
  background: none!important;
  border: none;
  box-shadow: none!important;
}
.configurator.form-send-success{
  padding:0;
}
.success-form{
  padding:40px 120px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.success-form img{
  max-width: 120px;
  max-height: 120px;
  margin: 0 auto 24px auto;
}
.success-form h3{
  color: #000!important;
  text-align: center!important;
  font-size: 24px!important;
  font-weight: 800!important;
  margin: 0 0 24px 0!important;
}
.success-form p{
  color: #000!important;
  font-size: 14px!important;
  text-align: center!important;
  font-weight: 400!important;
}
.success-form a{
  color: #FFF;
  font-size: 14px;
  font-weight: 600;
  line-height: normal;
  border-radius: 23px;
  background-color:#F00;
  padding:14px 16px;
  width: 174px;
  margin-bottom:0;
  max-height: 46px;
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
}
.icons-button{
  display:flex;
  justify-content: center;
  margin-top:42px;
  align-items:center;
}
.icons-button .images img{
    max-width:100px;
    max-height:50px;
    object-fit:contain;
    opacity:0.6;
}
.configurator .forminator-ui#forminator-module-282.forminator-design--default .forminator-has_error .forminator-checkbox .forminator-checkbox-box {
  border-color: red!important;
}
/* ( Configurator ) END*/
/* ( Product section ) START*/
.products__section {
  padding: 17px 0;
}
@media (min-width: 991.98px) {
  .products__section {
    padding: 25px 0;
  }
}
@media (max-width: 991.98px) {
  /* .products__section .page-container {
    padding: 0;
  } */
  .products__section .section-title {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
}
.products__section .section-title {
  padding: 0px 0 9px 0;
}
.products__section .section-title h1 {
  color: #000;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 110%;
  margin-bottom: 8px;
}
@media (min-width: 991.98px) {
  .products__section .section-title h1 {
    font-size: 24px;
  }
}
.products__section .section-title h2 {
  color: #8A8A8A;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (min-width: 991.98px) {
  .products__section .section-title h2 {
    font-size: 14px;
  }
}
.products__section .row-custom {
  display: flex;
  padding: 15px 0;
  justify-content: space-between;
}
@media (max-width: 991.98px) {
  .products__section .row-custom {
    overflow-y: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .products__section .row-custom::-webkit-scrollbar {
    display: none;
  }
  .products__section .row-custom::-webkit-scrollbar {
    display: none;
  }
}
@media (min-width: 991.98px) {
  .products__section .col-4 {
    flex: 0 0 32.5%;
    max-width: 32.5%;
    position: relative;
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
    padding: 0;
  }
}
@media (max-width: 991.98px) {
  .products__section .col-4 {
    flex: 0 0 50.333333%;
    max-width: 50.333333%;
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 0px;
  }
}
@media (max-width: 576px) {
  .products__section .col-4 {
    flex: 0 0 77.333333%;
    max-width: 77.333333%;
    position: relative;
    width: 100%;
    padding-right: 10px;
    padding-left: 0px;
  }
}
.products__section .col-4 a {
  width: 100%;
  height: 100%;
  object-fit: cover;
  flex-direction: column;
  display: flex;
  border-radius: 8px;
  background: #FFF;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.04);
}
.products__section .col-4 a img {
  border-radius: 8px 8px 0 0;
}
.products__section .col-4 a .the_content {
  padding: 0 24px 24px 24px;
}
@media (max-width: 991.98px) {
  .products__section .col-4 a .the_content {
    padding: 0 16px 16px 16px;
  }
}
.products__section .col-4 a .the_content .up-title {
  border-bottom: 1px solid #E8E8E8;
  padding: 16px 0;
  margin-bottom: 16px;
}
@media (min-width: 991.98px) {
  .products__section .col-4 a .the_content .up-title {
    padding: 24px 0;
    margin-bottom: 24px;
  }
}
.products__section .col-4 a .the_content .up-title h2 {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
@media (min-width: 991.98px) {
  .products__section .col-4 a .the_content .up-title h2 {
    font-size: 20px;
  }
}
.products__section .col-4 a .the_content .up-title h3 {
  color: #F00;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
@media (min-width: 991.98px) {
  .products__section .col-4 a .the_content .up-title h3 {
    font-size: 14px;
  }
}
.products__section .col-4 a .the_content ul {
  flex-direction: column;
  display: flex;
  gap: 10px;
}
.products__section .col-4 a .the_content ul li {
  display: flex;
  gap: 10px;
  align-items: center;
  color: #000;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (min-width: 991.98px) {
  .products__section .col-4 a .the_content ul li {
    font-size: 14px;
  }
}
.products__section .col-4 a .the_content ul li span {
  width: 20px;
  height: 20px;
  background-color: #D9D9D9;
  background-size: contain;
  display: inline-block;
}
/* ( Product section ) END*/
/* ( Product single ) START*/
.site-main.single-page {
  background: #F7F8F9;
}
.banner-single .leftside{
  border-radius: 16px;
  background: #ffffff88;
  height: 254px;
  justify-content: center;
  text-align: center;
  align-items: center;
  display: flex;
}
@media (min-width: 991.98px) {
  .banner-single .leftside{
    height: 558px;
  }
}
.mySwiper-product .swiper-slide img {
  object-fit: contain;
  width: 100%;
  height: 500px;
}
@media (max-width: 991.98px) {
  .mySwiper-product .swiper-slide img {
    height: 240px;
  }
  .banner-single .row{
     flex-direction: column;
     display: flex;
     gap: 24px;
  }
}
.swiper-button-next-custom,
.swiper-button-prev-custom {
  background-image: url(../../src/img/arrows-slides.svg);
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size)/ 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  background-repeat: no-repeat;
  background-position: center;
}
.swiper-button-next-custom {
    right: 10px;
    left: auto;
    transform: rotate(180deg);
}
.swiper-button-prev-custom {
  left: 10px;
  right: auto;
}
@media (min-width: 991.98px) {
  .banner-single .leftside {
    padding-left: 0;
    padding-right: 0;
  }
  .banner-single .rightside {
    padding-right: 0;
    padding-left: 60px;
  }
}
.banner-single .rightside .content h3{ 
  color: #000;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.banner-single .rightside .content h2{
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.certific img{
  max-height: 46px;
}
.certific {
  display: flex;
  align-items: center;
  gap: 20px;
}
.banner-single {
  padding: 20px 0 24px 0;
}
@media (min-width: 991.98px) {
  .banner-single {
    padding: 32px 0 0px 0;
  }
}
.banner-single .rightside {
  row-gap: 24px;
    display: flex;
    flex-direction: column;
}
.banner-single .rightside .more-content {
  display: flex;
  flex-direction: column;
  row-gap: 24px;
}
.banner-single .rightside .more-content .textarea1 {
  color: #8A8A8A;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
.banner-single .rightside .more-content .textarea2 h4{
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 14px;
}
.banner-single .rightside .more-content .textarea2 ul {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}
.banner-single .rightside .more-content .textarea2 ul li {
  color: #000;
  font-size: 14px;
  font-style: normal;
  padding-left: 30px;
  position: relative;
}
.banner-single .rightside .more-content .textarea2 ul li:before{
  position: absolute;
  content: "";
  background-image: url(../../src/img/tick-orange.svg);
  background-repeat: no-repeat;
  display: inline-block;
  background-size: contain;
  width: 20px;
  height: 20px;
  left: 0;
}
@media (max-width: 991.98px) {
  .banner-single .rightside .more-content .textarea2 ul li {
    font-size: 12px;
  }
  .banner-single .rightside .more-content .textarea2 h4{
    font-size: 20px;
    margin-bottom: 16px;
  }
}
.banner-single .more-icons .more_icons {
  width: 49px;
  height: 49px;
}
.banner-single .more-icons{
  display: flex;
  gap: 15px;
}
.banner-single .more-icons .more_icons img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991.98px) {
  .banner-single .more-icons .more_icons {
    width: 32px;
    height: 32px;
  }
}
.discover-button {
  display: flex;
  gap: 16px;
}
.discover-button .button2 button{
  font-size: 14px;
}
.discover-button .button2 {
  height: 46px;
  border-radius: 23px;
  color: #FFF;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  background-color: #F00;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
}
.discover-button .button2  button:active,
.discover-button .button2  button:focus{
  box-shadow: unset;
  background: transparent;
  border-color: transparent!important;
}
.discover-button .button1 {
  height: 46px;
  border-radius: 23px;
  color: #F00;
  border: 1px solid #F00;
  font-size: 14px;
  background-color: #fff;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.discover-button .button2 button{
  background: transparent;
  border-color: transparent!important;
  width: 100%;
  height: 100%;
}
.discover-button .button2 a, .discover-button .button1 a {
  width: 100%;
  height: 100%;
  align-items: center;
  display: flex;
  justify-content: center;
}
.discover-button .button1 button {
  color: #F00;
  font-size: 14px;
  background: unset;
  text-align: center;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  border: unset;
  width: 100%;
  height: 100%;
  padding: 0;
}
@media (max-width: 1200px) {
  .discover-button {
    flex-direction: column;
  }
  .discover-button .button2, .discover-button .button1 {
    flex: unset;
    max-width: 230px;
  }
}
@media (max-width: 450px) {
  .discover-button .button2, .discover-button .button1 {
    flex: unset;
    max-width: unset;
  }
}
.vorteile-section {
  margin-bottom: 20px;
  margin-top: 20px;
}
.vorteile-section .title h2 {
color: #000;
text-align: center;
font-size: 32px;
font-style: normal;
font-weight: 600;
line-height: normal;
margin-bottom: 16px;
}
.vorteile-section .content .box-content {
  border-radius: 16px;
  padding: 32px;
  background: #F0F2F3;
  flex: 1;
}
.vorteile-section .content .box-content h2 {
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 16px;
}
.vorteile-section .content .box-content p {
  color: #8A8A8A;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.vorteile-section .content {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.vorteile-section .content .up{
  display: flex;
  gap: 20px;
}
.vorteile-section .content .down {
  display: flex;
  gap: 20px;
}
@media (max-width: 768px) { 
  .vorteile-section .content .up, .vorteile-section .content .down {
    flex-direction: column;
  }
  .vorteile-section .content .box-content p {
    font-size: 12px;
  }
  .vorteile-section .content .box-content h2 {
    font-size: 16px;
    margin-bottom: 8px;
  }
  .vorteile-section .content .box-content {
    padding: 16px;
  }
}
.gogreen_section {
  padding: 40px 0;
  overflow: hidden;
}

@media (max-width: 992px) { 
  .gogreen_section .rightside {
    padding-right: 0;
  }
}
.gogreen_section .leftside{
  align-self: center;
}
.gogreen_section .leftside .content h2{
  color: #000;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 110%;
  margin-bottom: 8px;
}
.gogreen_section-duplicated .leftside .content h3{
  color: #000;
  margin: 24px 0;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
}
.gogreen_section-duplicated .button-scroll{
  width: fit-content;
  padding: 0 24px;
}
.gogreen_section .leftside .content p{
  color: #8A8A8A;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  max-width: 700px;
  margin-bottom: 24px;
}
.gogreen_section .leftside .button-gogreen a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.gogreen_section .leftside .button-gogreen {
  width: 174px;
  height: 46px;
  border-radius: 23px;
  background:  #F00;  
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-bottom: 24px;
}
.gogreen_section .rightside .img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gogreen_section .rightside .img{
  width: 100%;
  height: 100%;
}
@media (max-width: 991.98px) { 
 .gogreen_section {
   padding: 0px;
 }
 .gogreen_section .page-container{ 
  padding: 0;
 }
 .gogreen_section .page-container .row {
  flex-direction: column-reverse;
 }
 .gogreen_section .rightside .img {
  height: 400px;
 }
 .gogreen_section .leftside .content{
  padding: 32px 20px 32px 20px;
 }
 .gogreen_section .leftside .content h2{
  font-size: 20px;
 }
 .gogreen_section .leftside .content p{
  font-size: 12px;
 }
}
@media (max-width: 576px) { 
  .gogreen_section .rightside .img {
    height: 282px;
   }
 }
 .FAQ__section-single {
  background: #F0F2F3;
 }
 .modal-dialog .modal-content {
  border-radius: .9rem!important;
 }
 .modal-dialog {
  /* margin: 6.75rem auto!important; */
 }
 @media (min-width: 576px) { 
  .modal-dialog {
    margin: 6.75rem auto!important;
    max-width: 700px;
  }
 }
 /* .modal-header {
  border: unset;
 } */
 .modal-content .modal-header-button {
  width: 30px!important;
  height: 30px!important;
  color: black!important;
  opacity: 1!important;
  font-size: 30px!important;
  right: 10px;
  position: absolute;
  top: 10px;
  z-index: 2;
  outline: unset;
 }
 .modal-content .modal-header-button:hover{
  transform: scale(1.03);
 }
 .modal-body h4{
  color: #000;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
 }
 .modal-body p {
  color: #979797;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
 }
 .modal-body form{
  margin: 20px 0 0 0!important;
 }
 .modal-body form .forminator-row {
  margin-bottom: 8px!important;
 }
 .modal-body form .forminator-row:last-of-type {
  margin-bottom: 0px!important;
 }
 .modal-body form .forminator-row .forminator-field input,
 .modal-body form .forminator-row .forminator-field textarea  {
  border-radius: 4px!important;
  border: 1px solid #E9E9E9!important;
  background: #FFF!important;
  color: #A1A1A1!important;
  font-size: 14px!important;
  height: 36px!important;
 }
 .modal-body form .forminator-row .forminator-field textarea {
  -ms-overflow-style: none!important; 
  scrollbar-width: none!important;
 }
 .modal-body form .forminator-row .forminator-field textarea ::-webkit-scrollbar {
  display: none!important;
}
 .modal-body form .forminator-row .forminator-field.forminator-has_error input {
  border-color: red!important;
 }
 .modal-body .forminator-error-message {
  display: none!important;
 }
 .modal-body form .forminator-row .forminator-checkbox .forminator-checkbox-label a {
  display: unset!important;
 }
 .modal-body .forminator-row.forminator-row-last .forminator-field {
    display: flex;
    justify-content: end;
 }
 .modal-body .forminator-row.forminator-row-last .forminator-field button{
  border-radius: 23px;
  width: 174px;
  height: 46px!important;
  text-align: center;
  display: flex!important;
  justify-content: center;
 }
 .modal-body .forminator-row .forminator-checkbox .forminator-checkbox-box {
  background-color: white!important;
 }
 .modal-body .forminator-row.forminator-row-last .forminator-field button:hover{
  background-color: #F00!important;
 }
 .modal-body .forminator-ui#forminator-module-379.forminator-design--default .forminator-has_error .forminator-checkbox .forminator-checkbox-box {
  border-color: red!important;
 }
 .modal-body {
  padding: 2rem 2rem 2rem 2rem!important;
 }
 #primary-menu li:last-of-type {
  color: #F00;
  text-align: right;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
 }
 .forminator-checkbox-box {
  background-color: white!important;
 }
 .button-scroll a,
 .button-scroll .textwidget,
 .button-scroll li{
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
 }
 .button-scroll {
  width: 174px;
  height: 46px;
  flex-shrink: 0;
  background-color: #F00;
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 23px;
 }
 @media (max-width: 1300px) {
  .right-widget.d-none-mobile .certific{
    display: none;
  }
}
@media (max-width: 992px) {
  .banner__section-column {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .banner__section .container-fluid {
    margin: 0px 15px;
  }
  .banner__section-subtitle {
    font-size: 22px;
  }
  .banner__section-title {
    font-size: 24px;
  }
  header .headerbar .logo_header li {
    max-width: 120px;
    height: 24px;
    display: flex;
  }
  header .headerbar .logo_header li img{
    object-position: center;
  }
  .right-widget.d-none-mobile {
    display: none!important;
  }
  header .headerbar {
    padding-top: 10px;
  }
  #page .top-bar-widget {
    padding-top: 5px;
  }
  .right-widget.top-bar-widget li .textwidget {
    color:#F00;
    text-align: right;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: center;
  }
  .right-widget.top-bar-widget li .textwidget a{
    font-weight: 700;
  }
  .banner__section-column {
    padding: 32px 24px 24px 24px;
  }
}
.container-fluid .page-container .under__banner-column {
  box-shadow: none;
  background: transparent;
}
@media (max-width: 576px) {
  .banner__section-button {
    width: 100%;
    text-align: center;
  }
  .banner__section-column {
    margin-top: 20px;
    margin-bottom: 0px;
  }
  .banner__section-subtitle {
    font-size: 14px;
    margin-bottom: 16px;
  }
  .banner__section-title {
    font-size: 16px;
  }
  .banner-logo:nth-child(1) img,
.banner-logo:nth-child(2) img,
.banner-logo:nth-child(3) img{
  height: 30px;
  width: 30px;
  object-fit: contain;
}
  .banner-logo:nth-child(4) img{
    height: 24px;
    width: 80px;
    object-fit: contain;
  }
  .banner__section-logos {
    justify-content: center;
    gap: 20px;
  }
}
.collage-section .text-col .collage-text-column {
  padding: 80px 0;
}
.collage-section .text-col {
  background: #FAFAFA;
}
.collage-text-column ul li{
  color: #000;
  font-size: 14px;
  font-style: normal;
  padding-left: 30px;
  position: relative;
}
.collage-text-column ul {
  display: flex;
  flex-direction: column;
  row-gap: 15px;
}
.collage-text-column ul li:before{
  position: absolute;
  content: "";
  background-image: url(../../src/img/check-redesign.svg);
  background-repeat: no-repeat;
  display: inline-block;
  background-size: contain;
  width: 20px;
  height: 20px;
  left: 0;
}
.collage-section .button-scroll {
  width: fit-content;
  padding: 0 24px;
  margin-top: 30px;
}

@media (max-width: 991.98px) {
  .order-third .collage-image-column {
    height: 600px;
  }
  .collage-section .text-col .collage-text-column {
    padding: 32px 0;
  }
  .collage-text-column .column-header{
    font-size: 20px;
  }
  .collage-text-column ul li {
    font-size: 12px;
  }
  /* .button-scroll{
    font-size: 12px;
  } */
}
@media (max-width: 576px) {
  .gogreen_section-duplicated .button-scroll{
    width: 100%;
    padding: 0 24px;
  }
  .order-third .collage-image-column {
    height: 364px;
  }
  .collage-section .button-scroll {
    width: 100%;
  }
}
/* ( Product single ) END*/
.funktioniert-wrapper {
  padding: 60px 0;
}
.funktioniert-wrapper h2 {
  color: #000;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 32px;
}

.funktioniert-wrapper span {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  background-color: rgba(255, 0, 0, 0.205);
  display: block;
  color: #F00;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
}

.funktioniert-wrapper h6 {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  margin-bottom: 12px;
}

.funktioniert-wrapper p {
  color: #707070;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
@media (max-width: 992px) {
  .gogreen_section-duplicated .leftside .content h3{
    font-size: 14px;
    margin: 16px 0;
  }
  .gogreen_section-duplicated .page-container .row {
    flex-direction: unset;
  }
  .funktioniert-wrapper {
      padding: 30px 0 0 0;
  }

  .funktioniert-wrapper h2 {
      font-size: 20px;
      margin-bottom: 24px;
  }

  .funktioniert-wrapper span {
      margin: 0 auto 24px auto;
  }

  .funktioniert-wrapper h6 {
      font-size: 14px;
      text-align: center;
  }

  .funktioniert-wrapper p {
      font-size: 12px;
      text-align: center;
      margin-bottom: 32px;
  }
}
.collage-section .text-col {
  justify-content: left;
  padding-left: 120px;
}
.collage-section .text-col .collage-text-column {
  width: unset;
  max-width: 500px;
}
@media (max-width: 992px) {
  .collage-section .text-col {
    padding-left: 20px;
  }
  .configurator .title-section h2 {
    font-size: 18px;
  }
  .configurator .title-section h3 {
    font-size: 12px;
  }
  .configurator .forminator-pagination-progress{
    margin: auto auto 24px auto !important;
  }
  .single-column .column-header,
  .review__section-header{
    font-size: 20px;
  }
  .single-column .column-paragraph,
  .single-column-list .item,
  .review__section-sub-header,
  .swiper-slider-paragraph p {
    font-size: 12px;
  }
  .single-column .single-column-list{
    max-width: 185px;
  }
  .swiper-slider-paragraph{
    margin-bottom: 8px;
  }
}
.footer__bottom-section .footer__bottom-row .col-lg-3,
.footer__bottom-section .footer__bottom-row .col-lg-4,
.footer__bottom-section .footer__bottom-row .col-lg-2{
  align-self: baseline;
}
.footer__bottom-section .footer__bottom-row .col-lg-3 h2,
.footer__bottom-section .footer__bottom-row .col-lg-2 h2{
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 800;
  line-height: 140%;
  margin-bottom: 10px;
}
.footer__bottom-section .footer__bottom-row ul li ul li {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
}
.footer__bottom-section .footer__bottom-row ul li ul {
  display: flex;
  flex-direction: column;
  row-gap: 8px;
}
.footer__bottom-section .footer__bottom-row .footer-2 ul li ul li {
  text-decoration: underline;
}

@media (max-width: 992px) {
  .footer__bottom-section .footer__bottom-row .col-lg-3 h2{
    font-size: 14px;
  }
  .footer__bottom-section .footer__bottom-row ul li ul li {
    font-size: 12px;
  }
  .footer__bottom-row{
    row-gap: 24px;
  }
}
.footer-3 .certific img:nth-child(1),
.footer-3 .certific img:nth-child(2),
.footer-3 .certific img:nth-child(3){
  height: 30px;
  width: 30px;
  object-fit: contain;
}
.footer-3 .certific img:nth-child(4){
  height: 24px;
  width: 80px;
  object-fit: contain;
}
.collage-section .button-scroll a {
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.collage-text-column ul .button-scroll li,
.gogreen_section-duplicated .button-scroll{
  padding: 0;
}
.collage-text-column ul .button-scroll li:before{
  content: unset;
}
.collage-section .button-scroll,
.gogreen_section-duplicated .button-scroll{
  padding: 0;
  min-width: 174px;
}
.footer-4 ul .custom-html-widget a{
  color: #000;
  text-align: right;
  font-size: 32px;
  font-style: normal;
  font-weight: 800;
  line-height: 140%;
  width: 100%;
  display: flex;
  font-family: "NotoSans-Bold";
  justify-content: end;
}
.footer-4 ul .custom-html-widget p{
  color: #000;
  text-align: right;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
}
.footer-4 li:first-of-type{
  width: 100%;
  max-width: unset;
  margin-bottom: 30px;
  text-align: right;
}
.footer-4 li:first-of-type img{
  width: 116px;
  height: 24px;
}
.footer-3 .certific {
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .footer-4 li:first-of-type {
    text-align: left;
    margin-bottom: 16px;
  }
  .footer-4 ul .custom-html-widget a{
    justify-content: flex-start;
    font-size: 24px;
  }
  .footer-4 ul .custom-html-widget p {
    text-align: left;
    font-size: 12px;
  }
  .footer__bottom-section .footer__bottom-row .col-lg-3 h2,
  .footer__bottom-section .footer__bottom-row .col-lg-2 h2 {
    font-family: NotoSans-Bold;
  }
  .nav-single-page {
    display: none;
  }
  .single-products {
    padding: 10px 0;
  }
  .single-products .navbar-light .navbar-toggler,
  .error404  .navbar-light .navbar-toggler, 
  .page-template-retoureabwicklung .navbar-light .navbar-toggler,
  .error404  .navbar-light .navbar-toggler,
  .page-template-Impressum-php .navbar-light .navbar-toggler,
  .error404  .navbar-light .navbar-toggler,
  .page-template-datenschutz-php .navbar-light .navbar-toggler,
  .error404  .navbar-light .navbar-toggler,
  .page-template-agb-php .navbar-light .navbar-toggler,
  .error404  .navbar-light .navbar-toggler  {
    visibility: hidden;
  }
}
@media (max-width: 567px) {
  .modal-body .forminator-row.forminator-row-last .forminator-field {
    justify-content: center;
  }
  .modal-body .forminator-row.forminator-row-last .forminator-field button{
    width: 100%;
  }
  .modal-body h4 {
    font-size: 18px;
  }
}

.tabs__section .nav-tabs {
  margin-bottom: 20px;
}
/*f.sh*/


.under__banner .under__banner-column {
  box-shadow: none;
  background: transparent;
}
.under__banner{
      background: #FFFFFF;
}
#vorteile , #configurator , #gogreen , #products , #gogreen , #about , #reviews{
      scroll-margin-top: 100px;
}
#details{
  scroll-margin-top: 150px;
}
.tabs__section .nav-tabs{
      justify-content: center;
      border: none;
      column-gap: 24px;
}
.tabs__section .nav-tabs .nav-link{
  border: none;
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  background:transparent;
  padding: 0 0 4px 0;
  /* margin-right: 20px; */
}
.tabs__section .nav-tabs .nav-link:focus{
  outline:none;
}
.tabs__section .nav-tabs .nav-link.active{
  border-bottom:1px solid #F00;
  font-weight: 600;
}
.doc-section,.data-section{
  border-radius: 16px;
  background: #F0F2F3;
  padding:32px;
  margin-bottom:20px;
}
.doc-section .tab-title h4, 
.data-section .tab-title h4{
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  color:#F00;
  padding-bottom:24px;
  
}
.wrapp-doc{
  padding:16px 0;
  display:flex;
  justify-content:space-between;
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.wrapp-doc a{
  color:  #F00!important;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
     display: flex;
  align-items: center;
}
.wrapp-doc span{
  font-weight: 400;
}
.wrapp-doc a::before {
      content: '';
  background-image: url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><g id="download (3) 1" clip-path="url(%23clip0_1700_4629)"><path id="Vector" d="M3.33337 14.1666V15.8333C3.33337 16.2753 3.50897 16.6992 3.82153 17.0118C4.13409 17.3244 4.55801 17.5 5.00004 17.5H15C15.4421 17.5 15.866 17.3244 16.1786 17.0118C16.4911 16.6992 16.6667 16.2753 16.6667 15.8333V14.1666" stroke="%23FF4A1A" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/><path id="Vector_2" d="M5.83337 9.16663L10 13.3333L14.1667 9.16663" stroke="%23FF4A1A" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/><path id="Vector_3" d="M10 3.33337V13.3334" stroke="%23FF4A1A" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></g><defs><clipPath id="clip0_1700_4629"><rect width="20" height="20" fill="white"/></clipPath></defs></svg>');
  display: block;
  width: 20px;
  height: 20px;
  margin-right:6px;
}
.doc-section .row , .data-section .row{
  border-top:1px solid #D9D9D9;
}
@media (max-width:992px){
  .wrapp-doc{
      font-size:12px;
      border-top:1px solid #D9D9D9;
  }
      .wrapp-doc a{
        font-size:0;
  }
  .doc-section, .data-section{
      padding:16px;
  }
  .doc-section .row, .data-section .row{
  border-top:none;
}
  .doc-section .tab-title h4, 
  .data-section .tab-title h4{
      font-size: 14px;
      padding-bottom:14px;
  }
  .tabs__section .nav-tabs .nav-link{
      font-size: 12px;
      /* margin-right:24px; */
  }
}
@media (max-width:992px){
  .configurator{
      padding:24px 16px;
  }
  .configurator .forminator-field{
      flex-direction:column;
  }
  .configurator span.forminator-radio-image:after{
              height: 46px;
      top:-9px;
  }
  .forminator-ui#forminator-module-282.forminator-design--default .forminator-radio{
      min-height:46px;
      padding:0;
  }
  .forminator-radio-image{
      margin-top:0!important;
  }
  .forminator-radio-image span{
      width:26px!important;
      height:26px!important;
          margin-top: 9px!important;
  margin-left: 10px!important;
          position: absolute;
  left: 0;
  }

  .forminator-ui#forminator-module-282.forminator-design--default .forminator-radio{
         align-items: flex-start;
  justify-content: center;
  }
  .forminator-ui.forminator-custom-form[data-design=default] .forminator-radio .forminator-radio-bullet~.forminator-radio-label{
      margin-left:50px!important;
  }
  .forminator-ui.forminator-custom-form[data-design=default] .forminator-radio.forminator-radio-inline{
      margin-right:0!important;
  }
  .success-form{
      padding:0;
  }
  .success-form img{
      max-height:70px;
  }
  .forminator-checkbox-label{
      font-size: 12px!important;
  }
  .configurator .forminator-col-6{
      margin:10px 0!important;
  }
  .under__banner .row{
  flex-wrap:nowrap;
      overflow:scroll;
  }
  .under__banner .col-lg-3{
      min-width:100%;
  }
  .under__banner-column{
      padding:0;
  }
          .under__banner .row::-webkit-scrollbar {
          display: none;
          }
  .forminator-pagination-footer{
      flex-wrap:nowrap!important;
  }
  .forminator-pagination-footer button{
      width:50%!important;
      margin-bottom:0!important;
  }
}
.forminator-response-message .forminator-success + .forminator-pagination-progress{
  display: none!important;
}
/*redesign style*/
.products__section .col-4 a img {
	max-height: 380px;
    min-height: 260px;
    object-fit: contain;
    object-position: center;
}
.forminator-ui#forminator-module-282.forminator-design--default .forminator-button-back {
	    justify-content: center;
}
.tabs__section .container-fluid {
	padding: 0;
}
#primary-menu li:last-of-type {
	pointer-events: none;
    user-select: none;
}
.forminator-pagination-footer {
	margin-top: 0!important;
}
.forminator-pagination-footer {
	top: 10px;
    position: relative;
}
.discover-button .button2 button:active, .discover-button .button2 button:focus {
	background-color: transparent!important;
}
@media (max-width: 991.98px) {
	#primary-menu li:last-of-type a{
		color: #F00;
		font-size: 18px;
	}
	#configurator .container .container {
		padding: 0;
	}
	#primary-menu li:last-of-type {
		margin-top: 10px;
	}
}
@media (max-width: 767.98px) {
	#navbarNav .menu-item a {
    	font-size: 22px;
	}
}
.discover-button .button1 ul, .discover-button .button1 ul li, .discover-button .button1 ul .textwidget,
.button-gogreen ul, .button-gogreen ul li, .button-gogreen ul li .textwidget{
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
}
.nofile{
  opacity: .3;
}
.modal-body p br{
  display: none;
}
.forminator-ui.forminator-custom-form[data-design=default] .forminator-radio .forminator-radio-bullet~span {
  margin-left: 0!important;
}
#primary-menu li:last-of-type {
  display: flex;
  align-items: center;
}
.forminator-ui.forminator-custom-form[data-design=default] .forminator-radio span {
  font-weight: 600;
}
.archive {
  min-height: 700px;
}
@media (max-width: 767.98px) {
	.archive {
    min-height: 400px;
  }
}
@font-face {
  font-family: "NotoSans-Bold";
  src: url(../fonts/NotoSans-Bold.ttf);
}
@media (max-width: 575.98px) {
  .banner__section .button-scroll{
    width: 100%;
  }
}
@media (max-width: 991.98px) {
.gogreen_section-single .leftside .content{
  padding-left: 0;
  padding-right: 0;
} 
}