
.slider-main {
    height: 500px;
    width: 100%;
    position: relative;
    float: left;
    transform-style: preserve-3d;
}
.slider {
    height: 400px;
    width: 445px;
    margin: 90px auto 0;
    transform-style: preserve-3d;
}
.slider li {
    width: 100%;
    height: 100%;
    /*background: #00fe5ab0;*/
    /*box-shadow: 0 0 12px 0px #00000059;*/
    /*line-height: 100px;*/
    /*text-align: center;*/
    /*font-size: 30px;*/
    color: #3e3e3e;
    filter: blur(4px);
}
.parth {
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    transform-style: preserve-3d;
    transform: perspective(1000px) translateZ(-160px);
}
.parth img {
    width: 270px;
}
.jas-control {
    position: absolute;
    top: 180px;
    width: 255%;
    left: -75%;
}
.jas-control a {
    display: flex;
    /*width: 70px;*/
    width: 45px;
    height: 45px;
    justify-content: center;
    align-items: center;
}
.jas-control a.next {
    float: left;
}
.jas-control a.prev {
    float: right;
}
.jas-control a img {
    width: 100%;
}
footer {
    width: 100%;
    padding: 30px 0;
    background: #3faf66;
    color: #fff;
    text-align: center;
}
footer p a {
    color: #fff;
    text-decoration: none;
    font-weight: bold;
}
footer p:first-child {
    margin-bottom: 10px
}

.jas-carousel .jas-item.active li{
    filter:none;
}