::-webkit-scrollbar {
    width: 3px;
}

 ::-webkit-scrollbar-track {
    background-color: #ffffff;
    -webkit-border-radius: 20px;
    border-radius: 20px;
}

 ::-webkit-scrollbar-thumb {
    -webkit-border-radius: 20px;
    border-radius: 20px;
    background: #e36c18;
}

.hero2-shape {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -50px;
    z-index: 1;
    width: 100%;
}

.hero2-shape img {
    width: 100% !important;
}

.newsCard {
    position: relative;
    color: #fff;
    overflow: hidden;
    border-radius: 10px;
}

.newsCaption {
    position: absolute;
    top: auto;
    bottom: 0px;
    left: 0;
    width: 100%;
    height: 50%;
    background-color: #c1601cd1;
    padding: 7px 15px;
    -webkit-transform: translateY(80%);
    transform: translateY(75%);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: opacity 0.1s 0.3s, -webkit-transform 0.4s;
    transition: opacity 0.1s 0.3s, -webkit-transform 0.4s;
    transition: transform 0.4s, opacity 0.1s 0.3s;
    transition: transform 0.4s, opacity 0.1s 0.3s, -webkit-transform 0.4s;
}

.newsCaption-title {
    margin-top: 0px;
}

.newsCaption-content {
    margin: 0;
}

.custom-img {
    background-image: url("..//images/5.jpg");
    background-size: cover;
    background-position: center;
}

.news-Slide-up:hover .newsCaption {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition: opacity 0.1s, -webkit-transform 0.4s;
    transition: opacity 0.1s, -webkit-transform 0.8s;
    transition: transform 0.4s, opacity 0.1s;
    transition: transform 0.4s, opacity 0.1s, -webkit-transform 0.4s;
}

.animeslide-slide {
    position: relative;
    padding: 15px 0;
    background-size: cover;
    height: 100%;
    min-height: 800px;
}

.animeslide-slide .container {
    position: relative;
}

.animeslide-slide.swiper-slide-active [data-animate] {
    opacity: 1;
    transform: none;
}

.animeslide-slide.swiper-slide-active .animeslide-heading {
    transition-delay: 0.6s;
}

.animeslide-slide.swiper-slide-active .animeslide-desc {
    transition-delay: 1s;
}

[data-animate] {
    opacity: 0;
    transition: all 0.8s ease-out;
}

[data-animate="bottom"] {
    transform: translate3d(0, 15px, 0);
}

.animeslide-slide.swiper-slide-active [data-animate] {
    opacity: 1;
    transform: none;
}

.animeslide-bottom {
    position: absolute;
    bottom: 0;
    width: 100%;
    border-radius: 8px;
    max-width: 140px;
    z-index: 1;
    padding: 35px 35px;
    right: 100px;
    font-size: 14px;
    bottom: 75px;
}

.animeslide-button-next,
.animeslide-button-prev {
    outline: none;
    background-color: #e36c18;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    border: 2px solid #e36c18;
    color: white;
}

.animeslide-button-next::after,
.animeslide-button-prev::after {
    font-size: 20px;
}

.animeslide-button-next:hover,
.animeslide-button-prev:hover {
    background-color: #fc8d1f;
    color: white;
    transition: all 0.8s ease-out;
}

.animeslide-button-next::hover,
.animeslide-button-prev::hover {
    color: #fc8d1f;
}

.fade-up {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.group:hover .fade-up {
    opacity: 1;
    transform: translateY(0);
}

.mySwiper .swiper-slide {
    opacity: 0.4;
}

.mySwiper .swiper-slide-thumb-active {
    opacity: 1;
}

.swiper-slide.detail-main {
    max-height: 590px !important;
    min-height: 590px !important;
    overflow: hidden;
}

.swiper-slide.detail-thumb img {
    max-height: 140px !important;
    width: 100%;
}

.current {
    color: #e36c18;
}

@media only screen and (max-width:768px) {
    .animeslide-slide {
        min-height: 600px;
    }
    .animeslide-bottom {
        display: contents;
    }
    .animeslide-button-next,
    .animeslide-button-prev {
        background-color: transparent;
        height: 35px;
        width: 35px;
        border: 2px solid #e36c18;
        color: white;
    }
    .newsCaption {
        bottom: 23px;
    }
    .swiper-slide.detail-main {
        max-height: 300px !important;
        min-height: 300px !important;
        overflow: hidden;
    }
    .swiper-slide.detail-thumb img {
        max-height: 75px !important;
        width: 100%;
    }
}