/*slide*/

.sppb-slide-item-bg .slide-img-wrapper:before { display: none; }

.sppb-slide-item-bg:before { display: none; }

.sppb-slide-item-bg .sppb-slideshow-fullwidth-item-text .sppb-fullwidth-title { font-size: 24px; font-weight: 500; letter-spacing: 2px; }

.sppb-slide-item-bg .sppb-slideshow-fullwidth-item-text .sppb-slideshow-sub-title { font-size: 60px; letter-spacing: 1px; text-shadow: 1px 2px 10px #000; color: #fff; }

.sppb-slide-item-bg .sppb-slideshow-fullwidth-item-text .details { text-shadow: 1px 2px 5px #000; letter-spacing: 1px; }

.sppb-slide-item-bg .sppb-slideshow-fullwidth-item-text .sppb-btn { border: 1px solid #fff; border-radius: 0; font-size: 20px; text-transform: none; font-weight: 400; letter-spacing: 1px; padding: 15px 30px; transition: 0.5s; }

@media (max-width: 992px) {
  .sppb-slide-item-bg .sppb-slideshow-fullwidth-item-text .sppb-fullwidth-title { font-size: 18px; line-height: 0; letter-spacing: 1px; margin-bottom: 10px; }
  .sppb-slide-item-bg .sppb-slideshow-fullwidth-item-text .sppb-slideshow-sub-title { font-size: 34px !important; margin-bottom: 15px; }
  .sppb-slide-item-bg .sppb-slideshow-fullwidth-item-text .sppb-btn { font-size: 16px; padding: 10px 20px; }
}

@media (max-width: 991px) {
  .sppb-slide-item-bg .slide-img-wrapper { margin-left: -190px; margin-top: 35px; }
  .sppb-slide-item-bg .slide-img-wrapper img { margin-left: 80px; }
  .sppb-slide-item-bg .slide-img-wrapper:after { right: -100px !important; }
}

@media (max-width: 767px) {
  .sppb-slide-item-bg .slide-img-wrapper { margin-left: -190px; margin-top: 35px; }
  .sppb-slide-item-bg .slide-img-wrapper img { margin-left: 200px; }
  .sppb-slide-item-bg .slide-img-wrapper:after { right: -220px !important; }
}

.sppb-slide-item-bg .slide-img-wrapper:after { content: ""; position: absolute; z-index: -1; background: #fff; height: 50%; width: 50%; bottom: -20px; right: -20px; }

.owl-carousel .owl-item img { box-shadow: 2px 2px 30px #000; }

/*end of slide*/


.home-about-section {
    box-shadow: -18px 11px 21px 0px rgba(2, 3, 3, 0.75);
}

.title-style-001 span { font-size: 24px; font-weight: 300; letter-spacing: 1px; color: #fff; }

.title-style-001 p { margin-bottom: 50px; }

.img-style-001 img { box-shadow: 2px 2px 30px #000; }


/*gallery*/

.home-gallery-style {
  display: inline-block;
  position: relative;
  -moz-box-shadow: rgba(0, 0, 0, 0.8) 3px 3px 10px inset;
  -webkit-box-shadow: rgba(0, 0, 0, 0.8) 3px 3px 10px inset;
  box-shadow: rgba(0, 0, 0, 0.8) 3px 3px 10px inset;
  -webkit-transition: box-shadow 0.2s ease-in;
  -moz-transition: box-shadow 0.2s ease-in;
  transition: box-shadow 0.2s ease-in; }

.home-gallery-style img { max-width: 100%; position: relative; z-index: -1; }

.home-gallery-style:hover {
  -moz-box-shadow: rgba(0, 0, 0, 0.8) 0px 0px 55px inset;
  -webkit-box-shadow: rgba(0, 0, 0, 0.8) 0px 0px 55px inset;
  box-shadow: rgba(0, 0, 0, 0.8) 0px 0px 55px inset; }

.home-gallery-style:before {
    content:"";
    position: absolute;
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    left: 0;
    right: 0;
    margin: auto;
    height: 100%;
    transition: 0.2s; }

.home-gallery-style:hover:before { background: transparent; }

/*end of gallery*/


/*cta*/

.cta-style span { font-size: 24px; font-weight: 300; letter-spacing: 1px; color: #fff; }

.cta-info-style { z-index: -1 !important; box-shadow: 2px 2px 30px #000; }

/*end of cta*/


/**section home about**/
.home-slide-bg {position:relative;}
.home-slide-bg:before{
content:"";
  background-image:url('/images/0_BuiltUp/bg-wood.png');
  background-size:contain;
  background-repeat:no-repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 0;
}
.home-about-bg{
  position:relative;
}
.home-about-bg:before{
content:"";
  background-image:url('/images/0_BuiltUp/bg-root.png');
  background-size:contain;
  background-repeat:no-repeat;
    width: 100%;
    height: 100%;
    position: absolute;
       top: 50%;
    left: 75%;
  z-index:9;
}
@media(min-width:1920px){
  .home-about-bg:before{
    left: 85%;
	}
}
.home-service-bg {position:relative;}
.home-service-bg:before {
  content:"";
  background-image:url('/images/0_BuiltUp/bg-service.png');
  background-size:contain;
  background-repeat:no-repeat;
    width: 100%;
    height: 100%;
    position: absolute;
       top: 0;
    left: 0;
}
.home-service-bg img {
  max-width:120px;
}
.home-service-bg .sppb-addon-text {
    text-align: justify;
}
.home-project-bg {position:relative;}
.home-project-bg:before {
  content:"";
  background-image:url('/images/0_BuiltUp/bg-tree.png');
  background-size:contain;
  background-repeat:no-repeat;
    width: 100%;
    height: 140%;
position: absolute;
    top: 0;
    transform: translateY(-30%);
    left: 40%;
}
#sec-home-product{
  z-index:99!important;
}

/**slideshow**/
#sec-home-slide .sppb-col-md-6 {
      -ms-flex: 0 0 100%!important;
    flex: 0 0 100%!important;
    max-width: 100%!important;
}
#sec-home-slide .sp-slider-content-align-left {
    background-color: rgba(0, 0, 0, 0.8);
    padding: 50px 50px;
    margin-right: -15px;
}