<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Resets */
hr {
  margin-left: 0;
  max-width: 40px;
}

/* Jumbotron (hero) */
.jumbotron {
  position: relative;
  background: url(https://source.unsplash.com/9Y8vxVQN4o4/1920x1080) no-repeat bottom center / cover;
  
  &amp;:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
  }
  
  .container {
    padding: 75px 0;
  }
  
  h1,
  .lead {
    color: #fff;
  }
}

/* Bustom button */
.btn-primary {
  background: #1096fc;
  border: 0;
  
  &amp;:hover {
    background: darken(#1096fc, 7%);
  }
}

/* Features */
.sec-features {
  .row {    
    &amp;:nth-of-type(n+2) {
      margin-top: 160px;
    }
    
    &amp;:last-of-type {
      margin-bottom: 160px;
    }
  }
  
  .feature-icon {
    max-width: 150px;
  }
}

/* Testimonials */
.sec-testimonials {
  padding-top: 128px;
  padding-bottom: 128px;
}

/* Carousel */
.carousel-indicators {
  bottom: -30px;

  li {
    background: rgba(33, 33, 33, .1);

    &amp;:focus,
    &amp;:hover {
      background: rgba(33, 33, 33, .5);
    }
  }
  
  .active {
    background: rgba(33, 33, 33, .75);
  }
}

.carousel-control-next,
.carousel-control-prev {
  &amp; {
    color: #212121;
  }

  &amp;:focus,
  &amp;:hover {
    color: #111;
  }
}

/* Footer */
.footer {
  padding-top: 24px;
  padding-bottom: 24px;
  background: #212121;
  
  li {
    &amp;:nth-of-type(n+2) {
      margin-left: 8px;
    }
  }
  
  a {
    font-size: 18px;
    color: rgba(255, 255, 255, .5);
    transition: color .235s ease-in-out;
    
    &amp;:focus,
    &amp;:hover {
      color: rgba(255, 255, 255, .25);
    }
  }
}
.section{
	padding: 70px;
}
.c-layout-footer p, a{
	color: #fff;
}
.pt-3{
	padding-top: 33px;
}
.video-ifrem {
  float: right;
  margin-left: 70px;
}
.spkr-alg{
  text-align: center;
  color: #fff;
}
.spkr-img-alg{
  padding: 40px 0 20px 0;
}
.twitter-icon{
  background-image: url(../../../base/img/twitter-icon.png);
  background-repeat: no-repeat;
}



@media only screen and (max-width: 767px){
  .video-ifrem {
    max-width: 100%;
    min-width: 100%;
    display: flex;
  }
  .tp-mask-wrap{
    margin-left: 88px;
  }
  .c-layout-revo-slider-8 .c-action-bar {
    margin-left: -235px;
}
}

@media only screen and (max-width: 368px){

  .tp-mask-wrap{
    margin-left: 60px;
  }
  .c-layout-revo-slider-8 .c-action-bar {
    margin-left: -200px;
}
}
</pre></body></html>