/* ===================================
          CUSTOM FONT
   =================================== */


/*
@font-face {
    font-family: 'terminaw05';  
    src: url('https://xomozo.com/webfonts/termina_w05_bold-webfont.woff2') format('woff2'),
         url('https://xomozo.com/webfonts/termina_w05_bold-webfont.woff') format('woff'),
         url('https://xomozo.com/webfonts/termina_w05.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

*/


@font-face {
    font-family: terminaw05;  
    src: url(https://staging.webkeyapp.com/wp-content/themes/crocal-child/webfonts/xmz/termina_w05_bold-webfont.woff2)  
 format('woff2'),
         url('https://staging.webkeyapp.com/wp-content/themes/crocal-child/webfonts//xmz/termina_w05_bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


/*IMPORT GOOGLE FONT */
@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,600,700,800|Roboto:300,400,500,700|Raleway:400&display=swap');


html{
    scroll-behavior: smooth;
}
body{
    /*font-family: 'Roboto', sans-serif;*/
    font-family: 'terminaw05', sans-serif;
    overflow-x: hidden;
}
.form-control:focus{
    outline: none !important;
    box-shadow: none !important;
    border-color: #ced4da !important;
}

/*=================================
        Custom css
===================================*/
.stack-top{
    z-index: 9;
    position: absolute;
    bottom: 23%;
    right: 0;
    color: white;
    padding-left: 20px;
    padding-right: 30px;
    text-align: right;
    max-width: 15%;
}


.news-message{
  display : flex;
  flex-shrink: 0;
  height: 50px;
  align-items: center;
  animation: slide-left 30s linear infinite;
    
  @keyframes slide-left {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
}

.arrow{
max-width: 70%;    
}

/*MOOI*/  
.main {   
background-position: unset; 
}

/*MOOI;*/
.Rectangle {
  width: 100%;
  height: 2px;
  margin: 45px 79px 4px 3px;
  background-color: #ffffff;
    text-align: center;
}


.only-mobile{
    display: none;
}
/*MOOI;*/
.bg-img{
    background-size: cover;
    background-repeat: no-repeat; 
    height: 100vh;
}
/*MOOI;*/
.bg-img-mobile{
    background-size: cover;
    background-repeat: no-repeat; 
    min-height: 98vh;
}

/*MOOI;*/ 
.bg-img-mobile-grow {
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 100vh;
}
/*MOOI;*/
.empty-div{
    height: 15vh;
}

/*MOOI;*/
.hero{
    margin-right: 30vh;
}
/*MOOI;*/
.owl-carousel .owl-item img{
    width: auto;
    max-width: 100%;
    display: inline-block;
}


.slide-infinte{
  background-color: teal;
  color: white;
  font-family: helvetica;
  text-transform: uppercase;
  overflow-x: hidden;
}
.slide {
    width: max-content;
      flex-wrap: nowrap;
  white-space: nowrap;
    min-width: 100%;
    /*MOOI;*/

    display : flex;
     flex-shrink: 0;
     height: 250px;
     align-items: center;
      flex-shrink: 0;
    animation: slide-right 110s linear infinite;
      }
    @keyframes slide-right {
  from {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }}
}

/*MOOI;*/
.partners-slider .logo-item{
    text-align: center;
}


.opacity-5{
    opacity: .5;
}
.opacity-7{
    opacity: .7;
}
.heading-area-hero{
    position: relative;
    top: 20%;
    margin: 20vh auto;
    /*transform: translate(22%,100%);*/
    z-index: 11;
    /*width: 95%;*/
}

.heading-area{
    position: relative;
    transform: translate(63%,80%);
    z-index: 11;
    /*width: 95%;*/
}

/*MOOI*/
.heading-area-first {
       
    position: relative; 
    transform: translate(-17%,37%); 
    z-index: 11; 
    /*width: 95%;*/       
}
/*MOOI*/
.heading-area-text {
       
    position: relative; 
    transform: translate(120%,40%); 
    z-index: 11; 
    /*width: 95%;*/       
}
/*MOOI*/
.heading-area.long-area-tech{
    transform: translate(-25%,26%);
    width: 85%;
}
/*MOOI*/
.image-holder-xmz{
    padding-top: 10vh;
    margin-left: 2vh;
    transform: translate(0);
    width: 95%;
}
/*MOOI*/
.image-holder-tracker{
    padding-top: 38vh;
    margin-left: 7vh;
    transform: translate(0);
}

/*MOOI*/
.image-holder-chart{
    margin-top: -60px;
    margin-left: -30px;
    transform: translate(0);
}

.image-holder-chart2{
    margin-top: -20px;
    margin-left: 30px;
    transform: translate(0);
}

/*MOOI*/
.counter-box h3{
    margin-bottom:15px;
    font-size: 60px;
    color: #ffffff;
    /*font-family: 'Roboto' , sans-serif;*/font-weight: 300}
.counter-box span{
    font-size: 60px;    /font-family: 'Roboto' , sans-serif; color: #ffffff;font-weight: 300}

.features .counter-box{
    cursor: pointer;
}
.features .counter-box h3{
    transition: .5s ease-in;
}

    .features>div:last-child .counter-box{
        margin-bottom: 0;
    }

/*MOOI*/
.client{
    width: 218px;
}

.features .counter-box:hover h3{
    transform: translateY(-10px);
}

.heading-area.long-area{
    transform: translate(92%,63%);
    width: 85%;
}
.heading-hero{
    font-size: 140px;
    /*font-family: 'Montserrat', sans-serif;*/
    font-family: 'terminaw05', sans-serif;
    font-weight: 400;
    color: #ffffff;
    -webkit-text-fill-color: #00000000;  -webkit-text-stroke-width: 3px;  -webkit-text-stroke-color: white;
}
.heading-hero-2{
    font-size: 140px;
    /*font-family: 'Montserrat', sans-serif;*/
    font-family: 'terminaw05', sans-serif;
    font-weight: 400;
    color: #ffffff;
    line-height:60px;
} 

.heading-hero-contact {
       font-size: 140px;
        text-align: left;
        margin:0px!important;
        -webkit-text-fill-color: #00000000;  -webkit-text-stroke-width: 3px;  -webkit-text-stroke-color: white;
    text-decoration: none;
}

.heading-hero-contact:hover {
    font-size: 140px;
    text-align: left;
    margin: 0px!important;
    -webkit-text-fill-color: #ffff;
    -webkit-text-stroke-width: 3px;
    -webkit-text-stroke-color: white;
}

.heading{
    font-size: 55px;
    /*font-family: 'Montserrat', sans-serif;*/
    font-family: 'terminaw05', sans-serif;
    font-weight: 400;
    color: #ffffff;
}
/*MOOI*/
.heading88{
    font-size: 4.5vw;
    font-family: 'terminaw05', sans-serif;
    font-weight: 400;
    color: #ffffff;
    line-height: 4.5vw;
}
.text{
    font-size: 16px;
    color: #ffffff;
    text-decoration: none;
    font-weight: 500;
    text-decoration: none;
    font-family: 'Roboto', sans-serif;
}
/*MOOI*/
.text-footer{
    font-size: 16px;
    color: #ffffff;
    text-decoration: none;
    font-weight: 500;
    text-decoration: none;
    font-family: 'Roboto', sans-serif;
}
/*MOOI*/
.text-footer-2{
    font-size: 16px;
    color: #ffffff;
    text-decoration: none;
    font-weight: 500;
    text-decoration: none;
    font-family: 'Roboto', sans-serif;
    opacity: 0.3;
}
/*MOOI*/
.text-interact{
    font-size: 16px;
    color: #ffffff;
    text-decoration: none;
    font-weight: 500;
    text-decoration: none;
    font-family: 'Roboto', sans-serif;
    width:66%;
}

.text-marketing{
    transform: translate(45%,20%);
    font-size: 16px;
    color: #ffffff;
    text-decoration: none;
    font-weight: 500;
    text-decoration: none;
    font-family: 'Roboto', sans-serif;
    width:66%;
}

.text-small{
    width: 57px;
  height: 17px;
  opacity: 0.3;
  font-size: 10px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #ffffff;
    text-decoration: none;
    font-family: 'Roboto', sans-serif;
}

.btn-main-header{
    position: relative;
    padding: 8px 10px;
    color: #ffffff;
    border: solid 0px #ffffff;
    display: inline-block;
    font-size: 14px;
    text-decoration: none;
    transition: .5s ease;
    z-index: 11;
    font-family: 'Roboto', sans-serif;
}


.btn-main-footer {
    position: relative;
    padding: 7px 15px 0px 0px;
    color: #ffffff;
    border: solid 0px #ffffff;
    display: inline-block;
    font-size: 14px;
    text-decoration: none;
    transition: .5s ease;
    z-index: 11;
    font-family: 'Roboto', sans-serif;
}

.btn-main-header:hover{color:#aaaaaa;text-decoration:none}

.btn-main{
    position: relative;
    padding: 8px 30px;
    color: #ffffff;
    border: solid 1px #ffffff;
    display: inline-block;
    font-size: 16px;
    text-decoration: none;
    transition: .5s ease;
    z-index: 11;
}
.btn-main:hover {
    color: #ffffff;
    background-color:#000000;
}
.btn-main-inverse{
    position: relative;
    padding: 8px 30px;
    color: #ffffff;
    background-color: #000000;
    border: solid 1px #000000;
    display: inline-block;
    font-size: 16px;
    text-decoration: none;
    transition: .5s ease;
    z-index: 11;
}
.btn-main-inverse:hover {
    color: #fff;
    background-color:#ec3737;
    border: solid 1px #ec3737;
}
.white-overlay{
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255 , 0.5);
    z-index: 1;
}
.black-overlay{
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
}
.position-relative{
    position: relative;
}
.anim-text {
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: -webkit-gradient(linear, left top, right top, from(#ec3737), color-stop(50%, #ec3737), color-stop(50%, #000000));
    background-image: linear-gradient(to right, #ec3737, #ec3737 50%, #000000 50%);
    background-size: 200% 100%;
    background-position: 100%;
}
.anim-text-white {
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: -webkit-gradient(linear, left top, right top, from(#ec3737), color-stop(50%, #ec3737), color-stop(50%, #FFFFFF));
    background-image: linear-gradient(to right, #ec3737, #ec3737 50%, #FFFFFF 50%);
    background-size: 200% 100%;
    background-position: 100%;
}

.anim-text:hover,.anim-text-white:hover {
    -webkit-transition: all 0.8s cubic-bezier(0, 0, 0.23, 1);
    transition: all 0.8s cubic-bezier(0, 0, 0.23, 1);
    background-position: 0%;
}
.padding-top{
    padding-top: 120px;
}
.padding-bottom{
    padding-bottom: 120px;
}
.padding-top-half{
    padding-top: 80px;
}
.padding-bottom-half{
    padding-bottom: 80px;
}

/*=================================
        header css
===================================*/
header .header-appear .sidemenu_btn{
    position: fixed;
    left: 30px;
    top: 30px;
    z-index: 11;
    animation-name: animationFade;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

header .inner-header{
    /*padding: 35px 30px;*/
    /*MOOI*/ padding: 30px 0px 0px 20px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 111;
    background-color: none;
}
header .navbar-brand{
    margin-right: 0;
}
/*side open btn*/

.sidemenu_btn {
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    width: 38px;
    padding: 6px;
    margin-left: .5rem;
    margin-top: .4rem;
    display: inline-block;
}
.sidemenu_btn span {
    height: 2px;
    width: 100%;
    background: #000000;
    display: block;
    margin: auto;
    transition: .5s ease;
}
.sidemenu_btn:hover span:first-child,.sidemenu_btn:hover span:last-child{
    width: 70%;
}

.sidemenu_btn span:nth-child(2) {
    margin: 4px 0;
}




/*=================================
        main banner css
===================================*/
.main{
    height: 98vh;
}
.main .img-area{
    height: 98vh;
    overflow: hidden;
}
.main .slider-img img{
    width: 100%;
    height: 100%;
}
.main .slider-img .white-overlay{
    right: 78%;
}

/*=================================
        services section css
===================================*/

.services-sec .services-boxes{
    display: block;
    padding: 45px;
}

.services-sec .services-boxes .service-card{
    width: 43%;
    float: left;
    margin-top: 150px;
    display: flex;
    align-items: center;
    cursor: pointer;
}
.services-sec .services-boxes .service-card:first-child{
    margin-top: 0;
}
.services-sec .services-boxes .service-card .icon-holder{
    display: inline-block;
    margin-right: 20px;
    margin-left: 20px;
    color: #000000;
    transition: .5s ease;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: -webkit-gradient(linear, left top, right top, from(#ec3737), color-stop(50%, #ec3737), color-stop(50%, #000000));
    background-image: linear-gradient(to right, #ec3737, #ec3737 50%, #000000 50%);
    background-size: 200% 100%;
    background-position: 100%;
}

.services-sec .services-boxes .service-card:hover .icon-holder{
    -webkit-transition: all 0.8s cubic-bezier(0, 0, 0.23, 1);
    transition: all 0.8s cubic-bezier(0, 0, 0.23, 1);
    background-position: 0%;
}

.services-sec .services-boxes .service-card.right:hover .icon-holder{
    -webkit-transition: all 0.8s cubic-bezier(0, 0, -0.23, 1);
    transition: all 0.8s cubic-bezier(0, 0, -0.23, 1);
    background-position: 0%;
}

.services-sec .services-boxes .service-card .icon-holder i{
    font-size: 100px;
}

.services-sec .services-boxes .service-card.left.icon-right{
    width: 52%;
}
.services-sec .services-boxes .service-card.left{
    float: left;
    clear: left;
}
.services-sec .services-boxes .service-card.right{
    margin-top:50px;
    margin-bottom: 50px;
    float: right;
    clear: right;
    width: 32%;
}
.services-sec .services-boxes .service-card .text{
    margin-bottom: 0;
}

.services-sec .services-boxes .service-card.right .icon-holder{
    margin-bottom: 20px;
}


/* ===================================
   Footer
====================================== */

.footer-style-1{
    padding: 5rem 0;
    padding-top: 3rem;
}

.footer-style-1 .footer-social ul{
    margin: 0;
    padding: 0;
}

.footer-style-1 .footer-social li{
    display: inline-block;
}

.footer-style-1 .footer-social a {
    color: #000000;
    display: block;
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    border-radius: 50px;
    font-size: 17px;
    margin: 0 10px 0 0;
    border: 1px solid transparent;
    -webkit-transition: background-color .2s ease-in-out;
    -o-transition: background-color .2s ease-in-out;
    transition: background-color .2s ease-in-out;
}

.footer-style-1 .footer-social li:nth-last-child(1) a{
    margin-right: 0;
}

.footer-style-1 .footer-social li a:hover{
    background-color:#0596a1;
    color: #ffffff;
}

.footer-style-1 .company-about{
    font-size: 14px;
}
.footer-style-1 .contact-pot{
    transform: translateY(-50px);
}
.footer-style-1 .contact-pot img{
    width: 60%;
}


/*=================================
        Media Queries
===================================*/




/*Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) and (max-width: 1300px) {
    .navbar-nav .nav-link {
        font-size: 38px;
    }
}
/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) and (max-width: 1199.98px) {  }
/*Medium devices (tablets, less than 992px)*/
@media (max-width: 991.98px) {
    header .header-appear .sidemenu_btn {
        position: relative;
        left: auto;
        top: auto;
    }
    header .inner-header.header-appear{
        padding: 10px 0 0 17px!important;
            background: #161618e6!important;
        position: fixed;
        -webkit-animation-name: animationFade;
        animation-name: animationFade;
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        -webkit-box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.35);
        box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.35);
    }
    .main .slider-img{
        margin-top: 90px;
    }
    .main .slider-img .white-overlay {
        display: none;
    }
    .heading-area {
        transform: translate(0);
        margin: auto;
        margin-bottom: 50px;
        width: 60%;
           }
    
    .heading-area.long-area {
        transform: translate(0);
        width: 100%;
    }
         /*MOOI*/ 
 .heading-area-text {
       
    position: relative; 
    transform: translate(0); 
    z-index: 11; 
    /*width: 95%;*/       
} 

/*MOOI*/  
.main {   
background-position: center; 
}
 
/*MOOI*/
.heading-area-first {
       
    position: relative; 
    transform: translate(0);
    z-index: 11; 
    /*width: 95%;*/       
}
/*MOOI*/
.heading-area-text {
       
    position: relative; 
    transform: translate(0);
    z-index: 11; 
    /*width: 95%;*/       
}
/*MOOI*/
.heading-area.long-area-tech{
    transform: translate(0);
    width: 85%;
}
/*MOOI*/
.image-holder-xmz{
    transform: translate(0);
    width: 45%;
    padding-top: 1vh;
}
    .main {
        height: auto;
    }
    .main .img-area {
        height: auto;
    }
    .heading {
        font-size: 4.6vw;
        /*text-align: center;*/
        color:#ffffff;
    }
     /*MOOI*/   
       .heading-hero{
       font-size: 95px;
        text-align: left;
           
    } .heading-hero-2{
       font-size: 95px;
        text-align: left;
    } 
    .heading-hero-contact{
       font-size: 80px;
        text-align: left;
    } 

    .services-sec .services-boxes {
        padding: 0 33px;
        width: 60%;
        margin: auto;
    }
    .services-sec .services-boxes .service-card {
        width: 100%;
        display: block;
        text-align: center;
        margin-top: 80px;
    }
    .services-sec .services-boxes .service-card.right {
        width: 100%;
        margin-top: 80px;
        margin-bottom: 0;
    }
    .services-sec .services-boxes .service-card.left.icon-right {
        width: 100%;
        display: grid;
    }
    .services-sec .services-boxes .service-card .icon-holder {
        margin-bottom: 20px;
    }
    .testimonial-sec .heading-area {
        position: relative;
        transform: translate(0);
        width: 100%;
        z-index: 1;
    }
    .testimonial-sec .item {
        width: 100%;
    }
    .testimonial-sec .user-detail {
        position: relative;
        left: auto;
        top:auto;
        text-align: center;
    }
    .testimonial-sec .review-detail {
        transform: translateX(0);
        margin-top: 80px;
    }
    .testimonial-sec .review-detail .text {
        width: 100%;
        text-align: center;
    }
    .testimonial-sec .review-detail .quote-icon {
        position: absolute;
        right: 50%;
        top: -37%;
        bottom: auto;
        transform: translateX(-50%);
        font-size: 20px;
    }
    .contact-sec .contact-inner {
        padding: 80px 20px;
    }
    .contact-sec .contact-inner .contact-details ul li {
        display: block;
        margin-right: 0;
        margin-bottom: 40px;
        font-size: 18px;
        text-align: center;
    }
    .contact-sec .contact-inner .contact-details ul li i {
        margin-right: 0;
        display: block;
        margin-bottom: 8px;
    }
    .contact-sec .contact-form-sec {
        width: 100%;
        margin: auto;
    }
    .side-menu {
        width: 100%;
    }
    .side-menu .inner-wrapper {
        padding: 3.5rem 4rem;
    }
    .navbar-nav .nav-link {
        font-size: 50px;
    }
        .col-4 col-lg-3 d-flex justify-content-end align-items-center hide{
    display: none!important;
    }
    .hide{
        display: none!important;
    }
}


/*Small devices (landscape phones, less than 768px)*/
@media (max-width: 767.98px) {
    .heading-area {
        width: 100%;
    }
    .services-sec .services-boxes {
        width: 100%;
    }
    header .navbar-brand img{
        max-width: 100%;
        /*MOOI/ margin-right: 50px; */
        
    }
    header .btn-main {
        padding: 8px 16px;
        font-size: 13px;
    }
    .navbar-nav .nav-link {
        font-size: 37px;
    }
    .main {
        height: auto;
    }
    .main .img-area {
        height: auto;
    }
    .heading {
        font-size: 35px;
        /*text-align: center;*/
    }
.heading88 {
    font-size: 6.5vw;
    font-family: 'terminaw05', sans-serif;
    font-weight: 400;
    color: #ffffff;
    line-height: 9vw;
}
/*MOOI*/
.arrow {
    max-width: 33%;
}
/*MOOI*/  
.main {   
background-position: center; 
min-height: 120vh;
}
 /*MOOI*/   
    .heading-hero{
       font-size: 14vw;
        text-align: left;
        margin:0px!important;
        -webkit-text-fill-color: #00000000;  -webkit-text-stroke-width: 2px;  -webkit-text-stroke-color: white;
    } 
    
    .heading-hero-2{
    font-size: 14vw;
    font-family: 'terminaw05', sans-serif;
    font-weight: 400;
    line-height:30px

} 
    .heading-hero-contact{
       font-size: 60px;
        text-align: left;
        margin:0px!important;
        -webkit-text-fill-color: #00000000;  -webkit-text-stroke-width: 2px;  -webkit-text-stroke-color: white;
    } 
    
     /*MOOI*/ 
 .heading-area-text {
       
    position: relative; 
    transform: translate(0); 
    z-index: 11; 
    /*width: 95%;*/       
} 
      
/*MOOI*/
.heading-area-first {
       
    position: relative; 
    transform: translate(0);
    z-index: 11; 
    /*width: 95%;*/       
}
/*MOOI*/
.heading-area-text {
       
    position: relative; 
    transform: translate(0);
    z-index: 11; 
    /*width: 95%;*/       
}
/*MOOI*/
.heading-area.long-area-tech{
    transform: translate(0);
    width: 100%;
}   

/*MOOI*/
.image-holder-interact{
    transform: translate(0);
    width: 100%;
    padding-bottom: 25px;
}
/*MOOI;*/
.bg-img-mobile{
    background-size: cover;
    background-repeat: no-repeat; 
    height: 180vh
}
/*MOOI;*/ 
.bg-img-mobile-grow {
    background-repeat: no-repeat;
    min-height: 155vh;
    background-position: center;
}

/*MOOI*/
.text-footer{
    font-size: 12px;
}
/*MOOI*/
.text-footer-2{
    font-size: 12px;
}
  /*MOOI 
.padding-top{
    padding-top: 0px;
} */ 
.text-interact{
    font-size: 16px;
    color: #ffffff;
    text-decoration: none;
    font-weight: 500;
    text-decoration: none;
    font-family: 'Roboto', sans-serif;
    width:100%;
}
/*MOOI*/ 
.text-marketing{
    transform: translate(0);
    font-size: 16px;
    color: #ffffff;
    text-decoration: none;
    font-weight: 500;
    text-decoration: none;
    font-family: 'Roboto', sans-serif;
    width:100%;
}
    
    .footer-style-1 {
    padding: 5rem 0;
    padding-top: 0rem;
}
/*MOOI*/
.slide {

     height: 150px;
}
    
    
/*MOOI*/    
.client{
    width: 156px;
}
    
.stack-top{

    max-width: 45%;
}
    
.only-mobile{
    display:block;
}
/*MOOI*/
.counter-box h3{
    margin-bottom:15px;
    font-size: 50px;
    color: #ffffff;
    /*font-family: 'Roboto' , sans-serif;*/font-weight: 300}
.counter-box span{
    font-size: 50px;    /font-family: 'Roboto' , sans-serif; color: #ffffff;font-weight: 300}
    
}
/*Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {
header .inner-header{
    /*padding: 35px 30px;*/
    /*MOOI*/ padding: 30px 0px 0px 22px;
}
.btn-main-header{
    padding: 8px 5px;
}
.only-mobile{
    display:block;
}
.main {   
background-position: center; 
min-height: 100vh;
}
    
/*MOOI*/
.image-holder-xmz{
    transform: translate(0);
    width: 70%;
    padding-top: 3vh;
}
/*MOOI;*/
.bg-img-mobile{
    background-size: cover;
    background-repeat: no-repeat; 
    height: 120vh
}
    .arrow {
    max-width: 75%;
}
/*MOOI*/
.image-holder-chart{
    margin-top: -60px;
    margin-left: 0px;
    transform: translate(0);
}
    
}  