/*
 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 */
.main-page-wrapper {
    padding-top: 0 !important;
}

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

.site-content {
    margin-bottom: 0 !important;
}

.page-title {
    margin-bottom: 0 !important;
}

.contentBox .info-box-subtitle {
    color: #F6C90E;
    font-family: 'Roboto' ,sans-serif;
    font-size: 18px;
}

.contentBox .info-box-title {
    color: #000;
    font-size: 45px;
}

.contentBox .info-box-title strong {
    color: #f6cb3c;
    border-bottom: 2px solid #f6cb3c;
}

.contentBox .info-box-inner {
    color: #000;
}

a.btn.btn-color-primary {
    color: #f6c90e;
    border: 2px solid transparent;
    text-transform: capitalize;
}

a.btn.btn-color-primary:hover {
    color: #f6c90e;
    border: 2px solid #f6c90e;
    background: transparent;
}
/* theme */

/* header */
.whb-main-header .whb-row.whb-top-bar {
    padding: 5px 0;
}

.whb-main-header .whb-row.whb-general-header {
    padding: 10px 0;
    border-bottom: 0 !important;
}

.topBannerInfo {
    font-size: 16px !important;
    color: #fff;
    position: relative;
    padding-left: 0 !important;
}

.topBannerInfo a {
    color: #fff;
}

.topBannerInfo:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    background: transparent;
    width: 20px;
    height: 15px;
    margin: auto;
}

.topBannerInfo.info1:before {
    background: url(/wp-content/uploads/2024/05/mail.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.topBannerInfo.info2:before {
    background: url(/wp-content/uploads/2024/05/call.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
}

.whb-main-header .whb-row.whb-top-bar span.wd-icon {
    color: #f6c90e;
}

.whb-main-header .whb-row.whb-top-bar span.wd-icon:hover {
    color: #fff;
}

.whb-row.whb-general-header .menu li a:hover {
    color: #e6bd15;
    border-bottom: 2px solid #e6bd15;
}

.whb-row.whb-general-header .menu li a {
    border-bottom: 2px solid transparent;
}
/* header */

/* mainBanner */
.bannerSec {
    position: relative !important;
}

.mainBanner {
    height: 600px;
    background-size: cover;
    background-position: center top;
    display: flex;
    align-items: center;
    background-repeat: no-repeat;
    position: relative;
    /* margin-bottom: 130px; */
    padding-bottom: 60px;
}

.mainBanner .contentBox .info-box-title {
    color: #fff;
    font-size: 50px;
    font-weight: 500;
}

.mainBanner .contentBox .info-box-inner {
    color: #fff;
    width: 83%;
}

/* bannerFooter */
.bannerSec .bannerFooter {
    position: absolute;
    bottom: -140px;
    display: flex;
    gap: 15px;
    z-index: 999 !important;
}

.bannerSec .bannerFooter .title-wrapper {
    margin-bottom: 0 !important;
}

.bannerSec .bannerFooter .wpb_single_image {
    margin-bottom: 0;
}

.bannerSec .bannerFooter .wd-text-block {
    padding-top: 20px;
    color: #fff;
    height: 122px;
}

.bannerSec .bannerFooter .bannerCard .vc_column-inner {
    background: #000 !important;
    border-radius: 20px;
}

.bannerSec .bannerFooter .title-wrapper .title {
    color: #fff;
    padding-top: 14px;
    font-size: 23px;
}

.bannerSec .bannerFooter .wd-text-block {
}

.bannerSec .bannerFooter .bannerCard .vc_column-inner .wpb_wrapper {
    padding: 10px;
}

.bannerSec .bannerFooter .bannerCard .vc_column-inner .vc_inner .wpb_wrapper {
    padding: 0;
}
/* bannerFooter */
/* mainBanner */

/* aboutRow */
.aboutRow {
    padding-top: 180px;
    padding-bottom: 50px;
}

.aboutRow .contentBox .info-box-subtitle {
    color: #000;
}

.signCol .wpb_wrapper {
    display: flex;
    flex-direction: row;
}

.signCol .wpb_wrapper .title-wrapper {
    padding-left: 40px;
    position: relative;
}

.signCol .wpb_wrapper .title-wrapper:before {
    content: '';
    position: absolute;
    left: 10px;
    top: 0;
    right: 0;
    height: 100%;
    width: 3px;
    background: #f6cb3c;
}
/* aboutRow */

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

.servicesRow .contentBox .info-box-subtitle {
    color: #000 !important;
}

.servicesRow .contentBox {
    width: 75%;
    margin: auto;
    margin-bottom: 30px;
}

.servicesRow .serviceInfoBox {
    height: 400px;
    padding: 40px;
}

.servicesRow .serviceInfoBox .info-box-content {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.servicesRow .serviceInfoBox .info-box-title {
    color: #fff;
    font-size: 28px;
    text-align: center;
    transition: all ease 0.5s;
    border-bottom: 2px solid transparent;
}

.servicesRow .serviceInfoBox .info-box-inner {
    color: #fff;
    text-align: center;
}

.servicesRow .serviceInfoBox:hover .info-box-title {
    color: #f6cb3c;
    border-bottom: 2px solid #f6cb3c;
}
/* servicesRow */

/* successRow */
.successRow {
    padding: 120px 0;
    background-size: 100% 100%;
    background-position: center center;
    background-repeat: no-repeat;
}

.page-id-71 .successRow {
    padding: 140px 0;
}

.successRow .contentBox .info-box-subtitle {
    color: #000;
}
/* successRow */

/* footer */
.footerSec {
    background: linear-gradient(0deg, black 80%, #f2f2f2 20%);
    padding: 70px 0 0;
}

.ctaRow {
    display: flex;
    justify-content: center;
    padding-bottom: 30px;
}

.ctaRow .vc_column-inner {
    border-radius: 20px;
}

.ctaRow .vc_column-inner .centerCol {}

.ctaRow .vc_column-inner .centerCol .info-box-title {
    font-size: 28px;
    position: relative;
}

.ctaRow .vc_column-inner .centerCol .info-box-title:before {
    content: '';
    position: absolute;
    width: 3px;
    height: 100%;
    background: #fff;
    left: -40px;
}

.ctaRow .vc_column-inner .info-box-title {
    color: #fff;
    font-size: 20px;
}

.ctaRow .vc_column-inner .info-box-inner {
    color: #fff;
}

.footerSec .title {
    color: #fff;
    position: relative;
}

.footerSec .title:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 25px;
    height: 5px;
    background: #f6c90e;
    border-radius: 10px;
}

.footerSec li span.list-content {
    color: #fff;
    font-size: 16px;
}

.footerSec li span.list-icon {
    color: #f6c90e !important;
}

.rightsRow {
    border-top: 2px solid #757575;
}

.rightsRow .wd-info-box {
    margin-bottom: 0;
}

.rightsRow .wd-text-block {
    color: #fff;
}

.mianFooter {
    padding: 20px 0;
}

.footerSec .menu li a {
    color: #fff;
    border-bottom: 2px solid transparent;
}

.footerSec .menu li a:hover {
    border-bottom: 2px solid #f6c90e;
}

.footerSec span.wd-icon {
    color: #f6c90e;
}

.footerSec form {
    position: relative;
}

.footerSec form .ginput_container input {
    background: #fff;
    width: 80% !important;
    border-radius: 50px;
}

.footerSec form .gform_footer {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0 !important;
    padding: 0 !important;
    width: 14.5%;
    height: 40px;
    transition: all ease 0.5s;
    background: #f6c90e;
    border-radius: 20px;
    border: 2px solid transparent;
}

.footerSec form .gform_footer input {
    margin: 0 !important;
    font-size: 0;
    border-radius: 100%;
    position: relative !important;
    z-index: 0;
    background: transparent;
}

.footerSec .wd-text-block p {
    color: #fff;
}

.footerSec form .gform_footer:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 20px;
    height: 20px;
    background: url(/wp-content/uploads/2024/05/fArrow.png);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    z-index: 0;
}

.footerSec form .gform_footer:hover {
    background: #000;
    border: 2px solid #f6c90e;
}
/* footer */

/* about page */
.page-id-62 .aboutRow {
    padding-top: 50px;
}
/* about page */

/* contact page */
.page-id-74 .successRow {
    padding: 50px 0;
}

.contactRow form .gfield input {
    border: 2px solid #f6c90e;
    background: #fff;
}

.contactRow form textarea {
    border: 2px solid #f6c90e;
    background: #fff;
}

.contactRow form input#gform_submit_button_2 {
    background: #000;
    color: #f6c90e;
    padding: 15px 35px;
    border-radius: 50px;
    border: 2px solid transparent;
}

.contactRow form input#gform_submit_button_2:hover {
    border: 2px solid #f6c90e;
    background: #fff;
    color: #000;
}
/* contact page */

/* responsive */
@media screen and (max-width: 1169px) {

.whb-main-header .whb-row.whb-general-header .site-logo img {
    max-width: 190px !important;
    height: 180px !important;
    max-height: 100px !important;
}

.whb-general-header-inner {
    height: 100px !important;
    max-height: 100px !important;
}

.whb-general-header-inner .site-logo {
    max-width: 170px;
}    

.topBannerInfo {
    font-size: 14px !important;
}

.whb-row.whb-general-header .menu li a {
    font-size: 14px;
}

.mainBanner .contentBox .info-box-title {
    font-size: 42px;
}

.contentBox .info-box-subtitle {
    font-size: 16px;
}

.contentBox .info-box-inner {
    font-size: 14px;
}

.bannerSec .bannerFooter .wd-text-block {
    font-size: 14px;
    height: 112px;
}

.bannerSec .bannerFooter .bannerCard .vc_column-inner .wpb_wrapper {
    padding-top: 0;
}

.aboutRow .contentBox .info-box-title {
    font-size: 38px;
}

.aboutRow .wd-list {
    margin-bottom: 15px;
}

.aboutRow .wd-list li {
    font-size: 12px;
    margin-bottom: 5px;
}

.aboutRow .wd-list li span {
    font-size: 12px;
}

.aboutRow a.btn.btn-color-primary {
    font-size: 10px;
    padding: 10px 15px;
    border-radius: 12px;
}

.aboutRow .wpb_column.vc_column_container .vc_row.wpb_row.vc_inner {
    display: flex;
    align-items: center;
}

.signCol .wpb_wrapper .title-wrapper {
    margin-bottom: 0;
}

.contentBox .info-box-title {
    font-size: 38px;
}

.servicesRow .serviceInfoBox {
    padding: 30px;
}

.servicesRow .serviceInfoBox .info-box-inner {
    font-size: 14px;
}

.servicesRow .serviceInfoBox .info-box-title {
    font-size: 22px;
}

.successRow {
    padding: 30px 0;
}

.ctaRow .vc_column-inner .info-box-title {
    font-size: 16px;
}

.ctaRow .vc_column-inner .info-box-inner {
    font-size: 14px;
}

.ctaRow .vc_row.wpb_row {
    display: flex;
    align-items: center;
}

.ctaRow .vc_column-inner .centerCol {
    margin-bottom: 20px;
}

.footerSec li span.list-content {
    font-size: 14px;
}

.footerSec .menu li a {
    font-size: 14px;
}

.footerSec .wd-text-block p {
    font-size: 14px;
}
	
.bannerSec .bannerFooter {
    width: 98%;
    margin: 0 auto;
}
    
}

@media screen and (max-width: 951px) {
	
.bannerSec .bannerFooter .bannerCard .vc_row.wpb_row {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.bannerSec .bannerFooter .wd-text-block {
    text-align: center;
    height: 132px;
    margin-bottom: 10px;
    font-size: 12px;
}

.bannerSec .bannerFooter .bannerCard .vc_row.wpb_row .liner-continer {
    text-align: center;
}

.bannerSec .bannerFooter .bannerCard .vc_row.wpb_row .vc_col-sm-1\/5 .vc_column-inner {
    padding: 0;
}

.aboutRow .contentBox .info-box-inner {
    height: 187px;
    font-size: 12px;
    overflow: scroll;
    padding-right: 10px;
}

.aboutRow .contentBox {
    margin-bottom: 10px;
}

.vc_row.wpb_row.vc_row-fluid.aboutRow .wpb_column.vc_column_container {
    width: 50%;
}

.vc_row.wpb_row.vc_row-fluid.aboutRow .wpb_column.signCol.vc_column_container.vc_col-sm-8 {
    width: 70%;
}

.vc_row.wpb_row.vc_row-fluid.aboutRow .wpb_column.wpb_column.vc_column_container.vc_col-sm-4 {
    width: 40%;
}

.successRow {
    background-size: cover;
    background-position: center right;
}

.ctaRow .vc_column-inner .centerCol .info-box-title:before {
    left: -23px;
    top: 0px;
}

.ctaRow .vc_column-inner .centerCol .info-box-title {
    font-size: 22px;
    margin: 0;
}

.ctaRow .vc_column-inner .info-box-title {
    font-size: 14px;
}

.ctaRow .vc_column-inner .info-box-inner {
    font-size: 12px;
}

.ctaRow .vc_column-inner a.btn.btn-color-primary {
    padding: 10px 20px;
}

.ctaRow .vc_row.wpb_row {
    align-items: baseline;
}

.ctaRow  .vc_column-inner {
    padding-top: 10px;
}

.bannerSec .bannerFooter .title-wrapper .title {
    font-size: 17px;
}

.bannerSec .bannerFooter .bannerCard .vc_column-inner {
    padding-top: 10px !important;
}

.mblHeaderCta .box-icon-wrapper {
    margin-right: 10px;
    max-width: 24% !important;
}

.mblHeaderCta .info-box-subtitle {
    font-size: 12px;
    margin-bottom: 5px;
}

.mblHeaderCta  .info-box-title {
    font-size: 14px;
}
	
}

@media screen and (max-width: 767px) {
	
.mblHeaderCta {
    display: none !important;
}

.bannerSec .bannerFooter {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 80%;
    bottom: 0;
    padding: 40px 0;
}

.bannerSec .bannerFooter .wpb_single_image {
    text-align: center;
}

.aboutRow {
    display: flex;
    flex-direction: column;
}

.vc_row.wpb_row.vc_row-fluid.aboutRow .wpb_column.vc_column_container {
    width: 100%;
}

.aboutRow {
    padding: 0px 0 50px;
}

.contentBox .info-box-title {
    text-align: center;
}

.contentBox .info-box-subtitle {
    text-align: center;
}

.mainBanner .contentBox .info-box-inner {
    width: 100%;
    text-align: center;
}

.mainBanner {
    height: 400px;
    padding: 20px 0;
}

.mainBanner .text-left {
    text-align: center !important;
}

.aboutRow .contentBox .info-box-inner {
    text-align: center;
    height: 100%;
}

.aboutRow .wd-list li {
    justify-content: center;
}

.aboutRow .wd-list {
    margin-top: 20px;
}

.vc_row.wpb_row.vc_row-fluid.aboutRow .wpb_column.wpb_column.vc_column_container.vc_col-sm-4 {
    width: 45%;
}

.vc_row.wpb_row.vc_row-fluid.aboutRow .wpb_column.wpb_column.vc_column_container.vc_col-sm-4 .wpb_wrapper {
    display: flex;
    justify-content: flex-end;
}

.vc_row.wpb_row.vc_row-fluid.aboutRow .wpb_column.signCol.vc_column_container.vc_col-sm-8 {
    width: 50%;
}

.servicesRow .contentBox {
    width: 100%;
}

.mainBanner .contentBox .info-box-title {
    font-size: 32px;
}

.mainBanner .contentBox .info-box-inner {
    font-size: 12px;
}

a.btn.btn-color-primary {
    font-size: 12px;
}

.bannerSec .bannerFooter .wd-text-block {
    height: auto;
}

.aboutRow .contentBox .info-box-title {
    font-size: 26px;
}

.servicesRow .contentBox .info-box-title {
    font-size: 32px;
}

.contentBox .info-box-inner {
    font-size: 12px;
    text-align: center;
}

.servicesRow .serviceInfoBox .info-box-inner {
    font-size: 12px;
}

.successRow {
    background-position: left center;
}

.ctaRow .info-box-title {
    text-align: center;
}

.ctaRow .info-box-inner {
    text-align: center;
}

.ctaRow .wd-info-box {
    margin-bottom: 0;
}

.ctaRow a.btn.btn-color-primary {
    margin-bottom: 20px;
}

.ctaRow .vc_column-inner .centerCol {
    margin-bottom: 10px;
}

.footerSec .liner-continer {
    text-align: center !important;
}

.footerSec  li {
    justify-content: center;
}

.footerSec  li {
    text-align: center !important;
    justify-content: center !important;
}

.footerSec .wd-text-block p {
    font-size: 12px;
    text-align: center;
}

.footerSec .box-icon-wrapper {
    text-align: center;
}

.footerSec .wd-social-icons {
    text-align: center;
    margin-bottom: 10px;
}

.wd-button-wrapper {
    text-align: center !important;
}

.mblHeaderCta {
    display: none !!important;
}

.servicesRow .contentBox .info-box-title {
    font-size: 26px;
}

.contentBox .info-box-title {
    font-size: 26px;
}

.aboutRow .title {
    font-size: 15px !important;
}

.aboutRow .title-after_title {
    font-size: 11px !important;
}
	
}
/* responsive */







