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


/* HEADER */
a{
	font-family:poppins !important
}
p{
	font-family:poppins !important
}
h1{
	font-family:poppins !important
}
h2{
	font-family:poppins !important
}
h3{
	font-family:poppins !important
}
h4{
	font-family:poppins !important
}
h5{
	font-family:poppins !important
}
h6{
	font-family:poppins !important
}


.wd-header-nav ul li a {
    color: #fff !important;
    transition: 0.5s all ease;
	font-family: popins !important
}

.wd-nav:is(.wd-style-bordered,.wd-style-separated)>li:not(:last-child):after {
    border-color: #fff !important;
	height: 12px !important;
	
}

.wd-header-nav ul li a:hover {letter-spacing: 4px;}
a.headerbtn {
    background: #2057ae;
    color: #fff;
    padding: 20px 40px;
    border-radius: 30px;
}
.headcon .info-box-content {
    font-family: poppins !important;
}
main.wd-content-layout {
    padding: 0 !important;
}
a.btn1 {
    background: #2057ae;
    color: #fff;
}

a.btn2 {
    background: transparent;
    color: #fff;
    border: #fff 1px solid;
}
.sliderbtn .vc_column-inner {
    display: flex;
    justify-content: left;
}
.whb-main-header {
    background: transparent;
    position: absolute !important;
    padding: 40px 50px;
}
.whb-row.whb-general-header {
    background: transparent !important;
}
.wd-carousel.wd-grid {
    height: 860px !important;
}

.wd-slide-container {
    height: 1070px !important;
}
.vc_progress_bar .vc_single_bar .vc_bar.striped {
    background-color: #2057ae !important;
    background-image: linear-gradient(45deg, #2057ae, #2057ae);
}
.vc_progress_bar .vc_single_bar .vc_label {
    color: #fff !important;
}
.vc_progress_bar.wpb_content_element.progressabout {
    background: #011f45b0 !important;
    padding: 40px 10px !important;
	border-radius: 12px !important;
}
.counter-value.wd-font-weight-700 {
    color: #fff !important;
}

.counter-label {
    color: #fff !important;
}
.wd-prefooter {
    padding-bottom: 0 !important;
}
.footerhead h4 {
    color: #fff;
    font-family: 'Poppins';
}
.footercon h4 {
    color: #fff;
}

li.footermenu a {
    color: #fff;
    transition: 0.5s all ease;
}
ul.wd-sub-menu.mega-menu-list.wd-sub-accented.wd-wpb {
    margin-top: -22px;
}
li.footermenu a:hover {
    letter-spacing: 4px;
    color: #FFf !important;
}