/*
 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=Outfit:wght@100..900&display=swap');

body {
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}
*{
	  font-family: "Outfit", sans-serif;
}
.whb-top-bar-inner ul {
    display: flex;
    align-items: center;
    list-style: none;
    padding: 0px;
    gap: 12px;
    color: #fff;
    font-size: 16px;
}

.whb-top-bar-inner ul li {
    font-weight: 400;
    font-size: 16px;
    line-height: 1;
    color: #fff;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 10px;
}

.whb-top-bar-inner ul li a {
    color: #fff;
}

input[type='email'], input[type='date'], input[type='search'], input[type='number'], input[type='text'], input[type='tel'], input[type='url'], input[type='password'], :root textarea, :root select {
    background: #0F112A !important;
    color: #fff !important;
    padding-inline: 21px;
    border: none;
    border-radius: 100px;
    font-weight: 400;
    font-size: 16px;
}

body .goog-te-gadget {
    color: #fff !important;
}

.skiptranslate.goog-te-gadget {
    color: #fff !important;
}

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

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

.wpb_text_column.wpb_content_element {
    margin: 0px !important;
}
body .sec-1 {
    padding-block: 345px 288px;
    background-size: 100% 100%;
    background-position: unset !important;
    position: relative;
    z-index: 4;
    background-color: #F2F3F5;
}

.vc_row.wpb_row.vc_row-fluid.sec-1.vc_custom_1751049089730.vc_row-has-fill.wd-rs-685ee3bbce35a.wd-section-stretch {}

span.nav-link-text {
    font-weight: 400;
    font-size: 16px;
    line-height: 1;
    text-align: center;
    color: #fff;
    text-transform: capitalize;
   font-family: "Outfit", sans-serif;;
}

ul#menu-main-navigation {
    gap: 40px;
}

a.btn.theme-btn {
    background: #006EDB;
    border-radius: 97px;
    font-weight: 400;
    font-size: 16px;
    line-height: 1;
    text-transform: capitalize;
    color: #fff;
    gap: 20px;
    padding-inline: 33px 8px;
    font-family: 'Outfit';
    padding-block: 8px;
    border: 1px solid #006EDB;
}


a.btn.theme-btn::after {
    width: 40px;
    height: 40px;
    background: #fff;
    color: #006EDB;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5000000px;
    content: "\f120";
    font-family: "woodmart-font";
    font-weight: 500;
    font-size: 17px;
}

.whb-flex-row.whb-general-header-inner {
    padding-top: 40px;
}
.sec-1 h4 {
    font-weight: 700;
    font-size: 20px;
    line-height: 1;
    text-align: center;
    color: #fff;
    font-family: 'Outfit';
}

.sec-1 h2 {
    font-weight: 600;
    font-size: 64px;
    line-height: 1.2;
    text-align: center;
    color: #fff;
}

.sec-1 p {
    font-weight: 400;
    font-size: 22px;
    line-height: 1.5;
    text-align: center;
    color: #fff;
}

.sec-1-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    padding-top: 8px;
}

.sec-1-btn a:last-child {
    background: none;
    border: 1px solid #fff;
}

.sec-1-btn a:last-child::after {
    background: #fff;
    color: #0F112A;
}

span.arrow-btn {
    position: absolute;
    bottom: -170px;
    color: #fff;
    left: 0;
    right: 0;
    font-size: 0px;
}

span.arrow-btn a {
    color: #fff;
}



span.arrow-btn {
    position: absolute;
    bottom: -170px;
    color: #fff;
    left: 0;
    right: 0;
    font-size: 0px;
    z-index: 9;
}

span.arrow-btn a {
    color: #fff;
    position: relative;
    z-index: 9;
    pointer-events: ;
}

span.arrow-btn::before {
    content: "\f120";
    font-family: "woodmart-font";
    font-weight: 400;
    font-size: 19px;
    display: inline-block; /* Necessary for transform to work on pseudo-elements */
    transform: rotate(90deg);
    padding-block: 11px;
    border: 1px solid;
    padding: 0px !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
    border-radius: 19px;
    padding-top: 2px !important;
    position: relative;
    z-index: 9;
    top: 36px;
}

span.arrow-btn::after {
    content: url(/wp-content/uploads/2025/07/main.png);
    position: absolute;
    left: 0;
    right: 0;
    bottom: -103px;
    @keyframes spin {
      0%   { transform: rotate(0deg); }
      100% {
    transform: rotate(360deg); }
    };
    animation: spin 5s linear infinite;
}
.sec-1 {
}

.sec-1::before {
    content: '';
    /* background: #F2F3F5; */
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}

.vc_row.wpb_row.vc_row-fluid.sec-2.wd-rs-685ee702854d5 {}

body .woodmart-counter .counter-value {
    font-weight: 600;
    font-size: 44px;
    line-height: 1;
    text-align: center;
    color: #0f112a;
    font-family: 'Outfit';
}

body .counter-label {
    font-weight: 400;
    font-size: 16px !important;
    line-height: 1;
    text-transform: uppercase;
    text-align: center;
    color: #0f112a !important;
    font-family: 'Outfit';
}


.services-main .vc_col-sm-6 .wd-info-box:hover p a {
    color: #fff;
}

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

.sec-2 .vc_col-sm-3:first-child .woodmart-counter .counter-value::after {
    content: 'k+';
}

.sec-2 .vc_col-sm-3:nth-child(3) .woodmart-counter .counter-value::after {
    content: 'k+';
}

.sec-2 {
    margin-top: -34px;
    z-index: 3;
    z-index: 9;
    padding-bottom: 35px;
}

.sec-2::before {
    content: '';
    background: #f2f3f5;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 76%;
}

.sec-3 {
    padding-block: 130px;
}

.sec-3 li {
    list-style: none;
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 400;
    color: #000;
    padding-bottom: 30px;
    margin-bottom: 0;
    position: relative;
}

.sec-3 ul {
    padding: 0px;
    position: relative;
    padding-top: 10px;
    margin-bottom: 5px;
}

.sec-3 li strong {
    color: #006EDB;
    font-weight: 700;
}

.sec-3 li::before {
    content: '';
    background: #0F112A;
    height: 2px;
    width: 50px;
    position: absolute;
    bottom: 15px;
}

.sec-3 ul::before {
    content: '';
    background: #0F112A;
    width: 50px;
    height: 2px;
    position: absolute;
    top: -8px;
}

.sec-3 h5 {
    color: #006EDB;
    font-weight: 700;
    font-size: 14px;
    opacity: 0.9;
}

.sec-3 .vc_col-sm-3 p a {
    font-size: 0px;
}

.sec-3 .vc_col-sm-3 p a::before {
    content: "\f120";
    font-family: "woodmart-font";
    font-weight: 400;
    background: #006EDB;
    font-size: 20px;
    color: #fff;
    width: 46px;
    display: inline-flex;
    height: 46px;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    position: relative;
    right: 21px;
    top: 1px;
}

.sec-3 .vc_col-sm-3 p:last-child {
    display: flex;
}

h4 {
    font-weight: 700;
    font-size: 20px;
    line-height: 1;
    text-transform: capitalize;
    color: #006EDB;
    position: relative;
    margin-bottom: 25px;
}

h4::before, h4::after {
    content: '';
    background: linear-gradient(90deg, rgb(0 110 219) 0%, rgba(255, 255, 255, 1) 75%);
    height: 2px;
    width: 50px;
    position: absolute;
    top: -7px;
}

h4::after {
    content: "";
    height: 2px;
    width: 50px;
    position: absolute;
    left: 0px;
    top: 27px;
    background: linear-gradient(90deg, rgb(0 110 219) 0%, rgba(255, 255, 255, 1) 75%);
}

.sec-1 h4::before, .sec-1 h4::after {
    display: none;
}

p {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.6;
    color: #000;
}

.sec-3 p strong {
    font-weight: 600;
    color: #87cefa;
}

.sec-3 .vc_col-sm-5 p a {
    margin-top: 10px;
}

h2 {
    font-weight: 600;
    font-size: 44px;
    line-height: 1.4;
    color: #000;
}
.wd-marquee-content {
}

span.wd-marquee-item {
    gap: 70px;
}

.sec-4 {
    padding-block: 20px;
}
.sec-5-sec {
    padding-top: 130px !important;
    padding-bottom: 110px;
}

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

.sec-5 .vc_col-sm-12 .vc_col-sm-3 {}

.sec-5 .vc_col-sm-12 .vc_col-sm-3 .wpb_text_column.wpb_content_element {
    text-align: right;
}

.services-main .info-box-content {
    text-align: left;
}

.services-main .vc_column-inner {
    padding-inline: 0px !important;
}

.services-main .wd-info-box {
    align-items: center;
    gap: 30px;
    margin-bottom: 0px;
    background: #FFFFFF;
    transition: .5s;
}

.services-main .info-box-content p img {
}

.services-main .info-box-content h3 {
    font-weight: 600;
    font-size: 24px;
    line-height: 1;
    text-transform: capitalize;
    color: #000;
    padding-bottom: 8px;
}

.services-main .info-box-content p:last-child {
    padding-top: 7px;
}

.services-main .info-box-content p a {
    font-weight: 600;
    font-size: 16px;
    line-height: 1;
    text-align: center;
    color: #006EDB;
    display: inline-flex;
    border-bottom: 1px solid;
    padding-bottom: 5px;
    display: inline-flex;
    gap: 10px;
    align-items: center;
}

.services-main .info-box-content p a::after {
    content: "\f120";
    font-family: "woodmart-font";
    font-weight: 400;
}
.services-main .info-box-content {
    padding-right: 30px;
}

.services-main {
    counter-reset: section;
}

.services-main .vc_col-sm-6 .wd-info-box::before {
    counter-increment: section;
    content: "0" counter(section);
    position: absolute;
    right: 20px;
    top: -20px;
    color: #0f112a14;
    font-size: 100px;
    font-family: "Outfit", sans-serif;
    font-weight: 700;
}

.services-row-2 .wd-info-box {
    flex-direction: row-reverse;
}

.services-row-2 .wd-info-box .info-box-content {padding-right: 0px;padding-left: 30px;}

.services-row-2 .wd-info-box::before {
    left: -130px;
}

.services-main img.attachment-full.size-full {
    width: 372px !important;
}

.services-row .vc_col-sm-6:first-child .wd-info-box {border-top-left-radius: 330px;}

.services-row .vc_col-sm-6:first-child .wd-info-box img.attachment-full.size-full {border-top-left-radius: 20px;}

.services-row .vc_col-sm-6:last-child .wd-info-box {
    border-top-right-radius: 20px;
}

.services-row-3 .vc_col-sm-6:first-child .wd-info-box {
    border-bottom-left-radius: 20px;
}

.services-main .wd-info-box::after {
    content: '';
    background: #fff;
    width: 64px;
    height: 104px;
    position: absolute;
    z-index: 9;
    clip-path: polygon(0% 0%, 0 0, 100% 50%, 0 100%, 0% 100%);
    right: 0;
    left: -63px;
    margin: auto;
    rotate: 180deg;
    transition: 0.5s;
}

.services-main .services-row-2 .wd-info-box::after {
    rotate: 0deg;
    left: 64px;
}

.services-main .info-box-icon img::after {
     content: '';
     background: #000;
     width: 64px;
     height: 104px;
     position: absolute;
     z-index: 9;
     clip-path: polygon(0% 0%, 0 0, 100% 50%, 0 100%, 0% 100%);
     right: 0;
     left: -64px;
     margin: auto;
     rotate: 180deg;
     top: 0;
     bottom: 0;
     display: block;
     z-index: 9;
}

.services-main .services-row-2 .info-box-icon::after {rotate: 0deg;left: 63px;}

.services-main .wd-info-box:hover .info-box-icon::after {transform: translateX(-60px);}

.services-main .info-box-icon img {
    overflow: hidden;
}

.services-main .wd-info-box:hover::after {
    background: #006EDB;
}

.services-main .vc_col-sm-6 .wd-info-box:hover {
    background: #006EDB;
}
.services-main .wd-info-box:hover .info-box-icon img {
    filter: none !important;
}

.services-main .vc_col-sm-6 .wd-info-box:hover h3 {
    color: #fff;
}

.services-main .vc_col-sm-6 .wd-info-box:hover p {
    color: #fff;
}

.services-main .vc_col-sm-6 .wd-info-box:hover::before {
    color: #fff;
    opacity: 0.2;
}

.page-id-12 .sec-5-sec {
    margin-bottom: 100px;
}

.sec-6 {
    padding-block: 130px 100px;
    /* margin-top: 140px; */
}

.sec-6::before {
    content: '';
    background: url(/wp-content/uploads/2025/07/abt-uss.png);
    width: 50%;
    height: 731.1px;
    position: absolute;
    left: 0;
    background-position: right !important;
    background-repeat: no-repeat;
    background-size: 100%;
    top: 0;
    bottom: 0;
}

.sec-6 {
    display: flex;
    align-items: end;
    position: relative;
    z-index: 9;
    overflow: visible;
}

.sec-6 .vc_col-sm-6:first-child .wpb_text_column.wpb_content_element {
    background: #006EDB;
    padding: 50px;
    border-radius: 10px;
    margin-bottom: 170px !important;
}

.wpb_wrapper {}

.sec-6 .vc_col-sm-6:first-child .wpb_text_column.wpb_content_element h2 {
    font-weight: 600;
    font-size: 36px;
    line-height: 1;
    text-transform: capitalize;
    color: #fff;
    margin-bottom: 31px;
}

.sec-6 .vc_col-sm-6:first-child .wpb_text_column.wpb_content_element p {
    color: #fff;
    font-size: 16px;
}

.sec-6 .vc_col-sm-6:first-child .wpb_text_column.wpb_content_element p a {
    margin-top: 7px;
    background-color: #fff !important;
    color: #006EDB;
}
.sec-6 .vc_col-sm-6:first-child .wpb_text_column.wpb_content_element p a::after {
    background-color: #006EDB;
    color: #fff;
}

.sec-6 .vc_col-sm-6:first-child .wpb_text_column.wpb_content_element::before {
    content: url(/wp-content/uploads/2025/07/Group-1.png);
    position: absolute;
    right: 30px;
    bottom: 180px;
    opacity: 0.3;
}
.sec-6 .vc_col-sm-6:last-child {
    padding-left: 10px;
}

.sec-6 .vc_col-sm-6:last-child .wpb_text_column.wpb_content_element {
    padding-bottom: 50px;
}

.sec-6 .vc_col-sm-6:last-child .wd-info-box {
    flex-direction: row;
    margin: 0px;
}

.boxes-row-1 .wpb_column.vc_column_container.vc_col-sm-6::before {
    content: '';
    background: #F2F3F5;
    position: absolute;
    top: 10px;
    bottom: -37px;
    left: 33px;
    width: 2px;
}

.sec-6 .vc_col-sm-6 h3.info-box-title.title.box-title-style-default.wd-fontsize-m, .sec-6 .vc_col-sm-6 h4.info-box-title.title.box-title-style-default.wd-fontsize-m {
    font-weight: 600;
    font-size: 19px;
    line-height: 1.2;
    text-transform: capitalize;
    color: #000;
}

.sec-6 .vc_col-sm-6:last-child h3.info-box-title.title.box-title-style-default.wd-fontsize-m {}

.sec-6 .vc_col-sm-6:last-child h4::before, .sec-6 .vc_col-sm-6:last-child h4::after {
    display: none;
}

.boxes-row-1 .wpb_column.vc_column_container.vc_col-sm-6:last-child::before {
    left: 43px;
}

.sec-6 .boxes-row-1 .vc_col-sm-6 .wd-info-box .info-box-content {
    padding-bottom: 30px;
    border-bottom: 2px solid #F2F3F5;
    margin-bottom: 30px;
    min-height: 218px;
}


.sec-6 .vc_col-sm-6 p {
    font-weight: 300;
    font-size: 14px;
    color: #000;
}

.sec-6 .vc_col-sm-6:last-child .wpb_text_column.wpb_content_element:last-child {
    padding-bottom: 0px;
    padding-top: 30px;
}
.sec-7 {
    padding-top: 150px;
}

.sec-7 h4::after {
    left: unset;
    margin-left: -82px;
}

.sec-7 h4::before {
    margin-left: 41px;
}

.sec-7 h4 {
    margin-bottom: 31px;
}

.sec-7 .wpb_text_column.wpb_content_element.text-center {
    padding-bottom: 70px;
}

.sec-7  .wd-nav-pagin-wrap.text-center.wd-style-shape.wd-hide-md-sm.wd-hide-sm {
    margin-top: 80px;
}

.sec-7 {
    padding-bottom: 95px;
}

body li.wd-nav-pagin-item.wd-active span {
    border-radius: 500px;
    width: 32px;
    height: 12px;
    background: #006EDB !important;
    border: none !important;
    opacity: 1;
}

body li.wd-nav-pagin-item span {
    border-radius: 500px;
    width: 12px;
    height: 12px;
    background: #305CDE !important;
    opacity: 0.2;
    border: none !important;
}
.sec-8 {
    padding-block: 100px;
}

.sec-8 h4::after {
    left: unset;
    margin-left: -90px;
}

.sec-8 h4::before {
    margin-left: 40px;
}

.sec-8 h2, .sec-8 p {
    color: #fff;
}

.sec-8 h4 {
    margin-bottom: 31px;
}

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

body .testimon-style-info-top .wd-testimon-text {
    background: none;
    padding: 0;
    margin: 0px;
}

body .sec-8 {
    padding-block: 100px;
    background-size: cover;
    background-repeat: no-repeat;
}

.sec-8 h4::after {
    left: unset;
    margin-left: -87px;
}

.sec-8 h4::before {
    margin-left: 43px;
}

.sec-8 h2, .sec-8 p {
    color: #fff;
}

.sec-8 .wpb_text_column.wpb_content_element.text-center {
    padding-bottom: 90px;
}

body .wd-testimon-text.reset-last-child {
    padding: 0px;
    margin: 0;
    background: none;
    font-weight: 400;
    font-size: 16px;
    line-height: 162%;
    text-transform: capitalize;
    text-align: center;
    color: #000;
    padding-bottom: 20px;
    position: relative;
    margin-bottom: 30px;
    min-height: 176px;
}

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

.inner-testimonial {
    background: #fff;
    text-align: center;
    display: flex;
    flex-direction: column-reverse;
    padding-block: 67px 40PX;
    border-radius: 8px;
    padding-inline: 40px;
}

body .wd-testimon-bio {
    text-align: center;
}

.wd-testimon-bio .wd-testimon-name.title {
    margin-bottom: 0;
    font-weight: 600;
    font-size: 18px;
    color: #000;
}

.wd-testimon-pos {
    font-weight: 400;
    font-size: 16px;
    color: #000;
}

body .wd-testimon-text.reset-last-child::after {
    content: '';
    background: #006EDB;
    height: 2px;
    width: 93px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    top: -30px;
    background: #006EDB;
    padding: 5px;
    border-radius: 8px;
    width: 77%;
    margin-left: -3px;
}

.sec-8 .wd-carousel {
    padding-top: 30px;
}
.sec-9 .wd-box-content h4::before, .sec-9 .wd-box-content h4::after {
    display: none;
}

.sec-9 .wd-box-content h4 {
    font-weight: 600;
    font-size: 26px;
    line-height: 1;
    text-transform: capitalize;
    color: #fff;
}

.wpb_wrapper {}

.sec-9 .wpb_text_column.wpb_content_element {
    padding-bottom: 80px;
}

.sec-9 {
    padding-top: 130px;
    padding-bottom: 110px;
}

.sec-9 .wd-info-box h4 {
    font-weight: 600;
    font-size: 26px;
    line-height: 1;
    text-transform: capitalize;
    color: #fff;
}

.sec-9 .info-box-content {
    position: absolute;
    bottom: 0;
    right: 20px;
    left: 20px;
    backdrop-filter: blur(6px);
    box-shadow: 20px 10px 50px 0 rgba(0, 0, 0, 0.15);
    background: rgba(0, 0, 0, 0.3);
}

.sec-9 .wd-social-icons.wd-style-default.wd-size-default.social-follow.wd-shape-circle.text-center {
    justify-content: flex-start;
}

.sec-9 .wd-info-box h4:before, .sec-9 .wd-info-box h4:after {
    display: none;
}
.sec-9 .wd-box-content h4::before, .sec-9 .wd-box-content h4::after {
    display: none;
}

.sec-9 .wd-box-content h4 {
    font-weight: 600;
    font-size: 26px;
    line-height: 1;
    text-transform: capitalize;
    color: #fff;
}

.wpb_wrapper {}

.sec-9 .wpb_text_column.wpb_content_element {
    padding-bottom: 80px;
}

.sec-9 {
    padding-top: 130px;
    padding-bottom: 130px;
}

.sec-9 .wd-info-box h4 {
    font-weight: 600;
    font-size: 26px;
    line-height: 1;
    text-transform: capitalize;
    color: #fff;
}

.sec-9 .info-box-content {
    position: absolute !important;
    bottom: 15px;
    right: 20px;
    left: 20px;
    backdrop-filter: blur(12px);
    box-shadow: 20px 10px 50px 0 rgba(0, 0, 0, 0.15);
    background: rgba(0, 0, 0, 0.3);
    padding: 40px 40px 0px 40px;
    min-height: 170px;
    border-radius: 10px !important;
    transition: 0.5s;
}

.sec-9 .wd-social-icons.wd-style-default.wd-size-default.social-follow.wd-shape-circle.text-center {
    justify-content: flex-start;
}

.sec-9 .wd-info-box h4:before, .sec-9 .wd-info-box h4:after {
    display: none;
}

.sec-9 .info-box-content p {
    font-weight: 400;
    font-size: 16px;
    text-transform: capitalize;
    color: #fff;
    padding-right: 20px;
}

span.wd-icon {
    background: rgba(255, 255, 255, 0.08);
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 5px;
    
    font-size: 18px;
    transition: 0.5s;
}

.sec-9 .info-box-content::before {
    content: url(/wp-content/uploads/2025/07/Group-39-1.png);
    position: absolute;
    right: 20px;
}

select.gt_selector option {color: #000;}

body .gt_selector {
    background: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'><path fill='none' stroke='%23006EDB' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/></svg>") !important;
    background-repeat: no-repeat !important;
    background-position: right .75rem center !important;
    background-size: 16px 12px !important;
    background-color: #fff !important;
    color: #006EDB !important;
}
.services-main .info-box-content p:first-child {
    background: #006EDB;
    padding-bottom: 0;
    padding: 0px 10px;
    border-radius: 40px;
    display: inline-flex;
    margin-bottom: 0;
    width: 60px;
    height: 60px;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
    border: 5px solid #006edbbd;61;
}

.services-main .wd-info-box:hover img {
    filter: brightness(0) saturate(100%) invert(67%) sepia(83%) saturate(335%) hue-rotate(175deg) brightness(101%) contrast(96%);
}

.services-main .vc_col-sm-6 .wd-info-box:hover .info-box-content p:first-child {
    background: #fff;
}

.sec-9 .wd-info-box::before {
    content: '';
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 11.53%, #000 100%);
    width: 100%;
    height: 100%;
    position: absolute;
    border-radius: 20px;
    position: absolute;
    bottom: -5px;
    opacity: 0;
    transition: 0.5s;
}

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

.sec-9 .wd-info-box:hover .info-box-content {
    backdrop-filter: none;
    box-shadow: none;
    background: none;
}

.sec-9 .wd-info-box:hover .info-box-content span.wd-icon {
    display: flex;
}

.sec-9 .wd-info-box:hover .info-box-content::before {
    display: none;
}

.sec-9 .wd-info-box:hover .info-box-content {
    transform: translateY(-30px);
}

.sec-9 .wd-info-box {
    transition: 0.5s;
}

.sec-10 .wpb_column.vc_column_container.vc_col-sm-6:first-child {
    background: #F2F3F5;
    border-radius: 20px 0 0 20px;
}

.sec-10 {
    display: flex;
    align-items: center;
    position: relative;
	margin-bottom: 50px;
}

.sec-10::before {
    content: '';
    position: absolute;
    background: url(/wp-content/uploads/2025/06/Mask-group-7.png);
    width: 100%;
    height: 750px;
    left: 0;
    right: 0;
    background-size: cover;
    top: 0;
    bottom: 0;
    margin: auto;
}
.sec-10 .wpb_column.vc_column_container.vc_col-sm-6:first-child .vc_column-inner {
    padding-block: 116px !important;
    padding-inline: 80px;
}

.wpforms-field-label {
    font-weight: 300 !important;
    font-size: 14px !important;
    line-height: 1;
    color: #061c3d !important;
    font-family: 'Outfit';
    margin-bottom: 8px !important;
}

.wpforms-field-large.wpforms-field-required, .wpforms-field-medium.wpforms-field-required, textarea#wpforms-90-field_8 {
    border: 1px solid #e6e8ec !important;
    border-radius: 5px !important;
    padding: 12px 16px !important;
    height: 48px !important;
    background: #fff !important;
}
textarea#wpforms-90-field_8{
    height: 120px !important;
    color: #000 !important;
}

body .wpforms-submit {
    background: #006EDB !important;
    width: auto;
    height: 56px !important;
    border-radius: 97px !important;
    font-weight: 400 !important;
    font-size: 16px !important;
    text-transform: capitalize;
    color: #FFF !important;
    justify-content: space-between;
    padding-inline: 60px 8px !important;
    gap: 60px;
    align-items: center;
    margin-top: 20px !important;
}


div.wpforms-container-full input[type=submit]:focus:after, div.wpforms-container-full button[type=submit]:focus:after, div.wpforms-container-full .wpforms-page-button:focus:after, .wp-core-ui div.wpforms-container-full input[type=submit]:focus:after, .wp-core-ui div.wpforms-container-full button[type=submit]:focus:after, .wp-core-ui div.wpforms-container-full .wpforms-page-button:focus:after {
    content: url(/wp-content/uploads/2025/06/Icon-Button.png) !important;
    right: 0 !important;
    position: unset;
    border: none;
}

body .wpforms-submit::after {
    content: url(/wp-content/uploads/2025/07/Icon-Button.png);
}

.sec-10 .wpb_column.vc_column_container.vc_col-sm-6:last-child {
    padding-left: 60px;
}

.sec-10 .wpb_column.vc_column_container.vc_col-sm-6:last-child h2 {
    color: #fff;
    padding-bottom: 50px;
}

.sec-10 h4::after, .sec-10 h4::before {
    display: none;
}

.sec-10 .wd-box-content h4 {
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    color: #fff;
}

.sec-10 .info-box-content h4.info-box-title.title.box-title-style-default.wd-fontsize-m {
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    color: #fff;
    opacity: 0.5;
}

.sec-10 .info-box-content p a , .sec-10 .info-box-content p {
    font-weight: 300;
    font-size: 20px;
    line-height: 140%;
    color: #fff;
}

.sec-10 .wd-info-box {
    margin-bottom: 33px;
}
.sec-10 .wpb_column.vc_column_container.vc_col-sm-6:first-child::before {
    content: '';
    background: #f2f3f5;
    width: 50px;
    height: 106.53px;
    position: absolute;
    right: -50px;
    clip-path: polygon(0 0, 31% 31%, 100% 100%, 25% 100%, 0 100%);
}

.sec-10 .wpb_column.vc_column_container.vc_col-sm-6:first-child::after {
    content: '';
    background: #f2f3f5;
    height: 92px;
    width: 123px;
    position: absolute;
    z-index: 9;
    bottom: 0;
    right: -107px;
    clip-path: polygon(0 0, 31% 31%, 100% 100%, 25% 100%, 0 100%);
    transform: rotate(90deg);
}

.sec-11 {
    padding-block: 130px 90px;
}

.sec-11 .wpb_text_column.wpb_content_element {
    padding-bottom: 90px;
}
.wd-post-content.article-body-container {
    text-align: left;
}

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

h3.wd-post-title.wd-entities-title.title.post-title a {
    font-weight: 600;
    font-size: 18px;
    line-height: 1;
    color: #000;
    font-family: 'Outfit';
}

h3.wd-post-title.wd-entities-title.title.post-title {
    line-height: 1.1;
    padding-bottom: 5px;
}

.wd-post-excerpt.entry-content {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    color: #000;
    padding-bottom: 12px;
}

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

.wd-post-read-more.wd-style-link.read-more-section a {
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
    text-align: center;
    color: #006EDB;
    text-transform: capitalize;
    border-bottom: 1px solid;
    display: inline-flex;
    padding-bottom: 3px;
    gap: 10px;
}

.wd-post-read-more.wd-style-link.read-more-section a::after {
    content: "\f120";
    font-family: "woodmart-font";
    font-weight: 400;
}

.blog-design-masonry.blog-style-bg .wd-post-content {
    background: none !important;
}

.blog-design-masonry.wd-add-shadow .wd-post-inner {
    box-shadow: none !important;
}

.footer-column-1 {
    --wd-col: 5;
    
}
.footer-column-2 {
    --wd-col: 3;
   
}
.footer-column-3 {
    --wd-col: 2;
  
}
.footer-column-4{
    --wd-col: 2;

}

.wd-footer {
    width: calc(100% - 80px);
    border-radius: 20px;
    margin: 0 auto 0px;
    /* padding: 100px 0; */
    position: relative;
    z-index:1;
    padding-bottom: 50px;
}

.footer-sidebar {
/*     padding-block: 100px; */
}

.wd-copyrights.copyrights-wrapper {
    background: #fff;
    position: relative;
    z-index: 1;
    border-radius: 0px 0px 20px 20px;
    /* color: red; */
}

.wd-footer::after {
    content: '';
    background-image: url(/wp-content/uploads/2025/06/copy-r.png);
    width: 100%;
    height: 105px;
    position: absolute;
    top: 510px;
    bottom: 25px;
    left: 0;
    right: 0;
    z-index: -1;
    margin: 0;
}

p {}

div#text-2 p {
    font-weight: 400;
    font-size: 16px;
    line-height: 162%;
    color: #fff;
    padding-right: 90px;
}

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

div#text-2 {}

.textwidget .wd-social-icon {
    color: #fff !IMPORTANT;
}

.wd-copyrights.copyrights-wrapper {
    font-weight: 400;
    font-size: 18px;
    line-height: 144%;
    color: #000;
}

.wd-copyrights.copyrights-wrapper.wd-layout-two-columns a {
    color: #000;
}

.wd-copyrights img {
    max-width: 180px;
}

h5.widget-title {
    font-weight: 600;
    font-size: 28px;
    color: #fff;
    text-transform: capitalize;
    margin-bottom: 30px;
}

.footer-column-2 il a {
    font-weight: 400;
    font-size: 14px !;
    line-height: 257%;
    color: #fff !io;
}


ul#menu-main-navigation-2 a {
    color: #fff !important;
    font-weight: 400;
    font-size: 16px;
    display: flex;
    align-items: center;
    padding-left: 30px;
    position: relative;
}

.widget:last-child ul li a {
    color: #fff;
    font-weight: 400;
    font-size: 16px;
}


.footer-column-2 li {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 20px;
}
.wd-footer {
    position: relative;
}

.wd-footer::after {
    display: none;
}

.wd-footer::before {
    content: '';
    background: url(/wp-content/uploads/2025/07/Mask-group.jpg) no-repeat;
    position: absolute;
    bottom: 0px;
    left: -50px;
    right: -50px;
    top: 516px;
    position: absolute;
    background-size: cover;
}


li.location {
    font-weight: 400;
    font-size: 16px;
    color: #fff;
    font-family: 'Outfit';
}

.footer-column-3 .menu-item a::before {
    content: "\f120";
    font-family: "woodmart-font";
    font-weight: 400;
    position: absolute;
    left: 0;
    top: 1px;
}

.footer-column-4 .widget:last-child ul li a::before {
    content: "\f120";
    font-family: "woodmart-font";
    font-weight: 400;
    position: absolute;
    left: 0;
}

.footer-column-4 .widget:last-child ul li {
    padding-left: 30px;
    position: relative;
}

.footer-sidebar {
/*     padding-block: 100px !important; */
}
body .wd-arrow-inner {
    border: 1px solid #006EDB !important;
    border-radius: 5000000px;
    padding: 10px;
    width: 56px;
    height: 56px;
}

.wd-arrow-inner:hover {
    background: #006EDB !important;
}

body .wd-arrow-inner::after {
    color: #0F112A;
    font-size: 20px;
}

body .wd-nav-arrows.wd-pos-together.wd-hover-1.wd-icon-1 {
    gap: 10px;
    margin-top: -98px;
}

body .wd-arrow-inner:hover::after {
    color: #fff;
}

.wd-next .wd-arrow-inner::after {
    content: "\f120" !important;
    font-family: "woodmart-font";
    font-weight: 400;
}

.wd-prev .wd-arrow-inner::after {
    content: "\f121" !important;
    font-family: "woodmart-font";
    font-weight: 400;
}

.sec-9 span.wd-icon {
    display: none;
}
.wd-social-icons.wd-style-default.wd-size-default.social-follow.wd-shape-circle.text-center {
    justify-content: flex-start;
}

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

div.wpforms-container-full .wpforms-form label.wpforms-error {
    border: 1px solid red !important;
}

.wpforms-field-large {
    color: #000 !important;
}

input::placeholder {
    color: #000 !important;
}

body {
    --wpforms-button-background-color: #000 !important;
}

select#wpforms-90-field_7 {
    color: #000 !important;
}


input#wpforms-90-field_2 {
    color: #000 !important;
}

input#wpforms-90-field_4 {
    color: #000 !important;
}

input#wpforms-90-field_5 {
    color: #000 !important;
}

a.btn.theme-btn:hover {
    background: #fff;
    transition: .5s;
    color: #006EDB;
}

a.btn.theme-btn:hover:after {
    background: #006EDB;
    color:#fff;
    transition: .5s;
}

.comments-area .comment-respond {
    display: none !important;
}

.post-single-page {
    padding-top: 60px !important;
    text-align: center;
    margin-bottom: 50px !important;
}

.wd-post-meta {display: none !important;}
.inner-page {
    padding-top: 0px !important;
}

.inner-row-2 {
    margin-bottom: 120px;
}
.sec-8 .wd-nav-pagin-wrap.text-center.wd-style-shape.wd-hide-md-sm.wd-hide-sm {
    margin-top: 80px !important;
}

.wd-header-overlap .wd-page-title {
    padding-block: 270px 150px !important;
}

a.wd-social-icon.social-facebook {
    padding-left: 0px !important;
}
.services-main .info-box-content h5 {
    font-size: 16PX;
    font-weight: 600;
    color: #000;
    font-family: "Outfit", sans-serif;
}

.services-main .info-box-content p {
    font-size: 14px;
}

.services-main .wd-info-box:hover h5 {
    color: #fff;
}

.inner-pages {
    padding-top: 90px;
    /* display: flex; */
    /* align-items: center; */
    padding-bottom: 90px;
}

.inner-pages {}

.inner-pages .vc_single_image-wrapper.vc_box_border_grey img {
    border-radius: 20px;
}

.inner-pages h3 {
    font-size: 28px;
}

.inner-pages ul li {
    list-style: none;
    position: relative;
    font-size: 16px;
    color: #000;
    padding-left: 30px;
}

.inner-pages ul {
    padding: 0px;
}

.inner-pages ul li::before {
    content: "\f107";
    font-family: "woodmart-font";
    font-weight: 600;
    position: absolute;
    left: 0;
    color: #006EDB;
}

.inner-pages  h5 {
    font-size: 20px;
    COLOR: #000;
}

.inner-pages .wpb_single_image.wpb_content_element.vc_align_left {
    margin: 0px;
}
.page-id-178 .inner-pages h2 {
    font-size: 30px;
    line-height: 1.2;
}

.inner-testimonial-page{
	margin-bottom: 120px;
}

.boxes-row-1 .wpb_column.vc_column_container.vc_col-sm-6:last-child::before {
    bottom: -27px;
}
.sec-6 .vc_col-sm-6:last-child .wpb_text_column.wpb_content_element:last-child p {
    font-size: 16px;
}

.sec-6 .vc_col-sm-6:last-child .wpb_text_column.wpb_content_element:last-child p a {
    margin-top: 22px;
}
.sec-6 .vc_col-sm-6:last-child .wpb_text_column.wpb_content_element p {
    font-size: 16px;
    margin-bottom: 6px;
}
.sec-6 h2 {
    line-height: 1.1;
}


.wd-nav-mobile span.nav-link-text {
		font-weight: 400;
		font-size: 16px;
		line-height: 1;
		text-align: center;
		color: #000;
		text-transform: capitalize;
		font-family: "Outfit", sans-serif;
}

.sec-6 .vc_single_image-wrapper img {
    display:none;
}

.mobile-sec {
    display: none;
}

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

.sec-6 .vc_col-sm-6 .wd-info-box::before {
    counter-increment: section;
    content:  counter(section);
    background: #F2F3F5;
    position: absolute;
    width: 36px;
    height: 36px;
    border-radius: 70%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #006EDB;
    font-size: 14px;
    font-family: 'Poppins';
    font-weight: 600;
    top: -4px;
    left: 1px;
}

.sec-6 .vc_col-sm-6 .wd-info-box .info-box-icon {
    display: none;
}

.sec-6 .vc_col-sm-6 .wd-info-box {
    padding-left: 30px;
}


@media (min-width: 1300px) and (max-width: 1400px) {
	
	.wd-footer::before {
    top: 510px;
	}
    .services-main {
    padding-inline: 30px;
}
    
    .services-main img.attachment-full.size-full {
    height: 390px;
    object-fit: cover;
}

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

	.widget:last-child ul li a {
		font-size: 14px;
	}

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

	.footer-column-2 li {
		margin-bottom: 10px;
	}

	ul#menu-main-navigation-2 a {
		font-size: 14px;
	}
}

@media (min-width: 1200px) and (max-width: 1300px) {
	.sec-1 h2 {
    font-size: 60px;
	}
.services-main {
    padding-inline: 30px;
}
	h2 {
		font-size: 40px;
		line-height: 1.2;
	}
.services-main img.attachment-full.size-full {
    height: 400px;
    object-fit: cover;
}
	.services-main .info-box-content h3 {
		font-size: 21px;
		padding-bottom: 4px;
		line-height: 1.1;
	}

	.services-main .info-box-content h5 {
		font-size: 14PX;
	}

	.services-main .info-box-content p {
		font-size: 14px;
	}

	.sec-6 .vc_col-sm-6:first-child .wpb_text_column.wpb_content_element {
		margin-bottom: 270px !important;
	}

	.sec-6 .vc_col-sm-6 h3.info-box-title.title.box-title-style-default.wd-fontsize-m, .sec-6 .vc_col-sm-6 h4.info-box-title.title.box-title-style-default.wd-fontsize-m {
		font-size: 17px;
	}

	.sec-6 .vc_col-sm-6:last-child .wpb_text_column.wpb_content_element:last-child p a {
		margin-top: 0;
	}

	.sec-9 .wd-info-box h4 {
		font-size: 22px;
	}

	.sec-9 {
		padding-top: 90px;
		padding-bottom: 80px;
	}

	.sec-10 .wpb_column.vc_column_container.vc_col-sm-6:last-child h2 {
		padding-bottom: 40px;
	}

	.sec-10 .wpb_column.vc_column_container.vc_col-sm-6:first-child::after {}

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

	.widget:last-child ul li a {
		font-size: 14px;
	}

	ul#menu-main-navigation-2 a {
		font-size: 14px;
	}

	li.location {
		font-size: 14px;
	}
	.inner-testimonial {
    min-height: 420px;
}

	.sec-8 .wpb_text_column.wpb_content_element.text-center {
		padding-bottom: 70px;
	}
		.wd-footer::before {
		top: 546px;
	}
	
}


@media (min-width: 999px) and (max-width: 1199px) {

	ul#menu-main-navigation {
		gap: 20px;
	}

	a.btn.theme-btn {
		font-size: 14px;
		padding-block: 5px;
		padding-inline: 22px 8px;
	}

	.sec-1 h4 {
		font-size: 18px;
	}

	.sec-1 h2 {
		font-size: 46px;
	}

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

	body .sec-1 {
		padding-block: 300px 270px;
	}

	span.arrow-btn::after {
		bottom: 0;
		content: '' !important;
		background: url(/wp-content/uploads/2025/07/main.png) no-repeat;
		width: 115px;
		height: 115px;
		top: 40px;
		left: 0;
		right: 0;
		margin: auto;
		background-size: cover;
	}

	span.arrow-btn::before {
		top: 25px;
		padding-left: 10px !important;
		padding-right: 10px !important;
		font-size: 14px;
	}

	body .woodmart-counter .counter-value {
		font-size: 38px;
	}

	body .counter-label {
		font-size: 14px !important;
	}

	.sec-2 {
		padding-bottom: 25px;
	}

	.sec-3 {
		padding-block: 70px;
	}

	h2 {
		font-size: 30px;
		line-height: 1.2;
	}

	p {
		font-size: 15px;
		line-height: 1.4;
	}

	.sec-3 h5 {
		font-size: 13px;
	}

	a.btn.theme-btn::after {
		width: 35px;
		height: 35px;
		font-size: 15px;
	}

	.sec-5-sec {
		padding-top: 80px !important;
		padding-bottom: 90px;
	}

	.sec-6 {
		padding-block: 80px 70px;
	}

	.sec-6::before {
		height: 600px;
	}

	.sec-6 .vc_col-sm-6:first-child .wpb_text_column.wpb_content_element {
		margin-bottom: 440px !important;
		padding: 35px;
	}

	.sec-6 .vc_col-sm-6 h3.info-box-title.title.box-title-style-default.wd-fontsize-m, .sec-6 .vc_col-sm-6 h4.info-box-title.title.box-title-style-default.wd-fontsize-m {
		font-size: 15px;
		line-height: 1.1;
	}

	.sec-6 .vc_col-sm-6:first-child .wpb_text_column.wpb_content_element h2 {
		font-size: 30px;
	}

	.sec-6 .vc_col-sm-6 p {
		font-size: 13px;
	}

	.sec-6 .boxes-row-1 .vc_col-sm-6 .wd-info-box .info-box-content {
		padding-bottom: 10px;
		margin-bottom: 20px;
		min-height: 218px;
	}

	body .sec-8 {
		padding-block: 80px;
	}

	.sec-8 .wpb_text_column.wpb_content_element.text-center {
		padding-bottom: 60px;
	}

	.inner-testimonial {
		padding-block: 50px 35PX;
		padding-inline: 25px;
		min-height: 350px;
	}

	body .wd-testimon-text.reset-last-child {
		font-size: 14px;
		margin-bottom: 20px;
	}

	.sec-9 .info-box-content {
		padding: 20px 20px 0px 20px;
		min-height: 150px;
	}

	.sec-9 .wd-info-box h4 {
		font-size: 18px;
	}

	.sec-9 .info-box-content p {
		font-size: 13px;
	}

	.sec-9 .wd-info-box .info-box-icon {}

	.sec-9 .info-box-content::before {
		width: 5px;
		right: 55px;
		top: 5px;
	}

	.sec-9 {
		padding-top: 80px;
		padding-bottom: 60px;
	}

	.sec-10 .wpb_column.vc_column_container.vc_col-sm-6:first-child .vc_column-inner {
		padding-block: 65px !important;
		padding-inline: 45px;
	}

	.sec-10 .wpb_column.vc_column_container.vc_col-sm-6:first-child::after {
		height: 42px;
		width: 45px;
		right: -40px;
	}

	.sec-10 .wpb_column.vc_column_container.vc_col-sm-6:first-child::before {
		width: 50px;
		height: 44.53px;
		position: absolute;
		right: -48px;
	}

	.sec-10 .wpb_column.vc_column_container.vc_col-sm-6:last-child {
		padding-left: 30px;
	}

	.sec-10 .wpb_column.vc_column_container.vc_col-sm-6:last-child h2 {
		padding-bottom: 30px;
	}

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

	.widget:last-child ul li a {
		font-size: 14px;
	}

	.footer-column-4 .widget:last-child ul li {
		padding-left: 25px;
	}

	ul#menu-main-navigation-2 a {
		font-size: 14px;
	}

	.footer-column-2 li {
		margin-bottom: 15px;
	}

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

	.wd-footer::before {
		top: 560px;
	}
	.wd-footer {
    padding-bottom: 30px;
}
	.services-row .vc_col-sm-6:first-child .wd-info-box {
    border-top-left-radius: 30px;
	}
}


@media (max-width: 999px) {

    	.sec-6 .vc_col-sm-6:last-child .wpb_column.vc_column_container.vc_col-sm-6::before {
		content: '';
		content: '';
		background: #F2F3F5;
		position: absolute;
		top: 10px;
		bottom: -37px;
		left: 33px;
		width: 2px;
	}

	.sec-6 .vc_col-sm-6:last-child {
		padding-top: 30px !important;
	}

.boxes-row-1 .wpb_column.vc_column_container.vc_col-sm-6:last-child {
    padding-top: 0px !important;
}

.sec-6 .vc_col-sm-6 .wd-info-box::before {
    left: -7px;
}

.sec-6 .vc_col-sm-6 .wd-info-box::before {
    left: 0;
}

.sec-6 .boxes-row-1 .vc_col-sm-6 .wd-info-box .info-box-content {
    min-height: auto;
}
    .desktop-sec {
    display: none;
}

.mobile-sec {
    display: block !important;
}

.sec-6 .vc_col-sm-6:first-child .wpb_text_column.wpb_content_element.years-experience {
    /* position: absolute; */
    top: 4px;
    right: 16px;
    margin-bottom: 20px !important;
}

.sec-6 .vc_col-sm-6:first-child .wpb_text_column.wpb_content_element.years-experience::before {
    display: none;
}

.sec-6 .vc_col-sm-6:first-child .wpb_text_column.wpb_content_element.years-experience h2 {
    font-size: 40px;
    margin: 0px;
}

.sec-6 .vc_col-sm-6:first-child .wpb_text_column.wpb_content_element.years-experience p {
    font-size: 16px;
}

.sec-6 .vc_col-sm-6:first-child .wpb_single_image.wpb_content_element.vc_align_left {
    margin-bottom: 18px;
}

.sec-6 .vc_col-sm-6 h3.info-box-title.title.box-title-style-default.wd-fontsize-m, .sec-6 .vc_col-sm-6 h4.info-box-title.title.box-title-style-default.wd-fontsize-m {
    font-size: 16px;
}

.boxes-row-1 .wpb_column.vc_column_container.vc_col-sm-6:last-child {
    padding-top: 0px !important;
}
		span.wd-icon {
    width: 34px;
    height: 34px;
    font-size: 14px;
	}
	
	.sec-2::before {
		display:none;
	}

	.wd-tools-element>a {
		color: #fff !important;
	}

	body .sec-1 {
    padding-block: 200px 200px;
 }

	.sec-1 h4 {
		font-size: 18px;
	}

	.sec-1 h2 {
		font-size: 38px;
		line-height: 1.1;
	}

	.sec-1 p {
		font-size: 16px;
		line-height: 1.3;
	}


	a.btn.theme-btn {
		gap: 10px;
		padding-inline: 20px 5px;
		padding-block: 4px;
		font-size: 13px;
	}

	a.btn.theme-btn::after {
		width: 30px;
		height: 30px;
		font-size: 15px;
	}
	
	.sec-2 {
    margin-top: 35px;
	}

	body .woodmart-counter .counter-value {
		font-size: 34px;
	}

	body .counter-label {
		font-size: 13px !important;
	}

	.sec-3 {
		padding-block: 50px;
	}

	h2 {
		font-size: 25px;
		line-height: 1.2;
	}

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

	.sec-3 li {
		font-size: 13px;
	}

	.sec-5-sec {
		padding-top: 70px !important;
		padding-bottom: 60px;
	}

	.sec-6 {
		padding-block: 50px 50px;
	}

	.sec-6 .vc_col-sm-6:last-child .wpb_text_column.wpb_content_element p {
		font-size: 14px;
	}

	.sec-6 .vc_col-sm-6 p {
		font-size: 14px;
	}

	.sec-6 .vc_col-sm-6 h3.info-box-title.title.box-title-style-default.wd-fontsize-m, .sec-6 .vc_col-sm-6 h4.info-box-title.title.box-title-style-default.wd-fontsize-m {
		font-size: 14px;
	}

/* 	.sec-6::before {
		width: 50%;
		height: 461.1px;
	} */

	body .sec-8 {
		padding-block: 40px;
	}
	
	.sec-8 .wpb_text_column.wpb_content_element.text-center {
    padding-bottom: 60px;
	}

	.inner-testimonial {
		padding-block: 45px 25px;
		padding-inline: 30px;
	}

	body .wd-testimon-text.reset-last-child {
		font-size: 14px;
		padding-bottom: 10px;
		margin-bottom: 20px;
	}

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

	body .wd-arrow-inner {
		padding: 8px;
		width: 46px;
		height: 46px;
	}

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

	body .wd-nav-arrows.wd-pos-together.wd-hover-1.wd-icon-1 {
		margin-top: -45px;
	}
	.sec-9 .wd-info-box h4 {
    font-size: 20px;
	}

	.sec-9 .info-box-content p {
		font-size: 13px;
	}

	.sec-9 .info-box-content {
		padding: 30px 30px 0px 30px;
		min-height: 150px;
	}

	.sec-10 .wpb_column.vc_column_container.vc_col-sm-6:first-child .vc_column-inner {
		padding-block: 60px !important;
		padding-inline: 20px;
	}

	.sec-10 .wpb_column.vc_column_container.vc_col-sm-6:last-child {
		padding-left: 30px;
	}

	.sec-10 .wpb_column.vc_column_container.vc_col-sm-6:first-child::before {
		width: 50px;
		height: 35.53px;
		right: -49px;
	}

	.sec-10 .wpb_column.vc_column_container.vc_col-sm-6:first-child::after {
		height: 34px;
		width: 40px;
		position: absolute;
		right: -37px;
	}

	.wd-footer::before {
		top: 625px;
	}

	h5.widget-title {
		font-size: 18px;
		margin-bottom: 30px;
	}


	.widget:last-child ul li a {
		font-size: 14px;
	}

	.footer-column-2 li {
		margin-bottom: 10px;
	}
	.sec-10 .wd-info-box {
    margin-bottom: 20px;
	}

	.sec-10 .info-box-content p a, .sec-10 .info-box-content p {
		font-size: 18px;
	}

    .wd-copyrights.copyrights-wrapper {
    font-size: 15px;
    }
    
    .wd-footer {
        padding-bottom: 20px;
    }

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

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

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

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

	ul#menu-main-navigation-2 a {
		font-size: 14px;
	}
	span.arrow-btn::after {
		bottom: 0;
		content: '' !important;
		background: url(/wp-content/uploads/2025/07/main.png) no-repeat;
		width: 90px;
		height: 90px;
		top: -40px;
		left: 0;
		right: 0;
		margin: auto;
		background-size: cover;
	}

	span.arrow-btn::before {
		top: -21px;
		padding-left: 10px !important;
		padding-right: 10px !important;
		font-size: 14px;
	}
	
	.services-main .vc_col-sm-6 {
    width: 100%;
	}

	.services-main .wd-info-box::after {
		width: 100px;
		height: 104px;
		left: -80px;
	}
    
    .services-main .wd-info-box {
        gap: 60px;
    }
    
	.services-main .info-box-content h3 {
		font-size: 22px;
	}
    .services-main img.attachment-full.size-full {
        width: 450px !important;
    }
    
    .services-main .info-box-content {padding-left: 30px;}
    
	.services-main .info-box-content h5 {
		font-size: 14PX;
	}

	.services-main .info-box-content p a {
		font-size: 14px;
	}
	.services-main .services-row-2 .wd-info-box::after {
    left: 90px;
 }
    .services-row-2 .wd-info-box .info-box-content {
    padding-right: 30px;
    padding-left: 30px;
}
    
	
	.wd-header-overlap .wd-page-title {
    padding-block: 130px 50px !important;
	}
	
	.inner-pages ul li {
    font-size: 14px;
	}
	
	.sec-6 .vc_col-sm-6 {
    	width: 100% !important;
	}

	.sec-6 .vc_single_image-wrapper img {
		display: block;
		width: 100%;
	}

	.sec-6 .vc_col-sm-6:first-child .wpb_text_column.wpb_content_element {
		margin-bottom: 30px !important;
		padding: 30px;
	}

	.sec-6 .vc_col-sm-6:first-child .wpb_text_column.wpb_content_element h2 {
		font-size: 28px;
	}

	.sec-6 .vc_col-sm-6:first-child .wpb_text_column.wpb_content_element p {
		font-size: 14px;
	}

	.sec-6 .vc_col-sm-6:first-child .wpb_text_column.wpb_content_element::before {
		right: 30px;
		bottom: 40px;
	}
	
	.sec-6::before{
		display:none;
	}
}

/* @media (min-width: 576px) and (max-width: 767px) {

	body .sec-1 {
    padding-block: 185px 180px;
 }
	
	.sec-6 .vc_single_image-wrapper img {
    opacity: 1;
}

	.sec-1 h4 {
		font-size: 15px;
	}

	.sec-1 h2 {
		font-size: 33px;
		line-height: 1.1;
	}

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

	a.btn.theme-btn {
		padding-inline: 15px 4px;
		padding-block: 2px;
		font-size: 12px;
		gap: 12px;
	}

	a.btn.theme-btn::after {
		width: 30px;
		height: 30px;
		font-size: 14px;
	}

	span.arrow-btn::after {
		bottom: 0;
		content: '' !important;
		background: url(/wp-content/uploads/2025/07/main.png) no-repeat;
		width: 85px;
		height: 85px;
		top: -60px;
		left: 0;
		right: 0;
		margin: auto;
		background-size: cover;
	}

	span.arrow-btn::before {
		top: -31px;
		padding-left: 10px !important;
		padding-right: 10px !important;
		font-size: 14px;
	}

	.sec-2 .vc_col-sm-3 {width: 50%;}

	.sec-2 {
		display: flex;
		flex-wrap: wrap;
		margin-top: 0;
		padding-top: 20px;
		padding-bottom: 15px;
	}

	body .woodmart-counter .counter-value {
		font-size: 30px;
	}

	body .counter-label {
		font-size: 14px !important;
	}

	.sec-3 {
		padding-block: 20px;
	}

	h4 {
		font-size: 16px;
		margin-bottom: 10px;
	}

	h2 {
		font-size: 26px;
		line-height: 1.3;
	}

	p {
		font-size: 14px;
		line-height: 1.3;
		margin-bottom: 10px;
	}

	.sec-5-sec {
		padding-top: 50px !important;
		padding-bottom: 40px;
	}

	.services-main .info-box-content h3 {
		font-size: 18px;
	}

	.services-main .info-box-content h5 {
		font-size: 14px;
	}

	.services-main .info-box-content p {
		font-size: 13px;
	}

	.services-main .info-box-content p a {
		font-size: 13px;
	}

	.sec-6 {
		padding-block: 40px 40px;
	}

	.sec-6::before {
		display:none;
	}
	.sec-6 .vc_single_image-wrapper img {
    display: block;
}

	.sec-6 .vc_col-sm-6:last-child .wpb_text_column.wpb_content_element p {
		font-size: 14px;
	}

	.sec-6 .vc_col-sm-6 h3.info-box-title.title.box-title-style-default.wd-fontsize-m, .sec-6 .vc_col-sm-6 h4.info-box-title.title.box-title-style-default.wd-fontsize-m {
		font-size: 15px;
		line-height: 1.1;
	}

	.sec-6 .boxes-row-1 .vc_col-sm-6 .wd-info-box .info-box-content {
		padding-bottom: 10px;
		margin-bottom: 10px;
		min-height: 248px;
		!i;!;
	}

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

	.sec-8 .wpb_text_column.wpb_content_element.text-center {
		padding-bottom: 40px;
	}

	.inner-testimonial {
		padding-block: 45px 30PX;
		padding-inline: 20px;
	}

	body .wd-testimon-text.reset-last-child {
		font-size: 14px;
		margin-bottom: 20px;
		min-height: 115px;
		padding-bottom: 10px;
	}

	.top {
		width: 92%;
	}

	.sec-9 {
		padding-top: 50px;
		padding-bottom: 40px;
	}

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

	body .wd-nav-arrows.wd-pos-together.wd-hover-1.wd-icon-1 {
		margin-top: -30px;
	}

	body .wd-arrow-inner {
		padding: 5px;
		width: 40px;
		height: 40px;
	}

	.sec-9 .info-box-content {
	}

	.info-box-icon {
	}

	.sec-10 .wpb_column.vc_column_container.vc_col-sm-6 {
	}

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

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

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

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

	.widget:last-child ul li a {
		font-size: 14px;
	}

	.footer-column-2 li {
		gap: 10px;
		margin-bottom: 10px;
	}

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

	h5.widget-title {
		font-size: 20px;
		margin-bottom: 10px;
	}

	ul#menu-main-navigation-2 a {
		font-size: 14px;
	}

	.wd-footer::before {
		top: 566px;
	}

	.wd-copyrights.copyrights-wrapper {
		font-size: 14px;
		padding-block: 13px;
	}

	.wd-footer {
		padding-bottom: 20px;
	}

	span.wd-icon {
		width: 34px;
		height: 34px;
		font-size: 14px;
	}
	

	.sec-10 {
		display: flex;
		flex-wrap: wrap;
	}

	.sec-10 .wpb_column.vc_column_container.vc_col-sm-6:first-child .vc_column-inner {
		padding-block: 45px !important;
		padding-inline: 30px;
	}

	.sec-10 .wpforms-container-full {
		margin-top: 5px !important;
	}

	.wpforms-field-large.wpforms-field-required, .wpforms-field-medium.wpforms-field-required, textarea#wpforms-90-field_8 {
		padding: 5px 12px !important;
		height: 40px !important;
	}

	body .wpforms-submit {
		height: 45px !important;
		font-size: 14px !important;
		padding-inline: 25px 5px !important;
		gap: 25px;
		margin-top: 5px !important;
	}


	.sec-10 .wpb_column.vc_column_container.vc_col-sm-6:last-child {padding-left: 20px;padding-top: 20px;}


	.sec-9 .box-with-icon .info-box-icon img {
		width: 100%;
	}
	.wd-tools-element>a {
    color: #fff !important;
	}
	
	.sec-10::before {
    height: 1277px;
	}
	.sec-2::before {
    height: 0;
}
} */
/* 
@media (max-width: 575px) { 
		body .sec-1 {
    padding-block: 175px 150px;
    background-size: cover;
    border-radius: 20px;
    background-position: center !important;
    background-color: transparent;
 }

	.sec-1 h4 {
		font-size: 14px;
	}

	.sec-1 h2 {
		font-size: 30px;
		line-height: 1.1;
	}

	.sec-1 p {
		font-size: 14px;
		line-height: 1.2;
	}

	a.btn.theme-btn {
		padding-inline: 15px 4px;
		padding-block: 2px;
		font-size: 12px;
		gap: 12px;
	}

	a.btn.theme-btn::after {
		width: 30px;
		height: 30px;
		font-size: 14px;
	}

	span.arrow-btn::after {
		bottom: 0;
		content: '' !important;
		background: url(/wp-content/uploads/2025/07/main.png) no-repeat;
		width: 75px;
		height: 75px;
		top: 30px;
		left: 0;
		right: 0;
		margin: auto;
		background-size: cover;
	}

	span.arrow-btn::before {
		top: 2px;
		padding-left: 10px !important;
		padding-right: 10px !important;
		font-size: 14px;
	}

	.sec-2 .vc_col-sm-3 {width: 50%;}

	.sec-2 {
		display: flex;
		flex-wrap: wrap;
		margin-top: 0;
		padding-top: 40px;
		padding-bottom: 15px;
	}

	body .woodmart-counter .counter-value {
		font-size: 30px;
	}

	body .counter-label {
		font-size: 14px !important;
	}

	.sec-3 {
		padding-block: 20px 50px;
	}

	h4 {
		font-size: 16px;
		margin-bottom: 10px;
	}

	h2 {
		font-size: 22px;
		line-height: 1.2;
		margin-top: 20px;
	}

	p {
		font-size: 13px;
		line-height: 1.5;
		margin-bottom: 10px;
	}

	.sec-5-sec {
		padding-top: 50px !important;
		padding-bottom: 40px;
	}

	.services-main .info-box-content h3 {
		font-size: 20px;
		line-height: 1.3;
	}

	.services-main .info-box-content h5 {
		font-size: 14px;
	}

	.services-main .info-box-content p {
		font-size: 13px;
	}

	.services-main .info-box-content p a {
		font-size: 13px;
	}

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

	.sec-6::before {
		/* height: 340.1px; 
		background: none;
	}

	.sec-6 .vc_col-sm-6:last-child .wpb_text_column.wpb_content_element p {
		font-size: 14px;
	}

	.sec-6 .vc_col-sm-6 h3.info-box-title.title.box-title-style-default.wd-fontsize-m, .sec-6 .vc_col-sm-6 h4.info-box-title.title.box-title-style-default.wd-fontsize-m {
		font-size: 15px;
		line-height: 1.1;
	}

	.sec-6 .boxes-row-1 .vc_col-sm-6 .wd-info-box .info-box-content {
		padding-bottom: 10px;
		margin-bottom: 10px;
		min-height: 248px;
		!i;!;
	}

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

	.sec-8 .wpb_text_column.wpb_content_element.text-center {
		padding-bottom: 40px;
	}

	.inner-testimonial {
		padding-block: 45px 30PX;
		padding-inline: 20px;
	}

	body .wd-testimon-text.reset-last-child {
		font-size: 14px;
		margin-bottom: 20px;
		min-height: 115px;
		padding-bottom: 10px;
	}

	.top {
		width: 92%;
	}

	.sec-9 {
		padding-top: 50px;
		padding-bottom: 40px;
	}

	.sec-9 .wpb_text_column.wpb_content_element {
		padding-bottom: 90px;
	}

	body .wd-nav-arrows.wd-pos-together.wd-hover-1.wd-icon-1 {
		margin-top: -30px;
	}

	body .wd-arrow-inner {
		padding: 5px;
		width: 40px;
		height: 40px;
	}


	.sec-9 .info-box-content {
	}

	.info-box-icon {
	}

	.sec-10 .wpb_column.vc_column_container.vc_col-sm-6 {
	}

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

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

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

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

	.widget:last-child ul li a {
		font-size: 14px;
	}

	.footer-column-2 li {
		gap: 10px;
		margin-bottom: 10px;
	}

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

	h5.widget-title {
		font-size: 20px;
		margin-bottom: 10px;
	}

	ul#menu-main-navigation-2 a {
		font-size: 14px;
	}

	.wd-footer::before {
		top: 946px;
	}

	.wd-copyrights.copyrights-wrapper {
		font-size: 14px;
		padding-block: 13px;
	}

	.wd-footer {
		padding-bottom: 20px;
	}

	span.wd-icon {
		width: 34px;
		height: 34px;
		font-size: 14px;
	}
	

	.sec-10 {
		display: flex;
		flex-wrap: wrap;
		padding-top: 40px;
		padding-left: 15px;
		padding-right: 15px;
		padding-bottom: 30px;
	}

	.sec-10 .wpb_column.vc_column_container.vc_col-sm-6:first-child .vc_column-inner {
		padding-block: 45px !important;
		padding-inline: 30px;
		border-radius: 30px !important;
	}

	.sec-10 .wpforms-container-full {
		margin-top: 5px !important;
	}

	.wpforms-field-large.wpforms-field-required, .wpforms-field-medium.wpforms-field-required, textarea#wpforms-90-field_8 {
		padding: 5px 12px !important;
		height: 40px !important;
	}

	body .wpforms-submit {
		height: 45px !important;
		font-size: 14px !important;
		padding-inline: 25px 5px !important;
		gap: 25px;
		margin-top: 5px !important;
	}


	.sec-10 .wpb_column.vc_column_container.vc_col-sm-6:last-child {padding-left: 20px;padding-top: 20px;}


	.sec-9 .box-with-icon .info-box-icon img {
		width: 100%;
	}
	.wd-tools-element>a {
    color: #fff !important;
	}
	
		.sec-10::before {
    height: 1387px;
	 }
	.sec-2::before {
    height: 0;
	}
	
	.services-main .vc_col-sm-6 {
    width: 100%;
	}
	
	.sec-10 .info-box-content p a, .sec-10 .info-box-content p {
		font-size: 14px;
	}

	.sec-10 .info-box-content h4.info-box-title.title.box-title-style-default.wd-fontsize-m {
		font-size: 12px;
	}

	.sec-10 .wd-info-box {
		margin-bottom: 12px;
		gap: 0;
	}

	.sec-10 .wd-info-box .info-box-icon img {
		max-width: 70%;
	}
} */


@media (max-width: 767px){
    .sec-1 a.btn.theme-btn {
 }

	.sec-1-btn {
		/* flex-direction: column; */
		gap: 9px;
	}
	
	.whb-column.whb-col-mobile.whb-column_mobile1 ul {
    align-items: center;
    margin: 0;
}

	.sec-1::before {
		background: none;
	}
		body .sec-1 {
    padding-block: 175px 150px;
    background-size: cover;
    background-position: center !important;
    background-color: transparent;
 }

	.sec-1 h4 {
		font-size: 14px;
	}

	.sec-1 h2 {
		font-size: 30px;
		line-height: 1.1;
	}

	.sec-1 p {
		font-size: 14px;
		line-height: 1.2;
	}
	
		a.btn.theme-btn {
		padding-inline: 15px 4px;
		padding-block: 2px;
		font-size: 12px;
		gap: 12px;
	}

	a.btn.theme-btn::after {
		width: 30px;
		height: 30px;
		font-size: 14px;
	}
	
	span.arrow-btn::after {
		top: 0 !important;margin: auto auto auto auto;bottom: -10px;width: 85px;height: 86px;
	}
	
	
	.wd-tools-element>a {
    color: #fff !important;
	}
	
	span.arrow-btn {
		position: absolute;
		bottom: -103px;
	}

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

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

	.sec-3 .wpb_column.vc_column_container.vc_col-sm-3:first-child {
		padding-bottom: 30px;
	}

	.wd-marquee-item img {
		width: 195px;
	}

	.wd-marquee-item img.attachment-25x25.size-25x25 {
		width: auto;
	}

	span.wd-marquee-item {
		gap: 30px;
	}

	.sec-5 .wpb_column.vc_column_container.vc_col-sm-3 {
		text-align: left;
	}

	.sec-5 .wpb_column.vc_column_container.vc_col-sm-3 .wpb_text_column.wpb_content_element.wd-animation-slide-from-right.wd-animation-normal.wd-animation-ready.wd-animated {
		text-align: left;
		padding-top: 30px;
	}

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

	.services-row .vc_col-sm-6 .wd-info-box {
		flex-direction: column;
	}

	.services-main .vc_column-inner {
		padding-inline: 15px !important;
	}

	.services-row .vc_col-sm-6 .wd-info-box {
		border-radius: 10px !important;
		padding-inline: 15px;
		gap: 15px;
		padding-block: 15px 30px;
		margin-bottom: 20px;
	}

	body .services-main img.attachment-full.size-full {
		width: 100% !important;
		border-radius: 20px;
	}

	.services-main :is(.box-icon-align-left,.box-icon-align-right) .box-icon-wrapper {
		max-width: 100%;
		width: 100%;
	}
    
    .services-main :is(.box-icon-align-left,.box-icon-align-right) .box-icon-wrapper .info-box-icon {
        width: 100%;
        max-width: 100%;
    }

	.services-main .vc_col-sm-6 .wd-info-box::before {
		bottom: 0;
		top: 200px;
		margin: auto;
		display: flex;
		align-items: center;
		font-size: 60px;
	}

		.services-main .info-box-content h3 {
		font-size: 20px;
		line-height: 1.3;
	}

	.services-main .info-box-content h5 {
		font-size: 14px;
	}

	.services-main .info-box-content p {
		font-size: 13px;
	}

	.services-main .info-box-content p a {
		font-size: 13px;
	}
	
	.services-row-2 .wd-info-box {
		flex-direction: column;
		padding-inline: 15px;
		padding-block: 15px 30px;
		margin-bottom: 20px;
		border-radius: 10px;
		gap: 15px;
	}


	.services-row-2 .wd-info-box::before {
		left: auto;
		right: 0;
	}

	.services-row-2 .wd-info-box .info-box-content {
		padding-left: 0;
	}

	.services-row-3 .wd-info-box {
    flex-direction: column;
    padding-inline: 15px;
    padding-block: 15px 30px;
    margin-bottom: 20px;
    border-radius: 10px;
	}
	
	.services-main .wd-info-box::after {
		rotate: 270deg;
		left: 0;
		bottom: 50px;
		top: 0;
		margin: auto;
		right: -160px;
		display: none;
	}

	.sec-6 .vc_col-sm-6:first-child .wpb_text_column.wpb_content_element {
		margin: 0px !important;
		padding: 20px;
	}

	.sec-6 .vc_single_image-wrapper img {
		display: block;
		border-radius: 20px;
		/* height: 174px; */
		object-fit: cover;
	}

	.sec-6 .vc_col-sm-6:first-child .wpb_text_column.wpb_content_element h2 {
		font-size: 27px;
	}

	.sec-6 .vc_col-sm-6:first-child .wpb_text_column.wpb_content_element::before {
		bottom: 0;
	}

	.sec-6 .vc_col-sm-6:last-child {
		padding-top: 30px !important;
	}


	.sec-6 .boxes-row-1 .vc_col-sm-6 .wd-info-box .info-box-content {
		min-height: auto;
	}

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

	.sec-2::before {
    display: none !important;
}

	.boxes-row-1 .wpb_column.vc_column_container.vc_col-sm-6::before {
		left: 34px;
		bottom: 0px;
	}

	.boxes-row-1 .wpb_column.vc_column_container.vc_col-sm-6:last-child::before {
		left: 33px;
		bottom: 0;
	}

	.boxes-row-2 .wpb_column.vc_column_container.vc_col-sm-6::before {}

	.sec-6 .vc_col-sm-6:last-child .wpb_column.vc_column_container.vc_col-sm-6::before {
		content: '';
		content: '';
		background: #F2F3F5;
		position: absolute;
		top: 10px;
		bottom: -37px;
		left: 33px;
		width: 2px;
	}

	.sec-6 .vc_col-sm-6:last-child .wpb_column.vc_column_container.vc_col-sm-6::before {}

	.sec-6 .vc_col-sm-6:last-child .wpb_column.vc_column_container.vc_col-sm-6:last-child::before {
		display: none;
	}

	.boxes-row-1 .wpb_column.vc_column_container.vc_col-sm-6:last-child::before {
		display: block !important;
	}

	.sec-6 .vc_col-sm-6:last-child .wpb_text_column.wpb_content_element:last-child {
		padding-top: 0px;
	}

	.sec-8 h4::before {
		margin-left: 14px;
	}

	body .wd-nav-arrows.wd-pos-together.wd-hover-1.wd-icon-1 {
		margin-top: -20px;
		width: 100%;
	}

	.sec-10 .wpb_column.vc_column_container.vc_col-sm-6:first-child::before {
		display: none;
	}

	.sec-10 .wpb_column.vc_column_container.vc_col-sm-6:first-child {border-radius: 20px;}

	.sec-10 .wpb_column.vc_column_container.vc_col-sm-6:first-child::after {
		display: none;
	}

	.sec-10 .wpb_column.vc_column_container.vc_col-sm-6:last-child {
		padding-left: 0px;
	}

	.sec-10 .wpb_column.vc_column_container.vc_col-sm-6:last-child h2 {
		padding-bottom: 30px;
	}

	
		.sec-10 {
		display: flex;
		flex-wrap: wrap;
		padding-top: 40px;
		padding-left: 15px;
		padding-right: 15px;
		padding-bottom: 30px;
	}

	.sec-10 .wpb_column.vc_column_container.vc_col-sm-6:first-child .vc_column-inner {
		padding-block: 45px !important;
		padding-inline: 30px;
		border-radius: 30px !important;
	}

	.sec-10 .wpforms-container-full {
		margin-top: 5px !important;
	}

	.wpforms-field-large.wpforms-field-required, .wpforms-field-medium.wpforms-field-required, textarea#wpforms-90-field_8 {
		padding: 5px 12px !important;
		height: 40px !important;
	}

	body .wpforms-submit {
		height: 45px !important;
		font-size: 14px !important;
		padding-inline: 25px 5px !important;
		gap: 25px;
		margin-top: 5px !important;
	}


	.sec-10 .wpb_column.vc_column_container.vc_col-sm-6:last-child {padding-left: 0px;padding-top: 20px;}
	
		.sec-10 .info-box-content p a, .sec-10 .info-box-content p {
		font-size: 14px;
	}

	.sec-10 .info-box-content h4.info-box-title.title.box-title-style-default.wd-fontsize-m {
		font-size: 12px;
	}

	.sec-10 .wd-info-box {
		margin-bottom: 12px;
		gap: 0;
	}

	.sec-10 .wd-info-box .info-box-icon img {
		max-width: 70%;
	}
	
	button#wpforms-submit-90 {
		padding-block: 26px !important;
	}

	.wd-footer {
		width: calc(100% - 15px);
	}
	
		span.arrow-btn::after {
		bottom: 0;
		content: '' !important;
		background: url(/wp-content/uploads/2025/07/main.png) no-repeat;
		width: 95px;
		height: 95px;
		top: -60px;
		left: 0;
		right: 0;
		margin: auto;
		background-size: cover;
	}

	span.arrow-btn::before {
		top: -1px;
		padding-left: 10px !important;
		padding-right: 10px !important;
		font-size: 14px;
	}
	
		.sec-2 .vc_col-sm-3 {width: 50%;}

	.sec-2 {
		display: flex;
		flex-wrap: wrap;
		margin-top: 0;
		padding-top: 40px;
		padding-bottom: 15px;
	}

	body .woodmart-counter .counter-value {
		font-size: 30px;
	}

	body .counter-label {
		font-size: 14px !important;
	}

	.sec-3 {
		padding-block: 20px 50px;
	}
	
		h4 {
		font-size: 16px;
		margin-bottom: 10px;
	}

	h2 {
		font-size: 22px;
		line-height: 1.2;
		margin-top: 20px;
	}

	p {
		font-size: 13px;
		line-height: 1.5;
		margin-bottom: 10px;
	}
	
		.sec-5-sec {
		padding-top: 50px !important;
		padding-bottom: 40px;
	}
	
		body .sec-8 {
		padding-block: 40px;
	}

	.sec-8 .wpb_text_column.wpb_content_element.text-center {
		padding-bottom: 40px;
	}

	.inner-testimonial {
		padding-block: 45px 30PX;
		padding-inline: 20px;
	}

	body .wd-testimon-text.reset-last-child {
		font-size: 14px;
		margin-bottom: 20px;
		min-height: 115px;
		padding-bottom: 10px;
	}
	
		.top {
		width: 92%;
		left: 0;
		right: 0;
		margin: auto;
	}
		.sec-9 {
		padding-top: 50px;
		padding-bottom: 40px;
	}

	.sec-9 .wpb_text_column.wpb_content_element {
		padding-bottom: 90px;
	}
	
		body .wd-nav-arrows.wd-pos-together.wd-hover-1.wd-icon-1 {
		margin-top: -30px;
		margin-left: -5px !important;
	}

	body .wd-arrow-inner {
		padding: 5px;
		width: 40px;
		height: 40px;
	}
	
		.sec-9 .box-with-icon .info-box-icon img {
		width: 100% !important;
	}
			.sec-10::before {
    height: 1387px;
	 }
	
		.footer-column-1 {
		--wd-col: 9;
	}

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

	.footer-column-3 {
		--wd-col: 5;
	}

	.footer-column-4 {
		--wd-col: 7;
	}

    .footer-column-1 img.image.wp-image-109.attachment-medium.size-medium {
    max-width: 70% !important;
}

li.location br {
    display: none;
}

	.widget:last-child ul li a {
		font-size: 14px;
	}

	.footer-column-2 li {
		gap: 10px;
		margin-bottom: 10px;
	}

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

	h5.widget-title {
		font-size: 20px;
		margin-bottom: 10px;
	}

	ul#menu-main-navigation-2 a {
		font-size: 14px;
	}

	.wd-footer::before {
		top: 946px;
	}

	.wd-copyrights.copyrights-wrapper {
		font-size: 14px;
		padding-block: 13px;
	}

	.wd-footer {
		padding-bottom: 20px;
	}

	span.wd-icon {
		width: 34px;
		height: 34px;
		font-size: 14px;
	}
	
	.wd-header-overlap .wd-page-title {
    padding-block: 100px 50px !important;
	}

		.wd-page-title h1.entry-title.title {
		font-size: 28px;
	}
	
	
	.inner-pages ul li {
    font-size: 14px;
	}

	.inner-pages {
		padding-top: 50px;
		padding-bottom: 40px;
	}

	.inner-pages img {
		margin-bottom: 20px;
	}
	
	p br {
    display: none !important;
	}
		h2 br {
		display: none !important;
	}
	
		.inner-testimonial-page {
		margin-bottom: 40px;
	}
	
	.page-id-12 .sec-5-sec {
    margin-bottom: 0px;
	}
	
	.sec-6 {
    flex-direction: column;
    padding-block: 50px 40px;
	}

	.sec-6::before {
		display: none;
	}
	
	.sec-6 .vc_col-sm-6:last-child .wpb_text_column.wpb_content_element {
    padding-bottom: 20px;
    padding-top: 30px;
 }

	.sec-6 .vc_col-sm-6:last-child .wpb_text_column.wpb_content_element p {
		font-size: 14px;
	}
	
	.sec-9 .wd-info-box h4 {
    font-size: 20px;
	}

	.sec-9 .info-box-content p {
		font-size: 13px;
	}
}

@media screen and (min-device-width: 1000px) and (max-device-width: 1200px) { 
    .services-main img.attachment-full.size-full {
    height: 420px;
    object-fit: cover;
	}
		.services-main {
		padding-inline: 30px;
	}

	.services-main .info-box-content h3 {
		font-size: 19px;
	}
}


@keyframes spin {
      0%   { transform: rotate(0deg); }
      100% { transform: rotate(360deg); }
    }