/*
 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 Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/
body{
	overflow:hidden;
}
.website-wrapper .whb-header {
	margin-bottom: 0px;
}

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

.wd-content-layout {
	padding-block: 0px;
}

#main-banner .wd-slide{
    position:relative;
    height:100vh;
}

#main-banner .wd-slide:before{
    content:'';
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.7);
    z-index:1;
    pointer-events: none;
}

#main-banner .content-full-width .wd-slide-inner{
    margin-bottom: 50px;
}

#main-banner h2 {
    color: #f26722;
    font-size: 60px;
    line-height: 1.2;
    font-weight: 700;
    margin: 0 0 10px;
}

#main-banner p{
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    margin: 0;
}


.copyrights-wrapper {
    background: #000 !important;
    font-size: 14px;
    border-top: #35221a solid 1px !important;
}

/*  */


.wd-nav>li>a{
	color:#fff;
}

.wd-nav>li>a:hover,
.whb-sticked .wd-nav>li>a:hover{
	color:#F26722;
}

.whb-sticked .wd-nav>li>a{
	color:#000;
}

.wd-nav:is(.wd-style-bordered,.wd-style-separated)>li:not(:last-child):after {
    border-right: 1px solid rgba(255,255,255,0.3);
}

.whb-sticked .wd-nav:is(.wd-style-bordered,.wd-style-separated)>li:not(:last-child):after {
    border-right: 1px solid rgba(0,0,00.3);
}

.dev-time-line{
  padding: 30px;
}

.dev-time-line .wd-owl.owl-drag .owl-item:nth-child(2n){
  margin-top: 280px;
}

.dev-time-line .wd-owl.owl-drag .owl-item .info-box-wrapper{
/*   background: #f7f7f7; */
  padding: 30px;
  border-radius: 10px;
/*   box-shadow: 0 0 3px rgba(0, 0, 0, 0.2); */
}

.dev-time-line .wd-owl.owl-drag .owl-item:after{
    content: '';
    height: 45px;
    width: 5px;
    background: #F26722;
    position: absolute;
    left: 50%;
    bottom: -45px;
    margin-left: -5px;
    z-index: 0;
}

.dev-time-line .wd-owl.owl-drag .owl-item:before{
    content: '';
    height: 15px;
    width: 15px;
    border-radius: 10px;
    background: #343433;
    position: absolute;
    left: 50%;
    bottom: -50px;
    margin-left: -10px;
    z-index: 1;
}

.dev-time-line .wd-owl.owl-drag .owl-item:nth-child(2n):after{
    bottom: auto;
    top: -45px;
}

.dev-time-line .wd-owl.owl-drag .owl-item:nth-child(2n):before{
    top: -55px;
    bottom: auto;
}

.dev-time-line:before{
  content:'';
  position: absolute;
  top:50%;
  width: calc(100% - 60px);
  height: 5px;
  background: #F26722;
  margin-top:-5px;
}

.banner-content-background .main-wrapp-img img{
  border-radius: 0 0 60px 0
}


.blog-post-banner .wd-post-image:before{
  content:'';
  position: absolute;
  top:0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.6);
  z-index: 1;
  pointer-events: none;
}


.service-grid .info-box-icon img{
  border-radius: 20px;
}

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

.round-corner-img.left img{
	border-radius:20px;
}

.round-corner-img.right img{
	border-radius:20px;
}

.form-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-left:-15px;
    margin-right:-15px;
}

.form-wrapper .form-field{
    padding:0 15px;
}

.form-wrapper .form-field.col-12{
    width:100%;
}

.form-wrapper .form-field.col-6{
    width:50%;
}

.wd-nav-header > li.current_page_item > a {
	color:#F26722;
}

@media(max-width:1400px){
	.container,
	.elementor-section.wd-section-stretch > .elementor-container,
	.e-con > .e-con-inner{
		max-width: 90%;
		margin: 0 auto;
	}
}

@media(max-width:1200px){
	.container,
	.elementor-section.wd-section-stretch > .elementor-container,
	.e-con > .e-con-inner{
		max-width: 90%;
		margin: 0 auto;
	}
}

@media(max-width:1023px){
	
	#main-banner .wd-slide{
		height:100vh;
		max-height:600px;
	}
	
	.wd-nav > li > a{
		color:#F26722;
	}
	
	.wd-header-mobile-nav .wd-tools-icon::before{
		color:#fff;
	}
	
	.whb-sticked .wd-header-mobile-nav .wd-tools-icon::before{
		color:#000;
	}
}

@media(max-width:767px){
	#main-banner h2 {
		font-size: 40px;
		line-height:1;
	}

	#main-banner p{
		font-size: 16px;
	}
}