.loc-item {
    list-style: circle;
}

.list-dot {
    list-style: disc;
}

.sec-location {
    padding: 70px 0;
}

.sec-slider {
    background-image: url('../../../public/images/static_bg.png');
    margin: 70px 0;
    padding: 50px 0;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    background-size: cover;

}

.carousel-item {
    position: relative;

    div {
        position: relative;
        width: 99%;
    }

    p {
        bottom: 8%;
        position: absolute;
        left: 12%;
        font-size: 18px;
        font-weight: 500;
        color: #fff;
    }

}

.pdf-table {
    .pdf-header {
        background-color: #222222;
        padding: 40px 20px;
    }

    .pdf-body {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 20px;
        background-color: rgba(34, 34, 34, 0.05);
    }
}

.menu-list {
    background-image: url('/images/static_bg.png');
    margin: 20px 0;
    padding: 10px 0 30px;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
}

.call-sec {
    background-color: rgba(34, 34, 34, 0.1);
    padding: 20px;
    margin-bottom: 70px;

}

.slide-sec {
    padding: 90px 0;
    margin-bottom: 40px;
}

.custom-next-arrow {
    position: absolute;
    right: -4%;
    top: 42%;
    cursor: pointer;
}

.custom-prev-arrow {
    position: absolute;
    left: -5%;
    top: 42%;
    z-index: 1;
    cursor: pointer;
}

.about-sec {
    padding-bottom: 70px;
}

.career-sec {
    padding: 70px 0;
}

.jobs {
    border: 1px solid #70707050;
    background-color: #ffffff4d;
    padding: 20px;
    box-shadow: 11px 13px 9px -15px;
    border-top: 0;

    .jobs-head {
        background-color: #f3f3f3;
        padding: 10px;
    }

    .jobs-body {
        padding: 10px;
    }
}

.test-sec {
    padding: 80px 0;
}

.slick-track img {
    width: 100%;
    padding-right: 25px;
    height: 260px;
    object-fit: cover;
}

.my-item {
    position: relative;

    &::after {
        content: "";
        background-image: url("../../../public/images/img-bg.png");
        position: absolute;
        top: 0;
        width: 94%;
        height: 90%;
        background-position: center;
        background-size: cover;
    }

    p {

        text-align: center;
        color: #fff3f8;
        font-size: 18px !important;
        z-index: 1;
        font-weight: 600;
    }
}