.user-hover {
    position: relative;
    cursor: pointer;
    color: #fff;
}

    .user-hover a {
        text-decoration: none;
        color: #fff;
        padding: 0 15px;
    }
.blinking-icon {
    animation: blink-animation 1s infinite;
}

@keyframes blink-animation {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.user-hover-area {
    min-width: 200px;
    background-color: #fff;
    /* border: 2px solid rgba(0, 0, 0, 0.2); */
    box-shadow: 5px 5px 10px 5px rgba(0, 0, 0, 0.2);
    display: flex;
    flex-direction: column;
    position: fixed;
    top: 45px;
    right: 65px;
    transition: 0.5s ease;
    visibility: hidden;
    opacity: 0;
    padding: 5px;
    z-index: 9999999999;
}

.user-hover-hidden {
    min-width: 30px;
    background-color: #fff;
    position: fixed;
    top: 35px;
    right: 168px;
    transition: 0.5s ease;
    visibility: hidden;
    opacity: 0;
    padding: 5px;
    z-index: 9999999999;
}

.user-hover-area a {
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    text-align: left;
    padding: 5px;
    color: #000;
}

    .user-hover-area a:hover {
        background-color: rgba(0, 0, 0, 0.2);
    }

.user-hover:hover .user-hover-area {
    visibility: visible;
    opacity: 1;
}

.user-hover:hover .user-hover-hidden {
    visibility: visible;
    opacity: 0;
}

.regbtn {
    font-size: 12px;
    padding: 3px 10px;
    border-radius: 5px;
    background-color: #2878EB;
    text-decoration: none;
    color: #fff;
}

    .regbtn:hover {
        color: #fff;
        text-decoration: none;
    }

.message-relative {
    position: relative;
}

@media(max-width: 992px) {
    .user-hover-area {
        max-width: 200px;
        top: 138px;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .user-hover-hidden {
        width: 50px;
        top: 90px;
        left: 50%;
        transform: translate(-50%, -50%);
    }
}

.message-index {
    position: fixed;
    top: 120px;
    right: 20px;
    width: 300px;
    max-height: 400px;
    background-color: #fff;
    z-index: 999999999;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    border-radius: 15px;
    border: 2px solid rgba(0, 0, 0, 0.2);
    display: flex;
    flex-direction: column;
    transition: visibility 0.5s, opacity 0.5s ease;
    visibility: hidden;
    opacity: 0;
}

.message-header {
    padding: 8px 15px;
    border-bottom: 2px solid rgba(0, 0, 0, 0.2);
    font-size: 16px;
    font-weight: bold;
    color: #000;
}


.message-body {
    flex-grow: 1;
    padding: 10px 15px;
    font-size: 14px;
    color: #333;
    display: flex;
    flex-direction: column;
    width: 100%;
    overflow-y: auto;
    max-height: calc(100% - 100px);
    scrollbar-width: thin;
    scrollbar-color: #ccc #f1f1f1;
}

    .message-body::-webkit-scrollbar {
        width: 8px;
    }

    .message-body::-webkit-scrollbar-thumb {
        background: #ccc;
        border-radius: 4px;
    }

    .message-body::-webkit-scrollbar-track {
        background: #f1f1f1;
    }

    .message-body .p1 {
        background-color: #2878EB;
        padding: 5px;
        border-radius: 7px 7px 7px 0px;
        color: #fff;
        font-size: 14px;
        margin: 4px 0;
        align-self: flex-start;
        max-width: 70%;
        word-wrap: break-word;
    }

    .message-body .p2 {
        background-color: #5d6064;
        padding: 5px;
        border-radius: 7px 7px 0px 7px;
        color: #fff;
        font-size: 14px;
        margin: 4px 0;
        align-self: flex-end;
        max-width: 70%;
        word-wrap: break-word;
    }

.message-footer {
    padding: 10px 15px;
    border-top: 2px solid rgba(0, 0, 0, 0.2);
    display: flex;
    align-items: center;
    gap: 5px;
}

    .message-footer .message-input {
        flex-grow: 1;
        border: 1px solid rgba(0, 0, 0, 0.2);
        border-radius: 8px;
        padding: 5px 10px;
        background-color: rgba(0, 0, 0, 0.1);
        font-size: 12px;
        resize: none;
        overflow-y: auto;
        max-height: 200px;
        min-height: 32px;
    }

    .message-footer .plane {
        font-size: 24px;
        color: #2878EB;
        cursor: pointer;
        align-self: flex-end;
        margin-bottom: 5px;
    }

.message-btn {
    background-color: green;
    color: #fff;
    padding: 3px 10px;
    border-radius: 5px;
    font-size: 12px;
    cursor: pointer;
}

    .message-btn:hover {
        color: #fff;
        text-decoration: none;
    }

@media(max-width: 992px) {
    .message-index {
        top: 150px;
    }
}

@media (max-width: 576px) {
    .message-index {
        top: 340px;
        left: 50%;
        transform: translate(-50%, -50%);
        right: auto;
    }
}

/* job-sections */
.job-sections .col-md-3, .job-sections.col-lg-3, .job-sections.col-xl-2 {
    display: flex;
    flex-direction: column;
    justify-content: stretch;
}

.sections-header h2 {
    font-size: 28px;
    font-weight: 600;
    margin: 0;
    padding-bottom: 10px;
    border-bottom: 3px solid rgba(0, 0, 0, 0.3);
    transition: 0.5s ease;
}

.jobs-items {
    width: 100%;
    margin: 0;
    padding: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    border: 1px solid #1977cc;
    transform: translateY(0);
    transition: transform 0.4s ease, background-color 0.4s ease, color 0.4s ease;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

    .jobs-items img {
        width: 100%;
        object-fit: cover;
    }

.jobs-text {
    padding: 10px 0;
    width: 100%;
}

    .jobs-text h2 {
        font-size: 20px;
        font-weight: 600;
        margin: 0;
    }

    .jobs-text p {
        font-size: 12px;
        margin: 0;
        line-height: 16px;
        font-weight: 400;
    }

.jobs-items:hover {
    background-color: #1977cc;
    color: #fff;
    transform: translateY(-10px);
}

    .jobs-items:hover .jobs-text h2 {
        color: #fff;
        transition: 0.5s ease;
    }

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio .portfolio-item {
    margin-bottom: 30px;
}

.portfolio #portfolio-flters {
    padding: 0;
    margin: 0 auto 25px auto;
    list-style: none;
    text-align: center;
    border-radius: 50px;
    padding: 2px 15px;
}

    .portfolio #portfolio-flters li {
        cursor: pointer;
        display: inline-block;
        padding: 10px 15px;
        font-size: 14px;
        font-weight: 600;
        line-height: 1;
        text-transform: uppercase;
        color: #444444;
        margin-bottom: 5px;
        transition: all 0.3s ease-in-out;
        border-radius: 5px;
        font-family: "Poppins", sans-serif;
    }

        .portfolio #portfolio-flters li:hover,
        .portfolio #portfolio-flters li.filter-active {
            color: #fff;
            background: #1977cc;
        }

        .portfolio #portfolio-flters li:last-child {
            margin-right: 0;
        }

.portfolio .portfolio-wrap {
    transition: 0.3s;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

    .portfolio .portfolio-wrap::before {
        content: "";
        background: #1979ccbb;
        position: absolute;
        left: 30px;
        right: 30px;
        top: 30px;
        bottom: 30px;
        transition: all ease-in-out 0.3s;
        z-index: 2;
        opacity: 0;
    }

    .portfolio .portfolio-wrap .portfolio-info {
        opacity: 0;
        position: absolute;
        top: 10%;
        left: 0;
        right: 0;
        text-align: center;
        z-index: 3;
        transition: all ease-in-out 0.3s;
    }

        .portfolio .portfolio-wrap .portfolio-info h4 {
            font-size: 20px;
            color: #fff;
            font-weight: 600;
        }

        .portfolio .portfolio-wrap .portfolio-info p {
            color: #ffffff;
            font-size: 14px;
            text-transform: uppercase;
        }

    .portfolio .portfolio-wrap .portfolio-links {
        opacity: 0;
        left: 0;
        right: 0;
        bottom: 10%;
        text-align: center;
        z-index: 3;
        position: absolute;
        transition: all ease-in-out 0.3s;
    }

        .portfolio .portfolio-wrap .portfolio-links a {
            color: rgba(255, 255, 255, 0.6);
            margin: 0 2px;
            font-size: 28px;
            display: inline-block;
            transition: 0.3s;
        }

            .portfolio .portfolio-wrap .portfolio-links a:hover {
                color: #fff;
            }

    .portfolio .portfolio-wrap:hover::before {
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        opacity: 1;
    }

    .portfolio .portfolio-wrap:hover .portfolio-info {
        opacity: 1;
        top: calc(50% - 48px);
    }

    .portfolio .portfolio-wrap:hover .portfolio-links {
        opacity: 1;
        bottom: calc(50% - 50px);
    }


/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
    padding-top: 40px;
}

    .portfolio-details .portfolio-details-slider img {
        width: 100%;
    }

    .portfolio-details .portfolio-details-slider .swiper-pagination {
        margin-top: 20px;
        position: relative;
    }

        .portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
            width: 12px;
            height: 12px;
            background-color: #fff;
            opacity: 1;
            border: 1px solid #5846f9;
        }

        .portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
            background-color: #5846f9;
        }

    .portfolio-details .portfolio-info {
        padding: 30px;
        box-shadow: 0px 0 30px rgba(44, 73, 100, 0.08);
    }

        .portfolio-details .portfolio-info h3 {
            font-size: 22px;
            font-weight: 700;
            margin-bottom: 20px;
            padding-bottom: 20px;
            border-bottom: 1px solid #eee;
        }

        .portfolio-details .portfolio-info ul {
            list-style: none;
            padding: 0;
            font-size: 15px;
        }

            .portfolio-details .portfolio-info ul li + li {
                margin-top: 10px;
            }

    .portfolio-details .portfolio-description {
        padding-top: 30px;
    }

        .portfolio-details .portfolio-description h2 {
            font-size: 26px;
            font-weight: 700;
            margin-bottom: 20px;
        }

        .portfolio-details .portfolio-description p {
            padding: 0;
        }

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .icon-box {
    text-align: center;
    border: 1px solid #d5e1ed;
    padding: 80px 20px;
    transition: all ease-in-out 0.3s;
}

    .services .icon-box .icon {
        margin: 0 auto;
        width: 64px;
        height: 64px;
        background: #1977cc;
        border-radius: 5px;
        transition: all 0.3s ease-out 0s;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 20px;
        transform-style: preserve-3d;
    }

        .services .icon-box .icon .i {
            color: #fff;
            font-size: 28px;
        }

        .services .icon-box .icon::before {
            position: absolute;
            content: "";
            left: -8px;
            top: -8px;
            height: 100%;
            width: 100%;
            background: #badaf7;
            border-radius: 5px;
            transition: all 0.3s ease-out 0s;
            transform: translateZ(-1px);
        }

    .services .icon-box h4 {
        font-weight: 700;
        margin-bottom: 15px;
        font-size: 24px;
    }

        .services .icon-box h4 a {
            color: #2c4964;
            text-decoration: none;
        }

    .services .icon-box p {
        line-height: 24px;
        font-size: 14px;
        margin-bottom: 0;
    }

    .services .icon-box:hover {
        background: #1977cc;
        border-color: #1977cc;
    }

        .services .icon-box:hover .icon {
            background: #fff;
        }

            .services .icon-box:hover .icon .i {
                color: #1977cc;
            }

            .services .icon-box:hover .icon::before {
                background: #3291e6;
            }

        .services .icon-box:hover h4 a,
        .services .icon-box:hover p {
            color: #fff;
        }

/*--------------------------------------------------------------
# Frequently Asked Questions
--------------------------------------------------------------*/
.faq {
    background: linear-gradient(42deg, #2878EB 0%, #2878EB 100%);
}

    .faq .section-title h2,
    .faq .section-title p {
        color: #fff;
    }

        .faq .section-title h2::after {
            background: rgba(255, 255, 255, 0.6);
        }

    .faq .faq-list {
        padding: 0 100px;
    }

        .faq .faq-list ul {
            padding: 0;
            list-style: none;
        }

        .faq .faq-list li + li {
            margin-top: 15px;
        }

        .faq .faq-list li {
            padding: 10px 20px;
            background: #fff;
            border-radius: 5px;
            position: relative;
        }

        .faq .faq-list a {
            display: block;
            position: relative;
            font-family: "Roboto", sans-serif;
            font-size: 16px;
            line-height: 24px;
            font-weight: 500;
            padding: 0 30px;
            outline: none;
            cursor: pointer;
            text-decoration: none;
        }

        .faq .faq-list .icon-help {
            font-size: 24px;
            position: absolute;
            right: 0;
            left: 20px;
            color: #2878EB;
        }

        .faq .faq-list .icon-show,
        .faq .faq-list .icon-close {
            font-size: 24px;
            position: absolute;
            right: 0;
            top: 0;
        }

        .faq .faq-list p {
            margin-bottom: 0;
            padding: 10px 0 0 0;
        }

        .faq .faq-list .icon-show {
            display: none;
        }

        .faq .faq-list a.collapsed {
            color: #2c4964;
        }

            .faq .faq-list a.collapsed:hover {
                color: #2878EB;
            }

            .faq .faq-list a.collapsed .icon-show {
                display: inline-block;
            }

            .faq .faq-list a.collapsed .icon-close {
                display: none;
            }

@media (max-width: 1200px) {
    .faq .faq-list {
        padding: 0;
    }
}


/* testimonial*/
.testimonial-slider .client-img {
    background-size: cover;
    background-position: 15px 0;
    background-repeat: no-repeat;
    min-height: 250px;
    z-index: 1;
}

.testimonial-slider .slick-prev {
    left: -20px;
    z-index: 1000;
}

.testimonial-slider .slick-next {
    right: -20px;
    z-index: 1000;
}

.testimonial-slider .slick-prev,
.testimonial-slider .slick-next {
    background: #ffffff;
    border: 1px solid #120F2D;
    width: 45px;
    height: 37px;
    border-radius: 4px;
}

    .testimonial-slider .slick-prev:hover:before,
    .testimonial-slider .slick-next:hover:before {
        color: #2878EB;
    }

    .testimonial-slider .slick-prev:before,
    .testimonial-slider .slick-next:before {
        color: #120F2D;
    }

.section-title {
    text-align: center;
    margin-bottom: 30px;
}

    .section-title h2 {
        font-size: 48px;
        font-weight: 500;
        margin-bottom: 10px;
    }

    .section-title p {
        width: 70%;
        margin: 0 auto;
        font-size: 16px;
        line-height: 30px;
    }

@media (max-width: 480px) {
    .section-title p {
        width: 100%;
    }

    .testimonial-slider .slick-prev {
        padding-top: 3px;
    }

    .testimonial-slider .slick-next {
        padding-top: 3px;
    }
}

/* Browse Job*/
.browse-jobs {
    background-color: #3291e6;
}

    .browse-jobs h2 {
        font-size: 44px;
        margin: 0;
    }

.browse {
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2);
    background-color: #fff;
    border: 2px solid #fff;
    padding: 5px;
    border-radius: 12px;
    width: 100%;
    transition: 0.3s;
}

    .browse:hover {
        box-shadow: 6px 10px 20px rgba(0, 0, 0, 0.7);
    }

    .browse h2 {
        font-size: 22px;
        margin: 0;
        line-height: 30px;
        color: #2878EB;
    }

    .browse h3 {
        font-size: 18px;
        margin: 0;
        line-height: 28px;
    }

    .browse p {
        font-size: 14px;
        color: #444444;
        margin: 0;
        line-height: 28px;
    }

@media(max-width: 500px) {
    .browse h2 {
        font-size: 16px;
        margin: 0;
        line-height: 30px;
        color: #2878EB;
    }

    .browse h3 {
        font-size: 12px;
        line-height: 18px;
    }

    .browse p {
        font-size: 10px;
        line-height: 18px;
    }
}
/*--browse projects--*/
.bikroy-project {
    border: 2px solid #2878EB;
    border-radius: 7px;
}
.bikroy-project:hover {
   box-shadow: 2px 4px 8px hsla(204, 100%, 50%, 0.4);
 }

.bikroy-project .img {
  width: 35%;
  padding: 12px 10px;
}

        .bikroy-project .img img {
            width: 100%;
            max-width: 180px;
        }

    .bikroy-project .bikroy-text {
        width: 65%;
        padding: 14px 10px;
    }

        .bikroy-project .bikroy-text h3 {
            font-size: 20px;
            margin: 0;
        }

        .bikroy-project .bikroy-text p {
            font-size: 14px;
            line-height: 24px;
            margin: 0;
        }

            .bikroy-project .bikroy-text p:nth-child(4) {
                color: #2878EB;
            }

.cat-nav {
    padding: 20px;
    border: 2px solid #2878EB;
    border-radius: 7px;
}

    .cat-nav ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

        .cat-nav ul li {
            list-style: none;
            margin: 0;
            padding: 5px 0;
        }

            .cat-nav ul li a {
                text-decoration: none;
                font-size: 14px;
            }

                .cat-nav ul li a span {
                    color: #5d6064;
                }

                .cat-nav ul li a .i {
                    font-size: 17px;
                    color: #5d6064;
                    margin-right: 10px;
                }

@media(max-width: 500px) {
    .bikroy-project .bikroy-text h3 {
        font-size: 14px;
    }

    .bikroy-project .bikroy-text p {
        font-size: 10px;
        line-height: 18px;
    }
}

/*=== 8 items View===*/
.extra-8items {
    width: 100%;
    padding: 0 10px;
    margin: 0 auto;
}

    .extra-8items .slick-slide {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        box-sizing: border-box;
    }

    .extra-8items img {
        width: 100%;
        height: auto;
        object-fit: cover;
    }

    .extra-8items .slick-prev {
        left: 5px;
        z-index: 1000;
    }

    .extra-8items .slick-next {
        right: 5px;
        z-index: 1000;
    }

        .extra-8items .slick-prev:before,
        .extra-8items .slick-next:before {
            color: #000;
        }

.items8 {
    display: flex;
    flex-direction: column;
    position: relative;
    margin: 10px 5px;
}

    .items8 p {
        font-size: 14px;
        font-weight: 600;
        color: #000;
        text-align: center;
        background-color: #e7e7e7;
        width: 100%;
        padding: 5px;
        margin: 0;
        position: absolute;
        bottom: 0;
        left: 0;
    }

/*=== 10 items View===*/
.extra-10items {
    width: 100%;
    padding: 0 10px;
    margin: 0 auto;
}

    .extra-10items .slick-slide {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        box-sizing: border-box;
    }

    .extra-10items img {
        width: 100%;
        height: auto;
        object-fit: cover;
    }

    .extra-10items .slick-prev {
        left: 5px;
        z-index: 1000;
    }

    .extra-10items .slick-next {
        right: 5px;
        z-index: 1000;
    }

        .extra-10items .slick-prev:before,
        .extra-10items .slick-next:before {
            color: #000;
        }

.items10 {
    display: flex;
    flex-direction: column;
    position: relative;
    margin: 10px 5px;
}

    .items10 p {
        font-size: 14px;
        font-weight: 600;
        color: #000;
        text-align: center;
        background-color: #e7e7e7;
        width: 100%;
        padding: 5px;
        margin: 0;
        position: absolute;
        bottom: 0;
        left: 0;
    }


/*=== 8 items View===*/
.extra-12items {
    width: 100%;
    padding: 0 10px;
    margin: 0 auto;
}

    .extra-12items .slick-slide {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        box-sizing: border-box;
    }

    .extra-12items img {
        width: 100%;
        height: auto;
        object-fit: cover;
    }

    .extra-12items .slick-prev {
        left: 5px;
        z-index: 1000;
    }

    .extra-12items .slick-next {
        right: 5px;
        z-index: 1000;
    }

        .extra-12items .slick-prev:before,
        .extra-12items .slick-next:before {
            color: #000;
        }

.items12 {
    display: flex;
    flex-direction: column;
    position: relative;
    margin: 10px 5px;
}

    .items12 p {
        font-size: 14px;
        font-weight: 600;
        color: #000;
        text-align: center;
        background-color: #e7e7e7;
        width: 100%;
        padding: 5px;
        margin: 0;
        position: absolute;
        bottom: 0;
        left: 0;
    }
/*--------------------------------------------------------------
# Pricing
--------------------------------------------------------------*/
.pricing .box {
    padding: 20px;
    background: #fff;
    text-align: center;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

.pricing h3 {
    font-weight: 400;
    margin: -20px -20px 20px -20px;
    padding: 20px 15px;
    font-size: 16px;
    font-weight: 600;
    color: #2c4964;
    background: #f8f8f8;
}

.pricing h4 {
    font-size: 36px;
    color: #5846f9;
    font-weight: 600;
    font-family: "Roboto", sans-serif;
    margin-bottom: 20px;
}

    .pricing h4 sup {
        font-size: 20px;
        top: -15px;
        left: -3px;
    }

    .pricing h4 span {
        color: #bababa;
        font-size: 16px;
        font-weight: 300;
    }

.pricing ul {
    padding: 0;
    list-style: none;
    color: #444444;
    text-align: center;
    line-height: 20px;
    font-size: 14px;
}

    .pricing ul li {
        padding-bottom: 16px;
    }

    .pricing ul i {
        color: #5846f9;
        font-size: 18px;
        padding-right: 4px;
    }

    .pricing ul .na {
        color: #ccc;
        text-decoration: line-through;
    }

.pricing .btn-wrap {
    margin: 20px -20px -20px -20px;
    padding: 20px 15px;
    background: #f8f8f8;
    text-align: center;
}

.pricing .btn-buy {
    background: linear-gradient(42deg, #5846f9 0%, #7b27d8 100%);
    display: inline-block;
    padding: 10px 35px;
    border-radius: 4px;
    color: #fff;
    transition: none;
    font-size: 15px;
    font-weight: 400;
    font-family: "Roboto", sans-serif;
    font-weight: 600;
    transition: 0.3s;
}

    .pricing .btn-buy:hover {
        background: linear-gradient(180deg, #5846f9 0%, #7b27d8 100%);
    }

.pricing .featured h3 {
    color: #fff;
    background: #5846f9;
}

.pricing .advanced {
    width: 200px;
    position: absolute;
    top: 18px;
    right: -68px;
    transform: rotate(45deg);
    z-index: 1;
    font-size: 14px;
    padding: 1px 0 3px 0;
    background: #5846f9;
    color: #fff;
}
/*--Hot Jobs Style--*/
.half-full {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    width: 100%;
}
.hot-cat {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    width: 100%;
}

.cat-col {
    padding: 10px;
    display: flex;
    border-bottom: 1px solid #cacacaea;
    border-left: 1px solid #cacacaea;
}

    .cat-col:nth-child(1) {
        border-bottom: 1px solid #cacacaea;
        border-top: 1px solid #cacacaea;
        border-left: 1px solid #cacacaea;
        border-right: 0px;
    }

    .cat-col:nth-child(2) {
        border-bottom: 1px solid #cacacaea;
        border-top: 1px solid #cacacaea;
        border-left: 1px solid #cacacaea;
        border-right: 0px;
    }

    .cat-col:nth-child(3) {
        border-bottom: 1px solid #cacacaea;
        border-top: 1px solid #cacacaea;
        border-left: 1px solid #cacacaea;
        border-right: 0px;
    }

    .cat-col:nth-child(4) {
        border-bottom: 1px solid #cacacaea;
        border-top: 1px solid #cacacaea;
        border-left: 1px solid #cacacaea;
        border-right: 1px solid #cacacaea;
    }

    .cat-col:nth-of-type(4n+0) {
        border-right: 1px solid #cacacaea;
    }

    .cat-col:nth-last-child(1) {
        border-right: 1px solid #cacacaea;
    }

    .cat-col:nth-child(n+5):nth-child(-n+8),
    .cat-col:nth-child(n+13):nth-child(-n+16),
    .cat-col:nth-child(n+21):nth-child(-n+24),
    .cat-col:nth-child(n+29):nth-child(-n+32),
    .cat-col:nth-child(n+37):nth-child(-n+40),
    .cat-col:nth-child(n+45):nth-child(-n+48),
    .cat-col:nth-child(n+53):nth-child(-n+56) {
        background-color: #f5f5f5;
    }

    .cat-col img {
        width: 60px;
        height: 60px;
        margin: 10px;
        border-radius: 5px;
        box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.4);
    }

.cat-ul h5 {
    font-size: 16px;
    margin: 0;
    padding-top: 10px;
    color: #1897ff;
}

.cat-ul ul {
    list-style: none;
    margin: 0;
    padding: 5px 0 0 0;
}

    .cat-ul ul li {
        list-style: none;
        margin: 0;
    }

        .cat-ul ul li p {
            text-decoration: none;
            font-size: 12px;
            color: #5d6064;
            margin: 0;
            line-height: 17px;
        }

            .cat-ul ul li p .i {
                font-size: 8px;
                color: #5d6064;
                margin-right: 1px;
            }

.cat-col:hover.cat-col img {
    box-shadow: 3px 6px 12px rgba(0, 0, 0, 0.4);
}

@media(max-width: 992px) {
    .cat-col {
        flex-direction: column;
    }
}

@media(max-width: 776px) {
    .hot-cat {
        grid-template-columns: repeat(2, 1fr);
    }

    .cat-col:nth-child(3) {
        border-bottom: 1 solid #cacacaea;
        border-top: 0 solid #cacacaea;
        border-left: 1 solid #cacacaea;
        border-right: 0;
    }

    .cat-col:nth-child(4) {
        border-bottom: 1 solid #cacacaea;
        border-top: 0 solid #cacacaea;
        border-left: 1 solid #cacacaea;
        border-right: 0 solid #cacacaea;
    }

    .cat-col:nth-of-type(2n+0) {
        border-right: 1px solid #cacacaea;
    }
}
/*--- Hot Category-2 ---*/
.hot-cat-2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    width: 100%;
}

.cat-col-2 {
    padding: 10px;
    display: flex;
    border-bottom: 1px solid #cacacaea;
    border-left: 1px solid #cacacaea;
}

    .cat-col-2:nth-child(1) {
        border-bottom: 1px solid #cacacaea;
        border-top: 1px solid #cacacaea;
        border-left: 1px solid #cacacaea;
        border-right: 0px;
    }

    .cat-col-2:nth-child(2) {
        border-bottom: 1px solid #cacacaea;
        border-top: 1px solid #cacacaea;
        border-left: 1px solid #cacacaea;
        border-right: 0px;
    }

    .cat-col-2:nth-of-type(2n+0) {
        border-right: 1px solid #cacacaea;
    }

    .cat-col-2:nth-last-child(1) {
        border-right: 1px solid #cacacaea;
    }

    .cat-col-2:nth-child(n+3):nth-child(-n+4),
    .cat-col-2:nth-child(n+5):nth-child(-n+6),
    .cat-col-2:nth-child(n+7):nth-child(-n+8),
    .cat-col-2:nth-child(n+9):nth-child(-n+10),
    .cat-col-2:nth-child(n+11):nth-child(-n+12),
    .cat-col-2:nth-child(n+13):nth-child(-n+14),
    .cat-col-2:nth-child(n+15):nth-child(-n+16) {
        background-color: #f5f5f5;
    }

    .cat-col-2 img {
        width: 60px;
        height: 60px;
        margin: 10px;
        border-radius: 5px;
        box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.4);
    }

.cat-ul-2 h5 {
    font-size: 16px;
    margin: 0;
    padding-top: 10px;
    color: #1897ff;
}

.cat-ul-2 ul {
    list-style: none;
    margin: 0;
    padding: 5px 0 0 0;
}

    .cat-ul-2 ul li {
        list-style: none;
        margin: 0;
    }

        .cat-ul-2 ul li p {
            text-decoration: none;
            font-size: 12px;
            color: #5d6064;
            margin: 0;
            line-height: 17px;
        }

            .cat-ul-2 ul li p .i {
                font-size: 8px;
                color: #5d6064;
                margin-right: 1px;
            }

.cat-col-2:hover.cat-col-2 img {
    box-shadow: 3px 6px 12px rgba(0, 0, 0, 0.4);
}

@media(max-width: 992px) {
    .cat-col-2 {
        flex-direction: column;
    }
}
/*--- Hot Category-6 ---*/
.hot-cat-6 {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    width: 100%;
}

.cat-col-6 {
    padding: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: start;
    border-bottom: 1px solid #cacacaea;
    border-left: 1px solid #cacacaea;
}

    .cat-col-6:nth-child(1) {
        border-bottom: 1px solid #cacacaea;
        border-top: 1px solid #cacacaea;
        border-left: 1px solid #cacacaea;
        border-right: 0px;
    }

    .cat-col-6:nth-child(2) {
        border-bottom: 1px solid #cacacaea;
        border-top: 1px solid #cacacaea;
        border-left: 1px solid #cacacaea;
        border-right: 0px;
    }

    .cat-col-6:nth-child(3) {
        border-bottom: 1px solid #cacacaea;
        border-top: 1px solid #cacacaea;
        border-left: 1px solid #cacacaea;
        border-right: 0px;
    }

    .cat-col-6:nth-child(4) {
        border-bottom: 1px solid #cacacaea;
        border-top: 1px solid #cacacaea;
        border-left: 1px solid #cacacaea;
        border-right: 0px;
    }

    .cat-col-6:nth-child(5) {
        border-bottom: 1px solid #cacacaea;
        border-top: 1px solid #cacacaea;
        border-left: 1px solid #cacacaea;
        border-right: 0px;
    }

    .cat-col-6:nth-child(6) {
        border-bottom: 1px solid #cacacaea;
        border-top: 1px solid #cacacaea;
        border-left: 1px solid #cacacaea;
        border-right: 1px solid #cacacaea;
    }

    .cat-col-6:nth-of-type(6n+0) {
        border-right: 1px solid #cacacaea;
    }

    .cat-col-6:nth-last-child(1) {
        border-right: 1px solid #cacacaea;
    }

    .cat-col-6:nth-child(n+7):nth-child(-n+12),
    .cat-col-6:nth-child(n+19):nth-child(-n+24),
    .cat-col-6:nth-child(n+31):nth-child(-n+36),
    .cat-col-6:nth-child(n+43):nth-child(-n+48),
    .cat-col-6:nth-child(n+55):nth-child(-n+60),
    .cat-col-6:nth-child(n+67):nth-child(-n+72) {
        background-color: #f5f5f5;
    }

    .cat-col-6 img {
        width: 60px;
        height: 60px;
        margin: 10px;
        border-radius: 5px;
        box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.4);
    }

.cat-ul-6 h5 {
    font-size: 16px;
    margin: 0;
    padding-top: 10px;
    color: #1897ff;
}

.cat-ul-6 ul {
    list-style: none;
    margin: 0;
    padding: 5px 0 0 0;
}

    .cat-ul-6 ul li {
        list-style: none;
        margin: 0;
    }

        .cat-ul-6 ul li p {
            text-decoration: none;
            font-size: 12px;
            color: #5d6064;
            margin: 0;
            line-height: 17px;
        }

            .cat-ul-6 ul li p .i {
                font-size: 8px;
                color: #5d6064;
                margin-right: 1px;
            }

.cat-col-6:hover.cat-col-6 img {
    box-shadow: 3px 6px 12px rgba(0, 0, 0, 0.4);
}

@media(max-width: 992px) {
    .hot-cat-6 {
        grid-template-columns: repeat(4, 1fr);
    }

    .cat-col-6:nth-child(5) {
        border-bottom: 1 solid #cacacaea;
        border-top: 0 solid #cacacaea;
        border-left: 1 solid #cacacaea;
        border-right: 0;
    }

    .cat-col-6:nth-child(6) {
        border-bottom: 1 solid #cacacaea;
        border-top: 0 solid #cacacaea;
        border-left: 1 solid #cacacaea;
        border-right: 0 solid #cacacaea;
    }

    .cat-col-6:nth-of-type(4n+0) {
        border-right: 1px solid #cacacaea;
    }
}

@media(max-width: 776px) {
    .hot-cat-6 {
        grid-template-columns: repeat(2, 1fr);
    }

    .cat-col-6:nth-child(3) {
        border-bottom: 1 solid #cacacaea;
        border-top: 0 solid #cacacaea;
        border-left: 1 solid #cacacaea;
        border-right: 0;
    }

    .cat-col-6:nth-child(4) {
        border-bottom: 1 solid #cacacaea;
        border-top: 0 solid #cacacaea;
        border-left: 1 solid #cacacaea;
        border-right: 0 solid #cacacaea;
    }

    .cat-col-6:nth-child(5) {
        border-bottom: 1 solid #cacacaea;
        border-top: 0 solid #cacacaea;
        border-left: 1 solid #cacacaea;
        border-right: 0;
    }

    .cat-col-6:nth-child(6) {
        border-bottom: 1 solid #cacacaea;
        border-top: 0 solid #cacacaea;
        border-left: 1 solid #cacacaea;
        border-right: 0 solid #cacacaea;
    }

    .cat-col-6:nth-of-type(2n+0) {
        border-right: 1px solid #cacacaea;
    }
}

.obj-12 {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    width: 100%;
    grid-gap: 10px;
}
.obj-contetn{
    padding: 10px;
    border-radius: 5px;
    box-shadow: 2px 3px 6px rgba(0, 0, 0, 0.2); 
    background-color: #fff;
}
.obj-contetn p{
    font-size: 14px;
    margin: 0px;
}
.col-12-h {
    flex: 0 0 12.500000% !important;
    max-width: 12.5000000% !important;
}
@media(max-width: 992px){
    .col-12-h {
        flex: 0 0 20% !important;
        max-width: 20% !important;
    }
@media(max-width: 576px) {
    .col-12-h {
        flex: 0 0 33.33333% !important;
        max-width: 33.33333% !important;
    }