html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
    background-color: #fefaee;
}

.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}
header{
    /*background:*/
}

@media (min-width: 768px) {
    .bd-placeholder-img-lg {
        font-size: 3.5rem;
    }
}

.b-example-divider {
    width: 100%;
    height: 3rem;
    background-color: rgba(0, 0, 0, .1);
    border: solid rgba(0, 0, 0, .15);
    border-width: 1px 0;
    box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
}

.b-example-vr {
    flex-shrink: 0;
    width: 1.5rem;
    height: 100vh;
}

.bi {
    vertical-align: -.125em;
    fill: currentColor;
}
.nav-item {
    margin-right: 10px; /* Adds space to the right of each item */
    margin-left: 10px; /* Adds space to the left of each item, adjust as needed */
}

.nav-link {
    /*border: 3px solid #9132de !important;*/
    font-size: 20px;
    border-radius: 20px !important;
    /*width: 130px;*/
    color: #000;
}

    .nav-link:hover {
        /*border: 3px solid #9132de !important;*/
        font-size: 20px;
        border-radius: 20px !important;
        /*width: 130px;*/
        /*background-color: #8a0df0;*/
        color: #fff !important
    }

body {
    background-color: #fefaee;
}

h1 {
    font-size: 50px;
    font-weight: bold;
}
.nav-scroller {
    position: relative;
    z-index: 2;
    height: 2.75rem;
    overflow-y: hidden;
}

    .nav-scroller .nav {
        display: flex;
        flex-wrap: nowrap;
        padding-bottom: 1rem;
        margin-top: -1px;
        overflow-x: auto;
        text-align: center;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
    }

.btn-bd-primary {
    --bd-violet-bg: #712cf9;
    --bd-violet-rgb: 112.520718, 44.062154, 249.437846;
    --bs-btn-font-weight: 600;
    --bs-btn-color: var(--bs-white);
    --bs-btn-bg: var(--bd-violet-bg);
    --bs-btn-border-color: var(--bd-violet-bg);
    --bs-btn-hover-color: var(--bs-white);
    --bs-btn-hover-bg: #6528e0;
    --bs-btn-hover-border-color: #6528e0;
    --bs-btn-focus-shadow-rgb: var(--bd-violet-rgb);
    --bs-btn-active-color: var(--bs-btn-hover-color);
    --bs-btn-active-bg: #5a23c8;
    --bs-btn-active-border-color: #5a23c8;
}

.bd-mode-toggle {
    z-index: 1500;
}

    .bd-mode-toggle .dropdown-menu .active .bi {
        display: block !important;
    }

button.close {
    background-color: transparent;
    border: 0;
}

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
    background-color: transparent;
    border: 0;
}

.socialWrap {
    display: flex;
    justify-content: flex-start;
}

    .socialWrap a {
        margin-right: 5px;
    }


.liMenu {
    float: right;
    /*border: 3px solid #100642;*/
    display: inline-block;
    padding: 1px 1px;
    margin-left: 2px;
    transition: all 0.2s ease-in-out;

    /*border-radius: 25px;*/
    text-decoration: none;
/*    width: 110px;
*/    text-align: center;
    margin-right: 5px; /* Adds space to the right of each item */
    margin-left: 5px; /* Adds space to the left of each item, adjust as needed */
}

.liMenu a {
    color: #000;
    text-decoration: none;
    font-size: 15px;
}

    .liMenu:hover {
        float: right;
        /*border: 3px solid #100642;*/
        background: #756221;
        display: inline-block;
        padding: 1px 1px;
        margin-left: 2px;
        color: #fff !important;
        transition: all 0.2s ease-in-out;
        border-radius: 25px;
        text-decoration: none;
        /* width: 110px;*/
        text-align: center;
        margin-right: 5px; /* Adds space to the right of each item */
        margin-left: 5px; /* Adds space to the left of each item, adjust as needed */
    }

.liMenu a:hover {
    color: #fff !important;
    text-decoration: none;
    font-size: 15px;
}


.trapezoid {
    /*border-right: 30px solid transparent;*/
    /*background-color: #eed26e;*/
    height: 20px;
    width: 500px;
    float: left;
    border-bottom-right-radius: 30px;
    /*position: relative;*/
    /*display: block;*/
    /*border: 1px solid black;*/
    /*display: inline-block;*/
    padding: 1px 1px;
    margin-left: 2px;
    /* font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;*/
    /*color: #fff;*/
    background-color: #eed26e;
    border-top-left-radius: 50px 20px;
}

* {
    font-family: 'Cairo';
    font-style: normal;
    /*font-weight: 1000;*/
    font-size: medium;
    color: #070707;
}
h2 {
    color: #ac9451;
}



.table thead tr th{
    text-align: center;
}

.heading {
    text-align: center;
    background-color: #ac9451;
    border-radius: 10px;
}
@media only screen and (max-width: 390px) {
    .heading {
        height: 45px !important;
        display: flex;
        justify-content: center;
        align-items: center;
    }
}
@media  (max-width: 430px) {
    .heading {
        height: 45px !important;
        display: flex;
        justify-content: center;
        align-items: center;
    }
}
@media only screen and (max-width: 767px) {
    .heading {
        height: 45px !important;
        display: flex;
        justify-content: center;
        align-items: center;
    }
}
