@charset "UTF-8";
@import url("https://www.manageengine.com/css/fonts.css");
:root {
    --zoho_Puvi_Regular: 'Zoho_Puvi_Regular';
    --zoho_Puvi_Medium: 'Zoho_Puvi_Medium';
    --zoho_Puvi_Semi_Bold: 'Zoho_Puvi_SemiBold';
    --zoho_Puvi_Bold: 'Zoho_Puvi_Bold';
    --zoho_Puvi_Etra_Bold: 'Zoho_Puvi_ExtraBold';
    --black-color: #000000;
    --white-color: #ffffff;
}

body {
    font: 17px / 1.5 Zoho_Puvi_Regular, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
p,
span,
a,
ul,
li,
table {
    box-sizing: border-box;
    color: #000;
}

h1 {
    font: clamp(2rem, 9.615vw - 3.962rem, 3.25rem) / 1.2 Zoho_Puvi_ExtraBold;
}

h2 {
    font: calc(clamp(1.75rem, 5.769vw - 1.827rem, 2.5rem)) / 1.2 Zoho_Puvi_Bold;
    margin: 0px 0 30px;
}

h3 {
    font: clamp(1.75rem, 3.365vw - 0.337rem, 2.188rem) / 1.2 Zoho_Puvi_Bold;
}

h4 {
    margin-left: 0px;
}

#main-container {
    margin: 0px 0px;
    padding: 0px 0px;
    position: relative;
    width: 100%;
    box-sizing: border-box;
    overflow-x: hidden;
}

#main-container .extraBold {
    font-family: 'Zoho_Puvi_ExtraBold';
}

#main-container section p {
    font: calc(clamp(1rem, 0.962vw + 0.404rem, 1.125rem)) / 1.5 Zoho_Puvi_Regular, sans-serif;
    box-sizing: border-box;
}

#main-container section li {
    font: calc(clamp(1rem, 0.962vw + 0.404rem, 1.125rem)) / 1.5 Zoho_Puvi_Regular, sans-serif;
}

#main-container a {
    text-decoration: none;
}

#main-container section {
    position: relative;
    box-sizing: border-box;
    padding: 100px 0px;
}

section img,
section source,
section picture {
    width: 100%;
}

.prd-nav li {
    width: calc( 99% / 3);
}

.text-center {
    text-align: center;
}

.sdp-container {
    width: 95%;
    max-width: 1300px;
    margin: 0 auto;
    box-sizing: border-box;
    position: relative;
}

#main-container .banner-section {
    background: linear-gradient(180deg, #1966F6 29.81%, #9BBEFF 100%);
    padding-top: 20px;
}

#main-container .banner-section .top-cont-wrap h1,
#main-container .banner-section .top-cont-wrap p,
#main-container .banner-section .sdp-cmn-breadcrum a,
#main-container .banner-section .sdp-cmn-breadcrum .sdp-root-page,
#main-container .banner-section .sdp-bread-crumb-arrow {
    color: #fff;
}

#main-container .banner-section .bottom-cont-wrap h3,
#main-container .banner-section .bottom-cont-wrap p {
    color: #000;
}

#main-container .banner-section .bottom-cont-wrap h3 {
    margin-top: 20px;
}

#main-container .banner-section .counter-parent .banner-sprite {
    height: 80px;
    width: 60px;
    display: block;
    background-image: url(../images/adw-banner-sprite.png);
    background-size: 200px;
    background-repeat: no-repeat;
    transform: scale(1.1);
    transform-origin: right;
}

#main-container .banner-section .counter-parent>div:nth-child(1) .banner-sprite {
    background-position: 0px 0px;
}

#main-container .banner-section .counter-parent>div:nth-child(2) .banner-sprite {
    background-position: -140px 0px;
}

#main-container .banner-section .counter-parent>div:nth-child(3) .banner-sprite {
    background-position: -71px 0px;
}

#main-container .banner-section .counter-parent>div {
    transform: translateY(60px);
    transition: .4s ease;
    opacity: 0;
}

#main-container .banner-section.parent-active .counter-parent>div {
    transform: translateY(0px);
    opacity: 1;
}

#main-container .banner-section .counter-parent>div:nth-child(1) {
    transition-delay: .2s;
}

#main-container .banner-section .counter-parent>div:nth-child(2) {
    transition-delay: .4s;
}

#main-container .banner-section .counter-parent>div:nth-child(3) {
    transition-delay: .6s;
}

#main-container .banner-section .counter-parent p {
    font-family: 'Zoho_Puvi_SemiBold';
    max-width: 180px;
}

#main-container .banner-section::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 500px;
    background: url(../images/banner-bottom-shape.png);
    z-index: 1;
    background-size: cover;
}

.sdp-cmn-breadcrum a,
.sdp-cmn-breadcrum .sdp-bread-crumb-arrow,
.sdp-cmn-breadcrum .sdp-root-page {
    font-size: 15px;
}

.banner-cont-wrap {
    margin-top: 100px;
    position: relative;
    z-index: 2;
}

.banner-cont-wrap .flex-wrap {
    align-items: flex-start;
}

#main-container .banner-cont-wrap .top-cont-wrap p {
    font-family: 'Zoho_Puvi_Medium';
    font-size: 20px;
    max-width: 490px;
    width: 100%;
}

.banner-cont-wrap .bottom-cont-wrap {
    margin-top: -100px;
    max-width: 60%;
    width: 100%;
    position: relative;
    top: 30px;
}

#main-container .banner-section span.bottom-scroll-arrow,
#main-container .banner-section span.bottom-scroll-arrow::after {
    position: absolute;
}

#main-container .banner-section span.bottom-scroll-arrow {
    bottom: 0;
    left: 50%;
    height: 40px;
    width: 70px;
    background-image: url(../images/banner-down-arrow-sprite.svg);
    background-size: 120px;
    background-repeat: no-repeat;
    z-index: 33;
    transform: translate(-50%, 0%);
    cursor: pointer;
}

#main-container .banner-section span.bottom-scroll-arrow::after {
    content: '';
    height: 60%;
    width: 25px;
    background-image: url(../images/banner-down-arrow-sprite.svg);
    background-size: 140px;
    transform: translate(-50%, 0%);
    left: 28px;
    background-position: -121px 0px;
    background-repeat: no-repeat;
    top: 18px;
    animation: bounce 3.4s infinite;
}

@keyframes bounce {
    0% {
        transform: translateY(0);
    }
    25% {
        transform: translateY(-5px);
    }
    50% {
        transform: translateY(0px);
    }
    75% {
        transform: translateY(-5px);
    }
    100% {
        transform: translateY(0px);
    }
}


/*why-sdp-section-start-here*/

#main-container section.why-sdp-section {
    position: relative;
    background-size: cover;
    background: linear-gradient(180deg, #F1F7FF 0%, #E5F1FF 100%);
    padding-bottom: 0px;
    overflow: hidden;
}

.why-sdp-section::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/adw-why-sdp-bg.png);
    background-size: cover;
}

.why-sdp-section .sdp-container {
    position: relative;
    z-index: 22;
}

.why-sdp-section .top-cont-wrap,
.trusted-brand-section .top-cont-wrap {
    max-width: 900px;
    width: 100%;
    margin: 0px auto;
}

.why-sdp-section .top-cont-wrap,
.why-sdp-section .adw-why-sdp-hero-object {
    opacity: 0;
    transition: .7s ease;
}

.why-sdp-section .top-cont-wrap {
    transform: translateY(-200px);
}

.parent-active.why-sdp-section .top-cont-wrap {
    transform: translateY(0px);
    opacity: 1;
}

.why-sdp-section .adw-why-sdp-hero-object {
    max-width: 550px;
    margin: 200px auto 0px;
    position: relative;
    top: 10px;
    transform: translateY(500px);
}

.parent-active.why-sdp-section .adw-why-sdp-hero-object {
    transform: translateY(0px);
    opacity: 1;
}

.why-sdp-section .why-sdp-hero-object-parent {
    position: relative;
}

.why-sdp-section .tick-box {
    width: 450px;
    position: absolute;
}

.why-sdp-section.parent-active .tick-box .flex-wrap {
    padding: 20px 18px;
    background: #FFFFFF80;
    border: 1px solid #9EDBFF;
    border-radius: 20px;
    cursor: pointer;
    width: 100%;
    height: 100%;
}

.why-sdp-section .tick-box::before {
    content: '';
    position: absolute;
    background-image: url(../images/adw-why-sdp-sprites.svg);
    height: 50px;
    width: 50px;
    background-size: 410px;
    left: -50px;
    background-position: -368px;
    background-repeat: no-repeat;
    opacity: 0;
    transform: scale(3);
    transition: .4s ease;
    top: 20px;
}

.why-sdp-section.parent-active .tick-box::before {
    opacity: 1;
    transform: scale(1);
}

.why-sdp-section .tick-box .flex-wrap {
    opacity: 0;
    transform: scale(.6);
    transition: .4s ease;
    transform-origin: center;
}

.why-sdp-section.parent-active .tick-box .flex-wrap {
    transform: scale(.96);
    opacity: 1;
}

.why-sdp-section .tick-box .flex-wrap>div {
    box-sizing: border-box;
}

.why-sdp-section .tick-box .flex-wrap>div:nth-child(1) {
    max-width: 13%;
    flex: 0 0 13%;
}

.why-sdp-section .tick-box .flex-wrap>div:nth-child(2) {
    max-width: 87%;
    flex: 0 0 87%;
    padding-left: 10px;
}

#main-container section.why-sdp-section .tick-box p {
    display: none;
    font-size: 15px;
    margin-top: 8px;
    margin-bottom: 0;
}

.why-sdp-section .tick-box span {
    display: inline-block;
    background-image: url(../images/adw-why-sdp-sprites.svg);
    height: 40px;
    width: 40px;
    background-size: 340px;
    background-repeat: no-repeat;
    background-position: -5px -5px;
    transform: scale(1.1);
}

.why-sdp-section .tick-box h4 {
    font-size: 18px;
    font-family: 'Zoho_Puvi_Bold';
    line-height: 1.4;
}

.why-sdp-section .tick-box.tick-a {
    left: 100px;
    top: -100px;
}

.why-sdp-section .tick-box.tick-a::before {
    transition-delay: .2s;
}

.why-sdp-section .tick-box.tick-a .flex-wrap {
    transition-delay: .4s;
}

.why-sdp-section .tick-box.tick-b {
    right: 60px;
    top: -100px;
}

.why-sdp-section .tick-box.tick-b span {
    background-position: -56px -5px;
}

.why-sdp-section .tick-box.tick-b::before {
    transition-delay: .6s;
}

.why-sdp-section .tick-box.tick-b .flex-wrap {
    transition-delay: .8s;
}

.why-sdp-section .tick-box.tick-c {
    left: 40px;
    top: 50px;
}

.why-sdp-section .tick-box.tick-c span {
    background-position: -110px -5px;
}

.why-sdp-section .tick-box.tick-c::before {
    transition-delay: 1s;
}

.why-sdp-section .tick-box.tick-c .flex-wrap {
    transition-delay: 1.2s;
}

.why-sdp-section .tick-box.tick-d {
    right: 0px;
    top: 50px;
}

.why-sdp-section .tick-box.tick-d span {
    background-position: -143px -5px;
    background-size: 300px;
}

.why-sdp-section .tick-box.tick-d::before {
    transition-delay: 1.4s;
}

.why-sdp-section .tick-box.tick-d .flex-wrap {
    transition-delay: 1.6s;
}

.why-sdp-section .tick-box.tick-e {
    left: -20px;
    top: 200px;
}

.why-sdp-section .tick-box.tick-e span {
    background-position: -217px -5px;
}

.why-sdp-section .tick-box.tick-e::before {
    transition-delay: 1.8s;
}

.why-sdp-section .tick-box.tick-e .flex-wrap {
    transition-delay: 2s;
}

.why-sdp-section .tick-box.tick-f {
    right: -50px;
    top: 200px;
}

.why-sdp-section .tick-box.tick-f span {
    background-position: -263px -2px;
}

.why-sdp-section .tick-box.tick-f::before {
    transition-delay: 2.2s;
}

.why-sdp-section .tick-box.tick-f .flex-wrap {
    transition-delay: 2.4s;
}


/*why-sdp-section-end-here*/


/*international-analyst-firm-section-start-here*/

#main-container .analyst-firms-section {
    background: url(../images/analyst-firm-bg.jpg) #1a5bf7;
    background-size: cover;
    z-index: 22;
    background-repeat: no-repeat;
}

.analyst-firms-section .right-wrap {
    padding-left: 70px;
}

#main-container .analyst-firms-section .right-wrap p {
    font-size: 20px;
}

#main-container .analyst-firms-section h2,
#main-container .analyst-firms-section p {
    color: #ffff;
}

.firms-parent {
    max-width: 450px;
    width: 100%;
    margin: 0px auto;
}

.firms-parent .img-wrap {
    margin: 25px 0px;
    transform: scale(.5);
    opacity: 0;
    transform: translateY(50px);
    transition: .6s ease;
}

.analyst-firms-section.parent-active .firms-parent .img-wrap {
    opacity: 1;
    transform: translateY(0px);
    transform: scale(.84);
}

.analyst-firms-section.parent-active .firms-parent .analyst-firms-a {
    transition-delay: .2s;
}

.analyst-firms-section.parent-active .firms-parent .analyst-firms-b {
    transition-delay: .4s;
}

.analyst-firms-section.parent-active .firms-parent .analyst-firms-c {
    transition-delay: .6s;
}

.analyst-firms-section.parent-active .firms-parent .analyst-firms-d {
    transition-delay: .8s;
}

.firms-parent .img-wrap,
.firms-parent .img-wrap img {
    position: relative;
    z-index: 22;
}

.firms-parent .img-wrap::after {
    content: '';
    position: absolute;
    left: -12px;
    top: -12px;
    width: 100%;
    height: 100%;
    background: #ffffff;
    border-radius: 4px;
    padding: 12px 12px;
}


/*international-analyst-firm-section-end-here*/

.bottom-bg-set {
    background: #F9FBFF;
}


/*tab-slick-section-start-here*/

.tab-slick-section {
    background: #F0F5FF
}

.tab-slick-section .top-cont-wrap {
    max-width: 1200px;
    margin: 0px auto;
    width: 100%;
}

.tab-slick-section .slider-nav .nav-button {
    cursor: pointer;
}

.tab-slick-section .slider-nav .nav-button span {
    background-image: url(../images/adw-tab-sprite.png);
    height: 40px;
    width: 40px;
    background-size: 270px;
    display: block;
    margin: 0px auto;
    margin-bottom: 0px;
    position: relative;
    top: 0px;
    transition: .4s ease;
    transform: scale(.8);
}

.tab-slick-section .slider-nav .nav-button.is-active span {
    top: -21px;
}

.tab-slick-section .slider-nav .nav-button h4 {
    font-family: 'Zoho_Puvi_Bold';
    color: #0C7EBC;
    font-size: 18px;
}

.tab-slick-section .slider-nav .nav-button.incident-management span {
    background-position: 3px -1px;
}

.tab-slick-section .slider-nav .nav-button.knowledge-base span {
    background-position: -35px 0px;
}

.tab-slick-section .slider-nav .nav-button.change-management span {
    background-position: -77px 0px;
}

.tab-slick-section .slider-nav .nav-button.service-catalog span {
    background-position: -120px 0px;
}

.tab-slick-section .slider-nav .nav-button.problem-management span {
    background-position: -154px 0px;
}

.tab-slick-section .slider-nav .nav-button.esm span {
    background-position: -193px 0px;
}

.tab-slick-section .slider-nav .nav-button.asset-management span {
    background-position: -771px 0px;
}

.tab-slick-section .slider-nav .nav-button.cmdb span {
    background-position: -268px -39px;
}

.tab-slick-section .slider-nav .nav-button.release-management span {
    background-position: -305px -38px;
}

.tab-slick-section .slider-nav .nav-button.project-management span {
    background-position: -346px 38px;
}

.tab-slick-section .slider-nav .nav-button.space-management span {
    background-position: -659px -40px;
}

.slider-screenshots-parent {
    max-width: 1000px;
    width: 100%;
    margin: 70px auto 0px;
    position: relative;
}

.slider-screenshots-parent .slider-shape {
    position: absolute;
    background-repeat: no-repeat;
    right: 0;
}

.slider-screenshots-parent .slider-shape.slider-dotted-path {
    height: 140px;
    width: 20px;
    background-image: url(../images/slider-dotted-path.svg);
    background-size: cover;
    bottom: 130px;
    right: 0px;
}

.slider-screenshots-parent .slider-shape.slider-circle-path {
    height: 120px;
    width: 120px;
    background-image: url(../images/slider-circle-path.svg);
    background-size: cover;
}

.slider-screenshots-parent .slider-shape.slider-circle-path.circle-a {
    top: -50px;
}

.slider-screenshots-parent .slider-shape.slider-circle-path.circle-b {
    bottom: 100px;
    left: -10px;
}

.slider-screenshots {
    width: 100%;
}

.slider-screenshots>div .img-wrap {
    border: 20px solid #E4EFFF;
    background: #F2F7FF;
    max-width: 900px;
    width: 100%;
    margin: 0px auto;
    border-radius: 30px;
    position: relative;
    overflow: hidden;
}

.slider-screenshots>div .img-wrap img {
    transform: scale(1.009);
}

.slider-screenshots>div .content-wrap {
    max-width: 650px;
    margin: 30px auto 0px;
    width: 100%;
}

#main-container .slider-screenshots>div .content-wrap p {
    font-family: 'Zoho_Puvi_Medium';
    font-size: 20px;
    text-align: center;
}

.slider-nav.slick-slider {
    padding: 2px 40px;
    border-radius: 25px;
    background: #FFFFFF;
}

.slick-prev {
    left: 7px;
}

.slick-next {
    right: 9px;
}

.slider-nav-parent {
    position: relative;
    margin-top: 80px;
}

.slider-nav-parent span.disc {
    position: absolute;
    left: 1287px;
    top: -52px;
    height: 100px;
    width: 110px;
    background-image: url(../images/tab-slick-disc.png);
    background-size: contain;
    background-repeat: no-repeat;
    z-index: -1;
    transition: .4s ease;
}

.slick-list,
.slick-slider,
.slick-track {
    z-index: 3;
}

.slider-nav .slick-list {
    position: relative;
    top: -23px;
    height: 130px;
}

.slider-nav .slick-slide {
    position: relative;
    top: -10px;
}

.slider-nav.slick-slider {
    height: 90px;
    top: 0px;
}

.slider-nav .slick-list .slick-track {
    height: 100%;
    top: 38px;
    position: relative;
}


/*tab-slick-section-end-here*/


/*trusted-brand-section-start-here*/

.trusted-brand-section .top-cont-wrap {
    padding: 20px 0px;
}

.trusted-brand-section .sdp-container::after,
.trusted-brand-section .sdp-container::before {
    content: '';
    top: 0;
    height: 150px;
    width: 100px;
    position: absolute;
    background: linear-gradient(90deg, #EEF5FF 0%, rgba(238, 245, 255, 0.4) 103.75%);
}

.trusted-brand-section .sdp-container::before {
    left: 0;
}

.trusted-brand-section .sdp-container::after {
    right: 0;
}

.trusted-brand-section .brand-sprite-wrap span {
    display: block;
    background-image: url(../images/adw-trust-brand-sprit.svg);
    height: 60px;
    width: 130px;
    background-repeat: no-repeat;
    background-size: 900px;
    margin: 0px 20px;
}

.trusted-brand-section .brand-sprite-wrap.flex-wrap {
    justify-content: center;
    max-width: 1200px;
    margin: 0px auto;
    transform: scale(1.1);
    padding: 0px 30px;
    box-sizing: border-box;
}

.trusted-brand-section .brand-sprite-wrap span {
    transition: .4s ease;
    transform: translateY(60px);
    opacity: 0;
}

.trusted-brand-section .brand-sprite-wrap.content-view span {
    transform: translateY(0px);
    opacity: 1;
}

.trusted-brand-section .brand-sprite-wrap .honda span {
    background-position: -11px 0px;
    width: 114px;
}

.trusted-brand-section .brand-sprite-wrap .honda:hover span {
    background-position: -6px -89px;
}

.trusted-brand-section .brand-sprite-wrap.content-view .honda span {
    transition-delay: .2s;
}

.trusted-brand-section .brand-sprite-wrap .digicel span {
    background-position: -145px 0px;
    width: 120px;
}

.trusted-brand-section .brand-sprite-wrap .digicel:hover span {
    background-position: -140px -89px;
}

.trusted-brand-section .brand-sprite-wrap.content-view .digicel span {
    transition-delay: .4s;
}

.trusted-brand-section .brand-sprite-wrap .lenskart span {
    background-position: -280px 0px;
    width: 175px;
}

.trusted-brand-section .brand-sprite-wrap .lenskart:hover span {
    background-position: -280px -89px;
}

.trusted-brand-section .brand-sprite-wrap.content-view .lenskart span {
    transition-delay: .6s;
}

.trusted-brand-section .brand-sprite-wrap .siemens span {
    background-position: -473px 0px;
    width: 116px;
}

.trusted-brand-section .brand-sprite-wrap .siemens:hover span {
    background-position: -468px -89px;
}

.trusted-brand-section .brand-sprite-wrap.content-view .siemens span {
    transition-delay: .8s;
}

.trusted-brand-section .brand-sprite-wrap .port-of-newcastle span {
    background-position: -608px 0px;
    width: 146px;
}

.trusted-brand-section .brand-sprite-wrap .port-of-newcastle:hover span {
    background-position: -608px -89px;
}

.trusted-brand-section .brand-sprite-wrap.content-view .port-of-newcastle span {
    transition-delay: 1s;
}

.trusted-brand-section .brand-sprite-wrap .manchester-university span {
    background-position: -770px 0px;
}

.trusted-brand-section .brand-sprite-wrap .manchester-university:hover span {
    background-position: -770px -89px;
}

.trusted-brand-section .brand-sprite-wrap.content-view .manchester-university span {
    transition-delay: 1.2s;
}


/*trusted-brand-section-end-here*/


/*footer-cta-section-start-here*/

#main-container section.footer-cta-section {
    padding-top: 50px;
}

.footer-cta-section .sdp-container {
    background: #1A5BF6;
    padding: 40px 50px 20px;
    border-radius: 50px;
    overflow: hidden;
    position: relative;
}

.footer-cta-section .sdp-container .circle-parent span {
    position: absolute;
    left: -100px;
    top: 50%;
    height: 200px;
    width: 200px;
    border-radius: 50%;
    transform: translate(0px, -50%) scale(1.2);
    z-index: 1;
    transform-origin: center top;
}

.footer-cta-section .sdp-container .circle-parent span:nth-child(1) {
    z-index: 5;
    background: #3C76FF;
}

.footer-cta-section .sdp-container .circle-parent span:nth-child(2) {
    transform: scale(2) translate(0px, -50%);
    z-index: 4;
    background: #3370FF;
}

.footer-cta-section .sdp-container .circle-parent span:nth-child(3) {
    transform: scale(3) translate(0px, -50%);
    z-index: 3;
    background: #2B6AFF;
}

.footer-cta-section .sdp-container .circle-parent span:nth-child(4) {
    transform: scale(4) translate(0px, -50%);
    z-index: 2;
    background: #1F61FF;
}

.footer-cta-section h2,
.footer-cta-section p {
    color: #fff;
}

.footer-cta-section h2 {
    font-size: 30px;
}

.footer-cta-section .cta {
    color: #fff;
    text-decoration: none;
    font: 20px / 1.5 Zoho_Puvi_Bold;
    position: relative;
    overflow: hidden;
    padding: 13px 50px;
    background: #FF0F00;
    margin-top: 10px;
    display: inline-block;
    border-radius: 10px;
}

.footer-cta-section .img-wrap {
    max-width: 400px;
    width: 100%;
    position: relative;
    z-index: 10;
    transform: scale(.8);
    transform-origin: center right;
}

.footer-cta-section .img-wrap img {
    position: relative;
}

.footer-cta-section .img-wrap span {
    background-repeat: no-repeat;
    position: absolute;
    background-size: contain;
    transition: .7s ease;
}

.footer-cta-section .img-wrap span.bottom-footer-clap {
    background-image: url(../images/bottom-footer-clap.svg);
    height: 60px;
    width: 60px;
    top: 10px;
    left: 0px;
    z-index: 2;
    transform: scale(.8);
}

.footer-cta-section.parent-active .img-wrap span.bottom-footer-clap {
    top: 40px;
    left: 30px;
    transform: scale(1);
}

.footer-cta-section .img-wrap span.bottom-footer-thump {
    background-image: url(../images/bottom-footer-thump.svg);
    height: 60px;
    width: 60px;
    top: 130px;
    z-index: 2;
    left: -24px;
    transform: scale(.8);
}

.footer-cta-section.parent-active .img-wrap span.bottom-footer-thump {
    top: 137px;
    left: 56px;
    transform: scale(1);
}

.footer-cta-section .img-wrap span.bottom-footer-smilie {
    background-image: url(../images/bottom-footer-smilie.svg);
    height: 80px;
    width: 80px;
    left: 190px;
    bottom: 50px;
    z-index: 2;
}

.footer-cta-section.parent-active .img-wrap span.bottom-footer-smilie {
    left: 130px;
    bottom: 90px;
}

.footer-cta-section .img-wrap span.bottom-footer-big-gear {
    background-image: url(../images/bottom-footer-big-gear.svg);
    height: 220px;
    width: 220px;
    right: -158px;
    bottom: 170px;
    transform: scale(1.4);
    animation: animName_forward 7s linear infinite;
}

.footer-cta-section.parent-active .img-wrap span.bottom-footer-big-gear {
    right: -78px;
    bottom: 60px;
}

.footer-cta-section .img-wrap span.bottom-footer-small-gear {
    background-image: url(../images/bottom-footer-small-gear.svg);
    height: 100px;
    width: 100px;
    right: -40px;
    bottom: 47px;
    z-index: 33;
    animation: animName_reverse 7s linear infinite;
}

.footer-cta-section.parent-active .img-wrap span.bottom-footer-small-gear {
    right: 0;
    bottom: 87px;
}

@keyframes animName_forward {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes animName_reverse {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(-360deg);
    }
}

.footer-cta-section .img-wrap span.bottom-footer-wind-wave {
    background-image: url(../images/bottom-footer-wind-wave.png);
    height: 190px;
    width: 420px;
    top: -80px;
    transform: scale(1.6);
}

.footer-cta-section.parent-active .img-wrap span.bottom-footer-wind-wave {
    transform: scale(1.4);
    top: -60px;
}

.footer-cta-section .img-wrap span.bottom-footer-dashboard {
    background-image: url(../images/bottom-footer-dashboard.svg);
    height: 180px;
    width: 250px;
    background-size: cover;
    right: 0;
    top: -70px;
    transform: scale(1.2)
}

.footer-cta-section.parent-active .img-wrap span.bottom-footer-dashboard {
    top: -20px;
    transform: scale(1)
}

.footer-cta-section .img-wrap span.bottom-footer-stick {
    background-image: url(../images/bottom-footer-stick.svg);
    height: 100%;
    width: 100%;
    right: -120px;
    background-position: 120px 0px;
    transform: scale(1.1);
    z-index: -1;
    top: -40px;
}

.footer-cta-section.parent-active .img-wrap span.bottom-footer-stick {
    right: -30px;
}

.footer-cta-section .img-wrap span.bottom-footer-dashboard-wave {
    background-image: url(../images/bottom-footer-dashboard-wave.svg);
    height: 50px;
    width: 50px;
    right: -30px;
    top: 120px;
}

.footer-cta-section .img-wrap span.bottom-footer-rectangle {
    background-image: url(../images/bottom-footer-rectangle.svg);
    height: 170px;
    width: 170px;
    left: -90px;
    bottom: 80px;
}

.footer-cta-section.parent-active .img-wrap span.bottom-footer-rectangle {
    left: -60px;
}


/*footer-cta-section-end-here*/


/*banner-form-style-start-here*/

.forms-container {
    overflow: hidden;
}

iframe.cloud-page-form {
    background: unset;
}

#form-bg-parent {
    max-width: 400px;
    width: 100%;
    position: relative;
    margin-left: auto;
    transform: scale(1.05);
}

#form-bg-parent::before {
    content: '';
    position: absolute;
}

#form-bg-parent::before {
    background-size: contain;
    left: 0;
    top: 8px;
    height: 100%;
    width: 100%;
    transform-origin: center;
    background-repeat: no-repeat;
    transform: scale(1.06);
    z-index: -1;
}

#form-bg-parent.cloud::before {
    background-image: url(../images/form-parent-od-bg.png);
}

#form-bg-parent.op::before {
    background-image: url(../images/form-parent-op-bg.png);
    top: 7px;
    transform: scale(1.07);
}

.forms-parent-container {
    position: relative;
}

.forms-parent-container span.bg-pos {
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    width: 100%;
    background-image: url(../images/form-cloud-bg.png);
    background-size: contain;
    background-repeat: no-repeat;
    z-index: -1;
}

.op-od-switch-button {
    width: 100%;
    margin: 0px auto 0px;
    height: 50px;
    text-align: center;
    cursor: pointer;
}

.op-od-switch-button>div {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    height: 100%;
    cursor: pointer;
}

.op-od-switch-button-wrap {
    cursor: pointer;
}

.op-od-switch-button>div span {
    color: #ffff;
    font-family: 'Zoho_Puvi_Bold';
    cursor: pointer;
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.op-od-switch-button>div.active span {
    color: #000;
}

.op-od-switch-button #on-premises::after {
    content: '';
    position: absolute;
    background: linear-gradient(180deg, #1B65B9 0%, #09386C 100%);
    height: 100%;
    z-index: -1;
    width: 110%;
    border-radius: 0px 10px 0px 0px;
    left: -10%;
    border: 4px solid #0F57A8;
    box-sizing: border-box;
}

.op-od-switch-button #on-premises.active::after,
.op-od-switch-button #cloud.active::after {
    display: none;
}

.op-od-switch-button #cloud::after {
    content: '';
    position: absolute;
    background: linear-gradient(180deg, #1B65B9 0%, #09386C 100%);
    height: 100%;
    z-index: -1;
    width: 110%;
    border-radius: 10px 0px 0px 0px;
    right: -10%;
    border: 4px solid #0F57A8;
    box-sizing: border-box;
}

.preloader {
    z-index: 999999;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.preloader img {
    width: 50px;
    animation: rotate 1s linear infinite;
    position: absolute;
    top: 150px;
}


/*banner-form-style-end-here*/


/*on-premises-from-style-start-here*/

.onpremises-from {
    max-width: 450px;
    width: 100%;
    margin: 0px auto;
    display: none;
    padding: 40px 0px;
    height: 380px;
}

.onpremises-from.is_uk {
    height: 430px;
    padding-top: 20px;
}

.onpremises-from.is_uk #downloadbt {
    height: 43px;
    margin: 10px auto 0px !important;
}

.on-premises form {
    text-align: center;
    padding: 0px 25px;
}

.cloud-from {
    display: block;
    padding: 30px 0px;
}

.onpremises-from input {
    width: 100%;
    padding: 12px 15px 12px 35px;
    outline: none;
    border: 1px solid #ccc;
    font-size: 14px;
    margin: 0 auto 14px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    border: 1px solid #BFDDFF !important;
    box-sizing: border-box;
    border-radius: 5px;
}

.onpremises-from .reset {
    padding: 0%;
    border: unset;
    background: #d1f2ef;
    font-size: 16px;
    margin-top: 20px;
    border: 1px solid #00000000 !important;
}

.onpremises-from select {
    box-sizing: border-box;
    padding: 12px 15px 12px 35px;
    width: 98% !important;
    margin-top: 0;
    height: 42px !important;
    border-radius: 6px;
    font-family: Lato, Roboto;
    font-size: 15px;
    outline: none;
    border: 1px solid #BFDDFF !important;
    margin-bottom: 10px;
    color: #000 !important;
    background: #fff url(https://www.manageengine.com/products/service-desk/images/arrowImage.png) !important;
    background-repeat: no-repeat !important;
    background-position: right 1rem center !important;
    cursor: pointer;
    -moz-appearance: none;
    -webkit-appearance: none;
}

#meGDPRMessage,
.dwn-priv {
    color: #000000;
}

#meGDPRMessage {
    width: 100%;
}

#meGDPRMessage label {
    font-size: 12px !important;
    line-height: 1.5;
}

.dwn-priv a {
    font-size: 12px;
    color: #0067ff;
}

.dldesc {
    display: none;
}

#downloadbt {
    display: block;
    width: 90%;
    padding: 8px 30px !important;
    overflow: visible;
    background: #f0483e !important;
    border: 0px;
    cursor: pointer;
    font-family: Lato, Roboto;
    font-size: 15px;
    font-weight: bold;
    height: 50px;
    text-transform: uppercase;
    outline: 0px;
    outline-style: none;
    margin: 20px auto 0px !important;
    float: none !important;
    border-radius: 3px !important;
}

#downloadbt span {
    color: #fff;
}

.on-premises .form-field,
.on-premises .country,
.on-premises .county-state-field {
    position: relative;
}

.on-premises .form-field::after,
.on-premises .country::after,
.icon-country {
    content: '';
    position: absolute;
    height: 20px;
    width: 19px;
    left: 10px;
    background-image: url(../images/sdp-tool-form-sprites.svg);
    background-size: 120px;
    top: 11px;
    margin-right: 20px;
}

.on-premises .form-field:has(input#userName)::after {
    background-position: 0px 0px;
}

.on-premises .form-field:has(input#downemailID)::after {
    background-position: -26px -2px;
}

.on-premises .form-field:has(input#tel)::after {
    background-position: -49px 0px;
}

.on-premises .country::after,
.on-premises .icon-country {
    background-position: -91px 0px;
    background-size: 110px;
}

.slick-arrow {
    top: 50%;
    transform: translate(0, -50%) scale(.7);
}

.slick-next:after,
.slick-next:before,
.slick-prev:after,
.slick-prev:before {
    background: #c4d6fa;
    width: 3px;
}

.errormsg {
    font-size: 13px;
    display: block;
    text-align: left;
    margin: -6px 0px 10px 0px;
    color: #ff0000;
}


/*on-premises-from-style-end-here*/

@media only screen and (max-width:1300px) {
    .slider-nav-parent {
        max-width: 1200px;
        margin: 80px auto 0px;
        width: 100%;
    }
    .slider-nav-parent span.disc {
        left: 1190px;
    }
}

@media only screen and (max-width:1250px) {
    .slider-nav-parent span.disc {
        display: none;
    }
    .tab-slick-section .slider-nav .nav-button.is-active h4 {
        color: #ffca24;
    }
    .tab-slick-section .slider-nav .nav-button.is-active span {
        top: 0;
    }
    .slider-nav .slick-list,
    .slider-nav .slick-list .slick-track {
        top: 5px;
    }
    .slider-nav .slick-list {
        height: 100px;
    }
    .slider-nav.slick-slider {
        height: auto;
    }
    .why-sdp-section .tick-box {
        transform: scale(.78);
    }
    .why-sdp-section .adw-why-sdp-hero-object {
        max-width: 440px;
    }
    .why-sdp-section .tick-box.tick-b {
        right: 50px;
    }
    .why-sdp-section .tick-box.tick-d {
        right: 0px;
    }
    .why-sdp-section .tick-box.tick-f {
        right: -40px;
    }
    .trusted-brand-section .sdp-container::after,
    .trusted-brand-section .sdp-container::before {
        display: none;
    }
    #form-bg-parent {
        margin: 0px auto;
    }
}

@media only screen and (max-width:1024px) {
    #main-container .banner-section {
        padding-top: 50px
    }
}

@media only screen and (max-width:992px) {
    .banner-cont-wrap .flex-left-wrap {
        padding-right: 30px;
    }
    #form-bg-parent {
        max-width: 370px;
    }
    .footer-cta-section .flex-wrap {
        display: block;
    }
    .footer-cta-section .two-column>div {
        max-width: 700px;
        position: relative;
        z-index: 22;
        text-align: center;
        margin: 0px auto;
        width: 100%;
    }
    .footer-cta-section .img-wrap,
    .why-sdp-section .adw-why-sdp-hero-object,
    .why-sdp-section .tick-box::before {
        display: none;
    }
    .why-sdp-section .tick-box {
        position: unset;
    }
    .why-sdp-section .why-sdp-hero-object-parent {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        width: 100%;
    }
    .why-sdp-section .why-sdp-hero-object-parent>div {
        max-width: calc(90% / 2);
        flex: 0 0 calc(90% / 2);
        margin: 20px 5px;
    }
    .why-sdp-section .tick-box {
        transform: scale(1);
    }
    .why-sdp-section.parent-active .tick-box .flex-wrap {
        box-sizing: border-box;
    }
}

@media only screen and (max-width:768px) {
    .flex-wrap {
        display: block;
    }
    .two-column>div,
    .three-column>div {
        max-width: 100%;
    }
    #main-container .banner-section::after,
    .trusted-brand-section .sdp-container::after,
    .trusted-brand-section .sdp-container::before,
    .adw-why-sdp-hero-object,
    .footer-cta-section .img-wrap,
    .slider-nav-parent span.disc {
        display: none;
    }
    .firms-parent {
        max-width: 500px;
        margin-bottom: 10px;
    }
    .analyst-firms-section.parent-active .firms-parent .img-wrap {
        transform: scale(1);
    }
    #main-container section {
        padding: 60px 0px;
    }
    .banner-cont-wrap {
        margin-top: 50px;
    }
    .banner-cont-wrap .bottom-cont-wrap .three-column {
        display: block;
    }
    .banner-cont-wrap .bottom-cont-wrap .three-column>div {
        max-width: 100%;
    }
    #main-container .analyst-firms-section {
        background: #1a5bf7;
    }
    #form-bg-parent {
        margin: 80px auto;
        width: 90%;
    }
    .banner-cont-wrap .bottom-cont-wrap {
        margin: 50px 0px;
        max-width: 100%;
    }
    #main-container .banner-cont-wrap .top-cont-wrap p {
        max-width: max-content;
        font-size: 18px;
    }
    .banner-cont-wrap .op-od-switch-button,
    .firms-parent,
    .trusted-brand-section .brand-sprite-wrap.flex-wrap {
        display: flex;
    }
    .trusted-brand-section .brand-sprite-wrap.flex-wrap {
        justify-content: space-evenly;
    }
    #main-container .banner-section .counter-parent p,
    #main-container .banner-section .bottom-cont-wrap h3.counter-num {
        color: #fff;
    }
    .footer-cta-section .cont-anim {
        position: relative;
        z-index: 22;
    }
    .analyst-firms-section .right-wrap {
        padding-left: 0;
    }
    .footer-cta-section .sdp-container {
        padding: 50px 30px;
        border-radius: 30px;
    }
    .footer-cta-section .cta {
        font: 16px / 1.5 Zoho_Puvi_Bold;
        padding: 10px 40px;
    }
    .trusted-brand-section .brand-sprite-wrap span {
        margin: 0px 20px;
    }
    .firms-parent .img-wrap {
        margin: 40px 20px;
    }
    .why-sdp-section .tick-box {
        width: 100%;
        margin-bottom: 30px;
    }
    .why-sdp-section.parent-active .tick-box .flex-wrap {
        box-sizing: border-box;
    }
    .why-sdp-section .tick-box .flex-wrap>div:nth-child(2) {
        padding-left: 0px;
        margin-top: 10px;
    }
    #main-container section.why-sdp-section {
        padding: 60px 0px;
    }
    #main-container .banner-section .counter-parent>div {
        padding: 0px 10px;
    }
    .footer-cta-section h2 {
        font-size: 28px;
    }
    #main-container .banner-section .counter-parent>div {
        opacity: 1 !important;
        max-width: 300px;
        margin: 0px auto 40px;
        width: 100%;
        border: 1px solid #d8eaff;
        padding: 30px 30px;
        box-sizing: border-box;
        border-radius: 4px;
    }
    #main-container .banner-section .counter-parent p {
        max-width: 100%;
    }
    #main-container .banner-section .counter-parent>div h3,
    #main-container .banner-section .counter-parent>div p {
        text-align: center;
    }
    #main-container .banner-section .counter-parent>div span {
        margin: 0px auto;
    }
}

@media only screen and (max-width:460px) {
    .why-sdp-section .why-sdp-hero-object-parent {
        display: block;
    }
    .why-sdp-section .why-sdp-hero-object-parent>div {
        max-width: 100%;
        width: 100%;
        margin: 20px 0px;
    }
    .trusted-brand-section .brand-sprite-wrap.flex-wrap {
        transform: scale(1);
    }
}

@media only screen and (max-width:440px) {
    .forms-parent-container span.bg-pos,
    #form-bg-parent::before {
        display: none;
    }
    #form-bg-parent {
        background: #fff;
        border-radius: 10px;
    }
}