/*
 * Main Styles
 * ------------------------------------------------------------------------------------------------
*/
.site_red_round_btn {
	border-radius: 91px;
	font-size: 18px;
	font-weight: 700;
	height: 55px;
	line-height: 53px;
	min-width: 260px;
}
.site_red_round_btn[href^="tel:"]:before {
	display: none;
}
.site_red_round_btn:after {
	content: '';
	background-image: url('data:image/svg+xml,%3Csvg width="19" height="19" viewBox="0 0 19 19" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Ccircle cx="9.5" cy="9.5" r="9.5" fill="white"/%3E%3Cpath fill-rule="evenodd" clip-rule="evenodd" d="M10.3017 5.1591L13.8373 8.61591C14.0542 8.82804 14.0542 9.17196 13.8373 9.38409L10.3017 12.8409C10.0848 13.053 9.73303 13.053 9.51607 12.8409C9.29912 12.6288 9.29912 12.2849 9.51607 12.0727L12.1032 9.54319L4.55556 9.54319C4.24873 9.54319 4 9.29999 4 9C4 8.70001 4.24873 8.45681 4.55556 8.45681L12.1032 8.45681L9.51607 5.92728C9.29912 5.71515 9.29912 5.37122 9.51607 5.1591C9.73303 4.94697 10.0848 4.94697 10.3017 5.1591Z" fill="%23DD2628" stroke="%23DD2628" stroke-width="0.5"/%3E%3C/svg%3E');
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	width: 19px;
	height: 19px;
	display: inline-block;
	position: relative;
	top: -1px;
	margin-left: 10px;
	vertical-align: middle;
	animation: shake 1s infinite;
}
@keyframes shake {
	0%, to {
		animation-timing-function: cubic-bezier(.8, 0, 1, 1);
		transform: translateX(20%);
	}
	50% {
		animation-timing-function: cubic-bezier(0, 0, .2, 1);
		transform: translateX(0);
	}
}




/*
 * Header Styles
 * ------------------------------------------------------------------------------------------------
*/
body {
	padding-top: 80px;
}
body.scrolldown:not(.no_hide_header):not(.mob_menu_shown) #header {
	transform: scaleY(0);
	transform: translateY(-100%);
}
body.mob_menu_shown {
	/* overflow: hidden; */
	overscroll-behavior: contain;
}
.design_landing_page_1 #header {
	position: fixed;
	left: 0;
	top: 0;
	transform-origin: top;
	transition: transform 0.15s linear;
	width: 100%;
	height: 80px;
	padding-top: 8px;
	padding-bottom: 8px;
	z-index: 100;
}
.design_landing_page_1 #header a.logo-link svg,
.design_landing_page_1 #header svg,
.design_landing_page_1 #header img.logo {
	height: 50px;
}
.design_landing_page_1 #header .phone-label {
	font-size: 20px;
	font-weight: 500;
	margin-right: 10px;
}
.design_landing_page_1 #header .phone-number {
	display: inline-block;
	background-color: transparent;
	border: none;
	color: #000;
	font-family: Montserrat, sans-serif;
	font-size: 26px;
	font-weight: 800;
	text-align: center;
	padding: 0;
	margin-left: 0;
	min-width: auto;
}
.design_landing_page_1 #header .phone-number:hover {
	background-color: transparent;
	border: none;
	color: #e32223;
	text-decoration: none;
}
@media (max-width: 767px) {
	body {
		padding-top: 60px;
	}
	.design_landing_page_1 #header {
		height: 60px;
	}
	.design_landing_page_1 #header a.logo-link svg,
	.design_landing_page_1 #header svg,
	.design_landing_page_1 #header img.logo {
		height: 36px;
	}
	.design_landing_page_1 #header .phone-label {
		display: none;
	}
	.design_landing_page_1 #header .phone-number {
		font-size: 16px;
		font-weight: 800;
	}
}













/*
 * Page Styles
 * ------------------------------------------------------------------------------------------------
*/
body .sec_top_reviews_tape,
body .sec_top_reviews_tape_mob {
	display: none !important;
}
body.landing_page_1 .phone-number {
	display: inline-block;
	background-color: #e32223;
	border: 1px solid #e32223;
	color: #fff;
	position: relative;
	font-family: Montserrat, sans-serif;
	font-size: 30px;
	font-weight: 800;
	line-height: 65px;
	text-align: center;
	padding: 0 20px;
	margin-left: 0;
}
body.landing_page_1 .phone-number:hover {
	background-color: #FFF;
	border: 1px solid #e32223;
	color: #e32223;
	text-decoration: none;
}
.design_landing_page_1 #header .phone-number:before {
	content: '';
	display: inline-block;
	background-color: #01B062;
	background-image: none;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	border-radius: 100%;
	width: 8px;
	height: 8px;
	position: relative;
	top: -2px;
	margin-right: 10px;
	vertical-align: middle;
}
.design_landing_page_1 #header .phone-number:after {
	content: '';
	animation: pulse 1s cubic-bezier(0,0,.2,1) infinite;
	background-color: #01b062;
	border-radius: 100%;
	opacity: .75;
	position: absolute;
	left: -1px;
	top: calc(50% - 5px);
	width: 10px;
	height: 10px;
}
@keyframes pulse {
	75%,
	to {
		content:'';
		opacity:0;
		transform:scale(2);
	}
}
@media (max-width: 500px) {
	.mob_br {
		display: block;
	}
}








/*
 * Section Top
 * ------------------------------------------------------------------------------------------------
*/
.section-top {
	background-color: #f7f6f2;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	position: relative;
	padding-top: 100px;
	padding-bottom: 100px;
}
.section-top .wrap-head {
	width: 50%;
}
.section-top .wrap-box-line {
	position: relative;
	z-index: 1;
	max-width: 500px;
}
.section-top .yellow-box-line {
	display: none;
}
.section-top .wrap-head .section-top-overtitle {
	display: inline-block;
	position: relative;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: 600;
	line-height: 18px;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	z-index: 1;
}
.section-top .wrap-head .section-top-overtitle {
	color: #172331;
	letter-spacing: normal;
}
.section-top .wrap-head .section-top-overtitle:before {
	content: '';
	background-image: url('data:image/svg+xml,%3Csvg width="80" height="14" viewBox="0 0 80 14" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M7.5 0L9.18386 5.18237H14.6329L10.2245 8.38525L11.9084 13.5676L7.5 10.3647L3.09161 13.5676L4.77547 8.38525L0.367076 5.18237H5.81614L7.5 0Z" fill="%2306B061"/%3E%3Cpath d="M23.5 0L25.1839 5.18237H30.6329L26.2245 8.38525L27.9084 13.5676L23.5 10.3647L19.0916 13.5676L20.7755 8.38525L16.3671 5.18237H21.8161L23.5 0Z" fill="%2306B061"/%3E%3Cpath d="M40 0L41.7961 5.18237H47.6085L42.9062 8.38525L44.7023 13.5676L40 10.3647L35.2977 13.5676L37.0938 8.38525L32.3915 5.18237H38.2039L40 0Z" fill="%2306B061"/%3E%3Cpath d="M56.5 0L58.1839 5.18237H63.6329L59.2245 8.38525L60.9084 13.5676L56.5 10.3647L52.0916 13.5676L53.7755 8.38525L49.3671 5.18237H54.8161L56.5 0Z" fill="%2306B061"/%3E%3Cpath d="M72.5 0L74.1839 5.18237H79.6329L75.2245 8.38525L76.9084 13.5676L72.5 10.3647L68.0916 13.5676L69.7755 8.38525L65.3671 5.18237H70.8161L72.5 0Z" fill="%2306B061"/%3E%3C/svg%3E');
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	width: 80px;
	height: 14px;
	display: inline-block;
	position: relative;
	top: -2px;
	margin-right: 10px;
	vertical-align: middle;
}
.section-top .wrap-head .section-top-title {
	color: #172331;
	font-size: 65px;
	font-weight: 800;
	line-height: 65px;
	letter-spacing: 0.03em;
	margin-top: 26px;
	margin-bottom: 22px;
}
.section-top .wrap-head .section-top-title span.headline {
	text-transform: uppercase;
}
.section-top .wrap-head .section-top-subtitle {
	color: #172331;
	font-size: 18px;
	font-weight: 500;
	line-height: 32px;
	margin-bottom: 28px;
	max-width: 380px;
}
.section-top .wrap-head ul.sec-top-list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding-left: 0;
	margin-top: 35px;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	max-width: 635px;
	margin-bottom: -10px;
	flex-wrap: wrap;
}
.section-top .wrap-head ul.sec-top-list li {
	color: #162330;
	font-size: 16px;
	font-weight: 700;
	line-height: 26px;
	width: 50%;
	position: relative;
	list-style-type: none;
	padding-left: 30px;
	margin-left: 0;
	margin-bottom: 10px;
}
.section-top .wrap-head ul.sec-top-list li:nth-child(odd) {
	width: 43%;
}
.section-top .wrap-head ul.sec-top-list li:before {
	content: '';
	display: inline-block;
	background-image: url('data:image/svg+xml,%3Csvg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath fill-rule="evenodd" clip-rule="evenodd" d="M10.002 0C15.5255 0 20.0039 4.47837 20.0039 10.002C20.0039 15.5255 15.5216 20 10.002 20C4.48229 20 0 15.5216 0 10.002C0 4.48229 4.47837 0 10.002 0ZM15.6469 7.35173L8.77667 14.218L4.3531 9.79448L5.92288 8.2247L8.78058 11.0785L14.081 5.77804L15.6469 7.35173Z" fill="%233A4C62"/%3E%3C/svg%3E');
	background-repeat: no-repeat;
	background-color: transparent;
	background-size: contain;
	width: 20px;
	height: 20px;
	position: absolute;
	left: 0;
	top: 2px;
}

@media (min-width: 1440px) and (max-width: 1900px) {
	.section-top {
		padding-top: 50px;
		padding-bottom: 100px;
	}
}
@media (min-width: 768px) and (max-width: 1439px) {
	.section-top {
		background-position: 20% top;
		background-size: cover;
		position: relative;
		padding-top: 75px;
		padding-bottom: 80px;
	}
	.section-top .yellow-box-line:before {
		width: calc(100% + 170px);
	}
	.section-top .wrap-head ul.sec-top-list li {
		width: 100% !important;
	}
}
@media (max-width: 1199px) {
	.section-top {
		background-position: 40% top;
		padding-top: 50px;
		padding-bottom: 100px;
	}
	.section-top .yellow-box-line:before {
		width: calc(100% + 95px);
	}
	.section-top .wrap-head .section-top-overtitle {
		font-size: 18px;
		line-height: 26px;
	}
	.section-top .wrap-head .section-top-title {
		font-size: 80px;
		line-height: 75px;
	}
	.section-top .wrap-head .section-top-subtitle {
		font-size: 23px;
		line-height: 30px;
	}
	.section-top .wrap-head ul.sec-top-list li {
		font-size: 18px;
		line-height: 26px;
		width: 100% !important;
	}
	.section-top .wrap-head ul.sec-top-list li:before {
		top: 2px;
	}
}

@media (max-width: 991px) {
	.section-top {
		background-position: 45% top;
	}
	.section-top .yellow-box-line:before {
		width: calc(100% + 135px);
	}
	.section-top .wrap-head .section-top-overtitle {
		font-size: 12px;
		line-height: 22px;
	}
	.section-top .wrap-head .section-top-title {
		font-size: 50px;
		line-height: 54px;
		margin-top: 20px;
	}
	.section-top .wrap-head .section-top-subtitle {
		font-size: 16px;
		line-height: 26px;
		max-width: 320px;
	}
	.section-top .wrap-head ul.sec-top-list li {
		font-size: 18px;
		line-height: 26px;
		width: 100% !important;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.section-top {
		padding-top: 30px;
		padding-bottom: 80px;
	}
	.section-top .wrap-head {
		width: 50%;
		margin-left: 30px;
	}
	.section-top .yellow-box-line {
		left: -30px;
	}
	.section-top .yellow-box-line:before {
		width: calc(100% + 100px);
	}
}

@media (max-width: 767px) {
	.section-top {
		padding-top: 15px;
		padding-bottom: 0;
	}
	.section-top .wrap-head {
		position: relative;
		width: 100% !important;
		padding: 30px 20px;
		padding-top: 0;
		padding-bottom: 5px;
		z-index: 1;
	}
	.section-top .yellow-box-line-mob {
		border: 4px solid #FEC724;
		position: absolute;
		left: 0;
		top: 15px;
		width: 100%;
		height: 100%;
		z-index: -1;
	}
	
	.section-top .wrap-head .section-top-overtitle {
		/* display: block; */
		font-size: 12px;
		line-height: 21px;
		padding: 0 15px;
		max-width: 100%;
		padding: 0;
		margin-left: 0;
		margin-top: 40px;
	}
	.section-top .wrap-head .section-top-overtitle:before {
		display: block;
		margin-bottom: 3px;
	}
	.section-top .wrap-head .section-top-title {
		font-size: 50px;
		line-height: 54px;
		margin-top: 10px;
		margin-bottom: 14px;
	}
	.section-top .wrap-head .section-top-subtitle {
		font-size: 16px;
		line-height: 26px;
		margin-bottom: 20px;
	}
	.section-top .wrap-head .site_red_btn {
		font-size: 19px;
		line-height: 29px;
		min-width: 220px;
		padding: 12px 20px;
	}
	.section-top .wrap-head ul.sec-top-list {
		margin-top: 27px;
	}
	
	.section-top .sec_top_reviews_tape_mob {
		position: absolute;
		top: -6px;
		right: 0;
		width: 150px;
		z-index: 1;
	}
	
	.section-top .sec_top_bg_mob {
		position: relative;
		margin-top: 0px;
		z-index: 1;
	}
}

@media (max-width: 370px) {
	.section-top .wrap-head {
		padding: 0 15px 5px;
	}
	.section-top .wrap-head .section-top-overtitle {
		font-size: 10px;
	}
}






/*
 * Section Zip
 * ------------------------------------------------------------------------------------------------
*/
.section-zip {
	padding-top: 0;
	padding-bottom: 26px;
	z-index: 1;
}
.section-zip .zip_form_box {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	background-color: #3A4C62;
	color: #fff;
	position: relative;
	padding: 50px;
	padding-bottom: 11px;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	margin-top: -75px;
}
.section-zip .yellow-box-line {
	border: 6px solid #FEC724;
	position: absolute;
	left: 26px;
	top: 26px;
	width: 100%;
	height: 100%;
	z-index: -1;
}
.section-zip .zip_form_box .form-title {
	font-size: 27px;
	font-weight: 700;
	line-height: 37px;
	width: 50%;
	padding-right: 15px;
}
.section-zip .zip_form_box .form-title span {
	color: #FEC724;
}
.section-zip .zip_form_box .form-bottom-text {
	font-size: 17px;
	font-weight: 400;
	line-height: 27px;
	width: 100%;
	text-align: right;
	margin-top: 12px;
	margin-bottom: 0;
}
.section-zip .zip_form_box .zipcodeform {
	width: 50%;
	max-width: 100%;
	padding-left: 15px;
}
.section-zip .zip_form_box .zipcodeform .form-col {
	display: block;
	width: 100%;
}
.section-zip .zip_form_box .zipcodeform .location-icon:before {
	content: '';
	display: block;
	background-image: url("data:image/svg+xml,%3Csvg width='15' height='22' viewBox='0 0 15 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.6724 4.88224C9.43042 4.88224 10.853 6.3864 10.8126 8.22669C10.7722 9.95773 9.41426 11.3695 7.74919 11.4115C5.97904 11.4535 4.53221 9.97874 4.53221 8.14686C4.53221 6.34439 5.93863 4.88224 7.6724 4.88224ZM7.6724 1C11.3541 1 14.3408 4.10495 14.3408 7.93258C14.3408 8.34013 14.3044 8.73928 14.2397 9.13002C14.2397 9.13423 14.2357 9.14263 14.2357 9.15103C14.2316 9.16364 14.2316 9.17624 14.2276 9.18885C13.5891 12.8778 11.2612 16.8273 8.38774 20.6549C8.02401 21.1423 7.31676 21.1423 6.94899 20.6549C4.07957 16.8231 1.75171 12.8736 1.11316 9.18464C1.10912 9.17204 1.10912 9.15943 1.10508 9.14683C1.10508 9.13843 1.10104 9.13423 1.10104 9.12582C1.03637 8.73928 1 8.33593 1 7.92838C1.00404 4.10495 3.99066 1 7.6724 1Z' stroke='%23162330' stroke-width='1.2' stroke-miterlimit='10'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-size: contain;
	width: 15px;
	height: 22px;
	position: absolute;
	top: 50%;
	left: 20px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.section-zip .zip_form_box .zipcodeform .zipcode {
	display: block;
	background-color: #fff;
	border-radius: 0;
	color: #162330;
	font-size: 17px;
	font-weight: 400;
	line-height: 27px;
	width: calc(100% - 10px);
	height: 67px;
	padding-left: 50px;
	padding-right: 50px;
}
.section-zip .zip_form_box .zipcodeform .zipcode.valid {
	background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='10' cy='10' r='10' fill='%2305BB4E'/%3E%3Cpath d='M6 9.5L9 12.5L14.5 7' stroke='white' stroke-width='2'/%3E%3C/svg%3E");
	background-position-x: calc(100% - 20px);
	background-size: 20px;
}
.section-zip .zip_form_box .zipcodeform .wrap-button {
	display: inline-block;
	position: static;
	transform: none;
}
.section-zip .zip_form_box .zipcodeform .button {
	background-image: none;
	background-color: #E32223;
	border: 1px solid #e32223;
	border-radius: 0;
	font-size: 30px;
	font-weight: 800;
	line-height: 65px;
	letter-spacing: 0.03em;
	min-width: 150px;
	height: 67px;
	padding: 0 10px;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.section-zip .zip_form_box .zipcodeform .button:after {
	display: none;
}
.section-zip .zip_form_box .zipcodeform .button:hover {
	background-image: none;
	background-color: #FFF;
	border: 1px solid #e32223;
	color: #e32223;
	text-decoration: none;
}

@media (max-width: 1400px) {
	.section-zip .zipcodeform .form-col.field-error .error {
		/* top: -10px; */
		/* bottom: auto; */
		/* -webkit-transform: translateY(-100%); */
		-ms-transform: translateY(-100%);
		/* transform: translateY(-100%); */
	}
}
@media (max-width: 1199px) {
	.section-zip .zip_form_box {
		width: calc(100% - 25px);
	}
	.section-zip .zip_form_box .form-title {
		font-size: 22px;
		line-height: 32px;
	}
}
@media (max-width: 991px) {
	.section-zip .zip_form_box .form-title {
		width: 44%;
	}
	.section-zip .zip_form_box .zipcodeform {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		width: 56%;
		-webkit-box-align: center;
		-webkit-align-items: center;
		    -ms-flex-align: center;
		        align-items: center;
	}
}
@media (max-width: 767px) {
	.section-zip {
		padding-bottom: 15px;
	}
	.section-zip .zip_form_box {
		padding: 20px;
		padding-bottom: 17px;
		margin-top: -150px;
		width: calc(100% - 10px);
	}
	.section-zip .yellow-box-line {
		left: 20px;
		top: 20px;
	}
	.section-zip .zip_form_box .form-title {
		font-size: 16px;
		line-height: 26px;
		text-align: center;
		width: 100%;
		padding-right: 0;
		margin-bottom: 15px;
	}
	.section-zip .zip_form_box .zipcodeform {
		width: 100%;
		padding-left: 0;
	}
	.section-zip .zip_form_box .form-bottom-text {
		font-size: 14px;
		line-height: 24px;
		text-align: center;
		margin-bottom: 0;
	}
	.zipcodeform .wrap-button {
		display: block;
		position: static;
		margin-top: 0;
	}
	.section-zip .zip_form_box .zipcodeform .zipcode.valid {
		background-position-x: calc(100% - 20px);
		padding-right: 50px;
	}
	.section-zip .zipcodeform .form-col.field-error .error {
		/* position: static; */
		/* font-size: 14px !important; */
		/* margin-top: 8px; */
		/* -webkit-transform: none; */
		-ms-transform: none;
		/* transform: none; */
	}
	.section-zip .zip_form_box .zipcodeform .button {
		font-size: 19px;
		line-height: 29px;
	}
}
@media (max-width: 500px) {
	.section-zip .zip_form_box .zipcodeform {
		display: block
	}
	.section-zip .zip_form_box .zipcodeform .zipcode {
		width: 100%;
	}
	.zipcodeform .wrap-button {
		width: 100%;
		margin-top: 10px;
	}
	.section-zip .zip_form_box .zipcodeform .button {
		width: 100%;
	}
}
@media (max-width: 400px) {
	.section-zip .yellow-box-line {
		left: 15px;
		top: 15px;
	}
}





/*
 * Section Popular Companies
 * ------------------------------------------------------------------------------------------------
*/
.section-popular_companies {
	padding-top: 70px;
	padding-bottom: 70px;
	text-align: center;
	overflow: hidden;
}
.section-popular_companies .section-title {
	font-weight: 600;
	margin-bottom: 25px;
}
.section-popular_companies .section-subtitle {
	color: #172331;
	font-weight: 600;
	max-width: 991px;
	margin-top: 0;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
}
.section-popular_companies .company_logos {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	margin: 0 -10px -20px;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.section-popular_companies .company_slider:not(.slick-initialized) {
	display: none;
}
.section-popular_companies .company_slider .slick-list {
	margin: 0 -30px;
}
.section-popular_companies .company_slider .slick-slide {
	margin: 0 30px;
}
.section-popular_companies .company_slider .slick-dots {
    position: static;
    text-align: center;
    padding: 0;
    bottom: 0;
    margin-top: 0;
}
.section-popular_companies .company_slider .slick-dots li {
    display: inline-block;
	margin: 0 10px;
}
.section-popular_companies .company_slider .slick-dots li button {
	background-color: #FFF;
	border: 1px solid #e32223;
	font-size: 0;
	width: 10px;
	height: 10px;
	border-radius: 100%;
}
.section-popular_companies .company_slider .slick-dots li.slick-active button {
	background-color: #e32223;
}
.section-popular_companies .company_logo {
	width: calc(16.666667% - 20px);
	margin: 0 10px 20px;
}
.section-popular_companies .company_logo .logo {
	width: 100%;
}
.section-popular_companies .company_logos_img {
	margin-top: 40px;
}
.section-popular_companies .call-box {
	border-top: 1px solid #D3D3D3;
	border-radius: 10px;
	margin-top: 50px;
	padding: 30px;
	box-shadow: 0px 4px 4px 0px #00000040;
}
.section-popular_companies .call-box .button-title {
	max-width: 700px;
	margin-top: 0;
	margin-left: auto;
	margin-right: auto;
}
.section-popular_companies .call-box .site_red_btn {
	margin-top: 15px;
}

@media (max-width: 991px) {
	.section-popular_companies .company_logos {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: wrap;
		    -ms-flex-wrap: wrap;
		        flex-wrap: wrap;
		margin: 0 -5px -10px;
	}
	.section-popular_companies .company_logo {
		width: 33.333333%;
		width: calc(33.333333% - 10px);
		margin: 0 5px 10px;
	}
}
@media (max-width: 767px) {
	.section-popular_companies {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.section-popular_companies .section-title {
		font-size: 18px;
		line-height: 28px;
		margin-bottom: 10px;
	}
	.section-popular_companies .section-subtitle {
		font-size: 16px;
		font-weight: 500;
		line-height: 26px;
		margin-bottom: 20px;
	}
	.section-popular_companies .company_logos_img {
		margin-top: 20px;
	}
	.section-popular_companies .call-box {
		margin-top: 30px;
		padding: 20px;
	}
	.section-popular_companies .call-box .button-title {
		font-size: 16px;
		font-weight: 500;
		line-height: 26px;
		margin-bottom: 0;
	}
	.section-popular_companies .call-box .site_red_btn {
		margin-top: 15px;
	}
}





/*
 * Section Services Area
 * ------------------------------------------------------------------------------------------------
*/
.section-services_area {
	padding-top: 0;
	padding-bottom: 90px;
}
.section-services_area .services_area_box {
	border-top: 2px solid #E6E6E6;
	padding: 110px 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
.section-services_area .services_area_box .col {
	width: auto;
	max-width: 50%;
}
.section-services_area .services_area_box .col_left {
	width: 50%;
	padding-right: 40px;
}
.section-services_area .services_area_box .col_left_wrap {
	background-color: transparent;
	position: relative;
	width: 100%;
	height: 500px;
	text-align: center;
}
.section-services_area .services_area_box .col_left .wrap_map {
	width: 100%;
	height: 100%;
}
.section-services_area .services_area_box .col_left .map {
	width: calc(100% + 200px);
	height: calc(100% + 300px);
	margin-left: -150px;
	margin-top: -110px;
}
.section-services_area .services_area_box .col_right {
	padding-left: 15px;
	padding-top: 40px;
	z-index: 1;
}
.section-services_area .services_area_box .section-title {
	font-size: 73px;
	font-weight: 700;
	line-height: 85px;
	margin-bottom: 35px;
}
.section-services_area .services_area_box .services_area_items {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	padding-left: 30px;
	margin-bottom: -35px;
	min-height: 365px;
	max-height: 365px;
	overflow-y: auto;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	-webkit-align-content: flex-start;
	    -ms-flex-line-pack: start;
	        align-content: flex-start;
}
.section-services_area .services_area_box .services_area_items.ajax_loader {
	overflow-y: initial;
}
.section-services_area .services_area_box .no_service_areas {
	font-size: 22px;
	font-weight: 700;
	line-height: 32px;
	text-align: center;
	width: 100%;
	margin-top: 35px;
}
.section-services_area .services_area_box .area_item {
	display: block;
	color: #172331;
	font-size: 22px;
	font-weight: 700;
	line-height: 32px;
	width: 50%;
	position: relative;
	padding-left: 35px;
	padding-right: 10px;
	margin-bottom: 35px;
	-webkit-align-self: stretch;
	    -ms-flex-item-align: stretch;
	            -ms-grid-row-align: stretch;
	        align-self: stretch;
}
.section-services_area .services_area_box .area_item:hover,
.section-services_area .services_area_box .area_item.select {
	color: #E32223;
	text-decoration: none;
}
.section-services_area .services_area_box .area_item:before {
	content: '';
	background-image: url('data:image/svg+xml,%3Csvg width="20" height="27" viewBox="0 0 20 27" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath fill-rule="evenodd" clip-rule="evenodd" d="M10 4.49737C13.0661 4.49737 15.5544 7.01463 15.5544 10.1164C15.5544 13.2183 13.0661 15.7355 10 15.7355C6.93389 15.7355 4.4456 13.2183 4.4456 10.1164C4.4456 7.00936 6.92868 4.49737 10 4.49737ZM10 0C15.5232 0 20 4.52896 20 10.1164C20 11.3382 19.7866 12.5073 19.3909 13.5922C17.798 18.4266 14.4196 22.8397 10 27C5.57522 22.8397 2.19677 18.4266 0.609058 13.5922C0.21343 12.5073 0 11.3382 0 10.1164C0 4.52896 4.47684 0 10 0Z" fill="%23172331"/%3E%3C/svg%3E');
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	width: 20px;
	height: 27px;
	display: inline-block;
	position: absolute;
	left: 0;
	top: 0;
	vertical-align: middle;
}
.section-services_area .services_area_box .area_item.select:before {
	background-image: url('data:image/svg+xml,%3Csvg width="20" height="27" viewBox="0 0 20 27" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath fill-rule="evenodd" clip-rule="evenodd" d="M10 4.49737C13.0661 4.49737 15.5544 7.01463 15.5544 10.1164C15.5544 13.2183 13.0661 15.7355 10 15.7355C6.93389 15.7355 4.4456 13.2183 4.4456 10.1164C4.4456 7.00936 6.92868 4.49737 10 4.49737ZM10 0C15.5232 0 20 4.52896 20 10.1164C20 11.3382 19.7866 12.5073 19.3909 13.5922C17.798 18.4266 14.4196 22.8397 10 27C5.57522 22.8397 2.19677 18.4266 0.609058 13.5922C0.21343 12.5073 0 11.3382 0 10.1164C0 4.52896 4.47684 0 10 0Z" fill="%23E32223"/%3E%3C/svg%3E');
}

@media (min-width: 1200px) {
	.section-services_area .services_area_box .circle_shadow {
		display: none;
	}
}
@media (max-width: 1439px) {
	.section-services_area .services_area_box .section-title {
		font-size: 62px;
		line-height: 72px;
	}
	.section-services_area .services_area_box .col_left {
		padding-right: 20px;
	}
	.section-services_area .services_area_box .col_left .map {
		width: calc(100% + 150px);
		height: calc(100% + 150px);
		margin-left: -100px;
		margin-top: -90px;
	}
	.section-services_area .services_area_box .col_right {
		padding-left: 20px;
		padding-top: 0px;
	}
	.section-services_area .services_area_box .services_area_items {
		padding-left: 15px;
		min-height: 100px;
		padding-bottom: 35px;
	}
}
@media (max-width: 1199px) {
	.section-services_area .services_area_box {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-webkit-flex-direction: column-reverse;
		    -ms-flex-direction: column-reverse;
		        flex-direction: column-reverse;
		padding-bottom: 0;
	}
	.section-services_area .services_area_box .col {
		width: 100%;
		max-width: 100%;
		padding-top: 0;
		padding-left: 0;
		padding-right: 0;
	}
	.section-services_area .services_area_box .col_left {
		margin-top: 100px;
	}
	.section-services_area .services_area_box .col_left_wrap {
		height: auto;
	}
	.section-services_area .services_area_box .wrap_map {
		position: absolute;
		left: 0;
		top: 0;
	}
	.section-services_area .services_area_box .wrap_map .circle_shadow {
		visibility: hidden;
		z-index: -1;
	}
	.section-services_area .services_area_box .col_left .map {
		width: 100%;
		height: 100%;
		margin-left: 0;
		margin-top: 0;
	}
	.section-services_area .services_area_box .section-title {
		text-align: center;
	}
	.section-services_area .services_area_box .services_area_items {
		padding-left: 0;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
		position: relative;
		margin-bottom: 0;
	}
	.section-services_area .services_area_box .col_right {
		position: relative;
	}
	.section-services_area .services_area_box .col_right.show_gradient:after {
		content: "";
		display: block;
		position: absolute;
		background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255, 0)), to(#fff));
		background-image: -o-linear-gradient(top, rgba(255,255,255, 0) 0%, #fff 100%);
		background-image: linear-gradient(to bottom, rgba(255,255,255, 0) 0%, #fff 100%);
		width: 100%;
		height: 40px;
		left: 0;
		bottom: -10px;
	}
	.section-services_area .services_area_box .area_item {
		display: block;
		width: 33.333333%;
	}
}
@media (max-width: 991px) {
	.section-services_area .services_area_box .area_item {
		width: 50%;
	}
}
@media (max-width: 767px) {
	body.landing_page_1 .section-services_area > .container {
		padding-right: 0;
		padding-left: 0;
	}
	.section-services_area .services_area_box .col_right {
		padding-right: 30px;
		padding-left: 30px;
	}
	.section-services_area .services_area_box .section-title {
		font-size: 32px;
		line-height: 48px;
		margin-bottom: 17px;
	}
	.section-services_area .services_area_box {
		padding-top: 0;
		border-top: none;
		margin-bottom: -20px;
	}
	.section-services_area .services_area_box .area_item {
		font-size: 18px;
		line-height: 28px;
		width: 50%;
		padding-left: 30px;
		margin-bottom: 20px;
	}
	.section-services_area .services_area_box .no_service_areas {
		font-size: 18px;
		line-height: 26px;
		text-align: center;
		margin-top: 20px;
	}
}
@media (max-width: 767px) {
	.section-services_area {
		overflow: hidden;
	}
	.section-services_area .services_area_box .col_left .map {
		width: calc(100% + 150px);
		height: calc(100% + 150px);
		margin-left: -75px;
		margin-top: -75px;
	}
}
@media (max-width: 400px) {
	.section-services_area .services_area_box .col_right {
		padding-right: 15px;
		padding-left: 15px;
	}
}







/*
 * OpenLayers
 * ------------------------------------------------------------------------------------------------
*/
#map .ol-attribution {
	opacity: 0;
	-webkit-transition: opacity 0.3s;
	-o-transition: opacity 0.3s;
	transition: opacity 0.3s;
}
#map .ol-attribution:hover {
	opacity: 1;
}
#map .ol-attribution ul {
	padding: 0;
}
#map .ol-attribution ul li {
	padding: 0;
}
#map .ol-attribution ul li:before {
	display: none;
}
#map .ol-attribution a {
	color: #172331;
	text-decoration: none;
}
#map .ol-zoom {
	opacity: 0;
	-webkit-transition: opacity 0.3s;
	-o-transition: opacity 0.3s;
	transition: opacity 0.3s;
}
#map .ol-zoom:hover {
	opacity: 1;
}
#map .ol-overlaycontainer:before {
	content: '';
	display: block;
	background-image: url(../../img/landing-page-1/circle_shadow.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 110%;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

#map .ol-tooltip * {
	font-weight: 300
}
#map .ol-tooltip {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	overflow: hidden;
	padding: 0 10px;
	margin: 0;
	border-radius: 6px;
	text-align: center;
	width: 100%;
}
#map .ol-tooltip:hover {
	background: rgba(102, 51, 153, 0.062)
}
#map .ol-tooltip .info {
	width: 100%;
	padding: 5px 0;
}
#map .ol-tooltip img {
	float: left;
	padding: 5px;
	width: 40px;
	height: 40px;
	margin-right: 5px;
}
#map .ol-tooltip-title a {
	font-size: 15px; padding: 2px;
	text-decoration: none;
	color: #172331;
	font-weight: bold;
	white-space: nowrap;
}
#map .ol-tooltip-title a:hover{
	color: #E32223;
}
#map .ol-tooltip-salary{
	font-size: 14px; padding: 2px;
	white-space: nowrap;
}
#map .ol-tooltip-company{
	font-size: 13px; padding: 2px;
}
#map .ol-popup {
	position: absolute;
	background-color: white;
	-webkit-filter: drop-shadow(0 1px 4px rgba(0,0,0,0.1));
	        filter: drop-shadow(0 1px 4px rgba(0,0,0,0.1));
	padding: 10px;
	border-radius: 10px;
	border: 1px solid #cccccc2a;
	bottom: 35px;
	width: 210px;
	-webkit-transform: translate(-55%, 0%);
	    -ms-transform: translate(-55%, 0%);
	        transform: translate(-55%, 0%);
	-webkit-transform: translate(calc(-50% - 10px), 0%);
	    -ms-transform: translate(calc(-50% - 10px), 0%);
	        transform: translate(calc(-50% - 10px), 0%);
	margin-bottom: 10px;
}
#map .ol-popup:after, #map .ol-popup:before {
	top: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

#map .ol-popup:after {
	border-top-color: white;
	border-width: 10px;
	left: 120px;
	margin-left: -16px;
}

#map .ol-popup:before {
	border-top-color: rgb(204 204 204 / 16%);
	border-width: 11px;
	left: 120px;
	margin-left: -16px;
}
#map .marker {
	background: #222 !important;
}
#map .animated {
	position: relative;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
#map .animated:hover {
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}
@-webkit-keyframes hop {
	0% {margin-bottom: 0px;}
	50% {margin-bottom: 30px;}
	100% {margin-bottom: 0px;}
}
@keyframes hop {
	0% {margin-bottom: 0px;}
	50% {margin-bottom: 30px;}
	100% {margin-bottom: 0px;}
}
#map .hop {
	-webkit-animation-name: hop;
	animation-name: hop;
	-webkit-animation-iteration-count: infinite;
	        animation-iteration-count: infinite;
	-webkit-animation-duration: 2s;
	        animation-duration: 2s;
}

@media (max-width: 1199px) {
	#map .ol-overlaycontainer:before {
		background-size: contain;
		position: relative;
	}
}








/*
 * Section Two Banners
 * ------------------------------------------------------------------------------------------------
*/
.section-two_banners {
	position: relative;
	padding-top: 0;
	padding-bottom: 0;
}
.section-two_banners .banner_1_bg {
	background-color: #3A4C62;
	position: absolute;
	left: 0;
	top: 0;
	width: 50%;
	height: 100%;
	z-index: -1;
}
.section-two_banners .banner_2_bg {
	background-color: #172331;
	position: absolute;
	right: 0;
	top: 0;
	width: 50%;
	height: 100%;
	z-index: -1;
}
.section-two_banners .columns {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	max-width: 1920px;
	margin-left: auto;
	margin-right: auto;
}
.section-two_banners .col {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	color: #fff;
	width: 50%;
	padding: 0;
}
.section-two_banners .col_left {
	background-color: #3A4C62;
}
.section-two_banners .col_right {
	background-color: #172331;
}
.section-two_banners .wrap_text {
	padding: 162px 120px 0;
}
.section-two_banners .banner-title {
	font-size: 75px;
	font-weight: 700;
	line-height: 85px;
	text-align: center;
	margin-bottom: 22px;
}
.section-two_banners .banner-text {
	font-size: 21px;
	font-weight: 500;
	line-height: 36px;
	text-align: center;
	max-width: 670px;
	margin-left:  auto;
	margin-right: auto;
}
@media (max-width: 1900px) {
	.section-two_banners .wrap_text {
		padding: 100px 100px 0;
	}
	.section-two_banners .banner-title {
		font-size: 65px;
		line-height: 75px;
	}
}
@media (max-width: 1600px) {
	.section-two_banners .wrap_text {
		padding: 100px 65px 0;
	}
}
@media (max-width: 1400px) {
	.section-two_banners .wrap_text {
		padding: 100px 70px 0;
	}
	.section-two_banners .banner-title {
		font-size: 55px;
		line-height: 65px;
	}
}
@media (max-width: 1300px) {
	.section-two_banners .wrap_text {
		padding: 100px 50px 0;
	}
}
@media (max-width: 1199px) {
	.section-two_banners .banner-title {
		font-size: 42px;
		line-height: 52px;
	}
	.section-two_banners .wrap_image {
		padding-top: 25px;
	}
}
@media (max-width: 991px) {
	.section-two_banners .wrap_text {
		padding: 70px 30px 0;
	}
	.section-two_banners .banner-title {
		font-size: 32px;
		line-height: 42px;
	}
}
@media (max-width: 767px) {
	.section-two_banners .columns {
		display: block;
	}
	.section-two_banners .col {
		width: 100%;
	}
	.section-two_banners .banner-text {
		font-size: 18px;
		line-height: 26px;
	}
}
@media (max-width: 400px) {
	.section-two_banners .wrap_text {
		padding: 50px 15px 0;
	}
}






/*
 * Section Categories
 * ------------------------------------------------------------------------------------------------
*/
.section-categories {
	background-color: #172331;
	color: #fff;
	padding-top: 120px;
	padding-bottom: 120px;
}
.section-categories .section-title {
	color: #fff;
	font-size: 75px;
	font-weight: 700;
	line-height: 85px;
	margin-bottom: 20px;
	text-align: center;
}
.section-categories .section-subtitle {
	font-size: 21px;
	font-weight: 500;
	line-height: 36px;
	text-align: center;
	margin-bottom: 50px;
	max-width: 650px;
	margin-left: auto;
	margin-right: auto;
}
.section-categories .categories {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: -20px;
}
.section-categories .categories .cat-item {
	position: relative;
	max-width: 410px;
	width: calc(33.333333% - 13px);
	margin-bottom: 20px;
}
.section-categories .categories .cat-item .wrap-icon {
	position: absolute;
	text-align: center;
	left: 50%;
	transform: translate(-50%, -50%);
}
.section-categories .categories .cat-item .content {
	position: relative;
}
.section-categories .categories .cat-item .content .title {
	background-color: #3A4C62;
	font-size: 22px;
	font-weight: 700;
	line-height: 32px;
	text-align: center;
	padding: 45px 15px 15px;
	margin: 0;
}
@media (max-width: 991px) {
	.section-categories .categories .cat-item {
		width: calc(50% - 10px);
	}
}
@media (max-width: 767px) {
	.section-categories {
		padding-top: 50px;
		padding-bottom: 60px;
	}
	.section-categories .section-title {
		font-size: 32px;
		line-height: 42px;
	}
	.section-categories .section-subtitle {
		font-size: 18px;
		line-height: 26px;
	}
	.section-categories .categories .cat-item .content .title {
		font-size: 18px;
		line-height: 26px;
	}
}
@media (max-width: 600px) {
	.section-categories .section-subtitle {
		margin-bottom: 30px;
	}
	.section-categories .categories .cat-item {
		width: 100%;
		margin-left: auto;
		margin-right: auto;
	}
}








/*
 * Section Reviews
 * ------------------------------------------------------------------------------------------------
*/
.section-reviews {
	color: #172331;
	padding-top: 162px;
	padding-bottom: 162px;
	overflow: hidden;
}
.section-reviews .section-title {
	font-size: 75px;
	font-weight: 700;
	line-height: 85px;
	text-align: center;
	margin-bottom: 20px;
}
.section-reviews .reviews_top {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	margin-bottom: 30px;
}
.section-reviews .reviews_top .delimeter {
	background-color: #E6E6E6;
	width: 2px;
	height: 50px;
	margin-left: 10px;
	margin-right: 30px;
}
.section-reviews .reviews_top .reviews_rate {
	font-size: 50px;
	font-weight: 800;
	line-height: 50px;
	text-align: center;
}
.section-reviews .reviews_top .reviews_stars {
	margin: 0 25px;
}
.section-reviews .reviews_top .reviews_count {
	font-size: 25px;
	font-weight: 700;
	line-height: 32px;
}
.section-reviews .reviews_top .reviews_label {
	font-size: 25px;
	font-weight: 500;
	line-height: 32px;
	margin-left: 25px;
}
.section-reviews .reviews {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	margin-bottom: -130px;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
.section-reviews .reviews .review {
	position: relative;
	width: calc(50% - 65px);
	margin-bottom: 130px;
	background-color: #FFFFFF;
	-webkit-box-shadow: 0px 8px 45px rgba(0, 0, 0, 0.05);
	        box-shadow: 0px 8px 45px rgba(0, 0, 0, 0.05);
}
.section-reviews .reviews .review .image {
	position: relative;
}
.section-reviews .reviews .review .review-image {
	width: 100%;
}
.section-reviews .reviews .review .play-icon {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	cursor: pointer;
}
.section-reviews .reviews .review .play-icon:hover svg path {
	fill: #fff;
}
.section-reviews .reviews .review .play-icon:hover svg circle {
	stroke: #e32223;
}
.section-reviews .reviews .review .play-icon:hover svg circle[fill="white"] {
	fill: #e32223;
}
.section-reviews .reviews .review .content {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding: 60px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
}
.section-reviews .reviews .review .content .text {
	font-size: 21px;
	font-weight: 500;
	line-height: 36px;
	position: relative;
	max-height: 144px;
	overflow: hidden;
}
.section-reviews .reviews .review .content .text:before {
	content: '“ ';
}
.section-reviews .reviews .review .content .text:after {
	content: ' ”';
}
.section-reviews .reviews .review .content .review_bottom {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	margin-top: 50px;
}
.section-reviews .reviews .review .content .wrap_name {
	qqqqq:
}
.section-reviews .reviews .review .content .wrap_name .name {
	font-size: 25px;
	font-weight: 700;
	line-height: 32px;
	text-transform: uppercase;
}
.section-reviews .reviews .review .content .wrap_name .review_stars {
	background-image: url(../../img/landing-page-1/review_stars.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	width: 146px;
	height: 25px;
	display: inline-block;
}
.section-reviews .reviews .review .content .date {
	font-size: 21px;
	font-weight: 500;
	line-height: 36px;
}
.section-reviews .reviews .review_yellow_line {
	border: 5px solid #FEC724;
	position: absolute;
	left: 23px;
	top: 23px;
	width: 100%;
	height: 100%;
	z-index: -1;
}

@media (max-width: 1400px) {
	.section-reviews {
		padding-top: 120px;
		padding-bottom: 120px;
	}
}
@media (max-width: 1300px) {
	.section-reviews .reviews {
		margin-bottom: -70px;
	}
	.section-reviews .reviews .review {
		width: calc(50% - 35px);
		margin-bottom: 70px;
	}
	.section-reviews .reviews .review .content {
		padding: 40px;
	}
}
@media (max-width: 991px) {
	.section-reviews .section-title {
		font-size: 60px;
		line-height: 70px;
	}
	.section-reviews .reviews .review {
		width: 100%;
	}
	.section-reviews .reviews .review .content {
		padding: 20px;
	}
}
@media (max-width: 767px) {
	.section-reviews {
		padding-top: 60px;
		padding-bottom: 80px;
	}
	.section-reviews .section-title {
		font-size: 32px;
		line-height: 42px;
	}
	.section-reviews .reviews_top .reviews_badge {
		width: 85px;
	}
	.section-reviews .reviews_top .delimeter {
		height: 64px;
		margin-left: 5px;
		margin-right: 15px;
	}
	.section-reviews .reviews_top .reviews_rate {
		font-size: 28px;
		line-height: 38px;
	}
	.section-reviews .reviews_top .reviews_stars {
		margin: 0 15px;
	}
	.section-reviews .reviews_top .reviews_count {
		font-size: 20px;
		line-height: 32px;
	}
	.section-reviews .reviews_top .reviews_label {
		font-size: 20px;
		line-height: 32px;
		margin-left: 15px;
	}
	.section-reviews .reviews .review .content .text {
		font-size: 18px;
		line-height: 26px;
		max-height: 104px;
	}
	.section-reviews .reviews .review_yellow_line {
		left: 20px;
		top: 20px;
	}
}
@media (max-width: 400px) {
	.section-reviews .reviews_top .reviews_rate {
		font-size: 24px;
		line-height: 34px;
	}
	.section-reviews .reviews_top .delimeter {
		margin-right: 12px;
	}
	.section-reviews .reviews_top .reviews_stars {
		margin: 0 15px;
	}
	.section-reviews .reviews_top .reviews_count {
		font-size: 18px;
		line-height: 30px;
	}
	.section-reviews .reviews_top .reviews_label {
		font-size: 18px;
		line-height: 30px;
		margin-left: 15px;
	}
	.section-reviews .reviews .review .content .text {
		font-size: 16px;
		line-height: 24px;
		max-height: 104px;
	}
	.section-reviews .reviews .review_yellow_line {
		left: 15px;
		top: 15px;
	}
}
@media (max-width: 370px) {
	.section-reviews .reviews_top .reviews_badge {
		width: 70px;
	}
	.section-reviews .reviews_top .delimeter {
		height: 60px;
		margin-right: 12px;
	}
	.section-reviews .reviews_top .reviews_rate {
		font-size: 20px;
		line-height: 30px;
	}
	.section-reviews .reviews_top .reviews_stars {
		margin: 0 0 0 10px;
	}
	.section-reviews .reviews_top .reviews_count {
		font-size: 16px;
		line-height: 28px;
	}
	.section-reviews .reviews_top .reviews_label {
		font-size: 16px;
		line-height: 28px;
		margin-left: 15px;
	}
	.section-reviews .reviews .review .content .text {
		font-size: 14px;
		line-height: 22px;
	}
}





/*
 * Reviews Slider
 * ------------------------------------------------------------------------------------------------
*/
.reviews_slider {
	max-width: 100%;
	margin-top: 0;
	margin-bottom: 0 !important;
}
.reviews_slider:not(.slick-initialized) {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: nowrap;
	    -ms-flex-wrap: nowrap;
	        flex-wrap: nowrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
.reviews_slider:not(.slick-initialized) .review:nth-child(2) ~ .review {
	display: none;
}
.reviews_slider .slick-list {
	margin: 0 -50px;
}
.reviews_slider .slick-slide {
	height: inherit;
	padding: 0 50px;
	padding-bottom: 23px;
}
.reviews_slider .slick-slide > div > div {
	margin-bottom: 0 !important;
}
.reviews_slider .slick-arrow {
	position: absolute;
	margin-top: 0;
	top: calc(50% - 16px);
	width: 41px;
	height: 32px;
}
.reviews_slider .slick-arrow:before {
	display: none;
}
.reviews_slider .slick-arrow.slick-disabled svg path {
	stroke: #BDBBBC;
}
.reviews_slider .slick-prev {
	left: -100px;
}
.reviews_slider .slick-next {
	right: -123px;
}

.reviews_slider .slick-dots {
	bottom: -40px;
}
.reviews_slider .slick-dots li {
    display: inline-block;
	width: auto;
	height: auto;
	margin: 0 10px;
}
.reviews_slider .slick-dots li button {
	background-color: #B0B0B0;
	border-radius: 100%;
	font-size: 0;
	width: 10px;
	height: 10px;
	padding: 0;
	margin: 0;
}
.reviews_slider .slick-dots li button:hover {
	background-color: #B0B0B0;
}
.reviews_slider .slick-dots li.slick-active button {
	background-color: #010101;
}
.slick-dots li:before,
.slick-dots li button:before {
	display: none;
}

@media (max-width: 1600px) {
	.reviews_slider .slick-prev {
		left: -70px;
	}
	.reviews_slider .slick-next {
		right: -93px;
	}
}
@media (max-width: 1300px) {
	.reviews_slider .slick-prev {
		left: -70px;
	}
	.reviews_slider .slick-next {
		right: -93px;
	}
}
@media (max-width: 991px) {
	.reviews_slider .slick-dots {
		bottom: 0;
	}
}
@media (max-width: 767px) {
	.reviews_slider {
		max-width: 500px;
		margin-left: auto;
		margin-right: auto;
	}
	.reviews_slider .slick-dots {
		bottom: -25px;
	}
}
@media (max-width: 400px) {
	.reviews_slider {
		max-width: 320px;
	}
}
@media (max-width: 370px) {
	.reviews_slider {
		max-width: 270px;
	}
}







/*
 * Reviews Popup
 * ------------------------------------------------------------------------------------------------
*/
#reviews_popup {
	width: 100%;
	max-width: 740px;
}
.arcticmodal-container_i {
	width: 100%;
	max-width: 740px;
}
#reviews_popup .arcticmodal-close {
	color: #fff;
	font-size: 40px;
	text-align: right;
	padding-bottom: 5px;
	cursor: pointer;
}
#reviews_popup .wrap_video {
	width: 100%;
	max-width: 100%;
}







/*
 * Section Help
 * ------------------------------------------------------------------------------------------------
*/
.section-help {
	background-color: #435973;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	color: #fff;
	text-align: center;
	padding-top: 162px;
	padding-bottom: 162px;
}
.section-help .container {
	qqqqq:
}
.section-help .section-title {
	font-size: 75px;
	font-weight: 700;
	line-height: 85px;
	text-align: center;
	margin-bottom: 20px;
}
.section-help .list-items {
	margin-bottom: 45px;
}
.section-help .list-items li {
	display: inline-block;
	font-size: 22px;
	font-weight: 700;
	line-height: 32px;
	padding-left: 35px;
	margin-left: 15px;
	margin-right: 15px;
}
.section-help .list-items li:before {
	content: '';
	display: inline-block;
	background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.002 0C15.5255 0 20.0039 4.47837 20.0039 10.002C20.0039 15.5255 15.5216 20 10.002 20C4.48229 20 0 15.5216 0 10.002C0 4.48229 4.47837 0 10.002 0ZM15.6469 7.35173L8.77667 14.218L4.3531 9.79448L5.92288 8.2247L8.78058 11.0785L14.081 5.77804L15.6469 7.35173Z' fill='white'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-color: transparent;
	background-size: contain;
	width: 20px;
	height: 20px;
	position: absolute;
	left: 0;
	top: 5px;
}
.section-help .wrap_buttons {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
}
.section-help .site_red_btn {
	margin: 0 25px 15px;
}
.section-help .site_white_btn {
	margin: 0 25px 15px;
}

@media (max-width: 1400px) {
	.section-help {
		padding-top: 100px;
		padding-bottom: 100px;
	}
}
@media (max-width: 767px) {
	.section-help {
		padding-top: 60px;
		padding-bottom: 60px;
		background-position: center;
	}
	.section-help .section-title {
		font-size: 32px;
		line-height: 42px;
	}
	.section-help .list-items li {
		font-size: 18px;
		line-height: 22px;
		margin-bottom: 25px;
	}
	.section-help .list-items li:before {
		top: 0;
	}
	.section-help .wrap_buttons a {
		width: 100%;
		max-width: 320px;
		margin-left: 0;
		margin-right: 0;
	}
}






/*
 * Section Our Services
 * ------------------------------------------------------------------------------------------------
*/
.section-our_services {
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #E7E8EB 72.92%);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(72.92%, #E7E8EB));
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #E7E8EB 72.92%);
    padding-top: 162px;
    padding-bottom: 0 !important;
}
.section-our_services .section-title {
	font-size: 75px;
	font-weight: 700;
	line-height: 85px;
	text-align: center;
	margin-bottom: 30px;
}
.section-our_services .services {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	margin: 0 -15px -30px;
}
.section-our_services .services .service {
	background-color: #FFFFFF;
	-webkit-box-shadow: 0px 15px 55px rgba(0, 0, 0, 0.06);
	        box-shadow: 0px 15px 55px rgba(0, 0, 0, 0.06);
	width: calc(20% - 30px);
	padding: 40px 40px;
	margin: 0 15px 30px;
	text-align: center;
}
.section-our_services .services .service .wrap-icon img {
	display: inline-block;
}
.section-our_services .services .service .content .title {
	font-size: 22px;
	font-weight: 700;
	line-height: 32px;
	margin-top: 25px;
}

@media (max-width: 1199px) {
	.section-our_services .services .service {
		width: calc(25% - 30px);
	}
}
@media (max-width: 991px) {
	.section-our_services .services .service {
		width: calc(33.333333% - 30px);
	}
}
@media (max-width: 767px) {
	.section-our_services {
		padding-top: 60px;
		padding-bottom: 0;
	}
	.section-our_services .section-title {
		font-size: 32px;
		line-height: 42px;
	}
	.section-our_services .services .service {
		font-size: 32px;
		line-height: 42px;
		width: calc(50% - 30px);
		padding: 40px 25px;
	}
	.section-our_services .services .service .content .title {
		font-size: 18px;
		line-height: 22px;
		text-align: left;
		margin: 0;
	}
}
@media (max-width: 600px) {
	.section-our_services .services .service {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		width: 100%;
		padding: 20px 30px;
		-webkit-box-align: center;
		-webkit-align-items: center;
		    -ms-flex-align: center;
		        align-items: center;
	}
	.section-our_services .services .service .wrap-icon {
		margin-right: 30px;
	}
	.section-our_services .services .service .wrap-icon img {
		width: 60px;
	}
	.section-our_services .wrap_our_services_image {
		margin-top: 30px;
	}
}






