/* home banner */
.home-banner{
    padding: 150px 0 50px;
}
.home-banner .banner-content{
    text-align: center;
}
.home-banner .banner-content h1{
    color: #fff;
}
.home-banner .banner-content .banner-card{
    margin: 30px 0 20px;
}
.home-banner .banner-content .banner-card ul{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}
.home-banner .banner-content .banner-card ul li{
    width: 150px;
    height: 80px;
    border-radius: 10px;
    background-color: #fff;
}
.home-banner .banner-content .banner-card ul li img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}
.home-banner .banner-content p{
    color: #fff;
    font-size: 18px;
    font-weight: 500;
}
/* stats */
.stats-section::before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    max-width: 1200px;
    margin: auto;
    height: auto;
    background-image: url(../image/stats-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.stats-section .container{
    position: relative;
}
.stats-section .stats-list{
    display: flex;
    justify-content: center;
    align-items: stretch;
}
.stats-section .stats-list .stats-card{
    width: 33%;
    text-align: center;
    padding: 30px;
}
.stats-section .stats-list .stats-card[class*="border-"]{
    border-color: #CDCDCD;
}
.stats-section .stats-list .stats-card span{
    font-size: 3.375rem;
    font-weight:600;
    line-height: 1.5;
    color: #000;
    line-height: 1.2;
}
.stats-section .stats-list .stats-card p{
    color: #000;
    font-size: 0.875rem;
    font-weight: 600;
    margin: 0;
}
.stats-section .ourclients{
    padding: 0 40px;
}
.stats-section .ourclients .items-clients{
    display: flex;
    justify-content: end;
    align-items: center;
    gap: 15px;
    margin-bottom: 30px;
}
.stats-section .ourclients.items-end .items-clients{
    justify-content: start;
}
.stats-section .ourclients .items-clients img{
    height: 40px;
    max-width:250px;   
    object-fit: contain;
}
.stats-section .ourclients-card{
    width: 100%;
    height: 100%;
    border-radius: 10px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 30px;
}
.stats-section .ourclients-card span.globally{
    color: #fff;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 500;
}
.stats-section .ourclients-card .button-clients{
    display: flex;
    justify-content: start;
    align-items: center;
    margin-top: 25px;
    color: #fff;
    font-size: 0.875rem;
    line-height: 1.5;
    font-weight:400;
    gap: 8px;    
}
.stats-section .ourclients-card .button-clients a{
    text-decoration: underline;
}
.stats-section .ourclients-card .button-clients a:hover{
    color: var(--primary-color);
}
.stats-section .ourclients-card h3{
    color: #fff;
    font-size: 2.875rem;
    line-height: 1.2;
    font-weight: 600;
}
/* service */
.service-section{
    background: #EAF4FF66;
}
.service-section .col-servicenav{
    flex: 0 0 auto;
    width: 30%;
}
.service-section .col-servicecontent{
    flex: 0 0 auto;
    width: 66%;
}
.service-section .nav.nav-pills{
    gap: 15px;
    margin-bottom: 0 !important;
    justify-content: space-between;
    height: 100%;
}
.service-section .nav-item,
.service-section .nav-item .nav-link{
    width: 100%;
}
.service-section .nav-item .nav-link{
    background: #FFFFFF;
    box-shadow: 21.79px 32.69px 54.48px 0px #0000000D;
    border: 1px solid #DBDBDB;
    justify-content: start;
    align-items: center;
    display: flex;
    padding: 8px 15px;
    border-radius: 10px;
    color: #000;
    font-size: 16px;
    font-weight: 400;
    text-align: start;
    transition: all 5ms ease-in-out;
    cursor: pointer;
}
.service-section .nav-item .nav-link .icon{
    background: #EEEEEE;
    border-radius: 100px;
    padding: 10px;
    width: 50px;
    height: 50px;
}
.service-section .nav-item .nav-link .icon img{
    object-fit: contain;
    width: 100%;
    height: 100%;
    transition: all 0.3ms ease-in-out;
}
.service-section .nav-item .nav-link .title{
    width: calc(100% - 50px);
    padding-left: 15px;
    color: inherit;
}
.service-section .nav-item .nav-link.active,
.service-section .nav-item .nav-link:hover{
    background: linear-gradient(93.35deg, #4A1BAC -8.32%, #19258D 57.54%);
    color: #fff !important;
    box-shadow: 21.79px 32.69px 54.48px 0px #0000000D !important;
    border: 1px solid #DBDBDB !important;
}
.service-section .nav-item .nav-link.active img,
.service-section .nav-item .nav-link:hover img{
    filter: brightness(0) saturate(100%) invert(13%) sepia(50%) saturate(4620%) hue-rotate(223deg) brightness(85%) contrast(102%);
}
.service-section .tab-content,
.service-section .tab-content .tab-pane{
    height: 100%;
}
.service-section .tab-content .inner-service-card{
    background: linear-gradient(295.8deg, #19258D 31.59%, #4A1BAC 94.71%);
    border: 1.32px solid #F3F1F1;
    padding: 30px 80px 30px 30px;
    border-radius: 10px;
    position: relative;
    height: 100%;
}
.service-section .tab-content .inner-service-card::after{
    content: "";
    background-image: url(../image/background-img/services-after-img.svg);
    width: 100px;
    height: 100px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    bottom: 0;
}
.service-section .tab-content .inner-service-card .button-service{
    background-color: #fff;   
    width: 40px;
    height: 50px;
    border-radius: 20px;
    padding: 10px;
    display: inline-flex;
    justify-content: center;
    align-items: center;    
    position: absolute;
    top: 30px;
    right: 30px;
    transition: all 0.3s ease-in-out;
}
.service-section .tab-content .inner-service-card .button-service i{
    transform: rotate(130deg);
    color: #05164D;
    font-size: 22px;
    font-weight:600;
    transition: all 0.3s ease-in-out;
}
.service-section .tab-content .inner-service-card .button-service:hover i{
    transform: rotate(180deg);
    color: #fff;
}
.service-section .tab-content .inner-service-card .button-service:hover{
    background-color: var(--primary-color);
}
.service-section .tab-content .inner-service-card h4{
    color:#FEE600;
    font-size: 24px;
    line-height: 1.5;
    font-weight: 600;
}
.service-section .tab-content .inner-service-card p{
    color: #fff;
}
.service-section .tab-content .inner-service-card ul{
    display: flex;
    justify-content: start;
    align-items: center;
    flex-wrap: wrap;
    row-gap: 20px;
    column-gap: 40px;
    max-width: 600px;
    margin-top: 30px;
}
.service-section .tab-content .inner-service-card ul li{
    border: 1.91px solid #FFFFFF99;
    background: #FFFFFF33;
    border-radius: 100px;
    padding: 2px;    
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    width: 44%;
    padding-left:40px;
    position: relative;
    transition: all 0.3ms ease-in-out;
}
.service-section .tab-content .inner-service-card ul li::before{
    content:"\ea46";
    font-family: boxicons!important;
    font-weight: 400;
    position: absolute;
    left: 6px;
    top: 0;
    color:#FEE600;
    font-size: 24px;
    line-height: 1.2;
}
.service-section .tab-content .inner-service-card ul li:hover{
    background-color: #fff;
    color: var(--text-color);
}
.service-section .tab-content .inner-service-card ul li:hover::before{
    color: var(--text-color);
}
/*  Solutions */
.technology-solutions{
    background-color: #fff;
    background-repeat: no-repeat;
    background-size: cover;
}
.technology-solutions .nav.nav-tabs{
    background: #FFFFFF;
    border: 1.05px solid #DBDBDB;
    box-shadow: 21.02px 31.52px 52.54px 0px #00000012;
    border-radius: 10px;
    width: max-content;
    padding: 8px;
    gap: 10px;
    margin: auto;
}
.technology-solutions .nav.nav-tabs .nav-link{
    border: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    font-size: 16px;
    font-weight: 400;
    background-color: #fff;
    color: #110302;
    padding: 8px 16px;
    border-radius: 10px;
    transition: all 0.3ms ease-in-out;
}
.technology-solutions .nav.nav-tabs .nav-link.nav-link.active,
.technology-solutions .nav.nav-tabs .nav-link.nav-link:hover{
    background: linear-gradient(276.17deg, #19258D 24.19%, #4B1BAC 93.87%);
    color: #fff;
}
.technology-solutions .nav.nav-tabs .nav-link.nav-link.active img,
.technology-solutions .nav.nav-tabs .nav-link.nav-link:hover img{
    filter: contrast(0) brightness(10);
}
.technology-solutions .tab-content{
    margin-top: 40px;
}

.technology-solutions .tab-content .inner-box{    
    box-shadow: 0px 4px 44px 0px #041A3317;
    border: 3px solid #E6E6E6B2;
    background-color: #fff;
    border-radius: 10px;
    padding:15px;
    display: flex;
    justify-content: start;
    align-items: center;
    height: 100%;
}
.technology-solutions .tab-content .inner-box .icon{
    width:70px;
    height:70px;
    background: #19258D14;
    border-radius: 100px;
    padding: 8px;
}
.technology-solutions .tab-content .inner-box .icon img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.technology-solutions .tab-content .inner-box span{
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    padding-left: 15px;
    width: calc(100% - 70px);
}
/* growth business */
.growth-business .image-growth{
    width: 100%;
    height: 100%;
}
.growth-business .image-growth img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.growth-business .overview-businenss h3{
    font-size: 30px;
    color: var(--text-color);
    font-weight: 600;
    line-height: 1.5;
    margin-bottom:15px;
}
.growth-business .overview-businenss p{
    margin-bottom: 20px;
}
.growth-business .overview-businenss .nav.nav-tabs{
    background: #FFFFFF;
    border: 1.05px solid #DBDBDB;
    box-shadow: 21.02px 31.52px 52.54px 0px #00000012;
    border-radius: 12px;
    width: max-content;
    padding: 5px;
    gap: 10px;
}
.growth-business .overview-businenss .nav.nav-tabs .nav-link{
    border: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    font-size: 16px;
    font-weight:400;
    color: #110302;
    padding: 8px 12px;
    border-radius: 10px;
    transition: all 0.3s ease-in-out;
}
.growth-business .overview-businenss .nav.nav-tabs .nav-link.active,
.growth-business .overview-businenss .nav.nav-tabs .nav-link:hover{
    background: linear-gradient(276.17deg, #19258D 24.19%, #4B1BAC 93.87%);
    color: #fff;
}
.growth-business .overview-businenss .nav.nav-tabs .nav-link.active img,
.growth-business .overview-businenss .nav.nav-tabs .nav-link:hover img{
    filter: contrast(0) brightness(10);
}
.growth-business .overview-businenss .tab-content{
    margin-top: 15px;
}
.growth-business .overview-businenss .tab-content h4{
    font-size: 24px;
    line-height: 1.5;
    color: var(--text-color);
}
.growth-business .overview-businenss .tab-content ul{
    column-count: 2;
}
.growth-business .overview-businenss .tab-content ul li{
    position: relative;
    padding-left: 40px;
    color: var(--text-color);
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 10px;
}
.growth-business .overview-businenss .tab-content ul li::before{
    content:"\ea46";
    font-family: boxicons!important;
    font-weight: 400;
    position: absolute;
    left: 4px;
    top: -4px;
    color: var(--secondary-color);
    font-size: 24px;
}
/* why choose */
.why-choose .card-whychoose{
    border: 0.98px solid #E0E0E0;
    height: 100%;
    background: #F9FBFF;
    border-radius: 10px;
    padding: 30px 25px;
    text-align: center;
}
.why-choose .card-whychoose .icon-img{
    width: 60px;
    height: 60px;    
    margin: 0 auto 20px;
}
.why-choose .card-whychoose .icon-img img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.why-choose .card-whychoose .content h4{
    font-size: 20px;
    color: var(--text-color);
    font-weight: 600;
    line-height: 1.5;
}
.why-choose .card-whychoose .content p{
    margin: 0;
    line-height: 1.8;
    font-weight: 400;
}
.why-choose .card-whychoose.card_two{
    background: #FFFDED;
}
.why-choose .card-whychoose.card_three{
    background: #F0F8FF;
}
.why-choose .card-whychoose.card_four{
    background: #FFF8F8;
}
/* Power Pproject */
.power-project{
    background: linear-gradient(94.13deg, #4A1BAC -0.79%, #19258D 96.17%);
    padding: 20px 0;
}
.power-project .inner-content{
    padding: 30px 0;
}
.power-project .inner-content h3{
    color: #fff;
    font-size: 30px;
    line-height: 1.5;
    font-weight:700;
    margin-bottom: 15px;
}
.power-project .inner-content p{
    color: #fff;
    margin: 0;
}
.power-project .inner-content .button-theme{
    background-color: #fff;
    border-color: #fff;
    color: var(--text-color);
    margin-top: 25px;
    margin-bottom: 25px;
}
.power-project .inner-content .button-theme i{
    color: #fff;
    background-color: var(--text-color);
}
.power-project .inner-content p.bottomtext{
    font-size: 18px;
    font-weight: 600;
}
.power-project .image-project{
    width: 100%;
    height: 100%;
}
.power-project .image-project img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
/* services technologies */
.services-technologies .outerbox-technologies{
    background: linear-gradient(280.07deg, #19258D 28.69%, #4B1CAD 108.96%);
    border-radius: 30px;
    padding: 50px;
    position: relative;
    margin-top: 25px;
}
.services-technologies .outerbox-technologies .nav.nav-tabs{
    border: 0;
    position: absolute;
    width: 100%;
    max-width: 45%;
    background-color: #fff;
    border-radius: 10px;
    padding: 8px;
    gap: 8px;
    flex-wrap: nowrap;
    overflow: auto;
}
.services-technologies .outerbox-technologies .nav.nav-tabs .nav-link{
        padding: 10px 10px;
        border-radius:5px;
        border: 1.11px solid #3820A1;
        color: #000;
        font-size: 16px;
        font-weight: 400;
}
.services-technologies .outerbox-technologies .nav.nav-tabs .nav-link.active,
.services-technologies .outerbox-technologies .nav.nav-tabs .nav-link:hover{
    border: 1.11px solid #19258D !important;
    background-color: #19258D !important;
    color: #fff !important;
}
.services-technologies .outerbox-technologies .tech-list{
    padding-top: 80px;
}
.services-technologies .outerbox-technologies .tech-list ul{
    display: flex;
    justify-content: start;
    align-items: stretch;
    flex-wrap: wrap;
}
.services-technologies .outerbox-technologies .tech-list ul li{
    border: 1px solid #FFFFFF33;
    background: #3D2CA6;
    padding: 15px;
    width: 33.33%;
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 15px;
}
.services-technologies .outerbox-technologies .tech-list ul li img{
    width: 50px;
    height: 40px;
    object-fit: contain;
}
.services-technologies .outerbox-technologies .tech-list ul li span{
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.5;
}
.services-technologies .outerbox-technologies .content-tech {
    padding: 0 40px;
}
.services-technologies .outerbox-technologies .content-tech h4{
    color: #fff;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 15px;
    font-size: 30px;
}
.services-technologies .outerbox-technologies .content-tech p{
    margin: 0;
    color: #fff;
    line-height: 1.7;
}
.services-technologies .outerbox-technologies .content-tech .button-theme{
    background-color: #fff;
    border-color: #fff;
    color: var(--text-color);
    margin-top: 30px;
}
.services-technologies .outerbox-technologies .content-tech .button-theme i{
    background-color: var(--text-color);
    color: #fff;
}
/* development process */
.development-process .prosess-slider .owl-stage-outer{
    padding: 40px 0;
}
.development-process .prosess-slider .owl-stage{
    height: 100%;
    display: flex;
    align-items: stretch;
}
.development-process .prosess-slider .owl-item.active{
    transform: scale(1);
}
.development-process .prosess-slider .owl-item.active.center{
    transform: scaleY(1.1);
}
.development-process .process-card{
    background: #FFFFFF;
    border-width: 1px 1px 5px 1px;
    border-style: solid;
    border-color: #DADEE2E5;
    border-radius: 15px;
    padding: 20px 15px;
    height: 100%;
    position: relative;
}
.development-process .process-card .img{
    width: 65px;
    height: 65px;
    background-color: var(--secondary-color);
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    margin-bottom: 15px;
}
.development-process .process-card .img img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.development-process .process-card .count-no{
    color: var(--secondary-color);
    border-radius: 100px;
    border: 0.83px solid #DDE1E4;
    width:40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 15px;
    top: 30px;
}
.development-process .process-card .content h4{
    color: var(--secondary-color);
    font-size: 18px;
    font-weight:500;
    line-height: 1.5;
    margin-bottom: 15px;
}
.development-process .process-card .content p{
    color: var(--text-color);
    line-height: 1.5;
    font-size: 0.875rem;
}
/* our portfolio */
.our-portfolio{
    background: #F6FBFF;
}
.our-portfolio .portfolio-slider .items-portfolio{
    padding: 25px 25px;
}
.our-portfolio .portfolio-slider .portfolio-card{
    background: #FFFFFF;
    box-shadow: 0px 5.13px 29.47px 0px #02093F29;
    padding: 30px;
    border-radius: 15px;
}
.our-portfolio .portfolio-slider .portfolio-card .inner-content h4{
    color: var(--text-color);
    font-size: 28px;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 15px;
}
.our-portfolio .portfolio-slider .portfolio-card .inner-content .technologies{
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 20px;
}
.our-portfolio .portfolio-slider .portfolio-card .inner-content p{
    font-weight: 400;
    line-height: 1.6;
}
.our-portfolio .portfolio-slider .portfolio-card .inner-content .technologies p{
    margin: 0;
}
.our-portfolio .portfolio-slider .portfolio-card .inner-content  ul{
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 10px;
}
.our-portfolio .portfolio-slider .portfolio-card .inner-content  ul li{
    background: #FFFFFF;
    box-shadow: 0px 4.96px 28.52px 0px #AEBFD24D;
    width: 50px;
    height: 50px;
    border-radius: 100px;
    padding: 10px;
}
.our-portfolio .portfolio-slider .portfolio-card .inner-content  ul li img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.our-portfolio .portfolio-slider .portfolio-card .inner-content .button-theme{
    background-color: var(--text-color);
    border-color: var(--text-color);
}
.our-portfolio .portfolio-slider .portfolio-card .inner-content .button-theme i{
    background-color:#fff;
    color: var(--text-color);
}
.our-portfolio .portfolio-slider .owl-nav{
  margin: 0;
}
.our-portfolio .portfolio-slider .owl-nav button{
    position: absolute;
    top: 50%;
    background-color: var(--secondary-color);
    width: 50px;
    height: 50px;
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 30px;
    border:2px solid var(--secondary-color);
    transition: all 0.3s ease-in-out;
}
.our-portfolio .portfolio-slider .owl-nav button.owl-prev{
    left: -15px;
}
.our-portfolio .portfolio-slider .owl-nav button.owl-next{
    right:-15px;
}
.our-portfolio .portfolio-slider .owl-nav button:hover{
    color: var(--secondary-color);
    border: 2px solid var(--secondary-color) !important;
}  

/* delivering quality */
.delivering-quality .map{
    width: 100%;
    height: 100%;
    padding: 15px;
}
.delivering-quality .map img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.delivering-quality .card-delivering ul{
    display: flex;
    justify-content: center;
    align-items: stretch;    
    flex-wrap: wrap;
    row-gap: 15px;
}
.delivering-quality .card-delivering ul li{ 
    padding: 0 8px;
    width: 50%;
}
.delivering-quality .card-delivering ul li .box-inner{    
    border: 2px solid #0000004D;
    background: #FFFFFF;
    border-radius: 20px;
    padding: 30px 15px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    color: var(--text-color);
}
.delivering-quality .card-delivering ul li .box-inner .counter{
    font-size: 36px;
    color: inherit;
    font-weight:500;
    line-height: 1.5;
}
.delivering-quality .card-delivering ul li .box-inner .countertext{
    font-size: 16px;
    color:inherit;
    font-weight: 500;
}
.delivering-quality .card-delivering ul li .box-inner.bluebox{
    background-color: var(--secondary-color);
    color:#fff;
}
/* industries */
.industries{
    background-color:#F6FBFF;
}
.industries .industries-outerbox{
    background: linear-gradient(180deg, #19258D 0%, #1A268B 100%);
    padding: 40px;
    border-radius: 20px;
}
.industries .industries-outerbox .nav-pills{
    gap: 15px;
}
.industries .industries-outerbox .nav-pills .nav-item {
    width: 100%;
}
.industries .industries-outerbox .nav-pills .nav-item .nav-link{
    width: 100%;
    width: 100%;
    background: #FFFFFF1A;    
    border: 1px solid #FFFFFF99;
    color: #fff;
    border-radius: 8px;
    padding: 10px 10px 10px 40px;
    text-align: start;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
    position: relative;
}
.industries .industries-outerbox .nav-pills .nav-item .nav-link::before{
    content: "\ebd3";
    font-family: 'boxicons'!important;
    font-weight: 400;
    position: absolute;
    left: 10px;   
    top: 0; 
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
}
.industries .industries-outerbox .nav-pills .nav-item .nav-link.active,
.industries .industries-outerbox .nav-pills .nav-item .nav-link:hover{
    background-color: #fff !important;
    border: 1px solid #fff !important;
    color: #333 !important;
}
.industries .industries-outerbox .nav-pills .nav-item .nav-link.active::before{
    content: "\ebd4";
}
.industries .industries-outerbox .tab-content,
.industries .industries-outerbox .tab-content .tab-pane,
.industries .industries-outerbox .tab-content .tab-pane .industries-card{
    height: 100%;
}
.industries .industries-outerbox .industries-card{
    display: flex;
    justify-content: start;
    align-items: stretch;
    background-color: #fff;
    border-radius: 10px;
    padding: 30px;
}
.industries .industries-outerbox .industries-card .content-area{
    width: calc(100% - 280px);
    padding-right: 20px;
}
.industries .industries-outerbox .industries-card .content-area h4{
    color: var(--secondary-color);
    font-size: 22px;
    font-weight: 600;
    line-height: 1.5;
}
.industries .industries-outerbox .industries-card .content-area p{
    color: #333;
    margin-bottom:25px
}
.industries .industries-outerbox .industries-card .content-area ul li{
    border: 1px solid #9D9D9D;
    color:#333;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 10px;
    border-radius: 10px;
    padding: 10px 10px 10px 40px;
    width: 60%;
    position: relative;
}
.industries .industries-outerbox .industries-card .content-area ul li::before{
        content: "\ebe7";
        font-family: 'boxicons'!important;
        font-weight: 400;
        position: absolute;
        left: 10px;
        top: 0;
        bottom: 0;
        display: flex;
        justify-content: center;
        align-items: stretch;
        padding: 8px 0;
        line-height: 1.5;
        font-size: 22px;
        color: #444;
}
.industries .industries-outerbox .industries-card .image-area{
    width: 280px;
    height: 100%;
}
.industries .industries-outerbox .industries-card .image-area img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
/* solutions */
.solutions{
    background: #F6FBFF;
}
.solutions .card-solution{
    background: #FFFFFF;
    border: 2px solid #C1C1C199;
    box-shadow: 0px 8.92px 26.76px 0px #959DA533;
    border-radius: 10px;
    padding: 20px;
    text-align: center;
    height: 100%;
}
.solutions .card-solution .icon{
    width: 50px;
    height: 50px;
    margin: 0 auto 15px;
}
.solutions .card-solution .icon img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.solutions .card-solution p{
    margin: 0;
    color: #222;
    font-size:600;
    font-size: 16px;
    line-height: 1.5;
}
/* orn demand */
.section-title .list-items{
    margin-top: 15px;
}
.section-title .list-items li{
    padding-left: 35px;
    color: var(--text-color);
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 15px;
    position: relative;
}
.section-title .list-items li::before{
    content:"\ea41";
    font-family: boxicons!important;
    font-weight: 600;
    position: absolute;
    left: 0;
    top: -4px;
    color: var(--secondary-color);
    font-size:24px;
}
.section-title .image-growing{
    display: flex;
    justify-content: end;
    align-items: center;
    position: relative;
    gap: 20px;
}
.section-title .image-growing img{
    width: 100%;
    max-width: 220px;
}
.section-title .image-growing .image-two{
    padding-top: 70px;
}
.section-title .image-growing .card-expert{
    position: absolute;
    left: 20px;
    bottom: 0;
    background: linear-gradient(133.23deg, #19258D 13.24%, #451AA8 86.18%);
    border-radius: 10px;
    padding: 20px 15px;
    text-align: start;
    color: #fff;
    width: 100%;
    max-width: 150px;
}
.section-title .image-growing .card-expert span{
    color: #fff;
    font-size: 44px;
    line-height: 1.2;
    font-weight: 700;
}
.section-title .image-growing .card-expert p{
    color: #fff;
    font-size: 16px;
    line-height: 1.5;
    margin: 0;
    font-weight: 600;
}
/* our flexible */
.our-flexible .card-flexible{   
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    height: 380px;
    width: 100%;
    background: linear-gradient(270deg, #0B147C 21.77%, #4B1BAC 100%);
}
.our-flexible .card-flexible-sec{
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    height: 380px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-content:space-between;
    background: #19258D0D;
}
.our-flexible .card-flexible .image{
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    align-items: end;
}
.our-flexible .card-flexible .image::before{
    content: "";
    background: linear-gradient(0deg, rgba(7, 0, 153, 0) -11.23%, #19258d 43.18%);
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}
.our-flexible .card-flexible .image img{    
    width: 100%;
    height: 200px;
    object-fit: cover;
}
.our-flexible .card-flexible .content{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    padding: 25px;
}
.card-flexible-sec .content{
    padding: 25px;
}
.our-flexible .card-flexible .content h6,
.our-flexible .card-flexible-sec .content h6{
    color: #fff;
    font-size: 20px;
    line-height: 1.5;
    font-weight: 600;
    text-transform: uppercase;
    display: flex;
    justify-content: start;
    align-items: center;
    margin-bottom: 15px;
}
.our-flexible .card-flexible .content p,
.our-flexible .card-flexible-sec .content p{
    color: #fff;
    line-height: 1.6;
    font-weight: 600;
    margin: 0;
}
.our-flexible .card-flexible-sec .content h6{
    color:#110302;
}
.our-flexible .card-flexible-sec .content p{
    color:#5E6373;
}
.our-flexible .card-flexible-sec .image{
    width: 100%;
    height: 240px;
}
.our-flexible .card-flexible-sec .image img{
    width: 100%;
    height:100%;
    object-fit: cover;
}
/* how to work */
.how-work:after{
    content:"";
    background: #19258D24;
    filter: blur(100px);
    width:100%;
    height:100%;
    max-width:400px;
    max-height:400px;
    position:absolute;
    right:0;
    bottom:0;
    z-index:-1;
    border-radius:100px;
}
.how-work .image-work{
    width: 100%;
    height: 100%;
    border-radius: 25px;
    overflow: hidden;
}
.how-work .image-work img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.how-work .card-work{
    background: #FFFFFF;
    border: 1px solid #333;
    border-radius: 10px;
    padding: 15px 15px 15px 60px;
    position: relative;
    margin-bottom: 15px;
}
.how-work .card-work:last-child{
    margin: 0;
}
.how-work .card-work span{
    color: var(--text-color);
    font-size: 18px;
    font-weight: 600;
    line-height: 1.5;
    position: absolute;
    left: 20px;
}
.how-work .card-work h4{
    font-size: 18px;
    font-weight: 600;
    color: var(--text-color);
    line-height: 1.5;
    margin-bottom: 4px;
}
.how-work .card-work p{
    margin: 0;
    line-height:1.8;
    color: var(--text-color);
    font-size: 14px;
}
.how-work .card-work{
    background: #F2F2F2;
    border-color:#00000033;
}
.how-work .outer-box div[class^="col-"]:nth-child(2) .card-work{
    background: #EFF6FF;
    border-color:#00000033;    
}
.how-work .outer-box div[class^="col-"]:nth-child(3) .card-work{
    background: #FFF1F1;
    border-color:#C0C6CC;
}
.how-work .outer-box div[class^="col-"]:nth-child(4) .card-work{
    background: #FFFDED;
    border-color:#00000033;    
}
.how-work .outer-box div[class^="col-"]:nth-child(5) .card-work{
    background: #EFF6FF;
    border-color:#C0C6CC;
}
.how-work .outer-box div[class^="col-"]:nth-child(6) .card-work{
    background: #F2F2F2;
    border-color:#C0C6CC;
}
/* FAQ */
.faq-section{
    padding: 50px 0;
}
.faq-section .accordion .accordion-item{
    margin-bottom: 20px;
    border-radius: 10px;
    border: 1px solid #ddd;
    overflow: hidden;
    box-shadow: 0px 11px 22.01px 0px #0000000D;
}
.faq-section .accordion .accordion-item .accordion-button:not(.collapsed){
    color:var(--secondary-color);
    font-weight: 600;
    background-color: #fff;
    box-shadow: none;
}
.faq-section .accordion .accordion-item .accordion-button::after{
    content: "\ea50";
    font-family: boxicons!important;
    font-weight: 400;
    background-image: none;
    color: var(--primary-color);
    font-size: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: rotate(90deg);
}
.faq-section .accordion .accordion-item  .accordion-button:not(.collapsed)::after{
    transform: rotate(270deg);
}
.counter {
    transition: all 0.3s ease;
}
/* media query */
@media(max-width: 1320px){
    .stats-section .stats-list .stats-card span{
        font-size: 2.8rem;
    }
    .stats-section .ourclients-card h3{
        font-size: 2.4rem;
    }
    .stats-section .ourclients .items-clients img{
        height: 35px;
        max-width: 240px;
    }
    .service-section .tab-content .inner-service-card ul{
        row-gap: 15px;
        column-gap: 15px;
    }
    .service-section .tab-content .inner-service-card ul li{
        width: 48%;
    }
    .service-section .col-servicecontent{
        width: 70%;
    }
}
@media(max-width:1199px){
    .service-section .nav-item .nav-link{
        padding: 8px 10px;
    }
    .service-section .nav-item .nav-link .title{
        padding-left: 10px;
    }
}
@media(max-width: 992px){
    .stats-section .ourclients{
        padding: 0 10px;
    }
}
@media(max-width: 991px){
    .service-section .col-servicenav{
        width: 100%;
    }
    .service-section .col-servicecontent{
        width: 100%;
    }
    .service-section .nav.nav-pills{
        overflow: auto;
        flex-wrap: nowrap;
        margin-bottom: 20px !important;
    }
    .service-section .nav-item, .service-section .nav-item .nav-link{
        width: max-content;
    }
}
@media(max-width: 767px){
    .stats-section .stats-list .stats-card span{
        font-size: 2rem;
    }
    .slider-ourclients {
        overflow: hidden;
        position: relative;
        width: 100%;
        background: #fff;
        padding-top: 40px;
      }
      
      .slider-ourclients .slider-track {
        display: flex;
        width: max-content;
        animation: scroll-left 10s linear infinite;
      }
      
      .slider-ourclients .item-clients {
        flex: 0 0 auto;
        padding: 0 15px;
        display: flex;
        align-items: center;
        justify-content: center;
      }
      
      .slider-ourclients .item-clients img {
        height: 35px;
        width: auto;
        object-fit: contain;
      }
      
      /* Animation */
      @keyframes scroll-left {
        0% {
          transform: translateX(0%);
        }
        100% {
          transform: translateX(-50%);
        }
      }
      .service-section .tab-content .inner-service-card{
          padding: 20px;
      }
      .service-section .tab-content .inner-service-card ul li{
          width: 100%;
      }
      .service-section .tab-content .inner-service-card .button-service{
          position: relative;
          top: 0;
          right: 0;
          margin-top: 20px;
      }
}
@media(max-width: 575px){
    .stats-section{
        padding: 50px 0;
    }
    .stats-section .stats-list .stats-card{
        padding: 10px;
        text-align: center;
    }
    .stats-section .stats-list .stats-card span{
        font-size: 1.5rem;
    }
    .stats-section .ourclients-card{
        padding: 25px;
        text-align: center;
    }
    .stats-section .stats-list .stats-card p{
        font-size:0.6rem;
    }
    .stats-section .ourclients-card .button-clients{
        justify-content: center;
    }
    .service-section .nav-item .nav-link .icon{
        width: 45px;
        height: 45px;
        padding: 6px;
    }
    .service-section .nav-item .nav-link .title{
        width: calc(100% - 45px);
    }
    .technology-solutions .tab-content .inner-box{
        flex-wrap: wrap;
        text-align: center;
        justify-content: center;
        padding: 10px;
    }
    .technology-solutions .tab-content .inner-box span{
        font-size: 12px;
    }
}