.heading-IQIA h3
{
    text-align: center;
}

p
{
    font-size: 18px;
    text-align: justify;
    color: gray
    
}
  img {
    width: 50%;
    height: 50%;
  }
  .img-center
  {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .IQIA-text
  {
      margin-top: 50px;
   
  }
.our-vision-page
{
    padding-top: 100px;
   
}
.our-vision-heading
{
    padding-bottom: 50px;
}
.our-vision-heading h1
{
    color: #094672;
    text-align: center;

}
.out-team-details
{
        padding-bottom: 50px;
}
.our-service
{
    margin-top: 50px;
    background-color: #F1F1F1;
    padding-bottom: 100px;
}
  .our-service-heading h1
  {
      margin-top: 50px;
      padding-bottom: 50px;
    text-align: center;
    color: #094672;
  }

  .home-page-end-details
  {
      margin-top: 30px;
      padding-bottom: 30px;
  }
  .out-team-heading h1
  {
    padding-bottom: 50px;
    text-align: center;
    color: #094672;
  }

  .our-team
  {
      margin-top: 50px;
    padding-bottom: 100px;
    }
  .our-team-img
  {
      background-color: #094672;
  }
  .out-team-details h5
  {
      text-align: center;
      color: white;
  }
  .home-page-end
  {
      margin-top: 50px;
      padding-bottom: 100px;
      background-color: #F1F1F1;
  }
  .flip-box {
    background-color: transparent;
    width: 400px;
    height: 300px;
    border: 1px solid #f1f1f1;
    perspective: 1000px;
  }
  
  .flip-box-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.8s;
    transform-style: preserve-3d;
  }
  
  .flip-box:hover .flip-box-inner {
    transform: rotateY(180deg);
  }
  
  .flip-box-front, .flip-box-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  
  .flip-box-front {
    background-color: #bbb;
    color: black;
  }
  
  .flip-box-back {
    background-color: #094672;
    color: white;
    transform: rotateY(180deg);
  }

  .home-page-end-details  h4
  {
    color: #094672;
  }
  .qucik-link a
  {
    text-decoration: none;
  }
  .fotter-page
  {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .fotter-page p
  {
    color: white;
    font-size: 18px;
  }


  /*  service page  */

  .service-group h2
  {
    margin-top: 50px;
      text-align: center;
    padding-bottom: 30px;
    color: #094672;
  
  }

  .family-group  img
  {
    width: 420px;
  }
  .colrporate-heading h2
  {
    padding-top: 50px;
    padding-bottom: 30px;
    text-align: center;
    color: #094672;
  }
 .contact-details
 {
   padding-top: 50px;
   padding-bottom: 50px;
 }
 .Contact-from-background
 {
   
  background-color: #F1F1F1;
 padding-top: 20px;
 padding-bottom: 20px;
 padding-left: 20px;
 padding-right: 20px;
 }

 .card {
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  transition: 0.3s;
  width: 105%;
}

.card:hover {
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}
.container-img
{
  padding: 2px 16px;
}
.nav-link
{
  color: #094672;
}