#old-slider {
  display: none;
}

#haupt-slider .hero-three__carousel .hero-three__item {
  height: 928px;
  padding: 461px 0px 205px;
}
#haupt-slider .hero-three__carousel .hero-three__item .container .hero-three__content {
  display: flex;
  flex-direction: column;
}
#haupt-slider .hero-three__carousel .hero-three__item .container .hero-three__content .hero-three__title {
  border: none;
  order: 2;
}
#haupt-slider .hero-three__carousel .hero-three__item .container .hero-three__content .hero-three__title .hero-three__title__top {
  font: 800 86px/100% var(--font-family);
  font-size: clamp(54px, 3.375rem + (1vw - 9.92px) * 2.5641, 86px);
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 38px;
  text-align: left;
}
@media (max-width: 650px) {
  #haupt-slider .hero-three__carousel .hero-three__item .container .hero-three__content .hero-three__title .hero-three__title__top {
    text-align: center;
    font-size: 50px;
  }
}
@media (max-width: 550px) {
  #haupt-slider .hero-three__carousel .hero-three__item .container .hero-three__content .hero-three__title .hero-three__title__top {
    font-size: 40px;
    margin-left: 20px;
    margin-right: 20px;
  }
}
@media (max-width: 415px) {
  #haupt-slider .hero-three__carousel .hero-three__item .container .hero-three__content .hero-three__title .hero-three__title__top {
    font-size: 31px;
  }
}
#haupt-slider .hero-three__carousel .hero-three__item .container .hero-three__content .hero-three__text {
  order: 1;
  font: 400 35px/167% var(--font-family);
  font-size: clamp(22px, 1.375rem + (1vw - 9.92px) * 1.0417, 35px);
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 10px;
  text-align: left;
}
@media (max-width: 650px) {
  #haupt-slider .hero-three__carousel .hero-three__item .container .hero-three__content .hero-three__text {
    text-align: center;
  }
}
@media (max-width: 500px) {
  #haupt-slider .hero-three__carousel .hero-three__item .container .hero-three__content .hero-three__text {
    font-size: 20px;
  }
}
@media (max-width: 415px) {
  #haupt-slider .hero-three__carousel .hero-three__item .container .hero-three__content .hero-three__text {
    font-size: 18px;
    line-height: normal;
  }
}
#haupt-slider .hero-three__carousel .hero-three__item .container .hero-three__content .hero-three__btn {
  order: 3;
  padding-right: 73px;
  z-index: 100;
}
#haupt-slider .hero-three__carousel .hero-three__item .container .hero-three__content .hero-three__btn a {
  padding: 21px 56px;
  font-size: 18px;
}
@media (max-width: 650px) {
  #haupt-slider .hero-three__carousel .hero-three__item .container .hero-three__content .hero-three__btn {
    padding-right: 0;
    text-align: center;
  }
}
#haupt-slider .hero-three__carousel .hero-three__item .hero-three__item__shape {
  top: 97px;
}
@media (max-width: 1200px) {
  #haupt-slider .hero-three__carousel .hero-three__item {
    padding-top: 370px;
  }
}
@media (max-width: 767px) {
  #haupt-slider .hero-three__carousel .hero-three__item {
    padding: 270px 0px 205px;
  }
}
@media (max-width: 650px) {
  #haupt-slider .hero-three__carousel .hero-three__item {
    padding: 370px 0px 130px;
  }
}
#haupt-slider .hero-three__carousel .owl-nav {
  display: none;
}
#haupt-slider .hero-three__carousel .owl-dots {
  bottom: 83px;
  display: flex !important;
  align-items: center;
  gap: 20px;
  position: absolute;
  text-align: left;
  bottom: 70px;
  transform: translateX(-35%);
  width: 140px;
  left: 50%;
}
@media (max-width: 1400px) {
  #haupt-slider .hero-three__carousel .owl-dots {
    width: 60px;
  }
}
@media (max-width: 1199px) {
  #haupt-slider .hero-three__carousel .owl-dots {
    width: 40px;
  }
}

.hero-two__carousel .hero-two__item {
  height: 928px;
  padding: 461px 0px 205px;
}
.hero-two__carousel .hero-two__item .hero-two__content {
  display: flex;
  flex-direction: column;
}
.hero-two__carousel .hero-two__item .hero-two__content .hero-two__text {
  order: 1;
  font: 400 35px/167% var(--font-family);
  font-size: clamp(22px, 1.375rem + (1vw - 9.92px) * 1.0417, 35px);
  text-transform: uppercase;
  color: #fff;
  margin-left: 31%;
  margin-bottom: 10px;
  text-align: left;
}
@media (max-width: 650px) {
  .hero-two__carousel .hero-two__item .hero-two__content .hero-two__text {
    margin-left: 0;
    margin-right: 0;
    text-align: center;
  }
}
@media (max-width: 500px) {
  .hero-two__carousel .hero-two__item .hero-two__content .hero-two__text {
    font-size: 20px;
  }
}
@media (max-width: 415px) {
  .hero-two__carousel .hero-two__item .hero-two__content .hero-two__text {
    font-size: 18px;
    line-height: normal;
  }
}
.hero-two__carousel .hero-two__item .hero-two__content .hero-two__title {
  order: 2;
  font: 800 86px/100% var(--font-family);
  font-size: clamp(54px, 3.375rem + (1vw - 9.92px) * 2.5641, 86px);
  text-transform: uppercase;
  color: #fff;
  margin-left: 31%;
  margin-bottom: 38px;
  text-align: left;
}
@media (max-width: 650px) {
  .hero-two__carousel .hero-two__item .hero-two__content .hero-two__title {
    margin-left: 30px;
    margin-right: 30px;
    text-align: center;
    font-size: 40px;
  }
}
@media (max-width: 500px) {
  .hero-two__carousel .hero-two__item .hero-two__content .hero-two__title {
    font-size: 35px;
    margin-left: 20px;
    margin-right: 20px;
  }
}
@media (max-width: 415px) {
  .hero-two__carousel .hero-two__item .hero-two__content .hero-two__title {
    font-size: 31px;
  }
}
.hero-two__carousel .hero-two__item .hero-two__content .hero-two__btn {
  order: 3;
  padding-right: 73px;
  z-index: 100;
}
.hero-two__carousel .hero-two__item .hero-two__content .hero-two__btn a {
  padding: 21px 56px;
  font-size: 18px;
}
@media (max-width: 650px) {
  .hero-two__carousel .hero-two__item .hero-two__content .hero-two__btn {
    padding-right: 0;
  }
}
.hero-two__carousel .hero-two__item .hero-two__item__shape {
  top: 0;
  right: 0;
  left: auto;
  bottom: auto;
}
@media (max-width: 650px) {
  .hero-two__carousel .hero-two__item {
    padding: 400px 0px 205px;
  }
}
@media (max-width: 415px) {
  .hero-two__carousel .hero-two__item {
    padding: 270px 0px 205px;
  }
}
.hero-two__carousel .owl-dots {
  bottom: 83px;
}
.hero-two__carousel .owl-dots .owl-dot:hover span, .hero-two__carousel .owl-dots .owl-dot.active span {
  background: #69a4f1;
}

#about-wrapper .about-two {
  padding: 141px 0 110px;
}
#about-wrapper .about-two .container {
  max-width: clamp(717px, 44.8125rem + (1vw - 9.92px) * 57.6923, 1437px);
}
#about-wrapper .about-two .container .about-two__left {
  margin-left: -19%;
}
#about-wrapper .about-two .container .about-two__left .about-two__thumb {
  gap: 3%;
}
@media (max-width: 576px) {
  #about-wrapper .about-two .container .about-two__left .about-two__thumb {
    display: flex;
  }
}
#about-wrapper .about-two .container .about-two__left .about-two__thumb__item img {
  width: 18vw;
  max-width: 403px;
  height: auto;
}
#about-wrapper .about-two .container .about-two__left .about-two__thumb__item .about-two__thumb__call {
  position: relative;
  margin-left: 1.8vw;
  margin-right: 1.8vw;
  margin-top: -2.6vw;
}
#about-wrapper .about-two .container .about-two__left .about-two__thumb__item .about-two__thumb__call .about-two__thumb__call__item {
  background: #454f7e;
  padding-top: 0.84vw;
  padding-right: 0.06vw;
  padding-bottom: 1.15vw;
  padding-left: 0.75vw;
  gap: 1vw;
  pointer-events: none;
}
#about-wrapper .about-two .container .about-two__left .about-two__thumb__item .about-two__thumb__call .about-two__thumb__call__item .about-two__thumb__icon {
  height: 3.16vw;
  width: 3.16vw;
  font-size: 1.77vw;
  max-width: 3.16vw;
  background: rgba(36, 31, 33, 0.2);
}
@media (max-width: 768px) {
  #about-wrapper .about-two .container .about-two__left .about-two__thumb__item .about-two__thumb__call .about-two__thumb__call__item .about-two__thumb__icon {
    height: 25px;
    width: 25px;
    font-size: 14px;
    max-width: 25px;
  }
}
#about-wrapper .about-two .container .about-two__left .about-two__thumb__item .about-two__thumb__call .about-two__thumb__call__item .about-two__thumb__content {
  display: flex;
  flex-direction: column;
}
#about-wrapper .about-two .container .about-two__left .about-two__thumb__item .about-two__thumb__call .about-two__thumb__call__item .about-two__thumb__content .about-two__thumb__number {
  order: 1;
  text-wrap: nowrap;
  font-size: 1.04vw;
  line-height: normal;
  margin-bottom: 10px;
}
#about-wrapper .about-two .container .about-two__left .about-two__thumb__item .about-two__thumb__call .about-two__thumb__call__item .about-two__thumb__content .about-two__thumb__subtitle {
  order: 2;
  font-size: 0.7vw;
  line-height: normal;
}
@media (max-width: 768px) {
  #about-wrapper .about-two .container .about-two__left .about-two__thumb__item .about-two__thumb__call .about-two__thumb__call__item .about-two__thumb__content .about-two__thumb__number {
    font-size: 13px;
  }
  #about-wrapper .about-two .container .about-two__left .about-two__thumb__item .about-two__thumb__call .about-two__thumb__call__item .about-two__thumb__content .about-two__thumb__subtitle {
    font-size: 7px;
  }
}
@media (max-width: 768px) {
  #about-wrapper .about-two .container .about-two__left .about-two__thumb__item .about-two__thumb__call .about-two__thumb__call__item {
    padding-top: 6px;
    padding-right: 0;
    padding-bottom: 9px;
    padding-left: 7px;
    gap: 13px;
  }
}
@media (max-width: 768px) {
  #about-wrapper .about-two .container .about-two__left .about-two__thumb__item .about-two__thumb__call {
    margin-left: 20px;
    margin-right: 20px;
    margin-top: -20px;
  }
}
#about-wrapper .about-two .container .about-two__left .about-two__thumb__item:nth-child(2) img {
  width: 13.9vw;
  max-width: 311px;
}
@media (max-width: 768px) {
  #about-wrapper .about-two .container .about-two__left .about-two__thumb__item:first-child {
    width: 170px;
  }
  #about-wrapper .about-two .container .about-two__left .about-two__thumb__item:last-child {
    width: 130px;
  }
  #about-wrapper .about-two .container .about-two__left .about-two__thumb__item img {
    width: 100% !important;
  }
}
@media (max-width: 991px) {
  #about-wrapper .about-two .container .about-two__left {
    margin-left: 20px;
  }
}
#about-wrapper .about-two .container .about-two__right {
  margin-left: -41px;
  padding-left: 8px;
  padding-right: 9px;
}
#about-wrapper .about-two .container .about-two__right .about-two__top {
  margin-bottom: 25px;
}
#about-wrapper .about-two .container .about-two__right .about-two__top .sec-title__tagline {
  color: #FF813C;
  font-size: clamp(12px, 0.75rem + (1vw - 9.92px) * 0.3205, 16px);
}
#about-wrapper .about-two .container .about-two__right .about-two__top .sec-title__tagline img {
  width: 1vw;
  height: auto;
  margin-top: -0.1vw;
  margin-right: 0.3vw;
}
@media (max-width: 992px) {
  #about-wrapper .about-two .container .about-two__right .about-two__top .sec-title__tagline img {
    width: 15px;
  }
}
#about-wrapper .about-two .container .about-two__right .about-two__top .sec-title__title {
  font-size: clamp(24px, 1.5rem + (1vw - 9.92px) * 1.7628, 46px);
}
#about-wrapper .about-two .container .about-two__right .about-two__top .about-two__top__text {
  font-size: clamp(14px, 0.875rem + (1vw - 9.92px) * 0.3205, 18px);
  text-align: justify;
}
#about-wrapper .about-two .container .about-two__right .about-two__feature .row.align-items-center {
  flex-direction: column;
  align-content: flex-start;
}
#about-wrapper .about-two .container .about-two__right .about-two__feature .row.align-items-center .col-xl-5 {
  order: 2;
  align-self: flex-start;
  margin-top: 1.4vw;
  width: 45.57%;
}
#about-wrapper .about-two .container .about-two__right .about-two__feature .row.align-items-center .col-xl-5 .about-two__feature__left .about-two__feature__funfact {
  border-color: #F4F2EE;
  padding: 1vw;
}
#about-wrapper .about-two .container .about-two__right .about-two__feature .row.align-items-center .col-xl-5 .about-two__feature__left .about-two__feature__funfact .about-two__funfact__item {
  padding-top: 0.4vw;
  padding-bottom: 0.6vw;
  padding-left: 1.3vw;
  padding-right: 1vw;
}
@media (max-width: 768px) {
  #about-wrapper .about-two .container .about-two__right .about-two__feature .row.align-items-center .col-xl-5 .about-two__feature__left .about-two__feature__funfact .about-two__funfact__item {
    padding: 5px 10px 7px 18px;
  }
}
#about-wrapper .about-two .container .about-two__right .about-two__feature .row.align-items-center .col-xl-5 .about-two__feature__left .about-two__feature__funfact .about-two__funfact__item__count {
  color: #454f7e;
  font-size: 1.55vw;
  line-height: normal;
}
@media (max-width: 768px) {
  #about-wrapper .about-two .container .about-two__right .about-two__feature .row.align-items-center .col-xl-5 .about-two__feature__left .about-two__feature__funfact .about-two__funfact__item__count {
    font-size: 14px;
  }
}
#about-wrapper .about-two .container .about-two__right .about-two__feature .row.align-items-center .col-xl-5 .about-two__feature__left .about-two__feature__funfact .about-two__funfact__item__text {
  font-size: 1vw;
  line-height: normal;
}
@media (max-width: 768px) {
  #about-wrapper .about-two .container .about-two__right .about-two__feature .row.align-items-center .col-xl-5 .about-two__feature__left .about-two__feature__funfact .about-two__funfact__item__text {
    font-size: 9px;
  }
}
@media (max-width: 768px) {
  #about-wrapper .about-two .container .about-two__right .about-two__feature .row.align-items-center .col-xl-5 .about-two__feature__left .about-two__feature__funfact {
    padding: 8px;
  }
}
@media (max-width: 991px) {
  #about-wrapper .about-two .container .about-two__right .about-two__feature .row.align-items-center .col-xl-5 {
    width: 22%;
  }
}
@media (max-width: 768px) {
  #about-wrapper .about-two .container .about-two__right .about-two__feature .row.align-items-center .col-xl-5 {
    width: 150px;
  }
}
#about-wrapper .about-two .container .about-two__right .about-two__feature .row.align-items-center .col-xl-7 {
  order: 1;
  width: 100%;
  margin-top: 23px;
  padding-left: 6px;
}
#about-wrapper .about-two .container .about-two__right .about-two__feature .row.align-items-center .col-xl-7 .about-two__feature__right .about-two__feature__list__item {
  text-wrap: nowrap;
  font-size: clamp(14px, 0.875rem + (1vw - 9.92px) * 0.3205, 18px);
  text-transform: none;
  margin-left: 30px;
}
#about-wrapper .about-two .container .about-two__right .about-two__feature .row.align-items-center .col-xl-7 .about-two__feature__right .about-two__feature__list__item .fas {
  position: absolute;
  margin-left: -30px;
}
@media (max-width: 1440px) {
  #about-wrapper .about-two .container .about-two__right .about-two__feature .row.align-items-center .col-xl-7 .about-two__feature__right .about-two__feature__list__item {
    text-wrap: wrap;
  }
}
@media (max-width: 768px) {
  #about-wrapper .about-two .container .about-two__right .about-two__feature .row.align-items-center .col-xl-7 .about-two__feature__right .about-two__feature__list__item {
    line-height: 28px;
  }
}
#about-wrapper .about-two .container .about-two__right .about-two__feature .row.align-items-center .col-xl-7 .about-two__feature__right .about-two__feature__list__item + .about-two__feature__list__item {
  margin-top: 0.8vw;
}
#about-wrapper .about-two .container .about-two__right .about-two__feature .row.align-items-center .col-xl-7 .about-two__feature__right .fa-check-circle {
  color: #454f7e;
  margin-right: 0.5vw;
}
@media (max-width: 991px) {
  #about-wrapper .about-two .container .about-two__right {
    margin-left: 20px;
  }
}
@media (max-width: 991px) {
  #about-wrapper .about-two .container {
    max-width: 80%;
  }
}
@media (max-width: 768px) {
  #about-wrapper .about-two .container {
    max-width: 100%;
  }
}
@media (max-width: 991px) {
  #about-wrapper .about-two {
    padding: 80px 0 20px;
  }
}

#aus-unserem-sortiment .service-two {
  background: #454f7e;
}
#aus-unserem-sortiment .service-two .container {
  max-width: 1393px;
}
#aus-unserem-sortiment .service-two .container .sec-title {
  padding-bottom: 89px;
}
#aus-unserem-sortiment .service-two .container .sec-title .sec-title__tagline {
  color: #FF813C;
  padding-top: 20px;
  font-size: clamp(12px, 0.75rem + (1vw - 9.92px) * 0.3205, 16px);
  padding-left: 19px;
}
#aus-unserem-sortiment .service-two .container .sec-title .sec-title__tagline img {
  width: 1vw;
  height: auto;
  margin-top: -0.1vw;
  margin-right: 0.3vw;
}
@media (max-width: 992px) {
  #aus-unserem-sortiment .service-two .container .sec-title .sec-title__tagline {
    padding-left: 0;
  }
  #aus-unserem-sortiment .service-two .container .sec-title .sec-title__tagline img {
    width: 15px;
  }
}
#aus-unserem-sortiment .service-two .container .sec-title .sec-title__title {
  font-size: 46px;
  margin-top: 34px;
  font-size: clamp(24px, 1.5rem + (1vw - 9.92px) * 1.7628, 46px);
  margin-top: 1.5vw;
}
@media (max-width: 768px) {
  #aus-unserem-sortiment .service-two .container .service-two__carousel .service-two__item .service-two__item__top {
    padding: 35px 25px 1px 20px;
  }
}
@media (min-width: 992px) {
  #aus-unserem-sortiment .service-two .container .service-two__carousel .service-two__item .service-two__item__top {
    min-height: 295px;
  }
}
@media (min-width: 1365px) {
  #aus-unserem-sortiment .service-two .container .service-two__carousel .service-two__item .service-two__item__top {
    min-height: 269px;
  }
}
#aus-unserem-sortiment .service-two .container .service-two__carousel .service-two__item .service-two__item__top__title {
  font-size: 25px;
  min-height: 70px;
}
@media (max-width: 768px) {
  #aus-unserem-sortiment .service-two .container .service-two__carousel .service-two__item .service-two__item__top__title {
    font-size: 20px;
  }
}
#aus-unserem-sortiment .service-two .container .service-two__carousel .service-two__item .service-two__item__top__icon {
  display: none;
}
#aus-unserem-sortiment .service-two .container .service-two__carousel .service-two__item:hover {
  background-color: #FF813C;
}
#aus-unserem-sortiment .service-two .container .service-two__carousel .service-two__item__top__title a {
  cursor: default;
  pointer-events: none;
}
#aus-unserem-sortiment .service-two .container .service-two__carousel .service-two__item__top__title a:hover {
  cursor: default;
  text-decoration: none;
}
#aus-unserem-sortiment .service-two .container .service-two__carousel .owl-dots .owl-dot span {
  box-shadow: 0 0 1px 0 #120f10 !important;
  background: rgba(105, 164, 241, 0.3) !important;
}
#aus-unserem-sortiment .service-two .container .service-two__carousel .owl-dots .owl-dot:hover span, #aus-unserem-sortiment .service-two .container .service-two__carousel .owl-dots .owl-dot.active span {
  box-shadow: 0 0 0 12px rgba(255, 255, 255, 0.1) !important;
  background: #69a4f1 !important;
}

.elementor-element.elementor-element-9c89581 {
  margin-top: -1px;
}

@media (max-width: 768px) {
  #partner-grid .elementor-widget-container .elementor-image-box-wrapper .elementor-image-box-img {
    width: 100% !important;
  }
  #partner-grid .elementor-widget-container .elementor-image-box-wrapper .elementor-image-box-img img {
    margin: auto;
  }
  #partner-grid .elementor-image-box-title {
    text-align: center;
  }
}
@media (max-width: 768px) {
  #downloads > div > div > ul > li > div.footer-widget__contact__inner {
    padding-right: 20px !important;
  }
}

@media (max-width: 768px) {
  .elementor-65 .elementor-element.elementor-element-50ab20b .elementor-divider {
    padding: 0 !important;
  }
}

#hersteller-slider {
  background: #454f7e;
}
#hersteller-slider .sec-title {
  padding-top: 14px;
  padding-bottom: 55px;
}
#hersteller-slider .sec-title .sec-title__tagline {
  color: #FF813C;
  font-size: clamp(12px, 0.75rem + (1vw - 9.92px) * 0.3205, 16px);
  padding-left: 74px;
}
#hersteller-slider .sec-title .sec-title__tagline img {
  width: 1vw;
  height: auto;
  margin-top: -0.1vw;
  margin-right: 0.3vw;
}
@media (max-width: 992px) {
  #hersteller-slider .sec-title .sec-title__tagline {
    padding-left: 0;
  }
  #hersteller-slider .sec-title .sec-title__tagline img {
    width: 15px;
  }
}
#hersteller-slider #manufacturer-carousel {
  padding-left: 5%;
  width: 77%;
}
#hersteller-slider #manufacturer-carousel .premium-adv-carousel__inner-container {
  background: #454f7e;
}
@media (max-width: 991px) {
  #hersteller-slider #manufacturer-carousel {
    width: 88%;
    padding: 0;
  }
}

.sec-title__tagline {
  color: #FF813C !important;
  font-size: clamp(12px, 0.75rem + (1vw - 9.92px) * 0.3205, 16px) !important;
}
.sec-title__tagline .sec-title__img {
  max-width: unset;
  width: 1vw;
  height: 1.1vw;
  display: inline-flex;
  margin-right: 0.3vw;
  margin-top: 0;
}
@media (max-width: 992px) {
  .sec-title__tagline .sec-title__img {
    width: 15px;
    height: auto;
  }
}

.hersteller-marken-title {
  background: #454f7e;
}
.hersteller-marken-title .sec-title__tagline {
  color: #fff;
}

#double-container {
  --widgets-spacing: 0px 20px;
}

#custom-slider .owl-item .hero-three__item {
  padding: 0;
  height: 41.3vw;
  background: #F4F2EE;
}
#custom-slider .owl-item .hero-three__item .container {
  max-width: unset;
}
#custom-slider .owl-item .hero-three__item .container .left-box {
  background: #F4F2EE;
  padding-left: clamp(45px, 2.8125rem + (1vw - 9.92px) * 19.1506, 284px);
  padding-top: clamp(15px, 0.9375rem + (1vw - 9.92px) * 9.6154, 135px);
  background-repeat: no-repeat !important;
  background-size: contain !important;
}
#custom-slider .owl-item .hero-three__item .container .left-box .hero-three__content .sec-title__tagline {
  color: #FF813C;
  font-size: clamp(12px, 0.75rem + (1vw - 9.92px) * 0.3205, 16px);
  display: inline-flex;
}
#custom-slider .owl-item .hero-three__item .container .left-box .hero-three__content .sec-title__tagline .sec-title__img {
  max-width: unset;
  width: 1vw;
  height: 1.1vw;
  display: inline-flex;
  margin-right: 0.3vw;
  margin-top: 0;
}
@media (max-width: 992px) {
  #custom-slider .owl-item .hero-three__item .container .left-box .hero-three__content .sec-title__tagline .sec-title__img {
    width: 15px;
    height: auto;
  }
}
#custom-slider .owl-item .hero-three__item .container .left-box .hero-three__content .sec-title__title {
  width: clamp(270px, 16.875rem + (1vw - 9.92px) * 25.0801, 583px);
  color: #000;
  font-size: clamp(24px, 1.5rem + (1vw - 9.92px) * 1.7628, 46px);
}
@media (max-width: 767px) {
  #custom-slider .owl-item .hero-three__item .container .left-box .hero-three__content .sec-title__title {
    width: 70%;
  }
}
@media (max-width: 520px) {
  #custom-slider .owl-item .hero-three__item .container .left-box .hero-three__content .sec-title__title {
    width: 100%;
    font-size: 22px;
  }
}
@media (max-width: 433px) {
  #custom-slider .owl-item .hero-three__item .container .left-box .hero-three__content .sec-title__title {
    min-height: 83px;
  }
}
#custom-slider .owl-item .hero-three__item .container .left-box .hero-three__content .hero-three__text {
  color: #000;
  font-size: clamp(14px, 0.875rem + (1vw - 9.92px) * 0.3205, 18px);
  margin-bottom: 20px;
  padding-right: clamp(130px, 18.9125rem + (1vw - 14.41px) * -21.602, 302.6px);
}
@media (max-width: 1440px) {
  #custom-slider .owl-item .hero-three__item .container .left-box .hero-three__content .hero-three__text {
    padding-right: 256px;
    margin-bottom: 8px;
  }
}
@media (max-width: 767px) {
  #custom-slider .owl-item .hero-three__item .container .left-box .hero-three__content .hero-three__text {
    padding-right: 0;
    min-height: 140px;
  }
}
@media (max-width: 767px) {
  #custom-slider .owl-item .hero-three__item .container .left-box .hero-three__content .hero-three__text {
    min-height: 168px;
  }
}
@media (max-width: 424px) {
  #custom-slider .owl-item .hero-three__item .container .left-box .hero-three__content .hero-three__text {
    min-height: 196px;
  }
}
#custom-slider .owl-item .hero-three__item .container .left-box .hero-three__content .btn-box {
  width: clamp(650px, 40.625rem + (1vw - 9.92px) * 28.0449, 1000px);
  background: #454f7e;
  overflow: visible;
  margin-left: 7.7%;
  display: flex;
  align-items: center;
}
#custom-slider .owl-item .hero-three__item .container .left-box .hero-three__content .btn-box span {
  color: #fff;
  font-size: clamp(22px, 1.375rem + (1vw - 9.92px) * 1.0417, 35px);
  width: 50%;
  padding-top: 1.1vw;
  padding-bottom: 2vw;
  padding-left: 3vw;
  line-height: normal;
}
@media (max-width: 767px) {
  #custom-slider .owl-item .hero-three__item .container .left-box .hero-three__content .btn-box span {
    width: 55%;
    font-size: 20px;
  }
}
@media (max-width: 520px) {
  #custom-slider .owl-item .hero-three__item .container .left-box .hero-three__content .btn-box span {
    width: 100%;
    font-size: 20px;
    padding: 20px;
  }
}
#custom-slider .owl-item .hero-three__item .container .left-box .hero-three__content .btn-box a {
  margin: auto;
  margin-left: 5.5vw;
}
@media (max-width: 767px) {
  #custom-slider .owl-item .hero-three__item .container .left-box .hero-three__content .btn-box a {
    margin-left: 5%;
    font-size: 15px;
    padding: 16px 21px;
  }
}
@media (max-width: 600px) {
  #custom-slider .owl-item .hero-three__item .container .left-box .hero-three__content .btn-box a {
    margin: auto;
    margin-bottom: 20px;
  }
}
@media (max-width: 520px) {
  #custom-slider .owl-item .hero-three__item .container .left-box .hero-three__content .btn-box a {
    font-size: 14px;
  }
}
@media (max-width: 1024px) {
  #custom-slider .owl-item .hero-three__item .container .left-box .hero-three__content .btn-box {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  #custom-slider .owl-item .hero-three__item .container .left-box .hero-three__content .btn-box {
    width: 87%;
  }
}
@media (max-width: 600px) {
  #custom-slider .owl-item .hero-three__item .container .left-box .hero-three__content .btn-box {
    width: 100%;
    margin: auto;
    flex-direction: column;
    min-height: 168px;
  }
}
@media (max-width: 520px) {
  #custom-slider .owl-item .hero-three__item .container .left-box .hero-three__content .btn-box {
    min-height: 189px;
  }
}
@media (max-width: 767px) {
  #custom-slider .owl-item .hero-three__item .container .left-box .hero-three__content {
    width: 97%;
  }
}
@media (max-width: 520px) {
  #custom-slider .owl-item .hero-three__item .container .left-box .hero-three__content {
    width: 100%;
  }
}
@media (max-width: 1440px) {
  #custom-slider .owl-item .hero-three__item .container .left-box {
    width: 45%;
  }
}
@media (max-width: 1024px) {
  #custom-slider .owl-item .hero-three__item .container .left-box {
    width: 100%;
  }
}
@media (max-width: 520px) {
  #custom-slider .owl-item .hero-three__item .container .left-box {
    padding-left: 15px;
    padding-right: 15px;
  }
}
#custom-slider .owl-item .hero-three__item .container .right-box {
  padding: 0;
  width: 58.33%;
}
@media (max-width: 1440px) {
  #custom-slider .owl-item .hero-three__item .container .right-box {
    width: 55%;
  }
  #custom-slider .owl-item .hero-three__item .container .right-box img {
    width: 105%;
  }
}
@media (max-width: 1024px) {
  #custom-slider .owl-item .hero-three__item .container .right-box {
    width: 100%;
  }
  #custom-slider .owl-item .hero-three__item .container .right-box img {
    width: 100%;
  }
}
@media (max-width: 768px) {
  #custom-slider .owl-item .hero-three__item .container {
    padding-top: 60px;
  }
}
@media (max-width: 1024px) {
  #custom-slider .owl-item .hero-three__item {
    height: auto;
  }
}
#custom-slider .owl-nav {
  position: absolute;
  left: 24%;
  margin-top: clamp(-201px, -7.75rem + (1vw - 14.41px) * -9.637, -124px);
}
#custom-slider .owl-nav button {
  cursor: pointer;
}
#custom-slider .owl-nav button span {
  width: clamp(40px, 2.5rem + (1vw - 9.92px) * 1.6026, 60px) !important;
  height: clamp(40px, 2.5rem + (1vw - 9.92px) * 1.6026, 60px) !important;
  font-size: clamp(14px, 0.875rem + (1vw - 9.92px) * 0.4006, 19px) !important;
  font-weight: 600 !important;
  border: none;
  outline: none;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  color: #454f7e;
  transition: all 500ms ease;
}
#custom-slider .owl-nav button:hover span {
  color: var(--voldor-white, #fff) !important;
  background: #FF813C;
}
#custom-slider .owl-nav button.owl-prev {
  margin-right: 1.7vw;
}
@media (max-width: 2240px) {
  #custom-slider .owl-nav {
    margin-top: clamp(-200px, -9.375rem + (1vw - 19.48px) * -17.1233, -150px);
  }
}
@media (max-width: 1947px) {
  #custom-slider .owl-nav {
    margin-top: clamp(-100px, -2.5rem + (1vw - 14.41px) * -11.8577, -40px);
  }
}
@media (max-width: 1440px) {
  #custom-slider .owl-nav {
    margin-top: clamp(-70px, -3.75rem + (1vw - 12.95px) * -9.5238, -60px);
    left: 25%;
  }
}
@media (max-width: 1294px) {
  #custom-slider .owl-nav {
    margin-top: -50px;
    left: 25%;
  }
}
@media (max-width: 1024px) {
  #custom-slider .owl-nav {
    margin-top: -68%;
  }
}
@media (max-width: 767px) {
  #custom-slider .owl-nav {
    margin-top: unset;
    top: 20px;
    left: 15px;
  }
}

.starkes-team {
  background: #fff;
  background-repeat: no-repeat;
  padding-bottom: 160px;
  background-position-x: 0;
  background-position-y: 29%;
}
.starkes-team .container {
  max-width: none;
}
.starkes-team .container .left-box {
  padding-left: clamp(47px, 2.9375rem + (1vw - 9.92px) * 19.4712, 290px);
  width: 50%;
}
.starkes-team .container .left-box .why-choose-one__left {
  background-color: transparent;
}
.starkes-team .container .left-box .why-choose-one__left .why-choose-one__top .sec-title {
  padding-top: 6vw;
}
.starkes-team .container .left-box .why-choose-one__left .why-choose-one__top .sec-title .sec-title__tagline {
  font-size: clamp(12px, 0.75rem + (1vw - 9.92px) * 0.3205, 16px);
}
.starkes-team .container .left-box .why-choose-one__left .why-choose-one__top .sec-title .sec-title__tagline img {
  width: 1vw;
  height: auto;
  margin-top: -0.1vw;
  margin-right: 0.3vw;
}
@media (max-width: 992px) {
  .starkes-team .container .left-box .why-choose-one__left .why-choose-one__top .sec-title .sec-title__tagline img {
    width: 15px;
  }
}
.starkes-team .container .left-box .why-choose-one__left .why-choose-one__top .sec-title .sec-title__title {
  font-size: clamp(24px, 1.5rem + (1vw - 9.92px) * 1.7628, 46px);
  margin-top: 1.4vw;
}
.starkes-team .container .left-box .why-choose-one__left .why-choose-one__feature .col-md-12 {
  margin: 0;
}
.starkes-team .container .left-box .why-choose-one__left .why-choose-one__feature .col-md-12 .why-choose-one__feature__item {
  background: transparent;
  padding: 0;
}
.starkes-team .container .left-box .why-choose-one__left .why-choose-one__feature .col-md-12 .why-choose-one__feature__item .why-choose-one__feature__item__content .why-choose-one__feature__item__text {
  font-size: clamp(14px, 0.875rem + (1vw - 9.92px) * 0.3205, 18px);
  line-height: 200%;
}
@media (max-width: 650px) {
  .starkes-team .container .left-box {
    padding-left: 30px;
    padding-right: 30px;
    width: 100%;
  }
}
.starkes-team .container .right-box {
  padding-left: 0;
  width: 50%;
  padding-top: 140px;
}
.starkes-team .container .right-box .why-choose-one__right .why-choose-one__thumb {
  position: relative;
  width: clamp(497px, 31.0625rem + (1vw - 9.92px) * 25.2404, 812px);
  padding-top: clamp(0px, 0rem + (1vw - 9.92px) * 12.8205, 160px);
  z-index: auto;
}
@media (max-width: 650px) {
  .starkes-team .container .right-box .why-choose-one__right .why-choose-one__thumb {
    width: 100%;
  }
}
@media (max-width: 650px) {
  .starkes-team .container .right-box {
    width: 100%;
    padding: 0;
  }
}
@media (max-width: 1024px) {
  .starkes-team {
    padding-top: 5%;
  }
}
@media (max-width: 650px) {
  .starkes-team {
    padding: 0;
  }
}

@media (min-width: 2241px) {
  #about-wrapper .about-two .container {
    max-width: 1437px;
  }
  #about-wrapper .about-two .container .about-two__left .about-two__thumb {
    gap: 10px;
  }
  #about-wrapper .about-two .container .about-two__left .about-two__thumb .about-two__thumb__item .about-two__thumb__call .about-two__thumb__call__item {
    gap: 25px;
  }
  #about-wrapper .about-two .container .about-two__left .about-two__thumb .about-two__thumb__item .about-two__thumb__call .about-two__thumb__call__item .about-two__thumb__icon {
    height: 70.8px;
    font-size: 39.65px;
  }
  #about-wrapper .about-two .container .about-two__left .about-two__thumb .about-two__thumb__item .about-two__thumb__call .about-two__thumb__call__item .about-two__thumb__content .about-two__thumb__number {
    font-size: 23.3px;
  }
  #about-wrapper .about-two .container .about-two__left .about-two__thumb .about-two__thumb__item .about-two__thumb__call .about-two__thumb__call__item .about-two__thumb__content .about-two__thumb__subtitle {
    font-size: 15.7px;
  }
  #custom-slider .owl-item .hero-three__item .container .left-box {
    padding-left: 284px;
    padding-top: 135px;
    background-repeat: no-repeat !important;
    background-size: contain !important;
  }
}
.main-header--two .main-menu .main-menu__list > li.current > a,
.main-header--two .main-menu .main-menu__list > li:hover > a {
  color: #FF813C !important;
}

.main-header--two .main-menu .main-menu__list > li > a {
  color: #454f7e !important;
}

.main-header--two .main-header__right {
  background: #454f7e !important;
}
.main-header--two .main-header__right::after {
  background: #454f7e !important;
}

.footer-wrapper .elementor .main-footer {
  background: #454f7e;
}
.footer-wrapper .elementor .main-footer .footer-widget--about::after {
  top: -25%;
}
.footer-wrapper .elementor .main-footer #contact-block .footer-widget__contact__icon i::before {
  color: #454f7e;
}
.footer-wrapper .elementor .main-footer #contact-block .footer-widget__contact__text {
  font-family: var(--voldor-font, "Plus Jakarta Sans", sans-serif);
}
.footer-wrapper .elementor .main-footer #contact-block a:hover {
  color: #FF813C;
}

.mobile-nav__content .mobile-nav__close {
  color: #454f7e;
  font-size: 25px;
}

@media (max-width: 400px) {
  .elementor-778 .elementor-element.elementor-element-602776db.e-con {
    margin-left: 20px;
  }
}