li{
 list-style:none;
}

.heading-menu, #btmBar{display:none}
footer{border:none}
.text-center {
    text-align: center;
}

.quick-links-wrap,
#commonHeader,
#btmscroll,
#quickFixDiv,
.pam360-breadcrumb {
    display: none;
}


/*  */

.trans-delay-1 {
    transition-delay: .1s
}

.trans-delay-2 {
    transition-delay: .2s
}

.trans-delay-3 {
    transition-delay: .3s
}

.trans-delay-4 {
    transition-delay: .4s
}

.trans-delay-5 {
    transition-delay: .5s
}

.trans-delay-6 {
    transition-delay: .6s
}

.trans-delay-7 {
    transition-delay: .7s
}

.trans-delay-8 {
    transition-delay: .8s
}

.trans-delay-9 {
    transition-delay: 1s
}

.trans-delay-10 {
    transition-delay: 1s
}

.trans-delay-11 {
    transition-delay: 1.1s
}

.trans-delay-12 {
    transition-delay: 1.2s
}

.trans-delay-13 {
    transition-delay: 1.3s
}

.trans-delay-14 {
    transition-delay: 1.4s
}

.trans-delay-15 {
    transition-delay: 1.5s
}

.trans-delay-16 {
    transition-delay: 1.6s
}

.trans-delay-17 {
    transition-delay: 1.7s
}

.trans-delay-18 {
    transition-delay: 1.8s
}

.trans-delay-19 {
    transition-delay: 1.9s
}

.trans-delay-20 {
    transition-delay: 2s
}

.trans-delay-21 {
    transition-delay: 1.8s
}

.trans-delay-22 {
    transition-delay: 1.9s
}

.trans-delay-23 {
    transition-delay: 2s
}

.anim-ele * {
    transition-duration: 1s;
    transition-property: all;
}

.banner-sub-cont p,
.solutions-list-wrap h2,
.msp-list-wrap h2,
.solutions-list-wrap ul li,
.msp-list-wrap ul li,
.pam-customers-wrap h2,
.pam-customers-wrap ul li,
.industry-leader-wrap h2,
.industry-leader-wrap ul li,
.resource-kit-wrap h2,
.resource-kit-wrap p,
.resource-kit-wrap li {
    transform: translateY(50px);
    opacity: 0;
}

.anim-active.banner-sub-cont p,
.anim-active.solutions-list-wrap h2,
.anim-active.msp-list-wrap h2,
.anim-active.solutions-list-wrap ul li,
.anim-active.msp-list-wrap ul li,
.anim-active.pam-customers-wrap h2,
.anim-active.pam-customers-wrap ul li,
.anim-active.industry-leader-wrap h2,
.anim-active.industry-leader-wrap ul li,
.anim-active.trust-pam-wrap h2,
.anim-active.resource-kit-wrap h2,
.anim-active.resource-kit-wrap p,
.anim-active.resource-kit-wrap li {
    transform: translateY(0);
    opacity: 1;
}


/*  */

.arrow-container {
    width: 25px;
    /* cubic-bezier-easing = sine / mehr Beispiele: https://easings.net/ */
    animation: bounce 1600ms infinite cubic-bezier(0.445, 0.05, 0.55, 0.95);
    cursor: pointer;
    height: 20px;
    position: absolute;
    left: 50%;
    bottom: 10px;
    display: none;
}

.arrow-down {
    height: 3px;
    background: #2e6da5;
    transform: rotate(45deg);
    transform-origin: 0% 0%;
    border-radius: 5px;
}

.arrow-down:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 100%;
    border-radius: 5px;
    background: #2c6ca4;
    transform: rotate(-90deg);
    transform-origin: 0% 100%;
}

@keyframes bounce {
    50% {
        transform: translateY(-15px);
    }
}


/*  */

.me-logo {
    max-width: 1300px;
    width: 90%;
    position: absolute;
    left: 50%;
    top: 30px;
    transform: translateX(-50%);
    /* display: flex; */
    /* align-items: center; */
}

.me-logo .melogosvg img {
    width: 200px;
}

.me-20-logo img {
    width: 50px;
}

.banner-wrap {
    color: #fff;
    padding: 120px 0;
    background: rgb(250, 226, 76);
    background: linear-gradient(90deg, rgba(250, 226, 76, 1) 40%, rgba(245, 195, 66, 1) 100%);
    overflow: hidden;
    position: relative;
    height: 90vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner-contain-text {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.banner-wrap h1 {
    color: #000;
    margin: 0;
    font-size: 52px;
    line-height: 1.2;
}

.banner-left {
    max-width: 650px;
}

.banner-left p {
    margin: 20px 0 0
}

.banner-left p a {
    font-size: 17px !important;
    font-family: var(--primaryfont-bold);
    padding: 15px 35px;
    letter-spacing: 1px;
}

.banner-right {
    max-width: 520px;
}


/*  */

.pam360-cont-wrap {
    padding: 0;
    overflow: hidden;
}

.pam360-cont-wrap p:last-child {
    margin: 0;
}

.banner-sub-cont {
    padding: 100px 0;
    background: rgb(49, 117, 173);
    background: linear-gradient(90deg, rgba(49, 117, 173, 1) 40%, rgba(35, 90, 148, 1) 100%);
    color: #fff;
}

.banner-sub-cont .container {
    max-width: 920px;
    text-align: center;
}

.banner-sub-cont p {
    font-size: 20px;
}

.banner-sub-cont p span {
    font-family: var(--primaryfont-bold);
}


/*  */

.solutions-list-wrap,
.msp-list-wrap {
    padding: 100px 0 0;
}

.solutions-list-wrap h2 {
    max-width: 600px;
    margin: 0 auto
}

.solutions-list-wrap ul,
.msp-list-wrap ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 30px;
    margin: 40px auto 0;
    max-width: 1040px;
}

.solutions-list-wrap ul li,
.msp-list-wrap ul li {
    padding: 40px;
    font-size: 17px;
    line-height: 1.6;
    font-family: var(--primaryfont-regular);
    border-radius: 10px;
}

.solutions-list-wrap ul li:nth-child(1) {
    background-color: #FBFCE8;
}

.solutions-list-wrap ul li:nth-child(2) {
    background-color: #EDFCED;
}

.solutions-list-wrap ul li:nth-child(3) {
    background-color: #FFF1F0;
}

.solutions-list-wrap ul li:nth-child(4) {
    background-color: #FFFBEB;
}

.msp-list-wrap ul li {
    background-color: #FBFBFB;
    border: 2px solid #ededed;
}

.solutions-list-wrap ul li p:last-child,
.msp-list-wrap ul li p:last-child {
    margin: 0;
}

.logo-sec {
    margin: 0 0 30px;
}

.logo-sec img {
    height: 60px;
    width: auto;
}

.logo-sec span {
    display: block;
    font-family: var(--primaryfont-semibold);
    font-size: 14px;
    font-style: italic;
}

.solutions-list-wrap ul li p a,
.msp-list-wrap ul li p a {
    font-family: var(--primaryfont-bold);
    font-size: 15px;
}

.btn-wrap a {
    background: #E9142B;
    color: #fff;
    cursor: pointer;
    outline: none;
    display: inline-block;
    padding: 12px 20px;
    font-size: 13px !important;
    font-weight: 600;
    box-sizing: border-box;
    text-transform: uppercase;
    border-radius: 4px;
}


/*  */

.trust-pam-wrap {
    background: rgb(49, 117, 173);
    background: linear-gradient(90deg, rgba(49, 117, 173, 1) 40%, rgba(35, 90, 148, 1) 100%);
    color: #fff;
    padding: 100px 0;
}

.trust-pam-wrap h2 {
    color: #fff;
    max-width: 700px;
    margin: 0 auto
}

.trust-pam-wrap h2 span {
    color: #f5c642;
}


/*  */

.pam-customers-wrap {
    padding: 100px 0 0;
}

.pam-customers-wrap h2 {
    max-width: 700px;
    width: 90%;
    margin: 0 auto 40px;
}

.pam-customers-wrap h2 span {
    color: #2f77f4;
    font-family: var(--primaryfont-bold);
    width: 105px;
    display: inline-block;
}

.pam-customers-wrap .container {
    max-width: 100%;
    width: 100%;
    background: #FBFBFB;
    padding: 80px 0;
    border-top: 2px solid #f3f3f3;
    border-bottom: 2px solid #f3f3f3;
}

.pam-customers-wrap ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    max-width: 1320px;
    width: 90%;
    margin: 0 auto;
}

.pam-customers-wrap ul li {
    background-image: url(https://www.manageengine.com/privileged-access-management/images/solution/pam360-customers-logo.png);
    background-size: 1000px auto;
    background-repeat: no-repeat;
    /* width: 100px; */
    height: 40px;
    margin: 15px 20px;
}

.gb-gsk {
    width: 108px;
    background-position: -18px 0;
}

.gb-xmas {
    width: 127px;
    background-position: -136px 0;
}

.gb-inchcape {
    width: 175px;
    background-position: -273px 0;
}

.gb-footlocker {
    width: 225px;
    background-position: -457px 0;
}

.gb-getronics {
    width: 97px;
    background-position: -691px 0;
}

.gb-panasonic {
    width: 74px;
    background-position: -798px 0;
}

.gb-cinepolis {
    width: 112px;
    background-position: -880px 0;
}

.gb-rac {
    width: 77px;
    height: 69px !important;
    background-position: -4px -49px;
}

.gb-rev {
    width: 141px;
    height: 52px !important;
    background-position: -97px -49px;
}

.gb-ibm {
    width: 102px;
    background-position: -247px -49px;
}

.gb-ntt-data {
    width: 119px;
    background-position: -358px -49px;
}

.gb-inditex {
    width: 142px;
    background-position: -486px -49px;
}

.gb-capgemini {
    width: 185px;
    background-position: -636px -49px;
}

.gb-cocacola {
    width: 141px;
    height: 45px !important;
    background-position: -823px -42px;
}

.gb-bedag {
    width: 138px;
    background-position: -16px -124px;
}

.gb-pega {
    width: 103px;
    height: 77px !important;
    background-position: -237px -100px;
}

.gb-arlanxeo {
    width: 143px;
    height: 25px !important;
    background-position: -345px -94px;
}

.gb-dt {
    width: 85px;
    height: 88px !important;
    background-position: -494px -94px;
}

.gb-ptc {
    width: 103px;
    height: 48px !important;
    background-position: -580px -94px;
}

.gb-holland {
    width: 142px;
    height: 76px !important;
    background-position: -688px -94px;
}

.gb-rotech {
    width: 145px;
    background-position: -833px -92px;
}

.gb-brambles {
    width: 143px;
    height: 29px !important;
    background-position: -342px -122px;
}


/*  */

.testimonial-wrap {
    background: rgb(49, 117, 173);
    background: linear-gradient(90deg, rgba(49, 117, 173, 1) 40%, rgba(35, 90, 148, 1) 100%);
    color: #fff;
    padding: 100px 0;
}

.testimonial-slider {
    max-width: 800px;
    width: 90%;
    margin: 0 auto !important;
    position: relative;
    padding: 70px 0 0;
}

.testimonial-slider:before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    width: 50px;
    height: 50px;
    background: url(https://www.manageengine.com/privileged-access-management/images/solution/quote.png) no-repeat;
    background-size: 100% auto;
    transform: translateX(-50%);
}


/*  */

.industry-leader-wrap {
    padding: 100px 0;
}

.industry-leader-wrap h2 {
    margin: 0 auto;
}

.industry-leader-wrap h2 span {
    display: block;
    color: #3074ac;
}

.industry-leader-wrap ul {
    margin: 40px auto 0;
    max-width: 990px;
    width: 100%;
}

.industry-leader-wrap ul li {
    padding: 0;
    border: 2px solid #2f71a9;
    display: flex;
    justify-content: space-between;
    margin: 0 0 30px;
    border-radius: 4px;
}

.industry-leader-wrap ul li:last-child {
    margin: 0;
}

.industry-leader-image {
    width: 300px;
    background: #2f72aa;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.gartner-img {
    padding: 30px;
}

.forrester-img {
    align-items: flex-end;
}

.industry-leader-content {
    width: calc(100% - 300px);
    padding: 20px;
}

.industry-leader-content h4 {
    margin-top: 0;
    font-family: var(--primaryfont-bold);
    font-size: 24px;
    color: #000;
}

.industry-leader-content p {
    margin: 0 0 10px
}

.industry-leader-content p a {
    font-family: var(--primaryfont-semibold);
    padding: 1px 25px;
}


/* SLider */

.testimonial-slider li {
    text-align: center;
}

.testimonial-slider li p {
    font-size: 22px;
    /* font-family: var(--primaryfont-semibold); */
    margin: 0 0 40px;
}

.testimonial-slider li h4 {
    color: #f6c944;
    font-size: 25px;
    font-family: var(--primaryfont-bold);
    margin-top: 0;
}

.testimonial-slider li h4 span {
    display: block;
    font-size: 14px;
    font-family: var(--primaryfont-medium);
    color: #fff;
}

.testimonial-slider .slick-dots {
    list-style: none;
    display: flex !important;
    justify-content: center;
    margin: 10px 0 0;
}

.testimonial-slider .slick-dots li {
    text-indent: -999999px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin: 0 4px;
    cursor: pointer;
    border: 1px solid #fff;
}

.testimonial-slider .slick-dots li.slick-active {
    background: #f6c843;
}

.resource-kit-wrap {
    padding: 100px 0 0;
}

.resource-kit-wrap h2 {
    margin-top: 0;
}

.resource-kit-wrap ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 30px;
    margin: 40px auto 0;
    max-width: 840px;
}

.resource-kit-wrap ul li {
    text-align: center;
    position: relative
}

.resource-kit-wrap ul li a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.resource-kit-wrap ul li h4 {
    margin: 0;
    display: none;
}

.ebook-popup-form {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000cf;
}

.ebook-popup-contain {
    margin: 0;
    font-family: 'ZohoPuvi';
    font-weight: 300;
    max-width: 460px;
    width: 90%;
    padding: 25px;
    border: 1px solid #eee;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
}

span.focus-border {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.form-group {
    z-index: 1;
}

input[type="text"],
input[type="email"],
input[type="number"],
select,
textarea {
    outline: none;
}

.ebook-popup-close {
    position: absolute;
    z-index: 1000;
    top: 15px;
    right: 20px;
    font-size: 36px;
    line-height: 1;
    font-weight: 400;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    transition: all 200ms;
}

.ebook-popup-form.open {
    position: fixed;
    z-index: 1000000;
    opacity: 1;
}

.ebook-popup-form {
    position: fixed;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.80);
    opacity: 0;
    transition: all ease 500ms;
}

div#survey {
    display: none !important;
}

.form-radio {
    margin-bottom: 15px;
}

.label-text-head {
    margin: 0 0 7px;
    font-size: 13px;
}

.form-radio-contain {
    display: flex;
}

.radio .helper {
    top: 0;
}

.form-radio label {
    font-size: 15px;
}

.verify-text {
    font-size: 15px;
    margin: 40px 0 0;
    color: #000;
}

@media screen and (min-width: 1921px) {
    .banner-sub-cont p,
    .solutions-list-wrap h2,
    .msp-list-wrap h2,
    .solutions-list-wrap ul li,
    .msp-list-wrap ul li,
    .pam-customers-wrap h2,
    .pam-customers-wrap ul li,
    .industry-leader-wrap h2,
    .industry-leader-wrap ul li,
    .resource-kit-wrap h2,
    .resource-kit-wrap p,
    .resource-kit-wrap li {
        transform: translateY(0);
        opacity: 1;
    }
    .banner-wrap {
        height: auto;
    }
}

@media screen and (max-width: 1366px) {
    .banner-wrap {
        padding: 100px 0;
    }
    .banner-contain-text {
        max-width: 1000px;
    }
    .banner-wrap h1 {
        font-size: 44px;
        line-height: 1.2;
    }
    .banner-left {
        max-width: 480px;
    }
    .banner-right {
        max-width: 420px;
    }
    .banner-sub-cont {
        padding: 100px 0;
    }
    .pam360-cont-wrap h2 {
        font-size: 34px;
    }
}

@media screen and (max-width: 1200px) {
    .banner-wrap {
        height: auto;
        padding: 80px 0;
    }
    .banner-wrap h1 {
        font-size: 40px;
        line-height: 1.2;
    }
    .pam360-cont-wrap h2 {
        font-size: 34px;
    }
    .banner-left {
        max-width: 450px;
    }
    .banner-sub-cont {
        padding: 80px 0;
    }
}

@media screen and (max-width: 992px) {
    .banner-wrap {
        padding-top: 100px
    }
    .banner-contain-text {
        display: block;
    }
    .banner-left {
        max-width: 530px;
        margin: 0 auto;
        text-align: center
    }
    .banner-right {
        margin: 40px auto 0;
    }
    .banner-wrap h1 {
        font-size: 37px;
        line-height: 1.2;
    }
    .pam360-cont-wrap h2 {
        font-size: 32px;
    }
    .banner-sub-cont p,
    .solutions-list-wrap h2,
    .msp-list-wrap h2,
    .solutions-list-wrap ul li,
    .msp-list-wrap ul li,
    .pam-customers-wrap h2,
    .pam-customers-wrap ul li,
    .industry-leader-wrap h2,
    .industry-leader-wrap ul li,
    .resource-kit-wrap h2,
    .resource-kit-wrap p,
    .resource-kit-wrap li {
        transform: translateY(0);
        opacity: 1;
    }
}

@media screen and (max-width: 767px) {
    .banner-wrap h1 {
        font-size: 35px;
        line-height: 1.2;
    }
    .pam360-cont-wrap h2 {
        font-size: 30px;
    }
    .solutions-list-wrap ul,
    .msp-list-wrap ul {
        display: block;
    }
    .solutions-list-wrap ul li,
    .msp-list-wrap ul li {
        padding: 30px
    }
    .solutions-list-wrap ul li:not(:last-child),
    .msp-list-wrap ul li:not(:last-child) {
        margin: 0 0 20px
    }
    .pam-customers-wrap h2 span {
        width: 90px;
    }
    .industry-leader-image {
        display: none;
    }
    .industry-leader-content {
        width: 100%;
    }
    .industry-leader-content h4 {
        font-size: 22px;
    }
    .testimonial-wrap,
    .trust-pam-wrap,
    .industry-leader-wrap,
    .pam-customers-wrap .container {
        padding: 70px 0;
    }
    .pam-customers-wrap,
    .solutions-list-wrap,
    .msp-list-wrap {
        padding-top: 70px;
    }
}

@media screen and (max-width: 420px) {
    .resource-kit-wrap ul {
        grid-template-columns: repeat(1, 1fr);
    }
}
