body {
    width: 100%;
    height: 100%;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    overflow-x: hidden;
}

html {
    width: 100%;
    height: 100%;
}

::-moz-selection {
    background-color: #2e82bb !important;
    color: #ffffff;
}

::selection {
    background-color: #2e82bb !important;
    color: #ffffff;
}

.top-nav-collapse .navbar-brand {
    padding: 5px 15px;
}

/* @font-face {
    font-family: 'proximanovalight';
    src: url('../fonts/rmd/proximanovalight.eot');
    src: local('proximanovalight'), url('../fonts/rmd/proximanovalight.woff') format('woff'), url('../fonts/rmd/proximanovalight.ttf') format('truetype');
}

@font-face {
    font-family: "Proxima Nova Semibold";
    src: url("../fonts/rmd/rmd.eot");
    src: url("../fonts/rmd/rmd.eot?#iefix") format("embedded-opentype"),
    url("../fonts/rmd/rmd.woff2") format("woff2"), 
    url("../fonts/rmd/rmd.woff") format("woff"),
    url("../fonts/rmd/rmd.ttf") format("truetype"),
    url("../fonts/rmd/rmd.svg#Proxima Nova Semibold") format("svg");
} */

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 35px;
    /* font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;*/
    font-weight: 700;
    letter-spacing: 1px;
}

/* span {    color: #fb8506;   } */

p {
    margin: 0 0 25px;
    font-size: 18px;
    line-height: 1.5;
}

@media (min-width: 768px) {
    p {
        margin: 0 0 35px;
        font-size: 20px;
        line-height: 1.6;
    }
}

a:hover, a:focus {
    text-decoration: none;
    color: #1d9b6c;
}

.light {  font-weight: 400; }

.btn-sucess {
    background-color: #fbb306;
    border: solid 2px #fb8506;
    border-radius: 0px!important;
    transition: all 0.5s ease 0s;
}

.btn-sucess:hover {
    background-color: #fb8506;
    border: solid 2px #fbb306;
    transition: all 0.5s ease 0s;
}

.btn-info {
    background-color: #2e82bb !important;
}

section {
    overflow-x: hidden;
}

.intro .intro-body {
    /* display: table-cell;
  vertical-align: middle;*/
    height: 676px;
    width: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    z-index: 2;
}

.intro .intro-body .brand-heading {    font-size: 40px; }

.intro .intro-body .intro-text {
    font-size: 18px;
}

@media (min-width: 768px) {
    .intro {
        /*    height: 100%;*/
        padding: 0;
    }
    .intro .intro-body .brand-heading {
        font-size: 100px;
    }
    .intro .intro-body .intro-text {
        font-size: 26px;
    }
}


/*header menu part*/

/*.navbar-fixed-top {}*/

@media (min-width: 768px) {
    .navbar-custom .navbar-header .logo {
        background: url(../../images/logo-white.png);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        transition: all 0.5s ease 0s;
        width: 250px;
        height: 38px;
        display: inline;
        margin-top: 10px;
    }
    .top-nav-collapse .navbar-header .logo {
        background: url(../../images/logo.png) no-repeat;
        width: 250px;
        height: 39px;
        display: inline;
        -moz-transform: scale(0.8);
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }
    .navbar-nav > li {
        padding: 10px 10px;
    }
    .navbar-nav > li > a {
        padding: 5px 10px !important;
        color: #fff;
        font-family: 'Roboto', sans-serif;
        font-weight: 500;
    }
    .nav>li>a:hover {
        background-color: transparent !important;
    }
    .nav>li>a:focus {
        background-color: #2e82bb !important;
        border-radius: 5px;
        color: #fff;
    }
    .navbar-nav > li > a:hover {
        color: #fff !important;
    }
    .navbar-nav > li > a:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 2px;
        bottom: 0;
        left: 0;
        background-color: #fff;
        visibility: hidden;
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transition: all 0.3s ease-in-out 0s;
        transition: all 0.3s ease-in-out 0s;
    }
    .navbar-nav > li> a:hover:before {
        visibility: visible;
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
    .dropdown-menu>li>a:hover {
        background-color: #2e82bb !important;
        color: #fff !important;
    }
    /* actual dropdown animation */
    .navbar .dropdown .dropdown-menu {
        -webkit-transition: all 1s;
        -moz-transition: all 1s;
        -ms-transition: all 1s;
        -o-transition: all 1s;
        transition: all 1s;
        max-height: 0;
        display: block;
        overflow: hidden;
        opacity: 0;
    }
    
    .navbar .dropdown.open .dropdown-menu {
        max-height: 200px;
        opacity: 1;
    }
    .top-nav-collapse {
        background-color: #fff;
        box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.1);
    }
    .top-nav-collapse .navbar-nav > li > a {
        color: #2e82bb !important;
    }
    .top-nav-collapse .navbar-nav > li > a:focus {
        color: #fff !important;
    }
}

@media (max-width: 399px) {
    .navbar-custom .navbar-header .logo {
        background: url(../../images/slogo-white.png);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        transition: all 0.5s ease 0s;
        width: 200px;
        height: 31px;
        display: inline;
        margin-top: 10px;
    }
    .top-nav-collapse .navbar-header .logo {
        background: url(../../images/slogo.png) no-repeat;
        width: 200px;
        margin-top: 10px;
        height: 31px;
        display: inline;
        -moz-transform: scale(0.8);
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }
}

@media (min-width: 399px) and (max-width: 767px) {
    .navbar-custom .navbar-header .logo {
        background: url(../../images/logo-white.png);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        transition: all 0.5s ease 0s;
        width: 250px;
        height: 38px;
        display: inline;
        margin-top: 10px;
    }
    .top-nav-collapse .navbar-header .logo {
        background: url(../../images/logo.png) no-repeat;
        width: 250px;
        height: 39px;
        display: inline;
        -moz-transform: scale(0.8);
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }
}

@media (max-width: 767px) {
    .navbar-header svg {}
    .rmd-screenshot {
        width: 100%;
        overflow-x: hidden !important;
    }
    .top-nav-collapse .navbar-header .logo {
        margin-top: 0px;
    }
    .testimoni .col-md-6 {
        display: block;
    }
    .rmd-section1 {
        width: 100%;
    }
    .logo {
        width: 200px;
    }
    .navbar-custom {
        border: 0;
    }
    .navbar-collapse {
        overflow-x: hidden !important;
    }
    .navbar-custom .navbar-toggle {
        background-color: transparent;
        padding: 0;
        font-size: 24px;
    }
    .navbar-collapse ul li a {    /*color: #2e82bb;*/ color: black;    }
    .navbar-collapse ul li .dropdown ul li {
        color: #fff !important;
        background-color: #FFF;
        border: none !important;
    }
    .navbar-collapse ul li:hover {    color: #fff;    }
    .navbar-custom {    background-color: transparent;    }
    .navbar-custom.top-nav-collapse .navbar-header {
        background-color: #fff;
        box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.1);
    }
    .navbar-collapse {
        background-color: #fff;
        color: #2e82bb !important;
        box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.8);
        width: 50%;
        float: right;
    }
    .rmd-HeroBlock h1 {}
    .rmd-HeroBlock {
        width: 100%;
    }
    .rmd-HeroBlock select {
        width: 80%;
    }
    .rmd-HeroBlock .search-col {
        width: 80%;
        margin: 0 auto;
    }
    .navbar-fixed-top .navbar-toggle {
        font-size: 14px;
        color: #fff;
    }
    .navbar-fixed-top .navbar-toggle span {
        font-size: 24px;
    }
    .container>.navbar-collapse {
        text-align: center; background-color: #fff; width: 40%; border: 1px solid rgba(0,0,0,.15); margin-right: 15px!important; 
       /* width: 100%;  position: absolute;   background-color: #f7f7f7;*/      }
       
    /*.container>.navbar-collapse ul li {
        border-bottom: 1px solid #ddd;
    }*/
    .container>.navbar-collapse ul li .last {
        border: none !important;
    }
    .container>.navbar-collapse ul li ul li {
        border: none !important;
        text-align: center;
    }
    .top-nav-collapse .navbar-toggle {
        color: #333;
    }
}

@media (min-width: 1400px){
    .navbar-custom .navbar-header .logo{
        margin-left:-132px !important;
    }
    .container .navbar-collapse {
        margin-right: -130px !important;
    }
}

/*menu ends*/

.btn-circle {
    width: 70px;
    height: 70px;
    margin-top: 15px;
    padding: 7px 16px;
    border: 2px solid white;
    border-radius: 100% !important;
    font-size: 40px;
    color: white;
    background: transparent;
    -webkit-transition: background 0.3s ease-in-out;
    -moz-transition: background 0.3s ease-in-out;
    transition: background 0.3s ease-in-out;
}

.btn-circle:hover,
.btn-circle:focus {
    outline: none;
    color: white;
    background: rgba(255, 255, 255, 0.1);
}

.btn-circle i.animated {
    -webkit-transition-property: -webkit-transform;
    -webkit-transition-duration: 1s;
    -moz-transition-property: -moz-transform;
    -moz-transition-duration: 1s;
}

.btn-circle:hover i.animated {
    -webkit-animation-name: pulse;
    -moz-animation-name: pulse;
    -webkit-animation-duration: 1.5s;
    -moz-animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-moz-keyframes pulse {
    0% {
        -moz-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -moz-transform: scale(1.2);
        transform: scale(1.2);
    }
    100% {
        -moz-transform: scale(1);
        transform: scale(1);
    }
}

.content-section {
    padding-top: 100px;
}

.download-section {
    width: 100%;
    padding: 50px 0;
    color: white;
    background: url(../img/downloads-bg.jpg) no-repeat center center scroll;
    background-color: black;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

#map {
    width: 100%;
    height: 200px;
    margin-top: 100px;
}

@media (min-width: 767px) {
    .content-section {
        padding-top: 250px;
    }
    .download-section {
        padding: 100px 0;
    }
    #map {
        height: 400px;
        margin-top: 250px;
    }
}

.btn {
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    border-radius: 0px;
}

.btn-default {
    border: 1px solid #42DCA3;
    color: #42DCA3;
    background-color: transparent;
}

.btn-default:hover,
.btn-default:focus {
    border: 1px solid #42DCA3;
    outline: none;
    color: black;
    background-color: #42DCA3;
}

ul.banner-social-buttons {
    margin-top: 0;
}

@media (max-width: 1199px) {
    ul.banner-social-buttons {
        margin-top: 15px;
    }
}

@media (max-width: 767px) {
    ul.banner-social-buttons li {
        display: block;
        margin-bottom: 20px;
        padding: 0;
    }
    ul.banner-social-buttons li:last-child {
        margin-bottom: 0;
    }
}

footer {    padding: 20px 0;    }

footer p {    margin: 0;    }

::-moz-selection {
    text-shadow: none;
    background: #fcfcfc;
    background: rgba(255, 255, 255, 0.2);
}

::selection {
    text-shadow: none;
    background: #fcfcfc;
    background: rgba(255, 255, 255, 0.2);
}

img::selection {   background: transparent; }

img::-moz-selection {   background: transparent;    }

/*spacing */

.padding-bottom {
    padding-bottom: 50px;
}

.space {
    padding: 2%;
}

.margin-lft2 {
    margin-left: 2%
}

/*bg-color options */

.rmd-white {
    background-color: #fff;
}

.rmd-offwhite {
    background-color: #f7f7f7;
}

.rmd-grey {
    background-color: #eee;
}

/*Main intro section starts*/

.rmd-title {
    color: #2e82bb;
    padding-bottom: 10px;
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
}

.rmd-text {
    color: #231f20;
    font-family: 'Roboto', sans-serif;
    line-height: 30px;
    font-weight: 300;
    padding-bottom: 20px;
}

.rmd-HeroBlock {
    margin-bottom: 0;
    padding-bottom: 20px;
    border-radius: 20px;
    font-family: 'Montserrat', sans-serif;
}

.rmd-HeroBlock h1 {
    text-shadow: 0px 1px 1px #FFF;
    margin-bottom: 10px;
    text-transform: none;
    letter-spacing: -1px;
    /*font-family:Proxima Nova Semibold;*/
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    color: #333;
}

/*intro ends*/

.white-text {
    color: #fff!important;
}

#howItWorks {
    position: relative;
}

#howItWorks h1 {
    color: #2e82bb;
}

#howItWorks .row,
#city .row {
    width: 100%;
    margin: 0 auto;
}

#howItWorks .row .nav-tabs {
    border: 0;
    margin-bottom: 40px;
}

#howItWorks .row .nav-tabs li {
    width: 33%;
    text-align: center;
}

#howItWorks .row .nav-tabs li .nav-tabs>li.active>a {
    background-color: #CCC;
}

/* featured section 1 */

#howItWorks .container {
    width: 100%;
    padding: 0px;
}

.reqPanel {
    width: 100%;
    margin: 0 auto;
}

.rmd-section1 {
    margin: 0 auto;
    width: 80%;
}

.reqPanel .testimoni {
    padding: 10px 5px 30px 5px;
}

.reqPanel .testimoni h5 {
    font-size: 18px;
    color: #337ab7;
    display: block;
    font-weight: 700;
    font-size: 30px;
}

.reqPanel .testimoni h4 {
    font-size: 18px;
    color: #231f20;
    display: block;
    font-weight: 700;
    align-items: center;
}

.reqPanel .testimoni p {
    font-size: 16px;
    color: #231f20;
}

.reqPanel .testimoni .person img {
    background-size: cover;
    display: inline;
    width: 70px;
    height: 70px;
    border-radius: 58px;
    float: left;
    margin-right: 20px
}

.reqPanel .testimoni .name {
    padding: 0 10px;
    float: left;
    display: inline-block;
    font-size: 14px;
    color: #5c6873;
    font-weight: 400;
    margin: 6px 0 0 0;
}

.rmd-works-text {
    padding: 30px 30px !important;
    background: #136a8a;
    background: -webkit-linear-gradient(to left, #136a8a, #138a89);
    background: linear-gradient(to left, #136a8a, #138a89);
    color: #fff;
}

.rmd-works-text h4 {
    font-size: 24px;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 10px;
    text-align: left;
    font-weight: 700;
}

.rmd-works-text p {
    font-size: 18px;
    margin-bottom: 10px;
    text-align: left;
    font-weight: 400;
}

.rmd-works-text1 {
    padding: 30px 30px !important;
    border: #ccc solid 1px;
    color: #136a8a;
}

.rmd-works-text1 h4 {
    font-size: 24px;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 10px;
    text-align: left;
    font-weight: 700;
}

.rmd-works-text1 p {
    font-size: 18px;
    margin-bottom: 10px;
    text-align: left;
    font-weight: 400;
}

.rmd-works-text1 .rmd-section1 h3 {
    font-size: 30px;
    font-weight: bold;
    display: block;
}

.rmd-works-text1 .btn {
    color: #fff;
}

.rmd-section1 .aliright {
    text-align: right;
    margin-right: 33px;
    margin-bottom: 25px;
}

.rmd-section1 .button.one {
    float: right;
    margin-right: 33px;
}

.rmd-section1 .nav > li > a:focus,
.rmd-section1 .nav > li > a:hover {
    color: #2e82bb !important;
    background-color: transparent!important
}

.rmd-section1 ul {
    width: 90%;
    margin: 0 auto;
}

.rmd-section1 .tab-content {
    padding: 5px;
    margin-top: 30px;
}

.rmd-section1 ul li {
    float: left;
    height: 70px;
    text-align: center;
    list-style: none;
    color: #2e82bb;
}

.rmd-section1 ul li span {
    color: #337ab7;
}

.rmd-section1 ul li .col-md-4 {
    margin: 0;
    padding: 0 0px !important;
}

.rmd-section1 ul li a {
    height: 70px;
}

.rmd-section1 .nav-tabs > li.active > a,
.rmd-section1 .nav-tabs > li.active > a:focus,
.rmd-section1 .nav-tabs > li.active > a:hover {
    color: #2e82bb !important;
    border: #2e82bb solid 2px;
}

.rmd-section1.nav-tabs > li a:hover {
    border: none !important;
    background-color: #2e82bb !important;
    color: #fff !important;
}

.rmd-section1 .nav-tabs {
    border: none;
}

.rmd-section1 ul li h4 {
    margin: 0px;
}

.rmd-section1 .nav-tabs > li:hover,
.rmd-section1 .nav-tabs > li a:hover {
    font-size: 24px;
    color: #2e82bb;
}

.rmd-section1 ul li i {
    margin-right: 10px;
    font-size: 30px;
}


/*.rmd-section1 .nav-tabs > li, .rmd-section1 .nav-tabs > li a, .rmd-section1 .nav-tabs > li i{ background-color:transparent;
 color:#231f20;}.rmd-section1 .nav-tabs > li.active, .rmd-section1 .nav-tabs > li.active a, .rmd-section1 .nav-tabs > li.active i{
  
   color:#2e82bb;}*/

.reqPanel img {
    width: 30%;
}

.city-links p {
    margin-bottom: 0;
}

.city {
    font-size: 12px;
    margin: 0px;
    color: #838383;
    margin-bottom: 0;
}

/*Sider settings*/

.owl-theme .owl-controls .owl-buttons div {
    background-color: transparent !important;
}

.rmd-carousel .owl-controls .owl-buttons {
    background-color: transparent;
}

.rmd-carousel .owl-controls .owl-prev {
    position: absolute;
    z-index: 100;
    background-color: transparent;
}

.rmd-carousel .owl-controls .owl-prev:before {
    content: "\f105";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 700;
    text-decoration: inherit;
    color: #2e82bb;
    font-size: 34px;
    padding-right: 0.5em;
    position: absolute;
    top: 2px;
    left: 40px;
}


.rmd-carousel .owl-controls .owl-next {
    position: absolute;
    z-index: 100;
}

.rmd-carousel .owl-controls .owl-next:before {
    content: "\f104";
    font-family: FontAwesome;
    font-style: normal;
    text-decoration: inherit;
    /*--adjust as necessary--*/
    color: #2e82bb;
    font-size: 34px;
    padding-right: 0.5em;
    font-weight: 700;
    position: absolute;
    top: 2px;
    left: 0px;
}

#rmd-screen-wrapper {
    width: 100%;
    background-color: #f7f7f7;
    overflow: hidden;
}

#rmd-screen-wrapper .rmd-screen h1 {
    font-family: 'Montserrat', sans-serif;
    color: #2e82bb;
    font-weight: 700;
}

#rmd-screen-wrapper .rmd-screen h4 {
    margin-bottom: 20px;
    font-weight: 400;
}

.screenshot {
    -webkit-box-shadow: -1px -2px 34px 5px rgba(204, 204, 204, 1);
    -moz-box-shadow: -1px -2px 34px 5px rgba(204, 204, 204, 1);
    box-shadow: -1px -2px 34px 5px rgba(204, 204, 204, 1);
    width: 90%;
    margin: 0 auto;
}

.image-bg {   width: 100%;  }

/* featured section 51 */

.featured_section51 {
    float: left;
    background-color: #f7f7f7;
    width: 100%;
}

.featured_section51 h1 {
    font-weight: 300;
    line-height: 40px;
    margin-top: 67px;
}

.featured_section51 h1 strong {
    display: block;
    font-weight: 800;
    text-transform: uppercase;
}

#rmd-number {   background-color: #f7f7f7;  }

section h1 {
    color: #2e82bb;
    font-weight: 300;
    line-height: 40px;
    margin-top: 27px;
}

.divider {  border-bottom: 2px solid #ededed;   }

/*counters*/

.counters5 {
    margin: 0 auto;
    width: 80%;
    text-align: center;
}

.counters5 span {
    font-size: 40px;
    font-weight: 600;
    color: #2e82bb;
}

.counters5 h4 {
    font-size: 18px;
    color: #2e82bb;
    margin: 0;
    padding-bottom: 10px;
    font-weight: 400;
}

.counters5 .col-md-12 .bg {
    background: #f7f7f7;
    background: -moz-linear-gradient(top, #f7f7f7 20%, #f3f3f3 100%);
    background: -webkit-linear-gradient(top, #f7f7f7 20%, #f3f3f3 100%);
    background: linear-gradient(to bottom, #f7f7f7 20%, #f3f3f3 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7f', endColorstr='#f3f3f3', GradientType=0);
    border-radius: 10px;
    margin-bottom: 10px;
}

@media only screen and (min-width: 768px) and (max-width: 999px) {
    .counters5 span {    font-size: 30px;    }
    .counters5 h4 {    font-size: 16px;    }
}

@media only screen and (min-width: 640px) and (max-width: 767px) {
    .counters5 span {    font-size: 24px;    }
    .counters5 h4 {    font-size: 16px;    }
}

@media only screen and (min-width: 480px) and (max-width: 639px) {
    .counters5 span {    font-size: 18px;    }
    .counters5 h4 {
        font-size: 13px;
        margin-bottom: 10px;
    }
}

@media only screen and (max-width: 479px) {
    .counters5 span {
        font-size: 18px;
    }
    .counters5 h4 {
        font-size: 12px;
        margin-bottom: 7px;
    }
    .navbar-nav .open .dropdown-menu>li>a {
        padding: 5px 28px 5px 0px!important;
    }
}

/*footer */
html, body { height: 100%; }

footer {
   /* position: absolute;    right: 0;
    bottom: 0;    left: 0;
    position: relative;*/
    bottom: 0 !important;
    width: 100%;
    background-color: #f2f2f2;
    color: #231f20;
    font-family: 'Roboto', sans-serif;
}
@media screen and (max-width:990px) {
    .footer{
        display:none;
    }
}

footer .row {
    margin: 0 auto;
    width: 80%;
}

.rmd-city {
    width: 100%;
}

.rmd-city .row {
    width: 80%;
    margin: 0 auto;
}

.footext {
    padding-left: 40px;
    padding-right: 40px;
}

.footext {
    color: #fff;
    font-size: 14px;
    margin: 0;
}

.foot-links {
    margin: 0 auto;
}

.foot-links a {
    margin: 0 10px;
    font-size: 14px;
    color: #4a4a4a;
}