.hero-slider{
    position: relative;
    background: var(--gray3);
}




/*.hero-slider:before {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: " ";
    position: absolute;
    background:var(--blackrgba0);
    z-index: 1
}*/



.slick-prev,
.slick-next {
    background: var(--blackrgba3);
    width:60px;
    height:60px;
    z-index: 30;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -o-border-radius: 50px;
    -ms-border-radius: 50px;
    border-radius: 50px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
    -moz-transform: scale(1.0);
    -webkit-transform: scale(1.0);
    -o-transform: scale(1.0);
    -ms-transform: scale(1.0);
    transform: scale(1.0);
    position:absolute;
    top: 40%;
    display: block;
    cursor: pointer;
    border: none;
    outline: none;
}

.slick-prev:focus,
.slick-next:focus,
.slick-prev:hover,
.slick-next:hover {
    background:var(--dblue2) !important;
    color:var(--white) !important;
    -moz-transform: scale(1.2) !important;
    -webkit-transform: scale(1.2) !important;
    -o-transform: scale(1.2) !important;
    -ms-transform: scale(1.2) !important;
    transform: scale(1.2) !important;
    z-index:30;
}

.slick-prev{
    bottom:225px !important;
    left:15px !important;

}

.slick-next{
    right:15px !important;
}


.slick-next:before {
    font-family: "Material Design Icons";
    content: "\F142";
    opacity: 1;
    font-size:28px;
}
.slick-prev:before {
    font-family: "Material Design Icons";
    content: "\F141";
    opacity: 1;
    font-size:28px;
}









.slick-dotted.slick-slider {
    margin-bottom: 0
}
.slick-dotted.slick-slider{
    margin-bottom: 30px;
}

.slick-dots li button{
    -webkit-border-radius: 50% !important;
    -moz-border-radius: 50% !important;
    border-radius: 50% !important;
}



.slick-dots li button:before{
    font-family: 'slick';
    font-size:15px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 15px;
    height: 15px;
    content: ' ';
    text-align: center;
    opacity: .25;
    color:var(--dblue2);
    background:var(--dblue2);

    -webkit-border-radius: 50% !important;
    -moz-border-radius: 50% !important;
    border-radius: 50% !important;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;

    -webkit-box-shadow: 0px 0px 25px 0px var(--blackrgba2);
    -moz-box-shadow: 0px 0px 25px 0px var(--blackrgba2);
    box-shadow: 0px 0px 25px 0px var(--blackrgba2);


}
.slick-dots li.slick-active button:before{
    color: black;
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    color:var(--dblue3);
    background:var(--dblue3);
}

.slick-dots {
    position: absolute;
    bottom:30px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;

}
.slick-dotted.slick-slider {
    margin-bottom:0px !important;
}






@media (max-width: 767px) {
    .slick-prev,
    .slick-next {
        display: none !important;
    }

    .slick-dots {
        bottom:20px;
    }


}
