/*--------------------------------------------------------------
# General CSS For Variable Color Code
--------------------------------------------------------------*/
:root {
  --sitecolor: #636363;
  --secondarycolor: #178699;
  --siteopacity: 99, 99, 99;
  --secondaryopacity: 23, 134, 153;
}

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

@font-face {
	font-family: HelveticaBold;
	src: url(fonts/Helvetica-Bold.otf);
}
@font-face {
	font-family: Helvetica;
	src: url(fonts/Helvetica.otf);
}
body{
	font-family: Helvetica;
	font-size: 16px;
	line-height: 28px;
    color: #1A1A1A;
	overflow-x: hidden;
}
a, span, div, p{
	font-family: Helvetica;
}
.ev_btn, .wpb-pcf-btn{
	transform: skew(-20deg);
	background: #fff;
    border-radius: 0;
    border-right:2px solid;
    border-left:2px solid;
    display: inline-block;
}
.ev_btn span{
    transform: skew(20deg);
    display: block;
}
.home .pt-150 {
	height: 100vh;
	overflow:hidden;
	position:relative;
}
.pt-150{
    padding-top:150px;
	display: flex;
    max-height: 1080px;
    flex-wrap: wrap;
    align-items: center;
}
.ev_title{
    font-size: 60px;
    text-transform: uppercase;
    color: var(--sitecolor);
    font-family: Helvetica;
    font-weight: lighter;
}
.ev_blog_1_2 .ev_title{
	font-weight: bold;
}
.ev_title strong{
    font-weight: bold;
    font-family: HelveticaBold;
}
.bg_white{
	background: #fff !important;
}
.bg_gray{
	background: #F1F1F1 !important;
}
.mw100{
	max-width: 100%;
}

/*
* OWL
*/

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot{
	color: #ffffff;
}

.owl-nav button.owl-prev{
	left: 22%;
	position:absolute;
	top: 50%;
    transform: translateY(-50%);
	line-height:1 !important;
}

.owl-nav button.owl-next{
	right: 22% !important;
	position:absolute;
	top: 50%;
    transform: translateY(-50%);
	line-height:1 !important;
}

.owl-nav button.owl-prev:focus{
	left: 25% !important;
	position:absolute;
	outline:0;
}

.owl-nav button.owl-next:focus{
	right: 25%;
	position:absolute;
	outline:0;
}


.owl-nav button.owl-prev:hover{
	background: transparent !important;
}

.owl-nav button.owl-next:hover{
	background: transparent !important;
}

.owl-nav button.owl-prev span{
	font-size:0
}

.owl-nav button.owl-next span{
	font-size:0
}

.owl-nav button.owl-prev span:after{
	font-size: 35px;
    content: '\f053';
    display: block;
    font-family: 'FontAwesome';
}

.owl-nav button.owl-next span:after{
	font-size: 35px;
    content: '\f054';
    display: block;
    font-family: 'FontAwesome';
}


/*
* header
*/
.header{
    position: absolute;
    z-index: 9;
    width: 100%;
}
.top_bar{
    background: rgba(255,255,255,0.35);
    padding: 10px 0;
	backdrop-filter: blur(5px);
    transition: .3s ease-out;
}

/* .sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999999999999999999999;
	background: rgba(var(--siteopacity), 0.35);
}*/

.top_bar .container{
	padding-left:0;
	padding-right:0;
}

.top_bar ul{
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
}
.top_bar_1 li{
    margin-right: 30px;
    color: #fff;
    font-size: 18px;
	display:flex;
	align-items:center;
}

.top_bar_1 li i{
	margin-right: 10px;
	font-size: 30px;
}

.top_bar_2 ul{
    justify-content: flex-end;
}
.top_bar_2 li a{
    font-size: 20px;
    color: #fff;
    padding: 0 10px;
}

.home .menu_bar{
	padding-top: 20px;
}

.menu_bar{
	padding-top: 24px;
}

.menu_bar .navbar-brand img{
    max-width:100%;
}
.menu_bar .navbar-expand-lg .navbar-collapse{
    justify-content:flex-end;
}

.menu_bar .nav-link{
    font-size: 18px;
    font-weight: bold;
    color: #fff;
	padding-right: 14.5px !important;
    padding-left: 14.5px !important;
}

.menu_bar .container{
<!-- 	padding-left:0;
	padding-right:0; -->
}


.menu_bar .navbar{
	padding-left:0;
	padding-right:0;
}

.menu_bar .container-fluid{
	padding-left:0;
	padding-right:0;
}



/*
* footer
*/
.footer{
	position: relative;
}
.main_footer{
	background: #ffffff;
	padding: 120px 0px 60px;
	box-shadow: gray 1px 4px 12px;
}
.cross_shape::after {
	content: "";
	background: var(--secondarycolor);
	transform: skew(335deg);
	padding: 240px 23px;
	position: absolute;
	width: 40%;
	/*height: 100%;*/
	left: -190px;
	top: 0px;
}
.main_footer .contact{
	display: inline-flex;
	margin-bottom: 5px;
}
.main_footer .contact span{
	padding: 10px 20px;
	color: #0F0F0F;
	font-size: 24px;
	font-weight:700;
}
.main_footer .contact span:nth-child(1){
	background:var(--secondarycolor);
	border: solid 2px var(--secondarycolor);
	color: #ffffff;
	text-transform: uppercase;
}

.main_footer .contact span:nth-child(2){
	color:var(--secondarycolor);
	border: solid 2px var(--secondarycolor);

}

.main_footer_1 p{
	font-size: 24px;
	color:  rgba(var(--siteopacity), 1);
	margin: 10px 0px;
	font-weight:700;
}
.main_footer_1 p i{
	margin-right: 5px;
}
.main_footer_1 ul{
	list-style: none;
	margin: 0;
	padding: 0;
	display: inline-flex;
}
.main_footer_1 ul li{
	margin: 5px 10px;
}
.main_footer_1 ul li a{
	 width: 50px;
    height: 50px;
    background: var(--secondarycolor);
    border-radius: 50%;
    text-align: center;
    line-height: 30px;
    font-size: 25px;
    display: flex;
    color: #ffffff;
    align-items: center;
    justify-content: center;
}
.main_footer_2 img{
	width: 150px;
	margin-bottom: 20px;
}

.main_footer_2 img:nth-child(1){
	max-width:300px;
	width: 100%;
	margin-bottom: 50px;
}

.copyright{
	background: var(--sitecolor);
	padding: 10px;
	position:relative;
	z-index:10;
}
.copyright p{
	color: #fff;
	margin: 0px;
	text-align: center;
}
.copyright a{ color: #fff; text-decoration: none; }
.copyright a:hover{ color: #fff; text-decoration: none; }
.footer:after{
	content: '';
    position: absolute;
    bottom: 0;

    background-size: 90% !important;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 9;
    right: 0%;
    width: 28%;
    height: 100%;
    left: 7.1%;
    top: -8%;
}

.copyright .heart{
	height: 25px;
}

/*
* Page
*/
.ev_home_1{
    background-position: center !important;
    background-size: cover !important;
}
.ev_home_1 .row{
    align-items: center;
    padding-top: 50px;
}



.ev_home_1 h1{
    font-size: 90px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    font-family: HelveticaBold;
}

body .banner_top h1{
	font-size: 40px;
    margin-top: 50px;
}

.ev_home_1 h3{
    font-size: 30px;
	font-weight:700;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    margin: 15px 0;
	display:flex;
	align-items:center;
	justify-content:center;
	flex-wrap:wrap;
}

.ev_home_1 h3 .break{
	width: 100%;
}

.ev_home_1 .btn_col{
    text-align: center;
    margin-top: 15px;
}
.ev_home_1 .btn_col .btn{
    background-color: var(--sitecolor);
    border-right: 10px solid  #fff;
    border-left: 10px solid  #fff;
    margin: 0 10px;
    padding: 10px 30px;
}

.ev_home_1 .btn_col .btn:nth-child(2){
	background-color: var(--secondarycolor);
}

.ev_home_1 .btn_col .btn span{
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
}
.ev_home_1_2{
	text-align: center;
	position: unset !important;
}
.ev_home_1_2 img.desktop-headshot{
    max-width: 80%;
    padding: 10px;
    margin: 0 auto;
    width: auto;
}
@media (max-width:1440px){
	.ev_home_1_2 img.desktop-headshot{
		max-height: 700px;
	}
}
.ev_home_2 .box{
    position: relative;
}
.ev_home_2 .box a{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(var(--siteopacity),0.3);
    display: flex;
    justify-content: center;
    align-items:center;
    z-index: 9;
}

.home .ev_home_2 .box a{
	background: rgba(var(--secondaryopacity),0.3);
}

.ev_home_2{
    padding: 100px 0;
    background-position: center;
    background-size: cover;
}
.ev_home_2 .row{
    align-items: center;
}
.ev_home_2_2{
    text-align: center;
    padding: 30px;
}
.ev_home_2_2 p strong{
    font-weight: bold;
    font-family: HelveticaBold;
}

.ev_home_2_2 p{
	font-size: 24px;
	line-height:40px;
}

.ev_home_2 .ev_btn{
    background: var(--secondarycolor);
    border:1px solid var(--secondarycolor);
    border-right: 10px solid  var(--sitecolor);
    border-left: 10px solid  var(--sitecolor);
    margin-top: 25px;
    padding: 10px 30px;
	transition: .3s ease-out;
}
.ev_home_2 .ev_btn span{
    font-size: 22px;
    color: #ffffff;
}


.ev_home_2 .ev_btn:hover{
	background:var(--sitecolor);
	border-right: 10px solid  #ffffff;
    border-left: 10px solid  #ffffff;
}
.ev_home_2 .ev_btn:hover span{
	color: #fff;
}

.ev_home_3{
    padding: 200px 0 300px;
    background-position: center bottom !important;
    background-size: cover !important;
    position:relative;
    z-index: 1;
}
.ev_home_3 .cnt{
    text-align: center;
}
.ev_home_3 .row{
    align-items: center;
}
.ev_home_3 .cnt p{
    font-size: 28px;
}
.ev_home_3 .form-control{
    min-height: 108px;
    font-size: 35px;
    padding: 33px 35px;
    border-radius: 0;
    font-weight: 100;
	border: 0;
    box-shadow: 0px 3px 6px #00000029;
	line-height: 1;
}

.ev_home_3 input.form-control::placeholder {
    font-weight: 100 !important;
    color: rgba(0,0,0,.5);
    font-family: 'Helvetica';
}

.ev_home_3 .group-control{
    padding: 15px;
}
.ev_home_3 button{
    width: 100%;
    background: var(--secondarycolor);
    text-transform:uppercase;
    color: #fff;
    border-radius: 0;
	min-height: 108px;
    font-size: 35px;
    padding: 33px 64px;
    border-radius: 0;
    font-weight: 100;
	border: 0;
	line-height: 1;
	transition:.3s ease-out;
}
.ev_home_3 button:hover{
    color: var(--sitecolor);
	background: #ffffff;
	border:solid 1px var(--sitecolor) !important;
}
.ev_home_3:after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width:100%;
    height: 100%;
	background: rgba(255,255,255,0.9);
    z-index: -1;
}
.ev_home_4 .ev_title{
	text-align: center;
}
.ev_home_4 .row{
	justify-content: center;
}
.ev_home_4 .box{
	background-position: center !important;
	background-size: cover !important;
	margin: 15px 0;
}
.ev_home_4 .box a{
	background: rgba(var(--secondaryopacity), .77);
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	display: block;
	font-size: 100px;
	text-decoration: none;
	padding: 50px 20px;
	font-weight: bold;
	cursor:default;
}
.ev_home_4 .box a:hover{
	background: rgba(var(--secondaryopacity), .77);
}

.ev_home_4 .box a small{
	display: block;
	font-size: 21px;
	font-weight: 100;
	margin: 5px 0;
	letter-spacing: 2.1px;
}

.ev_home_4 .box h2{
	font-size: 35px;
    font-weight: bold;
	letter-spacing: 3.5px;
}

.home .ev_home_4{
	padding-bottom: 150px;
	padding-left: 30px;
    padding-right: 30px;
}

.home .ev_home_4 > .container{
	max-width: 100%;
}

.ev_home_4 .ev_btn{
    background: #fff;
    border:1px solid var(--sitecolor);
    border-right: 10px solid  var(--sitecolor);
    border-left: 10px solid  var(--sitecolor);
    margin-top: 25px;
    padding: 10px 60px;
	min-width: 450px;
	transition: .3s ease-out;
}
.ev_home_4 .ev_btn span{
    font-size: 22px;

    color: var(--sitecolor);
}

.ev_home_4 .ev_btn:hover{
	background:var(--sitecolor);
	border-right: 10px solid  #ffffff;
    border-left: 10px solid  #ffffff;
}
.ev_home_4 .ev_btn:hover span{
	color: #fff;
}


.ev_home_5{
	position: relative;
	background-position: center !important;
	background-size: cover !important;
	z-index: 1;
	padding: 300px 0 200px;
	background-attachment: fixed !important;
}

.ev_home_5 .owl-nav button.owl-prev{
	left: 0 !important;
	right: unset !important;
}

.ev_home_5 .owl-nav button.owl-next{
	right: 0 !important;
	left: unset !important;
}

.ev_home_5 .item{
	text-align: center;
}
.ev_home_5 h2{
	font-size: 60px;
	text-transform: uppercase;
	font-weight: normal;
	color: #fff;
	text-align:center;
}

.ev_home_5 h2 span{
	font-weight:700;
}

.ev_home_5:after{
	content: '';
    position: absolute;
    top: 0;
    left: 0;
    width:100%;
    height: 100%;
    background: rgba(var(--siteopacity), .73);
    z-index: -1;
}
.ev_home_5 h2 strong{
	font-weight: bold;
}
.ev_home_5 .item p{
	color: #fff;
	max-width: 80%;
	display:block;
	margin: 0 auto;
}
.ev_home_5 .item .rate{
	margin: 10px 0;
}
.ev_home_5 .item .rate i{
	color: #FFD500;
	margin: 0px 3px;
	font-size: 35px;
}
.ev_home_5 .item h3{
	color: #fff;
	text-transform: uppercase;
	font-size: 22px;
}
.ev_home_5 .shap_1 {
	position: absolute;
    text-align: center;
    padding: 12px;
    margin-bottom: 6px;
    height: 60px;
    width: 100%;
    top: -53px;
}
.ev_home_5 .shap_1:before {
	content: '';
    position: absolute;
    top: 0px;
    left: 0;
    height: 100px;
    width: 50%;
    background: #E7E7E7;
    transform: skew(0deg, 6deg);
}
.ev_home_5 .shap_1:after {
	content: '';
    position: absolute;
    top: 0;
    right: 0;
    height: 100px;
    width: 50%;
    background: #E7E7E7;
    transform: skew(0deg, -6deg);
}
.ev_home_5 .shap_2 {
	position: absolute;
    text-align: center;
    padding: 12px;
    margin-bottom: 6px;
    height: 60px;
    width: 100%;
    bottom: 15px;
}
.ev_home_5 .shap_2:before {
	content: '';
    position: absolute;
    top: 0px;
    left: 0;
    height: 140px;
    width: 50%;
    background: #fff;
    transform: skew(0deg, 7deg);
}
.ev_home_5 .shap_2:after {
	content: '';
    position: absolute;
    top: 0;
    right: 0;
    height: 140px;
    width: 50%;
    background: #fff;
    transform: skew(0deg, -7deg);
}

.ev_home_5 .owl-carousel .owl-stage{
	display: flex;
	align-items:center;
}

.ev_home_5 .item .owl-next{
	right: 0 !important;
	left: unset !important;
}


.ev_home_5 .item .owl-prev{
	left: 0 !important;
	right: unset !important;
}



.ev_home_6{
	padding: 150px 0px;
}
.ev_home_6 .ev_title{
	text-align: center;
	margin-bottom: 124px;
}

.ev_home_6 .ev_title span{
	font-weight:700;	
}

.ev_home_6 .box{
	position: relative;
	margin: 15px 0;
}

.ev_home_6 > .container > .row > div{
	max-height: 350px;
}

.ev_home_6 .box img{
	max-width: 100%;
}

.ev_home_6 .box a{
	position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(var(--siteopacity), .26);
    display: flex;
    justify-content: center;
    align-items:center;
    z-index: 9;
}

.home .ev_home_6 .box a{
	background: rgba(var(--secondaryopacity), .50);
}

.home .ev_home_6 .box a:hover{
	background: rgba(var(--secondaryopacity), 0);
}

.banner_top{
	padding-bottom: 60px;
}
.banner_top h1{
	font-size: 40px;
	margin-top: 50px;
}
.ev_buy_2{
	background: #fff;
}
.ev_buy_2 .ev_btn{
	background: var(--secondarycolor);
	border-right: 10px solid #ffffff;
	border-left: 10px solid #ffffff;
}
.ev_buy_2 .ev_btn span{
	color: #fff;
}
.timeline {
	list-style: none;
	padding: 10px 0 10px;
	position: relative;
}
.fev {
  text-align: center;
  font-size: 14px;
  color: #fff !important;
  margin-top: 10px;
  text-transform: uppercase;
  display: block;
  text-decoration: none;
}
.timeline:before {
	top: 8%;
	bottom: 7%;
	position: absolute;
	content: " ";
	width: 5px;
	background-color: var(--secondarycolor);
	left: 50%;
	margin-left: -1.5px;
}
.timeline > li {
	margin-bottom: 0x;
	position: relative;
}
.timeline > li:before,
.timeline > li:after {
	content: " ";
	display: table;
}
.timeline > li:after {
	clear: both;
}
.timeline > li > .timeline-panel {
	width: 46%;
	float: left;
	position: relative;
}
.timeline > li > .timeline-badge {
	color: #fff;
	width: 30px;
	height: 30px;
	line-height: 30px;
	font-size:15px;
	text-align: center;
	position: absolute;
	top: calc(50% - 15px);
	left: 50%;
	margin-left: -15px;
	background-color: var(--secondarycolor);
	z-index: 100;
	border-radius: 50%;
}

.timeline > li.timeline-inverted > .timeline-panel {
  float: right;
}

.timeline > li.timeline-inverted > .timeline-panel:before {
  border-left-width: 0;
  border-right-width: 15px;
  left: -15px;
  right: auto;
}

.timeline > li.timeline-inverted > .timeline-panel:after {
  border-left-width: 0;
  border-right-width: 14px;
  left: -14px;
  right: auto;
}
.timeline-panel{
	text-align: right;
}
.timeline-panel h2{
	font-size: 28px;
	color: var(--sitecolor);
	font-weight: bold;
	font-family: HelveticaBold;
}
.timeline-panel p{
	color: #1A1A1A;
}
.timeline-panel .row{
	align-items: center;
}
.timeline-inverted .timeline-panel{
	text-align: left;
}
.timeline-badge:after{
	content: '';
	width: 42px;
	height: 7px;
	background-size: 5px;
	position: absolute;
	top: 13px;
	left: -35px;
}
.timeline-badge{
	position: relative;
}
.timeline-inverted .timeline-badge:after{
	left: 25px;
}
.timeline-panel img{
	max-width: 100%;
}
.ev_buy_3{
	background: #FFFFFF;
	padding: 100px 0;
}
.ev_buy_3 .cnt{
	text-align: center;
	margin-bottom: 40px;
}
.ev_buy_4 .ev_title{
	text-align: center;
	margin-bottom: 30px;
}
.ev_buy_4{
	padding: 50px 0 100px;
}
.ev_buy_5{
	background: #FFFFFF;
	padding: 100px 0;
}
.ev_buy_5 .box{
	position: relative;
	margin: 15px 0;
	height: calc(100% - 30px);
}
.ev_buy_5 .box a{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	text-decoration: none;
	background: rgba(0,0,0,0.2);
}

.ev_buy_5 .box > img{
	width: 100%;
	height: 100%;
	object-fit:cover;
}



.ev_buy_5 .box a .cnt{
	text-align: center;
	color: #fff;
	padding-bottom: 10px;
}
.ev_buy_5 .box a .cnt h3{
	text-transform: uppercase;
	color: #fff;
	font-weight: bold;
	font-size: 16px;
	margin: 0;
	font-family: HelveticaBold;
}
.ev_buy_5 .box a .cnt p{
	text-transform: uppercase;
	color: #fff;
	font-weight: 100;
	font-size: 13px;
	line-height: 15px;
	margin: 0;
}
.ev_buy_5 .cnt_title{
	text-align: center;
	margin-bottom: 30px;
}
.ev_buy_5 .btn_box{
	margin-top: 20px;
}
.ev_buy_5 .btn_box .btn{
	background: var(--secondarycolor);
	border-right: 10px solid var(--sitecolor);
	border-left: 10px solid var(--sitecolor);
	color: #fff;
	font-size: 22px;
	padding: 10px 30px;
}
.ev_buy_5 .btn_box .btn:hover{
	background: var(--sitecolor);
	border-right: 10px solid #ffffff;
	border-left: 10px solid #ffffff;
}
.ev_buy_6{
	padding: 100px 0 200px;
}

.ev_buy_6 .logo{
	max-width: 200px;
}

.ev_buy_6 .box{
	background: var(--sitecolor);
	transform: skew(20deg);
	padding: 60px 30px;
	height: 100%;
	margin: 10px 0;
}
.ev_buy_6 .box .cnt{
	transform: skew(-20deg);
}
.ev_buy_6 .box .cnt h3{
	color: #fff;
	font-size: 30px;
	text-transform: uppercase;
	margin-top: 15px;
}
.ev_buy_6 .ev_title{
	margin: 30px 0;
}
.ev_buy_6 .row{
	justify-content: center;
}
.ev_sell_3{
	padding:100px 0 150px;
}
.ev_hb_1_1 .ev_title{
	color: #fff;
}
.ev_hb_1_1 p{
	color: #fff;
}
.ev_hb_1_1{
	text-align: center;
}
.ev_hb_1_2 form{
	background: #fff;
	padding: 40px 20px;
	border-radius: 10px;
}
.ev_hb_1_2 h2{
	color: var(--sitecolor);
	text-transform:uppercase;
	text-align: center;
	margin:10px 0 30px;
}
.ev_hb_1_2 .form-control{
	border-radius: 0;
	border:1px solid var(--sitecolor);
	margin: 10px 0;
}
.ev_hb_1_2 label{
	color: #1A1A1A;
	font-family: HelveticaBold;
}
.ev_hb_1_2 ul{
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
}
.ev_hb_1_2 ul li{
	display: inline-block;
	width: 50%;
}
.ev_hb_1_2 ul li input{
	margin-right: 10px;
}
.ev_hb_1_2 .btn{
	background: var(--sitecolor);
	border-radius: 0;
	color: #fff;
	width: 100%;
	margin: 20px 0 10px;
	padding: 10px;
	border-color:var(--sitecolor);
}
.ev_hb_1{
	padding: 200px 0px 100px;
	z-index: 1;
	position: relative;
}
.ev_hb_1:after{
	    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(15,5,82);
    background: linear-gradient(85deg, rgba(var(--siteopacity),0.7) 0%, rgba(0,212,255,0) 100%);
    z-index: -1;
}
.ev_bh_1 .ev_home_2_2{
	text-align: left;
}
.ev_social_1_1{
	text-align: center;
	background: url('img/img14.jpg');
	background-size: cover;
	background-position: center;
	padding: 100px 20px;
}
.ev_social_1_1 p{
	color: #000000;
}
.ev_social_1_1 img{
	margin: 20px 0;
}
.ev_social_1 .row{
	margin: 0;
}
.ev_blog_slide .item{
	padding: 20px;
}
.ev_blog_slide .box{
	box-shadow: 1px 1px 19px -2px #000;
}
.ev_blog_1{
	padding: 100px 0px;
}
.ev_blog_slide .img_box{
	padding: 15px;
	position: relative;
	z-index: 1;
}
.ev_blog_slide .img_box:after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(var(--siteopacity), 0.3);
	z-index: -1;
}
.ev_blog_slide .img_box h2{
	color: #fff;
	font-size: 20px;
	min-height:180px;
}
.ev_blog_slide .img_box p{
	color: #fff;
	font-size: 15px;
}
.ev_blog_slide .box a{
	text-decoration: none;
	display: block;
	text-align: center;
	color: #0F0552;
	text-transform: uppercase;
	font-size: 22px;
	padding: 10px;
}
.ev_blog_1 .row{
	align-items: center;
}
.ev_blog_1_2{
	text-align: right;
}
.ev_blog_2{
	padding: 100px 0;
	text-align: center;
	color: #fff;
	position: relative;
	z-index: 1;
	background-position: center !important;
	background-size: cover !important;
}
.ev_blog_2:after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(var(--siteopacity), 0.3);
	z-index: -1;
}
.ev_blog_2 .ev_title{
	color: #fff;
}
.ev_blog_3{
	padding: 100px 0 200px;
}
.ev_blog_3 a{
	text-transform: uppercase;
	font-size: 22px;
	color: var(--sitecolor);
	font-weight: bold;
	margin: 30px 0;
	font-family: HelveticaBold;
	letter-spacing: 2px;
}

.ev_blog_slide .item:hover .img_box:after {
    background: rgb(255,255,255,0.7);
}

.ev_blog_slide .box:hover a {
    background-color: var(--sitecolor);
    color: #ffffff;
}


.ev_blog_slide .item:hover .img_box h2, .ev_blog_slide .item:hover .img_box p {
	color: var(--sitecolor);

}


.ev_blog_slide .item.reading .img_box:after {
    background: rgb(255,255,255,0.7);
}

.ev_blog_slide .item.reading .box {
    background-color: #242132;
    color: #ffffff;
}

.ev_blog_slide .item.reading .img_box h2, .ev_blog_slide .item.reading .img_box p {
color: var(--sitecolor);

}

.ev_blog_slide .item.reading .box a {
    background-color: var(--sitecolor);
    color: #ffffff;
}



.ev_review_2{
	padding:120px 0 120px;
	height:auto;
	text-align: center;
	color: #fff;
	position: relative;
	overflow:hidden;
	z-index: 1;
	
	background-position: center !important;
	background-size: cover !important;
}

.ev_review_2 > .container{
	max-width: 1360px;
}

.ev_review_2:after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgb(var(--siteopacity), 0.5);
	z-index: -1;
}
.ev_review_2 .row{
	align-items: center;
}
.ev_review_2 img{
	width: 500px;

}
.ev_review_2 h2{
	font-size: 60px;
	font-family: HelveticaBold;
	font-weight: bold;
}
.ev_review_3{
	padding: 100px 0 100px;
}
.ev_review_3 .box{
	background: #fff;
	border-radius: 5px;
	padding: 50px;
	margin: 30px 0;
	width:100%;
	float:left;
}
.ev_review_3 .box:nth-child(even){
	float:right;
}
.ev_review_3 .box h3{
	font-size: 30px;
	font-family: HelveticaBold;
	font-weight: bold;
	color: var(--sitecolor);
}
.ev_review_3 .box i{
	color: #FFD500;
}
.ev_review_1{
	padding: 100px 0;
}
.ev_review_1 h2{
	color: #1A1A1A;
	font-weight: bold;
	letter-spacing: 5px;
	font-family: HelveticaBold;
	font-size: 40px;
}
.ev_review_1 h2 small{
	font-size: 15px;
}
.ev_review_1 .row{
	align-items: center;
}
.ev_review_1 a{
	display: inline-block;
	padding: 10px 10px 10px 55px;
	text-transform: uppercase;
	color: #fff;
	text-decoration: none;
	text-align: left;
	position: relative;
	background: rgb(154,11,16);
	background: linear-gradient(90deg, rgba(154,11,16,1) 29%, rgba(222,31,47,1) 59%, rgba(255,126,137,1) 77%, rgba(255,164,172,1) 100%);
}



.review-des{
	font-size: 27px;
	line-height: 44px;
}

.ev_review_1 a:hover{
	color: #ffffff;
}

.ev_review_1 a:after{
	content: '1';
	width: 60px;
	height: 60px;
	background: #fff;
	text-align: center;
	line-height: 60px;
	font-size: 20px;
	position: absolute;
	color: #1A1A1A;
	left: -12px;
	top:-5px;
	border-radius: 50px;
	-moz-box-shadow:    inset 0 0 10px #000000;
   -webkit-box-shadow: inset 0 0 10px #000000;
   box-shadow:         inset 0 0 10px #000000;
}
.ev_review_1 .col-md-3:nth-child(3) a:after{
	content: '2';
}
.ev_review_1 .col-md-3:nth-child(4) a:after{
	content: '3';
}

.hide_desktop { display:none; }

.dot-color { 
	background-color: #fff;
	height: 5px !important;
	width: 5px !important;
	display: inline-block;
	border-radius: 50px; 
	margin: 0 15px;
}

.broker-img{
position:relative;
}
.broker-img img{
position:absolute;
top: -261px;
left: 89px;
}

#videoPopupModal .modal-dialog { max-width: 80%; margin: 54px auto; }
/*#videoPopupModal .modal-body { position:relative; padding:0px; }*/
#videoPopupModal .close { position:absolute; right:0px; top:-34px; z-index:999; font-size:2rem; font-weight: normal; color:#fff; opacity:1; background:none; border:0px;}
.show_video { cursor:pointer;}

.load_articles { padding-top:20px; }
.load_articles .article_box {-webkit-box-shadow: 5px 3px 6px 0px rgba(0,0,0,0.08); -moz-box-shadow: 5px 3px 6px 0px rgba(0,0,0,0.08); box-shadow: 5px 3px 6px 0px rgba(0,0,0,0.08);border-radius: 23px; overflow: hidden; border: solid 1px #E8E8E8; position:relative; }
.load_articles .img-tag.share-now { background: #FF8736; position: absolute; top: 30px; left: 15px; padding: 10px 20px; }
.load_articles .img-tag.published { background: var(--sitecolor); position: absolute; top: 30px; left: 15px; padding: 10px 20px; }
.load_articles .article_cont_des { border: solid 1px #E8E8E8; border-top: none; padding: 20px; overflow: hidden; border-bottom-left-radius: 18px; border-bottom-right-radius: 18px;padding-bottom: 15px; }
.load_articles .article_date { font-size: 13px; line-height: 22px; color: #2D2D2D; }
.load_articles .article_title { font-size: 17px; line-height: 23px; color: #1C1C1C; font-weight: 600; margin-top: 8px; }
.load_articles .article_buttons { padding-right: 0px; border-top: solid 1px rgba(232, 232, 232, 0.57); padding-top: 10px; margin-top: 15px; text-align: center; }
.load_articles .article_buttons .preview_button, .load_articles .article_buttons .schedule_button, .load_articles .article_buttons .delete_button { width: 48%; margin-bottom: 0px; margin-top: 5px; float: none; display: inline-block; }
.load_articles .preview_button a { background: url(assets/img/preview_icon_blue.svg) left center no-repeat; color: var(--sitecolor); padding-left: 27px; font-size: 16px; }

.wpcf7 .form-label { display:block; }
.wpcf7 form .wpcf7-response-output { margin:0px !important; }
.wpcf7 .items_bestdescribed .wpcf7-list-item { width:50%; display:inline-block; vertical-align:top; margin:0px;}
.wpcf7 .items_bestdescribed .wpcf7-list-item label span { margin-left:10px; font-weight:normal;}

.single-property .details { background:#3b3e43; padding:50px 25px; color: #fff; text-align:center; }
.single-property .details .tab_title { display: inline-block; background: white; width: 100px; color: black; font-weight: bold; text-align: center; padding: 2px 20px; margin-bottom: 14px; }
.single-property .description { padding:20px 40px; }
.single-property .description p { text-align:justify; }
.single-property .cf_property_inquiry { margin:20px 0px; }
.single-property .img_slider { padding:0px;}
.single-property h1 { border-bottom: 1px solid #dbcfcf; padding-bottom: 6px; margin-bottom: 15px; }
.single-property h2 { border-bottom: 1px solid #dbcfcf; padding-bottom: 6px; margin-bottom: 15px; }
/*.single-property .profile_intro { display:flex; }*/
.single-property .profile_intro .cirle_headshot { width:120px; }
.single-property .profile_intro .profile_desc { padding-top: 40px; font-weight:bold; }
.single-property .communitie_title { text-align: center; color: white; }
.single-property .pro_back_btn {
  display: block;
  background-color: #5be533;
  padding: 0px 5px;
  width: 50px;
  font-size: 12px;
  text-transform: uppercase;
  border-radius: 6px;
  margin: 15px auto 0px auto;
}

.pro_inner_cont {
    height: 250px;
    background-size: cover;
    background-position: center center;
    margin-bottom: 20px;
    display: block;
    justify-content: center;
    align-items: center;
    position: relative;
}

.pro_inner_cont h3 {
    color: white;
    text-transform: uppercase;
    font-size: 22px;
    transition: .3s ease-out;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transform-origin: 0 0;
    z-index: 20;
    width: 100%;
    letter-spacing: 4px;
}

.pro_inner_cont:after {
    position: absolute;
    height: 100%;
    width: 100%;
    content: '';
    display: block;
    background: rgba(0, 0, 0, 0.3);
    transition: .3s ease-out;
    z-index: 10;
    top: 0;
}

#page_loader { position: fixed; display: none; width: 100%; height: 100%; top: 0; left: 0; text-align: center; opacity: 0.7; background-color: #ccc; z-index: 9999; }
#page_loader #loading_image { position: absolute; top: 50%; left: 40%; z-index: 100; }

.goto_mortgage_calc { cursor:pointer;}
#mortgagePopupModal {top:30%; height: auto;}
#mortgagePopupModal .modal-dialog { max-width: 900px; margin: 30px auto; }
#mortgagePopupModal .modal-dialog {

    height: auto;
}
#mortgagePopupModal .modal-title { text-align:center; margin:0px auto; }
#mortgagePopupModal .modal-title strong { font-weight:bold; color:var(--sitecolor); }
#mortgagePopupModal .close { position:absolute; right:10px; top:0px; z-index:999; font-size:2rem; font-weight: normal; color:#000; opacity:1; background:none; border:0px;}
/*#mortgagePopupModal .modal-footer { background:#b02121; }
#mortgagePopupModal .modal-footer .mortgage_monthly_payment  { color:#fff; }*/


#mortgagePopupModal input[type=range] {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
}

/* style datalist */
#mortgagePopupModal input[type=range] + datalist {
    display: block;
    margin-top: -4px;
}
/*input[type=range] + datalist option {
    display: inline-block;
    width: calc((100% - 12px) / (var(--list-length) - 1));
    text-align: center;
}*/
#mortgagePopupModal input[type=range] + datalist option {
    display: inline-block;
    width: calc((96% - 30px) / (var(--list-length) - 1));
    text-align: center;
}
#mortgagePopupModal input[type=range] + datalist option:first-child {
    width: calc((100% - 12px) / ((var(--list-length) - 1) * 2) + 6px);
    text-align: left;
}
#mortgagePopupModal input[type=range] + datalist option:last-child {
    width: calc((100% - 12px) / ((var(--list-length) - 1) * 2) + 6px);
    text-align: right;
}

#mortgagePopupModal .modal-header {
	margin: 5px;
    	border-radius: 8px;
    	box-shadow: 1px 3px 9px 3px rgb(0 0 0 / 17%) inset;
    	-webkit-box-shadow: 1px 3px 9px 3px rgb(0 0 0 / 17%) inset;
    	-moz-box-shadow: 1px 1px 9px 3px rgba(0,0,0,0.17) inset;
	margin-bottom: 0px;
}

#mortgagePopupModal .modal-header span {
	font-size: 25px;
    font-weight: bold;
    margin-right: 4px;
}

#mortgagePopupModal .modal-content {
    box-shadow: 1px 1px 4px 4px rgb(0 0 0 / 15%) inset;
    -webkit-box-shadow: 1px 1px 4px 4px rgb(0 0 0 / 15%) inset;
    -moz-box-shadow: 1px 1px 4px 4px rgba(0,0,0,0.17) inset;
    -moz-box-shadow: 1px 1px 4px 4px rgba(0,0,0,0.17);
    border: solid 5px #fff;
    border-radius: 12px;
}

#mortgagePopupModal  .col-form-label {
	color : var(--sitecolor);
}

#mortgagePopupModal .input-icon > input, #mortgagePopupModal select{
	border: solid 1px var(--sitecolor);
    border-radius: 0px;
}

#mortgagePopupModal .modal-body {
padding: 0px;
}

#mortgagePopupModal .btn_mortgage_calc {
	width: 100%;
    background: #232222;
	border:none;
}

#mortgagePopupModal .calc-field {
	background: url(img/Union-4-1.png);
    background-repeat: no-repeat;
    background-position: right 0px;
    padding-right: 59px;
    background-size: cover;
    padding-top: 40px;
    padding-bottom: 15px;
    padding-left: 29px;
    margin-bottom: 2px;
}

#mortgagePopupModal .mortgage_calc_output_params {
	padding-top: 14px;
    padding-left: 50px;
	background: url(img/cal-bg.png);
	background-size: contain;
    background-repeat: no-repeat;
    background-position: 5px;
}


#mortgagePopupModal .mortgage_calc_output_params strong 
{
	text-align: center;
    display: block;
    margin-right: 60px;
    border-bottom: solid 1px var(--sitecolor);
    margin-bottom: 10px;
    color: var(--sitecolor);
    padding-bottom: 5px;
}

#mortgagePopupModal .mortgage_calc_output_params table {
	width:85%;
}

#mortgagePopupModal .mortgage_calc_output_params table tr {
	border-bottom: solid 1px #ccc;
	font-size:13px;
}

#mortgagePopupModal .form-group {
	margin-bottom: 30px;
}

#mortgagePopupModal .breakdown-details {
	background-color:#ffffffe8
	
}

#mortgagePopupModal .est-monthly {
	width: 100%;
    background: #232222;
    border: none;
    color: #ffffff;
    text-align: center;
    padding: 5px;
    border-radius: 7px;
	font-size:15px;
}

#mortgagePopupModal .input-icon { position: relative; }
#mortgagePopupModal .input-icon > i { position: absolute; display: block; transform: translate(0, -50%); top: 50%; pointer-events: none; width: 25px; text-align: center; font-style: normal; }
#mortgagePopupModal .input-icon > input { padding-left: 25px; padding-right: 0; }
#mortgagePopupModal .input-icon-right > i { right: 17px; }
#mortgagePopupModal .input-icon-right > input { padding-left: 0; padding-right: 25px; text-align: right; }

.home_buyer_tools a { text-decoration:none;}

.ev_blog_1 .ev_blog_slide .owl-nav {
    text-align: right;
    position: absolute;
    right: -296px;
    bottom: 85px;
}
.owl-theme .owl-nav [class*=owl-]:hover {
    background: #869791;
    color: #FFF;
    text-decoration: none;
}
body .ev_blog_1 .ev_blog_slide .owl-nav button {
    box-shadow: 0px 0px 10px 0px #00000052;
    padding: 8px !important;
	width: 50px;
}
body .ev_blog_1 .ev_blog_slide .owl-nav button {
    box-shadow: 0px 0px 10px 0px #00000052;
    padding: 10px !important;
}
body .ev_blog_1 .ev_blog_slide .owl-nav button i {
    font-size: 30px;
    color: var(--sitecolor);
	font-weight:bold;
}
body .ev_blog_1 .ev_blog_slide .owl-nav button i:focus-visible { outline:none }


.container{
	max-width: 1590px;
}

.ev_home_1 .container{
	max-width:1400px;
}

.buy_sell_icon {
	max-width: 125px;
	width: 125px;
	text-align: center;
	background-color: #fff;
	border-radius: 50%;
	height: 125px;
	max-height: 125px;
	padding-top: 15px;
	-webkit-box-shadow: inset 0px 3px 6px 0px rgba(0,0,0,0.16);
	-moz-box-shadow: inset 0px 3px 6px 0px rgba(0,0,0,0.16);
	box-shadow: inset 0px 3px 6px 0px rgba(0,0,0,0.16);
	position:absolute;
}
.buy_sell_icon.ps-left{
	left:0;
}
.buy_sell_icon.ps-right{
	right:0;
}
.buy_sell_icon img {
	padding: 10px;
}

.pt-200 { padding-top: 200px; }
.pb-150 { padding-bottom: 150px; }



/* Overwrite */

.ev_home_1 .container{
	max-width: 1590px;
}

/* Typography */

a{
	text-decoration: none;
	color: inherit;
	transition: .3s ease-out;
}

a:hover{
	color: var(--sitecolor);
}

p{
	font-size: 24px;
}

/* General Banner */

.pt-150{
	min-height: 453px;
	background-position: center !important;
}

.box:hover a{
	background:transparent;
}



/* custom checkbox styling for contact form 7 checkbox */

.ev_hb_1_2 form {
    background: #fff;
    padding: 46px 57px;
    border-radius: 10px;
}

.ev_hb_1_2 .form-control {
    border-radius: 0;
    border: 1px solid var(--sitecolor);
    margin: 10px 0;
    padding: 15px 30px;
    height: auto;
}

.ev_hb_1_2 .wpcf7 .wpcf7-list-item {
    display: inline-block;
    margin-bottom: 16px;
}


.ev_hb_1_2 span.wpcf7-list-item {
	display: inline-block;
	margin: 0;
}
.ev_hb_1_2 .wpcf7 .wpcf7-list-item {
	display: inline-block;
	margin-bottom: 16px;
}
.ev_hb_1_2 .wpcf7-checkbox label {
	position: relative;
	cursor: pointer;
}
.ev_hb_1_2 .wpcf7-checkbox input[type=checkbox] {
	/*position: relative;*/
	position: absolute;
	visibility: hidden;
	width: 22px;
	height: 22px;
	top: 0;
	left: 0;
}
.ev_hb_1_2 .wpcf7-checkbox input[type=checkbox] + span {
/* border: 3px solid red; */
	margin-left: 38px;
}
.ev_hb_1_2 .wpcf7-checkbox input[type=checkbox] + span:before {
	display: block;
	position: absolute;
	content: '';
	border-radius: 0;
	height: 22px;
	width: 22px;
	top:50%;
	transform: translateY(-50%);
	left: 0px;
	border: 1px solid var(--sitecolor);
}
.ev_hb_1_2 .wpcf7-checkbox input[type=checkbox] + span:after {
	display: block;
	position: absolute;
	content: "\2713";
	height: 22px;
	width: 22px;
	top: 0;
	left: 0;
	visibility: hidden;
	font-size: 21px;
	text-align: center;
	line-height: 30px;
}
.ev_hb_1_2 .wpcf7-checkbox input[type=checkbox]:checked + span:before {
	background: transparent;
}
.ev_hb_1_2 .wpcf7-checkbox input[type=checkbox]:checked + span:after {
	visibility: visible;
}
.page-id-335 .ev_home_1 .wpcf7-list-item-label {
	margin-left: 40px;
	display: inline-block;
}

/* Modal Style */


.modal-dialog{
	height: 80%;
}

.modal-content{
	height: 100%;
}

.modal-body{
	height: 100%;
}

.modal-body > div{
	height: 100%;
}


.modal-body > div{
	height: 100%;
}

.modal-body > div > iframe{
	height: 100% !important;
}

#mortgagePopupModal{
	height: auto;
}

/* Homepage */

.desktop-headshot{
	display:block;
}


.mobile-headshot{
	display:none;
}

.ev_home_4 .ev_title {
    text-align: center;
    margin-bottom: 60px;
}

.ev_home_4 .box{
    height: calc(100% - 30px);
}

.ev_home_4 .box a{
	padding: 100px 20px;
	height: 100%;
	display:flex;
	align-items:center;
	justify-content:center;
}

.ev_home_6 .box{
	height: calc(100% - 30px);
}

.ev_home_6 .box > img {
    height: 100%;
	width: 100%;
	object-fit:cover;
}

.ev_home_6 .box a{
	height: 100%;
}


/* Buy */

.ev_buy_2 .ev_btn{

	border-right: 10px solid var(--sitecolor);
    border-left: 10px solid var(--sitecolor);
}

.ev_buy_5 img{
	margin-top: 0;
	max-width: 100%;

}

/* reviews */

.ev_review_3 .row {
    align-items: center;
    justify-content: center;
}

/* Social CSS */

.ev_social_1_1 img{
	max-width: 60%;
}

.load_articles .article_box {
    -webkit-box-shadow: 5px 3px 6px 0px rgb(0 0 0 / 8%);
    -moz-box-shadow: 5px 3px 6px 0px rgba(0,0,0,0.08);
    box-shadow: 5px 3px 6px 0px rgb(0 0 0 / 8%);
    border-radius: 0;
    overflow: hidden;
    border-top: solid 20px #E8E8E8;
    border-left: solid 10px #E8E8E8;
    border-right: solid 10px #E8E8E8;
    border-bottom: solid 10px #E8E8E8;
    background: #E8E8E8;
}

.load_articles .article_box .article_cover_img img {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.load_articles .img-tag.published {
    background: var(--sitecolor);
    position: absolute;
    top: 2%;
    left: 2%;
    padding: 10px 15px;
    border-radius: 10px;
}

.load_articles .article_cont_des {
    border: solid 1px #E8E8E8;
    border-top: none;
    padding: 0;
    overflow: hidden;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding-bottom: 15px;
    border-bottom-left-radius: 10px;
    background: #ffffff;
}

.load_articles .article_date {
    font-size: 13px;
    line-height: 22px;
    color: #2D2D2D;
    padding: 15px 30px 0;
}

.load_articles .article_title {
    font-size: 17px;
    line-height: 23px;
    color: #1C1C1C;
    font-weight: 600;
    margin-top: 8px;
    padding: 0px 30px;
}

.load_articles .article_buttons {
    padding-right: 0px;
    border-top: solid 1px rgba(232, 232, 232, 0.57);
    padding-top: 10px;
    margin-top: 15px;
    text-align: center;
}

.load_articles .preview_button a {
    background: url(assets/img/preview_icon_blue.svg) left center no-repeat;
    color: var(--sitecolor);
    padding-left: 0
    font-size: 16px;
}


/* Blog */

.page-id-353 .ev_blog_1 .owl-carousel .owl-stage {
    display: flex;
}

.page-id-353 .ev_blog_1 .item {
    display: flex;
    flex: 1 0 auto;
    height: 100%;
}

.page-id-353 .ev_blog_1 .box {
    position: relative;
    overflow: hidden;
    /* margin-bottom: 80px; */
    display: flex;
    flex-direction: column;
    align-items: stretch;
}

.ev_blog_slide .img_box {
    padding: 50px 28px;
    position: relative;
    z-index: 1;
    height: 100%;
}


.ev_blog_slide .img_box h2 span.blog_index {
    font-size: 61px;
    /* color: var(--sitecolor); */
    font-family: 'HelveticaBold';
}

.ev_blog_slide .img_box h2 span.blog_title {
    font-size: 20px;
    font-family: 'HelveticaBold';
    text-transform: uppercase;
    letter-spacing: 3.1px;
    line-height: 1.2em;
}

.ev_blog_slide .box a {
    text-decoration: none;
    display: block;
    text-align: center;
    color: var(--sitecolor);
    text-transform: uppercase;
    font-size: 27px;
    letter-spacing: 2.7px;
    padding: 30px 30px;
    font-weight: lighter;
    transition: .3s ease-out;
    margin-top: auto;
}

.ev_blog_slide .item:hover h2 span {
    color: var(--sitecolor);
}

/* HOME BUYER TOOLS */

.ev_buy_6 .row > div {
    width: auto;
    max-width: none;
    flex: none;
}

.ev_buy_6 > img{
	max-width:250px;
}

.ev_buy_6 .box {
    background: var(--secondarycolor);
    transform: skew(20deg);
    padding: 60px 30px;
    height: 100%;
    margin: 10px 0;
    width: 350px;
    margin-right: auto;
}

.ev_buy_6 .box.goto_mortgage_calc {
    margin-left: auto;
}


/* Footer */

.copyright{
	padding: 30px;
}

.main_footer .contact span a:hover{
	color: var(--sitecolor);
}

.main_footer_1 p a:hover{
	color: var(--sitecolor);
}

.footer {
    box-shadow: 1px 1px 19px -2px rgb(0 0 0 / 50%);
}

.footer > .main_footer > .container > .row{
	    display: flex;
    align-items: center;
}

.footer:after {
    content: '';
    position: absolute;
    bottom: 0;
    background-size: 90% !important;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 9;
    right: 0%;
    width: 28%;
    height: 100%;
    left: 7.1%;
    top: -8%;
}

#pojo-a11y-toolbar.pojo-a11y-toolbar-left .pojo-a11y-toolbar-toggle { top:150px;}
#pojo-a11y-toolbar .pojo-a11y-toolbar-toggle a {background-color: var(--sitecolor) !important;}

.ev_blog_1 .owl-nav button.owl-prev{
	right: 22% !important;
	left: unset !important;
}


.ev_blog_1 .owl-nav button.owl-next{
	left: 22% !important;
	right: unset !important;
}

@media(max-width: 1400px){
	.menu_bar .navbar-brand img {
		max-width: 200px;
	}
}


@media (max-width: 992px){
	.menu_bar .nav-link{
		padding-right: 14.5px;
		padding-left: 14.5px;
	}

<!-- review headshot responsive css -->
	.broker-img img{
	position:relative;
	height: 316px;
	width: auto;
	top:0;
	left:0;
	bottom:0;
	}

<!-- parant div of review headshot responsive css -->
	.ev_review_2{
	padding: 142px 0 225px;
	}
<!-- home-page headshot responsive css -->
	.ev_home_1_2 img{
	padding: 36px;
	position: relative;
	top: -28px;
	right:0px;
	}
/*.text-center img{
width:100%;
}*/
}

@media only screen and (max-width: 768px) {
	#mortgagePopupModal input[type=range] + datalist option {
		display: inline-block;
		width: calc((96% - 30px) / (var(--list-length) - 1));
		text-align: center;
	}
	.broker-img img{
	position:relative;
	height: 316px;
	width: auto;
	top:0;
	left:0;
	bottom:0;
	}
	.ev_review_2{
	padding: 142px 0 225px;
	}
.ev_home_1_2 img{
	padding: 36px;
	position: relative;
	top: -28px;
	right:0;
	}

	/*.text-center img{
	width:100%;
	}*/
}

@media (max-width:767px) {

	.header .top_bar_1 {
		order: 2;
	}
	.home .pt-150 {
		height:auto;
	}
	.ev_home_1 h1 {
    	font-size: 40px;
	}
	.ev_home_1 h3 {
    	font-size: 14px;
	}
	.top_bar_1 li{
	    font-size: 14px;
	}
	.top_bar ul{
	    justify-content: center;
	}
	.top_bar_2 ul{
		justify-content: center;
		margin-top: 10px;
	}
	.pt-150{
		padding-top: 300px;
	}
	.navbar .navbar-toggler{
		background: #fff;
	}
	.ev_home_1 .btn_col .btn{
		margin: 10px;
		width: 100%;
   		 max-width: 250px;
	}
	.ev_home_2 .ev_btn{
		padding: 10px;
	}
	.ev_home_2 .ev_btn span {
    	font-size: 15px;
	}
	.ev_title {
    	font-size: 32px;
	}
	.ev_home_4 .box {
		margin: 5px 0;
	}
	.ev_home_4 .box a {
		padding: 25px 20px;
	}
	.ev_home_4 .box h2 {
		font-size: 25px;
	}
	.ev_home_5 h2 {
    	font-size: 40px;
	}

	.ev_home_3 .group-control {
		padding-top: 0px;
    	padding-bottom: 15px;
	}

	.ev_home_5 .item .rate i {
		font-size: 25px;
	}

	.main_footer {
		padding: 70px 0px;
	}
	.main_footer_1 p {
    	font-size: 14px;
	}
	.main_footer .contact span {
	    padding: 8px 10px;
	
	    font-size: 14px;
	}
	.footer:after,
	.cross_shape:after {
		display:none;
	}
	.ev_home_3 {
    	padding: 100px 0 100px;
	}
	.navbar-collapse{
		background: var(--sitecolor);
		padding: 10px;
	}
	.timeline > li > .timeline-panel{
		width: 100%;
	}
	.timeline:before,
	.timeline > li > .timeline-badge{
		display: none;
	}
	.timeline-panel img{
		max-width: 100%;
	}
	.timeline-panel h2 {
    	font-size: 24px;
	}
	.ev_buy_6 .box img {
		max-width: 70px;
	}
	.ev_buy_6 .box{
		transform: inherit;
		padding: 15px 20px 0px;
	}
	.ev_buy_6 .box h3 br{
		display:none;
	}
	.ev_buy_6 .col-md-4{
		margin: 10px 0;
	}
	.ev_buy_6 .box .cnt {
	    transform: inherit;
	}
	.ev_buy_6 .box .cnt h3{
		font-size: 22px;
	}
	.ev_buy_4 img{
		margin: 10px 0;
		max-width: 40%;
	}
	.timeline > li{
		margin: 10px 0;
	}
	.ev_buy_4{
		text-align: center;
	}
	.ev_hb_1_2 ul li{
		width: 100%;
	}
	.ev_review_1 a{
		margin: 20px 0;
	}
	.ev_review_2 h2 {
    	font-size: 40px;
	}
	.ev_review_3 .box{
		padding: 20px;
	}
	.hide_mobile{
		display: none;
	}
	.hide_desktop{
		display: block;
	}
	.navbar-brand {
		max-width: 60%;
	}	
	.ev_home_2_2 p {
		font-size:15px;
		line-height:30px;
	}
	.menu_bar .container-fluid {
	  padding-left: 10px;
	  padding-right: 10px;
	}
	.ev_home_3 .form-control {
		min-height: 50px;
		padding: 12px;
		font-size: 18px;
	}
	.ev_home_3 button {
		min-height: 50px;
    	font-size: 19px;
    	padding: 15px;
	}
	.ev_home_4 .ev_btn {
		min-width: 100%;
	}
	.ev_home_5 .item p {
		max-width: 80%;
	}
	.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
		position: absolute;
	}
	.owl-nav button.owl-prev {
		left: 0;
	}
	.owl-nav button.owl-next {
		right: 0 !important;
	}
	.ev_home_6 {
	  padding: 70px 0px;
	}
	.ev_home_6 .ev_title {
		margin-bottom: 30px;
	}
	.page-template-template-first-time-homebuyer .ev_home_1  .ev_hb_1_1 p br {
		display:none;
	}
	.wpcf7 .items_bestdescribed .wpcf7-list-item {
		width: 100%;
	}
	.ev_blog_1 .ev_blog_slide .owl-nav {
		right: 50px;
		bottom: -125px;
	}
	.ev_home_2 .box { 
		margin-bottom: 30px;
	}
    .page-template-template-first-time-homebuyer .ev_home_1.pt-150 {
		max-height:inherit;
	}
    .page-template-template-bigger-home .ev_home_1.pt-150 {
		max-height:inherit;
	}
	#mortgagePopupModal {
		top: 6%;
		padding-right: 13px;
	}
	#mortgagePopupModal .modal-body {
		padding-bottom: 20px;
	}

	#mortgagePopupModal .modal-dialog {
		margin-bottom: 60px;	
	}
	#mortgagePopupModal .modal-dialog .calc-field .form-group .col-sm-4, #mortgagePopupModal .modal-dialog .calc-field .form-group .col-sm-3 {
		width: 50%;
	}
	#mortgagePopupModal .calc-field {
		padding-top: 10px;
		background-position:center;
		padding-left: 29px
		
	}
	#mortgagePopupModal .form-group {
		margin-bottom: 5px;
	}
	#mortgagePopupModal .modal-content {
	    width: 98%;
		margin: 0px auto;
	}
	.page-template-template-buy .pt-150, .page-template-template-sell .pt-150, .page-template-template-first-time-homebuyer .pt-150, .page-template-template-bigger-home .pt-150, .page-template-template-social .pt-150, .page-template-template-bigger-home .pt-150, .page-template-template-blog .pt-150, .page-template-template-about .pt-150, .page-template-template-testimonials .pt-150 {
		padding-top: 225px;
	}
	.page-template-template-buy .banner_top, .page-template-template-buy .banner_top, .page-template-template-sell .banner_top, .page-template-template-first-time-homebuyer .banner_top, .page-template-template-bigger-home .banner_top, .page-template-template-social .banner_top, .page-template-template-bigger-home .banner_top, .page-template-template-blog .banner_top, .page-template-template-about .banner_top, .page-template-template-testimonials .banner_top {
    	padding-bottom: 30px;
	}
}
@media (min-width:768px) and  (max-width:991px){

.broker-img img{
	position:relative;
	height: 316px;
	width: auto;
	top:0;
	left:0;
	bottom:0;
	}
	.ev_review_2{
	padding: 142px 0 225px;
	}
	.ev_home_1_2 img{
	padding: 36px;
	position: relative;
	top: -28px;
	right:0px;
	}
	
	/*.text-center img{
	width:100%;
	}*/
	.ev_home_1 h1 {
	    font-size: 40px;
	}
	.ev_home_1 h3 {
    	font-size: 16px;
	}
	.ev_home_1 .btn_col .btn{
		padding: 10px 10px;
	}
	.ev_home_1 .btn_col .btn span{
		font-size: 12px;
	}
	.ev_title{
	    font-size: 36px;
	}
	.ev_home_2 .ev_btn span{
    	font-size: 15px;
	}
	.ev_home_5{
		padding: 150px 0 150px;
	}
	.ev_home_5 h2 {
    	font-size: 50px;
	}
	/* .footer:after{
		display:none;
	} */
	.main_footer .contact span {
	    padding: 10px 10px;
	    font-size: 14px;
	}
	.main_footer_1 p {
    	font-size: 14px;
	}
	.copyright p{
		font-size: 12px;
	}
	.navbar-collapse{
		background: var(--sitecolor);
		padding: 10px;
	}
	.navbar .navbar-toggler{
		background: #fff;
	}
	.ev_buy_6 .box{
		transform: inherit;
		padding: 40px 20px;
	}
	.ev_buy_6 .col-md-4{
		margin: 10px 0;
	}
	.ev_buy_6 .box .cnt {
	    transform: inherit;
	}
	.ev_buy_6 .box .cnt h3{
		font-size: 22px;
	}
	.timeline-panel img{
		max-width: 100%;
	}
	.timeline-panel h2 {
		font-size: 24px;
	}
	.ev_hb_1_2 ul li{
		width: 100%;
	}
	.menu_bar .container-fluid {
		padding-left: 10px;
		padding-right: 10px;
	}
	.ev_home_3 .form-control {
		min-height: 50px;
		padding: 20px;
		font-size: 20px;
	}
	.ev_home_3 button {
		min-height: 70px;
		font-size: 25px;
		padding: 20px;
	}
	.ev_home_5 .item p {
		max-width: 80%;
	}
	.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
		position: absolute;
	}
	.owl-nav button.owl-prev {
		left: 0;
	}
	.owl-nav button.owl-next {
		right: 0 !important;
	}
	.ev_home_6 {
	  padding: 80px 0px;
	}
	.ev_home_6 .ev_title {
		margin-bottom: 50px;
	}
	.ev_review_1 h2 {
	  font-size: 28px;
	}
	.ev_review_2 h2 {
	  font-size: 45px;
	}
	.page-template-template-first-time-homebuyer .ev_home_1  .ev_hb_1_1 p br {
		display:none;
	}
	.wpcf7 .items_bestdescribed .wpcf7-list-item  {
		width: 100%;
	}
	.timeline > li > .timeline-panel {
		width: 44%;
	}
	
}

/* Mobile Overwrite */

@media (max-width: 1620px){

/* Header */
	.top_bar{
		padding-left: var(--bs-gutter-x,.75rem);
		padding-right: var(--bs-gutter-x,.75rem);
	}

	.menu_bar{
		padding-left: var(--bs-gutter-x,.75rem);
		padding-right: var(--bs-gutter-x,.75rem);
	}

	.ev_home_1 h1 {
		font-size: 70px;
	}

	.ev_home_1 h3 {
		font-size: 25px;
	}

	.ev_home_4 .box h2{
		font-size: 30px;
		letter-spacing: 3px;
	}

	.ev_hb_1_2 .wpcf7 .wpcf7-list-item {
		font-size: 14px;
	}

/* Footer */

	.copyright p{
		font-size:20px;
	}

	.main_footer {
		padding: 90px 0px 60px;
	}

	.footer:after{
		top: -40px;
		left: 4.1%;
	}
}	

@media (max-width: 1400px){

/* Header */

.menu_bar .navbar-brand img {
    max-width: 200px;
}

/* Typography */

	p {
		font-size: 22px;
	}

/* Homepage */
	.ev_home_1 h1 {
		font-size: 60px;
	}


	.ev_title{
		font-size: 50px;
	}

	.ev_home_1 h3 {
		font-size: 24px;
	}

	.ev_home_2_2 p {
		font-size: 22px;
		line-height: 30px;
	}

	.ev_home_2 .ev_btn span {
		font-size: 20px;
	}

	.ev_home_3 {
		padding: 150px 0 250px;
	}

	.ev_home_3 .cnt p {
		font-size: 26px;
	}

	.ev_home_3 .form-control {
		min-height: 90px;
		font-size: 30px;
		padding: 30px 35px;
	}

	.ev_home_3 button{
		min-height: 90px;
		font-size: 30px;
		padding: 30px 35px;
	}

	.ev_home_4 .box h2 {
		font-size: 28px;
	}

	.ev_home_4 .ev_btn{
		margin-top: 40px;
	}

	.ev_home_4 .ev_btn span {
		font-size: 20px;
	}

	.ev_home_5 h2 {
		font-size: 50px;
	}

	.ev_home_5 .item p {
		font-size: 18px;
	}

	.ev_home_5 .item p{
		font-size: 22px;
	}

	.ev_home_6 {
		padding: 100px 0px;
	}

	.ev_home_6 .ev_title {
		text-align: center;
		margin-bottom: 90px;
	}

/* Buy */

	.ev_buy_3 .cnt p{
		font-size: 22px;
	}

	.timeline-panel h2{
		font-size: 26px;
	}

	.ev_buy_6 .box .cnt h3{
		font-size: 28px;
	}

/* Form */

	.ev_hb_1_2 form {
		padding: 30px 40px;
	}

	.ev_hb_1_2 .form-control{
		padding: 15px 20px;
	}

	.ev_hb_1_2 .wpcf7-checkbox input[type=checkbox] + span {
		/* border: 3px solid red; */
		margin-left: 20px;
		font-size: 14px;
	}

	.ev_hb_1_2 .wpcf7-checkbox input[type=checkbox] {
		width: 16px;
		height: 16px;
	}

	.ev_hb_1_2 .wpcf7-checkbox input[type=checkbox] + span:before{
		height: 16px;
    	width: 16px;
	}

	.ev_hb_1_2 .wpcf7-checkbox input[type=checkbox] + span:after{
		height: 16px;
		width: 16px;
		font-size: 16px;
	}

/* Blog */

	.ev_blog_slide .img_box {
		padding: 40px 20px;
	}

	.ev_blog_slide .img_box h2 {
		font-size: 20px;
	}

	.ev_blog_slide .img_box h2 span.blog_index {
		font-size: 50px;
	}

	.ev_blog_slide .img_box h2 span.blog_title {
		font-size: 20px;
	}

	.ev_blog_slide .box a {
		font-size: 18px;
		padding: 25px;
	}

	.ev_blog_1 .ev_blog_slide .owl-nav {
		right: -240px;
	}

/* Reviews */

	.ev_review_1 {
		padding: 80px 0;
	}

	.ev_review_1 {
		padding: 80px 0;
	}

	.ev_review_1 h2 small {
		font-size: 26px;
	}

	.ev_review_3 {
		padding: 100px 0 100px;
	}

	.ev_review_2 h2 {
		font-size: 50px;
	}

	.ev_review_2 .broker-img img{
		top: -300px;
	}


/* Footer */

	.main_footer {
		padding: 80px 0px 40px;
	}

	.footer:after {
		right: 0%;
    	width: 28%;
		height: 100%;
		left: 2.1%;
		top: -10%;
	}

	.main_footer .contact span{
		font-size: 22px;
	}

	.main_footer_1 p {
		font-size: 22px;
	}

	.main_footer_2 img:nth-child(1){
		width: 200px;
	}

	.cross_shape::after {
		padding: 85px 23px;
		height: 100%;
		left: -190px;
		width: 40%;
	}

	.copyright p {
		font-size: 18px;
	}

}

@media (max-width:1200px){

/* Header */

.menu_bar .navbar-brand img {
    max-width: 180px;
}

/* Typography */

p {
    font-size: 18px;
}

/* Header */
	.menu_bar .nav-link {
		font-size: 15px;
		padding-right: 10.5px !important;
		padding-left: 10.5px !important;
	}

/* Homepage */

	.ev_home_1 .btn_col .btn {
    		background-color: var(--sitecolor);
    		margin: 0 10px;
    		padding: 10px 15px;
    		width: 40%;
	}

	.ev_home_1 .btn_col .btn span {
		font-size: 15px;
	}

	.ev_home_1 h1 {
		font-size: 50px;
	}

	.banner_top h1{
		font-size: 50px;
	}

	.ev_home_1 h3{
		font-size: 20px;
	}

	.ev_title {
		font-size: 40px;
	}

	.ev_home_2{
		padding: 80px 0;
	}

	.ev_home_2 .ev_btn span {
		font-size: 18px;
	}

	.ev_home_2_2 p {
		font-size: 20px;
		line-height: 30px;
	}

	.ev_home_3 {
		padding: 120px 0 200px;
	}

	.ev_home_3 {
    		padding: 90px 0 150px;
	}

	.ev_home_3 .cnt p {
		font-size: 24px;
	}

	.ev_home_3 .form-control {
		min-height: 80px;
		font-size: 25px;
		padding: 25px 30px;
	}

	.ev_home_3 button{
		min-height: 80px;
		font-size: 25px;
		padding: 25px 30px;
	}

	.ev_home_4 .box h2 {
		font-size: 20px;
	}

	.ev_home_4 .box a small {
		font-size: 16px
	}

	.ev_home_4 .ev_btn span {
		font-size: 18px;
	}

	.ev_home_4 .ev_btn{
		min-width: 400px;
	}

	.ev_home_5 h2 {
		font-size: 40px;
	}

	.ev_home_5 .item p {
		font-size: 20px;
	}

	.ev_home_6 {
		padding: 80px 0px;
	}

	.ev_home_6 .ev_title {
		text-align: center;
		margin-bottom: 70px;
	}

/* Buy */

	.ev_buy_3 .cnt p {
		font-size: 20px;
	}

	.timeline-panel h2 {
		font-size: 24px;
	}

	.timeline-badge:after {
		content: '';
		width: 30px;
		height: 5px;
		background-size: 5px;
		position: absolute;
		top: 13px;
		left: -30px;
	}

	.timeline-inverted .timeline-badge:after {
		left: 30px;
	}

	.ev_buy_6 .box .cnt h3 {
		font-size: 26px;
	}

	#mortgagePopupModal {
		top: 8%;
	}

/* Form */

	.ev_hb_1_2 form {
		padding: 25px 20px;
	}

	.ev_hb_1_2 .form-control {
		padding: 12px 15px;
	}

	.ev_hb_1_2 .wpcf7-checkbox input[type=checkbox] + span {
	
		margin-left: 20px;
		font-size: 12px;
	}

	.pt-150{
		max-height: none;
	}

/* Blogs */

.ev_blog_1 .ev_blog_slide .owl-nav {
    right: -180px;
}

/* Footer */

	.cross_shape::after {
		padding: 200px 23px;
		height: 100%;
		left: -190px;
		width: 40%;
	}

	.main_footer {
		padding: 80px 0px 40px;
	}

	.main_footer .contact span {
		font-size: 18px;
	}

	.main_footer_1 p {
		font-size: 18px;
	}

	.main_footer_1 ul li a {
		width: 40px;
		height: 40px;
		font-size: 20px;
	}

	.main_footer_1 ul li {
		margin: 5px 5px;
	}

	.main_footer_2 img:nth-child(1) {
		width: 200px;
	}

	.main_footer_2 img {
		width: 120px;
	}

	.footer:after {
		right: 0%;
		width: 28%;
		height: 100%;
		left: 2.1%;
		top: -40px;
	}

	.copyright p {
		font-size: 16px;
	}

/* Reviews */

	.ev_review_1 h2 {
		font-size: 40px;
	}

	.ev_review_1 h2 small {
		font-size: 22px;
	}

	.ev_review_1 {
		padding: 60px 0;
	}

	.ev_review_1 a{
		font-size: 12px;
	}

	.ev_review_1 a:after {
		width: 50px;
		height: 50px;
		line-height: 50px;
		font-size: 20px;
		left: -12px;
		top: -5px;
	}

	.ev_review_1 a {
		font-size: 12px;
		padding: 6px 10px 6px 40px;
	}

	.ev_review_2 .broker-img img{
		top: -260px;
		left: 50px;
    	width: 450px;
	}

	.ev_review_2 img{
		width: 70%;
	}

.ev_review_2 {
		padding: 150PX 0;
		height: auto;
	}

/* Modal */

	#mortgagePopupModal .calc-field{
    		padding-right: 45px;
    		background-size: cover;
    		padding-top: 30px;
    		padding-bottom: 10px;
    		padding-left: 20px;
    		margin-bottom: 2px;
	}

	#mortgagePopupModal .modal-dialog {
	    max-width: 90%;
 	   margin: 30px auto;
	}

	#mortgagePopupModal .form-group {
	    margin-bottom: 20px;
	}

	#mortgagePopupModal .input-icon > input, #mortgagePopupModal select {
	    font-size: 14px;
	}

	#mortgagePopupModal .col-form-label{
		font-size: 14px;
	}

}

@media (max-width: 992px){
	.menu_bar .nav-link{
		padding-right: 14.5px;
		padding-left: 14.5px;
	}
}

@media (max-width: 991px){

	p {
		font-size: 16px;
	}

	.ev_title {
   		font-size: 30px;
	}

/* Header */

	.top_bar_1 li{
   		font-size: 16px;
	}

	.menu_bar .navbar-brand img{
		max-width: 150px;
	}

	.page-template-template-buy .pt-150, .page-template-template-sell .pt-150, .page-template-template-first-time-homebuyer .pt-150, .page-template-template-bigger-home .pt-150, .page-template-template-social .pt-150, .page-template-template-bigger-home .pt-150, .page-template-template-blog .pt-150, .page-template-template-about .pt-150, .page-template-template-testimonials .pt-150 {
		    padding-top: 150px;
		display: flex;
		align-items: center;
		justify-content: center;
	}

/* Homepage */

	.ev_home_1 h1 {
		font-size: 50px;
	}

	body .banner_top h1 {
		font-size: 35px;
		margin-top: 0;
	}


	.ev_home_1 h3 {
    		font-size: 20px;
	}
	
	

	.ev_home_1 .btn_col {
		text-align: center;
		margin-top: 0;
	}
	
	.ev_home_1_2 img {
		max-width: none;
		width: 450px;
		padding: 36px;
		position: relative;
		top: 0;
		right: 0;
	}
	
	.ev_home_1 .btn_col .btn {
		margin: 10px 10px;
		padding: 10px 20px;
		width: 90%;
	}

	.ev_home_2_2 p {
		font-size: 18px;
		line-height: 25px;
	}

	.ev_home_3 .form-control {
    		min-height: 70px;
    		font-size: 18px;
    		padding: 20px 18px;
	}

	.ev_home_3 button {
		min-height: 50px;
		font-size: 20px;
		padding: 22px;
	}

	.ev_home_4 .box h2 {
		font-size: 20px;
	}

	.ev_home_4 .box a small {
		font-size: 16px;
	}

	.ev_home_4 .ev_btn span {
		font-size: 15px;
	}

	.ev_home_4 .box h2 {
		font-size: 20px;
	}

	.ev_home_4 .box a small{
		font-size: 16px;
	}


	.ev_home_2 .ev_btn span {
		font-size: 15px;
	}

	.copyright {
		padding: 15px;
	}

	.copyright img{
		width: 18px;
	}

	.main_footer {
		padding: 50px 0px 40px;
	}

	.ev_home_5 h2 {
		font-size: 35px;
	}

	.ev_home_5 .item p {
		font-size: 18px;
	}

	.ev_buy_6 .box {
		transform: inherit;
		padding: 40px 20px;
	}
	
	.ev_buy_6 .box .cnt {
		transform: inherit;
	}
	

/* Buy */

	.timeline-panel p{
		line-height: 1.3;
	}
	.timeline-panel h2 {
		font-size: 22px;
	}

	.ev_buy_5 {
		padding: 80px 0;
	}

	.ev_buy_5 .mw100 {
		margin-bottom: 70px;
	}

	.ev_buy_6 {
		padding: 80px 0 170px;
	}

/* Bigger Home */


	.ev_bh_1 .ev_home_2_2 img{
		max-width: 200px;
	}

/* Blogs */

	.ev_blog_1 .ev_blog_slide .owl-nav {
		right: -130px;
	}

	.ev_blog_slide .img_box h2 span.blog_title {
		font-size: 18px;
		line-height: 1.3;
	}

	.ev_blog_slide .img_box h2 span.blog_index {
		font-size: 40px;
	}

/* Reviews */

	.ev_review_1 h2 {
		font-size: 30px;
	}

	.ev_review_1 h2 small {
		font-size: 15px;
	}

	.ev_review_1 .row > div {
		text-align: center;
	}

	.ev_review_3 {
		padding: 80px 0 80px;
	}

	.ev_review_2 h2 {
		font-size: 40px;
	}

	.ev_review_2 p {
		font-size: 22px;
		line-height: 25px;
	}

	.ev_review_2 img {
		width: 70%;
	}

	.ev_review_2 img {
		width: 70%;
	}

	.ev_review_2 .broker-img img {
		top: 54px;
		left: -40px;
		width: 400px;
		/* position: absolute; */
		bottom: unset;
		height: auto;
	}

	.ev_review_2 {
		padding: 100px 0px;
		height: auto;
	}

/* Modal */


	#mortgagePopupModal .mortgage_calc_output_params{
		min-height: 200px;
		background-position:center;
	}

	#mortgagePopupModal .calc-field{
		background: unset;
		order:2;
	}

	#mortgagePopupModal {
		top: 16%;
	}

	#mortgagePopupModal .modal-body {
		padding: 0px;
		height: 100%;
		padding: 0px;
		overflow: scroll;
	}

	#mortgagePopupModal {
		height: auto;
	}

	#mortgagePopupModal .input-icon{
		margin-left: auto;
	}

/* Footer */

	.footer:after {
		height: 100%;
		left: -0.9%;
		top: -3%;
	}

	.cross_shape::after {
		padding: 150px 23px;
		width: 40%;
	}

	.main_footer_2 img:nth-child(1) {
		width: 100px;
	}

	.copyright p {
		font-size: 12px;
	}


}


@media (max-width: 767px){
/* Header */
	.menu_bar .navbar-brand img {
		max-width: 150px;
	}

	.top_bar .container{
		flex-direction: row;
		align-items: center;
		flex-wrap: wrap;
		justify-content: center;
	}

	.top_bar_2 ul {
		margin-top: 0;
	}

	.top_bar .container .row{
		align-items:center;
	}

	.top_bar .container .row > div{
		width: auto;
	}

	.header .top_bar_1 {
		order: 1;
	}

	.header .top_bar_2 {
		order: 2;
	}

	.top_bar_1 li {
		font-size: 14px;
	}

	.top_bar_1 li:last-child {
		margin-right: 0;
	}

	.top_bar_1 li i {
		font-size: 20px;
	}

	.top_bar .container .row > div:nth-child(2){
		margin-left: auto;
	}


/* Homepage */
	.pt-150 {
		padding-top: 150px;
		padding-bottom: 50px;
	}


	.desktop-headshot{
		display:none;
	}


	.mobile-headshot{
		display:block;
	}

	.home .ev_home_1 .row > div:nth-child(1){
 		order:2;
	}

	.ev_home_1 h1 {
		font-size: 40px;
	}

	body .banner_top h1 {
		font-size: 30px;
		margin-top: 0;
	}

	.ev_home_1 h3 {
    		font-size: 18px;
	}

	.ev_home_1_2{
		position:unset;
	}

	.ev_home_1 .btn_col .btn {
    		background-color: var(--sitecolor);
    		margin: 10px 10px;
    		padding: 10px 25px;
    		width: 91%;
	}



	.ev_home_1_2 img {
		max-width: 70%;
   		margin-bottom: 30px;
		width: 90%;
		position: unset;
		margin: 0 auto;
	}

	.ev_home_2 {
		padding: 100px 0;
		background: url(img/intro-background.jpg);
		background-position: center;
		background-size: cover;
	}

	.ev_home_3 .form-control {
    		min-height: 60px;
    		font-size: 18px;
    		padding: 20px 15px;
	}

	.ev_home_4 .box{
		height: auto;
	}

	.ev_home_4 .ev_btn {
		min-width: 95%;
	}

	.ev_home_5{
		padding: 250px 0 180px;
	}

	.ev_home_6 {
		padding: 100px 0px 50px;
	}


/* buy */


	.ev_buy_3 .cnt p {
		font-size: 18px;
	}

	.timeline-panel p{
		margin-left: auto;
		margin-right: auto;
	}

	.timeline-panel > div > div{
		text-align:center;
		width: 100%;
	}

	.timeline > li.timeline-inverted > .timeline-panel p {
		margin-left: auto;
	}

	.timeline > li > .timeline-panel > div > div:nth-child(1){
		order: 2;
	}

	.timeline > li > .timeline-panel > div > div:last-child{
		order: 1;
	}

	.timeline > li.timeline-inverted > .timeline-panel > div > div:nth-child(1){
		order:1;
	}

	.timeline > li.timeline-inverted > .timeline-panel > div > div:last-child{
		order:2;
	}

	.timeline-panel img {
		margin-top: 25px;
		margin-bottom: 25px;
	}

	.ev_buy_3 {
		padding: 80px 0;
	}

	.ev_buy_6.home_buyer_tools .row > div{
		margin: 15px 0;
	}

	.ev_buy_4 img {
		margin: 15px 0px;
		max-width: 180px;
	}

/* Bigger Home */

	.ev_bh_1 .ev_home_2_2 {
		text-align: center;
	}

	.ev_bh_1 .ev_home_2_2 img{
		max-width: 200px;
	}

	.page-id-335 .ev_home_2 img.mw100 {
    		max-width: 60%;
    		margin: 0 auto;
    		display: block;
	}

	.ev_bh_1 .ev_home_2_2 img {
    		max-width: 180px !important;
	}
	

	.ev_buy_5 {
		padding: 50px 0;
	}

	.ev_buy_5 .mw100 {
		margin-bottom: 50px;
	}

	.ev_home_5 h2 {
		font-size: 30px;
	}

/* Blogs */

	.ev_blog_1_2 p br{
		display: none;
	}

	.ev_blog_1_2 {
		text-align: center;
	}

	.ev_blog_1 .ev_blog_slide .owl-nav {
		right: 50%;
		bottom: -122px;
	}

	.ev_blog_1 {
		padding: 50px 0px 150px;
	}

/* Footer */

	.main_footer {
		padding: 50px 0px;
	}

	.cross_shape::after{
		display:none;
	}

	/*.footer:after{
		display:none;
	}*/

	.copyright p {
		font-size: 14px;
	}

/* reviews */

	.ev_review_1 h2 {
		text-align: center;
	}

	.ev_review_1 {
		padding: 50px 15px;
	}

	.ev_review_1 a {
		margin: 20px auto;
		max-width: 100%;
	}

	.ev_review_2 img {
		margin-top: 30px;
	}

	.ev_review_2 h2 {
		font-size: 35px;
	}

	.ev_review_2 p {
		font-size: 20px;
		line-height: 25px;
	}

	.ev_review_2 .broker-img img {
		top: 30px;
		left: -40px;
		width: 330px;
		/* position: absolute; */
		bottom: unset;
		height: auto;
	}

/* Modal */

	.modal-dialog {
		height: 50%;
	}

	#mortgagePopupModal .mortgage_calc_output_params {
		min-height: 150px;
		background-position: center;
		margin-top: 15px;
	}

	#mortgagePopupModal .input-icon > input, #mortgagePopupModal select {
		font-size: 14px;
		margin-bottom: 15px;
	}

	#mortgagePopupModal .form-group {
		margin-bottom: 0;
	}

	#mortgagePopupModal .calc-field {
		padding-right: 20px;
		background-size: cover;
		padding-top: 30px;
		padding-bottom: 10px;
		padding-left: 20px;
		margin-bottom: 2px;
	}

	#mortgagePopupModal .input-icon > i {
		position: absolute;
		display: block;
		transform: translate(0, -50%);
		top: 37%;
		pointer-events: none;
		width: 25px;
		text-align: center;
		font-style: normal;
	}

	#mortgagePopupModal {
		top: 0;
		height: 100%;

	}

	#mortgagePopupModal .modal-header span {
		font-size: 19px;
	}

	.modal-dialog {
		height: 50%;
		top: 20%;
	}

	#mortgagePopupModal .modal-dialog{
		top: 15%;
		height: 100%;
	}

	#mortgagePopupModal .modal-content {
		height: 70%;
	}


}

@media (max-width: 680px){

/* Header */

	.top_bar .container{
		flex-direction: row;
		align-items: center;
		flex-wrap: wrap;
		justify-content: center;
	}

	.top_bar_2 ul {
		margin-top: 0;
	}



	.top_bar .container .row{
		align-items:center;
		justify-content:center;
	}

	.top_bar .container .row > div{
		width: auto;
	}

	.top_bar_1 li {
		font-size: 14px;
	}

	.top_bar_1 li {
		font-size: 14px;
	}

	.top_bar_1 li{
		margin-right: 10px;
	}

	.top_bar_1 li i {
		font-size: 20px;
	}

	.top_bar .container .row > div:nth-child(2) {
		margin-left: auto;
		margin-right: auto;
	}

	.menu_bar .navbar-brand img {
		max-width: 120px;
	}

/* Homepage */

	.ev_home_1 .order-sm-1{
		order:1;
	}

	.ev_home_1 .order-sm-2{
		order:2;
	}

	.ev_home_3 .cnt p {
		font-size: 18px;
	}

	.ev_home_1_2 img {
		max-width: 80%;
		margin-bottom: 30px;
		width: 80%;
		position: unset;
		margin: 0 auto;
	}

	.ev_home_1 h3 {
		font-size: 14px;
	}


/* Buy */

	.ev_home_5 {
		padding: 200px 0 150px;
	}

	.ev_buy_6.home_buyer_tools .row > div {
		width: 100%;
	}

	.ev_buy_6 img{
		max-width: 250px;
	}

	.ev_buy_6 .box {
		width: 100%;
	}

	.ev_buy_6 .box .cnt h3 {
		font-size: 20px;
	}

	.ev_home_5 .item p {
		max-width: 80%;
	}

	.ev_home_5 .item p {
		font-size: 16px;
		line-height: 1.3;
	}

	.ev_buy_4 {
    		padding: 50px 0 50px;
	}

	.ev_buy_4 img {
   		margin: 15px 0px;
    		max-width: 120px;
	}

	.ev_buy_4 img {
    		margin: 15px 0px;
	    max-width: 150px;
	}

/* Bigger Home */

	.ev_bh_1 .ev_home_2_2 img {
		max-width: 150px;
	}

	.page-id-335 .ev_home_1 .row > div:nth-child(1) {
    	max-width: 100%;
   	 	padding-bottom: 15px;
	}

	.page-id-335 .ev_home_2 img.mw100 {
    		max-width: 90%;
    		margin: 0 auto;
    	display: block;
		}

	.ev_bh_1 .ev_home_2_2 img {
    		max-width: 150px !important;
	}

/* New Buyer */

	.page-id-333 .ev_home_1 .row > div:nth-child(1) {
    	max-width: 100%;
    	padding-bottom: 15px;
	}

	.page-id-333 .ev_home_1 .row > div:nth-child(1) {
    	max-width: 100%;
    	padding-bottom: 15px;
	}


/* Footer */

	.main_footer .contact{
		display: flex;
    	flex-direction: column;
	}

	.copyright p {
		font-size: 14px;
	}

/* Reviews */

.ev_review_2 .broker-img img {
    top: 30px;
    left: -10px;
    width: 300px;
    /* position: absolute; */
    bottom: unset;
    height: auto;
}

}

@media (max-width:480px){

	.header .top_bar_1 {
		order: 2;
	}

	.header .top_bar_2 {
		order: 1;
	}

	.ev_home_1_2 img {
		max-width: 100%;
	}
}

/*V2 Theme Changes - 23-06-2023 */

.ev_blog_3 .article_content a {
	text-transform: none !important;
}

.ev_blog_3 .article_content li {
	font-size:24px;
	line-height: 35px;
}

.page-template-template-blog .article_content img, .page-template-template-blog .article_content p img { 
	max-width:100%;
}

.ev_review_3 {
	background: #F1F1F1;
}