.cover {
  position: relative;
  min-height: 670px;
}

@media (min-width: 992px) {
  .cover {
    height: 100vh;
  }
}
@media (max-width: 991px) {
  .cover {
    padding: 15px;
    padding-top: 125px;
    /* header height + padding */
  }
}
.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-content {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  z-index: 99;
  text-align: center;
  max-width: 600px;
  margin-top: -60px;
}

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

#toggle-video {
  position: absolute;
  top: 125px;
  right: 15px;
  background: none;
  border: 0;
}

@media (max-width: 991px) {
  video, #toggle-video {
    display: none;
  }
}
/**/
.services-slick {
  padding: 0.5rem 1rem;
  margin: 0 1rem;
  width: 330px;
  height: 180px;
  z-index: 10000;
}
@media (min-width: 1500px) {
  .services-slick {
    width: 600px;
  }
}

.service {
  text-align: center;
  display: block;
  background: transparent;
  margin: 1rem;
  padding: 1rem;
  width: 100px;
  z-index: 10000;
}

a.service {
  color: #fff;
  font-weight: 600;
  font-size: 20px;
  line-height: 1;
  transition: all 0.5s;
}

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

.service .icon img {
  display: block;
  width: 60px;
  margin: 0 auto;
  margin-bottom: 0.75rem;
}

/* Articles */
.articles {
  padding: 3rem 2rem;
}

.articles h2 {
  font-weight: bold;
  margin-bottom: 2rem;
}

.articles article {
  display: block;
  height: 100%;
}

.articles .row > div {
  margin-bottom: 30px;
}

.article {
  display: block;
  background: #fff;
  color: #000;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
  position: relative;
  height: 100%;
}

.article img {
  display: block;
  width: 100%;
}

.article .info {
  padding: 1rem;
}

.article h3 {
  font-weight: bold;
}

.article .date {
  padding-bottom: 56.25%;
  position: relative;
  background: #cebd6f;
  background: linear-gradient(45deg, #f6b74d 0%, #a0b784 50%, #79ccc8 100%);
}

.article .date > div {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  font-size: 3rem;
  color: #fff;
  text-align: center;
  font-weight: bold;
}

.article .date > div > span:nth-child(2) {
  font-size: 1.5rem;
  display: block;
}

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

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

.ribbon-date {
  position: absolute;
  top: 0;
  left: 15px;
  background: #fff;
  color: #000;
  padding: 0.5rem 1rem;
}

.ribbon-date span {
  display: block;
}

.ribbon-date span:nth-child(1) {
  font-weight: bold;
  font-size: 1.5rem;
}

/* News * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
.news {
  padding: 1rem;
  background: #fff;
}

.news .content {
  position: relative;
}

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

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

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

.news h2 a {
  color: inherit;
}

@media (max-width: 991px) {
  .news h2 {
    display: none;
  }
}
@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 {
  color: #000;
}

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

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

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

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

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

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

/**/
@media (min-width: 992px) {
  .centered {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
  }
}
@media (max-width: 991px) {
  .centered {
    text-align: center;
  }

  .centered-banner img {
    max-width: 100%;
  }
}
/**/
@media (min-width: 992px) {
  .side-banners {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
  }

  .side-banners.side-banners-right {
    right: 0;
  }

  .side-banners.side-banners-left {
    left: 0;
  }
}
.side-banners a {
  background-color: #fff;
  display: block;
  padding: 1rem;
  margin: 1rem 0;
}

main#content {
  min-height: calc(100vh - 105px - 72px);
  top: 105px;
  position: relative;
  z-index: 1;
}

/* idx.css | http://localhost/binaa/emekmaianot/content/idx.css?v=11 */
.triple {
  /* min-height: calc\(100vh; */
  min-height: calc(100vh - 105px - 80px);
}

.news {
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.news::before {
  content: "";
  width: 100%;
  height: 8px;
  background-color: #fcc000;
  position: absolute;
  top: -8px;
  left: 0;
  z-index: 1000;
}

.triple {
  width: 100%;
  height: 100%;
  display: grid;
  grid-template-columns: repeat(3, minmax(330px, 1fr));
  grid-template-rows: auto;
  gap: 10px;
  background: linear-gradient(to bottom, transparent 80%, black);
}
.triple section {
  display: flex;
  justify-content: end;
  align-items: center;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  flex-grow: 1;
  z-index: 1000;
  flex-direction: column;
}

@media (max-width: 1100px) {
  .triple {
    grid-template-columns: 1fr;
  }
}
section.right {
  background-image: url(images/bg-right.jpg);
}

section.middle {
  background-image: url(images/bg-middle.jpg);
}

section.left {
  background-image: url(images/bg-left.jpg);
}

.triple img {
  width: 50px;
}

.triple section > a {
  display: flex;
  gap: 10px;
  z-index: 100000;
  flex-direction: column;
  align-items: center;
  color: #000;
  background-image: url(images/circle.png);
  background-position: center;
  width: 275px;
  height: 275px;
  justify-content: center;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 5vw;
  transition: all 0.5s;
}
.triple section > a:hover {
  transform: scale(1.1);
  text-decoration: none;
}

.triple section {
  position: relative;
}

.triple section:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, transparent 80%, black);
  z-index: 1000;
}

.footer {
  display: none;
}

.slick-initialized .slick-slide {
  display: flex !important;
  justify-content: center;
}

.triple section > a > span {
  text-align: center;
  line-height: 1.1;
}

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