body {
  margin-top: 0;
}

.header-search {
  display: block;
  z-index: 2;
}

.cover {
  position: relative;
  display: flex;
  min-height: 670px;
  z-index: 1;
}

.cover-slick.mobile {
  display: none;
}

.slick-slide {
  background-size: cover;
  background-position: center;
}
.slick-slide:focus a,
.slick-slide:focus-within a,
.slick-slide:active a {
  outline: 2px solid #000;
}
.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;
  right: 15px;
  background: none;
  border: 0;
}

.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 .wrap {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  padding-right: 215px;
  width: 100%;
  max-width: 800px;
}

.cover .wrap a h2 {
  font-size: 4.25rem;
  color: var(--white);
  font-weight: bold;
  font-family: "black";
  width: 100%;
  line-height: 1.1;
  margin-bottom: 50px;
  text-shadow: 4px 4px 6px rgba(66, 68, 90, 1);
}

.cover .wrap a:hover {
  text-decoration: none;
}

.cover .wrap a:hover span {
  background-color: var(--site2);
}

.cover .wrap span {
  background-color: var(--site1);
  color: var(--white);
  width: max-content;
  padding: 0.75rem 2rem;
  border-radius: 50px;
  border: 2px solid var(--white);
  font-family: "lighten";
}

.olayer {
  z-index: 0;
  position: absolute;
  bottom: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0) 12%,
    rgba(14, 62, 138, 0.8) 82%
  );
  mix-blend-mode: multiply;
}

.dark-arrows .slick-prev:before,
.dark-arrows .slick-next:before {
  color: var(--site1);
}

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-slick {
  padding: 0.5rem 1rem;
  margin: 0 1rem;
}

.service {
  text-align: center;
  display: block;
  background: #fff;
  margin: 1rem;
  padding: 1rem;
}

.service:hover {
  transform: scale(1.1);
}

.service .icon img {
  display: block;
  margin: 0 auto;
  margin-bottom: 0.75rem;
}

.articles {
  padding: 0.5rem 2rem;
  background: linear-gradient(
    0deg,
    rgba(214, 235, 248, 1) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  padding-bottom: 8rem;
  /*border-bottom: 2px solid var(--site1);*/
}

.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;
}

.read-more {
  background: #fff;
  display: inline-block;
  padding: 0.25rem 0.75rem;
  font-weight: bold;
  color: inherit;
  border: 1px solid #ddd;
}

.events {
  padding-top: 8rem;
  margin-top: -9rem;
  /* border-top: 2px solid #4778b7; */
  background: linear-gradient(
    180deg,
    rgb(220 236 246) 0%,
    rgba(222, 238, 248, 0) 100%
  );
  gap: 50px;
}

.events .row {
  justify-content: space-around;
  align-items: stretch;
}

.event {
  max-width: 370px;
  background-color: var(--white);
  border-radius: 30px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
  padding: 2rem 1.4rem;
  display: flex;
  justify-content: center;
  color: var(--site1);
  margin-inline-end: 1px;
  margin-block-end: 1rem;
}

.event:hover {
  text-decoration: none;
  color: var(--site6);
}

.event .wrap {
  display: flex;
  flex-direction: column;
}

section h2 {
  margin-block-start: 3.5rem;
  margin-block-end: 4rem;
  font-size: 3.5rem;
  width: 100%;
  text-align: center;
  font-family: "black";
  color: var(--site1);
}

.events .pic {
  background-size: cover;
  background-position: center;
  width: 300px;
  height: 300px;
  margin: 0 auto;
}

.event .date {
  font-family: "lighten";
  font-size: 1.8rem;
}

.event h3 {
  font-family: "black";
  min-height: 67px;
}

.event h4 {
  border-radius: 50px;
  border: 1px solid var(--site5);
  color: var(--site2);
  width: fit-content;
  padding: 3px 10px;
  font-size: 1.1rem;
  margin-block-start: 1.2rem;
}

.event p {
  font-size: 1.1rem;
  line-height: 1.3;
  padding-block: 1.5rem;
  max-height: 73px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.event .info {
  border-top: 2px solid var(--site3);
  display: flex;
  justify-content: space-between;
  padding-block-start: 1rem;
  margin-top: auto;
}

.event .info span {
  font-family: "black";
}

.white {
  position: absolute;
  height: 145px;
  background-size: cover;
  width: 100%;
  bottom: 0px;
}

.all {
  text-align: center;
  width: 100%;
  margin-block: 4rem;
}

.all a {
  color: var(--white);
  font-family: "bolden";
  font-size: 1.5rem;
  padding: 1rem 2rem;
  border-radius: 50px;
  background-color: var(--site1);
  width: fit-content;
  color: var(--white);
}

@keyframes updown {
  0% {
    height: 120px;
  }

  50% {
    height: 130px;
  }

  top {
    height: 120px;
  }
}

.whitearr {
  background-size: 40px;
  background-repeat: no-repeat;
  background-position: center;
  height: 120px;
  animation: updown 0.82s ease-out forwards 10;
}

.news {
  padding: 0;
  margin-top: auto;
  width: 100%;
}

.news .content {
  position: relative;
  padding: 1rem 0;
  margin-bottom: 6rem;
}

.news .buttons {
  position: absolute;
  top: 1.9rem;
  left: 1.9rem;
}

.news .container {
  min-width: 100%;
}

.bn-effect-scroll .bn-news ul {
  height: 100%;
  /* display: flex;
align-items: center;
*/
}

.breaking-news-ticker {
  height: 67px !important;
}

.bn-news {
  background: rgba(var(--site1RGB), 0.87);
  width: 100%;
  max-width: 93%;
  max-width: 89.5%;
  border-radius: 50px;
}

.bn-news ul li a {
  font-size: 1.3rem;
  line-height: 1.3rem;
  padding: 0.36rem 0;
  color: var(--white);
  height: 45px;
  display: flex;
  align-items: center;
  font-family: "lighten";
}

.bn-news ul li a:hover {
  color: var(--site3);
}

.bn-effect-scroll .bn-news ul li {
  padding: 0 1rem;
  padding-top: 10px;
}

.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 {
  background: rgba(var(--site1RGB), 0.8);
  left: 0;
  right: auto;
  border-radius: 50px;
}

.bn-controls button {
  background-color: transparent;
}

.bn-direction-rtl .bn-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 150px;
}

.bn-direction-rtl .bn-controls button {
  border: none;
}

.bn-controls button {
  border: 0;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  color: var(--site3);
  padding: 0;
  margin-right: 5px;
}
.bn-controls a {
  color: var(--site3);
  padding-right: 5px;
}
.bn-arrow {
  top: -1px;
}

.bn-pause::before,
.bn-pause::after {
  background-color: var(--site3);
}

.bn-play::after {
  border-left-color: var(--site3);
}

.bn-controls button:hover {
  background-color: var(--site2);
  color: var(--site3);
  box-shadow: none;
}

.services.upper {
  padding-top: 5rem;
}

.services.upper h2 {
  font-family: "black";
  padding: 3rem;
  text-align: center;
  font-size: 4.5rem;
  color: var(--site1);
}

.services.upper .row {
  background-repeat: no-repeat;
  background-size: 950px;
  background-position: right bottom;
  padding-bottom: 5rem;
}

.slist {
  padding: 1.5rem 1rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  border-radius: 50px;
  border: 2px solid var(--site3);
  width: 100%;
  max-width: 800px;
  background-color: rgba(255, 255, 255, 0.9);
}

.slist a {
  width: 48%;
  display: flex;
  align-items: center;
  height: 145px;
  border-bottom: 2px solid var(--site3);
  position: relative;
  padding: 1rem;
}

.slist a:last-child,
.slist a:nth-of-type(7) {
  border-bottom: 0;
}

.slist a:nth-of-type(odd) {
  border-left: 2px solid var(--site3);
}

.slist a:nth-of-type(odd)::after {
  content: "";
  position: absolute;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  background-color: #fff;
  left: -25px;
  bottom: -25px;
  z-index: 1;
}

.slist a:nth-of-type(7)::after {
  content: none;
}

.slist .icon {
  transition: all 0.2s ease-in;
  padding: 5px;
  background-size: 100px;
  background-repeat: no-repeat;
  background-position: center;
  width: 90px;
  height: 75px;
  margin-left: 1rem;
}

.slist figcaption {
  font-family: "bolden";
  color: var(--site1);
  width: 130px;
}

.slist a:hover .icon {
  transform: scale(1.05);
  filter: brightness(0.5);
}
.upper .container {
  margin-bottom: 5rem;
}
.services.upper .more {
  display: flex;
  justify-content: flex-end;
}

.services.upper .more a {
  background-color: var(--site1);
  color: var(--white);
  padding: 1rem 2rem;
  border-radius: 50px;
  width: 260px;
  text-align: center;
  margin-top: 3rem;
  position: relative;
}

.services.upper .more a span {
  font-family: "bolden";
  font-size: 1.5rem;
}

.services.upper .more a::after {
  content: "";
  position: absolute;
  top: -55px;
  left: 25%;
  background-color: var(--site3);
  height: 4rem;
  width: 2px;
  z-index: -1;
}

.services.upper .more a::before {
  content: "";
  position: absolute;
  top: -55px;
  left: 75%;
  background-color: var(--site3);
  height: 4rem;
  width: 2px;
  z-index: -1;
}

.slick-dots {
  display: flex;
  justify-content: center;
  width: 100%;
  list-style-type: none;
  position: relative;
  padding-inline: 0;
  margin-top: -13.5rem;
}

.slick-dots li.slick-active button {
  background-color: var(--site3);
}

.slick-dots li button {
  position: relative;
  font-size: 0;
  line-height: 0;
  display: block;
  width: 15px;
  height: 15px;
  padding: 5px;
  margin: 0 1rem;
  cursor: pointer;
  color: transparent;
  border: 1px solid var(--site3);
  outline: none;
  background: var(--site1);
  font-size: 0;
  border-radius: 50%;
}
.mod h2 {
  margin: 0;
}
.mod .slick-list {
  border-radius: 0;
  padding-block: 0;
}

.mod .slick-list figcaption {
  font-family: "black";
  color: var(--site1);
  line-height: 1.2;
}
.mod .slick-list a:hover figcaption {
  color: var(--site1);
}
.shivok {
  margin: auto;
  height: 448px;
  width: 82%;
  border-radius: 30px;
  background-color: var(--white);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
  margin-block: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.shivok a {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 98%;
  height: 420px;
  display: block;
  border-radius: 30px;
  display: flex;
  align-items: center;
  position: relative;
}
.shivok a .layer {
  border-radius: 25px;
  z-index: 1;
  position: absolute;
  inset: 0;
  margin: auto;
  height: 100%;
  width: 100%;
  mix-blend-mode: multiply;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(14, 62, 138, 0.8) 100%
  );
}
.shivok a .wrap {
  position: relative;
  z-index: 3;
  padding-right: 15%;
  color: var(--white);
}

.shivok h3 {
  font-size: 3rem;
  font-family: "black";
}

.shivok .wrap span > p {
  font-size: 1.7rem;
  font-family: "lighten";
  max-width: 70%;
}

.shivok a .wrap > p {
  background-color: var(--site5);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  width: fit-content;
  padding: 0.25rem 3rem;
  border-radius: 15px;
  font-family: "bolden";
  font-size: 1.5rem;
}

.shivok::after {
  content: "";
  position: absolute;
  width: 100vw;
  height: 2px;
  background-color: #4778b7;
  z-index: -1;
  content: none;
}

.shivok a:hover {
  text-decoration: none;
}

.shivok a .wrap > p:hover {
  background-color: var(--site1);
}

.articles .row {
  position: relative;
}

.articles .item {
  display: flex;
  position: static;
}

.articles .pic {
  background-size: cover;
  background-position: center;
  width: 100%;
  max-width: 620px;
  height: 610px;
  top: 0;
  position: absolute;
  opacity: 0;
  z-index: -1;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
  border-radius: 25px;
}

.articles .item .pic {
  position: absolute;
}

@keyframes fade {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.articles .item .pic.hovered {
  z-index: 5;
  animation: fade 0.1s ease-out forwards;
}

.articles .item:first-child .pic {
  display: block;
  opacity: 1;
  z-index: 2;
}

.articles .item:hover {
  text-decoration: none;
}

.articles .info {
  width: 50%;
  margin-right: auto;
  display: flex;
  padding-block: 1.05rem;
  border-top: 2px solid #efefef;
}

.articles .item:last-child .info {
  border-bottom: 2px solid #efefef;
}

.articles .item h4 {
  border-left: 1px solid var(--site5);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 1rem;
  color: var(--site1);
  font-family: "bolden";
  font-size: 2.5rem;
}

.article .info h4:hover {
  color: var(--site6);
}

.articles .item .wrap {
  color: var(--site1);
  padding-inline: 1rem;
}

.articles .item .wrap:hover {
  color: var(--site6);
}

.articles .info p {
  max-height: 3rem;
  overflow: hidden;
  line-height: 1.2;
}

.articles .info h3 {
  font-family: "black";
}

.articles .rel {
  position: relative;
  width: 82%;
  height: 82%;
  display: flex;
  align-items: flex-end;
  margin-right: auto;
}

.articles .rel h3 {
  border-radius: 0 10px 10px 0;
  width: 100%;
  position: absolute;
  background-color: var(--site1);
  padding: 0.5rem 1.5rem;
  color: var(--white);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
}

.services.lower {
  margin-top: -9rem;
}

.services.lower .icon {
  height: 115px;
}

.services.lower .icon img {
  max-width: 115px;
  max-height: 115px;
}

.services.lower figcaption {
  font-family: "black";
  font-size: 1.4rem;
  color: var(--site1);
}

.services.lower .slick-list {
  border: 1px solid var(--site3);
  border-radius: 25px;
  padding-block: 0.5rem;
  background-color: var(--white);
}

.services.lower .slick-arrow {
  border-radius: 50px;
  border: 1px solid var(--site3);
  background-color: var(--white);
  height: 50px;
  width: 50px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9;
}

.services.lower .slick-slide {
  border-right: 1px solid var(--site3);
}

.services.lower .slick-track a:first-child {
  border-right: 1px solid var(--light);
}

.projects .row {
  justify-content: space-between;
}

.project {
  width: 100%;
  max-width: 362px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.3);
  border-radius: 25px;
  overflow: hidden;
}

.project .pic {
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 240px;
}

.project .info {
  padding: 2rem;
  color: var(--site1);
  line-height: 1.2;
}

.project h3 {
  padding-bottom: 1rem;
}

.project h3 a {
  font-family: "black";
  font-size: 1.6rem;
  color: var(--site1);
}

.project .info h3 + p {
  color: var(--site5);
  border-radius: 50px;
  border: 0.14rem solid var(--site5);
  width: fit-content;
  padding: 2px 0.5rem;
  min-width: 115px;
  text-align: center;
  font-size: 1rem;
  font-family: "bolden";
}

.project .more {
  padding-top: 1rem;
  margin-top: 1rem;
  border-top: 2px solid var(--site5);
  display: flex;
  justify-content: flex-end;
  font-family: "black";
  color: var(--site1);
}

.project .more:hover {
  color: var(--site5);
}

.logos {
  padding-top: 15rem;
  padding-bottom: 1rem;
  position: relative;
  border-radius: 0 0 90px 90px;
  background-color: var(--white);
  padding-bottom: 5rem;
}

.logos .row {
  justify-content: space-evenly;
}

.logos .row a:hover {
  transform: scale(1.1);
}
.logos .slick-slide {
  display: flex;
  justify-content: center;
}
.newsltr {
  border-top: var(--site3) 2px solid;
  background-repeat: no-repeat;
  background-position: bottom left;
  background-color: rgba(var(--site3RGB), 0.35);
  min-height: 515px;
  position: relative;
  display: flex;
  justify-content: center;
}

.newsltr .container {
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  position: absolute;
  bottom: -130px;
  min-width: unset;
  max-width: 1320px;
  padding: 4.25rem 1rem;
  display: flex;
  background-color: var(--white);
  border-radius: 25px;
  z-index: 1;
}

.newsltr h2 {
  text-align: right;
  margin-block: unset;
}

.newsltr h3 {
  font-size: 1.82rem;
  font-family: "medium";
  color: var(--site1);
}

.newsltr .icon {
  position: relative;
}

.newsltr img {
  position: absolute;
  right: -35px;
  bottom: -45px;
  transform: scale(1.25);
  mix-blend-mode: multiply;
}

.newsltr .icon + .wrap {
  margin-right: 550px;
}

.newsltr form {
  margin-top: 2rem;
  width: 100%;
}
.newsltr form .wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 1%;
}
.newsltr form .wrap div {
  width: 100%;
  max-width: 50%;
  flex: 1;
  position: relative;
}

.newsltr form input {
  border-radius: 50px;
  padding: 0.5rem;
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.2);
}

.newsltr form input:focus {
  outline-color: var(--site5);
}

.newsltr button {
  background-color: var(--site5);
  background-repeat: no-repeat;
  border-radius: 50px;
  background-position: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 150px;
  height: 40px;
  aspect-ratio: 1;
  color: var(--white);
  font-family: "bolden";
  position: absolute;
  inset: 0 0 0 -1rem;
  margin: auto auto auto 20px;
  border: none;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  position: relative;
  margin-top: 5px;
}

.newsltr button:hover {
  background-color: var(--site1);
}

.newsltr label[for="confirm"] {
  display: flex;
  align-items: center;
  margin-block: 1rem;
  padding-inline: 1rem;
}
.newsltr label[for="confirm"] input {
  width: 20px;
  height: 20px;
  margin-left: 1rem;
}

.newsltr .thanks {
  color: var(--site6);
}
.soclinks {
  position: relative;
  display: flex;
  justify-content: center;
}

.soclinks h2 {
  margin-block-end: 9rem;
  font-size: 3rem;
}

.soclinks .icons {
  position: absolute;
  top: 140px;
  z-index: 1;
  gap: 60px;
  display: flex;
  flex-wrap: wrap;
}

.soclinks a {
  border-radius: 50%;
  width: 215px;
  height: 215px;
  background-color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
}

.soclinks a:hover {
  transform: scale(0.9);
}

.soclinks img {
  width: 180px;
}
.switch {
  display: none;
  margin-block-start: 7rem;
}
.switch small {
  font-size: large;
}

.switch [class^="primary-section"] {
  position: relative;
  overflow-x: hidden;
  display: none;
}
.switch .bottom [class^="primary-section"].active {
  display: block;
}
.topnav {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 60%;
  justify-content: space-evenly;
  align-items: center;
  margin: auto;
  border: 2px solid var(--site3);
  background-color: #fcbe771f;
  border-radius: 25px;
  padding-inline: 1rem;
}
.topnav a {
  color: var(--site1);
  font-size: 3.5rem;
  font-family: "lighten";
  border-bottom: 2px solid #fff;
}
.topnav a.active {
  color: var(--site5);
}
.topnav a:hover {
  color: var(--site5);
  transform: scale(1.1);
}

.bottom h2,
.bottom h3 {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  font-family: "black";
  color: var(--site1);
  font-size: 4rem;
  margin-block-start: 2rem;
}

.bottom h3 {
  font-size: 3rem;
  justify-content: flex-start;
  position: relative;
}

.bottom h3::after {
  content: "";
  position: absolute;
  height: 5px;
  width: 90px;
  background-color: var(--site5);
  right: 0;
  bottom: -2.5rem;
}

.switch .btn-link {
  display: flex;
  align-items: center;
  background-repeat: no-repeat;
}
.switch .btn-link a {
  background-color: var(--site1);
  font-family: "bolden";
  font-size: 1.5rem;
  border-radius: 50px;
  border: 2px solid var(--white);
  color: var(--white);
  padding: 0.75rem 3rem;
  margin-right: auto;
  text-align: center;
}
.switch .wrap {
  background: linear-gradient(
    0deg,
    rgba(214, 235, 248, 1) 0%,
    rgba(255, 255, 255, 0) 100%
  );
}
.switch .row:first-of-type {
  min-height: 37.5rem;
  padding: 4rem 5rem 0;
  border-bottom: 3px solid var(--site1);
  background-repeat: no-repeat;
  overflow: hidden;
}
.switch .list ul {
  column-count: 2;
  list-style: none;
  line-height: 2.2;
  padding-top: 2.5rem;
}
.switch .list ul .btn {
  border-radius: 50px;
  width: 100px;
  background-color: var(--site1);
  color: var(--white);
}
.switch .list li {
  position: relative;
  font-size: 2rem;
}
.switch .list li.link {
  display: flex;
  justify-content: flex-end;
}
.switch .list li::before {
  content: "\f104";
  position: relative;
  font-family: "FontAwesome";
  font-style: normal;
  right: -1.5rem;
  top: 50%;
  font-size: inherit;
  transform: translateY(-50%);
  color: var(--site5);
}
.switch .list li.link::before {
  content: none;
}
.switch .list li a {
  color: var(--site7);
  padding-inline-end: 8px;
}
.switch .list li a:hover {
  color: var(--site5);
}
.switch .wrap + .row {
  padding: 1.5rem 5rem;
}
.switch .right {
  width: 100%;
  max-width: 530px;
}
.switch .right .list {
  background-color: var(--white);
  border-radius: 25px;
  border: 3px solid var(--site1);
  padding-inline: 50px;
  margin-top: -110px;
  padding-bottom: 2rem;
}
.switch .right .list ul {
  column-count: 1;
}
.switch .mapt img {
  height: 100px;
}
.switch .mapt {
  position: relative;
  margin-top: 40px;
  border-radius: 25px;
  border: 3px solid var(--site1);
  font-size: 2.5rem;
  color: var(--site1);
  font-family: "black";
  display: flex;
  align-items: center;
}
.switch .mapt::after {
  content: "";
  position: absolute;
  height: 45px;
  width: 3px;
  background-color: var(--site1);
  left: 25%;
  top: -45px;
}
.switch .mapt::before {
  content: "";
  position: absolute;
  height: 45px;
  width: 3px;
  background-color: var(--site1);
  right: 25%;
  top: -45px;
}
.switch .map {
  border: 3px solid var(--site1);
  border-radius: 25px;
  margin: auto;
}
.switch .map img {
  width: 100%;
  padding: 1rem 1rem;
}

.footer {
  margin-top: -5rem;
  padding-top: 8rem;
}
@media (min-width: 992px) {
  .services {
    position: relative;
    bottom: 0;
    right: 0;
    width: 100%;
  }

  .bn-news {
    right: auto;
    left: 0;
    padding-right: 100px;
  }

  .centered {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
  }

  .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: calc(100vh - 70px);
    height: 100vh;
  }

  .news a {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

@media (min-width: 992px) and (max-width: 1599px) {
  .services.lower .container {
    max-width: 1525px;
  }
  .articles .info h3 {
    font-size: 1.5rem;
  }
  .articles .item h4 {
    font-size: 1.7rem;
  }
  .articles .pic {
    width: 40%;
    height: 100%;
    /* max-height: 400px; */
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .col-lg-3.event {
    flex: 0 0 48%;
    max-width: 48%;
  }
}
@media (max-width: 1600px) {
  .topnav {
    max-width: 75%;
  }
  .topnav a {
    font-size: 3rem;
  }
  .bottom h2,
  .bottom h3 {
    font-size: 2.8rem;
  }
  .switch .list li {
    font-size: 1.4rem;
  }
  .switch .row:first-of-type {
    padding-inline: 2rem;
    background-size: 600px;
    background-position: bottom left;
  }
  .switch .right .list {
    padding-inline: 2rem;
  }
  .switch .list ul {
    background: #ffffffeb;
    border-radius: 10px;
  }
  .switch .mapt {
    font-size: 2.2rem;
  }
  .event {
    max-width: 270px;
    padding-inline: 1rem;
  }

  .event h3 {
    font-size: 1.5rem;
  }

  .event .date {
    font-size: 1.6rem;
  }

  .events .pic {
    width: 100%;
    height: 220px;
  }
}

@media (max-width: 1440px) {
  .white {
    height: 120px;
  }
  .service .icon img {
    width: 130px;
  }

  .switch .list li {
    font-size: 1.25rem;
  }

  .switch .mapt {
    font-size: 1.8rem;
    line-height: 1.4;
  }
  .soclinks .icons {
    top: 180px;
  }

  .soclinks img {
    width: 110px;
  }

  .soclinks a {
    width: 135px;
    height: 135px;
  }
}

@media (max-width: 991px) {
  [dir="rtl"] .slick-next {
    left: 0;
    z-index: 9;
  }

  [dir="rtl"] .slick-prev {
    right: 0;
    z-index: 9;
  }

  section h2,
  .services.upper h2 {
    margin-block: 5px;
    font-size: 2.5rem;
    padding: 2rem 1rem 1rem;
  }
  .mod img {
    width: 100px;
  }
  .white {
    display: none;
  }

  .whitearr {
    display: none;
  }
  .bn-news {
    width: 100%;
    max-width: 100%;
  }

  .bn-direction-rtl .bn-controls {
    display: none;
  }
  .cover .wrap {
    padding-right: 3rem;
  }

  .cover {
    position: relative;
    padding: 0;
    padding-top: 100px;
    min-height: 220px;
  }

  .cover .wrap a h2 {
    margin-bottom: 25px;
  }

  .cover .toggle-slick {
    top: 75px;
  }
  .cover-slick.mobile {
    display: block;
    top: 67px;
  }

  .cover .wrap span {
    padding: 0.5rem 1rem;
  }

  .olayer {
    background: linear-gradient(
      180deg,
      rgba(255, 255, 255, 0) 1%,
      rgba(14, 62, 138, 0.8) 60%
    );
    mix-blend-mode: multiply;
  }

  .cover-slick.desktop {
    display: none;
  }
  .news {
    position: absolute;
    top: -16px;
  }
  .news .content {
    margin-bottom: 0;
  }
  .news .container {
    padding: 0;
  }
  .news .bn-news {
    border-radius: 0;
  }

  .slick-dots {
    margin-top: 1rem;
  }
  .centered {
    text-align: center;
  }
  .bn-news ul li a {
    font-size: 1rem;
  }

  .centered-banner img {
    max-width: 100%;
  }

  .news h2 {
    display: none;
  }
  .services.mod {
    margin-top: 7rem;
  }

  video,
  #toggle-video {
    display: none;
  }
  .services.upper {
    padding-top: 1rem;
  }

  .project,
  .event {
    max-width: 48%;
    margin-bottom: 1rem;
    margin-inline: 0.3rem;
  }

  .all {
    margin-block: 3rem;
  }
  .articles {
    padding-top: 0;
    margin-bottom: -8rem;
  }
  .articles .row > div {
    margin-bottom: 0;
  }

  .articles .pic {
    position: relative;
    width: 48%;
    height: 215px;
  }

  .articles .item {
    margin-bottom: 1rem;
  }

  .articles .item .pic {
    position: relative;
    opacity: 1;
    z-index: 1;
  }

  .articles .rel {
    display: none;
  }

  .articles .info h3 {
    font-size: 1.2rem;
  }

  .articles .item h4 {
    border: none;
    font-size: 1.2rem;
    display: inline-block;
  }

  .articles .info {
    flex-direction: column;
    border: none;
    padding-block: 0;
  }

  .articles .item .pic.hovered {
    z-index: 0;
    animation: none;
  }

  .all a {
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
  }

  .newsltr .icon + .wrap {
    margin-right: 25px;
  }

  .soclinks a {
    width: 75px;
    height: 75px;
  }

  .soclinks img {
    width: 70px;
  }

  .events .row {
    justify-content: center;
    align-items: flex-start;
  }

  .events .slicked-slicks {
    max-width: 90%;
    margin: auto;
  }
  .projects .row {
    justify-content: center;
  }

  .events .pic {
    width: 100%;
    height: 150px;
  }
  .newsltr img {
    transform: scale(0.5);
  }
  .services.upper .row {
    background-size: 320px;
  }

  .slist .icon {
    background-size: 70px;
    width: 70px;
    margin-left: 0;
  }
  .slist figcaption {
    font-size: 1.1rem;
    width: 96%;
  }
  .services.upper .more a {
    padding: 0.35rem;
    width: 180px;
  }

  .services.upper .more a span {
    font-size: 1.2rem;
  }

  .services.lower {
    margin-top: -6.5rem;
  }

  .mod h2 {
    margin: 0;
  }

  .events {
    margin-top: -9.5rem;
  }
  .newsltr {
    min-height: 415px;
    margin-top: 2rem;
    background-size: 100%;
  }
  .newsltr img {
    transform: none;
    right: 0;
    width: 150px;
    top: -7rem;
    bottom: auto;
  }
  .newsltr .container {
    max-width: 90%;
    padding: 2.25rem 1rem;
  }
  .newsltr h3 {
    font-size: 1.4rem;
  }
  .services-slick {
    padding-inline: 0;
    margin-inline: 0;
  }
  .service {
    padding: 1rem 0;
    margin: 1rem 0;
  }

  .services-slick button.slick-prev {
    right: -15px;
    z-index: 9;
  }

  .services-slick button.slick-next {
    left: -15px;
    z-index: 9;
  }
  .soclinks {
    flex-direction: column;
  }
  .soclinks .icons {
    position: relative;
    justify-content: center;
    top: auto;
  }
  .soclinks h2 {
    margin-block-end: 1.5rem;
    font-size: 2rem;
  }
  .topnav {
    margin-top: 5rem;
    padding-block: 0;
    border-radius: 0;
    border-width: 0;
    max-width: 100%;
    flex-direction: column;
    align-items: flex-start;
    padding-inline: 0;
    border-bottom: 1px solid var(--site5);
    border-top: 1px solid var(--site5);
  }
  .topnav a {
    font-size: 2.2rem;
    position: relative;
    padding-right: 3rem;
    width: 100%;
  }
  .topnav a:hover {
    transform: none;
  }
  .topnav a::before {
    content: "\f104";
    font-family: "FontAwesome";
    position: absolute;
    right: 1.5rem;
    color: inherit;
    font-size: 1rem;
    top: 50%;
    transform: translateY(-50%);
  }
  .topnav a.active::before {
    font-size: 2rem;
  }

  .bottom h2 {
    font-size: 2.25rem;
  }
  .bottom h3 {
    font-size: 1.5rem;
  }
  .bottom h3::after {
    bottom: -1.5rem;
  }
  .switch .row:first-of-type {
    padding-block-start: 1.5rem;
  }
  .switch .btn-link {
    align-items: flex-start;
  }
  .switch .mapt {
    font-size: 2rem;
    margin-bottom: 1rem;
  }
  .switch .btn-link a {
    padding-inline: 1rem;
    font-size: 1.25rem;
  }
  .switch .mapt {
    font-size: 1.45rem;
  }

  .shivok {
    height: 290px;
    width: 90%;
  }

  .shivok a {
    height: 280px;
  }
  .shivok h3 {
    font-size: 2rem;
  }
  .shivok .wrap span > p {
    font-size: 1.3rem;
    max-width: 95%;
    font-family: "bolden";
  }
  .shivok a .wrap > p {
    font-size: 1rem;
  }

  .logos a {
    margin-block-end: 1.5rem;
  }

  .logos {
    border-radius: 0 0 40px 40px;
  }

  .logos img {
    max-width: 170px;
    margin: auto;
  }
}

@media (max-width: 760px) {
  /* .newsltr button {
width: 80px;
}
*/
  .soclinks .icons {
    margin-inline: 0;
    gap: unset;
    justify-content: space-evenly;
  }
  .soclinks a {
    width: 55px;
    height: 55px;
  }
  .soclinks img {
    width: 50px;
  }

  .slist a {
    flex-direction: column;
  }
  .slist .icon {
    background-size: contain;
    flex-shrink: 0;
    height: 50px;
    width: 50px;
  }
  .slist figcaption {
    text-align: center;
    font-size: 1rem;
  }
  .cover .wrap a h2 {
    font-size: 3rem;
    padding-inline-end: 0.5rem;
  }

  .articles .item {
    flex-direction: column;
    align-items: center;
  }

  .articles .info {
    width: 96%;
    border-top: none;
  }

  .articles .pic {
    width: 90%;
  }
  .services.lower .container {
    overflow-x: hidden;
  }
  .services.lower figcaption {
    font-size: 1.1rem;
  }
}

@media (max-width: 600px) {
  .cover .wrap {
    padding-right: 0;
  }
  .cover .wrap {
    padding-right: 2rem;
  }

  .cover .wrap a h2 {
    font-size: 2.5rem;
  }
  section h2 {
    font-size: 1.8rem;
  }
  .project,
  .event {
    max-width: 90%;
  }
  .project .pic {
    height: 150px;
  }
  .event h4,
  .event p {
    display: none;
  }
  .event .date {
    font-size: 1.1rem;
    font-family: "bolden";
  }
  .event h3 {
    font-size: 1.25rem;
  }
  .switch .btn-link {
    margin-block: 2.5rem;
  }
  .switch .list ul {
    column-count: 1;
  }
  .switch .right {
    max-width: none;
  }
  .switch .row:first-of-type {
    padding-inline: 1rem;
    min-height: auto;
  }
  .switch .wrap + .row {
    padding-inline: 1rem;
  }
  .switch .right .list {
    margin-top: 0;
  }

  .shivok a .wrap {
    padding-right: 1rem;
  }
}

@media (max-width: 450px) {
  .services.lower figcaption {
    max-width: 96%;
  }

  .newsltr form .wrap {
    flex-direction: column;
  }

  .newsltr form .wrap div {
    max-width: 100%;
    margin-bottom: 5px;
  }

  .cover .wrap a h2 {
    font-size: 2rem;
  }
}
