@font-face {
	font-family: ProximaNovaA;
	src: url("/fonts/ProximaNovaA-Regular.otf") format("opentype");
}

@font-face {
	font-family: MinionPro;
	src: url("/fonts/MinionPro-Regular.otf") format("opentype");
}

@font-face {
	font-family: Montserrat;
	src: url("/fonts/Montserrat-ExtraLight.otf") format("opentype");
}

@font-face {
	font-family: Montserrat;
	font-weight: bold;
	src: url("/fonts/Montserrat-Regular.otf") format("opentype");
}

body {
	font-family: Montserrat !important;
	color: black !important;
}

h1 {
	font-size: 3rem !important;
}
h2 {
	font-size: 2.5rem !important;
}
h3 {
	font-size: 2rem !important;
}
h4 {
	font-size: 1.5rem !important;
}
h5 {
	font-size: 1.25rem !important;
}
h6 {
	font-size: 1rem !important;
}

blockquote {
	padding: 10px 20px;
	margin: 0 0 20px;
	font-weight: bold;
	border-left: 5px solid #eee;
}

a {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

a:hover,
a:focus,
a:active,
a:visited {
	text-decoration: none;
}

.evo-info-font {
	font-family: Montserrat;
	color: #0c5460;
	font-size: 16px;
	letter-spacing: 0.8px;
}

/* Buttons override */
.q-btn {
	margin: 1em;
}

.btn {
	/* text-transform: uppercase; */
	font-weight: normal;
	font-family: ProximaNovaA;
	color: #fff;
	background-color: #023572;
}

.btn-contact {
	display: inline-block;
	padding: 12px 6px;
	width: 100%;
}

.btn:hover {
	color: #fff;
	background-color: #000;
}

.btn-lg {
	padding: 15px 40px;
	font-size: 16px;
	line-height: none;
	border-radius: 4px;
}

.btn-gray {
	background-color: #ddd;
	color: #000;
}

.btn-red {
	background-color: #F45358;
	color: #fff;
}

.btn-yellow {
	background-color: #fcd93b;
	color: #2a2a2a;
	opacity: 0.8;
}

.btn-yellow:hover {
	opacity: 1;
}

.btn-yellow.disabled:hover,
.btn-yellow[disabled]:hover {
	opacity: 0.65;
}

.hero-header {
	background: #023572;
	padding: 15em 2em 5em 2em;
	color: #fff;
}

.hero-header h1 {
	font-weight: normal;
	letter-spacing: 5px;
}

.hero-header h4 {
	font-weight: normal;
	letter-spacing: 1px;
}

.hero-header .logo {
	max-width: 200px;
}

.hero-header .btn {
	margin-top: 3em;
}

.hero-header .rocket {
	max-width: 100%;
}

.display-1 {
	font-size: 1.8em;
	letter-spacing: 0.12em;
}

.hero-header-white {
	background: #fff;
	/* padding: 0em 0em 0em 0em; */
	/* padding-top: 12em; */
	/* padding-bottom: 5em; */
	/* margin-top: -70px; */
	/* margin-top: -4em; */
	/* padding-top: 2em; */
	color: #000;
	/* max-width: 100%; */
}

@media (min-width: 992px) {
	.hero-header-white {
		margin-top: -85px;
	}
}

.hero-header-white h1 {
	font-weight: normal;
	/* letter-spacing: 5px; */
}

.hero-header-white h4 {
	font-weight: normal;
	letter-spacing: 1px;
}

.hero-header-white .btn {
	margin-top: 3em;
}

.hero-header-white .rocket {
	max-width: 100%;
}


.me-row {
	padding: 30px 0;
}

.row-title {
	font-weight: 400;
}

.nav-tabs {
	margin-top: 20px;
}

.footer {
	background-color: #EEE;
	/* margin-top: 30px; */
	color: #000;
}

.footer p {
	margin-bottom: 0;
}

.footer-credit {
	padding: 20px;
}

ul.footer-menu {
	text-align: right;
}

ul.footer-menu li {
	display: inline-block;
}

ul.footer-menu li a {
	font-size: 12px;
	color: #fcd93b;
	padding-right: 20px;
}

ul.footer-menu li a:hover {
	color: #dd5138;
}

.contact {
	background-color: #3a3a3a;
	color: #fff;
	padding: 1em;
}

.contact h3 {
	margin-bottom: 30px;
}

.form-control {
	padding: 10px;
	border: 1px solid #eee;
	background-color: #F6F8FA;
	box-shadow: none;
}

.form-group {
	padding-bottom: 5px;
}

.form-control-feedback {
	top: 15px;
	right: 15px;
}

.animated {
	-webkit-animation-duration: 5s;
	animation-duration: 5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
}

@-webkit-keyframes bounce {

	0%,
	20%,
	50%,
	80%,
	100% {
		-webkit-transform: translateY(0);
	}

	40% {
		-webkit-transform: translateY(-30px);
	}

	60% {
		-webkit-transform: translateY(-15px);
	}
}

@keyframes bounce {

	0%,
	20%,
	50%,
	80%,
	100% {
		transform: translateY(0);
	}

	40% {
		transform: translateY(-30px);
	}

	60% {
		transform: translateY(-15px);
	}
}

.bounce {
	-webkit-animation-name: bounce;
	animation-name: bounce;
}

/* ========================================
Custom Media Queries
======================================== */

/* Mobile */

@media (max-width: 767px) {
	.hero-header {
		padding: 3em 1em 1em 1em;
		text-align: center;
		max-height: 550px;
	}

	.speaker .feature {
		width: 100%
	}

	.footer-credit {
		text-align: center;
		padding: 40px 20px;
	}

	ul.footer-menu {
		text-align: center;
		margin-top: 30px;
	}
}

/* iPad Portrait */

@media (min-width: 768px) and (max-width: 991px) {
	.hero-header {
		padding: 3em 1em 1em 1em;
		text-align: center;
	}

	.speaker .feature {
		width: 49%;
		margin-right: 7px;
	}

	ul.footer-menu {
		margin-top: 0;
	}
}

/* iPad Landscape */

@media (min-width: 992px) and (max-width: 1199px) {
	.speaker .feature {
		width: 49%;
		margin-right: 9px;
	}
}

#main-heading {
	font-size: 62px;
	font-weight: 500;
	color: #fff;
}

#nav-bar-logo {
	margin-top: 0px;
	width: 40px;
}

#home {
	padding-bottom: 0em;
}

button,
input,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	color: black;
}

button:hover {
	/* color: #000000; */
	color: red;
}

.dataTables_wrapper {
	font-family: MinionPro;
}

.module-options {
	background: #023572;
	min-height: 350px;
	max-height: 750px;
	padding: 2em 2em;
	color: #fff;
}

/*--
	Header Start
--*/
header {
	background: #fff;
	padding: 10px 0px 10px 0pxm
}

header .navbar {
	font-size: medium;
	/* background-color: blue; */
	/* margin-bottom: 0px; */
	/* border: 0px; */
	/* padding: 0px; */
}

header .navbar-nav {
	/* background-color: red; */
	/* padding-top: 0px; */
	/* padding: 0px; */
}

header .navbar-nav li {
	/* padding: 0em 0.5em; */
	padding: 0px 5px;
	/* font-size: 20px; */
}

header .navbar-nav li a {
	color: #000;
	padding: 2px 10px;
	/* padding: 0px 24px; */
	/* padding: 0em 0.5em; */
	/* font-size: 20px; */
	font-size: 1.4em;
	font-family: Montserrat;
	font-weight: Regular;
}

header .navbar-nav .dropdown-item {
	color: #000;
	padding: 2px 10px;
	font-size: 1.0em;
	font-family: Montserrat;
	font-weight: Bold;
}

header .navbar-nav li a:hover {
	color: #555;
	/* font-weight: bold; */
}

header .nav-lang li a {
	color: #000;
	padding: 0px;
	font-size: 1.0em;
	font-weight: bold;
}

header .border-evo {
	border-width: 0.5em !important;
	border-color: #023572 !important;
}

.border-evo {
	border-width: 0.5em !important;
	border-color: #023572 !important;
}

.border-evo-r {
	border-right-width: 0.2em !important;
	border-right-color: #023572 !important;
}

.border-evo-light {
	border-width: 0.1em !important;
	border-color: #023572 !important;
}

.dashgray {
	background-color: #EEE;
}

.table-white-row table tr {
	background-color: #FFF !important;
}

.table-white table tr {
	background-color: #FFF !important;
}

.table-white table th {
	color: #FFF !important;
	background-color: #023572 !important;
}

.table-cell-center {
	text-align: center;
}

.table-cell-left {
	text-align: left;
}

.table-cell-right {
	text-align: right;
}

.carousel-caption {
	color: black;
}

.carousel-control-prev {
	background: #111;
	filter: invert(100%);
}

.carousel-control-next {
	background: #111;
	filter: invert(100%);
}

.carousel-item {
	width: 100%;
	min-height: 360px;
}
