.hsoci{
	background-color: #54595f;
	padding: 4px 5px;
	border-radius: 50%;
	color: #fff;
}

.hsoci:hover{
	color: #fff;
  background-color: #f00032;
	
}
.ticker-badge{
	padding: 8px 12px;
	background-color: #222;
	color: #fff;
}
iframe
{
    max-width: 100%;
}
/* Get Startet Button */
.get-started-btn1 {
  font-family: "Nunito", sans-serif;
  color: #ffffff;
  border-radius: 2px;
  padding: 10px 30px;
  white-space: nowrap;
  transition: 0.3s;
  font-size: 14px;
  border: 1px solid #f00032;
  display: inline-block;
  font-weight: 600;
  background: #f00032;
}

.get-started-btn1:hover {
  transform: scale(1.12);
  color: #ffffff;
  
}

.c-twitter {
    height: 320px;
    overflow: auto;
  
}
.video-thumbnail {
  position: relative;
  display: inline-block;
  cursor: pointer;
  margin: 30px;
}
.video-thumbnail:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  content: "\f01d";
  font-family: FontAwesome;
  font-size: 60px;
  color: #fff;
  opacity: 1;
  text-shadow: 0px 0px 30px rgba(0, 0, 0, 1);
}
.video-thumbnail:hover:before {
  color: #eee;
}

 

