


*{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    scroll-behavior: smooth; 
}

.nav-logo{
  position: relative;
  display: flex;
  width: 100%;
  height: auto;
  top: 1.5rem;
  left: 1.5rem;
  z-index: 12;
}
.logo-image {
  position: fixed;
 width: 300px;
 height: 100px; 
}

@media screen and (max-width: 600px) {
  .logo-image {
    width: 200px;
    height: 70px;
   }
}

@media screen and (max-width: 500px) {
  .logo-image {
    width: 180px;
    height: 60px;
   }
}

@media screen and (max-width: 400px) {
  .logo-image{
    width: 160px;
    height: 55px;
   }
}

@media screen and (max-width: 300px) {
  .logo-image {
  width: 150px;
    height: 50px;
   }
}

.vid {
  position: relative;
  display: flex;
  margin-top: 200px;
}
video {
  display: block;
  width: 70%;
  height: 50%;
  margin: 0 auto;
  object-fit: cover;
  border: 5px solid #01113f;
  border-radius: 20px;
}


  


*{
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
body{
    font-family: Helvetica;
    -webkit-font-smoothing: antialiased;
    
}
h2{
    text-align: center;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: rgb(0, 0, 0);
    padding: 15px 0;
    margin-top: 120px;
}



.table-wrapper{
    margin: 10px 70px 70px;
    box-shadow: 0px 35px 50px rgba( 0, 0, 0, 0.2 );
}

.fl-table {
    border-radius: 5px;
    font-size: 14px;
    font-weight: normal;
    border: none;
    border-collapse: collapse;
    width: 100%;
    max-width: 100%;
    white-space: nowrap;
    background-color: rgb(255, 231, 231);
}

.fl-table td, .fl-table th {
    text-align: center;
    padding: 8px;
}

.fl-table td {
    border-right: 1px solid #f8f8f8;
    font-size: 13px;
}

.fl-table thead th {
    color: #ffffff;
    background: #129406;
}


.fl-table thead th:nth-child(odd) {
    color: #ffffff;
    background: #054e97;
}

.fl-table tr:nth-child(even) {
    background: #F8F8F8;
}

/* Responsive */

@media (max-width: 767px) {
    .fl-table {
        display: block;
        width: 100%;
    }
    .table-wrapper:before{
        content: "Scroll horizontally >";
        display: block;
        text-align: right;
        font-size: 11px;
        color: white;
        padding: 0 0 10px;
    }
    .fl-table thead, .fl-table tbody, .fl-table thead th {
        display: block;
    }
    .fl-table thead th:last-child{
        border-bottom: none;
    }
    .fl-table thead {
        float: left;
    }
    .fl-table tbody {
        width: auto;
        position: relative;
        overflow-x: auto;
    }
    .fl-table td, .fl-table th {
        padding: 20px .625em .625em .625em;
        height: 60px;
        vertical-align: middle;
        box-sizing: border-box;
        overflow-x: hidden;
        overflow-y: auto;
        width: 120px;
        font-size: 13px;
        text-overflow: ellipsis;
    }
    .fl-table thead th {
        text-align: left;
        border-bottom: 1px solid #f7f7f9;
    }
    .fl-table tbody tr {
        display: table-cell;
    }
    .fl-table tbody tr:nth-child(odd) {
        background: none;
    }
    .fl-table tr:nth-child(even) {
        background: transparent;
    }
    .fl-table tr td:nth-child(odd) {
        background: #F8F8F8;
        border-right: 1px solid #e6e4e4;
    }
    .fl-table tr td:nth-child(even) {
        border-right: 1px solid #E6E4E4;
    }
    .fl-table tbody td {
        display: block;
        text-align: center;
    }
}



.bank-details {
position: relative;
display: flex;
justify-content: center;
background: #004b4b;
color: #ffffff;
font-size: 14px;
width: 100%;
height: auto;
align-content: center;
padding-top: 50px;
padding-bottom: 50px;
word-spacing: 1px;
letter-spacing: 1px;
padding-left: 15px;
padding-right: 15px;
}




.contact-title {
  text-align: center;
  letter-spacing: 3px;
  margin-top: 50px;
  font-size: 25px;
  text-transform: capitalize;
  width: 100%;
  height: auto;
  padding: 3px;
  background-color: rgb(6, 17, 92);
  color: #FCFCFC;
}

@media screen and (max-width: 1100px) {
  .contact-title {
  font-size: 15px;
   }
}

@media screen and (max-width: 1000px) {
  .contact-title {
  font-size: 14px;
   }
}

@media screen and (max-width: 900px) {
  .contact-title {
  font-size: 13px;
   }
}

@media screen and (max-width: 800px) {
  .contact-title {
  font-size: 12px;
   }
}

@media screen and (max-width: 600px) {
  .contact-title {
  font-size: 10px;
   }
}



.cont-back {
  display: flex;
  position: relative;
  width: 100%;
  height: auto;
  background-color: rgb(0, 9, 70);
  justify-content: center;
}

.resident {
  position: relative;
  display: inline-flex;
  width: 280px;
  height: auto;
  margin: 20px;
  font-size: 20px;
  flex-direction: row;
  color: #ffffff;
}
.resident img{
  position: relative;
  width: 40px;
  height: 40px;
  margin-right: 10px;
  vertical-align: middle;
} 


.phone {
  position: relative;
  display: inline-flex;
  width: 280px;
  height: auto;
  flex-direction: row;
  margin-top: 50px;
  margin-left: 15px;
}
.phone img {
 position: relative;
 width: 40px;
 height: 40px;
 margin-right: 5px;
 vertical-align: middle;
}

 .wp-no {
  margin-top: 10px;
  color: #FEFEFE;
  font-size: 20px;
  margin-left: 6px;
}

.email {
  position: relative;
  display: inline-flex;
  width: 280px;
  height: auto;
  flex-direction: row;
  align-content: center;
  margin-top: 50px;
  margin-left: 10px;
}
.email img {
  position: relative;
  width: 40px;
  height: 40px;
  margin-right: 5px;
  vertical-align: middle;
  
}

.ad-email {
  margin-top: 10px;
  color: #FEFEFE;
  font-size: 18px;
  letter-spacing: 1px;
  font-family: Arial, Helvetica, sans-serif;
}

.media {
   position: relative;
  display: inline-table;
  width: 280px;
  height: auto;
  margin: 20px;
  flex-direction: row;
  align-content: center;
 justify-content: center;
 margin-top: 50px;
}

.media a img {
  margin: 5px;
  vertical-align: middle;
}


@media screen and (max-width: 650px) {
  .cont-back {
      flex-direction: column;
      height: auto;
  }
}



@media screen and (max-width: 750px) {

   .resident {
      width: auto;
      height: auto;
      margin-left: 10px;
      font-size: 15px;
  }

  .phone {
      width: auto;
      height: auto;
      margin-left: 10px;
  }

  .email {
      width: auto;
      height: auto;
      margin-left: 10px;
  }

  .media {
      width: auto;
      height: auto;
      margin-bottom: 30px;
      margin-left: 10px;
  }

  .wp-no {
      font-size: 15px;
  }
  .ad-email {
      font-size: 15px;
}
}


@media screen and (max-width: 414px) {

   .resident {
      width: auto;
      height: auto;
      margin-left: 10px;
  }

  .phone {
      width: auto;
      height: auto;
      margin-left: 10px;
  }

  .email {
      width: auto;
      height: auto;
      margin-left: 10px;
  }

  .media {
      width: auto;
      height: auto;
      margin-bottom: 30px;
      margin-left: 10px;
  }

  .wp-no {
      font-size: 15px;
  }
  .ad-email {
      font-size: 15px;
}
}


@media screen and (max-width: 412px) {

   .resident {
      width: auto;
      height: auto;
      margin-left: 10px;
  }

  .phone {
      width: auto;
      height: auto;
      margin-left: 10px;
  }

  .email {
      width: auto;
      height: auto;
      margin-left: 10px;
  }

  .media {
      width: auto;
      height: auto;
      margin-bottom: 30px;
      margin-left: 10px;
  }

  .wp-no {
      font-size: 15px;
  }
  .ad-email {
      font-size: 15px;
}
}


@media screen and (max-width: 393px) {

   .resident {
      width: auto;
      height: auto;
      margin-left: 10px;
  }

  .phone {
      width: auto;
      height: auto;
      margin-left: 10px;
  }

  .email {
      width: auto;
      height: auto;
      margin-left: 10px;
  }

  .media {
      width: auto;
      height: auto;
      margin-bottom: 30px;
      margin-left: 10px;
  }

  .wp-no {
      font-size: 13px;
  }
  .ad-email {
      font-size: 13px;
}
}


@media screen and (max-width: 390px) {

   .resident {
      width: auto;
      height: auto;
      margin-left: 10px;
  }

  .phone {
      width: auto;
      height: auto;
      margin-left: 10px;
  }

  .email {
      width: auto;
      height: auto;
      margin-left: 10px;
  }

  .media {
      width: auto;
      height: auto;
      margin-bottom: 30px;
      margin-left: 10px;
  }

  .wp-no {
      font-size: 13px;
  }
  .ad-email {
      font-size: 13px;
}
}


@media screen and (max-width: 375px) {

   .resident {
      width: auto;
      height: auto;
      margin-left: 10px;
  }

  .phone {
      width: auto;
      height: auto;
      margin-left: 10px;
  }

  .email {
      width: auto;
      height: auto;
      margin-left: 10px;
  }

  .media {
      width: auto;
      height: auto;
      margin-bottom: 30px;
      margin-left: 10px;
  }

  .wp-no {
      font-size: 13px;
  }
  .ad-email {
      font-size: 13px;
}
}


@media screen and (max-width: 360px) {

   .resident {
      width: auto;
      height: auto;
      margin-left: 10px;
  }

  .phone {
      width: auto;
      height: auto;
      margin-left: 10px;
  }

  .email {
      width: auto;
      height: auto;
      margin-left: 10px;
  }

  .media {
      width: auto;
      height: auto;
      margin-bottom: 30px;
      margin-left: 10px;
  }

  .wp-no {
      font-size: 13px;
  }
  .ad-email {
      font-size: 13px;
}
}


@media screen and (max-width: 320px) {

   .resident {
      width: auto;
      height: auto;
      margin-left: 10px;
  }

  .phone {
      width: auto;
      height: auto;
      margin-left: 10px;
  }

  .email {
      width: auto;
      height: auto;
      margin-left: 10px;
  }

  .media {
      width: auto;
      height: auto;
      margin-bottom: 30px;
      margin-left: 10px;
  }

  .wp-no {
      font-size: 13px;
  }
  .ad-email {
      font-size: 13px;
}
}


@media screen and (max-width: 280px) {

   .resident {
      width: auto;
      height: auto;
      margin-left: 10px;
  }

  .phone {
      width: auto;
      height: auto;
      margin-left: 10px;
  }

  .email {
      width: auto;
      height: auto;
      margin-left: 10px;
  }

  .media {
      width: auto;
      height: auto;
      margin-bottom: 30px;
      margin-left: 10px;
  }

  .wp-no {
      font-size: 13px;
  }
  .ad-email {
      font-size: 13px;
}
}


/*------------------------------------ end contact details --------------------------------------*/