
.company-con{
    background-image: url(../../aboutimage/ab-bg.png);
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    text-align: center;
    border: 1px solid red;
    box-shadow: 1px 2px 12px #6a6a6aa0;
    padding: 30px 50px 50px;
}
.com-img{
 margin-bottom: 50px;
}

.com-text p {
    color: #444444;
    font-family: "Raleway", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 30px;
}
.company{
    padding: 80px 0;
}

/* end company */

.director-bot{
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}

.director-con {
    display: flex;
    justify-content: space-between;
    padding: 20px 0;
   background: linear-gradient(90deg, rgb(65 57 57) 12%, rgb(133 129 129) 50%, rgba(62, 54, 54, 1) 100%);
    align-items: center;
}

/* .director-img{
    width: 20%;
} */
.director-img img{
    width: 100%;
}

.director-text {
    width: 100%;
   padding: 0 300px;
}

.director-area {
    display: flex;
    align-items: center;
    gap: 10px;
}

.di-text h1{
    color: #fff;
    font-family: "Raleway", sans-serif;
    font-size: 22px;
    font-weight: 600;
}

.director-top h1{
    color: #fff;
    font-family: "Raleway", sans-serif;
    font-size: 35px;
    font-weight: 600;
    margin-bottom: 10px;
}

.director-top h4{
    color: #fff;
    font-family: "Raleway", sans-serif;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 20px;
}

.director-top p{
    color: #fff;
    font-family: "Raleway", sans-serif;
    font-size: 16px;
    font-weight: 500;
    text-align: justify;
    line-height: 28px;
}

/* end Director */

.miss-area {
    display: flex;
    justify-content: space-between;
    padding-top: 37px;
}

.miss-top{
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    z-index: -1;
  
}
.miss-top img{
    width: 100%;
}
.mission{
    position: relative;
}

/* end mission */

.core-con {
    display: flex
;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
}
.core-area{
    width: 31%;
}
.core-area img{
    width: 100%;
}
.core{
    padding: 80px 0;
}
/* end core */

/* 
.faq-main-ar-area{
    position: relative;
} */

.faq-wave{
    position: absolute;
    left: 0%;
    bottom: 0%;
    width: 100%;
}
.faq-wave img{
    width: 100%;
}

.faq {
  text-align: center;
  padding: 210px 0 130px;
  position: relative;
  background-color: #E2FAFF;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
  
.accordion-wrapper {
    margin-top: 30px;
    padding-bottom: 87px;
}
  .faq-area-main {
    display: flex;
    justify-content: space-between;
    gap: 30px;
}

  .accordion {
    width: 100%;
    border: none;
    outline: none;
    text-align: left;
    padding: 5px 43px 5px 14px;
    font-size: 18px;
    color: #333;
    cursor: pointer;
    transition: background-color 0.2s linear;
    position: relative;
    margin-bottom: 20px;
}
  
  .accordion h5 {
    font-size: 23px;
    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: 18px;
    font-weight: 500;
    color: #474341;
    text-align: left;
    padding-left: 19px;
    width: 90%;
  }
  
  .accordion-content h5 {
    font-size: 22px;
    font-weight: 500;
    color: #222222;
  }
  
  .accordion-icon {
    top: 7px;
    position: absolute;
    right: 6px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid #222222;
    background-color: transparent;
}
  
  .accordion::after {
    top: 9px;
    position: absolute;
    right: 13px;
    font-family: "Fontawesome" !important;
    content: "\2b" !important;
}
  
  .accordion.is-open:after {
    content: "\f068" !important;
  }
.accordion.is-open{
    background-color: transparent;
}
.faq-area-main {
    width: 82%;
    display: flex;
    justify-content: space-between;
    text-align: end;
    align-items: end;
   
}
.gg{
    position: absolute;
    top: 2%;
    left: 7%;
}
.faq-main-img {
    position: absolute;
    top: 10%;
    right: 0%;
    z-index: 0;
}
img.vert-move {
  -webkit-animation: mover 1s infinite  alternate;
  animation: mover 1s infinite  alternate;
}
img.vert-move {
  -webkit-animation: mover 1s infinite  alternate;
  animation: mover 1s infinite  alternate;
}
@-webkit-keyframes mover {
  0% { transform: translateY(0); }
  100% { transform: translateY(-20px); }
}
@keyframes mover {
  0% { transform: translateY(0); }
  100% { transform: translateY(-20px); }
}

/* end faq */





















