/* .project-card.style1 .project-info {
    height: 300px !important;
}

.project-card.style4 {
    height: 400px;
} */

h3 a {
    font-size: 17px;
}

p {
    font-size: 16px;
    /* font-family: 'Roboto', sans-serif !important; */
}

.social-profile {
    border-left: 0px !important;
}

/* .owl-carousel .owl-item img {
    display: block;
    width: 100%;
    height: 220px;
} */


/* classes required for news update page */

.blog-img.newsimage {
    padding-top: 35px;
}

.blog-info.news-info {
    height: 200px;
}

.blog-card.style3 .blog-img .blog-date {
    background-color: #C92730;
}

/* end of news update */

/* for post-para which fixed the size & font for detailed text */

.post-para {
    font-family: "Roboto", sans-serif !important;
    text-align: justify;
}

/* end for post-para */

.promo-wrap.style2 .promo-card {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.mt-180 {
    margin-top: 180px;
}

.breadcrumb-wrap {
    padding: 40px 0 !important;
}

/* for counter number */
.counter-card-wrap.style2 .counter-card {
    width: calc(50% - 25px);
}

.counter-card-wrap.style2 .counter-card {
    background-color: rgb(25 24 24 / 46%);
    border: 1px solid rgba(255, 255, 255, 0.06);
}

.bg-lochi {
    background-color: #c92730e0;
}

.counter-card-wrap.style2 .counter-card .counter-icon i {
    color: #fff;
}


/* .align-right.caption.caption-img {
    margin-left: 20px;
    margin-top: 10px;
    float: right;
    position: relative;
    overflow: hidden;
} */


.caption.caption-img {
    margin-left: 20px;
    margin-top: 10px;
    float: right;
    position: relative;
    overflow: hidden;
}

.caption.caption-img:hover{ transform: scale(1.05);}




