@font-face {
    font-family: "Lato Regular";
    src: url(../../assets/fonts/Lato-Regular.woff);
    font-weight: 400;
    font-style: normal;
  }
  @font-face {
    font-family: "Lato Bold";
    src: url(../../assets/fonts/Lato-Bold.woff);
    font-weight: 700;
    font-style: normal;
  }
  @font-face {
    font-family: "Lato Italic";
    src: url(../../assets/fonts/Lato-Italic.woff);
    font-style: normal;
  }
  body {
    font-family: "Lato", serif;
    box-sizing: border-box;
  }
  section.banner-section {
    padding-top: 0px;
  }
  body:has(.navbar-collapse.show) {
    height: 100vh;
    overflow: hidden;
  }
  body.is-open {
    overflow: hidden;
  }
  .extra-padding{
    padding:38px !important;
  }
  section.banner-section {
    background-color: #e9ddcf;
    position: relative;
  }
  .aspect-images{
    text-align: center;
  }
  .aspect-images img{
    max-width: 950px;
  }
  .rert{
    width: 49%;
    display: flex;
    flex-direction: column;
    gap: 17px;
}
  .section {

    padding: 50px 0;
  }
  @media screen and (max-width: 768px) {
    .section {
      padding: 40px 0;
    }
  }
  
  .bg-gray {
    background: #ECECEC;
  }
  
  .heading {
    color: #000000;
    font-size: 30px;
    line-height: 36px;
    font-weight: 700;
    margin-bottom: 20px;
    text-align: center;
  }
  @media screen and (max-width: 768px) {
   
  }
  
  p {
    margin-bottom: 0;
  }
  @media screen and (max-width: 768px) {
    p {
      margin-bottom: 16px;
    }
  }
  
  .image-wrapper {
    padding: 30px 0;
  }
  .image-wrapper img {
    width: 100%;
  }
  @media only screen and (max-width: 992px) {
    .image-wrapper.horizontal-scroll {
      overflow-x: auto;
    }
    .image-wrapper.horizontal-scroll img {
      width: 1100px;
    }
  }
  
  .mark-text {
    font-size: 12px;
    font-weight: 400;
    padding: 12px 0px;
    display: inline-block;
    width: 100%;
    
    margin-bottom: 0;
    color: #636466;
  }
  @media only screen and (max-width: 768px) {
    .mark-text {
      margin-top: 10px;
    }
  }
  .mark-text.yellow {
    background-color: #FFBE00;
  }
  .mark-text.pich {
    background-color: #FFC7BF;
    text-align: center;
    margin-top: 2px;
    margin-bottom: 17px;
  }
  
  .source {
    text-align: left;
    font-size: 12px;
    display: block;
    margin-top: 5px;
    color: #000000;
    font-weight: 300;
  }
  
  .swiper .swiper-slide {
    height: auto;
  }
  .swiper .swiper-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .swiper .swiper-pagination .swiper-pagination-bullet {
    background: #fff;
    opacity: 1;
    border: 0.5px solid #004880;
    width: 10px;
    height: 10px;
  }
  .swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    height: 12px;
    width: 12px;
    background: #004880;
  }
  
  header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    background-color: #ffffff;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  }
  header .navbar-brand {
    max-width: 145px;
  }
  header .navbar-expand-lg {
    background: #003254;
  }
  header .navbar-expand-lg .navbar-nav {
    align-items: center;
    gap: 35px;
  }
  header .navbar-expand-lg .navbar-nav .nav-item .nav-link {
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    padding: 0;
    text-decoration: none;
    transition: 0.3s all ease-in-out;
  }
  header .navbar-expand-lg .navbar-nav .nav-item .dropdown-menu {
    position: absolute;
    top: 46px;
    left: 0;
    background: #8ECBF9;
    padding: 0;
    border: none;
    border-radius: 0;
  }
  header .navbar-expand-lg .navbar-nav .nav-item .dropdown-menu .dropdown-item {
    padding: 16px 20px;
    font-size: 16px;
    line-height: 18px;
    color: #003254;
    text-decoration: none;
    white-space: wrap;
  }
  header .navbar-expand-lg .navbar-nav .nav-item .dropdown-menu .dropdown-item:not(:last-child) {
    border-bottom: 1px solid #FFF;
  }
  header .navbar-expand-lg .navbar-nav .nav-item .dropdown-toggle::after {
    display: none;
  }
  header .navbar-expand-lg .navbar-nav .nav-item:hover .nav-link {
    color: #8ECBF9;
    font-weight: 700;
  }
  header .navbar-expand-lg .navbar-nav .nav-item:hover .dropdown-menu {
    display: block;
  }
  @media screen and (max-width: 992px) {
    header .navbar-expand-lg .navbar-nav .nav-item {
      width: 100%;
    }
    header .navbar-expand-lg .navbar-nav .nav-item .nav-link {
      width: 100%;
    }
    header .navbar-expand-lg .navbar-nav .nav-item .dropdown-menu {
      position: inherit;
      top: 10px;
    }
  }
  @media screen and (max-width: 768px) {
    header .navbar-expand-lg .navbar-nav {
      padding-top: 40px;
      gap: 30px;
      align-items: flex-start;
    }
    header .navbar-expand-lg .navbar-nav .nav-link {
      font-size: 16px;
    }
  }
  header .navbar-expand-lg .invest-now-btn {
    color: #FFF;
    font-size: 16px;
    line-height: normal;
    background-color: #EF3B24;
    border-radius: 4px;
    padding: 8px 16px;
    text-decoration: none;
    display: inline-block;
    transition: 0.3s all ease-in-out;
  }
  header .navbar-expand-lg .invest-now-btn:hover {
    background-color: #004880;
  }
  header .navbar-light .navbar-toggler span {
    display: block;
    width: 30px;
    height: 2px;
    margin: 6px auto;
    background: #ffffff;
    transition: all 0.6s cubic-bezier(0.25, 0.1, 0.25, 1);
  }
  header .navbar-light .navbar-toggler:hover span {
    background: #ffffff;
  }
  header .navbar-light .navbar-toggler:focus {
    outline: none;
    border: 0;
    box-shadow: none;
  }
  header .navbar-light .navbar-toggler:focus span {
    background: #ffffff;
  }
  header .navbar-light .navbar-toggler[aria-expanded=true] span:first-of-type {
    transform: rotate(45deg) translate(6px, 6px);
  }
  header .navbar-light .navbar-toggler[aria-expanded=true] span:nth-of-type(2) {
    opacity: 0;
  }
  header .navbar-light .navbar-toggler[aria-expanded=true] span:last-of-type {
    transform: rotate(-45deg) translate(5px, -5px);
  }
  header .navbar-light .navbar-toggler[aria-expanded=false] span {
    transform: none;
    opacity: 1;
  }
  
  .close-icon {
    background-image: url("../images/close-icon.svg");
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
    position: absolute;
    right: 40px;
    cursor: pointer;
  }
  @media screen and (max-width: 768px) {
    .close-icon {
      right: 20px;
      top: 20px;
    }
  }
  
  @media screen and (min-width: 768px) {
    .banner-container {
      width: 100%;
      max-width: 1236px;
      margin: auto;
      padding: 0 20px;
    }
  }
  .banner-section .banner-row {
    display: flex;
    align-items: center;
  }
  .banner-section .banner-row .banner-col.first {
    width: 65%;
  }
  .banner-section .banner-row .banner-col.second {
    width: 35%;
  }
  @media only screen and (max-width: 992px) {
    .banner-section .banner-row {
      flex-direction: column;
    }
    .banner-section .banner-row .banner-col.first, .banner-section .banner-row .banner-col.second {
      width: 100%;
    }
  }
  .banner-section img {
    width: 100%;
  }
  
  form {
    background-color: #E3F2FF;
    width: 90%;
    height: auto;
    padding: 20px 50px;
    margin-bottom: 20px;
    margin-right: 0;
    margin-left: auto;
    display: block;
  }
  form::-moz-placeholder {
    color: #d9d9d9;
  }
  form::placeholder {
    color: #d9d9d9;
  }
  form input {
    width: 100%;
    margin-bottom: 14px;
    padding: 5px 10px;
    border: 1px solid #d9d9d9;
    font-size: 12px;
    border-radius: 4px;
  }
  form p {
    color: #003254;
    font-size: 10px;
    line-height: 12px;
   
    padding-bottom: 14px;
  }
  form button {
    color: #ffffff;
    background-color: #003254;
    width: 100%;
    text-align: center;
    padding: 10px 12px;
    border: none;
    transition: 0.3s all ease-in-out;
    font-size: 12px;
  }
  form button:hover {
    background-color: #ef3b24;
  }
  
  .form-heading {
    font-weight: 700;
    padding-bottom: 14px;
    color: #003254;
    font-size: 17px;
    line-height: 20px;
  }
  
  input::-webkit-outer-spin-button,
  input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
  }
  
  .invest-float-btn.invest-now {
    margin-bottom: 8px;
  }
  
  .invest-float-btn,
  .download-float-btn {
    transform: translateX(75%);
    margin-bottom: 4px;
  }
  .invest-float-btn:hover,
  .download-float-btn:hover {
    transform: translateX(0);
    transition-property: 160px, auto;
    transition: all 0.5s ease;
  }
  .invest-float-btn:hover .float-btn,
  .download-float-btn:hover .float-btn {
    border-bottom-left-radius: 0;
  }
  
  .float-list {
    position: fixed;
    top: 50%;
    transform: translateY(-40%);
    right: 0;
    z-index: 99;
  }
  
  .float-btn {
    background-color: #004880;
    padding: 9.5px 13px;
    color: #fff;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
  }
  .float-btn a {
    color: #fff;
    text-decoration: none;
  }
  
  .link-group {
    display: flex;
    flex-direction: column;
    color: #000;
    background-color: #E3F2FF;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.3490196078);
    border-bottom-left-radius: 8px;
  }
  .link-group a {
    color: #000;
    font-size: 12px;
    line-height: 14px;
    padding: 9.5px 13px;
    text-decoration: none;
  }
  .link-group a img {
    width: 18px;
    height: 18px;
    filter: invert(1);
  }
  .link-group a:hover {
    text-decoration: underline;
  }
  
  .float-list-item .link-group a img {
    width: 25px;
    height: 25px;
    filter: invert(0);
  }
  
  .is-hidden {
    display: none !important;
  }
  
  .invest-now {
    margin: 30px auto 0;
  }
  
  .nav-item .invest-now {
    margin: 0;
  }
  
  .hide {
    display: none !important;
  }
  
  @media screen and (max-width: 768px) {
    .float-list {
      display: none;
    }
    .download span {
      font-size: 15px;
    }
  }
  .timer {
    width: 100%;
    z-index: 99;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    background-color: #ffffff;
    padding: 24px 0;
    height: 100%;
  }
  @media all and (max-width: 768px) {
    .timer {
      flex-direction: column;
      gap: 20px;
    }
  }
  
  .nfo-title {
    color: #003254;
    font-size: 26px;
  }
  @media all and (max-width: 768px) {
    .nfo-title {
      font-size: 20px;
    }
  }
  
  .timer-title {
    display: flex;
    align-items: center;
    font-size: 18px;
    font-family: "Lato Bold";
    color: #1c1c1a;
  }
  
  .timer-image-wrapper img {
    width: 100%;
  }
  
  .customemodal {
      display: none;
      position: fixed;
      z-index: 100000000;
      padding-top: 100px;
      left: 0;
      top: 0;
      width: 100%;
      height: 100vh;
      overflow: auto;
    }
    .customemodal.is-visible {
      visibility: visible;
      display: block;
    }
    .customemodal.is-visible .modal-overlay {
      opacity: 1;
      visibility: visible;
      transition-delay: 0s;
      display: block;
    }
    .customemodal.is-visible .modal-transition {
      opacity: 1;
    }
    .customemodal .modal-body {
      padding: 0 2rem;
    }
    @media screen and (max-width: 768px) {
      .customemodal .modal-body {
        padding: 0 1rem;
      }
    }
    .customemodal .modal-overlay {
      background: rgba(0, 0, 0, 0.5);
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      height: 100%;
    }
    .customemodal .modal-overlay.invest-now {
      margin: unset;
    }
    .customemodal .modal-wrapper {
      position: absolute;
      z-index: 4;
      width: 30rem;
      left: 50%;
      top: 50%;
      background-color: #e3f2ff;
      box-shadow: 0 0 1.5em hsla(0, 0%, 0%, 0.35);
      transform: translate(-50%, -50%);
    }
    @media screen and (max-width: 768px) {
      .customemodal .modal-wrapper {
        width: 90%;
        top: 55%;
        background-color: #e3f2ff;
        box-shadow: 0 0 1.5em hsla(0, 0%, 0%, 0.35);
        transform: translate(-50%, -50%);
      }
    }
    .customemodal .modal-header,
    .customemodal .modal-content {
      padding: 1em;
      background: transparent;
      border: none;
    }
    .customemodal .modal-header {
      position: relative;
      border: 0;
    }
    .customemodal .modal-close {
      position: absolute;
      top: 0;
      right: 0;
      padding: 20px;
      background: none;
      border: 0;
      cursor: pointer;
      margin: 0;
      z-index: 9;
    }
    .customemodal .modal-close:hover {
      color: #777777;
    }
    .customemodal .modal-content img {
      margin: 0 auto;
      width: 80px;
    }
    .customemodal .modal-content > *:first-child {
      margin-top: 0;
    }
    .customemodal .modal-content > *:last-child {
      margin-bottom: 0;
    }
    .customemodal .modal-content h2 {
      text-align: center;
      font-weight: 700;
      padding: 18px 0 0;
      margin-bottom: 0;
      font-size: 18px;
    }
    @media screen and (max-width: 768px) {
      .customemodal .modal-content h2 {
        padding: 18px 20px 0;
      }
    }
    .customemodal .modal-content .button-red {
      width: 180px;
      padding: 12px 14px;
      margin: 25px 0;
      text-decoration: none;
      background-color: #ef3b24;
          text-align: center;
    }
    @media screen and (max-width: 768px) {
      .customemodal .modal-content .button-red {
        padding: 10px 12px;
        display: flex;
      }
    }
    .customemodal .modal-content .button-red:hover {
      background-color: #003254;
      color: #ffffff;
    }
    .customemodal .modal-content .button-red .button-text {
      text-align: center;
      color: #ffffff;
      margin: 0;
      font-size: 16px;
    }
    @media screen and (max-width: 768px) {
      .customemodal .modal-content .button-red .button-text {
        white-space: nowrap;
      }
    }
  
  .button-container {
    display: flex;
    justify-content: center;
    gap: 30px;
  }
  @media screen and (max-width: 768px) {
    .button-container {
      flex-direction: column;
      align-items: center;
      padding: 20px;
      gap: 10px;
    }
  }
  
  .divider-line {
    border-bottom: 1px solid #707070;
  }
  
  .overflow-body-scroll {
    overflow: hidden;
  }
  
  .button-red {
    padding: 10px 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #EF3B24;
    font-size: 16px;
    color: #ffffff;
    text-transform: capitalize;
    cursor: pointer;
    text-decoration: none;
    width: 160px;
    border-radius: 4px;
  }
  .button-red:hover {
    background-color: #003254;
    color: #ffffff;
  }
  @media only screen and (min-width: 1200px) {
    .button-red:hover {
      box-shadow: 0 2px 4px rgba(0, 0, 0, 0.12);
    }
  }
  
  .unparallel {
    padding: 0 0 20px;
  }
  .unparallel .swiper-wrapper {
    margin-bottom: 60px;
  }
  .unparallel .cards-wrapper {
    padding: 2rem 2rem 1rem;
    border: 1px solid #f2f2f2;
    background: #fff;
    text-align: center;
    height: calc(100% - 60px);
  }
  .unparallel .card-item {
    width: 90px;
    height: 90px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
  }
  .unparallel .blue-circle {
    background-color: #003254;
    font-size: 20px;
    margin-bottom: 18px;
    width: 100px;
    height: 100px;
    display: inline-flex;
    align-items: center;
    border-radius: 50%;
    justify-content: center;
  }
  .unparallel h4 {
    font-size: 20px;
    line-height: 24px;
    color: #003254;
    margin-bottom: 16px;
    font-weight: 700;
  }
  .unparallel .lists-sub-label {
    font-size: 16px;
    color: #000;
    font-family: "Lato Regular";
    line-height: 22px;
    text-align: left;
  }
  
  .col-wapper {
    display: flex;
    align-items: center;
    gap: 124px;
  }
  @media only screen and (max-width: 992px) {
    .col-wapper {
      flex-direction: column;
      gap: 0;
    }
  }
  .col-wapper .content-wrapper {
    width: 50%;
  }
  @media only screen and (max-width: 992px) {
    .col-wapper .content-wrapper {
      width: 100%;
    }
  }
  .col-wapper .image-wrapper {
    padding: 0;
    width: 30%;
  }
  @media only screen and (max-width: 992px) {
    .col-wapper .image-wrapper {
      padding-top: 30px;
      width: 80%;
    }
  }
  
  .exposure-card {
    background-color: #ffffff;
    border-radius: 4px;
    padding: 24px;
    position: relative;
    text-align: left;
    margin-top: 10px;
    height: 100%;
    display: flex;
    flex-direction: column;
  }
  @media only screen and (max-width: 768px) {
    .exposure-card {
      height: auto;
      margin-bottom: 40px;
    }
  }
  .exposure-card img {
    position: absolute;
    width: 104px;
    top: -58px;
    left: 50%;
    transform: translateX(-50%);
  }
  .exposure-card .content-wrapper {
    display: flex;
    flex-direction: column;
    height: calc(100% - 76px);
    gap: 32px;
    flex: 1;
  }
  .exposure-card h4 {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 0;
    font-weight: 700;
    flex: 1;
    padding: 0 10px;
  }
  .exposure-card a {
    font-size: 12px;
    line-height: 14px;
    text-decoration: underline;
    color: #000000;
  }
  
  .proven-historical {
    align-items: center;
  }
  .proven-historical .img-wrp {
    padding-bottom: 16px;
  }
  .proven-historical .img-wrp img {
    width: 100%;
  }
  .pad-btm
  {
    padding-bottom: 20px;
  }
  
  @media only screen and (max-width: 992px) {
    .market-capital .image-wrapper {
      overflow-x: scroll;
    }
    .market-capital .image-wrapper img {
      width: 1100px;
    }
  }
  
  .who-invest {
    padding: 20px 0 20px 0px;
  }
  @media screen and (max-width: 1200px) {
    .who-invest .swiper-wrapper {
      margin-bottom: 60px;
    }
  }
  .who-invest .cards-wrapper {
    border: 1px solid #f2f2f2;
    background: #fff;
    padding: 24px 16px;
    text-align: center;
    border-radius: 4px;
    margin-top: 0px;
    pointer-events: none;
    display: flex;
    flex-direction: column;
    height: 100%;
  }
  @media screen and (max-width: 1200px) {
    .who-invest .cards-wrapper {
      height: calc(100% - 24px);
    }
  }
  .who-invest .cards-wrapper .card-item {
    margin-bottom: 25px;
  }
  .who-invest .cards-wrapper .card-body {
    padding: 0;
  }
  
  .product-info h4 {
    font-size: 21px;
    line-height: 20px;
    font-weight: 700;
    letter-spacing: -0.61px;
    margin-bottom: 16px;
  }
  @media screen and (max-width: 768px) {
    .product-info h4 {
      font-size: 16px;
      line-height: 20px;
    }
  }
  .product-info p {
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 16px;
  }
  .product-info .note {
    font-size: 14px;
    line-height: 16px;
  }
  @media screen and (max-width: 768px) {
    .product-info .note {
      font-size: 12px;
      line-height: 16px;
      margin-bottom: 30px;
    }
  }
  .product-info .copy-text-2 {
    font-weight: 700;
    margin-bottom: 3px;
  }
  .product-info ul {
    padding-left: 18px;
    margin-bottom: 4px;
  }
  .product-info .risko-img-wrp {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
  @media screen and (max-width: 1200px) {
    .product-info .risko-img-wrp {
      flex-direction: column;
      align-items: center;
      justify-content: center;
      gap: 30px;
    }
  }
  
  .fund-facts .heading {
    margin-bottom: 40px;
  }
  .fund-facts .lists__content {
display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
  }
  @media screen and (max-width: 768px) {
    .fund-facts .lists__content {
      flex-direction: column;
    }
  }
  .fund-facts .lists__data {
        width: 49%;
    background: #fff;
    padding: 12px;
    max-height: 100%;
    border: 1px solid #F2F2F2;
    border-radius: 8px;
    margin: 0px 5px 15px 5px;
    display: inline-block;
    vertical-align: text-top;
  
    display: flex;
    flex-direction: column;
  }
  @media screen and (max-width: 768px) {
    .fund-facts .lists__data  , .rert{
      width: 100%;
      margin: 0px 0px 15px 0px;
    }
  }
  .fund-facts .lists__label {
    font-size: 21px;
    line-height: 24px;
    font-weight: 700;
    margin-bottom: 5px;
    color: #000000;
  }
  
  .fund-manager-section .fund-facts__inner {
    display: flex;
    gap: 40px;
  }
  @media screen and (max-width: 768px) {
    .fund-manager-section .fund-facts__inner {
      flex-direction: column;
      gap: 0;
    }
  }
  .fund-manager-section .fund-facts__inner .image-wrapper {
    width: 14%;
  }
  @media screen and (max-width: 768px) {
    .fund-manager-section .fund-facts__inner .image-wrapper {
      width: 100%;
      margin: auto;
      max-width: 200px;
    }
  }
  .fund-manager-section .fund-facts__inner .image-wrapper img {
    width: 100%;
    height: auto;
  }
  .fund-manager-section .fund-facts__inner .content-wrapper {
    flex: 1;
  }
  .fund-manager-section .fund-facts__inner .content-wrapper .name {
    font-size: 21px;
    line-height: 21px;
    font-weight: 700;
    margin-bottom: 0;
  }
  .fund-manager-section .fund-facts__inner .content-wrapper .position {
    font-size: 16px;
    line-height: 21px;
    font-style: italic;
    margin-bottom: 12px;
  }
  
  .download-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
  }
  @media screen and (max-width: 1200px) {
    .download-wrapper .swiper-wrapper {
      margin-bottom: 60px;
    }
  }
  .download-wrapper .download {
    flex-grow: 1;
    flex-basis: inherit;
  }
  .download-wrapper .download a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 24px 14px;
    border: 1px solid #f2f2f2;
    height: 100%;
    text-decoration: none;
    cursor: pointer;
    background-color: #FFFFFF;
  }
  .download-wrapper .download a:hover span {
    color: rgb(51, 153, 232);
  }
  .download-wrapper .download a .circle-box {
    width: 64px;
    background-color: #003254;
    height: 64px;
    display: inline-flex;
    align-items: center;
    border-radius: 50%;
    justify-content: center;
  }
  .download-wrapper .download span {
    font-size: 16px;
    color: #1c1c1a;
    font-family: "Lato Bold";
    line-height: 20px;
    margin-top: 12px;
  }
  
  footer {
    padding: 32px 0;
    background-color: #000000;
  }
  footer .copy {
    color: #FFF;
    font-size: 12px;
    font-weight: 400;
    line-height: 15px;
    margin: 0;
  }/*# sourceMappingURL=style.css.map */
  
  .is-invalid{
    color: red;
  }
  
  
  .loader {
      position: fixed;
      left: 0px;
      top: 0px;
      width: 100%;
      height: 100%;
      z-index: 9999;
      opacity: .8;
      vertical-align: middle;
      text-align: center;
      background-position: center;
      font-family: Verdana;
      font-size: 8pt;
      font-weight: bold;
      background: url(../images/loader.gif) 50% 50% no-repeat rgb(249,249,249);
    }
