section:nth-of-type(1) .container {
	padding-top: 80px;
	padding-bottom: 200px;
	max-width: 1140px;
}
section:nth-of-type(1) p {
	color: #696969;
}
section:nth-of-type(1) .col-md-6 > p {
	font-size: 20px;
	line-height: 25px;
}
section:nth-of-type(1) .group {
	max-width: 180px;
	margin: 0 auto 40px;
}
section:nth-of-type(1) .group > * {
	display: inline-block;
	vertical-align: middle;
	width: calc(100% - 44px);
}
section:nth-of-type(1) .group .image {
	width: 30px;
	margin-right: 10px;
}
section:nth-of-type(1) .group .text p {
	margin-bottom: 0;
}
@media screen and (min-width: 769px) {
	section:nth-of-type(1) .col-md-6 > p {
		max-width: 435px;
	}
}
@media screen and (max-width: 767px) {
	section:nth-of-type(1) .container {
		padding-top: 50px;
		padding-bottom: 650px;
	}
	section:nth-of-type(1) .col-md-6 > p {
		font-size: 18px;
	}
	section:nth-of-type(1) .group {
		margin: 40px auto;
	}
}
@media screen and (min-width: 600px) and (max-width: 767px) {
	section:nth-of-type(1) .container {
		padding-top: 50px;
		padding-bottom: 690px;
	}
}

section:nth-of-type(2) {
	padding-top: 80px;
	padding-bottom: 80px;
	color: #fff;
	margin-top: -7vw;
	background: #2fcad0;
	background: -moz-linear-gradient(left, #2fcad0 0%, #00aa9f 100%, #7db9e8 100%);
	background: -webkit-linear-gradient(left, #2fcad0 0%,#00aa9f 100%,#7db9e8 100%);
	background: linear-gradient(to right, #2fcad0 0%,#00aa9f 100%,#7db9e8 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2fcad0', endColorstr='#7db9e8',GradientType=1 );
	-webkit-transform: skewY(-5deg);
	-moz-transform: skewY(-5deg);
	-ms-transform: skewY(-5deg);
	transform: skewY(-5deg);
}
section:nth-of-type(2) > .container {
	-webkit-transform: skewY(5deg);
	-moz-transform: skewY(5deg);
	-ms-transform: skewY(5deg);
	transform: skewY(5deg);
	padding-top: 50px;
	padding-bottom: 50px;
	max-width: 1140px;
}
section:nth-of-type(2) ul {
	list-style: none;
	padding-left: 0;
}
section:nth-of-type(2) ul li {
	position: relative;
	display: block;
	vertical-align: top;
	padding-left: 60px;
	width: 100%;
	margin-bottom: 50px;
}
section:nth-of-type(2) ul li:before {
	content: '';
	position: absolute;
	left: 0;
	top: calc(50% - 20px);
	width: 40px;
	height: 40px;
	background-image: url('../images/icons/tick-white.png');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
section:nth-of-type(2) ul li h5 {
	color: #fff;
	font-size: 27px;
	font-weight: 700;
	margin-bottom: 5px;
}
section:nth-of-type(2) ul li p {
	margin-bottom: 0;
}
section:nth-of-type(2) .col-md-7 > .inner {
	background-color: #fff;
	border: 0;
	box-shadow: 0 0 16px 0 rgba(0,0,0,0.06);
	max-width: 600px;
	margin: -230px auto 50px;
	padding: 50px 15px 30px;
}
section:nth-of-type(2) h4 {
	color: #00aa9f;
	margin-bottom: 50px;
}
section:nth-of-type(2) .calculator {
	color: #696969;
}
section:nth-of-type(2) .calculator .overview {
	margin-top: 40px;
	margin-bottom: 20px;
}
section:nth-of-type(2) .calculator .results {
	border-color: #000;
}
section:nth-of-type(2) .calculator .results > div {
	padding: 10px 20px;
}
section:nth-of-type(2) .calculator .ls-btn-white {
	color: #fff;
	background-color: #ff795a;
}
section:nth-of-type(2) .calculator .ls-btn-white:hover {
	color: #ff795a;
	background-color: #fff;
	border-color: #ff795a;
}
section:nth-of-type(2) .calculator .results > div:first-of-type {
	border-color: #000;
}
section:nth-of-type(2) .calculator .results .result {
	color: #00aa9f;
}
section:nth-of-type(2) .calculator output {
	background-color: #fff;
	border-color: #5dc5c5;
	color: #696969;
}
@media screen and (max-width: 767px) {
	section:nth-of-type(2) {
		padding-bottom: 30px;
	}
	section:nth-of-type(2) > .container {
		padding: 0;
	}
	section:nth-of-type(2) .col-md-7 > .inner {
		position: absolute;
		bottom: calc(100% + 112px + 2vw);
		left: 0;
		margin: 0;
		width: 100%;
		border-radius: 0;
		max-width: 100%;
		box-shadow: none;
	}
	section:nth-of-type(2) .col-md-7 > .inner:before {
		content: '';
		display: block;
		position: absolute;
		bottom: 100%;
		left: 30px;
		width: calc(100% - 60px);
		border-top: 1px solid #e6e6e6;
	}
	section:nth-of-type(2) ul li {
		margin: 0 auto 50px;
		max-width: 270px;
	}
}

section:nth-of-type(3) {
	padding-top: 140px;
	padding-bottom: calc(140px + 9vw);
}
section:nth-of-type(3) > .container {
	max-width: 1140px;
}
section:nth-of-type(3) h4 {
	margin-bottom: 15px;
}
section:nth-of-type(3) h6 {
	margin-bottom: 100px;
}

@media screen and (max-width: 767px) {
	section:nth-of-type(3) {
		padding-top: 80px;
	}
}

section:nth-of-type(4) {
	padding-top: 80px;
	padding-bottom: 80px;
	color: #fff;
	margin-top: -7vw;
	background: #2fcad0;
	background: -moz-linear-gradient(left, #2fcad0 0%, #00aa9f 100%, #7db9e8 100%);
	background: -webkit-linear-gradient(left, #2fcad0 0%,#00aa9f 100%,#7db9e8 100%);
	background: linear-gradient(to right, #2fcad0 0%,#00aa9f 100%,#7db9e8 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2fcad0', endColorstr='#7db9e8',GradientType=1 );
	-webkit-transform: skewY(-5deg);
	-moz-transform: skewY(-5deg);
	-ms-transform: skewY(-5deg);
	transform: skewY(-5deg);
}
section:nth-of-type(4) > .container {
	-webkit-transform: skewY(5deg);
	-moz-transform: skewY(5deg);
	-ms-transform: skewY(5deg);
	transform: skewY(5deg);
	padding-top: 50px;
	padding-bottom: 50px;
	max-width: 1140px;
}
section:nth-of-type(4) h4 {
	color: #fff;
	margin-bottom: 80px;
}
section:nth-of-type(4) h6 {
	color: inherit;
}
section:nth-of-type(4) .col-md-4 {
	margin-bottom: 40px;
	padding: 0 40px;
}
@media screen and (max-width: 767px) {
	section:nth-of-type(4) {
		padding-top: 20px;
		padding-bottom: 0;
	}
}

section:nth-of-type(5) {
	padding-top: 150px;
	padding-bottom: 150px;
}
@media screen and (max-width: 767px) {
	section:nth-of-type(5) {
		padding-top: 80px;
		padding-bottom: 100px;
	}
}

section:nth-of-type(6) {
	padding-top: 100px;
	padding-bottom: 100px;
	background-color: #f5f5f5;
}
section:nth-of-type(6) > .container {
	max-width: 1140px;
}
section:nth-of-type(6) h4 {
	margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
	section:nth-of-type(6) {
		padding-top: 50px;
		padding-bottom: 40px;
	}
	section:nth-of-type(6) h4 {
		margin-bottom: 50px;
	}	
}

.testimonials {
	position: relative;
	border: 3px solid #ff795a;
	border-radius: 5px;
	max-width: 590px;
	margin: 0 auto;
	padding: 50px 30px 30px 70px;
	background-image: url('../images/icons/speechmark-icon.png');
	background-size: 81px auto;
	background-repeat: no-repeat;
	background-position: top 30px left 95px;
}
.testimonials:before,
.testimonials:after {
	content: '';
	display: block;
	position: absolute;
	left: calc(50% - 40px);
	border-left: 40px solid transparent;
	border-right: 40px solid transparent;
}
.testimonials:before {
	top: 100%;
	border-top: 20px solid #ff795a;
}
.testimonials:after {
	top: calc(100% - 3px);
	border-top: 20px solid #fff;
}
.testimonials .owl-stage-outer {
	overflow: hidden;
}
.testimonials .owl-item {
	display: inline-block;
	vertical-align: top;
}
.testimonials .item {
	position: relative;
	color: #696969;
	padding: 0 55px;
}
.testimonials .item span {
	font-weight: 600;
}
.testimonials .owl-dots {
	position: absolute;
	top: calc(100% + 35px);
	left: calc(50% - 100px);
	width: 200px;
	text-align: center;
}
.testimonials .owl-dots .owl-dot {
	display: inline-block;
	margin-right: 10px;
	opacity: 0.5;
}
.testimonials .owl-dots .owl-dot.active {
	opacity: 1;
}
.testimonials .owl-dots .owl-dot:last-of-type {
	margin-right: 0;
}
.testimonials .owl-dots .owl-dot span {
	display: block;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #ff795a;
}
@media screen and (max-width: 600px) {
	.testimonials {
		padding: 50px;
		background-position: top 30px left 15px;
	}
	.testimonials .item {
		padding: 0;
	}
}

.cards {
	max-width: 790px;
	margin: 0 auto;
}
.cards .col-md-4 {
	padding: 7px;
}
.cards .card {
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,.05);
	text-align: center;
	padding: 25px 25px 15px;
	height: 100%;
	border: 0;
	max-width: 250px;
	margin: 0 auto;
	align-items: center;
	justify-content: center;
}
.cards .card .icon {
	width: 71px;
	margin: 0 auto 10px;
}
.cards a {
	display: block;
	-webkit-transition: -webkit-transform 0.4s;
	transition: transform 0.4s;
}
.cards a:hover {
	text-decoration: none;
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	transform: scale(1.05);
}
.blogs a:hover {
	text-decoration: none;
}
.blogs .card {
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,.05);
	border: 0;
	margin-bottom: 20px;
}
.blogs .card .image {
	position: relative;
	padding-top: 71%;
}
.blogs .card .inner {
	padding: 20px;
}
.blogs .card span {
	display: block;
	color: #00aa9f;
	margin-bottom: 0.5rem;
}
.blogs .card p {
	color: #696969;
}
@media screen and (min-width: 768px) {
	.blogs .card {
		height: 100%;
	}
}