@import "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";
@import url('https://fonts.googleapis.com/css2?family=Open+Sans&display=swap');

body {
	font-family: 'Open Sans', 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:15px
}
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:.5s;
transition:.5s;
	display:block
}
a:hover, a:focus {
	color:#005aab;
	text-decoration:none
}
.bg-f9f9f9 {
	background-color:#f9f9f9
}
.ptb-100 {
	padding-top:50px;
	padding-bottom:20px !important;
}
.default-btn {
    display: inline-block;
    overflow: hidden;
    border: none!important;
    position: relative;
    /* background-color: #005aab; */
    color: #fff;
    padding: 12px 26px;
    -webkit-box-shadow: 0 10px 20px 0 rgb(113 177 0 / 25%);
    box-shadow: 0 10px 20px 0 rgb(113 177 0 / 25%);
    font-weight: 500;
    font-size: 16px;
    border-radius: 4px;
    background: linear-gradient( 
90deg, #005aab, #4db848);
}
.default-btn::before {
content:'';
background:#fff;
background:rgba(255, 255, 255, .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:#005aab;
	color:#fff
}
.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 {
	text-align:center;
	margin-bottom:26px
}


.section-title h2 {
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 15px;
    text-transform: uppercase;
    color: #000;
}
.section-title p {
	max-width:645px;
	margin:0 auto
}
.form-control {
    height: 46px;
    padding: 15px;
    font-size: 14px;
    font-weight: 500;
    color: #999;
    border: none;
   
    background-color: #ffffff;
    -webkit-transition: .5s;
    transition: .5s;
    border-radius: 5px !important;
}
.form-control:focus {
	border:none;
	-webkit-box-shadow:unset;
	box-shadow:unset;
	background-color:#f3f3f3
}
.form-control::-webkit-input-placeholder {
color:#999
}
.form-control:-ms-input-placeholder {
color:#999
}
.form-control::-ms-input-placeholder {
color:#999
}
.form-control::placeholder {
color:#999
}
.preloader {
	position:fixed;
	left:0;
	top:0;
	width:100%;
	height:100%;
	z-index:99999;
	text-align:center;
	background-color:#fff
}
.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, .05);
	box-shadow:0 0 20px 3px rgba(0, 0, 0, .05)
}
.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, .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:#fff;
	display:inline-block
}
.top-header ul.header-contact li i {
	color:#005aab;
	margin-right:3px
}
.top-header ul.header-contact li a {
	display:inline-block;
	color:#fff
}
.top-header ul.header-contact li a:hover, .top-header ul.header-contact li a:focus {
	color:#005aab
}
.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:#005aab;
	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:#005aab;
	color:#fff
}
.navbar {
	
	top:0;
	width:100%;
	height:auto;
	z-index:999;
	padding:20px 40px;
	left:0
}
.navbar.is-sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    /* padding-top: 15px; */
    /* padding-bottom: 15px; */
    z-index: 999;
    -webkit-box-shadow: 0 0 18px 1px rgb(0 0 0 / 10%);
    box-shadow: 0 0 18px 1px rgb(0 0 0 / 10%);
    /* background-color: #fff!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; */
    background: #91cfff !important;
    padding: 8px 40px;
}		
.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: #000;
    text-transform: uppercase;
    position: relative;
    padding-left: 10px;
    padding-right: 0;
    font-weight: 500;
    font-size: 15px;
}
.navbar-light .navbar-nav .nav-item .nav-link::before {
content:'';
position:absolute;
top:50%;
-webkit-transform:translateY(-50%);
transform:translateY(-50%);
width:7px;
height:7px;
background:#005aab;
left:-13px;
display: none;
}
.navbar-light .navbar-nav .nav-item .nav-link:hover, .navbar-light .navbar-nav .nav-item .nav-link.active {
	color:#000;
}
.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:#fff;
}
.navbar-light.is-sticky .navbar-nav .nav-item .nav-link:hover, .navbar-light.is-sticky .navbar-nav .nav-item .nav-link.active {
    color: #4db848;
}
.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 {
	position:relative;
	z-index:1;
	height:800px;
	background-position:center center;
	background-size:cover;
	background-repeat:no-repeat
}
/*.main-banner::before {
position:absolute;
z-index:-1;
content:'';
width:100%;
height:100%;
left:0;
top:0;
background:#000;
opacity:.65
}*/
.home-area .d-table-cell {
	vertical-align:bottom
}

.home-area {
    background-image: url(../img/banner.jpg);
    background-size: 100%;
    height: 600px;
    background-repeat: no-repeat;
}
.item-bg1 {
	background-image:url(../img/banner.jpg)
}
.item-bg2 {
	background-image:url(../img/banner.jpg)
}
.item-bg3 {
	background-image:url(../img/banner.jpg)
}
.main-banner-content {
    max-width: 380px;
    background-color: rgba(0, 0, 0, .5);
    position: relative;
    z-index: 22;
    border: 2px solid #fff;
    padding: 20px;
    /* margin-bottom: 133px; */
    /* float: right; */
    border-radius: 5px;
    /* margin-top: 45px; */
    position: absolute;
    right: 130px;
    top: 23px;
}
.main-banner-content h1 {
	line-height:44px;
	color:#fff;
	font-size:32px;
	font-weight:700;
	margin-bottom:15px
}
.main-banner-content h1 span {
	color:#005aab
}
.main-banner-content p {
	font-size:15px;
	color:#fff;
	opacity:.9;
	margin-bottom:25px
}
.main-banner-text {
	max-width:560px;
	background-color:rgba(0, 0, 0, .5);
	position:relative;
	z-index:22;
	padding:50px
}
.main-banner-text h1 {
	line-height:44px;
	color:#fff;
	font-size:32px;
	font-weight:700;
	margin-bottom:15px
}
.main-banner-text h1 span {
	color:#005aab
}
.main-banner-text p {
	font-size:15px;
	color:#fff;
	opacity:.9;
	margin-bottom:25px
}
.hero-content {
	position:relative;
	z-index:22;
	margin-top:70px
}
.hero-content span {
	color:#005aab;
	text-transform:uppercase;
	font-size:18px;
	font-weight:600;
	display:block
}
.hero-content h1 {
	color:#fff;
	font-size:65px;
	font-weight:700;
	margin-top:15px;
	margin-bottom:0
}
.hero-content p {
	color:#fff;
	font-size:18px;
	font-weight:500;
	margin-top:20px;
	margin-bottom:0
}
.hero-content p i {
	color:#005aab
}
.home-slides .swiper-pagination-bullet {
	width:20px;
	height:5px;
	border-radius:0;
	background:#fff;
	opacity:1;
-webkit-transition:.5s;
transition:.5s
}
.home-slides .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background:#005aab;
	width:45px
}
.visit-form {
	background:#fff;
	-webkit-box-shadow:0 2px 48px 0 rgba(0, 0, 0, .08);
	box-shadow:0 2px 48px 0 rgba(0, 0, 0, .08);
	padding:40px 25px;
	position:relative;
	z-index:22;
	margin-top:50px
}
.visit-form::before {
content:'';
position:absolute;
z-index:-1;
background:#fff;
width:96%;
opacity:.62;
height:50%;
bottom:-10px;
left:0;
right:0;
margin:auto;
border-radius:3px
}
.visit-form form {
	text-align:center
}
.visit-form form .form-control {
	border:1px solid #eee;
	font-size:14px;
	border-radius:2px
}
.visit-form form label {
	color:#3c3c3c;
	font-weight:500;
	margin-bottom:10px;
	text-align:left;
	display:block
}
.visit-form form .default-btn {
	margin-top:10px
}
.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-area {
	padding-bottom:70px
}
.single-features {
	margin-bottom:30px;
	background-color:#fff;
	text-align:center;
	-webkit-box-shadow:0 0 1rem rgba(108, 118, 134, .1);
	box-shadow:0 0 1rem rgba(108, 118, 134, .1);
-webkit-transition:.5s;
transition:.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:#005aab;
	font-size:30px;
	border-radius:50%;
-webkit-transition:.5s;
transition:.5s;
	display:inline-block;
	border:1.3px solid #005aab
}
.single-features h3 {
	margin-top:30px;
	margin-bottom:15px;
	font-size:18px;
	font-weight:600;
	text-transform:uppercase
}
.single-features a {
	color:#005aab;
	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:#005aab;
	color:#fff
}
.about-image {
	

	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 #005aab
}
.about-content h1 {
	
	font-weight:600;
	margin-bottom:20px
}
.about-content h3 {
	font-size:32px;
	font-weight:600;
	margin-bottom:15px
}
.about-content p {
    margin-bottom: 0;
    font-size: 17px;
}
.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:.5s;
transition:.5s;
	top:0;
	color:#005aab;
	font-size:35px;
	border:1.3px solid #005aab;
	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:#fff;
	background-color:#005aab
}
.property-details-area {
	position:relative;
	z-index:1;
	overflow:hidden
}
.property-details-area::before {
    position: absolute;
    right: -88%;
    background: #005aab;
    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/fs1111.jpeg);
	background-position:center center;
	background-size:cover;
	background-repeat:no-repeat
}
.video-image img {
	display:none
}
/*.video-image::before {
position:absolute;
right:0;
background:#000;
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, .88);
	border-radius:50%;
	font-size:30px;
	color:#005aab;
	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, .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:.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:.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: #fff;
    text-transform: uppercase;
}
.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 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
    color: #000;
    font-size: 18px;
    margin-top: 10px;
    padding-right: 15px;
    padding-left: 15px;
    font-weight: 500;
}
.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:#fff
}
.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:#fff;
	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:#005aab;
content:'';
top:0;
width:53%;
height:100%;
z-index:22
}
.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-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:#005aab;
content:'';
-webkit-transform:rotate(45deg);
transform:rotate(45deg);
right:0;
margin:0 auto;
z-index:-1;
opacity:0;
visibility:hidden;
-webkit-transition:.5s;
transition:.5s
}
.tab .tabs li a {
	background-color:#fff;
	padding:18px 40px;
	color:#3c3c3c;
	text-transform:uppercase;
	font-weight:600;
	font-size:15px
}
.tab .tabs li a:hover {
	background-color:#005aab;
	color:#fff
}
.tab .tabs li.current a {
	background-color:#005aab;
	color:#fff
}
.tab .tabs li.current::before {
opacity:1;
visibility:visible
}
.tab .tab_content {
	background-color:#fff;
	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 #eee
}
.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-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:#005aab
}
.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:#005aab
}
.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:#005aab;
	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:#005aab
}
.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:#005aab;
	font-size:16px;
	text-align:center;
	border-radius:50%
}
.agent-content .social li a:hover, .agent-content .social li a:focus {
	background-color:#005aab;
	color:#fff
}
.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-area .section-title h2 {
	color:#fff
}
.feedback-area .section-title p {
	color:#fff;
	opacity:.9
}
.single-feedback {
	margin-bottom:30px;
	text-align:center;
	background-color:#fff;
	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:#005aab
}
.single-feedback h3 {
	font-size:15px;
	font-weight:600;
	margin-bottom:5px
}
.single-feedback span {
	display:block;
	font-size:14px;
	color:#3c3c3c
}
.services-area {
	padding-bottom:70px
}
.single-services {
    margin-bottom: 30px;
    background-color: #a1e0fd;
    text-align: center;
    -webkit-transition: .5s;
    transition: .5s;
    border-radius: 5px;
    border: 1px solid #fcfafa;
    padding-top: 12px;
    padding-bottom: 12px;
    min-height: 160px;
}
.single-services .icon {
	width:70px;
	height:70px;
	line-height:70px;
	color:#005aab;
	font-size:35px;
	border-radius:3px;
-webkit-transition:.5s;
transition:.5s;
	display:inline-block;
	
}
.single-services h3 {
    margin-top: 25px;
    margin-bottom: 0;
    font-size: 16px;
    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:#005aab
}
.single-services a {
	color:#005aab;
	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:#005aab;
	color:#fff;
	border-radius:50%
}*/
#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:-ms-flexbox;
	display:-webkit-box;
	display:flex;
	-ms-flex-wrap:wrap;
	-ms-flex-align:center!important;
	-webkit-box-align:center!important;
	align-items:center!important;
	flex-wrap:wrap;
	margin-right:-10px;
	margin-left:-10px
}
.contact-box .agent-contact .image {
	-ms-flex:0 0 41.666667%;
	-webkit-box-flex:0;
	flex:0 0 41.666667%;
	max-width:41.666667%;
	position:relative;
	width:100%;
	padding-left:10px;
	padding-right:10px
}
.contact-box .agent-contact .image img {
	border-radius:7px;
	border:6px solid #eee
}
.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:#005aab;
	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 100%;
	-webkit-box-flex:0;
	flex:0 0 100%;
	max-width:100%;
	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:#005aab
}
.contact-box .contact-info li i {
	color:#005aab;
	font-size:30px;
	position:absolute;
	left:0;
	top:0
}
.contact-box .social {
	padding:0;
	list-style-type:none;
	margin:0
}
.contact-box .social li {
	display:inline-block
}
.contact-box .social li a {
	width:40px;
	height:40px;
	line-height:42px;
	background-color:#ededed;
	color:#005aab;
	font-size:16px;
	text-align:center;
	border-radius:50%
}
.contact-box .social li a:hover, .contact-box .social li a:focus {
	background-color:#005aab;
	color:#fff
}
.footer-area {
    text-align: center;
    background: #005aab;
    padding-top: 12px;
    padding-bottom: 12px;
}
.footer-area p {
	color:#fff
}
.footer-area p a {
	display:inline-block;
	color:#fff
}
.footer-area p a:hover, .footer-area p a:focus {
	color:#005aab
}
.go-top {
	position:fixed;
	cursor:pointer;
	bottom:15px;
	right:15px;
	font-size:25px;
	color:#fff;
	background-color:#3c3c3c;
	z-index:4;
	display:none;
	width:45px;
	text-align:center;
	height:45px;
	line-height:45px;
	border-radius:50%;
-webkit-transition:.5s;
transition:.5s
}
.go-top:hover {
	color:#fff;
	background:#005aab
}


.about-botton {

	padding-top:20px;
}
ul.list-location {
    padding: 0;
}
.list-location li{
	 list-style: none;
}

.border-buttom {
    width: 14%;
    background: #005aab;
    height: 3px;
    /* margin-bottom: -13px; */
    margin: -8px 0;
}
section#agent {
    background: #fff;
}
.list-location li {
    list-style: none;
    padding-bottom: 7px;
    font-size: 16px;
    font-weight: 600;
    display: flex;
}

ul.list-location .icofont-map:before {
    content: "\ef8b";
    	color:#005aab;
    	font-size: 24px;
}

i.fa.fa-check {
    padding-right: 8px;
    color: #45ae53;
}
.main-banner-content img {
    /* width: 154px; */
    margin-bottom: 24px;
}

a.number {
    /* background: #ab6804; */
    color: #fff;
    padding: 8px 20px;
    font-size: 18px;
    border: 1px solid #fff;
    /* display: initial; */
    border-radius: 5px;
    margin-top: -4px;
    background: linear-gradient( 
177deg, #4db848, #005aab);
    font-weight: 500;
    margin-top: 2px !important;
    text-align: center;
    display: inline-block;
    float: right;
}
a.number:hover {
     background: linear-gradient( 
177deg, #005aab, #4db848);
    
}

.line-border {
    width: 50px;
    height: 3px;
    background: #005aab;
    margin: 0 auto;
}

ul.list-location li .fa {
    color: #005aab;
    padding-right: 6px;
    font-size: 24px;
}

.contact-area {
    background: #f7f7f7 !important;
}

.whatsapp-sidecon {
    position: fixed;
    border-radius: 63px;
    width: 50px;
    z-index: 99;
    -webkit-box-shadow: 0px 0px 7px 0px #0404046b;
    box-shadow: 0px 0px 12px -2px #0404045c;
    right: 20px;
    bottom: 20%;
    z-index: 999;
}

button.btn-close {
    position: absolute;
    right: -9px;
    top: -9px;
    border: none;
    background: #005aab;
    color: #fff;
    font-size: 25px;
    border-radius: 100%;
    width: 30px;
    height: 30px;
    line-height: 0;
}

.inquire-form-style.text-center {
    background: #c9e5ff;
    padding: 20px;
}

.inquire-form-style.text-center .line-border {
    margin-bottom: 20px !important;
}

.form-query {
    width: 100%;
    background: #045cac;
    padding: 9px 30px;
    position: fixed;
    bottom: 0;
    z-index: 99;
}

.col-bottom {
    width: 20%;
    float: left;
    padding: 0px 7px;
}

.input-box {
    font-size: 14px;
    padding: 0px 15px;
    width: 100%;
    margin: 12px 0px 10px 0px;
    height: 50px;
    background-color: #ffffff;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    border: 1px solid #d6d6d6;
    outline: none;
    box-shadow: 0px 0px 5px -4px #00000080 inset;
    color: #151d41;
    border-radius: 3px;
    margin: 0;
}
label {
    display: contents;
    margin-bottom: .5rem;
}

.col-bottom h3 {
    color: #fff;
    text-align: center;
    margin: 5px 0px;
}

.form-box {
    position: relative;
    width: 100%;
}

button.default-btn.bottom {
    width: 100%;
}


@media only screen and (max-width:768px){
.main-banner-content{
	display: none!important;
}
.mobile-section {
    
    display: block !important;
}
.home-area {
    background-image: url(../img/banner-desktop.jpg);
    background-size: 100%;
    height: 577px;
    background-repeat: no-repeat;
    display: none;
}
.mobile-section a {
    background: #1fa300;
    font-size: 15px;
    width: 33.33%;
    float: left;
    text-align: center;
    padding: 5px 0;
    color: #fff;
    border: 0;
    border-right: 1px solid #ffffff;
}

.mobile-section {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
    display: none;
}
a.whatsapp-sidecon {
   /* display: none;*/
}
section.mobile-section.top {
    position: relative;
    
}
.navbar-light .navbar-brand img {
    width: 103px !important;
}


.mobile {
    /* background: #00000000 !important; */
    position: absolute;
    top: 57px;
    width: 100%;
}
.top-content h1 {
    font-size: 32px;
    font-weight: 700;
}

.top-content {
    color: #ffffff;
    background: #0000004d;
    display: inline-block;
    padding: 14px !important;
    /* border-radius: 20px; */
    width: 100%;
}

a.top-banner-call {
    color: #fff;
    background: #005aab;
    display: inline-block;
    padding: 8px 24px;
    font-size: 20px !important;
    text-transform: uppercase;
    border: 2px solid;
    border-radius: 4px;
    width: 100%;
}

section.mobile-section.top img {
    margin-top: 55px;
}
header img {
    width: 210px;
}
a.number {
    /* background: #ab6804; */
    color: #fff;
    padding: 8px 7px;
    font-size: 16px;
    border: 1px solid #fff;
    /* display: initial; */
    border-radius: 5px;
    margin-top: -4px;
    background: linear-gradient( 
177deg, #4db848, #005aab);
    font-weight: 500;
    margin-top: 2px !important;
    text-align: center;
    display: inline-block;
    float: right;
}

}

.mobile-section{
	display: none;
}

a.navbar-brand img {
    width: 76%;
    /* height: auto; */
    /* padding: 0; */
}

.mainform h2 {
    color: #fff;
}

.line-border-top {
    width: 58px;
    height: 3px;
    background: #4db848;
    margin-bottom: 18px;
    margin-top: 10px;
}
.mainform{
    background-color: rgba(0, 0, 0, .5);
   
   
    border: 2px solid #fff;
    padding: 20px;
    /* margin-bottom: 133px; */
    /* float: right; */
    border-radius: 5px;
    /* margin-top: 45px; */}

   .form-top {
    /* padding: 50px 0; */
    padding-top: 100px;
}

.top-content {
    color: #ffffff;
    background: #262421bd;
    display: inline-block;
    padding: 20px;
    /* border-radius: 20px; */
    position: absolute;
    top: -55px;
    left: 0px;
    border-radius: 0px 0px 10px 0px;
}
.top-content p {
    color: #ffffff;
    font-size: 16px;
}
  

  section.config-section-price table tr th {
    background-color: #a1e0fd;
    color: #000;
    height: 50px;
    vertical-align: middle;
    font-size: 15px;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
}

section.config-section-price table {
    width: 100%;
    float: left;
    clear: both;
}

.heading {
    width: 100%;
    float: left;
    text-align: center;
}

section.config-section-price {
    float: left;
    clear: both;
    padding: 50px 0;
    width: 100%;

}
.bg-grey {
    background: #f5f5f5;
    padding: 50px 0;
}
section.config-section-price table tr {
    border-bottom: 1px solid #d0d0d0;
}

section.config-section-price table tr td {
    text-align: center;
    vertical-align: middle;
    height: 65px;
    font-weight: 600;
}

.map iframe {
    width: 100%;
    height: 400px;
}



.image img {
    height: 170px;
}

.demo-gallery .image {
    /* float: left; */
    /* float: left; */
    display: inline-block;
    width: 311px;
    margin: 8px;
}

.property-details-info .second{

    padding-top: 36px !important;
    padding-bottom: 36px !important;
    position: relative;
    z-index: 25;
    background: #005aab;
    padding-left: 30px !important;

}

.top-content .fa {
    padding-right: 8px;
}

a.amenties-button {
    background: #4db848;
    color: #fff;
    padding: 8px 22px;
    font-size: 20px;
    display: inline-block;
    border-radius: 4px;
    border: 2px solid;
    margin-top: 26px;
}

a.call {
    /* background: #4db848; */
    /* color: #fff; */
    /* display: inline-block; */
    /* padding: 11px 22px; */
    /* font-size: 16px; */
    /* font-weight: 500; */
    display: inline-block;
    overflow: hidden;
    border: none!important;
    position: relative;
    background-color: #4db848;
    color: #fff;
    padding: 12px 26px;
    /* -webkit-box-shadow: 0 10px 20px 0 rgb(0 90 171); */
    /* box-shadow: 0 10px 20px 0 rgb(191 191 191); */
    font-weight: 500;
    font-size: 16px;
    border-radius: 4px;
}

a.top-banner-call {
    color: #fff;
    /* background: #005aab; */
    display: inline-block;
    padding: 8px 24px;
    font-size: 16px;
    text-transform: uppercase;
    border: 2px solid;
    border-radius: 4px;
    background: linear-gradient( 
90deg, #005aab, #4db848);
}
header {
    /* padding: 20px 0; */
    background: #a1e0fd;
}

header img {
    width: 238px;
}
header {
    padding: 5px 0;
}

.map img {
    box-sizing: 1px 1px 1px 1px;
    box-shadow: 0px 0px 8px -1px;
    border-radius: 6px;
}

.about-image img {
    box-shadow: 0px 0px 8px -1px;
    border-radius: 6px;
}

header {
    /* padding: 20px 0; */
    background: #a1e0fd;
    position: fixed;
    width: 100%;
    z-index: 99;
}

/*new css*/
.form-p-design {
    background:#005aab;
    margin: auto;
    padding: 0px;
    border-radius: 8px ;
}
.form-p-design h5 {
    color: #000;
    text-align: center;
    padding: 10px;
}
.services-content img {
    wwi: 100px;
    width: 65px;
    display: block;
    margin: auto;
    margin: o auto;
    padding: 3px;
    border: 1px solid #fff;
    border-radius: 9px;
    padding: 8px;
    margin-bottom: 10px;
}
.form-p-design h2 {
    font-size: 14px;
    text-align: center;
    color: #fff;
}

.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #005aab;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 0.3rem;
    outline: 0;
}

section.banner-add {
    padding: 14px 0px;
    background: whitesmoke;
}


.banner-offers ul {
    padding-left: 0;
    list-style: none;
}

.banner-offers {
    width: 100%;
    background: black;
    left: 0px;
    /* height: 200px; */
    position: relative;
}

.pro-tag-line {
    display: block;
    padding: 0.1vw 0.8vw;
    font-size: 1.2vw;
    text-transform: capitalize;
    line-height: 1.4vw;
    text-shadow: 0 1px 2px #000;
    color: #fff;
}
.pro-price {
    display: block;
    padding: 0.1vw 0.8vw 0.3vw;
    color: #fff;
    text-shadow: 0 1px 2px #000;
    font-size: 1.8vw;
}



@media Screen and (max-width: 768px){ 
.top-content {
    color: #ffffff;
    background: #262421bd;
    display: inline-block;
    padding: 20px;
    /* border-radius: 20px; */
    position: absolute;
    top: 0px;
    left: 0!important;
    border-radius: 0px 0px 10px 0px;
}

.home-area {
    background-image: url(../img/banner.jpg);
    background-size: 100%;
    height: 600px!important;
    background-repeat: no-repeat;
}
.pro-tag-line {
    display: block;
    padding: 0.1vw 0.8vw;
    font-size: 3.2vw;
    text-transform: capitalize;
    line-height: 1.4vw;
    text-shadow: 0 1px 2px #000;
    color: #fff;
    padding-top: 20px;
}
.pro-price {
    display: block;
    padding: 0.1vw 0.8vw 0.3vw;
    color: #fff;
    text-shadow: 0 1px 2px #000;
    font-size: 4.8vw;
}
section.banner-add {
    padding: 14px 0px;
    background: whitesmoke;
    padding-top: 138px;
 }
}


.banner-adad img {
  padding-top: 20px;
}


/*@media screen and (max-width: 768px){*/
/*    .banner-adad img{*/
/*        padding:10px;*/
        
/*    }*/
/*}*/





@media screen and (max-width: 768px){


section.mobile {
    display: block !important;
    margin-top: 407px;
}
}

section.mobile {
    display: none;
}