.desc-text {
    padding-top: 20px;
    padding-bottom: 20px;
}
.desc-text p {
    color: #000 !important;
    margin-bottom: 0;
}
.date {
    margin-top: 20px;
    color: #000 !important;
}

.card-title a{
    margin-top: 20px;
    color: #044AA7;
}
.card-title a:hover{
    margin-top: 20px;
    color: #189bd7;
}
.social-icons {
    text-align: center;
    margin: 5px;
}
.social-all {
    font-size: 13px !important;
    border-radius: 8px;
    color: #fff;
    width: 22px;
    height: 22px;
    padding: 5px 0px;
}
.social-fb {
    background: #3B5998;
}
.social-whats {
    background: #075e54;
}
.social-linked {
    background: #044AA7;
}
.social-twitter {
    background: #000;
}
.fa-x-twitter::before {
    content: "";
    background-image: url(../images/twitter.svg);
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    z-index: 2;
    width: 15px;
    height: 15px;
    left: 50%;
    transform: translate(-50%, -50%);
}
.social {
    width: 22px;
    height: 22px;
    text-align: center;
    margin: 5px;
    background-color: #000;
    border-radius: 8px;
    position: relative;
}
.product-container {
    position: relative;
}
.card-overlay-caption {
    background: rgba(0,0,0,0.7);
  position: absolute;
  height: 99%;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}
.product-container:hover .card-overlay-caption {
    opacity: 1;
}

.card-overlay-caption a .read-btn {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: #189bd7;
    color: #FFF;
    padding: 10px 25px;
}
.card-overlay-caption a .read-btn:hover {
    background-color: #223f80;
}
.card-wrapper .card-footer {
    margin-top: 0.5rem;   
}
.product-containerr img {
    width: 100%;
    object-fit: cover;
    object-position: center;
}
.card-wrapper {
    padding: 4px;
    margin-bottom: 15px !important;
    height: calc(100% - 15px);
    margin-left: 0 !important;
    margin-right: 0 !important;
}
.card-bottom-space {
    padding-top: 1rem;
}
 #OpenTeQ-pagination {
      margin-top:20px;
     }
    .page-number a {
    padding: 6px 13px;
    margin: 5px 7px;
    border: 1px solid #b4b4b4;
    color: #000;
}
.page-number  strong{
  padding: 6px 13px;
    background: #233d82;
    margin: 5px 7px;
    color: #fff;
    border: 1px solid #b4b4b4;
}
.ttm-pagination {
    text-align: center;
    margin-top: 25px;
}
