

:root {
    /* --theme-color: #FF5F13; */
    /* --theme-color: #e59b24; */ /* logo icon color  */
    /* --theme-color: #d59226;
    --primary-color: #02665b;
    --secondary-color: #25aca3;
    --text-primary-color: #222222;
    --text-secondary-color: #4a5568;
    --background-color: #2faea513;
    --heading-color: #013b34; */
  
  }


*{
    padding: 0;
    margin: 0 ;
  }

  body{
    font-family: 'Poppins', sans-serif;
    color: var(--text-color);
  }

 a{
  text-decoration: none;
 }
 p{
  font-size: 14px;
  line-height: 25px;
 }


/* 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);
}
.blog-page-heading h1 {
    border-bottom: none !important;
    border-left: none !important;
    color: #fff !important;
    margin: 0 0 5px !important;
    line-height: 27px;
    font-size: 28px;
    padding: 15px 0 15px 20px;
}
#col9 {
    transition: all .75s ease;
}

.module-content p {
    text-align: justify;
    line-height: 22px;
    margin: 0 0 15px;
    font-size: 16px
}

.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(--heading-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 a{
    color: var(--primary-color);
    margin-right: 10px;
    /* display: flex;
    justify-content: center;
    align-items: center; */

}
.blog-share span a i{
    color: var(--primary-color);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border:1px solid var(--primary-color);
    display: flex;
    justify-content: center;
    align-items: center;
  

}
.blog-share span {
   display: flex;
   justify-content: center;
   align-items: center;
}


/* banner end here  */



/* recent blog start here  */

.blog-right-sec .row {
    padding: 14px 2px;
    border-bottom: 1px dashed #ccc;
}


/* #col3 > div.blog-right-sec.margin-btm-40 > div > div:last-child {
    border-bottom: none;
} */

.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 a {
    font-size: 13px;
}

.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;
}

    .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  */

/* blog card start here  */
.blog-webinars {
    background: var(--primary-color);
    /* padding: 25px; */
    padding: 30px 30px 50px;
    margin-top: 100px;
}

.blog-webinars .event-grid {
    margin-bottom: 30px;
    height: 140px;
    border: 1px solid rgba(234,234,234,.27);
    padding: 20px;
}
.event-grid  h4{
    font-size: 17px;
    font-weight: 400;
}
.event-grid  a{
    font-size: 14px;
    color: #fff;
}
.bottom-blogs img{
    width: 180px;
    aspect-ratio: 5/3;
    object-fit: cover;
}
/* blog card 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;
    }
    .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;
    }
    .blog-webinars .event-grid {
        height: auto;
    }

    .event-grid  h4{
        margin-top: 10px;
        font-size: 16px;
    }
    .event-grid  a{
        margin-top: 10px;
    }
}


@media only screen and (min-width:768px) and (max-width:1024px)  {
    .blog-webinars .event-grid {
        height: 160px;
    }
}