/* slideshow */
.sp-slider-outer-stage{
    height:600px !important;
}
@media (max-width: 1400px){
.sp-slider-outer-stage{
    height:500px !important;
}}
@media (max-width: 1200px){
.sp-slider-outer-stage{
    height:400px !important;
}}
@media (max-width: 767px){
.sp-slider-outer-stage{
    height:650px !important;
}}
@media (max-width: 500px) {
    .sp-slider-outer-stage {
        height: 550px !important;
}}
.sppb-addon-sp-slider .sp-slider-image-align-right .sppb-sp-slider-image {
    margin: 0 !important;
}

.sppb-addon-sp-slider img{
    height: auto !important;
    width: 100% !important;
    margin-bottom: -50px;
}
@media (max-width:767px){
    .sp-slider-outer-stage .sppb-col-md-6{
        flex: auto;
        max-width: 100%;
    }
}
.sppb-sp-slider-title {
    margin-bottom: 30px !important;
    font-size: 38px !important;
    line-height: 1.2;
}
@media (max-width:991px){
    .sppb-sp-slider-title {
        font-size: 24px !important;
        line-height: 1.2;
}
}
.sppb-sp-slider-text p{
    font-size:14px;
    margin-bottom: 30px;
}

@media (max-width:767px){
    .sp-slider-content-align-left{
        margin: 30px 0px;
    }
}
@media (max-width:767px){
    .sp-dots {
        display:none;
}}

.sp-slider {overflow: visible !important;}
.sp-slider-outer-stage {overflow: visible !important;}
.sp-slider .sp-item {overflow: visible !important;}

.sppb-addon-sp-slider img{
    height: auto !important;
    width: 100% !important;
    margin-bottom: -100px;
}
@media (max-width:1400px){
.sppb-addon-sp-slider img{
    margin-bottom: -80px;
}}
@media (max-width:1200px){
.sppb-addon-sp-slider img{
    margin-bottom: -60px;
}}
@media (max-width:991px){
.sppb-addon-sp-slider img{
    margin-bottom: 0px;
}}
@media (max-width:767px){
.sppb-addon-sp-slider img{
    margin-bottom: 0px;
}}





/* tagline */
.home-line-001 .sppb-addon-title {
    color: #52796f;
    left: 0;
    right: 0;
    margin: auto;
    background-color: #fff;
}
.home-line-001 .sppb-addon-title h3{
    background: #fff;
}

.home-line-001 .sppb-addon-content{
    display: none;
}

@media (min-width:768px) {
    .home-line-001 .sppb-addon-title {
        position:relative;
        width: 75%;
    }
    .home-line-001 .sppb-addon-text-block:before,.home-line-001 .sppb-addon-text-block:after{
        content:"";
        position:absolute;
        height:1px;
        width: 100%;
        background: #fd0202;
        top: 50%;
        z-index:-1;
    }
    .home-line-001 .sppb-addon-text-block:before{
        left: 0;
    }
    .home-line-001 .sppb-addon-text-block:after{
        right: 0;
    }
}

@media (min-width:992px) {
    .home-line-001 .sppb-addon-title {
        width: 65% ;
    }
}

@media (min-width:1200px) {
    .home-line-001 .sppb-addon-title {
        width: 60% ;
    }
}



.image-style-001 img {
    width: 400px;
    height: auto;
    border-radius: 0 0 500px 500px !important;
    margin: -30px 0 30px 0;
    border-style: solid;
    border-width: 10px 10px 10px 10px;
    border-color: #de000000;
    box-shadow: 0px 0px 0px 1px #FFFFFF;
}
@media (max-width:991px){
    .image-style-001 img {
        width: 300px;
}}
.image-style-001 .sppb-addon-content {
    text-align:center;
}
.text-button-001 .sppb-addon-text-block {
    color: #fff;
}
.text-button-001 {
    padding: 0 100px 0 0;
}
@media (max-width:1200px){
    .text-button-001 {
    padding: 0 50px 0 0;
}
}
@media (max-width:991px){
    .text-button-001 {
    padding: 0 15px 0 0;
}
}
@media (max-width:767px){
    .text-button-001 {
    padding: 0 15px 30px 15px;
}
}

.text-button-001 .sppb-addon-title {
    margin-bottom:30px;
}
.text-button-001 .sppb-addon-content {
    margin-bottom:30px;
}



/* home products */
.text-block-dark .sppb-addon-title{
    color: #2f3e46 !important;
    margin-bottom:30px;
}

.text-block-dark .sppb-addon-content{
    color: #52796f !important;
    margin-bottom:30px;
}

@media (min-width:991px){
    .home-products .text-block-dark {
        padding: 0 100px;
    }
}
@media (min-width:1200px){
    .home-products .text-block-dark {
        padding: 0 200px;
    }
}
.home-products-001 {
    border: 1px solid #52796f;
    border-radius: 20px;
    color: #52796f;
    transition: 0.5s;
}
.home-products-001 .sppb-img-responsive{
    height:100px;
}
@media (max-width:767px){
.home-products-001 .sppb-img-responsive{
    height:60px;
}}
.home-products-001 .sppb-addon-title{
    margin: 30px 0;
}
.home-products-001 .sppb-addon-text{
    margin-bottom: 30px;
}
.home-products-001:hover:before,.home-products-001:focus:before {
    opacity:1;
}
.home-products-001:hover .sppb-addon-content,.home-products-001:focus .sppb-addon-content{
    filter:brightness(10);
}
.home-products-001 .sppb-addon-content{
    padding: 20px;
    transition:0.3s;
}
.home-products-001:before{
    content:"";
    position:absolute;
    height:100%;
    width:100%;
    background: linear-gradient(135deg,#52796f,#2f3e46);
    border-radius: 20px;
    opacity:0;
    transition:0.3s;
}



/* why choose us */
.image-style-002{
    text-align:center;
}
@media (max-width:767px){
    .image-style-002{
        margin-bottom:30px;
    }
}
.image-style-002 img {
    width: 350px;
    height: auto;
    border-radius: 500px 500px 500px 500px !important;
    border-style: solid;
    border-width: 10px 10px 10px 10px;
    border-color: #de000000;
    box-shadow: 0px 0px 0px 1px #fd0202;
}
@media (max-width:767px){
    .image-style-002 img {
        width: 250px;
        height: auto;
    }
}
.icon-style-001 {
    background: #52796f;
    border-radius: 500px;
    padding: 10px;
}
@media (max-width:767px){
    .icon-style-001 {
        margin-bottom: 15px;
  	}
}
.icon-style-001 img{
    height: 50px;
}
.home-values-001 .sppb-row-column{
    padding-right: 0 !important;
}
@media (min-width:768px){
    .home-values-001 .sppb-row-column{
        text-align:center;
}}
.home-values-001 .sppb-addon-title, .home-values-001 .sppb-addon-content{
    color: #52796f !important;
}
.home-values-001{
    margin-bottom:30px !important;
}
.home-values-001 .sppb-addon-content p {
    margin-bottom: 0;
}



/* portfolio */
@media (min-width:991px){
    .home-portfolio .text-block-dark {
        padding: 0 100px;
    }
}
@media (min-width:1200px){
    .home-portfolio .text-block-dark {
        padding: 0 200px;
    }
}
.portfolio-textbox-001 .sppb-addon-content {
    padding:15px 15px 15px 15px;
    color: #fff;
}
.portfolio-img-001 img{
    border-radius:20px !important;
}

.portfolio-img-002 img{
    border-radius:0px 0px 500px 500px !important;
}

.portfolio-img-003 img{
    border-radius:0px 500px 500px 0px  !important;
}
.portfolio-img-004 img{
    border-radius:500px 0px 0px 500px   !important;
}
.portfolio-img-005 img{
    border-radius:500px 500px 0px 0px !important;
}

.portfolio-textbox-001,.portfolio-textbox-001 .sppb-column-overlay{
    border-radius:20px !important;
}



/* connect with us */
.text-block-light .sppb-addon-title{
    color: #ffffff !important;
    margin-bottom:30px;
}

.text-block-light .sppb-addon-content{
    color: #ffffff !important;
    margin-bottom:30px;
}
@media (min-width:992px){
    .home-connect .text-block-light {
        padding-right: calc(200px);
    }
}
@media (min-width:1201px){
    .home-connect .text-block-light {
        padding-right: calc(30%);
    }
}
@media (min-width:1401px){
    .home-connect .text-block-light {
        padding-right: calc(40%);
    }
}