@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i');

body{
  font-family: 'Open Sans', sans-serif;
}

.clear{
  clear: both;
}

a, button{
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  -ms-transition: 0.25s;
  transition: 0.25s;
}

a:focus, button:focus{
	outline: none;
}

.no-padding{
	padding-left: 0;
	padding-right: 0;
}

.no-margin{
	margin-left: 0;
	margin-right: 0;
}

.menu{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  margin: 0;
  z-index: 1030;
}
.menu .navbar-dafault{
  background: transparent;
  border: 0;
  border-radius: 0;
  margin: 0 0 0 0;
}
.menu .logo-sec{
  float: left;
  width: 180px;
}
.menu .logo-sec .logo{
  width: 180px;
}
.menu .logo-sec .logo img{
  max-width: 100%;
}
.menu .logo-sec .navbar-toggle{
  border: solid 1px #bcd84f;
  margin: 20px 15px 0 0;
}
.menu .logo-sec .navbar-toggle .icon-bar{
  background: #bcd84f;
}
.menu .logo-sec .navbar-toggle:hover{
  background: #bcd84f;
}
.menu .logo-sec .navbar-toggle:hover .icon-bar{
  background: #fff;
}
.menu .menu-sec{
  float: left;
  width: 84%;
}
.menu .menu-info{
  float: left;
  width: 100%;
  padding: 5px 0;
}
.menu .menu-info ul li a{
  color: #d4effc;
  font-weight: 600;
}
.menu .menu-info ul li a:hover,
.menu .menu-info ul li a:focus{
  color: #bcd84f;
  background: transparent;
}
.menu .menu-info ul li a img{
  margin: 0 10px 0 0;
}
.menu .main-menu{
  float: left;
  width: 100%;
}
.menu .main-menu ul li a{
  position: relative;
  color: #fff;
  font-weight: 600;
}
.menu .main-menu ul li a:hover,
.menu .main-menu ul li a:focus{
  color: #bcd84f;
  background: transparent;
}
.menu .main-menu ul li.active a:before{
  content: "";
  position: absolute;
  left: -5px;
  top: 15px;
  width: 8px;
  height: 17px;
  background: url(../images/icon-active.png) center no-repeat;
}
.dropdown-menu > li > a{
	width:auto !important;
	color:#FFF !important;
	font-size:13px;
	border-bottom:1px solid #08517b;
}
.dropdown-menu > li > a:hover{
	color:#b2cb35 !important;
	
}
.navbar-right .dropdown-menu{
	right:auto;	
	background:url(../images/drop-bg.png) repeat;
	width:auto !important;
	min-width:inherit !important;
}

.banner{
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.banner .carousel,
.banner .carousel .carousel-inner,
.banner .carousel .carousel-inner .item{
  height: 100%;
}
.banner .carousel .carousel-inner .item img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner .carousel-fade .carousel-inner .item {
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  -ms-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 1000ms;
  -moz-transition-duration: 1000ms;
  -o-transition-duration: 1000ms;
  -ms-transition-duration: 1000ms;
  transition-duration: 1000ms;
}
.banner .carousel-fade .carousel-inner .item,
.banner .carousel-fade .carousel-inner .active.left,
.banner .carousel-fade .carousel-inner .active.right {
  opacity: 0;
}
.banner .carousel-fade .carousel-inner .active,
.banner .carousel-fade .carousel-inner .next.left,
.banner .carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.banner .carousel-fade .carousel-inner .next,
.banner .carousel-fade .carousel-inner .prev,
.banner .carousel-fade .carousel-inner .active.left,
.banner .carousel-fade .carousel-inner .active.right {
  left: 0;
  transform: translate3d(0, 0, 0);
}

.ins-banner{
  position: relative;
  width: 100%;
}
.ins-banner .carousel,
.ins-banner .carousel .carousel-inner,
.ins-banner .carousel .carousel-inner .item{
  height: 100%;
}
.ins-banner .carousel .carousel-inner .item img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}



.banner-cap-wrapper{
  margin-top: 240px;
}
.banner-caption{
  float: left;
  width: 100%;
  padding: 0px 50px 450px 70px;
  overflow: hidden;
}
.banner-caption h1{
  color: #fff;
  font-size: 72px;
  font-weight: 300;
  margin: 0 0 0 0;
  text-align: left;
}

.banner-box{
  float: right;
  width: 100%;
  padding:0;
  margin:0 !important;
}
.banner-box ul{
  list-style: none;
  padding: 0;
  margin: 0 auto;
}
.banner-box ul li{
  float: left;
  width: 25%;
  padding: 6px;
}
.banner-box ul li .ban-box-cover{
  position: relative;
  float: left;
  width: 100%;
  padding: 70px 20px 0px 40px;
  min-height: 285px;
  overflow: hidden;
}
.banner-box ul li:nth-child(1) .ban-box-cover{
  border-radius: 0px 80px 0px 80px;
  -moz-border-radius: 0px 80px 0px 80px;
  -webkit-border-radius: 0px 80px 0px 80px;
  background-color: #a4c23e;
  background-image: url(../images/bg-box-01.png);
  background-size: cover;
  background-repeat: no-repeat;
}
.banner-box ul li:nth-child(2) .ban-box-cover{
  border-radius: 80px 0px 80px 0px;
  -moz-border-radius: 80px 0px 80px 0px;
  -webkit-border-radius: 80px 0px 80px 0px;
  background-color: #31a7e3;
  background-image: url(../images/bg-box-02.png);
  background-size: cover;
  background-repeat: no-repeat;
}
.banner-box ul li:nth-child(3) .ban-box-cover{
  border-radius: 80px 0px 80px 0px;
  -moz-border-radius: 80px 0px 80px 0px;
  -webkit-border-radius: 80px 0px 80px 0px;
  background-color: #08517b;
  background-image: url(../images/bg-box-03.png);
  background-size: cover;
  background-repeat: no-repeat;
}
.banner-box ul li:nth-child(4) .ban-box-cover{
  border-radius: 0px 80px 0px 80px;
  -moz-border-radius: 0px 80px 0px 80px;
  -webkit-border-radius: 0px 80px 0px 80px;
  background-color: #539348;
  background-image: url(../images/bg-box-04.png);
  background-size: cover;
  background-repeat: no-repeat;
}
.banner-box ul li .ban-box-cover h3{
  color: #fff;
  font-size: 23px;
  font-weight: 350;
  margin: 0 0 20px 0;
  text-transform: uppercase;
}
.banner-box ul li .ban-box-cover .more{
  position: absolute;
  left: 50px;
  bottom: 40px;
  width: 50px;
  height: 50px;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  -ms-transition: 0.25s;
  transition: 0.25s;
}
.banner-box ul li .ban-box-cover:hover .more{
  bottom: 30px;
}
.banner-box ul li .ban-box-cover .more img{
  max-width: 100%;
}

.box-row{
	width:100%;
	top:0px;
	padding:50px 50px 50px 50px;
	position:relative;
	background-color:#FFF;
}

.about-sec{
  position: relative;
  padding: 150px 0;
  background-image: url(../images/bg-about.png);
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
}
.about-sec .brief-cover{
  position: relative;
  float: left;
  width: 100%;
  padding: 75px 0 0 0;
  max-width: 240px;
  margin-bottom: 20px;
}
.about-sec .brief-cover .abt-img{
  position: absolute;
  right: -50px;
  top: -245px;
  width: 99px;
}
.about-sec .brief-cover .abt-img img{
  max-width: 100%;
}
.about-sec .brief-cover h2{
  position: relative;
  color: #1f648c;
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 3px;
  margin: 0 0 70px 0;
  text-transform: uppercase;
}
.about-sec .brief-cover h2:after{
  content: "";
  position: absolute;
  left: 0;
  bottom: -30px;
  width: 35px;
  height: 2px;
  background: #15638c;
}
.about-sec .brief-cover p{
  color: #3d3d3d;
  font-size: 24px;
  font-weight: 300;
  line-height: 36px;
}
.about-sec .brief-cover .more{
  display: inline-block;
  color: #1f6a90;
  padding: 15px 40px;
  border: solid 1px #1f6a90;
  margin: 40px 0 0 0;
  text-decoration: none;
}
.about-sec .brief-cover .more:hover{
  color: #fff;
  background: #1f6a90;
}
.about-sec .hm-away{
  float: right;
  width: 100%;
  max-width: 340px;
  margin-bottom: 20px;
  text-align: right;
}
.about-sec .hm-away h2{
  position: relative;
  color: #004f7c;
  font-size: 50px;
  font-weight: 300;
  letter-spacing: 3px;
  margin: 0 0 100px 0;
  text-transform: uppercase;
}
.about-sec .hm-away h2 span{
  color: #619820;
}
.about-sec .hm-away h2:after{
  content: "";
  position: absolute;
  right: 0;
  bottom: -50px;
  width: 35px;
  height: 2px;
  background: #15638c;
}
.about-sec .hm-away p{
  color: #3d3d3d;
  font-size: 14px;
  line-height: 26px;
}

.apartment-sec{
  position: relative;
  padding: 90px 0 100px;
  background-color: rgba(0,85,129,0.9);
  background-image: url(../images/bg-apart.png);
  background-position: center top;
  background-size: cover;
}
.hm-apart-cover{
  width: 100%;
  max-width: 300px;
  margin: 0 auto 20px;
  text-align: center;
}
.hm-apart-cover .hm-apart-img{
  width: 100%;
  text-align: center;
  margin-bottom: 30px;
}
.hm-apart-cover .hm-apart-img img{
  max-width: 100%;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -o-transition: 1s;
  -ms-transition: 1s;
  transition: 1s;
}
.hm-apart-cover:hover .hm-apart-img img{
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.hm-apart-cover .hm-apart-img .img-round{
  border-radius: 50%;
  border: solid 5px #fff;
}
.hm-apart-cover .hm-apart-img .img-round.blue{
  background: #49bbf4;
}
.hm-apart-cover .hm-apart-img .img-round.green{
  background: #95ba2e;
}
.hm-apart-cover .hm-apart-img .img-round.dkgreen{
  background: #53924a;
}
.hm-apart-cover .hm-apart-dtls{
  width: 100%;
  text-align: center;
}
.hm-apart-cover .hm-apart-dtls h2{
  color: #fff;
  font-size: 32px;
  font-weight: 300;
  margin: 0 0 40px 0;
  text-transform: uppercase;
}
.hm-apart-cover .hm-apart-dtls h2 span{
  font-weight: 700;
}
.hm-apart-cover .hm-apart-dtls p{
  color: #fff;
  line-height: 26px;
}
.hm-apart-cover .hm-apart-dtls .more{
  display: inline-block;
  color: #fff;
  padding: 15px 40px;
  border: solid 1px #99ddff;
  margin: 40px 0 0 0;
  text-decoration: none;
}
.hm-apart-cover .hm-apart-dtls .more.blue:hover{
  background: #49bbf4;
  border: solid 1px #49bbf4;
}
.hm-apart-cover .hm-apart-dtls .more.green:hover{
  background: #95ba2e;
  border: solid 1px #95ba2e;
}
.hm-apart-cover .hm-apart-dtls .more.dkgreen:hover{
  background: #53924a;
  border: solid 1px #53924a;
}

.ameniti-sec{
  position: relative;
  background-image: url(../images/bg-amneti.png);
  background-color: #e1f3fc;
  background-position: right bottom;
  background-repeat: no-repeat;
}
.ameni-img-lt{
  position: relative;
  float: left;
  width: 100%;
  max-width: 345px;
}
.ameni-img-lt ul{
  list-style: none;
  padding: 0;
  margin: 0;
}
.ameni-img-lt ul li{
  position: absolute;
}
.ameni-img-lt ul li img{
  max-width: 100%;
}
.ameni-img-lt ul li:nth-child(1){
  top: -119px;
  right: 0;
}
.ameni-img-lt ul li:nth-child(2){
  top: 0px;
  left: 0;
}
.ameni-img-lt ul li:nth-child(3){
  top: 360px;
  left: 0;
}
.hm-amenit-cover{
  position: relative;
  float: left;
  width: 100%;
  padding: 85px 0 0 0;
  max-width: 335px;
  margin-bottom: 20px;
}
.hm-amenit-cover ul .col-lg-6{
	padding:0;
}
.hm-amenit-cover ul{
	padding:0;	
}
.hm-amenit-cover ul li{
	list-style:none;
	padding:10px 0 10px 15px;
	background:url(../images/icon-active.png) no-repeat left top 10px;	
}
.hm-amenit-cover h3 {
  position: relative;
  color: #1f648c;
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 3px;
  margin: 0 0 70px 0;
  text-transform: uppercase;
}
.hm-amenit-cover h3:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -30px;
  width: 35px;
  height: 2px;
  background: #15638c;
}
.hm-amenit-cover h2{
  color: #004f7c;
  font-size: 36px;
  font-weight: 300;
  margin: 0 0 50px 0;
  text-transform: uppercase;
}
.hm-amenit-cover p{
  color: #3d3d3d;
  line-height: 26px;
}
.hm-amenit-cover .more{
  display: inline-block;
  color: #367699;
  padding: 15px 40px;
  border: solid 1px #367699;
  margin: 40px 0 0 0;
  text-decoration: none;
}
.hm-amenit-cover .more:hover{
  color: #fff;
  background: #367699;
}
.ameni-img-rt{
  position: relative;
  float: left;
  width: 100%;
  max-width: 480px;
  min-height: 910px;
}
.ameni-img-rt ul{
  list-style: none;
  padding: 0;
  margin: 0;
}
.ameni-img-rt ul li{
  position: absolute;
}
.ameni-img-rt ul li img{
  max-width: 100%;
}
.ameni-img-rt ul li:nth-child(1){
  top: 0px;
  right: -50px;
}
.ameni-img-rt ul li:nth-child(2){
  top: 120px;
  left: -70px;
}
.ameni-img-rt ul li:nth-child(3){
  bottom: 0px;
  left: 0;
}

.gallery-hd-sec{
  position: relative;
  padding: 50px 0;
  background-color: #95ba2e;
  border-top: solid 5px #fff;
  border-bottom: solid 4px #fff;
}
.gallery-hd-sec .gallery-hd{
  float: left;
  width: 100%;
}
.gallery-hd-sec .gallery-hd h2 {
  color: #fff;
  font-size: 36px;
  font-weight: 300;
  margin: 0 0 10px 0;
  text-transform: uppercase;
}
.gallery-hd-sec .gallery-hd h2 span{
  font-weight: 700;
}
.gallery-hd-sec .gallery-hd p{
  color: #fff;
  line-height: 26px;
}

.hm-gallery-sec{
  position: relative;
  background: #fff;
}
.gallery-item-cover{
  float: left;
  width: 100%;
}
.gallery-item-cover ul{
  list-style: none;
  padding: 0;
  margin: 0;
}
.gallery-item-cover ul li{
  float: left;
  width: 20%;
}
.gallery-item-cover .gal-item{
  float: left;
  width: 100%;
  border: solid 1px #fff;
}
.gal-item .gal-item-img{
  position: relative;
  float: left;
  width: 100%;
}
.gal-item .gal-item-img img{
  width: 100%;
}
.gal-item .gal-item-img .overlay{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #0a587c;
  opacity: 0;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  -ms-transition: 0.25s;
  transition: 0.25s;
}
.gal-item:hover .gal-item-img .overlay:hover{
  opacity: 1;
}
.gal-item .gal-item-img .overlay .over-table{
  position: absolute;
  display: table;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.gal-item .gal-item-img .overlay .over-cell{
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.gal-item .overlay .over-cell .icon-more{
  width: 66px;
  height: 66px;
  margin: 0 auto;
}

.community-sec{
  position: relative;
  background-image: url(../images/bg-communities.png);
  background-size: cover;
}
.community-sec .community-cont{
  float: left;
  width: 100%;
  padding: 75px 50px 30px 75px;
}
.community-sec .community-cont h3 {
  position: relative;
  color: #1f648c;
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 3px;
  margin: 0 0 40px 0;
  text-transform: uppercase;
}
.community-sec .community-cont h2 {
  color: #004f7c;
  font-size: 48px;
  font-weight: 300;
  margin: 0 0 30px 0;
  text-transform: uppercase;
}
.community-sec .community-cont p{
  color: #3d3d3d;
  line-height: 26px;
}
.community-sec .community-img{
  float: left;
  width: 100%;
  padding: 140px 0 0 0;
}
.community-sec .community-img img{
  width: 100%;
}

.hm-form-sec{
  position: relative;
  padding: 90px 0;
  background: url(../images/bg-form.jpg);
  background-position: center top;
  background-size: cover;
}
.hm-form-sec h2 {
  color: #fff;
  font-size: 36px;
  font-weight: 300;
  margin: 0 0 40px 0;
  text-align: center;
  text-transform: uppercase;
}
.hm-form-sec h2 span{
  font-weight: 700;
}
.hm-form-sec .hm-form{
  float: left;
  width: 50%;
  padding: 0 0px;
}
.hm-form-sec .hm-form .form-group{
  margin-bottom: 40px;
}
.hm-form-sec .hm-form .form-control{
  color: #fff;
  background: transparent;
  border: 0;
  border-bottom: solid 1px #fff;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0);
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  -ms-transition: 0.25s;
  transition: 0.25s;
}
.hm-form-sec .hm-form .form-control:focus{
  border-bottom: solid 1px #f9a11b;
}
.hm-form-sec .hm-form .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
}
.hm-form-sec .hm-form .form-control::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
}
.hm-form-sec .hm-form .form-control:-ms-input-placeholder { /* IE 10+ */
  color: #fff;
}
.hm-form-sec .hm-form .form-control:-moz-placeholder { /* Firefox 18- */
  color: #fff;
}
.hm-form-sec .hm-form .btn-send{
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  padding: 15px 35px;
  background: #f9a11b;
  border: 0;
  border-radius: 0;
}
.hm-form-sec .hm-form .btn-send:hover{
  background: #95ba2e;
}

.footer-sec{
  position: relative;
  background-image: url(../images/bg-footer.jpg);
  background-position: center top;
  background-size: cover;
  overflow: hidden;
}
.footer-sec .footer-hd{
  float: left;
  width: 100%;
  padding:5px 0 130px;
  text-align: center;
}
.footer-sec .footer-hd img{
  margin: 0 0 30px 0;
}
.footer-sec .footer-hd h2 {
  color: #004f7c;
  font-size: 36px;
  font-weight: 300;
  margin: 0 0 0 0;
  text-align: center;
  text-transform: uppercase;
}
.footer-sec .footer-hd h2 span {
  font-weight: 700;
}
.ft-info-cover{
  float: left;
  width: 100%;
  overflow:hidden;
  padding: 60px 30px;
  margin: 0 0 30px 0;
  border-radius: 0px 80px 0px 80px;
  -moz-border-radius: 0px 80px 0px 80px;
  -webkit-border-radius: 0px 80px 0px 80px;
}
.ft-info-cover.green{
  background: rgba(169,198,56, 0.9);
}
.ft-info-cover.blue{
  background: rgba(32,80,142, 0.95);
}
.ft-info-cover.dkgreen{
  background: rgba(80,146,70, 0.93);
}
.ft-info-cover p{
  color: #fff;
  font-size: 18px;
}
.ft-info-cover p span{
  color: #099f22;
}

.copy-cover{
  padding: 25px;
  background: rgba(0,0,0,0.65);
}
.copy-cover .copy{
  color: #fff;
  float: left;
  width: 100%;
  text-align: center;
}

.aboutus-sec{
  background-image: url(../images/bg-about-us.png);
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
}
.page-hd{
  float: right;
  width: 100%;
  max-width: 960px;
  padding: 75px;
  margin: -165px 0 40px 0;
  background-color: #a2c03d;
  /*background-image: url(../images/bg-page-hd.png);*/
  background-size: cover;
  border-radius: 80px 0px 80px 0px;
  -moz-border-radius: 80px 0px 80px 0px;
  -webkit-border-radius: 80px 0px 80px 0px;
  text-align: right;
}
.page-hd h1{
  color: #fff;
  font-size: 60px;
  font-weight: 300;
  margin: 0;
  text-transform: uppercase;
}
.about-img-lt{
  float: left;
  width: 100%;
}
.about-img-lt ul{
  list-style: none;
  padding: 0;
  margin: 0;
}
.about-img-lt ul li{
  position: absolute;
}
.about-img-lt ul li img{
  max-width: 100%;
}
.about-img-lt ul li:nth-child(1){
  top: -100px;
  left: 250px;
}
.about-img-lt ul li:nth-child(2){
  top: 0px;
  left: 50px;
}
.about-img-lt ul li:nth-child(3){
  top: 390px;
  left: 0px;
}

.about-cont{
  float: left;
  width: 100%;
  padding: 40px 50px 140px 30px;
  min-height: 950px;
  text-align: right;
}
.about-cont h2 {
  position: relative;
  color: #004f7c;
  font-size: 50px;
  font-weight: 300;
  letter-spacing: 3px;
  margin: 0 0 100px 0;
  text-transform: uppercase;
}
.about-cont h2 span {
  color: #619820;
}
.about-cont h2:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -50px;
  width: 35px;
  height: 2px;
  background: #15638c;
}
.about-cont h3 {
  color: #3d3d3d;
  font-size: 26px;
  font-weight: 600;
  margin: 0 0 40px 0;
}
.about-cont p {
  color: #3d3d3d;
  font-size: 14px;
  line-height: 28px;
  margin: 0 0 20px 0;
}
.about-cont p:last-child{
  margin: 0 0 0 0;
}

.ins-box-sec{
  padding: 15px 0;
}
.ins-box-cover{
  float: left;
  width: 100%;
}
.ins-box-cover ul{
  list-style: none;
  padding: 0;
  margin: 0;
}
.ins-box-cover ul li{
  float: left;
  width: 25%;
}
.ins-box-cover ul li .ins-box{
  position: relative;
  width: 100%;
  max-width: 240px;
  height: 290px;
  margin: 0 auto 20px;
  padding: 70px 20px 90px 40px;
  overflow: hidden;
}
.ins-box-cover ul li:nth-child(1) .ins-box{
  border-radius: 0px 80px 0px 80px;
  -moz-border-radius: 0px 80px 0px 80px;
  -webkit-border-radius: 0px 80px 0px 80px;
  background-color: #aec944;
  background-image: url(../images/bg-box-01.png);
  background-size: cover;
  background-repeat: no-repeat;
}
.ins-box-cover ul li:nth-child(2) .ins-box{
  border-radius: 80px 0px 80px 0px;
  -moz-border-radius: 80px 0px 80px 0px;
  -webkit-border-radius: 80px 0px 80px 0px;
  background-color: #44b6ef;
  background-image: url(../images/bg-box-02.png);
  background-size: cover;
  background-repeat: no-repeat;
}
.ins-box-cover ul li:nth-child(3) .ins-box{
  border-radius: 0px 80px 0px 80px;
  -moz-border-radius: 0px 80px 0px 80px;
  -webkit-border-radius: 0px 80px 0px 80px;
  background-color: #59994d;
  background-image: url(../images/bg-box-04.png);
  background-size: cover;
  background-repeat: no-repeat;
}
.ins-box-cover ul li:nth-child(4) .ins-box{
  border-radius: 80px 0px 80px 0px;
  -moz-border-radius: 80px 0px 80px 0px;
  -webkit-border-radius: 80px 0px 80px 0px;
  background-color: #17628d;
  background-image: url(../images/bg-box-03.png);
  background-size: cover;
  background-repeat: no-repeat;
}
.ins-box-cover h3 {
  color: #fff;
  font-size: 24px;
  font-weight: 350;
  margin: 0 0 20px 0;
  text-transform: uppercase;
}
.ins-box-cover .more {
  position: absolute;
  left: 50px;
  bottom: 40px;
  width: 50px;
  height: 50px;
}
.ins-box-cover .more img{
  max-width: 100%;
}

.proj-dtl-nav{
  float: left;
  width: 100%;
}
.proj-dtl-nav ul{
  list-style: none;
  padding: 0;
  margin: 0;
}
.proj-dtl-nav ul li{
  position: relative;
  float: left;
  width: 100%;
  padding: 0 0 0 70px;
  margin: 0 0 50px 0;
}
.proj-dtl-nav ul li a{
  text-decoration: none;
}
.proj-dtl-nav ul li span.icon{
  position: absolute;
  left: 0;
  top: 0;
  width: 110px;
  height: 110px;
  border-radius: 50%;
  border: solid 5px #fff;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  -ms-transition: 0.25s;
  transition: 0.25s;
}
.proj-dtl-nav ul li span.icon img{
  max-width: 100%;
}
.proj-dtl-nav ul li span.nav-label{
  display: block;
  color: #fff;
  font-size: 30px;
  padding: 8px 10px 8px 60px;
  border-radius: 20px 0px 20px 0px;
  -moz-border-radius: 20px 0px 20px 0px;
  -webkit-border-radius: 20px 0px 20px 0px;
  text-transform: uppercase;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  -ms-transition: 0.25s;
  transition: 0.25s;
}
.proj-dtl-nav ul li span.nav-label span.txt-bold{
  font-weight: 700;
}
.proj-dtl-nav ul li:nth-child(1) .icon{
  background: #49bbf4;
}
.proj-dtl-nav ul li:nth-child(1) .nav-label{
  background: #49bbf4;
}
.proj-dtl-nav ul li:nth-child(1):hover .icon{
  background: #38aae3;
}
.proj-dtl-nav ul li:nth-child(1):hover .nav-label{
  background: #38aae3;
}
.proj-dtl-nav ul li:nth-child(2) .icon{
  background: #95ba2e;
}
.proj-dtl-nav ul li:nth-child(2) .nav-label{
  background: #95ba2e;
}
.proj-dtl-nav ul li:nth-child(2):hover .icon{
  background: #80a320;
}
.proj-dtl-nav ul li:nth-child(2):hover .nav-label{
  background: #80a320;
}
.proj-dtl-nav ul li:nth-child(3) .icon{
  background: #80a320;
}
.proj-dtl-nav ul li:nth-child(3) .nav-label{
  background: #80a320;
}
.proj-dtl-nav ul li:nth-child(3):hover .icon{
  background: #80a320;
}
.proj-dtl-nav ul li:nth-child(3):hover .nav-label{
  background: #80a320;
}
.proj-dtl-nav ul li:nth-child(4) .icon{
  background: #0279c0;
}
.proj-dtl-nav ul li:nth-child(4) .nav-label{
  background: #0279c0;
}
.proj-dtl-nav ul li:nth-child(4):hover .icon{
  background: #04629a;
}
.proj-dtl-nav ul li:nth-child(4):hover .nav-label{
  background: #04629a;
}
.proj-dtl-nav ul li:nth-child(5) .icon{
  background: #dbaf28;
}
.proj-dtl-nav ul li:nth-child(5) .nav-label{
  background: #dbaf28;
}
.proj-dtl-nav ul li:nth-child(5):hover .icon{
  background: #c99a09;
}
.proj-dtl-nav ul li:nth-child(5):hover .nav-label{
  background: #c99a09;
}

.amenities-more{
  position: relative;
  float: left;
  width: 100%;
  height: 400px;
  margin-bottom: 20px;
  background-image: url(../images/bg-ameni-more.jpg);
  background-size: cover;
  background-position: center top;
  border-radius: 0px 80px 0px 80px;
  -moz-border-radius: 0px 80px 0px 80px;
  -webkit-border-radius: 0px 80px 0px 80px;
}
.amenities-more .ameni-table{
  position: absolute;
  display: table;
  width: 100%;
  height: 100%;
}
.amenities-more .ameni-cell{
  display: table-cell;
  vertical-align: middle;
}
.amenities-more .ameni-cell a{
  text-decoration: none;
}
.amenities-more .ameni-cell a h3{
  color: #fff;
  font-size: 40px;
  font-weight: 300;
  margin: 0;
  text-transform: uppercase;
  text-align: center;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  -ms-transition: 0.25s;
  transition: 0.25s;
}
.amenities-more:hover .ameni-cell a h3{
  color: #000;
}
.amenities-more .ameni-cell h3 span{
  font-weight: 700;
}
.amenities-more .ameni-cell .icon{
  position: absolute;
  right: 50px;
  bottom: -55px;
  width: 100px;
  height: 100px;
  background: #49bbf4;
  border-radius: 50%;
  border: solid 5px #fff;
}
.amenities-more .ameni-cell .icon img{
  max-width: 100%;
}
.pro-dtl-cont{
  float: left;
  width: 100%;
}
.pro-dtl-cont .pro-dtl-img{
  float: left;
  width: 100%;
  padding: 0 0 0 10px;
  margin-bottom: 40px;
}
.pro-dtl-cont .pro-dtl-img img{
  width: 100%;
}
.pro-dtl-cont .pro-dtl-img img{
  border-radius: 0px 80px 0px 80px;
  -moz-border-radius: 0px 80px 0px 80px;
  -webkit-border-radius: 0px 80px 0px 80px;
}
.pro-dtl-cont .pro-dtl-txt{
  float: left;
  width: 100%;
  padding: 0 50px 0 50px;
  margin-bottom: 50px;
  text-align: right;
}
.pro-dtl-cont .pro-dtl-txt h2 {
  position: relative;
  color: #004f7c;
  font-size: 50px;
  font-weight: 300;
  letter-spacing: 3px;
  margin: 0 0 100px 0;
  text-transform: uppercase;
}
.pro-dtl-cont .pro-dtl-txt h2 span {
  color: #619820;
}
.pro-dtl-cont .pro-dtl-txt h2:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -50px;
  width: 35px;
  height: 2px;
  background: #15638c;
}
.pro-dtl-cont .pro-dtl-txt p{
  line-height: 26px;
}

.pro-dtl-table{
  float: left;
  width: 100%;
  padding: 0 50px 0 50px;
}
.pro-dtl-table .table thead{
  background: #e5f0ca;
}
.pro-dtl-table .table thead tr th{
  color: #000;
  font-weight: 700;
  padding: 15px 15px;
  border-bottom: solid 2px #778c25;
}
.pro-dtl-table .table tbody tr.sub-hd td{
  color: #000;
  font-weight: 700;
  background: #def1fa;
  padding: 15px 15px;
  border-bottom: solid 2px #9ab3c0;
}
.pro-dtl-table .table tr td{
  border-bottom: solid 1px #e3e6e8;
}
.pro-dtl-table .table tr td{
  padding: 15px 15px;
  background: #fff;
}
.pro-dtl-table .table tr:nth-child(odd) td{
  background: #ecf7fc;
}
.accomodation-sec{
	width:100%;
	height:auto;
	background:url(../images/room-bg.jpg) no-repeat top center;
}

.accomodation-sec h2 {
	width:100%;
    position: relative;
    color: #FFF;
    font-size: 48px;
	padding:0;
    font-weight: 300;
	text-align:center;
    letter-spacing: 3px;
    margin: 0 0 100px 0;
    text-transform: uppercase;
}
.blok{margin:0px; padding-left:15px;}

.accomodation-sec .nav-stacked > li{
	width:19.8%;
	height:204px;
	float:left;
	overflow:hidden;
	margin:0 2px 67px 0;
	background-color:#8cc944;
	border-radius:0px 80px;
}
.mar-rt{
	margin-right:0px !important;
}
.accomodation-sec .nav{
	padding-left:15px;	
}
.accomodation-sec .nav-pills > li > a{
	border-radius:0;
	margin:0;
	height:204px;
	padding:34px 40px 27px 40px;
}
.accomodation-sec .nav-pills > li > a h1{
	font-size:24px;
	color:#FFF;
	font-weight:700;
	text-transform:uppercase;
}
.accomodation-sec .nav-pills > li > a h2{
	font-size:24px;
	color:#FFF;
	padding:0;
	text-align:left;
	margin:0;
	background:none;
	font-weight:300;
	text-transform:uppercase;
}
.accomodation-sec .well{
	border-radius:0px;
	border:none;
	padding:0 50px;
	box-shadow:none;
	background:none;
}
.acc-iconbg{
	width:auto;
}
.acc-inner{
	width:100%;
	background-color:#f5f3f3;
}
.acc-inner-lt{
	width:51%;
	height:318px;
	float:left;
	
}
.bg1{
	background:url(../images/executive.jpg) no-repeat;
}
.bg2{
	background:url(../images/acc-inner1.jpg) no-repeat;
}
.bg3{
	background:url(../images/acc-inner1.jpg) no-repeat;
}
.bg4{
	background:url(../images/acc-inner4.jpg) no-repeat;
}
.bg5{
	background:url(../images/acc-inner5.jpg) no-repeat;
}
.acc-inner-rt{
	width:48%;
	float:right;
	padding:65px 0 0 80px;
}
.acc-inner-rt h1{
	font-weight:700;
	font-size:26px;
	color:#000;
	text-transform:uppercase;	
}
.acc-inner-rt h2{
	font-weight:700;
	font-size:18px;
	color:#000;
	text-align:left;
	letter-spacing:0;
	padding:0;
	margin:0;
	text-transform:none;	
}
.acc-inner-rt h3{
	font-weight:300;
	font-size:24px;
	color:#000;
	text-align:left;
	letter-spacing:0;
	padding:15px 0 0 0;
	margin:0;
	text-transform:uppercase;	
}
.acc-btn{
	width:154px;
	padding:12px 0;
	background-color:#105883;
	font-size:14px;
	text-align:center;
	color:#FFF;
	margin-top:15px;
	text-transform:uppercase;
	font-weight:600;
}
.rate-img-lt{
 float: left;
 width: 100%;
}
.rate-img-lt ul{
 list-style: none;
 padding: 0;
 margin: 0;
}
.rate-img-lt ul li{
 position: absolute;
}
.rate-img-lt ul li img{
 max-width: 100%;
}
.rate-img-lt ul li:nth-child(1){
 top: -225px;
 left: 200px;
}
.rent-row{
	width:100%;
	float:left;	
	margin:5px 0;
}
.rent-row-name{
	width:auto;
	float:left;
	font-size:14px;
	padding-top:5px;
	font-weight:500;
	color:#333;	
}
.rent-row-name span{
	font-weight:300;
	font-size:12px;
}
.pdf-bg{
	width:50%;
	float:right;
	font-weight:500;
	text-align:center;
	color:#008bcc;	
}
.rent-row-form{
	width:50%;
	height:40px;
	float:right;
	font-size:14px;
	border:1px solid #0093d2;
	font-weight:300;
	color:#333;	
}
.rent-row-form2{
	width:50%;
	height:100px;
	float:right;
	font-size:14px;
	border:1px solid #0093d2;
	font-weight:300;
	color:#333;	
}
.rent-subhed{
	width:100%;
	float:left;
	padding:15px 0;
	font-weight:700;
	text-align:left;
	font-size:20px;
	color:#666;
}
.rent-box{
	width:100%;
	padding:20px;
	margin-bottom:15px;
	float:left;
	background-color:#def3fc;
}
.rent-box-hed{
	width:100%;
	float:left;
	text-align:left;
	font-size:16px;
	padding-bottom:15px;
	font-weight:600;
	color:#0f5d8d;	
}
.rent-box-selectbox{
	width:33%;
	float:left;
	font-weight:300;
	color:#0f5d8d;
	text-align:left;
	font-size:14px;
}
.rent-box-text{
	width:100%;
	float:left;
	font-weight:300;
	color:#0f5d8d;
	text-align:left;
	font-size:14px;
}
.rent-box-numberform{
	width:160px;
	height:40px;
	float:left;
	margin-top:15px;
	margin-right:5px;
	padding:0 10px;
	font-size:14px;
	border:1px solid #0093d2;
	font-weight:300;
	color:#333;	
}
.rent-box img{
	text-align:left;
	float:left;
	margin-bottom:10px;
}
.rent-box-btn{
	padding:11px 20px;
	float:left;
	font-weight:600;
	font-size:12px;
	color:#333;
	border:0px;
	margin-top:15px;
	margin-right:5px;
	background-color:#95b93c;
}
.rent-box-btn:hover{
	background-color:#6a9f44;
}

.our-clients-bg{
	width:100%;
	padding:50px 0;
	position:relative;	
}
.our-clients-bg h2 {
  color: #fff;
  font-size: 36px;
  font-weight: 300;
  margin: 0 0 40px 0;
  text-align: center;
  text-transform: uppercase;
}
.our-clients-bg h2 span{
  font-weight: 700;
}
.pad-non{
	padding:0;	
}
.slide-box{
	float:left;
	width:20%;	
}
.gal-box{
	width:24%;
	float:left;
	padding:.5%;
	background-color:#95ba2e;
	margin:30px .5% 0 .5%;
	display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.gal-box:hover, .gal-box:focus, .gal-box:active {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}
.gal-caption{
	width:100%;
	padding:5px 0;
	text-align:center;
	font-size:16px;
	color:#FFF;	
	background-color:#085b8b;
}
.gal-box img{
	width:100%;
	height:auto;
	display:block;
}








/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 768px) {

}

@media (min-width: 992px) {
  
}

@media (min-width: 1200px) {
  
}

@media (min-width: 1366px) {
  .container{
    width: 1200px;
    padding: 0;
  }
}

@media (min-width: 1440px) {
  
}

@media (min-width: 1600px) {
  
}

@media (min-width: 1920px) {
  
}

@media (max-width: 1919px) {

}

@media (max-width: 1599px) {
  .menu .logo-sec {
    width: 150px;
  }
  .menu .logo-sec .logo {
    width: 150px;
  }
  .menu .menu-sec {
    float: left;
    width: 86%;
  }
  .banner-cap-wrapper {
    margin-top: 195px;
  }
  .banner-box {
    margin-bottom: 100px;
  }
  .ameniti-sec {
    background-size: 340px;
  }
  
  .ameni-img-rt {
    min-height: 750px;
  }
  .ameni-img-lt ul li:nth-child(1) {
    top: -75px;
    right: 35px;
    width: 60px;
  }
  .ameni-img-lt ul li:nth-child(2) {
    width: 250px;
  }
  .ameni-img-lt ul li:nth-child(3) {
    top: 325px;
    width: 200px;
  }
  .ameni-img-rt ul li:nth-child(1) {
    top: 0px;
    right: 0px;
    width: 300px;
  }
  .ameni-img-rt ul li:nth-child(2) {
    top: 100px;
    left: -20px;
    width: 190px;
  }
  .ameni-img-rt ul li:nth-child(3) {
    width: 300px;
  }
  .community-sec .community-cont {
    padding: 50px 0px 20px 0px;
  }
  .community-sec .community-cont h3 {
    margin: 0 0 30px 0;
  }
  .community-sec .community-cont h2 {
    font-size: 36px;
    margin: 0 0 20px 0;
  }
  .community-sec .community-img {
    max-width: 450px;
    padding: 75px 0 0 0;
  }
  .page-hd {
    padding: 50px;
    margin: -100px 0 40px 0;
  }
  .page-hd h1 {
    font-size: 48px;
  }
  .about-img-lt ul li:nth-child(1) {
    left: 240px;
    width: 60px;
  }
  .about-img-lt ul li:nth-child(2) {
    left: 40px;
    width: 270px;
  }
  .about-img-lt ul li:nth-child(3) {
    left: 40px;
    top: 350px;
    width: 220px;
  }
  .about-cont {
    padding: 75px 50px 75px 30px;
    min-height: auto;
  }
  .proj-dtl-nav ul li {
    padding: 0 0 0 50px;
    margin: 0 0 30px 0;
  }
  .proj-dtl-nav ul li span.nav-label {
    font-size: 24px;
    padding: 5px 10px 5px 45px;
  }
  .proj-dtl-nav ul li span.icon {
    width: 80px;
    height: 80px;
  }
  .amenities-more{
    height: 350px;
  }
  .pro-dtl-cont .pro-dtl-txt {
    padding: 0 20px 0 20px;
    margin-bottom: 30px;
  }
  .pro-dtl-table {
    padding: 0 20px 0 20px;
  }
  .amenities-more .ameni-cell h3 {
    font-size: 32px;
  }
}

@media (max-width: 1365px) {
  .banner-box ul li .ban-box-cover {
    padding: 50px 20px 70px 50px;
    min-height: 250px;
  }
  .banner-box ul li .ban-box-cover .more {
    width: 35px;
    height: 35px;
    bottom: 30px;
  }
  .banner-box ul li .ban-box-cover:hover .more{
    bottom: 20px;
  }
  .banner-caption {
    padding: 150px 50px 100px;
  }
  .banner-caption h1 {
    font-size: 65px;
  }
  .about-sec {
    padding: 125px 0;
  }
  
  
}

@media (max-width: 1279px) {
  .hm-amenit-cover {
    padding: 20px 0 0 0;
  }
  .hm-amenit-cover h3 {
    font-size: 20px;
    margin: 0 0 50px 0;
  }
  .hm-amenit-cover h3:after {
    bottom: -25px;
  }
  .hm-amenit-cover h2 {
    font-size: 26px;
    margin: 0 0 15px 0;
  }
}

@media (max-width: 1199px) {
  .menu .logo-sec {
    width: 125px;
  }
  .menu .logo-sec .logo {
    width: 125px;
  }
  .menu .menu-sec {
    float: left;
    width: 86.5%;
  }
  .menu .main-menu ul li a {
    padding: 15px 10px;
  }
  .banner-cap-wrapper {
    margin-top: 160px;
  }
  .about-sec {
    padding: 100px 0;
  }
  .about-sec .brief-cover {
    padding: 0 0 0 0;
    max-width: 220px;
    margin-bottom: 20px;
  }
  .about-sec .brief-cover .abt-img {
    top: -150px;
  }
  .about-sec .brief-cover p {
    font-size: 18px;
    line-height: 28px;
  }
  .about-sec .hm-away {
    max-width: 300px;
    margin-bottom: 20px;
  }
  .about-sec .hm-away h2 {
    font-size: 32px;
    margin: 0 0 70px 0;
  }
  .about-sec .hm-away h2::after {
    bottom: -35px;
  }
  .apartment-sec {
    padding: 50px 0 50px;
  }
  .hm-apart-cover .hm-apart-img {
    margin-bottom: 20px;
  }
  .hm-apart-cover .hm-apart-dtls h2 {
    font-size: 26px;
    margin: 0 0 20px 0;
  }
  .ameniti-sec {
    background-size: 250px;
  }
  .ameni-img-lt ul li:nth-child(2) {
    width: 200px;
  }
  .ameni-img-lt ul li:nth-child(3) {
    top: 210px;
    width: 160px;
  }
  .ameni-img-rt {
    min-height: 670px;
  }
  .ameni-img-rt ul li:nth-child(1) {
    width: 230px;
  }
  .ameni-img-rt ul li:nth-child(2) {
    left: 0px;
    width: 145px;
  }
  .ameni-img-rt ul li:nth-child(3) {
    width: 200px;
  }
  .hm-form-sec {
    padding: 50px 0;
  }
  .page-hd {
    padding: 30px;
    margin: 30px 0 30px 0;
    border-radius: 40px 0px 40px 0px;
    -moz-border-radius: 40px 0px 40px 0px;
    -webkit-border-radius: 40px 0px 40px 0px;
  }
  .page-hd h1 {
    font-size: 36px;
  }
  .about-cont {
    padding: 30px 20px 30px 20px;
    min-height: auto;
  }
  .about-cont h2 {
    font-size: 36px;
    margin: 0 0 50px 0;
  }
  .about-cont h2:after {
    bottom: -25px;
  }
  .ins-box-cover ul li .ins-box{
    position: relative;
    width: 100%;
    max-width: 200px;
    height: 265px;
    margin: 0 auto 20px;
    padding: 60px 20px 90px 30px;
    overflow: hidden;
  }
  .pro-dtl-cont .pro-dtl-txt h2 {
    font-size: 36px;
    margin: 0 0 50px 0;
  }
  .pro-dtl-cont .pro-dtl-txt h2::after {
    bottom: -25px;
  }
}
@media (max-width: 1000px) {
	.banner-box ul li .ban-box-cover{
		padding:30px 5px;	
		text-align:center;
	}
}
@media (max-width: 991px) {
  .menu .logo-sec {
    width: 100px;
  }
  .menu .logo-sec .logo {
    width: 100px;
  }
  .menu .menu-sec {
    float: left;
    width: 86%;
  }
  .menu .menu-info ul li a {
    font-size: 12px;
    font-weight: 400;
    padding: 10px 8px;
  }
  .menu .main-menu ul li a {
    font-size: 12px;
    font-weight: 400;
    padding: 15px 8px;
  }
  .banner-cap-wrapper {
    margin-top: 130px;
    margin-bottom: 30px;
  }
  .banner-caption {
    padding: 50px 20px 50px;
    text-align: center;
  }
  .banner-caption h1 {
    font-size: 50px;
    text-align: center;
  }
  .banner-box {
    float: none;
    width: 100%;
    margin: 0 auto;
  }
  .about-sec {
    /*background-color: #d4effc;*/
    background-image: none;
    background-color: #fff;
  }
  .hm-apart-cover {
    max-width: 500px;
    margin: 0 auto 40px;
  }
  .hm-apart-cover .hm-apart-img .img-round {
    width: 80px;
    border: solid 2px #fff;
  }
  .hm-apart-cover .hm-apart-dtls .more {
    margin: 20px 0 0 0;
  }
  .ameni-img-lt ul li:nth-child(2) {
    display: none;
  }
  .ameni-img-lt ul li:nth-child(3) {
    display: none;
  }
  .hm-amenit-cover{
    max-width: 100%;
  }
  .ameni-img-rt{
    display: none;
  }
  .gallery-hd-sec {
    padding: 30px 0;
  }
  .gallery-hd-sec .gallery-hd h2 {
    font-size: 26px;
  }
  .gallery-item-cover ul li {
    width: 25%;
  }
  .gal-item .overlay .over-cell .icon-more {
    width: 50px;
    height: 50px;
  }
  .community-sec{
    background-color: #fff;
  }
  .community-sec .community-cont {
    padding: 30px 0px 20px 0px;
  }
  .community-sec .community-cont h3{
    font-size: 20px;
    margin: 0 0 1px 0;
  }
  .community-sec .community-cont h2 {
    font-size: 28px;
    margin: 0 0 20px 0;
  }
  .community-sec .community-img {
    padding: 20px 0 0 0;
  }
  .hm-form-sec {
    padding: 30px 0;
  }
  .hm-form-sec h2 {
    font-size: 24px;
    margin: 0 0 30px 0;
  }
  .footer-sec .footer-hd {
    padding: 50px 0 70px;
  }
  .ft-info-cover {
    padding: 35px 25px;
  }
  .ins-banner .carousel .carousel-inner .item img{
    object-fit: cover;
    height: 250px;
  }
  .about-img-lt{
    display: none;
  }
  .ins-box-cover ul li {
    width: 50%;
  }
  .ins-box-sec {
    padding: 35px 0;
  }
  .ins-box-cover {
    float: none;
    max-width: 445px;
    margin: 0 auto;
  }
  .ins-box-cover ul li .ins-box {
    height: 235px;
    padding: 30px 20px 60px 30px;
  }
  .ins-box-cover ul li:nth-child(1) .ins-box {
    border-radius: 0px 40px 0px 40px;
    -moz-border-radius: 0px 40px 0px 40px;
    -webkit-border-radius: 0px 40px 0px 40px;
  }
  .ins-box-cover ul li:nth-child(2) .ins-box {
    border-radius: 40px 0px 40px 0px;
    -moz-border-radius: 40px 0px 40px 0px;
    -webkit-border-radius: 40px 0px 40px 0px;
  }
  .ins-box-cover ul li:nth-child(3) .ins-box {
    border-radius: 40px 0px 40px 0px;
    -moz-border-radius: 40px 0px 40px 0px;
    -webkit-border-radius: 40px 0px 40px 0px;
  }
  .ins-box-cover ul li:nth-child(4) .ins-box {
    border-radius: 0px 40px 0px 40px;
    -moz-border-radius: 0px 40px 0px 40px;
    -webkit-border-radius: 0px 40px 0px 40px;
  }
  .ins-box-cover .more {
    left: 30px;
    bottom: 40px;
    width: 35px;
    height: 35px;
  }
  .amenities-more .ameni-cell .icon {
    right: 30px;
    bottom: 20px;
    width: 75px;
    height: 75px;
    border: solid 2px #fff;
  }
  .pro-dtl-cont .pro-dtl-img {
    padding: 0 0 0 0;
    margin-bottom: 30px;
  }
  .pro-dtl-cont .pro-dtl-txt {
    padding: 0 0 0 0;
    margin-bottom: 30px;
  }
  .pro-dtl-table {
    padding: 0 0 0 0;
  }
  .accomodation-sec .nav-stacked > li{
	  width:33%;
	  margin: 0 2px 2px 0;
  }
  .accomodation-sec .well{
	  padding:0 0;
  }
  .acc-inner-rt{
	  padding: 65px 0 0 20px;
  }
}
@media (max-width: 767px) {
  .menu .logo-sec {
    width: 100%;
  }
  .menu .menu-sec .navbar-collapse{
    background: rgba(0,0,0,0.8);
  }
  .menu .menu-sec {
    width: 100%;
  }
  .menu .menu-info{
    padding: 0;
  }
  .menu .menu-info ul li a{
    font-size: 14px;
    padding: 10px 15px;
  }
  .menu .main-menu ul li a{
    font-size: 14px;
    padding: 10px 15px;
  }
  .banner-box ul li{
	width:50%;
  }
  .banner-box ul li .ban-box-cover h3{
	text-align:left;  
  }
	  
  .banner-box ul li .ban-box-cover {
    padding: 30px 20px 60px 30px;
    min-height: 160px;
  }
  .banner-box ul li .ban-box-cover .more {
    width: 30px;
    height: 30px;
    left: 30px;
    bottom: 30px;
  }
  .banner-box ul li .ban-box-cover h3 {
    font-size: 20px;
    font-weight: 600;
  }
  .banner-box ul li:nth-child(1) .ban-box-cover {
    border-radius: 0px 40px 0px 40px;
    -moz-border-radius: 0px 40px 0px 40px;
    -webkit-border-radius: 0px 40px 0px 40px;
  }
  .banner-box ul li:nth-child(2) .ban-box-cover {
    border-radius: 40px 0px 40px 0px;
    -moz-border-radius: 40px 0px 40px 0px;
    -webkit-border-radius: 40px 0px 40px 0px;
  }
  .banner-box ul li:nth-child(3) .ban-box-cover {
    border-radius: 40px 0px 40px 0px;
    -moz-border-radius: 40px 0px 40px 0px;
    -webkit-border-radius: 40px 0px 40px 0px;
  }
  .banner-box ul li:nth-child(4) .ban-box-cover {
    border-radius: 0px 40px 0px 40px;
    -moz-border-radius: 0px 40px 0px 40px;
    -webkit-border-radius: 0px 40px 0px 40px;
  }
  .about-sec {
    padding: 35px 0;
  }
  .about-sec .brief-cover .abt-img {
    right: 0px;
    width: 50px;
    top: -50px;
  }
  .about-sec .brief-cover {
    max-width: 100%;
    margin-bottom: 30px;
  }
  .about-sec .brief-cover .more {
    padding: 12px 30px;
    margin: 10px 0 0 0;
  }
  .about-sec .brief-cover h2 {
    font-size: 20px;
  }
  .about-sec .brief-cover p {
    font-size: 14px;
    line-height: 26px;
  }
  .about-sec .hm-away {
    max-width: 100%;
    margin-bottom: 0px;
    text-align: left;
  }
  .about-sec .hm-away h2 {
    font-size: 20px;
    margin: 0 0 50px 0;
  }
  .about-sec .hm-away h2::after {
    left: 0;
    right: auto;
    bottom: -25px;
  }
  .gal-item .overlay .over-cell .icon-more {
    width: 30px;
    height: 30px;
  }
  .hm-form-sec .hm-form {
    padding: 0 ;
  }
  .hm-form-sec .hm-form .form-group {
    margin-bottom: 20px;
  }
  .footer-sec .footer-hd {
    padding: 30px 0 40px;
  }
  .footer-sec .footer-hd img {
    width: 90px;
    margin: 0 0 20px 0;
  }
  .footer-sec .footer-hd h2 {
    font-size: 24px;
  }
  .ft-info-cover.green {
    background: rgba(169,198,56, 0.9);
  }
  .ft-info-cover {
    padding: 20px 20px;
    margin: 0 0 10px 0;
    border-radius: 0px 30px 0px 30px;
    -moz-border-radius: 0px 30px 0px 30px;
    -webkit-border-radius: 0px 30px 0px 30px;
  }
  .ft-info-cover .media-left img{
    width: 40px;
  }
  
  .page-hd{
    margin: 30px 0 30px 0;
  }
  .page-hd h1 {
    font-size: 24px;
  }
  .about-cont {
    padding: 0px;
    min-height: auto;
  }
  .about-cont h2 {
    font-size: 22px;
  }
  .about-cont h3 {
    font-size: 18px;
    margin: 0 0 20px 0;
  }
  .pro-dtl-cont .pro-dtl-txt h2 {
    font-size: 22px;
    margin: 0 0 50px 0;
  }
  .amenities-more {
    border-radius: 0px 40px 0px 40px;
    -moz-border-radius: 0px 40px 0px 40px;
    -webkit-border-radius: 0px 40px 0px 40px;
  }
  .pro-dtl-cont .pro-dtl-img img {
    border-radius: 0px 40px 0px 40px;
    -moz-border-radius: 0px 40px 0px 40px;
    -webkit-border-radius: 0px 40px 0px 40px;
  }
  .amenities-more {
    height: 225px;
  }
  .amenities-more .ameni-cell a h3 {
    font-size: 24px;
  }
  .amenities-more .ameni-cell .icon {
    width: 50px;
    height: 50px;
  }
  .accomodation-sec .nav{
	  padding-left:0px;
  }
  .accomodation-sec .tab-content{
	  padding-left:0px;
  }
  .hm-form-sec .hm-form{
	  width:100%;
	  padding-bottom:25px;
  }

}
@media (max-width: 700px) {
	.accomodation-sec .nav-pills > li > a{
		padding: 34px 15% 27px 15%;
	}
	.accomodation-sec .nav-stacked > li{
		margin:0 .1% 2px .1%;
	}
}
@media (max-width: 650px) {
  .banner-caption h1 {
    font-size: 32px;
  }
  .gallery-item-cover ul li {
    width: 33.333%;
  }
  .page-hd {
    padding: 20px;
    margin: 30px 0 30px 0;
    border-radius: 25px 0px 25px 0px;
    -moz-border-radius: 25px 0px 25px 0px;
    -webkit-border-radius: 25px 0px 25px 0px;
  }
  .ins-box-cover ul li .ins-box {
    height: 200px;
    padding: 20px 20px 60px 20px;
  }
  .ins-box-cover h3 {
    font-size: 22px;
  }
}
@media (max-width: 600px){
	.accomodation-sec .nav-stacked > li{
		width:49.5%;
	}
}
@media (max-width: 550px) {
  .ins-banner .carousel .carousel-inner .item img {
    height: 200px;
  }
  .banner-caption {
    padding: 20px 0px 20px;
    text-align: center;
  }
  .banner-box ul li .ban-box-cover h3 {
    font-size: 16px;
    font-weight: 400;
  }
  .acc-inner-lt{
	  width:100%;
  }
  .acc-inner-rt{
	  width:100%;
	  padding:25px;
  }
  
}
@media (max-width: 500px) {
	.accomodation-sec h2{
		font-size:30px;
	}
}
@media (max-width: 450px) {
  .about-cont h2 {
    font-size: 28px;
    margin: 0 0 50px 0;
  }
  .banner-box ul li{
	  width:100%;
  }
  .about-cont h3 {
    font-size: 18px;
    margin: 0 0 30px 0;
  }
  .ins-box-cover ul li .ins-box{
    max-width: 100%;
    margin: 0 auto;
  }
  .rent-row-name{
	  width:100%;
	  text-align:left;
  }
  .rent-row-form, .rent-row-form2, .rent-box-selectbox, .rent-box-numberform{
	  width:100%;
  }
}
@media (max-width: 400px) {
	.accomodation-sec .nav-stacked > li{
		width:100%;
		margin:2px 0;
	}
}
@media (max-width: 350px) {
	.accomodation-sec h2{
		font-size:20px;
	}
}