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


.main-page-wrapper {
    padding-top: 0;
}

.whb-header .whb-row .btn {
    background: transparent;
    color: #fa4729;
    font-size: 17px;
    text-transform: capitalize;
    width: 120px;
}

.whb-header .whb-row .btn:hover {
    background: #dddd;
    color: #181d4e;
}

.whb-header .whb-row .wd-button-wrapper {
    margin: 0;
}

.whb-header .whb-row ul li a {
    color: #fff;
    text-transform: capitalize;
}

.whb-header {
    position: absolute;
    width: 100%;
}

.whb-header .whb-row {
    background-color: transparent !important;
}

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

.bannerSec {
    overflow: visible !important;
    height: 750px !important;
}

.bannerSec .vc_column-inner .wpb_wrapper .info-box-carousel-wrapper .owl-stage-outer .owl-item .wd-info-box {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 40px;
    align-items: center;
}

.bannerSec .vc_column-inner .wpb_wrapper .info-box-carousel-wrapper .owl-stage-outer .owl-item .wd-info-box .box-icon-wrapper {
    width: 60%;
}

.bannerSec .box-icon-wrapper img {
    height: 600px;
}

.bannerSec .vc_column-inner .owl-item .info-box-content .info-box-title {
    color: #fff;
    font-size: 45px;
    line-height: 60px;
}

.bannerSec .vc_column-inner .owl-item .info-box-content .info-box-inner {
    color: #fff;
    font-size: 16px;
    line-height: 24px;
}

.servicesSec .info-box-content .info-box-subtitle {
    font-size: 20px;
}

.servicesSec .info-box-content .info-box-title {
    font-size: 45px;
}

.servicesSec .info-box-content p {
    font-size: 16px;
}

.service {
    height: 230px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 0 10px;
    position: relative;
}

.service:before {
    content: '';
    position: absolute;
    left: -10px;
    top: 0;
    height: 100%;
    width: 2px;
    background: #d53e29;
}


.service .service-content h2 {
    font-size: 24px;
    color: #d53e29;
    transition: all ease 1s;
}

.service .service-content h2:hover {
    color: #171b49;
}

.service .service-content a {
    font-size: 0px;
    position: relative;
}

.service .service-content a:before {
    content: '';
    position: absolute;
    left: 10px;
    background-image: url(https://thnahdev.demoweblink.xyz/wp-content/uploads/2023/09/rightarrow.png);
    background-size: cover;
    background-position: center;
    width: 20px;
    height: 12px;
    top: -5px;
}

.service .service-content:hover a {
    font-size: 16px;
    color: #212655;
}

.service .service-content:hover a:before {
    left: 90px;
    top: 6px;
}

.approachSec {
    padding: 50px 0;
}

.approachSec .info-box-content .info-box-title {
        font-size: 45px;
        line-height: 55px;
}

.approachSec .info-box-content .info-box-inner {
    font-size: 16px;
    line-height: 24px;
}

.approachSec .info-box-content .info-btn-wrapper {
    background: #fff;
}

.approachSec .info-box-content .info-btn-wrapper .btn.btn-color-primary {
    background: #181d4e;
    transition: all ease 1s;
}

.approachSec .info-box-content .info-btn-wrapper .btn.btn-color-primary:hover {
    background: transparent;
    color: #181d4e;
    letter-spacing: 1px;
}

.testimonialsSec {padding: 50px 0 100px;}

.testimonialsSec .info-box-content .info-box-subtitle {
    font-size: 22px;
    color: #fff;
}

.testimonialsSec .info-box-content .info-box-title {
    font-size: 45px;
    line-height: 55px;
    color: #fff;
}


.testimonialsSec .testimonial {
    display: flex;
    align-items: center;
    gap: 10px;
}

.testimonialsSec .testimonial .designations {
    width: 29%;
}

.testimonialsSec .testimonial .testimonial-content {
    width: 69%;
}

.testimonialsSec .testimonial .testimonial-content p {
    color: #fff;
}

.testimonialsSec .testimonial .designations .box h2 {
    color: #fff;
    font-size: 25px;
}

.ourProjectsSec .info-box-wrapper .info-box-title {
    text-align: center;
    font-size: 45px;
    margin: 0;
}

.project {
    position: relative;
    padding: 0 10px 0;
}

.project .project-content {
    position: absolute;
    bottom: 20px;
    left: 30px;
}

.project .project-content h2 {
    background: #fff;
    padding: 5px 15px;
    text-transform: capitalize;
}

.project .project-content p {
    background: #fff;
    padding: 5px 15px;
    text-transform: capitalize;
    font-size: 17px;
}



.footerMain p{
    color: #fa4729;
    text-transform: capitalize;
    font-size: 20px;
} 


.footerMain .textBox p{
    color: #fff;
    text-transform: capitalize;
    font-size: 16px;
}

.footerMain .textBox p a:hover {
    color: #fa4729;
}

.footerMain {
    padding: 50px 0 0;
}

.easy-newsletter input.wpens_email {
    background: #fff;
    position: relative;
    border-radius: 5px;
    padding: 20px;
    font-size: 18px;
}

.easy-newsletter .input-field label {
    display: none;
}

.easy-newsletter .input-field.input-submit {
    text-align: end;
}

.easy-newsletter .input-field.input-submit button {
    background: #fa4729;
    transition: all ease 1s;
    color: #fff;
    border: 2px solid transparent;
    border-radius: 5px;
}

.easy-newsletter .input-field.input-submit button:hover {
    background: transparent;
    color: #fa4729;
    border: 2px solid #fa4729;
}

.copyRightSec {
    border-top: 2px solid #fa4729;
}

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

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


.slide-arrow { position: absolute; top: 50%; margin-top: -15px; }
.prev-arrow {left: 30%;width: 30px;height: 60px;background: url(https://thnahdev.demoweblink.xyz/wp-content/uploads/2023/09/rightArrow.png), #fff;top: 150px;/* background-size: contain; */background-repeat: no-repeat;transition: all ease 1s;background-position: center;border-radius: 30px;border: 10px solid #fff;transform: rotate(180deg);}
.prev-arrow:hover {border: 10px solid #000;}
.next-arrow {right: 59%;top: 490px;width: 30px;height: 60px;background: url(https://thnahdev.demoweblink.xyz/wp-content/uploads/2023/09/rightArrow.png), #fff;top: 150px;/* background-size: contain; */background-repeat: no-repeat;transform: rotate(0);transition: all ease 1s;background-position: center;border-radius: 30px;border: 10px solid #fff;}
.next-arrow:hover {border: 10px solid #000;}

.page-title-default {
    padding: 180px 0 60px !important;
    margin-bottom: 0 !important;
}

/*singleService page*/
.single-service .main-page-wrapper>.container {
    max-width: 100%;
}

.servicesTitle {
    padding-top: 164px;
    width: 100%;
    text-align: center;
    background: #0c0e26;
    padding-bottom: 20px;
}

.servicesTitle .tilte {color: #fa4729;font-size: 60px;}

.single_serviceSection {
    padding: 70px 0;
    display: flex;
    align-items: center;
}

.single_serviceSection h3 {
    font-size: 28px;
}

.single_serviceSection .singleServiceThumbnail {
    text-align: center;
}

.single_serviceSection .singleServiceThumbnail img {
    width: 200px;
    height: 200px;
    object-fit: contain;
    filter: drop-shadow(2px 4px 6px black);
}







.single-project .main-page-wrapper>.container {
    max-width: 100%;
}

.projectTitle {
    padding-top: 164px;
    width: 100%;
    text-align: center;
    background: #0c0e26;
    padding-bottom: 20px;
}

.projectTitle .tilte {color: #fa4729;font-size: 60px;}

.single_projectSection {
    padding: 70px 0;
    display: flex;
    align-items: center;
}

.single_projectSection h3 {
    font-size: 28px;
}

.single_projectSection .singleProjectThumbnail {
    text-align: center;
}

div#gform_wrapper_1 input {
    border: 2px solid #fa4729;
}

div#gform_wrapper_1 input:focus {
    background: #0c0e26;
    color: #fff;
}

div#gform_wrapper_1 textarea {
    border: 2px solid #fa4729;
}

div#gform_wrapper_1 textarea:focus {
    background: #0c0e26;
    color: #fff;
}

div#gform_wrapper_1 #gform_submit_button_1 {
    background: #fa4729;
    color: #fff;
    width: 100%;
    margin-bottom: 0;
    transition: all ease 1s;
}

.charleft.ginput_counter.gfield_description {
    display: none;
}

div#gform_wrapper_1 #gform_submit_button_1:hover {
    background: #0c0e26;
    letter-spacing: 1px;
}








