.page-template-ai-ml-services {
    background-color: #fafafa;
}
.ai-ml-service-inner {
    position: relative;
    background-color: #020a1d;
}
.ai-ml-service-inner:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-image: url(../images//ai-ml-service/ai-banner-img.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.ai-service-banner-wrapper {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    width: 100%;
}
.ai-service-banner-wrapper h1 {
    color: #ffffff;
}
.ai-service-banner-wrapper .white_border::before {
    background-color: #ffffff;
}
.ai-service-image-wrapper {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    float: right;
}
.ai-service-main-img,
.ai-service-hand-img {
    display: flex;
    justify-content: center;
}
.ai-service-main-img svg,
.ai-service-hand-img svg {
    width: 100%;
    height: 100%;
}
.ai-service-hand-img {
    margin-top: -100px;
}
.ai-service-hand-img svg {
    height: 100%;
}
.ai-consulting-service {
    position: relative;
}
.ai-consulting-service:before {
    content: "";
    position: absolute;
    left: 0px;
    background-image: url(../images/ai-ml-service/bg-pattern-img.png);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: auto;
    bottom: 0px;
    display: inline-block;
    width: 100%;
    height: 100%;
    z-index: -2;
}
.ai-consulting-service-wrapper{
    display: flex;
    align-items: flex-start;
    gap: 30px;
    justify-content: space-between;
}
.ai-consulting-service .container1 {
    position: relative;
}
.consulting-service-content {

}
.serv-title-center {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-direction: column;
}
.cmn-serv-title {
    font-size: 35px;
    line-height: 52px;
    margin-bottom: 30px;
    font-weight: 600;
}
.consult-ai-img {

}
/* .consult-ai-img img {
    width: 85%;
} */
.scrolling-services-list {
    display: flex;
    flex-direction: column;
    row-gap: 25px;
}
.cmn-ai-grid {
    box-shadow: 0px 4px 20px 0px #00000021;
    position: relative;
    z-index: 8;
    font-size: 20px;
    line-height: 30px;
    border-radius: 5px;
}
.cmn-ai-grid:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/grid-title.webp);
    background-repeat: no-repeat;
    z-index: -1;
    background-size: cover;
    border-radius: 8px;
}
.consult-service-grid-item {
    padding: 20px;
    background-color: #fff;
    border-radius: 5px;
    margin: 2px;
}
.consult-service-grid h3 {
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 10px;
    font-weight: 600;
}
.consult-service-grid-item p {
    margin: 0px;
}
.consulting-service-content.posFix {
    position: fixed;
    top: 120px;
    float: none;
    width: auto;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.consulting-service-content.posAbs {
    position: absolute;
    bottom: 0px;
    float: none;
    width: auto;
}
.bg-ai-blue {
    background-color: #0c5b88;
}
.full-length-section {
    padding: 45px 0px;
    float: left;
    width: 100%;
}
.full-length-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.bg-ai-blue .cmn-serv-title,
.bg-ai-blue .cmn-sub-text {
    color: #fff;
}
.full-lgth-btn {
    font-size: 24px;
    line-height: 36px;
    background-color: #fff;
    border: 2px solid #fff;
    color: #0c5b88;
    padding: 12px 25px;
    border-radius: 72px;
    transition: all 0.3s ease-in-out;
}
.full-lgth-btn:hover {
    background-color: transparent;
    color: #fff;
}
.cmn-sub-text {
    font-size: 30px;
    line-height: 45px;
    color: #101010;
}
.development-process-wizard {
    margin-top: 30px;
}
.development-process-steps {
    margin: 40px auto 0;
    max-width: 875px;
}
.development-process-steps ul {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    position: relative;
    column-gap: 20px;
}
.development-process-steps li {
    position: relative;
    font-size: 24px;
    line-height: 36px;
    font-weight: 600;
    color: #101010;
    min-height: 80px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border-top: 2px solid rgba(148, 148, 148, 1);
}
.development-process-steps li.active{
    border-top: 2px solid;
    border-image: linear-gradient(90deg, #2C53F8 0%, #9650E3 50%, #DD227B 100%);
}
.development-process-steps li:first-child:before {
    display: none;
}
.development-process-steps li span {
    text-indent: -9999999px;
    display: inline-block;
}
.development-process-grid {
    display: inline-flex;
    flex-direction: column;
    position: relative;
}
.development-process-grid .form-container.active {
    box-shadow: 0px 4px 60px 0px #0000000d;
    padding: 22px;
    display: flex !important;
    column-gap: 58px;
    align-items: center;
}
.development-img-wrap,
.development-content-wrap {
    width: 50%;
}
.development-img-wrap img {
    width: 100%;
    border-radius: 10px;
}
.development-content-wrap {
    font-size: 26px;
    line-height: 38px;
    font-weight: 500;
}
.slideHorz {
    width: 100%;
    height: 0;
    opacity: 0;
    visibility: hidden;
    border-radius: 10px;
}
.development-process-wizard .animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.slideHorz.active {
    opacity: 1;
    visibility: visible;
    height: 100%;
    box-shadow: 0px 4px 60px 0px #0000000d;
    padding: 22px;
    display: flex !important;
    column-gap: 58px;
    align-items: center;
}
.slideHorz.js-active {
    height: auto;
    opacity: 1;
    visibility: visible;
}
.technology-list-wrapper {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.technology-grid-wrapper {
    box-shadow: 0px 4px 60px 0px #0000000d;
    padding: 36px;
    background-color: #fff;
}
.technology-grid-wrapper h3 {
    font-size: 24px;
    line-height: 30px;
    color: #131313;
    margin-bottom: 28px;
    font-weight: 600;
}
.tech-listing {
    display: flex;
    column-gap: 20px;
    row-gap: 20px;
    flex-wrap: wrap;
}
.tech-listing li {
    background-color: #fafafa;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 25px;
    border-radius: 50px;
    column-gap: 15px;
}
.tech-listing li .tech-img-wrap {
/*    max-height: 32px;*/
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: auto;
    min-width: auto;
    border: 0;
    backdrop-filter: unset;
}
.tech-listing li .tech-img-wrap img {
    height: 100%;
    object-fit: contain;
}
.tech-listing li .tech-name {
    font-size: 20px;
    line-height: 1.4;
    color: #000000;
    margin: 0px;
    width: calc(100% - 47px);
}
.model-development-grids-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    column-gap: 20px;
    row-gap: 20px;
    justify-content: center;
}
.dev-grid {
    padding: 30px 40px;
    background-color: #fff;
    border-radius: 5px;
    margin: 2px;
    display: flex;
    flex-direction: column;
    row-gap: 15px;
}
.model-development-grids {
    width: calc(50% - 10px);
}
.model-development-grids .dev-grid {
    height: calc(100% - 4px);
}
.development-grid-head {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 15px;
}
.development-grid-head .grid-number {
    width: 120px;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 55px;
    line-height: 82px;
    color: #101010;
    font-weight: 600;
    background: url(../images/grid-title.webp);
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 100% 10px 100% 100%;
    background-size: cover;
    position: relative;
    transform: rotate(-10deg);
}
.development-grid-head .grid-number:before {
    content: "";
    position: absolute;
    left: 4px;
    top: 4px;
    width: calc(100% - 8px);
    height: calc(100% - 8px);
    background-color: #fff;
    border-radius: 100% 10px 100% 100%;
}
.development-grid-head .grid-number span {
    transform: rotate(10deg);
    position: relative;
    z-index: 2;
}
.development-grid-content {
    font-size: 18px;
    line-height: 28px;
}
.development-grid-head h3 {
    font-size: 26px;
    line-height: 40px;
    color: #101010;
    width: calc(100% - 135px);
}
.slider {
    max-width: 1200px;
    margin: 0 auto;
    background: red;
}
.slick-list {
    padding-left: 0px !important;
}
.industrial-slider {
    position: unset !important;
    margin: 0 0 0 auto !important;
    padding-top: 35px;
}
.industrial-slider .slick-track {
    display: flex;
}
.industrial-slider .slick-arrow {
    position: absolute;
    bottom: 25px;
    left: 50%;
    transform: translateX(-50%);
    right: auto;
    top: auto;
    padding: 12px 0px 12px 0px;
    min-width: 120px;
    z-index: 5;
}
.industrial-slider .slick-prev:hover:after,
.industrial-slider .slick-next:hover:after {
    width: 100%;
}
.industrial-slider .slick-arrow {
    width: auto;
    height: auto;
}
.industrial-slider .slick-prev {
    margin-left: -70px;
}
.industrial-slider .slick-next {
    margin-left: 70px;
}
.industrial-slider .slick-arrow:before {
    content: "";
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 1;
    display: inline-flex;
    width: 47px;
    height: 26px;
}
.industrial-slider .slick-arrow:after {
    content: "";
    position: absolute;
    width: 46px;
    height: 46px;
    border: 3px solid #fff;
    border-radius: 100px;
    top: 50%;
    transform: translateY(-50%);
    transition: ease-in-out 0.5s;
}
.industrial-slider .slick-prev:before {
    background-image: url(../images/ai-ml-service/left-slide-arrow.svg);
}
.industrial-slider .slick-prev.slick-arrow:after {
    right: 0;
}
.industrial-slider .slick-next.slick-arrow:after {
    left: 0;
}
.industrial-slider .slick-next:before {
    background-image: url(../images/ai-ml-service/right-slide-arrow.svg);
}
.industrial-slider .slick-slideshow__slide {
    margin: 0 20px;
    padding: 10px 25px;
    border-radius: 15px;
    border: 3px solid #fff;
    background-color: transparent;
}
.slider-header {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: space-between;
}
.slider-header h3 {
    font-size: 26px;
    line-height: 38px;
    font-weight: 600;
    color: #fff;
}
.slider-content {
    font-size: 22px;
    line-height: 32px;
    font-weight: 500;
    color: #000000;
}
.industry-nav-tab-wrapper{
    flex-direction: column;
    gap: 15px;
    width: 430px;
    display:none;
}
.industry-nav-tab-wrapper .main-specials {
    font-size: 18px;
    font-weight: 500;
    border: 0;
    border-bottom: 2px solid rgba(192, 192, 192, 1);
    background: rgba(255, 255, 255, 1);
    color: rgba(0, 0, 0, 0.6);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 20px;
    margin: 0px;
    text-align: left;
    position: relative;
    min-height: 60px;
    overflow: hidden;
}
.industry-nav-tab-wrapper .main-specials.active::before {
    content: '';
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background: #4D52F21A;
}
.industry-nav-tab-wrapper .main-specials.active::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(113.48deg, #2C53F8 15.51%, #9650E3 50.37%, #DD227B 85.23%);
    z-index: 1;
}
.industry-nav-tab-wrapper .main-specials span{
    display: flex;
}
.industry-nav-tab-wrapper .main-specials.active {
    background: #fff;
    color: rgba(44, 83, 248, 1);
}
.industry-nav-tab-wrapper .main-specials.active .svg-color_industries {
    stroke: #0f0f0f;
}
.main_industries_new {
    margin-top: 50px;
    display: flex;
    align-items: stretch;
    column-gap: 30px;
}
.res_padd_tab_content{
    width: calc(100% - 460px);
}
.res_padd_tab_content .tab-content {
    height: 100%;
}
.res_padd_tab_content .tab-content .tab-pane {
    height: 100%;
    opacity: 1;
}
.main_box_industries {
    background: #fff;
    border-radius: 16px;
    padding: 24px;
    height: 100%;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.main_box_industries img {
    width: 100%;
    border-radius: 5px;
}
.main_box_industries p {
    font-size: 22px;
    line-height: 34px;
    font-weight: 500;
    color: #0f0f0f;
    margin-bottom: 0px !important;
    padding-top: 20px;
}
.indusries-icon-img {
    object-fit: contain;
}
.svg-color_industries {
    stroke: #fff;
}


/* hire us section starts */
.hire-us-process-wrapper{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    column-gap: 20px;
}

.hire-process-section{
    max-width: 650px;
    position: sticky;
    top: 70px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    row-gap: 48px;
}

.hire-process-section .main-section-title{
    margin-bottom: 0;
}

.hire-process-section .main-section-title,
.hire-process-section .section-content-text{
    text-align: left;
    max-width: 100%;
}

.hire-process-section .nav-tabs{
    display: flex;
    flex-direction: column;
    margin-top: 48px;
    border: 0;
    row-gap: 16px;
    max-width: 540px;
}

.hire-process-section .nav-tabs .nav-link{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    border: 1px solid #E5E5E5;
    border-radius: 50px;
    padding: 10px 40px;
    min-height: 70px;
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    color: #303030;
    background-color: #fff;
    transition: all 0.3s ease-in-out;
}

.hire-process-section .nav-tabs .nav-link.active{
    background-color: #4D52F2;
    color: #fff;
}

.hire-process-section .nav-link .tab-arrow{
    display: flex;
    align-items: center;
    margin-left: auto;
}

.hire-process-content-section{
    display: flex;
    flex-direction: column;
    max-width: 592px;
}

.hire-process-header{
    display: flex;
    flex-direction: column;
    row-gap: 6px;
    margin-bottom: 24px;
}

.hire-process-title{
    color: #464646;
    font-size: 32px;
    line-height: 40px;
    font-weight: 600;
    margin: 0;
}

.hire-process-subtext{
    color: #747474;
    font-weight: 500;
    margin: 0px;
}

.hire-process-stepper{
    display: flex;
    flex-direction: column;
    row-gap: 24px;
    position: relative;
}

.hire-process-line{
    left: 18px;
    height: 100%;
    display: none;
}

.hire-process-line span{
    top: 75px;
}

.hire-process-line,
.hire-process-line span{
    position: absolute;
    width: 2px;
}

.process-default-line{
    border: 1px dashed rgba(192, 192, 192, 0.5);
    height: calc(100% - 162px);
    display: inline-block;
}

.process-draw-line{
    border: 1px solid #4D52F2;
}

.hire-process{
    display: flex;
    align-items: center;
    column-gap: 16px;
}

.hire-process-icon{
    width: 40px;
    height: 40px;
    filter: grayscale(1);
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #616161;
    color: #fff;
    border-radius: 50%;
}

.hire-process.active .hire-process-icon{
    filter: grayscale(0);
    background-color: rgba(77, 82, 242, 1);
}

.hire-process-content{
    width: calc(100% - 56px);
    border: 1px solid #DFDFDF;
    background-color: #fff;
    border-radius: 20px;
    padding: 24px 32px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    row-gap: 12px;
}

.process-title{
    font-size: 20px;
    line-height: 30px;
    color: #464646;
    font-weight: 500;
    margin: 0;
}

.process-desc{
    color: #4E4E4E;
    margin: 0;
}
/* hire us section end */

/* our development process */
.our-development-process .main-activity-title{
    text-align: center;
    align-items: center;
    justify-content: center;
    margin-bottom: 32px;
}

.process-main-slider-wrap{
    margin-top: 40px;
    position: relative;
}

.process-main-slider-wrap .process-main{
    max-width: 1096px;
    margin: 0 auto;
}

.process-main {
	margin-bottom: 30px;
}

.process-card {
	display: flex;
	gap: 40px;
	padding: 20px;
	border-radius: 20px;
}

.process-development-img-wrap {
    width: 315px;
    height: 315px;
    border-radius: 16px;
}

.process-development-img-wrap img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 16px;
}

.process-content{
    max-width: calc(100% - 355px);
    display: flex;
    flex-direction: column;
    row-gap: 10px;
    color: rgba(96, 96, 96, 1);
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
}

.process-content h3{
    color: rgba(61, 61, 61, 1);
    font-size: 22px;
    line-height: 32px;
    font-weight: 500;
    margin: 0px;
}

/* THUMBS */
.process-thumbs {
	max-width: 875px;
	margin: 32px auto 0;
}

.process-thumbs .swiper-slide {
	text-align: center;
	font-weight: 500;
	cursor: pointer;
	color: rgba(0, 0, 0, 0.6);
	position: relative;
    font-size: 22px;
    line-height: 32px;
    min-height: 82px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.process-thumbs .swiper-slide-thumb-active {
    background: linear-gradient(113.48deg, #2C53F8 15.51%, #9650E3 50.37%, #DD227B 85.23%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.process-thumbs .swiper-slide::after{
    content: "";
	position: absolute;
    height: 2px;
    left: 0;
	width: 100%;
    top: 0;
    background-color: rgba(148, 148, 148, 1);
}

/* gradient underline */
.process-thumbs .swiper-slide-thumb-active::after {
    background: linear-gradient(113.48deg, #2C53F8 15.51%, #9650E3 50.37%, #DD227B 85.23%);
}

.process-main-slider-wrap .swiper-button-disabled{
    background: #A0A3BD;
    border-color: #A0A3BD;
    pointer-events: none;
}

.process-main-slider-wrap .swiper-button-prev,
.process-main-slider-wrap .swiper-button-next{
    border: 1px solid rgba(229, 229, 229, 1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 58px;
    height: 58px;
    color: rgba(48, 48, 48, 1);
}

.process-main-slider-wrap .swiper-button-prev:after,
.process-main-slider-wrap .swiper-button-next:after{
    font-size: 18px;
}
/* */

@media(min-width:992px){
    .industry-nav-tab-wrapper.nav-tabs {
        display: flex;
    }

    .tab-mobile-header {
        display:none;
    }  

    .res_padd_tab_content .collapse{
        display:block;
        height: 100%;
    }
}
@media (min-width: 1400px) {
    .ai-consulting-service-wrapper{
        gap: 20px;
    }
    .ai-consulting-service-left{
        width: 615px;
    }
    .ai-consulting-service-right{
        width: 615px;
    }
    .consulting-service-content.posFix,
    .consulting-service-content.posAbs{
        width: 615px;
    }
}
@media (min-width: 1600px) {
    .industrial-slider {
        max-width: 1540px;
    }
    .ai-consulting-service .container1{
        max-width: 1440px;
    }
    .ai-consulting-service-left{
        width: 690px;
    }
    .ai-consulting-service-right{
        width: 690px;
    }
    .consulting-service-content.posFix,
    .consulting-service-content.posAbs{
        width: 690px;
    }
}
@media (min-width: 1800px) {
    .development-img-wrap {
        width: 40%;
    }
}
@media (min-width: 1800px) and (max-width: 1920px) {
    .ai-consulting-service .container1{
        max-width: 1600px;
    }
    .development-content-wrap {
        width: calc(100% - 40%);
    }
    .ai-consulting-service-left{
        width: 770px;
    }
    .ai-consulting-service-right{
        width: 770px;
    }
    .consulting-service-content.posFix,
    .consulting-service-content.posAbs{
        width: 770px;
    }
}
@media (min-width: 2561px) and (max-width: 5125px) {
    .industrial-slider {
        padding-top: 35px;
        max-width: 1540px;
        margin: 0 auto !important;
    }
}
@media (max-width: 1700px) {
    .ai-service-image-wrapper {
        justify-content: center;
        width: 520px;
    }
    .ai-service-main-img {
        width: 100%;
    }
    .ai-service-hand-img {
        width: 40%;
        margin-top: -90px;
    }
    .cmn-serv-title {
        font-size: 32px;
        line-height: 48px;
    }
    .cmn-sub-text {
        font-size: 26px;
        line-height: 40px;
    }
    .slideHorz.active {
        column-gap: 48px;
    }
    .technology-grid-wrapper {
        padding: 32px;
    }
    .technology-grid-wrapper h3 {
        font-size: 22px;
        line-height: 28px;
    }
    .tech-listing {
        column-gap: 16px;
        row-gap: 16px;
    }
    .tech-listing li {
        padding: 8px 22px;
        column-gap: 12px;
    }
    /*.tech-listing li .tech-img-wrap {
        height: 28px;
    }*/
    .tech-listing li .tech-name {
        font-size: 18px;
        width: calc(100% - 43px);
    }
    .industrial-slider {
        max-width: 1320px;
    }
    .industrial-slider .slick-slideshow__slide {
        margin: 0 16px;
        padding: 28px;
    }
    .slider-img-wrap {
        width: 68px;
        height: 68px;
    }
    .slider-img-wrap img {
        width: 100%;
        height: 100%;
    }
    .slider-header h3 {
        font-size: 22px;
        line-height: 34px;
    }
    .slider-content {
        font-size: 20px;
        line-height: 30px;
    }
    .industrial-slider .slick-arrow {
        min-width: 100px;
    }
    .industrial-slider .slick-prev {
        margin-left: -60px;
    }
    .industrial-slider .slick-next {
        margin-left: 60px;
    }
    .industrial-slider .slick-arrow:before {
        width: 42px;
        height: 22px;
    }
    .industrial-slider .slick-arrow:after {
        width: 42px;
        height: 42px;
    }
    .dev-grid {
        padding: 25px 35px;
    }
    .development-grid-head .grid-number {
        width: 100px;
        height: 100px;
        font-size: 50px;
        line-height: 76px;
    }
    .development-grid-head h3 {
        font-size: 24px;
        line-height: 36px;
        width: calc(100% - 115px);
    }
    .development-content-wrap {
        font-size: 24px;
        line-height: 36px;
    }
}
@media (max-width: 1399px) {
    /* */
    .process-main-slider-wrap .process-main{
        max-width: 960px;
    }

    .process-main-slider-wrap .swiper-button-prev, 
    .process-main-slider-wrap .swiper-button-next{
        width: 52px;
        height: 52px;
    }

    .process-main-slider-wrap .swiper-button-prev {
        left: 0;
    }

    .process-main-slider-wrap .swiper-button-next {
        right: 0;
    }

    .hire-process-icon {
        width: 35px;
        height: 35px;
        font-size: 14px;
    }

    .process-title {
        font-size: 18px;
        line-height: 28px;
    }

    .hire-process-content {
        width: calc(100% - 51px);
        padding: 20px 26px;
    }
    
    .hire-process-line {
        left: 16px;
    }
    /* */


    .ai-service-image-wrapper {
        width: 420px;
    }
    .ai-service-hand-img {
        margin-top: -60px;
    }
    .cmn-serv-title {
        font-size: 28px;
        line-height: 44px;
    }
    .scrolling-services-list {
        row-gap: 20px;
    }
    .consult-service-grid-item {
        padding: 15px;
        font-size: 18px;
        line-height: 28px;
    }
    .consult-service-grid h3 {
        font-size: 20px;
        line-height: 32px;
        margin-bottom: 6px;
    }
    .consulting-service-content.posFix {
        width: 555px;
    }
    .consulting-service-content.posAbs {
        width: 555px;
    }
    .full-lgth-btn {
        font-size: 20px;
        line-height: 32px;
    }
    .cmn-sub-text {
        font-size: 22px;
        line-height: 36px;
    }
    .development-process-steps li {
        font-size: 22px;
        line-height: 32px;
    }
    .development-process-steps ul:before {
        width: calc(100% - 252px);
    }
    .development-content-wrap {
        font-size: 22px;
        line-height: 34px;
    }
    .technology-grid-wrapper {
        padding: 28px;
    }
    .technology-grid-wrapper h3 {
        font-size: 20px;
        line-height: 26px;
        margin-bottom: 22px;
    }
    .tech-listing {
        column-gap: 12px;
        row-gap: 12px;
    }
    .tech-listing li {
        padding: 7px 18px;
        column-gap: 8px;
    }
    /*.tech-listing li .tech-img-wrap {
        height: 26px;
    }*/
    .tech-listing li .tech-name {
        font-size: 16px;
        width: calc(100% - 40px);
    }
    .industrial-slider .slick-slideshow__slide {
        margin: 0 12px;
        padding: 24px;
    }
    .slider-img-wrap {
        width: 58px;
        height: 58px;
    }
    .slider-header h3 {
        font-size: 20px;
        line-height: 32px;
    }
    .slider-content {
        font-size: 18px;
        line-height: 28px;
    }
    .dev-grid {
        padding: 22px 30px;
    }
    .development-grid-head {
        gap: 12px;
    }
    .development-grid-head .grid-number {
        width: 90px;
        height: 90px;
        font-size: 44px;
        line-height: 68px;
    }
    .development-grid-head h3 {
        font-size: 22px;
        line-height: 34px;
        width: calc(100% - 105px);
    }
    .development-grid-content {
        font-size: 16px;
        line-height: 26px;
    }
    .ai-consulting-service-wrapper{
        gap: 10px;
    }
    .ai-consulting-service-left{
        width: 565px;
    }
    .ai-consulting-service-right{
        width: 565px;
    }
    .consulting-service-content.posFix,
    .consulting-service-content.posAbs{
        width: 565px;
    }
}
@media (max-width: 1199px) {
    /* */
    .process-card{
        gap: 30px;
    }

    .process-main-slider-wrap .process-main {
        width: 780px;
    }

    .process-thumbs {
        max-width: 700px;
    }

    .process-thumbs .swiper-slide{
        font-size: 20px;
        line-height: 30px;
        min-height: 68px;
    }

    .process-development-img-wrap {
        width: 290px;
        height: 290px;
    }

    .process-content {
        max-width: calc(100% - 320px);
    }
    /* */



    .consulting-service-content.posFix,
    .consulting-service-content.posAbs {
        width: 466px;
    }
    .cmn-serv-title {
        font-size: 26px;
        line-height: 42px;
    }
    .consult-service-grid-item {
        font-size: 16px;
        line-height: 26px;
    }
    .consult-service-grid h3 {
        font-size: 18px;
        line-height: 30px;
    }
    .full-length-section {
        padding: 40px 0px;
    }
    .cmn-serv-title {
        font-size: 24px;
        line-height: 36px;
        margin-bottom: 20px;
    }
    .full-lgth-btn {
        font-size: 18px;
        line-height: 30px;
    }
    .cmn-sub-text {
        font-size: 20px;
        line-height: 32px;
    }
    .development-process-steps li {
        font-size: 20px;
        line-height: 30px;
    }
    .development-content-wrap {
        font-size: 20px;
        line-height: 32px;
    }
    .slideHorz.active {
        column-gap: 36px;
    }
    .technology-grid-wrapper {
        padding: 24px;
    }
    .tech-listing {
        column-gap: 10px;
        row-gap: 10px;
    }
    .tech-listing li {
        padding: 6px 16px;
        column-gap: 6px;
    }
    /*.tech-listing li .tech-img-wrap {
        height: 24px;
    }*/
    .tech-listing li .tech-name{
        width: calc(100% - 38px);
    }
    .development-grid-head h3 {
        font-size: 20px;
        line-height: 32px;
    }
    .development-process-steps {
        max-width: 962px;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
    .main_industries_new{
        padding: 15px;
        column-gap: 20px;
    }
    .industry-nav-tab-wrapper{
        width: 280px;
    }
    .res_padd_tab_content {
        width: calc(100% - 300px);
    }
    .industry-nav-tab-wrapper .main-specials{
        font-size: 16px;
        padding: 10px 12px;
    }
    .industry-nav-tab-wrapper .main-specials span{
        width: 28px;
        height: 14px;
    }
    .industry-nav-tab-wrapper .main-specials span svg{
        width: 100%;
        height: 100%;
    }
    .main_box_industries p{
        font-size: 20px;
        line-height: 32px;
    }
    .ai-industry-use{
        padding: 40px 0px 100px;
    }
    .ai-consulting-service-left{
        width: 475px;
    }
    .ai-consulting-service-right{
        width: 475px;
    }
    .consulting-service-content.posFix,
    .consulting-service-content.posAbs{
        width: 475px;
    }
}
@media (max-width: 991px) {

    /* */
    .process-card{
        gap: 20px;
        flex-direction: column;
    }

    .process-main-slider-wrap .process-main {
        width: 580px;
    }

    .process-thumbs {
        max-width: 100%;
    }

    .process-thumbs .swiper-slide {
        font-size: 18px;
        line-height: 26px;
        min-height: 60px;
    }

    .process-development-img-wrap {
        width: 250px;
        height: 250px;
    }

    .process-content {
        max-width: 100%;
        font-size: 16px;
        line-height: 26px;
        min-height: 200px;
    }

    .process-main-slider-wrap .swiper-button-prev, .process-main-slider-wrap .swiper-button-next {
        width: 42px;
        height: 42px;
    }

    .hire-us-process-wrapper{
        flex-direction: column;
        row-gap: 30px;
    }

    .hire-process-section,
    .hire-process-content-section{
        max-width: 100%;
    }

    .hire-process-section{
        position: relative;
        top: auto;
        row-gap: 30px;
    }

    .process-content h3{
        font-size: 18px;
        line-height: 28px;
    }
    /* */

    .consulting-service-content {
        margin-bottom: 20px;
    }
    .scrolling-services-list {
        flex-direction: row;
        flex-wrap: wrap;
        align-items: stretch;
        column-gap: 15px;
        justify-content: center;
    }
    .consult-service-grid {
        width: calc(50% - 8px);
    }
    .consult-service-grid-item {
        height: calc(100% - 4px);
    }
    .full-lgth-btn {
        font-size: 16px;
        line-height: 28px;
        padding: 10px 22px;
    }
    .slideHorz.active {
        column-gap: 24px;
        padding: 18px;
    }
    .development-content-wrap {
        font-size: 18px;
        line-height: 30px;
    }
    .technology-grid-wrapper {
        padding: 20px;
    }
    .technology-grid-wrapper h3 {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 18px;
    }
    .dev-grid {
        padding: 18px 24px;
    }
    .development-grid-head .grid-number {
        width: 74px;
        height: 74px;
        font-size: 38px;
        line-height: 54px;
    }
    .development-grid-head h3 {
        font-size: 18px;
        line-height: 30px;
        width: calc(100% - 88px);
    }
    .main_box_industries p {
        font-size: 18px;
    }
    .industry-nav-tab-wrapper{
        display: none;
    }
    .res_padd_tab_content{
        width: 100%;
    }
    .res_padd_tab_content .tab-content{
        height: auto;
        display: flex;
        flex-direction: column;
        row-gap: 15px;
    }
    .res_padd_tab_content .tab-content .tab-pane{
        display: block;
        background: transparent;
        border-radius: 5px;
        padding: 12px 20px;
    }
    .res_padd_tab_content .tab-content .tab-pane .main_box_industries.fade{
        display: none;
    }
    .res_padd_tab_content .tab-content .tab-pane.show .main_box_industries.fade{
        display: inline-block;
        opacity: 1;
    }
    .res_padd_tab_content .tab-pane .panel-heading a{
        font-size: 18px;
        font-weight: 500;
        color: #fff;    
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin: 0px;
        font-weight: 600;
        text-align: left;
    }
    .res_padd_tab_content .tab-pane.show .panel-heading a{
        color: #0f0f0f;
    }
    .res_padd_tab_content .panel-heading a label{
        margin: 0px;
    }

    .main_industries_new{
        padding: 0px;
        border: 0px;
        margin-top: 35px;
    }

    .res_padd_tab_content .tab-content > .tab-pane {
        display: block !important;
        opacity: 1;
        padding: 0;
    }

    .tab-mobile-header a{
        font-size: 16px;
        color: #0f0f0f;
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin: 0px;
        font-weight: 600;
        text-align: left;
        position: relative;
    }
    .tab-mobile-header a:before{
        content: "\f067";
        position: absolute;
        font-family: "Font Awesome 5 Free";
        right: 0;
    }

    .tab-mobile-header a[aria-expanded=true]:before{
        content: "\f068";
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
    }
    .ai-industry-use{
        padding: 40px 0px 80px;
    }
    .ai-consulting-service-wrapper{
        flex-direction: column;
    }
    .ai-consulting-service-left,
    .ai-consulting-service-right{
        width: 100%;
    }
}
@media (max-width: 767px) {

    /* */
    .process-main-slider-wrap .process-main{
        width: 100%;
    }

    .process-thumbs{
        display: none;
    }

    .process-main-slider-wrap .swiper-button-prev, 
    .process-main-slider-wrap .swiper-button-next {
        top: auto;
        transform: translateX(-50%);
        bottom: -45px;
        left: 50%;
        width: 36px;
        height: 36px;
    }

    .process-main-slider-wrap .swiper-button-prev {
        margin-left: -24px;
    }

    .process-main-slider-wrap .swiper-button-next {
        margin-left: 24px;
    }

    .common-section-spacing.our-development-process{
        padding-bottom: 70px;
    }

    .hire-process-stepper{
        row-gap: 18px;
    }

    .hire-process-line {
        left: 14px;
    }

    .process-main-slider-wrap .swiper-button-prev:after, .process-main-slider-wrap .swiper-button-next:after {
        font-size: 14px;
    }

    .hire-process-content {
        padding: 16px 20px;
        row-gap: 8px;
    }

    .our-development-process .main-activity-title{
        margin-bottom: 24px;
    }
    /* */

    .ai-service-hand-img {
        margin-top: -35px;
    }
    .cmn-serv-title {
        font-size: 22px;
        line-height: 32px;
        margin-bottom: 15px;
    }
    /* .consult-ai-img img {
        width: 100%;
    } */
    .full-length-section {
        padding: 35px 0px;
    }
    .cmn-serv-title {
        font-size: 20px;
        line-height: 30px;
    }
    .full-lgth-btn {
        padding: 8px 18px;
    }
    .cmn-sub-text {
        font-size: 18px;
        line-height: 30px;
    }
    .myContainer .form-container {
        flex-direction: column;
        gap: 15px;
    }
    .development-img-wrap,
    .development-content-wrap {
        width: 100%;
    }
    .development-process-steps li {
        font-size: 18px;
        line-height: 28px;
    }
    .technology-grid-wrapper {
        padding: 16px;
    }
    .technology-grid-wrapper h3 {
        font-size: 17px;
        line-height: 22px;
        margin-bottom: 14px;
    }
    .tech-listing {
        column-gap: 8px;
        row-gap: 8px;
    }
    .dev-grid {
        padding: 16px 20px;
    }
    .development-grid-head {
        flex-direction: column;
        align-items: flex-start;
    }
    .development-grid-head .grid-number {
        width: 68px;
        height: 68px;
        font-size: 34px;
        line-height: 50px;
    }
    .development-grid-head h3 {
        width: 100%;
    }

    .main_box_industries p {
        font-size: 16px;
        line-height: 28px;
    }
}
@media (max-width: 575px) {

    /* */
    .process-development-img-wrap {
        width: 220px;
        height: 220px;
    }

    .process-content {
        font-size: 14px;
        line-height: 24px;
        min-height: 180px;
    }

    .main_box_industries{
        padding: 15px;
    }
    /* */

    .ai-service-image-wrapper {
        display: none;
    }
    .consult-service-grid {
        width: 100%;
    }
    .consult-service-grid h3 {
        font-size: 16px;
        line-height: 28px;
    }
    .consult-service-grid-item {
        font-size: 14px;
        line-height: 24px;
    }
    .full-length-section {
        padding: 30px 0px;
    }
    .cmn-serv-title {
        font-size: 18px;
        line-height: 28px;
    }
    .full-lgth-btn {
        padding: 6px 16px;
        font-size: 14px;
        line-height: 26px;
    }
    .cmn-sub-text {
        font-size: 15px;
        line-height: 24px;
    }
    .development-process-steps {
        margin-bottom: 30px;
        padding-bottom: 30px;
        max-width: 450px;
    }
    .development-process-steps li {
        font-size: 16px;
        line-height: 26px;
    }
    .development-content-wrap {
        font-size: 16px;
        line-height: 28px;
    }
    .tech-listing li {
        padding: 6px 14px;
    }
    .tech-listing li .tech-img-wrap {
        height: 28px;
    }
    .tech-listing li .tech-name {
        font-size: 14px;
    }
    .model-development-grids {
        width: 100%;
    }
    .development-grid-head {
        flex-direction: row;
        align-items: center;
    }
    .development-grid-head .grid-number {
        width: 56px;
        height: 56px;
        font-size: 30px;
        line-height: 44px;
    }
    .development-grid-head h3 {
        width: calc(100% - 68px);
    }
    .main_industries_new{
        margin-top: 25px;
    }
    .ai-industry-use {
        padding: 35px 0px 65px;
    }
}
@media (max-width: 479px) {
    /* */
    .hire-process{
        column-gap: 10px;
    }

    .hire-process-icon {
        width: 30px;
        height: 30px;
        font-size: 12px;
    }

    .hire-process-content {
        width: calc(100% - 40px);
        padding: 12px;
        row-gap: 6px;
    }

    .process-title {
        font-size: 16px;
        line-height: 26px;
    }

    .hire-process-content{
        font-size: 14px;
        line-height: 22px;
    }

    .process-desc {
        font-size: 14px;
        line-height: 22px;
    }

    .process-development-img-wrap {
        width: 180px;
        height: 180px;
    }

    .hire-process-section{
        row-gap: 20px;
    }
    /* */


    .development-process-steps {
        max-width: 360px;
    }
    .development-process-steps li {
        font-size: 14px;
        line-height: 24px;
        min-width: auto;
    }
    .consult-service-grid h3 {
        font-size: 15px;
        line-height: 26px;
    }
    .development-content-wrap {
        font-size: 14px;
        line-height: 24px;
    }
    .technology-grid-wrapper {
        padding: 12px;
    }
    .technology-grid-wrapper h3 {
        font-size: 16px;
        margin-bottom: 12px;
    }
    /*.tech-listing li .tech-img-wrap {
        height: 20px;
    }*/
    .tech-listing li {
        padding: 6px 10px;
    }
    .development-grid-head h3 {
        font-size: 16px;
        line-height: 28px;
    }
    .development-grid-content {
        font-size: 14px;
        line-height: 24px;
    }

    .main_box_industries p {
        font-size: 14px;
        line-height: 22px;
    }
}
@media (max-width: 400px) {
    .dev-grid {
        padding: 14px 16px;
        row-gap: 10px;
    }
    .development-grid-head .grid-number {
        width: 50px;
        height: 50px;
        font-size: 28px;
        line-height: 40px;
    }
    .development-grid-head h3 {
        font-size: 15px;
        line-height: 26px;
        width: calc(100% - 64px);
    }
    .ai-industry-use {
        padding: 30px 0px 50px;
    }
}
