@import url('https://fonts.googleapis.com/css?family=Poppins:400,700,800,900&display=swap');
@import url('https://fonts.googleapis.com/css?family=Courgette&display=swap');
@import url('https://fonts.googleapis.com/css?family=IM+Fell+Double+Pica:400i&display=swap');


*{
    box-sizing: border-box;
    margin:0;
    padding:0;
    font-family: 'Poppins',sans-serif;
  }
  a,button{
    text-decoration: none
  }
  
  .header{
    position: fixed;
    top: 0;
    left:0;
    width: 100%;
    height:13vh;
    background-color:#5ac0a9;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0 15px 5%;
    z-index: 8555;
  }
  .header .logo{
    width: 70px;
    border-radius: 10px;
    height: auto;
    cursor: pointer;
    font-family: 'Poppins';
    font-size: 25px;
    }
  .header ul{
    margin:0px;
    padding: 0px;
    list-style: none;
        }
  .header li{
    font-weight:500;
    font-size:15px;
    color:#edf0f1;
    text-decoration: none;
  }
  nav{
    margin-right: 15%;
  }
  @media(max-width:900px){
    nav{
      display:none;
    }
  }
  .navlinks{
    list-style: none;
  }
  .navlinks li{
    cursor: pointer;
    position: relative;
    float: left;
    width:90px;
    height:40px;
    line-height: 40px;
    text-align: center;
    font-size: 20px;
    margin-right:10px;
    z-index: 5;
    color: black;
  }
  .nav-scrolled{
    background-color: white;
    box-shadow: 0 3px 20px rgba(0, 0, 0, 0.2);
  }
  .navlinks li a{
    color:black;
    font-size: 20px;
  }
  .navlinks li ul li a{
    color:black;
  }
  ul li ul li{
    display : none;
  }
  ul li:hover ul li{
    background-color: white;
    width:180px;
    display:block;
  }
  ul li ul li:hover{
      background-color: #92dbca;
  }
  .sidebar {
    height: 100%;
    width: 0;
    position:fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #111;
    overflow-x: hidden;
    transition: 0.3s;
    padding-top: 60px;
  }
  .sidebar a{
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    justify-content: center;
    text-align: center;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s;
  }
  .sidebar a:hover {
    color: #f1f1f1;
  }
  .sidebar .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
  }
  .openbtn {
    font-size: 20px;
    cursor: pointer;
    padding: 10px 15px;
    border-radius: 50%;
    border: none;
  }
  .openbtn:hover{
    background-color: #444;
    border-radius: 50%;
  }
  .openbtn:visited{
    background-color: #FFFFFF;
    border-radius: 50%;
  }
  #main {
    padding: 16px;
    display: none;
  }
  @media(max-width:900px) {
    #main{
      display: block;
    }
  }
  


.how{
    text-align: center;
  }
  .how .heading{
    background-color: #d4f8e8;
    padding: 20px;
  }
  .how .heading h1,.how .heading  h4{
    text-align: center;
    padding-top: 100px;
    
  }
  .limiter h1 {
    text-align: center;
    padding-top: 20px;
  }
  .span-how{
    text-decoration: underline;
    text-decoration-color: red;
  }
  .site{
    padding-top: 15px ;
    padding-bottom: 15px;
    background-color: #d4f8e8;
  }
  .site h3{
    padding: 15px;
  }
  .site p{
    text-align: start;
    padding: 10px 20% 20px 20%;
  }
  .site p span{
    color: #481380;
  }
  .site .site_image{
    border-radius: 10px;
    width: 30%;
    display: inline-block;
    text-align: center;
    margin: 10px;
  }
  .site .site_image img{
    width:80%;
    height: 200px;
    border-radius: 10px;
    box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.8);
  }
  .site .site_image img:hover {
    transform: scale(1.09);
    box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.38);
    transition: all .5s ease;
  }
  .secondary_heading {
    /* margin-left: 100px; */
    justify-content: center;
    align-items: center;
    font-family: Courgette;
    font-weight: 300;
    font-size: 20px;
    color: red;
    }
    .gall_head {
      justify-content: center;
    align-items: center;
    font-family: Poppins;
    font-weight: 300;
    }
  
  .how-section{
    display: block;
    background-color: #035aa6;
    border-radius: 5px;
    color: white;
    padding: 8px 10px 8px 10px;
    margin: 10px auto 0 auto;
    cursor: pointer;
  }
  .how-section:hover{
    background-color: black;
  }
  
  @media(max-width:1200px)  {
    .site .site_image{
      width: 40%;
  }
  
  }
  @media(max-width:800px) {
    .site .site_image{
      margin-left: auto;
      margin-right: auto;
      width: 70%;
      height: auto;
      display: block;
  }
  .site .site_image img{
    width:100%;
    height: 400px;
  }
  }
  @media(max-width:500px) {
    .site .site_image{
      margin-left: auto;
      margin-right: auto;
      width: 90%;
      height: auto;
      display: block;
  }
  .site p{
    text-align: left;
    padding: 10px 5% 20px 5%;
  }
  /* .site_image:nth-child(even) img{
    display: none;
  } */
  .site p span{
    color: #481380;
  }
  }
  @media(max-width:300px) {
    .site .site_image{
      width: 90%;
      height: auto;
      display: block;
  }
  .site p{
    text-align: left;
    padding: 10px 5% 20px 5%;
  }
  }
  


  
/* Helping Hands Start*/
.fa-main-header{
  background-color:#fdece8;
  height:auto;
}
.main-header {
  padding: 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.main-header h1 {
  margin-top: 20px;
  font-size: 2rem;
  line-height: 1.2;
  text-align: center;
  
}
.main-header h1 span {
  color: #b50d10;
}
.main-header p {
  margin: 10px 0;
  font-size: 14px;
}
.contain{
  width: 100%;
  margin: auto;
  overflow: auto;
  height: auto;

}
.ca{
  /* display: grid; */
  /* grid-template-columns: repeat(2, 1fr);
  grid-gap: 1rem;
  margin-bottom: 2rem; */
}
.ca h3 {
  margin-bottom: 0.5rem;
}
/* .ca img {
  width: 100%;
  height: 280px;
} */
/* .ca > div {
  background-color: white;
  padding: 1.5rem;
  align-self: center;
  height: auto;
} */
.ca div h3{
  color: black;
}
.ca div p{
  text-align: left;
  font-size: 15px;
}
/* .ca:nth-child(even) img {
  order: 2;
} */
.btn-contain{
  display: inline-block;
  background: #000;
  color: #fff;
  padding: 0.3rem 1.2rem;
  margin-top: 0.5rem;
  cursor: pointer;
}

.btn-contain:hover {
  opacity: 0.8;
} 
.help{
  position: relative;
  width: 1100px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding: 20px;
}
.help .card{
  position: relative;
  max-width: 300px;
  height: 215px;
  margin: 30px 20px;
  padding: 20px 15px;
  display: flex;
  flex-direction: column;
  /* box-shadow: 0 5px 202px  rgba(0, 0, 0, 0.5); */
  transition: 0.3s ease-in;
  background: #fff;
  border-radius: 4px;
}
.help .card:hover{
  height: 470px;
}



.help .card .imgBx{
  position: relative;
  width: 260px;
  height: 260px;
  top: -60px;
  left: 20px;
}
.help .card .imgBx img{
  max-width: 100%;
  border-radius: 4px;
}
.help .card .imgBx h2 {
  justify-content: center;
  align-items: center;
  font-size: medium;
}
.help .card .content {
  position: relative;
  margin-top: -140px;
  padding: 10px ;
  text-align: center;
  color: #111;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s ease-in;
}
.help .card:hover .content {
  visibility: visible;
  opacity: 1;
  margin-top: -40px;
  transition-delay: 0.3s;
}





@media(max-width:1050px) {
  .card {
    display: block;
  }
  .help{
    width: 50%;
  }
  .imgBx{
    width: 130px;
    height: 130px;
  }
}
@media(max-width:650px) {
  .help{
    text-align: center;
  }
  .card{
    width: 100%;
    display: block;
  }
  .card .imgBx{
    width: 130px;
    height: 130px;
    display: block;
    top: 50%;
    left: 50%;
  }
  /* .card p{
    text-align: left;
  } */
  .help{
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 90%;
  }
}









  .table100 .ps__rail-y {
    width: 9px;
    opacity: 1 !important;
    right: 5px;
  }
  
  .table100 .ps__rail-y::before {
    content: "";
    display: block;
    position: absolute;
    background-color: #ebebeb;
    border-radius: 5px;
    width: 100%;
    height: calc(100% - 30px);
    left: 0;
    top: 15px;
  }
  
  .table100 .ps__rail-y .ps__thumb-y {
    width: 100%;
    right: 0;
    background-color: transparent;
    opacity: 1 !important;
  }
  
  .table100 .ps__rail-y .ps__thumb-y::before {
    content: "";
    display: block;
    position: absolute;
    background-color: #cccccc;
    border-radius: 5px;
    width: 100%;
    height: calc(100% - 30px);
    left: 0;
    top: 15px;
  }
  
  
  /*//////////////////////////////////////////////////////////////////
  [ Table ]*/
  
  /* .limiter {
    width: 1366px;
    margin: 0 auto;
  } */
  
  .container-table100 {
    width: 100%;
    min-height: 100vh;
    /* background: #fff; */
  
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
  }
  
  .wrap-table100 {
    width: 500px;
  }
  
  /*//////////////////////////////////////////////////////////////////
  /* [ Table ]*/
  /* .table100 {
    background-color: #fff;
  }  */
  
  table {
    width: 100%;
  }
  
  th, td {
    font-weight: unset;
    padding-right: 10px;
  }
  
  .column1 {
    width: 20%;
    justify-content: center;
    align-items: center;
  }
  
  .column2 {
    width: 45%;
  }
  
  .column5 {
    width: 45%;
  }
  
  .table100-head th {
    padding-top: 18px;
    padding-bottom: 18px;
  }
  
  .table100-body td {
    padding-top: 16px;
    padding-bottom: 16px;
  }
  
  /*==================================================================
  [ Fix header ]*/
  .table100 {
    position: relative;
    padding-top: 60px;
  }
  
  .table100-head {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
  }
  
  .table100-body {
    max-height: 585px;
    overflow: auto;
  }
  
  
  /*==================================================================
  [ Ver1 ]*/
  
  .table100.ver1 th {
    font-family: Lato-Bold;
    font-size: 18px;
    color: #fff;
    line-height: 1.4;
  
    background-color: #202e21;
  }
  
  .table100.ver1 td {
    font-family: Lato-Regular;
    font-size: 15px;
    color: #808080;
    line-height: 1.4;
  }
  
  tr:nth-child(even) {
    background-color: #f8f6ff;
  }
  
  /*---------------------------------------------*/
  
  .table100.ver1 {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 0px 40px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0px 40px 0px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 0px 40px 0px rgba(0, 0, 0, 0.15);
    -o-box-shadow: 0 0px 40px 0px rgba(0, 0, 0, 0.15);
    -ms-box-shadow: 0 0px 40px 0px rgba(0, 0, 0, 0.15);
  }
  
  .table100.ver1 .ps__rail-y {
    right: 5px;
  }
  
  .hi-slide { position: relative; width: 754px; height: 292px; margin: 115px auto 0; }
              
  .hi-slide .hi-next,
  .hi-slide .hi-prev 
              { position: absolute;
                top: 50%; 
                width: 40px;
                height: 40px; 
                margin-top: -20px;     
                border-radius: 50px; 
                line-height: 40px;
                text-align: center; 
                cursor: pointer;
                background-color: #fff; 
                color: black;               
                transition: all 0.6s;
                font-size: 20px; 
                  font-weight: bold;
              }
             .hi-slide .hi-next:hover, 
              .hi-slide .hi-prev:hover 
              {
              opacity: 1; 
              background-color: #fff;  
              }
              
             .hi-slide .hi-prev { left: -60px; }
              
      .hi-slide .hi-prev::before { content: '<'; }
      .hi-slide .hi-next { right: -60px; }
      .hi-slide .hi-next::before { content: '>'; }
      
              .hi-slide > ul
                      { 
                          list-style: none; 
                          position: relative;
                          width: 754px; 
                          height: 292px; 
                          margin: 0;
                          padding: 0;
              }
              
              
          .hi-slide > ul > li {
              overflow: hidden; 
              position: absolute; 
              z-index: 0; 
              left: 377px;
              top: 146px; 
              width: 0; 
              height: 0; 
              margin: 0; 
              padding: 0;
              border: 3px solid #fff;              
              background-color: #333; 
              cursor: pointer; }
              
          .hi-slide > ul > li > img { width: 100%; height: 100%; background-position: center;}
  