body {
  margin-top: 0;
}
.mobile-only {
  display: none;
}
.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;
  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 .wrap {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-right: 5%;
  max-width: 800px;
  color: #fff;
}

.cover .wrap .h2 strong {
  font-size: calc(2.9vw + 16px);
  color: var(--white);
  font-weight: 700;
  width: 100%;
  margin-bottom: 50px;
  text-shadow: 4px 4px 6px rgba(66, 68, 90, 1);
}
.cover .wrap .h2 p {
  position: relative;
  font-size: calc(1.9vw + 16px);
  font-weight: 300;
  line-height: 1;
}
.cover .wrap .h2 p::after {
  content: "";
  position: relative;
  display: block;
  height: 3px;
  width: 87px;
  background-color: var(--prime3);
  bottom: -2rem;
  right: 0;
}
.cover .wrap .span {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  padding-bottom: 2rem;
}
.cover .wrap .span a {
  color: #fff;
  font-weight: 700;
  font-size: calc(0.5vw + 16px);
  text-align: center;
  display: flex;
  justify-content: center;
}
.cover .wrap .span a {
  background-color: rgba(255, 255, 255, 0.15);
  border: 2px solid #fff;
  border-radius: 50px;
  padding: 5px 1.5rem;
}
.cover .wrap a:hover {
  text-decoration: none;
  background-color: var(--prime6);
  transform: scale(1.02);
  border-color: var(--prime6);
}

.cover .wrap a:hover span {
  background-color: var(--prime2);
}

.cover .wrap .p {
  text-wrap: balance;
  color: var(--white);
  padding: 2.5rem 0 1.5rem;
  font-weight: 300;
  font-size: calc(0.4vw + 16px);
}

.olayer {
  z-index: 0;
  position: absolute;
  bottom: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0) 2%,
    rgba(4, 44, 108, 0.92) 100%
  );
  mix-blend-mode: multiply;
}

.dark-arrows .slick-prev:before,
.dark-arrows .slick-next:before {
  color: var(--prime1);
}

/**/

.services-slick {
  padding: 0.5rem 1rem;
  margin: -7rem 1rem 0;
}

.services .item {
  text-align: center;
  display: block;
  padding: 1rem;
}

.service:hover {
  text-decoration: none;
  transform: scale(1.02);
}

.service .icon img {
  display: block;
  margin: 0 auto;
}

.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(--prime1);*/
}

.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: var(--prime3);
  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(--prime1);
  margin-inline-end: 1px;
  margin-block-end: 1rem;
}

.event:hover {
  text-decoration: none;
  color: var(--prime6);
}

.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-weight: 700;
  color: var(--prime7);
}

.events .pic {
  background-size: cover;
  background-position: center;
  width: 300px;
  height: 300px;
  margin: 0 auto;
}

.event .date {
  font-weight: 300;
  font-size: 1.8rem;
}

.event h3 {
  font-weight: 700;
  min-height: 67px;
}

.event h4 {
  border-radius: 50px;
  border: 1px solid var(--prime5);
  color: var(--prime2);
  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(--prime3);
  display: flex;
  justify-content: space-between;
  padding-block-start: 1rem;
  margin-top: auto;
}

.event .info span {
  font-weight: 700;
}

.white {
  position: absolute;
  height: 145px;
  background-size: cover;
  width: 100%;
  bottom: 0px;
}

.all {
  text-align: center;
  width: 100%;
  margin-block: 4rem;
}

.all a {
  position: relative;
  border: 2px solid var(--prime6);
  font-weight: 400;
  font-size: 1.35rem;
  padding: 0.45rem 3rem;
  border-radius: 50px;
  background-color: #fff;
  width: fit-content;
  color: var(--prime6);
  z-index: 9;
}

@keyframes updown {
  0% {
    height: 120px;
  }

  50% {
    height: 130px;
  }

  top {
    height: 120px;
  }
}

.news {
  padding: 0 2rem;
  padding-top: 2.5rem;
  margin-top: auto;
  margin-right: auto;
  margin-left: 8%;
  width: 100%;
  max-width: 490px;
  height: calc(100% - 80px);
  background-color: rgb(17 61 120 / 94%);
}
.news-marquee {
  padding: 1rem 0;
  width: inherit;
  height: inherit;
  overflow: hidden;
  height: calc(100% - 99px) !important;
}
.news .content {
  position: relative;
  margin-bottom: 6rem;
}

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

.news .container {
  width: 100%;
}

.news h2 a {
  font-weight: 700;
  color: #fff;
}
.news h2 {
  justify-content: space-between;
  display: flex;
}

.news a h2 {
  font-weight: 900;
  font-size: 1.15rem;
  line-height: 1;
  color: var(--prime5);
}

.bn-effect-scroll .bn-news ul {
  height: 100%;
}

.breaking-news-ticker {
  height: 67px !important;
}

.bn-news {
  background: rgba(var(--prime1RGB), 0.87);
  width: 100%;
  max-width: 93%;
  max-width: 89.5%;
  border-radius: 50px;
}

.news-marquee ul {
  margin-right: 0;
  padding: 0;
  list-style-type: none;
}

.news-marquee ul li {
  padding-bottom: 2rem;
  margin-bottom: 2.5rem;
  border-bottom: 2px solid rgba(255, 255, 255, 0.25);
}

.news-marquee ul li a {
  color: #fff;
  font-size: 1.3rem;
  line-height: 1.5rem;
  padding: 0.36rem 0;
  font-weight: 300;
}

.bn-news ul li a:hover {
  color: var(--prime3);
}

.bn-effect-scroll .bn-news ul li {
  padding: 0 1rem;
  padding-top: 10px;
}

.news .date {
  color: var(--prime5);
  font-weight: 400;
}

.news-toggle {
  width: 26px;
  height: 26px;
  border: 1px solid #fff;
  border-radius: 50%;
  background: #111;
  color: #fff;
  background: none;
  font-size: 14px;
}

.news .link {
  z-index: 1;
  display: flex;
  justify-content: flex-end;
  position: relative;
}
.news .link a {
  background-color: rgb(17 61 120 / 94%);
  border: 2px solid var(--prime5);
  text-align: center;
  padding: 3px 1.5rem;
  color: var(--prime5);
  border-radius: 50px;
  font-size: 1rem;
}
.bn-controls {
  background: rgba(var(--prime1RGB), 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(--prime3);
  padding: 0;
  margin-right: 5px;
}
.bn-controls a {
  color: var(--prime3);
  padding-right: 5px;
}
.bn-arrow {
  top: -1px;
}

.bn-pause::before,
.bn-pause::after {
  background-color: var(--prime3);
}

.bn-play::after {
  border-left-color: var(--prime3);
}

.bn-controls button:hover {
  background-color: var(--prime2);
  color: var(--prime3);
  box-shadow: none;
}

.services.upper {
  padding-top: 5rem;
}

.services.upper h2 {
  font-weight: 700;
  padding: 3rem;
  text-align: center;
  font-size: 4.5rem;
  color: var(--prime1);
}

.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(--prime3);
  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(--prime3);
  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(--prime3);
}

.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-weight: 700;
  color: var(--prime1);
  width: 130px;
}

.slist a:hover .icon {
  transform: scale(1.05);
  filter: brightness(0.5);
}
.upper .container {
  margin-bottom: 5rem;
}

.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(--prime3);
}

.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(--prime3);
  outline: none;
  background: var(--prime1);
  font-size: 0;
  border-radius: 50%;
}
.mod h2 {
  margin: 0;
}
.mod .slick-list {
  border-radius: 0;
  padding-block: 0;
}

.mod .slick-list figcaption {
  font-weight: 700;
  color: var(--prime1);
  line-height: 1.2;
}
.mod .slick-list a:hover figcaption {
  color: var(--prime1);
}
.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-weight: 700;
}

.shivok .wrap span > p {
  font-size: 1.7rem;
  font-weight: 300;
  max-width: 70%;
}

.shivok a .wrap > p {
  background-color: var(--prime5);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  width: fit-content;
  padding: 0.25rem 3rem;
  border-radius: 15px;
  font-weight: 700;
  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(--prime1);
}

.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(--prime5);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 1rem;
  color: var(--prime1);
  font-weight: 700;
  font-size: 2.5rem;
}

.article .info h4:hover {
  color: var(--prime6);
}

.articles .item .wrap {
  color: var(--prime1);
  padding-inline: 1rem;
}

.articles .item .wrap:hover {
  color: var(--prime6);
}

.articles .info p {
  max-height: 3rem;
  overflow: hidden;
  line-height: 1.2;
}

.articles .info h3 {
  font-weight: 700;
}

.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(--prime1);
  padding: 0.5rem 1.5rem;
  color: var(--white);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
}

.services.lower h2 {
  width: fit-content;
  background-color: #fff;
  padding: 10px 1.8rem;
  margin-inline: auto;
  z-index: 2;
  position: relative;
}

.services.lower .icon {
  margin-bottom: 1rem;
}

.services.lower .icon img {
  max-width: 65px;
}

.services.lower figcaption {
  font-weight: 700;
  font-size: 1.14rem;
  line-height: 1;
  color: var(--prime1);
}

.services.lower .slick-list {
  border: 1px solid #cecece;
  border-radius: 25px;
  padding-block: 5rem;
  background-color: var(--white);
}

.slick-arrow {
  border-radius: 50px;
  border: 1px solid var(--prime3);
  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 .num {
  color: var(--prime5);
  font-weight: 700;
  font-size: calc(3.4vw + 16px);
  letter-spacing: -3px;
}
.services.lower .slick-slide {
  border-right: 1px solid #cecece;
}

.services.lower .slick-track .item:first-child {
  border-right: 1px solid var(--light);
}

.project {
  padding: 2rem;
  width: 20%;
  max-width: 375px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.3);
  border-radius: 25px;
  height: inherit;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  position: relative;
  margin-inline:1rem;

  @media (max-width: 1199px) {
    padding: 1rem;
  }
}
.ribb {
  position: absolute;
  top: -10px;
  left: -10px;
  width: 100%;
  max-width: 300px;
  aspect-ratio: 1;
  z-index: 1;
  overflow: clip;
}
.ribb span {
  position: relative;
  display: inline-block;
  background: var(--prime1);
  color: white;
  padding: 0.5rem 2em;
  font-size: 1rem;
  transform: rotate(-45deg);
  width: 100%;
  height: 2rem;
  font-size: 1.25rem;
  top: 71px;
  left: -55px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;

  @media (max-width: 1599px) {
    top: 50px;
    left: -50px;
  }
  @media (max-width: 1199px) {
    top: 46px;
    left: -42px;
  }
  @media (max-width: 991px) {
    top: 70px;
    left: -70px;
  }
}
.ribb span::before,
.ribb span::after {
  content: "";
  position: absolute;
  border-style: solid;
  border-width: 0.45em;
  z-index: -1;
  @media (max-width: 991px) {
    content: none;
  }
}
.ribb span::before {
  top: 100%;
  border-width: 0.4em;
  left: -2px;
  border-color: #667f99 transparent transparent transparent;
}

.ribb span::after {
  top: 100%;
  right: 7px;
  border-color: #667f99 transparent transparent transparent;

  @media (max-width: 1599px) {
    right: 28px;
  }
  @media (max-width: 1199px) {
    right: 11px;
  }
}
.projects .row {

    justify-content: center;

}

.project .pic {
  background-size: cover;
  background-position: center;
  width: 100%;
  aspect-ratio: 1;
  flex-grow: 1;
}

.project .info {
  padding: 2rem 0;
  color: var(--prime1);
  line-height: 1.1;
  font-size: 1rem;
  display: flex;
  flex-direction: column;
  min-height: 45%;
  flex-grow: 9;
}

.project h3 {
  padding-bottom: 1rem;
  line-height: 1;
}

.project h3 a {
  font-weight: 900;
  font-size: 1.6rem;
  color: var(--prime1);
  margin-top: auto;
}

.project h3 + span {
  margin-bottom: 1rem;
}

.project .info h3 + p {
  color: var(--prime5);
  border-radius: 50px;
  border: 0.14rem solid var(--prime5);
  width: fit-content;
  padding: 2px 0.5rem;
  min-width: 115px;
  text-align: center;
  font-size: 1rem;
  font-weight: 700;
}

.project .more {
  padding: 0.55rem 1rem;
  margin-top: auto;
  border: 2px solid var(--prime5);
  display: flex;
  font-weight: 700;
  color: var(--prime6);
  width: fit-content;
  border-radius: 50px;
  color: var(--prime6);
}

.project .more:hover {
  color: var(--prime5);
}

.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 {
  position: relative;
  top: 3rem;
  overflow-x: clip;
}
.newsltr h2 {
  font-size: calc(2.5vw + 16px);
  text-align: right;
  z-index: 2;
  position: relative;
  width: 100%;
    max-width: 90%;
    margin-inline: auto;

  @media (max-width: 991px) {
    padding-bottom: 3rem;
  }
}
.newsltr .fields {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem 3rem;
}
.newsltr .form-control {
  height: calc(2.25rem + 16px);
  border-radius: 0.61rem;
}

.newsltr .fields input {
  width: 100%;
  padding: 0 10px;
}
.form-group {
  position: relative;
}
.newsltr .fields label {
  display: flex;
  position: absolute;
  top: -10px;
  right: 16px;
  z-index: 1;
  background-color: #ffffff;
  padding: 0 5px;
  color: var(--prime1);
  font-size: 1rem;
  transition: all 0.2s ease;
  max-width: fit-content;
  font-weight: 600;
  line-height: 1;
}
.smart-form{
  max-width: 90%;
  margin-inline:auto;
}
.smart-form .fields .form-group-required > label:after {
  margin-right: 5px;
  font-size: 1rem;
}
.newsltr .fields .form-group div {
  flex: 0 0 100%;
  max-width: 100%;
  display: grid;
  align-items: center;
  padding: 0;
}
.newsltr .required-live-text {
  display: none;
}
.newsltr .form-group:nth-child(-n + 3) {
  flex: 1 1 32%;
  min-width: 200px;
}
.newsltr .form-group:nth-child(4) {
  flex: 1 1 33%;
}
.newsltr .form-group:nth-child(5) {
  flex: 1 1 67%;
}
.newsltr .form-group:has(textarea) {
  flex: 1 1 100%;
}
.newsltr .wrap {
  background-color: #fff;
  padding: 3rem 6rem;
  max-width: 1220px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  border-radius: 50px 0 0 50px;
}
.newsltr button[type="submit"] {
    background-color: var(--prime5);
    border-radius: 50px;
    border: 6px solid rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    font-size: calc(16px + 1.1vw);
    position: absolute;
    width: 190px;
    right: 90%;
    bottom: -7rem;
  @media (max-width: 1500px) {
    left: auto;
    right: auto;
  }

  @media (max-width: 991px) {
    left: 50%;
    transform: translateX(-50%);
    border-width: 5px;
    bottom: -6rem;
    width: 200px;
  }

}
@media (max-width: 991px) {
    .newsltr .fields label {
    top: -20px;
}
}
.newsltr .offset-sm-3{
  margin-right: 0;
}

.newsltr .bgr {
  position: absolute;
  width: 120px;
  height: 120px;
  z-index: -1;
  opacity: 0.4;
}
.icon1 {
  left: 30%;
  top: 125px;
  font-size: calc(10.5vw + 16px);
  color: var(--prime3);
  background-size: 79%;
  background-repeat: no-repeat;
  width: 20rem;
  height: 20rem;
  transform: rotate(345deg);
  background-position: -10px 100px;
}

.icon2 {
  left: 200px;
  top: 12rem;
  i {
    transform: rotate(15deg);
    font-size: calc(5vw + 16px);
    color: var(--prime3);
    background-size: 79%;
    background-repeat: no-repeat;
    width: 18rem;
    height: 18rem;
    background-position: -47px 70px;
  }
}

.smart-form button[type="submit"]:before {
  content: none;
}
.gis {
  display: flex;
  height: auto;
}
.gis .col .wrap {
  padding-inline: 7rem;
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: center;

  @media (max-width: 1500px) {
    padding-inline: 4rem;
  }
  @media (max-width: 1200px) {
    padding-inline: 2rem;
  }
}
.gis .col + div {
  background-size: cover;
  height: 800px;
  width: 100%;
  border: 10px solid #fff;
  border-left: none;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  border-radius: 0 50px 50px 0;
}
.gis .h2 {
  color: var(--prime1);
  font-weight: 400;
  font-size: calc(0.7vw + 16px);
  position: relative;
}
.gis .h2::after {
  content: "";
  position: relative;
  display: block;
  height: 3px;
  width: 57px;
  background-color: var(--prime3);
  bottom: 0;
  right: 0;
}
.gis .h2 strong {
  line-height: 1;
  font-size: calc(3.4vw + 16px);
  font-weight: 900;

  width: 100%;
  margin-bottom: 50px;
  text-shadow: none;
}
.gis .p p {
  margin-top: 1.5rem;
  color: var(--prime1);
}
.gis a {
  display: block;
  margin-top: 3.5rem;
  padding: 0.7rem 2rem;
  border: 1px solid var(--prime3);
  font-size: 1.2rem;
  border-radius: 50px;
  max-width: fit-content;
  color: var(--prime2);
}

.topnav {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 60%;
  justify-content: space-evenly;
  align-items: center;
  margin: auto;
  border: 2px solid var(--prime3);
  background-color: #fcbe771f;
  border-radius: 25px;
  padding-inline: 1rem;
}
.topnav a {
  color: var(--prime1);
  font-size: 3.5rem;
  font-weight: 300;
  border-bottom: 2px solid #fff;
}
.topnav a.active {
  color: var(--prime5);
}
.topnav a:hover {
  color: var(--prime5);
  transform: scale(1.1);
}

.bottom h2,
.bottom h3 {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  color: var(--prime1);
  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(--prime5);
  right: 0;
  bottom: -2.5rem;
}

.switch .btn-link {
  display: flex;
  align-items: center;
  background-repeat: no-repeat;
}
.switch .btn-link a {
  background-color: var(--prime1);
  font-weight: 600;
  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(--prime1);
  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(--prime1);
  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(--prime5);
}
.switch .list li.link::before {
  content: none;
}
.switch .list li a {
  color: var(--prime7);
  padding-inline-end: 8px;
}
.switch .list li a:hover {
  color: var(--prime5);
}
.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(--prime1);
  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(--prime1);
  font-size: 2.5rem;
  color: var(--prime1);
  font-weight: 700;
  display: flex;
  align-items: center;
}
.switch .mapt::after {
  content: "";
  position: absolute;
  height: 45px;
  width: 3px;
  background-color: var(--prime1);
  left: 25%;
  top: -45px;
}
.switch .mapt::before {
  content: "";
  position: absolute;
  height: 45px;
  width: 3px;
  background-color: var(--prime1);
  right: 25%;
  top: -45px;
}
.switch .map {
  border: 3px solid var(--prime1);
  border-radius: 25px;
  margin: auto;
}
.switch .map img {
  width: 100%;
  padding: 1rem 1rem;
}

.footer {
  margin-top: -5rem;
  padding-top: 9.5rem;
}
@media (min-width: 992px) {
  .services {
    position: relative;
    bottom: 0;
    right: 0;
    width: 100%;
  }

  .services::after {
    content: "";
    position: absolute;
    height: 45rem;
    width: 100%;
    background-color: var(--prime4);
    top: 40%;
    right: inherit;
    z-index: -1;
  }

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

@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) {
  .mobile-only {
    display: block;
  }
  [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: 45px;
    min-height: 525px;
  }

  .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) 30%
    );
    mix-blend-mode: multiply;
  }

  /* .cover-slick.desktop {
    display: none;
  } */
  .news {
    display: none;
  }
  .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 {
    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 .bgr {
    z-index: 1;
    opacity: 0.3;
  }
  .newsltr label {
    z-index: 3;
  }
  .newsltr input {
    z-index: 2;
  }
  .icon1 {
    top: 10px;
    left: 42%;
  }
  .icon2 {
    top: 6.5rem;
    left: 115px;
  }
  .newsltr .icon + .wrap {
    margin-right: 25px;
  }
  .newsltr .wrap {
    padding: 3rem;
    max-width: 95%;
  }
  .soclinks a {
    width: 75px;
    height: 75px;
  }

  .soclinks img {
    width: 70px;
  }

  .gis {
    flex-direction: column;
  }
  .gis .col + div {
    width: 95%;
    height: auto;
    margin-top: 3.5rem;
    aspect-ratio: 3 / 2;
    margin-right: auto;
  }

  .gis a {
    margin-inline: auto;
  }

  .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: 5rem;
  }

  .mod h2 {
    margin: 0;
  }

  .events {
    margin-top: -9.5rem;
  }
  .newsltr {
    min-height: 415px;
    margin-top: 2rem;
    background-size: 100%;
    overflow-x: clip;
  }
  .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;
    margin: -3rem 1rem 0;
  }
  .service {
    padding: 1rem 0;
    margin: 1rem 0;
  }

  .services-slick button.slick-prev {
    right: -15px;
    z-index: 9;
  }

  .slicked-slicks button.slick-prev {
    right: 0;
    z-index: 9;
  }

  .services-slick button.slick-next {
    left: -15px;
    z-index: 9;
  }

  .slicked-slicks button.slick-next {
    left: 0;
    z-index: 9;
  }
  .slicked-slicks .slick-track {
    height: 95%;
  }

  .slicked-slicks .slick-slide > div {
    margin: 10px;
    height: 100%;
    display: flex;
  }
  .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(--prime5);
    border-top: 1px solid var(--prime5);
  }
  .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-weight: 700;
  }
  .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: 767px) {
  .project {
    max-width: 90%;
    margin-inline: auto;
  }
  .project {
    width: 100%;
    margin-bottom: 3rem;
}
  .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 figcaption {
    font-size: 1.1rem;
  }
  .bn-news {
    border-radius: 0;
  }
  .bn-news ul li a {
    color: #fff;
    font-size: 1.2rem;
  }
  .newmob .breaking-news-ticker {
    height: 53px !important;
  }
}

@media (max-width: 767px) {
  .project .info {
    min-height: unset;
  }
  .project .info span {
    display: none;
  }
}

@media (max-width: 600px) {
  .cover .wrap {
    padding-right: 0;
  }
  .cover .wrap a h2 {
    font-size: 2.5rem;
  }
  section h2 {
    font-size: 1.8rem;
  }
  .project {
    max-width: 90%;
  }
  .project .pic {
    height: 150px;
  }
}

@media (max-width: 550px) {
  .newsltr .form-group:nth-child(-n + 3),
  .newsltr .form-group:nth-child(4) {
    flex-basis: 100%;
  }
}

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