
.topbar-area {
    background: #00b21b;
    height: 30px;
    color: white !important;

}

.bd-example {
    padding-top: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.navbar {
    background: white;
    font-size: 15px;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    font-weight: 700;
}


.nav-link {
    color: black;
    margin-right: 10px;
    padding-bottom: 20px;

}

.navbar-nav > li > a, .navbar-brand {
    padding-top: 5px !important;
    padding-bottom: 0 !important;
    height: 28px;
}

.navbar-brand {
    padding-top: 0px !important;
    margin-bottom: 20px;
}

.navbar {
    min-height: 28px !important;
}

.is_ON {
    background: #2f4493;
    color: white !important;
}

.area-padding {
    margin-top: 50px;

}

.RLAB_fist_disc, .card-title {
    color: #2f4493;


}

.bd-example {
    color: black;
}

.about_home {
    margin-top: 50px;
}

th {
    color: #2f4493 !important;


}

table {
    font-size: 14px;


}

.c_product_name {
    color: #2f4493 !important;

}

.card {
    box-shadow: 0 2px 3px 0 rgba(22, 22, 26, 0.18);


}

.card-img-top:hover {
    opacity: 1;
}

.outer {
    width: 1px;
    height: 100%;
    margin: auto;
    position: relative;
    overflow: hidden;
}

.inner {
    position: absolute;
    width: 100%;
    height: 40%;
    background: grey;
    top: 30%;
    box-shadow: 0px 0px 30px 20px grey;
}