* {

    margin: 0;

    padding: 0;

    outline: none;

    resize: none;

    box-sizing: border-box;

}

html {
    scroll-behavior: smooth;
}

.slick-slide[aria-hidden="false"]:nth-of-type(2) 

p {

    margin-bottom: 0;

}

header .header-banner-wrapper {
    display: block;
    width: 100vw;
    height: 120px;
    position: relative;
    right: 40px;
    bottom: 25px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.to-contact {
    cursor: pointer;
}


img {

    max-width: 100%;

    object-fit: contain;

}



body {

    max-width: 100vw;

    overflow-x: hidden;

}


a, a:hover {

    text-decoration: none;

    color: #000;

}

header {
    transition: background .6s;
    background: -moz-linear-gradient(top, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
}


header.open {

    background: #fff !important;
    top: 0 !important;

    /* border-bottom: 1px solid #000; */

}

header.open ul a {
    color: #000 !important;
}

header ul a {
    font-family: "Aller", Sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 13px;
    color: #fff;
    transition: color .6s;
}

header .logo img {
    max-height: 30px;
    object-position: left center;
}

header.open .logo img {
    filter: invert(1);
}

header ul.elementor-nav-menu > li:last-child {
    background: #FFE01A;
    position: relative !important;
    padding-left: 30px !important;
    transition: background .6s;
    border: 1px solid #FFE01A;
    cursor: pointer;
}

@media screen and (min-width: 1024px) {
    footer ul.elementor-nav-menu > li:last-child {
        background: #FFE01A;
        position: relative !important;
        padding-left: 30px !important;
        transition: background .6s;
        border: 1px solid #FFE01A;
        cursor: pointer;
    }
}

.elementor-widget-nav-menu .elementor-nav-menu--main li:not(.contact-us) .elementor-item.elementor-item-active {
    color: #FFE01A !important;
}


header .elementor-nav-menu--layout-horizontal .elementor-nav-menu {
    flex-wrap: nowrap !important;
}

header ul.elementor-nav-menu > li:last-child::after,
footer ul.elementor-nav-menu > li:last-child::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 15px;
    width: 22px;
    height: 15px;
    background-image: url("../img/black-icon-envelop.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

header ul.elementor-nav-menu > li:last-child a {
    color: #000 !important;
    font-weight: 300;
}

@media screen and (min-width: 1024px) {
    footer ul.elementor-nav-menu > li:last-child a {
        color: #000 !important;
        font-weight: 300;
    }
}

header ul.elementor-nav-menu > li:last-child > a::after {
    content: none;
}

header ul.elementor-nav-menu > li > a::after {
    content: "";
    position: absolute;
    left: 20px;
    bottom: 0;
    width: 0;
    height: 2px;
    background: #FFE01A !important;
    opacity: 1 !important;
    transition: width .6s ease-out;
}
/* 
header.open ul a::after {
    background: #000 !important;
} */

header div.logo {
    height: 100%;
}

.elementor-menu-toggle {
    background: transparent !important;
}


@media screen and (min-width: 768px) {
    header ul.elementor-nav-menu > li > a:hover:after {
        width: calc(100% - 40px);
    }

    header ul li:last-child.contact-us a.elementor-item:hover {
        color: #000 !important;
    }

    header ul li:last-child:hover {
        background: transparent;
    }

    footer .footer-social {
        border-left: 1px solid #000;    
    }

    header ul.elementor-nav-menu > li:last-child:hover::after,
    footer ul.elementor-nav-menu > li:last-child:hover::after {
        background-image: url("../img/yellow-icon-envelop.png");
    }

    header ul.elementor-nav-menu > li.contact-us:last-child:hover,
    footer ul.elementor-nav-menu > li.contact-us:last-child:hover {
        background-color: #000;
    }

    header ul.elementor-nav-menu > li.contact-us:last-child:hover a,
    footer ul.elementor-nav-menu > li.contact-us:last-child:hover a {
        color: #FFE01A !important;
    }
}

@media screen and (max-width: 1024px) {
    footer .footer-social {
        border-left: none;    
    }  

    footer .footer-logo {
        position: relative;
    }

    footer .footer-logo::after {
        content: "";
        position: absolute;
        bottom: 30px;
        left: 50%;
        height: 1px;
        width: 70px;
        transform: translate(-50%, -50%);
        background: #000;
    }

    footer ul {
        margin: 30px auto 0 !important;
    }

    footer ul li {
        width: 50%;
        margin-bottom: 15px !important;
    }

    footer ul li a {
        padding: 0 !important;
        justify-content: center;
    }

    footer ul li:last-child {
        background: transparent;
        padding: 0 !important;
        border: none;
    }

    footer ul li:last-child a {
        color: #7a7a7a !important;
    }

    footer ul > li:last-child::after {
        content: none !important;
    }

    header nav.elementor-nav-menu--dropdown a.elementor-item.elementor-item-active {
        background: transparent !important;
        color: #FFE01A !important;
    }

    section.get-in-touch {
        background: #fff !important;
        padding-bottom: 0 !important;
    }

    .elementor-nav-menu--dropdown .elementor-item:hover {
        background: transparent  !important;
    }
}

@media screen and (max-width: 768px) {
    /* header {
        background: #fff;
    } */

    header:not(.open) i.eicon-menu-bar {
        color: #fff;
    }

    header .elementor-row {
        display: flex;
        flex-direction: row;
        align-items: center;
        flex-wrap: nowrap;
        justify-content: space-between;
    }

    header .elementor-nav-menu--toggle .elementor-menu-toggle:not(.elementor-active)+.elementor-nav-menu__container {
        position: fixed;
        top: 50px;
        left: 110vw;
        height: calc(100vh - 50px);
        transform: none !important;
        max-height: calc(100vh - 50px);
        width: 100vw;
        margin-top: 0;
        transition: left .6s;
    }
    
    header .elementor-nav-menu--toggle .elementor-menu-toggle.elementor-active+.elementor-nav-menu__container {
        left: 0 !important;
        position: fixed;
        top: 48px;
        left: 110vw;
        height: calc(100vh - 50px);
        transform: none !important;
        max-height: calc(100vh - 50px);
        width: 100vw;
        margin-top: 0;
        transition: left .6s;
    }

    header .elementor-nav-menu__align-right .elementor-nav-menu {
        width: 80%;
        margin: 0 auto;
        height: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
}


div[data-elementor-type="footer"] .menu-item a {

    text-transform: uppercase;

}



div[data-elementor-type="footer"] #gallery-1 img {

    border: none !important;

    height: 20px !important;

}


.homepage-rating .swiper-slide .elementor-testimonial__header {

    display: flex;

    flex-direction: column;

    align-items: center;

}



.homepage-rating .swiper-slide .elementor-testimonial__header img {

    margin-bottom: 30px;

    width: 120px !important;
    height: 120px !important;
    object-fit: contain;

}



.homepage-rating .swiper-slide .elementor-testimonial__header .elementor-testimonial__cite {

    margin-left: 0 !important;

}



.homepage-rating .swiper-slide .elementor-testimonial__header .elementor-testimonial__cite span {

    width: 70%;

    text-align: center;

    margin: 0 auto 30px;

}



.homepage-rating .swiper-slide .elementor-testimonial__header .elementor-testimonial__cite .elementor-star-rating {

    display: flex;

    justify-content: center;

    align-items: center;

}



.homepage-rating .swiper-slide .elementor-testimonial__header .elementor-testimonial__icon {

    position: absolute;

    top: 20px;

    right: 20px;

}



.homepage-rating .swiper-slide .elementor-testimonial__content {

    width: 80%;

    margin: 0 auto;

    text-align: center;

}

.homepage-rating .swiper-slide .elementor-testimonial__content .elementor-testimonial__text {
    
    font-size: 17px;

    font-family: "Aller", Sans-serif;

    font-weight: 300;
}

.draw-container .left h2,
.draw-container .right h2 {
    font-size: 16px;

    font-family: "Aller", Sans-serif;

    font-weight: 700;
}

.draw-container .left p,
.draw-container .right p {
    font-size: 17px;

    font-family: "Aller", Sans-serif;

    font-weight: 300;
    line-height: 27px;
}

.blog-slider .elementor-slide-content {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
}

.blog-slider .slider-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    text-align: left;
    margin-left: 20px;
    padding-left: 20px;
    padding-right: 20px;
    border-left: 1px solid #FFE01A;
    position: relative;
}

.blog-slider .slider-container p {
    font-size: 29px;
    margin-bottom: 30px;
    position: relative;
    position: relative;
    font-family: "Aller", Sans-serif;
    font-weight: 300;
    margin-bottom: 50px !important;
}

.blog-slider .slider-container span {
    text-transform: uppercase;
    font-size: 14px;
    margin-bottom: 15px;
    font-size: 14px;
    font-family: "Aller", Sans-serif;
    font-weight: 700;

}

.blog-slider .slider-container span:last-child {
    margin-bottom: 0;
    font-weight: 300;
}

.blog-slider .slider-container p::before {
    content: "“";
    font-size: 90px;
    position: absolute;
    left: 0;
    top: -30px;
    
    font-family: "Work Sans", Sans-serif;

    font-weight: 600;
}

.blog-slider .slider-container p span {
    font-size: 90px;
    position: relative;
    bottom: -30px;
    transform: rotateY(180deg) rotateX(180deg);
    font-family: "Work Sans", Sans-serif;
    font-weight: 600;
    display: inline-block;
    margin-top: -30px;
}

.product-icons-section img {
    height: 67px !important;
}

/* .blog-slider .slider-container p::after {
    content: "“";
    font-size: 90px;
    position: absolute;
    left: 50%;
    bottom: -30px;
    transform: translateX(-50%) rotateY(180deg) rotateX(180deg);
    font-family: "Work Sans", Sans-serif;
    font-weight: 600;
} */

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

    .hero-nav-container:hover .item {
        top: calc(100% - 20px) !important;
        animation: none;
    }
    
    .hero-nav-container .item:hover {
        top: 0 !important;
    }

}

.our-prodcuts article .elementor-post__excerpt {
    padding: 0 20px;
}

.rating-container article .elementor-post__excerpt {
    width: 360px;
    max-width: 100%;
}

.homepage-rating.elementor-widget-reviews .elementor-main-swiper .elementor-swiper-button-next {
    right: 0%;
}

.homepage-rating.elementor-widget-reviews .elementor-main-swiper .elementor-swiper-button-next .eicon-chevron-right:before {
    content: "" !important;
    background-image: url("../img/right.png");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 26px;
    height: 83px;
    position: absolute;
    top: 0;
    right: 10px;
    opacity: 0;
    transition: opacity .6s;
}

.homepage-rating.elementor-widget-reviews .elementor-main-swiper .elementor-swiper-button-prev {
    left: 2%;
}

.homepage-rating.elementor-widget-reviews .elementor-main-swiper .elementor-swiper-button-prev .eicon-chevron-left:before {
    content: "" !important;
    background-image: url("../img/left.png");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 26px;
    height: 83px;
    position: absolute;
    left: 10px;
    top: 0;
    opacity: 0;
    transition: opacity .6s;
}

.get-in-touch .tabs-container .elementor-tab-title {
    border-bottom: 3px solid transparent !important;
}

.get-in-touch .tabs-container .elementor-tab-title.elementor-active::after {
    border-color: #000 !important;
}

.rating-container img {
    height: 250px !important;
    width: auto !important;
    position: relative !important;
    bottom: 0 !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    transform: none !important;
}

.rating-container .elementor-post__thumbnail {
    padding-bottom: 0 !important;
}

.section-hero a#transparent {
    height: 50px;
    width: 175px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 30px auto 0;
    background: #ffe01a!important;
    color: #000;
}

@media screen and (min-width: 768px) {
    .section-hero a#transparent:hover {
        background: #000 !important;
        color: #ffe01a;
    }

    .homepage-rating.elementor-widget-reviews:hover .elementor-main-swiper .elementor-swiper-button-next .eicon-chevron-right:before,
    .homepage-rating.elementor-widget-reviews:hover .elementor-main-swiper .elementor-swiper-button-prev .eicon-chevron-left:before {
        opacity: 1;
    }

    footer .elementor-widget-nav-menu .elementor-nav-menu--main .elementor-nav-menu li:not(:last-child) .elementor-item {
        position: relative;
    }

    footer .elementor-widget-nav-menu .elementor-nav-menu--main .elementor-nav-menu li:not(:last-child) .elementor-item::after {
        content: "" !important;
        position: absolute;
        top: 100%;
        left: 20px;
        width: 0;
        height: 2px;
        background: #FFE01A;
        transition: width .6s;

    }

    footer .elementor-widget-nav-menu .elementor-nav-menu--main .elementor-nav-menu li:not(:last-child) .elementor-item:hover::after {
        width: calc(100% - 40px);
    }

    .elementor-widget-nav-menu .elementor-nav-menu--main li:not(:last-child):hover .elementor-item {
        color: #ffe01a !important;
    }

    .elementor-widget-nav-menu .elementor-nav-menu--main > li:last-child:hover {
        background: #000 !important;
        color: #FFE01A !important;
    }

    .elementor-widget-nav-menu .elementor-nav-menu--main > li:last-child:hover > a.elementor-item {
        color: #FFE01A !important;
    }

    /* .homepage-rating .swiper-slide {
        height: 430px !important;
        min-height: 430px !important;
    } */

    footer .elementor-widget-nav-menu .elementor-nav-menu--main li:last-child:hover .elementor-item {
        background: transparent !important;
    }
}

.blog-slider .elementor-slick-slider .slick-next:before {
    content: "" !important;
    background-image: url("../img/right_white.png");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 26px;
    height: 83px;
    position: absolute;
    top: 0;
    right: 0;
    opacity: .2;
}

.blog-slider .elementor-slick-slider .slick-prev:before {
    content: "" !important;
    background-image: url("../img/left_white.png");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 26px;
    height: 83px;
    position: absolute;
    top: 0;
    left: 0;
    opacity: .2;
}

.homepage-rating .swiper-pagination.swiper-pagination-progressbar {
    left: 50% !important; 
    width: 50vw !important;
    transform: translateX(-50%) !important;
    top: calc(100% + 50px) !important;
    height: 2px !important;
}

.homepage-rating .swiper-pagination.swiper-pagination-progressbar > span {
    /* transform: translate3d(0px, 0px, 0px) scaleX(0.2) scaleY(1) !important; */
    height: 5px !important;
    top: -250% !important;
}

.media-section a#press-lobby,
.section-our-products a#view-products {
    height: 50px;
    width: 210px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.tabs-container div[id*="elementor-tab-content-"] {
    padding-right: 0;
    padding-left: 0;
}

.tabs-container div[id*="elementor-tab-content-"] p img {
    width: 100%;
    /* max-height: 500px;
    object-fit: contain; */
}

.tabs-container .elementor-tabs-wrapper {
    border-bottom: 1px solid #4F5151;
}

.tabs-container .elementor-tabs-wrapper .elementor-active {
    /* border-bottom: 5px solid #4F5151 !important; */
}

.tabs-container .elementor-tabs-wrapper {
    position: relative;
}

.tabs-container .elementor-tabs-wrapper .tabs-line {
    position: absolute;
    bottom: 0;
    height: 5px;
    width: 125px;
    left: 0px;
    background: #4F5151;
    transition: left .4s;
}

#get-in-touch button[type="submit"] {
    height: 50px !important;
    width: 165px !important;
    border-radius: 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
    cursor: pointer;
}

#get-in-touch input, #get-in-touch textarea {
    border-radius: 0 !important;
    padding-left: 0;
}

#get-in-touch input[type="checkbox"] {
    /* -webkit-appearance: none; */
    min-height: 20px;
    min-width: 20px;
    height: 20px;
    width: 20px;
    border: 1px solid #4F5151;
    display: inline-block;
    transition: background .6s;
    margin-top: 20px;
}

#get-in-touch input[type="checkbox"] + label {
    position: relative;
    top: -5px;
    left: 5px;
}

#get-in-touch input[type="checkbox"]:checked {
    background: #4F5151;
}

#get-in-touch input:not([type="checkbox"]).valid {
    background-image: url("../img/v_icon.png");
    background-position: 100% 75%;
    background-repeat: no-repeat;
    background-size: 18px;
}

footer .elementor-text-editor > p {
    display: flex;
    align-items: flex-end;
    flex-wrap: nowrap;
    width: max-content;
}

footer .elementor-text-editor > p a {
    /* margin-right: 15px; */
    line-height: 1;
}

footer .elementor-text-editor > p a:last-child {
    margin: 0;
}

@media screen and (max-width: 1024px) {
    footer .elementor-text-editor > p {
        margin: 0 auto;
    }
}

@media screen and (max-width: 768px) {

    .blog-slider .elementor-slide-content {
        flex-direction: column;
    }

    .blog-slider .elementor-slide-content .slider-image {
        height: 96px;
        margin-left: 20px;
    }

    .blog-slider .slider-container p {
        font-size: 21px;
        bottom: 10px;
    }

    .blog-slider .slider-container p::before,
    .blog-slider .slider-container p::after {
        font-size: 72px;
    }

    .blog-slider .slider-container span {
        font-size: 14px;
    }

    .blog-slider .slider-container {
        margin-top: 50px;
    }

    .blog-slider .slider-container p::before {
        top: -50px;
    }

    /* .blog-slider .slider-container p::after {
        top: 90px;
    } */

    .homepage-rating.elementor-widget-reviews .elementor-main-swiper .elementor-swiper-button-next .eicon-chevron-right:before,
    .homepage-rating.elementor-widget-reviews .elementor-main-swiper .elementor-swiper-button-prev .eicon-chevron-left:before {
        opacity: 1;
        display: none;
    }

    .homepage-rating {
        left: 0 !important;
        /* transform: translateX(-50%); */
        max-width: 100vw !important;
        overflow-x: hidden !important;
    }

    .homepage-rating .swiper-slide {
        width: 73vw !important;
        margin-right: 9vw !important;
    }

    .homepage-rating .swiper-pagination.swiper-pagination-progressbar {
        display: none;
    }

    div[data-elementor-type="footer"] .elementor-menu-toggle {
        display: none;
    }

}

@media (max-width: 1024px) {
    main.carrers .elementor-405 .elementor-element.elementor-element-6e8db91 .elementor-heading-title {
        font-size: 25px !important;
    }
}

/* Google Maps */
iframe .gm-style .place-card-large {
    display: none !important;
}

.tabs-container .elementor-widget-google_maps iframe {
    max-width: initial;
    width: 120%;
}

@media screen and (max-width: 768px) {
    .tabs-container .elementor-widget-google_maps iframe {
        max-width: 100%;
        width: 100%;
    }
}

.elementor-405 .elementor-element.elementor-element-75878e3 .elementor-accordion .elementor-tab-title.elementor-active {
    font-weight: bold;
}

.section-hero form select {
    background-image: url(../img/drop.png) !important;
    background-repeat: no-repeat !important;
    background-size: 12px !important;
    background-position: 95% center !important;
    text-align-last: left !important;
    padding: 0 !important;
    padding-left: 5px !important;
}

section.get-in-touch #map {
    width: 100%;
    height: 380px;
}

section.get-in-touch #map * {
    overflow: visible;
}

.location-infomation {
    width: 100%;
    padding: 40px 20px;
}

.location-infomation .elementor-text-editor p {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 20px;
}

.location-infomation .elementor-text-editor img {
    height: auto !important;
    margin-right: 15px;
    width: 28px !important;
}

.location-infomation .elementor-text-editor::after {
    height: 2px !important;
    width: 100% !important;
    background: #D8D8D8 !important;
}

.icons-list .elementor-row {
    align-items: center;
    justify-content: center;
}

.icons-list .elementor-row .icon-container {
    width: auto !important;
    margin-right: 15px;
}

.icons-list .elementor-row .icon-container:last-child {
    margin: 0;
}

.icons-list .elementor-row .icon-container img {
    height: 20px;
}

.footer-social img {
    height: 20px;
}

.footer-logo img {
    height: 30px;
    object-fit: contain;
}

.get-in-touch iframe {
    height: 380px;
    max-height: 380px;
}

@media screen and (max-width: 768px) {
    .location-infomation {
        left: 0;
        transform: none;
        padding-bottom: 0 !important;
        width: 100%;
        max-width: 100%;
    }
}

.section-investors .single-icon {
    position: relative;
}

.section-investors .single-icon::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 40%;
    width: 1px;
    background: #D8D8D8;
}

.section-team .team-member .elementor-widget:not(:last-child) {
    margin-bottom: 0 !important;
}

.section-team .elementor-row {
    flex-wrap: wrap;
}

.section-team .team-member {
    flex: 1 1 31%;
    max-width: 31%;
    margin-right: 2%;
    margin-bottom: 2%;
    overflow: hidden;
}

.section-team .team-member .elementor-widget-wrap {
    padding: 20px 0;
    transform: translateY(80%);
    transition: transform .6s, background .6s;
}

.section-team .linkedin-image {
    position: absolute !important;
    top: initial !important;
    right: 20px !important; 
    bottom: 20px !important;
    width: auto !important;
}

.section-team .linkedin-image img {
    height: 15px;
}

@media screen and (min-width: 768px) {
    .section-team .team-member:hover .elementor-widget-wrap {
        background: rgba(18, 64, 92, 0.8);
        transform: translateY(0);
        cursor: pointer;
    }
}

@media screen and (max-width: 768px) {
    .section-team .team-member {
        flex: 1 1 45%;
        max-width: 45%;
        margin-right: 2%;
        margin-left: 2.5%;
        margin-bottom: 4%;
        overflow: hidden;
    }

    .team-member {
        height: 270px !important;
    }

    .about-hero-title {
        border-bottom: 0 !important;
    }

    .section-team .team-member.active .elementor-widget-wrap {
        background: rgba(18, 64, 92, 0.8);
        transform: translateY(0);
    }

    .section-investors .single-icon::after {
        content: none;
    }

    .white-mobile .elementor-column-wrap {
        background: #fff !important;
    }

    .last-text-decoration h2 {
        position: relative !important;
        display: inline !important;
    }
    
    .last-text-decoration h2::after {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 1px;
        border-bottom: 1px solid #12405C;
    }    

    .elementor-784 .elementor-element.elementor-element-9cdfb1d.elementor-widget-heading .elementor-heading-title {
        margin: 10px 0;
    }

    .elementor-784 .elementor-element.elementor-element-1b4e973.elementor-widget-heading .elementor-heading-title,
    .elementor-784 .elementor-element.elementor-element-2a368c5.elementor-widget-heading .elementor-heading-title,
    .elementor-784 .elementor-element.elementor-element-5cecd2d.elementor-widget-heading .elementor-heading-title {
        margin-top: 10px;
    }

}

@media screen and (min-width: 768px) {
    .product-slider .swiper-slide {
        opacity: .4;
        transition: opacity .4s, transform .4s;
        transform: scale(.8);
        pointer-events: none;
    }

    .product-slider > div {
        max-width: 1140px !important;
    }
    
    .product-slider .swiper-slide.swiper-slide-next {
        opacity: 1;
        z-index: 1;
        transform: scale(1.5);
        pointer-events: all;
    }

    /* .product-slider .swiper-slide.swiper-slide-next::after {
        width: 100%;
        height: 100%;
        z-index: 1;
        background: transparent;
        position: absolute;
        top: 0;
        left: 0;
        content: "";
    } */
    
    span.click-trigger {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: transparent;
        cursor: pointer;
    }

    .product-slider-big .swiper-slide.swiper-slide-next {
        transform: scale(2) !important;
        pointer-events: none !important;
    }

    .product-slider .swiper-slide:first-child:last-child {
        opacity: 1;
        transform: scale(1);
    }
    
    .product-slider-big .swiper-slide.swiper-slide-next .elementor-carousel-image {
        background-size: contain;
    }
    
    .to-bottom {
        position: relative;
        top: 100px;
    }
}

.product-slider .elementor-main-swiper .elementor-swiper-button-next {
    right: -30px;
    text-indent: -9999999px;
    height: 80px;
    width: 26px;
    background-image: url('../img/arrows/right.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.product-slider .elementor-main-swiper .elementor-swiper-button-prev {
    left: -30px;
    text-indent: -9999999px;
    height: 80px;
    width: 26px;
    background-image: url('../img/arrows/left.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

@media screen and (max-width: 768px) {
    .product-slider .elementor-main-swiper .elementor-swiper-button-next,
    .product-slider .elementor-main-swiper .elementor-swiper-button-prev {
        height: 30px;
    }

    .product-slider .elementor-main-swiper .elementor-swiper-button-next {
        right: -10%;
    }

    .product-slider .elementor-main-swiper .elementor-swiper-button-prev {
        left: -10%;
    }
}


.elementor-125 .elementor-element.elementor-element-b73547f .elementor-tab-title:not(.elementor-active) {
    font-weight: 300 !important;
}

.hero-container,
.hero-container > .elementor-column-wrap,
.hero-container > .elementor-column-wrap > .elementor-widget-wrap {
    position: static !important;
    z-index: 12;
}

.hero-container section.hero-nav-container {
    position: absolute;
    bottom: 50px;
    left: 0;
}

.elementor-125 .elementor-element.elementor-element-b73547f .elementor-tab-title a {
    white-space: nowrap;
}

section.section-research::after,
section.press-hero::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0,0,0, 0.55);
    z-index: 1;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

section.section-research .elementor-widget-wrap {
    z-index: 2
}

section.section-hero::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0, 0.5);
    z-index: 1;
    top: 0;
    left: 0;
    pointer-events: none;
}

.home-page-press-container .latest-press-container {
    display: flex;
    flex-direction: row;
    width: 90%;
    max-width: 90%;
    margin: 0 auto;
    justify-content: space-between;
    font-family: "Aller", sans-serif;
}

.home-page-press-container .latest-press-container .single-press-item {
    padding: 0 15px;
    width: 32%;
    border-left: 1px solid #ffe01a;
}

.home-page-press-container .latest-press-container .single-press-item .banner-wrapper {
    position: relative;
    margin-bottom: 35px;
    height: 260px;
}

.home-page-press-container .latest-press-container .single-press-item .banner-wrapper img.press-bammer {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: 50% 25%;
}

.home-page-press-container .latest-press-container .single-press-item img.logo {
    position: absolute;
    top: 100%;
    left: 15px;
    background: #fff;
    padding: 10px;
    height: 50px;
    border: 1px solid #ccc;
    transform: translateY(-70%);
}

.home-page-press-container .latest-press-container .single-press-item p.press-desc {
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
}

.home-page-press-container .latest-press-container .single-press-item span {
    font-weight: 700;
    font-size: 13px;
}

@media screen and (max-width: 1028px) {
    .home-page-press-container .latest-press-container {
        flex-wrap: wrap;
        width: 80%;
    }

    .home-page-press-container .latest-press-container .single-press-item {
        width: 100%;
        margin: 0 auto 40px;
        padding-right: 0;
    }

    .home-page-press-container .latest-press-container .single-press-item .banner-wrapper {
        height: 170px;
    }
}

.elementor-message {
    text-align: center;
}

.elementor-message-success {
    color: #23a455 !important;
}

.elementor-message-danger {
    color: #d9534f !important;
}

@media screen and (min-width: 768px) {
    section.get-in-touch .elementor-message {
        text-align: left;
    }
}

section.section-our-products article {
    transition: opacity .8s !important;
    opacity: 1;
}

section.section-our-products article.hover {
    opacity: .45;
}

article.product-item {
    cursor: pointer;
}

article.product-item a {
    pointer-events: none;
}

.bottom-gradient {
    position: absolute !important;
    width: 100vw;
    height: 200px;
    bottom: 0;
    left: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%);
    z-index: -1;
}

article.product-item .elementor-image {
    height: 250px;
}

article.product-item .elementor-image a,
article.product-item .elementor-image a img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.elementor-nav-menu--main .elementor-nav-menu ul li {
    border: 1px solid rgba(0,0,0, 0.7);
}

.product-icons-section .icons img {
    height: 73px !important;
    width: auto !important;
}

@media screen and (max-width: 1024px) {
    header .header-banner-wrapper {
        display: none;
    }

    .elementor-nav-menu--dropdown.elementor-nav-menu__container .elementor-sub-item {
        color: #000 !important;
        background: transparent !important;
    }
    
    .acc-white .elementor-column-wrap {
        background: #fff !important;    
    }
    
    .product-slider-big .swiper-slide {
        opacity: .4;
        transform: scale(0.8);
        z-index: -1;
        pointer-events: none;
    }
    
    .product-slider-big .swiper-slide.swiper-slide-next {
        opacity: 1;
        transform: scale(2.3);
        z-index: 1;
        pointer-events: all;
    }
    
    .product-slider-big .swiper-slide.swiper-slide-next div {
        background-size: contain;
    }
    
    .product-slider-big .elementor-main-swiper .elementor-swiper-button-next,
    .product-slider-big .elementor-main-swiper .elementor-swiper-button-prev {
        display: none;
    }
}

body.page-template-page-carrers section.section-hero .elementor-row {
    z-index: 2;
}

@media screen and (min-width: 1024px) {
    .elementor-nav-menu--dropdown li a:hover {
        color: #fff !important;
    }

    .footer-credits h2 {
        width: auto !important;
        max-width: 100%;
        white-space: nowrap;
    }
}