img {
    max-width: 100%;
}

.main_header.header_over_bg {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1000;
}

/*.site-home .header-menu a.nav-link:hover {
	background-color: #4c4c4c6b;
}*/

.header-menu .navbar-toggler-icon i {
    color: #000;
}

/*.site-home .header-menu .navbar-toggler-icon i {
    color: #fff;
}*/

.header-menu a.nav-link:hover, .header-menu a.nav-link .dropdown-item:active {
    /*background-color: #f3f3f3;*/
    background-color: #fafafa;
}

.header-menu #navbarBottomHeader, .header-menu .navbar-nav {
    height: 100%;
}

.header-menu .navbar-nav .nav-link {
    height: 100%;
    display: flex;
    align-items: center;
}

.top_header_wrapper .nav-link:hover {
	color: var(--top-header-hover);
}

.header-menu .dropdown-item:active {
	background-color: #747474;
}

.header-menu {
	font-size: 15px;
}

.header-menu .dropdown-menu {
	font-size: 14px;
	border-radius: 0;
}

.main_header .top_header_wrapper {
	background: var(--top-header-bg);
	border: none !important;
}

.bottom_header_wrapper {
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.25);
}

/*body.site-home .bottom_header_wrapper {
    background: rgba(0, 0, 0, 0.8);
    box-shadow: none;
}*/

.main_header .top_header_wrapper {
	font-size: 14px;
}

.main_header .top-header-right {
	font-size: 13px;
}

/*body.site-home .main_header .nav-link,
body.site-home .main_header .main_header .ui-commandlink.ui-widget.nav-link {
	color: #fff;
	font-size: 15px;
}*/

.main_header .header-menu .nav-link,
.main_header .main_header .header-menu .ui-commandlink.ui-widget.nav-link {
	color: #000;
	font-size: 14px;
}

.top-menu-right .nav-link {
    color: var(--top-header-nav-color);
}

.main_header .top_header_wrapper .nav-link,
.main_header .top_header_wrapper .ui-commandlink.ui-widget.nav-link {
	font-size: 13px;
}

.header-home-box {
	background-color: var(--home-top-box-bg);
	flex: 1 1 0;
	word-break: break-all;
}

.header-home-box.header-home-box-news {
	background-color: var(--home-top-box-bg-news);
}

.header-home-box.header-home-box-events {
	background-color: var(--home-top-box-bg-events);
}

.header-home-box.header-home-box-flash-news {
	background-color: var(--home-top-box-bg-flash-news);
}

.home-box-title {
	font-size: 1.2rem;
	margin-bottom: 1rem;
	font-weight: 200;
}

body .ui-widget.site-page-title,
.site-page-title {
	font-family: 'Bree Serif', sans-serif;
	font-size: 36px;
	color: #fff;
	text-align: center;
}

footer {
	background-color: var(--footer-bg);
}

footer hr {
	background-color: var(--footer-hr);
}

.site-breadcrumb a {
	color: #fff;
}

.site-breadcrumb a:hover {
	color: var(--top-header-hover);
}

.section-title {
	font-family: 'Bree Serif', sans-serif;
	text-align: center;
	font-weight: 700;
	margin-bottom: 2rem;
}

.stat-counter {
	font-size: 42px;
	font-weight: 700;
}

/*body {
    --top-header-bg: #1857af;*/
/*#af181d;*/
/*
    --top-header-hover: #bccfea;*/
/*#ffa7a7;*/
/*
    --footer-bg: #00214f;
    --footer-hr: #004762;
    --home-top-box-bg: #0b518dbd;*/
/*#ffffff36;*/
/*
}*/

.site-home .page-header-bg {
	min-height: auto;
}

.page-header-bg {
	min-height: 150px;
}

.top-header-left {
	font-size: 0.7rem;
	color: var(--top-header-left-color);
}

.top_header_wrapper .container {
	padding-left: 0;
	padding-right: 0;
}

.site-slogan {
	font-family: Oswald;
	font-size: 32px;
	color: #fff;
	font-weight: 300;
    line-height: 1.1;
    padding-top: 20px;
    text-transform: uppercase;
	/*letter-spacing: 5px;*/
}

.site-subslogan {
	color: #ffffff;
	font-family: PT Serif;
	font-weight: 400;
	font-style: italic;
	font-size: 20px;
	line-height: 133%;
}

li {
	word-break: break-word;
}

body .ui-tabs.ui-tabs-left>.ui-tabs-nav li.ui-tabs-header {
	white-space: normal;
}

.bottom_header_wrapper .dropdown-menu {
    background-color: transparent;
}

/*.bottom_header_wrapper .dropdown-item {
    color: #fff;
}*/

@media (min-width:992px) {

	.navbar-expand-lg .navbar-nav .nav-link {
		padding-right: 0.8rem;
		padding-left: 0.8rem;
	}

	.bottom_header_wrapper {
        background: #fff;
    }

	.site-home .bottom_header_wrapper {
        box-shadow: none;
    }

	/*.main_header.header_over_bg {
		position: absolute;
	}

	body.site-home .bottom_header_wrapper {
		background: rgba(0, 0, 0, 0.5);
		box-shadow: none;
	}

	body.site-home.hide-bg-header .bottom_header_wrapper {
		background: rgba(0, 0, 0, 0.8);
		box-shadow: none;
	}*/

	.page-header-bg {
		min-height: 150px;
		padding-top: 25px;
	}

	.site-home .page-header-bg {
		min-height: calc(100vh - 140px);
	}

	.top-header-left {
		font-size: 0.8rem;
		color: var(--top-header-left-color);
	}

	.top_header_wrapper .container {
		padding-left: 25px;
		padding-right: 25px;
	}

	.site-slogan {
        font-size: 42px;
        letter-spacing: 5px;
        color: #fff;
        width: 50%;
        font-weight: 500;
	}

	.site-subslogan {
		font-size: 30px;
		color: #fff;
	}

    .bottom_header_wrapper .dropdown-menu {
        background-color: #fff;
    }

    .bottom_header_wrapper .dropdown-item {
        color: #181c32;
    }

    .bottom_header_wrapper .dropdown-item:active {
        color: #fff;
    }

}

.loader-wrapper {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      background-color: #fff;
      display:flex;
      justify-content: center;
      align-items: center;
      z-index: 1001;
}

.lds-ripple {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-ripple div {
  position: absolute;
  border: 4px solid #1f1f1f;
  opacity: 1;
  border-radius: 50%;
  animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
.lds-ripple div:nth-child(2) {
  animation-delay: -0.5s;
}
@keyframes lds-ripple {
  0% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 0;
  }
  4.9% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 0;
  }
  5% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: 0px;
    left: 0px;
    width: 72px;
    height: 72px;
    opacity: 0;
  }
}

.banner-image {
    width: 100%;
    height: 225px;
    position: relative;
    border-left: 1px solid #ffffff;
}

.banner-image img {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 0;
    object-fit: cover;
}

.banner-overlay {
    width: 100%;
    height: 160px;
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 10;
    background: url("/javax.faces.resource/img/banner-img-overlay.png.faces") left bottom no-repeat;
    background-size: 100% 134px;
}

.site-page-title-1 {
    font-weight: 700;
    font-size: 2.7rem;
    line-height: 2.7rem;
    text-transform: uppercase;
    color: #000;
    font-family: Futura,Poppins,Arial, Helvetica, sans-serif;
}

.site-page-title-2 {
    font-weight: 200;
    font-size: 2.2rem;
    line-height: 2.4rem;
    text-transform: uppercase;
    color: #000;
    font-family: Futura,Poppins,Arial, Helvetica, sans-serif;
}

@media (max-width:991px) {
    #navbarBottomHeader {
        position: absolute;
        top: 80px;
        background-color: #fff;
        /*width: calc(100% + 30px);*/
        width: 100%;
        z-index: 11;
        padding-left: 20px;
        padding-right: 20px;
        height: fit-content !important;
        margin-left: -15px;
        border-top: 2px solid #e0e0e0;
        border-bottom: 2px solid #000;
    }

    .bottom_header_wrapper .dropdown-menu {
        width: 100%;
    }

    .header-menu a.nav-link:hover {
        background-color: #fff;
    }

    .header-menu .nav-link.dropdown-toggle {
        justify-content: space-between;

    }

    .header-menu .nav-item, nav-link {
        padding: 2px 8px;
    }

    .header-menu .dropdown-menu {
        box-shadow: none;
    }

    /*.header-menu .dropdown-item {
        padding: 0.5rem 1.25rem;
    }*/

    /*.nav-link {
        padding-left: 16px;
    }*/
}

.nav-item.dropdown:hover>.dropdown-menu {
 display: block;
}

img {
    max-width: 100%;
}

[direction=rtl] .header-menu .dropdown-toggle.nav-link:after, [direction=rtl] .header-menu .dropdown-toggle.btn:after {
    margin-left: 0.255em;
    margin-right: 0.5rem;
}

[direction=rtl] .header-menu .dropdown-toggle::after {
    margin-right: 0.5rem;
    margin-left: 0.255em;
}

.public-widget-header {
    background-color: var(--public-widget-header-bg);/*#0086be;*/
    border-left: 5px solid var(--public-widget-border-color);
    padding: .5rem;
    margin-bottom: 1.25rem;
    color: #fff;
    text-transform: uppercase;
}

.fixed-top {
    top: -40px;
    transform: translateY(40px);
    transition: transform .5s;
}

#main-nav-bar.fixed-top {
    box-shadow: 0px 4px 20px -3px rgb(6 20 47 / 28%) !important;
}

#main-nav-bar {
    background-color: #efefef;
}

/* enrol box */
.home-enrol-box {
    /*background-color: #f07f38;*/
    background-color: #3a3a3ab8;
    width: 50%;
    border: 3px solid #fff;
    border-radius: 25px !important;
    text-align: center;
    padding: 2rem;
    margin-top: 24px;
    min-width: 310px;
    margin-left: auto;
    margin-right: auto;
}

.home-enrol-box .enrol-title {
    font-size: 1.4rem !important;
    font-weight: 700 !important;
    color: #ffffff;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 1rem;
}

.home-enrol-box .enrol-btn {
    background-color: #f7e0d1;
    font-weight: 700;
    padding: 0.6rem 5rem;
    font-size: 1.3rem;
    border-radius: 10px;
    color: #e6610e;
    display: inline-block;
}

.home-enrol-box .enrol-btn:hover {
    background-color: #fff;
}

@media (min-width:992px) {

    .home-enrol-box {
        position: absolute;
        right: 78px;
        top: 18px;
        width: 25%;
        margin-top: 0;
    }

    [direction=rtl] .home-enrol-box {
        left: 78px;
        right: unset;
    }

    .home-enrol-box .enrol-title {
        font-size: 1.4rem !important;
        font-weight: 700 !important;
        color: #ffffff;
        letter-spacing: 2px;
        text-transform: uppercase;
        margin-bottom: 1rem;
    }

    .home-enrol-box .enrol-btn {
        background-color: #f7e0d1;
        font-weight: 700;
        padding: 0.6rem 5rem;
        font-size: 1.3rem;
        border-radius: 10px;
        color: #e6610e;
        display: inline-block;
    }

    .home-enrol-box .enrol-btn:hover {
        background-color: #fff;
    }
}

/* end enrol box */

body .header-home-box span.ui-carousel-prev-icon.pi.pi-chevron-left,
body .header-home-box span.ui-carousel-next-icon.pi.pi-chevron-right {
    color: #c3c3c3;
}

body .header-home-box .ui-carousel-prev.ui-link:hover span.ui-carousel-prev-icon.pi.pi-chevron-left,
body .header-home-box .ui-carousel-next.ui-link:hover span.ui-carousel-next-icon.pi.pi-chevron-right {
    color: #000;
}

.footer {
    color: #fff;
}
.footer .footer-item {
    /*border-bottom: 1px solid #182d54;*/
    color: #fff;
}

.footer-item a {
    color: #fff;
}

.footer-item a:hover {
    color: #5c8eeb;
}

.footer-copyright {
    color: #fff;
}

.dropdown.lang-dropdown .dropdown-toggle:after {
    display: none;
}

body {
    --top-header-bg: #fff;
    --top-header-left-color: #575757;
    --top-header-hover: #000;
    --top-header-nav-color: #3c3c3c;
    --home-top-box-bg-news: #00133585; /*#0a1e42d1;*/
    --home-top-box-bg-events: #00133585; /*#0a1e42d1;*/
    --home-top-box-bg-flash-news: #00133585; /*#0a1e42d1;*/
    --footer-bg: #001335;
}

