﻿.documents_required {
    padding: 0 2px 0 28px;
    margin-left: 10px;
}

    .documents_required li {
        line-height: 28px;
        margin-left: 0px;
        color: #090909;
        font-size: 15px;
        /* border-bottom: 1px solid #bcbcbc; */
        margin-bottom: 0px;
        padding-bottom: 0px;
        list-style: none;
        font-family: 'Poppins', sans-serif;
    }

    .documents_required > li::before {
        content: "○";
        font-family: FontAwesome;
        left: 31px;
        position: absolute;
        font-size: 20px;
        color: #025687;
        font-weight: 800;
    }

#dgsopenhouse {
    background: #cecece;
}

#dgssexualcommittee {
    background: #f0f0f0;
}

.abt-title h2 {
    font-size: 20px;
    line-height: normal;
    margin-bottom: 8px;
    padding-bottom: 16px;
    text-transform: capitalize;
    position: relative;
    color: #ff3115;
    font-weight: 400;
}

.rs-breadcrumbs .page-title {
    margin: 80px 0 100px;
    font-size: 24px;
    color: #f8bb10;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6;
    font-size: 16px;
    font-weight: 400;
    color: #a61b08;
}

.abt-title h2:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 7px;
    height: 2px;
    width: 100px;
    background-color: #313131;
}

.h3 {
    font-size: 18px;
    color: #2e2e2e;
    font-weight: 600;
}

.table thead th {
    vertical-align: middle;
    border-bottom: 2px solid #565353;
    font-size: 15px;
    font-weight: 600;
    border-top: 2px solid #565353;
    color: #a61b08;
    line-height: 18px;
    text-transform: uppercase;
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
    background-color: transparent;
    border: 1px solid #000;
}

.rs-breadcrumbs {
    padding: 50px 35px;
}

h3 {
    font-size: 30px;
    color: #ff3115;
    text-align: center;
    font-weight: 500;
}

.table td, .table th {
    padding: 10px 10px;
    vertical-align: middle;
    border-top: 1px solid #dee2e6;
    font-size: 15px;
    color: #000;
    line-height: 20px;
}

.sec-spacer {
    padding: 60px ​;
}

.table td, .table th {
    border: 1px solid #898989;
}

.btn-primary {
    color: #fff;
    background-color: #ff3115;
    border-color: #ff3115;
    font-size: 16px;
}

    .btn-primary:hover {
        color: #fff;
        background-color: #ff3115;
        border-color: #ff3115;
    }

.library {
    border: 1px solid #ff3115;
    margin: 22px 15px;
}

.logo-area a img {
    height: 80px;
}

.event {
    border-radius: 10px;
    border: 1px solid #bd1919;
    padding: 10px;
}

.border-1 {
    margin-bottom: 21px;
    padding-bottom: 10px;
    position: relative;
}

    .border-1::after {
        border-bottom: 1px solid #000;
        content: "";
        width: 167px;
        height: 2px;
        left: 43%;
        position: absolute;
        top: 100%;
    }

.h5_heading {
    background: green;
    font-size: 20px;
    color: #fff;
    text-align: center;
    padding: 9px;
}
.mt-5 {
    margin-top:30px !important;
}
.view_doc {
    background: #695f5e;
    color: #fff;
    padding: 7px 10px;
    border-radius: 10px;
    font-size: 14px;
}
