
/*** Spinner Start ***/
/*** Spinner ***/
:root {
    --primary-color: #1d1d4d;
    --secondary-color: #f47424;
  }






/**** Hero section design start ****/

.hero-div {
    /* background: hsla(0, 0%, 100%, 1); */
    background: linear-gradient(173deg, hsla(0, 0%, 100%, 1) 0%, hsla(222, 28%, 84%, 1) 45%, hsla(33, 100%, 90%, 1) 96%);
    background: -moz-linear-gradient(173deg, hsla(0, 0%, 100%, 1) 0%, hsla(222, 28%, 84%, 1) 45%, hsla(33, 100%, 90%, 1) 96%);
    background: -webkit-linear-gradient(138deg, #efafb1ba 0%, hsl(222deg 80.09% 73.05% / 44%) 45%, hsl(1deg 65.53% 84.44%) 98%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="#FFFFFF", endColorstr="#CAD1E1", GradientType=1 );
}
.hero-section{
    height: 80vh;
    display: flex;
    justify-content: center;
    align-items: center;
}
@media (max-width: 1200px) {
    .hero-section{
        height: 85vh;
       
    }
}
@media (max-width: 992px) {
    .hero-section{
        height: auto;
       
    }
}
.hero-header h1{
    line-height: 65px;
}
.hero-header-span{
    color: white;
    padding: 0 10px 5px;
    background-color: var(--secondary-color);
}
.hero-header p{
    text-align: left;
    letter-spacing: 1px;
    line-height: 27px;
    color: #29292c;
    font-weight: 500;
    margin: 0 auto 18px 0px !important;
    }
.hero-client-details{
    width: 100%;
    background-color: #ffffff17;
    padding: 10px 42px 26px;
    box-shadow: -4px -7px 20px 10px rgb(0 0 0 / 11%);
    border: 2px solid rgba(219, 219, 219, .55);
    border-radius: 10px;
    position: relative;
    z-index: 1;
    }

 .hero-client-details-rating span{
    font-size: 30px;
    font-weight: 900;
    color: var(--primary-color);
    line-height: 1;
    }
.hero-client-details-rating-icon * {
    font-size: 18px;
    color: var(--secondary-color);
  }
.hero-client-list {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}
.hero-client-list li{
    font-size: 17px;
    color: #29292c;
    width: 50%;
    margin-bottom: 10px;
}
.hero-client-list li span{
    font-size: 15px;
    margin-right: 5px;
    color: white;
    border-radius: 50%;
padding: 5px;
}
.hero-icon-1{
background-color: var(--secondary-color);
}
.hero-icon-2{
    background-color: var(--primary-color);
    }
.hero-icon-3{
        background-color: #6db69e;
}
.hero-icon-4{
   background-color: #e5b269;
 }
.hero-icon-5{
background-color: #7aa0e7;
}
.hero-icon-6{
    background-color: #616161ab;
    }
    .arbyte-btn a{
        color: var(--primary-color);
    }
@media(max-width:576px){
    .hero-client-details-rating div:nth-child(1){
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .hero-client-details-rating div:nth-child(2){
        display: flex;
        justify-content: center;
        margin-top: 5px;
    
    }
    .hero-client-list {
        flex-direction: column;
    }
    .hero-client-list li{
        font-size: 16px;
        width: auto
       
    }
}

/**** Hero section design end ****/

/* About us section start*/
.arbyte {
    background-color: grey;
}


.arbyte h2 {
    color: var(--secondary-color);
    margin-bottom: 1.5rem;
}

.arbyte__ratings {
    --top-offset: 0;
    display: grid;
    gap: 14px;
    padding-bottom: var(--top-offset);
    margin-inline: auto;
    justify-content: center;
    
}

.arbyte__rating-s {
    text-align: center;
    padding: 2.5rem 1rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
}

.arbyte__header-title {
    display: block;
    font-size: 30px;
    font-weight: bold;
    margin-top: 5px;
    color: var(--primary-color);
}

.arbyte__header-subtitle {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.4;
    display: block;
}



.arbyte__rating--green {
    background-color: var(--primary-color);
    color: #fff;
    border-radius: 20px;
    padding: 30px 50px;
    display: flex;
    top: var(--top-offset);
}

.arbyte__rating--green * {
    color: #fff;
}

.arbyte__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

@media (min-width: 992px) {
    .arbyte__content p {
        max-width: 557px;
    }
}

.arbyte__rating--white {
    background-color: #ffefa5;;
    border-radius: 20px;
    padding: 30px;
    display: flex;
    flex-direction: column-reverse;
    bottom: var(--top-offset);
    margin-top: auto;
}

.arbyte__rating--white .arbyte__header-subtitle {
    color: var(--primary-color);
    margin-top: 5px;
}

.arbyte__rating--white .arbyte__header-title-box {
    display: flex;
    flex-direction: column-reverse;
}

.arbyte__rating--3 {
    background-color: rgba(60, 236, 236, 0.863);
    border-radius: 20px;
    padding: 30px 50px 30px 0;
    top: var(--top-offset);
}

@media (min-width: 600px) {
    .arbyte__rating--3 {
        padding: 30px 50px;
    }
}

.arbyte__rating--3 .arbyte__header-subtitle {
    color: var(--primary-color);
    display: block;
    text-align: center;
    margin-left: 10px;
    font-weight: 800;
    margin-bottom: 5px;
}

.arbyte__rating--orange {
    border-radius: 20px;
    background-color: var(--secondary-color);
    color: #fff;
    padding: 50px;
    bottom: var(--top-offset);
    position: relative;
}

.arbyte__rating--orange .arbyte__header-title-box {
    display: flex;
    flex-direction: column-reverse;
}

.arbyte__rating-img-wrappr {
    width: 100%;
    max-width: 240px;
    margin-top: 10px;
    margin-right: -20px;
}

.arbyte__rating-s:after {
    display: none;
}

.arbyte__rating-s:after {
    transition: all ease-in-out .5s;
    content: "";
    width: 75px;
    height: 30px;
    position: absolute;
    right: 0;
    top: 55%;
    display: block;
    opacity: 0;
    pointer-events: none;
    z-index: 10;
    background-size: contain;
    background-image: url("/img/right-arrow.svg");
}

.arbyte__rating-s:hover:after {
    opacity: 1;
    right: -42px;
}

.arbyte__rating--white .arbyte__header-title {
    color: var(--primary-color);
}

.arbyte__rating--orange * {
    color: #fff;
}

.arbyte__rating-img-arrows .slick-arrow {
    display: none !important;
}

.arbyte__rating-img-arrows .slick-next.slick-arrow {
    transition: all ease-in-out .2s;
    content: "";
    width: 81px;
    height: 31px;
    position: absolute;
    right: -20px;
    border: none;
    top: 55%;
    display: block !important;
    opacity: 1;
    z-index: 9999;
    font-size: 0;
    background-color: transparent;
    background-size: contain;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='81' height='31' viewBox='0 0 81 31'%3E%3Cdefs%3E%3CclipPath id='clip-path'%3E%3Crect id='Rectangle_2514' data-name='Rectangle 2514' width='23' height='13' transform='translate(0 1275.449)' fill='%23fff'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg id='Group_22876' data-name='Group 22876' transform='translate(-1766 -4111)'%3E%3Cpath id='Rectangle_2513' data-name='Rectangle 2513' d='M28.7,0H81a0,0,0,0,1,0,0V31a0,0,0,0,1,0,0H2.3A2.3,2.3,0,0,1,0,28.7v0A28.7,28.7,0,0,1,28.7,0Z' transform='translate(1847 4142) rotate(180)' fill='%23066d6d'/%3E%3Cg id='Mask_Group_30' data-name='Mask Group 30' transform='translate(1796 2844.551)' clip-path='url(%23clip-path)'%3E%3Cg id='right-arrow_3_' data-name='right-arrow (3)' transform='translate(0 1276.75)'%3E%3Cg id='Group_22295' data-name='Group 22295' transform='translate(0 0)'%3E%3Cpath id='Path_37665' data-name='Path 37665' d='M21.156,252.091h0l-4.368-4.347a.836.836,0,0,0-1.179,1.185l2.933,2.919H.836a.836.836,0,0,0,0,1.672h17.7l-2.933,2.919a.836.836,0,0,0,1.179,1.185l4.368-4.347h0A.837.837,0,0,0,21.156,252.091Z' transform='translate(0 -247.5)' fill='%23fff'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}


.arbyte__rating-img-box {
    display: flex;
    justify-content: center;
}

.arbyte__rating-img-box img {
    margin: 0 !important;
}
@media (min-width: 300px) {
    .arbyte__ratings {
        --top-offset: 60px;
        grid-template-columns: min(280px, 55%) min(301px, 43%);
    }

    .arbyte__rating--green {
        border-radius: 170px 47px 47px 47px;
        width: 80%;
        margin-left: auto;
        padding: 55px 35px 50px 50px;
        height: 259px;
    }

    .arbyte__rating--white {
        border-radius: 47px 137px 47px 47px;
        padding: 65px 50px 65px 30px;
        height: 210px;
    }

    .arbyte__rating--orange {
        border-radius: 47px 47px 170px 47px;
        padding: 45px 50px 50px 40px;
    }

    .arbyte__rating--3 {
        border-radius: 47px 47px 47px 170px;
        padding: 35px 50px 60px 50px;
    }

    .arbyte__rating-img-arrows .slick-next.slick-arrow {
        right: -50px;
    }
}
.arbyte__ratings {
    --top-offset: 60px;
    grid-template-columns: min(200px, 66%) min(150px, 59%);
}


.about-btn:hover{
color: #F0F0FF;
}
/* About us section end */



/**** Service design start ****/
.service-section{
background-color: #f7f7f7;
}
.service-left-div{
    background-color: white;
    padding-top: 20px;
    
}
.services-btn .nav-link{
    width: 100%;
    font-size: 23px !important;
    font-weight: 600;
    line-height: 30px;
    color: #333;
    padding: 20px 0;
    text-transform: capitalize;
    text-align: left;
    padding-left: 50px;
    position: relative;
    display: block;
    border: none !important;
    border-radius: 0;
    z-index: 9;
    border-radius: 10px;
    transition: none;
    
}
.service-left-div{
    position: relative;

}
.nav-link::before {
    
    width: 0;
    height: 0;
    position: absolute;
    right: -52px;
    top: 0;
    content: "";
    opacity: 0;
    visibility: hidden;
    border-top: 32px solid transparent;
    border-bottom: 38px solid transparent;
    border-left: 59px solid #ff6c23;
}
.services-btn .nav-link.active::before{
visibility: visible !important;
opacity: 1 !important;
}
.services-btn .nav-link.active {
    background: var(--primary-color) !important;
    color: #fff;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px inset, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px inset;
}
.service-call-to-action{
    background-color: var(--secondary-color);
    color: #fff;
    padding: 5px 15px;

}
.service-call-to-action:hover{
    background-color: var(--primary-color);
    color: #fff;
    padding: 5px 15px;
    transition: all 0.3s ease;

}
.service-animation-arrow i{
    font-size: 16px;
        animation: s 1.5s infinite ease-in-out;
        color: #fff;
    }
    .service-content-block .service-list{
color: #01011b;
margin-top: 15px;
    }
    .service-content-block h2{
        margin-bottom: 20px;
    }
    .service-content-block ul li{
        font-size: 17px;
        padding: 5px 0;
        list-style: none;
    }
@media (max-width:992px){
    .services-btn .nav-link {
        width: auto !important;
        font-size: 17px !important;
        font-weight: 600;
        line-height: 1px;
        color: #333;
        padding: 15px 10px;
        text-transform: capitalize;
        text-align: left;
        /* padding-left: 5px; */
        /* position: relative; */
        margin-bottom: 10px;
        /* border: none !important; */
        border-radius: 0;
        z-index: 9;
        border-radius: 10px;
        transition: none;
    }
    .services-btn{
        display: flex;
        justify-content: center;
    }
    .nav-link::before {
        visibility: hidden !important;
        content: none;
    }
    .service-left-div{
  
            padding-bottom: 25px;
        
    }
}
@media(max-width: 768px){
    .service-content-block ul li {
        font-size: 15px;
        padding: 5px 0;
       
    }
}
/**** Service design end ****/


/*******************************/
/******* Experience CSS ********/
/*******************************/
.experience {
    position: relative;
  }
  
  .experience .timeline {
    position: relative;
    width: 100%;
  }
  
  .experience .timeline .left-border::after {
    content: "";
    position: absolute;
    width: 2px;
    background: #065293;
    top: 0;
    bottom: 0;
    left: 50%;
  }
  
  .experience .timeline::after {
    content: "";
    position: absolute;
    width: 2px;
    background: #065293;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: -99;
  }
  
  .experience .timeline .timeline-item {
    position: relative;
    background: inherit;
    width: 100%;
    margin-bottom: 30px;
  }
  
  .experience .timeline .timeline-item.left {
    left: 0;
    padding-right: 30px;
  }
  
  .experience .timeline .timeline-item.right {
    left: 0%;
    padding-left: 30px;
  }
  .experience .timeline .timeline-item::after {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    top: 48px;
    right: -8px;
    background: #ffffff;
    border: 2px solid var(--secondary-color);
    border-radius: 16px;
    z-index: 1;
  }
  
  .experience .timeline .timeline-item.right::after {
    left: -8px;
  }
  
  .experience .timeline .timeline-item::before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    top: 46px;
    right: 10px;
    z-index: 1;
    border: 10px solid;
    border-color: transparent transparent transparent #dddddd;
  }
  
  
  .experience .timeline .timeline-item.right::before {
    left: 10px;
    border-color: transparent #dddddd transparent transparent;
  }
  .timeline-item.right.stack-wrap::before {
    left: 10px;
    border-color: transparent var(--secondary-color) transparent transparent !important;
  }
  
  
  .experience .timeline .timeline-date {
    position: absolute;
    width: 100%;
    top: 44px;
    font-size: 16px;
    font-weight: 600;
    color: #ef233c;
    text-transform: uppercase;
    letter-spacing: 1px;
    z-index: 99;
  }
  
  .experience .timeline .timeline-item.left .timeline-date {
    text-align: left;
    left: calc(100% + 55px);
  }
  
  .experience .timeline .timeline-item.right .timeline-date {
    text-align: right;
    right: calc(100% + 55px);
  }
  
  .experience .timeline .timeline-text {
    padding: 15px;
    background: #ffffff;
    position: relative;
    border-right: 5px solid #dddddd;
    /* box-shadow: 0 0 60px rgba(0, 0, 0, 0.08); */
  }
  
  .experience .timeline .timeline-item.right .timeline-text {
    border-right: none;
    border-left: 5px solid #dddddd;
  }
  
  .experience .timeline .timeline-text h2 {
    margin: 0 0 0px 0;
    font-size: 16px;
    color: white;
    font-weight: 600  }
  
  .experience .timeline .timeline-text h3 {
    margin: 0 0 0px 0;
    font-size: 16px;
    font-weight: 600;
    color: white;
    text-align: center;
    padding: 15px 0
  }
  
  .experience .timeline .timeline-text p {
    margin: 0;
    font-size: 16px;
  }
  /**** technology design start ******/
  /**********************************/
  
  .experience .timeline2 {
    position: relative;
    width: 100%;
  }
  
  .experience .timeline2::after {
    content: "";
    position: absolute;
    width: 2px;
    background: #065293;
    top: 0;
    bottom: 0;
    left: 100%;
    z-index: -99;
  }
  
  .experience .timeline2 .timeline2-item {
    position: relative;
    background: inherit;
    width: 100%;
    margin-bottom: 30px;
  }
  
  .experience .timeline2 .timeline2-item.left {
    left: 0;
    padding-right: 30px;
  }
  
  .experience .timeline2 .timeline2-item.right {
    left: 0%;
    padding-left: 30px;
  }
  .experience .timeline2 .timeline2-item::after {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    top: 48px;
    right: -8px;
    background: #ffffff;
    border: 2px solid var(--secondary-color);
    border-radius: 16px;
    z-index: 8;
  }
  
  .experience .timeline2 .timeline2-item.right::after {
    left: -8px;
  }
  
  .experience .timeline2 .header::before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    top: 46px;
    right: 10px;
    z-index: 7;
    border: 10px solid;
    border-color: transparent transparent transparent #dddddd;
  }
  .experience .timeline2-item.stack-wrap::before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    top: 46px;
    right: 10px;
    z-index: 7;
    border: 10px solid;
    border-color: transparent transparent transparent var(--secondary-color);
  }
  
  .experience .timeline2 .timeline2-item.right::before {
    left: 10px;
    border-color: transparent #dddddd transparent transparent;
  }
  
  .experience .timeline2 .timeline2-date {
    position: absolute;
    width: 100%;
    top: 44px;
    font-size: 16px;
    font-weight: 600;
    color: #ef233c;
    text-transform: uppercase;
    letter-spacing: 1px;
    z-index: 1;
  }
  
  .experience .timeline2 .timeline2-item.left .timeline2-date {
    text-align: left;
    left: calc(100% + 55px);
  }
  
  .experience .timeline2 .timeline2-item.right .timeline2-date {
    text-align: right;
    right: calc(100% + 55px);
  }
  
  .experience .timeline2 .timeline2-text {
    padding: 15px;
    background: #ffffff;
    text-align: center;
    position: relative;
    border-right: 5px solid #dddddd;
    /* box-shadow: 0 0 60px rgba(0, 0, 0, 0.08); */
  }
  
  .experience .timeline2 .timeline2-item.right .timeline2-text {
    border-right: none;
    border-left: 5px solid #dddddd;
  }
  
  .experience .timeline2 .timeline2-text h3 {
    margin: 0 0 0px 0;
    font-size: 16px;
    font-weight: 600;
    color: white;
    text-align: center;
    padding: 15px 0
  }
  

  
  .experience .timeline2 .timeline2-text p {
    margin: 0;
    font-size: 16px;
  }
  .cus-r-color {
    background-color: var(--primary-color) !important;
    border-radius: 10px;
    width: 50%;
    left: 50%;
}
.cus-r-color2 {
    background-color: var(--primary-color) !important;
    border-radius: 10px;
    width: 50%;
}
.timeline2-text .col-4{
    display: flex;
    justify-content: center;
    align-items: center;
}
.timeline2-text.stack-list{
    box-shadow: -20px 0px 14px rgb(0 0 0 / 15%) !important;
}
.timeline-text.stack-list {
    box-shadow: 20px 0px 14px rgb(0 0 0 / 15%) !important;
}
.timeline2-text.stack-list {
    border-right: 5px solid var(--secondary-color) !important;
}
.timeline-text.stack-list {
    border-left: 5px solid #ea760fd9 !important;
}

@media(max-width:992px){
    .cus-r-color {
      
        width: 70%;
        left: 30%;
    }
    .cus-r-color2 {
      
        width: 70%;
        left: 0%;
    }
}
@media(max-width: 576px){
    .experience .timeline2 .header::before {
      
        top: 30px;
        right: 11px;
   
     
    }
    .cus-r-color {
     
        width: 65%;
        left: 35%;
    }

    .experience .section-header h1{
        
            
            font-weight: 900;
            font-size: 30px;
            line-height: 40px;
        
    }

}

/* Technology design end */

/*** FAQ design start ***/


.accordion{
    width: 100%;
    background: #FFF;
    margin: 0 15px;
    padding: 15px;
    border-radius: 8px;
    box-shadow:  0 0 4px rgba(0,0,0,0.2);
}
.accordion .accordion-content{
    margin: 10px 0;
    border-radius: 4px;
    background: #FFF7F0;
    border: 1px solid #FFD6B3;
    overflow: hidden;
}
.accordion-content:nth-child(2){
    background-color: #F0FAFF;
    border-color: #CCEEFF;
}
.accordion-content:nth-child(3){
    background-color: #FFF0F3;
    border-color: #FFCCD6;
}
.accordion-content:nth-child(4){
    background-color: #F0F0FF;
    border-color: #CCCCFF;
}
.accordion-content:nth-child(6){
    background-color: #F0F0FF;
    border-color: #CCCCFF;
}
.accordion-content.open{
    padding-bottom: 10px;
}
.accordion-content header{
    display: flex;
    min-height: 50px;
    padding: 0 15px;
    cursor: pointer;
    align-items: center;
    justify-content: space-between;
    transition: all 0.2s linear;
}
.accordion-content.open header{
    min-height: 35px;
    border-bottom: 1px solid #f377247a;}
.accordion-content header .title{
    font-size: 17px;
    font-weight: 500;
    color: #333;
    line-height: normal;
}
.accordion-content header i{
    font-size: 15px;
    color: #333;
}
.accordion-content .description{
    height: 20px;
    font-size: 12px;
    color: #333;
    font-weight: 400;
    padding: 0 15px;
    transition: all 0.2s linear;
    display: none;
}
.accordion-content.open .description{
    height: 20px;
    font-size: 16px;
    color: #333;
    font-weight: 400;
    padding: 1px 10px;
    transition: all 0.2s linear;
    display: block;
    border-left: 5px solid #f377249c;
    margin: 20px 0 7px 25px;
    text-align: justify;
}

/*** FAQ design end ***/



/*** software-development-lifecycle design start ***/


.software-development-lifecycle{
    width: 100%;
    height: auto;
position: relative;
}
.software-development-lifecycle::before{
    content: '';
    background: url("../img/others/pattern-1.svg");
    background-size: auto;
    position: absolute;
    height: 150px;
    width: 150px;
    background-repeat: no-repeat;
    left: 10px;
top: 0;  
  z-index: -1;
  opacity: 0.6;
}
.software-development-lifecycle::after{
    content: '';
    background: url("../img/others/pattern-1.svg");
    background-size: auto;
    position: absolute;
    height: 150px;
    width: 150px;
    background-repeat: no-repeat;
    right: -1px;
    bottom: 0;
    z-index: 0;
    opacity: 0.7;
}
@media(max-width:576px){
    .sub-style .sub-title{
        font-size: 17px;
    }
    .sub-title::before {
        width: 70px;
        top: 30%;
        right: 0;
        margin-top: 8px;
        margin-right: -75px;
    }
    .sub-title::after {
        width: 35px;
        top: 40%;
        right: 0;
        margin-bottom: 8px;
        margin-right: -40px;
    }
    .section-title .sub-style::before {
        width: 70px;
        top: 30%;
        left: 0;
        margin-top: 8px;
        margin-left: -75px;
    }
    .section-title .sub-style::after {
        width: 35px;
        top: 40%;
        left: 0;
        margin-bottom: 8px;
        margin-left: -40px;
    }
}

/*** software-development-lifecycle design end ***/




/* Benefits design start */


/*** Feature Start ***/
.feature .feature-item {
    position: relative;
    display: flex;
    border-radius: 10px;
    background: var(--bs-light);
    transition: 0.5s;
    box-shadow: 0 3.4px 2.7px -30px rgba(0, 0, 0, 0.059), 0 8.2px 8.9px -30px rgba(0, 0, 0, 0.071), 0 25px 40px -30px rgba(0, 0, 0, 0.2);

}

.feature .feature-item::before {
    width: 0;
    height: 100%;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 10px;
    transition: 0.5s;
}

.feature .feature-item:hover::before{
    width: 100%;
    background: var(--secondary-color);
}
.feature .feature-item:hover .feature-content h5{

    color: white !important;
}
.feature .feature-item:hover .feature-icon{

   background-color: white;
}
.feature .feature-item:hover .feature-content p{

    color: white !important;
}
.feature .feature-item .feature-icon {
    display: inline-flex;
    border-radius: 10px;
    transition: 0.5s;
}

.feature .feature-item:hover .feature-icon {
    position: relative;
    z-index: 2;
}
.feature-icon i{
    color: var(--primary-color);
}
.feature .feature-item:hover .feature-content {
    position: relative;
    color: var(--bs-white);
    z-index: 2;
}

.feature .feature-item:hover .feature-content h5 {
    color: var(--bs-dark);
}
/*** Feature End ***/

/* Benefits design end */

/* case study start */
.casestudy-centent {
    background: none;
    border: 1px solid var(--primary-color);
    border-top: 0;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.casestudy-centent i{
 color: var(--secondary-color);
}
.casestudy-centent .btn{
    background-color: var(--secondary-color);
    
}
.casestudy-centent .btn:hover{
    background-color: var(--primary-color);
}
.casestudy-centent .case-link{
    color: var(--primary-color);
}
.casestudy-centent .case-link:hover{
    color: var(--secondary-color);
}
.all-project-btn{
    background-color: transparent;
    border: 1px solid var(--secondary-color);
    text-align: center;
    transition: all 0.4s;
    color: var(--primary-color);
}
.all-project-btn:hover{
    background-color: var(--primary-color);
    border: 1px solid var(--primary-color);
    color: #fff;
    text-align: center;
}

.casestudy-item{
    overflow: hidden;
    position: relative;
}
.case-study-float-text{
    position: absolute;
    width: 250px;
    top: 10px;
    left: 20px;
    z-index: 9;
    
}
.case-study-float-text h6{
    color: #fff;
    font-weight: 500;
}
.case-study-float-text .bg-secondary-text{
    background-color: var(--secondary-color);
    width: 100px;
    padding: 0 10px;
    color: white;
    font-weight: 500;
    padding: 0 5px !important;
}
.casestudy-img {
   
    transition: 0.5s all ease-in-out;
}
.casestudy-item:hover .casestudy-img{
    transform: scale(1.1);
}

@media only screen and (max-width: 576px) {
    .casestudy-centent .btn{
        font-size: 13px;

    }
}
   


/* case study end */

/*** industries we work for design start ***/
.work-for-color1{
    background: #70e4e8;
}
.work-for-color2{
    background: #f5eb92;
}
.work-for-color3{
    background: #a3ffe2;
    
}
.work-for-color4{
    background: #ffbc7a;
    
}
.work-for-color5{
    background: #e3ff8e;
    
}
.work-for-color6{
    background: #ffa0c6;
    
}
.work-for-color7{
    background: #f3a6ff;
    
}
.work-for-color8{
    background: #97ffaf;
    
}
.work-for-color9{
    background: #6cfffa;
    
}
.work-for-color10{
    background: #77baff;
    
}
.work-for-color11{
    background: #ffefd4;
    
}
.work-for-color12{
    background: #7affdb;
    
}
.work-for-color13{
    background: #f2a6ea99;
    
}
.work-for-color14{
    background: #f2f1a699;
    
}
.work-for-color15{
    background: #a6adf2fc;
    
}
.work-for-color16{
    background: #ffad92;
    
}
.work-for-div{
    margin: 10px;
    padding: 30px 20px;
    max-height: 170px;
    text-align: center;
    min-height: 170px;
    /* transition: all 0.4s ease; */
    border-radius: 8px 40px 8px 40px;
    -webkit-box-shadow: 0 3.4px 2.7px -30px rgba(0, 0, 0, 0.059), 0 8.2px 8.9px -30px rgba(0, 0, 0, 0.071), 0 25px 40px -30px rgba(0, 0, 0, 0.2);
    box-shadow: 0 3.4px 2.7px -30px rgba(0, 0, 0, 0.059), 0 8.2px 8.9px -30px rgba(0, 0, 0, 0.071), 0 25px 40px -30px rgba(0, 0, 0, 0.2);
}

.work-for-div img{
    display: block;
    height: 62px;
    width: 62px;
    margin: 0 auto;
    text-align: center;
    transition: all 0.3s;
}
.work-for-div p {
    color: #050748;
    line-height: 24px;
    font-size: 16px;
    margin: 5px 0 0 0;
    padding: 0 12px;
}

@keyframes s {
    0% {
        transform: translateX(0)
    }

    50% {
        transform: translateX(8px)
    }

    to {
        transform: translateX(0)
    }
}
.work-text{
transition: 0.4s;   
 }

.work-for-div:hover .work-text{
color: #cd4c59 !important;
/* font-weight: 600; */
}
.work-for-div:hover img{
    transform: scale(1.2) rotate(5deg);
}
.animation-arrow i{
font-size: 30px;
    animation: s 1.5s infinite ease-in-out;
    color: var(--primary-color);
}

.animation-arrow p{
font-weight: 600;
}

@media(max-width:576px){
    .industry-section-title{
        text-align: center !important;
    }
}

/*** industries we work for design end ***/


/* whatsapp icon start */
.whatsapp-icon {
    position: fixed;
    right: 0px;
    top: 500px;
    visibility: hidden;
}
.whatsapp-icon.show{
    
    visibility: visible;
}
.whatsapp-icon  img{
    height: 40px;
    width: 40px;
}
@media only screen and (max-width: 600px) {
    .whatsapp-icon  img{
        height: 32px;
        width: 32px;
    }
}

/* whatsapp icon end */

/* global presence start */
.global-presence-single{
padding: 10px;
}
.global-presence-single .global-presence-single-wrap{
background-color:#acaee32f;
padding: 20px;
}
.global-presence-single-wrap a{
    display: inline-block;
}

.global-presence-single:hover .global-presence-single-wrap button{
    background-color: var(--secondary-color);
    color: #fff;
    }

.gp-btn-div{
    background-color: transparent;
    height: 40px;
    color: var(--primary-color);
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: all 0.4s ease;
    border: 1px solid #80808029;
    
}
.gp-btn-div a{
    color:var(--primary-color)
}
.global-presence-single:hover .gp-btn-div{
background-color: var(--secondary-color);
color: #fff;

}

.global-presence-single:hover .gp-btn-div a{

color: #fff;
}
.global-presence-single:hover .gp-btn-div .fa-arrow-right{
    
        
            animation: s 1s infinite ease-in-out;
            
        
}
.global-presence-contact a{
    display: flex;
    align-items: center;
    color: var(--primary-color);
}
/* global presence end */