/* a{
color:orange!important;
}
a:hover{
color:yellow!important;
}
a:visited{
color:red!important;
} */
h2.articleTitle {
  line-height: 7px !important;
}
.EDN_article {
  margin-bottom: 15px !important;
}

/*--------- Icon Hover Effects ----------*/
.icon_hover {
  position: relative;
  text-align: center;
  padding:5px 5px 5px 5px;
}
.icon_hover .fa {
  display: inline-block;
  cursor: pointer;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  position: relative;
  z-index: 1;
  background: #fff;

}
.icon_hover .fa:after {
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  content: "";
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.icon_hover .fa:before {
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-size: 18px;
  vertical-align: middle;
  line-height: 18px;
  text-transform: none;
  display: block;
  -webkit-font-smoothing: antialiased;
}
/* Effect 1*/
.icon-effect-1 .fa {
  color: #fff;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  transition: color 0.3s;
  border: solid 3px;
}
.icon-effect-1 .fa:after {
  top: -2px;
  left: -2px;
  padding: 2px;
  z-index: -1;
  -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
  -moz-transition: -moz-transform 0.2s, opacity 0.2s;
  transition: transform 0.2s, opacity 0.2s;
}
.icon_hover:hover .icon-effect-1 .fa:after {
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  opacity: 0;
  -webkit-transition: -webkit-transform 0.4s, opacity 0.2s;
  -moz-transition: -moz-transform 0.4s, opacity 0.2s;
  transition: transform 0.4s, opacity 0.2s;
}
.icon-effect-1 .fa:before {
  line-height: 32px;
}
.icon-effect-1 .fa {
  border-color: #f47721;
}
.icon-effect-1 .fa:after {
  background-color: #f47721;
}
.icon_hover:hover .icon-effect-1 .fa {
  color: #f47721;
}
.services_title {
  font-size: 20px;
  color: #928484;
  padding-bottom: 10px;
  padding-top:10px;
  /* margin-left: 50px; */
  text-align:center;
}
.services_title a{
  color: #00558b;
}
.services_title a:hover{
  color: #f47721;
}
.breadcrumb_wrapper {
max-width: 1225px;
margin: 0 auto;
/* background-color:#9e0442a8; */
/* background-color:#9e0442; */
color: #474c55;
border-radius:5px;
}
.breadcrumb_background{
    width:100%;
    /* background-color: #00558b; */
    /* background-color: #474c55; */
    background-color: #c6cdd1;
    /* background-color: #fff; */
}
.breadcrumb_background .breadcrumb_wrapper span[itemprop="itemListElement"] a{
    text-decoration: none!important;
    /* color: #fec553; */
    /* color:#52bd23; */
    color:#f47721;
}
.breadcrumb_background .breadcrumb_wrapper span[itemprop="itemListElement"] a:hover{
    text-decoration: none!important;
    color: #f47721;
}
.breadcrumb_background .breadcrumb_wrapper span[itemprop="itemListElement"] a:active{
    text-decoration: none!important;
    color: #00a2d9;
}

.eds_fontIcon{
min-width:50px;
}

