.SPIS-Wrap{
    box-shadow: 0 0px 20px rgba(0, 0, 0, 0.62);
    border-radius: 25px;
    overflow: hidden;
    margin: 50px 0px;
}
.item{position: relative;}
.SPIS-Title{
    position: absolute;
    background: rgba(27,54,104, 0.9);
    padding: 20px;
    bottom: 65px;
    color: #fff;
    left: 40px;
}
.SPIS-img{
    height: 500px;
    width:100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    box-shadow: 0 0px 20px rgb(0, 0, 0);
}

.owl-dots{
    position: absolute;
    bottom: 4%;
    margin-left: 40px;
}

.owl-theme .owl-dots .owl-dot span{
    width: 15px !important;
    height: 15px !important;
    box-shadow: 0 0px 20px rgba(0, 0, 0, 0.62);
}
/***************************Responsive  Section*************************/
@media screen and (max-width: 1500px){}
@media screen and (max-width: 1200px){}
@media screen and (max-width: 1024px){}
@media screen and (max-width: 900px){}
@media screen and (max-width: 600px){
    .SPIS-Wrap{position: relative;top: 22px;}
    .SPIS-Title{
        position:relative;
        left: 0;width: auto;
        background: rgb(34, 34, 34);
        bottom: 0;
    }
    .SPIS-img{height:230px;}
}
@media screen and (max-width: 480px){}
@media screen and (max-width: 360px){}
@media screen and (max-width: 360px){}