@font-face {
 font-family: 'icomoon';
 src: url('fonts/icomoon.eot?5kiojs');
 src: url('fonts/icomoon.eot?5kiojs#iefix') format('embedded-opentype'),
 url('fonts/icomoon.ttf?5kiojs') format('truetype'),
 url('fonts/icomoon.woff?5kiojs') format('woff'),
 url('fonts/icomoon.svg?5kiojs#icomoon') format('svg');
 font-weight: normal;
 font-style: normal;
 }
 [class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  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-linkedin:before {
  content: "\e902";
   color: #0175a6;
 font-size: 38px;
 margin-bottom: 24px;
}
.icon-linkedin:hover::before{
  color: #F3ED31;
 }
.icon-facebook:before {
  content: "\e900"; 
  color: #0175a6;
 font-size: 38px;
 margin-bottom: 24px;
}
.icon-facebook:hover::before{
  color: #F3ED31;
 }
.icon-youtube:before {
  content: "\e903";
   color: #0175a6;
 font-size: 38px;
 margin-bottom: 24px;
}
.icon-youtube:hover::before{
  color: #F3ED31;
 }
.icon-google-plus:before {
  content: "\e905";
   color:  #0175a6;
 font-size: 38px;
 margin-bottom: 24px;
}
.icon-google-plus:hover::before{
  color: #F3ED31;
 }
.icon-pinterest:before {
  content: "\e904";
   color: #0175a6;
 font-size: 38px;
 margin-bottom: 24px;
}
.icon-pinterest:hover::before{
  color: #F3ED31;
 }
.icon-instagram:before {
  content: "\e901";
 color: #0175a6;
 font-size: 38px;
 margin-bottom: 24px;
 }
 .icon-instagram:hover::before{
  color: #F3ED31;
 }
 .icon-twitter .path1:before {
   content: "\e906";
   color: #0175a6;
   font-size: 34px;
   margin-bottom: 24px;
}
 .path1:hover::before{
  color: #F3ED31;
 }
.icon-twitter .path2:before {
  content: "\e907";
  
  margin-left: -1em;
     font-size: 34px;
   margin-bottom: 24px;
}
.icon-contact:before {
  content: "\e908";
   color: #0175a6;
 font-size: 18px;
 margin-bottom: 24px;
}
.icon-home:before {
  content: "\e909";
   color: #0175a6;
 font-size: 18px;
 margin-bottom: 24px;
}
.icon-local_phone:before {
  content: "\e90a";
   color: #0175a6;
 font-size: 18px;
 margin-bottom: 24px;
}

 a{
 text-decoration:none;
 }
