@import "fonts.css";

strong {
	font-weight: 600;
}
body {
	font-family: Agenda;
	font-size: 12px;
}
.bold {
	font-weight: 700;
}
.text-center {
	text-align: center;
}
.mr-0 {
	margin-right: 0 !important;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.clear {
	clear: both;
}
.wrapper {
	margin: 0 auto;
	max-width: 1180px;
	position: relative;
}
.is-desktop {
	display: block !important;
}
.is-mobile {
	display: none;
}
a {
	text-decoration: none;
}
h1 {
	font-size: 60px;
}
h2 {
	font-size: 50px;
}
h3 {
	font-size: 35px;
}
h4 {
	font-size: 25px;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
}
.blue {
	color: #002469;
}
.white {
	color: white;
}
.btn {
	background: #ee1b2c;
	padding: 0px 10px;
	border-radius: 15px;
	color: #fff;
	line-height: 30px;
	padding-top: 2px;
}
.btn.btn-large {
	padding: 0px 60px;
	border-radius: 35px;
	line-height: 65px;
}
.section {
	padding: 60px 0 70px;
}
.section .section-title {
	color: #002469;
	font-size: 50px;
	line-height: 58px;
	position: relative;
	text-align: center;
	padding-bottom: 20px;
	margin-bottom: 40px;
}
.section .section-title:after {
	content: "";
	position: absolute;
	bottom: 0px;
	max-width: 172px;
	width: 100%;
	height: 4px;
	background: #e09d66;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}
#about.section .section-title:after {
	background: #0562cc;
	max-width: 172px;
	width: 100%;
	height: 4px;
}
#offerings.section .section-title {
	color: #fff;
	font-weight: 200;
}
#offerings.section .section-title:after {
	background: #fff;
}
.section.feat {
	position: relative;
	background: url(../img/bg.png) no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center;
	overflow: hidden;
	min-height: 745px;
}
.section.feat .pot {
	position: absolute;
	bottom: -20px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	max-width: 1050px;
}
.section.feat .wrapper {
	height: 530px;
}
.section.feat .feat-info {
	position: absolute;
	left: 50%;
	top: -7px;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	color: #fff;
	text-align: center;
	width: 100%;
}
.section.feat .feat-info h1 {
	font-size: 60px;
	font-weight: 100;
}
.section.feat .feat-info h1 strong {
	font-weight: 700;
}
.section.info p {
	text-align: center;
	font-size: 26px;
	line-height: normal;
}
.section.investors {
	background: linear-gradient(to bottom, #2d344e 1%, #5e6673 50%, #515a63 100%);
}
.section.investors ul.box {
	display: flex;
	flex-direction: row;
	margin: 0 -10px;
	padding-top: 85px;
}
.section.investors ul.box > li {
	background: #fff;
	width: 330px;
	margin: 0 10px;
	padding: 100px 30px 30px;
	position: relative;
}
.section.investors ul.box > li .box-feat {
	border-radius: 100px;
	width: 170px;
	height: 170px;
	margin: 0 auto;
	position: absolute;
	left: 50%;
	top: -85px;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}
.section.investors ul.box > li .box-feat img {
	position: absolute;
	top: 55%;
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	width: 180px;
}
.section.investors ul.box > li h4 {
	font-family: Agenda-SemiBold;
	font-size: 30px;
	font-weight: 600;
	line-height: normal;
	margin-top: 7px;
	margin-bottom: 20px;
	text-align: center;
}
.section.investors ul.box > li p {
	font-weight: 100;
	font-size: 20px;
	margin-bottom: 10px;
}
.section.investors ul.box > li p strong {}
.section.investors ul.box > li:nth-last-child(0) {
	margin-right: 0;
}
.section.investors ul.box > li ul li {
	margin-left: 15px;
	position: relative;
	font-size: 18px;
}
.section.investors ul.box > li ul li:before {
	content: "-";
	position: absolute;
	left: -12px;
}
header {
	color: #fff;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 9999;
}
header .inner-head {
	background: #002469;
	padding: 30px 0;
}
header .inner-head > .wrapper {
	max-width: 1320px;
}
header ul.menu {
	float: right;
	margin-top: 5px;
}
header ul.menu li {
	float: left;
	margin-left: 20px;
}
header ul.menu li a {
	color: #fff;
	font-size: 18px;
	font-weight: 200;
	position: relative;
	display: inline-block;
}
header ul.menu li a.active:not(.btn):after, header ul.menu li a:hover:not(.btn):after {
	content: "";
	position: absolute;
	bottom: -10px;
	height: 3px;
	width: 30px;
	background: #fff;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}
header ul.menu li .btn {
	margin-top: -5px;
	background: #ee1b2c;
}
.content {
	margin-top: 96px;
}
footer .footer-top {
	padding: 50px 0 70px;
}
footer .footer-top h3 {
	background: url(../img/message-icon.png) no-repeat;
	text-align: left;
	margin-bottom: 30px;
	color: #002469;
	max-width: 630px;
	width: 100%;
	padding-left: 110px;
	margin: 0 auto 40px;
	font-size: 35px;
	position: relative;
}
footer .footer-top p {
	font-size: 14px;
	margin-bottom: 10px;
}
footer .footer-top strong {
	font-size: 14px;
}
footer .footer-top .footer-action {
	width: 680px;
	width: 100%;
	margin: 0 auto;
	text-align: center;
	margin-bottom: 70px;
}
footer .footer-top .footer-action .btn {
	margin-right: 50px;
	color: #fff;
	display: inline-block;
	font-size: 23px;
	letter-spacing: 1px;
	max-width: 190px;
    width: 100%;
}
footer .footer-bottom {
	background: #002469;
	text-align: center;
	padding: 15px 0;
}
footer .footer-bottom p {
	font-size: 14px;
	line-height: normal;
	color: #fff;
}
.for-desktop {
	display: block;
}
.for-mobile {
	display: none;
	background: rgba(0, 36, 105, 0);
}
.animated {
	-webkit-animation: glow 2s infinite alternate;
	animation: glow 2s infinite alternate;
	-webkit-animation-timing-function: ease;
	animation-timing-function: ease;
}
.overlay {
	height: 0%;
	width: 100%;
	position: fixed;
	z-index: 1;
	top: 0;
	left: 0;
	background-color: rgb(0,36,105);
	background-color: rgba(0,36,105, 0.9);
	overflow-y: hidden;
	transition: 0.5s;
}
.overlay .menu-content {
	position: relative;
	top: 25%;
	width: 100%;
	text-align: center;
	margin-top: 30px;
}
