@charset "UTF-8";
.cover {
  position: relative;
  min-height: 670px;
}

@media (min-width: 992px) {
  .cover {
    overflow: hidden;
    height: 100vh;
  }
}
@media (max-width: 991px) {
  .cover {
    padding: 15px;
    padding-top: 125px; /* header height + padding */
    overflow: hidden;
  }
}
.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: 195px;
  left: 75px;
  background: none;
  border: 1px solid #fff;
  border-radius: 9px;
  display: none;
}

@media (max-width: 991px) {
  .cover .toggle-slick {
    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;
}

/**/
video {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  transition: 1s opacity;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: -1;
}

#toggle-video {
  position: absolute;
  top: 195px;
  left: 75px;
  background: none;
  border: 1px solid #fff;
  border-radius: 9px;
}

/* 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(206, 189, 111);
  background: linear-gradient(
    45deg,
    rgb(246, 183, 77) 0%,
    rgb(160, 183, 132) 50%,
    rgb(121, 204, 200) 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;
}

.read-more {
  background: #fff;
  display: inline-block;
  padding: 0.25rem 0.75rem;
  font-weight: bold;
  color: inherit;
  border: 1px solid #ddd;
}

/**/
.events {
  background-color: #fff;
}

.ribbon-date {
  position: absolute;
  top: 0;
  left: 15px;
  background: #fff;
  color: #000;
  padding: 0.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: #fff;
}

.news .content {
  position: relative;
}

.news .buttons {
  position: absolute;
  top: 1.9rem;
  left: 1.9rem;
}

.news a {
  color: #000;
  display: block;
}

@media (min-width: 768px) {
  .news a {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
.news h2 {
  background: #111;
  color: #fff;
  font-size: 1.2rem;
  font-weight: bold;
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.219rem 0.75rem;
  margin: 0;
  border-radius: 2rem;
  z-index: 5;
}

.news h2 a {
  color: inherit;
}

@media (max-width: 991px) {
  .news h2 {
    display: none;
  }
}

.bn-news {
  right: 40px;
  left: 0 !important;
}

.bn-news ul li a {
  font-size: 1.2rem;
  line-height: 1.2rem;
  padding: 0.36rem 0;
  color: inherit;
}

.bn-news ul li a:hover {
  color: yellowgreen;
}

.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;
}

.flashNews .bn-controls {
  left: auto;
  right: 0;
}

.bn-controls button {
  border: 0;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #111;
  color: #fff;
  padding: 0;
  margin-right: 5px;
}

.bn-arrow {
  top: -1px;
}

.bn-pause::before,
.bn-pause::after {
  background-color: #fff;
}

.bn-play::after {
  border-left-color: #fff;
}

.bn-controls button:hover {
  background-color: #111;
  color: #fff;
}

/**/
@media (min-width: 992px) {
  .centered {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
  }
}
@media (max-width: 991px) {
  .centered {
    text-align: center;
  }
  .centered-banner img {
    max-width: 100%;
  }
}
/**/
/* Fast Nav */
.fast-navigation {
  padding: 1rem 0;
  border-radius: 0 0 2rem 2rem;
  color: #fff;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

.fast-navigation:after {
  clear: both;
  display: block;
  content: "";
}

@media (min-width: 992px) {
  .fast-navigation > label,
  .fast-navigation > select,
  .fast-navigation > span {
    float: right;
    display: block;
  }
}
.fast-navigation label {
  background: #688dbb;
  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: #688dbb;
  border: 0;
  border-radius: 2rem 0 0 2rem;
  padding: 5px 10px;
  color: #fff;
  font-weight: bold;
}

@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;
  }
}
@media (max-width: 991px) {
  .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: 0.5rem 0;
  }
  .smart-nav-submit {
    margin: 0 auto;
  }
}
/**/
@media (min-width: 992px) {
  .side-banners {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
  }
  .side-banners.side-banners-right {
    right: 0;
  }
  .side-banners.side-banners-left {
    left: 0;
  }
}
.side-banners a {
  background-color: #fff;
  display: block;
  padding: 1rem;
  margin: 1rem 0;
}

.services_center {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 100%;
}
@media (max-width: 990px) {
  .services_center {
    position: static;
    position: relative;
    top: 33%;
    transform: none;
    transition: margin 0.5s ease-in-out;
  }
}
.services_center .slick-slide:nth-child(1) a {
  color: #4677be;
}
.services_center .slick-slide:nth-child(1) a::before {
  background-image: url(images/circle-01.png);
}
.services_center .slick-slide:nth-child(2) a {
  color: #54653c;
}
.services_center .slick-slide:nth-child(2) a::before {
  background-image: url(images/circle-02.png);
}
.services_center .slick-slide:nth-child(3) a {
  color: #c07241;
}
.services_center .slick-slide:nth-child(3) a::before {
  background-image: url(images/circle-03.png);
}
.services_center .service {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 300px;
  width: 300px;
  position: relative;
  aspect-ratio: 1/1;
  font-size: 1.6rem;
  text-decoration: none;
  font-weight: bold;
  line-height: 1.2;
}
@media (max-width: 990px) {
  .services_center .service {
    width: 100%;
    height: initial;
  }
}
.services_center .service figcaption {
  word-spacing: 999em;
}
.services_center .service::before {
  content: "";
  position: absolute;
  z-index: -1;
  height: 100%;
  width: 100%;
  right: 0px;
  top: 0px;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}
@media (min-width: 990px) {
  .services_center .service::before {
    animation-fill-mode: forwards;
    animation-timing-function: linear;
    animation-duration: 8s;
    animation-iteration-count: infinite;
    animation-name: round;
    animation-play-state: paused;
  }
}
@media (max-width: 990px) {
  .services_center .service::before {
    height: 80%;
    width: 80%;
    top: 10%;
    right: 10%;
  }
}
.services_center .service:hover::before {
  animation-play-state: running;
}
@keyframes round {
  100% {
    transform: rotate(360deg);
  }
}

.services_help {
  position: fixed;
  top: 50%;
  left: 0px;
  z-index: 999;
  display: flex;
  transform: translate(-120px, -50%);
  transition: transform 0.8s ease-in-out;
}
.services_help.open {
  transform: translate(0px, -50%);
}
.services_help > .toggle {
  writing-mode: vertical-rl;
  height: 30%;
  transform: rotate(180deg);
  background-color: #c15f27;
  text-align: center;
  align-self: center;
  font-size: 1.3rem;
  color: #fff;
  padding: 15px;
  border-radius: 25px 0 0 25px;
  cursor: pointer;
  font-weight: bold;
  box-shadow: -2px 3px 5px -1px rgba(0, 0, 0, 0.66);
}

.services_help > .services {
  width: 120px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  background-color: #d8d5d1;
  align-items: center;
  border-radius: 0 30px 30px 0;
  border-top: 4px solid #c6704c;
  box-shadow: -2px 3px 5px -1px rgba(0, 0, 0, 0.66);
}
.services_help > .services .service {
  width: 80%;
  text-align: center;
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 10px;
  color: #000;
  font-weight: bold;
  text-decoration: none;
}
.services_help > .services .service:not(:last-child) {
  border-bottom: 1px solid #adadad;
}
.services_help > .services .service .icon {
  height: 50px;
  width: 50px;
  background-position: center;
  background-repeat: no-repeat;
}
.services_help.mobile {
  bottom: 0;
  left: 0px;
  transition: all 1s ease-in-out;
  transform: translate(0px, 83%);
  flex-direction: column;
  width: 100%;
  top: auto;
}
.services_help.mobile.open {
  transform: translate(0px, 0px);
}
.services_help.mobile > .toggle {
  writing-mode: inherit;
  transform: none;
  border-radius: 25px 25px 0 0;
  padding: 10px 15px;
  height: inherit;
}
.services_help.mobile .services {
  width: 100%;
  border-radius: 25px 25px 0 0;
  flex-wrap: wrap;
  flex-direction: row;
}
.services_help.mobile .services .service {
  flex-basis: 30%;
}

.flashNews {
  width: 100%;
  height: 5vh;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.6078431373);
  margin-top: -5vh;
  position: relative;
  z-index: 1;
}
.flashNews:focus-within,
.flashNews:focus {
  outline: 2px solid #fff;
}
.flashNews h2 {
  flex-basis: 5%;
  margin: 0;
  margin-right: 25px;
  text-align: center;
  background-color: #000;
  position: relative;
  border-radius: 25px;
  font-size: 1.1rem;
}
.flashNews h2 a {
  color: yellowgreen;
}
.flashNews .bn-news li {
  content: "•";
  color: #fdce3c;
  position: absolute;
  left: -17px;
  font-size: 30px;
  top: 50%;
  transform: translate(0, -50%);
}
.flashNews .bn-news a {
  color: #fff;
  font-size: 0.9rem;
}
.flashNews .items {
  flex-basis: 85%;
  width: 100%;
  overflow: hidden;
}
.flashNews .items > div {
  display: flex;
  padding: 0 15px;
  overflow: hidden;
  position: relative;
  right: 0px;
  animation-duration: var(--scrollTime);
  animation-fill-mode: forwards;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-delay: 2s;
  animation-name: flashNewsAnimation;
  width: -moz-max-content;
  width: max-content;
}
.flashNews .items > div.pause,
.flashNews .items > div:hover {
  animation-play-state: paused;
}
.flashNews .items > div > div {
  margin-left: 25px;
  position: relative;
}
.flashNews .items > div > div:not(:last-child)::after {
  content: "•";
  color: #fdce3c;
  position: absolute;
  left: -17px;
  font-size: 30px;
  top: 50%;
  transform: translate(0, -50%);
}
.flashNews .items > div a {
  color: #fff;
}
.flashNews .bn-controls {
  display: flex;
  align-items: center;
  z-index: 3;
}

.flashNews .bn-controls > a {
  width: 20px;
  height: 20px;
  color: #fff;
  position: relative;
  cursor: pointer;
  border-radius: 50px;
}
.flashNews .bn-controls > a.plus {
  background-color: #5c8550;
}
.flashNews .bn-controls > a.plus::before {
  width: 100%;
  height: 100%;
  content: "+";
}
.flashNews .bn-controls > a.play {
  border: 1px solid #fff;
}
.flashNews .bn-controls > a.play::before {
  content: "";
  width: 0;
  height: 0;
  transform: translate(-20%, 40%);
  border-style: solid;
  border-width: 5px 0 5px 10px;
  border-color: transparent transparent transparent #ffffff;
}
.flashNews .bn-controls > a.pause {
  border: 1px solid #fff;
}
.flashNews .bn-controls > a.pause::before {
  width: 100%;
  height: 50%;
  transform: translate(0, 50%);
  font-size: 0.6rem;
  content: "| |";
}
.flashNews .bn-controls > a::before {
  position: absolute;
  top: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@keyframes flashNewsAnimation {
  100% {
    right: 0px;
  }
  100% {
    right: var(--width);
  }
}
@media (max-width: 767px) {
  .flashNews .bn-controls {
    display: none;
  }
}
.right_services {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 0px;
  z-index: 9999;
}
@media (max-width: 990px) {
  .right_services {
    position: static;
    transform: inherit;
    margin: 190px auto 0px auto;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.right_services a {
  display: block;
  margin-bottom: 30px;
  border: 3px solid #fff;
  border-right: none;
  border-radius: 25px 0 0 25px;
  height: 50px;
  width: 230px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
  font-weight: bold;
  text-decoration: none;
  margin-right: -10px;
  background: rgb(25, 68, 116);
  background: linear-gradient(
    90deg,
    rgb(25, 68, 116) 0%,
    rgb(56, 115, 179) 100%
  );
  transition: margin 0.5s ease-in-out;
}
@media (max-width: 990px) {
  .right_services a {
    border-radius: 40px;
    border: 3px solid #fff;
    height: 50px;
    font-size: 1.5rem;
    width: 80%;
  }
}
.right_services a:hover {
  margin-right: 0px;
}

[dir="rtl"] .slick-prev,
[dir="rtl"] .slick-next {
  z-index: 99999;
}

@media (max-width: 990px) {
  .cover {
    height: 100vh;
  }
  .footer {
    display: none;
  }
  .fast_navigation {
    width: min(100%, 360px);
    margin: auto;
    margin-top: 0.5rem;
  }
  #toggle-video {
    top: 95px;
    left: 35px;
    display: none;
  }
  .services_help {
    max-height: 350px;
    border-radius: 0;
  }
  .services_help.open {
    max-height: 100%;
  }
  .services_help > .services {
    overflow-x: clip;
    max-height: 100%;
    overflow-y: scroll;
  }
}
