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





.whb-row.whb-general-header {
    padding: 10px;
    border-top: 5px solid #fc6e18;
    /* height: 129px; */
    /* padding-top: 12px; */
    padding-top: 20px;
}

.wd-nav[class*="wd-style-underline"] .nav-link-text:after {
    background-color: #fc6e18;
}
.wd-nav:where(:not(.wd-dis-act))>li:where(.current-menu-item,.wd-active,.active)>a {
    color: #000 !important;
}
.wd-nav:where(:not(.wd-dis-hover))>li:where(.wd-opened,:hover)>a {
    color: #000 !important;
}
a.btn1 {
    background: #fc6e18;
    color: #fff;
    padding: 20px 50px;
    border: 1px solid #fc6e18;
    transition:0.5s all ease;
    font-size: 12px;
}
a.btn1:hover {
    background: transparent;
    border: 1px solid #fc6e18;
    color: #000;
}
.whb-main-header .whb-column.whb-col-left:before {
    content: '';
    position: absolute;
    width: 5px;
    height: 70px;
    background: #fc6e18;
    left: 0;
}
.whb-main-header .whb-column.whb-col-right:after {
    content: '';
    position: absolute;
    width: 5px;
    height: 70px;
    background: #fc6e18;
    right: 0;
}
.slider-row .vc_column-inner {
    padding: 0;
}
main#main-content {
    padding-top: 0;
    padding-bottom: 0;
}
.banner-text h4 {
    font-family: poppins;
    font-size: 45px;
}
a.banner-btn:hover {
    color: #fff !important;
}
.title-color strong {
    color: #fc6e18;
}
.slide-sec {
    position: relative;
}

.call-back:before {
    content: '';
    position: absolute;
    width: 50%;
    height: 70px;
    background: #000;
    left: 0;
    border: 3px solid #FFF;
    border-left: none;
    border-radius: 1px 50px 50px 1px;
    bottom: 12%;
}

.call-back {
    padding: 2%;
}
.about-sec {
    position: relative;
}
.about-img1 img {
    position: absolute;
    z-index: 20;
    transition: 0.5s all ease;
    top: -356px;
    right: -100px;
}

.about-img1 img:hover {filter: drop-shadow(2px 4px 6px black);}
.about-img2 img {
    margin-bottom: -200px;
    position: relative;
    z-index: 20;
}
.list-line ul {
    display: flex;
    gap: 50px;
    padding-top: 50px;
    justify-content: center;
}
.areas-box .info-box-content {
    padding: 30px;
    border: 1px solid #f4e1d5;
    border-radius: 20px !important;
	transition: 0.5s all ease;
}

.areas-box a {
    color: #fff;
    background: #000;
    margin-bottom: -83px;
    transition:0.5s all ease;
    width: 180px;
    padding: 20px;
}
.areas-box .info-box-content:hover {
    border-color: #fc6e18;
}
.areas-box .info-box-content:hover .info-box-title {
    color: #fc6e18 !important;
    transition: 0.5s all ease;
}
.areas-box a:hover {
    color: #fff;
    background: #fc6e18 !important;
}
.wd-arrow-inner:hover {
    color: #fc6e18 !important;
}
a.btn2 {
    background: transparent;
    color: #fff;
    border: 1px solid #fff;
    padding: 20px 50px;
    transition: 0.5s all ease;
}

a.btn2:hover {
    background: #000;
    color: #fff;
    border: 1px solid #000;
}
.service-info {
    padding: 10px;
    background: #000;
    width: 100%;
    text-align: center;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}

h3.title {
    color: #fff;
    font-size: 18px;
}
div#services_carousel {
    margin-bottom: -239px;
}
.vc-hoverbox-block.vc-hoverbox-front {
    height: 654px;
}

.vc-hoverbox-front-inner h2 {
    font-size: 30px;
    margin-top: 80px;
}

.vc-hoverbox {
    height: 440px;
}

.vc-hoverbox-back-inner h2 {
    color: #fff;
    font-size: 30px;
}

.vc-hoverbox-back p {
    color: #fff;
}

button.vc_general.vc_btn3 {
    background: #fc6e18;
    color: #fff;
	border: 1px solid #fc6e18;
}

button.vc_general.vc_btn3:hover {
    background: transparent;
    border: 1px solid #fc6e18;
    color: #fff;
}
.vc-hoverbox-block.vc-hoverbox-back {
    border: 7px solid #fc6e18;
    height: 650px;
}
.hover-2 .vc-hoverbox-front-inner h2 {
    color: #fff;
}
.team-card .team-image img {
    width: 140px;
    height: 140px;
    position: relative;
    z-index: 3;
}

.team-image {
    display: flex;
    justify-content: center;
}
.team-body {
    text-align: center;
}

ul.team-contact-info {
    justify-content: center;
}
article.team-card {
    padding: 40px 20px 20px 20px;
    width: 300px;
    position: relative;
}
.team-contact-info span.fa-brands.fa-facebook-f {
    color: #fff;
    background: #000;
    width: 35px;
    height: 35px;
    padding: 10px;
    border-radius: 20px;
    transition: 0.5s all ease;
}

.team-contact-info span.fa-brands.fa-facebook-f:hover {
    background: #fc6e18;
}
.team-contact-info span.fa-brands.fa-instagram {
    color: #fff;
    background: #000;
    width: 35px;
    height: 35px;
    padding: 10px;
    border-radius: 20px;
    transition: 0.5s all ease;
}

.team-contact-info span.fa-brands.fa-instagram:hover {
    background: #fc6e18;
}
article.team-card:before {
    content: '';
    position: absolute;
    width: 283px;
    height: 100px;
    background: #000;
    top: 10px;
    left: 7px;
    border-radius: 11px;
    z-index: 2;
}
article.team-card:hover:before {
    background: #fc6e18;
    transition: 0.5s;
}
.gform-body input {
    border-top: none !important;
    border-right: none !important;
    border-left: none !important;
    border-color: #d1d1d1;
}

.gform-body textarea#input_1_7 {
    border-top: none !important;
    border-right: none !important;
    border-left: none !important;
    border-color: #d1d1d1;
}
input#gform_submit_button_1 {
    padding: 15px 50px;
    background: #fc6e18;
    color: #fff;
    border: 1px solid #fc6e18;
    border-radius: 30px;
    transition: 0.5s all ease;
}

input#gform_submit_button_1:hover {
    background: transparent;
    color: #000;
}
.google-map-container.wd-map-container.forstyle.wd-rs-69276f441ec1e {
    position: relative;
    z-index: 6;
}
.map-back:before {
    content: '';
    position: absolute;
    width: 280px;
    height: 250px;
    background: #000;
    bottom: 40px;
    right: -10px;
}
.widget_nav_menu a {
    color: #fff;
    font-family: 'Poppins';
    transition: 0.5s all ease;
}

.widget_nav_menu a:hover {
    color: #fc6e18;
}
#easy-newsletter-form label {
    display: none;
}

form#easy-newsletter-form {
    display: flex;
}

button#easy-newsletter-submit {
    background: transparent;
    color: #fc6e18;
    margin-left: -55px;
}

input.wpens_email {
    width: 250px;
    border: 1px solid #fff;
}
#easy-newsletter-form label {
    display: none;
}
a.btn-5 {
    padding: 20px 40px;
    color: #fff;
    background: #000;
    border: 1px solid #fff;
    transition: 0.5s all ease;
}

a.btn-5:hover {
    background: transparent;
    border: 1px solid #fc6e18;
    color: #fff;
}

form#easy-newsletter-form {
    display: flex;
}

button#easy-newsletter-submit {
    background: transparent;
    color: #fc6e18;
    margin-left: -55px;
}

input.wpens_email {
    width: 220px;
    border: 1px solid #fff;
}
.item.slick-slide {
    margin: 10px !important;
}
h3.team-title {
    font-family: 'Poppins';
    text-transform: uppercase;
    font-size: 25px !important;
}
.team-title strong {
    color: #fc6e18 !important;
}
span.wd-el-video-play-btn {
    background: #fc6e18;
    border-radius: 50px;
}

.about-inner img {
    margin-bottom: 0 !important;
}
.contact-raw {
    width: 100% !important;
}
.our_services .item {
    margin: 10px 0;
}

.our_services .item img {
    width: 100%;
    height: 370px;
}
.area-we-serve .wd-carousel {
    overflow-y: visible;
}
a.woodmart-nav-link {
    font-weight: 500 !important;
	text-transform: capitalize !important;
}
.col-btn .wpb_wrapper {
    display: flex !important;
    gap: 30px !important;
}
.get-a-qoute .gform-footer {
    justify-content: center;
}

input#gform_submit_button_2 {
    padding: 15px 40px;
    background: #fc6e18;
    color: #fff;
    border-radius: 25px;
}
select#input_2_9 {
    border-top: none;
    border-right: none;
    border-left: none;
}
.title a:hover {
    color: #fc6e18 !important;
}

.wd-entry-content {}

.post-single-page .wd-entry-content p {
    color: #000 !important;
    text-align: center;
    padding-top: 37px;
}

.post-single-page .wd-post-image {
    width: 100%;
}

.post-single-page .wd-post-image img {
    width: 100%;
}

/* .main-page-wrapper {
    display: none;
} */

.page-title-default {
    height: 239px;
    background: rebeccapurple;
    display: flex;
    align-items: center;
    background-image: url('https://stage.projects-delivery.com/ampedpowersystem/wp-content/uploads/2025/12/photo-1509389807183-f0fbe962761a.jpg');
    background-size: cover; /* cover: poora container fill karega, contain: poora image dikhega */
    background-position: center; /* image center me rahe */
    background-repeat: no-repeat; /* repeat na ho */
    position: relative;
    margin-bottom: 60px;
}



.page-title-default h1 {
    text-align: center;
    color: #fff;
    font-size: 60px;
}

.page-title-default .breadcrumbs {
    text-align: center;
    color: #fff;
}

.page-title.page-title-default.title-size-large.title-design-centered {}

.page-title-default::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: #fc6e1845;
}

.page-title-default .container {
    position: relative;
    z-index: 91;
}

.page-title-default  a {
    color: #fff;
}

.single-post-section .post-content {}

.single-post-section .col-md-6 {
    display: flex;
    align-items: center;
}

.single-post-section h1 {
    padding-bottom: 16px;
}

.main-footer a {
    color: #fff !important;
}





/* ----------------------------code-------------------- */

.Industries {
    height: 1400px;
}

.postid-245 .page-title {
    background-image: url(https://stage.projects-delivery.com/ampedpowersystem/wp-content/uploads/2025/12/Gemini_Generated_Image_vfhgu5vfhgu5vfhg.png)  !important;
    height: 400px;
    background-position-y: -492px !important;
}

.postid-245 .page-title .entry-title.title {
    display: none;
}h1.entry-title.title {}

.postid-245 .page-title .breadcrumbs {
    display: none;
}

.whb-row.whb-general-header .site-logo {
    max-height: none !important;
}

.whb-row.whb-general-header .site-logo img {
    max-width: 382px !important;
}

.whb-row.whb-general-header #menu-main-menu {}

.whb-row.whb-general-header #menu-main-menu span {
    font-size: 20px;
}

.whb-row.whb-general-header nav {
    padding-bottom: 15px;
}
.whb-row.whb-general-header nav {
    padding-bottom: 15px;
}

.whb-row.whb-general-header .btn {
    height: 64px;
    margin-bottom: 15px;
    font-size: 16px;
}
#day-c .wd-info-box {
    margin-bottom: 8px;
}
/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/





.whb-row.whb-general-header {
    padding: 10px;
    border-top: 5px solid #fc6e18;
    /* height: 129px; */
    /* padding-top: 12px; */
    padding-top: 20px;
}

.wd-nav[class*="wd-style-underline"] .nav-link-text:after {
    background-color: #fc6e18;
}
.wd-nav:where(:not(.wd-dis-act))>li:where(.current-menu-item,.wd-active,.active)>a {
    color: #000 !important;
}
.wd-nav:where(:not(.wd-dis-hover))>li:where(.wd-opened,:hover)>a {
    color: #000 !important;
}
a.btn1 {
    background: #fc6e18;
    color: #fff;
    padding: 20px 50px;
    border: 1px solid #fc6e18;
    transition:0.5s all ease;
    font-size: 12px;
}
a.btn1:hover {
    background: transparent;
    border: 1px solid #fc6e18;
    color: #000;
}
.whb-main-header .whb-column.whb-col-left:before {
    content: '';
    position: absolute;
    width: 5px;
    height: 70px;
    background: #fc6e18;
    left: 0;
}
.whb-main-header .whb-column.whb-col-right:after {
    content: '';
    position: absolute;
    width: 5px;
    height: 70px;
    background: #fc6e18;
    right: 0;
}
.slider-row .vc_column-inner {
    padding: 0;
}
main#main-content {
    padding-top: 0;
    padding-bottom: 0;
}
.banner-text h4 {
    font-family: poppins;
    font-size: 45px;
}
a.banner-btn:hover {
    color: #fff !important;
}
.title-color strong {
    color: #fc6e18;
}
.slide-sec {
    position: relative;
}

.call-back:before {
    content: '';
    position: absolute;
    width: 50%;
    height: 70px;
    background: #000;
    left: 0;
    border: 3px solid #FFF;
    border-left: none;
    border-radius: 1px 50px 50px 1px;
    bottom: 12%;
}

.call-back {
    padding: 2%;
}
.about-sec {
    position: relative;
}
.about-img1 img {
    position: absolute;
    z-index: 20;
    transition: 0.5s all ease;
    top: -356px;
    right: -100px;
}

.about-img1 img:hover {filter: drop-shadow(2px 4px 6px black);}
.about-img2 img {
    margin-bottom: -200px;
    position: relative;
    z-index: 20;
}
.list-line ul {
    display: flex;
    gap: 50px;
    padding-top: 50px;
    justify-content: center;
}
.areas-box .info-box-content {
    padding: 30px;
    border: 1px solid #f4e1d5;
    border-radius: 20px !important;
	transition: 0.5s all ease;
}

.areas-box a {
    color: #fff;
    background: #000;
    margin-bottom: -83px;
    transition:0.5s all ease;
    width: 180px;
    padding: 20px;
}
.areas-box .info-box-content:hover {
    border-color: #fc6e18;
}
.areas-box .info-box-content:hover .info-box-title {
    color: #fc6e18 !important;
    transition: 0.5s all ease;
}
.areas-box a:hover {
    color: #fff;
    background: #fc6e18 !important;
}
.wd-arrow-inner:hover {
    color: #fc6e18 !important;
}
a.btn2 {
    background: transparent;
    color: #fff;
    border: 1px solid #fff;
    padding: 20px 50px;
    transition: 0.5s all ease;
}

a.btn2:hover {
    background: #000;
    color: #fff;
    border: 1px solid #000;
}
.service-info {
    padding: 10px;
    background: #000;
    width: 100%;
    text-align: center;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}

h3.title {
    color: #fff;
    font-size: 18px;
}
div#services_carousel {
    margin-bottom: -239px;
}
.vc-hoverbox-block.vc-hoverbox-front {
    height: 654px;
}

.vc-hoverbox-front-inner h2 {
    font-size: 30px;
    margin-top: 80px;
}

.vc-hoverbox {
    height: 440px;
}

.vc-hoverbox-back-inner h2 {
    color: #fff;
    font-size: 30px;
}

.vc-hoverbox-back p {
    color: #fff;
}

button.vc_general.vc_btn3 {
    background: #fc6e18;
    color: #fff;
	border: 1px solid #fc6e18;
}

button.vc_general.vc_btn3:hover {
    background: transparent;
    border: 1px solid #fc6e18;
    color: #fff;
}
.vc-hoverbox-block.vc-hoverbox-back {
    border: 7px solid #fc6e18;
    height: 650px;
}
.hover-2 .vc-hoverbox-front-inner h2 {
    color: #fff;
}
.team-card .team-image img {
    width: 140px;
    height: 140px;
    position: relative;
    z-index: 3;
}

.team-image {
    display: flex;
    justify-content: center;
}
.team-body {
    text-align: center;
}

ul.team-contact-info {
    justify-content: center;
}
article.team-card {
    padding: 40px 20px 20px 20px;
    width: 300px;
    position: relative;
}
.team-contact-info span.fa-brands.fa-facebook-f {
    color: #fff;
    background: #000;
    width: 35px;
    height: 35px;
    padding: 10px;
    border-radius: 20px;
    transition: 0.5s all ease;
}

.team-contact-info span.fa-brands.fa-facebook-f:hover {
    background: #fc6e18;
}
.team-contact-info span.fa-brands.fa-instagram {
    color: #fff;
    background: #000;
    width: 35px;
    height: 35px;
    padding: 10px;
    border-radius: 20px;
    transition: 0.5s all ease;
}

.team-contact-info span.fa-brands.fa-instagram:hover {
    background: #fc6e18;
}
article.team-card:before {
    content: '';
    position: absolute;
    width: 283px;
    height: 100px;
    background: #000;
    top: 10px;
    left: 7px;
    border-radius: 11px;
    z-index: 2;
}
article.team-card:hover:before {
    background: #fc6e18;
    transition: 0.5s;
}
.gform-body input {
    border-top: none !important;
    border-right: none !important;
    border-left: none !important;
    border-color: #d1d1d1;
}

.gform-body textarea#input_1_7 {
    border-top: none !important;
    border-right: none !important;
    border-left: none !important;
    border-color: #d1d1d1;
}
input#gform_submit_button_1 {
    padding: 15px 50px;
    background: #fc6e18;
    color: #fff;
    border: 1px solid #fc6e18;
    border-radius: 30px;
    transition: 0.5s all ease;
}

input#gform_submit_button_1:hover {
    background: transparent;
    color: #000;
}
.google-map-container.wd-map-container.forstyle.wd-rs-69276f441ec1e {
    position: relative;
    z-index: 6;
}
.map-back:before {
    content: '';
    position: absolute;
    width: 280px;
    height: 250px;
    background: #000;
    bottom: 40px;
    right: -10px;
}
.widget_nav_menu a {
    color: #fff;
    font-family: 'Poppins';
    transition: 0.5s all ease;
}

.widget_nav_menu a:hover {
    color: #fc6e18;
}
#easy-newsletter-form label {
    display: none;
}

form#easy-newsletter-form {
    display: flex;
}

button#easy-newsletter-submit {
    background: transparent;
    color: #fc6e18;
    margin-left: -55px;
}

input.wpens_email {
    width: 250px;
    border: 1px solid #fff;
}
#easy-newsletter-form label {
    display: none;
}
a.btn-5 {
    padding: 20px 40px;
    color: #fff;
    background: #000;
    border: 1px solid #fff;
    transition: 0.5s all ease;
}

a.btn-5:hover {
    background: transparent;
    border: 1px solid #fc6e18;
    color: #fff;
}

form#easy-newsletter-form {
    display: flex;
}

button#easy-newsletter-submit {
    background: transparent;
    color: #fc6e18;
    margin-left: -55px;
}

input.wpens_email {
    width: 220px;
    border: 1px solid #fff;
}
.item.slick-slide {
    margin: 10px !important;
}
h3.team-title {
    font-family: 'Poppins';
    text-transform: uppercase;
    font-size: 25px !important;
}
.team-title strong {
    color: #fc6e18 !important;
}
span.wd-el-video-play-btn {
    background: #fc6e18;
    border-radius: 50px;
}

.about-inner img {
    margin-bottom: 0 !important;
}
.contact-raw {
    width: 100% !important;
}
.our_services .item {
    margin: 10px 0;
}

.our_services .item img {
    width: 100%;
    height: 370px;
}
.area-we-serve .wd-carousel {
    overflow-y: visible;
}
a.woodmart-nav-link {
    font-weight: 500 !important;
	text-transform: capitalize !important;
}
.col-btn .wpb_wrapper {
    display: flex !important;
    gap: 30px !important;
}
.get-a-qoute .gform-footer {
    justify-content: center;
}

input#gform_submit_button_2 {
    padding: 15px 40px;
    background: #fc6e18;
    color: #fff;
    border-radius: 25px;
}
select#input_2_9 {
    border-top: none;
    border-right: none;
    border-left: none;
}
.title a:hover {
    color: #fc6e18 !important;
}

.wd-entry-content {}

.post-single-page .wd-entry-content p {
    color: #000 !important;
    text-align: center;
    padding-top: 37px;
}

.post-single-page .wd-post-image {
    width: 100%;
}

.post-single-page .wd-post-image img {
    width: 100%;
}

/* .main-page-wrapper {
    display: none;
} */

.page-title-default {
    height: 239px;
    background: rebeccapurple;
    display: flex;
    align-items: center;
    background-image: url('https://stage.projects-delivery.com/ampedpowersystem/wp-content/uploads/2025/12/photo-1509389807183-f0fbe962761a.jpg');
    background-size: cover; /* cover: poora container fill karega, contain: poora image dikhega */
    background-position: center; /* image center me rahe */
    background-repeat: no-repeat; /* repeat na ho */
    position: relative;
    margin-bottom: 60px;
}



.page-title-default h1 {
    text-align: center;
    color: #fff;
    font-size: 60px;
}

.page-title-default .breadcrumbs {
    text-align: center;
    color: #fff;
}

.page-title.page-title-default.title-size-large.title-design-centered {}

.page-title-default::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: #fc6e1845;
}

.page-title-default .container {
    position: relative;
    z-index: 91;
}

.page-title-default  a {
    color: #fff;
}

.single-post-section .post-content {}

.single-post-section .col-md-6 {
    display: flex;
    align-items: center;
}

.single-post-section h1 {
    padding-bottom: 16px;
}

.main-footer a {
    color: #fff !important;
}





/* ----------------------------code-------------------- */

.Industries {
    height: 1400px;
}

.postid-245 .page-title {
    background-image: url(https://stage.projects-delivery.com/ampedpowersystem/wp-content/uploads/2025/12/Gemini_Generated_Image_vfhgu5vfhgu5vfhg.png)  !important;
    height: 400px;
    background-position-y: -492px !important;
}

.postid-245 .page-title .entry-title.title {
    display: none;
}h1.entry-title.title {}

.postid-245 .page-title .breadcrumbs {
    display: none;
}

.whb-row.whb-general-header .site-logo {
    max-height: none !important;
}

.whb-row.whb-general-header .site-logo img {
    max-width: 382px !important;
}

.whb-row.whb-general-header #menu-main-menu {}

.whb-row.whb-general-header #menu-main-menu span {
    font-size: 20px;
}

.whb-row.whb-general-header nav {
    padding-bottom: 15px;
}
.whb-row.whb-general-header nav {
    padding-bottom: 15px;
}

.whb-row.whb-general-header .btn {
    height: 64px;
    margin-bottom: 15px;
    font-size: 16px;
}