@import url('https://fonts.googleapis.com/css?family=Poppins:400,500,600,700');

/* font-family: 'Poppins', sans-serif; font-family: 'Montserrat', sans-serif;*/

@font-face {
  font-family: 'icomoon';
  src:  url('fonts/icomoon.eot?bbqdl0');
  src:  url('fonts/icomoon.eot?bbqdl0#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?bbqdl0') format('truetype'),
    url('fonts/icomoon.woff?bbqdl0') format('woff'),
    url('fonts/icomoon.svg?bbqdl0#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-elevator:before {
  content: "\e900";
}
.icon-tap:before {
  content: "\e901";
}
.icon-fire-extinguisher:before {
  content: "\e902";
}
.icon-parking:before {
  content: "\e903";
}
.icon-road:before {
  content: "\e904";
}
.icon-plants-leaves:before {
  content: "\e905";
}



body {
	font-family: 'Poppins', sans-serif; 
	color: #4d4d4d;
	line-height: 28px;
	font-weight: normal;
	font-size: 16px;
	overflow-x:hidden;
	padding:0px;
	background:#fff; 
 }

h1 { font-family: 'Poppins', sans-serif;  color:#000000; font-size:40px;}
a { text-decoration:none; outline:none; }
a:focus { text-decoration:none; outline:none; color:#000; }
a:hover { text-decoration:none; outline:none;}

ul, li { margin:0px; padding:0px;}
li { list-style-type:none;}


@media (min-width:1200px) {
/*.full-width .container {
   width: 100%;
}

.full-width .container {
    padding: 0px 70px;
}
*/}

#top {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 80px;
    z-index: 9999;
    background-color: Orange;
    color: White;
    font-size: 3em;
    text-align: center;
}

#top-shadow {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height:63px;
    z-index: 999;
    box-shadow: 0 8px 8px rgba(0, 0, 0, 0.5);
    display: none;
}

.font-28 { font-size:28px;}

.contact-details {
    position: relative;
    padding-left:45px;
    min-height: 100px;
}

.contact-details:before {
    width: 1px;
    height: 100px;
    top: 0;
    left: 35px;
}
.contact-details:after, .contact-details:before {
    content: '';
    background-color: #999999;
    position: absolute;
}

.contact-details p { font-size:14px; line-height:20px;}

.contact-details .address-icon {
    font-size: 20px;
    color:#e67817;
    position: absolute;
    left:13px;
    top: 5px;
}


#contact-form h3 { margin:25px 0; font-size:16px; color:#9a9a9a;}
 
.contact-details .address-title {
    font-size: 15px;
    font-weight: bold;
    color: #434343;
    padding-top: 7px;
    padding-bottom:10px;
}

.contact-details:after {
    width: 200px;
    height: 1px;
    left: 0;
    top: 35px;
}
.contact-details:after, .contact-details:before {
    content: '';
    background-color: #999999;
    position: absolute;
}


#contact-form .form-control{
	border: none;
    border-bottom: 1px solid #f0f0f0;
    padding-left: 0;
    margin-bottom: 20px;
    background-color: transparent;
	font-size:13px;
	color:#555;
}

#contact-form .form-control:focus {
	box-shadow:none;
	border-bottom:1px solid #000;
}

.navbar-dark .navbar-nav .nav-link { color:#343a40!important}
.navbar-dark .navbar-brand { color:#343a40!important}

.dropdown:hover>.dropdown-menu {
  display: block;
}

.dropdown>.dropdown-toggle:active {
  /*Without this, clicking will make it sticky*/
    pointer-events: none;
}

.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover { color:#FF4500 !important;}

.navbar-nav { float:right;}

.navbar-collapse {
   
    flex-grow:0;
  
}

.navbar-expand-md { background:#fff; }

#new-property .item {
    background: #fff;
    border-radius: 3px;
    margin-bottom: 30px;
	box-shadow:0 20px 40px 0 rgba(28, 30, 35, 0.2);
}

.item .item-header {
    padding: 22px 20px;
}
.item .item-header h3 {
    font-weight: 400;
    float: left;
    font-size: 14px;
    color: #727272;
    text-transform: uppercase;
    margin: 0;
}

.item .item-header .favorite {
    float: right;
}
.item .item-header span {
    font-size: 12px;
    text-transform: uppercase;
    color: #727272;
    display: inline-block;
}

.item .item-detail {
    padding: 20px;
    overflow: hidden;
}

.item figure .overlay {
    opacity: 0;
    background: rgba(255,255,255,0.5);
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 178px;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.item figure .overlay .btn-detail {
    background: #ffeb3b;
    color: #212121;
}

.item .item-detail .left {
    float: left;
}

.item .item-detail .right {
    text-align: right;
    float: right;
}

.item .item-detail .place {
    display: block;
    margin-bottom: 10px;
    padding: 0;
}


.item figure img {
    width: 360px;
    height: 178px;
    -webkit-transition: -webkit-transform 0.5s ease-in;
    -moz-transition: -moz-transform 0.5s ease-in;
    -o-transition: -o-transform 0.5s ease-in;
}

.item .item-detail .area {
    background: url(../images/icon-area.png) no-repeat left;
    margin-bottom: 10px;
    display: block;
    margin-right: 0;
}

.item .item-detail .price {
    padding-left: 0;
    font: 700 14px 'Ubuntu', Arial, Helvetica, sans-serif;
    color: #212121;
    margin-right: 0;
}

.item figure .label {
    position: absolute;
    top: 20px;
    right: 20px;
}
.label.sale {
    background: #2196f3;
}
.label {
    font-size: 10px;
    color: #fff;
    border-radius: 2px;
    padding: 8px 10px;
    text-transform: uppercase;
}

.item figure {
    position: relative;
    overflow: hidden;
	margin: 0;
}

.item .item-detail span {
    font-size: 12px;
    color: #727272;
    text-transform: uppercase;
    padding-left: 20px;
    margin-right: 20px;
}

h3.headline {
    font-size: 28px;
    line-height: 38px;
    margin: 0 0 30px 0;
}

.carousel {
    margin-bottom:0rem;
}

#parllax { 
    background-image: url("../images/parllax.jpg");
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.top-bg { background-color:rgba(0,0,0,0.92); padding:65px 0 27px; }

.navbar-brand { color:#000;}
.nav-link { color:#000;}
.nav-link:hover { color:#e67817}
.navbar-brand img { width: 35%; }

#new-property {
    padding: 60px 0;
    /*background: #f6f7f8;*/
    margin: 80px 0;
}

#welcome {
    padding: 60px 0;
    background: #f6f7f8;
  /*  margin: 80px 0 0;*/
}

#ongoing-project {
    padding: 60px 0;
    /*margin: 80px 0 0;*/
}

#welcome p { color:#000; font-size:14px;}


.m-carousel-1:after {
    content: "";
    position: absolute;
    top: 70px;
   left: -70px;
    width: 100%;
    height: 100%;
    background-color: transparent;
    border: 30px solid rgba(0,0,0,0.9);
}


.m-carousel-1 {
    position: relative;
}
.m-l100 {
    margin-left: 100px;
}

.btn-half {
    cursor: pointer;
    background-color: #000;
    z-index: 0;
    display: inline-block;
    position: relative;
}
.button-lg {
    padding: 12px 20px;
    font-size: 16px;
}

.btn-half:before {
    top: 0;
    left: 0;
    right: auto;
}
.btn-half:before, .btn-half:after {
    content: '';
    background-color: rgba(255,255,255,0.2);
    height: 50%;
    width: 0;
    position: absolute;
    transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.btn-half span {
    color: #fff;
    display: block;
    padding-left: 0%;
    padding-right: 25px;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 5px;
    transform: scaleX(0.9);
    transform-origin: center left;
    transition: color 0.3s ease;
    position: relative;
    z-index: 1;
}

.btn-half em {
    position: absolute;
    height: 1px;
    background: #fff;
    width: 22%;
    right: 23px;
    top: 50%;
    transform: scaleX(0.25);
    transform-origin: center right;
    transition: all 0.3s ease;
    z-index: 1;
}

.btn-half:after {
    bottom: 0;
    right: 0;
    left: auto;
}
.btn-half:before, .btn-half:after {
    content: '';
    background-color: rgba(255,255,255,0.2);
    height: 50%;
    width: 0;
    position: absolute;
    transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.btn-half.site-button:hover {
    background-color: #000;
}

.font-40 {
    font-size: 40px;
    line-height: 46px;
}


.break_line {
    background: url(images/sprtr.png) repeat-x;
    background-size: auto auto;
    margin: 50px 0;
    height: 10px;
}

.sec-title.light h2 {
    color: #ffffff;
}
.sec-title h2 {
    position: relative;
    font-size: 30px;
    font-weight: 700;
    color: #252525;
    line-height: 1.2em;
    display: inline-block;
    text-transform: uppercase;
}

/*#parllax .sec-title {
    margin-left: 20px;
    z-index: 1;
}*/
.sec-title {
    position: relative;
    margin-bottom:20px;
    padding-left:17px;
    text-align: left;
}


.services-block-two {
    position: relative;
    padding-bottom: 70px;
    transform: translateY(0px);
}

.services-block-two:before {
    position: absolute;
    content: '';
    left: 0px;
    top: -133px;
    width: 1px;
    height:453px;
    background-color: rgba(255,255,255,0.15);
}

.services-block-two .inner-box {
    position: relative;
    padding-left: 20px;
}
.services-block-two .inner-box .bg-layer {
    position: absolute;
    content: '';
    left: -15px;
    top: -200px;
    right: -15px;
    height:256%;
    opacity: 0;
    background-color: rgba(255,255,255,0.10);
}

.services-block-two .inner-box h2 {
    position: relative;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.6em;
    padding-bottom:20px;
}

.services-block-two .inner-box h2 a {
    position: relative;
    color: #ffffff;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
}

.services-block-two .inner-box .text {
    position: relative;
    color: #aaaaaa;
    font-size:16px;
    font-weight:normal;
    margin-bottom: 22px;
}

.services-block-two .inner-box .read-more {
    position: relative;
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
   /* padding-left: 30px;*/
    text-transform: uppercase;
    -webkit-transition: all 300ms ease;
    font-family: 'Poppins', sans-serif;
}

.services-block-two:last-child::after {
    position: absolute;
    content: "";
    right: 0px;
    top: -133px;
    width: 1px;
    height:453px;
    background-color: rgba(255, 255, 255, 0.15);
    transition: all 300ms ease 0s;
}

.services-block-two .inner-box:hover .bg-layer, .services-block-two.active .inner-box .bg-layer {
    opacity: 1;
}

/*#ongoing-project { padding:60px 0;}*/

#ongoing-project h3 { font-size:}

.comp-proj-img img {
    width: 100%;
}
.spacial-item span { font-size:30px; color:#000;}
.spacial-item {
    box-shadow: 0px 2px 10px rgba(0, 0, 0, .2);
    text-align: center;
    padding:30px 0px;
    margin-bottom: 30px;
	background:#fff;
}

.spacial-item span {
    display: block;
    margin-bottom: 10px;
}

.spacial-item h4 {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0px;
}
.spacial-wrap {
    padding: 50px 0px 30px;
}

.small-heading { font-size:16px; color:#e67817; margin:0px 0 15px;}

#contact-form { padding:60px 0;}

.mar-bot-30 { margin-bottom:30px;}

.submit-btn { background:#e67817; padding:8px 25px; color:#fff; text-transform:uppercase;   box-shadow: 5px 10px #eee; border:none;}

.form-control { border-radius:0px;}

footer { 
    /*background-image: url(../images/parllax.jpg);
	height:250px;*/
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.Flexible-container { position: relative; padding-bottom:32%; height: 0; overflow: hidden; }
.Flexible-container iframe, .Flexible-container object, .Flexible-container embed {position: absolute; top: 0; left: 0; width: 100%; height:100%; border:0}


.infomap .map_txt1 {
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    font-size: 37px;
    line-height: 38px;
    font-weight: 400;
    color: #f7c50c;
    margin: 60px 0 40px;
}

.infomap .map_txt2 {
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    line-height: 27px;
    font-weight: 400;
    color: #FFF;
    margin: 0 auto 32px;
    max-width: 185px;
}

.infomap .map_txt3_1, .infomap .map_txt4_1 {
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    line-height: 27px;
    font-weight: 400;
    color: #FFF;
    margin-bottom: 5px;
}

.infomap {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    margin: 0 auto;
    display: block;
    background: url(images/patternmap.png) repeat;
}

#footer { border-top:1px solid #eee; padding:10px 0; background:#212121;}

#footer ul { margin:10px 0; padding:0px; text-align:left}
#footer li { display:inline-block; list-style-type:none;}
#footer a { padding:10px 10px; font-size:13px; color:#fff; display:inline-block;}
#footer a:hover { color:#e67817}
#footer p { text-align:right; display:block; font-size:13px; color:#fff; margin:10px 0;}
.carousel-inner { margin:70px 0 0;}

.inner-design { border:6px solid #f0f0f0;}

.inner-design img { width:100%;}

.circle {
    width:120px;
    height:120px;
    border:10px solid #fff;
    border-radius: 100%;
	float:left;
	margin-right:20px;
}

.circle i {
    text-align: center;
    padding:30px;
    font-size: 36px;
}

.vision-blk {
    margin-bottom: 25px;
    border-bottom: 1px dashed #eee;
    padding: 15px 0;
}



.ongoing-img img {
    width: 100%;
	border: 10px solid #f9f9f9;
	box-shadow:0px 2px 10px rgba(0, 0, 0, .2);
}

.rera-details h3 { font-size:18px; color:#007bff; padding:28px 0; text-transform:uppercase;}

.rera-logo { text-align:center;}

.rera-logo img { width:25%; text-align:center; }

.rera-details a { font-size:13px; color:#007bff; display: inline-block; padding:25px 0; font-weight:600;}
.rera-details a:hover { color:#e67817;}

.font-18 { font-size:20px;}

/*.carousel-item { height:650px;}*/
.carousel-item > img { height:auto; width:100%;}

.mar-top30 { margin-top:30px !important; display:block;}

@media screen and (max-width :1024px){
.navbar-nav {
    float: left;
}
.container { width:100%; max-width:100%;}
#welcome h4 { font-size:16px;}
.font-40 { font-size:24px; line-height:20px;}
#welcome p { font-size:13px;}
#welcome { padding:40px 0;}
.vision-blk { padding:15px;}
.font-28 { font-size:22px;}
#contact-form { padding:40px 0; }
.spacial-item { padding:20px;}
#ongoing-project { padding:40px 0;}
.services-block-two .inner-box .bg-layer { top:-160px; height:220%;}
}


@media screen and (max-width :992px){
.navbar-nav {float: left;}
.container { width:100%; max-width:100%;}
#welcome h4 { font-size:16px;}
.font-40 { font-size:24px; line-height:20px;}
#welcome p { font-size:13px;}
#welcome { padding:40px 0;}
.vision-blk { padding:15px;}
.font-28 { font-size:22px;}
#contact-form { padding:40px 0; }
.spacial-item { padding:20px;}
#ongoing-project { padding:40px 0;}
.services-block-two .inner-box .bg-layer { top:-160px; height:220%;}
#top-shadow { background:#fff;}
}

@media screen and (max-width : 767px){
.navbar-nav { float: left;}
.container { width:100%; max-width:100%;}
.owl-nav { display:none;}
.sec-title { margin-bottom: 10px; padding-left: 16px;}
.services-block-two { padding-bottom:15px;} 
.services-block-two .inner-box h2 { font-size:16px; padding-bottom:0px;}
.services-block-two .inner-box h2  br { display:none;}
.sec-title h2 { font-size:26px;}
#footer a { padding:10px 6px;}
#footer ul { text-align:center;}
#footer p { text-align:center; margin:0px;}
#footer a { padding:0px 10px;}
.loction-map img { width: 100%;}
#top-shadow { background:#fff;}
.dropdown-menu { border:none; padding:0px;}
}

@media screen and (max-width : 768px){
	.navbar-expand-md .navbar-nav .nav-link { padding:8px;}
	.nav-link { font-size:13px;}
	.navbar-expand-md .navbar-collapse { flex-basis:100%;}
	#top-shadow { background:#fff;}
}

@media screen and (max-width :520px){
#footer ul { text-align:center;}
#footer p { text-align:center; margin:0px;}
#footer a { padding:0px 10px;}
.rera-details h3 { padding:0px;}
.rera-logo { text-align: left;}
.nav-link { display: block; padding: 10px 10px; }
.ongoing-img { margin: 0 0 15px; }
#welcome h4 { font-size: 14px;}
.sec-title { margin-bottom: 10px; padding-left: 16px;}
.services-block-two { padding-bottom:15px;} 
.services-block-two .inner-box h2 { font-size:16px; padding-bottom:0px;}
.services-block-two .inner-box h2  br { display:none;}
.sec-title h2 { font-size:26px;}
#top-shadow { background:#fff;}
.carousel-item { height:325px;}
.carousel-item > img { height:auto; width:100%;}
}

@media screen and (max-width :480px){
.navbar-brand { width:80%;}
.font-20 { font-size: 22px;}
#ongoing-project h4.text-center { font-size:16px;}
#ongoing-project h4 { font-size:14px;}
.sec-title { margin-bottom: 10px; padding-left: 16px;}
.services-block-two { padding-bottom:15px;} 
.services-block-two .inner-box h2 { font-size:16px; padding-bottom:0px;}
.services-block-two .inner-box h2  br { display:none;}
.sec-title h2 { font-size:20px;}
#top-shadow { background:#fff;}
}

@media screen and (max-width :380px){
.navbar-toggler {
    padding:0px;
    font-size: 1.25rem;
    line-height: 1;
    background-color:transparent;
    border: 1px solid #fff;
    border-radius: .25rem;
	/*position:absolute;
	right:15px;*/
}
.navbar-brand { width:80%;}
.navbar-nav {
    float: left;
}
#welcome h4 { font-size:14px;}
.font-40 { font-size:20px; line-height:20px;}
#welcome p { font-size:13px;}
.button-lg { padding:8px 12px;}
.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev 
{ display:inline-block; margin:0 10px; }
#welcome { padding:30px 0 0;}
#ongoing-project { padding:30px 0 0;}
#ongoing-project h4 { font-size:14px;}
.font-20 {font-size:20px;}
.spacial-wrap {
    padding: 15px 0px 30px;
}
.sec-title.light h2 { font-size:20px;}
.services-block-two .inner-box .bg-layer { top:0px; height:158%;}
.sec-title { margin-bottom:0px; padding-left:10px;}
.services-block-two .inner-box h2 a { font-size:15px;}
.services-block-two .inner-box h2 a br { display:none;}
.services-block-two .inner-box { padding-left:9px;}
.services-block-two .inner-box .text { font-size:13px; line-height:20px; margin-bottom:10px;}
.services-block-two { padding-bottom:15px;}
.services-block-two .inner-box h2 { padding-bottom:0px;}
.font-28 { font-size: 20px; }
#contact-form { padding:30px 0;}
#footer a { padding:0px 7px;}
#footer p { text-align:center; margin:0px;}
#top-shadow { background:#fff;}
}

@media screen and (max-width :360px){
#footer ul { margin:0px;}
.circle { float:none; margin-bottom:20px; display: block;  text-align: center; margin: 0 auto;}
#welcome .font-18 { margin:15px; text-align:center; font-weight:600}
.rera-details h3 { font-size:15px;}
#top-shadow { background:#fff;}
} 