footer {
    color: #333;
    background-color: #e6f0ff;
   
   margin:0;
   overflow:hidden;
    width: 100%;
    height:5rem;
}

.row {
    display: flex;
    padding: 1rem;
}

.column {
    width: calc(100% / 3);
    padding: 0 0.9375rem;
}

h4 {
    margin-bottom: 0.9375rem;
    font-size: 1.5rem;
}

p {
    font-size: 1rem;
    line-height: 1.3rem;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

    ul li {
        margin-bottom: 0.625rem;
    }

        ul li a {
            color: #333;
            font-size: 1rem;
            transition: 0.3s all ease;
        }

        ul li i {
            color: #6faaff;
        }

        ul li a:hover {
            color: #6faaff;
            margin-left: 0.2rem;
        }

    ul.social-icons {
        display: flex;
        column-gap: 0.625rem;
    }

.social-icons i {
    color: #6faaff;
}

ul.social-icons li {
    margin-bottom: 0rem;
}

    ul.social-icons li a {
        display: grid;
        place-content: center;
        width: 2.5rem;
        height: 2.5rem;
        border-radius: 100%;
        border: 1.5px solid #6FAAFF;
    }

    ul.social-icons li:hover a {
        background-color: #6faaff;
        animation: shake 0.3s ease;
        margin-left: 0;
    }

    ul.social-icons li:hover i {
        color: #fff;
    }

.copyright {
    text-align: center;
    color: #fff;
    background-color: #6faaff;
    padding: 0.6rem 0;
}

/* Shake animation */
@keyframes shake {
    from, to {
        transform: scale(1, 1);
    }

    25% {
        transform: scale(0.9, 1.1);
    }

    50% {
        transform: scale(1.1, 0.9);
    }

    75% {
        transform: scale(0.95, 1.05);
    }
}


/* Responsive adjustments for mobile version */
@media screen and (max-width: 768px) {
    .column {
        margin: 0.4rem 0;
        width: 100%;
        padding: 0;
    }

    .row {
        display: flex;
        flex-wrap: wrap;
    }

    h4 {
        font-size: 1.3125rem;
    }

    p {
        font-size: 0.9375rem;
    }

    ul li a {
        font-size: 0.9375rem;
    }

    ul.social-icons li a {
        width: 1.975rem;
        height: 1.975rem;
    }
}

.htop {
    padding: 12px 0px 12px 122px;
    font-weight: bold;
}
/*ul.htop li {
    border-radius: 10px;
}*/
.Cat1 {
    background-color: red;
}

.Cat2 {
    background-color: pink;
}

.Cat3 {
    background-color: purple;
}

.Cat4 {
    background-color: indigo;
}

.Cat5 {
    background-color: blue;
    background-color: blue;
}

.Cat6 {
    background-color: lime;
}

.Cat7 {
    background-color: orange;
}

.Cat8 {
    /* background-color: darkgoldenrod; */
}

.Cat9 {
    background-color: darkblue;
}



#owl-demo .item {
    margin: 3px;
}

    #owl-demo .item img {
        display: block;
        height: 22rem;
        object-fit: contain;
    }




#owl-demo button.owl-next {
    right: -15px;
    position: absolute;
    top: 25%
}

#owl-demo button.owl-prev {
    left: -15px;
    position: absolute;
    top: 25%
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
    font-size: 4rem;
}

.img-bg {
   
    width: 100%;
    height: 26rem;
    POSITION: RELATIVE;
    padding:2rem 0;
    overflow: hidden;
}
    .img-bg::before {
        position: absolute;
        content: '';
        height: 100%;
        width: 100%;
        background: #1d285e;
        background-size: cover;
        background-repeat: no-repeat;
        filter: blur(126px);
        filter: blur(126px);
        top: 0;
        left: 0;
        z-index: -1;
    }
    h3 .owl-title {
    /*background: #6faaff;*/
    color: black;
    font-size: 18px;
    padding: 0px 7px;
    margin: 5px 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}




.site-header.no-line {
    border: none;
}

.line-buzz {
    border-bottom: 5px solid #84c225;
}

.site-nav {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}

.site-header {
    background: #173e6f;
    border-bottom: 5px solid #e77817;
}

.site-nav ul {
    text-align: center;
    font-size: 0;
    padding: -1px;
    padding: 20px 10px 0;
    margin-bottom: -16px;
    overflow: hidden;
}

    .site-nav ul li {
        display: inline-block;
        /* vertical-align: bottom; */
        /* margin-left: -12px; */
        position: relative;
        margin-bottom: 0;
        background: none;
    }

        .site-nav ul li a {
            display: inline-block;
            font-size: 14px;
            margin: 0;
            color: #FFF;
            background: #e77817;
            padding: 14px 6px;
            border-top-left-radius: 10px;
            border-top-right-radius: 10px;
            -webkit-box-shadow: 0 -6px 10px 0 rgba(0,0,0,0.5);
            box-shadow: 0 -6px 10px 0 rgba(0,0,0,0.5);
            overflow: hidden;
        }

        .site-nav ul li.active, .site-nav ul li:hover {
            margin-top: -12px;
        }

            .site-nav ul li.active a, .site-nav ul li:hover a {
                padding-top: 24px;
                padding-bottom: 24px;
                transition: all 0.5s ease;
            }



        .site-nav ul li:nth-child(8) {
            z-index: 1;
        }

        .site-nav ul li:nth-child(7) {
            z-index: 2;
        }

        .site-nav ul li:nth-child(6) {
            z-index: 3;
        }

        .site-nav ul li:nth-child(5) {
            z-index: 4;
        }

        .site-nav ul li:nth-child(4) {
            z-index: 5;
        }

        .site-nav ul li:nth-child(3) {
            z-index: 6;
        }

        .site-nav ul li:nth-child(2) {
            z-index: 7;
        }

        .site-nav ul li:nth-child(1) {
            z-index: 8;
            /* margin-left: 30px; */
        }

        .site-nav ul li a.brown {
            background: #57c6df;
        }

        .site-nav ul li a.light-blue {
            background: #076abf;
        }

        .site-nav ul li a.magenta {
            background: #a53271;
        }

        .site-nav ul li a.dark-yellow {
            background: #cbb728;
        }





        .site-nav ul li a.green {
            background: #84c225;
        }

        .site-nav ul li a.blue {
            background: #0093dd;
        }

        .site-nav ul li a.pink {
            background: #b784a7;
        }

.top-right {
    position: relative;
}

.user {
    float: right;
    width: 93px;
    height: 93px;
    background: #84c225;
    border-radius: 100%;
    padding: 6px;
    margin: 32px 0 0 0;
    position: relative;
}

.img-user {
    width: 81px;
    height: 81px;
    border-radius: 100%;
}

.user-add {
    width: 33px;
    position: absolute;
    right: 0;
    bottom: 0;
}

.custom-card img {
    object-fit: cover;
    height: 12rem;
}
.custom-card a{
    color:black;
    text-decoration:none;
}.custom-card > a > p{
    font-size:1.2rem;
    font-weight:600;
    padding:12px 0;
}
.heading {
    margin-top: 25px;
}