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

.page-title {
    padding-top: 200px !important;
    margin-bottom: 0 !important;
}

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

.contentBox .info-box-title {
    font-size: 40px;
    font-weight: bold;
    padding-left: 20px;
    position: relative;
    text-transform: uppercase;
}

.contentBox .info-box-subtitle {
    padding-left: 20px;
    font-size: 20px;
    color: #f24431;
    text-transform: uppercase;
}

.contentBox .info-box-title:before {
    content: '';
    position: absolute;
    left: 0;
    width: 5px;
    height: 130px;
    background: #f24431;
    bottom: 10px;
}

.contentBox .info-box-inner {
    color: #131313;
    font-size: 19px;
}
/* theme css */

/* header */
.whb-header {
    position: absolute;
    top: 0;
    width: 100%;
}

.whb-general-header {
    border: 0 !important;
}

.whb-general-header ul li {
    padding: 10px 20px;
}

.whb-general-header ul {
    background: #ffffff7d;
}

.whb-general-header ul li.current-menu-item {
    background: #ffffff59;
    border-bottom: 2px solid #f24431;
}

.whb-general-header ul li a span {
    color: #fff;
}

.whb-general-header ul li.current-menu-item a span {
    color: #f24431;
}

.whb-general-header .wd-button-wrapper {
    padding-left: 0 !important;
}

.whb-general-header .wd-button-wrapper a.btn.btn-color-default {
    padding: 20px 110px 22px 15px;
    background: linear-gradient(116deg, #f24431 60%, #ffffffd6 30%);
    color: #fff;
    clip-path: polygon(0 0, 100% 0%, 85% 100%, 0% 100%);
    position: relative;
    transition: all ease 0.5s;
}

.whb-general-header .wd-button-wrapper a.btn.btn-color-default:after {
    content: '';
    position: absolute;
    width: 20px;
    height: 10px;
    background: url(/wp-content/uploads/2024/03/Arrow.png);
    right: 36px;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    transition: all ease 0.5s;
}

.whb-general-header .wd-button-wrapper a.btn.btn-color-default:hover:after {
    transform: rotate(90deg);
}

.whb-general-header .wd-button-wrapper a.btn.btn-color-default:hover {
    background: linear-gradient(116deg, #fff 60%, #000 30%);
    color: #f24431;
}
/* header */

/* mainBanner */
.mainBanner {
    padding: 340px 0 25px;
    display: flex;
    justify-content: center;
}

.whb-general-header {
    border: 0;
}

.mainBanner .contentBox .info-box-subtitle {
    color: #fff;
    text-align: center;
    font-size: 20px;
    text-transform: capitalize;
}

.mainBanner .contentBox .info-box-title {
    color: #fff;
    text-align: center;
    font-size: 70px;
    line-height: 90px;
    text-transform: capitalize;
    font-weight: 400;
}

.mainBanner .contentBox .info-box-title:before {
    display: none;
}

.mainBanner .contentBox .info-box-inner {
    color: #fff;
    text-align: center;
    font-size: 18px;
}

.mainBanner .contentBox .wd-button-wrapper {
    text-align: center;
}

/* bannerFooter */
.bannerFooter .contentBox {
    display: flex;
    flex-direction: row;
    gap: 30px;
    padding: 50px 20px;
    transition: all ease 1s;
    margin-bottom: 0;
}

.bannerFooter .contentBox:hover {
    background: #f24431;
}

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

.bannerFooter .contentBox:hover img {
    filter: brightness(5);
}

.bannerFooter .contentBox .info-box-subtitle {
    color: #333333;
    font-size: 18px;
    transition: all ease 0.5s;
    padding-left: 0;
}

.bannerFooter .contentBox .info-box-inner {
    color: #333333;
    transition: all ease 0.5s;
    font-size: 18px;
}

.bannerFooter .contentBox:hover .info-box-subtitle {
    color: #fff;
}

.bannerFooter .contentBox:hover .info-box-inner {
    color: #fff;
}
/* bannerFooter */
/* mainBanner */

/* about */
.aboutRow {
	padding: 50px 0;
}

.aboutImgCol {
    position: relative !important;
}

.aboutImgCol .aboutMainImg {
    width: 90%;
    z-index: 2;
    position: relative;
}

.aboutImgCol .borderImg {
    position: absolute;
    z-index: 0;
    bottom: -10px;
    width: 90%;
    right: 25px;
}
/* about */

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

.serviceRow .contentBox .info-box-title:before {
    height: 80px;
}

.contentBox.myService {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    text-align: center;
}

.contentBox.myService .wd-button-wrapper {
    position: absolute;
    bottom: -120%;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
}

.contentBox.myService .wd-button-wrapper a.btn.btn-color-default {
    background: transparent;
    border: 2px solid #fff;
    color: #fff;
    box-shadow: 1px 1px 9px #000;
}

.contentBox.myService .wd-button-wrapper a.btn.btn-color-default:hover {
    background: #f24431;
    border: 2px solid #fff;
    color: #fff;
}

.contentBox.myService  .info-box-subtitle {
    padding-left: 0;
    transition: 0.5s;
}

.contentBox.myService .info-box-inner {
    font-size: 16px;
    padding-bottom: 20px;
    position: relative;
}

.contentBox.myService .info-box-inner:after {
    content: '';
    position: absolute;
    width: 30px;
    height: 5px;
    background: #f24431;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.contentBox.myService {
    box-shadow: 0px 1px 8px 3px #0000001f;
    padding: 30px 20px;
    margin: 20px 0 !important;
    transition: all ease 0.5s;
}

.contentBox.myService:hover {
    background: #f24431;
}

.contentBox.myService:hover .info-box-subtitle {
    color: #fff;
}

.contentBox.myService:hover .info-box-inner {
    color: #fff;
}

.contentBox.myService .info-box-inner {
    transition: all ease 0.5s;
}

.serviceRow .owl-carousel .owl-nav>div {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
    pointer-events: visible;
}

.serviceRow .owl-nav>div[class*="next"] {
    top: -14% !important;
    border: 2px solid #f24431 !important;
    right: 0% !important;
    color: #f24431 !important;
}

.serviceRow .owl-nav>div[class*="prev"] {
    top: -14% !important;
    border: 2px solid #f24431 !important;
    left: 90% !important;
    color: #f24431 !important;
}
/* serviceRow */

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

.testiRow .testiMain .info-box-content {
    display: flex;
    flex-direction: column-reverse;
    background: #fff;
    padding: 50px;
    border-radius: 20px;
}

.testiRow .testiMain .info-box-content .info-box-content {
    padding: 0;
    border-radius: 0;
}

.testiSlide {}

.btn.btn-color-default.testibtn {
    background-color: #F24431;
    color: #fff;
    padding: 10px;
    width: 100%;
    border-radius: 30px;
}

.testiRow .testiMain .info-box-content .info-box-inner {
    padding-bottom: 20px;
}

.testiRow .testiMain .info-box-content .info-box-subtitle {
    margin-bottom: 20px;
}

.btn.btn-color-default.testibtn.btn2 {
    background: #333;
    font-size: 0;
    position: relative;
}

.btn.btn-color-default.testibtn.btn2:before {
    content: '';
    position: absolute;
    width: 50%;
    height: 15px;
    background: url(/wp-content/uploads/2024/03/stars.png);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}
/* testiRow */

/* footerSec */
.footerSec {
    padding-top: 0 !important;
}

.page-id-8 .footerSec {
    padding-top: 150px !important;
}

.footerSec .contactRow{
	display: none !important;
}

.page-id-78 .footerSec {
    padding-top: 150px !important;
}

.page-id-78 .footerSec .contactRow{
	display: flex !important;
}

.page-id-8 .footerSec .contactRow{
	display: flex !important;
}

/* contactRow */
.footerSec .contactRow .contactInner{
	background: #fff;
	padding: 30px;
}

.footerSec .contactRow {
    /* background: #fff; */
    display: flex;
    justify-content: center;
}

.borderCol {
	border-right: 2px solid #f24431;
}

.formInner .vc_column-inner {
	padding-left: 50px !important;
}

.footerSec .contactRow .contactInfo {
    display: flex;
    flex-direction: row;
    padding: 10px;
    gap: 10px;
    align-items: center;
}

.footerSec .contactRow .contactInfo .info-box-title {
    color: #f24431;
    margin-bottom: 0;
}

.footerSec .contactRow .contactInfo .box-icon-wrapper {
    margin-bottom: 0;
}

.footerSec .contactRow .contactInner .formTitle 
 .info-box-title {
    font-size: 36px;
    text-align: left;
}

.footerSec .contactRow .contactInner input {
    border: 2px solid #f24431;
}


.footerSec .contactRow .contactInner textarea {
    border: 2px solid #f24431;
}
/* contactRow */

/* mainFooter */
.mainFooter {
    padding: 50px 0 20px;
}

.mainFooter .title-wrapper {
    text-align: left;
    margin-bottom: 30px;
    padding-bottom: 10px;
    border-bottom: 3px solid #707070;
    position: relative;
}

.mainFooter .title-wrapper .woodmart-title-container {
    color: #fff;
}

.mainFooter .title-wrapper:before {
    content: '';
    position: absolute;
    width: 40%;
    height: 3px;
    background: #f24431;
    top: 100%;
}

.mainFooter .menu li a {
    color: #fff;
}

.mainFooter p {
    color: #fff;
}

.mainFooter  a.wd-social-icon span {
    color: #F24431;
}
/* mainFooter */

/* rightsRow */
.rightsRow .menu {
    display: flex;
    gap: 10px;
    justify-content: flex-end;
}

.rightsRow .vc_wp_custommenu.wpb_content_element {
    margin-bottom: 0 !important;
}

.rightsRow {
    padding: 30px 0 0;
    border-top: 2px solid #707070;
}

.rightsRow p {
    color: #fff;
}

.rightsRow p a {
    color: #f24431;
}

.rightsRow .menu li a {
    color: #fff;
}
/* rightsRow */
/* footerSec */










