/*--
Author: W3layouts
Author URL: http://w3layouts.com
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/
--*/

h4,
h5,
h6,
h1,
h2,
h3 {
    margin: 0;
    letter-spacing: 1.5px;
}

ul,
ol {
    margin: 0;
}

p {
    margin: 0;
}

html,
body {
    font-family: 'Varela Round', sans-serif;
    /* font-family: 'Hind', sans-serif; */
    font-size: 100%;
    background: #fff;
}

#preloder {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 999999;
    background: #000;
    opacity: 0.5;
}

.loader {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -13px;
    margin-left: -13px;
    border-radius: 60px;
    animation: loader .8s linear infinite;
    -webkit-animation: loader .8s linear infinite;
}

@keyframes loader {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        border: 4px solid #f44336;
        border-left-color: transparent;
    }
    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
        border: 4px solid #673ab7;
        border-left-color: transparent;
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
        border: 4px solid #f44336;
        border-left-color: transparent;
    }
}

a,
a:hover,
a:focus {
    text-decoration: none;
}

a:hover {
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    text-decoration: none;
}


/*--top header start here--*/

.top-social ul {
    padding: 0em;
    list-style: none;
}

.top-social ul li {
    display: inline-block;
    margin-right: 1em;
}

.top-social ul li a {
    vertical-align: -webkit-baseline-middle;
}

.header-address ul {
    padding: 0em;
    list-style: none;
}

.header-address ul li {
    display: inline-block;
    margin-right: 1em;
}

.header-address ul li a {
    display: inline-block;
}

.top-header {
    padding: 6px 0em;
    background: #ED3237;
}

.header-address h6 {
    color: #fff;
    display: inline-block;
}

span.phone {
    background: url('../images/ph.png')no-repeat;
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: sub;
}

span.email {
    background: url('../images/email.png')no-repeat;
    width: 30px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
}

.header-address ul li a {
    font-size: 1em;
    color: #fff;
}

.header-address ul li a:hover {
    color: #000;
}

.top-social {
    padding: 0px;
}

.header-address {
    padding: 0px;
}


/*--header menu nav start--*/


/* div#navbar {
    float: right;
    text-align: center;
    padding: 26px 0px;
}
 */

.navbar-wrapper {
    box-shadow: 0 12px 15px rgb(36 11 12 / 5%);
}

.navbar-inverse {
    background: none;
    border: none;
}

.navbar-brand {
    padding: 0px;
    height: auto;
}

.navbar {
    padding: 8px 0px;
    margin-bottom: 0px;
}

.navbar-default {
    background-color: #ffffff;
    border-color: transparent;
    border: 0px;
}

.nav>li>a {
    color: #1e1f23fa !important;
    margin: 0px 15px;
    padding: 0px;
    text-transform: uppercase;
    font-weight: bold;
}

.navbar-inverse .navbar-brand {
    padding: 0px;
    height: 76px;
    color: #FFFFFF;
}

.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:hover,
.navbar-inverse .navbar-nav>.active>a:focus {
    color: #fff;
    background: none;
}

.navbar-inverse .navbar-nav>li>a {
    color: #000000;
    line-height: 1.5em;
}

.navbar-inverse .navbar-nav>li>a.active {
    color: #ED3237;
}

.navbar-inverse .navbar-nav>li>a:hover,
.navbar-inverse .navbar-nav>li>a:focus {
    color: #006e96;
    background-color: transparent;
}

nav a {
    position: relative;
    display: inline-block;
    outline: none;
    color: #fff;
    text-decoration: none;
    text-shadow: 0 0 1px rgba(255, 255, 255, 0.3);
    font-size: 1em;
}

nav a:hover,
nav a:focus {
    outline: none;
}


/*--nav effect--*/

nav a {
    position: relative;
    display: inline-block;
    outline: none;
    color: #fff;
    text-decoration: none;
    letter-spacing: 1px;
    font-weight: 400;
    text-shadow: 0 0 1px rgba(255, 255, 255, 0.3);
    font-size: 12px;
}

nav a:hover,
nav a:focus {
    outline: none;
}


/*--header end here--*/

.information,
.dining,
.swimming,
.about,
.advantages,
.team,
.services,
.ser-strip,
.rooms,
.page,
.contact,
.single,
.banquets,
.reviews {
    padding: 3em 0em;
}


/*--information start here--*/
.hotel-info {
    padding: 20px;
    height: 220px;
    margin-bottom: 1em;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-top: 2px solid #3e4095;
    border-top-left-radius: 30px;
    /* border-bottom-right-radius: 30px; */
    /* border-bottom: 2px solid #3e4095; */
    box-shadow: 0px 0 25px 0 rgb(0 0 0 / 10%);
    transition: all ease-in-out 0.3s;
}

.hotel-info:hover {
    box-shadow: none;
    transition: all ease-in-out 0.3s;
}

.info-left {
    float: left;
    width: 20%;
}

.info-right h4,
.banquet-info h4 {
    font-size: 1.5em;
    color: #ED3237;
    margin-bottom: 0.4em;
    margin-top: 0.5em;
    font-family: 'Aladin', cursive;
}

.info-right p {
    font-size: 1em;
    color: #737373;
    line-height: 1.8em;
}

.info-right {
    float: right;
    width: 80%;
}

.five-star {
    padding-bottom: 4em;
}


/*--information end here--*/


/*--Dining start here--*/

.dining .dining-box {
    margin-bottom: 1em;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

/* .dining .dining-head-box {
    background-color: #fff;
    height: 320px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
} */

.dining p {
    text-align: center;
    font-size: 20px;
    margin: 30px auto;
}

.dining .dining-box img {
    margin: auto;
}

.dining .grid .menu-content{
    position: relative;
    overflow: hidden;
    background: #fff;
}
.dining .grid .menu-content a {
    padding-right: 10px;
    background: #fff;
    position: relative;
    z-index: 3;
    font-weight: 700;
    color: #ED3237;
}
.dining .grid .menu-content:after{
    content:"......................................................................"
    "...................................................................."
    "....................................................................";
    position: absolute;
    left: 20px;
    right: 0;
    top: -4px;
    z-index: 1;
    color: #dad8d4;
}
/* 
.leaves {
    background-color: transparent;
    background: url("../images/bg.jpg") no-repeat;
    min-height: 350px;
    background-size: cover;
    background-position: center;
    text-align: center;
}

.leaves-main h1 {
    font-size: 3em;
    color: #fff;
    font-family: 'Aladin', cursive;
}

.leaves-main h6 {
    font-size: 1em;
    color: #fff;
    margin: 0.6em 0em;
}

.leaves-main p {
    width: 80%;
    margin: 0 auto;
}

.leaves-main p {
    width: 60%;
    margin: 0 auto;
    color: #fff;
    line-height: 1.8em;
    font-size: 1em;
}

.leaves-main a {
    font-size: 1em;
    color: #fff;
    background: #ED3237;
    padding: 1em 2em;
    display: inline-block;
    margin-top: 1em;
}

.leaves-main a:hover {
    color: #fff;
    background: #3e4095;
} */


/*--leaves end here--*/


/*--footer start here--*/

.footer {
    background: #1e1f23fa;
    padding: 2em 0em;
}

.ftr-grid h3 {
    font-size: 2em;
    color: #ED3237;
    margin-bottom: 1em;
    font-family: 'Aladin', cursive;
}

.ftr-grid {
    font-size: 1em;
    color: #fff;
    line-height: 1.8em;
}

.ftr-grid a.ftr-btn {
    font-size: 1em;
    color: #fff;
}

.ftr-grid p {
    font-size: 1em;
    color: #FFFFFF;
    line-height: 1.8em;
}

.ftr-grid a.ftr-btn {
    font-size: 1em;
    color: #ed3237;
}

.ftr-grid ul.ftr-icons {
    padding: 0px;
    list-style: none;
    margin: 0em;
}

.ftr-grid ul.ftr-icons li {
    display: inline-block;
    margin-right: 15px;
}

.ftr-grid ul.ftr-nav {
    padding: 0px;
    list-style: none;
}

.ftr-grid ul.ftr-nav li {
    display: block;
}

.ftr-grid ul.ftr-nav li a {
    font-size: 1em;
    color: #fff;
}

.ftr-grid ul.ftr-nav li a:hover {
    color: #ED3237;
}


/*--footer end here--*/

.copy-right {
    background: #222736;
    padding: 1.5em 0em;
    text-align: center;
}

.copy-rights-main p {
    font-size: 1em;
    color: #fff;
}

.copy-rights-main p a {
    color: #fff;
}

.copy-rights-main p a:hover {
    color: #3e4095;
}


/*-- about start here--*/

.about-right h4 {
    font-size: 2em;
    color: #ED3237;
    margin-bottom: 0.3em;
    font-family: 'Aladin', cursive;
}

.about-right p {
    font-size: 1em;
    color: #737373;
    line-height: 1.8em;
}

.about-img {
    float: left;
    width: 11%;
}

.about-text {
    float: right;
    width: 85%;
}

.about-list {
    padding-top: 1.5em;
}

.about-text h5 {
    color: #000;
    font-size: 1.3em;
    margin-bottom: 0.3em;
    font-family: 'Aladin', cursive;
}

.advantages {
    background-color: #fff;
    box-shadow: 0px 0 25px 0 rgb(0 0 0 / 10%);
    /* background: url("../images/bg.jpg") no-repeat; */
    min-height: 350px;
    background-size: cover;
    background-position: center;
}

.advantage-block {
    padding: 2em 2em;
    background: #ED3237;
    text-align: center;
    border-radius: 5px;
    /* border: 0px solid #3e4095; */
    box-shadow: 0px 0 25px 0 rgb(0 0 0 / 10%);
}

.advantage-block:hover {
    background-color: #3e4095;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
}

.advantage-block h4 {
    font-size: 1.5em;
    color: #fff;
    font-family: 'Aladin', cursive;
    margin: 0.5em 0em 0.5em 0em;
}

.advantage-block p {
    font-size: 1em;
    color: #FFF;
    line-height: 1.8em;
}

.advantage-block h3 {
    font-size: 2.5em;
    color: #fff;
    font-family: 'Aladin', cursive;
}

.featur-grid ul {
    padding: 0em;
    list-style: none;
}

.featur-grid ul li {
    margin: 0.5em 0em 0em 0em;
}

.featur-grid ul li a {
    font-size: 1em;
    font-weight: 400;
    color: #737373;
    text-decoration: none;
}

.featur-grid ul li a:before {
    content: '\f00c';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 16px;
    padding-right: 20px;
    color: #ed3237;
}

.featur-grid ul li a:hover {
    color: #000;
    text-decoration: none;
}


/*--services end here--*/

.gallery-grid {
    padding-bottom: 2em;
}

.gallery {
    padding-bottom: 3em;
}

.col1 figure {
    position: relative;
    float: left;
    overflow: hidden;
    text-align: center;
    cursor: pointer;
    width: 100%;
}

.col1 figure img {
    position: relative;
    display: block;
}

.features-grids figure figcaption {
    padding: 2em;
    color: #fff;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
}

.col1 figure figcaption::before,
.fcol1 figure figcaption::after {
    pointer-events: none;
}

.col1 figure figcaption {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

figure.effect-bubba {
    background: #000;
}

figure.effect-bubba:hover img {
    opacity: 0.3;
}

figure.effect-bubba figcaption::before,
figure.effect-bubba figcaption::after {
    position: absolute;
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px;
    content: '';
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    -moz-transition: opacity 0.35s, -moz-transform 0.35s;
    -o-transition: opacity 0.35s, -o-transform 0.35s;
    -ms-transition: opacity 0.35s, -ms-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}

figure.effect-bubba figcaption::before {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: scale(0, 1);
    -moz-transform: scale(0, 1);
    -o-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
}

figure.effect-bubba figcaption::after {
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    -webkit-transform: scale(1, 0);
    -moz-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    transform: scale(1, 0);
}

figure.effect-bubba h4 {
    padding-top: 21%;
    -webkit-transition: transform 0.35s;
    -moz-transition: transform 0.35s;
    -o-transition: -o-transform 0.35s;
    -ms-transition: -ms-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0, -20px, 0);
    -moz-transform: translate3d(0, -20px, 0);
    -o-transform: translate3d(0, -20px, 0);
    -ms-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
    opacity: 0;
    color: #fff;
    font-family: 'Aladin', cursive;
    font-size: 2em;
}

figure.effect-bubba h4.gal {
    padding-top: 14%;
}

figure.effect-bubba p {
    padding: 20px 2.5em;
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    -moz-transition: opacity 0.35s, -moz-transform 0.35s;
    -o-transition: opacity 0.35s, -o-transform 0.35s;
    -ms-transition: opacity 0.35s, -ms-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(0, 20px, 0);
    -moz-transform: translate3d(0, 20px, 0);
    -o-transform: translate3d(0, 20px, 0);
    -ms-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
    color: #fff;
    font-size: 1em;
}

figure.effect-bubba:hover figcaption::before,
figure.effect-bubba:hover figcaption::after {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

figure.effect-bubba:hover h4,
figure.effect-bubba:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.table>thead>tr>th,
.table>tbody>tr>th,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>tbody>tr>td,
.table>tfoot>tr>td {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: none;
}

.form-horizontal .control-label {
    text-align: left;
}

h3.typo1 {
    text-align: center;
    font-size: 3em;
    color: #3e4095;
    font-family: 'Aladin', cursive;
}


/*--contact start here--*/

.contact-bottom .well{
    min-height: 365px;
}

.contact-left input[type="text"],
.contact-left select,
.contact-left input[type="date"] {
    font-size: 0.9em;
    color: #000;
    padding: 0.7em 0.7em;
    outline: none;
    /* border: 1px solid #999; */
    border-radius: 2px;
    height: 40px;
}

.form-control:focus {
    transition: all ease-in-out 0.1s;
    border: 2px solid #3e4095;
    box-shadow: none;
}

.contact-left select {
    color: #737373;
}

.contact-left textarea {
    font-size: 1em;
    color: #000;
    width: 100%;
    padding: 0.7em 0.7em;
    outline: none;
    resize: none;
    height: 10em;
    /* border: 1px solid #999; */
    border-radius: 2px;
}

.contact-left input.email {
    margin: 0px 0px 0px 12px;
}

.contact-left input[type="submit"] {
    font-size: 1em;
    color: #FFF;
    padding: 0.4em 1.5em;
    background: #F5AF33;
    border: none;
    margin: 0.5em 0em 0em 0em;
    outline: none;
}

.contact-left input[type="submit"]:hover {
    background: #3e4095;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
}

.contact-right h1 {
    font-size: 2.5em;
    color: #F5AF33;
    margin: 0em 0em 0.5em 0em;
    font-family: 'Aladin', cursive;
}

.contact-right p {
    font-size: 1em;
    color: #737373;
    line-height: 1.8em;
}

.contact-right p a {
    color: #7B7B7B;
}

.contact-right p a:hover {
    color: #F5AF33;
    text-decoration: none;
}

.map iframe {
    width: 100%;
    height: 300px;
}


/*--contact end here--*/


/*--meadia quiries start here--*/

@media(max-width:1024px) {
    .info-right p {
        font-size: 0.9em;
    }
    .leaves-main p {
        width: 80%;
    }
    .leaves {
        padding: 4em 0em;
    }
    .ftr-grid h3 {
        margin-bottom: 0.4em;
    }
    .ftr-grid input[type="text"] {
        width: 67%;
    }
    .advantage-block {
        padding: 2em 1em;
    }
    .advantage-block p {
        font-size: 0.9em;
    }
    .contact-left input.email {
        margin: 0px 0px 0px 10px;
    }
    .info-left {
        width: 22%;
    }
    .info-right {
        width: 76%;
    }
    .ftr-grid input[type="text"] {
        padding: 0.29em 0.6em;
    }
}

@media(max-width:991px) {
    .top-social {
        float: left;
        width: 40%;
    }
    .top-social {
        float: right;
        width: 40%;
        padding: 0px;
    }
    .header-address {
        float: left;
        width: 60%;
        padding: 0px;
    }
    .footer .row .ftr-grid:nth-child(1),
    .footer .row .ftr-grid:nth-child(2) {
        margin-bottom: 2em;
    }
    .five-star {
        padding-bottom: 0em;
    }
    .hotel-info {
        margin-bottom: 1.5em;
    }
    .leaves-main p {
        width: 95%;
    }
    .featur-grid {
        float: left;
        width: 50%;
        margin-bottom: 1.5em;
    }
    .col1.gallery-grid {
        float: left;
    }
    .contact-left input.email {
        margin: 0px 0px 0px 15px;
    }
    .about-img {
        float: left;
        width: 17%;
    }
    .about-text {
        float: right;
        width: 82%;
    }
}

@media(max-width:767px) {
    .info-left {
        width: 10%;
    }
    .info-right {
        width: 85%;
    }
    .footer .row div:nth-child(4) {
        margin-bottom: 2em !important;
    }
    .rooms-left {
        margin-bottom: 1em;
    }
    .navbar {
        padding: 0px;
    }
    .navbar-nav li a.active,
    .navbar-nav li:hover {
        background-color: #ffffff;
    }
    .navbar-header {
        padding: 14px 0px;
    }
    .nav>li>a {
        color: #fff !important;
        margin: 0px;
        padding: 10px 20px !important;
    }
    .navbar-brand {
        padding: 0px 15px;
        height: auto !important;
    }
    .navbar-collapse {
        border-top: 2px solid #1e1f23fa;
    }
    .navbar-nav {
        background-color: #1e1f23fa;
        margin: 0px;
    }
    .navbar-inverse .navbar-toggle {
        background: #1e1f23fa;
    }
    .navbar-inverse .navbar-toggle:hover,
    .navbar-inverse .navbar-toggle:focus {
        background: #F5AF33 !important;
    }
    div#navbar {
        padding: 0px;
    }
    .navbar-collapse {
        border-top: none;
    }
    .navbar-inverse .navbar-nav>li>a {
        padding: 0.5em 0em !important;
    }
    .navbar-inverse .navbar-nav>li>a {
        color: #FFFFFF;
    }
}

@media(max-width:640px) {
    .top-social ul li:not(first-child) {
        display: inline;
        margin-right: 0.5em;
    }
    .leaves-main h1 {
        font-size: 2.4em;
    }
    .leaves-main p {
        width: 100%;
        font-size: 0.9em;
    }
    /* .leaves {
        padding: 3em 0em;
    } */
    .leaves-main a {
        padding: 0.7em 1em;
    }
    .ftr-grid h3 {
        font-size: 2em;
    }
    .advantage-block h3 {
        font-size: 2em;
    }
    .features {
        padding: 3em 0em 3em 0em;
    }
    .features-top {
        padding-bottom: 2em;
    }
    .contact-left input[type="text"] {
        width: 100%;
        margin-bottom: 0.5em;
    }
    .contact-left input.email {
        margin: 0px 0px 0px 0px;
    }
    .contact-left textarea {
        margin: 0.5em 0em 0em 0em;
    }
    .contact-right h1 {
        font-size: 2em;
    }
    .map {
        padding: 0em 0em 3em 0em;
    }
    .map iframe {
        height: 230px;
    }
    .header-address h6 {
        font-size: 0.8em;
    }
    button.btn.btn-lg {
        font-size: 1.1em;
    }
    h3.typo1 {
        font-size: 2.5em;
    }
    .dining p {
        width: 100%;
    }
}

@media(max-width:480px) {
    .top-social {
        float: none;
        width: 100%;
        text-align: center;
    }
    .header-address {
        float: none;
        width: 100%;
        text-align: center;
    }
    .ftr-grid {
        float: none;
        width: 100%;
    }
    .advantage-block h4 {
        font-size: 1.5em;
        margin: 0.3em 0em 0.3em 0em;
    }
    .featur-grid {
        float: none;
        width: 100%;
    }
    .info-left {
        width: 16%;
    }
    .info-right {
        width: 81%;
    }
    .info-left img {
        width: 100%;
    }
    button.btn.btn-sm {
        font-size: 0.8em;
        padding: 9px;
    }
    h3.typo1 {
        font-size: 2em;
    }
}

@media(max-width:320px) {
    .header-address h6 {
        font-size: 0.8em !important;
    }
    .header-address ul li {
        margin-right: 0.2em !important;
    }
    .navbar-wrapper {
        padding: 1em 0em 1em 0em;
    }
    .hotel-info {
        padding: 0px;
    }
    .info-right h4 {
        font-size: 1.4em;
        margin-bottom: 0.1em;
    }
    .hotel-info {
        margin-bottom: 1em;
    }
    .leaves-main h1 {
        font-size: 1.8em;
    }
    .leaves {
        padding: 1.5em 0em;
    }
    .leaves-main p {
        font-size: 0.8em;
    }
    .leaves-main a {
        padding: 0.5em 1em;
        margin-top: 0.5em;
        font-size: 0.9em;
    }
    .footer {
        padding: 1.5em 0em;
    }
    .ftr-grid {
        padding: 0em;
        margin-bottom: 1em;
    }
    .ftr-grid h3 {
        font-size: 1.8em;
    }
    .copy-rights-main p {
        font-size: 0.9em;
    }
    .about {
        padding: 1.5em 0em;
    }
    .advantage-block {
        padding: 1em 1em;
    }
    .advantage-block h3 {
        font-size: 1.5em;
    }
    .advantage-grid {
        padding: 0px;
    }
    .features-top {
        padding-bottom: 1em;
    }
    .rooms {
        padding: 1.5em 0em;
    }
    .gallery-grid {
        float: none;
        width: 100%;
    }
    .contact {
        padding: 1.5em 0em 1.5em 0em;
    }
    .contact-right h1 {
        font-size: 1.8em;
    }
    .map {
        padding: 0em 0em 1.5em 0em;
    }
    .map iframe {
        height: 150px;
    }
    .contact-left input[type="text"] {
        font-size: 0.9em;
        padding: 0.5em 0.5em;
    }
    .contact-left textarea {
        height: 8em;
    }
    .contact-right h1 {
        margin: 0em 0em 0.2em 0em;
    }
    .logo img {
        width: 83%;
    }
    .featur-grid {
        padding: 0px;
    }
    .col1.gallery-grid {
        float: left;
        width: 100%;
        padding: 0px 0px 10px 0px;
    }
    .navbar-inverse .navbar-nav>li>a {
        padding: 0.4em 0em !important;
        font-size: 0.9em;
    }
    button.btn.btn-lg {
        font-size: 0.9em;
        margin: 0 0 0.5em 0px;
        padding: 9px;
    }
    button.btn.btn-sm {
        font-size: 0.7em;
        padding: 5px;
        margin: 0 0 0.5em;
    }
    button.btn.btn-xs {
        font-size: 0.7em;
    }
    h3.typo1 {
        font-size: 1.8em;
    }
}


/* -----Custom Css -----*/

.swiper {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 0 10px 25px rgb(36 11 12 / 10%);
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    /* background: #000; */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 650px;
    object-fit: cover;
}

.swiper-pagination-bullet {
    width: 12px !important;
    height: 12px !important;
    text-align: center;
    line-height: 20px;
    font-size: 12px;
    color: #ffffff;
    background: #ffffff !important;
    opacity: 1 !important;
}

.swiper-pagination-bullet-active {
    color: #fff;
    background: #ed3237 !important;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: transparent;
}

.navbar-toggle {
    border-color: transparent !important;
    margin-top: 25px;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #1e1f23fa;
}

.navbar-nav li a.active,
.navbar-nav li a:hover {
    color: #ED3237 !important;
    /* font-weight: bold; */
}

.navbar-brand>img {
    height: 70px;
    margin-top: -2px;
}

.team .advantage-block {
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: start;
}

.advantages .advantage-block {
    padding: 2em 0.5em;
}

.team .advantage-block i {
    font-size: 20px;
    color: #fff;
    padding-right: 20px;
}

.advantage-grid {
    margin: 0em 0em 1em 0em;
}

.single .features-top p {
    font-size: 1.23em;
    text-align: center;
    font-weight: 400;
    color: #737373;
}

.parcel a {
    color: #fff;
    font-weight: bold;
    background: linear-gradient(to right, #fb3b3b 0, #911c16 100%);
    padding: 10px;
}

.parcel {
    position: fixed;
    bottom: 50%;
    right: -33px;
    transform: rotate(-90deg);
    z-index: 999999;
}

.tariff table {
    border: 1px solid black;
    border-collapse: collapse;
    padding: 0px;
}

.tariff th {
    padding: 10px;
    border: 1px solid black;
}

.tariff td {
    padding: 10px;
    border: 1px solid black;
    text-align: left;
    color: #3a3a3a;
    font-weight: 400;
}

.tariff tr:nth-child(even) {
    background-color: white;
}

.tariff tr:nth-child(odd) {
    background-color: #eee;
}

.tariff h3 {
    text-align: center;
    padding: 9px;
    font-weight: 600;
}

.tariff .panel {
    box-shadow: 0px 0 25px 0 rgb(0 0 0 / 10%);
    border: 0px;
}

.tariff .panel:hover {
    box-shadow: none;
}

.tariff .panel-default>.panel-heading {
    color: #fff;
    background-color: #ED3237;
    border-color: #ddd;
    border-bottom: 0px;
}

.tariff .panel .panel-body {
    padding: 0px;
}

.tariff .panel .panel-body .list-group {
    margin-bottom: 0px;
}

.tariff .panel .panel-body .list-group-item {
    font-weight: bold;
    border-radius: 0px;
}

.list-group-item {
    border: 1px solid #e7e7e7;
}

.owl-theme .owl-nav {
    margin-top: 0px !important;
}

.owl-theme .owl-nav .owl-prev {
    position: absolute;
    top: 45%;
    left: 1%;
}

.owl-theme .owl-nav .owl-next {
    position: absolute;
    top: 45%;
    right: 1%;
}

.owl-theme .owl-nav [class*=owl-] {
    font-size: 56px !important;
    padding: 4px 7px !important;
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: transparent !important;
    color: #000 !important;
    text-decoration: none;
}


/* 
.breadcrumbs {
	padding: 15px 0;
	background: #1e1f23fa;
	min-height: 40px;
}

.breadcrumbs h2 {
	font-size: 28px;
	font-weight: 300;
	color: #fff;
}

.breadcrumbs ol {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	padding: 0;
	margin: 0;
	color: #ded5d2;
}

.breadcrumbs ol a {
	color: #ed3237;
}

.breadcrumbs ol li+li::before {
	display: inline-block;
	padding-right: 10px;
	color: #c8bab5;
	content: "/";
}

.breadcrumbs ol li+li {
	padding-left: 10px;
}

.breadcrumbs .bread-class {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
 */


/* ---- isotope ---- */

.grid {
    margin-top: 5%;
}


/* .grid .col-lg-4.col-md-4 {
	padding: 0px;
} */

.grid:after {
    content: '';
    display: block;
    clear: both;
}


/* .element-item {
    padding: 10px;
    -webkit-transition: height, weight 0.8s 0s;
    transition: height, weight 0.8s 0s;
} */

.element-item {
    padding: 10px;
}

.element-item img {
    width: 420px;
    height: 260px;
    margin: auto;
}

.element-item>* {
    margin: 0;
    padding: 0;
}


/* ---- isotope end ---- */

.button {
    display: inline-block;
    padding: 5px 12px;
    box-shadow: 0px 0 10px 0 rgb(0 0 0 / 10%);
    background-color: #fff;
    border: 0px solid #F2F2F2;
    margin-right: 20px;
    border-radius: 50px;
    font-size: 14px;
    cursor: pointer;
}

.button:active,
.button.is-checked {
    color: #fff;
    background-color: #ed3237;
}

.button:hover {
    color: #fff;
    background-color: #3e4095;
}

.well {
    box-shadow: 0px 0 25px 0 rgb(0 0 0 / 10%);
    background-color: transparent;
    border-top: 2px solid #3e4095;
    border-bottom: 2px solid #3e4095;
    border-radius: 4px;
}

.well:hover {
    box-shadow: none;
    transition: all ease-in-out;
}

.ocassion .banquet-info .image-box {
    padding: 20px 10px;
    height: 150px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-top: 2px solid #3e4095;
    border-bottom: 2px solid #3e4095;
    border-radius: 4px;
    margin-bottom: 1em;
    box-shadow: 0px 0 25px 0 rgb(0 0 0 / 10%);
    transition: all ease-in-out 0.3s;
}

.ocassion .banquet-info .image-box:hover {
    transform: scale(1.03);
    transition: all .3s ease-in-out;
}

.ocassion .banquet-info img {
    margin: 0 auto 0 auto;
    margin-bottom: 1em;
}

.ocassion .banquet-info img {
    filter: grayscale(100%);
}

.offers {
    background-image: none !important;
}

.banquets {
    background-color: #fff;
    box-shadow: 0px 0 25px 0 rgb(0 0 0 / 10%);
    /* background: url("../images/bg.jpg")no-repeat; */
    min-height: 350px;
    background-position: center;
    background-size: cover;
}

.banquets .banquet-box {
    background-size: cover;
    background-position: center;
    min-height: 300px;
}

.banquets .banquet-box1 {
    background-image: url('../images/banquet/banquet1.jpg');
}

.banquets .banquet-box2 {
    background-image: url('../images/banquet/banquet2.jpg');
}

.banquets .banquet-box3 {
    background-image: url('../images/banquet/banquet3.jpg');
}

.banquets .banquet-box4 {
    background-image: url('../images/banquet/banquet4.jpg');
}

.offers .offer-box1 {
    background-image: url('../images/offers/offer1.jpg');
}

.offers .offer-box2 {
    background-image: url('../images/offers/offer2.jpg');
}

.offers .offer-box3 {
    background-image: url('../images/offers/offer3.jpg');
}

.offers .offer-box4 {
    background-image: url('../images/offers/offer4.jpg');
}

.banquets .content-box {
    background-color: #fff;
    height: 300px;
    display: flex;
    padding: 0px 20px;
    flex-direction: column;
    justify-content: center;
}

.about .about-right {
    min-height: 400px;
    display: flex;
    padding: 0px 20px;
    flex-direction: column;
    justify-content: center;
    box-shadow: 0px 0 25px 0 rgb(0 0 0 / 10%);
}

.about .about-left {
    background-image: url('../images/about.jpg');
    background-size: cover;
    background-position: center;
    min-height: 400px;
}

.offers .content-box {
    box-shadow: 0px 0 25px 0 rgb(0 0 0 / 10%);
}

.banquets .content-box:hover {
    background-color: #ED3237;
    transition: all ease-in-out 0.3s;
    color: #fff;
}

.banquets .content-box h3 {
    color: #ed3237;
    font-size: 1.5em;
    font-family: 'Aladin', cursive;
    margin: 0em 0em 1em 0em;
}

.banquets .content-box:hover h3 {
    color: #fff;
}

.rooms .room-item {
    transition: all .3s ease-in-out;
    box-shadow: 0px 0 25px 0 rgb(0 0 0 / 10%);
}

.rooms .room-item .gallery-grid {
    padding-bottom: 0em;
}

.rooms .room-item:hover {
    transform: scale(1.03);
    transition: all .3s ease-in-out;
}

.room-item .ri-text {
    text-align: center;
    border: 1px solid #ebebeb;
    padding: 24px 18px;
}

.room-item .ri-text h4 {
    font-family: 'Aladin', cursive;
    font-size: 1.5em;
    color: #1e1f23fa;
    margin-bottom: 0.4em;
}

.room-item .ri-text h3 {
    margin-top: 20px;
    font-family: 'Aladin', cursive;
    color: #ed3237;
    font-size: 26px;
}

.room-item .ri-text h3 span {
    font-size: 16px;
}


/* .room-item .ri-text table {
    margin: 14px 0px;
}

.room-item .ri-text table tbody tr td.r-o {
    width: 110px;
}

.room-item .ri-text table tbody tr td {
    font-size: 14px;
    color: #737373;
    line-height: 36px;
} */

.rooms .ri-text ul {
    margin: 30px 0;
    padding: 0;
}

.rooms .ri-text ul li {
    color: #737373;
    margin-bottom: 10px;
    list-style: none;
}


/* rooms index */

.rooms_index .overlay_top {
    position: relative;
    /* width: 50%; */
}

.rooms_index .overlay {
    position: absolute;
    bottom: 100%;
    left: 0;
    right: 0;
    background-color: #000;
    opacity: 0.7;
    overflow: hidden;
    width: 100%;
    height: 0;
    transition: .5s ease;
}

.rooms_index .overlay_top:hover .overlay {
    bottom: 0;
    height: 100%;
}

.rooms_index .text {
    color: white;
    font-size: 24px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    font-weight: bold;
    font-family: 'Aladin', cursive;
}

.rooms_index .text ul {
    padding: 0px;
}

.rooms_index .text ul li {
    list-style: none;
}

.rooms_index .text .line {
    height: 1px;
    width: 85%;
    margin: 2px auto 0 auto;
    background-color: #ffffff;
}

.rooms_index .text a {
    color: #ED3237;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 15px;
    bottom: 15px;
    z-index: 99999;
}

.back-to-top i {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #ED3237;
    color: #fff;
    transition: all 0.4s;
}

.btn-lg,
.btn-group-lg>.btn {
    padding: 5px 12px;
}

.btn-primary,
.btn-primary:focus,
.btn-primary:active {
    background-color: #ed3237;
    border-color: transparent;
    border-radius: 50px;
    box-shadow: none;
    border: 0px;
    outline: none !important;
}

.btn-primary:hover {
    background-color: #3e4095;
    transition: all ease-in-out 0.3s;
}

.btn-lg {
    font-size: 16px;
}


/* heading settings */

.header-top {
    text-align: center;
    margin-bottom: 3em;
}

.header-top h1 {
    font-size: 2.5em;
    color: #3e4095;
    font-family: 'Aladin', cursive;
}


/* end here */


/* -------Responsive------ */

@media only screen and (min-width:991px) and (max-width:1199px) {
    .ftr-grid ul.ftr-nav li:last-child a {
        font-size: 0.9em;
    }
    .header-top h1 {
        font-size: 2.5em;
    }
    .advantages .advantage-block {
        padding: 2em 0.5em;
        height: 260px;
    }
    .navbar-right {
        margin-right: 66px;
    }
}

@media only screen and (min-width:767px) and (max-width:991px) {
    .swiper-slide img {
        height: 100%;
    }
    .header-top h1 {
        font-size: 2.4em;
    }
    #navbar .navbar-nav li a {
        font-size: 11px;
    }
    .advantages .advantage-block {
        padding: 2em 0.5em;
        height: 285px;
    }
    .rooms .row .col-md-4:nth-child(3) {
        margin-top: 2em
    }
}

@media only screen and (min-width:767px) and (max-width:1199px) {
    .navbar-brand {
        float: none;
    }
    .navbar-header {
        float: none;
        text-align: center;
    }
    div#navbar {
        padding: 0px !important;
        margin: 14px auto;
    }
    .ocassion .banquet-info h4 {
        font-size: 1.2em !important;
    }
}

@media(max-width:767px) {
    .information,
    .leaves,
    .swimming,
    .about,
    .advantages,
    .team,
    .services,
    .ser-strip,
    .rooms,
    .page,
    .contact,
    .single,
    .banquets {
        padding: 3em 0em;
    }
    .swiper-slide img {
        height: 100%;
    }
    .header-top h1 {
        font-size: 2.3em;
    }
    .residency {
        display: block;
    }
    #pay_us .align {
        text-align: center;
        margin-bottom: 2em;
    }
    .advantages .advantage-block {
        height: auto;
    }
    .team .advantage-block h4 {
        font-size: 1.7em;
    }
    .single .features-top p {
        width: 100%;
    }
    .ocassion .banquet-info h4 {
        font-size: 1.3em !important;
    }
    .banquets .content-box,
    .about .about-right {
        height: auto;
        padding: 20px;
    }
    .banquets .banquet-box,
    .about .about-left {
        margin: auto 15px;
        padding: 0px;
    }
    .banquets .box3,
    .banquets .box4,
    .offers .ofbox2,
    .offers .ofbox4 {
        display: flex;
        flex-direction: column-reverse;
    }
    .banquets .banquet-box,
    .about .about-left {
        min-height: 250px;
    }
    .rooms .row .col-md-4 {
        margin-top: 2em
    }
}

@media (min-width: 767px) {
    .banquets .col-md-3,
    .offers .col-md-6,
    .about-main .col-md-6 {
        padding: 0px;
    }
    .bootstrap-datetimepicker-widget {
        visibility: visible !important
    }
}

@media(min-width:1199px) {
    .navbar-nav {
        padding: 24px;
    }
}

@media only screen and (min-width:550px) and (max-width:767px) {
    .rooms .col-md-4,
    .single .single-main .col-md-4,
    .gallery-main .grid .col-md-4 {
        padding-right: 80px;
        padding-left: 80px;
    }
}

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
    max-height: inherit !important;
}

@media (max-device-width: 768px) and (orientation: landscape) {
    .navbar-fixed-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
        max-height: inherit !important;
    }
}

/* google reviews css */
.eapps-widget-toolbar,.bztMy {
    display: none !important;
}
.eapps-widget:hover .eapps-widget-toolbar {
    opacity: 0 !important;
    pointer-events: auto;
}
.Header__WidgetTitle-sc-17gc7x6-2.bcweMn {
    font-family: "Satisfy", sans-serif !important;
}

.iKHUUx,.clqcqP {
    box-shadow: 0px 0 25px 0 rgb(0 0 0 / 10%);
}
.clqcqP {
    overflow-y: auto !important;
    height: 200px !important;
}
.irgSDW{
    display: flex !important;
    filter:opacity(100%) !important;
}
.dTynz a:last-child{
    filter:opacity(0%);
}