  :root{
    --black: #000000;
    --white : #ffffff;
    --red: #BE0000;
    --lblack: #252525;
    --grey: #6B6B6B;
    --lgrey: #FAFAFA;
}
/* color */
.white{color: var(--white) !important;}
.black{color: var(--black) !important;}
.red{color: var(--red) !important;}
.op-50{opacity: 0.5;}
/* bg color */
.hide-br br{display: none;}
/*  */
.text-up{text-transform: uppercase;}
.max-1000{max-width: 1000px;width: 100%;}
.max-1050{max-width: 1050px;width: 100%;}
.max-1180{max-width: 1180px;width: 100%;}
.max-1300{max-width: 1300px;width: 100%;}
@font-face {
    font-family: 'SchibstedGrotesk-Italic';
    src: url('../fonts/SchibstedGrotesk-Italic.ttf');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'SchibstedGrotesk-Regular';
    src: url('../fonts/SchibstedGrotesk-Regular.ttf');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'SchibstedGrotesk-Medium';
    src: url('../fonts/SchibstedGrotesk-Medium.ttf');
    font-weight: normal;
    font-style: normal;
}
.ff-sm{ font-family: 'SchibstedGrotesk-Medium' !important; }
@font-face {
    font-family: 'SchibstedGrotesk-SemiBold';
    src: url('../fonts/SchibstedGrotesk-SemiBold.ttf');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'SchibstedGrotesk-Bold';
    src: url('../fonts/SchibstedGrotesk-Bold.ttf');
    font-weight: normal;
    font-style: normal;
}
.ff-gb{ font-family: 'SchibstedGrotesk-Bold' !important;font-weight: 700 !important;}
@font-face {
    font-family: 'SchibstedGrotesk-ExtraBold';
    src: url('../fonts/SchibstedGrotesk-ExtraBold.ttf');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'SchibstedGrotesk-Black';
    src: url('../fonts/SchibstedGrotesk-Black.ttf');
    font-weight: normal;
    font-style: normal;
}


body {
    color: var(--lblack);
    font-family: 'SchibstedGrotesk-Regular';
    font-size: 28px;
    overflow-x: hidden;
    line-height: inherit;
    font-weight: 400;
}
p{line-height:1.5;letter-spacing: 0px;margin-bottom: 20px;color: var(--grey);}
body,html {
    height: 100%;
    scroll-behavior: smooth;
}
._rel{position: relative;}
a,a::after,img,a::before,.btn-theme::before,.overly{
    -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(--yellow);
}

/* Button White Animations */
.btn-theme{
    height: 76px;
    line-height: 76px;
    color: var(--white);
    background-color: var(--red);
    font-size: 22px;
    border-radius: 10px;
    border: 0;
    min-width: 220px;
    padding: 0 27px;
    text-align: center;
}
.btn-theme .icon{
   margin-right: 20px;
}
.btn-theme:hover{
    background-color: var(--black);
    color: var(--white);
}
.btn-theme.white{
    background-color: var(--white) !important;
    color: var(--red) !important;
}
.btn-theme.white path{stroke: var(--red);}
.btn-theme.white:hover{
    background-color: var(--black) !important;
    color: var(--white) !important;
}
/* End Green Button */
img{
    max-width: 100%;
    height: auto;
}
h1,h2,h3,h4,h5,h6,h1>a,h2>a,h3>a,h4>a,h5>a,h6>a{}
/* done */
.f-80{font-size: 80px;}
h1,.f-72{
    font-family: 'SchibstedGrotesk-Regular';
    font-size: 72px;
    font-weight: 400;
    line-height: 1.25;
    letter-spacing: normal;
    margin-bottom: 20px;
}
.f-54{font-size: 54px;}
h2{
    font-family: 'SchibstedGrotesk-Regular';
    font-size: 50px;
    font-weight: 400;
    line-height: 1.25;
    letter-spacing: normal;
    margin-bottom: 20px;
}
h3,.f-46{
   font-family: 'SchibstedGrotesk-Regular';
    font-size: 46px;
    font-weight: 400;
    line-height:  1.25;
    letter-spacing: normal;
    margin-bottom: 20px;
}
h4{
    font-family: 'SchibstedGrotesk-Regular';
    font-size: 38px;
    line-height: 1.2;
    letter-spacing: 0px;
    margin-bottom: 20px;
}
h5,.f-32{
    font-family: 'SchibstedGrotesk-Regular';
    font-size: 32px;
    line-height: 1.25;
    letter-spacing: 0px;
    margin-bottom: 20px;
}
h6{
    font-family: 'SchibstedGrotesk-Regular';
    font-size: 24px;
    letter-spacing: 0;
    line-height:  1.1;
    margin-bottom: 20px;
}
.sub-heading{
    color: #6B6B6B;
    font-family: 'SchibstedGrotesk-Regular';
    font-size: 32px;
    line-height: 1.3;
}
.f-22{font-size: 22px;}
.f-28{font-size: 28px;}
.f-32{font-size: 32px;}


 
/* section,div{
    background-attachment: fixed;
}
 */
section {
    width: 100%;
    padding: 80px 0;
    position: relative;
    clear: both;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
/*nav*/
#loom-companion-mv3{display: none;}

.mainMenu{
    padding: 6.481vh 1.302vw;
    left: 0;
    right: 0;
    top: 0;
    z-index: 999;
    position: relative;
}
.mainMenu .container-fluid{
    background-color: var(--white);
    padding: 20px 32px;
    border: 1px solid #B3B3B3;
    border-radius: 12px;
}
.mainMenu._transparent{
    position: absolute;
    background-color: transparent;
}
.mainMenu.sticky{
    position: fixed;
    /* background-color: var(--white); */
    padding: 10px 20px;
    /* border-bottom: 1px solid rgba(255, 255, 255, 0.246); */
    animation: stickyMenuAnimation 0.7s;
    -wekit-animation: stickyMenuAnimation 0.7s;
}
/* menu sticky */
.navbar-brand img{ max-width: 200px;}
.mainMenu.sticky .navbar-brand img{max-width: 180px;}
/*  */
.mainMenu.active{background-color: var(--white);}
.mainMenu ul{align-items: center;}
.mainMenu ul li:not(:first-child){
    margin-left: 40px;
}
.mainMenu li a{
    font-family: 'SchibstedGrotesk-Regular';
    font-size: 24px;
    position: relative;
    padding: 20px 0;
    color: var(--lblack);
}
/* ._transparent li a{color: var(--white);} */
.mainMenu li a::before{
    content: "";
    height: 4px;
    width: 0%;
    background-color: var(--red);
    position: absolute;
    left: 0;
    bottom: 0;
}
._transparent li a::before{background-color: var(--red);}
.mainMenu li.btn1 a::before{display: none;}
.mainMenu li a:hover::before,.mainMenu li.current-menu-item a::before{
    width: 75%;
} 
.mainMenu .li_a:hover,.mainMenu li.current-menu-item a{
    /* font-family: 'Outfit-Bold'; */
}
.color_header.mainMenu li a,.color_header.mainMenu li a:hover,
.color_header.mainMenu li.current-menu-item  a{
    color: var(--blue);
}
.mainMenu li.lang a::before{display: none;}
.mainMenu li.lang{
   
    position: relative;
}

/* .mainMenu li.lang a{opacity: 0.5;}
.mainMenu li.lang a:hover{opacity: 1;} */
/* .mainMenu li.lang a{
    height: 50px;
    width: 50px;
    line-height: 48px;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.5);
    padding: 0;
    border-radius: 50%;
}
.color_header.mainMenu li.lang a{
    border-color: var(--blue);
}
.mainMenu li.lang a:hover{
    background-color: var(--yellow);
    color: var(--white);
    border-color: var(--yellow);
} */




/*sub menu  */
/* .menu-item-has-children a::before{display: none;} */
.menu-item-has-children{
    position: relative;
}
.menu-item-has-children>a{
    padding-right: 30px !important;
    position: relative;
}
.menu-item-has-children>a::after{
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    background-image: url('../images/arrow-down.svg');
    height: 15px;
    width: 15px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
} 
@media (min-width: 992px) {
    .sub-menu {
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        -ms-transition: 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
    }
}

.mainMenu .sub-menu{
    margin: 0;
    padding: 0;
    list-style: none;
    position: absolute;
    left: 0;
    top: 0%;
    min-width: 270px;
    background-color: var(--white);
    box-shadow: 10px 0 25px 0 rgb(0 0 0 / 6%);
    border-radius: 0px;
    padding: 10px 0px;
    visibility: hidden;
    opacity: 0;
    border-radius: 10px;
    border: 1px solid #B3B3B3;
}
.mainMenu .sub-menu .sub-menu{
    position: absolute;
    left: 100%;
    top: 0 !important;
    opacity: 0 !important;
}
.mainMenu .sub-menu .menu-item-has-children:hover .sub-menu{
    opacity: 1 !important;
}

.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::before{
    display: none;
}
.mainMenu .sub-menu li a{
    width: 100%;
    padding: 10px 20px;
    width: 100%;
    color: var(--black);
    font-size: 18px;
}
.mainMenu .sub-menu li a:hover,
.sub-menu .current-menu-item a{
    color: var(--white) !important;
    background-color: var(--red) !important;
}
.menu-item-has-children>a i{
    display: none;
    position: absolute;
    right: 20px;
}
/* mega menu */
.mainMenu .mega-menu .sub-menu{
    width: 500px;
}
.mainMenu .mega-menu .sub-menu li{
    display: inline-block;
    width: 49%;
}

.mainMenu li.btn1 a{
    padding-right: 27px;
    padding-left: 27px;
    background-color: var(--red);
    color: var(--white);
    border-radius: 10px;
    border: 2px solid var(--red);
}
.mainMenu li.btn1 a:hover{
    background-color: transparent;
    color: var(--red);
}
/*  */

.navbar-toggler{padding: 0;}
.navbar-toggler img{
    max-width: 24px;
    transition:all 2s ease-in-out;
    -webkit-transition:all 2s ease-in-out;
}

.navbar-toggler img + img{
    display: none;
}
.active .navbar-toggler img{display: none;}
.active .navbar-toggler img + img{display: inline-block;}
.active .navbar-toggler img{
    transform: rotate(90deg);
}

.mainMenu.sticky .container-fluid{
    padding: 10px 20px;
    backdrop-filter: blur(10.5px);
}
.mainMenu.sticky li a{padding-top:15px;padding-bottom: 15px; }
.mainMenu.sticky li a{font-size: 20px;}

/* new css */
/* .navbar-brand img + img{display: none;}
._transparent .navbar-brand img{display: none;}
._transparent .navbar-brand img + img{display: inline-block;}
 */
/* sticky */
/*
.mainMenu.sticky .navbar-brand img{display: inline-block;}
.mainMenu.sticky .navbar-brand img + img{display: none;}
.mainMenu.sticky li a{color: var(--blacl);}
.mainMenu.sticky li a::before{background-color: var(--black);}
*/
/* footer */
footer{
    background-image: url('../images/footer-bg.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 95px 0 60px;
}
.footer-row .col-lg-2{width: 16.5%;}
.footer-row .col-lg-2.fisrCol{width: 12%;}
.footer-row .col-lg-2.logo_col{width: 22%;}
.footer-logo img{max-width: 270px;position: relative;left: -10px;}
.logo_col{font-size: 26px;}
.phone a{color: var(--red);text-decoration: underline;}
.phone a:hover{color: var(--black);}
.widget  h6{
    color: #6B6B6B;
    font-size: 26px;
    line-height: 1.3;
    font-family: 'SchibstedGrotesk-Regular';
    margin-bottom: 20px;
    min-height: 70px;
}
.widget ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
.widget ul li{margin-bottom: 10px;}
.widget ul li a{
    font-family: 'SchibstedGrotesk-Regular';
    color: #252525;
    font-size: 26px;
    line-height: 1.3;
}
.widget ul li a:hover,.widget ul li.current-menu-item a{
    color: var(--red);
}
.copyrights{
    font-family: 'SchibstedGrotesk-Regular';
    font-size: 18px;
    text-transform: uppercase;
    color: #252525;
    margin-top: 165px;
    text-align: right;
    position: relative;
    overflow: hidden;
}
.copyrights .text{
    display: inline-block;
    padding-left:10px;
    position: relative;
    z-index: 10;
    /* background-color: var(--white); */
}
.copyrights .text::before{
    content: "";
    position: absolute;
    right:100%;
    top: 50%;
   transform: translate(0, -50%);
   -webkit-transform: translate(0, -50%);
   height: 1px;
   width: 1920px;
   background-color: var(--red);
}
/*  */
.home-hero {
   min-height: 100vh;
   height: 1000px;
   padding-bottom: 77px;
   display: flex;
   align-items: flex-end; 
}
.home-hero .Cadtag{
    position: absolute;
    right: 0;
    bottom: 0;
    border-radius: 10px;
    max-width: 30%;
}
.home-hero .textbox{
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.33);
    backdrop-filter: blur(10.5px);
    border-radius: 24px;
    padding: 60px;
    max-width: 910px;
    width: 100%;
}
.home-partners{padding:50px 0;}
.imageItem{
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 70px;
}
.imageItem img{max-height: 100%;object-fit: contain;max-width:250px;}

.themeTabs .navbtn{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.themeTabs .navbtn button{
    height: 70px;
    line-height: 68px;
    border: 1px solid var(--red);
    color: var(--red);
    background-color: transparent;
    font-size: 22px;
    border-radius: 10px;
    padding: 0 24px;
}
.themeTabs .navbtn button.active,
.themeTabs .navbtn button:hover{
    background-color: var(--red);
    color: var(--white);
}
.tabItems .text{
    max-width: 600px;
    width: 100%;
}
.tabItems .image{
    max-width: 730px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.tabItems .tab{display: none;}
.tabItems .tab.active{display: block;}

.cyberRows .row{
    margin-top: 100px;
}
.cyberRows .row:nth-child(even){
    flex-direction: row-reverse;
}
.cyberRows .row:nth-child(even) .text{margin-left: auto;}
.cyberRows .text{
    max-width: 600px;
    width: 100%;
}
.cyberRows .image{
    max-width: 730px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.allSFD_box .iconBox{
    max-width: 700px;
    margin-left: auto;
    margin-bottom: 40px;
}
.iconBox .icon{margin-bottom: 28px;}
._link{color: var(--red);text-decoration: underline;}
._link:hover{color: var(--black);}
.Sticttext{
    position: sticky;
    top: 100px;
}
.stat_box{max-width: calc(100% - 20px);}
.stat_box h2{
    padding-bottom: 25px;
    margin-bottom: 25px;
    border-bottom: 1px solid var(--white);
}
.statics_sec{padding:142px 0;}

.SliderArrows .arrow{
    height: 76px;
    line-height: 76px;
    width: 116px;
    text-align: center;
    background-color: var(--red);
    border-radius: 15px;
}
.SliderArrows .arrow:hover{background-color: var(--black);}

.reviewItem{
    background: #FAFAFA;
    border: 1px solid rgba(107, 107, 107, 0.25);
    border-radius: 24px;
    padding: 40px;
    height: auto;
    max-width: calc(100% - 15px);
    height: 100%;
}
.footer-cta{
    padding-bottom: 160px;
}
.footerCta{
    height: 600px;
    display: flex;
    align-items: center;
    padding: 50px;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 24px;
}
.footerCta .content{
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

.fImage img{width: 100%;border-radius: 10px 10px 0px 0px;object-fit: cover;max-height: 70vh;}
.whoBanner{
    padding: ;
}
.sBox{
    max-width: 540px;
    width: 100%;
    margin-bottom: 120px;
}
.sBox .icon{
    height: 100px;
    width: 100px;
    object-fit: contain;
    object-position: left;
    margin-bottom: 20px;
}
.sBox p{color: var(--lblack);}

.all_case{}
.all_case .item{
    margin-top: 60px;

}
.all_case .max-700{max-width: 700px;width: 100%;}
.all_case .text{
    padding: 50px;
    border-radius: 10px;
    height: 100%;
    background-color: #F4F4F4;
    width: calc(100% - 20px);
}
.all_case .image{
    height: 100%;
}
.all_case .image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
}
.process-sec{
    padding: 120px 0;
}
.processbar .text{
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
}
.processbar .text p{
    max-width: 530px;
    width: 100%;
}
.processbar .item:nth-child(even) .row{
    flex-direction: row-reverse;
}

.socialSharing a{margin-left: 20px;}
.socialSharing a:hover{
    transform: scale(1.2);
}
.bFomage img{
    width: 100%;
    max-height: 90vh;
    object-fit: cover;
}
.post-content a{
    color: var(--red);
    text-decoration: underline;
}
.blog-item{
    border: 1px solid #B3B3B3;
    margin-bottom: 30px;
    border-radius: 8px;
    overflow: hidden;
}
.blog-item .image:hover img{transform: scale(1.1);}
.blog-item .image{width: 100%;overflow: hidden;margin-bottom: 0;}
.blog-item .image img{width: 100%;}
.blog-item .body{
    background: #FFFFFF;
    padding: 30px;
}
.blog-item .categeory{}
.blog-item .title{
    font-size: 36px;
    line-height: 1.25;
    color: #252525;
    margin-bottom: 20px;
}
.blog-item .title:hover{text-decoration: underline;}
.divider{
    height: 1px;
    width: 100%;
    background-color: #B3B3B3;
}

.search_from{max-width: 580px;position: relative;}
.search_from input{
    width: 100%;
    height: 75px;
    border-radius: 10px;
    border: 0;
    background-color: rgb(107 107 107 / 15%);
    font-size: 22px;
    padding-left: 80px;
}
.search_from button{
    height:75px;
    width: 75px;
    background-color: transparent;
    padding: 0;
    border: 0;
    position: absolute;
    left: 0;
    top: 0;
}
.search_from button img{max-width: 30px;}

.filters_form{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.filters_form select{
    margin-left: 20px;
    background-color: transparent;
    border: 0;
    padding: 0;
    font-size: 22px;
    color: #252525;
}
.c-form{max-width: 880px;width: 100%;margin-left: auto;font-family: 'SchibstedGrotesk-Medium';font-size: 22px;}
.c-form label{
    display: block;
    margin-bottom: 20px;
    font-family: 'SchibstedGrotesk-Medium';
    font-size: 25px;
}
.c-form input,.c-form textarea{
    font-family: 'SchibstedGrotesk-Medium';
    width: 100%;
    height: 75px;
    border-radius: 10px;
    border: 0;
    background-color: var(--white);
    padding: 0 25px;
    font-size: 22px;
}
.c-form textarea{
    height: 300px;
    padding: 25px;
}
.servicesChecks{}
.servicesChecks .item{
    font-family: 'SchibstedGrotesk-Medium';
    background-color: var(--white);
    height: 75px;
    line-height: 75px;
    border-radius: 10px;
    padding: 0 15px 0 70px;
    color:rgb(107 107 107 / 75%);
    font-size: 22px;
    
    margin-bottom: 15px;
    margin-right: 15px;
    cursor: pointer;
    display: inline-block;
    position: relative;
}
.servicesChecks .item .icon{
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url('../images/check.svg');
    height: 45px;
    width: 45px;
    border-radius: 50%;
    display: inline-block;
    margin-right: 15px;
    flex-shrink: 0;
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
}
.servicesChecks .item.active .icon{
     background-image: url('../images/active-check.svg');
}



.wpcf7-not-valid-tip{
    background-color: #ffffffc2;
    font-size: 22px;
    padding: 5px 10px;
    border-radius: 10px;
    margin-top: 5px;
}
.wpcf7-response-output{font-size: 22px;}
.accordion-button:not(.collapsed) {
    box-shadow: none !important;
}
.accordion-button:not(.collapsed) {
   
}
.theme-faqs .accordion-item:last-child{
    border-bottom: 1px solid #B3B3B3 !important;
}
.theme-faqs .accordion-item {
    border: 0 !important;
    padding: 0 0 40px 0;
    border-radius: 0 !important;
    border-top: 1px solid #B3B3B3 !important;
}
.theme-faqs .accordion-button {
    padding: 40px 0 0 0 !important;
    border-radius: 0 !important;
    font-size: 28px;
    color: #252525;
    background-color: transparent;
    position: relative;
}
.theme-faqs .accordion-body {
    margin-top: 25px;
    padding: 0;
    color: #6B6B6B;
    font-size: 24px;
    line-height: 1.5;
}
.theme-faqs .accordion-body li{margin-bottom: 10px;}
.theme-faqs .accordion-button:focus,.accordion-button:focus{
    outline: none !important;
    box-shadow: none !important;
    border: 0 !important;
}

.accordion-button::after{
    background-image: url('../images/arrow-down.svg') !important;
}
.accordion-button:not(.collapsed)::after{}
.gmap{
    width: 100%;
    height: 650px;
    border-radius: 10px;
}
.darkLight span{color: #252525;}
.aboutGallery img{
    height: 90vh;
    max-height: 70vh;
    object-position: center;
    object-fit: cover;
    /* margin-right: 20px; */
    border-radius: 15px;
    width: 100%;
}
.hitoryItem{
    border: 1px solid #B3B3B3;
    border-radius: 10px;
    overflow: hidden;
    max-width: 31.25vw;
    margin-right: 25px;
    height: 100%;
    margin-bottom: 5px;
}
.hitoryItem .head{
    background-color: var(--red);
    color: var(--white);
    padding: 40px;
    margin-bottom: 0;
}
.hitoryItem .body{
    padding: 40px;
}
.hitoryItem .body p{
    color: #252525;
}
.join-ceo .cimage{}
.join-ceo .text{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 60px 70px;
}

.join-ceo .name{}
.join-ceo .post{
    font-family: 'SchibstedGrotesk-Italic' !important;
    font-weight: 400 !important;
}
.team_card{
    border: 1px solid #B3B3B3;
    border-radius: 10px;
    overflow: hidden;
    height: calc(100% - 30px);
    padding-bottom: 60px;
}
.team_card .image{}
.team_card .image img{
    width: 100%;
}
.team_card .text{
    padding: 30px 30px 0 30px;
}
.processbar{}
.processbar .item{
    position: relative;
}
.processbar .item::before,
.processbar .item::after,
.processbar .item .row::after{
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%,0);
    -webkit-transform: translate(-50%,0);
    width: 5px;
    transition:all 1.5s ease-in-out;
    -webkit-transition:all 1.5s ease-in-out;
}
.processbar .item::before{
    height: 100%;
    background-color: rgba(255, 255, 255, 0.5);
}
.processbar .item::after{
    background-color: var(--white);
    z-index: 5;
    height: 0%;
}
.processbar .item.active::after{
    height: 100%;
}
.processbar .item:last-child::after,
.processbar .item:last-child::before{
    display: none;
}
.processbar .item .row{position: relative;}
.processbar .item .row::after{
    z-index:6;
    height:50px;
    width: 50px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.5);
}
.processbar .item.active .row::after{background-color: var(--white);}

.lang a img{}
.lang a .text{text-decoration: underline;}

.wow{
  will-change: transform, opacity;
}
.post-content h2, .post-content h3{
    font-size: 32px;
    font-family: 'SchibstedGrotesk-SemiBold';
     color: #6B6B6B;
     margin-bottom: 50px;
}
.post-content p{
    margin-bottom: 50px;
    font-size: 32px;
    color: #6B6B6B;
}
.all_case .content p{margin-bottom: 0;}
.text-animate {
  color: rgba(255, 255, 255, 0.5);
  display: inline-block;
}

.text-animate span {
  color: rgba(255, 255, 255, 0.5);
  opacity: 0.5;
  transition: color 0.6s ease, opacity 0.6s ease;
  display: inline-block;
}

.text-animate span.active {
  color: var(--white);
  opacity: 1;
}

.darkLight span{
    opacity: 0.5;
    transition:all 0.3s ease-in-out;
}
.darkLight span.active{
    opacity: 1;
}