@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
    font-family: "Open Sans", sans-serif;
    color: #000000;
    overflow-x: hidden;
    background-color: #fff;
    font-size: 20px;
}

html {
    overflow-x: hidden;
}


a {
    text-decoration: none;
}

a:hover {
    color: #fff;
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #000000;
    font-family: "Manrope", sans-serif;
    font-weight: 700;
}

p {
    line-height: 1.5;
    font-weight: 500;
    font-size: 16px;
}

li {
    line-height: 1.5;
    font-weight: 500;
    font-size: 16px;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 50px;
    width: 50px;
    border-radius: 0;
    font-size: 0;
    border: 0;
    background-color: #000000;
    background-size: 25px;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 9;
}

.slick-arrow.slick-prev {
    left: 0;
}

.slick-arrow.slick-prev:before {
    content: "\f104";
    font-size: 20px;
    color: #fff;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

.slick-arrow.slick-next {
    right: 0;
}

.slick-arrow.slick-next:before {
    content: "\f105";
    font-size: 20px;
    color: #fff;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

.slick-arrow.slick-disabled {
    opacity: 0.2;
}

.slick-slide {
    padding: 0 15px;
}

.slick-dots button {
    font-size: 0;
    padding: 0;
    width: 40px;
    height: 7px;
    line-height: 0;
    border: none;
    background-color: #ed1c248c;
    transition: all ease 0.4s;
    position: relative;
}

li.slick-active button {
    background: #ed1c24;
}

ul.slick-dots li {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

ul.slick-dots {
    display: flex;
    gap: 15px;
    align-items: center;
    justify-content: center;
}

.slick-dots .slick-active button::before {
    opacity: 1;
    visibility: visible;
    border: 2px solid #ed1c24;
}

/*--------------------------------------------------------------
# Sections & Section Header
--------------------------------------------------------------*/
section {
    padding: 60px 0;
    overflow: hidden;
}

.btn_bx {
    margin-top: 50px;
}

.section-title h2 span {
    color: #ed1c24;
}

.section-title h3 {
    display: inline-block;
    font-size: 20px;
    font-weight: 600;
    color: #ed1c24;
    text-transform: uppercase;
    position: relative;
    letter-spacing: 2px;
    margin-bottom: 0;
}

.section-title h2 {
    font-size: 36px;
    color: #283891;
    position: relative;
    margin-bottom: 0;
    text-transform: capitalize;
}

.theme-btn {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    -webkit-appearance: none;
    appearance: none;
    outline: none;
    font-weight: 600;
    font-size: 15px;
    line-height: 14px;
    color: #ffffff;
    background-color: #ed1c24;
    padding: 10px 15px;
    transition: 0.5s ease-in-out;
    text-transform: uppercase;
    overflow: hidden;
    z-index: 2;
    text-align: center;
    border: none;
    letter-spacing: 1px;
    border: 1px solid #ed1c24;
}

.theme-btn span {
    position: relative;
    display: inline-block;
    font-size: 15px;
    line-height: 14px;
}

.theme-btn::before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 50%;
    height: 0;
    visibility: hidden;
    background-color: #000;
    opacity: 0;
    z-index: -1;
    transition: all 0.4s ease-in-out;
}

.theme-btn:hover:before {
    width: 100%;
    height: 100%;
    visibility: visible;
    opacity: 1;
}

.theme-btn::after {
    position: absolute;
    background-color: #000;
    bottom: 0;
    right: 0;
    content: "";
    width: 50%;
    height: 0;
    visibility: hidden;
    opacity: 0;
    z-index: -1;
    transition: all 0.4s ease-in-out;
}

.theme-btn:hover::after {
    width: 100%;
    height: 100%;
    visibility: visible;
    opacity: 1;
}

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






.theme-btn-border {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    -webkit-appearance: none;
    appearance: none;
    outline: none;
    font-weight: 500;
    font-size: 16px;
    line-height: 15px;
    color: #ffffff;
    background-color: transparent;
    padding: 16px 30px 16px;
    transition: 0.5s ease-in-out;
    text-transform: uppercase;
    overflow: hidden;
    z-index: 2;
    text-align: center;
    border: 1px solid #ffffff;
}

.theme-btn-border span {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 16px;
}

.theme-btn-border::before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 50%;
    height: 0;
    visibility: hidden;
    background-color: #000;
    opacity: 0;
    z-index: -1;
    transition: all 0.4s ease-in-out;
}

.theme-btn-border:hover:before {
    width: 100%;
    height: 100%;
    visibility: visible;
    opacity: 1;
}

.theme-btn-border::after {
    position: absolute;
    background-color: #000;
    bottom: 0;
    right: 0;
    content: "";
    width: 50%;
    height: 0;
    visibility: hidden;
    opacity: 0;
    z-index: -1;
    transition: all 0.4s ease-in-out;
}

.theme-btn-border:hover::after {
    width: 100%;
    height: 100%;
    visibility: visible;
    opacity: 1;
}

.theme-btn-border:hover {
    color: #fff;
}

/*--------------------------------------------------------------
 # call-buton Css
--------------------------------------------------------------*/
.call-buton .cc-calto-action-ripple {
    z-index: 999;
    position: fixed;
    left: 1rem;
    bottom: 1rem;
    background: #ed1c24;
    width: 4rem;
    height: 4rem;
    padding: 0rem;
    box-sizing: border-box;
    color: #ffffff;
    animation: cc-calto-action-ripple 0.6s linear infinite;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
}

.call-buton .cc-calto-action-ripple img {
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    max-width: 30px;
    filter: invert(1);
}

.call-buton .cc-calto-action-ripple:hover img {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}

@-webkit-keyframes cc-calto-action-ripple {
    0% {
        -webkit-box-shadow: 0 4px 10px rgba(237, 28, 36, 0.2), 0 0 0 0 rgba(237, 28, 36, 0.2), 0 0 0 5px rgba(237, 28, 36, 0.2), 0 0 0 10px rgba(237, 28, 36, 0.2);
        box-shadow: 0 4px 10px rgba(237, 28, 36, 0.2), 0 0 0 0 rgba(237, 28, 36, 0.2), 0 0 0 5px rgba(237, 28, 36, 0.2), 0 0 0 10px rgba(237, 28, 36, 0.2);
    }

    100% {
        -webkit-box-shadow: 0 4px 10px rgba(237, 28, 36, 0.2), 0 0 0 5px rgba(237, 28, 36, 0.2), 0 0 0 10px rgba(237, 28, 36, 0.2), 0 0 0 20px rgba(237, 28, 36, 0);
        box-shadow: 0 4px 10px rgba(236, 24, 24, 0.2), 0 0 0 5px rgba(237, 28, 36, 0.2), 0 0 0 10px rgba(237, 28, 36, 0.2), 0 0 0 20px rgba(237, 28, 36, 0);
    }
}

@keyframes cc-calto-action-ripple {
    0% {
        -webkit-box-shadow: 0 4px 10px rgba(237, 28, 36, 0.2), 0 0 0 0 rgba(237, 28, 36, 0.2), 0 0 0 5px rgba(237, 28, 36, 0.2), 0 0 0 10px rgba(237, 28, 36, 0.2);
        box-shadow: 0 4px 10px rgba(237, 28, 36, 0.2), 0 0 0 0 rgba(237, 28, 36, 0.2), 0 0 0 5px rgba(237, 28, 36, 0.2), 0 0 0 10px rgba(237, 28, 36, 0.2);
    }

    100% {
        -webkit-box-shadow: 0 4px 10px rgba(237, 28, 36, 0.2), 0 0 0 5px rgba(237, 28, 36, 0.2), 0 0 0 10px rgba(237, 28, 36, 0.2), 0 0 0 20px rgba(237, 28, 36, 0);
        box-shadow: 0 4px 10px rgba(237, 28, 36, 0.2), 0 0 0 5px rgba(237, 28, 36, 0.2), 0 0 0 10px rgba(237, 28, 36, 0.2), 0 0 0 20px rgba(237, 28, 36, 0);
    }
}

span.num {
    position: absolute;
    color: #ec8b00;
    left: -30%;
    bottom: -50%;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.header.sticky .top_head_sec {
    display: none;
}

.header.sticky .logo-bx {
    width: 150px !important;
    height: auto;
    transition: all 0.5s;
}

.top_head {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.top-address {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
}

.top-address a {
    color: #ffffff;
    font-weight: 600;
    margin-right: 0;
    font-size: 16px;
}

.top-address a i {
    padding-right: 5px;
    color: #ffffff;
}

.top-contact ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.top-contact {
    display: flex;
    align-items: center;
    gap: 10px;
}

.top-contact p {
    margin-bottom: 0;
    font-weight: 600;
    margin-right: 0;
    font-size: 14px;
}

.top-contact ul li a {
    background: transparent;
    width: 35px;
    height: 35px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-left: 8px;
    color: #ffffff;
    border: 1px solid #ffffff;
    font-size: 14px;
}

.top-contact ul li a:hover {
    background: #000000;
    border: 1px solid #000000;
    color: #ffffff;
}

.top_head_sec {
    padding: 9px;
    background: #ed1c24;
}

.header.sticky {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    padding: 0;
    box-shadow: 0 0 11px #1c1a1d3d;
    background: #000000;
    z-index: 888;
}

.header.sticky .logo-bx {
    width: 140px;
    height: auto;
    transition: all 0.5s;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
    color: #fff;
}

.header {
    z-index: 99;
    position: absolute;
    padding: 0;
    top: 0;
    left: 0;
    right: 0;
    transition: all 0.5s;
    background: transparent;
}


.bottom-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px 15px;
    position: relative;
    justify-content: end;
}

.logo-bx {
    height: auto;
    transition: all 0.5s;
    flex: 0 0 20%;
}

/* .logo-bx a {
    position: absolute;
    display: inline-block;
    max-width: 210px;
    top: 9px;
    transition: all 0.5s;
} */


.logo-bx {
    position: absolute;
    display: inline-block;
    max-width: 230px;
    left: 12px;
    top: 12px;
}

a.logo img {
    transition: all 0.5s;
    width: 100%;
}

.right_btn {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 15px;
    flex-wrap: wrap;
}





.index2 .header {
    background: #000000;
}

.index2 .navbar a,
.index2 .navbar a:focus {
    color: #fff;
}

.index2 .burger-icon span {
    background: #fff;
}

/*--------------------------------------------------------------
# Desktop Navigation
--------------------------------------------------------------*/
@media (min-width: 1280px) {




    .left-bx {
        align-items: center;
    }

    .right-bx {
        border-bottom: 1px solid #ffffff33;
        padding: 0px 0 !important;
    }

    .right-bx {
        display: flex;
        align-items: center;
        gap: 50px;
        width: calc(100% - 10%);
        justify-content: end;
    }

    .navbar {
        padding: 0;
        position: inherit;
        margin: 0;
    }

    .navbar ul {
        margin: 0;
        padding: 0;
        display: flex;
        list-style: none;
        align-items: center;
        justify-content: center;
        width: 100%;
        gap: 45px;
    }

    .navbar li {
        position: relative;
    }

    .navbar>ul>li {
        white-space: nowrap;
        padding: 0;
    }

    .navbar a,
    .navbar a:focus {
        display: unset;
        align-items: center;
        justify-content: space-between;
        padding: 0;
        white-space: nowrap;
        position: relative;
        flex-direction: column;
        width: 100%;
        background: transparent;
        font-size: 14px;
        font-weight: 600;
        text-transform: uppercase;
        color: #ffffff;
        -webkit-transition: all .4s;
        transition: all .4s;
        letter-spacing: 1px;
    }

    .navbar a i,
    .navbar a:focus i {
        font-size: 12px;
        line-height: 0;
        margin-left: 5px;
    }

    .navbar>ul>li>a:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 2px;
        bottom: -6px;
        left: 0;
        background-color: var(--color-primary);
        visibility: hidden;
        width: 0px;
        transition: all 0.3s ease-in-out 0s;
    }

    .navbar a:hover:before,
    .navbar li:hover>a:before,
    .navbar .active:before {
        visibility: visible;
        width: 100%;
    }

    .navbar .dropdown ul {
        display: block;
        position: absolute;
        left: 28px;
        top: calc(100% + 30px);
        margin: 0;
        padding: 10px 0;
        z-index: 99;
        opacity: 0;
        visibility: hidden;
        background: #fff;
        box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
        transition: 0.3s;
    }

    .navbar .dropdown ul li {
        min-width: 200px;
    }

    .navbar .dropdown ul a {
        padding: 10px 20px;
        font-size: 15px;
        text-transform: none;
        color: var(--color-default);
        font-weight: 400;
    }

    .navbar .dropdown ul a i {
        font-size: 12px;
    }

    .navbar .dropdown ul a:hover,
    .navbar .dropdown ul .active:hover,
    .navbar .dropdown ul li:hover>a {
        color: var(--color-primary);
    }

    .navbar .dropdown:hover>ul {
        opacity: 1;
        top: 100%;
        visibility: visible;
    }

    .navbar .dropdown .dropdown ul {
        top: 0;
        left: calc(100% - 30px);
        visibility: hidden;
    }

    .navbar .dropdown .dropdown:hover>ul {
        opacity: 1;
        top: 0;
        left: 100%;
        visibility: visible;
    }
}

a.phone-btn img {
    max-width: 35px;
    filter: invert(1);
    margin-right: 5px;
    display: none;
}

a.phone-btn {
    color: #fff;
    font-size: 18px;

    position: relative;
    font-weight: 600;
}

a.phone-btn::after {
    content: '';
    width: 1px;
    height: 90%;
    background-color: #ffffff52;
    position: absolute;
    left: -24px;
    top: 2px;
}

/*--------------------------------------------------------------
 # Sidebar Css
--------------------------------------------------------------*/

.side-bar {
    position: fixed;
    overflow: hidden;
    top: 0;
    right: -100%;
    width: 100%;
    max-width: 350px;
    padding: 50px 50px;
    height: 100%;
    display: block;
    background-color: #000000;
    backdrop-filter: blur(7px);
    z-index: 1900;
    transition: all 600ms ease;
    display: flex;
    flex-direction: column;
    overflow-y: auto;
    overflow: visible;
}

.side-bar .inner {
    padding: 40px 20px 0 0;
}

@media (max-width: 991px) {
    .side-bar .inner {
        padding: 40px 0 0 0;
    }
}

.side-bar .inner-main-wrapper-desk .thumbnail {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 25px;
}

.side_bar_menu {
    margin-bottom: 25px;
}

.side_bar_menu ul li a {
    text-align: left;
    display: block;
    padding: 0;
    font-size: 14px;
    font-weight: 400;
    color: #ffffff;
    text-transform: uppercase;
    white-space: nowrap;
    transition: 0.3s;
    position: relative;
    width: 100%;
    background: transparent;
    letter-spacing: 3px;
}

.side_bar_menu ul li a:hover {
    color: #ed1c24;
}

.side_bar_menu ul li {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ed1c2450;
}

.side_bar_location h4 {
    font-weight: 600;
    color: #160201;
    font-size: 30px;
    text-transform: capitalize;
    margin: 25px 0;
}

.side_bar_address {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ed1c2450;
}

.side_bar_address h3 {
    margin-bottom: 10px;
    font-size: 20px;
    color: #ffffff;
    font-weight: 500;
}

.side_bar_address p {
    margin: 0;
    color: #ffffff;
}

.side_bar_address a {
    color: #ffffff;
    font-size: 18px;
}

.side-bar .inner-main-wrapper-desk .thumbnail img {
    width: 150px;
    margin-left: 0;
}

.side-bar .inner-main-wrapper-desk .banner-shape-area {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
    margin-bottom: 20px;
    opacity: 1;
    transition-delay: 0.7s;
}

.side-bar .inner-main-wrapper-desk .banner-shape-area .shape {
    height: 10px;
    width: 10px;
    line-height: 10px;
    transform: rotate(45deg);
    margin: 0 6px;
    background: var(--color-primary);
    display: block;
}

.side-bar .inner-main-wrapper-desk .inner-content .footer .social-area {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.side-bar .inner-main-wrapper-desk .inner-content .footer .social-area li {
    list-style: none;
    margin: 0 5px;
    color: #fff;
}

.side-bar .inner-main-wrapper-desk .inner-content .footer .social-area li a {
    width: 40px;
    height: 40px;
    border: 1px solid #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 14px;
}

.side-bar .inner-main-wrapper-desk .inner-content .footer .social-area li a:hover {
    color: #000000;
    background-color: #ed1c24;
    border-color: #ed1c24;
}

.side-bar button:hover {
    background-color: #ed1c24;
    border-color: #ed1c24;
}

.side-bar.show {
    right: 0;
    overflow-y: auto;
}

.side-bar button {
    max-width: 100%;
    height: 40px;
    width: 40px;
    position: absolute;
    left: 0;
    top: 0;
    background: #ed1c24;
    padding: 6px;
    border: 1px solid #ed1c24;
}

.side-bar button i {
    color: #fff;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}

#side_bar_overlay.bgshow {
    background: #0e1013;
    opacity: 70%;
    visibility: visible;
    pointer-events: visible;
    z-index: 999;
    top: 0;
}

#side_bar_overlay {
    cursor: '';
    background: #0e1013;
    position: fixed;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    transition: opacity 500ms ease-in-out;
    pointer-events: none;
    z-index: 50;
}

.burger-icon {
    width: 30px;
    cursor: pointer;
}

.burger-icon span {
    display: block;
    height: 2px;
    margin: 5px 0;
    transition: background-color 0.3s ease-in, opacity 0.3s ease-in, transform 0.3s ease-in;
    width: 83.33333333%;
    background: #000000;
    transition: all 400ms ease-in-out;
    margin-left: auto;
}

.burger-icon span:nth-child(1) {}

.burger-icon span:nth-child(2) {
    width: 100%;
}

.burger-icon span:nth-child(3) {
    width: 58.33333333%;
}

.burger-icon span:nth-child(1) {
    -webkit-animation: burger-hover 1s infinite ease-in-out alternate forwards 200ms;
    animation: burger-hover 1s infinite ease-in-out alternate forwards 200ms;
}

.burger-icon span:nth-child(2) {
    width: 100%;
    -webkit-animation: burger-hover 1s infinite ease-in-out alternate forwards 400ms;
    animation: burger-hover 1s infinite ease-in-out alternate forwards 400ms;
}

.burger-icon span:nth-child(3) {
    width: 58.33333333%;
    transition: all 100ms ease-in-out;
    -webkit-animation: burger-hover 1s infinite ease-in-out alternate forwards 600ms;
    animation: burger-hover 1s infinite ease-in-out alternate forwards 600ms;
}

@-webkit-keyframes burger-hover {
    0% {
        width: 100%;
    }

    50% {
        width: 50%;
    }

    100% {
        width: 100%;
    }
}

@keyframes burger-hover {
    0% {
        width: 100%;
    }

    50% {
        width: 50%;
    }

    100% {
        width: 100%;
    }
}

.side_bar_cn {
    margin-bottom: 50px;
    text-align: center;
}

.side_bar_cn img {
    max-width: 200px;
}

/*--------------------------------------------------------------
 # video css
--------------------------------------------------------------*/
.video-ban {
    max-height: 88vh;
    padding: 0;
}

.video-ban video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.video-ban .overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    content: "";
    height: 40%;
    z-index: 1;
    opacity: 1;
    background: #000000;
    background: linear-gradient(180deg, rgb(0 0 0) 0%, rgba(255, 255, 255, 0) 100%);
}

/*--------------------------------------------------------------
 # Banner css
--------------------------------------------------------------*/
.ban-head {
    text-align: left;
    position: relative;
    max-width: 550px;
}

.banner-main .slick-arrow.slick-prev {
    left: 1%;
}

.banner-main .slick-arrow.slick-next {
    right: 1%;
}

.ban-head h3 {
    position: relative;
    display: inline-block;
    transition: transform 700ms ease, opacity 700ms ease;
    transform: translateY(-200px);
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 4px;
    color: #ffffff;
    margin-bottom: 20px;
    -webkit-animation-delay: .4s;
    animation-delay: .4s;
}

.banner-main .slick-slide.slick-current.slick-active .ban-head h3 {
    transform: translateY(0px);
}

.ban-head p {
    color: #ffffff;
    font-size: 18px;
    font-weight: 400;
    margin-block: 10px 25px;
    transition: transform 700ms ease, opacity 700ms ease;
    transform: translateX(200px);
}

.banner-main .slick-slide.slick-current.slick-active .ban-head p {
    transform: translateX(0px);
}

.ban-head h1 {
    position: relative;
    margin-bottom: 20px;
    font-size: 55px;
    text-transform: uppercase;
    line-height: 1.35em;
    -webkit-animation-delay: .6s;
    animation-delay: .6s;
    color: #ffffff;
    letter-spacing: 5px;
    transition: transform 500ms ease, opacity 500ms ease;
    transform: translateX(-200px);
}

.banner-main .slick-slide.slick-current.slick-active .ban-head h1 {
    opacity: 1;
    transform: translateX(0);
    transition-delay: 500ms;
}

.ban-head .ban-btn {
    transition: transform 500ms ease, opacity 500ms ease;
    transform: translateY(200px);
    margin-top: 30px;
}

.banner-main .slick-slide.slick-current.slick-active .ban-btn {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 500ms;
}

.banner-bottom {
    z-index: 1;
    position: relative;
    overflow: visible;
    margin-top: 0;
    padding: 0;
}

.banner-ic-bx {
    display: flex;
    align-items: self-end;
    margin-top: -87px;
}

.banner-ic-cn p {
    margin-bottom: 0;
    font-size: 18px;
}

.banner-ic-cn p a {
    font-weight: 700;
    color: #ed1c24;
}

.banner-ic-bx h3 {
    font-size: 22px;
    padding-top: 15px;
    margin: 0;
    line-height: 1.3;
}

.banner-ic-cn {
    text-align: center;
}

/* .banner-ic-cn form {
    margin-top: 0px;
    display: flex;
    flex-wrap: wrap;
    row-gap: 18px;
    align-items: start;
    justify-content: start;
    column-gap: 20px;
} */

/* .banner-ic-cn form .form-group {
    margin: 0;
    flex-wrap: wrap;
    width: calc(100% - 80%);
} */
.banner-ic-cn form .form-group {
    margin: 0;
    flex-wrap: wrap;
    width: 100%;
}

#contact-form .form-group textarea {
    position: relative;
    width: 100%;
    height: 40px;
    border: 1px solid #e3e3e3;
    background: #fff;
    color: #5a5a68;
    padding: 10px 20px 10px 20px;
    font-size: 16px;
    transition: all 500ms ease;
    background-image: none !important;
    display: flex;
    border-radius: 0px;
}

#contact-form .row {
    row-gap: 15px;
}

.banner-bottom-bx .section-title {
    margin-bottom: 10px;
}

.banner-ic-cn form .form-group button.theme-btn {
    width: calc(100% - 67%) !important;
    margin-left: unset;
    display: block;
    padding: 10px 7px;
}

.form-group2 .g-recaptcha {
    transform: scale(0.60) !important;
    -webkit-transform: scale(0.54) !important;
    transform-origin: 0 0 !important;
    max-height: 43px !important;
    -webkit-transform-origin: 0 0 !important;
}

.form-group.Service-bx {
    width: calc(100% - 64%) !important;
}

.form-group.message-bx {
    width: calc(100% - 72%) !important;
}


.form-group2 {
    display: flex;
    align-items: start;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
}

.banner-ic-cn form .form-group input {
    position: relative;
    width: 100%;
    height: 40px;
    border: 1px solid #e3e3e3;
    background: #fff;
    color: #5a5a68;
    padding: 10px 20px 10px 20px;
    font-size: 16px;
    transition: all 500ms ease;
    background-image: none !important;
    display: flex;
    border-radius: 0px;
}
.banner-ic-cn form .form-group input:focus {
    box-shadow: none;
    border-bottom: 2px solid #ed1c24;
}

.banner-bottom-bx {
    margin-bottom: 0px;
    padding: 15px 30px 29px 29px;
    margin-top: -100px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    background: #ffffffd4;
    position: relative;
    border-radius: 0px 15px 15px 15px;
}

.banner-bottom-bx.black-ic-bx {
    background: #000;
}

.banner-bottom-bx.black-ic-bx .banner-ic-bx h3 {
    font-size: 22px;
    padding-top: 15px;
    margin: 0;
    color: #ffffff;
}

.banner-bottom-bx.black-ic-bx .banner-ic-cn p {
    margin-bottom: 30px;
    color: #fff;
}

.banner-bottom-bx.black-ic-bx a.text-link {
    color: #fff;
}

.banner-main {
    position: relative;
    padding-top: 0;
    padding-bottom: 0;
    overflow: hidden;
}

.banner-main .slick-dots {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: 30px;
    left: 0;
    width: 100%;
    gap: 7px;
}

.banner-main .slick-dots button {
    height: 10px;
    width: 10px;
    background: #fff;
    font-size: 0;
    margin: 0 2px;
    border: 0;
}

.banner-main .slick-dots .slick-active button {
    background: #c38360;
    height: 10px;
    width: 10px;
}

.banner-slide {
    display: block !important;
}

.banner-main .slider-track {
    -webkit-transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
    transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
}

.banner-main .banner-image {
    height: 100%;
    position: relative;
    z-index: 1;
    width: 100%;
    overflow: hidden;
}

.banner-main .banner-image .bg-big {
    width: 100%;
    height: 88vh;
    object-fit: cover;
    display: inline-block;
}

.banner-slider .slick-slide {
    padding: 0;
}

.banner-main .banner-image::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    content: "";
    height: 100%;
    z-index: 1;
    background: #000000;
    opacity: 0.6;
    background: #000000;
    background: linear-gradient(180deg, rgba(0, 0, 0, 1) 0%, rgba(255, 255, 255, 0) 100%);
}

.banner-main .banner-image::after {
    position: absolute;
    height: 100%;
    width: 70%;
    display: inline-block;
    left: 0;
    content: "";
    top: 0;
    background: #000000;
    background: linear-gradient(90deg, rgba(0, 0, 0, 1) 0%, rgba(255, 255, 255, 0) 100%);
}

/* .banner-main .banner-image img {
    width: 100%;
    -webkit-transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
    transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    min-height: 700px;
    object-fit: cover;
}
 */

/* .banner-main .slick-active img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation: cssAnimation 8s 1 ease-in-out forwards;
    animation: cssAnimation 8s 1 ease-in-out forwards;
}

@keyframes cssAnimation {
    from {
        -webkit-transform: scale(1) translate(0px);
    }
    to {
        -webkit-transform: scale(1.2) translate(0px);
    }
}
@-webkit-keyframes cssAnimation {
    from {
        -webkit-transform: scale(1) translate(0px);
    }
    to {
        -webkit-transform: scale(1.1) translate(0px);
    }
}
 */
.banner-image-inner img {
    transform: inherit !important;
}

.banner-image-inner img {
    max-height: 650px;
    margin: 0 auto;
}

.banner-main .slick-slide {
    display: block !important;
}

.banner-text {
    position: absolute;
    top: 60%;
    left: 0;
    width: 100%;
    z-index: 99;
    transform: translate(0px, -50%);
}

.banner-main .banner-text {
    display: inline-block;
    z-index: 3;
    overflow: hidden;
}

/* .banner-main .slick-active .banner-text {
    animation: text-move 1s ease-in-out forwards;
}
 */
.banner-img {
    position: absolute;
    top: 140%;
    right: 0;
    text-align: center;
    z-index: 99;
    transform: translate(0, -100%);
    left: auto;
    max-width: 80%;
}

.banner-main .slick-active .slide-left {
    animation: 3s slide-left ease-in-out forwards;
}

/* @keyframes slide-left {
    0% {
        margin-left: 100%;
    }
    100% {
        margin-left: 0%;
    }
} */

@keyframes text-move {
    0% {
        transform: scale(1) translateY(100%);
    }

    100% {
        transform: scale(1) translateY(-50%);
    }
}



/*--------------------------------------------------------------
# About Section
--------------------------------------------------------------*/

.section-title {
    margin-bottom: 25px;
}

.about-cn-bx p {
    margin-bottom: 20px;
    line-height: 1.9;
}

.ab-3-img.ani-fl1 {
    margin-top: 45px;
}

.about-cn-bx p a {
    color: #ed1c24;
}

.about-sec .right_cn p {
    margin-bottom: 15px;
}

.about-call {
    transition: all 0.5s ease;
}

.about-img {
    display: flex;
    align-items: center;

}

.about-img img {
    width: 65px;
    min-width: 65px;
    height: 65px;
    border-radius: 50%;
    display: none;
}

.about-img p {
    color: #283891;
    font-weight: 700;
    font-size: 18px;
    line-height: 1;
    padding-left: 0;
    margin-bottom: 0;
    text-transform: capitalize;
}

.ab-img-2 {
    width: 250px;
    height: 250px;
    position: absolute;
    top: 50%;
    border: 5px solid #fff;
    right: 0;
    transform: translate(0%, -50%);
}

.ab-img-1 {
    position: relative;
}

.about-cn-bx {
    padding-left: 35px;
}

/* .ab-img-1:before {
    content: '';
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 14% 100%);
    background: #fff;
    position: absolute;
    top: -1px;
    right: -1px;
    width: 50%;
    height: 50px;
}
.ab-img-1:after {
    content: '';
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 14% 100%);
    background: #fff;
    position: absolute;
    bottom: -1px;
    right: -1px;
    width: 50%;
    height: 50px;
} */
.ab-img-2 img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.about-sec {
    background: #ffffff;
}

.ab-ic img {
    max-height: 70px;
    filter: brightness(0) saturate(100%) invert(22%) sepia(7%) saturate(928%) hue-rotate(131deg) brightness(94%) contrast(94%);
}

.ab-cn p {
    margin: 0;
}

.ab-main:hover .ab-cn h3 {
    color: #fff;
}

.ab-main:hover .ab-cn p {
    color: #fff;
}

.ab-main {
    padding: 2.4em 1em;
    background-color: #f2e9d3;
    box-shadow: 0 3px 30px rgba(0, 0, 0, 0.03);
    transition: background-color 0.3s ease-out, box-shadow 0.3s ease-out;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 70px;
}

.ab-bx {
    position: relative;
}

.ab-img-1 img {
    height: 500px;
    width: 100%;
    object-fit: cover;
}

.about-cn-bx h3 {
    margin-bottom: 15px;
    font-size: 22px;
    text-transform: capitalize;
}

.ab-stat h3 {
    color: #000;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 15px;
    font-size: 45px;
    color: #fff;
    margin: 0;
    font-weight: 600;
}

.about-head-bx {
    max-width: 850px;
    margin-inline: auto;
    margin-bottom: 50px;
}

.about-cn-bx a.theme-btn {
    margin-top: 30px;
}

.about-cn-bx h3 {
    margin-bottom: 15px;
}

.about-cn-bx ul {
    margin-bottom: 30px;
}

.about-cn-bx ul li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: 500;
}

.about-cn-bx ul li:before {
    content: '';
    background-image: url(../../assets/images/check-mark.png);
    width: 25px;
    height: 25px;
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    top: 0px;
    position: absolute;
    left: 0;
}

/*--------------------------------------------------------------
 # parallax section css
--------------------------------------------------------------*/
.parallax-section {
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
}

/*--------------------------------------------------------------
 # section css
--------------------------------------------------------------*/
.bg-image {
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
}

.bar-head {
    max-width: 750px;
    background: hsl(0deg 0% 0% / 85%);
    padding: 50px;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 25px;
    align-items: center;
    margin-inline: auto;
}

/*--------------------------------------------------------------
 # marquee Css
--------------------------------------------------------------*/
.marqee-text-section {
    background: #f7f7f7;
}

.marquee {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    overflow: hidden;
}

.marquee span {
    text-transform: capitalize;
    will-change: transform;
    transform: translateX(0);
    white-space: nowrap;
    -webkit-animation: marquee 24s linear infinite;
    animation: marquee 24s linear infinite;
    font-size: 120px;
    font-weight: 900;
    color: #000000;
}

@-webkit-keyframes marquee {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-100%);
    }
}

@keyframes marquee {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-100%);
    }
}

.banner-bottom-bx .section-title.text-white h1 {
    color: #283891;
    position: absolute;
    top: -43px;
    background: #ffffffbd;
    padding: 10px 29px;
    left: 0;
    border-radius: 10px 10px 0px 0px;
    padding-bottom: 0px;
    box-shadow: 0 10px 20px rgb(0 0 0 / 7%);
    font-size: 28px;
}

.banner-bottom-bx .section-title.text-white h3 {
    color: #fff;
}

/* #contact-form>.form-group:nth-of-type(5) {
    width: calc(100% - 53%);
} */



#contact-form>.form-group textarea {
    position: relative;
    width: 100%;
    border: 1px solid #e3e3e3;
    background: #fff;
    color: #5a5a68;
    padding: 10px 20px 10px 20px;
    font-size: 16px;
    transition: all 500ms ease;
    background-image: none !important;
    display: flex;
    border-radius: 0px;
    height: 48px;
}


/* =====================================
# Service Css
===================================== */
.service-section {
    position: relative;
}

.service-section:after {
    width: 100%;
    height: 50%;
    content: '';
    position: absolute;
    background-image: url('../../assets/images/ser-1.jpg');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    top: 0;
}

.service-section:before {
    width: 100%;
    height: 50%;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background: #000000;
    background: radial-gradient(circle, rgba(0, 0, 0, 0) -78%, rgba(0, 0, 0, 1) 74%);
}

.service-cn {
    position: relative;
    padding-bottom: 100px;
    padding-top: 0;
}

.ser-img {
    width: 100%;
    position: absolute;
    right: 0;
    left: 0;
    margin-inline: auto;
    max-width: 495px;
    top: 0;
}

.ser-img img {
    height: 100%;
    object-fit: cover;
    width: 100%;
    object-position: top;
}

.service-head {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    padding-bottom: 50px;
    flex-direction: column;
    text-align: center;
    max-width: 950px;
    margin-inline: auto;
}

.service-head .btn-bx {
    margin-top: 20px;
}

.service-head p {
    color: #fff;
    margin: 0;
}

.service-image {
    padding-right: 50px;
}

.service-list ul {
    display: grid;
    grid-template-columns: 25% 25%;
    justify-content: space-between;
}

.service-list ul li {
    display: flex;
    align-items: center;
    padding: 10px 0;
    text-align: left;
    height: 90px;
    border-bottom: 1px solid #ed1c243b;
    position: relative;
    cursor: pointer;
}

.service-list ul li:after {
    content: '';
    background: #ed1c24;
    width: 0;
    height: 100%;
    right: 0;
    top: 0;
    position: absolute;
    left: 0;
    z-index: 0;
    transition: all 0.5s;
    opacity: 0.2;
    pointer-events: none;
}

.service-list ul li:hover:after {
    width: 100%;
}

.service-ic {
    text-align: center;
}

.service-section .container {
    position: relative;
    z-index: 1;
    max-width: 1400px;
}

.service-list ul li span {
    color: #ed1c24;
    font-weight: 500;
    text-transform: capitalize;
    font-size: 18px;
    flex: calc(100% - 90px);
    text-align: left;
    max-width: 100%;
    margin-inline: auto;
    position: relative;
    padding-left: 35px;
    padding-block: 31px;
    display: flex;
    align-items: center;
}

.service-list ul li span:before {
    content: '';
    background: #ed1c24;
    width: 15px;
    height: 15px;
    display: inline-block;
    border-radius: 25px;
    border: 5px solid #000000;
    outline: 2px solid #ed1c24;
    position: absolute;
    left: 8px;
    top: 36px;
}

.service-list ul li img {
    max-width: 100px;
    filter: invert(1);
    display: none;
}

.service-tab-cn {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.services-bx {
    overflow: hidden;
    cursor: pointer;
    box-shadow: 0px -7px 16px 8px rgba(0, 0, 0, 0.07);
    background: #fff;
}

.services-bx .services-img img {
    transition: all 0.5s;
}

.services-bx:hover .services-img img {
    transform: scale(1.5);
}

.service-section .section-title {
    margin-bottom: 0;
}

.service-head .service-cn p {
    color: #fff;
    text-align: left;
    max-width: 750px;
    margin-inline: auto;
    margin-bottom: 30px;
}

.service-head .section-title h2 {
    margin: 0;
}

.services-cn .section-title h2 {
    position: relative;
    padding-bottom: 25px;
    margin-bottom: 25px;
}

.services-cn .section-title h2::after {
    content: '';
    background: #ed1c24;
    width: 99px;
    display: inline-block;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
}

.services-cn p {
    margin-bottom: 15px;
    transition: transform 500ms ease, opacity 500ms ease;
    transform: translateY(200px);
}

.service-tab-cn .slick-slide.slick-current.slick-active .services-cn p {
    opacity: 1;
    transform: translateY(0px);
}

.services-cn a.text-link {
    margin-bottom: 50px;
    transition: transform 500ms ease, opacity 500ms ease;
    transform: translateY(200px);
}

.service-tab-cn .slick-slide.slick-current.slick-active .services-cn a.text-link {
    opacity: 1;
    transform: translateY(0px);
}

.services-cn {
    padding: 0 50px;
    border-left: 2px solid #ed1c24;
}

.services-img-cn {
    width: 100%;
    padding: 15px 10px;
    text-align: left;
    margin-inline: auto;
    z-index: 1;
    position: relative;
    text-align: center;
}

.services-img-cn h3 {
    font-size: 18px;
    display: block;
    color: #ed1c24;
    line-height: 1.5;
}

.services-img {
    text-align: center;
    overflow: hidden;
}

.services-img img {
    height: 225px;
    margin-inline: auto;
    width: 100%;
    object-fit: cover;
}

.services-img-bx p {
    color: #000000;
    margin-bottom: 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

a.text-link {
    display: inline-block;
    color: #ed1c24;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
    letter-spacing: 1px;
    margin-bottom: 0;
    padding-bottom: 3px;
}

a.text-link:after {
    content: '';
    background: #ed1c24;
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: 0;
    left: 0;
}

.services-cn {
    padding: 0 50px;
}

.service-tab ul li {
    text-align: center;
    cursor: pointer;
    font-size: 18px;
}

.service-tab ul .slick-slide.slick-current.slick-center li {
    color: #ed1c24;
}

.services-img-cn .section-title h2 {
    z-index: 1;
    position: relative;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 3px;
    margin-bottom: 0;
}

.service-tab-cn .slick-slide.slick-current.slick-active .services-img {
    opacity: 1;
    transform: translateX(0px);
}

.service-section .services-img-cn .section-title {
    margin-bottom: 0;
}


.service-tab .slick-list {
    transform: none !important;
}


.btn-bx {
    margin-top: 35px;
}


.ser-img img {
    border-radius: 8px;
    transition: opacity 0.4s ease;
}

.service-list ul li {
    cursor: pointer;
    transition: background-color 0.2s ease;
}

/* =====================================
# choose
===================================== */
.choose-sec {
    position: relative;
    /* background-image: url(../../assets/images/23773.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover; */
}

/* .choose-sec:before {
    width: 100%;
    height: 100%;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background: #000000;
} */
.choose-head .section-title p {
    margin-top: 10px;
}

.choose-head {
    margin-bottom: 0;
}

.choose-img {
    margin-inline: auto;
    position: absolute;
    right: 0;
    width: 37%;
    height: auto;
    top: 8%;
}

.choose-image {
    height: 100%;
}

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

.choose-list {
    margin-top: 0;
}

.choose-cn-bx .section-title {
    margin-bottom: 50px;
    max-width: 650px;
    margin-inline: auto;
}

.choose-ic-bx {
    width: 120px;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    border: 2px dashed #f1f5fa;
    flex: 0 0 120px;
}

.choose-ic-bx img {
    height: 55px;
    filter: invert(1);
}

.choose-bx {
    display: flex;
    gap: 20px;
    align-items: center;
    padding: 15px;
    box-shadow: 0px -7px 10px 0px rgba(0, 0, 0, 0.07);
    border-radius: 5px;
    transition: all 0.5s;
    flex-direction: column;
}

.choose-bx:hover .choose-ic-cn h3 {
    color: #fff;
}

.choose-ic-cn h3 {
    font-size: 18px;
    margin-bottom: 10px;
    color: #fff;
}

.choose-ic-cn {
    text-align: center;
}

.choose-ic-cn p {
    margin: 0;
    color: #fff;
    display: none;
}

.choose-sec {
    position: relative;
}

.choose-img-bx {
    text-align: center;
}

.choose-img-bx img {
    height: auto;
    max-width: 68%;
    margin-inline: auto;
}

.choose-sec .container {
    max-width: 1400px;
    position: relative;
    z-index: 1;
}
















.chooseus-section {
    position: relative;
    overflow: hidden;
    padding: 116px 0px 85px 0px;
}

.chooseus-section .pattern-layer {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.chooseus-section .image-layer {
    position: absolute;
    right: 140px;
    bottom: 0px;
    z-index: 1;
}

.choose-list .content-box-one .single-item:first-child,
.choose-list .content-box-one .single-item:nth-child(2),
.choose-list .content-box-one .single-item:nth-child(3) {
    border-right: 1px solid #00000024;
}

.choose-list .single-item .content-box h4 {
    position: relative;
    display: block;
    font-size: 20px;
    font-weight: 600;
    margin: 0px;
}

.choose-list .content-box-one {
    position: relative;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 0;
}

.choose-list .content-box-one .single-item {
    position: relative;
    border-bottom: 1px solid #00000024;
}

.choose-list .content-box-two .single-item {
    padding-bottom: 35px;
}

.choose-list .single-item:last-child {
    margin-right: 0px;
}

.choose-list .single-item .content-box {
    position: relative;
    display: block;
    background: transparent;
    padding: 40px 15px 22px 15px;
    text-align: center;
    opacity: 1;
    z-index: 1;
    transition: all 900ms ease;
}

.choose-list .single-item:hover .content-box {
    opacity: 0;
}

.choose-list .single-item .content-box .icon-box {
    position: relative;
    display: inline-block;
    margin-bottom: 14px;
    z-index: 1;
}

.choose-list .single-item .content-box .icon-box img {
    max-width: 60px;
}

.choose-list .single-item .content-box .icon-box:before {
    position: absolute;
    content: '';
    background: #ed1c24;
    height: 54px;
    width: 54px;
    border-radius: 50%;
    top: -10px;
    right: -30px;
    z-index: -1;
    opacity: 0.1;
}


.choose-list .single-item .overlay-box {
    position: absolute;
    left: 0px;
    width: 100%;
    background: transparent;
    padding: 30px 20px 30px 20px;
    text-align: center;
    z-index: 1;
    opacity: 0;
    transition: all 500ms ease;
}

.choose-list .content-box-one .single-item .overlay-box {
    top: 30px;
}

.choose-list .content-box-two .single-item .overlay-box {
    bottom: 30px;
}

.choose-list .content-box-one .single-item:hover .overlay-box {
    opacity: 1;
    top: -40px;
}

.choose-list .content-box-two .single-item:hover .overlay-box {
    opacity: 1;
    bottom: 0px;
}

.choose-list .single-item .overlay-box .icon-box {
    position: relative;
    display: inline-block;
    width: 80px;
    height: 80px;
    line-height: 86px;
    background: #ed1c24;
    text-align: center;
    border-radius: 50%;
    margin-bottom: 14px;
}

.choose-list .single-item .overlay-box .icon-box img {
    max-width: 49px;
}

.choose-list .single-item .overlay-box p {
    position: relative;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    margin: 0;
    max-width: 230px;
    margin-inline: auto;
    color: #000;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.choose-list .content-box-two {
    position: relative;
    display: block;
    width: 100%;
}

.choose-list .single-item .image-box {
    position: relative;
    display: block;
    text-align: center;
    padding: 10px 0px;
}




/**************************************
 * area-we-serve projects Style
 *************************************/
.area-we-serve {
    background: #f5f5f5;
    background-image: url(../../assets/images/ban-1.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    position: relative;
    padding: 0;
}

/* .area-we-serve::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    content: "";
    height: 100%;
    z-index: 1;
    opacity: 1;
    background: #000000;
    background: linear-gradient(90deg, rgb(0 0 0) 0%, rgba(255, 255, 255, 0) 100%);
} */
.area-we-serve .container {
    position: relative;
    z-index: 1;
}

.area-map {
    height: 100%;
}

.area-head {
    max-width: 495px;
    background: #283891;
    padding: 50px 40px;
}

.cta-section .slick-slide img {
    display: inline-block;
}

.cta-section .cta-bx {
    position: relative;
    padding: 0px;
    margin-top: -38px;
}

.area-head ul li {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    position: relative;
    display: flex;
    gap: 22px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px dotted #ffffff;
}

.area-head ul li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
}

.area-head p {
    color: #fff;
    margin: 0;
}

.area-head .section-title * {
    color: #fff;
}



.area-we-serve .btn-bx {
    margin-top: 25px;
    text-align: center;
}

.area-ic-bx img {
    height: 55px;
    width: auto;
    max-width: max-content;
    /* filter: invert(1); */
}

.area-head ul li .area-ic-cn h3 {
    color: #fff;
    font-size: 20px;
}

/**************************************
 * gallery Style
 *************************************/
.latest-main ul.slick-dots {
    margin-top: 25px;
}

.latest-projects {
    background: #fff;
}

.latest-projects .section-title {
    margin-bottom: 50px;
}

.latest-img {
    overflow: hidden;
}

.latest-img:hover img {
    transform: scale(1.3);
}

.latest-img img {
    height: 250px;
    object-fit: cover;
    width: 100%;
    transition: all 0.5s;
}

.latest-main {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.latest-projects .container {
    max-width: 1400px;
}






/*--------------------------------------------------------------
 # testimonials Css
--------------------------------------------------------------*/
.testimonials-new ul.slick-dots {
    margin-top: 20px;
}

.testimonials-new {
    position: relative;
    background: #f5f5f5;
}

.testimonials-new .container {
    position: relative;
    z-index: 1;
}

.testimonials-new .testimonials-item {
    position: relative;
    z-index: 1;
    text-align: center;
}

.testimonials-new .testimonials-item .testimonials-item-wrap {
    z-index: 1;
    position: relative;
    display: block;
    /* background: #ffffff; */
    padding: 0;
    /* box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.08); */
}

.testimonials-head {
    display: inline-block;
    margin-bottom: 19px;
}

.testimonials-new .btn_bx {
    text-align: center;
    margin-top: 50px;
}

.testimonials-new .slick-list.draggable {
    padding: 0;
}

.testimonials-new .section-title {
    margin-bottom: 20px;
}

.testimonials-new .slick-arrow.slick-prev {
    left: -2%;
}

.testimonials-new .slick-arrow.slick-next {
    right: -2%;
}

.goggle-img {
    background: rgb(255 255 255);
    border-radius: 0;
    padding: 15px;
    width: 65px;
    height: 65px;
    display: none;
}

.testimonials-box-author {
    padding-top: 20px;
    border-top: 1px solid #00000029;
    margin-top: 20px;
    display: inline-block;
}

.testimonials-slider {
    padding: 0 50px;
}

.testimonials-auther-content h3 {
    font-size: 23px;
    margin-bottom: 0;
    color: #ed1c24;
}

.testimonials-body {
    margin: 5px 0;
}

.testimonials-new .testimonials-auther-content p {
    min-height: auto;
}

.testimonials-new .pbmit-featured-wrapper {
    width: 80px
}

.testimonials-new .pbmit-featured-wrapper img {
    width: 80px;
    height: 80px;
    border-radius: 50%
}

.testimonials-new .testimonials-auther-content {
    margin-left: 0;
}

.testimonials-new .slick-initialized .slick-slide {
    padding: 0 15px;
}

.testimonials-new p {
    line-height: 30px;
    border: 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-width: 800px;
    margin: 0 auto;
}

.testimonials-slider-new .slick-track {
    padding-top: 15px;
}

.testimonials-new .testimonials-star-ratings {
    color: #eab923;
}

.testimonials-new .pbminfotech-star-ratings-text {
    font-size: 30px;
    line-height: 26px;
    font-weight: 600 !important;
    font-style: italic !important;
    letter-spacing: -.25px
}


.blog-section {
    background: #f5f5f5;
    overflow: visible;
    position: relative;
    z-index: 1;
}

.blog-bx {
    overflow: hidden;
    cursor: pointer;
    box-shadow: 0px -7px 16px 8px rgba(0, 0, 0, 0.07);
    background: #fff;
}

.blog-head .section-title {
    margin-bottom: 50px;
}

.blog-img {
    margin-bottom: 0;
    overflow: hidden;
}

.blog-cn {
    padding: 20px;
}

.blog-img img {
    height: 230px;
    width: 100%;
    object-fit: cover;
    transition: all 0.5s;
}

.blog-bx:hover .blog-img img {
    transform: scale(1.5);
}

.blog-cn h3 {
    font-size: 20px;
    text-transform: none;
    line-height: 1.5em;
    letter-spacing: 0px;
    margin: 0;
}

.blog-main {
    display: grid;
    grid-template-columns: repeat(3, 32%);
    gap: 15px;
    justify-content: space-between;
}

.blog-cn p,
.blog-cn a {
    display: none;
}








/* =====================================
# Footer
===================================== */
.workimg_hours li span {
    font-size: 16px;
    width: 50%;
}

.workimg_hours .footer-widget li {
    display: flex;
    justify-content: space-between;
}

.footer-section {
    position: relative;
    padding-top: 80px;
    background-image: url(https://www.revduprenovations.com/wp-content/uploads/2025/06/WhatsApp-Image-2025-06-23-at-20.50.32-1.jpeg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

.footer-section:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000000;
    opacity: 0.80;
}

.footer-cta {
    border-bottom: 1px solid hsl(0deg 0% 100% / 62%);
    position: relative;
    padding-bottom: 50px;
}

.social_icons .cus-social_white {
    display: flex;
    justify-content: flex-start;
    gap: 15px;
}

.social_icons .cus-social_white li a {
    border: 1px solid #fff;
    font-size: 16px;
    width: 45px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.5s all;
    text-align: center;
    color: #c29c61;
    border-radius: 100%;
}

.social_icons .cus-social_white li {
    border: none;
    margin: 0;
}

.social_icons .cus-social_white li a:hover {
    text-decoration: none;
    color: #ffffff;
    background: #c29c61;
}

.single-cta i {
    font-size: 28px;
    width: 75px;
    height: 75px;
    display: none;
    align-items: center;
    justify-content: center;
    color: #c29c61;
    border: 2px solid #0e0e0e;
    outline: 2px solid #c29c61;
}

.cta-sec {
    background-image: url(../images/cta-bg.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    position: relative;
    padding: 80px 0;
}

.cta_bx * {
    color: #fff;
}

.cta-sec:after {
    content: '';
    background: linear-gradient(to bottom, rgb(0 0 0 / 70%) 100%, rgb(0 0 0 / 70%) 100%);
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    bottom: auto;
    z-index: 0;
}

.cta-cn {
    text-align: center;
}

.cta-cn .btn-bx {
    margin-top: 25px;
}

.cta-cn p {
    color: #fff;
    font-size: 20px;
    margin-bottom: 25px;
}

.cta-sec .container {
    z-index: 1;
    position: relative;
}

.cta-text {
    padding-left: 0;
    display: inline-block;
}

.cta-text h4 {
    margin-bottom: 10px;
    color: #ffffff;
    font-size: 20px;
    position: relative;
    text-transform: uppercase;
}

.cta-text span {
    color: #fff;
    font-size: 16px;
    display: block;
}

.footer-btn {
    margin-top: 50px;
    text-align: center;
}

.cta-text a {
    text-decoration: none;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    color: #fff;
}

.cta-text a:hover {
    color: #ed1c24;
}

.cta_bx {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.cta_bx .section-title {
    max-width: 600px;
}

.cta_bx .action {
    margin-top: 0;
}

.footer-content {
    position: relative;
    z-index: 2;
    margin: 60px 0;
}

.footer-pattern img {
    position: absolute;
    top: 0;
    left: 0;
    height: 330px;
    background-size: cover;
    background-position: 100% 100%;
}

.footer-logo {
    margin-bottom: 30px;
}

.footer-logo img {
    max-width: 200px;
}

.footer-text p {
    margin-bottom: 25px;
    font-size: 14px;
    color: #000;
    line-height: 28px;
}

.footer-social-icon span {
    color: #000;
    display: block;
    font-size: 30px;
    font-weight: 400;
    margin-bottom: 20px;
}

.footer-social-icon a {
    color: #000;
    font-size: 16px;
    margin-right: 15px;
    border: 1px solid #000;
    width: 50px;
    height: 50px;
    display: inline-block;
    text-align: center;
    line-height: 50px;
}

.footer-social-icon i {
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 38px;
    border-radius: 50%;
}

.footer-widget-heading h3 {
    color: #ffffff;
    font-size: 20px;
    margin-bottom: 20px;
    position: relative;
    text-transform: uppercase;
    padding-bottom: 20px;
}

.footer-widget-heading h3::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    width: 50px;
    background: #ffffff;
}

.footer-widget ul {
    padding: 0;
    list-style: none;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    row-gap: 2rem;
}

.footer-widget ul li {
    padding-bottom: 0;
    margin-bottom: 10px;
}


.footer-widget ul li a {
    color: #fff;
    text-decoration: none;
    transition: all 0.5s;
    font-size: 16px;
    text-transform: uppercase;
}

.footer-widget ul li a:hover {
    color: #ed1c24;
}

.copyright-area {
    padding: 15px 0;
    border-top: 1px solid hsl(0deg 0% 100% / 62%);
    position: relative;
    z-index: 9;
}

.copyright-text p {
    margin: 0;
    color: #fff;
    text-align: center;
}

.copyright-text p a {
    color: #ed1c24;
    transition: all 0.3s ease-in-out;
}
.copyright-text p a:hover {
    color: #fff
}

.footer-menu li {
    display: inline-block;
    margin-left: 20px;
}

.footer-menu li:hover a {
    color: #fff;
}

.footer-menu li a {
    font-size: 14px;
    color: #878787;
}

.single-cta {
    display: block;
    text-align: left;
    padding: 0;
}

.lines {
    position: absolute;
    inset: 0;
    max-width: 1520px;
    margin-inline: auto;
    z-index: -1;
}

.lines .line:nth-child(1) {
    margin-left: -23%;
}

.lines .line {
    position: absolute;
    width: 1px;
    height: 100%;
    top: 0;
    left: 50%;
    background: hsl(0deg 0% 100% / 62%);
    overflow: hidden;
}

.lines .line:nth-child(1)::after {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}

.lines .line::after {
    content: "";
    display: block;
    position: absolute;
    height: 15vh;
    width: 100%;
    top: -50%;
    left: 0;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgb(237 28 36) 100%);
    -webkit-animation: run 7s 0s infinite;
    animation: run 7s 0s infinite;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-timing-function: cubic-bezier(0.4, 0.26, 0, 0.97);
    animation-timing-function: cubic-bezier(0.4, 0.26, 0, 0.97);
}

.lines .line:nth-child(3)::after {
    -webkit-animation-delay: 2.5s;
    animation-delay: 2.5s;
}

.lines .line:nth-child(2) {
    left: 65%;
}

.lines .line:nth-child(3) {
    left: 72%;
}

@keyframes run {
    0% {
        top: -50%;
    }

    100% {
        top: 110%;
    }
}

@keyframes run {
    0% {
        top: -50%;
    }

    100% {
        top: 110%;
    }
}


.footer-menu li {
    display: inline-block;
    margin-left: 20px;
}

.footer-menu li:hover a {
    color: #c20933;
}

.footer-menu li a {
    font-size: 14px;
    color: #878787;
}

.footer-section ul.social-area li a {
    color: #ffffff;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border: 1px solid #ffffff;
}

.footer-section ul.social-area {
    display: flex;
    gap: 15px;
    margin-top: 30px;
}

.footer-section ul.social-area li a:hover {
    background: #ed1c24;
    border-color: #ed1c24;
    color: #ffffff;
}

.footer-form-widget {
    padding: 0;
}

.footer-form-widget .section-title {
    margin-bottom: 25px;
}

.form-group label {
    color: #fff;
    display: block;
    margin: 5px;
    font-size: 16px;
    font-weight: 500;
}

.form-group input,
.form-group textarea,
.form-group select {
    border-radius: 0;
    font-weight: 500;
    height: 47px;
    background: #f5f5f5;
    border: none;
    border-bottom: 2px solid #0000001a;
}

#contact-form .form-group select {
    position: relative;
    width: 100%;
    height: 40px;
    border: 1px solid #e3e3e3;
    background: #fff;
    color: #5a5a68;
    padding: 6px 20px 10px 20px;
    font-size: 15px;
    transition: all 500ms ease;
    /* background-image: none !important; */
    display: flex;
    border-radius: 0px;
}

.form-group {
    margin-bottom: 15px;
}

.footer-form-widget button.theme-btn {
    background-color: #000;
}



.cta-section {
    padding: 0;
    overflow: visible;
    background: #ed1c24;
}

.cta-head .btn-bx {
    margin-top: 25px;
}

.cta-head .section-title h2 {
    margin-bottom: 8px;
    color: #fff;
}

.cta-main {
    display: grid;
    grid-template-columns: 40% calc(60% - 50px);
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    margin-inline: auto;
}

.cta-head {
    padding: 60px 0;
}

/* .cta-img {
    margin-top: -38px;
    position: relative;
    z-index: 1;
} */

.cta-img img {
    border-top-right-radius: 64px;
}


.service-section-new {
    position: relative;
    padding: 0;
}

.service-slider-bottom .slick-slide {
    padding: 0;
}

.service-top-ic img {
    max-width: 85px;
    transition: all 0.5s;
}

.service-top-ic {
    margin-left: -43px;
}

.service-top-cn {
    text-align: left;
    overflow: hidden;
    margin-bottom: -25px;
    transition: all 0.5s;
}

.service-top-main {
    position: absolute;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    padding: 100px 0;
}

.service-slider-img img {
    width: 100%;
    object-fit: cover;
    display: inline-block;
    height: 85vh;
    min-height: 801px;

}

.service-top-cn h3 {
    font-size: 20px;
    margin-bottom: 5px;
    color: #283891;
}

.service-top-bx:hover .service-top-cn span {
    transform: translate(0px, 0px);
}

.service-top-bx:hover .service-top-ic img {
    transform: scaleX(-1);
}

.service-top-cn p {
    color: #000000;
    transition: all 0.5s;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 5px;
}

.service-top-cn span {
    color: #283891;
    font-size: 16px;
    font-weight: 700;
    transition: all 0.5s;
    display: block;
    transform: translate(0px, 24px);
}

.service-top-bx:hover .service-top-cn {
    margin-bottom: 0;
}

.service-top-head {
    text-align: left;
    max-width: 120px;
}

.service-top-head h2 {
    color: #283891;
}

.service-left-head {
    max-width: 250px;
}

.service-left-head .section-title {
    margin-bottom: 0;
}

.service-left-head {
    max-width: 250px;
    display: flex;
    flex-direction: column;
    gap: 40px;
    margin-bottom: 30px;
}

.service-top-bx {
    background: #ffffff;
    width: 250px;
    text-align: center;
    padding: 17px;
    border-radius: 15px;
    box-shadow: 0 0 6px 2px #aba8a854;
    transition: all 0.5s;
    cursor: pointer;
    display: flex;
    gap: 20px;
    align-items: center;
    height: 146px;
}

.service-bottom-head {
    display: flex;
    gap: 40px;
}

.service-top-bx.active {
    background: #ed1c24;
}

.service-top-bx.active .service-top-cn h3 {
    color: #fff;
}

section.inner_page_banner {
    position: relative;
}

.bg_image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.bg_image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
    z-index: 0;
    position: relative;
}

.bg_image::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .45);
    z-index: 2;
    left: 0;
    top: 0;
}

.banner_inner_content {
    position: relative;
    z-index: 9;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 250px;
    align-items: center;
    color: #fff;
    padding: 0 0 0 0;
    margin: 0;
}

.banner_inner_content h1 {
    color: #fff;
    font-size: 52px;
    margin: 0;
}

.banner_inner_content ul.bread_crumb {
    display: flex;
    gap: 30px;
}

section.about-sec.sec_grey {
    background-color: #f5f5f5;
}

.page-template-temp-about section.about-sec a.theme-btn {
    margin: 20px 0 0 0;
}

.about-cn-bx ul.texter_list {
    margin: 0;
}

.about-cn-bx ul.texter_list li::before {
    font-size: 22px;
    height: 22px;
}


.single-post .header,
.page-template-inner .header,
.page-template-temp-about .header,
.page-template-service-inner .header,
.page-template-blog .header,
.page-template-temp-contact .header,
.page-template-template-pagestestimonial-php .header,
.page-template-temp-project .header,
.page-template-project-inner .header,
.page-template-temp-service .header{
    position: unset;
    background: #000000;
}

.single-post .sticky,
.page-template-inner .sticky,
.page-template-temp-about .sticky,
.page-template-service-inner .sticky,
.page-template-blog .sticky,
.page-template-temp-contact .sticky,
.page-template-template-pagestestimonial-php .sticky,
.page-template-temp-project .sticky,
.page-template-project-inner .sticky,
.page-template-temp-service .sticky {
    position: fixed;
}

.single-post .sticky .logo-bx,
.page-template-inner .sticky .logo-bx,
.page-template-temp-about .sticky .logo-bx,
.page-template-service-inner .sticky .logo-bx,
.page-template-blog .sticky .logo-bx,
.page-template-temp-contact .sticky .logo-bx,
.page-template-template-pagestestimonial-php .sticky .logo-bx,
.page-template-temp-project .sticky .logo-bx,
.page-template-project-inner .sticky .logo-bx,
.page-template-temp-service .sticky .logo-bx  {
    left: 10px;
    top: 10px;
}

.single-post .logo-bx,
.page-template-inner .logo-bx,
.page-template-temp-about .logo-bx,
.page-template-service-inner .logo-bx,
.page-template-blog .logo-bx,
.page-template-temp-contact .logo-bx,
.page-template-template-pagestestimonial-php .logo-bx,
.page-template-temp-project .logo-bx,
.page-template-project-inner .logo-bx,
.page-template-temp-service .logo-bx {
    position: absolute;
    display: inline-block;
    max-width: 219px;
    transition: all 0.5s;
    left: 10px;
    top: 10px;
}

.single-post .logo-bx .logo img,
.page-template-inner .logo-bx .logo img,
.page-template-temp-about .logo-bx .logo img,
.page-template-service-inner .logo-bx .logo img,
.page-template-blog .logo-bx .logo img,
.page-template-temp-contact .logo-bx .logo img,
.page-template-template-pagestestimonial-php .logo-bx .logo img,
.page-template-temp-project .logo-bx .logo img,
.page-template-project-inner .logo-bx .logo img,
.page-template-temp-service .logo-bx .logo img {
    transition: all 0.5s;
    width: 100%;
    max-width: 160px;
}


.inner-banner {
    padding: 0;
    position: relative;
}

.inner-ban-img {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
}

.inner-ban-img img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.inner-ban-cn {
    position: relative;
    z-index: 2;
}

.inner-ban-cn .section-title {
    margin: 0;
}

.inner-ban-cn .section-title h1 {
    font-size: 35px;
    position: relative;
    margin-bottom: 0px;
    text-transform: capitalize;
}

.inner-ban-cn {
    position: relative;
    z-index: 1;
    padding: 92px 0;
}

.inner-ban-img:before {
    position: absolute;
    content: "";
    background-color: rgba(0, 0, 0, 0.5);
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 1;
}

.section-title.text-white h1 {
    font-size: 36px;
    color: #fff;
}

.contact-info-item {
    text-align: left;
    display: flex;
    align-items: start;
    gap: 1em;
    background: #fff;
    border-bottom: 1px solid #d9d9d9;
    margin-bottom: 10px;
    padding-bottom: 10px;
    cursor: pointer;
}

.contact-info-item2 {
    margin: 0px;
    padding: 0px;
    border: 0px;
}

.contact-info-item .icon-box {
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease-in-out;
    height: 60px;
    width: 60px;
    border-radius: 0%;
    margin-bottom: 10px;
    background: transparent;
    border: 1px solid #eee;
}

.contact-info-item .icon-box img {
    width: 100%;
    max-width: 40px;
    opacity: 1;
    filter: brightness(0) saturate(100%) invert(17%) sepia(100%) saturate(6622%) hue-rotate(353deg) brightness(109%) contrast(92%);
}

.contact-info-item .contact-info-content p {
    text-transform: capitalize;
    margin-bottom: 7px;
    font-size: 19px;
}

.contact-info-item .contact-info-content h3 {
    font-size: 18px;
}

.contact-info-item .contact-info-content h3 a {
    color: #000;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}
.contact-info-item .contact-info-content h3 a:hover {
    color: #ed1c24;
}
.contact-info-item:hover .icon-box {
    background: #ed1c24;
}


.contact-info-item:hover img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7493%) hue-rotate(118deg) brightness(100%) contrast(96%);

}

/* .contact-us .row>.col-lg-4:nth-child(1) {
    border-right: 1px solid #00000024;
}

.contact-us .row>.col-lg-4:nth-child(2) {
    border-right: 1px solid #00000024;
}

.contact-us .row {
    border-bottom: 1px solid #00000024;

} */

.contact-image img {
    width: 100%;
    aspect-ratio: 1 / 1.2;
    object-fit: cover;
    padding-right: 6px;
}

.contact-us .section-title h2 {
    font-size: 46px;
    margin-bottom: 0;
    cursor: none;
}

.contact-form input {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.6em;
    background: transparent;
    border-radius: 0;
    padding: 16px 20px;
    outline: none;
    box-shadow: none;
}

.contact-section {
    background: #f2f2f2;
}

.contact-section .contact-form input {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.6em;
    border-radius: 0;
    padding: 14px 14px;
    outline: none;
    box-shadow: none;
    border: 1px solid #d9d9d9;
    width: 100%;
}

.contact-section textarea {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.6em;
    border-radius: 0;
    padding: 16px 20px;
    outline: none;
    box-shadow: none;
    border: 1px solid #d9d9d9;

    width: 100%;
    background: transparent;
}

.contact-section .contact-form-wrapper h2 {
    font-size: 35px;
    text-transform: capitalize;
    margin-bottom: 22px;
}

.contact-section form .row {
    row-gap: 25px;
}

.contact-form-wrapper {
    background: #fff;
    border: 1px solid #d9d9d9;
    padding: 20px;
    box-shadow: rgb(149 157 165 / 3%) 0px 8px 24px;
}

.contact-section .custom-row {
    background: #fff;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    padding-right: 10px;
}

.map-section {
    padding: 0;
    line-height: 0px;
}

.contact-image {
    position: relative;
    overflow: hidden;
}

.contact-image:after {
    content: "";
    position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: rgba(255, 255, 255, .3);
    transform: translate(-50%, -50%) rotate(-45deg);
    z-index: 1;
}

.contact-image:hover:after {
    height: 250%;
    transition: all 600ms linear;
    background-color: transparent;
}

.error {
    width: 100%;
    background: red;
    color: #fff !important;
    display: block;
    font-size: 14px;
    text-align: left;
    padding: 0px 2px;
}

.g-recaptcha {
    max-height: 60px;
}

.inner-blog .blog-cn p {

    display: block;

}

.inner-blog .blog-cn a {
    display: inline-block;
}

.inner-blog .blog-main {
    gap: 30px;
}


.review-section .test-bx {
    padding: 15px;
    width: 100%;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    max-width: 100%;
    background-color: #fff;
    margin: 15px auto;
}


.review-section .content-top {
    display: flex;
    justify-content: space-between;
    width: 100% !important;
    border: 1px solid #eee;
    padding: 20px;
    align-items: center;
}

.review-section .icon img {
    padding: 10px;
    height: 55px;
    width: 55px;
    background: #f3f5fe;
}

.review-section .rating {
    font-size: 17px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.review-section .rating i {
    color: #eab923;
}

.review-section .review-text {
    border: 1px solid #eee;
    padding: 15px;
}

.review-section .review-text h3 {
    color: #ed1c24;
    font-size: 20px;
}


.services-card .image img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    transition: 0.4s;
    border-radius: 0px;

    overflow: hidden;
}

.services-card {
    position: relative;
    overflow: hidden;
    padding: 10px;
    background: #fff;
    border-radius: 0px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.services-card .image {
    overflow: hidden;

    transition: 0.2s;
    border-radius: 0px;

}

.services-card:hover .image img {
    transform: scale(1.2);

}

.services-section .card-description {
    background: #ffffffe8;
    position: absolute;
    height: 36%;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 0px;
    justify-content: center;
    align-items: center;
    bottom: 24px;
    max-width: 90%;
    left: 21px;
    right: 15px;
    transition: 0.6s;
    border-radius: 0px;
    outline: 1px solid #d5d2d2;
    outline-offset: -9px;
}

.services-section .card-description h3 {
    margin: 0;
    font-size: 25px;
    text-transform: capitalize;
}

.services-section .card-description a {
    padding: 14px 15px;
}

/* .services-section .services-card:hover .card-description {
    width: 100%;
    height: 95%;
    top: 10px;
    left: 10px;
    right: 10px;
    max-width: 95%;
    border-radius: 15px;
    outline: 2px solid #ed1c24;
    outline-offset: -5px;
    border: 0px;
} */

.services-section .row {
    row-gap: 30px;
}

.projects-section .project-card {
    position: relative;
    overflow: hidden;
}


.projects-section .project-card .bottom-bx {
    position: absolute;
    background: #ffff;
    padding: 15px;
    text-align: center;
    transition: 0.6s;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border: 1px solid #eee;
    width: 95%;
    left: 10px;
    bottom: 10px;
}

.projects-section .project-card:hover .bottom-bx {
    transform: translateY(400%);
}

.projects-section .project-card .bottom-bx h2 {
    margin: 0px;
    font-size: 25px;
    color: #000;
}

.projects-section .image-bx img {
    width: 100%;
    aspect-ratio: 1;
    object-fit: cover;
    border: 1px solid #eee;
}

.projects-section .overlay-bx {
    position: absolute;
    bottom: 0;
    height: 100%;
    width: 100%;
    background: #000;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    transform: scale(0);
    color: #fff;
    transition: 0.6s;

}

.projects-section .overlay-bx h3 {
    color: #fff;
    font-size: 25px;
}

.projects-section .project-card:hover .overlay-bx {
    transform: scale(1.1);

}

.projects-section .row {
    row-gap: 20px;
}

.free-consultation {
    background-image: url(https://www.revduprenovations.com/wp-content/uploads/2025/06/WhatsApp-Image-2025-06-23-at-20.50.32.jpeg);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    position: relative;
}


.free-consultation .container {
    position: relative;
    z-index: 88;
}

.free-consultation::after {
    height: 100%;
    width: 100%;
    position: absolute;
    content: '';
    background: #0000005c;
    inset: 0;
}

.free-consultation form {
    border-radius: 0px;
    outline-offset: 2px;
    padding: 30px;
    background: #fff;
    box-shadow: 0px 0px 0 5px #ed1c249e;
}

.free-consultation form input::placeholder {
    color: #000;
    font-weight: 500;
}

.free-consultation form textarea::placeholder {
    color: #000;
    font-weight: 500;
}

.free-consultation form textarea {

    max-width: 100%;
    padding: 10px 10px;
    height: auto;
    background-color: transparent;
    box-shadow: none;
    display: block;
    width: 100%;
    line-height: 1.5em;
    font-size: 14px;
    font-weight: 300;
    color: #000;
    background-image: none;
    border: none;
    border-radius: 0px;
    border: 1px solid #979797ee;
}

.free-consultation form input {
    max-width: 100%;
    padding: 10px 10px;
    height: auto;
    background-color: transparent;
    box-shadow: none;
    display: block;
    width: 100%;
    line-height: 1.5em;
    font-size: 14px;
    font-weight: 300;
    color: #000;
    background-image: none;
    border: none;
    border-radius: 0px;
    border: 1px solid #979797ee;
}

.form-title h2 {
    text-align: center;
    font-size: 35px;
    color: #000;
    text-transform: capitalize;
}

.form-title p {
    color: #000;
    text-align: center;
}

.free-consultation .form-group label {
    display: block;
    font-size: 16px;
    color: #000;
    font-weight: 500;
    margin-bottom: 5px;
    margin-left: 0px;
}

.hero-section {
    background-color: #f5f5f5;
}

.hero-image img {
    margin-left: 25px;
    display: block;
    width: 100%;
    height: 100%;
}

.hero-section .section-title h1 {
    font-size: 36px;
    color: #283891;
    position: relative;
    margin-bottom: 0;
    text-transform: capitalize;
}

.hero-section .section-title h1::after {
    content: "";
    position: absolute;
    display: block;
    width: 88px;
    height: 3px;
    background: #283891;
    bottom: -7px;
    border-radius: 50px;
}

.hero-section .section-title {
    margin-bottom: 19px;
}

.cta-section2 .section-title {
    margin-bottom: 14px;
}


.common-list-style li::before {
    height: 11px;
    width: 11px;
    background-color: #0d54a2;
    position: absolute;
    content: '';
    left: 4px;
    top: 7px;
    border-radius: 100px;
    outline: 2px solid #0d54a2;
    outline-offset: 2px;
}

.common-list-style li {
    position: relative;
    font-size: 16px;
    font-weight: 600;
    margin: 10px 0px;
    padding-left: 24px;
}

.roof-parallax-section {
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    display: flex;
    align-items: center;
    min-height: 550px;
}

.roof-parallax-section .inner-bx {
    padding: 20px;
    background: #fff;
    width: 100%;
    max-width: 620px;
    border-bottom: 2px solid #0d54a2;
}

.renovation-section .common-list-style {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    column-gap: 20px;
    row-gap: 0px;
    width: calc(100% - 370px);
    margin: auto;
}

.renovation-section .section-title {
    margin-bottom: 17px;
}

.bottom-text {
    text-align: center;
    width: calc(100% - 32%);
    display: flex;
    margin: 10px auto;
}

.renovation-section1 .common-list-style {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    column-gap: 20px;
    row-gap: 0px;
    width: calc(100% - 212px);
    margin: auto;
}

.contact-form-wrapper h2 {
    font-size: 30px;
    margin-bottom: 22px;
    color: #283891;
}

.contact-form input {
    font-size: 16px;
    padding: 12px 12px;
    border: 1px solid #d9d9d9;
    width: 100%;
}

.contact-form form .row {
    row-gap: 20px;
}

.contact-form textarea {
    font-size: 16px;
    padding: 12px 12px;
    border: 1px solid #d9d9d9;
    width: 100%;
    height: 57px;
}

.contact-us form .row {
    row-gap: 20px;
}

.row2 {
    display: flex;
    flex-direction: column;
    background: #fff;
    padding: 20px 10px;
    box-shadow: 4px 4px #ed1c24;
    border: 1px solid #d9d9d9;
    height: 100%;
    gap: 20px;
}


.icon-box {
    background-color: transparent;
    transition: background-color 0.3s ease;
    border-radius: 8px;
    display: inline-block;
}

.icon-box.active {
    background-color: #ed1c24;
}

.icon-box img {
    transition: filter 0.3s ease;
}

.icon-box.active img {
    filter: brightness(0) invert(1);
    /* Makes dark image white */
}

.bathroom-section ul {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    width: calc(100% - 6%);
    margin: auto;
}

.bathroom-section ul li {
    margin: 0px;
    background: #fff;
    border: 1px solid #eee;
    padding: 10px 5px 10px 35px;
    width: calc(100% - 51%);
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.bathroom-section .common-list-style li::before {
    left: 12px;
    top: 17px;
}

.bathroom-section .hero-content p {
    text-align: center;
    width: 100%;
    max-width: 98%;
    margin: auto;
    padding-top: 15px;
}


.flooring-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    row-gap: 20px;
    column-gap: 20px;
    margin-top: 37px;

}

.flooring-row .ser-card {
    padding: 18px;
    background: #fff;
    border: 1px solid #eee;
    position: relative;
    z-index: 99;
    overflow: hidden;
    box-shadow: rgb(149 157 165 / 11%) 0px 8px 24px;
}


.flooring-row .ser-card:hover h5 {
    color: #fff !important;

}

.flooring-row .ser-card:hover p {
    color: #fff;
}

.flooring-row .ser-card:hover .icon {
    color: #fff;
    -webkit-text-stroke-color: #fff;


}

.flooring-row .ser-card .icon {
    color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #283891;
    font-size: 55px;
    font-weight: 600;
}

.flooring-row .ser-card .text h5 {
    font-size: 22px;
    text-transform: capitalize;
    font-weight: 500 !important;
    margin-bottom: 14px;
    color: #000;
}


.flooring-row .ser-card:hover ::before {
    background-color: #ed1c24;
    height: 100%;
    width: 100%;
    transform: unset;
    inset: 0;

}

.flooring-row .ser-card ::before {
    height: 54px;
    transition: .4s;
    width: 65px;
    position: absolute;
    content: "";
    z-index: -7;
    right: -28px;
    top: -23px;
    transform: rotate(45deg);
    background: #283891;
}

.inner-page-title h2 {
    font-size: 35px;
    margin-bottom: 0;
    cursor: none;
}

.inner-page-title p {
    width: calc(100% - 28%);
    margin: auto;
    padding-top: 5px;
}

.inner-page-title {
    margin-bottom: 22px;
}

.blog-post-section .post-image-bx img {
    background: #fff;
    box-shadow: 0 0 5px #cecece;
    padding: 15px;
    height: 380px;
    width: 557px;
    object-fit: cover;
    float: inline-end;
    margin-left: 30px;
    margin-bottom: 25px;
}

.blog-post-section .text-bx :is(h1, h2, h3, h4, h5, h6) {
    font-weight: 700;
    font-size: clamp(28px, 30px, 36px);
    color: #000;
    border-left: 4px solid #0d54a2;
    background: #0d54a212;
    display: flex;
    padding: 10px 15px;
    margin: 30px 0px 20px 0px;
}

.decision-table-wrap {
    overflow-x: auto;
    margin-top: 30px;
    border: 1px solid #eee;
    border-radius: 10px;
}

.decision-table {
    width: 100%;
    border-collapse: collapse;
    background: #ffffff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 25px rgba(0, 0, 0, 0.05);
    font-family: 'Poppins', sans-serif;
    border: 1px solid #eee;
}

.decision-table th {
    background-color: #0d54a2;
    color: #fff;
    padding: 16px 20px;
    text-align: left;
    font-size: 17px;
    font-weight: 600;
}

.decision-table td {
    padding: 16px 20px;
    font-size: 16px;
    border-top: 1px solid #f0f0f0;
    color: #000;
    font-weight: 500;
}

.decision-table tr:hover {
    background-color: #f9f9f9;
    transition: background 0.3s;
}

@media (max-width: 600px) {

    .decision-table th,
    .decision-table td {
        padding: 12px 14px;
        font-size: 14px;
    }
}


.req-form {
    background-color: #f2f2f2;
}


.estimate-form-container {
    box-shadow: 0px 0px 57px 20px rgba(0, 0, 0, 0.07);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin: 0px;
    padding: 35px 25px;
    position: relative;
    width: 100%;
    max-width: 100%;
    margin-left: auto;
    border-radius: 8px;
}

.estimate-form-container ::placeholder {
    text-transform: capitalize;
    color: #000;
}


.estimate-form {
    position: relative;
    z-index: 77;
}


.estimate-form-container .section-title h1 {
    color: #ffffff;
    text-transform: capitalize;
    margin-bottom: 6px;
    font-size: 35px;
}

.estimate-form-container .row input {
    border: none;
    background-color: #f6f6f6;
    font-size: 16px;
    color: #000000;
    padding: 12px 12px;
    border-radius: 0px;
    width: 100%;
}

.estimate-form-container .row {
    row-gap: 20px;
}

.estimate-form-container select {
    border: none;
    background-color: #f6f6f6;
    font-size: 16px;
    color: #000;

    padding: 10px 10px;
    border-radius: 0px;
    width: 100%;
}

.estimate-form-container .col-lg-6,
.col-lg-12 {
    padding-left: 10px;
    padding-right: 10px;
}

.estimate-form-container textarea {
    padding: 10px 10px;
    height: 80px;
    border-radius: 0px;
    width: 100%;
    font-size: 15px;
    background-color: #f6f6f6;
    border: none;
}

.estimate-form-container .icon-box {
    background-color: #0d54a2;
    color: #FFFFFF;
    top: -38px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    height: 70px;
    width: 70px;
    border-radius: 50% 50% 50% 50%;
    padding: 25px;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -0%);
    z-index: 7;
    border: 4px solid #eee;
    display: none;
}

.estimate-form-container .section-title {
    margin-bottom: 22px;
    text-align: center;
    position: relative;
    z-index: 77;
    color: #000000;
}

.estimate-form {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.req-form .estimate-form-container:before {
    background: #000000;
    content: '';
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    opacity: 0.8;
}

.req-form .estimate-form-container {
    background: #ffffff;
    background-image: url(https://www.revduprenovations.com/wp-content/uploads/2025/07/1-2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    padding: 50px;
}

.estimate-form-container .section-title {
    margin-bottom: 22px;
    text-align: center;
    position: relative;
    z-index: 77;

}

.estimate-form {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.estimate-form {
    position: relative;
    z-index: 77;
}




.main_menu>ul>li {
    display: inline-block;
    position: relative;
    margin: 0 -2px;
}

.main_menu ul li {
    position: relative;
}

.main_menu ul li ul {
    width: 200px;
    background: #fff;
    transition: 0.5s;
    box-shadow: 0px 5px 15px 0px rgba(212, 201, 201, 0.75);
}

.main_menu ul li ul li a {
    padding: 10px 25px;
    font-size: 15px;
}

.main_menu ul li ul li a i {
    float: right;
}

.main_menu ul li ul li ul {
    left: 100%;
    top: 0;
}

.mega_menu_dropdown {
    position: static !important;
}

.mega_menu {
    left: 0;
    right: 0;
    background: #fff;
    display: flex;
    flex-wrap: wrap;
    transition: 0.5s;
    box-shadow: 0px 0 5px 1px rgb(91 86 86 / 75%);
    position: absolute;
    align-items: flex-start;
}

.mega_menu_2 .mega_menu:before {
    display: block;
    background: none;
    content: "";
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #ed1c24;
    position: absolute;
    top: -13px;
    left: 56%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.mega_menu_2 .mega_menu.arrow_2:before {
    left: 68%;
}

.mega_menu_2 .mega_menu.arrow_3:before {
    left: 76%;
}

.mega_menu_item {
    width: calc(100% - 60%);
    padding: 30px 20px;
    display: flex;
    flex-wrap: wrap;
}

.mega_menu_item+.mega_menu_item {
    padding: 0;
}

.main_menu ul li .mega_menu_item a {
    padding: 10px 0;
    display: block;
    color: #000;
    text-align: left;
    flex: 0 0 100%;
    text-transform: capitalize;
    position: relative;
}

.main_menu ul li .mega_menu_item a:after {
    content: "";
    position: absolute;
    width: 0;
    top: auto;
    bottom: 0;
    height: 1px;
    background: #ff0000;
    left: 0;
    transition: all 0.5s;
}

.main_menu ul li .mega_menu_item a:hover:after {
    width: 100%;
}

.main_menu ul li .mega_menu_item a:hover {
    color: #ff0000;
}

.mega_menu_item h3 {
    margin-bottom: 15px;
    text-align: left;
    font-weight: 500;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1.5625rem;
    color: #000000;
    border-bottom: 1px solid rgb(237 28 36 / 29%);
    padding-bottom: 10px;
    width: 100%;
    flex: 0 0 100%;
    text-transform: capitalize;
}

.mega_menu_img {
    max-height: 290px;
}

.mega_menu_item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    height: 303px;
}

.mega_menu_2 .mega_menu {
    left: auto;
    transform: translateX(-0%);
    width: 100%;
    border-top: 3px solid #ed1c24;
    right: 0;

}

.mobile_btn {
    display: none;
}

@media (min-width: 768px) {
    .main_menu ul li ul {
        visibility: hidden;
        opacity: 0;
        position: absolute;
        margin-top: 50px;
    }

    .main_menu ul li .mega_menu {
        visibility: hidden;
        opacity: 0;
        position: absolute;
        margin-top: 50px;
    }

    .main_menu ul li:hover>ul {
        visibility: visible;
        opacity: 1;
        margin-top: 0px;
        z-index: 99;
    }

    .main_menu ul li:hover>.mega_menu {
        visibility: visible;
        opacity: 1;
        margin-top: 9px;
        z-index: 99;
    }
}

@media (max-width: 767.98px) {

    .mega_menu_2 .mega_menu,
    .container {
        width: 100%;
    }

    nav {
        padding: 15px;
    }

    .mobile_btn {
        cursor: pointer;
        display: block;
    }

    .main_menu {
        display: none;
        width: 100%;
    }

    .main_menu ul li {
        display: block;
    }

    .main_menu ul li a i {
        float: right;
    }

    .main_menu ul li a {
        border-bottom: 1px solid #ddd;
    }

    .main_menu ul li ul {
        width: 100%;
    }

    .main_menu ul li ul li ul {
        left: 0;
        top: auto;
    }

    .mega_menu .mega_menu_item {
        width: 50%;
    }

    .main_menu ul li ul {
        display: none;
        transition: none;
    }

    .main_menu ul li .mega_menu {
        display: none;
        transition: none;
    }

    .mega_menu_2 .mega_menu {
        transform: translateX(0);
    }
}

@media (max-width: 575.98px) {
    .mega_menu .mega_menu_item {
        width: 100%;
    }
}


.mega_menu {
    display: none;
}

.mega_menu_2:hover .mega_menu {
    z-index: 888;
    top: 84px;
    display: flex !important;
    justify-content: center;
    align-items: center;
    gap: 2em;
}

.mega_menu_item ul {
    flex-direction: column;
    align-items: start;
    gap: 10px;
}

.mega_menu_item ul li a {
    color: #000;
    border-bottom: 1px solid #ededed;
    width: 100%;
    display: block !important;
    padding: 5px 0px 5px 22px !important;
    position: relative;
}

/* .mega_menu_item ul li {
    width: 100%;
    padding: 0 !important;
} */




.mega_menu_item ul li a::before {
    position: absolute;
    content: '';
    width: 0%;
    transition: 0.4s;
    height: 1px;
    background-color: #ed1c24;
    left: auto;
    right: 0;
    bottom: 0;
}

.mega_menu_item ul li a:hover::before {
    width: 100%;
    left: 0%;
    right: auto;
}

.mega_menu_item ul li a::after {
    height: 10px;
    width: 10px;
    background-color: #ed1c24;
    position: absolute;
    content: '';
    left: 2px;
    border-radius: 25px;
    outline: 2px solid #ed1c24;
    outline-offset: 2px;
    top: 10px;
}


.mega_menu_item ul li a:hover {
    color: #ed1c24;
}

.mega_menu_item ul li a:focus {
    color: #ed1c24;

}

header .right-bx li {
    padding: 37px 0px 37px 0px !important;
}

.mega_menu_item ul li {
    width: 100%;
    padding: 0 !important;
}








.mobile-top-bar {
    display: none;
}

.common-list-style li b {
    padding: 0px 2px 0px 0px;

}

.common-list-style li strong {
    padding: 0px 2px 0px 0px;


}

.latest-projects2 .latest-main {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

header .right-bx .theme-btn {
    background: transparent;
    padding: 14px 15px;
}

/* header .right-bx .theme-btn:hover {
    background: #ed1c24 !important;
} */


header .right-bx .theme-btn:hover::after {
    width: 100%;
    height: 100%;
    visibility: visible;
    opacity: 1;
    background: #ed1c24;
}

header .right-bx .theme-btn:hover:before {
    background: #ed1c24;
}




.coming-soon-section .section-title h2 {
    font-size: 70px;
    margin-bottom: 25px !important;
}


.coming-soon-section .section-title p {
    display: none;
}

.coming-soon-section {
    height: 50dvh;
    display: flex;
    align-items: center;
    background: #f5f5f5;
}

.cta-head .theme-btn-border {
    font-size: 15px;
    padding: 12px 15px;
    letter-spacing: 1px;
}

.projects-banner {
    background: #000;
}

.projects-banner h1 {
    color: #fff !important;
    text-align: center;
    /* margin-top: 73px; */
}

.projects-banner .section-title {
    margin-bottom: 0px;
}

.name-bx {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    width: 36% !important;
}

.name-bx input {
    width: 48% !important;
}

#contact-form .cptch-sect .error {
    width: fit-content;

}















.limit-bx {
    display: flex;
    justify-content: space-between;
    font-size: 15px;
}
.banner-bottom .container {
    max-width: 1320px;
}
.banner-bottom-bx .service_bx {
    position: relative !important;
    background-image: url(https://www.revduprenovations.com/wp-content/uploads/2025/07/arrow-black.png) !important;
    background-repeat: no-repeat !important;
    background-position: 99% 53% !important;
}
.service_bx {
    position: relative;
    background-image: url(https://www.revduprenovations.com/wp-content/uploads/2025/07/arrow-black.png);
    background-repeat: no-repeat;
        background-position: 99% 53%;
}

.policy_text .wp-block-heading {
    background-color: #f2f2f2;
    display: flex;
    font-size: 30px;
    padding: 15px 15px 15px 20px;
    border-left: 5px solid #ed1c24;
    margin: 25px 0px 10px 0px !important;
}
.hrs_bx ul {
    display: flex;
    justify-content: space-between;
    color: #fff;
        text-transform: uppercase;
}




@media (max-width: 1800px) {
    .inner-ban-cn {
            padding: 149px 0 92px;
    }
    .inner-ban-img img {
            height: 283px;
    }
}
@media (max-width: 1600px) {
    .mega_menu_2 .mega_menu:before {
            left: 48%;
    }
}
@media (max-width: 1366px) {
    .logo-bx {
        max-width: 200px;
    }
}

@media (max-width: 1279px) {

    .single-post .logo-bx,
    .page-template-inner .logo-bx,
    .page-template-temp-about .logo-bx,
    .page-template-service-inner .logo-bx,
    .page-template-blog .logo-bx,
    .page-template-temp-contact .logo-bx,
    .page-template-template-pagestestimonial-php .logo-bx,
.page-template-temp-project .logo-bx,
.page-template-project-inner .logo-bx,
.page-template-temp-service .logo-bx {
        position: unset;
        display: inline-block;
        max-width: 219px;
        transition: all 0.5s;
        left: 10px;
        top: 10px;
    }


    .mobile-top-bar {
        display: grid;
        grid-template-columns: 1fr 1fr;
        text-align: center;
    }

    .mobile-top-bar a {
        padding: 15px 0px;
        background: #ed1c24;
        display: flex;
        justify-content: center;
        gap: 10px;
        align-items: center;
        color: #fff;
        font-weight: 600;
        font-size: 15px;
        line-height: 14px;
        letter-spacing: 1px;
    }

    .mobile-top-bar a+a {
        background: #283891;
    }




    #header {
        position: unset;
        background: #ffffff !important;
        padding: 15px 0px;
    }

    .video-ban .overlay {
        display: none;
    }

    .logo-bx {
        max-width: 175px;
        position: unset;
    }

    .right-bx {
        display: none;
    }

    .bottom-head {
        justify-content: space-between;
    }

    .menu-item-2188 {
        position: relative;
    }

    .menu-item-1721 {
        position: relative;
    }

    span.icon-minus {
        display: none;
    }

    span.icon-plus {
        display: none;
    }

    button.sub-menu-toggle {
        display: grid;
        justify-content: center;
        align-items: center;
        background: transparent;
        border-radius: 50px;
        border: 0px;
        height: 25px;
        width: 25px;
        position: absolute;
        right: 7px;
        top: 52px;
    }


    .mob-menu-header-holder {
        z-index: 7 !important;
    }

    .mob-menu-right-bg-holder {
        background: #111111;
    }

    .top-bar-mobile {
        display: block !important;
    }

    .mobmenur-container {
        position: absolute;
        right: 0px;
        top: 4em !important;
        background: #fcc95a;
        height: 45px;
        width: 45px;
        display: grid;
        place-items: center;
        margin-right: 4% !important;
        font-size: 10px !important;
    }

    #mobmenuright a {
        padding: 7px 15px !important;
        color: #fff !important;
        font-size: 17px !important;
        text-transform: capitalize !important;
        border-bottom: 1px solid #eeeeee24;
        letter-spacing: 0px !important;
        font-weight: 400 !important;
        font-family: "Open Sans", sans-serif !important;
    }

    .mobmenu-right-panel .mob-cancel-button {
        color: #ffffff !important;
        height: 40px;
        width: 40px;
        background: #ed1c24;
        font-size: 25px !important;
        display: grid !important;
        place-content: center;
    }



    .mob-icon-menu:before {
        margin: 0 !important;
    }

    .mobmenu r-container i {
        color: #ffffff !important;
    }

    .mobmenu-content li {
        padding: 0 !important;
    }

    ul#mobmenuright {
        margin-top: 35px !important;
    }

    .mob-menu-logo-holder {
        display: none !important;
    }

    .mob-menu-header-holder.mobmenu {
        background: transparent !important;
        display: block !important;
        position: absolute;
    }

    .mobmenu .headertext {
        display: none;
    }

    body.mob-menu-slideout-over {
        padding: 0px !important;
    }

    .mobmenu-content #mobmenuright>li>a:hover {
        background-color: #1b1b1c !important;
    }

    .mobmenu-content #mobmenuright .sub-menu {
        background-color: #1b1b1c !important;

    }

    .mob-expand-submenu {
        position: absolute !important;
        right: 9px !important;
        float: right !important;
        height: 25px;
        width: 25px;
        display: grid;
        place-content: center;
        top: 5px;
        background: transparent;
        border-radius: 50%;
        z-index: 777 !important;
        left: auto !important;
    }

    .mob-expand-submenu i {
        font-size: 18px !important;
        color: #ffffff !important;
        margin-top: 2px;
    }

    .mob-menu-header-holder.mobmenu.mob-menu-header-holder.mobmenu {
        /* z-index: 99999999 !important; */
        position: absolute !important;
        inset: 0 auto auto auto !important;
        height: 0px;
    }

    .mob-menu-header-holder.mobmenu {
        background: transparent !important;
        display: block !important;
    }

    .mobmenur-container.mobmenur-container.mobmenur-container.mobmenur-container {
        position: absolute;
        right: 0px;
        top: 89px !important;
        background: #ed1c24;
        height: 40px;
        width: 40px;
        display: grid;
        place-items: center;
        margin-right: 2% !important;
        font-size: 10px !important;
    }

    .menu-item-538 {
        position: relative;
    }

}

@media (max-width: 1024px) and (min-width: 769px) {
     .form-group2 {
        gap: 15px;
    }
    .form-group2 .col-lg-6 {
        width: inherit;
    }
    .contact-form input {
            font-size: 14px;
    }
    .req-form .col-lg-7 {
        width: 72.333333%;
    }
    .roof-parallax-section,
    .area-we-serve {
        background-attachment: inherit;
    }
}

@media (max-width: 991px) {
    .coming-soon-section .section-title h2 {
        font-size: 40px !important;
        margin-bottom: 15px !important;
    }

    .latest-projects2 .latest-main {
        grid-template-columns: repeat(2, 1fr) !important;
    }

    .banner-ic-cn form .form-group button.theme-btn {
        width: 100% !important;
        margin-left: unset;
        display: block;
    }

    .estimate-form-container .section-title h2 {
        font-size: 25px;
    }

    .req-form .estimate-form-container {
        padding: 25px;
    }

    .flooring-row .ser-card {
        padding: 15px;
    }

    .flooring-row .ser-card .icon {
        font-size: 45px;
    }

    .flooring-row {
        grid-template-columns: 1fr;
        margin-top: 22px;
    }

    .roof-parallax-section .inner-bx {
        padding: 20px;
        width: 100%;
        max-width: 100%;
    }

    .hero-section .section-title h1 {
        font-size: 30px;
    }

    .hero-section .row {
        flex-direction: column-reverse;
        row-gap: 20px;
    }

    .hero-image img {
        margin-left: 0;
    }

    html {
        overflow-x: hidden;
    }

    .banner-bottom-bx {
        padding: 25px;
        margin-top: unset;
        background: #fff;
        border-radius: 0px;
    }

    .banner-bottom-bx .section-title.text-white h2 {
        position: unset;
        box-shadow: unset;
        border-radius: 0px;
        background: #fff;
        padding: 0;
        margin-bottom: 20px;
    }

    .video-ban {
        max-height: 100%;
        display: flex;
    }




    .banner-bottom {
        padding: 40px 0px;
        background: #f5f5f5;
    }


    .banner-ic-cn form .form-group {
        width: calc(100% - 52%);
    }

    #contact-form>.form-group:nth-of-type(5) {
        width: calc(100% - 52%);
    }

    .banner-ic-cn form {
        justify-content: center;
        column-gap: 20px;
    }

    section {
        padding: 40px 0;
    }

    .section-title h3 {
        font-size: 18px;
    }

    .section-title h2 {
        font-size: 25px;
    }

    .about-head-bx {
        max-width: 100%;
        margin-bottom: 30px;
    }

    .about-cn-bx {
        padding-left: 0px;
        padding-top: 25px;
        text-align: center;
    }

    .about-img {
        justify-content: center;
    }

    .about-cn-bx a.theme-btn {
        margin-top: 25px;
    }



    .service-slider-img img {

        display: none;
    }

    .service-top-main {
        position: unset;
        padding: 40px 0;
        background: #f5f5f5;
    }

    .service-left-head {
        max-width: 100%;
    }

    .service-top-head {
        max-width: 100%;
        text-align: center;
    }

    .service-top-bx {
        height: 100%;
        flex-direction: column;
        text-align: center;
        align-items: center;
        justify-content: center;
        width: 100%;
    }

    .service-top-cn {
        overflow: hidden;
        margin-bottom: unset;
        text-align: center;
    }

    .service-top-cn p {
        display: unset;
        -webkit-line-clamp: unset;
        -webkit-box-orient: unset;
        overflow: unset;
        margin-bottom: 5px;
    }

    .service-top-cn {
        overflow: visible;
        margin-bottom: unset;
        text-align: center;
    }

    .service-top-cn span {
        transform: unset;
        margin: 10px 0px 0px 0px;
    }

    .service-left-head {
        gap: 25px;
        margin-bottom: 25px;
    }

    .service-bottom-head {
        gap: 25px;
        flex-wrap: wrap;
    }

    .choose-list .content-box-one {
        grid-template-columns: repeat(2, 1fr);
    }

    .choose-list .content-box-one .single-item:hover .overlay-box {
        opacity: 1;
        top: -20px;
    }

    .choose-list .single-item .overlay-box .icon-box {
        width: 60px;
        height: 60px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 8px auto 8px auto;
    }

    .area-head {
        padding: 25px;
        width: 100%;
        max-width: 100%;
    }

    .area-we-serve {
        padding: 40px 0px;

    }

    .area-we-serve .section-title {
        margin-bottom: 40px;
        text-align: center;
    }

    .area-head ul li {
        margin-bottom: 15px;
        padding-bottom: 15px;
        flex-direction: column;
        text-align: center;
        gap: 15px;
    }

    .latest-projects .section-title {
        margin-bottom: 25px;
    }

    .latest-main {
        grid-template-columns: repeat(2, 1fr);
    }

    .latest-img img {
        height: 300px;
    }

    .latest-projects .btn-bx {
        margin-top: 30px;
    }

    .testimonials-slider {
        padding: 0 0px;
    }

    .testimonials-box-author {
        padding-top: 10px;
        margin-top: 10px;
    }

    .testimonials-new .btn-bx {
        margin-top: 30px;
    }

    .cta-section .cta-bx {
        position: relative;
        padding: 0px;
        margin-top: 0px;
    }

    .cta-main {
        display: unset;

        text-align: center;
    }

    .cta-head {
        padding: 20px 0;
    }

    .cta-section {
        padding: 40px 0px;
    }

    .cta-section .slick-slide img {
        width: 100%;
        max-width: 550px;
    }

    .cta-img img {
        border-top-right-radius: 0px;
    }

    .cta-head {
        padding: 20px 0 0px 0px;
    }

    .blog-head .section-title {
        margin-bottom: 25px;
    }

    .blog-main {
        grid-template-columns: 1fr 1fr;
    }

    .blog-cn {
        padding: 15px;
    }

    .blog-cn h3 {
        font-size: 18px;
    }

    .btn-bx {
        margin-top: 30px;
    }

    .footer-cta {
        padding-bottom: 35px;
    }

    .footer-cta .col-xl-4 {
        width: 100%;
        text-align: center;
    }

    .single-cta {
        padding-bottom: 20px;
        border-bottom: 1px dashed #ffffff40;
        width: calc(100% - 5%);
        margin: auto auto 20px auto;
    }

    .cta-text {
        width: 100%;
        text-align: center;
    }

    .footer-cta {
        border-bottom: 0px solid hsl(0deg 0% 100% / 62%);
        padding-bottom: 0px;
        border: 0px;
    }

    .hide-mobile {
        display: none;
    }

    .lines {

        display: none;
    }

    .footer-content .col-xl-4 {
        width: 100%;
        text-align: center;
    }

    .footer-content {
        margin: 15px 0;
    }

    .footer-widget-heading h3 {

        padding-bottom: 7px;
    }

    .footer-widget-heading h3::before {
        display: none;
    }

    .footer-section {
        padding-top: 45px;
    }

    .services-section .card-description h3 {
        font-size: 20px;
    }

    .services-section .card-description {
        height: calc(100% - 67%);
        max-width: 90%;
        left: 17px;
    }

    .inner-page-title p {
        width: calc(100% - 0%);
    }



    .projects-section .project-card .bottom-bx h2 {
        font-size: 22px;
    }

    .projects-section .overlay-bx h3 {
        font-size: 22px;
    }

    .projects-section .image-bx img {
        aspect-ratio: unset;
        height: 350px;
    }

    .row2 {
        width: calc(100% - -1%);
        margin: 15px auto;
        height: auto;
    }

    .roof-parallax-section {

        min-height: auto;
    }

    .bathroom-section ul li {
        width: 100%;
    }

    .renovation-section .common-list-style {
        width: 100%;
        margin: auto;
    }
}



@media (max-width: 768px) {
      .roof-parallax-section,
      .area-we-serve {
        background-attachment: inherit;
    }

    .section-title.text-white h1 {
        font-size: 30px;
    }

    .inner-ban-cn {
        padding: 60px 0;
    }


    .service-top-ic {
        margin-left: 0px;
    }

    .about-sec .slick-dots {
        display: none !important;
    }

    .cta-head {
        width: 100%;
        max-width: 650px;
        margin: auto;
    }

    .mobmenur-container.mobmenur-container.mobmenur-container.mobmenur-container {
        top: 78px !important;
    }

    .choose-list .single-item .content-box h4 br {
        display: none;
    }

    .choose-list .single-item .content-box h4 {
        font-size: 17px;
    }

    .choose-list .single-item .overlay-box p {
        max-width: 318px;
    }

    .choose-list .content-box-one {
        grid-template-columns: repeat(1, 1fr);
        row-gap: 15px;
    }

    .banner-ic-cn form .form-group {
        width: 100%;
    }

    #contact-form>.form-group:nth-of-type(5) {
        width: 100%;
    }

    .banner-bottom-bx .section-title.text-white h2 {

        margin-bottom: 15px;
        font-size: 25px;
    }

    .banner-bottom-bx {
        padding: 20px;
    }
    .form-group2 {
        display: block;
    }
    .banner-ic-cn form .form-group button.theme-btn {
        margin-top: 15px;
        width: auto !important;
    }
   
}

@media (max-width: 767px) {
    .services-section .card-description {
        position: unset;
        width: 100%;
        max-width: 100%;
        height: 100%;
        outline: 0px;
        gap: 6px;
    }

    .services-card {
        padding-bottom: 18px;
    }
}




@media (max-width: 575px) {
    #contact-form .col-8.text-left.cptch-sect {
            width: 83.33333333%;
    }
    .limit-bx {
        flex-direction: column;
    }

    .form-group.form-group2 {
        row-gap: 15px !important;
    }

    .coming-soon-section {
        height: auto;
    }

    .banner-ic-cn form .form-group button.theme-btn {
        width: calc(100% - 50%) !important;
    }

    .renovation-section .common-list-style li {
        width: 100%;
    }


    .bottom-text {
        text-align: center;
        width: 100%;
        display: flex;
        margin: 10px auto;
    }



    .map-section {
        margin-top: 0px;
        margin-bottom: 30px;
    }

    .contact-form input {
        padding: 10px 10px;
    }

    .contact-form-wrapper h2 {
        font-size: 24px;
        margin-bottom: 15px;
    }

    .contact-form-wrapper {
        padding: 15px;
    }

    .projects-section .project-card .bottom-bx {
        padding: 10px;
    }

    .single-post .logo-bx .logo img,
    .page-template-inner .logo-bx .logo img,
    .page-template-temp-about .logo-bx .logo img,
    .page-template-service-inner .logo-bx .logo img,
    .page-template-blog .logo-bx .logo img,
    .page-template-temp-contact .logo-bx .logo img,
    .page-template-template-pagestestimonial-php .logo-bx .logo img,
    .page-template-temp-project .logo-bx .logo img,
    .page-template-project-inner .logo-bx .logo img,
    .page-template-temp-service .logo-bx .logo img
     {
        max-width: 120px;
    }

    .single-post .logo-bx,
    .page-template-inner .logo-bx,
    .page-template-temp-about .logo-bx,
    .page-template-service-inner .logo-bx,
    .page-template-blog .logo-bx,
    .page-template-temp-contact .logo-bx,
    .page-template-template-pagestestimonial-php .logo-bx,
.page-template-temp-project .logo-bx,
.page-template-project-inner .logo-bx,
.page-template-temp-service .logo-bx .logo img {
        max-width: 120px;
    }

    .projects-section .image-bx img {
        height: 300px;
    }

    .roof-parallax-section .inner-bx .section-title {
        margin-bottom: 10px;
    }

    .cta-section2 .section-title {
        margin-bottom: 10px;
    }

    .hero-section .section-title h1 {
        font-size: 24px;
    }

    .logo-bx {
        max-width: 200px;
        position: unset;
    }

    .bottom-head {
        display: unset;
    }

    .logo-bx {
        max-width: 120px;
        position: unset;
    }

    .mobmenur-container.mobmenur-container.mobmenur-container.mobmenur-container {
        top: 67px !important;
        margin-right: 4% !important;
    }

    #header {
        position: unset;
        background: #ffffff !important;
        padding: 10px 0px;
    }

    .banner-bottom {
        padding: 35px 0px;
    }

    section {
        padding: 35px 0;
    }

    .section-title h3 {
        font-size: 17px;
    }

    .section-title h2 {
        font-size: 24px;
    }

    .about-head-bx {
        margin-bottom: 15px;
    }

    .about-sec .section-title {
        margin-bottom: 19px;
    }

    .ab-img-1 img {
        height: 100%;
    }

    .about-sec .slick-slide {
        padding: 0 5px;
    }

    .about-cn-bx {
        padding-top: 15px;
    }

    .about-cn-bx h3 {
        margin-bottom: 10px;
        font-size: 22px;
    }

    .choose-list .content-box-one {
        row-gap: 22px;
    }

    .choose-list .content-box-one .single-item:hover .overlay-box {
        top: -35px;
    }

    .area-head {
        padding: 15px;
    }

    .latest-img img {
        height: 150px;
    }

    .theme-btn {

        padding: 12px 20px;

    }

    .testimonials-auther-content h3 {
        font-size: 18px;
    }

    .cta-section .slick-slide img {
        width: 100%;
        max-width: 360px;
    }

    .blog-main {
        grid-template-columns: 1fr;
        row-gap: 25px;
    }

    .footer-content .col-xl-4 {
        width: calc(100% - 5%);
        margin: auto;
    }

    .inner-ban-cn {
        padding: 50px 0;
    }

    .section-title.text-white h1 {
        font-size: 25px;
    }

    .services-card .image img {
        width: 100%;
        height: 250px;
    }

    .services-section .row {
        row-gap: 20px;
    }
    .copyright-text p a {
        display: block;
    }
    /* .projects-banner h1 {
        margin-top: 5px;
    } */
    .blog-post-section .post-image-bx img {
        width: 100%;
        object-fit: cover;
    }
    .contact-info-item .icon-box img {
        min-width: 40px;
    }
    .contact-info-item .icon-box {
        min-width: 59px;
    }
    .contact-info-item {
        gap: 0.4em;
    }
    .contact-info-item .contact-info-content h3 a {
        word-break: break-all;
    }
    .cta-section .cta-head p {
        padding: 0 14px;
    }
    .banner-bottom-bx .section-title.text-white h1 {
        box-shadow: none;
    }
    #contact-form .form-group textarea {
            height: 94px;
    }
    .blog-post-section {
            padding: 15px 0;
    }
    .blog-post-section .text-bx :is(h1, h2, h3, h4, h5, h6) {
            font-size: clamp(25px, 25px, 36px);
    }
}