@charset "utf-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kb d, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, input, textarea, select, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	font-family: 'Open Sans', sans-serif;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	margin: 0;
	padding: 0;
	outline: 0;
	scrollbar-width: thin;
	scroll-behavior: smooth;
}
body::-webkit-scrollbar {
  	width: 8px;
	background: #f1f1f1;
}
body::-webkit-scrollbar-thumb {
  	background-color: #c1c1c1;
	border: 1px solid #fff;
}
::-moz-selection {
 	color: #fff;
 	background: #1b75bb;
}
::selection {
	color: #fff;
	background: #1b75bb;
}
img {
	max-width: 100%;
	height: auto !important;
	image-rendering: -webkit-optimize-contrast;
}
.trs {
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.form-control::placeholder {
	color: #888;
	opacity: 1 !important;
	font-size: 15px;
}
::-webkit-input-placeholder {
 	color: #888;
 	opacity: 1 !important;
	font-size: 15px;
}
:-moz-placeholder {
 	color: #888;
 	opacity: 1 !important;
	font-size: 15px;
}
::-moz-placeholder {
 	color: #888;
 	opacity: 1 !important;
	font-size: 15px;
}
:-ms-input-placeholder {
 	color: #888;
 	opacity: 1 !important;
	font-size: 15px;
}
select:required:invalid {
	color: #888 !important;
}
:focus {
	outline: none !important;
	box-shadow: none !important;
}
a, a:hover {
	text-decoration: none;
}
input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
 	transition: background-color 5500s ease-in-out 0s;
}
select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: #fff;
	cursor: pointer !important;
	color: #2d2d2d !important;
}
select::-ms-expand {
 	display: none;
}
input[type="text"], input[type="email"], input[type="number"], input[type="password"], input[type="file"], input[type="date"], textarea, select {
	outline: none !important;
	box-shadow: none !important;
	font-size: 14px !important;
	background-color: transparent!important;
	color: #666666;
	border-color: #999;
}
textarea {
	resize: none;
	line-height: 26px !important;
}
.form-floating > textarea.form-control {
	min-height: calc(8em + (0.75rem + 2px));
}
.form-floating > label {
	font-size: 15px;
	color: #999;
}
.form-floating>.form-control:focus~label {
	color: #2d2d2d;
}
.form-floating>.form-control:focus~label::after, .form-floating>.form-control:not(:placeholder-shown)~label::after{
	background-color: #fff;
}
.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: none;
}
b, strong {
    font-weight: 700;
}
.form-check-input:checked {
    color: #fff;
    border-color: transparent;
    background-color: #1b75bb;
}
.form-check-input:focus {
    border-color: rgba(225, 116, 0, 0.3);
    outline: 0;
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(225, 116, 0, 0.3);
}
.form-check, .form-check-input {
	cursor: pointer;
}
@keyframes fadeIn {
  	0% { opacity: 0; }
  	100% { opacity: 1; }
}
.shine_ani:before {
    position: absolute;
    top: 0;
    left: -100%;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -o-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.15) 100%);
    background: -webkit-gradient(linear, left top, right top, from(rgba(255,255,255,0)), to(rgba(255,255,255,0.15)));
    background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,0.15) 100%);
    -webkit-transform: skewX(-25deg);
    -ms-transform: skewX(-25deg);
    transform: skewX(-25deg);
    z-index: 1
}
.shine_ani:hover:before {
    -webkit-animation: shine 1s;
    animation: shine 1s;
}
@-webkit-keyframes shine {
    100% {left: 125%}
}
@keyframes shine {
    100% {left: 125%}
}
.nothing_display {
	width: 100%;
    padding: 50px 0;
    background: #fff;
    float: left;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    color: #1b75bb;
}
/************************* header *************************/
.menu_bg {
	height: 110px;
	position: absolute;
	padding: 15px 70px;
}
.sm_menu_bg {
	height: 65px;
	position: fixed;
	z-index: 9;
	top: 0;
	left: 0;
	padding: 5px 70px;
	-webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.1);
	animation: fadeIn 2s ease-in-out;
}
.logo img {
	width: 180px;
}
.sm_menu_bg .logo img {
	width: 150px;
}
.top_contact p {
	color: #000;
	font-size: 13px;
	font-weight: 400;
}
.top_contact span {
	color: #1b75bb;
	font-size: 16px;
	font-weight: 700;
}
.top_contact .dropdown-toggle {
    width: 35px;
	height: 35px;
	background: #1b75bb;
    color: #fff;
    font-size: 14px;
    padding: 0;
}
.top_contact .dropdown-toggle::after {
	display: none;
}
.top_contact .dropdown-item.active, .top_contact .dropdown-item:active, .top_contact .dropdown-item:focus, .top_contact .dropdown-item:hover {
	color: #000;
	background-color: transparent;
}
.top_contact a {
    background: #1b75bb;
    font-size: 14px;
    font-weight: 600;
    line-height: 30px;
    border-radius: 20px;
    color: #fff;
    padding: 2px 10px;
}
/***************************** Menu *****************************/
.navbar-nav.sm-collapsible .sub-arrow {
	position: absolute;
	top: 50%;
	right: 0;
	margin: -0.7em 0.5em 0 0;
	border-radius: .25rem;
	padding: 0;
	width: 2em;
	height: 1.4em;
	font-size: 1.25rem;
	line-height: 1.2em;
	text-align: center;
}
.navbar-nav.sm-collapsible .sub-arrow::before {
	content: '+';
}
.navbar-nav.sm-collapsible .show > a > .sub-arrow::before {
	content: '-';
}
.navbar-dark .navbar-nav.sm-collapsible .nav-link .sub-arrow {
	border-color: rgba(255, 255, 255, .1);
}
.navbar-nav.sm-collapsible .has-submenu {
	padding-right: 3em;
}
.navbar-nav.sm-collapsible .nav-link,
.navbar-nav.sm-collapsible .dropdown-item {
	position: relative;
}
.navbar-nav:not(.sm-collapsible) .nav-link .sub-arrow {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: .255em;
	vertical-align: .255em;
	border-top: .3em solid;
	border-right: .3em solid transparent;
	border-left: .3em solid transparent;
}
.fixed-bottom .navbar-nav:not(.sm-collapsible) .nav-link .sub-arrow,
.fixed-bottom .navbar-nav:not(.sm-collapsible):not([data-sm-skip]) .dropdown-toggle::after {
	border-top: 0;
	border-bottom: .3em solid;
}
.navbar-nav:not(.sm-collapsible) .dropdown-item .sub-arrow,
.navbar-nav:not(.sm-collapsible):not([data-sm-skip]) .dropdown-menu .dropdown-toggle::after {
	position: absolute;
	top: 50%;
	right: 0;
	width: 0;
	height: 0;
	margin-top: -.3em;
	margin-right: 1em;
	border-top: .3em solid transparent;
	border-bottom: .3em solid transparent;
	border-left: .3em solid;
}
.navbar-nav:not(.sm-collapsible) .dropdown-item.has-submenu {
	padding-right: 2em;
}
.navbar-nav .scroll-up,
.navbar-nav .scroll-down {
	position: absolute;
	display: none;
	visibility: hidden;
	height: 20px;
	overflow: hidden;
	text-align: center;
}
.navbar-nav .scroll-up-arrow,
.navbar-nav .scroll-down-arrow {
	position: absolute;
	top: -2px;
	left: 50%;
	margin-left: -8px;
	width: 0;
	height: 0;
	overflow: hidden;
	border-top: 7px solid transparent;
	border-right: 7px solid transparent;
	border-bottom: 7px solid;
	border-left: 7px solid transparent;
}
.navbar-nav .scroll-down-arrow {
	top: 6px;
	border-top: 7px solid;
	border-right: 7px solid transparent;
	border-bottom: 7px solid transparent;
	border-left: 7px solid transparent;
}
.navbar-nav.sm-collapsible .dropdown-menu .dropdown-menu {
	margin: .5em;
}
.navbar-nav:not([data-sm-skip]) .dropdown-item {
	white-space: normal;
}
.navbar-nav:not(.sm-collapsible) .sm-nowrap > li > .dropdown-item {
	white-space: nowrap;
}
.navbar .has-megamenu {
	position: static!important;
}
.navbar .megamenu {
	padding: 1rem;
	left: 0 !important;
	width: 100% !important;
	max-width: 100% !important;
	margin: 0 !important;
}
.has-megamenu:hover .megamenu {
    visibility: visible;
}
.navbar .megamenu .dropdown-item {
	padding: 8px;
}
.navbar-nav:not(.sm-collapsible) .has-megamenu .dropdown-item .sub-arrow {
	top: auto;
	margin-top: 8px;
}
.navbar {
	float: left;
	padding-top: 0;
	padding-bottom: 0;
    border-bottom: none;
}
.navbar-nav > li > .nav-link {
    color: #666;
    display: block;
    position: relative;
    padding: 10px 0 !important;
	margin: 0 0 0 30px;
    font-size: 14px;
    font-weight: 600;
	text-transform: uppercase;
}
.navbar-nav > li.active > a, .navbar-nav > li > a:hover, .navbar-nav > li > a:focus, .navbar-nav .nav-link.active, .navbar-nav .show>.nav-link, .navbar-nav > li.active > a.highlighted {
	color: #1b75bb !important;
}
.navbar .dropdown-item {
    width: auto;
    font-size: 14px;
    font-weight: 600;
    border-radius: 0 !important;
	padding: 8px;
}
.navbar .dropdown-item.active, .navbar .dropdown-item:active, .navbar .dropdown-item:hover, .navbar .dropdown-item:focus, .navbar .dropdown-item.highlighted {
	background-color: #034ea1 !important;
    color: #fff !important;
}
.navbar .dropdown-menu {
	min-width: 14em !important;
	animation: fadeIn 1s;
}
.menu_icon {
    width: 32px;
	float: right;
    padding: 0;
	display: none;
	border: none;
	z-index: 9;
}
.menu_icon > span {
	height: 2px;
	float: left;
  	background: #1b75bb;
  	margin: 3px 0;
}
.menu_icon:hover span {
	width: 100% !important;
}
.menu-close {
    width: 40px;
    height: 40px;
	border: none;
    z-index: 9;
    position: relative;
    background: #f4f4f4;
    border-radius: 50%;
}
.navbar .nav-link, .navbar .dropdown-item {
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.megamenu h5 {
	font-size: 15px;
    font-weight: 600;
	color: #000;
    text-transform: uppercase;
	padding: 0 8px 8px 8px;
}
/***************************** Banner *****************************/
.banner {
	width: 100%;
	float: left;
	margin-top: 110px;
	position: relative;
	z-index: 1;
}
.banner_text {
    width: 100%;
    height: 100%;
	position: absolute;
	z-index: 1;
    top: 0;
    left: 0;
    right: 0;
	padding: 0 5%;
	display: flex;
    align-items: center;
    justify-content: center;
	background: rgba(0, 0, 0, 0.2);
}
.banner_text span {
	width: 62%;
    float: left;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.banner_text span h4 {
	font-family: 'Playfair Display', serif;
    font-size: 45px;
    font-weight: 700;
	color: #fff;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
}
.banner_form {
	width: 480px;
	height: 90px;
	padding: 0 70px 0 10px;
	background-color: #fff;
	display: flex;
    align-items: center;
}
.banner_form input {
	font-size: 14px;
}
.banner_form .form-control::placeholder {
	color: #4d4d4d;
	opacity: 1 !important;
	font-size: 14px;
	font-weight: 400;
	font-style: italic;
}
.banner_form .btn {
	font-size: 17px;
    font-weight: 600;
    background-color: #034ea1;
	text-transform: uppercase;
	position: absolute;
    right: -27%;
    height: 64px;
}
.banner_form .btn:hover, .banner_form .btn:active {
    background-color: #1b75bb;
}
.banner_text .nav-pills .nav-link {
	font-size: 17px;
    font-weight: 600;
    background-color: #034ea1;
	color: #fff;
}
.banner_text .nav-pills .nav-link.active, .banner_text .nav-pills .show>.nav-link {
    background-color: #fff;
	color: #4d4d4d;
}
.banner_property_type {
    min-width: 160px;
    font-size: 14px;
    position: relative;
}
.banner_property_type select {
    display: none;
}
.banner_property_type .select-selected {
    background-color: #fff;
}
.banner_property_type .select-selected:after {
    position: absolute;
    content: "";
    top: 22px;
    right: 10px;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-color: #000 transparent transparent transparent;
}
.banner_property_type .select-selected.select-arrow-active:after {
    border-color: transparent transparent #000 transparent;
    top: 17px;
}
.banner_property_type .select-selected {
    color: #4d4d4d;
    padding: 13px 16px;
    border: 1px solid transparent;
    cursor: pointer;
}
.banner_property_type .select-items div {
    color: #4d4d4d;
    padding: 10px;
    border-bottom: 1px solid #ccc;
    cursor: pointer;
	transition: all .3s ease-in-out;
}
.banner_property_type .select-items {
    height: 208px;
    overflow-y: scroll;
    position: absolute;
    background-color: #fff;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
	box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
}
.banner_property_type .select-hide {
    display: none;
}
.banner_property_type .select-items div:hover, .banner_property_type .same-as-selected {
    background-color: rgba(0, 0, 0, 0.1);
}
.carousel-control-next, .carousel-control-prev {
	width: 5% !important;
}
.carousel-indicators li {
	cursor: pointer;
}
.carousel-indicators [data-bs-target] {
	width: 10px;
	height: 10px;
	border-radius: 50%;
}
.banner_social {
    float: left;
	display: flex;
    align-items: center;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
}
.banner_social a {
	font-family: 'Playfair Display', serif;
    float: left;
    font-weight: 500;
    font-size: 16px;
    color: #333;
    text-transform: uppercase;
    transform: rotate(180deg);
}
.banner_social a:hover {
    color: #1b75bb;
}
.banner_social h5 {
    float: left;
    font-weight: 600;
    font-size: 12px;
    color: #333;
    text-transform: uppercase;
}
.banner_social h5 .vr {
	height: 80px;
    color: #999;
}
/***************************** btn *****************************/
.send_btn {
	width: auto;
    font-size: 15px;
    padding: 16px 20px;
    font-weight: 700;
	background: #1b75bb;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 1px;
	align-items: center;
	justify-content: center;
    display: inline-flex;
    flex-wrap: wrap;
}
.send_btn i {
    font-size: 20px;
	transform: rotate(-45deg);
}
.send_btn:hover {
	background: #034ea1;
}
/***************************** welcome *****************************/
.welcome_section1 {
	width: 100%;
	float: left;
	background: #fff url("../images/welcome_section1_bg.webp") no-repeat center center;
    background-size: cover;
	background-attachment: fixed;
	padding: 100px 0 40px 0;
}
.welcome_section1 h2 {
	color: #666;
	font-size: 14px;
    font-weight: 400;
	letter-spacing: 5px;
	text-align: center;
	line-height: 28px;
	text-transform: uppercase;
}
.welcome_section1 h1 {
	font-family: 'Playfair Display', serif;
	color: #1b75bb;
    font-size: 40px;
    font-weight: 700;
	text-align: center;
}
.welcome_section1 h4 {
	color: #808080;
	font-size: 17px;
    font-weight: 400;
	text-align: justify;
	line-height: 35px;
}
.welcome_section2 {
	width: 100%;
	float: left;
	background: #fff;
	padding: 40px 0;
}
.welcome_section2 h2 {
	font-family: 'Playfair Display', serif;
	color: #1b75bb;
    font-size: 24px;
    font-weight: 600;
	text-align: center;
	margin-top: -25px;
}
.welcome_section2 h4 {
	color: #808080;
	font-size: 17px;
    font-weight: 400;
	text-align: justify;
	line-height: 35px;
}
.welcome_section3 {
	width: 100%;
	float: left;
	background: #fff;
	padding: 40px 0;
}
.welcome_section3 h3 {
	color: #666;
	font-size: 14px;
    font-weight: 400;
	letter-spacing: 5px;
	text-transform: uppercase;
	line-height: 28px;
}
.welcome_section3 h2 {
	font-family: 'Playfair Display', serif;
	color: #1b75bb;
    font-size: 40px;
    font-weight: 700;
}
.welcome_section3 h4 {
	color: #808080;
	font-size: 17px;
    font-weight: 400;
	text-align: justify;
	line-height: 35px;
}
.wel_padding {
	padding-top: 60px;
}
.sticky_div {
	position: -webkit-sticky;
    position: sticky;
    top: 70px;
}
/***************************** hm_featured_properties *****************************/
.hm_featured_properties {
	width: 100%;
	float: left;
	background: #fff;
	padding: 40px 0;
}
.hm_featured_properties h2 {
	font-family: 'Playfair Display', serif;
	color: #1b75bb;
    font-size: 40px;
    font-weight: 700;
	text-align: center;
}
.hm_featured_properties .filter-button {
	color: #666;
	font-size: 17px;
    font-weight: 400;
	text-align: center;
	text-transform: uppercase;
	padding: 10px 20px;
	position: relative;
    bottom: -1px;
	border-bottom: 2px solid #eee;
}
.hm_featured_properties_btn_box {
	border-bottom: 2px solid #eee;
}
.hm_featured_properties .filter-button.active, .hm_featured_properties .filter-button:hover {
	color: #1b75bb;
	border-bottom: 2px solid #1b75bb;
}
.hm_featured_properties h3 {
	font-family: 'Playfair Display', serif;
	color: #4d4d4d;
    font-size: 18px;
    font-weight: 600;
}
.hm_featured_properties h4 {
    width: 100%;
    float: left;
    color: #4d4d4d;
    font-size: 14px;
    font-weight: 400;
	line-height: normal;
	text-align: justify;
}
.hm_featured_properties h5 {
    color: #3873B7;
    font-size: 17px;
    font-weight: 600;
}
.hm_featured_properties_icon {
	color: #666;
    font-size: 13px;
    font-weight: 400;
}
.hm_featured_properties_icon img {
	height: 16px !important;
}
.hm_featured_properties_share a {
    background: #fff;
	border: 1px solid #666;
	color: #000;
    font-size: 12px;
    font-weight: 600;
}
.hm_featured_properties_share a:hover {
    color: #fff;
	background: #1b75bb;
	border: 1px solid #1b75bb;
}
.hm_featured_properties_box {
	display: flex;
    flex-wrap: wrap;
	height: 100%;
	border-radius: 4px;
    box-shadow: 0 3px 20px rgba(0, 0, 0, 0.1);
}
.hm_featured_properties_box:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}
/***************************** hm_testimonials *****************************/
.hm_testimonials {
	width: 100%;
	float: left;
	background: #fff;
	padding: 40px 0;
}
.hm_testimonials h3 {
	color: #666;
	font-size: 14px;
    font-weight: 400;
	letter-spacing: 5px;
	text-align: center;
	text-transform: uppercase;
	line-height: 28px;
}
.hm_testimonials h2 {
	font-family: 'Playfair Display', serif;
	color: #1b75bb;
    font-size: 40px;
    font-weight: 700;
	text-align: center;
}
.hm_testimonials h4 {
	color: #808080;
	font-size: 17px;
    font-weight: 400;
	text-align: justify;
	line-height: 35px;
}
.hm_testimonials h5 {
	width: 100%;
	float: left;
	font-family: 'Playfair Display', serif;
	color: #4d4d4d;
	font-size: 19px;
    font-weight: 700;
}
.hm_testimonials h5 span {
	width: 100%;
	float: left;
	color: #4d4d4d;
	font-size: 17px;
    font-weight: 400;
}
.hm_testimonials .owl-item .hm_testimonials_text {
	display: none;
}
.hm_testimonials .active .hm_testimonials_text {
	width: 75%;
	display: flex;
    flex-wrap: wrap;
    align-content: center;
}
.hm_testimonials .owl-carousel .owl-item .hm_testimonials_img {
	width: 100%;
}
.hm_testimonials .owl-carousel .owl-item .hm_testimonials_imgbox {
    max-width: 25% !important;
    min-width: 25% !important;
	margin: 0 0 0 auto;
}
.hm_testimonials .active + .owl-item .hm_testimonials_imgbox {
    max-width: 25% !important;
    min-width: 25% !important;
	margin: 0 auto 0 0 !important;
}
.hm_testimonials .active .hm_testimonials_imgbg {
	background: rgba(27, 117, 187, 0);
}
.hm_testimonials .active .hm_testimonials_img {
	width: 100% !important;
}
.hm_testimonials_quote {
	width: 60px !important;
}
.hm_testimonials_text {
	padding: 0 50px 0 70px;
}
.hm_testimonials_imgbg {
    width: 100%;
    height: 100%;
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
	padding: 0 5%;
	display: flex;
    align-items: center;
    justify-content: center;
	background: rgba(27, 117, 187, 0.7);
}
.hm_testimonials .owl-carousel {
	margin: 80px 0 0 0;
}
.hm_testimonials .owl-nav {
	width: 100%;
    top: 30%;
    position: absolute;
    margin-top: 0 !important;
}
.hm_testimonials .owl-carousel .owl-nav button.owl-prev, .hm_testimonials .owl-carousel .owl-nav button.owl-next {
    position: absolute;
	color: #fff;
    font-size: 50px;
}
.hm_testimonials .owl-carousel .owl-nav button.owl-prev {
	left: 70px;
}
.hm_testimonials .owl-carousel .owl-nav button.owl-next {
	right: 70px;
}
.hm_testimonials .owl-theme .owl-nav [class*=owl-]:hover {
	background: none;
}
.hm_testimonials .owl-theme .owl-dots .owl-dot.active span, .hm_testimonials .owl-theme .owl-dots .owl-dot:hover span {
	transform: scale(1.2);
    background: #1b75bb !important;
}
.hm_testimonials .owl-theme .owl-dots .owl-dot span {
    background: #b3b3b3 !important;
	transition: all .3s ease-in-out;
}
.hm_testimonials .owl-dots {
	align-items: center;
    display: flex;
    width: 100%;
    justify-content: center;
	margin: 40px 0 0 0;
}
/***************************** footer_contact *****************************/
.footer_contact {
	width: 100%;
	float: left;
	background: #fff url("../images/footer.webp") no-repeat center center;
    background-size: cover;
	background-attachment: fixed;
	position: relative;
    overflow: hidden;
}
.footer_contact_bg {
    width: 100%;
    height: 100%;
    float: left;
    background: rgba(0, 0, 0, 0.6);
    padding: 80px;
}
.footer_contact h2 {
	font-family: 'Playfair Display', serif;
	color: #fff;
    font-size: 40px;
    font-weight: 700;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
}
.footer_contact h3 {
	color: #fff;
	font-size: 25px;
    font-weight: 300;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
}
.footer_contact_icon {
    width: 300px;
    position: absolute;
    right: 0;
	z-index: -1;
}
.newsletter {
	width: 420px;
	height: 90px;
	background-color: #fff;
	display: flex;
    align-items: center;
}
.newsletter .form-control::placeholder {
	color: #666;
	opacity: 1 !important;
	font-size: 17px;
	font-weight: 400;
	font-style: italic;
}
.newsletter .btn {
	font-size: 17px;
    font-weight: 600;
    background-color: #034ea1;
	text-transform: uppercase;
	position: absolute;
    right: -25%;
    height: 64px;
}
.newsletter .btn:hover, .newsletter .btn:active {
    background-color: #1b75bb;
}
.response {
    width: 100%;
	float: left;
	margin: 5px 0 0 0;
    font-size: 15px;
    color: #fff !important;
}
/***************************** footer *****************************/
.footer {
	width: 100%;
	float: left;
	background: #fff;
	padding: 40px 0;
}
.footer h2 {
	font-family: 'Playfair Display', serif;
	color: #252525;
    font-size: 26px;
    font-weight: 500;
	line-height: 45px;
}
.footer h3, .footer h3 a {
	color: #252525;
    font-size: 24px;
    font-weight: 700;
	line-height: 45px;
}
.footer h3 a:hover {
	color: #034ea1;
}
.footer_logo {
	width: 220px;
}
.footer_menu a {
	color: #252525;
    font-size: 16px;
	font-weight: 500;
	padding: 0 40px;
	line-height: 15px;
	text-transform: uppercase;
}
.footer_menu a:hover, .footer_menu .active {
	color: #1b75bb;
}
/***************************** copyright *****************************/
.copyright_section {
	width: 100%;
	float: left;
	background: #fff;
	padding: 0 0 20px 0;
}
.copyright_border {
	width: 100%;
	float: left;
	padding: 20px 0 0 0;
	border-top: 1px solid #999;
}
.copyright {
    font-weight: 400;
    font-size: 16px;
    color: #252525;
    line-height: 34px;
}
.copyright i {
	font-size: 13px;
}
.copyright a {
    color: #252525;
    padding: 0px 2px;
}
.copyright_social a {
	font-family: 'Playfair Display', serif;
    font-size: 17px;
	font-weight: 500;
    color: #252525;
}
.copyright a:hover, .copyright a.active, .copyright_social a:hover, .copyright_social a.active {
    color: #1b75bb;
}
/***************************** inner_banner *****************************/
.inner_banner {
	width: 100%;
	float: left;
	margin-top: 110px;
}
/***************************** about *****************************/
.about {
	width: 100%;
	float: left;
	background: #fff;
	padding: 100px 0 40px 0;
}
.about h1 {
	color: #666;
	font-size: 14px;
    font-weight: 400;
	letter-spacing: 5px;
	text-align: center;
	line-height: 28px;
	text-transform: uppercase;
}
/*.about h2, .about h3 {*/
/*	font-family: 'Playfair Display', serif;*/
/*	color: #1b75bb;*/
/*    font-size: 40px;*/
/*    font-weight: 700;*/
/*	text-align: center;*/
/*}*/

.about h2:not(.footer h2):not(.footer_contact h2),
.about h3:not(.footer h3):not(.footer_contact h3) {
    font-family: 'Playfair Display', serif;
    color: #1b75bb;
    font-size: 40px;
    font-weight: 700;
    text-align: center;
}



.about h4 {
	font-family: 'Playfair Display', serif;
	color: #1b75bb;
    font-size: 24px;
    font-weight: 600;
	text-align: center;
	margin-top: -25px;
}
.about h5 {
	color: #808080;
	font-size: 17px;
    font-weight: 400;
	text-align: justify;
	line-height: 35px;
}
.about_bg {
	width: 100%;
	float: left;
	background: #fff url("../images/about_bg.webp") no-repeat center center;
    background-size: cover;
	background-attachment: fixed;
	position: relative;
    overflow: hidden;
}
.about_bg_bg {
    width: 100%;
    height: 100%;
    float: left;
    background: rgba(0, 0, 0, 0.6);
    padding: 80px;
}
.about_bg img, .chooseus_img {
	width: 100px;
	margin: 0 auto;
    display: block;
}
/***************************** services *****************************/
.services {
	width: 100%;
	float: left;
	background: #fff;
	padding: 100px 0 40px 0;
}
.services h1 {
	color: #666;
	font-size: 14px;
    font-weight: 400;
	letter-spacing: 5px;
	text-align: center;
	line-height: 28px;
	text-transform: uppercase;
}
.services h2 {
	font-family: 'Playfair Display', serif;
	color: #1b75bb;
    font-size: 40px;
    font-weight: 700;
	text-align: center;
}
.services h3 {
    font-family: 'Playfair Display', serif;
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    text-align: center;
	background: #1b75bb;
	padding: 5px;
}
.services h4 {
    color: #808080;
    font-size: 17px;
    font-weight: 400;
    text-align: justify;
    line-height: 35px;
}
/***************************** buy_rent_list *****************************/
.buy_rent_list {
	width: 100%;
	float: left;
	background: #fff;
	padding: 100px 0 40px 0;
}
.buy_rent_list_box {
	display: flex;
    flex-wrap: wrap;
	height: 100%;
	border-radius: 4px;
    box-shadow: 0 3px 20px rgba(0, 0, 0, 0.1);
}
.buy_rent_list_box:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}
.buy_rent_list h1 {
	color: #666;
	font-size: 14px;
    font-weight: 400;
	letter-spacing: 5px;
	text-align: center;
	line-height: 28px;
	text-transform: uppercase;
}
.buy_rent_list h2 {
	font-family: 'Playfair Display', serif;
	color: #1b75bb;
    font-size: 40px;
    font-weight: 700;
	text-align: center;
}
.buy_rent_list h3 {
	font-family: 'Playfair Display', serif;
	color: #4d4d4d;
    font-size: 18px;
    font-weight: 600;
}
.buy_rent_list h4 {
    color: #808080;
    font-size: 17px;
    font-weight: 400;
    text-align: justify;
    line-height: 35px;
}
.buy_rent_list h5 {
    width: 100%;
    float: left;
    color: #4d4d4d;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    text-align: justify;
}
.buy_rent_list h6 {
    color: #3873B7;
    font-size: 17px;
    font-weight: 600;
}
.buy_rent_list_icon {
	color: #b3b3b3;
    font-size: 13px;
    font-weight: 400;
}
.buy_rent_list_icon img {
	height: 16px !important;
}
.buy_rent_list_share a {
    background: #fff;
	border: 1px solid #666;
    color: #000;
    font-size: 12px;
    font-weight: 600;
}
.buy_rent_list_share a:hover {
    color: #fff;
	background: #1b75bb;
	border: 1px solid #1b75bb;
}

.buy_rent_list_filters {
	background: #fff;
    box-shadow: 0 3px 20px rgba(0, 0, 0, 0.1);
}
.buy_rent_list_filters label, #filters_offcanvas label {
	color: #666;
  	font-size: 13px;
 	font-weight: 600;
	margin-bottom: 10px;
}
.buy_rent_list_filters .bootstrap-select .dropdown-toggle, #filters_offcanvas .bootstrap-select .dropdown-toggle, .buy_rent_list_filters .btn {
	background: #fff !important;
	border: 1px solid #999;
  	font-size: 14px;
 	font-weight: 500;
	color: #252525;
}
#filters_offcanvas .form-check-label {
	color: #252525 !important;
  	font-size: 13px;
 	font-weight: 500;
	margin-bottom: 5px;
}
.buy_rent_list_filters .bootstrap-select .dropdown-toggle:focus, .buy_rent_list_filters .bootstrap-select>select.mobile-device:focus+.dropdown-toggle, #filters_offcanvas .bootstrap-select .dropdown-toggle:focus, #filters_offcanvas .bootstrap-select>select.mobile-device:focus+.dropdown-toggle {
	outline: none !important;
}
/***************************** buy_rent_details *****************************/
.buy_rent_details {
	width: 100%;
	float: left;
	background: #fff;
	padding: 10px 0 40px 0;
	margin-top: 110px;
}
.buy_rent_img_box {
    height: 508px;
    overflow: hidden;
	display: flex;
    justify-content: center;
    align-items: center;
}
.buy_rent_img_box img, .buy_rent_sm_img_box img {
    height: 100% !important;
    object-fit: cover;
}
.buy_rent_sm_img_box {
    width: 100%;
    height: 164px;
	display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.buy_rent_img, .buy_rent_sm_img {
	width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.15);
	position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
}
.buy_rent_sm_img2 {
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.5);
	position: absolute;
	display: flex;
    z-index: 1;
	color: #fff;
    font-size: 20px;
    font-weight: 600;
	padding: 10px;
    text-align: center;
  	top: 50%;
  	left: 50%;
  	transform: translate(-50%, -50%);
}
.buy_rent_details h1, .buy_rent_similar h2 {
	font-family: 'Playfair Display', serif;
    color: #4d4d4d;
    font-size: 30px;
    font-weight: 600;
}
.buy_rent_details h2 {
    color: #3873B7;
    font-size: 24px;
    font-weight: 600;
}
.buy_rent_details h3 {
    color: #666;
    font-size: 13px;
    font-weight: 600;
}
.buy_rent_details h4 {
    color: #808080;
    font-size: 17px;
    font-weight: 400;
	line-height: 35px;
}
.buy_rent_details h5 {
    color: #000;
    font-size: 20px;
    font-weight: 600;
}
.buy_rent_details h6 {
	width: 100%;
    float: left;
    text-align: center;
    color: #000;
    font-size: 14px;
    font-weight: 600;
	background: #FFF0D8;
}
.buy_rent_details_icon {
	color: #4D5765;
    font-size: 16px;
    font-weight: 400;
}
.buy_rent_details_icon span {
	width: 100%;
	float: left;
	color: #000;
    font-size: 16px;
    font-weight: 600;
}
.buy_rent_details_icon_box {
	background: #f8f8f8;
	border-radius: 5px;
}
.buy_rent_details_icon img {
	height: 16px !important;
}
.buy_rent_details_contact {
	background: #f8f8f8;
}
.buy_rent_details_contact img {
	width: 70px;
}
.buy_rent_details_contact form input {
	background: #fff !important;
}
.buy_rent_details_contact form textarea {
    background: #fff !important;
}
.buy_rent_details_share a {
    background: #fff;
    color: #49B568;
    font-size: 12px;
    font-weight: 600;
}
.buy_rent_details_share a:hover {
	color: #3873B7;
}
.buy_rent_similar {
	width: 100%;
	float: left;
	background: #fff;
	padding: 0 0 40px 0;
}
.buy_rent_similar_box {
	display: flex;
    flex-wrap: wrap;
	height: 100%;
	border-radius: 4px;
    box-shadow: 0 3px 20px rgba(0, 0, 0, 0.1);
}
.buy_rent_similar_box:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}
.buy_rent_similar h3 {
    font-family: 'Playfair Display', serif;
    color: #4d4d4d;
    font-size: 18px;
    font-weight: 600;
}
.buy_rent_similar h5 {
    width: 100%;
    float: left;
    color: #4d4d4d;
    font-size: 14px;
    font-weight: 400;
    line-height: 35px;
    text-align: justify;
}
.buy_rent_similar_icon {
	color: #b3b3b3;
    font-size: 13px;
    font-weight: 400;
}
.buy_rent_similar_icon img {
	height: 16px !important;
}
.buy_rent_similar_share a {
    background: #fff;
	border: 1px solid #666;
    color: #000;
    font-size: 12px;
    font-weight: 600;
}
.buy_rent_similar_share a:hover {
    color: #fff;
	background: #1b75bb;
	border: 1px solid #1b75bb;
}
.buy_rent_details_share_btn {
	color: #000;
    font-size: 14px;
    font-weight: 600;
	background: #F4F4F4;
}
/***************************** properties *****************************/
.properties {
	width: 100%;
	float: left;
	background: #fff;
	padding: 100px 0 40px 0;
}
.properties h1 {
	color: #666;
	font-size: 14px;
    font-weight: 400;
	letter-spacing: 5px;
	text-align: center;
	line-height: 28px;
	text-transform: uppercase;
}
.properties h2 {
	font-family: 'Playfair Display', serif;
	color: #1b75bb;
    font-size: 40px;
    font-weight: 700;
	text-align: center;
}
.properties h3 {
    font-family: 'Playfair Display', serif;
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    text-align: center;
	background: #1b75bb;
	padding: 5px;
}
.properties h4 {
	font-family: 'Playfair Display', serif;
	color: #4d4d4d;
    font-size: 22px;
    font-weight: 600;
}
.properties h5 {
    width: 100%;
    float: left;
    color: #4d4d4d;
    font-size: 16px;
    font-weight: 400;
	line-height: 35px;
    text-align: justify;
}
.properties_icon {
	color: #b3b3b3;
    font-size: 16px;
    font-weight: 400;
}
.properties_icon img {
	height: 18px !important;
}
/***************************** testimonials *****************************/
.testimonials {
	width: 100%;
	float: left;
	background: #fff;
	padding: 100px 0 40px 0;
}
.testimonials h1 {
	color: #666;
	font-size: 14px;
    font-weight: 400;
	letter-spacing: 5px;
	text-align: center;
	line-height: 28px;
	text-transform: uppercase;
}
.testimonials h2 {
	font-family: 'Playfair Display', serif;
	color: #1b75bb;
    font-size: 40px;
    font-weight: 700;
	text-align: center;
}
.testimonials h4 {
    color: #808080;
    font-size: 17px;
    font-weight: 400;
    text-align: justify;
    line-height: 35px;
}
.testimonials h5 {
	width: 100%;
	float: left;
	font-family: 'Playfair Display', serif;
	color: #4d4d4d;
	font-size: 19px;
    font-weight: 700;
}
.testimonials h5 span {
	width: 100%;
	float: left;
	color: #4d4d4d;
	font-size: 17px;
    font-weight: 400;
}
.testimonials_quote {
	width: 60px !important;
}
/***************************** contact *****************************/
.contact {
	width: 100%;
	float: left;
	background: #fff;
	padding: 100px 0 40px 0;
}
.contact h1 {
	color: #666;
	font-size: 14px;
    font-weight: 400;
	letter-spacing: 5px;
	text-align: center;
	line-height: 28px;
	text-transform: uppercase;
}
.contact h2 {
	font-family: 'Playfair Display', serif;
	color: #1b75bb;
    font-size: 40px;
    font-weight: 700;
	text-align: center;
}
.contact_form {
    background: #fff;
    position: relative;
    z-index: 1;
}
.contact_address {
	width: 100%;
	float: left;
	padding: 150px 0 200px 0;
	margin: -50px 0 0 0;
	background: #1b75bb;
}
.contact_address h4 {
	width: 100%;
	float: left;
    font-family: 'Playfair Display', serif;
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    text-align: center;
}
.contact_address h5 {
	width: 100%;
	float: left;
    font-weight: 600;
    font-size: 16px;
    color: #fff;
    line-height: 35px;
	letter-spacing: 1px;
}
.contact_address h5 a {
    color: #fff;
}
.contact_address h5 a:hover {
    color: #000;
}
.contact_map {
    width: 100%;
    float: left;
	background: #fff;
	margin: -100px 0 0 0;
}
.contact textarea {
	border-color: #999;
}
/***************************** Privacy Policy *****************************/
.privacy_policy {
	width: 100%;
	float: left;
	background: #fff;
	padding: 100px 0 40px 0;
}
.privacy_policy h1 {
	font-family: 'Playfair Display', serif;
    color: #1b75bb;
    font-size: 40px;
    font-weight: 700;
    text-align: center;
}
.privacy_policy h3 {
    color: #1b75bb;
    font-size: 20px;
    font-weight: 600;
}
.privacy_policy h4, .privacy_policy ul li {
    color: #808080;
    font-size: 17px;
    font-weight: 400;
    line-height: 35px;
}
/***************************** not_found *****************************/
.not_found {
	width: 100%;
	float: left;
	padding: 100px 0 40px 0;
	background: #fff;
}
.not_found h4 {
    font-size: 20px;
    font-weight: 400;
    color: #808080;
    margin: 0 0 5px 0;
	text-align: center;
}
.not_found img {
    width: 500px;
}
/*******************************scrollToTop*******************************/
#scroll {
    position:fixed;
    right:5px;
    bottom:5px;
    cursor:pointer;
    width:30px;
    height:60px;
    background-color:rgba(0, 0, 0, 0.3);
	border: 1px solid #fff;
    text-indent:-9999px;
    display:none;
    -webkit-border-radius:60px;
    -moz-border-radius:60px;
    border-radius:20px;
	z-index: 999;
	-webkit-transition: background-color .3s ease-in-out;
	-moz-transition: background-color .3s ease-in-out;
	-ms-transition: background-color .3s ease-in-out;
	-o-transition: background-color .3s ease-in-out;
	transition: background-color .3s ease-in-out;
}
#scroll span {
    position:absolute;
    top:50%;
    left:50%;
    margin-left:-8px;
    margin-top:-12px;
    height:0;
    width:0;
    border:8px solid transparent;
    border-bottom-color:#ffffff;
}
#scroll:hover {
    background-color:#1b75bb;
    opacity:1;filter:"alpha(opacity=100)";
    -ms-filter:"alpha(opacity=100)";
}
/***************************** Popup *****************************/
.modal-header {
	background: rgba(0, 0, 0, 0.7);
    padding: 4px 20px 8px 20px;
    text-align: center;
    position: relative;
}
.modal-header:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px;
    display: block;
    background: linear-gradient(to right, rgba(0, 128, 0, 0.7), rgba(0, 0, 255, 0.6), rgba(75, 0, 130, 0.6), rgba(238, 130, 238, 0.6), rgba(255, 0, 0, 0.6), rgba(255, 165, 0, 0.6), rgba(255, 255, 0, 0.6));
}
.modal-title {
	width: 100%;
    font-size: 20px;
    color: #fff;
    padding: 0 15px;
    font-weight: 700;
}
.modal-header .close {
    padding: 0;
	font-size: 18px;
	color: #f00;
    background: none;
	border: none;
}
.modal-content {
	background: none;
	border: none;
}
.modal-open .modal {
	padding: 0 !important;
}
.video-modal-body {
	background: #000 !important;
	padding: 0;
}
.modal-body {
	background: #fff;
}
.modalclose {
	width: 40px;
    height: 40px;
	position: absolute;
    top: 10px;
    right: 10px;
    background: #000;
    color: #fff;
    border-radius: 50%;
	z-index: 9;
    border: none;
}
@media (min-width: 1400px) {

}
@media (min-width: 991.98px) {
	
}
@media (min-width: 200px) and (max-width: 1399.98px) {
	
}
@media (min-width: 200px) and (max-width: 1299.98px) {

}
@media (min-width: 200px) and (max-width: 1199.98px) {
	.navbar .offcanvas {
		width: 300px !important;
		border-left: none !important;
	}
	.navbar .offcanvas-body::-webkit-scrollbar {
		width: 4px;
		background: #f1f1f1;
	}
	.navbar .offcanvas-body::-webkit-scrollbar-thumb {
		background-color: #c1c1c1;
		border: 1px solid #fff;
	}
	.menu_icon {
		display: block;
	}
	.navbar .dropdown-item {
    	width: 100%;
    	font-size: 14px;
		text-align: center;
		padding: 10px 12px !important;
		font-weight: bold;
	}
	.megamenu h5 {
		font-size: 14px;
		padding: 8px 0;
		text-align: center;
		border-bottom: 1px solid #dedede;
	}
	.navbar-nav > li > .nav-link {
		color: #000;
		font-size: 14px;
		text-align: center;
		margin: 0 0 10px 0 !important;
	}
	.navbar-nav > li.active > a, .navbar-nav > li > a:hover, .navbar-nav > li > a:focus, .navbar-nav .nav-link.active, .navbar-nav .show>.nav-link {
		
	}
	.has-megamenu:hover .megamenu {
		display: none;
	}
	.navbar .megamenu {
		max-width: 100% !important;
	}
}
@media (min-width: 200px) and (max-width: 1199.98px) {
	.banner_text span {
		width: 100%;
	}
	.hm_testimonials_quote, .testimonials_quote {
		width: 40px !important;
	}
	.hm_testimonials_text {
		padding: 0 0 0 20px;
	}
	.hm_testimonials .owl-carousel .owl-item .hm_testimonials_imgbox {
		max-width: 35% !important;
		min-width: 35% !important;
		margin: 0 0 0 auto;
	}
	.hm_testimonials .active + .owl-item .hm_testimonials_imgbox {
		max-width: 35% !important;
		min-width: 35% !important;
		margin: 0 auto 0 0 !important;
	}
	.footer_menu a {
    	padding: 0 25px;
	}
}
@media (min-width: 200px) and (max-width: 991.98px) {
	.menu_bg {
		height: 75px;
		padding: 10px 40px;
	}
	.sm_menu_bg {
		height: 65px;
		padding: 5px 40px;
	}
	.welcome_section2 h2, .footer_contact h3, .about h4, .services h3, .properties h3, .properties h4, .contact_address h4, .privacy_policy h3, .buy_rent_sm_img2, .buy_rent_details h5 {
    	font-size: 18px;
	}
	.welcome_section2 h2, .about h4 {
		margin-top: -19px
	}
	.banner, .inner_banner, .buy_rent_details {
    	margin-top: 75px;
	}
	.logo img {
		width: 150px;
	}
	.banner_social h5 .vr {
    	height: 0px;
	}
	.banner_text span h4, .welcome_section1 h1, .welcome_section3 h2, .hm_featured_properties h2, .hm_testimonials h2, .footer_contact h2, .about h2, .about h3, .services h2, .buy_rent_list h2, .properties h2, .testimonials h2, .contact h2, .privacy_policy h1 {
    	font-size: 30px;
	}
	.footer h2, .footer h3, .footer h3 a, .buy_rent_details h2 {
		font-size: 22px;
	}
	.welcome_section1, .about, .services, .properties, .not_found, .testimonials, .contact {
		padding: 40px 0;
	}
	.hm_testimonials_text {
		padding: 0 0 0 15px;
	}
	.hm_testimonials .owl-carousel {
		margin: 40px 0 0 0;
	}
	.hm_testimonials .owl-nav {
		display: none;
	}
	.footer {
		padding: 40px 0 20px 0;
	}
	.footer_menu a {
    	margin: 15px 0;
	}
}
@media (min-width: 200px) and (max-width: 767.98px) {
	.menu_bg {
    	height: 65px;
		padding: 5px 20px;
	}
	.banner, .inner_banner, .buy_rent_details {
    	margin-top: 65px;
	}
	.carousel-control-next, .carousel-control-prev {
		display: none;
	}
	.welcome_section2 img, .abt_img {
		width: 250px;
    	margin: 0 auto;
    	display: block;
	}
	.welcome_section1 h2, .welcome_section3 h3, .hm_testimonials h3, .about h1, .services h1, .buy_rent_list h1, .properties h1, .testimonials h1, .contact h1, .send_btn, .send_btn i {
		font-size: 12px;
	}
	.copyright, .copyright_social a {
		font-size: 12px;
		line-height: normal;
	}
	.banner_social a, .banner_social h5, .welcome_section1 h4, .welcome_section2 h4, .welcome_section3 h4, .hm_testimonials h4, .banner_text .nav-pills .nav-link, .footer_menu a, .hm_featured_properties .filter-button, .banner_form .btn, .banner_form .form-control::placeholder, .hm_testimonials h5 span, .about h5, .services h4, .buy_rent_list h4, .properties h5, .properties_icon, .newsletter .btn, .newsletter .form-control::placeholder, .testimonials h4, .testimonials h5 span, .contact_address h5, .privacy_policy h4, .privacy_policy ul li, .buy_rent_details h4 {
    	font-size: 14px;
	}
	.banner_text {
    	background: rgba(0, 0, 0, 0.2);
	}
	.banner_text span h4, .welcome_section1 h1 {
		line-height: 35px;
	}
	.banner_location, .banner_property_type {
		width: 50%;
		float: left;
	}
	.banner_text span h4, .welcome_section1 h1, .welcome_section3 h2, .hm_featured_properties h2, .hm_testimonials h2, .footer_contact h2, .about h2, .about h3, .services h2, .buy_rent_list h2, .properties h2, .testimonials h2, .contact h2, .buy_rent_details h1, .buy_rent_similar h2, .privacy_policy h1 {
		font-size: 22px;
	}
	.hm_testimonials h5, .testimonials h5, .buy_rent_sm_img2, .buy_rent_details h5 {
		font-size: 16px;
	}
	.newsletter {
		width: 285px;
	}
	.hm_testimonials .owl-carousel .owl-item .hm_testimonials_imgbox {
		max-width: 25% !important;
    	min-width: 25% !important;
		margin: 0 auto;
	}
	.hm_testimonials .active .hm_testimonials_text {
    	width: 100%;
		padding: 0;
	}
	.hm_testimonials .owl-carousel {
		margin: 0;
	}
	.footer_logo {
		width: 150px;
	}
	.banner_form {
		width: 100%;
		height: auto;
		padding: 0;
	}
	.banner_form .btn {
		width: 100% !important;
		height: 50px;
		position: relative;
		right: 0px;
		margin: 0 !important;
	}
}
@media (min-width: 200px) and (max-width: 575.98px) {
	.newsletter {
		width: 100%;
		height: auto;
	}
	.newsletter .btn {
		width: 100% !important;
		height: 50px;
		position: relative;
		right: 0px;
		margin: 0 !important;
	}
	.hm_featured_properties .filter-button {
		width: 33%;
		float: left;
	}
	.hm_featured_properties_btn_box {
		border: none;
	}
	.send_btn {
		width: 100%;
	}
	.welcome_section1, .footer_contact, .about_bg {
		background-attachment: scroll;
	}
	.footer_contact_bg, .about_bg_bg {
		padding: 50px 15px;
	}
	.footer h2, .footer h3, .footer h3 a {
		font-size: 17px;
		line-height: 30px;
	}
}
@media (min-width: 200px) and (max-width: 480.98px) {
	.hm_featured_properties .filter-button {
		width: 100%;
	}
	.banner_location, .banner_property_type {
		width: 100%;
		margin: 0 !important;
	}
}
@media (min-width: 200px) and (max-width: 350.98px) {
	.logo img, .sm_menu_bg .logo img {
		width: 120px;
	}
	.banner_text span h4 {
		font-size: 17px;
		line-height: normal;
	}
	.xxsm-100 {
		width: 100%;
	}
	.copyright_menu a {
		width: 100%;
		float: left;
		margin: 8px 0;
	}
}