body{
	font-family: "Open Sans", sans-serif;
	color: #111;
	background-color: #FFF;
}
a{
	color: #f6b024;
}
a:hover{
	color: #ec1b24;
	text-decoration: none;
}
h1, h2, h3, h4, h5, h6{
	font-family: "Raleway", sans-serif;
}
textarea{
	resize: none;
}
.btn:focus{
	box-shadow: none;
	text-decoration: none;
}
.back-to-top{
	position: fixed;
	display: none;
	right: 15px;
	bottom: 15px;
	z-index: 99999;
}
.back-to-top i{
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	width: 40px;
	height: 40px;
	border-radius: 50px;
	background: #0880e8;
	color: #fff;
	transition: all 0.4s;
}
.back-to-top i:hover{
	background: #f6b024;
	color: #fff;
}
#preloader{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 9999;
	overflow: hidden;
	background: #fff;
}
#preloader:before{
	content: "";
	position: fixed;
	top: calc(50% - 30px);
	left: calc(50% - 30px);
	border: 6px solid #0880e8;
	border-top-color: #bfe0fd;
	border-radius: 50%;
	width: 60px;
	height: 60px;
	-webkit-animation: animate-preloader 1s linear infinite;
	animation: animate-preloader 1s linear infinite;
}
@-webkit-keyframes animate-preloader{
	0%{
		transform: rotate(0deg);
	}
	100%{
		transform: rotate(360deg);
	}
}
@keyframes animate-preloader{
	0%{
		transform: rotate(0deg);
	}
	100%{
		transform: rotate(360deg);
	}
}


#topbar{
	height: 60px;
	font-size: 14px;
	transition: all 0.5s;
	overflow: hidden;
	color: rgba(255, 255, 255, 0.8);
}
#topbar.topbar-scrolled{
	top: -60px;
}
#topbar .contact-info ul{
	padding: 0;
	margin: 0;
	list-style: none;
}
#topbar .contact-info li{
	display: inline-block;
	padding: 0;
}
#topbar .contact-info li + li{
	margin-left: 18px;
}
#topbar .contact-info a{
	color: rgba(255, 255, 255, 0.8);
	transition: 0.3s;
}
#topbar .contact-info a:hover{
	color: #fff;
}
#topbar .contact-info i{
	color: #f6b024;
	padding-right: 4px;
}


header{
	background: rgba(0, 0, 0, 0.1);
	transition: all 0.5s;
	z-index: 997;
	padding: 15px 0;
	top: 60px !important;
}

header.header-scrolled {
	top: 0 !important;
	background: rgba(5, 87, 158, 0.9);
}
header .logo img {
	max-height: 60px;
}
.header-inner-pages {
	background: rgba(5, 87, 158, 0.9) !important;
}

.topbar-inner-pages {
	background: rgba(6, 98, 178, 0.9) !important;
}

.nav-menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.nav-menu > ul {
	display: flex;
}
.nav-menu > ul > li {
	position: relative;
	white-space: nowrap;
	padding: 10px 0 10px 24px;
}
.nav-menu a {
	display: block;
	position: relative;
	color: rgba(255, 255, 255, 0.7);
	transition: 0.3s;
	font-size: 14px;
	padding: 0 3px;
	font-family: "Open Sans", sans-serif;
}
.nav-menu > ul > li > a:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 2px;
	bottom: -5px;
	left: 0;
	background-color: #f6b024;
	visibility: hidden;
	width: 0px;
	transition: all 0.3s ease-in-out 0s;
}
.nav-menu a:hover:before, .nav-menu li:hover > a:before, .nav-menu .active > a:before {
	visibility: visible;
	width: 100%;
}
.nav-menu a:hover, .nav-menu .active > a, .nav-menu li:hover > a {
	color: #fff;
}
.nav-menu .drop-down ul {
	display: block;
	position: absolute;
	left: 14px;
	top: calc(100% + 30px);
	z-index: 99;
	opacity: 0;
	visibility: hidden;
	padding: 10px 0;
	background: #fff;
	box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
	transition: 0.3s;
	border-radius: 8px;
}
.nav-menu .drop-down:hover > ul {
	opacity: 1;
	top: 100%;
	visibility: visible;
}
.nav-menu .drop-down li {
	min-width: 180px;
	position: relative;
}
.nav-menu .drop-down ul a {
	padding: 10px 20px;
	font-size: 14px;
	font-weight: 500;
	text-transform: none;
	color: #032e54;
}
.nav-menu .drop-down ul a:hover, .nav-menu .drop-down ul .active > a, .nav-menu .drop-down ul li:hover > a {
	color: #0880e8;
}
.nav-menu .drop-down > a:after {
	content: "\ea99";
	font-family: IcoFont;
	padding-left: 5px;
}
.nav-menu .drop-down .drop-down ul {
	top: 0;
	left: calc(100% - 30px);
}
.nav-menu .drop-down .drop-down:hover > ul {
	opacity: 1;
	top: 0;
	left: 100%;
}
.nav-menu .drop-down .drop-down > a {
	padding-right: 35px;
}
.nav-menu .drop-down .drop-down > a:after {
	content: "\eaa0";
	font-family: IcoFont;
	position: absolute;
	right: 15px;
}


#home-top{
	width:100%;
	height: 500px;
	overflow: hidden;
	position: relative;
	background: url("../img/cta-bg.jpg") top center;
	background-size: cover;
	padding-top: 200px;
}
#home-top:before{
	content: "";
	background: rgba(17, 111, 223, 0.9);
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
#other-top{
	height: 280px;
	overflow: hidden;
	position: relative;
}
#other-top:before{
	content: "";
	background: rgba(17, 111, 223, 0.9);
	position: absolute;
	z-index: 1;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
#other-top .text-overflow{
	position: relative;
	z-index: 2;
	color: #FFF;
}
#footer {
	background: #05579e;
	padding: 0 0 30px 0;
	color: #fff;
	font-size: 14px;
}
#footer .footer-newsletter {
	padding: 50px 0;
	background: #05579e;
}
#footer .footer-newsletter h4 {
	font-size: 24px;
	margin: 0 0 20px 0;
	padding: 0;
	line-height: 1;
	font-weight: 600;
}
#footer .footer-newsletter form {
	margin-top: 30px;
	background: #fff;
	padding: 6px 10px;
	position: relative;
	border-radius: 50px;
}
#footer .footer-newsletter form input[type="email"] {
	border: 0;
	padding: 4px;
	width: calc(100% - 100px);
}
#footer .footer-newsletter form input[type="submit"] {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	border: 0;
	background: none;
	font-size: 16px;
	padding: 0 20px;
	margin: 3px;
	background: #f6b024;
	color: #fff;
	transition: 0.3s;
	border-radius: 50px;
}
#footer .footer-newsletter form input[type="submit"]:hover {
	background: #0880e8;
}
#footer .footer-top {
	background: #065fad;
	padding: 60px 0 30px 0;
}
#footer .footer-top .footer-info {
	margin-bottom: 30px;
}
#footer .footer-top .footer-info h3 {
	font-size: 18px;
	margin: 0 0 20px 0;
	padding: 2px 0 2px 0;
	line-height: 1;
	font-weight: 700;
}
#footer .footer-top .footer-info p {
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 0;
	font-family: "Raleway", sans-serif;
	color: #fff;
}
#footer .footer-top .social-links a {
	font-size: 16px;
	display: inline-block;
	background: rgba(255, 255, 255, 0.1);
	color: #fff;
	line-height: 1;
	padding: 10px 0;
	margin-right: 4px;
	border-radius: 50%;
	text-align: center;
	width: 36px;
	height: 36px;
	transition: 0.3s;
}
#footer .footer-top .social-links a:hover {
	background: #f6b024;
	color: #fff;
	text-decoration: none;
}
#footer .footer-top h4 {
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
	position: relative;
	padding-bottom: 12px;
}
#footer .footer-top .footer-links {
	margin-bottom: 30px;
}
#footer .footer-top .footer-links ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
#footer .footer-top .footer-links ul i {
	padding-right: 7px;
	color: #5db1f9;
	font-size: 10px;
	line-height: 1;
}
#footer .footer-top .footer-links ul li {
	padding: 10px 0;
	display: flex;
	align-items: center;
}
#footer .footer-top .footer-links ul li:first-child {
	padding-top: 0;
}
#footer .footer-top .footer-links ul a {
	color: rgba(255, 255, 255, 0.75);
	transition: 0.3s;
	display: inline-block;
	line-height: 1;
}
#footer .footer-top .footer-links ul a:hover {
	color: #fff;
}
#footer .footer-top .footer-contact {
	margin-bottom: 30px;
}
#footer .footer-top .footer-contact p {
	line-height: 26px;
}
#footer .copyright {
	text-align: center;
	padding-top: 30px;
}







/*.bg-black{
	background-color: #111;
}
header .navbar .nav .nav-item{
	margin-right: 30px;
}
header .navbar .nav .nav-item.active a{
	color: #ec1b24;
}
header .navbar .nav .nav-item:last-child{
	margin-right: 0;
}
.img-darken{
	filter: brightness(70%);
}
.number{
    width: 50px;
    height: 50px;
    font-size: 23px;
    line-height: 33px;
    padding: 5px;
    border-width: 3px !important;
}
.table-bordered td, .table-bordered th{
	border-color: #111;
}*/