﻿.filter-items {
    background-color: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 10px;
    max-height: 88vh;
    overflow: auto;
    box-shadow: rgb(0 0 0 / 10%) 0px 0px 10px 0px !important;
}
.top-85 {
    display: block;
}
.top-85 {
    top: 85px !important;
}
.position-sticky {
    position: sticky !important;
}
.filter-item {
    margin-bottom: 30px;
}
.blog-widget-title {
    font-size: 20px;
    padding-bottom: 16px;
    margin-bottom: 20px;
    position: relative;
    text-transform: capitalize;
    border-bottom: 1px solid #e8e8e8;
}
    .blog-widget-title::before {
        position: absolute;
        content: "";
        bottom: -2px;
        right: 0;
        width: 50px;
        height: 2px;
        background: var(--mainColor);
    }
.anvbrnda {
    cursor: pointer;
    color: #053b59;
}
.blog-card {
    overflow: hidden;
    padding: 15px;
    border-radius: 8px;
    margin-bottom: 30px;
    background: #fff;
    box-shadow: rgb(0 0 0 / 10%) 0px 0px 10px 0px !important;
}
.blog-card {
    margin: 0 2.5px 30px;
}
.blog-media {
    position: relative;
}
.blog-img {
    overflow: hidden;
    width: 100%;
    border-radius: 20px;
}
    .blog-img img {
        width: 100%;
        border-radius: 20px;
        transition: all linear .3s;
        -webkit-transition: all linear .3s;
        -moz-transition: all linear .3s;
        -o-transition: all linear .3s;
        height: 260px;
    }
.myimgblog {
    height: 180px !important;
}
.blog-calender {
    position: absolute;
    bottom: -10px;
    left: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 58px;
    height: 58px;
    border-radius: 10px;
    color: #fff;
    background: var(--mainColor);
}
    .blog-calender span {
        line-height: 20px;
    }
.blog-date {
    font-size: 20px;
    font-weight: 500;
}
.blog-month {
    font-size: 14px;
    letter-spacing: .3px;
    text-transform: uppercase;
}
.blog-content {
    padding: 30px 15px 15px;
}
.artdes {
    height: 97px;
    overflow: hidden;
    color: #8c8c8c;
    font-size: 14px;
    text-align: justify;
}
.blog-title {
    font-size: 15px;
    line-height: 21px;
    margin-bottom: 10px;
    font-weight: bold;
     height: 40px; 
    overflow: hidden;
}
.blog-meta {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-bottom: 5px;
    padding-right: 0;
}
.fa-file-invoice:before {
    content: "\f038";
}
.blog-meta li i {
    color: var(--mainColor);
    margin-left: 8px;
    font-size: 15px;
}
.blog-meta {
    list-style: none;
}
.blog-widget-feed {
    list-style: none;
    padding-right: 0;
}
.blog-title a {
    line-height: 22px;
    color: #39404a;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -o-transition: all linear .3s;
}
.blog-widget-media {
    display: flex;
    margin-left: 20px;
}
.blog-widget-media img {
    width: 50px;
    border-radius: 8px;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -o-transition: all linear .3s;
}
.blog-widget-feed li {
    display: flex;
    margin-bottom: 7px;
    padding-bottom: 7px;
    border-bottom: 1px solid #e8e8e8;
    align-items: center;
}
.blog-widget-text {
    font-size: 14px;
    line-height: 20px;
    display: flex;
}
    .blog-widget-text a:hover {
        color: var(--mainColor);
    }
    .blog-widget-text a {
        color: #39404a;
        transition: all linear .3s;
        -webkit-transition: all linear .3s;
        -moz-transition: all linear .3s;
        -o-transition: all linear .3s;
    }
::-webkit-scrollbar-thumb {
    background-color: #eee !important;
    border: 0.3vw solid #ffffff;
    border-radius: 5vw;
}
::-webkit-scrollbar {
    width: 0.4vw;
}
.blog-details {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
}
.mb-4 {
    margin-bottom: 1.5rem !important;
}
.blogtop {
    display: inline-block;
    float: right;
    margin-left: 25px;
}
.bloginfodes i {
    color: var(--mainColor);
    font-size: 13px;
    padding-left: 3px;
}

.blog-details-content {
    padding: 30px 10px;
    text-align: justify;
    font-size: 16px;
}

    .blog-details-content img {
        border-radius: 15px !important;
        margin: 20px auto;
    }

    .blog-details-content h2, h3 {
        font-size: 19px;
        font-weight: bold;
        margin: 10px auto;
        line-height: 27px;
    }
    .blog-details-content p {
        font-size: 16px;
    }
@media (max-width: 500px) {
    .blog-details-content h2, h3 {
       text-align:right;
    }
    .topbloginfo
    {
        display:none;
    }
    .filter-items {
        max-height: unset;
        visibility: visible !important;
    }
    .top-85 {
        margin-top: 30px;
    }
    .col-lg-9
    {
        padding:0;
    }
}
.main-color-two-bg {
    background-color: var(--mainColor) !important;
    color: #fff !important;
    box-shadow: 0 5px 5px var(--mainColor) !important;
    z-index: 999;
    bottom: 80px;
    cursor: pointer;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 10px 15px !important;
}
.btn-filter-float {
    right: 15px;
    bottom: 80px;
}

/*form*/
.product-box .content-title {
    position: relative;
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}
    .product-box .content-title .item {
        background: #fff;
        padding-left: 20px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        z-index: 2;
    }
        .product-box .content-title .item i {
            margin-left: 5px;
            color: var(--mainColor);
        }
    .product-box .content-title::after {
        content: '';
        position: absolute;
        top: 50%;
        left: 0;
        width: 100%;
        height: 2px;
        background: linear-gradient(to left, var(--mainColor) 0%, rgba(236, 236, 236, 0) 100%);
        z-index: 1;
    }
.form-control {
    display: block;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    appearance: none;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    width: 100%;
    height: 45px;
    border-radius: 6px;
    padding: 0 20px 2px;
    color: #555555;
    background: #f5f5f5;
    border: 1px solid #e8e8e8;
}
textarea.form-control {
    min-height: 150px !important;
    width: 100%;
    border-radius: 6px;
    padding: 20px;
    color: #555555;
    background: #f5f5f5;
    border: 1px solid #e8e8e8;
    margin-top:20px!important;
}
select.form-control {
    width: 100%;
    height: 45px;
    border-radius: 6px;
    padding: 0 20px 2px;
    color: #555555;
    background: #f5f5f5;
    border: 1px solid #e8e8e8;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
}
.nice-select {
   
    padding: 9px 15px !important;
}
.btn-inline {
    color: #fff;
    background: var(--mainColor);
}
    .btn-inline:hover {
        color: var(--mainColor);
        background: #fff
    }

.theme-dark .inner-section {
    background-color: #242424!important;
}
.theme-dark .blog-details {
    background-color: #242424 !important;
    color:#fff;
}
.theme-dark .blog-details p {
    color: #fff;
}



.theme-dark .filter-items {
    background-color: #242424 !important;
    color: #fff;
}
.theme-dark .blog-widget-text a {
    color: #fff;

}