.nav-dwn a {
    background: #E9142B;
    color: #fff;
    font-size: 19px;
    line-height: 30px;
    padding: 4px 10px;
    display: inline-block;
    width: 148px;
    border-radius: 5px;
    text-decoration: none;
    text-align: center;
}

 /*   #scroll,
    section:nth-of-type(1),
    section:nth-of-type(2),
    section:nth-of-type(3),
    section > .sec-pTB.bg-l-grey.mbH.T20,
    #backToTop {
    display: none !important;
    }*/
    .log-data-base a:hover,
    .log-data-base a:focus {
    text-decoration: none;
    }
    .log-data-base * {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    font-family: 'ZohoPuvi';
    font-weight: 300;
    }
    .log-data-base .sprite {
    background-image: url(https://www.manageengine.com/latam/log-management/images/log-and-data-management-sprite.png);
    background-size: 2000px 4000px;
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: middle;
    }
    .log-data-base .container {
    max-width: 1200px;
    width: 100%;
    padding: 0 25px;
    }
     @keyframes width2 {
    0% {
    width: 0;
    }
    100% {
    width: 7px;
    }
}
    @keyframes flow {
    0% {
    background-position: 0 100000px;
    }
    100% {
    background-position: 0 0;
    }
    }
    @keyframes rotating {
    100% {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    }
    }
    @keyframes shake {
    from {
    transform: translateY(-3px);
    }
    to {
    transform: translateY(3px);
    }
    }
    @keyframes scale {
    from {
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    }
    to {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    }
    }
    @keyframes scale1 {
    from {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    }
    to {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    }
    }
    @keyframes scale2 {
    0% {
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    }
    50% {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    }
    100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    }
    }
    @keyframes fade-in {
    from {
    opacity: 0;
    }
    to {
    opacity: 1;
    }
    }
    @keyframes slide-up {
    from {
    transform: translateY(150px);
    -webkit-transform: translateY(150px);
    -moz-transform: translateY(150px);
    }
    to {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    }
    }
    @keyframes slide-left {
    from {
    transform: translateX(-1000%);
    -webkit-transform: translateX(-1000%);
    -moz-transform: translateX(-1000%);
    }
    to {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    }
    }
    @keyframes grow-up {
    0% {
    height: 0px;
    }
    to {
    height: 51px;
    }
    }
    @keyframes grow-up1 {
    0% {
    height: 0px;
    }
    to {
    height: 77px;
    }
    }
    @keyframes grow-down {
    from {
    height: 0;
    }
    to {
    height: 37px;
    }
    }
    @keyframes grow-left {
    from {
    width: 40px;
    }
    to {
    width: 55px;
    }
    }
    @keyframes grow-right {
    from {
    width: 0;
    }
    to {
    width: 124px;
    }
    }
    @keyframes grow-right1 {
    from {
    width: 0;
    }
    to {
    width: 71px;
    }
    }
    @keyframes grow1 {
    from {
    height: 0;
    }
    to {
    width: 62px;
    }
    }
    @keyframes grow2 {
    from {
    height: 0;
    }
    to {
    height: 28px;
    }
    }
    @keyframes grow3 {
    from {
    height: 0;
    }
    to {
    height: 18px;
    }
    }
    @keyframes grow-x {
    from {
    width: 0;
    transform: scale(0);
    }
    to {
    width: 167px;
    transform: scale(1);
    }
    }
    .log-data-base .mob-view {
    display: none;
    }
    .log-data-base .animation-box {
    position: relative;
    }
    .log-data-base .animation-box * {
    background-image: url(https://www.manageengine.com/latam/log-management/images/log-and-data-management-sprite.png);
    background-size: 2000px 4000px;
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: middle;
    }
    .log-data-base .animation-box.is-visible {
    opacity: 0;
    transform: translateY(10px);
    }
    .log-data-base .animation-box.is-shown {
    opacity: 1;
    transform: translateY(0);
    animation: fade-in 0.3s linear 0.2s both, slide-up 0.3s cubic-bezier(0.26, 0.67, 0.48, 0.91) 0.2s both;
    }
    .log-data-base .animation-box.animation-box1.is-visible {
    opacity: 0;
    transform: translateY(0px);
    }
    .log-data-base .animation-box.animation-box1.is-shown {
    opacity: 1;
    transform: translateY(0);
    animation: fade-in 0.2s linear 0.2s both, slide-up 0.2s cubic-bezier(0.26, 0.67, 0.48, 0.91) 0.2s both;
    }
    .log-data-base .animation-box.animation-box1 * {
    background-image: url(https://www.manageengine.com/latam/log-management/images/log-and-data-management-sprite.png);
    background-size: 2000px 4000px;
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: middle;
    }
    .log-data-base .animation-box .img-1 {
    background-position: -7px -379px;
    width: 427px;
    height: 386px;
    }
    .log-data-base .animation-box .img-2 {
    background-position: -48px -58px;
    width: 290px;
    height: 265px;
    position: absolute;
    bottom: 6px;
    left: 77px;
    }
    .log-data-base .animation-box .img-3 {
    background-position: -594px -217px;
    width: 96px;
    height: 87px;
    position: absolute;
    bottom: 134px;
    left: 175px;
    z-index: 2;
    animation: scale1 1.3s ease-in-out 0.6s infinite alternate;
    -webkit-animation: scale1 1.3s ease-in-out 0.6s infinite alternate;
    }
    .log-data-base .animation-box .img-4 {
    background-position: -462px -33px;
    width: 113px;
    height: 51px;
    position: absolute;
    bottom: 188px;
    left: 103px;
    animation: grow-up 1.3s ease-in-out 0.6s infinite alternate;
    -webkit-animation: grow-up 1.3s ease-in-out 0.6s infinite alternate;
    }
    .log-data-base .animation-box .img-5 {
    background-position: -577px -132px;
    width: 124px;
    height: 41px;
    position: absolute;
    top: 152px;
    left: 226px;
    animation: grow-right 2.8s ease-in-out 0.6s infinite;
    -webkit-animation: grow-right 2.8s ease-in-out 0.6s infinite;
    }
    .log-data-base .animation-box .img-6 {
    background-position: -474px -127px;
    width: 55px;
    height: 40px;
    position: absolute;
    top: 219px;
    right: 268px;
    animation: grow-left 1.3s ease-in-out 0.6s infinite alternate;
    -webkit-animation: grow-left 1.3s ease-in-out 0.6s infinite alternate;
    }
    .log-data-base .animation-box .img-7 {
    background-position: -491px -221px;
    width: 36px;
    height: 44px;
    position: absolute;
    top: 219px;
    left: 173px;
    }
    .log-data-base .animation-box .img-8 {
    background-position: -650px -42px;
    width: 71px;
    height: 41px;
    position: absolute;
    top: 217px;
    left: 254px;
    animation: grow-right1 1.8s ease-in-out 0.6s infinite;
    -webkit-animation: grow-right1 1.8s ease-in-out 0.6s infinite;
    }
    .log-data-base .animation-box .img-9 {
    background-position: -785px -28px;
    width: 32px;
    height: 77px;
    position: absolute;
    bottom: 271px;
    left: 90px;
    animation: grow-up1 1.2s ease-in-out 0.6s both;
    -webkit-animation: grow-up1 1.2s ease-in-out 0.6s both;
    }
    .log-data-base .animation-box .img-10 {
    background-position: -834px -30px;
    width: 2px;
    height: 38px;
    position: absolute;
    bottom: 232px;
    left: 165px;
    animation: grow-up1 1.3s ease-in-out 0.6s both;
    -webkit-animation: grow-up1 1.3s ease-in-out 0.6s both;
    }
    .log-data-base .animation-box .img-11 {
    background-position: -863px -29px;
    width: 2px;
    height: 77px;
    position: absolute;
    bottom: 271px;
    left: 223px;
    animation: grow-up1 1.3s ease-in-out 0.6s both;
    -webkit-animation: grow-up1 1.3s ease-in-out 0.6s both;
    }
    .log-data-base .animation-box .img-12 {
    background-position: -881px -28px;
    width: 32px;
    height: 77px;
    position: absolute;
    bottom: 271px;
    right: 74px;
    animation: grow-up1 1.3s ease-in-out 0.6s both;
    -webkit-animation: grow-up1 1.3s ease-in-out 0.6s both;
    }
    .log-data-base .animation-box .img-13 {
    background-position: -834px -30px;
    width: 2px;
    height: 38px;
    position: absolute;
    bottom: 232px;
    right: 147px;
    animation: grow-up1 2s ease-in-out 0.6s both;
    -webkit-animation: grow-up1 2s ease-in-out 0.6s both;
    }
    .log-data-base .animation-box .img-14 {
    background-position: -768px -132px;
    width: 46px;
    height: 45px;
    position: absolute;
    top: -7px;
    left: 67px;
    animation: shake 2s ease-in-out 0.6s alternate infinite;
    -webkit-animation: shake 2s ease-in-out 0.6s alternate infinite;
    }
    .log-data-base .animation-box .img-15 {
    background-position: -775px -192px;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 48px;
    left: 150px;
    animation: shake 1.6s ease-in-out 1s alternate infinite;
    -webkit-animation: shake 1.6s ease-in-out 1s alternate infinite;
    }
    .log-data-base .animation-box .img-16 {
    background-position: -768px -132px;
    width: 46px;
    height: 45px;
    position: absolute;
    top: -7px;
    right: 53px;
    animation: shake 1.8s ease-in-out 0.8s alternate infinite;
    -webkit-animation: shake 1.8s ease-in-out 0.8s alternate infinite;
    }
    .log-data-base .animation-box .img-17 {
    background-position: -775px -192px;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 48px;
    right: 133px;
    animation: shake 2s ease-in-out 1s alternate infinite;
    -webkit-animation: shake 2s ease-in-out 1s alternate infinite;
    }
    .log-data-base .animation-box .img-18 {
    background-position: -833px -132px;
    width: 50px;
    height: 45px;
    position: absolute;
    top: -7px;
    right: 180px;
    animation: shake 1.9s ease-in-out 1.2s alternate infinite;
    -webkit-animation: shake 1.9s ease-in-out 1.2s alternate infinite;
    }
    .log-data-base .banner-sec {
    background: linear-gradient(to bottom, #c9dbfa 30%, #fff);
    padding-top: 60px;
    padding-bottom: 95px;
    }
    .log-data-base .banner-sec .b-lhs {
    width: calc(100% - 430px);
    float: left;
    padding-right: 85px;
    padding-top: 46px;
    position: relative;
    }
    .log-data-base .banner-sec .b-lhs h1 {
    font-weight: 600;
    font-size: 46px;
    color: #102336;
    line-height: 66px;
    margin-bottom: 15px;
    }
    .log-data-base .banner-sec .b-lhs p {
    font-size: 18px;
    color: #102336;
    line-height: 30px;
    margin-bottom: 26px;
    }
    
    .log-data-base .banner-sec .b-rhs {
    width: 430px;
    float: left;
    }
    .log-data-base .support-sec {
    position: relative;
    padding-bottom: 270px;
    background-position: 58% 130px;
    margin-bottom: 102px;
    background-image: url(https://www.manageengine.com/latam/log-management/images/log-and-data-management-01.png);
    background-size: 100% 465px;
    background-repeat: no-repeat;
    padding-top: 90px;
    }
    .log-data-base .support-sec.is-visible {
    opacity: 1;
    transform: translateY(0px);
    }
    .log-data-base .support-sec.is-shown {
    opacity: 1;
    transform: translateY(0);
    }
    .log-data-base .support-sec .container {
    position: relative;
    }
    .log-data-base .support-sec .center-box {
    background-color: #313e4e;
    border-radius: 50%;
    width: 315px;
    height: 315px;
    margin: 0 auto;
    font-size: 30px;
    color: #fff;
    line-height: 45px;
    text-align: center;
    padding: 91px 0;
    font-weight: 400;
    }
    .log-data-base .support-sec .box {
    position: absolute;
    top: -17px !important;
    left: 237px !important;
    }
    .log-data-base .support-sec .box .circle {
    width: 175px;
    height: 175px;
    border-radius: 50%;
    background-color: #fff;
    box-shadow: 0px 0px 20.37px 0.63px rgba(161, 168, 173, 0.29);
    -webkit-box-shadow: 0px 0px 20.37px 0.63px rgba(161, 168, 173, 0.29);
    -moz-box-shadow: 0px 0px 20.37px 0.63px rgba(161, 168, 173, 0.29);
    text-align: center;
    padding-top: 38px;
    }
    .log-data-base .support-sec .box .circle > div {
    font-size: 16px;
    color: #102336;
    line-height: 24px;
    font-weight: 500;
    margin-top: 14px;
    }
    .log-data-base .support-sec .box .circle > ul {
    position: absolute;
    top: 34px;
    left: -145px;
    }
    .log-data-base .support-sec .box .circle > ul > li {
    font-size: 16px;
    color: #102336;
   
    text-align: right;
    margin-top: 22px;
    }
    .log-data-base .support-sec .box .circle .icn-1 {
    background-position: -761px -257px;
    width: 43px;
    height: 35px;
    }
    .log-data-base .support-sec .box .circle .icn-2 {
    background-position: -835px -257px;
    width: 44px;
    height: 45px;
    }
    .log-data-base .support-sec .box .circle:before {
    content: "";
    background-position: -491px -377px;
    background-image: url(https://www.manageengine.com/latam/log-management/images/log-and-data-management-sprite.png);
    background-size: 2000px 4000px;
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: middle;
    width: 63px;
    height: 185px;
    position: absolute;
    top: -5px;
    left: -21px;
    }
    .log-data-base .support-sec .box .circle:after {
    content: "";
    background-position: -500px -326px;
    background-image: url(https://www.manageengine.com/latam/log-management/images/log-and-data-management-sprite.png);
    background-size: 2000px 4000px;
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: middle;
    width: 45px;
    height: 16px;
    position: absolute;
    top: 110px;
    right: -48px;
    transform: rotate(17deg);
    -webkit-transform: rotate(17deg);
    -moz-transform: rotate(17deg);
    }
    .log-data-base .support-sec .box.box-2 {
    top: -17px !important;
    left: auto !important;
    right: 237px !important;
    }
    .log-data-base .support-sec .box.box-2 .circle {
    padding-top: 25px;
    }
    .log-data-base .support-sec .box.box-2 .circle::before {
    top: -5px;
    right: -21px;
    left: auto;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    }
    .log-data-base .support-sec .box.box-2 .circle::after {
    right: auto;
    left: -48px;
    transform: rotate(-194deg);
    -webkit-transform: rotate(-194deg);
    -moz-transform: rotate(-194deg);
    }
    .log-data-base .support-sec .box.box-2 .circle > ul {
    left: auto;
    right: -168px;
    top: 25px;
    }
    .log-data-base .support-sec .box.box-2 .circle > ul li {
    text-align: left;
    }
    .log-data-base .support-sec .box.box-3 {
    top: 230px !important;
    left: 271px !important;
    }
    .log-data-base .support-sec .box.box-3 .circle .icn-3 {
    background-position: -764px -327px;
    width: 37px;
    height: 35px;
    }
    .log-data-base .support-sec .box.box-3 .circle::before {
    background-position: -603px -388px;
    background-image: url(https://www.manageengine.com/latam/log-management/images/log-and-data-management-sprite.png);
    background-size: 2000px 4000px;
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: middle;
    width: 47px;
    height: 166px;
    top: 5px;
    }
    .log-data-base .support-sec .box.box-3 .circle::after {
    transform: rotate(-32deg);
    -webkit-transform: rotate(-32deg);
    -moz-transform: rotate(-32deg);
    top: 30px;
    right: -42px;
    }
    .log-data-base .support-sec .box.box-3 .circle > ul {
    top: -18px;
    left: -163px;
    width: 135px;
    }
    .log-data-base .support-sec .box.box-3 .circle > ul li:first-child {
    margin-right: -22px;
    }
    .log-data-base .support-sec .box.box-3 .circle > ul li:nth-child(4) {
    margin-right: -23px;
    margin-top: 27px;
    }
    .log-data-base .support-sec .box.box-4 {
    top: 230px !important;
    left: auto !important;
    right: 273px !important;
    }
    .log-data-base .support-sec .box.box-4 .circle .icn-4 {
    background-position: -841px -327px;
    width: 41px;
    height: 35px;
    }
    .log-data-base .support-sec .box.box-4 .circle::before {
    background-position: -603px -388px;
    background-image: url(https://www.manageengine.com/latam/log-management/images/log-and-data-management-sprite.png);
    background-size: 2000px 4000px;
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: middle;
    width: 47px;
    height: 166px;
    top: 5px;
    left: auto;
    right: -21px;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    }
    .log-data-base .support-sec .box.box-4 .circle::after {
    transform: rotate(213deg);
    -webkit-transform: rotate(213deg);
    -moz-transform: rotate(213deg);
    top: 31px;
    left: -42px;
    right: auto;
    }
    .log-data-base .support-sec .box.box-4 .circle > ul {
    top: -18px;
    right: -183px;
    left: auto;
    width: 155px;
    }
    .log-data-base .support-sec .box.box-4 .circle > ul li {
    text-align: left;
    margin-top: 25px;
    }
    .log-data-base .support-sec .box.box-4 .circle > ul li:first-child {
    margin-left: -22px;
    margin-top: 22px;
    }
    .log-data-base .support-sec .box.box-4 .circle > ul li:nth-child(4) {
    margin-left: -23px;
    margin-top: 22px;
    }
    .log-data-base .support-sec .box.box-5 {
    top: 357px !important;
    left: 516px !important;
    }
    .log-data-base .support-sec .box.box-5 .circle .icn-5 {
    background-position: -764px -392px;
    width: 37px;
    height: 35px;
    background-image: url(https://www.manageengine.com/latam/log-management/images/log-and-data-management-sprite.png);
    background-size: 2000px 4000px;
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: middle;
    }
    .log-data-base .support-sec .box.box-5 .circle::before {
    content: "";
    background-image: url(https://www.manageengine.com/latam/log-management/images/log-and-data-management-sprite.png);
    background-size: 2000px 4000px;
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: middle;
    background-position: -482px -611px;
    width: 187px;
    height: 68px;
    top: 131px;
    left: -7px;
    }
    .log-data-base .support-sec .box.box-5 .circle::after {
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    top: -35px;
    left: 63px;
    }
    .log-data-base .support-sec .box.box-5 .circle > ul li {
    display: inline-block;
    position: absolute;
    }
    .log-data-base .support-sec .box.box-5 .circle > ul li:first-child {
    top: 103px;
    left: 98px;
    }
    .log-data-base .support-sec .box.box-5 .circle > ul li:nth-child(2) {
    top: 146px;
    left: 204px;
    }
    .log-data-base .support-sec .box.box-5 .circle > ul li:nth-child(3) {
    top: 103px;
    left: 313px;
    text-align: left;
    width: 166px

    }
    .log-data-base .screen-sec {
    text-align: center;
    background-image: url(https://www.manageengine.com/latam/log-management/images/log-and-data-management-02.png);
    background-repeat: no-repeat;
    background-position: 0px 188px;
    background-size: 100%;
    padding-bottom: 90px;
    }
    .log-data-base .screen-sec h2 {
    font-size: 30px;
    color: #102336;
    font-weight: 500;
    margin-bottom: 28px;
    }
    .log-data-base .screen-sec p {
    font-size: 16px;
    color: #102336;
    line-height: 31px;
    width: 76%;
    margin: 0 auto;
    margin-bottom: 40px;
    }
    .log-data-base .screen-sec .screen-box {
    position: relative;
    min-height: 415px;
    }
    .log-data-base .screen-sec .screen-box.is-visible {
    opacity: 0;
    transform: translateY(10px);
    }
    .log-data-base .screen-sec .screen-box.is-shown {
    opacity: 1;
    transform: translateY(0);
    animation: fade-in 0.3s linear 0.2s both, slide-up 0.3s cubic-bezier(0.26, 0.67, 0.48, 0.91) 0.2s both;
    }
    .log-data-base .screen-sec .screen-box.is-shown .s2 {
    animation: scale2 0.6s ease-in-out 0.6s both;
    -webkit-animation: scale2 0.6s ease-in-out 0.6s both;
    }
    .log-data-base .screen-sec .screen-box.is-shown .s3 {
    animation: grow1 0.5s ease-in-out 0.6s both;
    -webkit-animation: grow1 0.5s ease-in-out 0.6s both;
    }
    .log-data-base .screen-sec .screen-box.is-shown .s4 {
    animation: scale 0.6s ease-in-out 0.8s both;
    -webkit-animation: scale 0.6s ease-in-out 0.8s both;
    }
    .log-data-base .screen-sec .screen-box.is-shown .s5 {
    animation: scale 0.6s ease-in-out 1.1s both;
    -webkit-animation: scale 0.6s ease-in-out 1.1s both;
    }
    .log-data-base .screen-sec .screen-box.is-shown .s17 {
    animation: scale2 0.6s ease-in-out 0.6s both;
    -webkit-animation: scale2 0.6s ease-in-out 0.6s both;
    }
    .log-data-base .screen-sec .screen-box.is-shown .s18 {
    animation: scale 0.8s ease-in-out 4.6s both;
    -webkit-animation: scale 0.8s ease-in-out 4.6s both;
    }
    .log-data-base .screen-sec .screen-box.is-shown .s19 {
    animation: grow-x 0.7s ease-in-out 5.2s both;
    -webkit-animation: grow-x 0.7s ease-in-out 5.2s both;
    }
    .log-data-base .screen-sec .screen-box * {
    background-image: url(https://www.manageengine.com/latam/log-management/images/log-and-data-management-sprite.png);
    background-size: 2000px 4000px;
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: middle;
    }
    .log-data-base .screen-sec .screen-box .s1 {
    background-position: -78px -799px;
    width: 875px;
    height: 376px;
    }
    .log-data-base .screen-sec .screen-box .s2 {
    background-position: -976px -94px;
    width: 70px;
    height: 70px;
    position: absolute;
    top: 75px;
    left: 286px;
    }
    .log-data-base .screen-sec .screen-box .s3 {
    background-position: -983px -208px;
    width: 64px;
    height: 62px;
    position: absolute;
    top: 83px;
    right: 300px;
    z-index: 2;
    }
    .log-data-base .screen-sec .screen-box .s4 {
    background-position: -15px -1253px;
    width: 476px;
    height: 317px;
    position: absolute;
    top: 105px;
    right: 25px;
    }
    .log-data-base .screen-sec .screen-box .s5 {
    background-position: -577px -1297px;
    width: 596px;
    height: 254px;
    position: absolute;
    top: 144px;
    left: 143px;
    }
    .log-data-base .screen-sec .screen-box .s16 {
    background-position: -1267px -2526px;
    width: 715px;
    height: 385px;
    }
    .log-data-base .screen-sec .screen-box .s17 {
    background-position: -1109px -408px;
    width: 70px;
    height: 70px;
    position: absolute;
    top: 58px;
    right: 249px;
    }
    .log-data-base .screen-sec .screen-box .s18 {
    background-position: -538px -2565px;
    width: 551px;
    height: 254px;
    position: absolute;
    top: 147px;
    right: 154px;
    z-index: 9;
    }
    .log-data-base .screen-sec .screen-box .s19 {
    background-position: -59px -2741px;
    width: 167px;
    height: 149px;
    position: absolute;
    top: 276px;
    left: 721px;
    z-index: 10;
    }
    .log-data-base .screen-sec .screen-box.ml-m100 {
    margin-left: -100px;
    }
    .log-data-base .screen-sec .screen-box.ml-m200 {
    margin-left: -200px;
    }
    .log-data-base .screen-sec.type1 {
    background-image: url(https://www.manageengine.com/latam/log-management/images/log-and-data-management-03.png);
    background-position: 0px 275px;
    }
    .log-data-base .screen-sec.type1 p {
    width: 73%;
    margin-bottom: 74px;
    }
    .log-data-base .screen-col-sec {
    padding-bottom: 90px;
    }
    .log-data-base .screen-col-sec.pb-120 {
    padding-bottom: 120px;
    }
    .log-data-base .screen-col-sec h2 {
    font-size: 30px;
    font-weight: 500;
    color: #102336;
    margin-bottom: 16px;
    line-height: 48px;
    }
    .log-data-base .screen-col-sec p {
    font-size: 16px;
    color: #102336;
    line-height: 31px;
    }
    .log-data-base .screen-col-sec .col-lhs {
    width: calc(100% - 650px);
    float: left;
    padding-top: 100px;
    }
    .log-data-base .screen-col-sec .col-lhs.pt-55 {
    padding-top: 55px;
    }
    .log-data-base .screen-col-sec .col-lhs.pt-30 {
    padding-top: 30px;
    }
    .log-data-base .screen-col-sec .col-lhs.pr-20 {
    padding-right: 20px;
    }
    .log-data-base .screen-col-sec .col-lhs.pt-70 {
    padding-top: 70px;
    }
    .log-data-base .screen-col-sec .col-lhs.pt-100 {
    padding-top: 100px;
    }
    .log-data-base .screen-col-sec .col-lhs.pl-100 {
    padding-left: 100px;
    }
    .log-data-base .screen-col-sec .col-lhs .w-450 {
    width: 450px;
    }
    .log-data-base .screen-col-sec .col-rhs {
    float: left;
    width: 700px;
    min-height: 500px;
    position: relative;
    }
    .log-data-base .screen-col-sec .col-rhs.is-visible {
    opacity: 0;
    transform: translateY(10px);
    }
    .log-data-base .screen-col-sec .col-rhs.is-shown {
    opacity: 1;
    transform: translateY(0);
    animation: fade-in 0.3s linear 0.2s both, slide-up 0.3s cubic-bezier(0.26, 0.67, 0.48, 0.91) 0.2s both;
    }
    .log-data-base .screen-col-sec .col-rhs.is-shown .s7 {
    animation: scale 0.6s ease-in-out 0.6s both;
    -webkit-animation: scale 0.6s ease-in-out 0.6s both;
    }
    .log-data-base .screen-col-sec .col-rhs.is-shown .s8 {
    animation: scale 0.6s ease-in-out 0.8s both;
    -webkit-animation: scale 0.6s ease-in-out 0.8s both;
    }
    .log-data-base .screen-col-sec .col-rhs.is-shown .s9 {
    animation: scale2 0.6s ease-in-out 0.8s both;
    -webkit-animation: scale2 0.6s ease-in-out 0.8s both;
    }
    .log-data-base .screen-col-sec .col-rhs.is-shown .s10 {
    animation: scale 0.6s ease-in-out 1s both;
    -webkit-animation: scale 0.6s ease-in-out 1s both;
    }
    .log-data-base .screen-col-sec .col-rhs.is-shown .s11 {
    animation: scale 0.6s ease-in-out 0.6s both;
    -webkit-animation: scale 0.6s ease-in-out 0.6s both;
    }
    .log-data-base .screen-col-sec .col-rhs.is-shown .s12 {
    animation: scale2 0.6s ease-in-out 0.8s both;
    -webkit-animation: scale2 0.6s ease-in-out 0.8s both;
    }
    .log-data-base .screen-col-sec .col-rhs.is-shown .s13 {
    animation: scale 0.6s ease-in-out 0.8s both;
    -webkit-animation: scale 0.6s ease-in-out 0.8s both;
    }
    .log-data-base .screen-col-sec .col-rhs.is-shown .s15 {
    animation: scale2 0.6s ease-in-out 0.7s both;
    -webkit-animation: scale2 0.6s ease-in-out 0.7s both;
    }
    .log-data-base .screen-col-sec .col-rhs.is-shown .s21 {
    animation: scale2 0.6s ease-in-out 0.6s both;
    -webkit-animation: scale2 0.6s ease-in-out 0.6s both;
    }
    .log-data-base .screen-col-sec .col-rhs.is-shown .s22 {
    animation: grow2 0.5s ease-in-out 0.6s both;
    -webkit-animation: grow2 0.5s ease-in-out 0.6s both;
    }
    .log-data-base .screen-col-sec .col-rhs.is-shown .s23 {
    animation: scale 0.6s ease-in-out 0.8s both;
    -webkit-animation: scale 0.6s ease-in-out 0.8s both;
    }
    .log-data-base .screen-col-sec .col-rhs.is-shown .s25 {
    animation: scale2 0.6s ease-in-out 0.6s both;
    -webkit-animation: scale2 0.6s ease-in-out 0.6s both;
    }
    .log-data-base .screen-col-sec .col-rhs.is-shown .s26 {
    animation: scale 0.6s ease-in-out 0.6s both;
    -webkit-animation: scale 0.6s ease-in-out 0.6s both;
    }
    .log-data-base .screen-col-sec .col-rhs.is-shown .s27 {
    animation: grow3 0.5s ease-in-out 0.8s both;
    -webkit-animation: grow3 0.5s ease-in-out 0.8s both;
    }
    .log-data-base .screen-col-sec .col-rhs.is-shown .s28 {
    animation: scale2 0.6s ease-in-out 0.8s both;
    -webkit-animation: scale2 0.6s ease-in-out 0.8s both;
    }
    .log-data-base .screen-col-sec .col-rhs.is-shown .s29 {
    animation: scale 0.6s ease-in-out 1s both;
    -webkit-animation: scale 0.6s ease-in-out 1s both;
    }
    .log-data-base .screen-col-sec .col-rhs.mr-m85 {
    margin-right: -85px;
    }
    .log-data-base .screen-col-sec .col-rhs.ml-m85 {
    margin-left: -85px;
    }
    .log-data-base .screen-col-sec .col-rhs.ml-m100 {
    margin-left: -100px;
    }
    .log-data-base .screen-col-sec .col-rhs.pl-50 {
    padding-left: 50px;
    }
    .log-data-base .screen-col-sec .col-rhs.mh-545 {
    min-height: 545px;
    }
    .log-data-base .screen-col-sec .col-rhs .s6 {
    background-position: -1229px -572px;
    width: 684px;
    height: 442px;
    }
    .log-data-base .screen-col-sec .col-rhs .s7 {
    background-position: -13px -1666px;
    width: 421px;
    height: 130px;
    position: absolute;
    top: 49px;
    right: 45px;
    }
    .log-data-base .screen-col-sec .col-rhs .s8 {
    background-position: -13px -1856px;
    width: 426px;
    height: 218px;
    position: absolute;
    top: 163px;
    left: 60px;
    }
    .log-data-base .screen-col-sec .col-rhs .s9 {
    background-position: -1109px -98px;
    width: 70px;
    height: 70px;
    position: absolute;
    top: 381px;
    left: 135px;
    }
    .log-data-base .screen-col-sec .col-rhs .s10 {
    background-position: -495px -1666px;
    width: 417px;
    height: 318px;
    position: absolute;
    top: 200px;
    right: 38px;
    }
    .log-data-base .screen-col-sec .col-rhs .s11 {
    background-position: -1302px -1129px;
    width: 611px;
    height: 424px;
    }
    .log-data-base .screen-col-sec .col-rhs .s12 {
    background-position: -1109px -214px;
    width: 70px;
    height: 70px;
    position: absolute;
    top: 369px;
    left: 93px;
    }
    .log-data-base .screen-col-sec .col-rhs .s13 {
    background-position: -7px -2124px;
    width: 457px;
    height: 247px;
    position: absolute;
    top: 248px;
    right: 67px;
    }
    .log-data-base .screen-col-sec .col-rhs .s14 {
    background-position: -1243px -1679px;
    width: 684px;
    height: 452px;
    }
    .log-data-base .screen-col-sec .col-rhs .s15 {
    background-position: -971px -404px;
    width: 70px;
    height: 70px;
    position: absolute;
    top: 381px;
    left: 78px;
    }
    .log-data-base .screen-col-sec .col-rhs .s20 {
    background-position: -1205px -3063px;
    width: 707px;
    height: 526px;
    }
    .log-data-base .screen-col-sec .col-rhs .s21 {
    background-position: -971px -551px;
    width: 70px;
    height: 70px;
    position: absolute;
    top: 182px;
    left: 33px;
    }
    .log-data-base .screen-col-sec .col-rhs .s22 {
    background-position: -1104px -566px;
    width: 61px;
    height: 28px;
    position: absolute;
    top: 385px;
    right: 375px;
    }
    .log-data-base .screen-col-sec .col-rhs .s23 {
    background-position: -508px -2928px;
    width: 660px;
    height: 111px;
    position: absolute;
    top: 394px;
    left: 48px;
    }
    .log-data-base .screen-col-sec .col-rhs .s24 {
    background-position: -23px -3173px;
    width: 722px;
    height: 485px;
    }
    .log-data-base .screen-col-sec .col-rhs .s25 {
    background-position: -757px -478px;
    width: 70px;
    height: 70px;
    position: absolute;
    top: 128px;
    left: 63px;
    }
    .log-data-base .screen-col-sec .col-rhs .s26 {
    background-position: -54px -3761px;
    width: 553px;
    height: 214px;
    position: absolute;
    top: 276px;
    left: 65px;
    }
    .log-data-base .screen-col-sec .col-rhs .s27 {
    background-position: -858px -418px;
    width: 39px;
    height: 18px;
    position: absolute;
    top: 327px;
    left: 600px;
    }
    .log-data-base .screen-col-sec .col-rhs .s28 {
    background-position: -49px -3015px;
    width: 323px;
    height: 32px;
    position: absolute;
    top: 498px;
    left: 212px;
    }
    .log-data-base .screen-col-sec .col-rhs .s29 {
    background-position: -894px -3281px;
    width: 178px;
    height: 217px;
    position: absolute;
    top: 336px;
    left: 560px;
    }
    .log-data-base .mid-banner-sec {
    margin-top: -30px;
    margin-bottom: 100px;
    }
    .log-data-base .mid-banner-sec .banner {
    background-image: url(https://www.manageengine.com/latam/log-management/images/log-and-data-management-11.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: 100%;
    height: 249px;
    padding-left: 345px;
    padding-right: 400px;
    position: relative;
    }
    .log-data-base .mid-banner-sec .banner .icn-2 {
    background-position: -12px -2484px;
    width: 211px;
    height: 143px;
    position: absolute;
    top: 57px;
    left: 75px;
    }
    .log-data-base .mid-banner-sec .banner > div {
    font-size: 24px;
    color: #102336;
    line-height: 40px;
    padding-top: 46px;
    }
    .log-data-base .mid-banner-sec .banner > div strong {
    font-size: 26px;
    font-weight: 600;
    color: #102336;
    display: block;
    }
    .log-data-base .mid-banner-sec .banner > a {
    display: inline-block;
    font-size: 20px;
    background-color: #000;
    color: #fff;
    padding: 12.5px 24px;
    border-radius: 4px;
    position: absolute;
    top: 103px;
    right: 73px;
    transition: all 0.7s ease-in-out;
    -webkit-transition: all 0.7s ease-in-out;
    -moz-transition: all 0.7s ease-in-out;
    }
    .log-data-base .mid-banner-sec .banner > a:hover {
    text-decoration: none;
    background-color: #333;
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.25);
    }
    @media screen and (min-width: 1275px) and (max-width: 1385px) {
    .log-data-base .screen-col-sec .col-rhs.pl-50 {
    padding-left: 0;
    }
    }
    @media screen and (min-width: 1175px) and (max-width: 1300px) {
    .log-data-base .screen-col-sec .col-rhs.pl-50 {
    padding-left: 0;
    }
    .log-data-base .screen-sec .screen-box.ml-m100 {
    margin-left: 0;
    }
    .log-data-base .screen-col-sec .col-rhs.mr-m85 {
    margin-right: 0;
    }
    .log-data-base .screen-col-sec .col-lhs {
    width: calc(100% - 700px);
    }
    .log-data-base .screen-col-sec .col-rhs.ml-m85 {
    margin-left: 0;
    }
    .log-data-base .screen-col-sec .col-rhs.ml-m100 {
    margin-left: 0;
    }
    .log-data-base .screen-col-sec .col-lhs .w-450 {
    width: 100%;
    }
    .log-data-base .screen-col-sec .col-lhs.pl-100 {
    padding-left: 60px;
    }
    }
    @media screen and (max-width: 1174px) {
    .log-data-base .banner-sec .b-lhs {
    padding-top: 0;
    }
    .log-data-base .banner-sec .b-lhs h1 {
    font-size: 40px;
    line-height: 52px;
    }
    .log-data-base .banner-sec {
    padding: 100px 0 50px;
    }
    .log-data-base .support-sec .center-box {
    width: 100%;
    background: none;
    color: #000;
    text-align: left;
    font-weight: 500;
    height: auto;
    padding-bottom: 35px;
    padding-top: 0;
    }
    .log-data-base .support-sec .center-box br {
    display: none;
    }
    .log-data-base .support-sec .box .circle {
    box-shadow: none;
    -webkit-box-shadow: none;
    width: auto;
    height: auto;
    padding-top: 0 !important;
    text-align: left;
    }
    .log-data-base .support-sec .box {
    position: static;
    display: inline-block;
    vertical-align: top;
    width: 33.333%;
    float: left;
    text-align: left;
    margin-bottom: 50px;
    }
    .log-data-base .support-sec .box .circle > div br {
    display: none;
    text-align: left;
    }
    .log-data-base .support-sec .box .circle > ul {
    position: static;
    list-style: disc;padding-left: 18px;
    }
    .log-data-base .support-sec .box .circle > ul li {
    position: static !important;
    text-align: left;
    list-style: disc;
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-top: 6px !important;
    width: 100%;display:list-item !important;
    }
    .log-data-base .support-sec .box .circle .sprite {
    min-height: 45px;
    }
    .log-data-base .support-sec .box .circle > div {
    text-align: left;
    margin-bottom: 13px;
    }
    .log-data-base .support-sec {
    padding-bottom: 0;
    }
    .log-data-base .support-sec {
    background: none;
    }
    .log-data-base .support-sec .box .circle::after,
    .log-data-base .support-sec .box .circle::before {
    display: none !important;
    }
    .log-data-base .screen-col-sec .col-rhs.pl-50 {
    padding-left: 0;
    }
    .log-data-base .screen-sec .screen-box.ml-m100 {
    margin-left: 0;
    }
    .log-data-base .screen-col-sec .col-rhs.mr-m85 {
    margin-right: 0;
    }
    .log-data-base .screen-col-sec .col-lhs {
    width: calc(100% - 700px);
    }
    .log-data-base .screen-col-sec .col-rhs.ml-m85 {
    margin-left: 0;
    }
    .log-data-base .screen-col-sec .col-rhs.ml-m100 {
    margin-left: 0;
    }
    .log-data-base .screen-col-sec .col-lhs .w-450 {
    width: 100%;
    }
    .log-data-base .screen-col-sec .col-lhs.pl-100 {
    padding-left: 60px;
    }
    .log-data-base .screen-col-sec .col-lhs {
    width: 100%;
    margin: 0 !important;
    }
    .log-data-base .screen-col-sec .col-rhs {
    margin: 0 !important;
    float: none;
    display: inline-block;
    }
    .log-data-base .mid-banner-sec .banner {
    width: 100%;
    }
    .log-data-base .mid-banner-sec .banner > div {
    padding-top: 43px;
    }
    .log-data-base .screen-col-sec {
    text-align: center;
    }
    .log-data-base .screen-sec p {
    width: 100% !important;
    }
    .log-data-base .screen-col-sec .col-lhs.pr-20 {
    padding-right: 0;
    }
    .log-data-base .screen-col-sec .col-lhs.pt-30,
    .log-data-base .screen-col-sec .col-lhs {
    padding-top: 0 !important;
    }
    .log-data-base .t1 {
            left: 278px !important;
    }
    .log-data-base .t2 {
            left: 560px !important;
    }
    .log-data-base .t3 {
            left: 278px !important;
    }
    .log-data-base .t4 {
            left: 559px !important;
    }
    .log-data-base .tick.t5,.log-data-base .tick.t6,.log-data-base .tick.t7,.log-data-base .tick.t8 {
            left: 102px !important;
    }
    .log-data-base .tick.t9,.log-data-base .tick.t10,.log-data-base .tick.t11 {
                    left: 375px !important;}
    }
    @media screen and (max-width: 1024px) {
    .log-data-base .mob-view {
    display: block;
    width: 100%;
    text-align: center;
    }
    .log-data-base .mob-view img {
    display: inline-block;
    width: auto;
    }
    .log-data-base .animation-box,
    .log-data-base .screen-sec .screen-box,
    .log-data-base .screen-col-sec .col-rhs {
    display: none;
    }
    .log-data-base .banner-sec .b-lhs {
    width: 100%;
    padding-right: 0;
    }
    }
    @media screen and (max-width: 999px) {
    .log-data-base .banner-sec .b-lhs {
    width: 100%;
    padding: 0;
    }
    .log-data-base .banner-sec .b-lhs h1 {
    font-size: 35px;
    }
    .log-data-base .banner-sec {
    padding-bottom: 0 !important;
    }
    .log-data-base .support-sec .box {
    width: 50%;
    }
    .log-data-base .support-sec .center-box {
    font-size: 27px;
    }
    .log-data-base .support-sec {
    margin-bottom: 50px;
    }
    .log-data-base .screen-sec {
    background: none !important;
    padding-bottom: 40px;
    }
    .log-data-base .screen-sec h2 {
    font-size: 27px;
    margin-bottom: 14px;
    }
    .log-data-base .screen-col-sec h2 {
    font-size: 27px;
    margin-bottom: 14px;
    }
    .log-data-base .screen-col-sec {
    padding-bottom: 40px;
    }
    .log-data-base .screen-col-sec .col-lhs {
    padding-left: 0 !important;
    }
    .log-data-base .mid-banner-sec .banner {
    background-image: none !important;
    background-color: #caddff;
    padding: 50px 0px;
    height: auto;
    }
    .log-data-base .mid-banner-sec .banner .icn-2 {
    position: static;
    }
    .log-data-base .mid-banner-sec .banner > a {
    position: static;
    }
    .log-data-base .mid-banner-sec {
    background-color: #caddff;
    margin-bottom: 60px;
    margin-top: 20px;
    text-align: center;
    }
    .log-data-base .mid-banner-sec .banner > div {
    margin-bottom: 24px;
    font-size: 23px;
    line-height: 38px;
    }
    .log-data-base .mid-banner-sec .banner > div strong {
    font-size: 24px;
    }
.log-data-base .support-sec .box {
    width: 100%;
    border-bottom: #e4e4e4 solid 1px;
    margin-bottom: 0;
    padding: 30px 0;
    }
.log-data-base .support-sec .center-box {
padding-bottom: 10px;}
    }
    @media screen and (max-width: 414px) {
    .log-data-base .banner-sec {
    padding-top: 70px;
    }
   
    .log-data-base .screen-col-sec h2,
    .log-data-base .screen-sec h2 {
    font-size: 25px;
    line-height: 36px;
    }
    .log-data-base .support-sec .center-box {
    font-size: 25px;
    line-height: 32px;
    padding-bottom: 10px;
    }
    }

.log-data-base .t1, .log-data-base .t2, .log-data-base .t3,.log-data-base .t4,.log-data-base .tick {
position: absolute;
font-size: 9px;
top: 0;
left: 0;
z-index: 5;
display: inline-block;
font-weight: 500;

}

.log-data-base .t1 {
top: 124px;
left: 270px;
}

.log-data-base .t2 {
top: 124px;
left: 552px;
}

.log-data-base .t3 {
top: 160px;
left: 270px;
}

.log-data-base .t4 {
top: 160px;
left: 551px;
}

.log-data-base .tick {
background-position: -909px -591px;
width: 7px;
height: 5px;
top: 250px;
left: 94px;
}

.log-data-base .tick.t6 {
top: 275px;
}

.log-data-base .tick.t7 {
top: 300px;
}

.log-data-base .tick.t8 {
top: 325px;
}

.log-data-base .tick.t9 {
left: 367px;
}

.log-data-base .tick.t10 {
left: 367px;
top: 275px;
}

.log-data-base .tick.t11 {
left: 367px;
top: 300px;
}
.log-data-base .screen-col-sec .col-rhs.is-shown .t1 {
animation: scale2 0.6s ease-in-out 0.7s both;
-webkit-animation: scale2 0.6s ease-in-out 0.7s both;
}

.log-data-base .screen-col-sec .col-rhs.is-shown .t2 {
animation: scale2 0.6s ease-in-out 0.8s both;
-webkit-animation: scale2 0.6s ease-in-out 0.8s both;
}

.log-data-base .screen-col-sec .col-rhs.is-shown .t3 {
animation: scale2 0.6s ease-in-out 0.9s both;
-webkit-animation: scale2 0.6s ease-in-out 0.9s both;
}

.log-data-base .screen-col-sec .col-rhs.is-shown .t4 {
animation: scale2 0.6s ease-in-out 1s both;
-webkit-animation: scale2 0.6s ease-in-out 1s both;
}

.log-data-base .screen-col-sec .col-rhs.is-shown .t5 {
animation: width2 0.6s ease-in-out 1.1s both;
-webkit-animation: width2 0.6s ease-in-out 1.1s both;
}

.log-data-base .screen-col-sec .col-rhs.is-shown .t6 {
animation: width2 0.6s ease-in-out 1.2s both;
-webkit-animation: width2 0.6s ease-in-out 1.2s both;
}

.log-data-base .screen-col-sec .col-rhs.is-shown .t7 {
animation: width2 0.6s ease-in-out 1.3s both;
-webkit-animation: width2 0.6s ease-in-out 1.3s both;
}

.log-data-base .screen-col-sec .col-rhs.is-shown .t8 {
animation: width2 0.6s ease-in-out 1.4s both;
-webkit-animation: width2 0.6s ease-in-out 1.4s both;
}

.log-data-base .screen-col-sec .col-rhs.is-shown .t9 {
animation: width2 0.6s ease-in-out 1.5s both;
-webkit-animation: width2 0.6s ease-in-out 1.5s both;
}

.log-data-base .screen-col-sec .col-rhs.is-shown .t10 {
animation: width2 0.6s ease-in-out 1.6s both;
-webkit-animation: width2 0.6s ease-in-out 1.6s both;
}

.log-data-base .screen-col-sec .col-rhs.is-shown .t11 {
animation: width2 0.6s ease-in-out 1.7s both;
-webkit-animation: width2 0.6s ease-in-out 1.7s both;
}


@keyframes heightV {
    from {
    height: 0;
    }
    25% {
    height: 238px;
    }
    90% {
    height: 238px;
    }
    100% {
    height: 0;
    }
    }

    @keyframes heightV1 {
    from {
    height: 0;
    }
    25% {
    height: 211px;
    }
    90% {
    height: 211px;
    }
    100% {
    height: 0;
    }
    }


.log-data-base .screen-sec .screen-box .ss20 {
background-position: -1164px -3752px;
width: 180px;
height: 238px;
position: absolute;
top: 61px;
left: 547px;
background-color: #eeeff0;
}

.log-data-base .screen-sec .screen-box.is-shown .ss20 {
animation: heightV 1.5s ease-in-out 0.8s both;
-webkit-animation: heightV 1.5s ease-in-out 0.8s both;
}

.log-data-base .screen-sec .screen-box.is-shown .ss21 {
background-position: -660px -3673px;
width: 458px;
height: 211px;
position: absolute;
top: 93px;
left: 280px;
background-color: #eeeff0;
}

.log-data-base .screen-sec .screen-box.is-shown .ss21 {
animation: heightV1 1.7s ease-in-out 2.4s both;
-webkit-animation: heightV1 1.7s ease-in-out 2.4s both;
}



.log-data-base .screen-sec .screen-box .ss22 {
background-position: -895px -3552px;
width: 181px;
height: 22px;
position: absolute;
top: 60px;
left: 547px;
background-color: #eeeff0;
}

.log-data-base .screen-sec .screen-box.is-shown .ss22 {
animation: fade-in 0.8s ease-in-out 2.3s both;
-webkit-animation: fade-in 0.8s ease-in-out 2.3s both;
}

.log-data-base .screen-sec .screen-box .ss23 {
background-position: -1164px -3616px;
width: 470px;
height: 115px;
position: absolute;
top: 91px;
left: 274px;

background-color: #eeeff0;
}

.log-data-base .screen-sec .screen-box.is-shown .ss23 {
animation: fade-in 1s ease-in-out 4.1s both;
-webkit-animation: fade-in 1s ease-in-out 4.1s both;
}



 .feb-pre-footer .col20 ul li a[href$="#"]{display:block}
 
 /* Temp */
 /*--=== FOOTER ===--*/    
.feb-pre-footer{background-color:#edf2f5;padding:70px 0 72px;float:left;width:100%;    position: relative;}
.feb-pre-footer.topcol{background:#f9f9f9;}
.feb-pre-footer *{margin:0;padding:0;box-sizing:border-box;font-family: 'ZohoPuvi';}
.feb-pre-footer ul,.feb-pre-footer ol{list-style-type:none;margin-bottom:30px}
.feb-pre-footer a,.feb-pre-footer a:hover{text-decoration:none}
.feb-pre-footer .feb-pre-footer-container{max-width:1240px;width:100%;padding:0 20px;margin:0 auto}
.feb-pre-footer .mt-42{margin-top:42px}
.feb-pre-footer .col1{float:left;width:40%;padding-right:20px}
.feb-pre-footer .col1 .plogo-base{margin-left:-15px}
.feb-pre-footer .col1 .plogo-base ul li{float:left;width:127px;height:57px;border-radius:4px;text-align:center;background-color:#fff;margin-left:15px;margin-bottom:15px}
.feb-pre-footer .col1 .plogo-base ul li i,.feb-pre-footer .col1 .plogo-base ul li a{height:57px}
.feb-pre-footer .col1 .plogo-base ul li .icn-plogo1{background-position:-12px -512px;width:87px}
.feb-pre-footer .col1 .plogo-base ul li .icn-plogo3{background-position:-240px -511px;width:60px}
.feb-pre-footer .col1 .vid-sec{margin-top:25px;width:411px;height:231px;position:relative;display:none;}
.feb-pre-footer .col1 .vid-sec .icn-vid{background-position:-9px -579px;width:411px;height:231px;cursor:pointer;position:absolute;top:0;left:0}
.feb-pre-footer .col20{width:20%;float:left;padding-right:10px;padding-top:4px}
.feb-pre-footer .col20 h4{color:#272727;font-size:19px;font-family:'Zoho_Puvi_Bold';margin-left:0;margin-bottom:14px}
.feb-pre-footer .col20 ul li{line-height:20px;margin-bottom:12px}
.feb-pre-footer .col20 ul li a{color:#323433;font-size:13px;}
.feb-pre-footer .col20 ul li a:hover{text-decoration:underline}
.feb-pre-footer .col20 ul li a[href$="#"]{display:none}
.feb-pre-footer .col20.col3{padding-left:30px}
.feb-pre-footer .col20.col4{padding-left:30px}
.feb-pre-footer .vid-sec-vid{border: 0;height: 210px;border-radius: 5px;}
.feb-pre-footer .col1 h4{color:#272727;font-size:19px;font-family:Zoho_Puvi_Bold;margin-left:0;margin-bottom:14px}
.feb-pre-footer .col1 ul li{margin-bottom:10px}
.feb-pre-footer .col1 ul li a{color:#272727;font-size:14px;line-height:25px}
.feb-pre-footer .col1 ul li a:hover{text-decoration:underline}
.feb-pre-footer.fir-footer .col1{width:30%}
.feb-pre-footer.fir-footer .col20{float:right;width:68%}
.feb-pre-footer.fir-footer .col1 .vid-sec{margin-top:0;width:100%}
.feb-pre-footer.fir-footer h2{margin-bottom:15px;}
.feb-pre-footer.fir-footer p span{border-right:solid 1px #9ba3a5;display:inline-block;padding:0 20px 0 30px;position:relative;}
.feb-pre-footer.fir-footer p span:nth-child(2){border:none;margin-left:10px;padding-right:0}
.feb-pre-footer.fir-footer p span:after{background:url(https://www.manageengine.com/log-management/images/customer-testimonial-sprite.png);background-position:-226px -104px;background-size:460px;content:"";height:25px;left:0;position:absolute;top:0;width:25px}
.feb-pre-footer.fir-footer p span a{color:#333;font-size:15px;}
.feb-pre-footer.fir-footer ul li{box-shadow:0px 0px 11px #ccc;display:inline-block;background:url(https://www.manageengine.com/log-management/images/customer-testimonial-sprite.png) #fff no-repeat;background-position:-4px -4px;border-radius:7px;background-size:460px;height:92px;margin:23px 14px 0 0;width:107px;}
.feb-pre-footer.fir-footer ul li a{display:block;height:100%;width:100%;}
.feb-pre-footer.fir-footer ul li:nth-child(2){background-position:-113px -5px}
.feb-pre-footer.fir-footer ul li:nth-child(3){background-position:-223px -5px}
.feb-pre-footer.fir-footer ul li:nth-child(4){background-position:-333px -5px}
.feb-pre-footer.fir-footer ul li:nth-child(5){background-position:-4px -99px}
.feb-pre-footer.fir-footer ul li:nth-child(6){background-position:-113px -99px}

.nav-dwn a{font-size:20px}
.nav-clo{background:#1F96E5;border-radius:3px;box-shadow:0px 5px 6px #0026ef30;cursor:pointer;height:39px;margin:4px 0 0 10px;position:relative;transition:all .5s;width:45px}
.nav-clo:before{background:url(https://www.manageengine.com/products/eventlog/images/cloud-icons.png) no-repeat;background-size:183px;content:"";height:30px;left:7px;position:absolute;top:10px;width:30px;}
.nav-clo:hover{background:#1C6190;box-shadow:box-shadow: 0px 5px 6px #0026ef5c;transition:all .5s;}
.nav-clo ul{background:#fbfeff;border:solid 1px #c0ddff;box-shadow:0 13px 11px #00000042;display:none;padding:30px;position:absolute;right:0;top:55px;width:570px;}
.nav-clo ul:after{background:#fff;content:"";border:solid #c0ddff;border-width:0 1px 1px 0;height:0px;padding:5px;position:absolute;right:14px;top:-6px;transform:rotate(222deg);width:1px}
.nav-clo ul:before{content:"";height:10px;left:0;top:0;width:100%}
.nav-clo ul li{cursor:default;display:inline-block;position:relative;vertical-align:top;}
.nav-clo ul li:nth-child(1){width:30%}
.nav-clo ul li:nth-child(1):after{background:url(https://www.manageengine.com/products/eventlog/images/cloud-icons.png) no-repeat;background-position:-29px -5px;background-size:170px;content:"";height:141px;left:0;position:absolute;top:0;width:140px}
.nav-clo ul li:nth-child(2){width:69%}
.nav-clo ul li h3{font-size:20px;font-weight:500;margin:0}
.nav-clo ul li p{margin:5px 0 30px 0}
.nav-clo ul li a{background:none;border:solid 1px #168eff;border-radius:20px;color:#168eff;display:inline-block;font-size:14px;padding:7px 25px;position:relative;transition:all .3s ease}
.nav-clo ul li a:hover{background:#168eff;color:#fff;text-decoration:none;transition:all .3s ease}
.nav-clo span{background:url(https://www.manageengine.com/products/eventlog/images/cloud-icons.png) no-repeat;background-position:0 -55px;background-size:200px;height:17px;position:absolute;right:12px;top:11px;width:15px;z-index:9}
.nav-clo{display:none}

 