/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  margin-bottom: 60px; /* Margin bottom by footer height */
  background-color: #0C0E1B;
  color: #fff;
  font-family: 'Roboto', sans-serif;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 60px; /* Set the fixed height of the footer here */
  line-height: 60px; /* Vertically center the text there */
  background-color: #f5f5f5;
}


/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

.container {
  width: auto;
  max-width: 680px;
  padding: 0 15px;
}

.italic{
  font-style: italic;
}

.footer{
  margin-top: 50px;
  background-color: #000;
  color: #949ABD;

}

.main{
  padding-bottom: 60px;
}

.text-muted{
  font-size:10px;
}

.cta-button{
  background: #1ab21e;
  padding: 15px 25px;
  border-radius: 8px;
  display: block;
  color: #ffff;
  font-weight: bold;
  max-width: 250px;
  text-align: center;
  margin: 0 auto;
}

.cta-button:hover{
  background: #119615;
  color: #ffff;
  text-decoration: none;
}

h3{
  margin-top: 45px;  
  font-family: 'Rubik', sans-serif;
}

p{
  color: #949ABD;
}

h1,h2,h5{
  font-family: 'Rubik', sans-serif;
}

.toimg{
  width: 100%;
}

.video{
  margin: 35px auto;
  display: block;
  width: 100%;
  box-shadow: 0px 11px 88px #1ab21f34;
}

.ablock{
  color: #fff;
}

.ablock:hover{
  color: #fff;
  text-decoration: none;
}


img{
  max-width: 100%;
}

.logos{
  margin-top: 20px;
}

.logos div{
  margin-bottom: 25px;
}

.fflex{
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.inimg{
  height: 50px;
  margin-bottom: 10px;
}

.points{
  margin-top: 90px;
  margin-bottom: 20px;
}

.header{
  margin-top: 20px;
}

.headimg{
  max-width: 120px;
}

.rri{
  text-align: right;
}

.rri a{
  margin: 0;
  display: inline-block;
}

.fffix{
  display: flex;
  align-items: center;
}

@media(max-width:768px){
  .hide{
    display: none;
  }
}