::-moz-selection {
    /* Code for Firefox */
    /* color: #ffffff;
    background: #4b4b4b!important; */
}

/* ::selection {
    color: #ffffff;
    background: #1d23e2!important;
}  */
 
 /* blog page */

 .blog-banner {
    height: 50vh;
    background: url("../images/worldmap-large.jpg") no-repeat center center;
    background-size: cover;
    padding-top: 113px;
}

.blog-top-card {
    margin-top: -100px;
}

.blog-top-card .card-title,
.single-card .card-title {
    font-size: 24px;
}

.blog-top-card a,
.three-card a,
.single-card a {
    text-decoration: none;
    color: #000000;
}

.blog-top-card a:hover,
.three-card a:hover,
.single-card a:hover {
    text-decoration: none;
}

.three-card .card-title {
    font-size: 24px;
}

.three-card .card-footer {
    border-top: 0;
    background-color: transparent;
}

/* blog single page */

.blog-inner-banner {
    height: 10vh;
    background: url("../images/worldmap-large.jpg") no-repeat center center;
    background-size: cover;
}

.blog-hero {
    width: 80% !important;
    height: 600px;
}

.blog-body {
    margin-top: -50px;
    background: #fff;
    padding: 70px 60px;
    max-width: 75% !important;
}
.blog-single-image{
    display: flex;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    height: auto;
    width: 95%!important;
}

.comment-wrapper .panel-body {
    max-height: 650px;
    overflow: auto;
}

.comment-wrapper .media-list .media img {
    width: 64px;
    height: 64px;
    border: 2px solid #e5e7e8;
}

.comment-wrapper .media-list .media {
    border-bottom: 1px dashed #efefef;
    margin-bottom: 25px;
}

@media (max-width:992px) {
    .blog-body {
        padding: 70px 50px;
        max-width: 80% !important;
    }
}

.blog-body>p:first-child {
    font-size: 2rem;
    line-height: 1.5em;
}

.blog-body p {
    font-family: Georgia, serif;
    font-size: 1.3rem;
    line-height: 1.6em;
    margin: 0 0 40px;
}

.media-body p {
    font-family: 'Roboto', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif !important;
    font-size: 14px;
}

.card-body-trending {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    /* background: rgba(0, 0, 0, 0.5); */
    background: rgba(0,0,0,.5);
    color: white;
   
    padding: 10px;
    border-bottom-left-radius: 1rem;
border-bottom-right-radius: 1rem;
a{
    text-decoration: none;
    :hover{
        color: #a89dd6!important;
    }
}


}
.card-trending img {
    min-height: 320px!important;
    object-fit: cover;
   border-bottom-left-radius: 1rem;
   border-bottom-right-radius: 1rem;
   /* mask-image: linear-gradient(
    45deg,
    transparent,#000,
    transparent 100%
  ); */
}
.card{
    border-radius: 1rem;
}
.card img{
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
}
.badge {
    margin-right: 5px;
    margin-bottom: 5px;
}
.rounded{
    border-radius: 1rem!important;
}
/* ============Latest Updates================ */

.title-commons {
    margin-top: 30px;
    /* padding-right: 10px;
    padding-left: 10px; */
    font-family: Tiemposheadlineweb, 'Times New Roman', sans-serif;
    color: #1b212c;
    font-size: 24px;
    line-height: 33px;
    letter-spacing: 0.2px;
    cursor: pointer;
    text-decoration: none!important;
   
}
.title-commons:hover{
    color: #1b212c;
}

.link-block {
    width: 100%;
    height: 250px;
  
}

.tag-text {
    margin-left: 10px;
    border: 1px none #1b212c;
    font-family: 'Suisseintl webm', sans-serif;
    color: #ec3944;
    font-size: 16px;
    font-weight: 400;
    text-align: left;
    letter-spacing: 0.3px;
    text-transform: none;
    cursor: pointer;

}