html {
  min-height:100%;
  position:relative;
}

body {
      font: 400 15px Montserrat, sans-serif;
      line-height: 1.8;
      color: #818181;
	   margin-bottom:30px;
	  
  }
  
  .jumbotron h1 {
    font-family: 'Satisfy', sans-serif;
    font-size: 30px;
    font-weight: 300;
    color: #ffffff/*#FFB03B*/;
}
  
  h2 {
      font-size: 16px;
      text-transform: uppercase;
      color: #d9232d;
      font-weight: 600;
      /*margin-bottom: 30px;*/
	  font-family: 'Dosis', sans-serif;
	  text-align:center;
	  text-transform: uppercase;
	  letter-spacing: 1px;
  }
   h3 {
      font-size: 14px;
      text-transform: uppercase;
      color: #d9232d;
      font-weight: 400;
      /*margin-bottom: 30px;*/
	  font-family: 'Dosis', sans-serif;
	  text-align:center;
	  text-transform: uppercase;
	  letter-spacing: 1px;
  }
  h4 {
      font-size: 16px;
      line-height: 1.375em;
      color: #d9232d;
      font-weight: 400;
      /*margin-bottom: 30px;*/
	  font-family: 'Dosis', sans-serif;
	  text-transform: uppercase;
	  letter-spacing: 1px;
  }  
  .jumbotron {
    background-color: #F2FAE1;
      /*color: #fff;*/
      padding: 50px 0 0 0;
	  margin-bottom: 0;
      font-family: Montserrat, sans-serif;
  }
 
  .container-fluid {
      padding: 10px 20px;
  }
  .bg-grey {
      background-color: #f3f3f3;
  }
  .logo-small {
      color: #f4511e;
      font-size: 50px;
  }
  .logo {
      color: #f4511e;
      font-size: 200px;
  }
  .thumbnail {
      padding: 0 0 15px 0;
      border: none;
      border-radius: 0;
  }
  .thumbnail img {
      width: 100%;
      height: 100%;
      margin-bottom: 10px;
  }
  .carousel-control.right, .carousel-control.left {
      background-image: none;
      color: #ffffff;
  }
  .carousel-indicators li {
      border-color: #f4511e;
  }
  .carousel-indicators li.active {
      background-color: #ffffff;
  }
  .item h4 {
      font-size: 16px;
      line-height: 1.375em;
      font-weight: 400;
      font-style: italic;
      margin: 70px 0;
	  text-transform: none;
  }
  .item span {
      font-style: normal;
  }
  
  .carousel-caption {
    background: rgba(0, 0, 0, 0.65);
}


@media screen and (max-width: 768px) {
    .carousel-caption {
      display: none;
    }
  }

  
  .panel-footer .btn:hover {
      border: 1px solid #f4511e;
      background-color: #fff !important;
      color: #f4511e;
  }
  .panel-heading {
      color: #fff !important;
      background-color: #f4511e !important;
      padding: 25px;
      border-bottom: 1px solid transparent;
      border-top-left-radius: 0px;
      border-top-right-radius: 0px;
      border-bottom-left-radius: 0px;
      border-bottom-right-radius: 0px;
  }
  .panel-footer {
      background-color: white !important;
  }
  .panel-footer h3 {
      font-size: 32px;
  }
  .panel-footer h4 {
      color: #aaa;
      font-size: 14px;
  }
  .panel-footer .btn {
      margin: 15px 0;
      background-color: #f4511e;
      color: #fff;
  }
  
 
  .navbar {
      margin-bottom: 0;
      background-color: #2d2d30/*rgba(230,167,86,.9)*/;
      z-index: 9999;
      border: 0;
      font-size: 12px !important;
      line-height: 1.42857143 !important;
      /*letter-spacing: 1px;*/
      border-radius: 0;
      font-family: Montserrat, sans-serif;
	  box-shadow: 0 5px 4px rgba(255,255,255,.2);
	  
	  
  }
  .navbar li a, .navbar .navbar-brand {
      color: #fff !important;
      font-weight: 600;
	 
  }
  .navbar-nav li a:hover, .navbar-nav li.active a {
      color: #ffffff !important;
      background-color: #fa5252/*#659a5f*/ !important;
	  border-bottom: 4px solid #ffffff;
	  transition: 1s;
	  
	  
  }
  
  
  .navbar-default .navbar-toggle {
      border-color: transparent;
      color: #fff !important;
  }
 
 
  .navbar-brand>img
 {
 margin-top:-12px;
 
 }
  
  footer .glyphicon {
      font-size: 20px;
      margin-bottom: 20px;
      color: #f4511e;
  }
  
  /*.slideanim {visibility:hidden;}
  .slide {
      animation-name: slide;
      -webkit-animation-name: slide;
      animation-duration: 1s;
      -webkit-animation-duration: 1s;
      visibility: visible;
  }
  @keyframes slide {
    0% {
      opacity: 0;
      transform: translateY(70%);
    } 
    100% {
      opacity: 1;
      transform: translateY(0%);
    }
  }
  @-webkit-keyframes slide {
    0% {
      opacity: 0;
      -webkit-transform: translateY(70%);
    } 
    100% {
      opacity: 1;
      -webkit-transform: translateY(0%);
    }
  }*/
  @media screen and (max-width: 768px) {
    .col-sm-4 {
      text-align: center;
      margin: 25px 0;
    }
    .btn-lg {
        width: 100%;
        margin-bottom: 35px;
    }
  }
  @media screen and (max-width: 480px) {
    .logo {
        font-size: 150px;
    }
  }
  
  
/* Custom CSS Starts */
  
  
 /* Header Slider CSS Starts */
 
     .carousel-inner > .item > img,
  .carousel-inner > .item > a > img {
      width: 100%;
      margin: auto;
      height:auto;
  }
  
  
.carousel-fade .carousel-inner .item {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -ms-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .active {
  opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-control {
  z-index: 2;
}

/* Header Slider CSS Ends */
  
  
  
 /* Contact Block Section CSS Starts */
  
  section.exotica-contact {
	padding: 50px 0px;
	background: #e7e7e7;
}


.exotica-contact .first-image {
	margin-right: -30px;
	margin-top: 18%;
}


.exotica-contact .first-image img {
	width: 100%;
	overflow: hidden;
}

.exotica-contact .second-image {
	margin-left: -30px;
	margin-top: 18%;
}

.exotica-contact .second-image img {
	width: 100%;
	overflow: hidden;
}

@media (max-width: 768px){
.exotica-contact .first-image {
    margin-right: 0px;
    margin-top: 0%;
    padding: 0px 10%;
}

}

@media (max-width: 768px){
.exotica-contact .second-image {
    margin-left: 0px;
    margin-top: 0%;
    padding: 0px 10%;
}
}

@media (max-width: 991px) {
	
	.exotica-contact .first-image {
		margin-right: 0px;
		margin-top: 0%;
		padding: 0px 10%;
	}
	.exotica-contact .second-image {
		margin-left: 0px;
		margin-top: 0%;
		padding: 0px 10%;
	}

}

.exotica-contact .block-content {
	background-color: #f2745f;
	text-align: center;
	padding: 30px;
	font-family: 'Lora', sans-serif;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	-webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	-moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	-os-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	-o-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.exotica-contact .block-content h4 {
	margin-top: 0px;
	margin-bottom: 20px;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	color: #fff;
	font-family: Montserrat, sans-serif;
}

.block-content .contact-content {
	background-color: #f3826f;
	padding: 20px 30px;
}

.block-content .contact-content span {
	font-size: 11px;
	text-transform: uppercase;
	color: #fff;
	letter-spacing: 1px;
	border: none;
	width: auto;
	height: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	font-family:Montserrat, sans-serif;
}

.block-content .contact-content h6 {
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 700;
	color: #fff;
	letter-spacing: 0.5px;
	font-family: Montserrat, sans-serif;
}

.block-content span {
	margin-top: 15px;
	margin-bottom: 15px;
	font-size: 11px;
	text-transform: uppercase;
	color: #fff;
	letter-spacing: 1px;
	border: 1px solid #da6856;
	width: 25px;
	height: 25px;
	display: inline-block;
	line-height: 25px;
	border-radius: 50%;
}


.primary-button a {
	display: inline-block;
	background-color: #f2745f;
	color: #fff;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 500;
	padding: 12px 20px;
	border-radius: 3px;
	text-decoration: none;
	letter-spacing: 0.5px;
}

.primary-white-button a {
	display: inline-block;
	background-color: #fff;
	color: #f2745f;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 500;
	padding: 12px 20px;
	border-radius: 3px;
	text-decoration: none;
	letter-spacing: 0.5px;
	font-family:Montserrat, sans-serif;
}
  
 /* Contact Block Section CSS Ends */  
 
 
 /* About Section CSS Starts */

.hke-about {
    padding-top: 50px;
    padding-bottom: 100px;
	background:#f9f9f9;	
  }

  
  
.hke-about img { padding-bottom: 16px; position: relative; top: 90px; }
.hke-about .about-des {
  background: #ffffff;
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);/*0 2px 8px 0 rgba(50, 50, 50, 0.08);*/
   box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);/*0 2px 8px 0 rgba(50, 50, 50, 0.08);*/
  border-left: 4px solid #fa5252;
  padding: 30px;
 /* position: relative;
  top: 70px;*/
}
.hke-about-h3 { padding-bottom: 20px; }
.hke-about .about-bottom-des {
  background: #ffffff;
  -moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  -o-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  -ms-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);/*0 0 8px 0 rgba(50, 50, 50, 0.08);*/
   box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);/*0 0 8px 0 rgba(50, 50, 50, 0.08);*/
  border-left: 4px solid #e31837;
  padding: 40px 20px 40px 20px;
  position: relative;
  top: 100px;
}
.hke-about .about-skills { padding-top: 40px; }
.about-skills .progress-bar-primary { background: #a4c639; }
.hke-about .about-skills .progress {
  background: #f9f9f9;
  -webkit-box-shadow: none;
          box-shadow: none;
  height: 4px;
  font-weight: bold;
  border-radius: 30px;
}
.hke-about span { font-weight: bold; }
.hke-about .about-skills strong {
  display: inline-block;
  font-size: 16px;
  padding-bottom: 4px;
}
/* About Section CSS Ends */
  

/* Overview Section CSS Starts */
#exotica-overView{
	padding: 50px 0px;
	background: #f9f9f9;
	
	}

#exotica-overView .content .exotica-icon {
	display: inline-block;
	font-size: 25px;
	color: #f38181;
	background: #fce38a;
	padding: 10px;
	margin: 0 -1px;
	line-height: 100%;
	
}
#exotica-overView .content .exotica-icon:hover {
	color: #fff;
	background: #f38181;
}
#exotica-overView .info {
	/*margin-top: 35px;*/
	text-align: center;
}
#exotica-overView .name {
	font-size: 14px;
	margin: 0 0 5px;
}
#exotica-overView .regency {
	font-style: italic;
}

/* =============== HOVER EFFECT =============== */
.exotica-hoverEffect {
	text-align: center;
}
.exotica-hoverEffect .item {
	background: #95e1d3;
	display: inline-block;
}
.exotica-hoverEffect .item .overlay {
	display: block;
	position: relative;
	left: 0;
	top: 0;
	-webkit-transition: all .3s ease-in-out;
	   -moz-transition: all .3s ease-in-out;
		 -o-transition: all .3s ease-in-out;
		-ms-transition: all .3s ease-in-out;
			transition: all .3s ease-in-out;
}
.exotica-hoverEffect .item .overlay:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0;	
	-webkit-transition: all .3s ease-in-out;
	   -moz-transition: all .3s ease-in-out;
		 -o-transition: all .3s ease-in-out;
		-ms-transition: all .3s ease-in-out;
			transition: all .3s ease-in-out;
	background: rgba(243,129,129,0.9); /* fallback for old browsers */ /* Chrome 10-25, Safari 5.1-6 */
	background: -webkit-linear-gradient(top, rgba(243,129,129,0.9), rgba(252, 227, 138, 0.9));
	background: -o-linear-gradient(top, rgba(243,129,129,0.9), rgba(252, 227, 138, 0.9));
	background: linear-gradient(to bottom, rgba(243,129,129,0.9), rgba(252, 227, 138, 0.9)); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.exotica-hoverEffect .item:hover .overlay {
	left: -10px;
	top: -10px;
}
.exotica-hoverEffect .item:hover .overlay:before {
	opacity: 1;	
}
.exotica-hoverEffect .content {
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	z-index: 1;
	opacity: 0;
	text-align: center;
	color: #fff;
	text-transform: uppercase;	
	-webkit-transform: translateY(-50%);
	   -moz-transform: translateY(-50%);
		 -o-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
			transform: translateY(-50%);
}
.exotica-hoverEffect .item:hover .content {
	opacity: 1;
}

/* Overview Section CSS Ends */



/* Custom CSS Ends */




/* Optional Intro CSS Starts */

.page-section {
  /*margin-top: 5rem;
  margin-bottom: 5rem;*/
  padding: 50px 0px;
  background: #f3f3f3;
}

.section-heading {
  text-transform: uppercase;
}

.section-heading .section-heading-upper {
  display: block;
  font-size: 1rem;
  font-weight: 800;
}

.section-heading .section-heading-lower {
  display: block;
  font-size: 3rem;
  font-weight: 100;
}

.bg-faded {
  background-color: rgba(255, 255, 255, 0.85);
}


.btn-xl {
  font-weight: 700;
  font-size: 1.2rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  padding-left: 2rem;
  padding-right: 2rem;
}

.intro {
  position: relative;
}


@media (min-width: 992px) {
  .intro .intro-img {
    width: 65%;
    float: right;
  }
  .intro .intro-text {
    left: 0;
    width: 60%;
    margin-top: 3rem;
    position: absolute;
  }
  .intro .intro-text .intro-button {
    width: 100%;
    left: 0;
    position: absolute;
    bottom: -2rem;
  }
}


.text-primary {
  color: #e6a756 !important;
}

.bg-primary {
  background-color: #e6a756 !important;
}

.btn {
  box-shadow: 0px 3px 3px 0px rgba(33, 37, 41, 0.1);
}

.btn-primary {
  background-color: #e6a756;
  border-color: #e6a756;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  background-color: #df902a;
  border-color: #df902a;
}

.font-weight-light {
  font-weight: 100 !important;
}

@media (min-width: 1200px) {
  .intro .intro-text {
    width: 45%;
	padding: 1.5rem;
	border-left: 4px solid #fa5252;
  }
}

.page-section{/*margin-top:5rem;margin-bottom:5rem;*/padding: 50px 0px;background:#f6f6f6}.section-heading{text-transform:uppercase}.section-heading .section-heading-upper{display:block;font-size:1rem;font-weight:800}.section-heading .section-heading-lower{display:block;font-size:3rem;font-weight:100}.bg-faded{background-color:rgba(255,255,255,.85)}

.intro{position:relative}@media (min-width:992px){.intro .intro-img{width:65%;float:right}.intro .intro-text{left:0;width:60%;margin-top:3rem;position:absolute;padding:1.5rem}.intro .intro-text .intro-button{width:100%;left:0;position:absolute;bottom:-2rem}}@media (min-width:1200px){.intro .intro-text{width:45%}}

@media (max-width:992px){.intro .intro-text{padding: 1.5rem;padding-top: 1.5rem;margin-top: 3rem;margin-bottom: 3rem;}}


.btn-primary{background-color:#e6a756;border-color:#e6a756}.btn-primary:active,.btn-primary:focus,.btn-primary:hover{background-color:#df902a;border-color:#df902a}.font-weight-light{font-weight:100!important}

/* Optional Intro CSS Ends */



/* Optional Overview CSS Starts */
.ke-overview{
background: #f3f3f3;
padding: 50px 0px;
}

.ke-overview .media {
  background: #fff;
  -webkit-box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.08);
          box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.08);
  position: relative;
  bottom: 40px;
  margin-bottom: 50px;
}
.ke-overview .media .media-body { padding: 5px; /*30px 10px 25px 10px;*/ }
.ke-overview .media .border-right { border-right: 4px solid #fa5252; }
.ke-overview-member-heading-2 {
  color: #fa5252;
  font-weight: 700;
}




@media (max-width: 480px) {
.ke-overview .media { max-width: 270px; }
  .ke-overview .media .media-object { padding-right: 0; }
  .ke-overview img {
    width: auto;
    height: auto;
  }
.ke-overview .media .border-right { border-right: 0; }
}


/* Optional Overview CSS Ends */

.footer-bg{
      background-color: #141414;
  }







.testimonial {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: rgba(230, 167, 86, 0.9);
}

.testimonial .testimonial-inner {
  position: relative;
  padding: 3rem;
  margin: 0.5rem;
  background-color: rgba(255, 255, 255, 0.85);
}

.testimonial .testimonial-inner:before {
  border-radius: 0.5rem;
  content: '';
  position: absolute;
  top: -0.5rem;
  bottom: -0.5rem;
  left: -0.5rem;
  right: -0.5rem;
  border: 0.25rem solid rgba(255, 255, 255, 0.85);
}



@media (min-width:1200px){
.testimonial{padding-top:5rem;padding-bottom:5rem;background-color:rgba(230,167,86,.9)}.testimonial .testimonial-inner{position:relative;padding:3rem;margin:.5rem;background-color:rgba(255,255,255,.85)}.testimonial .testimonial-inner:before{border-radius:.5rem;content:'';position:absolute;top:-.5rem;bottom:-.5rem;left:-.5rem;right:-.5rem;border:.25rem solid rgba(255,255,255,.85)}

}



/* Custom Css Starts */
p
{
font-size: 16px;
color: #777777;
font-family: 'Dosis', sans-serif;
margin: 0 0 14px
}


/*Dropdown Menu CSS Starts */


.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
	max-height: 300px;
    opacity: 1;
	
 }


.dropdown .dropdown-menu
{
background: #2d2d30/*rgba(230,167,86,.9)*/;
font-size:12px;
font-family:Montserrat, sans-serif;
float:left;
left:0;
right:auto;
 -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    max-height: 0;
    display: block;
    overflow: hidden;
    opacity: 0;
	

}

/*Dropdown Menu Ends */

/* left sidebar starts here*/

.sidebar {
  
  position: fixed;
  left: 0;
  z-index: 9999;
  top: 50%;
  }
  /*
  width: 58px;
  top:55px;
  padding:5px;
  margin:5px;
  box-shadow:0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}


.sidebar .icons{

border: 2px solid #e31837;
    border-radius: 50%;
    color: #e31837;
    font-size: 20px;
    padding: 12px;
    text-align: center;
    text-decoration: none;
    margin-right: 10px;
    background-color: #fff;
	}
	
	
	.popupicons
{
border: 2px solid #e31837;
    border-radius: 50%;
    color: #e31837;
    font-size: 24px;
    padding: 15px;
    text-align: center;
    text-decoration: none;
    margin-right: 10px;
    background-color: #fff;
	}
	
	
	.modal-dialog
	
	{
	
	margin-top:100px;
	}
	
	.modal-content
	{
	background:#414141;
	color:#f9f9f9;
	}

*/

 
 
 
 .icon-bar {
 /* position: fixed;
  top: 50%;*/
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.icon-bar a {
  display: block;
  transition: all 0.3s ease;
 /* text-align: center;
  padding: 10px;
  color: white;
  font-size: 16px;*/
}

.fa:hover {
    opacity: 0.7;
	text-decoration: none;
	color: #ffffff;
}

.fa {
  padding: 10px;
  font-size: 16px;
  /*width: 40px;*/
  text-align: center;
  text-decoration: none;
  /*margin: 5px 2px;*/
}

.facebook {
  background: #3B5998;
  color: white;
}

.map-marker {
  background: #dd4b39;
  color: white;
}

.youtube {
  background: #bb0000;
  color: white;
}

.whatsapp {
  background: #25D366;
  color: white;
}

.video-camera {
  background: #238ae6;
  color: white;
}

/* left sidebar ends here*/

/*manual block css starts*/
.manual-block
{
  background: rgba(255,255,255,.85);
  font-size: 14px;
  font-family: 'Dosis', sans-serif;
  padding: 30px;
  border-left: 4px solid #fa5252;
  border-right: 4px solid #fa5252;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  
}

/*manual block css ends*/


.img-thumbnail
{
border-left: 4px solid #fa5252;
  border-right: 4px solid #fa5252;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;

}


/*social media footer css starts*/

.facebookfooter {
  background: #3B5998;
  color: white;
  padding: 5px;
  
  
}

.map-markerfooter {
  background: #dd4b39;
  color: white;
  padding: 5px;
}

.youtubefooter {
  background: #bb0000;
  color: white;
  padding: 5px;
}

.whatsappfooter {
  background: #25D366;
  color: white;
  padding: 5px;
}

/*social media footer css ends*/

/*Main content starts*/

h1
	{
	font-family: 'Satisfy', sans-serif;
	font-size: 28px;
	font-weight:300;
	color: #ffffff;
	letter-spacing: 3px;
	}
	
	.header-h {
    color: #fffff;
    font-size: 36px;
    font-family: 'Satisfy', sans-serif;
    font-weight: 300;
	letter-spacing: 3px;
	}
	
	.header-p {
    color: #9699a6;
    font-size: 16px;
    }
	
	
	#event{
    background: url("../images/banner-bg.jpg") no-repeat;
	background-size:100%;
	width: 100%;
	-webkit-background-size: cover;
    -moz-background-size: cover;
	-ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
   
}
.left-images img {
    height: 308px;
    width: 100%;
}
.left-images{
    padding: 0px;
}
.details-text {
    border-right: 2px solid #841b2d;
}
.details-text {
    background-color: rgba(14, 4, 4, 0.70);
    border-right: 2px solid #A87F41;
    padding: 10px 10px 20px 20px;
    overflow: auto;
	margin-top: 30px;
}
.content-holder h2 {
    color: #FFB03B;
    font-size: 32px;
    padding-bottom: 15px;
    font-family: 'Satisfy', sans-serif;
}
.content-holder address strong {
    color: #FFB03B;
    padding: 10px 0px;
}
.details-text p {
    color: #E8E8E8;
    line-height: 26px;
    letter-spacing: 1px;
    font-weight: 300;
}
.btn-read-more {
    background: #FFB03B;
    padding: 7px 19px;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    line-height: 17px;
    font-weight: 400;
    letter-spacing: 1px;
    border-radius: 3px;
    color: #000;
    text-transform: uppercase;
    margin-top: 10px;
}
.btn-read-more:hover
{
    color: #000;
}
	
	.bg-color {
    background-color: rgba(0, 0, 0, 0.61);
    min-height: 550px;
}

.section-padding{
    padding: 60px 0px;
}



@media (min-width: 768px) and (max-width: 980px) {
    .content-holder h2 {
        font-size: 23px;
    }
    .details-text p {
        line-height: 16.6px;
    }
}
@media (min-width: 451px) and (max-width: 767px) {
    .details-text {
        border:0px;
        border-bottom: 2px solid #A87F41;
    }
}



@media (min-width: 20px) and (max-width: 450px) {

    .details-text {
        border:0px;
        border-bottom: 2px solid #A87F41;
    }
   
   
}


@media (min-width: 1200px) {
.details-text {
    
	margin-top: 80px;
}

}


/*Main content ends*/



/* footer bar boottom css starts here */

 .footer_bottom {
    background: #eb0f26;
    /*float: left;*/
    width: 100%;
   /* height: auto;*/
    position: fixed;
    /*z-index: 9999;*/
	bottom: 0;
	/*margin-bottom: -28px;*/
}
  ul.lists, ul.lists li {
    float: left;
    padding: 0;
	margin-bottom: 0;
}

ul.lists li {
    color: #fff;
    list-style: outside none none;
    position: relative;
}

ul.lists li a {
    padding: 9px 10px;
    color: #fff;
    border-left: 1px solid #f8464e;
    float: left;
    font-weight: 600;
    font-size: 12px;
}

ul.lists li a:hover {
    background: #2a2521;
	text-decoration: none;
}

.phone, a.con-link {
	vertical-align:top;
	font-weight:600
}
a.con-link {
	background:url("../images/social/hotel-kasauli-exotica-kasauli-solan-himachal-pradesh-book-now.png") no-repeat 6px 4px;
	border:1px solid #ff575f;
	border-radius:2px;
	color:#fff;
	padding:0 6px 0 25px;
	text-decoration:none;
	float:right;
	font-size:12px;
	margin:6px 0 0 5px
}
a.con-link:hover {
	color:#fff;
	border:1px solid #fff
}
.phone {
	font-size:16px;
	line-height:33px;
	margin:0 0 0 30px;
	float:left
}
.phone span {
	font-size:12px
}
.phone, .phone a, .phone a:hover, footer .soc_links a i:hover {
	color:#fff
}
ul.social-right {
	float:right;
	vertical-align:top;
	margin:5px 7px 0 0;
	padding:0
}
ul.social-right li {
	float:left;
	padding:0;
	display:block;
	margin:0
}
ul.social-right li a {
	float:left;
	width:25px;
	height:24px;
	margin-left:3px;
	padding:0;
	display:block;
	-o-border-radius:2px;
	-icab-border-radius:2px;
	-khtml-border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	border:solid 1px #ff575f
}
ul.social-right li a:hover {
	border:solid 1px #fff
}



a:focus, a:hover {
    color: #444;
    outline: 0;
    text-decoration: none;
	transition: 1s;
}



@media (max-width: 767px) {
.footer_bottom {
    
 position: relative;
}
body {
margin-bottom: 0;
}

}


/* footer bar boottom css ends here */



/*scroller on collapsed navbar starts*/

.navbar .navbar-collapse.in { max-height: 80vh !important; overflow-y: scroll !important; overflow-x: hidden !important; }

/*scroller on collapsed navbar ends*/


/* Collapse menu at different viewport starts */


@media (min-width: 768px) and (max-width: 991px) {
	.navbar-nav .open .dropdown-menu {
		position: static;
		float: none;
		width: auto;
		margin-top: 0;
		background-color: transparent;
		border: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
	}
	.navbar-nav .open .dropdown-menu > li > a {
		line-height: 20px;
	}
	.navbar-nav .open .dropdown-menu > li > a,
	.navbar-nav .open .dropdown-menu .dropdown-header {
		padding: 5px 15px 5px 25px;
	}
	.dropdown-menu > li > a {
		display: block;
		padding: 3px 20px;
		clear: both;
		font-weight: normal;
		line-height: 1.42857143;
		color: #333;
		white-space: nowrap;
	}
    .navbar-header {
        float: none;
    }
    .navbar-toggle {
        display: block;
		padding: 10px;
  margin: 25px 15px 25px 0;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        /*margin: 7.5px -15px;*/
		margin: 7.5px 50px 7.5px -15px
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .navbar-text {
        float: none;
        margin: 15px 0;
    }
    /* since 3.1.0 */
    .navbar-collapse.collapse.in { 
        display: block!important;
    }
    .collapsing {
        overflow: hidden!important;
    }
}

/* Collapse menu at different viewport ends */



.hero {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 3;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 1px 1px 0 rgba(0,0,0,.75);
      -webkit-transform: translate3d(-50%,-50%,0);
         -moz-transform: translate3d(-50%,-50%,0);
          -ms-transform: translate3d(-50%,-50%,0);
           -o-transform: translate3d(-50%,-50%,0);
              transform: translate3d(-50%,-50%,0);
}


.modal-dialog
	
	{
	margin-top:70px;
	}

.modal-header {
  
    border-bottom: none;
}


label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 600;
	font-size: 12px;
}

.form-control {
   
    font-size: 12px;
	
	}
   




/* Custom Css Ends */