/*OVERWRITES*/
#page-5212 header#main-header {
	display: none !important;
}

#page-5212 footer#main-footer {
	display: none !important;
}

/*HEADER*/
header.landing-template {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 3;
}

header.landing-template .site-logo {
	text-align: center;
}

@media (min-width: 768px) {
	header.landing-template .site-logo {
		text-align: left;
	}
}

header.landing-template .site-logo a {
	padding: 10px;
	background-color: white;
	display: inline-block;
	max-width: 150px;
}

@media (min-width: 992px) {
	header.landing-template .site-logo a {
		max-width: 180px;
	}
}

@media (min-width: 1200px) {
	header.landing-template .site-logo a {
		padding: 30px 25px;
		max-width: 100%;
	}
}

/*CONTENT*/
main.landing-template a {
	transition: all 0.3s;
}

main.landing-template button {
	transition: all 0.3s;
}

main.landing-template .lp-banner {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	padding: 100px 0 30px;
	text-align: center;
	color: white;
	position: relative;
}

main.landing-template .lp-banner:after {
	content: "";
	background-color: #520094db;
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

@media (min-width: 768px) {
	main.landing-template .lp-banner {
		text-align: right;
		padding: 70px 0;
	}
}

main.landing-template .lp-banner h1 {
	font-size: 22px;
	font-weight: 600;
	margin: 0;
	position: relative;
	z-index: 2;
}

@media (min-width: 576px) {
	main.landing-template .lp-banner h1 {
		font-size: 28px;
	}
}

@media (min-width: 768px) {
	main.landing-template .lp-banner h1 {
		font-size: 36px;
	}
}

@media (min-width: 1200px) {
	main.landing-template .lp-banner h1 {
		font-size: 55px;
	}
}

main.landing-template .lp-first-section {
	border-bottom: 1px solid #f0f0f0;
	padding: 30px 0;
	margin: 0 0 50px;
}

@media (min-width: 1200px) {
	main.landing-template .lp-first-section {
		padding: 60px 0 70px;
		margin: 0 0 60px;
	}
}

main.landing-template .lp-first-section .left {
	position: relative;
	margin-bottom: 40px;
}

main.landing-template .lp-first-section .left:after {
	content: "";
	width: 124px;
	height: 43px;
	background-image: url(../images/arrow.png);
	background-size: initial;
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;
	right: -10px;
	bottom: -50px;
	display: none;
}

@media (min-width: 992px) {
	main.landing-template .lp-first-section .left:after {
		
	}
}

@media (min-width: 1200px) {
	main.landing-template .lp-first-section .left:after {
		display: block;
		/*right: -32px;*/
		/*bottom: -30px;*/
		/*right: -25px;*/
		/*bottom: -40px;*/
		right: -30px;
		bottom: -60px;
	}
}

@media (min-width: 1200px) {
	main.landing-template .lp-first-section .left {
		margin-bottom: 0;
		padding-top: 30px;
	}
}

main.landing-template .lp-first-section .left h2 {
	font-size: 24px;
	font-weight: bold;
	color: #3f004e;
	margin: 0 0 20px;
}

@media (min-width: 1200px) {
	main.landing-template .lp-first-section .left h2 {
		font-size: 32px;
	}
}

main.landing-template .lp-first-section .left ul {
	padding: 0;
	margin: 0 0 40px;
}

main.landing-template .lp-first-section .left ul li {
	width: 100%;
	margin: 0 0 5px;
	font-size: 16px;
	color: #7f6695;
	list-style-type: none;
	position: relative;
	padding-left: 30px;
}

@media (min-width: 1200px) {
	main.landing-template .lp-first-section .left ul li {
		font-size: 21px;
		padding-left: 38px;
	}
}

main.landing-template .lp-first-section .left ul li:before {
	content: "\f00c";
	font-family: 'FontAwesome';
	font-weight: 900;
	color: #3f004e;
	font-size: 16px;
	position: absolute;
	top: -2px;
	left: 0;
}

@media (min-width: 1200px) {
	main.landing-template .lp-first-section .left ul li:before {
		font-size: 24px;
		top: -3px;
	}
}

main.landing-template .lp-first-section .left .bottom-text {
	color: #57068c;
	font-size: 24px;
	margin: 0 0 15px;
	text-transform: uppercase;
	font-weight: bold;
	line-height: normal;
}

@media (min-width: 1200px) {
	main.landing-template .lp-first-section .left .bottom-text {
		font-size: 34px;
	}
}

main.landing-template .lp-first-section .left .bottom-text-2 {
	font-size: 20px;
	line-height: normal;
	color: #6f0cb1;
	margin: 0;
	font-weight: bold;
}

@media (min-width: 1200px) {
	main.landing-template .lp-first-section .left .bottom-text-2 {
		font-size: 27px;
	}
}

main.landing-template .lp-first-section .right {
	text-align: center;
	-webkit-box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
	padding: 30px 15px;
}

@media (min-width: 992px) {
	main.landing-template .lp-first-section .right {
		padding: 20px 40px 30px;
	}
}

main.landing-template .lp-first-section .right h3 {
	font-size: 18px;
	font-weight: 600;
	color: #00334e;
	margin: 0 0 5px;
	line-height: normal;
}

@media (min-width: 992px) {
	main.landing-template .lp-first-section .right h3 {
		font-size: 24px;
	}
}

main.landing-template .lp-first-section .right h4 {
	color: #00334e;
	margin: 0 0 20px;
	line-height: normal;
	font-size: 16px;
	font-weight: 300;
}

main.landing-template .lp-first-section .right h4:after {
	display: none;
}

main.landing-template .lp-first-section .right .gform_wrapper {
	text-align: left;
}

main.landing-template .lp-first-section .right .gform_wrapper .validation_error {
	display: none;
}

main.landing-template .lp-first-section .right .gform_wrapper .gform_body .gform_validation_container {
	display: none;
}

main.landing-template .lp-first-section .right .gform_wrapper .gform_body .validation_message {
	font-size: 14px;
	color: #f58d8d;
	margin: 2px 0 0;
}

main.landing-template .lp-first-section .right .gform_wrapper .gform_body label {
	font-weight: 300;
	font-size: 14px;
	margin: 0 0 5px;
	display: none;
}

main.landing-template .lp-first-section .right .gform_wrapper .gform_body textarea,
main.landing-template .lp-first-section .right .gform_wrapper .gform_body select,
main.landing-template .lp-first-section .right .gform_wrapper .gform_body input {
	border-radius: 0;
	width: 100%;
	display: block;
	padding: 0 10px;
	margin: 0;
	border: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	appearance: none;
	border-radius: 0;
	background-color: #fcfcfc;
	height: 34px;
	border: 1px solid #c6c6c6;
}

main.landing-template .lp-first-section .right .gform_wrapper .gform_body select {
	padding: 0 30px 0 10px;
}

main.landing-template .lp-first-section .right .gform_wrapper .gform_body select::-ms-expand {
	display: none;
}

main.landing-template .lp-first-section .right .gform_wrapper .gform_body textarea {
	height: 140px;
	max-height: 160px;
	max-width: 100%;
	padding: 10px;
}

main.landing-template .lp-first-section .right .gform_wrapper .gform_body .ginput_container_checkbox li {
	margin: 0;
}

main.landing-template .lp-first-section .right .gform_wrapper .gform_body .ginput_container_checkbox label {
	display: inline-block;
	vertical-align: middle;
}

main.landing-template .lp-first-section .right .gform_wrapper .gform_body .ginput_container_checkbox input {
	margin-right: 5px;
	display: inline-block;
	height: auto;
	width: auto;
	-webkit-appearance: checkbox;
	-moz-appearance: checkbox;
	-ms-appearance: checkbox;
}

main.landing-template .lp-first-section .right .gform_wrapper .gform_body .ginput_container_radio li {
	margin: 0;
}

main.landing-template .lp-first-section .right .gform_wrapper .gform_body .ginput_container_radio label {
	display: inline-block;
	vertical-align: middle;
}

main.landing-template .lp-first-section .right .gform_wrapper .gform_body .ginput_container_radio input {
	margin-right: 5px;
	display: inline-block;
	height: auto;
	width: auto;
	-webkit-appearance: radio;
	-moz-appearance: radio;
	-ms-appearance: radio;
}

main.landing-template .lp-first-section .right .gform_wrapper .gform_body .ginput_container_select {
	position: relative;
}

main.landing-template .lp-first-section .right .gform_wrapper .gform_body .ginput_container_select:after {
	color: #00334e;
	content: "\f0d7";
	position: absolute;
	right: 10px;
	top: 5px;
	font-size: 16px;
	font-family: 'FontAwesome';
	font-weight: 900;
}

main.landing-template .lp-first-section .right .gform_wrapper .gform_body ul {
	padding: 0;
	margin: 0;
}

main.landing-template .lp-first-section .right .gform_wrapper .gform_body ul li {
	list-style-type: none;
	margin-bottom: 15px;
}

main.landing-template .lp-first-section .right .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
	max-width: calc(100%)!important;
}

main.landing-template .lp-first-section .right .gform_wrapper .gform_footer {
	position: relative;
	padding-top: 5px;
}

main.landing-template .lp-first-section .right .gform_wrapper .gform_footer img {
	position: absolute;
	right: 20px;
	/*top: 20px;*/
	top: 50%;
	transform: translateY(-50%);
}

main.landing-template .lp-first-section .right .gform_wrapper .gform_footer input {
	outline: 0;
	display: block;
	border: 0;
	width: 100%;
	padding: 0;
	margin: 0;
	font-size: 14px;
	color: white;
	border-radius: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: #b2d338;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	cursor: pointer;
	text-transform: uppercase;
	font-weight: 600;
	height: 45px;
}

@media (min-width: 992px) {
	main.landing-template .lp-first-section .right .gform_wrapper .gform_footer input {
		font-size: 18px;
	}
}

main.landing-template .lp-first-section .right .gform_wrapper .gform_footer input:hover {
	background-color: #00334e;
}

main.landing-template .lp-first-section .right a.cstm-btn {
	width: 100%;
	display: block;
	border: 1px solid #57068c;
	background-color: #f8f2fb;
	text-decoration: none;
	outline: 0;
	font-weight: 600;
	text-transform: uppercase;
	color: #57068c;
	padding: 9px 10px;
	margin: 10px 0 0;
	font-size: 14px;
	transition: all 0.3s;
}

@media (min-width: 992px) {
	main.landing-template .lp-first-section .right a.cstm-btn {
		font-size: 18px;
	}
}

main.landing-template .lp-first-section .right a.cstm-btn:hover {
	background-color: #57068c;
	color: #fff;
}

main.landing-template .lp-first-section .right p {
	font-weight: 300;
	font-size: 12px;
	color: #023149;
	margin: 10px 0 15px;
}

main.landing-template .lp-first-section .right ul.img-gallery {
	padding: 0;
	margin: 0;
	font-size: 0;
}

main.landing-template .lp-first-section .right ul.img-gallery li {
	display: inline-block;
	vertical-align: middle;
	list-style-type: none;
	margin: 5px 6px;
}

main.landing-template .lp-testimonials {
	margin-bottom: 60px;
}

main.landing-template .lp-testimonials .owl-carousel {
	position: relative;
}

main.landing-template .lp-testimonials .owl-item .testi-item {
	max-width: 900px;
	margin: 0 auto;
	font-size: 0;
	position: relative;
	z-index: 2;
	text-align: center;
	padding: 0 15px;
}

@media (min-width: 992px) {
	main.landing-template .lp-testimonials .owl-item .testi-item {
		text-align: left;
	}
}

main.landing-template .lp-testimonials .owl-item .testi-item .left,
main.landing-template .lp-testimonials .owl-item .testi-item .right {
	font-size: 14px;
}

@media (min-width: 992px) {

	main.landing-template .lp-testimonials .owl-item .testi-item .left,
	main.landing-template .lp-testimonials .owl-item .testi-item .right {
		display: inline-block;
		vertical-align: top;
	}
}

main.landing-template .lp-testimonials .owl-item .testi-item .left .img {
	margin: 0 auto 10px;
	width: 73px;
	height: 73px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	border-radius: 100%;
}

@media (min-width: 992px) {
	main.landing-template .lp-testimonials .owl-item .testi-item .right {
		padding-left: 25px;
		width: calc(100% - 73px);
	}
}

main.landing-template .lp-testimonials .owl-item .testi-item .right p {
	font-weight: 300;
	font-size: 16px;
	color: #22004e;
	margin: 0 0 15px;
	line-height: 20px;
}

main.landing-template .lp-testimonials .owl-item .testi-item .right h3 {
	font-size: 16px;
	font-weight: 600;
	color: #31004e;
	margin: 0;
	line-height: normal;
}

main.landing-template .lp-testimonials .owl-item .testi-item .right h4 {
	font-size: 15px;
	font-weight: 600;
	color: #646464;
	margin: 0;
	line-height: normal;
}

main.landing-template .lp-testimonials .owl-item .testi-item .right h4:after {
	display: none;
}

main.landing-template .lp-testimonials .owl-nav {
	z-index: 1;
	position: absolute;
	top: 5%;
	right: 0;
	width: 100%;
}

@media (min-width: 992px) {
	main.landing-template .lp-testimonials .owl-nav {
		top: 20%;
	}
}

main.landing-template .lp-testimonials .owl-nav:after {
	content: "";
	clear: both;
	display: table;
}

main.landing-template .lp-testimonials .owl-nav button {
	position: relative;
	z-index: 5;
	padding: 0;
	margin: 0;
	cursor: pointer;
	outline: 0;
	background-color: red;
}

main.landing-template .lp-testimonials .owl-nav .owl-prev {
	width: 17px;
	height: 30px;
	background-image: url(../images/arrow-left.png);
	background-repeat: no-repeat;
	/*float: left;*/
	position: absolute;
	top: 20%;
	left: 15px;
}

@media (min-width: 1200px) {
	main.landing-template .lp-testimonials .owl-nav .owl-prev {
		left: 0;
	}
}

main.landing-template .lp-testimonials .owl-nav .owl-prev span {
	font-size: 0;
}

main.landing-template .lp-testimonials .owl-nav .owl-next {
	top: -1px;
	width: 16px;
	height: 28px;
	background-image: url(../images/arrow-right.png);
	background-repeat: no-repeat;
	/*float: right;*/
	position: absolute;
	top: 20%;
	right: 15px;
}

@media (min-width: 1200px) {
	main.landing-template .lp-testimonials .owl-nav .owl-next {
		right: 0;
	}
}

main.landing-template .lp-testimonials .owl-nav .owl-next span {
	font-size: 0;
}

main.landing-template .lp-testimonials .owl-nav button span {
	display: none;
}

main.landing-template .lp-second-section {
	position: relative;
	padding: 15px 0 0;
	background-color: #eaf2f2;
}

main.landing-template .lp-second-section h2 {
	text-align: center;
	color: #3f004e;
}

@media (min-width: 992px) {
	main.landing-template .lp-second-section h2 {
		/*margin-bottom: 46px;*/
	}
}

@media (min-width: 768px) {
	main.landing-template .lp-second-section {
		padding: 30px 0 15px;
	}
}

@media (min-width: 992px) {
	main.landing-template .lp-second-section {
		background-color: #eaf2f2;
		padding: 30px 0;
	}
}

main.landing-template .lp-second-section:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 278px;
	left: 0;
	bottom: 0;
	background-color: #eaf2f2;
	display: none;
}

main.landing-template .lp-second-section.heading {
	background-color: #fff;
	padding: 0;
}

main.landing-template .lp-second-section.heading:after {
	display: none;
}

@media (min-width: 992px) {
	main.landing-template .lp-second-section:after {
		display: block;
	}
}

@media (min-width: 1200px) {
	main.landing-template .lp-second-section:after {
		height: 285px;
	}
}

main.landing-template .lp-second-section .st-items {
	padding: 0 15px;
	margin: 0;
	text-align: center;
	font-size: 0;
	position: relative;
	z-index: 2;
}

main.landing-template .lp-second-section .st-items>li {
	list-style: none;
	width: 100%;
	max-width: 320px;
	font-size: 14px;
	text-align: left;
	margin: 0 auto 15px;
}

@media (min-width: 768px) {
	main.landing-template .lp-second-section .st-items>li {
		display: inline-block;
		vertical-align: top;
		margin: 15px 15px;
	}
}

main.landing-template .lp-second-section .st-items>li .content p {
	color: #57068c;
	font-weight: 600;
	text-align: center;
	font-size: 20px;
	text-transform: uppercase;
}

@media (min-width: 992px) {
	main.landing-template .lp-second-section .st-items>li {
		max-width: 100%;
		/*width: 31.5%;*/
		margin: 0 2.75% 2.75% 0;

		display: flex;
		flex-wrap: wrap;
		flex-direction: row;
		width: auto;
		justify-content: center;
		max-width: 800px;
		margin: 0 auto 30px auto;
		margin-bottom: 0;

	}

	main.landing-template .lp-second-section .st-items>li .inner-wrap {
		width: 50%;
		display: flex;
		flex-wrap: wrap;
		flex-direction: column;
	}

	main.landing-template .lp-second-section .st-items>li .inner-wrap h3 {
		width: 100%;
	}

	main.landing-template .lp-second-section .st-items>li .inner-wrap .img {
		flex-grow: 1;
	}

	main.landing-template .lp-second-section .st-items>li .content {
		width: 50%;
	}

	main.landing-template .lp-second-section .st-items>li .content p {
		color: #57068c;
		font-weight: 600;
		text-align: center;
		font-size: 20px;
		text-transform: uppercase;
	}

	main.landing-template .lp-second-section .st-items>li:last-child {
		/*margin: 0 0 2.75% 0;*/
	}
}

main.landing-template .lp-second-section .st-items>li h3 {
	background-color: #57068c;
	font-weight: 600;
	font-size: 16px;
	text-transform: uppercase;
	color: white;
	line-height: normal;
	padding: 15px 20px;
	margin: 0;
}

@media (min-width: 1200px) {
	main.landing-template .lp-second-section .st-items>li h3 {
		font-size: 20px;
	}
}

main.landing-template .lp-second-section .st-items>li .img {
	width: 100%;
	height: 165px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

main.landing-template .lp-second-section .st-items>li .content {
	background-color: white;
	padding: 20px;
}

@media (min-width: 1200px) {
	main.landing-template .lp-second-section .st-items>li .content {
		padding: 20px 30px;
	}
}

main.landing-template .lp-second-section .st-items>li ul {
	padding: 0;
	margin: 0 auto;
	text-align: center;
	max-width: 215px;
}

main.landing-template .lp-second-section .st-items>li ul li {
	list-style-type: none;
	margin: 0 0 15px;
	font-weight: 300;
	color: #00334e;
	font-size: 16px;
}

main.landing-template .lp-second-section .st-items>li ul li a {
	color: #00334e;
	display: inline-block;
	font-weight: 300;
}

main.landing-template .lp-second-section .st-items>li .cstm-btn {
	width: 100%;
	text-decoration: none;
	font-weight: 600;
	font-size: 14px;
	text-transform: uppercase;
	display: block;
	color: #57068c;
	border: #f2f8fb;
	border: 1px solid #57068c;
	text-align: center;
	padding: 5px 10px;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

@media (min-width: 1200px) {
	main.landing-template .lp-second-section .st-items>li .cstm-btn {
		font-size: 18px;
		padding: 7px 10px;
	}
}

main.landing-template .lp-second-section .st-items>li .cstm-btn:hover {
	background-color: #57068c;
	color: #fff;
}

/*FOOTER*/
footer.landing-template {
	background-color: white;
	text-align: center;
	padding: 25px;
}

footer.landing-template .menu {
	padding: 20px 0 15px;
	margin: 0;
	font-size: 0;
}

footer.landing-template .menu li {
	list-style-type: none;
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	margin: 5px;
	padding-right: 10px;
	line-height: 10px;
	border-right: 1px solid #343434;
}

footer.landing-template .menu li:last-child {
	padding-right: 0;
	border: none;
}

footer.landing-template .menu li a {
	color: #343434;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	font-weight: 300;
	text-decoration: none;
}

footer.landing-template .menu li a:hover {
	color: #668595;
}

footer.landing-template .copyright-text {
	font-size: 14px;
	color: #343434;
	font-weight: 300;
}