:root {
    --bs-font-sans-serif: "Onest", sans-serif;
}
body {
    background-color: #fff;
    font-family: "Onest", sans-serif;
    font-size: 18px;
    line-height: 1.5;
    color: #555;
}
p {
    color: #555;
}
.hospitality-title {
    color: #555;
}
a {
    text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
    color: #444;
    line-height: 1.2;
}
h1, .h1 {
    font-size: 49px;
    font-weight: 400;
    margin-bottom: 15px;
}
h2, .h2 {
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 15px;
    font-family: Arial, sans-serif;
}
h3, .h3 {
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 10px;
}
ul {
    list-style: none;
    padding-left: 0px;
}
section {
    padding: 128px 0px;
}
.section-sm {
    padding: 80px 0px 100px;
}
.navbar {
    background-color: #f9f8f5;
}
.navbar-brand img {
    height: 60px;
}
.nav-link {
    color: #444;
    font-weight: 500;
    font-size: 16px;
    font-family: Arial, sans-serif;
}
.navbar-expand-lg .navbar-nav .nav-link {
    padding: 0px 30px;
}
.btn {
    padding: 16px 24px;
    border-radius: 12px;
    color: #eeeee8;
    font-size: 16px;
    line-height: 1.2;
}
.btn-dark {
    background-color: #f16022;
    border-color: #f16022;
}
.btn-dark:hover {
    background-color: #d5551e;
    border-color: #d5551e;
}
.btn-link {
    background-color: #ffffff40;
    border-color: transparent;
    color: #ffffff;
    transition: border-color .2s, color .2s, background-color .2s
        cubic-bezier(.165, .84, .44, 1), box-shadow .2s;
    box-shadow: 0 0 0 1px #ffffff33 inset;
    text-decoration: none;
}
.btn-link:hover {
    background-color: #ffffff60;
    box-shadow: 0 0 0 1px #ffffff66 inset;
    color: #ffffff;
}
.rounded {
    border-radius: 16px !important;
}
.hero-section {
    background-color: #fff;
}
.hero-image {
    max-width: 100%;
    height: auto;
}
.icon-box {
    padding: 15px;
    border-radius: 8px;
}
.icon-box img {
    filter: grayscale(100%);
}
.bg-light-brown {
    background-color: #f9f8f5;
}
.section-brown {
    background-color: #000000;
    color: white;
}
.text-brown {
    color: #1c4854;
}
.btn-outline-light {
    color: white;
    border-color: white;
}
.testimonial-bg {
    background-color: white;
    padding: 2rem;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0,0,0,.05);
}
.footer-link {
    color: #fff;
    text-decoration: none;
    font-weight: 400;
    font-family: Arial, sans-serif;
    font-size: 14px;
}
.footer-link:hover {
    color: white;
    text-decoration: underline;
}
footer img {
    width: 150px;
}
.social-links-bottom a {
    color: #ffffff7d;
    font-size: 20px;
}
footer p {
    color: #ffffff8f !important;
    font-family: Arial, sans-serif;
    font-size: 14px;
    width: 100% !important;
}

.elevate-hospitality-main p.elevate-hospitality-main-sub-title {
    width: 60%;
    color: #555;
}
.text-color_secondary {
    color: #555;
    font-size: 14px;
    margin-bottom: 10px;
}
.card {
    background-color: transparent;
    box-shadow: none;
    border: none;
}
.card-body {
    padding: 0px;
    padding-top: 32px;
}
.card-text {
    font-size: 16px;
}
.deatils-btn {
    margin-top: 35px;
}
.section-brown h2 {
    color: #eeeee8;
}
.section-brown p {
    color: #eeeee8;
    width: 60%;
}
.text-color_secondary-brown {
    color: #eeeee88f;
}
.section-brown .btn-dark {
    background-color: #f16022;
    border-color: #f16022;
    color: #fff;
}
.section-brown .btn-dark:hover {
    background-color: #d5551e;
    border-color: #d5551e;
}
.section-brown .btn-link {
    background-color: transparent;
    box-shadow: 0 0 0 1px #eeeee833 inset;
    border-color: transparent;
    color: #eeeee8;
}
.section-brown .position-sticky {
    top: 112px;
}
.overlay {
    justify-content: center;
    align-items: center;
    display: flex;
    inset: 0%;
}
.ix_full-screen-background {
    width: 80vw;
    min-width: 100%;
    min-height: 100%;
    overflow: clip;
    height: 100vh;
}
.image_cover {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
/*.overflow_clip {
    overflow: clip;
}*/
.section-brown .btn-link:hover {
    box-shadow: 0 0 0 1px #eeeee866 inset;
}
.overlay_opacity-middle {
    background-color: #000;
    opacity: .6;
    position: absolute;
    inset: 0%;
    border-radius: 16px;
}
.newsletter-bg {
    background-color: #f9f8f5;
    padding: 125px 50px;
    text-align: center;
}
.card.on-inverse {
    background-color: #ffffff1a;
    padding: 50px;
    backdrop-filter: blur(50px);
    height: 80vh;
}
.engineered-title {
    font-size: 24px;
    margin-bottom: 15px;
}
.newsletter-bg p {
    font-size: 14px;
}
.newsletter-col {
    width: 79%;
}
.newsletter-bg input.form-control {
    width: 100%;
    padding: 16px 24px;
    color: #1c4854;
    transition: background-color .2s
        cubic-bezier(.165, .84, .44, 1), border-color .2s
        cubic-bezier(.165, .84, .44, 1);
    font-size: 16px;
    background-color: #fff;
    ;
}
.newsletter-bg input::placeholder {
    color: #1c485450;

}
.text-color_secondary-light-brown {
    color: #0000005c;
    margin-bottom: 15px;
}
.client-card {
    background-color: #fff;
    padding: 48px;
}
.client-card .hstack img {
    width: 64px;
    height: 64px;
    border-radius: 50%;
}
.client-card h6 {
    font-size: 14px;
    margin-bottom: 5px;
    color: #000;
    font-weight: 600;
}
.client-card p {
    font-size: 14px;
    margin-bottom: 0px;
    color: #000;
}
.client-card-sml {
    padding-bottom: 105px;
}
.elevate-every-main h2 {
    font-family: "Onest", sans-serif;
    font-weight: 400;
    margin-bottom: 0px;
}
.elevate-every-main img {
    height: 545px;
    object-fit: cover;
}
.contact-main .text-color_secondary-light-brown {
    color: #555;
}
.contact-main h2 {
    font-family: "Onest", sans-serif;
    font-weight: 400;
    margin-bottom: 48px;
}
/*.nav-link::after {
    content:"\f078";
    font-family:"Font Awesome 5 Free";
    font-size: 0.8rem;
    font-weight:600;
    margin-left:1em;
    border: none;
    vertical-align:0
}*/
.form-control {
    padding: 15px;
    color: #1c4854;
    transition: background-color .2s
        cubic-bezier(.165, .84, .44, 1), border-color .2s
        cubic-bezier(.165, .84, .44, 1);
    font-size: 16px;
    background-color: transparent;
    border: 1px solid #1c48541a;
    font-family: Arial, sans-serif;
}
.contact-main form label {
    letter-spacing: 0.48px;
    text-transform: uppercase;
    margin-bottom: 6px;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.4;
    color: #1c4854;
    font-family: Arial, sans-serif;
}
.contact-main form input::placeholder, .contact-main form textarea::placeholder {
    color: #00000050;
}
.contact-main .social-links a {
    color: #ef4d2b;
    font-size: 24px;
}
.contact-main h6 {
    color: #444;
    font-size: 16px;
}
.contact-number i {
    color: #ef4d2b;
    font-size: 24px;
}
.phone-number {
    font-size: 14px;
    color: #000000;
}
footer {
    padding: 90px 0px;
}
footer h6 {
    color: #ffffff8f;
    font-size: 13px;
    letter-spacing: 1.28px;
}
.accordion-button:not(.collapsed) {
    outline: none;
    background-color: transparent;
}
.accordion-button:focus {
    box-shadow: none;
}
button.navbar-toggler {
    border: none;
    padding: 0;
}
.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: none;
}
.collection-img {
    height: 100%;
    object-fit: cover;
}
del {
    color: #000;
}
.card-body span {
    color: #1c4854;
}
.product-pagination {
    margin-top: 120px;
}
.product-pagination .pagination li {
    margin-right: 10px;
}
.product-pagination .page-link {
    background-color: transparent;
    border-color: #1c4854;
    color: #1c4854;
    padding: 8px 15px;
}
.product-pagination .disabled>.page-link {
    background-color: transparent;
}
.product-pagination .active>.page-link {
    background-color: #1c4854;
    border-color: #1c4854;
    color: #fff;
}
.product-pagination .page-item:first-child .page-link {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}
.product-pagination .page-item:last-child .page-link {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}
.product-pagination .page-link:hover {
    z-index: 2;
    color: #fff;
    background-color: #1c4854;
    border-color: #1c4854;
}
.contact-main p a {
    color: #555;
    border-bottom: 1px solid;
}
.responsive-map {
    overflow: hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.responsive-map iframe {
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}
/*.map-main {
    margin-top: 75px;
}*/
.projects-details-main .card {
    padding: 30px;
    background-color: #dfdfd5;
}
.product-details-main .card p {
    font-size: 16px;
}
.faq-content {
    border-bottom: 1px solid #1c485426;
    margin-top: 30px;
}
.faq-content:first-child {
    margin-top: 0px;
}
.faq-content h6 {
    font-size: 20px;
    margin-bottom: 8px;
    font-weight: 400;
}
.faq-content p {
    font-size: 14px;
}
.product-details-main .card-body {
    padding-top: 15px;
    text-align: center;
}
.box {
    display: grid;
    align-items: center;
    justify-items: center;
    width: 65%;
    height: auto;
    transition: transform 0.5s ease-in;
    margin: 8px auto;
}
.box img {
    max-width: 100%;
    max-height: 100%;
    width: 100%;
}
.box:hover {
    transform: scale(1.2);
}
.owl-carousel .owl-stage {
    display: flex;
    align-items: center;
}
.owl-carousel .owl-item img {
    width: auto;
}
.single-banner-slide {
    height: calc(100vh - 102px);
    width: 100vw;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
    z-index: 2;
}
.single-banner-slide span {
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
}
.single-banner-slide h2 {
    color: #fff;
    text-transform: uppercase;
    font-size: 60px;
}
.single-banner-slide::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: #00000070;
    z-index: -1;
    width: 100%;
    height: 100%;
}
.banner-height {
    min-height: 400px;
    display: flex;
    align-items: end;
}
.single-banner-slide p {
    color: #fff;
    font-size: 18px;
    text-align: left;
}
.footer-menu-link {
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer-menu-link li {
    padding: 0px 24px;
}
.footer-menu-link li a {
    color: #ffffff7d;
}
.card-hover-effect img {
    transition: transform 0.8s ease-in;
}
.card-hover-effect:hover img {
    transform: scale(1.1);
}
.contact-main .bi {
    color: #ef4d2b;
}
.contact-main p a.mail-details {
    color: #555;
}
.mobile-view {
    display: none;
}
.about-intro {
    text-align: center;
}
.about-main-class ul {
    list-style: disc;
    padding-left: 20px;
    color: #555;
    font-size: 18px;
}
.contact-footer-bg {
    background-color: #f1602295;
    padding: 30px;
}
.contact-footer-bg .btn-dark {
    background-color: transparent;
    border-color: #fff;
    color: #fff;
}
.write-to-us-bg {
    background-color: #f0ebe6;
}
.write-to-us-content {
    padding: 0px 70px;
}
.contact-split-image {
    background: url('../images/elevate-every-new.jpg');
    min-height: 380px;
    background-size: cover;
    background-position: bottom;
}


/* MEDIA QUERY START */

@media (max-width: 1499px) {
    section.logo-main {
        padding: 90px 0px;
    }
}

@media (max-width: 1399px) {
    .newsletter-col {
        width: 73%;
    }
    .client-card-sml {
        padding-bottom: 73px;
    }
    section {
        padding: 90px 0px;
    }
    section.logo-main {
        padding: 80px 0px;
    }
    section#contact-details {
        padding-top: 110px;
    }
}

@media (max-width: 1199px) {
    .newsletter-col {
        width: 68%;
    }
    .newsletter-main img {
        object-fit: cover;
    }
    .client-card-sml {
        padding-bottom: 52px;
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        padding: 0px 18px;
    }
    section {
        padding: 80px 0px;
    }
    .write-to-us-content {
        padding: 0px 30px;
    }
}

@media (max-width: 991px) {
    .collection-img {
        height: 57%;
        margin-top: 25px;
    }
    .client-card-sml {
        padding-bottom: 35px;
    }
    .client-card {
        padding: 35px;
    }
    .elevate-every-main img {
        object-fit: cover;
        height: 350px;
    }
    footer.section-brown p {
        width: 100%;
    }
    .navbar-collapse {
        padding-top: 10px;
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        padding: 10px 0px;
        font-size: 20px;
    }
    .navbar-nav .dropdown-menu {
        background-color: transparent;
        border: none;
        padding: 0;
    }
    a.dropdown-item {
        padding: 8px 25px;
        font-size: 20px;
    }
    .mobile-view {
        display: none;
    }
    .desk-view {
        display: block;
    }
    .mobile-view-get-in-touch {
        display: block;
    }
    .btn.mobile-view {
        padding: 12px 24px;
    }
}

@media (max-width: 767px) {
    section {
        padding: 50px 0px;
    }
    .navbar-collapse {
        padding-top: 10px;
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        padding: 10px 0px;
        font-size: 20px;
    }
    .navbar-nav .dropdown-menu {
        background-color: transparent;
        border: none;
        padding: 0;
    }
    a.dropdown-item {
        padding: 8px 25px;
        font-size: 20px;
    }
    h1, .h1 {
        font-size: 28px;
    }
    h2, .h2 {
        font-size: 24px;
    }
    .elevate-hospitality-main p.elevate-hospitality-main-sub-title {
        width: 100%;
    }
    .newsletter-bg {
        padding: 35px 20px;
    }
    .newsletter-col {
        width: 64%;
    }
    .client-card {
        padding: 20px;
    }
    .client-card-sml {
        padding-bottom: 20px;
    }
    .elevate-every-main img {
        height: 100%;
    }
    .g-5, .gy-5 {
        --bs-gutter-y: 1rem;
    }
    .g-5, .gx-5 {
        --bs-gutter-x: 1rem;
    }
    footer .row-cols-1>* {
        width: 50%;
    }
    footer.section-brown p {
        width: 100%;
        color: #ffffff8f;
    }
    footer img {
        margin: 20px 0px;
    }
    footer .text-end {
        text-align: left !important;
    }
    footer .justify-content-end {
        justify-content: center !important;
    }
    .card-body {
        padding-top: 20px;
        padding-bottom: 30px;
    }
    .logo-main .row>* {
        width: 50%;
    }
    .card.on-inverse {
        padding: 25px;
        height: 60vh;
    }
    .section-brown p {
        width: 100%;
    }
    .collection-img {
        height: 50%;
        margin-top: 25px;
    }
    .footer-menu-link {
        display: block;
    }
    .footer-menu-link li {
        padding: 10px 0px;
    }
    .single-banner-slide {
        justify-content: end;
        height: calc(100vh - 90px);
    }
    .banner-height {
        padding-bottom: 110px;
    }
    .box {
        width: 100%;
    }
    .mobile-view {
        display: block;
    }
    .desk-view {
        display: block;
    }
    .mobile-view-get-in-touch {
        display: none;
    }
    .btn.mobile-view {
        padding: 8px 12px;
        font-size: 14px;
    }
    .navbar-brand {
        padding-top: 0px;
        padding-bottom: 0px;
    }
    section#contact-details {
        padding-top: 100px;
    }
    .copy-right-text {
        order: 3;
    }
    .copy-right-logo {
        order: 1;
    }
    .copy-right-social {
        order: 2;
        margin-bottom: 10px;
    }
    footer {
        padding: 30px 0px;
        padding-top: 16px;
    }
    .navbar-brand img {
        height: 50px;
    }
    .navbar>.container {
        align-items: end;
    }
    .footer-section {
        text-align: center;
    }
    .contact-main h2 {
        margin-bottom: 25px;
    }
    .about-intro {
        text-align: left;
    }
    section.logo-main {
        padding: 40px 0px;
    }
    h3, .h3 {
        font-size: 22px;
    }
    .contact-split-image {
        min-height: 250px;
        border-top: 1px solid #eee;
    }
    .write-to-us-content {
        padding: 30px;
    }
    .write-to-us-bg.rounded {
        border-radius: 0px !important;
    }
}
/* MEDIA QUERY END */