@charset "UTF-8";
section.tabs {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  max-width: 300px;
  align-self: center;
}
section.tabs .inner {
  display: flex;
  gap: 25px;
  flex-direction: column;
  align-content: start;
  align-items: end;
}
section.tabs .inner .tab {
  transition: all 0.5s;
  border-radius: 0 33px 33px 0;
  height: 65px;
  width: max-content;
}
section.tabs .inner .tab:hover a {
  padding-left: 50px;
}
section.tabs .inner .tab a {
  color: #fff;
  font-size: 26px;
  padding: 0 20px;
  font-weight: 700;
  height: 100%;
  display: flex;
  align-items: center;
}

.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 {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  min-height: 800px;
  gap: 20px;
  background: linear-gradient(transparent 85%, black);
}

.cover::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 6px;
  background: linear-gradient(90deg, #f19b57, #f19b57 33%, #529edd 33%, #529edd 67%, #75e997 67%, #75e997 100%);
  bottom: -6px;
}

.section.articles {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 100px;
  background-image: url(./images/bg-bottom.png);
}
.section.articles .featured {
  display: flex;
  width: 400px;
  flex-direction: column;
}
.section.articles .featured h2 {
  color: #2487a9;
  margin: 0 20px;
  font-family: "Rubik";
  font-weight: 700;
}
.section.articles .featured a {
  margin: 20px 0;
}
.section.articles .featured img {
  border-radius: 25px;
  width: 100%;
  height: 100%;
  aspect-ratio: 8/7;
  object-fit: cover;
  object-position: center;
}
.section.articles .regular {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  margin: 20px;
}
.section.articles .regular a:nth-child(1) {
  width: 100%;
}
.section.articles .regular h2 {
  color: #2f9d64;
  margin: 0 20px;
  font-family: "Rubik";
  font-weight: 700;
}
.section.articles .regular .article {
  width: 320px;
  margin: 20px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.section.articles .regular .article:nth-of-type(2) .title {
  background-color: #2487a9;
}
.section.articles .regular .article:nth-of-type(3) .title {
  background-color: #449e6a;
}
.section.articles .regular .article:nth-of-type(4) .title {
  background-color: #4fa0ec;
}
.section.articles .regular .article .inner {
  border-radius: 25px;
  overflow: hidden;
  position: relative;
}
.section.articles .regular .article .inner img {
  object-fit: cover;
  width: 100%;
  height: 240px;
}
.section.articles .regular .article .inner .title {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  max-width: 75%;
  display: block;
  line-height: 50px;
  position: absolute;
  bottom: 0;
  border-radius: 20px 0 0 20px;
  height: 50px;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-family: Rubik;
  padding: 0 20px;
  font-weight: 600;
  font-size: 22px;
}
.section.articles .regular .article .text {
  font-family: Rubik;
}
.section.articles .regular .all-articles {
  width: 100%;
  text-align: left;
}
.section.articles .regular .all-articles a {
  background-color: #c1dce6;
  font-size: 12px;
  font-weight: 500;
  padding: 5px 10px;
  border-radius: 15px;
}

.section.featured.services {
  display: flex;
  flex-grow: 1;
  width: auto;
  justify-content: center;
  gap: 0;
  padding: 50px 0;
  flex-wrap: wrap;
  align-items: center;
}
.section.featured.services .service {
  width: 250px;
  height: 250px;
  margin: 25px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.section.featured.services .service:nth-of-type(1) {
  background-image: url(images/service-01.png);
}
.section.featured.services .service:nth-of-type(2) {
  background-image: url(images/service-02.png);
}
.section.featured.services .service:nth-of-type(3) {
  background-image: url(images/service-03.png);
}
@media (max-width: 992px) {
  .section.featured.services .service {
    width: 200px;
    height: 200px;
  }
}
@media (max-width: 500px) {
  .section.featured.services .service {
    width: 150px;
    height: 150px;
    margin: -30px 10px;
  }
}
.section.featured.services .service a {
  color: #fff;
  font-size: 24px;
  width: 75%;
  text-align: center;
  font-weight: 500;
  text-shadow: 0 0 3px #00000096;
}
@media (max-width: 992px) {
  .section.featured.services .service a {
    font-size: 18px;
  }
}

.section.services {
  display: flex;
  width: 100%;
  justify-content: center;
  align-self: end;
  gap: 80px;
}
.section.services a {
  color: #fff;
  text-align: center;
  font-size: 20px;
  line-height: 20px;
  font-weight: 500;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 40px;
}
.section.services a img {
  max-height: 60px;
  max-width: 60px;
}

.section.moked {
  white-space: nowrap;
  background-color: #ff0000ad;
  height: 84px;
  display: flex;
  align-items: center;
  border-radius: 0 42px 42px 0;
  padding: 0;
  background-image: url(./images/moked.svg);
  background-size: 45px;
  background-repeat: no-repeat;
  background-position: right 20px center;
}
@media (max-width: 991px) {
  .section.moked {
    border-radius: 20px;
    height: 50px;
  }
}
.section.moked a {
  color: #fff;
  font-weight: 500;
  font-size: 26px;
  padding-right: 60px;
  margin: 20px;
}

.middle {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  align-self: center;
  justify-content: space-between;
}

.section.flaps {
  display: flex;
  max-width: 200px;
  flex-direction: column;
  gap: 10px;
}
@media (max-width: 991px) {
  .section.flaps {
    max-width: 100%;
    flex-direction: row;
    justify-content: center;
    margin: 0 auto;
  }
}
.section.flaps .tab {
  background-color: rgba(0, 0, 0, 0.5);
  white-space: nowrap;
  color: #fffa9c;
  height: 30px;
  display: flex;
  justify-content: start;
  align-items: center;
  border-radius: 20px 0 0 20px;
  font-size: 20px;
  padding-left: 20px;
}
.section.flaps .tab:nth-of-type(2) {
  color: #fff;
}
@media (max-width: 991px) {
  .section.flaps .tab {
    border-radius: 20px;
  }
}
.section.flaps .tab:before {
  content: "●";
  font-size: 28px;
  padding: 0 20px;
}

.section.fastnav {
  display: flex;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  border-radius: 40px;
  align-items: center;
  justify-content: center;
  align-self: center;
  margin: 0 auto;
  padding: 10px;
}

.fast-navigation {
  flex-grow: 1;
  margin: 0 20px;
}

.form {
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}

.smart-nav-submit {
  background-color: #21aaa4;
  border: 0;
  border-radius: 20px;
  height: 36px;
  color: #fff;
  font-weight: 500;
  padding: 0 10px;
}
@media (max-width: 992px) {
  .smart-nav-submit {
    width: 100%;
  }
}

.selector {
  width: 300px;
  flex-grow: 1;
}

.selector select {
  width: 200px;
  flex-grow: 1;
  background-color: #fff;
  border: 0;
  height: 40px;
  border-radius: 20px;
}

.smart-nav-submit {
  height: 36px;
  height: 40px;
}

label {
  color: #fff;
  padding: 0 10px;
  font-size: 18px;
  font-weight: 500;
}

#smart_nav_1 {
  display: inline;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

div.selector:nth-child(1) > span:nth-child(1) {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
}

div.selector:nth-child(1) > span:nth-child(1) > label:nth-child(1) {
  margin-bottom: 0;
}

.section.fastnav {
  margin: 20px auto;
  max-width: 800px;
}

.fake-input {
  width: 100%;
  display: flex;
  align-items: center;
}

label {
  width: 100px;
  margin: 0;
}

.selector select {
  width: 200px;
  width: auto;
}

.section.fastnav {
  width: 90%;
}

@media (max-width: 992px) {
  .section.moked {
    height: 84px;
    height: 60px;
    border-radius: 0;
    justify-content: center;
    margin: 0 auto;
  }
}
.news {
  display: flex;
  align-items: center;
  background-color: #4d6f4fc2;
  width: 100%;
}
@media (max-width: 991px) {
  .news {
    height: 60px;
  }
}
.news .bn-controls {
  display: none;
}
.news #newsTicker2 {
  display: inline-block;
}
.news .container {
  margin: 0;
  max-width: 100%;
  padding-right: 300px;
}
@media (max-width: 991px) {
  .news .container {
    padding-right: 130px;
  }
}
.news .container > div:nth-child(1) {
  display: flex;
  align-items: center;
}
@media (max-width: 500px) {
  .news .container > div:nth-child(1) {
    flex-wrap: wrap;
  }
}
.news .container h2 {
  display: inline;
  color: #000;
  font-size: 16px;
  background-color: #dae0db;
  height: 24px;
  padding: 0 12px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
}
@media (max-width: 992px) {
  .news .container h2 {
    display: none;
  }
}
.news .container a {
  color: #fff;
}
.news .container a time.date {
  color: #bdefdc;
}
.news .container a:after {
  content: "|";
  width: 20px;
  text-align: center;
  font-weight: bold;
  position: absolute;
}

.icon-btn:hover {
  transform: rotate(375deg) !important;
  transition: transform 0.3s ease-out;
}

.featured .service:hover {
  scale: 1.1;
  transition: all 0.3s ease-out;
}

.services-slick a {
  padding: 10px 0;
}

.services .service:hover {
  filter: drop-shadow(0 0 5px #fff);
  scale: 1.1;
  transition: all 0.3s ease-out;
}

.section.moked a:hover {
  text-shadow: 0 0 5px #fff;
  scale: 1.1;
  transition: all 0.3s ease-out;
}

.flaps a.tab:hover {
  box-shadow: 0 0 5px #fff;
  transition: all 0.2s;
  scale: 1.1;
  transform-origin: right;
}

a.article:hover img {
  filter: saturate(1);
  transition: all 0.2s;
  scale: 1.1;
}

.section.articles .regular .article:hover .inner img,
.section.articles .featured a:hover img {
  filter: contrast(1.5);
  transition: all 0.5s;
  scale: 1.1;
}

.section.articles .regular .article .inner img {
  transition: all 0.5s;
  scale: 1.1;
}

/*# sourceMappingURL=idx.css.map */
