
  /*  Adjust Layout */

body
{
    margin: 0 !important;
    padding: 0 !important;
    background-color: #f6f6f6;
}
.wrapper {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0 5%;
    text-align: left;
    word-wrap: break-word;
    font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif; 
    font-weight: 400;
}

#header{ padding: 0 !important; }
.toUpper{text-transform: uppercase !important; }
.tolower{text-transform: lowercase !important; }
.toWord{text-transform: capitalize !important; }

#header #logo h1
{
    margin: 0;
    padding: 0;
   text-transform: capitalize;font-size: 22px;
    color: #020746;
    font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif; 
    font-weight: 800;
    text-align: left;
    word-wrap: break-word;
}

.logo
{
	 width: 100px;
	 height: 100px;
	 padding: 10px;
}

#mainav
 {
    text-align: left;
   text-transform: capitalize;font-size: 12px;
    font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif; 
    font-weight: 400;
}

#mainav ul ul
 {
    z-index: 9999;
    position: absolute;
    width: 250px !important;
    text-align: left;
   text-transform: capitalize;font-size: 12px;
    font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif; 
    font-weight: 400;
}


 .CardView
{
    background: #190647 !important;
    padding: 10px !important;
    min-height: 350px;   
}  
.ContactView
{
    background: #FFF !important;
    padding: 30px !important;
    margin:  10px !important;
    box-shadow: 5px 5px 25px 5px rgba(93, 87, 87, .77);
} 
.PageView
{
        flex: 1;
	background: #FFF !important;
    padding: 15px !important;
    margin:  10px !important;
    box-shadow: 5px 5px 25px 5px rgba(93, 87, 87, .77);
} 
.title i
{
    margin-right: 10px !important;
}
a {
    color: #FFF !important; 
    text-decoration: none !important;
    }
hr 
{
     margin-top: 2px; 
    margin-bottom: 2px; 
    border: 0;
    border-top: 2px solid #eee;
}
.zero_padding 
{
    padding-right: 0px;
    padding-left: 0px;
}

.sitemap
{
    list-style: none;
     text-align: left;
    padding: 3px 0px;
    color:  #030e46 !important;
}
.sitemap-title
{
    list-style: none;
    text-align: left;
    padding: 3px 0px;
    color:  #030e46 !important;
    font-size: 20px;
    font-family: inherit;
    font-weight: 700;
    line-height: 1.5;
}
.sitemap-sub-title,.sitemap-sub-title>a
{
    margin-left: 2px;
    margin-top:  0px;
    margin-bottom:  0px;
    text-align: left;
    padding: 3px 0px;
    color: #1e2892 !important;
    font-size: 16px;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
}
.sitemap-sub-title>a>i,.sitemap-sub-title>i,.sitemap-title>h4>i,.sitemap-item>a>i
{
    padding: 0px 10px !important;
}
.sitemap-item,.sitemap-item>a
{
     margin-left: 10px;
    font-size: 14px;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    text-align: left;
    padding: 3px 0px;
    cursor: pointer;
    color: #030e46 !important;
}
div.col-md-12.alert,.container-fluid.col-md-10 {margin-top: 15px !important;}
div.col-md-12.alert>h3 ,div.col-md-12.alert>p {margin-left: 50px  !important;}

