/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/

@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&display=swap');


.inter-<uniquifier> {
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: <weight>;
    font-style: normal;
}

.libre-baskerville-regular {
    font-family: "Libre Baskerville", serif;
    font-weight: 400;
    font-style: normal;
}

.libre-baskerville-bold {
    font-family: "Libre Baskerville", serif;
    font-weight: 700;
    font-style: normal;
}

.libre-baskerville-regular-italic {
    font-family: "Libre Baskerville", serif;
    font-weight: 400;
    font-style: italic;
}


.whb-top-bar .wd-header-text {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px !important;
    line-height: 1 !important;
    color: #ffffff;
    font-weight: 400;
    font-family: "Inter";
    /* flex-wrap: wrap; */
    /* align-items: center; */
    /* justify-content: center; */
}

a.btn.theme-btn:hover {
    background: #fff;
    color: #2253ac;
    transition: 0.5s;
}

.sec-6 {
    background-attachment: unset;
    margin: 0;
}

.sec-1-btn a.btn.theme-btn:last-child:hover {
    background: #071228;
    color: #fff;
    border: 1px solid #071228;
}

.whb-top-bar .whb-col-left .wd-header-text a {
    padding-left: 30px;
    color: #3cdad5;
    text-decoration: underline;
}

.whb-top-bar .wd-header-text a {
    font-size: 14px;
    line-height: 1;
    color: #ffffff;
    font-weight: 400;
    font-family: "Inter";
}

.wd-nav[class*="wd-style-"]>li:is(.wd-has-children, .menu-item-has-children)>a:after {
    color: #000;
    font-size: 15px;
}

span.nav-link-text {
    font-size: 17px;
    line-height: 89px;
    color: #26292e;
    font-weight: 500;
    font-family: "Inter";
    text-transform: capitalize;
}

.wd-dropdown-menu a.woodmart-nav-link {
    color: #000 !important;
    font-family: 'Inter';
    font-size: 15px;
}

.wd-dropdown-menu a.woodmart-nav-link:hover {
    color: #1451ae !important;
}


.current_page_item span.nav-link-text {
    color: #1451ae;
}

ul#menu-mobile-navigation {
    gap: 40px;
    padding-left: 90px;
}

.wd-content-layout {
    padding-block: 0px !important;
}

section.vc_section.sec-1.vc_section-has-fill.wd-section-stretch {
    padding-top: 0px !important;
}

.sec-1 .wpb_single_image.wpb_content_element {
    margin: 0px !important;
    margin-top: -30px !important;
    position: relative;
    z-index: 9;
}

.sec-1 {
    overflow: visible;
    position: relative;
}

.sec-1 h3 {
    font-size: 56px;
    color: #1451ae;
    font-weight: 400;
    font-style: italic;
    font-family: "Libre Baskerville";
    margin-bottom: 0;
}

h1 {
    font-size: 60px;
    letter-spacing: -2px;
    line-height: 70px;
    text-transform: uppercase;
    color: #051229;
    font-weight: 600;
    font-family: "Inter";
}

h1 strong {
    color: #1451ae;
    font-weight: 800;
}

.sec-1 p {
    font-size: 20px;
    line-height: 30px;
    color: #051636;
    font-weight: 500;
    font-family: "Inter";
    padding-bottom: 5px;
}

a.btn.theme-btn {
    background-color: #051229;
    border-radius: 24px;
    padding-inline: 5px 38px;
    font-size: 15px;
    line-height: 1;
    color: #ffffff;
    font-weight: 500;
    font-family: "Inter";
    padding-block: 5px;
    text-transform: capitalize;
    gap: 27.8px;
}

a.btn.theme-btn::before {
    content: "\f120";
    font-family: "woodmart-font";
    font-weight: 400;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    background-color: #1451ae;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffff;
    font-size: 17px;
}

.sec-1-btn {
    display: flex;
    gap: 20px;
    padding-top: 5px;
}

.sec-1-btn a.btn.theme-btn:last-child::before {
    display: none;
}

.sec-1-btn a.btn.theme-btn:last-child {
    padding-inline: 30px 30.9px;
    background-color: #f3f6fa;
    border: 1px solid #1451ae;
    color: #051636;
}


.whb-main-header {
    z-index: 9 !important;
}

.sec-1::before {
    content: '';
    background: url(/wp-content/uploads/2025/07/Banner-before.png) no-repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    background-position: right;
}

.vc_column-inner {
    padding-top: 0px !important;
}

.wd-info-box {
    margin: 0px !important;
}

.sec-2 {
    padding-block: 0;
}

.sec-2 .wd-info-box:hover {
    background-color: #44536d29;
    transition: 1s;
}

.sec-2 .wd-info-box h4.info-box-title.title.box-title-style-default.wd-fontsize-m {
    font-size: 22px;
    letter-spacing: 0px;
    line-height: 30px;
    color: #e8edf4;
    font-weight: 500;
    font-family: "Inter";
    padding-bottom: 5px;
}

.sec-2 .wd-info-box p {
    font-size: 15px;
    line-height: 26px;
    color: #e8edf4;
    font-weight: 300;
    font-family: "Inter";
}

.sec-2 .wd-info-box {
    padding-block: 60px;
    padding-inline: 35px;
    gap: 35px;
}

.sec-2 .wd-info-box:hover .info-box-icon img {
    filter: brightness(0) saturate(100%) invert(70%) sepia(16%) saturate(545%) hue-rotate(177deg) brightness(85%) contrast(89%);
    transition: 0.3s;
}

.sec-2 .wpb_column.vc_column_container.vc_col-sm-3 {
    border-right: 1px solid #44536d29;
    padding-block: 50px;
}

.sec-2 .wpb_column.vc_column_container.vc_col-sm-3 .vc_column-inner {
    padding-inline: 0px !important;
    align-items: center;
}

.sec-2 .wpb_column.vc_column_container.vc_col-sm-3:first-child {
    border-left: 1px solid #44536d29;
}

.sec-2 .wd-info-box::before {
    content: '';
    background: #1c51a3;
    height: 180px;
    width: 180px;
    position: absolute;
    bottom: -173px;
    right: 0;
    left: 0;
    margin: auto;
    border-radius: 100%;
    filter: blur(34px);
    opacity: 0;
    transition: 1s;
}

.sec-2 .wd-info-box:hover::before {
    opacity: 1;
}

.sec-3 {
    padding-top: 110px;
    padding-bottom: 80px;
}

.sec-3 h2 {
    font-size: 44px;
    letter-spacing: -1px;
    line-height: 56px;
    color: #051229;
    font-weight: 500;
    font-family: "Inter";
}

p {
    font-size: 17px;
    line-height: 28px;
    color: #051229;
    font-weight: 400;
    font-family: "Inter";
}

.wpb_text_column.wpb_content_element {
    margin-bottom: 0px;
}

.sec-3-3 .wpb_column.vc_column_container.vc_col-sm-6:last-child .wpb_text_column.wpb_content_element {
    padding-bottom: 0;
}

.sec-3-3 .wpb_column.vc_column_container.vc_col-sm-6:last-child .wpb_text_column.wpb_content_element p a {
    font-size: 16px;
    line-height: 1;
    color: #1451ae;
    font-weight: 500;
    font-family: "Inter";
    display: inline-flex;
    align-items: center;
    gap: 9px;
}

.sec-3-3 .wpb_column.vc_column_container.vc_col-sm-6:last-child .wpb_text_column.wpb_content_element p:nth-child(2) {
    margin-bottom: 30px;
}

.sec-3-3 .wpb_column.vc_column_container.vc_col-sm-6:last-child .wpb_text_column.wpb_content_element p:nth-child(1) {
    padding-bottom: 6px;
}

.sec-3-3 .wpb_column.vc_column_container.vc_col-sm-6:last-child .wpb_text_column.wpb_content_element p a::after {
    content: "\f120";
    font-family: "woodmart-font";
    font-weight: 400;
}



.sec-3-3 .vc_col-sm-6:last-child .vc_row.vc_row-flex .vc_col-sm-6:first-child {
    min-height: 335px;
    display: flex;
    align-items: center;
    border-radius: 24px;
    background-color: #e7eff5;
}

.sec-3-3 .vc_col-sm-6:last-child .vc_row.vc_row-flex {
    display: flex;
    align-items: center;
}

.sec-3-3 .vc_col-sm-6:last-child .vc_row.vc_row-flex .vc_col-sm-6 .wpb_single_image.wpb_content_element.vc_align_left {
    margin: 0px !important;
}

.sec-3-3 .vc_col-sm-6:last-child .vc_row.vc_row-flex {
    padding-top: 40px;
}

.sec-3-3 {
    display: flex;
    align-items: center;
    padding-bottom: 130px;
}

.wpb_single_image.wpb_content_element {
    margin: 0px !important;
}

.sec-3-3 .vc_col-sm-6:last-child .vc_row.vc_row-flex .vc_col-sm-6:first-child h3 {
    font-size: 190px;
    letter-spacing: -15px;
    line-height: 1;
    color: #051229;
    font-family: 'LTReponse Rounded';
    margin-bottom: 0;
    font-weight: 400;
    margin-left: -45px;
}

.sec-3-3 .vc_col-sm-6:last-child .vc_row.vc_row-flex .vc_col-sm-6:first-child p {
    margin-bottom: 0 !important;
    font-size: 18px;
    line-height: 1.5;
    color: #051229;
    font-weight: 500;
    font-family: "Inter";
    text-align: center;
    margin-top: -30px;
}

.sec-4 {
    padding-top: 110px !important;
    padding-bottom: 65px;
}

.sec-4 .vc_row.wpb_row.vc_row-fluid:first-child {
    display: flex;
    align-items: center;
    padding-bottom: 59px;
}

.sec-4 .vc_row.wpb_row.vc_row-fluid:first-child h2 {
    font-size: 48px;
    letter-spacing: -2px;
    line-height: 56px;
    color: #ffffff;
    font-weight: 500;
    font-family: "Inter";
    width: 60%;
    margin: 0 0 0 auto;
}

.sec-4-4 .vc_row.wpb_row.vc_inner.vc_row-fluid:first-child h2,
.sec-4-4 .vc_row.wpb_row.vc_inner.vc_row-fluid h2 {
    font-size: 32px;
    letter-spacing: -1px;
    line-height: 56px;
    color: #ffffff;
    font-weight: 500;
    font-family: "Inter";
    width: 100%;
    margin-bottom: 0;
}

.sec-4-4 .vc_row.wpb_row.vc_inner.vc_row-fluid:first-child {
    padding-bottom: 0px;
    padding-top: 10px;
}

.sec-4-4 .vc_row.wpb_row.vc_inner.vc_row-fluid p {
    font-size: 17px;
    line-height: 28px;
    color: #ffffff;
    font-weight: 400;
    font-family: "Inter";
}

.sec-4-4 .vc_row.wpb_row.vc_inner.vc_row-fluid {
    padding-bottom: 45px !important;
    border-bottom: 1px solid #3b76cf;
    padding-top: 50px;
}

.sec-4-4 .vc_row.wpb_row.vc_inner.vc_row-fluid {
    display: flex;
    align-items: flex-start;
    position: relative;
    overflow: hidden;
}

.sec-4-4 {
    counter-reset: section;
}

.sec-4-4 .vc_row.wpb_row.vc_inner.vc_row-fluid::before {
    counter-increment: section;
    content: "0" counter(section) "/";
    margin-top: 17px;
    font-size: 20px;
    line-height: 1;
    color: #ffffff;
    font-weight: 300;
    font-family: "Inter";
    opacity: 1;
}

.sec-4-4 .vc_row.wpb_row.vc_inner.vc_row-fluid .wpb_column.vc_column_container.vc_col-sm-6:first-child {
    padding-left: 50px;
}

.sec-4-4 .vc_row.wpb_row.vc_inner.vc_row-fluid .wpb_column.vc_column_container.vc_col-sm-6:last-child .wpb_text_column.wpb_content_element p {
    position: absolute;
    right: 0;
    top: 89px;
    bottom: 0;
    margin: auto;
    display: flex;
    align-items: center;
}

.sec-4-4 .vc_row.wpb_row.vc_inner.vc_row-fluid .wpb_column.vc_column_container.vc_col-sm-6:last-child .wpb_text_column.wpb_content_element p a {
    font-size: 16px;
    line-height: 89px;
    color: #e7eff5;
    font-weight: 500;
    font-family: "Inter";
    display: flex;
    align-items: center;
    gap: 8px;
    background-color: #051229;
    border-radius: 24px;
    padding-inline: 5px 38px;
    font-size: 15px;
    line-height: 1;
    color: #ffffff;
    font-weight: 500;
    font-family: "Inter";
    padding-block: 5px;
    text-transform: capitalize;
    gap: 27.8px;
    display: inline-flex;
    padding-inline: 30px 5px;
}

.sec-4-4 .vc_row.wpb_row.vc_inner.vc_row-fluid .wpb_column.vc_column_container.vc_col-sm-6:last-child .wpb_text_column.wpb_content_element p a::after {
    content: "\f120";
    font-family: "woodmart-font";
    font-weight: 400;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    background-color: #1451ae;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffff;
    font-size: 17px;
}

.sec-4-4 .vc_row.wpb_row.vc_inner.vc_row-fluid:hover .wpb_column.vc_column_container.vc_col-sm-6:last-child .wpb_text_column.wpb_content_element p a {
    opacity: 1;
    transition: 0.3s;
    transform: translateY(0px);
}

.sec-4-4 .vc_row.wpb_row.vc_inner.vc_row-fluid:hover .wpb_column.vc_column_container.vc_col-sm-6:last-child .wpb_single_image.wpb_content_element.vc_align_left {
    opacity: 1;
    transform: translateY(0px);
    transition: 0.5s;
}

.sec-4-4 .vc_row.wpb_row.vc_inner.vc_row-fluid .wpb_column.vc_column_container.vc_col-sm-6:last-child .wpb_single_image.wpb_content_element.vc_align_left {
    opacity: 0;
    transform: translateY(48px);
    display: none;
}

.sec-4-4 .vc_row.wpb_row.vc_inner.vc_row-fluid .wpb_column.vc_column_container.vc_col-sm-6:first-child .wpb_text_column.wpb_content_element p:last-child {
    position: absolute !important;
    left: -25px;
    top: 14px;
    font-size: 0px;
    opacity: 1 !important;
    transition: 0.5s;
    display: none;
}

.sec-4-4 .vc_row.wpb_row.vc_inner.vc_row-fluid .wpb_column.vc_column_container.vc_col-sm-6:first-child .wpb_text_column.wpb_content_element p:last-child a::before {
    content: "\f120";
    font-family: "woodmart-font";
    font-weight: 400;
    font-size: 17px;
    border-radius: 20px;
    background-color: #051229;
    padding: 11px;
    color: #fff;
    transition: 0.5s;
    opacity: 0;
}

.sec-4-4 .vc_row.wpb_row.vc_inner.vc_row-fluid:hover .wpb_column.vc_column_container.vc_col-sm-6:first-child .wpb_text_column.wpb_content_element p:last-child {
    opacity: 1 !important;
}

.sec-4-4 .vc_row.wpb_row.vc_inner.vc_row-fluid:hover::before {
    opacity: 1;
}

.sec-4-4 .vc_row.wpb_row.vc_inner.vc_row-fluid::after {
    content: '';
    background: #1e61c7;
    height: 70px;
    width: 52%;
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    bottom: -40px;
    filter: blur(31px);
    opacity: 1;
    transform: translateY(50px);
    transition: 0.5s;
}

.sec-4-4 .vc_row.wpb_row.vc_inner.vc_row-fluid:hover::after {
    opacity: 1;
    transform: translateY(0px);
}

.wpb_text_column.wpb_content_element.text-center.sec-4-text {
    padding-top: 65px;
}

.sec-5 {
    padding-top: 120px;
    padding-bottom: 80px;
}

h2 {
    font-size: 44px;
}

.sec-5 h2 {
    letter-spacing: -2px;
    line-height: 56px;
    color: #051229;
    font-weight: 500;
    font-family: "Inter";
    font-size: 50px;
    /*     padding-top: 20px; */
}

/* .sec-5 .wd-info-box {
    border-radius: 24px;
    background-color: #e7eff5;
    padding-block: 55px 50px;
    padding-inline: 40px;
    gap: 36px;
    min-height: 390px;
} */

.sec-5 .wd-info-box {
    border-radius: 24px;
    background-color: #e7eff5;
    padding-block: 35px 20px;
    padding-inline: 30px;
    gap: 25px;
    min-height: 305px;
}

.sec-5 .wd-info-box h4.info-box-title.title.box-title-style-default.wd-fontsize-m {
    font-size: 22px;
    letter-spacing: 0px;
    line-height: 30px;
    color: #051229;
    font-weight: 500;
    font-family: "Inter";
}

.sec-5 .info-box-content p {
    font-size: 15px;
    color: #051229;
    font-weight: 300;
    font-family: "Inter";
}

.wd-el-video-overlay:after {
    display: none !important;
}

.wd-el-video-control {
    justify-content: flex-start !important;
    padding-left: 8%;
    border-radius: 20px;
}

.wd-el-video {
    border-radius: 20px !important;
}

.wd-el-video-play-btn:after {
    opacity: 1 !important;
}

.sec-7 {
    padding-top: 80px;
    padding-bottom: 120px;
    align-items: end;
}

.sec-7 .woodmart-counter {
    margin: 0px;
    display: flex;
    flex-direction: column-reverse;
    justify-content: space-between;
    background-color: #e7f1f5;
    border-radius: 24px;
    height: 324px;
    padding: 30px;
    text-align: left;
}

.sec-7 .woodmart-counter .counter-value.wd-font-weight-600 {
    font-size: 32px;
    line-height: 1;
    color: #051229;
    font-weight: 800 !important;
    font-family: "Inter";
}

body .sec-7 .counter-label {
    margin: 0px;
    font-size: 17px;
    line-height: 1.5;
    color: #051229 !important;
    font-weight: 500;
    font-family: "Inter";
}

.five-million {
    height: 170px !important;
}

.sec-7 .wpb_column.vc_column_container.vc_col-sm-6:last-child .vc_column-inner .vc_row.wpb_row.vc_inner.vc_row-fluid {
    display: flex;
    align-items: end;
}

.millions {
    background-color: #e7ecf5 !important;
    height: 260px !important;
}

.five-million .counter-value::before {
    content: '$';
}

.five-million .counter-value::after {
    content: 'M';
}

.millions .counter-value::after {
    content: '%';
}

.thousand .counter-value::after {
    content: 'K+';
}

.sec-7 h2 {
    font-weight: 500;
    font-family: "Inter";
    line-height: 55px;
    color: #051229;
    margin-bottom: 0;
    padding-bottom: 90px;
}

.thousand {
    background-color: #e7e7f5 !important;
}

.sec-7 p {
    font-size: 22px;
    line-height: 30px;
    font-family: "Inter";
    color: #051229;
}

.sec-7 p strong {
    font-weight: 500;
}

.sec-8 {
    padding-block: 120px;
    position: relative;
}

body .wd-testimon-text.reset-last-child {
    margin: 0px;
    padding: 0px;
    background: none;
}

.wd-testimon-text.reset-last-child::before {
    display: none !important;
}

.sec-8 .wpb_text_column.wpb_content_element {
    padding-bottom: 50px;
}

.Inner-testimonial {
    display: flex;
    flex-direction: column-reverse;
}

.Inner-testimonial .wd-testimon-text.reset-last-child {
    padding-bottom: 55px;
    border-bottom: 1px solid #fff;
    margin-bottom: 45px;
    display: flex;
    width: 720px;
    gap: 20px;
}

.Inner-testimonial .wd-testimon-text.reset-last-child p {

    font-size: 26px;
    line-height: 40px;
    color: #051229;
    font-weight: 500;
    font-family: "Inter";
}

.Inner-testimonial .wd-testimon-text.reset-last-child::before {
    content: url(/wp-content/uploads/2025/07/quote.png);
    display: block !important;
    position: unset;
    margin-bottom: 0px !important;
    border: 0px !important;
    margin-top: 15px;
}

.wd-testimon-name.title {
    font-size: 24px;
    letter-spacing: -1px;
    line-height: 26px;
    color: #051229;
    font-weight: 500;
    font-family: "Inter";
    margin-bottom: 0;
}

.wd-testimon-pos {
    font-size: 16px;
    font-weight: 500;
    font-family: "Inter";
    color: #1e58b2;
}

.sec-8 h2 {
    font-size: 48px;
    font-weight: 500;
    color: #051229;
    font-family: "Inter";
    width: 60%;
    line-height: 56px;
    padding-top: 15px;
}

h2 {
    color: #051229;
    font-family: "Inter";
}

.sec-8 .wd-nav-pagin-wrap {
    justify-content: end;
}

body li.wd-nav-pagin-item.wd-active span {
    background-color: #1451ae !important;
    border: 1px solid #1451ae !important;
    width: 12px;
    height: 12px;
}

body .wd-nav-pagin-item span {
    background-color: #c9d2de !important;
    border: none !important;
    width: 12px !important;
    height: 12px !important;
}

.sec-8::before {
    content: '';
    position: absolute;
    top: 0;
    background: url(/wp-content/uploads/2025/07/Before-testimonial.png) no-repeat;
    background-position: right;
    width: 100%;
    height: 100%;
    background-size: contain;
    right: 0;
}

.sec-9 {
    padding-top: 110px;
    display: flex;
    align-items: center;
    padding-bottom: 90px;
}

.sec-9 div#wpforms-65 {
    margin-top: 0px !important;
}

.sec-9 .wpb_column.vc_column_container.vc_col-sm-7 {}

.sec-9 .wpb_column.vc_column_container.vc_col-sm-7 .wpforms-container {
    background: #1451ae;
    padding-block: 80px;
    padding-inline: 60px;
    border-radius: 50px;
}

label.wpforms-field-label {
    font-size: 16px;
    letter-spacing: 0px;
    line-height: 28px;
    color: #ffffff !important;
    font-weight: 500 !important;
    font-family: "Inter" !important;
    margin-bottom: 5px !important;
    font-family: 'Inter' !important;
}

.wpforms-field-medium {
    border-radius: 15px !important;
    background-color: #e8edf4 !important;
    height: 50px !important;
    border: 1px solid #e8edf4 !important;
}

textarea#wpforms-65-field_7 {
    height: 170px !important;
    border: 1px solid #e8edf4;
}

input::placeholder,
select,
textarea::placeholder {
    font-size: 15px !important;
    letter-spacing: 0px;
    line-height: 28px;
    color: #051229 !important;
    font-weight: 400;
    font-family: "Inter";
    opacity: 1 !important;
}

.wpforms-container .wpforms-field {
    padding-bottom: 0px;
}

legend.wpforms-field-label {
    font-size: 16px !important;
    letter-spacing: 0px;
    line-height: 28px;
    color: #ffffff !important;
    font-weight: 500 !important;
    font-family: "Inter";
}

li.choice-1.depth-1 {}

li.choice-1.depth-1 label.wpforms-field-label-inline,
.wpforms-field-label-inline {
    font-size: 16px;
    letter-spacing: 0px;
    line-height: 2;
    color: #ffffff !important;
    font-weight: 500 !important;
    font-family: "Inter";
}

div#wpforms-65-field_8-container {
    padding-top: 35px;
}

.wpforms-submit-container {
    position: absolute !important;
    right: 76px;
    margin-top: -59px !important;
}

body .wpforms-submit {
    font-size: 16px !important;
    letter-spacing: 0px;
    line-height: 28px;
    color: #282828 !important;
    font-weight: 600 !important;
    font-family: "Inter" !important;
    width: auto;
    height: 56px !important;
    border-radius: 28px !important;
    background-color: #ffffff !important;
    padding-inline: 64px 32px !important;
    text-transform: uppercase;
}

body .wpforms-submit::after {
    display: none !important;
}

body .wpforms-submit::before {
    content: "\f120";
    font-family: "woodmart-font";
    font-weight: 400;
    position: absolute;
    left: 7px;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    background-color: #1451ae;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

div.wpforms-container-full .wpforms-form em.wpforms-error {
    display: none !important;
}

.wpforms-error {
    border: 1px solid red !important;
}

.sec-9 h4 {
    font-size: 24px;
    color: #051229;
    font-weight: 400;
    font-style: italic;
    font-family: "Libre Baskerville";
    margin-bottom: 6px;
}

.sec-9 h2 {
    font-size: 56px;
    font-weight: 500;
    font-family: "Inter";
    line-height: 1.2;
    margin-bottom: 35px;
}

.sec-9 p,
.sec-9 p a {
    font-size: 16px;
    letter-spacing: 0px;
    line-height: 28px;
    color: #051229;
    font-weight: 500;
    font-family: "Inter";
}

.sec-9 p strong {
    text-transform: uppercase;
    font-weight: 700;
}

.sec-9 .wpb_column.vc_column_container.vc_col-sm-5::before {
    content: '';
    background: url(/wp-content/uploads/2025/07/Contact-image.png) no-repeat;
    width: 40%;
    height: 100%;
    position: absolute;
    right: -16px;
    background-position: right bottom;
    bottom: -30px;
    z-index: -1;
}

.sec-9 .wpb_column.vc_column_container.vc_col-sm-5 {
    z-index: 2;
}

.footer-column-1 {
    --wd-col: 6;
}

.footer-column-3,
.footer-column-2 {
    --wd-col: 3;
}

div#media_image-2 {
    margin: 0px;
    padding-bottom: 40px;
    border: none;
}

.footer-column p {
    font-size: 20px;
    letter-spacing: 0px;
    color: #051229;
    font-weight: 500;
    font-family: "Inter";
}

input#esfpx_email_0fe74ada6116e {
    height: 56px;
    background-color: #1451ae;
    border: none;
    color: #fff;
    font-size: 15px;
    font-family: "Inter";
    width: 600px;
}

input[type="submit"] {
    width: 176px;
    height: 56px;
    background-color: #ffffff;
    font-size: 16px;
    letter-spacing: 0px;
    color: #051229;
    font-weight: 600;
    font-family: "Inter";
    position: absolute;
    right: 0;
    bottom: 8px;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
}

.es-form-field-container {
    position: relative;
}

.footer-column-1 h5 {
    font-size: 16px;
    letter-spacing: -1px;
    color: #051229;
    font-weight: 500;
    font-family: "Inter";
    padding-top: 10px;
}

h5.widget-title {
    font-size: 20px;
    letter-spacing: -1px;
    color: #051229;
    font-weight: 700;
    font-family: "Inter";
    margin-bottom: 15px;
    text-transform: capitalize;
}

.footer-column .menu {}

.footer-column .menu a {
    font-size: 16px;
    letter-spacing: -1px;
    color: #051229;
    font-weight: 500;
    font-family: "Inter";
}

.footer-column-2 {
    padding-left: 40px;
}

.footer-column-2,
.footer-column-3 {
    padding-top: 50px;
}

.footer-column .wd-social-icons.wd-style-default.wd-size-default.social-follow.wd-shape-circle.text-center {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    row-gap: 20px !important;
}

.footer-column span.wd-icon {
    background: #1451ae;
    color: #fff;
    width: 27px;
    height: 27px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 3px;
}

a.wd-social-icon.social-facebook::after {
    content: 'Facebook';
}

a.wd-social-icon.social-twitter::after {
    content: 'Twitter';
}

a.wd-social-icon.social-youtube::after {
    content: 'Youtube';
}

a.wd-social-icon.social-linkedin::after {
    content: 'LinkedIn';
}

span.wd-icon::after {
    font-size: 16px;
    letter-spacing: -1px;
    line-height: 46px;
    color: #051229;
    font-weight: 600;
    font-family: "Inter";
}

.wd-social-icon::after {
    font-size: 15px;
    letter-spacing: -1px;
    line-height: 1;
    color: #051229;
    font-weight: 500;
    font-family: "Inter";
}

.wd-social-icon {
    gap: 15px;
}

a.wd-social-icon {
    padding: 0px !important;
}

.footer-sidebar {
    padding-block: 100px !important;
}

.wd-col-start.reset-last-child {
    font-size: 16px;
    letter-spacing: -1px;
    color: #051229;
    font-weight: 400;
    font-family: "Inter";
}

.wd-col-end.reset-last-child a {
    font-size: 16px;
    letter-spacing: 0px;
    color: #051229;
    font-weight: 400;
    font-family: "Inter";
}

.wd-col-end.reset-last-child {
    display: flex;
    justify-content: end;
    gap: 30px;
}

.wd-copyrights {
    padding-block: 46px 35px !important;
    border-top: 1px solid #fff !important;
}

.footer-column-3 {
    padding-left: 20px;
}

.sec-5 a.btn.theme-btn {
    pointer-events: none;
}


.sec-4 .vc_row.wpb_row.vc_row-fluid:first-child p a {
    pointer-events: none;
}

.sec-8 a.btn.theme-btn {
    pointer-events: none;
}

.ineer-sec-5 {
    padding-top: 0px !important;
}

header.wd-single-post-header {
    padding-top: 70px;
}

.post-single-page {
    padding-bottom: 20px;
    text-align: center;
}

.single-post .comments-area {
    display: none;
}

.sec-4-4 .vc_row.wpb_row.vc_row-fluid:first-child p a {
    pointer-events: unset;
}

.wd-accordion.wd-opener-pos-right>.wd-accordion-item>.wd-accordion-title {
    background: #2253ac;
    padding-inline: 20px;
    border-radius: 10px;
}

.wd-accordion.wd-style-default>.wd-accordion-item:first-of-type,
.wd-accordion.wd-style-default>.wd-nav-wrapper+.wd-accordion-item {
    border: none !important;
}

.wd-accordion-content.wd-entry-content {
    padding-bottom: 0;
    padding-inline: 20px;
    padding-top: 20px;
}

.faqs .wd-accordion {
    width: 70%;
    margin: 0 auto;
    gap: 20px;
}

.faqs p {
    margin-bottom: 0 !important;
}

.faqs :is(.wd-entry-content, .entry-content, .is-layout-flow, .is-layout-constrained, .is-layout-constrained>.wp-block-group__inner-container)>* {
    margin: 0px;
    border: 0px !important;
}

.wd-accordion.wd-style-default>.wd-accordion-item {
    border: none !important;
}

.wd-accordion-title.font-primary.wd-fontsize-s.wd-font-weight-600.wd-active .wd-accordion-title-text {
    color: #fff;
}

body .wd-accordion-title-text {
    font-size: 17px !important;
    font-weight: 500 !important;
    color: #fff;
}

span.wd-accordion-opener::before {
    color: #fff;
    font-size: 17px;
}

.wd-accordion-title-text:hover {
    color: #fff !important;
}

.wd-accordion-title:is(.wd-active, :hover)>.wd-accordion-title-text {
    color: #fff !important;
}

.faqs h2.wvKXQ {
    padding-bottom: 50px;
}

.faqs {
    padding-block: 60px 80px;
}

.wd-page-title {
    padding-block: 180px !important;
    background-repeat: no-repeat;
    /* margin-inline: 128px; */
    border-radius: 20px;
    margin-top: 10px;
    position: relative;
    margin: 50px auto 0;
    z-index: 9;
    max-width: var(--wd-container-w);
    padding-inline: 30px;
}

body .wd-page-title .title {
    font-size: 60px;
}

.home .whb-general-header {
    background-color: rgba(232, 237, 244, 1) !important;
    border-color: rgba(231, 231, 231, 1);
}

.whb-general-header {
    background-color: transparent !important;
    border-color: rgba(231, 231, 231, 1);
}

.wd-post-content.article-body-container {
    text-align: left !important;
}

h3.wd-post-title.wd-entities-title.title.post-title {
    width: 100%;
}

.wd-post-read-more.wd-style-link.read-more-section {
    width: 100%;
}

.wd-post-read-more.wd-style-link.read-more-section a {
    text-transform: capitalize;
    font-size: 16px;
}

.wd-post-img.post-img-wrapp {}

.wd-post-thumb.entry-header {
    border-top-left-radius: 40px !important;
}

.blog-design-masonry.blog-style-bg .wd-post-inner {
    border-radius: 40px 40px 10px 10px !important;
}

.wpforms-submit.btn.theme-btn:hover {
    background: #fff !important;
}

:is(.btn, .button, button, [type=submit], [type=button]):hover {
    background-color: #fff !important;
}

.sec-1-btn a.btn.theme-btn:last-child:hover {
    color: #051636;
}

h3 {
    font-size: 22px;
    letter-spacing: 0px;
    line-height: 30px;
    color: #051229;
    font-weight: 500;
    font-family: "Inter";
}

.abt-2page li {
    font-size: 15px;
    color: #051229;
    font-weight: 300;
    font-family: "Inter";
}

.abt-2page ul {
    list-style: none;
    padding-left: 0px;
}

.abt-2page li::before {
    content: "\f120";
    font-family: "woodmart-font";
    font-weight: 500;
    padding-right: 10px;
    color: #1451ae;
}

.abt-2page .wd-info-box {
    min-height: 520px;
}

.new-sc {
    padding-bottom: 100px;
}

.sec-3-4 {
    padding-bottom: 70px;
}

.sec-2 .wd-info-box .info-box-content p a {
    font-size: 16px;
    line-height: 1;
    color: #1451ae;
    font-weight: 500;
    font-family: "Inter";
    display: inline-flex;
    align-items: center;
    gap: 9px;
}

.sec-2 .wd-info-box .info-box-content p a::after {
    content: "\f120";
    font-family: "woodmart-font";
    font-weight: 400;
}

.service {
    padding-top: 100px;
    padding-bottom: 100px;
}

.service li {
    font-size: 15px;
    color: #051229;
    font-weight: 500;
    font-family: "Inter";
    position: relative;
    padding-left: 21px;
}

.service ul {
    list-style: none;
    padding-left: 0px;
}

.service li::before {
    content: "\f120";
    font-family: "woodmart-font";
    font-weight: 500;
    padding-right: 10px;
    color: #1451ae;
    position: absolute;
    left: 0;
}


.service h1 {
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 10px;
    letter-spacing: 0px;
}

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

.service h3 {
    font-weight: 600;
    font-size: 25px;
}

.services-1,
.services-2,
.services-3,
.services-4,
.services-5,
.services-6,
.services-7,
.services-8 {
    padding-bottom: 60px;
}

/* .quote {
    padding-bottom: 50px; */
}

.page-id-11 img.vc_single_image-img.attachment-full {
    border-radius: 20px !important;
}

.service img.vc_single_image-img {
    border-radius: 20px;
}

.page-id-12 .sec-2 {
    margin-top: 50px;
}

.quote p {
    background: #1451ae;
    display: inline-block;
    color: #fff;
    padding: 20px 30px;
    border-radius: 10px;
    font-size: 28px;
    width: 88%;
    line-height: 40px;
}

.page-id-12 .sec-4 {
    padding-bottom: 85px;
}

.sec-4-4 .vc_row.wpb_row.vc_inner.vc_row-fluid .wpb_column.vc_column_container.vc_col-sm-6:last-child .wpb_text_column.wpb_content_element p a:hover {
    background: #fff;
    color: #2253ac;
    transition: 0.5s;
}

.es-email::placeholder {
    color: #fff !important;
}

.sec-6 {
    background: url(/wp-content/uploads/2025/07/Video-images.jpg);
    background-repeat: no-repeat;
    min-height: 600px;
    background-attachment: fixed;
    background-size: cover;
    border-radius: 20px;
    background-position: 60% 100%;
}

/***************Media************/

@media(max-width: 1550px) {
    h1 {
        font-size: 40px;
        line-height: 1.2;
    }

    .sec-6 {
        min-height: 450px;
    }

    .sec-1 h3 {
        font-size: 40px;
    }

    .sec-1 p {
        font-size: 15px;
        line-height: 1.5;
    }

    .sec-3 h2 {
        font-size: 34px;
        line-height: 1.3;
    }

    .sec-3-3 .vc_col-sm-6:last-child .vc_row.vc_row-flex {
        padding-top: 0px;
    }

    .sec-3-3 .vc_col-sm-6:last-child .vc_row.vc_row-flex .vc_col-sm-6:first-child h3 {
        font-size: 130px;
    }

    .sec-3-3 .vc_col-sm-6:last-child .vc_row.vc_row-flex .vc_col-sm-6:first-child {
        min-height: 280px;
    }

    .sec-4 .vc_row.wpb_row.vc_row-fluid:first-child h2 {
        font-size: 30px;
        line-height: 1.2;
    }

    .sec-4-4 .vc_row.wpb_row.vc_inner.vc_row-fluid p {
        font-size: 14px;
        line-height: 1.5;
    }

    .sec-4-4 .vc_row.wpb_row.vc_inner.vc_row-fluid {
        padding-inline: 15px;
    }

    .sec-5 h2 {
        font-size: 35px;
        line-height: 1.2;
    }

    p {
        font-size: 14px;
        line-height: 1.6;
    }

    .sec-5 .wd-info-box h4.info-box-title.title.box-title-style-default.wd-fontsize-m {
        font-size: 15px;
        line-height: 1.3;
    }

    h2 {
        font-size: 40px;
        line-height: 1;
    }

    .Inner-testimonial .wd-testimon-text.reset-last-child p {
        font-size: 14px;
        line-height: 1.6;
    }

    .Inner-testimonial .wd-testimon-text.reset-last-child {
        flex-direction: column;
        display: contents;
    }

    .Inner-testimonial {}

    .Inner-testimonial .wd-testimon-text.reset-last-child::before {
        margin-top: 0px;
    }

    .Inner-testimonial .wd-testimon-text.reset-last-child p:empty {
        display: none;
    }

    .wd-testimon-info {
        padding-top: 20px;
    }

    .sec-8 h2 {
        font-size: 35px;
        line-height: 1.3;
    }

    .sec-9 h2 {
        font-size: 40px;
    }

    input[type="submit"] {}

    input#esfpx_email_0fe74ada6116e {
        width: 100%;
        border-radius: 0px 30px 30px 0px;
    }
}

@media(max-width: 999px) {

    .sec-3-3 .vc_col-sm-6:last-child .vc_row.vc_row-flex .vc_col-sm-6:first-child {
        min-height: auto;
        padding-block: 40px;
    }
	
	.sec-6 {
    background-attachment: unset !important;
}

    .mobile-nav .wd-social-icons.wd-style-default.wd-size-default.social-follow.wd-shape-circle.text-center {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }

    .mobile-nav .wd-social-icons.wd-style-default.wd-size-default.social-follow.wd-shape-circle.text-center span.wd-icon {
        width: 30px;
        height: 30px;
        background: #1451ae;
        color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 4px;
    }

    .sec-3-3 .vc_col-sm-6:last-child .vc_row.vc_row-flex .vc_col-sm-6:first-child h3 {
        font-size: 60px;
        letter-spacing: -2.4px;
        margin-left: -25px;
    }

    .sec-3-3 .vc_col-sm-6:last-child .vc_row.vc_row-flex .vc_col-sm-6:first-child p {
        font-size: 14px;
        margin-top: -20px;
    }

    .page-id-12 .sec-4 {
        padding-top: 40px !important;
        padding-bottom: 40px;
    }

    .wd-testimon-name.title {
        font-size: 17px;
    }

    .sec-3-3 .wpb_column.vc_column_container.vc_col-sm-6:last-child .wpb_text_column.wpb_content_element p:nth-child(1) {
        padding-bottom: 0;
    }

    .page-id-136 .wd-page-title h1.entry-title.title {
        width: 10px;
    }

    .sec-3-4 h2 {
        font-size: 20px;
        margin-bottom: 12px;
    }

    .sec-5 .info-box-content p {
        font-size: 14px;
    }

    .abt-2page .wd-info-box h4.info-box-title.title.box-title-style-default.wd-fontsize-m {
        font-size: 18px;
    }

    a.btn.theme-btn::before {
        width: 30px;
        height: 30px;
    }

    .sec-4-4 .vc_row.wpb_row.vc_inner.vc_row-fluid .wpb_column.vc_column_container.vc_col-sm-6:last-child .wpb_text_column.wpb_content_element p a::after {
        width: 30px;
        height: 30px;
    }

    .sec-9 h4 {
        font-size: 20px;
    }

    .sec-9 p,
    .sec-9 p a {
        font-size: 14px;
    }

    li.choice-1.depth-1 label.wpforms-field-label-inline,
    .wpforms-field-label-inline,
    li.choice-2.depth-1 label.wpforms-field-label-inline {
        font-size: 14px;
    }

    legend.wpforms-field-label {
        font-size: 14px !important;
    }

    label.wpforms-field-label {
        font-size: 13px !important;
    }

    body .wpforms-submit::before {
        width: 30px;
        height: 30px;
    }

    .service li {
        font-size: 14px;
    }

    .wd-el-video-play-btn {
        width: 60px !important;
        height: 60px !important;
    }

    .wd-el-video-play-btn:before {
        font-size: 25px !important;
    }

    .sec-5 .wd-info-box img {
        width: 50px;
    }

    .sec-2 .wd-info-box .info-box-icon {
        width: 45px;
    }

    .abt-2page .wd-info-box img.attachment-800x600.size-800x600 {
        width: 50px;
    }

    .whb-top-bar .wd-header-text {
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        row-gap: 2px;
    }

    .whb-col-mobile {
        flex-direction: column !important;
        gap: 0px;
    }

    .whb-top-bar-inner {
        --wd-top-bar-sm-h: 67px;
    }

    .sec-8 {
        position: relative;
    }

    .sec-1-btn {
        flex-direction: column;
    }

    h1 {
        font-size: 32px !important;
    }

    .sec-1 h3 {
        font-size: 30px;
    }

    .sec-2 .wd-info-box {
        padding-inline: 25px;
    }

    .sec-2 .wd-info-box h4.info-box-title.title.box-title-style-default.wd-fontsize-m {
        font-size: 15px;
        line-height: 1.3;
    }

    .sec-2 .wd-info-box p {
        font-size: 14px;
    }

    .sec-3 h2 {
        font-size: 25px;
    }

    .sec-3-3 {
        flex-direction: column;
        gap: 17px;
        padding-bottom: 60px;
    }

    .vc_col-sm-5 {}

    .sec-3-3 .wpb_column.vc_column_container {
        width: 100%;
    }

    .sec-3-3 .wpb_column.vc_column_container figure.wpb_wrapper.vc_figure {
        width: 100%;
    }

    .sec-3-3 .wpb_column.vc_column_container .vc_single_image-wrapper.vc_box_border_grey img {
        width: 100%;
    }

    .sec-3-3 .vc_col-sm-6:last-child .vc_row.vc_row-flex .vc_col-sm-6:first-child {
        margin-inline: 15px;
    }

    .sec-3-3 .vc_col-sm-6:last-child .vc_row.vc_row-flex {
        gap: 20px;
    }

    .sec-1 {
        position: relative;
    }

    .sec-4 .vc_row.wpb_row.vc_row-fluid:first-child h2 {
        margin-left: 0;
        font-size: 25px;
        letter-spacing: 1px;
    }

    .sec-4-4 .vc_row.wpb_row.vc_inner.vc_row-fluid:first-child h2,
    .sec-4-4 .vc_row.wpb_row.vc_inner.vc_row-fluid h2 {
        font-size: 20px;
        padding-top: 0;
    }

    .sec-5 .vc_col-sm-1\/5 {
        width: 33%;
    }

    .sec-5 {
        padding-top: 50px;
        padding-bottom: 59px;
    }

    .sec-5 .vc_col-sm-1\/5:first-child {
        width: 50%;
    }

    .sec-5 .vc_col-sm-1\/5:nth-child(2) {
        width: 50%;
    }

    .sec-5 .vc_col-sm-1\/5:first-child,
    .sec-5 .vc_col-sm-1\/5:nth-child(2) {
        padding-bottom: 40px;
    }

    .sec-7 {
        flex-direction: column;
    }

    .sec-7 .wpb_column.vc_column_container.vc_col-sm-6 {
        width: 100%;
    }

    .sec-8 h2 {
        width: 80%;
    }

    .sec-9 .wpb_column.vc_column_container.vc_col-sm-7 .wpforms-container {
        padding-inline: 20px;
        padding-block: 30px;
    }

    bosy button#wpforms-sdbmit-65 {
        position: unset !important;
    }

    .sec-9 .wpb_column.vc_column_container.vc_col-sm-5::before {
        bottom: -130px;
        width: 130px;
        height: 212px;
    }

    .container.wd-grid-g {
        text-align: center;
        justify-content: center;
    }

    .wd-col-end.reset-last-child {
        justify-content: center;
    }

    input[type="submit"] {
        font-size: 13px;
        width: 110px;
        bottom: 8px;
    }

    .mobile-nav.wd-side-hidden span.nav-link-text {
        line-height: 10px;
        font-size: 14px;
    }

    h2 {
        font-size: 30px;
    }

    .service .wpb_column.vc_column_container.vc_col-sm-12 {}

    .service .wpb_column.vc_column_container.vc_col-sm-12 .vc_row.wpb_row.vc_inner.vc_row-fluid {
        flex-direction: column;
        gap: 30px;
    }

    .service .wpb_column.vc_column_container.vc_col-sm-12 .vc_row.wpb_row.vc_inner.vc_row-fluid .wpb_column.vc_column_container.vc_col-sm-6 {
        width: 100%;
    }

    .quote p {
        font-size: 20px;
        width: 100%;
    }

    .service h1 {
        font-size: 24px !important;
    }

    .service {
        padding-top: 30px;
        padding-bottom: 50px;
    }
}

@media(max-width: 767px) {
    section.vc_section.sec-1.vc_section-has-fill.wd-section-stretch {
        padding-top: 60px !important;
    }

    .sec-6 {
        margin-inline: 0 !important;
        background-attachment: unset;
        padding-block: 100px;
        min-height: auto;
        background-position: 80% 100%;
    }

    .home .sec-7 {
        padding-top: 40px !important;
    }

    .sec-1::before {
        top: 0;
        background-position: top right;
        background-size: cover;
    }

    .sec-1 .wpb_single_image.wpb_content_element {
        margin-top: 40px !important;
    }

    .sec-1 .wpb_single_image.wpb_content_element img.vc_single_image-img.attachment-full {
        width: 200px;
    }

    h1 {
        font-size: 25px !important;
    }

    .sec-1 h3 {
        font-size: 25px;
    }

    .sec-1 p {
        margin-bottom: 10px;
        font-size: 14px;
    }

    .sec-1-btn a.btn.theme-btn:last-child {
        padding-block: 16px;
    }

    .sec-2 .wpb_column.vc_column_container.vc_col-sm-3 {
        padding-block: 0px;
    }

    .sec-2 .wd-info-box {
        padding-block: 30px;
        gap: 30px;
    }

    .sec-2 .wd-info-box::before {
        opacity: 0 !important;
    }

    .sec-2 {
        padding-block: 50px 40px;
    }

    .sec-3 {
        padding-top: 40px;
        padding-bottom: 15px;
    }

    .sec-3 h2 {
        font-size: 18px;
    }

    .sec-3-3 .vc_col-sm-6:last-child .vc_row.vc_row-flex .vc_col-sm-6:first-child h3 {
        font-size: 100px;
        padding-bottom: 15px;
    }

    .sec-3-3 {
        padding-bottom: 40px;
    }

    .sec-4 .vc_row.wpb_row.vc_row-fluid:first-child {
        flex-direction: column;
        padding-bottom: 0;
    }

    .sec-4 {
        padding-top: 60px !important;
        padding-bottom: 50px;
    }

    .sec-4 .vc_row.wpb_row.vc_row-fluid:first-child h2 {
        width: 100%;
        padding-top: 17px;
        font-size: 21px;
    }

    .sec-4-4 .vc_row.wpb_row.vc_inner.vc_row-fluid .wpb_column.vc_column_container.vc_col-sm-6:first-child {
        padding-left: 0;
    }

    .sec-4-4 .vc_row.wpb_row.vc_inner.vc_row-fluid::before {
        margin-left: 15px;
    }

    .sec-4-4 .vc_row.wpb_row.vc_inner.vc_row-fluid {
        flex-direction: column;
    }

    .sec-4-4 .vc_row.wpb_row.vc_inner.vc_row-fluid {
        padding-inline: 0;
        padding-bottom: 20px !important;
        padding-top: 5px;
    }

    .sec-4-4 .vc_row.wpb_row.vc_inner.vc_row-fluid .wpb_column.vc_column_container.vc_col-sm-6:first-child .wpb_text_column.wpb_content_element p:last-child {}

    .sec-4-4 .vc_row.wpb_row.vc_inner.vc_row-fluid .wpb_column.vc_column_container.vc_col-sm-6:last-child .wpb_text_column.wpb_content_element p {
        position: unset;
    }

    .sec-4-4 .vc_row.wpb_row.vc_inner.vc_row-fluid .wpb_column.vc_column_container.vc_col-sm-6:last-child .wpb_text_column.wpb_content_element p a {
        font-size: 13px;
        position: relative;
        z-index: 3;
    }

    .wpb_text_column.wpb_content_element.text-center.sec-4-text {
        padding-top: 40px;
    }

    a.btn.theme-btn {
        font-size: 13px;
    }

    .sec-5 .vc_col-sm-1\/5 {
        width: 100% !important;
    }

    .sec-5 .wd-info-box {
        min-height: auto;
        padding-bottom: 45px;
        flex-direction: row;
        align-items: center;
    }

    .sec-5 .vc_col-sm-1\/5 {
        padding-bottom: 30px !important;
    }

    .sec-5 {
        padding-bottom: 20px;
    }

    .wd-rs-686d750c50f75.wd-el-video {
        height: 390px !important;
    }

    .wd-el-video.wd-wpb.wd-action-overlay.wd-video-youtube.wd-lightbox {
        height: 210px !important;
    }

    .wd-el-video-play-btn {
        width: 70px;
        height: 70px;
    }

    .sec-7 {
        padding-top: 0px;
        padding-bottom: 30px;
    }

    .sec-7 h2 {
        font-size: 18px;
        line-height: 1.4;
        padding-bottom: 20px;
    }

    .sec-7 p {
        font-size: 18px;
    }

    .sec-7 .wpb_column.vc_column_container.vc_col-sm-6:last-child .vc_column-inner .vc_row.wpb_row.vc_inner.vc_row-fluid {
        flex-wrap: wrap;
    }

    .five-million {
        height: auto !important;
    }

    body .sec-7 .counter-label {
        padding-bottom: 20px;
    }

    .sec-7 .woodmart-counter {
        height: auto !important;
        margin-bottom: 20px;
    }

    .sec-7 .wpb_text_column.wpb_content_element {
        padding-bottom: 20px;
    }

    .sec-8 {
        padding-block: 40px !important;
    }

    .sec-8 h2 {
        width: 100%;
        font-size: 23px;
    }

    .sec-8 .wpb_text_column.wpb_content_element {
        padding-bottom: 20px;
    }

    .Inner-testimonial {
        margin-bottom: 30px;
    }

    .sec-8::before {
        background-size: cover;
    }

    .sec-9 {
        flex-direction: column;
        padding-block: 40px 30px;
    }

    .sec-9 .wpb_column.vc_column_container.vc_col-sm-5::before {
        display: none;
    }

    .sec-9 .wpb_text_column.wpb_content_element.wd-animation-slide-from-top.wd-animation-normal.wd-animation-ready.wd-animated {
        padding-bottom: 30px;
    }

    .sec-9 h2 {
        font-size: 20px;
        margin-bottom: 12px;
        width: 100%;
    }

    .sec-9 h2 br {
        display: none;
    }

    .sec-9 .wpb_column.vc_column_container.vc_col-sm-7 .wpforms-container {
        border-radius: 20px;
    }

    .wpforms-submit-container {
        position: unset !important;
        margin-top: 17px !important;
    }

    button#wpforms-submit-65 {
        font-size: 14px !important;
        padding-block: 0px !important;
        min-height: auto !important;
        height: 40px !important;
    }

    .footer-sidebar {
        padding-block: 50px !important;
    }

    .footer-column-1 {
        --wd-col: 12;
    }

    .footer-column p {
        font-size: 15px;
        margin-bottom: 5px;
    }

    div#media_image-2 {
        padding-bottom: 23px;
    }

    .footer-column-3,
    .footer-column-2 {
        --wd-col: 6;
    }

    .footer-column-2 {
        padding-left: 0px;
    }

    .footer-column-2,
    .footer-column-3 {
        padding-top: 12px;
    }

    .footer-column-1 h5 {
        font-size: 15px;
    }

    h5.widget-title {
        font-size: 17px;
    }

    .footer-column .menu a {
        font-size: 15px;
    }

    .wd-col-end.reset-last-child {
        display: inline-block;
    }

    .wd-col-end.reset-last-child a {
        font-size: 12px;
        padding-right: 10px;
    }

    .wd-col-start.reset-last-child {
        font-size: 15px;
    }

    .wd-copyrights {
        padding-block: 30px 25px !important;
    }

    .sec-5 h2 {
        font-size: 26px;
    }

    .sec-5 h2 br {
        display: none;
    }

    .wd-page-title {
        padding-block: 60px !important;
        margin-inline: 15px;
        margin-top: 30px;
        padding-inline: 8px;
    }

    .new-sc h2 {
        font-size: 20px;
        line-height: 1.1;
        margin-bottom: 10px;
    }

    .new-sc h3 {
        font-size: 15px;
        line-height: 1.2;
        margin-bottom: 10px;
    }

    .new-sc {
        padding-bottom: 10px;
    }

    h2 {
        font-size: 24px;
    }

    .sec-3-4 .wpb_text_column.wpb_content_element {
        /* padding-bottom: 30px; */
    }

    .sec-3-4 {
        flex-direction: column-reverse;
        gap: 30px;
        padding-bottom: 40px;
    }

    .sec-3-4 img,
    .new-sc img {
        border-radius: 10px !important;
    }

    .abt-page h2 {
        color: #fff;
        text-align: left;
        padding-bottom: 15px;
    }

    .abt-2page li::before {
        position: absolute;
        left: 0;
    }

    .abt-2page li {
        padding-left: 20px;
        position: relative;
        font-size: 13px;
    }

    .abt-2page .wd-info-box {
        margin-bottom: 30px !important;
        flex-direction: column;
        text-align: left;
        align-items: flex-start;
    }

    .contact-page .wpb_text_column.wpb_content_element {
        padding-bottom: 30px;
    }

    .service h1 {
        font-size: 16px !important;
        margin-bottom: 0;
    }

    .service h2 {
        font-size: 20px;
        line-height: 1.3;
    }

    .service h3 {
        font-size: 17px;
        margin-bottom: 10px;
    }

    .service .wpb_column.vc_column_container.vc_col-sm-12 .vc_row.wpb_row.vc_inner.vc_row-fluid {
        padding-bottom: 30px;
    }

    .service .wpb_column.vc_column_container.vc_col-sm-12 .vc_row.wpb_row.vc_inner.vc_row-fluid:nth-child(2) {
        flex-direction: column-reverse;
    }

    .quote p {
        font-size: 15px;
        line-height: 1.5;
    }

    .service {
        padding-bottom: 20px;
    }

    .footer-column .wd-social-icons.wd-style-default.wd-size-default.social-follow.wd-shape-circle.text-center {
        row-gap: 10px !important;
    }

    .sec-1-btn a.btn.theme-btn {
        width: 75%;
    }
}