body{
 background: rgb(0, 0, 0);
 
}
.nav-bar-ohr {
    
    /* background-image: url("./images/header_bg.jpg"); */
    background-color: #000000;
    background-position: right;
    color: #000000 !important;
 
}
.container-mobile{
   margin:auto !important;
}
/*************** Loading ***************/
@-webkit-keyframes "loading" {
    0% {
        opacity: 0; }
    100% {
        opacity: 1; } }
@-moz-keyframes "loading" {
    0% {
        opacity: 0; }
    100% {
        opacity: 1; } }
@-o-keyframes "loading" {
    0% {
        opacity: 0; }
    100% {
        opacity: 1; } }
@keyframes "loading" {
    0% {
        opacity: 0; }
    100% {
        opacity: 1; } }

.loading-wrapper {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: #F2F2F2;
    z-index: 10000;
}

.loading-wrapper .loading {
    position: absolute;
    width: 190px;
    top: 50%;
    margin-top: -23px;
    text-align: center;
    left: 50%;
    margin-left: -95px;
}

.loading-wrapper .loading span {
    display: inline-block;
    vertical-align: middle;
    width: 10px;
    height: 50px;
    margin: 2px;
    position: absolute;
    left: 45px;
    top: 0;
    background: #007bff;
    animation: loading 1s infinite alternate;
    transform: rotate(25deg);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.loading-wrapper .loading span:nth-of-type(1) {
    background: #007bff;
    animation-delay: 0.1s;
    left: 65px;
    top: 7px;
    height: 40px;
}
.loading-wrapper .loading span:nth-of-type(2) {
    background: #007bff;
    animation-delay: 0.2s;
    left: 85px;
    top: 15px;
    height: 30px;
}
.loading-wrapper .loading span:nth-of-type(3) {
    background: #007bff;
    animation-delay: 0.4s;
    left: 105px;
    top: 7px;
    height: 40px;
}
.loading-wrapper .loading span:nth-of-type(4) {
    background: #007bff;
    animation-delay: 0.6s;
    left: 125px;
}
.text-on-bg {
    position: absolute;
    bottom: 0.2px;
    left: 0.5px;
    padding: 20px 10px 7px 11px;
    width: 100%;
    font-family: 'Libre Franklin', sans-serif;
    color: white;
    font-size: larger;
    padding: 1.5rem;
    background: url(./images/gradient.png) left bottom/100% 100% no-repeat;
   
     

}
.bg-h2{
    margin-bottom: -1ex !important;
    width: 100px;
    width: 394px;
    margin-left: 0.9rem;
}
.img-fluid ,.lists {
    min-width:390px !important;
}
.page-footer {
   min-width:420px !important;
}
.text-medium {
    font-weight: bold;
    font-size: 25px;
}
.text-smaller{
    font-weight: bold;
    font-size: 15px;
}
.my-custom-scrollbar {
    position: relative;
    height: 200px;
    overflow: auto;
    margin-bottom: 20px;
    }
  