/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready

*/

input::placeholder {
    opacity: 0.9 !important;
}

/* custom scrollbar  */

/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #1E1E1E;

}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #3E4AB8;
	border-radius:10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #5B68E1 ;
}


html{
scroll-behavior: smooth;
}

/* end scroll  */





/* preloader */

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #1E1E1E;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    font-size: 24px;
    }
    

.spinner {
    width: 56px;
    height: 56px;
    display: grid;
    border: 4.5px solid #5B68E1;
    border-radius: 50%;
    border-color: white #5B68E1;
    animation: spinner-e04l1k 1s infinite linear;
    }
    .spinner::before,
    .spinner::after {
    content: "";
    grid-area: 1/1;
    margin: 2.2px;
    border: inherit;
    border-radius: 50%;
    }
    .spinner::before {
    border-color: white #5B68E1;
    animation: inherit;
    animation-duration: 0.5s;
    animation-direction: reverse;
    }
    .spinner::after {
    margin: 8.9px;
    }
    @keyframes spinner-e04l1k {
    100% {
    transform: rotate(1turn);
    }
    }



    /* end  */














ul.sub-menu {
    min-width: 100% !important;
    margin-left: 0px !important;
    margin-top:0px !important;
    right:0px !important;
    position:unset !important;
    transition:all .5s linear !important;
}

a.elementor-item.has-submenu ul.sub-menu>li {
    transform: translateY(100%) !important;
    transition: .5s linear !important;
position:unset !important;
}
a.elementor-item.has-submenu:hover ul.sub-menu>li {
    transform: translateY(0%) !important;
    transition: 1s linear !important;
}


.flx_progress .elementor-progress-bar {
    border-radius: 20px !important;
}

.bgs_hlf{
background-size:45% 100%  !important;

}




.cntr_arrows{
position:relative;
}


.cntr_arrows:before {
    content:"" !important;
    position:absolute !important;
    width:20px !important;
    left: -35px !important;
    background-image: url('data:image/svg+xml,%3Csvg%20width%3D%2220%22%20height%3D%2217%22%20viewBox%3D%220%200%2020%2017%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M18.9062%209.00754L11.3438%2016.2263C10.9141%2016.613%2010.2695%2016.613%209.88281%2016.1833C9.49609%2015.7536%209.49609%2015.1091%209.92578%2014.7224L15.6406%209.26535H1.03125C0.429688%209.26535%200%208.83566%200%208.2341C0%207.6755%200.429688%207.20285%201.03125%207.20285H15.6406L9.92578%201.78879C9.49609%201.40207%209.49609%200.714568%209.88281%200.327849C10.2695%20-0.101839%2010.957%20-0.101839%2011.3438%200.28488L18.9062%207.50363C19.1211%207.71847%2019.25%207.97629%2019.25%208.2341C19.25%208.53488%2019.1211%208.79269%2018.9062%209.00754Z%22%20fill%3D%22%231E1E1E%22/%3E%3C/svg%3E') !important;
    background-size: contain !important; 
    background-repeat: no-repeat !important;
    background-position: center !important;
}



.cntr_arrows::after {
    content:"" !important;
    position:absolute;
    right: -35px;
    width: 20px;
    z-index: 99999999999999999999; 
    background-image: url('data:image/svg+xml,%3Csvg%20width%3D%2220%22%20height%3D%2217%22%20viewBox%3D%220%200%2020%2017%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M18.9062%209.00754L11.3438%2016.2263C10.9141%2016.613%2010.2695%2016.613%209.88281%2016.1833C9.49609%2015.7536%209.49609%2015.1091%209.92578%2014.7224L15.6406%209.26535H1.03125C0.429688%209.26535%200%208.83566%200%208.2341C0%207.6755%200.429688%207.20285%201.03125%207.20285H15.6406L9.92578%201.78879C9.49609%201.40207%209.49609%200.714568%209.88281%200.327849C10.2695%20-0.101839%2010.957%20-0.101839%2011.3438%200.28488L18.9062%207.50363C19.1211%207.71847%2019.25%207.97629%2019.25%208.2341C19.25%208.53488%2019.1211%208.79269%2018.9062%209.00754Z%22%20fill%3D%22%231E1E1E%22/%3E%3C/svg%3E');
    background-size: contain; 
    background-repeat: no-repeat;
    background-position: center;
    height: 100%;
    top: 0;
}

.testis {
    position: relative;
}

.testis:before {
    content:"" !important;
    position:absolute !important;
    height:100% !important;
    width: 50% !important;
    background-image: url('https://evonomy.com/wp-content/uploads/2024/08/2-1.png') !important;
    background-repeat: no-repeat;
    left: 0;
    background-position: top right 10px;
}


.testis:after {
    content: "";
    position: absolute;
    height: 100%;
    width: 50%;
    background-image: url('https://evonomy.com/wp-content/uploads/2024/08/1.png');
    background-repeat: no-repeat;
    right: 0;
    background-position: top left 10px;
} 

	.vw-on-mob{
display:none;
}



/* Start custom CSS */
.animated-backgrounds {
    animation: zoomInOut 5s infinite ease-in-out;
    -webkit-animation: zoomInOut 5s infinite ease-in-out; /* WebKit prefix for Safari */
}

@keyframes zoomInOut {
    0% {
        background-size: 120% !important;
        /* Original size */
    }

    50% {
        background-size: 130% !important;
        /* Zoom in */
    }

    100% {
        background-size: 120% !important;
        /* Zoom out */
    }
}

/* WebKit-specific styles */
@-webkit-keyframes zoomInOut {
    0% {
        background-size: 120% !important;
        /* Original size */
    }

    50% {
        background-size: 130% !important;
        /* Zoom in */
    }

    100% {
        background-size: 120% !important;
        /* Zoom out */
    }
}


.testi_carousel{
	opacity:0;
	transform:scale(.5);
	transition:.5s linear;
	
}


.in-viewport .testis::before {
    left: 0px;
    width: 200px !important;
transition-delay:1s ;
    transition: 1s linear;
}

.in-viewport .testis::after {
    width: 200px !important;
	transition-delay:1s ;

    transition: 1s linear;
}

.in-viewport .testi_carousel {
    transition: .5s linear;
	transition-delay:1s ;

    transform: scale(1);
    opacity: 1;
}



.Header_menu_overview ul>li>ul{
height:30vh;
	overflow-y:auto;
}


span.elementor-button-icon {
    justify-content: end;
    align-items: center;
    display: inline-flex;
}

.ra-div-1 ul li {
    margin-bottom: 5px;
}
.ra-div-1 ul {
    /* margin: 0px; */
    padding-left: 22px;
}
.ra-div-2 ul li {
    margin-bottom: 5px;
}
.ra-div-2 ul {
    /* margin: 0px; */
    padding-left: 22px;
}
.ra-div-3 ul li {
    margin-bottom: 5px;
}
.ra-div-3 ul {
    /* margin: 0px; */
    padding-left: 22px;
}
.ra-div-1::after {
    content: 'rt';
    position: absolute;
    right: -32px;
    width: 20px;
    height: 20px;
    /* border: 1px solid; */
    background-image: url(https://evonomy.com/wp-content/uploads/2024/12/arrow-right.svg);
    background-repeat: no-repeat;
    background-size: contain;
    font-size: 0px;
    background-position: center;
    top: 140px;
}
.ra-div-2::after {
    content: 'rt';
    position: absolute;
    right: -32px;
    width: 20px;
    height: 20px;
    /* border: 1px solid; */
    background-image: url(https://evonomy.com/wp-content/uploads/2024/12/arrow-right.svg);
    background-repeat: no-repeat;
    background-size: contain;
    font-size: 0px;
    background-position: center;
    top: 140px;
}
.cus-slider::before {
    content: 'rt';
    background-size: cover;
    /* border: 1px solid; */
    background-position: center;
    width: 189px;
    height: 355px;
    background-image: url(https://evonomy.com/wp-content/uploads/2024/12/unnamed-file.png);
    position: absolute;
    background-repeat: no-repeat;
    top: 10px;
    left: -60px;
    font-size: 0px;
}
.cus-slider::after {
    content: 'rt';
    background-size: cover;
    /* border: 1px solid; */
    background-position: center;
    width: 189px;
    height: 355px;
    background-image: url(https://evonomy.com/wp-content/uploads/2024/12/1.png);
    position: absolute;
    background-repeat: no-repeat;
    top: 10px;
    right: -67px;
    font-size: 0px;
}
/* a.dialog-close-button.dialog-lightbox-close-button {
    background-image: url(http://199.250.201.124/~evonomybrand/wp-content/uploads/2024/12/Component-11.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
a.dialog-close-button.dialog-lightbox-close-button svg {
    opacity: 0;
} */
body:not(.rtl) #elementor-popup-modal-1106 .dialog-close-button {
/*         right: 460px !important;
        top: 195px; */
/*         width: 24px;
        height: 24px; */
        /* border: 1px solid #fff; */
}
.mobility-chart-wrapper {
    position: relative;
    left: -15px;
}
.has-submenu svg {
    transition:.5s;
}
.highlighted span.sub-arrow svg {
    transition:.5s;
    transform: rotate(180deg);
}
.ec-counter-1 {
    position: relative;
}
.ec-counter-1::after {
    content: 'rt';
    background-image: url(https://evonomy.com/wp-content/uploads/2024/12/Line-1.svg);
    width: 1px;
    height: 53px;
    position: absolute;
    right: -7px;
    border: 0px solid;
    top: 6px;
    font-size: 0px;
    
}
.ec-counter-2 {
    position: relative;
}
.ec-counter-2::after {
    content: 'rt';
    background-image: url(https://evonomy.com/wp-content/uploads/2024/12/Line-1.svg);
    width: 1px;
    height: 53px;
    position: absolute;
    right: 5px;
    border: 0px solid;
    top: 6px;
    font-size: 0px;
    
}
.elementor-element-a374156 p {
    margin-bottom: 0px;
}
.suppliers_wrapper {
    display: flex;
    flex-direction: column;
    gap: 50px;
    margin-top: 50px;
}
.suppliers_filter_row {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}
.suppliers_filter_row form {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}
.suppliers_filter_row span {
    font-family: "Poppins", Sans-serif;
    color: #fff;
    font-size: 21px;
}
.suppliers_filter_row select {
    width: 300px;
    background: transparent;
    color: #fff;
    text-align: center;
    padding: 20px;
    border-color: #fff;
    font-family: "Swiss 721 Extended", Sans-serif;
    font-size: 20px;
}
.suppliers_filter_row option {
    background: #000;
	 font-family: "Swiss 721 Extended", Sans-serif;
    font-size: 20px;
}
.detail-popup-wrapper {
    display: none;
}
.detail-popup-wrapper.active-popup {
    display: flex;
    position: fixed;
    top: 0px;
    background: rgba(0, 0, 0, 0);
    width: 100%;
    height: 100%;
    left: 0px;
    justify-content: center;
    align-items: center;
}
.detail-popup-div {
    width: 550px;
    background: #2E2E2E;
    padding: 2%;
    border-radius: 12px;
    color: #fff;
    /* border-bottom: 1px solid #fff; */
    /* border-bottom: 1px solid #fff; */
    font-family: "Poppins", Sans-serif;
    font-size: 14px;
	position: relative;
}
.dpd-content-3-wrapper p {
    margin-bottom: 0px;
}
.dpd-content-3-wrapper p:first-child {
    margin-bottom: 10px;
}
.dpd-content-1-wrapper {
    border-bottom: 1px solid #fff;
    margin-top: 20px;
}
.detail-popup-div b {
    font-size: 17px;
}
.dpd-content-2-wrapper {
    border-bottom: 1px solid #fff;
    margin: 20px 0px;
}
.dpd-content-3-wrapper {
    margin-top: 20px;
}
span.heading {
    font-weight: 600;
}
.detail-popup-closer {
    border: 1px solid #fff;
    width: 30px;
    text-align: center;
    height: 28px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    background: #2E2E2E;
    color: #fff;
    position: absolute;
    top: -13px;
    right: -15px;
    cursor: pointer;
}
.custom-posts {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}
.post-item {
    width: 12%;
	cursor:pointer;
    /* border: 1px solid; */
}
.post-thumbnail img {
    height: 50px !important;
}
a.page-numbers:hover {
    background: #fff;
    color: #000;
}

a.page-numbers {
    border: 1px solid;
    padding: 10px 15px;
    color: #fff;
}
.pagination {
    display: flex;
    gap: 20px;
    font-family: "Swiss 721 Extended", Sans-serif;
}
span.page-numbers.current {
    border: 1px solid;
    padding: 10px 15px;
    background: #fff;
    color: #000;
}
a.next.page-numbers {
    border: 0px solid;
}
@media only screen and (max-width:830px) and (min-width:768px){
	.team-banner-heading-wrapper {
    width: 45% !important;
}
}
@media only screen and (min-width : 1661px) and (max-width : 1920px) {
	.mybtn a {padding: 20px 36px 20px 36px!important;}
	body img.main_imgs {height: 520px !important;}
	.text-slider {margin: 10px 30px 25px !important;}
}
@media only screen and (max-width: 1660px) {
/* body:not(.rtl) #elementor-popup-modal-1106 .dialog-close-button {
    right: 60px !important;
   
} */
.elementor-234 .elementor-element.elementor-element-a048d79 {

    --padding-left: 147px !important;

}
.elementor-1188 .elementor-element.elementor-element-3f1c2d9 {

    --padding-left: 148px !important;

}

}
@media only screen and (max-width: 1600px) {
/* 	body:not(.rtl) #elementor-popup-modal-1106 .dialog-close-button {
        right: 60px !important;
        top: 55px;
    } */
.elementor-959 .elementor-element.elementor-element-84a7ddd {
--padding-left: 100px !important;
}
h2.slider_ttl {
   font-size: 36px !important;
    }
.elementor-234 .elementor-element.elementor-element-a048d79 {

    --padding-left: 147px !important;

}
.elementor-1188 .elementor-element.elementor-element-3f1c2d9 {
        --padding-left: 118px !important;
    }
}
@media only screen and (max-width: 1550px) {
/* body:not(.rtl) #elementor-popup-modal-1106 .dialog-close-button {
        right: 60px !important;
    } */
.elementor-234 .elementor-element.elementor-element-a048d79 {

    --padding-left: 95px !important;

}
.elementor-1188 .elementor-element.elementor-element-3f1c2d9 {
        --padding-left: 93px !important;
    }
}
@media only screen and (max-width: 1500px) {
	
/* body:not(.rtl) #elementor-popup-modal-1106 .dialog-close-button {
        right: 60px !important;
    } */
.elementor-959 .elementor-element.elementor-element-84a7ddd {
        --padding-left: 50px !important;
    }
.detail {
    margin-left: 30px !important;
}
.elementor-959 .elementor-element.elementor-element-331ec03 {
    
    --padding-left: 30px !important;
    --padding-right: 30px !important;
    
}
.elementor-234 .elementor-element.elementor-element-a048d79 {
        --padding-left: 65px !important;
    }
.elementor-1188 .elementor-element.elementor-element-3f1c2d9 {
        --padding-left: 69px !important;
    }
}
@media only screen and (max-width: 1440px) {
	
 
/* 	body:not(.rtl) #elementor-popup-modal-1106 .dialog-close-button {
        right: 60px !important;
        top: 55px;
    } */
.elementor-959 .elementor-element.elementor-element-84a7ddd {
        --padding-left: 30px !important;
    }
.detail {
    margin-left: 35px !important;
}
.elementor-959 .elementor-element.elementor-element-331ec03 {
    
    --padding-left: 20px !important;
    --padding-right: 20px !important;
    
}
.elementor-234 .elementor-element.elementor-element-a048d79 {
        --padding-left: 39px !important;
    }
.elementor-1188 .elementor-element.elementor-element-3f1c2d9 {
        --padding-left: 44px !important;
    }
}
@media only screen and (max-width: 1366px) {
.ra-div-1::after {
   
    right: -24px;
    width: 15px;
    height: 15px;
   
    
}
.ra-div-2::after {
   
    right: -24px;
    width: 15px;
    height: 15px;
   
    
}
.cus-slider::before {
    left: -72px;
}
.cus-slider::after {
    right: -86px;
}
/* body:not(.rtl) #elementor-popup-modal-1106 .dialog-close-button {
        right: 60px !important;
        top: 55px;
    } */
    .elementor-234 .elementor-element.elementor-element-a048d79 {
        --padding-left: 80px !important;
    }
.elementor-1188 .elementor-element.elementor-element-3f1c2d9 {
        --padding-left: 84px !important;
    }
}

@media only screen and (max-width: 1280px) {
/* body:not(.rtl) #elementor-popup-modal-1106 .dialog-close-button {
        right: 178px !important;
        top: 207px;
    } */
.elementor-234 .elementor-element.elementor-element-a048d79 {
        --padding-left: 36px !important;
    }
.elementor-1188 .elementor-element.elementor-element-3f1c2d9 {
        --padding-left: 39px !important;
    }
}

@media only screen and (max-width: 1024px) {
.cus-slider::before {
    width: 150px;
    height: 275px;
    top: 70px;
    left: -60px;
    font-size: 0px;
}
.cus-slider::after {
    width: 150px;
    height: 275px;
    top: 70px;
    right: -67px;
    font-size: 0px;
}
.elementor-234 .elementor-element.elementor-element-a048d79 {
        --padding-left: 20px !important;
    }
.elementor-1188 .elementor-element.elementor-element-3f1c2d9 {
        --padding-left: 20px !important;
    }
.elementor-959 .elementor-element.elementor-element-84a7ddd {
        --padding-left: 20px !important;
    }
.detail {
    margin-left: 20px !important;
}
.elementor-959 .elementor-element.elementor-element-331ec03 {
    
    --padding-left: 20px !important;
    --padding-right: 20px !important;
    
}
/* body:not(.rtl) #elementor-popup-modal-1106 .dialog-close-button {
        right: 135px !important;
        top: 533px;
} */
.mobility-chart-wrapper {
   left: 0px;
}
.mcw-single {
   flex-wrap: wrap;
}
.mcws-left {
    width: 100%;
    padding: 10px;
}
.mcws-left p {
    text-align: left;
	font-size: 12px;
}
.mcws-right {
    width: 100%;
	        margin-bottom: 10px;
}
}
/* @media only screen and (max-width: 820px) {
    body:not(.rtl) #elementor-popup-modal-1106 .dialog-close-button {
        right: 84px !important;
        top: 439px;
    }
} */
@media only screen and (max-width: 768px) {

	.vw-on-mob{
display:block;
}
/*     body:not(.rtl) #elementor-popup-modal-1106 .dialog-close-button {
        right: 25px !important;
        top: 300px;
    } */
}
@media only screen and (max-width: 767px) {
.ra-div-1::after {
  display:none;
}
.ra-div-2::after {
  display:none;
}

.ra-div-1::after{
    display:block !important;
    bottom: -45px !important;
    top: unset;
    transform: rotate(90deg) translateX(-50%);
    left: 50%;
}

.ra-div-1 {
    margin-bottom: 30px !important;
}
.cus-slider::before {
        width: 50px;
        height: 75px;
        top: 98px;
        left: 0px;
        font-size: 0px;
    }
.cus-slider::after {
        width: 50px;
        height: 75px;
        top: 93px;
        right: 23px;
        font-size: 0px;
    }
/* body:not(.rtl) #elementor-popup-modal-1470 .dialog-close-button {
    right: 4%;
} */
/* #elementor-popup-modal-1470 .dialog-close-button {
   top: 0%;
   width: 20px;
} */
.elementor-959 .elementor-element.elementor-element-07b3a76.e-con {
    --e-con-transform-translateX: -24px !important;
}
}