/* font  Neue Haas Grotesk Display Pro */
*{
    font-family: "Roboto", sans-serif !important;
    font-style: normal !important;
}

.btn-strategy-nav:hover{
    background: #6A994E;
}

.btn-automate-nav:hover{
    background: #6A994E;
}

.about-home-counter-content{
    margin-left: 20px;
}

.btn-get-start img{
    margin-left: 10px !important;
}

.btn-book-consult img{
    margin-left: 10px !important;
}

.text-gradient{
    background: linear-gradient(98.96deg, #4467E3 -8.43%, #7AC01A 144.3%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
   display: inline-block !important;
}
.bg-gradient{
    background: linear-gradient(98.96deg, #4467E3 -8.43%, #7AC01A 144.3%) !important;
    color: #fff !important;  
}

.bg-blue{
    background: #318ADC;
    color: #fff !important;
}

.text-black{
    color: #1D2B33 !important;
}

.text-green{
    color: #6A994E !important;
}

.dropdown-menu{
    margin-top: -5px !important;
    padding: 20px 8px !important;
    border-radius: 15px !important;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
}
.dropdown-menu a{
    display: block !important;
}

.dropdown:hover{
    .dropdown-menu{
        display: inline-block !important;
    }
}

.sticky-top{
    padding-bottom: 1px !important;
}

.navbar-text {
    margin-top: 10px !important;
    margin-bottom: -10px !important; 
}

.navbar-text .navbar-nav .nav-item .nav-link {
    font-weight: 600 !important;
    color: #000; 
    margin-left: 25px;
    font-size: 20px !important;
}

.navbar-text .navbar-nav .nav-item .nav-link.active {
    color: #318ADC;
    /* -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; */
}
.btn-get-start:hover{
    background: #49B158;
    
}

.btn-get-start{
    padding-left: 15px !important;
    padding-right: 15px !important;
}




.banner-head {
background-image: url('/../asset/images/banner-head.png');
width: 100%;
height: 100%; 
background-size: cover;
background-repeat: no-repeat;
background-position: center;
text-align: center;
}

.banner-head-text{
font-size: 55px;
font-weight: 700;
margin-left: 10px;
}

.head-side-arrow{
    position: absolute;
    top: 239px;
    right: 24px;
}

.btn-book-consult{
    font-weight: 600;
    border-radius: 13px;
    font-size: 22px !important;
    padding: 16px 30px;
    box-shadow: 0px 4px 200px #A9FFBC;
}
.circle-on-hover {
    padding: 16px;
    position: relative;
    display: inline-block;
    margin: 16px;
}

.circle-marker {
    position: relative;
    display: inline-block;
    margin: 16px;
    padding: 16px;
    color: #333;
    text-decoration: none;
}

.circle-marker svg {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none;
}

/* .circle-marker path {
    stroke-width: 1.0;
    stroke: #60872a;
    fill: none;
    stroke-linecap: round;
    stroke-dasharray: 1000; 
    stroke-dashoffset: 1000;
    animation: drawPath 1000ms linear infinite;  
} 

*/


/* Keyframes for the drawPath animation */
/* @keyframes drawPath {
    0% {
        stroke-dashoffset: 1000;
        fill: none;
    }
    50% {
        stroke-dashoffset: 0;
        fill: #60872a;
    }
    100% {
        stroke-dashoffset: 1000;
        fill: none;
    }
} */


.btn-book-consult:hover{
background-color: #49B158;
}



.banner-foot{
/* margin-top: -300px; */
background-image: url(/../asset/images/banner-foot.png);
width: 100%;
height: 100%;
background-size: cover;
background-repeat: no-repeat;
background-position: center;
text-align: center;
/* padding: 150px 0 40px 0; */
}

.show-me-more:hover{
  background: #49B158
}

/* .custom-ai-button{
    background-image: url(/../asset/images/custom-ai.svg);
width: 100%;
height: 100%;
background-size: cover;
background-repeat: no-repeat;
background-position: center;
text-align: center;
} */


/* automation */

/* .business-automation{
    background-image: url(/../asset/images/home-business-automation.png);
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
 

} */
/* home service */

.home-service{
    background-image: url(/../asset/images/home-service.png);
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    text-align: center;

}

/* service line */

.container {
    position: relative;
}


.new-svg-wrapper-top {
    position: absolute;
    top: -158%;
    left: 40%;
    transform: translateX(100%);
}

.new-svg-wrapper-left {
    position: absolute;
    top: 43%;
    left: 21%;
    transform: translateY(-50%);
}

.new-svg-wrapper-right {
    position: absolute;
    top: 50%;
    right: 21%;
}


.new-svg-wrapper-bottom {
    position: absolute;
    top: 115%;
    left: 39%;
    transform: translateX(15%);
}

.border-gradient{
    /* border: 1px solid transparent;
    border-image: linear-gradient(90deg, rgba(68,103,227,1) 0%, rgba(122,192,26,1) 100%);
    border-image-slice: 1; */
}


.border-gradient::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 40px;
    padding: 1px; /* control the border thickness */
    background: linear-gradient(90deg, rgba(68,103,227,1) 0%, rgba(122,192,26,1) 100%);
    -webkit-mask: 
      linear-gradient(#fff 0 0) content-box, 
      linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
            mask-composite: exclude;
    pointer-events: none;
  }

  .border-gradient-automate::before{
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 20px;
    padding: 1px; /* control the border thickness */
    background: linear-gradient(90deg, rgba(68,103,227,1) 0%, rgba(122,192,26,1) 100%);
    -webkit-mask: 
      linear-gradient(#fff 0 0) content-box, 
      linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
            mask-composite: exclude;
    pointer-events: none;
  }

  .service1 strong{
    font-size: 24px !important;
    color: #fff;
  }

  .service2 strong{
    font-size: 24px !important;
    color: #fff;
  }
  .service3 strong{
    font-size: 24px !important;
    color: #fff;
  }
  .service4 strong{
    font-size: 24px !important;
    color: #fff;
  }

  .service1 p{
    color: #E1DBDB !important;
    font-size: 20px;

  }

  .service2 p{
    color: #E1DBDB !important;
    font-size: 20px;

  }

  .service3 p{
    color: #E1DBDB !important;
    font-size: 20px;

  }

  .service4 p{
    color: #E1DBDB !important;
    font-size: 20px;

  }

.service1{
    position: absolute;
    width: 40%;
    left: 0;
    top: -195%;
    /* color: #E1DBDB; */
    text-align: left !important;
    border-radius: 40px;
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(5px);
    padding: 20px;

}


.service2{
    position: absolute;
    width: 40%;
    left: -20px;
    top: 124%;
    color: #fff;
    text-align: left !important;
    border-radius: 40px;
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(5px);
    padding: 20px;
}

.service3{
    position: absolute;
    width: 40%;
    right: 0;
    top: -351px;
    color: #fff;
    text-align: left !important;
    border-radius: 40px;
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(5px);
    padding: 20px;




}

.service4{
    position: absolute;
    width: 41%;
    right: 0;
    top: 225px;
    color: #fff;
    text-align: left !important;
    border-radius: 40px;
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(5px);
    padding: 20px;

}




.home-potential{ 
/* margin-top: 100px; */
background-image: url(/../asset/images/potential.png);
width: 100%;
height: 100%;
background-size: cover;
background-repeat: no-repeat;
background-position: center;
/* padding: 50px 20px; */

}

.home-counter{
background-image: url(/../asset/images/banner-foot.png);
width: 100%;
height: 100%;
background-size: cover;
background-repeat: no-repeat;
background-position: center;
text-align: center;
margin: 0 auto;
}


/* client say */
.client-say{
background-image: url(/../asset/images/client-say-bannar.png);
width: 100%;
height: 100%;
background-size: cover;
background-repeat: no-repeat;
background-position: center;

padding: 30px;
}
.shadow-effect {
    background: #fff;
    padding: 20px;
    border-radius: 30px;
}
#customers-testimonials .shadow-effect p {
    font-family: inherit;
    font-size: 17px;
    line-height: 1.5;
    margin: 0 0 17px 0;
    font-weight: 300;
}
.testimonial-name {
    margin: -17px auto 0;
    display: table;
    width: auto;
    background: #3190E7;
    padding: 9px 35px;
    border-radius: 12px;
    text-align: center;
    color: #fff;
    box-shadow: 0 9px 18px rgba(0,0,0,0.12), 0 5px 7px rgba(0,0,0,0.05);
}


#customers-testimonials .item {
-webkit-transform: scale3d(0.8, 0.8, 1);
transform: scale3d(0.8, 0.8, 1);
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;

}
#customers-testimonials .owl-item.active.center .item {
    opacity: 1;
    -webkit-transform: scale3d(1.0, 1.0, 1);
    transform: scale3d(1.0, 1.0, 1);
}
.owl-carousel .owl-item img {
    transform-style: preserve-3d;
    max-width: 90px;
    /* margin: 0 auto 17px; */
}
#customers-testimonials.owl-carousel .owl-dots .owl-dot.active span,
#customers-testimonials.owl-carousel .owl-dots .owl-dot:hover span {
    background: #3190E7;
    transform: translate3d(0px, -50%, 0px) scale(0.7);
}
#customers-testimonials.owl-carousel .owl-dots{
margin-top: 50px !important;
display: inline-block;
width: 100%;
text-align: center;
}
#customers-testimonials.owl-carousel .owl-dots .owl-dot{
display: inline-block;
}
#customers-testimonials.owl-carousel .owl-dots .owl-dot span {
    background: #3190E7;
    display: inline-block;
    height: 20px;
    margin: 0 2px 5px;
    transform: translate3d(0px, -50%, 0px) scale(0.3);
    transform-origin: 50% 50% 0;
    transition: all 250ms ease-out 0s;
    width: 20px;
    border-radius: 100%;
}


/* tools and tecnology */
.tools-tech {
margin-top: -260px;
padding: 250px 0 155px 0;
background-image: url(/../asset/images/TechnologiesBackground.png);
width: 100%;
height: 100%;
background-size: cover;
background-repeat: no-repeat;
background-position: center;

}

.big-tools-tech {
    margin-top: -260px;
    padding: 250px 0 155px 0;
    background-image: url(/../asset/images/big-tools-tech.png);
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    
    }

.slick-slide {
width: 110px  !important;
}

.slick-slide {
margin: 0px 20px;
}
.slick-slide img {
width: 100%;
}

.slick-slider
{
position: relative;
display: block;
box-sizing: border-box;
user-select: none;
-webkit-touch-callout: none;
touch-action: pan-y;
-webkit-tap-highlight-color: transparent;
}

.slick-list
{
position: relative;
display: block;
overflow: hidden;
margin: 0;
padding: 0;
}
.slick-list:focus
{
outline: none;
}
.slick-list.dragging
{
cursor: pointer;
cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{

transform: translate3d(0, 0, 0);
}

.slick-track
{
position: relative;
top: 0;
left: 0;
display: block;
}

.slick-track:before,
.slick-track:after
{
display: table;
content: '';
}
.slick-track:after
{
clear: both;
}
.slick-loading .slick-track
{
visibility: hidden;
}

.slick-slide
{
display: none;
float: left;
height: 100%;
min-height: 1px;
}
[dir='rtl'] .slick-slide
{
float: right;
}
.slick-slide img
{
display: block;
}
.slick-slide.slick-loading img
{
display: none;
}
.slick-slide.dragging img
{
pointer-events: none;
}
.slick-initialized .slick-slide
{
display: block;
}
.slick-loading .slick-slide
{
visibility: hidden;
}
.slick-vertical .slick-slide
{
display: block;
height: auto;
border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
display: none;
}


/* .slick-dots {
    margin-top: 50px !important;
    display: inline-block;
    width: 100%;
    text-align: center;
}

.slick-dots li {
    display: inline-block;
    margin: 0 2px 5px;
}

.slick-dots li button {
    background: #3190E7;
    display: inline-block;
    height: 20px;
    width: 20px;
    border-radius: 100%;
    transform: translate3d(0px, -50%, 0px) scale(0.3);
    transform-origin: 50% 50% 0;
    transition: all 250ms ease-out 0s;
    border: none; 
}

.slick-dots li.slick-active button {
    transform: translate3d(0px, -50%, 0px) scale(1); 
} */


.customer-logos .slide p{
    font-size: 14px !important;
}


/* footer */


.footer{
background-image: url(/../asset/images/footer.png);
width: 100%;
height: 290px;
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}


/* aboute */

.long-banner{
    /* background-image: url(/../assets/images/StrategyConsultingBackground.png); */
    background-image: url('/../asset/images/banner-head.png');
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    /* padding: 30px; */
}

.about-head-bottom{
    background-image: url(/../asset/images/about-img-footer.svg);
    width: 50%;
    height: 330px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    right: 0px;
    top: 60%;
}



.image-container {
    display: inline-block;
    position: relative;
    width: 300px; /* Adjust to your image width */
    text-align: center;
}

.image-container img {
    width: 100%;
    display: block;
}

.image-container .caption {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent background */
    color: white;
    padding: 10px;
    box-sizing: border-box;
}


.about-industry{
    margin-top: -150px;
    background-image: url(/../asset/images/footer.png);
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 50px 20px;
    position: relative;
}

      .client-benifit-title-mobile{
        display: none;
    }


/* mobile responsive */

@media screen and (max-width: 768px) {

        .client-title{
            margin-top: 40px !important;
        }
        
        .stategy-cards{
            margin-top: 20px !important;
            
        }
    .client-benifit-title{
        display: none !important;
    }
    .client-benifit-title-mobile{
        display: inline !important;
    }
    .show-me-more{
        font-size: 16px !important;
    }
.margin-top-20{
    margin-top: 20px !important;
}
    .about-home-counter{
        padding : 10px !important;
    }

 .benifit-title{
    margin-top: 40px !important;
 }

.dropdown-menu{
    margin-left : 25% !important;
}
    .dropdown-menu a strong{
        font-size: 18px !important;
    }
/* banner */

    strong{
        font-size: 20px !important;
    }

    p{
        font-size: 14px !important;
    }
    a{
        font-size: 14px !important;
    }
    .mobile-bannar-head{
        width: 100% !important;
        margin-top: 20px !important;
    }

    .banner-head-text{
        font-size: 32px !important;
    }

    .mobile-bannar-head .banner-head-text svg{
        width: 120px !important;
        height: 65px !important;
    }

    .banner-foot{
        margin-top: 50px auto !important;
        width: 95% !important;
        
    }

    .circle-marker{
        width: 120px !important;
    }

    .btn-business{
        display: inline-block !important;
        margin: 0 auto !important;
        width: 50% !important;
    }

    .mobile-bannar-head p{
        margin-top: 20px !important;
        font-size: 14px !important;
    }
    .book-consult{
        margin-top: 30px !important;
        font-size: 14px !important;
    }

    .btn-book-consult{
        display: inline-block !important;
        margin: 0 auto !important;
        width: 55% !important;
        font-size: 16px !important;
        padding: 12px 0px !important;
    }

    .video-section{
        height: 200px !important;
    }

    .head-side-arrow{
        display: none !important;
    }

    .banner-foot{
        margin-top: -100px;
    }
    .banner-foot strong{
        font-size: 24px !important;
    }
    
    .banner-foot p{
        font-size: 14px !important;
    }

    .banner-footer-slide{
        margin-top: 0px !important;
    }

    .business-automation{
        padding: 20px !important;
    }

    /* service */

    .mobile-service-view{
        margin-top: 30px !important;
        padding: 20px 0 ;
    }
    .service1, .service2, .service3, .service4 {
        width: 80% !important;
        position: static !important;
        border-radius: 20px !important;
        margin: 20px auto !important;
    }

    .border-gradient::before{
        border-radius: 20px !important;
    }

    .service-head-img {
        width: 40px !important;
        height: 40px !important;
    }

    .mobile-service-view strong{
       font-size: 16px !important;
    }

    .mobile-service-view p{
        font-size: 14px !important;
     }

    .desktop-service-view{
        display: none !important;
    }

    .service-img{
        width: 35% !important;
        padding: 5px 2px !important;
        margin: 0 auto !important;
        display: block !important;
    }

    .mobile-svg-service1{
        position: absolute;
        top: 205px;
        right: 17px;
    }

    .mobile-svg-autoservice1{
        position: absolute;
        top: 154px;
        right: 17px;
  
    }

    .mobile-svg-stratservice1{
        position: absolute;
        top: 267px;
        right: 17px;
    }

    .mobile-svg-service2{
        margin-top: 15px !important;
    }

    .mobile-svg-service3{
        margin-bottom: 15px !important;
    }

    .mobile-svg-service4{
        position: absolute;
        bottom: 225px;
        left: 11px;
    }

    .mobile-svg-autoservice4{
        position: absolute;
        bottom: 140px;
        left: 11px;
    }

    .mobile-svg-stratservice4{
        position: absolute;
        bottom: 140px;
        left: 11px;
    }
    


    .home-potential{
        margin-top: 0px !important;
        padding: 20px !important;
    }

    .home-potential strong{
        margin-top: 30px !important;
    }
    .home-counter{
        width: 90%;
        border-radius: 20px !important;
    }
    
    .home-counter .col-lg-4{
        border-right: none !important;
        border-bottom: 1px solid #ECECEC !important;
    }

    .home-counter .col-lg-2{
        border: none !important;
    }

    .home-counter strong{
        font-size: 24px !important;
    }

    .home-counter p{
        font-size: 16px !important;
    }

    .about-what-stand strong{
        margin-top: 20px !important;
    }
    .about-home-counter{
        margin-top: 30px !important;
    }

    .what-stand-card{
        margin-top: 30px !important;
 
    }

    .what-stand-card .card{
        height: 250px !important;
      
    }
    .home-line-chart{
        margin-top: 30px !important;
        width: 85%;
    }
    .client-say{
    margin-top: 0px !important;
    }
    .client-say strong{
        margin-top: 30px !important;
    }
    .tools-tech{
        padding: 250px 0 50px 0;
    }
    .home-tools-tech{
        margin-top: 0px !important;
    }
    .home-tools-tech strong{
        margin-top: 30px !important;
    }
    .desktop-slide-slick1{
        display: none !important;
    }

    .desktop-slide-slick2{
        display: none !important;
    }

    .mobile-slide-slick1{
        display: block !important;
    }

    .mobile-slide-slick2{
        margin-top: 5px !important;
        display: block !important;
    }


    /* about mobile */

    .long-banner .banner-head strong{
        margin-top: 20px !important;
    }
    

    .about-industry{
        margin-top: 20px !important;
        padding: 10px !important;
    }

    .about-industry strong{
        margin-top: 20px !important;
    }

    .about-client-say{
        margin-top: 20px !important;

    }

    .about-client-say-title{
        margin-top: 20px !important;
    }

    .about-home-counter-content{
        margin-left: 0px !important;
    }

    /* automation */
    .automate-banner-head strong{
        margin-top: 20px !important;
    }
    .automation-text{
        margin-left: 0px !important;
        margin-top: 0px !important;
        padding: 20px !important;
    }

    .banifit-ai-content strong{
        margin-top: 20px !important;
    }
    .about-home-counter .col-lg-2 img{
        margin-top: 0px !important;
    }


    /* strategy */

    .strategy-approch-card{
        height: 250px !important;
    }
    .strategy-benifit{
        margin-top: 20px !important;
    }

    .strategy-benifit-card {
        height: 220px !important;
    }

    .strategy-benifit-card strong{
        margin-top: 18px !important;
    }

    .strategy-innovite{
        margin-top: 0px !important;
    }

    /* .big-tools-tech{
        padding: 250px 0 40px 0 !important;
    } */

    .mobile-footer-space{
        display: none !important;
    }

    .business-automation-content{
        margin-top: 20px !important;
    }
    .business-automation-img{
        margin-top: 50px !important;
    }

    .banner-foot{
        margin-top: 50px !important;
    }

    .footer{
        text-align: center !important;
        height : auto !important;
    }

    .btn-get-start{
        font-size: 16px !important;
    }

    .about-banner-img{
        margin-top: 40px !important;
    }

    .footer-mobile{
        margin-top: 20px !important;
        padding-bottom: 30px !important;
    }

    .home-counter .counter-border-mobile{
        border-bottom: none !important;
    }

    .stategry-mobile-tools-title{
        margin-top: 30px !important;
    }


}

@media screen and (min-width: 768px) {

    .mobile-service-view{
        display: none !important;
    }

    .mobile-slide-slick1{
        display: none !important;
    }
    .mobile-slide-slick2{
        display: none !important;
    }
}

/* external animation */

.banner-footer-slide{ 
    
        position: relative;
        animation: slideUp 4s forwards;
        /* Adjust the animation duration and timing function as needed */
      }
      
      @keyframes slideUp {
        from {
          opacity: 0;
          transform: translateY(100%);
        }
        to {
          opacity: 1;
          transform: translateY(0);
        }
      }


