body {
	font-family: 'Helvetica Neue LT Std';
}
button:focus,
a:active,
a:focus {
	outline: 0 none;
	box-shadow: none;
}


.navbar-brand .img-fluid {
    max-height: 35px;
}


.menu span { 
  margin-top: -50px;        /* Size of fixed header */
  padding-bottom: 50px; 
  display: block;
}

/** **/
.header {
	background-color: #00214a;
	padding: 15px 0;
	position: sticky;
	top: 0;
	z-index: 100;
}
.header.fix {
	padding: 5px 0;
}
.header.fix .navbar-brand .img-fluid {
	max-height: 35px;
}


#SideBar {
	background-color: rgba(0,0,0,0.95);
	padding: 30px 15px;
	width: 100%;
	height: 100%;
	text-align: center;
	position: fixed;
	top: -100%;
	left: 0;
	transform: translate3d(0px, 0px, 0px);
	transition: .3s;
	z-index: 1000;
	transition: top 0.3s ease-in-out 0s;
	-webkit-transition: top 0.3s ease-in-out 0s;
	-moz-transition: top 0.3s ease-in-out 0s;
	-o-transition: top 0.3s ease-in-out 0s;
}

.navbar-menu .navbar-nav {
	-ms-flex-direction: column;
	flex-direction: column;
}
.navbar-menu .navbar-nav > li {
	display: block;
	padding: 5px;
	margin-bottom: 15px;
}
.navbar-menu .navbar-nav > li:last-child {
	margin-bottom: 0;
}
.navbar-menu .navbar-nav > li a {
	font-weight: 300;
	font-size: 40px;
	line-height: 50px;
	font-family: 'Helvetica Neue LT Std', sans-serif;
	color: #ffffff;
	padding: 10px 5px;	
	text-decoration: none;
	position: relative;
	text-transform: uppercase;
}
.navbar-menu .navbar-nav > li a:hover {
	color: #005eb5;
}
#SideBar.active {
	top: 0;
	visibility: visible;
	transform: translate3d(0px, 0px, 0px);
}

/*** Close Menu **/
.close-menus {
	position: absolute;
	right: 5px;
	top: 10px;
	cursor: pointer;
	padding: 5px;
	display: inline-block;
}
.close-menus:before, .close-menus:after {
	content: '';
	display: block;
	height: 2px;
	background: #ffffff;
	position: relative;
	transition: transform .2s ease;
	width: 30px;
}

.close-menus:before {
	top: 4px;
	transform: rotate(135deg);
}

.close-menus:after {
	top: 2px;
	transform: rotate(45deg);
}

.nav-header {
    -webkit-display: flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}

.navbar-toggle {
    padding: .25rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .25rem;
	margin-left: auto;
}

.bar-cols {
	display: block;
	vertical-align: middle;
	position: relative;
	top: -2.5px;
	margin: 0;
	border: none;
}
.bar-rows {
	width: 30px;
	height: 2px;
	background-color: #ffffff;
	display: block;
}
.bar-rows+.bar-rows {
	margin-top: 7px;
}
.bar-cols .bar-rows:nth-of-type(2) {
	top: 1px;
}

.bar-cols .bar-rows:nth-of-type(3) {
  	top: 2px;
}

.bar-cols .bar-rows {
	position: relative;
	transition: all 200ms ease-in-out;
}

.bar-cols.active .bar-rows:nth-of-type(1) {
	top: 7px;
	transform: rotate(45deg);
}

.bar-cols.active .bar-rows:nth-of-type(2) {
	background-color: transparent;
}

.bar-cols.active .bar-rows:nth-of-type(3) {
	top: -5px;
	transform: rotate(-45deg);
}

.navbar-in {
	height: 100%;
	display: flex;
	align-items: center;
}

/** **/
.Banner .carousel-inner .carousel-caption {
	top: 50%;	
	left: 0;
	right: 0;
	bottom: auto;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	
	text-align: left;
	
	text-shadow: none;
	padding-top: 0;
	padding-bottom: 0;	
}
.Banner .carousel-item .img-fluid {
	width: 100%;
}

.Banner .carousel-control-prev,
.Banner .carousel-control-next {
	text-align: center; 
	z-index: 999; 
	margin: auto; 
	display: inline-block; 
	width: 35px;
	height: 50px;
	line-height: 48px;
	text-shadow: none;
	background-color: rgba(0,94,181,.75);
	border: none;
}
.carousel-control-next-icon, .carousel-control-prev-icon {
	vertical-align: middle;
}
.Banner .carousel-control-prev {  
	left: 0;
}
.Banner .carousel-control-next {  
	right: 0;
}
.Banner .carousel-control img { 
	margin-left: auto; 
	margin-right: auto; 
}


.Banner .carousel-indicators li {
    width: 25px;
    height: 2px;
    margin-right: 7.5px;
    margin-left: 7.5px;
    background-color: #ffffff;
    opacity: 1;
	border-radius: 2px;
	border: 0;
    transition: background-color .6s ease;
}
.Banner .carousel-indicators .active {
	background-color: #005eb5;
}

.banner-head-a {
    font-weight: 100;
    font-size: 70px;
    line-height: 1.15;
    font-family: 'Helvetica Neue LT Std', sans-serif;
    color: #ad8b5e;
}
.banner-head-a.gold {
	color: #ad8b5e;
}
.banner-head-a.ligh-blue {
	color: #0084ff;
}
.banner-head-a.blue {
	color: #0f2965;
}
.banner-head-a.gray {
	color: #ababab;
}

/** **/
.gutter-a {
	padding: 20px 0;
}

.list-point > li {
	font-weight: 300;
	font-size: 28px;
	line-height: 1.5;
	font-family: 'Helvetica Neue LT Std';
	color: #646464;
	margin-bottom: 15px;
}

/** **/
.con-section {
	padding-top: 40px;
	padding-bottom: 40px;
}
.head-a {
	font-weight: 300;
	font-size: 32px;
	line-height: 40px;
	font-family: 'Helvetica Neue LT Std';
	color: #005eb5;
}
.text-a {
	font-weight: 300;
	font-size: 21px;
	line-height: 35px;
	font-family: 'Helvetica Neue LT Std';
	color: #646464;
}

/** **/
.bg-section {
	position: relative;
}
.bg-section .img-full {
	width: 100%;
}

.bg-captions {
    position: absolute;
	top: 50%;
    left: 0;
    right: 0;
    -webkit-transform: translatey(-50%);
    transform: translatey(-50%);
}
.bg-title {
	font-weight: 300;
	font-size: 32px;
	line-height: 40px;
	font-family: 'Helvetica Neue LT Std';	
}
.bg-title.blue {
	color: #005eb5;
}
.bg-title.white {
	color: #ffffff;
}

.bg-text {
	font-weight: 300;
	font-size: 20px;
	line-height: 30px;
	font-family: 'Helvetica Neue LT Std';
	color: #ffffff;
}
.bg-text.white {
	color: #ffffff;
}
.bg-text.gray {
	color: #646464;
}


/** **/
.client-section {
	padding-top: 30px;
	padding-bottom: 30px;
}
.client-box {
	text-align: center;
	height: 115px;
	line-height: 115px;
}
.client-box img {
	max-height: 115px;
}
.client-crousel.owl-carousel .owl-item img {
    width: auto;
	margin-left: auto;
	margin-right: auto;
}

/** **/
.footer {
	padding: 30px 0;
	background-color: #00214a;
}
.footer-text {
	font-weight: 300;
	font-size: 20px;
	line-height: 1.25;
	font-family: 'Helvetica Neue LT Std';
	color: #ffffff;
}
.footer-text a {
	color: #ffffff;
	margin-left: 5px;
	margin-right: 5px;
}
.footer-text-a {
	font-weight: 500;
}

/* Page Animated Scroll Top */
.go-top {
	position:fixed;
    right:15px;
    bottom:15px;
    cursor:pointer;
    width: 50px;
    height: 50px;
	border-radius: 50%;
	background: #005eb5;
	border: 1px solid #ffffff;
	text-align: center;
	/*text-indent:-9999px;*/
    /*display:none;*/
	z-index: 999;
}
.go-top:hover {
	color: #fff; 
	background: #005eb5; 
	border: 1px solid #ffffff; 
}

.go-top:focus,
.go-top:active {
	text-decoration: none;
	outline:0 none;
}

.go-top i {
	border: solid white;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 6px;
	top: 17px;
	position: relative;
}
.up {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
}

.hr-footer-a {
    background-color: #ffffff;
    height: 1px;
    border: none;
    margin: 10px auto;
    max-width: 101px;
}