@media (max-width: 800px) { 
  .sapces-buttons {
    display: none;
  }  
}

@media (min-width: 800px) { 
  .sapces-dropdown {
    display: none;
  }  
}
.spaces-dropdown {
  border-radius: 5px; 
  text-decoration: none;
  color:  #000;
}
.date-display {
  font-size: 1rem;
  font-weight:  bold;
  color:#555;
  border: 2px solid hsla(30, 2%, 67%, 0.885);
  padding: 12px;
  border-radius: 6px;
  text-align: center;
  margin-bottom: 8px;
 
  box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;
}

.spaces-button {
  text-align: center; 
  text-decoration: none; 
  font-size: 1.2rem;
  color:  #000;
}

.spaces-buttons1 {
  background:  #0faba3;
  border-radius:  5px;
  padding: 10;
  font-size:  1.2rem;
  font-weight:  bold;
}

.spaces-buttons1 a:hover{
  background:  none;
}

.spaces-buttons2 {
  background:  #ffd654;
  border-radius:  5px;
  padding: 10;
  font-size:  1.2rem;
  font-weight:  bold;
}

.spaces-buttons2 a:hover{
  background:  none;
}

.spaces-buttons3 {
  background:  #84c2ea;
  border-radius:  5px;
  padding: 10;
  font-size:  1.2rem;
  font-weight:  bold;
}

.spaces-buttons3 a:hover{
  background:  none;
}

.spaces-intro {
  font-size:  1.2rem;
}

.hero-wrap {
  width: 100%;
  height: 100%;
  position: inherit;
 background: linear-gradient(rgb(0,0,0,0.7), rgb(0,0,0,0.7)), url("/storage/site/ilearn-banner.png");  /* Chrome 10-25, Safari 5.1-6 */
        
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  position: relative; }
  @media (max-width: 991.98px) {
    .hero-wrap {
      background-position: top center !important; } }
  .hero-wrap .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    opacity: .4;
    background: #000; }
  .hero-wrap.hero-wrap-2 {
    height: 300px; }
    .hero-wrap.hero-wrap-2 .slider-text {
      height: 300px; }
      .hero-wrap.hero-wrap-2 .slider-text .bread {
        font-weight: 900;
        color: #45526e; }
      .hero-wrap.hero-wrap-2 .slider-text .breadcrumbs {
        text-transform: uppercase;
        font-size: 13px;
        letter-spacing: 1px; }
        .hero-wrap.hero-wrap-2 .slider-text .breadcrumbs span {
          color: #fff;
          border-bottom: 2px solid rgba(255, 255, 255, 0.1); }
          .hero-wrap.hero-wrap-2 .slider-text .breadcrumbs span a {
            color: #fff; }

.input-align {
  text-align: center ;
}

.header-title {
  font-size: 2.2rem;
  color: #fff;
  font-weight:  bold;
}

.post-img {
  max-height: 250px;
  width:  auto;
  border-radius: 8px;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
}

 .ftco-section {
  padding: 1em 0;
  position: relative; }

  .project {
  position: relative;
  width: 100%;
  display: block;
  overflow: hidden;
  z-index: 0;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;
}

  .project:after {
    transform: scale(1.1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    background: rgba(0, 0, 0, 0.6);
    opacity: 0;
    z-index: 1;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;
  }

  .project img {
    border-radius: 8px;
    }

  .project .text {
    position: absolute;
    top: -100px;
    left: 0;
    right: 0;
    padding: 2em;
    opacity: 0;
    z-index: 2;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    transition: all 0.6s ease; }
    .project .text span {
      font-size: 14px;
      text-transform: uppercase;
      letter-spacing: 2px;
      color: rgba(255, 255, 255, 0.8); }
    .project .text h3 {
      color: #fff; }
      .project .text h3 a {
        color: #fff; }

    .project .icon span {
      color: #fff;
      font-size: 20px; }
  .project:hover:after, .project:focus:after {
    opacity: .8; }
  .project:hover .text, .project:focus .text {
    opacity: 1;
    top: 0; }
  .project:hover .icon, .project:focus .icon {
    bottom: 10px;
    opacity: 1; }
  .project:hover img, .project:focus img {

    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.3);
    -o-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3); }
    
    .cruds-frame {
  border-radius: 10px;
  box-shadow: 10px 10px 10px #6b919e; padding: 20px;
  background: #e4e5e6;
}
/*


.slides {
  display: flex;

  overflow-x: auto;
  scroll-snap-type: x mandatory;
  
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
}

.hide-horizontal-bar {
    overflow:  hidden;
}

.slides > div {
  scroll-snap-align: start;

  flex-shrink: 0;
  width: 100%;
  height: auto;
}

*/


