.company{
    margin-top: 70px;
}
.comp-con{
    background-image: url(../../about/com-bg.png);
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px 50px 100px;
}

.comp-con p {
    color: #474341;
    font-size: 16px;
    font-weight: 500;
    font-family: "Montserrat", serif;
    text-align: center;
    line-height: 28px;
}


/* end company */

.ben-con{
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 1;
    padding: 0 16px;
}

.ben-area{
    width: 19%;
}

.ben-area img{
    width: 100%;
}

.benefit{
    width: 100%;
    margin-top: -50px;
    position: relative;
}
.ben-bg{
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
}
.ben-bg img{
    width: 100%;
}

/* end benefit  */

.miss-con {
    display: flex;
    flex-direction: column;
    gap: 50px;
}

.mission{
    padding: 80px 0;
}

/* end mission */

.choose .head h2{
    color: #fff;
}
.choose{
   display: flex;
   justify-content: space-between;
   background-color: #242424;
   align-items: center;
}

.choose-img{
    width: 35%;
}

.choose-img img{
    width: 100%;
}
.choose-text-area {
    width: 64%;
    padding-right: 80px;
}

.choose-area-top, .choose-area-bot{
    display: flex;
    justify-content: center;
    gap: 50px;
}
.choose-area-bot{
    margin-top: 60px;
}
.choose-area{
    width: 32%;
    text-align: center;
}

.choose-text p {
    color: #F5F5F5;
    font-size: 14px;
    font-weight: 400;
    font-family: "Poppins", serif;
    text-align: center;
    line-height: 28px;
    margin-top: 10px;
}


/* end choose */


.faq {
    text-align: center;
    padding: 70px 0 0;
    position: relative;
    margin-bottom: 50px;
}
  
  .accordion-wrapper {
    margin-top: 30px;
  }

.accordion {
    width: 100%;
    background-color: #D9D9D9;
    outline: none;
    border-radius: 44px;
    text-align: left;
    padding: 15px 46px 15px 25px;
    font-size: 18px;
    color: #333;
    cursor: pointer;
    transition: background-color 0.2s linear;
    position: relative;
    margin-bottom: 5px;
}
  
  .accordion h5 {
    font-size: 20px;
    font-weight: 500;
    color: #222222;
  }
  
  .accordion-one {
    margin-bottom: 35px;
}
  
  .btn-img {
    position: absolute;
    top: -7px;
    left: 0px;
  }
  
  .accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-in-out;
  }
  
 .accordion-content p {
    font-family: "Lato", sans-serif;
    font-size: 17px;
    font-weight: 500;
    color: #474341;
    text-align: left;
    padding-left: 19px;
    margin-top: 15px;
    border-bottom: 3px solid red;
    /* border-left: 1px solid red;
    border-right: 1px solid red; */
    border-radius: 0 0 30px 30px;
    padding-bottom: 10px;
}
  
  .accordion-content h5 {
    font-size: 22px;
    font-weight: 500;
    color: #222222;
  }
  
  .accordion-icon {
    top: 12px;
    position: absolute;
    right: 16px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid #222222;
    background-color: transparent;
}
  
.accordion::after {
    top: 14px;
    position: absolute;
    right: 23px;
    font-family: "Fontawesome" !important;
    content: "\2b" !important;
}
  
  .accordion.is-open:after {
    content: "\f068" !important;
  }
.accordion.is-open {
    background-color: #fbe894;
}

.faq-main-img {
    position: absolute;
    bottom: 0%;
    left: 0%;
    z-index: -1;
}

.faq-main-img img{
    width: 100%;
}

.head-4 .head-line{
    width: 150px;
}
.faq-ques{
    position: absolute;
    top: 0%;
    right: 0%;
}




/* end faq */

.congratulation{
    margin-bottom: 80px;
}
















