/*
Theme Name: Emilia
Theme URI: https://www.emilia.digital
Author: Emilia Digital
Author URI: https://www.emilia.digital
Description: Tailor made theme for Titan by Emilia Digital.
Version: 1.9
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags:
Text Domain: Emilia
*/



@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;500&family=Oswald:wght@400;600&display=swap');

html {
    scroll-behavior: smooth;
}

#newProducts {
    scroll-margin-top: 100px;
}

body {
    font-family: 'Open Sans', sans-serif;
    color: #0E1109;
    font-weight: 400;
    font-size: 16px;
    background: #fff;
}

h1,
h2,
h3,
.h3 {
    font-weight: 600;
    font-family: 'Oswald', 'Open Sans', sans-serif;
    color: #2F2F2F;
}

a,
a:hover,
a:focus {

    text-decoration: none;
}

img {
    max-width: 100%;
}

img.lazy {
    opacity: 0;
}

img:not(.initial) {
    transition: opacity 1s;
}

img.initial,
img.loaded,
img.error {
    opacity: 1;
}

img:not([src]) {
    visibility: hidden;
}

.lazy[data-bg-multi] {
    background-size: cover !important;
    background-position: center !important;
    background-color: transparent;
}

/** HEADER **/

header {
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    background: #fff;
    transition: 0.3s ease-in-out;
    border-bottom: 1px solid #000;
    z-index: 100;
}

header.scroll {
    padding: 0.75rem 0 !important;

}

header.scroll img {
    height: 50px;
}

header img {
    height: 70px;
    transition: 0.3s ease-in-out !important;
}





.admin-bar header {
    top: 32px;
}

.hamburger {
    font: inherit;
    display: none;
    overflow: visible;
    margin: 0;
    padding: 0;
    cursor: pointer;
    transition-timing-function: linear;
    transition-duration: .15s;
    transition-property: opacity, filter;
    text-transform: none;
    color: inherit;
    border: 0;
    background-color: transparent;
    margin-top: 6px;
}

.hamburger-box {
    position: relative;
    display: inline-block;
    width: 28px;
    height: 18px;
}

.hamburger-inner {
    top: 50%;
    display: block;
    margin-top: -2px;
}

.hamburger-inner,
.hamburger-inner:after,
.hamburger-inner:before {
    position: absolute;
    width: 28px;
    height: 3px;
    transition-timing-function: ease;
    transition-duration: .15s;
    transition-property: transform;
    border-radius: 4px;
    background-color: #3b3b3b;
}

.hamburger--spin .hamburger-inner {
    transition-timing-function: cubic-bezier(.55, .055, .675, .19);
    transition-duration: .22s;
}

.hamburger-inner:after,
.hamburger-inner:before {
    display: block;
    content: "";
}

.hamburger-inner:before {
    top: -7px;
}

.hamburger--spin .hamburger-inner:before {
    transition: top .1s ease-in .25s, opacity .1s ease-in;
}

.hamburger--spin .hamburger-inner:after {
    transition: bottom .1s ease-in .25s, transform .22s cubic-bezier(.55, .055, .675, .19);
}

.hamburger-inner:after {
    bottom: -7px;
}

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner:after,
.hamburger.is-active .hamburger-inner:before {
    background-color: #3b3b3b;
}

.hamburger--spin.is-active .hamburger-inner {
    transition-delay: .12s;
    transition-timing-function: cubic-bezier(.215, .61, .355, 1);
    transform: rotate(225deg);
}

.hamburger--spin.is-active .hamburger-inner:before {
    top: 0;
    transition: top .1s ease-out, opacity .1s ease-out .12s;
    opacity: 0;
}

.hamburger--spin.is-active .hamburger-inner:after {
    bottom: 0;
    transition: bottom .1s ease-out, transform .22s cubic-bezier(.215, .61, .355, 1) .12s;
    transform: rotate(-90deg);
}


#menuWrapper ul {
    list-style: none;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    margin: 0;
    padding: 0;
    gap: 2rem;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
}



.em-copy .linkedin img {
    height: 23px;
}

#menuWrapper {
    padding-right: 70px !important;
}

.trans-wrap {
    position: absolute;
    right: 3rem;
    top: 23px;
    transition: 0.3s ease-in-out;
}



.image-hero {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
}

.image-hero img {
    width: 100%;
}

header.scroll .trans-wrap {
    top:
        0px;
}




.trans-wrap a {
    display: block;
    overflow: hidden;
    border-radius: 50%;
    transition: 0.25s ease-in-out;
    box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0);
}

.trans-wrap a:not(.order-0) {
    opacity: 0;
    visibility: hidden;
}

.trans-wrap:hover a {
    opacity: 1;
    visibility: visible;
    box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.15);
}

.trans-wrap img {
    height: 30px !important;
}


#menuWrapper li {
    position: relative;
}

#menuWrapper li.menu-item-has-children:hover>.sub-menu {
    visibility: visible;
    opacity: 1;
}

.sub-menu {
    position: absolute;
    width: 300px;
    top: 100%;
    background: #fff;
    left: -30px;
    display: block !important;
    visibility: hidden;
    opacity: 0;
    transition: 0.2s ease-in-out;
    border-bottom: 1px solid #000;
    padding: 30px 30px 22px !important;
}

.sub-menu:before {
    width: 1px;
    background: #000;
    content: '';
    height: calc(100% - 47px);
    left: 0;
    bottom: 0;
    transition: 0.3s ease-in-out;
    position: absolute;
}

header.scroll .sub-menu:before,
header.scroll .sub-menu:after {
    height: calc(100% - 25px);
}

.sub-menu:after {
    width: 1px;
    background: #000;
    content: '';
    height: calc(100% - 47px);
    right: 0;
    bottom: 0;
    position: absolute;
    transition: 0.3s ease-in-out;
}

.sub-menu li {
    display: block !important;
    font-size: 15px;
    margin-bottom: 8px;
    text-align: left;
}

#menuWrapper li a {
    position: relative;
    color: #0C2D54;
}


#menuWrapper li>a:after {
    content: '';
    width: 0;
    height: 2px;
    background: #145998;
    position: absolute;
    bottom: -3px;
    left: -5px;
    opacity: 0;
    transition: 0.6s ease-in-out;
    z-index: 1;
}

#menuWrapper li:hover>a:after,
#menuWrapper li.current-menu-item>a:after,
#menuWrapper li.current-menu-ancestor>a:after {
    width: calc(100% + 5px);
    opacity: 1;
}

#menuWrapper li>a:before {
    content: '';
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 2px solid #145998;
    right: calc(100% - 4px);
    bottom: -7px;
    position: absolute;
    transition: 0.6s ease-in-out;
    opacity: 0;
    z-index: 1;
}

#menuWrapper li:hover>a:before,
#menuWrapper li.current-menu-item>a:before,
#menuWrapper li.current-menu-ancestor>a:before {
    right: -10px;
    opacity: 1;
}

/** FOOTER **/
footer {
    background: #145998;
    font-size: 14px;
    color: #E7EEF5;
}

#footerMenu ul {
    list-style: none;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    margin: 0;
    padding: 0;
    gap: 3rem;
    font-weight: 400;
    text-transform: uppercase;
}

footer a {
    transition: 0.4s ease-in-out;
    color: #ffffff;
}

footer ul a:hover {
    opacity: 0.5;
    color: #ffffff;
}


footer ul li.current_page_item a {
    font-weight: 500;
}

footer .contact {}

footer .contact a {
    font-size: 16px;
    text-transform: uppercase;
    border: 2px solid #E7EEF5;
    border-radius: 12px;
    transition: 0.4s ease-in-out;
    padding: 0.75rem 2rem;
}

footer .contact a:hover {
    background: #E7EEF5;
    color: #fff;
}

.page-template-application-inner-page #projects,
.page-template-products #projects {
    background: #D0DEEA;
}

.page-template-application-inner-page .container-small {
    max-width: 668px;
}

.page-template-application-inner-page h3,
.page-template-application-inner-page .h3 {
    font-size: 48px;
    line-height: 1.3;

}

.page-template-landing-page .article .image-wrapper,
.page-template-application-inner-page .article .image-wrapper {
    padding-bottom: calc(9/16*100%);
}

.em-copy {
    font-weight: 500;
    font-size: 12px;
}

.em-copy img {
    height: 12px;
}

/** LAYOUT **/
main#page:not(.has-img) {
    margin-top: 119px;
}

main#page.has-img #page-header {
    padding-top: 119px;
}

#page-header {
    position: relative;
    background: #145998;
}

#page-header:before {
    width: 100%;
    height: 119px;
    content: '';
    position: absolute;
    top: -119px;
    background: #145998;
}

#head {
    min-height: 230px;
    position: relative;
    z-index: 2;
}

#page-header img {
    position: absolute;
    top: 0;
    left: 0;
    filter: blur(10px);
    transition: 0.5s ease-in-out;
}

#page-header img.lazy.loaded {
    filter: blur(0);
}


h1:not(.h3) {

    text-transform: uppercase;
    margin-bottom: 0;
    color: #145998;
}

#page-header h1 {
    color: #E7EEF5;
}

#page-header h1+h2 {
    font-size: 24px;
    color: #fff;
}

/* h2 {
    font-size: 62px;
    text-transform: uppercase;
    margin-bottom: 0;
    color: #4A504B;
} */

h1:not(.no)+p {
    font-size: 22px;
    line-height: 30px;
    max-width: 580px;
    margin: 20px auto 0;
}

/*** CONTACT ***/
.page-template-contact #page-header img {
    top: -40px;
    width: 870px;
    height: auto;

}


.page-template-contact h2 {
    margin-bottom: 20px;
}

#talk .inside-text {
    max-width: 600px;
}

.extra-text,
#lp_products,
#form,
#products {
    background: #2F2F2F;
}

.trimed.inside:not(:last-child) {
    border-bottom: 0.5rem solid #E1E1E1;
}

.h3,
body:not(.single-post) h3 {
    font-size: 62px;
    text-transform: uppercase;
    margin: 0;
    line-height: 76px;
}

.single-em_product h3 {
    font-size: 52px !important;
}

.content-section .row .col-md:first-of-type .inside {
    font-weight: bold;
}

#lp_products h3,
#form h3,
#products h3,
#news h3,
#lp_products .h3,
#form .h3,
#products .h3,
#news .h3 {
    font-size: 62px;
    text-transform: uppercase;
    color: #fff;
}

#products h4 {
    font-size: 38px;
    text-transform: uppercase;
    font-weight: 600;
    font-family: 'Oswald', 'Open Sans', sans-serif;
    color: #2F2F2F;
}

#locations .title {
    font-size: 68px;
    font-family: 'Oswald', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
}

#locations .text {
    line-height: 30px;
    font-size: 20px;
}

#locations .text a {
    text-decoration: underline;
}

#locations .text strong {
    font-size: 18px;
}

.form-select {}

/*** GFORM ***/
.gform-field-label:not(.gform-field-label--type-inline) {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

.gform_wrapper.gravity-theme {
    text-align: left;
    position: relative;
}

.gform_wrapper.gravity-theme .gfield input.large,
.gform_wrapper.gravity-theme .gfield select.large,
.gform_wrapper.gravity-theme .gfield textarea.large {
    border: 5px solid #fff;
    background: #fff;
    border-radius: 12px;
    outline: 0 !important;
    box-shadow: none;
    font-size: 16px;
    padding: 0 1rem;
    height: 58px;
    transition: 0.4s ease-in-out;
}

.gform_wrapper.gravity-theme .gfield input.large:focus,
.gform_wrapper.gravity-theme .gfield select.large:focus,
.gform_wrapper.gravity-theme .gfield textarea.large:focus {
    border-color: #DAE4C7;
}

.gform_wrapper.gravity-theme .gform_fields {
    grid-row-gap: 2rem !important;
}

.gform_wrapper.gravity-theme .gfield textarea.large {
    height: 149px !important;
    padding-top: 0.75rem;
    padding-bottom: 1rem;
}

.gform_wrapper.gravity-theme .gfield.gfield--width-full {
    width: calc(50% - 1rem);
    position: relative;
}

.gfield--type-textarea {
    position: absolute !important;
    top: 0;

    right: 0;
}


.gform_validation_errors {
    display: none !important;
}

.form-select {
    box-shadow: none !important;
    border-color: #E7EEF5;
    transition: 0.4s ease-in-out;
}

.form-select:focus {
    border-color: #145998;
}

.table>:not(:first-child) {
    border-top: 0 !important;
}

.results {
    font-size: 14px;
}

.results .inside,
.results-header .inside {
    padding: .375rem 2.25rem .375rem .75rem;
}

.results .inside {
    padding: .5rem 2.25rem .5rem .75rem;
}

.results-header {
    background: #145998;
    color: #fff;
    font-size: 14px;
    box-shadow: none !important;
    border-bottom: 0 !important;
}

#new-description img {
    max-width: 100%;
    max-height: 400px;
}

.results .results-row {
    border-bottom: 1px solid #E6E7E9 !important;
}

.label-group {
    position: relative;
    width: 100%;
}

.reset {
    font-weight: bold;
    text-decoration: underline;
}

.label-group label {
    position: absolute;
    top: -27px;
    left: 13px;
    opacity: 0;
    transition: 0.4s ease-in-out;
    font-size: 14px;
}

.label-group select.selected+label {
    opacity: 0.7;
}

#searchMe {
    width: auto;
}

.results .results-row:nth-child(even) {
    background: #F9FAFC;
}

.gform_wrapper.gravity-theme input[type="submit"],
.btn {
    border-radius: 12px;
    background: #145998;
    color: #fff !important;
    font-size: 22px;
    text-align: center;
    outline: 0 !important;
    transition: 0.4s ease-in-out;
    height: 58px;
    border: 0 !important;
    width: 100%;
    font-family: 'Oswald', 'Open Sans', sans-serif;
    margin: 0 !important;
    padding-right: 1.75rem;
    padding-left: 1.75rem;
}

.btn img {
    filter: invert(1);
}

.btn.black {
    background: #2F2F2F;
    color: #fff;
}

.btn.not-w {
    width: auto;
}

.btn img {
    height: 25px;
}

.gform_wrapper.gravity-theme .gfield_validation_message,
.gform_wrapper.gravity-theme .validation_message {
    position: absolute;
    bottom: -23px !important;
    left: 0 !important;
    background: transparent !important;
    padding: 0 !important;
    margin: 0 !important;
    border: 0 !important;
    font-size: 12px !important;
    font-weight: bold;
    color: #ff2e00 !important;
}

.gform_wrapper.gravity-theme input[type="submit"]:hover {
    opacity: 0.85;
}

.gform_wrapper.gravity-theme .gform_footer {
    width: calc(50% - 1rem);
    position: absolute;
    right: 0;
    margin: 0 !important;
    bottom: 0;
    padding: 0 !important;
}

.gform_ajax_spinner {
    position: absolute;
    left: 15px;
    bottom: 16px;
    z-index: 2;
    color: #fff;
    background-color: #fff;
    border-radius: 50%;
    padding: 3px;
}

.gform_confirmation_message {
    font-weight: bold;
    ;
    color: #fff;
}

.terms p {
    font-size: 14px;
    color: #fff;
    max-width: 500px;
    margin: auto;
}

.terms p a {
    text-decoration: underline;
    color: #D0DEEA;
}

#talk p:last-of-type {
    margin-bottom: 0;
    font-size: 18px;
    line-height: 30px;
}

#contactUs {
    background: #D0DEEA;
}

.pdf {

    font-size: 14px !important;

}

.pdf span {
    font-weight: bold;
    font-size: 12px;
    margin-top: 3px;
}

.pdf img {
    height: 29px;
    width: auto;
    position: static !important;
}

#contactUs a {
    width: auto;
}

#products .text-wrapper,
.product-slider {
    max-width: 1000px;
    margin: auto;
}

.product-slider {
    max-width: 900px;
}

.product {
    height: 300px;
}

.product-slider .slick-dots {
    list-style: none;
    padding: 0;
    margin: 0;
}

.product-slider .slick-dots li {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: inline-block;
    margin: 0 2px;
    border: 2px solid #D0DEEA;
    transition: 0.3s ease-in-out;

}


.product-slider .slick-dots li.slick-active {
    background: #D0DEEA;
}

.product-slider .slick-dots li button {
    width: 100%;
    height: 100%;
    opacity: 0;
}

.product img {
    max-height: 150px;
    margin: auto;
    display: block;
    max-width: 100%;
}

/*** PARTNERS ***/

#logos .inside {
    border-radius: 90px 12px;
    border-top: 1px solid #DFDFDF;
    border-left: 1px solid #DFDFDF;
    background: #FFF;
    height: 200px;
    /* card shadow */
    box-shadow: 4px 4px 0px 0px rgba(0, 0, 0, 0.05);
}

#logos .inside img {
    max-width: 60%;
    margin: auto;
    display: block;
    height: auto;
}

.page-template-partners h1+p {
    color: #fff;
    font-size: 16px;
    max-width: 900px;
}

/*#logos .inside img{*/
/*    height: auto;*/
/*    width: 450px;*/
/*}*/

/*** NEWS ***/

.btn {
    box-shadow: none !important;
    text-transform: uppercase;
    line-height: 45px;
}

.btn:hover {
    opacity: 0.85;
}

.filter-tag {
    width: 200px;
}


.filter-tag .btn:not(.active) {
    background: #729BC1;
    color: #fff;
}

.article .inside {
    overflow: hidden;
    border-top-left-radius: 50px;
    border-bottom-right-radius: 50px;
    border: 2px solid #2F2F2F;
    border-bottom-left-radius: 12px;
    border-top-right-radius: 12px;
    background: #fff;
    height: 100%;
}

.article .image-wrapper {
    padding-bottom: 100%;
    position: relative;
    overflow: hidden;
}

.float-img img {
    max-width: 100%;
    max-height: 100%;
}

.float-img {
    width: 100%;
    height: 100%;
    position: absolute;
}

.article .image-wrapper .image {
    position: absolute;
    width: 100%;
    height: 100%;
    transition: 0.8s ease-in-out;
    top: 0;
    left: 0;
}

.article:hover .image-wrapper .image {
    transform: scale(1.1);
}

#lp_products .article:hover .image-wrapper .image {
    transform: scale(1);
}

.article .title,
#products .title {
    font-family: 'Oswald', 'Open Sans', sans-serif;
    font-size: 23px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 29px;
    margin: auto;
    color: #212121;
}

.article .text {
    font-size: 14px;
}

.read-more {
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    position: relative;
    font-size: 20px;
    color: #4A504B;
}

.read-more img {
    position: relative;
    height: 27px;
    top: 1px;
    left: 0px;
    transition: 0.4s ease-in-out;

}

.in-text {
    min-height: 320px;
}

/** HEBREW **/

.page-id-1024 {
    direction: rtl;

    .btn img {
        transform: rotate(180deg);
    }

    .hero-slider,
    header,
    footer {
        direction: ltr;
    }
}

.back a {
    font-size: 13px;
    text-transform: uppercase;
    color: #fff;
    text-decoration: underline;
}

#projects strong {
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    display: block;
    font-size: 20px;
    margin-bottom: 10px;
}

.backPlease {
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
}

.backPlease img {
    height: 14px;
}

.next.page-numbers {
    background: url(assets/images/aright.svg) no-repeat center;
    display: inline-block;
    width: 25px;
    background-size: 17px;
}

.page-numbers.current {
    color: #ABE33F;
}

.prev.page-numbers {
    background: url(assets/images/aleft.svg) no-repeat center;
    display: inline-block;
    width: 25px;
    background-size: 19px;
}

.article .read-more:hover img {
    left: 5px;
}

/*** PAGE **/
body.page-template-default h3 {
    font-size: 24px;
    line-height: 31px;
    margin-bottom: 1rem;
}

ol li {
    margin-bottom: 0.5rem;
}

/** SERVICE ***/
#page-header.with-image,
#page-header.with-image h1 {
    color: #fff;
}

body:not(.page-template-default):not(.post-template-default):not(.page-template-product) h3+p {
    max-width: 820px;
    margin: 3rem auto 0;
    line-height: 1.5;
    font-size: 20px;
}

#lp_products .h3+p,
#form .h3+p,
#lp_products h3+p,
#form h3+p {
    font-size: 20px;
    color: #fff;
    max-width: 820px;
    margin: 3rem auto 0;
    line-height: 1.5;
}

#form.smaller-text .h3,
#form.smaller-text h3 {
    font-size: 24px;
    line-height: 31px;
    margin-bottom: 1rem;
}

#form.smaller-text .h3+p,
#form.smaller-text h3+p {
    font-size: 16px;
    margin: 1rem auto;
}

#page-header.with-image::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(16, 16, 16, 0) 0, #2F2F2F 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#002F2F2F", endColorstr="#2F2F2F", GradientType=0);
}

.icon-wrap {
    height: 118px;
}

.icon-wrap img {
    transform: scale(0.95);
    position: relative;
    left: -14px;
    max-height: 102px;
    width: auto;
    margin-bottom: 15px;
}

#icons .article .text {
    max-width: 500px;
    margin: auto;
}

.icon-wrap:before {
    content: '';
    position: absolute;
    width: 87px;
    height: 85px;
    bottom: 0;
    right: -15px;
    border-radius: 6px;
    background: #D0DEEA;
}


/*** PRODUCT ***/

#description::before {
    width: 500px;
    height: 100%;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: #DAE4C7;
}

#description .text2-box::before,
#description .text2-box::after {
    display: none;
}

#description .info2-effect {

    top: 50px;
    width: 440px;
    left: 210px;
}

#info2 strong {
    display: block;
    margin-bottom: 5px;
}

#info,
#info2 {
    font-size: 19px;
}

.page-template-about .text2-box::before,
.page-template-about .text2-box::after {
    display: none;
}

#description+#highlights {
    padding-top: 8rem !important;
}

#highlights::before {
    /* width: 500px;
    height: 100%;
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    background: #DAE4C7;*/
}

.new-desc ul {
    column-count: 2;
    column-gap: 20px;
}

#description hr {
    position: relative;
    opacity: 1 !important;
    height: 2px;
    background: none;
    left: -50%;
    padding: 5px 0;
    margin: 30px 0;
}

#description hr:before {
    width: 100%;
    left: 0;
    height: 2px;
    background: #ABE33F;
    content: '';
    position: absolute;
    top: calc(50% - 1px);
}

#description hr:after {
    width: 10px;
    height: 10px;
    background: #fff;
    border: 2px solid #ABE33F;
    border-radius: 50%;
    content: '';
    position: absolute;
    right: 0;
    top: 0px;
}

#description .text2-box::before {
    top: calc(50% - 30px);
}

#description .text2-box::after {
    top: calc(50% - 34px);
}

#description+#highlights::before {
    height: calc(100% + 8rem);
    top: -8rem;
}

#description+#highlights.no-image .text2-box:before,
#description+#highlights.no-image .text2-box:after {
    display: none !important;
}

#highlights ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#highlights li {
    padding-left: 25px;
    position: relative;
}

#highlights li::before {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    background: #fff;
    border: 2px solid #145998;
    border-radius: 50%;
    top: 9px;
    left: 0;
}

#highlights .text2-box::before {
    width: 80%;
    right: -42%;
    height: 2px;
    background: #145998;
    content: '';
    position: absolute;
    top: calc(50% - 43px);
    left: auto;
}

#highlights .text2-box::after {
    top: calc(50% - 47px);
    right: 37%;
    left: auto;
}

#highlights li:not(:last-child) {
    margin-bottom: 1.5rem;
}

#highlights .info-effect {

    top: 50px;
    width: 600px;
    right: 210px;
}

#description+#highlights .info-effect {
    top: 50%;
    transform: translateY(-50%);
}

.header-section {
    background: #3B3B3B;
    color: #fff;
    font-family: Oswald, sans-serif;
    letter-spacing: -0.96px;
    text-transform: uppercase;
    font-size: 22px;
}

.table-wrapper {
    background: #E1E1E1;
    font-size: 14px;
}

.table-wrapper .section {}

#tech .inside {
    background: #fff;
}

#tech .gray .inside {
    background: rgba(59, 59, 59, 0.41);
}

/*** ABOUT **/
#info {}

#info2::before {
    width: 400px;
    height: 100%;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: #D0DEEA;
}

#info3 h4 {
    font-size: 44px;
    text-transform: uppercase;
    font-weight: 600;
    font-family: 'Oswald', sans-serif;
    color: #2F2F2F;

}

.info-effect {
    position: absolute;
    right: 0px;
    top: -120px;
    transition: 0.5s ease-in-out;
    filter: blur(10px);
    width: 1020px;
}

.info2-effect {
    position: absolute;
    left: 0;
    top: 80px;
    transition: 0.5s ease-in-out;
    filter: blur(10px);
    width: 600px;
}

.info-effect.lazy.loaded,
.info2-effect.lazy.loaded {
    filter: blur(0);
}

#dna .inside {
    border-radius: 6px;
    border: 1px solid #27301B;
}

#dna .title {
    font-family: 'Oswald', sans-serif;
    font-size: 23px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 29px;
    margin: auto;
    border-bottom: 2px solid #145998;
    position: relative;
}

.text2-box p {
    margin-bottom: 1.5rem;
}

.text2-box p:last-child {
    margin-bottom: 0;
}

.text2-box::before {
    width: 100%;
    left: -50%;
    height: 2px;
    background: #145998;
    content: '';
    position: absolute;
    top: calc(50% - 1px);
}

.text2-box::after {
    width: 10px;
    height: 10px;
    background: #fff;
    border: 2px solid #145998;
    border-radius: 50%;
    content: '';
    position: absolute;
    right: 50%;
    top: calc(50% - 5px);
}

#dna .title:before {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    background: #fff;
    border: 2px solid #145998;
    border-radius: 50%;
    bottom: -6px;
    right: 0;
}

#dna .text {}

#dna .text ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#dna .text li {
    padding-left: 25px;
    position: relative;
}

#dna .text li::before {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    background: #fff;
    border: 2px solid #145998;
    border-radius: 50%;
    top: 9px;
    left: 0;
}

#dna .text li:not(:last-child) {
    margin-bottom: 1.5rem;
}

.icon-dna {
    height: 140px;
}

.icon-dna img {
    transform: scale(0.9);
}


#clients {
    background: #2F2F2F;
}

#clients h3 {
    color: #DAE4C7;
}

#clients img {
    max-height: 200px;
    max-width: 200px;
    margin: auto;
    display: block;

}





.logo-slider .slick-slide {
    height: 120px;
}

.logo-slider .slick-slide img {
    max-width: 100%;
}

.slick-arrow {
    width: 60px;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 1;
    border: none;
    outline: none;
    cursor: pointer;
    transition: 0.3s ease-in-out;
    background-size: 45px !important;
}

.slick-arrow.slick-next {
    right: -60px;
    background: url(assets/images/a-left.svg) no-repeat center center;
}

.slick-arrow.slick-prev {
    left: -60px;
    background: url(assets/images/a-right.svg) no-repeat center center;
}

#clients.home .slick-arrow.slick-prev {
    background: url(assets/images/a-right-b.svg) no-repeat center center;
}

#clients.home .slick-arrow.slick-next {
    background: url(assets/images/a-left-b.svg) no-repeat center center;
}

.logo-inside {
    border-bottom: 2px solid #D0DEEA;
}

.logo-inside img {
    max-height: 80px;
    border-radius: 3px;
    overflow: hidden;


}

.logo-inside .cap {
    font-size: 12px;
    line-height: 14px;
    font-weight: 500;
    max-width: 200px;
    margin: 8px auto 0;
    color: #fff;
}

.logo-inside:before {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    background: #2F2F2F;
    border: 2px solid #D0DEEA;
    border-radius: 50%;
    bottom: -6px;
    right: 0;
}


#standards {
    background: #2F2F2F;
}

#standards h3 {
    color: #E7EEF5;
}

#standards h3+p {
    color: #fff;
}

#standards ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#standards li {
    padding-left: 25px;
    color: #fff;
    position: relative;
}

#standards li::before {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    background: #2f2f2f;
    border: 2px solid #D0DEEA;
    border-radius: 50%;
    top: 7px;
    left: 0;
}

#standards li:not(:last-child) {
    margin-bottom: 1.5rem;
}

/*** PRODUCTS ***/

#info.product-info h3+p {
    font-size: 19px;
    max-width: 100%;
    margin-bottom: 1rem;
    line-height: 1.5;
}

#info.product-info .info-effect {
    top: 40%;
    transform: translateY(-50%);
    width: 800px;
    right: 79px;
}

#info.product-info::before {
    width: calc((100% - 1320px)/2 + 357px);
    height: calc(100% + 81px);
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    background: #D0DEEA;
    z-index: -1;

}

#products .inside {
    background: #fff;
    border-radius: 90px 12px;
    border: 2px solid #3B3B3B;
}


#products .title {
    border-bottom: 2px solid #ABE33F;
    position: relative;
}

#products .title:after {
    width: 10px;
    height: 10px;
    background: #fff;
    border: 2px solid #ABE33F;
    border-radius: 50%;
    content: '';
    position: absolute;
    bottom: -6px;
    right: 0;
}

#products .a {
    position: relative;
    transition: 0.5s ease-in-out;
    top: 0;
    height: 205px;
}

.coming-soon {
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: 19px;
    font-size: 14px;
    opacity: 0.5;
}

#products a:hover {
    top: -10px;
}

#sol-in {
    background: #FBFBFD;
}

#sol-in .icon-wrap:before {
    background: #D0DEEA;
}

#sol-in .article .title {
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    font-size: 18px;
    line-height: 27px;
    text-transform: none;
}

#sol-in .icon-wrap {
    height: 100px;
}

#sol-in .icon-wrap img {
    left: -24px;
}

/*** APPLICATIONS ***/
#text p {
    font-size: 22px;
    line-height: 30px;
}


#news {
    background: #2F2F2F;
}

#news h3 {
    color: #E7EEF5;
}


/*** HOME ***/

#blogSlider .slick-slide {
    padding: 0 1.5rem;
}

#about-us {
    background: #2F2F2F;
    color: #fff;
}

#about-us p {
    line-height: 29px;
    font-size: 20px;
    max-width: 1000px;
    margin: 22px auto 18px;
}

#about-us h3 {
    color: #E7EEF5;
}

.page-template-front-page #icons .title {
    font-weight: normal;
    font-family: 'Open Sans', sans-serif;
    text-transform: none;
    font-size: 22px;
}

.page-template-front-page #products {
    background: #fff;
    border-top: 1px solid #2F2F2F;
    border-bottom: 1px solid #2F2F2F;
}

.gfield--type-captcha,
#field_2_6,
#field_1_6 {
    position: absolute !important;
}

.page-template-front-page #products h3 {
    color: #2F2F2F;
}

.page-template-front-page #products a {
    height: 58px;
}

.page-template-front-page #products img {
    max-width: 100%;
}

.page-template-front-page #applications {
    background: #D0DEEA;
}

#clients.home {
    background: #fff;
}

#clients.home h3 {
    color: #2F2F2F;
}

#page-header.home {
    height: 40vw;
    z-index: 2;
}

#page-header.home h1 {
    font-size: 100px;
    width: 600px;
    text-align: right;
    padding-right: 3rem;
    position: relative;
    display: inline-block;
}

.page-template-front-page main {
    overflow-x: hidden;
}

.hero-slider {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}

.in-t {
    position: relative;
    z-index: 1;
}

.hero-slider .slick-list {
    height: 100%;
    overflow: visible;
}

.hero-slider img {
    width: 1110px;
}

.hero-slider .text {
    position: absolute;
    right: 3rem;
    font-size: 22px;
    text-transform: uppercase;
    text-align: right;
    width: 600px;
    top: 300px;
    color: #fff;

}

.hero-slider .text::before {
    width: 80%;
    left: -30%;
    height: 2px;
    background: #D0DEEA;
    content: '';
    position: absolute;
    top: -18px;
}

.hero-slider .text::after {
    width: 15px;
    height: 15px;
    background: #145998;
    border: 2px solid #D0DEEA;
    border-radius: 50%;
    content: '';
    position: absolute;
    right: 50%;
    top: -25px;
}

.in-class {
    width: 100%;
}

.form-title {
    font-size: 22px;
    line-height: 30px;
    max-width: 750px;
    width: 100%;
    margin: auto;
}

.extra-text {
    background: #2F2F2F;
    color: #fff;
    font-size: 22px;
    line-height: 30px;
}

.extra-text h2 {
    color: #ffffff;
}

.extra-text .btn {
    display: inline;
    margin-top: 2rem;
}

.product-filter .filter-tag {
    max-width: 400px;
}

@media (max-width: 1601px) {
    .info-effect {
        top: -100px;
        width: 920px;
    }

    #info2::before,
    #description::before,
    #highlights::before {
        width: 420px;
    }

    #description .info2-effect {
        width: 330px;
    }


    #description .text2-box::before {
        top: calc(50% - 46px);
    }

    #description .text2-box::after {
        top: calc(50% - 50px);
    }

    #highlights .info-effect {
        width: 500px;
    }


    #highlights .text2-box::before {
        top: calc(50% - 66px);
    }

    #highlights .text2-box::after {
        top: calc(50% - 70px);
    }


    #description+#highlights::before {
        height: calc(100% + 2rem);
        top: -2rem;
    }

    #description+#highlights {
        padding-top: 4rem !important;
    }


    .info2-effect {
        top: 120px;
        width: 610px;
    }

    .text2-box::before {
        width: 80%;
        left: -30%;
    }

    .slick-arrow.slick-prev {
        left: 0;
    }

    .slick-arrow.slick-next {
        right: 0;
    }

    .logo-slider,
    #blogSlider {
        padding: 0 60px;
    }


    #info.product-info .info-effect {
        width: 730px;
        right: 43px;
    }

    #highlights .info-effect {
        right: 80px;
    }

    #highlights .text2-box::before {
        width: 60%;
        right: -22%;
    }

    #page-header.home {
        height: 40vw;
    }

    .hero-slider img {
        width: 920px;
    }

    .hero-slider .text::before {
        width: 22vw;
        right: 310px;
        left: auto;
    }
}

@media (max-width: 1401px) {

    #info.product-info h3+p {
        font-size: 16px;
    }

    .hero-slider .text {
        width: 440px;
        font-size: 18px;
        line-height: 27px;
        right: 1.5rem;
    }

    #info,
    #info2 {
        font-size: 16px;
    }

    #page-header.home h1 {
        font-size: 90px;
        width: 440px;
        padding-right: 0;
    }

    .hero-slider .text::before {
        width: 22vw;
        right: 234px;
        left: auto;
        top: -23px;
    }

    .hero-slider .text::after {
        top: -30px;
    }

    #menuWrapper ul {
        font-size: 14px;
        gap: 2rem;
    }

    .page-template-contact #page-header img {
        top: -30px;
        left: -80px;
        width: 780px;
        height: auto;
    }

    #talk .inside-text {
        max-width: 500px;
    }

    .info-effect {
        width: 810px;
    }

    #info2::before {
        width: 390px;
    }

    .info2-effect {
        top: 120px;
        width: 540px;
    }

    #info.product-info .info-effect {
        width: 640px;
    }

    #description hr:before {
        width: 80%;
        left: 20%;
    }



}

@media (max-width: 1199px) {

    .trans-wrap {
        position: static;
    }

    .trans-wrap a {
        opacity: 1 !important;
        visibility: visible !important;
        width: 30px;
    }

    .trans-wrap a.order-0 {
        display: none;
    }

    #description hr:before {
        width: 70%;
        left: 30%;
    }

    #projects strong {
        font-size: 18px;
    }

    #page-header.home {}

    #highlights .text2-box::after {
        right: 30%;
    }

    .filter-wrap {
        overflow-x: auto;
    }

    .hero-slider img {
        width: 750px;
    }

    .hero-slider .text::before {
        width: 22vw;
        right: 310px;
        left: auto;
    }

    .hero-slider .text {
        width: 360px;
        font-size: 14px;
        line-height: 23px;
        top: 222px;
    }

    #page-header.home h1 {
        font-size: 70px;
        width: 360px;
    }

    .hero-slider .text::before {
        right: 184px;
    }

    .hero-slider .text::after {
        top: -29px;
        width: 13px;
        height: 13px;
    }


    h1 {
        font-size: 62px;
    }


    h2,
    #lp_products h3,
    #locations .title,
    h3,
    #products h3,
    #form h3 {
        font-size: 54px;
        line-height: 68px;
    }

    #head {
        min-height: 350px;
    }

    h1+p {
        font-size: 18px;
        line-height: 27px;
        max-width: 480px;
        margin: 15px auto 0;
    }

    .extra-text {
        font-size: 18px;
        line-height: 27px;
    }


    .page-template-contact #page-header img {
        top: -20px;
        left: -80px;
        width: 690px;
        height: auto;
    }

    header.scroll img {
        height: 40px;
    }

    #menuWrapper {
        position: fixed;
        top: 83px;
        height: calc(100% - 83px);
        background: #fff;
        display: block;
        opacity: 0;
        visibility: hidden;
        right: -100%;
        transition: 0.4s ease-in-out;
        width: 100%;
    }

    .is-active+#menuWrapper {
        right: 0;
        visibility: visible;
        opacity: 1;
    }

    header.scroll #menuWrapper {
        top: 65px;
        height: calc(100% - 65px);
    }

    .admin-bar #menuWrapper {
        top: 115px;
        height: calc(100% - 115px);
    }

    #menuWrapper ul {
        display: block;
        font-size: 18px;
    }

    header img {
        height: 50px;
    }

    #menuWrapper ul li {
        margin-bottom: 20px;
    }

    main#page:not(.has-img) {
        margin-top: 83px;
    }

    main#page.has-img #page-header {
        padding-top: 83px;
    }

    #page-header:before {
        height: 83px;
        top: -83px;
    }

    #menuWrapper ul .sub-menu {
        position: static;
        padding: 5px 20px 0 0 !important;
        border: 0 !important;
        opacity: 1;
        margin: 0 !important;
        visibility: visible;
        width: 100%;
    }

    #menuWrapper ul .sub-menu:after,
    #menuWrapper ul .sub-menu:before {
        display: none;
    }

    #menuWrapper ul .sub-menu li {
        margin-bottom: 5px;
    }

    #menuWrapper ul .sub-menu li:before {
        content: '';
        width: 3px;
        height: 3px;
        background: #DAE4C7;
        border-radius: 50%;
        position: absolute;
        right: -15px;
        top: 9px;
    }

    #text p {
        font-size: 18px;
        line-height: 27px;
    }

    #lp_products h3+p,
    #form h3+p {
        font-size: 18px;
        line-height: 27px;
        margin: 2rem auto 0;
    }

    body:not(.page-template-default):not(.page-template-product) h3+p {
        font-size: 18px;
        line-height: 27px;
        margin: 2rem auto 0;
    }

    #about-us p {
        font-size: 18px;
        line-height: 27px;
    }

    .info-effect {
        width: 670px;
        top: -70px;
    }

    #info2::before,
    #description::before,
    #highlights::before {
        width: 340px;
    }

    #highlights .text2-box::before {
        top: calc(50% - 87px);
    }

    #description+#highlights::before {
        height: 100%;
        top: 0;
    }

    #description .info2-effect {
        width: 280px;
    }

    #highlights .text2-box::after {
        top: calc(50% - 91px);
    }

    #highlights .info-effect {
        width: 370px;
    }

    #highlights .text2-box::before {
        width: 52%;
    }

    .info2-effect {
        top: 150px;
        width: 470px;
    }

    .text2-box::before {
        width: 70%;
        left: -20%;
    }


    .icon-dna img {
        transform: scale(0.7);
    }

    .icon-dna {
        height: 125px;
    }

    #info.product-info .info-effect {
        width: 570px;
    }

    #info.product-info::before {
        width: calc((100% - 960px) / 2 + 218px);
        height: calc(100% + 81px);
    }


}

@media (max-width: 993px) {


    .hide-m {
        display: none;
    }

    .label-group label {
        font-size: 12px;
        top: -20px;
    }

    .image-hero {
        width: 100%;
        height: auto;
        top: auto;
        bottom: 0;
        position: relative;
        margin-top: 25px;
        padding-bottom: 35px;
    }

    .image-hero img {
        position: static !important;

        width: 100%;
        filter: none !important;
        height: auto;
        max-width: 100%;
    }

    #locations .text {
        font-size: 16px;
        line-height: 22px;
    }

    .em-copy a {
        width: 100%;
        text-align: center;
    }

    .product-filter .filter-tag {
        width: 50%;
    }

    .product-filter .filter-tag a {
        display: block;
    }

    .hero-slider .text {
        width: 100%;
        position: static;
        text-align: center;
    }

    #page-header.home {
        height: auto;

    }

    .hero-slider {
        position: static;
    }

    .hero-slider .text::before {
        right: auto;
        left: 0;
        width: 50%;
    }

    .hero-slider img {
        width: 80%;
        max-width: 500px;
        ;
        top: auto !important;
        bottom: -40px;
        position: relative !important;
        margin-top: -20px;

    }

    #page-header.home h1 {
        width: 100%;
        text-align: center;
    }

    #description {}

    #highlights .text2-box::before,
    #highlights .text2-box::after {
        display: none;
    }

    #description .info2-effect {
        position: static;
        display: block;
        margin: auto;
        opacity: 1 !important;
        width: 70%;
        max-width: 350px;
    }

    #highlights .info-effect {
        position: static;
        display: block;
        margin: auto;
        opacity: 1 !important;
        transform: none !important;
        width: 70%;
        max-width: 350px;
    }

    #description::before,
    #highlights::before {
        display: none;
    }

    h1 {
        font-size: 48px;
    }

    #page-header.with-image::after {
        height: 100%;
    }

    .icon-wrap img {
        transform: scale(0.8);
    }

    .icon-wrap:before {
        content: '';
        position: absolute;
        width: 82px;
        height: 79px;
        right: -8px;
    }

    #head {
        min-height: 300px;
    }

    h1+p,
    .extra-text {
        font-size: 16px;
        line-height: 24px;
    }


    .page-template-contact h2 {
        margin-bottom: 10px;
    }

    .page-template-contact #page-header img {
        top: -20px;
        left: -80px;
        width: 344px;
        height: auto;
    }

    h2,
    #lp_products h3,
    #form h3,
    #locations .title,
    h3,
    #products h3,
    #news h3,
    .single-em_product h3 {
        font-size: 44px;
        line-height: 60px;
    }


    .filter-tag a.btn {
        font-size: 18px;
        height: 50px;
        line-height: 37px;
    }

    #info2::before {
        display: none;
    }

    .info-effect {
        width: 420px;
        top: -90px;
    }

    .text2-box p {
        margin-bottom: 0.75rem;
    }

    .text2-box::before {
        top: calc(43.5% - 1px);
    }

    .text2-box::after {
        top: calc(43.5% - 5px);
    }

    .info2-effect {
        top: auto;
        width: 300px;
        bottom: -83px;
    }

    .info2-effect.loaded {
        opacity: 0.5 !important;
    }

    #info.product-info::before {
        display: none;
    }

    #info.product-info .info-effect {
        right: auto;
        position: relative;
        top: 0;
        transform: none;
        margin: auto;
        display: block;
    }

    .mob-wrapper {
        position: relative;
    }

    .mob-wrapper::before {
        width: 60%;
        height: 120%;
        content: '';
        position: absolute;
        top: -10%;
        left: 0;
        background: #DAE4C7;
    }

    #highlights .mob-wrapper::before {
        left: auto;
        right: 0;
    }

}




@media (max-width: 768px) {

    .logo-inside img {
        max-height: 56px;
    }


    .filter-tag.p-tag a.btn {
        font-size: 13px;
        line-height: 16px;
    }

    #info.product-info .info-effect {
        max-width: 320px;
    }


    .content-section .row .col-md:first-of-type .inside {
        border-bottom: 2px solid #3B3B3B;
        font-weight: bold;
    }

    .content-section .row .col-md .inside {
        border-bottom: 1px solid #E1E1E1;
    }

    .content-section .row .col-md:last-of-type {
        padding-bottom: 10px !important;
    }

    .gform_wrapper.gravity-theme .gfield.gfield--width-full {
        width: 100%;
    }

    .gform_wrapper.gravity-theme .gform_fields {
        grid-row-gap: 1rem !important;
    }

    .gform_wrapper.gravity-theme .gform_footer {
        width: 100%;
        position: relative;
        top: 0;
        right: 0;
        margin-top: 0.7rem !important;
    }

    .gfield--type-textarea {
        position: relative !important;
        top: 0;
        right: 0;
    }

    .admin-bar header {
        top: 46px;
    }

    .admin-bar #menuWrapper {
        top: calc(83px + 46px);
    }


    .admin-bar header.scroll #menuWrapper {
        top: calc(65px + 46px);
        height: calc(100% - 65px - 46px);
    }

    #footerMenu ul {
        display: block;
        text-align: center;

    }

    #footerMenu ul li {
        margin-bottom: 10px;
    }

    #footerMenu ul li.contact a {
        font-size: 14px;
        display: inline-block;
        padding: 0.5rem 1rem;
    }

    #footerMenu ul a {
        display: block;
    }

    .page-template-contact #page-header img {
        top: -20px;
        left: -80px;
        width: 294px;
        height: auto;
    }

    .article .title,
    #dna .title,
    #products .title {
        font-size: 20px;
        line-height: 27px;
    }

}

@media (max-width: 600px) {


    .slick-arrow {
        background-size: 30px !important;
        width: 40px;
    }

    .logo-slider,
    #blogSlider {
        padding: 0 40px;
    }

    .logo-slider .slick-slide {
        height: 90px;
    }

    .text2-box::before,
    .text2-box::after {
        display: none;
    }


    .info-effect {
        width: 360px;
        top: -70px;

    }

    .info2-effect {
        top: auto;
        width: 230px;
        bottom: -63px;
    }


    .admin-bar header.scroll {
        top: 0;
    }

    .admin-bar header.scroll #menuWrapper {
        top: 65px;
    }



    #logos .inside img {
        height: auto;
        width: 179px;
    }

}

@media (max-width: 480px) {
    #logos .inside img {
        width: 139px;
    }

    #blogSlider .slick-slide {
        padding: 0 !important;
    }

    #clients img {
        max-height: 150px;
        max-width: 150px;
    }
}

#logostrip {
    background-color: #2F2F2F;
    color: ffffff;
    padding: 3rem 2rem;
}

.logos_wrapper {

    display: grid;
    grid-template-columns: repeat(8, 1fr);
    align-items: center;
    gap: 2rem;

}

.slider img {
    /* aspect-ratio: 16/9; */
    max-width: 130px;
    /* width: 100px;
  height: 100px; */
    animation: scroll-b 60s linear infinite;
}

.slide-track {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 3em;
    overflow: hidden;
}



@keyframes scroll-b {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translatex(-1000%)
    }
}

.marquee,
.marquee-wrapper {
    background-color: #2F2F2F;
}

.swiper-slide {
    display: inline-block;
    height: 40px;
    margin: 2rem 2rem;
    width: auto;
    flex: 0 0 auto;
}

.marquee img {
    height: 40px;
    width: auto
}



.marquee {
    position: relative;
    display: flex;
    align-items: center;
    width: 100vw;
    max-width: 100%;
    height: 80px;
    overflow-x: hidden;
}

.track {
    position: absolute;
    /* white-space: nowrap; */
    will-change: transform;
    animation: marquee 20s linear infinite;
    /* transform: translateX(0); */
    /* width: 4000px; */
    display: flex;

}

@media screen and (min-width:37.5em) {
    .marquee {
        height: 150px;
    }

    .swiper-slide {
        height: 70px;
    }

    .marquee img {
        height: 70px;
        width: auto
    }

    .track {

        animation: marquee 30s linear infinite;


    }

}

@keyframes marquee {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-130%);
    }
}

.tax-em_series {
    #page-header img {
        position: relative;
        /* top: 0; */
        /* left: 0; */
        filter: blur(0px);
        /* transition: 0.5s ease-in-out; */
    }
}

.postid-2322 {
    .new-desc ul {
        column-count: 1;
        column-gap: 0px;
    }

    h4 {
        font-size: 1.2rem;
    }
}