@font-face {
    font-family: 'thesansitalic';
    src: url('../fonts/thesans-italic-webfont.woff2') format('woff2'),
        url('../fonts/thesans-italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'thesanslight';
    src: url('../fonts/thesans-light-webfont.woff2') format('woff2'),
        url('../fonts/thesans-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'thesansregular';
    src: url('../fonts/thesans-regular-webfont.woff2') format('woff2'),
        url('../fonts/thesans-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'thesanssemi_bold';
    src: url('../fonts/thesans-semibold-webfont.woff2') format('woff2'),
        url('../fonts/thesans-semibold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'thesansbold';
    src: url('../fonts/thesans-bold-webfont.woff2') format('woff2'),
        url('../fonts/thesans-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

.fw-400 {
    font-family: 'thesansregular', sans-serif;
}

.fw-600 {
    font-family: 'thesanssemi_bold', sans-serif;
}

.fw-700 {
    font-family: 'thesansbold', sans-serif;
}

.font-italic {
    font-style: italic;
}

.opacity-100 {
    opacity: 1;
}

h2, h3, h4 {
	text-wrap: balance;
}

.has-sm-font-size {
	font-size: var(--wp--preset--font-size--small);
}

/*
.btn-cta {
    color: #fff;
    background-color: #EE8010;
    border-color: #EE8010;
}

.btn-cta:hover {
  color:#fff;
  background-color:#0b5ed7;
  border-color:#0a58ca
}
*/

/** SVG Icons */

.svg-icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 1em;
  height: 1em;
  color: inherit;
  fill: currentColor;
  line-height: 1;
  flex-shrink: 0;
  max-width: initial;
}

.svg-icon use {
  color: inherit;
  fill: currentColor;
}

/** Text component */

.text-component > *:first-child {
	margin-top: 0;
    padding-top: 0;
}

.text-component > *:last-child {
	margin-bottom: 0;
}

.text-component > h1,
.text-component > h2,
.text-component > h3,
.text-component > h4,
.text-component > h5,
.text-component > h6 {
    padding-top: 0.5em;
}

.text-component > ul:not([class]) {
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 0.5em;
	list-style: none;
	padding-left: 1em;
	margin: 0;
}

.text-component > ul:not([class]) > li {
	position: relative;
	padding-left: 1em;
}

.text-component > ul:not([class]) > li::before {
	content: "+";
	pointer-events: none;
	position: absolute;
	left: 0;
	color: #EE8010;
}

.mw-768 {
	max-width: 768px;
}

.mw-640 {
	max-width: 640px;
}

/** Section */

.section {
    position: relative;
	padding-top: var(--wp--preset--spacing--70);
	padding-bottom: var(--wp--preset--spacing--70);
	padding-top: clamp(2.5rem, 1.4286rem + 4.5714vw, 4rem);
	padding-bottom: clamp(2.5rem, 1.4286rem + 4.5714vw, 4rem);
}

/** Body */

body {
    font-family: 'thesansregular', sans-serif;
    color: #1D1D1D;
}

body.active {
    overflow: hidden;
}

.nav-link:focus,
.nav-link:hover {
    color: #EE8010;
}

/* mobile toggle */

.m_button {
    -webkit-tap-highlight-color: #1D1D1D;
    -webkit-tap-highlight-color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    cursor: pointer;
    width: 48px;
    height: 48px;
}

.m_button span {
    background-color: #1D1D1D;
    width: 32px;
    height: 2px;
    margin: 3px 0px 3px 0px;
    transition: margin 0.4s cubic-bezier(0.79, 0.21, 0.06, 0.81), transform 0.4s cubic-bezier(0.79, 0.21, 0.06, 0.81);
}

.m_button span:nth-child(2) {
    transform-origin: 50% 50%;
}

.active .m_button span {
    background-color: #EE8010;
}

.active .m_button span {
    margin: -1px;
}

.m_button span:nth-child(1) {
    display: none;
}

.active .m_button span:nth-child(1) {
    display: block;
}

.active .m_button span:nth-child(1) {
    transform: rotate(-45deg);
}

.active .m_button span:nth-child(2) {
    transform: scale(0);
}

.active .m_button span:nth-child(3) {
    transform: rotate(45deg);
}

/* mobile toggle */

.main-color {
    color: #1D1D1D !important;
}

.header-scroll {
    background-color: #FFF;
    top: 0;
    z-index: 11;
}

.text-hold {
    color: #8D8D8D;
}

.pointer {
    cursor: pointer;
}

.text-hover:hover {
    color: #EE8010 !important;
}

.bg-img-none {
    background-image: none;
}

.i-span {
    font-family: auto;
    color: #EE8010;
    text-align: center;
    font-size: 16px;
    font-style: italic;
    font-weight: 700;
    line-height: 130%;
    min-width: 22px;
    width: 22px;
    height: 22px;
    border: 2px solid #EE8010;
    border-radius: 50%;
    display: inline-block;
    margin-right: 10px;
}

.back-btn {
    color: #1D1D1D;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    text-decoration: none;
    margin-bottom: 35px;
    display: flex;
    align-items: end;
}

.close-menu {
    height: 30px;
}

.w-80 {
    width: 80%;
}

.details-ul ul li::marker {
    color: #EE8010;
}

.details-ul ul {
    padding: 24px 0 48px 15px;
    margin-bottom: 0;
}

.fs-14 {
    font-size: 14px;
}

/* p {
    font-size: 17px;
}

li {
    font-size: 17px;
} */

.mr-32 {
    margin-right: 32px;
}

a {
    color: #EE8010;
}

a:hover {
    color: #573d23;
}

a:active {
    color: #EE8010;
}

.w-48 {
    width: 48%;
}

.z--1 {
    z-index: -1;
}

.color-dark {
    color: #1d1d1d !important;
}

.color-orange {
    color: #EE8010 !important;
}

.bg-blur {
    background: #FFF;
    backdrop-filter: blur(100px);
}

.main-btn {
    display: flex;
    justify-content: center;
    margin-top: 100px;
}

.main-btn a {
    background: #EE8010;
    display: flex;
    /* max-width: 280px; */
    /* width: 280px; */
    min-width: min(100%, 280px);
    padding: 1em 1.5em;
    justify-content: center;
    align-items: center;
    color: #FFF;
    text-align: center;
    font-size: 1rem;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    text-decoration: none;
    transition: 0.5s;
    border: 2px solid #EE8010;
}

.main-btn a:hover {
    background: transparent;
    color: #EE8010;
    border: 2px solid #EE8010;
    transition: 0.5s;
}

footer .main-btn .newsletter-btn {
    background: transparent;
    color: #EE8010;
    border: 2px solid #EE8010;
    transition: 0.5s;
    display: flex;
    max-width: 280px;
    width: 280px;
    padding: 18px 0px 13px 0px;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    text-decoration: none;
}

footer .main-btn .newsletter-btn:hover {
    background: #EE8010;
    color: #FFF;
    transition: 0.5s;
    border: 2px solid #EE8010;
}

header {
    position: fixed;
    top: 10px;
    width: 100%;
    z-index: 11;
}

header .dropdown-toggle::after {
    content: url(../images/down-arrow.svg) !important;
    border-top: none !important;
    margin-left: 4px !important;
    vertical-align: baseline !important;
    transition: 0.7s;
}

header .dropdown .dropdown-toggle.show::after {
    border-bottom: none !important;
    border-top: none !important;
    margin-left: 4px !important;
    vertical-align: baseline !important;
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    transition: 0.7s;
}

header .navbar-container {

}

header .navbar ul li a {
    color: #1D1D1D;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    display: flex;
    justify-content: space-between;
}

header .navbar ul li a:hover {
    color: #EE8010 !important;
}

header .navbar ul li a.active {
    color: #EE8010 !important;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: transparent;
}

header .navbar .contact-btn a {
    display: inline-flex;
    height: 64px;
    padding: 0px 55px;
    justify-content: center;
    align-items: center;
    background: #EE8010;
    color: #fff;
    font-weight: 700;
    border-radius: 0;
}

header .navbar .contact-btn a:hover {
    color: #EE8010 !important;
    border: 1px solid #EE8010;
    background: #fff;
}

.navbar-toggler:focus {
    box-shadow: none !important;
}

.header-menu li {
    padding: 0 12px;
}

header .dropdown-menu {
    background: #FFF;
    box-shadow: 0px 15px 30px 0px rgba(29, 29, 29, 0.15);
    border: none;
    left: 0;
    margin-top: 0 !important;
}

header .dropdown-menu li {
    padding: 0;
}

header .dropdown-menu li a {
    padding: 14px 45px;
    align-items: center;
}

header .navbar .dropdown-menu li a:hover {
    background: #EE8010;
    color: #fff !important;
}

/** posts slider */

.post-slider {
    --_nav-button-size: clamp(2.5rem, 1.7857rem + 3.0476vw, 3.5rem);
    position: relative;
}

.post-slider__container {
    position: relative;
}

.post-slider__container:not(:has(.swiper-button-lock)) {
    padding-bottom: calc(var(--_nav-button-size) + 1.75rem);
}

.post-slider__container .swiper-button-nav:not(.swiper-button-lock) {
    display: inline-flex;
}

.post-slider__container .swiper-button-nav {
    align-items: center;
    justify-content: center;
    width: var(--_nav-button-size);
    height: var(--_nav-button-size);
    font-size: calc(var(--_nav-button-size) * 0.5);
    color: #EE8010;
    background-color: white;
    border: 0 none;
    padding: 0;
    border-radius: 50%;

    position: absolute;
    bottom: 0.25rem;
    right: 0;
    top: auto;
    left: auto;
    margin-top: 0;
}

.post-slider__container .swiper-button-nav:active {
    transform: scale(0.94);
}

.post-slider__container .swiper-button-nav.swiper-button-prev {
    right: calc(var(--_nav-button-size) + 0.5rem);
}

.post-slider__container .swiper-button-nav.swiper-button-disabled {
    opacity: 0.45;
    pointer-events: none;
}

.post-slider__container .swiper-button-nav svg {
    width: 1em;
    height: 1em;
}

/** slider section */

.slider-section {
    position: relative;
    height: 600px;
    padding-top: 150px;
}

.slider-section .full-width-div {
    padding-right: 0 !important;
    position: absolute;
    top: 0;
    right: 0;
    left: 50%;
    margin-left: auto;
}

.slider-section .heading h1 {
    /* font-size: 65px;*/
    font-size: 55px;
    line-height: 110%;
    letter-spacing: -2.6px;
    margin-bottom: 40px;
}

.slider-section .heading p {
    color: #1D1D1D;
    font-size: 17px;
    line-height: 150%;
    margin-bottom: 32px;
}

.slider-section .carousel-item img {
    width: 100%;
    height: 600px;
    object-fit: cover;
}

.portfolio-section {
    padding-bottom: 88px;
}

.portfolio-section .portfolio-box .menu-list {
    display: none;
}

.portfolio-section .accordion-body {
    padding-bottom: 0;
}

.portfolio-section.accordian-section .accordion-detail .accordion-item .accordion-body .para,
.portfolio-section.accordian-section .accordion-detail .accordion-item .accordion-body .para p {
    margin-bottom: 56px;
}

.portfolio-section.accordian-section .accordion-detail .accordion-item {
    border-bottom: none;
}

.portfolio-section.accordian-section .accordion-detail .accordion-button {
    color: #1D1D1D;
    /*font-size: 64px;*/
    font-size: 50px;
    font-weight: 400;
    line-height: 110%;
    letter-spacing: -2.56px;
    cursor: pointer;
    border-top: 1px solid #DBDBDB;
    background: transparent;
}

.portfolio-section .portfolio-box:hover .accordion-button {
    color: #EE8010;
}

.portfolio-section .portfolio-box:hover .accordion-button .plus-span {
    color: #1D1D1D;
}

.portfolio-section.accordian-section .accordion-button:not(.collapsed):after,
.portfolio-section.accordian-section .accordion-button:after {
    display: none;
}

.portfolio-heading .heading a {
    background: #EE8010;
    border-radius: 50%;
    width: 56px;
    height: 56px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 1;
    transition: 0.5s;
}

.portfolio-heading .heading a:hover {
    padding-top: 20px;
    transition: 0.5s;
}

.mobile-view-poerfolio {
    padding: 0 0 55px 0;
}

.mobile-view-poerfolio h3 {
    color: #1D1D1D;
    font-size: 21px;
    font-weight: 400;
    line-height: 100%;
    display: flex;
    flex-wrap: wrap;
}

.mobile-view-poerfolio a {
    font-size: 16px;
    font-weight: 700;
    line-height: 100%;
}

.mobile-view-poerfolio a:hover {
    color: #EE8010;
}

.mobile-view-poerfolio .moretext {
    display: none;
    margin-top: 32px;
}


.mobile-view-poerfolio .mobile-portfolio-img {
    height: 150px;
    width: 100%;
    object-fit: cover;
}

.carousel-indicators [data-bs-target] {
    width: 70px !important;
    height: 2px !important;
    margin-left: 10px;
}

.carousel-indicators [data-bs-target].active {
    background-color: #EE8010 !important;
}

.testimonials-slide-section::before {
    content: "";
    position: absolute;
    background-color: #EE8010;
    width: 67%;
    height: 256px;
}

.testimonials-slide-section {
    /* background: #EE8010; */
    /* padding: 40px 96px; */
    /* width: 67%; */
    margin-top: -80px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.testimonials-slide-section .testimonials-slider {
    width: 70%;
}

.testimonials-slide-section .testimonials-slider .client-image {
    height: 175px;
    width: 100%;
    object-fit: cover;
}

.testimonials-slide-section .testimonials-slider .client-feedback h3,
.testimonials-slide-section .testimonials-slider .product-label__inner {
    background: #358535;
    display: inline-flex;
    padding: 8px 8px 4px 8px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: #FFF;
    font-size: 14px;
    margin-bottom: 32px;
}

.testimonials-slide-section .testimonials-slider .client-feedback .red-lable h3 {
    background: #DD2121;
}

.testimonials-slide-section .testimonials-slider .client-feedback .green-lable h3 {
    background: #358535;
}

.testimonials-slide-section .testimonials-slider .product-label.red-lable .product-label__inner {
    background: #DD2121;
}

.testimonials-slide-section .testimonials-slider .product-label.green-lable .product-label__inner {
    background: #358535;
}

.testimonials-slide-section .testimonials-slider .client-feedback h2,
.testimonials-slide-section .testimonials-slider .product-title {
    color: #FFF;
    font-size: 27px;
    font-weight: 400;
    line-height: 120%;
}

.testimonials-slide-section .slide-arrow .news__arrows .news__arrow_dir_left i,
.testimonials-slide-section .slide-arrow .news__arrows .news__arrow_dir_right i {
    color: #fff;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    font-weight: 100;
    cursor: pointer;
}

.testimonials-slide-section .slide-custom-pagination {
    color: #FFF;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    line-height: 150%;
}

.testimonials-slide-section .slide-custom-pagination {
    position: absolute;
    left: 53px;
    bottom: 0;
}

.testimonials-slide-section .slide-arrow .news__arrows .news__arrow_dir_left i {
    position: absolute;
    left: 6px;
    bottom: -13px;
}

.testimonials-slide-section .slide-arrow .news__arrows .news__arrow_dir_right i {
    position: absolute;
    left: 76px;
    bottom: -13px;

}

.pagination-position {
    position: relative;
}

.cross-icon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
    transition: 0.5s;
}

.image-box:hover .cross-icon {
    opacity: 1;
    transition: 0.5s;
}

.details-section {
    padding: 140px 0 100px 0;
}

.details-section .details-content {
    display: flex;
    align-items: center;
}

.details-section .details-content img {
    /* width: 64px;
    height: 64px; */
    width: 48px;
    height: 48px;
    object-fit: cover;
}

.details-section .details-content h3,
.details-content__title {
    color: #1D1D1D;
    font-size: 48px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: -2.6px;
    margin-bottom: 0;
}

.plus-span {
    color: #EE8010;
}

.details-section .details-para p {
    color: #1D1D1D;
    font-size: 27px;
    font-size: 24px;
    font-weight: 400;
    line-height: 140%;
    margin-top: 100px
}


.hover-section .hover-section-box:hover .hover-taitle h2,
.hover-section .hover-section-box:hover .hover-taitle p {
    color: #FFF;
}

.arrow-round-icon {
    --_size: clamp(2.5rem, 1.7857rem + 3.0476vw, 3.5rem);
    background-color: #EE8010;
    color: white;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: var(--_size);
    height: var(--_size);
    font-size: calc(var(--_size) * 0.625);
    transition: 0.8s;
}

.arrow-round-icon:hover {
    /* padding-left: 25px; */
    transition: 0.8s;
}

.hover-section .hover-section-box:hover {
    min-height: 380px;
    border-bottom: none;
    transition: 0.8s;
}

.hover-section .hover-section-box {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    min-height: 280px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid #D1D1D1;
    transition: 0.8s;
}

.hover-section .hover-taitle h2 {
    color: #1D1D1D;
    /* font-size: 65px; */
    font-size: 50px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: -2.6px;
    display: flex;
    flex-wrap: wrap;
}

.hover-section .hover-taitle p {
    color: #1D1D1D;
    font-size: 17px;
    font-weight: 400;
    line-height: 150%;
}

.counter-section {
    padding-top: 96px;
    padding-bottom: 96px;
    padding-top: clamp(4rem, 2.5714rem + 6.0952vw, 6rem);
    padding-bottom: clamp(4rem, 2.5714rem + 6.0952vw, 6rem);
}

.counter-section .counter {
    display: flex;
    justify-content: center;
    gap: 80px;
}

.counter-section .counter .item {
    min-width: 290px;
}

.counter-section .counter .count,
.counter-section .counter .plus-text {
    color: #1D1D1D;
    text-align: center;
    /* font-size: 127px;*/
    font-size: 85px;
    font-weight: 300;
    line-height: 100%;
    letter-spacing: -5.08px;
    margin-bottom: 40px;
}

.counter-section .counter .plus-text {
    color: #EE8010;
}

.counter-section .counter .text {
    color: #1D1D1D;
    text-align: center;
    font-size: 21px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    display: flex;
    justify-content: center;
}

.accordian-section .control-room-image img {
    width: 100%;
    max-height: 700px;
    object-fit: cover;
    margin-bottom: 95px;
}

.accordian-section .right-left h2 {
    color: #1D1D1D;
    /* font-size: 65px; */
    font-size: 55px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: -2.6px;
}

.accordian-section .accordion-box {
    padding: 140px 0;
}

.accordian-section .accordion-detail .accordion-button h2 {
    font-size: 27px;
}

.accordian-section .accordion-detail .accordion-button {
    color: #EE8010;
    font-size: 27px;
    line-height: 100%;
    background: transparent;
    padding: 40px 0;
    box-shadow: none;
    display: flex;
    align-items: baseline;
}

.accordian-section .accordion-button.collapsed {
    color: #1D1D1D;
}

.accordian-section .accordion-button.collapsed .plus-span {
    color: #EE8010;
}

.accordian-section .accordion-detail .accordion-item {
    border: none;
    border-bottom: 1px solid #DBDBDB;
    background: transparent;
}

.accordian-section .accordion-button:not(.collapsed):after {
    content: url(../images/accordian-close.svg);
    background-image: none;
    background: #EE8010;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    /* align-items: baseline; */
    align-items: center;
    line-height: 50px;
    margin-left: auto;
}

.accordian-section .accordion-button:after {
    content: url(../images/accordian-open.svg);
    background-image: none;
    width: 48px;
    height: 48px;
    background: #EE8010;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    /* align-items: baseline; */
    align-items: center;
    line-height: 50px;
    margin-left: auto;
}

.accordion-body {
    padding-bottom: 56px;
    padding-top: 0;
}

.accordian-section .accordion-detail .accordion-item .accordion-body .para,
.accordian-section .accordion-detail .accordion-item .accordion-body .para p {
    color: #1D1D1D;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.accordian-section .accordion-detail .accordion-item .under-image {
    width: 90%;
    height: 450px;
    object-fit: cover;
}

.gallery-solutions-scrolling {
    background: #F4F4F4;
    padding: 144px 0 96px 0;
}


.gallery-solutions-scrolling .slider-heading h2 {
    color: #1D1D1D;
    text-align: center;
    /* font-size: 65px; */
    font-size: 55px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: -2.6px;
    margin-bottom: 96px;
}

/* .gallery-solutions-scrolling .swiper-button-prev,
.gallery-solutions-scrolling .swiper-container-rtl .swiper-button-next {
    bottom: 90px !important;
    right: 80px !important;
    left: auto !important;
    top: auto !important;
    background-image: none !important;
    background-image: none !important;
    background: white;
    border-radius: 50%;
    width: 56px !important;
    height: 56px !important;
    display: flex;
    align-items: center;
    justify-content: center;
} */

/* .gallery-solutions-scrolling .swiper-button-next,
.gallery-solutions-scrolling .swiper-container-rtl .swiper-button-prev {
    bottom: 90px !important;
    right: 0 !important;
    left: auto !important;
    top: auto !important;
    background-image: none !important;
    background: white;
    border-radius: 50%;
    width: 56px !important;
    height: 56px !important;
    display: flex;
    align-items: center;
    justify-content: center;
} */

/* .swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    background-color: #fff;
    opacity: 1;
} */

/* .gallery-solutions-scrolling .swiper-button-next svg path,
.gallery-solutions-scrolling .swiper-button-prev svg path {
    stroke: #EE8010 !important;
}

.gallery-solutions-scrolling .swiper-button-disabled svg path {
    stroke: #DBDBDB !important;
} */

.gallery-solutions-scrolling .swiper-slide .card-body h3 {
    color: #1D1D1D;
    font-size: 21px;
    font-weight: 400;
    line-height: 120%;
    margin-bottom: 25px;
}

.gallery-solutions-scrolling .swiper-slide .card-body p {
    color: #6B6B6B;
    font-size: 14px;
    font-weight: 400;
    line-height: 140%;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.gallery-solutions-scrolling .swiper-slide .card-footer a {
    text-decoration: none;
    color: #EE8010;
    font-size: 17px;
    font-weight: 700;
    line-height: 100%;
    /* padding-bottom: 32px; */
    display: inline-flex;
}

.gallery-solutions-scrolling .swiper-slide .card-footer a:hover {
    text-decoration: underline;
}

.slider__item.slick-slide.slick-current.slick-active {}

.swiper-scrollbar {
    --swiper-scrollbar-sides-offset: 38%;
    --swiper-scrollbar-bottom: 1.5rem;
    /* bottom: 114px !important;
    right: 0 !important;
    left: auto !important;
    top: auto !important; */
    background-image: none !important;
    background: #DBDBDB;
    width: 24% !important;
    height: 4px !important;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: auto;
}

.swiper-scrollbar-drag {
    background-color: #EE8010 !important;
}

.form-aection {
    padding: 96px 0;
    padding: clamp(5rem, 2.8571rem + 9.1429vw, 8rem) 0 clamp(4rem, 2.5714rem + 6.0952vw, 6rem);
}

.form-aection .heading h2 {
    color: #1D1D1D;
    /* font-size: 65px; */
    font-size: 55px;
    font-weight: 400;
    line-height: 110%;
    letter-spacing: -2.6px;
}

.form-aection .heading p {
    color: #1D1D1D;
    font-size: 21px;
    font-weight: 400;
    /* line-height: 100%; */
    margin-top: 45px;
}

.form-aection .main-btn input {
    background: #EE8010;
    display: flex;
    max-width: 280px !important;
    width: 280px !important;
    padding: 18px 0px 13px 0px;
    justify-content: center;
    align-items: center;
    color: #FFF !important;
    text-align: center;
    font-size: 17px !important;
    font-weight: 700 !important;
    line-height: 100% !important;
    text-decoration: none;
    transition: 0.5s;
    border: 2px solid #EE8010;
    margin-top: 24px;
    text-transform: none;
    margin: 0;
    padding: 0 !important;
    box-shadow: none;
    min-height: 48px;
    border-radius: 0;
}

.form-aection .main-btn input:hover {
    background: transparent !important;
    color: #EE8010 !important;
    border: 2px solid #EE8010;
    transition: 0.5s;
    box-shadow: none;
}

.form-aection .form-group.input-material {
    position: relative;
    margin-bottom: 40px;
}

.form-aection .form-group.input-material label {
    color: #6F6F6F;
    font-size: 14px;
    font-weight: 400;
    line-height: 100%;
    position: absolute;
    pointer-events: none;
    bottom: 15px;
    transition: 0.1s ease all;
    -moz-transition: 0.1s ease all;
    -webkit-transition: 0.1s ease all;
    display: flex;
    align-items: center;
}

.form-aection .form-group.input-material textarea.form-control~label {
    bottom: 90%;
    bottom: calc(100% - 26px);
}

.form-aection .form-group.input-material .form-control,
.form-aection .form-group.input-material .form-select {
    border: none;
    border-bottom: 1px solid #1D1D1D;
    border-radius: 0px;
    background-color: transparent;
    padding-left: 32px;
    box-shadow: none;
}


.form-aection .form-group.input-material .form-control:focus,
.form-aection .form-group.input-material .form-control[value]:not([value=""]),
.form-aection .form-group.input-material .form-select:focus,
.form-aection .form-group.input-material .form-select[value]:not([value=""]) {
    border-bottom: 2px solid;
    border-bottom-color: #EE8010;
    color: #1D1D1D;
    font-size: 17px;
    font-weight: 600;
    line-height: 100%;
}

.form-aection .form-group.input-material .form-control:focus~label,
.form-aection .form-group.input-material .form-control[value]:not([value=""])~label,
.form-aection .form-group.input-material .form-select:focus~label,
.form-aection .form-group.input-material .form-select[value]:not([value=""])~label {
    top: unset;
    bottom: 100%;
    bottom: calc(100% - 0px);
    font-size: 14px;
    font-weight: 500;
}

.form-aection .form-group.input-material .form-select {
    background-position: right 0 center;
    padding-left: 0;
}

#kontaktform form.wpcf7-form div.two>p {
    width: 46%;
}

#kontaktform form,
#kontaktform form p {
    margin: 0 !important;
    padding: 0;
}

#kontaktform form input {
    color: #1D1D1D;
    font-size: 17px;
    font-weight: 600;
    line-height: 100%;
    padding-left: 28px;
    width: calc(100% - 28px);
}

#kontaktform form textarea {
    color: #1D1D1D;
    font-size: 17px;
    font-weight: 600;
    line-height: 100%;
    padding-bottom: 0;
    padding-left: 28px;
    width: calc(100% - 28px);
}

#kontaktform form label {
    color: #6F6F6F;
    font-size: 14px;
    font-weight: 400;
    line-height: 100%;
}

footer {
    padding: 95px 0 64px 0;
    background: #1D1D1D;
}

footer .accordion-button {
    pointer-events: none;
}

.footer-logo img {
    margin-bottom: 100px;
}

.footer-menu-title {
    color: #FFF;
    font-size: 21px;
    line-height: 110%;
    margin-bottom: 45px;
}

.footer-menu-link {
    padding-left: 0;
}

.footer-menu-link li {
    margin-bottom: 16px;
    list-style-type: none;
}

.footer-menu-link li a {
    color: #FFF;
    font-size: 17px;
    line-height: 100%;
    text-decoration: none;
}

.footer-menu-link li a:hover {
    color: #EE8010;
}

.footer-input {
    border-bottom: 1px solid #fff;
    padding-bottom: 16px;
}

.footer-input input {
    background-color: transparent;
    border: none;
    border-radius: 0;
    outline: none !important;
    box-shadow: none !important;
}

.footer-input input:focus,
.footer-input input::placeholder {
    background-color: transparent !important;
    color: #FFF;
    font-size: 14px;
    font-weight: 400;
    line-height: 120%;
}

.footer-text {
    color: #8D8D8D;
    font-size: 14px;
    font-weight: 400;
    line-height: 120%;
    margin-top: 16px;
}

.footer-bottom {
    padding-top: 80px;
}

footer .social-image {
    display: flex;
    height: 56px;
    width: 56px;
    border-radius: 50%;
    border: 1px solid #EE8010;
    align-items: center;
    justify-content: center;
    transition: 0.8s;
    text-decoration: none;
}

footer .social-image i {
    font-size: 25px;
    color: #EE8010;
    transition: 0.8s;
}

.social-image:hover i {
    color: #fff;
    transition: 0.8s;
}

footer .social-image:hover {
    background-color: transparent;
    background-color: #EE8010;
    transition: 0.8s;
}

.accordian-details-section .collapse:not(.show) {
    display: block;
}

.accordian-details-section .accordion-button {
    pointer-events: none;
}

.main-text {
    color: #1D1D1D;
    font-size: 65px;
    font-weight: 400;
    line-height: 110%;
    letter-spacing: -2.6px;
    margin-bottom: 80px;
}

.accordian-details-section .accordion-header .accordion-button {
    color: #EE8010;
    font-size: 41px;
    font-weight: 400;
    line-height: 110%;
    letter-spacing: -0.82px;
    background: transparent;
    padding-left: 0;
    box-shadow: none;
    padding-top: 0;
    padding-bottom: 56px;
}

.accordian-details-section .accordion-button:not(.collapsed)::after {
    display: none;
}

.accordion-button::after {
    display: none;
}

.accordian-details-section .accordion-body .bold-text {
    color: #1D1D1D;
    font-size: 21px;
    line-height: 110%;
    margin-bottom: 32px;
}

.accordian-details-section .accordion-body strong {
    color: #1D1D1D;
    font-size: 21px;
    line-height: 110%;
    margin-bottom: 32px;
    display: flex;
    font-weight: 500;
}

.accordian-details-section .accordion-body p,
.accordian-details-section .accordion-body ul li {
    color: #6F6F6F;
    font-size: 17px;
    line-height: 140%;
    margin-bottom: 56px;
}

.product-details-section .accordian-details-section .accordion-body p,
.product-details-section .accordian-details-section .accordion-body ul li {
    margin-bottom: 16px;
    color: #6F6F6F;
    font-size: 17px;
}

.product-details-section img.me-3 {
	width: 50px;
    height: 50px;
}

.accordian-details-section .accordion-body .normal-text,
.accordian-details-section .accordion-body ul li {
    color: #6F6F6F;
    font-size: 17px;
    line-height: 140%;
    padding-bottom: 56px;
}

.accordian-details-section .accordion-body ul li {
    margin-bottom: 10px;
}

.accordian-details-section .accordion-body ul li {
    padding-bottom: 8px;
}

.accordian-details-section .padding-bottom {
    padding-bottom: 88px;
}

.karriere-details {
    padding: 130px 0;
}

.blog-page-section {
    padding: 190px 0 140px 0;
    background: #F4F4F4;
}

.main-heading h1 {
    color: #1D1D1D;
    /* font-size: 64px; */
    font-size: 55px;
    line-height: 110%;
    letter-spacing: -2.6px;
    margin-bottom: 65px;
}

.main-heading h1 sup {
    color: #8D8D8D;
    font-size: 27px;
    line-height: 120%;
    top: -35px;
}

.blog-page-section .blog-image {
    height: 380px;
    object-fit: cover;
}

.blog-page-section .card-body h3 {
    color: #1D1D1D;
    font-size: 27px;
    line-height: 120%;
    margin-bottom: 24px;
}

.blog-page-section .card-body p {
    color: #6F6F6F;
    font-size: 14px;
    font-weight: 400;
    line-height: 140%;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 8px;
}

.blog-page-section .card-footer a {
    text-decoration: none;
    color: #EE8010;
    font-size: 17px;
    font-weight: 700;
    line-height: 100%;
    margin-bottom: 25px;
    display: inline-block;
}

.blog-page-section .card-footer a:hover {
    text-decoration: underline;
}

.blog-details-section {
    padding: 120px 0 0 0;
}

.blog-details-section .blog-details-image {
    width: 100%;
    object-fit: cover;
    margin-bottom: 32px;
}

.blog-details-section h1 {
    color: #1D1D1D;
    font-size: 41px;
    font-weight: 400;
    line-height: 110%;
}

.blog-details-section h1,
.blog-details-section h2,
.blog-details-section h3,
.blog-details-section h4,
.blog-details-section h5,
.blog-details-section h6 {
    margin-bottom: 40px;
}

.blog-details-section p {
    color: #6F6F6F;
    font-size: 17px;
    font-weight: 400;
    line-height: 150%;
}

.blog-details-section .all-blog-post {
    padding-bottom: 45px;
}

.blog-details-section .small-post .heading h2 {
    color: #1D1D1D;
    font-size: 21px;
    line-height: 110%;
    margin-bottom: 24px;
}

.blog-details-section .small-post .small-post-box {
    border-top: 1px solid #DBDBDB;
    padding: 24px 0;
}

.blog-details-section .small-post .small-post-box .small-image {
    width: 100%;
    height: 125px;
    object-fit: cover;
}

.blog-details-section .small-post .small-post-box h3 {
    color: #1D1D1D;
    font-size: 17px;
    line-height: 120%;
    margin-bottom: 24px;
}

.blog-details-section .small-post .small-post-box a {
    color: #EE8010;
    font-size: 17px;
    font-weight: 700;
    line-height: 100%;
    text-decoration: none;
}

.blog-details-section .small-post .small-post-box a:hover {
    text-decoration: underline;
}

.default-page {
    padding-top: 150px;
}

.contact-us .normal-text p {
    margin-bottom: 0;
}

.contact-us .normal-text {
    color: #6F6F6F;
    font-size: 17px;
    line-height: 140%;
    padding-bottom: 40px;
}

.contact-us .bold-text {
    color: #6F6F6F;
    font-size: 21px;
    line-height: 130%;
}

.contact-us .row-1 {
    padding-bottom: 40px;
}

.contact-us .row-2 {
    margin-top: 80px;
    padding-bottom: 88px;
}

.contact-us .row-2 .normal-text {
    padding-bottom: 56px;
}

.filter-tab {
    background-color: #F4F4F4;
    padding: 70px 0 150px 0;
}

.button-group button {
    padding: 0 50px 10px 50px;
    color: #6F6F6F;
    font-size: 27px;
    font-weight: 400;
    line-height: 30px;
    text-align: center;
    background: no-repeat;
    border: none;
    border-bottom: 3px solid transparent;
}

.button-group button.tab-button1 {
    font-size: 65px;
    padding: 50px;
    border-bottom: 3px solid transparent;
}

.button-group button.active-tab {
    color: #EE8010 !important;
    border-bottom: 3px solid #EE8010;
    background: none !important;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    background: none;
    color: #EE8010;
    border-bottom: 3px solid #EE8010 !important;
    border-radius: 0;
}

.button-group button:hover {
    color: #EE8010;
    border-bottom: 3px solid #EE8010;
    border-radius: 0;
}

.filter-tab .card .man-img {
    width: 100%;
    height: 215px;
    object-fit: cover;
    border-radius: 0;
}

.filter-tab .card .card-body h3 {
    color: #1D1D1D;
    font-size: 17px;
    font-weight: 600;
    line-height: 19px;
}

.filter-tab .card .card-body p {
    color: #6F6F6F;
    font-size: 14px;
    font-weight: 400;
    line-height: 15px;
}

.filter-tab .card .card-footer a {
    font-size: 14px;
    font-weight: 500;
    line-height: 15px;
    padding-bottom: 12px;
}

.filter-tab .card .card-body {
    padding: 20px 15px;
}

.filter-tab .card .card-footer {
    padding: 20px 15px;
}

.big-para p {
    font-size: 27px;
}

.partner-section {
    padding-bottom: 0;
}

.partner-section .partner-image {
    width: 100%;
    height: 700px;
    object-fit: cover;
}

.partner-box h2 {
    background: #EE8010;
    color: #FFF;
    font-size: 65px;
    display: flex;
    justify-content: center;
    width: 394px;
    height: 394px;
    align-items: center;
    margin-top: -125px;
}

.filter-product-tab .accordian-section .accordion-detail .accordion-button .category-name {
    font-size: 21px;
}

.filter-product-tab .accordian-section .accordion-detail .accordion-button {
    padding: 15px 0;
}

.filter-product-tab .accordian-section .accordion-button:not(.collapsed):after {
    content: url(../images/after-white.svg);
    background: #EE8010;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.filter-product-tab .accordian-section .accordion-button:after {
    content: url(../images/down-arrow.svg);
    background: none;
    line-height: 41px;
}

.filter-product-tab .product-image {
    width: 90%;
    height: auto;
    object-fit: cover;
    margin-bottom: 10px;
}

.filter-product-tab .product-name-plus a {
    color: #1D1D1D;
    font-size: 17px;
    font-weight: 400;
    line-height: 17px;
    text-align: left;
}

.filter-product-tab .product-name-plus a:hover {
    color: #EE8010;
}

.filter-product-tab .product-name-plus .plus-span {
    font-size: 35px;
    color: #EE8010;
}

.filter-product-tab .accordion-body .sub-product-name a {
    color: #1D1D1D;
    font-size: 17px;
    font-weight: 400;
    line-height: 17px;
    text-decoration: none;
}

.filter-product-tab .accordion-body .sub-product-name a:hover,
.filter-product-tab .accordion-body .sub-product-name a:active,
.filter-product-tab .accordion-body .sub-product-name a.active {
    color: #EE8010;
}

.filter-product-tab .button-group {
    border-bottom: 1px solid #DBDBDB;
    margin-bottom: 70px;
}

.filter-product-tab .green-lable {
    text-transform: uppercase;
    font-size: 12px;
    background: #358535;
    color: #fff;
    position: absolute;
    top: 0;
    padding: 2px 10px;
}

.filter-product-tab .red-lable {
    text-transform: uppercase;
    font-size: 12px;
    background: #DD2121;
    color: #fff;
    position: absolute;
    top: 0;
    padding: 2px 10px;
}

.popup-model .modal-content .modal-footer {
    padding-bottom: 2.083333vw !important;
}

.popup-model .modal-content {
    padding: 0 2.083333vw;
    display: block;
}

.popup-model .modal-content .popup-img {
    width: 70%;
    margin: auto;
}

.popup-model .modal-content .popup-under-img {
    width: 100%;
    height: 16.927083vw;
    object-fit: contain;
    margin-bottom: 20px;
}

.popup-model .popup-title {
    border-bottom: 1px solid #DBDBDB;
    padding-bottom: 10px;
}

.popup-model .popup-title h2 {
    font-size: 1.71875vw;
    font-weight: 400;
    line-height: 33px;
}

.popup-model .popup-para {
    margin-top: 30px;
}

.main-btn .download-btn {
    background: transparent;
    color: #EE8010;
    border: 2px solid #EE8010;
    transition: 0.5s;
    display: flex;
    max-width: 280px;
    width: 280px;
    padding: 18px 0px 13px 0px;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    text-decoration: none;
}

.main-btn .download-btn:hover {
    background: #EE8010;
    color: #FFF;
    transition: 0.5s;
    border: 2px solid #EE8010;
}

.navbar-brand {
    max-width: min(100%, 220px);
    padding-top: 0;
    padding-bottom: 0;
}

.site-logo {
    max-width: min(100%, 220px);
    height: auto;
}

.page-template-tpl-drohnenshow-buchen .navbar-brand {
    max-width: min(100%, 248px);
}

.page-template-tpl-drohnenshow-buchen .site-logo {
    max-width: min(100%, 248px);
}

/* header .navbar-brand img {
    height: 30px;
} */

/* .page-template-tpl-drohnenshow-buchen header .navbar-brand img {
    height: 46px;
} */

.product-details-section {
    padding: 150px 0;
}

.product-details-section .product-title h2 {
    color: #1D1D1D;
    font-size: 1.71875vw;
    font-weight: 400;
    line-height: 40px;
    margin-bottom: 40px;
}

.product-details-section .bottom-button {
    width: 100%;
    flex-wrap: wrap;
}

.product-details-section .slider .slick-arrow {
    position: absolute;
    top: 50%;
    z-index: 1;
    width: 3rem;
    height: 3rem;
    transform: translateY(-50%);
    font-size: 0;
    border: 0px solid #fff;
    border-radius: 50%;
    transition: 0.25s;
}

.product-details-section .slider .slick-arrow:active {
    transform: translateY(-50%) scale(0.9);
}

.product-details-section .slider .slick-prev {
    left: 1vw;
}

.product-details-section .slider .slick-prev::after{
    content: url("https://audio-frames.de/wp-content/uploads/2024/03/orange-arrow-left.svg");
}

.product-details-section .slider .slick-next::after{
     content: url("https://audio-frames.de/wp-content/uploads/2024/03/orange-arrow-right.svg");
}

.product-details-section .slider .slick-next {
    right: 1vw;
}

.product-details-section .slider__item {
    position: relative;
    height: auto;
}

.product-details-section .slider__item img {
    width: 100%;
    object-fit: contain;
    height: 425px;
}

.product-details-section .slider__counter {
    font-size: 20px;
    color: #1D1D1D;
    margin: 30px 0;
    text-align: center;
}


@media screen and (min-width: 1200px) {

    .dropdown:hover .dropdown-menu {
        display: block;
    }

    .dropdown .dropdown-menu {
        display: none;
    }

    header .dropdown-toggle::after {
        content: url(../images/down-arrow.svg) !important;
        border-top: none !important;
        margin-left: 4px !important;
        vertical-align: baseline !important;
        transition: 0.7s;
    }

    header .dropdown:hover .dropdown-toggle::after {
        border-top: none !important;
        margin-left: 4px !important;
        vertical-align: baseline !important;
        -moz-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
        transition: 0.7s;
    }
}

@media (max-width: 1199px) {

    .header-menu.navbar-nav {
        margin-top: 60px;
    }

    header .navbar ul li a {
        font-size: 27px;
    }

    header .navbar ul .dropdown-menu {
        background: transparent;
        box-shadow: none;
    }

    header .navbar ul .dropdown-menu a {
        font-size: 18px;
        padding-left: 0;
    }

    header .navbar ul li.contact-btn a {
        height: 48px;
        font-size: 16px;
        min-width: 298px;
    }

    header .dropdown-toggle::after {
        font-size: 22px;
        border-radius: 50%;
        width: 40px;
        height: 40px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    header .dropdown .dropdown-toggle.show::after {
        content: url(../images/after-white.svg) !important;
        border-bottom: none !important;
        background: #EE8010;
        border-radius: 50%;
        width: 40px;
        height: 40px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .details-section .details-content h3,
    .details-content__title {
        font-size: 40px;
    }

    .details-section .details-para p {
        font-size: 20px;
    }

    .testimonials-slide-section::before {
        height: 200px;
    }

    .testimonials-slide-section .testimonials-slider {
        width: 67%;
    }

    .counter-section .counter {
        gap: 30px;
    }

    .counter-section .counter .count,
    .counter-section .counter .plus-text {
        /*font-size: 80px;*/
        font-size: 60px;
        margin-bottom: 15px;
    }

    .form-aection .heading h2 {
        font-size: 46px;
    }

    .bg-blur {
        padding: 12px 4px;
    }

    .navbar-container.bg-blur {
        padding-left: 0;
        padding-right: 0;
    }

    .slider-section .heading h1 {
        font-size: 50px;
    }

    .portfolio-section.accordian-section .accordion-detail .accordion-button {
        font-size: 48px;
    }

    .portfolio-section.accordian-section .accordion-button:not(.collapsed):after,
    .portfolio-section.accordian-section .accordion-button:after {
        line-height: 40px;
    }

    .button-group button {
        font-size: 20px;
    }

    .big-para p {
        font-size: 20px;
    }

    .partner-box h2 {
        width: 200px;
        height: 200px;
        font-size: 40px;
    }

    .partner-section {
        padding-bottom: 0;
    }

    .button-group button.tab-button1 {
        font-size: 45px;
        padding: 30px;
    }

    .popup-model .popup-title h2 {
        font-size: 33px;
    }

    .product-details-section .product-title h2 {
        font-size: 33px;
        margin-bottom: 30px;
    }

}

@media (max-width: 1024px) {

    .navbar-collapse#navbarSupportedContent {
        height: 90vh;
        overflow: auto;
    }

    .header-menu.navbar-nav {
        height: calc(100% - 100px);
        overflow: auto;
    }

    header .navbar ul li.contact-btn {
        position: fixed;
        bottom: 15px;
        width: 100%;
    }

    header .navbar ul li.contact-btn a {
        min-width: 100%;
    }

    .blog-details-section .blog-details-image {
        height: 350px;
    }

    .blog-details-section h1 {
        font-size: 30px;
    }

    .blog-details-section .small-post .small-post-box .small-image {
        height: 75px;
    }

    .blog-details-section .small-post .small-post-box h3 {
        font-size: 14px;
        margin-bottom: 5px;
    }

    .blog-details-section .small-post .small-post-box a {
        font-size: 14px;
    }

    .gallery-solutions-scrolling {
        padding: 80px 0;
    }

    .gallery-solutions-scrolling .slider-heading h2 {
        margin-bottom: 40px;
    }

    .footer-logo img {
        margin-bottom: 40px;
    }

    footer .accordion-button {
        pointer-events: auto;
    }

    .button-group button {
        padding: 0 10px 5px 10px;
        font-size: 18px;
    }

    .accordian-section .right-left h2 {
        font-size: 45px;
    }

    .partner-section .partner-image {
        height: 370px;
    }

    .button-group button.tab-button1 {
        font-size: 40px;
        padding: 20px;
    }

    .popup-model .popup-title h2 {
        font-size: 28px;
    }

    .product-details-section .product-title h2 {
        font-size: 28px;
    }

    .filter-product-tab .button-group {
        margin-bottom: 45px;
    }
}

@media (max-width: 991px) {

    .w-80 {
        width: 100%;
    }

    .slider-section .full-width-div {
        position: unset;
        margin-left: auto;
        width: 100%;
    }

    .slider-section {
        padding-top: 90px;
        height: auto;
    }

    .slider-section .heading h1 {
        font-size: 33px;
        line-height: 120%;
        letter-spacing: -0.66px;
        margin-bottom: 32px;
    }

    .slider-section .heading p {
        font-size: 16px;
        margin-bottom: 40px;
    }

    .portfolio-heading .heading a {
        margin-bottom: -27px;
    }

    .portfolio-section.accordian-section .accordion-detail .accordion-button {
        font-size: 30px;
    }

    .portfolio-section.accordian-section .accordion-button:not(.collapsed):after,
    .portfolio-section.accordian-section .accordion-button:after {
        line-height: 50px;
    }

    .px-00 {
        padding-left: 0;
        padding-right: 0;
    }

    .slider-section .carousel-item img {
        height: 350px;
    }

    .testimonials-slide-section .testimonials-slider .client-feedback h2,
    .testimonials-slide-section .testimonials-slider .product-title {
        font-size: 21px;
    }

    .testimonials-slide-section {
        background-color: #EE8010;
        padding: 15px 0 65px 0;
        margin-top: 0px;
    }

    .testimonials-slide-section::before {
        display: none;
    }

    .testimonials-slide-section .testimonials-slider {
        width: 100%;
    }

    .pagination-position {
        position: unset;
    }

    .testimonials-slide-section .testimonials-slider .client-image {
        width: 100%;
        height: 135px;
    }


    .testimonials-slide-section .slide-custom-pagination {
        position: absolute;
        right: 50%;
        transform: translateX(50%);
        bottom: 15px;
    }

    .testimonials-slide-section .slide-arrow .news__arrows .news__arrow_dir_right i {
        position: absolute;
        right: 0;
        left: auto;
        bottom: 0;
    }

    .testimonials-slide-section .slide-arrow .news__arrows .news__arrow_dir_left i {
        bottom: 0;
        left: 0;
    }

    .details-section .details-content img {
        width: 40px;
        height: 40px;
    }

    .hover-section .hover-taitle h2 {
        font-size: 40px;
    }

    .hover-section .hover-taitle p {
        font-size: 16px;
    }

    .counter-section .counter .count,
    .counter-section .counter .plus-text {
        font-size: 65px;
    }

    .counter-section .counter .text {
        font-size: 18px;
    }

    .counter-section .counter .item {
        min-width: 190px;
    }

    .order-one {
        order: -1;
    }

    .form-aection .heading h2 {
        font-size: 40px;
    }

    .main-text {
        font-size: 42px;
        margin-bottom: 60px
    }

    .accordian-details-section .accordion-header .accordion-button {
        font-size: 32px;
    }

    .karriere-details {
        padding: 30px 0;
    }

    .footer-menu-link li {
        margin-bottom: 22px;
    }

    .footer-menu-title {
        color: #fff;
        margin-top: 0;
        margin-bottom: 0;
    }

    footer .accordion-body {
        padding-bottom: 0;
    }

    footer .mail-box {
        margin-bottom: 48px;
    }

    .footer-bottom {
        padding-top: 32px;
    }

    .partner-box h2 {
        margin-top: -200px;
    }
}

@media (max-width: 767px) {

    header {
        top: 0px;
    }

    .navbar-brand {
        max-width: min(100%, 180px);
    }

    .site-logo,
    .page-template-tpl-drohnenshow-buchen .site-logo {
        max-width: min(100%, 180px);
    }

    /* header .navbar-brand img {
        width: auto;
        height: 23px;
    } */

    /* .page-template-tpl-drohnenshow-buchen header .navbar-brand img {
        height: 38px;
    } */

    header .navbar {
        padding-top: 0;
        padding-bottom: 0;
    }

    p {
        font-size: 16px;
    }

    li {
        font-size: 16px;
    }

    .bg-blur {
        padding: 12px 4px;
    }

    .navbar-container.bg-blur {
        padding-left: 0;
        padding-right: 0;
    }

    .main-btn a {
        max-width: 100%;
        width: 100%;
        font-size: 16px;
    }

    footer .main-btn .newsletter-btn {
        max-width: 100%;
        width: 100%;
        font-size: 16px;
    }

    footer {
        padding: 80px 0 40px 0;
    }

    .form-aection .main-btn input {
        max-width: 100% !important;
        width: 100% !important;
        margin-top: 24px;
        font-size: 16px !important;
    }

    .testimonials-slide-section .testimonials-slider .client-feedback h3,
    .testimonials-slide-section .testimonials-slider .product-label__inner {
        margin-bottom: 16px;
    }

    .details-section {
        padding: 80px 0;
    }

    .details-section .details-content {
        padding-bottom: 20px;
        margin-bottom: 20px;
        border-bottom: 1px solid #D1D1D1;
    }

    .details-section .details-content h3,
    .details-content__title {
        font-size: 33px;
    }

    .details-section .details-para p {
        font-size: 16px;
        margin-top: 12px;
        margin-bottom: 0;
    }

    .hover-section .hover-taitle h2 {
        font-size: 33px;
        margin-bottom: 22px;
    }

    .hover-section .hover-section-box {
        height: 470px;
        flex-direction: column;
        justify-content: space-between;
        padding: 40px 0 100px 0;
    }

    .hover-section .hover-section-box .hover-taitle h2,
    .hover-section .hover-section-box .hover-taitle p {
        color: #FFF;
    }

    .hover-taitle .arrow-round-icon {
        position: absolute;
        right: 20px;
        bottom: 20px;
    }

    .counter-section .counter {
        display: block;
        text-align: center;
    }

    .marquee-div {
        display: flex;
    }


    .main-btn {
        margin-top: 40px;
    }

    .accordian-section .control-room-image img {
        margin-bottom: 40px;
    }

    .accordian-section .right-left h2 {
        font-size: 33px;
        margin-bottom: 32px;
        letter-spacing: -0.66px;
    }

    .accordian-section .accordion-detail .accordion-button h2 {
        font-size: 18px;
    }

    .accordian-section .accordion-button:not(.collapsed):after {
        width: 40px;
        height: 40px;
        line-height: 45px;
        margin-left: auto;
    }

    .accordian-section .accordion-button:after {
        width: 40px;
        height: 40px;
        line-height: 45px;
    }

    .accordian-section .accordion-detail .accordion-item .under-image {
        height: 350px;
        width: 100%;
        margin-bottom: 25px;
    }

    .accordian-section .accordion-detail .accordion-button {
        font-size: 18px;
        gap: 15px;
        padding: 16px 0;
        line-height: 110%;
    }

    .accordian-section .accordion-detail .accordion-item .accordion-body .para,
    .accordian-section .accordion-detail .accordion-item .accordion-body .para p {
        font-size: 16px;
    }

    .accordian-section .accordion-box {
        padding: 50px 0px 80px 0;
    }

    .gallery-solutions-scrolling .swiper-slide .card-body h3 {
        font-size: 17px;
        font-weight: 600;
        margin-bottom: 8px;
    }

    .gallery-solutions-scrolling .swiper-slide .card-body p {
        font-size: 12px;
        display: block;
        display: -webkit-box;
        -webkit-line-clamp: 2;
    }

    .carousel-indicators [data-bs-target] {
        width: 40px !important;
    }

    .gallery-solutions-scrolling .swiper-slide .card-footer a {
        font-size: 14px;
        padding-bottom: 20px;
    }

    .gallery-solutions-scrolling .swiper-button-next,
    .gallery-solutions-scrolling .swiper-container-rtl .swiper-button-prev {
        display: none;
    }

    .gallery-solutions-scrolling .swiper-button-prev,
    .gallery-solutions-scrolling .swiper-container-rtl .swiper-button-next {
        display: none;
    }

    .swiper-button-nav {
        display: none !important;
    }

    .swiper-scrollbar {
        --swiper-scrollbar-sides-offset: 1%;
        /* bottom: 90px !important; */
        width: 100% !important;
    }

    .gallery-solutions-scrolling .slider-heading h2 {
        font-size: 33px;
        margin-bottom: 25px;
        text-align: start;
    }

    .w-48 {
        width: 100%;
    }

    .form-group.input-material {
        margin-bottom: 24px;
    }

    /* .form-aection {
        padding: 80px 0 60px 0;
    } */

    #contact-form {
        padding-top: 20px;
    }

    .form-aection .heading h2 {
        font-size: 33px;
        letter-spacing: -0.66px;
        line-height: 120%;
    }

    .form-aection .heading p {
        font-size: 16px;
        margin-top: 24px
    }

    #kontaktform form.wpcf7 div.two {
        display: block;
    }

    #kontaktform form.wpcf7-form div.two>p {
        width: 100%;
    }

    .footer-bottom {
        padding-top: 0px;
    }

    .footer-logo .site-logo {
        max-width: min(100%, 180px);
    }

    /* .footer-logo img {
        height: 25px;
    } */

    .accordian-details-section .collapse:not(.show) {
        display: none;
    }

    .accordian-details-section .accordion-button {
        pointer-events: auto;
    }

    .main-text {
        font-size: 33px;
        margin-bottom: 40px;
    }

    .accordian-details-section .accordion-item {
        margin-bottom: 5px;
    }

    .accordian-details-section .accordion-header .accordion-button {
        font-size: 21px;
        padding-bottom: 24px;
    }

    .accordion-body {
        padding-bottom: 32px;
    }

    .accordian-details-section .accordion-body .bold-text {
        font-size: 18px;
        margin-bottom: 24px;
    }

    .accordian-details-section .accordion-body strong {
        font-size: 18px;
        margin-bottom: 24px;
    }

    .accordian-details-section .accordion-body p {
        font-size: 16px;
        margin-bottom: 50px;
    }

    .accordian-details-section .accordion-body .normal-text,
    .accordian-details-section .accordion-body ul li {
        font-size: 16px;
        padding-bottom: 50px;
    }

    .accordian-details-section .accordion-body ul li {
        padding-bottom: 10px;
    }

    .accordian-details-section .accordion-button:not(.collapsed)::after {
        display: block;
        background-image: url(../images/down-arrow.svg);
        height: 11px;
    }

    .accordian-details-section .padding-bottom {
        padding-bottom: 26px;
    }

    .accordion-button::after {
        display: block;
        background-image: url(../images/down-arrow.svg);
        height: 11px;
    }

    .karriere-details {
        padding: 0px 0;
    }

    .blog-page-section {
        padding: 111px 0 80px 0;
    }

    .main-heading h1 {
        font-size: 33px;
        margin-bottom: 40px;
        letter-spacing: -0.66px;
    }

    .main-heading h1 sup {
        font-size: 18px;
        top: -15px;
    }

    .blog-page-section .card-body h3 {
        font-size: 21px;
    }

    .blog-page-section .card-body p {
        margin-bottom: 0;
    }

    .blog-page-section .card-footer a {
        font-size: 16px;
    }

    .back-btn {
        margin-bottom: 24px;
    }

    .blog-details-section {
        padding-top: 95px;
    }

    .blog-details-section h1 {
        font-size: 27px;
    }

    .blog-details-section h1,
    .blog-details-section h2,
    .blog-details-section h3,
    .blog-details-section h4,
    .blog-details-section h5,
    .blog-details-section h6 {
        margin-bottom: 32px;
    }

    .blog-details-section p {
        font-size: 16px;
    }

    .blog-details-section .blog-details-image {
        margin-bottom: 24px;
    }

    .blog-details-section .small-post .small-post-box h3,
    .blog-details-section .small-post .small-post-box a {
        font-size: 16px;
        line-height: 120%;
        margin-bottom: 25px;
    }

    .blog-details-section .small-post .small-post-box .small-image {
        height: 90px;
    }

    .blog-details-section .small-post .small-post-box {
        padding: 16px 0;
    }

    .blog-details-section .small-post .small-post-box:last-child {
        border-bottom: 1px solid #DBDBDB;
    }

    .default-page {
        padding-top: 100px;
    }

    .contact-us .normal-text {
        font-size: 16px;
        padding-bottom: 32px;
    }

    .contact-us .bold-text {
        font-size: 18px;
    }

    .contact-us .row-1 {
        padding-bottom: 8px;
    }

    .contact-us .row-2 {
        margin-top: 40px;
        padding-bottom: 24px;
    }

    .footer-social-box {
        margin-top: 48px;
        gap: 32px;
    }

    .all-tab-button {
        background-color: #F4F4F4;
        background-color: #F4F4F4;
        padding-top: 40px;
        margin-top: 40px;
    }

    .filter-tab {
        padding: 40px 0 80px 0;
    }

    .filter-product-tab {
        padding-top: 0;
        padding-bottom: 30px;
    }
    
    .tax-product_categorie .filter-product-tab {
        padding-top: 110px;
        padding-bottom: 30px;
    }

    .button-group button {
        border: 2px solid #DBDBDB;
        border-radius: 30px;
        padding: 8px 20px;
        font-size: 14px;
    }

    .button-group button.tab-button1 {
        border: none !important;
        border-radius: 0;
        font-size: 27px;
        padding: 0 20px 8px 20px;
    }

    .button-group button.tab-button1.active-tab {
        border-bottom: 2px solid #EE8010 !important;
    }

    .button-group button.active-tab {
        border: 2px solid #EE8010;
    }

    .filter-tab .card {
        display: flex;
        flex-direction: row;
    }

    .filter-tab .card .man-img {
        width: 120px;
        height: 120px;
    }

    .filter-tab .card .card-body h3 {
        font-size: 14px;
    }

    .filter-tab .card .card-body p {
        font-size: 12px;
    }

    .filter-tab .card .card-footer a img {
        display: none;
    }

    .filter-tab .card .card-body {
        padding: 14px 0 14px 10px;
    }

    .filter-tab .card .card-footer {
        padding: 0 0 0 10px;
    }

    .filter-tab .card .card-footer a {
        padding-bottom: 7px;
    }

    .big-para p {
        font-size: 17px;
    }

    .partner-box h2 {
        width: 115px;
        height: 115px;
        font-size: 21px;
        margin-top: -60px;
    }

    .partner-section .partner-image {
        height: 350px;
    }

    .accordian-section .logo-mobile {
        width: 80px;
    }

    .partner-section {
        padding-bottom: 0px;
    }

    .filter-product-tab .accordion-body .sub-product-name a {
        border: 1px solid #DBDBDB;
        border-radius: 20px;
        padding: 15px 15px;
        font-size: 14px;
    }

    .filter-product-tab .accordian-section .accordion-detail .accordion-button {
        padding: 10px 0;
    }

    .filter-product-tab .product-name-plus a {
        font-size: 14px;
    }

    .filter-product-tab .button-group {
        margin-bottom: 30px;
    }

    .popup-model .modal-content .modal-footer {
        padding-bottom: 12px !important;
    }

    .popup-model .modal-content {
        padding: 0 12px;
    }

    .popup-model .popup-title h2 {
        font-size: 21px;
    }

    .popup-model {
        max-width: 100%;
    }

    .popup-model .modal-content .popup-under-img {
        height: 235px;
    }

    .popup-model .modal-footer .main-btn a {
        max-width: 280px;
        width: 280px;
    }

    .filter-product-tab .product-image {
        width: 100%;
    }

    .filter-product-tab .accordian-section .accordion-detail .accordion-button .category-name {
        font-size: 18px;
    }

    .filter-product-tab .mobile-show {
        display: none !important;
    }

    .filter-product-tab .mobile-show:nth-child(-n + 8) {
        display: flex !important;
    }

    .filter-product-tab .full .mobile-show {
        display: flex !important;
    }

    .filter-product-tab .show-button #show-more {
        background: transparent;
        color: #EE8010;
        border: 2px solid #EE8010;
        transition: 0.5s;
        display: flex;
        width: 100%;
        padding: 18px 0px 13px 0px;
        justify-content: center;
        align-items: center;
        text-align: center;
        font-size: 17px;
        font-weight: 700;
        line-height: 100%;
        margin: 0 0 30px 0;
    }

    .filter-product-tab .show-button #show-more:hover {
        background: #EE8010;
        color: #fff;
    }

    .product-details-section {
        padding: 90px 0;
    }

    .product-details-section .bottom-button a {
        width: 100%;
        max-width: 100%;
    }

    .product-details-section .accordion-button::after {
        content: url(../images/accordian-open.svg);
        background-image: none;
        width: 40px;
        height: 40px;
        background: #EE8010;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: baseline;
        line-height: 43px;
        margin-left: auto;
    }

    .product-details-section .accordian-details-section .accordion-button:not(.collapsed)::after {
        content: url(../images/accordian-close.svg);
        background-image: none;
        height: 40px;
        display: flex;
    }

    .product-details-section .product-title h2 {
        font-size: 20px;
        margin-bottom: 20px;
        line-height: normal;
    }

    .product-details-section .slider .slick-arrow {
        width: 40px;
        height: 40px;
        top: 40%;
        transform: translateY(-40%);
    }

    .product-details-section .slider__item img {
        height: 300px;
    }

    .product-details-section .slider__counter {
        font-size: 18px;
        margin: 10px 0;
    }
}

@media (max-width: 567px) {

    .blog-page-section .blog-image {
        height: 200px;
    }

    .blog-details-section .blog-details-image {
        height: 200px;
    }

    header .dropdown-menu li a {
        padding: 15px 0px;
        transition: 0.5s;
    }

    header .navbar .dropdown-menu li a:hover {
        padding: 15px 5px;
        transition: 0.5s;
    }

    .mobile-view-poerfolio .mobile-portfolio-img {
        height: 90px;
    }

    .partner-section .partner-image {
        height: 315px;
    }

    .popup-model .modal-footer {
        display: block;
    }

    .popup-model .modal-footer .main-btn a {
        max-width: 100%;
        width: 100%;
        font-size: 16px;
    }

    .popup-model .modal-body {
        padding-bottom: 142px;
    }

    .popup-model .modal-footer {
        position: fixed;
        bottom: 0;
        width: 100%;
        background: #fff;
        left: 0;
    }

    h2.sub-cat {
        margin-bottom: 20px;
    }

}

:root {
    --marquee-width: 80vw;
    /* --marquee-height: 20vh; */
    /* --marquee-elements: 50; */
    /* defined with JavaScript */
    --marquee-elements-displayed: 7;
    --marquee-element-width: calc(var(--marquee-width) / var(--marquee-elements-displayed));
    --marquee-animation-duration: calc(var(--marquee-elements) * 2s);
}

.marquee {
    color: #eee;
    overflow: hidden;
    position: relative;
}

.marquee-content {
    list-style: none;
    animation: scrolling var(--marquee-animation-duration) linear infinite;
    margin-top: 80px;
    display: none;
    gap: 20px;
}

@keyframes scrolling {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(calc(-1 * var(--marquee-element-width) * var(--marquee-elements)));
    }
}

.marquee {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    overflow: hidden;
}

.hover-section .hover-section-box:hover .marquee-content {
    display: flex;
    justify-content: space-between;
    gap: 40px;
}

.marquee-content a {
    text-decoration: none;
    color: #fff;
    font-size: 27px;
    white-space: nowrap;
    line-height: 100%;
    padding-bottom: 10px;
    display: inline-flex;
    transition: all 0.2s ease;
}

.marquee-content:hover {
    animation-play-state: paused;
}

.marquee-content a:hover {
    transform: scale(1.1);
    cursor: pointer;
}

@media (max-width: 767px) {

    :root {
        --marquee-width: 100vw;
        --marquee-height: 16vh;
        --marquee-elements-displayed: 3;
    }

    .marquee-content {
        display: flex;
    }

    .marquee-content a {
        font-size: 21px;
        margin-right: 24px;
        padding-bottom: 0;
    }
}

#footer-data .accordion-item a {
    text-decoration: none;
}

#footer-data .accordion-header a {
    color: #fff;
    font-weight: 400;
}

/** Slide card */

.card-img-top--1by1,
.card-img-top--8by5,
.card-img-top--16by9 {
    object-fit: cover;
    -o-object-fit: cover;
    width: 100%;
}

.card-img-top--1by1 {
    aspect-ratio: 1/1;
}

.card-img-top--8by5 {
    aspect-ratio: 8/5;
}

.card-img-top--16by9 {
    aspect-ratio: 16/9;
}

/** Section FAQs: Accordion */

.section-faqs .accordion-button {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1.5rem;
}

.section-faqs .accordion-button:not(.collapsed) {
	color: #EE8010;
	background-color: #FFF8F2;
}

.section-faqs .accordion-button::after {
	display: none !important;
}

.section-faqs .accordion-button-text {
	flex: 1;
	font-size: clamp(1rem, 0.9107rem + 0.381vw, 1.125rem);
	font-weight: 600;
}

.section-faqs .accordion-button-icon {
	flex-shrink: 0;
	width: 40px;
	height: 40px;
	font-size: 24px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	transform-origin: 50% 50%;
  transition: transform .3s cubic-bezier(.215,.61,.355,1);
}

.section-faqs .accordion-button[aria-expanded="true"] .accordion-button-icon {
	transform: rotate(180deg);
}

/** Video container */

.video-container {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
	overflow: hidden;
	background-color: #000000;
}

.video-container__iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0 none;
}

/** Read more */

.is-hidden {
    display: none !important;
}

.read-more {
  opacity: 0;
}

.read-more--loaded {
  opacity: 1;
}

.read-more__btn {
  background-color: transparent;
  padding: 0;
  border: 0;
  border-radius: 0;
  color: inherit;
  line-height: inherit;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  text-decoration: underline;
  font-weight: 500;
}

/* Back to top */

.back-to-top {
  /* --_size: 3rem; */
  --_size: clamp(2.5rem, 1.4286rem + 4.5714vw, 4rem);
  --_color: white;
  --_color-bg: #EE8010;
  width: var(--_size);
  height: var(--_size);
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: fixed;
  right: 1rem;
  bottom: 2rem;
  right: clamp(0.75rem, -0.1429rem + 3.8095vw, 2rem);
  bottom: clamp(0.75rem, -0.1429rem + 3.8095vw, 2rem);
  z-index: 10;
  border-radius: 50%;
  background-color: var(--_color-bg);
  color: var(--_color);
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.2s, visibility 0.2s, background-color 0.2s;
}

.back-to-top:hover {
  --_color-bg: #FF9D39;
  color: var(--_color);
  background-color: var(--_color-bg);
}

.back-to-top:active {
    transform: scale(0.95);
}

.back-to-top .svg-icon {
  font-size: calc(var(--_size) * 0.5);
  display: block;
  margin: auto;
}

.back-to-top--is-visible {
  visibility: visible;
  opacity: 1;
}