:root {
    --color-default: #222222;
    --color-primary: #008374;
    --color-secondary: #003399;
    --color-tertiary :#fecb28;
    --color-header:	#181c1f;
    
  }
* {
    padding: 0;
    margin: 0;
  }
  .waveWrapper {
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      top: 0;
      margin: auto;
      overflow: hidden;
  }
  .waveWrapperInner {
      position: absolute;
      width: 100%;
      height: calc(100% - 20vh);
      top: 0;
      overflow: hidden;
      background-image: linear-gradient(to top, #0099ff 20%, #005188 80%);
  }
  .top {
      opacity: 0.5;
      z-index: 15;
  }
  .mid {
      opacity: 0.75;
      z-index: 10;
  }
  .bottom {
      z-index: 5;
  }
  .wave {
      position: absolute;
      left: 0;
      width: 200%;
      height: 100%;
      background-repeat: repeat no-repeat !important;
      background-position: 0 bottom;
      transform-origin: center bottom;
  }
  .waveTop {
      background-size: 50% 100px;
  }
  .waveTop {
      background-size: 50% 100px;
      animation: wave 3s;
      animation-delay: 1s;
  }
  @keyframes wave {
      0% {
          transform: translateX(0) translateZ(0) scaleY(1);
      }
      50% {
          transform: translateX(-25%) translateZ(0) scaleY(0.50);
      }
      100% {
          transform: translateX(-50%) translateZ(0) scaleY(1);
      }
  }
  .waveMid {
      background-size: 50% 120px;
      animation: wave 10s linear infinite;
  }
  .waveBottom {
      background-size: 50% 100px;
      animation: wave 15s linear infinite;
  }



/* blog side */
.sidebar-widget-area {
  position: relative;
  z-index: 1;
  margin-bottom: 60px;
  box-shadow: 0 0 30px rgba(31, 45, 61, 0.125);
  border-radius: 5px;
  overflow: hidden;
  background: #ffffff;
  padding: 15px;
  margin: 15px 0 30px; 
}
.sidebar-widget-area .search-form {
    position: relative;
    z-index: 1; }
.sidebar-widget-area .search-form input[type="search"] {
      width: 100%;
      height: 40px;
      border: none;
      border-bottom: 1px solid #bbbec1;
      font-size: 12px;
      font-style: italic;
      font-family: "Open Sans", sans-serif;
      color: #bbbec1;
      -webkit-transition-duration: 500ms;
      transition-duration: 500ms; }
      .sidebar-widget-area .search-form input[type="search"]:focus {
        border-bottom: 1px solid #000000; }
    .sidebar-widget-area .search-form input[type="submit"] {
      display: none; }
  .sidebar-widget-area .newsletterForm {
    position: relative;
    z-index: 1; }
    .sidebar-widget-area .newsletterForm input {
      width: 100%;
      height: 40px;
      border: 1px solid #787878;
      font-size: 13px;
      font-family: "Open Sans", sans-serif;
      -webkit-transition-duration: 500ms;
      transition-duration: 500ms;
      font-style: italic;
      color: #b2b2b2;
      margin-bottom: 15px;
      padding: 0 25px; }
      .sidebar-widget-area .newsletterForm input:focus {
        border: 1px solid #000000; }
    .sidebar-widget-area .newsletterForm button[type="submit"] {
      background-color: #ffffff;
      -webkit-transition-duration: 500ms;
      transition-duration: 500ms; }
      .sidebar-widget-area .newsletterForm button[type="submit"]:hover {
        background-color: #30336b; }
  .sidebar-widget-area .title {
    font-size: 24px;
    margin-bottom: 52px;
    color:var(--color-primary);
  }
    .sidebar-widget-area .title.subscribe-title {
      margin-bottom: 20px; }
  .sidebar-widget-area .single-blog-post {
    margin-bottom: 25px; }
  .sidebar-widget-area .single-blog-post .post-thumbnail {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 115px;
      flex: 0 0 115px;
      min-width: 115px;
      padding-right: 15px; 
    }
    .sidebar-widget-area .single-blog-post .post-thumbnail img {
      max-width: 100%;
    }
    .sidebar-widget-area .single-blog-post .post-thumbnail img {
        vertical-align: middle;
        border-style: none;
    }

    .sidebar-widget-area .single-blog-post .post-content .post-tag {
      color: #a1a1a1;
      font-size: 11px;
      text-transform: uppercase;
      margin-bottom: 10px; }
      .sidebar-widget-area .single-blog-post .post-content .post-tag:hover, .sidebar-widget-area .single-blog-post .post-content .post-tag:focus {
        color: #000000; }
    .sidebar-widget-area .single-blog-post .post-content h4 {
      margin-bottom: 10px;
      line-height: 1; }
      .sidebar-widget-area .single-blog-post .post-content h4 .post-headline {
        font-size: 16px;
        color: #000000; 
      }
      .sidebar-widget-area .single-blog-post .post-content h4 .post-headline:hover {
        font-size: 16px;
        color:var(--color-primary); 
      }
    .sidebar-widget-area .single-blog-post .post-content .post-meta p {
      margin-bottom: 0; }
      .sidebar-widget-area .single-blog-post .post-content .post-meta p a {
        font-size: 11px;
        color: #878787;
        font-family: "Open Sans", sans-serif;
        text-transform: uppercase; }
        .sidebar-widget-area .single-blog-post .post-content .post-meta p a:hover, .sidebar-widget-area .single-blog-post .post-content .post-meta p a:focus {
          color: #000000; }
  .sidebar-widget-area .tags {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: -5px;
    margin-left: -5px; }
    .sidebar-widget-area .tags a {
      display: block;
      padding: 0 35px;
      border: 1px solid #c5c5c5;
      font-size: 12px;
      color: #000000;
      height: 45px;
      line-height: 43px;
      margin: 5px; }
      .sidebar-widget-area .tags a:hover, .sidebar-widget-area .tags a:focus {
        border: 1px solid #30336b;
        color: #ffffff;
        background-color: #30336b; }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .sidebar-widget-area .tags a {
          padding: 0 20px; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .sidebar-widget-area .tags a {
          padding: 0 15px; } }
  