.main *,
.main ::after,
.main ::before {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}
.heading-menu
 {
    display: none
}
#scroll {padding: 0;}
img {
    max-width: 100%;
    width: 100%;
    height: auto
}
.main {
    font-family: 'ZohoPuvi';
    font-weight: 300;
    color: #102336
}
.main h1,
.main h2,
.main h3,
.main p {
    color: inherit
}
.main .my-container {
    max-width: 1250px;
    margin: 0 auto;
    padding: 0 25px
}
.main .lr-container {
    display: table;
    width: 100%
}
.main .lhs {
    display: table-cell;
    vertical-align: middle;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.main .rhs {
    display: table-cell;
    vertical-align: middle;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.main a {
    text-decoration: none
}
.main h2 {
    font-size: 30px;
    font-weight: 500;
    line-height: 1.3;
    margin-bottom: 25px
}
.main p {
    font-size: 16px;
    line-height: 1.8
}
.main strong {
    font-weight: 500
}
.sprite span,
.banner .sprite .ban1::after,
.banner .sprite .ban1::before,
.intro::before,
.intro::after,
.sec2 .lhs .sprite .man,
.sec2 .lhs .sprite .man::before {
    background: url(/sites/meweb/images/se/log-management/images/soar-incident-response-sprite.png) no-repeat;
    background-size: 597px 1171px;
    position: absolute
}
.m-sprite,
.other-app span::after,
.sec1 .desk-soft span::after,
.sec2 .ic1::before,
.sec2 .ic2::before,
.sec2 .ic3::before,
.sec2 .ic4::before {
    background: url(/sites/meweb/images/se/log-management/images/soar-incident-response-m-sprite.png) no-repeat;
    background-size: 190px 501px;
    position: absolute
}
.banner {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(10%, rgba(255, 202, 208, 0.54)), to(#fff));
    background: -o-linear-gradient(top, rgba(255, 202, 208, 0.54) 10%, #fff);
    background: linear-gradient(to bottom, rgba(255, 202, 208, 0.54) 10%, #fff);
    padding: 80px 0 120px
}
.banner h1 {
    font-size: 48px;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 20px
}
.banner p {
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 40px
}
.banner .lhs {
    float: left;
    width: calc(100% - 430px);
    padding-right: 180px
}
.banner .rhs {
    float: right;
    width: 400px;
    height: 346px;
    position: relative
}
.banner .sprite .ban1::before {
    content: '';
    background-position: -388px -8px;
    width: 77px;
    height: 80px;
    bottom: 90px;
    left: -38px;
    -webkit-animation: ban-icon 1s linear .4s both, icon-blink 3s linear 2.4s infinite;
    animation: ban-icon 1s linear .4s both, icon-blink 3s linear 2.4s infinite
}
.banner .sprite .ban1 {
    background-position: -6px -8px;
    width: 369px;
    height: 346px
}
.banner .sprite .ban1::after {
    content: '';
    background-position: -388px -284px;
    width: 77px;
    height: 80px;
    bottom: 110px;
    right: -38px;
    -webkit-animation: ban-icon 1s linear 1.6s both, icon-blink 3s linear 3s infinite;
    animation: ban-icon 1s linear 1.6s both, icon-blink 3s linear 3s infinite
}
.banner .sprite .ban-binary {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 26px;
    background: url(/sites/meweb/images/se/log-management/images/soar-incident-response-binary.png) repeat-y 0 0;
    mix-blend-mode: screen;
    background-size: 368px 345px;
    -webkit-animation: binary 20s linear infinite;
    animation: binary 20s linear infinite
}
.banner .sprite .ban2 {
    content: '';
    background-position: -388px -94px;
    width: 77px;
    height: 80px;
    top: 26px;
    left: 24px;
    -webkit-animation: ban-icon 1s linear .8s both, icon-blink 3s linear 2.6s infinite;
    animation: ban-icon 1s linear .8s both, icon-blink 3s linear 2.6s infinite
}
.banner .sprite .ban3 {
    content: '';
    background-position: -388px -189px;
    width: 77px;
    height: 80px;
    top: 26px;
    right: 54px;
    -webkit-animation: ban-icon 1s linear 1.2s both, icon-blink 3s linear 2.8s infinite;
    animation: ban-icon 1s linear 1.2s both, icon-blink 3s linear 2.8s infinite
}
.banner .sprite .ban4 {
    background-position: -1px -376px;
    width: 306px;
    height: 324px;
    bottom: -26px;
    right: 26px;
    -webkit-animation: scan 3s linear 2.6s infinite;
    animation: scan 3s linear 2.6s infinite
}
@-webkit-keyframes scan {
    20% {
        -webkit-transform: translate(-8px, 0px);
        transform: translate(-8px, 0px)
    }
    40% {
        -webkit-transform: translate(-8px, 8px);
        transform: translate(-8px, 8px)
    }
    60% {
        -webkit-transform: translate(10px, 10px);
        transform: translate(10px, 10px)
    }
    80% {
        -webkit-transform: translate(10px, 0px);
        transform: translate(10px, 0px)
    }
    0%,
    100% {
        -webkit-transform: translate(0px, 0px);
        transform: translate(0px, 0px)
    }
}
@keyframes scan {
    20% {
        -webkit-transform: translate(-8px, 0px);
        transform: translate(-8px, 0px)
    }
    40% {
        -webkit-transform: translate(-8px, 8px);
        transform: translate(-8px, 8px)
    }
    60% {
        -webkit-transform: translate(10px, 10px);
        transform: translate(10px, 10px)
    }
    80% {
        -webkit-transform: translate(10px, 0px);
        transform: translate(10px, 0px)
    }
    0%,
    100% {
        -webkit-transform: translate(0px, 0px);
        transform: translate(0px, 0px)
    }
}
@-webkit-keyframes binary {
    0% {
        background-position: 0 100000%
    }
    100% {
        background-position: 0 0
    }
}
@keyframes binary {
    0% {
        background-position: 0 100000%
    }
    100% {
        background-position: 0 0
    }
}
@-webkit-keyframes ban-icon {
    from {
        top: 50%;
        left: 50%;
        bottom: 50%;
        right: 50%
    }
}
@keyframes ban-icon {
    from {
        top: 50%;
        left: 50%;
        bottom: 50%;
        right: 50%
    }
}
@-webkit-keyframes icon-blink {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    25% {
        -webkit-transform: scale(.9);
        transform: scale(.9)
    }
    50% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    75% {
        -webkit-transform: scale(.9);
        transform: scale(.9)
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}
@keyframes icon-blink {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    25% {
        -webkit-transform: scale(.9);
        transform: scale(.9)
    }
    50% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    75% {
        -webkit-transform: scale(.9);
        transform: scale(.9)
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}
.intro::before {
    content: '';
    background-position: -29px -734px;
    width: 87px;
    height: 153px;
    top: 0;
    left: 0
}
.intro {
    background-color: #fff;
    border: 1px solid #ff8491;
    border-radius: 10px;
    padding: 40px 100px 80px;
    margin: 0 25px;
    position: relative;
    margin-bottom: 120px;
}
.intro::after {
    content: '';
    background-position: -159px -759px;
    width: 157px;
    height: 135px;
    bottom: 0;
    right: 0
}
.intro p {
    line-height: 1.8
}
.intro p:first-child {
    padding-bottom: 30px
}
.bug-icon {
    background-position: -1px -5px;
    width: 67px;
    height: 67px;
    left: -22px;
    bottom: -16px
}
.sec1 .odd,
.sec1 .even {
    margin-bottom: 120px
}
.sec1 .odd .lhs {
    width: 50%;
    position: relative;
    left: -70px
}
.sec1 .odd .rhs {
    width: 50%;
    padding-left: 60px
}
.sec1 .even .lhs {
    width: 50%;
    padding-right: 70px
}
.sec1 .even .rhs {
    width: 50%;
    position: relative;
    right: -70px
}
.sec1 .other-app span,
.sec1 .desk-soft span {
    display: inline-block;
    background-color: #fff;
    border: 1px solid #e2e2e2;
    border-radius: 6px;
    text-align: center;
    font-size: 11px;
    position: relative
}
.other-app span::after,
.sec1 .desk-soft span::after {
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto
}
.sec1 .odd.row3 .rhs h2+p {
    padding-bottom: 30px
}
.sec1 .odd.row3 .rhs p:nth-child(3) {
    font-weight: 400;
    padding-bottom: 20px
}
.sec1 .other-app span {
    width: 110px;
    height: 85PX;
    margin-top: 4px;
    margin-right: 4px
}
.other-app .acd::after {
    background-position: -6px -85px;
    width: 74px;
    height: 56px
}
.other-app .win::after {
    background-position: -100px -85px;
    width: 42px;
    height: 53px
}
.other-app .asa::after {
    background-position: -11px -160px;
    width: 64px;
    height: 54px
}
.other-app .lin::after {
    background-position: -93px -168px;
    width: 82px;
    height: 46px
}
.sec1 .row5 p {
    padding-bottom: 40px
}
.sec1 .row5 h4 {
    font-size: 16px;
    font-weight: 400;
    color: #060e16;
    padding-bottom: 12px
}
.sec1 .desk-soft span {
    width: 90px;
    height: 45PX;
    margin-top: 8px;
    margin-right: 5px
}
.sec1 .desk-soft .bmc::after {
    background-position: -131px -306px;
    width: 48px;
    height: 21px
}
.sec1 .desk-soft .jsd {
    width: calc(182px + 40px)
}
.sec1 .desk-soft .jsd::after {
    background-position: -2px -235px;
    width: 182px;
    height: 20px
}
.sec1 .desk-soft .kay {
    width: calc(93px + 40px)
}
.sec1 .desk-soft .kay::after {
    background-position: -2px -269px;
    width: 93px;
    height: 21px
}
.sec1 .desk-soft .mes {
    width: calc(116px + 40px)
}
.sec1 .desk-soft .mes::after {
    background-position: -3px -302px;
    width: 116px;
    height: 27px
}
.sec1 .desk-soft .sn {
    width: calc(142px + 40px)
}
.sec1 .desk-soft .sn::after {
    background-position: -2px -346px;
    width: 142px;
    height: 15px
}
.sec1 .desk-soft .zd {
    width: calc(90px + 40px)
}
.sec1 .desk-soft .zd::after {
    background-position: -99px -268px;
    width: 90px;
    height: 25px
}
.main .sec2 {
    position: relative;
    padding: 70px 0 50px;
    margin-bottom: 70px
}
.main .sec2::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    border-radius: 0 80px 0 0;
    background: #ffe6e7;
    height: 100%;
    width: 75%;
    z-index: -1
}
.main .sec2::after {
    content: "";
    background: url(/sites/meweb/images/se/log-management/images/soar-incident-response-building.png) repeat-x;
    background-size: cover;
    width: 75%;
    height: 336px;
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-animation: building 3000s linear infinite;
    animation: building 3000s linear infinite;
    z-index: -1
}
@-webkit-keyframes building {
    0% {
        background-position: 100000px bottom
    }
    100% {
        background-position: 0 bottom
    }
}
@keyframes building {
    0% {
        background-position: 100000px bottom
    }
    100% {
        background-position: 0 bottom
    }
}
.main .sec2 .my-container {
    max-width: 1400px
}
.main .sec1 {
    margin-bottom: 60px
}
.sec2 .rhs {
    width: calc(100% - 500px)
}
.sec2 .lhs {
    width: 500px;
    position: relative
}
.sec2 .animated .lhs,
.sec2 .animated .rhs {
    animation-duration: .4s;
}
.sec2 .sec2-title {
    width: 68%;
    color: #000;
    font-size: 30px;
    font-weight: 400;
    position: absolute;
    text-align: center;
    bottom: 436px;
    left: 88px
}
.sec2 .sec2-title strong {
    font-size: 36px;
    font-weight: 600;
    display: block
}
.sec2 .lhs .sprite .man {
    background-position: -332px -379px;
    width: 254px;
    height: 493px;
    position: absolute;
    display: block;
    bottom: -120px
}
.sec2 .lhs .sprite .man::before {
    content: '';
    background-position: 0 -904px;
    width: 421px;
    height: 259px;
    position: absolute;
    top: -270px;
    left: 40px
}
.sec2 .rhs ul li {
    background-color: #fff;
    padding: 30px;
    -webkit-box-shadow: 0 0 20px rgba(61, 81, 91, 0.08);
    box-shadow: 0 0 20px rgba(61, 81, 91, 0.08);
    border-radius: 8px;
    width: calc(48% - 10px);
    display: inline-block;
    margin-right: 18px;
    margin-bottom: 18px;
    vertical-align: top;
    text-align: left
}
.sec2 .rhs ul li h3 {
    font-size: 19px;
    font-weight: 500;
    padding-top: 50px;
    padding-bottom: 10px;
    position: relative
}
.sec2 .rhs ul li p {
    font-size: 15px
}
.sec2 .ic1::before {
    content: '';
    background-position: -5px -387px;
    width: 43px;
    height: 44px;
    top: -8px
}
.sec2 .ic2::before {
    content: '';
    background-position: -56px -381px;
    width: 51px;
    height: 56px;
    top: -18px
}
.sec2 .ic3::before {
    content: '';
    background-position: -6px -444px;
    width: 44px;
    height: 44px;
    top: -8px
}
.sec2 .ic4::before {
    content: '';
    background-position: -60px -448px;
    width: 43px;
    height: 45px;
    top: -8px
}
@-webkit-keyframes fadeInLeft {
    from {
        -webkit-transform: translateX(-100px);
        transform: translateX(-100px)
    }
    to {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
        opacity: 1
    }
}
@keyframes fadeInLeft {
    from {
        -webkit-transform: translateX(-100px);
        transform: translateX(-100px)
    }
    to {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
        opacity: 1
    }
}
@-webkit-keyframes fadeInRight {
    from {
        -webkit-transform: translateX(100px);
        transform: translateX(100px)
    }
    to {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
        opacity: 1
    }
}
@keyframes fadeInRight {
    from {
        -webkit-transform: translateX(100px);
        transform: translateX(100px)
    }
    to {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
        opacity: 1
    }
}
@-webkit-keyframes fadeUp {
    from {
        -webkit-transform: translateY(100px);
        transform: translateY(100px)
    }
    to {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
        opacity: 1
    }
}
@keyframes fadeUp {
    from {
        -webkit-transform: translateY(100px);
        transform: translateY(100px)
    }
    to {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
        opacity: 1
    }
}
@media (min-width: 1500px) {
    .main .sec2::before,
    .main .sec2::after {
        left: calc(50vw - 750px);
        max-width: 1100px
    }
}
@media (max-width: 1350px) {
    .sec1 .odd .lhs {
        left: 0
    }
    .sec1 .even .rhs {
        right: 0
    }
}
@media (max-width: 1200px) {
    .banner .lhs {
        padding-right: 60px
    }
}
@media (max-width: 1150px) {
    .main .sec2 {
        margin-bottom: 60px
    }
    .sec2 .lhs {
        width: 400px
    }
    .sec2 .sec2-title {
        width: 66%;
        bottom: 330px;
        left: 100px;
        font-size: 24px
    }
    .sec2 .sec2-title strong {
        font-size: 28px
    }
    .sec2 .lhs .sprite .man {
        -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
        transform: scale(0.8);
        bottom: -160px
    }
}
@media (max-width: 992px) {
    .banner .rhs,
    .intro::before,
    .intro::after,
    .sec2 .lhs .sprite .man,
    .main .sec2::after,
    .main .sec2::before {
        display: none
    }
    .main .animated .lhs,
    .main .animated .rhs,
    .animated.intro {
        -webkit-animation: none;
        animation: none
    }
    .main .lhs,
    .main .rhs,
    .intro {
        opacity: 1
    }
    .banner {
        padding-bottom: 60px
    }
    .banner .lhs {
        display: block;
        float: none;
        width: 70%;
        margin: 0 auto;
        text-align: center;
        padding-right: 0
    }
    .intro {
        padding: 40px;
        margin-bottom: 60px
    }
    .sec1 .lr-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 80%;
        margin: 0 auto;
        border: 1px solid #fde3e6;
        border-radius: 8px;
        padding: 30px;
        margin-bottom: 40px;
        row-gap: 40px
    }
    .sec1 .lr-container.odd .lhs {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
    .sec1 .odd .lhs,
    .sec1 .odd .rhs,
    .sec1 .even .lhs,
    .sec1 .even .rhs {
        width: 100%;
        padding-left: 0;
        padding-right: 0
    }
    .main .sec2 {
        background-color: #ffe6e7;
        padding: 40px 0
    }
    .sec2 .rhs,
    .sec2 .lhs {
        text-align: center;
        display: block;
        width: 100%
    }
    .sec2 .sec2-title {
        position: static;
        width: 100%;
        margin-bottom: 30px
    }
    .sec2 .rhs ul li:last-child {
        margin-right: 0
    }
}
@media (max-width: 767px) {
    .banner .lhs {
        width: 100%
    }
}
@media (max-width: 600px) {
    #titlediv {
        display: none
    }
    .zsiq_theme1 .zsiq_flt_rel {
        border-radius: 50px 0 0 50px !important
    }
    .main h2 {
        font-size: 24px;
        margin-bottom: 10px
    }
    .main p {
        font-size: 14px
    }
    .banner h1 {
        font-size: 30px
    }
    .banner p {
        font-size: 14px;
        margin-bottom: 30px
    }
    .intro {
        margin-left: 10px;
        margin-right: 10px;
        padding: 20px 20px 45px
    }
    .intro p:first-child {
        padding-bottom: 20px
    }
    .bug-icon {
        left: -10px
    }
    .sec1 .lr-container {
        width: 100%;
        padding: 25px 18px;
        margin-bottom: 30px
    }
    .sec2 .rhs ul {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .sec2 .rhs ul li {
        width: 100%;
        margin-right: 0
    }
}
@media screen and (max-width: 1100px) {
    .banner .animated .rhs {
        animation: none;
        opacity: 1;
        transform: scale(.8);
    }
}