@import url('https://fonts.googleapis.com/css2?family=Sen&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@422&display=swap');
/*---------------All purpose css--------------
----------------------------------------------*/
body {font-family: 'Sen', sans-serif; font-size:16px; background-color: #e0e0e0;}
.headingfont {font-family: 'Oswald', sans-serif;}
.mt0 {margin-top:0px;}
.mt5 {margin-top:5px;}
.mt10 {margin-top:10px;}
.mt15 {margin-top:15px;}
.mt20 {margin-top:20px;}
.mt25 {margin-top:25px;}
.mt30 {margin-top:30px;}
.mt35 {margin-top:35px;}
.mt40 {margin-top:40px;}
.mt45 {margin-top:45px;}
.mt50 {margin-top:50px;}
.mt55 {margin-top:55px;}
.mt60 {margin-top:60px;}
.mt65 {margin-top:65px;}
.mt70 {margin-top:70px;}
.mt75 {margin-top:75px;}
.mt80 {margin-top:80px;}
.mt85 {margin-top:85px;}
.mt90 {margin-top:90px;}
.mt95 {margin-top:95px;}
.mt100 {margin-top:100px;}
.mt120 {margin-top:120px;}
.mb0  {margin-bottom:0px;}
.mb5  {margin-bottom:5px;}
.mb10 {margin-bottom:10px;}
.mb15 {margin-bottom:15px;}
.mb20 {margin-bottom:20px;}
.mb25 {margin-bottom:25px;}
.mb30 {margin-bottom:30px;}
.mb35 {margin-bottom:35px;}
.mb40 {margin-bottom:40px;}
.mb45 {margin-bottom:45px;}
.mb50 {margin-bottom:50px;}
.mb55 {margin-bottom:55px;}
.mb60 {margin-bottom:60px;}
.mb65 {margin-bottom:65px;}
.mb70 {margin-bottom:70px;}
.mb75 {margin-bottom:75px;}
.mb80 {margin-bottom:80px;}
.mb85 {margin-bottom:85px;}
.mb90 {margin-bottom:90px;}
.mb95 {margin-bottom:95px;}
.mb100 {margin-bottom:100px;}
.pt0 {padding-top:0px;}
.pt10 {padding-top:10px;}
.pt15 {padding-top:15px;}
.pt20 {padding-top:20px;}
.pt25 {padding-top:25px;}
.pt30 {padding-top:30px;}
.pt35 {padding-top:35px;}
.pt40 {padding-top:40px;}
.pt45 {padding-top:45px;}
.pt50 {padding-top:50px;}
.pb0  {padding-bottom:0px;}
.pb10 {padding-bottom:10px;}
.pb15 {padding-bottom:15px;}
.pb20 {padding-bottom:20px;}
.pb25 {padding-bottom:25px;}
.pb30 {padding-bottom:30px;}
.pb35 {padding-bottom:35px;}
.pb40 {padding-bottom:40px;}
.pb45 {padding-bottom:45px;}
.pb50 {padding-bottom:50px;}
.nop  {padding:0px;}
.nopl {padding-left:0px;}
.nopr {padding-right:0px;}
.nomt {margin-top:0px;}
.nomb {margin-bottom:0px;}
.noml {margin-left:0xp;}
.nomr {margin-right:0xp;}
.para_white_center {color:#fff; line-height:28px; text-align:center;}
.para_white_justify {color:#fff; line-height:28px; text-align:justify;}
.para_black_justify {line-height:28px; text-align:justify; color:#4e4a4a;}
.para_black_center {line-height:28px; text-align:center; color:#222;}
.small_border {width:15%; background-color:#fff; text-align:center; height:2px; margin:0 auto;}
.small_border_left {width:15%; background-color:#535268; text-align:center; height:2px;}
.small_border_black {width:15%; background-color:#000; text-align:center; height:2px; margin:0 auto;}
.web_color {color:#ba4b60;}
.web_color_one {color:#3e4095;}
.bg_gray {background-color:#e9e9e9; padding:20px 0px;}
.light_gray {color:#5E5E5E;}
.white {color:#fff !important;}
.black {color:#000;}
.bg_gray {background-color:#e9e9e9; padding:20px 0px;}
.listing_arrow li {background:url(../images/listingicon.png) left 7px no-repeat; padding-left:30px; line-height:34px;}
ul {margin-bottom:0px !important;}
p {padding:0px !important;}
/*NEW CHANGE*/
.top_background {background-color:#fff5f4; padding-top:30px;} 
.web_color_map {color:#a64b40l; font-size:40px;}
.fs20 {font-size:20px;}
.golden {color:#ac8a39;}

html,
body {
    height: 100%;
}

.carousel,
.item,
.active {
    height: 100%;
}

.carousel-inner {
  height: 100%;

}

.carousel-caption{padding-bottom:80px;}

h2{font-size: 60px;}
p{padding:10px}

/* Background images are set within the HTML using inline CSS, not here */

.fill {
    width: 100%;
    height: 100%;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    opacity:1;
}




/**
 * Button
 */
.btn-transparent {
  background: transparent;
  color: #fff;
  border: 2px solid #fff;-o-transition:.5s;
  -ms-transition:.5s;
  -moz-transition:.5s;
  -webkit-transition:.5s;
  transition:.5s;
}
.btn-transparent:hover {
  background-color: #fff;-o-transition:.5s;
  -ms-transition:.5s;
  -moz-transition:.5s;
  -webkit-transition:.5s;
  transition:.5s;
}

.btn-rounded {
  border-radius: 70px;
}

.btn-large {
  padding: 11px 45px;
  font-size: 18px;
}
.bg_white {background-color: #fff;}
.menubar_main {z-index:10; position:relative;}
.slider_main {position:absolute;}
.clr_white {color:#fff; padding-top: 20px;}
.word_space {letter-spacing: 5px;}
.outer_hotel {background: url("../images/roombackground.jpg") left top repeat-y; margin-top: 30px; padding-bottom: 100px; background-size: cover;}
.white_bg {background-color: #fff; padding: 10px 0px;}
.room_footer_bg {background-color: #a64b40; padding: 10px 0px; color: #fff;}
.view_btn a {text-align: center !important; color: #fff; display:block;}
.view_btn a:hover {text-decoration: none;}
.view_btn:hover { background-color: #000;-o-transition:.5s;
  -ms-transition:.5s;
  -moz-transition:.5s;
  -webkit-transition:.5s;
  transition:.5s;}
.hotel_facilities {background: url("../images/goldenbg.jpg") 0px 20px no-repeat #ac8a39; margin-top: 40px; padding-top: 30px; padding-bottom: 30px;}
.icon_pr {outline:#a64b40 solid 1px; display:inline-block; text-align:center; margin-top:12px; padding:10px 5px; font-size:24px;-o-transition:.5s;
  -ms-transition:.5s;
  -moz-transition:.5s;
  transition:.5s; color:#0b243e;}

.icon_pr:hover {background-color:#a64b40; color:#fff;-o-transition:.5s;
  -ms-transition:.5s;
  -moz-transition:.5s;
  transition:.5s;} 

.web_slider_bg {background-color: #a64b40; padding: 15px;}
.web_slider_bg h2 {font-size: 30px;}
.white {color: #fff;}

.ft_cnt_us {font-size: 20px; border:#fff solid 1px; padding: 10px; color: #fff; margin-top: 15px; display: inline-block; margin-bottom: 15px;}
.ft_cnt_us:hover {background-color: #fff; color: #000; text-decoration: none;}
.nop_one {padding: 0px;}



.outer_footer { background-color:#ac8a39; padding:70px 0px 30px 0px;}
.facebook {background:url(../images/white_facebook.jpg) left 10px no-repeat; height:50px; padding-left:50px; margin-bottom:20px;}
.twitter {background:url(../images/white_twitter.jpg) left 10px no-repeat; height:50px; padding-left:50px; margin-bottom:20px;}
.goole {background:url(../images/white_gl.jpg) left 10px no-repeat; height:50px; padding-left:50px; margin-bottom:20px;}
.tumbler {background:url(../images/white_youtube.jpg) left 10px no-repeat; height:50px; padding-left:50px; margin-bottom:20px;}
.facebook a {color:#fff; text-decoration:none; font-size:18px;}
.facebook a:hover {color:#000;}
.twitter a {color:#fff; text-decoration:none;font-size:18px;}
.twitter a:hover {color:#000;}
.goole a {color:#fff; text-decoration:none;font-size:18px;}
.goole a:hover {color:#000;}
.tumbler a {color:#fff; text-decoration:none;font-size:18px;}
.tumbler a:hover {color:#000;}
.pt15 {padding-top:20px;}

.ftr_para {color:#fff; font-size:14px;}
.frt_menu li {padding-bottom:2px; margin-bottom:2px; border-bottom:#333 solid 1px;}
.frt_menu li.last {border-bottom:none;}
.frt_menu li a {color:#fff; text-decoration:none; line-height:40px; }
.frt_menu li a:hover {color:#000;}
.frt_thumb li {margin-bottom:15px;}
.ln_he {line-height:28px;}
.ftr_social {float:right; margin-top:20px;}
.outer_last_footer{background-color:#072b47; padding-top: 15px;}


.testimonial{
    margin: 0 0px 0px 0;
    text-align: center;
    position: relative;
}
.testimonial:before{

}
.testimonial .description{
    padding: 25px;
    margin-bottom: 30px;
    border: 1px solid #553e4e;
    font-size: 16px;
    color: #736d6d;
    line-height: 30px;
    position: relative;
}
.testimonial .description:before{
    content: "";
    border-top: 8px solid #a64b40;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    position: absolute;
    bottom: -11px;
    left: 50%;
    transform: translateX(-50%);
}
.testimonial .description:after{
    content: "";
    width: 19px;
    height: 22px;
    border: 1px solid #553e4e;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    margin-left: -2.5px;
    position: absolute;
    bottom: -17.5px;
    left: 50%;
    z-index: -1;
    transform: rotate(45deg) translateX(-50%);
}
.testimonial .pic{
    display: inline-block;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 3px solid #a64b40;
    margin-bottom: 15px;
}
.testimonial .pic img{
    width: 100%;
    height: auto;
    border-radius: 50%;
}
.testimonial .title{
    display: block;
    font-size: 20px;
    font-weight: 600;
    color: #a64b40;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 0 0 7px 0;
}
.testimonial .post{
    display: block;
    font-size: 15px;
    color: #736d6d;
    text-transform: capitalize;
}
.owl-theme .owl-controls{ margin-top: 0; }
.owl-theme .owl-controls .owl-page span{
    width: 35px;
    height: 15px;
    background: #553e4e;
    border-radius: 0;
    opacity: 0.8;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.45);
    transition: all 0.3s ease 0s;
}
.owl-theme .owl-controls .owl-page.active span{
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #a64b40;
}
@media only screen and (max-width: 479px){
    .testimonial .description{ padding: 10px; }
}

/*ABOUT US CSS START*/ 
.inner_fixed_header {background: url("../images/fixedinnerheader.jpg")left top no-repeat;padding: 50px 0px; margin-top: -50px; background-size: cover;}
.ft_cnt_us_inner {font-size: 26px; border:#fff solid 2px; padding: 10px 50px; color: #fff; margin-top: 15px; display: inline-block; margin-bottom: 15px;}
.bg_gray_room {background-color: #f5f5f5; padding: 20px;}
.book_btn {background-color: #a64b40; padding: 10px; color: #fff; text-decoration: none;}
.book_btn:hover {color: #fff; text-decoration: none;}
.book_btn_black {background-color: #000; padding: 10px; color: #fff; text-decoration: none;}
.book_btn_black:hover {color: #fff; text-decoration: none;}
.view_btn_room {background-color: #fff; padding: 10px; border: #222 solid 1px; color: #000; text-decoration: none;}
.view_btn_room:hover {color: #000; text-decoration: none;}
.gray_box_ulli{margin-top: 25px; margin-bottom: 20px !important;}
.form_booking_bg {background-color: #a64b40; margin-bottom: 30px; padding: 30px 15px 30px 15px; background: #b88f30;
background: radial-gradient(circle, rgba(184, 143, 48, 1) 0%, rgba(163, 116, 7, 1) 50%);;border-radius: 10px 10px 10px 10px;
-moz-border-radius: 10px 10px 10px 10px;
-webkit-border-radius: 10px 10px 10px 10px;
border: 0px solid #000000;}


.fs30 {font-size: 30px; font-weight: bold;}
.box{
    position: relative;
    overflow: hidden;
    box-shadow: 0 0 5px #555;
}
.box img{
    width: 100%;
    height: auto;
}
.box .box-heading{
    width: 90%;
    position: absolute;
    bottom: 25px;
    left: 5%;
    background: rgba(22, 119, 217,0.8);
    padding: 10px 60px 10px 25px;
    color: #fff;
    transition: all 0.3s ease 0s;
}
.box:hover .box-heading{
    left: 100%;
}
.box .box-heading:after{
    content: "\f105";
    font-family: "FontAwesome";
    font-weight: 900;
    width: 40px;
    height: 40px;
    line-height: 40px;
    position: absolute;
    top: 13px;
    right: 11px;
    background: #20211c;
    font-size: 30px;
    color: #fff;
    text-align: center;
}
.box .title{
    margin: 0;
    font-size: 18px;
    font-weight: bold;
}
.box .post{
    display: block;
    font-size: 14px;
    color: #fff;
    text-transform: capitalize;
    margin-top: 5px;
}
.box .boxContent{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: -100%;
    padding: 30px 35px;
    background: rgba(22, 119, 217,0.8);
    transition: all 0.3s ease 0s;
}
.box:hover .boxContent{
    left: 0;
}
.box .description{
    font-size: 14px;
    color: #fff;
    line-height: 25px;
}
.box .read{
    display: inline-block;
    padding: 10px 20px;
    background: #20211c;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    margin-top: 20px;
    transition: all 0.3s ease 0s;
}
.box .read:hover{
    text-decoration: none;
    background: #fff;
    color: #3fc9f7;
}
.box .read i{
    font-size: 20px;
    font-weight: 700;
    margin-left: 10px;
}
@media only screen and (max-width: 990px){
    .box{ margin-bottom: 20px; }
}
@media only screen and (max-width: 479px){
    .box .boxContent{ padding: 10px; }
    .box .read{ margin-top: 10px; }
}

.bg_distance {background-color:#a64b40; padding:15px; margin-top:15px; border:#d9d9d9 solid 1px;}

.success_bg {background-color:#0088df; color:#fff; line-height:28px; padding:30px 25px; margin-top:5px; text-align:justify; border-radius:5px;background: rgba(0,47,77,1);
background: -moz-linear-gradient(-45deg, rgba(0,47,77,1) 0%, rgba(0,136,223,1) 100%);
background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(0,47,77,1)), color-stop(100%, rgba(0,136,223,1)));
background: -webkit-linear-gradient(-45deg, rgba(0,47,77,1) 0%, rgba(0,136,223,1) 100%);
background: -o-linear-gradient(-45deg, rgba(0,47,77,1) 0%, rgba(0,136,223,1) 100%);
background: -ms-linear-gradient(-45deg, rgba(0,47,77,1) 0%, rgba(0,136,223,1) 100%);
background: linear-gradient(135deg, rgba(0,47,77,1) 0%, rgba(0,136,223,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#002f4d', endColorstr='#0088df', GradientType=1 );}

/*5-11-2025*/
.arrow_listing li {
    background: url("../images/blue_arrow.png") left 6px no-repeat;
    padding-left: 25px;
    line-height: 32px;
}
.btn_book {
    background-color: #ac8a39;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    display: block;
    padding: 15px;
    text-align: center;
    border-radius: 4px;
    margin-top: 5px;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.btn_book a {
    color: #fff;
}
.btn_book:hover {
    background-color: #222;
    text-decoration: none;
    color: #fff;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.outer_top_header {border-top:#CCC solid 1px; border-bottom:#CCC solid 1px; padding-top:15px; padding-bottom:5px; background-color:#272727;}
.top_menu li {display: inline-block; float: left;
margin-right: 14px; position: relative;}
.top_menu li a { border-right: 1px solid #d4d4d4;display: inline-block; line-height: 14px;
padding-right: 18px; backface-visibility: hidden; -webkit-backface-visibility: visible;
perspective: 500px; color:#fff; text-decoration:none;-o-transition:.5s;
  -ms-transition:.5s;
  -moz-transition:.5s;
  transition:.5s;}
.top_menu li a:hover {color:#16a085;-o-transition:.5s;
  -ms-transition:.5s;
  -moz-transition:.5s;
  transition:.5s;}
  
.top_menu li:last-child a {border-right: none;}
  

.top_menu_account {float:right;}
.top_menu_account li  {display: inline-block; float: left;
margin-right: 14px; position: relative;} 
.top_menu_account a { border-right: 1px solid #d4d4d4;display: inline-block; line-height: 14px;
padding-right: 18px; backface-visibility: hidden; -webkit-backface-visibility: visible;
perspective: 500px; color:#fff; text-decoration:none;-o-transition:.5s;
  -ms-transition:.5s;
  -moz-transition:.5s;
  transition:.5s;}
.top_menu_account li a:hover {color:#16a085;-o-transition:.5s;
  -ms-transition:.5s;
  -moz-transition:.5s;
  transition:.5s;}
.top_menu_account li:last-child a {border-right: none;}  
.outer_logo_bar {background-color:#f7f7f7; padding: 10px 0px;}
.fs16 {font-size:16px;}
.shop_text_nav {float: left;font-size: 16px; line-height: 18px;margin-top: 5px;padding: 5px 15px 5px 0;text-align: left;text-transform: uppercase;}

.shop_text_nav > i {color: #626262; font-size: 30px;}
.shop_text_nav_config {background-repeat: no-repeat; color: #666666; float: right; font-size: 16px; line-height:30px; padding-left: 10px; text-transform: none;}
.flr {float:right;}
.l30 {left:10%;}
.dark_blue {background-color:#fff; border-radius: 15px; padding:10px; border:#fffbcc solid 3px; color:#000;margin-top:-120px; z-index:1000;}
.mt27 {margin-top: 27px;}
.pt50_mob {padding-top: 50px;}
.mt70_mob {margin-top:70px}
.new_bg_btn {background-color: #ac8a39 !important; color: #fff ; font-weight: bold;}


@media (max-width:768px) {
.dark_blue {background-color:#a64b40; padding:40px; border:#fffbcc solid 3px; color:#fff; margin-top:20px;}
.flr {float:left;} 
.pt50_mob {padding-top: 0px;}
.mt70_mob {margin-top:30px}    
}



/*/////////////////////////navbar-default///////////////*/
nav.navbar.bootsnav{
    border: none;

}
.nav > li:before,
.nav > li:after{
/*    content: "";
    background: #f7a225;
    position: absolute;
    bottom: 0;
    left: 0;*/
	
}
.nav > li:before{
    width: 0;
    height: 1px;
    transition: all 0.3s ease 0s;
}
.nav > li:hover:before{
    width: 100%;
}
.nav > li:after{
    width: 100%;
    height: 0;
    transition: all 0.5s ease 0.3s;
}
.nav > li:hover:after{
    height: 100%;
}
nav.navbar.bootsnav ul.nav > li > a{
    padding: 15px;
    margin: 0;
    text-transform: uppercase;
    z-index: 1;
    transition: all 0.5s ease 0s;
}
nav.navbar.bootsnav ul.nav > li.dropdown > a{
    padding: 15px 30px 15px 15px;
}
nav.navbar.bootsnav ul.nav > li > a:hover{
    color: #555;
}
nav.navbar.bootsnav ul.nav > li.dropdown > a.dropdown-toggle:after{
    position: absolute;
    margin-left: 7px;
}
.dropdown-menu.multi-dropdown{
    position: absolute;
    left: -100% !important;
}
nav.navbar.bootsnav li.dropdown ul.dropdown-menu{
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    border: none;
}
@media only screen and (max-width:990px){
    .dropdown-menu.multi-dropdown{ left: 0 !important; }
    .nav > li:before,
    .nav > li:after{
        width: 0;
        height: 0;
    }
}

/*07-12-2025*/
.header {
  width: 100%;
}
.header.transp {
  position: absolute;
  top: 0;
  z-index: 999;
}
.header.transp .navbar-inverse,
.header.transp .mg-search-box {
  background-color: rgba(22, 38, 46, 0.0);
}
.header.transp .navbar-default {
  background-color: rgba(255, 255, 255, 0.3);
}
.header .navbar-default,
.header .navbar-inverse {
  text-align: right;
}
.header .navbar-collapse.collapse {
  vertical-align: top;
  display: inline-block !important;
}
.header.center-content {
  text-align: center;
}
.header.center-content .navbar-header {
  float: none;
}
.header.center-content .navbar-header .navbar-brand {
  float: none;
  display: inline-block;
}
.header.center-content .navbar-right {
  float: none !important;
}
.header.center-content .container {
  width: 100%;
  padding: 0;
}
.header.center-content .navbar-collapse {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.header.center-content .navbar-default .navbar-collapse {
  border-color: rgba(0, 0, 0, 0.05);
}
.header.center-content .navbar-nav {
  float: none;
  display: inline-block;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  vertical-align: middle;
}
.header.center-content .navbar-nav > li > a {
  padding: 20px 25px;
}
.header.sticky-on {
  position: fixed;
  top: 0;
  z-index: 999;
}
.header.sticky-on .mg-search-box {
  background-color: rgba(22, 38, 46, 0.95);
}
.header.sticky-on .navbar-inverse {
  background-color: rgb(6, 50, 84);
}
.header.sticky-on .navbar-inverse .navbar-nav > li > a {
  padding-top: 25px;
  padding-bottom: 25px;
}
.header.sticky-on .navbar-brand > img {
  height: 50px;
}
.header.sticky-on.center-content .navbar-header .navbar-brand {
  display: none;
}
.header.sticky-on .mg-search-box-cont {
  margin: 12px 20px 13px;
}
.header.sticky-on .mg-search-box {
  bottom: -71px;
}
.navbar-brand {
  float: left;
  height: auto;
  padding: 10px 0;
  font-size: 18px;
  line-height: 20px;
  margin-left: 0 !important;
}
.navbar-brand img {
  -webkit-transition: height 0.3s;
          transition: height 0.3s;
}
.navbar {
 margin-bottom: 0;
}
.navbar-default {
  background-color: #fff;
  border-width: 0;
  border-radius: 0;
}
.navbar-inverse {
  background-color: #063254;
  color: #fff;
  border-width: 0;
  border-radius: 0;
  -webkit-transition: background-color 0.3s;
          transition: background-color 0.3s;
}
.navbar-inverse .navbar-nav > li > a {
  font-size: 18px;
  color: #fff;
  -webkit-transition: color 0.3s, padding 0.3s;
          transition: color 0.3s, padding 0.3s;
}
.navbar-inverse .navbar-nav > li > a:hover {
  color: #fff;
}
.navbar-inverse .navbar-nav > li.active > a {
  background-color: transparent;
  box-shadow: inset 0 -3px #ba4b60;
  color: #fff;
}
.navbar-inverse .navbar-nav > li.active > a:hover,
.navbar-inverse .navbar-nav > li.active > a:focus,
.navbar-inverse .navbar-nav > li.active > a:active {
  color: #ba4b60;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > li.open > a {
  background-color: transparent;
  color: #0090ff;
}
.navbar-inverse .navbar-nav > li.open > a:hover,
.navbar-inverse .navbar-nav > li.open > a:focus,
.navbar-inverse .navbar-nav > li.open > a:active {
  color: #ba4b60;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > li ul.dropdown-menu {
  background-color: #a64b40;
  border-radius: 0;
  padding: 0;
  margin-top: -1px;
  min-width: 200px;
  right: auto;
  left: 0px;
  box-shadow: none;
  border-width: 0;
}
.navbar-inverse .navbar-nav > li ul.dropdown-menu > li > a {
  color: #fff;
  padding: 10px 20px;
  -webkit-transition: background-color 0.3s;
          transition: background-color 0.3s;
}
.navbar-inverse .navbar-nav > li ul.dropdown-menu > li > a:hover {
  background-color: #000;
}
.navbar-inverse .navbar-nav > li ul.dropdown-menu > li.active > a {
  background-color: #0090ff;
}
.navbar-nav > li > a {
  font-size: 16px;
  padding-top: 24px;
  padding-bottom: 24px;
  padding-left: 20px;
  padding-right: 20px;
}
.dropdown.open > ul {
  visibility: visible;
  top: 100%;
  opacity: 1;
}
.dropdown > ul {
  display: block;
  visibility: hidden;
  top: 110%;
  opacity: 0;
  -webkit-transition: all 0.15s linear;
          transition: all 0.15s linear;
}
.dropdown > ul > .dropdown > ul {
  left: 100%;
  top: 0;
}
.navbar-toggle {
  border-radius: 1px;
  border-color: #fff !important;
  margin-top: 20px;
 
  margin-bottom: 21px;
}
.navbar-toggle:hover,
.navbar-toggle:active,
.navbar-toggle:focus {
  background-color: #000 !important;
  border-color: #000 !important;
}
.mg-search-box-cont {
  margin: 26px 20px;
  position: relative;
  -webkit-transition: margin 0.3s;
          transition: margin 0.3s;
}
.mg-search-box-cont:after {
  content: '';
  display: block;
  width: 5px;
  height: 5px;
  background-color: #0090ff;
  border-radius: 5px;
  position: absolute;
  top: 50%;
  left: -14px;
}
.mg-search-box-trigger {
  padding: 11px 0;
  text-align: center;
  width: 43px;
  cursor: pointer;
  display: block;
  color: #fff;
  -webkit-transition: color 0.3s;
          transition: color 0.3s;
}
.mg-search-box-trigger:hover,
.mg-search-box-trigger:active,
.mg-search-box-trigger:focus {
  color: #fff;
}
.mg-search-box-trigger.mg-sb-active {
  color: #0090ff;
}
.mg-search-box {
  min-width: 300px;
  position: absolute;
  bottom: -84px;
  right: 0;
  padding: 10px;
  background-color: rgba(22, 38, 46, 0.95);
  -webkit-transform: scaleY(0);
      -ms-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transition: -webkit-transform 0.3s;
          transition: transform 0.3s;
  -webkit-transform-origin: top;
      -ms-transform-origin: top;
          transform-origin: top;
}
.mg-search-box.mg-sb-active {
  -webkit-transform: scaleY(1);
      -ms-transform: scaleY(1);
          transform: scaleY(1);
}
.mg-search-box input {
  display: inline-block;
  width: 80%;
  float: left;
  border-radius: 1px 0 0 1px;
  margin-bottom: 0;
  background-color: transparent;
  border-color: #fff;
  color: #fff;
  border-right-width: 0;
}
.mg-search-box input::-webkit-input-placeholder {
  color: #fff;
  opacity: 0.5;
}
.mg-search-box input:-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
  opacity: 0.5;
}
.mg-search-box input::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
  opacity: 0.5;
}
.mg-search-box input:-ms-input-placeholder {
  color: #fff;
  opacity: 0.5;
}
.mg-search-box button {
  padding: 9px 25px;
  width: 20%;
  float: left;
  border-radius: 0 1px 1px 0;
  text-indent: -2px;
}
.mg-page-title {
  padding-top: 70px;
  padding-bottom: 50px;
  background-image: url(../images/fiexbg.jpg);
  color: #fff;
  text-align: center;
}
.mg-page-title .mg-page{
  background-color: transparent;
}
.mg-page-title h2 {
  color: #fff;
  text-transform: uppercase;
  position: relative;
  margin-bottom: 35px;
  margin-top: 0;
  font-size: 45px;
}
.mg-page-title h2:after {
  content: '';
  width: 110px;
  height: 3px;
  background-color: #ba4b60;
  position: absolute;
  bottom: -15px;
  left: 50%;
  margin-left: -55px;
}
.header.transp + .mg-page-title {
  padding-top: 120px;
}
.header.transp.center-content + .mg-page-title {
  padding-top: 235px;
}
.carousel-fade .carousel-inner .item {
  opacity: 0;
  -webkit-transition-property: opacity;
          transition-property: opacity;
}
.carousel-fade .carousel-inner .active {
  opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-control {
  z-index: 2;
}
.carousel-caption {
  right: 15%;
  left: 15%;
  text-shadow: none;
  padding: 0;
  bottom: 50%;
  -webkit-transform: translate(0, 50%);
      -ms-transform: translate(0, 50%);
          transform: translate(0, 50%);
}
.carousel-caption > h2 {
  color: #fff;
  font-size: 67px;
  font-weight: 400;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 15px;
  -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
          transform: scale(0.8);
  opacity: 0;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
          transition: transform 0.5s, opacity 0.5s;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
  -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
          transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
.carousel-caption > h2:after {
  content: '';
  display: block;
  width: 120px;
  height: 3px;
  background-color: #0090ff;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -60px;
  -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: -webkit-transform 0.5s;
          transition: transform 0.5s;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
  -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
          transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
.carousel-caption > img {
  opacity: 0;
  margin-top: -20px;
  -webkit-transition: opacity 0.5s, margin-top 0.5s;
          transition: opacity 0.5s, margin-top 0.5s;
  -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
          transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
.carousel-caption > p {
  font-size: 20px;
  line-height: 40px;
  font-weight: 300;
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
  opacity: 0;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
          transition: transform 0.5s, opacity 0.5s;
  -webkit-transition-delay: 1.5s;
          transition-delay: 1.5s;
  -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
          transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
.header.transp + .carousel .carousel-caption {
  margin-bottom: -40px;
}
.header.transp.center-content + .carousel .carousel-caption {
  margin-bottom: -60px;
}
.carousel-inner .item.active .carousel-caption > h2 {
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.carousel-inner .item.active .carousel-caption > h2:after {
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
}
.carousel-inner .item.active .carousel-caption > p {
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.carousel-inner .item.active .carousel-caption > img {
  opacity: 1;
  margin-top: 0px;
}
/*###
  ### Active at init fixed
  ###*/
.carousel-inner > .beactive {
  display: block;
}
.carousel-control {
  width: 80px;
  height: 120px;
  top: 50%;
  margin-top: -60px;
  background-color: rgba(255, 255, 255, 0.2);
  background-image: url(../images/cur-arrow-left.png) !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-size: 33px 60px;
  -webkit-transition: left 0.3s, right 0.3s;
          transition: left 0.3s, right 0.3s;
}
.carousel-control.left {
  left: -100px;
}
.carousel-control.right {
  background-image: url(../images/cur-arrow-right.png) !important;
  right: -100px;
}
.header.transp + .carousel .carousel-control {
  margin-top: -10px !important;
}
.header.transp.center-content + .carousel .carousel-control {
  margin-top: 22px !important;
}
.carousel {
  overflow: hidden;
}
.carousel:hover .carousel-control.left {
  left: 0;
}
.carousel:hover .carousel-control.right {
  right: 0;
}

@media (max-width: 767px) {
  .container {
    width: 480px;
  }
  .carousel-caption > h2 {
    font-size: 35px;
  }
  .carousel-caption > p {
    font-size: 16px;
  }
  .header .container {
    position: relative;
  }
  .header .navbar-collapse {
    background-color: rgba(22, 38, 46, 0.95);
    position: absolute;
    top: 100%;
    right: 15px;
    min-width: 360px;
    max-height: 320px;
    padding: 0;
    text-align: left;
  }
  .header .navbar-collapse .navbar-nav {
    margin: 0;
  }
  .navbar-nav .open .dropdown-menu > .active > a {
    color: #fff !important;
    background-color: #0090ff !important;
  }
  .navbar-nav > li > a {
    padding: 15px 20px !important;
  }
  .navbar-nav > li > a:hover {
    color: #fff !important;
    background-color: #0090ff !important;
  }
  .dropdown > ul {
    display: none;
    padding-left: 20px !important;
    background-color: rgba(0, 0, 0, 0.1) !important;
  }
  .dropdown > ul a {
    -webkit-transition: color 0.5s;
            transition: color 0.5s;
  }
  .dropdown > ul a:hover {
    color: #0090ff !important;
  }
  .navbar-inverse .navbar-nav > li.active > a {
    box-shadow: none;
    color: #fff !important;
    background-color: #a64b40 !important;
  }
  .header .navbar-collapse.collapse {
    display: none !important;
  }
  .header .navbar-collapse.collapse.in {
    display: block !important;
  }
  .mg-search-box-cont {
    position: absolute;
    top: 0px;
    right: 0px;
  }
  .mg-room figcaption h2 {
    -webkit-transform: translate(0, 170px);
        -ms-transform: translate(0, 170px);
            transform: translate(0, 170px);
  }
  .mg-room figcaption .mg-room-rating {
    display: block;
    -webkit-transform: translate(0, 170px);
        -ms-transform: translate(0, 170px);
            transform: translate(0, 170px);
  }
  .mg-room figcaption .mg-room-price {
    -webkit-transform: translate(0, 170px);
        -ms-transform: translate(0, 170px);
            transform: translate(0, 170px);
  }
  .mg-room figcaption .btn-link {
    -webkit-transform: translate(0, 10px);
        -ms-transform: translate(0, 10px);
            transform: translate(0, 10px);
  }
  .mg-room figcaption .btn-main {
    display: inline-block;
  }
  .mg-room figcaption p {
    display: block;
    margin-bottom: 23px;
    font-size: inherit;
    line-height: inherit;
  }
  .mg-room figcaption p,
  .mg-room figcaption ul {
    -webkit-transform: translate(0, 10px);
        -ms-transform: translate(0, 10px);
            transform: translate(0, 10px);
  }
  .mg-room.mg-room-col-2 figcaption h2 {
    font-size: 25px;
    -webkit-transform: translate(0, 175px);
        -ms-transform: translate(0, 175px);
            transform: translate(0, 175px);
  }
  .mg-room.mg-room-col-2 figcaption .mg-room-rating {
    display: block;
    -webkit-transform: translate(0, 175px);
        -ms-transform: translate(0, 175px);
            transform: translate(0, 175px);
  }
  .mg-room.mg-room-col-2 figcaption .mg-room-price {
    -webkit-transform: translate(0, 175px);
        -ms-transform: translate(0, 175px);
            transform: translate(0, 175px);
  }
  .mg-room.mg-room-col-2 figcaption .btn-main {
    display: inline-block;
  }
  .mg-room.mg-room-col-2 figcaption ul {
    display: none;
  }
  .mg-room.mg-room-col-2 figcaption p {
    display: block;
  }
  .mg-room.mg-room-col-2:hover figcaption {
    background-color: rgba(0, 0, 0, 0.2);
  }
  .mg-room.mg-room-col-2:hover figcaption p,
  .mg-room.mg-room-col-2:hover figcaption ul,
  .mg-room.mg-room-col-2:hover figcaption .btn {
    opacity: 1;
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  .mg-room.mg-room-col-2:hover figcaption .btn {
    opacity: 1;
    -webkit-transition-delay: 0.5s;
            transition-delay: 0.5s;
  }
  .mg-room.mg-room-col-2:hover figcaption .btn.btn-link {
    -webkit-transition: opacity 0.3s ease 0.5s, -webkit-transform 0.3s ease 0.5s, color 0.3s;
            transition: opacity 0.3s ease 0.5s, transform 0.3s ease 0.5s, color 0.3s;
  }
  .mg-room.mg-room-col-2:hover figcaption p,
  .mg-room.mg-room-col-2:hover figcaption ul {
    -webkit-transition-delay: 0.4s;
            transition-delay: 0.4s;
  }
  .mg-room.mg-room-col-2:hover figcaption h2,
  .mg-room.mg-room-col-2:hover figcaption .mg-room-rating,
  .mg-room.mg-room-col-2:hover figcaption .mg-room-price {
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  .mg-room.mg-room-col-2:hover figcaption h2,
  .mg-room.mg-room-col-2:hover figcaption .mg-room-rating {
    -webkit-transition-delay: 0.1s;
            transition-delay: 0.1s;
  }
  .mg-room.mg-room-col-2:hover figcaption .mg-room-price {
    -webkit-transition-delay: 0.2s;
            transition-delay: 0.2s;
  }
  .mg-room.mg-room-col-4 figcaption h2 {
    -webkit-transform: translate(0, 50px);
        -ms-transform: translate(0, 50px);
            transform: translate(0, 50px);
  }
  .mg-room.mg-room-col-4 figcaption .mg-room-rating {
    display: none;
    -webkit-transform: translate(0, 50px);
        -ms-transform: translate(0, 50px);
            transform: translate(0, 50px);
  }
  .mg-room.mg-room-col-4 figcaption .mg-room-price {
    font-size: 20px;
    -webkit-transform: translate(0, 50px);
        -ms-transform: translate(0, 50px);
            transform: translate(0, 50px);
  }
  .mg-room.mg-room-col-4 figcaption .btn-link {
    margin-top: 0;
  }
  .mg-room.mg-room-col-4 figcaption .btn.btn-main {
    display: none;
    margin-top: 60px;
  }
  .mg-room.mg-room-col-4:hover figcaption {
    background-color: rgba(0, 0, 0, 0.2);
  }
  .mg-room.mg-room-col-4:hover figcaption p,
  .mg-room.mg-room-col-4:hover figcaption ul,
  .mg-room.mg-room-col-4:hover figcaption .btn {
    opacity: 1;
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  .mg-room.mg-room-col-4:hover figcaption .btn {
    opacity: 1;
    -webkit-transition-delay: 0.5s;
            transition-delay: 0.5s;
  }
  .mg-room.mg-room-col-4:hover figcaption .btn.btn-link {
    -webkit-transition: opacity 0.3s ease 0.5s, -webkit-transform 0.3s ease 0.5s, color 0.3s;
            transition: opacity 0.3s ease 0.5s, transform 0.3s ease 0.5s, color 0.3s;
  }
  .mg-room.mg-room-col-4:hover figcaption p,
  .mg-room.mg-room-col-4:hover figcaption ul {
    -webkit-transition-delay: 0.4s;
            transition-delay: 0.4s;
  }
  .mg-room.mg-room-col-4:hover figcaption h2,
  .mg-room.mg-room-col-4:hover figcaption .mg-room-rating,
  .mg-room.mg-room-col-4:hover figcaption .mg-room-price {
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  .mg-room.mg-room-col-4:hover figcaption h2,
  .mg-room.mg-room-col-4:hover figcaption .mg-room-rating {
    -webkit-transition-delay: 0.1s;
            transition-delay: 0.1s;
  }
  .mg-room.mg-room-col-4:hover figcaption .mg-room-price {
    -webkit-transition-delay: 0.2s;
            transition-delay: 0.2s;
  }
  .mg-404-error-txt {
    padding: 0px;
  }
  .mg-404-badg {
    width: 190px;
    margin-bottom: 20px;
    float: none !important;
  }
  .mg-about-testimonial .mg-testimonial-slider blockquote {
    padding: 35px 0 0px;
  }
  .mg-team-member .mg-team-info p {
    display: block;
  }
  .mg-booking-form .nav-tabs > li > a span.mg-bs-bar {
    margin-top: -15px;
  }
  .mg-booking-form .nav-tabs > li {
    font-size: 13px;
  }
  .mg-booking-form .nav-tabs > li > a {
    padding-right: 5px;
    padding-left: 5px;
  }
  .mg-available-rooms img {
    margin-bottom: 20px;
  }
  .mg-booking-form .nav-tabs > li > a span.mg-bs-tab-num {
    width: 45px;
    line-height: 39px;
  }
  .mg-instagram > li {
    width: 20%;
  }
}
@media (max-width: 662px) {
  .header.transp + .carousel .carousel-caption {
    margin-bottom: 0;
  }
  .carousel-caption > h2 {
    font-size: 25px;
  }
  .carousel-caption > p {
    font-size: 14px;
    line-height: 23px;
  }
  .carousel-caption > img {
    width: 100px;
  }
  .header.transp + .carousel .carousel-control {
    margin-top: -60px !important;
  }
  .header.transp {
    position: relative;
    top: 0;
    z-index: 999;
  }
  .header.transp .navbar-inverse,
  .header.transp .mg-search-box {
    background-color: #a64b40;
  }
  .header.transp .navbar-default {
    background-color: rgba(255, 255, 255, 0.3);
  }
  .header.transp + .mg-page-title {
    padding-top: 70px;
  }
}
@media (max-width: 480px) {
  .container {
    width: 100%;
  }
  .mg-404-error-txt .mg-404-txt-search .mg-404-search-form input {
    max-width: 150px;
  }
}
/*
 * Boxed Mode Responsive 
 */
@media (max-width: 1199px) {
  .mg-boxed {
    width: 992px;
  }
  .mg-boxed .header {
    max-width: 992px;
  }
  .mg-boxed .carousel-caption > h2 {
    font-size: 50px;
  }
  .mg-boxed .carousel-caption > p {
    font-size: 18px;
    line-height: 28px;
  }
}
@media (max-width: 991px) {
  .mg-boxed {
    width: 767px;
  }
  .mg-boxed .header {
    max-width: 767px;
  }
  .mg-boxed .carousel-caption > h2 {
    font-size: 35px;
  }
  .mg-boxed .carousel-caption > p {
    font-size: 15px;
    line-height: 25px;
  }
  .mg-boxed .carousel-caption > img {
    width: 120px;
  }
}
@media (max-width: 767px) {
  .mg-boxed {
    width: 500px;
  }
  .mg-boxed .header {
    max-width: 500px;
  }
  .mg-boxed .carousel-caption > h2 {
    font-size: 25px;
  }
  .mg-boxed .carousel-caption > p {
    font-size: 13px;
    line-height: 23px;
  }
  .mg-boxed .carousel-caption > img {
    width: 90px;
  }
  .mg-boxed .header.transp + .carousel .carousel-caption {
    margin-bottom: 0;
  }
  .mg-boxed .header.transp + .carousel .carousel-control {
    margin-top: -60px !important;
  }
  .mg-boxed .header.transp {
    position: relative;
    top: 0;
    z-index: 999;
  }
  .mg-boxed .header.transp .navbar-inverse,
  .mg-boxed .header.transp .mg-search-box {
    background-color: #063254;
  }
  .mg-boxed .header.transp .navbar-default {
    background-color: rgba(255, 255, 255, 0.3);
  }
  .mg-boxed .header.transp + .mg-page-title {
    padding-top: 70px;
  }
}
@media (max-width: 500px) {
  .mg-boxed {
    width: 100%;
  }
  .mg-boxed .header {
    max-width: 100%;
  }
}

.bg_white {background-color:#fff; margin-top:15px; border:#efefef solid 1px;-webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.16);
-moz-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.16);
box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.16); padding:15px 0px 0px 15px;;}

.bg_white_web {background-color:#222; margin-top:15px; border:#efefef solid 1px;-webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.16);
-moz-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.16);
box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.16); padding:7px 22px 28px 22px; color:#fff;}

 
.senbtn {background-color:#fff; font-size:18px; font-weight:bold; padding:10px 30px; text-align:center; display:inline-block; color:#000;-o-transition:.5s;
  -ms-transition:.5s;
  -moz-transition:.5s;
  transition:.5s; margin-bottom:12px; border-radius:4px; border:#222 solid 2px;}
.senbtn:hover {text-decoration:none; background-color:#ac8a39;border:#fff solid 2px; color:#fff; -o-transition:.5s;
  -ms-transition:.5s;
  -moz-transition:.5s;
  transition:.5s;}
.footer_social li {color:#fff; font-size: 18px; padding-right: 45px; margin-bottom: 15px;}
.blue_table {background-color:#222 !important; color:#fff;}
.social_last {margin-left: 76px;}
.footer_social li a  {color:#ac8a39; width:40px;height:40px; border-radius:50%; margin-right: 20px;  background-color:#fff; display:inline-block; text-align:center; line-height:42px; font-size:18px; border:#fff solid 2px;-webkit-box-shadow: inset 0px 0px 10px 0px rgba(0,0,0,0.32);
-moz-box-shadow: inset 0px 0px 10px 0px rgba(0,0,0,0.32);
box-shadow: inset 0px 0px 10px 0px rgba(0,0,0,0.32);-o-transition:.5s;
  -ms-transition:.5s;
  -moz-transition:.5s;
  transition:.5s; }
.footer_social li a:hover {background-color:#fff; color:#222;-o-transition:.5s;
  -ms-transition:.5s;
  -moz-transition:.5s;
  transition:.5s; }
.top_border {border-top: #fff solid 5px; padding: 20px 0px 0px 0px; margin-top: 15px;}
.copr_right {color:#fff;text-align: center;}
.web_header {margin: 0 100px;}
@media (max-width:767px) {
.menubar {float:left;}
.newsletter_btn {position:static; text-align:center; display:block;}
.carousel-caption{padding-bottom:0px;}
.nop_one {padding: 10px 0px;} 
.l30 {left:0%;}
.social_last {margin-left: 0px;}
.web_header {margin:0 auto;}
}

