/*===================================>>>>> foe-comman css start <<<<<<========================================== */
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    list-style: none;
    text-decoration: none;
    font-family: 'Open Sans', sans-serif;
}

/*===================================>>>>> foe header  start <<<<<<========================================== */
.outer-top-bar-box {
    background-color: #142954;
    padding: 8px 0px;
}

.left-top-bar-box>span a {
    color: #fff;
    text-decoration: none;
}

.left-top-bar ul li a {
    text-decoration: none;
    color: #fff;
    font-size: 14px;
    font-weight: 400;

}

.left-top-bar ul li:nth-child(2) {
    margin-left: 20px;
}

.left-top-bar>ul {
    padding-left: 10px !important;
}

.left-top-bar ul li a i {
    margin-right: 10px;
}
.left-top-bar ul li a i {
    background-color: white;
    padding: 5px 5px;
    border-radius: 0%;
    border: 1px solid #fff;
    width: 26px;
    height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #142954 !important;
    max-width: max-content;
}
.left-top-bar ul li a {
    display: flex;
    align-items: center;
}
.left-top-bar ul li a:hover {
    opacity: 0.8;
    transition: 0.3s;
}
.social-icons li a i {
    color: #142954;
    font-size: 16px;
}
.foe-nav .nav-item:last-child .popup-user-btn i {
    font-size: 18px;
    display: flex;
}
.social-icons li a {
    background-color: white;
    padding: 5px 5px;
    border-radius: 0%;
    border: 1px solid #fff;
    width: 26px;
    height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
}
.social-icons li a:hover {
    transform: translateY(-3px);
    transition: 0.3s;
}
.social-icons {
    gap: 8px;
}

.contact-box span i,
.e-mail-box span i {
    margin-right: 10px;

}

.nav-item span {
    background: #142954;
    display: inline-block;
    height: 16px !important;
    width: 2px;
    margin-top: 12px;
}

.contact-box {
    margin-left: 30px;
}

.e-mail-box span a {
    text-decoration: none;

}

.nav-item .nav-link {
    text-transform: uppercase;
}

.foe-nav .nav-item .nav-link {
    padding: 10px 15px !important;
}

.collaplse-box {
    flex-grow: inherit;
}

.foe-nav .navbar-nav .nav-link.active,
.foe-nav .navbar-nav .show>.nav-link {
    color: #f04c27;
}

.foe-nav .navbar-nav .nav-link {
    color: #142954;
}

.foe-nav .nav-item:nth-child(8) {
    margin-left: 30px;
    margin-right: 10px;
}

.foe-nav .nav-item:nth-child(9) {
    margin: 0 20px;
}

.foe-nav .nav-item .nav-search-box {
    padding: 0 !important;
}

.foe-nav .nav-item .nav-search-box i {
    font-size: 16px;
}
.foe-nav .nav-item .popup-user-btn {
    background-color: #142954;
    border: none !important;
    padding: 0;
    border-radius: 0px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.nav-link i {
    color: #142954;
    font-size: 22px;
}

.foe-offcanvas-btn {
    background-color: #142954;
    color: #fff;
}

.foe-offcanvas-btn {
    display: none;
}

.custom-nav>.container a:nth-child(2) {
    padding: 6px 11px;
    background-color: #142954;
    color: #fff;
    border-radius: 7px;
    display: none;
    border: 2px solid #142954;
}

.custom-nav>.container a:nth-child(2):hover {
    background-color: transparent;
    color: #000;
}

.navbar-nav.foe-nav {
    width: 100% !important;
}

.logo img {
    width: 290px;
}

.second-header {
    display: none;
}

.mobile-offcanvas {
    background-color: #142954;
    display: none;
}

.mobile-coll-box>.foe-nav li a {
    color: #fff !important;
}

.mobile-coll-box {
    display: block !important;
}

.offcanvas-colse-btn {
    filter: brightness(0) invert(1);
    opacity: 100%;
}

.foe-offcanvas-btn,
.popup-user-btn-for-mobile {
    border: 2px solid transparent;
}

.foe-offcanvas-btn:hover,
.popup-user-btn-for-mobile:hover {
    border-color: #142954;
}

.popup-user-btn-for-mobile {
    background-color: #142954;
    color: #fff;
}




/*===================================>>>>> foe-banner section start <<<<<<========================================== */

.foe-banner {
    background: url(../images/banner.jpeg);
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 100% 100%;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1;
    height: 600px;
}

.foe-booking-form {
    background-color: #fff;
    padding: 20px;
}

.form-group label,
.form-group label {
    color: #142954;
    font-weight: 600;
}

.date-picker {
    color: #142954;
    height: 45px;
    align-items: center;
}

.form-group {
    width: 48%;
}

.date-picker:focus {
    box-shadow: none;
    border-color: #142954;
}
.search-btn {
    width: 100%;
    background-color: #142954;
    color: #fff;
    padding: 8px 20px;
    border-radius: 0;
    font-size: 18px;
    text-transform: capitalize;
}
.search-btn:hover {
    background-color: #f04923;
    color: #fff;
}
.foe-banner::before {
    content: " ";
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    top: 0;
}

.foe-banner-content h1 {
    color: #fff;
    font-size: 56px;
    text-transform: capitalize;
    font-weight: 700;

}
.mobile-banner-heading {
    display: none;
    line-height: 48px;
}
.foe-banner-content p {
    color: #fff;
    font-size: 20px;
    margin: 16px 0px 26px 0px;
}
.book-btn {
    background-color: #ffffff;
    width: 234px;
    padding: 16px 36px;
    border-radius: 0px;
    color: #142954;
    text-transform: uppercase;
    display: flex !important;
    align-items: center;
    font-weight: 400;
    font-size: 16px;
    transition: 0.2s;
}
.book-btn span i {
    font-size: 45px;
    float: right;
}
.book-btn span img {
    width: 40px;
    transition: 0.3s;
    filter: brightness(0) saturate(100%) invert(12%) sepia(63%) saturate(1386%) hue-rotate(197deg) brightness(102%) contrast(97%);
    position: relative;
    top: -1px
}

/*===================================>>>>> footer start <<<<<<========================================== */



/*===================================>>>>> about-us section start <<<<<<========================================== */

.foe-about-us {
    background-color: #F9F9F9;

}

.choose-us-img {
    max-height: 495px;
}

.foe-about-us .row {
    flex-direction: row-reverse;
}
.foe-about-img-box {
    background: url(../images/hotel-rated.svg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    border-radius: 0px;
    height: 460px;
}
.foe-about-img-box img {
    bottom: 5%;
    left: -14%;
    border: 5px solid #ffffff;
    width: 280px;
    height: 250px;
    object-fit: cover;
    border-radius: 0px;
    box-shadow: 0px 0px 5px #ccc;
}
.foe-about-us-btn {
    padding: 12px 60px;
    color: #fff;
    background-color: #142954;
    font-weight: 600;
    text-align: center;
}
.foe-about-us-btn:hover {
    background: #f15430;
    color: #FFFFFF;
}

/* .foe-about-us-btn {
    padding: 22px 80px;
    border: 1px solid #142954;
    color: #fff;
    font-weight: 600;
    letter-spacing: 2px;
    border-radius: 7px;
    text-align: center;
    background-color: #142954;
} */

/* .foe-about-us-btn:hover {
    background-color: #fff;
    color: #142954;
} */
.foe-about-us-content h4 {
    font-size: 30px;
    font-weight: 700;
    color: #142954;
    margin-bottom: 20px;
    padding-right: 60px;
}
.foe-about-us-content p {
    margin: 20px 0px;
}

.foe-about-us-content ul li {

    list-style: none
}
.foe-about-us-content ul li {
    margin: 19px 0px 0px 0px;
    color: #000;
    padding-right: 50px;
}
.foe-about-us-content ul li i {
    background-color: #142954;
    padding: 4px 6px;
    color: #fff !important;
    margin-top: 3px;
}
.heading-with-border h3::after {
    position: absolute;
    content: " ";
    top: 0;
    right: -70px;
    background: #142954;
    height: 1px;
    width: 50px;
    bottom: 0;
    margin: auto;
}

.heading-with-border h3::before {
    position: absolute;
    content: " ";
    top: 0;
    left: -70px;
    background: #142954;
    height: 1px;
    width: 50px;
    bottom: 0;
    margin: auto;
}

.heading-with-border h3 {
    color: #142954;
    font-weight: 600;
}


/*===================================>>>>> lightbox gallery section start <<<<<<========================================== */
/* .gallery-light-box {
    padding-bottom: 5rem;
    padding-top: 5rem;
} */

.image-box a img {
    width: 100%;
    height: 100%;
    border-radius: 7px;
}

.inner-col-box {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.inner-col-box a img {
    height: 100%;
    width: 100%;
    border-radius: 7px;
}

.image-box {
    padding: 5px;
}

.button-box>* {
    margin: 0px 3px;
    font-size: 13px !important;
    text-transform: uppercase;
    padding: 12px 29px;
    color: #142954;
    font-weight: 500;
    width: 150px;
}

.button-box>*:hover {
    background-color: #142954;
    color: #fff;

}

.view-box {
    margin-top: 35px;
}

.view-btn, .submit-btn {
    background-color: #142954;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    width: 190px;
    padding: 12px 20px;
    border-radius: 0px;
    letter-spacing: 1px;
}

.view-btn:hover,
.submit-btn:hover {
    background: #f25e3c;
    color: #ffffff;
}

/*===================================>>>>> gallery-light-box-tabbing styling <<<<<<========================================== */

/* Hide all tab content by default */

.tab {
    text-align: center;

}

#Tab1,
#Tab2,
#Tab3 {
    margin-top: 1.5rem;
}

.tabcontent {
    display: none;
}

/* Style the tab buttons */
.tablinks {
    background-color: transparent;
    color: #142954;
    padding: 8px 24px;
    cursor: pointer;
    width: 165px;
    text-transform: uppercase;
    font-weight: 600;
    margin: 0 2px;
    letter-spacing: 1px;
    border: 1px solid #142954;
}

.tablinks:hover {
    background-color: #142954;
    color: #fff;
}

/* Add active class to the current button */
.tablinks.active {
    background-color: #f25e3c;
    color: #fff;
    border-color: #f25e3c !important;
}
.tablinks:hover {
    background-color: #f25e3c;
    border-color: #f25e3c;
}
/* Style the tab content */
.tabcontent {
    padding: 10px;
    padding-top: 0;
}

/*===================================>>>>> light-box css start <<<<<<========================================== */

.lightbox {
    transform: translate(-50%, -50%) !important;
    position: fixed !important;
    top: 50% !important;
    left: 50% !important;
}

.gal-box {
    padding: 0px 7px;
    overflow: hidden;

}

.gal-box a {
    height: 100%;
    overflow: hidden;
    border-radius: 7px;
    display: inline-block;
    width: 100%;
}

.gal-row {
    padding-top: 14px;
}

.gal-inner-box img {
    width: 100%;
    height: 100%;
}

.gal-inner-box {
    line-height: 0;
}

.row.gal-row .col-8.gal-box a img:hover {
    transform: scale(1.1);
}

.row.gal-row .col-4.gal-box .gal-inner-box,
.row.gal-row .col-8.gal-box a {
    overflow: hidden;
    border-radius: 7px;
}

.col-md-8.gal-box img {
    width: 100%;
    height: 100%;
    border-radius: 7px;
}

.gal-box a img {
    width: 100%;
    height: 100%;
    border-radius: 7px;
    transition: 0.5s all ease-in-out;
}

.col-4.gal-box a img:hover {
    transform: scale(1.1);
    width: 100%;
}

/* blog-start &&&&&&&&&&&&&&&&&&&&&&&&*/
.blog .card-body .btn.card-btn {
    padding: 12px 26px !important;
    width: 100%;
}
.blog .card {
    margin-bottom: 0px;
    margin-top: 0px;
}
.index-2-services {
    padding-bottom: 40px !important;
}
/* blog-end &&&&&&&&&&&&&&&&&&&&&&&&*/


/* room-start &&&&&&&&&&&&&&&&&&&&&&&&*/
.rooms-slider-2.foe-room-slider .slick-prev,
.rooms-slider-2.foe-room-slider .slick-next {
    background-color: transparent !important;
}

.rooms-slider-2.foe-room-slider>.slick-prev {
    margin: auto !important;
    top: -150px;
    bottom: 0;
    left: -40px !important;
}

.rooms-slider-2.foe-room-slider>.slick-next {
    margin: auto !important;
    top: -150px;
    bottom: 0;
    right: -20px !important;
}

.rooms-info-rating.foe-rating span {
    background: none !important;
    color: #142954 !important;
    font-weight: 600;
}

.rooms-info-all.foe-all-info>* {
    width: auto !important;
}

.rooms-info-all.foe-all-info {
    height: auto !important;
    border-bottom: 1px solid #142954;
}

.rooms-info-rating.foe-rating i {
    color: #142954;
    font-size: 20px !important;
}

.info-rating-content {
    line-height: 24px;
    font-size: 14px !important;
    padding-top: 0 !important;
    color: #000;
}

.rooms-info.foe-info-box {
    padding: 25px 25px;
}

.rooms-book-now.room-foe-book-now {
    width: 100%;
}

.rooms-book-now.room-foe-book-now>a:hover {
    background-color: #f04923;
    color: #ffffff;
}

.room-facility.faclity-icon-box {
    margin: 20px 0px;

}

.rooms-slider-2.foe-room-slider .slick-prev::before,
.rooms-slider-2.foe-room-slider .slick-next::before {
    filter: brightness(0) saturate(100%) invert(95%) sepia(0%) saturate(330%) hue-rotate(150deg) brightness(95%) contrast(86%);
}

.slick-track {
    display: flex;

}

.slick-slide {
    height: auto;
    /* max-height: 900px !important; */
}

.index-rooms-section .foe-block-room {
    height: 100%;
}

.room-facility div {
    flex-wrap: wrap;
}

.faclity-icon-box .index-room-faclity-icons {
    width: 100%;
    gap: 5px;
}
.index-room-faclity-icons img {
    object-fit: contain;
    width: 29px;
    height: 29px;
}

.offer-tag {
    display: none;
}



/* services-start &&&&&&&&&&&&&&&&&&&&&&&&*/
section.services {
    background-color: #F9F9F9;
}

.service-box {
    width: 20%;
    text-align: center;
    max-width: calc(20% - 10px);
    margin: 5px;
}

.service-box-info {
    width: 100%;
}

.service-box div div {
    width: 100%;
}

.service-box a {
    text-decoration: none;
}

.servce-mini-box a .service-inner-mini {
    padding: 30px 20px !important;
    background: #FFFFFF;
    margin: auto;
    width: 50% !important;
    border: 1px solid #142954;
    border-radius: 50% !important;
    transition: 0.5s;
    background-color: #142954 !important;
    box-shadow: 0px 4px 11px #a9a5a5;
}
.service-box p {
    color: #000000;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase !important;
    margin-top: 7px !important;
}
.service-box .service-box-info .service-box-inner-content div {
    background: #ffffff !important;
    transition: 0.5s !important;
    width: 100px !important;
    height: 100px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 0px 5px #ccc;
    transition: 0.3s;
    border-radius: 0px !important;
}
.service-box .service-box-info .service-box-inner-content:hover>p {
    color: #f25e3c;
}
.service-box .service-box-info .service-box-inner-content:hover>div {
    background-color: #f25e3c !important;
    border: unset !important;
    border-left-color: #f25e3c !important;
    transition: 0.3s;
}
.service-inner-mini img {
    width: 100% !important;
    margin: auto;
    filter: brightness(0) saturate(100%) invert(12%) sepia(63%) saturate(1386%) hue-rotate(197deg) brightness(102%) contrast(97%) !important;
}
.service-box .service-box-info .service-box-inner-content:hover>.service-inner-mini img {
    filter: invert(14%) sepia(33%) saturate(6465%) hue-rotate(193deg) brightness(35%) contrast(98%);
}
.book-btn:hover>span img {
    transform: translateX(10px);
}
form#index-2-banner-form {
    height: 100%;
    border: unset;
}
.index-2-banner-form .index-2-common-select:nth-child(4n) {
    padding-right: 7.5px;
}
/* services-end &&&&&&&&&&&&&&&&&&&&&&&&*/





/* *****************************************about-us-page-css-start************************************************ */
/* about-us-start  */
.about-us {
    background: url(../images/About-us-banner.jpg);
    height: 300px;
}

.about-us a {
    background: #142954;
    border: solid 2px #142954;
    font-size: 20px;
    transition: 0.5s;
}

.about-us a:hover {
    background: transparent;
    color: #142954 !important;
}

.about-us-img img {
    border: 5px solid #FFFFFF;
    transition: 0.5s;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    border-radius: 15px;
}

.about-us-banner {
    background: url(../images/About-us-banner.jpg) no-repeat;
    background-size: cover;
}

.about-us p {
    font-size: 18px;
    color: #000000;
}

.about-us-writing-content {
    width: 60%;
}

/* about-us-end  */


/* next-***************************************************** */

/* who-we-are-start  */
/* .who-we-are {
    padding-top: 70px;
    padding-bottom: 80px;
} */

.who-we-are .card {
    max-width: calc(33.33% - 26px);
    margin: 13px;
    box-shadow: 0px 4px 11px rgba(0, 0, 0, 0.25);
    border-radius: 7px;
}

.who-we-are .card a {
    overflow: hidden;
    border-radius: 7px 7px 0px 0px !important;
}

.who-we-are .card a img:hover {
    transform: scale(1.1);
}

.who-we-are .card a img {
    transition: 0.5s;
}

.who-we-are .card-title a {
    color: #142954;
    font-size: 22px;
    line-height: 29px;
    font-family: 'DM Sans', sans-serif;
}

.who-we-are .card-body p {
    color: #5C5C5C;
    font-size: 15px;
    font-family: 'DM Sans', sans-serif;
}

.who-we-are .card-body span {
    color: #142954;
    font-family: 'Heebo', sans-serif;
}

.who-we-are .card-body .btn {
    border: solid 2px #142954;
    transition: 0.5s;
    background: #142954;
    font-weight: 600;
    border-radius: 7px !important;
    font-size: 16px;
}

.who-we-are .card-body .btn:hover {
    background: transparent;
    color: #142954 !important;
}

/* who-we-are-end  */

/* next-***************************************************** */

/* why-chose-us-start  */
/* .why-chose-us {
    padding: 60px 0px !important;
} */

.why-chose-us {
    background: #F9F9F9;
}

/* .why-chose-us-info {
    padding-left: 60px;
} */

.why-chose-us-info .heading-with-border h3 {
    margin-left: 60px;
}

.why-chose-us-info div:nth-child(2) h3 {
    line-height: 28px;
    color: #142954;
    font-size: 22px;
    font-family: 'DM Sans', sans-serif;
}

.why-chose-us div div div:nth-child(1) div {
    overflow: hidden;
}

.why-chose-us div div div:nth-child(1) div img {
    transition: 0.5s;
}

.why-chose-us div div div:nth-child(1) div img:hover {
    transform: scale(1.1);
}

.why-chose-us-info ul li span i {
    color: #142954;
}

.why-chose-us-info ul li {
    line-height: 40px;
}

.why-chose-us-info div:nth-child(2) p {
    line-height: 28px;
}

/* why-chose-us-end  */

/* next-***************************************************** */

/* her-to-contact-with-us-start  */
/* .her-to-contact-with-us {
    padding: 60px 0px 90px;
} */

.her-to-contact-with-us div:nth-child(2) div p {
    line-height: 26px;
}

.her-to-contact-with-us div:nth-child(2) div a {
    background: #142954;
    transition: 0.5s;
    border: solid 2px #142954;
    width: 250px;
    display: flex;
    text-align: center;
    align-items: center;
    display: flex;
    padding: 23px 0px;
    letter-spacing: 1px;
    margin-top: 15px;
}

.her-to-contact-with-us div:nth-child(2) div a:hover {
    background: transparent;
    color: #142954 !important;
}

.inner-contact-us-form-box .foe-inner-input-col .contact-input {
    height: 60px;
}

.inner-contact-us-form-box .contact-text-area {
    height: 150px
}

/* her-to-contact-with-us-end  */



/* *****************************************about-us-page-css-end************************************************ */


/* *****************************************contact us page-css-start************************************************ */

.foe-contact-us {
    background-color: #F9F9F9;
    padding: 45px 0 24px 0px;
}

.contact-img-box {
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));

}

.contact-book-btn {
    background-color: #142954;
    color: #fff;
    padding: 20px 65px;
    text-transform: capitalize;
    font-weight: 600;
    margin-top: 50px;
}

.contact-book-btn:hover {
    background-color: transparent;
    border: 1px solid #142954;
}

.contact-content {
    padding-right: 70px;
}

.contact-content p {
    font-size: 18px;
    font-weight: 600 !important;
}

.contact-img-box img {
    border-radius: 15px;
}

.foe-get-inner-boxes {
    flex-direction: column;
    background: #FFFFFF;
    box-shadow: 0px 4px 11px rgba(0, 0, 0, 0.25);
    border-radius: 7px;
    padding: 35px 65px 62px 65px;
    height: 100%;
}

.foe-get-inner-boxes:hover {
    background-color: #142954 !important;

}

.foe-get-inner-boxes:hover h3 {
    color: #fff;
}

.foe-get-inner-boxes:hover a {
    color: #fff;

}

.foe-get-inner-boxes a:hover {
    color: #C77A63;
}

.foe-get-inner-boxes:hover span {
    background-color: #fff;
}

.foe-get-inner-boxes:hover span i {
    color: #142954;
}

.foe-get-inner-boxes h3 {
    font-size: 20px;
    text-transform: capitalize;
    font-weight: 600;
    margin-top: 20px;
    color: #142954;
}

.foe-get-inner-boxes h3+a {
    color: #5C5C5C;
}

.foe-get-inner-boxes h3+a+a {
    color: #5C5C5C;
}

.foe-get-inner-boxes span {

    background: #142954;
    border-radius: 50%;
    color: #fff;
    height: 80px;
    width: 80px;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.foe-get-inner-boxes span i {
    font-size: 30px;
}

/* .foe-get-tuch {
    padding: 60px 0px;
} */

.foe-get-tuch .row {
    margin-top: 45px;
}

.foe-contact-us .row {
    margin-top: 20px;
}

.foe-contact-form {
    /* padding: 50px 0px 75px; */
    background-color: #F9F9F9;
}

#floatingTextarea {
    min-height: 6.75rem !important;
}

.submit-btn {
    float: right;
}

.foe-inner-input-col {
    margin-bottom: 32px;
}

.foe-inner-input-col ::placeholder {
    color: #B8B8B8;
    font-weight: 500;
    font-size: 20px;
}

/* .foe-inner-input-col .form-control:focus {box-shadow: none;} */
.foe-inner-input-col .form-control {
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(33, 33, 33, 0.38);
    border: 1px solid #2121216e;
}

.foe-inner-input-col .form-control:focus {
    border-color: #142954;
}

/* *****************************************contactpage-css-end************************************************ */




/* *****************************************Blog single page-css-start************************************************ */

.blog-single-banner {
    background: url(../images/blog-single.png);
}

/* .main-blog-single {
    padding: 40px 0 100px 0px;
} */

.main-blog-single>div {
    margin-bottom: 35px;
}

.blog-single-inner-banner img {
    width: 100%;

}

.blog-single-inner-banner-content,
.single-blog-form {
    padding-left: 15px;
    padding-right: 15px;
}

.blog-single-inner-banner-content h2,
.single-blog-form h2 {
    font-size: 35px;
    font-weight: 700;
    color: #142954;
}

.blog-single-inner-banner-content h2 {
    margin-bottom: 25px;
}

.single-blog-form h2 {
    margin: 40px 0px;
}

.blog-single-inner-banner-content p {
    font-weight: 400;
    font-size: 16px;
    color: #5C5C5C;

}

.recent-post-gallery,
.recent-post-links {
    margin-top: 38px;
}

.recent-post-box h4,
.recent-post-gallery h4,
.recent-post-links h4 {
    font-size: 30px;
    font-weight: 400;
    color: #142954;
    font-family: Rozha One;
}

.recent-post-box h4 {
    margin-bottom: 12px;
}

.post-inner-left-box img {

    height: 90px;
    min-width: 130px;
    width: 100%;
}

.post-inner-right-box {
    line-height: 18px;
}

.post-inner-right-box h6 {
    font-weight: 600;
    color: #142954;
    margin-bottom: 5px;
}

.post-inner-right-box p {
    color: #5C5C5C;
    font-size: 14px;
    font-family: sans-serif;
    font-weight: 500;
    margin-bottom: 5px;
}

.post-inner-right-box a {
    font-size: 14px;
    color: #142954;
    font-weight: 500;
}

.recent-post-boxes {
    gap: 22px;
    margin-bottom: 10px;
}

.gallery-row ul {
    flex-wrap: wrap;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 15px;

}

/* .blog-single-right-box{padding: 0 10px !important;} */

.blog-single-right-box>.recent-post-box>.row {
    margin-bottom: 10px;
}

.post-gallery-box a img {
    width: 100%;
}

.recent-post-gallery>.row {
    row-gap: 16px;
}

.single-blog-form .send-btn {
    float: left;
    margin-top: 25px;
}

.single-blog-form .single-blog-input-col {
    margin-bottom: 20px;
}

.tag-links-box {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 15px;
}

.tag-links-box>* {
    display: inline-block;
    background-color: #142954;
    color: #fff;
    text-align: center;
    padding: 15px;
    border-radius: 5px;
    text-transform: uppercase;
    font-weight: 500;
    border: 1px solid #142954;

}

.tag-links-box>*:hover {
    border-color: #142954;
    color: #000;
    background-color: transparent;
    font-weight: 600;
}

.blog-input {
    height: 60px;
}

.blog-terx-area {
    height: 150px;
}

/* *****************************************Blog single  page-css-end************************************************ */



/* *****************************************popup css start************************************************ */

.foe-login-reg-popup-header {
    background-color: #142954;
    /* border-radius: none !important; */
}


.foe-login-reg-close-btn {
    background: #ffffff;
    border-radius: 0%;
    opacity: 100%;
}
.foe-login-reg-close-btn:before {
    content: "✖";
    color: #142954;
    position: relative;
    bottom: 4px;
}
.foe-login-reg-close-btn:hover {
    opacity: 1;
    background-color: #f04923;
}
.foe-login-reg-close-btn:hover:before {
    color: #fff;
}
.popup-reg-btn,
.popup-login-btn {
    color: #fff;
    background-color: #142954;
    text-align: center;
    padding: 12px;
}

.popup-reg-btn:hover,
.popup-login-btn:hover {
    background-color: #f04923;
    color: #fff;
}

.login-reg-pops-btns {
    flex-direction: column;
    row-gap: 10px;
}

.foe-login-reg-mdoel-content .login-reg-pops-body {
    padding: 25px 30px;
}

.login-and-reg-popup-main-box .modal-dialog {
    margin-left: auto;
    margin-top: 8rem;
    margin-right: 0;
}

.search-form-popup>input[type=search]:focus {
    box-shadow: none;
    border-color: #142954;
}
.search-form-popup>.search-submit-btn {
    background-color: #142954;
    color: #fff;
    border-radius: 0;
}

.search-form-popup>.search-submit-btn:hover {
    background-color:  #f04923;
}
.form-control {
    border-radius: 0;
    padding: 0.70rem .75rem;
}

/* room single listing css start here  */
.foe-contact-form form {
    width: 90% !important;
}

/* room single listing css end here  */


/* faq page css start here  */
.faq .accordion-button.collapsed {
    background: #142954 !important;
    color: #fff !important;
}

/* faq page css end here  */

/* footer css start here  */
.footer-address li:first-child a {
    width: 75%;
}

/* footer css end here  */

/* *****************************************popup css end************************************************ */





/* *****************************************error page(404) css start ************************************************ */
.foe-error {
    background: #f6f6f6;
    height: 600px;

}

.error {
    box-shadow: 0 0 10px #B8B8B8;
    background: #fff;
    row-gap: 8px;
    padding: 35px;
    border-radius: 10px;
}

.error h1 {
    font-size: 100px;
    font-weight: 700;
    color: #142954;
    letter-spacing: -3.5px;
}

.error>p {
    font-family: sans-serif;
    font-size: 18px;
    font-weight: 500;
}

.error h1 span:nth-child(2) {
    color: #f04c27;
}

.error-btn {
    background-color: #142954;
    padding: 14px 30px;
    color: #fff;
    border: 1px solid transparent;
    cursor: pointer;
}

.error-btn:hover {
    border-color: #142954;
    background-color: transparent;
    color: #142954;
}

/* *****************************************error page(404) css end ************************************************ */


/* *****************************************terms & conditions css start ************************************************ */
.terms-and-conditions-banner {
    background: url(../images/termsand-conditions-banner.jpg) no-repeat;
    background-size: cover;
    background-position: center;
}

.terms-and-Conditions-content h2,
.terms-and-Conditions-content h3 {
    margin-bottom: 5px;


}

.terms-and-Conditions-content P {
    margin-bottom: 18px;
    margin-top: 0;
}

.terms-and-Conditions-content h2,
.terms-and-Conditions-content h3 {
    color: #142954;
    font-weight: 600;
    display: inline-block;
}

/* .terms-and-Conditions-content h3:hover, .terms-and-Conditions-content h2:hover {
    text-decoration: none !important;
}    */
.terms-and-Conditions-content h3 {
    font-size: 22px;
}

.terms-and-Conditions-content h2 {
    font-size: 24px;
}

.terms-and-Conditions-content p:last-child span {
    font-size: 14px;
}


/* *****************************************terms & conditions css end ************************************************ */

/* datepicker css */


.foe-date-picker-enter>.form-control:focus,
.foe-date-picker-exit>.form-control:focus {
    z-index: 0;
}

.calendra-icon-box {
    right: 10px;

}

.calendra-icon-box>span i {
    font-size: 20px;
    color: #142954;
}

.calendra-icon-box>span {
    padding: 0 !important;
    border: 0px;
}


/* index-date-pickeers css */
.foe-index-date-picker .index-calendra-icon-box {
    top: 14px;
    /* right:16px */
}

.foe-date-picker-enter input::placeholder,
.foe-date-picker-exit input::placeholder {
    color: #142954 !important;
}

.foe-date-picker-enter:focus,
.foe-date-picker-exit:focus {
    border-color: #142954 !important;
}

/* sign in page css start */

.sign-in {

    height: 100vh;

}

:is(.sign-in-left-main-box, .sign-in-left-main-box) {
    padding: 0;
}

.sign-in-right-box img {
    width: 100%;
    height: 1082px;
    object-fit: cover;
}

.sign-in-left-main-box {
    background-color: #E7E7E7;
}

.sign-in-left-img-box {
    padding: 65px 115px;
    background-color: #142954;
}

.sign-in-left-img-box img {
    width: 455px;
    height: 95px;
}

.sign-in-left-form-box {
    padding: 50px 100px;

}

.sign-in-left-form-box input::placeholder {
    color: #B8B8B8;
}

.sign-in-left-form-box div label {
    font-size: 22px;
    color: #142954;
    font-family: 'DM Sans', sans-serif;
    font-weight: 500;
}

.custom-input {
    width: 28px;
    height: 28px;


}

.sign-in-left-form-box .form-check-input[type=checkbox] {

    margin-left: -15px;
}

.custom-input:focus {

    box-shadow: none;
    border: 1px solid hsla(0, 0%, 13%, 0.38);
}

.custom-input.form-check-input:checked {
    background-color: #142954;
    border-color: hsla(0, 0%, 13%, 0.38);
}

.custom-label {
    font-size: 20px !important;
    font-weight: 400 !important;
}

.custom-checkbox-label {
    margin-left: 22px;
}

#exampleInputuser-name,
#exampleInput-user-password {
    height: 70px;
    font-size: 18px;
    font-weight: 500;
    font-family: 'DM Sans', sans-serif;
    border: 1px solid hsla(0, 0%, 13%, 0.38);

}

.sign-in-form-btn {
    width: 100%;
    background-color: #142954;
    height: 68px;
    font-size: 24px;
    font-weight: 600;
    font-family: 'Open Sans';
    margin-bottom: 35px;
    border: 2px solid #142954;
}

.sign-in-form-btn:hover {
    color: #142954 !important;
    border: 2px solid #142954;
}

.sign-in-left-form-box P {
    color: #142954;
    font-weight: 400;
    font-size: 20px;
}

.sign-in-left-form-box P a,
.sing-in-inner-box span a {
    display: inline;
    color: hsla(220, 100%, 50%, 0.9);
    font-size: 20px;

}

.sing-in-inner-box {
    margin-bottom: 35px;
}

.sign-in-left-form-box P:first-child {
    margin-bottom: 0px;
}

/* booking-slip popup css -------------------- */
.custom-model-dialog-box {
    max-width: 700px;
}

.custom-model-content {
    background: #F6F6F6;
    border-radius: 30px;

    padding: 30px;
}

.custom-model-content .modal-header {
    margin-bottom: 10px;
}

.booking-slip-content div:first-child {
    margin-bottom: 20px;
}

.form-container {
    width: 100vw;
    height: 100vh;
    background-color: #142954;
    display: flex;
    justify-content: center;
    align-items: center;
}

.upload-files-container {
    background-color: #f7fff7;
    width: 420px;
    padding: 30px 60px;
    border-radius: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 10px 20px, rgba(0, 0, 0, 0.28) 0px 6px 6px;
}

.drag-file-area {
    border: 1px dashed hsla(0, 0%, 13%, 0.38);
    border-radius: 5px;
    margin: 10px 0 15px;
    padding: 20px;
    text-align: center;
    background-color: #fff;

}

/* .drag-file-area span{
    display: inline-block;
    margin-top: 20px;
} */
.drag-file-area+div>* {
    width: auto !important;
}

.drag-file-area span img {
    width: 20px;
    text-align: center;
}

/* .drag-file-area .upload-icon {
	font-size: 50px;
} */
.drag-file-area h3 {
    font-size: 26px;
    margin: 15px 0;
    color: #142954;
}

.drag-file-area label {
    font-size: 19px;
}

.drag-file-area label .browse-files-text {
    color: hsla(220, 99%, 61%, 1);
    font-family: 'DM Sans';
    font-weight: 700;
    cursor: pointer;
    text-transform: capitalize;
}

.browse-files span {
    position: relative;
    top: -25px;

}

.default-file-input {
    opacity: 0;
}

.cannot-upload-message {
    background-color: #ffc6c4;
    font-size: 17px;
    display: flex;

    align-items: center;
    margin: 5px 0;
    padding: 5px 10px 5px 30px;
    border-radius: 5px;
    color: #BB0000;
    display: none;
    width: auto !important;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.cannot-upload-message span,
.upload-button-icon {
    padding-right: 10px;

}

.cannot-upload-message>span {
    width: auto !important;
}

.cannot-upload-message span:last-child {
    padding-left: 20px;
    cursor: pointer;
}

.file-block {
    color: #f7fff7;
    background-color: #142954;
    transition: all 1s;
    position: relative;
    display: none;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 10px 0 15px;
    padding: 10px 20px;
    border-radius: 25px;
    cursor: pointer;
}

.booking-slip-content .file-info.text-white {
    margin-bottom: 0;
}

.file-info {
    display: flex;
    align-items: center;
    font-size: 15px;
}

.file-block .file-info>span,
.file-block .file-info+span {
    width: auto;
}

.file-icon {
    margin-right: 10px;
}

.file-name,
.file-size {
    padding: 0 3px;
}

.remove-file-icon {
    cursor: pointer;
}

.progress-bar {
    display: flex;
    position: absolute;
    bottom: 0;
    left: 4.5%;
    width: 0;
    height: 5px;
    border-radius: 25px;
    background-color: #4BB543;
}

.upload-button {
    /* font-family: 'Montserrat';
	background-color: #7b2cbf; */
    /* color: #f7fff7;
	display: flex;
	align-items: center;
	font-size: 18px;
	border: none;
	border-radius: 20px; */
    /* margin: 10px; */
    /* padding: 7.5px 50px; */
    /* cursor: pointer; */
}

.slip-input {
    height: 65px;

}

.slip-input::placeholder {
    color: hsla(0, 0%, 72%, 1);
    font-size: 22px;
    font-weight: 500;
    font-family: 'DM Sans';

}

.slip-input:focus {
    box-shadow: none;
    border: 1px solid;
}

.custom-booking-slip-title {
    color: #142954;
    font-weight: 500;
    font-family: 'DM Sans';
    font-size: 32px;
}

.booking-slip-content form label {
    color: #142954;
    font-family: 'DM Sans';
    font-weight: 400;
    font-size: 20px;
    width: -webkit-fill-available;
}

.booking-slip-content>form>div+p {
    font-size: 20px;
    font-weight: 400;
    font-family: 'DM Sans';
    text-transform: inherit;
    /* display: flex;
    justify-content: space-between; */
}

.drag-file-area+p {
    font-size: 20px !important;


}


.browse-files {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.booking-slip-buttons {
    display: flex;
    justify-content: space-evenly;
    margin-top: 35px;

}

.booking-slip-buttons button {
    padding: 12px 0px;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    text-transform: uppercase;
    width: 200px;

}

.booking-slip-buttons button:first-child {
    background-color: transparent;
    border: 2px solid #142954;
    color: #142954;

}

.booking-slip-buttons button:first-child:hover {
    background-color: #142954;
    color: #fff;
}

.booking-slip-buttons button:last-child {
    background-color: #142954;
    color: #fff;
    border: 2px solid #142954;

}

.booking-slip-buttons button:last-child:hover {
    background-color: transparent;
    color: #142954;
}

.booking-slip-content .browse-files {
    width: 100%;
}

.modal-open .modal-close {
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e") !important;
    background-repeat: no-repeat !important;
    width: auto !important;
    border: unset !important;
    background-color: unset !important;
}


/* slider */
.zoom-img-slider .owl-nav button {
    font-size: 60px !important;

}

 

.zoom-img-slider .owl-nav button:hover {
    background-color: unset !important;
}

.zoom-img-slider .owl-item.active>.item {
    /* margin-left: 0 !important;
    margin-right: 0 !important; */


}
.zoom-img-slider .owl-item.active>.item img {
    box-shadow: 0 0 5px #ccc;
    margin: 10px 0;
}
.lb-data .lb-close {
    position: fixed;
    top: -90px;
    right: 20px;
    z-index: 999;
}
.zoom-img-slider .owl-item.active {
    transform: scale(1) !important;
    margin-right: 0 !important;
    transition: 0.3s all;
}

.zoom-img-slider .owl-item.active.center {
    transform: scale(1.4) !important;
    transition: 0.3s all;
    margin-right: 0 !important;
}

.zoom-img-slider .owl-stage-outer .owl-stage {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 50px 0px;
}

.owl-dots button {
    background: #D9D9D9 !important;
    height: 18px;
    width: 18px;
    margin: 0 5px;
    border-radius: 50%;
}

.owl-dots button.active {
    background: #f25e3c !important;
}

.owl-dots {
    text-align: center;
    margin-top: 20px;
}

.zoom-img-gallery-ul li {
    width: 150px;
}
.zoom-img-gallery-ul li button.active {
    background: #f25e3c !important;
    color: white !important;
}
.zoom-img-gallery-ul li button {
    background: #F9F9F9;
    color: #142954;
    border-radius: 0px !important;
    padding: 8px 20px;
}

.zoom-img-gallery-ul li button:hover {
    background: #f25e3c;
    color: #fff;
}

@media(max-width:1399px) {
    .post-inner-right-box {
        line-height: 16px;
    }

    .recent-post-boxes {
        gap: 15px;
    }

    .sign-in-left-img-box {
        padding: 62px 30px;
    }

    .sign-in-left-img-box img {
        width: 375px;
    }

    .sign-in-left-form-box {
        padding: 50px 30px;
    }

    /* .sign-in-right-box img {
    height: auto;
} */
}

@media(max-width:1199px) {
    .foe-nav .nav-item:nth-child(9) {
        margin: 0 8px;
    }

    .foe-nav .nav-item:nth-child(8) {
        margin-left: 14px;
        margin-right: 0px;
    }

    .custom-checkbox-label {
        margin-left: 5px;
    }
}

@media(max-width:991px) {
    .single-blog-form .send-btn {
        margin-top: 10px;
        margin-bottom: 30px;
    }

    .sign-in {
        height: auto;
        overflow: auto;
    }

    /* .main-blog-single {
        padding: 40px 0 30px 0px;
    } */
    .sign-in .row {
        flex-direction: column-reverse;
    }

    .popup-user-btn-for-mobile {
        display: block !important;
        margin-left: auto;
        margin-right: 16px;
        padding: 6px 11px;

    }

    .about-us-writing-content {
        width: 85%;
    }

    .why-chose-us-info {
        padding-left: 0px;
    }

    #exampleModa4 {
        opacity: 0 !important;

    }

    .error h3 {
        font-size: 22px;
    }

    #exampleInputuser-name,
    #exampleInput-user-password {
        height: 60px;
    }

    .sign-in-form-btn {

        height: 60px;
    }

    .sign-in-right-box {
        text-align: center;
    }

    .sign-in-right-box img {
        height: auto;
        width: 600px;
    }

    .sign-in-left-form-box {
        width: 650px;
        margin: auto;
    }

    .sign-in-left-img-box {
        padding: 30px;
        text-align: center;
        margin-top: 40px;
    }


}

@media(max-width:767px) {


    .sign-in-left-img-box {
        padding: 30px 30px;
    }

    .sing-in-inner-box {
        margin-bottom: 25px;
    }

    .sign-in-right-box img,
    .sign-in-left-form-box {
        width: 100%;

    }

    /* index-page  mediaqwery */
    .foe-room-img>div {
        display: none
    }

    /* index-page mediaqwery */


    .blog-single-inner-banner-content h2,
    .single-blog-form h2 {
        font-size: 30px;
    }

    .main-blog-single>div {
        margin-bottom: 20px;
    }

    .blog-single-inner-banner-content h2 {
        margin-bottom: 20px;
    }


    .single-blog-form h2 {
        margin: 25px 0px;
    }

    .servce-mini-box .service-box-info .service-box-inner-content .service-inner-mini {
        width: 90px !important;
        height: 90px !important;

    }

    .foe-banner-content .index-banner-heading {
        display: none !important
    }

    .about-us-writing-content {
        width: 100%;
    }

    .service-page-service-section {
        padding: 30px 0px 30px 0px !important;
    }

    .blog-single-inner-banner-content,
    .single-blog-form {
        padding-left: 0;
        padding-right: 0;
    }

    /* gallery responsive css */
    #Tab2 .row>.col-4:first-child,
    #Tab3 .row>.col-4:first-child {
        width: 100%;
    }

    #Tab2 .row>.col-4:nth-child(2),
    #Tab3 .row>.col-4:nth-child(2) {
        width: 50%;
    }

    #Tab2 .row>.col-4:last-child,
    #Tab3 .row>.col-4:last-child {
        width: 50%;
    }

    .modal-open .modal-close {

        width: 20px !important;
    }

    .type-of-file {
        flex-direction: column;
    }

}

@media(max-width:576px) {
    .custom-model-content {

        padding: 15px;
        border-radius: 15px;
    }

    .booking-slip-buttons button {

        width: 100%;
    }

    .booking-slip-buttons {

        margin-top: 15px;
    }

    .file-info,
    .booking-slip-buttons {
        flex-direction: column;
    }

    .slip-input {
        height: 55px;
    }

    .custom-booking-slip-title {
        font-size: 28px;
    }

}



@media(max-width:480px) {

    .blog-single-inner-banner-content h2,
    .single-blog-form h2 {
        font-size: 22px;
    }

    .single-blog-form .send-btn {

        width: 100%;
    }

    .tag-links-box>* {
        max-width: 100%;
        width: 100%;
    }

    .blog-terx-area {
        height: 110px;
    }

    .servce-mini-box .service-box-info .service-box-inner-content .service-inner-mini {
        width: 75px !important;
        height: 75px !important;

    }

    .tag-links-box>* {
        padding: 8px;
    }

    .inner-contact-us-form-box .foe-inner-input-col .contact-input {
        height: 50px;
    }

    .inner-contact-us-form-box .contact-text-area {
        height: 120px;
    }

    .why-chose-us-info ul li {
        line-height: 30px;
    }

    /* error page responsive css */
    .error h1 {
        font-size: 80px;
    }

    .error {
        row-gap: 3px;
    }

    .foe-error {

        height: 480px;
    }

    /* .remain-password-box{
        flex-direction: column;
    } */
    .sign-in-left-img-box img {
        width: 275px;
        object-fit: contain;
    }

}

@media(max-width:375px) {



    .left-top-bar ul li:nth-child(2) {
        margin-left: 0px;
    }

    .heading-with-border h3 {
        font-size: 24px !important;
    }

    .servce-mini-box .service-box-info .service-box-inner-content .service-inner-mini {
        width: 60px !important;
        height: 60px !important;

    }

    /* error page responsive css */
    .error h3 {
        font-size: 20px;
    }

    /* index-page css */
    .top-offer-box span {
        top: 13px !important;
        left: -71px !important;
    }

    /* .inner-pages-common-space {
    padding-top: 70px !important;
} */

}