
/****** WIDGETS ******/

/** Slide Show **/
/* .slide-show-container .uk-grid{
    height: 100%;
} */

/** Gallery Widget **/
.da-gallery-item{
    object-fit: cover;
}

/** Solutions **/
.solutions-item-container{
    position: relative;
    margin: 0 5px;
    height: 100%;
    max-width: 515px;
    min-height: 290px;
    margin: 0 10px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
}

.solutions-image .s-m-image{
    width: 515px;
    height: 290px;
    object-fit: cover;
    -webkit-border-radius: 15px;
    border-radius: 15px;
}

.solutions-image .s-m-title{
    position: absolute;
    top: 30px;
    left: 7px;
    z-index: 1;
    margin: 0 10px;
    color: #ffffff;
    font-size: 33px;
    font-weight: 300;
    line-height: 40px;
}

.solutions-image .cover-black{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.7);
    -webkit-border-radius: 15px;
    border-radius: 15px;
}

.solutions-image .s-m-plus{
    position: absolute;
    bottom: 10px;
    left: 10px;
    z-index: 2;
}

.slick-slider-init{
}

/** Da Deja Description **/
.da-deja-description{
    padding: 1px 20px;
    color: #FFFFFF;
    background-color: transparent;
    background-image: linear-gradient(144deg, #F9A73A 0%, #F15738 100%);
}

.da-deja-description p{
    display: none;
}

.da-deja-title{
    font-family: "Poppins", Sans-serif;
    font-size: 34px;
    font-weight: 900;
    text-align: center;
}

.da-deja-icon{
    display: block;
    margin: 20px auto 0 auto;
    text-align: center;
    cursor: pointer;
}


@media screen and (max-width: 600px){
    .solutions-item-container .s-m-title{
        font-size: 18px;
        line-height: 25px;
    }
}