@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Hind+Siliguri:wght@300;400;500;600;700&display=swap');

:root {
    --primary-color: #1FB8CF;
    --secondary-color: #80C5A2;
}

body {
    overflow-x: hidden;
    background: #fff;
    font-family: "Roboto", sans-serif;

}

p {
    margin: 0 0;
    color: #222222;
    padding: 0;
    font-family: "Roboto", sans-serif;
}

button,
button:focus,
button:active {
    outline: none !important;
    box-shadow: 0 0 !important;
}

form input::placeholder {
    font-size: 15px;
    color: #888;
    text-align: left !important;
    /*float:left !important;*/
}

ul,
ol {
    margin: 0;
    padding: 0;
}

li {
    display: inline-block;
    list-style: none;
}

a {
    color: #000;
    text-decoration: none;
    outline-offset: 0;
    outline: 0;
}

a:hover {
    text-decoration: none;
}

button,
button:focus,
button:active {
    text-decoration: none;
    border: 0;
    outline: 0;
}

.form-control,
.form-control:focus,
input,
input:focus {
    outline: 0;
    box-shadow: 0 0 !important;
    padding: 8px 10px;
    border-radius: 0px;
    border-color: #e7e7e7;
    height: auto;
    color: #595959;
    font-size: 14px;
}

.taka-sign::before {
    content: '৳';
    font-family: "Hind Siliguri", sans-serif;
}

.parsley-errors-list {
    color: #01808c;
}

.parsley-error {
    border: 1px solid #01808c !important;
}

img {
    width: 100%;
    height: 100%;
}

button {
    padding: 0;
    border: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    font-family: "Roboto", sans-serif;
}

svg {
    height: 16px;
    width: 16px;
}

.crumb__title {
    z-index: 999;
    position: relative;
    color: #cfc7c7;
}

.crumb__title::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -4px;
    width: 5%;
    height: 2px;
    background: #ffffff;
}



.cursor {
    cursor: pointer;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.container {
    max-width: 1200px;
}


.section_title {
    margin-bottom: 40px;
    text-align: center;
}

.section_title h2 {
    font-size: 34px;
    color: #fff;
    display: inline-block;
    position: relative;
}

.section_title h2 span {
    color: var(--primary-color);
}

.section_title h2:after {
    position: absolute;
    bottom: -4px;
    left: 0;
    height: 2px;
    width: 50%;
    background: var(--primary-color);
    content: "";
}

.section_title h2:before {
    position: absolute;
    bottom: -4px;
    left: 50%;
    height: 2px;
    width: 50%;
    background: #fff;
    content: "";
}


.section_title_2 {
    margin: 40px;
    text-align: center;
}

.section_title_2 h2 {
    font-size: 34px;
    color: #222;
    display: inline-block;
    position: relative;
}

.section_title_2 h2 span {
    color: var(--primary-color);
}

.section_title_2 h2:after {
    position: absolute;
    bottom: -4px;
    left: 0;
    height: 2px;
    width: 50%;
    background: var(--primary-color);
    content: "";
}

.section_title_2 h2:before {
    position: absolute;
    bottom: -4px;
    left: 50%;
    height: 2px;
    width: 50%;
    background: #222;
    content: "";
}

footer {
    padding: 0 0;
}

.footer_nav {
    display: none;
    text-align: center;
    padding: 10px 0;
    position: fixed;
    bottom: 0;
    width: 100%;
    background: #fff;
    z-index: 99;
    border-top: 1px solid #ddd;
}

.footer_nav ul {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}

.footer_nav ul li a span {
    display: block;
}

.footer_nav ul li {
    position: relative;
}

.footer_nav ul li i {
    font-size: 16px;
}

.meta-date.meta {
    color: #000;
}

.separator {
    padding: 45px 0px;
}

section.topbar {
    background: #1B1B1B;
}

.top_bar_menu {
    display: none;
}

.header-top {
    text-align: -webkit-auto;
}

.main_header_top_bar {
    display: none;
}

.header-top ul li {
    border-right: 1px solid;
    border-color: #fff;
}

.header-top ul li:last-child {
    border: none;
}

ul.top_bar_section li a i {
    margin-right: 5px;
    color: var(--primary-color);
}

.main__header_top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 0;
}

.mobile-header {
    display: none;
}

.heder-social ul li a {
    margin-left: 6px;
    background: #000;
    height: 30px;
    width: 30px;
    line-height: 32px;
    color: #fff !important;
    display: inline-block;
    text-align: center;
    font-size: 14px;
    border-radius: 50px;
}

.header-top ul li a {
    color: #fff !important;
    display: inline-block;
    padding: 0 10px;
}

.header-social {
    text-align: right;
}

.header-branches ul li a {
    color: #fff;
    margin-right: 10px;
}

li.custom-dropdown a i {
    font-size: 15px;
    margin-left: 1px;
}

.heder-social {
    text-align: end;
}

.header_social li {
    padding: 0px 16px;
    transition: 0.35s all;
    line-height: 46px;
}

.header_social li i {
    color: #fff;
}

.header_social li:hover {
    background: var(--primary-color);
}

li.header_search {
    width: 45px;
}

.header_search_box {
    display: block;
    top: 76px;
    right: 145px;
    height: 0;
    width: 0px;
    background-color: #fff;
    z-index: 1000;
    transition: all 0.11s ease;
    z-index: 999999;
    position: fixed;
    box-shadow: 0px 0px 4px 1px #1a1a1a42;
}

.header_search_box form {
    width: 0;
    height: 0;
    visibility: hidden;
}

.header_search_box.open form {
    width: 100%;
    height: 100%;
    background: #ffffff80;
    /* padding: 2px 0px; */
    cursor: pointer;
    visibility: visible;
    color: #000000c2;
    font-weight: 600;
    font-family: initial;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 20px;
}


.header_search_box form button {
    background: var(--primary-color);
    padding: 11px 18px;
    border-radius: 0px 30px 30px 0px;
    color: white;
}

.header_search_box.open {
    display: block;
    height: 43px;
    width: 300px;
    right: 130px;
    top: 65px;
    border-radius: 50px;
    overflow: hidden;
}


.main__header_search form .search-inner {
    display: flex;
    border: 1px solid;
    border-color: #fff;
    border-radius: 15px;
    padding: 1px 10px;
}

.main__header_search form .search-inner input {
    background-color: transparent;
    padding: 0 10px;
    border: none;
}

.main__header_search form .search-inner button {
    background-color: transparent;
    color: #fff;
    padding: 0 5px;
}

.logo-area {
    width: auto;
    height: 80px;
    margin-top: 0;
}

.logo-area a {
    height: 100%;
    display: block;
    padding: 5px;
    position: relative;
}

.logo-area a span,
.footer-logo a span {
    position: absolute;
    top: 0;
    left: 18px;
    font-size: 10px;
    font-weight: 600;
    color: var(--primary-color);
    text-transform: uppercase;
    text-align: center;
    display: block;
}

.footer-logo a span {
    top: 10px;
    left: 38px;
}

.logo-area a img {
    height: 115px;
    width: 150px;
    object-fit: contain;
    /* background: #fff; */
    margin-top: -17px;
}

.mobile-menu {
    display: none;
}

.menu-area {
    text-align: right;
    transition: 0.35s all;
}

.menu-area ul li a {
    color: #fff;
    text-align: right;
    margin-right: 5px;
    font-size: 14px;
    font-weight: 700;
    line-height: 80px;
    padding: 8px 6px;
    transition: all 0.5s ease;
    text-transform: uppercase;
    position: relative;
}

.menu-area ul li a::after {
    content: '';
    position: absolute;
    height: 2px;
    width: 0px;
    display: block;
    background: var(--primary-color);
    bottom: 2px;
    left: 50%;
    transition: 0.35s all;
}

.menu-area ul li a:hover::after {
    content: '';
    position: absolute;
    height: 2px;
    width: 100%;
    display: block;
    background: var(--primary-color);
    bottom: 2px;
    left: 0%;
}

.menu-area ul li.book-now a {
    background-color: var(--primary-color);
    color: #fff;
    font-size: 14px;
    padding: 10px 20px;
}

.col-sm-12.application__form {
    width: 75%;
    margin: 0 auto !important;
    padding: 50px 0;
}

button.btn__application {
    background: #fff;
    width: 100%;
    border: 1px solid #000;
    border-radius: 3px;
    padding: 8px;
    color: #000;
    transition: all 0.3s ease-in-out;
}

button.btn__application:hover {
    background: #000;
    color: #fff;
}



.menu-area .active {
    transition: all 0.35s all;
    color: #000;

}

.menu-area .active:hover {
    color: #000;
}

.menu {
    cursor: pointer;
}

.menu-area ul li {
    position: relative;
    display: inline-block;
}

.cont_menu a {
    background: #000;
    border-radius: 50px;
    color: #fff !important;
    transition: 0.35s all;
    padding: 10px 12px !important;
}

.cont_menu a:hover {
    background: #000;
}

.menu {
    cursor: pointer;
}

.custom-dropdown {
    position: relative;
    transition: all 0.5s ease;
}

.submenu {
    position: absolute;
    background: #fff;
    width: 270px;
    overflow: hidden;
    visibility: hidden;
    opacity: 0;
    transition: all 0.5s ease;
    top: 110%;
    z-index: 9;
    right: -112px;
    padding: 0px;
}

.custom-dropdown:hover .submenu {
    visibility: visible;
    opacity: 1;
    transition: all 0.35s ease;
    top: 100%;
}

.submenu li {
    display: block !important;
}

.submenu li a {
    margin: 0 !important;
    color: #222 !important;
    padding: 5px 10px !important;
    text-align: left !important;
    line-height: 28px !important;
    transition: 0.35s all;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.submenu li a:hover {
    color: var(--primary-color) !important;
    background: #000;
}


/*==== header area starts ====*/
section.header {
    background-color: transparent;
    position: fixed;
    top: 0;
    z-index: 99;
    right: 0;
    left: 0;
}
section.header.fixed-top {
    display: none;
}
/*==== header css end ==== */
.slider-item {
    width: 100%;
    height: 500px;
}
.slider-item img {
    height: 100%;
}

.slider-item:after {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    content: '';
    background-image: linear-gradient(to bottom, #1fb8cf94, transparent);
    z-index: 9;
}

.slider-text {
    padding-top: 0px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    text-align: center;
    z-index: 99;
    width: 100%;
    margin: 0 auto;
    border-radius: 5px;
}

.slider-text h1 {
    color: #fff;
    font-size: 38px;
}

.slider-text p {
    color: #fff;
    font-size: 24px;
    margin-bottom: 35px;
    margin-top: 0;
}

.slider-text a {
    padding: 10px 25px;
    color: #fff;
    border: 2px solid var(--primary-color);
    border-radius: 50px;
    font-size: 16px;
    transition: 0.35s all;
}

.slider-text a:hover {
    background: var(--primary-color);
    color: #fff;
}

.main-slider button.owl-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 15px;
}

.main-slider button.owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
}

.main-slider .owl-nav i {
    background-color: var(--primary-color);
    color: #fff;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 25px;
    border-radius: 50px;
}
section.slider-area {
    position: relative;
}
.slider-area .search-card {
    position: absolute;
    z-index: 2;
    bottom: -70px;
    width: 90%;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 5px;
    overflow: hidden;
}
.slider-area .search-card-inner {
    background-color: #fff;
    padding: 40px 35px 30px 35px;
    box-shadow: 0px 20px 60px 0px rgba(151, 151, 151, 0.2);
    border-radius: 0px;
}

.slider-area .search-card-inner label {
    margin: 0;
    font-size: 14px;
    font-weight: 600;
}

.slider-area .search-card-inner input {
    border: 1px solid;
    border-color: #ddd;
    padding: 12px 10px;
    border-radius: 0;
}

.slider-area .search-card-inner select {
    padding: 12px 10px;
}

.slider-area .search-btn {
    border-radius: 0;
    margin-top: 24px;
    width: 100%;
    white-space: normal;
    padding: 13px 10px;
    text-align: center;
    line-height: 1.5;
    font-size: 14px;
    font-weight: 800;
    background-color: var(--primary-color);
    color: #fff;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
}

.slider-area .search-btn::before {
    position: absolute;
    top: 0;
    left: auto;
    right: 0;
    content: "";
    width: 0%;
    height: 100%;
    z-index: -1;
    background-color: var(--primary-color);
    overflow: hidden;
    border-radius: inherit;
    transition: width .5s cubic-bezier(.17, .67, .12, .81) 0s;
}

.slider-area .search-btn:hover::before {
    width: 100%;
    left: 0;
    right: auto;
}

/*==== Slider css End ====*/

/*  ====  About css Start ==== */
.about-section {
    padding: 150px 0px 60px 0px;
    background-color: #fff;
}

/* Flexbox layout */
.about-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.about-text {
    position: relative;
    margin-right: 20px;
    padding-right: 50px;
}

.about-text::after {
    content: '';
    position: absolute;
    width: 6px;
    background: var(--primary-color);
    height: 164px;
    top: 0px;
    right: 0;
}

.about-text::before {
    content: '';
    position: absolute;
    width: 164px;
    background: var(--primary-color);
    height: 6px;
    right: 0;
}

.about-text h5 {
    font-size: 16px;
    color: #999;
}

.about-text h2 {
    font-size: 36px;
    font-weight: bold;
    color: #333;
    position: relative;
}

.about-text h2::after {
    content: '';
    position: absolute;
    width: 24%;
    height: 2px;
    background: #333333bd;
    left: 0;
    bottom: -8px;
    border-radius: 2px;
}

.about-text h2 span {
    color: var(--primary-color);
    /* Featured word in orange */
}

.about-text p {
    font-size: 16px;
    color: #666;
    line-height: 1.8;
    margin: 15px 0;
}


/* Contact button */

.about-btn {
    display: inline-block;
    padding: 10px 30px;
    color: #fff;
    text-transform: capitalize;
    text-decoration: none;
    transition: all 0.3s ease;
    position: relative;
    z-index: 9;
}

.about-btn:hover::before {
    top: 0px;
    left: 0px;
    z-index: -2;
    width: 100%;
    content: "";
    height: 100%;
    position: absolute;
    -webkit-transition: 500ms all ease;
    transition: 500ms all ease;
    border: 1.5px solid var(--primary-color);
}

.about-btn:before {
    top: 7px;
    left: 7px;
    z-index: -2;
    width: 100%;
    content: "";
    height: 100%;
    position: absolute;
    -webkit-transition: all 0.1s ease;
    transition: all 0.1s ease;
    border: 1.5px solid var(--primary-color);
}



.info-card {
    text-align: center;
    background: #fff;
    box-shadow: 0px 0px 35px 13px rgba(230, 230, 230, 0.2);
    padding: 20px 10px;
    border-radius: 2px;
}

.info-card .icon i {

    color: orange;
    font-size: 35px;
}

.info-card .content h4 {
    margin-top: 5px;
    margin-bottom: 3px;
    font-size: 19px;
    font-weight: 600;
}

.info-card .content p {
    margin: 0;
}

/* .about-btn::before {
    content: '';
    position: absolute;
    border: 1px solid #ddd;
    height: 100%;
    width: 100%;
    left: 10px;
    top: 10px;
    z-index: 1;
} */

/* .about-btn::after {
    content: '';
    position: absolute;
    border: 2px solid #e40808;
    height: 100%;
    width: 100%;
    right: 0px;
    top: 0px;
    z-index: 1;
    background: red;
} */

.about-btn:after {
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    content: "";
    height: 100%;
    position: absolute;
    -webkit-transition: 500ms all ease;
    transition: 500ms all ease;
    background-color: var(--primary-color);
}

.about-btn:hover {
    color: #fff;
}

.about-image {
    position: relative;
    z-index: 1;
    margin-left: 15px;
    margin-top: 15px;
    margin-right: 15px;
}

.about-image::after {
    content: '';
    position: absolute;
    border: 6px solid var(--primary-color);
    height: 165px;
    width: 165px;
    right: -15px;
    top: -15px;
    z-index: -1;
}

.about-image img {
    width: 100%;
    height: 100%;
}

.about_overlay {
    position: absolute;
    background: url('../images/dot-pattern.png');
    height: 100%;
    width: 100%;
    top: 35px;
    left: -37px;
    z-index: -1;
}

/*==== About Us End ====*/

.service_section {
    position: relative;
    background: #000;
}

.service_slider {
    position: relative;
}

.service_slider .owl-prev i {
    height: 40px;
    line-height: 37px !important;
    width: 40px;
    border-radius: 50% !important;
    color: var(--primary-color) !important;
    border: 2px solid var(--primary-color);
}

.service_slider .owl-next i {
    height: 40px;
    line-height: 37px !important;
    width: 40px;
    border-radius: 50% !important;
    color: var(--primary-color) !important;
    border: 2px solid var(--primary-color);
}

.service_item_image {
    height: 280px;
    position: relative;
    margin-bottom: 20px;
}

.service_item_image img {
    border-radius: 5px;
}

.service_text {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -20px;
    background: var(--primary-color);
    width: 90%;
    border-radius: 5px;
    transition: 0.35s all;
}

.service_item_image:hover .service_text {
    background: #fff !important;
    color: #222 !important;
}

.service_text a {
    display: block;
    text-align: center;
    padding: 10px 0;
    color: #fff;
    transition: 0.35s all;
}

.service_item_image:hover .service_text a {
    color: #222;
}

/*==== Our Service End ====*/

section.latest_details {
    margin-bottom: 80px;
}

section.section__project {
    position: relative;
    margin-bottom: 35px;
}

section.project__details {
    margin-top: 45px;
}

.on__going_project_pro {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
}

.service_item a:hover {
    color: var(--primary-color);
    text-decoration-line: underline;
}

.details_img {
    height: 450px;
    width: auto;
    border-radius: 5px;
    margin-right: 30px;
}

.details_img img {
    width: 100%;
    object-fit: cover;
    height: 100%;
}

.pro_details_name {
    margin-bottom: 20px;
    text-align: start;
}

.pro_details_name h3 {
    color: #2c2c2c;
    letter-spacing: 1px;
    font-weight: 700;
}

.project__item {
    transition: all 0.5s ease;
    position: relative;
    box-shadow: 0px 0px 2px 0px #ddd;
}

.project__item:hover {
    transition: all 0.5s ease;
    box-shadow: 0px 3px 5px 0px #ddd;
}

.serv_inner {
    padding: 0 19px;
    padding-bottom: 33px;
}

.serv_des {
    margin-right: 45px;
}

.pro_name {
    padding: 10px 0;
    margin-top: 7px;
}

.pro_name p {
    text-align: start;
    font-size: 18px;
    font-weight: 600;
    color: #000;
}

.pro_details {
    background: var(--primary-color);
    padding: 10px 0px;
    transition: all 0.3s ease;
    text-align: center;
    width: 45%;
    margin-top: 15px;
}

.pro_details a {
    text-align: center;
    font-size: 15px;
    font-weight: 500;
    color: white;

}

.pro_details:hover {
    background: #d82020;
}

.project__item img {
    transition: all 0.5s ease;
    width: 100%;
}

.item_img.item_imgs {
    overflow: hidden;
    height: 260px;
}

.service_card {
    background: #ddddddba;
    padding: 15px;
    margin-bottom: 23px;
}

.service_card span {
    margin: 4px 0 15px;
    font-size: 19px;
    text-align: center;
    display: flex;
    justify-content: center;
    color: #333131;
    font-weight: 700;
}

.service_card_inner {
    display: flex;
    align-items: center;
    background: #ffffff8c;
    padding: 10px 15px;
    transition: 0.35s all;
    margin: 10px 0;
    border-radius: 1px;
}

.service_card_inner:hover {
    background: var(--primary-color);
    color: #fff;
    margin-left: 2px;
    box-shadow: 0px 0px 6px 3px #3e3e3e5c;
}

.service_card_inner i {
    margin-right: 10px;
}

.service_card_inner:hover p {
    color: #fff;
}

.service_gallery {
    text-align: center;
    padding: 30px;
}


.details__latest__project {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 15px;
}

.gallery_item {
    height: 208px;
    overflow: hidden;
}

.equipments-image {
    height: 260px;
    overflow: hidden;
    position: relative;
    margin-bottom: 16px;
    width: 100%;
}

.equipments-image img {
    transition: all 0.5s ease;
}

.equipments-image img:hover {
    transform: scale(1.1);
}

.gallery_item img {
    width: 100%;
    height: 100%;

}

/* =========== Mission and Vision ============ */

section.vision-section {
    margin-bottom: 40px;
}

.missionvision-text.wow {
    padding: initial;
    padding-right: 19px;
}

.missionvision-img {
    width: 100%;
    height: 430px;
    position: relative;
}

.mivi_overlay {
    position: absolute;
    background: url('../images/dot-pattern.png');
    height: 100%;
    width: 100%;
    top: 35px;
    left: -37px;
    z-index: -1;
}

.missionvision-img img {
    width: 100%;
    height: 100%;
}

.missionvision-text ul li {
    padding-bottom: 5px;
    margin-left: 25px;
    position: relative;
    display: block;
}

.missionvision-text ul li:before {
    position: absolute;
    content: "";
    height: 100%;
    width: 2px;
    background: var(--primary-color);
    left: -12px;
    top: 15px;
}

.missionvision-text ul li:after {
    position: absolute;
    left: -17px;
    top: 7px;
    content: "\f05d";
    font-family: FontAwesome;
    color: var(--primary-color);
    background: #fff;
    border-radius: 50px;
    height: 15px;
    width: 15px;
    line-height: 15px;
}

.msi_vis {
    margin-top: 11px;
}

.msi_vis h2 {
    font-size: 35px !important;
    font-weight: 700;
}


/*  ============  Sevice css end ========== */

section.blog-area {
    padding: 40px 0;
}

section.blogdetails-area {
    margin-bottom: 5px;
}

.blog-item {
    transition: all 0.5s ease;
    position: relative;
    box-shadow: 0px 0px 2px 0px #ddd;
}

.blog-item:hover {
    transition: all 0.5s ease;
    box-shadow: 0px 3px 5px 0px #ddd;
}

.blog-img img {
    height: 100%;
    width: 100%;
}

.blog-img {
    height: 250px;
}

.blog-count {
    display: grid;
    grid-template-columns: 100px auto;
    grid-gap: 25px;
}

.blog-date {}

.blog-date p {
    color: #fff;
    font-size: 16px;
    text-align: center;
}

.blog-author {
    margin-top: 8px;
}

.blog-author i {
    color: var(--primary-color);
}

.blog-text {
    padding: 15px;
    z-index: 9999;
    background: #fff;
    position: relative;
}

.bloc-dec {
    color: #444;
}

.program-btn {
    border: 1px solid #ddd;
    padding: 6px 18px;
    display: inline-block;
    border-radius: 5px;
    margin-top: 12px;
    color: var(--primary-color);
    transition: 0.35s all;
}

.blogdetails-img {
    padding: 5px 5px;
    border: 5px solid var(--primary-color);
    box-sizing: border-box;
    border-radius: 5px;
}

.blog-recent-img {
    height: 90px;
    width: 100%;
}

.blog-recent-text span {
    color: var(--primary-color);
    font-weight: 800;
    font-size: 16px;
}

.blogdetails-title {
    padding: 15px 15px;
    background: var(--primary-color);
    overflow: hidden;
    margin: 15px 0;
    border-radius: 5px;
}

.blogdetails-tag {
    float: left;
    width: 60%;
}

.blogdetails-tag h4 {
    margin: 0;
    font-size: 18px;
    font-weight: 700;
    text-transform: capitalize;
    color: #fff;
}

.blogdetails-date {
    float: right;
    color: #fff;
}

.recent-title h2 {
    font-size: 20px;
    font-weight: 600;
    color: var(--primary-color);
    margin-bottom: 15px;
    border-bottom: 2px solid var(--primary-color);
    padding-bottom: 5px;
    display: inline-block;
}

.blog-recent {
    display: grid;
    grid-template-columns: 150px auto;
    background: #f1f1f1;
    padding: 10px;
    grid-gap: 10px;
    border-bottom: 5px solid #e3e3e3;
}

/*==== Blog css end ====*/
.project_img {
    height: 280px;
    position: relative;
}

.project_img:after {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    content: "";
    background: rgba(255, 95, 21, 0.5);
    opacity: 0;
}

.project_img:after {
    transition: 0.35s all;
}

.project_item {
    margin: 15px 0;
    transition: 0.35s all;
}

.project_item:hover .project_img:after {
    opacity: 1;
}

.project_title {
    position: absolute;
    top: 5%;
    background: rgba(255, 255, 255, 0.8);
    width: 100%;
    padding: 10px 15px;
    z-index: 9;
    visibility: hidden;
    opacity: 0;
    transition: 0.35s all;
    text-align: center;
    font-weight: 600;
}

.project_des * {
    color: #fff;
}

.project_des {
    position: absolute;
    bottom: 55%;
    width: 100%;
    content: "";
    text-align: center;
    z-index: 9;
    color: #fff !important;
    visibility: hidden;
    opacity: 0;
    transition: 0.35s all;
}

.project_item:hover .project_title {
    visibility: visible;
    opacity: 1;
    top: 15%;
}

.project_item:hover .project_des {
    visibility: visible;
    opacity: 1;
}

/*==== Project Css End ====*/

.client_feedback_section {
    position: relative;
    background: #000;
    background: url('../images/feedback.jpg');
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    width: 100%;
    background-size: cover;
    padding-bottom: 100px;
}

.client_feedback_slider {
    position: relative;
    z-index: 9 !important;
}

.client_feedback_slider .owl-prev i {
    position: absolute;
    left: -4%;
    top: 36%;
    height: 40px;
    line-height: 43px !important;
    width: 40px;
    border-radius: 50% !important;
    color: var(--primary-color) !important;
    border: 2px solid var(--primary-color);
}

.client_feedback_slider .owl-next i {
    position: absolute;
    right: -4%;
    top: 36%;
    height: 40px;
    line-height: 43px !important;
    width: 40px;
    border-radius: 50% !important;
    color: var(--primary-color) !important;
    border: 2px solid var(--primary-color);
}

.client_feedback_slider.owl-theme .owl-nav {
    margin-top: 0px;
    height: 0 !important;
    background: var(--primary-color);
    position: absolute;
    right: 0;
    top: 0;
    display: flex;
    justify-content: space-between;
}

.client_feedback_slider .owl-stage-outer {
    padding-top: 60px;
}

.feedback_item {
    border-radius: 5px;
    margin: 2px;
    height: 250px;
    transition: all 0.4s ease-in-out;
    position: relative;
}

.feedback_item span {
    font-size: 15px;
    font-weight: 700;
    color: #222;
}

.feedback_item {
    margin-top: 35px;
}

.feedback_text {
    padding: 15px;
    padding-top: 55px;
}

.owl-item.active.center .feedback_item {
    margin-top: -20px;
}

.feedback_item_image {
    height: 78px;
    width: 78px;
    border-radius: 50%;
    overflow: hidden;
    position: absolute;
    top: -35px;
    border: 5px solid #ddd;
}

.feedback_item_image img {
    height: 100%;
    width: 100%;
    transition: 0.3s all;

}

.owl-item .cloned .active {
    transition: all 0.4s ease-in-out;
}

.owl-item.active .feedback_item {
    transition: all 0.4s ease-in-out;
    background: #fff;
}

.owl-item.active.center .feedback_item {
    position: relative;
    background: var(--primary-color);
    border-radius: 5px;
    z-index: 9;
}

.owl-carousel, .owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative;
}

.owl-item.active.center p, .owl-item.active.center span {
    color: #fff;
}

.owl-item.active.center span {
    color: #fff;
}

/*  ====  Client Feedback css end ==== */

/*==== Contact Css Start====*/
.contact-area {
    padding: 40px 0;
}

.contact-item {
    box-sizing: border-box;
    padding: 10px 10px;
    margin-bottom: 5px;
    box-shadow: 2px 2px 13px -1px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 2px 2px 13px -1px rgba(0, 0, 0, 0.75);
    box-shadow: 2px 2px 13px -1px rgba(191, 187, 187, 0.75);
    position: relative;
}

.contact-icon {
    position: absolute;
    left: 0;
    top: 0;
    width: 100px;
    height: 100%;
    content: "";
    background: var(--primary-color);
}

.contact-form h2 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
}

.contact-icon a {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    right: 0;
    color: #fff;
    font-size: 35px;
}

.contact-address {
    margin-left: 100px;
    padding: 10px 10px;
}

.contact-address h2 {
    color: #222;
    font-weight: 900;
    font-size: 20px;
    letter-spacing: 1px;
}

.contact-address p {
    color: #262626;
}

.contact-info {
    margin-bottom: 25px;
}

.contact-form {
    padding: 5px 5px;
}

.contact-item .form-control {
    border: 1px solid #ddd;
    box-shadow: none !important;
}

.contact-form input {
    height: 44px;
}

/*==== Contact Css End====*/


section.brade_come_sections {
    position: relative;
}

.bread_overlay {
    position: absolute;
    background-color: #ef8228;
    opacity: 1;
    mix-blend-mode: multiply;
    transition: background .3s, border-radius .3s, opacity .3s;
    height: 260px;
    width: 100%;
}


.brade_img {
    height: 260px;
    width: 100%;
    padding: 113px;
}

/*  ==== Bread Crumbs css end ==== */


/* footer css start */
.footer_area {
    background: #ffffff;
    padding: 40px 0 40px 0;

}


footer {
    padding: 0 0;
    border-top: 5px solid #dddddda6;
}

.footer_nav {
    display: none;
    text-align: center;
    padding: 10px 0;
    position: fixed;
    bottom: 0;
    width: 100%;
    background: #fff;
    z-index: 99;
    border-top: 1px solid #ddd;
}

.footer_nav ul {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}

.footer_nav ul li a span {
    display: block;
}

.footer_nav ul li {
    position: relative;
}

.footer_nav ul li i {
    font-size: 16px;
}


.support {
    padding: 0 78px 10px 0px;
}

.main__logo_headers {
    width: 270px;
}

.footer_social_midea {
    margin-top: 13px;
}

.footer_area i {
    color: var(--primary-color);
}

.footer_social_midea ul li a i {
    color: white;
    font-size: 18px;
    transition: all 0.3s ease;
}

.footer_social_midea {
    text-align: left;
    /*margin-left: 30px;*/
    margin-top: -7px;
}

.dflex {
    display: flex !important;
    align-items: center;
}

.dflex ul li i {
    margin-right: 3px;
    transition: 0.35s all;
}

.dflex ul li:hover a {
    color: var(--primary-color);
}

.dflex ul:nth-last-child(1) {
    margin-left: 45px;
}

.footer_social_midea ul li {
    text-align: center;
    border-bottom: 1px solid #d4d4d4;
    margin: 16px 0;
    padding-bottom: 13px;
}

.footer_iconflex {
    display: flex !important;
    align-items: center;

}

.footer_iconflex:hover i {
    color: #000;
}

.footer_iconflex:hover p {
    color: var(--primary-color);
}

.footer_iconflex p {
    text-align: left;
    margin-left: 5px;
    font-weight: 500;
    transition: 0.35s all;
}

.footer_iconflex i {
    font-weight: 600;
    font-size: 25px;
    margin-right: 12px;
    margin-bottom: 5px;
    transition: 0.35s all;
}

.footer_social_midea {
    margin-top: 13px;
}

.fd_tittle h3 {
    color: var(--primary-color);
    font-size: 24px;
    margin: 17px 0px;
}

.quick_link ul li {
    display: block;
    line-height: 46px;
    font-size: 15px;
    font-weight: 500;
    transition: 0.35s all;
}

.quick_link ul li:hover {
    padding-left: 2px;
    color: var(--primary-color);
}


.footer-bottom {
    background: #cdcdcd;
    padding: 10px 0;
}

.scrolltop {
	position: fixed;
	left: 34px !important;
	bottom: 10px !important;
	width: 43px !important;
	background: var(--primary-color) !important;
	height: 40px !important;
	line-height: 40px !important;
	/* border-radius: 25px 25px 0px 0px; */
	text-align: center !important;
	color: #ffff !important;
	font-size: 21px !important;
	cursor: pointer;
	z-index: 99;
}

.copyright p {
    text-align: left;
    color: #fff;
    font-size: 14px;
}

.copyright span {
    color: var(--primary-color);
    font-weight: 600;
}

.scroll i {
    color: white;
}

/* footer css end */


.breadcrumb-section {
    background-position: 50%;
    background-size: cover;
    height: 100%;
    min-height: 300px;
    position: relative;
    display: flex;
    align-items: center;
    text-align: center;
    background-color: #2abace;
}

.breadcrumb-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #2abace;
    opacity: 0.5;
}

.breadcrumb-section .breadcrumb-card {
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.breadcrumb-section .breadcrumb-card h2 {
    font-size: 50px;
    margin-bottom: 5px;
    line-height: 1.5;
    color: #fff;
    letter-spacing: 1px;
}

.breadcrumb-section .breadcrumb-card nav ol {
    justify-content: center;
}

.breadcrumb-section .breadcrumb-card nav ol li, .breadcrumb-section .breadcrumb-card nav ol li a {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    transition: all .6s ease-in-out;
}

.inner-section-bg {
    height: 100%;
    position: relative;
    background-color: #fff;
}

.inner-section {
    padding: 60px 0px;
}

.item-card {
    width: 100%;
    overflow: hidden;
    background: #fff;
    margin-bottom: 24px;
    -webkit-box-shadow: 0px 20px 60px 0px rgba(151, 151, 151, 0.2);
    box-shadow: 0px 20px 60px 0px rgba(151, 151, 151, 0.2);
}

.item-card .item-image {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 300px;
}

.item-card .item-image img {
    width: 100%;
}


.item-card .item-image .item-label {
    position: absolute;
    top: 15px;
    right: 15px;
    padding: 4px 10px;
    background: orange;
    color: #fff;
    font-size: 12px;
    border-radius: 40px 40px 0px 40px;
}

.item-card .item-content {
    padding: 15px;
    width: 100%;
    overflow: hidden;
}

.item-card .item-content .item-title a {
    font-family: sans-serif;
    color: #000;
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 10px;
}

.item-card .item-content .pric-card {
    font-family: sans-serif;
    font-size: 16px;
    color: #000;
    font-weight: 900;
}

.item-card .pric-card .new-price {
    float: left;
    margin-right: 7px;
}

.item-card .pric-card .old-price {
    float: left;
    text-decoration: line-through;
    color: var(--primary-color);
    margin-right: 7px;
}

.item-card .pric-card .per-day-night {
    float: left;
    font-weight: 500;
    font-size: 14px;
    margin-top: 2px;
}

.item-card a.btn.theme-btn.book-now-btn {
    border-radius: 0px 15px 0px 0px;
    padding: 12px 20px;
    float: left;
    background-color: var(--primary-color);
    color: #fff;
    line-height: 1;
}

.item-card ul.item-meta {
    float: right;
    display: flex;
}

.item-card ul.item-meta li {
    background: #fff;
    padding: 5px 10px;
    float: left;
    margin-right: 7px;
    border-radius: 10px 0px 10px 0px;
    font-weight: 500;
    -webkit-box-shadow: 0px 3px 10px 0px rgba(151, 151, 151, 0.3);
    box-shadow: 0px 3px 10px 0px rgba(151, 151, 151, 0.3);
}

/* room details */
.thumbnail-card .slick-slide {
    cursor: pointer;
    margin: 5px;
}

.thumbnail-card .slick-slide div {
    border-radius: 20px;
    overflow: hidden;
    border: 2px solid #ddd;
    height: 120px;
}

.thumbnail-card .slick-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.thumbnail-card button.slick-prev {
    left: 0;
}

.room-details-slider .item {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    justify-content: space-between;
    position: relative;
    height: 500px;
    overflow: hidden;
}

.room-details-slider .item img {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    border-radius: 15px;
    object-fit: cover;
}

.sidebar {
    width: 100%;
    display: inline-block;
}

.sidebar .widget-card {
    width: 100%;
    display: inline-block;
    background: #fff;
    border: 1px solid #ddd;
    margin-bottom: 30px;
    border-radius: 8px;
}

.sidebar .widget-card .widget-title {
    font-size: 20px;
    font-weight: 700;
    color: #000;
    font-family: sans-serif;
    border-bottom: 1px solid #ddd;
    padding: 10px 15px;
}

.sidebar .widget-card .widget-body {
    padding: 20px;
    width: 100%;
}

.sidebar .widget-card .widget-body ul.gallery-card li {
    float: left;
    width: 178px;
    margin: 4px;
    overflow: hidden;
}

.sidebar .widget-card .widget-body ul.gallery-card li img {
    width: 100%;
    border-radius: 10px;
}

.room-details-card {
    width: 100%;
    display: inline-block;
    background: #fff;
    box-shadow: 0px 60px 43px 0px rgba(202, 202, 202, 0.1);
    padding: 20px 20px 15px 20px;
    margin-bottom: 30px;
}

.room-details-card .item-title h3 {
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 10px;
    font-family: sans-serif;
    color: #000;
}

.room-details-card .pric-card {
    font-family: sans-serif;
    font-size: 20px;
    color: #000;
    font-weight: 900;
    display: inline-block;
}

.room-details-card .pric-card .new-price {
    float: left;
    margin-right: 7px;
}

.room-details-card .pric-card .old-price {
    float: left;
    text-decoration: line-through;
    color: var(--primary-color);
    margin-right: 7px;
}

.room-details-card .pric-card .per-day-night {
    float: left;
    font-weight: 500;
    font-size: 16px;
    margin-top: 3px;
}

.room-details-card ul.item-meta {
    display: inline-block;
    width: 100%;
    margin: 5px 0;
}

.room-details-card ul.item-meta li {
    float: left;
    padding: 2px 10px;
    margin-right: 10px;
    border-radius: 20px;
    font-weight: 500;
    -webkit-box-shadow: 0px 3px 10px 0px rgba(151, 151, 151, 0.3);
    box-shadow: 0px 3px 10px 0px rgba(151, 151, 151, 0.3);
}

.offer-item {
    display: flex;
    background-repeat: no-repeat;
    background-size: auto auto;
    background-position: right;
    position: relative;
    z-index: 3;
}

.offer-item::after {
    content: '';
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
}

.offer-item .image {
    flex: 0 0 440px;
    height: 440px;
}

.offer-item .image img {
    object-fit: cover;
}

.offer-item .desc {
    flex: 0 0 450px;
    background-color: #fff;
    height: 440px;
    display: flex;
    align-items: center;
}

.offer-item .desc .inner {
    padding: 30px;
    width: 100%;
}

.offer-item .desc .inner h4 {
    font-size: 25px;
    text-transform: uppercase;
    border-bottom: 1px solid #ddd;
    font-weight: 400;
    padding-bottom: 15px;
    color: #363636;
}

.offer-item .desc .inner h5 {
    font-size: 23px;
    text-transform: uppercase;
    margin-top: 14px;
    font-weight: 300;
    color: #898989;
}

.offer-item .desc .inner p {
    font-size: 14px;
    text-align: justify;
    color: #7e7e7e;
    margin: 30px 0;
}

.offer-item .desc .inner a {
    background-color: var(--primary-color);
    padding: 10px 20px;
    text-transform: uppercase;
    color: #fff;
    display: inline-block;
}

.offer-carousel button.owl-prev, .offer-carousel button.owl-next {
    position: absolute;
    top: 210px;
    border: 1px solid !important;
    width: 45px;
    height: 40px;
    border-color: #fff !important;
    color: #fff !important;
}

.offer-carousel button.owl-next {
    right: 0;
}

.offer-carousel button.owl-prev {
    left: 0;
}

section.offer-section {
    padding: 100px 0;
    background-color: #ddd;
}

.offer-section .section-title {
    font-size: 28px;
    text-transform: uppercase;
    font-family: auto;
    text-align: center;
    display: inline-block;
    padding-bottom: 6px;
    margin-bottom: 10px;
    border-bottom: 1px solid #a5a5a5;
}

section.offer-section .section-link {
    display: block;
    text-align: center;
    text-decoration: underline;
    text-transform: capitalize;
    font-size: 15px;
    font-weight: 600;
}

.booknow-btn, .booknow-btn:hover {
    background-color: var(--primary-color);
    color: #fff;
    margin: 10px 0px;
    border: none;
    border-radius: 50px;
    padding: 15px 30px;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 800;
    line-height: 1;
    margin-bottom: 0;
    text-align: center;
    white-space: nowrap;
    position: relative;
    overflow: hidden;
    transition: all ease 400ms;
}

.room-details-card h4.details-title {
    width: 100%;
    font-size: 16px;
    margin-bottom: 10px;
}

.room-details-card ul.details-list li {
    margin-bottom: 10px;
    display: block;
}

.room-details-card ul.details-list li i {
    font-size: 14px;
    color: var(--primary-color);
    padding-right: 8px;
}

.room-book-card {
    width: 100%;
    display: flex;
    margin-bottom: 30px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
}

.room-book-card .room-book-img {
    width: 100px;
    overflow: hidden;
}

.room-book-card .room-book-content {
    padding-left: 15px;
}

.room-book-card .room-book-content .room-title {
    font-family: sans-serif;
    color: #000;
    font-weight: 700;
    font-size: 18px;
}

.room-book-card .room-book-content .room-price {
    font-family: sans-serif;
    font-size: 14px;
    color: #000;
    font-weight: 700;
    display: inline-block;
}

.room-book-card .room-book-content .room-price .new-price {
    float: left;
    margin-right: 7px;
}

.room-book-card .room-book-content .room-price .per-day-night {
    float: left;
    font-weight: 500;
    font-size: 14px;
}

.room-book-card .room-book-content ul.room-meta {
    display: inline-block;
    width: 100%;
    margin: 0;
}

.room-book-card .room-book-content ul.room-meta li {
    float: left;
    padding: 0px 10px 0px 0px;
    border-right: 1px solid #ddd;
}

.room-book-card .room-book-content ul.room-meta li:last-child {
    border-right: none;
    padding: 0px 0px 0px 10px;
}

.total-price-card span.title {
    font-weight: 700;
    float: left;
}

.total-price-card span.price {
    float: right;
    font-weight: 700;
}

.form-label {
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
}

.experience-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.experience-item {
    position: relative;
    max-height: 500px;
    overflow: hidden;
}

.experience-item img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.experience-desc {
    padding: 20px;
    position: absolute;
    top: 80%;
    transition: all 0.5s ease;
}

.experience-item:hover .experience-desc {
    top: 50%;
    transform: translateY(-50%);
}

.experience-desc h3 {
    color: #fff;
    text-shadow: 0px 0px 4px #000;
    text-transform: uppercase;
    font-weight: 300;
}

.experience-desc p {
    color: #fff;
    text-shadow: 0px 0px 4px #000;
}

.experience-desc p::after {
    content: '\f054';
    font-family: fontAwesome;
}

li.parsley-required {
    color: var(--primary-color);
    font-size: 13px;
}

.video-inner iframe {
    width: 100%;
    height: 500px;
}

.video-title h3 {
    font-size: 31px;
    font-weight: 200;
    text-transform: uppercase;
    text-align: center;
    position: relative;
    padding-bottom: 7px;
    margin-bottom: 20px;
}

.video-title h3::after {
    content: '';
    position: absolute;
    height: 1px;
    width: 120px;
    background-color: #000;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
}

.video-title p {
    font-size: 21px;
    font-weight: 200;
    text-transform: capitalize;
    text-align: center;
    margin-bottom: 30px;
}

.footer-top {
    background-color: #e5e5e5;
}

.footer-top .inner {
    padding: 20px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer-top .inner ul {}

.footer-top .inner ul li {}

.footer-top .inner ul li a {
    color: #000;
    padding-right: 35px;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
}

.footer-top .inner ul li.active a,
.footer-top .inner ul li:hover a {
    color: var(--primary-color);
}

.footer-payment-items {
    display: flex;
    justify-content: center;
    gap: 10px;
    padding: 30px;
}

.footer-payment-item {
    border-right: 1px solid;
    border-color: #ddd;
    padding-right: 30px;
    padding-left: 30px;
}

.footer-payment-item:last-child {
    border: none;
}

.footer-payment-item img {
    height: 40px;
    width: auto;
}

.footer-address p {
    text-align: center;
    color: #9f9f9f;
    font-size: 16px;
    position: relative;
    padding-bottom: 10px;
}

.footer-address p::after {
    content: '';
    position: absolute;
    background-color: #ebebeb;
    width: 30%;
    height: 1px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.footer-contacts {
    padding: 20px 90px;
}

.contact-items {
    display: flex;
    justify-content: space-evenly;
    gap: 10px;
}

.contact-items .item {
    position: relative;
}

.contact-items .item::after {
    content: '';
    position: absolute;
    right: -120px;
    height: 18px;
    width: 1px;
    background-color: #ddd;
    top: 2px;
}

.contact-items .item:last-child::after {
    display: none;
}

.contact-items .item span {
    padding: 0;
    margin-right: 5px;
    color: #808080;
    font-weight: 400;
    font-size: 12px;
}

.contact-items .item a {
    color: var(--primary-color);
    font-size: 16px;
}

.footer-partners .inner {
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url('../images/footer-logo-container-bg.jpg');
    height: 100px;
    gap: 15px;
}

.footer-partners .inner .item img {
    height: 50px;
    width: auto;
}

ul.room-card__utilities {
    position: absolute;
    bottom: 95px;
    left: 20px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    height: 170px;
    gap: 10px;
    justify-content: flex-end;
}

.room-card__utilities li {
    width: 35px;
    height: 35px;
    background-color: var(--primary-color);
    display: flex;
    align-items: center;
    justify-content: center;
}

.room-card__utilities li i {
    color: #fff;
}


.blog-post {
    border-radius: 10px 10px 0 0;
    overflow: hidden;
    height: 100% !important;
}

.blog-post__thumb {
    overflow: hidden;
    max-height: 250px;
}

.blog-post__thumb img {
    height: 100%;
}

.blog-post__content {
    padding: 1.5625rem;
    background-color: #ffffff;
    border: 1px solid #ebebeb;
    border-radius: 0 0 10px 10px;
}

.blog-post .blog-meta {
    margin-bottom: 0.3125rem;
}

.blog-post .title {
    margin-bottom: 0.9375rem;
}

.blog-post .title a {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
}

.section {
    padding-top: clamp(50px, 8vw, 100px);
    padding-bottom: clamp(50px, 8vw, 100px);
}

/* room details related  */
.related-room-section {
    padding: 60px 0;
}

.related-section-header {
    border-top: 1px solid;
    padding: 20px 0;
}

.related-section-header h2 {
    font-size: 25px;
    font-weight: 600;
}

.cart-book-now {
    display: block;
    background-color: var(--primary-color);
    padding: 8px;
    color: #fff;
    font-size: 16px;
    width: 100%;
}

.cart-book-now:hover {
    background-color: var(--secondary-color);
    color: #fff;
}


.qty-cart .quantity {
    position: relative;
    border: 1px solid #222;
    height: 40px;
    overflow: hidden;
    width: 130px;
    margin-top: 10px;
}

.quantity .minus {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    height: 40px;
    line-height: 40px;
    width: 40px;
    border-right: 1px solid #222;
    text-align: center;
    font-size: 40px;
    cursor: pointer;
    color: #fff;
}

.quantity .minus::after {
    content: "\f068";
    font-family: "fontAwesome";
    font-size: 18px;
    color: #000;
    left: 13px;
    position: absolute;
}

.quantity input {
    position: relative;
    text-align: center;
    font-size: 16px;
    height: 100%;
    width: 100%;
    pointer-events: none;
    font-weight: 500;
}

.quantity .plus {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
    height: 40px;
    line-height: 40px;
    width: 40px;
    border-left: 1px solid #222;
    text-align: center;
    font-size: 26px;
    cursor: pointer;
    color: #fff;
}

.quantity .plus::after {
    content: "\f067";
    font-family: "fontAwesome";
    font-size: 18px;
    color: #000;
    left: 13px;
    position: absolute;
}
.search-title {
    text-align: center;
    text-transform: capitalize;
    padding-bottom: 35px;
}
.search-title h4 {
    font-weight: 500;
    font-size: 28px;
}
/*====  BRAND CSS START ====  */

.brand-section {
    position: relative;
}
.brand-item {
    height: 178px;
    border: 0.1px solid #ddd;
    transition: 0.3s all ease-in-out;
}
.brand-item:hover {
    box-shadow:0px 20px 40px rgb(0 0 0 / 16%) !important;
}
.category-slider_brand {
    display: grid;
    grid-template-columns: repeat(6,1fr);
    text-align: center;
    /*border: 1px solid #ddd;*/
}

.brand-item img {
    opacity: 0.8;
    transition: 0.35s all;
    padding: 25px;
    border-radius: 10px;
}

.brand-item img:hover {
    opacity: 1;
}

/*====  BRAND CSS END ====  */
.partners-item {
    background: #fff;
    padding: 10px 0;
}
.partners-item img {
    height: 60px;
    object-fit: contain;
}
