.industry-main-banner-sec .container {
	padding: 0 70px;
	max-width: 100%
}



.industry-main-banner-content {
	position: relative;
	padding: 50px 0
}



.industry-main-banner-content>img {
	position: absolute;
	top: 0;
	width: 70%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	z-index: 0;

}

.industry-main-banner-content .row {
	min-height: 530px;
	height: 100%;
	position: relative;
	max-width: 1200px;
	margin: 0 auto;
}

.industry-main-banner-content .row .col-md-7.ml-atuo {
	align-items: center;
	display: flex;
}


.industry-banner-head-info {
	background-color: #fff;
	padding: 60px;
	padding-right: 0;
}

.industry-banner-text-in h2,

h1 {

	font-size: 45px;
	color: #181b1b;
	margin-bottom: 7px;
	line-height: 47px;
}


.industry-banner-text-in p {
	font-size: 18px;
	color: #636678;
}

.industry-banner-text-in {
	margin-bottom: 40px;
}

.margin-left-15 {
	margin-left: 15px;
}

.ml-auto {
	margin-left: auto;
}

.industry_features .row {
	align-items: center;
}



.industry_features article h4 {
	font-size: 26px;
	color: #000;
	margin-bottom: 10px
}



.industry_features article p {
	font-size: 16px;
	color: #636678;
	line-height: 26px
}



.industry_features .row+.row {
	margin-top: 60px
}



section.challenge-opportunity-sec {
	background: #f0fafe
}



.box-style-3 {
	margin-bottom: 20px
}



.box-style-3 article {
	display: flex;
	background: #fff;
	padding: 30px;
	height: 100%;
	border-radius: 10px;
	box-shadow: 7px 7px 30px #e4f3f8;
	transition: ease .3s;
}



.box-style-3 article:hover {
	box-shadow: 7px 7px 30px #c3e2ed;
}



.box-style-3 figure {
	width: 85px;
	min-width: 85px;
	height: 85px;
	padding: 15px;
	background: #f5f5f5;
	border-radius: 10px;
	overflow: hidden;
	margin-right: 24px
}

.box-style-3 figure img {
	height: 100%;
	object-fit: contain;
	object-position: center;
	width: 100%;
}



.box-style-3 figcaption h4 {
	font-size: 18px;
	color: #322153;
	margin-bottom: 6px;
}


.box-style-3 figcaption p {
	font-size: 14px;
	color: #636678;
}



.box-style-3 figcaption p a {
	color: inherit;

}

section.section-padding.industry-development-process-sec {
	padding-bottom: 0;
}



.industry-development-process ul {
	display: flex;
	border: 1px solid #1f18df;
	border-radius: 10px;
}


.industry-development-process ul li {
	flex: 0 0 20%;
	position: relative;
	overflow: hidden;
}


.industry-development-process ul li article {
	padding: 25px;
	height: 100%;

}


.industry-development-process article figure {
	width: 70px;
	height: 70px;
	background: #1f18df;
	border-radius: 10px;
	font-size: 38px;
	text-align: center;
	line-height: 70px;
	color: #fff;
	margin-bottom: 10px;
}



.industry-development-process article figcaption h4 {
	font-size: 16px;
	margin-bottom: 5px;
	color: #000;
}


.industry-development-process article figcaption p {
	font-size: 13px;
	color: #636678;
	line-height: 20px;
}


.industry-development-process ul li+li {
	border-left: 1px dashed #1f18df;

}



.industry-development-process ul li:nth-child(even)::before {
	position: absolute;
	content: '';
	width: 18px;
	height: 18px;
	background-color: #1f18df;
	transform: rotate(45deg);
	left: -9px;
	top: 50px;

}



.industry-development-process ul li:nth-child(odd)::before {
	position: absolute;
	content: '';
	width: 18px;
	height: 18px;
	background-color: #1f18df;
	transform: rotate(45deg);
	left: -9px;
	bottom: 50px;
}



.industry-development-process ul li:nth-child(1)::before {
	display: none;

}

.case-home {
	background: linear-gradient(0deg, #f6f8fc 0, #fff 100%);

}



.service-portfolio-blk article {
	margin: 15px 0;
	border-radius: 15px;
	box-shadow: 0 7px 15px rgb(0 0 0/16%);
	overflow: hidden;
	height: 450px;
	display: flex;
	flex-direction: column;
	background: #fff;
}



.service-portfolio-blk figcaption {
	padding: 40px 20px;
	text-align: center;
	height: 100%;
}



.service-portfolio-blk figcaption h4 {
	font-size: 18px;
}



.service-portfolio-blk figcaption span {
	font-size: 14px;

}

.service-portfolio-blk figure {
	height: 100%;
	display: flex;
	align-items: flex-end;
	justify-content: center;

}


.cta-color .section-padding {
	overflow: hidden;
	position: relative;
}

.cta-color .section-padding img {
	object-fit: cover;
	object-position: center;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;

}


.cta-color .main-heading-box h3 {
	color: #fff;
	margin-bottom: 40px;

}


.cta-color .main-heading-box h2 {
	color: #fff;
	margin-bottom: 40px;

}


.row.row-style-4 {
	justify-content: center;
}

.box-style-4 {
	margin-bottom: 20px;
}

.box-style-4 article {
	border: 1px solid #dde5e8;
	border-radius: 10px;
	padding: 25px 30px;
	display: flex;
	height: 100%;
}



.box-style-4 figure {
	background: linear-gradient(190deg, #fe9645 0, #fe3fab 100%);
	width: 42px;
	height: 42px;
	min-width: 42px;
	line-height: 42px;
	text-align: center;
	margin-right: 20px;
	border-radius: 10px;
}

.box-style-4 figure h4 {
	font-size: 18px;
	color: #fff;
}

.box-style-4 figcaption h4 {
	font-size: 18px;
	color: #000;
	margin-bottom: 6px
}

.box-style-4 figcaption p {
	color: #636678;
	font-size: 14px;

}

.accordion-list li.panel {
	border: 1px solid #dde5e8;
	border-radius: 10px;
	padding: 15px 20px;
	color: #000;
	transition: ease .3s;

}

.accordion-list li+li {
	margin-top: 10px;

}

.accordion-list li.panel h3.panel-title {
	font-size: 18px;
	color: inherit;
	display: flex;
	align-items: center;
	justify-content: space-between;

}

.accordion-list li.panel .answer {
	margin-top: 10px;

}

.accordion-list li.panel.active {
	background-color: #1f18df;
	color: #fff;

}



.accordion-list li.panel .answer .panel-body {
	font-size: 14px;

}

.accordion-list li.panel h3.panel-title svg {
	color: #000;
	fill: #000;
	width: 24px;
	height: 24px;
	min-width: 24px;
	margin-left: 10px;
	transform: rotate(180deg);
	transition: ease .5s;

}



.accordion-list li.panel.active h3.panel-title svg {
	color: #fff;
	fill: #fff;
	transform: rotate(0);

}



.panel-content-head h4 {
	font-size: 26px;
	color: #000;
	margin-bottom: 7px;

}



.panel-content-head p {
	font-size: 16px;
	color: #636678;
	line-height: 24px;

}

.panel-content-head {
	margin-bottom: 20px;

}

.panel-content-features h4 {
	font-size: 16px;
	color: #8d00b6;
	margin-bottom: 6px;

}

.panel-content-features li {
	font-size: 14px;
	color: #636678;
	line-height: 2;
	position: relative;

}

.panel-content-features ul {
	padding-left: 35px;

}

.panel-content-features li::before {
	position: absolute;
	background: #8d00b6;
	content: '';
	width: 14px;
	height: 14px;
	border-radius: 50%;
	left: -35px;
	top: 8px;

}


.panel-content-features li::after {
	position: absolute;
	background: #feab1d;
	content: '';
	width: 8px;
	height: 8px;
	border-radius: 50%;
	left: -25px;
	top: 11px;
}

.panel-content-block .row {
	align-items: center;
}

.panel-content-block {
	max-width: 1000px;
	margin: 0 auto;
}


section.section-padding.technical-standards-sec {
	background: #f5f8fb;

}

.box-style-12 article {
	background: #fff;
	border-radius: 15px;
	box-shadow: 0 5px 15px #dcdfe1;
	padding: 40px;
	height: 100%;

}

.box-style-12 {
	margin-bottom: 30px;

}

.box-style-12 article h4 {
	font-size: 26px;
	color: #8d00b6;
	margin-bottom: 10px;
}



.box-style-12 article ul li {
	font-size: 14px;
	color: #636678;
	line-height: 2;
	position: relative;

}

.box-style-12 article ul {
	padding-left: 35px;

}

.box-style-12 article ul li::before {
	position: absolute;
	background: #8d00b6;
	content: '';
	width: 14px;
	height: 14px;
	border-radius: 50%;
	left: -35px;
	top: 8px;

}


.box-style-12 article ul li::after {
	position: absolute;
	background: #feab1d;
	content: '';
	width: 8px;
	height: 8px;
	border-radius: 50%;
	left: -25px;
	top: 11px
}

.section-padding {
	padding: 100px 0;

}

.main-heading-box {
	max-width: 90%;
	margin: auto;
	text-align: center;
	margin-bottom: 60px;

}



.main-heading-box h5 {
	font-size: 18px;
	color: #0151c1;
	margin-bottom: 0;
}

.main-heading-box h3,

h2 {
	font-size: 40px;
	color: #181b1b;
	margin-bottom: 10px;

}

.main-heading-box p {
	color: #000;
	font-size: 16px;
	margin-bottom: 20px;

}

.heading-with-btn {
	display: flex;
	justify-content: space-between;

}

.heading-with-btn .main-heading-box {
	margin-left: 0;
}


.btn-link-arrow {
	position: relative;
	display: inline-flex;
	align-items: center;
	font-size: 16px;
	color: #0151c1;
}



.btn-link-arrow img {
	width: 30px;

}


.btn-link-arrow::after {
	content: "";
	height: 2px;
	width: 0%;
	background: #0151c1;
	position: absolute;
	left: 0;
	bottom: 0;
	transition: .3s;
}


.slider-right .btn-link-arrow::after {
	background: #e34690;
}



.btn-link-arrow:hover::after {
	width: 100%;
}

.cta-animation video {
	width: 100%;
}

.cta-2 .d-flex {
	align-items: center;
	justify-content: center;

}


.cta-2 .d-flex a {
	margin-left: 30px;
	min-width: 150px;
	text-align: center;
}


.cta-2 .d-flex h4 {
	font-size: 22px;
}



.cta-2 {
	margin: 30px 0;
}


.cta-animation {
	background: #181818;

}


.cta-animation-in {
	padding-bottom: 60px;
	padding-top: 30px;
}


.cta-animation .main-heading-box h3,
.cta-animation .main-heading-box p {
	color: #fff;
}


.cta-animation .main-heading-box h2,
.cta-animation .main-heading-box p {
	color: #fff;
}



.connect-with ul {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
}



.connect-with li {
	padding: 0 20px;
}



.tabs-grocery ul.tabs {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 100%;
	display: flex;
	justify-content: center;

}



.tabs-grocery ul.tabs li {
	margin: 0;
	cursor: pointer;
	padding: 0 18px;
	height: 55px;
	overflow: hidden;
	position: relative;
	background: #e9e9e9;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	color: #7e7e7e;
	font-weight: 700;
	border-radius: 5px;
	margin-right: 10px;
}



.tabs-grocery ul.tabs li.active {
	background: #f79f2c;
	color: #fff;
	box-shadow: 0 2px 10px rgb(227 70 144/30%);

}


.tabs-grocery ul.tab-content-inner-list li {
	width: calc(33.33% - 20px);
	border: 1px solid #e9e9e9;
	padding: 20px;
	border-radius: 10px;
	margin: 10px;
}



.tabs-grocery .tab_content {
	display: none;

}



ul.tab-content-inner-list {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin: 40px -15px 0;
}


.tabs-grocery .tab-content-inner h4 {
	font-size: 18px;
	color: #322153;
	font-weight: 700;
	padding-bottom: 10px;

}


.tabs-grocery .tab-content-inner p {
	font-size: 16px;
	color: #636678;
	font-weight: 400;
}


.tabs-grocery .tab_drawer_heading {
	display: none;
}



.how-it-wokrs-list {
	position: relative;

}



.how-it-wokrs-list li::before {
	content: "";
	position: absolute;
	height: 50%;
	width: 2px;
	left: 50%;
	transform: translateX(-50%);
	background: #e6e6e6;
	top: 0;
}



.how-it-wokrs-list li:first-child::before,
.how-it-wokrs-list li:last-child::after {
	width: 0;
}



.how-it-wokrs-list li .how-right {
	position: relative;
}



.how-it-wokrs-list li::after {
	content: "";
	position: absolute;
	height: 50%;
	width: 2px;
	left: 50%;
	transform: translateX(-50%);
	background: #e6e6e6;
	bottom: 0;

}



.how-it-wokrs-list li .how-left figcaption,
.how-it-wokrs-list li .how-right figcaption {
	width: 100%;
	padding: 30px;
	background: #fff;
	margin-left: auto;
	box-shadow: 0 7px 30px #e4f3f8;
	border-radius: 10px;
}


.how-it-wokrs-list li:nth-child(even) {
	flex-direction: row-reverse;

}



.how-it-wokrs-list li {
	display: flex;
	align-items: center;
	padding-bottom: 20px;
	position: relative;
}



.how-it-wokrs-list .how-left {
	flex: 0 0 50%;
	max-width: 50%;
	padding: 0 80px 0 0;
	position: relative;
}



.how-it-wokrs-list li .how-right {
	flex: 0 0 50%;
	max-width: 50%;
	padding: 0 0 0 80px;
}



.how-it-wokrs-list li figure {
	position: absolute;
	top: 50%;
	right: -33px;
	width: 65px;
	height: 65px;
	transform: translateY(-50%);
	border-radius: 50%;
	background: #f79f2c;
	z-index: 11;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 7px solid #fff;
	box-shadow: 0 3px 6px rgb(0 0 0/16%);
	color: #fff;
	font-size: 18px;
	font-weight: 700;

}



.how-it-wokrs-list li:nth-child(even) figure {
	left: -33px
}



.how-it-wokrs-list li .how-left figcaption h4,
.how-it-wokrs-list li .how-right figcaption h4 {
	font-size: 18px;
	color: #322153;
	padding-bottom: 10px;
	font-weight: 700;

}


.how-it-wokrs-list li .how-left figcaption p,
.how-it-wokrs-list li .how-right figcaption p {
	color: #636678;
	font-size: 14px;
	line-height: 20px
}


.connect-with ul {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
}


.connect-with li {
	padding: 0 20px
}


.connect-with-bg {
	background: #f6f8fc;
	text-align: center;
	padding: 50px 20px 55px;
	border-radius: 10px
}


.connect-with-bg h4 {
	font-size: 30px;
	font-weight: 700;
	padding-bottom: 35px;
	color: #181b1b;
}



section.benefits-on {
	background-position: center;
	padding-bottom: 100px;
	background-repeat: no-repeat
}



ul.benefits-on-list li {
	width: 48%;
	margin-bottom: 30px;
	padding: 0 40px
}



ul.benefits-on-list {
	border: 1px solid #dde5e8;
	background: #fff;
	border-radius: 10px;
	padding: 50px 45px;
	text-align: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	z-index: 1;
	position: relative;

}



.benefits-on-inner-content h4 {
	font-size: 18px;
	color: #0845bf;
	font-weight: 700;
	padding-bottom: 15px;

}


.benefits-on-inner-content p {
	font-size: 14px;
	color: #636678;
	line-height: 20px;
}


.benefits-on-bg-shadow {
	position: relative;
}


.benefits-on-bg-shadow::after {
	position: absolute;
	bottom: -98px;
	left: 0;
	right: 0;
	content: "";
	background-size: cover;
	height: 446px;
}

ul.benefits-on-list li:last-child {
	margin-bottom: 0
}


.case-study-inner-list {
	padding-left: 35px
}


.case-study-inner-list li {
	font-size: 14px;
	color: #636678;
	line-height: 2;
	position: relative;

}

.case-study-inner-list li::before {
	position: absolute;
	background: #8d00b6;
	content: '';
	width: 14px;
	height: 14px;
	border-radius: 50%;
	left: -35px;
	top: 8px
}



.case-study-inner-list li::after {
	position: absolute;
	background: #feab1d;
	content: '';
	width: 8px;
	height: 8px;
	border-radius: 50%;
	left: -25px;
	top: 11px;
}



.case-study-inner {
	display: flex;
	align-items: center;
}



.case-study-inner-left-head small {
	font-size: 18px;
	color: #933ff4;
	text-transform: uppercase;
}



.case-study-inner-left-head h3 {
	font-size: 40px;
	color: #181b1b;
	margin-bottom: 10px;
}


.case-study-inner-left-head p {
	color: #636678;
	font-size: 16px;
	margin-bottom: 25px;
}



.case-study-inner-left {
	width: 70%;
	padding-right: 130px;
}


.case-study-inner-right {
	flex: 1;
	text-align: right;
}


.industries-images a {
	transition: .3s ease-in-out;
	display: block;
	position: relative;
	height: 220px;
	overflow: hidden;

}


.industries-images figure {
	position: absolute;
	left: 0;
	width: 100%;
	top: 0;
	height: 100%;

}



.industries-images figure img {
	transition: .3s ease-in-out;
	object-fit: cover;
	object-position: center;
	width: 100%;
	height: 100%;
}


.industries-images .row {
	margin-left: -5px;
	margin-right: -5px;

}

.industries-images .row .col {
	padding: 5px;

}

.industries-images figcaption {
	transition: .3s ease-in-out;
	position: absolute;
	left: 0;
	bottom: 0;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	width: 100%;
	font-size: 20px;
	color: #fff;
	z-index: 1;
}


.industries-images a::after {
	transition: .3s ease-in-out;
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	background: linear-gradient(0deg, #000 0, rgba(255, 255, 255, 0) 100%);
	height: 130px;
	opacity: .7;
}



.home-industries {
	position: relative;
}



.industries-images a:hover img {
	transform: scale(1.1);
}


.industries-images a:hover figcaption {
	height: 100%;
}


.industries-images a:hover::after {
	height: 100%;
	background: linear-gradient(0deg, #0e2dff 0, rgba(0, 0, 0, 0) 100%);

}



.industries-images a:hover {
	border-radius: 10px;
}



.grocery-market-place-bg {
	background: #181818;
	border-radius: 26px;
	display: flex;
	align-items: center;
	margin-bottom: 70px
}



.grocery-market-place-inner {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 40px 75px 40px 40px;

}



.grocery-market-place-inner figure {
	width: 410px;
	margin-top: -80px;
}


.grocery-market-place-inner figure img {
	width: 100%;
	display: block;
}



.grocery-market-place-inner figcaption {
	flex: 1;
	padding-left: 75px;

}

.grocery-market-place-inner figcaption h4 {
	font-size: 26px;
	color: #fff;
	font-weight: 700;
	padding-bottom: 15px;

}

.grocery-market-place-inner figcaption p {
	font-size: 14px;
	color: #fff;
	line-height: 20px;

}

.grocery-market-place-inner figure img {
	border-radius: 20px;
}


.grocery-market-place-bg:first-child {
	margin-top: 30px;
}



.odd-grocery-market .grocery-market-place-inner figure {
	order: 2
}


.odd-grocery-market .grocery-market-place-inner figcaption {
	padding-left: 0;
	padding-right: 75px;

}



.ready-top-go {
	background: #fe3fab;
	background: -moz-linear-gradient(45deg, #fe3fab 0, #fe9645 100%);
	background: -webkit-linear-gradient(45deg, #fe3fab 0, #fe9645 100%);
	background: linear-gradient(45deg, #fe3fab 0, #fe9645 100%)
}



ul.ready-top-go-list li figure {
	width: 85px;
	height: 85px;
	background: #fff;
	border-radius: 19px;
	display: flex;
	align-items: center;
	padding: 10px;
	justify-content: center;
	margin: auto;
}


ul.ready-top-go-list {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;

}


ul.ready-top-go-list li {
	width: 20%;
	padding: 0;
}



ul.ready-top-go-list figcaption h3 {
	font-size: 14px;
	color: #fff;
	font-weight: 700;
	padding-top: 20px;

}


.slider-left {
	width: 570px;
	background: #e34690;
	border-top-left-radius: 32px;
	border-bottom-left-radius: 32px;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	margin: auto;
	padding: 40px 20px;

}



.slider-right {
	flex: 1;
	padding-left: 50px;

}

.slider-left .owl-carousel.owl-theme.owl-loaded.owl-drag {
	display: flex;

}


.main-slider-box {
	display: flex;
	align-items: center;

}


.slider-box {
	margin: 100px 0 0;
	background: linear-gradient(to right, #fff 45%, #343236 45%);

}

.owl-carousel .owl-item img {
	width: 234px !important;
	margin: auto;
}



section.slider-box .container {
	margin-left: -15px;
	margin: auto !important;

}


section.slider-box .container .row {
	margin: 0;

}

section.slider-box .container .row .col-md-12 {
	padding-left: 0;

}


.slider-right h4,

h2 {
	font-size: 40px;
	margin-bottom: 10px;
	color: #fff
}



.slider-right p {
	font-size: 16px;
	color: #fff;
	line-height: 20px
}

.slider-right .btn-link {
	font-size: 16px;
	color: #e34690;
	margin-top: 20px
}


button.owl-prev {
	position: absolute;
	left: -20px;
	top: 0;
	bottom: 0
}



button.owl-next {
	position: absolute;
	right: -20px;
	top: 0;
	bottom: 0
}



.grocery-market-place-bg:last-child {
	margin-bottom: 0
}


section.grocery-market-place {
	padding-bottom: 80px;

}

section.slider-box .btn-link a {
	color: #e34690
}


.ready-top-go::before {
	content: "";
	background: #08195d;
	position: absolute;
	left: 0;
	width: 85%;
	z-index: -1;
	height: 48px;
	bottom: -48px;
}



.ready-top-go {
	position: relative;
}


section.blog-home.section-padding {
	display: none;
}


.faq-box .panel-body ul li {
	list-style: inside
}



.faq-box .panel-body ul {
	padding-top: 20px;
	padding-bottom: 15px;

}

.panel-body a {
	color: #fff;
}

section.cta-color {
	margin-top: 55px;

}



section.app-dev-sevices.section-padding {
	padding-bottom: 0;

}



@media screen and (max-width:480px) {
	.tabs-grocery .tabs {
		display: none;

	}


	.tabs-grocery .tab_drawer_heading {
		margin: 0;
		cursor: pointer;
		padding: 0 21px;
		height: 55px;
		overflow: hidden;
		position: relative;
		background: #e9e9e9;
		display: block;
		align-items: center;
		justify-content: center;
		font-size: 16px;
		color: #7e7e7e;
		font-weight: 700;
		border-radius: 5px;
		margin-right: 10px;

	}


	.tabs-grocery .d_active {
		background: #e34690;
		color: #fff;
		box-shadow: 0 2px 10px rgb(227 70 144/30%);

	}

}



.tab_container .tab_drawer_heading {
	display: none;

}



@media only screen and (min-width:1024px) and (max-width:1169px) {
	.industry-main-banner-sec .container {
		padding: 0 15px;

	}


	.industry-main-banner-content .row {
		min-height: 500px;

	}



	.app-web-dev-process-img-blk figure::before {
		width: 300px;
		height: 300px;
		right: auto;
		left: 50%;
		margin: 0 auto;
		top: 50%;
		bottom: auto;
		transform: translate(-50%, -50%);

	}

	.slider-right {
		padding-left: 30px;
	}

	.slider-box {
		margin-left: 55px;

	}



	.slider-left {
		width: 500px;

	}

	.how-it-wokrs-list {
		padding: 0 15px;

	}

	.how-it-wokrs-list .how-left {
		padding: 0 60px 0 0;

	}


	.how-it-wokrs-list li .how-right {
		padding: 0 0 0 60px;

	}

}


@media only screen and (min-width:768px) and (max-width:1023px) {

	.main-heading-box h3,

	h2 {
		font-size: 36px;

	}



	.industry-main-banner-sec .container {
		padding: 0;

	}


	.industry-main-banner-content {
		padding: 400px 0 0;

	}



	.industry-main-banner-content>img {
		width: 100%;
		height: 320px;

	}


	.industry-main-banner-content .row {
		min-height: auto;
		margin: -180px 0 0;

	}



	.industry-main-banner-content .row .col-md-7.ml-atuo {
		max-width: 100%;
		flex: 0 0 100%;

	}



	.industry-banner-head-info {
		padding: 40px 20px;
		border-radius: 20px;
		box-shadow: 0 -6px 20px rgb(0 0 0/20%);

	}

	.industry-banner-head-info {
		text-align: center;
		max-width: 100%;
		flex: 0 0 100%;

	}


	.industry-banner-text-in h2,

	h1 {
		font-size: 36px
	}


	.industry-banner-head-info a.btn {
		min-width: 210px;

	}

	.industry_features .row .col-md-6.ml-auto {
		margin-left: 0;

	}


	.industry_features .row .col-md-5 {
		flex: 0 0 50%;
		max-width: 50%;

	}


	.box-style-3 article {
		padding: 20px
	}



	.box-style-3 figure {
		margin-right: 10px;
		width: 60px;
		min-width: 60px;
		height: 60px;
		padding: 5px
	}


	section.section-padding {
		padding: 50px 0;
	}


	.industry-development-process ul li {
		flex: 0 0 33.33%;
		border-bottom: 1px dashed #1f18df;

	}

	.industry-development-process ul {
		flex-wrap: wrap;

	}



	.industry-development-process ul li:last-child {
		border-bottom: none;

	}

	.industry-development-process ul li:before {
		display: none;
	}


	.industry-development-process ul li:nth-child(4),
	.industry-development-process ul li:nth-child(5) {
		flex: 0 0 50%;

	}

	.industry-development-process ul li:nth-child(4) {
		border: none;

	}

	.app-web-dev-process-sec .row .col-md-4 {
		margin-left: 0;
		flex: 0 0 41.67%;
		max-width: calc(100% - 58.333333%);

	}

	.app-web-dev-process-img-blk figure:before {
		width: 310px;
		height: 310px;
		right: auto;
		left: 50%;
		margin: 0 auto;
		top: 50%;
		bottom: auto;
		transform: translate(-50%, -50%);

	}


	.app-web-dev-process-sec .row .col-md-7.ml-auto {
		margin-left: 0
	}


	.panel-content-img {
		height: 100%
	}



	.panel-content-block .row {
		align-items: inherit
	}



	.panel-content-img figure {
		height: 100%
	}



	.panel-content-img figure img {
		height: 100%;
		width: 100%;
		object-fit: cover;
		object-position: center
	}


	.box-style-12 article h4 {
		font-size: 18px;

	}

	.box-style-12 article {
		padding: 20px;
	}


	.box-style-12 article ul li {
		line-height: 1.7;
	}

	.box-style-4 article {
		padding: 20px;
	}


	.real-estate-Service-box .row {
		display: block;
	}


	.real-estate-Service-box .col-md-4 {
		max-width: 100%;
		flex: 0 0 100%;
		justify-content: space-between;

	}



	.real-estate-Service-box .col-md-4+.col-md-4 {
		margin-top: 20px;

	}

	.service-graphic {
		height: 400px;
	}

	.service-graphic img {
		width: 100%;
		height: 100%;
		object-fit: contain;
		object-position: center;

	}

	.real-estate-Service-box article {
		width: calc(50% - 10px);
		margin-bottom: 0;

	}



	.business-value-box .row .col-md-4 {
		max-width: 100%;
		flex: 0 0 100%;
		display: flex;
		justify-content: space-between;

	}


	.business-value-box .row .col-md-4 article {
		width: calc(50% - 10px);
		text-align: initial;
		margin: 0;

	}


	.business-value-box .row .col-md-4+.col-md-4 {
		margin-top: 30px;

	}


	.industry_features article h4 {
		font-size: 18px;

	}

	.industry_features article p {
		font-size: 14px;

	}



	.industry-development-process article figure {
		width: 60px;
		height: 60px;
		line-height: 60px;
	}

	.app-web-dev-process-content-head h4 {
		font-size: 22px;

	}

	.app-web-dev-process-content-head p {
		font-size: 14px;

	}


	.cta-color .section-padding {
		padding: 50px 0;
	}



	.main-heading-box h3,
	.main-prod-info-block h4,
	.services-banner-text-in h2 {
		font-size: 34px;

	}

	.real-estate-Service-box .row .col-md-4:nth-child(2) {
		display: none;
	}


	.slider-left {
		width: 400px;
	}

	.slider-right {
		padding-left: 20px;

	}

	.slider-right h4,

	h2 {

		font-size: 32px
	}

	.owl-carousel .owl-item img {
		width: 185px !important;
	}

	.slider-right p {
		font-size: 14px;
	}

	.grocery-market-place-inner figcaption {
		padding-left: 30px;
	}



	.grocery-market-place-inner {
		padding: 25px;

	}



	.grocery-market-place-inner figure {
		width: 230px;
		margin-top: 0;
	}

	.odd-grocery-market .grocery-market-place-inner figcaption {
		padding-left: 0;
		padding-right: 30px;
	}

	.grocery-market-place-bg {
		border-radius: 24px;
		margin-bottom: 30px;

	}

	.grocery-market-place-inner figcaption h4 {
		font-size: 22px;
	}

	.section-padding {
		padding: 60px 0;
	}

	.how-it-wokrs-list {
		padding: 0 15px
	}

	.tabs-grocery ul.tabs {
		margin: auto;
		width: max-content;
		justify-content: initial;
		overflow: auto;
		max-width: 100%;

	}

	.tabs-grocery ul.tabs li {
		height: 48px;
		font-size: 14px;
		flex: 0 0 auto;

	}

}



@media only screen and (min-width:0px) and (max-width:767px) {

	.main-heading-box h3,

	h2 {

		font-size: 28px
	}



	.industry-main-banner-sec .container {
		padding: 0;

	}



	.industry-main-banner-content {
		padding: 400px 0 0;

	}



	.industry-main-banner-content>img {
		width: 100%;
		height: 320px;

	}


	.industry-main-banner-content .row {
		min-height: auto;
		margin: -180px 0 0;
	}



	.industry-main-banner-content .row .col-md-7.ml-atuo {
		max-width: 100%;
		flex: 0 0 100%;
	}


	.industry-banner-head-info {
		padding: 40px 20px;
		border-radius: 20px;
		box-shadow: 0 -6px 20px rgb(0 0 0/20%);
	}


	.industry-banner-head-info {
		text-align: center;
		max-width: 100%;
		flex: 0 0 100%;
	}

	.industry-banner-text-in {
		margin-bottom: 20px
	}

	.industry-banner-head-info a.btn {
		min-width: 210px;
	}

	.industry-banner-text-in h2,

	h1 {
		font-size: 28px;
		line-height: normal;

	}

	.industry-banner-text-in p {
		font-size: 14px;
	}

	section.section-padding {
		padding: 50px 0
	}

	.industry_features .row:nth-child(even) {
		flex-direction: column-reverse;

	}



	.industry_features .row .col-md-5,
	.industry_features .row .col-md-6 {
		max-width: 100%;
		flex: 0 0 100%;

	}

	.industry_features .row+.row {
		margin-top: 80px;

	}

	.industry_features article {
		text-align: center;

	}

	.industry_features article h4 {
		font-size: 20px;

	}


	.industry_features article p {
		font-size: 14px;

	}

	.industry_features .col-md-5 article {
		max-width: 300px;
		margin: 0 auto;

	}

	.industry_features .row .col-md-5 {
		margin-bottom: 20px;

	}


	.challenge-opportunity-sec .row .col-md-6 {
		max-width: 100%;
		flex: 0 0 100%;
	}

	.box-style-3 figure {
		width: 60px;
		min-width: 60px;
		height: 60px;
		padding: 5px;
		margin-right: 15px;

	}



	.box-style-3 article {
		padding: 15px;

	}

	.industry-development-process ul li {
		flex: 0 0 100%;

	}

	.industry-development-process ul {
		flex-wrap: wrap;

	}

	.industry-development-process ul li+li {
		border: none;
		border-top: 1px dashed #1f18df;

	}


	.industry-development-process ul li+li:before {
		position: absolute;
		content: '';
		width: 18px;
		height: 18px;
		background-color: #1f18df;
		transform: rotate(45deg);
		right: 20px;
		left: auto;
		top: -9px;

	}



	.industry-development-process ul li:nth-child(odd):before {
		left: auto;
		top: -9px;

	}



	.industry-development-process ul li:nth-child(even):before {
		left: auto;
		top: -9px;

	}


	.industry-development-process article figure {
		width: 60px;
		height: 60px;
		line-height: 60px;
		font-size: 32px;

	}



	.cta-color .section-padding {
		padding: 50px 0;

	}



	.technical-standards-sec .col-md-6 {
		max-width: 100%;
		flex: 0 0 100%;
		margin-bottom: 20px
	}


	.box-style-12 article {
		padding: 20px;
	}



	.box-style-12 article h4 {
		font-size: 20px
	}


	.box-style-12 article ul li {
		line-height: 1.7;
	}



	.row-style-4 .col-md-6 {
		max-width: 100%;
		flex: 0 0 100%;

	}


	.box-style-4 article {
		padding: 20px;
	}


	.real-estate-Service-box .row .col-md-4 {
		max-width: 100%;
		flex: 0 0 100%
	}



	.real-estate-Service-box .row .col-md-4+.col-md-4 {
		margin-top: 20px
	}



	.real-estate-Service-box .row .col-md-4:nth-child(2) {
		display: none
	}


	.service-graphic {

		max-height: 400px
	}


	.service-graphic img {
		height: 100%;
		width: 100%;
		object-fit: contain;
		object-position: center
	}



	.business-value-box .row .col-md-4 {
		max-width: 100%;
		flex: 0 0 100%
	}


	.business-value-box .row .col-md-4+.col-md-4 {
		margin-top: 20px
	}


	.business-value-box article.right {
		text-align: initial
	}

	section.slider-box .container .row {
		margin: 0 -15px
	}



	section.slider-box .container .row .col-md-12 {
		padding-left: 15px;
	}

	.main-slider-box {
		display: flex;
		align-items: center;
		flex-wrap: wrap;
		width: 100%;

	}


	.slider-left {
		width: 100%;
		background: #e34690;
		padding: 20px;
		border-radius: 0;
		flex: 0 0 100%;

	}


	.slider-right {
		background: #343237;
		flex: 0 0 100%;
		padding-left: 0;
		max-width: 100%;
		padding: 40px;
	}



	.slider-box {
		margin: 30px 0 0;
		background: no-repeat;
	}


	.main-slider-box .owl-carousel .owl-item img {
		width: 145px !important;
		margin: auto;

	}

	.slider-right h4,

	h2 {

		font-size: 28px;

	}


	.slider-left {
		width: 400px;

	}


	.slider-right {
		padding-left: 20px;
	}


	.slider-right p {
		font-size: 14px;

	}


	.grocery-market-place-inner figcaption {

		padding-left: 30px
	}

	.grocery-market-place-inner {
		padding: 25px;
		align-items: flex-start;

	}


	.grocery-market-place-inner figure {
		width: 230px;
		margin-top: 0;

	}



	.odd-grocery-market .grocery-market-place-inner figcaption {
		padding-left: 0;
		padding-right: 30px;

	}

	.grocery-market-place-bg {
		border-radius: 24px;
		margin-bottom: 30px;

	}

	.grocery-market-place-inner figcaption h4 {
		font-size: 22px;

	}

	.section-padding {
		padding: 60px 0;

	}

	.tabs-grocery ul.tabs {
		margin: auto;
		width: max-content;
		justify-content: initial;
		overflow: auto;
		max-width: 100%;

	}


	.tabs-grocery ul.tabs li {
		height: 48px;
		font-size: 14px;
		flex: 0 0 auto;
	}



	.tabs-grocery ul.tab-content-inner-list li {
		padding: 15px;
		margin: 5px auto;
	}



	ul.tab-content-inner-list {
		padding-top: 15px;
	}



	.tabs-grocery .tab-content-inner h4 {
		font-size: 15px;
	}


	.how-it-wokrs-list li figure {
		top: -35px;
		right: 0;
		left: 0;
		width: 40px;
		height: 40px;
		transform: translateY(40%);
		border: 3px solid #fff;
		font-size: 15px;
		margin: auto;
	}



	.how-right figure {
		right: 10px;
		left: auto;
	}



	.how-it-wokrs-list .how-left {
		flex: 0 0 100%;
		max-width: 100%;
		padding: 0;
		z-index: 1;
	}


	.how-it-wokrs-list li .how-right {
		flex: 0 0 100%;
		max-width: 100%;
		padding: 0;
		z-index: 1;
	}


	.how-it-wokrs-list {
		padding: 0 15px;

	}


	.how-it-wokrs-list li {
		display: flex;
		align-items: center;
		padding-bottom: 45px;
		position: relative;
		flex: 0 0 100%;
		max-width: 100%
	}


	.how-it-wokrs-list li:last-child {
		padding-bottom: 0
	}



	.how-it-wokrs-list li .how-right {
		flex: 0 0 100%;
		max-width: 100%;
		padding: 0
	}


	.how-it-wokrs-list li:nth-child(2n) figure {
		left: 0;
		right: 0
	}



	.connect-with li {
		padding: 0 8px
	}


	.connect-with-bg h4 {
		font-size: 24px;

	}


	ul.benefits-on-list li {
		width: 50%;
		margin-bottom: 30px;
		padding: 0 15px;
	}


	ul.benefits-on-list {
		padding: 25px 15px
	}

	.benefits-on-inner-content h4 {
		font-size: 16px
	}

	.case-study-inner {
		flex-wrap: wrap;
	}



	.case-study-inner-left {
		width: 100%;
		padding-right: 0;
		padding-bottom: 30px;

	}



	.case-study-inner-right {
		flex: 100%;
		text-align: center;
	}

	.case-study-inner-right img {
		max-width: 160px;
	}



	ul.ready-top-go-list figcaption h3 {
		font-size: 14px
	}


	.industries-images .row .col-md-4.col:nth-child(10) {
		max-width: 50%;
		flex: 0 0 50%;
	}



	.industries-images .row .col:nth-child(11) {
		max-width: 50%;
		flex: 0 0 50%;
	}


	.industries-images .row .col-md-4.col {
		max-width: 33.33%;
		flex: 0 0 33.33%;
	}



	.industries-images .row .col-md-2.col {
		max-width: 33.33%;
		flex: 0 0 33.33%;
	}



	.industries-images .row .col:nth-child(6) {
		max-width: 100%;
		flex: 0 0 100%
	}



	.industries-images .row .col:nth-child(4) {
		max-width: 50%;
		flex: 0 0 50%;
	}



	.industries-images .row .col:nth-child(5) {
		max-width: 50%;
		flex: 0 0 50%;
	}



	.industries-images .row .col {
		max-width: 33.33%;
		flex: 0 0 33.33%;
	}


	.btn-link-arrow img {
		width: 24px;
	}


	section.benefits-on {
		padding-bottom: 0;

	}



	.case-study-inner-left-head h3 {
		font-size: 28px;
	}

	ul.ready-top-go-list li {
		width: 33%;
		padding: 20px 10px;
	}


	ul.ready-top-go-list {
		flex-wrap: wrap;
	}


	.cta-animation-in {
		padding-bottom: 30px;
		padding-top: 30px;
	}

	.main-slider-box .owl-carousel .owl-item img {
		height: auto !important;
	}

	ul.tab-content-inner-list {
		margin: 0;
	}

	body .section-style-box-2.mb-3 {
		padding-bottom: 0;
	}

	.range-devlopment-bg.section-padding {
		padding-bottom: 0;

	}

	.cta-color.ready-top-go.section-padding {
		margin-top: 0;
	}


	.faq-inner {

		margin-top: 30px
	}

}



@media only screen and (min-width:0px) and (max-width:567px) {

	.industries-images .row .col,
	.industries-images .row .col-md-2.col,
	.industries-images .row .col-md-4.col {
		max-width: 50%;
		flex: 0 0 50%;

	}


	.industries-images .row .col:nth-child(5) {
		max-width: 100%;
		flex: 0 0 100%;

	}

	.industries-images a {
		height: 150px;
	}

	.industries-images .row .col:nth-child(6) {
		max-width: 50%;
		flex: 0 0 50%;

	}

	.industries-images figcaption {
		height: 40px;
		font-size: 14px;

	}

	.industry-banner-head-info a.btn {
		width: 100%;
	}



	.industry-banner-head-info a.btn.margin-left-15 {
		margin: 0;
	}


	.industry-banner-head-info a.btn+a.btn {
		margin-top: 10px;

	}

	.tabs-grocery ul.tab-content-inner-list li {
		width: 48%;

	}

	.tabs-grocery ul.tab-content-inner-list li {
		width: 98%;

	}



	.main-slider-box .owl-carousel .owl-item img {
		width: 105px !important;
		margin: auto;
	}

	.slider-left {
		width: 100%;
	}



	button.owl-next span {
		width: 45px;
		height: 45px;
	}


	button.owl-prev span {
		width: 45px;
		height: 45px
	}


	.slider-right {
		padding-left: 15px;
		padding: 15px
	}


	.slider-left {
		border-radius: 0
	}


	ul.benefits-on-list li {
		width: 100%;
		margin-bottom: 20px;
		padding: 0 15px;
	}

	.heading-with-btn {
		flex-wrap: wrap
	}

	.main-heading-box {
		max-width: 100%;
		padding: 0 10px
	}

	.heading-with-btn .main-heading-box {
		margin-left: 0;
		margin-bottom: 0;
	}


	.heading-with-btn {
		padding-bottom: 20px
	}


	.grocery-market-place-inner figure {
		width: 100%;
		margin-top: 0;
		height: 240px;
		overflow: hidden;
		margin-bottom: 20px
	}

	.grocery-market-place-inner figcaption {
		padding-left: 0
	}


	.grocery-market-place-inner figure img {
		border-radius: 20px;
		width: 100%;
		height: 100%;
		object-fit: contain;
		object-position: center;
	}



	.grocery-market-place-inner figcaption h4 {
		font-size: 20px;
		padding-bottom: 10px;

	}

	.grocery-market-place-inner {
		padding: 20px;
		align-items: flex-start;
		flex-wrap: wrap;
	}



	.odd-grocery-market .grocery-market-place-inner figcaption {
		padding-left: 0;
		padding-right: 0;
		padding-bottom: 20px;
	}

	section.grocery-market-place {
		padding-bottom: 50px;
	}



	ul.ready-top-go-list li {
		width: 50%;
		padding: 20px 10px
	}


	.main-heading-box h3,

	h2 {

		font-size: 28px
	}



	.main-heading-box p {
		font-size: 14px;
		margin-bottom: 15px
	}


	.box-style-4 figcaption h4 {
		font-size: 16px
	}

	.grocery-market-place .main-heading-box {
		margin-bottom: 20px
	}

}