body{
background-color: #fff;
scroll-behavior: smooth !important;
}

@keyframes jumpy-scroll {
	0% {
		transform: translateY(0);
	}

	50% {
		transform: translateY(20px);
	}

	100% {
		transform: translateY(0);
	}
}

.scroll-down {
	position: absolute;
	bottom: 50px;
	left: 50px;
	cursor: pointer;
	animation: jumpy-scroll 500ms 4;
	font-weight: bold;
}

.scroll-down a {
	padding: 0.5rem 1rem;
	width: 50px;
	aspect-ratio: 1;
	background-color: var(--site2);
	border-radius: 90px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	color: #fff;
	width: 100%;
	height: 100%;
	font-family: 'Assistant';
}

.scroll-down a.fa {
	font-family: 'fontAwesome';
}
.header {
background: rgba(255, 255, 255, 0);
}
.header .logo {
flex-basis: 200px;
}
.header .logo img {
height: 185px;
margin-top: -40px;
}
.header nav {
margin-right: 0.5rem;
}
.grad{
position: fixed;
width: 100%;
height: 100%;
background: linear-gradient(230deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
top:0;
left: 0;
}
.gradtop{
position: absolute;
width: 100%;
height:120px;
background: linear-gradient(-180deg, rgba(255,255,255,0.25) 0%, rgba(255,255,255,0) 80%);
top:0;left: 0;
}
.cover {
position: relative;
min-height: 670px;
padding-top: 8rem;
	padding-right: 16rem;
}

.cover-slick {
width: 100%;
height: 100%;
position: absolute;
top: 0;
right: 0;
z-index: -1;
}

.cover-slick div {
height: 100%;
background-size: cover;
background-position: center;
}

.cover .toggle-slick {
position: absolute;
top: 125px;
left: 50px;
background: #ffffff90;
border: 0;
padding: 0.1rem 0.5rem;
border-radius: 0.5rem;
display: none;
}



.cover-content {
position: absolute;
top: 50%;
left: 50%;
margin-right: -50%;
transform: translate(-50%, -50%);
z-index: 99;
text-align: center;

max-width: 600px;
margin-top: -60px;
}

.cover h2{
font-weight: 800;
font-size: 3.75rem;
color:var(--text);
}
/**/

video {
position: absolute;
bottom: 0;
right: 0;
width: 100%;
height: 100%;
background-size: cover;
transition: 1s opacity;
object-fit: cover;
z-index: -1;
}

#toggle-video {
position: absolute;
top: 125px;
right: 15px;
background: none;
border: 0;
}

.services{
position: absolute;
right: 3rem;
top:18rem;
width: 20vw;
}

.services .wrapper{
width: 100%;
}
.services .service:hover{
transform:scale(1.1);
text-decoration: none;
}
.services .service:hover figcaption{
color:var(--site2);
}
.services .service img{
width: 82px;
}

.services .service{
display: block;
padding-block: 1rem;
border-bottom: 1px solid rgba(0,0,0,0.1);
}
.services .wrapper > div:last-child .service{
border-bottom: 0;
}
.services .service figure{
align-items: center;
display: flex;
gap:1rem;
}
.services figcaption{
font-size: 2.4rem;
color:var(--text);
}
/* Articles */

.articles {
padding: 3rem 2rem;
}
.articles h2 {
font-weight: bold;
margin-bottom: 2rem;
}
.articles article {
display: block;
height: 100%;
}
.articles .row > div {
margin-bottom: 30px;
}
.article {
display: block;
background: #fff;
color: #000;
box-shadow: 0 0 25px rgba(0,0,0,0.1);
position: relative;
height: 100%;
}
.article img {
display: block;
width: 100%;
}
.article .info {
padding: 1rem;
}
.article h3 {
font-weight: bold;
}
.article .date {
padding-bottom: 56.25%;
position: relative;
background: rgb(87, 129, 207);
background: linear-gradient(45deg, rgb(77, 131, 246) 0%, rgb(132, 146, 183) 50%, rgb(88, 109, 215) 100%);
}
.article .date > div {
position: absolute;
top: 50%;
left: 50%;
margin-right: -50%;
transform: translate(-50%, -50%);

font-size: 3rem;
color: #fff;
text-align: center;
font-weight: bold;
}
.article .date > div > span:nth-child(2) {
font-size: 1.5rem;
display: block;
}


/**/
section.events{
position: relative;
display: flex;
flex-wrap: wrap;
width: 100%;
padding: 0rem 12rem;
overflow: hidden;
}
section.events h2{
padding-right: 5rem;
margin-block: 5rem;
font-size: 3.5rem;
font-weight: 800;
color: var(--site2);
position: relative;
}
section.events .bg{
position: absolute;
top:1rem;
right:10rem;
opacity: 0.25;
}
section.events .bg img{
width: 100%;
max-width: 30vw;
}

section.events .bg2{
position: absolute;
bottom:10rem;
width: 100%;
opacity: 0.25;
z-index: -1;
display: flex;
justify-content: center;
}
section.events .bg2 img{
right:50%;
transform: translateX(50%);
width: 100%;
width: 280px;
}
section.events > div{
width: 100%;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
max-width: 1600px;
margin-inline:auto;
}
section.events .read{
display: flex;
justify-content: flex-end;
margin-block:6rem;

}
section.events .read a{
width: 100%;
max-width:30vw;
background-color: var(--site1);
padding: 5px;
border-radius: 50px;
color:var(--text);
font-size: calc(12px + (30 - 12) * ((100vw - 320px) / (1280 - 320)));
text-align: center;
}
section.events .read a span{
width: 100%;
height: 100%;
display: block;
border:1px solid #fff;
border-radius: 50px;
padding-block: 0.9rem;
}
section.events .read a:hover{
transform: scale(1.1);
text-decoration: none;
background-color: var(--site2);
color:#fff;
}
.event-promo {
border: 1px solid currentColor;
display: block;
margin-bottom: 30px;
color: inherit;
}

.event-promo .pic {
background-color: #f9f9f9;
padding-bottom: 72%;
overflow: hidden;
position: relative;
margin: 5px;
}

.event-promo .pic img {
position: absolute;
top: 0;
right: 0;
width: 100%;
height: 100%;
object-fit: cover;
}
.event-promo .details {
border-top: 1px solid currentColor;
padding: 1rem;
color: var(--text);
font-size: 1.15rem;
background-color: #fff;
}
.event-promo .details .mb-2 {
	color: var(--text);
}
.event-promo .details .name {
font-weight: bold;
font-size: 1.5rem;
min-height: 4rem;
color: var(--text);
}
.event-promo .read-more {
text-align: left;
}
.event-promo .read-more-btn{
padding: 2px 10px;
margin-left: -1rem;
border-radius: 0 1rem 1rem 0;
}
.btn-primary, .event-promo .read-more-btn {
background-color: var(--site1);
border-color: var(--site1);
color: #fff;
}
.event-promo .read-more {
text-align: left;
}
.event-promo .details .icon {
background-color: var(--site1);
margin-right: -1rem;
border-radius: 1rem 0 0 1rem;
display: inline-block;
width: 40px;
text-align: center;
padding: 2px 0;
color:#fff;
}

.ribbon-date {
position: absolute;
top: 0;
left: 15px;
background: #fff;
color: #000;
padding: .5rem 1rem;
}
.ribbon-date span {
display: block;
}
.ribbon-date span:nth-child(1) {
font-weight: bold;
font-size: 1.5rem;
}

/* News * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

.news {
padding: 1rem;
background: var(--site1);
position: relative;;
}

.news .content {
position: relative;
}

.news .buttons {
position: absolute;
top: 1.9rem;
left: 1.9rem;
}

.news a {
color: #000;
display: block;
}

.news .container{
min-width: 98%;
}

.news h2 {
background: var(--site4);
color: #000;
font-size: 1.2rem;
font-weight: bold;
position: absolute;
top: 0;
right: -2px;
padding: .219rem .75rem;
margin: 0;
border-radius: 2rem;
z-index: 5;
}

.news h2 a {
color: inherit;
}


.bn-news ul li a {
font-size: 1.2rem;
line-height: 1.2rem;
padding: .36rem 0;
color: inherit;
}

.bn-news ul li a:hover {
color: #fff;
}

.bn-effect-scroll .bn-news ul li {
padding: 0 1rem;
}

.news .date {
font-weight: bold;
}

.news .date:after {
content: ' | ';
margin: 0 10px;
}

.news-toggle {
width: 26px;
height: 26px;
border: 1px solid #fff;
border-radius: 50%;
background: #111;
color: #fff;
background: none;
font-size: 14px;
}

.bn-controls {
left: 0;
right: auto;
}

.bn-controls button {
border: 0;
width: 30px;
height: 30px;
border-radius: 50%;
background: var(--site4);
color: #000;
padding: 0;
margin-right: 5px;
}

.bn-arrow {
top: -1px;
}

.bn-pause::before, .bn-pause::after {
background-color: #000;
}
.bn-play::after {
border-left-color: #fff;
}

.bn-controls button:hover {
background-color: #111;
color: #fff;
box-shadow: none;
}
.bn-controls button:hover .bn-pause::before,
.bn-controls button:hover .bn-pause::after{
background-color:#fff;
}
.bn-arrow.bn-prev{
left:1px;
}
.bn-pause{
top:2px;
left: -2px;
}
.bn-pause::after {
left: -2px;
}
/**/
.footer img{
display: block;
width: 45.5vw;
}
.footer .bgpic{
display: block;
position: absolute;
bottom: 0;
}

.footer .container-fluid > .btgrid > .row-1, 
.footer .container-fluid > .btgrid > .row-2{
padding-right: 30%;
padding-left: 5%;
}


/* Fast Nav */

.fast-navigation {
padding: 1rem 0;
border-radius: 0 0 2rem 2rem;
color: #fff;
width: fit-content;
margin: 0 auto;
}

.fast-navigation:after {
clear: both;
display: block;
content: '';
}


.fast-navigation label {
background: var(--site1);
border-radius: 0 2rem 2rem 0;
padding: 5px 10px;
border: 0;
margin: 0;
}

.fast-navigation select {
background: #fff;
border: 0;
border-radius: 0;
padding: 5px 10px;
border-right: 1px solid #ddd;
border-left: 1px solid #ddd;
}

.fast-navigation button {
background: var(--site1);
border: 0;
border-radius: 2rem 0 0 2rem;
padding: 5px 10px;
color: #fff;
font-weight: bold;
}

.side-banners a {
background-color: #fff;
display: block;
padding: 1rem;
margin: 1rem 0;
}

/**************************************************************/

@media (min-width: 992px) {
.fast-navigation .smart-nav-sub > label,
.fast-navigation .smart-nav-sub > select,
.fast-navigation .smart-nav-sub > button {
float: right;
display: block;
}

.bn-news {
padding-right: 100px;
}
.centered {
position: absolute;
top: 50%;
left: 50%;
margin-right: -50%;
transform: translate(-50%, -50%);
}
.fast-navigation > label, .fast-navigation > select, .fast-navigation > span {
float: right;
display: block;
}
.side-banners {
position: absolute;
top: 50%;
transform: translate(0, -50%);
}
.side-banners.side-banners-right {
right: 0;
}
.side-banners.side-banners-left {
left: 0;
}
.cover {
height: 94vh;
}
.news a {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
}


/**************************************************************/

@media (max-width:1600px){
section.events{
padding-inline: 2rem;
}
}
@media (max-height:900px) {
	.services {
		top: 14rem;
	}

	.services .service {
		padding-block: 1rem;
	}

	.services .service img {
		width: 65px;
	}
}

@media (max-height:720px) {

	.services .service img {
		width: 59px;
	}

	.services .service {
		padding-block: 0.8rem;
	}

	.services figcaption {
		font-size: 1.8rem;
	}
}
@media (max-width: 991px) {
.scroll-down {
		display: none;
	}
body{
padding-bottom: 0;
}
.bn-direction-rtl .bn-controls {
	display: none;
}
.header .logo{
flex-basis: unset;
}
.header .logo img{
height: 50px;margin-top: 0;
}
.grad{
opacity: 0;
}
.cover {
padding: 0;
padding-top: 0;
height: 225px;
min-height: unset;
}
.cover-slick{
position: relative;
}
.cover h2{
display: none;
}
.centered {
text-align: center;
}
.centered-banner img {
max-width: 100%;
}
.news h2 {
display: none;
}
.cover .toggle-slick {
display: none;
}
video, #toggle-video {
display: none;
}

.fast-navigation > label, .fast-navigation > select, .fast-navigation > span {
display: block;
border-radius: 2rem;
width: 100%;
}

.fast-navigation .smart-nav-sub > label,
.fast-navigation .smart-nav-sub > select,
.fast-navigation .smart-nav-sub > button {
display: block;
border-radius: 2rem;
}

.fast-navigation .smart-nav-sub > select {
width: 100%;
margin: .5rem 0;
}

.smart-nav-submit {
margin: 0 auto;
}
section.events{
margin-top: 35rem;
}
.services{
right: 0;
top:5rem;
position: relative;
width: 100%;
z-index: 2;
}
.services .service:hover{
transform: none;
}
section.events h2{
padding:unset;
margin-inline:auto;
width: 100%;
text-align: center;
margin-block:2rem;
font-size: 2.8rem;
}
section.events .read{
justify-content: center;
margin-block:3rem;
}
section.events .read a{
font-size: calc(1.5rem + 0.30vw);
max-width: 320px;
}
.bn-news{
left:0px !important;
}
.services .service figure{
padding-right: 2rem;
}
section.events .bg img{
max-width: 45vw;
}
.footer .container-fluid > .btgrid > .row-1, .footer .container-fluid > .btgrid > .row-2{
padding-inline:0.1rem;flex-direction: column;
align-items: center;
}
.footer .container-fluid > .btgrid > .row-1 + .row-2{
margin-top: 40vw;text-align: center;
}
.footer .col-lg-8 p{
text-align: left;
}
.footer .bgpic{
z-index: -1;
}
.footer img{
width: 100%;
max-width: 600px;
}
.footer .info{
flex: 0 0 auto;
max-width: 287px;
flex-direction: row;
font-size: 1rem;
}
.footer .container-fluid > .btgrid > .row-1 > div + div >  .content > .btgrid >.row{
justify-content: center;
width: 100%;
}
}

@media (max-width:600px){
section.events{
margin-top: 28rem;
}
.services .service{
padding-block: 0.9rem;
}
.services figcaption{
font-size: 1.8rem;

}
.services .service img{
width: 55px;
}

section.events h2{
font-size: 2rem;
line-height: 1;
}
}

@media (max-width:480px){
.footer .bgpic{
bottom:50px;
}
}