.hero-v2 .h-caption {
	padding-top: 50px;
}
.hero-v2 .h-caption p.over {
	font-family: 'Oswald';
	font-style: normal;
	font-weight: 500;
	font-size: 22px;
	letter-spacing: 0;
	line-height: 1.2;
}
.hero-v2 .h-caption h1 {
	font-family: 'Oswald';
	font-style: normal;
	font-weight: 500;
	font-size: 48px;
	line-height: 1.2;
	margin-bottom: 20px;
}
.hero-v2 .h-caption p {
	font-family: 'Mukta';
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 28px;
}
.hero-v2 .hero-form {
	margin-top: 20px;
	margin-bottom: 30px;
}
.hero-v2 .hero-form form {
	background: #FFFFFF;
	border-radius: 8px;
	padding: 25px;
}
.hero-v2 .hero-form form h2 {
	font-family: 'Oswald';
	font-style: normal;
	font-weight: 500;
	font-size: 40px;
	line-height: 54px;
	text-align: center;
	text-transform: uppercase;
	color: #000000;
	margin: 0;
}
.hero-v2 .hero-form form p {
	font-family: 'Mukta';
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 24px;
	text-align: center;
	color: #444444;
	margin-bottom: 18px;
}
.hero-v2 .hero-form form .form-group {
	margin-bottom: 18px;
}
.hero-v2 .hero-form form .form-control {
	background: #F1F1F1;
	border: 1px solid #D9D9D9;
	height: 52px;
	color: #444444;
	border-radius: 0;
}
.hero-v2 .hero-form form button {
	box-shadow: none;
	border: 0;
	height: 52px;
	font-weight: 600;
}
@media (min-width: 768px) {
	.hero-v2 .h-caption p.over {
		font-size: 36px;
	}
	.hero-v2 .h-caption h1 {
		font-size: 80px;
	}
	.hero-v2 .h-caption p {
		font-size: 18px;
	}
	.hero-v2 .hero-form {
		margin-top: 0;
		margin-bottom: 30px;
	}
}
@media (min-width: 1200px) {
	.hero-v2 .h-caption h1 {
		font-size: 100px;
	}
}
.bg-f9f9f9 {
	background: #F9F9F9;
}
.logo-slider-v2 .badges-carousel .flickity-viewport {
  min-height: auto;
}
.btn-hover-opacity:hover {
	color: #fff;
	opacity: 0.8;
}
.section-title .over {
	font-family: 'Mukta';
	font-style: normal;
	font-weight: 600;
	font-size: 18px;
	line-height: 36px;
	color: #43C8F3;
	letter-spacing: 0;
}
.section-title h2 {
	font-family: 'Oswald';
	font-style: normal;
	font-weight: 700;
	font-size: 32px;
	line-height: 43px;
	color: #444444;
}
.about-us .about-us-text {
	position: relative;
	padding-left: 36px;
	margin-top: 54px;
}
.about-us .about-us-text:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 3px;
	height: 100px;
	background: #43C8F3;
}
.about-us .watch-video {
	padding: 30px 10px 0;
}
.about-us .watch-video .play-icon {
	position: relative;
	height: 50px;
	width: 50px;
	border-radius: 50%;
	display: inline-block;
	text-align: center;
	background: #2EA3F2;
	color: #fff;
	font-size: 17px;
	line-height: 50px;
	margin-right: 22px;
}
.about-us .watch-video .play-icon:before {
	content: '';
	position: absolute;
	height: 70px;
	width: 70px;
	border-radius: 50%;
	display: inline-block;
	background: rgba(67, 200, 243, 0.1);
	top: -10px;
	left: -10px;
}
.about-us .watch-video span {
	color: #232528;
	font-weight: 600;
	padding-left: 101px;
	position: relative;
}
.about-us .watch-video span:after {
	content: '';
	position: absolute;
	height: 1px;
	width: 88px;
	background: #CACACA;
	left: 0;
	top: 12px;
}
.features-widget-list {
	max-width: 813px;
	margin: 0 auto;
}
.features .features-widget {
	height: 100%;
	position: relative;
	padding-bottom: 30px;
	max-width: 320px;
	margin: 0 auto;
	text-align: center;
}
.features .features-widget .widget-title{
	font-family: 'Oswald';
	font-style: normal;
	font-weight: 700;
	font-size: 36px;
	line-height: 36px;
	margin: 11px 0 24px;
}
.features .features-widget .btn-link {
	position: relative;
	left: 0;
	bottom: 0;
	text-decoration: none;
	min-width: 168px;
	text-align: center;
}
.services-widget {
	height: 100%;
}
.services-list .col-md-3:last-child .services-widget{
	border: 0;
}
.services-widget-wrapper {
	position: relative;
	padding: 25px 28px 72px;
	background: #fff;
	color: #444;
	height: 100%;
}
.services-list {
	padding-left: 12px;
	padding-right: 12px;
}
.services-widget-wrapper:hover {
	background: rgba(0,0,0,0.8);
	color: #fff;
}
.services-widget .widget-icon {
	min-height: 84px;
}
.services-widget .widget-icon >img {
	margin-left: -9px;
}
.services-widget-wrapper .widget-icon > img:last-child {
	display: none;
}
.services-widget-wrapper:hover .widget-icon > img:last-child {
	display: block;
}
.services-widget-wrapper:hover .widget-icon > img:first-child {
	display: none;
}
.services-widget .widget-title {
	font-family: 'Oswald';
	font-weight: 700;
	font-size: 32px;
	line-height: 36px;
	margin: 7px 0 19px;
}
.services-widget p {
	margin-bottom: 27px;
}
.services-widget .learn-more {
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 26px;
	position: absolute;
	left: 28px;
	bottom: 40px;
}
.services-widget .learn-more svg {
	margin-right: 13px;
}
.services-widget-wrapper:hover > .learn-more svg {
	fill: #fff!important;
}
.lp-why-list-wrapper [class*=col],
.services-list [class*=col] {
	padding-left: 0;
	padding-right: 0;
}
.lp-services-wrapper .cta-quote {
	border-bottom: 1px solid #d9d9d9;
	border-top: 1px solid #d9d9d9;
}
.lp-services-wrapper .cta-quote .cta-btn {
	float: left;
	margin-top: 20px;
}
.lp-services-wrapper {
	box-shadow: 0px 4px 28px 6px rgba(0, 0, 0, 0.1);
}
.lp-why-list-wrapper {
	border: 1px solid rgba(255,255,255,0.3);
}
.lp-why-list-wrapper .col-md-6:first-child .why-widget,
.lp-why-list-wrapper .col-md-6:nth-child(2) .why-widget,
.lp-why-list-wrapper .col-md-6:nth-child(3) .why-widget {
	border-bottom: 1px solid rgba(255,255,255,0.3);
}
.lp-why-list {
	padding: 15px;
}
.lp-why-list-wrapper .why-widget {
	padding: 20px 25px 5px;
	height: 100%;
}
.lp-why-list-wrapper .why-widget h3 {
	font-family: 'Oswald';
	font-style: normal;
	font-weight: 600;
	font-size: 26px;
	line-height: 36px;
	margin: 13px 0;
}
.lp-why .cta-lg {
	background-size: cover;
	background-position: center top;
	margin-top: 65px;
}
.lp-why .cta-lg .cta-wrapper {
	padding-top: 65px;
	border-top: 1px solid rgba(255,255,255,0.3);
}
.lp-why .cta-lg h2 {
	font-family: 'Oswald';
	font-style: normal;
	font-weight: 600;
	font-size: 32px;
	line-height: 43px;
	text-align: center;
	margin-bottom: 20px;
}
.cta-links .call-btn{
	font-family: 'Mukta';
	font-style: normal;
	font-weight: 600;
	font-size: 30px;
	line-height: 30px;
	display: inline-block;
	color: #fff;
	position: relative;
	padding-left: 65px;
	margin-left: 0;
	margin-top: 20px;
}
.cta-links .call-btn span{
	font-family: 'Mukta';
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 16px;
	display: table;
}
.cta-links {
	display: block!important;
}
.cta-links .call-btn img {
	position: absolute;
	left: 0;
	top: 0;
}
.services-widget-wrapper {
	border-bottom: 1px solid #d9d9d9;
}
.lp-faq .img-widget,
.about-us .img-holder {
	margin-top: 30px;
}
.features-widget-list .col-md-4:nth-child(2) .features-widget {
	border-top: 1px solid #d9d9d9;
	border-bottom: 1px solid #d9d9d9;
	padding-top: 30px;
}
.features-widget-list .col-md-4:last-child .features-widget {
	margin-top: 30px;
}
.cta-links .cta-btn{
	display: table !important;
	margin: 0 auto;
}
@media (min-width: 768px) {
	.lp-why-list {
		padding: 0;
	}
	.lp-why-list-wrapper .col-md-6:first-child .why-widget,
	.lp-why-list-wrapper .col-md-6:nth-child(3) .why-widget {
		border-right: 1px solid rgba(255,255,255,0.3);
	}
	.lp-why-list-wrapper .col-md-6:nth-child(3) .why-widget {
		border-bottom: 0;
	}
	.cta-links {
		display: flex!important;
	}
	.lp-faq .img-widget,
	.about-us .img-holder {
		margin-top: 0;
	}
	
	.services-widget {
		border-right: 1px solid #D9D9D9;
	}
	.services-list .col-md-6:nth-child(2) .services-widget,
	.services-list .col-md-6:last-child .services-widget {
		border-right: 0;
	}
	.lp-services-wrapper .cta-quote .cta-btn {
	  float: right;
	  margin-top: 0;
	}
	.features .features-widget {
		padding-bottom: 60px;
		max-width: 100%;
		margin: 0 auto;
		text-align: left;
	}
	.features .features-widget .btn-link {
		position: absolute;
	}
	.cta-links .call-btn{
		margin-left: 35px;
		margin-top: 0;
	}
	.features-widget-list .col-md-4:nth-child(2) .features-widget {
		border-top: 0;
		border-bottom: 0;
		padding-top: 0;
	}
	.features-widget-list .col-md-4:last-child .features-widget {
		margin-top: 0;
	}
	.cta-links .cta-btn{
		display: inline-block!important;
		margin: 0;
	}
}
@media (min-width: 992px) {
	.services-widget {
		border-right: 1px solid #D9D9D9;
	}
	.services-widget-wrapper {
		border-bottom: 0;
	}
	.services-list .col-md-6:nth-child(2) .services-widget{
		border-right: 1px solid #D9D9D9;
	}
	.services-list .col-md-6:last-child .services-widget {
		border-right: 0;
	}
}