/*
 * Page Styles
 * ------------------------------------------------------------------------------------------------
*/
.section-page h2 {
	color: #002130;
	text-align: center;
	margin-bottom: 45px;
}
@media (min-width: 768px) {
	body section h1 {
		margin-top: -11px !important;
	}
	body section h2:not(.title-icon) {
		margin-top: -8px !important;
	}
}
@media (max-width: 767px) {
	.landing_page .section-page h2 {
		color: #002130;
		margin-bottom: 28px;
	}
}





/*
 * Section Top
 * ------------------------------------------------------------------------------------------------
*/
.landing_page .section-top {
	background-position: left center;
	background-size: cover;
	background-color: #3A4C62;
	padding-top: 38px;
	padding-bottom: 38px;
}
.landing_page .section-top .sec-bg-container {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	left: 0;
	top: 0;
	width: 49%;
	height: 100%;
}
.landing_page .section-top > .container {
	max-width: 1000px;
}
.landing_page .section-top.section-bg .col-head {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.landing_page .section-top.section-bg .wrap-head {
	max-width: 500px;
	margin-left: auto;
	margin-right: 0;
}
.landing_page .section-top .section-top-title {
	color: #fff;
	font-size: 28px;
	font-weight: 700;
	line-height: 48px;
	text-align: center;
	position: relative;
	margin-top: 0;
	margin-bottom: 5px;
}
.landing_page .section-top .section-top-title span {
	display: block;
}
.landing_page .section-top .section-top-subtitle {
	color: #fff;
	text-align: center;
	margin-bottom: 28px;
}
.landing_page .section-top .section-top-bottom {
	color: #fff;
	text-align: center;
	margin-top: 25px;
}
@media (max-width: 1199px) {
	.landing_page .section-top .sec-bg-container {
		width: 48%;
	}
}
@media (max-width: 991px) {
	.landing_page .section-top.section-bg {
		
	}
	.landing_page .section-top.section-bg .wrap-head {
		margin-right: auto;
	}
}
@media (max-width: 767px) {
	.landing_page .section-top .section-top-title {
		font-size: 22px;
		font-weight: 700;
		line-height: 34px;
		text-align: center;
		margin-bottom: 10px;
	}
	.landing_page .section-top .section-top-title > span {
		display: block;
	}
	.landing_page .section-top .section-top-subtitle {
		font-size: 14px;
		margin-bottom: 15px;
	}
	.landing_page .section-top .section-top-bottom {
		font-size: 14px;
		margin-top: 20px;
	}
}
@media (max-width: 480px) {
	.landing_page .section-top {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.landing_page .section-top .section-top-title:before {
		width: 20px;
		height: 20px;
		position: relative;
		top: 3px;
		margin-right: 8px;
	}
	.landing_page .section-top .section-top-title a:after {
		background-position: center 90%;
		background-size: 16px;
		margin-left: 7px;
		width: 16px;
		height: 16px;
	}
}





/*
 * Section 1
 * ------------------------------------------------------------------------------------------------
*/
.sec1 h2 {
	color: #3A4C62;
}
.sec1 .columns {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
		-ms-flex-wrap: wrap;
			flex-wrap: wrap;
		-webkit-box-pack: justify;
			-ms-flex-pack: justify;
				justify-content: space-between;
}
.sec1 .columns .column {
	background-color: #FFF;
	width: 413px;
	height: 123px;
	border-radius: 3px;
	box-shadow: 0 1px 8px 0 rgba(0,0,0,0.28);
	padding: 15px 25px;
	padding-right: 70px;
	margin-bottom: 25px;
	position: relative;
}
.sec1 .columns .column:hover {
	text-decoration: none;
}
.sec1 .columns .column:after {
	content: '';
	display: inline-block;
	background-image: url(../../img/icons/angle-left.png);
	background-repeat: no-repeat;
	background-size: contain;
	width: 16px;
	height: 30px;
	position: absolute;
	top: 50%;
	right: 40px;
	vertical-align: middle;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	transition: right 0.2s;
}
.sec1 .columns .column:hover:after {
	right: 25px;
}
.sec1 .columns .column .icon {
	display: inline-block;
	margin-right: 20px;
	vertical-align: middle;
}
.sec1 .columns .column h3 {
	display: inline-block;
	color: #000;
	font-size: 22px;
	font-weight: 500;
	line-height: 28px;
	vertical-align: middle;
	margin-top: 0;
	margin-bottom: 0;
}
@media (max-width: 991px) {
	.sec1 .columns .column {
		width: 48%;
	}
}
@media (max-width: 767px) {
	.sec1 .columns .column {
		width: 100%;
		margin-bottom: 20px;
	}
	.sec1 .columns .column .icon {
		width: 70px;
	}
	.sec1 .columns .column h3 {
		color: #000;
		font-size: 20px;
		font-weight: 500;
		line-height: 28px;
	}
}
@media (max-width: 480px) {
	.sec1 {
		padding-top: 25px;
	}
}
@media (max-width: 370px) {
	.sec1 .columns .column:after {
		right: 30px;
	}
}







/*
 * Section 2
 * ------------------------------------------------------------------------------------------------
*/
.sec2 {
	background-color: #F8F8F8;
}
.sec2 .icon-items {
	
}
.sec2 .icon-items ul {
	list-style: none;
	padding: 0;
	margin-bottom: -20px;
}
.sec2 .icon-items li {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	color: #000;
	font-size: 16px;
	font-weight: 500;
	list-style: none;
	padding: 0;
	width: 33.333333%;
	margin-bottom: 20px;
}
.sec2 .icon-items li:before {
	display: none;
}
.sec2 .icon-items li img {
	margin-right: 15px;
}
@media (min-width: 992px) {
	.sec2 .icon-items li:nth-child(3n+1) {
		width: 39%;
	}
	.sec2 .icon-items li:nth-child(3n+2) {
		width: 24%;
	}
	.sec2 .icon-items li:nth-child(3n+3) {
		width: 37%;
	}
}
@media (max-width: 991px) {
	.sec2 .icon-items li {
		width: 50%;
	}
}
@media (max-width: 767px) {
	.sec2 .icon-items ul {
		margin-bottom: -15px;
	}
	.sec2 .icon-items li {
		font-size: 16px;
		font-weight: 500;
		width: 100%;
		padding-left: 8%;
		margin-bottom: 15px;
	}
}






/*
 * Section 3
 * ------------------------------------------------------------------------------------------------
*/
.sec3 {
	
}
.sec3 h2 {
	color: #3A4C62;
}
.sec3 .columns-wrap {
	margin-left: auto;
	margin-right: auto;
}
.sec3 .columns {
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	margin-left: -25px;
	margin-right: -25px;
}
.sec3 .columns:not(.mh_init) {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
.sec3 .column {
	float: left;
	width: -webkit-calc(50% - 50px);
	width: expression(50% - 50px);
	width: -moz-calc(50% - 50px);
	width: -o-calc(50% - 50px);
	width: calc(50% - 50px);
	border-radius: 3px;
	background-color: #182535;
	box-shadow: 0 1px 8px 0 rgba(0,0,0,0.28);
	padding: 25px 27px;
	margin-left: 25px;
	margin-right: 25px;
	margin-bottom: 50px;
}
.sec3 .title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	color: #07D7E2;
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 30px;
	line-height: 24px;
}
.sec3 .title .image {
	width: auto;
	height: 43px;
	margin-right: 20px;
}
.sec3 .title span {
	
}
.sec3 .text {
	color: #FFF;
}
.sec3 .wrap-button {
	text-align: center;
	margin-top: 45px;
}
@media (min-width: 768px) {
	.sec3 .column.no_bottom_margin {
		margin-bottom: 0;
	}
}
@media (max-width: 767px) {
	.sec3 {
		background-size: 200%;
	}
	.sec3 .img_bg {
		display: none;
		position: absolute;
		width: 200%;
		z-index: -1;
	}
	.sec3 .img_bg.one_img {
		top: 25%;
	}
	.sec3 .img_bg.two_img {
		bottom: 25%;
	}
	.sec3 .columns {
		background-size: 0;
		margin-left: 0;
		margin-right: 0;
	}
	.sec3 .column {
		width: 100%;
		margin-left: 0;
		margin-right: 0;
		margin-bottom: 17px;
		min-height: auto !important;
	}
	.sec3 .column.last {
		margin-bottom: 0;
	}
	.sec3 .title {
		margin-bottom: 20px;
	}
	.sec3 .wrap-button {
		margin-top: 35px;
	}
}






/*
 * Section: How it Works
 * ------------------------------------------------------------------------------------------------
*/
.sec_howitworks {
	background-color: #F8F8F8;
}
.sec_howitworks h2 {
	color: #3A4C62;
}
.sec_howitworks .text {
	margin-bottom: 40px;
}
.sec_howitworks .col-steps {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	width: 100%;
}
.sec_howitworks .col-steps .step {
	width: 230px;
}
.sec_howitworks .col-steps h3 {
	color: #ff6700;
	font-size: 20px;
	line-height: 26px;
	margin-top: 15px;
	margin-bottom: 3px;
}
.sec_howitworks .col-steps p {
	font-weight: 700;
}
@media (min-width: 768px) and (max-width: 991px) {
	.sec_howitworks .flex_of_sm .col-steps {
		display: block;
	}
}
@media (max-width: 991px) {
	.sec_howitworks .col-steps {
		
	}
	.sec_howitworks .col-steps .step {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
			-ms-flex-align: center;
				align-items: center;
		position: relative;
		width: 100%;
		min-height: 92px;
	}
	.sec_howitworks .col-steps h3 {
		margin-top: 0;
		margin-bottom: 3px;
	}
	.sec_howitworks .col-steps .step + .step {
		margin-top: 35px;
	}
	.sec_howitworks .col-steps .step .image {
		margin-right: 25px;
	}
}
@media (max-width: 767px) {
	.sec_howitworks .text {
		margin-bottom: 10px;
	}
	.sec_howitworks .col-steps {
		display: block;
		margin-top: 25px;
	}
	.sec_howitworks .col-steps .step {
		display: block;
		text-align: center;
	}
	.sec_howitworks .col-steps .step .image {
		margin-right: 0;
		margin-bottom: 15px;
	}
}






/*
 * Section: Image Text
 * ------------------------------------------------------------------------------------------------
*/
.sec_img_text {
	
}
.sec_img_text .columns {
	
}
.sec_img_text .columns .column {
	
}
.sec_img_text .columns .column + .column {
	margin-top: 50px;
}
.sec_img_text .columns .title {
	color: #3A4C62;
}
.sec_img_text .columns .column-content {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.sec_img_text .columns .column-image {
	width: 396px;
	min-width: 396px;
}
.sec_img_text .columns .image {
	width: 100%;
	border-radius: 3px;
	background-color: #FFF;
	box-shadow: 0 1px 8px 0 rgba(0,0,0,0.28);
}
.sec_img_text .columns .text {
	color: #000;
	font-size: 16px;
	line-height: 24px;
}
.sec_img_text .wrap-button {
	margin-top: 50px;
	text-align: center;
}
@media (min-width: 768px) {
	.sec_img_text .columns .column:nth-child(even) .column-content {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
			-ms-flex-direction: row-reverse;
				flex-direction: row-reverse;
	}
	.sec_img_text .columns .column:nth-child(odd) .column-image {
		margin-right: 30px;
	}
	.sec_img_text .columns .column:nth-child(even) .column-image {
		margin-left: 30px;
	}
}
@media (min-width: 992px) {
	.sec_img_text .columns .column:nth-child(odd) .column-image {
		margin-right: 60px;
	}
	.sec_img_text .columns .column:nth-child(even) .column-image {
		margin-left: 60px;
	}
}
@media (max-width: 991px) {
	.sec_img_text .columns .column-image {
		width: 320px;
		min-width: 320px;
	}
}
@media (max-width: 767px) {
	.sec_img_text .columns .column + .column {
		margin-top: 40px;
	}
	.sec_img_text .columns .column .column-content {
		display: block;
	}
	.sec_img_text .columns .column-image {
		text-align: center;
		width: 100%;
	}
	.sec_img_text .columns .image {
		width: auto;
		margin: 0 auto;
		box-shadow: none;
	}
	.sec_img_text .columns .text {
		margin-top: 35px;
	}
}








/*
 * Section Posts
 * ------------------------------------------------------------------------------------------------
*/
.sec_posts {
	
}
.posts-items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
}
.posts-items .post-item {
	display: block;
	background-color: #FFF;
	border-radius: 3px;
	box-shadow: 0 1px 8px 0 rgb(0 0 0 / 28%);
	padding: 0;
	position: relative;
	min-height: auto;
	padding-right: 0;
	transition: box-shadow 0.15s;
	width: 275px;
}
.posts-items .post-item:hover {
	text-decoration: none;
	box-shadow: 0 1px 12px 0 rgba(0,0,0,0.28);
}
.posts-items .post-wrap {
	padding: 10px 25px 40px;
}
.posts-items .post-date {
	color: #4F4F4F;
	line-height: 15px;
}
.posts-items .post-title {
	color: #182535;
	font-size: 18px;
	font-weight: 700;
	line-height: 24px;
	margin-top: 10px;
}
.posts-items .post-excerpt {
	color: #000;
	font-size: 14px;
	line-height: 22px;
}
.posts-items .post-more {
	display: inline-block;
	color: #000;
	font-size: 10px;
	font-weight: 500;
	line-height: 14px;
	text-align: center;
	border: 1px solid #182535;
	border-radius: 18px;
	padding: 5px 15px 4px;
	min-width: 100px;
	transition: background-color 0.15s;
}
.posts-items .post-item:hover .post-more {
	background-color: #f2f2f2;
}
.posts-items .post-image {
	width: 100%;
	height: 178px;
	object-fit: cover;
}
.sec_posts .wrap-link {
	text-align: center;
}
.sec_posts .read-all {
	color: #FF6700;
	display: inline-block;
	margin-top: 45px;
}
@media (max-width: 991px) {
	.posts-items .post-item {
		width: 48%;
		margin-bottom: 25px;
	}
	.posts-items .post-image {
		height: 240px;
	}
}
@media (max-width: 767px) {
	.posts-items .post-item {
		min-height: auto;
		width: 100%;
		margin-left: auto;
		margin-right: auto;
	}
	.posts-items .post-image {
		height: auto;
	}
	.posts-items .post-title {
		font-size: 18px;
		line-height: 22px;
	}
	.sec_posts .read-all {
		margin-top: 25px;
	}
}






/*
 * Section 5
 * ------------------------------------------------------------------------------------------------
*/
.sec5 {
	padding-top: 0;
}
.sec5 .blocks {
	
}
.sec5 .block + .block {
	margin-top: 50px;
}
.sec5 .block .icon {
	display: inline-block;
	margin-right: 23px;
}
.sec5 .block .title {
	text-align: left;
}
.sec5 .block .text {
	margin-bottom: 30px;
}
.sec5 .block .lists {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.sec5 .block .list {
	
}
.sec5 .block .list li {
	font-weight: bold;
}
.sec5 .block .wrap-button {
	text-align: center;
	margin-top: 35px;
}
@media (max-width: 767px) {
	.sec5 .block .icon {
		display: block;
	}
	.sec5 .block .title {
		margin-bottom: 15px;
	}
	.sec5 .block .text {
		margin-bottom: 20px;
	}
	.sec5 .block .lists {
		display: block;
		padding-left: 25px;
	}
	.sec5 .block .list {
		margin-bottom: 12px;
	}
}






/*
 * Section 6
 * ------------------------------------------------------------------------------------------------
*/
.sec6 {
	background-color: #F8F8F8;
}
.sec6 .reviews {
	
}
.sec6 .review {
	
}
.sec6 .review-place {
	background-color: #FFF;
	border: 1px solid #F2F2F2;
	box-shadow: 0 1px 8px 0 rgba(0,0,0,0.18);
	position: relative;
	border-radius: 6px;
	padding: 32px 30px;
	margin-bottom: 42px;
}
.sec6 .review-place:before {
	content: "";
	position: absolute;
	left: 27px;
	top: -20px;
	width: 48px;
	height: 48px;
	background: #fff;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	z-index: 1;
}
.sec6 .review:nth-child(even) .review-place:before {
	right: 27px;
	left: auto;
}
.sec6 .review-place:after {
	content: "";
	position: absolute;
	left: 30px;
	top: -22px;
	width: 42px;
	height: 42px;
	background: #fff;
	border-right: 2px solid #F2F2F2;
	border-top: 2px solid #F2F2F2;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	box-shadow: 0 1px 8px 0 rgba(0,0,0,0.18);
}
.sec6 .review:nth-child(even) .review-place:after {
	right: 30px;
	left: auto;
}
.sec6 .review .name {
	font-size: 16px;
	font-weight: 700;
	line-height: 28px;
	text-align: left;
	margin-top: 0;
	margin-bottom: 38px;
}
.sec6 .review:nth-child(even) .name {
	text-align: right;
}
@media (max-width: 767px) {
	.sec6 .reviews {
		display: block;
	}
	.sec6 .review {
		width: 100%;
	}
	.sec6 .review-place {
		margin-bottom: 36px;
	}
	.sec6 .review + .review {
		margin-top: 20px;
	}
}






/*
 * Slick Slider
 * ------------------------------------------------------------------------------------------------
*/
.js_slick_slider:not(.slick-initialized) {
	display: none;
}
.js_slick_slider .slick-list {
	padding: 8px 0;
	margin: 0 -15px;
}
.js_slick_slider .slick-slide {
	margin: 0 15px;
}
.js_slick_slider .slick-dots li:before {
	display: none;
}


.js_slick_slider .slick-arrow {
	background-color: #fff;
	border-radius: 50%;
	width: 36px;
	height: 36px;
	top: 102.5%;
	top: calc(100% + 15px);
	z-index: 1;
}
.js_slick_slider .slick-arrow:before {
	display: none;
}
.js_slick_slider .slick-arrow svg {
	box-shadow: 0 0px 8px 0 rgb(0 0 0 / 28%);
	border-radius: 50%;
}
.js_slick_slider .slick-arrow[aria-disabled="true"] svg {
	opacity: 0.5;
}
.js_slick_slider .slick-prev {
	left: 50px;
}
.js_slick_slider .slick-next {
	right: 50px;
}


.js_slick_slider .slick-dots li button:before {
	content: '\25CB';
	color: #C8C8C8;
	font-size: 22px;
	line-height: 14px;
	opacity: 1;
}
.js_slick_slider .slick-dots li.slick-active button:before {
	content: '\25CF';
	color: #C8C8C8;
	opacity: 1;
}





