
.breadcrumb-area {
    background-image: url(/uploads/home-page-image/clippasia-office-background.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.full_services_topbar {
    padding-top: 40px;
    background: white;
    padding-bottom: 40px;
    margin-left: 125px;
    margin-right: 125px;
    height: 100%;
    width: 100%;
}

p.full_services_topbar-text {
    padding-right: 50px;
    padding-left: 50px;
}

.testimotionals .card1 .content p {
    font-size: 14px;
    line-height: 24px;
    color: black;
}
.card-body p {
    font-size: 16px !important;
    padding-bottom: 15px !important;
}
   h3.card-title {
    background-color: none!important;
    padding: 12px;
    margin: 0px;
    color: #000000;
    font-size: 16px;
}

 
    .testimotionals {
width:100%;
 display:inline-block;
  
  margin-top:50px
  
}


.testimotionals .card1 {
  
  position:relative;
  overflow:hidden;
  width:100%;
  margin:0 auto;
  background:white;
  padding:0px;
  box-sizing:border-box;
  text-align:center;
 box-shadow: 0 0px 5px rgba(0,0,0,0.2);
}
.testimotionals .card1 .layer {
  z-index:1;
  position:absolute;
  top:calc(100% - 2px);
  height:100%;
  width:100%;
  left:0;
  background:linear-gradient(to left , #0C425F, #7FB3D5);
  transition:0.5s;
  
}

.testimotionals .card1 .content {
  z-index:2; 
  position:relative;
}

.testimotionals .card1:hover  .layer{
  top:0;
}

.testimotionals .card1 .content p {
  font-size:14px;
  line-height:24px;
  color:black;
  
}

.testimotionals:hover .card1 .content p {
  font-size:14px;
  line-height:24px;
  color:white;
  
}
.testimotionals:hover .card1 .content h3 {
 
  color:white;
  
}
.testimotionals .card1 .content .image {
  width:100px; height:100px;
  margin:0 auto;
  border-radius:50%;
  overflow:hidden;
  border: 4px solid white;
  box-shadow: 0 10px 40px rgba(0,0,0,0.5);
  
}

.testimotionals .card1 .conte nt .details h5 {
font-size:18px;
color:white;
}
.testimotionals .card1 .content .details h5 span {
font-size:18px;
color:purple;
  transition:0.5s;
}
.testimotionals .card1
.testimotionals .card1:hover .content .details h5 span {
  color:white;
  position:relative
}



.content-area {
    display: flex;
    padding: 24px;
    padding-top: 100px;
}



</style>