﻿body {
    background-color: #090C1D;
    font-family: Ubuntu, "Open Sans", sans-serif,Arial;
    margin: 0;
    padding: 0;
    overflow: auto;
    /*background-image: url('../Images/backdroprccgimg3.png');
    background-repeat: repeat;
    background-size: 25%;*/
}
.bg-green-light {
    background-color: #050c03e7;
}
@media only screen and (min-device-width : 160px) and (max-device-width : 290px) {

    body {
        background-size: 80%;
    }

    #HomeBtn {
        display: none;
    }

    #ContactNavBtn {
        display: none;
    }

    #AboutBtn {
        display: none;
    }

    #RegisterBtn {
        display: none;
    }

    @keyframes comment-anim {

        0% {
            width: 0;
        }

        30% {
            width: 80%;
            padding-left: 0.3em;
        }

        85% {
            width: 90%;
            padding-left: 0.6em;
        }

        89% {
            width: 90%;
            padding-left: 0.6em;
        }

        100% {
            width: 0%;
            padding-left: 0.0em;
        }
    }

    @keyframes comment-anim2 {

        0% {
            width: 0;
        }

        35% {
            width: 85%;
            padding-left: 0.3em;
        }

        85% {
            width: 95%;
            padding-left: 0.4em;
        }

        88% {
            width: 95%;
            padding-left: 0.4em;
        }

        100% {
            width: 0%;
            padding-left: 0.0em;
        }
    }

    .alert-box {
        width:80%;
        left:10%;
    }
   
}
/* typical phone screen resolution */
@media only screen and (max-width : 667px) {
    @keyframes comment-anim {

        0% {
            width: 0;
        }

        30% {
            width: 80%;
            padding-left: 0.3em;
        }

        85% {
            width: 90%;
            padding-left: 0.6em;
        }

        89% {
            width: 90%;
            padding-left: 0.6em;
        }

        100% {
            width: 0%;
            padding-left: 0.0em;
        }
    }

    @keyframes comment-anim2 {

        0% {
            width: 0;
        }

        35% {
            width: 85%;
            padding-left: 0.3em;
        }

        85% {
            width: 95%;
            padding-left: 0.4em;
        }

        88% {
            width: 95%;
            padding-left: 0.4em;
        }

        100% {
            width: 0%;
            padding-left: 0.0em;
        }
    }
}
/* landscape orientation */
@media only screen and (min-width : 375px) and (max-width : 667px) and (orientation : landscape) {

    @keyframes comment-anim {

        0% {
            width: 0;
        }

        30% {
            width: 80%;
            padding-left: 0.3em;
        }

        85% {
            width: 90%;
            padding-left: 0.6em;
        }

        89% {
            width: 90%;
            padding-left: 0.6em;
        }

        100% {
            width: 0%;
            padding-left: 0.0em;
        }
    }

    @keyframes comment-anim2 {

        0% {
            width: 0;
        }

        35% {
            width: 85%;
            padding-left: 0.3em;
        }

        85% {
            width: 95%;
            padding-left: 0.4em;
        }

        88% {
            width: 95%;
            padding-left: 0.4em;
        }

        100% {
            width: 0%;
            padding-left: 0.0em;
        }
    }

    .alert-box {
        width: 80%;
        left: 10%;
    }
}
/* portrait orientation */
@media only screen and (min-width : 375px) and (max-width : 667px) and (orientation : portrait) 
{
   
    @keyframes comment-anim {

        0% {
            width: 0;
        }

        30% {
            width: 80%;
            padding-left: 0.3em;
        }

        85% {
            width: 90%;
            padding-left: 0.6em;
        }

        89% {
            width: 90%;
            padding-left: 0.6em;
        }

        100% {
            width: 0%;
            padding-left: 0.0em;
        }
    }

    @keyframes comment-anim2 {

        0% {
            width: 0;
        }

        35% {
            width: 85%;
            padding-left: 0.3em;
        }

        85% {
            width: 95%;
            padding-left: 0.4em;
        }

        88% {
            width: 95%;
            padding-left: 0.4em;
        }

        100% {
            width: 0%;
            padding-left: 0.0em;
        }
    }


    .alert-box {
        width: 80%;
        left: 10%;
    }

}

@media only screen and (min-device-width : 320px) and (max-device-width : 480px)
{
    body {
        background-size: 80%;
    }

    #HomeBtn {
        display: none;
    }

    #ContactNavBtn {
        display: none;
    }

    #AboutBtn {
        display: none;
    }

    #RegisterBtn {
        display: none;
    }


    @keyframes comment-anim {

        0% {
            width: 0;
        }

        30% {
            width: 80%;
            padding-left: 0.3em;
        }

        85% {
            width: 90%;
            padding-left: 0.6em;
        }

        89% {
            width: 90%;
            padding-left: 0.6em;
        }

        100% {
            width: 0%;
            padding-left: 0.0em;
        }
    }

    @keyframes comment-anim2 {

        0% {
            width: 0;
        }

        35% {
            width: 85%;
            padding-left: 0.3em;
        }

        85% {
            width: 95%;
            padding-left: 0.4em;
        }

        88% {
            width: 95%;
            padding-left: 0.4em;
        }

        100% {
            width: 0%;
            padding-left: 0.0em;
        }
    }
    .alert-box {
        width: 80%;
        left: 10%;
    }
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {

    body {
        background-size: 50%;
    }
}

@media only screen and (min-device-width :200px) and (max-device-width :600px) {
    body {
        background-size: 70%;
    }

    #HomeBtn {
        display: none;
    }

    #ContactNavBtn {
        display: none;
    }

    #AboutBtn {
        display: none;
    }

    #RegisterBtn {
        display: none;
    }



    @keyframes comment-anim {

        0% {
            width: 0;
        }

        30% {
            width: 80%;
            padding-left: 0.3em;
        }

        85% {
            width: 90%;
            padding-left: 0.6em;
        }

        89% {
            width: 90%;
            padding-left: 0.6em;
        }

        100% {
            width: 0%;
            padding-left: 0.0em;
        }
    }

    @keyframes comment-anim2 {

        0% {
            width: 0;
        }

        35% {
            width: 85%;
            padding-left: 0.3em;
        }

        85% {
            width: 95%;
            padding-left: 0.4em;
        }

        88% {
            width: 95%;
            padding-left: 0.4em;
        }

        100% {
            width: 0%;
            padding-left: 0.0em;
        }
    }
    .alert-box {
        width: 80%;
        left: 10%;
    }
  
}


@media only screen and (min-device-width :450px) and (max-device-width : 700px) {
    body {
        background-size: 70%;
    }

    #HomeBtn {
        display: none;
    }

    #ContactNavBtn {
        display: none;
    }

    #AboutBtn {
        display: none;
    }

    #RegisterBtn {
        display: none;
    }
    .pagescroll {
        overflow: auto;
       
    }

    .alert-box {
        width: 00%;
        left: 10%;
    }
}



table {
    border: 0 none transparent;
    padding: 0;
    margin: 0;
}

td {
    border: 0 none transparent;
    padding: 0;
    margin: 0;
}

.link-text {
    font: bold small arial verdana;
    text-decoration: none;
    color: rgba(9, 78, 31, 0.90);
}

.vertical-btn-holder {
    background-color: rgba(204, 0, 0, 0.85);
    /*word-wrap: break-word;*/
    font-size: x-small;
    font-weight: bold;
    font-family: 'Times New Roman' Verdana Arial;
    color: #fff;
    text-shadow: 2px 3px 4px rgba(0, 0, 0, 0.72);
    text-shadow: 2px 1px 4px rgba(128, 128, 128, 0.60);
    height: auto;
    width: auto;
    position: fixed;
    box-shadow: rgba(0, 0, 0, 0.72) 2px 1px 4px;
    top: 50%;
    left: 0.35%;
    border: thick outset rgba(204, 0, 0, 0.90);
    z-index: 300;
    border-radius: 50% 0;
}

.vertical-btn-holder-twin {
    background-color: rgba(204, 0, 0, 0.85);
    /*word-wrap: break-word;*/
    font-size: x-small;
    font-weight: bold;
    font-family: 'Times New Roman' Verdana Arial;
    color: #fff;
    text-shadow: 2px 3px 4px rgba(0, 0, 0, 0.72);
    text-shadow: 2px 1px 4px rgba(128, 128, 128, 0.60);
    height: auto;
    width: auto;
    position: fixed;
    box-shadow: rgba(0, 0, 0, 0.72) 2px 1px 4px;
    top: 60%;
    left: 0.35%;
    border: thick outset rgba(204, 0, 0, 0.90);
    z-index: 300;
    border-radius: 50% 0;
}


.panel-spliter {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

    .panel-spliter .head-caption {
        position: absolute;
        top: 2%;
        height: 7%;
        width: 100%;
        left: 0%;
        min-width: 10em;
        min-height: 6%;
    }

    .panel-spliter .left-panel {
        position: absolute;
        left: 0;
        top: 7%;
        width: 15%;
        height: 91%;
        margin-top: 1%;
        min-width: 25em;
    }

    .panel-spliter .right-panel {
        position: absolute;
        left: 15%;
        top: 7%;
        width: 85%;
        height: 91%;
        margin-top: 1%;
        min-width: 60em;
    }

    .panel-spliter .dominant-panel {
        position: absolute;
        top: 7%;
        width: 100%;
        height: 80%;
        padding-top: 0.5%;
    }


.vertical-btn-holder:hover {
    color: rgba(255, 255, 255, 0.74);
    background-color: rgba(9, 78, 31, 0.65);
    border: thick outset rgba(9, 78, 31, 0.70);
}


.vertical-btn-holder-twin:hover {
    color: rgba(255, 255, 255, 0.74);
    background-color: rgba(9, 78, 31, 0.65);
    border: thick outset rgba(9, 78, 31, 0.70);
}

.btn-nutral {
    border: 0 none transparent;
    color: #330951;
    background-color: transparent;
    background: none;
    font-weight: bold;
}

    .btn-nutral:hover {
        color: rgba(204, 0, 0, 0.94);
    }

.bg-back-panel {
    background-color: rgba(255, 255, 255, 0.60);
    border: thin solid rgba(204, 0, 0, 0.74);
}

.bg-process-growth {
    background-image: url('./RmfbImages/ProgressExecusion3 transparent.png');
    background-size: cover;
    background-position-y: center;
    background-repeat: no-repeat;
}

.bg-loans {
    background-image: url('RmfbImages/avatar micro loans.png');
    background-size: cover;
    background-repeat: no-repeat;
}

.bg-gold {
    background-color: rgba(224, 233, 11, 0.51);
}

.row-blue-text {
    color: #0066FF;
    text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.82);
    font-size: small;
    font-weight: bold;
}

.bg-trans-red-classic {
    background-color: rgba(255, 255, 255, 0.84);
    border-radius: 2% 2%;
    -moz-box-shadow: rgba(0, 0, 0, 0.82) 2px 3px 4px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.82) 2px 3px 4px;
    box-shadow: rgba(0, 0, 0, 0.82) 2px 3px 4px;
}

.red-link {
    font-weight: bold;
    color: rgba(204, 0, 0, 0.94);
}


    .red-link a {
        text-decoration: none;
        color: rgba(204, 0, 0, 0.94);
    }


.violet-link {
    font-weight: bold;
    color: #05041a;
}

    .violet-link a {
        text-decoration: none;
        color: #05041a;
    }



.white-link {
    font-weight: bold;
    color: #fff;
    text-decoration: none;
    font-family: 'Agency FB',Calibri, 'Californian FB','Berlin Sans FB';
}

    .white-link a {
        text-decoration: none;
        color: #fff;
    }

        .white-link a:hover {
            text-decoration: none;
            color: #acf60b;
        }

.blue-link {
    font-weight: bold;
    color: #1BC2F2;
}

    .blue-link a {
        text-decoration: none;
        color: #011c44;
    }

.large-caption-art {
    font-size: 1.9em;
    font-weight: bold;
    font-family: Vivaldi,'Brush Script MT','Times New Roman',Verdana;
    font-style: italic;
}

.btn-outline-blue {
    border: thin solid #1BC2F2;
    background-color: transparent;
    color: #1BC2F2
}

    .btn-outline-blue:hover {
        background-color: #1BC2F2;
        color: #fff;
        font-weight: bold;
    }


.underline-caption {
    border-bottom: 0.1em solid rgba(204, 0, 0, 0.74);
}

.underline-fields {
    border-bottom: 0.08em solid rgba(204, 0, 0, 0.84);
    border-top: 0.08em solid rgba(204, 0, 0, 0.84);
}

.top-banner {
    border-bottom: thin solid rgba(2, 39, 14, 0.92);
    height: 20em;
    width: 100%;
    position: absolute;
    top: 0;
}

    .top-banner .mid-caption {
        position: absolute;
        top: 15%;
        left: 5%;
        padding: 0.3em;
        width: auto;
        height: auto;
        background-color: rgba(255, 255, 255, 0.34);
    }

/*#article1 {
    height:auto;
    width: 100%;
    position: absolute;
    top:21.1%;
    
}

#article2 {
    height: 20em;
    width: 100%;
    position: relative;
}

#article3 {
    height: 20em;
    width: 100%;
    position:relative;
  
}*/

.giant-pretty-text {
    font-size: xx-large;
    font-family: Vivaldi,'Blackadder ITC',Verdana,'Times New Roman';
    font-weight: bold;
    color: #CC0000;
    text-shadow: 2px 1px 1px rgba(0, 0, 0, 0.82);
}

.margin-all {
    margin: 1em 1em 1em 1em;
}

.article-pictures {
    border: thin solid rgba(204, 0, 0, 0.75);
    border-radius: 50px 50px;
    box-shadow: 4px 2px 2px rgba(128, 128, 128, 0.30);
    height: 50px;
    width: 50px;
}


h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Ubuntu, "Open Sans", sans-serif;
}

.navbar {
    border-radius: 0;
    margin-bottom: 0 !important;
}

.container-fluid {
    padding: 0;
    margin: 0;
}

.grey-caption {
    color: rgba(0, 0, 0, 0.94);
    text-shadow: 0.3px 0.4px 1px #1bd413;
    font-size: large;
    font-weight: bold;
}

.dark-blue-text {
    color: #05041a;
}

.small-font-size {
    font-size: small;
}

.small-caption1-text {
    font-family: Calibri, Verdana, Arial;
    font-weight: 600;
    font-size: 1em;
}

.small-caption-text {
    font-family: Calibri, Verdana, Arial;
    font-weight: bold;
    font-size: small;
}

.large-elite-text {
    font-family: 'Agency FB','Berlin Sans FB','Californian FB',Calibri,Tahoma,'Times New Roman',Arial;
    font-weight: bold;
    font-size: 1.3em;
}

.yellow-caption {
    color: #FFF51A;
    text-shadow: 3px 4px 3px rgba(0, 0, 0, 0.72);
    font-size: 1em;
    font-weight: 600;
}

.blue-caption {
    color: #1BC2F2;
    text-shadow: 3px 4px 3px rgba(0, 0, 0, 0.72);
    font-size: 1em;
}

.admin-blue {
    color: #1BC2F2;
    text-shadow: 3px 4px 3px rgba(0, 0, 0, 0.52);
}

.size-contain-small {
    height: 70px;
    width: 70px;
}
/*@media only screen and (max-width : 320px) {
    .small-caption-text {
        font-weight: bold;
        font-size: 2em;
    }
    .bigger-caption-text {
        font-weight: bold;
        font-size: 2.4em;
    }
}

@media only screen and (min-device-width : 320px) and (max-device-width : 568px) and (orientation : portrait) {

    .small-caption-text {
        font-weight: bold;
        font-size: 2em;
    }
    .bigger-caption-text {
        font-weight: bold;
        font-size: 2.4em;
    }
}*/

.green-text {
}


.bg-colorblue {
    background-color: #0066FF;
}


.btn-default {
    padding-top: 9px;
    padding-bottom: 9px;
}

.blue {
    color: #03D1F5;
}

.green {
    color: #CC0000;
}

.yellow {
    color: #EABB00;
}

.rmfb-green {
    color: #1bd413;
}

.rmfb-red {
    color: #d90707;
}

.common {
    color: #CC0000;
    text-shadow: 1px 1px 3px rgba(111, 111, 111, 0.7);
    font-weight: 700;
    text-transform: uppercase;
}

.padding100 {
    padding: 100px 0;
}

.padding50 {
    padding: 20px 0;
}

.margin25 {
    margin: 1.875%;
}

.margin50 {
    margin: 3.75% 0;
}

.margin100 {
    margin: 7.5% 0;
}

.margin200 {
    margin: 10% 0;
}

.margin-round-small {
    margin: 0.2em,0.2em,0.2em,0.2em;
}

.margin-top-small {
    margin-top: 2%;
}

.margein-left {
    margin-left: 2%;
}

.margin0 {
    margin: 0;
}

.padding0 {
    padding: 0;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    background-color: rgba(0, 0, 0, 0.5);
}

.panel-default > .panel-heading-custom {
    background: #333333;
    color: #fff;
}

.panel-body {
    background-color: #f2f2f2;
}

.btn-download {
    position: relative;
    text-align: left;
    font-size: 14px;
    background: #CC0000;
    color: #fff;
    padding: 10px 20px 10px 60px;
}

    .btn-download.app {
        background-color: #333;
    }

    .btn-download.window {
        background-color: #f54c54;
    }

    .btn-download:hover,
    .btn-download:focus {
        color: #fff;
        opacity: .85;
    }

    .btn-download i {
        position: absolute;
        top: 0;
        left: 0;
        font-size: 40px;
        line-height: 1;
        margin: 6px 0 0 15px;
    }


h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Ubuntu, "Open Sans", sans-serif;
}

.table-max-min {
    max-height: 300px;
    min-height: 150px;
    max-width: 420px;
    min-width: 175px;
}

.standard-box {
    background-color: rgba(128, 128, 128, 0.10);
    border-top: thin solid #094e1f;
    border-bottom: thin solid #094e1f;
}


.bold-text1 {
    font-weight: bold;
}

.bold-text2 {
    font-weight: 800;
}

.bg-light-black {
    background-color: rgba(0, 0, 0, 0.42);
}

.navbar {
    border-radius: 0;
    margin-bottom: 0;
}

.carousel-inner .pane {
    width: 100%;
    height: 100%;
}

.container-fluid {
    padding: 0;
    margin: 0;
}

.bigger-caption-text {
    font-size: large;
    font-weight: bold;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.72);
}

.fillup {
    height: 100%;
    width: 100%;
}

.fillup-height {
    height: 100%;
}

.fillup-width {
    height: auto;
    width: 100%;
}

.fillup-auto {
    height: inherit;
    width: inherit;
}

.fillup-frame {
    height: 97%;
    width: 97%;
    position: absolute;
    left: 1.5%;
    top: 1.5%;
}

.products-img {
    max-height: 8em;
    max-width: 6em;
}

.image-regulator-small {
    max-height: 60px;
    max-width: 60px;
    min-height: 25px;
    min-width: 25px;
}

.image-regulator-mid {
    max-height: 556px;
    max-width: 650px;
    min-height: 156px;
    min-width: 250px;
}

.zero-border {
    border: thin solid transparent;
}

.head {
    color: white;
    font: bold small arial, vardana;
    border-bottom: thin solid transparent;
    height: 5em;
    top: 0;
    z-index: 1300;
    position: fixed;
    width: 100%;
    -webkit-transition: all ease-out .5s;
    -moz-transition: all ease-out .5s;
    -o-transition: all ease-out .5s;
    transition: all ease-out .5s;
}

    .head:hover {
        background-color: #050c03e7;
    }


.head2 {
    color: white;
    font: bold small arial, vardana;
    background-color: #050c03e7;
    border-bottom: thin solid transparent;
    height: 5em;
    top: 0;
    z-index: 1300;
    position: fixed;
    width: 100%;
    -webkit-transition: all ease-out .5s;
    -moz-transition: all ease-out .5s;
    -o-transition: all ease-out .5s;
    transition: all ease-out .5s;
}





.myactive {
    background-color: #050c03e7;
    color: black;
    font: bold small arial, vardana;
    border-bottom: thin solid transparent;
    height: 5em;
    top: 0;
    z-index: 1300;
    position: fixed;
    width: 100%;
    -webkit-transition: all ease-out .5s;
    -moz-transition: all ease-out .5s;
    -o-transition: all ease-out .5s;
    transition: all ease-out .5s;
}


.head-minor {
    color: black;
    font: bold small arial, vardana;
    background-color: rgba(255, 255, 255, 0.74);
    border-bottom: thick solid #a80202;
    height: auto;
    top: 0;
    position: relative;
    width: 100%;
}

.center-box-text {
    top: 23%;
}

.padding-top-1em {
    padding-top: 1.5em;
}

.generic-text-character-bold {
    font-size: 70%;
    font-weight: bold;
}

.page-loading-effect-container {
    position: absolute;
    top: 45%;
    left: 42%;
    width: auto;
    height: auto;
}

.Service-booking {
    position: absolute;
    top: 5%;
    /*height: auto;
    width: auto;*/
    min-width: 170px;
    z-index: 1000;
    background-color: rgba(255, 255, 255, 0.74);
    border-radius: 6px 6px;
    padding: 4px 4px 4px 4px;
    color: #094e1f;
    font-size: small;
    font-weight: bold;
    border: thin solid #094e1f;
}

@media only screen and (max-width : 320px) {
    .Service-booking {
        min-width: 45%;
        max-height: 150px;
        min-height: 125px;
        font-size: larger;
        font-weight: bold
    }
}

/*@media only screen and (min-device-width : 320px) and (max-device-width : 568px) and (orientation : portrait) {

    .Service-booking {
        min-width: 500px;
        max-height: 180px;
        min-height: 175px;
        font-size: larger;
        font-weight: bold
    }

}*/

.Service-booking header {
    background-color: rgba(255, 255, 255, 0.74);
    color: rgba(17, 1, 16, 0.95) !important;
    margin-bottom: 0.5em;
    padding-left: 1em;
}

.Service-booking .inner-body {
    height: auto;
    background-color: transparent;
    width: 100%;
}

    .Service-booking .inner-body .service-btn {
        border: thin solid rgba(128, 128, 128, 0.10);
        color: #ffffff;
        text-align: center;
        font-size: small;
        font-weight: bold;
        /*height: 80px;
            width: 80px;*/
        background-color: rgba(17, 1, 16, 0.95);
        /*margin-bottom: 1.5%;
            margin-top: 1.5%;
            margin-left: 3.1%;*/
        -moz-text-decoration-color: none;
        text-decoration-color: none;
        position: relative;
    }

        .Service-booking .inner-body .service-btn:hover {
            background-color: rgba(128, 128, 128, 0.40);
            color: rgba(5, 4, 26, 0.93);
            box-shadow: rgba(0, 0, 0, 0.82) 1px 1px 4px;
            border: thin solid rgba(204, 0, 0, 0.94);
        }



.form-box {
    margin-top: 10%;
    z-index: 1000;
    background-color: rgba(255, 255, 255, 0.74);
    border-radius: 6px 6px;
    padding: 4px 4px 4px 4px;
    color: #CC0000;
}

    .form-box header {
        background-color: rgba(255, 255, 255, 0.74);
        text-shadow: 2px 1px 2px #333;
    }

        .form-box header h3 {
            color: #1bd413;
            font-family: 'Times New Roman' Arial Verdana Tahoma;
            text-shadow: 1px 2px 1px rgba(0, 0, 0, 0.92);
        }

.top-margin {
    margin-top: 3px;
}

.section-top-margin {
    margin-top: 1%;
}


.section-bottom-margin {
    margin-bottom: 1%;
}

.section-header {
    width: 100%;
    background-color: rgba(5, 4, 26, 0.06);
    color: #fff !important;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.82);
    font-family: sans-serif,Verdana,Calibri;
    font-weight: 200;
    height: 4.0%;
    top: 0;
    position: relative;
    vertical-align: middle;
    /*border-top: thin solid #ff6a00;*/
    border-bottom: thin solid #fff;
}

.section-footer {
    width: 100%;
    background-color: rgba(5, 4, 26, 0.06);
    color: #ffffff;
    font-family: sans-serif,Verdana,Calibri;
    font-size: x-small;
    font-weight: 200;
    height: 3.5%;
    bottom: 0;
    position: relative;
    vertical-align: middle;
    border-top: thin solid #fff;
}

.foot {
    width: 100%;
    background-color: #090C1De7;
    color: #05041a;
    font-family: sans-serif,Verdana,Calibri;
    font-size: small;
    font-weight: 600;
    height: 4.5%;
    bottom: 0;
    z-index: 1300;
    position: fixed;
    vertical-align: middle;
    border-top: 0;
    min-height: 2.7em;
}

    .foot .footer-text {
        position: absolute;
        height: inherit;
        width: auto;
        top: 25%;
    }

.footer-text a {
    text-decoration: none;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.78);
}

    .footer-text a:hover {
        text-decoration: none;
        color: white;
        font-weight: 600;
    }





.footnav-left {
    width: 10em;
    background-color: #0588b4;
    font-size: small;
    font-weight: 200;
    height: 2.5em;
    bottom: 3%;
    z-index: 1300;
    position: fixed;
    vertical-align: middle;
    border-radius: 2em 2em;
    left: 13%;
}

.footnav-right {
    width: 10em;
    background-color: #0588b4;
    font-size: small;
    font-weight: 200;
    height: 2.5em;
    bottom: 3%;
    z-index: 1300;
    position: fixed;
    vertical-align: middle;
    border-radius: 2em 2em;
    left: 57%;
}



/*.footnav {
    width: 100%;
    background-color: transparent;
    font-size: x-small;
    font-weight: 200;
    height: 8.5%;
    bottom: 0;
    z-index: 1300;
    position: fixed;
    vertical-align: middle;
    min-height:80px;

}

    .footnav .footnav-left {
        position: absolute;
        top: 5%;
        height: 45%;
        left: 25%;
        width: 19.5%;
        background-color: #0588b4;
    }
    .footnav .footnav-right {
        position: absolute;
        top: 20%;
        height: 45%;
        left: 74.5%;
        width: 19.5%;
        background-color: #0588b4;
    }
    .footnav .footnav-center {
        position: absolute;
        top: 1%;
        height: 85%;
        left: 46.5%;
        width: 4.5%;
        border-radius: 100% 100%;
        background-color: #0588b4;
    }*/
.mainbody {
    top: 8%;
    width: 100%;
    height: 92%;
    position: absolute;
    overflow: auto;
    background-color: #cdc9c9;
    color: rgba(41, 38, 38, 0.99);
}

    .mainbody a {
        text-decoration: none;
    }

.mainbody-generic-inner {
    width: 100%;
    height: 100%;
    overflow: auto;
    color: rgba(41, 38, 38, 0.99);
}


.mainbody-full {
    top: 0%;
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: auto;
    /*background-color: rgba(0,0,0,0.15);*/
    color: rgba(41, 38, 38, 0.99);
    padding:1em 1em 1em 1em;
}

    .mainbody-full a {
        text-decoration: none;
    }


.mainbody-sub {
    top: 8%;
    width: 100%;
    height: 92%;
    position: absolute;
    overflow: auto;
    background-color: #cdc9c9;
    color: rgba(41, 38, 38, 0.99);
}

    .mainbody-sub a {
        text-decoration: none;
    }

    .mainbody-sub header {
        border-bottom: thin solid rgba(0, 0, 0, 0.82);
        /*padding-left:0.7em;*/
    }

    .mainbody-sub .main-body-close-btn {
        position: absolute;
        right: 1%;
        top: 0.25%;
        width: 1.7em;
        height: 1.7em;
        /*min-width: 3.5em !important;
        max-height: 5em;*/
        border-radius: 100% 100%;
        z-index: 100;
        border: thin solid rgba(0, 0, 0, 0.82);
    }


.mainbody-minor {
    top: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: auto;
    background-color: rgba(5, 4, 26, 0.89);
    color: #fff;
}

    .mainbody-minor a {
        text-decoration: none;
    }


.vertical-middle {
    top: 25%;
}

.head .menubtn {
    position: absolute;
    right: 0.5%;
    top: 2%;
    width: 9%;
    height: 90%;
    min-width: 4em !important;
    max-height: 5em;
    padding: 0;
    margin: 0;
    background-color: inherit;
}

.menubtn:hover {
    color: rgba(17, 1, 16, 0.87);
    font-weight: bold;
}


.head .phonebtn {
    height: 95%;
    width: 3.5%;
    min-width: 1.5em;
    background-size: contain;
    background-position: center;
    background-color: transparent;
    /*border: thin solid #05041a;*/
    position: absolute;
    top: 20%;
    right: 25%;
    color: rgba(5, 4, 26, 0.9);
    font-size: x-large;
    margin-left: 1%;
}

    .head .phonebtn:hover {
        color: #ff6a00;
        text-shadow: 1px 2px 0.5px rgba(0, 0, 0, 0.72);
        font-weight: bold;
    }



.head .locationbtn {
    height: auto;
    width: auto;
    background-size: contain;
    background-position: center;
    background-color: transparent;
    /*border: thin solid #05041a;*/
    position: absolute;
    top: 25%;
    right: 33%;
    color: rgba(5, 4, 26, 0.9);
    font-size: x-large;
    margin-right: 1%;
}

    .head .locationbtn:hover {
        color: #ff6a00;
        text-shadow: 1px 2px 0.5px rgba(0, 0, 0, 0.72);
        font-weight: bold;
    }

.head .instance {
    height: auto;
    width: auto;
    font-size: smaller;
    font-weight: bold;
    color: #0066FF;
    position: absolute;
    left: 55%;
    top: 47%;
}

.head .introducer {
    height: auto;
    width: auto;
    font-size: small;
    font-weight: bold;
    color: #0066FF;
    position: absolute;
    left: 54%;
    top: 25%;
}

.head .mainlogo {
    position: absolute;
    left: 0.5%;
    top: 13%;
    width: 4em;
    height: 4em;
    border: 0;
}
/*@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {

    .head .mainlogo {
        position: absolute;
        left: 0.5%;
        top: 2%;
        width: 3em;
        height: 3em;
       
        border:0;
    }

}

@media only screen and (min-device-width : 320px) and (max-device-width : 568px) {

    .head .mainlogo {
        position: absolute;
        left: 0.5%;
        top: 2%;
        width: 3em;
        height: 3em;
       
        border: 0;
    }
}
@media only screen and (min-device-width : 480px) and (max-device-width : 854px) {
    .head .mainlogo {
        position: absolute;
        left: 0.5%;
        top: 2%;
        width: 3em;
        height: 3em;
        border: 0;
    }

}
@media only screen and (min-width : 854px) {

    .head .mainlogo {
        position: absolute;
        left: 0.5%;
        top: 2%;
        width: 3em;
        height: 3em;
        border: 0;
    }
}
@media only screen and (min-width : 712px) and (max-device-width : 854px) {

    .head .mainlogo {
        position: absolute;
        left: 0.5%;
        top: 2%;
       width: 3em;
        height: 3em;
        border: 0;
    }

}
    */

/*mobile header*/
@media screen and (min-width: 300px) and (min-width: 400px) {
    .head .profile-btn {
        width: 35px;
        height: 35px;
    }
}

.head .profile-btn {
    position: absolute;
    right: 1%;
    top: 15%;
    width: 40px;
    height: 40px;
    border-radius: 100% 100%;
    /*min-width: 4em !important;
    max-height: 5em;*/
    border: 0;
    background-color: transparent;
    color: #fbeeee;
    padding: 0;
}

.user-btn {
  
    width: 2.6em;
    height: 2.6em;
    border-radius: 100% 100%;
    border: thin solid white;
    background-color: transparent;
    color: #fbeeee;
    padding: 0;
}

.head .headnav-btn {
    position: absolute;
    top: 36%;
    width: auto;
    height: auto;
    border: 0;
    background-color: transparent;
    color: #fbeeee;
    padding: 0;
}





.head .menu-2 {
    position: absolute;
    right: 1%;
    top: 15%;
    width: 40px;
    height: 40px;
    border-radius: 100% 100%;
    /*min-width: 4em !important;
    max-height: 5em;*/
    border: 0 none transparent;
    background-color: transparent;
    color: rgba(0, 0, 0, 0.82);
    padding: 0;
    border-radius: 100% 100%;
}

.profile-btn .profile-btn-inner {
    position: absolute;
    top: 15%;
    left: 55%;
}

.head .mid-logo {
    position: absolute;
    left: 40%;
    height: 90%;
    width: 20%;
    min-width: 4em !important;
    max-height: 2.5em;
}




/*/*pop up menu*/

.popup-pointer {
    display: none;
    border: 0 none transparent;
    top: 6%;
    right: 2.5%;
    height: 20px;
    width: 20px;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: fixed;
    z-index: 1399;
    background-color: transparent;
}

.popupBox {
    display: none;
    position: fixed;
    height: 490px;
    z-index: 1400;
    width: 290px;
    top: 7.5%;
    right: 0.90%;
    background-color: rgba(255, 255, 255, 1.0);
    /*background-color: rgba(128, 128, 128, 0.40);*/
    border: thin solid #05041a;
    box-shadow: rgba(0, 0, 0, 0.72) 2px 3px 7px;
    /*border-radius: 1% 1%;*/
}

    .popupBox .popup-inner {
        position: absolute;
        top: 2%;
        height: 90%;
        overflow: hidden;
    }

        .popupBox .popup-inner a {
            text-decoration: none;
        }

        .popupBox .popup-inner .popupbtn {
            border: thin solid rgba(0, 0, 0, 0.10);
            color: rgba(17, 1, 16, 0.95);
            text-align: center;
            width: 80px;
            height: 80px;
            background-color: #fff;
            margin-bottom: 1.5%;
            margin-top: 1.5%;
            margin-left: 3.1%;
        }

            .popupBox .popup-inner .popupbtn:hover {
                background-color: rgba(17, 1, 16, 0.95);
                color: #ffffff;
                box-shadow: rgba(0, 0, 0, 0.82) 1px 1px 4px;
                border: thin solid #0066FF;
                text-decoration: none;
            }


.central-panel-menu {
    border: thin solid #05041a;
    top: 15%;
    left: 15%;
    height: 70%;
    width: 65%;
    position: absolute;
    z-index: 10;
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.72) 2px 3px 7px;
}

    .central-panel-menu header {
        font-size: 1.2em;
        font-weight: 600;
        height: 8%;
        padding-left: 1em;
        overflow: hidden;
    }

    .central-panel-menu .central-panel-menu-body {
        top: 8%;
        position: absolute;
        width: 100%;
        height: 85%;
        padding: 1em 1em 1em 1em;
        overflow: auto;
    }

        .central-panel-menu .central-panel-menu-body .cp-btn {
            border: thin solid rgba(0, 0, 0, 0.10);
            color: rgba(5, 4, 26, 0.91);
            text-align: center;
            background-color: #fff;
            margin-bottom: 1.5%;
            margin-top: 1.5%;
            margin-left: 3.1%;
        }

            .central-panel-menu .central-panel-menu-body .cp-btn:hover {
                background-color: rgba(5, 4, 26, 0.91);
                color: #ffffff;
                box-shadow: rgba(0, 0, 0, 0.82) 1px 1px 4px;
                border: thin solid #0066FF;
                text-decoration: none;
            }


    .central-panel-menu footer {
        height: 4%;
        bottom: 0;
        position: absolute;
    }


@keyframes popanim {

    0% {
        width: 0%;
        height: 90%;
        right: 55%
    }

    35% {
        width: 0%;
        height: 90%;
        right: 50%
    }

    45% {
        width: 45%;
        height: 90%;
        right: 45%
    }

    65% {
        width: 60%;
        height: 90%;
        right: 4%
    }

    100% {
        width: 90%;
        height: 90%;
        right: 4%
    }
}


.side-menubox {
    background-color: #050c03e4;
    color: white;
    border: thin solid #1b1a1af1;
    position: fixed;
    z-index: 5000;
    top: 0;
    height: 95.60%;
    width: 35%;
    display: none;
    animation: side-menu-open-desk;
    animation-duration: 1s;
    transition: ease;
}

    .side-menubox header {
        background-color: #050c03e7;
        font-size: 0.9em;
        font-weight:bold;
        color: white;
        min-height: 3em;
        padding:2em 1em 1em 1em;
    }



/* typical phone screen resolution */
@media only screen and (max-width : 667px) {
    .side-menubox {
        width: 100%;
        animation: side-menu-open-mobile;
    }
}
/* landscape orientation */
@media only screen and (min-width : 375px) and (max-width : 667px) and (orientation : landscape) {

    .side-menubox {
        width: 100%;
        animation: side-menu-open-mobile;
    }
}
/* portrait orientation */
@media only screen and (min-width : 375px) and (max-width : 667px) and (orientation : portrait) {

    .side-menubox {
        width: 100%;
        animation: side-menu-open-mobile;
    }
}

@keyframes side-menu-open-desk {
    0% {
        width: 0;
    }

    20% {
        width: 7%;
    }

    40% {
        width: 14%;
    }

    60% {
        width: 21%;
    }

    80% {
        width: 36%;
    }

    100% {
        width: 35%;
    }

  





}

.pagescroll {
overflow:auto;
}

@keyframes side-menu-open-mobile {
    0% {
        width: 0;
    }

    20% {
        width: 20%;
    }

    40% {
        width: 40%;
    }

    50% {
        width: 46%;
    }

    100% {
        width: 80%;
    }
}

.big-popup-box {
    display: none;
    position: fixed;
    height: 90%;
    z-index: 2500;
    width: 90%;
    top: 2%;
    right: 4%;
    background-color: rgba(0, 0, 0, 0.62);
    border: thin solid rgba(0, 0, 0, 0.95);
    box-shadow: rgba(0, 0, 0, 0.72) 2px 3px 7px;
    border-radius: 1% 1%;
    animation: popanim;
    animation-duration: 2.5s;
}

    .big-popup-box .headerbox {
        border-bottom: thin solid rgba(0, 0, 0, 0.95);
        color: #fff;
        font-size: medium;
        font-weight: bold;
        height: 7.5%;
        min-height: 28px;
        position: absolute;
        top: 0;
        width: 100%;
        overflow: hidden;
    }

        .big-popup-box .headerbox .caption-holder {
            position: absolute;
            top: 35%;
            left: 1%;
            width: auto;
            height: auto;
            margin-bottom: 5%;
        }



        .big-popup-box .headerbox .big-popup-close {
            background-color: red;
            color: #fff;
            border: 0;
            border-radius: 100% 100%;
            height: 25px;
            width: 25px;
            font-size: 14px !important;
            font-weight: bold;
            position: absolute;
            top: 30%;
            right: 1.3%;
            z-index: 5;
            -ms-align-content: center;
            -webkit-align-content: center;
            align-content: center;
            vertical-align: central;
        }

            .big-popup-box .headerbox .big-popup-close:hover {
                text-shadow: 1px 2px 3px;
                color: rgb(204, 0, 0, 0.79);
                border: thin solid rgba(0, 0, 0, 0.52);
                background-color: #fff;
            }

    .big-popup-box .box-body {
        position: absolute;
        top: 7.5%;
        width: 100%;
        height: 89.25%;
        padding: 0.25em 0.25em 0.25em 0.25em;
    }

    .big-popup-box footer {
        border-top: thin solid rgba(0, 0, 0, 0.72);
        color: #094e1f;
        font-size: large;
        font-weight: bold;
        height: 3.25%;
        position: absolute;
        bottom: 0;
        width: 100%;
        overflow: hidden;
    }

        .big-popup-box footer .footer-inside {
            position: absolute;
            top: 0;
            left: 46%;
            width: auto;
            font-weight: bold;
            text-decoration: none;
            color: white;
        }

            .big-popup-box footer .footer-inside a {
                color: white;
                font-weight: bold;
                text-decoration: none;
            }

.bordered-box {
    border: thin solid #05041a;
    margin-top: 0.2em;
    padding: 0.1em,0.1em,0.1em,0.1em;
}

.responsive-image {
    height: auto;
    width: 100%;
    /*min-width:600px;*/
    min-width: 993px;
    min-height: 62em;
    min-width: 600px;
}
/*... sliders start*/


.slider-caption-notes {
    width: 100%;
    z-index: 300;
    background-color: rgba(255, 255, 255, 0.44);
    height: 4.0em;
    overflow: hidden;
}

    .slider-caption-notes .caption-shell {
        height: 100%;
        background-color: rgba(2, 57, 9, 0.74);
        font-size: xx-large;
        padding-top: 12.5%;
        padding-bottom: 35.5%;
        color: rgba(255, 0, 0, 0.86);
    }

    .slider-caption-notes .body-shell {
        height: 100%;
        background-color: rgba(2, 57, 9, 0.74);
        padding-top: 32.5%;
        padding-bottom: 32.5%;
        overflow: hidden
    }
/*#slide1 {
            background-image: url('RmfbImages/rmfbImage1.jpg');
            background-size: contain;
            background-repeat: no-repeat;
        }
#slide2 {
    background-image: url('./RmfbImages/ProgressExecusion2.0.png');
    background-size:1410px;
    background-repeat: no-repeat;
}
#slide3 {
    background-image: url('RmfbImages/rmfbImage3.jpg');
    background-size: contain;
    background-repeat: no-repeat;
}
#slide4 {
    background-image: url('RmfbImages/sliderAssetFinancing2.gif');
    background-size:contain;
    background-repeat: no-repeat;
}
#slide5 {
    background-image: url('RmfbImages/rmfbImage2.jpg');
    background-size: contain;
    background-repeat: no-repeat;
}*/
/*@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
    #slide1 {
        background-size: 1000px;
    }


    #slide2 {
        background-size: 1000px;
    }

    #slide3 {
        background-size: 1000px;
    }

    #slide4 {
        background-size: 1000px;
    }

    #slide5 {
        background-size: 1000px;
    }
}*/
/*... sliders end*/



@keyframes alert {
    from {
        top: -45%
    }


    to {
        top: 30%;
    }
}

@keyframes dropbox {
    from {
        height: 0;
    }

    to {
        height: 30em;
    }
}

@keyframes comment {
    from {
        width: 0;
        left: 100%;
        top: 35%;
        position: absolute;
        overflow: hidden;
    }

    to {
        width: 100%;
        left: 0;
        top: 35%;
        position: absolute;
        overflow: hidden
    }
}

@keyframes portalmenu {
    from {
        height: 0;
        width: 0;
    }

    to {
        height: 30em;
        width: inherit;
    }
}

@-moz-keyframes portalmenu {
    from {
        height: 0;
    }

    to {
        height: 33em;
    }
}

@-webkit-keyframes portalmenu {
    from {
        height: 0;
        width: 0;
    }

    to {
        height: 40%;
        width: 10%;
    }
}


@keyframes comment1 {
    from {
        width: 0;
        right: 100%;
        top: 25%;
        position: absolute;
        overflow: hidden;
    }

    to {
        width: 100%;
        right: 0;
        top: 25%;
        position: absolute;
        overflow: hidden
    }
}

.slider-comments {
    position: fixed;
    margin-top: 65%;
    width: 100%;
    height: 4.5em;
    background-color: rgba(255, 255, 255, 0.34);
    border: thin solid rgba(204, 0, 0, 0.74);
    left: 0;
}

    .slider-comments .slider-comment-header {
        color: rgba(204, 0, 0, 0.94);
        text-shadow: 1px 2px 4px rgba(0, 0, 0, 0.72);
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        font-style: italic;
        font-weight: bold;
        font-size: 4em;
        border-right: thin solid rgba(204, 0, 0, 0.54);
        background-color: rgba(9, 78, 31, 0.69);
        width: 30%;
        height: inherit;
        left: 0;
    }

    .slider-comments .slider-comment-body {
        width: 70%;
        color: #a80202;
        right: 0%;
        font-size: 2.5px;
        background-color: transparent;
        animation-name: comment;
        animation-delay: 0.1s;
        animation-duration: 0.5s;
    }

.slider-animate-body {
    width: auto;
    height: auto;
    color: #fff;
    background-color: transparent;
    animation-name: comment;
    animation-delay: 0s;
    animation-duration: 2s;
    transition: linear;
    overflow: hidden;
}


.slider-animate-head {
    width: auto;
    height: auto;
    color: #fff;
    background-color: transparent;
    animation-name: comment1;
    animation-delay: 0s;
    animation-duration: 2s;
    transition: linear;
}


@media only screen and (max-width : 320px) {
    .responsive-image {
        height: 100%;
        width: 100%;
        min-height: 150em;
    }
}

@media only screen and (min-device-width : 320px) and (max-device-width : 568px) and (orientation : portrait) {

    .responsive-image {
        height: 100%;
        width: 100%;
        min-height: 150em;
        min-width: 600px;
    }
}

.left-border-liner {
    border-left: thin solid #333333;
}

.pad-left {
    padding-left: 2em;
}

.down-pointer {
    position: fixed;
    top: 55%;
    left: 3%;
    height: 4em;
    width: 4em;
    z-index: 4000;
    background-color: #010d05c1;
    border: 3px solid #fff;
    box-shadow: rgba(255, 255, 255, 0.64) 2px 1px 5px;
    text-shadow: rgba(255, 255, 255, 0.74) 1px 1px 3px;
    border-radius: 100% 100%;
    padding: 0;
    color: #fff;
    font-size: smaller;
    font-weight: bold;
    font-family: Arial,Calibri,sans-serif;
    -ms-align-content: center;
    -webkit-align-content: center;
    align-content: center;
    animation: tilt-shaking;
    animation-duration: 1s;
    animation-iteration-count: infinite
}

    .down-pointer:hover {
        animation-play-state: paused;
    }

@keyframes tilt-shaking {
    0% {
        transform: translate(0, 0) rotate(0deg);
    }

    25% {
        transform: translate(5px, 5px) rotate(5deg);
    }

    50% {
        transform: translate(0, 0) rotate(0eg);
    }

    75% {
        transform: translate(-5px, 5px) rotate(-5deg);
    }

    100% {
        transform: translate(0, 0) rotate(0deg);
    }
}

.down-pointer-up {
    position: absolute;
    bottom: 0%;
    right: 15%;
    height: 1.5em;
    width: 1.5em;
    z-index: 1000;
    background-color: rgba(0, 0, 0, 0.82);
    border: 0.1em solid #000;
    box-shadow: rgba(0, 0, 0, 0.64) 1px 1px 3px;
    border-radius: 100% 100%;
    padding: 0;
    color: #000;
    font-size: 2em;
}

.down-pointer :hover {
    background: rgba(0, 0, 0, 0.62)
}

.down-pointer a span {
    text-decoration: none;
}

.product-display {
    border-radius: 4px 4px;
    min-height: 200px;
}

#sign-up-form {
    min-width: 230px;
}

.navigator-box {
    position: absolute;
    width: 30%;
    top: 20%;
    left: 35%;
    height: auto;
    background-size: cover;
    background-position-y: 25%;
    color: forestgreen;
    font-weight: bold;
    font-size: small;
    border: thin solid rgba(128, 128, 128, 0.10);
    box-shadow: rgba(0, 0, 0, 0.72) 2px 3px 8px;
    padding: 0;
    background-color: rgba(0, 9, 3, 0.17);
    min-height: 280px;
    min-width: 250px;
    overflow: auto;
}

    .navigator-box a {
        color: #023111;
        text-decoration: none;
    }

.navigator-box-header {
    position: absolute;
    width: 30%;
    top: 14%;
    left: 35%;
    height: auto;
    background-color: rgba(0, 9, 3, 0.97);
    color: #fff;
    font-weight: bold;
    font-size: large;
    border: thin solid rgba(128, 128, 128, 0.10);
    box-shadow: rgba(0, 0, 0, 0.72) 2px 3px 8px;
    padding: 0;
    min-width: 250px;
}


.generic-flexible-btn {
    font: bold small arial vardana;
    height: 7.25em !important;
    width: 50%;
    background-color: rgba(6, 91, 5, 0.49);
    -moz-box-shadow: rgba(0, 0, 0, 0.82) 2px 3px 5px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.82) 2px 3px 5px;
    box-shadow: rgba(0, 0, 0, 0.82) 2px 3px 5px;
    color: white;
    border: thin solid rgba(168, 2, 2, 0.72);
    text-decoration: none;
    margin-top: 5%;
    margin-bottom: 1em;
}

    .generic-flexible-btn:hover {
        background-color: #e6f6f5;
        border: thin solid rgba(204, 0, 0, 0.74);
        color: rgba(6, 91, 5, 0.90);
    }





.product-box {
    height: 15em;
    border: thin solid rgba(128, 128, 128, 0.10);
    box-shadow: rgba(0, 0, 0, 0.72) 2px 3px 8px;
    width: 12em;
}

    .product-box .product-box-inner {
        height: 15%;
        width: inherit;
        background-color: rgba(5, 4, 26, 0.92);
        color: white;
        top: 0%;
        border: thin solid rgba(128, 128, 128, 0.10);
        box-shadow: rgba(0, 0, 0, 0.92) 4px 2px 2px;
    }




    .product-box .product-box-innermain {
        height: 85%;
        width: 100%;
        top: 15%;
        background-repeat: no-repeat;
        background-size: 350px;
    }


.header-span-arranger {
    top: 10%;
    padding-left: 10%;
}

.login-box {
    /*position: absolute;
    width: 35%;
    top: 20%;
    left: 35%;
    height: auto;
    background-size: cover;*/
    background-position-y: 25%;
    color: #094e1f;
    font-weight: bold;
    font-size: small;
    border: thin solid rgba(128, 128, 128, 0.10);
    box-shadow: rgba(0, 0, 0, 0.72) 2px 3px 8px;
    padding: 0;
    background-color: rgba(0, 9, 3, 0.17);
    /*min-height: 280px;
    min-width: 250px;
    overflow: auto;*/
}

    .login-box header {
        color: #fff;
        background-color: rgba(204, 0, 0, 0.74);
        margin-bottom: 7%;
        font-size: xx-large;
        font-weight: 700;
        padding-left: 3%;
    }

.instance-block {
    width: 100%;
    height: auto;
}

    .instance-block header {
        width: inherit;
        height: auto;
        top: 0;
        border-bottom: thin solid rgba(59, 3, 3, 0.94);
    }

.section-height-restricter {
    height: 15em;
}

.generic-form-box {
    position: absolute;
    top: 5%;
    /*height: auto;
    width: auto;*/
    min-width: 170px;
    background-color: rgba(255, 255, 255, 0.74);
    border-radius: 6px 6px;
    padding: 4px 4px 4px 4px;
    color: #135b0e;
    font-size: small;
    font-weight: bold;
    border: thin solid #ff6a00;
    min-width: 250px;
}

    .generic-form-box header {
        background-color: rgba(255, 255, 255, 0.74);
        color: rgba(5, 4, 26, 0.93);
        margin-bottom: 0.5em;
        padding-left: 1em;
    }

    .generic-form-box .inner-body {
        height: auto;
        background-color: transparent;
        width: 100%;
    }

.btn-text-only {
    border: 0;
    font-size: small;
    font-weight: bold;
    background: none;
    color: #fff;
    text-shadow: 2px 1px 2px rgba(0, 0, 0, 0.97);
}

    .btn-text-only:hover {
        color: #0066FF;
    }


.btn-small-txt {
    border: 0;
    font-size: x-small;
    font-weight: 100;
    background: none;
    color: #000;
    text-shadow: 2px 1px 2px rgba(0, 0, 0, 0.97);
}

    .btn-small-txt:hover {
        color: #094e1f;
    }

.alert-box {
    position: absolute;
    top: 25%;
    left: 10%;
    height: 15em;
    width: 20em;
    display: block;
    background-color: rgba(0, 0, 0, 0.82);
    border: thin solid rgba(255, 255, 255, 0.90);
    border-radius: 6px 6px;
    -moz-box-shadow: rgba(0, 0, 0, 0.72) 3px 2px inset;
    -webkit-box-shadow: rgba(0, 0, 0, 0.72) 3px 2px inset;
    box-shadow: rgba(0, 0, 0, 0.72) 3px 2px inset;
    z-index: 2000;
    animation-name: alert;
    animation-delay: 0s;
    animation-duration: 1s;
    transition: linear;
    overflow:hidden;
}

    .alert-box header {
        background-color:#010c04f9;
        font-weight: bold;
        height: 11%;
       
    }

        .alert-box header .caption-text {
            top: 20%;

        }

        .alert-box header .close-btn {
            position: absolute;
            right: 1%;
            top: 1%;
            color:white;
        }

    .alert-box .msg-holder {
        position: absolute;
        top: 13%;
        width:100%;
        left: 1.5%;
        height:auto;
       /* border: thin solid #0066FF;
        background-color: rgba(0, 102, 255, 0.64);*/
        color: #fff;
        padding:0.5em;
        overflow:auto;
    }



    .alert-box footer {
        background-color:#010c04f9;;
        font-weight: bold;
        font-size: smaller;
        height: 8%;
        bottom: 0;
        position:absolute;
        min-height:2em;
        z-index:3;
    }








.position-right {
    right: 0.5%;
}


.portal-btn {
    position: fixed;
    top: 30%;
    z-index: 3010;
    width: 15%;
    height: auto;
    left: 7%;
}

.portal-menu {
    position: fixed;
    top: 34%;
    z-index: 3000;
    height: auto;
    min-width: 170px;
    left: 15.5%;
    padding: 2px 2px 2px 2px;
    animation-name: portalmenu;
    animation-duration: 1.75s;
    -moz-transition: ease-in;
    -o-transition: ease-in;
    -webkit-transition: ease-in;
    transition: ease-in;
    background-color: rgba(255, 255, 255, 0.74);
    border: thin solid #094e1f;
}

    .portal-menu .portal-menu-btn {
        border: thin solid rgba(128, 128, 128, 0.10);
        color: #ffffff;
        text-align: center;
        font-size: small;
        font-weight: bold;
        /*height: 80px;
            width: 80px;*/
        background-color: rgba(9, 78, 31, 0.91);
        /*margin-bottom: 1.5%;
            margin-top: 1.5%;
            margin-left: 3.1%;*/
        -moz-text-decoration-color: none;
        text-decoration-color: none;
        position: relative;
    }

        .portal-menu .portal-menu-btn:hover {
            background-color: rgba(128, 128, 128, 0.40);
            color: rgba(5, 4, 26, 0.93);
            box-shadow: rgba(0, 0, 0, 0.82) 1px 1px 4px;
            border: thin solid rgba(9, 78, 31, 0.91);
        }

.btn-lightgreen-bg {
    background-color: rgba(0, 102, 255, 0.57);
    border: thin solid rgba(255, 255, 255, 0.84);
    box-shadow: rgba(0, 0, 0, 0.82) 2px 1px 3px;
}





@media only screen and (max-width : 320px) {
    .portal-menu {
        max-height: 150px;
        min-height: 170px;
        font-size: larger;
        font-weight: bold;
        overflow-y: auto;
    }
}

.wheelup-pointer {
    position: fixed;
    border: 0;
    width: 6%;
    height: 8%;
    top: 30%;
    left: 3%;
    /*background-color: rgba(255, 255, 255, 0.34);
    text-shadow:3px 1px 2px rgba(0, 0, 0, 0.32);*/
    z-index: 2000;
}

    .wheelup-pointer .arrow {
        color: #fff;
        text-decoration: none
    }

        .wheelup-pointer .arrow:hover {
            color: rgba(255, 255, 255, 0.84);
            text-shadow: 3px 1px 2px rgba(255, 255, 255, 0.54);
        }

.very-big-text {
    font-size: 8.354em;
    text-align: center;
}

.quite-big-text {
    font-size: 4em;
    text-align: center;
}

.little-big-text {
    font-size: 2em;
    text-align: center;
}

.btn-panel-height {
    height: 7em;
    color: #ffa400;
    background-color: #fff;
}

    .btn-panel-height :hover {
        background-color: rgba(255, 255, 255, 0.74);
    }


.border-gold {
    border: 3px solid rgba(193, 178, 12, 0.92);
    -moz-box-shadow: rgba(198, 206, 11, 0.51) 1px 2px 3px;
    -webkit-box-shadow: rgba(198, 206, 11, 0.51) 1px 2px 3px;
    box-shadow: rgba(198, 206, 11, 0.51) 1px 2px 3px;
}


.blinking {
    animation: blinkingText 1.2s infinite;
}

@keyframes blinkingText {
    0% {
        border: 3px solid rgba(204, 0, 0, 0.94);
        background-color: rgba(198, 206, 11, 0.35);
    }

    49% {
        border: 3px solid rgba(0, 102, 255, 0.71);
        background-color: rgba(27, 212, 19, 0.57);
    }

    60% {
        border: 3px solid rgba(255, 106, 0, 0.40);
        background-color: rgba(255, 0, 0, 0.34);
    }

    89% {
        border: 3px solid rgba(204, 0, 0, 0.94);
        background-color: rgba(198, 206, 11, 0.35);
    }

    100% {
        border: 3px solid rgba(255, 106, 0, 0.40);
        background-color: rgba(255, 0, 0, 0.34);
    }
}

@keyframes shrink-frame {
    10% {
    }

    20% {
    }

    30% {
    }

    40% {
    }

    50% {
    }

    60% {
    }

    70% {
    }

    80% {
    }

    90% {
    }

    100% {
    }
}


@keyframes expand-frame {
    10% {
    }

    20% {
    }

    30% {
    }

    40% {
    }

    50% {
    }

    60% {
    }

    70% {
    }

    80% {
    }

    90% {
    }

    100% {
    }
}

.spin-bar-header {
    position: absolute;
    width: inherit;
    height: 7%;
    top: 3%;
}

.spin-bar-menu {
    position: absolute;
    top: 11%;
    width: 18%;
    height: 80%;
    left: 1%;
}

.spin-bar-frame {
    position: absolute;
    top: 11%;
    width: 79%;
    height: 80%;
    right: 1%;
}

.spin-frame-box-holder {
    position: absolute;
    top: 15%;
    width: 95%;
    height: 35%;
    right: 2%;
    overflow: hidden;
}

@media only screen and (max-width : 320px) {
    .spin-frame-box-holder {
        overflow: auto;
    }
}

.spin-frame-box-holder-num {
    height: 80%;
    color: #ffa400;
    background-color: #fff;
    border: 3px solid rgba(193, 178, 12, 0.92);
    -moz-box-shadow: rgba(198, 206, 11, 0.51) 1px 2px 3px;
    -webkit-box-shadow: rgba(198, 206, 11, 0.51) 1px 2px 3px;
    box-shadow: rgba(198, 206, 11, 0.51) 1px 2px 3px;
    margin: 1.1% 1.1% 1.1% 1.1%;
    font-size: 4em;
    font-weight: 600;
    min-width: 100px;
}


    .spin-frame-box-holder-num :hover {
        background-color: rgba(255, 255, 255, 0.74);
    }

.spin-frame-box-holder-name {
    position: absolute;
    z-index: 6;
    top: 50%;
    left: 30%;
}


.space-filler-normal {
    border: 0;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    width: 100%;
    height: auto
}


.space-filler-large {
    border: 0;
    margin-top: 2.5em;
    margin-bottom: 2.5em;
    width: 100%;
    height: auto
}


.space-filler-small {
    border: 0;
    margin-top: 0.25em;
    margin-bottom: 0.25em;
    width: 100%;
    height: auto
}

.red-text {
    color: rgb(204, 0, 0);
    text-shadow:4px 3px 7px #ffffffa1
}
.green-text-sharp {

    color:#8ee90b;

}

.bg-light-purple {
    background-color: rgba(97, 9, 144, 0.86)
}

.bg-light-blue {
    background-color: rgba(5, 4, 26, 0.68);
}

.bg-light-red {
    background-color: rgb(255, 255, 255, 0.60);
}

    .bg-light-red header {
        color: #011c44;
        font-weight: bold;
        /*text-shadow:2px 2px 3px rgba(255, 255, 255, 0.94);*/
    }

.mainbody article {
    font-size: small;
    font-weight: 300;
}

.margin-1em {
    margin: 0.7em;
}

.box-table-padding {
    padding: 5% 5% 5% 5%;
}


.vanisher {
    border: 0;
    background-color: transparent;
    text-decoration: none;
}

    .vanisher:hover {
        border: 0;
        background-color: transparent
    }

.operations-media {
    position: absolute;
    top: 3%;
    left: 5%;
    width: 90%;
    height: auto;
    overflow: auto;
    z-index: 15;
    background-color: transparent;
    border: none none transparent;
}

    .operations-media .operations-media-inner {
        background-color: #fff;
        box-shadow: rgba(0, 0, 0, 0.72) 2px 3px 7px;
        height: 33em;
        width: 100%;
        animation: portalmenu;
        transition: ease-in;
        animation-delay: 0s;
        animation-duration: 1.65s;
    }

.operations-panel {
    position: absolute;
    top: 5%;
    left: 5%;
    width: 90%;
    height: 90%;
    overflow: auto;
    z-index: 10;
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.72) 2px 3px 7px;
}

    .operations-panel .headerman {
        height: 1.6em;
        position: absolute;
        width: 61em;
        top: 0;
        left: 0;
        padding-left: 0.5em;
        color: #110111 !important;
    }

    .operations-panel .operations-panel-left-panel {
        border: thin solid rgba(0, 0, 0, 0.10);
        color: rgba(5, 4, 26, 0.91);
        width: 15em;
        height: 30em;
        left: 0.5em;
        top: 2.5em;
        position: absolute;
        padding: 1em 1em 1em 1em;
    }

        .operations-panel .operations-panel-left-panel .service-btn {
            border: thin solid rgba(128, 128, 128, 0.10);
            color: #ffffff;
            text-align: center;
            font-size: small;
            font-weight: bold;
            /*height: 80px;
            width: 80px;*/
            background-color: rgba(8, 2, 22, 0.92);
            /*margin-bottom: 1.5%;
            margin-top: 1.5%;
            margin-left: 3.1%;*/
            -moz-text-decoration-color: none;
            text-decoration-color: none;
            position: relative;
        }

            .operations-panel .operations-panel-left-panel .service-btn:hover {
                background-color: rgba(128, 128, 128, 0.40);
                color: rgba(5, 4, 26, 0.93);
                box-shadow: rgba(0, 0, 0, 0.82) 1px 1px 4px;
                border: thin solid rgba(9, 78, 31, 0.91);
            }

    .operations-panel .operations-panel-right-panel {
        border: thin solid rgba(0, 0, 0, 0.10);
        color: rgba(5, 4, 26, 0.91);
        width: 60.5em;
        height: 30em;
        margin-left: 0.5em;
        top: 2.5em;
        position: absolute;
        left: 15.5em;
        overflow: auto;
        padding-top: 1em;
    }

.support-box {
    position: absolute;
    top: 2.5%;
    height: 95%;
    left: 3%;
    width: 30%;
    min-width: 15em;
    border: thin solid rgba(0, 0, 0, 0.10);
    color: rgba(5, 4, 26, 0.91);
    z-index: 300;
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.72) 2px 3px 7px;
}

.lib-disply-panel {
    background-color: rgba(255, 255, 255, 0.74);
    min-width: 40em;
    border: thin solid rgba(0, 0, 0, 0.10);
    color: rgba(5, 4, 26, 0.91);
    z-index: 500;
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.72) 2px 3px 7px;
}



.generic-service-btn {
    border: thin solid rgba(128, 128, 128, 0.10);
    color: #ffffff;
    text-align: center;
    font-size: small;
    font-weight: bold;
    height: 80px;
    width: 80px;
    background-color: rgba(8, 2, 22, 0.92);
    margin-bottom: 1.5%;
    margin-top: 1.5%;
    margin-left: 3.1%;
    -moz-text-decoration-color: none;
    text-decoration-color: none;
    position: relative;
}

    .generic-service-btn:hover {
        background-color: rgba(128, 128, 128, 0.40);
        color: rgba(5, 4, 26, 0.93);
        box-shadow: rgba(0, 0, 0, 0.82) 1px 1px 4px;
        border: thin solid rgba(9, 78, 31, 0.91);
    }

.panel-btn-holder {
    border: 0 none transparent;
    height: auto;
    width: auto;
    margin: 1em 1em 1em 1em;
}

.go-behind-far {
    z-index: -10;
}

.go-front-far {
    z-index: 100;
}

.mobile-menu-panel {
    border: thin solid transparent;
    background-color: transparent;
    height: 80px;
    width: 80px;
}

    .mobile-menu-panel .mobile-menu-panel-inside {
        background-color: rgba(204, 3, 3, 0.90);
        color: rgba(255, 255, 255, 0.94);
        height: 75%;
        width: 75%;
        border-radius: 100% 100%;
        -moz-box-shadow: rgba(255, 255, 255, 0.48) 2px 2px 1px;
        -webkit-box-shadow: rgba(255, 255, 255, 0.48) 2px 2px 1px;
        box-shadow: rgba(255, 255, 255, 0.48) 2px 2px 1px;
        border: thin solid rgba(255, 255, 255, 0.48);
        display: flex;
        justify-content: center;
        margin-top: 10%;
    }


    .mobile-menu-panel .mobile-menu-panel-inside2 {
        background-color: #021128;
        color: rgba(255, 255, 255, 0.94);
        height: 75%;
        width: 75%;
        border-radius: 100% 100%;
        -moz-box-shadow: rgba(255, 255, 255, 0.48) 2px 2px 1px;
        -webkit-box-shadow: rgba(255, 255, 255, 0.48) 2px 2px 1px;
        box-shadow: rgba(255, 255, 255, 0.48) 2px 2px 1px;
        border: thin solid rgba(255, 255, 255, 0.38);
        display: flex;
        justify-content: center;
        margin-top: 10%;
    }

    .mobile-menu-panel footer {
        color: white !important;
    }

    .mobile-menu-panel .mobile-menu-panel-inside span {
        margin-top: 25%;
        margin-left: 4%;
        color: white !important;
    }


    .mobile-menu-panel .mobile-menu-panel-inside2 span {
        margin-top: 25%;
        margin-left: 4%;
        color: white !important;
    }

@media only screen and (min-device-width : 320px) and (max-device-width : 568px) {
    .mobile-menu-panel .mobile-menu-panel-inside span {
        font-size: 2em;
    }

    .mobile-menu-panel .mobile-menu-panel-inside2 span {
        font-size: 2em;
    }

    .mobile-menu-panel footer {
        font-size: 14px;
    }
}

.mobile-menu-panel footer {
    padding-top: 0.5em;
    color: rgb(30, 15, 93);
    font-size: 0.6em;
    font-weight: 800;
    padding-bottom: 0.5em;
}

    .mobile-menu-panel footer span {
        width: 75%;
        text-align: center;
        display: flex;
        justify-content: center
    }

.center-object {
    margin: 0 auto;
}


.position-object-right {
    position: absolute;
    right: 0.2em;
    height: auto;
    width: auto;
}

.margin-left-2em {
    margin-left: 4em !important;
}

.slider-caption-subject {
    position: absolute;
    top: 20%;
    width: 0;
    height: auto;
    min-height: 7%;
    background: rgba(255, 255, 255, 0.41);
    -moz-animation-name: comment-upper;
    -o-animation-name: comment-upper;
    -webkit-animation-name: comment-upper;
    animation-name: comment-upper;
    animation-duration: 4s;
    overflow: hidden;
}

    .slider-caption-subject span {
        position: absolute;
        top: 10%;
        height: 60%;
        left: 3em;
        font-size: 2em;
        /*animation: span-vanish;
        animation-duration: 4s;
        background-color:rgba(0, 0, 0, 0.52);*/
    }

.slider-caption-info {
    position: absolute;
    top: 30%;
    width: 0;
    height: auto;
    min-height: 7%;
    background: rgba(255, 255, 255, 0.41);
    -moz-animation-name: comment-lower;
    -o-animation-name: comment-lower;
    -webkit-animation-name: comment-lower;
    animation-name: comment-lower;
    animation-duration: 4s;
    overflow: hidden;
}

    .slider-caption-info span {
        position: absolute;
        top: 20%;
        overflow: hidden;
        height: 60%;
        left: 3em;
        font-size: 1.6em;
        /*animation:span-vanish;
        animation-duration:3.75s;
        background-color:rgba(0, 0, 0, 0.52);*/
    }

@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {


    .slider-caption-subject {
        animation: comment-upper-mobile;
        animation-duration: 4s;
        overflow: hidden;
    }

        .slider-caption-subject span {
            position: absolute;
            top: 20%;
            height: 60%;
            left: 0.3em;
            font-size: inherit;
            overflow: hidden
            /*animation: span-vanish;
        animation-duration: 4s;
        background-color:rgba(0, 0, 0, 0.52);*/
        }

    .slider-caption-info {
        -moz-animation-name: comment-lower-mobile;
        -o-animation-name: comment-lower-mobile;
        -webkit-animation-name: comment-lower-mobile;
        animation-name: comment-lower-mobile;
        animation-duration: 4s;
        overflow: hidden;
    }

        .slider-caption-info span {
            position: absolute;
            top: 20%;
            overflow: hidden;
            height: 60%;
            left: 0.75em;
            font-size: 0.8em;
            /*animation:span-vanish;
        animation-duration:3.75s;
        background-color:rgba(0, 0, 0, 0.52);*/
        }
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {

    .slider-caption-subject {
        animation: comment-upper-mobile2;
        animation-duration: 4s;
        overflow: hidden;
    }

        .slider-caption-subject span {
            position: absolute;
            top: 10%;
            height: 60%;
            left: 0.6em;
            font-size: inherit;
            /*animation: span-vanish;
        animation-duration: 4s;
        background-color:rgba(0, 0, 0, 0.52);*/
        }

    .slider-caption-info {
        -moz-animation-name: comment-lower-mobile2;
        -o-animation-name: comment-lower-mobile;
        -webkit-animation-name: comment-lower-mobile2;
        animation-name: comment-lower-mobile2;
        animation-duration: 4s;
        overflow: hidden;
    }

        .slider-caption-info span {
            position: absolute;
            top: 20%;
            overflow: hidden;
            height: 60%;
            left: 0.75em;
            font-size: 1.2em;
            /*animation:span-vanish;
        animation-duration:3.75s;
        background-color:rgba(0, 0, 0, 0.52);*/
        }
}

@media only screen and (min-device-width :200px) and (max-device-width :600px) {
}



@keyframes comment-upper {

    0% {
        width: 0;
    }

    15% {
        width: 45%;
        -moz-transition: ease-in;
        -o-transition: ease-in;
        -webkit-transition: ease-in;
        transition: ease-in;
        transition-duration: 3s;
    }

    45% {
        width: 45%;
    }


    90% {
        width: 0;
    }
}

@keyframes comment-upper-mobile {

    0% {
        width: 0;
    }

    15% {
        width: 70%;
        -moz-transition: ease-in;
        -o-transition: ease-in;
        -webkit-transition: ease-in;
        transition: ease-in;
        transition-duration: 3s;
    }

    45% {
        width: 70%;
    }


    90% {
        width: 0;
    }
}


@keyframes comment-upper-mobile2 {

    0% {
        width: 0;
    }

    15% {
        width: 60%;
        -moz-transition: ease-in;
        -o-transition: ease-in;
        -webkit-transition: ease-in;
        transition: ease-in;
        transition-duration: 3s;
    }

    45% {
        width: 60%;
    }


    90% {
        width: 0;
    }
}


@keyframes comment-lower {

    0% {
        width: 0;
    }

    10% {
        width: 55%;
        -moz-transition: ease-in;
        -o-transition: ease-in;
        -webkit-transition: ease-in;
        transition: ease-in;
    }

    45% {
        width: 55%;
    }

    90% {
        width: 0;
    }
}

@keyframes comment-lower-mobile {

    0% {
        width: 0;
    }

    10% {
        width: 80%;
        -moz-transition: ease-in;
        -o-transition: ease-in;
        -webkit-transition: ease-in;
        transition: ease-in;
    }

    45% {
        width: 80%;
    }

    90% {
        width: 0;
    }
}

@keyframes comment-lower-mobile2 {

    0% {
        width: 0;
    }

    10% {
        width: 70%;
        -moz-transition: ease-in;
        -o-transition: ease-in;
        -webkit-transition: ease-in;
        transition: ease-in;
    }

    45% {
        width: 70%;
    }

    90% {
        width: 0;
    }
}

@keyframes span-vanish {
    0% {
        left: -10em;
    }

    5% {
        left: 2em;
    }

    15% {
        left: 2em;
    }

    90% {
        left: -8em;
    }
}


.slide-image-position {
    background-size: cover;
    background-position-x: 90%;
    background-position-y: 50%;
    background-repeat: no-repeat;
    /*background-position-x: 35%;
    -moz-animation: slide-movement;
    -o-animation: slide-movement;
    -webkit-animation: slide-movement;
    animation: slide-movement;
    animation-delay:0s;
    animation-duration:3s;*/
}

.head .head-menu {
    position: absolute;
    left: 50%;
    height: inherit;
    width: auto;
    padding-top: 35%;
    display: blo
}

.slide-image-position-short {
    background-size: cover;
    background-position-x: 1%;
    background-position-y: 5%;
    background-repeat: no-repeat;
}

@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
    .slide-image-position {
        background-size: cover;
        background-position-x: 50%;
        background-position-y: 53%;
        background-repeat: no-repeat;
        -moz-animation: slide-movement;
        -o-animation: slide-movement;
        -webkit-animation: slide-movement;
        animation: slide-movement;
        animation-delay: 0s;
        animation-duration: 3s;
    }

    .slide-image-position-short {
        background-size: cover;
        background-position-x: 50%;
        background-position-y: 53%;
        background-repeat: no-repeat;
        -moz-animation: slide-movement;
        -o-animation: slide-movement;
        -webkit-animation: slide-movement;
        animation: slide-movement;
        animation-delay: 0s;
        animation-duration: 3s;
    }
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
    .slide-image-position {
        background-size: cover;
        background-position-x: 90%;
        background-position-y: 70%;
        background-repeat: no-repeat;
        /*background-position-x: 35%;
    -moz-animation: slide-movement;
    -o-animation: slide-movement;
    -webkit-animation: slide-movement;
    animation: slide-movement;
    animation-delay:0s;
    animation-duration:3s;*/
    }

    .slide-image-position-short {
        background-size: cover;
        background-position-x: 90%;
        background-position-y: 100%;
        background-repeat: no-repeat;
    }
}


@keyframes slide-movement {

    from {
        background-size: cover;
        background-position-x: 15%;
        background-position-y: 80%;
    }

    to {
        background-size: cover;
        background-position-x: 50%;
        background-position-y: 35%;
    }
}

@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {

    #midbox-footer {
        left: 39% !important;
    }
}



.load-bg {
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.7;
    background-color: rgba(0, 0, 0, 0.72);
    z-index: 400;
}

.loader {
    /*border: 6px solid #1BC2F2;
    border-top: 6px solid rgba(255, 225, 0, 0.88);*/
    border-radius: 50%;
    width: 150px;
    height: 150px;
    animation: spin 2s linear infinite;
    border: 6px solid rgba(0, 0, 0, 0.92);
    border-top: 6px solid #e6e4e4;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.pointer-below {
    animation: pointer-jump;
    animation-duration: 2s;
    animation-iteration-count: 200;
}

@keyframes pointer-jump {

    0% {
        top: 87%
    }

    25% {
        top: 81%
    }

    50% {
        top: 89%
    }

    100% {
        top: 87%
    }
}

.banner-infolink-btn {
    position: absolute;
    bottom: 20%;
    z-index: 30;
    width: 80%;
    height: 2.5em;
    left: 10%;
}

.pic-box {

    height:12em;
    width:33em;
    margin:4em;
}



.roll-in-comment-head {
    position:absolute;
    top:65%;
    height:60px;
    width:0%;
    background-color:#05041ab7;
    left:2%;
    animation:comment-anim;
    animation-delay:1s;
    animation-duration:3s;
    transition:ease;
    color:#ffffff;
    text-shadow:3px 4px 3px rgb(0, 0, 0, 0.78);
    font-size:2.4em;
    font-family:Mistral,'Permanent Marker',Playball,'Agency FB',Arial;
    overflow:hidden;
   

}

.roll-in-comment-body {
    position: absolute;
    top: 75%;
    height: 1.8em;
    width: 0%;
    background-color: #b4c8bbc7;
    left: 2%;
    animation: comment-anim2;
    animation-delay: 1s;
    animation-duration: 3.5s;
    transition: ease;
    color: #050c03e7;
    color: #03230d;
    font-size: 1.8em;
    font-family: Tahoma,Verdana,'Times New Roman';
    overflow:hidden;
    font-style:italic
}
@keyframes comment-anim {

    0% {
        width:0;
    }
   
    30% {
        width: 43%;
        padding-left:0.3em;
    }
    85% {
        width: 48%;
        padding-left: 0.6em;
    }

    89% {
        width: 50%;
        padding-left: 0.6em;
    }
    100% {
        width: 0%;
        padding-left: 0.0em;
    }
}

@keyframes comment-anim2 {

    0% {
        width: 0;
    }

    35% {
        width: 45%;
        padding-left: 0.3em;
    }

    65% {
        width: 60%;
        padding-left: 0.4em;
    }

    70% {
        width: 55%;
        padding-left: 0.4em;
    }

    100% {
        width: 0%;
        padding-left: 0.0em;
    }
}

.otp-text {
  text-align:center;
  letter-spacing:1em;
}

.card-text {
    text-align: center;
    letter-spacing: 0.7em;
    font-variant-numeric:proportional-nums tabular-nums;
}

.small-textbox {
height:auto;
width:3.5em;
border:0;
background:0;
text-align:center;
font-size:small;
}

.text-password {
    -webkit-text-security: disc;
    -moz-text-security: circle;
    text-security: circle;
}