:root {
    --box-shadow-hover: 0 4px 60px 0 rgba(0,0,0,0.2);
    --box-shadow-normal: 0 10px 10px rgba(0,0,0,0.08);
    --button-shadow-color-normal: hsla(0,0%,42.4%,0.2);
}
.blog_banner {
    padding: 160px 0 80px;
    background: #fbfbfb;
}

.muted_text p {
    font-size: 14px;
    padding: 0.5rem;
    overflow: hidden;
    margin-bottom: 0;
    word-spacing: 3px;
}
  .container p span.typed-text {
    font-weight: normal;

  }
  .container p span.cursor {
    display: inline-block;
    background-color: #41caf0;
    margin-left: 0.1rem;
    width: 2px;
    animation: blink 1s infinite;
  }
  .container p span.cursor.typing {
    animation: none;
  }
  @keyframes blink {
    0%  { background-color: #41caf0; }
    49% { background-color: #41caf0; }
    50% { background-color: transparent; }
    99% { background-color: transparent; }
    100%  { background-color: #41caf0; }
  }
  .blog_h1 {
    font-size: 60px;
    color: #263238;
    display: block;
    line-height: 66px;
    letter-spacing: 1px;
    margin: 15px 0;
}
.subscribe_form {
    position: relative;
    margin-top: 30px;
    max-width: 500px;
}
.subscribe_form .form-control {
    height: 61px;
    box-shadow: none !important;
}
.subscribe_form .form-control:focus, .subscribe_form .form-control:focus {
    border-color: #e8505b;
}
.Subscribe_banner_btn {
    position: absolute;
    top: 0;
    right: 0;
}
.blog_banner_img img {
    width: 100%;
}


/* =====featured_sec========= */
section.featured_sec {
    padding: 80px 0;
}
.featured_title {
    display: flex;
    list-style: none;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}
b.featured_title_main {
    display: inline-block;
    font-weight: 400;
    font-size: 16px;
    text-transform: capitalize;
    color: #263238;
}
ul.menu_listing {
    display: flex;
    align-items: center;
    font-size: 12px;
    gap: 10px;
    color: #212529;
}
ul.menu_listing li a {
    color: #676f73;
}
ul.menu_listing li a:hover {
    color: #41caf0;
}
.slideshow a.item {
    display: block;
    position: relative;
    max-height: 394px;
}
.slideshow a.item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.slideshow {
    transition: 0.5s;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
}
.slideshow:hover {
    box-shadow: var(--box-shadow-hover),0 0 0 transparent;
    transition: 0.5s;
}
.slideshow a.item::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: -webkit-gradient(linear,left top,left bottom,color-stop(50%,transparent),to(rgba(0,0,0,.8)));
    background: -webkit-linear-gradient(top,transparent 50%,rgba(0,0,0,.8) 100%);
    background: -o-linear-gradient(top,transparent 50%,rgba(0,0,0,.8) 100%);
    background: linear-gradient(to bottom,transparent 50%,rgba(0,0,0,.8) 100%);
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
}
.slider-arrow {
    position: absolute;
    bottom: 35px;
    z-index: 9;
    cursor: pointer;
    color: #fff;
}
.slider-arrow.slider-next {
    right: 30px;
}
.slider-arrow.slider-prev {
    right: 50px;
}
.slider_overley {
    position: absolute;
    bottom: 0;
    z-index: 2;
    padding: 30px;
    transition: 0.5s;
}
.slideshow:hover .slider_overley {
    bottom: 15px;
    transition: 0.5s;
}
.category span, .category a {
    color: #fff;
    font-size: 14px;
    text-transform: capitalize;
    position: relative;
    display: inline-block;
    padding-right: 20px;
}
.category span::after, .category a::after, .entry_info span::after {
    content: "";
    width: 5px;
    height: 5px;
    position: absolute;
    background: #cacaca;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    right: 7px;
}
.slider_overley .category span:last-child::after, .entry_info span:last-child:after {
    display: none;
}
.slider_overley .category span:nth-child(1) {
    color: #46f041;
}
.slider_overley .category span:nth-child(2) {
    color: #f0e841;
}
.slider_overley b {
    font-size: 30px;
    color: #fff;
    display: block;
    margin: 5px 0;
}
.entry_info span {
    color: #dbdbdb;
    font-size: 14px;
    padding-right: 20px;
    display: inline-block;
    position: relative;
}
.card a {
    display: block;
}
.blog_card {
    display: block;
    border-radius: 8px;
    overflow: hidden;
    background: #fff;
    border: 1px solid #f0f8ff;
    box-shadow: var(--box-shadow-normal),0 0 0 transparent;
    position: relative;
    transition: 0.5s;
    margin-bottom: 30px;
    cursor: pointer;
}
.blog_card:hover {
    transform: translateY(-5px);
    box-shadow: var(--box-shadow-hover),0 0 0 transparent;
    transition: 0.5s;
}
#checkdv_1 {
    display: none;
}
.blog_img {
    height: 220px;
    display: block;
    position: relative;
    overflow: hidden;
}
.blog_img::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: -webkit-gradient(linear,left top,left bottom,color-stop(50%,transparent),to(rgba(0,0,0,.8)));
    background: -webkit-linear-gradient(top,transparent 50%,rgba(0,0,0,.8) 100%);
    background: -o-linear-gradient(top,transparent 50%,rgba(0,0,0,.8) 100%);
    background: linear-gradient(to bottom,transparent 50%,rgba(0,0,0,.8) 100%);
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
}
.blog_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.blog_content {
    padding: 30px;
}
.blog_content .category a:nth-child(1) {
    color: #4da7d4;
}
.blog_content .category a:nth-child(2) {
    color: #09815c;
}
.blog_card_title {
    font-size: 20px;
    color: #212529;
    font-weight: 800;
    margin: 16px 0 20px;
    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
    min-height: 60px;
}
.blog_timing {
    display: flex;
}
.blog_timing small {
    display: inline-block;
    position: relative;
    color: #666666;
    font-size: 12px;
    text-transform: uppercase;
    padding-right: 20px;
    font-weight: 400;
}
.blog_timing small::after {
    content: "";
    width: 3px;
    height: 3px;
    position: absolute;
    background: #666666;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    right: 7px;
}
.blog_timing small:last-child::after{
    display: none;
}
.share_listing {
    position: absolute;
    bottom: -50px;
    right: 15px;
    transition: 0.5s;
}
.blog_img:hover .share_listing {
    bottom: 15px;
    transition: 0.5s;
}
.round_btn {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}
.share_btn {
    background: #007aff;
    color: #fff;
    transition: 0.5s;
}
.f-btn {
    background: #3b5999;
}
.t-btn {
    background: #55acee;
}
.y-btn {
    background: #bd081c;
}
.f-btn, .t-btn, .y-btn {
    width: 0;
    overflow: hidden;
    transition: 0.5s;
}
.share_listing:hover .f-btn, .share_listing:hover .t-btn, .share_listing:hover .y-btn {
    width: 30px;
    transition: 0.5s;
}
.share_listing:hover .share_btn {
    width: 0;
    transition: 0.5s;
    overflow: hidden;
}

/* ----2nd bar  */
section.blog_second {
    padding: 80px 0;
    background: #f7f8f9;
}
.blog_title_bar {
    text-transform: uppercase;
    border-bottom: 1px solid #eee;
    margin-bottom: 30px;
    display: block;
    font-size: 14px;
    color: #212529;
}
.blog_content p {
    font-size: 12px;
    line-height: 23px;
    margin-bottom: 15px;
    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
    min-height: 92px;
    color: #212529 !important;
}
.newsletter_area {
    background: url(../images/newsletterr_img.png);
    padding: 30px 15px;
    border-radius: 8px;
    margin-bottom: 50px;
    border: 1px solid #f0f8ff;
}
.newsletter_input {
    position: relative;
}
.newsletter_area b {
    display: block;
    color: #000;
    text-align: center;
    border-bottom: 1px solid #a29c9c;
    font-weight: 400;
    margin-bottom: 15px;
    font-size: 20px;
}
.newsletter_area p {
    text-align: center;
    font-size: 14px;
}
.newsletter_input .form-control {
    border-radius: 8px;
    background: #fff;
    height: 54px;
    border: none;
    margin-top: 30px;
}
.newsletter_btn {
    height: 54px;
    display: flex;
    align-items: center;
}
.blog_small_item {
    padding: 15px;
    border-radius: 8px;
    border: 1px solid #eaecee;
    background: #fff;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
    transition: 0.5s;
}
.blog_small_item:hover {
    box-shadow: var(--box-shadow-hover),0 0 0 transparent;
    transition: 0.5s;
    transform: translateY(-5px);
}
.blog_small_img {
    width: 90px;
    height: 90px;
    border-radius: 8px;
    overflow: hidden;
}
.blog_small_img img {
    height: 100%;
    object-fit: cover;
}
.blog_small_content {
    width: calc(100% - 100px);
}
.blog_small_content b {
    color: #212529;
    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
    margin-bottom: 15px;
    transition: 0.5s;
}
.blog_small_content a:hover {
    color: #39a6c6;
    transition: 0.5s;
}
.blog_content b {
    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
    min-height: 51px;
    margin-bottom: 10px;
    color: #212529;
}
/* ----blog wide sec---- */
a.blog_wide_img {
    width: 200px;
    height: 120px;
    border-radius: 8px;
    overflow: hidden;
}
.blog_wide_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.5s;
}
.blog_wide_img:hover img {
    transform: scale(1.2);
    transition: 0.5s;
}
.blog_wide_item {
    display: flex;
    gap: 30px;
    align-items: center;
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}
.blog_wide_content {
    width: calc(100% - 250px);
}
.blog_wide_content .category a:nth-child(1) {
    color: #d44da9;
}
.blog_wide_content .category a:nth-child(2) {
    color: #0749cf;
}
.blog_wide_main {
    font-size: 20px;
    color: #212529;
    display: block;
    font-weight: 800;
    margin: 0px 0 20px;
    max-width: 100%;
}
.blog_wide_item .share_listing {
    bottom: -50px;
    right: inherit;
    left: 15px;
}
.blog_wide_item:hover.blog_wide_item .share_listing {
    bottom: 15px;
}
.mt-50 {
    margin-top: 50px;
}
.comments_item {
    padding: 15px;
    border-radius: 8px;
    border: 1px solid #eaecee;
    background: #fff;
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 15px;
    transition: 0.5s;
}
.comments_item:hover {
    box-shadow: var(--box-shadow-hover),0 0 0 transparent;
    transition: 0.5s;
    transform: translateY(-5px);
}
.comments_img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
}
.comments_img img {
    height: 100%;
    object-fit: cover;
    transition: 0.5s;
}
.comments_img:hover img {
    transform: scale(1.2);
}
.blog_timing a {
    display: inline-block;
    line-height: 16px;
    color: #666666;
    text-transform: capitalize;
    padding-right: 20px;
    position: relative;
}
.blog_timing a:hover {
    color: #39a6c6;
    transition: 0.5s;
}
.blog_timing a::after {
    content: "";
    width: 3px;
    height: 3px;
    position: absolute;
    background: #666666;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    right: 7px;
}
.comments_content {
    width: calc(100% - 100px);
}
.comments_content p {
    font-size: 12px;
    line-height: 23px;
    margin-top: 10px;
    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
}
.page-item .page-link{
    border: 0;
    font-size: 13px;
    box-shadow: none;
    outline: 0;
    color: #889097;
    background: #fff;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    padding: 0;
    margin-right: 10px;
    box-shadow: 0 2px 4px var(--button-shadow-color-normal),0 0 0 transparent;
    transition: all .25s cubic-bezier(.02,.01,.47,1);
}
.page-item:first-child .page-link, .page-item:last-child .page-link {
    border-radius: 50%!important;
    background: none;
}
.page-item.active .page-link,  .page-item .page-link:hover{
    background: #39a6c6;
    transition: 0.5s;
    color: #fff;
}
.pagination {
    justify-content: center;
}

/* ---3rd sec--- */
.site_sec {
    padding: 80px 0 0;
}
.site_sec .blog_title_bar {
    padding-bottom: 5px;
    position: relative;
}
.site_sec .blog_title_bar::after {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 50px;
    height: 4px;
    background: #212529;
}
.site_item_img {
    width: 90px;
    height: 80px;
    border-radius: 8px;
    overflow: hidden;
    display: block;
    box-shadow: 4px 4px 0 #f7f8f9;
}
.site_item img {
    height: 100%;
    object-fit: cover;
    transition: 0.5s;
}
.site_item_img:hover img {
    transform: scale(1.2);
    transition: 0.5s;
}
.site_item {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 30px;
}
.site_content {
    width: calc(100% - 105px);
}
a.site_item_title {
    color: #212529;
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 10px;
    transition: 0.5s;
}
a.site_item_title:hover {
    color: #39a6c6;
    transition: 0.5s;
}

/* ----categories---- */
section.categories_sec {
    padding: 80px 0;
}

.slick-slider .slick-disabled {
opacity : 0;
pointer-events:none;
}
.categories_item_img {
    width: 80px;
    border-radius: 50%;
    height: 80px;
    overflow: hidden;
    display: block;
}
.categories_item_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.5s;
}
.categories_item_img:hover img {
    transform: scale(1.2);
    transition: 0.5s;
}
.categories_item {
    display: flex !important;
    gap: 15px;
    align-items: center;
    background: #f7f8f9;
    padding: 15px;
    border-radius: 8px;
    border: 1px solid #eaecee;
    transition: 0.5s;
    margin: 0px 5px;
}
.categories_item:hover {
    transition: 0.5s;
    transform: translateY(-5px);
}
.categories_item_content {
    width: calc(100% - 95px);
}
.categories_item_content a {
    display: block;
    line-height: 18px;
    color: #666666;
    text-transform: capitalize;
    padding-right: 20px;
    position: relative;
    margin-bottom: 10px;
    transition: 0.5s;
}
.categories_item_content a:hover {
    color: #39a6c6;
    transition: 0.5s;
}
.categories_item_content span {
    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 12px;
}
section.categories_sec .slick-list.draggable {
    padding-top: 15px;
}
section.categories_sec .slick-arrow {
    display: none !important;
}
.blog_timing small:last-child {
    padding: 0;
}

/* ========responsive css========= */
@media (max-width: 575.98px) {
    .blog_banner {
        padding: 120px 0 80px;
    }
    .blog_h1 {
        font-size: 38px;
        line-height: 47px;
        margin: 5px 0 30px;
    }
    .blog_banner_content p {
        font-size: 16px;
        font-weight: 400;
        line-height: 25px;
        margin: 0;
    }
    .subscribe_form .form-control {
        height: 56px;
        padding-right: 150px;
    }
    .blog_banner_img {
        margin-top: 30px;
    }
    ul.menu_listing {
        gap: 5px 10px;
        flex-flow: wrap;
    }
    .slideshow {
        margin-bottom: 30px;
    }
    .slider_overley b {
        font-size: 22px;
    }
    .blog_timing small {
        font-size: 10px;
        padding-right: 15px;
    }
    .blog_timing small::after {
        transform: translateY(-124%);
        right: 9px;
    }
    .blog_wide_item {
        flex-flow: wrap;
        gap: 5px;
    }
    .blog_wide_content {
        width: 100%;
    }
    a.blog_wide_img {
        width: 100%;
    }
    .blog_wide_main {
        max-width: 100%;
        margin: 5px 0 10px;
    }
    .mt-50 .row {
        margin-bottom: 50px;
    }
    .pagination {
        justify-content: center;
    }
    .comments_img {
        width: 60px;
        height: 60px;
    }
    .comments_content {
        width: calc(100% - 80px);
    }
    .blog_timing a {
        font-size: 14px;
    }
    .newsletter_input .form-control {
        padding-right: 96px;
    }
    .blog_second .share_listing {
        bottom: inherit;
        top: -50px;
    }
    .blog_wide_item:hover.blog_wide_item .share_listing {
        bottom: inherit;
        top: 15px;
    }
}


@media (min-width: 576px) and (max-width: 767.98px) {
    .blog_h1 {
        font-size: 48px;
        line-height: 54px;
        margin: 10px 0;
    }
    .blog_banner {
        padding: 120px 0 80px;
    }
    .blog_banner_img {
        margin-top: 30px;
    }
    ul.menu_listing li a {
        font-size: 10px;
    }
    .slider_overley {
        padding: 15px;
    }
    .slider_overley b {
        font-size: 20px;
    }
    .entry_info span {
        font-size: 12px;
    }
    .slider-arrow {
        bottom: inherit;
        top: 15px;
        background: #000;
        padding: 5px;
        border-radius: 4px;
    }
    .slider-arrow.slider-next {
        right: 15px;
    }
    .slider-arrow.slider-prev {
        right: 40px;
    }
    .blog_content {
        padding: 15px;
    }
    .blog_card_title {
        font-size: 18px;
    }
    .blog_timing small {
        font-size: 10px;
        padding-right: 16px;
    }
    .slideshow a.item {
        height: 408px;
    }
    .blog_content p {
        display: -webkit-box;
        max-width: 100%;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        text-decoration: none;
    }
    .blog_wide_main {
        max-width: 100%;
    }
}


@media (min-width: 768px) and (max-width: 991.98px) {
    .header {
        padding-bottom: 81px;
    }
    .blog_h1 {
        font-size: 36px;
        line-height: 46px;
        margin: 8px 0;
    }
    .subscribe_form .form-control {
        height: 55px;
    }
    .blog_banner {
        padding: 70px 0 80px;
    }
    .slider_overley b {
        font-size: 22px;
    }
    .blog_card_title {
        display: -webkit-box;
        max-width: 100%;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        text-decoration: none;
        font-size: 18px;
    }
    .Subscribe_banner_btn {
        position: relative;
        top: 9px;
        justify-content: center;
    }
    .blog_content p {
        display: -webkit-box;
        max-width: 100%;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        text-decoration: none;
    }
    .blog_timing small {
        font-size: 9px;
        padding-right: 15px;
    }
    .slider_overley, .blog_content {
        padding: 15px;
    }
    .slideshow a.item {
        height: 382px;
    }
    .slider-arrow {
        bottom: 15px;
    }
    .slider-arrow.slider-next {
        right: 15px;
    }
    .slider-arrow.slider-prev {
        right: 36px;
    }
    .blog_timing small:last-child {
        padding: 0;
    }
    .blog_small_img {
        width: 65px;
        height: 65px;
    }
    .blog_small_content {
        width: calc(100% - 75px);
    }
    .blog_small_content .blog_timing {
        display: none;
    }
    .blog_small_content a {
        margin-bottom: 0;
    }
    .comments_img {
        width: 60px;
        height: 60px;
    }
    .comments_content {
        width: calc(100% - 80px);
    }
    .comments_content small {
        display: none;
    }
    .comments_content p {
        font-size: 12px;
        line-height: 19px;
        margin-top: 4px;
    }
    .blog_wide_main {
        font-size: 20px;
        margin: 4px 0 13px;
        max-width: 100%;
    }
    .site_item_img {
        width: 70px;
        height: 70px;
    }
    .site_content {
        width: calc(100% - 85px);
    }
    .site_content .blog_timing {
        display: none;
    }
    .categories_item_img {
        width: 60px;
        height: 60px;
    }
    .categories_item_content {
        width: calc(100% - 75px);
    }
}


@media (min-width: 992px) and (max-width: 1199.98px) {
    .header {
        padding-bottom: 100px;
    }
    .blog_banner {
        padding: 60px 0 80px;
    }
    .blog_timing small {
        font-size: 10px;
        padding-right: 17px;
    }
    .blog_card_title {
        font-size: 17px;
        margin: 8px 0 13px;
    }
    .slider_overley b {
        font-size: 27px;
    }
    .blog_content p {
        display: -webkit-box;
        max-width: 100%;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        text-decoration: none;
    }
    .blog_small_img {
        width: 70px;
        height: 70px;
    }
    .blog_small_content {
        width: calc(100% - 80px);
    }
    .blog_small_content  .blog_timing small {
        font-size: 9px;
    }
    .comments_content small {
        display: none;
    }
    .blog_wide_main {
        max-width: 80%;
    }
}

@media (min-width: 1200px) and (max-width: 1599.98px){
    .blog_banner {
        padding: 80px 0 80px;
        background: #fbfbfb;
    }
    .blog_timing small {
        padding-right: 15px;
        font-size: 11px;
    }
    .blog_timing a {
        padding-right: 17px;
    }
    .blog_h1 {
        font-size: 54px;
        line-height: 66px;

    }
}
