body {
    margin: 0;
    padding: 0;
    font-family: "Poppins", sans-serif;
    height: 100%;
    font-size: 13px;
}


.pr {
    position: relative;
}
.di-middle {
    display: inline-block;
    vertical-align: middle;
    position: relative;
}
.pages {
    -webkit-overflow-scrolling: touch;
}
.pages ul {
    padding-top: 8%;
}
.analytics-tool a{
    text-decoration: none;
        color: #534AB8;
}
.analytics-tool a:hover{
    text-decoration: underline;
        color: #FD4646;
}
.persentage-box a{
    text-decoration: none;
        color: #fff;
}
.persentage-box a:hover{
    text-decoration: underline;
        color: #534AB8;
}
.pages ul li{ list-style: none;font-size: 0.8em;padding-top: 2%;position: relative;color: #132BAC;font-weight: 100;}
.pages ul li:after {
    content: '-';
    position: absolute;
    top: 15%;
    left: -4%;
    color: #132BAC;
}
.pages ol { list-style: none; font-size: 2em; margin-top:10%; }
.pages ol .sub-list { padding-bottom: 25%; opacity: 0.3}
.pages ol .sub-list .fa { font-size: 4em; opacity: .4; }
.pages ol .sub-list h3 { font-size: 1.3em; font-weight: 500;position: relative;padding-left: 4%;width: fit-content;width: -moz-fit-content;}
.pages ol .sub-list h3:before { 
    content: '';
    width: 6%;
    height: 5px;
    background-color: #FD4646;
    position: absolute;
    left: -3%;
    top: 48%;
}
.pages ol .sub-list h3:after { 
    content: '';
    width: 34%;
    height: 5px;
    background-color: #FD4646;
    position: absolute;
    right: -37%;
    top: 48%;
}
.pages ol .sub-list h3 span { font-size: 2em; font-weight: bold; }
.pages ol .sub-list p { font-size: .8em; }
.pages ol .sub-list p span { font-weight: bold; }
.pages ol .sub-list p a, .pages ol .sub-list h3 a, .pages ol .sub-list a { color: #FFF; text-decoration: none;}
.pages ol .sub-list a:hover { text-decoration: underline; }
.pages ol .sub-list.disabled{ opacity:1;}
.pages ol .sub-list.disabled-none{ opacity:0;}
.pages ol .sub-list:last-child {
    padding-bottom: 90%;
}
.clear:before, .clear:after { content: "\0020"; display: block; height: 0; overflow: hidden }
/*.page-fix { z-index: 2 !important; }*/
.clear:after { clear: both }

#fullpage pages,
    {
    height: 100%;
        position: relative;
}


#fullpage section h1 {
    padding: 0;
    line-height: 100%;
    margin: 0;
    font-size: 8em;
    text-transform: uppercase;
    text-align: center;
}

.section {
    position: relative;
    overflow: hidden;
}

ul.menu {
    position: fixed;
    right: 30px;
    top: 35%;
    width: 20px;
    z-index: 999999999;
    list-style: none;
}
ul.menu li {
    padding: 5px;
    margin: 0;
}
ul.menu li a {
    width: 10px;
    height: 10px;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -o-border-radius: 50px;
    border: 1.4px solid #7a79a9 !important;
    text-indent: -9999em;
    display: block;
    padding: 0;
    margin: 0;
    cursor: pointer;
    opacity: .4;
}
ul.menu li a.active {
    opacity: 1;
    border-color: #10bc83;
    background: #68c7ff;
}

#fullpage section:first-child {
    background-image: linear-gradient(to bottom, #02157C, #010B3E);

}
#Asset-2 {
    display: none;
}

#fullpage section:first-child h3 {
        font-size: 3em;
    font-weight: normal;
    color: #FFFFFF;
    letter-spacing: 0;
    text-align: center;
    margin: 0;
}

#fullpage section:first-child h2 {
        font-size: 5em;
    font-weight: 600;
    color: #FFFFFF;
    letter-spacing: 0;
    text-align: center;
    line-height: normal;
    margin: 0;
}

.main-sec-text {
    position: relative;
    top: 30%;
    text-align: center;
    z-index: 12;
}

.main-sec-text svg {
    width: 40px;
  z-index: 1;
}

.page-to-bottom {
    padding-top: 4%;
    width: 40px;
    margin: auto;
    position: relative;
    z-index: 10;
}

.page-to-bottom:hover {
    opacity: 0.3;
    cursor: pointer;
    z-index: 11;
}

#fullpage section:first-child .lower-wave {
    position: absolute;
    bottom: -400px;
    left: 0;
    width: 105%;
    z-index: 2;
    transition: all 1.4s ease-out 0s;
    -webkit-transition: all 1.4s ease-out 0s;
    -moz-transition: all 1.4s ease-out 0s;
}

.viewing-page-1 #fullpage section:first-child .lower-wave {
    bottom: -35px;
}

#fullpage section:first-child .upper-wave {
    position: absolute;
    bottom: -400px;
    left: 0;
    opacity: 0;
    width: 100%;
    z-index: 2;
    transition: all 1s ease-out 0s;
    -webkit-transition: all 1s ease-out 0s;
    -moz-transition: all 1s ease-out 0s;
}

.viewing-page-1 #fullpage section:first-child .upper-wave {
    bottom: 25px;
    opacity: 1;
}

.logo {
        width: 27%;
    margin: auto;
}
#down-arrow-first {
    animation: move 1.6s infinite;
    -webkit-animation: move 1.6s infinite;
}
#down-arrow-second {
    animation: move 1.8s infinite;
    -webkit-animation: move 1.8s infinite;
}
#down-arrow {
    animation: move 2s infinite;
    -webkit-animation: move 2s infinite;
}

@-webkit-keyframes move {
    0% {
        -ms-transform: translate(0px, -20px);
        -webkit-transform: translate(0px, -20px);
        transform: translate(0px, -20px);
    }
    50% {
        -ms-transform: translate(0px, 40px);
        -webkit-transform: translate(0px, 40px);
        transform: translate(0px, 40px);
    }
    100% {
        opacity: 0;
    }
}

@keyframes move {
    0% {
        -ms-transform: translate(0px, -20px);
        -webkit-transform: translate(0px, -20px);
        transform: translate(0px, -20px);
    }
    50% {
        -ms-transform: translate(0px, 40px);
        -webkit-transform: translate(0px, 40px);
        transform: translate(0px, 40px);
    }
    100% {
        opacity: 0;
    }
}

.text-grad {
    position: absolute;
    top: 0%;
    font-size: 30em;
    font-weight: 600;
    z-index: 0;
    margin: 0 auto;
    left: 0;
    right: 0;
    text-align: center;
    opacity: 0.5;
    background: -webkit-linear-gradient(#1435E3, #010E4E);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
/*------------------------    section 1           ----------------------*/
/*------------------------    section 2           ----------------------*/
/*
.page1 {
    position: absolute;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 1;
}
*/
.line {
        height: 4px;
    width: 40px;
    top: 18px;
    border-radius: 15px;
    left: 48%;
    position: absolute;
    background-color: #FD4646;
}
.sec-two {
    width: 42%;
    padding-top: 2%;
    position: absolute;
    bottom: 20%;
    z-index: 10;
    right: 9%;
}
.sec-block {
    position: relative;
        margin: 8% 0 0 14%;
    width: 40%;
}
.sec-block p {
font-size: 1.4em;
color: #534AB6;
text-align: left;
line-height: normal;
}
.page2 .line {
    left: 0;
}
.sec-block p.sec-two-heading {
font-size: 1.6em;
    font-weight: 400;
color: #FD4646;
    margin-bottom: 0px !important;
text-align: left;
}
.sec-block p.sub-para {
    font-weight: 100;
    color: #534AB6;
    text-align: left;
    margin: 0;
}
#fullpage section:nth-child(2) {
    background-color: #fff;
    z-index: 2;
    text-align: center;
}
#fullpage section:nth-child(2) .lower-wave {
    position: absolute;
    bottom: -400px;
    left: 0;
    width: 105%;
    z-index: 2;
    transition: all 0.8s ease-out 0s;
    -webkit-transition: all 0.8s ease-out 0s;
    -moz-transition: all 0.8s ease-out 0s;
}

.viewing-page-2 #fullpage section:nth-child(2) .lower-wave {
    bottom: -11%;
}

#fullpage section:nth-child(2) .upper-wave {
    position: absolute;
    bottom: -400px;
    left: 0;
    opacity: 0;
    width: 100%;
    z-index: 2;
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
}

.viewing-page-2 #fullpage section:nth-child(2) .upper-wave {
    bottom: -3%;
    opacity: 1;
}

/*------------------------    section 2           ----------------------*/

/*------------------------    section 3           ----------------------*/
#fullpage section:nth-child(3) {
    background-image: linear-gradient(to bottom, #02157C, #010B3E);
    text-align: center;
}
.sec-three-left {
    width: 43%;
    display: inline-block;
    vertical-align: middle;
    padding: 50px 0px;
    position: relative;
    left: -300px;
    opacity: 0.3;
    transition: all 0.8s ease-out 0s;
    -webkit-transition: all 0.8s ease-out 0s;
    -moz-transition: all 0.8s ease-out 0s;
}
.viewing-page-2 .sec-three-left {
    left: 0px;
    opacity: 1;
}
.viewing-page-2 .sec-three-right {
    right: 0px;
    opacity: 1
}
.sec-three-right {
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    width: 50%;
    position: relative;
    right: -300px;
    opacity: 0.3;
    transition: all 0.8s ease-out 0s;
    -webkit-transition: all 0.8s ease-out 0s;
    -moz-transition: all 0.8s ease-out 0s;
}
.sec-three-right .line {
    height: 4px;
    width: 40px;
    top: -15px;
    border-radius: 15px;
    left: 0;
    position: absolute;
    background-color: #FD4646;
}
.sec-three-left img {
    width: 100%;
}
.sec-three-right img {
    width: 40%;
}
.sec-three-right p {
    font-size: 1.4em;
    font-weight: 100;
    color: #FAFBFF;
    margin: 0;
    padding: 4% 0px;
    width: 86%;
}
.oval {
        background: #3023AE;
    border-radius: 100%;
    width: 350px;
    height: 350px;
    opacity: 0.3;
    position: absolute;
    bottom: -21%;
    right: -100px;
    animation: oval 4s infinite;
}
.oval-top{
      background: #3023AE;
    border-radius: 100%;
    width: 350px;
    height: 350px;
    opacity: 0.2;
    position: absolute;
    top: -21%;
    left: -140px; 
}
@-webkit-keyframes oval {
    0% {
        -ms-transform: translate(0px, -5px);
        -webkit-transform: translate(0px, -5px);
        transform: translate(0px, -5px);
        opacity: 0.3;
    }
    40% {
        -ms-transform: translate(0px, -20px);
        -webkit-transform: translate(0px, -20px);
        transform: translate(0px, -20px);
        opacity: 0.1;
    }
    60% {
        -ms-transform: translate(0px, 40px);
        -webkit-transform: translate(0px, 40px);
        transform: translate(0px, 40px);
        opacity: 0.25;
    }
    80% {
        -ms-transform: translate(0px, 20px);
        -webkit-transform: translate(0px, 20px);
        transform: translate(0px, 20px);
        opacity: 0.25;
    }
    100% {
        -ms-transform: translate(0px, 0px);
        -webkit-transform: translate(0px, 0px);
        transform: translate(0px, 0px);
        opacity: 0.25;
    }
}

@keyframes oval {
    0% {
        -ms-transform: translate(0px, -5px);
        -webkit-transform: translate(0px, -5px);
        transform: translate(0px, -5px);
        opacity: 0.3;
    }
    40% {
        -ms-transform: translate(0px, -20px);
        -webkit-transform: translate(0px, -20px);
        transform: translate(0px, -20px);
        opacity: 0.1;
    }
    60% {
        -ms-transform: translate(0px, 40px);
        -webkit-transform: translate(0px, 40px);
        transform: translate(0px, 40px);
        opacity: 0.25;
    }
    80% {
        -ms-transform: translate(0px, 20px);
        -webkit-transform: translate(0px, 20px);
        transform: translate(0px, 20px);
        opacity: 0.25;
    }
    100% {
        -ms-transform: translate(0px, 0px);
        -webkit-transform: translate(0px, 0px);
        transform: translate(0px, 0px);
        opacity: 0.25;
    }
}

/*------------------------    section 3           ----------------------*/
/*------------------------    section 4           ----------------------*/
#fullpage section:nth-child(4) {
    position: relative;
}
.sec-4-content {
    position: relative;
    padding: 5% 7%;
    width: 53%;
    z-index: 10;
}
.growth-rate {
    position: relative;
    padding-top: 7%;
}
.sec-4-content .line {
    top: -12px;
    left: 0;
}
.sec-4-content h3 {
    font-weight: 600;
    font-size: 4em;
    color: #132BAC;
    margin: 0;
    text-align: left;
}
.analytics-tool img, .monitoring-tools img {
    position: absolute;
    top: 26%;
    right: 6%;
    width: 10px;
    left: auto;

}
/*
.monitoring-tools img {
    position: absolute;
    top: 26%;
    right: 4%;
    width: 10px;

}
*/
.sec-4-content p{
       font-weight: 100;
    font-size: 1.38em;
    color: #534AB6;
}
.analytics-tool, .monitoring-tools {
    display: inline-block;
    vertical-align: top;
    position: relative;
    background: #F2F2F2;
    border-radius: 4%;
    width: 39%;
    padding: 2%;
    margin: 0px 1%;
box-shadow: 0 2px 4px 0 rgba(0,0,0,0.14);

}
.percentage {
        color: #FD4646;
    font-size: 0.6em;
    font-weight: 300;
    padding-left: 4px;
}
.analytics-tool p, .monitoring-tools p {
    display: inline-block;
    width: 80%;
    font-size: 1.2em !important;
    vertical-align: middle;
} 
.analytics-tool h3, .monitoring-tools h3 {
    display: inline-block;
    vertical-align: middle;
    width: 30%;
    font-weight: 400;
    color: #FD4646 !important;
}
.growth-bar {
    position: relative;
    width: 100%;
    display: block;
    margin: auto;
    height: 5px;
    background: #979797;
border-radius: 10%;
}
.growth-bar:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 60%;
        height: 4px;
    border-radius: 10%;
    background-image: linear-gradient(to right, #2D6ACA, #6D0A86);
}
.page4 {
    background: #fff;
}
.page4 .analytics-tool p, .page4 .monitoring-tools p{
    width: 65% !important;
    padding-left: 3%;
}
.page4 .analytics-tool .growth-bar:before {
    width: 34%;
}
.page4 .monitoring-tools .growth-bar:before {
    width: 15%;
}
.tool-analyzed {
    display: block;
    margin: 6% 0px;
}
.left-tool-analyzed {
    flex: 1;
    width: 20%;
}
.right-tool-analyzed {
    flex: 2;
    padding: 2%;
    width: 70%;
}
.right-tool-analyzed span {
    color: #FD4646;
    font-size: 1.45em;
}
.sec-four-image {
    position: absolute;
        bottom: -8%;
    right: 0;
    width: 33%;
    z-index: 1;
}
.sec-4-path {
    position: absolute;
    bottom: 17%;
    right: 2%;
    width: 36%;
    z-index: 0;
}
.sec-four-man {
    position: absolute;
    bottom: 4%;
    right: 20%;
    width: 12%;
    z-index: 1;
}
.sec-four-woman {
    position: absolute;
    bottom: 3%;
    right: 1%;
    width: 11%;
    z-index: 4;
}
.sec-four-board {
    position: absolute;
    bottom: 32%;
    right: 6%;
    width: 21%;
    z-index: 2;
}
.sec-four-pot {
    position: absolute;
    bottom: 1%;
    right: 11%;
    width: 28%;
    z-index: 3;
}
.left-tool-analyzed img{
    width: 150px;
}
.pages4 .analytics-tool p {
    width: 65%;
}
/*------------------------    section 4           ----------------------*/

/*------------------------    section 5           ----------------------*/

#fullpage section:nth-child(5) {
    background-image: linear-gradient(to bottom, #02157C, #010B3E);
}
.sec-5-content {
        position: relative;
    text-align: left;
    color: #fff;
    margin: 12% 0% 0% 43%;
    width: 43%;
    z-index: 3;
}
.sec-5-content h3 {
  color: #fff;
    font-size: 3em;
    font-weight: 500;
    margin: 0;
}
.sec-5-content p {
    font-size: 1.35em;
}
.sec-5-content .line {
    left: 0%; 
    top: -30px;
}
.persentage-box {
    display: block;
    position: relative;
   background-image: linear-gradient(to bottom, #FF1660, #FF6A52);
    border-radius: 3%;
    width: 65%;
    padding: 2%;
    margin: 2% 0px;
}
.persentage-box p{
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    width: 67%;
    padding-left: 3%;
}
.persentage-box h3{
    display: inline-block;
    vertical-align: middle;
    font-size: 4em;
     border-radius: 5%;   
    
}
.persentage-box .percentage {
    color: #fff;
}
.sec-5-botright {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 0;
    width: 16%;
}
.sec-5-botleft {
   position: absolute;
   left: 0;
   bottom: 0; 
    z-index: 1;
    width: 9.6%;
}
.sec-5-main {
   position: absolute;
    left: 3%;
    top: 17%;
    z-index: 0;
    width: 36.5%;
}
.arrow {
    position: absolute;
    top: 25%;
    left: auto;
    right: 8%;
    width: 10px;
}

/*------------------------    section 5           ----------------------*/
/*------------------------    section 6           ----------------------*/
.sec-6-content {
   position: relative;
    text-align: left;
    color: #fff;
    margin: 10% 0% 0% 20%;
    width: 40%;
    z-index: 3; 
}
.sec-right-sec-6-img {
   position: absolute;
    bottom: 0;
    right: 0;
    width: 38%;
}
.sec-6-content .line {
    left: 0%; 
    top: -30px;
}
.sec-6-content h3 {
  color: #132BAC;
    font-size: 3em;
    font-weight: 500;
    margin: 0;
}
.sub-sec-6 {
    display: block;
    padding-top: 5%;
    padding-bottom: 20%;
}
.sub-sec-6 img {
    flex: 1;
}

.sec-6-content p{
    font-size: 1.35em;
    color: #132BAC;
}
.highlight {
    color: #FD4646;
    font-size: 1.5em;
}
.twelle-persent {
    color: #FD4646;
    font-size: 2em;
}

.sec-6-content p:nth-child(2){
    font-size: 1.4em;
}
.sec-6-content .sub-sec-6 p {
    flex: 3;
    margin: 0;
    font-size: 1.2em;
    font-weight: 100;
}
.sec-6-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 18%;
}
.page6 .analytics-tool {
       width: 86%; 
} 
.pages .analytics-tool p{
    padding-left: 2%;
}
.sub-sec-6 .di-middle:first-child{
    width: 20%;
}
.sub-sec-6 .di-middle:last-child{
    width: 70%;
}
/*------------------------    section 6           ----------------------*/

/*------------------------    section 7           ----------------------*/

#fullpage section:nth-child(7) {
    background-image: linear-gradient(to top, #02157C, #010B3E);
}

.sec-7-content .sub-sec-5 {
    padding-top: 6%;
}
.sec-7-leftimg {
    position: absolute;
    top: 17%;
    left: 0;
    z-index: 0;
    width: 38%;
}
.sec-7-rightimg {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 0;
}

/*------------------------    section 7           ----------------------*/

/*------------------------    section 8           ----------------------*/

.sec-8-img {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60%;
}
.sec-8-content {
    margin: 13% 0% 0% 45%;
}
.sec-8-content p {
   margin: 0; 
}
.sec-8-content .analytics-tool {
    width: 77%;
    margin-top: 7%;
}
.growth-bar {
    margin-top: 4%;
}
.page8 .analytics-tool .growth-bar:before {
    width: 22%;
}
.page8 .analytics-tool p {
    width: 77%;
}
/*------------------------    section 8           ----------------------*/

/*------------------------    section 9           ----------------------*/

.sec-9-img {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 39%;
}

.sec-9-content {
    margin: 9% 0% 0% 18%;
}
.sec-9-content .analytics-tool {
    width: 75%;
}

.sec-9-content .analytics-tool p {
        width: 76%;
    margin: 0;
}
.sec-9-content p:last-child {
    font-weight: 400;
}
.high-two {
    color: #FD4646;
    font-size: 1.36em;
    font-weight: 600;
}
#sec-9-line4 a{
    color: #FD4646;
}

.page9 .analytics-tool {
    margin: 3% 0px;
}
.page9 .analytics-tool .growth-bar:before {
    width: 18%;
}
.page9 .gdpr-percent .growth-bar:before {
    width: 54%;
}
/*------------------------    section 9           ----------------------*/

/*------------------------    section 10           ----------------------*/
.sec-10-img {
    position: absolute;
    right: 3%;
    bottom: 6%;
    width: 40%;
}
#fullpage section:nth-child(10) {
    background-image: linear-gradient(to top, #02157C, #010B3E);
}

.sec-10-content {
    margin: 8% 0% 0% 15%;
    width: 41%;
    padding-bottom: 10%;
}
.sec-10-content #sec-10-line3 {
    color: #A1B0DE;
    margin: 0;
    width: 80%;
    padding-left: 3%;
}
.sec-10-content .persentage-box {
    width: 75%;
    margin-top: 10%;
}
.game-of-throne {
    padding: 1% 0px;
    padding-top: 5%;
    width: 15%;
}
/*------------------------    section 10           ----------------------*/

/*------------------------    section 11           ----------------------*/

.patch-overflow-white {
   background: #fff;
    height: 10%;
    width: 100%;
    position: absolute;
    bottom: 0;
    right: 0px;
    z-index: 1;
}
.viewing-page-11 .page11 .patch-overflow-white{
    position: fixed;
    z-index: 0;
    top: 0px;
    bottom: auto;
}

.sec-11-content {
    padding: 6% 0% 0% 12%;
    position: relative;
}
.sec-11-content .line {
    left: 0;
    top: -13px;
}
.sec-11-left {
    border-right: 1px solid #132BAC;
    position: absolute;
        top: 40%;
    left: 11%;
    width: 34%;
    padding-right: 2%;
}
.page11 .sec-11-left {
    top: 160%;
}

.sec-12-content .sec-11-left, .page13 .sec-11-left, .page15 .sec-11-left {
    top: 21%;
}
.page20 .sec-11-left {
    top: 18%;
}
.left-fixed {
    top: 13% !important;
    left: 11%;
     width: 34%;
    z-index: 0;
}
.viewing-page-11 .page11 .left-fixed {
    position: fixed;
    
}
.sec-11-right {
        width: 50%;
    float: right;
    padding-right: 10%;
    
}
.sec-11-content h3 {
    color: #132BAC;
    font-size: 3em;
    font-weight: 500;
    margin: 0;
}
.sec-11-content p {
    font-size: 1.35em;
    color: #132BAC;
    font-weight: 100;
}
.page20 .sec-11-img {
    width: 70%;
    padding: 12%;
}
.sec-11-img {
    width: 60%;
    padding-top: 4%;
}
/*------------------------    section 11           ----------------------*/
/*------------------------    section 12           ----------------------*/
.viewing-page-12 .page12 .left-fixed {
    position: fixed;
}
.viewing-page-12 .page12 .patch-overflow-white{
    position: fixed;
    z-index: 0;
    top: 0;
    bottom: auto;
}

.sec-12-content {
    background: #fff;
    height: 100vh;
}
.sec-12-upper-curve {
    position: absolute;
    top: 0;
    right: 0;
    width: 17%;
}
.sec-12-lower-curve {
    position: absolute;
    bottom: 0;
    left: 0;
        width: 23%;
}

/*------------------------    section 12           ----------------------*/

/*------------------------    section 13           ----------------------*/
.viewing-page-13 .page13 .left-fixed {
    position: fixed;
}
.page13, .page15, .page20 {
   background-image: linear-gradient(to right, #030955, #0a0f6f); 
}
.sec-13-content {
    height: 100vh;
}
.patch-overflow {
   background-image: linear-gradient(to right, #030955, #0a0f6f);
    height: 6%;
    width: 100%;
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 100000;
}
.viewing-page-13 .page13 .patch-overflow{
    position: fixed;
}

.sec-13-content h3 {
    color: #fff;
}
.sec-13-content p, .page13 ul li, .sec-15-content p, .page15 ul li, .sec-20-content p, #sec-20-line-x  {
    color: #A1B0DE !important;
}
.page20 ul li a:hover {
    color: #ff2a39;
}

/*------------------------    section 13           ----------------------*/
.viewing-page-14 .page14 .patch-overflow-white{
    position: fixed;
    z-index: 0;
    top: 0;
    bottom: auto;
}
.viewing-page-14 .page14 .left-fixed {
    position: fixed;
}
.viewing-page-15 .page15 .left-fixed {
    position: fixed;
}
.viewing-page-15 .page15 .patch-overflow{
    position: fixed;
    z-index: 0;
}
.pages .les-spac {
    padding-top: 0;
}
/*------------------------    section 16           ----------------------*/
.page16 {
    height: 100vh;
    background: #fff;
}
.page-16-content {
    margin: 6% 0 0 10%;
    text-align: left;
    position: relative;
    z-index: 1;
    width: 55%;
}
.page-16-content .analytics-tool {
    width: 100%;
}
.page-16-content .line {
    top: -2%;
    left: 0%;
}
.page-16-content h3 {
    color: #132BAC;
    font-size: 3em;
    font-weight: 500;
    margin: 0;
}
.sec-16-sub-content {
    display: block;
    padding: 3% 0px;
}
.sec-16-sub-content:last-child {
    border: none;
}
.sec-16-left {
    display: inline-block;
    vertical-align: middle;
    width: 30%;
}
.sec-16-main-img {
    position: absolute;
    top: 6%;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    width: 100%;
    z-index: 0;
}
.sec-16-left img {
    width: 100%;
}
.sec-16-left .fottball-img {
    width: 100%;
    padding-left: 8%;
}
.sec-16-right {
   display: inline-block;
    vertical-align: middle;
    width: 60%;
    padding-left: 4%;
}
.sec-17-content {
       margin: 7% 0% 0% 16%; 
    width: 60%;
}
.sec-16-uppcave {
    position: absolute;
    top: 0;
    left: 0;
    width: 18%;
}
.zoho-build {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 46%;
}
.wave-17-lower, .wave-17-upper {
    position: absolute;
    bottom: -10%;
    left: 0;
    opacity: 0.4;
    width: 100%;
}
.top-wave-17 {
    position: absolute;
    top: -2%;
    width: 100%;
}
/*------------------------    section 16           ----------------------*/

.page17 .analytics-tool {
    width: 100%;
}

.pages .analytics-tool p {
    width: 70%;
}
.content-17-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
    grid-gap: 2em;
    padding-top: 5%;
}

/*------------------------    section 18           ----------------------*/

#fullpage .page18 {
    background-image: linear-gradient(to top, #02157C, #010B3E);
}
.sec-18-content {
        margin: 10% 0% 0% 13%;
    width: 31%;
}
.sec-18-content p {
    color: #fff;
    padding-top: 3%;
}
.sec-18-content p:last-child {
    color: #fff;
    font-size: 1.4em;
    padding: 0;
    padding-left: 3%;
}
.sec-18-img {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 49%;
    z-index: 2;
}
.sec-18-curve-height {
    position: absolute;
    height: 100%;
    right: 0;
    top: 0;
    z-index: 1;
}
.page18 .persentage-box {
    margin-top: 7%;
}
/*------------------------    section 18           ----------------------*/
/*------------------------    section 19           ----------------------*/
.sec-18-content {
    width: 50%;
}
.page19 .sec-19-content {
    width: 47%;
}
.page19 .analytics-tool p {
    width: 65%;
}
.page19 .analytics-tool {
    width: 100%;
    display: block;
}
.content-19-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
    grid-gap: 2em;
}

/*------------------------    section 19           ----------------------*/
/*------------------------    section 20           ----------------------*/

.sec-19-img {
    position: absolute;
    top: 14%;
    left: 0;
    width: 40%;
}
.sec-19-content {
    margin: 4% 0% 0% 42%; 
}
.analytics-tool h3 {
    width: auto;
    padding-right: 2%;
    font-size: 4em;
}
.growth-bar {
    margin-top: 1%;
}
.viewing-page-20 .page20 .left-fixed {
    position: fixed;
}
.page20 .patch-overflow{
        height: 4%;
}
.viewing-page-20 .page20 .patch-overflow{
    position: fixed;
}
.page-21-content h2{
    font-size: 5em;
    margin: 0;
    font-weight: 600;
    color: #4233d4; 
}
.newsletter-content {
    font-size: 1em !important;
}
/*------------------------    section 20           ----------------------*/
/*------------------------    last-section           ----------------------*/
.end-title {
    position: relative;
}
.end-title h2 {
    font-size: 3em;
    font-weight: 600;
}
.page21 {
    height: 100vh;
    background: #fff;
}
.page21 h3 {
    font-weight: 600;
}
.page-21-content {
    top: 7%;
    margin: auto;
    text-align: center;
    z-index: 10000;
    position: relative;
    width: 70%;
}
.page-21-content .line {
    left: 46%;
}
.page-21-content p {
    text-align: center;
    font-size: 1.8em;
    font-weight: 100;
    margin: .7em 0px;
}
.page-21-content #sec-21-line2 {
    font-size: 1.4em;
}
.back-svg-sec21 {
        position: absolute;
    width: 60%;
    height: 80%;
    top: 2%;
    left: 0;
    right: 0;
    text-align: center;
    margin: auto;
    opacity: 0.3;
}
#fullpage .page21 .lower-wave {
    position: absolute;
    bottom: -400px;
    left: 0;
    width: 105%;
    z-index: 2;
    transition: all 1.4s ease-out 0s;
    -webkit-transition: all 1.4s ease-out 0s;
    -moz-transition: all 1.4s ease-out 0s;
}

.viewing-page-21 #fullpage .page21 .lower-wave {
    bottom: -12%;
}
.yr-2019-title {
    font-size: 8em;
    margin: 0;
    font-weight: 500;
    line-height: 140px;
    color: #FD4646; 
}
#fullpage .page21 .upper-wave {
    position: absolute;
    bottom: -400px;
    left: 0;
    opacity: 0;
    width: 100%;
    z-index: 2;
    -webkti-transition: all 1s ease-out 0s;
    -moz-transition: all 1s ease-out 0s;
}
.reference {
    width: 100%;
    font-size: .5em;
/*
    position: absolute;
    bottom: 9%;
        color: #909090;
    text-align: center;
*/
}
.reference ol {
    margin: 0;
}
.reference ol li {
    display: inline-block;
    vertical-align: top;
    padding: 0px 10px;
    position: relative;
}
.reference ol li:first-child {
    padding-right: 20px;
}
.reference ol li:first-child:after, .reference ol li:last-child:after {
    content: '';
    display: none;
}
.reference ol li:after {
    content: '|';
    position: absolute;
    right: 2%;
    top: 0;
}
.viewing-page-21 #fullpage .page21 .upper-wave {
    bottom: 25px;
    opacity: 1;
}
.page21 ol {
    list-style: decimal;
}
.broadway {
    display: inline-block;
    vertical-align: top;
    width: 70%;
    padding: 2%;
}
.broadway-one {
    display: inline-block;
    vertical-align: top;
    width: 20%;
    padding: 3% 0;
}
/*------------------------   section x         ----------------------*/

.sec-x2 {
    width: 30%;
    text-align: left;
    margin: 9% 0 0 18%; 
    position: relative;
}
.sec-x2 .analytics-tool {
    width: 80%;
    margin: 3% 0;
}
.x2-lowercurve {
   position: absolute;
    bottom: -46%;
    left: 3%;
    transform: rotate(-87deg);
    opacity: 0.3;
    width: 35%;
}
.sec-x2 .analytics-tool p{
    width: 95%;
}
.x2-uppercurve {
    position: absolute;
    top: 0;
    left: 0;
    width: 10%;
}
.x2-main {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 40%;
}
.sec-x {
   width: 42%;
    text-align: center;
    margin: 8% auto; 
    position: relative; 
}
.sec-x2 .line {
    left: 0;
}
.sec-x .line {
    top: 65%;
    left: 46%;
}
.sec-x2 .line {
    left: 0;
    top: -4%;
}
.clock {
    padding-top: 14%;
    width: 20%;
    display: block;
    
}
.sec-x img {
    width: 85%;
    padding-bottom: 10%;
}
.sec-x h3, .sec-x2 h3 {
    color: #132BAC;
    font-size: 3em;
    font-weight: 500;
    margin: 0;
}
.sec-x p, .sec-x2 p {
    font-size: 1.35em;
    color: #132BAC;
    font-weight: 100;
}
.back-svg {
    position: absolute;
    width: 80%;
    height: 80%;
    top: 4%;
    left: 0;
    right: 0;
    text-align: center;
    margin: auto;
    opacity: 0.4;
}
.sec-x-wave {
    position: absolute;
    bottom: 0;
    width: 100%;
}
.page-21-content .vist-manageengine{
    top: 25px;
    position: relative;
}
/*------------------------   section x         ----------------------*/
/*-----   common         --------*/

.page11 ol .sub-list h3, .page12 ol .sub-list h3, .page14 ol .sub-list h3 {
    color: #4A90E2;
}
.page13 ol .sub-list h3, .page15 ol .sub-list h3, .page20 ol .sub-list h3  {
    color: #A1B0DE;
}
.page13 .sec-11-left, .page15 .sec-11-left, .page20 .sec-11-left  {
    border-right: 1px solid #FAD961;  
}
viewing-page-1, viewing-page-2, viewing-page-3, viewing-page-4, viewing-page-5, viewing-page-6 {
    transition: all  1.4s ease-out 0s;
    -webkit-transition: all  1.4s ease-out 0s;
    -moz-transition: all  1.4s ease-out 0s;
}
.pdf-button {
    position: fixed;
    padding: 13px 13px 11px 13px;
    top: 35%;
    left: 0;
    background: #f75231; 
    display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
    z-index: 10000000;
}
.pdf-button:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #008ce9;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.pdf-button:hover, .pdf-button:focus, .pdf-button:active {
  color: white;
    cursor: pointer;
}
.pdf-button:hover:before, .pdf-button:focus:before, .pdf-button:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    cursor: pointer;
}
.pdf-button img{
    width: 28px;
    height: 28px;
}
.pdf-popupmenu {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 100000;
}
.popup-bg {
    width: 40%;
    height: 60%;
    overflow: scroll;
    margin: auto;
    margin-top: 10%;
    background: #fff;
    border: 3px solid #000;
}
.popup-bg form {
    padding: 60px;
}
div.close-icon {
    position: absolute;
    right: 5%;
    top: 5%;
    background: #f75231;
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 20px;
    transition: 0.6s;
}
div.close-icon:hover {
    cursor: pointer;
    background: #008ce9;
}
div.close-icon span {
    font-size: 26px;
    color: #fff;
    line-height: 38px;
    font-weight: 300;
}
#btn-submit {
    position: relative;
    padding: 13px 23px;
    background: #f75231;
    border-radius: none;
    border: none;
    color: #fff;
    margin: 15px 0px 0px 0px;
    cursor: pointer;
    font-size: 1em;
}
.success-msg {
    position: fixed;
    top: 0;
    width: 100%;
    height: auto;
    z-index: 9999;
    background: rgba(255, 255, 255, 0.95);
    padding: 10px 0 10px 0;
    text-align: center;
    color: #C60006;
    font-weight: 400;
    font-size: 26px;
}
.pdf-popupmenu {
    display: none;
}
.pdf-popupmenu:before{
  content: "";
  box-sizing: border-box;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  left: 0;
  top: 50%;
  will-change: height, top;
  animation: open-animation .6s cubic-bezier(0.83, 0.04, 0, 1.16) .65s both;
}

.pdf-popupmenu:after{
  content: "";
  width: 0;
  height: 2px;
  
    background: rgba(0, 0, 0, 0.6);

  will-change: width, opacity;
  animation: line-animation .6s cubic-bezier(0.83, 0.04, 0, 1.16) both;

  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -1px;
}

@keyframes line-animation{

  0%{
    width: 0;
    opacity: 1;
  }

  99%{
    width: 100%;
    opacity: 1;
  }

  100%{
    width: 100%;
    opacity: 0;
  }  
}

@keyframes open-animation{

  0%{
    height: 0;
    top: 50%;
  }

  100%{
    height: 100vh;
    top: 0;
  }
}

.popup__block{
  height: calc(100vh - 40px);
  box-sizing: border-box;
  position: relative;

  margin: auto;
  overflow: auto;
  animation: fade .5s ease-out 1.3s both;
}

@keyframes fade{

  0%{
    opacity: 0;
  }

  100%{
    opacity: 1;
  }
}
.form-field input{width:100%;padding:10px 0;text-indent:10px;font-size:14px;margin:0 0 20px 0;border:1px solid #58bdff;border-radius:3px;}
.form-field select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:#ffffff url("https://www.manageengine.com/events/images/dropdown-arrow.png") no-repeat 95% center;padding:10px;width:100%;font-size:1em;height:auto;color:#555;border-radius:3px;margin:0 0 20px 0;border:1px solid #58bdff;}
.zc-utm_source-group, .zc-utm_medium-group, .zc-utm_term-group, .zc-utm_campaign-group{display:none;}
div.form-field{position:relative;width:100%;}
p.reg_form_errors{display:none;position:absolute;bottom:-11px;;font-size:12px;color:#ec1e24;font-weight:500;}
div#meGDPRMessage, p.privacy-policy{margin:0 0 20px 0;line-height:20px;font-size:12px;}
.zc-utm_source-group, .zc-utm_medium-group, .zc-utm_term-group, .zc-utm_campaign-group {
    display: none !important;
}

/*
.pdf-button {
   display: none;
}
*/
/*-----   common         --------*/
/*------------------------    last-section           ----------------------*/


span.footer-subscribenewsletteremail {
    background-color: #fff;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.14); 
    border-right: none;
    color: #000;
    text-align: left;
    height: 19px;
    line-height: 20px;
    outline: 0;
    margin-left: 26%;
    padding: 15px;
    transition: border .2s linear 0s, box-shadow .2s linear 0s;
    width: 40%;
    font-size: 12px;
    float: left;
}

span.footer-subscribenewslettersubmit {
    border: none;
    color: #FFF;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    line-height: 19px;
    padding: 15px 30px;
    text-decoration: none;
    float: left;
    margin: 0;
    text-indent: -99999em;
    background: #FD4646 url(https://www.manageengine.com/images/footer-icon-newsletter.svg) no-repeat center center;
    height: 19px;
}
.clearfix:after {
    clear: both;
    content: '.';
    display: block;
    visibility: hidden;
    height: 0;
}
.subscribepopup_contains {
    width: 100%;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .5);
    z-index: 999999;
    display: none;
}
.subscribepopup_boxes {
    width: 500px;
    height: 300px;
    background: #fff;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 25%;
    border: 10px solid rgba(11, 11, 11, .67);
}
.subscribepopup_closeicon {
    float: right;
    line-height: 30px;
    border: 1px solid #FD4646;
    border-radius: 30px;
    font-size: 26px;
    margin: 0;
    width: 35px;
    height: 35px;
    top: 5px;
    right: 5px;
    background: #FD4646;
    color: #fff;
    text-align: center;
    z-index: 99999;
    position: absolute;
    font-weight: 100;
    cursor: pointer;
}
#backToTop {
    display: none !important;
}
.subscribe_popups {
    padding: 10px 20px;
}
.subscribepopup_form_wrapper h4 {
    font-size: 20px;
    margin: 20px 0 0;
    font-weight: 100;
}
.subscribepopup_form_wrapper form {
    margin: 20px 0 0;
}
.clearfix {
    display: block;
}
.subscribepopup_form_wrapper form input[type=text] {
    width: 210px;
    border: 1px solid #ddd;
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    padding: 5px;
    display: block;
    float: left;
    border-radius: 0;
    box-sizing: unset;
}
.subscribepopup_form_wrapper form select {
    width: 225px;
    border: 1px solid #ddd;
    height: 32px;
    line-height: 20px;
    font-size: 14px;
    padding: 5px;
    display: block;
    color: #7e7e7e;
    float: left;
    margin: 0 0 0 10px;
    box-sizing: border-box;
}
.subscribepopup_form_wrapper form .dwn-priv {
    width: 100%;
    margin: 10px 0 0;
    font-size: 13px;
    display: inline-block;
}
.subscribepopup_form_wrapper form #subscribe {
    background: #FD4646;
    color: #fff;
    padding: 5px 20px;
    margin: 20px auto;
    text-transform: uppercase;
    line-height: 20px;
    border: 1px solid #fff;
    font-size: 13px;
    height: auto;
    width: 110px;
    display: table;
    float: none;
    border-radius: 0;
}
.share-list {
    position: absolute;
    bottom: 3%;
    font-size: .7em;
    color: #909090;
    z-index: 2;
    width: 100%;
    text-align: center;
}
.share-list p {
    padding: 0 0 2% 0;
}
.share-list p a {
    display: inline-block;
    padding: 0 1%;
}
.share-list p img {
    opacity: .5;
}
.reference p{
        padding-left: 20%;
    font-size: 2em;
    font-weight: 300;
}

.page13 .sec-11-img, .page14 .sec-11-img {
    width: 76%;
}

/*------------------------    Responsive         ----------------------*/

@media screen and (min-width: 1600px) {
    .text-grad {
        font-size: 40em;
    }
    .page2 {
        height: 100vh;
    }
    .left-fixed {
        top: 14%;
    }
}
@media screen and (max-width: 1420px) {
    .sec-5-botleft {
        width: 8%;
    } 
    .sub-sec-6 img {
        padding-right: 4%;
    }
    .sec-6-content .sub-sec-6 p {
        flex: 4;
    }
    .sec-18-content {
           width: 39%;
}
    .sec-18-content {
        margin: 12% 0% 0% 17%;
    }
    .sec-19-content {
           margin: 6% 0% 0% 42%;
    }
    .sec-block {
        width: 44%;
    }
    .page-16-content {
        width: 55%;
    }
    .sec-4-content {
        width: 57%;
    }
    .persentage-box {
        width: 80%;
    }
    .sec-8-content .analytics-tool {
        width: 70%;
    }
    .sec-10-content {
 margin: 10% 0% 0% 18%;
    width: 44%;
}
    .sec-17-content {
 margin: 7% 0% 0% 12%;
    width: 70%;
}
      }
@media screen and (max-width: 1220px) {
    .sec-4-content h3 {
        font-size: 3em;
    }
    .analytics-tool p, .monitoring-tools p {
        width: 78%;
    }
    .sec-block {
        width: 50%;
    }
    .content-17-grid {
        grid-template-columns: 0.8fr;
    }
}
@media screen and (max-width: 1100px) {
    .persentage-box {
        width: 90%;
    }
    .page16 {
        height: auto;
    }
    .sec-x .line {
        top: 54%;
    }
    .sec-4-content {
        width: 66%; 
    }
    .growth-rate {
        padding-top: 3%;
    }
    body {
        font-size: 13px;
    }
    .sec-four-image {
        width: 26%;
    }

    .sec-6-content {
        width: 50%
    }
    .sec-17-content {
        width: 80%;
        margin: 7% 0% 0% 8%;
    }

    .sec-10-content {
        margin: 12% 0% 0% 17%;
       width: 49%;
    }
    .sec-11-content h3 br{
        display: none;
    }
    .pages ul li {
        font-size: 0.7em;
    }
    .patch-overflow {
        height: 10%;
    }
    .left-fixed {
        top: 13%;
        left: 8%;
        width: 34%;
        z-index: 0;
    }
    .end-title h2 {
        font-size: 3em;
    }
    .pages ol {
        margin-top: 20%;
    }
    .pages ol .sub-list h3::after {
        right: -25%;
        width: 22%;
    }
    .left-tool-analyzed img {
        width: 90%
    }
}
@media screen and (max-width: 900px) {
    .text-grad {
        font-size: 25em;

    } 
    body {
        font-size: 12px;
    }
    .sec-4-content {
        width: 81%;
        padding-bottom: 35%;
    }
    .sec-9-content {
        width: 61%;
        margin: 9% 0% 0% 14%;
    }
    .pages ol {
        padding-left: 5%;
    }
    .sec-4-path {
        bottom: 0;
        width: 39%;
    }
    .sec-5-content {
        width: 50%;
    }
    .sec-6-content {
        width: 69%;
        padding-bottom: 40%;
    }
    .sec-right-sec-6-img {
        width: 40%;
    }
    .sec-8-img {
        width: 72%;
    }
    .sec-8-content {
        margin: 13% 0% 0% 25%;
    }
    .sec-10-content {
        width: 60%;
        padding-bottom: 40%;
    }
    .sec-10-img {
        bottom: 0;
    }
    .sec-17-content {
        width: 85%;
        margin: 7% 0% 0% 5%;
        padding-bottom: 0
    }
    .sec-x2 {
        width: 48%;
    }
    .sec-19-img {
        top: auto;
        bottom: 0;
    }
    .page19 .sec-19-content {
        margin: 0px 6%;
        width: 80%;
    }
    .popup-bg {
        height: auto;
        width: 60%;
    }
}
@media screen and (max-width: 760px) {
    body {
        font-size: 10px;
    }
    .sec-4-path {
        width: 40%;
        right: 8%;
    }
    .sec-block {
        width: 65%;
    }
    .sec-5-content {
        margin: 10% 0% 0% 36%;
        width: 60%;
    }
    .sec-10-content {
        margin: 10% 0% 0% 9%;
    }
    .sec-11-right {
        padding-right: 7%;
    }
    .sec-11-left {
        top: 58%;
left: 8%;
    }
    .left-fixed {
        left: 5%;
        top: 13%;
        width: 39%;
    }
    .patch-overflow-white {
        height: 9%;
    }
    .sec-18-content {
        margin: 10% 0% 0% 12%;
    }
    .sec-19-content {
        margin: 6% 0% 0% 12%;
        width: 73%;
        padding-bottom: 38%;
    }
    .pages ol {
        margin-top: 30%;
    }
    .pages ol .sub-list h3::after {
        right: -18%;
        width: 15%;
    }
}

@media screen and (max-width: 600px) {
    .menu {
        display: none;
    }
    .sec-three-left {
        width: 100%;
        left: 0px;
        opacity: 1;
    }
    .pages ol .sub-list {
        opacity: 1;
    }
    .persentage-box {
        margin-left: 6%;
    }
    .sec-three-right {
        width: 100%;
        right: 0px;
        text-align: center;
        opacity: 1;
    }
    .sec-three-right p {
        margin: auto;
        width: 80%;
        padding-bottom: 12%;
    }
    .sec-three-left img {
        width: 60%;
    }
    .sec-three-right .line {
        top: -20px;
        left: 45%;
    }
    .sec-6-content {
        width: 70%;
        margin: 10% 0% 0% 15%;
    }
    .sec-5-main {
        top: 1%;
        width: 49%;
        left: 27%;
    }
    .sec-5-content {
        text-align: center;
        width: 79%;
        margin: auto;
        margin-top: 50%;
        padding-bottom: 12%;
    }
    .sec-5-content .line {
        left: 47%;
    }
    sub-sec-5 {
        padding-left: 4%;
    }
    .persentage-box h3 {
        display: inline-block;
        width: -moz-fit-content;
        width: fit-content;
        margin: auto;
    }
    .persentage-box p {
        background: none;
        color: #fff;
        padding: 2%
    }
    .sec-7-leftimg {
        top: 3%;
        left: 0;
        z-index: 0;
        width: 62%;
    }
    .sec-x {
        width: 75%;
    }
    .sec-8-img {
        width: 72%;
    }
    .sec-8-content {
        margin: 19% auto;
text-align: center;
    }
    .page6 .sec-6-content {
        width: 82%;
    }
    .sec-6-content .line {
        left: 0%;
top: -19px;
    }
    .sec-8-content .line {
        left: 46%
    }
    .sec-10-content {
        text-align: left;
        margin: 16% 0% 0% 9%;
    }
    .sec-10-content .line {
        left: 0 !important;
    }
    .viewing-page-11 .page11 .left-fixed, .viewing-page-12 .page12 .left-fixed, .viewing-page-13 .page13 .left-fixed, .viewing-page-14 .page14 .left-fixed, .viewing-page-15 .page15 .left-fixed, .viewing-page-20 .page20 .left-fixed {
        position: relative;

    }
    .pages .analytics-tool p {
        width: 65%;
    }
    .page19 .analytics-tool p {
        width: 55%;
    }
    span.footer-subscribenewsletteremail {
        margin-left: 18%;
    }
    .patch-overflow-white, .patch-overflow {
        display: none;
    }
    .sec-11-left {
        position: relative;
        top: auto;
        left: auto;
        right: auto;
        bottom: auto;
        transition: none;
        padding-top: 60%;
        width: 90%;
border: none !important;
    }
    .page16 .page-16-content p br{ 
     display: none;
    }
    .pages ol .sub-list:last-child {
        padding-bottom: 20%;
    }
    .sec-11-content .line {
        top: 60%;
    }
    .sec-11-img {
        position: absolute;
        top: 0;
        left: 20%;
    }
    .sec-block {
 width: 85%;

}
    .sec-11-right {
        width: 80%;
        float: none;
    }
    .pages ol {
        margin-top: 10%;
    }
    .sec-12-content, .sec-13-content, .page16 {
        height: auto;
    }
    .page16 {
        min-height: auto !important;
    }
    .page16 .page-16-content {
        margin: 10% 0% 0% 15%;
        text-align: left;
        padding-bottom: 40%;
    }
    .page16 .page-16-content p {
        text-align: left;
    }
    .page16 .page-16-content .line {
        left: 0;
    }
    .analytics-tool p, .monitoring-tools p {
        width: 70%;
    }
    .page-16-content .line {
        top: -2%
    }
    .sec-17-content {
        margin: 15% 0% 0% 5%;
        width: 90%;
    }
    .zoho-build {
        width: 48%;
    }
    .sec-17-content .line, .sec-18-content .line {
        left: 0
    }
    .page20 .sec-11-img {
        width: 50%;
    padding: 12%;
    top: -15%;
    left: 6%;
      }
    .sec-18-content {
        text-align: left;
    margin: 12% 0% 0% 12%;
}
    .sec-19-content .line {
        left: 0;
    }
    .sec-11-right {
        padding-top: 4%;
        position: relative;
    }
    .left-fixed {
        position: relative !important;
    }
    .sec-10-content {
        padding-bottom: 40%
    }
    .popup-bg form {
        padding: 40px;
    }
}
@media screen and (max-width: 520px) {
    .text-grad {
        font-size: 20em;
        top: 12%;
    }
    .subscribepopup_boxes {
        width: 90%;
        height: auto;
    }
    .subscribepopup_form_wrapper form select {
        margin: 2% 0px;
    }
    .sec-two {
        width: 65%;
        bottom: 0;
    }
    .analytics-tool, .monitoring-tools {
        width: 86%;
        margin: 2% 0px;
        
    }
    .analytics-tool h3, .monitoring-tools h3 {
        width: auto;
        padding-right: 2%;
    }
    .tool-analyzed {
        display: block;
    }
    .sec-13-content .line {
        top: 55%;
    }
    .reference {
        bottom: 0%;
        right: 5%;
    }
    .sec-two {
        bottom: 4%;
    }
    .line {
        top: 7px;
    }
    .analytics-tool img, .monitoring-tools img {
        top: 22%;
        right: 2%;
    }
    .sec-three-right p {
        padding-bottom: 16%;
    }
    .sec-right-sec-6-img {
        width: 53%;
    }
    .sec-9-content {
      padding-bottom: 60%;  
    }
    .sec-9-img {
        width: 50%;
    }
    .content-17-grid {
        grid-template-columns: .8fr;
    }
    .sec-17-content {
        padding-bottom: 10%;
    }
    .sec-18-img {
        width: 63%;
    }
    #sec-2-line1 br, #sec-2-line2 br {
        display: none;
    }
    .page21 {
        height: auto;
    }
}
@media screen and (max-width: 420px) {
    .text-grad {
        font-size: 16em;
    }
    #fullpage section:first-child h2 {
        font-size: 4em;
    }
    .share-list p {
        padding: 0;
    }
    .logo {
        width: 44%;
    }
    #main-sec-text br{
        display: none
    }
    .sec-three-left img {
        width: 74%;
    }
    .oval {
        z-index: -1;
    }
    .right-tool-analyzed span {
        font-size: 1.3em;
    }
    .sec-4-content h3 {
        font-size: 3em;
    }
    .highlight, .twelle-persent {
        font-size: 1.4em;
    }
    .sec-5-content {
        margin-top: 70%;
    }
    .sec-7-content {
       margin-top: 65%; 
    }
    .sec-7-rightimg {
        width: 30%;
    }
    .sec-7-leftimg {
        width: 56%;
    }
    .sec-8-content {
        width: 86%;
    }
    .sec-10-content, .sec-18-content {
        margin-top: 20%;
    }
    
    .sec-18-content .line {
        left: 0;
    }
    .sec-9-content .analytics-tool {
        width: 100%;
    }
    .sec-5-botleft {
        width: 17%;
    }
    .analytics-tool {
        text-align: left;
    }
    .sec-5-botright {
        width: 23%;
    }
    .sec-4-content {
        padding-bottom: 60%;
    }
    .sec-5-content {
        width: 90%;
    }
    .sec-5-main {
        top: 3%;
width: 58%;
left: 12%;
    }
    .sub-sec-6 .di-middle{
        display: block;
    }
    .sec-7-content .line {
        left: 44%;
    }
    .sec-four-image {
        width: 43%;
    }
    .sec-4-path {
        width: 65%;
    }
    .sec-9-content {
        padding-bottom: 40%;
    }
    .sec-11-content .line {
        top: 47%;
    }
    .page20 .sec-11-content .line {
        top: 63%;
    }
    .page16 .page-16-content {
        margin: 18% 0% 0% 9%;
    }
    .page16 .page-16-content br {
        display: none;
    }
    .sec-18-content {
        width: 80%;
    }
    .sec-19-content {
       width: 80%;
       margin: 10% 0% 0% 10%; 
        padding-bottom: 70%;
    }
    .content-19-grid {
        grid-template-columns: 1.2fr 1fr;
    }
    .sec-19-img {
        width: 51%;
    }
    .back-svg-sec21 {
        width: 88%;
    }
    .sec-block {
        margin: 8% 0 0 8%;
    }
    .broadway-one {
        display: none;
    }
    .broadway {
        width: 100%;
    }
    .popup-bg {
        width: 69%;
        margin-top: 19%;
    }
    .pdf-button {
        padding: 11px 11px 9px 11px;
    }
    .pdf-button img {
        width: 24px;
        height: 24px;
    }
    div.close-icon span {
        font-size: 20px;
        line-height: 35px;
    }
    div.close-icon {
        width: 35px;
height: 35px;
    }
    .form-field input, div#meGDPRMessage, p.privacy-policy{
        font-size: 11px;
    }
}
@media screen and (max-width: 380px) {
    body {
        font-size: 9px;
    }
    .sec-two {
        width: 88%;
        bottom: 11%;
    }
    .sec-7-leftimg {
        width: 74%;
    }
    .sec-4-content {
        padding-bottom: 61%
    }
    .sec-19-img {
        width: 86%;
    }
    .sec-x2 {
        width: 68%;
    }
    .sec-8-content .analytics-tool {
        width: 90%;
    }
    .sec-8-img {
        width: 100%;
    }
    .sec-x {
        margin-top: 20%;
    }
    .sec-18-img {
        width: 95%;
    }
    .x2-main {
        width: 77%;
    }

    .persentage-box p {
        width: 70%;
        text-align: left;
    }
    .sec-9-content {
       width: 80%;
       margin: 10% 0% 0% 10%; 
    }
    .content-19-grid {
        grid-template-columns: 1fr;
        grid-gap: 1em;
    }
    .popup-bg form {
        padding: 30px 20px;
    }
}