/* slideshow */

h1.sppb-sp-slider-title {
    font-size: 40px !IMPORTANT;
    margin-bottom: 15px;
    font-weight: 900;
    text-shadow: 0px 0px 20px #00000070;
}
.sppb-sp-slider-text p {
    margin-bottom: 30px;
    font-weight: 900;
    text-shadow: 0px 0px 20px #00000070;
}
@media(max-width:991px){ 
h1.sppb-sp-slider-title {
    font-size: 28px !IMPORTANT;
}
.sppb-sp-slider-text p {
    font-size: 15px;
}
}
  

/* border-left */

.border-left img {
    border-radius: 1000px 0px 0px 1000px !important;
}
  
/* border-right */

.border-right img {
    border-radius: 0px 1000px 1000px 0px !important;
}


/*title-style-001*/

.title-style-001 strong {
    color: #d3ad6f;
}


/*image overlay*/

.home-overlay .title-subtitle-bottom-center .sppb-addon-title {
        transform: translate3d(0, 250px, 0);
 	 margin-bottom: 20px;
}
.home-overlay .title-subtitle-bottom-center .sppb-addon-subtitle {
    transform: translate3d(0, 300px, 0);
    height: 250px;
}
.sppb-addon-overlay-image-content a {
    color: #fff;
}
.sppb-addon-overlay-image-content a:hover {
    color: #ffffff90;
}


/*home-icon*/

.home-icon-001 img {
    width: 80px;
    height: 80px;
    margin-bottom: 20px;
}


/*home*/
.u-image:hover img {
    transform: scale(1.05);
}
.u-image img {
    transition: 0.5s;
}