.news_cate_intro{
  font-size: 19px;
    color: #011051;
    font-weight: 900;
}

.news_cate_header{
  font-size: 28px;
    color: #011051;
    font-weight: 900;
}

.sidemenu li.active > a {
  color: #fd7f24;
}

a, .cms_content a{
  color: inherit;
  text-decoration: none;
}

.map-wrapper iframe{
  width: 100%;
}

.contact-details th{
  margin-left: 0px;
  width: 183px;
  display: inline-block;
  color: #195593;
}

.footer-details-info .cms_content p{
  font-size: inherit;
}

.footer-details-info.real-footer .cms_content a span{
  color:white!important;
}

.footer-details-info ul li span {
  margin-left: 0px;
}

.login_area .login_box_btn button, .login_area .login_box_btn input[type=submit], .login_area .login_box_btn a{
  background-color: #00356e;
}

.register_area .register_row input[type=button], .register_area .register_btn input[type=button], .register_area .register_btn input[type=reset], .login_content .register_area .register_btn input[type=submit]{
  background-color: #00356e;
}

#scrollTop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0.9375rem;
  position: fixed;
  bottom: 25px;
  right: 25px;
  width: 50px;
  height: 50px;
  z-index: 800;
  font-size: 1.875rem;
  background-color: #0d4779;
  color: #FFFFFF;
  border-radius: 50%;
  -webkit-transform: translateX(100px);
  -ms-transform: translateX(100px);
  transform: translateX(100px);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  line-height: 1;
  text-decoration: none;
}

#scrollTop:hover {
  background-color: #fd7f24;
}