@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
@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,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Great+Vibes&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&display=swap');
* {
	outline: 0;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
body {
	font-family: 'Lato', sans-serif;
	/*font-family: 'Lora', serif;*/
	font-size: 15px;
	line-height: 1.3;
	color: #333;
	font-weight: 400;
	overflow-x: hidden;
	transition: all .3s ease-in-out;
}
ul {
	margin: 0;
	padding: 0
}
ul li {
	list-style-type: none
}
.no-padding {
	padding-left: 0;
	padding-right: 0
}
.no-margin {
	margin-left: 0;
	margin-right: 0
}
.mb-30 {
	margin-bottom: 30px
}
a {
	text-decoration: none;
}
img {
	max-width: 100%;
	height: auto;
}
ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
textarea:focus, input:focus, button:focus, select:focus {
	outline: none;
}
textarea:focus, input:focus, button:focus, select:focus {
	outline: none;
}
input::-webkit-input-placeholder {
 text-align:left;
 font-size:14px;
 font-style:normal;
 color:#fff;
 opacity:1;
}
textarea::-webkit-input-placeholder {
 text-align:left;
 font-size:14px;
 font-style:normal;
 color:#fff;
 opacity:1;
}
.field-error {
	float: left;
	color: #F00;
	width: 100%;
	font-size: 12px;
	padding: 2px 0;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0 0 0px;
	padding: 0;
	font-weight: normal;
	line-height: normal;
}
h1 {
	width: 100%;
	font-family: 'Oswald', sans-serif;
	font-size: 60px;
	font-weight: 400;
	color: #fff;
	text-transform: none;
	text-align: center;
	line-height: 1.3;
}
h2 {
	width: 100%;
	font-family: 'Oswald', sans-serif;
	font-size: 70px;
	font-weight: 400;
	color: #5a5a5d;
	line-height: 1.0;
}
h3 {
	width: 100%;
	font-family: 'Oswald', sans-serif;
	font-size: 44px;
	font-weight: 400;
	color: #000;
	line-height: 1.3;
}
h4 {
	width: 100%;
	font-family: 'Oswald', sans-serif;
	font-size: 30px;
	font-weight: 400;
	color: #fce996;
	line-height: 1.3;
}
h5 {
	width: 100%;
	font-family: 'Oswald', sans-serif;
	font-size: 25px;
	font-weight: 400;
	color: #000;
	line-height: 1.3;
}
h6 {
	width: 100%;
	font-family: 'Lato', serif;
	font-size: 20px;
	font-weight: 400;
	color: #fce996;
	line-height: 1.3;
}
p {
	margin-bottom: 10px;
	font-family: 'Lato', serif;
	font-size: 21px;
	font-weight: 300;
	color: #000;
	line-height: 1.3;
}
a, a:link, a:visited {
	text-decoration: none;
	outline: none;
}
a:hover {
	outline: none;
}
a {
}
.btn {
	background: #fff;
	color: #000;
	font-family: 'Oswald', sans-serif;
	font-size: 23px;
	font-weight: 400;
	text-align: center;
	padding: 5% 15%;
	text-transform: uppercase;
	margin: 2% 0;
	letter-spacing: 0px;
	border: 1px solid #000;
	border-radius: 0px;
}
.btn:hover {
	background: #f2f2f2;
	color: #000;	
	transition: all .3s ease-in-out;
}
.btn-white {
	background: #fff url(../images/bi.png) no-repeat 90% center;
	border-radius: 0px;
	padding: 10px 30px 10px 0;
	border: 1px solid #000;
	font-family: 'Lato', serif;
	font-size: 15px;
	border: 1px solid #fff;
}
.btn-white:hover {
	background: #fff url(../images/bi.png) no-repeat 95% center;
	color: #000;
	border: 1px solid #fff;
	transition: all .3s ease-in-out;
	border: 1px solid #fff;
}
.divider {
	width: 100%;
	height: auto;
	float: left;
	padding: 1% 0;
	background: url(../images/divider.png) no-repeat center center;
}
.pl-5 {
	padding-left: 5px;
}
.pl-10 {
	padding-left: 10px;
}
.pl-15 {
	padding-left: 15px;
}
.pl-20 {
	padding-left: 20px;
}
.pl-25 {
	padding-left: 25px;
}
.pl-30 {
	padding-left: 30px;
}
.np {
	padding: 0 !important;
}
textarea:focus, input:focus, button:focus, select:focus {
	outline: none;
}
.text_left {
	text-align: left;
}
.text_center {
	text-align: center;
}
.text_right {
	text-align: right;
}
.margin-top {
	margin-top: 20px;
}
.margin-bottom {
	margin-bottom: 20px;
}
.margin {
	margin-top: 20px;
	margin-bottom: 20px;
}
.margin-small-top {
	margin-top: 10px;
}
.margin-small-bottom {
	margin-bottom: 10px;
}
.margin-small {
	margin-top: 10px;
	margin-bottom: 10px;
}
.gap {
	padding-bottom: 20px;
	padding-top: 20px;
}
.gap-bottom {
	padding-bottom: 20px;
}
.gap-top {
	padding-top: 20px;
}
.gap {
	padding-bottom: 20px;
	padding-top: 20px;
}
.gap-small-top {
	padding-top: 10px;
}
.gap-small {
	padding-bottom: 10px;
	padding-top: 10px;
}
.gap-small-bottom {
	padding-bottom: 10px;
}
.gap-big {
	padding-bottom: 40px;
	padding-top: 40px;
}
.space {
	padding: 3px;
}
.pos-r {
	position: relative;
}
.tt-u {
	text-transform: uppercase;
}
.tt-c {
	text-transform: capitalize;
}
.tt-l {
	text-transform: lowercase;
}
.inv_container {
	width: 96%;
	max-width: 1160px;
	margin: 0 auto;
	display: block;
}
.small_gap {
	padding: 10px;
}
.blk-text {
	font-weight: 700;
}
.mid-text {
	font-weight: 500;
}
.lit-text {
	font-weight: 300;
}
/*--header start--*/
header {
	width: 100%;
	height: auto;
	float: left;
	background: rgba(255,255,255,0.1);
	position: absolute;
	z-index: 9;
	padding: 5px 0;
}
.intro{
	background:transparent;
	padding: 0px 0;
}
.header_top {
	width: 100%;
	height: auto;
	float: left;
	position: absolute;
	z-index: 999;
}
.civil {
	width: 100%;
	float: left;
	position: relative;
}
.civil .details {
	text-align: center;
	position: absolute;
	top: 50%;
	width: 90%;
	left: 50%;
	color: #fff;
	padding: 0;
	transform: translate(-50%, -50%);
}
.civil .details .btn {
	width: auto;
	height: auto;
	float: none;
	background: transparent;
	color: #fff;
	font-family: 'Lato', serif;
	font-size: 16px;
	font-weight: 400;
	text-align: center;
	padding: 15px 50px;
	text-transform: uppercase;
	margin: 5% 0;
	letter-spacing: 0px;
	border: 1px solid #fff;
	border-radius: 0;
}
.civil .details .btn:hover {
	background: #fff;
	color: #000;
}
.logo {
	width: auto;
	display: inline-block;
}
.logo img {
	width: auto;
}
/*---navigation---*/
#navigation {
	position: relative;
	float: right;
	padding: 15px 0;
	height: 100%;
	margin: 0;
}
#navbtn {
	display: block;
	background: url(../images/navigation.png) no-repeat 0 0;
	width: 44px;
	height: 30px;
	font-size: 0;
	cursor: pointer;
}
.nav-menu {
	display: none;
	position: absolute;
	right: 0;
	top: 100%;
	width: 260px;
	background: #fff;
	box-shadow: 0 0 6px #000;
	z-index: 999;
}
.nav-menu li {
	float: none;
}
.nav-menu li+li {
	border-top: 1px solid #ccc;
}
.nav-menu li > a {
	font: 400 16px/40px 'Lato', sans-serif;
	color: #333;
	padding: 0 15px;
	display: block;
}
.nav-menu li > a:hover {
	color: #77a725;
}
.nav-menu li .menuarrow {
	position: absolute;
	right: 2px;
	top: 2px;
	width: 36px;
	height: 36px;
	z-index: 99;
	background: url(images/nav-arrow.png) no-repeat 50% 50%;
	display: block;
	cursor: pointer;
	border-radius: 3px;
}
.nav-menu li:hover > .menuarrow, .nav-menu li.active > .menuarrow, .nav-menu li.current_page_item > .menuarrow {
	background: url(images/nav-arrow.png) no-repeat 50% 50% #f05d29;
}
.nav-menu .sub-menu {
	position: relative;
	margin: 0 3px;
}
.nav-menu .sub-menu .sub-menu {
	left: 0;
	margin: 0 5px;
}
.nav-menu .sub-menu li {
	float: none;
}
.nav-menu li:hover > .sub-menu {
	display: none;
}
/*---navigation---*/
/*--header end--*/
/*--banner_wrap start--*/
.bannercontainer {
	width: 100%;
	height: auto;
	float: left;
}
.banner_wrap {
	width: 100%;
	float: left;
	position: relative;
	text-align: center;
}
.banner_wrap img {
	width: 100%;
}
.banner_wrap .txt {
	text-align: center;
    position: absolute;
    bottom: 5%;
    width: 40%;
    left: 30%;
    color: #fff;
    padding: 0;
    transform: translate(-50%, -50%);
}
.banner_wrap .txt h1 {
	width: 100%;
	height: auto;
	float: left;
	text-align: left;
	line-height: 1.0;
	color: #d3841b;
	font-size: 123px;
	font-weight: 700;
	margin: 0 0 3% 0;
}
.banner_wrap .txt h2 {
	width: 100%;
	height: auto;
	float: left;
	text-align: left;
	line-height: 1.0;
	color: #000735;
	font-size: 70px;
	font-weight: 500;
	margin: 0 0 3% 0;
}
.bannercontainer .bx-wrapper .bx-pager {
	display: block;
}
.banner_wrap .banner_bot {
	width: 100%;
	height: 111px;
	background: url(../images/banner_bot.png) no-repeat center center;
	position: absolute;
	bottom: -2px;
	padding: 0;
	background-size: cover;
}
.about-slider {
}
.about-slider .txt {
	bottom: 15%;
	width: 60%;
	left: 40%;
	transform: translate(-50%, -50%);
}
.about-slider .txt h2 {
	padding: 0;
	text-align: left;
	line-height: 1.3;
	background: none;
	font-weight:500;
	margin:0;
}
.about-slider .txt h2 span{
	color:#d3841b;
}
/*--banner_wrap end--*/
/*--main_wrap start--*/
.main_wrap {
	width: 100%;
	float: none;
	padding:0;
	margin:0 auto;
}
.content_wrapper {
	width: 100%;
	float: left;
	padding: 50px 0;
}
/*--advantage_wrap start--*/
.advantage_wrap {
}
.advantage_wrap .content_right h2 {
}
.advantage_wrap h2 span {
}
.content_left {
	width: 50%;
	float: left;
	position: relative;
}
.content_right {
	width: 50%;
	float: right;
	padding-right: 0;
	position: relative;
}
.content_right h2 {
	margin: 0 0 3% 0;
}
.content_right p {
	line-height: 1.3;
	margin: 0 0 3% 0;
}
.content_right h4 {
	margin: 0 0 3% 0;
	line-height: 28px;
}
.gap-10 {
	padding: 10px;
}
.bg-black {
	background: #000;
}
.aligncenter.brdr-btm {
	background: url(../images/border-bottom.png) no-repeat 50% 85%;
	padding: 20px 0 40px;
}
.aligncenter.brdr-top {
	background: url(../images/border-top.png) no-repeat 50% 0%;
	padding: 135px 0 50px;
}
.aligncenter.brdr-top span {
	margin: -65px 0 0 0;
	display: block;
}
.colorGray {
	color: #b7b7b7;
}
.colorGreen {
	color: #90ad11;
}
.colorBrown {
	color: #5f4956;
}
.img_full {
	width: 100%;
	height: auto;
	float: left;
}
.project {
	width: 100%;
	display: inline-block;
	position: relative;
	margin: 15px 0;
}
.project .details {
	background: rgba(0,0,0,0.25);
	text-align: center;
	position: absolute;
	bottom: 0%;
	width: 100%;
	left: 50%;
	color: #fff;
	padding: 0;
	transform: translate(-50%, -50%);
}
.value_wrap {
	background: url(../images/value-bg.jpg) no-repeat center;
	background-size:cover;
}
.story {
	display: inline-block;
	box-shadow: 0 0 9px #ccc;
	margin: 15px 0;
}
.story:hover {
	box-shadow: 0 0 15px #999;
}
.story .details {
	width: 100%;
	display: inline-block;
	padding: 15px;
}
.story .details p {
	width: 100%;
	font-size: 14px;
	font-weight: 400;
	color: #737373;
}
.testi {
	background: url(../images/ti.png) no-repeat left top;
	padding: 25px 0 0 35px;
	margin:0 15px;
}
.testi .t_img{
	width:25%;
	float:left;
}
.testi .t_txt{
	width:75%;
	float:left;
	padding:0 0 0 3%
}
.testi p {
	font-size: 17px;
	font-weight: 400;
}
#owl-one .owl-nav [class*=owl-], #owl-zero .owl-nav [class*=owl-] {
	display: none;
}
#owl-two .owl-nav [class*=owl-] {
	position: absolute;
	top: 50%;
	margin-top: -20px;
	outline: 0;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background: url(../images/all-icon.png) no-repeat !important;
	text-indent: -9999px;
	z-index: 999;
}
#owl-one .owl-nav button.owl-next, #owl-two .owl-nav button.owl-next {
	background-position: -63px -1px !important;
	right: -50px;
	top: 50%;
}
#owl-one .owl-nav button.owl-prev, #owl-two .owl-nav button.owl-prev {
	background-position: -3px -1px !important;
	left: -50px;
	top: 50%;
}
#owl-one .owl-dots {
	display: block;
}
#owl-two .owl-dots, #owl-two .owl-zero {
	display: none;
}
/*--advantage_wrap end--*/
/*--main_wrap end--*/
/*--footer_wrap start--*/
.footer_wrap {
	width: 100%;
	float: left;
	background: #fff;
}
.footer_wrap .footer_content {
	padding: 30px 0;
}
.footer_logo{
	width:100%;
	height:auto;
	text-align:center;
	margin:4% 0;
}
.footer_wrap ul.social {
	width: auto;
	height: auto;
	padding: 0;
	margin: 0 auto;
	display: table;
}
.footer_wrap ul.social li {
	width: auto;
	float: left;
	margin: 0 2px;
}
.footer_wrap .footer_content .footer_links {
	width: 100%;
	float: left;
}
.footer_wrap .footer_content .footer_links ul {
	width: auto;
	float: none;
	padding: 0;
	display: table;
	margin: 0 auto;
	border-top: 1px solid #767676;
	border-bottom: 1px solid #767676;
}
.footer_wrap .footer_content .footer_links ul li {
	width: auto;
	float: left;
	padding: 15px 9px;
	text-align: center;
	border-right: none;
}
.footer_wrap .footer_content .footer_links ul li:last-child {
	border: none;
}
.footer_wrap .footer_content .footer_links ul li a {
	width: 100%;
	height: auto;
	float: left;
	font-family: 'Oswald', sans-serif;
	font-size: 17px;
	font-weight: 400;
	color: #333;
	text-transform: uppercase;
}
.footer_wrap .footer_content .footer_links ul li a:hover {
	color: #000;
}
.footer_wrap .footer_content .footer_links ul li:hover a, .footer_wrap .footer_content .footer_links ul li.active a {
	color: #000;
	text-decoration: none;
}
.footer_wrap .footer_content .social {
	margin:8% 0;
}
.footer_wrap .footer_content .social ul {
	width: auto;
	height: auto;
	display: table;
	padding: 0;
	margin: 0 auto;
}
.footer_wrap .footer_content .social ul li {
	width: auto;
	height: auto;
	float: left;
	margin: 0 7px;
}
.copyright_wrap {
	width: 100%;
	float: left;
	padding: 5px 0;
	background: #484848;
}
.copyright_wrap p {
	width: 100%;
	padding-bottom: 0px;
	text-align: center;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	color: #fff;
	font-size: 14px;
	padding: 5px 0;
	margin: 0;
}
.copyright_wrap p, .copyright_wrap a {
	color: #fff;
}
/*--footer_wrap end--*/

.details h3 {
	text-shadow: 1px 1px 1px #000;
}
.aligncenter {
	text-align: center;
}
.colorwhite {
	color: #fff;
}
.colorgold {
	color: #dba846;
}
.colorblack {
	color: #000;
}
.colorblue {
	color: #000735;
}
.colorviolet {
	color: #7d48c6;
}
.uppercase {
	text-transform: uppercase;
}
.bg-gray {
	background: #e9e9e9;
}
.bg-black {
	background: #000;
}
.bg-violet {
	background: #ecdefc;
}
.lit-txt {
	font-weight: 300;
}
.btn-black {
	background: #000;
}
.btn-black:hover {
	background: #f2f2f2;
}
.bgOrrange {
	background: #ff1d00;
}
.bgBrown {
	background: #4f465b;
}
.img {
	width: 100%;
	height: 100%;
	float: left;
	overflow: hidden;
	position: relative;
	display: inline-block;
	cursor: pointer;
}
.img img {
	width: 100%;
	height: auto;
	float: left;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.img:hover, .img:focus {
/*box-shadow: 0 0 3px #999;*/
}
.img:hover img, .img:focus img {
	-ms-transform: scale(1.5);
	-moz-transform: scale(1.5);
	-webkit-transform: scale(1.5);
	-o-transform: scale(1.5);
	transform: scale(1.5);
}
.nm {
	margin: 0;
}
.bdr-top {
	border-top: 1px solid #c097e0;
}
.number {
	width: auto;
	height: auto;
	float: left;
}
.number .btn {
	padding: 7px 15px;
	border-color: #ccc;
	color: #000;
}
.column {
	float: left;
	width: 24%;
	margin: 1% 0.5%;
	border: 1px solid #ccc;
}
.column img {
	width: 100%;
	height: auto;
	float: left;
	border-radius: 12px;
}
/* The Close Button */
.close {
	color: white;
	position: absolute;
	top: 10px;
	right: 25px;
	font-size: 35px;
	font-weight: bold;
}
.close:hover, .close:focus {
	color: #999;
	text-decoration: none;
	cursor: pointer;
}
.mySlides {
	display: none;
	padding: 0 0.5%;
	width: 100%;
	height: auto;
	float: left;
}
.mySlides img {
	width: 100%;
	height: auto;
	float: left;
	border: 1px solid #ccc;
}
.cursor {
	cursor: pointer;
}
/* Next & previous buttons */
.prev, .next {
	cursor: pointer;
	position: absolute;
	top: 50%;
	width: auto;
	padding: 16px;
	margin-top: -50px;
	color: white;
	font-weight: bold;
	font-size: 20px;
	transition: 0.6s ease;
	border-radius: 0 3px 3px 0;
	user-select: none;
	-webkit-user-select: none;
}
/* Position the "next button" to the right */
.prev {
	left: 0;
	border-radius: 0 3px 3px 0;
}
.next {
	right: 0;
	border-radius: 3px 0 0 3px;
}
/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
	background-color: rgba(0, 0, 0, 0.8);
}
/* Number text (1/3 etc) */
.numbertext {
	color: #f2f2f2;
	font-size: 12px;
	padding: 8px 12px;
	position: absolute;
	top: 0;
}
.demo {
	opacity: 0.6;
}
.active, .demo:hover {
	opacity: 1;
}
img.hover-shadow {
	transition: 0.3s;
}
.hover-shadow:hover {
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.find {
	width: 100%;
	height: auto;
	float: left;
	background: #a979c9;
	padding: 15px;
	min-height: 240px;
}
.find p, .find p a {
	width: 100%;
	height: auto;
	float: left;
	word-break: break-all;
	color: #fff;
}
.find p a:hover {
	color: #000;
	text-decoration: underline;
}
.mail_gap {
	padding: 50px 0 50px 15%;
	display: inline-block;
	width: 100%;
}
.mail_form input[type="text"], .mail_form input[type="email"], .mail_form input[type="tel"], .mail_form select{
	width: 100%;
	height: auto;
	float: left;
	border: 1px solid #fff;
	border-radius: 0;
	margin: 1% 0;
	padding: 6px 12px;
	height: auto;
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: #fff;
	background: transparent;
}

.mail_form textarea {
	width: 100%;
	height: auto;
	float: left;
	border: 1px solid #fff;
	border-radius: 0;
	margin: 1% 0;
	padding: 12px 12px;
	height: auto;
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: #fff;
	background: transparent;
}
.mail_form input[type="submit"]{
	width:auto;
	height:auto;	
	padding:1.5% 10%;
	background:#fff;
	font-family: 'Lato', sans-serif;
	font-size: 17px;
	font-weight: 400;
	color: #000;
	text-transform:uppercase;
	border-radius:25px;
	border:1px solid #fff;
}
.mail_form input[type="submit"]:hover{
	background: transparent;
	color:#fff;
	border:1px solid #fff;
}
.mail_form input[type="text"]::placeholder, .mail_form input[type="email"]::placeholder, .mail_form input[type="tel"]::placeholder, .mail_form select::placeholder .mail_form textarea::placeholder {
 color:#fff !important;
 font-family: 'Lato', sans-serif;
 font-size:14px;
 font-weight: 400;
 opacity:1;
}
ul.even_odd{
	width:100%;
	height:auto;
	display:table;
	padding:0;
	margin:0 auto;
}
ul.even_odd li{
	width:100%;
	height:auto;
	float:left;
}
ul.even_odd li:nth-child(odd) .content_right{
	padding:30px 0 0 30px;
	float:right;
}
ul.even_odd li:nth-child(even) .content_left{
	padding:0;
	float:right;
}
ul.even_odd li:nth-child(even) .content_right{
	padding:30px 30px 0 0;
}
.colorred{
	color:#ed1b24;
}
.bg-blue{
	background:#000735;
}
.map{}
.map iframe{
	float:left;
} 
.property{
	width:100%;
	background:#fff;
}
.property .details{
	padding:15px;
	display:inline-block;
	min-height:250px
}
.property .details p{
	font-size:17px;
}
.cap{}
.cap p{
	font-size:19px;
	line-height:1.3;
}
.sale{
	margin:15px 0;
	padding:5px;
	box-shadow:0 0 9px #ccc;
}
.sale .details{
	width:100%;
	display:inline-block;
	padding:15px;
}