@charset "utf-8";

.global-nav-list , .global-nav--layout--float-right {
  width:100% !important;
}

.global-nav-list {
  justify-content:flex-end;
}

.header_scrolled .site-header .global-nav .global-nav-list {
  justify-content:center;
}

.site-header , .site-footer , .header_scrolled .site-header , .vk_post_imgOuter.media-img {
  background-color:#337ab7;
}

.nav li a, nav li a  , .site-footer ul li a , .site-footer-title  , .vk_post_imgOuter.media-img {
  color:#fff;
}

.vk_post .vk_post_imgOuter:before{
  content:"Rely On Ako";
  text-align:center;
  font-size:32px;
}

/* .breadcrumb-list {
   padding: 15px 0px;
   } */

.veu_autoEyeCatchBox {
  text-align:center;
}

.entry-body {
  min-height:calc(100vh - 700px);
}

@media (max-width: 991.98px) {
  .entry-body {
    min-height:calc(100vh - 625px);
  }
}
