:root {
    --theme-color: #0058AB;
    --primary-color: #0FABDC;
    --secondary-color: #EFA666;
    --hover-color: #f6333a;
    --text-primary-color: #222222;
    --text-secondary-color: #596478;
    --heading-color: #1D3B69;
    --heading-color-2: #298D13;
    --bg-color-1: #f2f2f2;
    --bg-color-2: #11101d;
  
  }


/* banner start here  */
.blog-new-wrap .module-content p {
    line-height: 26px;
}
.blog-new-wrap h3 {
    /* color: #05aedc; */
}

.blog-new-wrap h2.heading-h2 {
    /* color: #05415d !important;
    font-size: 20px !important; */
}
.heading-h2 {
    color: var(--heading-second-color) !important;
    font-size: 22px !important;
    font-weight: 700 !important;
    font-family: OpenSans-Semibold;
    text-transform: capitalize;
}

.blog-page-heading {
    background: var(--theme-color);
    /* margin-top: 70px; */
}
.blog-page-heading h1 {
    border-bottom: none !important;
    border-left: none !important;
    color: #fff !important;
    margin: 0 0 0 !important;
    line-height: 27px;
    font-size: 28px;
    padding: 15px 0 15px 0;
}


.module-content p {
    text-align: justify;
    line-height: 22px;
    margin: 0 0 15px;
    font-size: 14px
}

.blog-banner {
    /* border: 1px solid #d1cececf; */
    box-shadow: 0 3px 24px rgba(0,0,0,0.08);
}
.blog-banner img {
    width: 100%;
    aspect-ratio: 16/8;
    object-fit: cover;

}

.detail-date {
    margin-top: 20px;

}
.detail-date h4 a {
    color: var(--theme-color)!important;
    font-size: 18px;
    font-weight: 500;
}

.detail-date .fa-user {
    color: var(--theme-color);
    margin-right: 5px;
    font-size: 18px;
}
.font-large {
    font-size: 22px !important;
    color: var(--theme-color);
}

.font-mid {
    font-size: 20px !important
}

.blog-share {
    border-top: 1px solid lightgray;
    border-bottom: 1px solid lightgray;
    display: flex;
    justify-content: start;
    align-items: center;
    padding: 10px 0;
    margin-top: 20px;
}
.blog-share h3{
    margin: 0 5px 0 0;

}
.blog-share span {
    display: flex;
    justify-content: center;
    align-items: center;
 }

 
.blog-share span a{
    color: var(--theme-color);
    margin-right: 10px;

}


.blog-share span a i{
    color: var(--theme-color);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border:1px solid var(--theme-color);
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .3s ease;
}

.blog-share span a:hover i{
    color: #ffffff;
    /* border:1px solid var(--primary-color); */
    background-color: var(--theme-color);

}


/* banner end here  */

/* recent blog start here  */

.blog-right-sec .row {
    padding: 14px 2px;
    border-bottom: 1px dashed #ccc;
}



.blog-right-sec .row .col-sm-9 {
    padding-right: 15px;
    padding-left: 5px;
}

.blog-right-sec .row .col-sm-3 {
    padding-right: 8px;
    padding-left: 5px;
}


.blog-right-sec {
    padding: 15px;
}
.blog-right-sec {
    background: #f1f1f1;
}

.blog-right-sec h4 {
    font-size: 25px;
    color: var(--heading-color);
}


.blog-right-sec a {
    color: #000 !important;
    font-size: 14px;
}

.blog-right-sec a:hover {
    color: #1d94c6 !important;
}

.blog-right-sec {
    position: relative;
}
.sticky-image-ad {
    margin-bottom: 20px;
    margin-top: 70px;
}

.recent-blogs-img {
    width: 100%;
    height: 100%;
}
.recent-blogs-img img{
    width: 100%;
    aspect-ratio: 16/10;
    object-fit: cover;
}
/* recent blog end here  */

/* ========media queries start here ========== */

@media (max-width: 768px){
    .bottom-blogs img{
        width: 100%;
        aspect-ratio: 4/2;
    }
    
    .blog-new-wrap h2.heading-h2 {
        color: var(--heading-second-color) !important;
        font-size: 22px !important;
        font-weight: 700 !important;
        font-family: OpenSans-Semibold;
        text-transform: capitalize;
    }
    .blog-page-heading h1 {
        font-size: 22px;
        text-transform: capitalize;
    }
    .equal-height {
        display: flex;
    }
    .font-weight-bold {
        font-weight: 700 !important;
        font-family: OpenSans-Semibold;
    }
    .blog-strips-new {
        background-position: right;
    }
    .to-sumup-sec {
        background: #f1f1f1;
        padding: 10px 15px;
    }
    .blog-right-sec {
        padding: 0px;
    }
    .blog-right-sec h4{
        display:none;
    }
    .recent-blogs {
        display: none;
    }
    .sticky-image-ad {
        position: sticky !important;
        top: 110px;
        padding-bottom: 20px;
        padding: 15px;
        margin-top: 50px;
    }
 
}


@media only screen and (min-width:768px) and (max-width:1024px)  {
    .blog-webinars .event-grid {
        height: 160px;
    }
}