.transition {
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.bg-overlay-dark>div {
    position: relative
}

@media only screen and (max-width:1300px) {
    .container {
        max-width: unset
    }
    .newsSlider {
        margin: 10px 0 5px 0
    }
    .newsSlider .slide-arrow {
        top: -40px;
        transform: unset
    }
    .certificateLists {
        flex-wrap: wrap;
        gap: 10px
    }
    .certificateLists li,
    .certificateLists li:last-child {
        border: solid 1px var(--secondary);
        padding: 10px
    }
    .uniqueSlider .singleSlide {
        margin: 10px 10px 0 10px
    }
    .uniqueSlider .slide-arrow {
        bottom: -60px
    }
    .uniqueSlider .prev-arrow {
        left: 47%
    }
    .uniqueSlider .next-arrow {
        left: 53%
    }
    .uniqueSlider .slick-dots {
        bottom: -50px
    }
    .testimImg img {
        object-fit: cover
    }
}

@media only screen and (max-width:991px) {
    .banContent {
        min-height: 400px;
        max-width: 80% !important;
    }
    .innerBanner .banContent {
        min-height: 200px
    }
    .floatingIcon {
        right: 0;
        bottom: 0;
        display: flex;
        justify-content: center;
        width: 100%;
        gap: 10px;
        background: rgba(0, 0, 0, .6);
        padding-top: 5px;
        top: auto;
        z-index: 5;
        position: unset
    }
    .tabSection nav {
        overflow-x: scroll;
        padding-bottom: 15px
    }
    .tabSection .nav-tabs {
        border: 0
    }
    .tabSection .nav-tabs .nav-link {
        margin-right: 10px;
        border-radius: var(--rounded);
        padding: 15px 15px;
        flex-shrink: 0;
        width: auto
    }
}

@media only screen and (max-width:767px) {
    .scroll {
        max-height: unset;
        overflow-y: unset;
        margin-top: 20px
    }
    .event-images {
        margin-top: 20px
    }
    .testim-slider .singleSlide {
        margin: 10px 10px 0 10px;
        text-align: center
    }
    .testimImg {
        margin: 0 auto 15px
    }
}

@media only screen and (max-width:576px) {
    .scroll .d-flex {
        flex-direction: column
    }
    .scroll .d-flex .cardImg {
        width: 100%;
        max-width: unset;
        margin-bottom: 15px
    }
    .certificateLists li img {
        max-width: 120px
    }
    .inContent-img {
        max-width: unset;
        float: right;
        margin-left: 0;
        width: 100%
    }
}