html {
    overflow-x: hidden;
	 box-sizing: border-box;
}

body {
	width:100%;
	min-width:700px;
	max-width:1025px;
	margin:0 auto;
	font-size:100%;
	font-family: 'Montserrat', serif;
	overflow-x: hidden !important;
	overflow-y: auto;
}

* {
	transition: all 0.3s ease;
	margin:0;
	padding:0;
}
*,
*::before,
*::after {
  box-sizing: inherit; 
}

.pc_only {
	display: none !important;
}

.mob_only {
	display: none !important;
}

.tablet_only {
	display: block;
}

.text-start {
	text-align: start;
}
.text-center {
	text-align: center;
}
.text-end {
	text-align: end;
}
a {
	text-decoration: none;
	color: inherit;
}





.row {
	width: 98%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: start;
	flex-wrap: wrap;
}
.col-1 {
	width: 98%;
	margin: 1%;
}
.col-2 {
	width: 46%;
	margin: 1%;
}
.col-3 {
	width: 31%;
	margin: 1%;
}
.col-4 {
	width: 22%;
	margin: 1%;
}

.mnuBtn {
	display: none !important;
}










.mainHeader {
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 500;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 1em 10%;
	border-bottom: 1px solid rgba(255,255,255,0.5);
	background: rgba(0,0,0,0.4);
}
.headerScrolled  {
	box-shadow: 1px 2px 5px rgba(0,0,0,0.5);
	background: var(--primary);
	padding: 0.7em 10%;
}


.mainHeader .logoContainer {
	width: 20%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.mainHeader .logoContainer .mainLogo {
	width: 45%;
}
.headerScrolled .logoContainer .mainLogo  {
	width: 25%;
}

.mainHeader .navContainer {
	width: 60%;
}
.mainHeader .navContainer .mianNav {
	width: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: end;
	align-items: center;
}
.mainHeader .navContainer .mianNav a {
	text-transform: uppercase;
	font-weight: 500;
	display: block;
	padding: 0.5em;
	color: #FFF;
	margin-left: 2%;
}
.mainHeader .navContainer .mianNav a.active {
	color: var(--orange);
}
.mainHeader .navContainer .mianNav a span {
	display: block;
}


.mainHeader .headerSocials {
	width: 20%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-left: 10%;
}
.mainHeader .headerSocials a {
	background: var(--orange);
	color: var(--white);
	width: 2em;
	height: 2em;
	padding: 0.5em;
	border-radius: 150px;
	display: flex;
	justify-content: center;
	align-items: center;
}




article {
	width: 100%;
	margin: 0 auto;
}



.slider {
	width: 100%;
	margin: 0 auto;
	border-bottom: 25px solid var(--primary);
	position: relative;
	height: 45em;
	background-repeat: no-repeat !important;
	background-size: cover !important;
	background-position: center center !important;
	transition: all 10s ease !important;
	overflow: hidden;
}
.minified {
	height: 30em;
}
.slider .overlay {
	position: absolute;
	top: 0%;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#182643+0,182643+98,182643+100&0.1+0,1+98,1+100 */
background: linear-gradient(to bottom,  rgba(24,38,67,0.1) 0%,rgba(24,38,67,1) 98%,rgba(24,38,67,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

}
.slider .overlayCloud {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	transition: all 10s ease !important;
}
.slider .overlayCloud .c01 {
	width: 40%;
	position: absolute;
	top: 60%;
	left: 0;
	z-index: 1;
	transition: all 10s ease !important;
}

.slider .overlayCloud .c02 {
	width: 50%;
	position: absolute;
	top: 10%;
	right: -10%;
	z-index: 1;
	right: 0%;
	transition: all 10s ease !important;
}









.texter {
	position: absolute;
	width: 60%;
	left: 20%;
	top: 30%;
	z-index: 5;
}
.minified .texter {
	top: 50%;
}
.texter h1 {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	color: #FFF;
	text-transform: capitalize;
	font-size: 3em;
	
}
.texter p {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	color: #FFF;
	text-transform: capitalize;
	margin-bottom: 3%;
}

.texter .searchForm {
	width: 100%;
	margin: 0 auto;
	border-radius: 10px;
	background: rgba(24,38,67,0.8);
	padding: 1em 0.5em;
	display: flex;
	justify-content: space-evenly;
	align-items: end;
	flex-wrap: nowrap;
}
.texter .searchForm .sfGroup {
	width: 20%;
}
.texter .searchForm .sfGroup label {
	display: block;
	width: 100%;
	margin: 4% auto;
	color: var(--orange);
	font-size: 0.9em;
}
.texter .searchForm .sfGroup select {
	display: block;
	width: 100%;
	margin: 4% auto;
	background: none !important;
	border: 1px solid #FFF;
	color: #FFF;
	padding: 0.7em 1em;
	margin-bottom: 0;
	border-radius: 5px;
}

.sfGroupMin {
	width: 10% !important;
}
.texter .searchForm .sfGroup .sfBtn {
	background: var(--orange);
	color: #FFF;
	width: 60%;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0.5em;
	border-radius: 5px;
}
.texter .searchForm .sfGroup .sfBtn:hover {
	cursor: pointer;
	opacity: 0.8;
}


.container {
	width: 100%;
	margin: 0 auto;
	background: var(--primary);
	padding: 0.5em 20%;
	position: relative;
	z-index: 3;
}
.bgOverlay {
	position: absolute !important;
	top: 0;
	left: 0;
	z-index: 1 !important;
	width: 100%;
	height: 100%;
	background: URL('../../uploads/bg.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center; 
	opacity: 0.2;
}
/*
.container h2 {
	width: 40%;
	margin: 0 auto;
	color: #FFF;
	text-align: center;
	font-size: 1.8em;
	text-transform: capitalize;
	font-weight: 500;
	border: 1px solid #FFF;
	border-radius: 5px;
	padding: 0.5em;
}
*/
.container * {
	position: relative;
	z-index: 3;
}
.container h2 {
	width: 100%;
	margin: 0 auto;
	color: #FFF;
	text-align: center;
	font-size: 1.8em;
	text-transform: uppercase;
	font-weight: 500;
	padding: 0.5em;
	letter-spacing: 2px;
}
.dec {
	width: 100%;
	margin: 0 auto;
	background: #FFF;
	height: 2px;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#999999+0,ffffff+50,7c7c7c+100&0+0,1+50,0+100 */
background: linear-gradient(to right,  rgba(153,153,153,0) 0%,rgba(255,255,255,1) 50%,rgba(124,124,124,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

}





.indexArticle {
	width: 100%;
	margin: 0 auto;
	padding: 3em 0;
	text-align: center;
	position: relative;
}
.indexArticle h1 {
	width: 82%;
	margin: 2% auto;
	line-height: 1.6;
	text-transform: uppercase;
	color: var(--primary);
	font-size: 1.8em;
	position: relative;
	z-index: 3;
}
.indexArticle p {
	width: 79%;
	margin: 1% auto;
	line-height: 1.4;
	font-size: 1.25em;
	opacity: 0.8;
	position: relative;
	z-index: 3;
}

.indexArticle ul {
	width: 80%;
	margin: 2% auto;
	line-height: 1.6;
	font-size: 1.25em;
	opacity: 0.8;
	text-align: start;
}

.darkenArticle {
	background: var(--primary);
}
.darkenArticle h1 {
	color: var(--orange);
}
.darkenArticle p,
.darkenArticle ul {
	color: var(--white);
	opacity: 1 !important;
}



.aboutBoxes {
	width: 100%;
	margin: 0% auto;
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	border-bottom: 15px solid var(--primary);
	background: URL('../../uploads/04.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center 35%;
	padding: 5% 0;
}
.aboutBoxes .aboutBox {
	width: 30%;
	margin: 3%;
	padding: 2%;
	background: rgba(253,143,94,0.8);
	color: var(--primary);
	border-radius: 20px;
}
/*
.aboutBoxes .aboutBox:nth-child(1) {
	background: rgba(255,255,255,0.3);
}
.aboutBoxes .aboutBox:nth-child(2) {
	background: rgba(24,38,67,0.8);
	color: #FFF;
}
.aboutBoxes .aboutBox:nth-child(3) {
	background: rgba(253,143,94,0.8);
	color: #FFF;
}
*/
.aboutBoxes .aboutBox h1 {
	width: 100%;
	margin: 0% auto;
	text-transform: uppercase;
	text-align: center;
}
.aboutBoxes .aboutBox  p {
	display: block;
	width: 100%;
	margin: 3% auto;
	line-height: 1.5;
	color: #FFF;
	text-align: justify;
}











.cardsContainer {
	width: 100%;
	margin: 5% auto;
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	flex-wrap: wrap;
}
.cardsContainer .card {
	width: 30%;
	margin: 3% 0;
	background: #FFF;
	border-radius: 5px;
	padding: 0.3em;
	position: relative;
	transform: all 0.3s ease-in-out !important;
}
.cardsContainer .card:hover {
	cursor: pointer;
	transform: scale(1.05);
	transform: all 0.3s ease-in-out !important;
}
.cardsContainer .card .propertyType {
	position: absolute;
	top: 5%;
	left: 5%;
	z-index: 3;
	border-radius: 10px;
	padding: 0.5em 1em;
	font-size: 0.8em;
	font-weight: bold;
	text-transform: capitalize;
}
.cardsContainer .card .saleTag {
	background: #fcae5c;
	color: #FFF;
}
.cardsContainer .card .rentTag {
	background: #ff5848;
	color: #FFF;
}

.cardsContainer .card img {
	width: 100%;
	height: 12em;
	z-index: 2;
	position: relative;
	object-fit: cover;
	object-position: center center;
}

.cardsContainer .card .propertyName {
	width: 90%;
	margin: 3% auto;
	text-align: start;
	font-weight: 600;
	color: var(--primary);
	text-transform: capitalize;
	font-size: 1.1em;
	min-height: 4em;
	margin-top: 1% !important;
}
.cardsContainer .card .propertyProject {
	width: 90%;
	margin: 3% auto;
	display: block;
	opacity: 0.7;
	font-size: 0.8em;
	margin-bottom: 1% !important;
}
.cardsContainer .card .propertyPrice {
	width: 30%;
	margin: 3% 4%;
	display: block;
	opacity: 0.7;
	font-size: 0.8em;
	background: #00d264;
	text-align: center;
	color: #FFF;
	padding: 0.5em;
	border-radius: 10px;
	
}

.cardsContainer .card .propertyData {
	width: 100%;
	padding: 0 5%;
	display: flex;
	justify-content: space-around;
	align-items: center;
	flex-wrap: nowrap;
	margin-bottom: 5%;
}
.cardsContainer .card .propertyData span {
	font-size: 0.8em;
	opacity: 0.7;
}


.bluesDec {
  background: linear-gradient(to right,  rgba(30,87,153,0) 0%,rgba(24,38,67,1) 50%,rgba(125,185,232,0) 100%) !important; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  height: 1px !important;
	margin: 5% auto !important;
	margin-bottom: 3% !important;
}


.projectReel {
	width: 100%;
	margin: 0 auto;
	padding: 10% 0;
	background-size: cover !important;
	background-position: center center !important;
	background-repeat: no-repeat !important;
	position: relative;
	
}
.projectReelAnimated {
	background-size: 110% !important;
}
.projectReel .projectDetails {
	width: 25%;
	background: rgba(23,37,66,0.8);
	margin-left: 10%;
	padding: 2em;
	border-radius: 10px;
	color: #FFF;
	position: relative;
}
.projectReel .projectDetailsHidden {
	transform: translate(-200%, 0) !important;
}
.projectReel .projectDetails .projectlocation {
	background: var(--orange);
	min-width: 30%;
	max-width: 50%;
	text-align: center;
	padding: 0.5em 1em;
	border-radius: 15px;
	position: absolute;
	top: -4%;
	left: 5%;
}
.projectReel .projectDetails h1 {
	width: 100%;
	margin: 3% auto;
	padding: 0.3em;
	border-bottom: 1px solid #FFF;
	letter-spacing: 1px;
}
.projectReel .projectDetails p {
	display: block;
	width: 100%;
	margin: 3% auto;
	padding: 0.3em;
	text-align: justify;
	line-height: 1.4;
	letter-spacing: 1px;
	min-height: 22em;
}


.projectReel .nxtBtn {
	position: absolute;
	top: 45%;
	right: 10%;
	background: rgba(253,143,94,0.5);
	width: 5em;
	height: 5em;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 150px;
	background: var(--orange);
	background: rgba(253,143,94,0.8);
}
.projectReel .nxtBtn i {
	font-size: 2em;
	color: #FFF;
}

.projectReel .bckBtn {
	position: absolute;
	top: 45%;
	left: 1%;
	background: rgba(253,143,94,0.5);
	width: 5em;
	height: 5em;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 150px;
	background: var(--orange);
	background: rgba(253,143,94,0.8);
}
.projectReel .bckBtn i {
	font-size: 2em;
	color: #FFF;
}


.projectReel .nxtBtn:hover,
.projectReel .bckBtn:hover  {
	cursor: pointer;
	transform: scale(1.3);
}




.pNumbers {
	width: 100%;
	margin: 0 auto;
	padding: 5em 5%;
	background: var(--primary);
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: nowrap;
	position: relative;
}

.pNumbers .counter {
	width: 30%;
	position: relative;
	z-index: 3;
}
.pNumbers .counter .count {
	color: var(--orange);
	display: block;
	width: 100%;
	margin: 0 auto;
	text-align: center;
	font-size: 3em;
	font-weight: bold;
	margin-bottom: 1%;
}
.pNumbers .counter .typer {
	color: #FFF;
	display: block;
	width: 100%;
	margin: 0 auto;
	text-align: center;
	text-transform: capitalize;
}



.listYourOwn {
	width: 100%;
	margin: 0 auto;
	background: var(--orange);
	padding: 4em 13%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: nowrap;
	position: relative;
	overflow: hidden;
}
.listYourOwn h1 {
	width: 70%;
	color: #FFF;
	font-size: 2em;
	font-weight: 500;
	text-transform: capitalize;
	position: relative;
	z-index: 3;
}
.listYourOwn a {
	color: #FFF;
	border: 1px solid #FFF;
	display: block;
	padding: 1em;
	border-radius: 30px;
	font-weight: 500;
	position: relative;
	z-index: 3;
}
.listYourOwn a:hover {
	cursor: pointer;
	background: rgba(255,255,255,0.3);
}
.listYourOwn .bgOverlay {
	background-position: bottom center !important;
}


footer {
	width: 100%;
	margin: 0 auto;
	padding: 4em 13% 1em 13%;
}

.footerCont {
	width: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	flex-wrap: nowrap;
}
.footerCont .footerCol {
	width: 30%;
}
.footerCont .footerCol h3 {
	width: 100%;
	margin: 0% auto;
	text-transform: uppercase;
	text-align: center;
	font-weight: 500;
	letter-spacing: 1px;
}


.footerSocials {
	width: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
	padding-left: 10%;
	margin-top: 5%;
}
.footerSocials a {
	background: var(--orange);
	color: var(--white);
	width: 2em;
	height: 2em;
	padding: 0.5em;
	border-radius: 150px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 5%;
}


.footerCol nav {
	width: 90%;
	margin: 0 auto;
	margin-top: 4%;
}
.footerCol nav a {
	display: block;
	width: 100%;
	margin: 5% auto;
	text-align: center;
	font-weight: 500;
	opacity: 0.5;
	font-size: 0.9em;
}
.footerCol nav a:hover {
	opacity: 1;
	cursor: pointer;
	color: var(--orange);
}


.rights {
	width: 100%;
	margin: 0 auto;
	margin-top: 5%;
	text-align: center;
	color: var(--primary);
	font-weight: bold;
	font-size: 0.8em;
	border-top: 1px solid rgba(0,0,0,0.1);
	padding-top: 1%;
}


.faqContainer {
	width: 100%;
	margin: 0 auto;
	position: relative;
}
.faqContainer .faq {
	width: 100%;
	margin: 0% auto;
	padding: 3% 10%;
}
.faqContainer .faq:nth-child(even) {
	background: var(--primary);
}
.faqContainer .faq:nth-child(odd) {
	background: var(--orange);
}

.faqContainer .faq h1 {
	width: 100%;
	margin: 1% auto;
	color: #FFF;
	font-size: 1.5em;
	position: relative;
	z-index: 2;
}
.faqContainer .faq p {
	width: 90%;
	margin: 1% auto;
	font-size: 1.4em;
	line-height: 1.6;
	text-align: justify;
	color: #FFF;
	position: relative;
	z-index: 2;
}






.agents {
	width: 100%;
	margin: 5% auto;
	background: var(--primary);
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	flex-wrap: wrap;
}

.agents .agent {
	width: 30%;
	text-align: center;
	margin: 2% 0;
}
.agents .agent img {
	width: 90%;
	margin: 5% auto;
	display: block;
	border-radius: 15px;
	border: 3px solid #FFF;
	height: 20em;
	object-fit: cover;
	object-position: center center;
}
.agents .agent h3 {
	color: #FFF;
	font-size: 1.0em;
	letter-spacing: 1px;
}
.agents .agent h4 {
	color: var(--orange);
	font-size: 0.8em;
	letter-spacing: 1px;
}










.indexRow {
	width: 100%;
	margin: 0% auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: nowrap;
	background: var(--primary);
	padding: 5% 10%;
	position: relative;
}
.topFlex {
	align-items: start !important;
}
.indexRow .col-a {
	width: 45%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: nowrap;
}
.indexRow .col-a .flexCenter {
	width: 100%;
}

.contactForm {
	width: 50%;
	margin: 0 auto;
}
.formGroup {
	width: 100%;
	margin: 3% auto;
}
.formGroup select,
.formGroup input,
.formGroup textarea {
	width: 100%;
	margin: 0.5% auto;
	padding: 1em;
	border-radius: 20px;
	border: 1px solid #FFF !important;
	background: var(--white);
	font-family: inherit;
	background: none;
	color: #FFF;
	position: relative;
	z-index: 2;
}

.contactForm h1 {
	color: var(--orange);
	text-align: center;
	position: relative;
	z-index: 2;
}

.formGroup button {
	width: 100%;
	margin: 0.5% auto;
	padding: 1em;
	border-radius: 5px;
	border: none;
	cursor: pointer;
	background: var(--orange);
	color: var(--white);
	font-size: 1.2em;
	font-family: inherit;
	position: relative;
	z-index: 2;
	border-radius: 20px;
}
.formGroup button:hover {
	opacity: 0.7;
}

