:root {
		--color-primary : #1c30b7;
}
.choose-us-style-one ul.listy {
	margin-top: 30px;
	 li{
		margin-top: 10px;
		 padding-left: 30px;
		 position: relative;
	}
	li:before{
		content: '»';
		display: block;
		font-size: 15px;
		color: #fff;
		width: 25px;
		height: 25px;
		line-height: 25px;
		position: absolute;
		left: 0; top: 0;
	}
}


.credits_link{
 color: #38B5E6 !important;
 font-weight: 700;
 font-family: sans-serif;
}

.credits_link:hover{
 color: #fff !important;
}

 .credits_link:before{
  content: "";
  vertical-align: middle;
  width:16px;
  height: 16px;
  display: inline-block;
  margin-right: 5px;
  margin-left: 5px;
  background-image: url(https://www.clion.it/favicon-96x96.png);
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  background-position: center center;

  transition: all 450ms ease;
 }

  .credits_link:hover:before{
   transform: rotateZ(360deg) rotateY(360deg);
  }