:root{
    --white : #fff;
    --black : #000;
    --blue : #1742C1;
    --green  : #96CF2B ;
    --dgreen : #009CA6 ;
    --grey : #F0F0F0;
}
/*  */
.purple{color: #8246AF;}
.orange{color: #FF6B00;}
.yellow{color: #FFC700;}
/*  */
.white{color: var(--white);}
.black{color: var(--black);}
.blue{color: var(--blue);}
.green{color: var(--green);}
.dgreen{color: var(--dgreen);}

.bg-blue{background-color: var(--blue);}
.bg-grey{background-color:#F9FCFF;}

.max-1350{max-width: 1350px;width: 100%;}
.max-1250{max-width: 1250px;width: 100%;}
.max-1200{max-width: 1200px;width: 100%;}
.max-1150{max-width: 1150px;width: 100%;}
.max-1100{max-width: 1100px;width: 100%;}
.max-1050{max-width: 1050px; width: 100%;}
.max-900{max-width: 900px;width: 100%;}
.max-800{max-width: 800px;width: 100%;}
.max-770{max-width: 770px;width: 100%;}
.max-750{max-width: 750px;width: 100%;}
.max-700{max-width: 700px;width: 100%;}
.max-650{max-width: 650px;width: 100%;}
.max-600{max-width: 600px;width: 100%;}
.max-500{max-width: 500px;width: 100%;}
.max-450{max-width: 450px;width: 100%;}
.max-400{max-width: 400px;width: 100%;}
.max-360{max-width: 360px;width: 100%;}
.max-350{max-width: 350px;width: 100%;}
.max-280{max-width: 280px;width: 100%;}
.max-250{max-width: 250px;width: 100%;}
@media(min-width:1280px){
    .blog-cotainer{max-width: 95%;margin: 0 auto;}
}

.line-09{line-height: 0.9;}
/*  */

@font-face {
    font-family: 'acumin_pro_wide';
    src: url('../fonts/acumin_pro_wide.otf');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Acumin-Pro-Wide-ExtraLight';
    src: url('../fonts/Acumin-Pro-Wide-ExtraLight.otf');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Acumin-Pro-Wide-Light';
    src: url('../fonts/Acumin-Pro-Wide-Light.otf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Acumin-Pro-Wide-Light';
    src: url('../fonts/Acumin-Pro-Wide-Light.otf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Acumin-Pro-Wide-Bold';
    src: url('../fonts/Acumin-Pro-Wide-Bold.otf');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Acumin-Pro-Wide-Black';
    src: url('../fonts/Acumin-Pro-Wide-Black.otf');
    font-weight: normal;
    font-style: normal;
}



body {
    font-family: 'acumin_pro_wide';
    font-size: 16px;
    overflow-x: hidden;
    line-height: inherit;
    color: var(--blue);


}
p{line-height:1.67;;letter-spacing: 0px;margin-bottom: 25px;}
body,html {
    height: 100%;
/*    scroll-behavior: smooth;*/
}
._rel{position: relative;}
a,a:after,a:before,.btn-theme,.overly,a::before,img,.btn-box .icon:before,
.btn-theme-1::before,.btn-theme-1::after,svg,button::before,button::after,.image,.slide-item,.image,
.sale-card,.image::before{
    -webkit-transition:all 0.3s ease-in-out;
    -moz-transition:all 0.3s ease-in-out;
    -o-transition:all 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    transition:all 0.3s ease-in-out;
}
@media(min-width:992px){
   /* .sub-menu{
        -webkit-transition:all 0.3s ease-in-out;
        -moz-transition:all 0.3s ease-in-out;
        -o-transition:all 0.3s ease-in-out;
        -ms-transition: 0.3s ease-in-out;
        transition:all 0.3s ease-in-out;
    } */
}
a{
    display: inline-block;
    text-decoration: none;
    outline: none;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    -ms-appearance: none;
    color: var(--black);
    position: relative;

   
}
a:hover,a:focus,a:active{
    text-decoration: none;
    outline: none;
    color:var(--red);
}
.btn-theme-1{
    background-color: transparent;
    border: 0;
    padding: 11px 16px;
    text-align: left;
    font-size: 16px;
    text-transform: uppercase;
    color: var(--blue);
    font-weight: 700;

     font-family: 'Acumin-Pro-Wide-Bold';
    position: relative;
    
}
.btn-theme-1 svg{
    margin-bottom: 20px;
}
.btn-theme-1::before,.btn-theme-1::after{
    content: "";
    
    position: absolute;
    border-radius: 0 10px 0 10px;
}
.btn-theme-1::before{
    width: 70%;
    height: 70%;
    left: 0;
    bottom: 0;
    border-left: 2px solid var(--green);
    border-bottom: 2px solid var(--green);
}
.btn-theme-1::after{
    width: 70%;
    height: 70%;
    right: 0;
    top: 0;
    border-top: 2px solid var(--green);
    border-right: 2px solid var(--green);
    opacity: 0;
}
.btn-theme-1:hover:after{
    opacity: 1;
    height: 100%;
    width: 100%;
}
.btn-theme-1:hover::before{
    height: 100%;
    width: 100%;
} 
.btn-theme-1:hover svg,.btn-theme:hover svg{
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}
.btn-theme-1.white{color: var(--white);}
.btn-theme-1.white::before,.btn-theme-1.white::before{border-color: var(--white);}
.btn-theme-1.white path{fill:var(--white);}
/* btn-box */
.btn-theme{
    background-color: transparent;
    border: 0;
    padding: 18px;
    text-align: left;
    font-size: 16px;
    line-height: 1.5;
    text-transform: uppercase;
    color: var(--white);
    font-weight: 700;
     font-family: 'Acumin-Pro-Wide-Bold';
    position: relative;
    border-radius: 3px;
    border-left: 2px solid var(--white);
}
.btn-theme svg{
    margin-bottom: 20px;
}
.btn-theme::before,.btn-theme::after{
    content: "";
    position: absolute;
    background-color: var(--white);
    height: 2px;
}
.btn-theme::before{
    width: 65%;
    top: 0;
    left: 0;
}
.btn-theme::after{
    width: 35%;
    bottom: 0;
    left: 0;
}
.btn-theme:hover:after{
    background-color: transparent;
    border: 2px solid var(--white);
    height: 100%;
    border-left: 0;
}
.btn-theme:hover::after{
    width: 100%;
}
.btn-theme:hover::before{width: 0;}
/*  */
.btn-apply{
    padding: 12px 20px;
    color: var(--white);
    font-size: 16px;
    line-height: normal;
    font-weight: 800;
     font-family: 'Acumin-Pro-Wide-Bold';
    text-transform: uppercase;
    border-radius:0 0 8px 0;
    border: 2px solid var(--white);
    border-left-color: transparent;
    border-top-color: transparent;

}
.btn-apply img{
    margin-left: 50px;
}
.btn-apply:hover{
    background-color: var(--green);
    border:2px solid var(--green);
    border-radius:8px 0 8px 0;
}
img{
    max-width: 100%;
    height: auto;
}
h1 span,h2 span,h3 span,h4 span,h5 span,h6 span{
    font-weight: 200 !important;
     font-family: 'Acumin-Pro-Wide-ExtraLight';
}
/* font weight */
.fw-100{font-weight: 100;}
.fw-200{font-weight: 200;font-family: 'Acumin-Pro-Wide-ExtraLight';}
.fw-200{font-weight: 300;font-family: 'Acumin-Pro-Wide-ExtraLight';}
.fw-300{font-weight: 400;}
.fw-400{font-weight: 400;}
.fw-500{font-weight: 500;}
.fw-600{font-weight: 600;}
.fw-700{font-weight: 700; font-family: 'Acumin-Pro-Wide-Bold';}
.fw-800{font-weight: 800; font-family: 'Acumin-Pro-Wide-Bold';}
.fw-900{font-weight: 900;font-family: 'Acumin-Pro-Wide-Black';}
/* font size */
.f-100{font-size: 93px; line-height:0.9;}
h1{
     font-family: 'Acumin-Pro-Wide-Bold';
    font-size:80px;
    line-height: 0.9;
    letter-spacing: -2.4px;
    margin-bottom: 20px;
    font-weight: 800;
    text-transform: uppercase;
}
h2{
    font-family: 'Acumin-Pro-Wide-Bold';
    font-size:70px;
	
    line-height: 1.09;
    letter-spacing:normal;
    margin-bottom: 20px;
    letter-spacing: normal;
}
h3{
     font-family: 'Acumin-Pro-Wide-Bold';
    font-weight: 700;
    font-size: 60px;
    line-height: normal;
    letter-spacing: normal;
    margin-bottom: 20px;
}
.f-48{
    font-size: 48px;
}
h4{
    font-family: 'Acumin-Pro-Wide-Bold';
    text-transform: uppercase;
    font-size: 36px;
    line-height: 1.09;
    letter-spacing: -1.08px;
    margin-bottom: 20px;
    font-weight: 700;
}
.f-30{font-size: 30px;}
h5{
    font-family: 'Acumin-Pro-Wide-Bold';
    font-size: 20px;
    line-height: normal;
    letter-spacing: -0.1px;
    margin-bottom: 20px;
    font-weight: 700;
}

h6{
    font-family: 'Acumin-Pro-Wide-Bold';
    font-size: 16px;
    letter-spacing: normal;
    line-height: 1.09;
    margin-bottom: 20px;
    font-weight: 700;
    
}
.f-14{font-size: 14px;}
.sub-heading{
   text-transform: uppercase;
   
}
/* 
.sub-heading:before{
    content: "";
    position: absolute;
    bottom: 0;
     left: 50%;
   transform: translate(-50%,0);
   -webkit-transform: translate(-50%,0);
    width: 120px;
    height: 10px;
    border-radius: 1.5px;
    background-color: var(--lblue);
}
.left-line.sub-heading:before{
    left: 0;
    transform: none;
}
 */


section {
    width: 100%;
    padding: 80px 0;
    position: relative;
    clear: both;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

#loom-companion-mv3{display: none;}

/*nav*/

.mainMenu .right-menu a:before,.mainMenu .right-menu a:after{
    display: none;
}
.mainMenu{
    padding: 20px 0px;
    left: 0;
    right: 0;
    top: 0;
    z-index: 999;
}
.mainMenu._transparent{
    position: absolute;
   
}
.mainMenu.sticky{
    position: fixed;
    background-color: var(--blue);
    padding: 10px 0px;
    box-shadow: 10px 0 25px 0 rgb(255 255 255 / 10%);
    animation: stickyMenuAnimation 0.7s;
}
.navbar-brand img{
    max-width: 300px;
}
.mainMenu.sticky .navbar-brand img{
    max-width: 200px;
	 filter: brightness(0) invert(1);  
}
.mainMenu.active{background-color: var(--dblue);}
.mainMenu ul{
    align-items: center;
}
/*.mainMenu ul li.menu-item{display:none;}*/
/*.mainMenu ul li.current-menu-item{display:inline-block;}*/
.mainMenu ul.left-menu li:not(:first-child){
    margin-left: 40px;
}
.mainMenu ul.right-menu li:not(:first-child){
    margin-left: 20px;
}
.mainMenu li a{
   
    font-size: 20px;
    position: relative;
    /* padding: 15px 0; */
    color: var(--white);
    text-transform: uppercase;
}
.mainMenu li a:after{
    content: "";
    width: 0%;
    height: 1px;
    border-radius: 8px;
    background-color: var(--white);
    position: absolute;
    left: 0;
    bottom: 10px;
}
.side-menu-btn:after{display: none;}
.mainMenu li a:hover:after,.mainMenu li.current-menu-item a:after{
    /* width: 40%; */
}
.mainMenu li.btn1 a{
    text-align: center;
    padding-left:45px;
    padding-right: 45px;
    min-width: 120px;
    text-transform: uppercase;
    color: var(--white);
    border: 2px solid rgba(255, 255, 255, 0.25);
    background-color: transparent;
    border-radius: 30px;
}
.mainMenu li.btn1 a:hover{
    background-color: var(--dblue);
    color: var(--white);
}
.mainMenu .lang{margin-left: 30px !important;}
.mainMenu .lang a{
    /*border: 1px solid rgba(255, 255, 255, 1);
    width: 50px;
    padding-left:17px;
    padding-right: 17px;
    text-align: center;
    color: var(--white);
    border-radius: 6px;
    background-color: rgba(0, 0, 0, 0.25);*/
}
.mainMenu .lang a:hover,.mainMenu li.btn1 a:hover{
    /* opacity: 0.5; */
   /* background-color: var(--white) !important;
    color: var(--black) !important;*/
}
.lang.darkitems a{
	border-color: #123CC5 !important;
    color: #123CC5;
}
/*sub menu  */
.menu-item-has-children{
    position: relative;

}
.menu-item-has-children>a{
    padding-right: 30px !important;
}
.menu-item-has-children>a:before{

    font-family: FontAwesome;
    content: "\f078";
    position: absolute;
    right: 0;
    color: var(--white);
}
.mainMenu .sub-menu{
    margin: 0;
    padding: 0;
    list-style: none;
    position: absolute;
    left: 0;
    top: 80%;
    min-width: 200px;
    background-color: var(--white);
    box-shadow: 10px 0 25px 0 rgb(0 0 0 / 6%);
    border-radius: 8px;
    padding: 10px 0px;
    visibility: hidden;
    opacity: 0;

}
.menu-item-has-children:hover .sub-menu{
    top: 100%;
    opacity: 1;
    visibility: visible;
}

.mainMenu .sub-menu li{
    margin-left: 0 !important;
}
.mainMenu .sub-menu li a:after{
    display: none;
}
.mainMenu .sub-menu li a{
    width: 100%;
    /* padding: 10px 20px; */
    color: var(--dblue);
}
.mainMenu .sub-menu li a:hover,
.sub-menu .current-menu-itemss a{
    background-color: var(--lblue);
    color: var(--white) !important;
}
.menu-item-has-children>a i{
/*    display: none;*/
    position: absolute;
    right: 0;
}
.navbar-toggler{
    color: var(--white);
    font-size: 40px;
    padding: 0;
    height: auto;
    width: auto;
    border: 0;
}
.navbar-toggler i + i{
    display: none;
}
.active .navbar-toggler i{display: none;}
.active .navbar-toggler i + i{display: inline-block;}

.mainMenu .lang a{
    border: 2px solid var(--white);
    border-top-color: transparent;
    border-right-color: transparent;
    padding: 5px 15px 5px 10px;
}
.mainMenu .lang a:hover{
    border-color: var(--white) !important;
}

.overly-menu{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--green);
    z-index: 9999;
    padding: 0;
    display: none;
}
.overly-menu .wrapper{
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    overflow: auto;
}
.menu-list{
    list-style: none;
    margin: 0;
    padding: 0;
    max-height: 100vh;
    overflow: auto;
    padding:30px 0;
}
.menu-list li{
    margin-bottom: 10px;
}
.menu-list li a{
    text-transform: uppercase;
    font-size: 3vw;
    font-weight: 700;
    color: var(--white);
     font-family: 'Acumin-Pro-Wide-Bold';
    
}
.menu-list li a:hover,.menu-list li.current-menu-item a{
    color: var(--black);
}
.menu-list .menu-item-has-children>a{
    padding-right: 70px  !important;
}
.menu-list .menu-item-has-children>a:before{
    font-size: 30px;
    display: none;
}
.menu-list .menu-item-has-children>a.active:before{
    transform: rotate(180deg);
    display: none;
}
.menu-list .menu-item-has-children{
    
}
.menu-list .sub-menu{
    list-style: none;
    margin: 10px 0;
    display: none;
   
}
.menu-list .sub-menu li{
    margin: 5px 0;
}
.menu-list .sub-menu li a{
    font-size: 25px;
}

.overly-menu .social-icons a:hover{
    background-color: var(--white);
    color: var(--green);
}
.overly-menu ._closebtn{
    background-color: transparent;
    border: 2px solid var(--white);
    height: 50px;
    width: 50px;
    position: absolute;
    right: 5%;
    top: 5%;
    border-radius: 10px;
}
.overly-menu ._closebtn img{max-width: 85%;max-height: 85%;object-fit: cover;}
.overly-menu ._closebtn:hover{
    background-color: var(--black);
    border-color: var(--black);
}

.dark-menu.mainMenu .lang a{
    color: var(--blue);
    border-left-color: var(--blue);
    border-bottom-color: var(--blue);
}
/* footer */
footer{
    padding-top: 50px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    color: var(--white);
}
.footer-logo img{
    max-width: 250px;
}
.footer-widget{

}
.footer-widget h6{
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    color: rgb(255 255 255 / 50%);
    margin-bottom: 20px;
}
.footer-widget ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
.footer-widget ul li{
    margin-bottom: 18px;
}
.footer-widget ul li a{
    color: var(--white);
    font-size: 16px;
    line-height: normal;  
    font-weight: 700; 
     font-family: 'Acumin-Pro-Wide-Bold';
}
.footer-widget ul li a:hover,
.footer-widget ul li.current-menu-item a{
    color: var(--green);
}
.copyright{
    border-top: 1px solid rgb(255 255 255 / 20%);
    font-size: 14px;
    padding: 10px 0;
    margin-top: 140px;
}
.copyright a{
    color: var(--white);
}
.copyright a:hover{
    color: var(--green);
}
.footer-text{
    width: fit-content;
	margin:0 auto;
}
.social-icons a{
    height: 59px;
    width: 59px;
    line-height: 64px;
    border: 1px solid rgb(255 255 255 / 20%);
    border-radius: 10px;
    text-align: center;
    color: var(--white);
    font-size: 20px;
    margin: 0 5px;
}
.social-icons a:hover{
    background-color: var(--green);
    border-color: var(--green);
}
/* contact-hero */
.contact-hero{
    padding-top: 290px;
}
.contact-hero::before{
    content: "";
    height: 70%;
    width: 100%;
    background-color: var(--blue);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
}
.white-card{
    background-color: var(--white);
    padding: 80px;
    border-radius: 100px;
}
.c-form input, .c-form textarea{
    width: 100%;
    height: 60px;
    color: var(--blue);
    border: 0;
    border-bottom: 1px solid rgba(23, 65, 193, 0.30);
    font-size: 16px;
    text-transform: uppercase;
}

.c-form textarea{
    width: 100%;
    background-color: transparent;
    border: 0;
    height: 180px;
    resize: none;
    line-height: 44px;
    background-image: linear-gradient(to bottom, transparent, transparent 42px, rgba(23, 65, 193, 0.20));
    background-size: 100% 44px;
    background-repeat: repeat-y;
}
.selectric{
    border: 0;
    border-bottom: 1px solid rgba(23, 65, 193, 0.20);
	padding-right:35px;
}
.selectric-label{
    height: 60px;
    line-height: 60px;
    font-size: 16px;
    text-transform: uppercase;
    padding: 0;
    margin: 0;
    color: var(--blue);
}
.selectric-button{
    height: 60px;
    color: transparent !important;
}
.selectric-button:after{
    top: -15px;
    content: url('../images/arrow-blue.svg');
}
.selectric-items li{
    padding: 15px 20px;
    font-size: 16px;
    color: var(--blue);
}
.selectric-items li.selected,.selectric-items li.highlighted,.selectric-items li:hover{
    background-color: var(--blue);
    color: var(--white);
}

.theme-faqs .accordion-item:first-child {
    border-top: 1px solid rgb(255 255 255 / 10%) !important;
}
.theme-faqs .accordion-item {
    border: 0 !important;
    border-bottom: 1px solid rgb(255 255 255 / 10%) !important;
    background-color: transparent !important;
}
.theme-faqs .accordion-button {
    border: 0 !important;
    background-color: transparent;
    padding: 24px 0;
    font-size: 20px;
    color: var(--white);
    font-weight: 700;
     font-family: 'Acumin-Pro-Wide-Bold';
}
button:focus{
    outline: none !important;
    box-shadow: none  !important;
}
.theme-faqs .accordion-body {
    padding: 0;
    max-width: 75%;
    border: 0 !important;
}
.theme-faqs .accordion-collapse{
    border: 0 !important;
}
.accordion-button::after{
    background-image: url(../images/b-arrow-dwon.svg);
    width: 50px !important;
    height: 40px  !important;
    background-size: contain;
}
.accordion-button:not(.collapsed)::after{
    background-image: url(../images/b-arrow-up.svg);
}
.contact-map{
	position:relative;
}
.contact-map::before{
    content: "";
    width: 100%;
    min-height: 370px;
    background-color: var(--blue);
    position: absolute;
    left: 0;
    right: 0;
    top: -10px;
}

.theme-hero{
    height: 900px;
    display: flex;
    align-items: flex-end;
    
}
.min-800{
    min-height: 800px;
    display: flex;
    align-items: flex-end;
}
.owal-img img{
    max-width: 100%;
    border-radius: 200px;
}
.team-card{
    max-width: 410px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
    text-align: center;
}
.team-card .image{
    height: 400px;
    width: 400px;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 20px;
    position: relative;
}

.team-card .postion{
    
}
.team-card .mame{
    
}
.team-card .text{
    
}
.job-list{

}
.job-list .item{
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    padding: 24px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.20);
}
.file-upload p{
    margin: 0 !important;
}
.file-upload {
    position: relative;
    height: 40px;
    width: fit-content;
    display: flex;
    align-items: center;
    overflow: hidden;
    padding-left: 60px;
}
.file-upload:before {
    content: "";
    background-image: url(../images/ppppp.svg);
    height: 40px;
    width: 40px;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 0;
}
.file-upload .wpcf7-form-control-wrap {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 22;
}
.file-upload input {
    opacity: 0;
    position: relative;
    top: -13px;
    width: 50px;
}

.sub-tabs-btn{
    display: flex;
}
.sub-tabs-btn .item{
    margin-right: 50px;
    min-width: 200px;
	opacity:.8;
	cursor: pointer;
}
.sus-tab-holder .tab {
    display: none;
}
.sus-tab-holder .tab.active {
    display: block;
}
.sub-tabs-btn .item.active {
    /* Add your active tab styles here */
   opacity:1;
	
}
.sus-tab-holder .tab{
    display: none;
}
.sus-tab-holder .tab.active{
    display: block;
}
.banner-700{
    height: 700px;
}
.init-card{

}
/* .init-card img{ */
.init-card .img{
    margin-bottom: 25px;
}
.init-card p{
    font-weight: 700;
    max-width: 400px;
     font-family: 'Acumin-Pro-Wide-Bold';
    
}
.single-blog{
    height: 900px;
    display: flex;
    align-items: flex-end;
}
.post-meta {
    display: flex;
    list-style: none;
    margin-left: 0;
    margin-right: 0;
    padding: 0;
}
.post-meta li {
    font-family: 'Acumin-Pro-Wide-Light';
    font-size: 14px;
    line-height: normal;
    letter-spacing: 0;
    padding: 0 20px;
}

.post-meta li strong{
     font-family: 'Acumin-Pro-Wide-Bold';
}
.post-meta li:not(:first-child) {
    border-left: 1px solid var(--white);
}
.post-meta li:first-child{
    padding-left: 0;
}
.author-bio{
    display: flex;
    align-items: center;
    margin-top: 50px;
}
.author-bio .image{
    height: 80px;
    width: 80px;
    object-fit: cover;
    border-radius: 8px;
    margin-right: 30px;
}
.author-bio p{
   font-size: 14px; 
   font-family: 'Acumin-Pro-Wide-Light';
}
.post-content a{
    color: var(--blue);
}
.post-content a:hover{
    color: var(--green);
    text-decoration: underline;
}
.blog-card{
    text-align: center;
    margin-bottom: 35px;
}
.blog-card .image{
    border-radius: 50%;
    width: fit-content;
    overflow: hidden;
    margin-bottom: 20px;
    position: relative;
}
.blog-card .image img{
    width: 100%;
    height: auto;
    border-radius: 50%;
    object-fit: cover;
	min-height:164px;
}
.blog-card .image a img{
	object-fit: cover;
	min-height:326px;
}
.blog-card .date{
    margin-bottom: 10px;
}
.blog-card .title{
    font-size: 20px;
    color: var(--blue);
    font-weight: 700;
    letter-spacing: -0.5px;
     font-family: 'Acumin-Pro-Wide-Bold';
}
.blog-card:hover img{
    transform: scale(1.05);
}
.blog-card .overly{
    position:absolute;
    top: 100%;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    background-color: rgba(23, 65, 193, 0.8);
}
.blog-card:hover .overly{
    top: 0;
}
.blog-card:hover .date,.blog-card:hover .title{
    opacity: 0.4;
}
.search-form{
    border-bottom: 2px solid var(--blue);
    max-width: 800px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    position: relative;
}
.blog-card .btn-theme-1{
	font-size:12px;
}
.search-form input{
    height: 60px;
    border: 0;
    background-color: transparent;
    width: calc(100% - 200px);
}
.search-form button{
    background-color: transparent;
    border: 0;
    padding: 0;
    text-align: right;
    min-width: 180px;
    color: var(--blue);
    font-weight: 700;
    position: relative;
    padding: 12px;
     font-family: 'Acumin-Pro-Wide-Bold';
}
.search-form button::before{
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 2px;
    height: 50px;
    background-color: var(--blue);
}
.search-form button:hover img{
    transform: rotate(-45deg);
}
.search-form button:hover:before{
    height: 100%;
}
.search-form button:hover{color: var(--green);}
.blog-style-2 .blog-card .image img{
    max-width: 200px;
}
.blog-hero{
  padding-top: 130px;  
}
.btn-holder{
    display: flex;
    align-items: flex-end;
}
.blog-filter{

}
.blog-filter form{
    display: flex;
}
.blog-filter .item{
    width: auto;
    margin-right: 30px;
}
.blog-filter .selectric{
    border-bottom: 0;
    border-top: 2px solid var(--blue);
    border-right: 2px solid var(--blue);
    padding-left: 15px;
    font-weight: bolder;
	padding-right:65px;
}
.blog-filter .selectric-button{
    width: 90px;
}
.region-hero{
   padding-top:125px;
}

/*  */
.sale-person{
    display: flex;
    align-items: center;
    background-image: url(../images/curve-line.svg);
    background-position: right;
    background-repeat: no-repeat;
    background-color:var(--white);
}
.sale-person .image{
    position: relative;
    width: fit-content;
    margin-bottom: 0;
}
.sale-person .image .img{
    height: 200px;
    width: 200px;
    object-fit: cover;
    border-radius: 50%;
}
.sale-person .play-btn{
    background-color:transparent;
    border: 0;
    padding: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    
}
.sale-person .text{
    padding-left: 50px;
}
.sale-person .contact{
    
}
.sale-person .contact a{
   margin-right: 20px; 
}
.sale-person .contact a{
    margin-right: 20px; 
 }
.image-wrapper{
    display: flex
}
.image-wrapper img{
    height: auto;
}

.industry-slider .slick-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 550px; 
	filter: grayscale(1);
}
.industry-slider .slick-slide.slick-current {
	filter: grayscale(0);
     width: 620px !important;
}
.industry-slider .slick-slide.slick-current .industry-item{

}
.industry-item{
   /* padding: 20px; */
   position: relative;
   /* margin: 0 60px; */
}
.industry-item .image::after{
    content: "";
    height: calc(100% + 40px);
    width: calc(100% + 40px);
    position: absolute;
    right: -20px;
    top: -20px;
    background-image: url('../images/circle.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    display: none;
}
.industry-item .image{
    position: relative;
    height: 230px;
    width: 230px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: var(--white);
    /* opacity: 0.5; */
}
.industry-item .btn-theme-1{
    display: none;
    position: relative;
    z-index: 99;
}
.industry-item h4{
    font-size: 18px;
    margin-bottom: 0;
}
.industry-slider .slick-center .industry-item{
    /* width: 510px !important; */
    /* padding-right: 100px; */
    /* padding-left: 100px; */
    /* opacity: 0; */
}
/* .industry-slider .slick-center{opacity: 0;} */
.slick-center .industry-item .image{
    /* opacity: 0; */
     z-index: 50;
    /*  height: 510px;
    width: 510px;
 */    /* opacity: 1; */
 /* transform: scale(2); */
    background-blend-mode: overlay;
    background-color: rgba(0, 0, 0, 0.5);
}
.slick-center h4,.slick-center .btn-theme-1{display: block;}
.slick-center .arrow-btn{display: none;}
.slick-center .industry-item .image::after{
    display: block;
	transition-duration:.5s;
}
.slick-center .industry-item:hover .image::after{
	
	transform:rotate(180deg);
}
.industry-item h4{opacity: 0;}
.slick-center .industry-item h4{
    font-size: 36px;
    margin-bottom: 25px;
    opacity: 1;
}

.industry-item .arrow-btn{
    pointer-events: none;
    display: none;
}
.industry-item h4{
	max-width:80%;
	text-align:center;
}
.light-bg-dots{
    background-image: url('../images/circles.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.industries .slider-wrapper{
    margin-top: -100px;
    /* max-width: 1200px;
    margin-left: auto;
    margin-right: auto; */
}
/* .prev-slide .industry-item{
    left: -50px;
}
.next-slide .industry-item{
    right: -50px;
} */



.prev-slide .industry-item h4,.next-slide .industry-item h4,
.prev-slide .industry-item .image,.next-slide .industry-item .image{
    opacity: 1;
    
}
.prev-slide .industry-item h4,.next-slide .industry-item h4{
    /* opacity: 0; */
}
/* opacity */
.industry-item .image{opacity: 0.8;   background-color: rgba(0, 0, 0, 0.5); background-blend-mode: overlay;}
 /* 
.next-slide .arrow-btn,.prev-slide .arrow-btn{
   display: none;
}
.next-slide h4,.prev-slide h4{
    display: block;
    font-size: 20px;
    margin-bottom: 0;
 }*/

 .popup{
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(23, 65, 193, 0.90);
    z-index: 9999;
    display: none;
 }
 .popup .wraper{
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
 }
 .popup ._close{
    position: absolute;
    right: 5%;
    top: 5%;
    padding: 0;
    background-color: var(--green);
    border: 0;
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 50px;
 }
 .popup  iframe{
    width: 1000px;
    height: 700px;
 }
 /*  */
 .slide-item{
    height: 900px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    align-items: flex-end;
    padding: 45px 45px 0px 45px;
    overflow: hidden;
 }
 .slide-item >div{
   
 }
 .slide-item h2{
    font-weight: 800;
    margin-bottom: 50px;
 }
 .slide-item .btn-theme{
   position: absolute;
   bottom: -100%;
   /* display: none; */
   opacity: 0;
   visibility: hidden;
}
.slide-item:hover{
    padding-bottom: 150px;
   
}
.slide-item:hover .btn-theme{
    bottom: 50px;
    /* display: inline-block; */
    opacity: 1;
    visibility: visible;
}
.slider-arrow a:hover{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}
.solution-item{
    text-align: center;
    max-width: 400px;
    margin-right:25px;
}
.solution-item h4{
    margin-bottom: 30px;
}
.solution-item .image{
    width: 100%;
    border-radius: 50%;
    margin-bottom: 20px;
	min-height:400px;
	object-fit:cover;
}
.solution-item .text{
    max-width: 330px;
    margin-left: auto;
    margin-right: auto;
}
.solution-item .text p{
    margin-bottom: 0;
    line-height: 1.5;
    padding: 15px 0;
    letter-spacing: 0;
    position: relative;
}
.solution-item .text p:not(:last-child):before{
    content: "";
    height: 1px;
    width: 200px;
    background-color: rgba(23, 65, 193, 0.1);
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%,0);
    -webkit-transform: translate(-50%,0);
}

.home-slide{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 900px;
    display: flex;
    align-items: flex-end;
    padding-bottom: 90px;
}
.next-btn{
    position: relative;
    width: fit-content;
    margin-left: auto;
    cursor: pointer;
}
.next-btn .text{
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    text-align: right;
}
.next-btn:hover .circle{
    transform: rotate(180deg);
}
.next-btn:hover .text{
    text-align: left;
}

.video-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

.carousel-inner .carousel-item {
    position: relative;
    overflow: hidden;
}

.home-slide {
    position: relative;
    height: 100vh;
    display: flex;
    align-items: end;
    justify-content: center;
    color: white;
    text-align: left;
    padding: 0 20px;
    z-index: 1;
	padding-bottom:50px;
}

#homeslider .carousel-indicators{
    justify-content: flex-start;
    margin-left: 6%;
    display: none;
}
.carousel-indicators [data-bs-target]{
    height: 12px;
    width: 12px;
    background-color: #fff;
    border-radius: 50%;
    border: 3px solid transparent;
    opacity: 1;
}
.carousel-indicators .active[data-bs-target]{
    background-color: transparent;
    border-color: var(--green);
}
/*  */
.statics-wraper{
    background-color: var(--white);
    padding: 70px 90px;
    border-radius: 150px;
    border: 1px solid rgb(0 0 0 / 6%);
}
.statics-item{
    position: relative;
    border-top: 1px solid rgb(0 0 0 / 6%);
    padding-top: 30px;
}
.statics-item::before{
    content: "";
    position: absolute;
    left: 0;
    top: -2px;
    height: 3px;
    width: 150px;
    background-color: var(--green);
    border-radius: 3px;
}
.statics-item h3{
    font-size: 48px;
    margin-bottom: 0px;
}
.statics-item p{
   margin-bottom: 0; 
}
.client-box{
    height: 250px;
    width: 250px;
    border-radius: 50%;
    border: 1px solid rgba(23, 65, 193, 0.1);
    margin-right: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.client-box img{
    max-width: 70%;
    max-height: 70%;
    object-fit: contain;
}
.solution-card{
    height: 650px;
    position: relative;
    overflow: hidden;
}
.solution-card .image{
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 200px;
    color: var(--white);
    display: flex;
    align-items: flex-end;
    justify-content: center;
    text-align: center;
    padding-bottom: 80px;
    background-color: rgba(0, 0, 0, 0.4);
    background-blend-mode: overlay;
    
}  
.solution-card .btn-theme-1{
    position: absolute;
    z-index: 2;
    bottom: -130px;
    left: 50%;
    transform: translate(-50%,0);
    -webkit-transform: translate(-50%,0);
} 
.solution-card h6{
    opacity: 0.8;
    margin-bottom: 10px;
}
.home-solutions::before{
    content: "";
    background-color:#0072CE;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 50%;
}
.mob-cta{display: none;}
@media(min-width: 699px){

    .solution-card:hover .image{
        height: 410px;
        padding: 0;
        align-items: center;
        border-radius: 50%;
        background-color: rgba(23, 66, 193, 0.99);
        background-blend-mode: overlay;
    }
    .solution-card:hover .btn-theme-1{
        bottom: 100px;
    }
}



.solution-card h4 a{
    color: var(--white);
}
.slider-wrapper{
    position: relative;
}
.slider-wrapper .arrow{
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    z-index: 9;
}
.slider-wrapper .arrow.__prev2{
    left: 9%;
}
.slider-wrapper .arrow.__next2{
    right: 9%;
}
.slider-wrapper .arrow:hover{
    transform: translate(0, -50%) rotate(2deg);
    -webkit-transform: translate(0, -50%) rotate(2deg);
}
.btn-watch{
    position: relative;
    width: fit-content;
    margin-left: 120px;
}
.btn-watch .circle{
    
}
.btn-watch .text{
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}
.btn-watch .text {
    line-height: 1.5;
}
.btn-watch:hover{
    transform: scale(1.1);
}

.testimonail-item{
    display: flex;
    align-items: center;
	justify-content:center;
}

.testimonail-item .authot{
   height: 320px;
   width: 320px;
   display: flex;
   align-items: center;
   justify-content: center; 
   border-radius: 50%;
   border: 1px solid rgba(23, 65, 193, 0.1);
   text-align: center;
   
}
.testimonail-item .text{
    background-color: #009CA6;
    height: 320px;
    border-radius: 300px;
    position: relative;
    max-width: 800px;
    color: var(--white);
    padding: 60px;
    display: flex;
    align-items: center;
    margin: 0 25px;

}
.testimonail-item .text .shape{
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}
.testimonail-item .text .content{
    position: relative;
    z-index: 3;
/*     color: rgb(255 255 255 / 0%); */
	color: var(--white);

}
.slick-current .testimonail-item .text .content{
    color: var(--white);
}
.testimonail-item .text .content .col-md-4 p{opacity: 0.5;}
.arrow-holders{
    position: relative;
}
.arrow-holders .next{
    position: absolute;
   top: 50%;
   transform: translate(0, -50%);
   -webkit-transform: translate(0, -50%);
   right: 5%;
   z-index: 99;
 
}

.regions-btn{
    background-color: transparent;
    border: 0;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
     font-family: 'Acumin-Pro-Wide-Bold';
    color: var(--blue);
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 60px;
    border-top: 2px solid rgba(23, 65, 193, 0.1);
}
.regions-btn:hover,.regions-btn.active{
    border-color: var(--green);
    font-weight: 900;
}
.regions-btn:hover path,.regions-btn.active path{
    fill: var(--green);
}
.all-regions .region-map{
    margin-top: -90px;
}
.contact-icons a{
    margin-right: 10px;
	display:inline-block;
	width:21px;
}
.sale-card-item{
    position: relative;
/*     max-width: 500px;
    min-width: 500px; */

    background-color: var(--white);
    border-radius: 200px;
    display: flex;
    align-items: center;
    overflow: hidden;
    position: relative;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 6%);
}
.region-hero .sale-card-item{
    position: relative;
    max-width: 500px;
    min-width: 500px;
}
.sale-card-item .imgae{
    width: fit-content;
/*     margin-right: 40px; */
	margin-right: 16px;
}
.region-hero .sale-card-item .imgae{
    width: fit-content;
    margin-right: 40px;
}
.sale-card-item .img{
/*     height: 200px;
    width: 200px; */
	height: 120px;
    width: 120px;
    border-radius: 50%;
    object-fit: cover;
}
.region-hero .sale-card-item .img{
    height: 8vw;
    width: 8vw;
    min-width: 160px;
    min-height: 160px;
}
.sale-card-item .text{
    max-width:180px;
}
.sale-card-item .text h6{
    font-size:14px;
}
.sale-card-item .text h6 a{
    color: #1742c1;
}
.sale-card-item .text h5{
    font-size:16px;
}
.sale-card-item .text .contact-icons{
	display:flex;
	justify-content:center;
}
.region-hero .sale-card-item .text h5{
    font-size:14px;
}
.region-hero .sale-card-item .text h6{
    font-size:14px;
}
.sale-card-item .curve{
    position: absolute;
    right: 0;
    height: 100%;
    top: 0;
}

.map-holder{
    position: relative;
}
.map-holder .sale-card{
    position: absolute;
    z-index: 99;
    visibility: hidden;
    opacity: 0;
}
.map-holder .sale-card.active{
    opacity: 1;
    visibility: visible;
}
.map-holder .card1{
    bottom: 49%;
    left: 21%;
    
}
.map-holder .card2{
    bottom: 30%;
    left: 20%;
    
}
.map-holder .card3{
    right: 5%;
    bottom: 50%;
}
.mobile-map{display: none;}
.mobile{display: none;}

.overly-bg{
    background-blend-mode: overlay;
    background-color: rgba(0, 0, 0, 0.4);
}

.normal-arrow .arrow-div{
    position: absolute;
    right: 8%;
}

.normal-arrow .arrow{
    position: relative !important;
    top: auto !important;
    transform: none !important;
    left: auto !important;
    right:  auto !important;
}

.solution-item .title{
	min-height:90px;
	margin-bottom:0 ;
}

.home-slide .container{
	position:relative;
	z-index:5;
}
.home-slide:before{
	content:"";
	background-color:rgba(0,0,0,0.3);
	height:100%;
	width:100%;
	position:absolute;
	left:0;
	top:0;
	right:0;
	bottom:0;
	z-index:1;
}

.testimonail-item .authot{
/*     position:absolute;
	left:0;
	top:0;
	z-index:10;
	opacity:0; */
}
.slick-current .testimonail-item .authot{
    display: flex;
	opacity:1;
	position:relative;
	
}
.blue-text {
    color: var(--blue) !important;
}

blockquote{
    position: relative;
    padding: 40px 0 30px;
    margin-bottom: 30px;
    font-family: 'Acumin-Pro-Wide-Bold';
    font-size: 20px;
    line-height: normal;
    letter-spacing: -0.1px;
    margin-bottom: 20px;
    font-weight: 700;
}

blockquote p,blockquote h1,blockquote h2,blockquote h3,blockquote h4,blockquote h5,blockquote h6{
    margin-bottom: 0;
    font-family: 'Acumin-Pro-Wide-Bold';
    font-size: 20px;
    line-height: normal;
    letter-spacing: -0.1px;
    margin-bottom: 20px;
    font-weight: 700;
}
blockquote:before{
    content: url(../images/qoute.svg);
    position: absolute;
    left: 0;
    top: 0;
}

blockquote:after{
    content: url(../images/qup.svg);
    position: absolute;
    right: 0;
    bottom: 0;
}

.loc_card {

}

.loc_card-content .location{
    font-family: 'Acumin-Pro-Wide-Bold';
    color: #1742C1;
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.loc_card-content .office{
    color: #96CF2B;
    font-size: 20px;
    font-family: 'Acumin-Pro-Wide-Bold';
    margin-bottom: 15px;
    text-transform: uppercase;
}
.loc_card-content address{
    font-size: 16px;
    color: #1742C1;
     font-family: 'Acumin-Pro-Wide-Bold';
}
.loc_card-content{
    padding: 20px !important;
}
/*
.slide-item1 {
    flex: 1;
    position: relative;
    overflow: hidden;
    transition: 0.5s ease;
    display: flex;
    align-items: end;
    justify-content: start;
    color: white;
    background-size: cover;
    background-position: center;
	height:95vh;
	padding-bottom:50px;
	padding-left:50px;
}
.slide-item1:hover {
    flex: 3;
    padding-bottom: 150px;
}
*/
/* ************************ */
.accordion-all{
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
}

.slide-item1 {
    overflow: hidden;
    flex: 1;
    position: relative;
    overflow: hidden;
    transition: all 0.6s ease-in-out;
    display: flex;
    align-items: end;
    justify-content: start;
    color: white;
    background-size: cover;
    background-position: center;
    height:95vh;
    padding-bottom: 50px;
    padding-left: 50px;
    max-width: 100%;
    flex: 0 0 auto;
    width: 25%;
}

.slide-item1.active{
    /* flex: 3; */
    width: 40%;
    padding-bottom: 150px;
}
.slide-item1.inactive{
    width: 20%;
}



/* ******************** */

.slide-item1 div {
    position: relative;
    z-index: 1;
}
        

.slide-item1 .btn-theme{
   position: absolute;
   bottom: -100%;
   /* display: none; */
   opacity: 0;
   visibility: hidden;
}
.slide-item1:hover .btn-theme{
    bottom: -130px;
    opacity: 1;
    visibility: visible;
}
.slide-item h2{
	/* transition: .5s ease;  */
}
.slide-item1 h2{
	font-size:40px;
    position: relative;
}
.slide-item1.active h2{
	/* font-size:56px; */
}

.slide-item1.inactive h2{
	/* font-size:25px !important; */
}

.slide-item1 h2 .t1{

}
.slide-item1 h2 .t2{
    position: absolute;
    left: 0;
    top: 0;
    font-size: 25px;
    opacity: 0;
}
.slide-item1.inactive h2 .t1{opacity: 0;}
.slide-item1.inactive h2 .t2{opacity: 1;}



.slick-arrow.slick-hidden{
	display:inline-block !important;
}
.subs-from{
	background-color:#f9fdff;
	padding:30px;
	border-radius:50px;
	border:1px solid var(--blue);
}
.subs-from input{
	background-color:transparent;
}
.no-submenu .sub-menu li.current-menu-item a{
	color:#fff;
}
.no-submenu .sub-menu li.current-menu-item a:hover{
	color:#000;
}
.footer-logoo{
	width:fit-content;
}

/*  */
.sol_img{
	overflow:hidden;
	border-radius:150px;
	height:100%;
}
.sol_img img{
	object-fit:cover;
	height:100%;
}
.sticky .menu-btn .nhm,.menu-btn .stickhb{
	display:none;
}
.sticky .menu-btn .stickhb{
	display:block;
}

.two-slider-holder{
    position: relative;
}
.two-slider-holder .cirle-holder{
    max-width: 560px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    z-index: 20;
}
.main-slider-indusrt .industry-item{
    opacity: 0 ;
}
.main-slider-indusrt .slick-center .industry-item{
    opacity: 1;
}
.industry-slider .slick-center{
    /* opacity: 0 !important; */
}
.industry-slider .slick-center .industry-item{
    display: flex;
    align-items: center;
    justify-content: center;
}
.industry--item{
    padding: 20px;
    position: relative;
}
.industry--item .image{
    z-index: 50;
    height: 510px;
    width: 510px;
    opacity: 1;
    background-blend-mode: overlay;
    background-color: rgba(0, 0, 0, 0.5);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: var(--white);
    position: relative;
}
.industry--item h4{
        font-size: 30px;
    margin-bottom: 25px;
    opacity: 1;
    text-align: center;
    max-width: 95%;
}
.industry--item .image::after {
    content: "";
    height: calc(100% + 40px);
    width: calc(100% + 40px);
    position: absolute;
    right: -20px;
    top: -20px;
    background-image: url(../images/circle.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    transition-duration: .5s;
}

 .industry--item:hover .image::after{
    
    transform:rotate(180deg);
}
.industry--item .btn-theme-1{
    position: relative;
    z-index: 99;
}

.pop_loc{
    position: absolute;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    padding: 0px;
    
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    border-radius:80px;
}
.loc_card-image {
    width: 100%;
    height: 240px;
    border-radius: 80px 80px 0 0;
    object-fit: cover;
    object-position: center;
}

.map-slide{
	padding-top: 30px;
}
.map-slide h1{
	font-size:3vw;
	margin-bottom: 15px !important;
}
.map-slide .image{
    /* max-width: 300px; */
    max-width: 15.625vw;
    border-radius: 200px;
    margin-bottom: 25px;
	/* max-height:130px; */
	max-height: 12.037vh;
	object-fit:cover;
	width:100%;
}
.map-slide{
    display:none;
}
.map-slide.active{
	display:block !important;
}
.map-slide .warehouse p,.map-slide .threepl p{
	margin-bottom: 10px;
}

.rad-50p{
    border-radius: 50%;
}

.industry-slider .slick-slide.next-slide {
    /* left: 70px; */
}
.industry-slider .slick-slide.prev-slide {
    /* left: -70px; */
}

@media(max-width: 699px){
    .solution-item{margin-right: 0;}
    #packaging .d-flex{display: block !important;}
    .map-slide{padding-top: 20px !important;}
    .map-slide .image{max-width: 100%;max-height: 130px;}
    .sol_img img{height: 300px;max-width: 300px ;border-radius: 50%;display: block;margin:0 auto;}
}
.industry-slider-owl{
    overflow: hidden;
}
.industry-slider-owl .owl-stage-outer{
    overflow: visible !important;
    padding-top: 190px;
    left: -13%;
}
.industry-slider-owl .owl-item.active.center {
    width: 590px !important;
    margin-right: 80px !important;
	margin-left: 60px !important;
}
.industry-slider-owl .owl-item.active.center .image{
    will-change: transform;
    transform: scale(2.4);
    -webkit-transform: scale(2.4);
    margin: 0 auto;
    opacity: 1;
    position: relative;
}
.new-owl-slider .industry-item h4{
    opacity: 0.8;
}
.industry-slider-owl .owl-item.active.center h4,
.owl-item.active.center .industry-item .btn-theme-1{
    opacity: 1;
    transform: scale(0.8);
    -webkit-transform: scale(0.8);
    display: block;
}
.industry-slider-owl .owl-item.active.center h4{
    position: relative;
    top: 15px;
}
.owl-item.active.center .industry-item .btn-theme-1{
    transform: scale(0.5) !important;
    -webkit-transform: scale(0.5) !important;
}
.owl-item.active.center .industry-item .image::before{
    content: "";
    height: calc(100% + 15px);
    width: calc(100% + 15px);
    position: absolute;
    right: -8px;
    top: -8px;
    background-image: url(../images/circle.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.owl-item.active.center .industry-item:hover .image::before{
    transform: rotate(190deg);
    -webkit-transform: rotate(190deg);
}

.cirle-holder{
    display: none;
}
.owl-dots{
    opacity: 0;
}
path.st11{
	fill:#1742C1;
}
.sticky .navbar-nav .menu-btn img{
	filter: brightness(10);
}


.sticky .navbar-nav .lang.darkitems a{
	color: #ffffff;
}
svg#europe g .st2, svg#europe g .st4{
	fill: #1742C1;
} 
svg#europe g .st0{
	fill: #1742C1;
} 


.desktop-hide{display: none;}
.mobile-hide{display: block;}

/* --- Sales Card Layout VC --- */
.sale-card-item-home {
    width: 310px;
	height: 245px;
    background: #ffffff;
    border: 1px solid #ccc;
    border-radius: 8px; 
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    padding: 0;
    display: flex;
    flex-direction: column;
    text-align: left;
}

.sale-card img.person-img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 8px 8px 0 0; 
    max-height: 160px;
    display: block;
}
.sale-card-item .text{
    max-width:180px;
}



