body, html{
	background: #fff;
	font-family: 'Roboto', sans-serif;
	color: #666;
	font-size: 14px;
	width: 100%;
	height: 100%;
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
}
body{
	overflow-x: hidden;
}
h1, h2, h3, h4, h5, h6{
	margin: 0;
	padding: 0;
}


/**
* ---------------------------------------
* Header
* ---------------------------------------
*/
header{
	padding: 20px 0;
	position: relative;
}
header:before{
	width: 96%;
	height: 4px;
	background: #112f7a;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	position: absolute;
}
.logo{
	margin-top: 5px;
}
.topcontact{
	text-transform: uppercase;
}
.topcontact p{
	margin: 0;
}
.topcontact a{
	color: #1b45ab !important;
	font-size: 2.5em;
	font-weight: 700;
	line-height: .8em;
}
.topcontact a:hover, .topcontact a:focus{
	color: #0e2663 !important;
}


/**
* ---------------------------------------
* Navigation
* ---------------------------------------
*/
.navbar-header{
	margin: 0 !important;
}
.navbar-collapse{
	clear: both;
	float: right;
}

.navbar{
	width: 100%;
	background: transparent;
	min-height: 0;
	border: 0;
	border-radius: 0;
	min-height: none;
	margin-bottom: 0;
}
.navbar .container{
	background: #112f7a;
	padding: 0;
}
.navbar-collapse.collapse, .navbar-nav{
	width: 100%;
}
.navbar-default .navbar-nav > li{
	width: 20%;
	border-right: 1px solid #173b97;
}
.navbar-default .navbar-nav > li:last-child{
	border-right: 0;
}
.navbar-default .navbar-nav > li > a {
	width: 100%;
	color: #fff !important;
	display: block;
	font-size: 1em;
	font-weight: 700;
	padding: 30px 10px;
	-webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
	text-transform: uppercase;
	text-align: center;
}
.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover{
	background: #102865 !important;
	color: #fff !important
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover{
	background: #102865 !important;
}
.hvr-sweep-to-top{
	background: #112f7a !important;
}
.hvr-sweep-to-top:before{
	background: #102865 !important;
}

.navbar-default .navbar-nav > li > a.dropdown-toggle{
	position: relative;
}
.navbar-default .navbar-nav > li > a.dropdown-toggle:after{
	content: "\f107";
	font-family: FontAwesome;
	font-weight: 300;
	color: #fff;
	font-size: 1em;
	position: absolute;
	bottom: 10px;
	left: 0;
	right: 0;
	margin: auto;
}

.navbar-toggle {
	border-radius: 0;
}
.navbar-default .navbar-toggle:hover>.icon-bar {
	background-color: #FFF;
}
.dropdown-menu{
	background: transparent;
	width: 100%;
	left: 0;
	right: auto;
	padding: 0;
	margin-top: 0px !important;
	border: 0;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	text-align: center;
}
.dropdown-menu>li>a{
	background: #112f7a;
	color: #fff;
	padding: 20px 15px;
	border-top: 1px solid #173b97;
}
.dropdown-menu>li>a:hover{
	color: #fff;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form{
	padding: 0;
}


/**
* ---------------------------------------
* Top Banners
* ---------------------------------------
*/
.flexslider{
	background: transparent !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
	position: relative !important;
}
.flex-viewport{
	margin: 0 !important;
}
.flex-control-nav{
	bottom: 10px !important;
}
.flex-control-paging li a{
	background: #fff !important;
	border: 0 !important;
	box-shadow: none !important;
}
.flex-control-paging li a:hover, 
.flex-control-paging li a:focus,
.testimonials .flex-control-paging li a:hover, 
.testimonials .flex-control-paging li a:focus{
	background: #ddd !important;
}
.flex-control-paging li a.flex-active{
	background: #112f7a !important;
}

.topbanner{
	position: relative;
}

.slidercaption{
	background: rgba(0, 0, 0, 0.7);
	color: #fff;
	padding: 10px !important;
}
.slidercaption h1{
	background: none;
	color: #fff;
	font-size: 2.00em;
	font-weight: 900;
	text-transform: uppercase;
}
.slidercaption p{
	font-size: 1.29em;
	font-weight: 300;
}

.subbanner{
	background: #f7f8f8;
	background-size: cover;
	background-attachment: fixed;
	padding: 80px 0;
}
.subbanner h1{
	font-size: .85em;
}


/**
* ---------------------------------------
* Top Box
* ---------------------------------------
*/
.top-box img{
	margin-bottom: 25px;
}
.top-box h2{
	color: #112f7a;
	font-size: 1.36em;
	font-weight: 400;
	text-transform: uppercase;
	margin-bottom: 25px;
}
.top-box p{
	margin-bottom: 30px;
}


/**
* ---------------------------------------
* Sidebar
* ---------------------------------------
*/
.sidebar{
	padding-right: 0;
}
.sidebar .box{
	background: #f7f8f8;
	margin-bottom: 30px;
	padding: 30px 20px;
	white-space: inherit;
}
.sidebar .box h3{
	font-size: 1.79em !important;
	text-transform: uppercase;
}
.sidebar .box p{
	margin-bottom: 30px !important;
}

.sidebar .box1 .btn{
	text-align: left;
	font-weight: 700;
}

.sidebar .newsletter{
	background: #112f7a !important;
	color: #fff;
}
.sidebar .newsletter h3{
	color: #fff;	
}
.sidebar .newsletter p{
	font-size: 1em;
}

.sidebar .testimonials .flexslider{
	background: #fff !important;
}
.sidebar .testimonials p{
	font-size: 1em;
}




/**
* ---------------------------------------
* Pages and Common Styles
* ---------------------------------------
*/
.section{
	padding: 50px 0;
}
.section-sm{
	padding: 30px 0;
}

.section-gray{
	background: #f7f8f8;
}
.section-blue{
	background: #112f7a;
	color: #fff;
}


h2, h3, h4, h5, h6{
	color: #112f7a;
	font-weight: 900;
	margin-bottom: 30px;
}
h2 span, h3 span, h4 span, h5 span, h6 span{
	color: #000000;
}
h2{
	font-size: 2.5em;
	text-transform: uppercase;
}
h3{
	font-size: 1.69em;
}
h4{
	font-size: 1.54em;
}
h5{
	font-size: 1.38em;
}
h6{
	font-size: 1.23em;
}

.section-blue h2, .section-blue h3, .section-blue h4,
.section-blue h5, .section-blue h6{
	color: #fff;
}

.leftcontent p{
	text-align: justify;
	margin-bottom: 25px;
}
.maincontent ul{
	margin-left: 5px;
}
.maincontent ul li{
	background: url(../images/misc/icon_bullet.png) left 5px no-repeat;
	padding: 0 0 20px 20px;
}



/**
* ---------------------------------------
* Logos
* ---------------------------------------
*/
.logos img{
	max-width: 20%;
	margin: 0 2%;
}


/**
* ---------------------------------------
* Newsletter
* ---------------------------------------
*/
.newsletter p{
	font-size: 1.43em;
}
.newsletter input{
	background: #e6e6e6;
	border:0;
	box-shadow: none;
	width: 420px !important;
	max-width: 100%;
	height: 40px;
	margin: 0 auto;
}


/**
* ---------------------------------------
* Testimonial
* ---------------------------------------
*/
.testimonials .flexslider{
	background: #f7f8f8 !important;
	position: relative !important;
	padding: 50px !important;
	margin-bottom: 50px !important;
}
.testimonials .flexslider:before{
	content: "\f10d";
	display: block;
    font-family: FontAwesome;
    color: #d8dadb;
    font-size: 20px;
    padding-right: 0.5em;
    position: absolute;
    top: 20px;
    left: 20px;
}
.testimonials .flexslider:after{
	content: "\f10e";
	display: block;
    font-family: FontAwesome;
    color: #d8dadb;
    font-size: 20px;
    padding-right: 0.5em;
    position: absolute;
    bottom: 20px;
    right: 20px;
}
.testimonials p{
	font-size: 1.14em;
	font-weight: 300;
	font-style: italic;
	margin-bottom: 30px;
}
.testimonials strong{
	display: block;
	font-size: 1.14em;
}
.testimonials span{
	font-size: .92em;
	font-weight: 300;
}

.testimonials .flex-control-nav{
	text-align: left !important;
	bottom: -40px !important;
	left: -5px;
}
.testimonials .flex-control-paging li a{
	border: 0;
	box-shadow: none;
	background: #eee !important;
}
.testimonials .flex-control-paging li a.flex-active{
	background: #112f7a !important;
}


/**
* ---------------------------------------
* Subpages
* ---------------------------------------
*/
.subpage{
	background: url(../images/gallery/bg01.jpg);
	background-size: cover;
	background-position: center center;
	background-attachment: fixed;
	background-repeat: no-repeat;
}
.subpage .container{
	width: 100%;
	padding: 0;
}
.subpage .tb-wrap{
	width: auto;
	padding: 60px 2%;
}
.subpage .tb-wrap h2{
	background: url(../images/hlight01.jpg) center bottom no-repeat;
	padding: 0 0 20px;
	color: #fff;
}

.breadcrumbs{
	background: #444444;
	padding: 10px 0;
}
.breadcrumbs a{
	color: #628fff;
	display: inline-block;
	position: relative;
	padding-right: 30px;
	margin-right: 10px;
}
.breadcrumbs a:hover, .breadcrumbs a:focus{
	text-decoration: underline;
}
.breadcrumbs a:after{
	content: "\f0da";
    font-family: FontAwesome;
    color: #fff;
    padding-right: 0.5em;
    position: absolute;
    top: 1px;
    right: 0;
}
.breadcrumbs span{
	color: #fff;
	font-weight: 700;
}


.form-control{
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
}


/**
* ---------------------------------------
* Slider
* ---------------------------------------
*/
.flexslider{
	position: relative;
}
.flexslider .slides > li img{
	width: 100%;
}
.flexslider .slides{
	margin: 0;
}
.flexslider .slides > li{
	position: relative;
	background: none;
	padding: 0;
	margin: 0;
}

.flex-direction-nav{
	width: 100%;
	position: absolute;
	padding: 0;
	margin: 0;
	top: 35% !important;
	transform: translate(0, -50%); 
	-ms-transform: translate(0, -50%); 
	-webkit-transform: translate(0, -50%);
}
.flex-direction-nav a{
	opacity: 1 !important;
}
.flex-direction-nav .flex-nav-prev, 
.flex-direction-nav .flex-nav-next{
	background: 0;
	padding: 0;
	display: block;
	width: 35px;
	height: 35px;
	position: absolute;
}
.flex-direction-nav .flex-nav-prev{
	left: -35px;
}
.flex-direction-nav .flex-nav-next{
	right: 35px;
}
.flex-prev{
	width: 35px;
	height: 35px;
	background: url(../images/misc/icon_prev.png) center center no-repeat;
	display: block;
	left: 0;
	text-indent: -9999px;
}
.flex-next{
	width: 35px;
	height: 35px;
	background: url(../images/misc/icon_next.png) center center no-repeat;
	display: block;
	right: 0;
	text-indent: -9999px;
}
.flex-viewport{
	margin: 0 15px;
}


.flex-control-thumbs{
	width: 50%;
	margin: 50px 0 0;
	position: absolute;
	right: 0;
}
.flex-control-thumbs li{
	width: 20%;
	float: left;
}
.flex-control-thumbs li img{
	width: 100%;
}



/**
* ---------------------------------------
* Footer
* ---------------------------------------
*/
.ft-top{
	background: #5d6166;
	color: #fff;
}
/*
.ft-nav{
	column-count: 2;
	-webkit-column-count: 2;
	-moz-column-count: 2;
}
.ft-info{
	column-count: 2;
	-webkit-column-count: 2;
	-moz-column-count: 2;
}

*/
.ft-nav li{
	padding: 0 0 0 20px;
	position: relative;
	margin-bottom: 20px;
}
.ft-nav li:before{
	content: "\f105";
    font-family: FontAwesome;
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
}
.ft-nav1 li:last-child{
	margin-bottom: 0;
	padding-left: 0;
}
.ft-nav1 li:last-child:before{
	display: none;
}
.ft-nav li a{
	text-transform: uppercase;
}

.ft-top strong{
	color: #112f7a;
	font-size: 1.14em;
	text-transform: uppercase;
}
.ft-info{
	line-height: 2em;
}
.ft-info span{
	font-size: 1.14em;
}


footer a{
	color: #fff;
}
footer a:hover{
	color: #112f7a;
}
.copyright{
	background: #444444;
	color: #fff;
}


/**
* ---------------------------------------
* Common Styles 02
* ---------------------------------------
*/
p{
	line-height: 1.6em;
}
ul, ol{
	padding: 0;
	list-style: none;
}
.clearfix:after{
	clear: both;
	content: '';
	display: block;
}
.center{
	display: block !important;
	float: none;
	margin: 0 auto;
}

a{
	color: #0088cc;
	outline: none !important;
}
a:hover,
a:focus{
	text-decoration: none;
	color: #006da4;
}

.blue{color: #3254b0 !important;}
.lgreen{color: #99b829 !important;}

.red{color: red;}
.italic{font-style: italic;}
.bold{font-weight: bold;}
.underline{text-decoration: underline;}

.spacer-1{margin-bottom: 10px !important; display: block;}
.spacer-2{margin-bottom: 20px !important; display: block;}
.spacer-3{margin-bottom: 30px !important; display: block;}
.spacer-4{margin-bottom: 40px !important; display: block;}
.spacer-6{margin-bottom: 60px !important; display: block;}

.imgleft{
	float: left;
	padding-top: 0;
	padding-left: 0;
	margin-bottom: 1%;
}
.imgright{
	float: right;
	padding-top: 0;
	padding-right: 0;
	margin-bottom: 1%;
}
.max100{
	width: auto; 
	max-width: 100%;
}
.img100{
	width: 100%;
}



/**
* ---------------------------------------
* Buttons
* ---------------------------------------
*/
.btn{
	min-width: 120px;
	max-width: 100%;
	background: #112f7a !important;
	border: 0;
	color: #fff;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	text-align: center;
	padding: 15px;
	margin: 0 auto;
	display: block;
	text-transform: uppercase;
	white-space: inherit;
}
.btn:before{
	background: #0e2663 !important;
}

.btn01{
	background: #5d6166 !important;
}
.btn01:before{
	background: #494c50 !important;
}

/**
* ---------------------------------------
* Mix
* ---------------------------------------
*/
.sidebar{
	max-width: 310px;
}
.leftcontent {
	min-width: 860px;
}