html,
body {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
    scroll-behavior: smooth;
    box-sizing: border-box;
    position: relative;
}


/* .offer{
            font-size: 30px;
        }*/

.myImg {
    width: 100%;
}

.itmanaged {
    float: left;
    font-size: 60px;
}

.slideanimleft {
    visibility: hidden;
}

.slideleft {
    /* The name of the animation */
    animation-name: slideleft;
    -webkit-animation-name: slideleft;
    /* The duration of the animation */
    animation-duration: 1s;
    -webkit-animation-duration: 1.5s;
    /* Make the element visible */
    visibility: visible;
}

@keyframes slideleft {
    0% {
        opacity: 0;
        transform: translateX(-70%);
    }

    100% {
        opacity: 1;
        transform: translateX(0%);
    }
}

@-webkit-keyframes slideleft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(70%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0%);
    }
}


/* example*/


button {
    padding: 0;
    border: none;
    background: none;
}

.specbutton button:last-child {
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 10px;
    border-radius: 0px 10px 10px 0px;
    border-width: 2px;
    width: 270px;
}

.specbutton button {
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 10px;
    border-radius: 10px 0px 0px 10px;
    border-width: 2px 0px 2px 2px;
}

.specbutton .dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: 0.8em solid;
    border-right: 0.8em solid transparent;
    border-left: 0.8em solid transparent;
}

#para1 {
    display: none;
}

#para2 {
    display: none;
}

#para3 {
    display: none;
}

.subheader {
    font-size: 20px;
}

.cardbox {
    padding-top: 12px;
}

.sbc_overlay {
    height: 100%;
    width: 100%;
    position: absolute;
    background-color: #0000006B;
    opacity: 1;
}

.sec10blob3 {
    position: absolute;
    top: -220px;
    left: -350px;
    width: 941px;
    height: 986px;
    transform: matrix(-0.54, 0.84, -0.84, -0.54, 0, 0);
    z-index: -200;
}

.infra {
    box-shadow: 0px 0px 6px #00000029;
    max-height: 241px;
    max-width: 400px;
    border-radius: 13px;
    padding-bottom: 10px;
    min-height: 250px;
}

.service {
    text-align: center;
    padding: 10px;
    color: #ffffff;
    font-size: 20px;
    /* background-color: #FF0000;*/
    font-weight: bold;
}

.dbalist {
    list-style: none;
    font-size: 14px;
    line-height: 33px;
}

.capacity {
    display: flex;
    line-height: 30px;
    padding-left: 5px;
    padding-right: 28px;
}

.tick {
    color: red;
}
    

.inframangedservices {
    float: right;
}

.recovery {
    margin-left: 90px;
}

.appmanage {
    margin-left: 55px;
}

.benchmark {
    border: 2px solid black;
    border-radius: 23px;
    /*padding: 10px;*/
}

.benchmark-button {
    background: none;
    border-left: none;
    border-top: none;
    border-bottom: none;
    padding: 15px 23px;
    border-right: 2px solid black;
}

.slideanim0 {
    visibility: hidden;
}

.slide0 {
    /* The name of the animation */
    animation-name: slide0;
    -webkit-animation-name: slide0;
    /* The duration of the animation */
    animation-duration: 1s;
    -webkit-animation-duration: 1.5s;
    /* Make the element visible */
    visibility: visible;
    animation-delay: calc(var(--scroll) * -1s);
    /*  animation-delay: 2s;
*/
}

@keyframes slide0 {

    0% {
        opacity: 0;
        transform: translateX(70%);
    }

    100% {
        opacity: 1;
        transform: translateX(0%);
    }
}

@-webkit-keyframes slide0 {

    0% {
        opacity: 0;
        -webkit-transform: translateY(-70%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0%);
    }
}

.slideanim1 {
    visibility: hidden;
}

.heading_theme-top-banner:after {
    background-image: url(Libraries/images/top_arrow.png);
    display: inline-block;
    width: 96px;
    height: 96px;
    content: "";
    background-repeat: no-repeat;
    position: relative;
    top: -5px;
    left: -28px;
    background-size: cover;
}

.slide1 {
    /* The name of the animation */
    animation-name: slide1;
    -webkit-animation-name: slide1;
    /* The duration of the animation */
    animation-duration: 1s;
    -webkit-animation-duration: 1.5s;
    /* Make the element visible */
    visibility: visible;
    animation-delay: calc(var(--scroll) * -1s);
    animation-delay: 1s;
}

@keyframes slide1 {
    0% {
        opacity: 0;
        transform: translateX(70%);
    }

    100% {
        opacity: 1;
        transform: translateX(0%);
    }
}

@-webkit-keyframes slide1 {

    0% {
        opacity: 0;
        -webkit-transform: translateY(-70%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0%);
    }
}

.slideanim2 {
    visibility: hidden;
}

.slide2 {
    /* The name of the animation */
    animation-name: slide2;
    -webkit-animation-name: slide2;
    /* The duration of the animation */
    animation-duration: 1s;
    -webkit-animation-duration: 1.5s;
    /* Make the element visible */
    visibility: visible;
    animation-delay: calc(var(--scroll) * -1s);
    animation-delay: 1.2s;
}

@-webkit-keyframes slide2 {

    0% {
        opacity: 0;
        -webkit-transform: translateY(-70%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0%);
    }
}

@keyframes slide2 {
    0% {
        opacity: 0;
        transform: translateX(70%);
    }

    100% {
        opacity: 1;
        transform: translateX(0%);
    }
}

@-webkit-keyframes slide2 {

    0% {
        opacity: 0;
        -webkit-transform: translateY(-70%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0%);
    }
}

.slideanim3 {
    visibility: hidden;
}

.slide3 {
    /* The name of the animation */
    animation-name: slide3;
    -webkit-animation-name: slide3;
    /* The duration of the animation */
    animation-duration: 1s;
    -webkit-animation-duration: 1.5s;
    /* Make the element visible */
    visibility: visible;
    animation-delay: calc(var(--scroll) * -1s);
    animation-delay: 1.5s;
}

@keyframes slide3 {
    0% {
        opacity: 0;
        transform: translateX(70%);
    }

    100% {
        opacity: 1;
        transform: translateX(0%);
    }
}


@-webkit-keyframes slide3 {

    0% {
        opacity: 0;
        -webkit-transform: translateY(-70%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0%);
    }
}

.initial {
    box-shadow: 0px 0px 10px 0px #ccc;
    display: flex;
    border-radius: 13px;
    padding: 8px;
    margin-bottom: 25px;
    width: 580px;
    height: auto;
}

.invest {
    /* padding:10px;*/
    margin-bottom: 0;
    /* max-width: 411px*/
    padding-right: 23px;
    text-align: justify;
}

.sirma {
    max-width: 668px;
    padding-top: 12px;
    font-size: 20px;
}

.principal {
    /*    padding-right: 8rem;    
*/
    max-width: 43rem;
    margin-bottom: 15px;
}

.principal1 {
    /*    padding-right: 8rem;    
*/
    max-width: 39rem;
    line-height: 26px;
    margin-bottom: 15px;
}

.read-more {
    border: none;
    background-color: none;
    background: none;
    color: red;
    font-weight: bold;
    text-decoration: none;
    font-size: 14px;
    margin-left: 0px;
}

.provider {
    max-width: 34rem;
}

.hassle {
    font-family: #000000;
    line-height: 40px;
}

.benefit {
    padding-top: 30px
}

.benchmark-red {
    color: red;
    font-weight: bold;
    border-radius: 15px;
    padding-left: 20px;
}

.slideanimup {
    visibility: hidden;
}

.slideup {
    /* The name of the animation */
    animation-name: slideup;
    -webkit-animation-name: slideup;
    /* The duration of the animation */
    animation-duration: 1s;
    -webkit-animation-duration: 1.5s;
    /* Make the element visible */
    visibility: visible;
}

.para {
    margin-bottom: 0;
}

@keyframes slideup {
    0% {
        opacity: 0;
        transform: translateY(-70%);
    }

    100% {
        opacity: 1;
        transform: translateY(0%);
    }
}

@-webkit-keyframes slideup {

    0% {
        opacity: 0;
        -webkit-transform: translateY(-70%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0%);
    }
}

.slideanimbasic {
    visibility: hidden;
}

.slidebasic {
    /* The name of the animation */
    animation-name: slidebasic;
    -webkit-animation-name: slidebasic;
    /* The duration of the animation */
    animation-duration: 1s;
    -webkit-animation-duration: 1.5s;
    /* Make the element visible */
    visibility: visible;
}

@keyframes slidebasic {
    0% {
        transform: scale(0.2, 0.2);
    }
    /* 50% {
                    transform: scale(0.5,0.5);
                } */
    100% {
        transform: scale(1, 1);
    }
}

@-webkit-keyframes slidebasic {
    0% {
        opacity: 0;
        -webkit-transform: translateZ(70%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateZ(0%);
    }
}

.banner-head {
    top: 38%;
    left: 7%;
}

.mask {
    padding-top: 12px;
    padding-right: 0px;
    padding-left: 0;
}

.maskapp {
    padding-top: 2.1rem;
}

.masklev {
    padding-top: 1rem;
}

.maskl {
    padding-top: 2rem;
}

.core-invest {
    padding: 24px;
}

.advance {
    padding: 16px 12px 12px 12px;
}

.inframanagedservice {
    border-radius: 14px;
    background-color: #FF0000;
    border-bottom-left-radius: unset;
    border-bottom-right-radius: unset;
    width: 400px;
    height: 68px;
    text-align: center;
    padding: 12px 0;
    margin-bottom: 12px;
}

.service-button {
    width: 281px;
}

@media only screen and (max-width:600px) {
    .texthead {
        left: -4px;
    }
    .para {
        padding-bottom: 12px;
    }
}

   

@media only screen and (min-width: 325) and (max-width: 767) {
    .benchmark-red {
        padding-left: 0;
    }
}

@media only screen and (min-width:993) and(max-width: 1024px) {
    .imagesmdevice {
        width: inherit;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .evolution {
        width: 100%;
    }
}

@media only screen and (min-width:768px) and (max-width:1024px) {
    .infra {
        max-height: 302px;
    }
    .texthead {
        left: -4px;
    }
}

@media only screen and (max-width: 1024px) {
    .heading_theme-top-banner:after {
        background-image: url(Libraries/images/top_arrow.png);
        display: inline-block;
        width: 50px;
        height: 50px;
        content: "";
        background-repeat: no-repeat;
        position: relative;
        top: -5px;
        left: -11px;
        background-size: cover;
    }
    /* .global{
            width:269px;
        }*/
    .disaster {
        display: flex;
    }
    .imagesmdevice {
        width: inherit;
    }
    .support {
        max-height: 102px;
    }
    .benchmark {
        padding: 0;
        font-size: 0;
    }
    .benchmark-red {
        padding-left: 5px;
        /*        font-size:1;
*/
    }
    .inframanagedservice {
        width: auto;
        height: auto;
        padding: 0;
    }
    .initial {
        height: auto;
        margin-top: 12px;
        display: block;
    }
    .infra {
        margin-top: 12px;
        /*    max-height:302px;

*/
        max-height: max-content;
    }
    .recovery {
        margin-left: 0;
    }
    .appmanage {
        margin-left: 0;
    }
    .mask {
        text-align: center;
    }
    .maskapp {
        text-align: center;
    }
    .masklev {
        text-align: center;
    }
    .maskl {
        text-align: center;
    }
    .imagesmdevice {
        position: relative;
        width: 100%;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
    }
    .invest {
        padding: 12px;
    }
}


.design {
    padding-top: 2rem;
}

.mediabox {
    box-shadow: 0px 0px 6px #00000029;
    border: 2px white;
    border-radius: 15px;
    min-height: 127px;
}

#more {
    display: none;
}


/*.heading_theme:after {
    top: -14px;
}*/
  

@media only screen and (max-width: 600px) {
    section {
        padding: 12px !important;
    }
    .banner_header {
        font-size: 24px!important;
        padding: 0px!important;
        margin: 0px!important;
    }
    .subheader {
        font-size: 20px;
    }
    .specbutton button:last-child {
        width: 250px;
    }
    .specbutton button:last-child {
        padding-left: 10px;
        padding-right: 10px;
        width: 240px;
    }
    .specbutton button {
        padding-right: 10px;
    }
    .heading_theme-benefit:after {
        visibility: hidden;
    }
    .heading_theme:after {
        visibility: hidden;
    }
    .heading_theme-benefit:after {
        visibility: hidden;
    }
    .slideanim:hover {
        box-shadow: 0px 0px 40px gray;
    }
    .flex_center {
        display: flex;
        justify-content: center;
        align-items: center;
    }
}