body 
{
   font-family: 'Outfit', sans-serif;
   font-family: 'Rubik', sans-serif;
   
    overflow: auto;
    width: 100%;
    height: auto;
}

html {
    scroll-behavior: smooth;
    height: auto;
}


h1,h2,h3,h4,h5,h6,p,ul,li
{
    margin:0px;
    padding:0px;
    padding:0px;
  
}

.top_header
{
	background: #a57a19;
	height: 35px;
}

.top_list li
{
	display: inline-block;
	line-height: 35px;
	font-size: 13px;
}

.top_list li a:hover
{
	text-decoration: none;
}

.lbt
{
	background: #825e0c;
	height: 35px;
	padding-left: 10px;
	padding-right: 10px;
}


.top_list li
{
	color: #fff;
}

.top_list li a
{
	color: #f2f2f2;
}

.top_list li a i
{
	padding-right: 5px;
}

.carousel-caption {
    position: absolute;
    top: 30%;
    left: 12%;
}

.carousel-caption h1 {
    text-align: left;
    font-size: 45px;
    font-weight: bolder;
    color: #fff;
    font-family: 'Poppins', sans-serif;
	text-shadow: 2px 2px 2px rgba(0,0,0,0.6);
}

.carousel-caption p {
    text-align: left;
    font-size: 20px;
    color: #fff;
    font-family: 'Poppins', sans-serif;
	text-shadow: 2px 2px 2px rgba(0,0,0,0.6);
}

.header {
   -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
}



.navbar-brand img {
    padding-top: 14px;
	width: 12%;
	margin-top: -10px;
    font-family: 'Poppins', sans-serif;
}



.navbar-nav {
    font-family: 'Poppins', sans-serif;
}

.navbar-nav li a 
{
    color: #000;
    font-size: 13px;
	font-weight: 600;
}

.navbar-nav .dropdown .dropdown-menu 
{
    border: none;
    padding: 0px;
    margin:0px;
    border-radius: 0px;
    line-height: 25px;
    background: #ffaa00;
    border-radius:20px;
}

.navbar-nav .dropdown .dropdown-menu  .dropdown-item:first-child
{
    border-radius:20px 20px 0px 0px;
}

.navbar-nav .dropdown .dropdown-menu  .dropdown-item:last-child
{
    border-radius:0px 0px 20px 20px;
}

.navbar-nav .dropdown .dropdown-menu  .dropdown-item
{
    border-bottom:1px dashed #d79104;
    font-weight:400;
    color:#000;
}


.navbar-nav .dropdown .dropdown-menu .dropdown-item:hover 
{
     background: #fabc3f;
     color:#000;
}


.down_arrow
{
	width:40px;
	height:40px;
	position:absolute;
	bottom:100px;
	z-index:10000000000000;
	left:50%;
	font-size:50px;
	color:#fff;
	cursor:pointer;
	transform:translate(-50%);
	animation: mover 1s infinite  alternate;
}

.down_arrow a i {
    color: #fff;
}

@-webkit-keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-10px); }
}
@keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-10px); }
}


.pd-60
{
	padding: 60px;
}

.single-feature {
    position: absolute;
    bottom: -50px;
}


.heading h1
{
	font-size: 35px;
	margin: 0px auto;
	
}

.devider
{
	width: 200px;
	height: 3px;
	background: #000;
	margin: 0px auto;
}

.heading h3
{
	font-size: 20px;
}

.sticky
{
    position: fixed;
    top: 0;
    height:120px;
    background: #fff;
    width: 100%;
    z-index: 1000000000000;   
}


.accommodation
{
	padding: 80px;
	background:#f4f4f4;
}

.accomo_img
{
	width: 100%;
	background: #fff;
	padding: 10px;
}

.accomo_detail
{
	padding: 15px;
	background: #fff;
}

.accomo_detail h1
{
	font-size: 30px;
}

.accomo_detail p
{
	font-size: 14px;
}

.accomo_detail ul
{
	list-style: none;
	margin-top: 20px;
}

.accomo_detail ul li
{
	line-height: 30px;
}

.accomo_detail ul li img
{
	width: 18px;
	height: 18px;
}

.photo_gallery
{
	padding: 80px;
}


@media only screen and (max-width: 767px) 
{
	.eml{display: none;}
	.pd-60 {padding: 50px 0px;}
	.about p {font-size: 14px;} 
	.about h1 {font-size: 25px;}
	.about h3 {font-size: 16px;}
	.navbar-toggler{background: #000b4b;}
	.navbar-toggler i {color: #fff; text-align: center; vertical-align: middle; margin-top: 5px;}
	.navbar-brand {width: 50%;}
	.navbar-brand img {width: 65%;}
	.top_list li {font-size: 12px;}
	.heading {text-align: center;}
	.accommodation {padding: 40px 0px;}
	.heading h1 {font-size: 25px;}
	.photo_gallery {padding: 50px 20px;}
	
	
	
	.sticky
    {
      position: fixed;
      top: 0;
      height:90px;
      background: #fff;
      width: 100%;
      z-index: 1000000000000;   
   }

}






/*Footer*/
.footer-top {
    width: 100%;
    height: 5px;
    background: url(../images/colorfull-row.jpg);
    font-family: 'Poppins', sans-serif;
}

/* 1.13 Footer */

.h1-footer {
    background: #a57a19;
    border-top: 1px solid #3093c0;
    font-family: 'Poppins', sans-serif;
}

.h1-footer-top-area {
    padding: 60px 0 13px;
}

.h1fta-widget {
    margin: 0 0 30px;
}

    .h1fta-widget .title {
        font-size: 15px;
        line-height: 22px;
        color: #fff;
        margin: 0 0 30px;
        text-transform: uppercase;
        font-family: 'Poppins', sans-serif;
    }

.h1ftaw-info .f1logo {
    margin: 0 0 23px;
}

.h1ftaw-info .text {
    margin-top: 20px;
    color: #ccc;
	font-size: 13px;
}

.h1ftaw-info .more {
    display: inline-block;
    font-size: 16px;
    letter-spacing: 0;
    color: #fff;
    line-height: 22px;
	margin-top: 20px;
}

    .h1ftaw-info .more span {
        font-size: 14px;
        -webkit-transition: all 0.5s ease 0s;
        transition: all 0.5s ease 0s;
    }

    .h1ftaw-info .more:hover span {
        margin-left: 6px;
    }

.h1ftaw-link .links {
    list-style: outside none none;
    padding: 0;
}

    .h1ftaw-link .links li {
        display: block;
        margin: 0 0 1px;
        font-size: 13px;
        color: #fff;
    }

        .h1ftaw-link .links li a {
            display: block;
            font-size: 13px;
            letter-spacing: 0;
            color: #fff;
            font-weight:300;
            line-height: 25px;
        }

            .h1ftaw-link .links li a:hover {
                color: #f2f2f2;text-decoration: none;
            }

.h1ftaw-contact .contact {
    list-style: outside none none;
    padding: 0;
}

    .h1ftaw-contact .contact li {
        margin: 0 0 5px;
        font-weight: 300;
    }

        .h1ftaw-contact .contact li a {
            font-weight: 300;
        }

        .h1ftaw-contact .contact li,
        .h1ftaw-contact .contact li a {
            color: #fff;
            display: block;
            font-size: 13px;
            letter-spacing: 0;
            line-height: 22px;
        }

.h1ftaw-subscribe .footer-subscribe-box {
    margin: 0 0 29px;
    position: relative;
}

    .h1ftaw-subscribe .footer-subscribe-box input[type="text"] {
        background: transparent none repeat scroll 0 0;
        border: 1px solid #e0e5e6;
        height: 50px;
        letter-spacing: 0;
        padding: 0 90px 0 10px;
        width: 100%;
    }


.h1-footer-bottom-area {
    padding: 7px 0;
	background: #825e0c;
}

.h1fba-left .copyright,
.h1fba-left .copyright a {
    font-size: 13px;
    font-weight: 500;
    line-height: 25px;
    color:#fff;
}

    .h1fba-left .copyright a {
        color: #fff;
    }

.h1fba-right {
    text-align: right;
	font-size: 13px;
}

.h1fba-right a
{
	color: #fff;
}

.modal
{
	z-index: 100000000000000;
}


.modal-dialog {
  min-height: calc(100vh - 60px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: auto;
  @media(max-width: 768px) {
    min-height: calc(100vh - 20px);
  }
}

.datepicker table tr td, .datepicker table tr th {
    text-align: center;
    width: 30px;
    height: 30px;
    border-radius: 4px;
    border: none;
    font-size: 12px !important;
}

.form-group {margin-bottom: 10px !important;}

.modal-body .form-control
{
	
    height: 35px;
    border-radius: 0px !important;
    font-size: 12px;
    margin: 3px;
    border: none;
    -webkit-box-shadow: 0px 0px 12px 1px rgba(235,235,235,1);
    -moz-box-shadow: 0px 0px 12px 1px rgba(235,235,235,1);
    box-shadow: 0px 0px 12px 1px rgba(235,235,235,1);
}



.page_banner
{
	position: relative;
	z-index: 1000;
}

.overlay_effect
{
	position: relative;
	background:rgba(79,8,43,0.5);
	height: 220px;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	z-index: 1000;
}

.b1
{
	background:url("../IMG/Banner.jpg");
	background-size: cover;
}


.b2
{
	background: url("../img/Banner1.jpg");
	background-size: cover;
}

.pager_banner_inner{position: absolute; top: 0; z-index: 1001; width: 100%; top: 50%; left: 50%; transform: translate(-50%,-50%)}
.pager_banner_inner h1{color: #fff; font-weight: 600;}
.pager_banner_inner {text-align: center;}
.pager_banner_inner ul{list-style: none;}
.pager_banner_inner ul li{display: inline-block; font-size: 13px; color: #fff;}
.pager_banner_inner ul li a {color: #fff;}




.otherpages
{
	padding:70px;
}

.about_varanasi {
    -webkit-box-shadow: 0px 0px 12px 1px rgb(235 235 235);
    -moz-box-shadow: 0px 0px 12px 1px rgba(235,235,235,1);
    box-shadow: 0px 0px 12px 1px rgb(235 235 235);
    margin-top: 15px;
    padding: 10px;
}

.about_left p
{
	font-size: 13px;
	color: #000;
	margin-left: 0px;
}

.about_right img
{
	border-radius: 20px;
}


.rooms_detail
{
	padding: 70px;
}

.rooms_slider
{
	background: #ffffff;
	padding: 10px;
	-webkit-box-shadow: 0px 0px 5px -1px rgba(199,199,199,1);
-moz-box-shadow: 0px 0px 5px -1px rgba(199,199,199,1);
box-shadow: 0px 0px 5px -1px rgba(199,199,199,1);
}

#custCarousel .carousel-indicators
{
	margin-top: 5px !important;
}


@media only screen and (max-width: 600px) 
{
	
	
  .navbar-brand img {
    padding-top: 14px;
	width: 30%;
	margin-top: -10px;
    font-family: 'Poppins', sans-serif;
}	
	
  .otherpages
  {
	padding: 30px;
  }
	
  .rooms_detail
	{
		padding: 70px 0px;
	}
}

.datepicker {
    border-radius: 4px;
    direction: ltr;
    background: #fff !important;
}

.hotel-detail
{
	padding: 20px;
	-webkit-box-shadow: 0px 0px 16px 1px rgba(247,247,247,1);
-moz-box-shadow: 0px 0px 16px 1px rgba(247,247,247,1);
box-shadow: 0px 0px 16px 1px rgba(247,247,247,1);

}

.hotel-detail h1
{
	font-size: 22px;
	padding-bottom: 10px;
	color: #4f082b;
	font-weight: 600;
}

.hotel_room_description h2
{
	font-size: 18px;
	font-weight: 600;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #4f082b;
}

.hotel_room_description h2:after {
    content: '';
    display: inline-block;
    width: 60px;
    height: 2px;
    background:#4f082b;
    margin-left: 5px;
    vertical-align: bottom;
    position: relative;
    bottom: 5px;
}



.carousel-inner img {
      width: 100%;
      height: 100%;
  }

#custCarousel .carousel-indicators {
    position: static;
    margin-top:20px;
}

#custCarousel .carousel-indicators > li {
  width:100px;
}

 #custCarousel .carousel-indicators li img {
    display: block;
    opacity: 0.5;
 }

  #custCarousel .carousel-indicators li.active img {
    opacity: 1;
  }

  #custCarousel .carousel-indicators li:hover img {
    opacity: 0.75;
  }

  .carousel-item img{

    width:100%;
  }

.details
{
	list-style: none;
}

.details li img
{
	width: 20px;
	height: 20px;
}

.details li
{
	line-height: 20px;
	margin-top: 5px;
	padding: 5px;
}

.details li span
{
	margin-left: 10px;
}




/** CONTACT DEtAILS AREA START **/
.contact-details {
    padding: 20px;
    background: #4f082b;
}

.contact-body hr {
    margin: 50px 0;
}

.contact-body h1 {
    font-size: 30px;
}

.contact-details .media .media-left i {
    width: 50px;
    font-size: 24px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    color: #ffffff;
    text-align: center;
}

.contact-details .media .media-left {
    padding-right: 30px;
}

.contact-details .media .media-body h4 {
    color: #cccccc;
    letter-spacing: 1px;
    font-weight: 600;
    font-size: 14px;
    font-style: normal;
    margin: 0 0 10px;
}

.opening-hours {
    padding: 25px;
    background: #efefef;
}

.opening-hours .list-style-none {
    margin: 0;
    padding: 0;
}

.opening-hours .list-style-none li {
    list-style: none;
    line-height: 25px;
    color: #5a5959;
}

.opening-hours strong {
    width: 100px;
    display: inline-block;
    color: #363636;
    font-weight: 600;
}

.contact-details .media .media-body p {
    color: #cccccc;
    font-size: 13px;
    letter-spacing: 0.52px;
    line-height: 20px;
	margin-left: 0px;
}

.contact-details .media .media-body p a {
    text-decoration: none;
    color: #cccccc;
}

.contact-details .media .media-body p {
    margin-bottom: 5px;
}

.contact-details .media {
    margin: 0 0 30px;
}

.contact-form .input-text {
    width: 100%;
    padding: 10px 17px;
    font-size: 13px;
    outline: none;
    color: #cccccc;
    height: 40px;
    border: 1px solid #efefef;
    background: #efefef;
    border-radius: 0;
}

.contact-form textarea {
    min-height: 210px;
}

.contact-box .button-theme {
    float: right;
}

.contact-map {
    height: 250px !important;
}

.contact-map-content .map-content {
    width: 250px;
}

.mymap
{
	width: 100%;
	height: 300px;
	background: #f2f2f2;
	margin-top: 10px;
	padding: 30px;
}


.img_shadow1
{
	border:3px solid #f2f2f2;
	margin-top: 20px;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(189,189,189,1);
-moz-box-shadow: 0px 0px 5px 0px rgba(189,189,189,1);
box-shadow: 0px 0px 5px 0px rgba(189,189,189,1);
}


.btn-success
{
	background: #a57a19;
	border:none;
}