.swiper-container {
	margin: 0 auto;
	position: relative;
	z-index: 1
}

.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	-ms-transition-property: -ms-transform;
	transition-property: transform;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box
}

.swiper-wrapper {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-o-transform: translate(0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.swiper-slide {
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-flex-shrink: 0;
	-ms-flex: 0 0 auto;
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative
}

.swiper-container .swiper-notification {
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
	opacity: 0;
	z-index: -1000
}

.swiper-button-next {
	position: absolute;
	top: 50%;
	width: 27px;
	height: 44px;
	margin-top: -22px;
	z-index: 10;
	cursor: pointer;
	-moz-background-size: 27px 44px;
	-webkit-background-size: 27px 44px;
	background-size: 27px 44px;
	background-position: center;
	background-repeat: no-repeat
}

.swiper-button-next {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
	right: 10px;
	left: auto
}

.swiper-container-3d {
	-webkit-perspective: 1200px;
	-moz-perspective: 1200px;
	-o-perspective: 1200px;
	perspective: 1200px
}

.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-wrapper {
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d
}

@-webkit-keyframes swiper-preloader-spin {
	100% {
		-webkit-transform: rotate(360deg)
	}
}

@keyframes swiper-preloader-spin {
	100% {
		transform: rotate(360deg)
	}
}

.swiper-container {
	width: 100%
}

.swiper-slide {
	width: 91%;
	background: 0 0 !important
}

@media only screen and (max-width:991px) {
	.swiper-slide {
		width: 50%;
		background: 0 0 !important
	}
}

@media only screen and (max-width:767px) {
	.swiper-slide {
		width: 90%;
		background: 0 0 !important
	}
}

@media only screen and (max-width:380px) {
	.swiper-slide {
		width: 90%;
		background: 0 0 !important
	}
}

@-ms-keyframes spin {
	from {
		-ms-transform: rotate(0)
	}

	to {
		-ms-transform: rotate(360deg)
	}
}

@-moz-keyframes spin {
	from {
		-moz-transform: rotate(0)
	}

	to {
		-moz-transform: rotate(360deg)
	}
}

@-webkit-keyframes spin {
	from {
		-webkit-transform: rotate(0)
	}

	to {
		-webkit-transform: rotate(360deg)
	}
}

@keyframes spin {
	from {
		transform: rotate(0)
	}

	to {
		transform: rotate(360deg)
	}
}

.sprocess-main .process-box {
	padding: 20px;
	margin: 30px 0 0;
	text-align: left
}

.sprocess-main .process-box .process-icon span {
	width: 70px !important;
	height: 70px !important
}

.sprocess-main .process-box h5 {
	margin: 0 0 16px
}

.sprocess-main .process-box p {
	line-height: 26px;
	margin: 0
}

#accordion.faq {
	border-radius: 0;
	padding: 0;
	margin: 0
}

#accordion .panel {
	margin: 0 0 30px;
	border-radius: 10px;
	border: 0;
	box-shadow: none;
	padding: 0;
	box-shadow: 0 0 15px 0 rgba(0, 0, 0, .13)
}

#accordion .panel-heading {
	border: 0;
	border-radius: 0;
	position: relative;
	padding: 5px 0
}

#accordion .panel .panel-title {
	text-decoration: none;
	margin-bottom: 0
}

#accordion .panel-title>a {
	text-decoration: none !important;
	outline: 0
}

#accordion .panel-title>a:hover {
	color: #252b33 !important
}

#accordion .panel-title>a::before {
	content: "";
	width: 20px;
	height: 20px;
	position: absolute;
	right: 15px;
	background: url(https://altezatel.com/public/image/Acord-up.svg);
	background-position: right top;
	background-size: 100%;
	background-repeat: no-repeat;
	top: 20px
}

#accordion .panel-title>a.collapsed::before {
	content: "";
	width: 20px;
	height: 20px;
	position: absolute;
	right: 15px;
	background: url(https://altezatel.com/public/image/Acord-down.svg);
	background-position: right top;
	background-size: 100%;
	background-repeat: no-repeat;
	top: 20px
}

#accordion .panel-collapse .panel-body {
	border: 0;
	padding: 20px 80px 20px 30px;
	border-radius: 0
}

.food-soln-bestof .row {
	align-items: center
}

.food-soln-bestof .row {
	margin: 0
}

.app-features,
.food-soln-bestof {
	padding: 95px 0
}

@media only screen and (max-width:1024px) {

	.app-features,
	.food-soln-bestof {
		padding: 30px 0
	}

	.food-soln-bestof .row {
		margin: 0 -15px !important
	}
}

.food-soln-bestof {
	padding: 95px 0
}

.faq-main {
	width: 100%
}

#accordion .panel:last-child {
	border: 0
}

.services-main .row {
	min-height: 400px;
	align-items: center;
	justify-content: center;
	text-align: center
}

.service_faqs .row {
	margin: 0
}

.app-features,
.service_faqs,
.sprocess-main {
	padding: 95px 0
}

@media only screen and (max-width:1024px) {

	.app-features,
	.service_faqs,
	.sprocess-main {
		padding: 30px 0
	}

	#accordion .panel .panel-title {
		font-size: 18px !important;
		line-height: 20px !important
	}

	#accordion .panel-title>a.collapsed::before,
	#accordion .panel-title>a::before {
		width: 15px
	}

	#accordion .panel-heading {
		padding: 10px 0
	}

	#accordion .panel-title>a {
		padding-right: 30px
	}

	.service_faqs .row,
	.services-top-main .row {
		margin: 0 -15px !important
	}

	.get-started h5 {
		font-size: 18px !important
	}
}

@media only screen and (max-width:991px) {
	.services-top-main .mobile-about-img {
		display: none !important
	}

	.services-top-main .desktop-about-img {
		display: block
	}

	.services-top-main .row {
		margin: 0 -15px
	}
}

@media only screen and (max-width:767px) {
	.services-top-main .mobile-about-img {
		display: inline-block !important;
		margin: 0 0 30px !important;
		text-align: center
	}

	.services-top-main .mobile-about-img img {
		width: 80%
	}

	.services-top-main .desktop-about-img {
		display: none
	}
}

.solutions-services h5 {
	margin: 10px 0 20px;
	font-size: 20px !important
}

.solutions-services p {
	font-size: 16px !important;
	margin-bottom: 0
}

.solution-main .row {
	min-height: 500px;
	align-items: center
}

.solution-main h2 {
	margin-bottom: 30px;
	text-transform: capitalize
}

.solution-features,
.solution-features h2 {
	color: #fff !important
}

.img-icn-bg {
	display: flex;
	border-radius: 27px;
	width: 80px;
	height: 80px;
	align-items: center;
	justify-content: center;
	margin: 0 auto
}

.img-icn-bg1 {
	display: flex;
	border-radius: 27px;
	width: 80px;
	height: 80px;
	align-items: center;
	justify-content: center;
	margin: 0 auto
}

.img-icn-bg2 {
	display: flex;
	border-radius: 27px;
	width: 80px;
	height: 80px;
	align-items: center;
	justify-content: center;
	margin: 0 auto
}

.admin-bg {
	position: relative
}

.admin-bg::before {
	background: url(https://altezatel.com/public/image/admin-penal-desh-0.png);
	background-repeat: no-repeat;
	background-size: auto 440px;
	background-position: left bottom;
	content: '';
	width: 45%;
	height: 100%;
	right: 0;
	position: absolute;
	z-index: 0;
	top: 0;
	bottom: auto
}

.process-step-new h5 {
	margin: 20px 0
}

.all-food-app .all-food-app-box ul {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin: 0;
	padding: 0;
	width: 100%
}

.all-food-app .all-food-app-box ul li {
	margin: 0;
	width: 12%;
	list-style: none;
	text-align: center;
	padding: 15px
}

.all-food-app a {
	text-decoration: none
}

.all-food-app .all-food-app-box ul li .app-ic {
	display: inline-block;
	width: 100%;
	vertical-align: top;
	margin: 0 0 15px
}

.all-food-app .all-food-app-box ul li .app-ic img {
	height: 80px
}

.how-cost-main {
	background: #f1f3f5
}

.how-cost-main .row {
	align-items: center
}

.admin-bg1 {
	position: relative
}

.admin-bg1::before {
	content: '';
	background: url(https://altezatel.com/public/image/admin-penal-desh-1.png);
	background-position: left bottom;
	background-repeat: no-repeat;
	background-size: auto 460px;
	width: 45%;
	height: 100%;
	right: 0;
	position: absolute;
	z-index: 0;
	top: 0;
	bottom: auto
}

.admin-bg2 {
	position: relative
}

.admin-bg2::before {
	content: '';
	background: url(https://altezatel.com/public/image/admin-penal-desh-2.png);
	background-position: left bottom;
	background-repeat: no-repeat;
	background-size: auto 460px;
	width: 45%;
	height: 100%;
	right: 0;
	position: absolute;
	z-index: 0;
	top: 0;
	bottom: auto
}

.admin-bg3 {
	position: relative
}

.admin-bg3::before {
	content: '';
	background: url(https://altezatel.com/public/image/admin-penal-desh-3.png);
	background-position: left bottom;
	background-repeat: no-repeat;
	background-size: auto 460px;
	width: 45%;
	height: 100%;
	right: 0;
	position: absolute;
	z-index: 0;
	top: 0;
	bottom: auto
}

.admin-bg4 {
	position: relative
}

.admin-bg4::before {
	content: '';
	background: url(https://altezatel.com/public/image/admin-penal-desh-4.png);
	background-position: left bottom;
	background-repeat: no-repeat;
	background-size: auto 460px;
	width: 45%;
	height: 100%;
	right: 0;
	position: absolute;
	z-index: 0;
	top: 0;
	bottom: auto
}

.admin-bg5 {
	position: relative
}

.admin-bg5::before {
	content: '';
	background: url(https://altezatel.com/public/image/admin-penal-desh-5.png);
	background-position: left bottom;
	background-repeat: no-repeat;
	background-size: auto 460px;
	width: 45%;
	height: 100%;
	right: 0;
	position: absolute;
	z-index: 0;
	top: 0;
	bottom: auto
}

.app-button-main .text-left {
	display: flex;
	align-items: center
}

.app-button-main .text-left a {
	margin: 0 10px
}

.all-food-app .all-food-app-box ul {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin: 0;
	padding: 0;
	width: 100%
}

.all-food-app .all-food-app-box ul li {
	margin: 0;
	width: 10%;
	list-style: none;
	text-align: center;
	padding: 15px
}

.all-food-app a {
	text-decoration: none
}

.all-food-app .all-food-app-box ul li .app-ic {
	display: inline-block;
	width: 100%;
	vertical-align: top;
	margin: 0
}

.all-food-app .all-food-app-box ul li .app-ic img {
	height: 80px
}

.all-food-app-box {
	width: 100%;
	display: inline-block;
	vertical-align: top
}

.mobile-app-top ul {
	margin: 30px 0 0;
	padding: 0
}

.mobile-app-top ul li {
	margin: 0 0 30px;
	padding: 0 0 30px;
	border-bottom: 1px solid #ddd;
	list-style: none
}

.mobile-app-top ul li i {
	color: #000
}

.all-food-app,
.how-cost-main,
.solution-features,
.solutions-services,
.we-can-main {
	padding: 95px 0
}

.solution-main {
	padding-top: 30px
}

.solution-main .row {
	align-items: center;
	height: 100vh;
	margin: 0
}

.solution-main .button2 {
	margin-top: 0
}

@-moz-keyframes spin360 {
	0% {
		transform: rotate(0)
	}

	100% {
		transform: rotate(360deg)
	}
}

@-webkit-keyframes spin360 {
	0% {
		transform: rotate(0)
	}

	100% {
		transform: rotate(360deg)
	}
}

@-o-keyframes spin360 {
	0% {
		transform: rotate(0)
	}

	100% {
		transform: rotate(360deg)
	}
}

@keyframes spin360 {
	0% {
		transform: rotate(0)
	}

	100% {
		transform: rotate(360deg)
	}
}

@-moz-keyframes move-up {
	0% {
		transform: translateX(-50%) translateY(-50%)
	}

	100% {
		transform: translateX(-50%) translateY(-200%)
	}
}

@-webkit-keyframes move-up {
	0% {
		transform: translateX(-50%) translateY(-50%)
	}

	100% {
		transform: translateX(-50%) translateY(-200%)
	}
}

@-o-keyframes move-up {
	0% {
		transform: translateX(-50%) translateY(-50%)
	}

	100% {
		transform: translateX(-50%) translateY(-200%)
	}
}

@keyframes move-up {
	0% {
		transform: translateX(-50%) translateY(-50%)
	}

	100% {
		transform: translateX(-50%) translateY(-200%)
	}
}

.solution-main .food-new-img img {
	margin: 0 5%;
	display: inline-block;
	max-height: 90%
}

.all-food-app .row,
.app-one-main .row,
.how-cost-main .row,
.new-review-main .row,
.solution-features .row,
.we-can-main .row {
	margin: 0
}

.solutions-app-all-delivery .top-video-box {
	margin: 15px 0;
	box-shadow: 0 2px 32px rgba(0, 0, 0, .1);
	border-radius: 4px;
	overflow: hidden;
	padding: 0 0 30px
}

.solutions-app-all-delivery .top-video-box .video-box-img {
	position: relative
}

.solutions-app-all-delivery .top-video-box .video-box-img img {
	width: 100%
}

.solutions-app-all-delivery .top-video-box .video-box-img a {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	display: flex;
	align-items: center;
	justify-content: center
}

.solutions-app-all-delivery .top-video-box .video-box-img a img {
	width: auto;
	height: auto
}

.solutions-app-all-delivery .top-video-box h5 {
	margin: 30px 0 15px;
	padding: 0 15px
}

.solutions-app-all-delivery .top-video-box h6 {
	padding: 0 0 15px;
	margin: 0 0 15px;
	position: relative
}

.solutions-app-all-delivery .top-video-box h6::after {
	width: 150px;
	content: '';
	height: 2px;
	background: #d6b059;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto
}

.solutions-app-all-delivery .top-video-box p {
	margin: 0;
	padding: 0 15px
}

.review-img-box img {
	width: 100%
}

@media only screen and (max-width:1440px) {
	.solution-main h2 {
		margin-bottom: 30px
	}
}

@media only screen and (max-width:1024px) {

	.all-food-app,
	.food-soln-bestof,
	.how-cost-main,
	.solution-features,
	.solution-main,
	.solutions-services,
	.we-can-main {
		padding: 30px 0
	}

	.solution-main,
	.solutions-services {
		padding: 80px 0 30px
	}

	.solution-main h2 {
		font-size: 28px !important;
		line-height: 36px !important;
		font-weight: 600
	}

	.mobi-img img {
		width: 70%
	}

	.we-can-main .top-slide-con {
		padding: 0 15px
	}

	.app-one-main .row {
		align-items: center
	}

	.all-food-app .all-food-app-box ul li {
		width: 25%
	}

	.how-cost-main .button2 {
		margin-bottom: 15px
	}

	.we-can-main .we-are h1 {
		font-size: 44px !important;
		line-height: normal !important
	}

	.solution-features h2 {
		font-size: 24px !important;
		line-height: normal !important
	}

	.all-food-app .row,
	.app-one-main .row,
	.how-cost-main .row,
	.solution-features .row,
	.solution-main .row,
	.we-can-main .row {
		margin: 0 -15px
	}

	.home-other-con .soln-heading h1,
	.home-other-con .soln-heading h2,
	.home-other-con h3 {
		margin-bottom: 15px !important
	}

	.home-other-con h3 {
		font-size: 34px !important;
		line-height: 40px !important
	}

	.soln-heading h1,
	.soln-heading h2 {
		margin: 15px 0 20px !important
	}

	#accordion.faq {
		margin-top: 0 !important
	}

	.mobile-app-top ul li:last-child {
		margin-bottom: 0
	}

	#accordion .panel-title>a.collapsed::before,
	#accordion .panel-title>a::before {
		top: 25px !important
	}
}

@media only screen and (max-width:991px) {

	.admin-bg1::before,
	.admin-bg2::before,
	.admin-bg3::before,
	.admin-bg4::before,
	.admin-bg5::before,
	.admin-bg::before {
		width: 100%;
		left: 0;
		background-position: center bottom;
		background-size: auto 350px
	}

	.brand-logo {
		min-width: 60px !important;
		margin-right: 20px !important
	}

	.home-app-img {
		text-align: center !important
	}

	.home-app-img img {
		width: 400px
	}

	.food-soln-bestof .mobile-about-img {
		margin-bottom: 30px
	}

	.solution-main .mobile-about-img {
		display: none !important
	}

	.solution-main .desktop-about-img {
		display: block
	}

	.solution-features .mobile-about-img {
		margin: 20px 0
	}

	.sprocess-main .process-box.row {
		padding: 0;
		margin: 0 -15px
	}

	.home-other-con h3 {
		font-size: 26px !important;
		line-height: 34px !important
	}

	.nav__btn {
		right: 15px !important
	}

	.mobile-app-top ul li:last-child {
		margin-bottom: 0
	}

	.home-other-con .soln-heading h1,
	.home-other-con .soln-heading h2,
	.home-other-con h3 {
		margin-bottom: 15px !important
	}

	.mobile-app-top .col-lg-6:last-child p {
		margin-bottom: 0 !important
	}

	.top-slide-con .we-are .col-sm-12:last-child .we-are-box {
		margin-bottom: 0 !important
	}

	#accordion.faq {
		margin-top: 15px !important
	}

	.mobile-app-top ul li:last-child {
		margin-bottom: 0
	}

	#accordion .panel-title>a.collapsed::before,
	#accordion .panel-title>a::before {
		top: 25px !important
	}

	.mobi-img .we-are .right .col-md-6 {
		border: none !important
	}
}

@media only screen and (max-width:767px) {
	.home-other-con {
		margin: 0 !important
	}

	.home-other-con .soln-heading h1,
	.home-other-con .soln-heading h2,
	.home-other-con h3 {
		margin-bottom: 10px !important
	}

	.mobile-app-top .col-md-12:first-child p:last-child {
		margin-bottom: 30px !important
	}

	.top-slide-con .we-are .col-sm-12:last-child .we-are-box {
		margin-bottom: 30px !important
	}

	.mobile-app-top ul li {
		margin: 0 0 15px;
		padding: 0 0 15px
	}

	.mobi-img img {
		width: 100%
	}

	.all-food-app .all-food-app-box ul li {
		width: 50%
	}

	.app-client .media {
		flex-wrap: wrap
	}

	.home-app-img {
		text-align: center
	}

	.all-food-app .all-food-app-box ul li {
		width: 33%
	}

	.sprocess-main .process-box {
		padding: 0;
		text-align: left
	}

	.admin-bg1::before {
		background-size: 100% auto;
		background-position: center 99%
	}

	.solution-features.admin-bg1 {
		padding-bottom: 300px
	}

	.admin-bg::before {
		background-size: 100% auto;
		background-position: center 99%
	}

	.solution-features.admin-bg {
		padding-bottom: 300px
	}

	.solution-main .food-new-img img {
		margin: 0
	}

	.solution-main .mobile-about-img {
		display: block !important
	}

	.solution-main .desktop-about-img {
		display: none
	}

	.home-app-img img {
		width: auto
	}
}

.home-customers .we-are {
	width: 100%;
	margin: 0
}

.home-customers {
	background: #f1f3f5;
	padding: 95px 0 70px
}

.mobile-view {
	display: none
}

.brand-logo {
	display: inline-flex;
	align-items: center;
	min-width: 80px;
	justify-content: center;
	height: 80px;
	margin-right: 30px
}

.brand-logo img {
	margin-right: 0
}

.will-get {
	margin: 30px 0 0
}

.will-get h4 {
	margin: 0 0 20px
}

.will-get ul {
	margin: 0;
	padding: 0 0 0 20px;
	display: flex;
	flex-wrap: wrap
}

.will-get ul li {
	font-size: 18px;
	margin: 0 0 15px;
	text-align: left;
	width: 50%;
	color: #fff
}

.footer {
	display: inline-block;
	width: 100%;
	vertical-align: top;
	background: #f1f3f5;
	padding: 150px 0 40px
}

.home-social {
	text-align: center
}

.footer h4 {
	margin: 10px 0 20px;
	text-align: left;
	font-size: 24px !important
}

.footer ul {
	margin: 0;
	padding: 0
}

.footer ul li {
	list-style: none;
	display: inline-block;
	vertical-align: top;
	width: 100%;
	margin: 0 0 10px
}

.footer ul li a {
	display: inline-block;
	text-decoration: none;
	position: relative;
	font-size: 16px
}

.footer ul li:last-child a {
	text-decoration: none
}

.footer ul ul li a {
	display: inline-block;
	text-decoration: none
}

.footer ul li a:hover {
	color: #252b33
}

.footer .row {
	display: flex;
	align-items: flex-start;
	width: 100%;
	padding-left: 15px
}

.footer .home-social ul {
	margin: 15px 0 15px;
	padding: 0;
	display: inline-block;
	width: 100%;
	vertical-align: top;
	text-align: center
}

.footer .home-social ul li {
	list-style: none;
	display: inline-block;
	vertical-align: top;
	margin: 0 15px;
	width: auto
}

.footer .home-social ul li a {
	display: flex;
	font-size: 18px;
	justify-content: center;
	align-items: center;
	border-radius: 4px;
	text-decoration: none
}

.footer .col-md-4 h4 {
	margin: 0;
	padding: 0 0 0 10px
}

.top-slide-con,
.we-are {
	width: 100%
}

.top-slide-con .we-are {
	padding: 0 15px
}

.inner {
	position: relative;
	width: 1130px;
	margin: 0 auto
}

.about-top-slide {
	padding: 200px 0 95px
}

.count h2 {
	font-size: 60px !important;
	margin: 0 0 20px;
	text-align: left
}

.about-award,
.our-team,
.testimonials-box-main {
	padding: 95px 0
}

.our-team .home-award-box {
	flex-wrap: wrap;
	width: 100%;
	padding: 0 15px
}

.our-team .home-award-box .we-are-box {
	padding: 0;
	margin: 30px 0;
	text-align: left
}

.team-box {
	text-align: center;
	display: inline-block;
	width: 100%;
	padding: 0;
	border-radius: 4px;
	background: #d6b059 !important
}

.our-team .top-slide-con .we-are .home-award-box .we-are-box img {
	width: 100%;
	height: 245px;
	object-fit: contain;
	border-radius: 4px
}

.home-award-box h6 {
	margin: 20px 0 5px;
	font-weight: 600;
	font-size: 20px !important;
	line-height: 24px !important
}

.testimonials-main {
	padding: 200px 0 95px
}

.testimonials-heading {
	display: inline-block;
	width: 100%;
	vertical-align: top
}

.store-img-box::after {
	content: '';
	position: absolute;
	z-index: -1;
	left: 20px;
	right: -20px;
	top: -20px;
	bottom: 20px;
	background: #d6b059;
	border-radius: 4px
}

.faq-ic span {
	display: flex;
	border-radius: 27px;
	width: 75px;
	height: 75px;
	align-items: center;
	justify-content: center
}

.contact-top-heading {
	margin-bottom: 90px;
	width: 100%
}

.connect-with-content {
	display: inline-block;
	width: 100%;
	margin: 20px 0 0
}

.connect-with-content a {
	margin-right: 30px
}

.connect-with {
	margin: 0 0 95px;
	display: inline-block;
	width: 100%
}

.contact-connect .brand-box {
	min-height: 240px
}

.testimonials-box-main .soln-heading h2 {
	margin-bottom: 95px !important
}

.about-top-slide .top-slide-con {
	padding: 0 15px
}

.app-features .row,
.solutions-services .row {
	margin: 0
}

.mobile-about-img {
	display: none !important
}

.mobile-icon-social {
	display: none
}

#accordion .panel {
	box-shadow: none
}

.solutions-app-all-delivery.all-food-app .all-food-app-box ul li {
	width: 16%
}

.features-box-main .row {
	align-items: center
}

.app_design .app_img_four ul {
	width: 100%
}

.app_img_four ul li {
	width: 24.3%
}

.mobile-award-view {
	display: none
}

.home-customers .row {
	margin: 0
}

.features-main ul {
	margin: 40px 0 0;
	padding: 0
}

.features-main ul li {
	display: inline-block;
	vertical-align: top;
	width: 49%;
	list-style: none;
	margin: 0 0 30px
}

.features-main ul h6 {
	margin: 0;
	font-weight: 500
}

.features-main ul h6 span {
	background: #d6b059;
	font-size: 14px;
	width: 28px;
	height: 28px;
	display: inline-block;
	margin-right: 10px;
	border-radius: 50px;
	line-height: 28px;
	text-align: center
}

.features-main ul li p {
	padding-left: 38px;
	font-size: 14px;
	color: #252b33;
	margin: 0
}

.faqs-main .testimonials-heading {
	padding: 0 15px
}

.admin-features {
	position: relative
}

.admin-features::before {
	content: '';
	background: url(https://altezatel.com/public/image/admin-penal-desh.png);
	background-position: left bottom;
	background-repeat: no-repeat;
	background-size: auto 478px;
	width: 45%;
	height: 100%;
	right: 0;
	position: absolute;
	z-index: 0;
	top: 0;
	bottom: auto
}

.features-box-main {
	padding: 116px 0 0
}

.features-main .soln-heading h2 {
	margin: 0 !important
}

.free-main {
	padding: 95px 0
}

.free-main .button2.get-a-demo {
	margin: 0
}

.free-main .col-lg-3 {
	text-align: right
}

.p-title {
	width: 100%;
	text-align: center
}

.p-title p {
	margin: 0 0 5px;
	font-weight: 400
}

.p-border li {
	border-bottom: 1px solid #f2f2f2
}

.p-border li:last-child {
	border-bottom: none
}

.features-box-main h5 {
	font-weight: 600
}

.free-main .row {
	align-items: center
}

.services-top-main h1,
.solution-main h1 {
	font-size: 44px !important;
	line-height: 50px !important;
	color: #252b33 !important;
	letter-spacing: -1px;
	font-weight: 700;
	margin: 0 0 30px
}

.counter-box h2 {
	font-size: 80px !important;
	line-height: 60px !important
}

.we-are-main .row {
	margin: 0
}

.admin-features .row {
	min-height: 478px
}

.our-for-soln .desktop-award-view .row {
	margin: 0 -15px
}

.app-features a {
	text-decoration: none !important
}

.door-about-box .door-ic img {
	height: 90px
}

.door-about-box {
	text-align: center;
	padding: 20px
}

.door-about-box p {
	margin: 0
}

.door-about-box h3 {
	margin: 10px 0
}

.admin-bg.post-admin-bg::before {
	background: url(https://altezatel.com/public/image/admin-penal-desh-post.png);
	background-repeat: no-repeat;
	background-size: auto 440px;
	background-position: left bottom;
	content: '';
	width: 45%;
	height: 100%;
	right: 0;
	position: absolute;
	z-index: 0;
	top: 0;
	bottom: auto
}

.admin-bg.door-admin-bg::before {
	background: url(https://altezatel.com/public/image/admin-penal-desh-uber.png);
	background-repeat: no-repeat;
	background-size: auto 440px;
	background-position: left bottom;
	content: '';
	width: 45%;
	height: 100%;
	right: 0;
	position: absolute;
	z-index: 0;
	top: 0;
	bottom: auto
}

.food-app-top {
	display: inline-block;
	width: 100%;
	vertical-align: top;
	padding: 100px 0 0
}

.food-app-top h1 {
	font-size: 44px !important;
	line-height: 50px !important;
	margin: 0 0 30px
}

.food-app-top p {
	margin: 0 auto 10px;
	width: 80%;
	line-height: 28px
}

.food-top-img {
	display: inline-block;
	width: 100%;
	vertical-align: top;
	margin: 50px 0 0
}

.food-customers {
	padding: 75px 0 0;
	overflow: hidden
}

.we-can-main.food-we-can {
	padding: 75px 0
}

.our-food-client {
	margin: 0 0 30px
}

.our-food-client h4 {
	position: relative
}

.food-we-can h2 {
	margin: 0 0 30px !important;
	font-size: 50px !important;
	line-height: 50px !important
}

.food-we-can .counter-box h2 {
	margin: 0 0 10px !important
}

.we-can-count {
	display: inline-block;
	width: 100%;
	vertical-align: top;
	margin: 30px 0 0;
	text-align: center
}

.food-we-can p {
	margin: 0 auto 20px;
	width: 80%;
	line-height: 28px
}

.get-expert {
	display: inline-block;
	width: 100%;
	vertical-align: top;
	box-shadow: 0 100px 80px rgba(0, 0, 0, .07);
	border-radius: 10px;
	position: relative
}

.get-expert::before {
	content: '';
	border-radius: 10px;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-shadow: 0 30.15px 24.12px rgba(0, 0, 0, .04)
}

.get-expert-box {
	display: inline-block;
	width: 100%;
	vertical-align: top;
	box-shadow: 0 12.52px 10.2px rgba(0, 0, 0, .03);
	border-radius: 10px;
	background: #d6b059;
	padding: 30px;
	position: relative
}

.get-expert-box::before {
	content: '';
	border-radius: 10px;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-shadow: 0 4.53px 3.62px rgba(0, 0, 0, .02)
}

.get-img {
	display: inline-block;
	width: 100%;
	vertical-align: top;
	text-align: center
}

.get-img img {
	object-fit: cover;
	border-radius: 50%;
	border: 2px solid #252b33;
	width: 120px;
	height: 120px
}

.button3 {
	background-color: #252b33;
	height: auto !important;
	border-radius: 30px !important;
	color: #fff !important;
	font-weight: 500;
	font-size: 16px;
	padding: 10px 25px !important;
	text-decoration: none;
	display: inline-block;
	line-height: 24px !important
}

.get-expert-box h3 {
	font-weight: 700;
	margin: 40px 0 5px
}

.get-expert-box p {
	margin: 0 0 30px
}

.build-food-app {
	background: #f1f3f5;
	padding: 80px 0;
	display: inline-block;
	width: 100%;
	vertical-align: top
}

.build-food-app h2 {
	margin: 0 0 30px
}

/*.build-food-app h3 {*/
/*    font-size: 1.6rem;*/
/*    color: #333;*/
/*    font-family: open sans, sans-serif;*/
/*    font-weight:400 !important;*/
/*	margin: 0 0 30px;*/
/*	line-height: 28px;*/
/*}*/

.build-food-app p {
	margin: 0 0 30px;
	line-height: 28px
}

.one-industries {
	display: inline-block;
	width: 100%;
	vertical-align: top;
	padding: 75px 0
}

.one-industries h2 {
	margin: 0 0 30px
}

.one-industries p {
	margin: 0 0 30px;
	line-height: 24px
}

.one-expert-con {
	padding: 30px
}

.one-expert {
	display: inline-block;
	width: 100%;
	vertical-align: top;
	position: relative;
	border-radius: 10px
}

.one-expert-box {
	display: inline-block;
	width: 100%;
	vertical-align: top;
	position: relative;
	background: #f1f3f5;
	overflow: hidden;
	border-radius: 10px
}

.one-expert-box img {
	width: 100%
}

.one-expert-box h3 {
	font-weight: 600;
	margin: 0 0 20px;
	font-size: 26px !important;
	line-height: 34px !important
}

.one-expert-box p {
	margin: 0;
	line-height: 28px
}

.one-expert:hover {
	box-shadow: 0 100px 80px rgba(0, 0, 0, .07)
}

.one-expert:hover::before {
	box-shadow: 0 30.15px 24.12px rgba(0, 0, 0, .04)
}

.one-expert:hover .one-expert-box {
	box-shadow: 0 12.52px 10.2px rgba(0, 0, 0, .03)
}

.one-expert:hover .one-expert-box::before {
	box-shadow: 0 4.53px 3.62px rgba(0, 0, 0, .02)
}

.top-features {
	display: inline-block;
	width: 100%;
	vertical-align: top;
	background: #f1f3f5;
	height: 60px
}

.top-features.sticky {
	position: sticky;
	left: 0;
	right: 0;
	top: 67px;
	z-index: 99
}

.features-t {
	margin: -35px 0 0;
	display: inline-block;
	vertical-align: top
}

.top-features ul {
	margin: 0;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center
}

.top-features ul li {
	list-style: none;
	line-height: 60px
}

.top-features ul li a {
	font-size: 16px;
	color: #ccc;
	border-bottom: 4px solid transparent;
	text-decoration: none;
	padding: 14px 25px;
	font-weight: 500
}

.top-features ul li a:hover,
.top-features ul li.active a {
	color: #252b33;
	border-bottom: 4px solid #252b33
}

.top-features-title {
	width: 100%
}

.top-features-title h2 {
	margin: 0 0 30px
}

.top-features-title p {
	margin: 0 0 30px;
	line-height: 28px
}

.c-features-con {
	display: inline-block;
	width: 100%;
	vertical-align: top
}

.c-features-con ul {
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap
}

.c-features-con ul li {
	list-style: none;
	width: 50%;
	padding: 0 30px 0 0;
	margin: 0 0 30px;
	display: inline-flex
}

.app-features-main .row {
	align-items: center
}

.c-app-con {
	display: inline-block;
	width: 100%;
	vertical-align: top;
	margin: 40px 0
}

.c-app-con p {
	margin: 0;
	line-height: 28px
}

.c-features-con ul li h5 {
	margin: 0 0 10px
}

.c-features-con ul li p {
	margin: 0;
	font-size: 16px;
	line-height: 28px
}

.app-admin-features-main,
.app-features-main {
	padding: 60px 0 0
}

.app-admin-features-main {
	background-position: 100% 85% !important;
	background-repeat: no-repeat !important;
	background-size: auto 75% !important
}

.get-estimate.viewcas-new .view-case-dark {
	display: inline-block;
	padding: 130px 70px;
	background: 0 0
}

.get-estimate.viewcas-new .view-case-dark .soln-heading {
	margin: 0 0 30px
}

.get-estimate.viewcas-new .view-case-dark .soln-heading h2 {
	font-size: 34px !important;
	line-height: 40px !important;
	font-weight: 500;
	color: #fff !important
}

.get-estimate.viewcas-new .view-case-dark .button2.darkmode-btn {
	margin: 0
}

.get-estimate.viewcas-new {
	margin: 75px 0 0;
	background: url(https://altezatel.com/public/image/solution/food-get-bg.webp);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover
}

.food-process {
	display: inline-block;
	width: 100%;
	vertical-align: top;
	padding: 75px 0 45px;
	background: #f1f3f5
}

.process-head h2 {
	margin: 0 0 30px
}

.process-head p {
	margin: 0 0 40px;
	line-height: 28px
}

.food-process-box {
	display: inline-block;
	width: 100%;
	vertical-align: top;
	background: #fff;
	border: 1px solid #ccc;
	padding: 23px;
	margin: 0 0 30px;
	border-radius: 4px
}

.process-box-ic {
	display: flex;
	width: 100%;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: flex-start;
	margin: 30px 0
}

.process-box-ic span {
	font-size: 60px;
	font-weight: 700;
	color: #ccc;
	margin: -10px 0 0
}

.food-process-box h4 {
	font-size: 24px !important;
	line-height: 28px !important;
	margin: 0 0 10px;
	font-weight: 700
}

.food-process-box p {
	font-size: 16px;
	line-height: 28px
}

.solutions-client-img {
	display: inline-block;
	width: 100%;
	vertical-align: top;
	padding: 75px 0 0
}

.client-video-head h2 {
	margin: 0 0 30px
}

.client-video-head p {
	margin: 0 0 40px;
	line-height: 28px
}

.solutions-faqs #accordion .panel {
	border-bottom: 1px solid #ccc;
	margin: 0;
	border-radius: 0
}

.solutions-faqs #accordion .panel-heading {
	padding: 30px 0
}

.solutions-faqs #accordion .panel-collapse .panel-body {
	padding: 0 0 30px
}

.solutions-faqs #accordion .panel-collapse .panel-body p {
	padding: 0;
	font-size: 16px;
	line-height: 28px
}

#accordion .panel-title>a::before,
.solutions-faqs #accordion .panel-title>a.collapsed::before {
	top: 35px
}

.solutions-faqs {
	padding: 75px 0
}

.solutions-client-img .top-video-box {
	text-align: center;
	border-radius: 10px;
	background: #f1f3f5;
	box-shadow: none;
	height: 100%
}

.solutions-client-img .top-video-box h5 {
	font-size: 34px !important;
	line-height: 40px !important;
	margin: 30px 0 20px;
	font-weight: 700
}

.solutions-client-img .top-video-box p {
	font-size: 16px;
	line-height: 30px;
	margin: 0
}

.button1.apps-btn {
	margin: 0 0 0 10px;
	display: inline-block;
	text-align: center
}

.apps-btn img {
	height: 20px
}

.food-slide-app {
	text-align: center
}

.app-admin-features-main {
	margin: 0 0 75px
}

.c-app-con h3 {
	margin-bottom: 10px;
}

.c-features-con ul li span {
	background: #d6b059;
	font-size: 14px;
	width: 28px;
	height: 28px;
	display: inline-block;
	margin-right: 10px;
	border-radius: 50px;
	line-height: 28px;
	text-align: center;
	vertical-align: top
}

.c-features-list {
	width: 90%
}

.app-cost-main {
	display: inline-block;
	width: 100%;
	vertical-align: top
}

.app-cost-main h2 {
	margin: 0 0 30px
}

.app-cost-main p {
	margin: 0 0 40px;
	line-height: 28px
}

.food-customers.food-logo-cus {
	padding: 75px 0 0
}

.food-app-why-choose .why-choose-app-con p {
	width: 80%;
	margin: 0 auto 50px
}

.food-app-why-choose .we-are-box {
	background: #fff;
	border-radius: 10px;
	text-align: left;
	margin: 0 0 30px;
	padding: 15px 20px
}

.food-app-why-choose .we-are-box .why-ic {
	text-align: right;
	margin-bottom: -25px;
	margin-top: -10px
}

.food-app-why-choose .we-are-box .counter-box {
	justify-content: flex-start
}

.food-app-why-choose .we-are-box .counter-box h3 {
	font-weight: 700
}

.food-app-why-choose .we-are-box h6 {
	margin: 0
}

.app-cost-main .button2.darkmode-btn {
	margin-top: 40px
}

.build-food-app.food-app-why-choose {
	margin-bottom: 75px
}

.food-top-img img {
	height: 400px
}

.text-bolder {
	font-weight: 600
}

.build-food-app .row {
	align-items: center
}

.app-cost-main .row {
	align-items: center
}

.app-img-main img {
	width: 45%;
	height: auto
}

.cost-foodapp-main .app-img-main img {
	width: 75%
}

.cost-foodapp-main .c-features-con,
.customer-app-main .c-features-con {
	padding-right: 100px
}

.admin-panel-main .c-features-con,
.driver-app-main .c-features-con {
	padding-left: 100px
}

.app-ic-slide {
	margin: 20px 0 20px;
	display: inline-block;
	background: #fff;
	border-radius: 15px
}

.app-ic-slide img {
	height: 90px;
	width: auto !important
}

@media all and (max-width:1440px) {
	.admin-features::before {
		content: '';
		background: url(https://altezatel.com/public/image/admin-penal-desh.png);
		background-position: 218% bottom;
		background-repeat: no-repeat;
		background-size: auto 530px;
		width: 45%;
		height: 100%;
		right: 0;
		position: absolute;
		z-index: 0;
		top: 0;
		bottom: auto
	}

	.app-admin-features-main {
		background-position: 115% 72% !important;
		background-repeat: no-repeat !important;
		background-size: auto 60% !important
	}

	.admin-panel-main .c-features-con,
	.driver-app-main .c-features-con {
		padding-left: 30px
	}

	.cost-foodapp-main .c-features-con,
	.customer-app-main .c-features-con {
		padding-right: 30px
	}

	.app-img-main img {
		width: 60%;
		height: auto
	}
}

@media all and (max-width:1366px) {
	.app-cost-main .c-app-con br {
		display: none;
		padding: 0 30px
	}
}

@media all and (max-width:1280px) {
	.app-admin-features-main {
		background-position: 120% 73% !important;
		background-repeat: no-repeat !important;
		background-size: auto 53% !important
	}
}

@media all and (max-width:1024px) {
	.new-review-main .we-are .row {
		margin: 0
	}

	.contact-top-heading {
		margin: 0 0 60px
	}

	.brand-box ul li a {
		font-size: 15px
	}

	.contact-top-heading {
		margin: 0 0 30px
	}

	.footer {
		padding: 30px 0 40px
	}

	.about-top-slide .top-slide-con {
		padding: 0
	}

	.services-top-main .row,
	.solution-main .row {
		height: auto
	}

	#accordion .panel:last-child {
		margin-bottom: 0
	}

	.get-started {
		padding: 30px 0
	}

	.sprocess-main .process-box.row {
		padding: 0 15px;
		margin: 0 -15px 30px
	}

	.app-features .row,
	.home-customers .row,
	.solutions-services .row {
		margin: 0 -15px
	}

	.app-button-main {
		margin-bottom: 50px
	}

	.mobile-award-view {
		display: block
	}

	.desktop-award-view {
		display: none
	}

	.top-features ul li a {
		font-size: 18px
	}

	.c-app-con p br,
	.food-app-top p br,
	.one-industries p br,
	.top-features-title p br {
		display: none
	}

	.food-app-top h1 {
		font-size: 44px !important;
		line-height: 54px !important;
		margin: 0 0 20px
	}

	.food-top-img {
		margin: 30px 0 0
	}

	.our-food-client {
		margin: 0 0 10px
	}

	.food-top-img img {
		height: 400px
	}

	.app-img-main img {
		width: 80%;
		height: auto
	}

	.admin-panel-main .c-features-con,
	.driver-app-main .c-features-con {
		padding-left: 20px
	}

	.cost-foodapp-main .c-features-con,
	.customer-app-main .c-features-con {
		padding-right: 20px
	}

	.food-customers {
		padding: 50px 0 0
	}

	.food-we-can .we-are-box h5 {
		font-size: 18px !important
	}

	.food-we-can .we-are-box .counter-box h2 {
		margin: 0 !important
	}

	.build-food-app {
		padding: 50px 0
	}

	.build-food-app.food-app-why-choose {
		margin-bottom: 50px;
		padding-bottom: 20px
	}

	.c-app-con {
		margin: 50px 0
	}

	.food-customers.food-logo-cus {
		padding: 50px 0 0
	}

	.app-cost-main .button2.darkmode-btn {
		margin-top: 10px
	}

	.solutions-app-all-delivery .top-video-box {
		margin: 0
	}

	.build-food-app h2,
	.get-expert-box h3,
	.solutions-client-img .top-video-box h5 {
		font-size: 26px !important;
		margin: 0 0 30px !important;
		line-height: 34px !important
	}

	.get-expert-box h3 {
		margin: 20px 0 10px !important
	}

	.one-expert-con {
		padding: 15px 15px
	}

	.app-cost-main h2,
	.client-video-head h2,
	.food-we-can h2,
	.get-estimate.viewcas-new .view-case-dark .soln-heading h2,
	.one-expert-box h3,
	.one-industries h2,
	.process-head h2,
	.solutions-faqs h2,
	.top-features-title h2 {
		font-size: 26px !important;
		line-height: 34px !important
	}

	.one-expert-box p {
		line-height: 28px;
		font-size: 16px
	}

	.c-features-con ul li {
		margin: 0 0 22px
	}

	.top-features-title {
		width: 100%;
		padding: 0 20px
	}

	.app-admin-features-main {
		background-position: 175% 80% !important;
		background-repeat: no-repeat !important;
		background-size: auto 56% !important
	}

	.get-estimate.viewcas-new .view-case-dark {
		display: inline-block;
		padding: 30px
	}

	.app-features-main {
		margin: 0 0 0
	}

	.top-features.sticky {
		top: 55px
	}

	.get-estimate.viewcas-new {
		margin: 30px 0 0
	}

	.client-video-head p {
		margin: 0 0 20px
	}

	.food-process {
		padding: 30px 0 0
	}

	.solutions-client-img {
		padding: 50px 0 0
	}

	.solutions-client-img .top-video-box h5 {
		margin: 20px 0 20px !important
	}

	.solutions-client-img .top-video-box p {
		font-size: 15px;
		line-height: 24px;
		margin: 0
	}

	.solutions-faqs {
		padding: 50px 0
	}

	.food-we-can .we-can-count .row {
		margin: 0
	}

	.food-we-can .we-are-box .counter-box h2 {
		font-size: 44px !important;
		line-height: 45px !important
	}

	.one-industries {
		padding: 20px 0 55px 0
	}

	.we-can-main.food-we-can {
		padding: 50px 0
	}

	.app-cost-main h2,
	.build-food-app h2,
	.client-video-head h2,
	.food-we-can h2,
	.process-head h2,
	.solutions-faqs h2 {
		margin: 0 0 30px !important
	}

	.top-features {
		display: none
	}

	.app-features-main {
		margin: 0 0 0;
		padding: 0
	}

	.top-features-title p {
		margin: 0
	}

	.features-t {
		display: none
	}

	.c-app-con h3 {
		display: block;
		font-size: 26px !important;
		line-height: 34px !important;
		margin: 0 0 15px;
		text-align: center
	}

	.top-features-title h2 {
		margin: 0 0 15px
	}

	.food-app-why-choose .why-choose-app-con p {
		width: 100%;
		margin: 0 auto 30px
	}

	.app-admin-features-main,
	.app-features-main {
		padding: 0
	}

	.app-admin-features-main {
		margin: 0 0 0
	}

	.food-app-top p,
	.food-we-can p {
		width: 100%
	}

	.admin-mobi-img,
	.app-img-main {
		margin: 0 0 50px
	}
}

@media only screen and (max-width:991px) {
	.container {
		width: 100%;
		max-width: 100%
	}

	h4 {
		font-size: 18px !important;
		line-height: 26px !important
	}

	.services-top-main h1,
	.soln-heading h1,
	.soln-heading h2,
	.solution-main h1 {
		font-size: 26px !important;
		margin: 0 0 30px !important;
		line-height: 34px !important
	}

	.we-are-main .top-slide-con .we-are .we-are-box h2,
	.we-are-main .we-are .right h2 {
		font-size: 40px !important;
		line-height: 50px !important
	}

	h1 br {
		display: none
	}

	.we-are-main .top-slide-con {
		flex-wrap: wrap
	}

	.brand-box {
		padding: 15px;
		margin-bottom: 30px
	}

	.app-one-main .app-one .home-app-img img,
	.review-img-box img {
		width: 100%
	}

	.home-review-main .we-are .row {
		margin: 0
	}

	.home-review-main {
		padding: 60px 0 0
	}

	section {
		display: inline-block;
		width: 100%;
		vertical-align: top;
		overflow: hidden
	}

	.footer .row {
		flex-wrap: wrap
	}

	.footer .home-social ul li a {
		display: flex;
		justify-content: center;
		align-items: center;
		border-radius: 4px;
		text-decoration: none
	}

	.footer .row {
		margin: 0 -15px
	}

	.footer .home-social ul li {
		margin: 0 5px
	}

	.footer .home-social ul {
		margin: 0 0 30px
	}

	.footer h4 {
		margin: 0 0 10px;
		cursor: pointer;
		text-align: left;
		width: 100%
	}

	.footer .home-social ul li {
		margin: 0
	}

	.app-one-main h2 {
		color: #fff !important;
		font-size: 24px !important;
		line-height: 30px !important;
		margin: 0 0 10px
	}

	.app-one-main ul li {
		margin: 0 10px 0 0
	}

	.viewcas-new {
		margin: 30px 0
	}

	.app-one-main,
	.home-customers,
	.our-for-soln,
	.we-are-main {
		padding: 30px 0
	}

	.our-for-soln {
		padding-bottom: 0
	}

	.about-top-slide {
		padding: 80px 0 30px
	}

	.about-top-slide h2 {
		font-size: 24px !important;
		line-height: 30px !important
	}

	.about-top-slide .top-slide-con img {
		margin-top: 0 !important
	}

	.about-award,
	.our-team,
	.testimonials-box-main {
		padding: 30px 0
	}

	.home-award-box {
		padding: 0 15px
	}

	.store-img-box::after {
		content: none
	}

	.home-review-main .top-slide-con {
		padding: 0 15px
	}

	.testimonials-heading h1 {
		font-size: 44px !important;
		line-height: 50px !important
	}

	.connect-with h2 {
		font-size: 26px !important;
		line-height: 34px !important;
		margin: 0
	}

	.connect-with {
		margin: 0 0 60px
	}

	.soln-heading h4 {
		line-height: normal !important
	}

	.about-top-slide h1 {
		font-size: 44px !important;
		line-height: normal !important
	}

	.get-touch::before {
		content: none
	}

	.testimonials-main {
		padding: 100px 0 30px
	}

	.will-get {
		margin: 0
	}

	.contact-connect .brand-box {
		min-height: inherit
	}

	.services-top-main .row,
	.solution-main .row {
		height: auto
	}

	.mobile-icon-social {
		display: block
	}

	.desktop-icon-social {
		display: none
	}

	.mobile-icon-social ul {
		margin: 0;
		padding: 0
	}

	.mobile-icon-social ul li {
		display: inline-flex !important;
		width: 40px !important;
		height: 40px !important;
		align-items: center !important;
		justify-content: center !important;
		border-radius: 50px;
		border: 1px solid #252b33;
		margin: 0 5px !important
	}

	.contact-top-heading {
		margin: 0
	}

	.testimonials-box-main .soln-heading h2 {
		margin-bottom: 30px !important
	}

	.mobile-about-img {
		display: block !important
	}

	.desktop-about-img {
		display: none
	}

	.app-button-main {
		margin: 0
	}

	.app_img_four ul li {
		width: 23.3%;
		height: auto
	}

	.free-main h2 {
		font-size: 26px !important;
		margin: 0 0 30px !important;
		line-height: 34px !important;
		text-align: center
	}

	.free-main .col-lg-3 {
		text-align: center
	}

	.faqs-main h2 {
		font-size: 26px !important;
		margin: 0 0 30px !important;
		line-height: 34px !important
	}

	.we-are-main .row {
		margin: 0 -15px
	}

	.free-main {
		padding: 30px 0
	}

	.features-box-main {
		padding: 60px 0 0
	}

	.features-main .features-image,
	.features-main .mobile-about-img {
		text-align: center
	}

	.features-main .features-image img,
	.features-main .mobile-about-img img {
		width: 400px
	}

	.admin-bg,
	.admin-bg1,
	.admin-bg2,
	.admin-bg3,
	.admin-bg4,
	.admin-bg5,
	.admin-features {
		padding-bottom: 380px
	}

	.counter-box h2 {
		font-size: 44px !important;
		line-height: 44px !important
	}

	.admin-features::before {
		content: '';
		right: 0;
		background-position: center bottom;
		background-size: auto 350px;
		width: 100%
	}

	.c-menu,
	.nav-mobile {
		display: none
	}

	.c-features-con ul li p {
		line-height: 24px
	}

	.app-admin-features-main {
		background: 0 0 !important
	}

	.build-food-app .col-md-12,
	.build-food-app h2,
	.build-food-app p {
		text-align: center
	}

	.build-food-app h2 br {
		display: none
	}

	.build-food-app a {
		margin: 0
	}

	.food-top-img img {
		height: auto;
		width: 100%
	}

	.solutions-app-all-delivery .top-video-box {
		margin-bottom: 30px !important;
		height: auto
	}

	.solutions-app-all-delivery .top-video-box:last-child {
		margin-bottom: 0
	}

	.solutions-faqs .soln-heading h2 {
		margin: 0 !important
	}

	.food-top-img.mobile-about-img {
		margin: 55px 0 80px
	}

	.app-img-main img {
		width: auto;
		height: 500px
	}

	.cost-foodapp-main .app-img-main img {
		width: auto
	}
}

@media only screen and (max-width:767px) {
	.we-are-main {
		padding: 30px 0
	}

	.home-award-box,
	.we-are-main .top-slide-con {
		flex-wrap: wrap
	}

	.app-one-main,
	.home-review-main {
		padding: 30px 0
	}

	.button1 {
		padding: 7px 20px;
		font-weight: 600;
		font-size: 16px
	}

	.app-one-main .button1 {
		margin-bottom: 20px
	}

	.app-one-main ul li h2 {
		margin-bottom: 0;
		margin-top: 10px;
		font-size: 28px !important;
		line-height: 34px !important
	}

	.app-one-main ul li h6 {
		font-size: 14px !important
	}

	.app-one-main ul {
		display: flex;
		align-items: flex-start;
		justify-content: space-between
	}

	.app-client {
		margin-bottom: 20px
	}

	.app-client .media-body,
	.app-client .media-left,
	.app-client .media-right {
		display: inline-block;
		width: 100%;
		vertical-align: top
	}

	.app-one-main .container .row .app-one div:first-child {
		margin: 0 auto;
		flex-wrap: wrap;
		justify-content: left
	}

	.app-client .media-left {
		text-align: left
	}

	.app-one-main .app-one .home-app-img {
		text-align: center;
		margin-top: 30px !important
	}

	.view-case-dark .soln-heading {
		margin-bottom: 15px
	}

	.review-img-box.text-right {
		text-align: center !important
	}

	.our-for-soln {
		margin: 30px 0 0
	}

	.desktop-view {
		display: none
	}

	.home-customers {
		padding: 30px 0 0;
		margin: 20px 0 30px
	}

	.view-case-dark {
		padding: 20px;
		flex-wrap: wrap
	}

	.will-get ul li {
		width: 100%;
		margin-bottom: 5px
	}

	.footer .row {
		flex-wrap: wrap
	}

	.footer .home-social ul li a {
		display: flex;
		width: 40px;
		height: 40px;
		justify-content: center;
		align-items: center;
		border-radius: 4px;
		text-decoration: none
	}

	.footer .row {
		margin: 0;
		padding: 0
	}

	.footer .home-social ul li {
		margin: 0 5px
	}

	.footer {
		padding: 30px 0 0
	}

	.footer h4 {
		width: 100%
	}

	.footer .home-social ul {
		margin: 0 0 30px;
		display: flex;
		justify-content: space-between
	}

	.footer .home-social ul li {
		margin: 0
	}

	.app-one-main .app-one .home-app-img img,
	.review-img-box img {
		width: auto;
		height: auto
	}

	.viewcas-new {
		margin: 30px 0
	}

	.footer .home-social ul {
		flex-wrap: wrap;
		justify-content: left
	}

	.footer .home-social ul li {
		width: 50%;
		margin: 0;
		text-align: left
	}

	.footer .home-social ul li a {
		width: auto;
		justify-content: left;
		margin: 0
	}

	.get-touch::before {
		content: none
	}

	.soln-heading h4 {
		line-height: normal !important
	}

	.soln-heading .button2 {
		padding: 5px 15px !important
	}

	.new-review-main .we-are {
		padding: 0
	}

	.brand-box h3 {
		font-size: 24px !important;
		line-height: normal !important
	}

	.footer p {
		margin-bottom: 0
	}

	.home-social {
		margin: 0 -15px
	}

	.about-top-slide h1 {
		font-size: 34px !important;
		line-height: normal !important
	}

	.solution-main .row {
		height: auto
	}

	.we-are-main .we-are .right .col-md-6 {
		border: none !important;
		padding: 10px !important
	}

	.we-are-main .we-are .left .we-are-box {
		padding: 10px !important
	}

	.soln-heading h2 {
		margin-top: 0 !important
	}

	.home-award-box {
		padding: 0
	}

	.services-top-main .row {
		height: auto;
		margin: 0 -15px
	}

	.about-top-slide .top-slide-con,
	.our-team .top-slide-con .we-are {
		padding: 0
	}

	.our-team .top-slide-con .we-are .home-award-box .we-are-box img {
		height: 350px
	}

	.our-team .home-award-box .col-lg-3:last-child .we-are-box,
	.our-team .home-award-box .col-lg-3:last-child .we-are-box p {
		margin-bottom: 0
	}

	.mobile-icon-social ul li {
		display: inline-flex !important;
		width: 35px !important;
		height: 35px !important;
		align-items: center !important;
		justify-content: center !important;
		border-radius: 50px;
		border: 1px solid #252b33;
		margin: 0 1px !important
	}

	.mobile-icon-social {
		margin: 0;
		padding: 0
	}

	.mobile-icon-social ul {
		text-align: center !important;
		display: inline-block !important;
		width: 100% !important
	}

	.brand-box {
		margin: 0 -15px 30px
	}

	.contact-top-heading .soln-heading h1 {
		margin-bottom: 0 !important
	}

	.will-get {
		margin: 0 15px
	}

	.home-review-main .top-slide-con {
		padding: 0
	}

	.review-img-box img {
		width: 100%;
		height: auto
	}

	.our-for-soln {
		margin: 0
	}

	.home-app-img.mobile-about-img {
		margin: 0 auto 30px !important
	}

	.soln-heading2 h3 {
		font-size: 26px !important
	}

	.app-button-main .text-left {
		flex-wrap: wrap
	}

	.app-button-main .text-left a {
		margin: 0 0 15px
	}

	.button1,
	.button2 {
		padding: 8px 15px !important;
		font-size: 14px;
		font-weight: 600;
		line-height: normal !important;
		display: inline-block
	}

	.we-are-main p {
		margin-bottom: 15px
	}

	.app-one-main .app-one .home-app-img img {
		width: 60%
	}

	body {
		font-size: 16px
	}

	.solution-main h2 {
		font-size: 26px !important;
		line-height: 34px !important;
		font-weight: 600
	}

	#accordion .panel-collapse .panel-body {
		padding: 15px 0
	}

	.solutions-app-all-delivery.all-food-app .all-food-app-box ul li {
		width: 33%
	}

	.app_img_four ul li {
		width: 47.3%
	}

	.admin-features::before {
		right: 0
	}

	.features-main ul li {
		width: 100%
	}

	.brand-logo {
		margin-right: 10px !important
	}

	h3 span.gray-title {
		display: none
	}

	.soln-heading2 h3 {
		margin: 0
	}

	#accordion .panel .panel-title {
		font-size: 18px !important;
		line-height: 26px !important
	}

	.admin-bg1::before,
	.admin-bg2::before,
	.admin-bg3::before,
	.admin-bg4::before,
	.admin-bg5::before,
	.admin-bg::before,
	.admin-features::before {
		content: '';
		right: 0;
		background-position: center bottom;
		background-size: auto 320px;
		width: 100%
	}

	.app-client .media .media-left img {
		height: 70px;
		margin-bottom: 15px
	}

	.we-are-main .we-are .right .col-md-6:last-child .we-are-box {
		margin-bottom: 0 !important
	}

	.food-app-top {
		padding: 80px 0 0
	}

	.food-app-top h1 {
		font-size: 30px !important;
		line-height: 40px !important;
		margin: 0 0 30px;
		text-align: left
	}

	.food-app-top p {
		margin: 0 0;
		text-align: left
	}

	.food-app-top .button2.get-a-demo {
		float: left;
		margin: 30px 0;
		padding: 6px 20px !important
	}

	.our-food-client h4 {
		position: relative;
		font-weight: 600;
		margin: 0
	}

	.our-food-client {
		margin: 0 0 20px
	}

	.we-can-count {
		margin: 0
	}

	.get-expert {
		margin: 30px 0 0
	}

	.one-expert {
		margin: 0 0 30px
	}

	.top-features-title p {
		margin: 0
	}

	.top-features ul li a {
		font-size: 13px;
		padding: 20px 5px
	}

	.one-industries .col-md-4:last-child .one-expert {
		margin-bottom: 0 !important
	}

	.one-industries h2 {
		margin: 0 0 15px
	}

	.c-features-con {
		padding: 0
	}

	.app-cost-main .c-app-con br {
		display: none;
		padding: 0 !important
	}

	.top-features {
		height: 73px
	}

	.top-features ul li {
		list-style: none;
		line-height: 73px
	}

	.app-img-main {
		width: 100%;
		text-align: center
	}

	.c-features-con ul li {
		width: 100%;
		padding: 0
	}

	.get-estimate.viewcas-new .view-case-dark {
		display: inline-block;
		padding: 40px 0
	}

	.food-slide-app {
		display: none
	}

	.food-we-can .we-are-box .counter-box {
		justify-content: flex-start
	}

	.food-we-can .we-are-box .counter-box h2 {
		font-size: 18px !important;
		line-height: 30px !important
	}

	.food-app-why-choose .we-are-box .why-ic {
		text-align: left;
		margin-bottom: 0;
		margin-top: 0
	}

	.food-app-why-choose .we-are-box .why-ic img {
		height: 40px
	}

	.food-app-why-choose .we-are-box .counter-box {
		justify-content: flex-start;
		margin: 0 0
	}

	.food-app-why-choose .we-are-box h6 {
		text-align: left;
		font-size: 14px !important;
		line-height: normal !important
	}

	.food-app-why-choose .we-are-box .counter-box h3 {
		margin: 0;
		font-size: 20px !important;
		line-height: 30px !important
	}

	.food-app-why-choose .row .col-6:last-child .we-are-box {
		padding: 15px 10px
	}

	.food-app-why-choose .we-are-box {
		min-height: 146px;
		padding: 15px 10px
	}

	.build-food-app p,
	.c-app-con p,
	.client-video-head p,
	.food-app-top p,
	.food-we-can p {
		font-size: 16px;
		line-height: 28px;
		text-align: left
	}

	.one-industries p {
		font-size: 14px;
		line-height: 26px;
		text-align: center;
		margin-bottom: 15px
	}

	.food-app-why-choose .we-are-box h6 {
		font-size: 16px !important
	}

	.cost-foodapp-main .c-features-con,
	.customer-app-main .c-features-con {
		padding-right: 0
	}

	.admin-panel-main .c-features-con,
	.driver-app-main .c-features-con {
		padding-left: 0
	}

	.app-cost-main .button2.darkmode-btn {
		margin-top: 20px
	}

	.solutions-app-all-delivery .top-video-box {
		min-height: 514px
	}

	.build-food-app h2,
	.food-we-can h2,
	.one-industries h2,
	.solutions-client-img .client-video-head h2,
	.solutions-faqs .soln-heading h2 {
		text-align: left;
		margin-bottom: 30px
	}

	.one-expert-box h3 {
		font-size: 20px !important;
		line-height: 30px !important;
		margin-bottom: 10px
	}

	.one-expert-con {
		padding: 30px
	}

	.build-food-app {
		padding: 30px 0 40px
	}

	.build-food-app a {
		float: left;
		padding: 6px 20px !important
	}

	.food-we-can .we-are-box h5 {
		font-size: 14px !important;
		text-align: left;
		font-weight: 400;
		line-height: normal !important;
		padding-right: 15%;
		margin: 0
	}

	.top-features-title h2 {
		margin-bottom: 30px
	}

	.top-features-title p {
		font-size: 16px;
		line-height: 28px;
		text-align: center
	}

	.c-features-con ul li h5 {
		margin: 0 0 5px;
		font-size: 18px !important;
		line-height: 28px !important;
		font-weight: 600
	}

	.c-app-con h3 {
		font-size: 20px !important;
		line-height: 30px !important;
		margin: 0 0 20px;
		text-align: left;
		font-weight: 700
	}

	.top-features-main .app-img-main {
		margin-bottom: 50px
	}

	.c-features-con ul li p {
		line-height: 26px;
		font-size: 14px
	}

	.c-features-con ul li span {
		font-size: 16px;
		line-height: 30px;
		font-weight: 600;
		margin-right: 15px
	}

	.admin-mobi-img {
		margin-bottom: 50px
	}

	.cost-foodapp-main.app-cost-main .c-app-con p {
		margin: 0
	}

	.cost-foodapp-main.app-cost-main .app-img-main {
		margin-bottom: 50px
	}

	.cost-foodapp-main.app-cost-main .button2.darkmode-btn {
		float: left;
		margin-top: 8px
	}

	.solutions-client-img {
		padding: 60px 0 0
	}

	.client-video-head p {
		margin: 0 0 50px
	}
}

* {
	outline: 0 !important
}

a {
	color: #252b33;
	outline: 0
}

a p {
	color: #252b33
}

a:hover {
	color: #d6b059
}

.btn,
.btn:focus,
a:focus {
	outline: 0
}

body {
	background: #fff;
	transition: background-color .6s ease-in-out;
	margin: 0;
	font-family: Poppins, sans-serif !important;
	font-size: 18px !important;
	line-height: 32px !important;
	color: #252b33;
	font-weight: 400
}

body {
	-moz-osx-font-smoothing: grayscale
}

img {
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto
}

.row {
	flex-wrap: wrap
}

.container {
	max-width: 1250px
}

.h1 {
	font-size: 85px !important;
	line-height: 90px !important;
	color: #252b33 !important;
	letter-spacing: -1px;
	font-weight: 800
}

.h2 {
	font-size: 44px !important;
	line-height: 50px !important;
	color: #252b33;
	letter-spacing: -1px;
	font-weight: 700
}

.h3 {
	font-size: 34px !important;
	line-height: 40px !important;
	color: #252b33 !important;
	letter-spacing: -1px;
	font-weight: 600
}

.model-h3-title {
    font-size: 22px !important;
	font-family: open sans, sans-serif;
	font-weight: 400 !important;
    margin-bottom: 25px !important;
}

.model-h4-title{
    font-size: 20px !important;
    font-family: open sans, sans-serif;
    font-weight: 400 !important;
}

.h4 {
	font-size: 22px !important;
	line-height: 28px !important;
	color: #252b33 !important;
	letter-spacing: 0;
	font-weight: 400;
	margin-bottom: 4px
}

.c-features-con ul li h4 {
    margin: 0 0 10px;
}

.h5 {
	font-size: 22px !important;
	line-height: 28px !important;
	color: #252b33 !important;
	letter-spacing: -1px;
	font-weight: 500
}

.h6 {
	font-size: 18px !important;
	line-height: 28px !important;
	color: #252b33 !important;
	letter-spacing: -1px;
	font-weight: 400
}

@keyframes pulso {
	0% {
		-moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, .8);
		box-shadow: 0 0 0 0 rgba(0, 0, 0, .8)
	}

	70% {
		-moz-box-shadow: 0 0 0 15px transparent;
		box-shadow: 0 0 0 15px transparent
	}

	100% {
		-moz-box-shadow: 0 0 0 0 transparent;
		box-shadow: 0 0 0 0 transparent
	}
}

@keyframes pulso12 {
	0% {
		-moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, .8);
		box-shadow: 0 0 0 0 rgba(255, 255, 255, .8)
	}

	70% {
		-moz-box-shadow: 0 0 0 15px rgba(255, 255, 255, 0);
		box-shadow: 0 0 0 15px rgba(255, 255, 255, 0)
	}

	100% {
		-moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
		box-shadow: 0 0 0 0 rgba(255, 255, 255, 0)
	}
}

.get-a-demo {
	position: relative
}

.get-a-demo::before {
	box-shadow: 0 0 0 rgba(0, 0, 0, .2);
	animation: pulso 2s infinite;
	transition: .5s;
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	border-radius: 30px;
	top: 0;
	bottom: 0;
	margin: auto
}

.button1 {
	background-color: #d6b059;
	height: auto !important;
	color: #252b33 !important;
	border-radius: 30px !important;
	text-decoration: none !important;
	padding: 10px 30px !important;
	font-weight: 500;
	font-size: 16px;
	border: 2px solid transparent !important;
	margin-top: 15px;
	line-height: normal !important
}

.button1:hover {
	color: #fff !important;
	background: 0 0;
	border-color: #fff !important;
	text-decoration: none !important;
	transition: all ease-in .2s
}

.button2 {
	background-color: #d6b059;
	height: auto !important;
	border-radius: 30px !important;
	color: #252b33 !important;
	font-weight: 500;
	font-size: 16px;
	padding: 10px 30px !important;
	text-decoration: none;
	border: 2px solid transparent !important;
	margin-top: 15px;
	display: inline-block;
	line-height: normal !important
}

.button2:focus,
.button2:hover {
	text-decoration: none;
	background: 0 0;
	border-color: #252b33 !important;
	color: #252b33;
	transition: all ease-in .2s
}

.we-are-main {
	display: inline-block;
	width: 100%;
	vertical-align: top;
	padding: 96px 0;
	text-align: center
}

.we-are-main .top-slide-con {
	width: 100%;
	display: flex;
	align-items: center
}

.soln-heading {
	position: relative
}

.soln-heading h2 {
	font-size: 44px !important;
	line-height: 50px !important
}

.soln-heading h1,
.soln-heading h2 {
	margin: 0 0 50px !important
}

.we-are-main p {
	text-align: left;
	font-size: 18px;
	margin: 0 0 30px
}

.we-are-main .we-are .left h2 {
	font-size: 100px !important;
	line-height: 80px !important;
	text-align: center;
	margin: 0 0 15px
}

.counter-box {
	display: flex;
	width: 100%;
	text-align: center;
	align-items: center;
	justify-content: center
}

.we-are-main .we-are .left h5 {
	font-size: 21px !important;
	text-align: center
}

.we-are-main .we-are .right h2 {
	font-size: 100px !important;
	line-height: 80px !important;
	text-align: center;
	margin: 0 0 15px
}

.brand-box {
	background: #fff;
	padding: 20px;
	border-radius: 10px;
	box-shadow: 0 2px 32px rgba(0, 0, 0, .06)
}

.brand-box ul {
	margin: 0;
	padding: 0
}

.brand-box ul li {
	margin: 0 0 5px;
	padding: 0;
	list-style: none
}

.brand-box ul li a {
	margin: 0;
	padding: 0;
	text-decoration: none
}

.brand-box h3 {
	font-weight: 700
}

.services-top-main {
	padding: 0
}

.services-top-main .row {
	align-items: center;
	height: 100vh;
	margin: 0
}

.services-top-main h2 {
	margin-bottom: 30px
}

.app-features {
	display: inline-block;
	width: 100%;
	vertical-align: top
}

.sprocess-main .process-box {
	padding: 20px;
	margin: 30px 0 0;
	text-align: left
}


.sprocess-main .process-box h5 {
	margin: 0 0 16px
}

.sprocess-main .process-box p {
	line-height: 26px;
	margin: 0
}

#accordion.faq {
	border-radius: 0;
	padding: 0;
	margin: 0
}

#accordion .panel {
	margin: 0 0 30px;
	border-radius: 10px;
	border: 0;
	box-shadow: none;
	padding: 0;
	box-shadow: 0 0 15px 0 rgba(0, 0, 0, .13)
}

#accordion .panel-heading {
	border: 0;
	border-radius: 0;
	position: relative;
	padding: 5px 0
}

#accordion .panel .panel-title {
	text-decoration: none;
	margin-bottom: 0
}

#accordion .panel-title>a {
	text-decoration: none !important;
	outline: 0
}

#accordion .panel-title>a:hover {
	color: #252b33 !important
}

#accordion .panel-title>a::before {
	content: "";
	width: 20px;
	height: 20px;
	position: absolute;
	right: 15px;
	background: url(../../sce5mj0ne36/Solution/Acord-up_OQZk5G162co_updatedAt-1634798592049.svg);
	background-position: right top;
	background-size: 100%;
	background-repeat: no-repeat;
	top: 20px
}

#accordion .panel-title>a.collapsed::before {
	content: "";
	width: 20px;
	height: 20px;
	position: absolute;
	right: 15px;
	background: url(../../sce5mj0ne36/Solution/Acord-down_plxcy6SU3_updatedAt-1634798592002.svg);
	background-position: right top;
	background-size: 100%;
	background-repeat: no-repeat;
	top: 20px
}

#accordion .panel-collapse .panel-body {
	border: 0;
	padding: 20px 80px 20px 30px;
	border-radius: 0
}

.faq-main {
	width: 100%
}

#accordion .panel:last-child {
	border: 0
}

.services-main .row {
	min-height: 400px;
	align-items: center;
	justify-content: center;
	text-align: center
}

.service_faqs .row {
	margin: 0
}

.app-features,
.service_faqs,
.sprocess-main {
	padding: 95px 0
}

@media only screen and (max-width:1024px) {

	.app-features,
	.service_faqs,
	.sprocess-main {
		padding: 30px 0
	}

	.services-top-main h2 {
		font-size: 28px !important;
		line-height: 36px !important;
		font-weight: 600
	}

	.services-top-main {
		padding: 100px 0 45px
	}

	#accordion .panel .panel-title {
		font-size: 18px !important;
		line-height: 20px !important
	}

	#accordion .panel-title>a.collapsed::before,
	#accordion .panel-title>a::before {
		width: 15px
	}

	#accordion .panel-heading {
		padding: 10px 0
	}

	#accordion .panel-title>a {
		padding-right: 30px
	}

	.service_faqs .row,
	.services-top-main .row {
		margin: 0 -15px !important
	}

	.get-started h5 {
		font-size: 18px !important
	}
}

@media only screen and (max-width:991px) {
	.services-top-main .mobile-about-img {
		display: none !important
	}

	.services-top-main .desktop-about-img {
		display: block
	}

	.services-top-main .row {
		margin: 0 -15px
	}
}

@media only screen and (max-width:767px) {
	.services-top-main .mobile-about-img {
		display: inline-block !important;
		margin: 0 0 30px !important;
		text-align: center
	}

	.services-top-main .mobile-about-img img {
		width: 80%
	}

	.services-top-main .desktop-about-img {
		display: none
	}
}

.solutions-services h5 {
	margin: 10px 0 20px;
	font-size: 20px !important
}

.solutions-services p {
	font-size: 16px !important;
	margin-bottom: 0
}

.solution-main .row {
	min-height: 500px;
	align-items: center
}

.solution-main h2 {
	margin-bottom: 30px;
	text-transform: capitalize
}

.solution-features,
.solution-features h2 {
	color: #fff !important
}

.img-icn-bg {
	display: flex;
	border-radius: 27px;
	width: 80px;
	height: 80px;
	align-items: center;
	justify-content: center;
	margin: 0 auto
}

.img-icn-bg1 {
	display: flex;
	border-radius: 27px;
	width: 80px;
	height: 80px;
	align-items: center;
	justify-content: center;
	margin: 0 auto
}

.img-icn-bg2 {
	display: flex;
	border-radius: 27px;
	width: 80px;
	height: 80px;
	align-items: center;
	justify-content: center;
	margin: 0 auto
}

.admin-bg {
	position: relative
}

.admin-bg::before {
	background: url(https://altezatel.com/public/image/admin-penal-desh-0.png);
	background-repeat: no-repeat;
	background-size: auto 440px;
	background-position: left bottom;
	content: '';
	width: 45%;
	height: 100%;
	right: 0;
	position: absolute;
	z-index: 0;
	top: 0;
	bottom: auto
}

.process-step-new h5 {
	margin: 20px 0
}

.all-food-app .all-food-app-box ul {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin: 0;
	padding: 0;
	width: 100%
}

.all-food-app .all-food-app-box ul li {
	margin: 0;
	width: 12%;
	list-style: none;
	text-align: center;
	padding: 15px
}

.all-food-app a {
	text-decoration: none
}

.all-food-app .all-food-app-box ul li .app-ic {
	display: inline-block;
	width: 100%;
	vertical-align: top;
	margin: 0 0 15px
}

.all-food-app .all-food-app-box ul li .app-ic img {
	height: 80px
}

.how-cost-main {
	background: #f1f3f5
}

.how-cost-main .row {
	align-items: center
}

.admin-bg1 {
	position: relative
}

.admin-bg1::before {
	content: '';
	background: url(https://altezatel.com/public/image/admin-penal-desh-1.png);
	background-position: left bottom;
	background-repeat: no-repeat;
	background-size: auto 460px;
	width: 45%;
	height: 100%;
	right: 0;
	position: absolute;
	z-index: 0;
	top: 0;
	bottom: auto
}

.admin-bg2 {
	position: relative
}

.admin-bg2::before {
	content: '';
	background: url(https://altezatel.com/public/image/admin-penal-desh-2.png);
	background-position: left bottom;
	background-repeat: no-repeat;
	background-size: auto 460px;
	width: 45%;
	height: 100%;
	right: 0;
	position: absolute;
	z-index: 0;
	top: 0;
	bottom: auto
}

.admin-bg3 {
	position: relative
}

.admin-bg3::before {
	content: '';
	background: url(https://altezatel.com/public/image/admin-penal-desh-3.png);
	background-position: left bottom;
	background-repeat: no-repeat;
	background-size: auto 460px;
	width: 45%;
	height: 100%;
	right: 0;
	position: absolute;
	z-index: 0;
	top: 0;
	bottom: auto
}

.admin-bg4 {
	position: relative
}

.admin-bg4::before {
	content: '';
	background: url(https://altezatel.com/public/image/admin-penal-desh-4.png);
	background-position: left bottom;
	background-repeat: no-repeat;
	background-size: auto 460px;
	width: 45%;
	height: 100%;
	right: 0;
	position: absolute;
	z-index: 0;
	top: 0;
	bottom: auto
}

.admin-bg5 {
	position: relative
}

.admin-bg5::before {
	content: '';
	background: url(https://altezatel.com/public/image/admin-penal-desh-5.png);
	background-position: left bottom;
	background-repeat: no-repeat;
	background-size: auto 460px;
	width: 45%;
	height: 100%;
	right: 0;
	position: absolute;
	z-index: 0;
	top: 0;
	bottom: auto
}

.app-button-main .text-left {
	display: flex;
	align-items: center
}

.app-button-main .text-left a {
	margin: 0 10px
}

.all-food-app .all-food-app-box ul {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin: 0;
	padding: 0;
	width: 100%
}

.all-food-app .all-food-app-box ul li {
	margin: 0;
	width: 10%;
	list-style: none;
	text-align: center;
	padding: 15px
}

.all-food-app a {
	text-decoration: none
}

.all-food-app .all-food-app-box ul li .app-ic {
	display: inline-block;
	width: 100%;
	vertical-align: top;
	margin: 0
}

.all-food-app .all-food-app-box ul li .app-ic img {
	height: 80px
}

.all-food-app-box {
	width: 100%;
	display: inline-block;
	vertical-align: top
}

.mobile-app-top ul {
	margin: 30px 0 0;
	padding: 0
}

.mobile-app-top ul li {
	margin: 0 0 30px;
	padding: 0 0 30px;
	border-bottom: 1px solid #ddd;
	list-style: none
}

.mobile-app-top ul li i {
	color: #000
}

.all-food-app,
.food-soln-bestof,
.how-cost-main,
.solution-features,
.solutions-services,
.we-can-main {
	padding: 95px 0
}

.solution-main {
	padding-top: 30px
}

.solution-main .row {
	align-items: center;
	height: 100vh;
	margin: 0
}

.solution-main .button2 {
	margin-top: 0
}

@-moz-keyframes spin360 {
	0% {
		transform: rotate(0)
	}

	100% {
		transform: rotate(360deg)
	}
}

@-webkit-keyframes spin360 {
	0% {
		transform: rotate(0)
	}

	100% {
		transform: rotate(360deg)
	}
}

@-o-keyframes spin360 {
	0% {
		transform: rotate(0)
	}

	100% {
		transform: rotate(360deg)
	}
}

@keyframes spin360 {
	0% {
		transform: rotate(0)
	}

	100% {
		transform: rotate(360deg)
	}
}

@-moz-keyframes move-up {
	0% {
		transform: translateX(-50%) translateY(-50%)
	}

	100% {
		transform: translateX(-50%) translateY(-200%)
	}
}

@-webkit-keyframes move-up {
	0% {
		transform: translateX(-50%) translateY(-50%)
	}

	100% {
		transform: translateX(-50%) translateY(-200%)
	}
}

@-o-keyframes move-up {
	0% {
		transform: translateX(-50%) translateY(-50%)
	}

	100% {
		transform: translateX(-50%) translateY(-200%)
	}
}

@keyframes move-up {
	0% {
		transform: translateX(-50%) translateY(-50%)
	}

	100% {
		transform: translateX(-50%) translateY(-200%)
	}
}

.solution-main .food-new-img img {
	margin: 0 5%;
	display: inline-block;
	max-height: 90%
}

.all-food-app .row,
.app-one-main .row,
.how-cost-main .row,
.new-review-main .row,
.solution-features .row,
.we-can-main .row {
	margin: 0
}

.solutions-app-all-delivery .top-video-box {
	margin: 15px 0;
	box-shadow: 0 2px 32px rgba(0, 0, 0, .1);
	border-radius: 4px;
	overflow: hidden;
	padding: 0 0 30px
}

.solutions-app-all-delivery .top-video-box .video-box-img {
	position: relative
}

.solutions-app-all-delivery .top-video-box .video-box-img img {
	width: 100%
}

.solutions-app-all-delivery .top-video-box .video-box-img a {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	display: flex;
	align-items: center;
	justify-content: center
}

.solutions-app-all-delivery .top-video-box .video-box-img a img {
	width: auto;
	height: auto
}

.solutions-app-all-delivery .top-video-box h5 {
	margin: 30px 0 15px;
	padding: 0 15px
}

.solutions-app-all-delivery .top-video-box h6 {
	padding: 0 0 15px;
	margin: 0 0 15px;
	position: relative
}

.solutions-app-all-delivery .top-video-box h6::after {
	width: 150px;
	content: '';
	height: 2px;
	background: #d6b059;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto
}

.solutions-app-all-delivery .top-video-box p {
	margin: 0;
	padding: 0 15px
}

.review-img-box img {
	width: 100%
}

@media only screen and (max-width:1440px) {
	.solution-main h2 {
		margin-bottom: 30px
	}
}

@media only screen and (max-width:1024px) {

	.all-food-app,
	.how-cost-main,
	.solution-features,
	.solution-main,
	.solutions-services,
	.we-can-main {
		padding: 30px 0
	}

	.solution-main,
	.solutions-services {
		padding: 80px 0 30px
	}

	.solution-main h2 {
		font-size: 28px !important;
		line-height: 36px !important;
		font-weight: 600
	}

	.mobi-img img {
		width: 70%
	}

	.we-can-main .top-slide-con {
		padding: 0 15px
	}

	.app-one-main .row {
		align-items: center
	}

	.all-food-app .all-food-app-box ul li {
		width: 25%
	}

	.how-cost-main .button2 {
		margin-bottom: 15px
	}

	.we-can-main .we-are h1 {
		font-size: 44px !important;
		line-height: normal !important
	}

	.solution-features h2 {
		font-size: 24px !important;
		line-height: normal !important
	}

	.all-food-app .row,
	.app-one-main .row,
	.how-cost-main .row,
	.solution-features .row,
	.solution-main .row,
	.we-can-main .row {
		margin: 0 -15px
	}

	.home-other-con .soln-heading h1,
	.home-other-con .soln-heading h2,
	.home-other-con h3 {
		margin-bottom: 15px !important
	}

	.home-other-con h3 {
		font-size: 34px !important;
		line-height: 40px !important
	}

	.soln-heading h1,
	.soln-heading h2 {
		margin: 15px 0 20px !important
	}

	#accordion.faq {
		margin-top: 0 !important
	}

	.mobile-app-top ul li:last-child {
		margin-bottom: 0
	}

	#accordion .panel-title>a.collapsed::before,
	#accordion .panel-title>a::before {
		top: 25px !important
	}
}

@media only screen and (max-width:991px) {

	.admin-bg1::before,
	.admin-bg2::before,
	.admin-bg3::before,
	.admin-bg4::before,
	.admin-bg5::before,
	.admin-bg::before {
		width: 100%;
		left: 0;
		background-position: center bottom;
		background-size: auto 350px
	}

	.brand-logo {
		min-width: 60px !important;
		margin-right: 20px !important
	}

	.home-app-img {
		text-align: center !important
	}

	.home-app-img img {
		width: 400px
	}

	.solution-main .mobile-about-img {
		display: none !important
	}

	.solution-main .desktop-about-img {
		display: block
	}

	.solution-features .mobile-about-img {
		margin: 20px 0
	}

	.sprocess-main .process-box.row {
		padding: 0;
		margin: 0 -15px
	}

	.home-other-con h3 {
		font-size: 26px !important;
		line-height: 34px !important
	}

	.nav__btn {
		right: 15px !important
	}

	.mobile-app-top ul li:last-child {
		margin-bottom: 0
	}

	.home-other-con .soln-heading h1,
	.home-other-con .soln-heading h2,
	.home-other-con h3 {
		margin-bottom: 15px !important
	}

	.mobile-app-top .col-lg-6:last-child p {
		margin-bottom: 0 !important
	}

	.top-slide-con .we-are .col-sm-12:last-child .we-are-box {
		margin-bottom: 0 !important
	}

	#accordion.faq {
		margin-top: 15px !important
	}

	.mobile-app-top ul li:last-child {
		margin-bottom: 0
	}

	#accordion .panel-title>a.collapsed::before,
	#accordion .panel-title>a::before {
		top: 25px !important
	}

	.mobi-img .we-are .right .col-md-6 {
		border: none !important
	}
}

@media only screen and (max-width:767px) {
	.home-other-con {
		margin: 0 !important
	}

	.home-other-con .soln-heading h1,
	.home-other-con .soln-heading h2,
	.home-other-con h3 {
		margin-bottom: 10px !important
	}

	.mobile-app-top .col-md-12:first-child p:last-child {
		margin-bottom: 30px !important
	}

	.top-slide-con .we-are .col-sm-12:last-child .we-are-box {
		margin-bottom: 30px !important
	}

	.mobile-app-top ul li {
		margin: 0 0 15px;
		padding: 0 0 15px
	}

	.mobi-img img {
		width: 100%
	}

	.all-food-app .all-food-app-box ul li {
		width: 50%
	}

	.app-client .media {
		flex-wrap: wrap
	}

	.home-app-img {
		text-align: center
	}

	.all-food-app .all-food-app-box ul li {
		width: 33%
	}

	.sprocess-main .process-box {
		padding: 0;
		text-align: left
	}

	.admin-bg1::before {
		background-size: 100% auto;
		background-position: center 99%
	}

	.solution-features.admin-bg1 {
		padding-bottom: 300px
	}

	.admin-bg::before {
		background-size: 100% auto;
		background-position: center 99%
	}

	.solution-features.admin-bg {
		padding-bottom: 300px
	}

	.solution-main .food-new-img img {
		margin: 0
	}

	.solution-main .mobile-about-img {
		display: block !important
	}

	.solution-main .desktop-about-img {
		display: none
	}

	.home-app-img img {
		width: auto
	}
}

.get-started {
	background: #252b33;
	display: inline-block;
	width: 100%;
	vertical-align: top;
	margin: 0;
	padding: 95px 0
}

.get-started h2,
.get-started h5,
.get-started h6 {
	color: #fff !important
}

.get-started h2 {
	margin: 0 0 15px
}

.get-started .counter-box h2 {
	font-size: 80px !important;
	line-height: 90px !important;
	margin: 0 0 5px
}

.get-started h5 {
	text-align: center
}

.get-started h6 {
	margin: 0 0 15px
}

.get-started .button1 {
	position: relative;
	padding-left: 40px !important
}

.get-started .button1::before {
	box-shadow: 0 0 0 rgba(0, 0, 0, .4);
	animation: pulso 2s infinite;
	transition: .5s;
	content: "";
	width: 15px;
	height: 15px;
	border: 3px solid #000;
	position: absolute;
	left: 15px;
	border-radius: 50%;
	top: 0;
	bottom: 0;
	margin: auto
}

.get-started .button1:hover::before {
	box-shadow: 0 0 0 rgba(255, 255, 255, .4);
	animation: pulsoo 2s infinite;
	transition: .5s;
	content: "";
	width: 15px;
	height: 15px;
	border: 3px solid #fff;
	position: absolute;
	left: 15px;
	border-radius: 50%;
	top: 0;
	bottom: 0;
	margin: auto
}

@keyframes pulsoo {
	0% {
		-moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, .8);
		box-shadow: 0 0 0 0 rgba(255, 255, 255, .8)
	}

	70% {
		-moz-box-shadow: 0 0 0 15px rgba(255, 255, 255, 0);
		box-shadow: 0 0 0 15px rgba(255, 255, 255, 0)
	}

	100% {
		-moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
		box-shadow: 0 0 0 0 rgba(255, 255, 255, 0)
	}
}

.get-started .row {
	align-items: center
}

@keyframes pulso {
	0% {
		-moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, .8);
		box-shadow: 0 0 0 0 rgba(0, 0, 0, .8)
	}

	70% {
		-moz-box-shadow: 0 0 0 15px transparent;
		box-shadow: 0 0 0 15px transparent
	}

	100% {
		-moz-box-shadow: 0 0 0 0 transparent;
		box-shadow: 0 0 0 0 transparent
	}
}

.sprocess-main .row {
	margin: 0
}

@media only screen and (max-width:1024px) {
	.sprocess-main .row {
		margin: 0 -15px
	}
}

@media only screen and (max-width:991px) {
	.get-started {
		padding: 30px 0
	}

	.get-started h2 {
		font-size: 24px !important
	}

	.get-started .counter-box h2 {
		font-size: 50px !important;
		line-height: 50px !important;
		margin: 0 0 5px
	}

	.process-icon .img-icn-bg1 {
		margin: 0
	}

	.home-other-con {
		margin: 50px 0 0
	}

	#accordion .panel-title>a {
		display: inline-block
	}

	.process-box.row {
		margin: 0
	}

	.app-one-main .desktop-about-img {
		display: block
	}

	.app-one-main .mobile-about-img {
		display: none !important
	}
}

@media only screen and (max-width:767px) {
	.home-app-img {
		text-align: center !important
	}

	.get-started .right .col-md-6 {
		border: none !important
	}

	#accordion .panel-title>a.collapsed::before,
	#accordion .panel-title>a::before {
		top: 0 !important;
		bottom: 0;
		background-position: right center;
		height: 100%
	}

	.app-one-main .desktop-about-img {
		display: none
	}

	.app-one-main .mobile-about-img {
		display: block !important
	}
}

.apps-delivery-apps {
	display: flex;
	align-items: flex-start;
	flex-wrap: nowrap;
	justify-content: space-between;
	width: 100%;
	height: 100%
}

/*! * =========================== case-study multi screen app slider ========================= */
.case_wrapper {
	position: relative;
	overflow: hidden;
	width: 100%;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto
}

.soln-heading2 h3 {
	font-size: 90px !important;
	line-height: 50px !important;
	opacity: .1;
	color: #252b33 !important;
	margin: 0 0 -34px;
	font-weight: 700
}

.soln-heading2 h2 {
	padding-left: 0;
	margin-top: 0;
	margin-bottom: 80px;
	font-weight: 700
}

.app_img_four ul li:nth-child(4n+1) {
	margin-left: 0
}

.app_design .row {
	padding-top: 190px
}

.app_design .row:first-child {
	padding-top: 0
}

.app_img_four ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: inline-block;
	width: 85%
}

.app_img_four ul li {
	width: 264px;
	height: 570px;
	float: left;
	background: #ffe4db;
	margin-right: 10px;
	transition: all ease-in .3s
}

.app_img_four ul li:nth-child(4n+1) {
	margin-left: 0
}

.app_img_four ul li:nth-child(2n) {
	margin-top: 20px
}

.app_img_four ul li:nth-child(4n+4) {
	margin-right: 0
}

.stack-bg {
	vertical-align: top;
	display: inline-block;
	width: 100%
}

.ui-ux-main {
	width: 100%;
	display: inline-block;
	vertical-align: top
}

.app-font {
	margin: 0;
	padding: 0
}

.app-font li {
	font-weight: 400;
	font-size: 22px;
	margin: 0 15px 10px 0;
	display: block;
	color: #252b33
}

.mobile {
	display: block
}

.app-section1 .app-con p {
	margin: 0 0 0 17px
}

.app-section1 .app-con {
	margin: 55% 0 0 17%
}

.app-section2 .app-con {
	margin: 65% 0 0 5%
}

.app-section3 .app-con {
	margin: 55% 0 0 5%
}

.app-section4 .app-con {
	margin: 75% 0 0
}

.app-section5 .app-con {
	margin: 60% 0 0 12%
}

.app-section1 .app-con h1,
.app-section2 .app-con h1,
.app-section3 .app-con h1,
.app-section4 .app-con h1,
.app-section5 .app-con h1 {
	border-left: 5px solid #d0021b;
	padding: 0 0 0 10px
}

.app-section3,
.app-section4 {
	margin: 0
}

.app-section4 {
	margin: -30% 0 0
}

.stack-section h4 {
	padding: 0 0 15px;
	font-weight: 400;
	font-size: 22px;
	letter-spacing: 5px;
	text-align: center
}

.stack-section {
	text-align: center
}

.feedback-con h5 {
	font-weight: 600;
	font-size: 18px !important;
	color: #fff !important;
	margin: 15px 0 25px
}

.feedback-con p {
	font-weight: 400;
	font-size: 18px;
	color: #fff;
	font-style: italic
}

.feedback-con .counter-box {
	flex-wrap: wrap
}

.feedback-con span {
	font-size: 80px;
	color: #fff;
	margin: 0;
	display: block;
	line-height: 110px;
	font-weight: 700
}

.app-button-main {
	display: inline-block;
	width: 100%;
	margin: 0 0 95px;
	text-align: center
}

.app-button-main a {
	margin: 0 5%
}

.case-about-client,
.stack-bg {
	padding: 95px 0
}

.food-case-about {
	background-repeat: no-repeat !important;
	background-position: right 109% !important
}

.admin-img1 {
	width: 70%;
	padding: 0 15px
}

.admin-img2 {
	width: 30%;
	padding: 0 15px
}

.food-soln-bestof img {
	width: 100%
}

/*! * =========================== responsive ========================= */
@media only screen and (max-width:1440px) {
	.food-case-about {
		background-repeat: no-repeat !important;
		background-position: right 110% !important;
		background-size: 210px
	}
}

@media only screen and (max-width:1024px) {
	.soln-heading2 h3 {
		font-size: 60px !important;
		line-height: 50px !important
	}
}

@media only screen and (max-width:991px) {
	.food-case-about {
		background-image: none !important
	}

	.food-case-about {
		margin-top: 20px
	}

	.food-case-about {
		background-repeat: no-repeat !important;
		background-position: right 100% !important;
		background-size: 160px
	}

	.case-about-client,
	.stack-bg {
		padding: 30px 0
	}

	.app_design .row {
		padding-top: 30px
	}

	.soln-heading2 h3 {
		font-size: 45px !important;
		line-height: 45px !important
	}
}

@media only screen and (max-width:767px) {
	.food-case-about {
		margin-top: 0
	}

	.soln-heading2.soln-heading h2 {
		margin-bottom: 20px !important
	}

	.soln-heading2 h3 {
		font-size: 30px !important
	}
}

.app-one-main {
	display: flex;
	align-items: center;
	justify-content: center;
	height: auto;
	width: 100%;
	padding: 95px 0
}

.app-one {
	width: 100%;
	max-width: 100%;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	align-items: center
}

.app-one-main .button1 {
	margin-bottom: 30px;
	display: inline-block;
	margin-top: 20px
}

.app-one-main .app-ic {
	display: none
}

.app-one-main ul {
	margin: 0 0 36px;
	padding: 0
}

.app-one-main ul li {
	list-style: none;
	display: inline-block;
	vertical-align: top;
	text-align: left;
	margin: 0 20px 0 0
}

.app-one-main ul li h6 {
	margin: 0
}

.app-client {
	width: 100%;
	margin: 30px 0 0;
	max-width: 100%
}

.app-client .media .media-left img {
	height: 100px;
	border-radius: 50%;
	margin-right: 10px;
	max-width: max-content;
	max-height: max-content
}

.app-client .media-body {
	text-align: left
}

.app-one-main .app-client h5,
.app-one-main .app-client p,
.app-one-main h4,
.app-one-main h6 {
	color: #fff !important
}

.home-app-img {
	text-align: right
}

.app-one-main .app-one .home-app-img img {
	width: auto;
	height: auto;
	max-height: 600px;
	max-width: 100%
}

.app-one-main h2 {
	color: #fff !important;
	font-size: 44px !important;
	line-height: 50px !important;
	margin: 0 0 20px
}

.app-one-main .app-client .media-body h5 {
	font-weight: 600;
	font-size: 20px !important;
	line-height: 28px !important
}

.viewcas-new {
	margin: 95px 0
}

.view-case-dark {
	background: #252b33;
	padding: 41px 40px;
	border-radius: 10px;
	display: flex;
	justify-content: space-between;
	align-items: center
}

.view-case-dark .gray-title,
.view-case-dark .soln-heading h2 {
	color: #f1f3f5 !important
}

.gray-title,
.view-case-dark .soln-heading h2 {
	margin-bottom: 0 !important
}

.home-review-main {
	padding: 95px 0
}

.home-review-main .we-are {
	width: 100%;
	margin: 0
}

.home-customers .we-are {
	width: 100%;
	margin: 0
}

.home-customers {
	background: #f1f3f5;
	padding: 95px 0 70px
}

.mobile-view {
	display: none
}

.brand-logo {
	display: inline-flex;
	align-items: center;
	min-width: 80px;
	justify-content: center;
	height: 80px;
	margin-right: 30px
}

.brand-logo img {
	margin-right: 0
}

.will-get {
	margin: 30px 0 0
}

.will-get h4 {
	margin: 0 0 20px
}

.will-get ul {
	margin: 0;
	padding: 0 0 0 20px;
	display: flex;
	flex-wrap: wrap
}

.will-get ul li {
	font-size: 18px;
	margin: 0 0 15px;
	text-align: left;
	width: 50%;
	color: #fff
}

.footer {
	display: inline-block;
	width: 100%;
	vertical-align: top;
	background: #f1f3f5;
	padding: 150px 0 40px
}

.home-social {
	text-align: center
}

.footer h4 {
	margin: 10px 0 20px;
	text-align: left;
	font-size: 24px !important
}

.footer ul {
	margin: 0;
	padding: 0
}

.footer ul li {
	list-style: none;
	display: inline-block;
	vertical-align: top;
	width: 100%;
	margin: 0 0 10px
}

.footer ul li a {
	display: inline-block;
	text-decoration: none;
	position: relative;
	font-size: 16px
}

.footer ul li:last-child a {
	text-decoration: none
}

.footer ul ul li a {
	display: inline-block;
	text-decoration: none
}

.footer ul li a:hover {
	color: #252b33
}

.footer .row {
	display: flex;
	align-items: flex-start;
	width: 100%;
	padding-left: 15px
}

.footer .home-social ul {
	margin: 15px 0 15px;
	padding: 0;
	display: inline-block;
	width: 100%;
	vertical-align: top;
	text-align: center
}

.footer .home-social ul li {
	list-style: none;
	display: inline-block;
	vertical-align: top;
	margin: 0 15px;
	width: auto
}

.footer .home-social ul li a {
	display: flex;
	font-size: 18px;
	justify-content: center;
	align-items: center;
	border-radius: 4px;
	text-decoration: none
}

.footer .col-md-4 h4 {
	margin: 0;
	padding: 0 0 0 10px
}

.top-slide-con,
.we-are {
	width: 100%
}

.top-slide-con .we-are {
	padding: 0 15px
}

.inner {
	position: relative;
	width: 1130px;
	margin: 0 auto
}

.about-top-slide {
	padding: 200px 0 95px
}

.count h2 {
	font-size: 60px !important;
	margin: 0 0 20px;
	text-align: left
}

.about-award,
.our-team,
.testimonials-box-main {
	padding: 95px 0
}

.our-team .home-award-box {
	flex-wrap: wrap;
	width: 100%;
	padding: 0 15px
}
.we-are-box{
    padding: 20px 20px 20px 20px;
}
.our-team .home-award-box .we-are-box {
	padding: 0;
	margin: 30px 0;
	text-align: left
}

.team-box {
	text-align: center;
	display: inline-block;
	width: 100%;
	padding: 0;
	border-radius: 4px;
	background: #d6b059 !important
}

.our-team .top-slide-con .we-are .home-award-box .we-are-box img {
	width: 100%;
	height: 245px;
	object-fit: contain;
	border-radius: 4px
}

.home-award-box h6 {
	margin: 20px 0 5px;
	font-weight: 600;
	font-size: 20px !important;
	line-height: 24px !important
}

.testimonials-main {
	padding: 200px 0 95px
}

.testimonials-heading {
	display: inline-block;
	width: 100%;
	vertical-align: top
}

.store-img-box::after {
	content: '';
	position: absolute;
	z-index: -1;
	left: 20px;
	right: -20px;
	top: -20px;
	bottom: 20px;
	background: #d6b059;
	border-radius: 4px
}

.faq-ic span {
	display: flex;
	border-radius: 27px;
	width: 75px;
	height: 75px;
	align-items: center;
	justify-content: center
}

.contact-top-heading {
	margin-bottom: 90px;
	width: 100%
}

.connect-with-content {
	display: inline-block;
	width: 100%;
	margin: 20px 0 0
}

.connect-with-content a {
	margin-right: 30px
}

.connect-with {
	margin: 0 0 95px;
	display: inline-block;
	width: 100%
}

.contact-connect .brand-box {
	min-height: 240px
}

.testimonials-box-main .soln-heading h2 {
	margin-bottom: 95px !important
}

.about-top-slide .top-slide-con {
	padding: 0 15px
}

.app-features .row,
.solutions-services .row {
	margin: 0
}

.mobile-about-img {
	display: none !important
}

.mobile-icon-social {
	display: none
}

#accordion .panel {
	box-shadow: none
}

.solutions-app-all-delivery.all-food-app .all-food-app-box ul li {
	width: 16%
}

.features-box-main .row {
	align-items: center
}

.app_design .app_img_four ul {
	width: 100%
}

.app_img_four ul li {
	width: 24.3%
}

.mobile-award-view {
	display: none
}

.home-customers .row {
	margin: 0
}

.features-main ul {
	margin: 40px 0 0;
	padding: 0
}

.features-main ul li {
	display: inline-block;
	vertical-align: top;
	width: 49%;
	list-style: none;
	margin: 0 0 30px
}

.features-main ul h6 {
	margin: 0;
	font-weight: 500
}

.features-main ul h6 span {
	background: #d6b059;
	font-size: 14px;
	width: 28px;
	height: 28px;
	display: inline-block;
	margin-right: 10px;
	border-radius: 50px;
	line-height: 28px;
	text-align: center
}

.features-main ul li p {
	padding-left: 38px;
	font-size: 14px;
	color: #252b33;
	margin: 0
}

.faqs-main .testimonials-heading {
	padding: 0 15px
}

.admin-features {
	position: relative
}

.admin-features::before {
	content: '';
	background: url(https://altezatel.com/public/image/admin-penal-desh.png);
	background-position: left bottom;
	background-repeat: no-repeat;
	background-size: auto 478px;
	width: 45%;
	height: 100%;
	right: 0;
	position: absolute;
	z-index: 0;
	top: 0;
	bottom: auto
}

.features-box-main {
	padding: 116px 0 0
}

.features-main .soln-heading h2 {
	margin: 0 !important
}

.free-main {
	padding: 95px 0
}

.free-main .button2.get-a-demo {
	margin: 0
}

.free-main .col-lg-3 {
	text-align: right
}

.p-title {
	width: 100%;
	text-align: center
}

.p-title p {
	margin: 0 0 5px;
	font-weight: 400
}

.p-border li {
	border-bottom: 1px solid #f2f2f2
}

.p-border li:last-child {
	border-bottom: none
}

.features-box-main h5 {
	font-weight: 600
}

.free-main .row {
	align-items: center
}

.services-top-main h1,
.solution-main h1 {
	font-size: 44px !important;
	line-height: 50px !important;
	color: #252b33 !important;
	letter-spacing: -1px;
	font-weight: 700;
	margin: 0 0 30px
}

.counter-box h2 {
	font-size: 80px !important;
	line-height: 60px !important
}

.we-are-main .row {
	margin: 0
}

.admin-features .row {
	min-height: 478px
}

.our-for-soln .desktop-award-view .row {
	margin: 0 -15px
}

.app-features a {
	text-decoration: none !important
}

.door-about-box .door-ic img {
	height: 90px
}

.door-about-box {
	text-align: center;
	padding: 20px
}

.door-about-box p {
	margin: 0
}

.door-about-box h3 {
	margin: 10px 0
}

.admin-bg.post-admin-bg::before {
	background: url(https://altezatel.com/public/image/admin-penal-desh-post.png);
	background-repeat: no-repeat;
	background-size: auto 440px;
	background-position: left bottom;
	content: '';
	width: 45%;
	height: 100%;
	right: 0;
	position: absolute;
	z-index: 0;
	top: 0;
	bottom: auto
}

.admin-bg.door-admin-bg::before {
	background: url(https://altezatel.com/public/image/admin-penal-desh-uber.png);
	background-repeat: no-repeat;
	background-size: auto 440px;
	background-position: left bottom;
	content: '';
	width: 45%;
	height: 100%;
	right: 0;
	position: absolute;
	z-index: 0;
	top: 0;
	bottom: auto
}

.food-app-top {
	display: inline-block;
	width: 100%;
	vertical-align: top;
	padding: 100px 0 0
}

.food-app-top h1 {
	font-size: 44px !important;
	line-height: 50px !important;
	margin: 0 0 30px
}

.food-app-top p {
	margin: 0 auto 10px;
	width: 80%;
	line-height: 28px;
	font-size: 1.8rem;
	font-family: open sans, sans-serif
}

.food-top-img {
	display: inline-block;
	width: 100%;
	vertical-align: top;
	margin: 50px 0 0
}

.food-customers {
	padding: 75px 0 0;
	overflow: hidden
}

.we-can-main.food-we-can {
	padding: 75px 0
}

.our-food-client {
	margin: 0 0 30px
}

.our-food-client h4 {
	position: relative
}

.food-we-can h2 {
	margin: 0 0 30px !important;
	font-size: 50px !important;
	line-height: 50px !important
}

.food-we-can .counter-box h2 {
	margin: 0 0 10px !important
}

.we-can-count {
	display: inline-block;
	width: 100%;
	vertical-align: top;
	margin: 30px 0 0;
	text-align: center
}

.food-we-can p {
	margin: 0 auto 20px;
	width: 80%;
	line-height: 28px
}

.get-expert {
	display: inline-block;
	width: 100%;
	vertical-align: top;
	box-shadow: 0 100px 80px rgba(0, 0, 0, .07);
	border-radius: 10px;
	position: relative
}

.get-expert::before {
	content: '';
	border-radius: 10px;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-shadow: 0 30.15px 24.12px rgba(0, 0, 0, .04)
}

.get-expert-box {
	display: inline-block;
	width: 100%;
	vertical-align: top;
	box-shadow: 0 12.52px 10.2px rgba(0, 0, 0, .03);
	border-radius: 10px;
	background: #d6b059;
	padding: 30px;
	position: relative
}

.get-expert-box::before {
	content: '';
	border-radius: 10px;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-shadow: 0 4.53px 3.62px rgba(0, 0, 0, .02)
}

.get-img {
	display: inline-block;
	width: 100%;
	vertical-align: top;
	text-align: center
}

.get-img img {
	object-fit: cover;
	border-radius: 50%;
	border: 2px solid #252b33;
	width: 120px;
	height: 120px
}

.button3 {
	background-color: #252b33;
	height: auto !important;
	border-radius: 30px !important;
	color: #fff !important;
	font-weight: 500;
	font-size: 16px;
	padding: 10px 25px !important;
	text-decoration: none;
	display: inline-block;
	line-height: 24px !important
}

.get-expert-box h3 {
	font-weight: 700;
	margin: 40px 0 5px
}

.get-expert-box p {
	margin: 0 0 30px
}

.build-food-app {
	background: #f1f3f5;
	padding: 80px 0;
	display: inline-block;
	width: 100%;
	vertical-align: top;
}

.build-food-app h2 {
	margin: 0 0 30px;
}

.build-food-app h3 {
	font-size: 1.6rem;
    color: #333;
    font-family: open sans, sans-serif;
    font-weight:400 !important;
	margin: 0 0 30px;
	line-height: 28px;
}

.build-food-app p {
	margin: 0 0 30px;
	line-height: 28px
}

.one-industries {
	display: inline-block;
	width: 100%;
	vertical-align: top;
	padding: 75px 0
}

.one-industries h2 {
	margin: 0 0 30px
}

.one-industries p {
	margin: 0 0 30px;
	line-height: 24px
}

.one-expert-con {
	padding: 30px
}

.one-expert {
	display: inline-block;
	width: 100%;
	vertical-align: top;
	position: relative;
	border-radius: 10px
}

.one-expert-box {
	display: inline-block;
	width: 100%;
	vertical-align: top;
	position: relative;
	background: #f1f3f5;
	overflow: hidden;
	border-radius: 10px
}

.one-expert-box img {
	width: 100%
}

.one-expert-box h3 {
	font-weight: 600;
	margin: 0 0 20px;
	font-size: 26px !important;
	line-height: 34px !important
}

.one-expert-box p {
	margin: 0;
	line-height: 28px
}

.one-expert:hover {
	box-shadow: 0 100px 80px rgba(0, 0, 0, .07)
}

.one-expert:hover::before {
	box-shadow: 0 30.15px 24.12px rgba(0, 0, 0, .04)
}

.one-expert:hover .one-expert-box {
	box-shadow: 0 12.52px 10.2px rgba(0, 0, 0, .03)
}

.one-expert:hover .one-expert-box::before {
	box-shadow: 0 4.53px 3.62px rgba(0, 0, 0, .02)
}

.top-features {
	display: inline-block;
	width: 100%;
	vertical-align: top;
	background: #f1f3f5;
	height: 60px
}

.top-features.sticky {
	position: sticky;
	left: 0;
	right: 0;
	top: 67px;
	z-index: 99
}

.features-t {
	margin: -35px 0 0;
	display: inline-block;
	vertical-align: top
}

.top-features ul {
	margin: 0;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center
}

.top-features ul li {
	list-style: none;
	line-height: 60px
}

.top-features ul li a {
	font-size: 16px;
	color: #ccc;
	border-bottom: 4px solid transparent;
	text-decoration: none;
	padding: 14px 25px;
	font-weight: 500
}

.top-features ul li a:hover,
.top-features ul li.active a {
	color: #252b33;
	border-bottom: 4px solid #252b33
}

.top-features-title {
	width: 100%
}

.top-features-title h2 {
	margin: 0 0 30px
}

.top-features-title p {
	margin: 0 0 30px;
	line-height: 28px
}

.c-features-con {
	display: inline-block;
	width: 100%;
	vertical-align: top
}

.c-features-con ul {
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap
}

.c-features-con ul li {
	list-style: none;
	width: 50%;
	padding: 0 30px 0 0;
	margin: 0 0 30px;
	display: inline-flex
}

.app-features-main .row {
	align-items: center
}

.c-app-con {
	display: inline-block;
	width: 100%;
	vertical-align: top;
	margin: 40px 0
}

.c-app-con p {
	margin: 0;
	line-height: 28px
}

.c-features-con ul li h5 {
	margin: 0 0 10px
}

.c-features-con ul li p {
	margin: 0;
	font-size: 16px;
	line-height: 28px
}

.app-admin-features-main,
.app-features-main {
	padding: 60px 0 0
}

.app-admin-features-main {
	background-position: 100% 85% !important;
	background-repeat: no-repeat !important;
	background-size: auto 75% !important
}

.get-estimate.viewcas-new .view-case-dark {
	display: inline-block;
	padding: 130px 70px;
	background: 0 0
}

.get-estimate.viewcas-new .view-case-dark .soln-heading {
	margin: 0 0 30px
}

.get-estimate.viewcas-new .view-case-dark .soln-heading h2 {
	font-size: 34px !important;
	line-height: 40px !important;
	font-weight: 500;
	color: #fff !important
}

.get-estimate.viewcas-new .view-case-dark .soln-heading p {
	font-size: 24px !important;
	line-height: 30px !important;
	font-weight: 400;
	color: #fff !important
}

@media only screen and (max-width: 767px){
    .get-estimate.viewcas-new .view-case-dark .soln-heading p {
    	font-size: 18px !important;
        line-height: 25px !important;
        font-weight: 400;
        color: #fff !important;
    }
}

.get-estimate.viewcas-new .view-case-dark .button2.darkmode-btn {
	margin: 0
}

.get-estimate.viewcas-new {
	margin: 75px 0 0;
	background: url(../../sce5mj0ne36/Solution/food-get-bg_pkPhFJ4Fz_updatedAt-1634798479265.webp);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover
}

.food-process {
	display: inline-block;
	width: 100%;
	vertical-align: top;
	padding: 75px 0 45px;
	background: #f1f3f5
}

.process-head h2 {
	margin: 0 0 30px
}

.process-head p {
	margin: 0 0 40px;
	line-height: 28px
}

.food-process-box {
	display: inline-block;
	width: 100%;
	vertical-align: top;
	background: #fff;
	border: 1px solid #ccc;
	padding: 23px;
	margin: 0 0 30px;
	border-radius: 4px
}

.process-box-ic {
	display: flex;
	width: 100%;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: flex-start;
	margin: 30px 0
}

.process-box-ic span {
	font-size: 60px;
	font-weight: 700;
	color: #ccc;
	margin: -10px 0 0
}

.food-process-box h4 {
	font-size: 24px !important;
	line-height: 28px !important;
	margin: 0 0 10px;
	font-weight: 700
}

.food-process-box p {
	font-size: 16px;
	line-height: 28px
}

.solutions-client-img {
	display: inline-block;
	width: 100%;
	vertical-align: top;
	padding: 75px 0 0
}

.client-video-head h2 {
	margin: 0 0 30px
}

.client-video-head p {
	margin: 0 0 40px;
	line-height: 28px
}

.solutions-faqs #accordion .panel {
	border-bottom: 1px solid #ccc;
	margin: 0;
	border-radius: 0
}

.solutions-faqs #accordion .panel-heading {
	padding: 30px 0
}

.solutions-faqs #accordion .panel-collapse .panel-body {
	padding: 0 0 30px
}

.solutions-faqs #accordion .panel-collapse .panel-body p {
	padding: 0;
	font-size: 16px;
	line-height: 28px
}

#accordion .panel-title>a::before,
.solutions-faqs #accordion .panel-title>a.collapsed::before {
	top: 35px
}

.solutions-faqs {
	padding: 75px 0
}

.solutions-client-img .top-video-box {
	text-align: center;
	border-radius: 10px;
	background: #f1f3f5;
	box-shadow: none;
	height: 100%
}

.solutions-client-img .top-video-box h5 {
	font-size: 34px !important;
	line-height: 40px !important;
	margin: 30px 0 20px;
	font-weight: 700
}

.solutions-client-img .top-video-box p {
	font-size: 16px;
	line-height: 30px;
	margin: 0
}

.button1.apps-btn {
	margin: 0 0 0 10px;
	display: inline-block;
	text-align: center
}

.apps-btn img {
	height: 20px
}

.food-slide-app {
	text-align: center
}

.app-admin-features-main {
	margin: 0 0 75px
}

/*.c-app-con h3 {*/
/*	display: none*/
/*}*/

.c-features-con ul li span {
	background: #d6b059;
	font-size: 14px;
	width: 28px;
	height: 28px;
	display: inline-block;
	margin-right: 10px;
	border-radius: 50px;
	line-height: 28px;
	text-align: center;
	vertical-align: top
}

.c-features-list {
	width: 90%
}

.app-cost-main {
	display: inline-block;
	width: 100%;
	vertical-align: top
}

.app-cost-main h2 {
	margin: 0 0 30px
}

.app-cost-main p {
	margin: 0 0 40px;
	line-height: 28px
}

.food-customers.food-logo-cus {
	padding: 75px 0 0
}

.food-app-why-choose .why-choose-app-con p {
	width: 80%;
	margin: 0 auto 50px
}

.food-app-why-choose .we-are-box {
	background: #fff;
	border-radius: 10px;
	text-align: left;
	margin: 0 0 30px;
	padding: 15px 20px
}

.food-app-why-choose .we-are-box .why-ic {
	text-align: right;
	margin-bottom: -25px;
	margin-top: -10px
}

.food-app-why-choose .we-are-box .counter-box {
	justify-content: flex-start
}

.food-app-why-choose .we-are-box .counter-box h3 {
	font-weight: 700
}

.food-app-why-choose .we-are-box h6 {
	margin: 0
}

.app-cost-main .button2.darkmode-btn {
	margin-top: 40px
}

.build-food-app.food-app-why-choose {
	margin-bottom: 75px
}

.food-top-img img {
	height: 400px
}

.text-bolder {
	font-weight: 600
}

.build-food-app .row {
	align-items: center
}

.app-cost-main .row {
	align-items: center
}

.app-img-main img {
	width: 45%;
	height: auto
}

.cost-foodapp-main .app-img-main img {
	width: 80%
}

.cost-foodapp-main .c-features-con,
.customer-app-main .c-features-con {
	padding-right: 100px
}

.admin-panel-main .c-features-con,
.driver-app-main .c-features-con {
	padding-left: 100px
}

.app-ic-slide {
	margin: 20px 0 20px;
	display: inline-block;
	background: #fff;
	border-radius: 15px
}

.app-ic-slide img {
	height: 90px;
	width: auto !important
}

@media all and (max-width:1440px) {
	.admin-features::before {
		content: '';
		background: url(https://altezatel.com/public/image/admin-penal-desh.png);
		background-position: 218% bottom;
		background-repeat: no-repeat;
		background-size: auto 530px;
		width: 45%;
		height: 100%;
		right: 0;
		position: absolute;
		z-index: 0;
		top: 0;
		bottom: auto
	}

	.app-admin-features-main {
		background-position: 115% 72% !important;
		background-repeat: no-repeat !important;
		background-size: auto 50% !important
	}

	.admin-panel-main .c-features-con,
	.driver-app-main .c-features-con {
		padding-left: 30px
	}

	.cost-foodapp-main .c-features-con,
	.customer-app-main .c-features-con {
		padding-right: 30px
	}

	.app-img-main img {
		width: 60%;
		height: auto
	}
}

@media all and (max-width:1366px) {
	.app-cost-main .c-app-con br {
		display: none;
		padding: 0 30px
	}
}

@media all and (max-width:1280px) {
	.app-admin-features-main {
		background-position: 120% 73% !important;
		background-repeat: no-repeat !important;
		background-size: auto 53% !important
	}
}

@media all and (max-width:1024px) {
	.new-review-main .we-are .row {
		margin: 0
	}

	.contact-top-heading {
		margin: 0 0 60px
	}

	.brand-box ul li a {
		font-size: 15px
	}

	.contact-top-heading {
		margin: 0 0 30px
	}

	.footer {
		padding: 30px 0 40px
	}

	.about-top-slide .top-slide-con {
		padding: 0
	}

	.services-top-main .row,
	.solution-main .row {
		height: auto
	}

	#accordion .panel:last-child {
		margin-bottom: 0
	}

	.get-started {
		padding: 30px 0
	}

	.sprocess-main .process-box.row {
		padding: 0 15px;
		margin: 0 -15px 30px
	}

	.app-features .row,
	.home-customers .row,
	.solutions-services .row {
		margin: 0 -15px
	}

	.app-button-main {
		margin-bottom: 50px
	}

	.mobile-award-view {
		display: block
	}

	.desktop-award-view {
		display: none
	}

	.top-features ul li a {
		font-size: 18px
	}

	.c-app-con p br,
	.food-app-top p br,
	.one-industries p br,
	.top-features-title p br {
		display: none
	}

	.food-app-top h1 {
		font-size: 44px !important;
		line-height: 54px !important;
		margin: 0 0 20px
	}

	.food-top-img {
		margin: 30px 0 0
	}

	.our-food-client {
		margin: 0 0 10px
	}

	.food-top-img img {
		height: 400px
	}

	.app-img-main img {
		width: 80%;
		height: auto
	}

	.admin-panel-main .c-features-con,
	.driver-app-main .c-features-con {
		padding-left: 20px
	}

	.cost-foodapp-main .c-features-con,
	.customer-app-main .c-features-con {
		padding--right: 20px
	}

	.food-customers {
		padding: 50px 0 0
	}

	.food-we-can .we-are-box h5 {
		font-size: 18px !important
	}

	.food-we-can .we-are-box .counter-box h2 {
		margin: 0 !important
	}

	.build-food-app {
		padding: 50px 0
	}

	.build-food-app.food-app-why-choose {
		margin-bottom: 50px;
		padding-bottom: 20px
	}

	.c-app-con {
		margin: 50px 0
	}

	.food-customers.food-logo-cus {
		padding: 50px 0 0
	}

	.app-cost-main .button2.darkmode-btn {
		margin-top: 10px
	}

	.solutions-app-all-delivery .top-video-box {
		margin: 0
	}

	.build-food-app h2,
	.get-expert-box h3,
	.solutions-client-img .top-video-box h5 {
		font-size: 26px !important;
		margin: 0 0 30px !important;
		line-height: 34px !important
	}

	.get-expert-box h3 {
		margin: 20px 0 10px !important
	}

	.one-expert-con {
		padding: 15px 15px
	}

	.app-cost-main h2,
	.client-video-head h2,
	.food-we-can h2,
	.get-estimate.viewcas-new .view-case-dark .soln-heading h2,
	.one-expert-box h3,
	.one-industries h2,
	.process-head h2,
	.solutions-faqs h2,
	.top-features-title h2 {
		font-size: 26px !important;
		line-height: 34px !important
	}

	.one-expert-box p {
		line-height: 28px;
		font-size: 16px
	}

	.c-features-con ul li {
		margin: 0 0 22px
	}

	.top-features-title {
		width: 100%;
		padding: 0 20px
	}

	.app-admin-features-main {
		background-position: 175% 80% !important;
		background-repeat: no-repeat !important;
		background-size: auto 56% !important
	}

	.get-estimate.viewcas-new .view-case-dark {
		display: inline-block;
		padding: 30px
	}

	.app-features-main {
		margin: 0 0 0
	}

	.top-features.sticky {
		top: 55px
	}

	.get-estimate.viewcas-new {
		margin: 30px 0 0
	}

	.client-video-head p {
		margin: 0 0 20px
	}

	.food-process {
		padding: 30px 0 0
	}

	.solutions-client-img {
		padding: 50px 0 0
	}

	.solutions-client-img .top-video-box h5 {
		margin: 20px 0 20px !important
	}

	.solutions-client-img .top-video-box p {
		font-size: 15px;
		line-height: 24px;
		margin: 0
	}

	.solutions-faqs {
		padding: 50px 0
	}

	.food-we-can .we-can-count .row {
		margin: 0
	}

	.food-we-can .we-are-box .counter-box h2 {
		font-size: 44px !important;
		line-height: 45px !important
	}

	.one-industries {
		padding: 20px 0 55px 0
	}

	.we-can-main.food-we-can {
		padding: 50px 0
	}

	.app-cost-main h2,
	.build-food-app h2,
	.client-video-head h2,
	.food-we-can h2,
	.process-head h2,
	.solutions-faqs h2 {
		margin: 0 0 30px !important
	}

	.top-features {
		display: none
	}

	.app-features-main {
		margin: 0 0 0;
		padding: 0
	}

	.top-features-title p {
		margin: 0
	}

	.features-t {
		display: none
	}

	.c-app-con h3 {
		display: block;
		font-size: 26px !important;
		line-height: 34px !important;
		margin: 0 0 15px;
		text-align: center
	}

	.top-features-title h2 {
		margin: 0 0 15px
	}

	.food-app-why-choose .why-choose-app-con p {
		width: 100%;
		margin: 0 auto 30px
	}

	.app-admin-features-main,
	.app-features-main {
		padding: 0
	}

	.app-admin-features-main {
		margin: 0 0 0
	}

	.food-app-top p,
	.food-we-can p {
		width: 100%
	}

	.admin-mobi-img,
	.app-img-main {
		margin: 0 0 50px
	}
}

@media only screen and (max-width:991px) {
	.container {
		width: 100%;
		max-width: 100%
	}

	h4 {
		font-size: 18px !important;
		line-height: 26px !important
	}

	.services-top-main h1,
	.soln-heading h1,
	.soln-heading h2,
	.solution-main h1 {
		font-size: 26px !important;
		margin: 0 0 30px !important;
		line-height: 34px !important
	}

	.we-are-main .top-slide-con .we-are .we-are-box h2,
	.we-are-main .we-are .right h2 {
		font-size: 40px !important;
		line-height: 50px !important
	}

	h1 br {
		display: none
	}

	.we-are-main .top-slide-con {
		flex-wrap: wrap
	}

	.brand-box {
		padding: 15px;
		margin-bottom: 30px
	}

	.app-one-main .app-one .home-app-img img,
	.review-img-box img {
		width: 100%
	}

	.home-review-main .we-are .row {
		margin: 0
	}

	.home-review-main {
		padding: 60px 0 0
	}

	section {
		display: inline-block;
		width: 100%;
		vertical-align: top;
		overflow: hidden
	}

	.footer .row {
		flex-wrap: wrap
	}

	.footer .home-social ul li a {
		display: flex;
		justify-content: center;
		align-items: center;
		border-radius: 4px;
		text-decoration: none
	}

	.footer .row {
		margin: 0 -15px
	}

	.footer .home-social ul li {
		margin: 0 5px
	}

	.footer .home-social ul {
		margin: 0 0 30px
	}

	.footer h4 {
		margin: 0 0 10px;
		cursor: pointer;
		text-align: left;
		width: 100%
	}

	.footer .home-social ul li {
		margin: 0
	}

	.app-one-main h2 {
		color: #fff !important;
		font-size: 24px !important;
		line-height: 30px !important;
		margin: 0 0 10px
	}

	.app-one-main ul li {
		margin: 0 10px 0 0
	}

	.viewcas-new {
		margin: 30px 0
	}

	.app-one-main,
	.home-customers,
	.our-for-soln,
	.we-are-main {
		padding: 30px 0
	}

	.our-for-soln {
		padding-bottom: 0
	}

	.about-top-slide {
		padding: 80px 0 30px
	}

	.about-top-slide h2 {
		font-size: 24px !important;
		line-height: 30px !important
	}

	.about-top-slide .top-slide-con img {
		margin-top: 0 !important
	}

	.about-award,
	.our-team,
	.testimonials-box-main {
		padding: 30px 0
	}

	.home-award-box {
		padding: 0 15px
	}

	.store-img-box::after {
		content: none
	}

	.home-review-main .top-slide-con {
		padding: 0 15px
	}

	.testimonials-heading h1 {
		font-size: 44px !important;
		line-height: 50px !important
	}

	.connect-with h2 {
		font-size: 26px !important;
		line-height: 34px !important;
		margin: 0
	}

	.connect-with {
		margin: 0 0 60px
	}

	.soln-heading h4 {
		line-height: normal !important
	}

	.about-top-slide h1 {
		font-size: 44px !important;
		line-height: normal !important
	}

	.get-touch::before {
		content: none
	}

	.testimonials-main {
		padding: 100px 0 30px
	}

	.will-get {
		margin: 0
	}

	.contact-connect .brand-box {
		min-height: inherit
	}

	.services-top-main .row,
	.solution-main .row {
		height: auto
	}

	.mobile-icon-social {
		display: block
	}

	.desktop-icon-social {
		display: none
	}

	.mobile-icon-social ul {
		margin: 0;
		padding: 0
	}

	.mobile-icon-social ul li {
		display: inline-flex !important;
		width: 40px !important;
		height: 40px !important;
		align-items: center !important;
		justify-content: center !important;
		border-radius: 50px;
		border: 1px solid #252b33;
		margin: 0 5px !important
	}

	.contact-top-heading {
		margin: 0
	}

	.testimonials-box-main .soln-heading h2 {
		margin-bottom: 30px !important
	}

	.mobile-about-img {
		display: block !important
	}

	.desktop-about-img {
		display: none
	}

	.app-button-main {
		margin: 0
	}

	.app_img_four ul li {
		width: 23.3%;
		height: auto
	}

	.free-main h2 {
		font-size: 26px !important;
		margin: 0 0 30px !important;
		line-height: 34px !important;
		text-align: center
	}

	.free-main .col-lg-3 {
		text-align: center
	}

	.faqs-main h2 {
		font-size: 26px !important;
		margin: 0 0 30px !important;
		line-height: 34px !important
	}

	.we-are-main .row {
		margin: 0 -15px
	}

	.free-main {
		padding: 30px 0
	}

	.features-box-main {
		padding: 60px 0 0
	}

	.features-main .features-image,
	.features-main .mobile-about-img {
		text-align: center
	}

	.features-main .features-image img,
	.features-main .mobile-about-img img {
		width: 400px;
		padding-top: 5rem
	}

	.admin-bg,
	.admin-bg1,
	.admin-bg2,
	.admin-bg3,
	.admin-bg4,
	.admin-bg5,
	.admin-features {
		padding-bottom: 20px
	}

	.counter-box h2 {
		font-size: 44px !important;
		line-height: 44px !important
	}

	.admin-features::before {
		content: '';
		right: 0;
		background-position: center bottom;
		background-size: auto 350px;
		width: 100%
	}

	.c-menu,
	.nav-mobile {
		display: none
	}

	.c-features-con ul li p {
		line-height: 24px
	}

	.app-admin-features-main {
		background: 0 0 !important
	}

	.build-food-app .col-md-12,
	.build-food-app h2,
	.build-food-app p {
		text-align: center
	}

	.build-food-app h2 br {
		display: none
	}

	.build-food-app a {
		margin: 0
	}

	.food-top-img img {
		height: auto;
		width: 100%
	}

	.solutions-app-all-delivery .top-video-box {
		margin-bottom: 30px !important;
		height: auto
	}

	.solutions-app-all-delivery .top-video-box:last-child {
		margin-bottom: 0
	}

	.solutions-faqs .soln-heading h2 {
		margin: 0 !important
	}

	.food-top-img.mobile-about-img {
		margin: 55px 0 80px
	}

	.app-img-main img {
		width: auto;
		height: 275px
	}

	.cost-foodapp-main .app-img-main img {
		width: 80%;
		height: 90%
	}
}

@media only screen and (max-width:767px) {
	.we-are-main {
		padding: 30px 0
	}

	.home-award-box,
	.we-are-main .top-slide-con {
		flex-wrap: wrap
	}

	.app-one-main,
	.home-review-main {
		padding: 30px 0
	}

	.button1 {
		padding: 7px 20px;
		font-weight: 600;
		font-size: 16px
	}

	.app-one-main .button1 {
		margin-bottom: 20px
	}

	.app-one-main ul li h2 {
		margin-bottom: 0;
		margin-top: 10px;
		font-size: 28px !important;
		line-height: 34px !important
	}

	.app-one-main ul li h6 {
		font-size: 14px !important
	}

	.app-one-main ul {
		display: flex;
		align-items: flex-start;
		justify-content: space-between
	}

	.app-client {
		margin-bottom: 20px
	}

	.app-client .media-body,
	.app-client .media-left,
	.app-client .media-right {
		display: inline-block;
		width: 100%;
		vertical-align: top
	}

	.app-one-main .container .row .app-one div:first-child {
		margin: 0 auto;
		flex-wrap: wrap;
		justify-content: left
	}

	.app-client .media-left {
		text-align: left
	}

	.app-one-main .app-one .home-app-img {
		text-align: center;
		margin-top: 30px !important
	}

	.view-case-dark .soln-heading {
		margin-bottom: 15px
	}

	.review-img-box.text-right {
		text-align: center !important
	}

	.our-for-soln {
		margin: 30px 0 0
	}

	.desktop-view {
		display: none
	}

	.home-customers {
		padding: 30px 0 0;
		margin: 20px 0 30px
	}

	.view-case-dark {
		padding: 20px;
		flex-wrap: wrap
	}

	.will-get ul li {
		width: 100%;
		margin-bottom: 5px
	}

	.footer .row {
		flex-wrap: wrap
	}

	.footer .home-social ul li a {
		display: flex;
		width: 40px;
		height: 40px;
		justify-content: center;
		align-items: center;
		border-radius: 4px;
		text-decoration: none
	}

	.footer .row {
		margin: 0;
		padding: 0
	}

	.footer .home-social ul li {
		margin: 0 5px
	}

	.footer {
		padding: 30px 0 0
	}

	.footer h4 {
		width: 100%
	}

	.footer .home-social ul {
		margin: 0 0 30px;
		display: flex;
		justify-content: space-between
	}

	.footer .home-social ul li {
		margin: 0
	}

	.app-one-main .app-one .home-app-img img,
	.review-img-box img {
		width: auto;
		height: auto
	}

	.viewcas-new {
		margin: 30px 0
	}

	.footer .home-social ul {
		flex-wrap: wrap;
		justify-content: left
	}

	.footer .home-social ul li {
		width: 50%;
		margin: 0;
		text-align: left
	}

	.footer .home-social ul li a {
		width: auto;
		justify-content: left;
		margin: 0
	}

	.get-touch::before {
		content: none
	}

	.soln-heading h4 {
		line-height: normal !important
	}

	.soln-heading .button2 {
		padding: 5px 15px !important
	}

	.new-review-main .we-are {
		padding: 0
	}

	.brand-box h3 {
		font-size: 24px !important;
		line-height: normal !important
	}

	.footer p {
		margin-bottom: 0
	}

	.home-social {
		margin: 0 -15px
	}

	.about-top-slide h1 {
		font-size: 34px !important;
		line-height: normal !important
	}

	.solution-main .row {
		height: auto
	}

	.we-are-main .we-are .right .col-md-6 {
		border: none !important;
		padding: 10px !important
	}

	.we-are-main .we-are .left .we-are-box {
		padding: 10px !important
	}

	.soln-heading h2 {
		margin-top: 0 !important
	}

	.home-award-box {
		padding: 0
	}

	.services-top-main .row {
		height: auto;
		margin: 0 -15px
	}

	.about-top-slide .top-slide-con,
	.our-team .top-slide-con .we-are {
		padding: 0
	}

	.our-team .top-slide-con .we-are .home-award-box .we-are-box img {
		height: 350px
	}

	.our-team .home-award-box .col-lg-3:last-child .we-are-box,
	.our-team .home-award-box .col-lg-3:last-child .we-are-box p {
		margin-bottom: 0
	}

	.mobile-icon-social ul li {
		display: inline-flex !important;
		width: 35px !important;
		height: 35px !important;
		align-items: center !important;
		justify-content: center !important;
		border-radius: 50px;
		border: 1px solid #252b33;
		margin: 0 1px !important
	}

	.mobile-icon-social {
		margin: 0;
		padding: 0
	}

	.mobile-icon-social ul {
		text-align: center !important;
		display: inline-block !important;
		width: 100% !important
	}

	.brand-box {
		margin: 0 -15px 30px
	}

	.contact-top-heading .soln-heading h1 {
		margin-bottom: 0 !important
	}

	.will-get {
		margin: 0 15px
	}

	.home-review-main .top-slide-con {
		padding: 0
	}

	.review-img-box img {
		width: 100%;
		height: auto
	}

	.our-for-soln {
		margin: 0
	}

	.home-app-img.mobile-about-img {
		margin: 0 auto 30px !important
	}

	.soln-heading2 h3 {
		font-size: 26px !important
	}

	.app-button-main .text-left {
		flex-wrap: wrap
	}

	.app-button-main .text-left a {
		margin: 0 0 15px
	}

	.button1,
	.button2 {
		padding: 8px 15px !important;
		font-size: 14px;
		font-weight: 600;
		line-height: normal !important;
		display: inline-block
	}

	.we-are-main p {
		margin-bottom: 15px
	}

	.app-one-main .app-one .home-app-img img {
		width: 60%
	}

	body {
		font-size: 16px
	}

	.solution-main h2 {
		font-size: 26px !important;
		line-height: 34px !important;
		font-weight: 600
	}

	#accordion .panel-collapse .panel-body {
		padding: 15px 0
	}

	.solutions-app-all-delivery.all-food-app .all-food-app-box ul li {
		width: 33%
	}

	.app_img_four ul li {
		width: 47.3%
	}

	.admin-features::before {
		right: 0
	}

	.features-main ul li {
		width: 100%
	}

	.brand-logo {
		margin-right: 10px !important
	}

	h3 span.gray-title {
		display: none
	}

	.soln-heading2 h3 {
		margin: 0
	}

	#accordion .panel .panel-title {
		font-size: 18px !important;
		line-height: 26px !important
	}

	.admin-bg1::before,
	.admin-bg2::before,
	.admin-bg3::before,
	.admin-bg4::before,
	.admin-bg5::before,
	.admin-bg::before,
	.admin-features::before {
		content: '';
		right: 0;
		background-position: center bottom;
		background-size: auto 320px;
		width: 100%
	}

	.app-client .media .media-left img {
		height: 70px;
		margin-bottom: 15px
	}

	.we-are-main .we-are .right .col-md-6:last-child .we-are-box {
		margin-bottom: 0 !important
	}

	.food-app-top {
		padding: 80px 0 0
	}

	.food-app-top h1 {
		font-size: 30px !important;
		line-height: 40px !important;
		margin: 0 0 30px;
		text-align: left
	}

	.food-app-top p {
		margin: 0 0;
		text-align: left
	}

	.food-app-top .button2.get-a-demo {
		float: left;
		margin: 30px 0;
		padding: 6px 20px !important
	}

	.our-food-client h4 {
		position: relative;
		font-weight: 600;
		margin: 0
	}

	.our-food-client {
		margin: 0 0 20px
	}

	.we-can-count {
		margin: 0
	}

	.get-expert {
		margin: 30px 0 0
	}

	.one-expert {
		margin: 0 0 30px
	}

	.top-features-title p {
		margin: 0
	}

	.top-features ul li a {
		font-size: 13px;
		padding: 20px 5px
	}

	.one-industries .col-md-4:last-child .one-expert {
		margin-bottom: 0 !important
	}

	.one-industries h2 {
		margin: 0 0 15px
	}

	.c-features-con {
		padding: 0
	}

	.app-cost-main .c-app-con br {
		display: none;
		padding: 0 !important
	}

	.top-features {
		height: 73px
	}

	.top-features ul li {
		list-style: none;
		line-height: 73px
	}

	.app-img-main {
		width: 100%;
		text-align: center
	}

	.c-features-con ul li {
		width: 100%;
		padding: 0
	}

	.get-estimate.viewcas-new .view-case-dark {
		display: inline-block;
		padding: 40px 0
	}

	.food-slide-app {
		display: none
	}

	.food-we-can .we-are-box .counter-box {
		justify-content: flex-start
	}

	.food-we-can .we-are-box .counter-box h2 {
		font-size: 18px !important;
		line-height: 30px !important
	}

	.food-app-why-choose .we-are-box .why-ic {
		text-align: left;
		margin-bottom: 0;
		margin-top: 0
	}

	.food-app-why-choose .we-are-box .why-ic img {
		height: 40px
	}

	.food-app-why-choose .we-are-box .counter-box {
		justify-content: flex-start;
		margin: 0 0
	}

	.food-app-why-choose .we-are-box h6 {
		text-align: left;
		font-size: 14px !important;
		line-height: normal !important
	}

	.food-app-why-choose .we-are-box .counter-box h3 {
		margin: 0;
		font-size: 20px !important;
		line-height: 30px !important
	}

	.food-app-why-choose .row .col-6:last-child .we-are-box {
		padding: 15px 10px
	}

	.food-app-why-choose .we-are-box {
		min-height: 146px;
		padding: 15px 10px
	}

	.build-food-app p,
	.c-app-con p,
	.client-video-head p,
	.food-app-top p,
	.food-we-can p {
		font-size: 16px;
		line-height: 28px;
		text-align: left
	}

	.one-industries p {
		font-size: 16px;
		line-height: 28px;
		text-align: center;
		margin-bottom: 15px
	}

	.food-app-why-choose .we-are-box h6 {
		font-size: 16px !important
	}

	.cost-foodapp-main .c-features-con,
	.customer-app-main .c-features-con {
		padding-right: 0
	}

	.admin-panel-main .c-features-con,
	.driver-app-main .c-features-con {
		padding-left: 0
	}

	.app-cost-main .button2.darkmode-btn {
		margin-top: 20px
	}

	.solutions-app-all-delivery .top-video-box {
		min-height: 514px
	}

	.build-food-app h2,
	.food-we-can h2,
	.one-industries h2,
	.solutions-client-img .client-video-head h2,
	.solutions-faqs .soln-heading h2 {
		text-align: left;
		margin-bottom: 30px
	}

	.one-expert-box h3 {
		font-size: 20px !important;
		line-height: 30px !important;
		margin-bottom: 10px
	}

	.one-expert-con {
		padding: 30px
	}

	.build-food-app {
		padding: 30px 0 40px
	}

	.build-food-app a {
		float: left;
		padding: 6px 20px !important
	}

	.food-we-can .we-are-box h5 {
		font-size: 14px !important;
		text-align: left;
		font-weight: 400;
		line-height: normal !important;
		padding-right: 15%;
		margin: 0
	}

	.top-features-title h2 {
		margin-bottom: 30px
	}

	.top-features-title p {
		font-size: 16px;
		line-height: 28px;
		text-align: center
	}

	.c-features-con ul li h5 {
		margin: 0 0 5px;
		font-size: 18px !important;
		line-height: 28px !important;
		font-weight: 600
	}

	.c-app-con h3 {
		font-size: 20px !important;
		line-height: 30px !important;
		margin: 0 0 20px;
		text-align: left;
		font-weight: 700
	}

	.top-features-main .app-img-main {
		margin-bottom: 50px
	}

	.c-features-con ul li p {
		line-height: 26px;
		font-size: 14px
	}

	.c-features-con ul li span {
		font-size: 16px;
		line-height: 30px;
		font-weight: 600;
		margin-right: 15px
	}

	.admin-mobi-img {
		margin-bottom: 50px
	}

	.cost-foodapp-main.app-cost-main .c-app-con p {
		margin: 0
	}

	.cost-foodapp-main.app-cost-main .app-img-main {
		margin-bottom: 50px
	}

	.cost-foodapp-main.app-cost-main .button2.darkmode-btn {
		float: left;
		margin-top: 8px
	}

	.solutions-client-img {
		padding: 60px 0 0
	}

	.client-video-head p {
		margin: 0 0 50px
	}
}

/*!
 * Bootstrap v4.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
	--blue: #007bff;
	--indigo: #6610f2;
	--purple: #6f42c1;
	--pink: #e83e8c;
	--red: #dc3545;
	--orange: #fd7e14;
	--yellow: #ffc107;
	--green: #28a745;
	--teal: #20c997;
	--cyan: #17a2b8;
	--white: #fff;
	--gray: #6c757d;
	--gray-dark: #343a40;
	--primary: #007bff;
	--secondary: #6c757d;
	--success: #28a745;
	--info: #17a2b8;
	--warning: #ffc107;
	--danger: #dc3545;
	--light: #f8f9fa;
	--dark: #343a40;
	--breakpoint-xs: 0;
	--breakpoint-sm: 576px;
	--breakpoint-md: 768px;
	--breakpoint-lg: 992px;
	--breakpoint-xl: 1200px;
	--font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	--font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}

*,
::after,
::before {
	box-sizing: border-box
}

html {
	font-family: sans-serif;
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-ms-overflow-style: scrollbar;
	-webkit-tap-highlight-color: transparent
}

footer,
main,
nav,
section {
	display: block
}

[tabindex="-1"]:focus {
	outline: 0 !important
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin-top: 0;
	margin-bottom: .5rem
}

p {
	margin-top: 0;
	margin-bottom: 1rem
}

ul {
	margin-top: 0;
	margin-bottom: 1rem
}

ul ul {
	margin-bottom: 0
}

b,
strong {
	font-weight: bolder
}

a {
	color: #000;
	text-decoration: none;
	background-color: transparent;
	-webkit-text-decoration-skip: objects
}

a:hover {
	color: #0056b3
}

a:not([href]):not([tabindex]) {
	color: inherit;
	text-decoration: none
}

a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
	color: inherit;
	text-decoration: none
}

a:not([href]):not([tabindex]):focus {
	outline: 0
}

pre {
	font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
	font-size: 1em
}

pre {
	margin-top: 0;
	margin-bottom: 1rem;
	overflow: auto;
	-ms-overflow-style: scrollbar
}

img {
	vertical-align: middle;
	border-style: none
}

svg {
	overflow: hidden;
	vertical-align: middle
}

table {
	border-collapse: collapse
}

button {
	border-radius: 0
}

button:focus {
	outline: 1px dotted;
	outline: 5px auto -webkit-focus-ring-color
}

button {
	margin: 0;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit
}

button {
	overflow: visible
}

button {
	text-transform: none
}

[type=reset],
[type=submit],
button,
html [type=button] {
	-webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
	padding: 0;
	border-style: none
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
	height: auto
}

[type=search] {
	outline-offset: -2px;
	-webkit-appearance: none
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
	-webkit-appearance: none
}

::-webkit-file-upload-button {
	font: inherit;
	-webkit-appearance: button
}

[hidden] {
	display: none !important
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
	margin-bottom: .5rem;
	font-family: open sans, sans-serif;
	font-weight: 500;
	line-height: 1.2;
	color: inherit
}

.h1,
h1 {
	font-size: 2.5rem
}

.h2,
h2 {
	font-size: 2rem
}

.h3,
h3 {
	font-size: 1.75rem
}

.h4,
h4 {
	font-size: 1.5rem
}

.h5,
h5 {
	font-size: 1.25rem
}

.h6,
h6 {
	font-size: 1rem
}

.img-fluid {
	max-width: 100%;
	height: auto
}

pre {
	display: block;
	font-size: 87.5%;
	color: #212529
}

.container {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto
}

@media (min-width:576px) {
	.container {
		max-width: 540px
	}
}

@media (min-width:768px) {
	.container {
		max-width: 720px
	}
}

@media (min-width:992px) {
	.container {
		max-width: 960px
	}
}

@media (min-width:1200px) {
	.container {
		max-width: 1140px
	}
}

.container-fluid {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto
}

.row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9 {
	position: relative;
	width: 100%;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px
}

.col {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%
}

.col-1 {
	-ms-flex: 0 0 8.333333%;
	flex: 0 0 8.333333%;
	max-width: 8.333333%
}

.col-2 {
	-ms-flex: 0 0 16.666667%;
	flex: 0 0 16.666667%;
	max-width: 16.666667%
}

.col-3 {
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%
}

.col-4 {
	-ms-flex: 0 0 33.333333%;
	flex: 0 0 33.333333%;
	max-width: 33.333333%
}

.col-5 {
	-ms-flex: 0 0 41.666667%;
	flex: 0 0 41.666667%;
	max-width: 41.666667%
}

.col-6 {
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%
}

.col-7 {
	-ms-flex: 0 0 58.333333%;
	flex: 0 0 58.333333%;
	max-width: 58.333333%
}

.col-8 {
	-ms-flex: 0 0 66.666667%;
	flex: 0 0 66.666667%;
	max-width: 66.666667%
}

.col-9 {
	-ms-flex: 0 0 75%;
	flex: 0 0 75%;
	max-width: 75%
}

.col-10 {
	-ms-flex: 0 0 83.333333%;
	flex: 0 0 83.333333%;
	max-width: 83.333333%
}

.col-11 {
	-ms-flex: 0 0 91.666667%;
	flex: 0 0 91.666667%;
	max-width: 91.666667%
}

.col-12 {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%
}

.order-last {
	-ms-flex-order: 13;
	order: 13
}

.order-0 {
	-ms-flex-order: 0;
	order: 0
}

.order-1 {
	-ms-flex-order: 1;
	order: 1
}

.order-2 {
	-ms-flex-order: 2;
	order: 2
}

.order-3 {
	-ms-flex-order: 3;
	order: 3
}

.order-4 {
	-ms-flex-order: 4;
	order: 4
}

.order-5 {
	-ms-flex-order: 5;
	order: 5
}

.order-6 {
	-ms-flex-order: 6;
	order: 6
}

.order-7 {
	-ms-flex-order: 7;
	order: 7
}

.order-8 {
	-ms-flex-order: 8;
	order: 8
}

.order-9 {
	-ms-flex-order: 9;
	order: 9
}

.order-10 {
	-ms-flex-order: 10;
	order: 10
}

.order-11 {
	-ms-flex-order: 11;
	order: 11
}

.order-12 {
	-ms-flex-order: 12;
	order: 12
}

@media (min-width:576px) {
	.col-sm {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%
	}

	.col-sm-1 {
		-ms-flex: 0 0 8.333333%;
		flex: 0 0 8.333333%;
		max-width: 8.333333%
	}

	.col-sm-2 {
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%
	}

	.col-sm-3 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%
	}

	.col-sm-4 {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%
	}

	.col-sm-5 {
		-ms-flex: 0 0 41.666667%;
		flex: 0 0 41.666667%;
		max-width: 41.666667%
	}

	.col-sm-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%
	}

	.col-sm-7 {
		-ms-flex: 0 0 58.333333%;
		flex: 0 0 58.333333%;
		max-width: 58.333333%
	}

	.col-sm-8 {
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%
	}

	.col-sm-9 {
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%
	}

	.col-sm-10 {
		-ms-flex: 0 0 83.333333%;
		flex: 0 0 83.333333%;
		max-width: 83.333333%
	}

	.col-sm-11 {
		-ms-flex: 0 0 91.666667%;
		flex: 0 0 91.666667%;
		max-width: 91.666667%
	}

	.col-sm-12 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
	}

	.order-sm-last {
		-ms-flex-order: 13;
		order: 13
	}

	.order-sm-0 {
		-ms-flex-order: 0;
		order: 0
	}

	.order-sm-1 {
		-ms-flex-order: 1;
		order: 1
	}

	.order-sm-2 {
		-ms-flex-order: 2;
		order: 2
	}

	.order-sm-3 {
		-ms-flex-order: 3;
		order: 3
	}

	.order-sm-4 {
		-ms-flex-order: 4;
		order: 4
	}

	.order-sm-5 {
		-ms-flex-order: 5;
		order: 5
	}

	.order-sm-6 {
		-ms-flex-order: 6;
		order: 6
	}

	.order-sm-7 {
		-ms-flex-order: 7;
		order: 7
	}

	.order-sm-8 {
		-ms-flex-order: 8;
		order: 8
	}

	.order-sm-9 {
		-ms-flex-order: 9;
		order: 9
	}

	.order-sm-10 {
		-ms-flex-order: 10;
		order: 10
	}

	.order-sm-11 {
		-ms-flex-order: 11;
		order: 11
	}

	.order-sm-12 {
		-ms-flex-order: 12;
		order: 12
	}
}

@media (min-width:768px) {
	.col-md {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%
	}

	.col-md-1 {
		-ms-flex: 0 0 8.333333%;
		flex: 0 0 8.333333%;
		max-width: 8.333333%
	}

	.col-md-2 {
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%
	}

	.col-md-3 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%
	}

	.col-md-4 {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%
	}

	.col-md-5 {
		-ms-flex: 0 0 41.666667%;
		flex: 0 0 41.666667%;
		max-width: 41.666667%
	}

	.col-md-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%
	}

	.col-md-7 {
		-ms-flex: 0 0 58.333333%;
		flex: 0 0 58.333333%;
		max-width: 58.333333%
	}

	.col-md-8 {
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%
	}

	.col-md-9 {
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%
	}

	.col-md-10 {
		-ms-flex: 0 0 83.333333%;
		flex: 0 0 83.333333%;
		max-width: 83.333333%
	}

	.col-md-11 {
		-ms-flex: 0 0 91.666667%;
		flex: 0 0 91.666667%;
		max-width: 91.666667%
	}

	.col-md-12 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
	}

	.order-md-last {
		-ms-flex-order: 13;
		order: 13
	}

	.order-md-0 {
		-ms-flex-order: 0;
		order: 0
	}

	.order-md-1 {
		-ms-flex-order: 1;
		order: 1
	}

	.order-md-2 {
		-ms-flex-order: 2;
		order: 2
	}

	.order-md-3 {
		-ms-flex-order: 3;
		order: 3
	}

	.order-md-4 {
		-ms-flex-order: 4;
		order: 4
	}

	.order-md-5 {
		-ms-flex-order: 5;
		order: 5
	}

	.order-md-6 {
		-ms-flex-order: 6;
		order: 6
	}

	.order-md-7 {
		-ms-flex-order: 7;
		order: 7
	}

	.order-md-8 {
		-ms-flex-order: 8;
		order: 8
	}

	.order-md-9 {
		-ms-flex-order: 9;
		order: 9
	}

	.order-md-10 {
		-ms-flex-order: 10;
		order: 10
	}

	.order-md-11 {
		-ms-flex-order: 11;
		order: 11
	}

	.order-md-12 {
		-ms-flex-order: 12;
		order: 12
	}
}

@media (min-width:992px) {
	.col-lg {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%
	}

	.col-lg-1 {
		-ms-flex: 0 0 8.333333%;
		flex: 0 0 8.333333%;
		max-width: 8.333333%
	}

	.col-lg-2 {
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%
	}
	
	.col-lg-2-5 {
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%
	}

	.col-lg-3 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%
	}

	.col-lg-4 {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%
	}

	.col-lg-5 {
		-ms-flex: 0 0 41.666667%;
		flex: 0 0 41.666667%;
		max-width: 41.666667%
	}

	.col-lg-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%
	}

	.col-lg-7 {
		-ms-flex: 0 0 58.333333%;
		flex: 0 0 58.333333%;
		max-width: 58.333333%
	}

	.col-lg-8 {
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%
	}

	.col-lg-9 {
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%
	}

	.col-lg-10 {
		-ms-flex: 0 0 83.333333%;
		flex: 0 0 83.333333%;
		max-width: 83.333333%
	}

	.col-lg-11 {
		-ms-flex: 0 0 91.666667%;
		flex: 0 0 91.666667%;
		max-width: 91.666667%
	}

	.col-lg-12 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
	}

	.order-lg-last {
		-ms-flex-order: 13;
		order: 13
	}

	.order-lg-0 {
		-ms-flex-order: 0;
		order: 0
	}

	.order-lg-1 {
		-ms-flex-order: 1;
		order: 1
	}

	.order-lg-2 {
		-ms-flex-order: 2;
		order: 2
	}

	.order-lg-3 {
		-ms-flex-order: 3;
		order: 3
	}

	.order-lg-4 {
		-ms-flex-order: 4;
		order: 4
	}

	.order-lg-5 {
		-ms-flex-order: 5;
		order: 5
	}

	.order-lg-6 {
		-ms-flex-order: 6;
		order: 6
	}

	.order-lg-7 {
		-ms-flex-order: 7;
		order: 7
	}

	.order-lg-8 {
		-ms-flex-order: 8;
		order: 8
	}

	.order-lg-9 {
		-ms-flex-order: 9;
		order: 9
	}

	.order-lg-10 {
		-ms-flex-order: 10;
		order: 10
	}

	.order-lg-11 {
		-ms-flex-order: 11;
		order: 11
	}

	.order-lg-12 {
		-ms-flex-order: 12;
		order: 12
	}
}

.mb-0{
   margin-bottom: 0px!important; 
}

.mt-0{
   margin-top: 0px!important; 
}

.mb-5{
   margin-bottom: 5px!important; 
}

.mb-10{
   margin-bottom: 10px!important; 
}

.mb-15{
   margin-bottom: 15px!important; 
}

.mb-5{
   margin-top: 5px!important; 
}

.mb-10{
   margin-top: 10px!important; 
}

.table {
	width: 100%;
	margin-bottom: 1rem;
	background-color: transparent
}

.table .table {
	background-color: #fff
}

.table-info {
	background-color: #bee5eb
}

.table-dark {
	background-color: #c6c8ca
}

.table-active {
	background-color: rgba(0, 0, 0, .075)
}

.table-dark {
	color: #fff;
	background-color: #212529
}

@media screen and (prefers-reduced-motion:reduce) {
	.btn {
		transition: none
	}
}

.btn:focus,
.btn:hover {
	text-decoration: none
}

.btn:focus {
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.btn:disabled {
	opacity: .65
}

.btn:not(:disabled):not(.disabled) {
	cursor: pointer
}

.btn-info {
	color: #fff;
	background-color: #17a2b8;
	border-color: #17a2b8
}

.btn-info:hover {
	color: #fff;
	background-color: #138496;
	border-color: #117a8b
}

.btn-info:focus {
	box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}

.btn-info:disabled {
	color: #fff;
	background-color: #17a2b8;
	border-color: #17a2b8
}

.btn-info:not(:disabled):not(.disabled).active,
.btn-info:not(:disabled):not(.disabled):active {
	color: #fff;
	background-color: #117a8b;
	border-color: #10707f
}

.btn-info:not(:disabled):not(.disabled).active:focus,
.btn-info:not(:disabled):not(.disabled):active:focus {
	box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}

.btn-dark {
	color: #fff;
	background-color: #343a40;
	border-color: #343a40
}

.btn-dark:hover {
	color: #fff;
	background-color: #23272b;
	border-color: #1d2124
}

.btn-dark:focus {
	box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

.btn-dark:disabled {
	color: #fff;
	background-color: #343a40;
	border-color: #343a40
}

.btn-dark:not(:disabled):not(.disabled).active,
.btn-dark:not(:disabled):not(.disabled):active {
	color: #fff;
	background-color: #1d2124;
	border-color: #171a1d
}

.btn-dark:not(:disabled):not(.disabled).active:focus,
.btn-dark:not(:disabled):not(.disabled):active:focus {
	box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

.btn-group-lg>.btn,
.btn-lg {
	padding: .5rem 1rem;
	font-size: 1.25rem;
	line-height: 1.5;
	border-radius: .3rem
}

.btn-group-sm>.btn,
.btn-sm {
	padding: .25rem .5rem;
	font-size: .875rem;
	line-height: 1.5;
	border-radius: .2rem
}

.btn-block {
	display: block;
	width: 100%
}

.btn-block+.btn-block {
	margin-top: .5rem
}

.collapse:not(.show) {
	display: none
}

.btn-group {
	position: relative;
	display: -ms-inline-flexbox;
	display: inline-flex;
	vertical-align: middle
}

.btn-group>.btn {
	position: relative;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto
}

.btn-group>.btn:hover {
	z-index: 1
}

.btn-group>.btn.active,
.btn-group>.btn:active,
.btn-group>.btn:focus {
	z-index: 1
}

.btn-group .btn+.btn,
.btn-group .btn+.btn-group,
.btn-group .btn-group+.btn,
.btn-group .btn-group+.btn-group {
	margin-left: -1px
}

.btn-group>.btn:first-child {
	margin-left: 0
}

.btn-group>.btn-group:not(:last-child)>.btn,
.btn-group>.btn:not(:last-child):not(.dropdown-toggle) {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0
}

.btn-group>.btn-group:not(:first-child)>.btn,
.btn-group>.btn:not(:first-child) {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0
}

.btn-group-toggle>.btn,
.btn-group-toggle>.btn-group>.btn {
	margin-bottom: 0
}

.nav {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none
}

.tab-content>.active {
	display: block
}

@-webkit-keyframes progress-bar-stripes {
	from {
		background-position: 1rem 0
	}

	to {
		background-position: 0 0
	}
}

@keyframes progress-bar-stripes {
	from {
		background-position: 1rem 0
	}

	to {
		background-position: 0 0
	}
}

.media {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: start;
	align-items: flex-start
}

.media-body {
	-ms-flex: 1;
	flex: 1
}

.list-group {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	padding-left: 0;
	margin-bottom: 0
}

@supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)) {

	.carousel-item-next.carousel-item-left,
	.carousel-item-prev.carousel-item-right {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)) {

	.active.carousel-item-right,
	.carousel-item-next {
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0)
	}
}

@supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)) {

	.active.carousel-item-left,
	.carousel-item-prev {
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0)
	}
}

@supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)) {

	.carousel-fade .active.carousel-item-left,
	.carousel-fade .active.carousel-item-prev,
	.carousel-fade .carousel-item-next,
	.carousel-fade .carousel-item-prev,
	.carousel-fade .carousel-item.active {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

.bg-info {
	background-color: #17a2b8 !important
}

a.bg-info:focus,
a.bg-info:hover,
button.bg-info:focus,
button.bg-info:hover {
	background-color: #117a8b !important
}

.bg-dark {
	background-color: #343a40 !important
}

a.bg-dark:focus,
a.bg-dark:hover,
button.bg-dark:focus,
button.bg-dark:hover {
	background-color: #1d2124 !important
}

.border {
	border: 1px solid #dee2e6 !important
}

.border-top {
	border-top: 1px solid #dee2e6 !important
}

.border-right {
	border-right: 1px solid #dee2e6 !important
}

.border-left {
	border-left: 1px solid #dee2e6 !important
}

.border-0 {
	border: 0 !important
}

.border-top-0 {
	border-top: 0 !important
}

.border-right-0 {
	border-right: 0 !important
}

.border-left-0 {
	border-left: 0 !important
}

.border-info {
	border-color: #17a2b8 !important
}

.border-dark {
	border-color: #343a40 !important
}

.d-block {
	display: block !important
}

.d-table {
	display: table !important
}

.d-table-row {
	display: table-row !important
}

@media (min-width:576px) {
	.d-sm-block {
		display: block !important
	}

	.d-sm-table {
		display: table !important
	}

	.d-sm-table-row {
		display: table-row !important
	}
}

@media (min-width:768px) {
	.d-md-block {
		display: block !important
	}

	.d-md-table {
		display: table !important
	}

	.d-md-table-row {
		display: table-row !important
	}
}

@media (min-width:992px) {
	.d-lg-block {
		display: block !important
	}

	.d-lg-table {
		display: table !important
	}

	.d-lg-table-row {
		display: table-row !important
	}
}

@supports ((position:-webkit-sticky) or (position:sticky)) {
	.sticky-top {
		position: -webkit-sticky;
		position: sticky;
		top: 0;
		z-index: 1020
	}
}

.h-25 {
	height: 25% !important
}

.h-50 {
	height: 50% !important
}

.h-75 {
	height: 75% !important
}

.h-100 {
	height: 100% !important
}

.my-0 {
	margin-top: 0 !important
}

.mr-0 {
	margin-right: 0 !important
}

.my-0 {
	margin-bottom: 0 !important
}

.my-1 {
	margin-top: .25rem !important
}

.mr-1 {
	margin-right: .25rem !important
}

.my-1 {
	margin-bottom: .25rem !important
}

.my-2 {
	margin-top: .5rem !important
}

.mr-2 {
	margin-right: .5rem !important
}

.my-2 {
	margin-bottom: .5rem !important
}

.my-3 {
	margin-top: 1rem !important
}

.mr-3 {
	margin-right: 1rem !important
}

.my-3 {
	margin-bottom: 1rem !important
}

.my-4 {
	margin-top: 1.5rem !important
}

.mr-4 {
	margin-right: 1.5rem !important
}

.my-4 {
	margin-bottom: 1.5rem !important
}

.my-5 {
	margin-top: 3rem !important
}

.mr-5 {
	margin-right: 3rem !important
}

.my-5 {
	margin-bottom: 3rem !important
}

.p-0 {
	padding: 0 !important
}

.px-0 {
	padding-right: 0 !important
}

.px-0 {
	padding-left: 0 !important
}

.p-1 {
	padding: .25rem !important
}

.px-1 {
	padding-right: .25rem !important
}

.px-1 {
	padding-left: .25rem !important
}

.p-2 {
	padding: .5rem !important
}

.px-2 {
	padding-right: .5rem !important
}

.px-2 {
	padding-left: .5rem !important
}

.p-3 {
	padding: 1rem !important
}

.px-3 {
	padding-right: 1rem !important
}

.px-3 {
	padding-left: 1rem !important
}

.p-4 {
	padding: 1.5rem !important
}

.px-4 {
	padding-right: 1.5rem !important
}

.px-4 {
	padding-left: 1.5rem !important
}

.p-5 {
	padding: 3rem !important
}

.px-5 {
	padding-right: 3rem !important
}

.px-5 {
	padding-left: 3rem !important
}

@media (min-width:576px) {
	.my-sm-0 {
		margin-top: 0 !important
	}

	.mr-sm-0 {
		margin-right: 0 !important
	}

	.my-sm-0 {
		margin-bottom: 0 !important
	}

	.my-sm-1 {
		margin-top: .25rem !important
	}

	.mr-sm-1 {
		margin-right: .25rem !important
	}

	.my-sm-1 {
		margin-bottom: .25rem !important
	}

	.my-sm-2 {
		margin-top: .5rem !important
	}

	.mr-sm-2 {
		margin-right: .5rem !important
	}

	.my-sm-2 {
		margin-bottom: .5rem !important
	}

	.my-sm-3 {
		margin-top: 1rem !important
	}

	.mr-sm-3 {
		margin-right: 1rem !important
	}

	.my-sm-3 {
		margin-bottom: 1rem !important
	}

	.my-sm-4 {
		margin-top: 1.5rem !important
	}

	.mr-sm-4 {
		margin-right: 1.5rem !important
	}

	.my-sm-4 {
		margin-bottom: 1.5rem !important
	}

	.my-sm-5 {
		margin-top: 3rem !important
	}

	.mr-sm-5 {
		margin-right: 3rem !important
	}

	.my-sm-5 {
		margin-bottom: 3rem !important
	}

	.p-sm-0 {
		padding: 0 !important
	}

	.px-sm-0 {
		padding-right: 0 !important
	}

	.px-sm-0 {
		padding-left: 0 !important
	}

	.p-sm-1 {
		padding: .25rem !important
	}

	.px-sm-1 {
		padding-right: .25rem !important
	}

	.px-sm-1 {
		padding-left: .25rem !important
	}

	.p-sm-2 {
		padding: .5rem !important
	}

	.px-sm-2 {
		padding-right: .5rem !important
	}

	.px-sm-2 {
		padding-left: .5rem !important
	}

	.p-sm-3 {
		padding: 1rem !important
	}

	.px-sm-3 {
		padding-right: 1rem !important
	}

	.px-sm-3 {
		padding-left: 1rem !important
	}

	.p-sm-4 {
		padding: 1.5rem !important
	}

	.px-sm-4 {
		padding-right: 1.5rem !important
	}

	.px-sm-4 {
		padding-left: 1.5rem !important
	}

	.p-sm-5 {
		padding: 3rem !important
	}

	.px-sm-5 {
		padding-right: 3rem !important
	}

	.px-sm-5 {
		padding-left: 3rem !important
	}
}

@media (min-width:768px) {
	.my-md-0 {
		margin-top: 0 !important
	}

	.mr-md-0 {
		margin-right: 0 !important
	}

	.my-md-0 {
		margin-bottom: 0 !important
	}

	.my-md-1 {
		margin-top: .25rem !important
	}

	.mr-md-1 {
		margin-right: .25rem !important
	}

	.my-md-1 {
		margin-bottom: .25rem !important
	}

	.my-md-2 {
		margin-top: .5rem !important
	}

	.mr-md-2 {
		margin-right: .5rem !important
	}

	.my-md-2 {
		margin-bottom: .5rem !important
	}

	.my-md-3 {
		margin-top: 1rem !important
	}

	.mr-md-3 {
		margin-right: 1rem !important
	}

	.my-md-3 {
		margin-bottom: 1rem !important
	}

	.my-md-4 {
		margin-top: 1.5rem !important
	}

	.mr-md-4 {
		margin-right: 1.5rem !important
	}

	.my-md-4 {
		margin-bottom: 1.5rem !important
	}

	.my-md-5 {
		margin-top: 3rem !important
	}

	.mr-md-5 {
		margin-right: 3rem !important
	}

	.my-md-5 {
		margin-bottom: 3rem !important
	}

	.p-md-0 {
		padding: 0 !important
	}

	.px-md-0 {
		padding-right: 0 !important
	}

	.px-md-0 {
		padding-left: 0 !important
	}

	.p-md-1 {
		padding: .25rem !important
	}

	.px-md-1 {
		padding-right: .25rem !important
	}

	.px-md-1 {
		padding-left: .25rem !important
	}

	.p-md-2 {
		padding: .5rem !important
	}

	.px-md-2 {
		padding-right: .5rem !important
	}

	.px-md-2 {
		padding-left: .5rem !important
	}

	.p-md-3 {
		padding: 1rem !important
	}

	.px-md-3 {
		padding-right: 1rem !important
	}

	.px-md-3 {
		padding-left: 1rem !important
	}

	.p-md-4 {
		padding: 1.5rem !important
	}

	.px-md-4 {
		padding-right: 1.5rem !important
	}

	.px-md-4 {
		padding-left: 1.5rem !important
	}

	.p-md-5 {
		padding: 3rem !important
	}

	.px-md-5 {
		padding-right: 3rem !important
	}

	.px-md-5 {
		padding-left: 3rem !important
	}
}

@media (min-width:992px) {
	.my-lg-0 {
		margin-top: 0 !important
	}

	.mr-lg-0 {
		margin-right: 0 !important
	}

	.my-lg-0 {
		margin-bottom: 0 !important
	}

	.my-lg-1 {
		margin-top: .25rem !important
	}

	.mr-lg-1 {
		margin-right: .25rem !important
	}

	.my-lg-1 {
		margin-bottom: .25rem !important
	}

	.my-lg-2 {
		margin-top: .5rem !important
	}

	.mr-lg-2 {
		margin-right: .5rem !important
	}

	.my-lg-2 {
		margin-bottom: .5rem !important
	}

	.my-lg-3 {
		margin-top: 1rem !important
	}

	.mr-lg-3 {
		margin-right: 1rem !important
	}

	.my-lg-3 {
		margin-bottom: 1rem !important
	}

	.my-lg-4 {
		margin-top: 1.5rem !important
	}

	.mr-lg-4 {
		margin-right: 1.5rem !important
	}

	.my-lg-4 {
		margin-bottom: 1.5rem !important
	}

	.my-lg-5 {
		margin-top: 3rem !important
	}

	.mr-lg-5 {
		margin-right: 3rem !important
	}

	.my-lg-5 {
		margin-bottom: 3rem !important
	}

	.p-lg-0 {
		padding: 0 !important
	}

	.px-lg-0 {
		padding-right: 0 !important
	}

	.px-lg-0 {
		padding-left: 0 !important
	}

	.p-lg-1 {
		padding: .25rem !important
	}

	.px-lg-1 {
		padding-right: .25rem !important
	}

	.px-lg-1 {
		padding-left: .25rem !important
	}

	.p-lg-2 {
		padding: .5rem !important
	}

	.px-lg-2 {
		padding-right: .5rem !important
	}

	.px-lg-2 {
		padding-left: .5rem !important
	}

	.p-lg-3 {
		padding: 1rem !important
	}

	.px-lg-3 {
		padding-right: 1rem !important
	}

	.px-lg-3 {
		padding-left: 1rem !important
	}

	.p-lg-4 {
		padding: 1.5rem !important
	}

	.px-lg-4 {
		padding-right: 1.5rem !important
	}

	.px-lg-4 {
		padding-left: 1.5rem !important
	}

	.p-lg-5 {
		padding: 3rem !important
	}

	.px-lg-5 {
		padding-right: 3rem !important
	}

	.px-lg-5 {
		padding-left: 3rem !important
	}
}

.text-left {
	text-align: left !important
}

.text-right {
	text-align: right !important
}

.text-center {
	text-align: center !important
}

@media (min-width:576px) {
	.text-sm-left {
		text-align: left !important
	}

	.text-sm-right {
		text-align: right !important
	}

	.text-sm-center {
		text-align: center !important
	}
}

@media (min-width:768px) {
	.text-md-left {
		text-align: left !important
	}

	.text-md-right {
		text-align: right !important
	}

	.text-md-center {
		text-align: center !important
	}
}

@media (min-width:992px) {
	.text-lg-left {
		text-align: left !important
	}

	.text-lg-right {
		text-align: right !important
	}

	.text-lg-center {
		text-align: center !important
	}
}

.text-info {
	color: #17a2b8 !important
}

a.text-info:focus,
a.text-info:hover {
	color: #117a8b !important
}

.text-dark {
	color: #343a40 !important
}

a.text-dark:focus,
a.text-dark:hover {
	color: #1d2124 !important
}

.text-body {
	color: #212529 !important
}

@media print {

	*,
	::after,
	::before {
		text-shadow: none !important;
		box-shadow: none !important
	}

	a:not(.btn) {
		text-decoration: underline
	}

	pre {
		white-space: pre-wrap !important
	}

	pre {
		border: 1px solid #adb5bd;
		page-break-inside: avoid
	}

	img {
		page-break-inside: avoid
	}

	h2,
	h3,
	p {
		orphans: 3;
		widows: 3
	}

	h2,
	h3 {
		page-break-after: avoid
	}

	@page {
		size: a3
	}

	body {
		min-width: 992px !important
	}

	.container {
		min-width: 992px !important
	}

	.table {
		border-collapse: collapse !important
	}

	.table-dark {
		color: inherit
	}
}