/*----------------------------------------------------------------------------------

Project     :   Uganda Passport Application System

-------------------------------------------------------------------------------------*/

/*------------------------------------------------------------------------------------

[Table of contents]
Default CSS
Site Preloader
Header Area
Welcome Area
Footer Area


--------------------------------------------------------------------------------------*/

/*-------------------------------------------------------------------------------------
    Default CSS
---------------------------------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css?family=Merriweather:300,400,700|Open+Sans:400,600,700');
* {
    padding: 0;
    margin: 0;
    outline: none;
}
html{
overflow-x: hidden
}
body {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 24px;
    font-weight: normal;
    color: #2e383a;
    overflow-x: hidden;
    
/*    background:  url(../img/coverbg.jpg);*/
}

ul {
    list-style: none;
    margin: 0;
    padding: 0
}

a,
a:visited,
a:focus,
a:active,
a:hover {
    text-decoration: none;
    outline: none;
}

a,
span {
    display: inline-block;
}

a,
button,
input[type="submit"] {
    -webkit-transition: .3s linear;
    transition: .3s linear;
    cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3 {
    font-weight: 400;
    margin-top: 0
}

h1 {
    font-size: 80px;
    line-height: 90px;
    font-family: 'Open Sans', sans-serif;
}

h2 {
    font-size: 60px;
    line-height: 70px
}

h3 {
    font-size: 50px;
    line-height: 60px
}

h4 {
    font-size: 26px;
    line-height: 36px
}

h5 {
    font-size: 20px;
    line-height: 30px
}

h5 {
    font-size: 16px;
    line-height: 26px
}

p {
    font-size: 14px;
    line-height: 24px;
    color: #818181
}

.bg-dark {
    background-color: #2e383a !important
}

/*
.d-table {
    display: table;
    width: 700px;
    height: 50px;
}

.d-table-cell {
    display: table-cell;
    vertical-align: middle
}

.bg-cover {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.text-white {
    color: #fff;
    font-size: 40px;
}
.container{
    width: 100%;
}
*/

/*-------------------------------------------------------------------------------------
    Site Preloader
---------------------------------------------------------------------------------------*/

.site-preloader {
    background-color: #004f4f;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999999;
}

.site-preloader .spinner {
    width: 60px;
    height: 60px;
    margin: 21% auto;
    background-color: #fff;
    border-radius: 100%;
    -webkit-animation: sk-scaleout 1.0s infinite ease-in-out;
    animation: sk-scaleout 1.0s infinite ease-in-out;
}

@-webkit-keyframes sk-scaleout {
    0% {
        -webkit-transform: scale(0)
    }
    100% {
        -webkit-transform: scale(1.0);
        opacity: 0;
    }
}

@keyframes sk-scaleout {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    100% {
        -webkit-transform: scale(1.0);
        transform: scale(1.0);
        opacity: 0;
    }
}


/*-------------------------------------------------------------------------------------
    Header Area
---------------------------------------------------------------------------------------*/

#header {
    position:fixed;
    height: 100%;
    overflow: scroll;
    overflow-x: hidden;
    width: 100%;
    z-index: 999;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

nav.navbar.bootsnav {
    background-color: #ffffff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
/*    border-bottom: 3px solid #ffff1f;*/
    border-image:  url(../img/flag-banner.jpg);
    border-image-slice: 20;
    border-image-width: 10;
    border-image-outset: 1;
    border-image-repeat: round;
    
    max-height: 150px;
}

nav.navbar.bootsnav ul.nav > li > a {
    color: #c5c5c5;
/*    padding: 30px 15px;*/
}

nav.navbar.bootsnav ul.nav > li > a:hover,
nav.navbar.bootsnav ul.nav > li.active > a {
    color: #fff;
}

.navbar-brand {
    padding: 45px 15px -50px 15px;
}
.navbar-brand h7{
    font-weight:bold;
    font-size: 17px;
    line-height: 10px;
}
.navbar-brand h8{
    font-weight:bold;
    font-size: 17px;
    line-height: 10px;
}
.navbar-brand h9{
    border-top: 1px solid #000;
    font-weight:500;
    font-size: 14px;
    line-height: 10px;
}


.logo-size{
    width: 67px;
}

.main-logo{
    text-transform: uppercase;
    color: #000;
    font-family: 'Lato', sans-serif;
    font-weight: normal;
    font-size: 23px;
    line-height: 25px;

}


.sticky .navbar-brand.scrolled-logo {
    display: inline-block !important
}

/*-------------------------------------------------------------------------------------
    Welcome Area
---------------------------------------------------------------------------------------*/

#wecome-area {
    background-image: url(../img/welcome-img.jpg);
    position: relative;
} 
#wecome-area .right-image{
    position: absolute;
    right: 20%;
    padding-right: 150px;
    top: 22%;
    z-index: 1;
}
@media only screen and (max-width: 480px){
    .text-center{
        height: auto;
    }

    #wecome-area .right-image{
        display: none;
    }
    
    #wecome-area  .welcome-content{
        margin-top: -60px;
        
    }
    .welcome-content .d-table{
        margin-bottom: -140px;
        overflow: scroll;
    }
    .navbar{
        padding-bottom: 20px;
    }
}
@media only screen and (max-width: 360px){
    .navbar .navbar-header .container-fluid .main-logo{
        padding-right: 1200px;
    }
}

@media only screen and (min-width: 481px) and (max-width: 988px) {
    #wecome-area .right-image{
        display: none;
     }
    
    }

@media only screen and (min-width: 1025px) and (max-width: 1200px) {
    #wecome-area .right-image {
      display: none;
    }
    
    
    
    }

.welcome-content {
    position: relative;
    padding-bottom: 200px;
    padding-top: 100px;
    height: auto;
   
}

.welcome-content .card-title{
    color: #fff;
    font-size: 15px;
    font-weight:600;
}

.welcome-content .card{
    background-color: rgba(255, 255, 255, 0.1);
    
}

.welcome-content .card-footer a{
    font-size: 22px;
}

.welcome-content h3 {
    font-size: 28px;
    line-height: 50px;
    -webkit-animation: 1s .2s fadeInUp both;
    animation: 1s .2s fadeInUp both;
}

.welcome-content h4 {
     font-weight: 500;
/*    font-family: 'Merriweather', serif;*/
    margin: 0 0 20px;
    -webkit-animation: 1s .4s fadeInUp both;
    animation: 1s .4s fadeInUp both;
    font-size: 35px;
    color: #fff;
}

.welcome-content p {
    color: #dbdada;
    -webkit-animation: 1s .6s fadeInUp both;
    animation: 1s .6s fadeInUp both;
}

.welcome-btns {
    margin: 35px 0 0;
     -webkit-animation: 1s .7s fadeInUp both;
    animation: 1s .7s fadeInUp both;
}
.welcome-btns-details{
    font-size: 14px;
    font-weight: normal;
    text-transform: none;
    color: #000;
    
}

.welcome-btns a {
    display: inline-block;
    background-color: rgba(255, 255, 255, 0.1);
    padding: 15px 45px;
    border-radius: 5px;
    margin-right: 20px;
    color: #fff;
    font-weight: 600;
    text-transform: none;
    text-align: center;
}

.welcome-btns a.bg {
    background-color:#4cb804;
    
}
.welcome-btns a.bg:hover {
    
    background-color: rgba(255, 255, 255, 0.1);
}
.welcome-btns a:hover{
    background-color:#029999;
}



/*-------------------------------------------------------------------------------------
    Footer Area
---------------------------------------------------------------------------------------*/

#footer {
    height: 10px;
    padding: 12px 0 0 0;
}

.copyright-text p {
    color: #004f4f;
/*    text-align: center;*/
}


