
.company{
    background-image: url(../../aboutimage/com-bg.png);
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 80px 0 150px;
}

.compant-con p{
    color: #474341;
    font-size: 18px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    text-align: center;
    line-height: 30px;
}

/* end company */

.mission-con {
    display: flex;
    justify-content: space-between;
    margin-top: -90px;
}

.mission-area{
    width: 32%;
}
.mission-area img{
    width: 100%;
}

/* end mission */

.ben-con {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 70px;
    flex: auto;
}

.ben-area img{
    width: 100%;
}

.ben-area{
    width: 20%;
}
.benefit{
    padding: 80px 0;
}

/* end benefit */

.services{
    background-image: url(../../aboutimage/ser-bg.png);
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 50px 0;
}

.ser-con {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
}

.ser-area {
    width: 45%;
}

.ser-area img{
    width: 100%;
}

/* end services */




.faq {
    text-align: center;
    padding: 80px 0;
    position: relative;
}
  
  .accordion-wrapper {
    margin-top: 30px;
  }
  .faq-area-main {
    display: flex;
    justify-content: space-between;
    gap: 30px;
}
.accordion {
    width: 100%;
    background-color: #D1E2FF;
    border: none;
    outline: none;
    text-align: left;
    padding: 15px 14px;
    font-size: 18px;
    color: #333;
    cursor: pointer;
    transition: background-color 0.2s linear;
    position: relative;
    margin-bottom: 5px;
}
  
  .accordion h5 {
    font-size: 22px;
    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: "Oxygen", sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #474341;
    text-align: left;
    padding-left: 19px;
  }
  
  .accordion-content h5 {
    font-size: 22px;
    font-weight: 500;
    color: #222222;
  }
  
  .accordion-icon {
    top: 12px;
    position: absolute;
    right: 35px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid #222222;
    background-color: transparent;
}
  
.accordion::after {
    top: 14px;
    position: absolute;
    right: 42px;
    font-family: "Fontawesome" !important;
    content: "\2b" !important;
}
  
  .accordion.is-open:after {
    content: "\f068" !important;
  }
.accordion.is-open{
    background-color: #E0DCDC;
}


.faq-main-img{
    position: absolute;
    top: 0%;
    right: 0%;
    z-index: -1;
}

.head-4 .head-line{
    width: 150px;
}


/* end faq */

.gallery{
    padding: 0 0 22px;
}



