body {
  background: #fff;
}

@media (min-width: 992px) {
  .cover {
    height: 100vh;
    min-height: 650px;
    background-image: url(images/bg-hero.jpg);
    background-size: cover;
    background-position: center;
    position: relative;
    overflow: hidden;
  }
}

@media (max-width: 991px) {
  .cover-bg {
    padding-bottom: 80%;
    background-image: url(images/bg-hero.jpg);
    background-size: cover;
    background-position: center;
    position: relative;
    overflow: hidden;
    margin-top: 92px;
  }
}

/**/

/**/

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

#toggle-video {
  position: absolute;
  top: 160px;
  right: 15px;
  background: none;
  border: 0;
  z-index: 9999;
  outline: 1px solid #fff;
  cursor: pointer;
  color: #fff;
}

#toggle-video:hover,
#toggle-video:focus {
  transform: scale(1.2);
}

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

/**/

.toggled-services {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 9999;
  backdrop-filter: blur(5px);
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
}

.toggled-services .box {
  width: fit-content;
  background-color: #fff;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.2);
  border-radius: 40px;
  margin: 0 auto;
  color: #126a9b;
  font-size: 1.5rem;
  position: relative;
}

.toggled-services .box .close {
  font-size: 50px;
  margin: 29px;
}

.toggled-services .box a {
  color: #126a9b;
}
.toggled-services .box ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.toggled-services .box ul li {
  margin-top: 10px;
}

.toggled-services .box h2 {
  font-weight: bold;
  font-size: 40px;
  border-radius: 30px 30px 0 0;
  padding: 30px;
  box-shadow: 0 2px 25px rgba(0, 0, 0, 0.1);
}

.toggled-services .box h3 {
  font-weight: bold;
  font-size: 40px;
  position: relative;
}

.toggled-services .box h3:after {
  content: "";
  width: 100px;
  height: 1px;
  background: #077748;
  display: block;
  max-width: 50%;
}

.toggled-services .grid {
  padding: 30px 50px;
}
@media (min-width: 992px) {
  .toggled-services .grid {
    display: flex;
    gap: 80px;
  }
}

@media (max-width: 991px) {
  .toggled-services .box .close {
    font-size: 30px;
    margin: 16px;
  }

  .toggled-services .box {
    width: 80%;
    background-color: #fff;
    font-size: 1.2rem;
  }

  .toggled-services .box h2 {
    font-size: 1.2rem;
    padding: 20px;
  }

  .toggled-services .grid {
    padding: 20px;
  }

  .toggled-services .box img {
    height: 20px !important;
    float: right;
    margin-left: 10px;
  }

  .toggled-services .box h3 {
    font-size: 1.5rem;
    margin-top: 0;
    width: auto;
  }

  .toggled-services .box h3 + div {
    margin-bottom: 20px;
  }
}

/**/

@media (min-width: 992px) {
  .services {
    position: absolute;
    bottom: -5px;
    left: -5px;

    width: 470px;
    height: 470px;
    border: 2px solid #fff;
    border-radius: 0 100% 0 0;
  }

  @media (max-width: 1199px) {
    .services {
      transform-origin: bottom left;
      transform: scale(0.75);
    }
  }

  .services h2 {
    position: absolute;
    bottom: 20%;
    left: 30%;
    color: #fff;
    font-weight: bold;
    font-size: 2.8rem;
    line-height: 2.4rem;
  }
  .services h2:before {
    position: absolute;
    bottom: 41px;
    left: -70px;
    width: 70px;
    height: 70px;
    background-image: url(images/clickService.svg);
    background-repeat: no-repeat;
    content: "";
    display: block;
  }

  .services h2 span {
    display: block;
  }

  .services h2 span:nth-child(2) {
    margin-right: 70%;
  }
  .services ul {
    list-style: none;
    padding: 0;
    margin: 0;

    width: 100%;
    height: 100%;
    position: relative;
  }

  .services ul > li {
    position: absolute;
  }

  .services ul > li:nth-child(1) {
    bottom: 87%;
    left: 10%;
  }

  .services ul > li:nth-child(2) {
    bottom: 77%;
    left: 38%;
  }

  .services ul > li:nth-child(3) {
    bottom: 59%;
    left: 61%;
  }

  .services ul > li:nth-child(4) {
    bottom: 36%;
    left: 77%;
  }

  .services ul > li:nth-child(5) {
    bottom: 10%;
    left: 87%;
  }

  .services .service {
    position: relative;
    width: 100px;
    height: 100px;
  }

  .services .service .icon {
    width: 100px;
    height: 100px;
    background-color: #fff;
    border-radius: 50%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .services .service .icon img {
    height: 50%;
  }

  .services .service .icon:before {
    width: 92%;
    height: 92%;
    border: 1px solid #2475a2;
    border-radius: 50%;
    display: block;
    content: "";
    position: absolute;
    top: 4%;
    right: 4%;
  }

  .services .service .text {
    position: absolute;
    bottom: 60%;
    left: 110%;
    font-size: 1.2rem;
    font-weight: bold;
    color: #fff;
    text-shadow: 2px 2px 8px BLACK;
  }
}

@media (max-width: 991px) {
  .services {
    position: relative;
    padding: 100px 0;
  }
  .services:before {
    background-image: url(images/bg-hero.jpg);
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    content: "";
    z-index: -1;
    transform: skewY(10deg);
  }

  .services:after {
    position: absolute;
    top: -9px;
    right: 0;
    width: calc(100% - 102px);
    height: 100%;
    content: "";
    z-index: -1;
    margin-right: 100px;
    border-right: 2px solid #fff;
    /*background: rgb(0,0,0);
background: linear-gradient(270deg, rgba(0,0,0,0.7035189075630253) 0%, rgba(0,0,0,0) 100%);*/
    transform: skewY(10deg);
  }
  .services h2 {
    position: relative;
    color: #fff;
    font-weight: bold;
    font-size: 2.8rem;
    line-height: 2.4rem;
    width: 158px;
    margin: 0 auto;
    margin-bottom: 50px;
    text-shadow: 2px 1px 6px BLACK;
    transform: scale(0.8);
  }
  .services h2:before {
    position: absolute;
    bottom: 41px;
    left: -70px;
    width: 70px;
    height: 70px;
    background-image: url(images/clickService.svg);
    background-repeat: no-repeat;
    content: "";
    display: block;
  }
  .services h2 span {
    display: block;
  }

  .services h2 span:nth-child(2) {
    margin-right: 70%;
  }

  .services ul {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-right: 50px;
  }

  .services ul > li {
    margin-bottom: 30px;
  }

  .services .service {
    position: relative;
    width: 100px;
    height: 100px;
    font-size: 1.5rem;
  }

  .services .service figure {
    display: flex;
    align-items: center;
    gap: 30px;
  }

  .services .service .icon {
    width: 100px;
    height: 100px;
    background-color: #fff;
    border-radius: 50%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .services .service .icon img {
    height: 50%;
  }

  .services .service .icon:before {
    width: 92%;
    height: 92%;
    border: 1px solid #2475a2;
    border-radius: 50%;
    display: block;
    content: "";
    position: absolute;
    top: 4%;
    right: 4%;
  }

  .services .service .text {
    font-weight: bold;
    color: #fff;
    text-shadow: 2px 1px 6px BLACK;
  }
}

.cover-content {
  color: #126a9b;
}

@media (max-width: 991px) {
  .welcome {
    padding: 30px;
    margin-bottom: 30px;
  }
}

@media (min-width: 992px) {
  .cover-content {
    height: 100vh;
    padding: 0;
    padding-top: 200px;
    padding-right: 100px;
    position: relative;
  }
}

.cover-content h1 {
  font-weight: bold;
  font-size: 60px;
  margin: 0;
  line-height: 56px;
  margin-bottom: 40px;
}

@media (min-width: 992px) {
  .cover-content h1 {
    color: #fff;
    text-shadow: 1px 1px 2px black;
  }
}

.cover-content h1 span {
  font-weight: normal;
  display: block;
  font-size: 50px;
}

@media (max-width: 991px) {
  .cover-content h1 {
    font-size: 34px;
    line-height: 34px;
    margin-bottom: 30px;
  }

  .cover-content h1 span {
    font-size: 34px;
  }
}

.help-btn {
  border: 1px solid #fff;
  background: rgba(255, 255, 255, 0.73);
  color: #126a9b;
  font-size: 26px;
  padding: 20px 30px;
  border-radius: 100px;
  line-height: 1;
  position: relative;
  padding-right: 80px;
  transition: 0.5s;
}

@media (max-width: 991px) {
  .help-btn {
    font-size: 22px;
    background: rgba(18, 106, 155, 0.2);
    border: 1px solid #126a9b;
    width: 100%;
  }
}

.help-btn:before {
  position: absolute;
  content: "";
  width: 80px;
  height: 70%;
  top: 15%;
  right: 0;
  background-image: url(images/light.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 100%;
}

.help-btn:hover,
.help-btn:focus {
  border: 1px solid #fff;
  background: rgba(255, 255, 255, 0.5);
  transform: scale(1.05);
}

/* News * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

.news {
  background: #2777a3;
  color: #fff;
  position: absolute;
  top: 51px;
  right: 0;
  width: 100%;
  padding: 6px;
  padding-right: 160px;
  z-index: 9;
}

.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: #2b78a1;
  color: #fff;
  font-size: 1.2rem;
  font-weight: bold;
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.219rem 0.75rem;
  margin: 0;
  z-index: 5;
}

.news h2 a {
  color: inherit;
}

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

@media (min-width: 992px) {
  .bn-news {
    padding-right: 100px;
  }
}

.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,
.bn-news ul li a:focus {
  color: #fff;
  text-decoration: underline;
}

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

@media (max-width: 991px) {
  .bn-controls button {
    display: none;
  }

  .bn-controls button:nth-child(2) {
    display: block;
  }
}
.bn-controls button {
  border: 0;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #2f78a0;
  border: 1px solid #fff !important;
  color: #fff;
  padding: 0;
  margin-right: 5px;
  transform: scale(0.8);
}

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

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

.bn-controls button:hover,
.bn-controls button:focus-within,
.bn-controls button:focus {
  background-color: #111;
  color: #fff;
  box-shadow: 0 0 5px rgba(255, 255, 255, 0.9);
}

/**/

@media (min-width: 992px) {
  .footer {
    position: absolute;
    bottom: 0;
    right: 0;
    color: #fff;
    padding: 7px;
    background: rgba(9, 38, 54, 0.97);
    border-radius: 30px 0 0 0;
    font-size: 0.9rem;
  }

  .footer a {
    color: #fff;
    text-decoration: underline;
  }
}

@media (max-width: 991px) {
  .footer {
    margin-top: 50px;
    background: none;
    color: inherit;
  }

  .footer a {
    text-decoration: underline;
    color: inherit;
  }
}

/**/

@media (min-width: 992px) {
  .events-and-articles {
    position: absolute;
    bottom: 100px;
    display: flex;
    gap: 50px;
  }
}

@media (min-width: 992px) and (max-width: 1550px) {
  .events-and-articles {
    flex-direction: column;
    gap: 30px;
    width: fit-content;
  }
}

@media (max-width: 991px) {
  .events-and-articles {
    padding: 30px;
    padding-bottom: 60px;
    position: relative;
    top: 0;
  }
  .events-and-articles > div:first-child {
    margin-bottom: 2.2rem;
  }

  /*
.events:before {
position: absolute;
top: 0;
	right: 0;
	width: 100%;
height: 100%;
	background: #126a9b;
	content: '';
	z-index: -1;
	transform: skewY(10deg);
}

*/
}
.all-events-div {
  text-align: left;
  margin-block: 1rem;
}

.all-events {
  color: #fff;
}

@media (max-height: 920px) and (min-width: 992px) {
  .cover {
    overflow: scroll;
    overflow-x: clip;
  }

  .events-and-articles {
    position: relative;
    bottom: 0;
    top: 90px;
  }

  .cover-content {
    height: auto;
  }
  video {
    display: none;
  }

  .services {
    margin-right: auto;
    position: relative;
  }

  .footer {
    position: relative;
  }
}

@media (max-width: 991px) {
  .all-events-div {
    margin-top: 10px;
    top: 0;
  }
  .all-events {
    color: #346697;
    font-weight: 600;
  }
}

.event {
  display: block;
  background: #fff;
  color: #30699a;
  padding: 15px;
  border-radius: 15px;
  width: 400px;
  position: relative;
  padding-right: 60px;
  min-height: 110px;
}

@media (max-width: 991px) {
  .event {
    width: auto;
  }
}

.events-and-articles a:hover,
.events-and-articles a:focus {
  text-decoration: none;
  transform: scale(1.05);
}

.events-and-articles .date-circle {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -20px;
  right: -20px;
  padding: 3px;
  background: #fff;
  z-index: 1;
}

.events-and-articles .date-circle > div {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 1px solid #30699a;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  font-weight: bold;
  background-size: 100%;
}

.event .arrow {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 20px;
  left: -13px;
  padding: 3px;
  background: #fff;
}

.event .arrow > div {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 1px solid #30699a;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: bold;
}

.event .date {
  width: fit-content;
  font-weight: bold;
  line-height: 1rem;
}
.event .date:after {
  content: "";
  display: block;
  width: 50%;
  height: 1px;
  background: #30699a;
  margin-top: 3px;
}

.event h3,
.event h2 {
    margin: 0;
    margin-top: 10px;
    font-size: 2rem;
    line-height: 1;
    font-weight: 900;
    width: 90%;
    padding-right: 3rem;
}
.bn-direction-rtl .bn-controls {
  background-color: #2b74a0;
}
.events-and-articles .item span {
  position: absolute;
  bottom: 0;
  background-color: #2b739f;
  color: #fff;
  text-align: center;
  padding: 5px 1.5rem;
  border-radius: 100vw;
  bottom: -20px;
  left: 50px;
}
.events-and-articles .date-circle.ico img {
  height: 100px;
  right: 15px;
  top: 15px;
  position: relative;
}
.events-and-articles .item h3,
.events-and-articles .item h2 {
  font-size: 2rem;
  line-height: 1;
  font-weight: 900;
  width: 90%;
  padding-right: 3rem;
}

@media (max-width: 991px) {
  .event {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  }
}

@media (max-width: 600px) {
  .events-and-articles .item h3 {
    font-size: 1.4rem;
  }
}
