@import url(https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap);

.blog-card-label,
.blog-card-link,
.blog-label,
.blog-search-card-title,
.category-link,
.main-blog-link,
a {
    text-decoration: none !important
}

.blog-card {
    box-shadow: 10px 10px 6px rgba(0, 0, 0, .16)
}

body {
    font-family: Montserrat, sans-serif;
    color: #1c222b
}

a {
    transition: .3s ease-in-out
}

.blog-section {
    padding: 20px 0
}

.main-blog-card-img {
    margin-bottom: 25px;
    border: none
}

.main-blog-card-body {
    padding: 0 30px 25px
}

.blog-label {
    background-color: #9af275;
    border: 1px solid #707070;
    border-radius: 40px;
    color: #000;
    font-size: 12px;
    font-weight: 700;
    padding: 6px 15px;
    display: inline-block;
    margin-bottom: 12px
}

.blog-card-label:hover,
.blog-label:hover,
.blog-search-card-title:hover,
.category-link:hover {
    color: #000;
    opacity: .8
}

.main-blog-link {
    display: block;
    color: #c22b27;
    font-size: 18px;
    font-weight: 700
}

.blog-card-link:hover,
.main-blog-link:hover {
    color: #c22b27;
    opacity: .8;
    text-decoration: none !important
}

.main-blog-card {
    border-radius: 28px;
    padding: 2px;
    border: 1px solid #f2e5e5;
    box-shadow: 10px 10px 6px rgba(0, 0, 0, 0.16);
}

.main-blog-card-img img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 25px 25px 0 0;
}

.form-control:focus {
    box-shadow: none
}

.blog-search-form {
    position: relative;
    margin-bottom: 40px
}

.btn-icon {
    padding: 0;
    border: none;
    background-color: transparent;
    position: absolute;
    top: 6px;
    left: 5px
}

.category-link,
.upcoming-event-label {
    background-color: #fdb817;
    color: #000;
    font-weight: 700
}

.blog-search-card {
    padding: 15px;
    border: 1px solid #707070
}

.blog-search-card-img {
    position: relative;
    margin-bottom: 25px;
    display: block
}

.upcoming-event-label {
    font-size: 17px;
    padding: 10px 25px;
    position: absolute;
    left: -13px;
    top: -13px
}

.blog-search-card-title {
    color: #000;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 18px
}

.blog-search-card-auth,
.blog-search-card-date {
    margin-bottom: 0;
    font-size: 15px;
    color: #000;
    font-weight: 700
}

.blog-search-card-auth span {
    color: #c22b27
}

.category-section,
.download-section {
    padding: 100px 0
}

.category-content {
    text-align: center
}

.category-content-title {
    color: #000;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 60px
}

.blog-card-img,
.blog-card-label,
.category-item:not(:last-child) {
    margin-bottom: 15px
}

.category-link {
    border-radius: 40px;
    padding: 15px;
    font-size: 14px;
    display: inline-block;
    width: 340px;
    max-width: 100%
}

.blog-card-img {
    display: block
}

.blog-card-label {
    background-color: #9af275;
    border: 1px solid #707070;
    padding: 6px 20px;
    color: #000;
    font-size: 10px;
    font-weight: 700;
    border-radius: 40px;
    display: inline-block
}

.blog-card-link {
    color: #c22b27;
    font-size: 14px;
    font-weight: 700;
    display: block
}

.blog-card-body {
    padding: 0 15px 20px
}

.all-blog-section {
    padding: 100px 0 20px;
    background-color: #f2f2f2
}

.blog-card {
    border-radius: 12px;
    height: 100%;
    background-color: #fff;
    width: 350px;
    margin: auto;
    max-width: 100%
}

.blog-card-img img {
    width: 100%;
    height: 160px;
    object-fit: cover;
    border-radius: 12px 12px 0 0
}

.all-blog-section .col {
    margin-bottom: 40px
}

.btn {
    font-weight: 700;
    color: #000;
    padding: 10px 50px
}

.load-more-blog {
    margin-top: 20px
}

.btn-warning {
    background-color: #fdb817;
    border-color: #fdb817
}

.download-section .row {
    align-items: center
}

.download-section-title {
    font-size: 18px;
    color: #000;
    font-weight: 700;
    margin-bottom: 25px
}

.download-section-title span {
    display: block;
    color: #d40511
}

/*.download-section-img img {
    width: 80%
}*/

@media(max-width:1439px) {

    /*.main-blog-card-img img {
        height: 330px
    }
*/
    .download-section-title {
        font-size: 22px;
    }
}

@media(max-width:991px) {
    .main-blog-card-img img {
        height: 320px
    }

    .main-blog-link {
        font-size: 20px
    }

    .main-blog-card {
        margin-bottom: 40px
    }

    .search-blog-content {
        width: 100%
    }

    .blog-search-form {
        margin-bottom: 20px
    }

    .blog-search-card-img img {
        width: 100%;
        height: 300px;
        object-fit: cover
    }

    .category-section {
        padding: 50px 0
    }

    .category-content-title {
        font-size: 18px;
        margin-bottom: 20px
    }

    .category-link {
        padding: 10px;
        font-size: 12px
    }

    .all-blog-section {
        padding: 70px 0 0
    }

    .download-section {
        padding: 70px 0
    }

    .load-more-blog {
        margin-top: 20px
    }

    .download-section-title {
        font-size: 22px;
        margin-bottom: 15px
    }
}

@media(max-width:767px) {
    .main-blog-card-img img {
        height: 160px;
        border-radius: 15px 15px 0 0
    }

    .main-blog-card {
        border-radius: 15px
    }

    .main-blog-card-img {
        margin-bottom: 15px
    }

    .main-blog-card-body {
        padding: 0 15px 20px
    }

    .blog-label {
        padding: 6px 15px
    }

    .main-blog-link {
        font-size: 18px
    }

    .category-list {
        margin-bottom: 50px
    }

    .category-section {
        padding: 0
    }

    .download-section {
        padding: 50px 0
    }

    .btn {
        padding: 7px 30px
    }
}

.blog-loader {
    width: 100px;
    display: none
}

.blog-search-form .form-control {
    border-color: #979797;
    border-radius: 00;
    background: rgba(0, 0, 00, .04) !important;
    padding: 15px 18px 15px 63px;
    font-weight: 700 !important;
    color: #7c7c7c
}

.blog-search-form .form-control::placeholder {
    color: #000;
    opacity: .5;
    font-weight: 700;
    font-style: intial
}

@media (min-width:768px) and (max-width:4000px) {
    .search-blog-content {
        background: #fff !important
    }
}

@media(max-width: 950px) {
    .blog-search-card {
        padding: 0px;
    }

    .upcoming-event-label {
        left: 0px;
        top: 0px;
    }
}

@media(min-width: 767px) {
    .blog-list-banner {
        display: flex;
    }
}


.blog-search-card-img picture source {
    display: block !important;
}


.blog-search-card-img picture source img {
    max-width: 100% !important;
    height: auto;
}
