/* technology */
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;700&family=Poppins:ital,wght@0,300;0,400;0,500;1,300&family=Teko:wght@600&display=swap');

.technology-stack-content{
	margin-top: 95px;
	/*background-image: url(../images/technology-stack-image/bg-gradient-img.svg);
	background-position: center;
	background-size: 100%;
	background-repeat: repeat-y; */
}

.cmn-padding{
	padding: 60px 0;
}

.tech-stack-title{
	font-size: 50px;
	line-height: 1.3;
    font-weight: 700;
    color: rgba(100, 121, 205, 1);
    display: flex;
	justify-content: center;
    position: relative;
	margin: 0 0 70px 0;
    text-transform: uppercase;
	text-align: center;
}

.tech-stack-hero-banner{
	position: relative;
	height: 520px;
	margin-bottom: 40px;
}

.tech-stack-sub-title{
	position: relative;
    font-size: 36px;
    line-height: 1.3;
	font-weight: 700;
    color: rgba(100, 121, 205, 1);
	letter-spacing: 1.2px;
	font-family: 'Playfair Display', serif;
	text-align: center;
}

.tech-stack-hero-banner img{
	border-radius: 70px;
	height: 100%;
	width: 100%;
    object-fit: cover;
}

.tech-stack-description{
	margin: 20px auto 40px;
	text-align: center;
	font-weight: 300;
	color: rgba(0, 0, 0, 1);
	font-size: 22px;
	line-height: 35px;
	font-style: italic;
	max-width: 1320px;
}

.tech-stack-description span{
	font-weight: 500;
}

.center-cta-btn{
	margin-top: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.bg-light-violet{
	background-color: rgba(244, 247, 255, 1);
}

.partner-sec-content-wrapper{
	display: flex;
	align-items: center;
	justify-content: space-between;
	column-gap: 30px;
}

.partner-sec-content{
	max-width: 775px;
	width: 100%;
}

.partner-sec-content .cmn-sec-descirption{
	max-width: 100%;
}

.cmn-left-section{
	text-align: left;
}

.cmn-sec-title{
	font-size: 36px;
	line-height: 1.3;
	color: rgba(100, 121, 205, 1);
	font-weight: 700;
	text-transform: capitalize;
	margin-bottom: 30px;
    text-transform: unset;
}

.cmn-sec-descirption{
	font-size: 20px;
	line-height: 1.5;
	color: rgba(0, 0, 0, 1);
	font-weight: 400;
    max-width: 100%;
    margin: 0 auto;
}

.tech-industry-serve .cmn-sec-descirption{
	color: rgba(95, 103, 136, 1);
}

.partner-sec-image{
	max-width: 740px;
	width: 100%
}

.partner-sec-img-wrap.tablet-view{
	display: none;
}

.partner-sec-img-wrap{
	display: flex;
	column-gap: 32px;
	align-items: flex-start;
}

.partner-sec-img-wrap .single-new-dev-img{
    border-radius: 20px;
    min-height: 400px;
    object-fit: cover;
}

.cmn-partner-img{
    border-radius: 20px;
    width: calc(33% - 19px);
    min-height: 384px;
    object-fit: cover;
}

.partner-sec-first-img{
	margin-top: 80px;
}

.partner-sec-third-img{
	margin-top: 40px;
}

.our-service-listing{
	max-width: 1600px;
    margin: 0 auto;
}

.cmn-center-section{
	text-align: center;
}

.our-service-listing{
	padding: 60px 40px;
    display: flex;
	align-items: flex-start;
    flex-wrap: wrap;
    column-gap: 40px;
}

.our-service-item{
	padding: 32px;
	display: flex;
	flex-direction: column;
	row-gap: 16px;
	border: 1px solid rgba(51, 51, 51, 0.2);
	background-color: rgba(255, 255, 255, 1);
	transition: all 0.3s ease-in-out;
	width: calc(50% - 20px);
    min-height: 230px;
}

.our-service-item:hover{
	border-color: rgba(100, 121, 205, 1);
}

.our-service-title{
	font-size: 30px;
	line-height: 1.3;
	color: rgba(78, 78, 78, 1);
	text-transform: capitalize;
	transition: all 0.3s ease-in-out;
}

.our-service-item:hover .our-service-title{
	color: rgba(100, 121, 205, 1);
}

.our-service-description{
	font-size: 16px;
    line-height: 26px;
	color: rgba(136, 136, 136, 1);
}

.our-service-item:nth-child(2) {
    margin-top: 54px;
}

.our-service-item:nth-child(even) {
    margin-top: 40px;
}

.tech-industry-serve{
	background-image: url(../../images/technology-stack-image/bg-pattern.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.industry-nav-tab-wrapper{
    flex-direction: column;
    gap: 10px;
    width: 330px;
    display:none;
}

.industry-nav-tab-wrapper .industry-tab-links {
    font-size: 18px;
    border: 1px solid rgba(136, 136, 136, 1);
    background: transparent;
    color: rgba(136, 136, 136, 1);
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 20px;
    margin: 0px;
    text-align: left;
}

.industry-nav-tab-wrapper .industry-tab-links:focus,
.industry-nav-tab-wrapper .industry-tab-links:hover{
	border-color: rgba(136, 136, 136, 1);
}

.industry-nav-tab-wrapper .industry-tab-links span{
    display: flex;
}

.industry-nav-tab-wrapper .industry-tab-links.active {
    background: rgba(100, 121, 205, 1);
    color: #fff;
	border-color: rgba(100, 121, 205, 1);
    font-weight: 500;
}

.industry-nav-tab-wrapper .industry-tab-links.active .svg-color_industries {
    stroke: #0f0f0f;
}

.industry-serv-wrapper {
    border: 3px solid rgba(100, 121, 205, 1);
    border-radius: 5px;
	background-color: rgba(255, 255, 255, 0.63);
    padding: 20px;
    margin-top: 50px;
    display: flex;
    align-items: stretch;
    column-gap: 30px;
}

.industry-tab-content-wrapper{
    width: calc(100% - 360px);
}

.industry-tab-content-wrapper .tab-content {
    height: 100%;
}

.industry-tab-content-wrapper .tab-content .tab-pane {
    height: 100%;
    opacity: 1;
}

.main-industry-bg-wrap {
    background: #fff;
    border-radius: 5px;
    padding: 24px;
    height: 100%;
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1);
}

.main-industry-bg-wrap img {
    width: 100%;
    border-radius: 5px;
}

.industry-desc {
    font-size: 20px;
    line-height: 1.5;
    color: #0f0f0f;
    margin-bottom: 0px !important;
    padding-top: 20px;
}

.service-redirect-link{
	color: rgba(100, 121, 205, 1);
}

.service-redirect-link:hover,
.service-redirect-link:focus{
	color: rgba(100, 121, 205, 1);
}

.indusries-icon-img {
    object-fit: contain;
}

.svg-color_industries {
    stroke: #fff;
}

.hire-wrap-section{
	display: flex;
	align-items: center;
	justify-content: space-between;
	column-gap: 30px;
}

.hire-image-wrap {
    max-width: 765px;
    width: 100%;
    display: flex;
	align-items: stretch;
    gap: 40px;
}

.multiple-img-wrap{
	display: flex;
	flex-direction: column;
	row-gap: 30px;
}

.hire-model-content {
	max-width: 745px;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin: 0;
}

.tech-hire-model-img{
	border-radius: 30px;
	height: 100%;
    width: 100%;
    object-fit: cover;
}

.hire-model-content p{
	margin: 0px;
}

.dev-service-listing-wrap{
	display: grid;
    grid-template-columns: repeat(3, 1fr);
    row-gap: 30px;
    column-gap: 20px;
	position: relative;
	margin: 60px 0 0;
}

.dev-service-list-item{
	display: flex;
    align-items: center;
    justify-content: flex-start;
    text-align: center;
	column-gap: 20px;
	padding: 15px;
    background: linear-gradient(135deg, rgba(244, 247, 255, .55) 0%, rgb(55 72 139 / 18%) 100% 100%);
    border: 1px solid rgba(255, 255, 255, .35);
    box-shadow: 0 10px 26px rgba(16, 24, 40, .08), inset 0 0 0 1px rgba(55, 72, 139, .14);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    transition: transform .18s ease, box-shadow .18s ease, background .18s ease, border-color .18s ease;
    overflow: hidden;
    border-radius: 20px;
}

.dev-service-icon-wrap{
    width: 42px;
    height: 42px;
    border-radius: 12px;
    background-color: #37488b0d;
    background-image: url('../../images/new-development/listing-icon.svg');
    background-size: 18px;
    background-repeat: no-repeat;
    background-position: center;
    border: 1px solid rgba(255, 255, 255, .35);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
    color: rgba(100, 121, 205, 1);
    font-size: 22px;
}

.dev-service-icon-wrap img {
    width: 100%;
    height: 100%;
}

/* .dev-service-list-item:not(:nth-child(4n)):not(:last-child){
	background-image: repeating-linear-gradient(180deg, #9757D766, #9757D766 8px, transparent 0px, transparent 20px);
	background-position: 100% 0;
	background-size: 2px 100%;
	background-repeat: no-repeat;
} */

.dev-service-title{
	font-size: 18px;
	line-height: 28px;
	font-weight: 400;
    text-align: left;
    width: calc(100% - 74px);
}

.cmn-service-cta-section{
	margin: 30px 0;
}

.cmn-inner-section-wrap{
	padding: 40px 30px;
	border-radius: 20px;
	border: 1px solid rgba(239, 240, 246, 1);
	position: relative;
	overflow: hidden;
	background-color: rgba(171, 188, 255, 0.26);
}

.cmn-inner-section-wrap:before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url(../../images/technology-stack-image/pattern-image.svg) no-repeat;
	background-size: cover;
    background-position: center;
}

.cmn-inner-section-wrap .cmn-sec-title{
	font-size: 30px;
	color: rgba(0, 0, 0, 1);
	margin-bottom: 15px;
	position: relative;
	z-index: 2;
}

.asp-net-dev .cmn-sec-title span,
.footer-cta-service-bg .cmn-sec-title span{
	display: flex;
    justify-content: center;
	width: 100%;
}

.cmn-inner-section-wrap .cmn-sec-descirption{
	max-width: 100%;
	margin-bottom: 30px;
	position: relative;
	z-index: 2;
}

.cmn-service-btn-wrap{
    background-color: rgba(100, 121, 205, 1);
    border-radius: 8px;
    color: #fff;
}

.cmn-service-btn-wrap:hover{
	color: #fff;
    box-shadow: 0px 0px 20px rgb(100 121 205 / 60%);
}

.service-inner-accordion{
	padding: 0 40px;
}

.service-inner-accordion .tab-pane:not(:last-child) {
	margin-bottom: 24px;
}

.service-inner-accordion .tab-pane {
    display: block !important;
    opacity: 1;
    height: 100%;
}

.service-accordion-item-wrapper.active{
	box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.07);
	border-radius: 8px;
}

/* .service-accordion-item-wrapper .collapsing{
	transition: height .2s ease-in-out;
} */

.service-acc-btn{
	border: 1px solid rgba(211, 211, 211, 1);
	padding: 20px 30px;
	font-size: 20px;
	line-height: 1.3;
	color: rgba(0, 0, 0, 1);
	font-weight: 500;
	background-color: #fff;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	text-align: left;
	border-radius: 8px;
	cursor: pointer;
}

.service-acc-btn:hover{
	color: rgba(0, 0, 0, 1);
}

.service-acc-btn:focus{
	outline: none;
}

.service-acc-btn[aria-expanded="true"]{
	background-color: rgba(100, 121, 205, 1);
	border-color: rgba(100, 121, 205, 1);
	color: #fff;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
}

.new-service-content{
	padding: 20px 30px;
	color: rgba(95, 103, 136, 1);
	font-size: 18px;
	line-height: 1.3;
	background-color: #fff;
	border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

.faq-redirect-link{
	color: rgba(100, 121, 205, 1);
}

.faq-redirect-link:hover{
	color: rgba(100, 121, 205, 1);
}

.new-service-content ul{
	padding-left: 20px;
    margin-bottom: 20px;
}

.new-service-content ul li{
	list-style-type: disc;
}

.service-acc-btn .down-arrow{
	margin-left: auto;
	transition: all 0.3s ease-in-out;
	width: 24px;
	height: 24px;
	display: inline-flex;
}

.service-acc-btn .down-arrow svg{
	width: 100%;
	height: 100%;
}

.service-acc-btn[aria-expanded="true"] .down-arrow{
	transform: rotate(180deg);
}

.services-bottom-cta{
	padding: 40px 0;
}

.footer-cta-service-bg{
	background-color: rgba(100, 121, 205, 1);
	border-radius: 40px;
	padding: 40px;
}

.footer-cta-service-bg .cmn-sec-title{
	color: #fff;
	font-size: 40px;
	margin-bottom: 20px;
}

.footer-cta-service-bg .cmn-sec-descirption{
	color: #fff;
	font-size: 23px;
	margin-bottom: 40px;
}

.cmn-service-new-btn{
    font-size: 22px;
    line-height: 1.3;
    padding: 6px 20px;
	gap: 15px;
    min-height: 60px;
	font-weight: 700;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease-in-out;
    position: relative;
    z-index: 2;
    overflow: hidden;
}

.contact-redirect-btn{
	color: rgba(100, 121, 205, 1);
    border-radius: 50px;
    background-color: #fff;
	padding-left: 24px;
	border: 2px solid #fff;
}

.contact-redirect-btn-arrow{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: rgba(100, 121, 205, 1);
    display: flex;
    align-items: center;
    justify-content: center;
	stroke: #fff;
	margin-left: auto;
	transition: all 0.3s ease-in-out;
}

.contact-redirect-btn:hover{
	background-color: transparent;
	color: #fff;
	border-color: #fff;
}

.contact-redirect-btn:hover .contact-redirect-btn-arrow{
	stroke: rgba(100, 121, 205, 1);
	background-color: #fff;
}

.serv-title-center {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-direction: column;
}

.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 .service-tech-img-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: auto;
    min-width: auto;
    border: 0;
    backdrop-filter: unset;
	width: 32px;
    height: 32px;
}
.tech-listing li .service-tech-img-wrap img {
    height: 100%;
	width: 100%;
    object-fit: contain;
}
.tech-listing li .new-dev-tech-name {
    font-size: 20px;
    line-height: 1.4;
    color: #000000;
    margin: 0px;
    width: calc(100% - 47px);
	white-space: nowrap;
}

.common-tech-icons img{
	object-fit: contain;
}

.development-process-wizard {
    margin-top: 50px;
}

.development-process-steps {
    margin-bottom: 40px;
    padding-bottom: 40px;
}

.development-process-steps ul {
    display: flex;
    align-items: center;
    position: relative;
}

.development-process-steps ul:before {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% - 352px);
    height: 7px;
    top: 70px;
    background-color: rgba(244, 247, 255, 1);
}

.development-process-steps li {
    position: relative;
    font-size: 24px;
    line-height: 36px;
    font-weight: 600;
    color: rgba(78, 78, 78, 1);
    min-width: 110px;
    text-align: center;
    width: 25%;
}

.development-process-steps li.active{
    color: rgba(100, 121, 205, 1);
}

.development-process-steps li:before {
    content: "";
    position: absolute;
}
.development-process-steps li:before {
    left: calc(-50% - 35px / 2);
    width: 0;
    height: 7px;
    top: 70px;
    transition: all 0.3s ease-in-out;
}
.development-process-steps li:first-child:before {
    display: none;
}
.development-process-steps li span {
    text-indent: -9999999px;
    display: inline-block;
}
.development-process-steps li span:before,
.development-process-steps li span:after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 50%;
    cursor: pointer;
}
.development-process-steps li span:before {
    width: 40px;
    height: 40px;
    background-color: rgba(244, 247, 255, 1);
    top: 53px;
    z-index: 1;
    transition: all 0.3s ease-in-out;
}
.development-process-steps li.active:before {
    background-color: rgba(100, 121, 205, 1);
    width: 100%;
}
.development-process-steps li.active span:before {
    background-color: rgba(100, 121, 205, 1);
}
.development-process-steps li.active span:after {
    background-color: #ffffff;
}
.development-process-steps li span:after {
    width: 16px;
    height: 16px;
    background: rgba(100, 121, 205, 1);
    top: 65px;
    z-index: 1;
    transition: all 0.3s ease-in-out;
}

.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: 20px;
    line-height: 1.5;
}
.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;
    background: linear-gradient(259.52deg, #F1F0FB 30%, #FFFFFF 65%);
    /* box-shadow: 0px 7.74px 23.22px 0px rgba(74, 58, 255, 0.06); */
}
.slideHorz.js-active {
    height: auto;
    opacity: 1;
    visibility: visible;
}

@media(min-width:992px){
    .industry-nav-tab-wrapper.nav-tabs {
        display: flex;
    }

    .tab-mobile-header {
        display:none;
    }  

    .industry-tab-content-wrapper .collapse{
        display:block;
        height: 100%;
    }
}

@media (min-width: 1800px) {
    .development-img-wrap {
        width: 40%;
    }

	.development-content-wrap {
        width: calc(100% - 40%);
    }
}

@media(max-width:1799px){
	.partner-sec-content{
		max-width: max-content;
		min-width: 624px
	}

	.partner-sec-image{
		max-width: max-content;
		min-width: 596px;
	}

	.partner-sec-img-wrap{
		column-gap: 28px;
	}

	.cmn-partner-img{
		width: calc(33% - 17px);
	}

	.hire-image-wrap{
		max-width: 52%;
	}

	.hire-model-content{
		max-width: 48%;
	}

	.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 .new-dev-tech-name {
        font-size: 18px;
        width: calc(100% - 44px);
    }
}

@media(max-width:1700px){
    .development-process-steps ul:before {
        top: 68px;
        width: calc(100% - 276px);
    }

    .development-process-steps li span:before {
        width: 36px;
        height: 36px;
    }

    .development-process-steps li span:after {
        width: 12px;
        height: 12px;
    }

    .slideHorz.active {
        column-gap: 48px;
    }

}

@media(max-width:1600px){
	.tech-stack-title{
		font-size: 46px;
	}
}

@media(max-width:1399px){

	.technology-stack-content{
		margin-top: 90px;
	}

	.cmn-padding {
		padding: 50px 0;
	}
	
	.tech-stack-title{
    	font-size: 42px;
	}

	.tech-stack-hero-banner{
		height: 480px;
	}

	.tech-stack-sub-title{
		font-size: 32px;
		margin-bottom: 20px;
	}

	.cmn-sec-title {
    	font-size: 32px;
	}

	.cmn-sec-descirption {
    	font-size: 18px;
	}

    .cmn-sec-descirption br{
        display: none;
    }

	.partner-sec-img-wrap{
    	column-gap: 26px;
	}

	.cmn-partner-img{
		width: calc(33% - 16px);
	}

	.dev-service-list-item{
		column-gap: 15px;
	}

	.dev-service-list-item img{
		width: 80px;
		height: 80px;
	}

	.cmn-service-new-btn{
		min-height: 54px;
	}

	.contact-redirect-btn{
		padding-left: 20px;
	}

	.footer-cta-service-bg .cmn-sec-title{
		font-size: 34px;
	}

	.service-acc-btn{
		font-size: 18px;
		padding: 16px 24px;
	}

	.service-acc-btn .down-arrow{
		width: 20px;
	}

	.new-service-content {
		padding: 16px 24px;
		font-size: 16px;
	}

	.footer-cta-service-bg .cmn-sec-descirption{
		font-size: 20px;
	}

	.partner-sec-content {
        min-width: 567px;
    }

	.partner-sec-image {
        min-width: 543px;
    }

	.partner-sec-img-wrap {
        column-gap: 22px;
    }

	.cmn-partner-img {
        width: calc(33% - 13px);
    }

	.our-service-listing {
    	padding: 45px 30px;
		column-gap: 30px;
	}

	.our-service-item{
		padding: 26px;
		width: calc(50% - 15px);
	}

	.our-service-title {
    	font-size: 27px;
	}

	.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 .new-dev-tech-name {
        font-size: 16px;
        width: calc(100% - 40px);
    }

    .development-process-steps ul:before {
        width: calc(100% - 252px);
    }

    .development-process-steps li {
        font-size: 22px;
        line-height: 32px;
    }

    .development-content-wrap {
        font-size: 18px;
        line-height: 1.4;
    }
}

@media(max-width:1199px){

	.technology-stack-content {
		margin-top: 80px;
	}

	.tech-stack-title {
        font-size: 36px;
    }

	.tech-stack-hero-banner {
        height: 420px;
    }

	.tech-stack-sub-title {
        font-size: 28px;
    }

	.tech-stack-description{
		font-size: 18px;
    	line-height: 30px;
	}
	
	.cmn-service-new-btn {
        font-size: 20px;
        min-width: auto;
        min-height: 52px;
		padding: 6px 16px;
    }

	.contact-redirect-btn{
		gap: 10px;
	}

	.industry-serv-wrapper{
        padding: 15px;
        column-gap: 20px;
    }
    .industry-nav-tab-wrapper{
        width: 280px;
    }
    .industry-tab-content-wrapper {
        width: calc(100% - 300px);
    }
    .industry-nav-tab-wrapper .industry-tab-links{
        font-size: 16px;
        padding: 10px 12px;
    }
    .industry-nav-tab-wrapper .industry-tab-links span{
        width: 28px;
        height: 14px;
    }
    .industry-nav-tab-wrapper .industry-tab-links span svg{
        width: 100%;
        height: 100%;
    }

	.partner-sec-content {
        min-width: auto;
		max-width: 52%;
    }

	.partner-sec-image {
        min-width: auto;
		max-width: 48%;
    }

	.cmn-sec-title {
        font-size: 28px;
        margin-bottom: 20px;
    }

	.dev-service-list-item img {
        width: 70px;
        height: 70px;
    }

	.cmn-inner-section-wrap .cmn-sec-title{
		font-size: 28px;
	}

	.our-service-title {
        font-size: 24px;
    }

	.hire-image-wrap{
		gap: 30px;
	}
	
	.multiple-img-wrap{
		row-gap: 20px;
	}

	.hire-model-content{
		gap: 20px;
	}

	.hire-image-wrap{
		max-width: 54%;
	}

	.hire-model-content{
		max-width: 46%;
	}

	.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 .new-dev-tech-name{
        width: calc(100% - 38px);
    }

    .dev-service-icon-wrap{
        width: 44px;
        height: 44px;
        padding: 8px;
    }

    .dev-service-title {
        width: calc(100% - 58px);
    }

    .development-process-steps {
        max-width: 962px;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    .development-process-steps ul:before {
        width: calc(100% - 214px);
        top: 66px;
    }

    .development-process-steps li:before{
        top: 66px;
        left: calc(-50% - 30px / 2);
    }

    .development-process-steps li {
        font-size: 20px;
        line-height: 30px;
    }

    .development-process-steps li span:before {
        width: 32px;
        height: 32px;
    }

    .development-process-steps li span:after {
        width: 10px;
        height: 10px;
        top: 64px;
    }

    .slideHorz.active {
        column-gap: 36px;
    }
}

@media(max-width:991px){
	.cmn-padding {
        padding: 40px 0;
    }
	.tech-stack-title {
        font-size: 32px;
    }
    .tech-stack-sub-title {
        font-size: 24px;
    }
	.tech-stack-hero-banner {
        height: 360px;
		margin-bottom: 20px;
    }
	.center-cta-btn {
    	margin-top: 30px;
	}
	.cmn-service-new-btn {
        font-size: 18px;
        min-height: 48px;
    }
	.partner-sec-content-wrapper{
		flex-direction: column-reverse;
		row-gap: 30px;
	}
	.partner-sec-content,
	.partner-sec-image{
		max-width: 100%;
	}
	.partner-sec-img-wrap.tablet-view{
        display: flex;
        margin: 0 auto 20px;
        justify-content: center;
        max-width: 620px;
        width: 100%;
	}
	.cmn-sec-descirption br{
		display: none;
	}
	/* .dev-service-list-item:not(:nth-child(4n)):not(:last-child){
		background-image: none;
	}
	.dev-service-list-item:not(:nth-child(3n)):not(:last-child){
		background-image: repeating-linear-gradient(180deg, #9757D766, #9757D766 8px, transparent 0px, transparent 20px);
		background-position: 100% 0;
		background-size: 2px 100%;
		background-repeat: no-repeat;
	} */
	.cmn-inner-section-wrap .cmn-sec-title {
        font-size: 24px;
    }
	.hire-wrap-section{
		flex-direction: column;
		row-gap: 30px;
	}
	.hire-image-wrap,
	.hire-model-content{
		max-width: 100%;
	}
	.hire-image-wrap{
		justify-content: center;
	}
	.partner-sec-image.desktop-view{
		display: none;
	}
	.industry-nav-tab-wrapper{
        display: none;
    }
    .industry-tab-content-wrapper{
        width: 100%;
    }
    .industry-tab-content-wrapper .tab-content{
        height: auto;
        display: flex;
        flex-direction: column;
        row-gap: 15px;
    }
	.industry-serv-wrapper{
		background-color: transparent;
	}
    .industry-tab-content-wrapper .tab-content .tab-pane{
        display: block;
		border: 2px solid rgb(100 121 205);
		overflow: hidden;
        background: transparent;
        border-radius: 10px;
        padding: 12px 20px;
		box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1);
    }
    .industry-tab-content-wrapper .tab-content .tab-pane.show{
        background: #fff;
        color: #0f0f0f;
    }
	.industry-tab-content-wrapper .tab-content .tab-pane .main-industry-bg-wrap{
		box-shadow: none;
		padding: 15px;
        border-top: 2px solid rgb(100 121 205);
		border-top-left-radius: 0;
        border-top-right-radius: 0;
	}
    .industry-tab-content-wrapper .tab-content .tab-pane .main-industry-bg-wrap.fade{
        display: none;
    }
    .industry-tab-content-wrapper .tab-content .tab-pane.show .main-industry-bg-wrap.fade{
        display: inline-block;
        opacity: 1;
    }
    .industry-tab-content-wrapper .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;
    }
    .industry-tab-content-wrapper .tab-pane.show .panel-heading a{
        color: #0f0f0f;
    }
    .industry-tab-content-wrapper .panel-heading a label{
        margin: 0px;
    }

	.industry-serv-wrapper{
        padding: 0px;
        border: 0px;
        margin-top: 35px;
    }

    .industry-tab-content-wrapper .tab-content > .tab-pane {
        display: block !important;
        opacity: 1;
        padding: 0px;
        background-color: #fff;
    }

	/* .tab-mobile-header {
		border: 1px solid rgba(211, 211, 211, 1);
	} */

    .tab-mobile-header a{
        padding: 15px;
        font-size: 16px;
        border-radius: 10px;
        border: 0;
        color: rgb(100 121 205);
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin: 0px;
        font-weight: 600;
        text-align: left;
        position: relative;
        background-color: #fff;
    }
    .tab-mobile-header a:before{
        content: "\f067";
        position: absolute;
        font-family: "Font Awesome 5 Free";
        right: 10px;
    }
	.tab-mobile-header a[aria-expanded="true"]{
		background-color: rgb(100 121 205 / 15%);
		border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
	}

    .tab-mobile-header a[aria-expanded=true]:before{
        content: "\f068";
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
    }
	.industry-desc {
        font-size: 18px;
    }
	.footer-cta-service-bg .cmn-sec-title{
		font-size: 30px;
	}
	.footer-cta-service-bg .cmn-sec-title br{
		display: none;
	}
	.technology-grid-wrapper {
        padding: 20px;
    }
    .technology-grid-wrapper h3 {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 18px;
    }
	.tech-listing li .service-tech-img-wrap {
        height: 28px;
		width: 28px;
    }
	.tech-listing li .new-dev-tech-name{
		width: calc(100% - 34px);
	}

    .dev-service-listing-wrap{
        margin: 40px 0 0;
    }

    .dev-service-listing-wrap{
        grid-template-columns: repeat(2, 1fr);
        row-gap: 20px;
    }

    .dev-service-list-item{
        padding: 10px;
        column-gap: 10px;
    }

    .dev-service-icon-wrap {
        width: 40px;
        height: 40px;
        padding: 6px;
    }

    .dev-service-title{
        font-size: 16px;
        line-height: 26px;
        width: calc(100% - 51px);
    }

    .slideHorz.active {
        column-gap: 24px;
        padding: 18px;
    }

    .development-process-wizard {
        margin-top: 30px;
    }
    
    .myContainer .form-container {
        flex-direction: column;
        gap: 15px;
    }

    .development-img-wrap, .development-content-wrap {
        width: 100%;
    }
}
@media(max-width:767px){
	.industry-desc {
        font-size: 16px;
        line-height: 28px;
    }

	.our-service-listing {
        padding: 35px 0px;
        column-gap: 20px;
    }
	 
	.our-service-item {
        padding: 22px;
		row-gap: 12px;
        width: calc(50% - 10px);
    }

	.our-service-title {
        font-size: 20px;
    }

	.our-service-description {
		font-size: 15px;
		line-height: 22px;
	}

	.service-inner-accordion{
		padding: 0 0px;
	}

	.footer-cta-service-bg{
		padding: 30px;
	}
	.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;
    }
    .development-process-steps ul:before {
        width: calc(100% - 114px);
        top: 64px;
    }

    .development-process-steps li {
        font-size: 18px;
        line-height: 28px;
    }

    .development-process-steps li span:before {
        width: 28px;
        height: 28px;
    }

    .development-process-steps li span:after {
        width: 8px;
        height: 8px;
        top: 63px;
    }

    .development-process-steps li:before {
        top: 64px;
        left: calc(-50% - 25px / 2);
    }
}

@media(max-width:575px){
    .industry-desc {
        font-size: 14px;
        line-height: 26px;
    }

	.tech-stack-title {
        font-size: 28px;
    }

	.tech-stack-sub-title {
        font-size: 22px;
    }

	.tech-stack-hero-banner {
        height: 280px;
    }

	.tech-stack-description {
        margin: 10px auto 20px;
		font-size: 16px;
        line-height: 26px;
    }

	.center-cta-btn {
        margin-top: 20px;
    }

	.cmn-service-new-btn {
        font-size: 16px;
        min-height: 44px;
		gap: 10px;
    }

	.cmn-sec-title {
        font-size: 26px;
        margin-bottom: 15px;
    }

	.cmn-sec-descirption {
        font-size: 16px;
    }

	.dev-service-list-item{
		row-gap: 20px;
	}

	/* .dev-service-list-item:not(:nth-child(3n)):not(:last-child){
		background-image: none;
	}

	.dev-service-list-item:not(:nth-child(2n)):not(:last-child) {
        background-image: repeating-linear-gradient(180deg, #9757D766, #9757D766 8px, transparent 0px, transparent 20px);
        background-position: 100% 0;
        background-size: 2px 100%;
        background-repeat: no-repeat;
    } */

	.dev-service-list-item img {
        width: 55px;
        height: 55px;
    }

	.dev-service-title {
        font-size: 16px;
        line-height: 26px;
    }

	.cmn-inner-section-wrap {
    	padding: 30px 20px;
	}

	.our-service-listing{
		row-gap: 20px;
	}

	.our-service-item{
		width: 100%;
	}

	.our-service-item:nth-child(even) {
		margin-top: 0;
	}

	.service-acc-btn {
        font-size: 16px;
        padding: 12px 16px;
    }

	.new-service-content {
        padding: 12px 16px;
        font-size: 14px;
    }

	.footer-cta-service-bg .cmn-sec-title {
        font-size: 28px;
    }

	.footer-cta-service-bg .cmn-sec-descirption {
        font-size: 18px;
		margin-bottom: 25px;
    }

	.tech-stack-hero-banner img {
    	border-radius: 30px;
	}

	.hire-image-wrap{
		align-items: center;
		flex-direction: column;
	}

	.hire-image-wrap .tech-hire-model-img{
		border-radius: 15px;
	}

	.multiple-img-wrap{
		flex-direction: row;
        flex-wrap: nowrap;
        column-gap: 20px;
	}

	.multiple-img-wrap .tech-hire-model-img {
		width: calc(50% - 10px);
	}

	.tech-listing li {
        padding: 6px 14px;
    }
    .tech-listing li .new-dev-tech-name {
        font-size: 14px;
    }

    .dev-service-listing-wrap{
        grid-template-columns: repeat(1, 1fr);
        row-gap: 15px;
    }

    .development-process-steps {
        margin-bottom: 30px;
        padding-bottom: 30px;
        max-width: 450px;
    }

    .development-process-steps ul:before {
        width: calc(100% - 86px);
        top: 46px;
        height: 5px;
    }

    .development-process-steps li:before{
        height: 5px;
    }

    .development-process-steps li {
        font-size: 16px;
        line-height: 26px;
    }

    .development-process-steps li span:before {
        top: 34px;
    }

    .development-process-steps li span:after {
        top: 44px;
    }

    .development-content-wrap {
        font-size: 16px;
    }

    .development-process-steps li:before {
        top: 45px;
    }
}

@media(max-width:479px){

	.partner-sec-first-img {
		margin-top: 40px;
	}

	.partner-sec-third-img {
		margin-top: 20px;
	}

	.cmn-sec-title{
		font-size: 24px;
	}

	.cmn-partner-img{
		min-height: 250px;
		width: calc(33% - 7px);
	}

	.cmn-inner-section-wrap {
        padding: 20px 12px;
    }

	.partner-sec-img-wrap{
		column-gap: 12px;
	}

	.footer-cta-service-bg .cmn-sec-title {
        font-size: 20px;
    }

	.contact-redirect-btn-arrow {
		width: 30px;
		height: 30px;
	}

	.contact-redirect-btn-arrow svg{
		width: 14px;
	}

	.cmn-service-new-btn {
        font-size: 14px;
        min-height: 40px;
    }

	.tech-stack-title {
        font-size: 26px;
    }

	.dev-service-listing-wrap {
        margin: 35px 0 0;
    }

	.dev-service-title {
        font-size: 14px;
        line-height: 22px;
    }

	.cmn-inner-section-wrap .cmn-sec-title {
        font-size: 20px;
    }
	.technology-grid-wrapper {
        padding: 12px;
    }
    .technology-grid-wrapper h3 {
        font-size: 16px;
        margin-bottom: 12px;
    }
	.tech-listing li {
        padding: 6px 10px;
    }

    .development-process-steps {
        max-width: 360px;
    }

    .development-process-steps li {
        font-size: 14px;
        line-height: 24px;
        min-width: auto;
    }

    .development-content-wrap {
        font-size: 14px;
    }
}

@media(max-width:390px){
    
    .development-process-steps li {
        font-size: 11px;
        line-height: 16px;
    }

    .development-process-steps li span:before {
        width: 20px;
        height: 20px;
        top: 28px;
    }

    .development-process-steps li span:after {
        top: 35px;
        width: 6px;
        height: 6px;
    }

    .development-process-steps ul:before {
        top: 35px;
    }

    .development-process-steps li span:after {
        top: 35px;
    }

    .development-process-steps li:before{
        top: 35px;
    }

    .development-process-steps li:before{
        left: calc(-50% - 15px / 2);
    }
}

@media(max-width:375px){
	.cmn-padding {
        padding: 30px 0;
    }
}
/* */