* {
    font-family: 'Cairo', sans-serif;
}

a {
    text-decoration: none !important;
}

ul {
    list-style-type: none;
    padding-left: 0;
}

li::marker {
    color: #d7a127;
}

.no-border {
    border: 0 !important;
}

.courses-count {
    width: 40px;
    height: 40px;
    background-color: #d7a127 !important;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 18px;
}

.text-bg-primary,
.btn-primary {
    background-color: #27387b !important;
    border-color: #27387b !important;
}

.text-bg-secondary,
.btn-secondary {
    background-color: #d7a127 !important;
    border-color: #d7a127 !important;
}

.font-primary {
    color: #1d2143;
}

.font-secondary {
    color: #d7a127;
}

.home-page {
    background: #1d2143;
    background-image: url("../imgs/blue-bg.jpg");
    background-size: contain;
}

header {
    height: 15%;
}

.main-header {
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
    background: white;
}

.primary-header {
    background: #1d2143;
    padding: 1.7rem 0;
}

.secondary-header {
    background: #d7a127;
    padding: 1.7rem 0;
}
.primary-header i,
.secondary-header i{
    font-size: 1.6rem;
}

.home-page header img {
    width: 200px;
}

.home-page header i {
    color: #d7a127;
    font-size: 2rem;
}

.home-sections img {
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}
.home-sections a {
    text-decoration: none;
}
.home-sections p {
    background: #d7a127;
    color: #fff;
    padding: 5px 0;
    margin-bottom: 0;
    text-align: center;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.fixed-navbar {
    height: 60px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.fixed-navbar a {
    color: #d7a127;
    font-size: 2rem;
}

#sideBarCanvas {
    max-width: 75% !important;
}

#sideBarCanvas .sidebar-header {
    height: 15%;
    background: #d7a127;
}

#sideBarCanvas .offcanvas-body {
    background: #f5f4f5;
}


#sideBarCanvas .offcanvas-body a {
    color: #222121;
    font-size: 1.3rem;
}

#sideBarCanvas .offcanvas-body i {
    color: #6e6e76;
}

#sideBarCanvas .offcanvas-body li {
    padding: 25px 15px;
    border-bottom: 1px solid #222121;
}

#sideBarCanvas .offcanvas-body li:last-child {
    border-bottom: 0;
}

.white-page {
    background-image: url("../imgs/white-bg.jpg");
    background-size: contain;
}

.login-wrapper {
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.login-holder {
    border-radius: 45px;
    width: 80%;
    background: #d7a127;
}

.login-holder h2 {
    text-align: center;
}

.login-form {
    padding: 50px 25px 25px 25px;
    background: #e8e5e5;
    box-shadow: 0px -1px 5px 0px rgb(0 0 0 / 30%);
    border-radius: 45px;
}

.login-form .text-input {
    background: transparent;
    border: 0;
}

.login-form .text-input:focus {
    background: transparent;
    border: 0;
}

.login-helper {
    font-size: 11px;
}

.login-helper .form-check {
    min-height: unset;
}

.login-helper .form-check .form-check-input {
   float: right;
}

.login-helper .form-check .form-check-label {
    padding-right: 1.5em;
}

.login-form .input-group-text {
    border: 0;
    box-shadow: unset;
    background: transparent;
}

.login-form .input-group {
    border-bottom: 1px solid #777777;
}

.list-items-images .list-item {
    position: relative;
}

.list-items-images .list-item img {
    -webkit-filter: grayscale(60%);
    filter: grayscale(60%);
}

.list-items-images .list-item-title {
    position: absolute;
    left: 15px;
    color: white;
    font-weight: bold;
    bottom: 15px
}
.list-items-images .list-item-title p {
    text-shadow: 2px 2px 5px black;
}

.header-navbar {
    background: #eaeaea;
}

.header-navbar .header-navbar-item.active {
    background: #1d2143;
    color: #fff;
}

.header-navbar .header-navbar-item.active.secondary {
    background: #d7a127;
    color: #fff;
}

.header-navbar .header-navbar-item.active a{
    color: #fff;
}

.header-navbar .header-navbar-item {
    background: #eaeaea;
    /*box-shadow: -2px 0px 20px 0px rgb(101, 101, 101);*/
    padding: 10px 15px;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
}

.header-navbar .header-navbar-item a {
    color: #424343;
}

.post-image img {
    -webkit-filter: grayscale(60%);
    filter: grayscale(60%);
    border: 5px solid #d7a127;
    border-radius: 25px;}

.post-image .post-image-caption {
    background: #1d2143;
    color: #fff;
    padding: 25px 0;
    text-align: center;
    border-bottom-right-radius: 45px;
    border-bottom-left-radius: 45px;
}

.post-image .post-image-caption h2 {
    margin-bottom: 0;
}

.post-item .post-item-info-category {
    font-size: 11px;
}

.recommendation-title {
    font-weight: bold;
    font-size: 1.1rem;
}

.recommendation-title a {
    color: #d7a127;
}

.recommendations-list p {
    margin-bottom: 0;
    color: #d7a127;
}

.recommendations-list {
    list-style-type: circle;
}

.recommendation-content {
    color: #424343;
    list-style: none;
    padding: 0 10px;
    font-size: 0.7em;
}


.dark-input {
    border: 0;
    color: #fff;
    background-color: #242b57;
}

label {
    font-weight: bold;
}

@media only screen and (min-width: 992px) {
    body .main-wrapper {
        margin-right: 25%;

    }

    .main-header {
        border-bottom-right-radius: 0;
    }

    .sidebar-header img {
        width: 250px;
    }

    #sideBarCanvas {
        width: 25%;
    }


}

.red-bubble {
    position: absolute;
    width: 15px;
    height: 15px;
    background: #b50202;
    font-size: 10px;
    color: white;
    border-radius: 50%;
    text-align: center;
    right: -10px;
}
.container{
padding-bottom:55px;
}