/* SHORT CODE */
.row > * {
    margin-top: var(--bs-gutter-y);
  }
.gy-5{
    --bs-gutter-y: 3rem;
}
.awe-btn{
    padding: 10px 30px;
}
.awe-btn.awe-btn-default:hover {
    border-color: #eab647;
    background-color: #eab647;
    color: #fff;
}
/* SHORT CODE */
/*TOP BAR*/
@media screen and (max-width: 992px) {
    #header .header_top .header_left {
        display: inline-block;
        padding-top: 10px;
        display: none;
    }
    .header_top .header_left span {
        line-height: 25px;
    }
}
/*TOP BAR*/

/*NAVBAR*/
.header_content:after {
    background-color: #3a3b3c6b;
    box-shadow: unset;
}
.header_logo {
    float: left;
    line-height: 80px;
}
.header_content .header_menu {
    padding: 20px 0px;
}
.header_content .menu > li:hover > a {
    background-color: #fff;
    color: #232323;
}
.header_content .menu > li > a {
	color: #ffc74e;
	font-size: 14px;
    font-weight: 600;
    padding-top: 5px;
    line-height: 30px;
    letter-spacing: 1px;
}
.header_content .menu > li.current-menu-item > a {
    background-color: #fff;
    color: #0997db;
}
.header_content .menu > li.specialOffers > a {
    color: #fff;
    background: #0b72ba;
    border: 1px solid;
    border-radius: 6px;
    transform: perspective(200px) rotateY(-25deg);
    cursor: pointer;
    display: inline-block;
    animation: glowing 1500ms infinite;
}
.header_content .menu > li.specialOffers > a:hover {
    transform: perspective(350px) rotateY(0deg);
}
/*NAVBAR*/

/*CHECK AVAILABILITY*/
@media screen and (max-width: 991px){
    /* CHECK AVAILABILITY */
    .check-availability .availability-form {
        margin-left: -15px;
        margin-right: -15px;
    }
    .check-availability .availability-form:after {
        content: '';
        display: table;
        clear: both;
    }
    .check-availability .availability-form .awe-calendar-wrapper,
    .check-availability .availability-form .bootstrap-select.btn-group.awe-select,
    .check-availability .availability-form .vailability-submit {
        padding-left: 15px;
        padding-right: 15px;
        float: left;
    }
    .check-availability .availability-form .awe-calendar-wrapper {
        width: 50%;
        margin: 0;
    }
    .check-availability .availability-form .awe-calendar-wrapper i {
        right: 25px;
    }
    .check-availability .availability-form .bootstrap-select.btn-group.awe-select {
        width: 50%;
        float: left;
        margin: 0;
        margin-top: 20px;
    }
    .check-availability .availability-form .bootstrap-select.btn-group.awe-select .dropdown-menu {
        left: 15px;
        right: 15px;
        min-width: inherit;
    }
    .check-availability .availability-form .vailability-submit {
        width: 100%;
    }
    .check-availability .availability-form .vailability-submit .awe-btn {
        font-size: 13px;
    }
}
@media (min-width: 992px){
    .check-availability h2 {
        color: #fff;
        font-size: 25px;
        margin: 0;
        font-weight: normal;
        font-family: 'Montserrat';
        position: relative;
        padding-left: 60px;
        line-height: 1.5;
        display: inline-block;
    }
    .check-availability .availability-form {
        font-size: 0;
        text-align: center;
        margin-top: 20px;
        position: relative;
    }
    .check-availability .availability-form .awe-calendar-wrapper {
        width: 260px;
        margin-right: 20px;
        margin-bottom: 20px;
    }
    .check-availability .availability-form .bootstrap-select.btn-group.awe-select {
        width: 260px;
        margin-right: 20px;
        margin-bottom: 20px;
    }
    .check-availability .availability-form .vailability-submit {
        vertical-align: middle;
        display: inline-block;
        position: relative;
        bottom: 10px;
      }
}
.awe-calendar::placeholder {
    opacity: 1;
}
.check-availability .availability-form .awe-calendar-wrapper .awe-calendar {
    border-color: #e7c130;
    color: #fff;
}
.bootstrap-select.btn-group.awe-select .dropdown-toggle {
    background-color: transparent;
    outline: none;
    border: 2px solid #e7c130;
    height: 40px;
    line-height: 36px;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
.awe-calendar:focus,
.awe-select:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
}
/*CHECK AVAILABILITY*/

/*ACCOMMODATIONS*/
.section-title{
	text-align: center;
	margin-bottom: 0px;
}
.accomd-modations_1 .heading {
    color: #545454;
    margin-bottom: 10px; 
    text-transform: uppercase;
}
.accomd-modations_1 p {
    color: #333;
    line-height: 1.6;
    letter-spacing: 0.02em;
    font-size: 16px;
    text-align: center;
    font-weight: 300;
}
.accomdmodations-item{
    position: relative;
    text-align: center;
    overflow: hidden;
}
.accomdmodations-item img{
    display: block;
    width: 100%;
}
.accomdmodations-overlay{
    position: absolute;
    left: 0;
    bottom: -70%;
    width: 100%;
    height: 100%;
    transition: .5s all linear;
    background-color: rgba(156, 138, 97, 0.7);
}
.accomdmodations-item .accomdmodations-overlay h3{
    color: #fff;
    text-transform: uppercase;
    margin-top: 50px;
    margin-bottom: 20px;
    transition: .5s all linear;
}
.accomdmodations-item .accomdmodations-overlay .awe-btn.awe-btn-13{
    padding: 10px 20px;
    font-size: 14px;
    display: none;
}
.accomdmodations-item:hover .accomdmodations-overlay{
    left: 0;
    bottom: 0;
}
.accomdmodations-item:hover .accomdmodations-overlay h3{
    margin-top: 140px;
}
.accomdmodations-item:hover .accomdmodations-overlay .awe-btn.awe-btn-13{
    display: inline-block;
}
/*ACCOMMODATIONS*/
/* ABOUT US */
.home-about .text .heading {
    margin-top: 0px;
  }
.text h2 {
    color: #545454;
    line-height: 1.2em;
    text-transform: capitalize;
}
.home-about .text p {
    color: #333;
    line-height: 1.6em;
    letter-spacing: 0.02em;
    margin-bottom: 0;
    margin-top: 25px;
    font-size: 16px;
    text-align: justify;
    font-weight: 300;
}
/* ABOUT US */

/* OUR SERVICES */
.our-best .text p {
    color: #333;
    line-height: 1.6em;
    letter-spacing: 0.02em;
    margin-bottom: 0;
    margin-top: 25px;
    font-size: 16px;
    text-align: justify;
    font-weight: 300;
}
.our-best .text ul{
    margin-top: 15px;
}
.our-best .text ul li {
    color: #333;
    font-weight: 300;
    font-size: 16px;
    display: inline-block;
  }
/* OUR SERVICES */

/* GUEST BOOK */
.guestbook-item .text p::before {
    color: #ffc74e;
}
.guestbook-item .text p {
    color: #ffffff;
    line-height: 1.6em;
    font-size: 18px;
    position: relative;
    margin-bottom: 15px;
  }
.guestbook-item .text p::after {
    color: #ffc74e;
}
.guestbook-item .text span strong {
    color: #ffc74e;
}
/* GUEST BOOK */

/* EVENTS AND NEWS */
.event .event-item {
    margin-top: 25px;
  }
.heading {
    color: #545454;
    line-height: 1.2em;
    text-transform: capitalize;
}
.event-news p {
    color: #333;
    line-height: 1.6em;
    letter-spacing: 0.02em;
    margin-bottom: 0;
    margin-top: 10px;
    font-size: 16px;
    text-align: justify;
    font-weight: 300;
}
.news-item .img:before {
    bottom: 0;
    left: 15px;
    right: 15px;
    top: 50%;
    position: absolute;
    content: '';
    opacity: 0;
    pointer-events: none;
    background-color: rgba(52, 74, 113, 0);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(52, 74, 113, 0)), to(rgba(0,0,0,.5)));
    background: -webkit-linear-gradient(top, rgba(52, 74, 113, 0), rgba(0,0,0,.5));
    background: -moz-linear-gradient(top, rgba(52, 74, 113, 0), rgba(0,0,0,.5));
    background: -ms-linear-gradient(top, rgba(52, 74, 113, 0), rgba(0,0,0,.5));
    background: -o-linear-gradient(top, rgba(52, 74, 113, 0), rgba(0,0,0,.5));
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
  }
/* EVENTS AND NEWS */

/* GALLEY */
.gallery-cat ul li:hover a, 
.gallery-cat ul li.active a {
    background-color: #ffc74e;
    color: #fff;
}
.gallery-content .gallery_item::before {
    bottom: 0;
    left: 0;
    right: 0;
    top: 50%;
    position: absolute;
    content: '';
    opacity: 0;
    pointer-events: none;
    background-color: transparent;
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0,0,0,.6)));
    background: -webkit-linear-gradient(top, transparent, rgba(0,0,0,.6));
    background: -moz-linear-gradient(top, transparent, rgba(0,0,0,.6));
    background: -ms-linear-gradient(top, transparent, rgba(0,0,0,.6));
    background: -o-linear-gradient(top, transparent, rgba(0,0,0,.6));
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
}
.gallery-content .gallery_item:before {
    bottom: 0;
    left: 0;
    right: 0;
    top: 50%;
    position: absolute;
    content: '';
    opacity: 0;
    pointer-events: none;
    background-color: transparent;
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0,0,0,.6)));
    background: -webkit-linear-gradient(top, transparent, rgba(0,0,0,.6));
    background: -moz-linear-gradient(top, transparent, rgba(0,0,0,.6));
    background: -ms-linear-gradient(top, transparent, rgba(0,0,0,.6));
    background: -o-linear-gradient(top, transparent, rgba(0,0,0,.6));
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
}
/* GALLEY */

/* SISTER CONCERN */
.section-sister-concern{
    padding: 60px 0px;
}
.section-sister-concern .section-title {
    margin-bottom: 40px;
  }
.sister-item img{
    transition: .5s linear;
}
.sister-item img:hover{
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
}
/* SISTER CONCERN */
/* FOOTER */
#footer .footer_center .widget-logo .img{
    max-width: 100%;
}
#footer .footer_center .widget-logo .img img{
    max-width: 100%;
}
#footer .footer_center .widget-logo .text {
    margin-top: 0px;
}
#footer .footer_center .widget-logo .text p {
    color: #acacac;
    margin-bottom: 10px;
}
#footer .footer_bottom a{
    color: #acacac;
    transition: .5s all linear;
}
#footer .footer_bottom a:hover{
    color: #ffc74e;
}
@media screen and (max-width: 1199px) {
    #footer .footer_center .widget,
    #footer .footer_center .widget-logo .img,
    #footer .footer_center .widget_logo .widget-logo{
        text-align: center;
    }
    #footer .footer_center .widget-logo .img img {
        max-width: 200px;
    }
}
/* FOOTER */

/* SUB BANNER */
.section-sub-banner {
    padding-top: 120px;
}
.sub-banner .text {
    padding-bottom: 120px;
}
.sub-banner .text h2 {
    margin-bottom: 10px;
    font-size: 36px;
    font-weight: 600;
    letter-spacing: 2px;
}
/* SUB BANNER */

/* ABOUT PAGE */
.about-item .text {
    margin-top: 0px;
}
.about-item .text .desc {
    color: #444;
    margin-bottom: 0;
    margin-top: 25px;
    font-size: 16px;
    text-align: justify;
    font-weight: 400;
}
.about-item .text .desc p {
    line-height: 1.6em;
}
.about-item .img::before {
    bottom: 0;
    left: 0;
    right: 0;
    top: 50%;
    position: absolute;
    content: '';
    opacity: 0;
    pointer-events: none;
    z-index: 10;
    background-color: transparent;
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#545454));
    background: -webkit-linear-gradient(top, transparent, #545454);
    background: -moz-linear-gradient(top, transparent, #545454);
    background: -ms-linear-gradient(top, transparent, #545454);
    background: -o-linear-gradient(top, transparent, #545454);
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
}
/* ABOUT PAGE */

/* ROOMS */
.room_item-1 .img:before {
    content: '';
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    top: 50%;
    bottom: 0;
    opacity: 0;
    pointer-events: none;
    background-color: transparent;
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#444));
    background: -webkit-linear-gradient(top, transparent, #444);
    background: -moz-linear-gradient(top, transparent, #444);
    background: -ms-linear-gradient(top, transparent, #444);
    background: -o-linear-gradient(top, transparent, #444);
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
  }
/* ROOMS */
/* ROOM DETAILS */
.room-detail_book .room-detail_total .price .amout {
    font-weight: bold;
    font-size: 25px;
    color: #232323;
}
/* ROOM DETAILS */

/* MEETING & EVENT & DINING PAGES*/
.room_item-6 {
    padding: 100px 0px;
}
.room_item-6 .text .price{
    color: #fff;
    font-weight: 500;
    text-transform: capitalize;
}
.room_item-6 .text p{
    text-align: justify;
}
.dining-messages{
    text-align: center;
}
.dining-messages h3{
    color: #fff;
    /* font-weight: 500; */
    letter-spacing: 2px;
    margin-bottom: 20px;
}
.dining-messages p,
.dining-messages p a{
    color: #ffc74e;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 2px;
    transition: .5s all linear;
}
.dining-messages p a:hover{
    color: #fff;
}
.event-restaurant_header{
    text-align: center;
}
.event-restaurant_header h2{
    margin-bottom: 20px;
}
.section-event-restaurant {
    padding-top: 40px;
    padding-bottom: 60px;
}
/* MEETING & EVENT & DINING PAGES*/

/* CONTACT US */
.contact .text h2 {
    color: #444;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 30px;
    letter-spacing: 2px;
}
.contact .text p,
.contact .text ul li{
    color: #444;
    font-size: 16px;
    text-align: justify;
    font-weight: 400;
    line-height: 1.6em;
}
.contact .contact-form .field-text, 
.contact .contact-form .field-textarea {
    border: 2px solid #ffc74e;
    width: 100%;
    margin-top: 20px;
    font-size: 16px;
    color: #ffc74e;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.contact .contact-form .field-text:hover, 
.contact .contact-form .field-textarea:hover {
    border: 2px solid #232323;
    color: #232323;
}
.contact-map iframe{
    display: block;
    width: 100%;
    height: 100%;
}
/* CONTACT US */