@import url('https://fonts.googleapis.com/css?family=Nunito+Sans');
@import url('https://fonts.googleapis.com/css?family=Dancing+Script');
body{
  font-family: 'Nunito Sans', sans-serif;
  font-size: 14px;
  color: #333;
  background: #fafafa;
}
p {
    font-size: 14px;
    color: #898989;
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 400;
    line-height: 24px;
    margin: 0 0 10px;
}
hr {
    margin-top: 10px;
    border-top: 1px solid #1b2551;
    width: 20%;
}

/* =============== menu ======================*/
.navbar-default .navbar-toggle {
    border-color: transparent;
    margin-top: 22px;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: #ddd0;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}
.menu_slip {
    padding-bottom: 5px;
    position: absolute;
    top: 0px;
    width: 100%;
    background: #2b2a29;
    z-index: 999;
}
.menu_top_slip {
    width: 100%;
    float: left;
    border-bottom: 1px solid #fff;
}
.menu_top1 , .menu_top2 , .menu_top3 {
    color: #fff;
    border-left: 1px solid #fff;
    text-align: center;
    padding-bottom: 10px;
    padding-top:10px; 
}
.social_icon i {
    color: #fff;
    font-size: 14px;
    padding-right: 20px;
}
.no-padding{
  padding: 0;
}
.navbar-default {
    background-color: rgba(248, 248, 248, 0);
    border-color: rgba(231, 231, 231, 0);
}
.navbar {
    margin-top: 12px;
    margin-bottom: 5px;
}
ul#menu-primary-menu {
    list-style: none;
    padding: 0;
}
ul#menu-primary-menu li{
  float: left;
  padding: 0 14px;
  margin-top: 14px;
}
ul#menu-primary-menu li.current-menu-item a{
  color: #72c324;
}
ul#menu-primary-menu li a{
  color: #fff;
  text-transform: uppercase;
}
ul#menu-primary-menu li a:hover{
  text-decoration: none;
}
ul#menu-primary-menu li a:focus {
    outline: 0px auto -webkit-focus-ring-color;
    outline-offset: 0px;
}
.darkHeader {
    position: relative;
    top: 0;
    width: 100%;
    background: #0000008a;
    z-index: 9999;
}
.darkHeader .menu_top_slip{
  display: none;
}
.menu_slip .logo{
  text-align: center
}
@media(max-width:1200px){
  ul#menu-primary-menu li {
      padding: 6px;
  }
}
@media(max-width:992px){
  .darkHeader {
      position: relative;
      top: 0;
      width: 100%;
  }
  .navbar {
    margin-top: 0px;
    margin-bottom: 15px;
  }
  .menu_top_slip{
    display: none;
  }
  ul#menu-primary-menu li {
      padding: 3px 11px;
  }
  .darkHeader .navbar {
    margin-top: 0px;
  }
}
@media (min-width: 768px)
{
  .navbar-nav {
      float: right;
      margin: 0;
  }
}

@media(max-width:768px){
  ul#menu-primary-menu li {
      padding: 6px;
  }
  ul#menu-primary-menu li {
      width: 100%;
      float: left;
      text-align: center;
  }
  .navbar-toggle {
      margin-top: 0px;
  }
  .navbar-nav {
      margin: 0;
  }
}
@media(max-width:680px){
  .menu_slip {
      position: relative;
      top: 0;
      background: #000000;
  }
  .container-fluid>.navbar-collapse, .container-fluid>.navbar-header, .container>.navbar-collapse, .container>.navbar-header{
    border: 0;
  }
}
@media(max-width:600px){
  .menu{
    padding: 0;
  }
  .top_ul ul {
      float: left;
      padding-left: 0px; 
  }
  .top_ul ul li{
    border: 0;
    padding-bottom: 10px;
  }
  .top {
      height: 160px;
  }
  .slider-bar {
     margin-bottom: 0px;
  }
  .darkHeader .logo {
     margin-top: 0px; 
  }
  .darkHeader {
    border-bottom: 0;
  }
  .logo , .menu{
    width: 100%;
    text-align: center;
  }
}
@media(max-width:400px){
  .navbar-toggle {
      margin-top: 8px;
  }
}

/* ================ menu end =================*/

/* ================ menu top =================*/
.top-menu-items {
    float: right;
    padding-right: 20px;
    margin: 10px 0 10px 0;
}
.top-menu-items a{
	color: #fff;
}
.top-menu-items a:hover{
	text-decoration: none;
}
.top-menu-items i.fa.fa-envelope {
    padding-right: 6px;
}
.menu-topp {
    position: absolute;
    top: 5px;
    width: 100%;
    z-index: 999;
}
.top-menu-items i {
    padding-top: 3px;
}


/* ================ menu top end =================*/
/* ================ loader ================ */

#overlay{
  position:fixed;
  z-index:99999;
  top:0;
  left:0;
  bottom:0;
  right:0;
  background:rgba(0,0,0,0.9);
  transition: 1s 0.4s;
}
#progress{
  height:1px;
  background:#fff;
  position:absolute;
  width:0;
  top:50%;
}
#progstat{
  font-size:0.7em;
  letter-spacing: 3px;
  position:absolute;
  top:50%;
  margin-top:-40px;
  width:100%;
  text-align:center;
  color:#fff;
}

/* ================ loader end ================ */

/* ================ back to top =================*/
.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 40px;
  right: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: rgba(232, 98, 86, 0.8) url(../images/cd-top-arrow.svg) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .5;
}
.no-touch .cd-top:hover {
  background-color: #e86256;
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  .cd-top {
    right: 20px;
    bottom: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .cd-top {
    height: 60px;
    width: 60px;
    right: 30px;
    bottom: 30px;
  }
}

/* ================ end back to top =================*/

/* ================ slider =================*/
.slider-bar .slick-slide img{
  width: 100%;
}
.slider-bar{
  margin-bottom: 80px;
}
.slick-slide {
    height: auto;
}
.slider{
  position: relative;
}
.slider_text {
    position: absolute;
    top: 40%;
    left: 24%;
    width: 50%;
    text-align: center;
}
.slider_text h1{
  font-size: 58px;
  color: #ffa800;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.slider_text p{
  font-size: 36px;
  color: #fff;
}
@media(max-width:992px){
  .slider_text h1 {
      font-size: 30px;
    }
  .slider_text p {
     font-size: 24px;
     line-height: 26px;
  }
  .slider_text {
    top: 50%;
  }
}
@media(max-width:767px){
	.slider-bar {
	    margin-bottom: 40px;
	}
}
@media(max-width:680px){
  .slider_text {
    top: 20%;
  }
  .fac-box-image{
    display: none;
  }
}

/* ================ end slider=================*/

/* ================ Welcome =================*/

.genaralt{
	float: left;
	margin-bottom: 20px;
	width: 100%;
}
.welcome{
	margin-bottom: 80px;
}
.genaralt h1 {
    margin-top: 7px;
    padding-top: 8px;
    /*border-top: 1px solid #e59e16;*/
}
.genaralt span {
    font-size: 20px;
    color:#72c324;
}
.welcome-slip2 {
    margin-top: 20px;
}
@media(max-width:767px){
	.welcome-slip2{
		display: none;
	}
  .resturant-top .genaralt {
    float: none; 
  }
  .resturant-top-right .genaralt {
    display: contents;
  }
}
/* ================ end welcome =================*/

/* ================ facilities =================*/

.fac-box {
    text-align: center;
    padding-bottom: 100px;
}
.fac-box h2{
	padding-top: 80px;
    color: #72c324;
}
.fac-box-image img {
    height: 550px;
}
.fac-home-box {
    border: 15px solid #ffffff;
    width: 250px;
    opacity: 0.1;
    height: 250px;
    display: inline-block;
    margin-top: -150px;
}
 .fac-box-carasoul p {
    color: #333;
}
.best_box {
    width: 100%;
    color: #312f30;
    margin: 20px 0 40px 0;
    float: left;
}
.fac-box-carasoul {
    padding-bottom: 60px;
    margin-top: 80px;
    float: left;
}
.best_box1 i {
    border-radius: 100%;
    color: #fff;
    display: inline;
    float: left;
    padding: 14px 15px;
    background: #000;
}
.best_box1 {
    float: left;
    height: 130px;
    padding-right: 20px;
}
.best_box2 h3 {
    margin-top: 5px;
}
@media(max-width:991px){
    .fac-box h2 {
      padding-top: 15px;
  }
  .fac-box-image img {
      height: auto;
  }
  .fac-box-carasoul {
      margin-top: 30px;
  }
}
@media(max-width:767px){
  .best_box {
      margin:0;
  }
}
@media(max-width:680px){
  .fac-box {
      padding-bottom: 50px;
  }
}


/* ================ end facilities =================*/

/* ================ Footer =================*/
.footer {
    background: #020101;
    padding-top: 10px;
    padding-bottom: 5px;
}
.footer p{
	color: #fff;
	padding-top: 10px;
}
.footer p span{
	color: #72c324;
}
.footer-right i {
    float: right;
    padding: 11px 12px;
    margin-left: 15px;
    margin-bottom: 10px;
    margin-top: 5px;
    border-radius: 100%;
    background-color: #72c324;
    color: #fff;
}
/* ================ end footer =================*/

/* ================ footer up =================*/
.footer-top {
    padding-top: 30px;
    padding-bottom: 20px;
    position: relative;
    border-bottom: 1px solid #fff;
    background: #000;
}
.footer-menu ul {
    list-style: none;
}
.footer-menu ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    color: #898989;
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 400;
    line-height: 24px;
}
/* ================ end footer up =================*/

/* ================ Home page Rooms =================*/
.home-room{
  text-align: center;
  margin-bottom: 80px;
}
.home-room-bottom {
    float: left;
    width: 100%;
}
a.btn-westeern {
    color: #000;
    display: inline-block;
    border: 1px solid #72c324;
    margin-right: 20px;
    padding: 7px 20px;
    letter-spacing: 2px;
    margin-top: 10px;
}
a.btn-westeern:first-child{
    margin-right: 10px;
}
.spa {
    background-size: cover;
    padding-bottom: 70px;
    padding-top: 70px;
}
.spa-topic {
    padding-top: 40px;
    padding-bottom: 40px;
    text-align: center;
    color: #fff;
}
.spa .genaralt h1{
  margin-bottom: 40px;
}
.spa .genaralt p{
    color: #fff;
}
.spa a.btn-westeern {
    background: #000;
    padding: 10px 15px;
}
.spa a.btn-westeern:hover{
  text-decoration: none;
}
.fac-box-image img {
    padding: 5px;
    border-radius: 10px;
}
/* ================ end Home page Rooms =================*/

/* ================ Contact Page =================*/
.contact .general h2{
	margin-bottom: 25px;
}
input.wpcf7-form-control.wpcf7-text , textarea.wpcf7-form-control.wpcf7-textarea {
    width: 100%;
    padding: 5px;
}
.wpcf7 label {
    width: 100%;
    font-weight: normal;
}
div.wpcf7 {
    margin-top: 35px;
    margin-bottom: 35px;
}
input.wpcf7-form-control.wpcf7-submit {
    background: #0c1a3f;
    padding: 5px 15px;
    border: 0;
    color: #fff;
}
.con_info {
    font-size: 18px;
    margin-top: 15px;
}
.con_info p{
    font-size: 17px;
    padding-top: 5px;
    padding-bottom: 10px;
}
.contact-wel {
    text-align: center;
    margin-bottom: 50px;
}
.contact-wel hr {
    width: 10%;
}
.map {
    margin-bottom: 50px;
}
.con_info_page {
    margin-top: 50px;
}
/* ================ end Contact Page=================*/

/* ================ Gallery =================*/
.gal{
	margin-bottom: 30px;
}
.gal-full .general {
    text-align: center;
    margin-bottom: 25px;
}
/* ================ End Gallery =================*/

/* ================ Rooms =================*/

ul.room-facilities {
    padding: 0;
    list-style: none;
    margin-top: 20px;
}
ul.room-facilities li {
    padding: 15px 10px;
    float: left;
    width: 50%;
    border-bottom: 1px solid #ffbf00;
    border-top: 1px solid #ffbf00;
    margin-bottom: 40px;
    font-size: 16px;
    color: #333;
}
ul.room-facilities li i {
    padding-right: 10px;
    color: #ffbf00;
}
a.room-btn {
    background: #FFBF00;
    height: 40px;
    display: inline-block;
    vertical-align: middle;
    line-height: 40px;
    padding: 0 36px 0 36px;
    color: #000;
    text-transform: uppercase;
    position: relative;
    z-index: 10;
    margin: 15px 0 15px 0;
}
a.room-btn:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}
a.room-btn:hover{
  text-decoration: none;
}
a.room-btn span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

a.room-btn span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: -3px;
  right: -20px;
  transition: 0.5s;
  font-size: 32px;
}

a.room-btn:hover span {
  padding-right: 25px;
}

a.room-btn:hover span:after {
  opacity: 1;
  right: 0;
}
.acc-room-right{
  text-align: center;
  margin-top: 35px;
}
.room-slip {
    margin-bottom: 50px;
}
.room_icon i {
    color: #FFBF00;
    font-size: 14px;
}
.room-right-bottom {
    margin-bottom: 10px;
}
.rooms-page{
  margin-bottom: 30px;
}
.rooms-page a.btn-westeern {
    color: #fff;
    background: #310001;
    padding: 10px 15px;
}
@media(max-width:479px){
    ul.room-facilities li {
      width: 100%;
  }
}
/* ================ End Rooms =================*/

/* ================ Facilities =================*/
.facilities-right {
    margin-top: 25px;
}
.facilities-left h2{
  margin-bottom: 20px;
}
.facilities-page-list {
    float: left;
    padding: 20px;
    font-size: 20px;
    text-align: center;
    width: 33%;
    color: #e6ba4d;
}
.facilities-page-list i , .facilities-page-list span{
  float: left;
  width: 100%;
}
.facilities-page-list span {
    color: #7c6434;
    padding-bottom: 10px;
    font-size: 20px;
}
.facilities {
    margin-bottom: 50px;
}
.facilities-bottom-right {
    padding: 100px;
    text-align: center;
}
.facilities-bottom-right h2{
  margin-bottom: 25px;
}
.facilities-bottom-right h2 {
    margin-bottom: 25px;
    color: #ffbf00;
    margin-top: 5px;
}
h2.classic {
    font-family: 'Dancing Script', cursive;
    color: #000;
    margin-bottom: 0;
}
.facilities-left hr {
    margin-top: 0px;
    border-top: 1px solid #ffbf00;
    width: 22%;
    display: inline-block;
}

/* ================ End Facilities =================*/

/* ================ Wedding hall details =================*/
.hall-right-box {
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 40px;
}
.hall-right-box a.btn-panorama {
    color: #000;
    border: #ffbf00 1px solid;
    margin-top: 10px;
}
.details-left {
    width: 100%;
    margin-bottom: 30px;
    float: left;
}
.details-left ul li {
    padding-bottom: 10px;
}
.details-left ul li::before {
  content: "•"; 
  color: #b3a258;
  padding-right: 10px;
}
.details-left ul {
    margin-top: 25px;
    list-style: none;
    float: left;
}
.details-left hr {
    width: 20%;
    border-top: 1px solid #b3a258;
    float: left;
    margin-top: 10px;
    display: inline-block;
}
.details-left p{
  width: 100%;
  float: left;
}
.food-menu-slip {
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 150px;
    padding-bottom: 150px;
}
.food-menu a {
    display: inline-block;
    padding: 10px 20px;
    border: 2px solid #ffbf00;
    background: #ffbf00;
    color: #000;
    font-size: 20px;
}
.food-menu a:hover{
  text-decoration: none;
}
.page-template-banquets-php .footer-top{
  display: none;
}
.menu_box{
  margin-bottom: 40px;
}
.menu_box {
    border: 1px solid #000;
}
.menu_box h2 {
    background: #000;
    padding: 40px;
    color: #fff;
    margin-top: 0;
}
ul.wedding-menu-items{
  margin-top: 20px;
  margin-bottom: 20px;
}
ul.wedding-menu-items li {
    padding-top: 10px;
    list-style: none;
}
li.dessert {
    font-size: 18px;
    padding-left: 0;
    margin-top: 20px;
    margin-bottom: 10px;
}
/* ================ End Wedding hall details =================*/

.Facilities_header {
    margin-bottom: 70px;
    text-align: center;
}
.Facilities_header h1{
  margin-bottom: 20px;
}

@media(max-width:1366px){
  .facilities-bottom-right {
      padding: 60px;
  }
}

@media(max-width:1366px){
  .facilities-bottom-right {
      padding: 40px;
  }
}
@media(max-width:1100px){
  .facilities-bottom-right {
      padding: 20px;
  }
}
/* ================ Dining =================*/
.resturant-top {
    text-align: left;
}
.resturant-top .genaralt h1 {
    margin-top: -6px;
}
.resturant-top-right {
    background: #efb743;
    padding: 20px;
    margin-top: 20px;
}
.dining-repeater {
    width: 100%;
    float: left;
    margin-bottom: 50px;
    margin-top: 30px;
}
.dining-repeater img{
  margin-bottom: 10px;
}
.resturant-bottom-full{
  margin-bottom: 40px;
}
.resturant-bottom .image {
    padding-right: 10px;
    padding-top: 20px;
}
.resturant-bottom .image2 {
    padding-left: 10px;
    padding-top: 20px;
}
@media(max-width:767px){
  .dining-repeater {
    float: none;
  }
  .resturant-bottom-right .genaralt {
    display: block;
    margin-top: 46px;
  }
}
.rty {
    text-align: left;
}
.img-x{
	margin-top:15px;
}
/* ================ End Dining =================*/

/* ================ Room Details =================*/
.room-details-top-left , .room-details-bottom-left {
    float: left;
    width: 100%;
}
.room-details-bottom-left{
    margin-top: 20px;
    margin-bottom: 80px;
}
.thim-color {
    color: #b19261;
    padding-right: 10px;
}
ul.amenities {
    list-style: none;
    padding-left: 5px;
}
ul.amenities li{
  padding-bottom: 10px;
}
.room-details-bottom {
    width: 100%;
    float: left;
    margin-bottom: 50px;
    text-align: center;
}
.room-details-bottom a {
    color: #fff;
    background: #991a1b;
    padding: 10px 15px;
    display: inline-block;
    margin-top: 10px;
}
@media(max-width: 767px){
  .room-bottom{
    margin-bottom: 40px;
  }
  .room-details-top-left, .room-details-bottom-left {
    float: none;
}
}
input.wpcf7-date , select{
    width: 100%;
    padding: 5px;
}
input.wpcf7-form-control.wpcf7-submit {
    float: right;
}
.booking-slip {
    border: 1px solid #c5ae3a;
}
.room-details{
  padding-left: 0px
}
/* ================ End Room Detail =================*/

/* ================ Facilities =================*/
.services {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}
.services .rooms-thumbnail {
    position: relative;
    overflow: hidden;
}
.services .rooms-thumbnail:before, .services .rooms-thumbnail:after {
    bottom: 15px;
    content: "";
    left: 15px;
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: 2;
}
.services .rooms-thumbnail:before {
    -webkit-transform: scale(0,1);
    -ms-transform: scale(0,1);
    -o-transform: scale(0,1);
    transform: scale(0,1);
    border-bottom: 1px solid #fff;
    border-top: 1px solid #fff;
}
.services .rooms-thumbnail:after {
    -webkit-transform: scale(1,0);
    -ms-transform: scale(1,0);
    -o-transform: scale(1,0);
    transform: scale(1,0);
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
}
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background: rgba(0,0,0,0.4);
}
.services .rooms-thumbnail img {
    display: block;
    margin: 0 auto;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}
.services .rooms-thumbnail:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.services .features-content {
    position: absolute;
    bottom: 20px;
    left: 15px;
    right: 15px;
    text-align: center;
    z-index: 9;
    -webkit-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}
.services .s-feature-title {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 13px;
}
.services .rooms-thumbnail:hover:before, .services .rooms-thumbnail:hover:after {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}
@media(max-width: 767px){
  .services .rooms-thumbnail img {
    width: 100%;
  }
  .footer-menu ul {
    padding-left: 0;
    margin-top: 10px;
  }
	.menu_slip .logo {
		text-align: left;
		display: inline-block;
		z-index: 999;
		width: auto;
	}
	.menu {
		position: relative;
		margin-top: -75px;
	}
	.navbar-nav {
		margin-top: 75px;
	}
	.best_box2 {
		float: left;
		width: 76%;
	}
	.best_box1 {
		float: left;
		height: auto;
		padding-right: 20px;
	}
}
/* ================ End Facilities =================*/

.main-des , .banquest_halls{
  margin-bottom: 80px;
}
.banq-des {
    padding-top: 50px;
}
.main-des h1{
  margin-bottom: 15px;
}
@media(max-width: 991px){
  .banquest_halls {
    clear: both;
    display: inline-block;
  }
}

.gallery {
    margin-bottom: 80px;
}
.reservation {
    margin-bottom: 80px;
}