/* @font-face {
    font-family: 'Maya';
    src: url("../fonts/Maya/Maya-Regular.woff2") format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Maya';
    src: url("../fonts/Maya/Maya-Medium.woff2") format("woff2");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Maya';
    src: url("../fonts/Maya/Maya-Semibold.woff2") format("woff2");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Maya';
    src: url("../fonts/Maya/Maya-Bold.woff2") format("woff2");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
} */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html, body {
    font-family: Arial, Helvetica, sans-serif;
    color: #4E4D4D;
    position: relative;
    transition: all 0.4s;
    left: 0;
    scroll-behavior: smooth;
}
img{
    max-width: 100%;
    height: auto;
}
a:hover, img {
    outline: none;
    text-decoration: none;
}
ul, ol {
    margin: 0;
    padding: 0;
}
li {
    list-style: none;
}
a, a:hover, a:focus {
    outline: none;
    cursor: pointer;
    transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -ms-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
    text-decoration: none;
}
.site-col {
    padding: 0 20px;
}
.col-3 {
    width: 25%;
}
.col-4 {
    width: 33.3333333% 
}
.col-6 {
    width: 50%;
}
.col-5 {
    width: 41.666667%;
}
.col-7 {
    width: 58.333333%;
}
.col-8 {
    width: 66%;
}
.col-9 {
    width: 75%;
}
.col-10 {
    width: 83.33333%;
}
.col-11 {
    width: 91.666666% ;
}
.col-12 {
    width: 100%;
}
.col-5 .site-content, .col-7 .site-content {
    padding: 0 15px;
}
.site-row {
    margin: 0 -20px;
    display: flex;
    flex-wrap: wrap;
}
.site-section {
    position: relative;
    padding: 84px 0;
}
.site-section.inner-section {
    padding: 56px 0;
}
.site-section ul li {
    position: relative;
    padding-left: 18px;
    margin-bottom: 14px;
}
.site-section ul li::before {
    position: absolute;
    left: 0;
    top: 10px;
    background: #666;
    width: 6px;
    height: 6px;
    content: '';
    background-size: 100%;
    border-radius: 50%;
}
.section-title {
    margin-bottom: 49px;
}
.pt-0 {
    padding-top: 0 !important;
}
.pb-0 {
    padding-bottom: 0 !important;
}
.text-center {
    text-align: center;
}
.d-flex {
    display: flex;
    flex-wrap: wrap;
}
.justify-end {
    justify-content: flex-end;
}
.align-items-center {
    align-items: center;
}
.align-items-start {
    align-items: flex-start;
}
.justify-center {
    justify-content: center;
}
.light-bg {
    background: #f7f7f7!important;
}
.primary-bg {
    background: #A0C354!important;
}
.primary-bg * {
    color: #fff!important;
}
.site-wrapper {
    padding: 0 50px;
    max-width: 1300px;
    margin: 0 auto;
    position: relative;
}
.site-wrapper.full-width {
    max-width: 100%;
    padding: 0;
}
.justify-space-between {
    justify-content: space-between;
}
h1, h2, h3, h4, h5, h6 {
    color: #4E4E4E;
    line-height: 1.2;
    margin-bottom: 21px;
    margin-top: 42px;
    font-weight: 700;
}
h1:first-of-type, h2:first-of-type, h3:first-of-type, h4:first-of-type, h5:first-of-type, h6:first-of-type {
    margin-top: 0 
}
h2.large {
    font-size: 52px;
    font-weight: 800;
    letter-spacing: -1px;
}
h2 {
    font-size:38px;
    letter-spacing: -0.5px;
    color: #4E4E4E;
    line-height: 1.4;
}
h2.large-text {
    font-size: 48px;
    letter-spacing: -1px;
}
h3 {
    font-size: 30px;
    line-height: 1.45;
}
h4 {
    font-size: 26px;
    line-height: 1.4;
    letter-spacing: -1px;
    font-weight: 500;
}
h5 {
    font-size: 20px;
    line-height: 1.4;
    text-transform: inherit;
}
h6 {
    font-size: 18px;
    line-height: 1.4;
    text-transform: inherit;
}
h1 {
    font-size: 50px;
    letter-spacing: -1px;
}
p.large {
    font-size: 24px;
    line-height: 1.56;
}
.section-heading .section-title {
    max-width: 860px;
}
.section-heading {
    margin-bottom: 35px;
    position: relative;
}
.section-heading.has-anchor-btn .site-btn {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.shading-solutions-section .section-heading.has-anchor-btn .site-btn {
    right: 50px;
}
.section-heading.has-anchor-btn p, .section-heading.has-anchor-btn h2, .section-heading.has-anchor-btn h3 {
    padding-right: 220px;
}
.section-title {
    position: relative;
    display: inline-block;
    font-weight: 600;
    margin-bottom: 0;
}
.sub-title {
    margin-bottom: 14px;
    font-size: 20px;
    color: #3C3B3B;
    text-transform: capitalize;
}
.section-description {
    font-size: 25px;
    font-weight: 400;
    line-height: 1.56;
    margin: 21px 0 0;
    color: #646464;
}
.section-title h4 {
    margin-top: 21px;
    text-transform: none;
    color: #ffda48;
    font-weight: 600;
}
/** main css starts here **/
.main-header {
    padding: 35px 50px;
    top: 0;
    z-index: 999;
    position: relative;
    width: 100%;
}
.hdr-right svg {
    width: 40px;
    height: 40px;
    margin-right: 7px;
}
.hdr-right .site-search svg {
    width: 20px;
}
.hdr-right .screen-reader {
    color: #8D8D8D;
}
a.site-logo img {
    width: 200px;
}
.logo-description {
    margin-left: 28px;
    margin-right: auto;
    border-left: 1px solid #D8D8D8;
    padding: 10px 28px;
}
.logo-description h6 {
    color:#78A5C9;
    margin-bottom: 2px;
    font-weight: 600;
}
.logo-description p {
    margin-bottom: 0;
    font-size: 15px;
    line-height: 22px;
}
.hdr-right a .icon {
    margin-right: 10px;
    position: relative;
    top: 1px;
}
.hdr-right a .icon img {
    display: block;
    filter: brightness(0.3);
}
.hdr-right a {
    color: #3c3c3c;
    display: flex;
    font-size: 16px;
    align-items: center;
    padding: 12px 15px;
    border-radius: 22px;
}
.hdr-right a:hover {
    background: #FAFAFA 
}
.search-bar {
    margin-right: 35px;
}
.mobile-search.search-bar {
    display: none;
}
.nav-close, .site-toggle {
    display: none;
}
.site-nav {
    position: relative;
    z-index: 9;
    background: #2e3031;
    max-width: 1400px;
    margin: 0 auto;
}
.site-nav > ul {
    display: flex;
    justify-content: space-between;
    gap: 0;
}
.site-nav > ul > li {
    position: relative;
    margin: 0;
    border-right: 2px solid #4a4949;
}
.site-nav > ul > li:last-child {
    background: #93AABC;
}
.site-nav > ul > li:nth-last-child(-n+2) {
    border-right: none;
}
.site-nav > ul > li > a {
    color: #fff;
    font-size: 18px;
    padding: 16px;
    display: inline-block;
    position: relative;
    height: 60px;
    z-index: 9;
}
span.link-icon img {
    position: relative;
    margin-right: 10px;
    top: 3px;
}
.site-nav > ul > li:last-child > a{
    border-right: none;
}
.site-nav > ul > li:last-child > a:hover::before {
    height: 100%;
}
.site-nav > ul > li > a::before {
    position: absolute;
    background: #fff;
    bottom: 0;
    width: 100%;
    height: 0px;
    content: '';
    transition: all 0.4s;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1 
}
.site-nav > ul > li.motors > a::before {
    background: #4b6c79;
}
.site-nav > ul > li.motor-accessories > a::before {
    background: #8e5a57;
}
.site-nav > ul > li.cable-assembly > a::before {
    background: #945a5a;
}
.site-nav > ul > li.shading-controls-sensors > a::before {
    background: #4c7936;
}
.site-nav > ul > li.light-automation > a::before {
    background: #c8e84b;
}
.site-nav > ul > li.product-archive > a::before {
    background: #76182c;
}
.site-nav > ul > li.go-to-vestamatic-site > a::before {
    background: #78A5C9;
}
.site-nav > ul > li > a:hover::before {
    height: 3px;
}
.site-nav > ul > li > a:hover{
    color: #fff;
}
.site-nav ul li:hover ul {
    top: 100%;
    opacity: 1;
    visibility: visible;
}
.site-nav ul li ul {
    position: absolute;
    left: 0%;
    top: 120%;
    width: 360px;
    background: #fff;
    z-index: 999;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
    opacity: 0;
    transition: all 0.4s;
    visibility: hidden;
}
.site-nav ul li ul li a {
    display: block;
    font-size: 20px;
    padding: 21px 28px;
    font-weight: 600;
    color: #121212;
}
.search-bar .search-form {
    margin-left: 21px;
    position: relative;
    width: 510px;
    max-width: 100%;
}
form.search-form input:focus {
    outline: none;
    border: 1px solid #78A5C9;
}
form.search-form input {
    width: 100%;
    height: 55px;
    font-size: 16px;
    background: #FAFAFA;
    border: 1px solid #d5d5d5;
    padding: 0 65px 0 15px;
}
form.search-form input::-webkit-input-placeholder {
   /* Edge */
    color: #8D8D8D;
    font-size: 14px;
}
form.search-form input:-ms-input-placeholder {
   /* Internet Explorer 10-11 */
    color: #8D8D8D;
    font-size: 14px;
}
form.search-form input::placeholder {
    color: #8D8D8D;
    font-size: 14px;
}
.search-bar button.site-btn:hover {
    background: #78A5C9;
}
.search-bar button.site-btn {
    background: #777776;
    color: #fff;
    border-radius: 0;
    padding: 7px 11px;
    margin-left: 21px;
    position: absolute;
    right: 8px;
    top: 8px;
    border-radius: 0;
    height: 40px;
    display: flex;
    align-items: center;
}
/** hero section css **/
.hero-section {
    position: relative;
    margin-top: -60px;
    padding: 130px 0 70px 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.hero-content {
    max-width: 800px;
}
.hero-content h1 {
    color: #fff;
    position: relative;
    margin-bottom: 0;
    line-height: 1.35;
    font-weight: 600;
}
.hero-content p {
    font-size: 24px;
    margin: 14px 0 0;
    color: #fff;
}
/*** intro section css ***/
.site-block {
    display: block;
    background: #fff;
    height: 100%;
    position: relative;
    top: 0;
    transition: all 0.4s;
    z-index: 9;
    border-radius: 16px;
    overflow: hidden;
    padding-bottom: 28px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
a.site-block::before {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 10px;
    width: 100%;
    content: '';
    transition: all 0.4s;
    background: #93AABC;
}
a.site-block:hover::before {
    height: 60px;
}
.site-block:hover {
    transform: translateY(-4px);
    box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
}
.site-block .block-content {
    padding: 28px;
    position: relative;
    top: 0;
    transition: all 0.4s;
}
a.site-block:hover .block-content {
    top: -30px 
}
.site-section .block-content ul {
    margin: 14px 0 0px;
}
.block-content ul li {
    margin-bottom: 3px;
    color: #707070;
}
.site-block .block-content p {
    margin: 0 0 14px;
    color: #707070;
}
.site-block h3 {
    letter-spacing: -1px;
    transition: all 0.4s;
    margin-bottom: 14px;
    font-weight: 700;
}
.category-blocks .site-block h3 {
    font-weight: 600;
}
.site-block .anchor-div {
    position: absolute;
    bottom: 0px;
    width: calc(100% - 56px);
    left: 28px;
    -webkit-transition: all .3s;
    transition: all .3s;
    will-change: opacity,transform;
    opacity: 0;
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
}
.site-block:hover .anchor-div {
    opacity: 1;
    -webkit-transition: opacity .3s .2s,-webkit-transform .3s .2s;
    transition: opacity .3s .2s,-webkit-transform .3s .2s;
    transition: opacity .3s .2s,transform .3s .2s;
    transition: opacity .3s .2s,transform .3s .2s,-webkit-transform .3s .2s;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
}
.anchor-div span {
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    align-items: center;
    color: #fff;
}
.anchor-div span svg text {
    fill: #fff;
}
/*
.site-products .site-row .site-col a.site-block h3 {
	color: var(--color);
}
*/
.site-products .site-row .site-col a.site-block:before {
	background: var(--color);
}
.site-products .site-row .site-col .anchor-div span svg text {
    fill: var(--color);
}
/*
.site-products .site-row .site-col:nth-of-type(1) a.site-block h3 {
    color: #526B78;
}
.site-products .site-row .site-col:nth-of-type(1) a.site-block:before {
    background: #526B78;
}
.site-products .site-row .site-col:nth-of-type(1) .anchor-div span svg text {
    fill: #fff;
}
.site-products .site-row .site-col:nth-of-type(2) a.site-block h3 {
    color: #895B59;
}
.site-products .site-row .site-col:nth-of-type(2) a.site-block:before {
    background: #895B59;
}
.site-products .site-row .site-col:nth-of-type(2) .anchor-div span svg text {
    fill: #895B59;
}
.site-products .site-row .site-col:nth-of-type(3) a.site-block h3 {
    color: #56783E;
}
.site-products .site-row .site-col:nth-of-type(3) a.site-block:before {
    background: #56783E;
}
.site-products .site-row .site-col:nth-of-type(3) .anchor-div span svg text {
    fill: #56783E;
}
.site-products .site-row .site-col:nth-of-type(4) a.site-block h3 {
    color: #CEE766;
}
.site-products .site-row .site-col:nth-of-type(4) a.site-block:before {
    background: #CEE766;
}
.site-products .site-row .site-col:nth-of-type(4) .anchor-div span svg text {
    fill: #CEE766;
}
.site-products .site-row .site-col:nth-of-type(5) a.site-blockh3 {
    color: #6C212D;
}
.site-products .site-row .site-col:nth-of-type(5) a.site-block:before {
    background: #6C212D;
}
.site-products .site-row .site-col:nth-of-type(5) .anchor-div span svg text {
    fill: #6C212D;
}
*/
a.site-block:hover figure img {
    transform: scale(0.9);
}
.site-block figure img {
    transition:all 0.4s cubic-bezier(0.19, 0.06, 0, 0.99);
    display: block;
    width: 100%;
}
.site-block figure {
    overflow: hidden;
    transition: all 0.4s;
    padding: 28px 35px 0;
    position: relative;
    top: 0 
}
a.site-block:hover figure {
    top: -14px;
}
.site-block figcaption p {
    color: #695E5E;
    margin: 0;
    margin: 0 0 4px 0;
}
.site-block span.anchor-btn {
    font-size: 16px;
    color: #242424;
    opacity: 0;
    position: relative;
    left: -10px;
    transition: all 0.4s;
}
.site-block span.anchor-btn img {
    margin-left: 7px;
    transition: all 0.4s;
    display: inline-block;
}
p, li {
    font-size: 16px;
    line-height: 1.56;
    margin-bottom: 21px;
    color: #707070;
}
.form-group input.site-btn, .border-btn, .site-btn {
    display: inline-block;
    padding: 16px 30px;
    font-size: 16px;
    color: #fff;
    transition: all 0.3s;
    position: relative;
    overflow: hidden;
    z-index: 1;
    background: #93AABC;
    border: none;
    font-weight: 500;
    cursor: pointer;
    height: auto;
}
.border-btn {
    border: 1px solid #4D4F53;
    background: transparent;
    color: #16151A;
}
.site-btn.has-border-radius {
    border-radius: 32px;
}
a.site-btn img.dark-arrow {
    margin-left: 14px;
    transition: all 0.3s;
}
a.site-btn img.white-arrow {
    margin-right: 14px;
    opacity: 0;
    visibility: hidden;
    margin-left: -31px;
    transition: all 0.3s;
}
.site-btn:hover img.white-arrow {
    opacity: 1;
    visibility: visible;
    margin-left: 0;
}
.site-btn:hover img.dark-arrow {
    opacity: 0;
    margin-right: -31px;
}
span.btn-arrow img {
    width: 18px;
    line-height: 1px;
    margin-left: -18px;
    transition: all 0.4s;
    margin-top: -9px;
    position: relative;
    top: 5px;
    opacity: 0;
    visibility: hidden;
}
.site-btn:hover span.btn-arrow img{
    visibility: visible;
    opacity: 1;
    margin-left: 10px;
}
.form-group input.site-btn:hover, .border-btn:hover, .site-btn:hover {
    background: #78A5C9;
    color: #fff;
}
.border-btn:hover{
    background:#78A5C9;
    border: 1px solid#78A5C9;
}
.site-btn:hover:before {
    width: 100%;
}
.site-btn.dark-btn:before{
    background-color: #f90;
}
.site-btn.dark-btn:after{
    background-color: #f15f26;
}
.ftr-shade {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    height: 100%;
}
.ftr-contact {
    margin-top: 49px;
}
footer.site-footer {
    position: relative;
}
p.copyright {
    margin-bottom: 28px;
}
.go-top:hover {
    background-color: #78A5C9;
}
.go-top {
    background-color: #777776;
    border-radius: 0;
    top: -34px;
    display: flex;
    font-size: 14px;
    line-height: 17px;
    position: absolute;
    color: #fff;
    right: 50px;
    align-items: center;
    text-decoration: none;
    z-index: 999;
    box-shadow: rgb(10 10 11 / 20%) 0px 7px 29px 0px;
    padding: 8px;
    font-weight: 500;
    padding: 15px 25px;
    border: navajowhite;
    border-radius: 32px;
}
.single-widget .ftr-contact p {
    margin: 0 0 10px;
    font-size: 20px;
}
p.footer-desc {
    font-size: 18px;
    line-height: 30px;
    margin: 30px 0;
    max-width: 370px;
}
.ftr-logo {
    z-index: 9;
    width: 40%;
}
.ftr-widgets {
    width: 60%;
    z-index: 9;
}
.site-footer *{
    color: #fff;
    font-size: 14px;
}
.ftr-links li {
    margin-bottom: 7px;
}
.ftr-right ul {
    display: flex;
    align-items: center;
}
.ftr-right ul li {
    margin: 0;
}
.ftr-left a {
    color: #fff;
    font-size: 14px;
    text-decoration: underline;
}
.ftr-left a:hover {
    color: #78A5C9;
}
footer.site-footer {
    position: relative;
    background: #2e3031;
    padding: 84px 0 70px 0;
}
section.site-section.related-products {
    background: #f0f0f0;
}
.related-products h2 {
    font-weight: 500;
}
/** inner page css **/
.inner-hero .hero-image img {
    max-height: 316px;
}
.inner-intro p.section-description {
    padding-right: 5%;
    padding-top: 21px;
}
.category-blocks .site-block {
    background: #F8F8F8;
    box-shadow: none;
    border: 1px solid #D1D1D1;
}
.category-blocks .site-block figure {
    background: #fff;
    padding: 28px;
}
.bottom-descriptions {
    margin: 35px 0 70px;
}
.bottom-descriptions h4 {
    color: #646464;
    font-weight: 600;
    letter-spacing: -0.2px;
}
.site-col.col-9.products-section {
    max-width: 1145px;
    padding-top: 70px;
    padding-bottom: 70px;
    padding-left: 42px;
}
.products-section .site-col {
    padding: 0 15px;
}
.products-section .site-row {
    margin: 0 -15px;
}
.site-wrapper.full-width .site-row {
    padding-right: 28px;
}
aside.filter-section {
    background: #F6F7F7;
    padding: 70px 56px;
    height: 100%;
}
aside.filter-section h4 {
    display: flex;
    align-items: center;
    margin: 0;
    gap: 15px;
}
span.icon img {
    display: block;
}
.site-section .filter-section ul li {
    padding: 0;
}

.site-section .filter-section ul li::before {
    display: none;
}

.site-section .filter-section ul label{
    position: relative;
    padding-left: 35px;
    color: #333;
	cursor: pointer;
    display: block;
	transition: opacity 0.4s;
}

.site-section .filter-section ul label::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    border: 1px solid #707070;
    content: '';
    background: #fff;
    border-radius: 4px;
}

.site-section .filter-section ul label::after {
    position: absolute;
	left: 3px;
	top: 4px;
    content: '';
    background: url(../images/check-solid.svg) no-repeat;
    background-size: 100%;
    z-index: 99;
    width: 15px;
    height: 15px;
    opacity: 0;
    transition: all 0.4s;
}

.site-section .filter-section ul input:checked ~ label,
.site-section .filter-section ul label:hover {
	opacity: 0.7;
}

.site-section .filter-section ul input:checked ~ label::before {
	background-color: #F5F5F5;
	border-color: #000000;
}

.site-section .filter-section ul input:checked ~ label::after,
.site-section .filter-section ul label:hover::after {
    opacity: 1;
}

.site-section .filter-section ul input {
	display: none;
}

.filter-group {
    margin: 28px 0 42px;
}
.block-title {
    background: #fff;
    padding: 21px 28px 28px;
    margin: -28px -28px 21px;
}
.block-title p {
    margin: 0;
    color: #333;
}
.block-content h5 {
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 600;
    color: #3C3A45;
}
.block-content h5:not(:first-of-type) {
    margin-top: 28px;
}
.site-block .block-content p:last-of-type {
    margin: 0;
}
.product-features {
    margin: 49px 0;
}
.inner-intro + .category-blocks {
    margin-top: 21px;
}

.tax-product_category .category-blocks .site-block h3,
.products-section .site-block .block-title h3 {
    font-size: 18px;
    color: #4E4E4E;
	letter-spacing: -0.5px;
}
.filter-section, .products-section {
    margin: 0!important 
}
.pagination {
    border: 1px solid #CBD2D9;
    display: inline-block;
    border-radius: 6px;
    overflow: hidden;
    margin-bottom: 35px;
}
.pagination a{
    border-right: 1px solid #CBD2D9;
    display: inline-block;
    font-size: 14px;
    padding: 12px 15px;
    color: #323F4B;
    background: #fff;
}
.pagination a::last-child {
    border: none 
}
.pagination a:hover {
    background: #F5F7FA;
}
.product-variants table {
    width: 100%;
    max-width: 480px;
    border-collapse: collapse;
}
.product-variants th {
    background: #fff;
}
.product-variants th, .product-variants td {
    padding: 8px 15px;
    text-align: left;
    border-top: none;
    border-bottom: none;
    font-size: 15px;
}
.product-descriptions .product-variants h4 {
    font-size: 22px;
	    margin-bottom: 10px;
}
.product-variants tr:nth-child(odd) {
    background: #F7F7F7;
}
.product-variants .anchor-div {
    margin-top: 35px;
}
.product-thumbnail {
    border: 1px solid #ddd;
    max-width: 500px;
    position: sticky;
    top: 56px;
}
a.hero-image.gallery__itemLink {
    position: relative;
}
.related-products .site-row {
    margin: 0 -15px;
}
.related-products .site-col {
    padding: 0 15px;
}
.related-products .site-block h3 {
    font-size: 22px;
}
.form-group .form-control {
    background: #fff;
    border: none;
    width: 100%;
    font-size: 18px;
    height: 40px;
    transition: all 0.4s;
    padding: 0 15px;
    font-weight: 500;
}
.form-group {
    margin-bottom: 28px;
}
input.site-btn.dark-btn:hover {
    background: #ffda48;
}
section.site-section.contact-form-section p {
    font-size: 22px;
    max-width: 760px;
    margin: 35px auto;
    color: #fff;
    line-height: 36px;
}
.contact-form label {
    display: block;
    font-weight: 500;
    margin-bottom: 7px;
    font-size: 17px;
    color: #3C3A45;
}
.widget-title {
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 0;
    margin-right: 14px;
}
.ftr-right.d-flex li img {
    display: block;
    position: relative;
    top: -5px;
    transition: all 0.4s;
    margin-left: 10px;
}
.ftr-right.d-flex li img:hover {
    opacity: 0.7;
}
.site-cards.d-flex {
    margin: 0 -15px;
}
.site-cards.d-flex .site-block {
    display: block;
    width: 25%;
    padding: 0 15px;
    box-shadow: none;
    transition: all 0.4s;
    margin-bottom: 56px;
}
section.site-section.site-tabs {
    background: #F7F7F7;
    padding-top: 0;
    position: relative;
}
section.site-section.site-tabs::before{
    top: 0;
    width: 100%;
    left: 0;
    content: '';
    background: #fff;
    height: 270px;
    position: absolute;
}
.site-cards.lg-grid .site-col {
    padding: 0 20px;
}
.site-cards.lg-grid .site-row {
    margin-left: -20px;
    margin-right: -20px;
}
.site-cards.d-flex {
    padding-top: 56px;
}
h6.sub-title {
    font-size: 14px;
    text-transform: uppercase;
    position: relative;
    z-index: 9;
    display: inline-block;
    font-weight: 700;
}
h6.sub-title:before {
    position: absolute;
    left: 0;
    width: 100%;
    background: #B4EAE6;
    height: 10px;
    top: 11px;
    content: '';
    z-index: -1;
    opacity: 0.5;
}
.site-btn.sm-btn {
    font-size: 15px;
    padding: 12px 21px;
    font-weight: 600;
    margin: 0;
    display: inline-flex;
    vertical-align: center;
    color: #FD7722;
    border: 1px solid #FD7722;
}
.site-btn.sm-btn:hover {
    color: #fff;
    background: #FD7722;
}
.bottom-div {
    margin-top: 28px;
    position: absolute;
    bottom: 35px;
}
span.file-size {
    margin-left: 14px;
    font-size: 14px;
    color: #D0D0D0;
}
button.site-btn.sm-btn img {
    margin-left: 7px;
    position: relative;
    top: 3px;
}
span.download-arrow img {
    display: block;
    transition: all 0.4s;
    height: 18px;
    width: 15px;
}
span.download-arrow {
    position: relative;
    display: inline-block;
    height: 18px;
    padding-left: 5px;
    overflow: hidden;
}
img.btn-orange {
    margin-top: -21px;
}
.site-btn:hover img.btn-orange {
    margin-top: -4px;
}
.hero-section.article-hero:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    content: '';
    background: #f7f7f7;
    height: 460px;
}
p.has-small-font-size {
    line-height: 1.6;
    font-size: 13px;
    margin-top: 35px;
}
section.site-section.pt-4 {
    padding-top: 42px;
}
.site-share a {
    width: 50px;
    display: inline-block;
    height: 50px;
    border: 1px solid #002639;
    text-align: center;
    line-height: 50px;
    border-radius: 50%;
    margin-right: 14px;
    color: #002639;
}
.site-col aside h5 {
    align-items: center;
    display: flex;
    font-size: 20px;
    font-weight: 500;
    color: #111;
}
aside.filter-section h4 {
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0;
}
.site-col aside h5 img {
    width: 36px;
    height: 36px;
    margin-right: 14px;
}
aside .author-header h5 {
    color: #9F3232;
}
aside h5, .site-print a {
    color: #757474;
}
.site-share a:hover {
    background:#78A5C9;
    border: 1px solid#78A5C9;
}
.site-share a img {
    transition: all 0.4s;
}
.site-share a:hover img {
    -webkit-filter: invert(1) brightness(100);
    filter: invert(1) brightness(100) 
}
.social-share a img {
    -webkit-filter:grayscale(1) brightness(0.4);
    filter: grayscale(1) brightness(0.4);
    width: 16px;
}
.social-share a:hover img {
    filter: none 
}
.social-share a:hover {
    background: transparent;
    border: none;
}
.social-share a {
    position: relative;
    border: none;
    height: auto;
    width: 20px;
    line-height: initial;
}
.site-share.article-footer {
    padding: 0;
    border: navajowhite;
    margin-top: 56px;
}
.site-share.article-footer h5 {
    color: #9F3232;
}
.hero-section.inner-hero.default-template-hero {
    background: #f7f7f7;
}
.hero-section.inner-hero.default-template-hero .hero-content {
    padding-left: 0;
}
.default-template-image img {
    width: 100%;
    margin: 42px 0;
    border-radius: 12px;
    overflow: hidden;
}
.default-template-hero .hero-image img {
    border-radius: 12px;
}
section.site-section.pt-6 {
    padding-top: 63px;
}
.plain-template-site-section + .site-section, .default-template-site-section + .site-section {
    padding-top: 0;
}
.hero-section.inner-hero.plain-template-hero .hero-content {
    padding-left: 0;
    padding-bottom: 0;
}
.videos-section a.mt-video {
    width: 25%;
    margin-bottom: 56px;
}
.videos-section .mt-videos {
    padding-left: 0;
}
.hero-content .breadcrumb {
    margin: 0 0 7px;
    color: #fff;
}
.site-block h6 {
    font-weight: 600;
}
ul.breadcrumb a {
    color: #fff;
    text-decoration: underline;
}
ul.breadcrumb a:hover {
    color:#78A5C9;
    text-decoration: none;
}
video {
    max-width: 1200px;
    margin: 30px 0;
}
.hero-section.inner-hero.portal-hero{
    padding-bottom: 200px;
}
.hero-section.inner-hero.portal-hero .hero-content {
    padding-left: 0;
}
.portal-hero .hero-image img{
    border-bottom-left-radius: 0;
}
.portal-login button, .portal-login input[type="submit"] {
    background:#78A5C9;
    color: #fff;
    border: none;
    height: 60px;
    width: auto;
    padding: 14px 28px;
    font-size: 21px;
    cursor: pointer;
    transition: all 0.4s;
}
.portal-login button:hover, .portal-login input[type="submit"]:hover {
    background: #3A3B3A;
}
.portal-login input {
    border: none;
    height: 60px;
    font-size: 20px;
    padding: 0 20px;
    width: 380px;
    max-width: 100%;
}
.portal-login input:focus {
    outline: none;
}
.portal-login form {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    display: inline-block;
    border-radius: 12px;
    overflow: hidden;
    display: flex;
    align-content: center;
    justify-content: end;
    max-width: 540px;
    border: 1px solid #C9C8C8;
    border-right: none;
}
.portal-login {
    margin-top: 56px;
}
.portal-hero.inner-hero .hero-content p, .portal-hero.inner-hero .hero-content h1 {
    color: #80205F;
}
h5.login-consent {
    font-size: 22px;
    margin-bottom: 28px;
    line-height: 1.56;
}
#nav{
    display: flex;
    justify-content: center;
}
div#nav-container #nav {
    box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;
    border-radius: 22px;
    background: #fff;
    max-width: 1470px;
    margin: 0 auto;
}
a.nav-link.active:hover{
    padding: 0 4em;
    margin: 0;
}
.site-wrapper.tab-content {
    padding-bottom: 120px;
}
#home{
    background-color: #85D6CB;
}
#about{
    background-color: #339CC7;
}
#work{
    background-color: #0378A6;
}
#contact{
    background-color: #005778;
}
div#nav-container .nav-link {
    font-size: 18px;
    padding: 24px 22px;
    display: inline-block;
    border-right: 1px solid #ddd;
    font-weight: 700;
    color: #363333;
    border-bottom: 3px solid transparent;
}
div#nav-container .nav-link:hover {
    background: #f8f8f8;
}
div#nav-container .nav-link:last-child {
    border-right: none ;
}
#nav-container .nav-link:hover {
    color: #EB612F 
}
.about-tab-content .section-title {
    background: #6E1367;
    color: #fff;
    padding: 21px 35px;
    border-radius: 12px;
}
.about-tab-content #tab1 .section-title {
    background: #40AD1D;
}
.about-tab-content #tab2 .section-title {
    background: #6E1367;
}
.about-tab-content #tab3 .section-title {
    background: #1351A3;
}
.about-tab-content #tab4 .section-title {
    background: #EB612F;
}
.about-tab-content #tab5 .section-title {
    background:#2E7B08;
}
.tab-flex .site-content {
    width: calc(100% - 150px);
    padding-left: 28px;
}
.tab-flex .site-image {
    width: 150px;
}
.site-content h6 {
    font-weight: 600;
    max-width: 400px;
    margin: 0;
}
.tab-flex .d-flex {
    align-items: center;
    margin-bottom: 21px;
}
.site-causes {
    background: #f7f7f7;
    padding: 35px;
    height: 100%;
    margin-top: 14px;
}
#nav a span {
    display: inline-block;
    margin-left: 7px;
    transition: all 0.4s;
    height: 17px;
    overflow: hidden;
    position: relative;
    top: 2px;
}
#nav a.active span {
    opacity: 0;
}
.arrow-icon img {
    position: relative;
    top: 3px;
    transition: all 0.4s;
    margin-left: 10px;
}
.site-section ul {
    margin: 21px 0 35px 0px 
}
.site-causes.tab-flex .site-image {
    width: 70px;
}
.site-causes.tab-flex .site-content {
    width: calc(100% - 70px);
    padding-left: 28px;
    max-width: 233px;
}
.site-causes.tab-flex .d-flex {
    align-items: flex-start;
    margin-bottom: 21px;
}
.site-wrapper .site-wrapper {
    padding: 0;
}
.faq-wrapper {
    box-shadow: rgba(17, 12, 46, 0.1) 0px 18px 60px 0px;
    padding: 56px;
    border-radius: 12px;
    border: none;
}
.faq-wrapper h3 {
    color: #6F1B75;
    font-size: 30px;
}
.schema-faq-section {
    font-size: 22px;
    cursor: pointer;
}
.schema-faq-section:first-of-type .schema-faq-question {
    border-top: none;
}
.schema-faq-section:first-child .schema-faq-question {
    border-top: none;
}
.schema-faq-question {
    border-top: 1px #e3e3e3 solid;
    padding: 21px 0px;
    padding-right: 35px;
    font-size: 18px;
    color: #505050;
    font-weight: 400;
    display: block;
    outline: none;
    position: relative;
    transition: .5s;
}
.schema-faq-section strong::before {
    content: "";
    position: absolute;
    right: 0;
    background: url(../img/angle-down.svg) no-repeat;
    top: 16px;
    background-size: 100%;
    bottom: 0;
    margin: auto;
    height: 16px;
    width: 16px;
}
.schema-faq-answer {
    text-align: justify;
    width: 92%;
    color: #505050;
    transition: .5s;
    display: none;
    font-size: 16px;
    padding: 0 0 14px;
    font-family: acumin-pro, sans-serif;
}
.schema-faq-section:hover .schema-faq-question, .schema-faq-question.active {
    color: #EB612F;
}
.schema-faq-section strong.active::before {
    transform: rotate(180deg);
    top: -12px;
}
.fact-sheets .sub-title {
    color: #061A4E;
}
.fact-sheets h6.sub-title::before {
    background: rgba(36,85,211,0.2);
}
.hear-from-expert .sub-title {
    color: #075550;
}
.hear-from-expert h6.sub-title::before {
    background: rgba(180,234,230,1);
}
.reports .sub-title {
    color: #AC1818;
}
.reports h6.sub-title::before {
    background: rgba(172,24,24,0.15);
}
.videos .sub-title {
    color: #5C085C;
}
.hear-from-expert h6.sub-title::before {
    background: rgba(92,8,92,0.1);
}
.site-logo {
    display: inherit;
}
.about-tab-content aside {
    padding: 0;
    box-shadow: none;
    margin-top: 56px;
    margin-left: 0;
    position: -webkit-sticky;
    position: sticky;
    top: 95px;
}
.about-tab-content aside .site-share, .about-tab-content aside .site-print {
    padding: 21px 0;
    border: none 
}
.col-3 {
    width: 25%;
    position: relative;
}
.site-print {
    border-bottom: navajowhite;
}
.inner-hero.teachers-hero .hero-content h1, .inner-hero.teachers-hero .hero-content p {
    color: #054273;
}
.tab-content {
    display: none;
}
.tab-content.active {
    display: block;
}
.secondary-section {
    background: #fff;
    width: 25%;
    padding: 21px 0;
    border: 1px solid #EBE9E9;
    border-radius: 12px;
    min-height: 600px;
    max-height: 600px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-between;
    position: -webkit-sticky;
    position: sticky;
    top: 35px;
}
.primary-section {
    width: 75%;
    padding-left: 70px;
}
.secondary-section a {
    display: block;
    margin: 10px 20px;
    border-radius: 22px;
    color: #1A1A1A;
    padding: 15px 21px;
    display: flex;
}
.secondary-section a.active, .secondary-section a:hover {
    background: #F0F1F2;
}
.site-section.optima-portal.light-bg {
    padding: 63px 0;
}
.secondary-section a img {
    width: 24px;
    margin-right: 14px;
}
.sec-footer-logo {
    text-align: center;
    margin: 21px;
}
.primary-section .site-cards.d-flex .site-block {
    width: 33.3333%;
}
.primary-section .site-cards.d-flex {
    padding-top: 21px;
}
.images .sub-title {
    color: #264D08;
}
.zoom-icon {
    position: absolute;
    right: 20px;
    bottom: 20px;
}
.portal-title img {
    margin-right: 14px;
}
.site-section.faq-section.pt-0 {
    padding-bottom: 35px;
}
.site-section.light-bg.hear-from-experts-section {
    margin-top: 70px;
    padding-top: 35px;
}
.experts-hero .hero-image img {
    border-bottom-left-radius: 0;
}
.site-cards .site-block h3 a:hover, .video-caption h4:hover, .site-block figcaption h3:hover {
    color: #343434;
}
.menu-item .arrow-icon img {
    width: 12px;
    position: relative;
    top: -2px;
    margin-left: 5px;
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}
.site-toggle {
    width: 100%;
    margin: 0;
    position: relative;
    z-index: 999;
}
.site-toggle span {
    display: inline-block;
    width: 24px;
    height: 10px;
    border-top: 2px solid #333;
    border-bottom: 2px solid #333;
    margin-left: 7px;
}
.site-toggle span.menu-text {
    width: auto;
    height: auto;
    border: none;
    margin: 0;
}
.breadcrumb {
    margin-bottom: 14px;
}
.sm-grids .site-col {
    padding: 0 12px;
}
.sm-grids .site-row {
    margin: 0 -12px;
}
.site-blogs .site-block h3 {
    font-size: 24px;
    font-weight: 600;
}
span.entry-meta {
    font-size: 15px;
    display: block;
    color: #8E8D8D;
    margin-bottom: 28px;
}
.block-wrapper {
    margin-top: 70px;
}
.secondary-description p {
    font-size: 26px;
    line-height: 1.5em;
}
.secondary-description {
    margin-top: 35px;
}
.col-2 {
    width: 16.666666%;
}
.site-block .site-meta p {
    font-size: 12px;
    min-height: auto;
    line-height: 20px;
}
.site-publications .list-view .site-block figcaption {
    padding: 21px 28px;
    position: relative;
}
.form-group textarea:focus, .form-group input:focus {
    border: 1px solid#78A5C9;
    outline: none;
}
.form-group textarea, .form-group input {
    background: #fff;
    border: 1px solid #d1d1d1;
    height: 50px;
    padding: 0 18px;
    width: 100%;
    font-size: 18px;
}
.contact-form {
    padding: 56px 70px;
}
.form-group textarea {
    min-height: 140px;
    padding-top: 14px;
}
form-group input.site-btn {
    text-transform: uppercase;
    padding: 0;
    max-width: 300px;
    font-size: 16px;
}
.hero-title .border-btn {
    margin-top: 28px;
}
.project-carousel h3 {
    font-size: 30px;
    font-weight: 600;
}
.related-project .site-block, .project-carousel .site-block {
    box-shadow: none;
    background: transparent;
    margin-bottom: 56px;
}
.related-project .site-block {
    margin-bottom: 0;
}
.site-cards .site-col {
    margin-bottom: 42px;
}
.news-hero img {
    position: relative;
    box-shadow: rgba(17, 12, 46, 0.15) 0px 28px 60px 0px;
}
.news-content p {
    font-size: 17px;
    color: #000000;
}
.site-publications .site-meta {
    padding-right: 28px;
}
/** latest added css **/
/*** slider arrow for flexible items ***/
.slider-nav-outside-expand .slider-nav.slider-nav-next, .slider-nav-outside-expand .slider-nav {
    margin: 0;
}
.slider-container {
    grid-gap: 0;
    margin: 0!important;
}
.slider-wrapper {
    margin-left: 165px;
}
.slider-container>* {
    margin: 0;
}
.section-heading .section-title + * {
    margin-top: 14px;
}
.contact-details {
    margin-top: 70px;
}
.contact-details p{
    display: flex;
    font-size: 20px;
}
.contact-details p .icon {
    width: 32px;
    position: relative;
    top: 5px;
    text-align: center;
}
.contact-details p .content {
    width: calc(100% - 20px);
    padding-left: 17px;
}
.general-request a:hover {
    color:#78A5C9;
}
.general-request a {
    font-size: 20px;
    color: #4E4D4D;
    display: flex;
    align-items: center;
}
.general-request a img {
    margin-right: 17px;
}
.company-details p {
    font-size: 16px;
    color: #010101;
}
.bottom-contact p, .bottom-contact a {
    display: block;
    color: #010101;
    margin: 5px 0 0;
}
.bottom-contact a:hover {
    color:#78A5C9;
}
.company-contact {
    border-right: 1px solid #E2E2E2;
    margin-bottom: 56px;
    padding: 21px 0;
}
.company-contact img.company-logo {
    margin-bottom: 7px;
}
.company-lists .site-col:nth-of-type(4) .company-contact, .company-lists .site-col:nth-of-type(8) .company-contact, .company-lists .site-col:nth-of-type(12) .company-contact, .company-lists .site-col:nth-of-type(16) .company-contact {
    border: none 
}
.country-contacts {
    margin-top: 91px;
}
.country-contacts .section-title {
    font-size: 32px;
    font-weight: 500;
}
form input.site-btn {
    text-transform: uppercase;
    font-size: 20px!important;
    width: auto;
    border-radius: 32px;
    padding: 18px 35px!important;
}
.general-request h3 {
    font-weight: 500;
}
.contact-details h5 {
    font-weight: 500;
}
.news-section {
    position: relative;
}
.news-section::before {
    position: absolute;
    left: 0;
    width: 100%;
    height: 300px;
    content: '';
    top: 0;
    background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 46%, rgba(255,255,255,0) 100%);
}
blockquote.wp-block-quote {
    background: #EDF4E9;
    padding: 35px;
    border-left: 7px solid#78A5C9;
    margin: 35px 0;
}
blockquote.wp-block-quote p {
    color: #3C3A45;
    font-size: 24px;
    font-weight: 500;
}
cite {
    font-size: 18px;
    text-transform: uppercase;
    font-style: normal;
    font-weight: 500;
}
.blog-entry-meta strong {
    color: #4D4E4D;
}
.blog-entry-meta {
    border-top: 1px solid #D1D1D1;
    padding-top: 21px;
    margin-top: 56px;
    font-weight: 500;
    color: #777;
    font-size: 17px;
}
.blog-entry-meta span {
    display: inline-block;
    margin-right: 35px;
    margin-bottom: 10px;
}
.blog-entry-meta span a:hover{
    text-decoration: none;
    color: #A0C354!important;
}
.blog-entry-meta span a{
    text-decoration: underline;
    color: #777;
}
.download-lists li {
    display: flex;
    justify-content: space-between;
    border: 1px solid #EFEFEF;
    padding: 21px 28px;
    border-radius: 22px;
    font-weight: 500;
    color: #0B0B0B;
    margin-bottom: 21px;
    transition: all 0.4s;
    max-width: 480px;
}
.download-lists li .download-btn {
    width: 160px;
    text-align: right;
}
.download-lists li .download-btn .list-title {
    width: calc(100% - 160px);
    padding-right: 21px;
}
.download-btn a {
    border: 1px solid #EFEFEF;
    padding: 10px 21px;
    border-radius: 18px;
    font-size: 14px;
    color: #0B0B0B;
    background: #fff;
}
.download-btn a:hover {
    background:#78A5C9;
    color: #fff;
}
.download-btn a:hover img {
    filter: invert(1);
}
.download-btn a img {
    width: 11px;
    margin-left: 7px;
    position: relative;
    top: 1px;
    transition: all 0.4s;
}
.download-lists li:hover {
    background:#F8F8F8;
    transform: translateY(-4px);
    color:#78A5C9;
}
.portal-blocks .single-block h3 {
    color:#78A5C9;
    display: flex;
    align-items: center;
    margin-bottom: 28px;
}
.single-block h3 img {
    display: block;
    margin-right: 14px;
}
.portal-blocks .single-block {
    margin-bottom: 70px;
}
.site-video {
    background: #fafafa;
    border: 1px solid #EFEFEF;
    padding: 21px;
    border-radius: 12px;
    box-sizing: border-box;
    transition: all 0.4s;
    margin-bottom: 42px;
}
.site-video:hover {
    background: #fff;
}
iframe {
    max-width: 100%;
}
.site-video h5 {
    font-size: 20px;
    margin: 21px 0;
    font-weight: 500;
}
.process-steps .site-content {
    position: relative;
    padding-left: 91px;
}
/* .process-steps .site-content::before {
    position: absolute;
    left: 28px;
    top: 0;
    width: 1px;
    height: 100%;
    content: '';
    border-left: 1px dashed #dbdada;
}
*/
.process-steps > .site-row::before {
    position: absolute;
    left: 78px;
    top: 0;
    width: 1px;
    height: 100%;
    content: '';
    border-left: 1px dashed #dbdada;
}
.process-steps .step-counts {
    font-size: 32px;
    font-weight: 500;
    color: #fff;
    top: 0;
    left: 0;
}
.process-steps .site-content .section-title {
    display: inline;
    background-repeat: no-repeat;
    background-image: linear-gradient(#fff calc(100% - 18px),#ECF3DD 10px);
    transition: .4s cubic-bezier(.25,.46,.45,.94);
    background-size: 100% 95%;
    padding-bottom: 4px;
    font-weight: 500;
}
.process-steps .section-heading {
    margin-bottom: 28px;
    position: relative;
}
.process-steps .site-row.d-flex {
    justify-content: space-between;
    margin-bottom: 77px;
}
.process-steps {
    margin-top: 35px;
}
.process-steps .site-image img {
    box-shadow: rgba(0, 0, 0, 0.25) 0px 25px 50px -12px;
}
.site-blocks .inner-content {
    background: #F8F8F8;
    height: 100%;
    padding: 28px;
   /* margin-bottom: 35px;
    */
}
.site-blocks.sm-grids .site-col {
    margin-top: 28px;
}
.process-steps .site-blocks h6 {
    font-size: 16px;
    margin-bottom: 10px;
    font-weight: 500;
    display: block;
}
.process-steps p, .process-steps li {
    font-size: 16px;
    margin-bottom: 21px;
}
.site-blocks .inner-content p:last-child {
    margin: 0;
}
.process-steps .site-row.d-flex.row-with-logos {
    justify-content: flex-start;
}
.row-with-logos .site-blocks {
    padding-left: 35px;
    margin-bottom: 35px;
    height: auto;
}
.row-with-logos .site-blocks .inner-content {
    margin-bottom: 28px;
    height: auto;
}
.party-logos {
    display: flex;
    flex-wrap: wrap;
}
.party-logos .party-logo {
    width: 50%;
    margin-top: 14px;
}
.technology-section .site-content {
    padding: 56px 70px;
    margin-bottom: 56px;
}
.technology-section .section-title {
    margin: 28px 0 21px;
    font-weight: 500;
}
.sm-wrapper {
    max-width: 1220px;
    margin: 0 auto;
    padding: 0 30px;
}
.site-content figure.site-image {
    margin-bottom: 42px;
}
figure.wp-block-image {
    margin: 35px 0 42px;
}
.inner-intro .site-content {
    margin-bottom: 56px;
}
.select {
    position: relative;
    margin-bottom: 15px;
    width: 230px;
}
.select .selectBtn {
    padding: 14px 21px;
    box-sizing: border-box;
    border-radius: 0;
    width: 100%;
    cursor: pointer;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: #F5F3F1;
    border: 1px solid #d5d3d2;
}
.select .selectBtn:after {
    content: "";
    position: absolute;
    top: 45%;
    right: 15px;
    width: 6px;
    height: 6px;
    transform: translateY(-50%) rotate(45deg);
    border-right: 2px solid #666;
    border-bottom: 2px solid #666;
    transition: 0.2s ease;
}
.select .selectBtn.toggle {
    border-radius: 0;
    color: #211E1E;
    border: 1px solid #211E1E;
}
.select .selectBtn.toggle:after {
    transform: translateY(-50%) rotate(-135deg);
}
.select .selectDropdown {
    position: absolute;
    top: 100%;
    width: 100%;
    border-radius: 0 0 3px 3px;
    overflow: hidden;
    background: var(--bg1);
    border-top: 1px solid #eee;
    z-index: 1;
    background: #fff;
    transform: scale(1, 0);
    transform-origin: top center;
    visibility: hidden;
    transition: 0.2s ease;
    box-shadow: rgba(17, 17, 26, 0.1) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 48px;
}
.select .selectDropdown .option {
    padding: 10px;
    box-sizing: border-box;
    cursor: pointer;
    padding-left: 35px;
    position: relative;
    font-size: 16px;
    color:#3C3A45;
    transition: all 0.4s;
}
.select .selectDropdown .option::before {
    position: absolute;
    left: 8px;
    top: 14px;
    content: '';
    background: url(../img/check-white.svg) no-repeat;
    width: 18px;
    height: 18px;
    background-size: 100%;
}
.select .selectDropdown .option:hover {
    background:#78A5C9;
    color: #fff;
}
.select .selectDropdown.toggle {
    visibility: visible;
    transform: scale(1, 1);
}
.project-filters h6 {
    font-weight: 400;
    margin-top: -21px;
}
.project-filters h6 img {
    margin-right: 10px;
}
.project-lists ul {
    display: flex;
    flex-wrap: wrap;
}
.project-lists ul li {
    padding: 0;
    width: 33.3333%;
}
ul.project-details li:last-child {
    border: none;
}
.site-section .project-details li::before {
    display: none;
}
.product-features ul li {
    margin-bottom: 7px;
}
.anchor-div .site-btn img {
    margin-left: 14px;
}
.product-descriptions .anchor-div {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}
.product-descriptions .anchor-div a.site-btn {
    display: inline-flex;
	font-size: 14px;
    align-items: center;
	padding: 15px;
}
ul.project-details li {
    margin: 10px 0;
    padding-left: 0;
}
.project-details p, ul.project-details p {
    margin-bottom: 7px;
    font-size: 16px;
    color: #707070;
}
.project-details p strong, ul.project-details p strong {
    color: #3C3A45;
    text-transform: none;
    font-weight: 600;
    font-size: 18px;
}
ul.project-details p:last-child {
    margin-bottom: 0px;
}
.product-variants + .anchor-div {
    margin-top: 35px;
}
strong {
    font-weight: 500;
}
.slider-nav {
    padding: 0 2.5rem;
}
.slider-nav::before {
    position: absolute;
    content: "";
    padding: 0.5rem;
    width: 2.5rem;
    height: 2.5rem;
}
.slider-nav-round .slider-nav::after, .slider-nav-square .slider-nav::after {
    margin: 0.75rem;
}
.related-products .category-blocks .site-col {
    margin-bottom: 35px;
}
/** gallery slider css **/
.gallery {
    max-width: calc((150px*2) + 1em);
    padding: 3em 0;
    color: #333;
}
@media (min-width: 768px) {
    .gallery {
        max-width: calc((150px*4) + 3em);
   }
}
.gallery__title {
    font-size: 2em;
    padding-bottom: 0.25em;
    border-bottom: 1px solid #666;
}
.gallery__intro {
    margin: 0 0 2em;
}
.gallery__intro p {
    line-height: 1.5em;
}
.gallery ul {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.gallery li {
    margin-bottom: 1em;
    border-radius: 3px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    -webkit-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    overflow: hidden;
}
.gallery li:hover {
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}
.gallery img {
    display: block;
    border-radius: 3px;
}
.m-lightbox {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(255, 255, 255, 0.9);
    z-index: 1;
    opacity: 0;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transition: opacity 0.3s ease-out, -webkit-transform 0.3s ease-out;
    transition: opacity 0.3s ease-out, -webkit-transform 0.3s ease-out;
    transition: opacity 0.3s ease-out, transform 0.3s ease-out;
    transition: opacity 0.3s ease-out, transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    pointer-events: none;
}
.m-lightbox.is-active {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    z-index: 999;
    pointer-events: auto;
}
.m-lightbox__slider {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100vw;
    height: 100vh;
}
.m-lightbox__slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.m-lightbox__slide img {
    display: block;
    max-width: calc(100vw - 2em);
    max-height: 90vh;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}
@media (min-width: 768px) {
    .m-lightbox__slide img {
        max-width: calc(100vw - 116px);
        max-height: 90vh;
   }
}
.m-lightbox__slide.is-loaded.is-active img {
    opacity: 1;
}
.m-lightbox__slide.is-loaded.is-active .spinner {
    display: none;
}
.m-lightbox button {
    position: absolute;
    margin: 0;
    padding: 0;
    z-index: 102;
    background: transparent;
    border: none;
    cursor: pointer;
}
.m-lightbox__close {
    top: 1em;
    right: 1em;
}
.m-lightbox__nextPrev {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 42px;
    height: 42px;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    -webkit-transition: opacity 0.3s ease-out, -webkit-transform 0.3s ease-out;
    transition: opacity 0.3s ease-out, -webkit-transform 0.3s ease-out;
    transition: opacity 0.3s ease-out, transform 0.3s ease-out;
    transition: opacity 0.3s ease-out, transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}
.m-lightbox__nextPrev.is-active {
    visibility: hidden;
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}
@media (min-width: 1024px) {
    .m-lightbox__nextPrev.is-active {
        visibility: visible;
   }
}
.m-lightbox__nextPrev svg {
    display: block;
    width: 100%;
    height: auto;
}
.m-lightbox__nextPrev--next {
    right: 1em;
}
.m-lightbox__nextPrev--prev {
    left: 1em;
}
.m-lightbox__nextPrev:hover {
    cursor: pointer;
}
.m-lightbox__counter {
    position: absolute;
    bottom: 1em;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    color: #333;
    font-weight: 700;
}
.spinner {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
}
.spinner::before, .spinner::after {
    content: '';
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #333;
    opacity: 0.6;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
    animation: sk-bounce 2.0s infinite ease-in-out;
}
.spinner::after {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}
@-webkit-keyframes sk-bounce {
    0%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
   }
    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
   }
}
@keyframes sk-bounce {
    0%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
   }
    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
   }
}
/** gallery slider css ends here **/
.project-slider ul.slider-container li {
    overflow: hidden;
    background: #000;
}
.hero-section .slider-indicators {
    left: auto;
}
.login-section .inner-hero-content {
    padding-left: 91px;
}
.inner-hero-content h1 span {
    margin-left: -70px;
    margin-right: 21px;
    position: relative;
    top: 5px;
}
.hero-section.inner-hero.login-section {
    padding-bottom: 130px;
}
.contact-form .select {
    width: 100%;
}
.contact-form .select .selectBtn {
    background: #fff;
}
.project-filters .select-div.d-flex {
    margin-bottom: 35px;
}
a.site-block h4:hover {
    color: #A0C354 
}
ul.project-details {
  margin-top: 28px;
    border-top: 1px solid #C7C7C7;
    border-bottom: 1px solid #C7C7C7;
    padding: 14px 0;
}
.site-col.site-image .project-slider {
    position: relative;
}
.site-col.site-image .project-slider .hover-zoom img {
    width: auto;
    height: auto;
    box-shadow: none;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 99;
    transform: translate(-50%, -50%);
    opacity: 0;
}
.site-col.site-image .project-slider a:hover .hover-zoom img {
    opacity: 1;
}
.site-col.site-image .project-slider a {
    background: #000;
}
.site-col.site-image .project-slider a:hover .gallery__itemThumb {
    opacity: 0.6;
}
.hero-section.inner-hero.project-detail-section {
    min-height: 80vh;
}
select.pll-switcher-select option {
    text-transform: capitalize;
    font-size: 14px;
}
select.pll-switcher-select {
    text-transform: uppercase;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: transparent;
     background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' height='1em' viewBox='0 0 448 512'><path d='M212.7 331.3c6.2 6.2 16.4 6.2 22.6 0l160-160c6.2-6.2 6.2-16.4 0-22.6s-16.4-6.2-22.6 0L224 297.4 75.3 148.7c-6.2-6.2-16.4-6.2-22.6 0s-6.2 16.4 0 22.6l160 160z'/></svg>");

    background-repeat: no-repeat;
    background-position-x: 100%;
    background-position-y: 0px;
    font-size: 14px;
    padding-right: 26px;
    cursor: pointer;
}
select.pll-switcher-select:focus-visible {
	outline: none;
}
.page-not-found a.site-btn {
    margin-top: 35px;
}
.hero-section.inner-hero.page-not-found {
    margin-bottom: 130px;
    padding-bottom: 0;
}
.slider-indicators>* {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
    border: none!important;
    margin: 5px;
    width: 10px!important;
    height: 10px!important;
}
/*** animate on scroll animation **/
.site-scroll {
    opacity: 0;
    transition: opacity 500ms;
    position: relative;
    transition: all 1.2s;
    top: 50px 
}
.site-scroll.scrolled {
    opacity: 1;
    top: 0;
}
/** responsive css **/
@media (min-width:1600px) {
    .slider-wrapper {
        margin-left: 275px;
   }
    .products-section .col-4 {
        width: 25%;
   }
    .filter-section.col-3 {
        width: 20%;
   }
    .site-col.col-9.products-section {
        width: 80%;
        max-width: 1400px;
   }
    .site-nav > .site-wrapper > ul > li > a {
        font-size: 18px;
   }
    .hero-section.hero-slider .hero-image img {
        max-height: 560px;
        width: 100%;
        object-fit: cover;
   }
    .hero-section.hero-slider .hero-image img {
        max-height: 560px;
        width: 100%;
        object-fit: cover;
   }
    .hero-content {
        bottom: 56px;
   }
}
@media (min-width: 1900px) {
}
@media (max-width:1400px) {
    .hero-content h2 {
        font-size: 42px;
   }
    div#nav-container .nav-link {
        font-size: 16px;
        padding: 24px 20px;
   }
    .site-nav > .site-wrapper > ul > li > a {
        color: #fff;
        font-size: 18px;
   }
    .site-section {
        padding: 84px 0;
   }
    h3 {
        font-size: 24px;
   }
    .hero-content p {
        font-size: 22px;
   }
}
@media (max-width:1366px) {
    .section-description {
        font-size: 24px;
   }
    .site-col.col-9.products-section {
        padding-left: 28px;
   }
    aside.filter-section {
        padding: 56px 42px;
   }
    .site-nav > ul > li > a {
        padding: 16px 38px;
   }
    .search-bar .search-form {
        width: 470px;
   }
    .hero-content h2 {
        font-size: 36px;
   }
    .site-language {
        margin: 0;
   }
    .main-header {
        padding: 28px 35px;
   }
    h2 {
        font-size: 34px;
   }
    h1 {
        font-size: 44px;
   }
}
@media (max-width:1200px) {
    .site-nav > ul > li > a::before {
        display: none;
   }
    .site-wrapper.full-width .site-row {
        padding-right: 20px;
   }
    .inner-intro p.section-description {
        font-size: 22px;
        padding-top: 0;
        margin-top:0;
   }
    .inner-intro + .category-blocks {
        margin-top: 0;
   }
    header{
        position: relative;
   }
    .search-bar .search-form {
        width: 430px;
   }
    .hdr-right {
        margin-right: 77px;
   }
    .hero-section {
        margin-top: 0;
        padding: 70px 0;
   }
    .site-nav span.arrow-icon {
        float: right;
   }
    .site-toggle {
        display: block;
        text-align: right;
        position: absolute;
        width: auto;
        right: 30px;
        top: 50%;
        transform: translateY(-50%);
   }
    .bottom-menu a {
        color: #242424;
        margin-left: 35px;
   }
    .bottom-footer .col-8 {
        width: 60%;
   }
    .site-col.col-4.bottom-menu {
        width: 40%;
   }
    .site-footer .site-wrapper {
        padding: 0 50px;
   }
    .site-footer.ftr-contact {
        padding-left: 0;
   }
    .site-footer ul {
        padding-right: 0;
   }
    a.mt-video {
        width: 33.3333%;
        padding: 0 20px;
        transition: all 0.4s;
        margin: 14px 0 35px;
   }
    .site-col {
        padding: 0 15px;
   }
    .site-row {
        margin: 0 -15px;
   }
    .right-col, .left-col {
        padding-top: 70px;
        padding-bottom: 70px;
   }
    .site-col.col-5.right-col {
        padding-left: 49px;
   }
    .site-section {
        padding: 70px 0;
   }
    .float-image {
        max-width: 350px;
   }
    .feature-content h6 {
        font-size: 24px;
   }
    .left-image img {
        max-width: 380px;
   }
    .svg-lists p, section#intro-section p {
        font-size: 22px;
   }
    .banner-caption {
        position: absolute;
        bottom: 80px;
   }
    .site-nav li a i {
        float: right;
        font-size: 16px;
        margin-right: 0;
        position: absolute;
        right: 0;
   }
    .site-nav ul li ul {
        position: relative;
        left: 0%;
        top: 120%;
        width: 100%;
        background: #780c5e;
        z-index: 999;
        opacity: 1;
        transition: none;
        visibility: visible;
        display: none;
        margin: 0 -28px;
        box-shadow: none;
        width: calc(100% + 56px);
        padding: 20px 28px;
   }
    .site-nav ul li ul li a:hover {
        background: transparent;
        color: #FD7722;
   }
    .site-nav ul li ul li a {
        display: block;
        font-size: 16px;
        padding: 10px 0px;
        font-weight: 600;
        color: #fff;
   }
    span.short-descriptions {
        display: block;
        color: #ddc3d7;
        font-size: 13px;
   }
    .content-wrapper {
        padding-left: 42px;
   }
    ul.hdr-lists li a {
        font-size: 16px;
   }
    .site-nav ul li a {
        padding: 7px 12px;
        display: block;
        height: auto;
        margin: 0;
   }
    .site-nav > ul > li:last-child > a {
        text-align: center;
   }
    .nav-close {
        display: block;
        margin-left: 28px;
   }
    .site-nav {
        position: fixed;
        top: 0;
        width: 300px;
        height: 100%;
        background: #2e3031;
        z-index: 99;
        right: -320px;
        padding: 70px 28px 21px;
        transition: all 0.4s;
        overflow-y: scroll;
        box-shadow: -2px -1px 5px 0px rgba(0,0,0,0.1);
        -webkit-box-shadow: -2px -1px 5px 0px rgba(0,0,0,0.1);
        -moz-box-shadow: -2px -1px 5px 0px rgba(0,0,0,0.1);
   }
    .site-nav > ul {
        display: block;
   }
    .site-nav ul li {
        display: block;
        margin-bottom: 7px;
        border: none;
        border-bottom: 2px solid #444;
        padding-bottom: 7px;
   }
    body.on {
        left: -300px;
   }
    body.on .site-nav {
        right: 0;
        border-radius: 0;
   }
    .site-toggle i {
        color: #333;
        font-style: normal;
        text-transform: uppercase;
        font-size: 14px;
        font-weight: 500;
        z-index: 99;
        cursor: pointer;
        display: flex;
        justify-content: end;
        align-items: center;
   }
    .site-toggle i img {
        width: 24px;
        margin-right: 7px;
   }
    .nav-close {
        text-align: right;
        margin-bottom: 7px;
        position: absolute;
        right: 20px;
        top: 14px;
        font-size: 13px;
        display: flex;
        font-weight: 500;
        text-transform: uppercase;
        color: #fff;
        align-items: center;
   }
    .nav-close img {
        margin-left: 7px;
        width: 18px;
        height: 18px;
   }
    h1 {
        font-size: 40px;
        letter-spacing: -1.5px;
   }
    .site-nav .site-wrapper {
        margin: 0;
        padding: 0;
   }
    .site-nav > .site-wrapper > ul > li {
        display: block;
        position: relative;
        margin-right: 0;
        padding: 0;
   }
    .site-nav > ul > li:last-child {
        background: #93AABC;
        margin-top: 35px;
        padding-bottom: 0;
   }
    .product-thumbnail {
        max-width: 440px;
   }
    .site-nav > ul > li:nth-last-child(-n+2) {
        border-bottom: none;
   }
}
@media (max-width:1024px) {
    .col-3 {
        width: 50% 
   }
    .product-thumbnail {
        max-width: 400px;
        margin-right: 35px;
   }
    .site-col.col-9.products-section {
        max-width: 100%;
        padding-top: 0;
        padding-bottom: 0;
        padding-left: 42px;
        width: 1000%;
   }
    .site-wrapper.full-width .site-row {
        padding-right: 0;
   }
    .site-col.col-9.products-section {
        padding: 42px 65px 21px;
   }
    section.site-section.site-cards.site-category-products > .full-width > .site-row {
        flex-direction: column-reverse;
   }
    .col-3.filter-section {
        width: 100%;
   }
    .filter-group ul {
        display: flex;
        flex-wrap: wrap;
   }
    .site-section .filter-section ul li {
        padding: 0;
        display: inline-block;
        margin-right: 28px;
        width: 21%;
        font-size: 16px;
   }
    aside.filter-section {
        padding: 56px 50px;
   }
}
@media (max-width:991px) {
    .inner-intro p.section-description, .hero-content p {
        font-size: 20px;
   }
    .site-section .filter-section ul li {
        display: inline-block;
        margin-right: 21px;
        width: 29%;
   }
    .mobile-search.search-bar .search-form {
        margin-left: 0;
        max-width: 100%;
        width: 100%;
   }
    .product-descriptions .anchor-div a.site-btn {
        margin-right: 7px;
        padding: 14px 25px;
   }
    .search-icon-mobile img {
        filter: brightness(0.3);
        display: block;
   }
    .search-bar {
        margin-right: 10px;
   }
    .hdr-right form.search-form {
        display: none;
   }
    .hdr-right .search-bar button.site-btn {
        right: 25px;
        top: 14px;
   }
    .search-open .hdr-right form.search-form {
        opacity: 1;
        visibility: visible;
   }
    .mobile-search.search-bar {
        display: block;
        margin: 0;
   }
    .search-bar button.site-btn {
        height: 48px;
        right: 0;
        top: 0;
        width: 48px;
        padding: 0 15px;
   }
    .site-toggle {
        top: 90px;
        transform: none;
   }
    form.search-form input {
        height: 48px;
        white-space: nowrap;
        border: none;
        text-overflow: ellipsis;
        border-bottom: 1px solid #f0f0f0;
   }
    h2 {
        font-size: 34px;
   }
    .single-feature {
        width: 33.3333%;
   }
    .contact-form {
        margin-top: 35px;
   }
    .grid-view .col-2 {
        width: 25%;
   }
    .inner-hero-image {
        position: relative;
        margin-top: 28px;
        margin-right: 14px;
        margin-left: 0;
   }
    .col-6.image-col {
        width: 40%;
   }
    .col-6.content-col {
        width: 60%;
   }
    .content-title {
        font-size: 16px;
   }
    .hero-title h3 {
        font-size: 24px;
   }
    .hero-section.inner-hero {
        padding: 56px 0;
   }
    a.site-logo img {
        width: 160px;
   }
    .main-header {
        padding: 21px 30px;
   }
    h1 {
        font-size: 36px;
   }
    h2.large-text {
        font-size: 34px;
   }
    h4 {
        font-size: 24px;
        line-height: 1.4;
   }
    h2.large {
        font-size: 42px;
   }
    h3 {
        font-size: 26px;
   }
    a.site-image {
        width: 30%;
   }
    .site-descriptions {
        width: 70%;
        padding-left: 21px;
   }
    .site-nav ul li a {
        padding: 10px 0;
        display: block;
   }
    .site-section {
        padding: 70px 0;
   }
    .site-cards .site-col {
        margin-bottom: 35px;
   }
    .hero-content h2 {
        font-size: 28px;
   }
    .site-products .col-4 {
        width: 50%;
   }
    .search-open:before {
        position: absolute;
        width: 100%;
        height: 100%;
        content: '';
        top: 0;
        left: 0;
        background: rgb(255 255 255 / 86%);
        z-index: 9;
   }
    .search-open .search-icon-mobile .search-icon, .search-icon-mobile .close-icon {
        display: none;
   }
    .search-open .search-icon-mobile .close-icon {
        display: block;
        width: 15px;
   }
    form.search-form input::-webkit-input-placeholder {
       /* Edge */
        color: #8D8D8D;
        font-size: 13px;
   }
    form.search-form input:-ms-input-placeholder {
       /* Internet Explorer 10-11 */
        color: #8D8D8D;
        font-size: 13px;
   }
    form.search-form input::placeholder {
        color: #8D8D8D;
        font-size: 13px;
   }
}
@media (max-width:768px) {
    .site-section .filter-section ul li {
        width: 100%;
   }
    .site-footer .site-wrapper {
        padding: 0 35px;
   }
    .top-footer .d-flex.justify-space-between.align-items-start {
        flex-wrap: wrap;
        flex-direction: column-reverse;
   }
    .ftr-right.d-flex {
        margin-bottom: 21px;
   }
    aside.filter-section {
        padding: 56px 35px 35px;
   }
    .filter-group {
        margin: 21px 0;
   }
    .site-col.col-9.products-section {
        padding: 42px 45px 21px;
   }
    h2 {
        font-size: 30px;
   }
    .hdr-right.d-flex.align-items-center .text {
        display: none;
   }
    .site-section {
        padding: 63px 0;
   }
    .col-5 .site-content, .col-7 .site-content {
        padding: 0;
   }
    .col-6 {
        width: 100%;
   }
    .site-content {
        position: relative;
        z-index: 99;
        max-width: 100%;
   }
    h2.large {
        font-size: 36px;
   }
    .col-4 {
        width: 50%;
   }
    .hdr-right a .icon {
        margin-right: 0;
   }
    .main-navigation {
        margin-left: 7px;
   }
    .section-description {
        font-size: 18px;
   }
    footer.site-footer {
        padding: 70px 0 35px;
   }
    .page-not-found .site-col.col-7.site-image {
        display: none;
   }
    .inner-hero.page-not-found .col-5 {
        width: 100%;
   }
    .site-wrapper {
        padding: 0 35px;
   }
    .inner-hero .col-5 {
        width: 100%;
   }
    .site-col.site-image {
        width: 100%;
        padding: 0 15px;
        margin-bottom: 35px;
   }
    .product-thumbnail {
        margin: 0;
   }
}
@media (max-width:640px) {
    .site-section.inner-section {
        padding: 42px 0;
   }
    .site-products .col-4 {
        width: 100%;
   }
    .inner-intro .site-content {
        margin-bottom: 0;
   }
    .hero-content p {
        font-size: 18px;
   }
    .site-cards.d-flex .site-block {
        width: 50%;
   }
    .block-image {
        margin: 0 20px;
   }
    .bottom-content {
        padding-right: 0;
        padding-bottom: 14px;
   }
    .inner-intro p {
        font-size: 20px;
   }
    h2 {
        font-size: 28px;
   }
    .col-3, .col-4 {
        width: 100%;
   }
    .go-top {
        top: -27px;
        display: flex;
        right: 15px;
        padding: 10px 20px;
        border-radius: 32px;
   }
    h4 {
        font-size: 22px;
   }
    h1 {
        font-size: 32px;
   }
}
@media (max-width:567px) {
    aside.filter-section {
        padding: 56px 25px 35px;
   }
    .site-footer .site-wrapper {
        padding: 0 25px;
   }
    .site-col.col-9.products-section {
        padding: 42px 40px 21px;
   }
    .hero-content {
        left: 25px;
   }
    .site-wrapper {
        padding: 0 25px;
   }
    .country-contacts .col-3 {
        width: 100%;
   }
    h3 {
        font-size: 26px;
   }
    .col-5, .col-7 {
        width: 100%;
   }
    .site-section {
        padding: 45px 0;
   }
    .main-header {
        padding: 21px 25px;
   }
    .hdr-right a .icon img {
        display: block;
        height: 18px;
   }
    p.copyright span {
        display: block;
   }
    .site-block .anchor-div {
        position: absolute;
        bottom: 0px;
        width: calc(100% - 50px);
        left: 25px;
   }
    p.copyright {
        margin: 14px 0 28px 0;
   }
    .site-toggle {
        right: 25px;
   }
    .hdr-right {
        margin-right: 70px;
   }
    .search-bar {
        margin-right: 5px;
   }
}
@media (max-width:480px) {
	.site-toggle span.menu-text {
		display: none;
	}
	.hdr-right {
		margin-right: 30px;
	}
	select.pll-switcher-select {

		padding-right: 20px;
	}
	 .site-toggle {
		top: 95px;
		transform: none;
	}
	select.pll-switcher-select {
		margin-right: 14px;
	}
    .product-descriptions .anchor-div a.site-btn {
        margin-right: 0;
   }
    .product-descriptions .anchor-div a.site-btn {
        margin-right: 7px;
        padding: 14px 20px;
        font-size: 14px;
   }
    .ftr-right.d-flex {
        display: block;
   }
    .widget-title {
        margin-bottom: 21px;
   }
    .ftr-right.d-flex li img {
        margin-left: 0;
        margin-right: 14px;
   }
    .content-wrapper {
        width: 100%;
        padding: 0 25px;
   }
    .banner-caption h2 {
        font-size: 24px;
   }
    .site-feature .feature-img > img {
        width: 91px;
   }
    h2.class-title {
        font-size: 34px;
   }
    .site-descriptions h5 {
        font-size: 18px;
   }
    h6{
        font-size: 16px;
   }
    .site-nav {
        position: fixed;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 99;
        right: -100%;
   }
    body.on {
        left: -100%;
   }
}
@media (max-width:360px) {
    a.site-logo img {
        width: 140px;
   }
}

/* Nov 30, Updates (Start) */
.site-main {
  margin-top: -60px;
  overflow-x: hidden;
}

.hero-section {
  margin-top: 0;
}

.main-header .form-control {
  color: #8d8d8d;
  font-size: 14px;
}

.main-header .search-result {
  background-color: #ffffff;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  left: 0;
  height: 355px;
  overflow-y: auto;
  position: absolute;
  right: 0;
  top: 100%;
}

.main-header .search-result:empty {
  display: none;
}

.main-header .search-result li {
  margin-bottom: 0;
}

.main-header .search-result li:not(:last-of-type) {
  border-bottom: 1px solid #f2f2f2;
}

.main-header .search-result a {
  align-items: unset;
  border-radius: 0;
  color: #4e4e4e;
  font-size: 12px;
  padding: 16px 15px;
}

.main-header .search-result a:hover {
  background-color: #f5f5f5;
}

.main-header .search-result .search-image {
	max-width: 43px;
}

.main-header .search-result .search-image:empty {
	display: none;
}

.main-header .search-result .search-image ~ div {
	max-width: calc(100% - 43px);
	padding-left: 10px;
}

.main-header .search-result .search-image:empty ~ div {
	padding-left: 0;
}

.main-header .search-result .search-item {
	color: #868686;
	font-size: 11px;
}

.site-nav > ul {
  justify-content: center;
}

.site-nav > ul > li {
  flex-grow: 1;
}

.site-nav > ul > li:last-child .link-icon {
  background-image: var(--link-icon-url);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto;
  width: 20px;
  height: 20px;
  display: inline-block;
  margin-right: 10px;
  position: relative;
  top: 3px;
}

.site-nav > ul > li > a {
  display: block;
  text-align: center;
}

.category-blocks .site-block figure {
  margin: 0 0;
}

.navigation.pagination {
  border: 0;
  border-radius: 0;
}

.pagination .nav-links {
  display: flex;
}

.pagination .page-numbers {
  all: unset;
  border: 2px solid #cbd2d9;
  cursor: pointer;
  height: 40px;
  margin: 0 1px;
  width: 40px;
  text-align: center;
  display: grid;
  place-content: center;
}

.pagination .page-numbers:first-child {
  border-radius: 3px 0 0 3px;
}

.pagination .page-numbers:last-child {
  border-radius: 0 3px 3px 0;
}

.pagination .page-numbers.current {
  border-color: #323f4b;
}

.pagination .page-numbers.next,
.pagination .page-numbers.prev {
  font-size: 0;
  position: relative;
}

.pagination .page-numbers.prev::after,
.pagination .page-numbers.next::after {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  background-size: 10px;
  background-repeat: no-repeat;
  background-position: center center;
}

.pagination .page-numbers.prev::after {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMjAgNTEyIj48IS0tISBGb250IEF3ZXNvbWUgUHJvIDYuMS4wIGJ5IEBmb250YXdlc29tZSAtIGh0dHBzOi8vZm9udGF3ZXNvbWUuY29tIExpY2Vuc2UgLSBodHRwczovL2ZvbnRhd2Vzb21lLmNvbS9saWNlbnNlIChDb21tZXJjaWFsIExpY2Vuc2UpIENvcHlyaWdodCAyMDIyIEZvbnRpY29ucywgSW5jLi0tPjxwYXRoIGQ9Ik0yMzQuOCAzNi4yNWMzLjQzOCAzLjE0MSA1LjE1NiA3LjQzOCA1LjE1NiAxMS43NSAwIDMuODkxLTEuNDA2IDcuNzgxLTQuMjUgMTAuODZMNTMuNzcgMjU2bDE4MS4xIDE5Ny4xYzYgNi41IDUuNjI1IDE2LjY0LS45MDYgMjIuNjEtNi41IDYtMTYuNTkgNS41OTQtMjIuNTktLjg5bC0xOTItMjA4YTE1Ljk1NiAxNS45NTYgMCAwIDEgMC0yMS43MmwxOTItMjA4YzYuODI2LTYuNDQgMTYuOTI2LTYuODUgMjMuNDI2LS44NXoiLz48L3N2Zz4=);
}

.pagination .page-numbers.next::after {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMjAgNTEyIj48IS0tISBGb250IEF3ZXNvbWUgUHJvIDYuMS4wIGJ5IEBmb250YXdlc29tZSAtIGh0dHBzOi8vZm9udGF3ZXNvbWUuY29tIExpY2Vuc2UgLSBodHRwczovL2ZvbnRhd2Vzb21lLmNvbS9saWNlbnNlIChDb21tZXJjaWFsIExpY2Vuc2UpIENvcHlyaWdodCAyMDIyIEZvbnRpY29ucywgSW5jLi0tPjxwYXRoIGQ9Ik04NS4xNCA0NzUuOGMtMy40MzgtMy4xNDEtNS4xNTYtNy40MzgtNS4xNTYtMTEuNzUgMC0zLjg5MSAxLjQwNi03Ljc4MSA0LjI1LTEwLjg2bDE4MS4xLTE5Ny4xTDg0LjIzIDU4Ljg2Yy02LTYuNS01LjYyNS0xNi42NC45MDYtMjIuNjEgNi41LTYgMTYuNTktNS41OTQgMjIuNTkuODlsMTkyIDIwOGExNS45NTYgMTUuOTU2IDAgMCAxIDAgMjEuNzJsLTE5MiAyMDhjLTYuMDI2IDYuNDQtMTYuMDg2IDYuOTQtMjIuNTg2Ljk0eiIvPjwvc3ZnPg==);
}

.switcher-popup.glink {
  padding-left: 52px;
  position: relative;
}

.switcher-popup.glink::before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIxOS4yIj48cGF0aCBmaWxsPSIjMDAwIiBkPSJNMTEuOTcgMTMuODA1YS40MzIuNDMyIDAgMCAxLS4yMi41NjUuNC40IDAgMCAxLS41Mi0uMjJsLS45MjUtMi4xOTVINS42NWwtLjg4IDIuMTk1YS40LjQgMCAwIDEtLjUyMS4yMi40MzMuNDMzIDAgMCAxLS4yMTktLjU2NUw3LjYzIDVBLjM2NS4zNjUgMCAwIDEgOCA0LjhhLjM2NS4zNjUgMCAwIDEgLjM3LjJaTTUuOTggMTEuMmg0LjA0TDggNi4yNTVaTTI0LjQgNi40SDI4YS40LjQgMCAxIDEgMCAuOGgtLjUxbC0uNDE1IDEuMjRhOS4yMTggOS4yMTggMCAwIDEtMi40NDUgMy44MTUgOC41MTkgOC41MTkgMCAwIDAgLjczLjQ2bDEuNTk1Ljk0YS4zNDMuMzQzIDAgMCAxIC4xOS41LjM3OS4zNzkgMCAwIDEtLjU0NS4xOWwtMS42MzUtLjkzNWExMC4yMTcgMTAuMjE3IDAgMCAxLS45NjUtLjYyIDguODMgOC44MyAwIDAgMS0xLjI1LjgybC0xLjM2Ljc0YS40NTIuNDUyIDAgMCAxLS41ODUtLjE2LjUyNy41MjcgMCAwIDEgLjItLjU4NWwxLjM2LS43YTcuODI5IDcuODI5IDAgMCAwIC45ODUtLjYzcS0uMy0uMjU1LS41ODUtLjU0bC0xLjQ1NS0xLjQ1YS40MDMuNDAzIDAgMCAxIC41Ny0uNTdsMS40NSAxLjQ1NWMuMjEuMjA1LjQyNS40LjY1LjU5YTguNyA4LjcgMCAwIDAgMi4zMy0zLjU3bC4zMy0uOTlIMjBhLjQuNCAwIDEgMSAwLS44aDMuNlY1LjJhLjQuNCAwIDAgMSAuOCAwWk0zMiAxNmEzLjIgMy4yIDAgMCAxLTMuMiAzLjJIMy4yQTMuMiAzLjIgMCAwIDEgMCAxNlYzLjJBMy4yIDMuMiAwIDAgMSAzLjIgMGgyNS42QTMuMiAzLjIgMCAwIDEgMzIgMy4yWk0xNS42LjhIMy4yQTIuNCAyLjQgMCAwIDAgLjggMy4yVjE2YTIuNCAyLjQgMCAwIDAgMi40IDIuNGgxMi40Wm0uOCAwdjE3LjZoMTIuNGEyLjQgMi40IDAgMCAwIDIuNC0yLjRWMy4yQTIuNCAyLjQgMCAwIDAgMjguOC44WiIvPjwvc3ZnPg==);
  background-repeat: no-repeat;
  background-size: 100%;
  height: 31px;
  left: 12px;
  position: absolute;
  top: 13px;
  content: "";
  width: 32px;
}

.switcher-popup.glink img {
  display: none;
}

.switcher-popup.glink span:last-of-type {
  display: none;
}

.hdr-right .gt_white_content a {
  display: block;
  padding: 5px 12px;
  border-bottom: none;
  white-space: nowrap;
  border-radius: 16px;
}

.go-top:hover {
  color: #fff;
}

.product-thumbnail.gallery__item {
	text-align: center;
}

.m-lightbox__close svg {
	height: 44px;
	width: 44px;
}

@media screen and (max-width: 768px) {
  .switcher-popup.glink::before {
    top: 0;
  }

  .switcher-popup.glink span {
    display: none;
  }
}

@media screen and (max-width: 1200px) {
	select.pll-switcher-select {

		margin-right: 21px;
	}
  .site-main {
    margin-top: 0;
  }
}
/* Nov 30, Updates (End) */

/* December 14, 2022 (Start) */
.hero-section {
	padding: 120px 0 50px 0;
}

.site-col.col-9.products-section {
	padding-top: 50px;
	padding-bottom: 50px;
}

aside.filter-section {
	padding: 50px 42px;
}

aside.filter-section h4 {
	font-size: 18px;
}

aside.filter-section .icon img {
	max-width: 20px;
}

aside.filter-section li > h4 {
	font-size: 16px;
	padding-bottom: 0;
	cursor: pointer;
}

aside.filter-section ul {
	margin: 10px 0;
}

.site-section .filter-section ul label {
	font-size: 14px;
}

.site-section .filter-section ul label::before {
	top: 4px;
	width: 12px;
	height: 12px;
}

.site-section .filter-section ul label::after {
	height: 10px;
	left: 2px;
	top: 6px;
	width: 10px;
}

.site-section .filter-section ul label {
	padding-left: 25px;
}

.site-section ul li {
	margin-bottom: 5px;
}

.category-blocks .site-block figure {
	padding: 15px 60px;
}

.category-blocks .site-block h3 {
	font-size: 24px;
	margin-bottom: 5px;
}

.block-title {
	padding: 15px 20px;
	margin: -25px -20px 21px;
}

.products-section .site-block .block-title h3 {
	margin-bottom: 7px;
}

.block-content h5 {
	margin-bottom: 5px;
	font-size: 15px;
}

.site-block .block-content p,
.products-section .category-blocks .block-content p {
    font-size: 15px;
    line-height: 1.35;
}
.block-content h5:not(:first-of-type) {
	margin-top: 15px;
}

.category-blocks .site-block .block-content {
	padding: 25px 20px 10px;
}

.site-products {
	padding: 50px 0;
}

.product-descriptions > h2,
.product-variants > h4,
.product-features > h4 {
	color: #93aabc;
	margin-bottom: 15px;
}

ul.project-details div {
	display: flex;
}

ul.project-details strong {
	font-weight: bold;
	min-width: 170px;
}

.site-category-products .searchandfilter > ul > li {
	border-bottom: 1px solid #ddd9d9;
    padding-bottom: 12px;
    margin-bottom: 7px;
}

.site-category-products .searchandfilter > ul > li:last-child {
	border-bottom: none;
}
.post-type-archive-products .site-category-products .searchandfilter > ul > li {
	display: block;
}

html[lang="de-DE"] .home .site-block h3 {
	font-size: 26px;
}
html[lang="de-DE"]  .motoren.site-category-products .searchandfilter > ul > li:nth-of-type(1),
html[lang="de-DE"]  .motoren.site-category-products .searchandfilter > ul > li:nth-of-type(2),
html[lang="de-DE"]  .motoren.site-category-products .searchandfilter > ul > li:nth-of-type(3),
html[lang="de-DE"]  .motoren.site-category-products .searchandfilter > ul > li:nth-of-type(4),
html[lang="de-DE"]  .motoren.site-category-products .searchandfilter > ul > li:nth-of-type(5),
html[lang="de-DE"]  .motoren.site-category-products .searchandfilter > ul > li:nth-of-type(6),
html[lang="de-DE"]  .motoren.site-category-products .searchandfilter > ul > li:nth-of-type(7),
html[lang="de-DE"]  .motoren.site-category-products .searchandfilter > ul > li:nth-of-type(8),
html[lang="de-DE"]  .motoren.site-category-products .searchandfilter > ul > li:nth-of-type(9),
html[lang="de-DE"]  .motoren.site-category-products .searchandfilter > ul > li:nth-of-type(10),
html[lang="de-DE"]  .motoren.site-category-products .searchandfilter > ul > li:nth-of-type(11),
html[lang="de-DE"]  .motoren.site-category-products .searchandfilter > ul > li:nth-of-type(12),
html[lang="de-DE"]  .motoren.site-category-products .searchandfilter > ul > li:nth-of-type(13),
.site-category-products.motors .searchandfilter > ul > li:nth-of-type(1),
.site-category-products.motors .searchandfilter > ul > li:nth-of-type(2),
.site-category-products.motors .searchandfilter > ul > li:nth-of-type(3),
.site-category-products.motors .searchandfilter > ul > li:nth-of-type(4),
.site-category-products.motors .searchandfilter > ul > li:nth-of-type(5),
.site-category-products.motors .searchandfilter > ul > li:nth-of-type(6),
.site-category-products.motors .searchandfilter > ul > li:nth-of-type(7),
.site-category-products.motors .searchandfilter > ul > li:nth-of-type(4),
.site-category-products.motor-accessories .searchandfilter > ul > li:nth-of-type(9),
.site-category-products.motor-accessories .searchandfilter > ul > li:nth-of-type(10),
.site-category-products.controls-automation .searchandfilter > ul > li:nth-of-type(11),
.site-category-products.light-automation .searchandfilter > ul > li:nth-of-type(12),
.site-category-products.product-archive .searchandfilter > ul > li:nth-of-type(13) {
	display: block;
}

.site-category-products:not(.motors) .full-width > .site-row {
	justify-content: center;
}
html[lang="de-DE"]  .motoren.site-category-products .full-width > .site-row {
    justify-content: flex-start!important;
}
.site-category-products:not(.motors) .filter-section {
	display: none;
}

html[lang="de-DE"]  .motoren.site-category-products .filter-section {
	display: block!important;
}
.downloads-section {
    background-color: #F8F8F8;
    padding: 50px 0;
}

.downloads-section__inner {
    display: grid;
    grid-template-columns: 0.5fr 1fr;
    height: 500px;
    overflow: hidden;
}

.downloads-section__buttons {
    background-color: #FFFFFF;
    border-right: 2px solid #9AA8B8;
    overflow-y: auto;
}

.downloads-section__button {
    all: unset;
    align-items: center;
    border-bottom: 2px solid #EEEEEE;
    box-sizing: border-box;
    cursor: pointer;
    display: flex;
    font-size: 18px;
    font-weight: 500;
    height: 60px;
    padding: 0 20px;
    transition: 300ms background-color;
    width: 100%;
}

.downloads-section__button:hover {
    background-color: #F7F8F9;
}

.downloads-section__button.is--active {
    background-color: #EAEDF0;
    border-right: 5px solid #9AA8B8;
}

.downloads-section__content {
    background-color: #FFFFFF;
    overflow-y: auto;
}

.downloads-section__contentSingle {
    display: none;
}

.downloads-section__contentSingle.is--active {
    display: block;
}

.downloads-section__contentSingle-item {
    align-items: center;
    border-bottom: 2px solid #EEEEEE;
    display: flex;
    padding: 25px 30px 25px;
    transition: 300ms background-color;
}

.downloads-section__contentSingle-item:hover {
    background-color: #F7F8F9;
}

.downloads-section__contentSingle-item > figure {
    margin-bottom: 0;
    max-width: 140px;
}

.downloads-section__contentSingle-item > figure > img {
    display: block;
}

.tab-setion__contentSingle-itemContent {
    padding-left: 20px;
    width: calc(100% - 140px);
}

.downloads-section__contentSingle-itemContentBtn {
    color: initial;
}

.downloads-section__contentSingle-itemContentBtn::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3C!--! Font Awesome Pro 6.2.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2022 Fonticons, Inc.--%3E%3Cpath d='M448 304h-53.5l-48 48H448c8.822 0 16 7.178 16 16v80c0 8.822-7.178 16-16 16H64c-8.822 0-16-7.178-16-16v-80c0-8.8 7.18-16 16-16h101.5l-48-48H64c-35.35 0-64 28.65-64 64v80c0 35.35 28.65 64 64 64h384c35.35 0 64-28.65 64-64v-80c0-35.3-28.7-64-64-64zm-16 104c0-13.26-10.75-24-24-24s-24 10.7-24 24c0 13.25 10.75 24 24 24s24-10.7 24-24zm-193-39.9c4.7 5.6 10.8 7.9 17 7.9s12.28-2.344 16.97-7.031l136-136c9.375-9.375 9.375-24.56 0-33.94s-24.56-9.375-33.94 0L280 294.1V24c0-13.25-10.7-24-24-24s-24 10.75-24 24v270.1L136.1 199c-9.375-9.375-24.56-9.375-33.94 0s-9.375 24.56 0 33.94L239 368.1z'/%3E%3C/svg%3E");
    background-position-y: 0;
    content: "";
    display: inline-block;
    height: 18px;
    margin-left: 5px;
    transition: 300ms background-position;
    width: 18px;
}

.downloads-section__contentSingle-itemContentBtn:hover::after {
    background-position-y: 18px;
}
@media screen and (max-width: 1336px) {
		html[lang="de-DE"] .home .site-block h3 {
		font-size: 22px;
	}
}

@media screen and (max-width: 1200px) {
		html[lang="de-DE"] .home .site-block h3 {
		font-size: 20px;
	}
}
@media screen and (max-width: 992px) {
    .downloads-section__button {
        font-size: 14px;
        height: 50px;
    }
    
    .tab-setion__contentSingle-itemContent > h5 {
        font-size: 18px;
    }
    
    .downloads-section__contentSingle-itemContentBtn {
        font-size: 14px;
    }

}

@media screen and (max-width: 576px) {
    .downloads-section__inner {
        display: block;
        height: auto;
    }
    
    .downloads-section__buttons {
        border-bottom: 2px solid #9AA8B8;
        border-right: 0;
        height: 300px;
        overflow-y: auto;
    }
    
    .downloads-section__content {
        height: 500px;
        overflow-y: auto;
    }
    
    .downloads-section__contentSingle-item {
        display: block;
    }
    
    .downloads-section__contentSingle-item > figure {
        margin: 0 auto 15px;
    }
    
    .tab-setion__contentSingle-itemContent {
        padding-left: 0;
        width: 100%;
    }
    
    .tab-setion__contentSingle-itemContent > h5 {
        margin-bottom: 5px;
    }
}
/* December 14, 2022 (End) */

/* December 26, 2022 - Header Search Box Start */
.search-bar * {
	box-sizing: border-box !important; 
}

.search-bar .asl_w_container {
	min-width: auto !important;
	position: relative !important;
	width: 510px !important;
}

.search-bar [id*="ajaxsearchlite"].asl_w {
	box-shadow: none !important;
	overflow: unset !important;
}

.search-bar [id*="ajaxsearchlite"].asl_w .probox {
	box-shadow: none !important;
	height: auto !important;
	overflow: unset !important;
}

.search-bar [id*="ajaxsearchlite"].asl_w .promagnifier {
	background-color: #777776 !important;
	height: 40px !important;
	position: absolute !important;
	right: 8px !important;
	top: 50% !important;
	transform: translateY(-50%) !important;
	transition: all 0.3s !important;
	width: 40px !important;
}

.search-bar [id*="ajaxsearchlite"].asl_w .promagnifier:hover {
	background-color: #78A5C9 !important;
}

.search-bar [id*="ajaxsearchlite"].asl_w .proloading,
.search-bar [id*="ajaxsearchlite"].asl_w .proclose {
	position: absolute !important;
	right: -15px !important;
	top: -15px !important;
}

.search-bar [id*="ajaxsearchlite"].asl_w .probox .innericon svg {
	fill: #FFFFFF !important;
}

.search-bar [id*="ajaxsearchlite"].asl_w .probox .proinput {
	margin: 0 !important;
	padding: 0 !important;
}

.search-bar [id*="ajaxsearchlite"].asl_w .probox .proinput input[type="search"] {
	background-color: #fafafa !important;
	border: 1px solid #d5d5d5 !important;
	color: #8d8d8d !important;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px !important;
	height: 55px !important;
	padding: 0 65px 0 15px !important;
}

.search-bar [id*="ajaxsearchlite"].asl_w .probox .proinput input[type="search"]::placeholder {
	color: #8D8D8D !important;
	font-family: Arial, Helvetica, sans-serif;
}

.search-bar [id*="ajaxsearchlite"].asl_w .probox .proinput input[type="search"]:focus {
	border-color: #78A5C9 !important;
}

div[id*="ajaxsearchliteres"].asl_r.vertical {
	box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px !important;
	margin-top: 2px !important;
	padding: 0 !important;
}

div[id*="ajaxsearchliteres"].asl_r.vertical .results {
	height: 355px !important;
}

div[id*="ajaxsearchliteres"].asl_r.vertical .results .item {
	border: 0 !important;
	border-bottom: 1px solid #f2f2f2 !important;
	padding: 16px 15px !important;
	transition: 300ms background-color ease-in-out;
}

div[id*="ajaxsearchliteres"].asl_r.vertical .results .item:hover {
	background-color: #f5f5f5;
}

div[id*="ajaxsearchliteres"].asl_r.vertical .results .item::after {
	display: none !important;
}

div[id*="ajaxsearchliteres"].asl_r.vertical .results .item .asl_content {
	padding: 0 !important;
}

div[id*="ajaxsearchliteres"].asl_r.vertical .results .item .asl_content .asl_res_url {
	color: #4e4e4e !important;
	font-size: 12px !important;
}

div[id*="ajaxsearchliteres"].asl_r.vertical .results .item .asl_content .asl_desc {
	color: #868686 !important;
	font-size: 11px !important;
}

div[id*="ajaxsearchliteres"].asl_r.vertical .results div.asl_image {
	height: 43px !important;
	width: 43px !important;
}
section.site-section.site-cards.site-category-products {
    min-height: 300px;
}
@media screen and (max-width: 991px) {
	.search-bar .asl_w_container {
		display: none !important;
	}
	
	.mobile-search.search-bar .asl_w_container {
		display: block !important;
		width: 100% !important;
	}
}
/* December 26, 2022 - Header Search Box End */

/* December 26, 2022 - Header Menu Start */
.site-nav > ul > li.current-menu-item > a::before,
.site-nav > ul > li.current-product_category-ancestor > a::before,
.site-nav > ul > li.current-products-ancestor > a::before {
	height: 3px;
}
/* December 26, 2022 - Header Menu End */

.tax-product_category .site-block .anchor-div {
    display: none;
}
.tax-product_category a.site-block:hover::before {
    height: 10px;
}
.tax-product_category a.site-block:hover .block-content,
.tax-product_category a.site-block:hover figure {
    top: 0;
}
.tax-product_category a.site-block:hover figure img {
    transform: none;
}
.searchandfilter ul li ul {
	display: none;
}
.searchandfilter ul li ul.show {
    display: block;
}

aside.filter-section li > h4:after {
	position: absolute;
	right: 0;
	top: 5px;
	content: '+';
}

aside.filter-section li.selected > h4:after {
	content: '-'
}
aside.filter-section form {
    width: 100%;
}

.searchandfilter ul li.selected ul {
    display: block;
}
.site-category-products .searchandfilter > ul > li:first-child ul {
    display: block;
}
.site-category-products .searchandfilter > ul > li:first-child h4:before,
.site-category-products .searchandfilter > ul > li:first-child h4:after {
    display: none;
}