:root {
  --theme-color-r: #c15d54;
  --theme-color-g: #33a14c;
  --theme-color-b: #4195b5;
  --theme-color-y: #cca51d;
  --theme-bg-r: #ffe7e6;
  --theme-bg-g: #e4fee7;
  --theme-bg-b: #e5f7ff;
  --theme-bg-y: #fff4cf;
}

[data-color="r"]{ color: var(--theme-color-r)}
[data-color="g"]{ color: var(--theme-color-g)}
[data-color="b"]{ color: var(--theme-color-b)}
[data-color="y"]{ color: var(--theme-color-y)}

[data-bg="r"]{ color: var(--theme-color-r); background-color:var(--theme-bg-r)}
[data-bg="g"]{ color: var(--theme-color-g); background-color:var(--theme-bg-g)}
[data-bg="b"]{ color: var(--theme-color-b); background-color:var(--theme-bg-b)}
[data-bg="y"]{ color: var(--theme-color-y); background-color:var(--theme-bg-y)}

.heading-menu {
    display: none;
}
#scroll.sec-pTB {
    padding: 0;
}
.rmm{
    padding:75px 15px;
    color: #000;
}
.rmm .flex {
    display: flex;
    justify-content: center;
    align-items: center;
}
.rmm h1,.rmm h2{
    font-size:45px;
    font-weight:200;
    line-height:75px;
    text-align:center;
    margin: 0 5px 55px;
    color: #000;
}
.rmm h2 {
    margin: 0 5px 20px;
    line-height:60px;
}
.rmm h1 strong,.rmm h2 strong{
    font-size:42px;
    font-weight:600;
}
.rmm h3 {
    font-size: 25px;
    font-weight: 500;
    margin:0 0 5px !important;
}
.rmm h4 {
    font-size: 20px;
    margin: 0;
    font-weight: 400;
}
.rmm p,.rmm ul li {
    font-size: 18px;
    font-weight: 400;
    line-height:30px;
    margin:0 0 25px;
}


.rmm.banner {
    background-color: #f9f8f8;
    display: flex;
    align-items: center;
    padding:0 15px;
    min-height: 600px;
    transition: all linear 750ms;
}
.rmm.banner .flex{
    max-width:90%;
    margin:auto;
}
.rmm.banner h1{
    text-align:left;
}
.rmm.banner h1 strong,.rmm.banner h1 span:before{
    content: "\a";
    white-space: pre;
}
.rmm.banner img {
    max-width: 45%;
    margin:0 20px
}



.rmm.steps .flex {
    max-width: 85%;
    margin: auto;
}
.rmm.steps .clip {
    max-width: 40%;
}
.rmm.steps ul {
    position: relative;
    max-width: 60%;
    counter-reset: my-awesome-counter;
}
.rmm.steps ul:before {
    content: '';
    width: 1px;
    background-color: #e0e0e0;
    display: inline-block;
    position: absolute;
    left: 45px;
    top: -75px;
    bottom: 0;
    z-index: -1;
}
.rmm.steps ul:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 40px;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background-color: #e0e0e0;
}
.rmm.steps ul li {
    display: flex;
    align-items: flex-start;
    justify-content: left;
}
.rmm.steps ul li:before {
    border-radius: 15px;
    height: 90px;
    min-width: 90px;
    margin-right: 40px;
    background-color: #ffe7e6;
    counter-increment: my-awesome-counter;
    content: counter(my-awesome-counter);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    font-weight: 600;
}
.rmm.steps ul li:nth-child(1):before{color: var(--theme-color-r); background-color:var(--theme-bg-r)}
.rmm.steps ul li:nth-child(2):before{color: var(--theme-color-g); background-color:var(--theme-bg-g)}
.rmm.steps ul li:nth-child(3):before{color: var(--theme-color-b); background-color:var(--theme-bg-b)}
.rmm.steps ul li:nth-child(4):before{color: var(--theme-color-y); background-color:var(--theme-bg-y)}
.rmm.steps .flex {
    max-width: 85%;
    margin: auto;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: row-reverse;
}
.rmm.steps h2 {
    max-width: 500px;
    margin: 0 auto 30px;
}



.rmm.features {
    background-color: #f9f8f8;
}
.rmm.features .flex {
    flex-wrap: wrap;
    align-items: normal;
}
.rmm.features .box {
    max-width: 26%;
    margin: 15px;
    background-color: #fff;
    padding: 25px;
    border-radius: 15px;
    position: relative;
    transition: all 350ms ease-in-out;
}
.rmm.features .box:hover {
    box-shadow: 0 0 15px #0004;
    transform: scale(1.01);
}
.rmm.features .box h3{
    display: flex;
    align-items: center;
}
.rmm.features .box h3 img {
    display: inline-block;
    width: 50px;
    height: 50px;
    margin-right: 10px;
}
.rmm.features .box a {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
    color: transparent;
}




.rmm.why {
    padding-bottom: 0;
}
.rmm.why .flex {
    max-width: 1100px;
    margin: auto;
    justify-content: space-between;
}
.rmm.why img {
    max-width:340px;
}
.rmm.why li {
    display: flex;
}
.rmm.why ul li:before {
    content: '';
    display: inline-block;
    width: 30px;
    height: 30px;
    background-image: url(https://www.manageengine.com/latam/remote-monitoring-management/css/../images/rmm-list-icon.png);
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 15px;
}
.rmm.why h3{
    font-weight: 300;
}



.rmm.quote {
    background-color: #f9f8f8;
}
.rmm.quote .flex {
    max-width: 1100px;
    margin: auto;
}
.rmm.quote .flex > img {
    max-width: 280px;
    margin: 0 20px;
}
.rmm.quote .flex .quote {
    margin: 0 20px;
}
.rmm.quote .flex .quote img {
    max-width: 50px;
    margin: 0 0 10px;
}
.rmm.quote .flex .quote p {
    font-size: 22px;
    line-height: 44px;
    font-weight: 300;
}



.rmm.credit h3 {
    max-width: 300px;
    text-align: center;
    font-size: 32px;
    font-weight: 200;
    line-height: normal;
    margin: 0 30px !important;
}
.rmm.credit h3 strong {
    display: block;
    font-size: 45px;
    font-weight: 600;
    margin: 20px 0;
}



@media(max-width:600px){

.rmm{
     padding: 50px 20px;
}
.rmm .flex, .rmm.banner, .rmm.steps ul li{
    flex-wrap: wrap;
}
.rmm h1, .rmm h2 {
    font-size: 35px;
    line-height: 50px;
}
.rmm h1 strong, .rmm h2 strong {
    font-size: 40px;
}
.rmm.banner {
    margin: 0;
}
.rmm.banner img {
    max-width: 100%;
}
.rmm.banner h1 strong, .rmm.banner h1 span:before {
    white-space: normal;
}
.rmm.steps img {
    max-width: 100%;
}
.rmm.steps ul:before,.rmm.steps ul:after {
    display: none;
}
.rmm.steps ul li:before {
    margin: 0 0 20px;
}
.rmm.features .box, .rmm.steps ul,.rmm.steps .clip {
    max-width: none;
}
.rmm.why {
    padding-bottom: 20px;
}
.rmm.why h3 {
    max-width: 80%;
    font-size: 20px;
}
.rmm.why ul {
    margin: 40px 0 0 20px;
}
.rmm.credit h3 {
    margin: 20px 0 !important;
    max-width: none;
    font-size: 22px;
    width: 50%;
}
.rmm.credit h3 strong {
    font-size: 35px;
    margin: 10px 0;
}

}