.single-box {
    margin-top: 20px;
     padding-left: 0;
  padding-right: 0;
}
.group-title-box {
    margin-bottom: 20px;
}
.group-title {
    font-size: 16px;
    border-bottom: 1px solid #e1e1e1;
    font-weight: bold;
    padding-bottom: 7px;
}
.group-title span {
    background: #00B3FF;
    border-bottom: 3px solid #2b96e1;
    text-transform: uppercase;
    padding: 10px 5px 5px 5px;
}
.group-title a {
    color: #FFFFFF;
}
image-hover2 a {
    position: relative;
    display: table;
}
a {
    color: #666;
}
.image-hover2 a {
    position: relative;
    display: table;
}
.image-hover2 a::before {
    font: normal normal normal 18px/1 FontAwesome;
    content: "\f002";
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    color: #fff;
    ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    opacity: 0;
    -webkit-transition: opacity 0.3s ease 0s;
    -o-transition: opacity 0.3s ease 0s;
    transition: opacity 0.3s ease 0s;
}
.image-hover2 a::after {
    overflow: hidden;
    position: absolute;
    top: 0;
    content: "";
    z-index: 100;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    background-color: rgba(0, 0, 0, 0.3);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    z-index: 1;
}
.related-posts .entry-ci {
    margin-top: 10px;
}
.related-posts .entry-title {
    font-size: 14px;
}
.related-posts .entry-meta-data {
    color: #999;
    font-size: 13px;
    margin-top: 10px;
}
.related-posts .owl-prev {
    top: -31px;
    left: inherit;
    right: 26px;
}
.related-posts .owl-next {
    top: -31px;
}
.owl-controls .owl-next {
    background: #eaeaea;
    width: 24px;
    height: 24px;
    color: #ccc;
    text-align: center;
    padding-top: 4px;
}
.owl-controls .owl-next {
    position: absolute;
    right: 0;
    transform: translateY(-50%);
}
.owl-controls .owl-prev {
    position: absolute;
    transform: translateY(-50%);
}