/* Flip card style */
.flip-box {
    background-color: transparent;
    /* width: 300px; */
    height: 300px;
    border: 1px solid #f1f1f1;
    perspective: 1000px;
  }
  
  .flip-box-inner {
    position: relative;
    width: 100%;
    height: 110%;
    text-align: center;
    transition: transform 0.8s;
    transform-style: preserve-3d;
  }
  
  .flip-box:hover .flip-box-inner {
    transform: rotateY(180deg);
    color: #fff;
  }
  
  .flip-box-front, .flip-box-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  
  .flip-box-front {    
    color: black;
  }
  
  .flip-box-back {
    background-color: #555;
    color: white;
    transform: rotateY(180deg);
  }
  

  /* Flip card style End*/
  
  .service-card-items .service-content {    
      padding: 35px 20px;
      position: relative;
      z-index: 9;
      margin-top: 20px;

  }


  .flip-box-back a.theme-btn {
    position: absolute;
    bottom: -25px;
    left: 25%;
}
.page-heading a.theme-btn {

    margin-block: 19px;

}

/* .service-image.flip-box-front img {
  width: 290px;
  height: 160px;
} */

.service-image.flip-box-front {
  padding: 35px 20px;
}


/* ------------ project section ---------- */

.details-image {
  padding: 20px 100px 10px;
}

.faq-accordion p.desc {
  font-size: 16px;
  text-align: justify;
  margin-bottom: 10px;
}

.faq-wrapper {  
  margin-bottom: 20px;
}

.faq-image {
  display: flex;
}
p.img-ctc {
  font-size: 12px;
  text-align: center;
  margin: 10px 0px 20px;
}

.section-title .title {
  font-size: 32px;
 
}
.news-standard-items {
  border:none !important;
  margin-bottom: 0px !important;
}

