  /*
  ================================
  Import CSS and Google Fonts
  ================================
  */
  @font-face {
      font-family: 'Poppins';
      font-style: normal;
      font-weight: 400;
      font-display:swap;
      src: local('Poppins'), url("../fonts/pxiEyp8kv8JHgFVrJJbecmNE.woff2") format("woff2");
      unicode-range: U +0900 -097F, U +1CD0 -1CF9, U +200C -200D, U +20A8, U +20B9, U +20F0, U +25CC, U + A830-A839, U + A8E0-A8FF, U +11B00 -11B09;
  }



  /*
  ================================
  Global Styles
  ================================
  */
  :root {
    --bg: #fff;
    --color-post: #ffffff;
    --color-font: #111111;
    --text-span: #333333;
    --text-muted: #555555;
    --color-border: rgba(8, 35, 92, .1);
    --input-bg: #f9f9f9;
    --color-link: #4300ff;
    --link-hover: #0055aa;
    --color-main: var(--color-link);
    --footer-text: #dddddd;
    --footer-muted: #888888;
  }

  [data-theme="dark"] {
    --bg: #27292d;
    --color-post: #e0e0e0;
    --color-font: #ffffff;
    --text-span: #bbbbbb;
    --text-muted: #888888;
    --color-border: #5f5e5e;
    --input-bg: #1e1e1e;
    --color-link: #ff0000;
    --link-hover: #6bbaff;
    --color-main: var(--color-link);
    --footer-text: #cccccc;
    --footer-muted: #777777;
  }


  * {
    margin: 0;
    padding: 0;
    border: 0;
    outline: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
  }
  *, ::after, ::before {
    box-sizing: border-box
  }

  html {
    overflow-x: hidden;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    scroll-behavior: smooth;
    margin-right: 0!important;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0); /*transparent*/
    font-feature-settings: normal;
    font-variation-settings: normal;
    tab-size: 4;
    scrollbar-color: #6275a3 #2f3d5c;
    scrollbar-width: thin;
  }
  html a {
    color: var(--color-link);
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
  }

  body {
  font-family: -apple-system, BlinkMacSystemFont, 'Poppins', 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
    background-color: var(--bg);
    color: var(--color-font);
    font-size: 13px;
    direction: ltr;
    overflow: visible;
    line-height: 21px;
    -webkit-font-smoothing: antialiased;
    word-break: normal;
    word-wrap: break-word;
  }

  @media (prefers-reduced-motion: no-preference) {
    :root {
        scroll-behavior: smooth;
    }
  }
  ::selection {
      background: #08f;
      color: #fff;
      text-shadow: none;
  }

    a:hover {
      color: var(--color-link);
    }

    .cPading {padding: 0 20px;}

    .oys-container {
      max-width: 1200px;
      margin: 0 auto;
    }
    .oys-container:after {
      content: "";
      display: table;
      clear: both;
    }

    .header {
      position: relative;
      z-index: 999;
    }
    .top-nav {
      background: #fff;
      /*border: 1px solid rgba(0,0,0,0.1);*/
      padding: 15px 0;
    }
    [data-theme="dark"] .top-nav {background: #2c2e32;}

    .top-nav .sitelogo img {
        width: 511px;
        height: 61px;
    }
    .topbar-wrapper {padding: 0 20px}
    .main-nav-wrapper {
      position: relative;
      background: #4a527e; /*#1f2024;*/
      z-index: 1000;
      box-shadow: 0 4px 2px -2px rgba(0, 0, 0, 0.1);
      position: sticky;
      left: 0;
      top: 0;
      transition: all 0.4s ease;
    }

    .main-nav-wrapper .fixed-nav {
      position: fixed;
      top: 0;
      width: 100%;
      will-change: transform;
      transform: translate3d(0, 0, 0);
      transition: transform 0.3s, -webkit-transform 0.3s;
    }


    .header-actions {
      display: flex;
      align-items: center;
      gap: 20px;
    }
    .theme-toggle {
      background: none;
      border: none;
      font-size: 1.3rem;
      height: 38px;
      border: 1px solid var(--color-border);
      cursor: pointer;
      color: var(--text-muted);
      padding: 0 8px;
      border-radius: 50%;
      transition: background 0.2s, color 0.2s;
    }
    .theme-toggle:hover {
      background: rgba(128,128,128,0.1);
    }

    [data-theme="dark"] .theme-toggle .moon, .theme-toggle .sunshine {display: none;}
    [data-theme="light"] .theme-toggle .moon, [data-theme="dark"] .theme-toggle .sunshine {display: block;}
    [data-theme="dark"] .theme-toggle .svg-icon path{fill: #fff}
    

    /* Search Area */
    .search-wrapper {
      position: relative;
      display: flex;
      align-items: center;

    }

    .search-icon-btn {
      display: none;
      background: none;
      border: none;
      font-size: 1.4rem;
      color: var(--text-muted);
      cursor: pointer;
      border-radius: 50%;
      transition: background 0.2s;
    }

    .search-icon-btn:hover {
      background: rgba(128,128,128,0.1);
    }

    .search-container {
      position: relative;
      width: 240px;
      transition: all 0.3s ease;
    }
    .search-container form {position: relative;}
    .search-container input {background: transparent;}

    .search-input.form-control {
      width: 100%;
      padding: 10px 10px 10px 40px;
      border-radius: 20px;
      font-size: 0.94rem;
      color: var(--color-font);
      transition: all 0.2s;
    }

    .search-icon {
      position: absolute;
      left: 14px;
      top: 50%;
      transform: translateY(-50%);
      color: var(--text-muted);
      font-size: 1.1rem;
      pointer-events: none;
    }

    /* Autocomplete suggestions (UI only) */
    .autocomplete-suggestions {
      position: absolute;
      top: 100%;
      left: 0;
      right: 0;
      background: var(--bg);
      border: 1px solid var(--color-border);
      border-top: none;
      border-radius: 0 0 6px 6px;
      box-shadow: 0 8px 16px rgba(0,0,0,0.12);
      z-index: 10;
      max-height: 280px;
      overflow-y: auto;
      display: none;
    }

    .search-input:focus + .autocomplete-suggestions {
      display: block;
    }

    .suggestion-item {
      padding: 12px 16px;
      cursor: pointer;
      font-size: 0.95rem;
      display: flex;
      align-items: center;
      gap: 12px;
    }

    .suggestion-item:hover {
      background: #f5f8ff;
    }

    #menu-toggle {
      display: none;
      font-size: 1.8rem;
      background: none;
      border: none;
      cursor: pointer;
      color: #fff;
    }

    /* Content layout */
    .content-wrapper {
      margin-top: 40px;
      margin-bottom: 40px;
      display: flex;
      gap: 20px;
    }
    .content-wrapper:after {content: unset;}
    .main-content {width: 100%}

    main {
      flex: 3;
      min-width: 0;
    }

    aside {
      flex: 1;
      min-width: 30%; /*260px*/
      width: 100%
    }

    hr {
      border: none;
      border-top: 1px solid var(--color-border);
      margin: 36px 0;
    }

    /* Sidebar Widgets */
    .sidebar-sticky {
      position: sticky;
      top: 80px;
      align-self: flex-start;
     /* max-height: calc(100vh - 100px);
      overflow-y: auto;*/
    }
    .widget {
      margin-bottom: 48px;
    }
    .widget:last-child {margin-bottom: 0}
    .widget-title {
      color: var(--color-font);
      position: relative;
      font-size: 17px;
      padding: 0 0 15px;
      border-bottom: 2px solid rgba(0, 0, 0, 0.1);
      margin-bottom: 20px
    }
    [data-theme="dark"] .widget-title{border-bottom-color: rgba(255, 255, 255, 0.1)}
    .widget-title:before {
      content: "";
      background: var(--color-font);
      width: 40px;
      height: 2px;
      position: absolute;
      bottom: -2px;
      left: 0;
    }
    .widget-title:after {
      content: "";
      background: var(--color-font);
      width: 40px;
      height: 2px;
      position: absolute;
      bottom: -2px;
      right: 0
    }
    .widget-title-icon {
      position: absolute;
      right: 0;
      top: 1px;
      color: #b9bec3;
      font-size: 15px;
      color: var(--text-muted);
    }
    .widget-subtitle {
      font-family: 'Poppins';
      font-size: 1.18rem;
      min-height: 15px;
      font-weight: 600
    }
    /* Sidebar Popular News*/
    .posts-list-counter {
      counter-reset: post-widget-counter;
      list-style-type: none;
      padding: 0;
    }
    .posts-list-counter li.widget-post-list {
      position: relative;
      padding: 12px 0 10px 0;
      margin: 0;
    }


    @media (max-width: 991px) {
      .widget-post-list:before {
          left:-10px
      }
    }
    .post-widget-thumbnail {
      float: left;
      margin-right: 15px;
      position: relative;
      border-radius: 10px;
      overflow: hidden;
    }
    .post-widget-thumbnail a {
      position: relative;
      height: 75px;
      width: 110px;
      display: block;
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden;
      transition: opacity 0.2s;
      background-position: center center;
      -webkit-background-size: cover;
      background-size: cover;
      background-repeat: no-repeat;
      overflow: hidden;
    }
    .post-widget-thumbnail img {
      width: 110px;
      height: 75px;
      object-fit: cover;
    }
    .post-widget-body {
      padding-left: 125px;
    }
    .post-widget-body a {
      font-size: 14px;
      font-weight: 700;
      line-height: 1.4;
      margin-bottom: 5px;
      color: var(--color-font)
    }
    .post-widget-body a:hover {color: var(--color-link)}
    .post-widget-body .post-meta {
      margin: 2px 0 0;
      font-size: 11px;
      line-height: 17px;
      color: var(--text-muted);
    }

    /* Sidebar Categories*/
    .widget_categories ul {
      list-style-type: none;
      padding: 0
    }
    .widget_categories li {
      position: relative;
      padding: 5px 0 5px 15px;
      font-size: 105%;
      text-align: right;
      list-style: none
    }
    .widget_categories li a {
      float: left;
      color: var(--color-font);
      white-space: nowrap;
      word-wrap: normal;
      text-transform: uppercase;
    }
    .widget_categories li a:before {
      background: url("data:image/svg+xml,<svg viewBox='0 0 576 512' xmlns='http://www.w3.org/2000/svg'><path fill='%23111111' d='M572.694 292.093L500.27 416.248A63.997 63.997 0 0 1 444.989 448H45.025c-18.523 0-30.064-20.093-20.731-36.093l72.424-124.155A64 64 0 0 1 152 256h399.964c18.523 0 30.064 20.093 20.73 36.093zM152 224h328v-48c0-26.51-21.49-48-48-48H272l-64-64H48C21.49 64 0 85.49 0 112v278.046l69.077-118.418C86.214 242.25 117.989 224 152 224z' ></path></svg>") 2px 2px no-repeat;
      content:'';
      position: absolute;
      height: 12px;
      width: 12px;
      font-size: 13px;
      display: inline-block;
      margin-left: -17px;
      text-align: left;
      top: 8px
    }
    [data-theme="dark"] .widget_categories li a:before {
      background: url("data:image/svg+xml,<svg viewBox='0 0 576 512' xmlns='http://www.w3.org/2000/svg'><path fill='%23e0e0e0' d='M572.694 292.093L500.27 416.248A63.997 63.997 0 0 1 444.989 448H45.025c-18.523 0-30.064-20.093-20.731-36.093l72.424-124.155A64 64 0 0 1 152 256h399.964c18.523 0 30.064 20.093 20.73 36.093zM152 224h328v-48c0-26.51-21.49-48-48-48H272l-64-64H48C21.49 64 0 85.49 0 112v278.046l69.077-118.418C86.214 242.25 117.989 224 152 224z' ></path></svg>") 2px 2px no-repeat;
    }
    .cat-counter a+span {
      display: inline-block;
      background-color: var(--color-link);
      text-align: center;
      font-size: 85%;
      padding: 0 5px;
      min-width: 24px;
      height: 22px;
      line-height: 22px;
      color: #fff;
      border-radius: 2px;
      transition: box-shadow 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    }

    /* Sidebar Newsletter*/
    .newsletter-form input[type="email"] {
      width: 100%;
      padding: 12px;
      margin-bottom: 12px;
      background: var(--input-bg);
      color: var(--color-font);
      border: 1px solid var(--color-border);
      border-radius: 4px;
      font-size: 0.96rem;
    }

    .newsletter-form button {
      width: 100%;
      padding: 12px;
      background: var(--color-link);
      color: #fff;
      border: none;
      border-radius: 4px;
      font-weight: 600;
      cursor: pointer;
      transition: background 0.2s;
    }

    .newsletter-form button:hover {
      background: #0055aa;
    }

    /* Footer */

    footer, footer a:not(:hover), footer h4, footer p {
      color: #fff;  
    }
    footer h4 {
      font-size: 1.125rem;
    }
    footer ul {
      padding-left: 0;
      line-height: 25px;
    }
    .footer {
      background: #4a527e; /*#ffeff0 #c3ccff*/
      padding: 30px 15px 15px;
    }

    .footer-bottom {
      /*background: #4a527e; #091b36  #521010*/
      padding: 15px 0;
      border-top: 1px solid #2a4668
    }

    a.scrollup {
      display: none;
      width: 35px;
      height: 35px;
      line-height: 35px;
      background: var(--color-link);
      text-align: center;
      display: block;
      position: fixed;
      bottom: 15px; /*-100px;*/
      right: 15px;
      z-index: 3;
      color: #ffffff;
      transition: 0.3s;
      border-radius: 3px;
    }

    /* Home Articles */
    .post-item {
      width: 100%;
      padding: 0;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      margin-bottom: 24px;
    }
    .post-item:nth-child(1) {margin-top: 0}
    .post-item img {
      object-fit: cover;
      width: 100%;
      height: 220px;
      max-width: 100%;
      transition: all .3s ease;
    }
    .post-thumb:hover, .post-widget-thumbnail:hover {
      background: #000
    }
    .post-thumb:hover img, .post-widget-thumbnail:hover img {
        opacity: .9
    }
    .post-thumb {
      position: relative;
        margin-right: 24px;
        flex: 0 0 50%;
        width: 50%;
        max-width: 420px;
        border-radius: 10px;
        overflow: hidden
    }
    .post-thumb .post-cat-wrap {
      z-index: 3;
      pointer-events: auto;
      position: absolute;
      bottom: 10px;
      margin: 0;
      right: 14px;
      font-weight: normal;
      line-height: 0;
      display: block;
      color: #fff;
    }
    .post-cat {
      display: inline-block;
      background: var(--color-link);
      color: #fff;
      padding: 0 6px;
      font-size: 12px;
      line-height: 1.85em;
      position: relative;
      white-space: nowrap;
      word-wrap: normal;
      letter-spacing: 0;
      transition: 0.3s;
      border-radius: 2px;
    }

    .post-item .meta {
      font-size: 0.84rem;
      color: var(--color-span);
      margin-bottom: 8px;
    }
    .post-item .meta svg {padding-right: 3px}

    .post-item .meta .author a {
      color: #444;
      text-decoration: none;
    }
    .post-item .meta .author a {color: var(--color-span)}
    .post-item .meta .author a:hover {
      text-decoration: underline;
    }

    .post-item .title {
      font-size: 20px;
      font-weight: 700;
      margin-bottom: 8px;
      line-height: 1.28;
    }

    .post-item .title a {
      color:var(--color-font);
      text-decoration: none;
    }

    .post-item .title a:hover {
      color: var(--color-link);
    }

    .post-item .excerpt {
      font-size: 13px;
      color: var(--color-span);
      margin-bottom: 7px;
    }

    .read-more-link {
      background: var(--color-link);
      color: #ffffff;
      font-weight: normal;
      text-decoration: none;
      font-size: 13px;
      border-radius: 2px;
    }
    .read-more-link:hover {
        background: #0055aa;
    }

    .caret {
      display: none;
    }

    .section {
      display: block;
      position: relative;
      padding: 20px 0;
    }

    .main-menu-wrap ul {
      margin: 0;
      padding: 0;
      list-style: none;
    }






    

    /* Responsive */
    @media (min-width: 992px) {
      .main-menu {
        display: flex;
        list-style: none;
        justify-content: left;
        margin: 0;
        padding: 0;
      }
      .main-menu > li {
        position: relative;
        white-space: nowrap;
        transition: background .2s;
        line-height: 60px;
        margin: 0;
        flex: 1 1 auto;
      }
      .main-menu a {
        color: #fff;
        text-decoration: none;
        font-weight: 500;
        font-size: 14px;
        text-transform: uppercase;
        transition: color 0.2s;
        padding: 5px 10px ;
        border-radius: 5px;
      }

      .main-menu li a:hover {
        background-color: #08f;
      }
      .main-menu .has-sub:hover > ul {
        display: block;
        -moz-animation: zoomIn 0.3s ease;
        -webkit-animation: zoomIn 0.3s ease;
        animation: zoomIn 0.3s ease;
      }
      .main-menu .has-sub ul {
        display: none;
        position: absolute;
        width: 250px;
        top: 100%;
        z-index: 99;
        padding: 0;
        background-color: #5a5d6c;
        box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
        transition: 0.3s;
      }

      .main-menu li.active > a, .main-menu a:hover {
        background-color: #08f;
      }

      .main-menu li ul li a {
        display: block;
        padding: 8px 15px;
        line-height: 21px;
      }

      .main-menu li ul li a:hover {
        background-color: #4a527e;
      }
      .collapsibleIcon {
        display: none;
      }
      .header-actions {
        margin-left: auto;
      }
      .widget {padding-left: 20px;}
      .mobile-nav-toggle {display: none}
    }

    .main-nav-wrapper44:before {
      --headerBg: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 89.89 138.67' opacity='.8'%3E%3Cpath d='M89.62 86.07A32.94 32.94 0 0 1 69 114.83s-1.64.48-2.09.59h-.12c-8.48 2.07-26.51 4.74-26.51-9.3 0-6 3.22-10.53 7.69-14.44C54.5 86 63.69 81.61 69.39 76.16c3.12-3 5.19-6.29 5.19-10.35A57 57 0 0 0 66.52 36c0 42.15-44.37 45.22-44.37 76.39v.61c0 14.06 11.25 25.69 26.24 25.69 47.47-.02 41.23-52.01 41.23-52.62Z' fill='%237747ff'/%3E%3Cpath d='M66.55 36v-.05a57 57 0 0 1 8.06 29.83c0 4.06-2.07 7.37-5.19 10.35C63.69 81.61 54.5 86 48 91.68c-4.47 3.91-7.69 8.46-7.69 14.44 0 14 18 11.37 26.51 9.3h.12H65.59c-.31 0-.61-.08-.91-.12-4.28-.73-5.66-3.49-5.66-7.14V108c0-8.79 14.79-14.09 19.29-28.52a29 29 0 0 0 1.29-8.72C79.57 53.89 68.16 38.27 66.55 36Z' fill='%23652eff'/%3E%3Cpath d='M45.28 0a53.49 53.49 0 0 0-8.13 24.88c0 7.53 3.09 11.36 6 15.09a27.09 27.09 0 0 1 3.45 5.36 15.08 15.08 0 0 1 1.31 6.34c0 13.29-15.31 14.06-20.09 13.64H28h-.4a3.56 3.56 0 0 1-.57-.08l-.34-.06c-4.7-.9-9.14-4.87-9.14-16.36C17.57 48.82 0 76.33 0 94.66s18.2 35.47 18.2 35.47c-3.14-6.08-5-12.82-4.39-19.56 0-28.76 47.7-42.81 47.7-69.71 0-14.63-5.62-28.65-16.23-40.86Z' fill='%237747ff'/%3E%3Cpath d='M47.86 51.69a15.08 15.08 0 0 0-1.31-6.34A27.09 27.09 0 0 0 43.1 40c-2.86-3.73-6-7.56-6-15.09A53.49 53.49 0 0 1 45.28 0c-1.26 1.58-15 19.29-15 30.34 0 12.19 6.93 18.28 6.93 24.37a12.82 12.82 0 0 1-1.38 6.11 8 8 0 0 1-7.53 4.48h-.47c4.78.42 20.09-.35 20.09-13.64Z' fill='%23652eff'/%3E%3C/svg%3E"), #4300ff;
      background: var(--headerBg, linear-gradient(to right, #030d23 0, #051d4e 100%));
      content: "";
      height: 74px;
      left: 0;
      position: absolute;
      right: 0;
      top: 0;
      background-position: calc(50% - 575px) 40%, 0 0;
      background-repeat: no-repeat;
      background-size: 540px auto, cover;
      pointer-events: none;
      transition: opacity .15s, transform .25s
    }



    @media (max-width: 991px) {
      .content-wrapper {
        flex-direction: column;
        gap: 30px;
      }
      .most-viewed {padding-left: 20px;}
      .header {
        position: sticky;
        top: 0
      }
      .top-nav .sitelogo img {
      width: 260px;
      height: 31px;
    }
    .header-actions {display: none;}
      .main-nav-wrapper .oys-container {padding: 0}
      .main-nav-wrapper {
        position: fixed;
        width:270px;
        top: 0;
        right: 0;
        bottom: 0;
        left: -270px;
        z-index: 9999;
        overflow: hidden;
        background: #fff;
        min-height: 100%;
        opacity: 0;
        -webkit-transition: all .5s ease;
        -moz-transition: all .5s ease;
        -o-transition: all .5s ease;
        transition: all .5s ease;
      }
      .mobile-nav-active .main-nav-wrapper {
        overflow: auto;
        left: 0;
        opacity: 1;
      }
      .main-menu a {
        display: block;
        position: relative;
        font-weight: 500;
        outline: none;
        width: 100%;
        box-sizing: border-box;
        padding: 10px 20px;
        border-bottom: 1px solid #33333324;
        color: #000;
        font-size: 16px;
        text-decoration: none;
        line-height: 1.2;
        overflow: hidden;
      }
      .main-menu li.active > a, .main-menu a:hover {
        background-color: #555;
        color: #eee;
        text-decoration: none;
      }
      .main-menu .has-sub ul {
        display: none;
        overflow: hidden;
      }
      .main-menu .has-sub ul li a {padding-left: 35px;}
      .collapsibleIcon {
        display: flex;
        width: 46px;
        height: 100%;
        padding-left: 10px;
        padding-right: 20px;
        position: absolute;
        top: 0px;
        right: 0;
        color: #000;
        align-items: center;
      }
      .main-menu li.active > a .collapsibleIcon, .main-menu a:hover .collapsibleIcon {color: #fff;}
      .collapsibleIcon svg{
          width: 16px;
      }
      .has-sub.display .collapsed,.has-sub .expanded, .mobile-nav-active .mobile-nav-overly {display: block;}
      .has-sub.display .expanded, .has-sub .collapsed {display: none;}

      .mobile-nav-overly {
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        position: fixed;
        background: rgba(0,0,0,.5);
        overflow: hidden;
        display: none;
        transition: ease-in-out 0.2s;
        z-index: 88;
      }

      .mobile-nav-toggle {
        display: block;
        width: 50px;
        color: var(--color-font);
        height: 34px;
        padding: 0 10px;
        z-index: 9999;
        cursor: pointer;
        margin-left: auto;
      }
      .mobile-nav-toggle svg {width:34px;height:34px}
      .mobile-nav-active .naviconClose {display: block;}
      .mobile-nav-active .naviconOpen {display: none;}
      .naviconClose {display: none}

      .search-wrapper {
        width: 100%;
        order: 3;
        justify-content: flex-end;
      }
      .search-container {display: none;}
      .search-container.active {
        display: block;
        position: fixed;
        width: 100%;
        height: 100vh;
        top: 0;
        left: 0;
        background: rgba(0, 0, 0, 0.9);
        z-index: 99999;
        overflow: hidden;
        padding: 80px 15px 0
      }
      .search-input {
        font-size: 1rem;
        background: rgba(0, 0, 0, 0.7);
      }
      .search-icon-btn {
        display: block;
      }
      .search-btn-close {
        right: 15px;
        transition: 0.3s;
        transform: scale(1)
      }
    }

    @media (max-width: 768px) {
      .cPading {padding: 10px;}
      a.scrollup {bottom:45px;right: 5px;}
      .post-item {flex-direction: column;margin-bottom: 15px}
      .post-thumb {
        width: 100%;
        -webkit-flex: 1 0 100%;
        -ms-flex: 1 0 100%;
        flex: 1 0 100%;
        max-width: 100%;
        margin:0 0 10px 0;
      }
    
      .Mcenter {text-align: center;}
    }

    @media (max-width: 480px) {
      .title { font-size: 1.38rem; }
    }


    /*responsive*/


    @media (max-width: 768px) {
      .breaking-news-bar { height: 38px; }
      .label { padding: 0 14px; font-size: 13px; }
      .control-btn { width: 38px; font-size: 16px; }
      .tie-row { margin-left: -15px;margin-right: -15px; }
      .topbar-today-date, .breaking-title-text, .breaking-control {display: none;}
    }

    @media print {
      /* Hide any element with the class 'no-print' */
      /*Use pt (points) for font sizes instead of px (pixels) for better print scaling.*/
      header, aside, .no-print {
          display: none !important;
      }
      .footer {background: #fff;color: #000}
      .page-break { /*Block Elements Only: Page break properties only work on block-level elements (e.g., <div>, <p>, <h1>), not on inline elements (e.g., <span>).*/
        break-after: always;
      }
      body, .form-control {
        background: #fff;
        color: #000;
      }
      .c-span, footer a:not(:hover) {color: #000;}

    }

  .login {
    --tw-shadow: 0 4px 20px -4px #10b98180,inset 0 1px 0 #ffffff40;
    box-shadow: 0 0 #0000,0 0 #0000,0 0 #0000,0 0 #0000,var(--tw-shadow);
    font-size: .875rem;
    /*background-image: linear-gradient(45deg, #000d53, transparent);*/
    /*background-image: linear-gradient(to bottom in oklab,#10b981 0%,lab(55.0481% -49.9246 15.93) 100%);*/
    /*background: color-mix(in oklab,#fff 40%,transparent);*/
    background: #000d53;
    color: #fff;
    border-radius: 3.40282e38px;
    padding: 5px 10px;
    border:1px solid #ffffff80
  }

  .mission .mission-wrap {
      flex-wrap:wrap;
      border-top: 1px solid #ececec;
      border-left: 1px solid #ececec
  }

  .mission .mission-image {
      padding: 20px;
      display: flex;
      justify-content: center;
      align-items: center;
      border-right: 1px solid #ececec;
      border-bottom: 1px solid #ececec;
      overflow: hidden;
      background: #fff;
      height: 100px
  }

  .mission .mission-image img {
      transition: .3s ease-in-out;
      height: 36px;
  }

  .mission .mission-image:hover img {
     -webkit-filter: grayscale(100%);
      filter: grayscale(100%)
      transform: scale(1.1)
  }
  .flow42 {
    flex: 0 0 25%;
    max-width: 25%
  }
  @media (max-width: 991px){
    .flow42 {
      flex: 0 0 50%;
      max-width: 50%
    }
  }


/*Wrapper for the slide container and indicators*/
.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-item {
  position: relative;
  display: none;
  align-items: center;
  width: 100%;
  height: calc(100vh - 151px);
  height: calc(100dvh - 151px); /*700px;*/
  transition: transform .6s ease-in-out,-webkit-transform .6s ease-in-out;
  backface-visibility: hidden;
  perspective: 1000px;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
@media (prefers-reduced-motion: reduce) {
  .carousel-item, .active.carousel-item-left, .active.carousel-item-right {
    transition: none;
  }
}

.carousel-item img {
  object-fit: cover;
  display: block;
  width: 100%;
  height: 100%;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

.carousel-item-next,
.carousel-item-prev {
  position: absolute;
  top: 0;
}

.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
/*.carousel-item.carousel-item-left,
.carousel-item.carousel-item-right,
.ccarousel-item.active {
  transform: translateX(0);
}*/


 /*CSS3 transforms when supported by the browser*/
/*.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
  transform: translateX(0);

  @supports (transform-style: preserve-3d) {
    transform: translate3d(0, 0, 0);
  }
}

.carousel-item-next,
.active.carousel-item-right {
  transform: translateX(100%);

  @supports (transform-style: preserve-3d) {
    transform: translate3d(100%, 0, 0);
  }
}

.carousel-item-prev,
.active.carousel-item-left {
  transform: translateX(-100%);

  @supports (transform-style: preserve-3d) {
    transform: translate3d(-100%, 0, 0);
  }
}*/


/*//
// Left/right controls for nav
//*/

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  /*Use flex for alignment (1-3)*/
  display: flex; /*1. allow flex styles*/
  align-items: center; 
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;

  /*Hover/focus state*/
  @include hover-focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .9;
  }
}
.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}
.carousel-control-prev {
  left: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, .25), rgba(0, 0, 0, .001));
}
.carousel-control-next {
  right: 0;
    background: linear-gradient(270deg, rgba(0, 0, 0, .25), rgba(0, 0, 0, .001));
}

/*Icons for within*/
.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: transparent no-repeat center center;
  background-size: 100% 100%;
}
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}
.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators li {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    background-color: rgba(255, 255, 255, .5);
    cursor: pointer;
}
  /*Use pseudo classes to increase the hit area by 10px on top and bottom.*/
.carousel-indicators li::before {
      position: absolute;
      top: -10px;
      left: 0;
      display: inline-block;
      width: 100%;
      height: 10px;
      content: "";
    }
.carousel-indicators li::after {
      position: absolute;
      bottom: -10px;
      left: 0;
      display: inline-block;
      width: 100%;
      height: 10px;
      content: "";
    }

.carousel-indicators li.active {
    background-color: #fff;
  }

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}
.carousel-caption h5 {
    font-size: 1.25rem;
    color: #fff;
    filter: drop-shadow(2px 4px 6px #000);
  }
.carousel-caption p {
    font-size: 1rem;
    color: #fff;
    filter: drop-shadow(2px 4px 6px #000);
  }

.sr-only {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.osYms {
  
}

.our-mission {
  background: linear-gradient(122deg, #ffffff, #fff6e5 100%);
}
.ask-of-you {
  background: linear-gradient(303deg, #e4f6ff 0%, #f9feff);
}
.benefits {
  background: linear-gradient(122deg, #ffffff, #f7f1f5 100%);
}
[data-theme="dark"] .benefactor {
  background: #1a1a1a;
}
.bygiving_image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: -1;
}
.bygiving_image img {
    position: relative;
    top: 0;
    left: 50%;
    min-width: 100%;
    max-width: none;
    min-height: 100%;
    transform: translate(-50%);
    z-index: 0;
    object-fit: cover;
}
.bygiving_body {
  text-align: center;
  padding: 40px 16px;
}
.bygiving_body h1 {
  font-size: 3.5rem;
  line-height: 1.5;
  color: #fff;
}
.benefactor {
  position: relative;
  border: 1px solid #f0eeee;
  border-radius: 16px;
  padding: 16px;
  padding-top: 30px;
  box-shadow: 0 2px 4px -1px rgba(29,29,32,.16),0 4px 5px 0 rgba(29,29,32,.05),0 1px 10px 0 rgba(29,29,32,.08);
}
.benefactor .title {
  background: #d3321f;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
    padding: 7px 10px;
    margin-top: -50px;
    border-radius: 17px;
    width: fit-content;
    margin-left: auto;
    margin-right: auto
}
.benefactor .caption {
  margin-top: 15px;
  text-align: justify;
  font-size: 15px;
}
.benefactor .caption ul li{
  margin-bottom: 10px;
}
.form-subtitle {
  font-size:16px;
  font-weight: 500;
  text-align: center;
}
.oysnewsletter {
  display: block;
}
.oysnewsletter .nlinput {
  position: relative;
  flex-grow:1;
  padding: 0 28px;
}
.oysnewsletter .nlinput:before {
    background-color: #f0f0f0;
    border-radius: 4px 6px;
    content: "";
    height: 100%;
    left: 10px;
    position: absolute;
    top: 0;
    transform: skewX(-35deg);
    width: calc(100% - 20px);
}
[data-theme="dark"] .oysnewsletter .nlinput:before {
  background: #1a1a1a;
}
.oysnewsletter .nlinput input {
  background: none;
    border: none;
    color: var(--text);
    font-weight: 500;
    position: relative;
    width: 100%;
    font-size: 18px;
    height: 50px;
    padding: 0 5px 0 42px
}
.oysnewsletter .nlbutton {
  flex-shrink: 0;
}
.oysnewsletter .nlinput .icon {
    fill: var(--primary-color);
    bottom: 0;
    display: block;
    left: 38px;
    margin: auto;
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 44px;
    transform: translateX(-50%);
    z-index: 1;
}
.oysnewsletter .nlbutton button {
  align-items: center;
    display: inline-flex;
    justify-content: center;
    line-height: 1.25;
    padding-bottom: 2px;
    padding-top: 2px;
    transition-duration: .2s;
    transition-property: color, background, border-color;
    transition-timing-function: ease-out;
    gap: 12px;
  min-height: 50px;
    padding-left: 30px;
    padding-right: 30px;
    transform: translateX(10px);
    color: #fff;
    border: none;
    text-transform: uppercase;
}
.oysnewsletter .nlbutton button:before {
  background: linear-gradient(165deg,#9675f2 0,#4300ff 50%);
    backface-visibility: hidden;
    border-radius: 4px 6px;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transform: skewX(-35deg) translateZ(0);
    transition-duration: .2s;
    transition-property: background, border-color;
    transition-timing-function: ease-out;
    width: 100%;
    will-change: transform;
}
.oysnewsletter .nlbutton button {
  font-weight: 500;
    font-size: 18px
}
.borderTB {
  border-bottom: 1px solid var(--color-border);
    border-top: 1px solid var(--color-border);
}


.category {
    padding: 0;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    overflow: hidden;
    flex-wrap: wrap;
    position: relative;
    transition: all 0.3s ease;
}

.category .list-group-image {
    width: 100%;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
    z-index: 0;
    -webkit-transition: opacity 0.8s ease-in-out, -webkit-transform 0.8s ease-in-out;
    transition: opacity 0.8s ease-in-out, transform 0.8s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  height: 200px
}

.category .list-group-image img {
    object-fit: cover;
    width: 100%;
    border-radius: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: all .3s ease;
  height: 200px
}

.category .caption {
    padding: 15px 15px 5px;
}

.category .caption h3 {
    font-size: clamp(14px, 2vw, 18px);
}
.category .caption h3 a:not(:hover) {
    color: var(--text);

}

@media (min-width: 992px){
  .form-subtitle {
    margin-right: 30px;
    width: 38%;
    flex-shrink:0;
    font-size: 22px;
    line-height: 2rem;
    text-align: left
  }
}


@media (max-width: 991px) {
  .carousel-item {
    height: 240px;
  }
  .bygiving_body h1 {
    font-size: 2rem;
  }
  .carousel-caption {padding-bottom: 0}
  .carousel-indicators {margin-bottom: 0}
  .carousel-caption h5 {
    font-size: 13px;
    margin-bottom: 0;
  }
  .carousel-caption p {
    font-size: 11px;
  }
}
