/*Hero section*/
.hero-slider-section {
    position: relative;
    overflow: visible;
    padding: 0 0 120px;
}

.hero-slide-img {
    position: relative;
    height: 500px;
    overflow: hidden;
}

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

.hero-slide-img::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg,
            rgba(0, 0, 0, .78) 0%,
            rgba(0, 0, 0, .45) 38%,
            rgba(0, 0, 0, .15) 70%,
            rgba(0, 0, 0, 0) 100%);
    z-index: 1;
}

/* LEFT CONTENT */

.hero-slider-left-side-content-div {
    position: absolute;
    top: 35%;
    left: 4%;
    transform: translateY(-50%);
    z-index: 10;
    max-width: 560px;
    padding: 0;
}

.heroRightSlider .swiper-button-next,
.heroRightSlider .swiper-button-prev {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    -webkit-backdrop-filter: blur(12px);
    color: #ffffff4b;
    transition: all .4s ease;
    top: 50%;
    transform: translateY(-50%);
}

.heroRightSlider .swiper-button-prev {
    left: 30px;
}

.heroRightSlider .swiper-button-next {
    right: 30px;
}

.heroRightSlider .swiper-button-next::after,
.heroRightSlider .swiper-button-prev::after {
    font-size: 18px;
    font-weight: 700;
}

.heroRightSlider .swiper-button-next:hover,
.heroRightSlider .swiper-button-prev:hover {

    color: #ffffff86;
    transform: translateY(-50%) scale(1.08);
}

/* Font same */

.hero-slider-left-side-content-div p:first-child {
    display: inline-block;
    padding: 10px 0;
    color: var(--theme-color);
    text-transform: uppercase;
}

.hero-slider-left-side-content-div h1 {
    font-size: 40px;
    font-weight: 700;
    color: #fff;
}

.hero-slider-left-side-content-div h1 span {
    font-size: 40px;
    font-weight: 700;
    color: var(--theme-color);
    font-style: italic;
    position: relative;
    display: inline-block;
}

.hero-slider-left-side-content-div h1 span::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -12px;
    width: 15%;
    height: 3px;
    background: var(--theme-color);
}

.hero-slider-left-side-content-div p:last-of-type {
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    line-height: 24px;
    margin-top: 20px;
}

/* Buttons */

.hero-btn {
    display: flex;
    gap: 20px;
    margin-top: 35px;
}

.hero-enquiry-btn a {
    padding: 10px 20px;
    font-size: 15px;
    font-weight: 500;
    border: 1px solid var(--theme-color);
    color: var(--color-white);
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: var(--theme-color);
}

.hero-enquiry-btn a:hover {
    background: transparent;
    color: var(--theme-color);
    border: 1px solid var(--theme-color);
}

.hero-view-pro-btn a {
    padding: 10px 20px;
    font-size: 15px;
    font-weight: 500;
    border: 1px solid var(--theme-color);
    color: var(--theme-color);
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: transparent;
}

.hero-view-pro-btn a:hover {
    padding: 10px 20px;
    font-size: 15px;
    font-weight: 500;
    border: 1px solid var(--theme-color);
    color: var(--color-white);
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: var(--theme-color);
}

.hero-btn a i {
    transition: .3s;
}

.hero-btn a:hover i {
    transform: translateX(5px);
}

.hero-bottom-features {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -90px;
    width: 92%;
    background: #181818;
    border: 1px solid rgba(188, 148, 80, .35);
    border-radius: 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 25px 15px;
    z-index: 99;
    box-shadow: 0 20px 50px rgba(0, 0, 0, .25);
    margin-bottom: 139px;

}

.hero-feature-item {
    width: 20%;
    display: flex;
    align-items: center;
    gap: 18px;
    padding: 0 10px;
    border-right: 1px solid rgba(255, 255, 255, .12);
}

.hero-feature-icon {
    width: 62px;
    height: 62px;
    border: 1px solid rgba(188, 148, 80, .4);
    border-radius: 15%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--theme-color);
    font-size: 28px;
}

.hero-feature-icon img {
    width: 40px;
    height: 40px;
    filter: brightness(0) saturate(100%) invert(58%) sepia(24%) saturate(1071%) hue-rotate(357deg) brightness(89%) contrast(85%);
}

.hero-feature-content h4 {
    color: var(--color-white);
    font-size: 34px;
    margin: 0;
}

.hero-feature-content p {
    color: #ddd;
    font-size: 14px;
    margin: 4px 0 0;
}

/* @media(max-width:991px){

    .hero-bottom-features{
        position:static;
        transform:none;
        width:100%;
        margin-top:30px;
        flex-wrap:wrap;
        border-radius:12px;
    }

    .hero-feature-item{
        width:50%;
        border-right:0;
        padding:15px;
    }

}

@media(max-width:576px){

    .hero-feature-item{
        width:100%;
    }

} */

/* ABOUT US START */

.about-us-section {
    padding: 40px 0 35px 0px;
    background: #fcfafa;
    overflow: hidden;
}

.about-us-section .about-left {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.about-section-subtitle {
    display: inline-block;
    color: #3E1F20;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 15px;
    letter-spacing: 2px;

    /* padding-left: 20px; */
}

/* .about-section-subtitle::before,
.about-section-subtitle::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 21px;
    height: 1px;
    background: var(--theme-color2);
}


.about-section-subtitle::before {
    left: -8px;
}


.about-section-subtitle::after {
    right: 156px;
} */

.about-us-section .about-left h2 {
    font-size: 27px;
    line-height: 1.3;
    color: #3E1F20;
    margin-bottom: 12px;
    font-weight: 900;
}

.about-us-section .about-left h2 strong {
    display: block;
    font-weight: 700;
    font-size: 27px;
    color: #3E1F20;
}


/* title decoration */

.panel_title_shape {

    display: flex;

    justify-content: center;
    align-items: center;

    margin-top: 13px;
    margin-bottom: 12px;
}


.panel_title_shape span {

    width: 60px;
    height: 1px;

    background: var(--theme-color);
}


.panel_title_shape i {

    width: 9px;
    height: 9px;

    margin: 0 8px;

    display: block;

    background: var(--theme-color);

    transform: rotate(45deg);
}


.about-us-section .about-left p {
    font-size: 14px;
    line-height: 1.6;
    color: #d2cdc3;
    margin-bottom: 15px;
    font-weight: 500;
}

.about-us-section .about-left ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.about-us-section .about-left ul li {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 10px;
    color: var(--body-text-color);
    font-weight: 500;
    font-size: 14px;
}

.about-us-section .about-left ul li i {
    width: 24px;
    height: 24px;
    background: #b78a43;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
}

.about-us-section .discover-btn {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    width: fit-content;
    padding: 15px 22px;
    background: #b78a43;
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    font-weight: 600;
    transition: .4s;
    white-space: nowrap;
    margin-top: 25px;
}

.about-us-section .discover-btn:hover {
    background: #111;
    color: #fff;
}

.about-us-section .discover-btn i {
    transition: .4s;
}

.about-us-section .discover-btn:hover i {
    transform: translateX(5px);
}

.about-us-section .about-center-image {
    height: 100%;
    overflow: hidden;
}

.about-us-section .about-center-image img {
    width: 100%;
    object-fit: cover;
    transition: .6s;
    height: 472px;
    border-radius: 10px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

/* .about-us-section .about-center-image:hover img {
    transform: scale(1.05);
} */

.about-us-section .about-right-box {
    display: flex;
    flex-direction: column;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px;
}

.about-us-section .info-box {
    /* flex: 1; */
    background: #171717;
    color: #fff;
    padding: 45px 35px;
    display: flex !important;
    justify-content: center;
    transition: .4s;
    gap: 20px;
    height: 233px;
}

.about-us-section .info-box:first-child {
    border-bottom: 1px solid rgba(255, 255, 255, .15);
}

.about-us-section .info-box:hover {
    background: #1f1f1f;
}

.about-us-section .info-box i {
    width: 54px;
    height: 54px;
    border: 2px solid #b78a43;
    border-radius: 15%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #b78a43;
    font-size: 28px;
    margin-bottom: 25px;
}

.about-us-section .info-box h5 {
    font-size: 26px;
    margin-bottom: 10px;
    color: var(--color-white);
    font-weight: 800;
}

.about-us-section .info-box p {
    color: var(--color-white);
    line-height: 1.7;
    margin: 0;
    font-size: 14px;
    font-weight: 500;
}


/* ABOUT US END */

/* project section start */

.project-section {
    padding: 40px 0;
    background: #3E1F20;
}

.project-section .project-title {
    max-width: 900px;
    margin: 0 auto 45px;
    text-align: center;
}

.project-section-subtitle {
    display: inline-block;
    color: var(--theme-color2);
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 2px;
    position: relative;
}

.project-section-subtitle::before,
.project-section-subtitle::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 65px;
    height: 1px;
    background: var(--theme-color2);
}


.project-section-subtitle::before {
    left: -74px;
}


.project-section-subtitle::after {
    right: -76px;
}


.project-section .project-title h2 {
    font-size: 35px;
    margin-top: 10px;
    color: rgb(212, 212, 212);
    font-weight: 800;
}

.project-section .project-title h2 strong {
    color: var(--theme-color);
    font-weight: 800;
}

.project-section .project-title p {
    font-size: 14px;
    margin-top: 12px;
    color: #C2CDC3;
    font-weight: 500;
    line-height: 1.8;
}

.project-section .project-card {
    overflow: hidden;
}

.project-section .project-img {
    overflow: hidden;
    border: 2px solid var(--theme-color);
    border-radius: 10px;
}

.project-section .project-img img {
    width: 290px;
    height: 230px;
    object-fit: cover;
    transition: .5s;
    border-radius: 8px;
}

.project-section .project-card:hover .project-img img {
    transform: scale(1.08);
}

.project-section .project-content {
    padding-top: 15px;
}

.project-section .project-content h5 {
    margin-bottom: 5px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: rgb(199, 199, 199);
    text-decoration: none;
    font-size: 20px;
    font-weight: 800;
    transition: .3s;
}

.project-section .project-content h5 i {
    font-size: 14px;
    transition: .3s;
}

.project-section .project-card:hover .project-content h5 {
    color: var(--theme-color);
}

.project-section .project-card:hover .project-content h5i {
    transform: translateX(6px);
}

@media(max-width:991px) {

    .project-section {
        padding: 70px 0;
    }

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

    .project-section .project-img img {
        height: 412px;
        width: 100%;
    }

}

/* project section end */

/*why choose start*/

.why-choose-section {
    padding: 70px 0;
    /* background:#f8f8f8; */
    position: relative;
    overflow: hidden;
    background-image: url(../images/whychoose01.png);
}

.why-section-subtitle {
    display: inline-block;
    color: var(--theme-color2);
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 15px;
    letter-spacing: 2px;
    position: relative;
    padding-left: 20px;
}

.why-section-subtitle::before,
.why-section-subtitle::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 21px;
    height: 1px;
    background: var(--theme-color2);
}


.why-section-subtitle::before {
    left: -8px;
}


.why-section-subtitle::after {
    right: -29px;
}

.why-choose-section .why-choose-left h2 {
    font-size: 35px;
    font-weight: 800;
    color: var(--color-dark);
    line-height: 1.3;
    margin-bottom: 20px;
}

.why-choose-section .why-choose-left p {
    font-size: 14px;
    line-height: 28px;
    color: var(--body-text-color);
    margin-bottom: 35px;
    font-weight: 500;
}

.why-choose-section .why-btn {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 14px 30px;
    background: var(--theme-color);
    color: var(--color-white);
    text-decoration: none;
    font-size: 15px;
    font-weight: 600;
    transition: .4s;
}

.why-choose-section .why-btn:hover {
    background: #111;
    color: #fff;
}

.why-choose-section .why-btn i {
    transition: .4s;
}

.why-choose-section .why-btn:hover i {
    transform: translateX(6px);
}

/* Cards */

.why-choose-section .why-card {
    background: var(--color-white);
    padding: 35px 30px;
    border-radius: 15px;
    border: 2px solid #f8dbb9;
    transition: .4s;
    height: 100%;
}

.why-choose-section .why-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 18px 40px rgba(0, 0, 0, .08);
}

.why-choose-section .why-icon {
    width: 80px;
    height: 80px;
    border-radius: 15%;
    background: rgba(188, 148, 80, .12);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 22px;
    border: 1px solid #f8dbb9;
}

.why-choose-section .why-icon img {
    width: 42px;
    height: 42px;
    object-fit: contain;
    transition: .4s;
}

.why-choose-section .why-card:hover .why-icon img {
    transform: scale(1.1);
}

.why-choose-section .why-card h4 {
    font-size: 23px;
    font-weight: 800;
    color: var(--theme-color);
    margin-bottom: 15px;
}

.why-choose-section .why-card p {
    font-size: 14px;
    line-height: 26px;
    color: var(--body-text-color);
    margin: 0;
    font-weight: 500;
}

/* Responsive */

@media (max-width:991px) {

    .why-choose-section {
        padding: 70px 0;
    }

    .why-choose-section .why-choose-left {
        margin-bottom: 40px;
    }

    .why-choose-section .why-choose-left h2 {
        font-size: 32px;
    }

    .why-choose-section .why-card {
        padding: 25px;
    }

}

/* why choose end */

/* product start */

.products-section {
    padding: 50px 0px 50px 0px;
    background-color: #3E1F20;
}

.products-title-div {
    max-width: 940px;
    margin: 0 auto 60px;
    text-align: center;
}

.product-section-subtitle {
    display: inline-block;
    padding: 0px 22px;
    color: var(--theme-color2);
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 50px;
    letter-spacing: 2px;
    position: relative;
}


.product-section-subtitle::before,
.product-section-subtitle::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 65px;
    height: 1px;
    background: var(--theme-color2);
}


.product-section-subtitle::before {
    left: -55px;
}


.product-section-subtitle::after {
    right: -55px;
}

.products-title-div h2 {
    font-size: 35px;
    font-weight: 700;
    line-height: 1.2;
    color: rgb(255, 255, 255);
    margin-bottom: 13px;
}

.products-title-div h2 strong {
    font-size: 35px;
    font-weight: 700;
    line-height: 1.2;
    color: var(--theme-color);
    margin-bottom: 20px;
}

.products-title-div p {
    font-size: 14px;
    line-height: 1.9;
    color: #C2CDC3;
    margin: 0 auto;
    font-weight: 500;
}

.product-card {
    display: block;
    height: 100%;
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    text-decoration: none;
    color: #222;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .08);
    margin-bottom: 40px;
}

.product-card:hover {
    box-shadow: 0 18px 45px rgba(0, 0, 0, .15);
    color: #222;
}

.product-img {
    position: relative;
    overflow: hidden;
    height: 200px;
    border-radius: 10px;
}

.product-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .5s ease;
}

/* Center Shine */
.product-img::before {
    content: "";
    position: absolute;
    top: -20%;
    left: 50%;
    width: 0;
    height: 140%;
    background: rgba(255, 255, 255, 0.089);
    transform: translateX(-50%) skewX(-25deg);
    transition: width .5s ease;
    z-index: 2;
}

.product-card:hover .product-img::before {
    width: 180%;
}

.product-card:hover .product-img img {
    transform: scale(1.08);
}

.product-card:hover .product-img img {
    transform: scale(1.08);
}



.product-content {
    padding: 25px;
    height: 166px;
}

.product-content h4 {
    font-size: 21px;
    font-weight: 800;
    margin-bottom: 15px;
    transition: .3s;
    color: var(--color-dark);
}

.product-content p {
    color: #000000;
    line-height: 1.7;
    font-size: 14px;
    font-weight: 500;
    margin: 0;

    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}


.product-card:hover .product-content h4 {
    color: #c89b3c;
    /* Theme Color */
}

.product-card:hover,
.product-card:focus,
.product-card:visited {
    text-decoration: none;
}

.read-more-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-top: 15px;
    font-size: 15px;
    font-weight: 600;
    color: var(--theme-color);
    transition: all .3s ease;
}

.read-more-btn i {
    width: 34px;
    height: 34px;
    border: 1px solid var(--theme-color2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    transition: all .3s ease;
}

.product-card:hover .read-more-btn {
    color: var(--color-dark);
}

.product-card:hover .read-more-btn i {
    background: var(--theme-color);
    color: var(--color-white);
    transform: translateX(5px);
}

/* product end */

/* testimonial section start */
.testimonial-section {
    padding: 20px 0;
    /* background:
        linear-gradient(to right,
            rgba(255, 255, 255, .96) 0%,
            rgba(255, 255, 255, .94) 32%,
            rgba(255, 255, 255, .15) 55%,
            rgba(255, 255, 255, 0) 75%),
        url('../images/test01.png') center center/cover no-repeat; */
}

.testimonial-section .testimonial-wrapper {
    display: flex;
    align-items: center;
    min-height: 450px;
}

.testimonial-section .testimonial-left {
    width: 38%;
    position: relative;
}

.testimonial-section .testimonial-right {
    width: 62%;
}

.testimonial-section .testimonial-heading span {
    color: var(--theme-color2);
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 2px;
    position: relative;
    padding-left: 20px;
}

.testimonial-section .testimonial-heading span::before,
.testimonial-section .testimonial-heading span::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 21px;
    height: 1px;
    background: var(--theme-color2);
}


.testimonial-section .testimonial-heading span::before {
    left: -8px;
}


.testimonial-section .testimonial-heading span::after {
    right: -29px;
}

.testimonial-section .testimonial-heading h2 {
    font-size: 35px;
    margin: 15px 0 25px;
    color: var(--color-dark);
    font-weight: 800;
}

.testimonial-section .testimonial-heading h2 strong {
    font-size: 35px;
    margin: 15px 0 25px;
    color: var(--theme-color);
    font-weight: 800;
}

.testimonial-section .quote-icon {
    color: var(--theme-color);
    font-size: 34px;
    display: flex;
}

.testimonial-section .quote-icon p {
    color: var(--body-text-color);
    line-height: 1.7;
    margin-bottom: 25px;
    font-size: 14px;
    font-weight: 500;
    margin-left: 10px;
    max-width: 378px;
}

.testimonial-section .client-info {
    display: flex;
    align-items: center;
    gap: 15px;
}

.testimonial-section .client-info img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
}

.testimonial-section .client-info h5 {
    margin: 0;
    font-size: 19px;
    font-weight: 700;
}

.testimonial-section .rating {
    margin-top: 6px;
}

.testimonial-section .rating i {
    color: #d3a13b;
}

.testimonial-section .testimonial-navigation {
    display: flex;
    gap: 12px;
    margin-top: 25px;
}

.testimonial-section .testimonial-prev,
.testimonial-section .testimonial-next {
    width: 35px;
    height: 35px;
    border-radius: 15%;
    background: var(--theme-color);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: .4s;
}

.testimonial-section .testimonial-prev:hover,
.testimonial-section .testimonial-next:hover {
    background: #222;
}

@media(max-width:991px) {

    .testimonial-section {
        background: #fff;
    }

    .testimonial-section .testimonial-wrapper {
        display: block;
    }

    .testimonial-section .testimonial-left,
    .testimonial-section .testimonial-right {
        width: 100%;
    }

    .testimonial-section .testimonial-content h2 {
        font-size: 34px;
    }

}

/* testimonial section end */

/* faq section start */

.faq-section {
    padding: 50px 0;
    background: #fffaf0d6;
}

.faq-section .faq-title-div {
    max-width: 700px;
    margin: 0 auto 60px;
    text-align: center;
}

.faq-section-subtitle {
    display: inline-block;
    padding: 8px 20px;
    color: var(--theme-color2);
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 30px;
    letter-spacing: 2px;
    position: relative;
}

.faq-section-subtitle::before,
.faq-section-subtitle::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 65px;
    height: 1px;
    background: var(--theme-color2);
}


.faq-section-subtitle::before {
    left: -55px;
}


.faq-section-subtitle::after {
    right: -55px;
}

.faq-section .faq-title-div h2 {
    font-size: 35px;
    font-weight: 800;
    line-height: 1.2;
    color: var(--color-dark);
    margin-bottom: 10px;
}

.faq-section .faq-title-div h2 strong {
    font-size: 35px;
    font-weight: 800;
    line-height: 1.2;
    color: var(--theme-color);
    margin-bottom: 10px;
}

.faq-section .faq-title-div p {
    color: var(--body-text-color);
    font-size: 14px;
    line-height: 1.8;
    font-weight: 500;
}

.faq-section .faq-image {
    overflow: hidden;
    border-radius: 20px;
}

.faq-section .faq-image img {
    width: 100%;
    border-radius: 20px;
    transition: .5s;
}

.faq-section .faq-image:hover img {
    transform: scale(1.05);
}

.faq-section .accordion-item {
    border: none;
    border-radius: 15px;
    overflow: hidden;
    margin-bottom: 18px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .08);
}

.faq-section .accordion-button {
    padding: 22px 25px;
    background: #fff;
    color: var(--color-dark);
    font-size: 20px;
    font-weight: 700;
    box-shadow: none;
}

.faq-section .accordion-button:focus {
    box-shadow: none;
}

.faq-section .accordion-button:not(.collapsed) {
    background: var(--theme-color);
    color: #fff;
}

.faq-section .accordion-button::after {
    transition: .3s;
}

.faq-section .accordion-button:not(.collapsed)::after {
    filter: brightness(0) invert(1);
}

.faq-section .accordion-body {
    padding: 20px 25px;
    color: var(--body-text-color);
    line-height: 1.8;
    font-size: 14px;
    background: var(--color-white);
    font-weight: 500;
}

/* Bootstrap default arrow hide */
.faq-section .accordion-button::after {
    display: none;
}

/* Custom arrow */
.faq-section .faq-arrow {
    transition: .4s ease;
    font-size: 16px;
    color: var(--theme-color);
}

/* Rotate on open */
.faq-section .accordion-button:not(.collapsed) .faq-arrow {
    transform: rotate(180deg);
    color: #fff;
}

/* faq end */


/* blog section start*/

.blogs-section {
    padding: 60px 0;
    background-color: #3E1F20;
}

.blogs-section .blogs-title-div {
    max-width: 700px;
    margin: 0 auto 60px;
    text-align: center;
}

.blog-section-subtitle {
    display: inline-block;
    color: var(--theme-color2);
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 12px;
    letter-spacing: 2px;
    position: relative;
}

.blog-section-subtitle::before,
.blog-section-subtitle::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 65px;
    height: 1px;
    background: var(--theme-color2);
}


.blog-section-subtitle::before {
    left: -74px;
}


.blog-section-subtitle::after {
    right: -74px;
}

.blogs-section .blogs-title-div h2 {
    font-size: 35px;
    font-weight: 700;
    color: rgb(173, 173, 173);
    line-height: 1.3;
    margin-bottom: 10px;
}

.blogs-section .blogs-title-div h2 strong {
    font-size: 35px;
    font-weight: 700;
    color: var(--theme-color);
    line-height: 1.3;
    margin-bottom: 10px;
}

.blogs-section .blogs-title-div p {
    color: #C2CDC3;
    font-size: 14px;
    line-height: 28px;
    margin: 0;
    font-weight: 500;
}

/* blog card*/

.blogs-section .blog-card {
    border-radius: 18px;
    overflow: hidden;
    transition: .4s;
    height: 100%;
    box-shadow: 0 8px 25px rgba(0, 0, 0, .06);
    text-decoration: none !important;
}

.blogs-section .blog-img {
    overflow: hidden;
}

.blogs-section .blog-img img {
    width: 100%;
    height: auto;
    object-fit: cover;
    transition: .5s;
}

.blogs-section .blog-card:hover .blog-img img {
    transform: scale(1.08);
}

.blogs-section .blog-content {
    padding: 28px;
}

.blogs-section .blog-content h4 {
    margin-bottom: 15px;
    color: rgb(180, 180, 180);
    font-size: 23px;
    font-weight: 700;
    line-height: 1.4;
    text-decoration: none;
    transition: .3s;
}

.blogs-section .blog-content h4:hover {
    color: var(--theme-color);
}

.blogs-section .blog-content p {
    color: #C2CDC3;
    font-size: 14px;
    line-height: 27px;
    margin-bottom: 25px;
    font-weight: 500;
}

.blogs-section .blog-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: var(--theme-color);
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    transition: .3s;
}

.blogs-section .blog-btn i {
    transition: .3s;
}

.blogs-section .blog-btn:hover {
    color: #afafaf;
}

.blogs-section .blog-btn:hover i {
    transform: translateX(6px);
}

/*=========================
RESPONSIVE
=========================*/

@media (max-width:991px) {

    .blogs-section {
        padding: 70px 0;
    }

    .blogs-section .blogs-title-div {
        margin-bottom: 40px;
    }

    .blogs-section .blogs-title-div h2 {
        font-size: 32px;
    }

    .blogs-section .blog-img img {
        height: 220px;
    }

    .blogs-section .blog-content {
        padding: 22px;
    }

    .blogs-section .blog-content h4 a {
        font-size: 20px;
    }

}

/* blogs end */


/*  */
.footer-section {
    position: relative;
    /* background: var(--color-dark); */
    color: var(--color-white);
    overflow: hidden;
    padding-top: 60px;
    background-image: linear-gradient(rgb(0 0 0 / 70%), rgb(0 0 0 / 90%)), url(../images/footerbg01.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.footer-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, #c89b3c, #f6d56a, #c89b3c);
}

/* .footer-section .footer-top {
    padding-bottom: 60px;
} */

.footer-section .footer-logo img {
    max-height: 65px;
    margin-bottom: 25px;
}

.footer-section .footer-about {
    color: #bbb;
    line-height: 1.9;
    margin-bottom: 30px;
}

.footer-section .footer-widget-contact {
    display: flex;
}

.footer-section .footer-widget h4 {
    color: var(--theme-color);
    font-size: 28px;
    font-weight: 800;
    margin-bottom: 30px;
    position: relative;
    padding-bottom: 12px;
}

.footer-section .footer-widget h4::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 60px;
    height: 3px;
    background: var(--theme-color);
}

.footer-section .footer-widget ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-section .footer-widget ul li {
    margin-bottom: 16px;
}

.footer-section .footer-widget ul li a {
    color: var(--color-white);
    text-decoration: none;
    transition: .35s;
    display: flex;
    align-items: center;
    gap: 10px;
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 500;
}

.footer-section .footer-widget ul li a:hover {
    color: var(--theme-color);
    padding-left: 8px;
}

.footer-section .footer-social {
    display: flex;
    gap: 12px;
}

.footer-section .footer-social-main-div h5 {
    font-size: 20px;
    font-weight: 800;
    color: var(--color-white);
    margin-bottom: 10px;
    margin-top: 6px;
}

.footer-section .footer-social a {
    width: 46px;
    height: 46px;
    border: 1px solid rgba(255, 255, 255, .15);
    border-radius: 15%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    transition: .4s;
    text-decoration: none;
}

.footer-section .footer-social a:hover {
    background: var(--theme-color);
    border-color: var(--theme-color);
    transform: translateY(-5px);
}

.footer-section .contact-item {
    display: flex;
    gap: 16px;
    margin-bottom: 22px;
}

.footer-section .footer-widget-contact {
    margin-top: 60px;
}

.footer-section .contact-item-map iframe {
    display: flex;
    align-items: flex-start;
    gap: 18px;
    /* background:#181818;*/
    /*border:1px solid rgba(255,255,255,.08); */
    border-radius: 20px;
    /* transition:.4s ease; */
    /* height:130px; */
    align-items: center;
    margin-bottom: 15px;

}

.footer-section .contact-item {
    display: flex;
    align-items: flex-start;
    gap: 18px;
    background: #18181861;
    padding: 25px 22px;
    border: 1px solid rgba(255, 255, 255, .08);
    border-radius: 10px;
    transition: .4s ease;
    height: 130px;
    align-items: center;
}

.footer-section .contact-item:hover {
    transform: translateY(-6px);
    border-color: var(--theme-color);
    box-shadow: 0 15px 35px rgba(0, 0, 0, .18);
}

.footer-section .contact-item i {
    width: 48px;
    height: 48px;
    border-radius: 15%;
    background: var(--theme-color);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.footer-section .contact-item h6 {
    color: var(--theme-color);
    margin-bottom: 5px;
    font-weight: 800;
    font-size: 20px;
}

.footer-section .contact-item p,
.footer-section .contact-item a {
    color: var(--color-white);
    text-decoration: none;
    transition: .3s;
    font-size: 14px;
    font-weight: 500;
}

.footer-section .contact-item a:hover {
    color: var(--theme-color);
}

.footer-section .footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, .1);
    padding: 15px 0;
}

.footer-section .footer-bottom p {
    margin: 0;
    text-align: center;
    color: var(--color-white);
    font-size: 14px;
    font-weight: 500;

}

.footer-section .footer-bottom a {
    color: var(--color-dark);
    text-decoration: none;
    transition: .3s;
}

.footer-section .footer-bottom a:hover {
    color: #c89b3c;
}

.footer-section .footer-bottom span {
    margin: 0 12px;
    color: #666;
}

@media(max-width:991px) {

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

    .footer-section .footer-bottom {
        text-align: center;
    }

    .footer-section .footer-bottom .text-lg-end {
        margin-top: 15px;
        text-align: center !important;
    }

}

@media(max-width:767px) {

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

    .footer-section .footer-widget {
        margin-bottom: 20px;
    }

    .footer-section .footer-widget h4 {
        font-size: 22px;
    }

}

/* footer end */







/* ==================================================== */

.slider_section2 {
    display: none;
}

/* slider css start */
.slider_section {
    padding: 0px 0px 0px 0px;
}

.slider_left_side_content_div {
    padding: 50px 0px 0px 30px;
}

.slider_left_side_content_div>p.sub_heading {

    text-transform: capitalize !important;
    font-size: 30px;
    font-weight: 600;
    color: var(--body-text-color);
    margin-bottom: 20px !important;
}

.slider_left_side_content_div>h1 {
    color: var(--color-dark);
    font-weight: 700;
    font-size: 45px;
    margin-bottom: 15px;
}

.slider_left_side_content_div>h1>span {
    color: var(--theme-color);
    font-weight: 700;
    font-style: italic;

}

.line_shape {
    background-color: var(--theme-color);
    height: 2px;
    width: 50px;
    margin-bottom: 25px;
}

.slider_left_side_content_div>p {
    text-transform: capitalize !important;
    font-size: 14px;
    font-weight: 500;
    color: var(--color-dark);
    line-height: 30px;
    margin-bottom: 20px;
}

.slider_btns {
    margin-top: 35px;
}

.slider_btns>a:nth-child(1) {
    background-color: var(--theme-color);
    color: var(--color-white);
    padding: 14px 20px;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
}


.slider_btns>a:nth-child(2) {
    background-color: var(--color-white);
    color: var(--color-dark);
    padding: 10px 20px;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
    margin: 0px 0px 0px 20px;
    border: 1px solid var(--color-dark);
}

.slider_btns>a:nth-child(2)>i {
    margin: 0px 10px 0px 0px;
    background-color: var(--theme-color5);
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 100px;
}

.hero_slide_item_img_div>img {
    /* height: 300px; */
    width: 100%;
    object-fit: cover;
}

/* slider css end */

/* css start */
.desktop_fixed_btn {
    position: fixed;
    bottom: 110px;
    z-index: 999;
    right: 10px;

}

.desktop_fixed_btn>a {
    text-align: center;
    color: var(--color-white) !important;
    display: inline-block;
    line-height: 40px;
    font-size: 23px;
    margin: 0px 5px 0px 0px;
    font-weight: 500;
}


.desktop_fixed_btn>a>i {
    border-radius: 10px;
    background-color: var(--whatsapp-color);
    display: inline-block;
    height: 50px;
    width: 50px;
    line-height: 50px;
    animation: pulse 1.8s infinite;
}

/* css end */


/* breadcrumb css start */

.breadcrumb_title_section {
    position: relative;
    padding: 60px 0;
    overflow: hidden;
    background: url("../images/breadcrumb01.png") center center/cover no-repeat;
    z-index: 1;
}

.breadcrumb_title_section::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgb(31 31 31 / 70%) 0%, rgb(41 41 41 / 85%) 50%, rgb(66 63 56 / 76%) 100%);
    z-index: -1;
}


.breadcrumb_data_main_div {
    text-align: center;
    z-index: 2;
}

.breadcrumb_data_main_div>h1 {
    color: var(--theme-bg-light);
    font-weight: 900;
    text-transform: capitalize;
    font-size: 34px;
    margin-bottom: 15px;
}

.breadcrumb_data_main_div>ul {
    list-style: none !important;
    padding: 0px !important;
    margin: 0px !important;

}

.breadcrumb_data_main_div>ul>i {
    font-size: 13px;
    color: var(--theme-bg-light);
}


.breadcrumb_data_main_div>ul>li {
    list-style: none !important;
    display: inline-block;
    text-transform: capitalize;
    margin: 0px 7px 0px 7px;
    font-weight: 600;
    font-size: 15px;
    color: var(--theme-bg-light);
}

.breadcrumb_data_main_div>ul>li>a {
    color: var(--theme-bg-light);
    font-weight: 600;
    font-size: 15px;
    text-transform: capitalize;
}

/* breadcrumb css end */

/*  service detail start*/
.shri_prod_dt_section {
    padding: 40px 0px 0px 0px;
    background: var(--white-color);
}

.shri_prod_dt_img {
    position: sticky !important;
    top: 35px;
    background: var(--white-color);
    border-radius: 25px;
    border: 1px solid var(--gray-color2);

}

.shri_prod_dt_img img {
    width: 100% !important;
    height: auto;
    object-fit: contain;
    transition: 0.4s ease;
    border-radius: 25px;
}


.shri_prod_dt_content span {
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    color: #111827;
    letter-spacing: 1px;
    margin-bottom: 15px;
}

.shri_prod_dt_content h2 {
    font-size: 37px;
    line-height: 47px;
    font-weight: 800;
    color: var(--color-dark);
    margin-bottom: 20px;
}

.shri_prod_dt_content h2 strong {
    font-size: 37px;
    line-height: 25px;
    font-weight: 800;
    color: var(--theme-color);
    margin-bottom: 20px;
}

/* .shri_prod_dt_content h2 {
    font-size: 20px;
    line-height: 58px;
    font-weight: 800;
    color: var(--theme-color);
    margin-bottom: 5px;
} */

.shri_prod_dt_content h2 span {
    color: var(--theme-color);
    font-size: inherit;
}

.shri_prod_dt_content p {
    font-size: 14px;
    line-height: 26px;
    color: var(--body-text-color);
    margin-bottom: 18px !important;
    font-weight: 500;
}

.shri_prod_dt_content p>strong {
    font-size: 15px;
}

.shri_prod_dt_content ul {
    list-style: square !important;
    padding: 0px 0px 0px 20px !important;
    color: var(--body-text-color);
}

.shri_prod_dt_content ul li p {
    font-size: 14px;
    line-height: 26px;
    color: var(--body-text-color);
    margin-bottom: 10px !important;
    font-weight: 500;
}


.shri_prod_dt_content ul li strong {
    font-size: 15px;
    color: #242323;
    text-decoration: underline;
}

.shri_prod_dt_content h3 {
    font-size: 30px;
    line-height: 24px;
    font-weight: 800;
    color: #343434;
    margin-bottom: 12px;
}

.shri_prod_dt_content_full {
    padding-left: 0;
    margin-top: 20px;
}

/*service detail end*/

/*=============================
    BLOG DETAILS SECTION
=============================*/

.blog-details-section {
    padding: 60px 0;
    background: #fff;
}

.blog-details-image {
    overflow: hidden;
    border-radius: 20px;
    margin-bottom: 30px;
}

.blog-details-image img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 20px;
    transition: all 0.4s ease;
}


.blog-details-content {
    position: relative;
}

.blog-date {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--theme-color);
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 18px;
}

.blog-details-content h2 {
    font-size: 40px;
    line-height: 52px;
    font-weight: 700;
    color: var(--black-color);
    margin-bottom: 15px;
}

.blog-details-content h3 {
    font-size: 28px;
    line-height: 38px;
    font-weight: 700;
    color: var(--black-color);
    margin: 25px 0 15px;
}

.blog-details-content p {
    font-size: 15px;
    line-height: 27px;
    color: var(--body-text-color);
    margin-bottom: 20px;
    font-weight: 500;
}

.blog-details-content strong {
    color: var(--theme-color);
}

.blog-details-content img {
    width: 100%;
    border-radius: 18px;
    /* margin: 30px 0; */
}

.blog-details-content ul {
    padding-left: 22px;
    margin: 20px 0;
}

.blog-details-content ul li {
    font-size: 16px;
    line-height: 30px;
    color: #666;
    margin-bottom: 10px;
}

.blog-details-content blockquote {
    position: relative;
    border-radius: 15px;
    padding: 0px 0px 0px 25px;
    margin: 0px 0px 0px 25px;
    font-size: 15px;
    line-height: 34px;
    font-weight: 500;
    color: var(--theme-color);
    font-style: italic;
}

.blog-details-content blockquote::before {
    content: "\f10d";
    font-family: "FontAwesome";
    position: absolute;
    top: -8px;
    left: -20px;
    font-size: 34px;
    color: rgba(0, 0, 0, 0.24);
}

/*=============================
    SIDEBAR
=============================*/

.recent-blog-sidebar {
    position: sticky;
    top: 50px;
    background: #514d4b0f;
    border: 1px solid #ececec;
    border-radius: 20px;
    padding: 25px;
    box-shadow: 0 10px 35px rgba(0, 0, 0, .05);
}

.recent-blog-sidebar h4 {
    font-size: 29px;
    font-weight: 800;
    color: var(--color-dark);
    margin-bottom: 25px;
    position: relative;
    padding-bottom: 12px;
    border-bottom: 1px solid #d3b89b38;
}

.recent-blog-sidebar h4::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 60px;
    height: 3px;
    background: var(--theme-color);
}

.recent-blog-item {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-bottom: 22px;
    padding-bottom: 22px;
    border-bottom: 1px solid #eee;
}

.recent-blog-item:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.recent-blog-item img {
    width: 95px;
    height: auto;
    border-radius: 12px;
    object-fit: cover;
    flex-shrink: 0;
    transition: .4s;
}

.recent-blog-item:hover img {
    transform: scale(1.08);
}

.recent-blog-item div {
    flex: 1;
}

.recent-blog-item a {
    display: block;
    color: var(--color-dark);
    font-size: 15px;
    line-height: 22px;
    font-weight: 600;
    text-decoration: none;
    transition: .3s;
    margin-bottom: 8px;
}

.recent-blog-item p {
    display: block;
    color: var(--body-text-color);
    font-size: 13px;
    line-height: 20px;
    font-weight: 500;
    text-decoration: none;
    transition: .3s;
    margin-bottom: 8px;
}

.recent-blog-item a:hover {
    color: var(--theme-color);
}

.recent-blog-item span {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 14px;
    color: #888;
}

.recent-blog-item span i {
    color: var(--theme-color);
}

/*=============================
    RESPONSIVE
=============================*/

@media(max-width:991px) {

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

    .recent-blog-sidebar {
        position: static;
        margin-top: 40px;
    }

    .blog-details-content h2 {
        font-size: 32px;
        line-height: 44px;
    }

    .blog-details-content h3 {
        font-size: 24px;
        line-height: 34px;
    }

}

@media(max-width:767px) {

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

    .blog-details-content h2 {
        font-size: 28px;
        line-height: 40px;
    }

    .blog-details-content h3 {
        font-size: 22px;
        line-height: 32px;
    }

    .blog-details-content p {
        font-size: 15px;
        line-height: 28px;
    }

    .blog-details-content blockquote {
        padding: 20px;
        font-size: 18px;
        line-height: 30px;
    }

    .recent-blog-item {
        gap: 12px;
    }

    .recent-blog-item img {
        width: 80px;
        height: 80px;
    }

    .recent-blog-item a {
        font-size: 15px;
        line-height: 24px;
    }

}

/*  */


/* services page start */

/* css start */
.content_category_section {
    padding: 5px 0px 40px 0px;
    background-color: var(--color-white);
    border-top: 1px solid var(--theme-bg-light);
}

.content_category_data>span {
    color: var(--theme-color2);
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 6px;
    position: relative;
    display: inline-block;
    text-transform: capitalize;
}

.content_category_data>h3 {

    color: var(--color-dark);
    font-size: 28px;
    font-weight: 800;
    margin-bottom: 14px;
    margin-top: 20px
}

.content_category_data>p {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 15px;
    line-height: 27px;
    color: var(--body-text-color);
}


.content_category_data>p>strong {
    font-size: 14px;
}


.content_category_data>h4 {

    color: var(--color-dark);
    font-size: 28px;
    font-weight: 800;
    margin-bottom: 14px;
}

.content_category_data>ol {
    padding: 0px 20px !important;
}


.content_category_data>ol>li {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 8px;
    line-height: 27px;
    color: var(--body-text-color);
}


.content_category_data>ul {
    padding: 0px 20px !important;
    list-style: square !important;
}


.content_category_data>ul>li {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 8px;
    line-height: 27px;
    color: var(--body-text-color);
}


.content_category_data>ul>li>strong {
    font-size: 14px;
    color: #302c2c;
    font-weight: 800;
    text-decoration: underline;
    margin-bottom: 8px;
    line-height: 27px;

}

/* css end */


/* services page end */


/* privacy section start */

.privacy_section {
    padding: 40px 0px 40px 0px;
}

.privacy_content_main_div>h1 {
    color: var(--color-dark);
    text-transform: capitalize;
    font-size: 35px;
    font-weight: 700;
    margin-bottom: 10px !important;
}


.privacy_content_main_div>h3 {
    color: var(--color-dark);
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 4px !important;
    margin-top: 4px !important;
}



.privacy_content_main_div>h4 {
    color: var(--color-dark);
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 4px !important;
    margin-top: 4px !important;
}

.privacy_content_main_div>h5 {
    color: var(--color-dark);
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 4px !important;
    margin-top: 4px !important;
}

.privacy_content_main_div>p {
    font-weight: 500;
    font-size: 15px;
    color: var(--body-text-color);
    line-height: 27px;
    transition: 0.2s ease-in-out;
    margin-bottom: 3px !important;
}

.privacy_content_main_div>p>strong {
    color: var(--theme-color);
}

.privacy_content_main_div>p>a {
    color: var(--theme-color);
    font-weight: 700;
    text-decoration: underline !important;
}


.privacy_content_main_div ul {
    list-style-type: square !important;
    list-style-position: outside;
    padding-left: 25px !important;
    margin: 0;
}

.privacy_content_main_div ul li {
    display: list-item !important;
    list-style-type: square !important;
    font-weight: 500;
    font-size: 15px;
    color: var(--body-text-color);
    line-height: 27px;
    margin-bottom: 10px;
}

.privacy_content_main_div ul li::marker {
    color: var(--theme-color);
    font-size: 16px;
}

/* Privacy Section end  */


/* contact page start */

.contact-page-section {
    padding: 50px 0;
}


/* IMAGE DESIGN */

.contact-page-section .contact-page-image {
    position: relative;
    width: 100%;
    max-width: 430px;
    height: 500px;
    margin: auto;
}


.contact-page-section .contact-page-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
    z-index: 3;
    border-radius: 30px 80px 40px 90px;
}


/* UNIQUE MULTIPLE BORDERS */

.contact-page-section .image-border {
    position: absolute;
    inset: 0;
    border-radius: 40px;
}


.contact-page-section .image-border.one {
    border: 3px solid #ce9b28;
    transform: rotate(-8deg);
    top: -18px;
    left: -18px;
}


.contact-page-section .image-border.two {
    border: 3px solid #111;
    transform: rotate(7deg);
    top: 18px;
    left: 20px;
}


.contact-page-section .image-border.three {
    border: 3px dashed #ce9b28;
    transform: rotate(-4deg);
    top: -30px;
    left: 35px;
}


/* CONTENT BOX */

.contact-page-section .contact-page-content {
    background: #fff;
    padding: 45px;
    border-radius: 25px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, .08);
}


.contact-page-section .contact-page-content span {
    color: #ce9b28;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 2px;
}


.contact-page-section .contact-page-content h2 {
    font-size: 39px;
    font-weight: 700;
    margin: 10px 0;
    color: var(--color-dark);
}


.contact-page-section .contact-page-content p {
    color: var(--body-text-color);
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 30px;
    font-weight: 500;
}

/* INPUT DESIGN */

.contact-page-section .contact-page-content .form-control {
    height: 55px;
    border-radius: 12px;
    border: 1px solid #ddd;
    padding: 0 18px;
    font-size: 15px;
    background: #fafafa;
    transition: .3s;
    box-shadow: none;
}


.contact-page-section .contact-page-content textarea.form-control {
    height: auto;
    padding-top: 18px;
}


.contact-page-section .contact-page-content .form-control:focus {
    border-color: #ce9b28;
    background: #fff;
    box-shadow: 0 0 0 3px rgba(206, 155, 40, .12);
}



/* BUTTON */

.contact-page-section .contact-send-btn {
    background: #ce9b28;
    color: #fff;
    border: none;
    padding: 15px 38px;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: .3s;
}


.contact-page-section .contact-send-btn:hover {
    background: #111;
    transform: translateY(-4px);
}



/* RESPONSIVE */

@media(max-width:991px) {

    .contact-page-section {
        padding: 70px 0;
    }


    .contact-page-section .contact-page-image {
        height: 420px;
        margin-bottom: 40px;
    }


    .contact-page-section .contact-page-content {
        padding: 30px;
    }


    .contact-page-section .contact-page-content h2 {
        font-size: 32px;
    }

}


@media(max-width:576px) {

    .contact-page-section .contact-page-image {
        height: 330px;
    }


    .contact-page-section .contact-page-content h2 {
        font-size: 28px;
    }

}

.contact-details-section {
    padding: 0px 0px 60px 0px;
}

.contact-details-section .contact-detail-card {
    background: #fff;
    padding: 30px;
    border-radius: 20px;
    border: 1px solid #eee;
    transition: .3s;
    height: 100%;
    display: flex;
    align-items: center !important;
}

.contact-details-section .contact-detail-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, .08);
}


/* ICON + CONTENT */

.contact-details-section .contact-detail-inner {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    width: 100%;
}


/* ICON */

.contact-details-section .contact-icon {
    width: 65px;
    height: 65px;
    min-width: 65px;
    min-height: 65px;
    background: #ce9b28;
    border-radius: 15%;

    display: flex;
    align-items: center;
    justify-content: center;

    flex-shrink: 0;
}

.contact-details-section .contact-icon i {
    display: flex;
    align-items: center;
    justify-content: center;

    font-size: 26px;
    color: #fff;
    line-height: 1;
    margin: 0;
    padding: 0;
}

.contact-details-section .contact-icon i::before {
    display: block;
    line-height: 1;
}


/* CONTENT */

.contact-details-section .contact-detail-content {
    flex: 1;
    min-width: 0;
}

.contact-details-section .contact-detail-content h4 {
    margin: 0 0 8px;
    font-size: 23px;
    font-weight: 800;
    color: var(--black-color);
}

.contact-details-section .contact-detail-content a {
    display: block;
    color: var(--body-text-color);
    font-size: 15px;
    font-weight: 500;
    line-height: 26px;
    word-break: break-word;
    overflow-wrap: break-word;
}

.contact-details-section .contact-detail-content a:hover {
    color: var(--theme-color);
}

.contact-details-section .contact-detail-content p {
    margin: 0;
    color: var(--body-text-color);
    font-size: 15px;
    font-weight: 500;
    line-height: 26px;
    word-break: break-word;
    overflow-wrap: break-word;
}


@media(max-width:576px) {

    .contact-details-section .contact-detail-inner {
        gap: 15px;
    }

    .contact-details-section .contact-icon {
        width: 55px;
        height: 55px;
        font-size: 20px;
    }

}



/* contact apge end */















/*=========================================
        CONTACT HERO SECTION
=========================================*/

.contact-hero-section {
    position: relative;
    overflow: hidden;
    background: #f8f8f8;

}

.contact-left {
    height: 100%;
    min-height: 850px;
    background: #111111;
    color: #fff;
    padding: 90px 70px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    position: relative;
    z-index: 2;
}

.contact-left::before {
    position: absolute;
    content: '';
    width: 120px;
    height: 120px;
    border: 1px solid rgba(255, 255, 255, .08);
    border-radius: 50%;
    top: -40px;
    right: -40px;
}

.contact-left::after {
    position: absolute;
    content: '';
    width: 220px;
    height: 220px;
    border: 1px solid rgba(255, 255, 255, .05);
    border-radius: 50%;
    bottom: -100px;
    left: -80px;
}

.contact-tag {
    display: inline-block;
    width: max-content;
    padding: 9px 22px;
    border-radius: 50px;
    background: rgba(255, 255, 255, .08);
    color: var(--theme-color);
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 2px;
    margin-bottom: 25px;
}

.contact-left h1 {
    font-size: 60px;
    line-height: 72px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 20px;
}

.contact-left h1 span {
    color: var(--theme-color);
}

.hero-line {
    width: 90px;
    height: 4px;
    background: var(--theme-color);
    margin-bottom: 30px;
    border-radius: 20px;
}

.contact-left>p {
    font-size: 15px;
    line-height: 28px;
    color: var(--color-white);
    margin-bottom: 45px;
}

.contact-feature-list {
    display: flex;
    flex-direction: column;
    gap: 22px;
}

.contact-feature {
    display: flex;
    gap: 18px;
    align-items: flex-start;
}

.feature-icon {
    width: 65px;
    min-width: 65px;
    height: 65px;
    border-radius: 15%;
    background: rgba(255, 255, 255, .08);
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--theme-color);
    font-size: 24px;
    transition: .4s;
}

.contact-feature:hover .feature-icon {
    background: var(--theme-color);
    color: #fff;
}

.contact-feature h5 {
    color: var(--theme-color);
    font-size: 21px;
    font-weight: 600;
    margin-bottom: 8px;
}

.contact-feature a {
    margin: 0;
    color: #cfcfcf;
    line-height: 28px;
    font-size: 15px;
    font-weight: 500;
}

.contact-feature a:hover {
    margin: 0;
    color: var(--theme-color);
    line-height: 28px;
    font-size: 15px;
    font-weight: 500;
}

.contact-feature p {
    margin: 0;
    color: #cfcfcf;
    line-height: 28px;
    font-size: 15px;
}

/*==============================*/

.contact-right {
    position: relative;
    min-height: 850px;
}

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

.contact-right::before {
    position: absolute;
    content: '';
    inset: 0;
    background: rgba(0, 0, 0, .30);
}

/*==============================*/

.contact-form-card {
    position: absolute;
    top: 50%;
    right: 70px;
    transform: translateY(-50%);
    width: 500px;
    background: #fff;
    border-radius: 20px;
    padding: 45px;
    box-shadow: 0 30px 80px rgba(0, 0, 0, .18);
    z-index: 9;
}

.contact-form-card h3 {
    font-size: 34px;
    font-weight: 700;
    color: var(--theme-color2);
    margin-bottom: 35px;
}

/*==============================*/

.form-group {
    position: relative;
    margin-bottom: 22px;
}

.form-group i {
    position: absolute;
    left: 18px;
    top: 50%;
    transform: translateY(-50%);
    color: #999;
    z-index: 2;
}

.textarea-icon {
    top: 22px !important;
    transform: none !important;
}

.form-control {
    width: 100%;
    height: 47px;
    border-radius: 12px;
    border: 1px solid #e4e4e4;
    box-shadow: none !important;
    transition: .35s;
    font-size: 14px !important;
    font-weight: 500;
}

textarea.form-control {
    height: 160px;
    resize: none;
    padding-top: 18px;
}

.form-control:focus {
    border-color: var(--theme-color);
}

.form-select {
    box-shadow: none !important;
    margin-bottom: 20px;
    color: #888;
    font-weight: 500 !important;
    height: 47px;
    font-size: 14px !important;

    border: 1px solid #e4e4e4 !important;

}

.form-select:focus {

    border-color: var(--theme-color) !important;
}

.form-select option {
    color: #888;
    border-radius: 15px;

}

/*==============================*/

.contact-theme-btn {
    width: 100%;
    height: 50px;
    border: none;
    border-radius: 12px;
    background: var(--theme-color);
    color: var(--color-white);
    font-size: 16px;
    font-weight: 600;
    transition: .4s;
}

.contact-theme-btn i {
    margin-left: 8px;
}

.contact-theme-btn:hover {
    background: var(--color-dark);
}


/*=========================================
        RESPONSIVE
=========================================*/

@media (max-width:1399px) {

    .contact-left {
        padding: 60px 30px;
    }

    .contact-left h1 {
        font-size: 45px;
        line-height: 56px;
    }

    /* .contact-form-card{
        width:460px;
        right:40px;
    } */

}

@media (max-width:1199px) {

    .contact-left {
        min-height: 700px;
        padding: 70px 45px;
    }

    .contact-right {
        min-height: 700px;
    }

    .contact-left h1 {
        font-size: 46px;
        line-height: 58px;
    }

    .contact-form-card {
        width: 420px;
        right: 25px;
        padding: 35px;
    }

    .contact-form-card h3 {
        font-size: 28px;
    }

}

@media (max-width:991px) {

    .contact-left {
        min-height: auto;
        padding: 70px 35px;
    }

    .contact-right {
        min-height: 950px;
        margin-bottom: -520px;
    }

    .contact-form-card {

        position: relative;
        top: auto;
        right: auto;
        top: -633px;
        left: 50%;
        transform: translate(-50%, -80px);

        width: 90%;
        max-width: 650px;
    }

}

@media (max-width:767px) {

    .contact-left {

        padding: 60px 22px;

    }

    .contact-left h1 {

        font-size: 36px;
        line-height: 48px;

    }

    .contact-left>p {

        font-size: 15px;
        line-height: 28px;

    }

    .contact-feature {

        gap: 14px;

    }

    .feature-icon {

        width: 55px;
        min-width: 55px;
        height: 55px;
        font-size: 20px;

    }

    .contact-feature h5 {

        font-size: 18px;

    }

    .contact-feature p {

        font-size: 14px;
        line-height: 25px;

    }

    .contact-right {
        margin-bottom: -557px;
        min-height: 850px;

    }

    .contact-form-card {

        position: relative;
        top: auto;
        right: auto;
        top: -580px;
        left: 50%;
        transform: translate(-50%, -80px);

        width: 90%;
        max-width: 650px;

    }

    .contact-form-card h3 {

        font-size: 26px;
        margin-bottom: 25px;

    }

    .form-control {

        height: 55px;
        font-size: 14px;

    }

    textarea.form-control {

        height: 140px;

    }

    .theme-btn {

        height: 55px;
        font-size: 15px;

    }

}

@media (max-width:575px) {

    .contact-left {

        padding: 50px 20px;

    }

    .contact-left h1 {

        font-size: 30px;
        line-height: 42px;

    }

    .contact-tag {

        font-size: 12px;
        letter-spacing: 1px;
        padding: 8px 18px;

    }

    .hero-line {
        width: 70px;
    }

    .contact-right {
        margin-bottom: -450px;
        min-height: 850px;

    }

    .contact-form-card {

        position: relative;
        top: auto;
        right: auto;
        top: -412px;
        left: 50%;
        transform: translate(-50%, -80px);

        width: 90%;
        max-width: 650px;

    }

    .contact-form-card h3 {

        font-size: 22px;

    }

    .feature-icon {

        width: 50px;
        min-width: 50px;
        height: 50px;
        font-size: 18px;

    }

}

/*  */


/* sitemap start */

/*  */
.sitemap_section {
    padding: 50px 0px;
    background-color: var(--white-color);
}

.sitemap_list_main_div {
    margin-bottom: 30px;
}

.sitemap_list_main_div>h1 {
    font-size: 22px;
    margin-bottom: 20px;
    color: var(--color-dark);
    text-transform: capitalize;
}


.sitemap_list_main_div>h2 {
    font-size: 30px;
    margin-bottom: 8px;
    color: var(--color-dark);
    text-transform: capitalize;
    font-weight: 800;
}

.title-divider {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 28px;
}

.title-divider span {
    width: 36px;
    height: 2px;
    background: linear-gradient(to right, var(--theme-color), #d9d9d9);
    border-radius: 10px;
}

.title-divider i {
    width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    /* background:var(--theme-color); */
    color: var(--theme-color);
    font-size: 12px;
    transform: rotate(45deg);
    box-shadow: 0 8px 20px rgba(0, 0, 0, .15);
}

.title-divider i::before {
    transform: rotate(-45deg);
}


.sitemap_list_main_div>ul {
    list-style: none !important;
    padding: 0;
    margin: 0;
    max-height: 400px;
    overflow-y: auto !important;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.sitemap_list_main_div>ul::-webkit-scrollbar {
    display: none;
}


/* width */
.sitemap_list_main_div>ul::-webkit-scrollbar {
    width: 5px;
}

/* Track */
.sitemap_list_main_div>ul::-webkit-scrollbar-track {
    background: var(--gray-color2);
    border-radius: 100px;
}

/* Handle */
.sitemap_list_main_div>ul::-webkit-scrollbar-thumb {
    /* background: #0a58c4; */
    background-color: var(--white-color);
    border-radius: 100px;
}

.sitemap_list_main_div>ul>li {
    background-color: var(--white-color);
    margin-bottom: 20px;
    border: 1px solid #c8a25c61;
    padding: 12px 20px;
    text-transform: capitalize;
    font-weight: 400;
    font-size: 15px;
    border-radius: 6px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
    /* transition: all 0.3s ease-in-out; */
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

.sitemap_list_main_div>ul>li>a {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
    color: var(--color-dark);
    text-decoration: none;
    font-weight: 500;
    line-height: 1.5;
}

.sitemap_list_main_div>ul>li>a i {
    font-size: 14px;
    min-width: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
}

.sitemap_list_main_div>ul>li:hover {
    background-color: var(--theme-color2);
    /* transform: translateY(-3px); */
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
    color: var(--white-color);
}

.sitemap_list_main_div>ul>li:hover>a {
    color: var(--color-white);
}

.sitemap_list_main_div>ul>li:hover>a::after {
    transform: translateY(-50%) translateX(0);
    opacity: 1;
}

.title_sitemap>h2 {
    text-align: center;
    margin-bottom: 20px;
    font-weight: 800;
}


/*  */

/*=========================================
        PROJECT DETAIL SECTION
=========================================*/

.project-detail-section {
    padding: 70px 0;
    background: #fff;
    overflow: visible;
}

.project-detail-image {
    position: sticky;
    top: 35px;
    align-self: flex-start;
}

.project-detail-image img {
    width: 100%;
    display: block;
    border-radius: 25px;
    transition: .5s;
}

.project-detail-image:hover img {
    transform: scale(1.05);
}

/* .project-detail-content{
    padding-left:20px;
} */

.project-tag {
    display: inline-block;
    padding: 8px 18px;
    background: rgba(206, 155, 40, .12);
    color: var(--theme-color);
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 18px;
}

.project-detail-content h2 {
    font-size: 35px;
    font-weight: 700;
    color: var(--black-color);
    margin-bottom: 20px;
}

.project-detail-content h2 strong {
    font-size: 35px;
    font-weight: 700;
    color: var(--theme-color);
    margin-bottom: 20px;
}

.project-detail-content p {
    font-size: 15px;
    line-height: 27px;
    color: var(--body-text-color);
    margin-bottom: 15px;
    font-weight: 500;
}

.project-info {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-top: 40px;
}

.project-detail-bottom {
    margin-top: 20px;
}

.project-detail-bottom h3 {
    font-size: 34px;
    margin-bottom: 18px;
    color: var(--black-color);
    font-weight: 700;
}

.project-detail-bottom p {
    font-size: 15px;
    line-height: 27px;
    color: var(--body-text-color);
    margin-bottom: 18px;
    font-weight: 500;
}

/*==============================
      PROJECT FEATURES
==============================*/

.project-feature-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.project-feature-list li {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    padding: 18px 20px;
    margin-bottom: 18px;
    border: 1px solid #e8e8e8;
    border-radius: 16px;
    background: #fff;
    transition: .35s ease;
    font-size: 15px;
    line-height: 26px;
    color: var(--body-text-color);
    box-shadow: 0 8px 25px rgba(0, 0, 0, .04);
    font-weight: 500;
}

.project-feature-list li:hover {
    transform: translateY(-5px);
    border-color: var(--theme-color);
    box-shadow: 0 15px 35px rgba(0, 0, 0, .08);
}

.project-feature-list li i {
    min-width: 24px;
    font-size: 20px;
    color: var(--theme-color);
    margin-top: 4px;
    transition: .35s;
}

.project-feature-list li:hover i {
    transform: scale(1.15);
}

.project-detail-bottom h3 {
    font-size: 34px;
    font-weight: 700;
    color: var(--black-color);
    margin-bottom: 18px;
}

.project-detail-bottom>p {
    font-size: 15px;
    line-height: 27px;
    color: var(--body-text-color);
    margin-bottom: 10px;
    font-weight: 500;
}

/*==============================
        Responsive
==============================*/

@media(max-width:991px) {

    .project-feature-list li {
        font-size: 15px;
        line-height: 26px;
    }

}

@media(max-width:767px) {

    .project-detail-bottom h3 {
        font-size: 28px;
    }

    .project-feature-list li {
        padding: 16px;
        margin-bottom: 15px;
    }

    .project-feature-list li i {
        font-size: 18px;
    }

}

/*=========================
        Responsive
=========================*/

@media(max-width:991px) {

    .project-detail-image {
        position: relative;
        top: 0;
        margin-bottom: 40px;
    }

    .project-detail-image img {
        height: auto;
    }

    .project-detail-content {
        padding-left: 0;
    }

    .project-detail-content h2 {
        font-size: 38px;
    }

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

    .project-detail-bottom {
        margin-top: 60px;
    }

}

@media(max-width:767px) {

    .project-detail-content h2 {
        font-size: 32px;
    }

    .project-info {
        grid-template-columns: 1fr;
    }

    .project-detail-bottom h3 {
        font-size: 28px;
    }

    .highlight-card {
        padding: 28px 22px;
    }

    .highlight-card h5 {
        font-size: 20px;
    }

}

/*  */
.iframenew iframe {
    height: 450px;
}