* {padding-left: 0; margin: 0;}


body {font-family: 'Segoe UI'; background-color: #F2F2F2;}

a:hover {
    text-decoration: none;
}
a {
    text-decoration: none;
}
 .hero_banner {
            position: relative;
            height: 800px;
            display: flex;
            align-items: center;
            background-size: cover;
            overflow: hidden;
        }

        /*.hero_banner::before {*/
        /*    content: "";*/
        /*    position: absolute;*/
        /*    top: 0;*/
        /*    right: 0;*/
        /*    bottom: 0;*/
        /*    left: 0;*/
        /*   background: rgba(255,255,255,0.5);*/
        /*    z-index: 1; */
        /*}*/

        .container {
            z-index: 2; /* Ensure container is above overlay */
            position: relative;
        }

.nav-link {
    font-weight: 600;
}
.banner_text h1 {font-size: 56px;letter-spacing: 2.3px; font-weight: 300;color: #2C2C2C;line-height: 50px;}
.banner-form form {
    display: flex;
    width: 100%;
    align-items: end;
}
.banner-form form .row {
    width: 100%;
}
.banner-form .booknow_button {
    width: 170px;
    justify-content: center;
    display: flex;
    align-items: center;
    height: 38px;
}
.fixed-top {
    color: #2C2C2C;
}
.darkHeader {
    background-color: black;
}
.darkHeader .nav-link {
    font-weight: 600;
    color: #fff;
}
.navbar-expand-md .navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 1rem;
}
.banner_text h1 span {
    font-weight: 600;
    display: block;
    color: #B0263B;
    font-size: 76px;
    padding-bottom: 22px;
}

.banner_text p {
    font-size: 18px;
    padding-top: 20px;
    padding-bottom: 50px;
    color: #2C2C2C;
}
.hostel-room .owl-nav {
    width: 50%;
    position: absolute;
    top: 53%;
    left: -40px;
}
.booknow_button {
    background: #b0263b;
    text-decoration: none;
    color: #fff;
    padding: 10px 25px;
    border-radius: 4px;
    margin-left: 15px;
}
.hero_banner  .form-group label {
    color: #ffffffe8;
    font-size: 14px;
    font-weight: 600;
    padding-bottom: 6px;
}
.service-box {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #D9E2E8;
    border-radius: 8px;
    margin: 15px 0;
    padding: 15px;
}
.service-box:hover {
    border: 1px solid #B0263B;
}
.service-box h4 {
    font-weight: bold;
    font-size: 18px;
    padding-top: 10px;
    color: #2C2C2C;
}
.service-box p {font-size: 14px; color: #707070; margin-bottom: 0;}
.heading h3 {
    text-align: center;
    padding-top: 30px;
    padding-bottom: 10px;
    font-size: 26px;
    color: #ffffffe8;
    font-weight: bold;
}
.service-section {
    margin-top: -170px;
}

.testimonials-main .heading h3 {
    padding-top: 30px;
    text-align: center;
    padding-bottom: 10px;
    font-size: 20px;
    color: #2C2C2C;
    font-weight: bold;
    line-height: 29px;
}
.testimonials-main .heading h3  span {
    color: #B0263B;
}
.testimonials-slider-text img {
    width: 70px !important;
    height: 70px;
    margin-top: -54px;
}
.testimonials-slider-text ul {
    display: flex;
    list-style: none;
    gap: 20px;
    font-size: 10px;
    margin-bottom: 4px;
}
.testimonials-slider-text ul li {
    color: #b0263b;
}
.testimonials-slider-text p {
    margin: 0;
    font-size: 14px;
    line-height: 26px;
}
.testimonials-slider-text {
    border: 1px solid #86868B3D;
    border-radius: 6px;
    padding: 20px;
    background-color: #fff;
}
.testimonials-main .owl-carousel {
    padding-top: 40px;
    padding-bottom: 50px;
}
.testimonials-main {
    background-image: url(../img/testimonial-bg.jpg);
    background-size: cover;
}
.booknow-img img {
    width: 100%;
}
.booknow-section {
    background-color: #B0263B;
    padding-right: 30px;
    border-radius: 10px;
    overflow: hidden;
    margin: 40px 0;
}
.booknow-text-main {
    display: flex;
    align-items: center;
    height: 100%;
    justify-content: space-between;
}
.booknow-text h3 {
    padding-bottom: 2px;
    font-weight: 600;
    font-size: 20px;
    color: #fff;
}
.bestagency-box img {
    width: 60%;
    height: 49px;
    object-fit: scale-down;
}
.bestagency-box h4 {
    font-weight: 600;
    font-size: 20px;
    margin: 0;
}
.bestagency-man {
    background-color: #fff;
    padding-bottom: 30px;
    padding-top: 20px;
    margin-bottom: 30px;
}
.bestagency-man .heading h3 {
    padding-top: 20px;
    text-align: center;
    padding-bottom: 20px;
    color: #2C2C2C;
    font-weight: bold;
    line-height: 29px;
}
.bestagency-man .heading h3  span {
    color: #B0263B;
}
.bestagency-box span {
    font-size: 12px;
    font-weight: 600;
}
.bestagency-box {
    text-align: center;
    position: relative;
}
.bestagency-box::before {
    width: 1px;
    height: 45px;
    content: "";
    background: #c7c7c7;
    position: absolute;
    left: 0;
    top: 29px;
}
.footer_about img {
    width: 150px;
    margin-bottom: 10px;
}
ul {
    padding: 0;
}
.bestagency-box.border-left-0::before {
    width: 0px;
}
.owl-prev {
    position: absolute;
    top: 45%;
    left: 5px;
    transform: translate(0px, -50%);
}
.owl-next {
    position: absolute;
    top: 45%;
    right: 5px;
    transform: translate(0px, -50%);
}
.owl-next span {
    background-color: #fff;
    width: 24px;
    height: 40px;
    display: inline-block;
    font-size: 29px;
    line-height: 32px;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 0px 6px 6px 0px;
}
.owl-prev span {
    background-color: #fff;
    width: 24px;
    height: 40px;
    display: inline-block;
    font-size: 29px;
    line-height: 32px;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 6px 0px 0px 6px;
}
.button-div a {
    width: 140px;
    background-color: #fff;
    display: block;
    text-align: center;
    padding: 9px;
    border-radius: 35px;
    color: #b0263b;
    font-weight: 600;
}
.booknow-text p {
    margin: 0;
    color: #fff;
    font-size: 12px;
    letter-spacing: 0.5px;
}
.testimonials-main .owl-carousel .owl-stage-outer {
    overflow: visible !important;
}
.testimonials-main .owl-carousel {
    overflow: hidden !important;
    padding-left: 15px;
    padding-right: 15px;
}
.testimonials-slider-text h3 {
    font-size: 18px;
    font-weight: 600;
    padding-top: 20px;
}
.hostel-room .heading h3 {
    padding-top: 30px;
    text-align: left;
    padding-bottom: 10px;
    font-size: 20px;
    color: #2C2C2C;
    font-weight: bold;
    line-height: 29px;
}
.hostel-room .heading h3  span {
    color: #B0263B;
}
.hostal-slider-img img {
    width: 100%;
    margin-top: -50px;
}
.hostel-room .owl-carousel {
    margin-top: -50px;
}
.hostel-room {
    position: relative;
    padding-bottom: 80px;
}
.hostel-room .item {
    padding-top: 52px;
}
.hostel-room::before {
    position: absolute;
    background-image: url(../img/background-img-1.png);
    content: "";
    width: 100%;
    height: 220px;
    top: 49%;
    left: 0;
    background-size: 100%;
    transform: translate(0, -50%);
    background-repeat: no-repeat;
}
.hostal-slider-text {
    height: 100%;
    display: flex;
    align-items: start;
    justify-content: center;
    flex-direction: column;
    padding-left: 50px;
}
.hostal-slider-text ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    font-size: 12px;
    gap: 20px;
}
.hostal-slider-text ul li {
    color: #fff;
}
.hostal-slider-text a {
    border: 1px solid;
    color: #fff;
    padding: 4px 15px;
    font-size: 14px;
    border-radius: 50px;
}
.hostal-slider-text h4 {
    font-size: 16px;
    font-weight: 600;
    padding-top: 10px;
    color: #FFE958;
}
.hostal-slider-text p {
    font-size: 14px;
    color: #fff;
    width: 80%;
}
.hostel-room .owl-stage-outer {
    overflow: visible !important;
}
.hostel-room .owl-prev {
    left: 40px;
}
.hostel-room .col-lg-10 {
    overflow: hidden;
}
.hostal-slider-img {
    margin-bottom: -2pc;
}
.hostal-slider-text h3 {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    padding-bottom: 3px;
}
footer {
    background-color: #2C2C2C;
    padding-top: 50px;
}
footer h3 {
    color: #ffffffe8;
    font-size: 20px;
    font-weight: 600;
    position: relative;
    padding-bottom: 30px;
}
footer h3::before {
    content: "";
    position: absolute;
    background-image: url(../img/line.svg);
    width: 73px;
    height: 7px;
    background-repeat: no-repeat;
    bottom: 10px;
}
.social_media li {
    float: left;
    list-style: none;
    padding-right: 5px;
}
.social_media li i {
    background-color: #494d4bc4;
    color: #ffffffe8;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 31px;
}
.footer_about p {
    font-size: 12px;
    color: #ffffffe8;
    padding-top: 8px;
}
.footer-copyright {
    background-color: #B0263B;
    padding: 10px 0;
    margin-top: 30px;
}
.footer_link li {
    list-style: none;
    float: left;
}
.footer_link li a {
    color: #ffffffe8;
    font-size: 14px;
    border-right: 1px solid;
    padding-right: 10px;
}
.footer_link ul {
    margin: 0;
    display: flex;
    justify-content: end;
    gap: 10px;
}
.copyright p {
    margin: 0;
    color: #ffffffe8;
    font-size: 14px;
}
.contact_info li {
    display: flex;
    color: #ffffffe8;
    gap: 15px;
    align-items: center;
    padding-bottom: 15px;
    font-size: 14px;
}
.contact_info li a {
    color: #ffffffe8;
}
.contact_info li i {
    background: #FFDFE3;
    padding: 5px;
    width: 40px;
    height: 40px;
    color: #B0263B;
    text-align: center;
    border-radius: 30px;
    line-height: 31px;
    font-size: 21px;
}
.contact_info-phone a {
    display: block;
    color: #ffffffe8;
}
.footer_department li {
    list-style: none;
    padding-bottom: 8px;
    font-size: 14px;
}
.footer_department li a {
    color: #ffffffe8;
    list-style: none;
}
.red-bg {
    background: #B0263B;
}
.red-bg .nav-link {
    color: #ffffffad;
}
.red-bg .booknow_button {
    background: #FFDFE3;
    color: #b0263b;
    font-weight: 600;
}
.red-bg .navbar-brand img {
    width: 100px;
}
.card h5 {
    font-weight: 600;
    font-size: 18px;
}
.form-group {
    padding-bottom: 10px;
}
.form-group label {
    font-size: 14px;
    padding-bottom: 5px;
    font-weight: 600;
}
.form-group .form-control, .form-group .form-select {
    border: var(--bs-border-width) solid #7070703D;
    border-radius: 4px;
    color: #707070;
}
.form-group .form-control::placeholder {
    color: #707070;
}
.form-group textarea.form-control {
    height: 95px;
}
.card h5 {
    font-weight: 600;
    font-size: 18px;
}
.form-group span {
    font-size: 12px;
    line-height: 20px;
    color: #b7b7b7;
}
.product_box {
    display: flex;
    gap: 15px;
    align-items: center;
    padding-bottom: 18px;
}
.Summary_box {
    padding-top: 15px;
    border-bottom: 3px solid #c9c9c9;
    border-top: 3px solid #c9c9c9;
}
.product_box img {
    width: 141px;
    height: auto;
}
.product_box-text h4 {
    font-size: 16px;
    font-weight: bold;
}
.product_box-text h4 span {
    font-weight: 600;
}
.product_box-text ul {
    display: flex;
    margin: 0;
    gap: 15px;
}
.product_box-text li {
    list-style: none;
}
.Summary_box p {
    margin: 0;
    padding-bottom: 5px;
    font-weight: 600;
}
.Summary_box p span {
    color: #707070;
}
.Summary-details li {
    list-style: none;
    display: flex;
    justify-content: space-between;
}
.Summary-details li span {
    color: #707070;
    padding-bottom: 12px;
}
.review-box {
    background-color: #FFF2F4;
    padding: 15px;
    margin-top: 18px;
    border-radius: 4px;
}
.review-box li {
    list-style: none;
    color: #777777;
    font-weight: 600;
    padding-bottom: 10px;
    position: relative;
    padding-left: 15px;
}
.review-box h5 {
    padding-bottom: 10px;
    color: #555;
}
.review-box a {
    color: #B0263B;
}
.review-box li::before {
    content: "*";
    position: absolute;
    width: 5px;
    height: 5px;
    color: #b0263b;
    font-size: 20px;
    left: 0;
}
.card {
    --bs-card-spacer-y: 2rem;
    --bs-card-spacer-x: 2rem;
}
.breadcrumb-item + .breadcrumb-item::before {
    content: var(--bs-breadcrumb-divider, ">");
}
.review-box a {
    color: #B0263B;
    font-weight: 600;
    text-decoration: underline;
}
.card-body .booknow_button {
    width: 100%;
    display: block;
    text-align: center;
    margin-left: 0;
    margin-top: 18px;
}
.breadcrumb {
    padding-top: 18px;
    color: #B0263B;
}
.breadcrumb-item.active {color: #B0263B;}
.breadcrumb-item a {color: #2C2C2C;}
.breadcrumb-item {
    font-size: 20px;
    font-weight: 600;
}
.form-control:focus, .form-select:focus {
    box-shadow: none;
    border-color: #B0263B;
}

/* About Page CSS */

.about_banner {
    height: 400px;
    background-size: cover;
}
.about_banner .breadcrumb-item a {color: #ffffff;}
.about_banner .breadcrumb-item+.breadcrumb-item::before {color: #ffffff;}
.about_banner .breadcrumb-item.active {color: #ffffff;}
.about_banner_text {
    display: flex;
    align-items: center;
    height: 300px;
    flex-direction: column;
    justify-content: end;
}
.about_banner_text h2 {
    color: #fff;
    font-size: 60px;
    padding-bottom: 10px;
}
.about_banner_text p {
    color: #fff;
    font-size: 18px;
}
.about_main {
    padding-top: 60px;
    padding-bottom: 40px;
}
.about_main_text h3 {
    font-size: 44px;
    padding-bottom: 10px;
}
.about_service-section {
    position: relative;
    padding-bottom: 60px;
}
.about_service-section::before {
    position: absolute;
    content: "";
    width: 100%;
    left: 0;
    top: 0;
    height: 369px;
    background-color: #B0263B;
    z-index: -1;
}
.about_service-section .heading h3 {
    padding-bottom: 0;
}
.about_service-section .heading p {
    color: #fff;
}
.livethehappy-box {
    border: 1px solid #D9E2E8;
    border-radius: 8px;
    padding: 10px;
}
.livethehappy-box-img {
    position: relative;
}
.livethehappy-box-img span {
    position: absolute;
    bottom: 10px;
    left: 10px;
    color: #fff;
}
.livethehappy-box-text {
    padding-top: 10px;
}
.livethehappy-box-text p {
    margin: 0;
}
.livethehappy_main .heading h3 {
    color: #2C2C2C;
}
.livethehappy_main .heading h3 span {
    color: #B0263B;
}
.livethehappy_main {
    padding-bottom: 60px;
}
.happy-campus-numbers .heading h3 {
    color: #2C2C2C;
}
.happy-campus-numbers .heading h3  span {
    color: #B0263B;
}
.happy-campus-numbers .testimonials-slider-text {
    text-align: center;
}
.happy-campus-numbers .testimonials-slider-text h4 {
    font-weight: 700;
}
.border-bottom-3 {
    border-bottom: 2px solid #707070;
}
.panorama_main li {
    list-style: none;
    float: left;
    padding-right: 8px;
}
.panorama_main span {
    border: 2px solid #B0263B;
    border-radius: 24px;
    padding: 5px 15px;
    color: #B0263B;
    font-weight: 600;
}
.panorama_main .active span {
    border: 2px solid #FFDFE3;
    background-color: #FFDFE3;
}
.accordion {
    --bs-accordion-border-color: transparent;
    --bs-accordion-border-radius: 0;
}
.accordion-item {
    border-bottom: 1px solid #707070;
}
.accordion-button:not(.collapsed) {
    background-color: #fff;
    padding-bottom: 0;
    color: #000000;
}
.accordion-button:focus {
    border-color: transparent;
    box-shadow: none;
}
.accordion-button:not(.collapsed)::after {
    background-image: url(../img/Minus.svg);
}
.accordion-button::after {
    background-image: url(../img/Plus.svg);
}
.accordion-header .accordion-button {
    font-weight: 600;
}
.faq_main .heading h3 {
    text-align: left;
    color: #2C2C2C;
    margin: 0;
}
.house-rules {
    background: #fff;
    padding: 0 30px;
}
.house-rules td {
    padding: 20px 0;
}
.house-rules td:first-child {
    width: 240px;
}
.house-rules td p a {
    color: #B0263B;
    text-decoration: underline;
}
.properties-list {
    display: flex;
    gap: 25px;
}
.all_properties_main p {
    color: #2C2C2C;
    font-weight: 600;
    margin: 0;
}
.all_properties_main {
    float: right;
}
.topics-profile {
    display: flex;
    gap: 15px;
    padding-bottom: 15px;
}
.topics-profile img {
    width: 40px !important;
    height: 40px;
}
.topics-to-read-innar {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #86868B3D;
    border-radius: 6px;
    padding: 25px 20px;
    height: 100%;
}
.slider-for .room-img.slick-slide {
    padding: 0;
}
.topics-profile span {
    font-size: 14px;
}
.topics-profile span {
    font-size: 12px;
    padding-right: 8px;
}
.topics-profile h5 {
    margin: 0;
    font-weight: 600;
}
.topics-to-read-innar a {
    color: #B0263B;
}
.topics-to-read .heading h3 {
    text-align: left;
    color: #2C2C2C;
}
.topics-to-read .heading a {
    color: #B0263B;
    border: 1px solid #B0263B;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
    margin-right: 8px;
    padding: 8px 15px;
    display: inline-block;
}
.topics-to-read .heading {
    padding-bottom: 20px;
}
.room-img-flex {
    display: flex;
    gap: 15px;
}
.room-img img {
    width: 100%;
}
.room-images .col-md-12:last-child {
    padding-top: 35px;
}
.left-form {
    background: #B0263B;
    padding: 15px;
}
.left-form h3, .left-form label {
    color: #fff;
}
.facilities_main .heading h3 {
    text-align: left;
    color: #2C2C2C;
}
.facilities {
    padding-bottom: 20px;
    padding-top: 10px;
}
.left-form .booknow_button {
    display: block;
    background-color: #ffdfe3;
    margin-left: 0;
    text-align: center;
    color: #b0263b;
    font-weight: 600;
}
.room-images .heading h2 span {
    font-weight: 600;
}
.room-images .heading {
    padding-bottom: 20px;
}
.room-dislist.review-box {
    margin-top: 0;
}
.room-dislist.review-box .booknow_button {
    margin-left: 0;
    color: #fff;
    text-decoration: none;
    width: 100%;
    display: inline-block;
    text-align: center;
}
.line {
    background: #008009;
    height: 7px;
    width: 100%;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}
.review_line_main {
    padding: 15px 0;
}
.review_line_main span {
    font-weight: 600;
}
.reating-bg {
    background: #B0263B;
    color: #FFDFE3;
    padding: 8px;

    border-radius: 5px 5px 5px 0;
}
.sign-up-bg {
    background-image: url(../img/red-bg.png);
    background-size: cover;
    padding: 40px 0;
}
.sign-up h3 {
    font-weight: 600;
}
.sign-up h3, .sign-up p {
    color: #fff;
}
#mobilemenu {display: none;}
.room-img.slick-slide {
    padding: 15px;
}
.nav-item.nav-close {
    position: absolute;
    top: 0;
    right: 0;
}
.mobile-menu-bar {
    align-items: center;
    justify-content: space-between;
    padding: 0 15px;
    background-color: #b0263b;
}
.mobile-menu-bar .logo img {
    width: 120px;
}

.mobile-menu-bar {display: none !important;}

@media screen and (max-width: 767px) {
	.mobile-menu-bar {display: flex !important;}
		.hostal-slider-text p {
    font-size: 14px;
    color: #fff;
    width: 80%;
    padding-left: 40px;
	}
}
