@import 'vars.css';
*{
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}
img{
	max-width: 100%;
	height: auto;
}
body{
	font-family: 'Montserrat', sans-serif;
	line-height: 1.5;
	
}
button,input[type="button"],select,input[type="text"],textarea{
	-webkit-appearance: none;
}
a{
	color: inherit;
}
ul,ol{
	list-style: none;
}
.header {
	padding-top: 23px;
	padding-bottom: 23px;
	border-bottom: 2px solid var(--grey-border-light);
}
.header-wrap {
	display: flex;
	align-items: center;
}
.responsive-menu {
	font-size: 14px;
}
.responsive-menu .menu>li>a{
	font-size: 14px;
	color: var(--grey);
	font-weight: 600;
	text-decoration: none;
	display: block;
	padding: 5px 0;
	transition: 0.3s all;
}
.responsive-menu .menu>li>a:hover,
.responsive-menu .menu>li.current-menu-item>a {
	color: var(--blue);
}
.responsive-menu .menu>li {
	float: left;
	margin-left: 45px;
	position: relative;
}
.responsive-menu .menu .sub-menu{
	position: absolute;
	top:100%;
	min-width: 155px;
	box-shadow: 0 5px 5px rgba(0,0,0,0.15);
	background: #fff;
	border: 1px solid #dedede;
	opacity: 0;
	visibility: hidden;
	transition: 0.3s all;
	white-space: nowrap;
	left: 0;
	z-index: 301;
}
.responsive-menu .menu li:hover>.sub-menu{
	opacity: 1;
	visibility: visible;
}
.responsive-menu .menu .sub-menu a{
	display: block;
	padding: 10px 10px;
	text-decoration: none;
}
.responsive-menu .menu .sub-menu li:not(:first-child){	
	border-top: 1px solid #dedede;
}
.responsive-menu .menu>li:first-child{
	margin-left: 0;
}
.header-wrap .logo-wrap a{
	display: block;
	line-height: 0;
}
.header-wrap .logo-wrap  {
	max-width: 250px;
	margin-right: 15px;	
	flex: 0 0 250px;
}
.header-wrap .responsive-menu {
	flex-grow: 1;
}
.header-wrap ._actions {
	margin-left: 15px;
	display: flex;
}
.header-wrap ._actions .btn:not(:first-child){
	margin-left: 10px;
}
.footer .footer-widgets .widget{
	padding-top: 15px;
}
.footer .footer-widgets{
	padding-top: 89px;
	padding-bottom: 42px;
	border-bottom: 2px solid #141414;
}
.footer-widgets .widgettitle {
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 34px;
	text-transform: uppercase;
	letter-spacing: -0.05em;
	line-height: 1.1;
}
.footer-widgets  .menu a{
	font-size: 14px;
	color: var(--grey-text);
	transition: 0.3s all;
	display:inline-block;
	font-weight: 600;
	text-decoration: none;
	line-height: 1.71;
}
.footer-widgets  .menu li{
	padding-bottom: 8px;
}
.footer-widgets  .menu a:hover{
	color: #fff;
}
.footer-widgets>.row{
	margin-left: 0;
	margin-right: 0;
	
}
.footer .copyright img{
	vertical-align: middle;
	margin-right: 16px;
}
.footer .copyright {
	font-size: 14px;
	font-weight: 600;
	color: var(--grey-text);
	padding-top: 38px;
	padding-bottom: 20px;
}
.copyright .footer-wrap {
	display: flex;
	align-items: center;
}
.footer .socials {
	display: flex;	
	margin-right: 48px;
	margin-left: auto;
}
.footer .socials li{
	margin-left: 20px;
	
}
.footer .socials a{
	display: flex;
	font-size: 16px;
	line-height: 1.71;
	color: #fff;
	display: block;
}
.copyright p a{
	text-decoration: none;
	transition: 0.3s all;
}
.copyright p a:hover{
	color: #0071bb;
}
.section {
	padding-top: 60px;
	padding-bottom: 60px;
}
.section-small{
	padding-top: 35px;
	padding-bottom: 35px;
}
.banner_text {
	
	font-size: 20px;
	color: var(--grey);
}
.banner_text>.vc_column-inner {
	padding: 45px 60px 60px;
}
.banner_text h2{
	font-size: 34px;
	font-weight: 700;
	color: var(--black-text);
	margin-bottom: 5px;
}
.banner_text p{
	margin-bottom: 20px; 
}
.align-center {
	text-align: center;
}
.title-wrap {
	margin-bottom: 30px;
}
.title-wrap .title,
.vc_custom_heading.heading{
	font-size: 30px;
	font-weight: 700;
}
.section-notice {
	font-size: 20px;
}
.seeker-steps h3,
.reasons-list h3{
	font-size: inherit;
	font-weight: 700;	
}
.seeker-steps h3 {
	margin-bottom: 5px;
}
.seeker-steps .item,
.seeker-steps .vc_column-inner > .wpb_wrapper{
	display: flex;
	align-items: center;
	padding: 15px 25px;
	background-color: #e0f4fd;
	position: relative;
	height: 100%;
}
.seeker-steps .item ._icon,
.reasons-list .item ._icon,
.seeker-steps .vc_column-inner > .wpb_wrapper >.wpb_single_image,
.reasons-list .vc_column-inner > .wpb_wrapper >.wpb_single_image  {
	flex: 0 0 85px;
	max-width: 85px;
	display: flex;
	align-items: center;
}
.seeker-steps .vc_column-inner > .wpb_wrapper >*,
.reasons-list .vc_column-inner > .wpb_wrapper >*{
	margin: 0;
}
.seeker-steps .item ._ab,
.seeker-steps .vc_icon_element .vc_icon_element-inner {
	position: absolute;
	width: 56px;
	line-height: 54px;
	text-align: center;
	border-radius: 50%;
	border: 1px solid #dedfe0;
	background: #fff;
	font-size: 24px;
	color: #222;
	left: 0;
	margin-left: -42px;
	top: 50%;
	margin-top: -28px;
}
.seeker-steps .vc_icon_element .vc_icon_element-inner  {
	font-size: 13.5px;
}
.seeker-steps .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-md .vc_icon_element-icon{
	font-size: 16px!important;
}
.seeker-steps .item-wrap:first-child .item ._ab{
	display: none;
}
.reasons-list .item,
.reasons-list .vc_column-inner > .wpb_wrapper{
	padding: 25px;
	background: #fff;
	border: 1px solid #dedede;
	display: flex;
	height: 100%;
}
.reasons-list .item-wrap {
	padding-top: 15px;
	padding-bottom: 15px;
}

.light-text {
	color: #fff;
}
.wrap_content {
	overflow: hidden;
}
.contact_box{
	font-size: 18px;
}
.contact_box p{
	margin: 15px 0;
}
input[type="text"],
input[type="email"],
input[type="password"],
input[type="tel"],textarea,select{
	font-family: inherit;
	font-size: inherit;
	border: 1px solid transparent;
	line-height: 1.5;
	
}
.wpcf7 .wpcf7-text,
.wpcf7 .wpcf7-select,
.wpcf7 .wpcf7-textarea {
	font-size: 14px;
	font-weight: 600;
	border-color: #e0e0e0;
	padding: 20px 30px;
	width: 100%;
}
.wpcf7 .wpcf7-form-control-wrap{
	display: block;
}
.wpcf7 .form-row{
	margin-top: 30px;
}
.wpcf7 .btn{
	height: 63px;
	font-size: 16px;
	min-width: 180px;
}
.wpcf7 .form-actions {
	text-align: center;
}
.prices_box {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	text-align: center;
	justify-content: center;
}
.prices_box .item{
	flex: 0 0 370px;
	max-width: 370px;
	border: 1px solid #dedede;
}
.prices_box .item:nth-child(2){
	margin-left: -1px;
	margin-right: -1px;
}
.prices_box ._header {
	padding: 35px;
	background: #f4f4f4;
	color: #0071bb;
	height: 155px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-bottom: 1px solid #dedede;
}
.prices_box ._header h3{
	font-size: 26px;
	font-weight: 700;
	line-height: 1.3;
	max-width: 240px;
}
.prices_box ._content {
	padding: 30px;
	background: #fff;
	color: #888888;
}
.prices_box ._content ._des p{
	margin: 15px 0;
	clear: both;
}
.prices_box ._content ._des > *:first-child{
	margin-top: 0;
}
.prices_box ._content ._des > *:last-child{
	margin-bottom: 0;
}
.prices_box ._content ._price {
	font-size: 26px;
	font-weight: 700;
	color: #222222;
	margin-bottom: 25px;
	margin-top: 25px;
}
.prices_box ._content ._des .alignright{
	float: right;
}
.prices_box ._content ._des .alignleft{
	float: left;
}
.prices_box ._content ._des p:after{
	content: '';
	display: table;
	clear: both;
}

.fieldset-cf7mls {
	height: 0;
	overflow: hidden;
	opacity: 0;
	visibility: hidden;
	display: none;
	
}
.fieldset-cf7mls.cf7mls_current_fs{
	display: block;
	opacity: 1;
	visibility: visible;
	height: auto;
}
.fieldset-cf7mls{
	border: none;
	padding: 55px;
	background-color: #f4f4f4;
	border: 1px solid #dedede; 
}
.fieldset-cf7mls h3{
	font-size: 30px;
	font-weight: 700;
}
.fieldset-cf7mls .form-row{
	margin-top: 10px;
}
.fieldset-cf7mls .price_select .wpcf7-form-control-wrap {
	display: none;
}
.fieldset-cf7mls .price_select {
	height: auto;
	width: auto;
	min-width: 0;
}
.fieldset-cf7mls h4{
	font-size: 24px;
	font-weight: 700;
	color: #222222;
	
}
.form-price .item{
	padding: 55px;
	background: #fff;
	color: #888888;
	margin-top: 30px;
}
.form-price .item li{
	line-height: 2em;
	padding-left: 20px;
	position: relative;
	margin-top: 20px;
}
.form-price .item li:first-child{
	margin-top: 0;
}
.form-price .item li:before{
	content: '';
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #0071bb;
	position: absolute;
	top: 10px;
	left: 0;
}
.form-price .item p{
	font-size: 14px;
	margin-top: 20px;
	margin-bottom: 20px;
}
.form-price .item p strong{
	font-size: 22px;
	color: #222;
	
}
.form-price .item  .btn{
	margin-top: 15px;
}
.fieldset-cf7mls .steps_control.hidden{
	display: none;
}
.fieldset-cf7mls .select2 {
	font-size: 14px;
}
.file_upload input[type="file"],
.file_upload .wpcf7-form-control-wrap{
	display: none;
}
.file_upload span.name{
	font-weight: 600;
	font-size: 16px;
	color: #222;
}
.fieldset-cf7mls h4.sitename {
	font-size: 18px;
	color: #0071bb;
	font-weight: 700;
	margin-bottom: 15px;
}
.fieldset-cf7mls .site-categories .wpcf7-list-item {
	display: block;		
	margin-left: 0;
	margin-top: 10px;
	font-size: 12px;
	color: #888;}
.fieldset-cf7mls .site-categories .wpcf7-list-item label{
	display: block;	
	cursor: pointer;
	
}
.scrollbar-inner {
	height: 190px;
}
.scrollbar-wrap {
	background: #fff;
	border:1px solid #dedede;
	padding-left: 10px;
}
.fieldset-cf7mls .site-categories{
	margin-left: -5px;
	margin-right: -5px;
}
.fieldset-cf7mls .site-categories .col-md-3 {
	padding-left: 5px;
	padding-right: 5px;
}
.fieldset-cf7mls .site-categories .wpcf7-list-item label input[type="checkbox"]{
	display: none;
}
.fieldset-cf7mls .site-categories .wpcf7-list-item label span{
	padding-left: 10px;
	position: relative;
	display: inline-block;
}
.fieldset-cf7mls .site-categories .wpcf7-list-item label input[type="checkbox"]:checked ~ span{
	color: #0071bb;
}
.fieldset-cf7mls h3:not(:first-child){
	margin-top: 30px;
}
.fieldset-cf7mls .site-categories .hidden{
	display: none;
}
.fieldset-cf7mls .site-categories .show-widder{
	min-width: 50%;
}
label.checkbox{
	display: inline-block;
	font-size: 14px;
	color: #888888;
	cursor: pointer;
}
label.checkbox span.wpcf7-list-item{
	margin: 0;
}
label.checkbox input[type="checkbox"]{
	display: none;
}
label.checkbox .wpcf7-list-item-label {
	padding-left: 40px;
	position: relative;
	padding-top: 8px;
	padding-bottom: 8px;
}
label.checkbox ._label{
	padding-left: 30px;
	position: relative;
	padding-top: 2px;
	padding-bottom: 2px;
	display: block;
}
label.checkbox .wpcf7-list-item-label:before{
	width: 34px;
	height: 34px;
	border: 1px solid #e0e0e0;
	content: '';
	position: absolute;
	top:0;
	left: 0;
	background-color: #fff;
}
label.checkbox ._label:before{
	width: 20px;
	height: 20px;
	border: 1px solid #e0e0e0;
	content: '';
	position: absolute;
	top:2px;
	left: 0;
	background-color: #fff;
}
label.checkbox._large ._label{
	padding-left: 50px;
}
label.checkbox .wpcf7-list-item-label:after{
	content: '\f00c';
	font-family: "Font Awesome 5 Pro";
	position: absolute;
	top:2px;
	left: 8px;
	font-weight: 400;
	font-size: 20px;
	color: #0071bb;
	display: none;
}
label.checkbox ._label:after{
	content: "\f00d";
	font-family: "Font Awesome 5 Pro";
	position: absolute;
	top:0px;
	left: 0;
	font-weight: 400;
	font-size: 14px;
	color: #0071bb;
	display: none;	
	line-height: 20px;
	width: 20px;
	text-align: center;
	color: inherit;
}
label.checkbox._large ._label:before{
	width: 32px;
	height: 32px;
}
label.checkbox._large ._label:after{
	top:0;
	font-size: 28px;
	text-align: center;
	width: 32px;
	line-height: 32px;
}
label.checkbox input:checked ~ .wpcf7-list-item-label:after{
	display: block;
}
label.checkbox input:checked ~ ._label:after{
	display: block;
}
.cf7mls_back.hidden{
	display: none;
}
.fieldset-cf7mls .form-actions ,
.post_job_area .form-actions{
	display: flex;
	text-align: left;
	margin-top: 30px;
}
.fieldset-cf7mls .form-actions ._note .wpcf7-response-output,
.post_job_area .form-actions ._note .wpcf7-response-output{
	padding: 18px;
	border: 1px solid #dedede;
	color: #888888;
	font-size: 14px;
	margin-left: 15px;
	margin: 0;
}
.steps-nav {
	display: flex;
	margin-bottom: -1px;
}
.steps-nav li{
	font-size: 20px;
	font-weight: 700;
	padding: 20px;
	min-width: 180px;
	text-align: center;
	background: #0071bb;
	color: #fff;
	margin-right: 10px;
	border: 1px solid #0071bb;
}
.steps-nav li.active{
	background-color: #f4f4f4;
	border-color: #dedede #dedede #f4f4f4 #dedede;
	color: #222222;
}
.post_job_area ._head {
	font-size: 20px;
	font-weight: 700;
	padding: 20px;
	min-width: 180px;
	text-align: center;
	border-style:solid;
	border-width: 1px;
	background-color: #f4f4f4;
	border-color: #dedede #dedede #f4f4f4 #dedede;
	color: #222222;
	display: inline-block;
	margin-bottom: -1px;
}
.post_job_area ._content {
	padding: 55px;
	background-color: #f4f4f4;
	border: 1px solid #dedede;
}
.post_job_area h2{
	font-size: 30px;
	font-weight: 700;
	color: #222222;
}
.post_job_area h2 span{
	color: #0071bb;
}
.post_job_area ._content > p{
	font-size: 18px;
}
.post_job_area ._content h3{
	font-size: 30px;
	font-weight: 700;
}
.post_job_area ._content h3:not(:first-child){
	margin-top: 30px;
}
.post_job_area .form-row{
	margin-top: 10px;
}
.post_job_area .row{
	margin-top: 15px;
}
.post_job_area ._wrap{
	max-width: 930px;
}
.banner-text{
	padding-top: 30px;
	padding-bottom: 30px;
	display: flex;
	justify-content: center;
	min-height: 270px;
	align-items: center;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.banner-text .page-title{
	font-weight: 700;
	font-size: 30px;
}
.holder {
	display: block;
	padding-top: 56.25%;
	position: relative;
}
.holder img{
	width: 100%;
	height: 100%;
	position: absolute;
	top:0;
	left: 0;
	object-fit:cover;
}
.holder.no-img{
	background-color: var(--black-text);
}
.blog-list .holder{
	padding-top: 70%;
}
.blog-list .item-wrap{
	padding-top: 15px;
	padding-bottom: 15px;
}
.blog-list .item{
	height: 100%;
	display: flex;
	flex-direction: column;
}
.blog-list .content {
	flex-grow: 1;
	border: 1px solid var(--grey-border);
	padding: 30px;
	position: relative;
	transition: 0.3s all;
}
.blog-list .content:hover{
	background-color: var(--grey-light);
}
.blog-list .content:after{
	content: '';
	position: absolute;
	left: 0;
	width: 0;
	height: 4px;
	background-color: var(--grey-text);
	bottom: 0;
	transition: 0.3s all;
}
.blog-list .content:hover:after{
	width: 100%;
}
.blog-list .content:hover .btn-readmore{
	color: #fff;
	background-color: var(--red);
	border-color: var(--red);
}
.blog-list h3{
	font-size: 24px;
	font-weight: 700;
	color: var(--black-text);
	margin-bottom: 10px;
}
.blog-list h3 a{
	display: inline-block;
	text-decoration: none;
}
.blog-list h3:hover {
	color: var(--blue);
}
.blog-list ._des {
	color: var(--grey);
	margin-bottom: 15px;
}
.pagination-wrap {
	padding-top: 45px;
	text-align: center;
}
.pagination-wrap .screen-reader-text {
	display: none;
}
.pagination-wrap .page-numbers {
	min-width: 34px;
	line-height: 34px;
	padding-left: 5px;
	padding-right: 5px;
	background-color: var(--grey-light);
	display: inline-block;
	text-decoration: none;
}
.pagination-wrap .page-numbers.current {
	background-color: var(--blue);
	color: #fff;
}
.single-content {
	font-size: inherit;
	color: var(--grey);
}
.single-content>*:first-child{
	margin-top: 0;
}
.single-content p{
	font-size: inherit;
	margin: 1em 0;
}
.single-content h2{
	color: #212121;
	font-size: 1.5em;
	margin: 0.8333em 0;
}
.single-content p strong{
	color: var(--black-text);
}
.vc_tta-panels .vc_tta-panel{
	margin-top: 10px;
}
.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-title > a{
	font-size: 18px;
	font-weight: 600;
	color: #212121!important;
	padding: 28px 20px 28px 40px;
}
.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-title > a{
	color: #fff!important;
	background-color: var(--blue);
}
.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::before{
	border-color: #fff!important;
}
.wpb-js-composer .vc_tta.vc_general .vc_tta-panel-body {
	padding: 28px 20px 28px 40px!important;
	color: var(--grey);
}
._header_small_actions {
	display: none;
}
.wp-block-table table {
	width: 100%;
	border-collapse: collapse;
}
.wp-block-table table th,
.wp-block-table table td{
	padding: 10px 0 10px 30px;
}
.wp-block-table table th {
	text-align: left;
}
.wp-block-table table thead th{
	background-color: #0171bb;
	color: #fff;
	padding-top: 20px;
	padding-bottom: 20px;
}
.sidebar .widget{
	padding: 30px;
	border: 1px solid #dedede;
	margin-top: 15px;
}
.sidebar .widget:first-child{
	margin-top: 0;
}
.sidebar .widget .textwidget .size-full {
	margin-left: -30px;
	margin-right: -30px;
	max-width: calc(100% + 60px);
	margin-top: -30px;
}
.sidebar .widget:first-child .textwidget p:first-child img.size-full {
	margin-top: -30px;
}
.sidebar .mc4wp-form h2,
.sidebar .mailchimp-embed h2{
	font-size: 24px;
	color: #222;
	line-height: 1.2;
	margin: 10px 0;
}
.sidebar .mailchimp-embed {
	font-size: 14px;
}
.sidebar .mailchimp-embed ._head{
	font-size: 16px;
	margin-bottom: 20px;
}
.sidebar .mc4wp-form ,
.sidebar .mailchimp-embed{
	color: #888;
	font-weight: 600;
}
.sidebar .mc4wp-form p:not(:last-child){
	margin-bottom: 20px;
}
.sidebar .mc4wp-form .form-row,
.sidebar .mailchimp-embed .form-row{
	margin-top: 10px;
}
.sidebar .mc4wp-form input[type="email"],
.sidebar .mailchimp-embed input[type="email"]{
	border: 1px solid #dedede;
	width: 100%;
	padding: 15px 30px;
	height: 66px;
}
.sidebar .mc4wp-form button.btn,
.sidebar .mailchimp-embed .btn{
	height: 66px;
	width: 100%;
	font-size: 16px;
}
.sidebar .mc4wp-form label.checkbox input[type="checkbox"]{
	display: none;
}
.sidebar .mc4wp-form label.checkbox input[type="checkbox"] ~ span{
	position: relative;
	padding-left: 50px;
	display: block;
	position: relative;
}
.sidebar .mc4wp-form label.checkbox span:before{
	border: 1px solid #dedede;
	width: 32px;
	height: 32px;
	content: '';
	position: absolute;
	top:0;
	left: 0;
}
.sidebar .mc4wp-form label.checkbox input[type="checkbox"]:checked ~ span:after{
	content: "\f00d";
	font-family: "Font Awesome 5 Pro";
	font-weight: 300;
	position: absolute;
	top:0;
	font-size: 28px;
	left: 0;
	line-height: 32px;
	width: 32px;
	text-align: center;
}
.sidebar .mc4wp-form a{
	text-decoration: none;
	color: #0171bb;
}
.wpcf7 .form_logos{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 25px;
}
.wpcf7 .form_logos img{
	max-width: 50%;
}
.responsive-menu .menu  .arrow{
	display: none;
}
.wpcf7-form .fieldset-cf7mls + .wpcf7-response-output{
	display: none!important;
}
.mailchimp-embed a{
	color: #0171bb;
	text-decoration: none;
}