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






/* theme css */
.wd-content-layout {
    padding-block: 0 !important;
}

.wd-prefooter {
    padding-bottom: 0 !important;
}

.contentBox .info-box-subtitle {
    padding: 5px 16px;
    background: #D9B53826;
    margin: 0 !important;
    font-size: 18px;
    border-radius: 30px;
    position: relative;
    color: #000 !important;
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.contentBox .info-box-subtitle:before {
    content: '';
    position: relative;
    width: 8px;
    height: 8px;
    background: #BF9D27;
    display: block;
    border-radius: 30px;
    /* animation: slide-right-subtitle 3s linear infinite alternate both; */
}

.slide-right-subtitle {
	animation: slide-right-subtitle 3s linear infinite alternate both;
}

@keyframes slide-right-subtitle {
  0% {
    width: 8px;
  }
  100% {
    width: 50px;
  }
}

.contentBox .info-box-title {
    font-size: 48px;
    color: #1A1A1A;
}

.contentBox .info-box-title strong {
    color: #0b7206;
}

.contentBox .info-box-inner {
    font-size: 18px;
    color: #757575;
}

a.btn {
    gap: 20px;
    padding: 5px 10px 5px 30px;
    border: 2px solid #fff;
}

a.btn:hover {
    background: #d9b538;
    border: 2px solid #fff;
}

a.btn span.wd-btn-icon {
    transition: all ease 0.5s;
}

a.btn:hover span.wd-btn-icon {
    transform: rotate(30deg);
}

.whiteBtn {
    background: transparent;
    border: 2px solid #fff;
    padding: 5px 30px !important;
}

.whiteBtn:hover {
    background: #d9b538;
    border: 2px solid #fff;
}

.yellowBtn {
    background: #d9b538;
    border: 2px solid #d9b538;
    gap: 20px;
    padding: 5px 10px 5px 30px;
}

.yellowBtn:hover {
    background: transparent;
    border: 2px solid #fff;
}

.yellowBtn span.wd-btn-icon {
    transition: all ease 0.5s;
}

.yellowBtn:hover span.wd-btn-icon {
    transform: rotate(30deg);
}

/* dots */
.wd-nav-pagin-wrap ul.wd-nav-pagin li.wd-nav-pagin-item.wd-active {
    border: 2px solid #fff;
    padding: 4px;
    border-radius: 100%;
}

.wd-nav-pagin-wrap ul.wd-nav-pagin li.wd-nav-pagin-item span {
    background: #8d8c8c;
    border: 0;
}

.wd-nav-pagin-wrap ul.wd-nav-pagin li.wd-nav-pagin-item.wd-active span {
    background: #fff;
}
/* dots */
/* theme css */

/* header */
.whb-row.whb-general-header {
    border: 15px solid transparent;
    border-bottom: 0;
    border-radius: 30px;
    margin: 15px;
}

.headerBtn {
    background: #fff;
    color: #0b7206;
    border: 2px solid #fff;
    padding: 5px 30px !important;
}

.headerBtn:hover {
    background: #d9b538;
}

.whb-row.whb-general-header .menu {
    gap: 45px;
}

.whb-row.whb-general-header .menu li a {
    color: #ffffffc7;
}

.whb-row.whb-general-header .menu li.current-menu-item a {
    color: #fff;
    font-weight: bold;
}

.whb-row.whb-general-header .menu li a:hover {
    color: #fff;
}

.whb-row.whb-general-header  .wd-header-search a {
    color: #fff !important;
}
/* header */

/* bannerSec */
.bannerSec .bannerRow {
    border: 15px solid #fff;
    border-bottom: 0;
    border-radius: 50px;
    height: 750px;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    padding-top: 40px;
    padding-left: 80px;
    padding-right: 80px;
}

.bannerSec .bannerRow .title-wrapper {
    text-align: left;
}

.bannerSec .bannerRow .title-wrapper .woodmart-title-container {
    font-size: 49px;
    color: #fff;
}

.bannerSec .bannerRow .title-wrapper .title-after_title.reset-last-child.wd-fontsize-xs {
    color: #fff;
    font-size: 18px;
}

.bannerSec .bannerRow .btnRow {
    padding-top: 30px;
}

.bannerSec .bannerRow .btnRow .wpb_wrapper {
    display: flex;
    gap: 20px;
}

.bannerSec .bannerRow .wd-nav-pagin-wrap {
    position: absolute;
    bottom: -90px;
}
/* bannerSec */

/* aboutRow */
.aboutRow {
    padding: 70px 0;
}

.aboutRow .aboutList {
    margin: 0;
    padding: 30px 0;
    border-top: 2px solid #ddd;
    border-bottom: 2px solid #ddd;
    margin-bottom: 30px;
}

.aboutRow .aboutList strong {
    color: #0b7206;
    font-size: 26px;
}

.aboutRow .aboutList ul {
    list-style: none;
    padding: 0;
}

.aboutRow .aboutList ul li {
    position: relative;
    color: #757575;
    /* display: flex; */
    gap: 10px;
    align-items: center;
    font-size: 18px;
    padding-left: 25px;
}

.aboutRow .aboutList ul li:before {
    content: '';
    position: absolute;
    width: 15px;
    height: 15px;
    background-image: url(/wp-content/uploads/2026/03/Symbol.png);
    left: 0;
    top: 12px;
}

.aboutRow .wd-button-wrapper {
    text-align: left;
}

.aboutRow .popCol .vc_column-inner .wpb_wrapper {
    width: 100%;
    height: 100%;
}

.aboutRow .popCol .vc_column-inner .wpb_wrapper .wd-button-wrapper {
    width: 100%;
    height: 70%;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
}

.aboutRow .popCol .vc_column-inner .wpb_wrapper .wd-button-wrapper a.btn {
    gap: 0;
    font-size: 0;
    background: transparent;
    transition: all ease 0.5s;
    padding: 0;
    width: 100%;
    height: 100%;
}

.aboutRow .popCol .vc_column-inner .wpb_wrapper .wd-button-wrapper a.btn span.wd-btn-icon {
    transform: none;
}

.aboutRow .popCol .vc_column-inner .wpb_wrapper .wd-button-wrapper:hover a.btn {
    transform: scale(1.09);
}

.popCol  .wpb_text_column {
    margin-top: 60px;
}

.aboutRow .popCol {
    position: relative;
}

.aboutRow .popCol .woodmart-counter {
    position: absolute;
    display: flex;
    width: 50%;
    padding: 20px 30px;
    bottom: 20%;
    background: #F5F2EC;
    left: 50px;
    border-radius: 15px;
    gap: 20px;
}

.aboutRow .popCol .woodmart-counter .counter-value {
    font-size: 60px !important;
    position: relative !important;
    color: #0b7206 !important;
}

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

.aboutRow .popCol .woodmart-counter .counter-label {
    color: #000 !important;
}
/* aboutRow */

/* bioRow */
.bioRow {
    padding: 50px 10px 70px;
    border: 20px solid #fff;
    border-radius: 60px;
}

.bioRow .wpb_single_image figure {
    width: 100%;
}

.bioRow .wpb_single_image figure .vc_single_image-wrapper {
    width: 100%;
}

.bioRow .wpb_single_image figure .vc_single_image-wrapper img {
    width: 100%;
    border-radius: 70px;
}

.logoImg {
    margin: 0; 
}

.bioRow .logoImg figure .vc_single_image-wrapper img {
    width: auto !important;
}

.bioRow .wd-button-wrapper {
    text-align: left;
}

.bioRow .aboutFlexRow .wpb_wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0 0 20px;
    gap: 20px;
}

.bioRow .aboutFlexRow .wpb_wrapper .wpb_single_image {
    width: 15%;
    margin: 0;
}

.bioRow .aboutFlexRow .wpb_wrapper .woodmart-counter {
    padding: 15px;
    background: #bf9d27;
    border-radius: 15px !important;
    margin: 0;
}

.bioRow .aboutFlexRow .wpb_wrapper .woodmart-counter .counter-value {
    color: #fff !important;
}

.bioRow .aboutFlexRow .wpb_wrapper .woodmart-counter .counter-label {
    color: #fff !important;
}
/* bioRow */

/* serviceBox */
.serviceSec {
    padding: 50px 0 40px;
}

.serviceSec .contentBox {
    text-align: center;
}

.serviceBox .wpb_wrapper {
    background: #D9B53826;
    padding: 40px 20px 10px;
    border: 2px solid #D9B538;
    border-radius: 25px;
}

.serviceBox .wpb_wrapper .wpb_wrapper {
    background: transparent;
    padding: 0;
    border: none;
    border-radius: 0;
}

.serviceBox .wpb_wrapper .wd-info-box {
    text-align: center;
    position: relative;
    margin-bottom: 30px;
    height: 240px;
}

.serviceBox .wpb_wrapper .wd-info-box .info-box-title {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.serviceBox .wpb_wrapper .wd-info-box .wd-button-wrapper {
    /* position: absolute; */
    /* text-align: center; */
    /* left: 0; */
    /* right: 0; */
    /* margin: auto; */
    /* width: 43%; */
    /* padding: 0; */
    /* bottom: -55px; */
    /* z-index: 99; */
}

.serviceBox .wpb_wrapper .wd-info-box .wd-button-wrapper {
    text-align: center;
}

.serviceBox .wpb_wrapper  .wpb_single_image img {
    border-radius: 15px !important;
}

.serviceBox .wpb_wrapper .wd-info-box .wd-button-wrapper a.btn {
    background: transparent;
    color: #4D273F;
    border: 0;
    font-size: 16px;
    gap: 5px;
    padding: 0;
}

.serviceBox .wpb_wrapper .wpb_single_image {
    margin-bottom: 0;
}

.serviceSec .wd-carousel-container .wd-nav-pagin-wrap {
    margin-top: 90px;
}

.serviceSec .wd-carousel-container .wd-nav-pagin-wrap ul.wd-nav-pagin {
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
}

.serviceSec .wd-carousel-container .wd-nav-pagin-wrap ul.wd-nav-pagin li.wd-nav-pagin-item.wd-active {
    border: 0;
    padding: 0;
}

.serviceSec .wd-carousel-container .wd-nav-pagin-wrap ul.wd-nav-pagin li.wd-nav-pagin-item span {
    background: #E7E7E7;
    width: 100%;
}

.serviceSec .wd-carousel-container .wd-nav-pagin-wrap ul.wd-nav-pagin li.wd-nav-pagin-item {
    width: 7%;
}

.serviceSec .wd-carousel-container .wd-nav-pagin-wrap ul.wd-nav-pagin li.wd-nav-pagin-item.wd-active span {
    background: #0B7206;
}

.wd-nav-arrows {
    left: 0;
    right: 0;
    top: 100% !important;
    margin: auto;
    justify-content: center;
    gap: 20px !important;
}

.wd-nav-arrows .wd-arrow-inner {
    width: 50px;
    height: 50px;
    background: #0b7206;
    color: #fff;
    border-radius: 100%;
    border: 2px solid #0b7206;
}

.serviceSec .wpb_text_column {
    margin: 0;
    font-size: 20px;
    color: #0b7206;
    padding-top: 50px;
}

.wd-nav-arrows .wd-arrow-inner:hover {
    background: #bf9d27;
    color: #000;
}
/* serviceBox */

/* contactSec */
.contactSec {
    border: 20px solid #fff;
    border-radius: 70px;
}

.contactSec .vc_row.wpb_row.vc_row-fluid {
    padding: 50px 40px;
}

.contactSec .greenCol .wpb_wrapper {
    background: #0b7206;
    border-radius: 20px;
    padding: 40px 40px 20px;
}

.contactSec .greenCol .wpb_wrapper .info-box-subtitle {
    background: #fff;
    color: #0b7206 !important;
}

.contactSec .greenCol .wpb_wrapper .info-box-subtitle::before {
    background: #0b7206;
}

.contactSec .greenCol .wpb_wrapper .info-box-title {
    color: #fff;
    padding-bottom: 20px;
    border-bottom: 2px solid #2f8a2a;
    margin-bottom: 20px;
}

.contactSec .greenCol .flexBox {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.contactSec .greenCol .flexBox .info-box-inner, .info-box-inner a {
    color: #fff;
    font-size: 18px;
}

.contactSec .whiteCol .wpb_wrapper {
    background: #fff;
    border-radius: 20px;
    padding: 40px 40px 20px;
    height: 100%;
}

.contactSec .whiteCol .contentBox .info-box-title {
    font-size: 40px;
}

.contactSec .whiteCol .wpb_wrapper .wpforms-field {
    padding: 7px 0 !important;
}

.contactSec .whiteCol .wpb_wrapper .wpforms-field input {
    min-height: 45px !important;
    border-radius: 5px !important;
    border: 0 !important;
    background: #F5F2EC !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
}

.contactSec .whiteCol .wpb_wrapper .wpforms-field textarea {
    min-height: 50px !important;
    border-radius: 5px !important;
    border: 0 !important;
    background: #F5F2EC !important;
    padding: 10px 20px !important;
}

.contactSec .whiteCol .wpb_wrapper button {
    background: #0b7006 !important;
    padding: 15px 30px !important;
    border-radius: 30px !important;
    color: #fff !important;
    font-size: 16px !important;
    border: 2px solid #fff !important;
}

.contactSec .whiteCol .wpb_wrapper button:hover {
    background: #d9b538 !important; 
    border: 2px solid #fff !important;
}
/* contactSec */

/* testiRow */
.testiRow {
    padding: 50px 0;
}

.testiRow .contentBox {
    text-align: center;
}

.testiRow .wd-info-box .wd-info-box {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.testiRow .wd-info-box .vc_row.wpb_row.vc_row-fluid {
    margin: 10px 0;
    background: #F9F4E199;
    padding: 30px 30px 40px;
    border-radius: 20px;
}

.testiRow .wd-info-box .vc_row.wpb_row.vc_row-fluid .wpb_text_column {
    font-size: 22px;
    color: #000;
    letter-spacing: 1px;
    margin-bottom: 15px;
}

.testiRow .wd-info-box .wd-info-box .info-box-inner {
    color: #000;
    margin: 0;
}

.testiRow .wd-info-box .wd-info-box .info-box-title {
    margin-top: 10px;
}

.testiRow .wd-nav-pagin-wrap ul.wd-nav-pagin li.wd-nav-pagin-item.wd-active span {
    background: #0b7206;
}

.testiRow .wd-nav-pagin-wrap ul.wd-nav-pagin li.wd-nav-pagin-item.wd-active {
    border: 2px solid #0b7206;
}

.testiRow .wd-nav-pagin-wrap ul.wd-nav-pagin li.wd-nav-pagin-item span {
    border: 2px solid transparent;
}

.testiRow .wd-nav-pagin-wrap ul.wd-nav-pagin li.wd-nav-pagin-item {
    border: 2px solid transparent;
    padding: 5px;
}

.wd-nav-pagin-wrap ul.wd-nav-pagin li.wd-nav-pagin-item span:hover {
    background: #8d8c8c  !important;
}

/* new */
.testiRow .wd-carousel-container {
    width: 60%;
    margin: auto;
}
/* testiRow */

/* footerSec */
.footerSec {
    background: #0B7206;
    border: 20px solid #fff;
    border-radius: 70px;
    padding-top: 60px;
    padding-bottom: 20px;
}

.footerSec .vc_row.wpb_row.vc_row-fluid {
    padding: 0 30px;
}

.footerSec .wpb_text_column {
    color: #fff;
    font-size: 20px;
}

.footerSec .woodmart-title-container {
    color: #fff;
    font-size: 28px;
}

.footerSec .liner-continer {
    text-align: left;
}

.footerSec .wd-social-icons {
    justify-content: flex-start;
}

.footerSec .wd-social-icons a.wd-social-icon {
    background: #fff;
    border-color: #fff;
}

.footerSec .wd-social-icons a.wd-social-icon:hover {
    background: transparent;
}

.footerSec .wd-info-box {
    display: flex;
    flex-direction: row;
}

.footerSec .wd-info-box .info-box-title {
    color: #fff;
}

.footerSec .wd-info-box .info-box-inner {
    color: #fff;
}

.footerSec .footerMain {
    padding-bottom: 30px !important;
}

.footerSec form input {
    min-height: 50px !important;
    border-radius: 30px !important;
    padding: 10px 20px !important;
}

.footerSec form button {
    border-radius: 30px !important;
    padding: 15px 30px !important;
    color: #0b7206 !important;
    border: 2px solid #fff !important;
}

.footerSec form button:hover {
    background: #d9b538 !important;
    color: #fff !important;
}

.footerSec .menu li a {
    color: #ffffffc4;
}

.footerSec .menu li.current-menu-item a {
    color: #fff;
    font-weight: bold;
}

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

.footerSec .rightsCol .menu {
    display: flex;
    justify-content: flex-end;
    gap: 30px;
}
/* footerSec */

/* serviceInnerPage */
.bioRow.serviceInnerPage {
    padding-top: 150px;
}
/* serviceInnerPage */

/* packagePlanRow */
.aboutContentRow .wpb_text_column strong {
    color: #0b7206;
    font-size: 26px;
}

.aboutContentRow .wpb_text_column h3 strong {
    font-size: 32px !important;
}

.aboutContentRow .wpb_text_column h4 strong {
    font-size: 32px !important;
}

.aboutRow.packagePlanRow .contentBox {
    margin: 0;
}

.aboutRow.packagePlanRow .wpb_text_column strong {
    color: #0b7206;
}

.vigil-table {
  width: 100%;
  background: #ded8c7; /* same beige */
  border-collapse: collapse;
}

.vigil-table td {
  padding: 12px 20px;
  border: none; /* removes table lines */
  color: #555;
  line-height: 1.6;
  display: flex;
  gap: 15px;
  align-items: center;
}

.vigil-table .level {
  color: #1e7d2b; /* green text */
  font-weight: 700;
}

.vigil-table .price {
  margin-left: 5px;
  white-space: nowrap;
}
/* packagePlanRow */

/* popRow */
div#videoPopup .wpb_raw_code {
    margin: 0;
}

div#videoPopup .wpb_raw_code iframe {
    width: 100%;
    height: 400px;
}
/* popRow */

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

    .bannerSec .bannerRow .title-wrapper .woodmart-title-container {
        font-size: 45px;
    }
    
    .contentBox .info-box-title {
        font-size: 42px;
    }
    
    .testiRow .wd-info-box .vc_row.wpb_row.vc_row-fluid .wpb_text_column {
        font-size: 20px;
    }
    
    .footerSec .wpb_text_column {
        font-size: 18px;
    }
    
}
/* responsive */

@media (max-width: 1399px) {
    
    .bannerSec .bannerRow .title-wrapper .woodmart-title-container {
        font-size: 38px;
    }
    
    .bannerSec .bannerRow .title-wrapper .title-after_title.reset-last-child.wd-fontsize-xs {
        font-size: 16px;
    }
    
    .contactSec .greenCol .flexBox .info-box-inner, .info-box-inner a {
        font-size: 14px;
    }

    .contentBox .info-box-title {
        font-size: 35px;
    }
    
    .contentBox .info-box-inner {
        font-size: 16px;
    }
    
    .aboutRow .aboutList strong {
        font-size: 20px;
    }
    
    .bioRow .aboutFlexRow .wpb_wrapper .woodmart-counter .counter-value {
        font-size: 30px;
    }
    
    .contentBox .info-box-subtitle {
        font-size: 16px;
    }
    
    .contactSec .whiteCol .contentBox .info-box-title {
        font-size: 35px;
    }
    
    .testiRow .wd-info-box .vc_row.wpb_row.vc_row-fluid .wpb_text_column {
        font-size: 18px;
    }

    .footerMain {
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
    }
    
    .footerMain .wpb_column.vc_column_container {
        width: 48%;
    }

}

@media (max-width: 1169px) {

    .whb-row.whb-general-header .menu {
        gap: 22px;
    }
    
    .bannerSec .bannerRow .title-wrapper .woodmart-title-container {
        font-size: 30px;
    }
    
    .bannerSec .bannerRow .title-wrapper .title-after_title.reset-last-child.wd-fontsize-xs {
        font-size: 14px;
    }
    
    a.btn {
        font-size: 12px;
        gap: 10px;
        padding: 5px 5px 5px 20px;
    }
    
    .contentBox .info-box-title {
        font-size: 28px;
    }
    
    .contentBox .info-box-inner {
        font-size: 14px;
    }
    
    .aboutRow .aboutList ul li {
        font-size: 14px;
    }
    
    .contentBox .info-box-subtitle {
        font-size: 14px;
    }
    
    .contactSec .whiteCol .contentBox .info-box-title {
        font-size: 28px;
    }
    
    .contactSec .greenCol .flexBox {
        display: flex;
        flex-direction: column;
    }
    
    .testiRow .wd-info-box .vc_row.wpb_row.vc_row-fluid .wpb_text_column {
        font-size: 16px;
    }
    
    .footerMain .wpb_column.vc_column_container {
        width: 45%;
    }

}

@media (max-width: 1025px) {

    .whb-row.whb-general-header {
        border-top: 0;
        /* border-radius: 20px; */
    }

    .bannerSec .bannerRow {
        height: 600px;
    }
    
    .bannerSec .bannerRow .wpb_column.vc_column_container {
        width: 90%;
        margin: auto;
    }
    
    .bannerSec .bannerRow .title-wrapper {
        text-align: center;
    }
    
    .bannerSec .bannerRow .btnRow .wpb_wrapper {
        justify-content: center;
    }
    
    .bannerSec .bannerRow .wpb_column.vc_column_container .wpb_column.vc_column_container {
        width: 100%;
    }
    
    a.btn span {
        width: 30px;
    }

    .aboutRow .popCol .vc_column-inner .wpb_wrapper .wd-button-wrapper a.btn span.wd-btn-icon {
        width: 80px;
    }

}

@media (max-width: 991px) {

    .aboutRow .contentBox {
        margin-bottom: 15px;
    }
    
    .aboutRow .aboutList {
        padding: 15px 0;
    }
    
    .bioRow {
        padding: 20px 10px 50px;
    }
    
    .serviceSec {
        padding: 40px 0 20px;
    }
    
    .serviceBox .wpb_wrapper .wd-info-box .info-box-inner {
        font-size: 14px;
    }
    
    .contactSec .vc_row.wpb_row.vc_row-fluid {
        padding: 20px 40px 50px;
    }
    
    .testiRow {
        padding: 40px 0 30px;
    }
    
    .footerSec .wpb_text_column {
        font-size: 16px;
    }
    
    .footerSec .menu li a {
        font-size: 14px;
    }
    
    .footerSec .woodmart-title-container {
        font-size: 24px;
    }

    .aboutRow .popCol .vc_column-inner .wpb_wrapper .wd-button-wrapper {
        height: 50%;
    }
    
    .bioRow {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    
    .bioRow .wpb_column.vc_column_container {
        width: 100%;
    }
    
    .bioRow .wpb_column.bioPicRow {
        width: 50%;
    }
    
    .bioRow .contentBox {
        text-align: center;
    }
    
    .bioRow .aboutFlexRow .wpb_wrapper {
        justify-content: center;
    }
    
    .bioRow .wd-button-wrapper {
        text-align: center;
    }

    .serviceBox .wpb_wrapper .wd-info-box {
        height: auto;
    }
    
    .serviceBox .wpb_wrapper .wpb_single_image {
        text-align: center;
    }
    
    .serviceBox .wpb_wrapper .wpb_single_image .wpb_wrapper.vc_figure {
        width: 100%;
    }
    
    .serviceBox .wpb_wrapper .wpb_single_image .wpb_wrapper.vc_figure .vc_single_image-wrapper {
        width: 100%;
    }
    
    .serviceBox .wpb_wrapper .wpb_single_image .wpb_wrapper.vc_figure .vc_single_image-wrapper img {
        width: 100%;
    }

    .footerSec .wd-info-box {
        gap: 10px;
        display: flex;
        flex-direction: column;
    }
    
    .footerSec .footerMain {
        display: flex;
        justify-content: space-evenly;
        column-gap: 0;
    }

    .contactSec .greenCol .wpb_wrapper {
        padding: 40px 20px 20px;
    }
    
    .contactSec .greenCol .wpb_wrapper .info-box-title {
        font-size: 24px;
    }
    
    .contactSec .greenCol .flexBox {
        gap: 0;
    }
    
    .contactSec .greenCol .flexBox .info-box-content {
        display: none;
    }
    
    .contactSec .whiteCol .contentBox {
        margin-bottom: 0;
    }
    
    .contactSec .whiteCol .wpb_wrapper {
        padding: 20px 20px 0px;
    }
    
    .contactSec .whiteCol .wpb_wrapper .wpforms-field textarea {
        min-height: 100px !important;
        height: 100% !important;
    }

    .contactSec .whiteCol .wpb_wrapper button {
        font-size: 14px !important;
    }

}

@media (max-width: 768px) {

    .bannerSec .bannerRow {
        padding-left: 0;
        padding-right: 0;
    }
    
    .bannerSec .bannerRow .wpb_column.vc_column_container {
        width: 98%;
    }
    
    .aboutRow .contentBox {
        text-align: center;
    }
    
    .aboutRow .wd-button-wrapper {
        margin-bottom: 30px;
        text-align: center;
    }
    
    .aboutRow .popCol .vc_column-inner .wpb_wrapper .wd-button-wrapper {
        height: 400px;
    }
    
    .bioRow .wpb_column.bioPicRow {
        width: 80%;
    }
    
    .bioRow .wpb_column.bioPicRow .wpb_single_image {
        margin: 0;
    }
    
    .bioRow .aboutFlexRow .wpb_wrapper .wpb_single_image {
        width: 28%;
    }
    
    .bioRow .aboutFlexRow .wpb_wrapper .wpb_single_image figure.wpb_wrapper.vc_figure {
        padding: 0;
    }
    
    .serviceSec {
        padding-left: 30px;
        padding-right: 30px;
    }

    .testiRow .wd-carousel-container {
        width: 80%;
    }
    
    .footerSec .footerMain {
        display: flex;
        flex-direction: column;
    }
    
    .footerSec .footerMain .wpb_column.vc_column_container {
        width: 100%;
    }
    
    .footerSec .footerMain .wpb_single_image {
        text-align: center;
    }
    
    .footerSec .wpb_text_column {
        text-align: center;
    }
    
    .footerSec .wd-social-icons {
        justify-content: center;
    }
    
    .footerSec .liner-continer {
        text-align: center;
    }
    
    .footerSec .menu li {
        text-align: center;
    }
    
    .footerSec .wd-info-box {
        align-items: center;
        text-align: center;
    }
    
    .footerSec form .wpforms-submit-container {
        text-align: center !important;
    }
    
    .footerSec .rightsCol .menu {
        justify-content: center;
    }
    
    .footerSec .rightsCol .vc_wp_custommenu {
        margin: 0;
    }

}



