#shivaysmartblog .smartblog {
     position: relative;
     overflow: hidden;
}
 #shivaysmartblog .smartblog .section-header {
     margin-bottom: 20px;
}
 @media (max-width: 767px) {
     #shivaysmartblog .smartblog .section-header {
         margin-bottom: 10px;
    }
}
 #shivaysmartblog .smartblog .sds-blog-post:hover img {
     -webkit-transform-style: unset;
     transform-style: unset;
     transform: scale(1.26);
     -webkit-transform: scale(1.26);
     -ms-transform: scale(1.26);
     -o-transform: scale(1.26);
     -moz-transform: scale(1.26);
     opacity: 0.8;
}
 #shivaysmartblog .smartblog .image-wrapper {
     display: block;
     max-width: 100%;
     position: relative;
     overflow: hidden;
}
#shivaysmartblog .smartblog .blog-post{
    display: flex;
    align-items: center;
    border: 1px solid var(--brand-primary);
}
@media (max-width:543px){
    #shivaysmartblog .smartblog .blog-post{
        display: block;
    }
}
 #shivaysmartblog .smartblog .image-wrapper .galleryimg-link {
     display: block;
     position: relative;
     overflow: hidden;
}
 #shivaysmartblog .smartblog .image-wrapper .galleryimg-link img {
     max-width: 100%;
     -webkit-transition: all 1.5s ease 0s;
     -moz-transition: all 1.5s ease 0s;
     -ms-transition: all 1.5s ease 0s;
     -o-transition: all 1.5s ease 0s;
     transition: all 1.5s ease;
}
 #shivaysmartblog .smartblog .image-wrapper .blog-date .date-info {
     position: absolute;
     top: 15px;
     right: auto;
     left: 15px;
     background-color:var(--brand-secondary);
     color: #666;
     font-size: 16px;
     text-align: center;
     padding: 11px 15px;
     line-height: 20px;
}
 #shivaysmartblog .smartblog .image-wrapper .blog-date .date-info .date, #shivaysmartblog .smartblog .image-wrapper .blog-date .date-info .month {
     display: block;
     font-size: 20px;
     line-height: 22px;
     color: #fff;
     font-weight: 400;
}
 #shivaysmartblog .smartblog .image-wrapper .blog-date .date-info .date {
     letter-spacing: 0;
     margin-bottom: 0;
}
 #shivaysmartblog .smartblog .blog-slider-content {
     padding: 0;
     padding-left: 10px;
     text-align: left;
}
@media (max-width:543px){
    #shivaysmartblog .smartblog .blog-slider-content{
        padding: 10px 10px;
    }
}
 #shivaysmartblog .smartblog .blog-slider-content .blog-post-title {
     margin-bottom: 10px;
     line-height: 18px;
}
 #shivaysmartblog .smartblog .blog-slider-content .blog-post-title a {
     font-size: 18px;
     font-family: var(--title-font);
     text-transform: capitalize;
     font-weight: 600;
     color: #232323;
     letter-spacing: 1px;
}
 @media (max-width: 991px) {
     #shivaysmartblog .smartblog .blog-slider-content .blog-post-title a {
         font-size: 20px;
    }
}
 @media (max-width: 767px) {
     #shivaysmartblog .smartblog .blog-slider-content .blog-post-title a {
         margin-bottom: 7px;
         font-size: 16px;
    }
}

 #shivaysmartblog .smartblog .blog-slider-content .desc {
     margin-bottom: 15px;
     font-size: 15px;
     font-weight: 400;
     color: var(--brand-third);
     line-height: 22px;
     letter-spacing: 0.5px;
}
 @media (max-width: 543px) {
     #shivaysmartblog .smartblog .blog-slider-content .desc {
         margin-bottom: 5px;
         /* font-size: 14px; */
    }
}
 @media (max-width: 767px) {
     #shivaysmartblog .owl-nav {
         margin-top: 20px;
    }
}
 @keyframes zoom-in-zoom-out {
     0% {
         transform: scale(1, 1);
    }
     50% {
         transform: scale(1.1, 1.1);
    }
     100% {
         transform: scale(1, 1);
    }
}
#shivaysmartblog .smartblog .blog-slider-content .blog-btn{
    border-bottom: 1px solid var(--brand-primary);
    display: inline-block;
    font-weight: 500;
    font-size: 15px;
}
