@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700&display=swap');
body {
    overflow-x: hidden !important;
}
body {
    padding-top: 100px;
    background: #fff;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    color: #64686d;
    line-height: 21px;
}
h1,h2,h3,h4,
h5,h6 {
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
    color: #272727;
}
p {
    margin: 0 0 15px;
}
a {
    color: #45aed6;
    -webkit-transition: color 400ms, background-color 400ms;
    -moz-transition: color 400ms, background-color 400ms;
    -o-transition: color 400ms, background-color 400ms;
    transition: color 400ms, background-color 400ms;
}
a:hover,
a:focus {
    text-decoration: none;
    color: #2a95be;
}
hr {
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #fff;
}
#center{display: block; margin-left: auto; margin-right: auto;}
.new-fonts{
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size:28px;
	color:#82c8ca;
}
.new-fonts1{
	font-family: 'Open Sans', sans-serif;
	font-size:20px;
	color:#f8e889;
}
.gradiant {
    background-image: -moz-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
    background-image: -webkit-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
    background-image: -ms-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
}
.gradiant-horizontal {
    background-image: -moz-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%);
    background-image: -webkit-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%);
    background-image: -ms-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%);
}
.section-header {
    margin-bottom: 30px;
}

.section-header .section-title {
    font-size: 35px;
    color: #272727;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 20px;
    margin: 0 0 20px;	
}

.section-header .section-title:before {
    content: "";
    position: absolute;
    width: 140px;
    bottom: 0;
    left: 50%;
    margin-left: -70px;
    height: 1px;
    background: #bad10c;
}
.section-header .section-title::after {
  background-image: url("../images/inslogo.png");
  background-repeat: no-repeat;
  bottom: -11px;
  content: "";
  height: 33px;
  left: 50%;
  margin-bottom: -8px;
  margin-left: -12px;
  position: absolute;
  right: 50%;
  width: 26px;
  background-color:#FFFFFF;
}
.btn {
    border-width: 0;
    border-bottom-width: 1px;
    border-radius: 0px;
}
.btn.btn-primary {
    background: #c26f3c;
}
.btn.btn-primary:hover{
    background: #5f6062;
}
.column-title {
    margin-top: 0;
    padding-bottom: 15px;
    /*border-bottom: 1px solid #eee;*/
    margin-bottom: 15px;
    position: relative;
}
.column-title:after {
    content: " ";
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 40%;
    /*border-bottom: 1px solid #45aed6;*/
}
ul.nostyle {
    list-style: none;
    padding: 0;
    margin-bottom: 20px;
}
ul.nostyle i {
    color: #bad10c;
}
ul.nostyle li {
    line-height:21px;
}
.location_img{
	margin-bottom:30px;
}
.location_box{
	margin-top:30px !important;
	padding-top:30px;
	background-color:#f9faf6 !important;
}
.scaleIn {
    -webkit-animation-name: scaleIn;
    animation-name: scaleIn;
}
@-webkit-keyframes scaleIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
@keyframes scaleIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
}
.navbar.navbar-default {
    border: 0;
    border-radius: 0;
    margin-bottom: 0;
}
.navbar.navbar-default .navbar-toggle {
    margin-top: 22px;
}
.navbar.navbar-default .navbar-brand {
    height: auto;
    padding: 2px 15px 8px;
}

#contensecefot {
  background: #fff none repeat scroll 0 0;
  color: #fff;
  padding: 30px 0 10px;
}

.logo-imgeto{
  /*background: #fff none repeat scroll 0 0;*/
  margin: 0 auto;
  padding:0 42px;
  width: 100%;
  box-shadow: 0 0 4px #999;

}

.font-hq{color: #292927;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  margin:0 0 0 23px;}

#contensece{
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#b5bdc8+0,828c95+12,28343b+100 */
background: #fff; /* Old browsers */
color: #fff; 
padding:20px 0 0;
}

#headon{font-weight: 600;font-size: 22px;text-align: center; padding:0px; color:#215513; font-family: 'Open Sans', sans-serif;}
span.blt { background:url(../images/bullet.png) no-repeat left center; padding:0 0 0 20px;}
#headoer{font-size: 15px;text-align: center;}

li .drop { display:none; height:auto; padding:0; margin:0; position:absolute; background:none; list-style:none; }
li:hover .drop { display:block; }
li .drop ul.sub { width:100%; float:left; display:block; padding:0; margin:2px 0 0 0px; z-index:1000; position:relative; border:none; }
li .drop ul.sub li { width:150px; padding:0 0 0 0 !important; float:left; text-indent:10px; /*background:#63bbdc;*/
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#bbd526+0,bed630+24,bed630+79,bbd526+100 */
background: rgb(187,213,38); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(187,213,38,1) 0%, rgba(190,214,48,1) 24%, rgba(190,214,48,1) 79%, rgba(187,213,38,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(187,213,38,1) 0%,rgba(190,214,48,1) 24%,rgba(190,214,48,1) 79%,rgba(187,213,38,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(187,213,38,1) 0%,rgba(190,214,48,1) 24%,rgba(190,214,48,1) 79%,rgba(187,213,38,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bbd526', endColorstr='#bbd526',GradientType=0 ); /* IE6-9 */
border-bottom:none; color:#fff; border-bottom:1px solid #fff;  list-style:none;}

li .drop ul.sub li a { display:block; color:#000000; padding:0 11px 5px 0 !important; line-height:35px; /*font-weight:800;*/ }
li .drop ul.sub a li { display:block; padding:0; }
li .drop ul.sub li:last-child { border-bottom:none; }
li .drop ul.sub li a:hover { font-weight:normal; color:#000000; /*background:#86e2e6;*/ 
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#bbd526+0,cce72e+24,cce72e+79,bbd526+100 */
background: rgb(187,213,38); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(187,213,38,1) 0%, rgba(204,231,46,1) 24%, rgba(204,231,46,1) 79%, rgba(187,213,38,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(187,213,38,1) 0%,rgba(204,231,46,1) 24%,rgba(204,231,46,1) 79%,rgba(187,213,38,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(187,213,38,1) 0%,rgba(204,231,46,1) 24%,rgba(204,231,46,1) 79%,rgba(187,213,38,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bbd526', endColorstr='#bbd526',GradientType=0 ); /* IE6-9 */
border:none; text-decoration:none; font-weight:800;}


@media only screen and (max-width: 640px) {
.navbar-fixed-top,
.navbar-fixed-bottom {
    position: fixed;
}
#headon{font-weight: 500;font-size: 16px;text-align: center; padding:0px;}
.discnt p { margin:0 0 0 6px; font-size: 11px;}

.navbar-default .navbar-nav > li > a { margin: 0;}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus { margin: 0;}

li .drop { position:relative;}
li .drop ul.sub { margin-bottom:10px;}
li .drop ul.sub li a {color: #000000; display: block; line-height: 25px; padding: 0 11px 4px 50px !important;}
li .drop ul.sub li { width:100%;}
/*#about { padding:40px 0 0 !important;}
#features { padding: 0 !important;}
#amenities { padding: 0 !important;}
#gallery { padding: 0 !important;}
#scale-model { padding: 0 !important;}
#construction-status { padding: 0 !important;}
#specification { padding: 0 !important;}
#portfolioadd { padding: 0 !important;}
#cta2 { padding: 0 !important;}
#developer-details { padding: 0 !important;}
#work-process { padding: 0 !important;}
#contactArea { padding: 0 !important;}
#contensecefot { padding: 0 !important;}*/
.vision-right ul li h5 { padding: 20px 0 0 !important;}
}

@media only screen and (max-width: 736px) {
#headon{font-weight: 500;font-size: 16px;text-align: center; padding:0px;}
.discnt p { margin:0 0 0 6px; font-size: 11px;}
.vision-right ul li h5 { padding: 20px 0 0 !important;}
}
@media only screen and (max-width: 400px) and (min-width: 400px) {
.section-header { margin:34px 0 12px;}
#headon{font-weight: 500;font-size: 11px;text-align: center; margin:0 0 0px 0;}
.discnt { margin-top: 38px;}
.vision-right ul li h5 { padding: 20px 0 0 !important;}
}
@media only screen and (max-width: 375px) and (min-width: 375px) {
.section-header { margin:34px 0 12px;}
#headon{font-weight: 500;font-size: 11px;text-align: center; margin:0 0 0px 0;}
.vision-right ul li h5 { padding: 20px 0 0 !important;}
}
@media only screen and (max-width: 414px) and (min-width: 411px) {
.section-header { margin:34px 0 12px;}
#headon{font-weight: 500; font-size: 12px;text-align: center; margin:0 0 0px 0;}
.discnt { margin-top: 38px;}
.vision-right ul li h5 { padding: 20px 0 0 !important;}
}
@media only screen and (max-width: 435px) and (min-width: 435px) {
.section-header { margin:34px 0 12px;}
#headon{font-weight: 500; font-size: 12px;text-align: center; margin:0 0 0px 0;}
.discnt { margin-top: 42px;}
.vision-right ul li h5 { padding: 20px 0 0 !important;}
}
@media only screen and (max-width: 667px) and (min-width: 667px) {
.navbar-fixed-top,
.navbar-fixed-bottom {
    position: fixed;
}
#headon{font-weight: 500;font-size: 16px;text-align: center; padding:0px;}
.discnt p { margin:0 0 0 6px; font-size: 11px;}

.navbar-default .navbar-nav > li > a { margin: 0;}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus { margin: 0;}

li .drop { position:relative;}
li .drop ul.sub { margin-bottom:10px;}
li .drop ul.sub li a {color: #000000; display: block; line-height: 25px; padding: 0 11px 4px 50px !important;}
li .drop ul.sub li { width:100%;}
#about { padding:40px 0 0 !important;}
#features { padding: 0 !important;}
#amenities { padding: 0 !important;}
#gallery { padding: 0 !important;}
#scale-model { padding: 0 !important;}
#construction-status { padding: 0 !important;}
#specification { padding: 0 !important;}
#portfolioadd { padding: 0 !important;}
#cta2 { padding: 0 !important;}
#developer-details { padding: 0 !important;}
#work-process { padding: 0 !important;}
#contactArea { padding: 0 !important;}
#contensecefot { padding: 0 !important;}
.vision-right ul li h5 { padding: 20px 0 0 !important;}
}

@media only screen and (max-width: 360px) {
.navbar-fixed-top,
.navbar-fixed-bottom {
    position: fixed;
}
.font-hq {
  color: #ffffff;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  margin: 0 0 -15px 22px;
}

#headon{font-weight: 500;font-size: 16px;text-align: center;}

#headon{font-weight: 500;font-size: 11px;text-align: center; margin:0 0 0px 0;}

/*#headoer{font-size: 12px;text-align: center;}*/

.section-header { margin:4px 0 12px;}
.vision-right ul li h5 { padding: 20px 0 0 !important;}
li .drop { position:relative;}
li .drop ul.sub { margin-bottom:10px;}
li .drop ul.sub li a {color: #000000; display: block; line-height: 25px; padding: 0 11px 4px 50px !important;}
li .drop ul.sub li { width:359px;}


.navbar-default .navbar-nav > li > a { margin: 0;}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus { margin: 0;}

/*#about { padding:40px 0 0 !important;}
#features { padding: 0 !important;}
#amenities { padding: 0 !important;}
#gallery { padding: 0 !important;}
#scale-model { padding: 0 !important;}
#construction-status { padding: 0 !important;}
#specification { padding: 0 !important;}
#portfolioadd { padding: 0 !important;}
#cta2 { padding: 0 !important;}
#developer-details { padding: 0 !important;}
#work-process { padding: 0 !important;}
#contactArea { padding: 0 !important;}
#contensecefot { padding: 0 !important;}*/


}


#main-slider {
    overflow: hidden;
}
#main-slider .item {
    height: 558px;
    background-repeat: no-repeat;
    background-position: 50% 0;
    background-size: cover;
}
#main-slider .slider-inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #fff;
}
#main-slider .slider-inner h2 {
    margin-top: 180px;
    font-size: 36px;
    line-height: 1;
    text-transform: uppercase;
    color: #fff;
}
#main-slider .slider-inner h2>span {
    color: #45aed6;
}
#main-slider .slider-inner .btn {
    margin-top: 10px;
}
#main-slider .owl-prev,
#main-slider .owl-next {
    position: absolute;
    top: 50%;
    background-color: rgba(0, 0, 0, 0.2);
    color: #fff;
    font-size: 30px;
    display: inline-block;
    margin-top: -35px;
    height: 70px;
    width: 70px;
    line-height: 70px;
    text-align: center;
    border-radius: 100px;
    z-index: 5;
    -webkit-transition: background-color 400ms;
    transition: background-color 400ms;
}
#main-slider .owl-prev:hover,
#main-slider .owl-next:hover {
    background-color: #45aed6;
}
#main-slider .owl-prev {
    left: -35px;
    text-indent: 14px;
}
#main-slider .owl-next {
    right: -35px;
    text-indent: -14px;
}
.medium-font{
	font-size:16px;
}
#overview {
    /*padding: 60px 0 60px;*/
	background-color: #eeeeee;
}
#cta {
    padding: 100px 0;
    background-color: #eeeeee;
}
#cta h2 {
    margin-top: 0;
}
#cta .btn {
    margin-top: 40px;
}

#cta2{
	 background-color: #ffffff;
	padding:100px 0 75px;}

#specification {
	background:#ffffff;
    color: #000;
    padding: 50px 0;
}
#specification .btn {
    margin-top: 10px;
}
#specification h2 {
    color: #000;
    line-height: 1;
}
#specification h2>span {
    color: #45aed6;
}
.work-section {
    padding:10px 0; margin:0 0 20px 0;
}
.work-grid-text p {
    margin: 10px 0px;
    line-height:26px;
    text-align: justify;
    color: #000;
    text-transform: none;
    font-size: 14px;
    font-weight: 300;
}
.work-grid-text1 p {
    margin: 10px 0px;
    line-height:26px;
    text-align: justify;
    color: #000;
    text-transform: none;
    font-size: 14px;
    font-weight: 300;
}
.work-grid-text p strong { color:#45aed6;}
.work-grid-text p span { color:#000; font-weight:bold;}
#features {
    padding: 100px 0 75px;
}
#features .media.service-box:first-child {
   /* margin-top: 80px;*/
}
.text_space{
	margin-left:15px;
}

#highlight { padding: 50px 0;}
#plan { padding: 50px 0;}
#constructionstatus { padding: 50px 0;}
#location { padding: 50px 0 0;}

#amenities {
    padding: 50px 0;
	background:#ffffff;
}
.amenities_info{
	margin-top:20px;
}
.vision {
	padding:20px;
}
.vision1 {
	padding:24px 0 36px 0;
}
.vision-top {
	text-align: center;
	margin-bottom: 3em;
}
.vsn-right h4 {
	color: rgb(34, 34, 34);
	font-size: 1.2em;
	margin: 0px;
	line-height: 1.3em;
	font-family: 'Open Sans', sans-serif;
}
.vsn-right p {
	color:#797979;
	font-size: 16px;
	margin: 5px 0px 0px;
	line-height: 1.9em;
	font-weight: 400;
}
.vision-right ul {
	padding: 0px;
	margin: 0px;
}
.vision-right ul li {
	list-style: none;
	margin-bottom: 13px;
	font-size:14px;
	text-align:justify;
	padding:0 0 0 20px;
	line-height:19px;
	color:#333333;
}
.vision-right ul li h5 { color:#a3bb12; font-size:16px; font-style:normal; margin:0; padding:2px 0 0 0;}

#visionimg-1{background:url(../images/aminites/1.png)no-repeat left 4px; padding:3px 0 0 20px;}
#visionimg-2{background:url(../images/aminites/2.png)no-repeat left 4px; padding:3px 0 0 20px;}
#visionimg-3{background:url(../images/aminites/3.png)no-repeat left 4px; padding:3px 0 0 20px;}
#visionimg-4{background:url(../images/aminites/4.png)no-repeat left 4px; padding:3px 0 0 20px;}
#visionimg-5{background:url(../images/aminites/5.png)no-repeat left 4px; padding:3px 0 0 20px;}
#visionimg-6{background:url(../images/aminites/6.png)no-repeat left 4px; padding:3px 0 0 20px;}
#visionimg-7{background:url(../images/aminites/7.png)no-repeat left 4px; padding:3px 0 0 20px;}
#visionimg-8{background:url(../images/aminites/8.png)no-repeat left 4px; padding:3px 0 0 20px;}
#visionimg-9{background:url(../images/aminites/9.png)no-repeat left 4px; padding:3px 0 0 20px;}
#visionimg-10{background:url(../images/aminites/10.png)no-repeat left 4px; padding:3px 0 0 20px;}
#visionimg-11{background:url(../images/aminites/11.png)no-repeat left 4px; padding:3px 0 0 20px;}
#visionimg-12{background:url(../images/aminites/12.png)no-repeat left 4px; padding:3px 0 0 20px;}
#visionimg-13{background:url(../images/aminites/13.png)no-repeat left 4px; padding:3px 0 0 20px;}
#visionimg-13{background:url(../images/aminites/13.png)no-repeat left 4px; padding:3px 0 0 20px;}
#visionimg-14{background:url(../images/aminites/14.png)no-repeat left 4px; padding:3px 0 0 20px;}
#visionimg-15{background:url(../images/aminites/15.png)no-repeat left 4px; padding:3px 0 0 20px;}
#visionimg-16{background:url(../images/aminites/16.png)no-repeat left 4px; padding:3px 0 0 20px;}
#visionimg-17{background:url(../images/aminites/17.png)no-repeat left 4px; padding:3px 0 0 20px;}
#visionimg-18{background:url(../images/aminites/18.png)no-repeat left 4px; padding:3px 0 0 20px;}
#visionimg-19{background:url(../images/aminites/19.png)no-repeat left 4px; padding:3px 0 0 20px;}
#visionimg-20{background:url(../images/aminites/20.png)no-repeat left 4px; padding:3px 0 0 20px;}
#visionimg-21{background:url(../images/aminites/21.png)no-repeat left 4px; padding:3px 0 0 20px;}
#visionimg-22{background:url(../images/aminites/22.png)no-repeat left 4px; padding:3px 0 0 20px;}
#visionimg-23{background:url(../images/aminites/23.png)no-repeat left 4px; padding:3px 0 0 20px;}
#visionimg-24{background:url(../images/aminites/24.png)no-repeat left 4px; padding:3px 0 0 20px;}
#visionimg-25{background:url(../images/aminites/25.png)no-repeat left 4px; padding:3px 0 0 20px;}
#visionimg-26{background:url(../images/aminites/26.png)no-repeat left 4px; padding:3px 0 0 20px;}

.vision-right ul li.whttxt {
	background:url(../images/bullet-green.png) no-repeat left 4px;
	list-style: none;
	margin-bottom: 8px;
	font-size:14px;
	text-align:justify;
	padding:0 0 0 20px;
	color:#fff;
}

.portfolio2 {
  display: block; padding:0 0 0 0px; float:left;
}

.portfolio2 li {
  display: block;
  float: left;
  margin-right:0;
  margin-bottom: 20px;
}
.portfolio2 li img {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 1px 2px 2px rgba(0,0,0,0.25);
  -moz-box-shadow: 1px 2px 2px rgba(0,0,0,0.25);
  box-shadow: 1px 2px 2px rgba(0,0,0,0.25);
  width: 100%;}
   
#developer-details{
    padding: 100px 0 75px;
	background:#ffffff;
}
  
  
#pmay{
    padding: 100px 0 75px;
	background:#ffffff;
}  
  
#portfolioadd {
    padding: 100px 0 75px;
	background:#ffffff;
}
#gallery {
    padding: 50px 0;
	background:#ffffff;
}
.gallery_info{
	margin-top:20px;
} 
 
#scale-model {
    padding: 100px 0 75px;
	background:#ffffff;
}
.scale-model_info{
	margin-top:20px;
}  


#construction-status {
    padding: 100px 0 75px;
	background:#ffffff;
}
#unit-plan {
    padding: 100px 0 75px;
	background:#ffffff;
}
.construction-status_info{
	margin-top:20px;
}
.scale-model_info{
	margin-top:20px;
} 
/** page structure **/
.glyphicon-share-alt {
	font-size: 15px;
	color:#7b9a78;
	border: none;
	display: inline-block;
	vertical-align: middle;
}
.vision-right ul li a {
	color:#797979;
	font-size: 14px;
	font-weight:400;
	vertical-align: middle;
	margin-left: 8px;
}
.vision-right ul li a:hover {
   text-decoration:none;
   color:#478cc5;	
}
#services {
    padding: 100px 0 75px;
}
.media.service-box {
    margin:0;
}
.media.service-box .pull-left {
    margin-right: 20px;
}
.media.service-box .pull-left>i {
    font-size: 20px;
    height: 45px;
    line-height: 44px;
    text-align: center;
    width: 45px;
    border-radius: 100%;
    color: #bad10c;
    box-shadow: inset 0 0 0 1px #d7d7d7;
    -webkit-box-shadow: inset 0 0 0 1px #d7d7d7;
    transition: background-color 400ms, background-color 400ms;
    position: relative;
}
.media.service-box .pull-left>i:after {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    top: 50%;
    margin-top: -10px;
    right: -10px;
    border: 4px solid #fff;
    border-radius: 20px;
    background: #bad10c;
}

.media.service-box:hover .pull-left>i {
    background-image: -moz-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
    background-image: -webkit-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
    background-image: -ms-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
    color: #fff;
    box-shadow: inset 0 0 0 5px rgba(255, 255, 255, 0.8);
    -webkit-box-shadow: inset 0 0 0 5px rgba(255, 255, 255, 0.8);
}
.service-boxoff .pull-left > i::after {
  border: 4px solid #fff;
  border-radius: 20px;
  content: "";
  height: 20px;
  margin-top: -10px;
  position: absolute;
  right: -10px;
  top: 50%;
  width: 20px;
}
.service-boxoff .pull-left > i {
  border-radius: 100%;
  color: #bad10c;
  font-size: 20px;
  height: 45px;
  line-height: 44px;
  position: relative;
  text-align: center;
  transition: background-color 400ms ease 0s, background-color 400ms ease 0s;
  width: 55px;
}


#portfolio {
    padding: 100px 0 75px;
    background: #ffffff;
}
#portfolio .portfolio-filter {
    list-style: none;
    padding: 0;
    margin: 0 0 50px;
    display: inline-block;
}
#portfolio .portfolio-filter>li {
    float: left;
    display: block;
}
#portfolio .portfolio-filter > li a {
  /*background: #e5e5e5 none repeat scroll 0 0;*/
  border: 1px solid #839516;
  color: #82c8ca;
  display: block;
  /*font-weight: bold;*/
  margin: 28px -2px -52px 6px;
  padding: 8px 35px;
  position: relative;
}
#portfolio .portfolio-filter>li a:hover,
#portfolio .portfolio-filter>li a.active {
    /*background: #bed631;*/
    color: #839516;
    box-shadow: 0 -3px 0 0 #47a1c4 inset;
    -webkit-box-shadow: 0 -3px 0 0 #839516 inset;	
}
#portfolio .portfolio-filter>li a.active:after {
    content: " ";
    position: absolute;
    bottom: -17px;
    left: 50%;
    margin-left: -10px;
    border-width: 10px;
   /* border-style: solid;*/
    border-color: #47a1c4 transparent transparent transparent;
}
#portfolio .portfolio-filter>li:first-child a {
    border-radius: 0px 0px 0px 0px;
}
#portfolio .portfolio-filter>li:center-child a {
    border-radius: 5px 5px 5px 5px;
}
#portfolio .portfolio-filter>li:last-child a {
    border-radius: 0 0px 0px 0;
}
#portfolio .portfolio-items {
    margin: 5px;
}


#portfolio .portfolio-item {
    /*width: 24.9%;*/
    /*float: left;*/
    padding: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
	margin-bottom:-62px;
}
#portfolio .portfolio-item .portfolio-item-inner {
    position: relative;
}
#portfolio .portfolio-item .portfolio-item-inner .portfolio-info {
    opacity: 0;
    transition: opacity 400ms;
    -webkit-transition: opacity 400ms;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 10px;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
}
#portfolio .portfolio-item .portfolio-item-inner .portfolio-info h3 {
    font-size: 16px;
    line-height: 1;
    margin: 0;
    color: #fff;
}
#portfolio .portfolio-item .portfolio-item-inner .portfolio-info .preview {
    position: absolute;
    top: -18px;
    right: 12px;
    border-radius: 50%;
    background-image: -moz-linear-gradient(90deg, #2caab3 0%, #bed630 100%);
    background-image: -webkit-linear-gradient(90deg, #2caab3 0%, #bed630 100%);
    background-image: -ms-linear-gradient(90deg, #2caab3 0%, #bed630 100%);
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    color: #000000;
    box-shadow: 0 0 0 2px #fff;
    -webkit-box-shadow: 0 0 0 2px #fff;
}


#portfolio .portfolio-item:hover .portfolio-info {
    opacity: 1;
}



@media only screen and (max-width: 540px) {
/* CSSTerm.com Simple CSS menu */

#portfolio .portfolio-filter a {
  width: 288px;  
}
#portfolio .portfolio-filter > li a {
  border: 1px solid #839516;
  color: #82c8ca;
  display: block;
  font-weight: bold;
  margin: 29px 465px -24px 15px;
  position: relative;
}

}

@media only screen and (min-width: 360px) and (max-width: 360px)  {
#portfolio .portfolio-filter > li a {
  /*background: #e5e5e5 none repeat scroll 0 0;*/
  border: 1px solid #839516;
  color: #82c8ca;
  display: block;
  font-weight: bold;
  margin: 29px 0 -24px 36px;
  position: relative;
}

}


@media only screen and (min-width: 480px) and (max-width: 480px) {
.navbar-fixed-top,
.navbar-fixed-bottom {
    position: fixed;
}
#portfolio .portfolio-filter > li a {
  border: 1px solid #839516;
  color: #82c8ca;
  display: block;
  font-weight: bold;
  margin: 29px 0 -24px 96px;
  position: relative;
}
.discnt p { margin: 6px 0 0 118px;}

.section-header {
    margin-bottom: 18px;
    margin-top: 14px;
}
.vision-right ul li h5 { margin: 0px 0 0;}
.navbar-default .navbar-nav > li > a { margin: 0;}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus { margin: 0;}
#headon{font-weight: 500;font-size: 13px;text-align: center; padding:0px; margin:0 0 3px 0;}

/*#about { padding:40px 0 0 !important;}
#features { padding: 0 !important;}
#amenities { padding: 0 !important;}
#gallery { padding: 0 !important;}
#scale-model { padding: 0 !important;}
#construction-status { padding: 0 !important;}
#specification { padding: 0 !important;}
#portfolioadd { padding: 0 !important;}
#cta2 { padding: 0 !important;}
#developer-details { padding: 0 !important;}
#work-process { padding: 0 !important;}
#contactArea { padding: 0 !important;}
#contensecefot { padding: 0 !important;}*/

}
@media only screen and (min-width: 640px) and (max-width: 640px) {
.section-header {
    margin-top: 48px;
}
}

<!-- new add -->
#portfolioadd {
    padding: 100px 0 75px;
    background: #ffffff;
}
#portfolioadd .portfolio-filter {
    list-style: none;
    padding: 0;
    margin: 0 0 50px;
    display: inline-block;
}
#portfolioadd .portfolio-filter>li {
    float: left;
    display: block;
}
#portfolioadd .portfolio-filter > li a {
  background: #e5e5e5 none repeat scroll 0 0;
  color: #82c8ca;
  display: block;
  /*font-weight: bold;*/
  margin: 28px 0px -52px 6px;
  padding: 15px 66px;
  position: relative;
}
#portfolioadd .portfolio-filter>li a:hover,
#portfolio .portfolio-filter>li a.active {
    /*background: #bed631;*/
    color: #839516;
    box-shadow: 0 -3px 0 0 #47a1c4 inset;
    -webkit-box-shadow: 0 0px 0 0 #839516 inset;
}
#portfolioadd .portfolio-filter>li a.active:after {
    content: " ";
    position: absolute;
    bottom: -17px;
    left: 50%;
    margin-left: -10px;
    border-width: 10px;
   /* border-style: solid;*/
    border-color: #47a1c4 transparent transparent transparent;
}
#portfolioadd .portfolio-filter>li:first-child a {
    border-radius: 0px 0px 0px 0px;
}
#portfolioadd .portfolio-filter>li:center-child a {
    border-radius: 5px 5px 5px 5px;
}
#portfolioadd .portfolio-filter>li:last-child a {
    border-radius: 0 0px 0px 0;
}
#portfolioadd .portfolio-items {
    margin: 5px;
}


#portfolioadd .portfolio-item {
    padding: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
#portfolioadd .portfolio-item .portfolio-item-inner {
    position: relative;
}
#portfolioadd .portfolio-item .portfolio-item-inner .portfolio-info {
    opacity: 0;
    transition: opacity 400ms;
    -webkit-transition: opacity 400ms;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 10px;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
}
#portfolioadd .portfolio-item .portfolio-item-inner .portfolio-info h3 {
    font-size: 16px;
    line-height: 1;
    margin: 0;
    color: #fff;
}


@media only screen and (max-width: 540px) {
#portfolioadd .portfolio-item .portfolio-item-inner .portfolio-info {
  background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
  bottom: 0;
  color: #fff;
  left: 0;
  opacity: 0;
  padding: 2px;
  position: absolute;
  right: 0;
  transition: opacity 400ms ease 0s;
}

.portfolio-info{
    font-size: 12px;
    line-height: 1;
    margin: 0;
    color: #fff;
}
#portfolioadd .portfolio-item .portfolio-item-inner .portfolio-info h3 {
    font-size: 12px;
    line-height: 1;
    margin: 0;
    color: #fff;
}

}


@media only screen and (min-width: 360px){

#portfolioadd .portfolio-item .portfolio-item-inner .portfolio-info {
  background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
  bottom: 0;
  color: #fff;
  left: 0;
  opacity: 0;
  padding: 2px;
  position: absolute;
  right: 0;
  transition: opacity 400ms ease 0s;
}
.portfolio-info{
    font-size: 12px;
    line-height: 1;
    margin: 0;
    color: #fff;
}
#portfolioadd .portfolio-item .portfolio-item-inner .portfolio-info h3 {
    font-size: 12px;
    line-height: 1;
    margin: 0;
    color: #fff;
}
}


#portfolioadd .portfolio-item:hover .portfolio-info {
    opacity: 1;
}

<!--end new add-->

.isotope-item {
    z-index: 2;
}
.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}
.isotope,
.isotope .isotope-item {
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -ms-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;
}
.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    -ms-transition-property: height, width;
    -o-transition-property: height, width;
    transition-property: height, width;
}
.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    -ms-transition-property: -ms-transform, opacity;
    -o-transition-property: -o-transform, opacity;
    transition-property: transform, opacity;
}
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
    -webkit-transition-duration: 0s;
    -moz-transition-duration: 0s;
    -ms-transition-duration: 0s;
    -o-transition-duration: 0s;
    transition-duration: 0s;
}
.isotope.infinite-scrolling {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}
#testimonial {
    background-size: cover;
	background:#ffffff;
    padding: 100px 0;
    color: #000000;
}
#testimonial h4 {
    color: #fff;
    margin-bottom: 0;
}
#testimonial small {
    display: block;
    margin-bottom: 10px;
    color: rgba(255, 255, 255, 0.7);
}
#testimonial .btns {
    margin-top: 10px;
}
#about {
    padding: 100px 0 75px;
	background-color: #ffffff;
}


#work-process {
	padding: 100px 0 75px;
	background:#fff;
    background-size: cover;
    color: #fff;
}
#work-process h2 {
    color: #272727;
}
#work-process h3 {
    color: #272727;
    margin-bottom: 0;
	font-size:13.5px;
}
#work-process .icon-circle {
    display: inline-block;
    width: 80px;
    height: 80px;
    line-height: 80px;
    border: 2px solid #45aed6;
    border-radius: 100px;
    position: relative;
}

#work-process .icon-circle>span {
    border-style: solid;
    border-width: 2px;
    border-color: #45aed6;
    border-radius: 50%;
    background-color: #fff;
    position: absolute;
    width: 24px;
    height: 24px;
    line-height: 20px;
    top: -12px;
    color: #64686d;
}
#work-process h3 {
    margin-bottom: 10px;
}
#work-process h4 {
    margin-bottom: 50px;
}

#logo h3 {
    margin-bottom: 10px;
	color:#333;
	text-align:center;
}
.logo{
	padding:0px;
	width:85%;
	margin:0 auto;
}


.logo-img{
	margin:0 auto;
	width:100%;
	background:#fff;
	padding:1px 22px;
	box-shadow: 0 0 8px #999;
}
.logo-info {
    padding: 10px;
    margin-bottom: 10px;
	background:#5eaf35;
	text-align:justify;
	line-height:19px;
}
.logo-info p{
	margin-bottom:0px;
	font-size:13px;
}
.green-bg{
	background:#bed630;
}
.blue-bg{
	background:#56babe; 
}
.text-white {
    color: #fff;
	text-align:justify;
	margin:0px;
}
.text-size{
	font-size:13px;
}
#meet-team {
    padding: 100px 0;
}
#meet-team .team-member {
    padding: 13px;
    background: #eeeeee;
    border: 2px solid #eeeeee;
    transition: border-color 400ms;
    -webkit-transition: border-color 400ms;
}
#meet-team .team-member .team-img {
    margin: -15px -15px 0 -15px;
}
#meet-team .team-member .team-info {
    padding-bottom: 10px;
    border-bottom: 1px solid #dbdbdb;
    margin-bottom: 10px;
}
#meet-team .team-member:hover {
    border-color: #45aed6;
}
#meet-team .team-member:hover .social-icons>li>a {
    background: #45aed6;
}
#meet-team .social-icons {
    list-style: none;
    padding: 0;
    margin: 0;
}
#meet-team .social-icons>li {
    display: inline-block;
}
#meet-team .social-icons>li>a {
    display: block;
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    color: #fff;
    background: #222534;
    border-radius: 3px;
}
.divider {
    margin-top: 50px;
    margin-bottom: 50px;
    background-image: -moz-linear-gradient(180deg, #ffffff 0%, #e3e3e3 49%, #ffffff 100%);
    background-image: -webkit-linear-gradient(180deg, #ffffff 0%, #e3e3e3 49%, #ffffff 100%);
    background-image: -ms-linear-gradient(180deg, #ffffff 0%, #e3e3e3 49%, #ffffff 100%);
    width: 95%;
    height: 1px;
}
.progress {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #eeeeee;
}
.progress .progress-bar.progress-bar-primary {
    background-image: -moz-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%);
    background-image: -webkit-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%);
    background-image: -ms-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%);
    -webkit-box-shadow: none;
    box-shadow: none;
}
.nav.main-tab {
    background: #eee;
    border-bottom: 3px solid #222534;
    border-radius: 3px 3px 0 0;
}
.nav.main-tab>li>a {
    color: #272727;
}
.nav.main-tab>li.active>a {
    background: #222534;
    color: #45aed6;
}
.nav.main-tab>li:first-child>a {
    border-radius: 3px 0 0 0;
}
.nav.main-tab>li:last-child>a {
    border-radius: 0 3px 0 0;
}
.tab-content {
    border: 1px solid #eee;
    border-top: 0;
    padding: 20px 20px 10px;
    border-radius: 0 0 3px 3px;
}
.panel-default {
    border-color: #eee;
}
.panel-default>.panel-heading {
    background-color: #fff;
    border-color: #eee;
}
.panel-default>.panel-heading .panel-title {
    font-size: 14px;
    font-weight: normal;
}
.panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #eee;
}
#animated-number {
    padding: 100px 0 70px;
    background: #132125 url(../images/animated-number/bg.jpg) no-repeat 0 0;
    background-size: cover;
    color: #fff;
}
#animated-number h1,
#animated-number h2,
#animated-number h3,
#animated-number h4 {
    color: #fff;
}
#animated-number strong {
    display: block;
    margin-bottom: 30px;
}
.animated-number {
    display: inline-block;
    width: 140px;
    height: 140px;
    font-size: 24px;
    line-height: 140px;
    border: 3px solid #fff;
    border-radius: 100px;
    margin-bottom: 20px;
}
#pricing {
    padding: 100px 0 70px;
}
#pricing ul.pricing {
    list-style: none;
    padding: 0;
    margin: 70px 0 30px;
    border: 1px solid #eee;
    border-radius: 5px 5px 4px 4px;
    padding: 15px;
    text-align: center;
}
#pricing ul.pricing li {
    display: block;
    padding: 10px;
}
#pricing ul.pricing li.plan-header {
    background: #eee;
    border-radius: 4px 4px 0 0;
    margin: -15px -15px 10px;
    padding: 15px 15px 30px;
    border: 0;
}
#pricing ul.pricing li.plan-header .price-duration {
    position: relative;
    margin-top: -63px;
    top: -10px;
    display: inline-block;
    width: 116px;
    height: 116px;
    background-image: -moz-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
    background-image: -webkit-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
    background-image: -ms-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
    color: #fff;
    border-radius: 100px;
    border: 5px solid #f6f6f6;
}
#pricing ul.pricing li.plan-header .price-duration>span {
    display: block;
    line-height: 1;
}
#pricing ul.pricing li.plan-header .price-duration>span.price {
    font-size: 24px;
    font-weight: 700;
    margin-top: 35px;
}
#pricing ul.pricing li.plan-header .price-duration>span.duration {
    margin-top: 5px;
}
#pricing ul.pricing li.plan-header .plan-name {
    margin-top: 10px;
    font-size: 24px;
    color: #272727;
    font-weight: bold;
    line-height: 1;
    text-transform: uppercase;
}
#pricing ul.pricing.featured {
    background: #222534;
    color: #fff;
    border: 0;
}
#pricing ul.pricing.featured li.plan-header {
    background-image: -moz-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
    background-image: -webkit-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
    background-image: -ms-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
}
#pricing ul.pricing.featured li.plan-header .plan-name {
    color: #fff;
}
#get-in-touch {
    padding: 100px 0 50px;
    background-image: -moz-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
    background-image: -webkit-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
    background-image: -ms-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
    color: #fff;
}
#get-in-touch h1,
#get-in-touch h2 {
    color: #fff;
}
#blog {
    padding: 100px 0;
}
#blog .blog-post {
    border: 1px solid #eee;
    padding: 15px;
}
#blog .blog-post .post-format {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 34px;
    text-align: center;
    color: #fff;
    background: #222534;
    border: 3px solid #fff;
    border-radius: 100px;
}
#blog .blog-post.blog-large .entry-thumbnail {
    margin: -15px -15px 15px;
    position: relative;
}
#blog .blog-post.blog-large .post-format {
    width: 66px;
    height: 66px;
    line-height: 60px;
    position: absolute;
    right: 20px;
    bottom: -33px;
}
#blog .blog-post.blog-large .post-format>i {
    font-size: 20px;
}
#blog .blog-post.blog-large .entry-date {
    font-size: 12px;
    display: block;
    margin-bottom: 5px;
    text-transform: uppercase;
    color: #45aed6;
}
#blog .blog-post.blog-large .entry-title {
    margin-top: 0;
    font-size: 18px;
    line-height: 1;
    margin-bottom: 15px;
}
#blog .blog-post.blog-large .entry-title a {
    color: #64686d;
}
#blog .blog-post.blog-large .entry-title a:hover {
    color: #45aed6;
}
#blog .blog-post.blog-media {
    margin-bottom: 30px;
}
#blog .blog-post.blog-media .entry-thumbnail {
    margin: -15px 15px -15px -15px;
    position: relative;
}
#blog .blog-post.blog-media .post-format {
    position: absolute;
    top: 20px;
    right: -10px;
}
#blog .blog-post.blog-media .entry-date {
    font-size: 12px;
    display: block;
    margin-bottom: 5px;
    text-transform: uppercase;
    color: #45aed6;
}
#blog .blog-post.blog-media .entry-title {
    margin-top: 0;
    font-size: 18px;
    line-height: 1;
    margin-bottom: 15px;
}
#blog .blog-post.blog-media .entry-title a {
    color: #64686d;
}
#blog .blog-post.blog-media .entry-title a:hover {
    color: #45aed6;
}
#blog .blog-post .entry-meta {
    margin-top: 20px;
    border-top: 1px solid #eee;
    padding-top: 15px;
}
#blog .blog-post .entry-meta>span {
    display: inline-block;
    margin-right: 10px;
    color: #999;
}
#blog .blog-post .entry-meta>span>a {
    color: #999;
}
#blog .blog-post .entry-meta>span>a:hover {
    color: #45aed6;
}
#logoArea #logo { 
	z-index: 99; 
	position: relative; 
}
#logoArea { 
	padding: 30px 0; 
	overflow: hidden; 
	width: 100%; 
	background: #ffffff; 
}
#logoArea .flex-viewport li { 
	margin-right: 45px; 
	text-align: center; 
}
#logoArea .flex-next { 
	top: 50%; 
	margin-top: -20px; 
	right: -15px; 
	left: auto; 
}
#logoArea .flex-prev { 
	top: 50%; 
	margin-top: -20px; 
	left: -15px; 
	right: auto; 
}
#logoArea .flex-direction-nav li {
	 margin-left: 15px; 
	 height: auto; 
	 width: auto; 
}
#logoArea .flex-direction-nav li { 
	display: block; 
	width: auto; 
	height: auto; 
	line-height: 35px; 
}
#logoArea .flex-direction-nav li a:hover span { 
	color: #000; 
}
#contact {
    position: relative;
    overflow: hidden;
}
#contact .container-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(69, 174, 214, 0.3);
    z-index: 1;
}
#contact .contact-form {
    background: rgba(255, 255, 255, 0.8);
    padding: 20px;
    margin-top: 20px;
}
#contact .contact-form h3 {
    margin-top: 0;
}
#contactArea {padding: 100px 0 75px; background: #fff; }
#contactArea h1,
#contactArea h2 {
    color: #000;
}
#contactArea #map { margin: 0px 0 40px 0; }
#contactArea #map_canvas { height: 400px; width: 100%; clear: both; }
#contactArea textarea { min-height: 80px; }
#contactArea .form-control { padding: 5px 10px; height: 35px; margin-bottom: 10px; border-color: #EFEFEF; resize:none; /*box-shadow: 0 1px 2px #333;*/}
#contactArea .form-control:focus { color: #333; border-color: #FB4400; }
#contactArea h3 { margin-bottom: 6px; font-size: 22px; font-weight: 400; margin-top:0px !important; color:#a3bb12;}
#contactArea h4 { margin-bottom: 0px; font-size: 22px; font-weight: 400; margin-top:0px !important; color:#337ab7;}
#contactArea h5 { font-weight: 700; margin: 0px; font-size: 13px; }
#contactArea address { font-size: 14px; line-height: 30px; margin-bottom: 2px; }
#contactArea address a { color: #4689d5; }
#footer {
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    background: #000000;
}
#footer a {
    color: #fff;
}
#footer a:hover {
    color: #c26f3c;
}
#footer ul {
    list-style: none;
    padding: 0;
    margin: 0;
	float:right;
}
#footer ul>li {
    display: inline-block;
    margin: 0 7.5px;
}
#toTop {
    display: none;
    text-decoration: none;
    position: fixed;
    bottom: 10px;
    right: 10px;
    overflow: hidden;
    width: 64px;
    height: 48px;
    border: none;
    text-indent: 100%;
    background: url(../images/top-arrow.png) no-repeat;
	z-index:9999;
}

.middle {
 
  height:auto;
  width:auto;
  opacity: 0;
  transition: .5s ease;
  background-color: #000303;
}

.middle {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%)
}

.container:hover .image {
  opacity: 0.3;
}


.container:hover .middle {
  opacity: 1;

}

.text {
  color: white;
  padding: 0px 0px;
}

@media only screen and (min-width: 773px) and (max-width:773px) {
.navbar-nav>li { margin: 0 -9px 0 0;}
.navbar-default .navbar-nav > li > a { margin: 0 0 -10px;}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {margin: -4px 0;}
#headon { font-size: 16px;}
.discnt p { font-size:16px;}

/*#about { padding:138px 0 0 !important;}
#features { padding:138px 0 0 !important;}
#amenities { padding:138px 0 0 !important;}
#gallery { padding:138px 0 0 !important;}
#scale-model { padding:138px 0 0 !important;}
#construction-status { padding:138px 0 0 !important;}
#specification { padding:138px 0 0 !important;}
#portfolioadd { padding:138px 0 0 !important;}
#cta2 { padding:138px 0 0 !important;}
#developer-details { padding:138px 0 0 !important;}
#work-process { padding:138px 0 0 !important;}
#contactArea { padding:138px 0 0 !important;}
#contensecefot { padding: 50px 0 0 0 !important;}*/
.vision-right ul li h5 { padding: 20px 0 0 !important;}
}

@media only screen and (min-width: 768px) and (max-width:768px) {
    #footer .social-icons {
        float: right;
    }
	.navbar.navbar-default .navbar-brand { padding: 2px 0 8px;}
	.navbar-default .navbar-nav > li > a { font-size: 13px; margin: 20px -3px 20px;}
	.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {margin: 16px 0;}
	#headon { font-size: 16px;}
	
/*#about { padding:138px 0 0 !important;}
#features { padding:138px 0 0 !important;}
#amenities { padding:138px 0 0 !important;}
#gallery { padding:138px 0 0 !important;}
#scale-model { padding:138px 0 0 !important;}
#construction-status { padding:138px 0 0 !important;}
#specification { padding:138px 0 0 !important;}
#portfolioadd { padding:138px 0 0 !important;}
#cta2 { padding:138px 0 0 !important;}
#developer-details { padding:138px 0 0 !important;}
#work-process { padding:138px 0 0 !important;}
#contactArea { padding:138px 0 0 !important;}
#contensecefot { padding: 50px 0 0 0 !important;}*/
.vision-right ul li h5 { padding: 20px 0 0 !important;}	
.section-header {
    margin-top: 42px;
}	
}
.form-control {
    box-shadow: none;
    -webkit-box-shadow: none;
}
.carousel-content{
	background: rgba(0, 0, 0, 0.5);
	margin-top:400px;
	/*padding-top:10px !important;
	padding-left:10px !important;*/
	
}

.box {
  width: 100%;
  margin: 0 auto;
  background: rgba(255,255,255,0.2);
  padding: 35px;
  border: 1px solid #fff;
  border-radius: 20px/50px;
  background-clip: padding-box;
  text-align: center;
}

.button {
  font-size: 1em;
  padding: 10px;
  color: #fff;
  border: 2px solid #06D85F;
  border-radius: 20px/50px;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease-out;
}
.button:hover {
  background: #06D85F;
}
.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
  width:100%;
  height:100%;
}
.overlay:target {
  visibility: visible;
  opacity: 1;
}

.popup {
  margin: 70px auto;
  padding: 10px;
  background: #fff;
  border-radius: 5px;
  width: 90%;
  position: relative;
  transition: all 5s ease-in-out;
}

.popup h2 {
  margin-top: 0;
  color: #333;
  font-family:'Open Sans', sans-serif;
}
.popup .close {
  position: absolute;
  top: 10px;
  right: 30px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
}
.popup .close:hover {
  color: #06D85F;
}
.popup .content {
  max-height: 30%;
  overflow: auto;
}

@media screen and (max-width: 700px){
  .box{
    width: 70%;
  }
  .popup{
    width: 70%;
  }
}



.displayed {
    display: block;
    margin-left: auto;
    margin-right: auto ;
	margin-bottom:30px;}

/*youtube*/

	.videoWrapperOuter {
  max-width:640px; 
  margin-left:auto;
  margin-right:auto;
}
.videoWrapperInner {
  float: none;
  clear: both;
  width: 100%;
  position: relative;
  padding-bottom: 75%;
  padding-top: 25px;
  height: 0;
}
.videoWrapperInner iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*end youtube*/


/*google-maps*/

.google-maps {
    position: relative;
    padding-bottom: 102%;
    height: 0;
    overflow: hidden;
}
.google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*End google-maps*/


/*start thankyou page*/
.header_logo{ background-color:#00CCCC;}
.midel{ padding:45px 0px; }
.border{ border:1px solid #bad10c; width:100%;}
.section-header{text-align:center;}
.sent-button{ text-align:center;  padding:45px 0px }
.conteadd{ }
.conteadd h3{ line-height:30px; font-size:20px; font-family:'Open Sans', sans-serif;}


/*end  thankyou page*/











