
/*********************blog****************/
#blog{
padding-top:40px;
padding-bottom:40px; 
 }
.blog_2{
margin-top:30px; 
 }
.blog_2i1 h5 span{
margin-left:20px; 
 }
.blog_2i1 h5 i{
margin-right:5px; 
 }
.blog_2i1{
background:#fdb9002e; 
padding:20px;
border-top:3px solid #fdb900;
border-left:1px solid #fdb90061;
border-right:1px solid #fdb90061;
border-bottom:1px solid #fdb90061;
 }
/*********************blog_end****************/


@media screen and (max-width : 767px){
#blog{
text-align:center;
 } 
.blog_2i{
margin-bottom:10px; 
 }
.blog_2i h5{
text-align:center;
 }
}

@media (min-width:768px) and (max-width:991px) {


 }
@media (min-width:992px) and (max-width:1200px) {

  }
@media (min-width:1201px) and (max-width:1366px) {

 }

 /* =========================================
   BLOG LISTING - NEXUS STYLE
========================================= */

.dc-blog-section {
    padding: 60px 0 75px;
    background: #ffffff;
}

.dc-blog-section .container {
    width: 100%;
    max-width: 1420px;
    padding-left: 15px;
    padding-right: 15px;
}


/* ===============================
   TOP INFORMATION BOXES
================================ */

.dc-blog-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;

    margin-bottom: 18px;
}

.dc-blog-stat {
    min-height: 72px;
    padding: 15px 14px;

    border: 1px solid #d9e0ea;
    background: #ffffff;
}

.dc-blog-stat span {
    display: block;

    margin-bottom: 7px;

    color: #6f7782;

    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.5px;
}

.dc-blog-stat strong {
    display: block;

    color: #111;

    font-size: 16px;
    font-weight: 700;
}


/* ===============================
   LEFT FILTER
================================ */

.dc-blog-filter {
    border: 1px solid #d9e0ea;
    background: #ffffff;

    padding: 18px;
}

.dc-blog-filter h3 {
    margin: 0 0 14px;

    color: #222;

    font-size: 20px;
    font-weight: 700;
}

.dc-blog-filter h4 {
    margin: 0 0 10px;

    color: #222;

    font-size: 17px;
    font-weight: 700;
}

.dc-blog-filter ul {
    margin: 0;
    padding: 0;

    list-style: none;
}

.dc-blog-filter ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;

    border-bottom: 1px solid #eeeeee;
}

.dc-blog-filter ul li a {
    flex: 1;

    padding: 12px 10px;

    color: #222;

    font-size: 15px;
    font-weight: 600;

    text-decoration: none;

    transition: 0.3s ease;
}

.dc-blog-filter ul li span {
    min-width: 27px;

    padding: 4px 7px;

    background: #f4f6f9;
    color: #333;

    border-radius: 9px;

    text-align: center;

    font-size: 11px;
}

.dc-blog-filter ul li.active {
    background: #1156b5;
}

.dc-blog-filter ul li.active a {
    color: #ffffff;
}

.dc-blog-filter ul li.active span {
    background: #ffffff;
}

.dc-blog-filter ul li:hover {
    background: #1156b5;
}

.dc-blog-filter ul li:hover a {
    color: #ffffff;
}

.dc-blog-filter-note {
    margin-top: 18px;

    color: #666;

    font-size: 13px;
}

.dc-blog-filter-note i {
    margin-right: 5px;

    color: #1156b5;
}


/* ===============================
   BLOG HEADING
================================ */

.dc-blog-heading {
    margin-bottom: 9px;
}

.dc-blog-heading h3 {
    margin: 0 0 2px;

    color: #222;

    font-size: 18px;
    font-weight: 600;
}

.dc-blog-heading p {
    margin: 0;

    color: #666;

    font-size: 14px;
}


/* ===============================
   FEATURED BLOG
================================ */

.dc-featured-blog {
    display: flex;

    width: 100%;

    border: 1px solid #d9e0ea;
    background: #ffffff;
}


/* IMAGE SIDE */

.dc-featured-image {
    position: relative;

    width: 52%;
    height: 345px;

    overflow: hidden;
}

.dc-featured-image img {
    width: 100%;
    height: 100%;

    display: block;

    object-fit: cover;
}


/* SLIDER ARROWS */

.dc-slide-btn {
    position: absolute;
    top: 50%;

    width: 38px;
    height: 42px;

    border: 1px solid rgba(255,255,255,0.45);

    background: rgba(0,0,0,0.35);
    color: #ffffff;

    font-size: 20px;

    transform: translateY(-50%);

    cursor: pointer;

    transition: 0.3s ease;
}

.dc-slide-btn:hover {
    background: #1156b5;
}

.dc-prev {
    left: 12px;
}

.dc-next {
    right: 12px;
}


/* DOTS */

.dc-slider-dots {
    position: absolute;

    bottom: 10px;
    left: 50%;

    display: flex;
    gap: 6px;

    transform: translateX(-50%);
}

.dc-slider-dots span {
    width: 9px;
    height: 9px;

    display: block;

    border-radius: 50%;

    background: rgba(255,255,255,0.65);
}

.dc-slider-dots span.active {
    background: #ffffff;
}


/* ===============================
   FEATURED CONTENT
================================ */

.dc-featured-content {
    width: 48%;

    padding: 65px 20px 20px;

    display: flex;
    flex-direction: column;
    justify-content: center;
}

.dc-featured-label {
    margin-bottom: 10px;

    color: #a94a21;

    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.7px;
}

.dc-featured-content h2 {
    margin: 0 0 16px;

    color: #111;

    font-size: 24px;
    font-weight: 700;
}

.dc-blog-meta {
    display: flex;
    flex-wrap: wrap;

    gap: 18px;

    margin-bottom: 15px;

    color: #555;

    font-size: 14px;
}

.dc-blog-meta i {
    margin-right: 5px;

    color: #1156b5;
}

.dc-featured-content p {
    margin: 0 0 15px;

    color: #555;

    font-size: 14px;
    line-height: 1.6;
}


/* BUTTON */

.dc-featured-btn {
    width: 100%;

    padding: 10px 15px;

    background: #d85c00;
    color: #ffffff !important;

    text-align: center;
    text-decoration: none !important;

    font-size: 16px;
    font-weight: 700;

    transition: 0.3s ease;
}

.dc-featured-btn i {
    margin-right: 6px;
}

.dc-featured-btn:hover {
    background: #1156b5;
}


/* =========================================
   RESPONSIVE
========================================= */

@media (max-width: 991px) {

    .dc-blog-stats {
        grid-template-columns: 1fr;
    }

    .dc-blog-filter {
        margin-bottom: 25px;
    }

    .dc-featured-blog {
        flex-direction: column;
    }

    .dc-featured-image,
    .dc-featured-content {
        width: 100%;
    }

    .dc-featured-content {
        padding: 30px 20px;
    }
}


@media (max-width: 767px) {

    .dc-blog-section {
        padding: 40px 0 55px;
    }

    .dc-featured-image {
        height: 260px;
    }

    .dc-featured-content h2 {
        font-size: 21px;
    }

}

/* ================================
   BLOG IMAGE SLIDER
================================ */

.dc-featured-image {
    position: relative;
    width: 52%;
    height: 345px;
    overflow: hidden;
}


/* ALL SLIDES */

.dc-blog-slide {
    position: absolute;

    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    object-fit: cover;

    opacity: 0;
    visibility: hidden;

    transition: opacity 0.6s ease;
}


/* ACTIVE IMAGE */

.dc-blog-slide.active {
    opacity: 1;
    visibility: visible;
}


/* ARROWS */

.dc-slide-btn {
    position: absolute;

    top: 50%;

    width: 38px;
    height: 44px;

    border: 1px solid rgba(255,255,255,0.45);

    background: rgba(0,0,0,0.40);
    color: #ffffff;

    font-size: 22px;

    transform: translateY(-50%);

    cursor: pointer;

    z-index: 5;

    transition: 0.3s ease;
}

.dc-slide-btn:hover {
    background: #1156b5;
}

.dc-prev {
    left: 12px;
}

.dc-next {
    right: 12px;
}


/* DOTS */

.dc-slider-dots {
    position: absolute;

    left: 50%;
    bottom: 11px;

    display: flex;

    gap: 6px;

    transform: translateX(-50%);

    z-index: 6;
}

.dc-blog-dot {
    width: 10px;
    height: 10px;

    display: block;

    background: rgba(255,255,255,0.65);

    border-radius: 50%;

    cursor: pointer;

    transition: 0.3s ease;
}

.dc-blog-dot.active {
    background: #ffffff;

    transform: scale(1.15);
}