body {
    margin: 0 !important;
    padding: 0;
    width: 100%;
    height: 100%;
    overflow-x: hidden !important;
    color: #575756;
}

.preloader {
    position: fixed;
    left: 0px;
    height: 100%;
    width: 100%;
    text-align: center;
    z-index: 9999999;
    transition: all 0.5s ease 0s;
}

.preloader::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
    width: 60%;
    z-index: -1;
    background: rgb(226, 31, 54);
    transition: all 0.5s ease 0s;
}

.preloader .loader {
    position: absolute;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: inline-block;
    left: 0px;
    right: 0px;
    margin: 0px auto;
    top: 45%;
    transform: translateY(-45%);
    transition: all 0.5s ease 0s;
}

.preloader .loader .loader-outter {
    position: absolute;
    border-width: 4px 4px 0px;
    border-top-style: solid;
    border-right-style: solid;
    border-left-style: solid;
    border-top-color: rgb(255, 255, 255);
    border-right-color: rgb(255, 255, 255);
    border-image: initial;
    border-left-color: transparent;
    border-bottom-style: initial;
    border-bottom-color: initial;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    animation: 1s cubic-bezier(0.42, 0.61, 0.58, 0.41) 0s infinite normal none running loader-outter;
}

.preloader .loader .loader-inner {
    position: absolute;
    border-width: 4px 0px 4px 4px;
    border-top-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-bottom-color: rgb(255, 255, 255);
    border-left-color: rgb(255, 255, 255);
    border-image: initial;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    left: calc(40% - 21px);
    top: calc(40% - 21px);
    border-right-style: initial;
    border-right-color: initial;
    border-top-color: transparent;
    animation: 1s cubic-bezier(0.42, 0.61, 0.58, 0.41) 0s infinite normal none running loader-inner;
}

.preloader .loader .indicator {
    position: absolute;
    right: 0px;
    left: 0px;
    top: 50%;
    transform: translateY(-50%) scale(1.5);
}

.preloader .loader .indicator svg polyline {
    fill: none;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.preloader .loader .indicator svg polyline#back {
    stroke: rgb(255, 255, 255);
}

.preloader .loader .indicator svg polyline#front {
    stroke: rgb(226, 31, 54);
    stroke-dasharray: 12, 36;
    stroke-dashoffset: 48;
    animation: 1s linear 0s infinite normal none running dash;
}

.preloader::after {
    content: "";
    position: absolute;
    top: 0px;
    height: 100%;
    width: 60%;
    z-index: -1;
    background: rgb(226, 31, 54);
    transition: all 0.5s ease 0s;
    left: auto;
    right: 0px;
}

.preloader.preloader-deactivate {
    visibility: hidden;
    transition: .2s ease all;
}

.optimiza-red {
    color: #e21f36;
}

#menu-main-menu {
    justify-content: end;
    padding: 0 20px 0 0px;
}

.default-btn:hover {
    background-color: #d91f34 !important;
}

.hompepage-slider-area {
    margin: 0 -60px 30px;
}

/* #HomeSliderCarousel {
/*height: 580px;
} */
#HomeSliderCarousel .carousel-indicators {
    bottom: -60px;

}

/*.bgvid {
    max-height: 580px;
    object-fit: cover;
    object-position: center;
}*/

#HomeSliderCarousel .carousel-indicators [data-bs-target] {
    width: 15px;
    border-radius: 50%;
    height: 15px;
    background: #c4c5c6;
    border: 0;
    opacity: 1;
}

#HomeSliderCarousel .carousel-indicators .active {
    background: #d91f34;
}

.home-optimize-at-glance-section {
    padding: 55px 55px 45px;
    text-align: center;
}

.home-optimize-at-glance-section .optimiza-home-agm-pro-link{
    text-decoration: underline!important;
    font-size:25px;
    color: black;
}


.home-optimize-at-glance-subtitle {
    color: #000;
    text-align: center;
    font-size: 25px;
    margin-top: 10px;
    margin-bottom: 30px
}

.home-optimize-at-glance-section h3 {
    text-align: center;
    margin: 20px 20px 34px;
    font-size: 35px;
    color: #000;
}

.footer-section {
    margin: 20px 0px 0;
    width: unset;
}

.home-glance-tabs-wrapper {
    margin: 0 -70px !important;
    background: url(https://optimiza.me/wp-content/uploads/2023/10/new-banner-2023.png);
    min-height: 269px;
    padding: 30px 10px 30px;
    background-size: cover;
    background-position: left 24% center;
    position: relative;
    background-repeat: no-repeat;

}

/* 
.home-glance-tabs-wrapper::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #00000073;
    top: 0;
    left: 0;
} */

.home-glance-tabs-wrapper .home-glance-tabs {
    margin-bottom: 26px;
    border: 0;
    padding: 0 11px;
}

.home-glance-tabs-wrapper .home-glance-tabs li {
    margin-right: 30px;
}

.home-glance-tabs-wrapper .home-glance-tabs li a {
    /* color: #717073; */
    color: #000;
    font-size: 20px;
    border: 0;
    /* border-bottom: 2px solid #717073; */
    border-bottom: 2px solid #000;
    padding-left: 0;
    padding-right: 0;
    outline: 0 !important;

}

.home-glance-tabs-wrapper .home-glance-tabs li a.active {
    background: transparent;
    border: 0;
    border-bottom: 2px solid;
    padding-left: 0;
    padding-right: 0;
    color: #d91f34;
}

.home-glance-tabs.nav-tabs .nav-link:focus,
.home-glance-tabs.nav-tabs .nav-link:hover {
    border-bottom: 2px solid transparent !important;
    outline: unset;
}




.home-glance-tabs-content p {
    font-size: 18px;
    color: #000;
    /* color: #717073; */
    width: 80%;
    text-align: start;
}

.home-glance-tabs-content.tab-content button {
    width: 90%;
    display: block;
    margin-bottom: 8px;
    text-align: left;
    background: transparent url(https://optimiza.me/wp-content/uploads/2023/05/chevron-down.svg);
    border: 0;
    box-shadow: unset;
    padding: 5px 35px 5px 0;
    color: #000;
    border-bottom: 1px solid #000;
    /* color: #717073; */
    /* border-bottom: 1px solid #717073; */
    font-size: 18px;
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: right;
}

.home-glance-tabs-content-container {
    position: relative;
    z-index: 22;
    min-height: 352px;
}

.home-glance-tabs-content.tab-content {
    font-size: 16px;
    color: #000;
    /* color: #717073; */
}

.home-what-we-offer-wrapper {
    text-align: center;
    margin: 0px 60px;
    text-align: center;
    /* padding: 0px 30px; */
}


.home-section-main-title {
    color: #e21f36;
    font-size: 35px;
    margin-bottom: 35px;
}

.home-what-we-offer-row {
    width: 100%;
    margin: 0 auto;
}

.home-what-we-offer-item {
    /* position: relative;
    width: 100%;
    /* width: 90%; 
    margin: 5px auto 16px;
    aspect-ratio: 1/1;
    box-shadow: 0px 0px 3px 1px #00000084;
    height: 270px;
    cursor: pointer;*/
    position: relative;
    width: 100%;
    /* width: 90%; */
    margin: 5px auto 16px;
    aspect-ratio: 1/1;
    /*box-shadow: 0px 0px 3px 1px #00000084;*/
    height: 253px;
    cursor: pointer;
    position: relative;
    width: 100%;
    /* height: 100%; */
    margin-bottom: 10px;
    overflow: hidden;

}

.home-what-we-offer-item img {
    /* position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;*/
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0px;
    object-fit: cover;
    max-width: 100%;
    /* height: 100%; */
    transition: all 0.3s ease;
    /* top: 44px; */
    bottom: 0;
    bottom: 0;
    /* right: 0; */

}

.home-what-we-offer-item h6 {
    /* position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    color: #fff;
    z-index: 22;
    font-size: 2vw;
    width: 100%;
    padding: 20px;*/


    position: absolute;
    top: 51%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    color: #fff;
    z-index: 22;
    font-size: 2vw;
    width: 100%;
    padding: 20px;
    position: absolute;
    /* background: rgb(1 1 1 / 34%); */
    color: #fff;
    width: 100%;
    /* height: 100%; */
    opacity: 1;
    transition: all 0.3s ease;
    line-height: 60px;
    text-align: center;
    font-size: 30px;
    z-index: 2;
}

.home-what-we-offer-item:hover img {
    transform: scale(1.3);

}

.home-what-we-offer-item:hover {
    box-shadow: 0px 0px 3px 1px;
    background: radial-gradient(rgba(47, 48, 50, 0.2), rgba(47, 48, 50, 0.7));
}

.home-what-we-offer-item:hover h6 {
    opacity: 1
}

/* .home-what-we-offer-item::after {
    content: '';
    position: absolute;
    background: #00000057;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
} */

.home-expertise-section {
    /* background: #c4c5c640; */
    margin: 0px 60px;
    text-align: center;
    
}

.home-expertise-row {
    margin: 0;
    justify-content: center;
}

.home-expertise-item {
    width: calc(20% - 30px);
    margin: 10px 15px;
    position: relative;
    aspect-ratio: 1/1;
    box-shadow: 0px 0px 3px 1px #00000084;
    cursor: pointer;
}

.home-expertise-item img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.home-expertise-item h6 {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    color: #fff;
    z-index: 22;
    font-size: 2vw;
    width: 100%;
    padding: 20px;
}

.home-expertise-item::after {
    content: '';
    position: absolute;
    background: #00000061;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.home-why-optimiza-section {
    /* padding: 20px 0; */
    text-align: center;
}

.home-why-optimiza-row {
    margin: 0;
}

.home-why-optimiza-item {
    margin-bottom: 20px;
}

.home-why-optimiza-item-content {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    box-shadow: 2px 5px 10px 0px #00000024;
    /* box-shadow: 2px 5px 10px 0px #00000024; */
    /* padding: 20px 10px; */
    padding: 20px;
    /* background: #f0f0f1; */
    height: 100%;
}

/*
.home-why-optimiza-item-content:hover{
    background: #e21f36;
}

.home-why-optimiza-item-content:hover p{
    color: white;
}*/

.home-why-optimiza-item-image {
    width: 70px;
    height: 70px;
}

.home-why-optimiza-item-image img {
    width: 100%;
    height: 100%;
}

.home-why-optimiza-item-title {
    width: calc(100% - 80px);
    margin-left: 10px;
    text-align: left;
}

.home-why-optimiza-item-title p {
    margin-bottom: 0;
    font-size: 20px;
    color: #000;
}

.home-products-section-wrapper {
    text-align: center;
    overflow: hidden;
    /* margin: 50px -60px; */
    margin: 50px 0;
}

.home-products-content-wrapper {
    margin: 10px 0;
}

/* .home-products-item-wrapper {
    margin-bottom: 30px;
} */

/* .home-products-item-wrapper{
    padding : 20px 0;
} */



.home-products-item-wrapper {
    border: 1px solid #D6D6D6;
    overflow: hidden;
    cursor: pointer;
    /* padding: 20px 0; */
    position: relative;
    transition: all ease 0.5s;
    background: #fff;
}

/* 
.home-products-item {
    overflow: hidden;
    cursor: pointer;
    padding: 60px 0;
    position: relative;
    transition: all ease 0.5s;
    background: #fff;
} */

.home-products-item-wrapper.swiper-slide-active {
    box-shadow: 2px 5px 10px 0px;
    border: 1px solid transparent;
}

.home-products-section-wrapper .owl-dots {
    margin-top: 30px !important;
}

/* .home-product-item-link {
    position: relative;
    bottom: 20px;
    margin-bottom: -20px;
} */

/* .home-product-item-link a {
    box-shadow: 2px 5px 10px 0px #00000024;
    border-radius: 50%;
    background: #e31f37;
} */
.home-products-content-wrapper .swiper-slide-active span.home-product-carousel-span {
    position: absolute;
    width: 25px;
    height: 25px;
    border-color: #e21f36;
}

.home-products-content-wrapper .swiper-slide-active .home-product-carousel-span-top-right {
    top: 0;
    right: 0;
    border-right: 5px solid;
    border-top: 5px solid
}

.home-products-content-wrapper .swiper-slide-active .home-product-carousel-span-top-left {
    top: 0;
    left: 0;
    border-left: 5px solid;
    border-top: 5px solid
}

.home-products-content-wrapper .swiper-slide-active .home-product-carousel-span-bottom-right {
    bottom: 0;
    right: 0;
    border-right: 5px solid;
    border-bottom: 5px solid;
}

.home-products-content-wrapper .swiper-slide-active .home-product-carousel-span-bottom-left {
    bottom: 0;
    left: 0;
    border-left: 5px solid;
    border-bottom: 5px solid
}


.home-product-item-link svg {
    width: 40px;
    height: 40px;
    padding: 5px;
}

.home-product-item-img {
    text-align: center;
}

.home-product-item-img img {
    /* max-width: 300px; */
    width: 100%;
    /* aspect-ratio: 2/1.6; */
    object-fit: cover;
    /* transform: scale(.8); */
}

/* .home-products-content-wrapper .owl-item.active.center .home-product-item-img img {
    transform: scale(1.3);
    transition: .3s ease all;
} */

.home-products-item:hover img {
    transform: scale(1);
    transition: 2s ease all;
}

.home-product-item-link a:hover {
    background-color: #000;
    transition: .2s ease all;
}

.home-products-section-wrapper .swiper-container {
    padding-bottom: 65px;
}

.home-products-section-wrapper .swiper-container .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #5b5b5b !important;
}

.home-our-clients-main-wrapper {
    margin: 30px -60px;
    text-align: center;
    /* background: #f0f0f1; */
    padding: 45px 0px;
}

.item.home-client-carousel-item {
    background: #fff;
    /* border-radius: 50%; */
    padding: 25px;
    /* box-shadow: 2px 5px 10px 0px #00000024; */
    overflow: hidden;
    display: flex;
    aspect-ratio: 1/1;
}

.carousel-item img,
.carousel-item video {
    /* width: 100%;
    height: 100%;
    /* min-height: 572px; */
    /* object-fit: cover !important; */
    /* max-height: 538px; */
    /* min-width: 400px; */
    /* min-width: 100%;
    max-height: 467px; */
    /* max-height: 551px; */
    /* height: 100%;
    max-height: 531px;
    object-fit: fill !important;
    width: 100% !important;
    margin: 0 60px; */
    max-height: 567px!important;
    object-fit: fill !important;
    margin: 0 60px;
}

.carousel-item {
    padding-top: 66px;
}


.carousel-item:last-child {
    margin: 0 !important;
}


.home-our-clients-main-wrapper img {
    /* max-width: 125px; */
    aspect-ratio: 1/1;
    object-fit: contain;
    margin: auto;
    max-width: 200px;
    height: 150px;
}

.home-client-section-carousel .owl-dots {
    display: none;
}

.partners-text-top-container p {
    font-size: 18px;
    color: #000;
}

.home-news-items-wrapper .owl-stage {
    display: flex;
    flex-flow: row wrap;
}

.home-news-items-wrapper .owl-item {
    display: flex;
    flex-direction: column;
}

.home-latest-news-section {
    margin: 40px auto;
}

.home-latest-news-section .home-section-main-title {
    text-align: center;
}

.home-section-main-title span {
    color: #000 !important;
}

.home-latest-news-item {
    box-shadow: 2px 5px 10px 0px #00000024;
    margin-bottom: 30px !important;
    height: 100%;
    background: #fff;
}

.home-latest-news-img img {
    height: 180px;
    width: 100%;
}

.home-latest-news-text {
    padding: 10px 20px 20px;
    text-align: center;
}

.home-latest-news-text h6 {
    color: #717073;
    text-align: left;
    margin-bottom: 20px;
}

.home-latest-news-text a {
    /* background-color: #e21f36;
    border-color: #e21f36;
    color: #fff; */
    padding: 5px 20px;
}

.footer-contact-us-wrapper.footer-item-padding {
    padding: 10px 20px;
}

.footer-content-optimiza p {
    font-size: 20px;
}

.home-client-section-carousel {
    box-shadow: 2px 2px 7px 3px #00000024;
}

.about-us-paragraph-section-img {
    float: right;
    margin: 5px;
}

.about-us-paragraph-section-img img {
    max-width: 530px;
    margin-top: 40px;
    width: 100%;
}

.home-client-tape-wrapper {
    width: 100%;
    overflow: hidden;
    margin-top: 1rem;
    padding: 10px;
    box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.125);
}



@keyframes slide {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-100%);
    }
}


.home-client-tape-container {
    width: 100%;
    /* padding-left: 100%; */
    white-space: nowrap;
    overflow: hidden;


}


.home-client-tape {
    display: inline-block;
    /* padding-right: 0px; */
    /*animation-iteration-count: infinite;
    animation-timing-function: linear;
    animation-name: slide;
    animation-duration: 40s;
    width: calc(280px * 19);
    /* width: 100%; */
    /* padding: 100px 0; */
    /* width: 300%; */
    /* padding-right: 0; */
    /* padding: 40px; */
    padding: 0 10px;
    animation: 40s slide linear infinite;
    animation-fill-mode: none;
}

.home-client-tape-item {
    display: inline;
    /* padding: 0.2rem 2rem; */
    color: #036942;
    padding: 0 30px;

}

/*.home-client-tape:hover{
   /* animation-play-state: paused; /* Pause scroll on mouse hover
}*/

.investor-relation-item-content {
    text-align: center;
    margin-bottom: 10px;
    margin-top: 15px;
}

.investor-relation-item-year {
    margin-bottom: 0.3rem;
}

h4.investor-relation-item-title a {
    color: #000000;
}

.investor-relation-item-download {
    background-color: #e21f36;
    border: 1px solid transparent;
    padding: 8px 26px;
    display: inline-block;
    margin-top: 10px;
    color: white;
}

.investor-relation-item-download:hover {
    color: #d91f34;
    background-color: white;
    border: 1px solid #d91f36;
}

.investor-relation-item-download:hover svg {
    fill: #d91f36;
}

.investor-relation-item-download svg {
    margin-left: 5px;
}

.investors-icon-social-text {
    display: block;
    color: #000;
}

.contact-wrap .default-btn {
    z-index: 1;
    font-weight: 600;
    font-size: 16px;
    color: #ffffff ! important;
    padding: 15px 30px 16px ! important;
    line-height: 1;
    -webkit-transition: all ease 0.5s ! important;
    transition: all ease 0.5s !important;
    text-align: center;
    background-color: #d91f34 !important;
    position: relative;
    overflow: hidden;
    margin-bottom: 9px;
    border-radius: 0 !important;
    border-color: #d91f34 !important;
}




@-webkit-keyframes loader-outter {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes loader-outter {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes loader-inner {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
}

@keyframes loader-inner {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
}

@-webkit-keyframes dash {
    62.5% {
        opacity: 0;
    }

    to {
        stroke-dashoffset: 0;
    }
}

@keyframes dash {
    62.5% {
        opacity: 0;
    }

    to {
        stroke-dashoffset: 0;
    }
}

@-webkit-keyframes left {
    0% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }

    100% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}

@keyframes left {
    0% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }

    100% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}

@-webkit-keyframes right {
    0% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }

    100% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
}

@keyframes right {
    0% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }

    100% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
}

@-webkit-keyframes top {
    0% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }

    100% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
}

@keyframes top {
    0% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }

    100% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
}

@-webkit-keyframes bottom {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }

    100% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }
}

@keyframes bottom {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }

    100% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }
}

.product-main-features-content p {
    margin-top: 18px !important;
}

.product-main-features-content:hover svg path,
.product-main-features-content:hover svg line {
    fill: #fff;
    stroke: #fff;
}

/* .product-main-features-content  svg path{
    stroke: #000;
} */

.product-main-features-content:hover svg path#Path_780 {
    fill: #fff !important;
    stroke: white !important;
}

.product-main-features-content svg .cls-1 {
    fill: #000;
    stroke: #000;
}


.product-main-features-content:hover svg .cls-1 {
    fill: #fff;
}

.product-main-benefits-content {
    padding: 10px !important;
    align-items: center;
}

/* .product-main-benefit-svg svg {
    width: 100%;
    max-width: 70px;
} */

.product-main-benefit-text p {
    font-size: 18px;
    text-align: left;
}

.product-main-module-wrapper {
    position: relative;
}

.product-main-module-wrapper .owl-nav {
    position: absolute;
    width: 100%;
    top: 40%;
}

.product-main-module-wrapper .owl-nav span {
    display: none;
}

.product-main-module-wrapper .owl-nav .owl-prev {
    position: absolute;
    left: -30px;
    background-image: url(https://optimiza.me/wp-content/uploads/2023/05/left-arrow.svg) !important;
    width: 40px;
    height: 40px;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    margin: 0;
}

.product-main-module-wrapper .owl-nav .owl-next {
    position: absolute;
    right: -30px;
    background-image: url(https://optimiza.me/wp-content/uploads/2023/05/left-arrow.svg) !important;
    width: 40px;
    height: 40px;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    margin: 0;
    transform: rotate(180deg);
}

.product-main-module-item {
    height: 100%;
}

.product-main-module-text p {
    text-align: center;
}

.product-main-module-wrapper .owl-dots {
    display: none;
}

.product-main-module-wrapper .owl-nav .owl-prev:hover,
.product-main-module-wrapper .owl-nav .owl-next:hover {
    background: transparent;
    border: 0;
    box-shadow: unset !important;
}

.product-form-section {
    margin-top: 60px;
    margin-bottom: 60px;
}

.product-form-wrapper p {
    margin: 0;
}

h6.product-gdpr-label {
    margin-top: 10px;
    font-size: 17px;
}

.product-form-wrapper .wpcf7-list-item {
    font-size: 16px;
    color: #000;
    margin-left: 0px;
}

.product-form-wrapper .wpcf7-list-item input {
    width: 16px;
    height: 15px;
    margin-right: 5px;
}

.product-form-wrapper .wpcf7-submit {
    background: #d91f34;
    color: #fff;
    border: 0;
    box-shadow: unset;
    margin-top: 10px;
    padding: 15px 65px;
    border-radius: 0;
    font-size: 18px;
}

.sitemap-main-wrapper {
    margin: 30px 60px;
    padding: 80px 0px 0px 0px;
}

.latest-news-section-sitemap {
    color: #d92034;
    font-size: 16px !important;
    line-height: 28px !important;
    letter-spacing: 0.4px !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
}

.sitemap-main-title {
    margin-bottom: 40px;
}

.sitemap-main-col {
    margin-bottom: 30px;
}

.sitemap-main-col h5 {
    margin-bottom: 20px;
    border-bottom: 2px solid #d92034;
    display: inline-block;
    color: #000000;
    padding-bottom: 5px;
}

.sitemap-main-col li {
    margin-bottom: 10px;
}

.sitemap-main-col li a {
    color: #000000;
}

.sitemap-main-col li a:hover {
    color: #d92034;
    border-bottom: 1px solid #d92034;
}

.social-icons-footer-wrapper svg {
    width: 38px;
    height: 38px;
}

body.home.page-template-default.page.page-id-33.wp-custom-logo {
    overflow-x: hidden !important;
}

/* .carousel-customers-acculab{
    position: relative;
    height: 100%;
    overflow: hidden;
  
}
.carousel-customers-acculab .item {
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
    }
 .carousel-customers-acculab .slide-in {
    -webkit-transform: translate3d(-90%, 0px, 0px);
    -moz-transform: translate3d(-90%, 0px, 0px);
    -ms-transform: translate3d(-90%, 0px, 0px);
    -o-transform: translate(-90%, 0px, 0px);
    transform: translate3d(-90%, 0px, 0px);
    -webkit-transition: -webkit-transform 0.5s ease-out;
    -moz-transition: -moz-transform 0.5s ease-out;
    -ms-transition: -ms-transform 0.5s ease-out;
    -o-transition: -o-transform 0.5s ease-out;
    transition: transform 0.5s ease-out;
    z-index: 1;
    }

    .carousel-customers-acculab .slide-in:target ~ .slide-in {
        -webkit-transform: translate3d(90%, 0px, 0px);
        -moz-transform: translate3d(90%, 0px, 0px);
        -ms-transform: translate3d(90%, 0px, 0px);
        -o-transform: translate(90%, 0px, 0px);
        transform: translate3d(90%, 0px, 0px);
        } 
        .carousel-customers-acculab .slide-in:target {
        -webkit-transform: translate3d(0px, 0px, 0px);
        -moz-transform: translate3d(0px, 0px, 0px);
        -ms-transform: translate3d(0px, 0px, 0px);
        -o-transform: translate(0px, 0px, 0px);
        transform: translate3d(0px, 0px, 0px);
        z-index: 3;
        }
        .carousel-customers-acculab .slide-in:target + .slide-in {
        z-index: 2;
        } */
/* @media only screen and (max-width: 1200px) {
    /* .social-icons-home-page-wrapper{ */
/* margin: 0 -84px 30px; 
    }
 } */



@media only screen and (max-width: 991px) {
    .menu-main-menu-container {
        width: 100%;
    }

    .navbar-area .main-nav nav .navbar-nav .nav-item a {
        padding: 10px 0;
    }

    .menu-item-contact-button-wrapper {
        text-align: center;
        margin-top: 10px;
        border-top: 1px solid #b1b1b1;
        padding-top: 20px;
    }

    .home-section-main-title {
        font-size: 32px;
    }

    .home-optimize-at-glance-section h3 {
        font-size: 32px;
    }

    .home-glance-tabs-wrapper {
        background-blend-mode: overlay;
        background-color: #ffffff52;
        background-position: left 17% center;
    }

    .carousel-item {
        padding-top: 24px !important;
    }

}

@media only screen and (max-width: 768px) {
    .all-site-main-wrapper {
        margin: 0 30px;
    }

    /* .homepage-main-wrapper{
        margin: 0 -30px;
    } */

    .hompepage-slider-area {
        margin: 0 -30px 30px;
    }
    /* .social-icons-home-page-wrapper {
        margin: 0 7px 30px;

    } */



    .home-what-we-offer-wrapper {
        margin: auto;
        text-align: center;
        padding: auto;
    }

    .home-expertise-item {
        width: calc(20% - 20px);
        margin: 10px 10px;
    }

    .home-glance-tabs-content p {
        width: 100%;
    }

    .carousel-item {
        padding-top: 10px !important;
    }




    .home-glance-tabs-wrapper {
        margin: 0 -40px !important;
    }

    .home-glance-tabs-wrapper .home-glance-tabs {
        justify-content: center;
        display: block;
    }

    .home-what-we-offer-row {
        width: 100%;
    }

    .home-what-we-offer-item {
        width: 100%;
    }

    .home-what-we-offer-item h6 {
        font-size: 3vw;
    }

    .home-expertise-section {
        margin: 30px -30px;
    }

    .home-expertise-item {
        width: calc(33.33% - 20px);
    }

    .home-expertise-item h6 {
        font-size: 24px;
    }

    .home-our-clients-main-wrapper {
        margin: 30px -30px;
    }

    .footer-section {
        /* margin: 20px -30px 0; */
        margin: 20px -30px 0;
    }

    .home-products-section-wrapper {
        margin: 0 -30px;
    }

    .carousel-item img, .carousel-item video{
        margin: 0px !important;
        padding: 0px !important;
    } 
    /* #HomeSliderCarousel{
        max-height: 281px
    } */
    .home-optimize-at-glance-subtitle {
        font-size: 20px;
    }


}
@media only screen and (max-width: 600px) {
.social-icons-home-page-wrapper {
    margin: 0 7px 30px;

}
}

@media only screen and (min-width: 576px) and (max-width: 768px) {
    
    .carousel-item img, .carousel-item video{
        max-height: 220px!important;
        object-fit: cover!important;
    }

}
@media only screen and (min-width: 768px) and (max-width: 990px) {
    .carousel-item img, .carousel-item video{
        max-height: 296px!important;
        object-fit: cover!important;
    }

}

@media only screen and (min-width: 900px) and (max-width: 1300px) {

    .carousel-item img, .carousel-item video{
        max-height: 444px!important;
        object-fit: cover!important;
    }

}


@media only screen and (max-width: 576px) {
    .home-what-we-offer-item h6 {
        font-size: 24px;
    }



    .home-expertise-item {
        width: calc(50% - 20px);
    }

    .carousel-item img,
    .carousel-item video {
        min-height: 219px;
        object-fit: cover !important;
        width: 100% !important;
        padding-top: 20px;
        margin: 0px !important;
        padding: 0px 20px !important;
    }

    /* #HomeSliderCarousel{
        max-height: 200px;
    } */

.home-glance-tabs-wrapper {
    background: none !important;

}



.main-image-mobile-view-wrapper {
    display: block !important;
}

ul.nav.nav-tabs.home-glance-tabs {
    display: flex;
    flex-wrap: wrap;
}

ul.nav.nav-tabs.home-glance-tabs a {
    font-size: 18px !important;
}

  .home-optimize-glance-mobile-shadow {
      box-shadow: 3px 3px 5px 2px #e5e5e5;
        padding: 20px;
  }

}

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

    .carousel-item img,
    .carousel-item video {
        min-height: 225px;
        min-width: 437px;
        /* min-width: 600px; */
        margin: 0px  !important;
        padding: 0px !important;
        padding-top: 48px !important;
    }

        .home-glance-tabs-wrapper {
            background: none !important;
    
        }
    
        .main-image-mobile-view-wrapper {
            display: block !important;
        }
    
        ul.nav.nav-tabs.home-glance-tabs {
            display: flex;
            flex-wrap: wrap;
        }

        ul.nav.nav-tabs.home-glance-tabs a {
            font-size: 11px !important;
        }

        /* .home-glance-tabs-content p {
            font-size: 14px !important;
        } */

        .owl-theme .owl-dots .owl-dot span {
            width: 8px !important;
        }

        .home-optimize-at-glance-section {
            padding: 55px 10px 45px;
        }

        .home-optimize-glance-mobile-shadow {
            box-shadow: 3px 3px 5px 2px #e5e5e5;
                padding: 20px;
        }
}

/* @media only screen and (max-width: 600px) {



} */
/* @media only screen and (min-width: 1200px){
    .home-products-item-wrapper {
        width: 20%;
    }
} */