@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Dancing+Script:wght@400..700&family=Fraunces:ital,opsz,wght@0,9..144,100..900;1,9..144,100..900&family=Inria+Sans:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&family=Jost:ital,wght@0,100..900;1,100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

.home-head-black {
    color: rgba(0, 0, 0, 1);
    font-weight: 600;
    font-size: 26px;
    margin-bottom: 10px;
}

.home-paragraph-black {
    color: rgba(0, 0, 0, 1);
    font-weight: 500;
    font-size: 16px;
    font-family: "Barlow", sans-serif;
    margin-bottom: 12px;
}

/* pages */
.page-head-bg {
    background-image: url('../../images/ui/banner-img.jpeg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 350px;
    width: 100%;
}

.page-head-overlay {
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
}

.page-head-content {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.breadcrumb-text {
    font-size: 14px;
    margin-bottom: 10px;
    color: #ddd;
    text-align: center;
}

.breadcrumb-text a {
    color: #ddd;
    text-decoration: none;
}

.breadcrumb-text a:hover {
    color: #fff;
}

.breadcrumb-text span {
    margin: 0 5px;
    color: #ddd;
}

.breadcrumb-text .active {
    color: #afafaf;
    pointer-events: none;
}

.page-banner-head {
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 0px;
    color: rgba(255, 255, 255, 1);
}

/* .page-small-head-blue{
    color: rgba(29, 66, 125, 1);
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 8px;
} */
.page-main-head-blue {
    color: rgba(29, 66, 125, 1);
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 8px;
}

.paragraph-text-black {
    color: #000000;
    font-size: 16px;
    text-align: justify;
}
.custom-thead th {
    background-color: rgb(59, 59, 59);
    color: #fff;
}
.t-head{
    font-size: 15px;
    font-weight: 700;
    color: white;
    margin-bottom: 0;
}

.table-text {
    font-size: 15px;
    padding-left: 15px;
    padding-top: 4px;
    padding-bottom: 4px;
    font-weight: 500;
    color: black;
}
.subhead-text-black{
    color: #000000;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 8px;
}
@media only screen and (max-width: 992px) {
    .home-head-black {
        font-size: 24px;
    }
}

@media only screen and (max-width: 767px) {
    .home-head-black {
        font-size: 22px;
    }

    .page-main-head-blue {
        font-size: 22px;
    }
}

@media only screen and (max-width: 576px) {
    .home-head-black {
        font-size: 20px;
    }

    .home-paragraph-black {
        font-size: 14px;
    }

    .page-main-head-blue {
        font-size: 20px;
    }
    .paragraph-text-black{
        font-size: 14px;
    }
}