*{
    font-family: calibri, arial;
}
html {
    scroll-behavior: smooth;
  }

  /* starts scroll button */
  #myBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: rgb(89, 0, 255);
    color: white;
    cursor: pointer;
    padding: 15px;
    border-radius: 4px;
  }
  
  #myBtn:hover {
    background-color: #555;
  }

  /* ends scroll button */

/* Start Navigation */


#menu + label {
    display: none;
    padding: 0.5em;
    background-color: #000;
    font-size: 2em;
    color: #fff;
    text-align: right; 
    cursor: pointer;
  }
 #menu + label span {
    transition: 0.5s ease-in-out;
  } 
 ul {
    padding: 0;
    margin: 0;
    list-style: none;
  }
 #topnavigation {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 1em;
    padding: 1em;
    text-transform: uppercase;
 
    background-image: linear-gradient(to right, #04d3f8, #04bd57a9);
    border-radius: 8px;
  }
 #topnavigation > li {
    position: relative;
    margin-right: 20px;
  }
 #topnavigation > li ul {
    position: absolute;
    display: none;
    white-space: nowrap;
  }
 #topnavigation a {
    display: block;
    font: bold 1em arial, helvetica, sans-serif;
    color: #fcf8f8;
    text-decoration: none;
  } 
 #topnavigation a:hover, 
 #topnavigation a:active {
     color: #080808;
     background-image: linear-gradient(to bottom, #e28446, #fc6e6e);
  }
  
 #topnavigation > li:hover ul,
 #topnavigation > li:active ul {
    display: block;
   
    background-image: linear-gradient(to right, #e28446, #fc6e6e);
  }
/* End Navigation */

.head_name{
    text-align: center;
    background-color: #024742;
    width: 40%;
   margin-left: 30%;
    border-radius: 0.4rem;
    color: rgb(255, 255, 255);
  }
  /* start main page */
  
.container_1 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.5rem;
  }
  
 
  .text_1 {
    font-size: 16px;
    padding-left: 20px;
    text-align: center;
    color: #125688;
   
  }

  /* scheme home */
  .scheme_index{
    margin-left: 15vh;
    margin-right: 15vh;
    padding: 10px;
    display: flex;
    gap: 2rem;
  }
  .scheme_i {
    padding: 0px;
    text-align: center;
    color: #fff;
    background-color: #5ba2ff;
    border: 2px solid #008CBA;
    border-radius: 15px;
    width: 110dvh;
  }
  .scheme_i h1{
    margin: 5%;
    font-weight: bold;
    font-size: 2.5rem;
    color: rgb(252, 252, 6);
  }
  .scheme_i p{
    margin: 5%;
    font-weight: bold;
    font-size: 1.5rem;
    color: rgb(241, 241, 239);
  }
/* ends Main Page */
 /* start about section */

 .about-section {
    padding: 0px;
    text-align: justify;
    font-size: 25px;
    background-color: #e9e9e9;
    
  }
.about-section p{
    line-height: 1.5;
      }
 .space {
        display: inline-block;
        margin-left: 40px;
    }
    .container_a {
        padding: 0 16px;
        font-size: 20px;
        line-height: 1.5;
        width: 95%;
        text-align: justify;
      }
      
  .title {
    color: red;
    font-weight: 900;
  }
  .column_a {
    display: flex;
    align-items: center;
    justify-content: center;
    width:100%;
    margin-bottom: 16px;
    padding: 0 8px;
    margin: auto;
  }
  
  .card_a {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    margin: 8px;
    width: 60%;
  }
  
  .card_b {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    margin: 8px;
    width: 30%;
    align-self: center;
  }
  
  .card_b img{
    width:70%;
    height: 60dvh;
    align-self: center;
    margin-left: 10px;
    margin-right: 10px;
  }

  
  
  /* Ceo section */
 
  .row_ceo{
    border: 2px solid rgb(216, 216, 235);
  box-shadow: 2px blueviolet;
  margin-left: 3%;
    display: table;
    clear: both;
  }

  .column_ceo{
    margin-left: 10px; text-align: center; float: left;
    width: 40%;
    margin-top: 6px;
    padding: 20px;
   
  }
 .column_ceo p{
    line-height: 1.8rem;
    font-size: 20px;
 }
  

/* end about section */

/* start board of director */

table{
    padding: 10px;
  }
  
  table, th, td {
    border: 1px solid rgb(89, 191, 250);
    border-collapse: collapse;
    font-size: 20px;
  }
  
  th{
    background-color: #6deaee;
  }
  th, td {
    text-align: left;
    padding: 16px;
  }
  
  tr:nth-child(even) {
    background-color: #f2f2f2;
  }
  
  table.center {
    margin-left: auto; 
    margin-right: auto;
  }
   
/* end board of director */


/* start scheme product */
/* Style the tab */

  .ptab {
    margin-left: 50px;
    float: left;
    border: 1px solid #ccc;
    background-color: #05aef1;
    width: 30%;
    height: auto;
   
  }
  
  /* Style the buttons inside the tab */
  .button {
    border: none;
    outline: 0;
    display: inline-block;
    padding: 8px;
    color: white;
    background-color: #000;
    text-align: center;
    cursor: pointer;
    width: 100%;
  }
  
  .button:hover {
    background-color: #d69090;
  }
  .ptab button {
    display: block;
    background-color: inherit;
    color: rgb(255, 252, 252);
    padding: 22px 16px;
    width: 100%;
    border: none;
    outline: none;
    text-align: left;
    cursor: pointer;
    transition: 0.3s;
    font-size: 22px;
  }
  
  /* Change background color of buttons on hover */
  .ptab button:hover {
    background-color: #07c5df;
  }
  
  /* Create an active/current "tab button" class */
  .ptab button.active {
    background-color: #28e2f0;
  }
  
  /* Style the tab content */
  .tabcontent {
    text-align: center;
    padding: 0px 12px;
    border: 1px solid #ccc;
  
    border-left: none;
    height: auto;
  
  }
  
  
/* scheme product */
.scheme{
    margin-left: 15vh;
    margin-right: 15vh;
    padding: 10px;
    display: flex;
    gap: 2rem;
  }
  .scheme_h {
    padding: 5px;
    text-align: center;
    color: #131010;
    background-color: #a9b6c7;
    border: 2px solid #008CBA;
    border-radius: 15px;
    width: 110dvh;
  }
  .scheme_h h1{
    font-weight: bold;
    color: rgb(252, 252, 6);
  }
    /* product details */
  
  /* end scheme product */
 /* start branch list */
 .row_b{
    display: flex;
  align-items: center;
  justify-content: center;
  }
  .col{
    display: flex;
    flex-direction: column;
    flex-basis: 33.30%;
max-width: 33.33%;
padding-right: 15px;
padding-left: 15px;
}
 /* end branch list */

 
/* start service section */

.services-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  
}

.service-card {
  cursor: pointer;
  width: 300px;
  margin: 20px;
  background-color: #f3eeee;
  padding: 2rem 20px 20px 20px;
  text-align: center;
  border-radius: 5px;
  transition: all 0.3s ease-in-out;
  border: 2px solid rgb(1, 206, 233);
 
}

.icon-container {
  border: 2px solid rgb(17, 219, 226);
  transition: 0.3s linear;  
  width: 140px;
  height: 140px;
  margin-left: 20%;
}

.icon-container img {
   width: 140px;
   height: 140px;
  }
  
.service-card:hover {
  box-shadow: 0 0 30px 0 rgb(130, 241, 245);
  transform: scale(1.1);
}

.service-card a {
  color: rgb(238, 144, 233);
  text-decoration: none;
}


/* end service section */


/* start gallery section */
 .responsive {
    display: flex;
    padding: 0 6px;
    float: left;
    width: 100%;
  }

  div.gallery {
    border: 1px solid #ccc;
  }
  
  div.gallery:hover {
    border: 1px solid #777;
  }
  
  div.gallery img {
    width: 100%;
    height: 200PX;
  }
  
  div.desc {
    padding: 15px;
    text-align: center;
  }
  
/* end gallery section */

/*start download section */
  
  
  .report_d {
    display: flex;
    padding: 0 6px;
    width: 60%;
    margin-left: 20%;
    gap: 2rem;
    margin-bottom: 10%;
  }

  div.report_i {
    border: 1px solid #ccc;
  }
  
  div.report_i:hover {
    border: 1px solid #777;
  }
  
  div.report_i img {
    width: 100%;
    height: auto;
  }
 
  
/*end download section */

  /* start career desk */

  .career_b{ 
    display: flex;
    flex-direction: column;
  }
  .career_b img{
    align-self: center;
    width: 80vh;
    height: 30vh;
  }

 
.career_b table{
  padding: 10px;
}

.career_b table, th, td {
  border: 0px solid rgb(89, 191, 250);
  border-collapse: collapse;
  font-size: 20px;
}

.career_b th{
  background-color: #f8f8f8;
}
.career_b th, td {
  text-align: center;
  padding: 16px;
}

.career_b tr:nth-child(even) {
  background-color: #f2f2f2;
}

.career_b table.center {
  margin-left: auto; 
  margin-right: auto;
} 

/* end career desk */

/* start contact section */
.container_c {
    border-radius: 5px;
    background-color: #f2f2f2;
    padding: 10px;
  }
  .row_c{
    display: flex;
  }
  /* Create two columns that float next to eachother */
  .column_c {
   
    width: 40%;
    margin-top: 6px;
    padding: 20px;
  }
  .column_c img{
    
    height: 50dvh;
  }
  .column_c p{
    
    font-size: 20px;
  }

  
/* end contact section */
/* election process */

  .scroll-left {
    margin-left: 20%;
    width: 60%;
    height: 50px;	
    overflow: hidden;
    position: relative;
    background: rgb(226, 49, 37);
    color: rgb(0, 0, 0);
    border: 1px solid orange;
   }
   .scroll-left p { 
    font-size:20px;
    
   width: 100%;
    height: 100%;
    margin: 0;
    line-height: 50px;
    text-align: center;
    /* Starting position */
    transform:translateX(100%);
    /* Apply animation to this element */
    animation: scroll-left 10s linear infinite;
   
   }
   .ro{
    border: 1px solid rgb(90, 90, 89);
    margin-left: 30%;
    width: 100%;
   }
   /* Move it (define the animation) */
   @keyframes scroll-left {
    0%   {
    transform: translateX(100%); 		
    }
    100% {
    transform: translateX(-100%); 
    }
   }

  /* start footer */
  
  .footer {

    height: 5vh;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: rgb(156, 3, 3);
    color: rgb(250, 244, 244);
    text-align: center;
  }

   /* ends footer */

   /* for mobile view */

   @media screen and (max-width: 500px){
    #menu + label {
       display: flex;
       justify-content: right;
      }
    #topnavigation {
       flex-direction: column;  
       gap: 0.5em; 
       padding-top: 0;
       display: none;
      }
    #topnavigation > li ul {
       position: static;
      }
    #menu:checked+label span {
       transform: rotateZ( 90deg );
      }
    #menu:checked~#topnavigation {
       display: block;
      }
    #topnavigation  a {
       padding: 1em;
       border-bottom: 2px solid #000;
       background-image: linear-gradient(to bottom, #fff, #ccc);
      }
    #topnavigation a:hover, 
    #topnavigation a:active {
       background-image: linear-gradient(to bottom, #ddd, #aaa);
      }

      
.head_name{
    text-align: center;
    background-color: #920707;
    width: 80%;
   margin-left: 10%;
    border-radius: 0.4rem;
    color: rgb(255, 255, 255);
  }
  /* start main page */
  
  .container_1 {
    display: flex;
    align-items: center;
    justify-content: center;
  }
 
  .text_1 {
    font-size: 10px;
    padding-left: 0px;
    text-align: center;
    color: #125688;
   
  }

  /* scheme home */
  .scheme_index{
    margin-left: 0vh;
    margin-right: 15vh;
    padding: 10px;
    display: flex;
    flex-direction: column;
   
   
  }
  .scheme_i {
    text-align: center;
    color: #fff;
    background-color: #5ba2ff;
    border: 2px solid #008CBA;
    border-radius: 15px;
    width: 30dvh;
    gap: 1rem;
  }
  .scheme_i h1{
    margin: 5%;
    font-weight: bold;
    font-size: 2.5rem;
    color: rgb(252, 252, 6);
  }
  .scheme_i p{
    margin: 5%;
    font-weight: bold;
    font-size: 1.0rem;
    color: rgb(241, 241, 239);
  }
/* ends Main Page */
 /* start about section */

 .about-section {
    padding: 0px;
    text-align: justify;
    font-size: 15px;
    background-color: #e9e9e9;
    
  }
 .about-section  h1{
    text-align: center;
    font-size: 25px;
    background-color: #920707;
    width: 40%;
   margin-left: 30%;
    border-radius: 0.4rem;
    color: rgb(255, 255, 255);
    font-family:calibri, arial;
  }
.about-section p{
    line-height: 1.;
      }
 .space {
        display: inline-block;
        margin-left: 30px;
    }
    .container_a {
        padding: 0 16px;
        font-size: 15px;
        line-height: 1.0;
        width: 100%;
        text-align: center;
      }
      
  .title {
    color: red;
    font-weight: 900;
  }
  .column_a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 33.3%;
    margin-bottom: 16px;
    padding: 0 8px;
    margin: auto;
  }
  
  .card_a {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    margin: 0px;
  }
  
  .card_a img{
    height: 40dvh; width: 60dvh;
    margin-left: 20px;
    margin-right: 0px;
  }

  
  
  /* Ceo section */
 
  .row_ceo{
    border: 2px solid rgb(216, 216, 235);
  box-shadow: 2px blueviolet;
  margin-left: 0%;
    display: table;
    clear: both;
  }

  .column_ceo{
    margin-left: 0px; text-align: center; float: left;
    width: 100%;
    margin-top: 6px;
    padding: 0px;
   
  }
 .column_ceo p{
    padding: 0 6px;
    font-size: 15px;
    line-height: 1.5;
    text-align: justify;
 }
  

/* end about section */
 /* start branch list */
 .row_b{
    display: block;
  align-items: center;
  justify-content: center;
  }
  .col{
    display: flex;
    flex-direction: column;
    flex-basis: 33.30%;
max-width: 60%;
padding-right: 15px;
padding-left: 15px;
}
 /* end branch list */
 
  
 .report_d {
    display: flex;
    flex-direction: column;
    padding: 0 6px;
    width: 60%;
    margin-left: 20%;
    gap: 2rem;
    margin-bottom: 10%;
  }

  div.report_i {
    border: 1px solid #ccc;
  }
  
  div.report_i:hover {
    border: 1px solid #777;
  }
  
  div.report_i img {
    width: 100px;
    height: 100px;
  }
  
.container_c {
    border-radius: 5px;
    background-color: #f2f2f2;
    padding: 10px;
  }
  .row_c{
    display: flex;
  }
  /* Create two columns that float next to eachother */
  .column_c {
   
    width: 40%;
    margin-top: 6px;
    padding: 10px;
  }
  .column_c img{
    
    height: 30dvh;
  }
  .column_c p{
    
    font-size: 15px;
  }

     }
   