@font-face {
  font-family: "Trajan Pro";
  src: url("../fonts/Trajan Pro Regular.ttf");
}

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;


}

body {
  font-family: "Trajan Pro", serif;
   overflow-x: hidden;
}



.top-header{
	background: #003049;
	height: 64px;
}

.contact{
	height: inherit;
}

.contact a{
	padding: 15px 0 15px 0;
	color: white;
	text-decoration: none;
	margin: 5px 0 0 0;
	font-size: 14px;
}

.contact .booking{
	margin: 15px 10px 15px 10px;
    border-radius: 50%;
    border-color: white;
    padding: 0.8rem 1.1rem;
    background: transparent;
    border: 2px solid white;
}

.contact .login{
	background-color: #c92d2d;
    padding: 0.3rem 2rem;
    border: 2px solid #c92d2d;
    border-radius: 3px;
    color: #fff;    
    margin: 15px 30px 15px 0;

}

.tapas-navbar{
	border-radius: 0;
	background:#f48c1d;
	border: 0;
	font-size: 16px;
	padding: 5px;
	text-transform: uppercase;
	margin-bottom: 0;

}


.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover{
	background: transparent;
	color: #333;

}

.navbar-default .navbar-collapse, .navbar-default .navbar-form{
	border-color: #f48c1d;
}

.navbar-default .navbar-nav>li>a{
	color: white;
}

@media screen and (min-width: 768px) {
	.navbar-nav{
		float: none;
		text-align: center;

	}	

	.navbar-nav li{
		display: inline-block;
		float: none;

	}	

}

img.carousel-img{
	width:100%; 
	height: 448px; 
	object-fit: cover;
}

.carousel-indicators li{
	border-radius: 0;
	width: 30px;
	background: white;
	height: 3px;
	margin: 0;
	background: gray;
	border: 0;
}
.carousel-indicators li.active{
	border-radius: 0;
	width: 30px;
	background: white;
	height: 3px;
}

.main-carousel .carousel-caption{
	bottom: 15rem;
}

.carousel-caption h3{
	font-size: 4rem;
}

.carousel-caption p{
	font-size: 1.8rem;	
}

.search-form{
	background: #f48c1d;
	padding: 1em;
}

.btn.availablility-check{
     margin: 20px 0 20px 0;
     width: 100%;
}

.search-form  .container-fluid  .form-group  .form-control{
	height: 30px;

}

.m-r-40{
	margin-right: 40px;
}

.about-section .section-header{
	color: #f48c1d;

}

.about-section .content{
	margin: 3em 0 3em 0;


}

.about-section .content .section-body{
	margin: 0 4em 0 4em;
}
.about-section .content .section-body p{
    font-family: 'Poppins', sans-serif;
    font-size: 1.8rem;
    line-height: 1.5em;
    text-align: center;	
    margin: 2em 0 2em 0;
}



.view-about-btn button{
	padding: 0.7em;
    border-radius: 2px;
    border: 1px solid white;
}

.section-header h2{
	font-size: 2.7rem;
}

.section-header h3{
	position: relative;
}

.about-section .section-header h3:before,
.about-section .section-header h3:after{
  background-color: #f48c1d;
  content: "";
  display: inline-block;
  height: 2px;
  position: relative;
  vertical-align: middle;
  width: 50px;

}

.about-section .section-header h3:before {
  right: 0em;
  margin-left: -50%;
}

.about-section .section-header h3:after {
  left: 0em;
  margin-right: -50%;
}

.service-section{
	background: #003049;
}
.service-section .content{
	margin: 2em 0 2em 0;
	color: white;
}

.service-section .section-header h3:before,
.service-section .section-header h3:after{
  background-color: white;
  content: "";
  display: inline-block;
  height: 2px;
  position: relative;
  vertical-align: middle;
  width: 50px;

}

.service-section .section-header h3:before {
  right: 0em;
  margin-left: -50%;
}

.service-section .section-header h3:after {
  left: 0em;
  margin-right: -50%;
}

.service-section .content .section-body{
	margin: 2em 1em 2em 1em;
}

.icon-box{
    border-radius: 50%;
    font-size: 2rem;
    color: #fff;
    line-height: 115px;
    text-align: center;
    background: #f48c1d;
    height: 100px;
    width: 100px;
	margin: 0 auto;
	overflow: hidden;
}


@media screen and (max-width: 360px) {
	*,
	*::before,
	*::after {
	  margin: 0;
	  padding: 0;
	  box-sizing: border-box;
	  overflow-x: hidden;: 

	}
}

.service-section .content .section-body p{
    font-size: 1.8rem;
    text-align: center;
    margin-top: 2em;
 
}

.gallery-section{
	background: #ebebeb;	
}

.gallery-section .content{
	margin: 4em 0 4em 0;
	color: #003049;
}

.gallery-section .section-header h3:before,
.gallery-section .section-header h3:after{
  background-color: #003049;
  content: "";
  display: inline-block;
  height: 2px;
  position: relative;
  vertical-align: middle;
  width: 50px;

}

.gallery-section .section-header h3:before {
  right: 0;
  margin-left: -50%;
}

.gallery-section .section-header h3:after {
  left: 0;
  margin-right: -50%;

}

.m-b-20{
	margin-bottom: 20px;
}

#myCarouselGallery .carousel-control.left{
	background-image: none !important;

}
#myCarouselGallery .carousel-control.right{
	background-image: none !important;

}

.gallery-section .content .section-body{
	margin: 3em;
}

.footer-section{
	background: #00263a;
	color: white;
}

.footer-section a{
	color: white;
	text-decoration: none;
}

.p-t-b-05em{
	padding: 0.5em 0 0.5em 0;
}

.border{
	border-bottom: 2px solid white;
}

.copyright{
	margin:2em 0 2em 0;
}


.m-b-12{
	margin-bottom: 20px;
}

.room-section .content{
	margin: 4em 0 4em 0;
	color: #003049;
}

.room-section .section-header h3:before,
.room-section .section-header h3:after{
  background-color: #003049;
  content: "";
  display: inline-block;
  height: 2px;
  position: relative;
  vertical-align: middle;
  width: 50px;

}
.room-section .section-header h3:before {
  right: 0;
  margin-left: -50%;
}

.room-section .section-header h3:after {
  left: 0;
  margin-right: -50%;

}


.room-section .content .section-body{
	margin: 2em 0 2em 0;
}


.room-gallery.room-section .section-body{
	margin: 3em;
}
/*.content.nearest-attraction{
	margin: 0 4em 0 4em;
}*/

div.n-a-tab li a{
	font-size: 2rem;
	border-radius: 0;

}

.nearest-attraction-tab.tab-pane h3{
	font-size: 1.5rem;
	text-transform: uppercase;
	line-height: 3rem;
	text-align: center;
}

.n-a-tab{
	height: 400px;
	background: white;

}



/*Rahul*/

/*.room__main--photo-fig {
  width:100%;
  height:100px;
}*/

.room__main--photo-img {
	width:100%;
	height: 448px;
}

.room__main--title h1 {
  position:absolute;
 /* z-index:-5;*/
  top:50%;
  left:43%;
  color: white;
}

.thumbnail {
  /*padding: 50px;
  background-color: green;*/
  transition: transform .2s; /* Animation */
  /*width: 200px;
  height: 200px;
  margin: 0 auto;*/
}

.thumbnail:hover {
	position: relative;
	z-index: 2;
    transform: scale(1.2); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}

.thumbnail1 {
   transition: transform .2s; /* Animation */
}

.thumbnail1:hover {
	position: relative;
	z-index: 2;
  	transform: scale(1.1); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}

@media screen and (max-width: 600px) {
	.thumbnail1 {
   		transition: transform .2s; /* Animation */
   		margin-bottom:10px;
 }
}

}

p.room-description{
	font-size: 2rem;
    line-height: 1.5em;
    text-align: center;

}

.room-description .section-body p{
	font-size: 1.8rem;
    text-align: center;
    line-height: 3.1rem;
    padding: 2em;
}

/*.row.about-form{
	height: 400px;
}*/

.amenity-card{
	background: white;
    height: 80px;
    width: 100%;
    margin-bottom:2.5rem;
    overflow: hidden;

}



.room-description .content .section-body{
	margin: 4em 0 4em 0
}

.amenity-card .icon{
	padding: 20px;
	float: left;
}

.amenity-card .title{
	padding: 25px;
	
}

.room-section.amenity-description{
	background: #d6d6d6;
}

.card-box{
	background: #f48c1d;
    margin: 10px 0 10px 0;
    border-radius: 3px;
}

.title-box h4{
	padding: 2rem;
    font-size: 1.7rem;
}

.icon-box-contact{
	padding: 20px;
}

.about-section .content .section-body p.about-page{
	text-align: left;
    justify-content: center;
  
    line-height: 3rem;
}

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover{
	background: #f48c1d;
}

.navbar-nav>li>.dropdown-menu{
	background: #f48c1d;
}

.dropdown-menu>li>a{
	color: white;
}

.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover{
	color: black;
	background: transparent;
}

li.dropdown > ul > li{
	margin: 5px 0 5px 0;

}

@media (max-width: 767px){
	.navbar-default .navbar-nav .open .dropdown-menu>li>a {
    color: white;
	}
}

/*.about-section.pashupatinath .content .section-body{
	margin: 4em;
}*/

.puja-rates{
	margin: 3em 0 3em 0;
	overflow: auto;
}

.pashupatinath-header{
	margin-bottom: 1em 0 1em 0;
}

.pashupatinath-img{
	height: 300px;
	width: 100%;
}

p#services-paragraph{
	font-size: 1.6rem;
}

.row.services-blocks{
	margin: 4em 0 4em 0;
	border-bottom: 2px solid #f48c1d;
}

h1.services-main-headings{
	margin-top: 0
}

img.services-main-images{
	height: 342px;
	width: 100%;
	padding: 10px 0 10px 0;

}

.col-bottom-gap#other-services{
	padding: 15px;
}

#other-services img{
	height: 215px;
	width: 100%;
}


.overlay {
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  background-color: #003049;
  overflow: hidden;
  width: 100%;
  height:0;
  transition: .5s ease;
}
.block {
  margin-bottom:15px;
}
.block:hover .overlay {
  bottom: 0;
  height: 100%;
  opacity:0.7;
  width:100%;
}
.services-overlay-text {
  color: white;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  opacity:1;
}


div.logo img{
	height: 124px;
	width: 120px;
	position: absolute;
	z-index: 999999999999999;
	/*background: linear-gradient(to bottom, rgba(255,0,0,0), rgb(0, 48, 73)),
	            linear-gradient(to right, rgba(255,0,0,0), rgb(244, 140, 29))*/
}

.home-contact{
	margin-top: 3.5em;
}

.call-numbers-mobile{
	float: right;
    margin-right: 10px;
    font-size: 12px;
    color: white;
    margin-top: 1.3rem;;
}