/*
 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 main.wd-content-layout {
    padding-bottom: 0;
    padding-top: 0;
}

.wd-prefooter {
    display: none;
}
.whb-general-header {
    border: none !important;
    background-image: linear-gradient(-53deg, #d18c2f 10%,#F2D475 71%,  transparent 0%);
    border-radius: 150px;
    position: relative;
}

.whb-general-header:before {
    content: "";
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    width: 20px;
    height: 20px;
    background: #dea94a;
    position: absolute;
    transform: rotate(180deg);
    bottom: -20px;
    left: 25.5%;
}

.header_banner {
    position: relative;
}

.header_banner:before , .sub_footer_sec:before {
    content: "";
    display: block !important;
    top: 0;
    position: absolute;
    left: -4%;
    height: 100%;
    width: 40%;
    background-image: url('images/banner-layer.png');
    background-size: contain;
    background-repeat: no-repeat;
}

.btn-color-alt {
    background-image: linear-gradient(180deg, #d18c2f, #f2d474);
    color: #000;
}

.btn.btn-style-default.btn-shape-round.btn-size-default {
    padding: 17px 40px;
}

.banner_social {
    position: absolute;
    left: -40%;
    background: #000;
    display: flex;
    flex-direction: column;
    padding: 15px 2px;
    border-radius: 150px;
    bottom: 5%;
}

.banner_social a {
    color: #fff !important;
}

.footer_social a span {
    color: #fff;
    font-size: 14px !important;
    line-height: 30px !important;
}
.footer_social a {
    width: 30px !important;
    height: 30px !important;
}
.d-inline ul li {
    display: inline-block;
    list-style: none;
    margin-right: 10px;
    margin-bottom: 0px;
}
.text-white ul li {
    list-style: none;
}
.text-white ul li a {
    color: #fff;
    font-size: 16px;
}
.list_style ul li {
    color: #fff;
    list-style: none;
}
.container.main-footer > p {
    display: none;
}
.copyRightFooter .wpb_column:nth-child(2) .vc_column-inner p {
    text-align: center;
}
#bgimgPadding .vc_column-inner {
    position: relative;
    border-radius: 10px !important;
    padding: 46px 40px;
}
#bgimgPadding .vc_column-inner:before {
    content: "";
    background: url(images/Strips.png) no-repeat;
    background-size: contain;
    width: 100%;
    height: 3.5%;
    position: absolute;
    left: 0px;
    top: 0px;
    border-radius: 8%;
}
#menu-service-menu .menu-item a {
    color: #fff;
    font-size: 16px;
}
.easy-newsletter .input-field {
    width: 70%;
}
.easy-newsletter .input-field {
    margin-bottom: 12px;
}
#easy-newsletter-form label {
    display: none;
}
#easy-newsletter-form input {
    height: 50px;
}
#easy-newsletter-form input {
    border: none;
}
#easy-newsletter-form .input-submit {
    width: 28%;
    margin: 0 !important;
    margin-right: 0px !important;
}
#easy-newsletter-form .input-submit button {
    height: 52px;
    border-radius: 80px;
}
#easy-newsletter-form .input-submit button {
    background-image: linear-gradient(180deg, #d18c2f, #f2d474);
    color: #000;
}
#bgimgPadding .vc_column-inner:after {
    content: "";
    background: url(images/strip.png) no-repeat;
    background-size: contain;
    width: 39%;
    height: 50%;
    position: absolute;
    left: -12%;
    top: -23%;
}
#easy-newsletter-form {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 8px;
    background: #eef3fa;
    height: 65px;
}
.icons-design-simple.color-scheme-light .wd-social-icon,
.color-scheme-light .icons-design-simple .wd-social-icon {
    background-color: rgba(255, 255, 255, 0.3);
    color: #fff !important;
    border: 1px solid;
}
.copyRightFooter li a {
    color: #fff;
}


footer .list_style {
    font-size: 20px;
}

footer .list_style a {
    color: #9aaabb;
}

footer .list_style a strong {
    font-weight: normal;
    color: #d18c2f;
}

.about_sec:before {
    content: url(images/about_right_icons.png);
    position: absolute;
    right: 0;
    top:5%;
}

section {
    position: relative;
}

.feature_sec  .feature_box  > img {
    height: 70px;
    margin-bottom: 20px;
    transition: 0.5s;
}

.feature_sec .feature_box .feature_content h4 {
    font-size: 25px;
    font-weight: 900 !important;
}

.feature_sec .feature_box .feature_content a {
    display: flex;
    align-items: center;
    color: #000;
    font-weight: 600;
}

.feature_sec .feature_box .feature_content a img {
    width: 25px;
    height: 100%;
    margin-left: 15px;
}

.feature_sec .feature_box {
    background-image: url(images/feature-box-bg.png);
    padding: 30px 15px;
    background-size: cover;
    background-position: center center;
    border-radius: 20px;
    position: relative;
    overflow: hidden;
    width: 100%;
}

.feature_sec .feature_box:before {
    content: "";
    width: 100%;
    display: block;
    height: 100%;
    position: absolute;
    z-index: 1;
    background-image: url(images/feature_box_hover_effect.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
    top: 0;
    transition: 0.5s;
    right: -100%;
}

.feature_sec .feature_box:hover:before {
    transition: 0.5s;
    right: 0;
}

.feature_sec .feature_box:hover .feature_content {
    transition: 0.5s;
    width: 70%;
}

.feature_sec .feature_box .feature_content {
    position: relative;
    z-index: 15;
    transition: 0.5s;
    width: 100%;
}

.feature_sec .feature_box:hover .feature_content p {
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: 0.5s;
}

.feature_sec .feature_box .feature_content p {
    transition: 0.5s;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.feature_sec .feature_box:hover > img {
    transform: scale(1.1);
}

.feature_sec:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 1%;
    width: 150px;
    background-image: url(images/about_right_icons.png);
    background-size: contain;
    height: 130px;
    background-repeat: no-repeat;
}



.plan_wedding_carousel .wd-gallery-item a {position: relative;border-radius: 15px;overflow: hidden;}

.plan_wedding_carousel .wd-gallery-item a img {
    width: 100%;
}

.plan_wedding_carousel .wd-gallery-item a:before {
    content: "";
    background-image: url(images/banner-layer.png);
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    transform: scaleX(-1);
}

.plan_wedding_carousel .wd-carousel-inner .wd-nav-arrows .wd-prev .wd-arrow-inner:after {
    content: "";
    width: 30px;
    height: 15px;
    background-image: url(images/readmore_ico.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    transform: scaleX(-1);
}
.plan_wedding_carousel  .wd-carousel-inner .wd-nav-arrows {
    background: #d18c2f;
    border-radius: 0 0 10px 10px;
}

.plan_wedding_carousel .wd-carousel-inner .wd-nav-arrows .wd-next .wd-arrow-inner:after {
    content: "";
    width: 30px;
    height: 15px;
    background-image: url(images/readmore_ico.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.plan_wedding_carousel .wd-carousel-inner .wd-nav-arrows .wd-next .wd-arrow-inner:after,
.plan_wedding_carousel .wd-carousel-inner .wd-nav-arrows .wd-prev .wd-arrow-inner:after {
    filter: brightness(1) invert(1);
}

.plan_wedding_carousel .wd-carousel-inner .wd-nav-arrows .wd-prev .wd-arrow-inner {
    margin-right: 15px;
}

.services_box img {
    width: 100%;
    height: 500px;
    object-fit: cover;
}

.services_sec .wpb_text_column .vc_row .vc_col-md-6:nth-child(2) , .services_sec .wpb_text_column .vc_row .vc_col-md-6:nth-child(4) {margin-top: -3%;}

.services_sec .wpb_text_column .vc_row {
    display: flex;
    flex-wrap: wrap;
}

.services_sec .wpb_text_column .vc_row .services_box {
    padding-bottom: 1%;
}

.services_sec .wpb_text_column .vc_row .services_box h4 {
    color: #fff;
    font-size: 40px;
    margin: 15px 0;
}

.services_sec .wpb_text_column .vc_row .vc_col-md-6 .services_box {
    position: relative;
}

.services_sec .wpb_text_column .vc_row .vc_col-md-6 .services_box:before {
    content: "";
    position: absolute;
    width: 105px;
    height: 77px;
    z-index: 99999999999999999999;
    background-image: url(images/picture_shape_cropping_black.png);
}

.services_sec .wpb_text_column .vc_row .vc_col-md-6:nth-child(odd) .services_box:before{
    bottom: 15%;
    right: 0;
    transform: scaleX(-1);
} 
 
.services_sec .wpb_text_column .vc_row .vc_col-md-6:nth-child(even) .services_box:before{
    bottom: 15%;
    left: 0;
} 

.services_sec  .services_box .services_content {
    display: flex;
}

.services_sec .services_box .services_content img {
    width: 70px;
    object-fit: contain;
    height: 20px;
    filter: brightness(1) invert(1);
}

.services_sec .services_box .services_content a {
    height: fit-content;
    margin-left: 5%;
    transition: 0.5s;
}

.services_sec .services_box .services_content {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.services_sec .services_box .services_content a:hover {
    transition: 0.5s;
    transform: rotate(-20deg);
}

.services_sec:before {
    content: "";
    width: 160px;
    display: block;
    height: 160px;
    right: 3%;
    position: absolute;
    background-image: url(images/about_right_icons.png);
    background-size: contain;
    background-repeat: no-repeat;
    top: 3%;
}

.inspiration_sec:before {
    content: "";
    width: 100%;
    background-image: url(images/inspiration_top_bg.png);
    height: 100px;
    display: block;
    position: absolute;
    top: 0;
    background-size: 100% 100%;
}

.inspiration_sec .vc_row:before {
    content: url(images/logo.png);
    display: block !important;
    position: absolute;
    right: 0;
    bottom: 0;
    opacity: 0.1;
}

.inspiration_sec .vc_row:after {
    content: url(images/about_right_icons.png);
    position: absolute;
    display: block;
    right: 8%;
    bottom: 5%;
}

.slide-item {
  text-align: center;
}
.slide-item img {
  max-width: 100%;
  border-radius: 12px;
  width: 98%;
  height: 350px;
  margin: 0 1%;
  object-fit: cover;
}
/* 2nd row ko flip karna */

.multi-row-slider .row-slider
{
	margin: 30px 0px;
} 

.contact_sec  .info-box-wrapper .box-icon-wrapper .info-box-icon  img {
    width: 80px;
}

.single-features  .main-page-wrapper > .container {
    max-width: 100%;
}
 
.single-features  .page-title-default {
    width: 100%;
}
.single_featuresSection {
    display: flex;
    flex-direction: row-reverse;
    padding: 100px 0;
}