@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@700&display=swap");

.hideThis {
    width: 0px;
    height: 0px;
    display: block;
    letter-spacing: -1000px;
    clip: rect(0, 0, 0, 0);
    position: absolute;
    opacity: 0;
}

::-moz-selection {
    /* Code for Firefox */
    color: #fff;
    background: #001427;
}

::selection {
    color: #fff;
    background: #001427;
}

/* width */
::-webkit-scrollbar {
    width: 8px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #fff;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #001427;
}

.alert.alert-success {
    background: #fff;
    border-color: #001427;
    color: #001427;
}

/* Admin lab form */
#ms-user_id {
    width: 100%;
}

#ms-user_id .search-input {
    width: 100%;
    margin-bottom: 0.5rem;
}

/* header overlays
===================================================*/

.login-page {
    background: linear-gradient(
            90deg,
            rgb(0, 20, 39) 30%,
            rgba(0, 20, 39, 0.7) 100%
        ),
        url("images/general_images/sidebar-bg.jpg");
}

.register-page {
    background: linear-gradient(
            90deg,
            rgb(0, 20, 39) 30%,
            rgba(136, 169, 62, 0.7) 100%
        ),
        url("images/general_images/sidebar-bg.jpg");
}

.reset-page {
    background: linear-gradient(
            90deg,
            rgb(0, 20, 39) 30%,
            rgba(0, 20, 39, 0.7) 100%
        ),
        url("images/general_images/sidebar-bg.jpg");
}

.page-intro .bg-overlay {
    background: rgb(0, 20, 39);
    background: linear-gradient(
        90deg,
        rgba(0, 20, 39, 1) 30%,
        rgba(0, 20, 39, 0.17970938375350143) 100%
    );
    /* opacity: 1 !important; */
}

.event-page .page-intro .bg-overlay {
    background: rgb(169 62 62);
    background: linear-gradient(
        90deg,
        rgba(169, 62, 62, 1) 30%,
        rgb(169 62 62 / 0.18) 100%
    );
    opacity: 1 !important;
}

/* Advanced Search
===================================================*/

.advanced-search-page .popover {
    width: 50%;
    max-width: inherit !important;
    z-index: 100;
}

.advanced-search-page #clear-filter,
#export-project-btn {
    margin-bottom: 0px;
}

.advanced-search-page .addFilter {
    float: right;
    margin-top: 1rem;
}

/* Loader */
.loader {
    width: 48px;
    height: 48px;
    border: 3px solid #001427;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
    margin: 0 auto;
    margin-top: 60px;
}
.loader::after {
    content: "";
    box-sizing: border-box;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 3px solid;
    border-color: #88a93e transparent;
}

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

/* sponsore section
===================================================*/
.sponsors-page .page-intro {
    height: 400px;
    background-size: cover !important;
    background-position: center center !important;
}

.sponsors-page .page-intro .container {
    height: 100%;
    display: flex;
    align-items: center;
}

.sponsors-page div#page-wrap {
    margin-top: -90px;
}

.sponsorsInner {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 25px;
}

.sponsorItem {
    background: #001427;
    height: 330px;
    border-radius: 20px;
    box-shadow: 0px 3px 6px #272d3b33;
    margin-bottom: 30px;
    padding: 12px;
    position: relative;
}

.sponsorItemImage {
    border-radius: 20px;
    overflow: hidden;
}

body.sponsors-page .sponsorItemImage {
    background: #fff;
}

body.sponsors-page .sponsorItemImage img {
    height: 150px;
    width: 100%;
    object-fit: contain;
}

.sponsorItemContent .post__title {
    text-align: center;
    margin-bottom: 0px;
    margin-top: 10px;
}

.sponsorItemContent .post__title a {
    color: #fff;
    font-size: 20px;
}

a.openSponsor i {
    font-family: "FontAwesome";
    color: #fff;
    font-style: unset;
    font-size: 20px;
}

a.openSponsor {
    display: flex;
    width: 50px;
    height: 50px;
    background: #88a93e;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    position: absolute;
    bottom: 18px;
    right: 19px;
}

a.openSponsor:hover {
    right: 14px;
}

/* sponsor single
=============================================== */

.sponsorSingleImg img {
    max-width: 238px;
    border-radius: 15px;
}

.sponsorSingleInner {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
}

/* header
================================================*/

.language-wrapper {
    float: right;
    line-height: 60px;
    padding: 0;
    height: 60px;
}

.language-wrapper .dropdown-toggle::after {
    display: none;
}

.language-wrapper .btn:hover,
.language-wrapper .btn:focus {
    color: #fff;
    box-shadow: none;
}

.language-wrapper .dropdown-menu {
    min-width: auto;
    width: auto;
    left: auto;
    right: 28px;
}

.language-wrapper button .caret {
    color: #fff;
}

.language-wrapper .btn {
    padding-left: 5px;
    position: relative;
    bottom: -1px;
    padding-right: 8px;
}

.loginContainer {
    float: right;
    line-height: 60px;
    padding: 0;
    height: 60px;
    display: flex;
    align-items: center;
}

.loginContainerInner {
    background: #88a93e;
    height: 35px;
    display: flex;
    align-items: center;
    gap: 6px;
    border-bottom-right-radius: 20px;
    box-shadow: 0px 4px 4px 0px #00000040;
    box-shadow: 0px -3px 4px 0px #00000040 inset;
    position: relative;
    overflow: hidden;
}

.loginContainerInner a {
    line-height: 35px;
    color: #fff;
    font-family: "Roboto";
}

.loginContainerInner a span {
    transition: 0.35s ease all;
}

.loginContainerInner span {
    line-height: 35px;
    color: #fff;
}

header#header .page-header__left {
    width: 14%;
}

header#header .page-header__left a {
    justify-content: flex-start;
}

header#header .page-header__left a img {
    height: auto;
}

header#header .page-header__right {
    width: 24%;
    display: flex;
    justify-content: flex-end;
}

.page-header__center {
    float: left;
    width: 60%;
}

.page-header__center > nav {
    width: 100%;
    margin: 0px;
    float: none;
}

.page-header__center > nav > ul {
    text-align: center;
}

@media (max-width: 999px) {
    .page-header__center > nav > ul > li {
        float: none !important;
        /* display: inline-block; */
    }
}

header#header > .container {
    width: 100%;
    max-width: 80%;
}

.pageHeaderSection {
    height: 410px;
    background-position: center center !important;
    background-size: cover !important;
    margin-top: -91px;
    padding: 0px;
}

header#header {
    z-index: 999;
    background: #fafaee !important;
    border: 1px solid #fafaee !important;
    border-bottom-left-radius: 48px;
}

.page-intro .page-intro__title {
    margin: 0px;
    text-transform: initial;
    font-size: 40px;
    font-weight: 700;
    /* color: var(--color-primary) !important; */
}

.page-intro .learn-more-btn {
    background-color: #86a83e;
    color: #fff;
    box-shadow: 0px 4px 4px 0px #00000040;
    box-shadow: 0px -3px 4px 0px #00000040 inset;
    border: none;
    border-bottom-right-radius: 20px;
    margin-top: 1rem;
    height: 48px;
    padding: 0 2rem;
}

.page-intro .page-intro__title p {
    color: #fff;
    font-size: 20px;
    letter-spacing: 0.79px;
}

.page-intro .page-intro__title p strong {
    font-weight: 200;
}

.page-intro h4 {
    color: #fff;
    font-weight: 700;
    font-size: var(--font-size-4xl);
    letter-spacing: 0.79px;
}

@media (min-width: 768px) {
    .page-intro .page-intro__title p {
        font-size: var(--font-size-4xl);
    }
    .page-intro h4 {
        font-size: 50px;
    }
}

@media (min-width: 1024px) {
    .page-intro .page-intro__title p {
        font-size: 60px;
    }
    .page-intro h4 {
        font-size: 100px;
    }
}

.pageHeaderSection {
    position: relative;
}

.home-page .pageHeaderSection {
    overflow: hidden;
}

.video-background {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -1;
}

.pageHeaderSection > .container {
    height: calc(100% - 91px);
    display: flex;
    align-items: baseline;
    position: relative;
    flex-direction: column;
    justify-content: center;
    text-align: left;
}

.page-intro-description {
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    margin-top: 15px;
    z-index: 10;
}

.page-header__center > nav li a {
    color: #45483c !important;
    padding-left: 12px !important;
    padding-right: 12px !important;
    font-size: 15px !important;
    font-family: "Roboto";
}

/* For login & register page */
.login-page .menu-item > a,
.register-page .menu-item > a,
.reset-page .menu-item > a {
    color: #fff !important;
}

.login-page .sub-menu .menu-item > a,
.register-page .sub-menu .menu-item > a,
.reset-page .sub-menu .menu-item > a {
    color: #45483c !important;
}

.login-page .sub-menu--slideLeft .sub-menu > .menu-item:after,
.register-page .sub-menu--slideLeft .sub-menu > .menu-item:after,
.reset-page .sub-menu--slideLeft .sub-menu > .menu-item:after {
    background-color: #88a93a !important;
}

/* menu button */
.login-page .navigation-toggle span,
.login-page .navigation-toggle:before,
.login-page .navigation-toggle:after {
    background-color: #fff !important;
}

.register-page .navigation-toggle span,
.register-page .navigation-toggle:before,
.register-page .navigation-toggle:after {
    background-color: #fff !important;
}

.reset-page .navigation-toggle span,
.reset-page .navigation-toggle:before,
.reset-page .navigation-toggle:after {
    background-color: #fff !important;
}

@media (max-width: 1199px) {
    .login-page .menu-item.menu-item-has-children a .toggle-icon,
    .register-page .menu-item.menu-item-has-children a .toggle-icon,
    .reset-page .menu-item.menu-item-has-children a .toggle-icon {
        position: absolute !important;
        right: 15px !important;
        color: #666666 !important;
    }
    .login-page .navigation .sub-menu > .menu-item,
    .register-page .navigation .sub-menu > .menu-item,
    .reset-page .navigation .sub-menu > .menu-item {
        float: none !important;
    }
    .login-page .navigation--fade .menu-item:hover > .sub-menu,
    .register-page .navigation--fade .menu-item:hover > .sub-menu,
    .reset-page .navigation--fade .menu-item:hover > .sub-menu {
        width: 100% !important;
    }
    .navigation-toggle {
        display: block;
    }
}

.page-header__center .navigation li.websiteLink a:hover {
    background: #fff !important;
    color: #88a93e !important;
}
.page-header__center .navigation li.websiteLink a {
    background: #88a93e;
    border-radius: 50em;
    border: 2px solid transparent;
    padding: 6px 20px;
    color: #fff !important;
}

.page-header__center > .navigation--mobile--active li a {
    color: #001427 !important;
}

.page-header__center > nav li a:hover {
    color: #88a93e !important;
}

header#header .search-btn i {
    color: #fff !important;
    transition: 0.35s ease all;
}

header#header .search-btn:hover i {
    color: #88a93e !important;
}

/* account links hover */

.loginContainerInner a:nth-child(1) {
    padding-left: 35px;
}

.loginContainerInner a:nth-child(3) {
    padding-right: 35px;
}

.loginContainerInner a:nth-child(1):before {
    content: "";
    width: calc(100% + 12px);
    height: 100%;
    background: #fff;
    display: block;
    position: absolute;
    left: -130%;
    transform: skew(-22deg);
    transition: 0.35s ease all;
}

.loginContainerInner a:nth-child(1):hover:before {
    left: -1px;
}

.loginContainerInner a:nth-child(3):before {
    content: "";
    width: calc(100% + 11px);
    height: 100%;
    background: #fff;
    display: block;
    position: absolute;
    right: -120%;
    transform: skew(-22deg);
    transition: 0.35s ease all;
}

.loginContainerInner a:nth-child(3):hover:before {
    right: -1px;
}

.loginContainerInner a span {
    position: relative;
}

.loginContainerInner a:hover span {
    color: #001427;
}

/* footer
====================================================== */

footer#pageFooter {
    /* border-top: 1px solid #88a93e; */
    background-color: #0f202a !important;
    color: white !important;
    border-top-right-radius: 60px;
}

footer#pageFooter a.page-logo {
    justify-content: flex-start;
}

.address-detail p {
    color: #001427;
    font-size: 16px;
    margin-bottom: 8px;
    font-weight: 300;
}

.address-detail p a {
    font-weight: 300;
}

.address-detail {
    margin-top: 20px;
    margin-bottom: 15px;
}

footer#pageFooter > .container {
    max-width: 80%;
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 30px;
}

footer#pageFooter input {
    height: 56px;
    border-top-left-radius: 12px;
    border-bottom-right-radius: 12px;
}

footer#pageFooter .btn {
    background-color: #86a83e;
    color: white;
    box-shadow: 0px 5.43px 5.43px 0px #00000040 !important;
    border: 1.36px solid #618613;
    border-bottom-right-radius: 24px;
    padding: 15px 25px !important;
    height: 56px !important;
}

footer#pageFooter .btn:hover {
    background-color: #618613;
    color: white;
    box-shadow: 0px 5.43px 5.43px 0px #00000040 !important;
}

.footerSocial a {
    font-family: "FontAwesome";
    background: #001427;
    display: inline-flex;
    width: 30px;
    height: 30px;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    margin-right: 5px;
}

.footerSocial a:before {
    color: #fff;
}

.footerCol > aside {
    /* padding-left: 10%; */
    margin-bottom: 0px;
}

.footerCol .widget__title {
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    text-transform: inherit;
}

.footerCol .widget__header:after {
    display: none;
}

.footerCol a span {
    font-size: 14px;
    font-weight: 400;
}

.footerCol a {
    color: #fff;
}

/* .footerCol {
    display: flex;
    align-items: flex-start;
} */

footer#pageFooter .fa-linkedin {
    background-color: white;
    color: black;
    padding: 6px;
    border-radius: 20px;
    margin-right: 20px;
    font-size: 18px;
}

.page-footer__bottom {
    text-align: center;
    background: #0f202a;
    padding-bottom: 30px;
    padding-top: 30px;
    border-top: 1px solid white;
    max-width: 80%;
    width: 100%;
    margin: 0 auto;
}

.page-footer__bottom .container {
    width: 100%;
    max-width: 100%;
    padding: 0;
}

.page-footer__bottom a:hover {
    color: #001427 !important;
}

.remove_user_role_filter {
    cursor: pointer;
}

footer#pageFooter .page-footer__bottom a:hover {
    color: rgb(200, 200, 200) !important;
}

footer#pageFooter .page-footer__bottom p a {
    color: #c1ec65 !important;
}

footer#pageFooter .page-footer__bottom p a:hover {
    color: #86a83e !important;
}

@media (min-width: 1400px) {
    .footerCol > aside {
        padding-left: 10%;
    }
    #pageFooter .widget__about {
        /* padding-left: 10%; */
        width: 75%;
    }
    .page-footer__bottom .container .custom-width {
        width: 50%;
    }

    footer#pageFooter {
        border-top-right-radius: 120px;
    }
}

@media (min-width: 1921px) {
    #pageFooter .widget__about {
        width: 50%;
    }
}

/* event page
================================================== */

.event-page .pageHeaderSection > .container {
    flex-direction: column;
    justify-content: center;
    align-items: baseline;
}

.event-page .pageHeaderSection .page-intro__title {
    order: 1;
    margin-bottom: 10px;
}

.event-page .pageHeaderSection .eventHeaderDate {
    order: 2;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    z-index: 1;
    margin-bottom: 10px;
}

.event-page .pageHeaderSection .eventHeaderTime {
    order: 3;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    z-index: 1;
    margin-bottom: 10px;
}

.event-page .pageHeaderSection nav {
    order: 4;
}

.eventContainer {
    padding-left: 0px;
    padding-right: 0px;
}

.col-right .eventBanner {
    display: block;
    width: 100%;
    height: 100%;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
}

.col-right {
    min-height: 660px;
    padding-left: 50px;
}

.col-left {
    padding-right: 50px;
}

.evenButtons {
    display: flex;
    align-items: baseline;
    justify-content: left;
    gap: 15px;
}

.evenButtons a {
    width: 50%;
}

a.addToCalendar {
    background-color: #28a745;
    border-color: #28a745;
}

a.addToCalendar:hover {
    background-color: rgb(40 167 69 / 85%);
    border-color: rgb(40 167 69 / 85%);
}

a.addToCalendar:focus {
    background-color: rgb(40 167 69 / 85%);
    border-color: rgb(40 167 69 / 85%);
    box-shadow: 0 0 0 0.25rem rgb(40 167 69 / 50%) !important;
}

.bookEvent {
    background-color: #343a40;
    border-color: #343a40;
}

.bookEvent:hover {
    background-color: rgb(52 58 64 / 85%);
    border-color: rgb(52 58 64 / 85%);
}

.bookEvent:focus {
    background-color: rgb(52 58 64 / 85%);
    border-color: rgb(52 58 64 / 85%);
    box-shadow: 0 0 0 0.25rem rgb(52 58 64 / 50%) !important;
}

.timer {
    display: flex;
    color: #001427;
    font-size: 30px;
}

.timer span {
    margin-right: 10px;
    font-weight: bold;
}

a.addToCalendar span:before {
    content: "\f073";
    font-family: "FontAwesome";
    margin-right: 10px;
}

.timer:before {
    content: "\f1da";
    font-family: "FontAwesome";
    font-size: 28px;
    margin-right: 10px;
}

.evenCount {
    margin-top: 25px;
    margin-bottom: 25px;
}

.eventDescription h4 {
    font-size: 28px;
    font-weight: 600 !important;
    margin-bottom: 30px;
}

.eventDescription p {
    color: #001427;
    font-size: 18px;
    line-height: 30px;
}

.col-12.eventMapContainer {
    margin-top: 50px;
    margin-bottom: 30px;
}

.eventMapContainer > a {
    background-color: rgb(52 58 64);
    color: #fff;
    border-radius: 4px;
    font-size: 18px;
    letter-spacing: 1px;
    padding: 12px 50px;
    display: inline-block;
    margin-top: 10px;
    transition: 0.35s ease all;
}

.eventMapContainer > a:hover {
    background-color: rgb(52 58 64 / 85%);
    color: #fff;
}

.evenGallery .owl-pagination {
    background: rgb(52 58 64);
    display: flex;
    padding: 5px;
}

.evenGallery .owl-pagination .owl-page.active span {
    background-color: #28a745;
}

/* labs
=========================================================*/

.lab-page .pageHeaderSection > .container {
    flex-direction: column;
    justify-content: center;
    align-items: baseline;
}

.lab-page .pageHeaderSection .page-intro__title {
    order: 1;
    margin-bottom: 10px;
}

.lab-page .pageHeaderSection .eventHeaderDate {
    order: 2;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    z-index: 1;
    margin-bottom: 10px;
}

.lab-page .pageHeaderSection .eventHeaderTime {
    order: 3;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    z-index: 1;
    margin-bottom: 10px;
}

.lab-page .pageHeaderSection nav {
    order: 4;
}

@media (min-width: 1400px) {
    .lab-page section > .container {
        width: 1060px;
    }
}

.labstatus {
    color: #001427;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
}

.labDate {
    display: flex;
    color: #001427;
    font-size: 30px;
    margin-top: 15px;
}

.labDateFrom {
    margin-right: 5px;
}

.labTime {
    display: flex;
    color: #001427;
    font-size: 30px;
    margin-top: 0px;
    margin-bottom: 10px;
}

.labLink a {
    border: 1px solid #001427;
    padding: 5px 20px;
    text-decoration: none;
    transition: 0.35s ease all;
}

.labLink {
    margin-bottom: 40px;
}

.labLink a:hover {
    background: #001427;
    color: #fff;
}

.evenGallery {
    margin-top: 50px;
}

form#book-guest-form input {
    height: 42.8px;
    border-radius: 0.25rem;
    border: 1px solid #001427;
    width: 70%;
}

form#book-guest-form button {
    margin-bottom: 0px;
    width: 29%;
}

.labCol .evenButtons {
    display: block;
    margin-bottom: 10px;
}

/* single post view
==================================================== */

body.posts-page header#header {
    background: #001427;
}

body.posts-page h3.post__title {
    color: #001427;
    font-size: 45px;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

body.posts-page header.post__header {
    border: none;
}

body.posts-page h3.post__title:after {
    content: "";
    background: #88a93e;
    max-width: 260px;
    width: 100%;
    height: 4px;
    display: block;
    position: relative;
    bottom: -20px;
}

body.posts-page ol.breadcrumb li a,
ol.breadcrumb li {
    font-size: 12px;
}

body.posts-page .post__content > img {
    border-radius: 15px;
}

body.posts-page .post__meta span.post__created-at {
    color: #001427;
    font-size: 14px;
}

body.posts-page .post__meta {
    margin-top: 25px;
    margin-bottom: 25px;
}

body.posts-page .post__content p {
    font-size: 16px;
    color: #001427;
}

/* digital post view
=========================================================== */

body.digital-library-page .mobileSidebar {
    display: none;
}

body.digitalpost-page header#header {
    background: #001427;
}
body.digitalpost-page canvas,
.digital-library-page canvas {
    display: block;
    margin: 0 auto;
}

body.digitalpost-page .pdf-header-actions,
.digital-library-page .pdf-header-actions {
    list-style: none;
}

/* body.digitalpost-page .pdf-header-actions .nav-item{
    display: ruby;
} */
.pdf-header-actions li {
    list-style: none !important;
}

body.digitalpost-page .pdf-header-actions .nav-item #current_page,
body.digital-library-page .pdf-header-actions .nav-item #current_page {
    width: 20%;
}

body.digitalpost-page h3.post__title {
    color: #001427;
    font-size: 45px;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

body.digitalpost-page header.post__header {
    border: none;
}

body.digitalpost-page h3.post__title:after {
    content: "";
    background: #88a93e;
    max-width: 260px;
    width: 100%;
    height: 4px;
    display: block;
    position: relative;
    bottom: -20px;
}

body.digitalpost-page ol.breadcrumb li a,
ol.breadcrumb li {
    font-size: 12px;
}

body.digitalpost-page .post__content > img {
    border-radius: 15px;
}

body.digitalpost-page .post__meta span.post__created-at {
    color: #001427;
    font-size: 14px;
}

body.digitalpost-page .post__meta {
    margin-top: 25px;
    margin-bottom: 25px;
}

/* single job post view
=========================================================== */

body.job-page header#header {
    background: #001427;
}

body.job-page h3.post__title {
    color: #001427;
    font-size: 45px;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

body.job-page header.post__header {
    border: none;
}

body.job-page h3.post__title:after {
    content: "";
    background: #88a93e;
    max-width: 260px;
    width: 100%;
    height: 4px;
    display: block;
    position: relative;
    bottom: -20px;
}

body.job-page ol.breadcrumb li a,
ol.breadcrumb li {
    font-size: 12px;
}

body.job-page .post__content > img {
    border-radius: 15px;
}

body.job-page .post__meta span.post__created-at {
    color: #001427;
    font-size: 14px;
}

body.job-page .post__meta {
    margin-top: 25px;
    margin-bottom: 25px;
}

body.job-page .post__content p {
    font-size: 16px;
    color: #001427;
}

/* publications post single
========================================================== */

body.publication-page header#header {
    background: #001427;
}

body.publication-page h3.post__title,
body.platform_project-page h3.post__title,
body.news-page h3.post__title,
body.posts-page h3.post__title {
    color: #001427;
    font-size: 28px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    overflow-wrap: break-word;
    word-break: break-word;
}

@media (min-width: 768px) {
    body.publication-page h3.post__title,
    body.platform_project-page h3.post__title,
    body.news-page h3.post__title,
    body.posts-page h3.post__title {
        font-size: 40px;
    }
}

body.publication-page header.post__header,
body.platform_project-page header.post__header,
body.news-page header.post__header {
    border: none;
}

body.publication-page h3.post__title:after,
body.platform_project-page h3.post__title:after,
body.news-page h3.post__title:after {
    content: "";
    background: #88a93e;
    max-width: 260px;
    width: 100%;
    height: 4px;
    display: block;
    position: relative;
    bottom: -20px;
}

body.publication-page ol.breadcrumb li a,
ol.breadcrumb li,
body.platform_project-page ol.breadcrumb li a {
    font-size: 12px;
}

body.publication-page .post__content > img,
body.platform_project-page .post__content > img {
    border-radius: 15px;
}

body.publication-page .post__meta span.post__created-at,
body.platform_project-page .post__meta span.post__created-at,
body.news-page .post__meta span.post__created-at,
body.posts-page .post__meta span.post__created-at {
    color: #001427;
    font-size: 14px;
}

body.publication-page .post__meta,
body.platform-_project-page .post__meta,
body.news-page .post__meta,
body.posts-page .post__meta {
    margin-top: 25px;
    margin-bottom: 25px;
}

/* home page style
=========================================================== */

.home-page div#page-wrap > section {
    padding-bottom: 0px;
    padding-top: 0px;
    position: relative;
    top: -2.5rem;
}

.home-page div#page-wrap > section > .container {
    max-width: 100%;
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
}

.home-page div#page-wrap > section > .container > .row {
    margin-left: 0px;
    margin-right: 0px;
}

.home-page div#page-wrap > section > .container > .row > .col-lg-12 {
    padding: 0px;
}

/* body.home-page header#header {
    background:#001427;
} */

/* rescent posts */

.recPostFirst .recPostWrap {
    position: absolute;
    bottom: 25%;
    padding: 15px;
    width: 100%;
}

.recPostFirst img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
}

.recPostFirst .post__thumbnail {
    height: 100%;
}

.recPostFirst article.post {
    height: 100%;
    border-radius: 15px;
}

.recPostHeader h3 a {
    color: #fff !important;
    font-size: 1.2rem !important;
    font-weight: 500 !important;
    line-height: 24px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

@media (min-width: 768px) {
    .recPostFirst {
        height: 564px;
    }
    .recPostFirst .recPostWrap {
        bottom: 0px;
    }
    .recPostHeader h3 a {
        font-size: 1.5rem !important;
    }
}

.recPostHeader h3:after {
    content: "";
    max-width: 210px;
    width: 100%;
    height: 4px;
    background: #88a93e;
    display: block;
    position: relative;
    top: 5px;
}

.recPostHeader h3 {
    margin-bottom: 10px !important;
    padding-bottom: 10px !important;
    z-index: 99;
}

.recPostMeta {
    color: #fff;
    font-size: 14px;
    display: flex;
    gap: 5px;
    position: relative;
    z-index: 99;
}

.recPostMeta span {
    font-weight: 300;
}

span.recPostCreated__date {
    order: 1;
}

span.recPostCreated__month {
    order: 2;
}

span.recPostCreated__year {
    order: 3;
}

.recPostHeaderHontent p {
    color: #fff !important;
    font-size: 12px;
    font-weight: 300;
}

.recPostHeaderHontent {
    margin: 20px 0;
    z-index: 99;
    position: relative;
}

.recPostHeaderFooter a {
    color: #fff !important;
    font-size: 14px !important;
    font-weight: normal !important;
    text-transform: capitalize !important;
    background: #88a93e;
    border-radius: 30px;
    padding: 10px 35px !important;
}

.recPostHeaderFooter {
    position: absolute;
    right: 35px;
    z-index: 99;
}

@media (min-width: 768px) {
    .recPostHeaderFooter {
        bottom: -10px;
    }
}

.recPostRest > article {
    max-height: 257px;
    margin-bottom: 50px;
    border-radius: 15px;
}

.recPostRest {
    display: flex;
    flex-direction: column;
}

.recPostRest > article img {
    width: 100%;
    height: 100%;
    border-radius: 15px;
    object-fit: cover;
}

.recPostRest .post__thumbnail {
    width: auto;
    height: 100%;
    float: none;
}

.recPostRest .recPostWrap {
    position: absolute;
    bottom: 25%;
    padding: 0 15px;
    width: 100%;
}

@media (min-width: 768px) {
    .recPostRest .recPostWrap {
        bottom: 0px;
        padding: 15px;
    }
}

.recPostRest > article:last-child {
    margin-bottom: 0px;
}

.recPostRest .recPostHeader h3:after {
    top: 12px;
}

.recPostContainer .post-group__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 40px;
}

.recPostContainer .post-group__header h3:after {
    display: none;
}

.recPostContainer .post-group__header h3 {
    font-size: 32px;
    color: #001427;
    margin: 0px;
    text-transform: inherit;
}

.recPostHeaderFooter a:after {
    display: none;
}

a.recPostsAll {
    background: #88a93e;
    border-radius: 30px;
    padding: 10px 40px !important;
    color: #fff;
}

a.post__overlay {
    border-radius: 15px;
    background: rgb(0, 20, 39);
    background: linear-gradient(
        0deg,
        rgba(0, 20, 39, 0.7987570028011204) 0%,
        rgba(0, 20, 39, 0.6026785714285714) 40%,
        rgba(0, 20, 39, 0) 100%
    );
}

.recPostContainer {
    background: #f9f9f9;
}

.post__content a {
    color: var(--color-primary);
}
/* users */

.home-page .user_item_desc p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 8px;
}

.user_even_container {
    padding-top: 50px;
    padding-bottom: 50px;
}

.user_list_item {
    box-shadow: 0px 0px 10px #272d3b33;
    margin-bottom: 25px;
    border-radius: 20px;
}

.user_list_item .post__thumbnail {
    width: 118px;
    height: 118px;
    border-radius: 50% !important;
}

.user_list_item .post__thumbnail img {
    border-radius: 50% !important;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.user_list_item .post__thumbnail a {
    border-radius: 50% !important;
    background: transparent;
    box-shadow: 0px 0px 10px #272d3b33;
}

.user_list_item article.post {
    display: flex;
    align-items: center;
    padding-top: 30px;
    padding-bottom: 40px;
    height: 100%;
}

.user_list_item .post__content-wrap .post__title a {
    font-size: 15px;
    color: #001427;
}

.user_list_item .post__content-wrap .post__title {
    margin-bottom: 12px;
}

.user_item_desc p {
    color: #001427;
    font-size: 10px;
}

.user_item_social a i {
    font-family: "FontAwesome";
}

.user_item_social a {
    font-family: "FontAwesome";
    background: #001427;
    display: inline-flex;
    width: 24px;
    height: 24px;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    margin-right: 5px;
    color: #fff;
}

.user_item_cat {
    color: #fff;
    border-radius: 15px;
    padding: 5px 20px;
    font-size: 10px;
    margin-top: 15px;
    display: inline-block;
}

.user_even_container h3.post-group__title {
    font-size: 32px;
    color: #001427;
    margin: 0px;
    text-transform: inherit;
}

h3.post-group__title:after {
    display: none;
}

.user_list .row {
    margin-left: 0px;
    margin-right: 0px;
}

a.user_item_link {
    display: flex;
    width: 30px;
    height: 30px;
    background: #88a93e;
    border-radius: 50px;
    position: absolute;
    right: 21px;
    bottom: 6px;
    align-items: center;
    justify-content: center;
    transition: 0.35s ease all;
}

a.user_item_link i {
    color: #fff;
    font-family: "FontAwesome";
    text-decoration: none;
    text-transform: none;
    font-style: normal;
}

.user_list_item:hover a.user_item_link {
    right: 15px;
}

a.user_item_viewall {
    background: #88a93e;
    color: #fff;
    padding: 8px 35px;
    border-radius: 30px;
    font-size: 15px;
    letter-spacing: 1px;
    margin-top: 10px;
    display: inline-block;
}

/* rescent events */

.event_list_item {
    background: rgb(255 238 0 / 10%);
    margin-bottom: 28px;
    border-radius: 5px;
}

.event_list_item article {
    margin-bottom: 0px;
}

.event_list_item .post__content-wrap {
    padding: 0px;
    display: flex;
    flex-direction: column;
}

.event_list_item .post__meta {
    margin-bottom: 0px;
}

.event_list_item article.post {
    padding-top: 20px;
    padding-bottom: 20px;
}

.event_list_item h3.post__title a {
    font-size: 23px;
    color: #001427;
}

.event_list_item a.user_item_link {
    right: 10px;
    bottom: 11px;
}

.event_list_item:hover a.user_item_link {
    right: 5px;
}

.events_list .row {
    margin-left: 0px;
    margin-right: 0px;
}

.event_list_item h3.post__title {
    margin-bottom: 10px;
}

span.event_item_date {
    font-size: 15px;
    color: #001427;
    font-weight: bold;
    margin-right: 5px;
}

span.event_item_date:after {
    content: "|";
    margin-left: 10px;
}

span.event_item_time {
    color: #001427;
}

.event_item_dateinfo {
    margin-bottom: 6px;
}

span.event_item_place {
    color: #001427;
}

/* sponsors */

.sponsorsInnerHomepage {
    display: flex;
    gap: 25px;
    justify-content: center;
}

section.section.sponsorsContainerHomepage {
    padding: 100px 8%;
    background: #f9f9f9;
}

.sponsorsInnerHomepage .sponsorItemImg {
    max-width: 16.66667%;
}

.sponsorsInnerHomepage .sponsorItemImg img {
    width: 250px;
    height: 250px;
    object-fit: contain;
    padding: 10%;
}

/* Event Page */
.fc-event {
    cursor: pointer;
}

.remove_events_filter {
    cursor: pointer;
}
.remove_events_filter_type {
    cursor: pointer;
}

/* digital libraries */

.digital-library-page a.post__overlay {
    border-radius: none;
    background: none;
}

.home-page .dLibrady_item > .post {
    box-shadow: 0px 0px 10px #272d3b33;
    border-radius: 20px;
    background: #f9f9f9;
}

.home-page .dLibrady_list .col-lg-9 {
    width: 100%;
    padding: 0;
}

.home-page .dLibrady_list .post-group__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
}

.home-page .dLibrady_list .post-group__header h3 {
    font-size: 32px;
    color: #001427;
    text-transform: capitalize;
    margin-bottom: 0px;
}

.home-page .dLibrady_list .post-group__header a {
    background: #88a93e;
    border-radius: 30px;
    padding: 10px 40px !important;
    color: #fff;
}

.home-page .dLibrady_list .dLibrady_item .post__content-wrap {
    padding: 15px;
}

.home-page .dLibrady_list .dLibrady_item .post__content-wrap .post__content {
    padding-bottom: 0px;
}

.home-page .dLibrady_list .dLibrady_item .post__content-wrap .post__content p {
    margin-bottom: 0px;
    font-size: 12px;
    color: #001427;
    line-height: 26px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.home-page .dLibrady_list .authorName img {
    width: 30px;
    height: 30px;
    object-fit: fill;
    border-radius: 50%;
}

.home-page .dLibrady_list .authorName .authorAvatar {
    width: 30px;
    height: 30px;
    border-radius: 50%;
}

.home-page .dLibrady_list .authorName {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.home-page .dLibrady_list .authorName p {
    margin-bottom: 0px;
    color: #001427;
    font-size: 14px;
    font-weight: bold;
    margin-left: 10px;
}

.home-page .dLibrady_list .dLibrady_item .post__content-wrap h3.post__title a {
    font-size: 19px;
    color: #001427;
}

/* forum login section */

.homeForumSection {
    background: #f9f9f9;
    padding-top: 50px;
    padding-bottom: 50px;
}

.homeForumSection .textLeft {
    padding-left: 0px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.homeForumSection .textright {
    padding-right: 0px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.homeForumSection .textLeft span {
    font-size: 25px;
    font-weight: 300;
    line-height: 38px;
}

.homeForumSection .textLeft span.isBold {
    font-weight: bold;
    margin-top: -10px;
    font-size: 36px;
    margin-bottom: 10px;
}

.homeForumSection .bigTitle {
    margin-bottom: 50px;
    padding-left: 0px;
}

.homeForumSection .bigTitle span {
    font-size: 38px;
    font-weight: 300;
}

.homeForumSection .textright a {
    background: #001427;
    font-size: 19px;
    color: #fff;
    font-weight: 300;
    padding: 15px 30px;
    border-radius: 15px;
    transition: 0.35s ease all;
}

.homeForumSection .textright a i {
    font-family: "FontAwesome";
    margin-left: 10px;
}

.homeForumSection .textright a:after {
}

.homeForumSection .textright a:hover {
    background: #88a93e;
}

/*homepage chart section */

/* .homeChartSection h3,
.sbuttons h3,
.homepage-text h3 {
     font-size: 25px !important;
     font-weight: 300 !important;
    line-height: 38px;
    text-align: center;
} */

/* .homeChartSection h4 {
    color: #001427;
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
    margin-bottom: 50px;
} */

.homeChartSection {
    padding-bottom: 100px;
}

/* homepage banner */

body.home-page .pageHeaderSection {
    margin-top: 0px;
    height: 1200px;
    background-position: bottom !important;
    text-align: left;
}

body.home-page .pageHeaderSection > .container {
    padding-left: 10px;
    padding-right: 10px;
}

body.home-page .homeBannerText span {
    font-size: 40px;
    display: block;
    font-weight: 300;
}

body.home-page .homeBannerText span.isBold {
    font-weight: bold;
}

body.home-page .homeBannerText:after {
    content: "";
    max-width: 240px;
    width: 100%;
    height: 6px;
    background: #88a93e;
    display: block;
    border-radius: 10px;
    margin-top: 20px;
}

/* homepage buttons */

.homepage-text h3,
.sbuttons h3,
.homeChartSection h3 {
    font-size: 32px;
    color: #001427;
    margin: 0px;
    text-transform: inherit;
    font-weight: bold;
    margin-bottom: 20px;
}

.homepage-text p,
.homepage-text p span {
    color: #001427;
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
}

.sbuttons a {
    background: #001427;
    font-size: 16px;
    color: #fff;
    font-weight: 300;
    padding: 10px 30px;
    border-radius: 15px;
    transition: 0.35s ease all;
    width: 100%;

    pointer-events: none;
}

.sbuttons .show-search {
    pointer-events: auto !important;
}

.homepage-text .col-12 {
    padding: 0px;
}

.sbuttons .row {
    margin-left: -30px;
    margin-right: -30px;
}

.homepage-text h4 {
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 20px;
    margin-top: 40px;
}

.homepage-text li {
    color: #001427;
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
}

.homepage-text ul {
    margin-bottom: 20px;
}

.homepage-text ul.dashes {
    list-style: none;
    padding-left: 45px;
}

.homepage-text ul.dashes li:before {
    content: "-";
    display: inline-block;
    margin-right: 10px;
}

.homepage-text ul.dashes li {
    padding-left: 10px;
    text-indent: -10px;
    font-size: 14px;
}

/* users page list
===================================================*/

.users-page div#page-wrap > .section:nth-child(2) > .container {
    max-width: 100%;
    width: 84%;
}

.users-page .userSidebar {
    padding: 15px;
    border-radius: 15px;
    background-position: center;
}

.users-page .userSidebar .searchField > input {
    width: 100%;
    background: rgb(255 255 255 / 15%);
    border: none;
    color: #fff;
    height: 46px;
    border-radius: 15px;
    padding-left: 15px;
    color: #fff;
    opacity: 1;
    font-size: 19px;
    font-weight: 300;
}

.users-page .userSidebar .searchField > input::-webkit-input-placeholder {
    /* Edge */
    color: #fff;
    opacity: 1;
    font-size: 19px;
    font-weight: 300;
}

.users-page .userSidebar .searchField > input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #fff;
    opacity: 1;
    font-size: 19px;
    font-weight: 300;
}

.users-page .userSidebar .searchField > input::placeholder {
    color: #fff;
    opacity: 1;
    font-size: 19px;
    font-weight: 300;
}

.users-page .userSidebar .searchField {
    position: relative;
}

.users-page .userSidebar .searchField:after {
    content: "\f002";
    font-family: "FontAwesome";
    color: #fff;
    position: absolute;
    right: 15px;
    top: 8px;
    font-size: 21px;
}

.users-page .userSidebar button#user_filter_reset_btn {
    /* float: right; */
    margin-top: 15px;
    background: transparent;
    color: #fff;
    border: none;
}

.users-page .userSidebar .sidebarTitle {
    /* float: right; */
    width: 100%;
    display: block;
    margin-bottom: 25px;
}

.users-page .userSidebar .sidebarTitle h3 {
    color: #fff;
    font-size: 25px;
    font-weight: bold;
    letter-spacing: 1px;
}

.users-page .userSidebar .filterBtns button {
    font-size: 10px;
    color: #fff;
    font-weight: bold;
    border-radius: 15px;
}

.users-page .userSidebar .filterBtns {
    display: flex;
    flex-direction: column;
}

.users-page .userSidebar .filterBtn {
    margin-bottom: 15px;
}

.resetfilters {
    text-align: right;
    margin-top: 10px;
    margin-bottom: 10px;
}

div#active_user_filter {
    color: #fff;
}

div#active_user_filter span {
    display: block;
    text-align: left;
}

.users-page .user_list {
    padding-top: 0px;
}

.users-page .post__content {
    padding-top: 0px;
}

.users-page .user_list > .container {
    margin: 0px;
    padding: 0px;
    max-width: 100%;
    width: 100%;
}

.users-page .user_list > .container .col-lg-9 {
    width: 100%;
    padding: 0px;
}

.users-page .user_list > .container .col-lg-3 {
    display: none;
}

.users-page .user_list > .container > .row {
    margin-left: 0px;
    margin-right: 0px;
}

.users-page div#items {
    padding: 0px;
}

.users-page .user_list_item {
    margin: 10px;
    width: calc(33.33333333% - 20px);
}

.users-page
    div#page-wrap
    > .section:nth-child(2)
    > .container
    > .row
    > .col-lg-3 {
    width: 22%;
}

.users-page
    div#page-wrap
    > .section:nth-child(2)
    > .container
    > .row
    > .col-lg-9 {
    width: 78%;
}

.users-page a.user_item_link {
    right: 10px;
}

.users-page div#items .user_list_item:hover a.user_item_link {
    right: 0px;
}

/* user profile page
======================================================== */

body.user-single-page .page-sidebar .sidebarAvatar img {
    border-radius: 16px;
    max-height: 260px;
    height: 100%;
    position: absolute;
    object-fit: cover;
}

body.user-single-page section.section {
    padding-top: 0;
}

body.user-single-page .page-sidebar .page-sidebar-info {
    background: linear-gradient(
        45deg,
        rgba(0, 20, 39, 0.7) 0%,
        rgba(0, 20, 39, 1) 100%
    );
    border-radius: 16px;
    margin-top: 54px;
    padding: 20px;
}

body.user-single-page .page-sidebar .page-sidebar-info .socialOnly {
    display: flex;
    column-gap: 15px;
    margin-bottom: 20px;
}

body.user-single-page .col-lg-3 {
    width: 35%;
    margin-top: -128px;
    z-index: 9;
}

body.user-single-page .col-lg-9 {
    width: 65%;
}

body.user-single-page .sidebarAvatar {
    border-radius: 16px;
    box-shadow: 0px 0px 10px 0px #00000029;
    min-height: 260px;
    position: relative;
}

body.user-single-page .page-sidebar .page-sidebar-info h3 {
    color: #fff;
    font-size: 19px;
    font-weight: bold;
    letter-spacing: 1px;
    margin-bottom: 30px;
}

body.user-single-page .sibar-social-item span.icon {
    font-family: "FontAwesome" !important;
    width: 28px;
    height: 28px;
    background: #fff;
    color: #001427;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

body.user-single-page .sibar-social-item a {
    color: #fff;
}

body.user-single-page .sibar-social-item {
    display: flex;
    gap: 20px;
    align-items: center;
    margin-bottom: 20px;
}

body.user-single-page .sibar-social-item p {
    margin: 0px;
    font-size: 12px;
    letter-spacing: 1px;
    color: #fff;
}

body.user-single-page .sidebar-map img {
    max-height: 270px;
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 16px;
}

body.user-single-page .sidebar-map {
    box-shadow: 0px 0px 10px 0px #00000029;
    border-radius: 16px;
    margin-top: 30px;
}

body.user-single-page .sidebar-map-nav > div i {
    font-family: "FontAwesome";
    font-style: normal;
    width: 28px;
    height: 28px;
    background: #001427;
    color: #fff;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 20px;
}

body.user-single-page .sidebar-map-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 20px;
}

body.user-single-page .sidebar-map-nav p {
    margin: 0px;
    font-size: 12px;
    color: #001427;
}

body.user-single-page .sidebar-map-nav > div {
    display: flex;
    align-items: center;
}

body.user-single-page .sidebar-map-nav a {
    margin: 0px;
    background: #88a93e;
    border-radius: 6px;
    font-size: 12px;
    padding: 6px 20px;
    color: #fff;
    display: flex;
    gap: 8px;
}

body.user-single-page .sidebar-map-nav a i {
    font-family: "FontAwesome";
    font-style: unset;
    font-size: 18px;
}

body.user-single-page .sidebar-map-nav a:hover {
    background: #001427;
    color: #fff;
}

/* content */

.user-single-page div#page-wrap > .section > .container {
    width: 1070px;
}

.user-single-page .content-top > span {
    color: #fff;
    font-size: 14px;
    max-width: calc(100%);
    width: 100%;
    display: flex;
    text-align: center;
    padding-top: 12px;
    padding-bottom: 12px;
    border-radius: 10px;
    font-weight: 300;
    height: 48.28px;
    justify-content: center;
    align-items: center;
}

.user-single-page .content-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.user-single-page .content-top > a {
    background: #001427;
    max-width: 220px;
    width: 100%;
    color: #fff;
    font-size: 17px;
    padding-top: 12px;
    padding-bottom: 12px;
    border-radius: 15px;
    display: flex;
    justify-content: space-between;
    padding-left: 25px;
    padding-right: 25px;
    transition: 0.35s ease all;
}

.user-single-page .content-top > a:hover {
    background: #88a93e;
}

.user-single-page .content-top > a.projectsBtn {
    max-width: 120px;
    width: 100%;
    justify-content: center;
    margin-right: 10px;
    margin-left: 10px;
}

.user-single-page .content-top > a span {
    font-weight: 300;
}

.user-single-page .content-top > a i {
    font-family: "FontAwesome";
}

.user-single-page .post__content ul.nav.nav-tabs {
    background: #0000000d;
    list-style: none;
    padding: 0px;
    border: none;
    border-radius: 5px;
    margin-bottom: 58px;
}

.user-single-page .post__content ul.nav.nav-tabs li {
    list-style: none;
    margin-right: 15px;
}

.user-single-page .post__content ul.nav.nav-tabs li a.nav-link {
    background: #00000029;
    color: #001427;
    font-weight: bold;
    letter-spacing: 1px;
    border: none;
    border-radius: 5px;
    padding-left: 30px;
    padding-right: 30px;
}

.user-single-page .post__content ul.nav.nav-tabs li a.nav-link.active {
    background: #001427;
    color: #fff;
}

.user-single-page .post__content {
    padding-top: 20px;
}

/* post tab content */

.user-single-page .post__content .recPostRest {
    margin-bottom: 50px;
}

.user-single-page .recPostRest > article {
    max-height: 323px;
    height: 100%;
    width: 100%;
}

.user-single-page .recPostRest > article img {
    max-height: 323px;
    width: 100%;
    object-fit: fill;
}

.user-single-page .recPostHeaderHontent p {
    color: #fff;
    font-size: 12px;
    font-weight: 300;
}

/* events tab */

.user-single-page .event_list_item {
    padding-left: 15px;
    padding-right: 15px;
}

/* jobs tab */

.user-single-page .job_list_item {
    box-shadow: 0px 0px 10px #272d3b33;
    border-radius: 20px;
    padding: 25px;
    margin-bottom: 35px;
}

.user-single-page .job_list_item .post__content-wrap {
    padding: 0px;
    /* width: 100%; */
}

.user-single-page .job_list_item h3.post__title a {
    font-size: 18px;
    color: #001427;
    letter-spacing: 1px;
}

.user-single-page .job_list_item h3.post__title {
    margin-bottom: 15px;
}

.user-single-page .job_item_dateinfo span.job_item_date {
    font-size: 14px;
    color: #001427;
    font-weight: 300;
}

.user-single-page .job_item_dateinfo {
    margin-bottom: 15px;
}

.user-single-page .job_item_description {
    font-size: 12px;
    color: #001427;
}

.user-single-page a.job_item_link {
    display: flex;
    width: 30px;
    height: 30px;
    background: #88a93e;
    border-radius: 50px;
    position: absolute;
    right: 0px;
    top: 50%;
    align-items: center;
    justify-content: center;
    transition: 0.35s ease all;
    margin-top: -15px;
}

.user-single-page a.job_item_link i {
    font-family: "FontAwesome";
    font-style: inherit;
    color: #fff;
}

.user-single-page .job_list_item:hover a.job_item_link {
    right: -5px;
}

/* user ask a question modal */

#askaquestionmodal .modal-content {
    border-radius: 12px;
    background-size: cover;
    background-position: center;
    border: none;
}

#askaquestionmodal .modal-content .close {
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 40px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: transparent;
    border: none;
}

#askaquestionmodal .modal-content .modal-body {
    padding-top: 60px;
    padding-bottom: 35px;
}

#askaquestionmodal .formfield {
    display: flex;
    flex-direction: column;
    margin-bottom: 12px;
}

#askaquestionmodal .help-block {
    color: red;
    position: relative;
    top: 10px;
}

#askaquestionmodal .formfield input {
    background: rgb(255 255 255 / 22%);
    border: none;
    height: 46px;
    border-radius: 15px;
    padding-left: 15px;
    color: #fff;
    opacity: 1;
    font-size: 19px;
    font-weight: 300;
    padding-right: 15px;
    z-index: 10;
}

#askaquestionmodal .formfield textarea {
    background: rgb(255 255 255 / 22%);
    border: none;
    height: 100px;
    border-radius: 15px;
    padding-left: 15px;
    color: #fff;
    opacity: 1;
    font-size: 19px;
    font-weight: 300;
    z-index: 10;
}

#askaquestionmodal .formfield label {
    color: #fff;
    font-weight: 300;
    font-size: 18px;
    transform: translateY(36px);
    padding-left: 15px;
    z-index: 1;
    transition: 0.35s ease all;
}

#askaquestionmodal .formfield.active label {
    transform: translateY(-5px) translateX(-12%) scale(0.8);
    color: rgb(255 255 255 / 50%);
}

#askaquestionmodal input.submitBtn {
    float: right;
    margin-top: 25px;
    background: #66bf6e;
    border: none;
    color: #001427;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 8px 45px;
    border-radius: 15px;
    transition: 0.35s ease all;
}

#askaquestionmodal input.submitBtn:hover {
    background: #fff;
}

/* blog page
====================================================== */

.remove_category_filter {
    cursor: pointer;
}

.blog-page div#page-wrap > .section > .container,
.platform-project-page div#page-wrap > .section > .container,
.news1-page div#page-wrap > .section > .container {
    max-width: 100%;
    width: 80%;
}

.blog-page div#page-wrap > .section > .container > .row > .col-lg-3,
.platform-project-page div#page-wrap > .section > .container > .row > .col-lg-3,
.news1-page div#page-wrap > .section > .container > .row > .col-lg-3 {
    width: 22%;
}

.blog-page div#page-wrap > .section > .container > .row > .col-lg-9,
.platform-project-page div#page-wrap > .section > .container > .row > .col-lg-9,
.news1-page div#page-wrap > .section > .container > .row > .col-lg-9 {
    width: 78%;
}

.blog-page .blogSidebar,
.platform-project-page .blogSidebar,
.news1-page .blogSidebar {
    padding: 15px;
    border-radius: 15px;
    background-position: center;
}

.blog-page .blogSidebar .searchField > input,
.platform-project-page .blogSidebar .searchField > input,
.news1page .blogSidebar .searchField > input {
    width: 100%;
    background: rgb(255 255 255 / 15%);
    border: none;
    color: #fff;
    height: 46px;
    border-radius: 15px;
    padding-left: 15px;
    color: #fff;
    opacity: 1;
    font-size: 19px;
    font-weight: 300;
}

.blog-page .blogSidebar .searchField > input::-webkit-input-placeholder,
.platform-project-page
    .blogSidebar
    .searchField
    > input::-webkit-input-placeholder,
.news1-page .blogSidebar .searchField > input::-webkit-input-placeholder {
    /* Edge */
    color: #fff;
    opacity: 1;
    font-size: 19px;
    font-weight: 300;
}

.blog-page .blogSidebar .searchField > input:-ms-input-placeholder,
.platform-project-page .blogSidebar .searchField > input:-ms-input-placeholder,
.news1-page .blogSidebar .searchField > input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #fff;
    opacity: 1;
    font-size: 19px;
    font-weight: 300;
}

.blog-page .blogSidebar .searchField > input::placeholder,
.platform-project-page .blogSidebar .searchField > input::placeholder,
.news1-page .blogSidebar .searchField > input::placeholder {
    color: #fff;
    opacity: 1;
    font-size: 19px;
    font-weight: 300;
}

.blog-page .blogSidebar .searchField,
.platform-project-page .blogSidebar .searchField,
.news1-page .blogSidebar .searchField {
    position: relative;
}

.blog-page .blogSidebar .searchField:after,
.platform-project-page .blogSidebar .searchField:after,
.news1-page .blogSidebar .searchField:after {
    content: "\f002";
    font-family: "FontAwesome";
    color: #fff;
    position: absolute;
    right: 15px;
    top: 8px;
    font-size: 21px;
}

.blog-page .blogSidebar button#blog_filter_reset_btn,
.platform-project-page .blogSidebar button#platform_project_filter_reset_btn,
.news1-page .blogSidebar button#news_filter_reset_btn {
    /* float: right; */
    margin-top: 15px;
    background: transparent;
    color: #fff;
    border: none;
}

.blog-page .blogSidebar .sidebarTitle,
.platform-project-page .blogSidebar .sidebarTitle,
.news1-page .blogSidebar .sidebarTitle {
    /* float: right; */
    width: 100%;
    display: block;
    margin-bottom: 25px;
}

.blog-page .blogSidebar .sidebarTitle h2,
.platform-project-page .blogSidebar .sidebarTitle h2,
.news1-page .blogSidebar h2 {
    color: #fff;
    font-size: 25px;
    font-weight: bold;
    letter-spacing: 1px;
}
.blog-page .blogSidebar h3,
.platform-project-page .blogSidebar h3,
.news1-page .blogSidebar h3 {
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 1px;
}

.blog-page .blogSidebar .filterBtns a,
.platform-project-page .blogSidebar .filterBtns a,
.news1-page .blogSidebar .filterBtns a,
.news1-page .blogSidebar h3 {
    font-size: 19px;
    color: #fff;
    font-weight: 700;
    border: none;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom: 5px;
}

.blog-page .blogSidebar .filterBtns,
.platform-project-page .blogSidebar .filterBtns,
.news1-page .blogSidebar .filterBtns {
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
}

.blog-page .resetfilters,
.platform-project-page .resetfilters,
.news1-page .resetfilters {
    text-align: right;
    margin-top: 10px;
    margin-bottom: 10px;
}

.blog-page div#active_blog_filter,
.platform-project-page div#active_platform_project_filter,
.news1-page div#active_news_filter {
    color: #fff;
}

.blog-page div#active_blog_filter span,
.platform-project-page div#active_platform_project_filter span,
.news1-page div#active_news_filter span {
    display: block;
    text-align: left;
}

.blog-page .sidebar-recent-post,
.platform-project-page .sidebar-recent-post,
.news1-page .sidebar-recent-post {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.blog-page .sidebar-recent-post .left,
.platform-project-page .sidebar-recent-post .left,
.news1-page .sidebar-recent-post .left {
    background: #001427;
    min-width: 70px;
    margin-right: 15px;
    color: #fff;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    padding-top: 4px;
    padding-bottom: 4px;
}

.blog-page .sidebar-recent-post .right h4,
.platform-project-page .sidebar-recent-post .right h4,
.news1-page .sidebar-recent-post .right h4 {
    margin: 0px;
    color: #fff;
    font-size: 15px;
}

.blog-page header#header,
.platform-project-page header#header,
.news1-page header#header {
    background: #001427;
}

.blog-page .postRow,
.platform-project-page .postRow,
.news1-page .postRow {
    margin-bottom: 60px;
}

.blog-page .post__content,
.platform-project-page .post__content,
.news1-page .post__content {
    padding-top: 0px;
}

.blog-page .recPostHeaderHontent p,
.platform-project-page .recPostHeaderHontent p,
.news1-page .recPostHeaderHontent p {
    color: #fff;
    font-size: 12px;
    font-weight: 300;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* login page
======================================================== */

.login-page .loginContainer {
    display: none;
}

.login-page .loginRegisterPageHeaderInner.page-header__right {
    width: 14%;
}

.login-page .loginRegisterPageHeaderInner.page-header__center {
    width: 68%;
}

.login-page header .container {
    width: 100%;
    max-width: 80%;
}

.login-page {
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.login-page main.loginContent {
    max-width: 78%;
    width: 100%;
    margin: 0 auto;
    display: flex;
    height: calc(100vh - 110px);
    align-items: center;
    margin-top: -110px;
}

.login-page main.loginContent-new {
    max-width: 78%;
    width: 100%;
    margin: 0 auto;
    display: flex;
    height: 80vh;
    align-items: center;
    margin-top: -110px;
}

.login-page .loginContentInner .loginTitle h1 {
    font-size: 41px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 0px;
}

.login-page .loginContentInner .loginTitle {
    margin-bottom: 40px;
}

.login-page p.registerLink {
    color: #fff;
    font-size: 19px;
    font-weight: 300;
    margin-bottom: 40px;
}

.login-page p.registerLink a {
    color: #88a93e;
}

.login-page form.loginForm div.fieldContainer input:autofill {
    background: #fff;
    color: #001427;
}

.login-page form.loginForm div.fieldContainer input:-webkit-autofill {
    background: #fff;
    color: #001427;
}

.login-page form.loginForm div.fieldContainer input {
    width: 100%;
    background: rgb(255 255 255 / 15%);
    border: none;
    height: 60px;
    border-radius: 15px;
    padding-left: 15px;
    color: #fff;
    opacity: 1;
    font-size: 15px;
    font-weight: 300;
    z-index: 10;
    padding-right: 50px;
}

.login-page .loginContentInner {
    max-width: 536px;
    width: 100%;
}

.login-page .forgotPassContainer {
    justify-content: space-between;
    margin-top: 15px;
}

.login-page label.rememberMe {
    color: #fff;
}

.login-page a.forgotpass {
    color: #fff;
    font-weight: 300;
}

.login-page label.rememberMe span {
    font-weight: 300;
}

.login-page form.loginForm div.fieldContainer label {
    color: #fff;
    font-weight: 300;
    font-size: 15px;
    transform: translateY(36px);
    padding-left: 15px;
    z-index: 1;
    transition: 0.35s ease all;
}

.login-page .actionsContainer button {
    background: #88a93e;
    font-size: 20px;
    color: #fff;
    padding: 12px 40px 15px 40px;
    border-radius: 15px;
    width: 50%;
    transition: 0.35s ease all;
}

.login-page .flex.flex-wrap.actionsContainer {
    justify-content: end;
    margin-top: 30px;
}

.login-page .actionsContainer button:hover {
    background: #fff;
    color: #001427;
}

.login-page form.loginForm div.fieldContainer.active label {
    transform: translateY(16px) translateX(-19%) scale(0.6);
    /* color: rgb(255 255 255 / 50%); */
    color: #fff;
}

.loginRegisterPageHeaderInner.page-header__right {
    width: 24%;
}

.loginRegisterPageHeaderInner.page-header__center > nav > ul {
    text-align: center;
}

.loginRegisterPageHeaderInner.page-header__left {
    width: 16%;
}

.loginRegisterPageHeaderInner.page-header__left a {
    justify-content: flex-start;
}

.login-page form.loginForm .fieldContainer {
    flex-direction: column;
}

.login-page .emailqrapper {
    z-index: 10;
}

.login-page .passwrapper {
    z-index: 10;
}

.login-page .loginRegisterPageHeaderInner.page-header__right .dropdown {
    position: relative;
}

.login-page .emailqrapper i {
    color: #fff;
    font-family: "FontAwesome" !important;
    font-style: inherit;
    font-size: 20px;
    position: absolute;
    right: 20px;
    top: 20px;
}

.login-page .emailqrapper {
    position: relative;
}

.login-page .passwrapper {
    position: relative;
}

.login-page .passwrapper i {
    color: #fff;
    font-family: "FontAwesome" !important;
    font-style: inherit;
    font-size: 20px;
    position: absolute;
    right: 20px;
    top: 20px;
    cursor: pointer;
}

.login-page .passwrapper i.visible:before {
    content: "\f070";
}

/* ajax load more */

.ajax-load.text-center p {
    color: #001427;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
    position: relative;
    display: flex;
    justify-content: center;
}

.ajax-load.text-center img {
    position: absolute;
    margin-left: -10px;
    top: -50px;
}

.ajax-load.text-center {
    margin-top: 50px;
    margin-bottom: -50px;
}

/* publication
=========================================== */

/* sidebar */

body.publications-page .type2Sidebar {
    padding: 15px;
    border-radius: 15px;
    background-position: center;
}

body.publications-page .type2Sidebar .searchField > input {
    width: 100%;
    background: rgb(255 255 255 / 15%);
    border: none;
    color: #fff;
    height: 46px;
    border-radius: 15px;
    padding-left: 15px;
    color: #fff;
    opacity: 1;
    font-size: 19px;
    font-weight: 300;
}

body.publications-page
    .type2Sidebar
    .searchField
    > input::-webkit-input-placeholder {
    /* Edge */
    color: #fff;
    opacity: 1;
    font-size: 19px;
    font-weight: 300;
}

body.publications-page
    .type2Sidebar
    .searchField
    > input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #fff;
    opacity: 1;
    font-size: 19px;
    font-weight: 300;
}

body.publications-page .type2Sidebar .searchField > input::placeholder {
    color: #fff;
    opacity: 1;
    font-size: 19px;
    font-weight: 300;
}

body.publications-page .type2Sidebar .searchField {
    position: relative;
}

body.publications-page .type2Sidebar .searchField:after {
    content: "\f002";
    font-family: "FontAwesome";
    color: #fff;
    position: absolute;
    right: 15px;
    top: 8px;
    font-size: 21px;
}

body.publications-page .type2Sidebar .resetfilters button {
    /* float: right; */
    margin-top: 15px;
    background: transparent;
    color: #fff;
    border: none;
}

body.publications-page .type2Sidebar .sidebarTitle {
    /* float: right; */
    width: 100%;
    display: block;
    margin-bottom: 25px;
}

body.publications-page .type2Sidebar .sidebarTitle h2,
body.publications-page .type2Sidebar .blogSidebar h3 {
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 1px;
}

body.publications-page .type2Sidebar .filterBtns a {
    font-size: 19px;
    color: #fff;
    font-weight: 300;
    border: none;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom: 5px;
}

body.publications-page .type2Sidebar .filterBtns {
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
}

.publications-page .col-lg-3 {
    z-index: 10;
}

.publications-page div#page-wrap > .section > .container {
    max-width: 100%;
    width: 80%;
}

.publications-page div#page-wrap > .section > .container .col-lg-9 .col-lg-9 {
    width: 100%;
}

.publications-page div#page-wrap > .section > .container > .row > .col-lg-9 {
    width: 78%;
}

.publications-page div#page-wrap > .section > .container > .row > .col-lg-3 {
    width: 22%;
}

.publications-page div#page-wrap > .section > .container .container {
    width: 100%;
    padding: 0px;
}

body.publications-page .type2Sidebar div#active_publication_filter span i {
    cursor: pointer;
}

body.publications-page .type2Sidebar .resetfilters {
    text-align: right;
    margin-top: 10px;
    margin-bottom: 10px;
}

body.publications-page .type2Sidebar div#active_publication_filter {
    color: #fff;
}

body.publications-page .type2Sidebar div#active_publication_filter span {
    display: block;
    text-align: left;
}

body.publications-page .type2Sidebar .sidebar-recent-post {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

body.publications-page .type2Sidebar .sidebar-recent-post .left {
    background: #001427;
    width: 70px;
    margin-right: 15px;
    color: #fff;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    padding-top: 4px;
    padding-bottom: 4px;
}

body.publications-page .type2Sidebar .sidebar-recent-post .right h4 {
    margin: 0px;
    color: #fff;
    font-size: 15px;
}

/* content */

body.publications-page .publication_item > .post {
    box-shadow: 0px 0px 10px #272d3b33;
    border-radius: 20px;
    background: #f9f9f9;
}
body.publications-page .publication_item .post__content-wrap {
    padding: 15px;
}

body.publications-page .publication_item .post__content-wrap .post__content {
    padding-bottom: 0px;
    padding-top: 15px;
}
body.publications-page .publication_item .post__content-wrap .post__content p {
    margin-bottom: 0px;
    font-size: 12px;
    color: #001427;
    line-height: 26px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

body.publications-page .publication_item .authorName img {
    width: 30px;
    height: 30px;
    object-fit: fill;
    border-radius: 50%;
}

body.publications-page .publication_item .authorName .authorAvatar {
    width: 30px;
    height: 30px;
    border-radius: 50%;
}
body.publications-page .publication_item .authorName {
    display: flex;
    align-items: center;
    margin-bottom: 0px;
    min-width: 125px;
}

body.publications-page .publication_item .authorName p {
    margin-bottom: 0px;
    color: #001427;
    font-size: 14px;
    font-weight: bold;
    margin-left: 10px;
}

body.publications-page .publication_item .post__content-wrap h3.post__title a {
    font-size: 15px;
    color: #001427;
}

body.publications-page #publication_list_item header.post__header {
    border: none;
    display: flex;
    column-gap: 20px;
    align-items: center;
}

body.publications-page .publication_item .post__content-wrap h3.post__title {
    margin-bottom: 0px;
    margin-top: -5px;
    position: relative;
}

body.publications-page
    .publication_item
    .post__content-wrap
    h3.post__title:before {
    content: "";
    height: 100%;
    width: 1px;
    background: #001427;
    display: block;
    position: absolute;
    top: 0px;
    left: -10px;
}

body.publications-page
    .publication_item
    .post__content-wrap
    .post__content
    p.publishedAt {
    margin-top: 15px;
    font-weight: 300;
}

body.publications-page .post__content {
    padding-top: 0px;
}

body.publications-page .publication_item {
    margin-bottom: 30px;
}

/* digital library page
============================================ */

/* sidebar */

body.digital-library-page .type2Sidebar {
    padding: 15px;
    border-radius: 15px;
    background-position: center;
}

body.digital-library-page .type2Sidebar .searchField > input {
    width: 100%;
    background: rgb(255 255 255 / 15%);
    border: none;
    color: #fff;
    height: 46px;
    border-radius: 15px;
    padding-left: 15px;
    color: #fff;
    opacity: 1;
    font-size: 19px;
    font-weight: 300;
}

body.digital-library-page
    .type2Sidebar
    .searchField
    > input::-webkit-input-placeholder {
    /* Edge */
    color: #fff;
    opacity: 1;
    font-size: 19px;
    font-weight: 300;
}

body.digital-library-page
    .type2Sidebar
    .searchField
    > input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #fff;
    opacity: 1;
    font-size: 19px;
    font-weight: 300;
}

body.digital-library-page .type2Sidebar .searchField > input::placeholder {
    color: #fff;
    opacity: 1;
    font-size: 19px;
    font-weight: 300;
}

body.digital-library-page .type2Sidebar .searchField {
    position: relative;
}

body.digital-library-page .type2Sidebar .searchField:after {
    content: "\f002";
    font-family: "FontAwesome";
    color: #fff;
    position: absolute;
    right: 15px;
    top: 8px;
    font-size: 21px;
}

body.digital-library-page .type2Sidebar .resetfilters button {
    /* float: right; */
    margin-top: 15px;
    background: transparent;
    color: #fff;
    border: none;
}

body.digital-library-page .type2Sidebar .sidebarTitle {
    /* float: right; */
    width: 100%;
    display: block;
    margin-bottom: 25px;
}

body.digital-library-page .type2Sidebar .sidebarTitle h2,
body.digital-library-page .type2Sidebar .blogSidebar h3 {
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 1px;
}

body.digital-library-page .type2Sidebar .filterBtns a {
    font-size: 19px;
    color: #fff;
    font-weight: 300;
    border: none;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom: 5px;
    text-align: initial;
}

body.digital-library-page .type2Sidebar .filterBtns {
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
}

body.digital-library-page .type2Sidebar .resetfilters {
    text-align: right;
    margin-top: 10px;
    margin-bottom: 10px;
}

body.digital-library-page .type2Sidebar .resetfilters > div {
    color: #fff;
}

body.digital-library-page .type2Sidebar .resetfilters > div span {
    display: block;
    text-align: left;
}

body.digital-library-page .type2Sidebar .resetfilters > div span i {
    cursor: pointer;
}

body.digital-library-page .type2Sidebar .sidebar-recent-post {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

body.digital-library-page .type2Sidebar .sidebar-recent-post .left {
    background: #001427;
    width: 70px;
    margin-right: 15px;
    color: #fff;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    padding-top: 4px;
    padding-bottom: 4px;
}

body.digital-library-page .type2Sidebar .sidebar-recent-post .right h4 {
    margin: 0px;
    color: #fff;
    font-size: 15px;
}

/* content */

.digital-library-page .dLibrady_list {
    padding: 0px;
}

.digital-library-page .post__content {
    padding: 0px;
}

.digital-library-page .col-lg-3 {
    z-index: 10;
}

.digital-library-page div#page-wrap > .section > .container {
    max-width: 100%;
    width: 100%;
}

.digital-library-page div#page-wrap > .section > .container .page-filters {
    border-radius: 16px;
}

@media (min-width: 1601px) {
    .digital-library-page div#page-wrap > .section > .container {
        width: 80%;
    }
    .digital-library-page div#page-wrap > .section > .container .page-filters {
        border-radius: 999px;
    }
}

.digital-library-page
    div#page-wrap
    > .section
    > .container
    .col-lg-9
    .col-lg-9 {
    width: 100%;
}

.digital-library-page div#page-wrap > .section > .container > .row > .col-lg-9 {
    width: 78%;
}

.digital-library-page div#page-wrap > .section > .container > .row > .col-lg-3 {
    width: 22%;
}

.digital-library-page div#page-wrap > .section > .container .container {
    max-width: 100%;
    width: 100%;
    padding: 0px;
}

.digital-library-page .dLibrady_item > .post {
    box-shadow: 0px 0px 10px #272d3b33;
    border-radius: 20px;
    background: #f9f9f9;
}
.digital-library-page .dLibrady_item .post__content-wrap {
    padding: 15px;
}

.digital-library-page .dLibrady_item .post__content-wrap .post__content1 {
    padding-bottom: 0px;
    padding-top: 15px;
}
.digital-library-page .dLibrady_item .post__content-wrap .post__content p {
    margin-bottom: 0px;
    font-size: 12px;
    color: #001427;
    line-height: 26px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.digital-library-page .dLibrady_item .authorName img {
    width: 30px;
    height: 30px;
    object-fit: fill;
    border-radius: 50%;
}

.digital-library-page .dLibrady_item .authorName .authorAvatar {
    width: 30px;
    height: 30px;
    border-radius: 50%;
}
.digital-library-page .dLibrady_item .authorName {
    display: flex;
    align-items: center;
    margin-bottom: 0px;
}

.digital-library-page .dLibrady_item .authorName p {
    margin-bottom: 0px;
    color: #001427;
    font-size: 14px;
    font-weight: bold;
    margin-left: 10px;
}

.digital-library-page .dLibrady_item .post__content-wrap h3.post__title a {
    font-size: 15px;
    color: #001427;
}

.digital-library-page .dLibrady_item header.post__header {
    border: none;
    display: flex;
    column-gap: 20px;
    align-items: center;
}

.digital-library-page .dLibrady_item .post__content-wrap h3.post__title {
    margin-bottom: 0px;
    position: relative;
    display: flex;
}

.digital-library-page .dLibrady_item .post__content-wrap h3.post__title:before {
    content: "";
    height: 100%;
    width: 1px;
    background: #001427;
    display: block;
    position: absolute;
    top: 0px;
    left: -10px;
}

.digital-library-page
    .dLibrady_item
    .post__content-wrap
    .post__content1
    .publishedAt {
    margin-top: 15px;
    font-size: 12px;
    font-weight: 300;
}

.digital-library-page .dLibrady_item {
    margin-bottom: 30px;
}

.digital-library-page
    .dLibrady_item
    .post__content-wrap
    .post__content1
    .publishedAt
    span {
    font-weight: 300;
}

.digital-library-page .atCategory {
    font-size: 12px;
    font-weight: 300;
}

.digital-library-page .atCategory span {
    font-weight: 300;
}

/* events page
============================================================ */

/* sidebar */

body.events-page .type1Sidebar {
    padding: 15px;
    border-radius: 15px;
    background-position: center;
}

body.events-page .type1Sidebar .searchField > input {
    width: 100%;
    background: rgb(255 255 255 / 15%);
    border: none;
    color: #fff;
    height: 46px;
    border-radius: 15px;
    padding-left: 15px;
    color: #fff;
    opacity: 1;
    font-size: 19px;
    font-weight: 300;
}

body.events-page .type1Sidebar .searchField > input::-webkit-input-placeholder {
    /* Edge */
    color: #fff;
    opacity: 1;
    font-size: 19px;
    font-weight: 300;
}

body.events-page .type1Sidebar .searchField > input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #fff;
    opacity: 1;
    font-size: 19px;
    font-weight: 300;
}

body.events-page .type1Sidebar .searchField > input::placeholder {
    color: #fff;
    opacity: 1;
    font-size: 19px;
    font-weight: 300;
}

body.events-page .type1Sidebar .searchField {
    position: relative;
}

body.events-page .type1Sidebar .searchField:after {
    content: "\f002";
    font-family: "FontAwesome";
    color: #fff;
    position: absolute;
    right: 15px;
    top: 8px;
    font-size: 21px;
}

body.events-page .type1Sidebar .resetfilters button {
    /* float: right; */
    margin-top: 15px;
    background: transparent;
    color: #fff;
    border: none;
}

body.events-page .type1Sidebar .sidebarTitle {
    /* float: right; */
    width: 100%;
    display: block;
    margin-bottom: 25px;
}

body.events-page .type1Sidebar .sidebarTitle h2,
body.events-page .type1Sidebar h3 {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 1px;
}

body.events-page .type1Sidebar .filterBtns button {
    font-size: 18px;
    color: #fff;
    font-weight: 300;
    border: none;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-radius: 10px;
}

body.events-page .type1Sidebar .filterBtns {
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
}

.filterBtns .filterBtn .filterByType {
    background: rgb(255 255 255 / 15%);
    color: #fff !important;
    transition: 0.35s ease all;
    box-shadow: none;
    font-size: 15px !important;
}

.filterBtns .filterBtn .filterByType.active {
    background: #fff;
    color: #001427 !important;
}

body.events-page .type1Sidebar .resetfilters {
    text-align: right;
    margin-top: 10px;
    margin-bottom: 10px;
}

body.events-page .type1Sidebar .resetfilters > div {
    color: #fff;
}

body.events-page .type1Sidebar .resetfilters > div span {
    display: block;
    text-align: left;
}

body.events-page .type1Sidebar .sidebar-recent-post {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

body.events-page .type1Sidebar .sidebar-recent-post .left {
    background: #001427;
    min-width: 70px;
    margin-right: 15px;
    color: #fff;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    padding-top: 4px;
    padding-bottom: 4px;
}

body.events-page .type1Sidebar .sidebar-recent-post .right h4 {
    margin: 0px;
    color: #fff;
    font-size: 15px;
}

.sidebar-recent {
    margin-bottom: 30px;
}

.searchField > input {
    padding-right: 42px;
}

/* content */

.events-page div#page-wrap > .contentSection > .container {
    max-width: 100%;
    width: 80%;
}

.events-page div#page-wrap > .contentSection > .container > .row > .col-lg-3 {
    width: 22%;
}

.events-page
    div#page-wrap
    > .contentSection
    > .container
    > .row
    > .col-lg-3
    .page-sidebar {
    height: 100%;
}

.events-page div#page-wrap > .contentSection > .container > .row > .col-lg-9 {
    width: 77%;
    box-shadow: 0px 8px 24px #00000029;
    border-radius: 21px;
    padding-bottom: 20px;
    margin-left: 1%;
}

.events-page .calendarSection .col-lg-9 {
    width: 100%;
    padding: 10px 20px;
}

.events-page .calendarSection .container {
    width: 100%;
    padding: 0px;
}

.events-page .calendarSection .col-lg-9 table {
    border-radius: 6px;
}

.events-page .calendarSection .col-lg-9 table thead,
.events-page .calendarSection .col-lg-9 table thead tr,
.events-page .calendarSection .col-lg-9 table th {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.events-page .calendarSection .col-lg-9 table tbody {
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}

.events-page .calendarSection .col-lg-9 table tbody tr {
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}

.events-page .calendarSection .col-lg-9 table tbody tr td {
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}

.events-page .calendarSection .col-lg-9 table th {
    background: #001427;
    border-color: #001427;
    padding-top: 4px;
    padding-bottom: 4px;
}

.events-page .calendarSection .col-lg-9 table th a {
    color: #fff !important;
}

.events-page .calendarSection .col-lg-9 table td.fc-day-today {
    background: #ddd;
}

.events-page .fc-daygrid-day-number {
    color: #001427 !important;
    font-weight: bold;
}

.events-page button.fc-prev-button.fc-button.fc-button-primary {
    background: transparent;
    color: #001427;
    border-color: #001424;
    transition: 0.35s ease all;
}

.events-page button.fc-prev-button.fc-button.fc-button-primary:hover {
    background: #001427;
    color: #fff;
}

.events-page button.fc-next-button.fc-button.fc-button-primary {
    background: transparent;
    color: #001427;
    border-color: #001424;
    transition: 0.35s ease all;
}

.events-page button.fc-next-button.fc-button.fc-button-primary:hover {
    background: #001427;
    color: #fff;
}

.events-page button.fc-today-button.fc-button.fc-button-primary:disabled {
    background: #707070;
    color: #fff;
    border-color: #707070;
}

.events-page button.fc-today-button.fc-button.fc-button-primary {
    background: #001427;
    color: #fff;
    opacity: 1;
    border-color: #001427;
}

.events-page .fc-toolbar-title {
    font-size: 21px !important;
    color: #001427;
}

/* second header style
====================================================== */

header.page-header.header2 {
    height: 90px;
    background: transparent;
}

header.page-header.header2 > .container {
    padding-left: 12px;
    padding-right: 12px;
}

header.page-header.header2 .language-wrapper .btn {
    border: none;
    background: none;
    margin-bottom: 0;
    height: 40px;
    border-radius: 0 !important;
}

.header2 .language-wrapper .btn img {
    margin-bottom: 5px;
}

.header2 .language-wrapper .dropdown span.caret {
    top: 9px;
}

/* forum page
====================================================== */

.forums-page header.page-header.header2 {
    background: #fafaee !important;
}

.forums-page header {
    background: #001427;
}

.forums-page header .container {
    max-width: 100%;
    width: 80%;
}

.forums-page .language-wrapper {
    display: flex;
    align-items: center;
}

.language-wrapper .dropdown-menu li img {
    margin: 0;
    width: 30px;
}

.forums-page .language-wrapper .dropdown span.caret {
    position: relative;
    top: 8px;
}

.forums-page .language-wrapper .dropdown {
    position: relative;
}

.forums-page div#chatter_app div#header {
    height: 410px;
    background-position: center center !important;
    background-size: cover !important;
    margin-top: -108px;
    padding: 0px;
    z-index: -1;
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.forums-page div#chatter_app div#header .bg-overlay {
    background: rgb(0, 20, 39);
    background: linear-gradient(
        90deg,
        rgba(0, 20, 39, 1) 30%,
        rgba(0, 20, 39, 0.17970938375350143) 100%
    );
    opacity: 1 !important;
}

.forums-page div#chatter_app div#header .container {
    justify-content: center;
}

.forums-page .headerInner h1 {
    color: #fff;
    font-size: 45px;
    font-weight: 700;
    font-family: "Roboto";
}

.forums-page .headerInner {
    text-align: left;
}

.forums-page .headerInner p {
    text-align: left;
    color: #fff;
    font-size: 20px;
    font-weight: 300;
}

.forums-page .container.innerCont {
    margin: 0 auto;
    display: flex;
    max-width: 100%;
    width: 80%;
}

.forums-page .container.innerCont .sidebar {
    width: 22%;
}

.forums-page .container.innerCont .content {
    width: 78%;
}

.forums-page .newDiscusBtn > div {
    background: #001427;
    color: #fff;
    font-weight: 300;
    font-size: 17px;
    border-color: #001427;
    border-radius: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: left;
    transition: 0.35s ease all;
    display: flex;
    justify-content: space-between;
}

.forums-page .newDiscusBtn > div:hover {
    background: transparent;
    color: #001427;
}

.forums-page .newDiscusBtn > div:after {
    content: "\f086";
    font-family: "FontAwesome";
}

.forums-page .categories .catColor {
    width: 16px;
    height: 16px;
    box-shadow: 0px 0px 5px rgb(0 20 39 / 18%);
}

.forums-page .categories a {
    font-size: 17px;
    color: #001427;
    font-weight: 300;
}

.forums-page .categories a.router-link-active {
    font-weight: 700;
}

.forums-page .newDiscusBtn {
    padding-bottom: 22px;
}

.forums-page .container.innerCont .content .conTitle {
    font-size: 17px;
    color: #001427;
    padding-top: 12px;
    padding-bottom: 12px;
    margin-bottom: 30px;
}

.forums-page .discussionExist {
    background: #f9f9f9;
    border-radius: 15px;
    /* padding: 50px 20px; */
    padding-left: 20px;
    padding-right: 20px;
}

.forums-page .discussionExist > div:first-child {
    padding-top: 50px;
}

.forums-page .discussionExist > div:last-child {
    padding-bottom: 50px;
}

.forums-page .discItem h4 {
    color: #001427;
}

.forums-page .discItem .discInfo .discInfo-user {
    color: #001427;
    margin-right: 10px;
    display: flex;
    align-items: center;
    height: 20px;
}

.forums-page .discItem .discInfo {
    display: flex;
    align-items: baseline;
}

.forums-page .discItem .discInfo-timeago {
    font-size: 14px;
    margin-left: 10px;
    margin-right: 10px;
}

.forums-page .discItem .leading-none {
    color: #001427;
    font-size: 14px;
}

.forums-page .discItem svg path {
    opacity: 1;
}

.forums-page .discItem:hover {
    background: #fff;
    box-shadow: 0px 0px 5px rgb(0 20 39 / 7%);
}

.forums-page .discItem {
    transition: 0.35s ease all;
    box-shadow: 0px 0px 5px #00142700;
}

.newDiscussModal .modal-content {
    background: linear-gradient(
        0deg,
        rgba(0, 20, 39, 0.7) -26%,
        rgba(0, 20, 39, 1) 100%
    );
    border-radius: 15px;
    background-color: #88a93e;
    margin-top: 42px;
}

.newDiscussModal .modal-content .modal-header p {
    color: #fff;
    font-size: 25px;
    font-weight: 300;
}

.newDiscussModal .modal-close {
    transform: scale(1.5);
}

.newDiscussModal .modal-body input {
    background: rgb(255 255 255 / 22%);
    border: none;
    height: 46px;
    border-radius: 15px;
    padding-left: 15px;
    color: #fff;
    opacity: 1;
    font-size: 19px;
    font-weight: 300;
    padding-right: 15px;
    z-index: 10;
}

.newDiscussModal .modal-body select {
    background: rgb(255 255 255 / 22%);
    border: none;
    height: 46px;
    border-radius: 15px;
    padding-left: 15px;
    color: #fff;
    opacity: 1;
    font-size: 19px;
    font-weight: 300;
    padding-right: 15px;
}

.newDiscussModal .pointer-events-none:before {
    content: "\f0d7";
    color: #fff;
    font-family: "FontAwesome";
    font-size: 20px;
}

.newDiscussModal .modal-body select option {
    color: #001427;
}

.newDiscussModal .modal-body select:focus {
    box-shadow: none;
}

.newDiscussModal .modal-body input:focus {
    box-shadow: none;
}

.newDiscussModal label {
    color: #fff;
    font-weight: 300;
    font-size: 14px;
    z-index: 1;
    transition: 0.35s ease all;
    padding: 0px;
    margin-bottom: 8px;
    display: block;
    padding-left: 15px;
}

.newDiscussModal .modal-header {
    margin-bottom: 15px;
}

.newDiscussModal .editorbar {
    background: rgb(255 255 255 / 22%);
    border-top-left-radius: 0.2rem;
    border-top-right-radius: 0.2rem;
}

.newDiscussModal .editor .ProseMirror p {
    color: #fff;
}

.newDiscussModal .editor {
    border: 2px solid rgb(255 255 255 / 22%);
    border-top-width: 1px;
}

.newDiscussModal {
    border-radius: 15px;
    background: transparent;
}

.newDiscussModal .modal-footer .cancel {
    border-radius: 12px;
    background: #fff;
    color: #001427;
    text-transform: uppercase;
}

.newDiscussModal .modal-footer .submit {
    border-radius: 12px;
    background: #88a93e;
    color: #fff;
    text-transform: uppercase;
    transition: 0.35s ease all;
}

.newDiscussModal .modal-footer .submit:hover {
    background: #001427;
    color: #fff;
}

.forums-page .disc-question {
    border-radius: 15px;
    background: #f9f9f9;
}

.forums-page .reactionBtn {
    justify-content: end;
    padding-right: 20px;
    position: relative;
}

.forums-page .reactionsCont {
    left: auto;
    right: 0px;
    margin-left: 0px !important;
    margin-right: 0rem;
    bottom: -15px;
    background: #001427;
    color: #fff;
}

.forums-page .disc-answer .reactionsCont {
    right: auto;
}

.forums-page .reactionsCont .cursor-pointer:before,
.reactionsCont .cursor-pointer:after {
    border-color: #fff;
    background-color: #fff !important;
}

.forums-page .reactionsCont .cursor-pointer {
    opacity: 1;
}

.forums-page .reactionBtn > div > div:not(.reactionsCont) {
    background: #001427;
    font-size: 26px;
    position: relative;
    color: transparent;
    transition: 0.35s ease all;
}

.forums-page .reactionBtn > div > div:not(.reactionsCont):before {
    content: "\2b";
    color: #fff;
    position: absolute;
    top: -2px;
}

.forums-page .reactionBtn > div > div:not(.reactionsCont):hover {
    background: #88a93e;
}

.forums-page .reactionAdded {
    border: 1px solid rgb(0 20 39 / 50%);
    background: transparent;
    box-shadow: inset 0px 0px 3px 1px rgb(0 20 39 / 44%);
}

.forums-page .reactionAdded span {
    color: #001427;
    font-weight: bold;
}

.forums-page .disc-question h4 {
    color: #001427;
}

.forums-page .disc-question .post.body {
    color: #001427;
}

.forums-page .submitAnswer {
    border-radius: 12px;
    background: #001427;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 300;
    font-size: 19px;
    width: auto;
    padding: 12px 50px;
    margin-top: 10px;
    transition: 0.35s ease all;
}

.forums-page .submitAnswer:hover {
    background: rgb(0 20 39 / 70%);
}

.forums-page .disc-answer {
    padding-left: 5%;
}

.forums-page .answerEditor {
    padding-left: 5%;
    margin-top: 50px;
}

.forums-page .disc-answer:last-child .border-t {
    display: none;
}

.forums-page .reactionsCont .reactionsCont-title {
    font-size: 11px;
}

.forums-page .disc-answer .saveAnswer {
    cursor: pointer;
}

.forums-page .disc-answer .cancelAnswer {
    cursor: pointer;
}

/* 404 page
========================================================= */

.page404Container .container {
    max-width: 100%;
    width: 80%;
}

.page404Container .left {
    display: flex;
    align-items: center;
}

.page404Container .left .error-code {
    font-size: 41px;
    font-weight: 700;
    color: #001427;
}

.page404Container .left .error-border {
    max-width: 236px;
    width: 100%;
    height: 8px;
    border-radius: 50px;
    margin-top: 5px;
}

.page404Container .left p.description404 {
    font-size: 32px;
    color: #001427;
    font-weight: 700;
    padding-right: 5%;
    line-height: 38px;
}

.page404Container .left .page-content.error-page a {
    background: #88a93e;
    color: #fff;
    font-size: 17px;
    padding: 10px 35px;
    border-radius: 30px;
    display: inline-block;
    margin-top: 30px;
    transition: 0.35s ease all;
}

.page404Container .left .page-content.error-page a:hover {
    background: #001427;
    color: #fff;
}

/* register page
======================================================== */

.register-page .loginContainer {
    display: none;
}

.register-page .loginRegisterPageHeaderInner.page-header__right {
    width: 14%;
}

.register-page .loginRegisterPageHeaderInner.page-header__center {
    width: 68%;
}

.register-page header .container {
    width: 100%;
    max-width: 80%;
}

.register-page {
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.register-page main.registerContent {
    max-width: 78%;
    width: 100%;
    margin: 0 auto;
    display: flex;
    height: calc(100vh - 110px);
    align-items: center;
    margin-top: -110px;
    padding-top: 80px;
}

.register-page .registerContentInner .registerTitle h1 {
    font-size: 41px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 0px;
}

.register-page .registerContentInner .registerTitle {
    margin-bottom: 40px;
}

.register-page p.loginLink {
    color: #fff;
    font-size: 19px;
    font-weight: 300;
    margin-bottom: 30px;
}

.register-page p.loginLink a {
    color: #88a93e;
}

.register-page .register-form div.fieldContainer input:autofill {
    background: #fff;
    color: #001427;
}

.register-page .register-form div.fieldContainer input:-webkit-autofill {
    background: #fff;
    color: #001427;
}

.register-page .register-form div.fieldContainer input {
    width: 100%;
    background: rgb(255 255 255 / 15%);
    border: none;
    height: 60px;
    border-radius: 15px;
    padding-left: 15px;
    color: #fff;
    opacity: 1;
    font-size: 15px;
    font-weight: 300;
    z-index: 10;
    padding-right: 50px;
}

.register-page .register-form div.fieldContainer select {
    width: 100%;
    background: rgb(255 255 255 / 15%);
    border: none;
    height: 60px;
    border-radius: 15px;
    padding-left: 15px;
    color: #fff;
    opacity: 1;
    font-size: 15px;
    font-weight: 300;
    z-index: 10;
    padding-right: 50px;
    -moz-appearance: none; /* Firefox */
    -webkit-appearance: none; /* Safari and Chrome */
    appearance: none;
}

.register-page .register-form div.fieldContainer select:focus {
    outline: none;
}

.register-page .register-form div.fieldContainer select option {
    color: #001427;
}

.register-page .registerContentInner {
    max-width: 536px;
    width: 100%;
}

.register-page .register-form div.fieldContainer label {
    color: #fff;
    font-weight: 300;
    font-size: 15px;
    transform: translateY(36px);
    padding-left: 15px;
    z-index: 1;
    transition: 0.35s ease all;
    display: inline-block;
}

.register-page .actionsContainer button {
    background: #88a93e;
    font-size: 20px;
    color: #fff;
    padding: 12px 40px 15px 40px;
    border-radius: 15px;
    width: 100%;
    transition: 0.35s ease all;
}

.register-page .flex.flex-wrap.actionsContainer {
    justify-content: end;
    margin-top: 30px;
    float: right;
    width: 50%;
}

.register-page .actionsContainer button:hover {
    background: #fff;
    color: #001427;
}

.register-page .register-form div.fieldContainer.active label {
    transform: translateY(16px) translateX(-19%) scale(0.6);
    /* color: rgb(255 255 255 / 50%); */
    color: #fff;
}

.register-page .register-form .fieldContainer {
    flex-direction: column;
}

.register-page .fieldWrapper {
    z-index: 10;
}

.register-page .passWrapper {
    z-index: 10;
}

.register-page .loginRegisterPageHeaderInner.page-header__right .dropdown {
    position: relative;
}

.register-page .fieldWrapper i {
    color: #fff;
    font-family: "FontAwesome" !important;
    font-style: inherit;
    font-size: 20px;
    position: absolute;
    right: 20px;
    top: 20px;
}

.register-page .fieldWrapper {
    position: relative;
}

.register-page .passWrapper {
    position: relative;
}

.register-page .passWrapper i.visible:before {
    content: "\f070";
}

.register-page div#hubTypeGroup {
    border-radius: 15px;
    position: relative;
}

.register-page div#hubTypeGroup:after {
    content: "\f078";
    color: #fff;
    font-family: "FontAwesome";
    position: absolute;
    right: 18px;
    top: 50%;
    font-size: 22px;
    margin-top: -12px;
}

.register-page .help-block {
    color: red;
    position: relative;
    top: 10px;
}

.register-page .register-form #hubTypeGroup label {
    transform: none;
    position: absolute;
    top: 50%;
    margin-top: -9px;
    left: 0px;
}

.register-page .register-form #hubTypeGroup {
    margin-top: 26px;
}

.register-page .register-form #hubTypeGroup.active label {
    font-size: 10px;
    margin-top: -28px;
    left: -5px;
}

.register-page div#first_nameGroup {
    max-width: 49%;
    width: 100%;
    float: left;
    margin-right: 1%;
}

.register-page div#last_nameGroup {
    max-width: 49%;
    width: 100%;
    float: left;
    margin-left: 1%;
}

.register-page div#passwordGroup {
    max-width: 49%;
    width: 100%;
    float: left;
    margin-right: 1%;
}

.register-page div#passwordConfirmationGroup {
    max-width: 49%;
    width: 100%;
    float: left;
    margin-left: 1%;
}

/* reset password send link
=========================================================== */

.reset-page header .container {
    width: 100%;
    max-width: 80%;
}

.reset-page {
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.reset-page main.resetContent {
    max-width: 78%;
    width: 100%;
    margin: 0 auto;
    display: flex;
    height: calc(100vh - 110px);
    align-items: center;
    margin-top: -110px;
}

.reset-page .resetContentInner .authTitle h1 {
    font-size: 41px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 0px;
}

.reset-page .resetContentInner .authTitle {
    margin-bottom: 40px;
}

.reset-page p.resetLink {
    color: #fff;
    font-size: 19px;
    font-weight: 300;
    margin-bottom: 40px;
}

.reset-page p.resetLink a {
    color: #88a93e;
}

.reset-page .resetForm div.fieldContainer input {
    width: 100%;
    background: rgb(255 255 255 / 15%);
    border: none;
    height: 60px;
    border-radius: 15px;
    padding-left: 15px;
    color: #fff;
    opacity: 1;
    font-size: 15px;
    font-weight: 300;
    z-index: 10;
    padding-right: 50px;
}

.reset-page .resetContentInner {
    max-width: 536px;
    width: 100%;
}

.reset-page .resetForm div.fieldContainer label {
    color: #fff;
    font-weight: 300;
    font-size: 15px;
    transform: translateY(36px);
    padding-left: 15px;
    z-index: 1;
    transition: 0.35s ease all;
}

.reset-page .actionsContainer button {
    background: #88a93e;
    font-size: 20px;
    color: #fff;
    padding: 12px 40px 15px 40px;
    border-radius: 15px;
    width: 100%;
    transition: 0.35s ease all;
}

.reset-page .flex.flex-wrap.actionsContainer {
    justify-content: end;
    margin-top: 30px;
}

.reset-page .actionsContainer button:hover {
    background: #fff;
    color: #001427;
}

.reset-page .resetForm div.fieldContainer.active label {
    transform: translateY(16px) translateX(-19%) scale(0.6);
    /* color: rgb(255 255 255 / 50%); */
    color: #fff;
}

.reset-page .resetForm .fieldContainer {
    flex-direction: column;
}

.reset-page .emailqrapper {
    z-index: 10;
}

.reset-page .loginRegisterPageHeaderInner.page-header__right .dropdown {
    position: relative;
}

.reset-page .emailqrapper i {
    color: #fff;
    font-family: "FontAwesome" !important;
    font-style: inherit;
    font-size: 20px;
    position: absolute;
    right: 20px;
    top: 20px;
}

.reset-page .emailqrapper {
    position: relative;
}

.reset-page .response {
    background: #fff;
    border-color: #001427;
    color: #001427;
}

.reset-page .emailqrapper {
    position: relative;
}

.reset-page .passwrapper {
    position: relative;
}

.reset-page .passwrapper i {
    color: #fff;
    font-family: "FontAwesome";
    font-style: inherit;
    font-size: 20px;
    position: absolute;
    right: 20px;
    top: 20px;
    cursor: pointer;
}

.reset-page .passwrapper i.visible:before {
    content: "\f070";
}

/* simple search page
====================================================== */

body.simple-search-page .sectionContainer select {
    height: 40px;
    border-radius: 5px;
    padding: 0.375rem 0.75rem;
    border: 3px solid #a6cbf3;
    font-size: 16px;
    color: #868e96;
    /* appearance: auto; */
    /* -webkit-appearance: auto; */
    -moz-appearance: auto;
}

body.simple-search-page
    .sectionContainer
    span.select2-selection.select2-selection--single {
    height: 40px;
    border-radius: 5px;
    padding: 0.375rem 0.75rem;
    border: 3px solid #a6cbf3;
    font-size: 16px;
    color: #868e96;
}

body.simple-search-page .sectionContainer label {
    font-size: 16px;
    color: #001427;
    font-weight: 300;
    margin-bottom: 10px;
}

body.simple-search-page span#select2-users-container {
    font-size: 16px;
    color: #868e96;
    line-height: inherit;
    padding: 0px;
}

body.simple-search-page span.select2-dropdown {
    border: 3px solid #a6cbf3;
}

body.simple-search-page
    .select2-container--default
    .select2-results__option--selected {
    background-color: #a6cbf3;
}

body.simple-search-page
    .select2-container--default
    .select2-selection--single
    .select2-selection__arrow {
    height: 40px;
    right: 5px;
}

body.simple-search-page .sectionContainer .col-6,
body.simple-search-page .sectionContainer .col-12 {
    margin-bottom: 25px;
}

body.simple-search-page .sectionContainer > .container {
    padding: 0px;
}

body.simple-search-page span.select2.select2-container {
    width: 100% !important;
}

body.simple-search-page span.select2-selection.select2-selection--multiple {
    height: 40px;
    border-radius: 5px;
    border: 3px solid #a6cbf3;
    font-size: 16px;
    color: #868e96;
}

body.simple-search-page
    .select2-container--default
    .select2-selection--multiple
    .select2-selection__choice {
    background: #a6cbf3;
    /* border-color: #001427; */
    color: #001427;
    border-radius: 5px;
    font-size: 14px;
    margin-top: 5px;
    padding: 2px 5px 2px 20px;
    border: navajowhite;
}

body.simple-search-page
    .select2-container--default
    .select2-selection--multiple
    .select2-selection__choice__remove {
    height: 24px;
    color: #fff;
    border-color: #001427;
    background: #001424;
}

body.simple-search-page
    .select2-container--default
    .select2-selection--multiple
    .select2-selection__choice__display {
    position: relative;
    top: 0px;
    font-size: 12px;
}

body.simple-search-page .sectionContainer .fromTo {
    display: flex;
    column-gap: 24px;
}

body.simple-search-page .sectionContainer .fromTo > .form-group {
    width: 50%;
}

body.simple-search-page .sectionContainer .fromTo input {
    height: 40px;
    border-radius: 5px;
    border: 1px solid #e0e0e0;
}

body.simple-search-page div#user-table_wrapper {
    margin-top: 60px;
}

body.simple-search-page div#user-table_wrapper .dt-buttons {
    float: none;
}

body.simple-search-page table#user-table {
    margin-top: 20px;
    margin-bottom: 10px;
}

body.simple-search-page div#user-table_info {
    display: flex;
    align-items: center;
    padding-top: 4px;
}

body.simple-search-page div#user-table_paginate {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

body.simple-search-page div#user-table_filter input {
    height: 40px;
    min-width: 300px;
}

body.simple-search-page div#user-table_wrapper .dt-buttons button {
    height: 40px;
    background: #1d6f42;
    color: #fff;
    border: none;
    margin-bottom: 0px;
    margin-top: 23px;
}

body.simple-search-page table#user-table th {
    border-bottom: none;
    background: #a6cbf3;
    color: #001427;
    font-size: 13px;
    max-width: 170px;
}

body.simple-search-page table#user-table tbody tr:nth-child(even) {
    background: rgb(166 203 243 / 30%);
}

body.simple-search-page table#user-table tbody td {
    border: 1px solid rgb(224 224 224 / 40%);
    color: #001427;
    font-size: 12px;
    font-weight: 300;
    vertical-align: middle;
}

body.simple-search-page table#user-table tbody td ul {
    padding-left: 10px;
}

body.simple-search-page li.paginate_button.page-item:hover,
body.simple-search-page li.paginate_button.page-item:focus,
body.simple-search-page li.paginate_button.page-item:active {
    background: transparent !important;
    border-color: transparent !important;
    box-shadow: none;
}

body.simple-search-page li.paginate_button.page-item {
    padding: 0.5em 2px;
}

body.simple-search-page .page-item.active .page-link {
    background: #001427 !important;
    border-color: #001427;
    color: #fff;
}

body.simple-search-page .page-item .page-link {
    color: #001427;
}

.reset-filter-btn button {
    float: inline-end;
}
body.simple-search-page table#user-table {
    border-bottom: none;
}

body.simple-search-page #user-table_wrapper > .row > .col-sm-12.col-md-5 {
    width: 100%;
    display: flex;
    justify-content: end;
}

body.simple-search-page #user-table_wrapper > .row > .col-sm-12.col-md-7 {
    width: 100%;
}

body.simple-search-page #user-table_wrapper > .row {
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
    align-items: center;
}

body.simple-search-page #user-table_wrapper > .row > .col-sm-12 {
    padding: 0px;
}

body.simple-search-page div#user-table_length label {
    display: flex;
    align-items: center;
    column-gap: 10px;
    margin-bottom: 0px;
    margin-top: 20px;
}

body.simple-search-page .reset-filter-btn-wrapper button {
    background: #e9ecef;
    color: #001427 !important;
    padding-left: 25px;
    padding-right: 25px;
    text-transform: uppercase;
    transition: 0.35s ease all;
}

body.simple-search-page .reset-filter-btn {
    display: inline;
    margin-right: 0.5rem;
}

body.simple-search-page .reset-filter-btn-wrapper {
    text-align: right;
}

body.simple-search-page .reset-filter-btn-wrapper button:hover {
    background: rgb(233 236 239 / 65%);
}

/* search modal */

body.simple-search-page #searchModal .modal-header .modal-title {
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 700;
}

body.simple-search-page #searchModal .modal-header {
    background: #a6cbf3;
}

body.simple-search-page #searchModal .modal-header button.close {
    width: 25px;
    height: 25px;
    background: transparent;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

body.simple-search-page #searchModal .modal-header button.close span {
    font-size: 34px;
}

body.simple-search-page #searchModal .modal-body .modal-desc span {
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 6px;
    display: inline-block;
}

body.simple-search-page #searchModal .modal-body .modal-desc p {
    font-size: 14px;
    color: #001427;
    margin-bottom: 30px;
}

body.simple-search-page #searchModal .modal-body table tr:nth-child(odd) {
    background: rgb(166 203 243 / 30%);
}

body.simple-search-page #searchModal .modal-body table td,
#searchModal .modal-body table th {
    border: none;
    color: #001427;
    vertical-align: middle;
    padding-top: 10px;
    padding-bottom: 10px;
}

body.simple-search-page div.dataTables_processing {
    box-shadow: 0px 0px 12px 6px #001427;
    z-index: 9;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 16px;
    letter-spacing: 1px;
    background: #001427d9;
    color: #fff !important;
}

body.simple-search-page #searchModal .modal-body table th {
    font-weight: bold;
}

/* mobile sidebar
====================================================== */

.mobileSidebar .owl-item {
    display: inline-block;
}

.mobileSidebar .sidebar-recent {
    overflow: hidden;
}

.mobileSidebar .sidebar-recent-post {
    justify-content: left;
    margin-bottom: 0px;
}

.mobileSidebar .sidebar-recent-posts {
    max-width: 100%;
    margin: 0 auto;
    position: relative;
}

.mobileSidebar .owl-nav {
    position: absolute;
    top: -38px;
    right: 0px;
}

.mobileSidebar .sidebar-recent-posts button.owl-prev {
    width: 30px;
    height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: none;
    background: transparent;
    padding: 0px;
}

.mobileSidebar .sidebar-recent-posts button.owl-prev span {
    display: none;
}

.mobileSidebar .sidebar-recent-posts button.owl-prev:before {
    content: "\f104";
    font-family: "FontAwesome";
    color: #fff;
    font-size: 30px;
}

.mobileSidebar .sidebar-recent-posts button.owl-next {
    width: 30px;
    height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: none;
    background: transparent;
    padding: 0px;
}

.mobileSidebar .sidebar-recent-posts button.owl-next span {
    display: none;
}

.mobileSidebar .sidebar-recent-posts button.owl-next:before {
    content: "\f105";
    font-family: "FontAwesome";
    font-size: 30px;
    color: #fff;
}

.mobileSidebar {
    padding: 15px;
    border-radius: 15px;
    background-position: bottom;
    padding-top: 60px;
    position: relative;
    overflow: hidden;
    transition: 0.35s ease all;
    margin-bottom: 30px;
    display: none !important;
}

.mobileSidebar .searchField > input {
    width: 100%;
    background: rgb(255 255 255 / 15%);
    border: none;
    color: #fff;
    height: 46px;
    border-radius: 15px;
    padding-left: 15px;
    color: #fff;
    opacity: 1;
    font-size: 19px;
    font-weight: 300;
}

.mobileSidebar .searchField > input::-webkit-input-placeholder {
    /* Edge */
    color: #fff;
    opacity: 1;
    font-size: 19px;
    font-weight: 300;
}

.mobileSidebar .searchField > input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #fff;
    opacity: 1;
    font-size: 19px;
    font-weight: 300;
}

.mobileSidebar .searchField > input::placeholder {
    color: #fff;
    opacity: 1;
    font-size: 19px;
    font-weight: 300;
}

.mobileSidebar .searchField {
    position: relative;
}

.mobileSidebar .searchField:after {
    content: "\f002";
    font-family: "FontAwesome";
    color: #fff;
    position: absolute;
    right: 15px;
    top: 8px;
    font-size: 21px;
}

.mobileSidebar .resetfilters button {
    /* float: right; */
    margin-top: 15px;
    background: transparent;
    color: #fff;
    border: none;
}

.mobileSidebar .sidebarTitle {
    /* float: right; */
    width: 100%;
    display: block;
    margin-bottom: 25px;
}

.mobileSidebar .sidebarTitle h2,
.mobileSidebar h3 {
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 1px;
}

.mobileSidebar .filterBtns a {
    background: #fff;
    border-radius: 16px;
    margin-bottom: 0px;
}

.mobileSidebar .filterBtns {
    display: flex;
    column-gap: 10px;
    flex-wrap: wrap;
    row-gap: 10px;
    margin-bottom: 30px;
}

.mobileSidebar button.mobileSidebar-close {
    font-size: 30px;
    padding: 0px;
    background: transparent;
    border: none;
    color: #fff;
    position: absolute;
    left: 20px;
    top: 5px;
}

.toExpand {
    max-height: 0;
    opacity: 0;
    transform: translate(0, 50%);
    transition: 0.5s ease all;
}

.mobileSidebar.expand .toExpand {
    max-height: 800px;
    opacity: 1;
    transform: translate(0, 0%);
}

.mobileSidebar.expand button.mobileSidebar-close i:before {
    content: "\f147";
}

.mobileSidebar.inUsers .filterBtn button {
    color: #fff;
}

.mobileSidebar.inEvents .filterBtns:not(.type) button {
    color: #fff;
}

.mobileSidebar .resetfilters span {
    color: #fff;
}

.mobileSidebar .resetfilters > div {
    text-align: left;
}

.mobileSidebar .sidebar-recent-post {
    display: flex;
    align-items: center;
}

.mobileSidebar .sidebar-recent-post .left {
    background: #001427;
    min-width: 70px;
    margin-right: 15px;
    color: #fff;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    padding-top: 4px;
    padding-bottom: 4px;
}

.mobileSidebar .sidebar-recent-post .right h4 {
    margin: 0px;
    color: #fff;
    font-size: 15px;
}

.raw-html-embed ul {
    list-style: inherit;
}

/* prosklisi summetoxhs
=========================================== */

.prosklisi-simmetokhis-page .post__content h2,
.prosklisi-simmetokhis-page .post__content h3 {
    color: #001427;
    font-size: 25px;
    font-weight: 700;
}

.prosklisi-simmetokhis-page .post__content p,
.prosklisi-simmetokhis-page .post__content li {
    font-size: 16px;
    color: #001427;
    line-height: 22px;
    margin-top: 12px;
    font-weight: 300;
}

/* Terms page
============================================ */

.terms-page .post__content,
.terms-page .post__content p,
.terms-page .post__content li,
.terms-page .post__content a {
    font-size: 16px;
    font-weight: 300;
    color: #001427;
}

.terms-page .post__content strong {
    font-weight: bold;
}

.terms-page .post__content a {
    color: #88a93e;
    font-weight: bold;
}

/* Privacy page
============================================ */

.privacy-policy-page .post__content,
.privacy-policy-page .post__content p,
.privacy-policy-page .post__content li,
.privacy-policy-page .post__content a {
    font-size: 16px;
    font-weight: 300;
    color: #001427;
}

.privacy-policy-page .post__content strong {
    font-weight: bold;
}

.privacy-policy-page .post__content a {
    color: #88a93e;
    font-weight: bold;
}

.privacy-policy-page .post__content ul,
.privacy-policy-page .post__content ol {
    margin-bottom: 15px;
}

.privacy-policy-page .post__content ul li,
.privacy-policy-page .post__content ol li {
    margin-bottom: 10px;
}

/* Advanced search
================================================================== */

body.advanced-search-page {
}

body.advanced-search-page #value_input_title:disabled {
    background-color: #eee;
    cursor: default;
}

body.advanced-search-page select,
body.advanced-search-page input {
    height: 40px;
    border-radius: 5px;
    padding: 0.375rem 0.75rem;
    border: 3px solid #a6cbf3;
    font-size: 16px;
    color: #868e96;
    /* appearance: auto; */
    /* -webkit-appearance: auto; */
    -moz-appearance: auto;
    width: 100%;
}

body.advanced-search-page span.select2-selection.select2-selection--multiple,
body.advanced-search-page span.select2-selection.select2-selection--single {
    border-radius: 5px;
    border: 3px solid #a6cbf3;
    font-size: 16px;
    color: #868e96;
    min-height: 40px;
}

body.advanced-search-page .sectionContainer label {
    font-size: 16px;
    color: #001427;
    font-weight: 300;
    margin-bottom: 10px;
}

body.advanced-search-page .sectionContainer > .container {
    padding: 0px;
}

body.advanced-search-page
    .select2-container--default
    .select2-selection--multiple
    .select2-selection__choice {
    background: #a6cbf3;
    /* border-color: #001427; */
    color: #001427;
    border-radius: 5px;
    font-size: 14px;
    margin-top: 5px;
    padding: 2px 5px 2px 20px;
    border: navajowhite;
}

body.advanced-search-page
    .select2-container--default
    .select2-selection--multiple
    .select2-selection__choice__remove {
    height: 24px;
    color: #fff;
    border-color: #001427;
    background: #001424;
}

body.advanced-search-page
    .select2-container--default
    .select2-selection--multiple
    .select2-selection__choice__display {
    position: relative;
    top: 0px;
    font-size: 12px;
}

body.advanced-search-page div#user-table_wrapper {
    margin-top: 60px;
}

body.advanced-search-page table#user-table {
    margin-top: 20px;
    margin-bottom: 10px;
}

body.advanced-search-page div#user-table_info {
    display: flex;
    align-items: center;
    padding-top: 4px;
}

body.advanced-search-page div#user-table_paginate {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

body.advanced-search-page div#user-table_filter input {
    height: 40px;
    min-width: 300px;
}

body.advanced-search-page table#user-table th {
    border-bottom: none;
    background: #a6cbf3;
    color: #001427;
    font-size: 13px;
    max-width: 180px;
}

body.advanced-search-page table#user-table th:last-child {
    width: 200px;
}

body.advanced-search-page table#user-table tbody tr:nth-child(even) {
    background: rgb(166 203 243 / 30%);
}

body.advanced-search-page table#user-table tbody td {
    border: 1px solid rgb(224 224 224 / 40%);
    color: #001427;
    font-size: 12px;
    font-weight: 300;
    vertical-align: middle;
}

body.advanced-search-page table#user-table tbody td ul {
    padding-left: 10px;
}

body.advanced-search-page li.paginate_button.page-item:hover,
body.advanced-search-page li.paginate_button.page-item:focus,
body.advanced-search-page li.paginate_button.page-item:active {
    background: transparent !important;
    border-color: transparent !important;
    box-shadow: none;
}

body.advanced-search-page li.paginate_button.page-item {
    padding: 0.5em 2px;
}

body.advanced-search-page .page-item.active .page-link {
    background: #001427 !important;
    border-color: #001427;
    color: #fff;
}

body.advanced-search-page .page-item .page-link {
    color: #001427;
}

body.advanced-search-page table#user-table {
    border-bottom: none;
}

body.advanced-search-page #user-table_wrapper > .row > .col-sm-12.col-md-5 {
    width: 100%;
    display: flex;
    justify-content: end;
}

body.advanced-search-page #user-table_wrapper > .row > .col-sm-12.col-md-7 {
    width: 100%;
}

body.advanced-search-page #user-table_wrapper > .row {
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
    align-items: center;
}

body.advanced-search-page #user-table_wrapper > .row > .col-sm-12 {
    padding: 0px;
}

body.advanced-search-page div#user-table_length label {
    display: flex;
    align-items: center;
    column-gap: 10px;
    margin-bottom: 0px;
    margin-top: 20px;
}

body.advanced-search-page #searchModal .modal-header .modal-title {
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 700;
}

body.advanced-search-page #searchModal .modal-header {
    background: #a6cbf3;
}

body.advanced-search-page #searchModal .modal-header button.close {
    width: 25px;
    height: 25px;
    background: transparent;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

body.advanced-search-page #searchModal .modal-header button.close span {
    font-size: 34px;
}

body.advanced-search-page #searchModal .modal-body .modal-desc span {
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 6px;
    display: inline-block;
}

body.advanced-search-page #searchModal .modal-body .modal-desc p {
    font-size: 14px;
    color: #001427;
    margin-bottom: 30px;
}

body.advanced-search-page #searchModal .modal-body table tr:nth-child(odd) {
    background: rgb(166 203 243 / 30%);
}

body.advanced-search-page #searchModal .modal-body table td,
#searchModal .modal-body table th {
    border: none;
    color: #001427;
    vertical-align: middle;
    padding-top: 10px;
    padding-bottom: 10px;
}

body.advanced-search-page div.dataTables_processing {
    box-shadow: 0px 0px 12px 6px #001427;
    z-index: 9;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 16px;
    letter-spacing: 1px;
    background: #001427d9;
    color: #fff !important;
}

body.advanced-search-page #searchModal .modal-body table th {
    font-weight: bold;
}

body.advanced-search-page div#user-table_length select {
    width: 60px;
    text-align: center;
}

body.advanced-search-page div#user-table_filter {
    display: inline-flex;
    justify-content: flex-end;
    max-width: 50%;
    width: 100%;
}

body.advanced-search-page .actionButtons {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

body.advanced-search-page button#export-project-btn {
    border: 1px solid #6c757d;
}

body.advanced-search-page button#export-project-btn i {
    color: #6c757d;
}

body.advanced-search-page h2.advSearch-filter-title {
    color: #001427;
    font-weight: 300;
    font-size: 22px;
}

body.advanced-search-page div#user-table_processing {
    text-align: center;
}

/* popover */

body.advanced-search-page h3.popover-header {
    background: #001427;
    color: #fff;
}

body.advanced-search-page .popover {
    border-color: #001427;
}

body.advanced-search-page .bs-popover-end > .popover-arrow::after {
    border-right-color: #001427;
}

body.advanced-search-page .popover-body p {
    color: #001427;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 1px;
    margin-bottom: 5px;
}

body.advanced-search-page .popover-body {
    display: flex;
}

body.advanced-search-page .popover-body > form {
    width: 100%;
    display: flex;
    align-items: center;
}

body.advanced-search-page .popover-body > form label {
    font-size: 12px;
}

div#operator_wrapper {
    min-width: 120px;
}

div#date_start_wrapper {
    display: flex;
    margin-bottom: 10px;
}

body.advanced-search-page .popover-body div:first-child {
    width: auto !important;
    margin-right: 10px;
    min-width: 235px;
    display: inline-block;
}

body.advanced-search-page .popover-body #budget_wrapper > div {
    width: auto !important;
    margin-right: 10px;
    min-width: 235px;
    display: inline-block;
}

body.advanced-search-page .popover-body div span.select2.select2-container {
    width: 100% !important;
}

body.advanced-search-page .popover-body div#value_wrapper {
    margin-left: 10px;
    margin-right: 20px;
    min-width: 500px;
}

body.advanced-search-page .popover-body .addFilter button {
    margin-bottom: 0px !important;
    background: #001427;
    border-color: #001427;
}

body.advanced-search-page .popover-body .addFilter {
    margin-top: 20px !important;
}

body.advanced-search-page .popover-body .addFilter button:hover {
    background: #001427;
}

.advanced-search-page .popover {
    width: auto;
    max-width: 1200px !important;
    min-width: 430px;
}

body.advanced-search-page .popover-body > div:nth-child(2) {
    min-width: 100px;
}

/* filter button */

a#example-popover i {
    font-family: "FontAwesome" !important;
    font-style: inherit;
    font-size: 20px;
}

a#example-popover {
    display: block;
    background-color: #88a93e;
    width: 235px;
    height: 50px;
    line-height: 50px;
    color: #fff;
    cursor: pointer;
    overflow: hidden;
    border-radius: 5px;
    box-shadow: 0 0 20px 0 rgb(0 0 0 / 30%);
    transition: all 0.25s cubic-bezier(0.31, -0.105, 0.43, 1.4);
}
a#example-popover span,
a#example-popover .icon {
    display: block;
    height: 100%;
    text-align: center;
    position: absolute;
    top: 0;
}
a#example-popover span {
    width: 72%;
    line-height: inherit;
    font-size: 16px;
    text-transform: uppercase;
    left: 0;
    transition: all 0.25s cubic-bezier(0.31, -0.105, 0.43, 1.4);
}
a#example-popover span:after {
    content: "";
    background-color: #6f8c2f;
    width: 2px;
    height: 70%;
    position: absolute;
    top: 15%;
    right: -1px;
}
a#example-popover .icon {
    width: 28%;
    right: 0;
    transition: all 0.25s cubic-bezier(0.31, -0.105, 0.43, 1.4);
}
a#example-popover .icon .fa {
    font-size: 30px;
    vertical-align: middle;
    transition: all 0.25s cubic-bezier(0.31, -0.105, 0.43, 1.4),
        height 0.25s ease;
}
a#example-popover .icon .fa-plus {
    height: 36px;
}
a#example-popover .icon .fa-minus {
    display: none;
}
a#example-popover.success span,
a#example-popover:hover span {
    left: -72%;
    opacity: 0;
}
a#example-popover.success .icon,
a#example-popover:hover .icon {
    width: 100%;
}
a#example-popover.success .icon .fa,
a#example-popover:hover .icon .fa {
    font-size: 45px;
}
a#example-popover.success {
    background-color: #88a93e;
}
a#example-popover.success .icon .fa-plus {
    display: none;
}
a#example-popover.success .icon .fa-minus {
    display: inline-block;
}
a#example-popover:hover {
    opacity: 0.9;
}
a#example-popover:hover .icon .fa-plus {
    height: 46px;
}
a#example-popover:active {
    opacity: 1;
}

body.advanced-search-page .filterBar {
    padding: 30px 0px 30px 0px;
    background: #f7f7f7;
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: calc(-50vw - 16px);
    margin-right: calc(-50vw - 16px);
    margin-top: -50px;
    flex-direction: column;
}

body.advanced-search-page .filterBar .active_filter {
    margin-top: 30px;
}

body.advanced-search-page .filterBar .active_filter button:hover span {
    color: #fff !important;
}

body.advanced-search-page div#demo-container {
    padding-left: 0px;
    padding-right: 0px;
    margin-bottom: 80px;
}

body.advanced-search-page div#demo-container .chart {
    margin-bottom: 30px;
}

body.advanced-search-page div#demo-container .col-12.chart:not(.col-md-6) {
    margin-top: 50px;
}

body.advanced-search-page
    div#demo-container
    .col-12.chart:not(.col-md-6):nth-child(1) {
    margin-top: 100px;
}

body.advanced-search-page div#demo-container .chart:first-child {
    margin-top: 100px;
}

body.advanced-search-page div#demo-container .chart:nth-child(2) {
    margin-top: 100px;
}

body.advanced-search-page .filterBar > .container {
    padding-left: 0px;
    padding-right: 0px;
}

body.advanced-search-page .error-msg {
    color: red;
}

.readyFilters button {
    color: #fff;
    background-color: #5c636a;
    border-color: #565e64;
    font-size: 12px;
    padding: 6px 15px;
}

.readyFilters button:hover {
    background-color: #88a93e;
    border-color: #88a93e;
    color: #fff;
}

@media (min-width: 1400px) {
    body.advanced-search-page .filterBar > .container {
        position: relative;
        left: 10px;
    }
}

body.advanced-search-page div#user-table_length {
    max-width: 50%;
    display: inline-flex;
    width: 100%;
    float: left;
}

body.advanced-search-page div#user-table_filter button.dt-button.btn-export {
    padding: 0px;
    background: transparent;
    border: 1px solid #ced4da;
    height: 40px;
    border-radius: 0.2rem;
    margin-right: 10px;
    margin-top: 22px;
    transition: 0.35s ease all;
}

body.advanced-search-page span#export-project-btn {
    margin-bottom: 0px;
}

body.advanced-search-page
    div#user-table_filter
    button.dt-button.btn-export:hover {
    background: #001427;
}

body.advanced-search-page
    div#user-table_filter
    button.dt-button.btn-export:hover
    i {
    color: #fff;
}

body.advanced-search-page .container.chartInfo {
    display: flex;
    justify-content: space-between;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 20px;
}

body.advanced-search-page .preSelectedFilterBtn:focus {
    box-shadow: 0 0 0 0.25rem rgb(0 0 0 / 25%);
}

body.advanced-search-page .container.chartInfo p {
    margin: 0px;
    color: #5c636a;
    font-weight: bold;
    font-size: 16px;
}

#digital-list-items .post__title:before {
    content: none;
}

/* From here the updated version */

:root {
    /* Font sizes */
    --font-size-xs: 12px;
    --font-size-sm: 14px;
    --font-size-base: 16px;
    --font-size-lg: 18px;
    --font-size-xl: 20px;
    --font-size-2xl: 24px;
    --font-size-3xl: 30px;
    --font-size-4xl: 40px;
    --font-size-5xl: 60px;

    /* Colors */
    --color-primary: #0d72b9;
}

/* 4cols */
.four-columns-section {
    width: 100%;
}

.four-columns-section .custom-button {
    background-color: #86a83e;
}

.columns-container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 20px;
    max-width: 99%;
    margin: 0 auto;
    align-items: flex-end;
}

.column {
    flex: 1;
    padding: 40px 30px;
    background: #fafaee;
    border-top-right-radius: 72px;
    height: 200px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    width: 100%;
}

.column h3 {
    margin-bottom: 40px;
    color: #0d3747;
    font-weight: 700;
    font-size: 24px;
}

.column-description {
    color: #000;
    font-weight: 500;
    margin-top: 20px;
}

.custom-button {
    background-color: var(--color-primary);
    color: #fff;
    border: none;
    padding: 10px 20px;
    border-top-right-radius: 20px;
    box-shadow: 0px 4px 4px 0px #00000040;
    box-shadow: 0px -3px 4px 0px #00000040 inset;
}

a.custom-button:hover {
    color: #fff !important;
}

@media (min-width: 375px) {
    .column {
        padding: 40px 40px;
    }
}

@media (min-width: 425px) {
    .column {
        padding: 40px 50px;
    }
}

@media (min-width: 1440px) {
    .four-columns-section {
        position: absolute;
        top: 1000px;
    }
    .columns-container {
        flex-direction: row;
    }
    .column {
        width: auto;
        padding: 40px 80px;
    }
    .column-description {
        position: absolute;
        left: 80px;
        right: 80px;
        opacity: 0;
        transform: translateY(20px);
        /* transition: opacity 0.1s ease; */
    }
    .custom-button {
        position: absolute;
        bottom: 40px;
        left: 80px;
    }
}

/* 4cols end */

/* Poioi eimaste */
.hero-section {
    padding: 50px 0;
}

.hero-section .container {
    width: 100%;
    max-width: 80%;
    padding: 0;
}

.hero-section .main-heading {
    font-size: var(--font-size-3xl);
    font-weight: 700;
    margin-bottom: 20px;
    color: var(--color-primary);
}

.hero-section .sub-heading {
    font-size: 20px;
    margin-bottom: 15px;
    color: #000;
    font-weight: 700;
}

.hero-section .paragraph {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 30px;
    color: #000;
}

.hero-section .hero-image img {
    max-width: 100%;
    height: auto;
    width: 2000px;
    border-bottom-right-radius: 40px;
}

@media (min-width: 768px) {
    .hero-section .main-heading {
        font-size: var(--font-size-5xl);
    }
    .hero-section .sub-heading {
        font-size: var(--font-size-4xl);
    }
    .hero-section .paragraph {
        font-size: 18px;
        text-wrap: balance;
    }
    .hero-section .sub-heading {
        text-wrap: balance;
    }
    .hero-section .hero-image img {
        border-bottom-right-radius: 120px;
    }
}

@media (min-width: 1440px) {
    .hero-section .sub-heading {
        width: 50%;
    }
    .hero-section .paragraph {
        width: 75%;
    }
}

/* Pilones drashs */

.tab-navigation-accordion {
    margin: 50px 0;
    padding: 100px 0;
    background-color: #eeefe3;
    border-top-left-radius: 100px;
    border-bottom-right-radius: 100px;
}

.tab-container-accordion {
    max-width: 80%;
    margin: 0 auto;
    padding: 0;
}

.tabs-accordion-wrapper {
    display: flex;
    flex-direction: column;
    gap: 30px;
    height: 656px;
    overflow: hidden;
}

.tab-accordion-item {
    flex-grow: 1;
    flex-basis: 0;
    min-width: 90px;
    /* max-width: 110px; */
    height: 100%;
    background-color: #2f4858;
    border-radius: 16px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    cursor: pointer;
    transition: ease 0.4s;
    position: relative;
    background-size: cover;
    background-position: center;
}

.tab-accordion-item.active {
    flex-grow: 6;
    max-width: 100%;
    /* flex-direction: row; */
}

.tab-accordion-header {
    color: white;
    box-sizing: border-box;
    display: flex;
    background: #0d374799;
    /* transition: ease 0.4s; */
}

.tab-accordion-item:not(.active) .tab-accordion-header {
    height: 100%;
    padding: 25px 15px;
    /* flex-direction: column; */
    /* justify-content: center; */
    align-items: center;
}

.tab-accordion-item:not(.active) .tab-accordion-number {
    font-size: var(--font-size-4xl);
    line-height: 1;
    font-weight: 700;
    color: #d3f885;
    letter-spacing: -0.25px;
    margin-bottom: 0;
}

.tab-accordion-item:not(.active) .tab-accordion-title-text {
    font-size: 28px;
    font-weight: 700;
    color: white;
    line-height: 1.2;
    text-align: center;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    display: none;
}

.tab-accordion-item.active .tab-accordion-header {
    writing-mode: horizontal-tb;
    transform: none;
    height: auto;
    padding: 25px 15px;
    flex-direction: column;
    align-items: flex-start;
}

.tab-accordion-item.active .tab-accordion-number {
    font-size: var(--font-size-4xl);
    line-height: 1;
    font-weight: 700;
    color: #d3f885;
    letter-spacing: -0.25px;
    margin-bottom: 0;
}

.tab-accordion-item.active .tab-accordion-title-text {
    display: none;
}

.tab-accordion-content {
    flex-grow: 1;
    background-size: cover;
    background-position: center;
    position: relative;
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tab-accordion-item.active .tab-accordion-content {
    opacity: 1;
    max-height: 1000px;
    transition-delay: 0.2s, 0.2s;
}

.content-wrapper-accordion {
    background: rgba(47, 72, 88, 0.75);
    color: white;
    padding: 15px 20px;
    width: 90%;
    max-width: 650px;
    border-radius: 10px;
    box-sizing: border-box;
    overflow-y: auto;
    max-height: calc(100% - 40px);
    scrollbar-color: #d3f885 transparent;
}

.content-wrapper-accordion h3 {
    color: white;
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: 700;
}

.content-wrapper-accordion .content {
    color: #f0f0f0;
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 25px;
}

.tab-accordion-content .btn {
    background: #86a83e;
    color: white !important;
    border: 1px solid #618613;
    border-bottom-right-radius: 20px;
    padding: 12px 30px;
    font-weight: 500;
    font-size: 15px;
    text-decoration: none;
    align-self: flex-start;
    display: inline-block;
}

.tab-accordion-content .btn:hover {
    background: #91b546;
}

.section-header {
    margin-bottom: 40px;
}

.section-header .section-title {
    font-size: var(--font-size-3xl);
    font-weight: 700;
    letter-spacing: -0.56px;
    color: var(--color-primary);
    margin-bottom: 10px;
}

.section-header .section-description {
    font-size: 20px;
    font-weight: 700;
    line-height: 40px;
    letter-spacing: 0;
    color: #000;
}

@media (min-width: 768px) {
    .section-header .section-title {
        font-size: var(--font-size-5xl);
    }
    .section-header .section-description {
        font-size: 26px;
    }
}

@media (min-width: 1440px) {
    .tab-navigation-accordion {
        border-top-left-radius: 254px;
        border-bottom-right-radius: 254px;
        margin: 50px 0;
        padding: 100px 0 150px;
    }
    .tabs-accordion-wrapper {
        flex-direction: row;
    }
    .tab-accordion-item {
        max-width: 110px;
    }

    .tab-accordion-item.active {
        min-width: 500px;
        flex-direction: row;
    }
    .tab-accordion-item:not(.active) .tab-accordion-header {
        flex-direction: column;
        justify-content: space-between;
    }
    .tab-accordion-item:not(.active) .tab-accordion-number {
        font-size: 50px;
    }
    .tab-accordion-item:not(.active) .tab-accordion-title-text {
        display: block;
    }
    .tab-accordion-item.active .tab-accordion-header {
        padding: 30px 35px;
    }
    .tab-accordion-item.active .tab-accordion-number {
        font-size: 50px;
    }
    .tab-accordion-content {
        padding-left: 50px;
        justify-content: flex-start;
        /* padding-left: 100px; */
    }
    .content-wrapper-accordion {
        padding: 30px 40px;
    }
    .content-wrapper-accordion h3 {
        font-size: 28px;
    }
    .content-wrapper-accordion .content {
        font-size: 16px;
    }
}

/* Recent Projects */

.recent-projects {
    padding: 50px 0;
}

.recent-projects .container {
    width: 100%;
    max-width: 80%;
    padding: 0;
}

.recent-projects .section-heading {
    font-size: var(--font-size-3xl);
    font-weight: 700;
    margin-bottom: 20px;
    color: var(--color-primary);
}

.recent-projects .section-subheading {
    font-size: 20px;
    margin-bottom: 0;
    color: #000;
    font-weight: 700;
}

.recent-projects .section-subheading .btn {
    background-color: var(--color-primary);
    color: white;
    box-shadow: 0px 7.15px 7.15px 0px #00000040 !important;
    border-bottom-right-radius: 32px;
    padding: 15px 25px !important;
}

.recent-projects .section-subheading .btn:hover {
    box-shadow: none;
    background-color: #2990d9;
    box-shadow: 0px -5.36px 7.15px 0px #00000040 inset !important;
}

/* Style for first project card in its set */
.recent-projects .row > div:first-child .project-card {
    border-top-left-radius: 80px;
}

/* Style for last project card in its set */
.recent-projects .row > div:last-child .project-card {
    border-bottom-right-radius: 80px;
}

.project-card {
    position: relative;
    height: 700px;
    border-radius: 16px;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

/* Wrapper for the background image */
.project-card::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition: transform 0.5s ease;
    z-index: 1;
    background-image: inherit;
}

/* Zoom effect on hover for the background image */
.project-card:hover::after {
    transform: scale(1.2);
}

/* Overlay */
.project-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    transition: background 0.3s ease;
    z-index: 2;
}

.project-card:hover::before {
    background: rgba(0, 0, 0, 0.6);
}

.project-content {
    position: relative;
    padding: 2rem 1rem;
    color: white;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 3;
    overflow: auto;
}

.project-content h3 {
    color: white;
    text-decoration: none;
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    display: block;
}

.project-content .description {
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.9rem;
    margin: 0;
}

.row.g-4 {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 1.5rem;
}

@media (min-width: 480px) {
    /* Style for first project card in its set */
    .recent-projects .row > div:first-child .project-card {
        border-top-left-radius: 120px;
    }

    /* Style for last project card in its set */
    .recent-projects .row > div:last-child .project-card {
        border-bottom-right-radius: 120px;
    }
    .project-card {
        height: 470px;
    }
    .project-content {
        justify-content: flex-end;
        padding: 2rem;
    }
    .project-content h3 {
        font-size: 1.5rem;
        margin-bottom: 0.5rem;
    }
}

@media (min-width: 768px) {
    .recent-projects .section-heading {
        font-size: var(--font-size-5xl);
    }
    .recent-projects .section-subheading {
        font-size: 26px;
    }
}

/* Only for the first card */
@media (min-width: 1024px) {
    .recent-projects .row > div:first-child .project-card {
        .project-content h3 a {
            width: 80%;
        }
        .project-content .description {
            width: 90%;
        }
    }
}

@media (min-width: 1440px) {
    .recent-projects .row > div:first-child .project-card {
        .project-content h3 a {
            width: 60%;
        }
        .project-content .description {
            width: 80%;
        }
    }
}

@media (min-width: 1600px) {
    .recent-projects .row > div:first-child .project-card {
        .project-content h3 a {
            width: 55%;
        }
        .project-content .description {
            width: 75%;
        }
    }
}

@media (min-width: 1920px) {
    .recent-projects .row > div:first-child .project-card {
        .project-content h3 a {
            width: 50%;
        }
        .project-content .description {
            width: 70%;
        }
    }
}

/* Featured City */

.featured-city {
    padding: 100px 0;
}
.featured-city .container {
    width: 100%;
    max-width: 80%;
    padding: 0;
}
.featured-city .section-heading {
    font-size: var(--font-size-3xl);
    font-weight: 700;
    margin-bottom: 20px;
    color: var(--color-primary);
}
.featured-city .section-subheading {
    font-size: 20px;
    margin-bottom: 20px;
    color: #000;
    font-weight: 700;
}
.featured-city .section-description {
    color: #000;
}

.featured-city .btn {
    background-color: var(--color-primary);
    color: white;
    box-shadow: 0px 7.15px 7.15px 0px #00000040 !important;
    border-bottom-right-radius: 32px;
    padding: 15px 25px !important;
}
.featured-city .btn:hover {
    box-shadow: none;
    background-color: #2990d9;
    box-shadow: 0px -5.36px 7.15px 0px #00000040 inset !important;
}
.featured-city-image img {
    border-bottom-right-radius: 40px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    object-fit: cover;
}

@media (min-width: 768px) {
    .featured-city .section-heading {
        font-size: var(--font-size-5xl);
    }
    .featured-city .section-subheading {
        font-size: 26px;
    }
    .featured-city .section-description {
        /* width: 85%; */
        font-size: 16px;
    }
    .featured-city-image {
        display: flex;
        justify-content: flex-end;
    }
    .featured-city-image img {
        height: 700px;
        border-bottom-right-radius: 120px;
    }
}

@media (min-width: 1024px) {
    .featured-city .section-description {
        width: 85%;
    }
}

@media (min-width: 1440px) {
    .feature-city .section-description {
        width: 50%;
    }
    .featured-city .section-description {
        font-size: 20px;
    }
}

/* Statistic */
.statistic {
    padding: 100px 0;
}
.statistic .container {
    width: 100%;
    max-width: 80%;
    padding: 0;
}
.statistic .section-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.statistic .section-heading {
    font-size: var(--font-size-3xl);
    font-weight: 700;
    margin-bottom: 20px;
    color: var(--color-primary);
}
.statistic .section-subheading {
    font-size: 20px;
    margin-bottom: 40px;
    color: #000;
    font-weight: 700;
}
.statistic .statistic-content {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
}

.statistic .statistic-content p {
    font-size: var(--font-size-3xl);
    font-weight: 700;
    color: var(--color-primary);
}

.statistic .statistic-content h4 {
    font-size: var(--font-size-base);
    font-weight: 700;
    color: #000;
    text-align: center;
}

@media (min-width: 768px) {
    .statistic .section-heading {
        font-size: var(--font-size-5xl);
    }
    .statistic .section-subheading {
        font-size: 26px;
    }
    .statistic .statistic-content p {
        font-size: var(--font-size-5xl);
    }
}

@media (min-width: 1600px) {
    .statistic .section-heading {
        margin: 0 auto 20px;
        width: 80%;
    }
    .statistic .statistic-content h4 {
        font-size: var(--font-size-xl);
    }
}

/* Homechart */

.homeChartSection {
    padding: 100px 0;
}
.homeChartSection .container {
    width: 100%;
    max-width: 80%;
    padding: 0;

    text-align: center;
}
.homeChartSection .section-heading {
    font-size: var(--font-size-3xl);
    font-weight: 700;
    margin-bottom: 20px;
    color: var(--color-primary);
}
.homeChartSection .section-subheading {
    font-size: 20px;
    margin-bottom: 20px;
    color: #000;
    font-weight: 700;
}

.homeChartSection .row > * {
    padding: 0;
}

@media (min-width: 768px) {
    .homeChartSection .section-heading {
        font-size: var(--font-size-5xl);
    }
    .homeChartSection .section-subheading {
        font-size: 26px;
    }
}

@media (min-width: 1600px) {
    .homeChartSection .section-heading {
        margin: 0 auto 20px;
        width: 80%;
    }
    .homeChartSection .section-subheading {
        margin: 0 auto 20px;
        width: 60%;
    }
}

/* Join us */

.join-us {
    padding: 100px 0;
}
.join-us .container {
    width: 100%;
    max-width: 80%;
    padding: 0;
}
.join-us .section-heading {
    font-size: var(--font-size-3xl);
    font-weight: 700;
    margin-bottom: 20px;
    color: var(--color-primary);
}
.join-us .section-subheading {
    font-size: 20px;
    margin-bottom: 20px;
    color: #000;
    font-weight: 700;
}
.join-us .section-description {
    font-size: 16px;
    color: #000;
    margin-bottom: 30px;
}
.join-us .join-us-image img {
    max-width: 100%;
    height: auto;
    border-bottom-left-radius: 40px;
    object-fit: cover;
}
.join-us .btn {
    background-color: var(--color-primary);
    color: white;
    box-shadow: 0px 7.15px 7.15px 0px #00000040 !important;
    border-bottom-right-radius: 32px;
    padding: 15px 25px !important;
}
.join-us .btn:hover {
    box-shadow: none;
    background-color: #2990d9;
    box-shadow: 0px -5.36px 7.15px 0px #00000040 inset !important;
}

@media (min-width: 768px) {
    .join-us .section-heading {
        font-size: var(--font-size-5xl);
    }
    .join-us .section-subheading {
        font-size: 26px;
    }
    .join-us .section-description {
        /* width: 100%; */
        font-size: 18px;
    }
    .join-us .join-us-image img {
        height: 750px;
        border-bottom-left-radius: 120px;
    }
}
@media (min-width: 1024px) {
    .join-us .join-us-content {
        margin-left: 10%;
    }
    .join-us .section-description {
        width: 85%;
    }
}
@media (min-width: 1440px) {
    .join-us .section-description {
        /* width: 50%; */
        font-size: 20px;
    }
}

@media (min-width: 1600px) {
    /* .join-us .section-subheading {
        width: 60%;
    } */
    /* .join-us .section-description {
        width: 60%;
    } */
}

/* Newsletter */

.newsletter-section {
    padding: 100px 0;
}
.newsletter-section .container {
    width: 100%;
    max-width: 80%;
    padding: 0;
}
.newsletter-section .section-heading {
    font-size: var(--font-size-2xl);
    font-weight: 700;
    color: var(--color-primary);
}
.newsletter-section .section-subheading {
    font-size: 20px;
    color: #000;
}
.newsletter-section form {
    width: 100%;
}
.newsletter-section form input {
    height: 56px;
}
.newsletter-section .section-description {
    font-size: 14px;
    color: #000;
    margin-bottom: 30px;
}
.newsletter-section .btn {
    background-color: #86a83e;
    color: white;
    box-shadow: 0px 5.43px 5.43px 0px #00000040 !important;
    border: 1.36px solid #618613;
    border-bottom-right-radius: 24px;
    padding: 15px 25px !important;
    height: 56px !important;
}
.newsletter-section .btn:hover {
    box-shadow: none;
    background-color: #91b546;
    box-shadow: 0px -4.07px 5.43px 0px #00000040 inset !important;
}

@media (min-width: 768px) {
    .newsletter-section .section-heading {
        font-size: var(--font-size-4xl);
    }
    .newsletter-section .section-subheading {
        font-size: 26px;
    }
    .newsletter-section .section-description {
        width: 70%;
        font-size: 18px;
    }
    .newsletter-section form {
        width: 80%;
    }
}

@media (min-width: 1200px) {
    .newsletter-section form {
        width: 60%;
    }
}

@media (min-width: 1600px) {
    .newsletter-section .section-subheading {
        width: 90%;
    }
    .newsletter-section .section-description {
        width: 60%;
    }
    .newsletter-section form {
        width: 50%;
    }
}

@media (min-width: 1921px) {
    .newsletter-section form {
        width: 40%;
    }
}

/* Recent news */

.recent-events {
    padding: 50px 0;
}
.recent-events .container {
    width: 100%;
    max-width: 80%;
    padding: 0;
}

.recent-events .section-heading {
    font-size: var(--font-size-3xl);
    font-weight: 700;
    margin-bottom: 20px;
    color: var(--color-primary);
}
.recent-events .section-subheading {
    font-size: 20px;
    margin-bottom: 20px;
    color: #000;
    font-weight: 700;
}
.recent-events .btn {
    background-color: var(--color-primary);
    color: white;
    box-shadow: 0px 7.15px 7.15px 0px #00000040 !important;
    border-bottom-right-radius: 32px;
    padding: 15px 25px !important;
}
.recent-events .btn:hover {
    box-shadow: none;
    background-color: #2990d9;
    box-shadow: 0px -5.36px 7.15px 0px #00000040 inset !important;
}
.recent-events article {
    height: 700px;
    background-color: #eeefe3;
}
.recent-events article label {
    background-color: var(--color-primary);
    color: white;
    border-bottom-right-radius: 8px;
    padding: 4px 8px;
}

.recent-events article label a {
    background-color: var(--color-primary) !important;
    border: none !important;
    color: white !important;
    padding: 4px 8px !important;
    box-shadow: none !important;
    border-radius: 0 !important;
}
.recent-events article label a:hover {
    background-color: var(--color-primary) !important;
    box-shadow: none !important;
}
.recent-events article span {
    color: #191919;
    font-weight: 600;
}
.recent-events article h3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.recent-events article h3 a {
    color: #373737;
    font-weight: 700;
}
.recent-events article p {
    color: #191919 !important;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.recent-events article a {
    background-color: #86a83e;
    color: white;
    box-shadow: 0px 5.43px 5.43px 0px #00000040 !important;
    border: 1.36px solid #618613;
    border-bottom-right-radius: 24px;
    padding: 15px 25px !important;
}
.recent-events article a:hover {
    background-color: #91b546;
    box-shadow: 0px -4.07px 5.43px 0px #00000040 inset !important;
}

@media (min-width: 768px) {
    .recent-events .section-heading {
        font-size: var(--font-size-5xl);
    }
    .recent-events .section-subheading {
        font-size: 26px;
    }
}

/* About us Page */

/* Section 1 (o komvos) */

.about-us-section-komvos {
    padding: 50px 0;
}

.about-us-section-komvos .container {
    width: 100%;
    max-width: 80%;
    padding: 0;
}

.about-us-section-komvos .section-heading {
    font-size: var(--font-size-3xl);
    font-weight: 700;
    margin-bottom: 20px;
    color: var(--color-primary) !important;
}

.about-us-section-komvos .section-description {
    font-size: 16px;
    color: #000;
    margin-bottom: 30px;
}

.about-us-sections .container {
    width: 100%;
    max-width: 100%;
    padding: 0;
}

.about-us-sections .row,
.about-us-sections .col-12,
.about-us-sections .section-card {
    max-width: 100vw;
}

.about-us-sections .col-12 {
    padding: 0;
}

.about-us-sections .section-card {
    position: relative;
    height: 1100px;
    background-size: cover;
    background-position: center;
    /* border-radius: 8px; */
    overflow: hidden;
}

#section2-card {
    height: 1100px;
}

#section3-card {
    height: 2000px;
}

@media (min-width: 768px) {
    .about-us-sections .section-card,
    #section3-card {
        height: 1000px;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    #section3-card {
        height: 1500px;
    }
}

.about-us-sections .section-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 4rem 2rem;
    /* -webkit-backdrop-filter: blur(34px);
    backdrop-filter: blur(34px); */
    background-color: white;
    color: black;
    /* text-align: center; */
    width: 100%;
    height: auto;
    border-radius: 16px;
    box-shadow: 0 8px 40px 0 rgba(0, 0, 0, 0.18);
}

.about-us-sections .section-label {
    display: inline-block;
    padding: 7px 14px;
    background-color: #7ba459;
    color: black;
    border-radius: 88px;
    margin-bottom: 2rem;
    font-size: 14px;
    font-weight: 700;
}

.about-us-sections .section-heading {
    font-size: 30px;
    margin-bottom: 2rem;
    color: #000 !important;
}

.about-us-sections .section-paragraph,
.about-us-sections .section-paragraph p {
    font-size: 1rem;
    line-height: 1.6;
    color: #000;
}

@media (min-width: 768px) {
    .about-us-section-komvos .section-heading {
        font-size: var(--font-size-5xl);
    }
    .about-us-sections .section-label {
        font-size: 16px;
    }
    .about-us-sections .section-heading {
        font-size: 36px;
    }
}
@media (min-width: 1200px) {
    .about-us-sections .section-content {
        width: 985px;
    }
}

/* Section 3 */

.about-us-section3 {
    padding: 100px 0;
    background-color: #fafaee;
}

.about-us-section3 .container {
    width: 100%;
    max-width: 80%;
    padding: 0;
}
.about-us-section3 .section-heading {
    font-size: var(--font-size-3xl);
    font-weight: 700;
    margin-bottom: 20px;
    color: var(--color-primary) !important;
}
.about-us-section3 .section-description {
    font-size: 16px;
    color: #000;
    margin-bottom: 30px;
}
.about-us-four-cards-container {
    display: flex;
    gap: 20px;
}
.about-us-four-cards-section .card {
    background-color: #e3e3d7;
    border-bottom-right-radius: 92px;
    /* height: 600px; */
    /* width: auto; */
    padding: 40px 30px;
}
.about-us-four-cards-section .card .icon svg {
    width: 80px;
    height: 80px;
}
.about-us-four-cards-section .card h3 {
    color: #000;
    font-weight: 700;
    font-size: 20px;
    margin: 24px 0;
}
.about-us-four-cards-section .card p {
    font-size: 16px;
    color: #000;
}
@media (min-width: 768px) {
    .about-us-section3 .section-heading {
        font-size: var(--font-size-5xl);
    }
    .about-page .post__content .raw-html-embed {
        display: flex;
        gap: 20px;
    }
    .about-us-four-cards-section .card {
        height: 600px;
    }
}

/* Section team list */
.about-us-team-list {
    padding: 100px 0;
}
.about-us-team-list .container {
    width: 100%;
    max-width: 80%;
    padding: 0;
}
.about-us-team-list .section-heading {
    font-size: var(--font-size-3xl);
    font-weight: 700;
    margin-bottom: 20px;
    color: var(--color-primary) !important;
}
.about-us-team-list .section-description {
    font-size: 16px;
    color: #000;
    margin-bottom: 30px;
}

.about-us-team-list .category-heading {
    font-size: var(--font-size-3xl);
    font-weight: 700;
    color: #000 !important;
    margin-bottom: 0;
}

.category-border {
    border-top: 5px solid #0d72b9;
    width: 150px;
    margin: 1.5rem 0;
}

.about-us-team-list .card {
    /* padding: 40px 30px; */
    border: none;
    /* height: 600px; */
}

.about-us-team-list .card img {
    border-bottom-right-radius: 48px;
}

.about-us-team-list .card h5 {
    color: #000;
    font-weight: 700;
    font-size: 20px;
}

.about-us-team-list .card p {
    font-size: 16px;
    line-height: 24px;
    color: #000;
}

@media (min-width: 768px) {
    .about-us-team-list .section-heading {
        font-size: var(--font-size-5xl);
    }
    .about-us-team-list .category-heading {
        font-size: var(--font-size-4xl);
    }
}

/* Partner list section */
.about-us-partner-list {
    padding: 100px 0;
}
.about-us-partner-list .container {
    width: 100%;
    max-width: 80%;
    padding: 0;
}
.about-us-partner-list .section-heading {
    font-size: var(--font-size-3xl);
    font-weight: 700;
    margin-bottom: 20px;
    color: var(--color-primary) !important;
}
.about-us-partner-list .section-description {
    font-size: 16px;
    color: #000;
    margin-bottom: 30px;
}

.stratighiki-etairoi-section,
.sponsors-section {
    width: 100%;
    max-width: 80%;
    padding: 0;
    margin: 2rem auto;
}

.stratighiki-etairoi {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.stratighiki-etairoi-section h5,
.sponsors-section h5 {
    color: var(--color-primary) !important;
    font-size: var(--font-size-3xl);
    font-weight: 700;
    margin-bottom: 30px;
}

.stratighiki-etairoi img {
    background-color: #efefef;
    /* max-width: 30%; */
}

.sponsors-section img {
    background-color: #efefef;
    padding: 2rem;
}

@media (min-width: 768px) {
    .about-us-partner-list .section-heading {
        font-size: var(--font-size-5xl);
    }
    .stratighiki-etairoi {
        flex-direction: row;
    }
    .stratighiki-etairoi-section h5,
    .sponsors-section h5 {
        font-size: var(--font-size-4xl);
    }
    .stratighiki-etairoi img {
        max-width: 30%;
    }
}

@media (min-width: 1200px) {
    .stratighiki-etairoi img {
        max-width: 20%;
    }
}

@media (min-width: 1600px) {
    .stratighiki-etairoi img {
        max-width: 15%;
    }
}

@media (min-width: 1921px) {
    .about-us-partner-list .partner-logo:first-child img,
    .about-us-partner-list .partner-logo:last-child img {
        max-width: 60%;
    }
    .stratighiki-etairoi img {
        max-width: 10%;
    }
}

/* Page drasthriothtes */

.gnwsi-kai-pliroforia-page .pageHeaderSection,
.anaptiksi-deksiotiton-page .pageHeaderSection,
.eniskhisi-diktyosis-page .pageHeaderSection,
.prasini-erghasia-kai-neoi-page .pageHeaderSection {
    height: 600px;
    background-size: cover !important;
}

.gnwsi-kai-pliroforia-page .pageHeaderSection .container,
.anaptiksi-deksiotiton-page .pageHeaderSection .container,
.eniskhisi-diktyosis-page .pageHeaderSection .container,
.prasini-erghasia-kai-neoi-page .pageHeaderSection .container {
    padding: 0;
    width: 100%;
    max-width: 80%;
}

.gnwsi-kai-pliroforia-page .border,
.anaptiksi-deksiotiton-page .border,
.eniskhisi-diktyosis-page .border,
.prasini-erghasia-kai-neoi-page .border {
    width: 150px;
    margin-top: 2rem;
}

/* div with border */
.gnwsi-kai-pliroforia-page .border {
    border: 3px solid rgb(129, 215, 66) !important;
}
.anaptiksi-deksiotiton-page .border {
    border: 3px solid rgb(237, 237, 137) !important;
}
.eniskhisi-diktyosis-page .border {
    border: 3px solid rgba(221, 153, 51, 0.69) !important;
}
.prasini-erghasia-kai-neoi-page .border {
    border: 3px solid #88a93e !important;
}

/* Background */

/* .gnwsi-kai-pliroforia-page .pageHeaderSection .bg-overlay {
    width: 100%;
    height: 100%;
    background-size: cover !important;
    background-attachment: fixed !important;
    background-position: bottom !important;
    position: absolute;
    background: linear-gradient(
            90deg,
            rgb(0, 20, 39) 30%,
            rgba(136, 169, 62, 0.7) 100%
        ),
        url("/themes/ripple/images/general_images/sidebar-bg.jpg");
}
.anaptiksi-deksiotiton-page .pageHeaderSection .bg-overlay {
    width: 100%;
    height: 100%;
    background-size: cover !important;
    background-attachment: fixed !important;
    background-position: bottom !important;
    position: absolute;
    background: linear-gradient(
            90deg,
            rgb(0, 20, 39) 30%,
            rgb(237, 237, 137, 0.7) 100%
        ),
        url("/themes/ripple/images/general_images/sidebar-bg.jpg");
}
.eniskhisi-diktyosis-page .pageHeaderSection .bg-overlay {
    width: 100%;
    height: 100%;
    background-size: cover !important;
    background-attachment: fixed !important;
    background-position: bottom !important;
    position: absolute;
    background: linear-gradient(
            90deg,
            rgb(0, 20, 39) 30%,
            rgba(221, 153, 51, 0.69) 100%
        ),
        url("/themes/ripple/images/general_images/sidebar-bg.jpg");
}
.prasini-erghasia-kai-neoi-page .pageHeaderSection .bg-overlay {
    width: 100%;
    height: 100%;
    background-size: cover !important;
    background-attachment: fixed !important;
    background-position: bottom !important;
    position: absolute;
    background: linear-gradient(
            90deg,
            rgb(0, 20, 39) 30%,
            rgba(71, 155, 48, 0.58) 100%
        ),
        url("/themes/ripple/images/general_images/sidebar-bg.jpg");
} */

#news-by-cat-list h3 {
    color: #111 !important;
}

#news-by-cat-list p {
    color: #191919 !important;
    font-size: 14px;
}

.gnwsi-kai-pliroforia-page .pageHeaderSection img,
.anaptiksi-deksiotiton-page .pageHeaderSection img,
.eniskhisi-diktyosis-page .pageHeaderSection img,
.prasini-erghasia-kai-neoi-page .pageHeaderSection img {
    object-fit: contain !important;
    border-radius: 16px;
}

@media (min-width: 768px) {
    #pillars-template .container {
        width: 100%;
        max-width: 80%;
        padding: 0;
    }
}

@media (min-width: 992px) {
    /* .gnwsi-kai-pliroforia-page .pageHeaderSection .bg-overlay {
        clip-path: polygon(0 0, 100% 0, 100% 55%, 0 95%);
    }
    .anaptiksi-deksiotiton-page .pageHeaderSection .bg-overlay {
        clip-path: polygon(0 0, 100% 0, 100% 55%, 0 95%);
    }
    .eniskhisi-diktyosis-page .pageHeaderSection .bg-overlay {
        clip-path: polygon(0 0, 100% 0, 100% 55%, 0 95%);
    }
    .prasini-erghasia-kai-neoi-page .pageHeaderSection .bg-overlay {
        clip-path: polygon(0 0, 100% 0, 100% 55%, 0 95%);
    } */
    #pillars-template .container {
        max-width: 70%;
    }
    .gnwsi-kai-pliroforia-page .pageHeaderSection img,
    .anaptiksi-deksiotiton-page .pageHeaderSection img,
    .eniskhisi-diktyosis-page .pageHeaderSection img,
    .prasini-erghasia-kai-neoi-page .pageHeaderSection img {
        max-width: 30%;
    }
}

@media (min-width: 1921px) {
    #pillars-template .container {
        max-width: 60%;
    }
}

/* No banner with filters template */

.no-banner-with-filters-page-container {
    width: 100%;
    max-width: 80%;
    padding: 0;
}

#no-banner-with-filters-page-container .page-sidebar {
    width: auto;
}

.digital-library-page #no-banner-with-filters-page-container .page-sidebar {
    width: 100%;
}

@media (min-width: 768px) {
    .digital-library-page #no-banner-with-filters-page-container .page-sidebar {
        border-radius: 0px;
    }
}

.active-filter-highlight {
    color: #ffb300 !important;
    font-weight: 700;
    border: none;
    transition: color 0.2s, border-color 0.2s;
}

.filterBtn a:focus {
    box-shadow: none !important;
}

@media (min-width: 768px) {
    .filterBtn a {
        width: 200px;
        height: auto;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .blog-page .filterBtn a {
        width: 300px;
    }
    /* .digital-library-page .filterBtn a {
        height: 100px;
    } */
}

@media (min-width: 1400px) {
    .filterBtn a {
        width: 300px;
    }
    .blog-page .filterBtn a {
        width: 400px;
    }
}

@media (min-width: 1921px) {
    .filterBtn a {
        width: 400px;
    }
    .blog-page .filterBtn a {
        width: 500px;
    }
}

/* BLOG PAGE */
.digitalpost-page .container {
    /* max-width: 80% !important; */
    padding: 0;
}

/* Platform Project */

/* .platform_project-page .container {
    width: 100%;
    max-width: 80%;
    padding: 0;
} */

body.platform_project-page h3.post__title {
    text-align: center;
    /* color: #1d0082; */
}

body.platform_project-page h3.post__title:after {
    content: none;
}

.platform_project-page section.platform_project label {
    /* color: #4720d1 !important; */
    font-size: 1.2rem !important;
}

.project-info_container {
    padding: 35px 20px;
    background: #edefe3;
    border-radius: 0 0 25px 0;
}

.platform_project-page section.platform_project h3 {
    /* color: #1d0082; */
    font-size: 1.8rem;
    font-weight: 700;
}

.platform_project-page section.platform_project h4 {
    /* color: #1d0082; */
    font-size: 1.5rem;
    font-weight: 700;
}

.platform_project-page section.platform_project h5 {
    /* color: #4720d1; */
    font-size: 1.3rem;
}

.platform_project-page section.platform_project p {
    background-color: inherit !important;
    /* color: #3e3c63 !important; */
    font-size: 1rem !important;
}

/* body.platform_project-page article aside {
    background: #0000 linear-gradient(180deg, #3810c1 0%, #3810c1 100%) 0% 0%
        no-repeat padding-box;
    box-shadow: 6px 6px 40px #623bec66;
    border-radius: 25px;
    padding: 30px;
    position: sticky;
    top: 50px;
} */

@media (min-width: 768px) {
    body.platform_project-page h3.post__title {
        text-align: left;
        font-size: 40px;
    }
}

@media (min-width: 992px) {
    .platform_project-page section.platform_project .position-relative {
        top: -4rem;
    }
}

/* Partner inside page */

.partner-page .container,
.publication-page .container,
.posts-page .container,
.platform_project-page .container,
.news-page .container {
    width: 100%;
    max-width: 100%;
    padding: 0;
}

.partner-page .container section.pageHeaderSection,
.publication-page .container section.pageHeaderSection,
.posts-page .container section.pageHeaderSection,
.platform_project-page .container section.pageHeaderSection,
.news-page .container section.pageHeaderSection {
    height: 450px;
}

.partner-page .container section.pageHeaderSection .container,
.publication-page .container section.pageHeaderSection .container,
.posts-page .container section.pageHeaderSection .container,
.platform_project-page .container section.pageHeaderSection .container,
.news-page .container section.pageHeaderSection .container {
    max-width: 80%;
    height: 100%;
}
@media (min-width: 768px) {
    .partner-page .singlePostContainer {
        max-width: 75%;
    }
}

@media (min-width: 1400px) {
    .news-page .singlePostContainer,
    .publication-page .singlePostContainer,
    .posts-page .singlePostContainer,
    .digitalpost-page .singlePostContainer,
    .platform_project-page .singlePostContainer,
    .news-page .singlePostContainer {
        width: 1170px;
        margin: auto;
    }
}

.partner-page .container section.pageHeaderSection .container img {
    /* max-width: 40%; */
    height: auto;
    object-fit: cover;
    border-radius: 10px;
    background: white;
    padding: 15px;
    box-shadow: 0px 15px 20px 0px #0000001f;
}

.partner-page .page-intro .bg-overlay {
    background: inherit !important;
}

.partner-page .post__title {
    font-size: 36px;
    font-weight: 700;
    line-height: 64px;
    color: #fff;
}

.partner-page .border {
    width: 150px;
    border: 3px solid #88a93a !important;
}

.partner-page .contact-info-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.partner-page .sub-text {
    color: #88a93e;
    font-size: 1rem;
}

.partner-page .contact-info-container .border {
    width: 100px;
    border: 2px solid #88a93a !important;
}

.partner-page .contact-info-container p,
.partner-page .contact-info-container a {
    font-size: 1rem;
    color: #001427;
}

@media (min-width: 768px) {
    .partner-page .post__title {
        font-size: 46px;
    }
    .partner-page .container section.pageHeaderSection .container img {
        max-width: 40%;
    }
}

@media (min-width: 992px) {
    .partner-page .post__title {
        font-size: 52px;
    }
}

@media (min-width: 1400px) {
    .partner-page .container section.pageHeaderSection .container img {
        max-width: 30%;
    }
}

@media (min-width: 1921px) {
    .partner-page .container section.pageHeaderSection .container img {
        max-width: 25%;
    }
}

/* epikoinonia page */

.epikoinonia-page .pageHeaderSection {
    height: 600px;
    /* height: 100vh; */
}
.epikoinonia-page .pageHeaderSection .bg-overlay {
    background: linear-gradient(45deg, #001427d1 0%, #001427d1 100%),
        url("/themes/ripple/images/general_images/hands.jpg") center center
            no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: bottom !important;
}
.epikoinonia-page .pageHeaderSection > .container {
    height: calc(100% - 75vh);
    max-width: 100%;
    width: 60%;
}

.epikoinonia-page #contact-form {
    position: absolute;
    top: 25vh;
}

/* .epikoinonia-page #contact-form .container {
    max-width: 100%;
    width: 60%;
} */

.epikoinonia-page #contact-form form.contact-form label.contact-label {
    color: #fff !important;
}

.epikoinonia-page #contact-form form.contact-form input.contact-form-input,
.epikoinonia-page #contact-form form.contact-form textarea.contact-form-input {
    background: rgb(255 255 255 / 22%);
    border: none;
    height: 46px;
    border-radius: 15px;
    padding-left: 15px;
    color: #fff;
    opacity: 1;
    font-size: 19px;
    font-weight: 300;
    padding-right: 15px;
}

.epikoinonia-page #contact-form form.contact-form textarea.contact-form-input {
    height: 150px;
}

.epikoinonia-page
    #contact-form
    form.contact-form
    input.contact-form-input:focus,
.epikoinonia-page
    #contact-form
    form.contact-form
    textarea.contact-form-input:focus {
    border-color: #88a93e;
}

.epikoinonia-page #contact-form form.contact-form .contact-form-group p {
    color: #fff;
}

.epikoinonia-page #contact-form form.contact-form .contact-form-group button {
    background-color: #88a93e;
    border-color: #88a93e;
    border-radius: 12px;
    background: #88a93e;
    color: #fff;
    transition: 0.35s ease all;
    min-width: 150px;
}

.epikoinonia-page .contact-info {
    margin-top: 50px;
}

/* .epikoinonia-page .contact-info .sub-text {
    color: #fff;
} */

.epikoinonia-page .contact-info .border {
    width: 100px;
    border: 2px solid #88a93e !important;
}

.epikoinonia-page .contact-info a {
    color: #000;
    font-size: 16px;
}

.epikoinonia-page #contact-form .contact-info a {
    margin-top: 20px;
    display: flex;
    gap: 10px;
}

/* .epikoinonia-page .contact-info svg path {
    fill: #000;
} */

@media (min-width: 768px) {
    .epikoinonia-page #contact-form .container {
        max-width: 100%;
        width: 60%;
    }
}

@media (min-width: 992px) {
    .epikoinonia-page .contact-info {
        margin-top: 100px;
    }
}

/* iframe  */

.news-page div.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding-bottom: 56.25%;
    overflow: hidden;
    margin-bottom: 20px;
}

.news-page iframe.embed-responsive-item {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

/* cookies */
.cookie-consent.cookie-consent-minimal {
    bottom: 3%;
    padding: 0 !important;
    border-radius: 2rem;
}

.cookie-consent .cookie-consent-body {
    padding: 0 !important;
    margin: 0;
}

.customCookiesContainerTop {
    background: #88a93e;
    padding: 1.5rem 2rem;
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
}

.cookie-consent .cookie-consent__agree {
    background-color: #88a93e !important;
    color: white !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    border-radius: 1rem !important;
    padding: 0.5rem 1.5rem !important;
    text-transform: capitalize !important;
    margin-top: 0 !important;
    border: none !important;
}

.cookie-consent .cookie-consent__agree:hover {
    background-color: #88a93e !important;
    opacity: 0.85 !important;
    color: white !important;
    opacity: 0.85;
}

.cookie-decline {
    background-color: #e1e1e1;
    color: black;
    font-size: 14px;
    font-weight: 500;
    border: none;
    border-radius: 1rem;
    padding: 0.5rem 1.5rem;
    text-transform: capitalize;
}

.cookie-decline:hover {
    box-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.4), 0 1px 2px -1px rgb(0 0 0 / 0.4);
}

.button_wrapper .advancedSearch {
    background-color: #86a83e !important;
    color: white;
    box-shadow: 0px 5.43px 5.43px 0px #00000040 !important;
    border: 1.36px solid #88a93e !important;
    border-bottom-right-radius: 24px;
    padding: 15px 25px !important;
    margin-top: 2rem;
    /* height: 56px !important; */
}

.button_wrapper .advancedSearch:hover {
    opacity: 0.85;
}

.contact-button {
    background-color: #86a83e !important;
    border-color: #88a93e !important;
}

.user-single-page .sidebar-description p {
    color: #fff !important;
}

.iso {
    max-width: 200px;
}

@media (min-width: 1400px) {
    .iso {
        width: 80px;
    }
}

.advanced-search-page .page-intro__title,
.events-page .page-intro__title,
.event-page .page-intro__title,
.lab-page .page-intro__title {
    color: white !important;
}

.post--single .post__title,
.page-intro__title {
    color: var(--color-primary) !important;
    font-size: 40px;
    font-weight: 700;
}

.partner-item-link .description {
    color: black;
}

