.header .navbar-brand .logo {
    width: 225px;
    height: auto;
}

#back-to-top {
    width: 50px;
    height: 50px;
    border-radius: 50% !important;
    margin-right: 30px;
    margin-bottom: 95px;
}

.projects.projects-modern {
    padding-top: 110px;
    padding-bottom: 70px;
}

.project-panel .project-panel-holder .project-img::after {
    background: #ff0000;
}

.widget-reservation .widget-content p {
    font-size: 16px;
}

.features {
    padding-top: 80px;
    padding-bottom: 80px;
}

.widget-reservation::before {
    background-image: linear-gradient(180deg, #000000 20%, #787878 100%);
}

.bg-overlay-theme3:before {
    background-image: none;
}

.features-bar .features-holder {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.bg-cust:before {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#32C36CD9), color-stop(82%, #32C36C));
    background-image: -o-linear-gradient(top, #32C36CD9 0%, #32C36C 82%);
    background-image: linear-gradient(180deg, #32C36CD9 0%, #32C36C 82%);
}

.bg-cust {
    position: relative;
    overflow: hidden;
    z-index: 1;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    height: 100%;
    padding: 40px 0;
}

.wht {
    color: #fff;
}

.testi-bg {
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #253745), to(#253745E6));
    background-image: -o-linear-gradient(top, #253745 50%, #253745E6 100%);
    background-image: linear-gradient(180deg, #253745 50%, #253745E6 100%);
    border-top: 5px solid #f00;
}

.testimonial .testimonial-panel.testimonial-panel-2 .testimonial-body .testimonial-content p {
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 39px;
    font-style: normal;
    color: #ffffff;
}

.testimonial .testimonial-thumbs .testimonial-thumb .thumb-body h6 {
    font-family: var(--global--font-body);
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    color: #ffffff;
    text-transform: capitalize;
    margin-bottom: 0;
}

.footer {
    border-top: 5px solid #f00;
}

.dual-ring {
    border-color: #000;
}

.header.header-topbar.header-topbar1 .module-holder .module-search {
    border-right: none;
}

.slider .slide .slide-content .slide-headline {
    font-size: 54px;
}

.prdct-p {
    font-size: 14px;
}

.project-panel-holder:hover p {
    color: #fff;
}

.bx-shad {
    box-shadow: 0 5px 41.5px rgb(0 0 0);
}

.project-hover {
    background: #ff0000 !important;
}

.modal {
    z-index: 99999;
}

.view-dtl {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: var(--global--font-body);
    position: relative;
    z-index: 2;
    font-size: 15px;
    font-weight: 700;
    text-transform: capitalize;
    padding: 0px 30px;
    border: 0;
    width: 170px;
    height: 35px;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-transition-property: background, color;
    -o-transition-property: background, color;
    transition-property: background, color;
    border-radius: 4px;
    overflow: hidden;
    margin-top: 20px;
}

.view-dtl:hover {
    background-color: #000;
}

.project-panel .project-panel-holder .project-content .project-title h4 a {
    font-family: var(--global--font-heading);
    font-size: 20px;
    font-weight: 600;
    line-height: 15px;
    text-transform: capitalize;
    color: var(--global--color-heading);
}

.img-hotspot .img-hotspot-wrap .img-hotspot-bg img {
    max-width: 50%;
}

.features .feature-panel-holder .feature-panel {
    margin-right: 10px;
    min-height: 328px;
}

.mt-80 {
    margin-top: 120px !important;
    margin-bottom: 20px !important;
}

.projects.projects-gallery {
    padding-top: 20px;
    padding-bottom: 20px;
}