single_blog {
    margin-top: 25px;
    background: var(--colorWhite);
    border-radius: 15px;
    overflow: hidden;
    position: relative;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
}

.single_blog_img {
    overflow: hidden;
    position: relative;
    border-radius: 20px 20px 0 0;
}
.mt-10 {
    margin-top: 10px;
}

.single_blog_img img {
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
}

.single_blog_img a {
    position: absolute;
    top: 30px;
    left: 30px;
    color: #fff;
    font-weight: 500;
    background: var(--theme);
    padding: 10px 25px;
    border-radius: 30px;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
}

.single_blog_img a:hover {
    background: var(--colorBlack);
}

.single_blog_text {
    border-radius: 0px 0px 15px 15px;
    border: 1px solid rgba(9, 9, 25, 0.1);
    padding: 30px;
}

.single_blog_text ul {
    display: flex;
    flex-wrap: wrap;
}

.single_blog_text ul li {
    color: var(--theme);
    font-size: 15px;
    font-weight: 400;
    margin-right: 30px;
}

.single_blog_text ul li i {
    color: var(--colorPrimary);
    margin-right: 5px;
}

.single_blog_text .title {
    color: var(--colorBlack);
    font-family: var(--headingFont);
    font-size: 24px;
    font-weight: 600;
    transition: all linear 0.3s;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-top: 10px;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
}

.single_blog_text p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin: 14px 0px 22px 0px;
}

.single_blog_text .more_btn {
    color: var(--colorBlack);
    font-family: var(--headingFont);
    font-size: 16px;
    font-weight: 500;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
}

.single_blog_text .more_btn i {
    margin-left: 5px;
}

.single_blog:hover {
    box-shadow: 0px 5px 25px 0px rgba(9, 9, 25, 0.1);
}

.single_blog:hover img {
    transform: scale(1.03);
    -webkit-transform: scale(1.03);
    -moz-transform: scale(1.03);
    -ms-transform: scale(1.03);
    -o-transform: scale(1.03);
}

.single_blog:hover .title,
.single_blog:hover .more_btn {
    color: var(--theme);
}
.single_blog_text .title {
    font-size: 22px;
}
single_blog_text {
    padding: 20px;
}

.single_blog_text ul li {
    margin-right: 15px;
}

.single_blog_text .title {
    font-size: 20px;
}
.tm-gallery div.d-block {
    animation: show 0.5s ease;
}

.tm-video-item {
    position: relative;
    overflow: hidden;
    text-align: center;
    cursor: pointer;
}

.tm-video-item img {
    position: relative;
    display: block;
    min-height: 100%;
    max-width: 100%;
    width: 100%;
    opacity: 0.8;
    object-fit: cover;
}

.tm-video-item figcaption {
    padding: 2em;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.tm-video-item figcaption::before,
.tm-video-item figcaption::after {
    pointer-events: none;
}

.tm-video-item figcaption,
.tm-video-item figcaption > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.tm-video-item figcaption > a {
    z-index: 1000;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0;
}

.tm-video-item h2 {
    word-spacing: -0.15em;
    font-weight: 300;
}

.tm-video-item h2,
.tm-video-item p {
    margin: 0;
}

.tm-video-item p {
    letter-spacing: 1px;
    font-size: 68.5%;
}

figure.effect-ming {
    background: #030c17;
}

figure.effect-ming img {
    opacity: 0.9;
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
}

figure.effect-ming figcaption::before {
    position: absolute;
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px;
    border: 2px solid #fff;
    box-shadow: 0 0 0 30px rgba(255, 255, 255, 0.2);
    content: "";
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: scale3d(1.4, 1.4, 1);
    transform: scale3d(1.4, 1.4, 1);
}

figure.effect-ming h2 {
    font-size: 1.3em;
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
}

figure.effect-ming:hover figcaption::before,
figure.effect-ming:hover h2 {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}

figure.effect-ming:hover figcaption {
    background-color: rgba(58, 52, 42, 0);
}
figure.effect-ming:hover img {
    opacity: 0.4;
}

.img-fluid {
    max-width: 100%;
    height: 200px;
    width: 100%;
    object-fit: cover;
}
.justify-content-between {
    justify-content: space-between !important;
}
