@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900');

@font-face {
    font-family: 'hagin_caps_mediumregular';
    src: url('../fonts/hagin_caps_medium-webfont.woff2') format('woff2'),
         url('../fonts/hagin_caps_medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

body{
    font-family: 'hagin_caps_mediumregular';
}

.container{
    max-width: 1200px;
}

.common-padding{
    padding: 90px 0;
}

.common-heading-size {
    font-size: 36px;
    font-family: 'hagin_caps_mediumregular';
}


/* header start */
.navigation-wrapper{
    position: relative;
    font-family: 'Roboto', sans-serif;
    background-color: #fff;
}
.navigation-wrapper .navbar-brand{
    position: absolute;
    background-color: #fff;
    padding: 20px;
}
.navigation-wrapper button{
    position: absolute;
    top: 45px;
    right: 35px;
    cursor: pointer;
}
.navigation-wrapper button span{
    display: block;
    width: 20px;
    border: 1px solid #1b2552;
    margin-bottom: 4px;
    outline: none;
}
.navigation-wrapper button:focus,
.navigation-wrapper button:hover,
.navigation-wrapper button{
    outline: none;
    border: none;
}
.contact-nav,
.custom-nav{
    display: flex;
    justify-content: center;
}
.contact-nav ul.nav-list,
.custom-nav ul.nav-list{
    width: 100%;
    list-style: none;
    padding-left: 0;
    display: flex;
    justify-content: flex-end;
    max-width: 1170px;
    margin-bottom: 0;
}

.contact-nav li.nav-item,
.custom-nav li.nav-item{
    display: inline-block;
}
.contact-nav li.nav-item{

}
.custom-nav li.nav-item{
    
}
.contact-nav li.nav-item,
.custom-nav li.nav-item{
    display: inline-block;
}
.contact-nav a.nav-link,
.custom-nav a.nav-link{
    font-family: 'Roboto', sans-serif;
    color:#fff;
    font-size: 14px;
}
.custom-nav a.nav-link{
    text-transform: uppercase;
    padding: 20px 32px;
    position: relative;    
}
.contact-nav a.nav-link{
    text-transform: none;
    padding: 12px 21px;
}
.contact-nav li.nav-item:last-child a.nav-link,
.custom-nav li.nav-item:last-child a.nav-link{
    padding-right: 15px;
}
.custom-nav{
    background-color: #1b2552;
}
.contact-nav{
    background-color: #967a51;
}
.custom-nav li.nav-item a.nav-link::after{
    content: ' ';
    position: relative;
    width: 0;
    text-align: center;
    margin: auto;
    display: block;
    border-bottom: 1px solid #967a51; 
    bottom: -5px;
    transition: width 0.3s ease;
}
.custom-nav li.nav-item a.nav-link:hover::after,
.custom-nav li.nav-item.active a.nav-link::after{
    width: 100%;
}
.contact-nav ion-icon{
    font-size: 18px;
    vertical-align: middle;
    height: 20px;
    font-weight: 500;
    margin-right: 5px;
}
/* header end */

/* banner start */
.carousel-fade .carousel-item {
    opacity: 0;
    transition-duration: .6s;
    transition-property: opacity;
}

.carousel-fade  .carousel-item.active,
.carousel-fade  .carousel-item-next.carousel-item-left,
.carousel-fade  .carousel-item-prev.carousel-item-right {
    opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade  .active.carousel-item-right {
    opacity: 0;
}

.carousel-fade  .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade  .active.carousel-item-prev {
    transform: translateX(0);
    transform: translate3d(0, 0, 0);
}
   
   
.banner-wrapper .overlay{
    background-color:  #000;
    opacity: 0.35;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
}  
.banner-wrapper .carousel-caption{
    top: 50%;
    transform: translateY(-50%);
    height: auto;
    bottom: unset;
    z-index: 2;
}
.banner-wrapper .carousel-caption{
    text-transform: uppercase;
}
.banner-wrapper .carousel-caption h4{
    font-family: 'hagin_caps_mediumregular';
    font-size: 45px;
    font-weight: 400;
    color: #daba75;
    margin-bottom: 0;
    letter-spacing: 0.5px;
}
.banner-wrapper .carousel-caption h3,
.banner-contact-page-wrapper .heading h3{
    font-family: 'hagin_caps_mediumregular';
    font-size: 64px;
    font-weight: 400;
    letter-spacing: 0.5px;
    margin-bottom: 0;
    color: #fff;
}

/* banner start  end */

/* book-room-form-wrapper Start */

.book-room-form-wrapper {
    position: relative;
    margin-top: -60px;
    z-index: 99;
}
.book-room-form-wrapper .book-room-form {
    
    background-color: #1b2552;
    padding: 37px 30px 30px;
}

.book-room-form-wrapper h2 {
    font-size: 24px ;
    text-align: center;
    text-transform: uppercase;
    font-weight: 400;
    margin-bottom: 0;
}

.book-room-form-wrapper h2.background {
    position: relative;
    z-index: 1;
}
.book-room-form-wrapper h2.background::before {
    border-top: 1px solid #979797;
    content:"";
    margin: 0 auto; 
    position: absolute; 
    top: 50%; left: 0; right: 0; bottom: 0;
    width: 100%;
    z-index: -1;
    opacity: 0.2;
}
.book-room-form-wrapper h2.background span { 
    background: #1b2552; 
    padding: 0 15px; 
    color: #fff;
}

.form-wrapper{
    margin-top: 21px;
}
.form-wrapper .form-row,
.form-wrapper .form-group{
    margin-bottom: 0;   
}

.form-wrapper .form-group .form-icons{
    position: absolute;
    top: 10px;
    right: 15px;
    color: #fff;
    opacity: 0.6;
    font-size: 18px;
    font-weight: 500;
}

.book-room-form-wrapper .form-wrapper select,
.book-room-form-wrapper .form-wrapper input{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #2b3e84;
    border: none;
    border-radius: 0;
    font-family: 'Roboto', sans-serif;
    outline: none;
    color: rgba(255, 255,255, 0.6);
    padding: 7px 10px;
    overflow: hidden;
    font-weight: 400;
    transition: all 0.3s ease-in-out;
    font-size: 14px;
    font-weight: 400;        
}


.book-room-form-wrapper .form-wrapper select:focus,
.book-room-form-wrapper .form-wrapper select:hover,
.book-room-form-wrapper .form-wrapper input:focus,
.book-room-form-wrapper .form-wrapper input:hover{
    outline: none;
    border: none;
    box-shadow: none;
}
.book-room-form-wrapper .form-wrapper input[type="submit"]{
    background-color: #967a51;
    cursor: pointer;
    opacity: 1;
    color: #fff;
}

.book-room-form-wrapper .form-wrapper input[type="submit"]:focus,
.book-room-form-wrapper .form-wrapper input[type="submit"]:hover,{
    outline: none;
    border: none;
    box-shadow: none;
}
.book-room-form-wrapper .form-wrapper input[type="submit"]:hover{
    background-color: #ca9e5d;
}
.book-room-form-wrapper .form-control::-moz-placeholder{
    font-size: 14px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 0.1px;
    text-transform: uppercase;
    color: rgba(179, 179, 179, 0.6) !important;
}
.book-room-form-wrapper .form-control::-webkit-input-placeholder{
    font-size: 14px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 0.1px;
    text-transform: uppercase;
    color: rgba(179, 179, 179, 0.6) !important;    
}
.book-room-form-wrapper .form-control:-moz-placeholder{
    font-size: 14px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 0.1px;
    text-transform: uppercase;
    color: rgba(179, 179, 179, 0.6) !important; 
 }
 .book-room-form-wrapper .form-control:-ms-input-placeholder{  
    font-size: 14px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 0.1px;
    text-transform: uppercase;
    color: rgba(179, 179, 179, 0.6) !important;
 }
.book-room-form-wrapper .form-control::placeholder {
    font-size: 14px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 0.1px;
    text-transform: uppercase;
    color: rgba(179, 179, 179, 0.6) !important;
}

.book-room-form-wrapper .form-wrapper .form-control.email{
    padding-right: 35px;
}
.book-room-form-wrapper .form-wrapper .form-control.calendar{
    padding-right: 35px;
}
.book-room-form-wrapper .form-wrapper select.form-control{

}
.book-room-form-wrapper label{
    display: inline;
    pointer-events: none;
}

#booking-form-home label.error {
    position: relative;
    color: #fff;
    background-color: rgb(173, 39, 39);
    border-radius: 4px;
    padding: 5px 15px;
    top: 15px;
    display: block;
    font-size: 14px;
}
#booking-form-home label.error::before{
    content: " ";
    position: absolute;
    bottom: 100%;  /* At the top of the tooltip */
    left: 8%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent rgb(173, 39, 39) transparent; 
}

/* book-room-form-wrapper End */

/* about start */

.about-hotel-wrapper h2{
    color: #967a51;
    font-family: 'hagin_caps_mediumregular';
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.17px;
}
.about-hotel-wrapper h2 span{
    color: #1b2552;
    font-weight: 400;
}
.about-hotel-wrapper p{
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #1b2552;
    opacity: 0.7;
    letter-spacing: 0.2px;
    line-height: 23px;
    margin-top: 20px;
    font-size: 15px;
}
.about-hotel-wrapper a{
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    color: #967a51;
    letter-spacing: 0.1px;
    text-decoration: none;
    transition: color 0.3s ease-in-out;
}
.about-hotel-wrapper a:hover{
    color: #bb7a1a;
}
.about-hotel-wrapper .img-wrapper{
    width: 100%;
    padding-bottom: 100%;
    position: relative;
}
.about-hotel-wrapper .img-wrapper img{
    width: 100%;
    position: absolute;
}
.about-bottom-img{
    max-width: 75%;
    margin-left: auto;
    padding-bottom: 14%;
    margin-top: -110px;
}
.about-bottom-img .bottom-img-wrapper{
    display: block;
    width: calc(33.33%);
    position: relative;
    float: left;
    padding-bottom: 22%;
}
.about-bottom-img .bottom-img-wrapper::before,
.about-bottom-img .bottom-img-wrapper::after{
    clear: both;
}
.about-bottom-img img{
    position: absolute;
    width: 100%;
    background: #fff;
    padding: 15px;
    padding-right: 0;
}
/* about end */

/* hotel-facilities  Start*/
.hotel-facilities{
    background-color: #1b2552;
}
.hotel-facilities h2{
    font-family: 'hagin_caps_mediumregular';
    /* font-size: 36px; */
    font-weight: normal;
    letter-spacing: 0.15px;
    color: #daba75;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 0;
}
.hotel-facilities .icons-row{
    margin-top: 50px;
    padding: 0 15px;
}

.hotel-facilities .icons-row .icon-wrapper{
    width: 100%;
    background-color: #25336f;
    position: relative;
    text-align: center;
    padding-bottom: 100%;
    transition: background-color 0.5s ease-in-out;
}

.hotel-facilities .content-wrapper{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin: auto;
    width: 100%;
}
.hotel-facilities .icons-row .icon-wrapper span{
    font-size: 24px;
    font-weight: 300;
    font-family: 'Roboto', sans-serif;
    text-transform: none;
    color: #fff;
    opacity: 0.7;
}
.hotel-facilities .img-wapper{
    width: 24%;
    margin: 0 auto 7.4%;
    position: relative;
    text-align: center;
    padding-bottom: 24%;
}
.hotel-facilities .img-wapper img{
    position: absolute;
    width: 100%;
    height: 100%;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;

}
/* hotel-facilities End */

/* massonry start */
.massonry-wrapper .grid-index{
    overflow: hidden;
}
.grid-item-index { 
    width: 33.33%;
    overflow: hidden;
    float: left;
    border : 5px solid #fff;
}
.grid-item-index::before,
.grid-item-index::after{
    clear: both;
}
.grid-item-index img{ 
    width: 100%;
    overflow: hidden;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: all ease 0.2s;
    -moz-transition: all ease 0.2s;
    transition: all ease 0.2s;
}
.grid-item-index:hover img{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
}



/* massonry end */

/* testimonial-wrapper start */

.testimonial-wrapper{
    background-color: #967a51;
    position: relative;
    
}
.testimonial-wrapper .slider-content{
    max-width: 720px;
    
    margin: 0 auto;
    text-align: center;
}
.testimonial-wrapper h2{
    font-size: 42px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 25px;
    text-transform: uppercase;
}
.testimonial-wrapper p{
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    color: #fff;
    opacity: 0.7;
    font-weight: 300;
}
.testimonial-wrapper span{
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 0.8px;
    cursor: pointer;
}
.testimonials-slider-button{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 900;    
}
.testimonials-slider-button img{
    width: 40px;
    height: 40px;
    box-sizing: border-box;
    border-radius: 50%;
    padding: 5px;
    transition: all ease-in-out 0.3s;
}
.testimonials-slider-button:hover img{
    background-color: #846333;
}
.testimonials-slider-button--left{
    left: 20px;
}
.testimonials-slider-button--right{
    right: 30px;
}
.testimonials-slider-button--right:hover img{
    box-shadow: 1px .5px 5px 1px rgba(149, 63, 63, 0.2);
}
.testimonials-slider-button--left:hover img{
    box-shadow: -1px .5px 5px 1px rgba(149, 63, 63, 0.2);
}

/* testimonial-wrapper end */

/* Follow us start*/
.follow-us-wrapper h5{ 
    font-size: 22px;
    font-weight: 400;
    color: #1b2552;
    text-transform: uppercase;
}
.social-icons-wrapper ul{
    list-style: none;
    padding-left: 0;
    margin-top: 20px;
}
.social-icons-wrapper ul li{
    display: inline;
}
.social-icons-wrapper ul li a{
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    text-decoration: none;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background-color: #25336f;
    margin-right: 14px;
    padding-top: 3px;
    border: 1px solid #25336f;
    transition: all 0.5s ease-in-out;
}
.social-icons-wrapper ul li a:hover{
    background-color: #fff;
}
.social-icons-wrapper ul li a:hover i{
    color: #25336f;
}
.social-icons-wrapper ul li a i{
    color: #fff;
    text-align: center;
}
.follow-us-wrapper div.col-md-6:first-child{
    border-right: 1px solid rgba(27, 37, 82, 0.1);
}
.follow-us-wrapper div.col-md-6{
    padding: 55px 15px;
}
.follow-form-wrapper{
    width: 78%;
    margin-left: auto;
}

.follow-us-wrapper .form-wrapper{
    display: flex;
}
.follow-us-wrapper input[type="text"]{
    background-color: #1b2552;
    color: #fff;
    width: 75%;
    margin: 0;
    border: none;
    outline: none;
    -webkit-appearance: none;
    appearance: none;
    padding: 7px 10px;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    color: #fff;
}
.follow-us-wrapper input[type="button"]{
    width: 26%;
    color: #fff;
    margin: 0;
    padding: 0;
    background-color: #967a51;
    border: none;
    outline: none;
    -webkit-appearance: none;
    appearance: none;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1px;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}
.follow-us-wrapper input[type="button"]:hover{
    background-color: #ca9e5d;
}
.follow-us-wrapper input:-moz-placeholder,
.follow-us-wrapper input:-webkit-placeholder{
    color: #fff;
    opacity: 0.6;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    letter-spacing: 0.1px;
}

/* follow us end */

/* footer start */
.footer{
    background-color: #1b2552;
}
.footer-logo{
    overflow: hidden;
    position: absolute;
}

.footer-nav{
    display: flex;
    justify-content: center;
    padding-bottom: 33px;
}
.footer ul{
    display: inline-block;
    vertical-align: middle;
    margin-bottom:0;
    padding: 0;
    max-width: 550px;
}
.footer ul li{
    display: inline;
    margin-bottom: 0;
    vertical-align: middle;
    text-align: center;
}
.footer ul li a{
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    text-decoration: none;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    transition:  all 0.5s ease-in-out;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    color: #c9c9d5;
    font-weight: 400;
    padding: 0 20px;
}
.footer ul li a:hover{
    color: #fff;
}
.footer .copywitered{
    text-align: center;
    display: block;
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    opacity: 0.5;
    font-weight: 400;
    color: #fff;
}
/* footer end */

/* Contact Us Page start */

.banner-contact-page-wrapper{
    position: relative;
    padding-bottom: 30%;
    background-size: cover;
}
.banner-contact-page-wrapper .overlay{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background-color: rgba(0,0,0,0.35);
    z-index: 5;
}
.banner-contact-page-wrapper .heading{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);	
    z-index: 10;
}
.banner-contact-page-wrapper .heading h3{
    font-family: 'hagin_caps_mediumregular';
    font-size: 64px;
    font-weight: 400;
    letter-spacing: 0.5px;
    margin-bottom: 0;
    color: #fff;
}
.banner-contact-page-wrapper .img-wrapper{
    position: absolute;
    margin: auto;
    width: 100%;
    height: 100%;    
    background-size: cover;
}



.contact-box .contact-lt h4 {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 22px;
    margin-bottom: 15px;
    color: #1b2552;;
}

.booking-help-wrapper p span,
.booking-help-wrapper a,
.contact-box .contact-lt p,
.contact-box .contact-lt a {
    font-family: 'Roboto', sans-serif;
    margin-bottom: 5px;
    font-size: 16px;
    color: #222122;
    text-decoration: none;
}

.contact-box .contact-lt p {
    margin-bottom: 10px; 
}
.booking-help-wrapper p ion-icon,
.booking-help-wrapper a ion-icon,
.contact-box .contact-lt p ion-icon,
.contact-box .contact-lt a ion-icon {
    border: solid 1px #1b2552;;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    font-size: 16px;
    padding: 10px;
    text-align: center;
    margin-right: 10px;
    color: #1b2552;;
    vertical-align: middle;
}

.contact-box .contact-lt a:hover,
.contact-box .contact-lt a:focus {
    text-decoration: none;
}

.contact-box .contact-lt {
    margin-bottom: 40px;
}

.contact-box .contact-lt:last-child {
    margin-bottom: 0;
}

.contact_wrapper,
.booking_wrapper,
.booking-page-form-wrapper {
    background-color: #F2F2F2;
}
.contact_wrapper .contact-rt h5 {
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 15px;
    color: #1b2552;
}

.contact_wrapper .contact-rt p {
    margin-bottom: 18px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #1b2552;
    opacity: 0.7;
    letter-spacing: 0.2px;
    line-height: 23px;
    font-size: 15px;
}

.contact_wrapper .contact-rt {
    background-color: #fff;
    padding: 80px 50px 50px;
    box-shadow: 1px 12px 30px 0px rgba(33, 30, 25, 0.1);
    margin-top: -90px;
}



.contact_wrapper .contact-rt .form-control {
    margin-bottom: 20px;
    border-radius: 0;
    border: solid 1px #f2f2f2;
    height: 45px;
    font-size: 14px;
    -webkit-box-shadow: inset 1px 1px 4px 0px rgba(40, 35, 29, 0.1);
    -moz-box-shadow: inset 1px 1px 4px 0px rgba(40, 35, 29, 0.1);
    box-shadow: inset 1px 1px 4px 0px rgba(40, 35, 29, 0.1);
}

.contact_wrapper .contact-rt .form-control::-moz-placeholder{
    font-size: 14px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 0.1px;
    text-transform: uppercase;
    color: rgba(179, 179, 179, 0.6) !important;
}
.contact_wrapper .contact-rt .form-control::-webkit-input-placeholder{
    font-size: 14px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 0.1px;
    text-transform: uppercase;
    color: rgba(179, 179, 179, 0.6) !important;    
}
.contact_wrapper .contact-rt .form-control:-moz-placeholder{
    font-size: 14px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 0.1px;
    text-transform: uppercase;
    color: rgba(179, 179, 179, 0.6) !important; 
 }
 .contact_wrapper .contact-rt .form-control:-ms-input-placeholder{  
    font-size: 14px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 0.1px;
    text-transform: uppercase;
    color: rgba(179, 179, 179, 0.6) !important;
 }
.contact_wrapper .contact-rt .form-control::placeholder {
    font-size: 14px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 0.1px;
    text-transform: uppercase;
    color: rgba(179, 179, 179, 0.6) !important;
}


.contact_wrapper .contact-rt .form-control.textmsg {
    height: auto;
}

.contact_wrapper .contact-rt .view {
    width: 120px;
    height: 41px;
    cursor: pointer;
    margin-top: 10px;
    background-color: #967a51;
    border: 1px solid #967a51;
    color: #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    transition: all 0.3s ease-in-out;
}

.contact_wrapper .contact-rt .view:hover {
    color : #967a51;
    background-color: #fff;
}
#contact-page-form label.error{
    color: rgb(173, 39, 39);
}
.contact-info p {
    max-width: 600px;
    margin-bottom: 0;
    margin-left: 0;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #1b2552;
    opacity: 0.7;
    letter-spacing: 0.2px;
    line-height: 23px;
    font-size: 15px;
}

.map iframe {
    border: none;
    width: 100%;
    height: 500px;
    margin-bottom: -6px;
}
/* Contact Us Page end */

/* Booking page start */

.booking-form{
    background-color: #fff;
    padding: 50px;
}
.booking-help-wrapper h6,
.booking-form h6{
    font-size: 16px;
    font-weight: 500;
    color: #1b2552;
}
.room-features h5,
.room-booking h5,
.booking-help-wrapper h5,
.booking-form h5{
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 15px;
    color: #1b2552;
}
.booking-form label{
    display: inline;
    pointer-events: none;
}
.booking-form label ion-icon {
    position: absolute;
    top: 12px;
    right: 23px;
}
.booking-form .form-control{
    border-radius: 0;
    padding-left: 10px;
    padding-right: 35px;
    border: solid 1px #f2f2f2;
    height: 45px !important;
    font-size: 14px;
    color: #6c757d;
    -webkit-box-shadow: inset 1px 1px 4px 0px rgba(40, 35, 29, 0.1);
    -moz-box-shadow: inset 1px 1px 4px 0px rgba(40, 35, 29, 0.1);
    box-shadow: inset 1px 1px 4px 0px rgba(40, 35, 29, 0.1);
}
.booking-form .form-control:focus{
    box-shadow: none;
    border: 1px solid #6c757d;
    outline: none;
}
.booking-form textarea.form-control{
    height: auto !important;
}
.booking-form select.form-control{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.booking-page-form-wrapper .booking-page-form .row>div{
    padding-left: 7.5px;
    padding-right: 7.5px;
    margin-bottom: 15px;
}

.booking-page-form-wrapper .form-control::-moz-placeholder{
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.1px;
    text-transform: uppercase;
    color: #6c757d;
}
.booking-page-form-wrapper .form-control::-webkit-input-placeholder{
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.1px;
    text-transform: uppercase;
    color: #6c757d;  
}
.booking-page-form-wrapper .form-control::placeholder {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.1px;
    text-transform: uppercase;
    color: #6c757d;
}

.booking-page-form-wrapper .view {
    width: 150px;
    height: 41px;
    cursor: pointer;
    margin-top: 10px;
    background-color: #967a51;
    border: 1px solid #967a51;
    color: #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    transition: all 0.3s ease-in-out;
    margin-bottom: 0;
}

.booking-page-form-wrapper .view:hover {
    color : #967a51;
    background-color: #fff;
}

.booking-page-form-wrapper .booking-help-wrapper{
    background-color: rgb(248, 224, 189);
    padding: 30px;
    border: 15px solid #fff;
}
.booking-help-wrapper h5+p{
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    opacity: 0.7;
    letter-spacing: 0.2px;
    line-height: 23px;

}
#booking-page-form label.error{
    color: rgb(173, 39, 39);
    font-size: 14px;
}
/* Booking page end */

/* Gallery page start */

.zoom-gallery{
    margin-right: -15px;
}
.grid-sizer,
.grid-item { 
    width: calc(33.33% - 15px );
    margin-bottom: 15px;
    overflow: hidden;
}
.grid-item img{
    width: 100%;
    transform: scale(1.2);
    transition: all 0.3s linear;
}
.grid-item img:hover { 
    transform: scale(1.1);
}
/* 2 columns */
.grid-item--width2 { width: 50%; }

/* Gallery page end */

/* about page start*/

.about-us-section-wrapper .about-image{
    width: 97%;
    box-shadow: 18px -18px 0px -2px #967a51;
    margin: 18px 0 0;
    overflow: hidden;
}

.about-us-section-wrapper .content p{
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    opacity: 0.7;
    letter-spacing: 0.2;
    line-height: 23px;
}
.about-us-section-wrapper .about-image img{
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.about-us-section-wrapper .about-image img:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.about-us-section-wrapper .about-image-wrapper{
    padding-left: 50px;
}

/* about page end */


/* room page start */
.room-slider-feature-wrapper{
    background-color: #f2f2f2;
}

.widget-rooms-detail .room-slider{
    position                : relative;
    border                  : 10px solid #fff;
}
.widget-rooms-detail .room-slider a{
    display                 : block;
    width                   : 100%;
    height                  : 500px;
    background-repeat       : no-repeat;
    background-position     : top center;
    background-size         : cover;
}
.widget-rooms-detail .room-slider .room-price{
    position                : absolute;
    top                     : 30px;
    left                    : 0;
    z-index                 : 2;
    padding                 : 10px 30px;
    font-family: 'Roboto', sans-serif;
    font-weight             : 900;
    font-size               : 24px;
    color                   : #fff;
    background-color        : #d77b5d;
}
.widget-rooms-detail .room-slider .room-price small{
    position                : relative;
    top                     : -3px;
    left                    : 5px;
    font-size               : 11px;
    letter-spacing          : 1px;
    text-transform          : uppercase;
}
.widget-rooms-detail .room-thumbnails{
    margin-top              : 20px;
}
.widget-rooms-detail .room-thumbnails a{
    display                 : block;
    width                   : 100%;
    height                  : 100%;
    padding-top             : 100%;
    border                  : 10px solid #fff;
    background-repeat       : no-repeat;
    background-position     : top center;
    background-size         : cover;
    -webkit-box-shadow      : inset 5px 5px 5px 0px rgba(40, 35, 29, 0.1);
       -moz-box-shadow      : inset 5px 5px 5px 0px rgba(40, 35, 29, 0.1);
            box-shadow      : inset 5px 5px 5px 0px rgba(40, 35, 29, 0.1);
}

.widget-rooms-detail table {
    border: 10px solid #fff;
    margin-top: 20px;
}
.widget-rooms-detail .room-desc{
    margin-top              : 40px;
    text-align              : justify;
}
.widget-rooms-detail .room-desc p:last-child{
    margin-bottom           : 0;
}
.widget-rooms-detail .room-booking{
    padding                 : 40px;
    background-color        : #fff;
}
.widget-rooms-detail .room-booking h2{
    font-size               : 42px;
    margin-bottom           : 30px;
}
.widget-rooms-detail .room-booking .btn{
    display                 : block;
    width                   : 100%;
}
.widget-rooms-detail .room-booking .fa{
    position                : absolute;
    top                     : 14px;
    right                   : 35px;
    width                   : 15px;
    text-align              : center;
}
.widget-rooms-detail .room-booking .data-form{
    margin-bottom           : -20px;
}
.widget-rooms-detail .room-booking .data-form select,
.widget-rooms-detail .room-booking .data-form input[type="text"]{
    text-transform          : uppercase;
    -webkit-box-shadow      : inset 1px 1px 4px 0px rgba(40, 35, 29, 0.1);
       -moz-box-shadow      : inset 1px 1px 4px 0px rgba(40, 35, 29, 0.1);
            box-shadow      : inset 1px 1px 4px 0px rgba(40, 35, 29, 0.1);
            width           : 100%;
            height          : 40px;
            border          : #f2f2f2;
    -webkit-appearance      : none;
    -moz-appearance         : none;
            appearance      : none;
            border-radius   : 0;
            margin-bottom   : 10px;
            padding-left    : 10px; 
            padding-right   :  35px;
            color           : rgb(27, 37, 82, 0.6);
}
.widget-rooms-detail .room-booking .data-form select:focus,
.widget-rooms-detail .room-booking .data-form select:hover,
.widget-rooms-detail .room-booking .data-form input:focus,
.widget-rooms-detail .room-booking .data-form input:hover{
    outline: none;
    border: none;
    -webkit-box-shadow      : inset 1px 1px 4px 0px rgba(40, 35, 29, 0.1);
        -moz-box-shadow     : inset 1px 1px 4px 0px rgba(40, 35, 29, 0.1);
            box-shadow      : inset 1px 1px 4px 0px rgba(40, 35, 29, 0.1);
     
}
.widget-rooms-detail .room-booking .data-form label{
    pointer-events: none;
    display: inline;
}
.widget-rooms-detail .room-booking .data-form .form-icons{
    position: absolute;
    top: 10px;
    right: 30px;
    color: #5c5c5c;
    opacity: 0.6;
    font-size: 18px;
    font-weight: 500;
}

.widget-rooms-detail .room-booking .data-form  input[type="submit"]{
    -webkit-appearance      : none;
    -moz-appearance         : none;
            appearance      : none;
    background-color: #967a51;
    cursor: pointer;
    opacity: 1;
    color: #fff;
    font-size: 14px;
    border: 1px solid #967a51;
    transition: all 0.3s ease-in-out;
}

.widget-rooms-detail .room-booking .data-form input[type="submit"]:focus,
.widget-rooms-detail .room-booking .data-form input[type="submit"]:hover,{
    outline: none;
    border: none;
    box-shadow: none;
}
.widget-rooms-detail .room-booking .data-form input[type="submit"]:hover{
    background-color: #ca9e5d;
    border: 1px solid #ca9e5d;
}

.widget-rooms-detail .room-booking .data-form select:focus,
.widget-rooms-detail .room-booking .data-form input[type="text"]:focus{
    border-color			: #c0c0c0;
    font-size: 14px;
}
.widget-rooms-detail .room-booking .data-form ::-webkit-input-placeholder{
    color                   : #c0c0c0;
    font-size: 14px;
}
.widget-rooms-detail .room-booking .data-form :-moz-placeholder{
   color                    : #c0c0c0;
   font-size: 14px;
}
.widget-rooms-detail .room-booking .data-form ::-moz-placeholder{
   color                    : #c0c0c0;
   font-size: 14px;
}
.widget-rooms-detail .room-booking .data-form :-ms-input-placeholder{  
   color                    : #c0c0c0;
   font-size: 14px;
}


.widget-rooms-detail .room-booking .data-form label.error {
    position: absolute;
    color: #fff;
    background-color: rgb(173, 39, 39);
    border-radius: 4px;
    padding: 5px 15px;
    left: 100%;
    display: block;
    font-size: 14px;
    width: 70%;
    top: 0;
}
.widget-rooms-detail .room-booking .data-form label.error::before{
    content: " ";
    position: absolute;
    bottom: 100%;  /* At the top of the tooltip */
    left: -5px;
    top: 50%;
    transform: translateY(-50%);
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent rgb(173, 39, 39) transparent transparent; 
}


.widget-rooms-detail .room-features{
    margin-top              : 20px;
    padding                 : 30px;
    background-color        :  rgb(248, 224, 189);
    border : 10px solid #fff
}
.widget-rooms-detail .room-features h2{
    font-size               : 42px;
    margin-bottom           : 30px;
}
.widget-rooms-detail .room-features ul{
    padding-left: 0;
}
.widget-rooms-detail .room-features ul li{
    position                : relative;
    height                  : 40px;
    line-height             : 40px;
    padding-left            : 40px;
    padding-right           : 20px;
    font-family: 'Roboto', sans-serif;
    font-weight             : 400;
    font-size               : 15px;
    letter-spacing          : 0.2px;
    text-transform          : uppercase;
    white-space             : nowrap;
    text-overflow           : ellipsis;
    overflow                : hidden;
    color                   : #1b2552;
}
.widget-rooms-detail .room-features ul li .fa{
    position                : absolute;
    top                     : 10px;
    left                    : 10px;
    width                   : 20px;
    height                  : 20px;
    line-height             : 20px;
    text-align              : center;
    font-size               : 7px;
    color                   : #1b2552;
    border                  : 1px solid #1b2552;
    -webkit-border-radius   : 50%;
       -moz-border-radius   : 50%;
        -ms-border-radius   : 50%;
         -o-border-radius   : 50%;
            border-radius   : 50%;
}
.widget-rooms-detail .room-features ul li .fa:before{
    display                 : inline-block;
    width                   : 20px;
}
.widget-rooms-detail .room-features ul li:last-child{
    border-bottom           : 0;
}

.owl-carousel .owl-dots{
    height                  : 20px;
}
.owl-carousel.owl-type1 .owl-nav{
    position                : absolute;
    left                    : 0;
    bottom                  : 0;
    z-index                 : 2;
    width                   : 100%;
    margin-top              : 0;
}
.owl-carousel.owl-type1 .owl-nav [class*="owl-"]{
    width                   : 50px;
    height                  : 50px;
    line-height             : 50px;
    margin                  : 0 1px 0 0;
    padding                 : 0;
    font                    : normal normal normal 14px/1 FontAwesome;
    text-rendering          : auto;
    -webkit-font-smoothing  : antialiased;
    -moz-osx-font-smoothing : grayscale;
    color                   : #24324a;
    background              : #fff;
    -webkit-border-radius   : 0;
       -moz-border-radius   : 0;
            border-radius   : 0;
}
.owl-carousel.owl-type1 .owl-nav [class*="owl-"]:hover{
    color                   : #FFF;
    background              : #967a51;
}
.owl-carousel.owl-type1 .owl-nav .owl-prev:before,
.owl-carousel.owl-type1 .owl-nav .owl-next:before{
    line-height             : 50px;
}
.owl-carousel.owl-type1 .owl-nav .owl-prev:before{
    content                 : "\f104";
}
.owl-carousel.owl-type1 .owl-nav .owl-next:before{
    content                 : "\f105";
}
.owl-carousel.owl-type1 .owl-nav .disabled{
    opacity                 : 1;
    cursor                  : pointer;
}
.owl-carousel.owl-type1 .owl-dots{
    position                : absolute;
    left                    : 0;
    bottom                  : 20px;
    z-index                 : 1;
    width                   : 100%;
    margin-top              : 0;
    text-align              : center;
}
.owl-carousel.owl-type1 .owl-dots .owl-dot span{
    background              : #fff;
}
.owl-carousel.owl-type1 .owl-dots .owl-dot.active span,
.owl-carousel.owl-type1 .owl-dots .owl-dot:hover span{
    background              : #967a51;
}

@media (max-width: 1600px){
    .widget-rooms-detail .room-booking .data-form label.error{
        left: unset;
        right: 100%;
        z-index: 1;
    }
    .widget-rooms-detail .room-booking .data-form label.error::before{
        left: unset;
        right: -5px;
        border-color: transparent transparent transparent rgb(173, 39, 39);
        margin-right: -5px;
    }
}
/* rooms page end */
@media (max-width:1024px){
    .about-bottom-img{
        margin-top: -60px;
    }
}
@media (max-width:991px){
    .hotel-facilities .icons-row .icon-wrapper span{
        font-size: 20px;
    }
    .banner-wrapper .carousel-caption h4{
        font-size: 30px;
    }
    .banner-wrapper .carousel-caption h3,
    .banner-contact-page-wrapper .heading h3{
        font-size: 41px;
    }
    .footer ul li a{

    }
    .grid-item-index { 
        width: calc(50%);
    }
    .grid-item-index:nth-child(1) {
        margin-bottom: -5px; 
    } 
    .about-bottom-img{
        max-width: 100%;
        margin-top: 20px;
        margin-left: -15px;
    }
    .navigation-wrapper{
        padding-bottom: 107px;
    }
    .navigation-wrapper .navbar-brand{
        /* position: unset; */
        background-color: transparent;
    }
    .contact-nav{
        display: none;
    }    
    
    .custom-nav ul.nav-list{
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
        height: 100vh;
        margin-top: 80px;
    }

    .custom-nav a.nav-link{
        padding: 20px 0;
        text-align: center;
    }
    .contact-nav li.nav-item:last-child a.nav-link, .custom-nav li.nav-item:last-child a.nav-link{
        padding-right: 0;
    }
    .navigation-wrapper.mob-open button{
        display: block;
        cursor: pointer;
        z-index: 99;
    }
   
    .navigation-wrapper.mob-open button span{
        margin-bottom: 0;
    }
    .navigation-wrapper.mob-open button span:nth-child(1){
        transform: rotate(135deg);
        margin-bottom: -2px;
    }
    .navigation-wrapper.mob-open button span:nth-child(2){
        display: none;
    }
    .navigation-wrapper.mob-open button span:nth-child(3){
        transform: rotate(-135deg);
    }
    .navigation-wrapper nav{
        
    }
    
    .navigation-wrapper .custom-nav{
        height: 0px;
        transition: all 0.3s linear;
        position: relative;
        opacity: 0;
    }
    .navigation-wrapper.mob-open .custom-nav{
        height: 100vh;
        opacity: 1;
        z-index: 80;
    }
    .navigation-wrapper.mob-open button span{
        border: 1px solid #fff;
        
    }
    .testimonial-wrapper p{
        max-width: 80%;
        margin-left: auto;
        margin-right: auto;
    }
    .footer-logo{
        position: unset;
        text-align: center;
    }
    
    .footer ul li a{
        padding: 0 15px;
    }
    .footer-nav{
        padding-top: 20px;
    }
    .common-padding{
        padding: 75px 0;
    }
    /* contact us page */

    .contact_wrapper .contact-rt {
        margin-top: 45px;
    }
    /* contact us page */

    /* Gallery page start */
    
    .grid-sizer,
    .grid-item {
        width: calc(50% - 15px);
    }

    /* Gallery page end */
}
@media (max-width:767px){
    .common-padding{
        padding: 60px 0;
    }
    .banner-wrapper .carousel-caption h4{
        font-size: 20px;
    }
    .banner-wrapper .carousel-caption h3,
    .banner-contact-page-wrapper .heading h3{
        font-size: 30px;
    }
    .book-room-form-wrapper{
        margin-top: 0;
    }
    .book-room-form-wrapper .container{
        padding: 0;
    }
    .icon-wrapper{
        margin-bottom: 30px;
    }
    .book-room-form-wrapper .form-group{
        padding: 0 7.5px;
    }
    .book-room-form-wrapper .form-wrapper select, .book-room-form-wrapper .form-wrapper input{
        padding: 9px 10px;
    }
    .book-room-form-wrapper .form-row{
        margin-left: -7.5px;
        margin-right: -7.5px;
    }
    .book-room-form-wrapper .book-room-form{
        padding-left: 15px;
        padding-right: 15px;
    }
    #booking-form-home label.error {
        position: unset;
        background-color: transparent;
        margin: 0;
        padding: 0;
        color :rgb(173, 39, 39);
    }
    #booking-form-home label.error::before {
        display: none;
    }
    .icons-row{
        padding: 0 15px;
        margin-bottom: -30px;
    }
    .hotel-facilities .icons-row .icon-wrapper span{
        font-size: 20px;
    }
    .about-bottom-img{
       overflow: hidden;
       padding-bottom: 0;
    }
    .about-bottom-img .bottom-img-wrapper{
        width: 100%;
        padding-bottom: 0;
    }
    .about-hotel-wrapper h2{
        margin-top: 30px;
    }
    .about-bottom-img img{
        position: unset;
    }
    .about-bottom-img{
        margin-left: 0;
    }
    .about-bottom-img img{
        padding: 7.5px 0;
    }
    .follow-form-wrapper{
        margin-left: 0;
    }
    .follow-us-wrapper div.col-md-6{
        padding: 0 15px;
    }
    .follow-us-wrapper .follow-form-wrapper{
        padding-top: 30px;
    }
    .follow-us-wrapper{
        padding: 60px 0;
    }
    .footer-logo{
        position: unset;
    }
    
    .footer ul li a{
        padding: 0 15px;
    }
    .footer-nav{
        padding-top: 20px;
    }
    .testimonials-slider-button{
        /* display: none !important; */
    }
    .testimonial-wrapper p{
        max-width: 75%;
    }
    .testimonials-slider-button--right{
        right: 15px;
    }
    .testimonials-slider-button--left{
        left: 15px;
    }
    .form-wrapper .form-row, .form-wrapper .form-group{
        margin-bottom: 15px;
    }
    .form-wrapper .form-row, .form-wrapper .form-group:last-child{
        margin-bottom: 7px;
    }
     /* contact us page */

     .contact_wrapper .contact-rt {
        margin-top: 30px;
    }
    /* contact us page */

    /* booking page start */

    .booking-help-wrapper{
        margin-top: 15px;
    }
    .booking-form{
        padding: 30px 25px;
    }
    /* booking page end */

    /* about page start */

    .about-us-section-wrapper .about-image-wrapper {
        padding-left: 15px !important;
    }
    /* about page end */

    /* room page form start */
    .widget-rooms-detail .room-booking .data-form label.error{
       position: unset;
       background-color: transparent;
       margin: 0;
       padding: 0;
       color: rgb(173, 39, 39);
       margin-top: -5px;
       margin-bottom: 10px;
    }
    .widget-rooms-detail .room-booking .data-form label.error::before{
       display: none;
    }
    /* room page form end */


}
@media (max-width:576px){
    .common-padding,
    .follow-us-wrapper{
        padding: 45px 0;
    }
    .hotel-facilities .icons-row{
        margin-top: 45px;
    }

    .grid-item-index { 
        width: 100%;
    }
    .hotel-facilities  .col-sm-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .follow-form-wrapper{
        width: 100%;
    }
    .footer-nav{
        padding-top: 20px;
    }
    .footer ul{
        column-count: 3;
        column-width: 80px;
        max-width: 300px;
    }
    .hotel-facilities .icons-row .icon-wrapper span{
        font-size: 16px;
    }
    .common-heading-size{
        font-size: 24px;
    }
    .testimonial-wrapper h2{
        font-size: 32px;
    }
    .book-room-form-wrapper .book-room-form{
        padding: 37px 15px 30px;
    }
    .navigation-wrapper .navbar-brand{
        padding: 25px 20px;
    }
    .navigation-wrapper .navbar-brand img{
        width: 80%;
    }
    .testimonials-slider-button img{
        width: 35px;
        height: 35px;
    }
    .grid-sizer,
    .grid-item {
        width: calc(100% - 15px);
    }
}
@media (max-width:425px){
    .banner-wrapper .carousel-caption h4{
        font-size: 18px;
    }
    .banner-wrapper .carousel-caption h3,
    .banner-contact-page-wrapper .heading h3{
        font-size: 23px;
    }
}
