/* News * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
.news {
  padding: 1rem;
  background: #fff;
  margin-right: 400px;
  margin-left: 400px;
  width: auto;
  flex-grow: 1;
}
@media (max-width: 1400px) {
  .news {
    margin-right: 300px;
    margin-left: 300px;
  }
}

.news .content {
  position: relative;
}
.welcome {
    left:50%;
    transform:translatex(-50%);
    display: flex;
    position: absolute;
    top: 236px;
    color: #fff;
    font-weight: bold;
    font-size: 4rem;
    text-shadow: 4px 4px 6px rgba(66, 68, 90, 1);
}
.welcome p{
    text-align:center;
}
.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 {
  text-decoration: underline;
  background: transparent;
  color: #e15001;
  font-size: 24px;
  font-weight: bold;
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.219rem 0.75rem;
  margin: 0;
  border-radius: 2rem;
  z-index: 5;
  transition: all 0.5s;
}
.news h2:hover {
  transform: scale(1.1);
}

.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{
    position:relative;
}
.news .date {
  font-weight: bold;
}

.news .container {
  min-width:unset;
  width:100%;
  max-width:100%;
}

.news .date:after {
  content: " | ";
  margin: 0 10px;
}

.news .content {
  padding-right: 100px;
}

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

.news {
  padding: 0;
  background-color: #0000001a;
  border-radius: 30px;
  display: flex;
  height: 60px;
  justify-content: center;
  align-items: center;
  z-index: 100;
}

/**/
a:hover {
  text-decoration: none;
}

.cover {
  position: relative;
  min-height: 100vh;
}

@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 {
  background: linear-gradient(to bottom, transparent, #fffc 20%, #fff);
  height: 180px;
  display: flex;
  align-items: end;
}

@media (min-width: 992px) {
  .services {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
  }
}
.services-slick {
  padding: 0.5rem 1rem;
  margin: 0 1rem;
}

.service {
  display: flex;
  justify-content: center;
  align-items: end;
  text-align: center;
  font-size: 22px;
  font-weight: 500;
  margin: 10px;
  transition: 0.5s all;
}
.service:hover {
  transform: scale(1.1);
}
.service figure {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.service a {
  height: 100%;
}
.service .icon {
  width: 60px;
  height: 60px;
}
.service .icon img {
  display: block;
  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;
}

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

footer {
  display: none;
}

/* Inline #10 | https://levhasharon.localhost/ */
.services-center.clearfix {
  display: flex;
  justify-content: center;
}

.services-center.clearfix > div {
  display: flex;
  justify-content: center;
  align-items: center;
}

.services-center.clearfix > div img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: -1;
  transition: all 1s;
}

.services-center.clearfix > div {
  position: relative;
  width: 300px;
  height: 300px;
}

.services-center.clearfix > div a {
  font-size: 26px;
  font-weight: 700;
}
.services-center.clearfix > div a span {
  max-width: 100px;
}

.services-center.clearfix a {
  width: 100%;
  height: 100%;
  justify-content: center;
  display: flex;
  align-items: center;
}
.services-center.clearfix a:hover img {
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transform-origin: center;
}

/* Inline #10 | https://levhasharon.localhost/ */
.services-center.clearfix > div:nth-of-type(1) img {
  transform: translateX(-50%) translateY(-50%) rotate(0deg);
}

.services-center.clearfix > div:nth-of-type(1):hover img {
  transform: translateX(-50%) translateY(-50%) rotate(360deg);
}

.services-center.clearfix > div:nth-of-type(2) img {
  transform: translateX(-50%) translateY(-50%) rotate(55deg);
}

.services-center.clearfix > div:nth-of-type(2):hover img {
  transform: translateX(-50%) translateY(-50%) rotate(415deg);
}

.services-center.clearfix > div:nth-of-type(3) img {
  transform: translateX(-50%) translateY(-50%) rotate(110deg);
}

.services-center.clearfix > div:nth-of-type(3):hover img {
  transform: translateX(-50%) translateY(-50%) rotate(470deg);
}

.services-center > div > a > span {
  max-width: 100px;
  text-align: center;
  line-height: 1.1;
}

.services-center > div {
  transition: 0.5s all;
}
.services-center > div:hover {
  transform: scale(1.1);
}

/* template.css | https://levhasharon.localhost/content/template.css?v=10 */
/* idx.css | https://levhasharon.localhost/content/idx.css?v=10 */
@media (min-width: 992px) {
  .cover {
    /* height: 100vh; */
    min-height: 100vh;
    justify-content: center;
    align-items: center;
    display: flex;
  }
}

@media (min-width:991px) and (max-width:1199px){
    .services-center.clearfix > div{
        width:190px;
    }
    .services-center.clearfix > div img{
        width:180px;
    }
}
.fastnav-toggle {
  background-color: #3c8698;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  width: 334px;
  border-radius: 0 30px 30px 0;
  color: #fff;
  font-weight: 800;
  font-size: 26px;
  padding-right: 60px;
  background-image: url(./images/click-icon.png);
  background-repeat: no-repeat;
  background-position: center right 10px;
  box-shadow: 0 0 5px #00000052;
}

.tabs {
  position: absolute;
  right: 0;
  display: flex;
  top: 55%;
    transform: translateY(-50%);
}
.tabs .inner {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.tab {
  height: 64px;
  min-width: 160px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 32px 0 0 32px;
  box-shadow: 0 0 5px #0000003b;
  transition: 0.5s all;
}
.tab:hover {
  transform: scale(1.1);
}
.tab a {
  color: #fff;
  font-weight: 700;
  font-size: 22px;
padding-inline:1rem;
}
@media (min-width:991px) and (max-height:850px){
    .tab{
        height:50px;
    }
    .tabs .inner {
    gap:10px;
}
.welcome{
    display:none;
}
}
@media (min-width:991px) and (max-width:1500px){
    .tab{
        min-width:unset;
        line-height:1;
        width:220px;
    }
    .welcome {
    font-size: 3rem;
}
}

@media (max-width: 991px) {
     .welcome {
    display:none;
}
  /* template.css | https://levhasharon.localhost/content/template.css?v=10 */
  .header a.icon-btn {
    position: static;
    transition: 0.5s all;
  }
  .header a.icon-btn:hover {
    transform: scale(1.1);
  }

  .header .logo {
    position: static;
  }


  .help-button {
    /* height: 60px; */
    height: 40px;
    background-size: 40px;
  }

  .header-side {
    position: static;
    background: transparent;
    padding: 0;
    box-shadow: none;
    padding-left: 0;
  }

  body {
    padding-top: 0;
    padding-bottom: 0;
  }

  .services-center.clearfix {
    flex-wrap: wrap;
  }

  .services-center.clearfix > div {
    width: 150px;
    height: 150px;
  }

  .services-center.clearfix > div img {
    width: 100%;
    height: 100%;
  }

  .services {
    position: absolute;
    bottom: 0;
    right: 0;
  }

  .cover {
    padding: 0;
  }

  .tabs {
    position: static;
    justify-content: center;
  }
  .tabs .tab {
    border-radius: 32px;
  }
  .tabs .tab .inner {
    flex-direction: row;
  }

  /* idx.css | https://levhasharon.localhost/content/idx.css?v=10 */

  /* idx.css | https://levhasharon.localhost/content/idx.css?v=10 */
  /* idx.css | https://levhasharon.localhost/content/idx.css?v=10 */

  /* core.css | https://levhasharon.localhost/assets/core.css?v=10 */

  /* Element | https://levhasharon.localhost/ */

  /* idx.css | https://levhasharon.localhost/content/idx.css?v=10 */
}
@media (min-width:1200px) and (max-width:1400px){
    .services-center.clearfix > div{
        width:250px;
    }
    .services-center.clearfix > div img{
        width:210px;
    }
}
@media (max-width: 991px) and (max-width: 991px) {
  .cover {
    padding-top: 150px;
  }

  .tabs .tab {
    /* border-radius: 32px; */
    border-radius: 20px;
  }

  .tabs {
    margin-bottom: 20px;
  }
}
@media (max-width: 991px) {
  .tabs .inner {
    /* flex-direction: column; */
    flex-direction: row;
  }
}
@media (max-width: 991px) {
  .tab {
    /* height: 64px; */
    /* min-width: 160px; */
    height: 40px;
    min-width: 100px;
  }
}
@media (max-width: 991px) {
  .tab a {
    /* font-size: 24px; */
    font-size: 18px;
    line-height:1;
    text-align:center;
  }
}
@media (max-width: 991px) {
  .services-center.clearfix > div a {
    /* font-size: 26px; */
    font-size: 22px;
  }
}
@media (max-width: 991px) {
  .services {
    width: 100vw;
    height: 140px;
    align-items: end;
  }
  .services .container {
    width: 90%;
  }
  .services .container .service {
    font-size: 18px;
    line-height: 1.1;
  }
}
@media (max-width: 991px) {
  .news {
    /* background-color: #0000001a; */
    /* height: 60px; */
    background-color: #fff;
    height: 40px;
    width: 100%;
    margin: 0;
    top: 50px;
    position: relative;
    z-index: -1;
    border-radius: 0;
  }
}
@media (max-width: 991px) {
    .header-bottom{
        overflow:visible;
    }

}
@media (max-width: 991px) {
  .help-button {
    /* background-position: center right 10px; */
    background-position: top 3px right 3px;
    display:flex;
  }

  .news .content {
    /* padding-right: 100px; */
    padding-right: 0;
  }
}
@media (max-width: 991px) {
  .cover {
    /* padding-top: 150px; */
    padding-top: 202px;
  }
}
@media (max-width: 991px) {
  .bn-direction-rtl .bn-controls {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .bn-news {
    /* left: 35px; */
    left: 0;
  }
}
@media (max-width: 991px) {
  .services {
    /* height: 180px; */
    height: 140px;
  }
}
@media (max-width: 991px) {
  .tabs .inner{
flex-wrap:wrap;
justify-content:center;
}
/*# sourceMappingURL=idx.css.map */
