@import url('css/bootstrap.css');
@import url('css/font-awesome.min.css');
@import url('css/owl.carousel.min.css');
@import url('css/revolution/css/settings.css');
@import url('css/revolution/css/layers.css');
@import url('css/revolution/css/navigation.css');
@import url(css/jquery.fancybox.min.css);
@import url(css/aos.css);

/*fonts*/
@font-face {
  font-family: 'PFFusionSansProBlack';
  src: url(fonts/PFFusionSansProBlack.ttf);  
}
@font-face{
  font-family: 'steward';
  src: url('fonts/ananda.black.ttf');
}
@font-face {
  font-family: 'Uniform-Condensed-Light';
  src: url(fonts/Uniform-Condensed-Light.ttf);  
}

@font-face {
  font-family: 'Uniform-Condensed';
  src: url(fonts/Uniform-Condensed.ttf);  
}

@font-face {
  font-family: 'Uniform-Extra-Condensed';
  src: url(fonts/Uniform-Extra-Condensed.ttf);  
}
@font-face {
  font-family: 'steward';
  src: url(fonts/steward.ttf);  
}





/*1800 200 5254 -*/
 @font-face {
  font-family: 'Uniform-Extra-Condensed-Medium';
  src: url(fonts/Uniform-Extra-Condensed-Medium.ttf);  
}

 @font-face {
  font-family: 'Uniform-Extra-Condensed-Bold';
  src: url(fonts/Uniform-Extra-Condensed-Bold.ttf);  
}


@font-face {
  font-family: 'Poppins-Light';
  src: url(fonts/Poppins-Light.otf);  
}
@font-face {
  font-family: 'Poppins-Medium';
  src: url(fonts/Poppins-Medium.otf);  
}
@font-face {
  font-family: 'Poppins-SemiBold';
  src: url(fonts/Poppins-SemiBold.otf);  
}
@font-face {
  font-family: 'Poppins-Regular';
  src: url(fonts/Poppins-Regular.otf);  
}
@font-face {
  font-family: 'Poppins-Light';
  src: url(fonts/Poppins-Light.otf);  
}
body
{
margin:0;
padding: 0;
font-family: 'Uniform-Condensed-Light';
overflow-x: hidden;
}
p
{
	margin: 0px;
}
a , a:hover , a:focus
{
	text-decoration: none;
}



/*---------------------------------*/
/*-----------  Header ------------*/
/*-------------------------------*/

header
{

} 
.header-upper
{
	position: relative;
	width: 100%;
}
.header-upper .navbar-right
{
	position: relative;
	right: 0px;
	z-index: 999;
  padding: 25px 0px;
}
.header-upper .logo 
{
  z-index: 999;
  padding: 10px 0px;
  display: inherit;
}
.header-upper .logo img
{
  height: 70px;
}
.header-upper .nav > li
{
	position: relative;
}
.header-upper .nav > li > a
{
	font-size: 14px !important;
	padding: 0 10px;
  color: #d7b56d;
	font-weight: normal;
	text-transform: uppercase;
  font-family: 'Poppins-Light';
	letter-spacing: 1px;
	line-height: 40px;
	z-index: 999;
}
.header-upper .nav > li > a:before, .sticky-header .nav > li > a:before
{
  width: 100%;
  height: 0px;
  display: block;
  opacity: 0;
  position: absolute;
  content: "";
  top: 0;
  bottom: auto;
  left: 0;
  background: transparent;
  border: 2px solid #d7b56d;
  border-left: none;
  border-right: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -khtml-transform: translateX(0%) translateY(0%);
  -moz-transform: translateX(0%) translateY(0%);
  -ms-transform: translateX(0%) translateY(0%);
  -o-transform: translateX(0%) translateY(0%);
  transform: translateX(0%) translateY(0%);
  z-index: -1;
  border-radius: 0px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
/*  border-top: none;
  border-bottom: none;*/
}/*
.header-upper .nav > li > a:after, .sticky-header .nav > li > a:after
{
	width: 0;
  height: 100%;
  display: block;
  opacity: 0;
  position: absolute;
  content: "";
  top: 0;
  bottom: auto;
  left: 0;
  background-color:#b49159;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -khtml-transform: translateX(0%) translateY(0%);
  -moz-transform: translateX(0%) translateY(0%);
  -ms-transform: translateX(0%) translateY(0%);
  -o-transform: translateX(0%) translateY(0%);
  transform: translateX(0%) translateY(0%);
  z-index: -1;
  border-radius: 5px;
  }*/
.header-upper .nav > li > a:hover:after, .header-upper .nav > li.active a:after, .header-upper .nav > li > a:hover
{
  width: 100%;
  opacity: 1;
  color: #d7b56d;
}
.header-upper .nav > li > a:hover:before, .header-upper .nav > li.active a:before
{
  height:100%;
  opacity: 1;
  top: 0px;  
}

.sticky-header .nav > li > a:hover:before, .sticky-header .nav > li.active a:before
{
  height:100%;
  opacity: 1;
  top: 0px; 
}
.sticky-header
{
  position:fixed;
  opacity:0;
  visibility:hidden;
  left:0px;
  top:0px;
  width:100%;
  padding:0px 0px;
  background:#fff;
  z-index:0;
  transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
  box-shadow: 0 0 10px 0 rgba(0,0,0,0.15);
}

.sticky-header .logo 
{
  z-index: 999;
  padding: 5px 0px;
  display: inherit;
}
.sticky-header .logo img
{
  height: 60px;
}
.sticky-header .nav > li > a
{
	font-size: 14px !important;
	padding: 0 10px;h
	font-weight: normal;
  font-family: 'Poppins-Light';
	text-transform: uppercase;
  color: #d7b56d!important;
	letter-spacing: 1px;
	line-height: 40px;
	position: relative;
}
.sticky-header .navbar-right
{
  padding: 15px 0px;
}
.sticky-header .nav > li > a:hover:after, .sticky-header .nav > li.active a:after, .sticky-header .nav > li > a:hover
{
  width: 100%;
  opacity: 1;
  color: #d7b56d!important;
}
.fixed-header .sticky-header
{
	z-index:999;
  opacity:1;
  visibility:visible;
  -ms-animation-name: fadeInDown;
  -moz-animation-name: fadeInDown;
  -op-animation-name: fadeInDown;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -ms-animation-duration: 500ms;
  -moz-animation-duration: 500ms;
  -op-animation-duration: 500ms;
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
  -ms-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  -op-animation-timing-function: linear;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -ms-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  -op-animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;   
}
.navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > .active > a:hover, 
.navbar-default .navbar-nav > .active > a:focus
{
	background: transparent;
	color: #d5b36a;
}
/*.nav > li:after {
    position: absolute;
    content: "";
    background: #fff;
    width: 36px;
    height: 3px;
    left: 50%;
    bottom: 5px;
    transition-duration: .4s;
    transform: scale(0, 1);
    margin-left: -18px;
}
.nav li:hover:after, .nav li.active:after {
    transform: scale(1);
}*/
/*header close*/

/*-------------------------------------*/
/*------ 	Slider Section 	     -------*/
/*-----------------------------------*/
  .rev_slider_wrapper {
  background: #222;
  }
  .rev_slider_wrapper #slider1 .banner-caption-h1 {
    font-size: 40px;
    color: #FFFFFF;
    font-family: 'Karla-Bold';
    line-height: 40px;
    text-transform: uppercase;
    color:#fff;    
    text-shadow: 3px 4px 5px rgb(0, 0, 0);    
  }
  .rev_slider_wrapper #slider1 .banner-caption-h3 {
    font-size: 20px;
    line-height: 30px;
      font-family: 'Karla-Regular';
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #fff
  }
  .rev_slider_wrapper #slider1 .banner-caption-h2 {
    line-height: 60px;
    font-family: 'Karla-Bold';
    text-transform: uppercase;
    letter-spacing: 10px;
    color: #fe0000;
    font-size: 30px;
    letter-spacing: -2px;
  }
  .rev_slider_wrapper #slider1 .banner-caption-p {
    font-size: 15px;
    color: #FFFFFF;
      font-family: 'Karla-Bold';
    line-height: 30px;
  }
  .rev_slider_wrapper #slider1 img
  {
    max-width:  300px;
    width: 100%;
  }
/*-------------------------------------*/
/*------     Welcome-Section   -------*/
/*-----------------------------------*/
.about-section
{
  padding: 80px 0px 55px;
  position: relative;
  /*background: url('img/bg1.jpg');*/
  background-size: 100% 100%;
}
.about-section:before
{
  content: " ";
  /*background: #292929;*/
  width: 50%;
  height: 100%;
  top: 0px;
  right: 0px;
  position: absolute;
}

.about-section p
{
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 30px;
  /*font-family: 'Uniform-Condensed';*/
  font-family: 'Poppins-Light';
  text-align: justify;
  color: #747474;
  margin-bottom: 10px;
}
.about-img-box
{
  padding-right: 40px;
}
/*.about-text-block
{
  padding-left:150px;
}*/
.about-text
{
  position: relative;
}
.main-head
{
  font-size: 30px;
  font-family: 'steward';
  color: #747474;
  text-align: center;
  
  letter-spacing: 1px;
  
}
.about-section h2 {
    line-height: 40px;
    font-family: 'steward';
    letter-spacing: 5px;
    font-size: 40px;
    margin-top: 0px;
    /*text-transform: uppercase;*/
    margin-bottom: 30px;
    text-align: center;
    color: #b49159;
}
.about-text-block img
{
  max-height: 140px;
  margin-bottom: 20px;
}

/*** 
====================================================================
  Specifications Section Style
====================================================================
***/
.specifications-section
{
background-color: #bc8d3c;padding: 60px 0px 60px;

}
.specifications-section img{
    height:50px;
}
/*.specifications-box
{
  padding:10px 0px;
}*/
.specifications-section h2 {
    font-size: 45px;
    text-transform: capitalize;
    font-family: 'steward';
    color: #fff;
    letter-spacing: 1px;
    text-align: left;
    margin: 0px;
        margin-bottom: 0px;
    line-height: 60px;
    margin-bottom: 20px;
    text-align: center;
}
.specifications-box h3
{
  font-size: 16px;
  line-height: 20px;
  padding-bottom: 5px;
  position: relative;
  font-family: 'Poppins-Regular';
  margin-bottom: 10px;
  font-weight: 600;
  letter-spacing: 1px;
  color: #fff;
  text-transform: uppercase;
}

hr{
  
border: 1px solid #fff;
}
.fir{
  padding: 0px 0px;
}
.firs{
  margin-top: 0;
  color: #fff;
}
.specifications-box p
{
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 5px;
  position: relative;
  /*padding-left: 20px;*/
    letter-spacing: 1px;
    font-family: 'Poppins-Regular';
    color: #fff;
}

.specifications-box p:last-child
{
  margin-bottom: 0px;
}
.additional-specifications
{
    border-top:1px solid #000;
    margin-top:15px;
    padding-top:15px;
}

.additional-specifications h3
{
  font-size: 20px;
  line-height: 30px;
  padding-bottom: 5px;
  position: relative;
  margin-bottom: 10px;
  font-weight: 600;
  letter-spacing: 1px;
  color: #272727;
}
.additional-specifications ul 
{
    list-style:none;
}
.additional-specifications ul li
{
    font-size: 14px;
    line-height: 25px;
    margin-bottom: 5px;
    position: relative;
    padding-left: 20px;
    letter-spacing: 1px;
}
.additional-specifications li:before {
    position: absolute;
    content: '\f111';
    left: 0px;
    top: 0;
    font-size: 8px;
    font-weight: bold;
    color: #000;
    /*font-family: 'FontAwesome';*/
    font-family: 'Font Awesome\ 5 Free';
    height: 22px;
    line-height: 22px;
}

/*** 
====================================================================
  Gallery Section Style
====================================================================
***/

.gallery-section
{
  position: relative;
  padding: 70px 0px 10px;
}

.gallery-section 
{

}
.gallery-section h2 {
    font-size: 45px;
    text-transform: capitalize;
    font-family: 'steward';
    color: #bc8d3c;
    letter-spacing: 1px;
    text-align: left;
    margin: 0px;
        margin-bottom: 0px;
    line-height: 50px;
    margin-bottom: 20px;
    text-align: center;
}


.gallery-block
{

  float: left;
  
}
.inner-box 
{
  text-align: center;
  overflow: hidden;
  position: relative;
  margin-bottom: 30px;
}
.inner-box img 
{
  width: 100%;
  height: auto;
}
.inner-box .box-content 
{
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;/*
  transform: perspective(400px) rotateX(deg);*/
  transform-origin: center top 0;
  transition: all 0.5s ease 0s;
}
.inner-box:hover .box-content 
{
  opacity: 1;
  transform: perspective(400px) rotateX(0deg);
}
.inner-box a 
{
  list-style: none;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 40%;
  left: 0;
  right: 0;
}
.inner-box   a 
{
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 5px;
  background: #bc8d3c;
  text-align: center;
  margin: 0px auto;
  font-size: 16px;
  color: #fff;
  transition: all 0.35s ease 0s;
}

/*-------------------------------------*/
/*------  Brochure Section   ------*/
/*-----------------------------------*/

.brochure-section
{
  /*background: url(images/gallery-img/4.jpg); /*/
  background-size: cover;
  position: relative;
  background-position: center;
  background-color: #b49159;
  padding: 60px 0px 60px;
}

.brochure-box 
{
background: #745036;
padding-right: 15px;
position: relative;
overflow: hidden;
color: #fff;
border-radius: 5px;
margin: 15px auto;
height: 90px;
box-shadow: inset 0px 0px 0px 1px #fff; 
display: flex;
align-items: center;
}
.brochure-box:focus
{
    color:#fff;
}
.brochure-box:before
{
  content: " ";
  width: 121px;
  height: 100%;
  position: absolute;
  left: -20px;
  background: #fff;
  transform: skewX(20deg);
      transition: all 0.5s ease 0s;
}
.floor-plans
{
  padding: 80px 0px 60px;
  position: relative;
  /*background: url(images/pattp.PNG);*/
  /*background-size: 500px;*/
}

.floor-plans h2
{
  line-height: 40px;
  font-family: 'PFFusionSansProBlack';
  letter-spacing: 5px;
  font-size: 40px;
  margin-top: 0px;
  text-transform: uppercase;
  margin-bottom: 30px;
  text-align: center;
  color: #b49159;
}

#floorplans-carousel .owl-nav div {
    color: #fff;
    font-size: 24px;
    margin-top: 0px;
    position: absolute;
    top: 50%;
    line-height: 40px;
    height: 40px;
    width: 40px;
    transition: 0.4s;
    border-radius: 2px;
    z-index: 1;
    padding: 0px !important;
    text-align: center;
    background: rgba(0,0,0,0.5);
    transition: all 0.3s ease;
}
#floorplans-carousel .owl-prev,
#floorplans-carousel .owl-next 
{
  display: inline-block;
  font-size: 25px;
  padding: 0px 11px;
  position: absolute;
  top: 50%;
  margin-top: -20px;
}
#floorplans-carousel .owl-prev
{
  left: 0px;margin-top: -20px !important;
}
#floorplans-carousel .owl-next
{

  right: 0px !important;margin-top: -20px !important;
}


.brochure-box 
{
background: #b49159;
padding-right: 15px;
position: relative;
overflow: hidden;
color: #fff;
border-radius: 5px;
margin: 15px auto;
height: 90px;
box-shadow: inset 0px 0px 0px 1px #fff; 
display: flex;
align-items: center;
}
.brochure-box:focus
{
    color:#fff;
}
.brochure-box:before
{
  content: " ";
  width: 121px;
  height: 100%;
  position: absolute;
  left: -20px;
  background: #fff;
  transform: skewX(20deg);
      transition: all 0.5s ease 0s;
}
.brochure-box  img
{
    min-width: 65px;
    width: 65px;
    margin: 20px;
    position: relative;
    z-index: 99;
    margin-right: 60px;
}
.brochure-box h4
{
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 1px;
    font-weight: 600;
    text-transform: uppercase;
    font-family: 'Poppins-Regular';

    z-index: 9;
    position: relative;
    
}
.brochure-box:hover:before
{
    width:100%;
    transform: skewX(0deg);
    left:0;
}
.brochure-box:hover
{
    color:#b49159;
}


.brochure-bottom
{
  /*margin-top: 50px;*/
}
.brochure-btn
{
  width:33.33333333%;
  float: left;
  height: 90px;
  padding: 0px 15px;
  text-align: center;
}
.brochure-btn a img
{
  height: 90px;
  border-radius: 5px;
  border: 10px solid #fff;
}
.brochure-btn a
{
  display: inline-block;
}


.contact-section
{
  padding: 100px 0px 50px;
  background: #b49159;
}
.content-row
{
  padding-bottom: 25px;
  border-bottom: 2px solid;
}

.content-box  i 
{
  background-color: #b49159;
  width: 50px;
  height: 50px;
  display: inline-block;
  color: #ffff;
  border-radius: 50%;
  text-align: center;
  align-items: center;
  justify-content: center;
  float: left;
  line-height: 50px;
}
.content-box i::before {
    font-size: 20px;
}
.content-box .text 
{
    padding-left: 75px;
}
.content-box .text p  span
{
  font-size: 16px;
  color: #fff;
  font-family: 'Poppins-Medium';
}
.content-box .text p {
    font-size: 14px;
    line-height: 25px;
    color: #fff;
    font-family: 'Poppins-Light';
    letter-spacing: 1px;
}
.dis
{
    display:none;
}

.location-row
{
  margin-top: 25px;
}
.contact-section h4
{
  font-size: 25px;
  /*text-transform: uppercase;*/
  letter-spacing: 4px;
  font-family: 'steward';
  margin-bottom: 20px;
  color: #fff;
}
.google-map
{
  width: 100%;
  height: 320px;
  border-radius: 0px;
  border: 5px solid #fff !important;
  box-shadow: 0px 0px 2px rgba(0,0,0,0.5);
}

.inquiry-form .form-group{
  margin-bottom: 20px;
  font-family: 'Poppins-Light'
}

.inquiry-form input
{
  font-size: 14px;
  font-weight: 400;
  color: #848484;
  width: 100%;
  padding: 0px 15px;
  border:1px solid rgba(0,0,0,0.08);
  /*box-shadow: 0px 0px 0px 1px rgba(0,0,0,0.2);*/
  background: #fff;height: 40px;
  border-radius: 0px;
}
.inquiry-form textarea
{
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
    color: #848484;
    width: 100%;
    height:80px;
    border-radius: 5px;
    padding: 10px 15px;
    box-shadow: none;
    resize: none;
    border-radius: 0px;
    border:1px solid rgba(0,0,0,0.08);
    /*box-shadow: 0px 0px 0px 1px rgba(0,0,0,0.2);*/
    background: #fff;display: inherit;
}
.inquiry-form button
{
    font-size: 15px;
    letter-spacing: 2px;
    padding: 10px 20px;
    text-transform: uppercase;
    position: relative;
    transition: all 0.5s ease 0s;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    z-index: 1;
    background: #b49159;
    color: #fff;
    font-family: 'Poppins-Regular';
    border: none;
    line-height: 20px;
}
.inquiry-form button:before 
{
    background-color: #222;
    border: 1px solid #b49159;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transform: scale(0.5, 1);
    transition: all 0.4s ease 0s;
    width: 100%;
    z-index: -1; 
}

.inquiry-form button:hover::before{
  opacity: 1;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

.inquiry-form button:hover 
{
  color: #fff;
}
.inquiry-form input::-webkit-input-placeholder , .inquiry-form  textarea::-webkit-input-placeholder 

{
    color: #848484 !important;
    opacity: 1;
    letter-spacing: 1px;
    font-size: 14px;
    text-transform: uppercase;
}

.inquiry-form  input:-moz-placeholder,  .inquiry-form  textarea:-moz-placeholder /* Firefox 18- */
{ 
    color: #848484 !important;
    opacity: 1;  
    letter-spacing: 1px;
    font-size: 14px;
    text-transform: uppercase;
}

.inquiry-form  input::-moz-placeholder, .inquiry-form  textarea::-moz-placeholder  /* Firefox 19+ */
{ 
    color: #848484 !important;
    opacity: 1;  
    letter-spacing: 1px;
    font-size: 14px;
    text-transform: uppercase;
}

.inquiry-form  input:-ms-input-placeholder, .inquiry-form textarea:-ms-input-placeholder 
{  
    color: #848484 !important;
    opacity: 1;  
    letter-spacing: 1px;
    font-size: 14px;
    text-transform:  uppercase;
}
.copy-right-section
{
  background: #b49159;
}
.copy-right-section p
{
  line-height: 30px;
  padding: 15px 0px;
  text-align: center;
  color: #fff;
  font-family: 'Poppins-Light';
  letter-spacing: 1.5px;
}
.copy-right-section p a
{
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
}

.mobile-screen-footer
{
    float:left;
    display:none;
    width: 100%;
    position: fixed;
    z-index: 9999999999 !important;
    bottom: 0px;
    background:#bc8d3c;
    border-radius: 30px 30px 0px 0px;
   
}
.mobile-footer-block
{
    width: 20%;
    float: left;
    text-align: center;
}
.mobile-footer-box
{
    width: 100%;
    margin: 0px auto;
    padding: 0px 5px;
    float: left;
}
.mobile-footer-box a
{
    width: 100%;
    text-decoration: none;
    padding: 10px 0px;
    float: left;
    padding-bottom: 5px;
    
}
.mobile-footer-box a img
{
    width: 25px;
    margin: 0px auto;
}
.mobile-footer-box a h5
{
font-size: 11px;
    margin: 5px 0px 0px 0px;
    color: #fff;
    line-height: 15px;
    letter-spacing: 0px;
    text-transform: capitalize;
     font-family: 'Poppins-Light';
    letter-spacing: 1px;
}  

@media (max-width: 1200px) 
{
	
  .header-upper .nav > li > a, .sticky-header .nav > li > a
  {
    padding: 0px 10px;
  }
 
  .about-img-box
  {
    padding: 0px;
  }
  .speci-last-box
  {
    display: none;
  }
  .about-section
  {
          overflow: hidden;
  }
 
}
@media (max-width: 993px) 
{

	.navbar-default .navbar-toggle .icon-bar 
	{
		background-color: #d7b56d ;
    margin-top: 5px;
	}
  .navbar-nav{
    overflow: hidden;
  }
  .navbar-toggle
	{
		padding: 15px 15px;
		/*background: #000 !important;*/
		border-radius: 0;
		height: 65px;
    margin: 0px;
	}
  .header-upper .logo
  {
    padding: 10px 20px;
  }
  .sticky-header .logo
  {
    padding: 5px 10px;
  }
	.navbar-default .navbar-collapse, .navbar-default .navbar-form
	{
		border: none;
	}
  
  .about-img-block
  {
    padding: 50px 0px;
  }
  .about-text-block
  {
    padding-top: 0px;
    padding-bottom: 5px;
  }
  .about-section::before 
  {
    content: " ";
    /*background: #493026;*/
    width: 100%;
    height: 490px;
    bottom: 0px;
    right: 0px;
    position: absolute;
    top: auto;
  }
  
  .valuable-aminities-block
  {
    padding: 40px 15px 40px 15px;
    background: #fff;
    float: left;
    width: 100%;
  }
  .speci-block
  {
    box-shadow: none;
  }
  .speci-box
  {
    width: 100%;
  }
  .speci-block
  {
    border: 2px solid #d7b451
  }
  .specifications-block:first-child .speci-block
  {
    border-bottom: none;
  }
  .specifications-block:last-child .speci-block
  {
    border-top: none;
  }
  .gallery-block
  {
    width: 33.33333%;
  }
  .floor-plans  .gallery-block
  {
    width: 50%;
  }
  .contact-section
  {
    padding-top: 60px;
  }/*
  .content-box .text p br:last-child
  {
    display: none;
  }*/
  .content-block
  {
    float: left;
    width: 80%;
    margin: 10px 10%;
  }


}
@media (max-width: 764px) 
{	
	.sticky-header .navbar-right
	{
		padding: 0px;
	}
  .about-section::before
  {
    display: none;
  }
  
  .brochure-btn
  {
    width: 50%;
  }
  .brochure-btn:nth-child(3)
  {
    margin-left: 25%;
  }
  .brochure-btn a p span
  {
    font-size: 15px;
  }
  .gallery-block
  {
    width: 50%;
  }
  .amenities-text-block
  {
    padding: 50px 0px;
  }
  .amenities-box
  {
    width: 25%;
  }  	  
  .brochure-btn
  {
    height: auto;
  }
  .brochure-btn a img
  {
    max-height: 90px;
    height: auto;
  }
  .floor-plans
  {
    padding: 50px 0px;
  }
}
@media (max-width: 500px) 
{
  .header-upper .nav > li > a:before, .sticky-header .nav > li > a:before
{
  border: none !important;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    background: transparent;
    color: #73bad4;
}
  .amenities-box
  {
    width: 70%;
    margin-bottom: 20px;
  } 
  .content-block
  {
    width: 100%;
    margin:10px 0px;
  }
  .gallery-block, .floor-plans .gallery-block
  {
    width: 100%;
  }
  .brochure-btn
  {
    width: 100%;
  }
  .brochure-btn:nth-child(3)
  {
    margin-left: 0px;
  }
  .mobile-screen-footer 
  {
    display: inherit;
      
  }
  .copy-right-section
  {
    padding-bottom:50px;
  }
  .content-box .text p b
  {
      display:none;
  }
  .dis
  {
          display: inherit;
  }

}
@media (max-width: 992px) {
    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
   .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus, .navbar-toggle {
      display: block;     
      background:none;
      border: none;
      padding: 10px 15px;
    }
    .navbar-default .navbar-toggle .icon-bar
    {
        background-color: none;
    }
    .navbar-toggle .icon-bar
    {
      border-color: #fff;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
        display:block !important;
    }
    .navbar-left{
      padding-bottom: 0px; 
      padding-top:10px;
      margin-bottom: 0px;
    }
    .navbar-right
    {
      padding-top: 0px;
      margin-top: 0px;
      padding-bottom: 10px 
    }
}






@media screen and (max-width: 600px){
  .car-1{
    height: auto !important;
    padding: 10px !important;
  }
  .car-2 {
    height: 220px !important;
     padding: 10px !important;
}
}
#accordion .panel {
  border-radius: 0;
  border: 0;
  margin-top: 0px;
}
#accordion a {
  display: block;
  padding: 10px 15px;
  border-bottom: 2px solid #bbc274;
  text-decoration: none;
    font-size: 14px;
letter-spacing: 1px;
line-height: 30px;
font-family: 'Uniform-Condensed';
font-family: 'Poppins-Light';
text-align: center;

}
#accordion .panel-heading a.collapsed:hover,
#accordion .panel-heading a.collapsed:focus {
  background-color: #bc8d3c;
  color: white;
  transition: all 0.2s ease-in;
}
#accordion .panel-heading a.collapsed:hover::before,
#accordion .panel-heading a.collapsed:focus::before {
  color: white;
}
#accordion .panel-heading {
  padding: 0;
  border-radius: 0px;
  text-align: center;
}
#accordion .panel-heading a:not(.collapsed) {
  color: white;
  background-color: #bc8d3c;
  transition: all 0.2s ease-in;
  font-size: 15px;
letter-spacing: 1px;
line-height: 30px;
font-family: 'Uniform-Condensed';
font-family: 'Poppins-Light';
text-align: center;
color: #fff;
/*margin-bottom: 10px;*/
}

/* Add Indicator fontawesome icon to the left */
#accordion .panel-heading .accordion-toggle::before {
  font-family: 'FontAwesome';
  content: '\f00d';
  float: left;
  color: white;
  font-weight: lighter;
  transform: rotate(0deg);
  transition: all 0.2s ease-in;
}
#accordion .panel-heading .accordion-toggle.collapsed::before {
  color: #444;
  transform: rotate(-135deg);
  transition: all 0.2s ease-in;
}


.td-image-box{
  
border: 15px solid #bbc274;
  border-right-color: rgb(187, 194, 116);
  border-right-style: solid;
  border-right-width: 15px;
  border-left-color: rgb(187, 194, 116);
  border-left-style: solid;
  border-left-width: 15px;
padding: 10px;
border-radius: 30px;
box-shadow: 0 30px 30px rgba(0,0,0,0.2);
border-right: none;
border-left: none;
}

.leisure-section{
padding: 70px 0px 60px;
background-color: #bc8d3c;
}
/*-------------------------------------*/
/*------     Amenities Section   ------*/
/*-----------------------------------*/
.amenities-section
{  
  position: relative;
  overflow: hidden;
  background-color: #f4f2e3;
  padding: 80px 0px 30px;
}



.amenities-section h2
{
  font-size: 45px;
  text-transform: capitalize;
  font-family: 'steward';
  color: #bc8d3c;
  letter-spacing: 1px;
  text-align: left;
  margin: 0px;
  line-height: 50px;
  margin-bottom: 20px;
}
.amenities-section p span{
  font-size: 18px;
line-height: 34px;
}

.amenities-section p{

    font-size: 14px;
    letter-spacing: 1px;
    line-height: 26px;
    font-family: 'Uniform-Condensed';
    font-family: 'Poppins-Light';
    text-align: justify;
    color: #fff;
    margin-bottom: 10px;
}


.amenities-box
{
  width: 20%;
  float: left;
  padding: 0px 10px;  
  text-align: center;margin: 5px auto;
}
.amenities-box img
{
  width: 100px;
  margin: 0px auto;
}
.amenities-box h3
{
  font-family: 'Poppins-Light';
  color: #fff;
  margin-top: 10px;
  line-height: 22px;
  font-size: 14px;
  letter-spacing: 1px;
  margin-bottom: 0px;
  height: 80px;
}
.valuable-aminities-block
{
  padding: 100px 15px 60px 15px;
  background: #fff;
}
.valuable-aminities-block h2
{
  color: #493026;
  font-size: 35px;
  margin-bottom: 30px;
}
.valuable-aminities-block ul 
{
  list-style: none;
  padding-left: 0px;
  width: 80%;;
  margin: 0px auto;
  text-align: center;
}
.valuable-aminities-block ul li
{
position: relative;
line-height: 25px;
letter-spacing: 1px;
font-family: 'Uniform-Extra-Condensed-Medium';
font-size: 20px;
padding: 15px 0px;
box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.08);
}
.valuable-aminities-block ul li:last-child
{
  box-shadow: none;
}
.amenities-section ul li:before
{
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  top: 5px;
  left: 0px;
  background: url(images/Amenities-icon.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.amenities-section ul img
{
  height: 50px;
  margin-top: 20px;
}
.amenities-img-box img
{
  border-radius: 0px 20px 20px 0px;
}


#value-additions{
  padding: 60px 0px 25px;
}
@media screen and (max-width: 900px){
  .brochure-section{
    padding: 10px 10px;
  }

  .about-img-box {
    padding: 0px;
    background: #292929;
}
  .about-section {
    padding: 40px 0px 40px;
  }
  .specifications-section{
    padding: 40px 0px 40px;
  }
  .gallery-section{
    padding: 40px 0px 40px;
  }
  .specifications2-section{
 padding: 40px 0px 40px;
  }
  .about-section h2 {
  font-size: 35px !important;
  margin-bottom: 15px;
  }
  .specifications-section h2{
     font-size: 35px !important;
     margin-bottom: 15px;
  }
  .amenities-section h2{
      font-size: 35px !important;
     margin-bottom: 15px !important;
  }
  .amenities-section p span {
    font-size: 17px;
    line-height: 25px;
}
  .gallery-section h2{
      font-size: 35px !important;
      margin-bottom: 15px;
  }
  .specifications2-section h2{
   font-size: 35px !important;
   margin-bottom: 15px;
  }
  
  .about-img-block{
    padding: 10px 0px !important;
    margin-bottom: 15px;
  }
  .inquiry-form{
      margin-top:30px;
  }

}
@media screen and (max-width: 600px){
  .amenities-box
{
  width: 50%;
}
.amenities-section {
    padding: 40px 0px 30px;
}
.amenities-text-block {
    padding: 0px 0px;
}
.amenities-box h3{
  height: 50px;
}
#value-additions{
  padding: 40px 0px 50px;
}
#value-addition .amenities-box h3 {
  height: 70px !important;
}
.specifications-section {
    padding: 20px 0px 30px;
}
.specifications-section img {
    margin-bottom: 20px;
    margin-left:-25px;
}
.gallery-section {
    padding: 20px 0px 10px;
}.brochure-section {
    padding: 20px 20px;
}
.contact-section {
    padding: 30px 0px 10px;
  }.copy-right-section {
    padding-bottom: 50px;
}
}






/**/

.bg{
  background-image: url(bg.jpg);
}


.amenities{
  color:#4a4947 !important;

}

.value{
   font-size: 45px;
  text-align: center;
  text-transform: capitalize;
  font-family: 'steward';
  color: #fff;
  letter-spacing: 1px;
 
  margin: 0px;
    margin-bottom: 0px;
  line-height: 50px;
  margin-bottom: 20px;
}

.addvalue{
  float: left;
padding: 0px 10px;
text-align: center;
margin: 5px auto;
}

.adi44.amenities-box{
  width:16.667% !important;
}

@media screen and (min-width: 810px){
	  .adi44.amenities-box{
  width:25% !important;
}
	
}

@media screen and (max-width: 810px){
	  .adi44.amenities-box{
  width:50% !important;
}
	
}


.kem{
  padding: 10px;
}

.spectext{
  color:#fff;
  font-size: 15px;
}


.valueadd{
  font-size: 45px;
text-transform: capitalize;
font-family: 'steward';
color: #bc8d3c;
letter-spacing: 1px;
text-align: left;
margin: 0px;
  margin-bottom: 0px;
line-height: 50px;
margin-bottom: 20px;

}


.video-section{
  padding: 70px 0px 70px;
}


.video-section h2{
font-size: 45px;
text-transform: capitalize;
font-family: 'steward';
color: #bc8d3c;
letter-spacing: 1px;
text-align: left;
margin: 0px;
  margin-bottom: 0px;
margin-bottom: 0px;
line-height: 50px;
margin-bottom: 20px;
text-align: center;
}



.focusheading{
  background-color: black;
margin-bottom: 0px;
padding: 10px;
text-align: center;
color: #fff;
}


@media screen and (max-width: 600px){
.amenities-box h3 {
  margin-bottom: 30px !important;
}
.col-xs-2{
width:10%;
}
.col-xs-10{
width:90%;
}
.nopaddingm{
padding:0;
}
}


@media screen and (max-width: 360px){

  .adi44.amenities-box{
  width:50% !important;
}
	.content-box .text p{
		font-size:11px !important;
	}

}
.modal-dialog {
  max-width: 40% !important;
  margin: 1.75rem auto;
  margin-top: 5%;
}
#book-appointments .close{
text-align: right;
position: absolute;
top: -4%;
color: #fff;
font-size: 50px;
right: -10%;
}
.modal-body{
	padding: 0;
	z-index: 999999999999999999999999 !important;
}
.modal{
	background: rgba(78, 78, 78, 0.6);
}
.nav11{
	padding: 11px 10px;
}
@media screen and (max-width: 767px){
.modal-dialog {
  max-width: 95% !important;
  margin: 1.75rem auto;
  margin-top: 50%;
}
#book-appointments .close {
  text-align: right;
  position: absolute;
  top: -23%;
  color: #fff;
  font-size: 50px;
  right: 0;
}
}


.modal-dialog .form-control{
  height: 45px;color: #121212;font-weight: 400;font-family: 'Poppins-Regular';
}
.modal-header h5{
  font-size: 26px;
}
.modal-dialog{
  margin-top: 12%;
}
.modal-header{
  background: #b49159;
color: #fff;
text-align: center;
	margin-bottom:20px;
}
.modal-header h5{
  text-align: center;
  width: 100%;
}
.modal-dialog .btn{
  background: #b49159;
  color: #fff;
  border: 1px solid #b49159;
  transition: 0.5s ease;
  font-size: 16px;
  font-weight: 700;
}
.modal-dialog .form-control:focus{
  box-shadow: 0 0 0 .2rem rgba(216, 182, 109, 0.3);
}
.modal-dialog .close{
  color: #fff;
  opacity: .6;
  margin-top: -40px;font-size: 40px;
}
.modal-dialog .btn:hover{
  background: #fff;
color: #c99567;
border: 1px solid #c99567;
transition: 0.5s ease;
}
.modal-dialog .form-control{
  border-color:#dca32d;
}
@media screen and (max-width:767px){
  .modal-dialog{
  margin-top: 42%;
}
}