/*
*******************************************
*******************************************

** - Default CSS
** - Preloader CSS
** - Header CSS
** - Main Banner CSS
** - Features CSS
** - About CSS
** - Property Details CSS
** - Photo Gallery CSS
** - Floor Plans CSS
** - Agent CSS
** - Feedback CSS
** - Services CSS
** - Contact CSS
** - Footer CSS
** - Go Top CSS
*/
/*================================================
Default CSS
=================================================*/
@import url("https://fonts.googleapis.com/css?family=Exo:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i");

html {
	scroll-behavior: smooth;
}

body {
.	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	padding: 0;
	margin: 0;
}

img {
	max-width: 100%;
}

p {
	color: #3c3c3c;
	line-height: 1.8;
	font-size: 14px;
	margin-bottom: 1px;
}

p:last-child {
	margin-bottom: 0;
}

.d-table {
	display: table;
	width: 100%;
	height: 100%;
}

.d-table-cell {
	vertical-align: middle;
}

button {
	outline: 0 !important;
}

a {
	text-decoration: none;
	outline: 0;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	display: block;
}

a:hover,
a:focus {
	color: #71b100;
	text-decoration: none;
}

.bg-f9f9f9 {
	background-color: #f9f9f9;
}

.ptb-100 {
	padding-top: 20px;
	padding-bottom: 50px;
}

.tabs_item_content {
	padding-right: 25px;
}

/*default-btn*/
.default-btn {
	display: inline-block;
	overflow: hidden;
	border: none !important;
	position: relative;
	background: #dc6039;
	color: #ffffff;
	padding: 14px 33px;
	-webkit-box-shadow: 0 10px 20px 0 rgba(113, 177, 0, 0.25);
	box-shadow: 0 10px 20px 0 rgba(113, 177, 0, 0.25);
	font-weight: 500;
	font-size: 15px;
}

.default-btn::before {
	content: '';
	background: #ffffff;
	background: rgba(255, 255, 255, 0.5);
	-webkit-transition: .9s;
	transition: .9s;
	-webkit-transform: translate3d(-120%, -50px, 0) rotate3d(0, 0, 1, 45deg);
	transform: translate3d(-120%, -50px, 0) rotate3d(0, 0, 1, 45deg);
	width: 300px;
	height: 100px;
	top: 0;
	left: 0;
	position: absolute;
	display: block;
}

.default-btn:hover,
.default-btn:focus {
	background-color: #dc6039;
	color: #ffffff;
}

.default-btn:hover::before,
.default-btn:focus::before {
	-webkit-transform: translate3d(120%, -100px, 0) rotate3d(0, 0, 1, 90deg);
	transform: translate3d(120%, -100px, 0) rotate3d(0, 0, 1, 90deg);
}

/*section-title*/
.section-title {
	text-align: center;
	margin-bottom: 60px;
}

.section-title h2 {
	font-size: 32px;
	font-weight: 600;
	margin-bottom: 15px;
}

.section-title p {
	max-width: 645px;
	margin: 0 auto;
}

/*form-control*/
.form-control {
	height: 50px;
	padding: 15px;
	font-size: 14px;
	font-weight: 500;
	color: #999999;
	border: none;
	border-radius: 0;
	background-color: #f3f3f3;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}

.form-control:focus {
	border: none;
	-webkit-box-shadow: unset;
	box-shadow: unset;
	background-color: #f3f3f3;
}

.form-control::-webkit-input-placeholder {
	color: #999999;
}

.form-control:-ms-input-placeholder {
	color: #999999;
}

.form-control::-ms-input-placeholder {
	color: #999999;
}

.form-control::placeholder {
	color: #999999;
}

textarea.form-control {
	height: auto !important;
	min-height: auto !important;
}

/*================================================
Preloader CSS
=================================================*/
.preloader {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 99999;
	text-align: center;
	background-color: #ffffff;
}

.preloader .loader-gif {
	position: absolute;
	top: 44%;
	-webkit-transform: translateY(-44%);
	transform: translateY(-44%);
	left: 0;
	right: 0;
	margin: 0 auto;
}

.preloader .loader-gif img {
	border-radius: 50%;
	-webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
	box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
}

/*================================================
Navbar CSS
=================================================*/
.header-area {
	position: absolute;
	top: 0;
	width: 100%;
	height: auto;
	z-index: 999;
	left: 0;
}

.header-area .navbar {
	position: relative;
}

.top-header {
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	padding-left: 40px;
	padding-right: 40px;
	padding-top: 20px;
	padding-bottom: 20px;
}

.top-header ul {
	padding: 0;
	list-style-type: none;
	margin: 0;
}

.top-header ul.header-contact li {
	margin-right: 20px;
	color: #ffffff;
	display: inline-block;
}

.top-header ul.header-contact li i {
	color: #71b100;
	margin-right: 3px;
}

.top-header ul.header-contact li a {
	display: inline-block;
	color: #ffffff;
}

.top-header ul.header-contact li a:hover,
.top-header ul.header-contact li a:focus {
	color: #71b100;
}

.top-header ul.header-contact li:last-child {
	margin-right: 0;
}

.top-header ul.social {
	text-align: right;
}

.top-header ul.social li {
	display: inline-block;
}

.top-header ul.social li a {
	width: 38px;
	height: 38px;
	line-height: 40px;
	background-color: #ededed;
	color: #71b100;
	font-size: 15px;
	text-align: center;
	border-radius: 50%;
}

.top-header ul.social li a:hover,
.top-header ul.social li a:focus {
	background-color: #71b100;
	color: #ffffff;
}

.navbar {
	position: fixed;
	top: 0;
	width: 100%;
	height: auto;
	z-index: 999;
	padding: 5px 40px;
	left: 0;
	box-shadow: 0px 0px 5px #ccc;
}

.navbar.is-sticky {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	padding-top: 0;
	padding-bottom: 0;
	z-index: 999;
	-webkit-box-shadow: 0px 0px 18px 1px rgb(0 0 0 / 10%);
	box-shadow: 0px 0px 18px 1px rgb(0 0 0 / 10%);
	background-color: #ffffff !important;
	-webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
	animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
}

.bg-light {
	background-color: transparent !important;
}

.navbar-light .navbar-brand img:last-child {
	display: none;
}

.navbar-light .navbar-nav {
	margin-left: auto;
}

.navbar-light .navbar-nav .nav-item {
	padding-left: 15px;
	padding-right: 15px;
}

.navbar-light .navbar-nav .nav-item .nav-link {
	color: #ffffff;
	font-weight: 600;
	position: relative;
	letter-spacing: 0.5px;
	padding-right: 0;
}


.navbar-light .navbar-nav .nav-item .nav-link:hover,
.navbar-light .navbar-nav .nav-item .nav-link.active {
	color: #71b100;
}

.navbar-light .navbar-nav .nav-item:first-child {
	padding-left: 0;
}

.navbar-light .navbar-nav .nav-item:first-child .nav-link {
	padding-left: 0;
}

.navbar-light .navbar-nav .nav-item:first-child .nav-link::before {
	display: none;
}

.navbar-light .navbar-nav .nav-item:last-child {
	padding-right: 0;
}

.navbar-light .others-options {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.navbar-light.is-sticky .navbar-nav .nav-item .nav-link {
	color: #3c3c3c;
}

.navbar-light.is-sticky .navbar-nav .nav-item .nav-link:hover,
.navbar-light.is-sticky .navbar-nav .nav-item .nav-link.active {
	color: #dc6039;
}

.navbar-light.is-sticky .navbar-brand img:last-child {
	display: block;
}

.navbar-light.is-sticky .navbar-brand img:first-child {
	display: none;
}

.navbar-light.navbar-style-two .navbar-nav {
	margin: 0 auto;
}

/*================================================
Main Banner CSS
=================================================*/
.main-banner {
	position: relative;
	z-index: 1;
	height: 560px;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	margin-top: 96px;
}

.home-area .d-table-cell {
	vertical-align: bottom;
}

.main-banner-content {
	max-width: 560px;
	background-color: rgba(0, 0, 0, 0.5);
	position: relative;
	z-index: 22;
	border: 10px solid rgba(0, 0, 0, 0.47);
	padding: 50px;
	margin-bottom: 120px;
}

.main-banner-content h1 {
	line-height: 44px;
	color: #ffffff;
	font-size: 32px;
	font-weight: 700;
	margin-bottom: 15px;
}

.main-banner-content h1 span {
	color: #71b100;
}

.main-banner-content p {
	font-size: 15px;
	color: #ffffff;
	opacity: .90;
	margin-bottom: 25px;
}

.main-banner-text {
	max-width: 560px;
	background-color: rgba(0, 0, 0, 0.5);
	position: relative;
	z-index: 22;
	padding: 50px;
}

.main-banner-text h1 {
	line-height: 44px;
	color: #ffffff;
	font-size: 32px;
	font-weight: 700;
	margin-bottom: 15px;
}

.main-banner-text h1 span {
	color: #71b100;
}

.main-banner-text p {
	font-size: 15px;
	color: #ffffff;
	opacity: .90;
	margin-bottom: 25px;
}

.hero-content {
	position: relative;
	z-index: 22;
	margin-top: 70px;
}

.hero-content span {
	color: #71b100;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 600;
	display: block;
}

.hero-content h1 {
	color: #ffffff;
	font-size: 65px;
	font-weight: 700;
	margin-top: 15px;
	margin-bottom: 0;
}

.hero-content p {
	color: #ffffff;
	font-size: 18px;
	font-weight: 500;
	margin-top: 20px;
	margin-bottom: 0;
}

.hero-content p i {
	color: #71b100;
}

.home-slides .swiper-pagination-bullet {
	width: 20px;
	height: 5px;
	border-radius: 0;
	background: #ffffff;
	opacity: 1;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}


#Secondry_popup {
	border: 5px solid #ef6155;
	width: 100%;
	max-width: 500px;
	margin: 0 auto;
	overflow-y: inherit;
	left: 0;
	right: 0;
	height: 350px;
	overflow-x: inherit;
	position: fixed;
	padding: 0 !important;
	margin: 0px auto !important;
	background: #fff;
	top: 100px;
}

#Secondry_popup {
	border: 5px solid #ef6155;
	width: 100%;
	max-width: 500px;
	overflow-y: inherit;
	left: 0;
	right: 0;
	height: 350px;
	overflow-x: inherit;
	position: fixed;
	padding: 0 !important;
	margin: 0 auto;
	background: #fff;
	top: 170px;
}

#Secondry_popup .form-group {
	margin-bottom: 15px;
}

#Secondry_popup .modal-body {
	text-align: center;
	padding-top: 0;
}

#Secondry_popup .modal-body h2 {
	font-size: 24px;
}

#Secondry_popup button.btn.btn-primary {
	background: #ef6155;
	border: none;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 500;
}

#Secondry_popup .modal-content {
	height: 340px;
	border-radius: 0px;
}

#Secondry_popup .modal-dialog {
	margin: 0px;
	padding: 0px;
}

#Secondry_popup .modal-header {
	text-align: center;
	display: block;
	border: 0px;
}

#Secondry_popup .modal-header img {
	height: 70px;
}

button.cfp_btn {
	background: transparent;
	border: none;
	color: #f8f9fa;
	font-weight: 500;
	border: 1px solid #f8f9fa;
	text-transform: uppercase;
	font-size: 12px;
	padding: 5px 10px;
}

button.cfp_btn:hover {
	background: transparent;
	border: none;
	color: #fff;
	background: #d21414;
	font-weight: 500;
	border: 1px solid #d21414;
	text-transform: uppercase;
	font-size: 12px;
	padding: 5px 10px;
}

#Secondry_popup .modal-content {
	background-color: transparent;
	padding: 5px;
}

#Secondry_popup button.close {
	background: #000;
	color: #fff;
	font-size: 50px;
	position: absolute;
	right: 15px;
	top: 15px;
	border-radius: 50%;
	text-align: center;
	width: 40px;
	line-height: 3px;
	height: 40px;
	border: 0px;
}

button.close {
	position: absolute;
	right: -12px;
	top: -15px;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	border: 2px solid #ef6155;
	z-index: 9;
	padding: 0px !important;
}

.combined-box {
	position: relative;
	width: 100%;
	background: #f5f5f5;
	padding: 30px 0px;
}

.connect-with-me {
	position: relative;
	width: 100%;
	max-width: 800px;
	text-align: center;
	margin: 0 auto;
}

p.weblink4u {
	font-size: 17px;
	display: -webkit-inline-box;
}

p.adres_text_para {
	font-size: 17px;
}

p.adres_para {
	font-size: 17px;
}

p.adres_submision_para {
	font-size: 17px;
	display: -webkit-inline-box;
}

p.adres_email_para {
	font-size: 17px;
	font-weight: 600;
}

.connect-with-me a {
	display: block;
	font-weight: 600;
	color: #000;
}

.video-container iframe {
	position: relative;
	width: 100%;
	height: 470px;
	padding: 10px 10px;
}

.gallery-container1 {
	position: relative;
	width: 100%;
}

.home-slides .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: #71b100;
	width: 45px;
}

.disclaimer {
	position: relative;
	width: 100%;
	padding: 30px 0px;
	background: #666;
}

.disclaimer-box {
	position: relative;
	width: 100%;
	display: inline-block;
	text-align: center;
}

.disclaimer-box p {
	font-size: 14px;
	color: #fff;
	line-height: 24px;
}

.visit-form {
background: #DC6039;
    -webkit-box-shadow: 0 2px 48px 0 rgb(0 0 0 / 8%);
    box-shadow: 0 2px 48px 0 rgb(0 0 0 / 8%);
    padding: 40px 25px;
    right: 0;
    position: absolute;
    width: 310px;
    text-align: center;
    top: 62px;
    height: 460px;
    z-index: 9;
}
#floorslide {
	padding: 0px 65px;
}

.visit-form h2 {
	font-size: 18px;
	color: #fff;
	margin-bottom: 15px;
}

.visit-form form .form-control {
	border: 0px;
	font-size: 14px;
	border-radius: 4px;
	margin-bottom: 10px;
	width: 100%;
	padding: 0px 15px;
	background: #fff;
	height: 36px;
}

.video-banner {
	overflow: hidden;
}

.video-banner .d-table-cell {
	vertical-align: bottom;
}

.video-banner .video-background {
	position: absolute;
	left: 0;
	top: 0;
	width: auto;
	height: auto;
	min-height: 100%;
	min-width: 100%;
	z-index: -2;
}

/*================================================
Features CSS
=================================================*/
.features-area {
	padding-bottom: 70px;
}

.single-features {
	margin-bottom: 30px;
	background-color: #ffffff;
	text-align: center;
	-webkit-box-shadow: 0 0 1rem rgba(108, 118, 134, 0.1);
	box-shadow: 0 0 1rem rgba(108, 118, 134, 0.1);
	-webkit-transition: 0.5s;
	transition: 0.5s;
	border-radius: 5px;
	padding-top: 50px;
	padding-bottom: 50px;
	padding-left: 30px;
	padding-right: 30px;
}

.single-features .icon {
	width: 80px;
	height: 80px;
	line-height: 80px;
	color: #71b100;
	font-size: 30px;
	border-radius: 50%;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	display: inline-block;
	border: 1.3px solid #71b100;
}

.single-features h3 {
	margin-top: 30px;
	margin-bottom: 15px;
	font-size: 18px;
	font-weight: 600;
	text-transform: uppercase;
}

.single-features a {
	color: #71b100;
	font-size: 15px;
}

.single-features a:hover,
.single-features a:focus {
	letter-spacing: 2px;
}

.single-features:hover,
.single-features:focus {
	border-color: #ebebeb;
}

.single-features:hover .icon,
.single-features:focus .icon {
	background-color: #71b100;
	color: #ffffff;
}

/*================================================
About CSS
=================================================*/
.about-image {
	position: relative;
	z-index: 1;
	text-align: center;
	margin-top: 30px;
	margin-bottom: 50px;
}

.about-image .back-img1 {
	position: absolute;
	z-index: -1;
	right: 10px;
	top: -30px;
}

.about-image .back-img2 {
	position: absolute;
	z-index: -1;
	left: 10px;
	bottom: -30px;
}

.about-image .circle-img {
	position: absolute;
	bottom: -50px;
	right: -4px;
	z-index: 2;
	border-radius: 50%;
	border: 5px solid #dc6039;
}

.about-content h3 {
	font-size: 32px;
	font-weight: 600;
	margin-bottom: 15px;
}

.about-content p {
	margin-bottom: 0;
}

.about-content .about-inner .single-inner-box {
	position: relative;
	margin-top: 30px;
	padding-left: 85px;
}

.about-content .about-inner .single-inner-box .icon {
	position: absolute;
	left: 0;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	top: 0;
	color: #dc6039;
	font-size: 35px;
	border: 1.3px solid #dc6039;
	width: 65px;
	text-align: center;
	height: 70px;
	line-height: 68px;
	border-radius: 3px;
}

.about-content .about-inner .single-inner-box h4 {
	font-size: 17px;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.about-content .about-inner .single-inner-box:hover .icon,
.about-content .about-inner .single-inner-box:focus .icon {
	color: #ffffff;
	background-color: #dc6039;
}

/*================================================
Property Details CSS
=================================================*/
.property-details-area {
	position: relative;
	z-index: 1;
	overflow: hidden;
}

.property-details-area::before {
	position: absolute;
	right: -80%;
	background: #71b100;
	content: '';
	top: 0;
	width: 260%;
	height: 585%;
	z-index: 22;
	-webkit-transform: skewY(108deg);
	transform: skewY(108deg);
}

.video-image {
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 1;
	background-image: url(../img/video-bg.jpg);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}

.video-image img {
	display: none;
}

.video-image::before {
	position: absolute;
	right: 0;
	background: #000000;
	content: '';
	top: 0;
	width: 100%;
	height: 100%;
	opacity: .39;
	z-index: -1;
}

.video-image .video-btn {
	display: inline-block;
	width: 90px;
	height: 90px;
	text-align: center;
	line-height: 90px;
	background: rgba(255, 255, 255, 0.88);
	border-radius: 50%;
	font-size: 30px;
	color: #71b100;
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 65px;
	margin: 0 auto;
}

.video-image .video-btn::after {
	z-index: -1;
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 90px;
	height: 90px;
	-webkit-animation: ripple 1.6s ease-out infinite;
	animation: ripple 1.6s ease-out infinite;
	opacity: 0;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.5);
}

@-webkit-keyframes ripple {

	0%,
	35% {
		-webkit-transform: scale(0);
		transform: scale(0);
		opacity: 1;
	}

	50% {
		-webkit-transform: scale(1.5);
		transform: scale(1.5);
		opacity: 0.8;
	}

	100% {
		opacity: 0;
		-webkit-transform: scale(2);
		transform: scale(2);
	}
}

@keyframes ripple {

	0%,
	35% {
		-webkit-transform: scale(0);
		transform: scale(0);
		opacity: 1;
	}

	50% {
		-webkit-transform: scale(1.5);
		transform: scale(1.5);
		opacity: 0.8;
	}

	100% {
		opacity: 0;
		-webkit-transform: scale(2);
		transform: scale(2);
	}
}

.property-details-info {
	padding-top: 100px;
	padding-bottom: 100px;
	position: relative;
	z-index: 25;
}

.property-details-info .property-details {
	max-width: 540px;
}

.property-details-info .property-details h3 {
	font-size: 32px;
	font-weight: 600;
	margin-bottom: 15px;
	color: #ffffff;
}

.property-details-info .property-details ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}

.property-details-info .property-details ul li {
	-ms-flex: 0 0 50%;
	-webkit-box-flex: 0;
	flex: 0 0 50%;
	max-width: 50%;
	color: #ffffff;
	font-size: 16px;
	margin-top: 10px;
	padding-right: 15px;
	padding-left: 15px;
}

.property-details-info .property-details ul li span {
	font-weight: 600;
}

.property-details-info .additional-details {
	margin-top: 35px;
	max-width: 540px;
}

.property-details-info .additional-details h3 {
	font-size: 32px;
	font-weight: 600;
	margin-bottom: 15px;
	color: #ffffff;
}

.property-details-info .additional-details ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}

.property-details-info .additional-details ul li {
	-ms-flex: 0 0 50%;
	-webkit-box-flex: 0;
	flex: 0 0 50%;
	max-width: 50%;
	color: #ffffff;
	font-size: 16px;
	margin-top: 10px;
	padding-right: 15px;
	padding-left: 15px;
}

.property-details-info .additional-details ul li span {
	font-weight: 600;
}

.property-details-area-two {
	position: relative;
	z-index: 1;
}

.property-details-area-two::before {
	position: absolute;
	right: 0;
	background: #71b100;
	content: '';
	top: 0;
	width: 53%;
	height: 100%;
	z-index: 22;
}

/*================================================
Photo Gallery CSS
=================================================*/
.photo-gallery-item {
	overflow: hidden;
	position: relative;
}

.photo-gallery-item a img {
	-webkit-transition: .9s;
	transition: .9s;
}

.photo-gallery-item:hover a img,
.photo-gallery-item:focus a img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

/*================================================
Floor Plans CSS
=================================================*/
.floor-plans-area {
	position: relative;
	z-index: 1;
	background-image: url(../img/background.jpg);
	background-position: center center;
	background-size: cover;
	background-attachment: fixed;
	background-repeat: no-repeat;
}

.tab .tabs {
	text-align: center;
	padding: 0;
	margin: 0 0 40px;
	list-style-type: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	margin-left: -15px;
	margin-right: -15px;
}

.tab .tabs li {
	display: block;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	position: relative;
	z-index: 1;
	padding-right: 15px;
	padding-left: 15px;
}

.tab .tabs li::before {
	width: 30px;
	height: 30px;
	left: 0;
	bottom: -8px;
	position: absolute;
	background: #dc6039;
	content: '';
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	right: 0;
	margin: 0 auto;
	z-index: -1;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}

.tab .tabs li a {
	background-color: #ffffff;
	padding: 10px 40px;
	color: #3c3c3c;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 15px;
}

.tab .tabs li a:hover {
	background: #dc6039;
	color: #ffffff;
}

.tab .tabs li.current a {
	background: #dc6039;
	color: #ffffff;
}

.tab .tabs li.current::before {
	opacity: 1;
	visibility: visible;
}

.tab .tab_content {
	background-color: #ffffff;
	padding: 35px;
}

.tab .tab_content .tabs_item {
	display: none;
}

.tab .tab_content .tabs_item:first-child {
	display: block;
}

.tab .tab_content .tabs_item .tabs_item_content p {
	margin-bottom: 0;
}

.tab .tab_content .tabs_item .tabs_item_content ul {
	padding: 0;
	margin: 25px 0 30px;
	list-style-type: none;
}

.tab .tab_content .tabs_item .tabs_item_content ul li {
	margin-bottom: 12px;
	color: #9ea0a6;
	font-weight: 500;
	overflow: hidden;
	padding-bottom: 12px;
	border-bottom: 1px solid #eeeeee;
}

.tab .tab_content .tabs_item .tabs_item_content ul li span {
	float: right;
	color: #3c3c3c;
	font-weight: 600;
}

.tab .tab_content .tabs_item .tabs_item_content ul li:last-child {
	margin-bottom: 0;
}

/*================================================
Agent CSS
=================================================*/
.agent-image {
	position: relative;
	z-index: 1;
	text-align: center;
	margin-top: 30px;
	margin-bottom: 30px;
}

.agent-image .back-img1 {
	position: absolute;
	z-index: -1;
	right: -23px;
	top: -30px;
}

.agent-image .back-img2 {
	position: absolute;
	z-index: -1;
	left: -23px;
	bottom: -30px;
}

.agent-content {
	padding-left: 30px;
	position: relative;
}

.agent-content .section-title {
	text-align: left;
	margin-bottom: 35px;
}

.agent-content .section-title p {
	margin-left: 0;
	margin-right: 0;
}

.agent-content .agent-info {
	margin-bottom: 30px;
	display: inline-block;
	position: relative;
	overflow: hidden;
	z-index: 1;
	padding: 15px 100px 20px 25px;
}

.agent-content .agent-info::before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: -1;
	-webkit-clip-path: polygon(0 0, 100% 0, 84% 100%, 0 100%);
	clip-path: polygon(0 0, 100% 0, 84% 100%, 0 100%);
	width: 100%;
	height: 100%;
	background: #71b100;
}

.agent-content .agent-info::after {
	content: '';
	position: absolute;
	-webkit-clip-path: polygon(0 0, 97.5% 0, 82% 95%, 0 95%);
	clip-path: polygon(0 0, 97.5% 0, 82% 95%, 0 95%);
	left: 0;
	bottom: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	background: #faf6f6;
}

.agent-content .agent-info h3 {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 7px;
}

.agent-content .agent-info span {
	display: block;
	color: #71b100;
}

.agent-content p {
	margin: 0;
}

.agent-content .agent-contact-info {
	padding: 0;
	margin: 5px 0 45px;
	list-style-type: none;
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}

.agent-content .agent-contact-info li {
	-ms-flex: 0 0 50%;
	-webkit-box-flex: 0;
	flex: 0 0 50%;
	max-width: 50%;
	font-size: 16px;
	color: #3c3c3c;
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 15px;
}

.agent-content .agent-contact-info li span {
	color: #3c3c3c;
	display: block;
	font-weight: 600;
	margin-bottom: 3px;
}

.agent-content .agent-contact-info li i {
	color: #71b100;
	position: relative;
	top: 5px;
	font-size: 35px;
}

.agent-content .agent-contact-info li a {
	display: inline-block;
	color: #3c3c3c;
}

.agent-content .agent-contact-info li a:hover,
.agent-content .agent-contact-info li a:focus {
	color: #71b100;
}

.agent-content .social {
	position: absolute;
	left: 200px;
	bottom: 10px;
	padding: 0;
	list-style-type: none;
	margin: 0;
}

.agent-content .social li {
	display: inline-block;
}

.agent-content .social li a {
	width: 40px;
	height: 40px;
	line-height: 42px;
	background-color: #ededed;
	color: #71b100;
	font-size: 16px;
	text-align: center;
	border-radius: 50%;
}

.agent-content .social li a:hover,
.agent-content .social li a:focus {
	background-color: #71b100;
	color: #ffffff;
}

/*================================================
Feedback CSS
=================================================*/
.feedback-area {
	position: relative;
	padding-bottom: 70px;
	z-index: 1;
	background-image: url(../img/black-bg.jpg);
	background-position: center center;
	background-size: cover;
	background-attachment: fixed;
	background-repeat: no-repeat;
}

.feedback .card h4 {
	font-size: 14px;
	margin: 10px 0px 0px 0px;
}

.feedback-area .section-title h2 {
	color: #ffffff;
}

.feedback-area .section-title p {
	color: #ffffff;
	opacity: .90;
}

.single-feedback {
	margin-bottom: 30px;
	text-align: center;
	background-color: #ffffff;
	padding: 40px 30px;
}

.single-feedback .client-image img {
	border-radius: 50%;
}

.single-feedback .rating {
	padding: 0;
	margin: 20px 0 15px;
	list-style-type: none;
}

.single-feedback .rating li {
	display: inline-block;
	color: #ffc000;
	font-size: 18px;
}

.single-feedback p {
	margin-bottom: 0;
}

.single-feedback .bar {
	position: relative;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	width: 75px;
	height: 2px;
	background: #71b100;
}

.single-feedback h3 {
	font-size: 15px;
	font-weight: 600;
	margin-bottom: 5px;
}

.single-feedback span {
	display: block;
	font-size: 14px;
	color: #3c3c3c;
}

/*================================================
Services CSS
=================================================*/
.services-area {
	padding-bottom: 70px;
}

.single-services {
	margin-bottom: 30px;
	background-color: #fcfafa;
	text-align: center;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	border-radius: 5px;
	border: 1px solid #fcfafa;
	padding-top: 50px;
	padding-bottom: 50px;
	padding-left: 30px;
	padding-right: 30px;
}

.single-services .icon {
	width: 70px;
	height: 70px;
	line-height: 70px;
	color: #71b100;
	font-size: 35px;
	border-radius: 3px;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	display: inline-block;
	border: 1.3px solid #71b100;
}

.single-services h3 {
	margin-top: 25px;
	margin-bottom: 0;
	font-size: 18px;
	font-weight: 600;
	text-transform: uppercase;
}

.single-services .bar {
	position: relative;
	margin-top: 12px;
	margin-bottom: 18px;
	margin-left: auto;
	margin-right: auto;
	width: 75px;
	height: 3px;
	background: #71b100;
}

.single-services a {
	color: #71b100;
	font-size: 15px;
}

.single-services a:hover,
.single-services a:focus {
	letter-spacing: 2px;
}

.single-services:hover,
.single-services:focus {
	border-color: #ebebeb;
}

.single-services:hover .icon,
.single-services:focus .icon {
	background-color: #71b100;
	color: #ffffff;
	border-radius: 50%;
}

/*================================================
Contact CSS
=================================================*/
#map {
	width: 100%;
	height: 450px;
}

#contactForm label {
	display: block;
	color: #3c3c3c;
	font-weight: 600;
	font-size: 14px;
}

#contactForm .has-error ul {
	padding: 0;
	margin: 10px 0 0;
	list-style-type: none;
}

#contactForm .has-error ul li {
	color: red;
}

#contactForm #msgSubmit {
	margin: 0;
}

#contactForm .text-danger {
	margin: 15px 0 0 !important;
	font-size: 20px;
	font-weight: 600;
}

.contact-box .agent-contact {
	display: inline-block;
	-ms-flex-align: center !important;
	-webkit-box-align: center !important;
	align-items: center !important;
	width: 100%;
}

.contact-box .agent-contact .image {
	position: relative;
	width: 100%;
}

.contact-box .agent-contact .image p {
	font-weight: 600 !important;
}

.contact-box .agent-contact .image img {
	border-radius: 7px;
	border: 6px solid #eeeeee;
	width: 120px;
	float: left;
	margin-right: 10px;
}

.contact-box .agent-contact .content {
	-ms-flex: 0 0 58.333333%;
	-webkit-box-flex: 0;
	flex: 0 0 58.333333%;
	max-width: 58.333333%;
	position: relative;
	width: 100%;
	padding-left: 10px;
	padding-right: 10px;
}

.contact-box .agent-contact .content h3 {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 5px;
}

.contact-box .agent-contact .content span {
	display: block;
	color: #dc6039;
	margin-bottom: 12px;
}

.contact-box .contact-info {
	padding: 15px 0 0;
	border-top: 1px solid #ececec;
	list-style-type: none;
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 20px;
	margin-bottom: 30px;
}

.contact-box .contact-info li {
	-ms-flex: 0 0 50%;
	-webkit-box-flex: 0;
	flex: 0 0 50%;
	max-width: 50%;
	color: #3c3c3c;
	position: relative;
	font-size: 15px;
	margin-top: 10px;
	padding-left: 39px;
	padding-top: 5px;
}

.contact-box .contact-info li a {
	display: inline-block;
	color: #3c3c3c;
}

.contact-box .contact-info li a:hover,
.contact-box .contact-info li a:focus {
	color: #71b100;
}

.contact-box .contact-info li i {
	color: #dc6039;
	font-size: 30px;
	position: absolute;
	left: 0;
	top: 0;
}

.contact-box .social {
	padding: 0;
	list-style-type: none;
	margin: 0;
    margin-top: 20px;

}

.contact-box .social li {
	display: inline-block;
}

.contact-box .social li a {
	width: 40px;
	height: 40px;
	line-height: 42px;
	background-color: #ededed;
	color: #dc6039;
	font-size: 16px;
	text-align: center;
	border-radius: 50%;
}
.contact-box .social li a i{
    padding-top:11px;
}

.contact-box .social li a:hover,
.contact-box .social li a:focus {
	background-color: #dc6039;
	color: #ffffff;
}

/*================================================
Footer CSS
=================================================*/
.footer-area {
	background: #000000;
	padding-top: 30px;
	padding-bottom: 20px;
	position: relative;
}
/* Media query for mobile devices with a maximum width of 768px */
@media (max-width: 768px) {
    .footer-area {
        padding-bottom: 60px; /* Increased padding for mobile */
    }
}
.footer-area p {
	color: #ffffff;
}

.footer-area p a {
	display: inline-block;
	color: #ffffff;
}

.footer-area p a:hover,
.footer-area p a:focus {
	color: #71b100;
}

/*================================================
Go Top CSS
=================================================*/
.go-top {
	position: fixed;
	cursor: pointer;
	bottom: 15px;
	right: 15px;
	font-size: 25px;
	color: #ffffff;
	background-color: #3c3c3c;
	z-index: 4;
	display: none;
	width: 45px;
	text-align: center;
	height: 45px;
	line-height: 45px;
	border-radius: 50%;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}

.go-top:hover {
	color: #ffffff;
	background: #71b100;
}

a.quick_connect_no {
	background: #D51C24;
	padding: 5px 15px;
	color: #fff;
	display: none;
	border-radius: 20px;
}

.project-gallery4u {
	position: relative;
	width: 100%;
	padding: 0px;
	margin: 0px;
}

.flexslider {
	border: 0px;
	position: relative;
	width: 100%;
	margin: 0px;
}

#carousel2 {
	position: absolute;
	bottom: 0px;
}

.project-gallery4u .slides img {
	position: relative;
	width: 100%;
}

span.circle-up {
	position: absolute;
	top: -20px;
	left: 0;
	z-index: 9999;
	color: #dc6039;
	font-size: 26px;
	right: 0;
}

button.oprn-combined-box {
	left: 0;
	position: absolute;
	top: -13px;
	right: 0;
	padding: 0px 15px;
	display: inline-block;
	width: 200px;
	margin: 0 auto;
	height: 45px;
	border-radius: 40px;
	border: none;
	background: black;
	color: #fff;
}

span.circle-up i {
	color: #dc6039;
}

.abt-txt-area {
	position: relative;
	width: 100%;
	text-align: justify;
	height: auto;
	overflow: hidden;
}

#carousel .flex-viewport img {
	height: 100px;
}

#carousel2 .flex-viewport img {
	height: 100px;
}

.carousel-control-next,
.carousel-control-prev {
	position: absolute;
	top: 50%;
	width: 40px;
	bottom: 0;
	z-index: 99999;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	padding: 0;
	color: #fff;
	text-align: center;
	background: 0 0;
	border: 0;
	opacity: 1;
	transition: opacity .15s ease;
}

.ReadMore {
	background: transparent;
	color: #dc6039;
	border: none;
	width: 100%;
	display: inline-block;
	float: right;
	text-align: right;
	margin: 10px 15px;
}

.abt-txt-area.heightauto {
	height: auto;
}

.ReadMore .all_para {
	display: block;
}

.ReadMore .all_half {
	display: none;
}

.ReadMore.remove_rm .all_para {
	display: none;
}

.ReadMore.remove_rm .all_half {
	display: block;
}


.abt-txt-area.heightauto .all_para {
	display: none;
}

.abt-txt-area.heightauto .all_half {
	display: block;
}

.oprn-combined-box span {
	position: absolute;
	left: 0;
	right: 0;
	top: 7px;
}

.slide4you.carousel {
	position: relative;
	top: inherit;
	left: inherit;
}

#FloorPlanModal .modal-header {
	display: flex;
	flex-shrink: 0;
	align-items: center;
	justify-content: space-between;
	padding: 0;
	border-bottom: 0;
	border-top-left-radius: calc(0.3rem - 1px);
	border-top-right-radius: calc(0.3rem - 1px);
}

#FloorPlanModal .modal-dialog {
	max-width: 800px;
	margin: 1.75rem auto;
}

#FloorPlanModal .carousel {
	position: relative;
	top: inherit;
	left: 0;
	width: 100%;
	right: 0;
}

#FloorPlanModal .carousel-inner {
	position: relative;
	width: 100%;
	overflow: hidden;
	height: 580px;
}

img.gallery-picu4 {
	height: 550px;
}

#FloorPlanModal .modal-header {
	display: flex;
	flex-shrink: 0;
	align-items: center;
	justify-content: space-between;
	padding: 0;
	border-bottom: 0;
	border-top-left-radius: calc(0.3rem - 1px);
	border-top-right-radius: calc(0.3rem - 1px);
}

#FloorPlanModal .modal-dialog {
	max-width: 800px;
	margin: 1.75rem auto;
}

#FloorPlanModal .carousel {
	position: relative;
	top: inherit;
	left: 0;
	width: 100%;
	right: 0;
}

#FloorPlanModal .carousel-inner {
	position: relative;
	width: 100%;
	overflow: hidden;
	height: 580px;
}

#FloorPlanModal img.gallery-picu4 {
	height: 550px;
}

.gallery-thumb-slider .modal-header {
	display: flex;
	flex-shrink: 0;
	align-items: center;
	justify-content: space-between;
	padding: 0;
	border-bottom: 0;
	border-top-left-radius: calc(0.3rem - 1px);
	border-top-right-radius: calc(0.3rem - 1px);
}

.gallery-thumb-slider .modal-dialog {
	max-width: 800px;
	margin: 1.75rem auto;
}

.gallery-thumb-slider .carousel {
	position: relative;
	top: inherit;
	left: 0;
	width: 100%;
	right: 0;
}

.gallery-thumb-slider .carousel-inner {
	position: relative;
	width: 100%;
	overflow: hidden;
	height: 550px;
	text-align: center;
}

.gallery-thumb-slider img.gallery-picu4 {
	height: 550px;
}

.project-thumb-slider .carousel-inner {
	position: relative;
	width: 100%;
	overflow: hidden;
	text-align: center;
	height: 550px;
}

.project-thumb-slider .modal {
	margin-top: 50px;
}

.project-thumb-slider img.gallery-picu4 {
	height: 550px;
}

.project-thumb-slider .modal-dialog {
	max-width: 800px;
	margin: 1.75rem auto;
}

.project-thumb-slider button.close {
	background: #fff;
	position: absolute;
	right: 0;
	padding: 0 !important;
	top: 0;
	line-height: 30px;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	border: 2px solid #ef6155;
	z-index: 9;
}

.project-thumb-slider .modal-header {
	display: flex;
	flex-shrink: 0;
	align-items: center;
	justify-content: space-between;
	padding: 0;
	border-bottom: 0;
	border-top-left-radius: calc(0.3rem - 1px);
	border-top-right-radius: calc(0.3rem - 1px);
}

.project-slider {
	width: 100%;
	padding: 0px;
	position: relative;
}

.project-slider .modal-header {
	display: flex;
	flex-shrink: 0;
	align-items: center;
	justify-content: space-between;
	padding: 0;
	border-bottom: 0;
	border-top-left-radius: calc(0.3rem - 1px);
	border-top-right-radius: calc(0.3rem - 1px);
}

.project-slider .modal-dialog {
	max-width: 800px;
	margin: 1.75rem auto;
}

.project-slider .carousel {
	position: relative;
	top: inherit;
	left: 0;
	width: 100%;
	right: 0;
}

.project-slider .carousel-inner {
	position: relative;
	width: 100%;
	overflow: hidden;
	text-align: center;
	height: 550px;
}

.project-slider img.gallery-picu4 {
	height: 550px;
}

.services {
	position: relative;
	width: 100%;
	background: #f5f5f5;
	padding: 0;
}

.contact-area label {
	width: 100%;
	display: block;
}

.contact-area .send_btn {
	background: #dc6039;
	color: #fff;
	border: none;
	height: 40px;
	border-radius: 6px;
}

.contact-area select {
	height: 30px;
	width: 100%;
	padding: 5px;
	font-size: 14px;
	font-weight: 500;
	color: #999999;
	border: none;
	border-radius: 0;
	background-color: #f3f3f3;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	margin-bottom:10px;
}

.secondry-header {
	position: fixed;
	width: 100%;
	z-index: 999;
	top: 70px;
	display: none;
	background: #D51C24;
}

.property-categories-name p {
	margin: 0px;
}

.modal-body {
	padding: 0px;
}

.secondry-header ul {
	position: relative;
	width: 100%;
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.secondry-header ul li {
	position: relative;
	width: 33.3%;
	float: left;
	padding: 5px;
	text-align: center;
}

.secondry-header ul li a {
	text-decoration: none;
	font-size: 14px;
	text-transform: uppercase;
	color: #fff;
	font-weight: 600;
}

img.home_icon {
	height: 24px;
	margin-top: -5px;
}

#slider1u .flex-viewport img {
	height: 400px;
	width: 100%;
}

.project-slider #slider2u img {
	height: 600px;
	width: 100%;
}

.current-project-area {
	position: relative;
	width: 100%;
	padding: 0px 0px 40px 0px;
}

.current_project.carousel {
	position: relative;
	left: inherit;
	top: inherit;
}

.current-project-area .carousel-inner {
	height: 580px;
	text-align: center;
}

.current-project-area img.gallery-picu4 {
	height: 550px;
}

.current-project-area .modal-header {
	padding: 0;
}

.floor-plan-area .current-project-area {
	position: relative;
	padding: 60px 0px;
	background: #e9f5fc;
}

.floor-plan-area table tr td {
	border: none;
	padding: 5px 2px !important;
}

.floor-plan-area .carousel-inner {
	position: relative;
	width: 100%;
	overflow: hidden;
	text-align: center;
	height: 580px;
}

.floor-plan-area .modal-header {
	display: flex;
	flex-shrink: 0;
	align-items: center;
	justify-content: space-between;
	padding: 0;
	border-bottom: 0;
	border-top-left-radius: calc(0.3rem - 1px);
	border-top-right-radius: calc(0.3rem - 1px);
}

.floor-plan-area button.close {
	background: #fff;
	position: absolute;
	right: 0;
	padding: 0 !important;
	top: 0;
	line-height: 30px;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	border: 2px solid #ef6155;
	z-index: 9;
}

.floor-plan-area .modal-dialog {
	max-width: 800px;
	margin: 1.75rem auto;
}

.floor-plan-area .modal.show .modal-dialog {
	margin-top: 50px;
}

.current-project-area {
	position: relative;
	padding: 20px 0px;
	background: #fbc488;
}

.current-project-area .carousel-inner {
	position: relative;
	width: 100%;
	overflow: hidden;
	height: 580px;
}

.current-project-area .modal-header {
	display: flex;
	flex-shrink: 0;
	align-items: center;
	justify-content: space-between;
	padding: 0;
	border-bottom: 0;
	border-top-left-radius: calc(0.3rem - 1px);
	border-top-right-radius: calc(0.3rem - 1px);
}

.current-project-area button.close {
	background: #fff;
	position: absolute;
	right: 0;
	padding: 0 !important;
	top: 0;
	line-height: 30px;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	border: 2px solid #ef6155;
	z-index: 9;
}

.current-project-area .modal-dialog {
	max-width: 800px;
	margin: 1.75rem auto;
}

.current-project-area .modal.show .modal-dialog {
	margin-top: 50px;
}

.modal-content {
	background-color: transparent;
}

/*p.flex-caption {*/
	
/*	color: #fff;*/
/*}*/

.floorplancaption{
    font-size:14px;
     margin-bottom: .5rem;
    font-weight: 300;
    line-height: 1.2;
}

.carousel-indicators {
	bottom: 15px;
}

.feedback .flex-direction-nav {
	width: 100%;
	top: 40px;
	position: absolute;
}

.carouselSecond .flex-viewport img {
	height: 160px;
}

.carouselSecond .flex-viewport img {
	height: 160px;
}

#galleryslide2 .flex-viewport .slides img {
	.height: 400px;
	height: calc(100vh - 108px);
}


.feedback .flex-control-nav {
	display: none;
}

.carouselFirst .flex-viewport img {
	height: 160px;
}

#galleryslide1 .flex-viewport .slides img {
	height: auto;
}

.current-project-area .flexslider .slides img {
	height: 170px !important;
}

#carouselFirst .slides img {
	height: 110px;
}

#carouselSecond .slides img {
	height: 110px;
}

#galleryExample .carousel-control-prev {
	display: none;
}

#galleryExample .carousel-control-next {
	display: none;
}

#galleryExample .carousel-indicators {
	display: none;
}

#galleryExample img {
	height: 500px;
	width: 100%;
}


#projecExample .carousel-control-prev {
	display: none;
}

#projecExample .carousel-control-next {
	display: none;
}

#projecExample .carousel-indicators {
	display: none;
}

#projecExample img {
	height: 500px;
	width: 100%;
}


#cprojectExample .carousel-control-prev {
	display: none;
}

#cprojectExample .carousel-control-next {
	display: none;
}

#cprojectExample .carousel-indicators {
	display: none;
}

#cprojectExample img {
	height: 500px;
	width: 100%;
}

.body {
	position: relative;
	width: 100%;
	height: auto;
}

.body.newClass {
	margin: 80px 0px 0px 0px !important;
}

.galleryslide2 .flexslider .slides img {
	width: 100%;
	height: 400px;
	display: block;
}

.description4u {
	position: relative;
	width: 100%;
	text-align: justify;
}

.iti.iti--allow-dropdown {
	width: 100% !important;
}

input[type="tel"]::placeholder {
	.display: none !important;
	color: red;
	opacity: 0;
	color: transparent
}

input[type="tel"]:placeholder {
	.display: none !important;
	color: red;
	opacity: 0;
	color: transparent
}

.Mobileslider {
	display: none;
	width: 100%;
	height: 300px;
	background: #ccc;
	position: relative;
}

.gallery-thumb-slider {
	padding: 30px 0px;
}

button.btn.btn-primary {
	width: 125px !important;
	display: inline-block !important;
	margin: 0 auto !important;
	text-align: center !important;
}

.zoom,
.zoom-out {
	color: white !important;
}

.#phone4 {
	padding-left: 51px !important;
}


input.send_btn {
	color: #fff;
	border: none;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 560;
	width: 150px !important;
	display: inline-block !important;
	margin: 0 auto !important;
	text-align: center !important;
}


/*custom css here*/
a.navbar-brand>img {
	width: 140px !important;
}

.mainslider {
	position: relative;
	margin-top: 77px;
}


.mainslider img {
	top: 10px;
	position: relative;
	width: 100%;
	.height: 560px;
	height:480px;
}

.navbar button.btn-success {
	color: #fff;
	background-color: #DC582C;
	border-color: #DC582C;
}

h2.section-name {
	font-size: 22px;
	font-weight: 600;
	color: #fff;
	text-align: center;
	display: block;
	width: 100%;
	margin-bottom: 10px;
}
.couple-gallery-box h3{
    font-size:20px;
}
.enquary-tittle-name{
    font-size:18px;
}

.section-nameh3 {
	font-size: 22px;
	font-weight: 600;
	color: #fff;
	text-align: center;
	display: block;
	width: 100%;
	margin-bottom: 10px;
}

.bestoffers{
        font-size: 18px;
    color: #fff;
    margin-bottom: 15px;
}

.gallery-thumb-slider .modal {
	margin-top: 50px;
}

.gallery-thumb-slider .carousel-item {
	text-align: center;
}

.gallery-thumb-slider .carousel-item p {
	text-align: center;
	line-height: 24px;
}

.gallery-thumb-slider button.close {
	background: #fff;
	position: absolute;
	right: 0;
	padding: 0 !important;
	top: 0;
	line-height: 30px;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	border: 2px solid #ef6155;
	z-index: 9;
}

button#contact4 {
	background: #dc6039;
	color: #fff;
	border: none;
	padding: 0px 25px;
	height: 36px;
	margin-left: 25px;
	border-radius: 4px;
}

.about-area {
	position: relative;
	width: 100%;
	padding: 20px 0px;
}



.single-inner-box h4 {
	font-size: 14px;
	margin: 0px;
	font-weight: 600;
	color: #000;
}

.video-container {
	position: relative;
	width: 100%;
	padding: 30px 0px;
}

a.call_now {
	position: absolute;
	top: -25px;
	color: #fff;
	left: 50px;
}

.details {
	position: relative;
	width: 100%;
	padding: 60px 0px;
	z-index: 1;
	background-image: url(../img/background.jpg);
	background-position: center center;
	background-size: cover;
	background-attachment: fixed;
	background-repeat: no-repeat;
}

.jssort101 {
	background: rgb(220 96 57) !important;
}

#feedback .bx-controls-direction {
	display: none;
}

.about-area .icon {
	position: relative;
	float: left;
	margin-left: -60px;
	width: 55px;
	height: 60px;
	margin-bottom: 10px;
	background: #fff;
	-webkit-font-smoothing: subpixel-antialiased;
	border: 3px solid #dc6039;
	text-align: center;
	line-height: 54px;
}

.about-area .icon i {
	font-size: 32px;
	color: #dc6039;
}

.abt-img-area {
	position: relative;
	width: 100%;
}

/* .abt-img-area:after {
    position: absolute;
    width: 80%;
    height: 70%;
    background: #dc6039;
    content: '';
    right: -20px;
    bottom: -20px;
    z-index: 1;
} */
.abt-img-area img {
	position: relative;
	z-index: 9;
	text-align: center;
}

a.mail_now {
	position: absolute;
	top: -25px;
	color: #fff;
	right: 50px;
}

.bg-light {
	background-color: #fff !important;
	height: auto;
	border-top: 28px solid #7a5b47;
}

.navbar-light .navbar-nav .nav-item .nav-link:hover,
.navbar-light .navbar-nav .nav-item .nav-link.active {
	color: #7a5b47;
	border-top: 1px solid #7a5b47 !important;
}

.navbar-light .navbar-nav .nav-item .nav-link,
.navbar-light .navbar-nav .nav-item .nav-link {
	color: #DC582C;
}

/*
.carousel {
    position: absolute;
    top: 110px;
    left: -10px;
}
*/
.about-feature .card-footer h4 {
	font-size: 14px;
	line-height: 1.3;
	color: #e06b44;
	text-align: center;
}

.view_more {
	position: relative;
	width: 100%;
	display: block;
	padding: 0px 15px 0px 50px;
	text-align: left;
}

.view_more img {
	position: relative;
	height: 26px;
	top:6px;
}

.view_more p.ph1 {
    position: relative;
    display: inline-block;
    color: #fff;
    margin-top: -5px !important;
    font-size: 15px;
    margin: 0;
    font-weight: 300;
    line-height: 23px;
}

.view_more p.ph2 {
    position: relative;
    display: block;
    color: #fff;
    font-size: 15px;
    font-weight: 300;
    margin-bottom: 16px;
    margin-top: -2px;
}

.view_more span {
	position: absolute;
	width: 40px;
	left: 0;
	height: 40px;
	background: #fff;
	border-radius: 50%;
	line-height: 25px;
	text-align: center;
}

.view_more span i {
	font-size: 20px;
	color: #dc6039;
}

.slider-section {
	position: relative;
	width: 100%;
	margin-top: 95px;
	background: #ccc;
	padding-right: 310px;
}

.about-feature .card-footer img {
	text-align: center;
}

button.send-details-btn {
	display: inline-block;
	overflow: hidden;
	border: none !important;
	color: #fff;
	border-radius: 4px;
	padding: 0px 20px;
	height: 36px;
	background-color: #2d5f9e;
	margin-bottom: 30px;
	margin-top: 10px;
}

.card,
.card-footer,
.card-header {
	background: transparent;
	border: none;
}

.slick-prev::before {
	content: "\f053" !important;
	font-family: "Fontawesome" !important;
}

#feedback {
	padding: 20px 0px;
}

#feedback .card-footer {
	padding: 0px;
}

#feedback h3.section-name {
	color: #fff;
}

section#video h1 {
	color: #112d43 !important;
}

section#details h1 {
	color: #dc582c !important;
}

section#video {
	background: #e9f5fc !important;
}

.slick-next:before,
.slick-prev:before {
	color: #333 !important;
}


.about-feature i.fa {
	font-size: 50px;
	color: #e06b44;
}

section#feedback .slick-next:before,
section#feedback .slick-prev:before {
	color: #fff !important;
}

#project-amentities .slick-next,
#project-amentities .slick-prev {
	color: #fff !important;
}

.slick-next::before {
	content: "\f054" !important;
	font-family: "Fontawesome" !important;
}


.card-footer h2 {
	font-size: 12px;
}

.about-feature {
	padding-top: 25px;
}

.carousel-inner {
	position: relative;
	width: 100%;
	overflow: hidden;
	height: 690px;
}

p.parag {
	position: relative;
	margin-top: 30px;
	padding-left: 0 !important;
}

.carousel-indicators [data-bs-target] {
	box-sizing: content-box;
	flex: 0 1 auto;
	width: 15px;
	height: 15px;
	padding: 0;
	margin-right: 3px;
	margin-left: 3px;
	border-radius: 50% !important;
	text-indent: -999px;
	cursor: pointer;
	background-color: #fff;
	background-clip: padding-box;
	border: 0;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	opacity: .5;
	transition: opacity .6s ease;
}

/*jssor slider loading skin spin css*/
.jssorl-009-spin img {
	animation-name: jssorl-009-spin;
	animation-duration: 1.6s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}

@keyframes jssorl-009-spin {
	from {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(360deg);
	}
}

/*jssor slider arrow skin 106 css*/
.jssora106 {
	display: block;
	position: absolute;
	cursor: pointer;
}

.jssora106 .c {
	fill: #fff;
	opacity: .3;
}

.jssora106 .a {
	fill: none;
	stroke: #000;
	stroke-width: 350;
	stroke-miterlimit: 10;
}

.jssora106:hover .c {
	opacity: .5;
}

.jssora106:hover .a {
	opacity: .8;
}

.jssora106.jssora106dn .c {
	opacity: .2;
}

.jssora106.jssora106dn .a {
	opacity: 1;
}

.jssora106.jssora106ds {
	opacity: .3;
	pointer-events: none;
}

/*jssor slider thumbnail skin 101 css*/
.jssort101 .p {
	position: absolute;
	top: 0;
	left: 0;
	box-sizing: border-box;
	background: #000;
}

.jssort101 .p .cv {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 2px solid #000;
	box-sizing: border-box;
	z-index: 1;
}

.jssort101 .a {
	fill: none;
	stroke: #fff;
	stroke-width: 400;
	stroke-miterlimit: 10;
	visibility: hidden;
}

.jssort101 .p:hover .cv,
.jssort101 .p.pdn .cv {
	border: none;
	border-color: transparent;
}

.jssort101 .p:hover {
	padding: 2px;
}

.jssort101 .p:hover .cv {
	background-color: rgba(0, 0, 0, 6);
	opacity: .35;
}

.jssort101 .p:hover.pdn {
	padding: 0;
}

.jssort101 .p:hover.pdn .cv {
	border: 2px solid #fff;
	background: none;
	opacity: .35;
}

.jssort101 .pav .cv {
	border-color: #fff;
	opacity: .35;
}

.jssort101 .pav .a,
.jssort101 .p:hover .a {
	visibility: visible;
}

.jssort101 .t {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: none;
	opacity: .6;
}

.jssort101 .pav .t,
.jssort101 .p:hover .t {
	opacity: 1;
}

.social-fixed-position {
	position: fixed;
	left: 0;
	z-index:99999;
	top: 60%;
}

.social-fixed-position ul {
	list-style-type: none;
	padding: 0;
	transform: translatex(-250px);
}

.social-fixed-position ul li {
	display: block;
	margin: 5px;
	background-color: ;
	width: 300px;
	text-align: right;
	padding: 10px;
	border-radius: 0 30px 30px 0;
	transition: all 1s;
}

.social-fixed-position ul li:hover {
	transform: translatex(110px);
}

.social-fixed-position ul li.whatsapp {
	background: #3dc338;
}

.social-fixed-position ul li.phonecall {
	background-color: #dc6039;
}

.social-fixed-position ul li.whatsapp:hover {
	background: #3dc338;
}

.social-fixed-position ul li.phonecall:hover {
	background-color: #dc6039;
}


.social-fixed-position ul li a {
	color: white;
	text-decoration: none;
}

.social-fixed-position ul li i {
	text-align: center;
	margin-left: 14px;
	color: black;
	background-color: white;
	padding: 7px;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	font-size: 24px;
	transform: rotate(0deg);
}

.social-fixed-position ul li:hover i {
	transform: rotate(360deg);
	transition: all 1s;
}

.property-categories-section {
	position: relative;
	width: 100%;
	padding: 40px 0px;
	background: #fff;
}

.property-categories-name {
	position: relative;
	width: 100%;
	text-align: center;
}

.property-categories-name img {
	position: relative;
	height: 60px;
}

.property-categories-name a {
	position: relative;
	font-size: 14px;
	color: #dc6039;
	text-decoration: none;
	font-weight: 600;
}

.floor-plans-area {
	position: relative;
	width: 100%;
	padding: 60px 0px;
	background: #e9f5fc;
}

.floor-plans-area {
	position: relative;
	width: 100%;
	padding: 60px 0px;
	background: #e9f5fc;
}

.floor-plans-box {
	position: relative;
	width: 100%;
	display: flex;
	background: #fff;
	padding: 25px;
	box-shadow: 0px 0px 5px #ccc;
}

.floor-plans-side-left {
	position: relative;
	width: 50%;
	float: left;
	text-align: center;
	padding-right: 10px;
}

.floor-plans-side-right {
	position: relative;
	width: 50%;
	float: right;
	text-align: center;
}

/*.floor-plans-box h2 {*/
/*	font-size: 20px;*/
/*	margin: 0px;*/
/*	text-transform: uppercase;*/
/*	padding: 0px;*/
/*	font-weight: 500;*/
/*	margin: 0px 0px 12px 0px;*/
/*	color: #d21414;*/
/*}*/

.floor-plans-side-left .table>:not(caption)>*>* {
	padding: 10px 15px;
	background-color: var(--bs-table-bg);
	border-bottom-width: 0;
	box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}

.floor-plans-side-left .table span {
	font-size: 16px;
	font-weight: 600;
}


.sliderx ul.bxsliderx img {
	width: 100%;
	height: auto;
}

.bx-pagerx {
	margin: 0;
	padding: 0;
	width: 100%;
	position: relative;
	display: flex;
}

.bx-pagerx img {
	width: 100px;
	height: auto;
}

.bx-pagerx a {
	opacity: 0.1;
	margin: 5px;
}

.bx-pagerx a:hover,
.bx-pagerx a.active {
	opacity: 1;
}

#gallery img {
	width: 100%;
}

#gallery-section #gallery-thumbs .thumb img {
	height: 130px;
	width: 100%;
}

#gallery-section .bx-wrapper {
	position: relative;
	padding: 0;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	max-width: 100% !important;
}

.gallery-thumbs-container {
	margin-top: 15px;
	position: relative;
	width: 100%;
}

.gallery-thumbs-container .thumb img {
	width: 100%;
	height: 130px;
}

.gallery-thumbs-container .bx-wrapper {
	max-width: 100% !important;
}

.gallery-section {
	position: relative;
	width: 100%;
	padding: 60px 0px;
	background: #e9f5fc;
}


#gallery1 img {
	width: 100%;
	height: 650px;
}

#feedback #gallery-thumbs1 .thumb img {
	height: 130px;
	width: 100%;
}

#feedback .bx-wrapper {
	position: relative;
	padding: 0;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	max-width: 100% !important;
}

.gallery-thumbs-container1 {
	margin-top: 15px;
	position: absolute;
	width: 100%;
	bottom: 5px;
}

.gallery-thumbs-container1 .thumb1 img {
	width: 100%;
	height: 130px;
}

.gallery-thumbs-container1 .bx-wrapper {
	max-width: 100% !important;
}

.address-area {
	position: relative;
	width: 100%;
}

.address-area h2 {
	font-size: 20px;
	margin: 0px;
}

.address-area ul {
	position: relative;
	width: 100%;
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.address-area ul li {
	position: relative;
	width: 100%;
	line-height: 24px;
	display: block;
}

.address-area ul li a {
	text-decoration: none;
	color: #000;
}

.amenities-section {
	position: relative;
	width: 100%;
	padding: 70px 0px;
	background: #246893;
}

.project-gallery-section {
	position: relative;
	width: 100%;
	padding: 10px;
	background: #fff;
}

.iti__country-list {
	min-width: 640px;
}

.floor-plans-side-left td {
	padding: 20px;
}

.FloorPlanTabs {
	position: relative;
	width: 100%;
}

.FloorPlanTabs .tab {
	overflow: hidden;
}

.FloorPlanTabs table td {
	text-align: center;
}

.FloorPlanTabs .tab button {
	background-color: inherit;
	float: left;
	border: none;
	outline: none;
	cursor: pointer;
	transition: 0.3s;
	width: 32%;
	background: #fff;
	margin-right: 1%;
}

.FloorPlanTabs .tab button.active {
	padding-bottom: 15px;
	border-bottom-style: solid;
	border-bottom-width: 3.1px;
	font-size: large;
	font-weight: 600;
	color: #d21414 !important;
}

.FloorPlanTabs .tabcontent {
	display: none;
	padding: 6px 12px;
	border-top: none;
	text-align: left;
}

.FloorPlanTabs .tabcontent .table {
	width: 100%;
	margin-bottom: 0;
}

.floor-plan-area {
	position: relative;
	width: 100%;
	background: #fbc488;
	padding: 20px 0px;
}


.tabcontent table th {
	padding: 5px 2px !important;
	width: 33.3%;
	text-align: center;
}

/* demo css here*/
* {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}


.iti__hide {
	display: none;
}

pre {
	margin: 0 !important;
	display: inline-block;
}

.token.operator,
.token.entity,
.token.url,
.language-css .token.string,
.style .token.string,
.token.variable {
	background: none;
}

input,
button {
	height: 35px;
	margin: 0;
	padding: 6px 12px;
	border-radius: 2px;
	font-family: inherit;
	font-size: 100%;
	color: white;
}

input[disabled],
button[disabled] {
	background-color: #eee;
}

input,
select {
	border: 1px solid #CCC;
	width: 150px;
	font-weight: 600;
}

::-webkit-input-placeholder {
	color: #BBB;
}

::-moz-placeholder {
	/* Firefox 19+ */
	color: #BBB;
	opacity: 1;
}

:-ms-input-placeholder {
	color: #BBB;
}


.video-play-button {
	position: absolute;
	z-index: 10;
	top: 45%;
	left: 49%;
	transform: translateX(-50%) translateY(-50%);
	box-sizing: content-box;
	display: block;
	width: 32px;
	height: 44px;
	/* background: #fa183d; */
	border-radius: 50%;
}

.video-play-button:before {
	content: "";
	position: absolute;
	z-index: 0;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	display: block;
	width: 80px;
	height: 80px;
	background: #ff4c60;
	border-radius: 50%;
	animation: pulse-border 1500ms ease-out infinite;
}

.video-play-button:after {
	content: "";
	position: absolute;
	z-index: 1;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	display: block;
	width: 80px;
	height: 80px;
	background: #ff4c60;
	border-radius: 50%;
	transition: all 200ms;
}

.video-play-button:hover:after {
	background-color: #f1ad34;
}

.video-play-button:before {
	content: "";
	color: red;
	position: absolute;
	z-index: 0;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	display: block;
	width: 80px;
	height: 80px;
	background: #ff4c60;
	border-radius: 50%;
	animation: pulse-border 1500ms ease-out infinite;
}

.video-play-button img {
	position: relative;
	z-index: 3;
	max-width: 100%;
	width: auto;
	height: auto;
}

.video-play-button span {
	display: block;
	position: relative;
	z-index: 3;
	width: 0;
	height: 0;
	border-left: 42px solid #fff;
	border-top: 22px solid transparent;
	border-bottom: 22px solid transparent;
}

@keyframes pulse-border {
	0% {
		transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
		opacity: 1;
	}

	100% {
		transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
		opacity: 0;
	}
}


.video-overlay {
	position: fixed;
	z-index: -1;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.80);
	opacity: 0;
	transition: all ease 500ms;
}

.video-overlay.open {
	position: fixed;
	z-index: 1000;
	opacity: 1;
}

.video-overlay-close {
	position: absolute;
	z-index: 1000;
	top: 15px;
	right: 20px;
	font-size: 36px;
	line-height: 1;
	font-weight: 400;
	color: #f1ad34;
	text-decoration: none;
	cursor: pointer;
	transition: all 200ms;
}

.video-overlay-close:hover {
	color: #ff4c60;
	transform: scale(1.5);
}

.video-overlay iframe {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	/* width: 90%; */
	/* height: auto; */
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.75);
}

/* ENTRANCE ANIMATION OF THE PLAY BUTTON */

.video-play-button {
	-webkit-animation: scale-up-center 1s cubic-bezier(0.680, -0.550, 0.265, 1.550) both;
	animation: scale-up-center 1s cubic-bezier(0.680, -0.550, 0.265, 1.550) both;
}

.video-play-button {
	0% {
		-webkit-transform: scale(0.5);
		transform: scale(0.5);
	}

	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes scale-up-center {
	0% {
		-webkit-transform: scale(0.5);
		transform: scale(0.5);
	}

	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}


.video-overlay {
	position: fixed;
	z-index: -1;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.80);
	opacity: 0;
	transition: all ease 500ms;
}

.video-overlay.open {
	position: fixed;
	z-index: 1000;
	opacity: 1;
}

.video-overlay-close {
	position: absolute;
	z-index: 1000;
	top: 15px;
	right: 20px;
	font-size: 36px;
	line-height: 1;
	font-weight: 400;
	color: #f1ad34;
	text-decoration: none;
	cursor: pointer;
	transition: all 200ms;
}

.video-overlay-close:hover {
	color: #ff4c60;
	transform: scale(1.5);
}

.video-overlay iframe {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	/* width: 90%; */
	/* height: auto; */
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.75);
}

/* ENTRANCE ANIMATION OF THE PLAY BUTTON */

.video-play-button {
	-webkit-animation: scale-up-center 1s cubic-bezier(0.680, -0.550, 0.265, 1.550) both;
	animation: scale-up-center 1s cubic-bezier(0.680, -0.550, 0.265, 1.550) both;
}

.video-play-button {
	0% {
		-webkit-transform: scale(0.5);
		transform: scale(0.5);
	}

	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes scale-up-center {
	0% {
		-webkit-transform: scale(0.5);
		transform: scale(0.5);
	}

	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}


h1.section-name {
	font-size: 24px;
	font-weight: 600;
	color: #dc6039;
	text-align: center;
	display: block;
	width: 100%;
	margin-bottom: 5px;
}

.floor_plan4ab {
	position: relative;
	width: 100%;
}

.floor_plan4ab .slider.slider-nav {
	display: none;
}

.floor_plan4ab .action {
	display: none;
}
.slider.slider-nav img{
    height:auto!important;
} 
/*========================
Barcode css start here
========================*/
.barcode_area {
	position: relative;
	width: 100%;
	max-width: 640px;
	margin: 0 auto;
	padding-top: 25px;
	text-align: center;
}

.barcode_area img {
	position: relative;
	width:auto!important;
	border: 3px solid #1c3e5a;
	height: 100px;
	margin: 0 auto;
}

.barcode_area h4 {
	position: relative;
	font-size: 14px;
	font-weight: 500;
	margin: 10px 0px;
}

.barcode_area p {
	position: relative;
	font-size: 14px;
	margin: 0px;
}



/*========================
Barcode css end here  
========================*/

#secondry_popup form {
	padding: 0px 15px;
	margin-top: 30px;
}

#secondry_popup {
	border: 5px solid #ef6155;
	width: 100%;
	max-width: 500px;
	margin: 0 auto;
	overflow-y: inherit;
	left: 0;
	background: #fff;
	display: none;
	right: 0;
	height: auto;
	overflow-x: inherit;
	position: fixed;
	padding: 0px;
	opacity: 1 !important;
	top: 200px;
	z-index: 9;
	padding-right: 0 !important;
}

#secondry_popup button#closeBtn {
	background: #DC6039;
	color: #fff;
	font-size: 24px;
	position: absolute;
	right: -15px;
	top: -15px;
	border-radius: 50%;
	text-align: center;
	width: 40px;
	line-height: 32px;
	height: 40px;
	border: 0px;
}

#secondry_popup .modal-top {
	position: relative;
	text-align: center;
	padding: 0px 0px;
}

#secondry_popup .form-group {
	margin-bottom: 15px;
}

#secondry_popup .modal-body {
	text-align: center;
	padding-top: 0;
}

#secondry_popup .modal-body h2 {
	font-size: 24px;
}

#secondry_popup button.btn.btn-primary {
	background: #ef6155;
	border: none;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 500;
}

#secondry_popup .modal-content {
	height: 220px;
	border-radius: 0px;
	padding-bottom: 15px;
}

#secondry_popup .modal-dialog {
	margin: 0px;
	padding: 0px;
}

#secondry_popup .modal-header {
	text-align: center;
	display: block;
	border: 0px;
}

#secondry_popup .modal-header img {
	height: 70px;
}

#secondry_popup button.close {
	position: absolute;
	right: 18px;
	top: 12px;
	padding: 0;
	font-size: 42px;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	border: 0;
	z-index: 9;
}


.cfp_btn {
	background: transparent;
	border: none;
	color: #f8f9fa;
	;
	font-weight: 500;
	border: 1px solid #f8f9fa;
	;
	text-transform: uppercase;
	font-size: 12px;
	padding: 5px 10px;
}

.cfp_btn:hover {
	background: transparent;
	border: none;
	color: #fff;
	background: #d21414;
	font-weight: 500;
	border: 1px solid #d21414;
	text-transform: uppercase;
	font-size: 12px;
	padding: 5px 10px;
}

button.close {
	position: absolute;
	right: -12px;
	top: -15px;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	border: 2px solid #ef6155;
	z-index: 9;
}


.property-gallery-area {
	position: relative;
	width: 100%;
	padding: 30px 0px;
}
.company_barcode {
    position: relative;
    width: 100%;
    display: flex;
    padding: 25px;
    text-align: center;
    max-width: 700px;
    margin: 0 auto;
    color:#fff;
}

.company_barcode img {
	position: relative;
	float: left;
	width: 120px;
	margin-right: 25px;
}

.company_barcode p {
	position: relative;
	font-size: 14px;
	color: #fff;
	margin-top: 25px;
}
/*==================================
First popup css start here
===================================*/
#first_popup form {
    padding: 0px 15px;
}
#first_popup {
    border: 5px solid #ef6155;
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    overflow-y: inherit;
    left: 0;
    background:#fff;
    display:none;
    right: 0;
    height:370px;
    overflow-x: inherit;
    position: fixed;
    padding: 0px;
    opacity:1!important;
    top: 100px;
    padding-right: 0!important;
    z-index: 9999;
}
#first_popup .form-group{
    margin-bottom:15px;
}
#first_popup .modal-body {
    text-align: center;
    padding-top: 0;
}
#first_popup .modal-body h2 {
    font-size:24px;
}
#first_popup button.btn.btn-primary {
    background: #ef6155;
    border: none;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
}
#first_popup .modal-content{
    height:340px;
    border-radius:0px;
}
#first_popup .modal-dialog{
    margin:0px;
    padding:0px;
}
#first_popup .modal-header {
    text-align: center;
    display: block;
    border: 0px;
}
#first_popup .modal-header img{
height:70px;
}
#first_popup button.close {
    position: absolute;
    right: 18px;
    top: 12px;
    padding: 0;
    font-size: 42px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 0;
    z-index: 9;
}
#first_popup .modal-top #closeBtn {
    position: absolute;
    top: -15px;
    right: -15px;
    width: 36px;
    border-radius: 50%;
    height: 36px;
    border: 0px;
    padding: 4px 8px;
    z-index: 99;
    cursor: pointer;
    font-size: 21px;
    text-align: center;
}
.modal-backdrop{
   display:none; 
}
.current-project-area .owl-nav {
	position:absolute;
	width: 100%;
	top:40%;
	display:inline-block;
}
.current-project-area .owl-nav .owl-prev{
	position:absolute;
	left:-25px;
}
.current-project-area .owl-nav .owl-next{
	position:absolute;
	right:-25px;
}
.project-thumb-slider .slider.slider-nan .slick-slide {
    height: auto;
    padding: 5px;
}

.aboutFeatureLit {
    position: relative;
    width: 100%;
}
.aboutFeatureLit .single-inner-box:nth-child(odd) {
    position: relative;
    width: 45%;
    display: inline-block;
    float: left;
}
.aboutFeatureLit .single-inner-box:nth-child(even) {
    position: relative;
    width: 55%;
    display: inline-block;
    float: left;
}
.aboutFeatureLit .single-inner-box p{
    position: relative;
    font-size:14px;
    margin:0px;
}
.slide-box .item {
    position: relative;
    width: 100%;
    text-align: center;
}
.youtube-player {
    position: relative;
    width: 100%;
    background: #000;
    text-align: center;
    height: 310px;
    overflow: hidden;
}
.youtube-player img {
    position: absolute;
    width: 100%;
    object-fit: cover;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 100%;
}

.couple-Group-Area {
    position: relative;
    width: 100%;
    padding: 30px;
}
.faq-area{
    position:relative;
    width:100%;
    padding:30px 0px;
}


.faq-area .card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem;
    margin-bottom:15px;
}

.faq-area .card-header:first-child {
    border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0;
}
.faq-area .card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, .03);
    border-bottom: 1px solid rgba(0, 0, 0, .125);
}

.plusIcon {
    position: absolute;
    right: 20px;
}
.minusIcon {
    position: absolute;
    right: 20px;
}

.card-link .plusIcon{
    
    display:none;
}
.card-link .minusIcon{
    display:inline-block;
}


.card-link.collapsed .plusIcon{
    
    display:inline-block;
}
.card-link.collapsed .minusIcon{
    display:none;
}

.property-featured {
    position: relative;
    width: 100%;
    background: #1A4067;
}
.property-featured-box {
    text-align: center;
}
.external-amenities-list {
    position: relative;
    width: 100%;
    padding: 5px;
    left:10px;
    border: 5px solid #dddddd;
    text-align: justify;
    height: 145px;
    overflow: hidden;
    margin-top: 10px;
    margin-left:-0.75rem;
}

.external-amenities-list ul{
        position: relative;
    left: -10px;
}

.property-featured-box p {
    margin: 0px;
}
.ReadMore1 {
    background: transparent;
    color: #dc6039;
    border: none;
    width: 100%;
    display: inline-block;
    margin: 10px 0px;
}
.ReadMore1 .all_para1 {
    display: block;
}
.ReadMore1 .all_half1 {
    display: none;
}
.internal-features-list {
    position: relative;
    width: 100%;
    padding: 5px;
    left:10px;
    border: 5px solid #dddddd;
    text-align: justify;
    height: 145px;
    overflow: hidden;
    margin-top: 10px;
    margin-left:-0.75rem;
}

.internal-features-list ul {
        position: relative;
    left: -10px;
}

.ReadMore2 {
    background: transparent;
    color: #dc6039;
    border: none;
    width: 100%;
    display: inline-block;
    margin: 10px 0px;
}
.ReadMore2 .all_para2 {
    display: block;
}
.ReadMore2 .all_half2 {
    display: none;
}

.internal-features-list.heightauto1 {
    height: auto;
}
.external-amenities-list.heightauto2 {
    height: auto;
}
.tncPpage {
    position: relative;
    width: 100%;
    display: inline-block;
    text-align:right;
}
.tncPpage a {
    position: relative;
    text-decoration: none;
    color: #fff;
    display: inline-block;
    margin: 0px 15px;
    text-decoration:underline;
}
.page-breadcrumb-section {
    position: relative;
    width: 100%;
    padding: 30px 0px;
    margin-top: 85px;
    background: #f5f5f5;
    text-align: center;
    box-shadow: 0px 0px 15px #ccc;
}
.page-breadcrumb-section h1 {
    position: relative;
    font-size: 32px;
    text-transform: uppercase;
    font-weight: 400;
    margin: 0;
}
.page-terms-and-conditions {
    position: relative;
    width: 100%;
    padding: 30px 0px;
}
.page-privacy-policy{
    position: relative;
    width: 100%;
    padding: 30px 0px;    
}
.privacy-policy-text-ares{
    position: relative;
    width: 100%;
}
.terms-and-conditions-text-ares {
    position: relative;
    width: 100%;
}
.terms-and-conditions-text-ares h2{
    position: relative;
    font-size:24px;
}
.terms-and-conditions-text-ares p{
    position: relative;
    font-size:14px;
    line-height:24px;
    margin-bottom:15px;
}

.privacy-policy-text-ares h2{
    position: relative;
    font-size:24px;
}
.privacy-policy-text-ares p{
    position: relative;
    font-size:14px;
    line-height:24px;
    margin-bottom:15px;
}
.propertySpecification-Areas{
    position:relative;
    width:100%;    
}
.propertySpecification {
    position: relative;
    width: 70%;
    margin: 0 auto;
    
}
.stript-border{
  border: 2px solid #071e30;  
}
.propertySpecification .section-name{
    position:relative;
    width:100%;
    text-align:center;
    color:#000;
}
.propertySpecification .table {
    position:relative;
    width:100%;
    margin:0px;
}

.property-gallery-area .slick-dots li button:before {
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50%;
    width: 12px;
    height: 12px;
    content: '•';
    text-align: center;
    opacity: .25;
    color: #000;
    background: #000;
}

.property-gallery-area .owl-dots {
    position: relative;
    width: 100%;
    text-align: center;
}
.property-gallery-area .item img{
    width:100%;
}
.property-gallery-area .item {
    text-align: center;
}
.couple-gallery-box{
    position:relative;
    width:100%;
    text-align:center;
}
.couple-gallery-box img{
    position:relative;
    width:100%;
    height:300px;
}

.about-area .col-lg-5{
    display:none;
}
.about-area .col-lg-7{
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.contact-area .form-control {
    height: 30px;
    padding: 5px;
   
}
.contact-area .form-group {
     margin-bottom:0px!important;
}
.qr-code-box {
    position: relative;
    display: inline-block;
    width: 100%;
}
.qr-code-box .item {
    display: inline-block;
    width: 19%;
    float: left;
    margin: 0px 2px;
}
.page-title-content {
    text-align: center;
    position:relative;
}
.page-title-content ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.page-title-content ul li {
    color: #000;
    display: inline-block;
    position: relative;
    font-weight: 600;
    font-size: 13px;
    margin: 0;
    letter-spacing: 0.3px;
    text-transform: uppercase;
}
.page-title-content ul li::after {
    content: '\007c';
    padding: 0 10px;
    vertical-align: top;
    font-weight: bolder;
    font-size: 12px;
}
.page-title-content ul li:last-child::after {
	display: none;
}
.page-title-content ul li a {
    display: inline-block;
    color: #000;
    -webkit-transition: all 400ms ease-out;
    transition: all 400ms ease-out;
    will-change: transform;
}
.property-categories-section h2.section-name {
    margin-bottom:40px;
}

    .property-categories-section .col-md-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 11.11%;
        max-width: 11.11%%;
    }





