@import url('https://fonts.googleapis.com/css2?family=Kumbh+Sans:wght@100..900&display=swap');
body,
html {
    /* font-family: var(--notech-font) !important; */
    font-family: sans-serif;
}

a:hover {
    color: var(--logo);
}

.news-heading {
    background-color: var(--logo);
    width: 100%;
    padding: 10px 0px;
}

.news-top {
    margin-top: 50px;
    margin-bottom: 10px;
    width: 100%;
    min-height: 450px;
    height: 100%;
    object-fit: cover;
}

.carousel-item img {
    border: 5px solid var(--logo);
    border-radius: 8px;
}

.news-top .content {
    /* border: 5px solid var(--logo); */
    border-radius: 8px;
    padding-top: 0px;
    padding: 10px 20px;
}

.news-top .content h2 {
    padding: 10px 30px;
    background-color: var(--logo);
    margin-bottom: 30px;
    color: #fff;
}

.news-top .content ul {
    list-style-type: none;
    padding: 0px 30px;
}

.news-top .content ul li {
    font-size: 20px;
    font-weight: 500;
    padding-bottom: 20px;
}

.carousel-caption {
    background: rgba(0, 0, 0, 0.3);
}

.carousel-caption h5 a {
    color: var(--logo);
}

.news-head {
    background: var(--logo);
    border-radius: 8px;
    color: #fff;
}

.news-head h3 {
    color: #fff;
    font-size: 1.25rem;
}

.news-head a {
    color: #fff;
}

.overlay {
    padding: 20px;
    border-radius: 5px;
}

.overlay div a {
    color: var(--logo);
}

.news-card {
    border: 1px solid #00000021;
    border-radius: 4px;
    box-shadow: 0px 2px 25px 0px rgb(12 0 46 / 7%);
    height: 100%;
    background-color: #f8f9fa!important;
}

.news-card img {
    border-radius: 4px;
    height: 250px;
    object-fit: cover;
    object-position: center;
}

.news-text {
    border-radius: 5px;
}

.news-text div a {
    color: var(--logo);
}

.page-link {
    color: var(--logo);
}

.page-link:hover,
.page-link.active,
.page-link:focus {
    background-color: var(--logo);
    color: #fff;
    border-color: none;
    box-shadow: none;
}

.blog_left_part .fas {
    padding-right: 10px;
}

.post_date {
    font-size: 12px;
}

.category_badge {
    background-color: #f57e20;
    color: #fff;
}

.category_badge a {
    color: #fff;
}


/* .category_title {
    max-height: 70px;
    min-height: 70px;
    overflow: hidden;
} */

.category_title a {
    font-size: 1.3rem;
}

.categories_section h4 {
    background-color: #F8F9FA;
    PADDING: 8px 20px;
    border-radius: 5px;
    font-size: 20px;
    margin: 2px 0px;
}

.category_content {
    min-height: 140px;
    height: 100%;
}

.news-heading {
    background-color: var(--logo);
    width: 100%;
    padding: 10px 0px;
}

.news-top {
    margin-top: 50px;
    margin-bottom: 10px;
}

.news-top .blog-d img {
    width: 100%;
    height: auto;
    position: relative;
}


/* .news-top img {
    border: 2px solid var(--logo);
    border-radius: 8px;
} */

.news-top .content h1 {
    padding: 30px 0px 10px 0px;
    font-size: 25px;
    font-weight: 600;
    color: var(--logo);
}

.news-top .content p {
    font-size: 16px;
    font-weight: 500;
    color: #444;
    line-height: 30px;
    padding: 10px 0px;
}

.news-head {
    background: var(--logo);
    border-radius: 8px;
    color: #fff;
}

.news-head h3 {
    color: #fff;
}

.news-head a {
    color: #fff;
}

.overlay {
    padding: 20px;
    border-radius: 5px;
}

.overlay div a {
    color: var(--logo);
}

.news-card {
    /* border: 1px solid var(--logo); */
    border-radius: 4px;
}

.news-card img {
    border-radius: 4px;
}

.news-text {
    border-radius: 5px;
}

.news-text div a {
    color: var(--logo);
}

.form-group {
    margin: 10px 0px;
}

.comments_section {
    margin: 50px 0px;
}

label {
    display: inline-block;
    padding: 5px 0px !important;
}

.comments_section .butn {
    display: block;
    padding: 6px;
    width: 100%;
    max-width: 100%;
    background-color: #f57e20;
    margin: 10px auto;
    border-radius: 5px;
    transition: 0.2s;
    font-weight: 300;
    font-size: 14px;
    border: 0.5px solid #f57e20;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
}

.blog_details_left_card {
    background-color: #f2f2f2d1;
    border-radius: 10px;
}

.news-top {
    margin: 50px 0px !important;
}

.blog_details_banner {
    width: 100%;
    position: relative;
    height: 100%;
    max-height: 450px;
    border: 2px solid #f57e20;
    border-radius: 5px;
}

.blog_details_bottom_part {
    padding: 10px 20px;
}

.recent_blogs_heading {
    font-size: 18px;
    font-weight: 600;
}