
.wel-head p{
    color: #444444;
    font-weight: 500;
    font-size: 18px;
    text-align: center;
    font-family: "Montserrat", sans-serif;
    width: 70%;
    margin: 20px auto 50px;
}






.image-hover-text-container 
{
  position: relative;
  display: inline-block;

  width: auto;
  height: auto;
  transition: all 0.2s linear;
}

.image-hover-image 
{
 display: block;
}
/* Make the image round */




.image-hover-text 
{
  position: absolute;
  bottom: 0;
  width: 100%;  
  margin: 0 auto;
  opacity: 0;
  cursor: default;
  transition: opacity 0.2s linear;
}
.service-area:hover .image-hover-text 
{
  opacity: 1;
}

.image-hover-text-bubble {
    position: relative;
    box-sizing: border-box;
    bottom: 0;
    left: 0;
    right: 100%;
    text-align: center;
    background: linear-gradient(0deg, rgb(10 127 219 / 79%) 0%, rgb(10 127 219 / 63%) 63%, rgb(10 127 219 / 42%) 85%, rgb(255 255 255 / 0%) 100%);
    margin: 0 auto;
    padding: 30px 20px;
    overflow: hidden;
    font-size: 17px;
    text-align: center;
    word-wrap: break-word;
    height: 240px;
    border-radius: 0 0 15px 15px;
}

.image-hover-text .image-hover-text-title
{
  font-size: 25px;
  display: block;
}

.text-ser-area{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.ser-img{
  width: 20%;
}
.ser-text{
  width: 100%;
}
.ser-text h1{
  color:#fff;
  font-family: "Montserrat", sans-serif;
  font-weight:600 ;
  font-size:18px ; 
  text-align: left;
  margin-bottom: 15px;
}     
.ser-text p{
  color:#F5F5F5;
  font-family: "Montserrat", sans-serif;
  font-weight:300 ;
  font-size:15px ; 
  text-align: left;
}

.service-con{
    display: flex;
    justify-content: space-between;
}
.service-area{
    width: 19%;
}

.vali-head h2{
    color:#0A7FDB;
  font-family: "Racing Sans One", sans-serif;
  font-weight:400 ;
  font-size:30px ; 
  margin-bottom: 30px;
}
.company {
  padding: 80px 0;
}
/* end company */

.vission-area{
    display: flex;
    gap: 20px;
}

.mi-area {
    display: flex;
    gap: 20px;
    margin-left: 75px;
    margin-top: -225px;
}

.vission-area {
    display: flex;
    gap: 20px;
    border-bottom: 3px solid #616161;
}

.miss-head p{
    color:#474341;
    font-family: "Montserrat", sans-serif;
    font-weight:500 ;
    font-size:16px ; 
    text-align: center;
    width:88%;
    margin: 0 auto 80px;
    line-height: 28px;
}

.vis-text h1{
    color:#0A7FDB;
  font-family: "Racing Sans One", sans-serif;
  font-weight:400 ;
  font-size:24px ; 
  margin-bottom: 10px;
}
.vis-text p{
    color:#444444;
    font-family: "Montserrat", sans-serif;
  font-weight:400 ;
  font-size:17px ; 
  margin-bottom: 10px;
}


.vis-text{
    width: 88%;
}

.vis-text-2{
    width: 100%;
}


/* end mission */

.faq-wave{
    position: absolute;
    left: 0%;
    bottom: 0%;
}
.faq-wave img{
    width: 100%;
}

.faq {
  margin-top: 80px;
  margin-bottom: 80px;
  text-align: center;
  padding: 130px 0 130px;
  position: relative;
  background-image: url(../../aboutimage/faq-bg.png);
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}
  
.accordion-wrapper {
    margin-top: 30px;
    padding-bottom: 83px;
}
  .faq-area-main {
    display: flex;
    justify-content: space-between;
    gap: 30px;
}
  .accordion {
    width: 100%;
    border: none;
    outline: none;
    text-align: left;
    padding: 5px 14px;
    font-size: 18px;
    color: #333;
    cursor: pointer;
    transition: background-color 0.2s linear;
    position: relative;
    margin-bottom: 20px;
  }
  
  .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: 7px;
    position: absolute;
    right: 35px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid #222222;
    background-color: transparent;
  }
  
  .accordion::after {
    top: 9px;
    position: absolute;
    right: 42px;
    font-family: "Fontawesome" !important;
    content: "\2b" !important;
  }
  
  .accordion.is-open:after {
    content: "\f068" !important;
  }
.accordion.is-open{
    background-color: transparent;
}
.faq-area-main {
    width: 78%;
    display: flex;
    justify-content: space-between;
    text-align: end;
    align-items: end;
   
}
.faq-img {
  z-index: -1;
}
.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 */
































