.section {
	position: relative
}

.pt-40 {
	padding-top: 40px
}

@media (min-width:992px) {
	.col-lg-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%
	}
}

.section__heading {
	display: block;
	position: relative;
	padding-bottom: 30px;
	margin-bottom: 40px
}

.section__heading-center {
	text-align: center
}

.pricing__grid {
	position: relative;
	background: #fff;
	border: 1px solid #d7deee;
	-webkit-box-shadow: 0 3px 40px 0 rgba(0, 0, 0, .15);
	box-shadow: 0 3px 40px 0 rgba(0, 0, 0, .15);
	margin-bottom: 40px
}

.pricing__column,
.pricing__grid,
.pricing__grid-header {
	display: block;
	text-align: center
}

.pricing__grid-header {
	position: relative;
	padding: 40px 0 60px;
	margin-bottom: 10px;
	background-repeat: no-repeat;
	background-position: bottom center;
	background-size: 100% auto;
	background-color: #d7deee;
	background-image: url(images/pricing-bg-orange.png)
}

.pricing__grid-header--icon {
	line-height: 48px;
	display: inline-block;
	width: 90px;
	height: 90px;
	overflow: hidden;
	background: #2c2d2d;
	border-radius: 50%;
	color: #fff;
	padding: 20px 0;
	margin-bottom: 0
}

.pricing__grid-action {
	position: relative;
	display: block;
	text-align: center;
	margin-bottom: -30px
}

.btn-default {
	background: #2c2d2d;
	color: #fff
}

.pricing__grid-action .btn-rounded {
	border-radius: 80px
}

.pricing__grid-action .btn-orange {
	background: #28166f;
	border-color: #28166f;
	color: #fff
}

.pricing__grid-action .btn-orange:hover {
	background: #3bb3c2
}

.pricing__grid-blue .pricing__grid-header--icon {
	background: #fff;
	color: #1e5ee5
}

.pricing__grid-orange .pricing__grid-header--icon {
	background: #fff;
	color: #f26822
}

.pricing__grid-orange .pricing__grid-header-title {
	color: #fff
}

.features-layout1 {
	background-repeat: no-repeat
}

.bg-img {
	position: relative;
	z-index: 1
}

.center_margin {
	margin: 38% 0
}

.features-layout1 .heading-layout2 {
	padding-right: 70px
}

.mb-40 {
	margin-bottom: 40px!important
}

.heading__subtitle {
	font-size: 15px;
	color: #00c881;
	margin-bottom: 15px
}

.color-body {
	color: #51668a!important
}

.heading-layout2 .heading__title {
	font-size: 37px
}

.heading__title {
	font-size: 34px;
	margin-bottom: 20px
}

.color-white {
	color: #fff!important
}

.btn:not(:disabled):not(.disabled) {
	cursor: pointer
}

.features-wrapper {
	border: 1px solid #2d375b;
	border-radius: 3px
}

.mt-40 {
	margin-top: 40px!important
}

@media (min-width:576px) {
	.features-layout1 .feature-item:nth-of-type(odd) {
		border-right: 1px solid #2d375b
	}
	.features-layout1 .feature-item:nth-of-type(1),
	.features-layout1 .feature-item:nth-of-type(2),
	.features-layout1 .feature-item:nth-of-type(5),
	.features-layout1 .feature-item:nth-of-type(6) {
		border-bottom: 1px solid #2d375b
	}
}

.features-layout1 .feature-item {
	padding: 40px;
	margin-bottom: 0
}

.feature-item {
	position: relative;
	margin-bottom: 30px
}

.feature-item .feature-item__icon {
	font-size: 55px;
	line-height: 1;
	color: #00c881;
	margin-bottom: 18px
}

[class*=" icon-"],
[class^=icon-] {
	font-family: icomoon!important;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.align-items-center {
	-ms-flex-align: center!important;
	align-items: center!important
}

.justify-content-between {
	-ms-flex-pack: justify!important;
	justify-content: space-between!important
}

.d-flex {
	display: -ms-flexbox!important;
	display: flex!important
}

.features-layout1 .feature-item__title {
	color: #fff
}

.features-layout1 .feature-item__title {
	color: #fff
}

.mb-0 {
	margin-bottom: 0!important
}

a {
	color: #00c881;
	-webkit-transition: color .3s ease;
	transition: color .3s ease
}

section.services-area {
	padding-bottom: 90px
}

@media screen and (max-width:1199.5px) {
	.section-heading {
		margin-left: auto;
		margin-right: auto;
		text-align: center
	}
}

.section-heading h1,
.section-heading h2 {
	font-size: 35px;
	font-family: Poppins, sans-serif;
	color: #223645;
	font-weight: 700;
	line-height: 1.343
}

.section-heading p {
	font-size: 18px;
	font-family: Rubik, sans-serif;
	color: #647589;
	line-height: 1.722
}

.animate__slideInUp {
	-webkit-animation-name: slideInUp;
	animation-name: slideInUp
}

.ml-auto,
.mx-auto {
	margin-left: auto!important
}

.mr-auto,
.mx-auto {
	margin-right: auto!important
}

.service-box {
	border-radius: 5px;
	background-color: #fff;
	box-shadow: 0 5px 20px 0 rgba(150, 176, 203, .15);
	padding: 40px;
	margin-bottom: 30px;
	transition: .3s
}

.service-box:hover {
	box-shadow: 0 5px 20px 0 rgba(0, 0, 0, .15);
	transition: .3s
}

.service-image {
	float: left;
	margin-right: 24px
}

.service-image svg {
	height: 55px
}

.service-text {
	overflow: hidden
}

.service-text h1 {
	font-size: 18px;
	font-family: Poppins, sans-serif;
	color: #223645;
	font-weight: 700
}

.section-heading {
	width: 100%;
	text-align: center;
	margin: 121px 0 82px 0
}

.col-half-offset {
	margin-left: 3.166667%;
	width: 16%
}

.first-col-half-offset {
	width: 19%
}

.sixth-col-half-offset {
	width: 19%
}

.services-area .mob_img {
	padding: 10% 0
}

.padding_prod50 {
	padding-bottom: 50px
}

@media only screen and (max-width:767px) {
	.heading-layout2 .heading__title {
		font-size: 22px;
		line-height: 35px;
		margin: 20px 0 0 27px
	}
	.col-half-offset {
		width: 93%
	}
	.pricing__grid-header h5 {
		margin-bottom: 25px
	}
	.btn {
		font-size: 14px;
		padding: 12.5px 20px
	}
	.pricing__grid-orange .pricing__grid-header {
		background-color: #fff
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.first-col-half-offset .pricing__grid-header h5 {
		margin-bottom: 0
	}
	.pricing__grid-action .btn-orange {
		font-size: 14px;
		padding: 9px 9px
	}
}