
/*My Code*/
/* Body */
html {
    height:100%;
  }
  
  .bg {
    animation:slide 3s ease-in-out infinite alternate;
    background-image: linear-gradient(-60deg, #6c3 50%, #09f 50%);
    bottom:0;
    left:-50%;
    opacity:.5;
    position:fixed;
    right:-50%;
    top:0;
    z-index:-1;
  }
  
  .bg2 {
    animation-direction:alternate-reverse;
    animation-duration:5s;
  }
  
  .bg3 {
    animation-duration:5s;
  }
  @keyframes slide {
    0% {
      transform:translateX(-25%);
    }
    100% {
      transform:translateX(25%);
    }
  }
  body{
      margin:0;
     }
     
  .MCLS
  {
          position: relative;
          animation: fadeInAnimation ease 5s;
          animation-iteration-count: 1;
          animation-fill-mode: forwards;
      }
      @keyframes fadeInAnimation {
          0% {
              opacity: 0;
          }
          100% {
              opacity: 1;
          }
      }
      .nav .content-0{
          height:155px;
          background-image:linear-gradient(to right, #00c3ff 0%, #ffff1c 100%);
            border-top-style:solid;
            border-top-color:rgba(13,13,246,0.46);
         }
         nav{
          background-image:linear-gradient(to right, #ffff1c 0%, #00dbde 100%);
         }
         .nav-1
         {
          background-image:linear-gradient(to right, #ffff1c 0%, #00dbde 100%);
         }

  .content-0
  {
      position: relative;
      width: 100%;
      height: fit-content;
  }
  .content-1
  {
      position: relative;
      width: fit-content;
      height: fit-content;
      animation: blinker 2s linear infinite;
  }
  @keyframes blinker{
    50%{
      opacity: 0;
    }
  }
  /*@media screen and (min-width: 600px) {
    .content-1 {margin: 530px;}
  }*/
  /* Import Google Fonts */
  @import url("//fonts.googleapis.com/css2?family=Poly:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap");
  
  /* Content 0 */
  .content-0{
   transform:translatex(0px) translatey(0px);
   display:inline-block;
  }
  
  /* Content 1 */
  .content-0 .content-1{
   top:-56px;
   left:160px;
   font-family:'Poly', serif;
   font-size:44px;
  }

  
  /* Image */
  .content-0 img{
   display:inline-block;
   transform:translatex(41px) translatey(29px);
  }
     .image1
     {
      position: relative;
      top: 43px;
      display:inline-block;
   transform:translatex(446px) translatey(-44px);
   width:fit-content;
   height:fit-content;
   justify-content: center;
     }
     .image1_0
     {
      position: relative;
      width: 100%;
      height: fit-content;
     }
     /* Import Google Fonts */
  @import url("//fonts.googleapis.com/css2?family=TimesNewRoman:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap");
  
  /* Table */
  center table{
   border-color:rgba(5,49,249,0.23);
   border-style:dashed;
   border-left-style:solid;
   border-top-style:dashed;
   border-right-style:solid;
  }
  
  /* Table Data */
  table {
      border: 1px solid rgb(62, 73, 226);
      border-collapse: collapse;
      margin: 0;
      padding: 0;
      width: 100%;
      table-layout: fixed;
    }
    center tr .db{
      background-color:rgba(221,252,120,0.35);
      box-shadow:0px 0px 18px -7px #000000 inset;
     }
    
    table caption {
      font-size: 1.5em;
      margin: .5em 0 .75em;
    }
    
    table tr {
      border: 1px solid #ddd;
      padding: .35em;
    }
    
    table th,
    table td {
      padding: .625em;
      text-align: center;
    }
    
    table th {
      font-size: .85em;
      letter-spacing: .1em;
      text-transform: uppercase;
    }
    /* Import Google Fonts */
  @import url("//fonts.googleapis.com/css2?family=TimesNewRoman:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap");
  
  /* Table Data */
  #modal-openedloan a td{
   font-family:'TimesNewRoman','Times New Roman',Times,Baskerville,Georgia,serif;
   text-shadow:rgba(0, 0, 0, 0.3) 0px 1px 1px;
  }
  
  /* Table Data */
  #modal-openeddepo a td{
   color:#ffffff;
   text-shadow:rgba(0, 0, 0, 0.3) 0px 1px 1px;
  }
  .table-contact-us tr td{
      color:#ffffff;
      
      text-shadow:rgba(0, 0, 0, 0.3) 0px 1px 1px;
      border-color:#b6ebdf;
      border-top-style:dashed;
      border-bottom-style:dashed;
  
      text-align:left;
     }
    
    @media screen and (max-width: 600px) {
      table {
        border: 0;
      }
    
      table caption {
        font-size: 1.3em;
      }
      
      table thead {
        border: none;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
      }
      
      table tr {
        border-bottom: 3px solid #ddd;
        display: block;
        margin-bottom: .625em;
      }
      
      table td {
        border-bottom: 1px solid #ddd;
        display: block;
        font-size: .8em;
        text-align: right;
      }
      
      table td::before {
        content: attr(data-label);
        float: left;
        font-weight: bold;
        text-transform: uppercase;
      }
      
      table td:last-child {
        border-bottom: 0;
      }
    }
  center tr td{
   border-color:rgba(10,50,250,0.23);
   color:#235e9d;
   
   font-family:'TimesNewRoman','Times New Roman',Times,Baskerville,Georgia,serif;
   font-size:32px;
   line-height:35.4px;
   text-shadow:rgb(255, 255, 255) 0px 1px 1px, rgb(0, 0, 0) 0px -1px 1px;
  }
  
  .blink {
      animation: blinker 1.5s linear infinite;
      color: blue;
      font-family: sans-serif;
  }
  @keyframes blinker {
      50% {
          opacity: 0;
      }
  }
  .text
  {
          animation: blinker 1.5s linear infinite;
          color: black;
          font-family: sans-serif;
  }
      @keyframes blinker {
          50% {
              opacity: 0;
          }
      }
      /* Heading */
  #modal-openedloan a h1{
    box-shadow:0px 0px 8px 1px #000000;
    transform:translatex(0px) translatey(0px);
    color:#ffffff;
    text-shadow:rgb(255, 255, 255) 0px 1px 1px, rgb(0, 0, 0) 0px -1px 1px;
   }
   
   /* Heading */
   #modal-openeddepo a h1{
    color:#faf9f9;
    text-shadow:rgb(255, 255, 255) 0px 1px 1px, rgb(0, 0, 0) 0px -1px 1px;
    box-shadow:0px 0px 8px 1px #000000;
   }
   
   /* Heading */
   #modal-openedhh a h1{
    color:#ffffff;
    text-shadow:rgb(255, 255, 255) 0px 1px 1px, rgb(0, 0, 0) 0px -1px 1px;
    box-shadow:0px 0px 8px 1px #000000;
   }
   
   /* Import Google Fonts */
  @import url("//fonts.googleapis.com/css2?family=TimesNewRoman:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap");
  
  /* Paragraph */
  #modal-openedloan .modal__details p{
   font-size:20px;
   text-decoration:underline;
   color:#ffffff;
   text-shadow:rgb(0, 0, 0) 0px 1px 1px, rgb(0, 0, 0) 0px -1px 1px, rgb(0, 0, 0) 1px 0px 1px, rgb(0, 0, 0) -1px 0px 1px;
  }
  
  /* Heading */
  center h3{
   color:#ffffff;
   font-size:21px;
   text-shadow:rgb(0, 0, 0) 0px 1px 1px, rgb(0, 0, 0) 0px -1px 1px, rgb(0, 0, 0) 1px 0px 1px, rgb(0, 0, 0) -1px 0px 1px;
   text-align:center;
   white-space:normal;
   text-decoration:underline;
  }
  
  /* Paragraph */
  #modal-openeddepo a p{
   color:#ffffff;
   text-shadow:rgb(0, 0, 0) 0px 1px 1px, rgb(0, 0, 0) 0px -1px 1px, rgb(0, 0, 0) 1px 0px 1px, rgb(0, 0, 0) -1px 0px 1px;
   text-decoration:underline;
  }
  
  /* Paragraph */
  #modal-openedhh tr p{
   color:#ffffff;
   font-family:'TimesNewRoman','Times New Roman',Times,Baskerville,Georgia,serif;
   text-shadow:rgb(0, 0, 0) 0px 1px 1px, rgb(0, 0, 0) 0px -1px 1px, rgb(0, 0, 0) 1px 0px 1px, rgb(0, 0, 0) -1px 0px 1px;
   text-decoration:underline;
   letter-spacing:0px;
  }
  
  @import url("//fonts.googleapis.com/css2?family=TimesNewRoman:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap");
  
  /* Paragraph */
  #modal-openedhh .modal__details p{
   color:#ffffff;
   font-family:'TimesNewRoman','Times New Roman',Times,Baskerville,Georgia,serif;
   text-shadow:rgb(0, 0, 0) 0px 1px 1px, rgb(0, 0, 0) 0px -1px 1px, rgb(0, 0, 0) 1px 0px 1px, rgb(0, 0, 0) -1px 0px 1px;
   font-size:24px;
   text-decoration:underline;
  }
   
   /* Blink */
   .blink{
    position:relative;
    top:90px;
   }
  
   /*my*/
  
  .employee {
    width: 33%;
    text-align: center;
    margin: 20px;
  }
  
  @media (max-width: 600px) {
    .employee {
      width: 100%;
    }
  }
  h5{
    position: relative;
    text-align: left;
  }
  h6{
    position: relative;
    text-align: left;
  }
  
  /* Column 3/12 */
  
   
   /* Image */
   .justify-content-evenly img{
    border-color:#000000;
    border-style:dashed;
    position:relative;
    top:4px;
   }
   
   /* Heading */
   .justify-content-evenly h5{
    top:8px;
   }
   
   /*His*/
   @import url("//fonts.googleapis.com/css2?family=Angkor:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap");
  
  /* Heading */
  
   
   
  h3{
    font-weight:700;
    letter-spacing:0.2px;
    text-decoration:none;
    font-style:italic;
    font-family:'Arial Black','Arial Bold',Gadget,sans-serif;
   }