@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: 'Noto Serif TC', serif;
    font-weight: 400;
  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);  
}
/*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 15px;
  color: #fff;
	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: 101%;
  height: 0px;
  display: block;
  opacity: 0;
  position: absolute;
  content: "";
  top: 0;
  bottom: auto;
  left: 0;
  background: transparent;
  border: 2px solid #fff;
  -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:#2b2a29;
  -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: #fff;*/
}
.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: 15px 0px;
  display: inherit;
}
.sticky-header .logo img
{
  height: 50px;
}
.sticky-header .nav > li > a
{
	font-size: 14px !important;
	padding: 0 15px;
	font-weight: normal;
  font-family: 'Poppins-Light';
	text-transform: uppercase;
  color: #ffff !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: #fff !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: #fff;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
/*.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 50px;
  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-img-block{
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.about-section p
{
  font-size: 15px;
  letter-spacing: 1px;
  line-height: 30px;
  /*font-family: 'Uniform-Condensed';*/
  font-family: 'Poppins-Light';
  text-align: justify;
  color: #fff;
  margin-bottom: 10px;
}
.about-img-box
{
  padding-right: 40px;
}
.about-text-block
{
  padding:25px 0px;
 
}
@media screen and (max-width: 1370px){
  .about-text-block
{
  padding:60px 40px;
 
}
}
@media screen and (max-width: 1300px){
  .about-text-block
{
  padding:30px 20px;
 
}
}
.about-text
{
  position: relative;
}
.main-head
{
  font-size: 30px;
  font-family: ' Montserrat ';
    font-weight: 400;
  color: #ffff;
  text-transform: uppercase;
  /*text-align: center;*/
  
  letter-spacing: 1px;
  
}
.about-section h2 {
    line-height: 50px;
   font-family: 'Noto Serif TC', serif;
    font-family: 'Noto Serif TC', serif;
    font-weight: 600;
    letter-spacing: 5px;
    font-size: 40px;
    margin-top: 0px;
    /*text-transform: uppercase;*/
    margin-bottom: 30px;

}
.about-text-block img
{
  max-height: 140px;
  margin-bottom: 20px;
}

#about-section{
  background-color: #fff;
}

#about-section h4 {
  color: #818586;
}

#about-section p {
    color: #818586;

}
.abtbtn{
  background-color: #818586;
  color: #fff;
  padding: 5px 15px;
  border: none;
  font-size: 20px;
  font-family:"OpenSans";
  margin-bottom: 20px;
  font-size: 25px;
  border-radius: 15px;
  text-align: center !important;

}
.abtbtn:hover {
  background-color: #fff;
  color: #818586;

  padding: 5px 15px;
  border: none;
  font-size: 20px;
  font-family:"OpenSans";
  margin-bottom: 20px;
  font-size: 25px;
  border:1px solid #818586;
  border-radius: 15px;
  text-align: center !important;

}
.keyplan{
   padding: 80px 0px 50px;
   background-color: #818586;
}
.keyplancol{
  padding: 0px 90px;
}
.keyplan img {
  border: 15px solid #000;
  border-top: 15px solid #F2B053;
  border-bottom: 15px solid #E00483;
  border-right:15px solid #70BAC8 ;
  border-left:15px solid #70BAC8 ;

}



/*-------------------------------------*/
/*------     Amenities Section   ------*/
/*-----------------------------------*/
.amenities-section
{  
  /*padding: 70px 0px 60px;*/
  position: relative;
background-color: #fffef9;

}



.fancybox-image{
  background: #fffef9;
}
.amentieis2{
  padding: 100px 0;background-color: #fffef9;
  }.amentieis2 h2
{
 line-height: 30px;
 font-family: 'Noto Serif TC', serif;
    font-weight: 600;
  letter-spacing: 5px;
  font-size: 40px;
  margin-top: 0px;
  text-transform: uppercase;
  margin-bottom: 30px;
  text-align: center;
  color: #818586;
}.amentieis2 h4
{
 line-height: 20px;
 font-family: 'Noto Serif TC', serif;
    font-weight: 400;
  letter-spacing: 5px;
  font-size: 30px;
  margin-top: 0px;
  text-transform: uppercase;
  margin-bottom: 50px;
  text-align: center;
  color: #4f6564;
}
.mb-40{
  margin-bottom: 20px;
}
.amentieis2 p
{
  font-size: 15px;
  letter-spacing: 1px;
  line-height: 30px;
  /*font-family: 'Uniform-Condensed';*/
  font-family: 'Poppins-Light';
  text-align: justify;
  color: #2b2b2b;
  margin-bottom: 10px;
}
.terrace{
  padding: 100px 40px;
}

.amimg{
  width: auto;
height: 50px;
  margin-top: -7px !important;
  margin-right: 8px;
}
.amenities-text-block
{
  padding: 100px 0px 60px;
  padding-left: 30px;  

  /*background: #493026;*/
  
}
.about-img-block2{
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.amenities-section h2
{
 line-height: 50px;
 font-family: 'Noto Serif TC', serif;
    font-weight: 400;
  letter-spacing: 5px;
  font-size: 40px;
  margin-top: 0px;
  text-transform: uppercase;
  margin-bottom: 30px;
  text-align: left;
  color: #4f6564;
}
.content-box .textl{
margin-left: 80px;
padding-top: 20px;
border-bottom: 1px solid black;
padding-bottom: 20px;
width: 50%;
padding-left: 0 !important;
}
.amenities-box
{
 
  padding: 0px 10px;  
  text-align: center;margin: 5px auto;
}
.amenities-box img
{
  width: 100%
  margin: 0px auto;
}
.amenities-box h3
{
  font-family: 'Uniform-Extra-Condensed-Medium';
  color: #fff;
  margin-top: 10px;
  line-height: 25px;
  font-size: 19px;
  letter-spacing: 1px;
  margin-bottom: 0px;
  height: 50px;
}
.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;
}

/*** 
====================================================================
  specifications2 Section Style
====================================================================
***/
.specifications2-section
{
padding: 90px 0px 80px;
background-color: #818586;
}
.specifications2-box
{
  padding:10px 0px;
  margin-bottom: 20px;
}
.speimg{
  width: auto;
  height: 50px;

}
.specifications2-box h3
{
  font-size: 16px;
  line-height: 20px;padding-left: 20px;
  padding-bottom: 5px;
  position: relative;
  margin-bottom: 10px;
  font-weight: 600;
  margin-top: 0 !important;
  letter-spacing: 1px;
  color: #fff;
  font-family: 'Poppins-Light';
}
/*.specifications2-box h3:before
{
  content: "" ;
  width: 100%;
  height: 1px;
  background: #000;
  bottom: 0px; 
  left: 0px;
  position: absolute;
}*/
.specifications2-box p
{
  font-size: 14px;
  line-height: 30px;
  margin-bottom: 5px;
  position: relative;
  padding-left: 20px;
  font-family: 'Poppins-Light';
    letter-spacing: 1px;
  color: #fff !important;
font-family: 'Poppins-Light';
letter-spacing: 1px;

}
/*.specifications2-box p:before {
    position: absolute;
    content: '\f111';
    left: 0px;
    top: 0;
    font-size: 8px;
    font-weight: bold;
    color: #000;

    font-family: 'Font Awesome\ 5 Free';
    height: 22px;
    line-height: 30px;
}*/
.specifications2-box p:last-child
{
  margin-bottom: 0px;
}
.additional-specifications2
{
    border-top:1px solid #000;
    margin-top:15px;
    padding-top:15px;
}

.additional-specifications2 h3
{
  font-size: 20px;
  line-height: 30px;
  padding-bottom: 5px;
  position: relative;
  margin-bottom: 10px;
  font-weight: 600;
  letter-spacing: 1px;
  color: #272727;
}
.additional-specifications2 ul 
{
    list-style:none;
}
.additional-specifications2 ul li
{
    font-size: 14px;
    line-height: 25px;
    margin-bottom: 5px;
    position: relative;
    padding-left: 20px;
    letter-spacing: 1px;
}
.additional-specifications2 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;
}

/*-------------------------------------*/
/*------     specifications Section   ------*/
/*-----------------------------------*/
.specifications-section
{
  padding: 70px 0px 60px;
  position: relative;
  /*background: url(images/pattp.PNG);*/
  /*background-size: 500px;*/
  background-color: #f2f2f2;
}
.card {
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  transition: 0.3s;
  width: 100%;
 border: 4px solid #252525;
 padding-top: 10px !important;
padding-bottom: 10px !important;
border: 4px solid #fff;
}

.card:hover {
  box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
  cursor: pointer;
}
.amenities-block {
    text-align: center;
    margin: 15px auto;
}.ameni-box {
  width: 97%;
    position: relative;
    float: left;
    border: 1px solid #000;
    box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);
}
.card p{
  font-size: 14px;
  margin-top: 20px;
/*letter-spacing: 1px;*/
line-height: 22px;
font-family: 'Uniform-Condensed';
font-family: 'Poppins-Light';
text-align: center;
color: #fff;
margin-bottom: 10px;
}
.card {
    background: #2b2a29;
    /*height: 220px;*/
    margin-bottom: 30px;
    padding: 40px;
}.card-img-top {
    margin-bottom: 30px;
}
.ame-icon {
    width: 100%;
    float: left;
    height: 30vh;
}
.car-1{
  height: 190px;
}
.car-2{
  height: 220px;
}
.card p{

}
.ame-text {
   background: #bb8938;
position: absolute;
width: 100%;
right: 0;
padding: 6.5px;
text-align: center;
display: flex;
align-items: center;
height: 30vh;
border-left: 1px solid #000;
}
.ame-text h4 {
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 16px;
    text-align: center;
    font-family: 'Poppins-Medium';
    text-transform: uppercase;
    color: #000;
}

.ame-h2 {
    font-size: 18px;
    letter-spacing: 1px;
    line-height: 20px;
    text-align: center;
    font-family: 'Poppins-Medium';
    text-transform: uppercase;
    color: #000;
}
.specifications-section h2
{
  line-height: 40px;
 font-family: 'Noto Serif TC', serif;
    font-weight: 400;
  letter-spacing: 5px;
  font-size: 40px;
  margin-top: 0px;
  /*text-transform: uppercase;*/
  margin-bottom: 30px;
  text-align: center;
  color: #2b2a29;
}
.specifications2-section h2
{
  line-height: 50px;
font-family: 'Noto Serif TC', serif;
font-weight: 600;
letter-spacing: 5px;
font-size: 40px;
margin-top: 0px;
text-transform: uppercase;
margin-bottom: 40px;
text-align: center;
color: #fff;
}

.speci-block
{
  padding: 20px;
  background: rgba(255,255,255,10);
  float: left;
  box-shadow: inset 0px 0px 0px 2px rgb(215, 181, 109);
}
.speci-img img
{
  float: left;
  width: 60px;
}

.speci-box
{
  display: flex;
  margin: 10px 0px;
  float: left;
}
.speci-box:first-child
{
  margin-top: 0px;
}
.speci-box:last-child
{
  margin-bottom: 0px;
}
.speci-text
{
  padding-left: 10px;
}
.speci-text h4
{
  font-family: 'Uniform-Extra-Condensed-Medium';
  text-transform: uppercase;
  font-size: 20px;
  letter-spacing: 1px;
  margin: 0px;
  line-height: 25px;
  margin-bottom: 0px;
}
.speci-text p
{
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 25px;
  font-family: 'Poppins-Light';
}
.speci-last-box
{
  height: 25px;
  font-size: large;
  float: left;
  width: 100%;
}/*
.specifications-section ul.nav-tabs
{
    list-style:none;
    border: none;
    width: 100%;
    float: left;
    padding-left: 0px;
    text-align: center;
}
.specifications-section ul.nav-tabs li.active a
{
    background: #fff;
    color: #125fa9;
}
.nav-tabs li
{
  float: none;
  display: inline-block;
}
.nav-tabs li a
{
    text-align: center;
    width: 100%;
    display: inherit;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 30px;
    padding: 5px 15px;
    border-radius: 0px;
    border:2px solid #fff !important;
    color:#fff;
}
.spec-text
{
  color: #fff;
}
.spec-text h4
{
  font-family: 'Poppins-SemiBold';
  text-transform: uppercase;
  line-height: 30px;
  letter-spacing: 1px;
  margin-top: 0px;
  margin-bottom: 5px;
}
.spec-text p
{
  font-size: 15px;
  letter-spacing: 1px;
  line-height: 30px;
  margin-bottom: 0;
  font-family: 'Poppins-Light';
  padding-left: 20px;
  position: relative;
}
.spec-text p:before
{
  content: "" ;
  position:absolute;
  left: 0;
  top: 10px;
  width:10px;
  height:10px;
  background: #fff;
  border-radius: 50%;
}
.tab-pane  
{
  padding: 30px;
  background: #125fa9;
  float: left;
  border-radius: 15px;
  box-shadow: 0px 0px 1px 2px #fff;
}
*/
/*-------------------------------------*/
/*------  Gallery Section   ------*/
/*-----------------------------------*/
.gallery-section
{
  padding: 100px 0px ;
  position: relative;

}

.gallery-section .container-fluid
{
  max-width: 1500px;
}

.gallery-section h2
{
  line-height: 50px;
 font-family: 'Noto Serif TC', serif;
    font-weight: 600;
  letter-spacing: 5px;
  font-size: 40px;
  margin-top: 0px;
  text-transform: uppercase;
  margin-bottom: 30px;
  text-align: center;
  color: #818586;
}
.gallery-block
{
  padding: 10px;
  width: 25%;
  float: left;
}
.inner-box 
{
  text-align: center;
  overflow: hidden;
  position: relative;
  border:5px solid #fff;
  box-shadow:0px 0px 5px 0px rgba(0, 0, 0, 0.2);
}
.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: #434343;
  text-align: center;
  margin: 0px auto;
  font-size: 16px;
  color: #fff;
  transition: all 0.35s ease 0s;
}

/*-------------------------------------*/
/*------  Gallery Section   ------*/
/*-----------------------------------*/

.brochure
{
background-color: #818586 !important;
  padding: 100px 60px;
  background-size: 100% 100%;
  position: relative;
  background-position: center;
 
}
.brochure-section:before
{
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(81, 102, 101);
  left: 0px;
  top: 0px;
}
.brochure-box 
{
background: #d8b36b;
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: #2b2a29;
}

#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-section
{
  background-color:#d3935e; 
  padding: 60px 60px;
  background-size: 100%  100%;
  position: relative;
  background-position: center;
}
.brochure-section:before
{
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
   background: rgba(81, 102, 101);
  left: 0px;
  top: 0px;
}
.brochure-box 
{
background: #818586;
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:#818586;
    border: 2px solid #818586;
}


.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: #2b2a29;
}
.content-row
{
  padding-bottom: 25px;
  border-bottom: 2px solid;
}
.amenities-section .content-box img{
   border-radius: 0% !important;
   height: 50px;margin-top: 15px;
 }
.content-box img{
  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 
{
  background-color: #373737;
  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;
}

.content-box .textl p {
    font-size: 16px;
    line-height: 30px;
    color: #2b2b2b !important;
    font-family: 'Poppins-Light';
    letter-spacing: 1px;
    text-transform: uppercase;
}
.dis
{
    display:none;
}

.location-row
{
  margin-top: 25px;
}
.contact-section h4
{
  font-size: 25px;
  /*text-transform: uppercase;*/
  letter-spacing: 4px;
 font-family: 'Noto Serif TC', serif;
    font-weight: 400;
  margin-bottom: 20px;
  color: #fff;
}
.google-map
{
  width: 100%;
  height: 260px;
  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: #434343;
    color: #000;
    font-family: 'Poppins-Regular';
    border: none;
    line-height: 20px;
}
.inquiry-form button:before 
{
    background-color: #222;
    border: 1px solid #434343;
    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: #2b2a29;
}
.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:#2b2a29;
    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: #fff;
    margin-top: 5px;
	}
  .header-upper .nav > li > a::before, .sticky-header .nav > li > a::before{
    border:none !important;
  }
  .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: 0px 0px;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .about-text-block
  {
    padding-top: 0px !important;
    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%;
  }


}
.gallery-block2{
width:33%;
}
.tp-leftarrow:hover{
  background-image: url('images/slider1.jpg') !important;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.tp-rightarrow:hover{
    background-image: url('images/slider2.jpg') !important;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

}
@media (max-width: 764px) 
{	
  .navbar-collapse.in{
    overflow-x: hidden;
  }
  .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus{
    background-color: #4d6261;color: #fff !important;
  }
	.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) 
{
  .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: 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: 23px !important;
  margin-bottom: 15px;
  line-height: 40px;
  }
  .amenities-section h2{
      font-size: 23px !important;
  margin-bottom: 15px;
  line-height: 40px;
  }
  .amentieis2 h4{
    line-height: 40px;font-size: 23px;margin-bottom: 20px;
  }
  .amentieis2 h2{
    margin-bottom: 15px;margin-bottom: 15px;
font-size: 23px;
line-height: 40px;
  }
  .content-block {
  width: 100%;
  margin: 15px 0px;
}
.specifications2-box
{
  margin-bottom: 0px;
}

  .terrace .content-block{
    margin: 0px 0px;padding-left: 0;
padding-right: 0;
  }
  .amentieis2{
    padding: 50px 0;
  }
  .specifications-section h2{
     font-size: 35px !important;
     margin-bottom: 15px;
  }
  .gallery-section h2{
    font-size: 23px !important;
margin-bottom: 15px;
line-height: 40px;
  }
  .specifications2-section h2{
   font-size: 23px !important;
margin-bottom: 15px;
line-height: 40px;
  }
  
  .about-img-block{
    padding: 10px 0px !important;
    margin-bottom: 15px;
  }
  .inquiry-form{
      margin-top:30px;
  }

}



@media screen and (max-width: 600px){
  .car-1{
    height: auto !important;
    padding: 10px !important;
  }
  .car-2 {
    height: 220px !important;
     padding: 10px !important;
}
	.brochure-box img {
  min-width: 40px;
  width: 40px;
	}
	.brochure-box::before {
  content: " ";
  width: 95px;
	}
	.brochure-box h4 {
  font-size: 14px;
  line-height: 26px;
	}
	.brochure {
  background-color: #daaf72;
  padding: 60px 40px;
	}
}

.content-box .textl2 p {
    font-size: 16px;
    line-height: 30px;
    color: #2b2b2b !important;
    font-family: 'Poppins-Light';
    letter-spacing: 1px;
    text-transform: uppercase;
}
.content-box .textl2{
margin-left: 80px;
padding-top: 20px;
border-bottom: 1px solid black;
padding-bottom: 10px;
  width: 70% !important;
padding-left: 0 !important;
}
.content-box .textl3 p {
    font-size: 16px;
    line-height: 30px;
    color: #2b2b2b !important;
    font-family: 'Poppins-Light';
    letter-spacing: 1px;
    text-transform: uppercase;
}
.amentieis2 .content-box img{
  border-radius: 0% !important;
height: 50px;
margin-top: 15px;
}
.content-box .textl3{
margin-left: 0px;
padding-top: 20px;
border-bottom: 1px solid black;
padding-bottom: 20px;
  width: 90% !important;
padding-left: 0 !important;
}
@media screen and (max-width: 1370px){
  .terrace{
  padding: 60px 40px 40px;
}
.content-box .textl{
  width: 60% !important;
}
}
@media screen and (max-width: 1300px){
  .terrace{
  padding: 40px 40px 30px;
}
.content-box .textl{
  width: 80% !important;
}
.content-box .textl p {
  font-size: 15px;
  line-height: 28px;
  }
  .content-box .textl3{
          width: 100% !important;
  }
}

  .scroll-top-wrapper 
{
  position: fixed;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  text-align: center;
  z-index: 999;
  background-color: #818586;
  width: 40px;
  height: 40px;
  line-height: 40px;
  right: 30px;
  bottom: 30px;
  color: #ffffff;
  text-shadow: 0 ;
  border:none;
  -webkit-animation: jump 1s ease-in alternate infinite;
  animation: jump 1s ease-in alternate infinite;
}
.scroll-top-wrapper:hover 
{
  background-color: #fff;
  color:#818586 ;
}
.scroll-top-wrapper.show 
{
  visibility:visible;
  cursor:pointer;
  opacity: 1.0;
}
.scroll-top-wrapper i
{
  line-height: inherit;
  font-size: 24px;
}

#scrollUp {

}

@-webkit-keyframes jump {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  100% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 50%, 0);
  }
}

@keyframes jump {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  100% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 50%, 0);
  }
}

@media screen and (max-width:767px){
    .scroll-top-wrapper{
        bottom:80px;
    }
    .specifications2-box {
  padding: 15px 0px;
  margin-bottom: 20px;
}
.abttxt{
  margin-top: 15px !important;
}
.specifications2-box h3
{
  font-size: 16px;
  line-height: 20px;
  padding-left: 25px !important;
  padding-bottom: 5px;
  position: relative;
  margin-bottom: 10px;
  font-weight: 600;
  margin-top: 0 !important;
  letter-spacing: 1px;
  color: #fff;
  font-family: 'Poppins-Light';
}

}



.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: #818586;
color: #fff;
text-align: center;
}
.modal-header h5{
  text-align: center;
  width: 100%;
}
.modal-dialog .btn{
  background: #818586;
  color: #fff;
  border: 1px solid #818586;
  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: #818586;
border: 1px solid #818586;
transition: 0.5s ease;
}
.modal-dialog .form-control{
  border-color:#818586;
}
@media screen and (max-width:767px){
  .modal-dialog{
  margin-top: 42%;
}
}