.cover {
  height: 100vh;
  position: relative;
  min-height: 900px;
}

@media (max-width: 1199px) {
  .cover {
    height: 100%;
  }
}

.cover-slick {
  width: 100%;
  height: 100%;
}

.cover-slick div {
  height: 100%;
  background-size: cover;
  background-position: center;
}

.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-content h1 {
  margin-bottom: 1rem;
}

.cover-content h1 > span {
  background: rgba(3, 25, 48, 0.9);
  color: #fff;
}

.cover-content h1 > span > span {
  color: #fffc00;
}

.cover-content p {
  margin: 0;
}

.cover-content .text {
  background: rgba(204, 211, 223, 0.8);
  padding: 1rem;
  color: #333;
  display: inline-block;
}

/**/
/* 
.services {
	text-align: center;
}

@media (min-width: 992px) {
	.services {
		position: absolute;
		top: 50%;
		left: 50%;
		margin-right: -50%;
		transform: translate(-50%, -50%);
		z-index: 5;
	}
}

.services>div {
	display: inline-block;
}

.services>div>a {
	display: block;
	width: 230px;
	height: 230px;
	position: relative;
	margin: 2rem;
}

@media (max-width: 991px) {
	.services>div>a {
		margin: .5rem;
	}
}

.services>div>a:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: url(images/circle.png);
	background-repeat: no-repeat;
	background-position: center;
}

.services>div>a:hover {
	transform: scale(1.2);
}

.services>div>a:hover:before {
	animation: fa-spin 4s infinite linear;
}

.services>div>a>span {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-right: -50%;
	transform: translate(-50%, -50%);
	width: 180px;
	height: 180px;

	background: rgba(56, 56, 56, .4);
	border-radius: 50%;
}

.services>div>a>span>span {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-right: -50%;
	transform: translate(-50%, -50%);

	font-size: 2.3rem;
	line-height: 2.3rem;
	color: #fff;
	font-weight: bold;

	width: 120px;
	text-align: center;
} */

/*new services */
.services {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  display: flex;
}

.services a.service {
  text-decoration: none;
  margin-left: 6.5rem;
  color: #06559a;
  text-align: center;
  margin-top: -40px;
  width: 235px;
  height: 235px;
  text-align: center;
  padding-top: 80px;
  font-size: 1.75rem;
  font-weight: bold;
  position: relative;
  z-index: 1;
}

.services a.service:hover {
  transform: scale(1.2);
}

.services a.service:nth-child(3) {
  margin-left: 0px;
}

.services a.service:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: url(images/circle2.png);
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
}

.services a.service:hover:before {
  /* transform: scale(1.2) translateY(-10px); */
  animation: fa-spin 1.25s infinite linear;
}

/**/

.news h2 {
  position: absolute;
  right: 27%;
  left: 33%;
  top: 11px;
  text-align: center;
  color: #e3ebbc;
  background: #336485a1;
  border-radius: 15px;
  font-size: 22px;
}

.news .content {
  color: #fff;
  position: relative;
  padding-top: 14px;
}

@media (max-width: 991px) {
  .news .content {
    width: 90%;
  }
}

.news ul {
  list-style: none;
  padding: 0;
  margin: 0;

  padding-top: 10px;
}

.news ul li {
  text-align: center;
}

.news ul a {
  color: inherit;
}

.news .buttons {
  position: absolute;
  top: -18px;
  left: -17px;
  font-size: 18px;
}

.news .buttons button {
  background: none;
  border: 0;
  float: right;
  color: #fff;
}

/**/

.events {
  text-align: left;
}

@media (min-width: 1200px) {
  .events {
    position: absolute;
    bottom: 125px;
    left: 0;
  }
}

/* .events h2 {
	background: rgba(19, 164, 226, .8);
	display: inline-block;
	margin: 0;
	padding: .75rem 2rem;
	border-top-right-radius: 2rem;
	font-size: 1.4rem;
	color: #fff;
} */

.events .content {
  background: hsl(0deg 0% 100% / 80%);

  display: block;
  margin: 0;
  padding: 1rem;
  border-top-right-radius: 3rem;
  border-bottom-right-radius: 3rem;
  height: 102px;
  width: 40vw;
  text-align: right;
  color: #fff;
  min-width: 700px;
}

@media (max-width: 991px) {
  .events .content {
    width: 90%;
    display: inline-block;
  }
}

.events .content a {
  color: inherit;
}

.events .content a:hover {
  text-decoration: none;
}

.events-slick {
  margin-top: -31px;
  padding: 0 30px;
}

.event-content {
  display: table;
}

.event-content > div {
  display: table-cell;
  vertical-align: middle;
}

.event .icon {
  background-image: url(./images/circle.png);
  background-repeat: no-repeat;
  background-size: cover;
  /* background: rgb(149, 213, 241); */
  width: 140px;
  height: 140px;
  border-radius: 50%;
  /* border: 2px solid #fff; */
  text-align: center;

  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;

  display: flex;
  align-items: center;
  justify-content: center;
}

.event .icon > div {
}

@media (max-width: 667px) {
  .event .icon {
    width: 90px;
    height: 90px;
  }
}

.event:hover .icon {
  transform: scale(0.9);
  /* background: #3282b6; */
  background: radial-gradient(
    circle,
    rgba(149, 213, 241, 1) 0%,
    rgba(135, 204, 240, 1) 32%,
    rgba(102, 177, 226, 1) 56%,
    rgba(65, 142, 196, 1) 66%
  );
}

.event .icon .day {
  display: block;
  font-size: 3rem;
  line-height: 3rem;

  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.event:hover .icon .day {
  transform: scale(1.3);
}

.event .icon .month {
  display: block;
}

.event .text {
  padding: 0 1rem;
  color: #24527e;
}

.event .text .name {
  font-weight: bold;
}

.event .text .location {
  color: #ed774f;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 140px;
}

@media (max-width: 667px) {
  .events-slick {
    margin-top: -11px;
  }

  .event .text .name {
    height: 4rem;
    max-width: 140px;
    overflow: hidden;
  }
}

/**/

.moked-banner {
  position: absolute;
  top: 180px;
  left: 0;
  background: rgba(255, 255, 255, 0.9);
  border-top-right-radius: 5rem;
  border-bottom-right-radius: 5rem;
  padding: 15px;
}

.moked-banner:hover {
  padding-left: 3rem;
}

/**/

body {
  background: rgba(0, 0, 0, 0.5);
}

.extra-accessibility-mode body {
  background: #003f7c;
}

.cover {
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

@media (min-width: 992px) {
  .opened-navigation {
    overflow: hidden;
  }

  .opened-navigation .cover {
    -webkit-transform: perspective(300px) rotateY(-20deg);
    transform: perspective(300px) rotateY(-20deg);
  }
}

/**/

.footer {
  display: none;
}

/**/

video {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  background-size: cover;
  transition: 1s opacity;
}

@media (max-width: 1199px) {
  video {
    display: none;
  }
}

.video-toggles {
  position: absolute;
  bottom: 48%;
  right: 15px;

  z-index: 99;
}

#toggle-video {
  background: #99ca3c;
  color: #fff;
  border: 0;
  padding: 10px 15px;
  cursor: pointer;

  width: 44px;

  margin-top: 15px;

  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;

  z-index: 9;

  display: block;
}

#toggle-video:hover,
#toggle-video:focus {
  background: rgba(0, 0, 0, 0.8);
}

@media (max-width: 767px) {
  #toggle-video {
    display: none;
  }
}

#toggle-sound {
  background: #56c4be;
  color: #fff;
  border: 0;
  padding: 10px 15px;
  cursor: pointer;

  width: 44px;

  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;

  z-index: 9;

  display: block;
}

#toggle-sound:hover,
#toggle-sound:focus {
  background: rgba(0, 0, 0, 0.8);
}

@media (max-width: 767px) {
  #toggle-sound {
    display: none;
  }
}

/**/

.more-events-div {
  margin-top: -22px;
  margin-left: -16px;
  text-align: left;
  position: relative;
}

@media (max-width: 667px) {
  .more-events-div {
    margin-top: 5px;
  }
}

.more-events {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
  display: inline-block;
  padding: 0 0.5rem;
  /* background: rgba(237, 119, 79, .8); */
  border-radius: 0 0 1rem 0;
}

.more-events:hover {
  background: #94b921;
}

@media (min-width: 992px) {
  .no-events {
    font-size: 2rem;
    opacity: 0.5;
    letter-spacing: 10px;
    padding: 0.5rem 2rem 3.1rem 1rem;
  }
}

@media (min-width: 1470px) {
  .no-events {
    letter-spacing: 25px;
  }
}

.box-piar {
  display: block;
  position: absolute;
  right: -350px;
  top: 331px;
  z-index: 1;
}

.box-piar .arrow-left {
  position: absolute;
  top: 50%;
  left: -43px;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  background: rgb(193, 82, 136, 0.65);
  padding: 3rem;
  clip-path: circle(50% at 100% 50%);
  padding-right: 16px;
  font-size: 2.75rem;
  font-weight: bold;
  color: #fff;
}

a.piar {
  display: block;
  position: relative;
  width: 350px;
}

a.piar img {
  width: 100%;
  border-radius: 25px 0px 0px 25px;
}

.box-bottom {
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
}

.box-bottom .first {
  width: 100%;
  height: 50px;
  background: rgb(96, 193, 70, 0.5);
}

.box-bottom .second {
  width: 100%;
  height: 40px;
  background: rgb(64, 64, 64, 0.7);
  color: #fff;
}

.box-bottom .second a {
  color: #fff;
  text-decoration: none;
}

.box-bottom .second {
  padding-top: 0.5rem;
}

/* .box-bottom .second .site_name {
	width: max-content;
	text-align: right;
	padding-right: 15px;
	margin-bottom: 0px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;

} */

.box-bottom .second .links {
  float: left;
  width: 50%;
  text-align: left;
  padding-left: 15px;
}

.box-bottom .second p {
  margin-bottom: 0px;
}

@media (max-width: 1199px) {
  .box-bottom {
    position: relative;
  }

  .events .content {
    width: 100%;
    min-width: unset;
    position: relative;
    display: block;
    margin: 2rem 0rem;
    border-radius: 0px;
    margin-bottom: 7rem;
    padding-top: 0px;
    height: 150px;
  }

  a.piar {
    display: block;
    position: relative;
    width: 100%;
    right: 0px;
    left: 0px;
    top: 183px;
    z-index: 1;
    display: block;
    margin: 0px auto;
  }

  .cover-slick {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
  }

  a.piar img {
    width: 50%;
    margin: 0px auto;
    display: block;
  }

  .events {
    padding-top: 116px;
  }

  .event-content {
    display: table;
    padding-top: 0.5rem;
  }

  .events .more-events {
    border-radius: 0;
  }
}

@media (max-width: 991) {
  .cover {
    height: 0;
    position: relative;
  }
}

@media (max-width: 768px) {
}

@media (max-width: 768px) {
  a.piar {
    display: block;
    position: relative;
    width: 86%;
    padding-top: 133px;
    margin: 0px auto;
    right: unset;
    left: unset;
    top: unset;
  }

  a.piar img {
    width: 100%;
  }

  .events .content {
    width: 100%;
    min-width: unset;
    position: relative;
    display: block;
    margin: 2rem 0rem;
    border-radius: 0px;
    margin-bottom: 7rem;
    padding-top: 0px;
  }

  .services {
    display: block;
    position: relative;
    right: unset;
    bottom: unset;
    width: 100%;
    padding-right: 0rem;
    background: unset;
    border-radius: 0;
    height: unset;
    margin-top: 100px;
  }

  .services a.service {
    text-align: center;
    width: 250px;
    height: 251px;
    margin-bottom: 3.5rem;
  }

  .box-bottom {
    margin-bottom: 71px;
  }

  .box-bottom .first {
    width: 100%;
    height: 70px;
    background: rgb(96, 193, 70, 0.5);
  }

  .news .buttons {
    position: absolute;
    top: -22px;
    left: -32px;
    font-size: 24px;
  }

  .news .content {
    width: 100%;
    padding-top: 38px;
  }

  .box-bottom .first {
    height: 73px;
    margin-bottom: 71px;
  }

  .box-bottom .second {
    display: none;
  }

  .events {
    padding-top: 25px;
  }
}

@media (max-width: 576px) {
  .event-content {
    padding-top: 0rem;
  }

  .events .content {
    height: 95px;
  }
}

[dir="rtl"] .slick-next:before,
[dir="rtl"] .slick-prev:before {
  color: #06559a;
}

section.news {
  background: rgb(58, 122, 156, 0.7);
  position: absolute;
  bottom: 117px;
  width: 450px;
  padding: 2.5rem;
  padding-top: 1.8rem;
  border-radius: 50px 0px 0px 50px;
  padding-bottom: 9px;
}

@media (max-width: 1480px) {
  .services a.service {
    margin-left: 15px;
    position: relative;
    display: block;
  }
}

@media (max-width: 1374px) {
  .services {
    left: 58%;
  }
}

@media (max-width: 1199px) {
  .header .fast-navigation {
    width: 500px;
  }

  .box-piar {
    display: none;
  }

  /* .services {
		position: relative;
		top: unset;
		left: unset;
		margin-right: unset;
		transform: unset;
		display: list-item;
	} */
  .services {
    position: relative;
    top: unset;
    left: unset;
    transform: unset;
    margin-right: unset;
    margin: 0px auto;
    width: 80%;
    justify-content: center;
    padding-top: 325px;
  }

  section.news {
    background: rgb(58, 122, 156, 0.7);
    position: relative;
    bottom: 0;
    width: 100%;
    padding: 2.5rem;
    padding-top: 1.8rem;
    border-radius: 0;
    padding-bottom: 9px;
    margin: 1rem 0px;
  }

  .campaign {
    position: absolute;
    top: 58px;
    left: unset;
    right: 0px;
    background: rgba(0, 0, 0, 0.25);
    border-top-right-radius: unset;
    border-bottom-right-radius: unset;
    padding: 0.25rem;
    font-size: 1.2rem;
    color: #fff !important;
    border-radius: 5rem;
    width: 143px;
    text-align: center;
  }
}

@media (max-width: 991px) {
  .services {
    width: 100%;
    justify-content: space-between;
    text-align: -webkit-center;
  }
}

@media (max-width: 768px) {
  .header .fast-navigation {
    width: 100%;
  }

  .events {
    padding-top: 177px;
  }

  .events-slick {
    margin-top: 0;
    padding: 0 30px;
  }

  .services {
    padding-top: 200px;
  }
}

@media (max-width: 576px) {
  .events {
    padding-top: 11px;
  }

  .news h2 {
    right: 2%;
    left: 51%;
    padding-right: 1.5rem;
  }
}

.notice {
  position: absolute;
  top: 25%;
  left: 50%;
  height: 50px;
  transform: translate(-50%, 50%);
  background-color: rgb(255, 255, 255, 0.75);
  border-radius: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 500px;
  max-width: 100%;
}

@media (max-width: 990px) {
  .notice {
    padding: 0 20px;
	top: 6%;
	z-index: 999;
  }
}
