.section-homeslider {
    height:calc(100vh - 213px);
    width:100%;
    overflow: hidden;
}
.section-homeslider .bgvideo {
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    z-index:1;
}
.section-homeslider .slider-container {
    position:relative;
    height: calc(100vh - 325px);
    overflow: hidden;
}
.section-homeslider .swiffy-slider:after {
    content:"";
    width:100%;
    height:120px;
    background: #F4FCFB;
    background: -moz-linear-gradient(0deg, #F4FCFB 0%, rgba(244, 252, 251, 0) 100%);
    background: -webkit-linear-gradient(0deg, #F4FCFB 0%, rgba(244, 252, 251, 0) 100%);
    background: linear-gradient(0deg, #F4FCFB 0%, rgba(244, 252, 251, 0) 100%);
    bottom:70px;
    display:block;
    left:0;
    z-index:3;
    position:absolute;
}
.slidenavrow {
    margin-left:0;
}
.slidernav {
    position:relative;
    z-index:4;
    padding-top:30px;
}
.section-homeslider li {
    height: calc(100vh - 325px);
    background:#E0F4F2;
}
.section-homeslider .bgvideo {
    width:100%;
    height:100%;
    object-fit: cover;
    opacity: .15;
    background:#fff;
}
.section-homeslider .slidenavrow .slider-indicators {
    position: relative;
    flex: 0 1 80%;
    max-width: 80%;
    left: inherit;
    right: inherit;
    bottom: inherit;
    justify-content: flex-start;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0;
}
.section-homeslider .slidecontent .row {
    align-items: center;
}
.section-homeslider .slidecontent .frame-container {
    margin-bottom:0;
}
.section-homeslider .slidecontent .sliderleft {
    padding-right:60px;
}
.section-homeslider .slidecontent .sliderleft .btn {
    display:inline-block;
}
.section-homeslider .slidecontent .sliderright img {
    width:100%;
    height:auto;
}
.section-homeslider .slidenavrow .slider-indicators button {
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0!important;
    border-radius: 0 !important;
    color: var(--secondary);
    text-decoration: none;
    border: none;
    opacity: 1;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    width: auto;
    height: auto;
    margin-right: 40px;
    position: relative;
    background:none;
    padding:0;
}
.section-homeslider .slidenavrow .slider-indicators button.active {
    color: var(--primary);
}

.section-homeslider .slidenavrow .slider-indicators button.active:after {
    content: "";
    width: 35px;
    height: 6px;
    background: var(--primary);
    display: block;
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
}

.section-homeslider .slidenavrow .slider-arrows {
    flex: 0 1 20%;
    max-width: 20%;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}
.section-homeslider .slidenavrow .slider-arrows .slider-nav {
    position: relative;
    visibility: visible;
    opacity: 1 !important;
    filter: none;
    width: 40px;
    height: 40px;
    background: var(--primary);
    border-radius: 50%;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    transition: all .4s ease-in-out;
    left:inherit;
    right:inherit;
    opacity:1;
}
.section-homeslider .slidenavrow .slider-arrows .slider-nav:hover {
    background:var(--primary);
}
.section-homeslider .slidenavrow .slider-arrows .slider-nav:after,
.section-homeslider .slidenavrow .slider-arrows .slider-nav:before {
    display:none;
}
.section-homeslider .slidenavrow .slider-arrows .slider-nav.slider-nav-next {
    margin-left: 6px;
}
.section-homeslider .slidenavrow .slider-arrows .slider-nav svg {
    width:20px;
    height:20px;
}
.section-homeslider .slidecontent {
    display:flex;
    flex-wrap:wrap;
    align-items:center;
    z-index:3;
}
@media screen and (max-width: 960px) {
    .section-homeslider .slidecontent .frame-container {
        margin: auto;
    }
    .section-homeslider .slidecontent .sliderleft {
        width:95%;
        padding-right: 45px;
    }
    .section-homeslider .slidenavrow .slider-indicators {
        display:none;
    }
    .section-homeslider .slidenavrow .slider-arrows {
        flex:0 1 100%;
        max-width:100%;
        display:flex;
        flex-wrap:wrap;
        justify-content: space-between;
    }
    .slidenavrow {
        margin-left: calc(-.5 * var(--bs-gutter-x));
    }

    .section-homeslider .slidecontent .row {
        align-items: flex-start;
        flex-direction: column-reverse;
    }
    .sliderright {
        margin-bottom:25px;
        width:100%;
        padding-top:25px;
    }
    .sliderright .slideimage {
        max-height:25vh;
        overflow: hidden;
    }
    .section-homeslider .slider-container {
        position: relative;
        min-height:calc(100vh - 85px);
        height:auto;
    }
    .section-homeslider {
        min-height:calc(100vh - 85px);
        height:auto;
        width:100%;

    }
    .section-homeslider li {
        min-height: calc(100vh - 85px);
        height:auto;
    }
    .section-homeslider li.hasvideo .slidecontent {
        align-items: center;
    }
    .section-homeslider li p {
        line-height:20px;
        margin-bottom:10px;
    }
    .section-homeslider .bgvideo {

    }
    .section-homeslider .slidecontent {
        align-items: flex-start;
    }
    .slidernav {
        position: absolute;
        z-index: 4;
        padding-top: 0;
        left: 0;
        bottom: 20px;
        margin:0;
    }
    .section-homeslider .swiffy-slider:after {
        display:none;
    }
}
