:root {
    --h1-font: 54px;
    --h2-font: 40px;
    --h3-font: 24px;
    --h4-font: 20px;
    --p-font: 17px;
}
.education.header.banner-theme.device-life-cycle{
background:none;
}
.education h1 {
    line-height: 72px;
    max-width: 1100px;
   margin: 0 auto 20px !important;
}

.education h2 {
    line-height: 52px;
}

.education h3 {
    line-height: 32px;
}


.education h4 {
    line-height: 27px;
}

.education p,
.education li {
    line-height: 27px;
}
body:before{
    position: absolute;
    z-index: -1;
    visibility: hidden;
    opacity: 0;
    content: url(https://www.manageengine.com/products/desktop-central/../../products/desktop-central/images/industry-banckground-theme.png) ;
    transform: scale(0);
}
.education.header.banner-theme.device-life-cycle:before {
    position: absolute;
    content: "";
    background-image: url(https://www.manageengine.com/products/desktop-central/../../products/desktop-central/images/industry-banckground-theme.png);
    left: 0;
    right: 0;
    top: 0;
    bottom: 160px;
    z-index: 1;
    background-size: cover;
}
.education.inner-page.try:before {
    position: absolute;
    content: "";
    background-image: url(https://www.manageengine.com/products/desktop-central/../../products/desktop-central/images/industry-footer-theme.png);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
    background-size: cover;
    background-position:bottom;
}
.education.inner-page .tab{
   z-index:2;
   position:relative;
   color: #000;
}

.education.inner-page .tab a {
    color: #000;
}
.education.inner-page.header .content{
   z-index:2;
   position:relative;
}
.education.inner-page.header .description{z-index:2;position:relative;box-shadow: 0px 15px 20px #00000012;padding: 60px 0px 0px;max-width: 1200px;}

.education.inner-page.header .description .customers h4 {
    color: rgb(102, 102, 102);
    position: relative;
    width: fit-content;
    max-width: 1200px;
    font-size: 17px;
    margin: auto !important;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    background: linear-gradient(0deg, #F6F9FC 50%, white 0%);
    width: -webkit-fill-available;
}

.education.inner-page.header .description .customers h4:before {
    /* content: ""; */
    position: absolute;
    left: -102px;
    width: 100px;
    top: 45%;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(233, 233, 233);
    border-image: initial;
}

.education.inner-page.header .description .customers h4:after {
    /* content: ""; */
    position: absolute;
    right: -102px;
    width: 100px;
    top: 45%;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(233, 233, 233);
    border-image: initial;
}

.education.inner-page.header .description .customers {
    margin: 40px 0px 0px 0px;
    padding: 0px 0px 60px;
    background-color: #F6F9FC;
    border-radius: 0px 0px 20px 20px;
}

.education.inner-page.header .description .customers .customers-logos {
    max-width: 1200px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    margin: 30px auto auto;
    gap: 40px;
}

.education.inner-page.header .description .customers .company-content-title span {
    color: #2f2f2f;
    border: 1px solid #E9E9E9;
    border-radius: 16px;
    padding: 2px 14px;
    background-color: white;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.education.inner-page.header .description .customers .company-content-title span p {
    margin: 0px 20px;
    font-size: 14px;
    font-weight: var(--s-wgt);
}

.education.inner-page.header .description .customers .company-content-title {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    background: linear-gradient(0deg, #F6F9FC 50%, white 0%);
    width: -webkit-fill-available;
}

.education.inner-page.header .description .customers .customers-logos img {
    max-width: 140px;
    max-height: 55px;
}
.education.inner-page.bts .box img{
filter: brightness(0) saturate(100%) invert(48%) sepia(76%) saturate(5757%) hue-rotate(195deg) brightness(104%) contrast(107%);
}
