
.header-main{padding: 8px 0;position: fixed;width: 100%;background: #fff;z-index: 9999;/* border-bottom: 1px solid #00000030; */}
.header-main .logowrp{}
.header-main .logowrp img{    height: 41px;margin: 0px 0 0px;width: auto;}

.nav-top-right {    float: right;    margin-right: 0rem;    position: absolute;    right: 110px;    top: 20px;}

.nav-top-right-link {    width: auto;    float: left;    margin-right: 18px;}

.nav-top-right-link a {    color: #FFF;    text-decoration: none;    font-weight: 700;    text-transform: uppercase;}

.side-nav-menu {    margin-top: 4px;    position: relative;    float: left;    z-index: 10000;    height: 60px;    width: 58px;    /*padding: 0 20px;*/    -webkit-transition: all 0.2s ease;    -moz-transition: all 0.2s ease;    -o-transition: all 0.2s ease;    -ms-transition: all 0.2s ease;    transition: all 0.2s ease;}
.hamburger {    position: absolute;
    left: auto;
    top: 0px;
    right: 1%;
    height: 50px;
    width: 25px;
    padding: 0 0px;
    cursor: pointer;
    z-index: 999;
}
.hamburger line {
    stroke: #000000;
    stroke-width: 6px;
}

.menu {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    width: 100vw;
    height: 100vh;
    background-color: #FFF;
    visibility: hidden;
    z-index: 999;
}
.navigation {
    width: 100%;
    position: fixed;
    overflow: hidden;
    top: 0%;
    left: 0%;
    text-align: center;
    align-items: center;
    display: flex;
    height: 100vh;
    justify-content: center;background:#fff;
}
.navigation ul {
    margin: 0;
    padding: 0;
}
.navigation li {
    list-style-type: none;
    font-size: 80px;
    font-weight: 700;
    margin: 0px;
    padding: 0px;
    line-height: 100px;
    color: #000;
}
.navigation li a{color:#000; position:relative;}
.navigation li a span{font-size: 13px;    border: 1px solid #000;    padding: 5px;    border-radius: 50px;    position: absolute;    top: 20px;    left: -30px;    height: 27px;    display: flex;    align-items: anchor-center;}
.menu .getintouch {
    width: 40%;
    position: absolute;
    right: 0;
    top: 50vh;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.hamburger.active line {
    stroke: #000;
    stroke-width: 6px;
}
.side-nav-menu:before {
    background-image: url(../images/menu-p-500.png);
    position: absolute;
    width: 75px;
    height: 75px;
    top: -14px;
    content: '';
    z-index: 0;
    left: 7px;
    background-size: cover;
    animation: textRotation 8s linear infinite;
display:none;
    }
    
@keyframes textRotation {
  100% {
    transform: rotate(360deg);
}
}    


.navigationwrp{    display: inline-block;display: flex;    margin-left: 0px;    justify-content: flex-start;}
.navigationwrp ul{    display: flex;    gap: 30px;    margin: 0;     padding: 0;}
.navigationwrp ul li{}
.navigationwrp ul li a{    color: #000;    font-size: 15px;    text-decoration: none;}
.navigationwrp ul li a.bdr{/*border: 2px solid #C4C4C4;*/padding: 3px 10px 50px;border-radius: 7px;position: relative;}
.navigationwrp ul li a.bdr i{    font-size: 20px;    margin-left: 5px;}
.header-main .head-right{    text-align: right;    margin-right: 0px;    display: flex;    justify-content: flex-end;    align-items: center;}
.header-main .btnwrp{display:inline-block;margin-left: 160px;}
.header-main a.header-btn2{    color: #000;    margin-right: 20px;    font-size: 18px;    font-weight: 500;    }
.header-main.showmenu{background: #ffffffa1;    backdrop-filter: blur(30px);    -webkit-backdrop-filter: blur(30px); box-shadow: 0 0 10px 0 #00000022;}    


.menu-sub {position: absolute;width: 100%;background: #fff;left: 0;padding: 40px 0;bottom: -339px;max-width: 100%;transition: visibility 0.2s, opacity 0.2s linear;visibility: hidden;opacity: 0;height: 339px;/*background-image: url(../assets/images/unnamed.png);*/background-size: contain;background-position: 60px 0px;background-repeat: no-repeat;}
.menu-sub .container{    position: relative;}
.menu-sub .container:after {    content: '';
    position: absolute;
    left: -700px;
    top: -26%;
    height: 1px;
    width: 200%;
    background: #dcdcdc;}
.menu-sub.active {    visibility: visible;    opacity: 1;}
.menu-sub1 {position: absolute;width: 100%;background: #fff;left: 0;padding: 40px 0;bottom: -279px;max-width: 100%;transition: visibility 0.2s, opacity 0.2s linear;visibility: hidden;opacity: 0;height: 279px; background-image: url(../assets/images/industries-banner.png);background-size: contain;    background-position: 470px 10px;    background-repeat: no-repeat;}
.menu-sub1 .container{    position: relative;}
.menu-sub1 .container:after {content: '';position: absolute;left: 0;top: -16%;height: 1px;width: 100%;background: #000;}
.menu-sub1.active {    visibility: visible;    opacity: 1;}

a.bdr:after
 {
    content: '';
    background: #000;
    top: -34px;
    width: 0%;
    height: 6px;
    position: absolute;
    left: 0;
    transition:.5s ease-in-out;
}
a.bdr:hover:after{width: 100%;}


.mega-menu{display: block !important;}
.mega-menu li{    margin: 10px 0 0px;}
.mega-menu li a{font-size: 18px !important;}
.mega-menu li a:hover{color:#E94D22;}
.menu-sub p a{font-size: 30px !important;}
.menu-sub1 p a{font-size: 30px !important;}



.higilight-box {position: relative;border: 2px solid #ededed;border-radius: 30px;width: 100%;margin: 0% auto 40px;backdrop-filter: blur(30px);}
.higilight-box:hover{transition: all 1s ease;transform: translateY(-0.625rem);background: #fff;}
.higilight-box:hover .higilight-txt img.top-icon{    animation: arrow-move 1s infinite;}
.higilight-box .higilight-txt {    padding: 50px;    padding-bottom: 30px;}
.higilight-box .higilight-txt h3 {    font-weight: 600;    color: #191A26;    font-size: 20px;    margin-bottom: 15px;    width: 90%;}
.higilight-box .higilight-txt p {    margin-bottom: 20px;    color: #191A26;    font-size: 16px;    line-height: 25px;    width: 100%;    height: 110px;}
.higilight-box .higilight-txt img.top-icon {    position: absolute;    right: 40px;    filter: invert(1);    height: 35px;}
.higilight-box .higilight-txt ul {display: flex;justify-content: space-between;align-items: flex-end;margin: 0;}
.higilight-box .higilight-txt ul li h5 {color: #3E4960;font-size: 16px;font-weight: 500;margin: 0;}
.higilight-box .higilight-txt ul li h5 span {display: block;font-weight: 300;margin-top: 5px;color: #A0A5B1;font-size: 14px;margin-top: 0;}
.higilight-box .higilight-img {    position: relative;    overflow: hidden;    border-radius: 30px;    border: 2px solid #F8F8F8; margin: 0 -1px -10px;}
.higilight-box .higilight-img img {    height: 100%;    width: 100%;    object-fit: cover;    transition: 0.3s ease-in-out;}
.higilight-box:hover .higilight-img img {    transform: scale(1.2);}
.higilight-sec {position: relative;padding-top: 60px;padding-bottom: 60px;background-color: #F8F8F8; z-index: 9;}
.case-box-client-logo{width: auto;height: 30px;}
.higilight-box li {list-style: none;}
.higilight-box ul {padding: 0;}



/* Container */
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  max-width: 1280px;
}

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

/* Row */
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

/* Column Base */
/*[class*="col"] {*/
/*  position: relative;*/
/*  width: 100%;*/
/*  padding-right: 15px;*/
/*  padding-left: 15px;*/
/*}*/
::marker{font-size:0px;}

/* Grid columns */
:root {
  --cols: 12;
}

@media (min-width: 0px) {
  /* Default columns */
  .col-1  { flex: 0 0 8.3333%; max-width: 8.3333%; }
  .col-2  { flex: 0 0 16.6667%; max-width: 16.6667%; }
  .col-3  { flex: 0 0 25%; max-width: 25%; }
  .col-4  { flex: 0 0 33.3333%; max-width: 33.3333%; }
  .col-5  { flex: 0 0 41.6667%; max-width: 41.6667%; }
  .col-6  { flex: 0 0 50%; max-width: 50%; }
  .col-7  { flex: 0 0 58.3333%; max-width: 58.3333%; }
  .col-8  { flex: 0 0 66.6667%; max-width: 66.6667%; }
  .col-9  { flex: 0 0 75%; max-width: 75%; }
  .col-10 { flex: 0 0 83.3333%; max-width: 83.3333%; }
  .col-11 { flex: 0 0 91.6667%; max-width: 91.6667%; }
  .col-12 { flex: 0 0 100%; max-width: 100%; }
}

/* Breakpoints */

/* Small - ≥576px */
@media (min-width: 576px) {
  .col-sm-1  { flex: 0 0 8.3333%; max-width: 8.3333%; }
  .col-sm-2  { flex: 0 0 16.6667%; max-width: 16.6667%; }
  .col-sm-3  { flex: 0 0 25%; max-width: 25%; }
  .col-sm-4  { flex: 0 0 33.3333%; max-width: 33.3333%; }
  .col-sm-5  { flex: 0 0 41.6667%; max-width: 41.6667%; }
  .col-sm-6  { flex: 0 0 50%; max-width: 50%; }
  .col-sm-7  { flex: 0 0 58.3333%; max-width: 58.3333%; }
  .col-sm-8  { flex: 0 0 66.6667%; max-width: 66.6667%; }
  .col-sm-9  { flex: 0 0 75%; max-width: 75%; }
  .col-sm-10 { flex: 0 0 83.3333%; max-width: 83.3333%; }
  .col-sm-11 { flex: 0 0 91.6667%; max-width: 91.6667%; }
  .col-sm-12 { flex: 0 0 100%; max-width: 100%; }
}

/* Medium - ≥768px */
@media (min-width: 768px) {
  .col-md-1  { flex: 0 0 8.3333%; max-width: 8.3333%; }
  .col-md-2  { flex: 0 0 16.6667%; max-width: 16.6667%; }
  .col-md-3  { flex: 0 0 25%; max-width: 25%; }
  .col-md-4  { flex: 0 0 33.3333%; max-width: 33.3333%; padding:0 15px;}
  .col-md-5  { flex: 0 0 41.6667%; max-width: 41.6667%; }
  .col-md-6  { flex: 0 0 50%; max-width: 50%; }
  .col-md-7  { flex: 0 0 58.3333%; max-width: 58.3333%; }
  .col-md-8  { flex: 0 0 66.6667%; max-width: 66.6667%; }
  .col-md-9  { flex: 0 0 75%; max-width: 75%; }
  .col-md-10 { flex: 0 0 83.3333%; max-width: 83.3333%; }
  .col-md-11 { flex: 0 0 91.6667%; max-width: 91.6667%; }
  .col-md-12 { flex: 0 0 100%; max-width: 100%; }
}

/* Large - ≥992px */
@media (min-width: 992px) {
  .col-lg-1  { flex: 0 0 8.3333%; max-width: 8.3333%; }
  .col-lg-2  { flex: 0 0 16.6667%; max-width: 16.6667%; }
  .col-lg-3  { flex: 0 0 25%; max-width: 25%; }
  .col-lg-4  { flex: 0 0 33.3333%; max-width: 33.3333%;         padding-right: 15px;        padding-left: 15px;}
  .col-lg-5  { flex: 0 0 41.6667%; max-width: 41.6667%; }
  .col-lg-6  { flex: 0 0 50%; max-width: 50%; }
  .col-lg-7  { flex: 0 0 58.3333%; max-width: 58.3333%; }
  .col-lg-8  { flex: 0 0 66.6667%; max-width: 66.6667%; }
  .col-lg-9  { flex: 0 0 75%; max-width: 75%; }
  .col-lg-10 { flex: 0 0 83.3333%; max-width: 83.3333%; }
  .col-lg-11 { flex: 0 0 91.6667%; max-width: 91.6667%; }
  .col-lg-12 { flex: 0 0 100%; max-width: 100%; }
}

/* Extra Large - ≥1200px */
@media (min-width: 1200px) {
  .col-xl-1  { flex: 0 0 8.3333%; max-width: 8.3333%; }
  .col-xl-2  { flex: 0 0 16.6667%; max-width: 16.6667%; }
  .col-xl-3  { flex: 0 0 25%; max-width: 25%; }
  .col-xl-4  { flex: 0 0 33.3333%; max-width: 33.3333%; }
  .col-xl-5  { flex: 0 0 41.6667%; max-width: 41.6667%; }
  .col-xl-6  { flex: 0 0 50%; max-width: 50%; }
  .col-xl-7  { flex: 0 0 58.3333%; max-width: 58.3333%; }
  .col-xl-8  { flex: 0 0 66.6667%; max-width: 66.6667%; }
  .col-xl-9  { flex: 0 0 75%; max-width: 75%; }
  .col-xl-10 { flex: 0 0 83.3333%; max-width: 83.3333%; }
  .col-xl-11 { flex: 0 0 91.6667%; max-width: 91.6667%; }
  .col-xl-12 { flex: 0 0 100%; max-width: 100%; }
}

/* Offsets (for spacing/positioning) */
.offset-1  { margin-left: 8.3333%; }
.offset-2  { margin-left: 16.6667%; }
.offset-3  { margin-left: 25%; }
.offset-4  { margin-left: 33.3333%; }
.offset-5  { margin-left: 41.6667%; }
.offset-6  { margin-left: 50%; }
.offset-7  { margin-left: 58.3333%; }
.offset-8  { margin-left: 66.6667%; }
.offset-9  { margin-left: 75%; }
.offset-10 { margin-left: 83.3333%; }
.offset-11 { margin-left: 91.6667%; }

/* Responsive Offsets */
@media (min-width: 768px) {
  .offset-md-1  { margin-left: 8.3333%; }
  .offset-md-2  { margin-left: 16.6667%; }
  .offset-md-3  { margin-left: 25%; }
  .offset-md-4  { margin-left: 33.3333%; }
  .offset-md-5  { margin-left: 41.6667%; }
  .offset-md-6  { margin-left: 50%; }
  .offset-md-7  { margin-left: 58.3333%; }
  .offset-md-8  { margin-left: 66.6667%; }
  .offset-md-9  { margin-left: 75%; }
  .offset-md-10 { margin-left: 83.3333%; }
  .offset-md-11 { margin-left: 91.6667%; }
}

.my-auto
{
    margin-top: auto !important;
    margin-bottom: auto !important;
}


/*.btn-1{*/
/*    background: #101828;*/
/*    color: #fff;*/
/*    text-align: center;*/
/*    border-style: none;*/
/*    border-radius: 8px;*/
/*    justify-content: center;*/
/*    align-items: center;*/
/*    padding: 15px 39px;*/
/*    text-decoration: none;*/
/*    transition: background-color .2s cubic-bezier(.645, .045, .355, 1);*/
/*    display: inline-block;*/
/*    position: relative;*/
/*    overflow: hidden;*/
/*    font-size: 14px;*/
/*    font-weight: 500;*/
/*    text-transform: uppercase;*/
/*}*/
/*.btn-1 img{    height: 16px;    margin-left: 10px;    width: auto;    display: inline-block;}*/
/*.btn-1 span{    font-size: 15px;    font-weight: 600;    display: block;}*/
/*.btn-1:hover{color: #ffffff;}*/
/*.btn-1:hover img{animation: arrow-move 1s infinite;}*/
@keyframes arrow-move {
    0%,
    100% {
        transform: translate(0px, 0px);
    }

    50% {
        transform: translate(5px, -5px);
    }
}


.home-secound{padding: 100px 0 0;position: relative;z-index: 1;overflow: hidden;height: 100vh;backdrop-filter: blur(6px );     display: flex;    align-items: center;}
/*.home-secound:hover:after{    left: -42%;}*/
.home-secound.dosrawrp{margin: 0px 0 0; }
.home-secound.dosrawrp:after{background-image: url(../images/Untitled-3.png); left: -660px; top: -220px; width: 210%; background-position: initial; }
.home-secound:after{content: "";position: absolute;top: -340px;/* backdrop-filter: blur(6px ); */z-index: -1;background-image: url(../images/Untitled-2.png);width: 160%;height: 132%;background-size: cover;left: -42%;background-repeat: no-repeat;transition: 1s cubic-bezier(0.51, 0.92, 0.27, 0.96) !important;}
.downwrp{}
#one{background: #156e2d;}
#two{background: #ede6da;}
#three{background: #2f3133;}
#two .main-heading, #two .main-pera{color:#000;}

.home-secound .txtwrp{}
.home-secound .main-detail{position: relative; }
.home-secound .main-detail img{width: 120px;
  /*animation: scrollDownAnimation .5s ease infinite alternate;*/
}
.home-secound .main-heading{    color: #fff;    white-space: initial;    clip-path: none;    font-family: GT-Walsheim, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", Segoe UI Symbol, "Noto Color Emoji";    font-size: 1rem;    font-weight: 400;    font-stretch: 100%;    line-height: 1.5;    letter-spacing: -.02em;    -webkit-font-smoothing: antialiased;    font-smoothing: antialiased;    font-size: 5.25rem;    line-height: 1.15;    letter-spacing: -.04em;    margin-bottom: 20px;}
.home-secound .main-pera{color: #fff;}
.home-secound .main-detail ul{margin: 0;position: absolute;right: 50px;top: 0;}
.home-secound .main-detail ul li{margin: 0 0 12px;font-size: 18px;color: #fffc;font-weight: 500;position: relative;}
.home-secound .main-detail ul li:after{content: "\f101";position: absolute;left: -20px;font-family: 'FontAwesome';}
.home-secound .btnwrp{display: block; padding: 40px 0 0; }
.home-secound a span {position: absolute;top: 90px;left: 50%;width: 34px;height: 34px;margin-left: -12px;border-left: 2px solid #fff;border-bottom: 2px solid #fff;-webkit-transform: rotate(-45deg);transform: rotate(-45deg);-webkit-animation: sdb07 2s infinite;animation: sdb07 2s infinite;opacity: 0;box-sizing: border-box;border-right: 1px so;}
.home-secound a span:nth-of-type(1) {-webkit-animation-delay: 0s;animation-delay: 0s;top: 90px;}
.downwrp{position: absolute;z-index: 1;width: 210px;height: 210px;/* backdrop-filter: blur(6px
); */border-radius: 50%;overflow: hidden;bottom: 0 !important;margin: 0 auto;left: 0;right: 0;}

.home-secound .imgwrp img{width: 100%;}

.downwrp video{height: auto; width: auto; }
.home-secound a span:nth-of-type(2) {top: 76px;-webkit-animation-delay: .15s;animation-delay: .15s;}
.home-secound a span:nth-of-type(3) {top: 62px;-webkit-animation-delay: .3s;animation-delay: .3s;}
@-webkit-keyframes sdb07 {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes sdb07 {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}


@keyframes scrollDownAnimation{from{transform:translateY(0);}
to{transform:translateY(-10px);}
}
@-webkit-keyframes scrollDownAnimation{from{transform:translateY(0);}
to{transform:translateY(-10px);}
}
@-webkit-keyframes ripple{0%{box-shadow:0 0 0 0
rgba(1, 201, 226, 0.3), 0 0 0 10px
rgba(1, 201, 226, 0.3), 0 0 0 20px
rgba(1, 201, 226, 0.3), 0 0 0 30px
rgba(1, 201, 226, 0.3);}
100%{box-shadow:0 0 0 1em
rgba(1, 201, 226, 0.3), 0 0 0 20px
rgba(1, 201, 226, 0.3), 0 0 0 30px
rgba(1, 201, 226, 0.3), 0 0 0 50px
rgba(1, 201, 226, 0);}
}
@keyframes ripple{0%{box-shadow:0 0 0 0
rgba(201, 205, 206, 0.3), 0 0 0 10px
rgba(232, 238, 239, 0.3), 0 0 0 20px
rgba(219, 224, 224, 0.3), 0 0 0 30px
rgba(197, 199, 199, 0.3);}
100%{box-shadow:0 0 0 1em
rgba(207, 219, 220, 0.3), 0 0 0 20px
rgba(167, 174, 175, 0.3), 0 0 0 30px
rgba(187, 194, 195, 0.3), 0 0 0 50px
rgba(1, 201, 226, 0);}
}
/*Halloween css*/


.content-hidden{height: 100vh;overflow: hidden;}




.slide {
  display: none;
  transition: opacity 1s ease-in-out;
}

.slide.active {
  display: block;
  z-index: 1;
}




.client-logos{background: #ffffff;padding: 20px 0;}
.client-logos p{
    text-align: center;
    color: #000000;
    font-size: 24px;
    margin: 0 0 30px;
}
.client-logos .logo-group{}
.client-logos .logo-group img{/* filter: invert(1); */}
.logo-marquee-wrapper { 
    /*overflow: hidden;  width: 100%;  position: relative;*/
    
}
.logo-marquee {  white-space: nowrap;  display: flex;}
.logo-group {  display: flex;  animation: scroll-logos 10s linear infinite;}
.logo-marquee:hover .logo-group {  animation-play-state: paused;}
.logo-group img {  height: 40px;  margin: 0 40px;  flex-shrink: 0;  object-fit: contain;    width: auto;}

@keyframes scroll-logos {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}





.footer-sec {
    position: relative;
    padding-top: 60px;
    background: #121111;
}
.footer-sec h2 {
    color: #ffffff;
    font-size: 42px;
    font-weight: 400;
    line-height: 40px;
    margin-bottom: 20px;
    margin-top: 10px;
}
.footer-sec .fot-logo{
       margin-bottom: 0px;
    display: block;
}
.footer-sec .themes-p {
       color: #fdfdfd;
       margin-bottom: 30px;
       font-size: 18px;
}
.listing li a {
    color: #e4e2e2;
    margin-bottom: 15px;
    display: block;
    font-family: 'Outfit' !important;
    font-size: 16px;
    font-weight: 300;
    transition: 0.4s color;
    text-decoration: none;
}
.listing li a:hover {
    color: #e94d22;
}
.listing {
    column-count: 1;
    margin-bottom: 20px;
    padding: 0;
}
.footer-sec h5.cus-style {
    font-size: 18px;
    margin-bottom: 20px;
    color: #E94D22;
    font-weight: 500;
    margin-top: 10px;
}
.footer-sec h4 span {
    display: block;
    color: #9e9a9a;
    font-size: 18px;
    font-weight: 300;
    margin-top: 5px;
}

.footer-sec h4 {
    font-size: 20px;
    color: #ffffff;
    margin-bottom: 20px;
    font-weight: 400;
    line-height: 23px;
    margin-top: 0;
}
.footer-sec  h6 {margin-bottom: 15px;color: #acafb7;font-weight: 400;margin-top: 20px;font-size: 18px;}

.footer-sec .mail {
    color: #E94D22;
    font-size: 20px;
    font-family: 'Outfit';
    margin-bottom: 20px;
    display: block;
}
.footer-sec .mail:hover img{    animation: arrow-move 1s infinite;}
.footer-sec .mail img {
    margin-left: 20px;display: inline-block;filter: contrast(0);    width: 18px;
}

.footer-sec hr{
        margin: 20px 0;
}


.al-flex-end{
    /*align-items: flex-end;*/
}
.news-letter-b {
    display: flex;
    background: #3a3a3a;
    padding: 10px;
    border-radius: 10px;
    position: relative;
    margin: 30px 0;
}

.news-letter-b input {
    border: 0;
    background: transparent;
    padding: 10px;
    width: 100%;
    padding-right: 90px;
    color: #fff;
    font-weight: 400;
    font-family: 'Outfit';
}

.news-letter-b button {
    background: transparent;
    border: 0;
    position: absolute;
    right: 15px;
    top: 20px;
    color: #fff;
    font-weight: 400;
        font-family: 'Outfit';
}

.news-letter .d-flex {    align-items: center;    display: flex;}
.news-letter .d-flex i .boxdiv{    position: absolute;
    background: #fff;
    width: 30vh;
    z-index: 1;
    padding: 20px 20px;
    top: 30px;
    border: 1px solid #f5f6f7;
    right: -10px;
    text-align: left;
    border-radius: 10px;
    box-shadow: -3px 6px 19px 0 #ececec;display: none;}
.news-letter .d-flex i:hover .boxdiv{display: block;}
.news-letter .d-flex p {
    margin: 0;
    color: #A0A5B1;
    line-height: 15px;
    font-size: 13px;
    font-family: 'Outfit' !important;
    font-weight: 300;
}

.news-letter .d-flex i {
    text-align: right;
    width: 25%;
    color:#A0A5B1 ;    font-size: 26px;position: relative;
}

.news-letter {
    width: 100%;
    margin-bottom: 20px;
}

.news-letter .d-flex input {
    height: 20px;
    width: 20px;
    margin-right: 10px;
    color: #fff;
}

.news-letter-b ::placeholder {
    color: #FFFFFF;
    font-weight: 400;
}

.news-letter-b::after {
    content: '';
    position: absolute;
    right: 25%;
    background: #A0A5B1;
    width: 1px;
    height: 100%;
    top: 0;
}
.payment-logo h4 {
    font-size: 19px;
    font-weight: 400;
    color: #191A26;
    margin-top: 15px;
}
/*.payment-logo img {*/
/*    height: 40px;*/
/*    object-fit: contain;*/
/*}*/

.payment-logo {
    align-items: center;
    margin-bottom: 30px;
    position: relative;
    margin-top: 30px;
}

.payment-logo:after{content:'';background: #454444;width: 100%;position: absolute;bottom: -10px;left: 0;height: 2px;}
.payment-logo:before{content:'';background: #454444;width: 100%;position: absolute;top: -10px;left: 0;height: 2px;}
ul.paymt-ul {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    padding: 0;width:100%;align-items: center;
}
.paymt-uls li img{height:40px;
/*filter: contrast(0.5);*/
}
.fot-logo{}
.fot-logo img{height: 50px;width: auto;}
.payment-logo h4 {
    font-size: 19px;
    font-weight: 400;
    color: #ffffff;width: 150px;
}
ul.paymt-uls {    display: flex;    justify-content: space-between;width:100%;}

.paymt-ul {    display: flex;    width: 100%;align-items: center;}

.socail-icon {
    margin: 0;
    display: flex;
    justify-content: center;
}

.socail-icon li {
    margin-right: 15px;
}
.socail-icon li a img{    width: 20px;filter: contrast(0);}
.socail-icon li:last-child {
    margin: 0;
}

.nav-last {
    display: flex;
    justify-content: end;
    margin: 0;
    padding-left: 65px;
}

.nav-last li a {
    color: #bebbbb;
    font-size: 14px;
    font-family: 'Outfit' !important;
    font-weight: 300;
    text-decoration: none;
}
.copywrite {
    height: 70px;
    display: grid;
    align-content: center;
    padding-bottom: 10px;
}
.copywrite .row {
    align-items: center;
}
.copywrite p {
    margin: 0;
    color: #bebbbb;
    font-weight: 300;
    font-family: 'Outfit' !important;
    font-size: 14px;
}
.footer-sec hr.mt-3 {
    margin-top: 50px !important;
}
.fixe-botm {
    position: absolute;
    bottom: 40px;
    left: 40px;
}
.fixe-botm i {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 38px;
    width: 38px;
    color: #fff;
    background: #A0A5B1;
    border-radius: 50%;
    font-size: 15px;
}


._container_mew7f_2.slide{padding-top:60px;padding-bottom: 60px;}




.bottom-bar{
    background: linear-gradient(to left, #3E190D, #E94D22);
    top: 64px;
    position: relative;
    z-index: 9;
    padding: 12px 0;
    }
.bottom-bar .left-col{}
.bottom-bar .left-col svg{
    height: 59px !important;
    width: 410px !important;
}
.bottom-bar .app-img{    text-align: right;display: flex;    gap: 15px;    justify-content: end; align-items: center;}
.bottom-bar .app-img img{
    height: 15px;
    margin: 0px 0 0 10px;
    width: auto;
    display: inline-block;    animation: arrow-move 1s infinite;
}
.bottom-bar .app-img a{
    /* border: 1px solid #c4c7ce; */
    color: #fff;
    /* padding: 10px 15px; */
    border-radius: 6px;
    margin: 0px 0 0px;
    display: inline-block;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    font-family: system-ui;
    display: flex;
    flex-wrap: nowrap;
    gap: 3px;
    align-items: center;
    }
.bottom-bar .app-img a svg{    height: 25px;}


p {
    font-family: "Outfit", sans-serif;letter-spacing: 0;
}



.case-cintainer{margin: 0px auto 80px;width: 85%;}
.case-cintainer h3{margin-left: 0px;transition: .3s all;}
.case-cintainer h3:after{content:'';}
.case-cintainer:hover h3{    margin-left: 40px;}
.case-cintainer:hover h3:after{content:'';}


.wrp-case {    margin: 0 auto 70px;    width: 90% !important;}



section._container_mew7f_2.cta-back {
    margin: 0px 0 0;
    position: relative;
}

#waymo-driver.active ._image_17jyo_133{margin-top: 300px;transition:2s all;}
#waymo-driver.active ._image_17jyo_133 picture{transform: rotate(90deg);}


.menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease;
  pointer-events: none;
}

.menu-overlay.active {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}



.parallax-wrap{    position: relative;}    
.stats-1{position: absolute;width: 190px;right: 51px;top: 110px;z-index: 0;box-shadow: 0px 5px 19px 2px #00000047;border-radius: 9px;}  
.stats-2{position: absolute;width: 230px;top: 510px;right: 90px;box-shadow: 0px 5px 19px 2px #00000047;border-radius: 9px;}  
.stats-3{position: absolute;left: 80px;top: 180px;width: 180px;box-shadow: 0px 5px 19px 2px #00000047;border-radius: 9px;}
.stats-4{position: absolute;left: -9px;top: 480px;width: auto;box-shadow: 0px 5px 19px 2px #00000047;border-radius: 9px;}


.btn-head-01{    padding: 0 20px !important;    gap: 11px !important;}
.btn-head-01 svg{}
.btn-head-01:hover{color: #07f !important;}
.btn-head-01:hover svg{    filter: contrast(0.5);}
.btn-head-01:hover svg path{    stroke: #07f;}

.over-fillow{position:relative; z-index:9;}
._faqs_40zw6_2{position:relative; z-index:9;background: #fff;}


.case-text{font-size: 1.875rem;
    line-height: 1.1;
    letter-spacing: -.036em;
    font-weight: 400;
    margin: 0 40px 30px;}
    
._title_r5kqe_553{position: sticky;
    top: 90px;}
    
    
    section#our-service {
    padding-bottom: 70px;
}

._container_m7dgm_2._page\:home_m7dgm_439:before{display:none;}
._callout_m7dgm_159 {    margin: 0 auto -90px;    background: #3E190D;position: relative;    z-index: 99;}
._container_zsew5_2 {        padding: 154px 0 140px;     background: linear-gradient(to left top, #3E190D, #E94D22);}



.btn-3{color: #E94D22;text-decoration: none;margin: 20px 0 0;font-size: 16px;height: 100%;display: inline-flex;}
.btn-3 svg{height: 29px;width: auto;display: inline-block;margin: 0 10px 0 0;transition: .2s ease-in-out;}
.btn-3:hover{}
.btn-3:hover svg{    animation: arrow-slide-left 1s ease-in-out infinite;    margin: 0 15px 0 0;}

@keyframes arrow-slide-left {
  0%,
  100% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(10px); /* move 10px to the left */
  }
}




.btn-main{color: #000000;text-decoration: none;margin: 0px 0 0;font-size: 24px;height: 100%;display: inline-flex;font-weight: 400;}
.btn-main svg{height: 32px;width: auto;display: inline-block;margin: 4px 10px 0px 0;transition: .2s ease-in-out;}
.btn-main:hover{}
.btn-main:hover svg{animation: arrow-slide-left 1s ease-in-out infinite;margin: 4px 15px 0 0;}


.faqwrp{    position: relative;    z-index: 9;    background: #fff;}

p.main-pera {    margin: 20px 0 0;    font-size: 18px;}

.my-side-heading{font-size: 80px;}





section.inner-banner.case-studies-inner {background: #eaeaea; padding: 200px 0 120px;}
section.inner-banner.case-studies-inner .fa-72 {    color: #000;    font-size: 140px;}
.fa-25 {font-size: 26px;color: #000;line-height: 1.3;margin-bottom: 20px;width: 70%;font-family: 'Outfit';font-weight: 300;}
section.inner-banner.case-studies-inner img {width: 100%;border-radius: 20px;margin: 50px 0 50px;}
.label-large {font-size: 30px;color: #000;letter-spacing: .06em;text-transform: uppercase;margin-bottom: 34px;}
.study-impact-rich-text.w-richtext h2 {    font-weight: 400;    line-height: 1;    font-size: 102px;}
.study-impact-rich-text.w-richtext {}
.study-impact-rich-text p {font-size: 25px;color: #000;margin-bottom: 26px;}
.study-rich-text.w-richtext p {line-height: 1.2;font-size: 22px;color: #000;max-width: 80%;font-family: 'Outfit';font-weight: 300;}
.study-services-rich-text-1.w-richtext li {    color: var(--_themes---nav--primary); letter-spacing: .06em;    text-transform: uppercase;    background-position: 0 0;    background-repeat: no-repeat;    background-size: 1.5rem 1.5rem;    min-height: 1.5rem;    margin-bottom: .75rem;    padding-top: .25rem;    font-family: ABC Favorit Mono Book, Arial, sans-serif;    font-size: 1rem;    font-weight: 400;    line-height: 1;    list-style-type: none;}
.study-services-rich-text-1.w-richtext li {    padding-left: 30px;    position: relative;}
.study-services-rich-text-1.w-richtext li:after {    content: '';    position: absolute;    width: 20px;    height: 20px;    background: #666666;    top: 50%;    transform: translateY(-62%);    left: 0;    border-radius: 50px;}
section.inner-banner.case-studies-inner .col-md-6{padding:0 15px;}
.study-rich-text.w-richtext p b {    margin: 30px 0 0;    display: inline-block;}



.bottom-text-right{    color: #fff;    font-size: 19px;}



.hero-section {background-color: #0c343d00;    color: white;    padding: 64px 0 40px;    overflow: hidden;    position: relative;}
.hero-text-left h1 {font-size: 9.5rem;font-weight: 100;margin-bottom: 0;line-height: 1.1;font-family: sans-serif;position: relative;}
.hero-subtext {font-size: 1.6rem;font-weight: 400;margin-top: 1.5rem;color: #fff;margin: 80px 0 0;font-family: o;position: relative;font-family: "Outfit", sans-serif;}
.hero-text-right {font-size: 5.4rem;font-weight: 100;line-height: 1.2;text-align: right;margin: 418px 0 0;position: relative;font-family: sans-serif;}
.hero-text-right strong {      font-weight: 500;}
.hero_lottie {      pointer-events: none;      margin-bottom: 40px;      position: absolute;      inset: auto 0% -8% 47%;}
.hero_lottie lottie-player{}


    @media (max-width: 768px) {
      .hero-text-left h1 {
        font-size: 2.5rem;
      }

      .hero-text-right {
        font-size: 2rem;
        text-align: left;
      }

      .hero_lottie {
        height: 100px;
      }
    }
    
    
    
.hero-section video{    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;}    
.hero-section:before{
    content: '';
    background: #00000075;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    /*background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAQAAAAD+Fb1AAAAEklEQVR42mNg+M8AAhASDUClAEXeA/1LlYqzAAAAAElFTkSuQmCC);*/
    /*opacity: .75;*/
    /*-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";*/
    /*filter: alpha(opacity=75);*/
    }    
    
    
    
.box {
    width: auto;
    height: 50px;
    position: relative;
    animation-name: text-rotation_spincube;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-duration: 6s;
    transform-style: preserve-3d;
    transform: translateZ(-50px);
    transition: transform 1s;
    display: inherit;
    margin: -45px 0 0 60px;
  }
  
  .box__face {
    position: absolute;
    font-size: 40px;
    color: #000000;
    text-align: left;
  }
  
  .box__face--back{
    background:black;
  }
  .box__face--front,.box__face--back{
    width: auto;
    height: 50px;
  }
  .box__face--top,
  .box__face--bottom {
    width: 100%;
    height: 50px;
  }
  
  .box__face--front  {background: #ffffff;}
  .box__face--top    {background: #ffffff;}
  .box__face--bottom {background: #ffffff;}
  .box__face--back { background: black; }
  
  .box__face--top    { transform: rotateX( 90deg) translateZ(25px); }
  .box__face--front  { transform: rotateY(  0deg) translateZ( 20px); }
  .box__face--bottom { transform: rotateX(-90deg) translateZ(25px); }
  
  label { margin-right: 10px; }
  
  @keyframes text-rotation_spincube {
        0%, to {
          transform: translateZ(-10px) rotateX( -90deg);
        }
        0%,25% {
          transform: translateZ(-10px) rotateX( -90deg);
        }
        25%,50% {
          transform: translateZ( -5px) rotateY(   0deg);
        }
        50%,75% {
          transform: translateZ(-10px) rotateX(  90deg);
        }
        75%,100% {
          transform: translateZ(-10px) rotateX( 270deg);
        }
      }    
      
      
      
      
.pera-bottom{    display: flex;    align-items: center;    gap: 15px;}
.pera-bottom p{    margin: 0;    width: 20%;    font-size: 14px;    font-weight: 500;    line-height: 15px;}
.pera-bottom img{    width: auto;    height: 45px;}
.pera-bottom img.clutch{height: 30px;}


.quote-box{
    background: linear-gradient(to left, #3E190D, #E94D22);
    padding: 40px;border-radius: 9px;    position: sticky;
    top: 90px; 
}
.quote-box img{
    border-radius: 50%;
    height: 85px;
    margin: 0 0 10px;width:auto;
}
.quote-box p{
    color: #fff;
    font-size: 18px;    margin: 0 0 20px;
}
.quote-box a{}



.header-main.showmenu .menu-sub .container:after{top: -30%;}



.my-btn{
    background: #fff;
    display: inline-block;
    width: fit-content;
    display: flex;
    padding: 10px 20px;
    border-radius: 10px;
    color: #000000;
    overflow: hidden;
    text-decoration: none;
    align-items: center;
    border: 3px solid #aeaeae;
    font-size: 18px;
    font-weight: 400;
}
.my-btn:hover .arrow{}
.arrow{
  position:relative;
  width:30px;
  height: 30px;
  cursor:pointer;
  /* border:solid 1px white; */
  transition:0.5s;
  /* overflow:hidden; */
  transform: rotate(135deg);
}

.arrow:hover{/*  animation:borderAni 5s cubic-bezier(0, 0.6, 1, 0.4); *//* border:solid 2px white; */border-radius:50%;}
.arrow:after{
  position:absolute;
  display:block;
  content:"";
  color: #E94D22;
  width: 42px;
  height: 1px;
  /* border:solid 1px; */
  top: 6.5px;
  border-bottom:solid 2px;
  transform:translatex(4px);
  background: #E94D22;
  right: -12px;
}

.arrow:before{
  position:absolute;
  display:block;
  content:"";
  color: #E94D22;
  width: 15px;
  height: 17px;
  /*   border:solid 1px;  */
  border-top:solid 3px;
  border-left:solid 3px;
  top: 27%;
  left: 0px;
  transform-origin:0% 0%;
  transform:rotatez(-45deg);
  background: #fff;
}
.my-btn:hover .arrow:before{
 animation: aniArrow01 1s cubic-bezier(0, 0.6, 1, 0.4) infinite 0.5s;
}

.my-btn:hover .arrow:after{
 animation: aniArrow02 1s cubic-bezier(0, 0.6, 1, 0.4) infinite 0.5s;
}


@keyframes aniArrow01 {
  0% {
    transform:rotatez(-45deg) translateY(30px) translateX(30px);
  }
  100% {
    transform: rotatez(-45deg) translateY(-35px) translateX(-35px);
  }
}


@keyframes aniArrow02 {
  0% {
    transform:translateX(45px);
  }
  100% {
    transform:translateX(-44px);
  }
}

@keyframes borderAni{
   0% {
    border:solid 2px white;
  }
  100% {    
    border:solid 2px white; 
    border-radius:50%;
  }
}




.footer-last-img{width:100%;}


.bg-grediant {    padding: 70px 0 0;    background: linear-gradient(to left top, #3E190D, #E94D22);}


.service-pg .bottom-bar{display: none;}
.text-span{ color:#E94D22;}
.first-pera{font-size: 20px;    line-height: 28px;    letter-spacing: 0;}
.first-heading{font-size: 50px;
        font-weight: 500;
        line-height: 50px;}
        
        
.counter{}
.counter ul{
    display: flex;
    padding: 0;
    gap: 25px;
    align-items: flex-start;
    }
.counter ul li{
    margin: 0;
}
.counter ul li h4{
    margin: 0 0 0;
    font-weight: 600;
    font-size: 26px;
    color: #E94D22;
}
.counter ul li p{
    font-size: 16px;
    line-height: 20px;
    color: #aeaeae;
    margin: 10px 0 0;    letter-spacing: 0;
    }
.counter ul li p.counter-main{font-size: 18px;font-weight: 500;color: #000;margin: 10px 0 0;}

.d-flex{display: flex;    align-items: center;    justify-content: space-between;}
.home-bottom-banner-text{font-size: 16px;    line-height: 22px;    margin: 0;}
.home-bottom-banner-text a{color:#E94D22;}


.revenue-box{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    position: relative;
}
.revenue-box h3{    margin: 0;    font-size: 21px;}
.revenue-box h6{    margin: 0;font-weight: 500;}

/*.revenue-box:after{content:'';position: absolute;width: 2px;height: 134%;background: #aeaeae;top: -8px;left: 93px;}*/
/*.revenue-box:before{content:'';position: absolute;width: 2px;height: 134%;background: #aeaeae;top: -8px;right: -7px;}*/


.ml{margin: 0 0 0 40px;}
.sign-up-footer{    margin: 0px 0 0;}


.footer-menu{display: flex;}
.newz-letter{    margin: 0 0 0 40px;}

.newsletter__form .form__header__body p {
    margin: 0 0 5px;
}



/* Section Background */
.testimonials {
    background: linear-gradient(to left, #3E190D, #E94D22);
    padding: 170px 0 70px;    position: relative;
    z-index: 9;
}
.testimonials h2{color:#fff; margin:0;}

/* Testimonial Card */
.testimonial-card {
  background: #fff;
    padding: 30px;
    height: 410px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
    text-align: left;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin: 40px 0 0;
}
.testimonial-card p{font-size: 22px;
    line-height: 28px;color:#000;}

/* Rating Card */
.rating-card {
      text-align: center;
    display: flex;
    justify-content: flex-end;
}
.rating-card .rating {
  font-size: 6rem;
  font-weight: 400;
  color: #222;
  margin:0;
}
.rating-card .stars {
    color: #ff9800;
    font-size: 34px;
    margin: 0px 0;
}
.rating-card .platforms{text-align:center;}
.rating-card .platforms img{    height: 45px;width: auto;    margin: 0 auto;}
.rating-card .platforms span {
  font-weight: 600;
  margin: 0 5px;
  color: #444;
  font-size: 0.9rem;
}

/* Company Name */
.company {
  font-size: 0.85rem;
  text-transform: uppercase;
  color: #999;
  letter-spacing: 0.5px;
}

/* Profile */
.profile {
  display: flex;
  align-items: center;
  margin-top: 15px; 
}
.profile strong{    color: #000;}
.profile .avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 10px;
}
.profile .role {
  color: #777;
  font-size: 0.8rem;
}
.text-muted{    margin: 0 0 80px;
    font-size: 16px; color:#000;}
    
.testimonials .slick-dots{    bottom: -50px;text-align: left;}
.testimonials .slick-dots li.slick-active button:before{    color: #efefef;}
.testimonials .slick-dots li button:before{font-size: 15px;}

.menu-btns {
  /*position: relative;*/
  top: 50px;
  right: 100px;
  cursor: pointer;
  letter-spacing: 5px;
  font-weight: bold;
  transform: rotate(180deg);
}

.menu-btns span {
  display: block;
  margin: 8px 0;
  background: #000000;
  width: 35px;
  height: 1px;
  transition: 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.menu-btns span:nth-child(2) {
  width: 54px;
  transition-delay: 0.1s;
}
.menu-btns.active span:nth-child(2) {
    transform: rotate(-45deg)translateX(7px);
    width: 40px;
}
.menu-btns.active span {
    transform: rotate(45deg)translateX(5px);
    width: 40px;
}



.bars-btn {
    height: 100%;
    width: 40px;
    display: flex;
    align-items: center;
    font-size: 28px;
    justify-content: flex-end;
}
.bars-btn:hover{color: #000;}

.header-right-side{display: flex;
    justify-content: end;
    align-items: center;
    gap: 50px;}
    
    
    
    
    
    
/*sidebar css*/
.menu.active {
  opacity: 0;
  visibility: hidden;
  width:0;
        height: 0;
}

.menu {
        transition: 0.52s;
        z-index: 1111;
        position: fixed;
        top: 85px;
        right: 1%;
        border: 3px solid #e5e9ef;
        backdrop-filter: blur(30px);
        width: 380px;
        height: 650px;
        overflow: hidden;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        border-radius: 40px;
        background: #ffffffab;
        z-index: 9999;
        opacity: 1;
        visibility: visible;
        left: unset;
}
.menu span {
  position: absolute;
  top: 20px;
  right: 40px;
  color: white;
  font-size: 48px;
  cursor: pointer;
}
.menu span:hover{color: #fff;}
.menu .links-container {
  list-style-type: none;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 40px;
  padding-top: 60px;
  padding-bottom: 0;
}
.menu .links-container li::after{display: none;}
.menu .links-container a {
    width: 100%;
    height: 30px;
    font-size: 28px;
    text-decoration: none;
    color: #191A26;
    transition: 0.9s cubic-bezier(0.075, 0.82, 0.165, 1);
    position: relative;
    line-height: 0;
    font-family: 'Outfit';
    font-weight: 400;
    margin: 0 0 10px;
    display: block;
}
.menu .links-container a:hover {
  color: #E94D22;
  font-size: 2.3em;
}
.menu .links-container a:before {
  color: whitesmoke;
}
.menu .home:after {
  content: "";
  position: absolute;
  background: url("https://images.unsplash.com/photo-1542149624-8a12d5285934?ixlib=rb-0.3.5&ixid=eyJhcHBfaWQiOjEyMDd9&s=a91f847fdcc99b00a29d5a39a2b6f4b9&auto=format&fit=crop&w=675&q=80");
  width: 600px;
  height: 800px;
  background-size: cover;
  top: -250%;
  right: -1000px;
  transition: 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
  filter: grayscale(75%);
  visibility: hidden;
}
.menu .home:hover:after {
  visibility: visible;
  top: -275%;
}
.menu .home:hover:before {
  visibility: visible;
  right: -1150px;
}
.menu .places:after {
  content: "";
  position: absolute;
  background: url("https://images.unsplash.com/photo-1542140372-de3e121eb11e?ixlib=rb-0.3.5&ixid=eyJhcHBfaWQiOjEyMDd9&s=6feeb58669ba6adbd2aacc9c89391713&auto=format&fit=crop&w=675&q=80");
  width: 600px;
  height: 800px;
  background-size: cover;
  top: -350%;
  right: -1000px;
  transition: 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
  filter: grayscale(75%);
  visibility: hidden;
}
.menu .places:hover:after {
  visibility: visible;
  top: -375%;
}
.menu .places:hover:before {
  visibility: visible;
  right: -1150px;
}
.menu .about:after {
  content: "";
  position: absolute;
  background: url("https://images.unsplash.com/photo-1527402992-00b58e9a4edf?ixlib=rb-0.3.5&ixid=eyJhcHBfaWQiOjEyMDd9&s=24056e5c05fb23e069e2b1f47fdaf8f1&auto=format&fit=crop&w=675&q=80");
  width: 600px;
  height: 800px;
  background-size: cover;
  top: -450%;
  right: -1000px;
  transition: 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
  filter: grayscale(75%);
  visibility: hidden;
}
.menu .about:hover:after {
  visibility: visible;
  top: -475%;
}
.menu .about:hover:before {
  visibility: visible;
  right: -1150px;
}
.menu .contact:after {
  content: "";
  position: absolute;
  background: url("https://images.unsplash.com/photo-1512428559087-560fa5ceab42?ixlib=rb-0.3.5&ixid=eyJhcHBfaWQiOjEyMDd9&s=665f85219b6ad4ee4b274871593f3394&auto=format&fit=crop&w=1350&q=80");
  width: 600px;
  height: 800px;
  background-size: cover;
  top: -550%;
  right: -1000px;
  transition: 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
  filter: grayscale(75%);
  visibility: hidden;
}
.menu .contact:hover:after {
  visibility: visible;
  top: -575%;
}
.menu .contact:hover:before {
  visibility: visible;
  right: -1375px;
}
.menu .menu-title {
color: white;
    font-size: 1.5em;
    opacity: 0.4;
    letter-spacing: 10px;
    font-family: 'Outfit';
}
/*sidebar css*/

.bottom-ul {
    padding: 0px 50px 0 0;
    padding-bottom: 0;
}
.bottom-ul ul{padding: 0;}

/*.bottom-ul ul li a:hover{color: #71F5BD;}*/
.bottom-ul ul li a:hover img{
  animation: arrow-move 1s infinite;
}
.bottom-ul ul li a {
    color: #000;
    font-size: 18px;
    display: flex;
    line-height: 30px;
    font-family: 'Outfit';
    font-weight: 400;
    float: right;
    text-align: left;
    width: 70%;
    justify-content: space-between;
    transition: 0.3s ease-in-out;
}
.bottom-ul ul li a img {
    width: 15px;filter: brightness(0);    margin: 10px 0 0;
}
.final-botm {
    padding: 50px;
    padding-top: 20px;
    padding-bottom: 10px;
}
.final-botm p {
    margin-bottom: 10px;
    color: #3E4960;
    font-weight: 400;
    margin-top: 20px;
    font-size: 12px;
    line-height: 16px;
}

.final-botm a {
    color: #3E4960;
    font-size: 20px;
    font-family: 'Outfit';
    margin-bottom: 20px;
    display: block;
}

.final-botm a img {
    margin-left: 20px;filter: brightness(0);
}       
    
    
    
.service-pg .faqwrp{    padding: 100px 0 0;}











.incresh-sec{  position: relative;  margin-top: -22vh;}
.incresh-sec .custom-container{  padding: 0 50px;}
.incresh-box{      position: relative;      border-radius: 30px;      background-color: #998E89;      padding: 40px 100px;      width: 99.5%;      height: 950px;      border-radius: 80px;    z-index: 9;}
.incresh-box .themes-h2 span {    color: #191A26;}
.incresh-box .themes-p {    color: #FFFFFF;    font-size: 22px;    margin-bottom: 20px;}
.incresh-box .themes-p.size{  font-size: 24px;}
.incresh-box ul {    display: flex;    justify-content: space-between;    margin-top: 0px;    width: 80%;}
.incresh-box h5 {    color: #FFFFFF;    font-size: 18px;    text-decoration: underline;    margin-top: 50px;    opacity: 0.5;    margin-bottom: 20px;}
.incresh-box ul li h6 {    color: #fff;    font-size: 18px;    font-weight: 300;    opacity: 0.7;    text-decoration: underline;}
.incresh-box ul li .themes-p {    margin: 0;    font-weight: 300;    font-size: 20px;}
.incresh-box img {    position: absolute;    right: 0;    top: 0;    height: 100%;    width: 50%;    object-fit: cover;    border-top-right-radius: 30px;    border-bottom-right-radius: 30px;}
.incresh-sec .main-heading{color:#fff;}
.txt-cntr{display: grid; align-items: center; height: 900px; }
.case-inner .main-banner{padding: 250px 0 280px;height: auto;position: relative;background-image: url(../images/banner-bg.png);background-size: cover;}
.case-inner .main-banner .txtwrp{    width: 80%;    margin: 0 auto;}
.case-inner .main-banner .txtwrp h1{    font-size: 68px;    line-height: 70px;}
.case-inner .main-banner .txtwrp p{    margin: 20px 0 20px;    width: 60%;    margin: 30px auto 0;font-size: 28px;    line-height: 32px;}


.case-fisrt{    padding: 60px 0 100px;}
.bullet-list{    margin: 30px 0 0;}
.bullet-list li {position: relative;padding-left: 2rem;margin-bottom: 10px;}
.bullet-list li:before {position: absolute;content: "";width: 10px;height: 10px;background: #000000;border-radius: 50%;left: 0;top: 7px;}
.bullet-list li p{    font-size: 20px;}
.bullet-list li p>b {color: #000000;}
.scop-list {    padding-left: 10rem;}
.scop-list h3{}
.scop-list p{font-family: 'Outfit' !important;font-size: 18px;margin-bottom: 15px;line-height: 22px;padding-left: 0px;position: relative;color: #000000;font-weight: 400;}
.chlng-box {padding: 5rem;border-radius: 35px;background: #F8F8F8;border: 2px solid #cfcfcf;}
.case-study-approach-sec img{width:100%;border-radius: 10px;}

.counter-box {    text-align: center;    padding: 3.5rem 2rem;}
.counter-box>p {    color: var(--text-gray-1);    margin: 0;}
.count {margin: 1rem 0;line-height: 1;color: #e94d22;font-family: 'Outfit';font-weight: 400;letter-spacing: -3.5px;font-size: 54px;}
.counter-sec {    border-top: 2px solid #F8F8F8;    border-bottom: 2px solid #F8F8F8; margin: 0 0 50px;}
.counter-sec .col-4 {    padding: 0;    border-left: 2px solid #F8F8F8;}
.counter-sec .col-12 {    padding: 0;    border: 2px solid #F8F8F8;    border-top: 0;    border-bottom: 0;}
.counter-box>div i {    font-size: 4rem;    color: #ffbea8;}
.counter-box>div {align-items: center;display: flex;justify-content: center;gap: 5px;margin: 1rem 0;line-height: 1;color: #e94d22;font-family: var(--primary-font);font-weight: 400;font-size: 54px;}
.clutch-custom-box {position: absolute;top: -1px;width: 215px;left: 50%;transform: translateX(-50%);background: #000;text-align: center;overflow: hidden;padding-top: 2rem;z-index: 99;}
.clutch-custom-box>div:nth-child(1) {    display: flex;    justify-content: center;    margin-bottom: 1rem;}
.clutch-custom-box>div:nth-child(1) img{filter: brightness(16.5);}
.clutch-custom-box>div:nth-child(1) img:nth-child(1),
.clutch-custom-box>div:nth-child(1) img:nth-child(5) {    margin-top: 20px;}
.clutch-custom-box>div:nth-child(1) img:nth-child(3) {    margin-top: -10px;}
.clutch-custom-box h5 {font-size: 16px;line-height: 1;color: #ffffff;font-weight: 600;margin: 0 auto 5px;width: 80%;}
.clutch-custom-box h6 {color: #d7d7d7;font-weight: 600;font-size: 12px;margin: 10px;}
.clutch-custom-box h2 {font-size: 50px;color: #ffffff;margin-bottom: 0;}
.clutch-custom-box>div:nth-of-type(2) {    background: #ffffff;    height: 100px;    display: flex;    align-items: end;    justify-content: center;    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);    margin-bottom: -1px;}

.position-relative {    position: relative;}
.clutch-custom-box>div:nth-child(1) img {    max-width: 35px;}

.case-inner .main-banner {    background: linear-gradient(to left, #3E190D, #E94D22);}
.case-inner .main-banner .txtwrp {    text-align: center;}
.align-items-center {    align-items: center;}
.case-fisrt .col-lg-6.col-md-6.col-12 {    padding: 0 15px;}
.clutch-custom-box {position: absolute;top: -1px;width: 215px;left: 50%;transform: translateX(-50%);background: linear-gradient(to left, #3E190D, #e94d22);text-align: center;overflow: hidden;padding-top: 2rem;z-index: 99;}
.incresh-box .first-heading {    color: #fff;}
.case-inner .first-heading {    margin-bottom: 25px;}
.scop-list h3 {    margin-bottom: 20px;}
.bullet-list.mb-5 {    margin-bottom: 40px;}

.text-dec {
    color: inherit;
    text-decoration: none;
}


.company-blog .button-content {    font-stretch: 100%;    line-height: 1.5;    letter-spacing: -.02em;    -webkit-font-smoothing: antialiased;    font-smoothing: antialiased;    font-size: .6875rem;    line-height: 1;    letter-spacing: .01em;    align-self: center;    width: fit-content;    padding: 4px 8px;    margin: 10px 0 0 0px;    font-weight: 500;    text-transform: uppercase;    color: #ccd3dc;    border-width: 1px;    border-style: solid;    border-color: #ccd3dc;    border-image: initial;    border-radius: 2000px;}

.about-pg .one-features-cards__feature.span-7{grid-column: span 4;justify-content: space-between;}
.about-pg .one-features-cards__feature.span-5{grid-column: span 6;justify-content: space-between;}
.about-pg .one-features-cards__feature__body h4{font-size: 56px;    font-weight: 500;    background: linear-gradient(to left, #3E190D, #E94D22);    -webkit-background-clip: text;    -webkit-text-fill-color: transparent;}
.about-pg .one-features-cards__feature__body p{font-size: 18px;    width: 80%;}
.about-pg .one-features-cards__feature{        height: 410px;        border-radius: 9px;}
.about-pg .one-features-cards__header{        margin: unset;        text-align: left;        max-width: 1050px;}
.about-pg .one-features-cards__features{    --grid-gap: 9px;}
.top-span{    font-size: 20px;    margin: 20px 0 0;    color: #8a7e7e;}





.termswrp {    background: #F8F8F8;    padding: 160px 0 60px;    margin: 0 0 0px;}
.termswrp .txtwrp p {font-size: 21px;line-height: 1.7;font-weight: 300;padding: 0 0 20px;color: #000000;}
.termswrp .txtwrp h2 {/* font-size: 48px; *//* font-weight: 600; */padding: 0 0 20px;}
.termswrp .txtwrp p strong {font-size: 32px;font-weight: 500;padding: 0 0 0px;display: block;color: #000000;margin: 20px 0 0;}
.termswrp .txtwrp ul li {font-size: 19px;line-height: 1.7;font-weight: 300;padding: 0 0 10px 0px;position: relative;color: #000000;list-style: disc;}
.termswrp .txtwrp ul li::marker {    unicode-bidi: isolate;    font-variant-numeric: tabular-nums;    text-transform: none;    text-indent: 0px !important;    text-align: start !important;    text-align-last: auto !important;font-size: 22px;color: #f15a29;}
.termswrp .txtwrp ul {    margin: -20px 0 20px;    padding-left: 25px;}
.termswrp .txtwrp {    width: 61%;    margin: 0 auto;}

.uper-top{    margin: -100px 0 0;}


._cardSections_r5kqe_283 li h4{font-size: 30px;}

.newsletter__form .form__footer{    margin: -30px 0 0;}
.newsletter__form .button{margin-top: -20px !important;} 
.newsletter__form .button:hover, .newsletter__form .button:focus{color:#000 !important;}

.primary-clr:hover{color:#000 !important;}
p.checkmark{    padding: 10px 0px 0 20px;}
p.checkmark:after{content: '\f14a';font-family: 'FontAwesome';position: absolute;left: 0;color: #f15a29;}
.primary-clr{color:#E94D22;}


.stats-custom{background: #fff;padding: 10px 20px;text-align: center;}
.stats-custom h4{    font-size: 45px;    font-weight: 400;    line-height: 45px;margin: 0;}
.stats-custom p{    color: #514848;margin: 0;}



.cta-section {    padding: 0 0 100px;}
.cta-section h2{margin: 0 0 30px;}
.cta-features li:after{content: '\f00c';font-family: 'FontAwesome';position: absolute;left: 15px;top: 12px;color: #35B11D;}
.cta-section .container {background-color: #3E190D;padding: 60px 70px;color: white;border-radius: 24px;position: relative;position: relative;background-image: url(./images/ctaa-bg.png);background-size: cover;}
.cta-section .container img{position: absolute;bottom: 0;right: 0;width: 470px;z-index: 0;}
.cta-badge {  display: inline-block;  background: rgba(255, 255, 255, 0.1);  padding: 8px 16px;  border-radius: 20px;  font-size: 14px;  color: #E1E1E1;  margin-bottom: 20px;}
.cta-heading {  font-size: 32px;  font-weight: 600;  line-height: 1.3;  margin-bottom: 30px;}
.cta-heading span {  font-weight: 700;  font-size: 36px;  display: block;  margin-top: 8px;}
.cta-features {gap: 16px;list-style: none;padding: 0;margin-bottom: 40px;color: #ffffff;display: flex;flex-wrap: wrap;width: 80%;}
.cta-features li {background: rgba(255, 255, 255, 0.07);padding: 12px 16px 12px 50px;border-radius: 24px;font-size: 16px;text-align: left;flex: 0 0 34%;position: relative;}
/*.cta-section .container:after{content:'';background-image: url(./images/lines-dts.svg);width: 100%;height: 200px;position: absolute;bottom: 0;z-index: 9;left: 0;z-index: 0;transform: rotate(180deg);}*/
/*.cta-section .container:before{content:'';background-image: url(./images/lines-dts.svg);width: 100%;height: 240px;position: absolute;top: 0;z-index: 9;left: 0;z-index: 0;}*/
.cta-section .container a {    position: relative;    z-index: 9;}


.dotted {    position: absolute;    top: 0px;    left: 0px;    width: 100%;    height: 100%;    border: 9px dotted #e04a21;    border-radius: 48%;    z-index: 1;    animation: rotateRing 2s linear infinite;    pointer-events: none;}
/* Animation */
@keyframes rotateRing {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}


.home-serviceswrp a{text-decoration:none;}





.service-testi-sec{    padding: 70px 0 0;    position: relative;    z-index: 9;}
.branding-box {padding: 50px;border-radius: 30px;border: 1px solid #aeaeae;position: relative;/*height: 715px;*//*width:590px;*/display: grid;align-content: flex-start;backdrop-filter: blur(30px);background: unset;}
.branding-box .top-icon {position: absolute;right: 40px;/* filter: brightness(0.1); */height: 30px;width: auto;}
.branding-box:hover .top-icon{    animation: arrow-move 1s infinite;}
.branding-box h5 {    color: #A0A5B1;    font-size: 25px;    font-weight: 400;    line-height: 25px;    width: 75%;    margin-bottom: 10px;}
.branding-box h4 {font-weight: 600;color: #191A26;font-size: 30px;line-height: 35px;width: 86%;font-family:Outfit;margin: 20px 0;}
.branding-box p {    color: #191A26;    font-size: 16px;    margin: 15px 0;font-family:Outfit;}
.branding-box ul {    display: flex;    justify-content: space-between;    margin: 0;    margin-top: 45px;    align-items: flex-end;}
.branding-box ul li h5 {color: #f15a29;font-size: 18px;margin: 0;font-weight: 500;}
.branding-box ul li h5 img{display: block;    height: 45px;    margin: 0 0 5px;}
.branding-box ul li h5 span {display: block;color: #A0A5B1;font-weight: 400;}
.branding-box ul li {    width: 50%;}
.branding-box ul li a{    display: flex;    justify-content: flex-end;    align-items: center;}
.branding-box .quote-img{    width: 45px;    margin: 0 0 20px;}



.industry-pg .parallax-wrap{z-index: 9;}
.industry-pg .stats-1{position: absolute;width: 190px;right: -59px;top: 70px;z-index: 0;box-shadow: 0px 5px 19px 2px #00000047;border-radius: 9px;}  
.industry-pg .stats-2{position: absolute;width: 230px;top: 470px;right: 0px;box-shadow: 0px 5px 19px 2px #00000047;border-radius: 9px;}  
.industry-pg .stats-3{position: absolute;left: -160px;top: 180px;width: 180px;box-shadow: 0px 5px 19px 2px #00000047;border-radius: 9px;}


.newsletter__header__image{position:relative;}
.newsletter__header__image:before{content: '';position: absolute;top: 60px;width: 700px;height: 700px;background: #f3f3f3;border-radius: 50%;left: 70px;}
.newsletter__header__image img{width:85%;}



.newsletter__header{position:relative;}
.ceo-message{box-shadow: -15px 12px 60px 2px #00000047;border-radius: 20px;width: 320px;padding: 30px;position: absolute;top: 380px;right: 30px;background: #fff;}
.ceo-message .upper-head{display: flex;align-items: center;margin: 20px 0 0;gap: 20px;}
.ceo-message .upper-head h6{font-size: 16px;margin: 0;font-weight: 500;}
.ceo-message .upper-head span{}
.ceo-message .upper-head img{height: 75px;width: auto;margin: 0 0 5px;border-radius: 50px;border: 1px solid #f15a29;padding: 0px;}
.ceo-message .lower-body{}
.ceo-message .lower-body p{}

.akk-image-bg{
        background-image: url(./images/akk1.png);
    width: 60px;
    height: 60px;
    border: 1px solid #e94d22;
    border-radius: 30px;
    background-size: 106px;
    background-position: -23px 0px;
    background-repeat: repeat;
}


.metas-partner{}
.metas-partner ul{
    display: flex;
    padding: 0;
    justify-content: space-between;
    margin: 37px 0 0;
}
.metas-partner ul li{}
.metas-partner ul li img{
    height: 52px;
}
.home-serviceswrp img {width: 230px;margin: 0 0 20px;padding: 20px 80px;border-radius: 70px;}
.home-serviceswrp img.paid-serve{
    background: #DCCCEC;
}
.home-serviceswrp img.creative-serv{
    background: #D6E5BD;
}
.home-serviceswrp img.planing-serv{
    background: #F9E1A8;
}
.home-serviceswrp img.marketing-serve{
    background: #BCD8EC;
}
.home-serviceswrp img.cro-serve{
    background: #FFCBE1;
}
.home-serviceswrp img.local-serve{
    background: #FFDAB4;
}

._cardSections_r5kqe_283 li h4 span{font-weight: 400;}


section.carousel.carousel--driver.carousel--mobile-slide-gaps{background: linear-gradient(to left, #3E190D, #E94D22);padding-bottom: 60px;}

.service-pg .testimonials{padding: 70px 0 70px;}

img.solution-img {    display: none;}


.other-services-slide{    margin: -350px 0 0;    position: relative;    z-index: 9;    padding: 0 0 0px;    background: #fafafb00;}
.other-services-slide .ceo-message {    position: unset;    margin: 0 2px 90px 20px;    box-shadow: unset;    border: 1px solid #aeaeae;}
.other-services-slide .ceo-message .upper-head{    margin: 0px 0 10px;}
.other-services-slide .ceo-message .upper-head h6{    font-size: 22px;    line-height: 26px;}
.other-services-slide .slick-prev {    left: -130px;}
.other-services-slide .slick-next {    left: -66px;}
.other-services-slide .slick-prev, .other-services-slide .slick-next{}
.other-services-slide .slick-next:before {content: '\f178';/* background-image: url(.//images/arrow-orange.svg); *//* width: 30px; *//* height: 30px; */display: inline-block;/* transform: rotate(45deg); */background-color: #aeaeae42;padding: 10px;border-radius: 60px;/* background-size: 20px; *//* background-repeat: no-repeat; *//* background-position: center; */font-family: 'FontAwesome';color: #000;font-size: 28px;}
.other-services-slide .slick-prev:before{content: '\f177';/* background-image: url(.//images/arrow-orange.svg); *//* width: 30px; *//* height: 30px; */display: inline-block;/* transform: rotate(225deg); */background-color: #aeaeae42;padding: 10px;border-radius: 60px;/* background-size: 20px; *//* background-repeat: no-repeat; *//* background-position: center; */font-family: 'FontAwesome';color: #000;font-size: 30px;}
.other-services-slide .ceo-message:hover{box-shadow: 0px 0px 19px 2px #0000002e;}
.other-services-slide .slick-list.draggable{padding: 50px 0;    margin: 0 0 -60px;}



.akk-image-bg.short-mes {    width: 70px;    height: 70px;    border-radius: 60px;    border: 0px solid #e94d22;    background-position: -17px 0px;margin: 0 0 10px;}



.driver-assist__slider-body p {    font-size: 26px;    line-height: 32px;}


.about-ceo-image{width: 79%;}



.case-txt-box:hover{    transform: translateY(-0.625rem);
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    transition: .4s;}
.case-txt-box:hover .case-icon-box img{filter:unset;}
.case-txt-box:hover .case-icon-box{background: #000000;}
.case-txt-box:hover{border: 2px solid #aeaeae;}
.case-txt-box {position: relative;border: 2px solid #aeaeae;padding: 30px;border-radius: 30px;display: grid;align-content: center;height: 425px;width: 310px;transition: 0.4s ease-in-out;background: #ffffff00;margin: 0 10px 50px;backdrop-filter: blur(30px);}
.case-txt-box h3 {color: #000000;font-size: 75px;font-weight: 400;position: relative;margin: 0 0 40px;background: linear-gradient(to left, #3E190D, #E94D22);-webkit-background-clip: text;-webkit-text-fill-color: transparent;display: inline-block;}
.case-txt-box h3 span{font-size: 16px;position: absolute;bottom: 50px;left: 90px;color: #000 !important;background: none;-webkit-background-clip: initial;-webkit-text-fill-color: initial;}
.case-txt-box h3 span.span-two{font-size: 16px;position: absolute;bottom: 32px;left: 90px;}
.case-txt-box.box-3 h3 span{font-size: 16px;position: absolute;bottom: 50px;left: 160px;}
.case-txt-box.box-3 h3 span.span-two{font-size: 16px;position: absolute;bottom: 33px;left: 160px;}
.case-txt-box.box-4 h3 span{font-size: 16px;position: absolute;bottom: 50px;left: 175px;}
.case-txt-box.box-4 h3 span.span-two{font-size: 16px;position: absolute;bottom: 33px;left: 175px;}
.case-txt-box.box-2 h3 span{font-size: 16px;position: absolute;bottom: 50px;left: 140px;}
.case-txt-box.box-2 h3 span.span-two{font-size: 16px;position: absolute;bottom: 31px;left: 140px;}
.case-txt-box h3 span b{}
.case-txt-box:hover .case-icon-box{}
.case-txt-box:hover .case-icon-box img{}
.case-txt-box .case-icon-box img{transition: 0.4s ease-in-out;width: 35px;}
.case-txt-box .case-icon-box {height: 55px;width: 55px;background: linear-gradient(to left, #3E190D, #E94D22);display: flex;align-items: center;justify-content: center;border-radius: 50%;margin: 20px 0;transition: 0.4s ease-in-out;}
.case-txt-box .themes-p {color: #000000;font-weight: 500;font-size: 20px;margin: 0;}
.case-txt-box.mt-3 {    margin-top: 50px !important;}
.service-message{}
.service-message:after{content:'';background-image: url(./images/Single-Dot.webp);background-size: cover;background-position: 30px -450px;padding: 200px 0 100px;position: absolute;width: 100%;height: 100%;top: 0;z-index: -1;/* -webkit-transform: scaleX(-1); *//* transform: scaleX(-1); */background-repeat: no-repeat;}




.performancewrp{padding: 70px 0;background-image: url(../images/gradiant-bg.png);background-size: cover;position: relative;background-color: #fafafb;}
.performancewrp .txtwrp{}
.performancewrp .txtwrp h4{}
.performancewrp .txtwrp h2{/* font-size: 72px; *//* color: #000; *//* font-family: 'Anton'; *//* font-weight: 100; *//* line-height: 74px; */margin: 0 0 20px;}
.performancewrp .txtwrp p {    padding: 0 90px 0 0;}
.performancewrp .counterwrp{    display: flex;    margin: 30px 0 30px;    align-items: center;}
.performancewrp .counterwrp h6{    font-size: 36px;    font-family: "Syne", sans-serif;  margin: 0 30px 0 0;}
.performancewrp .counterwrp p{    color: #000000;    font-size: 16px;    font-family: 'Kanit';    font-weight: 300;    width: 20%;    line-height: 20px;    margin: 0;}
.performancewrp .btnwrp{display: flex;align-items: center;gap: 15px;margin: 20px 0 0;}
.performancewrp .btnwrp a.btn-1{}
.performancewrp .btnwrp a.btn-3{    color: #000;    margin: 0;}
.performancewrp .btnwrp a.btn-3 img{    filter: brightness(0);    margin: 0 0 0 10px;}
.need-help-persons {}
.need-help-persons img {height: 40px;width: auto;}

.reach-card-inner {display: flex;background: #ffffff;border-radius: 20px;border: 1px solid #aeaeae;padding: 25px 25px;align-items: flex-start;margin: 0 0 10px;}
.reach-card-inner .fa-26 {margin: 0;font-size: 18px;font-family: 'Inter';line-height: 1.5;font-weight: 400;}
.reach-card-inner .fa-26.bold {font-weight: 700;margin-bottom: 8px;font-size: 20px;}
.reach-card-content {padding-left: 20px; }
.reach-card-img img {width: 60px; }



section.inner-section-third:after{content:'';background-image: url(./images/lines-dts.svg);width: 100%;height: 200px;position: absolute;bottom: 0;z-index: 9;left: 0;z-index: 0;transform: rotate(180deg);}
section.inner-section-third:before{content:'';background-image: url(./images/lines-dts.svg);width: 100%;height: 240px;position: absolute;top: 0;z-index: 9;left: 0;z-index: 0;}
section.inner-section-third {background: #3E190D;padding: 90px 0 0;position: relative;}
section.inner-section-third .txtwrp{}
section.inner-section-third .txtwrp h2{margin: 0 0 10px;color: #fff;}
section.inner-section-third .txtwrp p{color: #fff;}
.inner-section-third .lead-heading {text-align: center;}
.inner-section-third .main-heading {text-align: center; color: #fff; font-size: 60px; line-height: 64px; max-width: 800px; margin: 0 auto; }
.inner-section-third .main-pera { color: #fff; text-align: center; max-width: 682px; margin: 0 auto; }
section.inner-section-third .tabbingcontainer .tabs {display: none; }
section.inner-section-third .tabs-list ul {display: flex;gap: 10px;}
section.inner-section-third .tabs-list ul li {background: #ffffff;color: #000000;padding: 15px 30px;border-radius: 18px;font-size: 19px;border: 1px solid #aeaeae;cursor: pointer;}
section.inner-section-third .tabbingcontainer { margin-top: 40px; }
section.inner-section-third .tabs-list ul li.current {background: #e94d22;color: #ffffff;border: 1px solid #e94d22;}
section.inner-section-third .tabbingcontainer .tabs.current {display: block;position: relative;z-index: 9;}
.tab-img img {width: 100%;}
.inner-section-third .tab-img img{width: 90%;position: relative;z-index: 9;}
section.inner-section-third .tabbingcontainer .tabs.current .main-pera {text-align: left; max-width: 100%; font-weight: 300; margin-right: 0px; font-size: 23px; line-height: 1.5;}
section.inner-section-third .tabbingcontainer .tabs .btnwrp {display: flex; align-items: center; gap: 20px; }
.tab-ul li {color: #ffffff;font-size: 22px;font-weight: 300;padding-bottom: 10px;line-height: 1.5;}
ul.tab-ul {padding: 30px 0;}
section.inner-section-third .tabbingcontainer .tabs {padding-top: 44px;}
.tab-ul li { position: relative; padding-left: 50px;}
.tab-ul li:before {content: '\f058';font-family: Fontawesome;left: 0;position: absolute;color: #35B11D;}
section.inner-section-third .tabbingcontainer .tabs .row {align-items: flex-end; }
section.inner-section-third .tabbingcontainer .tabs .btnwrp {padding-bottom: 50px;}
section.how-we-are-sec.inner-sec-4 { padding: 90px 0; background-image: url(../images/Rectangle-320.png); background-size: cover;}
.clr-white{color:#fff;}


.div-sticky{position: sticky;top: 80px;}

.service-cta-first-img-box {    position: relative;}    
.service-cta-first-img-box img{position: absolute;    bottom: -100px;    left: -130px;    width: 140px;}    

.one-banner--simple .akk-image-bg.short-mes{width: 170px;    height: 170px;    border-radius: 120px;background-size: 176px;background-position: -2px 0px;}
.one-banner__banner{padding: 20px 27px !important;}




.industry{padding: 0px 0 70px;background-color: #ffffff;border-radius: 28px;margin-bottom: 10px;}
.industry .txtwrp{    text-align: center;    display: flex;    flex-direction: column;    width: 70%;    margin: 0 auto;}
.industry .txtwrp h2{color: #000000;margin: 0 0 20px;}
.industry .txtwrp p{color: #000000;}
.industry .industry-list{margin: 40px 0 0;}
.industry .industry-list ul{    margin: 0;    display: flex;    flex-wrap: wrap;    gap: 16px;    justify-content: center;}
.industry .industry-list ul li{color: #000000;padding: 8px 25px;margin-bottom: 8px;border-radius: 16px;display: flex;align-items: start;background-color: #ffffff;align-items: center;border: 2px solid #aeaeae;font-weight: 500;}
.industry .industry-list ul li img{height: 50px;    margin: 0 15px 0 0;width:auto;}



.image-silder-1 img{height:40px;}



.revenue-box i {    color: #f15a29;}



.custom-size img{    width: 300px;    margin: 30px 0 0;}
.cs-img{width: 150%;
    margin: 100px 0 0 -60px;}



.all-portfolio-wrp{display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 40px; padding: 80px 80px 0;}


.company-partners__tabpanel__image{    margin: 50px 0 -80px;}
.driver-assist__videos__video>.aspect-ratio-box>*{object-fit: cover;    border-radius: 22px;}




.company-timeline__sections__section--active .company-timeline__sections__section__image:nth-child(1), .company-timeline__sections__section--active .company-timeline__sections__section__video:nth-child(1){animation: unset !important;}
li.company-timeline__sections__section__image video {border-radius: 22px;    margin: -70px 0 0;}
.m-l{margin-left: 80px !important;}
.company-timeline__sections__section--active .company-timeline__sections__section__title~.company-timeline__sections__section__image, .company-timeline__sections__section--active .company-timeline__sections__section__title~.company-timeline__sections__section__video{animation: unset !important;}
.company-timeline__sections__section__image video {    border-radius: 22px;}
