
@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');

@import url("font-awesome.min.css");
@import url("animate.css");

body{
font-family: 'Poppins', sans-serif;
font-weight: 400;
font-size:12px;
color: #000000;
line-height:1.7;
}

h1, h2, h3, h4, h5, h6{
	line-height:1.3;
	margin:0;
	padding:0;
	letter-spacing: -1px;
	}

button, a{
color: #000000;
text-decoration:none;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}

a:hover{
color: #977438;
text-decoration:none;
}

.btn:focus {
  outline: none;
  box-shadow:none;
}

img{
max-width:100%;
display:block;
}


p:last-child{
	margin:0;
	}

button{
	cursor:pointer;
	}

button:focus {
  outline: none;
  box-shadow:none;
}


.form-control:focus {
    box-shadow:none;
    }
	



.mfp-close {
	background:url(../images/lightbox-icon-close.png) no-Repeat center right !important;
	width:40px !important;
	height:40px !important;
	opacity:1 !important;
	}

.mfp-arrow-left {
	background:url(../images/lightbox-arrow-left.png) no-Repeat center center !important;
	width:11px;
	height:20px;
	left:3% !important;	
	}

.mfp-arrow-right {
	background:url(../images/lightbox-arrow-right.png) no-Repeat center center !important;
	width:11px;
	height:20px;
	right:3% !important;	
	}

.mfp-arrow{
	margin-top:-32px !important;
   	width:35px !important;
    height:35px !important;
	opacity:1 !important;
	}

.mfp-arrow:before, .mfp-arrow:after{
	display:none !important;
	margin-top: 0;
    margin-left: 0;
	}
	
	

.mfp-arrow-left:before, .mfp-arrow-right:before {
	display: none;
	}


img.mfp-img{
	padding:50px 0 !important;
	}

:focus {
	outline:none;
}






/*header styles*/
	
.top-line{
	background:#977438;
	color:#ffffff;
	padding:2px 0 2px 0;
	font-size:11px;
	font-weight:400;
	position:relative;
	display:none;
	}

	
.top-line .top-right{
	position:relative;
	
display: -webkit-box !important;
display: -ms-flexbox !important;
display: flex !important;
-webkit-box-pack: end !important;
-ms-flex-pack: end !important;
justify-content: flex-end !important;
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}
		
.top-line .tel{
	margin:0 10px 0 0;		
	}

.top-line .email{
	}
	
	.top-line .email a{
	color:#fff;
	margin:0 10px 0 0;	
	}
	
	.top-line .email a:hover{
	color:#f2e171;
	}
	
	
.top-line .social{
display: -webkit-box !important;
display: -ms-flexbox !important;
display: flex !important;
}
.top-line .social a{
    color: #eeeeee;
    display: block;
    margin-left:10px;
}
.top-line .social a:hover{
	color:#f2e171;
	}

.top-line .social a:first-child{
    margin-left: 0;
}


	
/*header nav styles*/

.main-header{
	position:relative;
	}


/*nav styles*/

.bg-blue{
	background:#27adcd;
	color:#ffffff !important;
	padding:6px 12px !important;
	margin:5px 0;	
	display:inline-block;
	}
	
	.bg-blue:hover{
	background:#c89949;
	color:#ffffff !important;
	}

.hdr-nav {
  padding: 0; }
  .hdr-nav .navbar-brand {
    padding: 12px 0; }
  		
  .hdr-nav .navbar-nav .nav-item {
    margin: 0 7px;
	}
    .hdr-nav .navbar-nav .nav-item .nav-link {
	padding: 5px 0px;
	color: #333333;
	font-size:12px;
	font-weight: 500;
	text-transform: uppercase; 
	}
	  
    .hdr-nav .navbar-nav .nav-item:hover .nav-link, .hdr-nav .navbar-nav .nav-item.active .nav-link {
      color: #27adcd;
	  }
    .hdr-nav .navbar-nav .nav-item:last-child {
      margin-right: 0px; }


.navbar-light .navbar-toggler {
    background: #27adcd;
    color: #ffffff;
    border: 0;
}
.navbar-toggler {
    border-radius: 0;
    padding: 3px 6px;
    font-size: 1em;
	width:33px;
	height:27px;
}

.navbar-light .navbar-toggler-icon {
    background: url(../images/menu-icon.png) center center no-repeat;
}

.navbar-light .navbar-toggler>.close {
    display:inline;
	padding: 8px 11px 8px 11px;
	opacity:1;
	background: url(../images/menu-close-icon.png) center center no-repeat;
}
.navbar-light .navbar-toggler.collapsed>.close, .navbar-light .navbar-toggler:not(.collapsed)>.navbar-toggler-icon {
    display:none;
}


 @media (min-width: 992px){

.hdr-nav .navbar-nav .nav-item .nav-link {
      padding: 10px 0px;
	  font-size:12px;
	  }


.dropdown-item {
	font-size:12px;
	}
}


 @media (min-width: 1200px){

.hdr-nav .navbar-nav .nav-item .nav-link {
      padding: 12px 0px;
	  font-size:14px;
	  }
	  
 }



/*************/
/* Dropdown*/
/*************/
.navbar-nav .dropdown-toggle::after {
  display: none; }

.navbar-nav .dropdown-menu.b-none {
 	border:1px solid #F2F2F2;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1); }

.navbar-nav {
  font-weight: 400;
  text-transform:uppercase;
   }

.navbar-toggler{
	border:0;
	}

/*******************
Overlay headers and thrid dropdown
******************/
.dropdown-menu li{
	border-bottom:1px solid #F2F2F2;
	}
	.dropdown-menu li:last-child{
	border-bottom:0;
	}


.dropdown-menu{
	border-radius:0;
	padding:0;
	background:#fff;
	color:#072a60;
	}

.dropdown-item {
	padding: 8px 15px;
	font-size:11px;
	font-weight: 500;
	text-transform: uppercase; 
	}
	 
.dropdown-item:focus, .dropdown-item:hover {
  color: #27adcd;
  text-decoration: none;
  background-color: #ffffff;
}

.dropdown-item.active, .dropdown-item:active {
  color: #000;
  text-decoration: none;
  background-color:#f2f2f2;
}  



.dropdown-submenu {
  position: relative; }
  .dropdown-submenu .dropdown-item > .ml-auto {
    position: absolute;
    right: 15px;
    top: 10px; }

.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-left: 0;
  border-radius: 0.25rem;
  display: none; }
  .dropdown-submenu > .dropdown-menu.menu-right {
    left: auto;
    right: 100%; }

.dropdown-submenu.pull-left {
  float: none; }

.dropdown-submenu.pull-left > .dropdown-menu {
  left: -75%; }

.dropdown-menu .divider {
  background-color: rgba(120, 130, 140, 0.13);
  height: 1px;
  margin: 9px 0;
  overflow: hidden; 
  }



@media (min-width: 1024px) {
 
  .hover-dropdown .navbar-nav > .dropdown:hover > .dropdown-menu {
    display: block;
    margin-top: 0px; }

  .navbar-nav > .dropdown .dropdown-menu {
    min-width: 210px;
    margin-top: 0px; }

  .dropdown-submenu:hover > .dropdown-menu {
    display: block; }


 }		


/*hm-slider-sec styles*/

.hm-slider-sec{
	position:relative;
	background:#977438;
	}	

.carousel-control-next, .carousel-control-prev{
	width: auto;

}
.carousel-control-prev{

	}
	
.carousel-control-prev-icon{
	background:#000000 url(../images/slide-previous-icon.png) no-repeat center center;
	}
.carousel-control-next-icon{
	background:#000000 url(../images/slide-next-icon.png) no-repeat center center;
	}
	
.carousel-control-next-icon, .carousel-control-prev-icon{
	width:20px;
	height:20px;
	}
	
		

.carousel-caption-1, .carousel-caption-2, .carousel-caption-3 {
    position: absolute;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
	}
	
.carousel-caption-1 {
    right:10%;
	left:10%;
    top: 50%;
	transform:translateY(-50%);
	text-align:center;
	}
	
.carousel-caption-2 {
    right: 8%;
    top: 50%;
	transform:translateY(-50%);
	}
	
.carousel-caption-3 {
    left: 10%;
    top: 50%;
	transform:translateY(-50%);
	}

.carousel-caption-1 h2, .carousel-caption-2 h2, .carousel-caption-3 h2{
	font-size:14px;
	color:#ffffff;
	line-height:1;
	text-transform:uppercase;
	margin:0 0 10px 0;
	}
	
.carousel-caption-1 h3, .carousel-caption-2 h3, .carousel-caption-3 h3{
	font-size:10px;
	color:#ffffff;
	line-height:1;
	text-transform:uppercase;
	}
	
	.carousel-caption-1 h2 span, .carousel-caption-2 h2 span, .carousel-caption-3 h2 span{
	font-size:36px;
	font-weight:400;
	display:block;
	}
	
.carousel-indicators {
	bottom: 0;
}
.carousel-control.right,
.carousel-control.left {
	background-image: none;
}
.carousel-item {
	height: 100%;
	width:100%; 
}
.carousel-caption h3,
.carousel .icon-container,
.carousel-caption button {
	background-color: #09c;
}
.carousel-caption h3 {
	padding: .5em;
}
.carousel .icon-container {
	display: inline-block;
	font-size: 25px;
	line-height: 25px;
	padding: 1em;
	text-align: center;
	border-radius: 50%;
}
.carousel-caption button {
	border-color: #00bfff;
	margin-top: 1em; 
}

/* Animation delays */

.carousel-caption h1{
	-webkit-animation-delay: 2s;
	        animation-delay: 2s;
}
.carousel-caption h2{
	-webkit-animation-delay: 1s;
	        animation-delay: 1s;
}
.carousel-caption h3:first-child {
	-webkit-animation-delay: 1s;
	        animation-delay: 1s;
}
.carousel-caption h3:nth-child(2) {
	-webkit-animation-delay: 2s;
	        animation-delay: 2s;
}
.carousel-caption button {
	-webkit-animation-delay: 3s;
	        animation-delay: 3s;
}




/*section-header styles*/	

.sec-header h1{
	font-size:24px;
	font-weight:600;
	line-height:1;
	color:#000000;
	text-transform: uppercase;
	letter-spacing:-1px;
	margin:0 0 25px 0;
	padding:0;
	}
	
	.sec-header h1 span{
		font-size:18px;
		font-weight:500;
		color:#977438;
		display:block;
		}
		
.sec-header h1.hdr-w{
	color:#fff;
	}
	
 .sec-header h1.hdr-w span{
	color:#fff;
	}
		
		

.btn-more{
	padding: 6px 20px;
	background:#002831;
	color:#ffffff;
	font-size:12px;
	font-weight:500;
	text-transform:uppercase;
	position:relative;
	margin:0;
	cursor:pointer;
	border-radius:0;
	}
	
	.btn-more:hover{
		background:#137389;
		color:#ffffff;
		}



/*hm-intro styles*/	

.hm-intro-sec{
	position:relative;
	padding:40px 0;
	text-align: center;	
	color:#ffffff;	
	}
	
.hm-intro-sec .intro-bg {
	background:#27adcd;
	}	

.hm-intro-sec .box{
	padding:25px;
	}

.hm-intro-sec .desc{
	margin:0 0 50px 0;
	}


/*hm-facilites styles*/	

.hm-facilites-sec{
	position:relative;
	padding:30px 0 20px 0;
	background:#d8effd url(../images/hm-facilties-bg.jpg) center top;
	background-size:cover;
	text-align:center;
	}


			
.hm-facilites-sec .desc{
	max-width:100%;
	margin:auto;
	margin-bottom:30px;	
	}


.hm-facilites-sec .box{
	position:relative;
	text-align:left;
	margin:0 0 30px 0;
	}

.hm-facilites-sec .box .icon{
	margin:0 0 20px 0;	
	}
	.hm-facilites-sec .box .icon img{
	display: inline-block;
	}
		
.hm-facilites-sec .box h4{
	font-size:14px;
	font-weight:600;
	margin:0 0 10px 0;
	}

.hm-facilites-sec .box .txt{
	}



/*hm-explore styles*/	

.hm-explore-sec{
	position:relative;
	padding:40px 0 75px 0;
	background:#d8effd url(../images/explore-ramakkalmedu-bg.jpg) center top;
	background-size:cover;
	text-align:center;
	}
		
.hm-explore-sec .desc{
	max-width:100%;
	margin:auto;
	margin-bottom:50px;	
	}


/*hm-accomodation styles*/	

.hm-accomodation-sec{
	position:relative;
	padding:40px 0 0 0;
	text-align: center;	
	}
		
.hm-accomodation-sec .desc{
	max-width:100%;
	margin:auto;
	margin-bottom:50px;	
	}

.hm-accomodation-sec .rooms{
	position:relative;
	margin:0 0 40px 0;
	}
	
.hm-accomodation-sec .rooms .image{
	margin:0 0 5px 0;
	}
	
	.hm-accomodation-sec .rooms .image img{
	display:inline-block;
	}
	
.hm-accomodation-sec .rooms h4{
	font-size:15px;
	font-weight:600;
	}


/*hm-gallery styles*/	

.hm-gl-sec{
	position:relative;
	padding:0 0 60px 0;
	text-align: center;	
	color:#ffffff;	
	}
	
.hm-gl-sec .gl-bg {
	background:#c89949;
	}	

.hm-gl-sec .box{
	padding:50px 25px 25px 25px;
	}

.hm-gl-sec .desc{
	margin:0 0 50px 0;	
	}

.hm-gl-sec .carousel-indicators li {
    border-radius: 12px;
    width: 12px;
    height: 12px;
    background-color: #c2c2c2;
	cursor:pointer;
}

.hm-gl-sec .carousel-indicators .active{
	background:#888888;
	}

.hm-gl-sec .carousel-indicators{
	bottom:-40px;
	}
	
	

/*footer styles*/

.footer-sec{
	position:relative;
	background:#191308;
	color:#a39c8d;
	}

.footer-sec .footer-widgets{
	position:relative;
	padding:40px 0 0 0;
	}

.footer-sec .footer-column{
	position:relative;
	margin:0 0 25px 0;
	}
	
.footer-sec .footer-column h4{
	font-size:14px;
	font-weight:600;
	letter-spacing: -1px;
	color:#977438;
	text-transform:uppercase;
	padding:0;
	margin:0 0 15px 0;
	}
	
.footer-sec .footer-column .links{
	margin:0;
	padding:0;
	}
	.footer-sec .footer-column .links li{
	margin:0;
	padding:3px 0;
	list-style:none;
	font-size:12px;
	text-transform:uppercase;
	}
	.footer-sec .footer-column a{
	color:#a39c8d;
	}
	.footer-sec .footer-column a:hover{
	color:#cdc6b6;
	}

.footer-sec .footer-column .txt-one{
	position:relative;
	margin:0 0 15px 0;
	}
	
.footer-sec .footer-column .txt-two{
	position:relative;
	margin:0 0 15px 0;
	}
	
.footer-sec .footer-column .txt-three{
	position:relative;
	margin:0 0 15px 0;
	}

.footer-sec .social{
display: -webkit-box !important;
display: -ms-flexbox !important;
display: flex !important;
}
.footer-sec .social a{
    color: #a39c8d;
    display: block;
    margin-left:10px;
}
.footer-sec .social a:hover{
	color:#cdc6b6;
	}
	
.footer-sec .social a i{
	font-size:18px;
	}

.footer-sec .social a:first-child{
    margin-left: 0;
}


.footer-sec .form-group{
	margin:0 0 10px 0;
	}
	
.footer-sec .form-control{
	padding:8px 10px;
	border:1px solid #2e2410;
	border-radius:0;
	background: none;
	color:#948b76;
	font-size:12px;
	margin:0;
	}
	
		
	
.footer-sec .btn-subscibe{
	background:#241c0c;
	color:#8b7753;
	font-size:13px;
	font-weight:500;
	padding:8px 10px;
	border:0;
	border-radius:0;
	}
	
	.footer-sec .btn-subscibe:hover{
	background:#342914;
	}




.footer-sec .footer-bottom{
	background:#191308;
	padding:20px 0;
	position:relative;
	border-top:1px solid #231b0d;
	}
	
.footer-sec .footer-bottom .copyright{
	position:relative;
	font-size:11px;
	padding:0 0 5px 0;
	text-align:center;
	}
	
.footer-sec .footer-bottom .design{
	text-align:center;
	color:#63563f;
	font-size:10px;
	}
	
	.footer-sec .footer-bottom .design a{
		color:#63563f;
		}
		
	.footer-sec .footer-bottom .design a:hover{
		color:#977438;
		}




.footer-sec form ::-webkit-input-placeholder { /* Chrome */
  color: #a39c8d;
}

.footer-sec form :-ms-input-placeholder { /* IE 10+ */
  color: #a39c8d;
}

.footer-sec form ::-moz-placeholder { /* Firefox 19+ */
  color: #a39c8d;
  opacity: 1;
}

.footer-sec form :-moz-placeholder { /* Firefox 4 - 18 */
  color: #a39c8d;
  opacity: 1;
}


/*sub-banner styles*/
	
.sub-banner-sec{
	position:relative;
	color:#fff;
	height:150px;
	text-align:center;
	z-index: 1;
	}


.bg-about{
	background:url(../images/banner-about.jpg) no-repeat center top;
	background-size:cover;
	}

.bg-facilities{
	background:url(../images/banner-facilities.jpg) no-repeat center top;
	background-size:cover;
	}
	
.bg-photo-gallery{
	background:url(../images/banner-photo-gallery.jpg) no-repeat center top;
	background-size:cover;
	}
	
.bg-video-gallery{
	background:url(../images/banner-video-gallery.jpg) no-repeat center top;
	background-size:cover;
	}
	
.bg-directions{
	background:url(../images/banner-directions.jpg) no-repeat center top;
	background-size:cover;
	}	
		
.bg-contact{
	background:url(../images/banner-contact.jpg) no-repeat center top;
	background-size:cover;
	}
		
.bg-explore-ramakkalmedu{
	background:url(../images/banner-explore-ramakkalmedu.jpg) no-repeat center top;
	background-size:cover;
	}

.bg-explore-idukki{
	background:url(../images/banner-idukki.jpg) no-repeat center top;
	background-size:cover;
	}
	
	
/*about styles*/	

.about-sec{
	position:relative;
	padding:40px 0 0 0;
	}

.about-sec .about-one{
	position:relative;
	}
	
.about-sec .about-one .desc{
	margin:0 0 30px 0;
	}


.about-sec .about-one h3{
	font-size:18px;
	font-weight:600;
	text-transform:uppercase;
	margin:0 0 10px 0;
	}
		
.about-sec .about-one .desc-two{
	font-size:13px;
	font-weight:500;
	color:#86662f;
	padding:20px 0;
	border-top:1px solid #dedede;
	border-bottom:1px solid #dedede;
	margin:0 0 30px 0;
	}	
	
.about-sec .about-one .video{
	margin:0 0 30px 0;
	}
	
.about-sec .about-two{
	position:relative;
	margin:0 0 30px 0;
	}
	
	.about-sec .about-two .image{
		margin:0 0 30px 0;
		}


.about-sec-two{
	position:relative;
	color:#ffffff;
	}
	
.about-sec-two .box-one,
.about-sec-two .box-two{
	position:relative;
	padding:40px 15px;
	width:100%;
	}
	

	
	
.about-sec-two h3{
	font-size:18px;
	font-weight:600;
	text-transform:uppercase;
	margin:0 0 10px 0;
	}	

.about-sec-two .bg-one{
	background:#c89949;
display: -webkit-box !important;
display: -ms-flexbox !important;
display: flex !important;
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.about-sec-two .bg-two{
	background:#27adcd;
display: -webkit-box !important;
display: -ms-flexbox !important;
display: flex !important;
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}




/*facilites styles*/	

.facilites-sec{
	position:relative;
	padding:40px 0 10px 0;
	}


.facilites-sec .fac-one{
	margin:0;
	}
			
.facilites-sec .desc{
	margin-bottom:30px;	
	}


.facilites-sec .box{
	position:relative;
	text-align:left;
	margin:0 0 30px 0;
	}

.facilites-sec .box .icon{
	margin:0 0 15px 0;	
	}
	.facilites-sec .box .icon img{
	display: inline-block;
	}
		
.facilites-sec .box h4{
	font-size:14px;
	font-weight:600;
	margin:0 0 5px 0;
	}

.facilites-sec .box .txt{
	}
	


.facilites-sec .fac-two{
	margin:0 0 40px 0;
	}	
	
.facilites-sec .fac-two h3{
	font-size:20px;
	font-weight:600;
	text-transform:uppercase;
	margin:0 0 10px 0;
	}
	
.facilites-sec .fac-two .desc{
	margin:0 0 20px 0;
	}
	
	
	
.facilites-sec .fac-two .rooms-bg{
	background:#dfd6c6;
	}
	
.facilites-sec .fac-two .rooms{
	position:relative;
	margin:0 0 30px 0;
	}
	
.facilites-sec .fac-two .rooms .bx{
	padding:25px;
	}
	
.facilites-sec .fac-two .rooms .bx h4{
	font-size:16px;
	font-weight:600;
	text-transform:uppercase;
	margin:0 0 10px 0;
	}

.facilites-sec .fac-two .rooms .bx .txt{
	}
	

/*photo-gallery styles*/	

.photo-gallery-sec{
	position:relative;
	padding:40px 0 0 0;
	}
	
.photo-gallery-sec .photo-gl{
	margin:0 0 30px 0;
	}
	
	
	

/*video-gallery styles*/	

.video-gallery-sec{
	position:relative;
	padding:40px 0 0 0;
	}
	
		
	
/*directions styles*/	

.directions-sec{
	position:relative;
	padding:40px 0 0 0;
	}
	
.directions-sec .desc{
	margin-bottom:30px;	
	}



.directions-sec .box{
	position:relative;
	text-align:left;
	margin:0 0 30px 0;
	}

.directions-sec .box .icon{
	margin:0 0 20px 0;	
	}
	.directions-sec .box .icon img{
	display: inline-block;
	}
		
.directions-sec .box h4{
	font-size:16px;
	font-weight:600;
	margin:0 0 10px 0;
	}

.directions-sec .box .txt{
	}




/*contact styles*/

.contact-sec{
	position:relative;
	padding:40px 0;
	}
	
.contact-sec .desc{
	margin:0 0 30px 0;
	}


.contact-sec .contact-box{
	position:relative;
	margin:0;
	}	

.contact-sec .contact{
	position:relative;
	margin:0 0 30px 0;
	float:left;
	width:100%;
	}
	
.contact-sec .contact h5{
	font-size:14px;
	font-weight:600;
	color:#977438;
	text-transform:uppercase;
	margin:0 0 10px 0;	
	}	
	
.contact-sec .contact .txt{
	font-size:12px;
	font-weight:500;
	margin:0 0 5px 0;	
	}	
	
.contact-sec .contact-form{
	position:relative;
	margin:0; 
	}
	
.contact-sec .contact-form .title{
	font-size:12px;
	font-weight:500;
	color:#666666;
	text-transform:uppercase;
	margin:0 0 20px 0;
	}

.contact-sec .contact-form .form-group{
	margin-bottom:20px;
	}
	
.contact-sec .contact-form .form-control{
	padding:14px 20px;
	font-size:12px;
	color:#000000;
	background:none;
	border:1px solid #dadada;
	border-radius:0;
	box-shadow:none;
	}

.contact-sec .contact-form .form-control:focus {
    box-shadow:none;
	background:none;
	border:1px solid #a1d3df;
    }

	
.contact-sec .contact-form .btn-submit{
	padding: 10px 20px;
	background:#27adcd;
	color:#ffffff;
	font-size:12px;
	font-weight:500;
	text-transform:uppercase;	
	position:relative;
	margin:10px 0 0 0;
	cursor:pointer;
	border-radius:0;
	}
	
	.contact-sec .contact-form .btn-submit:hover{
		background:#c89949;
		color:#ffffff;
		}
			
.contact-sec form ::-webkit-input-placeholder { /* Chrome */
  color: #333333;
}

.contact-sec form :-ms-input-placeholder { /* IE 10+ */
  color: #333333;
}

.contact-sec form ::-moz-placeholder { /* Firefox 19+ */
  color: #333333;
  opacity: 1;
}

.contact-sec form :-moz-placeholder { /* Firefox 4 - 18 */
  color: #333333;
  opacity: 1;
}

.form-row{
margin-right: -10px;
margin-left: -10px;
	}
	
.form-row > .col, .form-row > [class*="col-"]{
padding-right: 10px;
padding-left: 10px;
}


.contact-sec .btn-booking{
	padding: 10px 20px;
	background:#c89949;
	color:#ffffff;
	font-size:12px;
	font-weight:500;
	text-transform:uppercase;
	position:relative;
	margin:0 0 25px 0;
	border-radius:0;
	}
	
	.contact-sec .btn-booking:hover{
		background:#27adcd;
		color:#ffffff;
		}



.location-sec{
	position: relative;
	}
	
	
.location-sec .location{
    position: relative;
    width: 100%;
    height: 450px;
	}
	







	
/*explore styles*/	

.explore-sec{
	position:relative;
	padding:40px 0;
	}

.explore-sec .explore-one{
	}
	
.explore-sec .explore-one .desc{
	margin:0 0 15px 0;
	}
	
	
.explore-sec .explore-one .desc-bg{
	font-size:13px;
	font-weight:500;
	line-height:1.4;
	color:#0086a6;
	padding:10px 0;
	border-top:1px solid #dedede;
	border-bottom:1px solid #dedede;
	margin:0 0 15px 0;
	}
	
	
.explore-sec-two{
	position:relative;
	background:#c7e7f4;
	padding:40px 0 10px;
	}	

.explore-sec-two .box{
	margin:0 0 30px 0;
	}
	
.explore-sec-two .box h4{
	font-size:16px;
	font-weight:600;
	color:#0086a6;
	text-transform:uppercase;
	margin:0 0 5px 0;
	}
	
.explore-sec-two .desc{
	}
	
	
.explore-sec-three{
	position:relative;
	padding:40px 0;
	color:#ffffff;
	}
		
.explore-sec-three .info-box .bg-one{
	background:#27adcd;
	}
	
.explore-sec-three .info-box .bg-two{
	background:#c89949;
	}
	
.explore-sec-three .info-box{
	position:relative;
	margin:0 0 30px 0;
	}
	
.explore-sec-three .info-box .bx{
	padding:25px;
	}
	
.explore-sec-three .info-box .bx h4{
	font-size:16px;
	font-weight:600;
	text-transform:uppercase;
	margin:0 0 10px 0;
	}

.explore-sec-three .info-box .bx .txt{
	}


	
.explore-sec-four{
	position:relative;
	background:url(../images/explore-gallery-bg.jpg) center center;
	padding:40px 0 10px 0;
	}
	
.explore-sec-four h2{
	font-size:20px;
	font-weight:600;
	color:#0086a6;
	text-transform:uppercase;
	margin:0 0 10px 0;
	}
	
.explore-sec-four .image{
margin: 0 0 30px 0;
}



/* idukki */

.explore-sec-idukki{
	position:relative;
	padding:40px 0;
	}
	
	
.explore-sec-idukki .desc{
	margin:0 0 15px 0;
	}
	
.explore-sec-idukki h3{
	font-size: 18px;
	font-weight: 600;
	text-transform: uppercase;
	margin: 0 0 10px 0;
	}
			
		
.explore-sec-idukki .info-box .bg-one{
	background:#27adcd;
	}
	
.explore-sec-idukki .info-box .bg-two{
	background:#c89949;
	}
	
.explore-sec-idukki .info-box{
	position:relative;
	color:#ffffff;
	margin:0 0 30px 0;	
	}
	
.explore-sec-idukki .info-box .bx{
	padding:25px;
	}
	
.explore-sec-idukki .info-box .bx h4{
	font-size:16px;
	font-weight:600;
	text-transform:uppercase;
	margin:0 0 10px 0;
	}

.explore-sec-idukki .info-box .bx .txt{
	}
	



/* scroll to top style */

.cd-nugget-info {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 50px;
  line-height: 50px;
  top: 0;
  left: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.cd-nugget-info a {
  position: relative;
  font-size: 14px;
  color: #e86256;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}
.cd-nugget-info a:hover {
  opacity: .8;
}
.cd-nugget-info span {
  vertical-align: middle;
  display: inline-block;
}
.cd-nugget-info span svg {
  display: block;
}
.cd-nugget-info .cd-nugget-info-arrow {
  fill: #e86256;
}


.cd-top {
  display: inline-block;
  height: 25px;
  width: 25px;
  position: fixed;
  bottom: 10px;
  right: 10px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: rgba(200, 153, 73, 0.8) url(../images/top-arrow.png) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s, background-color .3s 0s;
  transition: opacity .3s 0s, visibility 0s .3s, background-color .3s 0s;
}

.cd-top.cd-top--show,
.cd-top.cd-top--fade-out,
.cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s, background-color .3s 0s;
  transition: opacity .3s 0s, visibility 0s 0s, background-color .3s 0s;
}

.cd-top.cd-top--show {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}

.cd-top.cd-top--fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: 1;
}

.cd-top:hover {
  background-color: #c89949;
  opacity: 1;
}

@media only screen and (min-width: 768px) {
  .cd-top {
    right: 10px;
    bottom: 10px;
  }
}

@media only screen and (min-width: 1024px) {
  .cd-top {
    height: 30px;
    width: 30px;
    right: 20px;
    bottom: 20px;
  }
}