


body{
    font-family: "Poppins", sans-serif;
}

.ml10 {
    margin-bottom: 13px;
    font-weight: 400;
    position: relative;
    font-size: 40px;
    color: #fff;
  }
  
  .ml10 .text-wrapper {
    position: relative;
    display: inline-block;
    padding-top: 0.2em;
    padding-right: 0.3em;
    padding-bottom: 0;
    overflow: hidden;
  }
  
  .ml10 .letter {
    display: inline-block;
    line-height: 1em;
    transform-origin: 0 0;
  }
  .header-inFo span {
    transition: all 0.6s ease;
    height: 55px;
    width: 55px;
    background: #856658;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    border-radius: 60px;
  }
  
  span.ml-3 {
    width: auto;
    background: transparent;
    height: auto;
    display: block;
  }


  .Section-01 {
    background: #ce3426;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.CustomBox span i {
    margin-bottom: 30px;
    color: #fff;
    font-size: 100px;
}

.CustomBox p {}

.CustomBox p {
    font-size: 21px;
    width: 82%;
    color: #fff;
    font-weight: 500;
    margin-bottom: 30px;
}

.chec p {
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0;
}

.chec p a {
    color: #fff;
    font-weight: 600;
    border-bottom: 1px solid #fff;
    text-decoration: none;
}

.buttonflex {
    margin-top: 52px;
    display: flex;
    justify-content: space-between;
    width: 80%;
    align-items: center;
}

.btn-01 {
    color: #fff !important;
    font-size: 17px;
    font-weight: 500;
    text-decoration: none !important;
}

.btn-02 {
    COLOR: #fff !important;
    font-size: 15px;
    font-weight: 500;
    background: #d55246;
    padding: 17px 25px;
    text-decoration: none !important;
}


.chec {
    display: flex;
    align-items: center;
}

.form-check {
    display: flex;
    align-items: center;
}