.metismenu.mod-menu .metismenu-item>a, .metismenu.mod-menu .metismenu-item>button, .metismenu.mod-menu .metismenu-item>span {
    text-shadow: 2px 2px 5px #8b8686;
}
.container-banner .banner-overlay .overlay {
    background-color: rgb(0 0 0 / 0%);
    height:100vh;
}
.container-banner .banner-overlay{
    height:100vh;
  }


ul figure.newsflash-image .date {
   /* background-color: aqua;*/
}

time.icon
{
  float:left;
  font-size: 0.5em; /* change icon size */
  display: inline-flex;
  position: relative;
  width: 7em;
  height: 7em;
  background-color: #fff;
  margin: 1em;
  border-radius: 0.6em;
  box-shadow: 0 1px 0 #bdbdbd, 0 2px 0 #fff, 0 3px 0 #bdbdbd, 0 4px 0 #fff, 0 5px 0 #bdbdbd, 0 0 0 1px #bdbdbd;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  -webkit-transform: rotate(0deg) skewY(0deg);
  -webkit-transform-origin: 50% 10%;
  transform-origin: 50% 10%;
}

time.icon *
{
  display: block;
  width: 100%;
  font-size: 1em;
  font-weight: bold;
  font-style: normal;
  text-align: center;
}

time.icon strong
{
  position: absolute;
  top: 0;
  padding: 0.4em 0;
  color: #fff;
  background-color: #fd9f1b;
  border-bottom: 1px dashed #f37302;
  box-shadow: 0 2px 0 #fd9f1b;
}

time.icon em
{
  position: absolute;
  bottom: 0.3em;
  color: #fd9f1b;
}

time.icon span
{
  width: 100%;
  font-size: 2.8em;
  letter-spacing: -0.05em;
  padding-top: 0.8em;
  color: #2f2f2f;
}

time.icon:hover, time.icon:focus
{
  -webkit-animation: swing 0.6s ease-out;
  animation: swing 0.6s ease-out;
}

@-webkit-keyframes swing {
  0%   { -webkit-transform: rotate(0deg)  skewY(0deg); }
  20%  { -webkit-transform: rotate(12deg) skewY(4deg); }
  60%  { -webkit-transform: rotate(-9deg) skewY(-3deg); }
  80%  { -webkit-transform: rotate(6deg)  skewY(-2deg); }
  100% { -webkit-transform: rotate(0deg)  skewY(0deg); }
}

@keyframes swing {
  0%   { transform: rotate(0deg)  skewY(0deg); }
  20%  { transform: rotate(12deg) skewY(4deg); }
  60%  { transform: rotate(-9deg) skewY(-3deg); }
  80%  { transform: rotate(6deg)  skewY(-2deg); }
  100% { transform: rotate(0deg)  skewY(0deg); }
}
.mod-list li {
    margin: inherit;
}
ul.mod-articlescategory.category-module.mod-list li {
    /* background-color: #fb0505; 
    background-image: beige;
    background-image: linear-gradient(#008d7f, #6affcf, #008d7f);
    border-radius: 5px;
    padding: 13px;
    margin: 35px;*/
}
a.mod-articles-category-title {
    margin: auto;
    /*text-align: center;*/
    display: block;
   /* color: #fff;*/
}
/* ============================================================== 
     # Blog 
=================================================================== */
 .blog-items .thumb {
  overflow: hidden;
  position: relative;
  z-index: 1;
}

 .blog-items .thumb img {
  display: block;
  position: relative;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

.circle .blog-items .thumb img {
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}

 .blog-items .item:hover .thumb img {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

 .blog-items .thumb .date {
  bottom: 15px;
  left: 15px;
  padding: 15px;
  position: absolute;
  z-index: 1;
}

 .blog-items .thumb .date span {
  display: block;
  font-size: 40px;
  font-weight: 900;
}

 .blog-items .thumb .date::after {
  background: #002147 none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.7;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.circle .blog-items .thumb .date::after {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

 .blog-items .thumb .date h4 {
  color: #ffb606;
  font-size: 14px;
  margin: 0;
}

 .blog-items .item a:hover {
  color: #ffb606 !important;
}


.container-header{
  height:0px;
}



@media (max-width: 991.98px) {
  .container-header {
     position:fixed; 
  }
ul.mod-menu.mod-menu_dropdown-metismenu.metismenu.mod-list {
    background-color: white;
    color: black;
}
