/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1.5;
  text-align: center;
}

blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

html {
  scroll-behavior: smooth;
  height: 100%;
}

* {
  box-sizing: border-box;
}

body {
  box-sizing: border-box;
  margin: 0;
  background-color: white;
  display: flex;
  flex-direction: column;
}

footer {
  background-color: #01696c;
  color: #fff;
  padding: 1rem 3rem;
  margin-top: auto;
}

.footer-container {
  /* border: 1px solid pink;*/
  color: #fff;
  margin: auto;
}

a {
  cursor: pointer;
}

i {
  font-size: 1rem;
  vertical-align: middle;
}

p {
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  line-height: 1.6;
  text-align: left;
}

span {
  font-family: "Roboto", sans-serif;
}

span.image_link {
  font-size: 0.8rem;
  color: #6c6c6c;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Raleway", sans-serif;
}

.header.en_header,
.header.investor_header {
  min-height: 20vh;
}

.header,
.about_header {
  box-sizing: border-box;
  background: #01696c;
  background-image: linear-gradient(
      90deg,
      rgba(0, 48, 49, 0.85),
      rgba(0, 90, 93, 0.109)
    ),
    url(/images/trade_cargo_shipping_investments.jpg);
  background-position: center;
  background-size: cover;
  position: relative;
  background-color: lightyellow;
  background-position: center;
  background-size: cover;
  position: relative;
  box-shadow: 0 0 20px 0 black;
  display: flex;
  flex-direction: column;
  width: 100%;
}

.home_header {
  height: 100vh;
}

.about_header {
  box-sizing: border-box;
  min-height: 70vh;
  background-image: linear-gradient(
      45deg,
      rgba(1, 54, 55, 0.85),
      rgba(1, 53, 54, 0.1)
    ),
    url(/images/About-Page-Header-Image.png);
}

.header.en_header,
.header.investor_header {
  background: #fff;
  box-shadow: none;
  min-height: 25vh;
}

.header.investor_header {
  min-height: 30vh;
}

nav {
  box-sizing: border-box;
  display: flex;
  width: 100%;
  padding: 2% 6%;
  margin: 0 auto;
  background-color: white;
  align-items: center;
  justify-content: center;
  z-index: 2;
  position: absolute;
}

.nav-container {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-around;
  text-align: center;
  width: 100%;
  max-width: 1200px;
}
/* Hamburger Styles */
.menu_icon {
  display: none;
}
.menu_icon > a {
  display: block;
}

.hamburger > .line {
  height: 3.9px;
  width: 40px;
  margin: 0 auto;
  background: #fff;
  display: block;
  transition: all 0.5s;
  position: relative;
  top: 50%;
  left: 0%;
  transform: translate(0, -50%);
  border-radius: 2px;
}

.hamburger .line:nth-child(1) {
  transform: translateY(-10px);
}

.hamburger .line:nth-child(3) {
  transform: translateY(7.5px);
}

a#hamburger-4:hover .line:nth-child(1),
a#hamburger-4:focus .line:nth-child(1) {
  transform: translate(1px, 16px);
  width: 20px;
}

a#hamburger-4:hover .line:nth-child(2),
a#hamburger-4:focus .line:nth-child(2) {
  background: none;
  border: 2px solid #fff;
  height: 40px;
  width: 40px;
  border-radius: 0px;
  transform: translate(0px, 1px) rotate(45deg);
  padding: 0% 0;
}

a#hamburger-4:hover .line:nth-child(3),
a#hamburger-4:focus .line:nth-child(3) {
  transform: translate(1px, -15px);
  width: 20px;
}

/* End of Hamburger Styles */

.logo,
.menu_icon,
.nav-links {
  flex: 1;
}

.logo a {
  text-decoration: none;
  color: #01696c;
}

.logo-text {
  text-align: left;
}

.logo {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.logo img {
  display: block;
  width: 120px;
  height: auto;
}

.nav-links > ul,
.social-links > ul {
  display: flex;
  list-style: none;
  text-align: center;
  align-items: center;
  justify-content: flex-start;
  margin: 2rem auto;
}

.nav-links > ul {
  margin-top: 0rem;
}

.social-links > ul {
  gap: 20px;
  margin-bottom: 0px;
}

.nav-links > ul > li,
.social-links > ul > li {
  box-sizing: border-box;
  list-style: none;
  width: 80%;
  text-align: left;
}

.social-links > ul > li {
  text-align: center;
  width: 66%;
}

.nav-links > ul > li {
  text-align: center;
}

.nav-links > ul > li:nth-child(3) > a {
  background-color: #01696c;
  color: #fff;
  font-weight: bolder;
  padding: 10px 10px;
  text-align: center;
  width: 100%;
}

.nav-links > ul > li:nth-child(3) > a:hover {
  background-color: #5cbec2;
  color: #fff;
  text-decoration: underline;
  font-weight: initial;
  border: none;
}

.nav-links > ul > li,
.nav-links > ul > li > a {
  padding: 10px 0;
}

.nav-links > ul > li > a,
.social-links > ul > li > a,
.social-links > ul > li:nth-child(1) {
  box-sizing: border-box;
  display: block;
  color: #01696c;
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  text-decoration: none;
  text-transform: capitalize;
  letter-spacing: 0.09rem;
  text-align: center;
  width: 100%;
}

.social-links > ul > li > a {
  text-align: center;
}

.nav-links > ul > li:nth-child(1) {
  margin-left: 0px;
}

.social-links > ul > li:nth-child(1) {
  font-size: 0.95rem;
  width: 100%;
}

.social-links > ul > li > a > i {
  font-size: 1.6rem;
}

.nav-links > ul > li > a:hover {
  color: #5cbec2;
}

.social-links > ul > li > a:hover {
  color: #5cbec2;
}

.logo-text {
  color: #01696c;
}

.logo-text h2 {
  font-size: 1.7rem;
  margin: 0 0 0rem 10px;
  font-weight: 300;
  letter-spacing: 0.3;
  text-transform: uppercase;
  text-align: left;
  margin-bottom: 0.1rem;
}

.logo-text h3 {
  font-size: 0.82rem;
  margin-left: 10px;
  font-weight: 300;
}

.line {
  display: block;
  background-color: #fefccc;
  font-weight: 600;
  height: 6px;
  width: 80%;
  margin: 6px;
}

.green-line {
  margin: 2rem auto;
  width: 40%;
}

.darkgreen-line {
  background-color: #01696c;
  display: block;
  font-weight: 600;
  height: 6px;
  width: 80%;
  margin: 10px;
}

.green {
  color: #004b4d;
}

.header_buttons {
  display: block;
}

.header_buttons ul {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 2rem auto;
}

.header_buttons li:not(li.type) {
  box-sizing: border-box;
  display: inline-block;
  cursor: pointer;
  width: 100%;
  max-width: 250px;
  border-radius: 30px;
  background-color: #01696c;
  margin-right: 1.5rem;
  border: 1px solid #317f7f;
  box-shadow: 0 0 15px 0 rgb(0 57 35);
}

.header_buttons li:not(li.type) > a {
  color: #fefccc;
  text-decoration: none;
  font-family: "Raleway", sans-serif;
  font-weight: 100;
  font-size: 0.9rem;
  text-align: center;
  display: block;
  padding: 1rem 0.4rem;
  width: 100%;
}

.header_buttons.about_yellow.inform_list li {
  color: #01696c;
  background-color: #fefccc;
  box-shadow: 0 0 30px 0 rgb(0 57 35);
}

.header_buttons.about_yellow.inform_list li a {
  color: #01696c;
  font-weight: 900;
  padding: 1.2rem 0.4rem;
}

.header_buttons li:not(li.type):hover {
  background-color: #3e9597;
  border: 1px solid #5eb9bc;
}

.header_buttons.about_yellow.inform_list li:hover {
  background-color: #3e9597;
}

.header_buttons.about_yellow.inform_list li a:hover {
  color: #fefccc;
}

div.header_buttons > .inform_list {
  background-color: #fefccc;
  color: #01696c;
}

.header_buttons li:not(li.type) > a i {
  margin: 0px 5px;
  margin-top: -5px;
}

.header_buttons li:not(li.type) > a i:hover {
  margin-right: 5px;
}

.text-box {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: absolute;
  top: 28%;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 5rem auto;
  color: #fefccc;
  max-width: 1200px;
}

.about-text-box {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  max-width: 1000px;
  gap: 50px;
}

.text-box h1,
.about-text-box h1 {
  font-size: 1.4rem;
  margin-top: 2rem;
  text-transform: uppercase;
  color: #fefccc;
}

.text-box h2,
.about-text-box h2 {
  margin: 1.5rem auto 1.8rem;
  font-size: 1.2rem;
  font-family: "Roboto", sans-serif;
  color: #fefccc;
  text-transform: initial;
}

.about-text-box .box:nth-child(1) {
  flex: 1.8;
  margin: 0 0rem;
}

.about-text-box .box:nth-child(2) {
  flex: 1;
  position: relative;
}

.box {
  flex: 1;
  display: block;
  overflow: hidden;
  text-align: left;
  margin: 0 auto;
}

.box > div {
  margin: 1rem 0;
}

.box.africa-section {
  text-align: right;
  position: relative;
}

img {
  max-width: 100%;
}

.box > div img {
  display: block;
  text-align: left;
}

div.box img.creditcard {
  display: block;
  text-align: left;
}

.header_buttons li:hover,
.investor_form_container form button {
  border: 1px solid #fefccc;
  background-color: #317f7f;
  box-shadow: 0 0 30px 0 rgb(0, 57, 35);
  transition: all 0.2s ease-in-out;
}

main {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.main_container {
  box-sizing: border-box;
  display: block;
  margin: 0rem auto;
  width: 100%;
  max-width: 1000px;
  margin-bottom: 3rem;
}

.main_container:nth-child(1) {
  margin-top: 4rem;
}

.footer_container,
.newsletter_container,
.social_container,
.contact_container,
.home_address {
  box-sizing: border-box;
  display: flex;
  max-width: 1000px;
  align-items: center;
  justify-content: center;
  flex: 1;
  margin: 0rem auto;
  overflow: hidden;
  /*border: 1px solid red;*/
}

.contact_container {
  margin-top: 50px;
}

.footer-container a {
  color: #fff;
  text-decoration: none;
}

.video-player-section {
  display: block;
  margin: 0 auto;
}

.app {
  display: block;
  width: 500px;
  height: 300px;
  border-radius: 20px;
  background-color: lightgray;
  margin: 2rem auto;
}

.main-header-title {
  font-size: 1.3rem;
  display: block;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 0rem;
}

.project_container h2.header_yellow {
  text-align: center;
}

.main-header-title::after {
  content: "";
  display: block;
  height: 6px;
  background-color: #01696c;
  margin: auto;
  width: 100%;
  max-width: 330px;
}

.investor_container .main-header-title::after {
  background-color: #fefccc;
}

.newsletter_container {
  flex-direction: row;
}

.news_section:nth-child(2) {
  position: relative;
}
.news_section_img {
  width: 100%;
  height: auto;
}

.overlay {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  flex-direction: column;
  width: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.1),
    rgba(0, 0, 0, 0.9)
  );
  border-radius: 5px;
  margin: 0 0 0 auto;
}

.green-overlay {
  width: 90%;
  top: 0px;
  left: 10%;
  background: linear-gradient(
    to bottom,
    rgba(1, 105, 108, 0.02),
    rgba(1, 105, 108, 0.04)
  );
  border-radius: 5px;
}

.news_img {
  background: linear-gradient(
    to top,
    rgba(1, 50, 53, 0.8),
    rgba(255, 255, 255, 0)
  );
}
.news_image_title {
  position: absolute;
  font-size: 1rem;
  top: 10%;
  left: 120px;
  background-color: rgba(1, 105, 108, 0.7);
  padding: 0 1rem;
  color: white;
}

.news_image_title:after {
  content: "";
  display: block;
  height: 2px;
  margin-bottom: -4px;
  background-color: #fefccc;
}

.news_image_subtitle,
.news_image_article {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  color: #fff;
  position: absolute;
  transform: translate(25%, -50%);
  bottom: 20%;
  width: 75%;
  margin: 0 0 0 auto;
  overflow: hidden;
}

.news_section_img {
  position: relative;
}

/*.news_image_subtitle_title,
.news_image_subtitle_sub {
  margin: 0 auto;
}*/

.news_image_subtitle_title {
  text-transform: uppercase;
  font-size: 0.8rem;
  text-align: center;
}

.news_image_subtitle_sub {
  text-align: center;
  margin: 0 0rem;
}

.news_image_article {
  bottom: 10%;
  margin: 0 3rem;
  width: 80%;
}

section.news-section {
  display: block;
}

div.news-section-container {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  margin-top: 2rem;
}

article.news-article {
  flex-grow: 1;
  margin: 2rem;
}
article.news-article:nth-child(2) {
  flex-grow: 2;
  margin-left: 2rem;
  text-align: right;
}

article.news_article:nth-child(1) {
  flex: 0.9;
}

article.news_article:nth-child(2) {
  text-align: right;
  flex: 1;
}

.news_articles_list,
.news_articles_list li {
  margin: 2rem 0;
  list-style: none;
}

.news_articles_list ul li::marker {
  display: list-item;
  width: 60px;
  height: 60px;
  transform: translate(45deg);
  background-color: #01696c;
}

.news_image {
  box-sizing: border-box;
  display: block;
  width: 90%;
  height: auto;
  border-radius: 5px;
  margin: 0 0 0 auto;
  position: relative;
}

.news_of_the_day_section {
  position: relative;
}

article.news_article > .news_articles_list > li > p:nth-child(3) {
  font-size: 0.8rem;
}

article.news_article > .news_articles_list > li > p:nth-child(3) span {
  color: #01696c;
  font-weight: bold;
}

.news_articles_list li h3,
ul.about-us-headers li h3 {
  text-align: left;
  font-size: 1.05rem;
  color: #01696c;
}

.news_articles_list li h3 {
  font-size: 1.1rem;
}

ul.about-us-headers li h3 {
  text-align: center;
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 1rem;
}

ul.about-us-headers li h5 {
  text-align: center;
  color: #709fa0;
}

article.news_article > .news_articles_list > li > p a {
  display: inline-block;
  text-decoration: none;
  color: #fff;
  font-size: 0.8rem;
  background-color: #01696c;
  padding: 5px 15px;
  border-radius: 20px;
  cursor: pointer;
  margin-left: 10px;
  width: 100%;
  max-width: 95px;
  text-align: center;
}

article.news_article > .news_articles_list > li > p a:hover {
  background-color: #0f8585;
}

.wide-section {
  background-color: #01696c;
}

.newsletter_form {
  box-sizing: border-box;
  display: flex;
  background-color: #fefccc;
  border-radius: 25px;
  padding: 2rem;
  width: 50%;
  flex-direction: column;
  align-items: center;
}

.newsletter_form p,
.newsletter_form h4,
h3.newsletter-call {
  display: block;
  font-size: 1.2rem;
  color: #01696c;
  font-family: "Raleway", sans-serif;
  text-align: left;
  margin: 0 auto;
  box-sizing: border-box;
}

h3.newsletter-call {
  font-size: 1.3rem;
  color: #fff;
  width: 70%;
}

.newsletter_form p:nth-child(2) {
  margin-top: 1rem;
}

.newsletter_form > form {
  box-sizing: border-box;
  margin: 1rem 0;
  width: 100%;
}

.newsletter_form form input,
.newsletter_form form button,
.investor_form_container form input,
.investor_form_container form textarea,
div.footer-container ul li form input,
div.footer-container ul li form button,
.sector_form form span input,
.sector_form form button,
.sector_form form text {
  box-sizing: border-box;
  display: block;
  padding: 0;
  border: none;
  background: none;
  background-color: #fff;
  outline: none;
  width: 100%;
  height: 50px;
  border-radius: 10px;
  text-align: center;
  font-size: 0.9rem;
  font-family: "Roboto", sans-serif;
}

.investor_form_container form input,
.sector_form form span input {
  box-sizing: border-box;
  padding: 0.5rem 1rem;
  text-align: left;
  width: 100%;
}

.investor_form_container form label,
.sector_form form span label {
  padding: 0.5rem 1rem;
  display: flex;
  align-items: flex-start;
  margin-left: 10px;
  margin-bottom: 10px;
  margin-top: 10px;
  justify-content: flex-start;
}

.investor_form_container form textarea {
  box-sizing: border-box;
  height: 10em;
  padding: 2rem;
  text-align: left;
}

.newsletter_form form button,
section.footer-container ul li form button,
.investor_invite form button {
  outline: none;
  background-color: #01696c;
  color: #fff;
  font-size: 0.9rem;
  margin-top: 6%;
}

.footer-container .main_container,
ul.about-us-headers {
  display: flex;
  gap: 30px;
}

.footer-container {
  flex-direction: row;
  flex-wrap: wrap;
  gap: 50px;
}

.footer-container,
ul.about-us-headers li {
  flex: 1;
  gap: 20px;
  margin: 1% 0;
  flex-wrap: wrap;
}

.newsletter_image_section {
  position: relative;
}

.newsletter_image {
  box-sizing: border-box;
  display: block;
  border-radius: 5px;
  width: 100%;
  text-align: right;
  position: relative;
}

.footer-container .newsletter_container,
.footer-container,
.home_address {
  flex-direction: row;
  gap: 50px;
  justify-content: space-between;
  padding: 0;
}

.home_address {
  align-items: flex-start;
  gap: 0px;
}

.newsletter_container {
  align-items: center;
}

.diamond-container {
  flex: 1;
  min-height: 245px;
  flex-wrap: wrap;
  padding: 2rem 0rem;
  justify-content: space-evenly;
}

div.diamond-container p {
  font-size: 0.9rem;
  text-align: center;
  margin-top: 2rem;
}

.footer-container div.diamond-container p {
  text-align: left;
}

.footer-container div.contact_container p {
  text-align: center;
}

div.diamond-container p:nth-child(5) {
  text-align: left;
}

footer .diamond-shape,
.diamond-shape {
  border: 2px solid #fefccc;
  height: 80px;
  text-align: center;
  transform: rotate(45deg);
  width: 80px;
  position: relative;
  display: block;
  margin: auto;
}

footer .diamond-shape .inner {
  background-color: #fefccc;
  height: 60px;
  width: 60px;
  transform: translate(-50%, -50%);
  transform: rotate(0deg);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
}

.inner-inner {
  top: 20%;
  right: -20%;
}

.diamond-shape .inner-shape {
  background: none;
  height: 0px;
  width: 10px;
}

footer div.diamond-container i {
  font-size: 1.4rem;
  color: #01696c;
  position: relative;
  z-index: 10;
  top: 30%;
  transform: rotate(-45deg);
}

.footer-container p {
  text-align: left;
  margin-top: 0;
  font-size: 1.2rem;
}

section.footer-container ul li form input,
div.footer-container ul li form input {
  margin: 2rem 0;
  text-align: left;
  padding: 10px 15px;
  font-size: 0.9rem;
}

section.footer-container ul li form button,
div.footer-container ul li form button,
.investor_form_container form button,
section.sector_form form button#submit {
  display: block;
  height: 50px;
  width: 80%;
  border: none;
  background-color: #fefccc;
  color: #01696c;
  border-radius: 30px;
  text-align: center;
  margin: auto;
  max-width: 180px;
  font-family: "Roboto", sans-serif;
}

.investor_form_container form button {
  cursor: pointer;
}

.investor_form_container form button:hover {
  background-color: #3e9597;
  color: #fefccc;
}

ul.footer-social-container {
  display: flex;
  align-items: center;
  justify-content: center;
}

ul.footer-social-container li {
  margin: 1.5rem;
  display: inline-block;
}

div.diamond-container > ul.footer-social-container li a i {
  color: #fefccc;
  font-size: 2.2rem;
  transform: rotate(0deg);
}

section.footer-container ul li form button:hover {
  background-color: #ccfefc;
  color: #01696c;
  font-size: 900;
}

.about-team-headline {
  background-color: #fefccc;
  padding: 2rem 3rem;
  width: 70%;
}

div.diamond-container ul li i {
  transform: rotate(0deg);
}

div.diamond-container > ul.footer-social-container li a i:hover {
  color: #45b1b3;
}

.newsletter_container {
  flex-wrap: nowrap;
  align-items: stretch;
}

.about_main {
  box-sizing: border-box;
  display: block;
  padding: 20px 0;
}

.about_main:nth-child(3) .back_green {
  background-color: #01696c;
}

div.projects_main {
  box-sizing: border-box;
  display: block;
  width: 100%;
  background-color: #01696c;
  color: #fefccc;
  margin: 0 auto;
}

div.projects_main:nth-child(odd) {
  margin: 0 auto;
}

.projects_container:nth-child(1) {
  background-color: #01696c;
}

.about_container,
.team_container,
.projects_container {
  box-sizing: border-box;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 20px;
  flex: 1;
  margin: 3rem auto;
  max-width: 1000px;
}

.about_container {
  align-items: stretch;
}

.team_container {
  flex-direction: column;
  margin: 2rem auto;
}

.main_about div.about_main {
  width: 100%;
}

.back_green {
  box-sizing: border-box;
  background-color: #01696c;
  width: 100%;
}

.box {
  box-sizing: border-box;
  flex: 1;
  flex-wrap: wrap;
  width: 100%;
}

.about_headlines {
  display: flex;
  justify-content: flex-start;
  gap: 30px;
}

.about_us {
  flex: 1;
  flex-wrap: wrap;
  margin: 2rem auto;
}

.about_us li {
  list-style: none;
  margin: 0 1rem;
}

.about_us h3 {
  color: #01696c;
  text-transform: uppercase;
}

.about_team {
  display: flex;
  margin: 1rem auto;
}

.about_team p:nth-child(1) {
  display: block;
  background-color: #fefccc;
  width: 560px;
  line-height: 1.8;
  margin: 2rem auto;
  padding: 1rem 2.5rem;
  text-align: center;
}

.about_team ul {
  display: block;
}
.about_team ul li {
  display: block;
  padding: 2rem;
  position: relative;
}

.about_us p,
.about_team p {
  font-size: 1rem;
  color: #709fa0;
  text-align: left;
}

.about_team p {
  color: #333;
}

.about_us ul li {
  margin-bottom: 1rem;
}

.team_photo {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 150px;
  height: auto;
  top: 8%;
  right: 20%;
}

.team_outer,
.team_inner {
  border: none;
  background-color: #01696c;
  height: 150px;
  width: 150px;
  box-shadow: 0 3px 6px 0 black;
}

.team_inner {
  height: 150px;
  width: 150px;
  background: none;
  border: 1px solid rgba(249, 249, 249, 0.7);
  position: absolute;
  top: 9%;
  left: 23.5%;
  box-shadow: none;
}

.second_inner {
  position: absolute;
  top: 13%;
  left: 23.5%;
}

.about_team ul li h6,
.about_team ul li i {
  color: #01696c;
  font-size: 1.2rem;
}

.team_photo_container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.team_photo_container ul {
  display: flex;
  flex-direction: column;
  list-style: none;
  margin: 10px auto;
  position: relative;
}

.team_photo_container ul li {
  display: block;
  padding: 20px;
  width: 100%;
  box-sizing: border-box;
}
.team_photo_container ul li:nth-child(2) {
  display: block;
  padding: 20px;
}

.team_details {
  box-sizing: border-box;
  width: 100%;
  font-size: 1rem;
  max-width: 370px;
}

.team_details p {
  text-align: center;
}

.team_details h6,
.work_us_details {
  color: #01696c;
  font-size: 1.1rem;
}

.team_details i {
  color: #01696c;
  font-size: 1.2rem;
  margin: 0 10px;
}

.yellow {
  display: block;
  text-align: center;
}

h2.header_yellow.yellow {
  margin: auto;
}
.yellow div.about_container li h4 {
  color: #fefccc;
  text-transform: uppercase;
}

.about_yellow {
  margin: 1rem auto 3.5rem;
}

.yellow:after {
  content: "";
  display: block;
  height: 6px;
  background-color: #fefccc;
  margin: 10px auto;
}

table {
  max-width: 960px;
  margin: 0px auto 0px;
  margin-top: 3rem;
  color: rgb(254, 252, 204);
}

caption {
  font-size: 1rem;
  font-weight: 400;
  padding: 10px 0;
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  background-color: #3e9597;
  border: #ccfefc;
}

thead th {
  font-weight: 400;
  background-color: #004b4d;
  border: #3e9597;
  text-transform: uppercase;
  font-family: "Raleway", sans-serif;
  font-size: 0.8rem;
  text-align: center;
}

tr {
  border-bottom: 1px solid #ccfefc;
  margin-bottom: 5px;
}

th,
td {
  text-align: left;
  padding: 0.6rem;
  font-weight: 300;
}

th,
td {
  box-sizing: border-box;
  text-align: center;
  padding: 0.5rem 1.2rem;
  font-weight: 100;
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  margin: 0 auto;
  max-width: 180px;
}

tfoot tr {
  background: none;
}

tfoot td {
  padding: 0.5rem 0.1rem;
  font-size: 0.8rem;
  font-style: italic;
  color: #fefc;
}

.inform_list_container ul {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.inform_list_container ul li {
  box-sizing: border-box;
  list-style: none;
  flex: 1;
  color: #01696c;
  height: 100%;
  width: auto;
}

.inform_list_container ul li:nth-child(1) {
  margin-right: 0rem;
}

.inform_list li,
div.about_container.inform_list_container > ul > li:nth-child(2) > h4 {
  border: none;
  box-shadow: none;
  text-transform: uppercase;
  color: #fefccc;
  font-size: 0.9rem;
  font-family: "Roboto", sans-serif;
}

div.about_container.inform_list_container > ul > li:nth-child(2) > h4 {
  margin-bottom: -5px;
}

.investor_blurb h2,
.investor_blurb h1 {
  font-size: 1.05rem;
  font-family: "Roboto", sans-serif;
  color: #01696c;
  margin: 2rem 0 0.5rem;
}

.investor_blurb h1 {
  font-size: 2rem;
  margin: 0 0rem;
}

.investor_blurb h2 {
  text-align: left;
  line-height: 1.6;
}

.blue-green {
  color: #ccfefc;
}

.no-flex {
  display: block;
  margin: 0 auto;
  text-align: left;
  padding: 20px;
}
.en_main_section {
  min-height: 40vh;
}

.projects_container h2,
.projects_container h4 {
  text-align: left;
  color: #fefccc;
  margin-left: 20px;
}

.projects_container h2 {
  text-align: center;
}

.projects_container h4 {
  color: #fff;
}

.investor_form_container {
  flex: 2;
  flex-direction: column;
  margin-top: 2rem;
}

.investor_invite {
  box-sizing: border-box;
  width: 100%;
  flex: 1;
  background-color: #fefccc;
  color: #01696c;
  padding: 2rem 1rem;
}

.investor_invite h6 {
  font-size: 1rem;
  font-family: "Raleway", sans-serif;
  font-weight: bold;
  text-align: left;
  margin: 2rem auto;
}

.investor_invite h2 {
  display: block;
  margin: 0rem auto;
  background-color: #01696c;
  color: #fefccc;
  text-align: center;
  width: 70%;
}

.investor_form_container form,
.sector_form form {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: flex-end;
  margin: 2rem auto;
}

.investor_form_container form span,
.sector_form form span {
  box-sizing: border-box;
  width: 46%;
  margin: 1rem auto auto 1rem;
  color: #fefccc;
  font-family: "Roboto", sans-serif;
  align-self: center;
}

.investor_form_container form button {
  margin: 0;
  margin: 1rem auto 2rem;
}

ul.entreprenuer_benefits_list li {
  margin: 0.5rem auto;
}

ul.entreprenuer_benefits_list li p,
.env {
  color: #818181;
}

.env_header_text {
  margin: 0 0 2rem;
}

.env_header_image {
  width: 40%;
  height: auto;
}

.investor_images ul {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  list-style: none;
  flex-wrap: wrap;
  margin: 2rem auto;
}

.investor_images li {
  box-sizing: border-box;
  width: 100%;
  max-width: 100px;
}

.investor_images ul li img {
  box-sizing: border-box;
  display: block;
  width: 100%;
}

.sector_container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.investor_section {
  margin: 0rem auto;
}

.investor_sector_card {
  box-sizing: border-box;
  position: relative;
  left: 0%;
  width: 100%;
  max-width: 280px;
  height: 160px;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  background-image: url(/images/infrastructure_sector.jpg);
  background-position: center;
  background-size: cover;
  position: relative;
  background-color: lightyellow;
  background-position: center;
  background-size: cover;
  margin: 1rem auto;
  border: 1px solid #ccfefc;
  border-radius: 2px;
}

.investor_sector_card:nth-child(2) {
  background-image: url(/images/transport_sector.jpg);
}

.investor_sector_card:nth-child(3) {
  background-image: url(/images/energy_sector.jpg);
}

.investor_sector_card:nth-child(4) {
  background-image: url(/images/agriculture_sector.jpg);
}

.investor_sector_card:nth-child(5) {
  background-image: url(/images/technology_sector.jpg);
}

.investor_sector_card:nth-child(6) {
  background-image: url(/images/water_sector.jpg);
}

.investor_sector_card:hover {
  border: 1px solid #fefccc;
}

.investor_sector_card.imgbox {
  position: relative;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.investor_sector_card .content {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 70px;
  padding: 12px;
  background: rgba(1, 105, 108, 0.65);
  transition: all 0.5s cubic-bezier(0.48, -0.28, 0.41, 1.4);
  box-sizing: border-box;
  overflow: hidden;
  color: #01696c;
}

.investor_sector_card .title h3,
.card-title {
  font-family: "Raleway", sans-serif;
  font-weight: 100;
  font-size: 1rem;
  text-transform: uppercase;
  position: relative;
}

.card-title {
  margin-left: 0;
}

.investor_sector_card .title h3::before {
  content: "";
  display: block;
  width: 50%;
  background-color: rgba(1, 105, 108, 0.8);
  height: 25px;
  position: absolute;
  top: 0%;
  z-index: -1;
}

.investor_sector_card button {
  background: #ccfefc;
  border: none;
  outline: none;
  cursor: pointer;
  overflow: hidden;
  padding: 3px 20px 8px 20px;
  margin-bottom: 27px;
  font-size: 15px;
  width: 100%;
  color: #01696c;
}

.investor_sector_card button span {
  display: block;
  font-family: "Roboto", sans-serif;
}

.investor_sector_card button a,
button a i {
  font-size: 1rem;
  text-decoration: none;
  color: #01696c;
  font-family: "Roboto", sans-serif;
}

.investor_sector_card button a i {
  font-size: 1.1rem;
  vertical-align: middle;
}
.white {
  color: #fff;
  flex: 1.2;
}

.yellow_type {
  color: #fefccc;
}

.yellow_type svg {
  fill: #01696c;
}

p.yellow_type,
label.yellow_type {
  display: block;
  font-family: "Roboto", sans-serif;
  font-size: 0.9rem;
  text-align: left;
  margin-top: 20px;
}

p.yellow_type {
  text-align: center;
  margin-top: 15px;
  padding: 0.5rem 0 0;
}

.green {
  color: #01696c;
}

.investor_benefits ul li::marker {
  display: block;
  height: 60px;
  width: 60px;
  transform: translate(45deg);
  background-color: #01696c;
}

.investor_benefits ul li p {
  font-size: 1rem;
}

.home_address ul li {
  list-style: none;
}

.en_form_container {
  flex-direction: column;
  background-color: #01696c;
}

.en_style {
  margin-bottom: 0;
  background-color: #fff;
  width: 100%;
}

.en_style p {
  margin: 0 0rem;
  color: #818181;
  margin-left: 0;
}

.en_form_title,
.en_form_subtitle {
  text-align: left;
  margin-left: 20px;
}

.en_form_subtitle {
  color: #fefccc;
}

input[type="file"] {
  visibility: hidden;
}

.investor_form_container form label.custom-file-upload {
  display: block;
  background-image: radial-gradient(#fefccc, #fefccc);
  color: #01696c;
  padding: 0.75rem 2.2rem;
  cursor: pointer;
  border-radius: 10px;
  position: relative;
  margin: 1rem auto;
  max-width: 280px;
  font-family: "Roboto", sans-serif;
  font-size: 0.9rem;
}

.custom-file-upload svg {
  margin-right: 10px;
  margin-bottom: -9px;
  fill: #01696c;
}

.projects-slider {
  background-color: #fff;
}

body > footer > section > div.home_address > div:nth-child(1) > p {
  text-align: left;
}

.inform_list li:nth-child(2) {
  background-color: #fefccc;
  color: #01696c;
}

.inform_list li:nth-child(2) a {
  color: #01696c;
}

.white_space {
  margin: 50px auto;
  background-color: #fff;
}

.type {
  display: inline-block;
  padding: 0rem;
  border-radius: 0px;
  background-color: #01696c;
}

body
  > main
  > div.about_main.back_green
  > div.about_container.inform_list_container
  > ul
  > li:nth-child(1)
  > div
  > ul
  > li.type {
  display: inline-block;
  padding: 0rem;
  border-radius: 0px;
  background-color: #01696c;
}

body
  > main
  > div.about_main.back_green
  > div.about_container.inform_list_container
  > ul
  > li:nth-child(1)
  > div
  > ul
  > li.type:hover {
  box-shadow: none;
  border: none;
}

.footer-container p.author {
  box-sizing: border-box;
  display: block;
  text-align: center;
  font-size: 12px !important;
  color: #004b4d;
  text-transform: lowercase;
  width: 100%;
}

.footer-container p .author span,
.footer-container p .author p {
  font-size: 12px;
}

.author span,
.author span a {
  margin: 0 2px;
  font-size: 12px;
  text-decoration: none;
  color: #5eb9bc;
}

p.news_articles_time {
  margin: 0.8rem auto;
}

.env_header_image {
  box-sizing: border-box;
  display: block;
  width: 100%;
  height: auto;
}

.light_green {
  color: #004b4d;
}

p.light_green {
  margin-bottom: 2rem;
}

div.investor_benefits ul li {
  margin: 1rem auto;
  margin-left: 20px;
}

.projects_container h2.blue-green {
  text-align: left;
}

form#entreprenuer_contact div {
  box-sizing: border-box;
  display: block;
  margin: 10px auto 0px;
  width: 40%;
}

form#entreprenuer_contact select {
  box-sizing: border-box;
  padding: 0.5rem 1rem;
  height: 50px;
  min-height: 50px;
  width: 100%;
  border-radius: 10px;
  font-family: "Roboto", sans-serif;
  color: #818181;
  outline: none;
  border: none;
  font-size: 0.9rem;
}

img.credit-card,
img.africa-map {
  box-sizing: border-box;
  display: block;
  width: 95%;
  text-align: right;
  position: relative;
  margin: auto;
}

img.africa-map {
  margin: 0 0 0 auto;
}

img.credit-card {
  width: 100%;
  max-width: 200px;
  margin: auto 0;
}

img.investor_image {
  width: 100%;
}

i.newsletter-call-arrow {
  color: #fefccc;
  font-size: 1.3rem;
}

.newsletter_image_stars {
  position: absolute;
  z-index: 999;
  left: 57%;
  top: 2430px;
  width: 24%;
}

.africa_image_stars {
  position: absolute;
  z-index: 999;
  left: 65%;
  width: 22%;
  top: 30%;
}

.flip-item {
  width: 420px;
}

.flip-item .item-inner {
  padding: 2rem 1.8rem;
  border: 1px solid #efefef;
  background: rgba(255, 255, 255, 0.25);
  box-shadow: 0 8px 32px 0 rgba(2, 60, 62, 0.37);
  /*filter: blur(4px);*/
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.18);
}

.flip-item .source-file {
  width: 80px;
  height: 80px;
}

.flip-item .source-info {
  font-size: 0.9rem;
  padding-top: 0rem !important;
  padding-left: 2px !important;
}

.source img {
  display: block;
  width: 100px;
}

.head-card-title {
  color: #01696c;
  font-weight: bold;
  font-size: 1.2rem;
  font-family: "Raleway", sans-serif;
}

.light-grey,
h4.data-copy {
  color: #6c6c6c;
  font-size: 0.87rem;
  line-height: 1.6;
  text-align: left;
  font-family: "Roboto", sans-serif;
}

h6.light-grey {
  text-align: center;
}

.light-green {
  color: #004b4d;
  font-size: 0.75rem;
  font-style: italic;
  font-family: "Roboto", sans-serif;
  text-align: left;
}

.light-green a {
  margin-left: 5px;
}

.light-green i {
  margin-left: 5px;
  vertical-align: middle;
}

h4.highlight,
.highlight {
  color: #01696c;
  font-weight: 900;
  font-style: italic;
}

.data-point {
  font-size: 2rem;
  color: #7abebe;
  margin-right: 20px;
  font-family: "Raleway", sans-serif;
}

.contact-row {
  margin-bottom: 5px;
}

.card {
  font-family: "Roboto", sans-serif;
}

.card_header {
  margin: 50px 0;
}

.project_card {
  box-sizing: border-box;
  width: auto;
  max-width: 25rem;
  height: 60rem;
  margin: 1.2rem;
}

.list-group-item h6,
.list-group-item p {
  display: inline-block;
  font-size: 0.95rem;
}

.list-group-item p {
  display: inline-block;
  font-size: 0.94rem;
  color: #818181;
}

.list-group-item span {
  font-size: 0.9rem;
  font-weight: bold;
}

.project_card ul li {
  box-sizing: border-box;
  width: 100%;
  font-family: "Roboto", sans-serif;
  color: #818181;
}

.project_card ul li i {
  color: #7abebe;
  margin-right: 20px;
}

.about-text-box.investor_blurb > .white {
  margin: 0 0 0 0rem;
  margin-left: 1.5rem;
}

.sector_form_section {
  box-sizing: border-box;
  display: none;
  align-items: center;
  justify-content: center;
  position: fixed;
  z-index: 20;
  top: 3em;
  left: 5em;
  right: 5em;
  bottom: 3em;
  background-color: rgb(255, 255, 255, 0.95);
  box-shadow: 0 0 0 5em rgba(0, 0, 0, 0.55);
  flex-wrap: wrap;
  overflow-y: scroll;
}

div.sector_form_section.isopen {
  display: flex;
  overflow-y: scroll;
}

.sector_form {
  background-color: #01696c;
  border: 1px solid #5eb9bc;
  padding: 2% 0 0;
}

*:hover {
  background-color: none;
}

h2.sector_form_heading,
h4.sector_form_subheading {
  text-align: left;
  padding: 0.5% 4%;
}
.sector_form form {
  padding: 0% 4% 2%;
  background-color: #01696c;
  margin: 0 auto;
  margin-bottom: 2rem;
}

.sector_form form span label {
  color: #fefccc;
}

.sector_form form span input,
.sector_form form span textarea {
  border: 2px solid #709fa0;
  border-radius: 10px;
  color: #818181;
}

.sector_form form span input:focus,
.sector_form form span textarea:focus {
  background-color: #e9fffe;
}

.sector_form form span textarea {
  box-sizing: border-box;
  width: 100%;
}
section.sector_form form button#submit {
  margin-top: 2rem;
}

.sector_form,
.sector_info_form {
  max-width: 1000px;
  text-align: left;
}

.sector_info_form h3 {
  color: #01696c;
  text-transform: uppercase;
  text-align: center;
  padding: 20px 0;
}

.sector_info_form h5 {
  color: #5eb9bc;
  font-style: italic;
  font-size: 0.95rem;
}
.sub_heading_form {
  font-size: 0.95rem;
}

.sector_info_form p {
  color: #6a6a6a;
  margin: 0rem auto 1rem;
  padding: 5px 0 20px;
  font-size: 0.95rem;
}

.sector_info_form {
  background-color: rgb(255, 255, 255, 0.88);
  font-family: "Roboto", sans-serif;
  line-height: 1.6;
  color: #6c6c6c;
  margin: 2rem auto;
  padding: 0% 4%;
}

.sector_info_image {
  box-sizing: border-box;
  background-size: cover;
  background-image: url(/images/infrastructure_sector.jpg);
  background-position: center;
  width: 100%;
  background-repeat: no-repeat;
}

.agriculture_image {
  box-sizing: border-box;
  background-image: url(/images/agriculture_sector.jpg);
}

.water_image {
  background-image: url(/images/water_sector.jpg);
}

.technology_image {
  background-image: url(/images/technology_sector.jpg);
}

.transport_image {
  background-image: url(/images/transport_sector.jpg);
}

.energy_image {
  background-image: url(/images/energy_sector.jpg);
}

button.modal_close {
  background: transparent;
  display: block;
  position: fixed;
  width: initial;
  border-radius: 50%;
  top: 4em;
  left: 10em;
  border: none;
  padding: 0px 0 0;
  cursor: pointer;
  box-shadow: 0 0 5px rgb(0 0 0 / 55%);
}
@keyframes modalFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes modalFadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.work_us {
  display: flex;
}

.work_us > ul {
  box-sizing: border-box;
  width: 100%;
  display: flex;
}
.work_us > ul li {
  text-align: center;
  list-style: none;
  color: #709fa0;
  padding: 20px 10px;
}
.work_us > ul li:nth-child(2),
.work_us > ul li:nth-child(3) {
  padding-left: 10px;
}
.example {
  animation: modalFade 500ms forwards;
}

.none {
  visibility: hidden;
}

.work_us_details h3 {
  font-size: 1.3rem;
  color: #709fa0;
  padding: 10px 0;
}
.work_us_details p {
  text-align: left;
  line-height: 1.6;
  font-size: 0.98rem;
  color: #6c6c6c;
  padding: 0 10px;
}
.investor_projects {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  margin: 2rem auto;
  width: 100%;
  max-width: 1200px;
}
.projects_table th #projects_one,
.projects_table th#projects_two,
.projects_table th#projects_three {
  padding: 0;
}
.projects_table th#projects_one > a,
.projects_table th#projects_two > a,
.projects_table th#projects_three > a {
  box-sizing: border-box;
  display: block;
  color: #fefccc;
  text-decoration: none;
  text-align: left;
  width: 100%;
  padding: 0.5rem 0.38rem;
}
.projects_table .table_headers {
  box-sizing: border-box;
  padding: 0.5rem;
}
.projects_table th > a:hover {
  color: #a5eced;
}

.projects_table th#projects_one > a:hover,
.projects_table th#projects_two > a:hover,
.projects_table th#projects_three > a:hover {
  background-color: #015a5d;
}
.card-body a.button-success {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
  cursor: pointer;
}
.news_day_link {
  cursor: pointer;
}

.light-green-link {
  text-decoration: none;
  font-style: italic;
  color: #0f8585;
  cursor: pointer;
}

.card-img-top {
  min-height: 185px;
}

.card-body {
  flex: 1 1 1 auto !important;
  min-height: 180px;
}

.list-group-flush > .list-group-item:nth-child(1) {
  border-width: 0 0 1px;
  min-height: 330px;
}

.list-group-item.sector-detail {
  min-height: 64px;
}

.list-group-item.country-detail {
  min-height: 65px;
}

.card-body.call-to_invest {
  min-height: 60px;
}

.about_main {
  padding: 0px;
}

.investor_form > h2.mainheader-title.blue-green {
  margin-bottom: 0px;
}

div.footer-container ul li form button {
  box-shadow: 0 0 20px 0 rgb(0 57 35);
  border: 1px solid #fefccc;
}

div.footer-container ul li form button:hover {
  background-color: #3e9597;
  border: 1px solid #317f7f;
  color: #fefccc;
  box-shadow: none;
}

@media screen and (max-width: 1440px) {
  .text-box {
    max-width: 1000px;
  }
  .team_inner {
    position: absolute;
    top: 8.4%;
    left: 24.5%;
  }
  .second_inner {
    position: absolute;
    top: 10.5%;
    left: 24.8%;
  }
}
@media screen and (max-width: 1360px) {
  .header {
    min-height: 110vh;
  }
  .nav-container {
    box-sizing: border-box;
  }
  .text-box {
    box-sizing: border-box;
    max-width: 1000px;
  }

  nav {
    box-sizing: border-box;
    padding: 1% 6%;
  }
}
@media screen and (max-width: 1200px) {
  .header {
    min-height: 100vh;
  }

  nav {
    box-sizing: border-box;
    padding: 1% 6%;
  }

  .nav-container {
    box-sizing: border-box;
  }

  .nav-links > ul > li > a {
    font-size: 0.95rem;
  }
}
@media screen and (max-width: 1024px) {
  nav {
    box-sizing: border-box;
    display: flex;
    padding: 2% 3%;
  }

  .nav-links > ul > li {
    width: 100%;
  }

  .nav-links > ul > li > a {
    font-size: 0.9rem;
  }

  .social-links > ul > li {
    width: 60%;
  }

  .social-links > ul > li:nth-child(1) {
    font-size: 0.9rem;
    width: 100%;
    text-align: center;
  }
  .text-box {
    top: 22%;
    margin: 0 2rem;
    position: absolute;
  }
  .line {
    width: 80%;
  }

  .investor_projects {
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin: 2rem auto;
    width: 100%;
    max-width: 1200px;
  }

  .team_photo_container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }

  .team_photo_container ul {
    display: flex;
    flex-direction: column;
    list-style: none;
    margin: auto;
    margin-left: 70px;
  }

  .card-body {
    flex: 1 1 1 auto !important;
    min-height: 160px;
  }

  .card-img-top {
    min-height: 232px;
  }
}

@media screen and (max-width: 992px) {
  .logo {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .nav-links > ul {
    margin-top: 0rem;
  }

  .header {
    min-height: 100vh;
  }
  .header.en_header,
  .investor_header {
    min-height: 28vh;
  }
  .en_style p {
    margin-left: 0;
    margin: 0 2rem;
  }
  .africa_image_stars {
    position: absolute;
    z-index: 999;
    left: 67.8%;
    width: 22%;
    top: 35.6%;
  }
  .newsletter_image_stars {
    position: absolute;
    width: 36%;
    top: 2290px;
    left: 60%;
  }
  .investor_projects {
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .team_photo_container ul {
    margin: 20px;
    margin-left: 10px;
  }

  .nav-links > ul > li > a,
  .social-links > ul > li > a {
    font-size: 0.9rem;
  }

  .card-body {
    flex: 1 1 1 auto !important;
    min-height: 160px;
  }

  .list-group-flush > .list-group-item:nth-child(1) {
    border-width: 0 0 1px;
    min-height: 225px;
  }

  article.news_article:nth-child(1) {
    flex: 0.9;
  }

  article.news_article > .news_articles_list > li > p a {
    display: block;
    width: 100%;
    max-width: 150px;
    text-align: center;
    margin-left: 10px;
  }
}

@media screen and (max-width: 768px) {
  .header {
    box-sizing: border-box;
    display: block;
    min-height: 130vh;
  }
  nav {
    padding: 3% 2% 2%;
  }

  .en_header,
  .investor_header {
    min-height: 20vh;
  }

  .about_header {
    box-sizing: border-box;
    min-height: 95vh;
  }

  .en_main_section {
    min-height: 310vh;
  }

  .investor_main_section {
    margin-top: 100px;
  }

  .text-box {
    top: 30%;
  }

  .logo,
  .nav-links {
    box-sizing: border-box;
    flex: 1;
    width: 100%;
    margin: auto;
    justify-content: center;
  }
  .logo img {
    width: 110px;
    height: auto;
  }

  .logo {
    margin-bottom: 1rem;
  }

  img.credit-card {
    width: 40%;
  }

  .nav-container {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
  }

  .nav-links > ul > li > a,
  .social-links > ul > li:nth-child(1) {
    box-sizing: border-box;
    font-size: 1.1rem;
    letter-spacing: 0rem;
    width: 100%;
    display: block;
  }

  .logo-text {
    margin-left: 5px;
  }

  .logo-text h3,
  .logo-text h2 {
    text-align: center;
    margin-left: 0px;
  }
  .logo-text h2 {
    font-size: 2.1rem;
    text-align: left;
  }
  .logo-text h3 {
    font-size: 1rem;
    text-align: left;
  }
  .header_buttons {
    box-sizing: border-box;
    display: block;
    width: 100%;
  }
  .header_buttons > ul {
    display: flex;
    padding: 0 0rem;
    align-items: center;
    justify-content: center;
  }
  .text-box h1 {
    font-size: 1.6rem;
    margin-left: 10px;
  }
  .text-box h2 {
    font-size: 1.16rem;
    margin-left: 10px;
  }
  .about-text-box {
    margin: 0 3rem;
  }

  .about-text-box h2 {
    font-size: 1.135rem;
    line-height: 1.6;
  }
  .box {
    flex-wrap: wrap;
  }

  .box:nth-child(2) {
    display: none;
  }
  img.credit-card {
    width: 40%;
    margin: auto 0 0 0;
  }
  img.africa-map {
    display: none;
  }

  .africa_image_stars {
    display: none;
  }

  article.news-article {
    flex-grow: 1;
    margin: 2rem;
  }
  .footer-container {
    box-sizing: border-box;
    display: block;
  }
  .footer-container {
    flex-direction: row;
    gap: 10px;
    padding: 0%;
  }
  .newsletter_form p {
    font-size: 1.1rem;
  }

  footer {
    padding: 1rem;
  }

  ul.about-us-headers li h5 {
    margin: 0 2rem;
    font-size: 0.95rem;
  }
  .about_main_container {
    display: block;
  }

  .about_team {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    align-items: center;
    justify-content: center;
  }
  .team_outer {
    width: 180px;
    height: 180px;
  }
  .team_photo {
    position: absolute;
    width: 180px;
    height: auto;
    top: 8%;
    left: 20%;
    right: 0;
  }
  .team_inner {
    height: 150px;
    width: 150px;
    position: absolute;
    top: 10%;
    left: 26%;
  }
  .second_inner {
    position: absolute;
    top: 15%;
    left: 26%;
  }
  .inform_list_container ul {
    display: block;
    gap: 0px;
  }
  .inform_list_container ul > li {
    color: #01696c;
  }

  .inform_list li {
    margin: 0rem auto;
    width: 100%;
    max-width: 200px;
  }
  .about_headlines {
    padding: 0 1rem;
  }

  .projects_container {
    align-items: center;
  }

  .news_image {
    width: 100%;
    height: auto;
  }
  .about_container {
    display: block;
  }

  .investor_form_container form button {
    margin: 1rem auto 2rem;
  }

  .home_address {
    gap: 0px;
  }

  form#entreprenuer_contact div {
    width: 40%;
  }

  .newsletter_form {
    box-sizing: border-box;
    display: flex;
    width: 58%;
  }
  .investor_benefits > ul:nth-child(2) {
    margin-left: 20px;
  }

  .investor_invite {
    padding: 2rem;
  }

  .investor_benefits ul li p {
    font-size: 1.15rem;
  }

  .investor_invite h6 {
    font-size: 1.2rem;
    text-align: center;
  }
  .investor_images li img {
    box-sizing: border-box;

    width: 100%;
    max-width: 200px;
  }
  .about-text-box .box:nth-child(1) {
    margin: 0;
    margin-right: 0;
  }
  .investor_section {
    display: flex;
    flex-direction: column-reverse;
  }
  .overlay {
    margin-top: 0px;
    width: initial;
    top: 0px;
    left: 0%;
  }
  .news_image_subtitle_title,
  .news_image_subtitle_sub {
    width: 100%;
    text-align: center;
    padding: 0 10px;
  }
  .newsletter_image_stars {
    position: absolute;
    width: 50%;
    top: 2370px;
    left: 50%;
  }
  .inform_list_container ul {
    box-sizing: border-box;
    display: block;
    margin: 20px auto;
  }
  .inform_list_container ul li:nth-child(1) {
    flex: 1;
  }

  .inform_list_container ul li:nth-child(2) {
    flex: 2;
  }
  article.news_article {
    flex: 1;
  }
  .investor_projects {
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  article.news_article > .news_articles_list > li > p > a {
    display: block;
    width: 150px;
    text-align: center;
    padding: 10px 15px;
  }
  .news_articles_list,
  .news_articles_list p {
    font-size: 0.9rem;
  }
  div.news-section-container {
    padding: 0rem 1rem;
    margin-top: 2rem;
    gap: 30px;
  }
  .project_card {
    box-sizing: border-box;
    width: 100%;
    max-width: 21rem;
    height: 52rem;
    margin: 1.2rem;
  }
  .news_image_subtitle,
  .news_image_article {
    box-sizing: border-box;
    position: absolute;
    transform: translate(0%, -50%);
    width: 100%;
  }

  article.news_article > .news_articles_list > li > p a {
    padding: 10px 15px;
  }

  div.about_container.inform_list_container
    > ul
    > li:nth-child(2)
    > h4:nth-child(1) {
    margin-top: 50px;
  }
}

@media screen and (max-width: 600px) {
  nav {
    display: block;
    padding: 3% 6%;
  }
  .logo {
    margin-bottom: 2rem;
  }

  .investor_main_section {
    margin-top: 65px;
  }

  .menu_icon {
    box-sizing: border-box;
    display: block;
    width: 100%;
    padding: 6%;
    background-color: #01696c;
  }
  .nav-container {
    display: block;
    position: relative;
  }
  .nav-links {
    display: none;
  }

  .social-links {
    box-sizing: border-box;
    display: flex;
  }
  .nav-links {
    margin-bottom: 0rem;
    text-align: left;
    padding: 2rem 0;
  }
  .nav-links,
  .social-links {
    box-sizing: border-box;
    display: none;
    position: absolute;
    background-color: #fff;
    width: 100%;
    z-index: 3;
  }
  .nav-links > ul,
  .social-links > ul {
    box-sizing: border-box;
    display: block;
    width: 40%;
    margin: 0 auto;
  }
  .social-links > ul {
    box-sizing: border-box;
    display: inline-flex;
    width: 90%;
  }
  .nav-links > ul > li {
    margin-bottom: 1rem;
    text-align: left;
  }
  .social-links > ul > li {
    width: 40%;
  }
  .logo-text h3 {
    font-size: 1rem;
    margin-bottom: 20px;
  }

  .team_photo_container ul li {
    display: block;
    padding: 35px;
  }
  .logo {
    margin-bottom: 1.3rem;
  }

  .project_card {
    box-sizing: border-box;
    width: 100%;
    max-width: 28rem;
  }
}

@media screen and (max-width: 540px) {
  .header {
    min-height: 150vh;
  }

  .about_header {
    box-sizing: border-box;
    min-height: 120vh;
  }

  .investor_main_section {
    margin-top: 0px;
  }

  .investor_main_section {
    box-sizing: border-box;
    min-height: 135vh;
  }

  .entrepreneur-main {
    margin-top: 125px;
  }

  .investor_main {
    margin-top: 130px;
  }

  .logo {
    display: block;
  }
  .logo img {
    margin: 0 auto;
    width: 100px;
    height: auto;
  }
  .logo-text {
    margin-top: 0rem auto;
  }

  .logo-text h2,
  .logo-text h3 {
    font-size: 1.3rem;
    text-align: center;
  }
  .logo-text h3 {
    font-size: 1rem;
  }

  .logo p {
    display: block;
    text-align: center;
    margin: 0 auto;
    padding: 1rem 2rem;
  }
  .line {
    width: 80%;
    margin: auto;
  }
  .header_buttons > ul {
    display: block;
  }

  .header_buttons li {
    max-width: 280px;
  }

  .text-box h2 {
    margin: 1rem 0;
    font-size: 1.05rem;
    line-height: 1.5rem;
  }
  .box > div {
    margin: 0rem 0;
  }

  .header_buttons li:nth-child(2) {
    margin-top: 0rem;
  }

  .text-box h1 {
    font-size: 1.2rem;
    text-align: center;
    margin: 0.5rem 0;
  }
  .box {
    text-align: center;
  }

  .header_buttons > ul {
    padding: 0;
  }

  .header_buttons li {
    display: block;

    width: 100%;
    background-color: #01696c;
    margin-right: 0;
    margin: 2rem auto;
  }
  .header_buttons li:not(li.type) {
    max-width: 80%;
    margin-right: 0rem;
  }
  img.credit-card {
    width: 50%;
  }

  .video-player-section {
    display: none;
  }

  .footer_container {
    display: block;
  }

  .footer_container,
  .newsletter_container,
  .social_container {
    flex-wrap: wrap;
  }
  .contact_container,
  .about_container .home_address,
  .sector_container,
  .projects_container {
    display: block;
  }
  .newsletter_container {
    box-sizing: border-box;
    display: block;
    margin: 0 auto;
  }
  section.news-section {
    display: block;
  }

  .about_main_container {
    display: block;
  }

  .about_headlines {
    display: block;
  }

  .about_us p {
    text-align: center;

    margin: 1rem auto;
  }
  .about_container,
  .team_container {
    box-sizing: border-box;
    width: unset;
    max-width: unset;
    display: block;
  }
  .projects_container {
    display: flex;
    flex-direction: column-reverse;
  }
  .inform_list_container ul li:nth-child(1) {
    margin-right: initial;
    margin: 2rem auto;
  }
  .about_team {
    box-sizing: border-box;
    display: block;
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }
  .team_photo_container ul li {
    box-sizing: border-box;

    display: block;
    margin: 2rem auto;
    width: 100%;
    padding: 30px 0;
  }
  .team_photo_container ul li.team_details {
    display: block;
    position: relative;
  }
  .newsletter_form h4 {
    margin-top: 20px;
  }
  table {
    display: none;
  }

  .about_team p:nth-child(1) {
    width: initial;
    text-align: center;
    padding: 1rem;
  }
  .team_photo_container {
    box-sizing: border-box;
    width: 100%;
  }
  .team_photo {
    position: absolute;
    width: 200px;
    height: auto;
    top: 10%;
    left: 32%;
    right: 0;
  }
  .inner {
    position: absolute;
    top: 18%;
    left: 35.5%;
  }
  .second_inner {
    position: absolute;
    top: 14%;
    left: 35.5%;
  }
  .team_details h6,
  .team_details p {
    text-align: center;
  }
  .investor_form_container form span {
    width: 95%;
    margin: 1rem auto;
  }
  .home_address {
    flex-direction: column;
  }

  .newsletter_form {
    box-sizing: border-box;
    display: block;
    height: 380px;
    padding: 3% 5%;
    width: 90%;
    margin: auto;
  }
  .newsletter_image_section > *,
  .newsletter_image,
  .newsletter_image_stars {
    display: none;
  }

  .white_space {
    height: 50px;
  }

  article.news_article:nth-child(2) {
    text-align: center;
  }

  article.news_article {
    text-align: center;
  }

  form#entreprenuer_contact div {
    width: 70%;
  }

  .team_photo_container ul {
    width: 100%;
    box-sizing: border-box;
  }
  div.news-section-container {
    display: block;
    padding: 0rem 2rem;
  }

  .overlay {
    margin-top: 0px;
  }

  .green-overlay {
    width: 100%;
    top: 0px;
    left: 0%;
  }
  .news_image_subtitle,
  .news_image_article {
    box-sizing: border-box;
    position: absolute;
    left: -13%;
    margin: 20px;
  }
  .news_image {
    box-sizing: border-box;
    display: block;
    width: 100%;
    height: auto;
  }
  .main-header-title {
    width: 90%;
    margin: auto;
  }
  .sector_form_section {
    box-sizing: border-box;
    position: fixed;
    z-index: 10;
    top: 5em;
    left: 1em;
    right: 1em;
    flex-wrap: wrap;
  }
  .sector_form form {
    display: block;
  }

  .work_us > ul {
    flex-wrap: wrap;
  }

  .project_card {
    width: auto;
    height: auto;
  }

  article.news_article > .news_articles_list > li > p a {
    padding: 0.8rem;
  }

  .nav-links > ul,
  .social-links > ul {
    box-sizing: border-box;
    width: 90%;
  }
}

@media screen and (max-width: 425px) {
  .team_photo_container {
    box-sizing: border-box;
    width: 100%;
    margin: auto;
  }
  .team_photo {
    position: absolute;
    top: 10%;
    left: 27%;
  }
  .inner {
    position: absolute;
    top: 17%;
    left: 32.5%;
  }
  .second_inner {
    position: absolute;
    top: 13%;
    left: 32.5%;
  }
  article.news_article > .news_articles_list > li > p a {
    text-decoration: none;
    color: #01696c;
    font-size: 1rem;
    background: none;
    cursor: pointer;
    padding: 0.5rem 0.8rem;
  }
  .news_image_subtitle,
  .news_image_article {
    box-sizing: border-box;
    position: absolute;
    transform: translate(13%, -50%);
    margin: 0;
    margin: 0 auto;
    width: 100%;
  }
  .news_image_subtitle_title,
  .news_image_subtitle_sub {
    width: 100%;
    text-align: center;
  }
  .news_image_subtitle_sub {
    margin: 0;
  }

  .news_image_title {
    position: absolute;
    left: 20px;
  }
  .about-text-box {
    margin: 0 1rem;
  }
  .main-header-title {
    margin: initial;
    margin-left: 20px;
  }
}

@media screen and (max-width: 375px) {
  .team_photo_container ul li {
    box-sizing: border-box;
    display: block;
    width: 100%;
    margin: auto;
    padding: 90px 0;
  }
  .team_outer,
  .team_inner {
    position: absolute;
    top: 12%;
    left: 27%;
  }
  .team_photo {
    position: absolute;
    top: 10%;
    left: 13%;
  }

  .entreprenuer_benefits_list {
    margin-top: 50px;
    background-color: rgb(235, 235, 235);
  }

  .en_style p {
    margin-left: 0;
    margin: 0 1rem;
    text-align: center;
  }
}

@media screen and (max-width: 375px) {
  img.credit-card {
    display: none;
  }
  .text-box h1 {
    font-size: 1.3rem;
    text-align: left;
    margin: 0.5rem 0;
  }
  .text-box h2 {
    margin: 1.5rem 0;
    line-height: 1.6;
  }
  .box {
    text-align: left;
  }

  .about_us p,
  .about_team p {
    text-align: center;
    font-size: 1rem;
  }
  .team_outer,
  .team_inner {
    height: 180px;
    width: 180px;
    position: absolute;
    top: 12%;
    left: 17%;
  }
  .second_inner {
    display: none;
  }

  .about_team ul li {
    padding: 6rem 2.2rem;
  }

  .projects_container {
    display: block;
  }

  article.news_article {
    margin: 0rem 0rem;
  }

  .newsletter_form {
    box-sizing: border-box;
    display: block;
    height: 440px;
    padding: 3% 5%;
  }
  article.news_article > .news_articles_list > li > p a {
    text-decoration: none;
    color: #fff;
    background: #01696c;
    font-size: 1rem;
    cursor: pointer;
    padding: 8px;
    margin: 1rem auto;
  }
  .news_articles_list,
  .news_articles_list li {
    margin: 2rem 0.5rem;
    list-style: none;
  }
  h2.env_header_text {
    text-align: left;
  }

  .projects_container h2 {
    text-align: center;
  }

  article.news_article,
  .news_image {
    text-align: center;
  }
  p.yellow_type {
    margin-left: 0px;
  }

  .investor_sector_card {
    margin: 2rem auto;
  }

  .header_buttons li:not(li.type) {
    max-width: 100%;
    margin-right: 0rem;
  }

  .inform_list_container ul {
    padding: 0 4%;
  }

  div.news-section-container {
    display: block;
    padding: 0rem 1rem;
  }
}

@media screen and (max-width: 320px) {
  .en_header {
    min-height: 20vh;
  }
  footer {
    padding: 0.3rem;
  }

  .text-box {
    position: absolute;
    top: 20%;
    margin: 0 1rem;
  }
  .main-header-title {
    display: block;
    margin: 0 auto;
    text-align: center;
    font-size: 1.2rem;
  }
  .projects_container h2 {
    text-align: center;
  }

  .projects_container h4 {
    color: #fff;
    text-align: center;
  }
  article.news_article {
    margin: 2rem 0;
  }

  section.news-section {
    margin: 0rem;
    padding: 0rem;
  }
  img.credit-card {
    display: none;
  }

  .investor_header {
    min-height: 40vh;
  }
}
