@font-face {
  font-family: 'icomoon';
  src:  url('fonts/icomoon.eot?99xrxa');
  src:  url('fonts/icomoon.eot?99xrxa#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?99xrxa') format('truetype'),
    url('fonts/icomoon.woff?99xrxa') format('woff'),
    url('fonts/icomoon.svg?99xrxa#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-airplayaudio:before {
  content: "\e900";
}
.icon-algolia:before {
  content: "\e901";
  color: #5468ff;
}
.icon-amazonaws:before {
  content: "\e902";
}
.icon-apacheairflow:before {
  content: "\e903";
  color: #007a88;
}
.icon-azurepipelines:before {
  content: "\e904";
  color: #2560e0;
}
.icon-bing:before {
  content: "\e905";
 /* color: #008373;*/
  color: #f5f5f5;

}
.icon-google:before {
  content: "\e906";
  /*color: #4285f4;*/
    color: #dee6f3;
}
.icon-groupon:before {
  content: "\e907";
  color: #53a318;
}
.icon-instagram:before {
  content: "\e908";
  color: #e4405f;
}
.icon-ios:before {
  content: "\e909";
}
.icon-folder-download:before {
  content: "\e933";
}
.icon-coin-dollar:before {
  content: "\e93b";
}
.icon-location:before {
  content: "\e947";
}
.icon-alarm:before {
  content: "\e950";
}
.icon-keyboard:before {
  content: "\e955";
}
.icon-display:before {
  content: "\e956";
}
.icon-mobile2:before {
  content: "\e959";
}
.icon-user-plus:before {
  content: "\e973";
}
.icon-user-tie:before {
  content: "\e976";
}
.icon-hour-glass:before {
  content: "\e979";
}
.icon-spinner3:before {
  content: "\e97c";
}
.icon-spinner4:before {
  content: "\e97d";
}
.icon-binoculars:before {
  content: "\e985";
}
.icon-search:before {
  content: "\e986";
}
.icon-mug:before {
  content: "\e9a2";
}
.icon-airplane:before {
  content: "\e9af";
}
.icon-target:before {
  content: "\e9b3";
}
.icon-checkmark:before {
  content: "\ea10";
}
.icon-play3:before {
  content: "\ea1c";
}

.feature-center {
	text-align: center;
	padding-left: 20px;
	padding-right: 20px;
	float: left;
	width: 100%;
	margin-bottom: 40px;
	@media screen and (max-width: $screen-sm) {
		margin-bottom: 50px;		
	}}
	

	.icon {
		width: 90px;
		height: 90px;
		background: #b23e57;
		display: table;
		text-align: center;
		margin: 0 auto 30px auto;
	    border-radius:50%;
          }
		i {
			display: table-cell;
			vertical-align: middle;
			height: 30px;
			font-size: 20px;
			line-height: 20px;
			color: #e83f3f;
		}


