:root {
    --h1-font-size: 80px;
    --h1-line-height: 72px;
    --h1-font-weight: 600;
    --h2-font-size: 27px;
    --h2-line-height: 52px;
    --h2-font-weight: 600;
    --h3-font-size: 24px;
    --h3-line-height: 37px;
    --h3-font-weight: 400;
    --h4-font-size: 20px;
    --h4-line-height: 28.2px;
    --h4-font-weight: 500;
    --p-font-size: 17px;
    --p-line-height: 29px;
    --p-font-weight: 300;
    --s-font-size: 16px;
    --s-font-weight: 300;
    --s-line-height: normal;
    --button-color: #e9142b;
    --link-blue: #0085FF;
    --text-light: #FFF;
    --text-dark: #000;
}

.heading-menu,
#customers,
#scroll {
    display: none;
}

.sec-pTB.mbH,
.btmBar.min-mbH {
    display: none;
}

.blog-home h1 {
    font-size: var(--h1-font-size);
    line-height: var(--h1-line-height);
    font-weight: var(--h1-font-weight);
    color: var(--text-dark);
    text-align: center;
}

.blog-home .sub {
    font-size: 12px;
    font-weight: 600;
    color: #025EFF;
    letter-spacing: 6px;
    display: inline-block;
    text-transform: uppercase;
    margin: 15px auto 0px;
}

.blog-home .desc {
    padding-top: 18px;
    max-width: 450px;
    margin: auto;
    line-height: 29px;
    font-size: 16px;
}

.blog-home h2 {
    font-size: var(--h2-font-size);
    line-height: var(--h2-line-height);
    font-weight: var(--h2-font-weight);
    color: var(--text-dark);
    margin: 0 0 20px;
}

.blog-home h3 {
    font-size: var(--h3-font-size);
    line-height: var(--h3-line-height);
    font-weight: var(--h3-font-weight);
    color: var(--text-dark) !important;
    margin: 0px 0px 15px !important;
}

.blog-home h4 {
    font-size: var(--h4-font-size);
    line-height: var(--h4-line-height);
    color: var(--text-dark);
    margin: 0px 0px 10px;
    font-weight: var(--h4-font-weight);
     /* 141% */
}

.blog-home p {
    font-size: var(--p-font-size);
    line-height: var(--p-line-height);
    font-weight: var(--p-font-weight);
    color: var(--text-dark);
    margin: 0 0 6px;
}

.blog-home.list-wrapper {
    padding: 80px 20px;
}

.blog-home.list-wrapper h2 {
    max-width: 1200px;
    margin: auto;
}

.blog-home.list-wrapper .keyword {
    width: 280px;
    position: sticky;
    top: 30px;
}
.blog-home.list-wrapper .keyword .search-container-wrapper {
    margin: 20px;
    position: relative;
    display: flex;
    justify-content: center;
}

.blog-home.list-wrapper .keyword .popular-categories li {
    color: #494949;
    font-size: 14px;
    font-weight: 400;
    line-height: 20.8px; /* 138.667% */
    padding: 4px 12px;
    border-radius: 25px;
    border: 1px solid #E3E1E1;
    background: #FFF;
    cursor: pointer;
}

.blog-home.list-wrapper .keyword .popular-categories ul {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.blog-home.list-wrapper .keyword .popular-categories li.active {
    background: #0085FF;
    color: #FFF;
}
.blog-home.list-wrapper .keyword .search-container-wrapper .search {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 240px;
    background: #fff;
    border-radius: 7px;
    padding: 15px 15px 3px 0px;
    border-bottom: 1px solid #E6E6E6;
    position: relative;
}
.blog-home.list-wrapper .keyword .search-container-wrapper .search input[type=search] {
    width: 100%;
    height: 100%;
    color: var(--text-dark);
    border: none;
    outline: none;
    background: transparent;
    cursor: auto;
    font-size: 15px;
    font-weight: 300;
    font-family: 'ZohoPuvi';
}
.blog-home.list-wrapper .keyword .search-container-wrapper .search img {
    width: 15px;
    margin: 0 3px 0 0;
    left: -20px;
    position: absolute;
}
.blog-home.list-wrapper .blogs-list {
    width: calc(100% - 330px);
}

.blog-home.list-wrapper .flex {
    max-width: 1200px;
    margin: auto;
    align-items: flex-start;
    justify-content: space-between;
    gap: 20px;
}

.blog-home.list-wrapper .flex .blogs-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    align-items: stretch;
    align-content: center;
    max-width: 1200px;
    gap: 30px;
    margin: 30px auto 0px;
}

.blog-home.list-wrapper .flex .blogs-list .blog {
    width: 265px;
    position: relative;
}

.blog-home.list-wrapper .flex .blogs-list .blog .tags-wrapper {
    margin: 12px 0px;
}

.blog-home.list-wrapper .flex .blogs-list .blog .tags-wrapper .time {
    font-size: 12px;
}

.blog-home.list-wrapper .flex .blogs-list .blog .image-wrapper {
    width: 100%;
    height: 180px;
    border-radius: 6px;
}

.blog-home.list-wrapper .flex .blogs-list .blog .image-wrapper img {
    width: 100%;
    height: 100%;
    border-radius: 6px;
    object-fit: cover;
    object-position:top;
}

.blog-home .tags-wrapper {
    display: flex;
    justify-content: space-between;
    margin: 21px 0px;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
}

.blog-home.banner .main-blog .blog-content .tags-wrapper {
    margin-bottom: 8px;
}

.blog-home.list-wrapper .flex .blogs-list .blog .title {
    text-align: left;
}

.blog-home.list-wrapper .flex .blogs-list .blog .title h4 {
    font-size: 17px;
    font-weight: 600;
    line-height: 27.8px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    overflow: hidden;
}

.blog-home .list-cta {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    color: transparent;
    margin: auto;
    cursor: pointer;
}

.blog-home .tag {
    color: #444;
    font-size: 11px;
    font-weight: 500;
    line-height: 18px;
    text-transform: uppercase;
    padding: 6px 10px;
    border-radius: 4px;
    background: #F5F5F5;
}

.blog-home .time {
    font-size: 16px;
    font-weight: 400;
    text-transform: lowercase;
    color: #656565;
    font-style: normal;
    line-height: 24px; /* 150% */
}

.blog-home.banner{
    background: linear-gradient(0deg, #FFF 0%, #CEECFF 100%);
    
}

.blog-home.banner .banner-content {
    margin: 0 0 60px;
    text-align: center;
}

.blog-home .flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    max-width: 1200px;
    margin: auto;
}

.blog-home .flex.forrester {
    border-radius: 8px;
    background: linear-gradient(90deg, #177140 0%, #002A3D 100%);
    box-shadow: 0 4px 14px 0 rgba(0, 0, 0, 0.07);
    justify-content: space-between;
    padding: 0px 110px 0px 70px;
    max-width: 1020px;
}

.blog-home .flex.forrester .image {
    top: 66px;
    height: 220px;
    position: relative;
}

 .blog-home .flex.forrester .content p {
    max-width: 530px;
    color: #FFF;
    font-size: 15px;
    font-weight: 400;
    line-height: 28px; /* 186.667% */
}

.blog-home .flex.forrester .content h2 {
    color: #FFF !important;
}
.blog-home .flex.forrester .content:before {
    border-left: 1px solid #F2F4F9;
    content: "";
    position: absolute;
    width: 1px;
    height: 140px;
    left: -40px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.blog-home .flex.forrester .content {
    position: relative;
    margin-left: 30px;
}
.blog-home .flex.forrester .image img{
    border-radius: 8px 4px 0 0;
}
.blog-home .flex.forrester .image:before {
    position:absolute;
    content:"";
    background-image:url(https://www.manageengine.com/ems/images/logo/forrester-logo-white.svg);
    width: 140px;
    height: 25px;
    background-size: cover;
    top: -40px;
    left: -40px;
    right: 0;
    margin: auto;
}
.blog-home .flex.forrester .learn-more-button a {
    color: #FFF;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    position: relative;
}
.blog-home .flex.forrester .learn-more-button a:after {
    background-image: url(https://www.manageengine.com/ems/images/icon/arrow-icon-2.svg);
    content: '';
    width: 10px;
    height: 17px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: absolute;
    filter: brightness(0) saturate(100%) invert(99%) sepia(0%) saturate(5%) hue-rotate(139deg) brightness(102%) contrast(102%);
    right: -20px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.blog-home.banner .flex {
    border-radius: 20px;
    background: #FFF;
    padding: 25px;
    max-width: 1150px;
    align-items: flex-start;
    justify-content: space-around;
}

.blog-home.banner .main-blog {
    width: 67%;
    max-width: 790px;
}

.blog-home.banner .main-blog .blog-content {
    position: relative;
}

.blog-home.banner .main-blog .blog-content img {
    width: 100%;
    border-radius: 9px;
    background: #FFF;
    margin: 0 0 5px;
    max-height: 345px;
}

.blog-home.banner .sub-blog {
    max-width: calc(100% - 830px);
    width: 30%;
    min-width: 280px;
}

.blog-home.banner .sub-blog .sub-list img {
    width: 94px;
    height: 104px;
    border-radius: 8px;
    background: #C5C5C5;
}

.blog-home.banner .sub-blog .sub-list .content {
    width: calc(100% - 105px);
}

.blog-home.banner .sub-blog .sub-list .content p {
    font-weight: 600;
    line-height: 24px; /* 141.176% */
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    overflow: hidden;
}

.blog-home.banner .sub-list .flex {
    padding: 0px;
    gap: 10px;
}

.blog-home.banner .sub-list {
    margin: 0 0 37px;
    position: relative;
}

.blog-home.banner .sub-list:last-child {
    margin-bottom: 0px;
}

.blog-home {
    padding: 60px 20px;
}

.blog-home.recognition {
    padding: 0px;
}

@media (max-width:1250px) {
    .blog-home .flex.forrester{
        padding: 0px 40px 0px 20px;
        margin: 0px 20px;
    }
    .blog-home .flex.forrester .content{
        margin-left:0px;
    }
    .blog-home .flex.forrester .content:before{
        left: -20px;
    }
    .blog-home .flex.forrester .content p{
        max-width:500px;
    }
}

@media (max-width:768px){
    :root{
        --h2-font-size: 20px;
        --h2-line-height: 30px;
    }
    .blog-home.banner .main-blog{
        width:100%;
    }
    .blog-home.banner .sub-blog{
        display:none;
    }
    .blog-home .flex.forrester .image{
        width:200px;
    }
    .blog-home .flex.forrester .image img{
        width:100%;
    }
    .blog-home .flex.forrester .content{
        max-width:350px;
    }
    .blog-home .flex.forrester .content:before{
        left: -14px;
    }
    .blog-home .flex.forrester .learn-more-button a{
        font-size:14px;
    }
    .blog-home.list-wrapper .keyword{
        width:200px;
        position: relative;
        top: 10px;
    }
    .blog-home.list-wrapper .flex .blogs-list{
        width: 480px;
    }
    .blog-home.list-wrapper .flex .blogs-list .blog{
        width: 220px;
    }
    .blog-home .tag{
        font-size: 10px;
        padding: 6px 5px;
    }
    .blog-home.list-wrapper .flex .blogs-list .blog .tags-wrapper .time{
        font-size:10px;
    }
}
@media (max-width:500px){
    .blog-home.banner{
        margin-top: 0px;
    }
    .blog-home.banner .main-blog{
        width:100%;
    }
    .blog-home.list-wrapper .flex{
        flex-direction: column-reverse;
        flex-wrap: nowrap;
    }
    .blog-home.list-wrapper .flex .blogs-list{
        width: 100%;
        justify-content: center;
    }
    .blog-home.list-wrapper .keyword .search-container-wrapper{
        display:none;
    }
    .blog-home.list-wrapper .keyword .popular-categories ul{
        flex-wrap: nowrap;
        overflow: scroll;
    }
    .blog-home.list-wrapper .keyword{
        width:100%;
    }
    .blog-home.list-wrapper .keyword .popular-categories li{
        font-size: 14px;
        padding: 5px 10px;
        min-width: fit-content;
        margin: 0 0 10px;
    }
    .blog-home .flex.forrester{
        text-align:center;
        justify-content: center;
        padding-bottom: 30px;
    }
    .blog-home .flex.forrester .content:before{
        content:none;
    }
    .blog-home .flex.forrester .content{
        margin: 0px 0px 30px;
    }
}