
.comp-con p{
    color: #444444;
    font-size: 18px;
    font-family: "Poppins", sans-serif;
    font-weight:400;
    text-align: center;
    line-height: 30px;
}

.miss-con{
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 1;
}

.miss-area{
    text-align: center;
    width: 33%;
    padding: 0 5px;
}

.miss-text p{
    color: #555353;
    font-size: 16px;
    font-family: "Poppins", sans-serif;
    font-weight:400;
    text-align: center;
    margin-top: 25px;
}

.comp-con{
  background-image: url(../../about/com-bg.png);
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 40px 50px;
}

.miss-con{
    display: flex;
    justify-content: space-between;
}

.mis-area{
    width: 50%;
}
.mis-area img{
    width: 100%;
}

.company{
    margin-top: 80px;
    margin-bottom: 80px;
}

.miss-head{
    background-color: #D9D9D9;
    padding: 30px 0;
    margin-bottom: 15px;
    margin-top: 80px;
}

.miss-head .head{
   margin-bottom: 0px;
}

/* end company */

.bene-con{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 50px;
}

.benefit-main{
    background-color: #DDDDDD;
    padding: 50px 0;
}
.ben-area{
   transition: all ease 0.4s;
}
.ben-area:hover{
    transform: translateY(-20px);
}

/* end benefit */

.services{
    background-image: url(../../about/ser-bg.png);
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px 0;
}

.services-con{
    display: flex;
    justify-content: space-between;
}

.services-area{
    width: 24%;
    text-align: center;
    background-color: #DFF1FF;
    border: 1px solid #E60013;
        padding: 40px 10px 0px;
    transition: all ease 0.4s;
    border-radius: 20px 0;
}
.services-area:hover {
    background-color: #4cd4ee;
}
.ser-img img{
   margin-bottom: -60px;
}

.ser-text h1{
    color: #202020;
    font-size: 22px;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    text-align: center;
    margin-bottom: 20px;
}
.ser-text p {
    color: #444444;
    font-size: 16px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    text-align: center;
    margin-bottom: 50px;
}

/* end services */

.faq {
    text-align: center;
    padding: 80px 0;
    position: relative;
}
  
.accordion-wrapper {
    border-top: 8px solid #003487;
    border-left: 8px solid #003487;
    border-right: 8px solid #003487;
}
  .accordion-wrapper .row{
    gap: 30px;
  }
  .faq-area-main {
    display: flex;
    justify-content: space-between;
    gap: 30px;
}
.accordion {
    width: 100%;
    background-color: #FFDEE1;
    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;
  }

  .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;
    margin-top: 10px;
    width: 85%;
  }
  
  .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-1{
    position: absolute;
    top: 25%;
    left: 0%;
    z-index: -1;
}
.faq-2{
    position: absolute;
    top: 25%;
    right: 0%;
    z-index: -1;
}
.head-4 .head-line{
    width: 150px;
}

/* end faq */

.Congratulations{
    margin-bottom: 80px;
}




/* end Congratulations */













