/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/
.btn.btn-color-primary {
    background-image: linear-gradient(90deg, #6465d2, #cb5a90);
    transition: 0.5s;
    padding: 15px 40px;
    font-size: 15px;
    font-weight: 100;
    height: 54px;
}

.btn.btn-color-primary:hover {
    transition: 0.5s;
    background-image: linear-gradient(90deg, #cb5a90,#6465d2);
    padding-right: 53px;
}

header .whb-general-header {
    padding: 10px 0;
}

header #menu-main-navigation li a:after {
    display: none;
}

#main-content {
    padding: 0;
}

.banner_slide .info-box-wrapper h4.info-box-title {
    position: relative;
}

.banner_slide:before {
    content: "";
    width: 40%;
    height: 15%;
    background-image: linear-gradient(89deg, #6465d2 6%, #cb5a9047 82%);
    position: absolute;
    bottom: 38%;
    left: 0;
    /* padding-top: 18px; */
}

.banner_slide .info-box-subtitle strong {
    color: #F55778;
}

/* ---------------------------------------FOOTER-START-------------------------- */
.footer-data .woodmart-nav-link:hover {
    color: #5f66d1;
}

.footer-data .woodmart-nav-link {
    color: #fff;
    font-weight: 400;
    padding-bottom: 10px;
    padding-top: 10px;
    background: none;
    padding-left: 0;
    text-transform: capitalize !important;
}

.footer-data li {
    border: 0px !important;
    position: relative;
    padding-left: 27px;
    border-bottom: 1px solid #fff !important;
}

.footer-data .woodmart-nav-link .nav-link-text {
    font-size: 14px;
}

.footer-data #menu-main-navigation {
    border: 0px !important;
}

.footer-data p {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
}

.footer-data li::before {
    content: '';
    position: absolute;
    top: 34%;
    left: 0;
    /* right: 0; */
    bottom: 0;
    background: #959595;
    clip-path: polygon(100% 44%, 0 0, 0 99%);
    width: 2%;
    height: 12px;
}

.contentBox h4 {
    position: relative;
    padding-left: 25px;
}

.contentBox h4::before {
    content: '';
    position: absolute;
    top: 25%;
    left: 0;
    /* right: 0; */
    bottom: 0;
    background: #959595;
    clip-path: polygon(100% 44%, 0 0, 0 99%);
    width: 3%;
    height: 12px;
}

.contentBox .social-head h4::before {
    display: none;
}

.contentBox .social-share {
    display: flex;
    justify-content: center;
    /* padding-left: 44px; */
    border-bottom: 1px solid #fff;
    width: 55%;
    padding-bottom: 17px;
}

.contentBox .social-share .wd-social-icon {
    color: #fff;
    font-size: 18px;
    margin-right: 13px;
}

.contentBox .info-box-inner {
    border-bottom: 1px solid #fff;
    width: fit-content;
    padding-bottom: 17px;
}

.footer-sec .d-head-info {
    position: relative;
}

.footer-sec .d-head-info::before {
    content: '';
    position: absolute;
    bottom: -12px;
    left: 0;
    height: 20%;
    width: 16%;
    background: #fff;
}

.footer-sec {
    OVERFLOW: VISIBLE !important;
}

/* .foo-top .vc_single_image-wrapper {
        position: absolute;
    top: -98%;
    LEFT: 83PX;
} */
/* ---------------------------------------FOOTER-end------------------------ */
.why_us_sec , .vc_row.wpb_row.vc_row-fluid.wd-z-index.wd-disable-overflow {
    overflow: visible !important;
    z-index: 0 !important;
}

.service_btn .vc_icon_element {
    display: inline;
    background: linear-gradient(90deg, #11d5fd, #0a88e2);
    padding: 19px 25px;
    margin: 0;
    border-radius: 150px;
}

.service_btn .vc_icon_element .vc_icon_element-inner.vc_icon_element-color-custom.vc_icon_element-have-style-inner.vc_icon_element-size-md.vc_icon_element-style-rounded.vc_icon_element-background.vc_icon_element-background-color-custom {
    height: fit-content !important;
    width: fit-content !important;
}

.why_us_banner_row .why_us_banner {
    position: absolute;
}

.why_us_btn_txt {
    display: inline-block;
    width: fit-content !important;
}

.why_us_banner_row .btn.btn-color-primary {
    width: 150px;
    padding-inline: 0; padding-block: 15px; }

.services_sec .wd-accordion {
    padding: 15px;
    border-radius: 15px;
}

.services_sec .wd-accordion .wd-accordion-title-text span.accordian_number {
    background: #6365D2;
    width: 70px;
    height: 70px;
    color: #fff;
    font-size: 22px;
    font-weight: 100;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 150px;
    border: 1px solid #ffffff61;
    padding: 0;
}

.services_sec .wd-accordion .wd-accordion-title-text span.img-wrapper {
    background: #fff;
    height: 70px;
    width: 70px;
    object-fit: cover !important;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 150px 0 0 150px;
    margin-left: 10px;
    padding: 0;
}

.services_sec .wd-accordion .wd-accordion-title-text span {
    background: #fff;
    height: 70px;
    display: flex;
    align-items: center;
    padding-right: 20px;
    font-size: 22px;
    border-radius: 0 150px 150px 0;
    width: 40%;
}

.services_sec .wd-accordion .wd-accordion-title-text {
    gap: 0;
}

.services_sec .wd-accordion span.wd-accordion-opener {
    width: 70px;
    height: 70px;
    font-size: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffff;
    color: #000;
    border-radius: 150px;
    border: 1px solid #ffffff61;
}

.services_sec .wd-accordion .wd-accordion-item {
    background: #404191;
    border-radius: 30px;
    padding: 15px 10px;
    margin: 15px 0 0;
}

.services_sec .wd-accordion .wd-accordion-title.wd-active {
    padding: 0px 0 15px 0;
}

.services_sec .wd-accordion .wd-accordion-content {
    border-radius: 30px;
    overflow: hidden;
    padding: 0;
}

.services_sec .wd-accordion .accordian_inner_content {background-size: 30% !important;}

.multicolor_heading .info-box-title strong {
    color: #F25779;
}

.specialize_sec .info-box-wrapper .info-box-icon {
    padding: 30px;
    border-radius: 150px;
    width: 150px;
    height: 150px;
    background: #fff;
    border: 10px solid #b55c9e;
    display: flex;
    align-items: center;
    margin: 0 auto;
    justify-content: center;
}

.specialize_sec .wd-carousel-wrap .info-box-wrapper {
    position: relative;
    height: 380px !important;
}

.specialize_sec .info-box-wrapper > div {
    background: none;
    position: relative;
    z-index: 1;
}

.specialize_sec .info-box-wrapper > div .info-box-content {
    border: none;
    padding-left: 0;
    padding-right: 0;
}

.specialize_sec .wd-carousel-wrap .info-box-wrapper:before {
    content: "";
    position: absolute;
    background: #fff;
    width: 95%;
    height: 78%;
    bottom: 10px;
    border-radius: 15px;
    left: 2.5%;
    z-index: 1;
}

.specialize_sec .info-box-wrapper .info-box-content .info-box-title strong {
    color: #10cff8;
}

.specialize_sec .wd-carousel-wrap .info-box-wrapper .info-box-content .info-box-title {
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 22px;
}

.specialize_sec .info-box-carousel-wrapper .wd-nav-arrows.wd-pos-together.wd-hover-1.wd-icon-1 {
    --wd-arrow-offset-h: -48% !important;
    --wd-arrow-offset-v: -115% !important;
    !i; !; gap: 30px;
}

.specialize_sec .info-box-carousel-wrapper .wd-nav-arrows.wd-pos-together .wd-btn-arrow {
    background: #10bfeb;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 150px;
    transition: 0.5s;
}

.specialize_sec {
    position: relative;
    overflow: visible !important;
}

.specialize_sec .info-box-carousel-wrapper .wd-nav-arrows.wd-pos-together .wd-btn-arrow > div {
    color: #fff !important;
}

.specialize_sec .info-box-carousel-wrapper .wd-nav-arrows.wd-pos-together .wd-btn-arrow:hover {
    transition: 0.5s;
    background: #303030;
}

.specialize_sec .info-box-carousel-wrapper .wd-nav-arrows.wd-pos-together .wd-btn-arrow {
    background: #000;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 150px;
    transition: 0.5s;
}

.specialize_sec {
    position: relative;
    overflow: visible !important;
}

.specialize_sec .info-box-carousel-wrapper .wd-nav-arrows.wd-pos-together .wd-btn-arrow > div {
    color: #fff !important;
}

.specialize_sec .info-box-carousel-wrapper .wd-nav-arrows.wd-pos-together .wd-btn-arrow:hover {
    transition: 0.5s;
      background-image: linear-gradient(90deg, #cb5a90,#6465d2);
}

.specialize_sec .rounded_logo {
    position: absolute;
    top: -22%;
    width: 20%;
    left: 40%;
}

.specialize_sec {
    height: 500px !important;
}

.specialize_sec .wd-carousel-wrap .info-box-wrapper:after {
    position: absolute;
    content: "";
    width: 96%;
    left: 2%;
    height: 79%;
    bottom: 1.5%;
    background-image: linear-gradient(90deg, #cb5a90,#6465d2);
    border-radius: 15px;
}

.cta_section a.btn.btn-color-alt {
    display: flex;
    flex-direction: column;
    width: fit-content;
    margin: 0 auto;
    border-radius: 150px;
    height: 200px;
    width: 200px;
    position: relative;
    background-image: linear-gradient(90deg, #6465d2, #cb5a90);
    /* z-index: 63 !important; */
    /* border: 5px solid #FFF; */
}

.cta_section a.btn.btn-color-alt:before {
    width: 110%;
    height: 110%;
    border: 2px dashed #ffffff;
    position: absolute;
    content: "";
    border-radius: 150px;
    animation: rotate_btn 25s linear infinite;
}

@keyframes rotate_btn {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.cta_section {
    height: 300px;
    overflow: visible !important;
    position: relative;
    z-index: 0;
}

/* Border Layer */
.cta_section::after {
    content: "";
    position: absolute;
    right: 0;
    top: 1px;
    width: 51%; /* thoda bada */
    height: 34%;
    background: #ffffff; /* Border color */
    clip-path: polygon(2% 0, 15% 100%, 100% 0);
    z-index: 0;
}

/* Original Shape */
.cta_section::before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    height: 29%;

    background-image: linear-gradient(90deg, #6465d2, #cb5a90);
    clip-path: polygon(2% 0, 15% 100%, 100% 0);

    z-index: 1;
}

.cta_section .wd-button-wrapper {
    position: absolute;
    bottom: -206%;
}

/* -------------------------------project-start-------------------------- */
.project-main {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: space-between;
}

.project-main .project-card-1, .project-main  .project-card.project-card-7 {
    width: 66% !important;
}

.project-main .project-card-2 {
    width: 33%;
}

.project-main .project-card .project-img img {
    height: 405px;
}

.project-main .project-card {
    position: relative;
    width: 33%;
}
.project-main .project-card .project-content {
    position: absolute;
    bottom: 10px;
    padding: 19px;
}

.project-main .project-card .project-content h2 {
    color: #fff;
    font-size: 30px;
    line-height: 35px;
}

.project-main .project-card .project-content p {
    color: #fff;
}

.project-main .project-card-1 .project-content {
    width: 50%;
}

.project-main .project-card-5 {
    width: 33%;
}

.project-main .project-card-5 .project-img img {
    width: 100%;
}

.project-main .project-card .project-img img {
    width: 100%;
    border-radius: 30px;
    filter: brightness(0.5);
    object-fit: cover;
}

.project-main .project-card-4 {
    width: 32%;
}

.project-sec .info-box-content .info-box-subtitle {
    color: #000;
    font-size: 20px !important;
}

.project-sec .info-box-content h4 {
}

.project-sec .info-box-content h4 strong {
    color: #0c9ce9;
}

/* -------------------------------project-end-------------------------- */
/* ----------------------------BLOG-START--------------------------------------- */


.vc_pageable-slide-wrapper .vc_grid-item .vc_gitem-zone {
    background-color: transparent !important;;
    height: 300px;
    /* border: 1px solid #ddd; */
}

.vc_pageable-slide-wrapper .vc_grid-item .vc_gitem-zone h4 {
    font-size: 25px;
    color: #5F66D1;
}

.vc_pageable-slide-wrapper .vc_grid-item .vc_gitem-zone p {
    font-size: 14px;
}

.vc_pageable-slide-wrapper .vc_grid-item .vc_gitem-zone .vc_btn3-left {
    display: none;
}

.vc_pageable-slide-wrapper .vc_gitem-animated-block {
    height: 300px;
    /* margin-bottom: 0px; */
    background-color: #fff !important;
}

.vc_pageable-slide-wrapper .vc_gitem-zone-mini {
    margin-top: 18px;
}

.blog-sec .info-box-content .info-box-subtitle {
    color: #000;
}

.blog-sec .info-box-content h4 strong {
    color: #5F60CA;
}

.info-head .info-box-content .info-box-subtitle {
    color: #000;
    font-size: 20px;
}

.info-head .info-box-content h4 strong {
    color: #5F66D1;
}

.info-head {
    margin-bottom: 48px;
}

/* ----------------------------BLOG-end--------------------------------------- */
/* ---------------------------------contect-start----------------------------- */
.contact-sec input[type="text"] {
    height: 70px;
    padding-left: 15px !important;
    background-color: #cadae2;
    border: none;
    border-radius: 22px;
    COLOR: #545c66;
}

.contact-sec select {
    height: 70px;
    padding-left: 15px !important;
    background-color: #cadae2;
    border: none;
    border-radius: 22px;
    COLOR: #545c66;
}

.contact-sec textarea {
    padding-left: 15px !important;
    padding-top: 15px !important;
    background-color: #cadae2;
    border: none;
    border-radius: 22px;
    COLOR: #545c66;
}

.contact-sec input[type="submit"] {
    height: 70px;
    width: 152px;
    font-size: 15px;
    border-radius: 51px;
    background-image: linear-gradient(90deg, #11d5fd, #0a88e2);
    color: #fff;
}

.contact-sec .gform_footer {
    position: relative;
}

/*.contact-sec .gform_footer::before { content: url("https://stage.projects-delivery.com/wp/rimetech/wp-content/uploads/2025/12/EW4.png"); position: absolute; left: 163px; width: 9%; height: 70px; background-image: linear-gradient(242deg, #11d5fd, #0a88e2); border-radius: 50%; display: flex; justify-content: center; align-items: center; padding-top: 7px; }*/
input#gform_submit_button_1 {
    background-image: linear-gradient(90deg, #6465d2, #cb5a90);
    transition: 0.5s;
    padding: 15px 40px;
    font-size: 16px;
    font-weight: 100;
    width: 100%;
    border-radius: 50px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

/* ---------------------------------contect-end----------------------------- */
.project-sec {
    background-image: linear-gradient(360deg, #11d5fd14, #0a88e226);
}

/* ---------------------------review-start------------------------ */
.testimonial-wrapper {
    display: flex;
    margin: 14px;
    gap: 21px;
}

.testimonial-wrapper .testimonial-main {
    background: #4A4CA1;
    /* height: 500px; */
    border-radius: 15px;
    width: 48% !important;
    display: flex;
    flex-direction: column;
    /* justify-content: initial; */
    padding-top: 17px;
    padding-bottom: 32px;
    align-items: center;
    gap: 11px;
    transition: 0.5s all ease;
    height: 100%;
}

.testimonial-wrapper .testimonial-main .testimonial-heading {
    padding: 14px;
    border-bottom: 3px solid #8284C1;
    /* padding-top: 24px; */
    padding-left: 0PX;
    WIDTH: 90%;
    padding-bottom: 20px;
}

.testimonial-wrapper .testimonial-main .testimonial-heading h2 {
    font-size: 19px;
    color: #fff;
}

.testimonial-wrapper .testimonial-main .testimonial-para {
    color: #fff;
    /* padding: 35px; */
}

.testimonial-wrapper .testimonial-main .testimonial-info {
    display: flex;
    align-items: center;
    /* justify-content: space-evenly; */
    GAP: 29PX;
}

.testimonial-wrapper .testimonial-main .testimonial-info h2 {
    color: #ffff;
    margin-bottom: 5px;
    margin-top: -2px;
    font-size: 18px;
}

.testimonial-wrapper .testimonial-main .testimonial-content {
    display: flex;
    flex-direction: column;
    padding-top: 23px;
    padding-left: 25px;
    gap: 23px;
    justify-content: space-between;
    /* background: rebeccapurple; */
    height: 100%;
    padding-right: 28px;
}

.testimonial-wrapper .testimonial-main .testimonial-para p {
    font-size: 14px;
}

.testimonial-wrapper .testimonial-main:hover {
    background: #303030;
}

.testimonial-wrapper .testimonial-main:hover .testimonial-heading {
    border-color: #6f6f6f;
}

.review-card-1 {
    height: 546px;
    background: #EBF8FF;
    border-radius: 16px;
}

.review-card-1 .info-box-wrapper {
    display: flex;
}

.review-card-1 .wd-info-box {
    display: flex;
    flex-direction: column-reverse;
}

.review-card-1 .wd-info-box h4 {
    font-size: 36px;
    color: #5F66D1;
}

.review-card-1 .wpb_wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    /* background: rebeccapurple; */
}

.review-card-1 .vc_column-inner {
    height: 100%;
    padding: 23px;
    /* padding-top: 0px !important; */
}

.review-card-1 .wpb_wrapper p {
    font-size: 20px;
}

.testimonial-sec-top .info-box-subtitle {
    font-size: 25px;
    color: #000 !important;
}

.testimonial-sec-top h4 {
    font-size: 45px;
}

.testimonial-sec-top h4 strong {
    color: #5F66D1;
}

.testimonial-sec-bottom {
    /* position: absolute;
                                                    top: -1px; */
    z-index: 1;
}

/* ---------------------------review-end------------------------ */
#post-sec .info-box-content {
}

#post-sec .info-box-content .info-box-subtitle {
    font-size: 18px;
    color: #fff;
    background: #01a4f5;
    width: fit-content;
    /* padding: 12px; */
    padding-top: 7px;
    padding-bottom: 7px;
    padding-right: 14px;
    padding-left: 14px;
    margin-bottom: 17px;
}

#post-sec .info-box-content h4 {
    font-size: 44px;
    position: relative;
    margin-bottom: 32px;
}

#post-sec .info-box-content h4:before {
    content: '';
    position: absolute;
    /* top: 0; */
    left: 0;
    right: 0;
    bottom: -5px;
    background: #01a4f5;
    height: 6px;
    width: 100px;
}

#post-sec .info-box-content {
    width: 85%;
}

#post-rw-b .wpb_text_column {
    font-size: 27px;
}

#post-rw-b .btn {
    background: #007CBA;
    color: #fff;
    padding: 20px;
    border-radius: 224px;
    font-size: 18px;
    padding-left: 87px;
    padding-right: 24px;
    position: relative;
    position: relative;
}

#post-rw-b .btn::before {
    content: "";
    position: absolute;
    top: 45%;
    left: 20px;
    /* right: 0; */
    background: rebeccapurple;
    display: block;
    /* height: 10px; */
    border: 1px solid #fff;
    width: 51px;
}

.services_sec .wd-accordion .wd-accordion-item ul li span {
    font-family: 'Poppins';
    font-size: 14px !important;
}

#slide-43 {
    position: relative;
}

#slide-43::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    display: block;
    background: #041c2a57;
    z-index: 1;
}

.why_us_banner_row h2 {
    font-size: 35px;
}

.why_us_banner img {
    height: 450px;
    object-fit: cover;
    border-radius: 20px;
}

.service-box {
    border: 2px solid;
    border-color: #6f64cb;
    border-radius: 20px !important;
    transition: 0.5s all ease;
    margin: 15px 0 !important;
}

.service-box .info-box-content {
    padding: 30px;
}

.service-box img {
    border-radius: 18px 18px 0px 0;
    height: 300px;
    object-fit: cover;
    width: 100%;
}

.service-box:hover {
    box-shadow: 0px 0px 9px 5px #6f64cb;
}

.btn-fixed {
    position: fixed;
    right: 80px;
    bottom: 60px;
}

.btn-fixed a.btn {
    z-index: 100000000000000;
    display: flex;
    flex-direction: column;
    width: fit-content;
    margin: 0 auto;
    border-radius: 150px;
    height: 100px;
    width: 100px;
    position: relative;
    background-image: linear-gradient(90deg, #11d5fd, #0a88e2);
    font-size: 12px;
    padding: 0;
}
.btn-fixed a.btn:before {
    width: 90%;
    height: 90%;
    border: 2px dashed #fff;
    position: absolute;
    content: "";
    border-radius: 150px;
    animation: rotate_btn 25s linear infinite;
}

.service-box .service-desc {
    overflow: hidden;
    height: 200px !important;
    padding: 0px 15px 25px 15px;
}

.service-box .service-content > h2 {
    font-size: 30px;
    /* min-height: 0; */
    padding: 0 15px;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.service-box .service-content {
    padding: 15px;
}

.service-box .service-content .btn {
    border-radius: 150px;
    margin-top: 31px;
}

.service-box .service-content ul li {
    list-style: disc !important;
}

.service-template-default main#main-content {
    max-width: 100% !important;
}
.comment-form .submit {
    background-image: linear-gradient(90deg, #11d5fd, #0a88e2);
    transition: 0.5s;
    padding: 15px 40px;
    font-size: 15px;
    font-weight: 100;
    border-radius: 30px;
    margin-bottom: 40px;
}

.comment-form .submit:hover {
    background-image: linear-gradient(-90deg, #11d5fd, #0a88e2);
}
.page-title.page-title-default {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
    height: 300px;
}

.page-title.page-title-default:before {
    content: "";
    background: #000;
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 0.7;
    z-index: 1;
}

.page-title.page-title-default .container {
    position: relative;
    z-index: 2;
}

h1.entry-title.title {
    font-size: 55px;
    position: relative;
}

.breadcrumbs {
    color: #fff;
    position: relative;
}
.single-project main#main-content {
    max-width: 100%;
}
.singleProjectGallery {
    display: flex;
    gap: 10px;
    margin-top: 20px;
    flex-wrap: wrap;
}

.singleProjectGallery img {
    width: 150px;
    height: 150px;
    object-fit: cover;
    cursor: pointer;
    border-radius: 6px;
    transition: 0.3s;
}

.singleProjectGallery img:hover {
    transform: scale(1.05);
}
.vc_row.single_projectSection {
    padding: 40px 0;
}
.footer-data a.woodmart-nav-link {
    text-transform: uppercase !important;
}

.w-70 {
    width: 70%;
}

.btn-fixed a.btn img {
    width: 30px;
}

.btn.btn-color-primary {
    position: relative;
    /* overflow: hidden; */
}

.btn.btn-color-primary .wd-btn-icon {
    position: absolute;
    right: -62px;
    background-image: linear-gradient(90deg, #6465d2, #cb5a90);
    height: 54px;
    width: 54px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    border-radius: 54px;
    transition: all 1s ease;
}

/* Hover effect */
.btn.btn-color-primary:hover .wd-btn-icon {
    right: -1px;
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
    background-image: linear-gradient(274deg, #6465d2, #cb5a9000);
}


.mobi-banner .info-box-inner.reset-last-child {
    margin-top: 24px;
}
.expri-bt {
    background: #6e64cb !important;
    padding: 0px !important;
    width: 105px !important;
    font-size: 18px !important;
    height: 12px !important;
}
.why_us_sec {
    position: relative;
}

.why_us_sec::before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 30%;
    height: 100%;

  background-image: url("img/Untitled-3.png");

    /* background-size: contain; */
    background-repeat: no-repeat;
    background-position: right bottom;

    pointer-events: none;
}

.wd-accordion-title:is(.wd-active,:hover)>.wd-accordion-title-text {
    color: #000 !important;
}
.contentBox-2 h4 {
    color: #fff;
}
.footer-data p a {
    color: #fff;
}
.contact-sec {
    position: relative;
}

.contact-sec::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    /* background: rebeccapurple; */
    background-image: url("img/dfffghh.png");
    /* background-size: contain; */
    background-repeat: no-repeat;
    background-position: right bottom;
    pointer-events: none;
    display: flex;
    background-position: left bottom;
}

.services_sec {
    position: relative;
}

.services_sec {
    position: relative;
}

.services_sec::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 20%;
    height: 55%; 
    background-image: url("img/dfffgbbb.png");
    background-size: cover;  
    background-repeat: no-repeat;
    background-position: left bottom;
    pointer-events: none;
}

.foo-top {
    position: relative;
    overflow: visible !important;
    padding-top: 70px;
}

.foo-top .vc_single_image-wrapper {
    position: absolute;
    top: -198px;
    left: 119px;
}

.banner-main {
    position: relative;
}

.banner-main::before {
    content: '';
    position: absolute;
    bottom: -9px;
    width: 100%;
    height: 40%;
    z-index: 31;
    display: block !important;
    left: 0;
    background-image: url("img/df.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center bottom;
    pointer-events: none;
}
 


.cta_section {
    z-index: 12;
}

.whb-general-header-inner .wd-logo {
    max-height: none !important;
}

.why-us-top .wd-text-block {
    margin-bottom: 2px !important;
}

.why-us-top h4 {
    margin-top: 0px !important;
}

.specialize_sec .info-box-wrapper > div .info-box-content p {
    font-size: 13px;
}

.testimonial-info img {
    width: 65px;
}

.testimonial-sec-bottom h4 {
    font-size: 35px !i;
}

.blog-sec h4 {
    margin-top: 0px !important;
    font-size: 30px !im;
}

.contact-sec h4 {
    margin-top: 0px !important;
}



.blog-sec {
    background-size: 60% 80% !important;
}

.testimonial-sec-top  h4 {
    margin-top: 0px !important;
    line-height: 42px !important;
}
.whb-general-header img {
    height: 180px !important;
}

.whb-general-header ul {gap: 28px;}

 .contact-sec p a {
    color: rebeccapurple;
}

.solution-main-top {
    position: absolute;
    width: 100%;
    top: -78px;
    left: 21px;
}