@charset "utf-8";
/* CSS Document */

/******************************

[Table of Contents]

1. Fonts
2. Body and some general stuff
3. Header
4. Menu
5. Home
6. Home Search
7. Recent Properties
8. Cities
9. Testimonials
10. Newsletter
11. Footer



******************************/

/***********
1. Fonts
***********/

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/*********************************
2. Body and some general stuff
*********************************/

*
{
	margin: 0;
	padding: 0;
	-webkit-font-smoothing: antialiased;
	-webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
	text-shadow: rgba(0,0,0,.01) 0 0 1px;
}
body
{
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	font-weight: 400;
	background: #FFFFFF;
	color: #a5a5a5;
}
div
{
	display: block;
	position: relative;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
ul
{
	list-style: none;
	margin-bottom: 0px;
}
p
{
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	line-height: 2;
	font-weight: 400;
	color: #403d3d;
	-webkit-font-smoothing: antialiased;
	-webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
	text-shadow: rgba(0,0,0,.01) 0 0 1px;
}
p a
{
	display: inline;
	position: relative;
	color: inherit;
	border-bottom: solid 1px #ffa07f;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
p:last-of-type
{
	margin-bottom: 0;
}
a, a:hover, a:visited, a:active, a:link
{
	text-decoration: none;
	-webkit-font-smoothing: antialiased;
	-webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
	text-shadow: rgba(0,0,0,.01) 0 0 1px;
}
p a:active
{
	position: relative;
	color: #FF6347;
}
p a:hover
{
	color: #FFFFFF;
	background: #ffa07f;
}
p a:hover::after
{
	opacity: 0.2;
}
::selection
{
	background: #32f996;
	color: #FFFFFF;
}
p::selection
{
	
}
h1{font-size: 48px;}
h2{font-size: 36px;}
h3{font-size: 24px;}
h4{font-size: 18px;}
h5{font-size: 14px;}
h1, h2, h3, h4, h5, h6


{
	font-family: 'Poppins', sans-serif;
	-webkit-font-smoothing: antialiased;
	-webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
	text-shadow: rgba(0,0,0,.01) 0 0 1px;
}
h1::selection, 
h2::selection, 
h3::selection, 
h4::selection, 
h5::selection, 
h6::selection
{
	
}
.form-control
{
	color: #db5246;
}
section
{
	display: block;
	position: relative;
	box-sizing: border-box;
}
.clear
{
	clear: both;
}
.clearfix::before, .clearfix::after
{
	content: "";
	display: table;
}
.clearfix::after
{
	clear: both;
}
.clearfix
{
	zoom: 1;
}
.float_left
{
	float: left;
}
.float_right
{
	float: right;
}
.trans_200
{
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.trans_300
{
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.trans_400
{
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease;
}
.trans_500
{
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}
.fill_height
{
	height: 100%;
}
.super_container
{
	width: 100%;
	overflow: hidden;
}
.prlx_parent
{
	overflow: hidden;
}
.prlx
{
	height: 130% !important;
}
.parallax-window
{
    min-height: 400px;
    background: transparent;
}
.parallax_background
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.nopadding
{
	padding: 0px !important;
}
.button
{
	width: 193px;
	height: 54px;
	background: linear-gradient(to right, #487fee, #32fa95);
	text-align: center;
	border-radius: 36px;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.button:hover
{
	box-shadow: 0px 10px 10px rgba(0,0,0,0.25);
}
.button a
{
	display: block;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 700;
	color: #fff;
	line-height: 54px;
}
.recent-added {
    display: block;
    margin-top: 65px;
    margin-bottom: 20px;
}
.key-point{display: inline-block;}
.key-point p{color: #fff; font-size: 18px; line-height: 26px;}
.key-point p span{font-size: 42px; font-weight: 600;}
.key-point img{
	padding-bottom: 25px;

}

.neelami-features{
	display: block;
	padding: 30px 0px;
	background: #0d6b90;
}
.recent-added .recent_item{
	border:none;
	padding: 0px 20px;
}

.section_title
{
	font-size: 30px;
	color: #1f1f1f;
	line-height: 0.75;
	text-transform: uppercase;
	font-weight: 800;
	padding-top: 8px;
}
.section_subtitle
{
font-size: 18px;
font-weight: 500;
color: #1f1f1f;
line-height: 0.75;
margin-top: 20px!important;
text-transform: uppercase;
}

.section_subtitle > a{
    background: #1781ab;
    color: #fff;
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 15px;
}

/*********************************
3. Header
*********************************/

.header
{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 200;
	background: #000;
    opacity: 0.6;
}
.header_content
{
	height: 80px;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.header.scrolled
{
	background: rgba(63,111,206,0.85);
}
.header.scrolled .header_content
{
	height: 80px;
}
.logo
{
	width: 110px;
}
.logo img
{
	max-width: 100%;
}
.main_nav
{
	margin-left: 157px;
}
.main_nav ul li
{
	display: inline-block;
}
.main_nav ul li:not(:last-child)
{
	margin-right: 60px;
}
.main_nav ul li a
{
	font-size: 16px;
	font-weight: 500;
	color: #FFFFFF;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.main_nav ul li.active a,
.main_nav ul li a:hover
{
	color: #bcf333;
}
.phone_num
{
    overflow: hidden;
}
.phone_num_inner a
{
	background: #1781ab;
	border-radius: 4px;
	font-weight: 600;
	color: #fff;
	display: inline-block;
	padding: 10px 25px;
	text-transform: uppercase;
}

.phone_num_inner a:hover{
	background: #8cbb13;
}
.phone_num_inner a .fa{
	color: #fff;
	margin-right: 5px;
}

.phone_num_inner button
{
	background: #1781ab;
	border-radius: 4px;
	font-weight: 600;
	color: #fff;
	display: inline-block;
	padding: 10px 25px;
	text-transform: uppercase;
	border: transparent;
	cursor:pointer;
	transition:.3s ease;
}

.phone_num_inner button:hover{
	background: #8cbb13;
}
.phone_num_inner button .fa{
	color: #fff;
	margin-right: 5px;
}

.search-btn a{
	background: #94c121;
}

.search-btn button{
	background: #94c121;
}

.search-btn a:hover{
	background: #1781ab;
}

.search-btn button:hover{
	background: #000;
}

.hamburger
{
	display: none;
	cursor: pointer;
}
.hamburger i
{
	font-size: 18px;
	color: #FFFFFF;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.hamburger i:hover
{
	color: #2cd983;
}

/*********************************
4. Menu
*********************************/

.menu
{
	position: fixed;
	top: 0;
	width: 100vw;
	height: 100vh;
	background: linear-gradient(to right, #487fee, #32fa95);
	z-index: 201;
	opacity: 0;
	visibility: hidden;
}
.menu.active
{
	opacity: 0.98;
	visibility: visible;
}
.menu_content
{
	width: 100%;
	height: 100%;
}
.menu_item
{
	position: relative;
	margin-bottom: 3px;
}
.menu_item:last-child
{
	margin-bottom: 0px;
}
.menu_logo
{
	margin-bottom: 38px;
}
.menu_logo a img
{
	
}
.menu_logo .logo_text,
.menu_logo .logo_sub
{
	color: #FFFFFF;
}
.menu_item a
{
	display: inline-block;
	position: relative;
	font-size: 30px;
	color: #FFFFFF;
	font-weight: 500;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.menu_item a:hover
{
	color: #2cd983;
}
.menu_close_container
{
	position: absolute;
	top: 94px;
	right: 122px;
	width: 21px;
	height: 21px;
	cursor: pointer;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.menu_close
{
	top: 9px;
	width: 21px;
	height: 3px;
	background: #FFFFFF;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.menu_close::after
{
	display: block;
	position: absolute;
	top: -9px;
	left: 9px;
	content: '';
	width: 3px;
	height: 21px;
	background: #FFFFFF;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.menu_close_container:hover .menu_close,
.menu_close_container:hover .menu_close::after
{
	background: #3f6fce;
}
.menu_phone
{
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	bottom: 15px;
	font-size: 14px;
	color: #828282;
	font-weight: 500;
	color: #FFFFFF;
}
.menu_phone span
{
	text-transform: uppercase;
	font-weight: 600;
}

/*********************************
5. Home
*********************************/

.abous-images{
	position:relative;
}
.aboutus-btn {
	background: #0b467b;
	cursor: pointer;
	color: #fff;
	font-weight: 600;
	padding: 10px 22px;
	font-size: 18px;
	transition: .3s ease;
	box-shadow: 0px 0px 6px 2px #868686;
}
.aboutus-btn:hover{
    background:#000;
}

.home
{
	width: 100%;
	height:100vh;
	max-height: 892px;
}
.home_slider_container
{
	width: 100%;
	height: 500px;
}
.home_slider_background
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.slide_container
{
	width: 100%;
	top: 42%;
}
.slide_content
{
	max-width: 600px;
}
.home_subtitle
{
	font-size: 14px;
	font-weight: 700;
	color: #FFFFFF;
	text-transform: uppercase;
	line-height: 0.75;
}
.home_title
{
	font-size: 60px;
	font-weight: 600;
	color: #FFFFFF;
	line-height: 1.2;
	margin-top: 11px;
}
.home_price
{
	font-size: 30px;
	font-weight: 700;
	color: #FFFFFF;
	margin-top: 19px;
}
.home_details
{
	display: inline-block;
	background: linear-gradient(to right, #487fee, #32fa95);
	border-radius: 16px;
	padding-top: 3px;
	margin-top: 8px;
}
.home_details_list
{
	height: 32px;
	padding-left: 26px;
	padding-right: 44px;
}
.home_details_list li
{
	display: inline-block;
}
.home_details_list li:not(:last-child)
{
	margin-right: 30px;
}
.home_details_image
{
	display: inline-block;
	width: 23px;
	height: 14px;
	margin-right: 4px;
}
.home_details_image img
{
	max-width: 100%;
}
.home_details_list li span
{
	display: inline-block;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: 400;
}

/*********************************
6. Home Search
*********************************/

.home_search
{
	width: 100%;
	z-index: 100;
}
.home_search_container
{
	position: absolute;
	top: -250px;
	left: 15px;
	width: calc(100% - 30px);
	height: 90px;
	border-radius: 45px;
	padding: 10px;
	background: rgba(255,255,255,0.33);
}
.home_search_content
{
	width: 100%;
	height: 100%;
	background: #FFFFFF;
	border-radius: 35px;
}
.search_form
{
	position: relative;
	height: 100%;
}
.search_form_content
{
	width: 100%;
	height: 100%;
	padding-left: 14px;
	padding-right: 11px;
}
.search_form_content > div
{
	width: 20%;
	height: 100%;
	padding-left: 18px;
	padding-right: 2px;
}
.search_form_content > div:not(:last-child)
{
	border-right: solid 2px #d1d1d1;
}
.search_form_select
{
	display: block;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 100%;
	-webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
    -webkit-user-select: none;
    background-image: url(../images/down.png);
    background-position: center right;
    background-repeat: no-repeat;
    border: none;
    outline: none;
    font-size: 13px;
    font-weight: 400;
    color: #6b6b6b;
    cursor: pointer;
}
.search_form_button
{
	width: 193px;
	height: 100%;
	border-radius: 35px;
	border: none;
	outline: none;
	cursor: pointer;
	font-size: 14px;
	font-weight: 700;
	color: #FFFFFF;
	text-transform: uppercase;
	background: linear-gradient(to right, #487fee, #32fa95);
}

/*********************************
7. Recent Properties
*********************************/

.recent
{
	width: 100%;
	background: #FFFFFF;
	padding-top: 65px;
	padding-bottom: 65px;
}
.recent_row
{
	margin-top: 60px;
}
.recent_slider_container
{
	width: calc(100% + 30px);
	left: -15px;
}
.recent_item
{
width: 100%;
margin-bottom: 20px;
border: 1px solid #e6eaec;
box-shadow: 2px 9px 9px -7px rgba(87,80,80,0.44);
-webkit-box-shadow: 2px 9px 9px -7px rgba(87,80,80,0.44);
-moz-box-shadow: 2px 9px 9px -7px rgba(87,80,80,0.44);
display: block;
margin-top: 25px;


}
.recent_item_inner
{
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.recent_item:hover .recent_item_inner
{
	box-shadow: 0px 20px 20px rgba(0,0,0,0.35);
}
.recent_item_image
{
	width: 100%;
}
.recent_item_image img
{
	max-width: 100%;
}
.property_tag
{
	position: absolute;
	top: 20px;
	left: 22px;
	height: 33px;
	text-align: center;
}
.property_tag a
{
	display: block;
	padding-left: 15px;
	padding-right: 13px;
	font-size: 14px;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 33px;
}
.tag_featured
{
	background: #e4b807;
}
.tag_offer
{
	background: #f3b715;
}
.tag_new
{
	width: 87px;
	background: #34e69d;
}
.recent_item_body
{
	padding: 15px;
	box-sizing: border-box;
	background: #fff;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.recent_item:hover .recent_item_body
{
	background: #FFFFFF;
}

.recent_item_title a
{
	font-size: 17px;
	display: block;
	font-weight: 700;
	color: #1f1f1f;
	line-height:22px;
	/*white-space: nowrap;*/
	text-align: left;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2; /* number of lines to show */
	-webkit-box-orient: vertical;
}
.recent_item_title a:hover
{
	color: #3f6fce;
}
.recent_item_price
{
	font-size: 18px;
	font-weight: 700;
	color: #79a40a;
	line-height: 0.75;
	margin-top: 15px;
	display:block;
	text-align: left;
}
.recent_item_title {
    overflow: hidden;
    /*white-space: nowrap;*/
}
.viewmore {
font-size: 15px;
font-weight: 600;
color: #1781ab;
line-height: 0.75;
margin-top: 15px;
text-transform: capitalize;
display:block;
text-align: right;
}
.viewmore a{
	color: #1781ab;
}
.viewmore a img{
	width: 12px !important;
	display: inline-block !important;
}
.viewmore a:hover{
	text-decoration: underline;
}

.recent_item_footer
{
	width: 100%;
	height: 52px;
	background: #282828;
	color: #FFFFFF;
	padding-left: 15px;
	padding-right: 5px;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.recent_item_footer > div:not(:last-child)
{
	margin-right: 20px;
}
.recent_icon
{
	display: inline-block;
	width: 23px;
	height: 14px;
	margin-right: 8px;
}
.recent_icon img
{
	max-width: 100%;
}
.recent_item_footer span
{
	font-size: 12px;
	font-weight: 400;
	color: #FFFFFF;
}
.recent_item:hover .recent_item_footer
{
	background: #3f6fce;
}
.recent_button
{
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
}
.recent_slider_nav_container
{
	position: absolute;
	top: -97px;
	right: 15px;
}
.recent_slider_nav
{
	width: 32px;
	height: 32px;
	background: #eff2f6;
	text-align: center;
	cursor: pointer;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.recent_slider_nav:first-child
{
	margin-right: 5px;
}
.recent_slider_nav i
{
	color: #a4a4a4;
	line-height: 32px;
	font-size: 9px;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.recent_slider_nav:hover
{
	background: #3f6fce;
}
.recent_slider_nav:hover i
{
	color: #FFFFFF;
}

/*********************************
8. Cities
*********************************/

.cities
{
width: 100%;
background-size: cover;
padding-top: 35px;
padding-bottom: 40px;
display: block;
}
.cities_container
{
	margin-top: 25px;
}
.city
{
	width: calc((100% - 45px) / 4);
	margin-bottom: 15px;
}
.city img
{
	max-width: 100%;
	width:100%;
}
.city_overlay
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.city_overlay a
{
	display: block;
	width: 100%;
	height: 100%;
}
.city_title
{
font-size: 18px;
font-weight: 600;
color: #FFFFFF;
width: 100%;
text-align: center;
padding: 15px;
box-sizing: border-box;
background: rgba(0, 0, 0, 0.6);
}

.city_subtitle
{
	font-size: 16px;
	font-weight: 600;
	color: #FFFFFF;
}


/*********************************
9. Testimonials
*********************************/

.testimonials
{
    width: 100%;
    background: #eee;
    padding-top: 35px;
    padding-bottom: 50px;
}
.testimonials_row
{
	margin-top: 25px;
}
.testimonial_title
{
	font-size: 20px;
	font-weight: 600;
	color: #282828;
}
.testimonial_text
{
	font-size: 15px;
	font-weight: 500;
	color: #838383;
	padding-bottom: 10px;
}
.testimonial_author_image
{
	width: 53px;
	height: 53px;
	border-radius: 50%;
	overflow: hidden;
	margin:0px auto;
}
.testimonial_author_image img
{
	max-width: 100%;
}
.testimonial_author
{
	margin-top: 10px;
text-align: center;
}
.testimonial_author a
{
	font-size: 15px;
	font-weight: 600;
	color: #3f6fce;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.testimonial_author a:hover
{
	color: #32f996;
}
.testimonial_author span
{
	font-size: 15px;
	font-weight: 600;
	color: #828282;
}
.rating_r i::before
{
	font-family: 'FontAwesome';
	content: "\f006";
	font-style: normal;
	font-size: 11px;
	margin-right: 4px;
	color: #fbb710;
}
.testimonial-slider > .owl-stage-outer > .owl-stage > .owl-item > .item > .testimonial{
    min-height:300px;
}
.testimonial-slider .owl-nav button.owl-prev {
    color: #fff!important;
    line-height: 26px!important;
    top: -155px!important;
    
}
.testimonial-slider .owl-nav button.owl-next {
    color: #fff!important;
    line-height: 26px!important;
    top: -155px!important;
    
}



.rating_r_1 i:first-child::before{content: "\f005";}
.rating_r_2 i:first-child::before{content: "\f005";}
.rating_r_2 i:nth-child(2)::before{content: "\f005";}
.rating_r_3 i:first-child::before{content: "\f005";}
.rating_r_3 i:nth-child(2)::before{content: "\f005";}
.rating_r_3 i:nth-child(3)::before{content: "\f005";}
.rating_r_4 i:first-child::before{content: "\f005";}
.rating_r_4 i:nth-child(2)::before{content: "\f005";}
.rating_r_4 i:nth-child(3)::before{content: "\f005";}
.rating_r_4 i:nth-child(4)::before{content: "\f005";}
.rating_r_5 i:first-child::before{content: "\f005";}
.rating_r_5 i:nth-child(2)::before{content: "\f005";}
.rating_r_5 i:nth-child(3)::before{content: "\f005";}
.rating_r_5 i:nth-child(4)::before{content: "\f005";}
.rating_r_5 i:nth-child(5)::before{content: "\f005";}

/*********************************
10. Newsletter
*********************************/

.newsletter
{
	width: 100%;
	padding-top: 107px;
	padding-bottom: 105px;
}
.newsletter_title
{
	font-size: 30px;
	font-weight: 600;
	color: #FFFFFF;
	line-height: 0.75;
	white-space: nowrap;
}
.newsletter_subtitle
{
	font-size: 14px;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 0.75;
	margin-top: 15px;
}
.newsletter_content
{
	
}
.newsletter_form_container
{
	margin-left: 30px;
	width: 100%;
}
.newsletter_form
{
	display: block;
	position: relative;
	width: 100%;
}
.newsletter_input
{
	width: 100%;
	height: 72px;
	border-radius: 36px;
	background: #FFFFFF;
	border: none;
	outline: none;
	padding-left: 45px;
}
.newsletter_input::-webkit-input-placeholder
{
	font-size: 11px !important;
	font-weight: 400 !important;
	font-style: italic;
	color: #828282 !important;
}
.newsletter_input:-moz-placeholder
{
	font-size: 11px !important;
	font-weight: 400 !important;
	font-style: italic;
	color: #828282 !important;
}
.newsletter_input::-moz-placeholder
{
	font-size: 11px !important;
	font-weight: 400 !important;
	font-style: italic;
	color: #828282 !important;
} 
.newsletter_input:-ms-input-placeholder
{ 
	font-size: 11px !important;
	font-weight: 400 !important;
	font-style: italic;
	color: #828282 !important;
}
.newsletter_input::input-placeholder
{
	font-size: 11px !important;
	font-weight: 400 !important;
	font-style: italic;
	color: #828282 !important;
}
.newsletter_button
{
	position: absolute;
	top: 0;
	right: 0;
	width: 193px;
	height: 72px;
	color: #FFFFFF;
	border-radius: 36px;
	border: none;
	outline: none;
	font-size: 14px;
	font-weight: 700;
	cursor: pointer;
	text-transform: uppercase;
	background: linear-gradient(to right, #487fee, #32fa95);
}
.newsletter_button:active
{
	outline: none;
	border: none;
}

/*********************************
11. Footer
*********************************/

.footer
{
	width: 100%;
}
.footer_main
{
	width: 100%;
	background: #001117;
	padding-top: 50px;
	padding-bottom: 40px;
}
.footer_about_text
{
	font-size: 12px;
	font-weight: 500;
	font-style: italic;
	color: #FFFFFF;
	margin-top: 10px;
}
.social-media a .fa-facebook, .social-media a .fa-youtube, .social-media a .fa-instagram, .social-media a .fa-twitter{
color: #fff;
background: #3b50a9;
width: 40px;
height: 40px;
border-radius: 50%;
line-height: 40px;
display: inline-block;
margin-right: 10px;	
text-align: center;
margin-top: 10px;
}
.social-media a .fa-youtube{
	background: #fe2e3c;
}
.social-media a .fa-instagram{
	background: #df408b;
}
.social-media a .fa-twitter{
	background: #60b8ff;
}
.social-media a:hover{
	opacity: 0.7;
}
.footer_title
{
	font-size: 18px;
	font-weight: 500;
	color: #FFFFFF;
}
.footer_latest
{
	padding-top: 10px;
}
.footer_latest_image
{
	width: 70px;
	height: 70px;
	margin-bottom: 20px;
}
.footer_latest_image img
{
	max-width: 100%;
}
.footer_latest_content
{
	padding-left: 17px;
}
.f-link li{list-style: none; padding-bottom: 10px;}
.f-link li a{color: #fff;}
.footer_latest_location
{
	font-size: 11px;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 0.75;
}
.footer_latest_name
{
	margin-top: 8px;
}
.footer_latest_name a
{
	font-size: 16px;
	font-weight: 400;
	color: #FFFFFF;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.footer_latest_name a:hover
{
	color: #32f996;
}
.footer_latest_price
{
	font-size: 14px;
	font-weight: 600;
	color: #32f996;
	margin-top: 7px;
}
.footer_bar
{
	width: 100%;
	background: #012b3b;
}
.footer_bar a{color: #fff; font-weight: 600}
.footer_bar_content
{
	height: 45px;
}
.cr, .copy
{
	font-size: 14px;
	font-weight: 500;
	color: #828282;
}
.copy
{
	font-size: 14px;
	font-weight: 500;
	color: #fff;
}
.footer_nav
{
	margin-left: 170px;
}
.footer_nav ul li
{
	display: inline-block;
}
.footer_nav ul li:not(:last-child)
{
	margin-right: 47px;
}
.footer_nav ul li a
{
	font-size: 14px;
	font-weight: 500;
	color: #828282;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.footer_nav ul li a:hover
{
	color: #32f996;
}
.footer_phone
{
	font-size: 14px;
	color: #828282;
	font-weight: 500;
}
.footer-inquiry-btn{
	background-color:#0d6b90;
	display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;

}
.footer-inquiry-btn{
	display:none;
}
.footer-inquiry-whatsapp > a > i{
	font-size:28px;
}
.footer-inquiry-mobile > a > i{
	font-size:30px;
}
.footer_phone span
{
	text-transform: uppercase;
	font-weight: 600;
}
.testimonial {
    padding: 15px;
    box-shadow: 0px 0px 3px 3px #eee;
    border-radius: 4px;
    margin: 10px;
}
.bg-1{
	display: block;
	min-height: 500px;
	width: 100%;
	background: url(../images/home_slider_1.jpg) top center;
	background-size: cover;
}
.padding-top-50{
	padding-top: 50px;
}
.padding-right-0{
	padding-right: 0 !important;
}
.search-heading{
	display: block;
	width: 100%;
	text-align: center;
	color: #fff;
	font-size: 38px;
	font-weight: 900;
	text-transform: uppercase;
	padding-top: 150px;
}
.nh-search{
	max-width: 1130px;
	width: 100%;
	margin: 0px auto;
}
.fsell a{
	font-size: 16px;
	display: inline-block;
	padding: 10px 25px;
	text-transform: uppercase;
	color: #fff;
	background: #313131;
	border-radius: 4px;	
	font-weight: 600;
}
.fsell .arrow-down {
	width: 0px;
	height: 0px;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid #313131;
	position: absolute;
	left: 48px;
	top: 43px;
}
.nh-search-area{
	width: 100%;
	display: block;
	padding: 27px 20px;
	background: #1781ab;
	border-radius: 4px;
	margin-top: 20px;
box-shadow: 13px 1px 64px -23px rgba(10,10,10,0.66);
-webkit-box-shadow: 13px 1px 64px -23px rgba(10,10,10,0.66);
-moz-box-shadow: 13px 1px 64px -23px rgba(10,10,10,0.66);
margin-top: -30px;

}
.nh-search-area .custom-select{
	width: 100%;
}
.nh-main-heading{
	display: block;
	width: 100%;
	padding-left: 8px;
	border-left: 8px solid #1781ab;
	margin:0;
	text-transform: uppercase;
}

.nh-main-heading .section_subtitle{
	font-size: 18px;
	color: #1f1f1f;
	font-weight: 600;
	margin: 0;
}
.nh-section{
	display: block;
	width: 100%;
	padding-bottom: 40px;
	background: #f7fdff;
}
.nh-main-heading .section_title{
	font-weight:700;
	font-size:20px;
	color: #1f1f1f;
	padding-top: 10px;
	margin: 0;
	line-height:1.2;
}
.nh-list-margin{
	padding:80px 0px 25px 0px;
}
.nh-min-height{
	min-height: 0px !important;
}
#listing .recent_item{
	margin-top: 0px;
	margin-bottom: 20px;
}
#listing .nh-main-heading{
	margin-bottom: 25px;
}
.city-search .selectron__trigger:before{
	border:none !important;
}
.city-icon{
	position: absolute;
	z-index: 10;
	left: 20px;
	top: 10px;
	width: 10px;
}
.detail-wrap{
	background-color: #f7f7f7;
	padding: 15px 15px;
	/*margin-top:70px;*/
	margin-bottom:20px;
}
#detail{
	padding-top: 130px;
}
#detail .search-heading{
	padding-top: 0px;
	text-align: left;
	
}
#detail .search-heading span{
	font-size: 16px;
	text-align: left;
	color: #000;
	display: block;
	position: relative;
	font-weight: 500;
	text-transform: capitalize;
}
.detail-content .field-row{
	padding-top: 35px;
}
.f-column {
    display: block;
    width: 100%;
    font-size: 16px;
    color: #000;
    margin-bottom: 5px;
    padding-bottom: 0px;
    line-height: 20px;
    font-weight: 500;
    padding-left: 15px;
    box-sizing: border-box;
}
.f-data {
    display: block;
    width: 100%;
    font-size: 14px;
    color: #000;
    padding-bottom: 0px;
    line-height: 24px;
    /*font-weight: 700;*/
    padding-left: 15px;
    box-sizing: border-box;
}
.f-data > span{
	font-size:13px;
}

.detail-box{
	box-shadow: 0px 0px 3px 0px #9b9b9b;
	padding: 10px 0px;
	margin-top:10px;
	margin-bottom:10px;
}
.facilites{
	list-style:none;
	display:flex;
	width:100%;
	flex-wrap:wrap;
	padding-left:15px;
	color:#000;
	
}
.location-advantage{
	list-style:none;
	display:flex;
	width:100%;
	flex-wrap:wrap;
	padding-left:15px;
	color:#000;
}
.location-advantage > li{
	width:100%;
	margin-top:7px;
	color: #000;
	font-weight: 600;
}
.facilites li{
	width:25%;
	margin-top:7px;
	color: #000;
	font-weight: 600;
}
.fa-check{
	color:#1781ab;
}
.f-data.price{
	font-size:20px;
	font-weight: 700;
	color: #1781ab;
}
.google-maps{
	position:relative;
	padding-bottom:75%;
	height:0;
	overflow:hidden;
}
.google-maps > iframe{
	position:absolute;
	top:0;
	left:0;
	width:100%!important;
	height:100%!important;
}
.enquiry-btn a{
	
}

.detail-bg{
	display: block;
	min-height: 600px;
	width: 100%;
	background: url(../images/detail-bg.jpg) top center;
	background-size: cover;
	padding-bottom: 25px;
}
.detail-content .phone_num_inner, .detail-content .social-media{
	padding-left: 15px;
	box-sizing: border-box;
}
.detail-content .phone_num_inner a{
	font-size: 24px;
	font-weight: 700;
}
.sub-content-panel, .sidebar{
	display: block;
	border-radius: 4px;
	padding-right: 15px;
	box-sizing: border-box;
	background: #fff;
	width: 100%;
	box-shadow: 11px 6px 26px 0px rgba(169,180,184,0.18);
	-webkit-box-shadow: 11px 6px 26px 0px rgba(169,180,184,0.18);
	-moz-box-shadow: 11px 6px 26px 0px rgba(169,180,184,0.18);
	padding-bottom: 20px;
	padding-top:10px;
}
.sidebar{
	padding: 0;
}
.pt-10{
	padding-top: 10px;
}
.pt-20{
	padding-top: 20px;
}
.sidebar h1{
	background: #1781ab;
	font-size: 24px;
	font-weight: 700;
	text-transform: uppercase;
	padding:23px 15px;
	width: 100%;
	color: #fff;
	display: block;
	margin:0;
	border-radius: 4px 4px 0px 0px;
}
.sub-content-panel p{
	color: #474747;
	font-size: 20px;
	font-weight: 500;
	line-height: 26px;
}
.sub-content-panel form input[type="text"], .sub-content-panel textarea,.sub-content-panel form input[type="email"]{
	background: #f8f8f8;
	border-radius: 4px;
	border:1px solid #e9e9e9;
	color: #505050;
	font-size: 14px;
	font-weight: 500;
	height: 48px;
	line-height: 48px;
	width: 100%;
}
.sub-content-panel form input[type="submit"], .contact-section input[type="submit"]{
	background: #1781ab;
	border-radius: 4px;
	font-weight: 600;
	color: #fff;
	display: inline-block;
	padding: 10px 30px;
	text-transform: uppercase;
	border:none;
	outline: none;
	cursor: pointer;
	float: right;
}
.sub-content-panel form input[type="submit"]:hover, .contact-section input[type="submit"]:hover{
	background: #8cbb13;
}
.sub-content-panel textarea{
	height: 90px;
}
.thumbnail-row{
	display: block;
	padding: 15px;
	width: 100%;
	border-bottom: 1px solid #e5e5e5;
}
.thumbnail-row:last-child{
	border:none;
}
.thumbnail-row h2{
	display: block;
	width: 100%;
	font-size: 18px;
	font-weight: 600;
	color: #1781ab;
	margin-bottom: 0px;
	padding: 0;
}
.thumbnail-row h2 a{
	color: #1781ab;
}
.thumbnail-row h2 a:hover{
	color: #7aaa03;
}
.thumbnail-row .price {
    color: #7aaa03;
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    }
.carousel-inner img {
    width: 100%;
    height: 100%
}
.lap{
	padding-left: 0 !important;
}

#custCarousel .carousel-indicators {
    position: static;
    margin-top: 20px
}

#custCarousel .carousel-indicators>li {
    width: 100px
}

#custCarousel .carousel-indicators li img {
    display: block;
    opacity: 0.5
}

#custCarousel .carousel-indicators li.active img {
    opacity: 1
}

#custCarousel .carousel-indicators li:hover img {
    opacity: 0.75
}

.carousel-item img {
    width: 790px;
	/*height:420px;*/
	object-fit:cover;
}

/*contact css start*/

.contact_style3 .contact_icon {
  border: 1px solid #012b35;
  height: 40px;
  width: 40px;
  text-align: center;
  display: inline-block;
  overflow: hidden;
  border-radius: 100%;
  position: relative;
  z-index: 1;
}
.contact_style3 .contact_icon i {
  line-height: 40px;
  transition: all 0.5s ease-in-out;
  color: #012b35;
}
.contact_style3 .contact_icon::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #1686b5;
  z-index: ;
  transition: all 0.5s ease-in-out;
  -moz-transform: scale(0);
  -webkit-transform: scale(0);
  transform: scale(0);
  border-radius: 100%;
  z-index: -1;
}
.contact_style3:hover .contact_icon::before {
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}
.contact_style3:hover .contact_icon i {
  color: #fff;
}

.contact-section{
  position: relative;
  display: block;
  background: #fff;
}
.contact-section .info-column{
  position: relative;
  display: block;
  padding:30px;
}
.contact-section .info-column .contact-info{
  position: relative;
  display: block;
}
.contact-section h1{
position: relative;
display: block;
font-size: 30px;
line-height: 36px;
font-weight: 700;
color: #1f1f1f;
margin-bottom: 20px;
}
.contact-section .contact-info .bold-text{
  position: relative;
  display: block;
  font-weight: 600;
  color: #000;
  margin-bottom: 55px;
}

.contact-section .contact-info .inner-box .single-item h4{
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 26px;
  font-weight: 700;
  color: #002233;
  text-transform: uppercase;
}

.contact-section .contact-info .inner-box .single-item .text a{
  position: relative;
  display: inline-block;
  font-size: 15px;
font-family: 'Nunito', sans-serif;  font-weight: 400;
  color: #8a8d91;
}

.contact-section .contact-info .inner-box .single-item .text a:hover{
  color: #012b35;
}

.contact-section .contact-info .inner-box .single-item{
text-align: center;
margin-bottom: 30px;

padding:20px 10px;
border-radius: 10px;
background: #fff;
border: 1px solid #eee;
	box-shadow: 11px 6px 26px 0px rgba(169,180,184,0.18);
-webkit-box-shadow: 11px 6px 26px 0px rgba(169,180,184,0.18);
-moz-box-shadow: 11px 6px 26px 0px rgba(169,180,184,0.18);
}
.contact-section .contact-info .inner-box .single-item .text{
  color: #505050;
  line-height: 20px;
}

.contact-section .contact-info .inner-box{
  position: relative;
  display: block;
  padding-bottom: 0px;
}


.contact-section .contact-info .google-map-area{
  position: relative;
  display: block;
  background: #fff;
  padding: 10px;
  box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.1);
}

.contact-section .contact-info .google-map-area #contact-google-map{
  position: relative;
  display: block;
  width: 100%;
  height: 250px;
}

.contact-section .contact-form-area{
  position: relative;
  display: block;
  background: #fff;
  padding: 30px;
  margin-top: 30px;
  margin-bottom: 30px;
  	box-shadow: 11px 6px 26px 0px rgba(169,180,184,0.18);
-webkit-box-shadow: 11px 6px 26px 0px rgba(169,180,184,0.18);
-moz-box-shadow: 11px 6px 26px 0px rgba(169,180,184,0.18);
}


.contact-section .contact-form-area .form-group{
  position: relative;
  display: block;
  margin-bottom: 13px;
}

.contact-section .contact-form-area .form-group:last-child{
  margin-bottom: 0px;
}

.contact-section .contact-form-area .form-group label{
  position: relative;
  display: block;
  font-size: 14px;
  color: #000;
  margin-bottom: 3px;
  font-weight: 600;
}

.contact-section .contact-form-area .form-group input[type='text'],
.contact-section .contact-form-area .form-group input[type='email'],
.contact-section .contact-form-area .form-group textarea{
position: relative;
display: block;
width: 100%;
height: 50px;
border: 1px solid #93a3aa;
border-radius: 5px;
background: #fff;
padding: 10px 15px;
transition: all 500ms ease;
}

.contact-section .contact-form-area .form-group textarea{
  height: 120px;
  resize: none;
  margin-bottom: 7px;
}

.contact-section .contact-form-area .form-group input:focus,
.contact-section .contact-form-area .form-group textarea:focus{
  border-color: #012b35;
}

.contact-section .contact-form-area .text{
  position: relative;
  display: block;
  margin-bottom: 16px;
}
.about_text p{
	text-align: justify;
}
.header-bg{
	background: #204b9f;
}
.iap{
	padding-top: 100px;
}
/*contact end*/
@media only screen and (max-width: 959px)
{
	.selectron--is-touch, .selectron__trigger{
		margin-bottom: 10px;
	}
	.nh-search-area{
		margin-top: 10px;
	}
	.fsell{
		display: none;
	}
	.footer_title{
		margin-top: 40px;
	}
	.padding-right-0{
		padding-right: 15px !important;
	}
	.city-icon{
		right: 25px;
	}
	.search-heading {
    font-size: 22px;
    padding-top: 56px;
}
	.f-data {
		padding-bottom: 30px;
	}

	#detail .search-heading {
    padding-top: 70px;
    padding-left: 15px;
    margin-bottom: 15px;
}
.detail-content .field-row{
	padding-top: 0;
}
.detail-content .phone_num_inner{
	margin-bottom: 20px;
}
.lap{
	padding-left: 15px !important;
}

}


@media only screen and (max-width: 767px){
	.bg-1{min-height: 300px;}
}

/*.sticky {
  position: fixed;
  top: 60px;
  width: 100%;
  z-index: 10;
}*/

.nh-search.sticky{
	max-width: 100%;
}
.nh-search.sticky .fsell{
		display: none;
}
.nh-search.sticky.nh-list-margin{
padding-top: 0!important;
}

.propery-two-left > P {
    font-size: 24px;
    line-height: 1.3;
    font-weight: 500;
    color: #ff0505;
}

.marginTopB{margin-top:250px;}

.card-link {
    display: block;
    text-align: center;
    text-transform: uppercase;
}

.card-img-top {
    height: 100px !important;
}

.sold-out-item{
    background-color: #f97807 !important;
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 9999;
    padding: 5px 10px;
    color: #FFF;
    font-size: 12px;
    border-radius: 5px;
}
.sold-out-item2{
    background-color: #f97807 !important;
    position: absolute;
    top: -5px;
    right: 10px;
    z-index: 9999;
    padding: 5px 10px;
    color: #FFF;
    font-size: 12px;
    border-radius: 5px;
}

.item {
  position: relative;
  z-index: 99;
}

.recent_item{
    position: relative;
    z-index: 99;
}
.carousel-inner{
    position: relative;
    z-index: 99;
}