*{
    margin: 0px;
    padding: 0px;
}
a{
    color: #000;
}
h1{
    color: #fff;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
}
h3{
    color: #fff;
    text-align: center;
}
h4{
    color: #fff;
    text-align: center;
    margin-top: 50px;
    font-size: 30px;
}
h5{
    color: #fff;
    font-size: 30px;
    text-align: center;}
p{
    color: #fff;
    text-align: center;
    font-weight: 400;
}
/* header start */
.logo{
    width: 200px;
}
.huj{
    background-color: #0070A6;
    padding: 10px 20px 10px 20px;
    color: #fff;
    border: none;
    border-radius: 20px;
    margin-left: 50px;
}
.saf{
    width: 40px;
    height: 40px;
}
.nav-link{
    color: #5c5b5b !important;
    font-size: 15px;
    font-weight: 600;
}
.nav-link:hover{
    color: #1293be !important;
}
.navbar-nav{
    margin-left: 100px;
}
.navbar {
    font-family: 'Poppins';
    background-color: #fff;
  }
  .navbar-light .navbar-toggler-icon {
  
    color: #fff !important;
    
  }
  .navbar-toggler:focus {
    outline: none;
    box-shadow: none;
  }
  .navbar-toggler{
    background-color: #fff;
  }
  .nav-item {
    color: #fff !important;
    margin-left: 20px;
  }

  /* header end */

  /* bannner */
  .ask{
    background-size: cover;
    background-repeat: no-repeat;
  }
  /* bannner */

  /* join */
  .pop{
    background-color: #0B0D2A;
  }
  .image-wrapper{
    position: relative;
    display: inline-block;
    width: 100%;
    border-radius: 20px !important;
  }
  .asj{
    border-radius: 20px;
    border: 2px solid #fff;
    width: 200px;
    height: 200px;
  }
  .treat{
    position: absolute; top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 10px 20px;
    background-color: #007bff;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
  }
  /* join */
.we{
    color: #000;
    text-align: start;
}
  /* content */
  .dqq{
    background-color: #0B0D2A;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .euj{
    background-color: #0070A6;
    padding: 10px 20px 10px 20px;
    color: #fff;
    border: none;
    border-radius: 20px;
    margin-left: 550px;
    margin-top: 30px;
}
  /* content */

  /* faq start */
  .accordion {
    width: 100%;
    margin: 20px auto;
    border: 1px solid #ccc;
    border-radius: 8px;
    overflow: hidden;
    font-family: sans-serif;
    color: #fff
  }

  .accordion-item {
    border-bottom: 1px solid #ccc;
  }

  .accordion-header {
    background-color: #0B0D2A;
    padding: 15px 20px;
    cursor: pointer;
    font-weight: bold;
    position: relative;
  }

  .accordion-header::before {
    content: '+';
    position: absolute;
    left: 5px;
    font-size: 20px;
    transition: transform 0.2s;
  }

  .accordion-header.active::after {
    content: '-';
  }

  .accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    background-color: #0B0D2A;
    padding: 0 20px;
    border: 1px solid #fff;
  }

  .accordion-content p {
    margin: 15px 0;
    color: #fff;
  }

  .accordion-content.open {
    padding: 15px 20px;
  }
  /* faq end */

  /* footer */
  .footer {
    display: flex;
    flex-flow: row wrap;
    padding: 30px 30px 20px 30px;
    color: #2f2f2f;
    background-color: #fff;
    border-top: 1px solid #e5e5e5;
  }
  .tn{
    color: #000;
    text-align: start;
  }
  .footer > * {
    flex:  1 100%;
  }
  
  .nav__title {
    font-weight: 700;
    font-size: 22px;
  }
  
  .footer ul {
    list-style: none;
    padding-left: 0;
  }
  
  .footer li {
    line-height: 2em;
  }
  
  .footer a {
    text-decoration: none;
  }
  
  .footer__nav {
    display: flex;
      flex-flow: row wrap;
  }
  
  .footer__nav > * {
    flex: 1 50%;
    margin-right: 1.25em;
  }
  .jk{
    background-color: #0B0D2A;
  }
  
  @media screen and (min-width: 40.375em) {
    .footer__nav > * {
      flex: 1;
    }
    
    .nav__item--extra {
      flex-grow: 2;
    }
    
    .footer__addr {
      flex: 1 0px;
    }
    
    .footer__nav {
      flex: 2 0px;
    }
  }
  /* footer */

   /*whatsaap*/
 .float {
    position: fixed;
    width: 50px;
    height: 50px;
    /* bottom: 20px; */
    right: 35px;
    background: linear-gradient(
      90deg,
      rgb(55, 223, 97) 0%,
      rgb(9, 187, 3) 100%
    );    
    color: #fff !important;
    bottom: 20px;
    border-radius: 10px;
    text-align: center;
    font-size: 18px;
    /* box-shadow: 2px 2px 3px #999; */
    z-index: 100;
  }
  .bb{
    color: #fff;
  }
  .my-float {
    margin-bottom: 8px;
    margin-top: 1px;
    margin-left: 1px;
    font-size: 30px;
  }
  /*whatsaap end*/ 













  @media only screen and (max-width: 476px){
    .navbar-nav{
        margin-left: 0px;
    }
    
.euj {
    margin-left: 150px;
}
.we{
    text-align: justify;
}
.ask{
    height: 300px;
}
p{
    text-align: justify;
}
h2{
font-size: 25px;
text-align: center;
}
    }