@import url("css.css");

* {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    list-style-position: inside;
    box-sizing: border-box;
    outline: none;
}

body {
    background: #ffffff;
    font-family: 'Roboto Condensed';
    line-height: 1.42857143;
    color: #666666;
    font-size: 14px;
    word-break: keep-all;
    overflow-x: hidden;
}

.body {
    float: left;
    width: 100%;
}

#body_wrapper {
    width: 100%;
    float: left;
    min-height: 400px;
    background: #eee;
}

.h1, h1 {
    font-weight: 600 !important;
    /**font-size: 200% !important;**/
}

.h2, h2 {
    /**font-weight: 600 !important;
    font-size: 180% !important;**/
}

/* Modal Content */

.modal-content {
    width: 50%;
    float: left;
    margin: 7% 25%;
    bottom: 0;
    border-top: 4px solid #3b5998;
    background-color: #fefefe;
    -webkit-animation-name: slideIn;
    -webkit-animation-duration: 0.4s;
    animation-name: slideIn;
    animation-duration: 0.4s;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border: 1px solid #e9ebee;
}

/* The Modal (background) */

.modal {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 1;
    /* Sit on top */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto !important;
    /* Enable scroll if needed */
    background-color: rgb(255, 255, 255);
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.3);
    -webkit-animation-name: fadeIn;
    /* Fade in the background */
    -webkit-animation-duration: 0.4s;
    animation-name: fadeIn;
    animation-duration: 0.4s
}

/* The Close Button */

.close {
    color: #000;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover, .close:focus {
    color: #aaa;
    text-decoration: none;
    cursor: pointer;
}

.modal-header {
    padding: 10px 16px 0px 16px;
    color: #000;
    float: left;
    width: 100%;
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
}

.modal-header h2 {
    font-weight: 400;
    font-size: 150%;
    color: green;
}

.modal-body {
    width: 100%;
    float: left;
    padding: 0px 16px !important;
}

.modal-footer {
    color: white;
    float: left;
    padding: 7px 15px !important;
    width: 100%;
}

.h1, .h2, .h3, h1, h2, h3 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

button, input[type='submit'] {
    cursor: pointer;
    border-radius: 5px;
    -webkit-border-radius: 5px;
}

button::-moz-focus-inner {
    border: 0;
}

.dropdown-menu {
    font-size: 13px;
}

a:active, a:focus, input, input:active, input:focus {
    outline: 0;
    outline-style: none;
    outline-width: 0;
}

a:active, a:focus, button::-moz-focus-inner, input[type="reset"]::-moz-focus-inner, input[type="button"]::-moz-focus-inner, input[type="submit"]::-moz-focus-inner, input[type="file"]>input[type="button"]::-moz-focus-inner {
    border: none;
}

a:link, a:visited {
    color: #6699FF;
    color: #000;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
    color: #000;
    /*text-decoration: underline;*/
}

header {
    display: block;
    min-height: 100px;
    float: left;
    width: 100%;
    border-bottom: 1px solid #eee;
}

#innerHeader {
    width: 100%;
    float: left;
    background: #fff;
    min-height: 50px;
    padding: 5px;
    text-align: center;
    min-height: 100px;
}

.top-banner-inner{
    width:100%;
    float: left;
}

#userImage {
    width: 100px;
    height: 100px;
    float: left;
}

#userImage img {
    width: 100px;
    height: 100px;
}

#userWelcome {
    float: left;
    text-align: left;
    padding: 0 10px;
}

.top-slider {
    width: 200px;
    background: #fff;
    position: absolute;
    z-index: 100;
    margin-left: 20px;
    text-align: center;
}

.slider-imp-links {
    width: 100%;
    float: left;
    padding: 10px;
    border-bottom: 1px solid #eee;
}

.slider-imp-footer {
    width: 100%;
    float: left;
    background: #eee;
    padding: 10px 5px;
    font-size: 14px;
}

.slider-imp-links a:link, .slider-imp-links a:visited, .slider-imp-footer a:link {
    color: #000;
    text-decoration: none;
    font-size: 14px;
}

#userAccount {
    text-align: right;
}

#userAccount span {
    margin-left: 10px;
}

#top-header {
    width: 100%;
    float: left;
    text-align: left;
    padding: 6px 10px;
    font-size: 12px;
    color: #fff;
    background: #870613;
    height: 30px;
}

#top-header ul {
    float: right;
}

#top-header>div {
    float: left;
}

#top-header ul li {
    display: inline;
}

#top-header ul li a {
    color: #ffffff;
    text-transform: uppercase;
    padding: 0 5px;
    font-size: 12px;
    text-decoration: underline;
}

#lower-header {
    width: 100%;
    float: left;
    padding: 1%;
    background: #ffffff;
}

ul#navigations li {
    float: left;
    display: inline;
    text-align: center;
    padding: 15px;
    line-height: 20px;
}

ul#navigations li a {
    font-weight: bold;
    color: #3a3a3a;
    text-decoration: none;
}

#banner {
    float: left;
}

#banner img {
    height: 60px;
}

a.top-login:link, a.top-login:visited {
    color: #870613;
    font-size: 35px;
}

#login-div {
    float: left;
    margin-top: 20px;
}

#phone-no {
    float: left;
    color: #fff;
    font-size: 25px;
    padding: 5px 0 0 20px;
}

#date-time {
    border-left: 1px solid #fff;
    padding-left: 15px;
    margin-left: 15px;
}

.gen-div-row {
    width: 100%;
    float: left;
    padding: 2% 3%;
}

.sub-header-row {
    width: 100%;
    float: left;
    text-align: center;
    margin: 30px 0;
    padding: 30px 3px;
    border-bottom: 1px solid #eee;
    background: #1d2738;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    color: #9a9a9a;
}

.div-row {
    width: 100%;
    float: left;
    margin: 20px 0 !important;
}

.div-row-next {
    width: 100%;
    float: left;
    margin: 30px 0 10px 0px !important;
}

.div-row-next-form{
    width: 100%;
    float: left;
    margin: 10px 0 10px 0px !important;
}

.card-body-cust {
    padding: 10px !important;
}

.user_dashboard, #owner{
    width: 80%;
    padding: 1%;
    float: left;
    background-image: url("back_hall.jpg");
    min-height: 300px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 10px;
    margin: 2% 10%;
}

iframe{
    width: 100%;
}

.container .wrap{
    width:100% !important;
}

.parallax {
    width: 100%;
    float: left;
    background-image: url("slider-01.jpg");
    min-height: 300px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top:20px;
}

.parallax-text {
    width: 50%;
    margin: 7% auto;
    color: #fff;
    padding: 4%;
    background-color: rgb(0, 0, 0, 0.5);
    border-radius: 5px;
    -webkit-border-radius: 5px;
}

#control-panel {
    width: 100% !important;
    float: left;
    background: #fff;
}

#control-display {
    width: 100%;
    float: left;
    margin-top: 5px;
    min-height: 200px;
    border: 1px solid #ddd;
    border-radius: 4px;
    border-radius: 4px;
    padding: 2% 10%;
    background: #fff;
}

.bg-none-cust {
    background: none !important;
    border: none !important;
}

footer {
    width: 100%;
    float: left;
    background: #1d2738;
    color: #9a9a9a;
    /**margin-top: 20px;**/
    padding-top: 10px;
    border-top: 1px solid #ccc;
}

.top-footer-info {
    width: 100%;
    float: left;
    min-height: 250px;
    border-bottom: 1px solid #343e45;
}

.bottom-footer-info {
    width: 100%;
    float: left;
    min-height: 50px;
    padding: 20px 10px;
}

footer ul li {
    display: inline;
    padding: 0 10px;
}

a.foot {
    color: #000;
    padding: 0 10px;
}

a.f-q-link:link, a.f-q-link:visited {
    color: #9a9a9a;
    text-decoration: none;
}

a.f-q-link:hover {
    color: #ff0000;
}

a.foota {
    color: #000;
    padding: 0 10px;
}

.progress, #authenticate_id {
    display: none;
    margin-bottom: 10px;
}

#page-section {
    width: 100%;
    float: left;
    padding: 2%;
    font-size: 18px;
}

.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover, .btn-primary {
    background-color: #870613 !important;
    border-color: #870613 !important;
}

.deposit-plan {
    width: 100%;
    min-height: 50px;
    float: left;
    background: #fff;
    padding: 20px 10px;
    margin: 10px 0 0 0;
    line-height: 2;
    border-radius: 3px;
    -webkit-border-radius: 3px;
}

.goog-logo-link {
    display: none !important;
}

.goog-te-gadget {
    color: transparent !important;
}

.goog-te-gadget .goog-te-combo {
    color: #000000 !important;
}

.image-text-slide {
    margin: 150px 0 0 100px;
    height: 100px;
    color: #fff;
    position: relative;
}

a.stretched-link:link, a.stretched-link:visited {
    color: #fff;
}

.scrollTop {
    background: #000;
    position: fixed;
    bottom: 5px;
    right: 5px;
    width: 40px;
    height: 40px;
    text-align: center;
    padding: 10px;
    opacity: 0.6;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    cursor: pointer;
    display: none;
}

.full-width {
    float: left;
    width: 100%;
}

#menu {
    display: inline-block;
    cursor: pointer;
    background: #2f8cd0;
    padding: 11px;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    float: right;
}

.bar1, .bar2, .bar3 {
    width: 15px;
    height: 2px;
    background-color: #fff;
    margin: 2px 0;
    transition: 0.4s;
}

.example1 {
    height: 30px;  
    overflow: hidden;
    position: relative;
    background: #eee;
    margin-bottom: 10px;
    border: 1px solid #000;
}
.example1 h3 {
    font-size: 100%;
    color: blue;
    position: absolute;
    width: 100%;
    margin: 0;
    line-height: 30px;
    text-align: left;
    /* Starting position */
    -moz-transform:translateX(100%);
    -webkit-transform:translateX(100%);    
    transform:translateX(100%);
    /* Apply animation to this element */  
    -moz-animation: example1 25s linear infinite;
    -webkit-animation: example1 25s linear infinite;
    animation: example1 25s linear infinite;
}
/* Move it (define the animation) */
@-moz-keyframes example1 {
    0%   { -moz-transform: translateX(100%); }
    100% { -moz-transform: translateX(-100%); }
}
@-webkit-keyframes example1 {
    0%   { -webkit-transform: translateX(100%); }
    100% { -webkit-transform: translateX(-100%); }
}
@keyframes example1 {
    0%   { 
        -moz-transform: translateX(100%); /* Firefox bug fix */
        -webkit-transform: translateX(100%); /* Firefox bug fix */
        transform: translateX(100%);       
    }
    100% { 
        -moz-transform: translateX(-100%); /* Firefox bug fix */
        -webkit-transform: translateX(-100%); /* Firefox bug fix */
        transform: translateX(-100%); 
    }
}

.example1 h3:hover {
    animation-play-state: paused;
    cursor: pointer;
}

.welcome_page{
    width: 100%;
    float: left;
    text-align: center;
    margin: 10% auto;
}

#top-sections{
    margin-bottom: 20px;
}

#control-panel,
#control-panel ul,
#control-panel ul li,
#control-panel ul li a {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#control-panel:after,
#control-panel > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#control-panel {
  width: auto;
  border-bottom: 3px solid #870613;
  font-family: Raleway, sans-serif;
  line-height: 1;
}
#control-panel ul {
  background: #ffffff;
}
#control-panel > ul > li {
  float: left;
}
#control-panel.align-center > ul {
  font-size: 0;
  text-align: center;
}
#control-panel.align-center > ul > li {
  display: inline-block;
  float: none;
}
#control-panel.align-right > ul > li {
  float: right;
}
#control-panel.align-right > ul > li > a {
  margin-right: 0;
  margin-left: -4px;
}
#control-panel > ul > li > a {
  z-index: 2;
  padding: 18px 25px 12px 25px;
  font-size: 15px;
  font-weight: 400;
  text-decoration: none;
  color: #444444;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -ms-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  margin-right: -4px;
}
#control-panel > ul > li.active > a,
#control-panel > ul > li:hover > a,
#control-panel > ul > li > a:hover {
  color: #ffffff;
}
#control-panel > ul > li > a:after {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  width: 100%;
  height: 120%;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  content: "";
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  -webkit-transform: perspective(5px) rotateX(2deg);
  -webkit-transform-origin: bottom;
  -moz-transform: perspective(5px) rotateX(2deg);
  -moz-transform-origin: bottom;
  transform: perspective(5px) rotateX(2deg);
  transform-origin: bottom;
}
#control-panel > ul > li.active > a:after,
#control-panel > ul > li:hover > a:after,
#control-panel > ul > li > a:hover:after {
  background: #870613;
}

.myjumbo{
    float: left;
width: 100%;
padding: 5px;
margin-bottom: 0;
border-radius: 0;
}

.posit-icons{
    font-size: 60px !important;
    margin-top: -22px;
    display:block;
}

.black-color-account-bal{
    color: #000 !important;
    background: #fff3cd !important;
}

.black-color-login-id{
    color: #000 !important;
    background: #d4edda !important;
}

.black-color-country{
    color: #000 !important;
    background: #f8d7da !important;
}