a, .btn {
    transition: 0.3s linear;
}

.container-fluid {
    max-width: 1170px;
}

.menu-search-block {
    display: none;
    position: relative;
    margin-top: 10px;
    width: 295px;
}

.scroll-menu .menu-search-block {
    display: block;
}

.scroll-menu .menu-search-block form label.error {
    position: absolute;
    top: -22px;
    padding: 0;
}

.rmm-header .menu-search-block .form-control {
    display: inline-block;
    font-size: 13px;
    max-width: 170px;
}

.rmm-header .menu-search-block button {
    height: 34px;
    font-size: 11px;
    font-weight: 600;
    padding: 5px 10px;
    background-color: #ff4500;
    border: 1px solid #ff4500;
    color: #ffffff;
    border-radius: 4px;
}

.rmm-header .menu-search-block button:hover,
.rmm-header .menu-search-block button:focus,
.rmm-header .menu-search-block button:active {
    background-color: #ea5c27;
    border-color: #ea5c27;
}

.banner {
    background: url(../images/rmm/banner.jpg) no-repeat 0 0 / cover;
    min-height: 659px;
    text-align: center;
    padding: 165px 0;
}

.banner .banner-inner {
    max-width: 940px;
    margin: auto;
}

.banner h1 {
    max-width: 830px;
    font: 600 43px/45px 'Titillium Web';
    margin: 0 auto 20px;
    color: #ffffff;
}

.banner h1 span {
    color: #fb832d;
}

.banner p {
    font: 23px 'Titillium Web';
    color: #ffffff;
}

.banner-cta-wrap {
    padding-top: 30px;
}

form.email-form {
    max-width: 750px;
    margin: 40px auto 0;
}

form.email-form .input-group:before {
    content: '';
    width: 27px;
    height: 20px;
    background: url(../images/rmm/envelope.png) no-repeat;
    position: absolute;
    top: 17px;
    left: 20px;
    z-index: 999;
}

form.email-form .form-control {
    height: 52px;
    font: italic 18px 'Titillium Web';
    border-radius: 4px !important;
    box-shadow: none;
    padding: 6px 30px 6px 60px;
}

form.email-form .btn {
    padding: 11px 30px;
    margin-left: 10px !important;
    border-radius: 4px !important;
    font: 600 18px 'Titillium Web';
    background-color: #ff4500;
    border-color: #ff4500;
    color: #ffffff;
}

form.email-form .btn:hover,
form.email-form .btn:focus,
form.email-form .btn:active {
    background-color: #ea5c27;
    border-color: #ea5c27;
    color: #ffffff;
}

form.email-form + span {
    font: 600 20px 'Titillium Web';
    color: #fb832d;
    display: block;
    margin-top: 20px;
    
}

.banner-bottom {
    background-color: rgba(0,0,0,1);
    padding: 15px 0;
}

.banner-bottom ul {
    max-width: 940px;
    margin: auto;
}

.banner-bottom ul li {
    padding: 0 18px;
}

.section-1 {
    padding: 100px 0;
}

.section-1 .video-block {
    max-Width: 525px;
    border: 2px solid rgba(45,193,109,0.5);
    padding: 15px;
    box-shadow: 0 6px 6px #f0f0f0;
    margin: auto;
}

.section-1 h2,
.section-1 h3 {
    font: 700 30px 'Titillium Web';
    color: #2e2d3c;
    margin: 20px 0;
}

.section-1 ul li {
    position: relative;
    font: 500 16px 'Titillium Web';
    color: #7e7e7e;
    padding-left: 25px;
    margin: 10px 0;
}

.section-1 ul li:before {
    content: '';
    width: 14px;
    height: 16px;
    background: url(../images/rmm/shield-check.png) no-repeat;
    position: absolute;
    top: 6px;
    left: 0;
    
}

.section-2 {
    background-color: #fafbfd;
    padding: 60px 0;
}

.section-2 h3,
.section-3 h3,
.section-4 h3 {
    font: 700 36px 'Titillium Web';
    color: #000000;
    text-align: center;
}

.section-2 .nav li {
    margin-bottom: 0;
}

.section-2 .nav li a {
    font: 500 24px 'Titillium Web';
    color: rgba(46,45,60,0.7);
    padding: 20px 84px;
    border: 0;
}

.section-2 .nav li.active a,
.section-2 .nav li a:hover,
.section-2 .nav li a:focus,
.section-2 .nav li a:active {
    background: #f0f2f5; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#f8f9fb, #f6f7fa, #f0f2f4); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#f8f9fb, #f6f7fa, #f0f2f4); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#f8f9fb, #f6f7fa, #f0f2f4); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#f8f9fb, #f6f7fa, #f0f2f4); /* Standard syntax */ 
    border: 0;
    color: rgba(46,45,60,1);
    border-bottom: 3px solid #1fc369;
}

.section-2 .tab-content {
    margin-top: 30px;
    min-height: 405px;
}

.section-5 p,
.section-2 .tab-content p {
    font: 400 16px/25px 'Titillium Web';
    color: #7e7e7e;
    margin-bottom: 20px;
}

.section-2 .tab-content img {
    border-radius: 8px;
}

.section-3,
.section-4,
.section-5 {
    padding: 60px 0;
}

.section-3 .container-fluid {
    max-width: 1600px;
}

.section-3 h3,
.section-4 h3 {
    padding: 0 0 50px;
}

.section-3 .thumbnail {
    border: 2px solid transparent;
    border-radius: 0;
    text-align: center;
    margin-bottom: 30px;
    padding: 20px 40px;
    transition: 0.3s linear;
}

.section-3 .thumbnail:hover,
.section-3 .thumbnail:focus,
.section-3 .thumbnail:active {
    border-color: #1fc369;
}

.section-3 .thumbnail .thumb-img {
    width: 160px;
    height: 160px;
    display: inline-block;
    position: relative;
}

.section-3 .thumbnail .thumb-img span {
    width: 125px;
    height: 125px;
    display: inline-block;
    background-color: #fafafa;
    border: 2px solid #efefef;
    border-radius: 50%;
    position: relative;
    margin: 18px 0;
    transition: 0.3s linear;
}

.section-3 .thumbnail:hover .thumb-img span,
.section-3 .thumbnail:focus .thumb-img span,
.section-3 .thumbnail:active .thumb-img span {
    background-color: #1fc369;
}

.section-3 .thumbnail .thumb-img span small {
    width: 70px;
    height: 60px;
    background: url(../images/rmm/rmm-benefits.png) no-repeat 0 0;
    position: absolute;
    top: 31px;
    left: 26px;
    
}

.section-3 .thumbnail .thumb-img span.fast-setup small        { background-position: 0 -5px;    }
.section-3 .thumbnail .thumb-img span.real-time small         { background-position: 0 -128px;  }
.section-3 .thumbnail .thumb-img span.os-support small        { background-position: 0 -245px;  }
.section-3 .thumbnail .thumb-img span.panoramic-control small { background-position: 0 -362px;  }
.section-3 .thumbnail .thumb-img span.automation small        { background-position: 0 -475px;  }
.section-3 .thumbnail .thumb-img span.get-involved small      { background-position: 0 -611px;  }
.section-3 .thumbnail .thumb-img span.save-time small         { background-position: 0 -748px;  }
.section-3 .thumbnail .thumb-img span.reports-log small       { background-position: 0 -891px;  }
.section-3 .thumbnail .thumb-img span.no-charge small         { background-position: 0 -1035px; }

.section-3 .thumbnail:hover .thumb-img span.fast-setup small        { background-position: 0 -67px;   }
.section-3 .thumbnail:hover .thumb-img span.real-time small         { background-position: 0 -187px;  }
.section-3 .thumbnail:hover .thumb-img span.os-support small        { background-position: 0 -305px;  }
.section-3 .thumbnail:hover .thumb-img span.panoramic-control small { background-position: 0 -415px;  }
.section-3 .thumbnail:hover .thumb-img span.automation small        { background-position: 0 -542px;  }
.section-3 .thumbnail:hover .thumb-img span.get-involved small      { background-position: 0 -678px;  }
.section-3 .thumbnail:hover .thumb-img span.save-time small         { background-position: 0 -819px;  }
.section-3 .thumbnail:hover .thumb-img span.reports-log small       { background-position: 0 -958px;  }
.section-3 .thumbnail:hover .thumb-img span.no-charge small         { background-position: 0 -1107px; }

.section-3 .thumbnail .thumb-img:before {
    content: '';
    width: 185px;
    height: 185px;
    background: url(../images/rmm/rounded-corner.png) no-repeat 1px 6px;
    position: absolute;
    top: -26px;
    left: 0px;
}

.section-3 .thumbnail:hover .thumb-img:before,
.section-3 .thumbnail:focus .thumb-img:before,
.section-3 .thumbnail:active .thumb-img:before {
    background-position: 0px -238px;
}

.section-3 .thumbnail h4 {
    font: 700 16px 'Titillium Web';
    color: #222222;
}

.section-3 .thumbnail p {
    font: 400 16px 'Titillium Web';
    color: #888888;
    min-height: 80px;
}

.section-4 {
    background-color: #efefef;
    padding: 60px 0;
}

.section-4 .carousel {
    max-width: 750px;
    min-height: 600px;
    background-color: #ffffff;
    margin: auto;
    padding: 25px 70px;
    text-align: center;
    box-shadow: 0 6px 6px #e5e5e5;
}

.section-4 .carousel img {
    display: inline-block;
    margin-bottom: 20px;
}

.section-4 .carousel p {
    font: 400 18px/30px 'Titillium Web';
    color: #656565;
    margin: 0;
}

.section-4 .carousel .carousel-control {
    background: none;
    width: auto;
}

.section-4 .carousel .carousel-caption {
    position: static;
    color: #656565;
    text-shadow: none;
    padding: 30px 0 0;
}

.section-4 .carousel .carousel-caption h4 {
    font: 700 18px 'Titillium Web';
    margin: 0;
    position: relative;
}

.section-4 .carousel .carousel-caption h4:before {
    content: '';
    width: 35px;
    height: 3px;
    background-color: #000000;
    position: absolute;
    top: -12px;
    left: 50%;
    margin-left: -15px;
}

.section-4 .carousel .carousel-caption span {
    font: 400 16px 'Titillium Web';
    display: block;
}

.section-4 .carousel .carousel-caption span em {
    font-style: normal;
}

.section-4 .carousel .carousel-control {
    opacity: 1;
}

.section-4 .carousel .carousel-control span {
    display: block;
    color: #000;
    position: static;
    overflow: visible;
    text-shadow: none;
}

.section-4 .carousel .carousel-control:before {
    content: '';
    width: 62px;
    height: 26px;
    background: url(../images/rmm/arrow.png) no-repeat 0 0;
    position: absolute;
    top: 20px;
}

.section-4 .carousel .carousel-control span.sr-only {
    position: relative;
    width: 200px;
    font-size: 16px;
    font-style: normal;
    text-transform: capitalize;
    top: 75px;
    color: #656565;
}

.section-4 .carousel .carousel-control.left span.sr-only {
    left: -200px;
    text-align: left;
}

.section-4 .carousel .carousel-control.right span.sr-only {
    right: -200px;
    text-align: right;
}

.section-4 .carousel .carousel-control span.sr-only span {
    display: block;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
    position: relative;
    top: -50px;
    color: #656565;
}

.section-4 .carousel .carousel-control span.sr-only em { display: none; }

.section-4 .carousel .carousel-control.left:before {
    left: -200px;
    background-position: 0 -4px;
}

.section-4 .carousel .carousel-control.right:before {
    right: -200px;
    background-position: 0 -82px;
}

.section-4 .carousel .carousel-control.left:hover:before {
    background-position: 0 -44px;
}

.section-4 .carousel .carousel-control.right:hover:before {
    background-position: 0 -121px;
}

.section-4 form.email-form {
    max-width: 680px;
}

.section-4 form.email-form .input-group {
    box-shadow: 0 6px 6px #e5e5e5;
}

.section-4 form.email-form p {
    font: 400 18px 'Titillium Web';
    color: #0f0e0e;
    text-align: center;
    margin: 15px 0 0;
}

.section-4 form.email-form .form-control,
.section-4 form.email-form .btn {
    border-radius: 10px !important;
}

.section-5 h3 {
    font: 600 24px/25px 'Titillium Web';
    color: #2e2d3c;
    margin: 0 0 15px;
}

.section-5 > div .row:first-child {
    margin-bottom: 50px;
}

@media screen and (min-width: 991px) and (max-width: 1199px) {
    .section-4 .carousel .carousel-control.left:before {
        left: 0;
    }
    .section-4 .carousel .carousel-control.right:before {
        right: 0;
    }
    .section-4 .carousel .carousel-control.left span.sr-only {
        left: 10px;
    }
    .section-4 .carousel .carousel-control.right span.sr-only {
        right: 10px;
    }
    .section-1 .video-block iframe {
        width: 430px;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .section-2 .nav li a {
        padding: 20px 30px;
        font-size: 21px;
    }
    .section-3 .thumbnail p {
        min-height: 140px;
    }
    .section-1 .video-block iframe {
        width: 318px;
    }
}

@media screen and (max-width: 767px) {
    .banner {
        padding: 60px 0;
    }
    .banner h1 {
        font-size: 24px;
        line-height: 30px;
    }
    .banner p {
        font-size: 16px;
    }
    form.email-form .input-group {
        display: block;
    }
    form.email-form .btn {
        width: 100%;
        margin: 15px 0 0 !important;
    }
    .banner-bottom ul li {
        padding: 5px 0;
        display: block;
    }
    .section-1 h3 {
        padding: 30px 0;
    }
    .section-2 .nav li {
        width: 100%;
    }
    .section-2 .nav li a {
        padding: 15px;
        font-size: 20px;
        border-bottom: 3px solid transparent;
    }
    .section-1 h3 {
        font-size: 26px;
        line-height: 32px;
    }
    .section-4 .carousel {
        max-height: none;
        padding: 50px 20px;
    }
    .section-4 .carousel .carousel-control span.sr-only {
        display: none;
    }
    .section-4 .carousel .carousel-control.left:before {
        left: 0;
    }
    .section-4 .carousel .carousel-control.right:before {
        right: 0;
    }
    .section-5 h3 {
        margin: 15px 0;
    }
    .section-5 {
        text-align: center;
    }
    .section-5 img {
        display: inline-block;
    }
    .section-1 .video-block iframe {
        width: 100%;
        height: 100%;
    }
}