* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

@font-face {
    font-family: FSAlbertArabic-Regular;
    src: url('/fonts/FSAlbertArabic-Regular.otf');
}

body {
    font-family: "FSAlbertArabic-Regular", sans-serif;
    color: #121212;
}
.text-primary {
    color: #418077 !important;
}
a.text-primary,
a.text-primary:hover {
    color: #418077 !important;
}

.btn-primary {
    background-color: #418077;
    color: #fff;
    border: 2px solid #418077;
    font-weight: 500;
    border-radius: 0;
}

.btn-primary:hover,
.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active {
    background-color: transparent;
    color: #418077;
    border-color: #418077;
}
.btn-primary:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus {
    background-color: transparent;
    color: #418077;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}

#app {
    padding-top: 30px;
    overflow-x: hidden;
}

.logo:hover {
    text-decoration: none;
}
.logo img {
    width: 60px;
}
.logo h1 {
    font-size: 1.5rem;
    font-weight: 600;
    color: #418077;
}

#full-overlay {
    z-index: 2;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity 0.4s linear;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    position: fixed;
    top: 0;
    left: 0;
}
a
#full-overlay.show {
    visibility: visible;
    opacity: 1;
}

#main-nav {
    background-color: #fff;
    padding-top: 15px;
    padding-bottom: 15px;
    transition: all 0.4s cubic-bezier(0.85, 0, 0.14, 0.99);
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}
#main-nav .nav-item {
    font-weight: 500;
}
#main-nav .nav-item.active .nav-link,
#main-nav .nav-item .nav-link:hover {
    color: #418077;
    border-left-width: 5px;
}
#main-nav .nav-item .nav-link {
    color: #121212;
    margin: 0 10px;
    transition: all 0.3s ease-in-out;
}
#main-nav .navbar-toggler {
    border: 0;
    outline: 0;
}
#main-nav .navbar-toggler img {
    width: 30px;
}

@media (max-width: 576px) {
    .logo h1 {
    font-size: 1.2rem;
    }
    .logo img {
    width: 30px;
    }
    #main-nav .navbar-toggler img {
    width: 25px;
    }
    }

#app {
    transition: all 0.4s cubic-bezier(0.85, 0, 0.14, 0.99);
    position: relative;
    top: 0;
    left: 0;
}
#app.hide {
    left: -270px;
    overflow: hidden;
}

nav.hide {
    right: 270px;
    left: -270px;
}

#main-menu {
    position: fixed;
    top: 0;
    right: -270px;
    width: 270px;
    height: 100vh;
    background-color: #fff;
    z-index: 1050;
    overflow-y: scroll;
    padding: 10px 0;
    transition: all 0.4s cubic-bezier(0.85, 0, 0.14, 0.99);
   /* box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);*/
}
#main-menu .border-top,
#main-menu .border-right,
#main-menu .border-left {
    border-color: #418077 !important;
}
#main-menu .auth-links a:hover {
    color: #fff !important;
    background-color: #418077;
    text-decoration: none;
}
#main-menu ul {
    margin-top: 20px;
}
#main-menu ul .nav-item {
    margin: 5px 0;
}
#main-menu ul .nav-item .nav-link {
    padding: 10px 10px;
    border-left: 2px solid #418077;
}
#main-menu ul .nav-item .nav-link:hover {
    border-left-width: 5px;
}
#main-menu ul .nav-item .nav-link.bgcolor-primary:hover {
    border-width: 2px;
}
#main-menu.show-nav {
    right: 0;
}
#main-menu .dropdown {
    position: relative;
}
#main-menu .dropdown .sub-menu {
    position: relative;
    top: 0;
    left: 20px;
}
#main-menu .dropdown-menu {
    border-radius: 0;
    display: block;
    border-width: 0;
    max-height: 0;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
    padding: 0;
    margin: 0;
}
#main-menu .dropdown-menu.show {
    max-height: 1000px;
}
#main-menu .dropdown-item:not(.dropdown):hover,
#main-menu .dropdown-item:not(.dropdown):active {
    background-color: #418077;
    color: #fff;
}
#main-menu .dropdown-item .dropdown-toggle {
    color: #121212;
}
#main-menu .dropdown-item .dropdown-toggle:hover {
    text-decoration: none;
    background-color: #418077;
}
#main-menu .dropdown-item.active,
#main-menu .dropdown-item:active {
    background-color: #418077;
}
header {
    background: #bdbdbd;
    background: linear-gradient(
            to bottom,
            rgba(0, 0, 0, 0.6),
            rgba(0, 0, 0, 0.6)
        ),
        url("../images/header.jpg");
    background-position: center;
    background-size: cover;
    padding: 70px 0;
    color: #fff;
    height: 100vh;
    min-height: 650px;
    max-height: 900px;
}
header.secondary-page {
    margin-top: 70px;
    margin-bottom: 0;
    min-height: 300px;
    height: 300px;
}
header.secondary-page .breadcrumb {
    background-color: transparent;
    font-size: 1.1rem;
}
header.secondary-page .breadcrumb-item,
header.secondary-page .breadcrumb-item a {
    display: inline-block;
    color: #fff;
    text-decoration: none;
}
header.secondary-page .breadcrumb-item a:hover {
    text-decoration: underline;
}
header.secondary-page .breadcrumb-item + .breadcrumb-item::before {
    color: #fff;
}
header.secondary-page .breadcrumb-item.active {
    color: #418077;
    font-weight: bold;
}
header h1 {
    font-size: 4rem;
}
header p {
    max-width: 700px;
}

@media (max-width: 576px) {
    header h1 {
        font-size: 3rem;
    }
    header p {
        font-size: 1rem;
    }
}
.person-info {
    margin-right: 10px;
    border-right: 2px solid #418077;
    font-size: 0.9rem;
}
#main-menu .person-info {
    border-right-width: 0;
    border-bottom: 2px solid #418077;
}

.sec-heading {
    position: relative;
    overflow: hidden;
    display: block;
    width: 100%;
    padding: 20px 0;
    font-size: 2rem;
    color: #418077;
}
.sec-heading span {
    display: inline-block;
    position: relative;
    line-height: 0.1;
    font-size: 2rem;
}
.sec-heading span::before,
.sec-heading span::after {
    content: "";
    display: block;
    width: 200px;
    height: 2px;
    border-radius: 50px;
    position: absolute;
    top: 0;
    background-color: #418077;
    margin: 0px 15px 5px 15px;
}
@media print {
    .no-print {
      display: none;
    }
  }
  
.sec-heading span::before {
    right: 100%;
}
.sec-heading span::after {
    left: 100%;
}
@media (max-width: 576px) {
    .sec-heading span::before {
        right: 100%;
    }
    .sec-heading span::after {
        left: 100%;
    }
    button[type="submit"] {
        width: 100%;
    }
}
.form-control:focus {
    box-shadow: 0 0 0 0.2rem #e9d5c8;
    border-color: #e9d5c8;
}

#signup-form,
#login-form,
#password-recovery-form {
    max-width: 600px;
}

form #alert-container {
    display: none;
}
.custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #418077;
    background-color: #418077;
    box-shadow: 0 0 0 0.2rem #e9d5c8;
}
.section {
    display: none;
}
.section.show {
    display: block;
}

#section-instructions ol {
    list-style: none;
    counter-reset: my-awesome-counter;
    font-size: 1.2rem;
}
#section-instructions ol li {
    counter-increment: my-awesome-counter;
    position: relative;
    padding-left: 25px;
    margin-bottom: 15px;
}
#section-instructions ol li::before {
    content: counter(my-awesome-counter) ". ";
    color: #418077;
    font-weight: bold;
    position: absolute;
    top: 0;
    left: 0;
}
#reservation-form {
    /*max-width: 800px;*/
    max-width: 100%;
}
#reservation-location {
    max-width: 300px;
    width: 100%;
}
#reservation-form .tabs-wrapper {
    width: 100%;
    overflow-x: auto;
}
#reservation-form .tabs-wrapper .nav {
    flex-wrap: nowrap;
}
#reservation-form .tabs-wrapper .nav a {
    color: #121212;
}
#reservation-form .tabs-wrapper .nav a.active {
    color: #418077;
}
#reservation-form input[type="radio"] {
    display: none;
}
#reservation-form .form-check-label {
    border: 1px solid #ccc;
    border-radius: 7px;
    padding: 7px 10px;
    margin: 5px;
    cursor: pointer;
    display: inline-block;
}
#reservation-form .form-check-label:hover {
    background-color: #eee;
}
#reservation-form .form-check-label.radio-active {
    background-color: #418077;
    color: #fff;
}
#reservation-form .form-check-label.radio-active:hover {
    background-color: #418077;
}
.reservation-bottom {
    max-width: 600px;
    margin: auto;
}
#success-reservation-msg {
    display: none;
}
/* #success-reservation-msg.show {
    display: block;
} */
/* collapse-list */
.collapse-container .collapse-card:nth-child(1) .collapse-card-header {
    border-top-width: 1px;
}
.collapse-card {
    /* border-radius: 5px; */
    border: 1px solid #418077;
    border-top-width: 0;
}
.collapse-card .collapse-card-header {
    border: 1px solid #418077;
    border-top-width: 0;
    background-color: #fff;
    display: block;
    width: 100%;
    /* border-radius: 5px; */
    margin-left: -1px;
    width: calc(100% + 2px);
    margin-bottom: -1px;
    color: #418077;
    position: relative;
    transition: all 0.2s ease;
}
.collapse-card .collapse-card-header .row {
    width: calc(100% - 30px);
}
.collapse-card .collapse-card-header:hover {
    color: #fff;
    background-color: #418077;
    text-decoration: none;
}
.collapse-card .collapse-card-header .status-icon {
    width: 20px;
}
.collapse-card .collapse-card-header .collapse-arrow {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #418077;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    transition: all 0.2s ease;
    transform-style: preserve-3d;
}
.collapse-card .collapse-card-header:hover .collapse-arrow {
    border-top: 10px solid #fff;
}
.collapse-card .collapse-card-header .collapse-arrow.open {
    transform: translateY(-50%) rotateX(180deg);
}

@media (max-width: 400px) {
    .collapse-card .collapse-card-header .collapse-arrow {
        border-left-width: 8px;
        border-right-width: 8px;
        border-top-width: 8px;
        right: 10px;
    }
}

.form-control:disabled,
.form-control[readonly] {
    background-color: #fff;
    border-color: #418077;
}

.form-control:disabled:focus,
.form-control[readonly]:focus {
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    border-color: #418077;
}

.custom-table {
    border: 1px solid #d2d5d8;
    min-width: 500px;
    width: 100%;
}
.custom-table thead tr {
    background-color: #418077;
    color: #fff;
}

.custom-table thead tr td {
    border: 1px solid #d2d5d8;
}
.custom-table td,
.custom-table th {
    font-weight: 400;
    border: 1px solid #d2d5d8;
}

.table-wrapper {
    width: 100%;
    overflow: auto;
}

@media (max-width: 991.5px) {
    .custom-table {
        width: 850px;
    }
}



.video-placeholder {
    width: 100%;
    position: relative;
    }

    .video-placeholder.playing .play-btn {
    opacity: 0;
    transition: all 0.2s ease;
    }

    .video-placeholder.playing:hover .play-btn {
    opacity: 0.8;
    }

    .video-placeholder .play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background-color: #fff;
    transition: all 0.2s ease;
    width: 90px;
    height: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    }

    @media (max-width: 576px) {
    .video-placeholder .play-btn {
    transform: translate(-50%, -50%) scale(0.8);
    }
    }

    .video-placeholder .play-btn svg {
    transition: all 0.2s ease;
    width: 30px;
    }

    .video-placeholder .play-btn svg.play-svg {
    margin-left: 8px;
    }

    .video-placeholder .play-btn svg.pause-svg {
    display: none;
    }
    .video-placeholder.playing .play-btn svg.play-svg {
    display: none;
    }
    .video-placeholder.playing .play-btn svg.pause-svg {
    display: block;
    }
    .video-placeholder .play-btn:hover {
    background-color: #418077;
    }

    .video-placeholder .play-btn:hover svg path,
    .video-placeholder .play-btn:hover svg rect {
    fill: #fff !important;
    }


.custom-swiper .swiper-button-next,
.custom-swiper .swiper-button-prev {
    font-weight: 900;
    background-color: #418077;
    width: 35px;
    height: 35px;
    color: #fff;
    border: 0;
    outline: 0;
    border-radius: 50%;
    transition: all 0.2s ease;
}
.custom-swiper .swiper-button-next:hover,
.custom-swiper .swiper-button-prev:hover {
    background-color: #fff;
    color: #418077;
}
.custom-swiper .swiper-button-next::after,
.custom-swiper .swiper-button-prev::after {
    font-size: 0.8rem;
}
.custom-swiper .swiper-button-next {
    right: 100px;
}

.custom-swiper .swiper-button-prev {
    left: 100px;
}
@media (max-width: 992px) {
    .custom-swiper .swiper-button-next {
        right: 20px;
    }

    .custom-swiper .swiper-button-prev {
        left: 20px;
    }
}
@media (max-width: 576px) {
    .custom-swiper .swiper-button-next {
        right: 10px;
    }

    .custom-swiper .swiper-button-prev {
        left: 10px;
    }
}
.main-home-slider .swiper-slide {
    background-color: #418077 !important;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	 min-height: 420px; 
    color: #fff;
    padding: 0 35px;
}

.main-home-slider .swiper-slide .sub-heading {
    color: #fff;
}
.main-home-slider .swiper-slide .sec-heading {
    color: #fff;
    padding: 10px 0;
}
.main-home-slider .swiper-slide .slider-content {
    max-width: 700px;
}
.sub-heading {
    letter-spacing: 4.4px;
    font-size: 1rem;
    font-weight: 100;
    text-transform: uppercase;
    position: relative;
    overflow: hidden;
    display: block;
    width: 100%;
}
.sub-heading span {
    display: inline-block;
    position: relative;
    line-height: 0.1;
    font-size: 0.9rem;
}
.sub-heading span::before,
.sub-heading span::after {
    content: "";
    display: block;
    width: 150px;
    height: 1px;
    position: absolute;
    top: 0;
    background-color: #fff;
    margin: 0px 15px 5px 15px;
}
.sub-heading span::before {
    right: 100%;
}
.sub-heading span::after {
    left: 100%;
}

header .sub-heading span,
#donation .sub-heading span {
    color: #fff;
}
header .sub-heading span::before,
header .sub-heading span::after,
#donation .sub-heading span::before,
#donation .sub-heading span::after {
    content: "";
    background-color: #fff;
}

@media (max-width: 576px) {
    .sub-heading {
        letter-spacing: 2px;
        font-size: 0.8rem;
        font-weight: 100;
    }
    .sub-heading span::before {
        right: 100%;
    }
    .sub-heading span::after {
        left: 100%;
    }
}

.news-card {

    box-shadow: 0px 3px 20px rgb(0 0 0 / 15%);
    display: block;
    color: #121212;
    background-color: #fff;
    text-decoration: none;
    transition: all 0.2s ease;
    }

.news-card h5 {
    text-align: center;
}

#news-section2 {
    background-color: #f5f5f5;
}

.news-card:hover {
    transform: scale(0.97);
    color: #121212;
    text-decoration: none;
    }


.news-card .img-wrapper {
    height: 170px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.awards-section {
    background-color: #418077;
}

.awards-section .swiper-slide {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /* border: 1px solid #000; */
    width: 100px;
    padding: 0 15px;
}

.awards-section .swiper-slide .awards-title {
    text-align: center;
    color: #fff;
    padding-bottom: 0;
    }

.awards-section .swiper-slide .award-circle {
    margin: 0 20px;
    width: 75px;
    height: 75px;
    background-color: #fff;
    border-radius: 50%;
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.awards-section .swiper-button-next {
    right: 0;
}

.awards-section .swiper-button-prev {
    left: 0;
}
.sec-heading.text-white {
    color: #fff;
    }
    .sec-heading.text-white span::before,
    .sec-heading.text-white span::after {
    background-color: #fff;
    }

@media (max-width: 992px) {
    .awards-section .swiper-button-next {
        right: 10px;
    }

    .awards-section .swiper-button-prev {
        left: 10px;
    }
}
@media (max-width: 576px) {
    .awards-section .swiper-button-next {
        right: 10px;
    }

    .awards-section .swiper-button-prev {
        left: 10px;
    }
}
.swiper-button-next,
.swiper-button-prev {
    z-index: 1;
}
.awards-section .swiper-button-next,
.awards-section .swiper-button-prev {
background-color: transparent;
color: #fff;
top: calc(50% + 45px);
}
.awards-section .swiper-button-next:hover,
.awards-section .swiper-button-prev:hover {
    background-color: #418077;

    color: #fff;
}
footer {
    background-color: #dbdbdb;
    /*position: absolute;
    padding: 10px 10px 0px 10px;
    bottom: 0;
    width: 100%;
            /* Height of the footer*/
    /*height: 40px;*/
    /*background: grey;
    /* color: #fff; */
    }

footer .footer-links a {
    color: #121212;
    text-decoration: none;
    transition: all 0.2s ease;
    padding: 5px 10px;
    display: block;
    /* text-align: center; */
}

footer .footer-links a:hover {
    color: #418077;
    text-decoration: none;
}

footer .border-right {
    border-right: 2px solid #418077 !important;
}

@media (max-width: 767.5px) {
    footer {
    text-align: center;
    }
    footer .border-right {
    border-right: 0 !important;
    }
    }

    #main-nav .lower-menu {
    width: 100%;
    background-color: #418077;
    /* box-shadow: 0 0.2rem 1rem rgba(0, 0, 0, 0.15); */
    }

    #main-nav .lower-menu ul {
    display: flex;
    list-style: none;
    width: 100%;
    margin-bottom: 0;
    background-color: #418077;
    }
    #main-nav .lower-menu .sub-nav {
    visibility: hidden;
    opacity: 0;
    display: block;
    position: absolute;
    top: 100%;
    width: 100%;
    left: 0;
    transition: visibility 0s linear, opacity 0.1s ease;
    background-color: #418077;
    }

    #main-nav .lower-menu .sub-nav .nav-link {
    border: 0;
    border-bottom: 1px solid #fff;
    }
    #main-nav .lower-menu ul.sub-nav .nav-item:last-of-type {
    border-bottom: 0;
    }

    #main-nav .lower-menu ul .nav-item {
    flex: 1;
    border-right: 1px solid #fff;
    text-align: center;
    padding: 0;
    }

    #main-nav .lower-menu ul .nav-item.nav-item-lang {
    flex: 0.5;
    }

    #main-nav .lower-menu ul .nav-item .nav-link {
    background-color: #418077;
    color: #fff;
    margin: 0;
    padding: 0.7rem 0.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    }

    #main-nav .lower-menu ul .nav-item .nav-link .carret {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
    }

    #main-nav .lower-menu ul .nav-item .nav-link:hover,
    #main-nav .lower-menu ul .nav-item .nav-link.active {
    background-color: #3d756d;
    color: #fff;
    }

    #main-nav .lower-menu ul .nav-item:hover > .sub-nav {
    visibility: visible;
    opacity: 1;
    }

    #main-nav .lower-menu ul .nav-item:first-of-type {
    border-left: 1px solid #fff;
    }

    @media (max-width: 576px) {
    #main-nav .lower-menu ul .nav-item .nav-link {
    font-size: 0.8rem;
    }
    }

    @media (max-width: 420px) {
    #main-nav .lower-menu ul .nav-item .nav-link {
    font-size: 0.7rem;
    }
    }

/* news page */
.news-date {
    color: #3d756d;
    font-size: 18px;
}
article.news-article {
    text-align: justify;
}
#news-swiper .swiper-slide .img-wraper,
#news-swiper .swiper-slide .img-wraper img {
    width: 100%;
}

#news-page .swiper-button-next,
#news-page .swiper-button-prev {
    color: #fff;
    background-color: rgb(41, 80, 77);
    width: 40px;
    height: 40px;
    transition: all 0.35s ease;
}

#news-page .swiper-button-next:hover,
#news-page .swiper-button-prev:hover {
    background-color: rgb(0, 160, 90);
}

#news-page .swiper-button-next::after,
#news-page .swiper-button-prev::after {
    font-size: 25px;
}

#news-thumb-swiper .swiper-button-next,
#news-thumb-swiper .swiper-button-prev {
    opacity: 0;
}


#news-thumb-swiper:hover .swiper-button-next,
#news-thumb-swiper:hover .swiper-button-prev {
    opacity: 1;
}

#news-thumb-swiper .swiper-slide {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100px;
    cursor: pointer;
    opacity: 0.8;
}

#news-thumb-swiper .swiper-slide-thumb-active {
    opacity: 1;
}

@media (max-width: 991.5px) {
    #news-thumb-swiper .swiper-slide {
        height: 100px;
    }
}
@media (max-width: 767.5px) {
    #news-thumb-swiper .swiper-slide {
        height: 70px;
    }
}

@media (max-width: 400px) {
    #news-thumb-swiper .swiper-slide {
        height: 50px;
    }
}


/* department page */
.max-w-800 {
    max-width: 800px;
}

#departments-page section {
    text-align: left;
}

#departments-page .sec-separator {
    width: 100%;
    border-top: 1px solid #3d756d;
    background-color: transparent;
    height: 1px;
    display: block;
    margin: 30px 0;
}

#departments-page .sec-border {
    border: 2px solid #3d756d;
    padding: 15px;
    border-radius: 5px;
}

#departments-page .normal-ul,
#departments-page .collapse-ul {
    list-style: none;
}

#departments-page .normal-ul li {
    margin-bottom: 8px;
}

#departments-page .normal-ul li::before {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #3d756d;
    content: "";
    margin-right: 10px;
}

#departments-page .collapse-ul li .collapse-trigger {
    display: flex;
    width: 100%;
    color: #121212;
    font-weight: bold;
    align-items: center;
}

#departments-page .collapse-ul li .collapse-trigger:hover {
    color: #3d756d;
    text-decoration: none;
}

#departments-page .collapse-ul li .collapse-trigger .arrow {
    display: block;
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 10px solid #3d756d;
    margin-right: 8px;
    transition: transform 0.2s ease;
}
#departments-page .collapse-ul li .collapse-trigger .arrow.open {
    transform: rotate(90deg);
}
.h-line{
    line-height: 32px;
}


/* healthEdu-page */

#app.aside-content-page {
    overflow-x: unset;
}
.aside-content-page main {
    position: relative;
}
.aside-content-page aside {
    border: 2px solid #3d756d;
    border-radius: 5px;
}
.aside-content-page aside .main-side-menu > li {
    border-bottom: 1px solid #3d756d;
}
.aside-content-page aside .main-side-menu > li:last-of-type {
    border-bottom-width: 0;
}
.aside-content-page aside .main-side-menu li a {
    color: #121212;
    text-decoration: none;
    transition: all 0.3s ease;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.aside-content-page aside .main-side-menu li a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #3d756d;
}
.aside-content-page aside .main-side-menu li a .arrow {
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 10px solid #3d756d;
    margin: 0 5px;
    transition: all 0.3s ease;
}
.aside-content-page aside .main-side-menu li a.opened .arrow {
    transform: rotate(90deg);
}
.aside-content-page aside .main-side-menu li a:hover .arrow {
    border-left: 10px solid #fff;
}
.aside-content-page aside .sub-side-menu li a {
    padding-left: 30px;
    font-weight: 400;
}
.aside-content-page aside .sub-side-menu > li {
    border-top: 1px solid #3d756d;
}
@media (min-width: 786px) {
    .aside-content-page .aside-container {
        position: sticky;
        top: 120px;
        align-self: flex-start;
    }
}

#aside-page-swiper .swiper-slide .img-wraper,
#aside-page-swiper .swiper-slide .img-wraper img {
    width: 100%;
}

.aside-content-page .swiper-button-next,
.aside-content-page .swiper-button-prev {
    color: #fff;
    background-color: #3d756d;
    width: 40px;
    height: 40px;
    transition: all 0.35s ease;
}

.aside-content-page .swiper-button-next:hover,
.aside-content-page .swiper-button-prev:hover {
    background-color: #3d756d;
}

.aside-content-page .swiper-button-next::after,
.aside-content-page .swiper-button-prev::after {
    font-size: 25px;
}

#aside-page-thumb-swiper .swiper-button-next,
#aside-page-thumb-swiper .swiper-button-prev {
    opacity: 0;
}

.aside-content-page .swiper-button-next,
.aside-content-page .swiper-button-prev {
    color: #fff;
    background-color: #3d756d;
    width: 40px;
    height: 40px;
    transition: all 0.35s ease;
}

#aside-page-thumb-swiper:hover .swiper-button-next,
#aside-page-thumb-swiper:hover .swiper-button-prev {
    opacity: 1;
}

#aside-page-thumb-swiper .swiper-slide {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100px;
    cursor: pointer;
    opacity: 0.8;
}

#aside-page-thumb-swiper .swiper-slide-thumb-active {
    opacity: 1;
}


@media (max-width: 991.5px) {
    #aside-page-thumb-swiper .swiper-slide {
        height: 70px;
    }
}
@media (max-width: 767.5px) {
    #aside-page-thumb-swiper .swiper-slide {
        height: 50px;
    }
}

@media (max-width: 400px) {
    #aside-page-thumb-swiper .swiper-slide {
        height: 40px;
    }
}

.aside-content-page .sec-separator {
    width: 100%;
    border-top: 1px solid #3d756d;
    background-color: transparent;
    height: 1px;
    display: block;
    margin: 30px 0;
}

  .section {
    display: block;
    /*border: 1px solid;
    border-color: rgba(0, 0, 0, 0.15);*/
    padding-left: 10px;
    padding-left: 10px;
    margin-left: 20px;
    margin-right: 20px;
    height: 80vh;
    /*box-shadow: 5px 10px 8px rgba(0, 0, 0, 0.15);*/
    position: relative;
    z-index: 10;
 }

 .section.show {
    display: block;
 }

 .row-direction {
     text-align: left;
 }

 /* add this new lines */
.announcments-slider .swiper-container {
    padding-bottom: 50px;
  }
  
  .announcment-card {
    text-align: left;
    max-width: 60%;
    margin: auto;
  }
  
  .announcment-card .announcment-content {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* number of lines to show */
    -webkit-box-orient: vertical;
  }
  
  @media (max-width: 767.5px) {
    .announcment-card {
      max-width: 70%;
    }
  }
  
  .announcments-slider .swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 0;
  }
  
  .announcments-slider .swiper-pagination-bullet-active {
    background-color: #3d756d;
  }

  
.events-card {
    display: flex;
    align-items: stretch;
    background-color: #fff;
    box-shadow: 0 3px 26px rgb(0 0 0 / 20%);
    transition: transform 0.2s ease;
  }
  
  .events-card:hover {
    transform: scale(1.03);
  }
  
  .events-card .event-img {
    width: 100%;
    flex-shrink: 0;
    position: relative;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    max-width: 50%;
  }
  
  @media (max-width: 575.5px) {
    .events-card {
      flex-direction: column;
    }
  
    .events-card .event-img {
      max-width: 100%;
      height: 200px;
    }
  }
  .events-card .event-date {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    margin: 0;
    font-size: 1.2rem;
    padding: 5px 0;
    background-color: rgba(178, 190, 196, 0.8);;
    color: #fff;
  }
  
  .events-card.event-today .event-date {
    background-color: rgba(134, 31, 65, 0.8);
    color: #fff;
  }
  
  .events-card.event-in-week .event-date {
    background-color: rgba(234, 170, 0, 0.8);
    color: #fff;
  }
  
  .events-card.event-other .event-date {
    background-color: rgba(0, 160, 90, 0.8);
    color: #fff;
  }
  
  .events-card .event-content {
    text-align: left;
    padding: 15px;
    align-self: stretch;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  
  .events-card .event-content p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
  
  .events-card .event-content .btn {
    font-size: 14px;
  }


