body
{
	
}
.navbar-inverse
{
background:transparent;
    border: 0px!important;font-family: 'Signika', sans-serif;
}



.nav1{
  position:fixed;
  top:0;
 
  width:100%;
  height:50px;
}


.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}
.navbar-brand>img {
    display: block;
    position: relative;
    top: -16px;
}

.nav-sub 
{
	background: #e6d5c87a;
}
/*slider*/

.navbar-nav>.active>a
{
	background: #cb7230b3!important;
    color: #ffffff!important;
    border-bottom: 1px solid #cb7230;
}
.navbar-inverse .navbar-nav>li>a
{
	font-size: 13px;color: #cb7230;
}
.navbar-inverse .navbar-nav>li>a:hover
{
	color:  #fff!important;
    background:#cb7230b3!important
}
#demo-1 {
	position: relative; /* can either be relative, absolute or fixed. If position is not set (i.e. static), it would be set to "relative" by script */
	overflow: hidden; /* to bound the empty top space created by inner element's top margin */
	width: 100%;
	min-height: 525px;
	background-color: #999;
}
.demo-inner-content {
	position: relative; /* if position is not set, the script will set it to 'relative'. */
	z-index: 2; /* if z-index is not set, the script will set it to '2'. */
	margin: 180px auto;
	padding: 40px;
	max-width: 600px;
	color: #fff;
	text-align: center;
	font-size: 1.5em;
}
.demo-inner-content h1 {
	font-size: 70px;
	margin: 0;    font-family: 'Song Myung', serif;font-style: italic;
}
.demo-inner-content p {
	font-size: 23px;
    margin: 0;
    font-family: 'Song Myung', serif;font-style: italic;
}
.section1 h2,.section2 h2,.section3 h2,.section4 h2,.section5 h2
{
font-weight: 600;
    font-family: 'Song Myung', serif;color: #73903f;
}


.nav-tabs
{
	
	background: #637e32b3;margin-bottom: 20px;
}
.nav-tabs>li>a
{
  font-family: 'Signika', sans-serif;
color: #fff;text-transform: uppercase;
}
.nav-tabs>li>a:hover
{
	background:#ddd;color:#000;
}
.nav-tabs>li.active>a
{
	background:#ddd;color:#000;
}
.tab-content {
    
   font-family: 'Signika', sans-serif;
    border-top: none;padding-top: 22px;
	padding-bottom: 35px;
}
.main-pic img 
{
	float:left;
}

ul.gal-pics li
{
	float:left;
	list-style-type:none;
}

ul.gal-pics 
{
	margin-top: 20px;
}

.about-sec1
{
	    padding-top: 25px;
    padding-bottom: 25px;
}
.abt-pic img 
{
position: relative;
    top: 50px;
}





.about-sec1 h2{font-weight: 600;
    font-family: 'Song Myung', serif;
    color: #73903f;}

.about-sec1 p{font-family: 'Signika', sans-serif;line-height:25px;}




.section1 p,.section2 p,.section3 p,.section5 p{font-family: 'Signika', sans-serif;}

.section1
{
padding-top: 45px;	background:#dddddd57;padding-bottom: 60px;
}
.floor-cnt
{
	float: left;font-family: 'Signika', sans-serif;
}
.floor-cnt h3,.floor-cnt p 
{
	text-align:left;font-family: 'Signika', sans-serif;
}
.fa-floor
{
	background: #cb7230;
    color: #f3f2f2;
    width: 25px;
    height: 25px;
    padding: 5px;
    border-radius: 5px;
}
span.p1{padding-left: 10px;}
p.abt-para
{
	line-height:25px;
}
.section2
{
	padding-top: 45px;
    padding-bottom: 40px;
}
.section4
{
	padding-top: 30px;padding-bottom: 30px;
}
.sec1 
{
	margin-top: 40px;box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.13);background: #fff;
	padding-bottom: 15px;
}
.sec1 h4 
{
	padding-top: 10px;color: #e07d34;
}
.sec1 p 
{
	
    LINE-HEIGHT: 23PX;
}
.ser1 
{
	padding: 25px;height: 200px;
}
.ser1:hover 
{
	
	background:#eee;
}
.ser1:hover .fa 
{
	 background: #e07d34;
    color: #fff;
}
.more-btn 
{
	background: #637e32;
    color: #fff;
    border: 1px solid #637e32;
    width: 78px;font-family: 'Signika', sans-serif;
}
.more-btn:hover
{
	 border: 1px solid #637e32;background: #fff;
	  color: #637e32;
}
.ser1 .fa 
{
    background: #000;
    color: #fff;
    width: 40px;
    height: 40px;
    padding: 10px;
    border-radius: 20px;
    font-size: 16px;
}
.bg{box-shadow: 0px 5px 25px 5px rgba(0,0,0,0.15);}
.bg-content
{
	position: relative;
    top: 46px;
}
.sec1:hover,.bg:hover
{
	-webkit-animation-name: pulse;
  animation-name: pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  box-shadow: 0px 2px 14px 0px rgba(0,0,0,0.75);
}
@-webkit-keyframes pulse {
  0% {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  }
  50% {
  -webkit-transform: scale3d(1.05, 1.05, 1.05);
  transform: scale3d(1.05, 1.05, 1.05);
  }
  100% {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  }
  }
  @keyframes pulse {
  0% {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  }
  50% {
  -webkit-transform: scale3d(1.05, 1.05, 1.05);
  transform: scale3d(1.05, 1.05, 1.05);
  }
  100% {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  }
  } 
  
.button1
{
	background: #cb7230;
    border: 1px solid #b7682d;
    color: #fff;
    width: 120px;font-family: 'Signika', sans-serif;
    height: 30px;border-radius: 2px;margin-top: 10px;
}
.button1:hover
{
background: #ad5615;
    border: 1px solid #ad5615;	
}
.section3
{
	background: #dddddd57;
    padding-top: 35px;
    padding-bottom: 40px;
}
.section3 p 
{
	padding-top: 6px;
}

figure.effect-marley figcaption {
	text-align: right;
}

figure.effect-marley h3,
figure.effect-marley p {
	position: absolute;
	right: 30px;
	left: 30px;color:#fff;
	padding: 10px 0;font-family: 'Signika', sans-serif;
}


figure.effect-marley p {
	bottom: 30px;
	line-height: 1.5;
	-webkit-transform: translate3d(0,100%,0);
	transform: translate3d(0,100%,0);
}

figure.effect-marley h3 {
	top: 30px;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,20px,0);
	transform: translate3d(0,20px,0);
}

figure.effect-marley:hover h3 {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-marley h3::after {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 4px;
	background: #fff;
	content: '';
	-webkit-transform: translate3d(0,40px,0);
	transform: translate3d(0,40px,0);
}

figure.effect-marley h3::after,
figure.effect-marley p {
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

figure.effect-marley:hover h3::after,
figure.effect-marley:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
.effect-marley 
{
	opacity:.7;
}
.effect-marley:hover
{
	opacity:1;
}
.section5 
{
	background: #f3f3f3;
}
.grid 
{
	margin-top: 30px;
}

footer
{
	background: #505050;
	padding-top: 22px;
    padding-bottom: 25px;
}
footer table {
    background-color: #ffffff3b;font-family: 'Signika', sans-serif;
}
footer form
{
	font-family: 'Signika', sans-serif;
}
footer h4
{
	color: #698634;
    font-family: 'Song Myung', serif;
    font-weight: 700;
    font-size: 21px;padding-bottom: 8px;
}
footer p
{
font-family: 'Signika', sans-serif;color: #f3f3f3c9;
}


.faa {
  padding: 5px;
    font-size: 20px;
   
    width: 30px;
    height: 30px;
    text-align: center;
    text-decoration: none;
    margin: 5px 2px;
}

.faa:hover {
    opacity: 0.7;
	text-decoration:none;
}

.fa-facebook {
  background: #3B5998;
  color: white;
}

.fa-twitter {
  background: #55ACEE;
  color: white;
}

.fa-google {
  background: #dd4b39;
  color: white;
}



.fa-youtube {
  background: #bb0000;
  color: white;
}

ul.social li 
{
	float: left;
    list-style-type: none;
}
ul.social
{
	position: relative;
    left: -40px;
}


.btn-footer
{
	background: #73903f;
    border: 1px solid #73903f;
    color: #fff;
}

.footer-sub 
{
	background: #000;
    color: #bfbcbc;
    padding-top: 8px;font-family: 'Signika', sans-serif;
}



.faev,.faph
{
	background: #698634;
    width: 25px;
    height: 25px;
    padding: 6px;
    border-radius: 12px;color:#fff;
}




/*contact-us*/
.sub-head h1 
{
position: relative;
    top: 90px;
    color: #dedede;font-family: 'Song Myung', serif;
}

.c-fa
{
	background: #d4854a;
    color: #fff;
    border-radius: 23px;
    width: 45px;
    height: 45px;
    padding: 14px;
    font-size: 19px;
}
.contact-sec1
{
	margin-top: 40px;
    padding-bottom: 30px;
}
.contact-sec1 h2
{
	color:#73903f;font-family: 'Song Myung', serif;font-weight: 600;
}
.contact-sec1 h4
{
	color:#73903f;font-family: 'Song Myung', serif;font-weight: 600;
}
.contact-sec1 p 
{
	font-family: 'Signika', sans-serif;
}

.cont-form
{
	padding-top: 22px;font-family: 'Signika', sans-serif;
}
.map1
{
	position: relative;
    top: 34px;
}

@media (min-width: 310px) and (max-width: 480px)
{
	.sec1 {
		
		width: 85%;
		margin: auto;
	}	
	.bg-content {
    position: relative;
    top: -24px;
	}
}

@media (min-width: 1200px) and (max-width: 1400px)
{
	.content5
	{
	position: relative;
		top: 40px;
	}
	.content5 p 
	{
		position: relative;
    top: 6px;
    width: 69%;
    margin: auto;
	}
}
@media (min-width: 1401px)
{
	.content5
	{
	position: relative;
		top: 40px;
	}
	.content5 p 
	{
		position: relative;
    top: 6px;
    width: 69%;
    margin: auto;
	}
}