/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Sep 7, 2017, 12:37:35 PM
    Author     : TG
*/

@import url('https://fonts.googleapis.com/css?family=Roboto');

body{
    font-family: 'Roboto', sans-serif;
    background:url('../cover/background.png') top center no-repeat; 
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Roboto', sans-serif;
}
#loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url(../images/ajax-loader.gif) 50% 50% no-repeat rgb(249,249,249);
}
.top-right {
    position: absolute;
    right: 10px;
    top: 5px;
    z-index: 999;
}


.links > a {
    color: #636b6f;
    padding: 0 25px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .1rem;
    text-decoration: none;
    text-transform: uppercase;
}
.header{
    color: #f77400;
    height:150px;
    background: #FFFFFF;
}
.footer{
    color:#FFFFFF;
    background:#24292d;
}

.content{
    min-height: 300px;
    padding-bottom: 50px;
}
.table{
    font-size: 11px;
}
.table-lg{
    font-size: 14px;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #ffffff;
    background-color: #7098c3;
}
.navbar-default .navbar-brand {
    color: #18bc9c;

}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    color: #ffffff;
    text-decoration: none;
    outline: 0;
    background-color: #7098c3;
}
#header{
    background-color:#fdf8f6;
    color: #969696;
}
#header h2{
    color:#0c2fa9;
    margin: 10px 0;
    font-weight: 600;
}
#header .header-info {
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    padding:23px 0;
    float: right;
}
.header-info .info-box {
    display: table-cell;
    vertical-align: middle;
    padding-right: 18px;
}
.header-info .info-box .icon-box {
    padding-right: 20px;
    font-size: 2em;
    
}
.header-info .info-box .icon-box, .header-info .info-box .text-box {
    display: table-cell;
    vertical-align: middle;
}
.header-info .info-box p {
    line-height: 20px;
    margin: 0;
}
.footer-area {
    background-color: #323232;
    background-image: url('../cover/footer-bg.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #c9c9c9;
    font-family: "Source Sans Pro", sans-serif;
    position: relative;
}
.footer-area::before {
    background: rgba(0, 4, 19, 0.89) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.footer-area h3{
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding-bottom: 10px;
}
.container-bg{
    background-color:#FFFFFF;
}
.footer-copyright {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    color: #808080;
    font-size: 15px;
    padding: 16px 0;
    position: relative;
    text-align: center;
}
.padding-left{
    padding-left: 0;
}
.padding-right{
    padding-right: 0;
}
.media-body h2{
    padding-bottom: 10px;
    color: #18468c;
    font-weight: 600;
}
.media-body p{
    line-height: 30px;
}
.parallax { 
    /* The image used */
    background-color:#FFF;
    background-image: url("../cover/train.jpg");

    /* Set a specific height */
    height: 200px; 

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.parallax::before {
    background: rgba(16, 21, 86, 0.5) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.header-banner h2{
    color:#f39c12;
    font-weight: 500;
}
.marquee {
  width: 100%;
  overflow: hidden;
    /* background-color: #000; */
  color: #001046;
}
.marquee p {
    margin:0;
}