@import url("https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,wght@0,200;0,300;0,400;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,600;1,700;1,800;1,900&display=swap");
@import url("https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css");
html,
body {
    width: 100%;
    height: auto;
    background-color: #010516;
    font-family: "Nunito Sans", sans-serif;
    min-height: 100%;
    scroll-behavior: smooth;
}

html {
    height: 100%;
}

ul,
li {
    text-decoration: none;
    list-style-type: none;
}

a,
a:hover {
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    font-family: "Nunito Sans", sans-serif;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
    color: #ffffff;
}

h1 {
    font-weight: 700;
    font-size: 45px;
    line-height: 55px;
}

h2 {
    font-weight: 600;
    font-size: 32px;
    line-height: 40px;
}

h3 {
    font-weight: 500;
    font-size: 24px;
    line-height: 30px;
}

h4 {
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
}


/* HEading Facade */

.h1-f {
    font-weight: 700;
    font-size: 45px;
    line-height: 55px;
}

.h2-f {
    font-weight: 600;
    font-size: 32px;
    line-height: 40px;
}

p {
    font-weight: normal;
    font-size: 16px;
    line-height: 1.5;
}

p.sub-label {
    font-weight: normal;
    font-size: 14px;
    line-height: 1.43;
}

.rounded {
    border-radius: 20px !important;
}

.figcaption {
    font-weight: 500;
    font-size: 13px;
    line-height: 21px;
    letter-spacing: 0.07px;
    color: rgba(20, 20, 20, 0.5);
}

.panel-footer {
    display: none !important;
}

.thumb-grow {
    transition: all 0.2s ease-in-out;
}

.thumb-grow:hover {
    transform: scale(1.07);
    text-decoration: none;
}

.thumb-grow-small {
    transition: all 0.2s ease-in-out;
}

.thumb-grow-small:hover {
    transform: scale(1.02);
    text-decoration: none;
}

.btn {
    font-family: "Nunito Sans";
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    text-align: center;
    border-radius: 100px;
    text-transform: uppercase;
    transition: all 0.2s ease-in-out;
}

.btn:hover {
    transform: scale(1.05);
    text-decoration: none;
}

.btn:focus {
    box-shadow: 0 0 0 0rem rgba(0, 0, 0, 0);
}

.btn-primary {
    color: #000000;
    background-color: #ffa627;
    border-color: #ffa627;
}

.btn-primary:hover {
    color: #000000;
    background-color: #ffffff;
    border-color: #ffffff;
}

.btn-primary:checked {
    color: #000000;
    background-color: #ffffff;
    border-color: #ffffff;
}

.btn-secondary {
    color: #ffffff;
    background-color: transparent;
    border: 2px solid #ffffff;
}

.btn-secondary:hover {
    color: #000000;
    background-color: #ffffff;
    border: 2px solid #ffffff;
}

.btn-secondary:checked {
    color: #000000;
    background-color: #ffffff;
    border: 2px solid #ffffff;
}

.btn-white {
    color: #000000;
    background-color: #ffffff;
    border-color: #ffffff;
}

.btn-white:hover {
    color: #000000;
    background-color: #ffa627;
    border-color: #ffa627;
}

.btn-white:checked {
    color: #000000;
    background-color: #ffa627;
    border-color: #ffa627;
}

.btn-outline-white {
    color: #ffffff;
    background-color: transparent;
    border: 2px solid #fffbfb;
}

.btn-outline-white:hover {
    color: #000000;
    background-color: #ffffff;
    border: 2px solid transparent;
}

.btn-outline-white:checked {
    color: #000000;
    background-color: #ffffff;
    border: 2px solid transparent;
}

.btn-background-dark {
    color: #ffffff;
    background-color: #121625;
    border-color: transparent;
}

.btn-background-dark:hover {
    color: #ffffff;
    background-color: #0e99ff;
    border-color: #0e99ff;
}

.btn-background-dark:checked {
    color: #ffffff;
    background-color: #0e99ff;
    border-color: #0e99ff;
}

.btn-call-back {
    font-size: 20px;
    line-height: 1.2;
    color: #2cb927;
    border-radius: 10px !important;
    background-color: rgba(44, 185, 39, 0.08);
    border: 2px solid transparent;
    text-transform: none;
}

.btn-call-back:hover img {
    filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1);
}

.btn-call-back:hover {
    color: #ffffff;
    background-color: #2cb927;
}

.btn-call-back:checked {
    color: #ffffff;
    background-color: #2cb927;
}

.btn-australia {
    color: #ffffff;
    background: -moz-linear-gradient(right, #061c88 0%, #030e44 100%);
    background: -webkit-gradient( right top, right top, color-stop(0%, #030e44), color-stop(100%, #061c88));
    background: -webkit-linear-gradient(right, #061c88 0%, #030e44 100%);
    background: -o-linear-gradient(right, #061c88 0%, #030e44 100%);
    background: -ms-linear-gradient(right, #061c88 0%, #030e44 100%);
    background: linear-gradient(to left, #061c88 0%, #030e44 100%);
    border-color: transparent;
}

.btn-australia:hover {
    color: #ffffff;
    background-color: #0c80d5;
    border-color: #0c80d5;
}

.btn-australia:checked {
    color: #ffffff;
    background-color: #0c80d5;
    border-color: #0c80d5;
}

.btn-primary:active,
.btn-primary:focus,
.btn-secondary:active,
.btn-secondary:focus,
.btn-white:active,
.btn-white:focus,
.btn-outline-white:active,
.btn-outline-white:focus,
.btn-background-dark:active,
.btn-background-dark:focus,
.btn-call-back:active,
.btn-call-back:focus,
.btn-australia:active,
.btn-australia:focus {
    box-shadow: 0 0 0 0.1rem rgba(0, 0, 0, 0);
}

.ico-80 {
    width: 80px;
    height: 80px;
}

.ico-65 {
    width: 65px;
    height: 65px;
}

.ico-55 {
    width: 55px;
    height: 55px;
}

.ico-45 {
    width: 45px;
    height: 45px;
}

.ico-40 {
    width: 40px;
    height: 40px;
}

.ico-32 {
    width: 32px;
    height: 32px;
}

.ico-24 {
    width: 24px;
    height: 24px;
}

.ico-18 {
    width: 18px;
    height: 18px;
}

.bg-blue {
    background-color: #0e99ff;
}

.bg-pink {
    background-color: #e80065;
}

.bg-orange {
    background-color: #ffa627;
}

.bg-light-blue {
    background-color: #00c4e8;
}

.bg-green {
    background-color: #2cb927;
}

.bg-white {
    background-color: #ffffff;
}

.bg-dark-grey {
    background-color: #121625;
}

.bg-dark-grey-gradient {
    background: linear-gradient( to right, #121625 -3%, rgba(18, 22, 37, 0.39) 79%);
}

.bg-pattern {
    background-image: url(../img/patterns/honeycomb-pattern@2x.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.bg-pattern-orange {
    background-image: url(../img/patterns/contour-pattern@2x.png);
    background-position: bottom center;
    background-size: contain;
    background-repeat: no-repeat;
}

.col-blue {
    color: #0e99ff;
}

.col-pink {
    color: #e80065;
}

.col-orange {
    color: #ffa627;
}

.col-light-blue {
    color: #00c4e8;
}

.col-green {
    color: #2cb927;
}

.col-white {
    color: #ffffff;
}

.col-purple {
    color: #7782a8;
}

.col-desaturated-dark-blue {
    color: #6b79ae;
}

.col-vivid-red {
    color: #ff0e47;
}

.col-vivid-cyan {
    color: #19e9c0;
}

.w-25 {
    width: 25%;
}

.w-40 {
    width: 40%;
}

.w-50 {
    width: 50%;
}

.w-65 {
    width: 65%;
}

.w-75 {
    width: 75%;
}

.w-80 {
    width: 80%;
}

.w-85 {
    width: 85%;
}

.w-90 {
    width: 90%;
}

.w-95 {
    width: 95%;
}

.w-100 {
    width: 100%;
}

.h-50 {
    height: 50% !important;
}

.h-60 {
    height: 60% !important;
}

.h-65 {
    height: 65% !important;
}

.h-70 {
    height: 70% !important;
}

.h-75 {
    height: 75% !important;
}

.h-100 {
    height: 100% !important;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.border-radius-20 {
    border-radius: 20px !important;
}

.border-left-radius-20 {
    border-top-left-radius: 20px !important;
    border-bottom-left-radius: 20px !important;
}

.border-radius-30 {
    border-radius: 30px !important;
}

.border-top-radius-30 {
    border-top-left-radius: 30px !important;
    border-top-right-radius: 30px !important;
}

.border-bottom-radius-30 {
    border-bottom-left-radius: 30px !important;
    border-bottom-right-radius: 30px !important;
}

.border-left-radius-30 {
    border-top-left-radius: 30px !important;
    border-bottom-left-radius: 30px !important;
}

.border-right-radius-30 {
    border-top-right-radius: 30px !important;
    border-bottom-right-radius: 30px !important;
}

.right-arrow {
    width: 18px;
    float: right;
}

.contact-info-section .contact-info .bg-dark-grey {
    padding: 30px 34px;
}

.contact-info-section .contact-info h5 {
    margin-bottom: 5px;
}

.contact-info-section .contact-info table tr:nth-child(-n+4) {
    border-bottom: 1px solid rgb(255, 255, 255, 0.2);
}

.contact-info-section .contact-info table tr td {
    width: 100%;
}

.contact-info-section .contact-info table tr td h5 {
    margin-top: 15px;
}

.contact-info-section .contact-info table tr td p {
    color: #ffa627;
    margin-bottom: 15px;
}

.contact-info-section .contact-info table tr td .cell-background {
    width: 150px;
    height: 44px;
    background-color: #0c0e19;
    padding: 10px;
    border-radius: 30px;
    color: #0e99ff;
    display: block;
    text-align: center;
}

.contact-info-section .contact-info table tr td .cell-background:hover {
    background-color: #0e99ff;
    color: #ffffff;
}

.cell-background {
    width: 150px !important;
    height: 44px !important;
    background-color: #0c0e19;
    padding: 10px;
    border-radius: 30px !important;
    color: #0e99ff;
    display: inline-block;
    text-align: center;
}

.cell-background:hover {
    background-color: #0e99ff;
    color: #ffffff;
}

.contact-info-section .contact-info table tr td .icon-background {
    width: 44px;
    height: 44px;
    background-color: #0c0e19;
    padding: 13px;
    border-radius: 100%;
}

.contact-info-section .contact-info table tr td .icon-background:hover {
    background-color: #0e99ff;
}

.contact-info-section .contact-info table tr td:hover img {
    filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1);
}


/*Particle Banner*/

.particle-hero-banner .next-particle-container {
    position: relative;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.particle-hero-banner .container {
    z-index: 1;
    position: relative;
}

.particle-hero-banner .image-container {
    position: absolute;
    top: 15%;
    left: 0;
    width: 100%;
    z-index: 0;
}

.image-container-about {
    position: absolute;
    top: 15%;
    left: 0;
    width: 100%;
    z-index: 0;
}

.particle-hero-banner .image-offer-container {
    position: absolute;
    top: -5%;
    right: 0;
    left: 120px;
    z-index: 0;
}

.index-hero-banner .next-particle-container {
    position: relative;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.index-hero-banner .container {
    z-index: 1;
    position: relative;
}


/*Bullet List*/

.bullet-list ul {
    padding-left: 20px;
}

.bullet-list ul ul {
    padding-left: 50px;
}

.bullet-list ul li::marker {
    width: 15px;
    height: 15px;
    color: #ffffff;
}

.bullet-list ul li {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    /* color: #7782a8; */
    color: #ffffff;
    margin-bottom: 15px;
}

.bullet-list ul li::before {
    content: "\2022";
    color: white;
    font-weight: bold;
    font-size: 16px;
    display: inline-block;
    width: 1.5em;
    margin-left: -1em;
}


/*Founding Members*/

.founding-members {
    margin-top: 100px;
}

.founding-members .meet-founding-members .members-info-container p {
    margin-bottom: 45px;
}


/* Founding Members Section */

.founding-members-section {
    background-image: url("../img/backgrounds/bg-founders-divider.png");
    background-size: 70%;
    background-position: left 10% bottom;
    background-repeat: no-repeat;
}

.founding-members-section .btn {
    width: 230px;
}


/*====================== Modals ======================*/

.modal-header {
    border-bottom: none;
    padding-bottom: 0px;
}

.modal-body {
    padding: 0px 35px 40px 35px;
}

.modal-body img {
    margin-bottom: 20px;
}

.modal-body h4 {
    font-size: 32px;
    line-height: 1.25;
    margin-bottom: 25px;
}

.modal-body form label {
    font-weight: normal;
    color: #ffffff;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.modal-body form input {
    font-family: "Nunito Sans";
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: normal;
    text-align: left;
    color: #ffffff;
    padding: 34px 26px;
    border-color: transparent;
    border-radius: 30px;
    background-color: #19203a;
}

.modal-body form input#selectDatePicker {
    padding: 22px 26px 48px 26px;
}

.modal-body form input::placeholder {
    opacity: 0.3;
    color: #ffffff;
}

.modal-body form p {
    margin-top: 10px;
    color: #52629f;
}

.modal-footer {
    border-top: none;
}

.australianExpandedModal .modal-body .row:nth-child(1) {
    padding-bottom: 25px;
    border-bottom: solid 1px rgba(255, 255, 255, 0.2);
}

.australianExpandedModal .modal-body p {
    margin-bottom: 0px;
}

.australianExpandedModal .modal-body a {
    margin-top: 20px;
}


/*====================== Main Navigation ======================*/

.navigation-container {
    z-index: 1;
}

.ftco-top-nav a {
    text-transform: none;
    margin-left: 10px;
    font-size: 15px;
    line-height: 1.33;
    border-radius: 26px !important;
}

.bg-transparent {
    background: transparent !important;
}

.bg-dark {
    background-color: #010516 !important;
}

.bg-nav-dark {
    background-color: #010516;
}

.navbar {
    z-index: 1000;
    padding: 0px;
}

.navbar-dark .navbar-toggler {
    border-color: transparent !important;
}

.navbar-nav li {
    margin-left: 10px;
}

.navigation-container .navbar .nav-item a {
    font-family: "Nunito Sans";
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.36;
    letter-spacing: normal;
    color: #ffffff;
    text-transform: uppercase;
}

.navigation-container .navbar .nav-item a:hover {
    color: #ffa627;
}

.navigation-container .navbar .nav-item .active {
    position: relative;
    border-radius: 100%;
    color: #0e99ff !important;
}

.arrow-active {
    margin-right: 15px !important;
}

.navigation-container .navbar .nav-item.active::before {
    position: absolute;
    content: "\2022";
    bottom: 5px;
    left: 50%;
    right: 50%;
    width: 5px;
    height: 5px;
}

.navigation-container .navbar .nav-item.case-study-active {
    position: relative;
    border-radius: 100%;
    color: #0e99ff !important;
}

.navigation-container .navbar .nav-item .dropdown-menu a {
    text-transform: none;
}

.dropdown-menu {
    margin-top: 15px;
    background-color: #121625;
    border-radius: 30px;
}

.dropdown-menu a img.ico-65 {
    width: 65px;
    height: 65px;
}

.dropdown-item {
    padding-top: 15px;
    padding-bottom: 15px;
    color: #ffffff;
    border-bottom: 1px solid rgb(255, 255, 255, 0.1);
}

.dropdown-item:nth-last-child(1) {
    border-bottom: none;
}

.dropdown-item:hover {
    background-color: transparent;
    color: #ffa627;
}

.dropdown-item.active,
.dropdown-item:active {
    color: #0e99ff;
    background-color: transparent;
}

.dropdown-item .col-orange {
    font-size: 11px;
    line-height: 1.55;
}

.dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border: solid white;
    border-width: 0 2px 2px 0;
    padding: 3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.dropdown-toggle:hover::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border: solid #ffa627;
    border-width: 0 2px 2px 0;
    padding: 3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.dropdown-toggle.active::after {
    display: inline-block;
    position: absolute;
    width: 0;
    height: 0;
    margin-left: 7px;
    margin-top: 2px;
    vertical-align: 0.255em;
    content: "";
    border: solid #0e99ff;
    border-width: 0 2px 2px 0;
    padding: 3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.navigation-container .btn-primary {
    color: #6b3f00;
    padding: 16px 26px;
}


/*====================== Index Page ======================*/


/*Index Hero Banner*/

.index-hero {
    position: relative;
}

.index-hero .video-bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
}

.index-hero .video-bg::before {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #010516;
    /* background: linear-gradient(0deg, rgba(1, 5, 22, 1) 25%, rgba(1, 5, 22, 0.15) 70%, rgba(1, 5, 22, 0.5) 100%); */
    background: linear-gradient(0deg, rgba(1, 5, 22, 1) 40%, rgba(1, 5, 22, 0.15) 70%, rgba(1, 5, 22, 0.5) 100%);
}

.index-hero .container-hero h1 {
    margin-bottom: 0rem;
    line-height: 1.22;
}

.index-hero .container-hero a.btn {
    border-radius: 100px;
    padding: 10px 16px;
}

.video-bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
}

.video-bg video {
    width: 100%;
}

.video-bg::before {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #010516;
    background: linear-gradient( 0deg, rgba(1, 5, 22, 0.1) 1%, rgba(1, 5, 22, 0.10) 70%, rgba(1, 5, 22, 0.1) 100%);
}

.about-hero .video-bg::before {
    background: linear-gradient(0deg, rgba(1, 5, 22, 1) 0%, rgb(1 5 22 / 45%) 20%, rgb(1 5 22 / 45%) 70%, rgba(1, 5, 22, 1) 100%);
}

.contact-hero .video-bg::before {
    background: linear-gradient(0deg, rgba(1, 5, 22, 1) 0%, rgb(1 5 22 / 45%) 20%, rgb(1 5 22 / 45%) 60%, rgba(1, 5, 22, 1) 100%);
}

.founders-section .video-bg::before {
    background: linear-gradient(0deg, rgba(1, 5, 22, 1) 0%, rgb(1 5 22 / 45%) 20%, rgb(1 5 22 / 45%) 60%, rgba(1, 5, 22, 1) 100%);
}


/*Sustainable Benefit*/

.index-sustainable-benefit .container-sustainable h2 {
    font-weight: 600;
    line-height: 1.25;
    margin-bottom: 25px;
}

.index-sustainable-benefit .container-sustainable .bg-dark-grey {
    padding: 30px 15px 30px 20px;
}

.index-sustainable-benefit .container-sustainable .bg-dark-grey p {
    color: #6b79ae;
    line-height: 1.56;
    margin-bottom: 0px;
}


/*Our Philosophy*/

.our-philosophy {
    margin-bottom: 100px;
}

.our-philosophy .next-particle-container {
    position: relative;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.our-philosophy canvas {
    float: right;
}

.our-philosophy .container {
    z-index: 1;
}

.our-philosophy .image-container {
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 0;
}

.our-philosophy .our-philosophy-container {
    padding-top: 140px;
    padding-bottom: 140px;
}

.our-philosophy .our-philosophy-container h4 {
    margin-bottom: 26px;
    line-height: 1.44;
    font-weight: normal;
}

.our-philosophy .our-philosophy-container p {
    font-size: 24px;
    line-height: 1.25;
}

.image-container {
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 0;
}


/*Our Global project footprint*/

.xs-mb-140 {
    margin-bottom: 140px;
}

.xs-mt-140 {
    margin-top: 140px;
}

.xs-mtb-140 {
    margin: 140px 0;
}

.project-footprint .project-footprint-container h3 {
    margin-bottom: 0px;
    line-height: 1.45;
}

.project-footprint .project-footprint-container p {
    margin-top: 25px;
    margin-bottom: 0px;
}

.project-footprint .project-footprint-container .bg-dark-grey {
    padding: 27px 15px;
}

.project-footprint .project-footprint-container .bg-dark-grey p {
    line-height: 1.25;
    color: #ffffff;
    margin-bottom: 0px;
    margin-top: 0px;
}

.project-footprint .project-footprint-container .bg-dark-grey h1 {
    font-size: 50px;
}

.project-footprint .project-footprint-container a.btn {
    padding: 4px 30px 4px 6px;
    /* font-size: 16px; */
    font-weight: normal;
    line-height: 1.5;
    text-transform: none;
    display: block !important;
    width: 230px;
}


/*Best Foot Forward*/

.best-foot-forward h3 {
    line-height: 1.45;
}


/*Excavator Particle*/

.excavator-particle .image-container {
    margin-top: -180px;
}

.feed {
    margin-bottom: 100px;
}

.feed h2 {
    margin-bottom: 25px;
}


/*====================== About us Page ======================*/


/* Fraser McGill */

.the-project-company {
    background: url("../img/particle-images/desktop-contours@2x.jpg"), #000416;
    background-size: 50%, cover;
    background-position: center right -50px, center;
    background-repeat: no-repeat, no-repeat;
    padding: 160px 0 160px;
    margin-bottom: 100px;
    overflow: hidden;
}

.the-project-company a.btn {
    padding: 4px 30px 4px 6px;
    /* font-size: 16px; */
    font-weight: normal;
    line-height: 1.5;
    text-transform: none;
    display: block !important;
    width: 230px;
}

.the-project-company .bg-very-dark-blue {
    padding: 51px 0;
}

@media only screen and (max-width: 575px) {
    .the-project-company h3 {
        line-height: 1.13;
    }
}

@media only screen and (max-width: 991px) {
    .the-project-company {
        background: url("../img/backgrounds/mobile-contours@2x.png"), #000416;
        background-size: contain, cover;
        background-position: center right -50px, center;
        background-repeat: no-repeat, no-repeat;
        padding: 180px 0 160px;
        margin-bottom: 130px;
        overflow: hidden;
    }
}


/*About us banner*/

.about-hero canvas {
    float: right;
    width: 1289px;
}

.about-hero h6 {
    margin-bottom: 30px;
}


/*Our promise*/

.our-promise .container {
    z-index: 1;
}

.our-promise .our-philosophy-container {
    height: 350px;
}

/* Our team */
section.south-africa {
    background-image: url("../img/australia/flag-south-africa.png");
    background-size: contain;
    background-position: center bottom 0;
    background-repeat: no-repeat;
    margin-bottom: 4%;
    /* margin-top: 4%; */
    /* padding: 18rem 0 10rem 0; */
    padding: 5rem 0 10rem 0;
}

section.australia {
    background-image: url("../img/australia/flag-australia.png");
    background-size: contain;
    background-position: center top 0;
    background-repeat: no-repeat;
    margin-bottom: 4%;
    /* margin-top: 10rem; */
}

section.botswana {
    background-image: url("../img/australia/flag-botswana.png");
    background-size: contain;
    background-position: center top 0;
    background-repeat: no-repeat;
    margin-bottom: 4%;
    margin-top: 18rem;
}


/*Strategic Advice container*/

.strategic-advice {
    /* padding-top: 100px; */
    padding-top: 0px;
    /* padding-bottom: 100px; */
}

.strategic-advice .next-particle-container {
    position: relative;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.strategic-advice canvas {
    float: right;
}

.strategic-advice .container {
    z-index: 1;
}

.strategic-advice .image-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 0;
}

.strategic-advice .strategic-advice-content h2 {
    margin-bottom: 45px;
}

.strategic-advice .strategic-advice-content p {
    margin-bottom: 45px;
}

.strategic-advice .list .list-group-item {
    padding: 15px;
    color: #ffffff;
    background-color: #121625;
}

.strategic-advice .list .list-group-item:focus {
    color: #ffffff;
    background-color: #0e99ff;
}

.strategic-advice .list .list-group-item:focus img {
    filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1);
}


/* .strategic-advice .list .list-group-item:nth-child(-n + 2) {
  border-bottom: 2px solid rgb(255, 255, 255, 0.2);
}

.strategic-advice .list .list-group-item:not(:last-of-type) {
  border-bottom: 2px solid rgb(255, 255, 255, 0.2);
} */

.strategic-advice .list .list-group-item img {
    margin-right: 15px;
}

.strategic-advice .list .tab-content {
    padding: 30px 30px 60px 30px;
}

.strategic-advice .full-offering a {
    font-family: "Nunito Sans";
    font-size: 26px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.23;
    letter-spacing: normal;
    text-align: left;
    color: #ffffff;
}

.strategic-advice .full-offering a:hover {
    color: #0e99ff;
    text-decoration: none;
}

.strategic-advice .full-offering a svg {
    fill: #fff;
}

.strategic-advice .full-offering a:hover svg {
    fill: #0e99ff;
}


/* stronger-together */

.stronger-together {
    background: #010516 url('../img/backgrounds/stronger-together.jpg') center / 100% no-repeat;
    background-blend-mode: lighten;
    padding: 10rem 0 5rem 0;
    margin-bottom: 10%;
}

.stronger-together .bg-dark-grey {
    padding: 80px 30px 40px 30px;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 34rem;
}

.stronger-together img {
    max-width: 100%;
    margin-bottom: 3rem;
}


/*Founding Members*/

.founders-section {
    background-image: url("../img/backgrounds/bg-founders.png");
    background-size: 100%;
    background-position: center top 12%;
    background-repeat: no-repeat;
}

.founders-section .founders .founders-portrait img,
.founders-section .founders .director-portrait img,
.founders-section .employees .employees-portrait img {
    z-index: 1;
}

.founders-section .founders .founders-info,
.founders-section .founders .australian-director {
    margin-top: -40%;
    z-index: -1;
}

.founders-section .founders .founders-info,
.founders-section .founders .australian-director {
    padding: 40% 30px 40px 30px;
}

.founders-section .founders .founders-info a,
.founders-section .founders .australian-director a {
    margin-right: 10px;
}

.founders-section .founders .founders-info a:hover,
.founders-section .founders .australian-director a:hover {
    background-color: #0e99ff;
}

.founders-section .founders .founders-info a:hover img,
.founders-section .founders .australian-director a:hover img {
    filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1);
}

.founders-section .founders .founders-info a.cell-link,
.founders-section .founders .australian-director a.cell-link {
    color: #0e99ff;
    position: relative;
    margin-top: 25px;
    margin-right: 10px;
}

.founders-section .founders .founders-info a.cell-link:hover,
.founders-section .founders .australian-director a.cell-link:hover {
    color: #ffffff;
    background-color: #0e99ff;
}

.founders-section .founders .founders-info h4,
.founders-section .founders .australian-director h4 {
    margin-bottom: 0px;
    font-size: 24px;
    line-height: 2.13;
}

.founders-section .founders .founders-info a,
.founders-section .founders .australian-director a {
    width: 44px;
    height: 44px;
    background-color: #0c0e19;
    padding: 13px;
    border-radius: 100%;
}

.founders-section .founders .founders-info a.cell-background,
.founders-section .founders .australian-director a.cell-background {
    padding: 10px 13px;
}

.founders-section .founders .founders-info h6.col-purple,
.founders-section .founders .australian-director h6.col-purple {
    margin-top: 0px;
    margin-bottom: 20px;
}

.founders-section .founders .founders-info p,
.founders-section .founders .australian-director p {
    margin-top: 30px;
}

.founders-section .employees h3 {
    text-transform: none;
}

#view-more {
    display: none;
    transition-duration: 0.4s;
}

.card {
    background-color: transparent !important;
}

.btn-arrow {
    background: none;
    border: none;
    cursor: pointer;
}

.btn-arrow:focus {
    box-shadow: none;
}

.btn-arrow h3 {
    float: left;
}

.arrow {
    border: solid white;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 7px;
    float: right;
    margin-top: 35px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.founders-section .employees .tab-list {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.founders-section .employees .tab-list a.list-group-item-action {
    position: relative;
    background: transparent;
    border: transparent;
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    width: fit-content;
}

.founders-section .employees .tab-list a img {
    filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1);
    margin-right: 20px;
}

.founders-section .employees .tab-list a.active {
    background: transparent;
    border: transparent;
    color: #0e99ff;
    font-weight: 600;
    font-size: 18px;
}

.founders-section .employees .tab-list a.active::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 1.25rem;
    right: 1.25rem;
    height: 2px;
    background-color: #0e99ff;
}

.founders-section .employees .tab-list a.active img {
    filter: none;
    -webkit-filter: none;
}

.founders-section .employees .employees-info {
    position: relative;
    display: flex;
    align-items: center;
    padding: 30px 15px 30px 70px;
    height: 100%;
}

.founders-section .employees .employees-info::before {
    position: absolute;
    content: "";
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
    width: 45px;
    height: 45px;
    background-image: url("../../assets/img/icons/ico-profile.svg");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.founders-section .employees .employees-info h4 {
    font-size: 22px;
    line-height: 1.25;
    margin-bottom: 0px;
}

.founders-section .employees .employees-info h6 {
    line-height: 1;
    margin-top: 15px;
}

.founders-section .employees .employees-info p {
    padding-right: 5px;
    line-height: 1.47;
    font-size: 16px;
    color: #ffffff;
    margin-top: 30px;
}

.employees-info a {
    width: 44px;
    height: 44px;
    background-color: #0c0e19;
    padding: 13px;
    border-radius: 100%;
    margin-right: 10px;
}

.employees-info a:hover {
    background-color: #0e99ff;
}

.employees-info a:hover img {
    filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1);
}

.employees-info a.cell-background {
    padding: 10px 13px;
}

.employees-info .card {
    position: relative;
    border: 0px solid rgba(0, 0, 0, 0);
}

.employees-info .card .card-header {
    position: absolute;
    top: -55px;
    right: 0;
    padding-right: 0px;
    background-color: rgba(0, 0, 0, 0);
    border-bottom: 0px solid rgba(0, 0, 0, 0);
}

.employees-info .card .card-header .btn-link[aria-expanded="true"] img {
    transform: rotate(-180deg);
    transition-duration: 0.5s;
}

.employees-info .card .card-header .btn-link[aria-expanded="false"] img {
    transform: rotate(0deg);
    transition-duration: 0.5s;
}

.employees-info .card .card-body {
    padding: 0px;
}

.employees-info .card .card-body p {
    margin-top: 20px;
}


/*Passion*/

.passion-container {
    /* height: 1700px; */
    padding: 5rem 0rem 1rem 0rem !important;
    /* height: 1397px; */
}

.passion .passion-container h2 {
    margin-bottom: 55px;
}

.passion-card {
    /* background-color: #121625; */
    background-color: #121625af;
    padding: 30px 20px 25px 20px;
    border-radius: 30px;
    height: 330px;
}

.number-card-blue-1 {
    background-image: url(../img/cards/blue-card-number-1@3x-trans.png);
    background-position: bottom right;
    background-size: 208px 348px;
    background-repeat: no-repeat;
}

.number-card-blue-2 {
    background-image: url(../img/cards/blue-card-number-2@3x-trans.png);
    background-position: bottom right;
    background-size: 208px 348px;
    background-repeat: no-repeat;
}

.number-card-blue-3 {
    background-image: url(../img/cards/blue-card-number-3@3x-trans.png);
    background-position: bottom right;
    background-size: 208px 348px;
    background-repeat: no-repeat;
}


/*====================== Our Offering Page ======================*/


/*Offering List*/

.offering-hero {
    padding-top: 120px;
    background-image: url(../img/backgrounds/open-mine.jpg);
    background-position: left top 90px;
    background-size: 105% 90%;
    background-repeat: no-repeat;
}

.offering-sustainable-benefit {
    z-index: 1;
}

.offering-sustainable-benefit .list .list-group-item {
    padding: 15px;
    color: #ffffff;
    background-color: #121625;
}

.offering-sustainable-benefit .list .list-group-item.active {
    background-color: #0e99ff;
}

.offering-sustainable-benefit .list .list-group-item.active img {
    filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1);
}

.offering-sustainable-benefit .list .tab-content {
    padding: 30px 30px 10px 30px;
}

.offering-sustainable-benefit .list .tab-content .icon-green-background {
    width: 44px;
    height: 44px;
    background-color: rgba(44, 185, 39, 0.14);
    padding: 13px;
    border-radius: 100%;
    margin-right: 10px;
}

.offering-sustainable-benefit .list .tab-content a.request-call-back {
    color: #2cb927;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    display: block;
}

.offering-sustainable-benefit .list .tab-content a.request-call-back:hover {
    text-decoration: none;
    transform: scale(1.05);
}


/*Offering partnership*/

.partnership-agreement {
    width: 100%;
    height: 80%;
    z-index: -1;
    /* margin-top: -20%;
  margin-bottom: 5%;
  padding-top: 27%;
  margin-bottom: 100px; */
    margin-top: 100px;
    margin-bottom: 100px;
}

.partnership-agreement .bg-dark-grey {
    padding: 50px 20px 35px 20px;
}

.partnership-agreement .bg-dark-grey img {
    margin-bottom: 30px;
}

.partnership-cards img {
    margin-bottom: 30px;
}


/*Offering How We Work*/

.how-we-work {
    margin-bottom: 13%;
}

.how-we-work h2 {
    margin-bottom: 30px;
}

.process-card {
    background-color: #121625;
    padding: 30px 20px 25px 20px;
}

.number-card-orange-1 {
    background-image: url(../img/cards/orange-card-number-1@3x.png);
    background-repeat: no-repeat;
    background-position: bottom right -5px;
    background-size: 208px 348px;
}

.number-card-orange-2 {
    background-image: url(../img/cards/orange-card-number-2@3x.png);
    background-repeat: no-repeat;
    background-position: bottom right -5px;
    background-size: 208px 348px;
}

.number-card-orange-3 {
    background-image: url(../img/cards/orange-card-number-3@3x.png);
    background-repeat: no-repeat;
    background-position: bottom right -5px;
    background-size: 208px 348px;
}

.number-card-orange-4 {
    background-image: url(../img/cards/orange-card-number-4@3x.png);
    background-repeat: no-repeat;
    background-position: bottom right -5px;
    background-size: 208px 348px;
}


/*.how-we-work div.row div:nth-child(3) .number-background {
	background-image: url(../img/cards/number-bg-2.png);
}

.how-we-work div.row div:nth-child(4) .number-background {
	background-image: url(../img/cards/number-bg-3.png);
}

.how-we-work div.row div:nth-child(5) .number-background {
	background-image: url(../img/cards/number-bg-4.png);
}*/

.how-we-work .number-background ul {
    margin-bottom: 0px;
}

.how-we-work .number-background ul li:nth-last-child(1) {
    margin-bottom: 0px;
}


/*Offering Decision Making*/

.decision-making {
    background: linear-gradient(0deg, rgba(1, 5, 22, 1) 25%, rgba(1, 5, 22, 0.15) 70%, rgba(1, 5, 22, 0.5) 100%), url(../img/backgrounds/offering-banner.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: top 50% left;
    padding: 3rem 0;
}

.decision-making .decision-making-content {
    /* margin-top: 8%;
  margin-bottom: 9%; */
    margin: 65px 0;
}

.decision-making .decision-making-content .row div:nth-child(1) h4 {
    margin-bottom: 30px;
}

.decision-making .decision-making-content .bg-dark-grey {
    padding: 30px;
}

.decision-making .decision-making-content a {
    font-family: "Nunito Sans";
    font-size: 26px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.23;
    letter-spacing: normal;
    text-align: left;
    color: #ffffff;
}

.decision-making .decision-making-content a:hover {
    text-decoration: none;
    color: #0e99ff;
}

.decision-making .decision-making-content a svg {
    fill: #fff;
}

.decision-making .decision-making-content a:hover svg {
    fill: #0e99ff;
}


/*====================== Case Study Pages ======================*/


/*Case study preset*/


/*.case-study {
    
    background-size: 100% 85%;
    background-repeat: no-repeat;
    background-position: top left;
    height: 85%;
    margin-top: -120px;
    margin-bottom: 8%;
	background-color: red;

}*/


/*
.case-study .container {
    padding-top: 28%;
}
*/

.case-study .container .bg-dark-grey {
    padding: 25px;
}

.case-study .container .bg-dark-grey h5 {
    font-weight: 500;
    line-height: 1.25;
}

.case-study .container .bg-dark-grey p.col-orange {
    margin-bottom: 10px;
}

.case-study .container .bg-dark-grey p {
    margin-bottom: 0px;
}


/*Challanges Experienced*/

.challanges-experienced {
    position: relative;
    z-index: 1;
}

.challanges-experienced h3 {
    line-height: 1.25;
}

.challanges-experienced p {
    margin-bottom: 30px;
}

.challanges-experienced h5 {
    font-weight: 500;
}

.challanges-experienced ul {
    padding: 0px;
}

.challanges-experienced ul li {
    font-family: "Nunito Sans";
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left;
    color: #ffffff;
    margin-bottom: 25px;
    display: inline-flex;
}

.challanges-experienced ul li:before {
    content: url(../img/icons/ico24-check.svg);
    display: inline-block;
    margin: 10px 20px 0px 0px;
}


/*Divider Background Image*/

.divider {
    margin-top: -130px;
    margin-bottom: -80px;
}


/*Approach Solution*/

.approach-solution h3 {
    line-height: 1.25;
}

.approach-solution {
    margin-top: 60px;
}

.approach-solution p {
    margin-bottom: 30px;
}

.approach-solution ul,
.outcome-experience ul {
    padding: 0px;
}

.approach-solution ul li {
    font-family: "Nunito Sans";
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 2;
    letter-spacing: normal;
    text-align: left;
    color: #ffffff;
    margin-bottom: 15px;
    display: inline-flex;
}

.approach-solution ul li:before {
    content: url(../img/icons/ico-orange-check.svg);
    display: inline-block;
    margin: 5px 20px 0px 0px;
}

.approach-solution iframe {
    width: 100%;
    height: 50vh;
}


/*Outcome Experience*/

.outcome-experience h3 {
    line-height: 1.25;
}

.outcome-experience {
    margin-top: 80px;
    margin-bottom: 120px;
}

.outcome-experience ul li {
    font-family: "Nunito Sans";
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 2;
    letter-spacing: normal;
    text-align: left;
    color: #ffffff;
    margin-bottom: 15px;
    display: inline-flex;
}

.outcome-experience ul li:before {
    content: url(../img/icons/ico-orange-check.svg);
    display: inline-block;
    margin: 5px 20px 0px 0px;
}

.outcome-experience p {
    margin-bottom: 30px;
}


/*Key Suggestions*/

.key-suggestions {
    position: relative;
    z-index: 1;
    /*  */
    background-image: url(../img/29.png);
    background-size: contain;
    background-position: bottom right;
    background-repeat: no-repeat;
}

.key-suggestions .key-suggestions-cards {
    background-image: url(../img/backgrounds/key-suggestions.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.key-suggestions .bg-dark-grey {
    height: 110px;
    padding: 2rem;
}

.key-suggestions .bg-dark-grey h2 {
    font-size: 1.5rem;
    line-height: 1;
}

.key-suggestions .bg-dark-grey p {
    margin-bottom: 0px;
}


/*Methodology Benefit*/


/*Timeline*/

.methodology-benefit {
    padding-top: 140px;
    position: relative;
    margin-top: -80px;
}

.methodology-benefit h3 {
    margin-bottom: 45px;
}

.methodology-benefit h4 {
    line-height: 1.33;
    font-weight: normal;
    margin-bottom: 0px;
}


/* The Vertical Ruler */

.methodology-benefit::after {
    content: "";
    position: absolute;
    width: 6px;
    background: linear-gradient(to bottom, rgba(14, 153, 255, 0), #0e99ff);
    top: 0;
    bottom: 35px;
    left: 50%;
    margin-left: -3px;
}


/* Container around content */

.methodology-benefit .timeline-container {
    margin-top: 25px;
    position: relative;
    width: 50%;
    height: 100px;
}


/* The circles on the timeline */

.methodology-benefit .timeline-container::after {
    content: "";
    position: absolute;
    width: 30px;
    height: 30px;
    top: 35px;
    background-color: #010c17;
    border: 8px solid #03274c;
    border-radius: 50%;
    z-index: 1;
}


/* The circles on the left timeline container */

.methodology-benefit .timeline-container.left::after {
    right: -15px;
}


/* The circles on the right timeline container */

.methodology-benefit .timeline-container.right::after {
    left: -15px;
}


/* Place the container to the left */

.methodology-benefit .timeline-container.left {
    padding-right: 40px;
    left: 0;
}


/* Place the container to the right */

.methodology-benefit .timeline-container.right {
    padding-left: 40px;
    left: 50%;
}


/* Add arrows to the left container (pointing right) */

.methodology-benefit .timeline-container.left::before {
    content: " ";
    height: 0;
    position: absolute;
    top: 35px;
    width: 0;
    z-index: 1;
    right: 26px;
    border: medium solid #121625;
    border-width: 15px 0 15px 15px;
    border-color: transparent transparent transparent #121625;
}


/* Add arrows to the right container (pointing left) */

.methodology-benefit .timeline-container.right::before {
    content: " ";
    height: 0;
    position: absolute;
    top: 35px;
    width: 0;
    z-index: 1;
    left: 26px;
    border: medium solid #121625;
    border-width: 15px 15px 15px 0;
    border-color: transparent #121625 transparent transparent;
}


/* Add arrows to the right container (pointing left) */

.methodology-benefit .timeline-container.right:nth-last-child(1)::before {
    border: solid 1px #ffa627;
    border-width: 15px 15px 15px 0;
    border-color: transparent #ffa627 transparent transparent;
}


/*Benefits of Batteries*/

.batteries-benefits {
    margin-top: 164px;
}

.batteries-benefits h3 {
    margin-bottom: 70px;
}

.batteries-benefits h4 {
    display: inline;
    font-weight: normal;
}

.batteries-benefits img {
    display: inline;
    margin-left: 20px;
}

.batteries-benefits ul {
    padding: 0px;
}

.batteries-benefits ul li {
    font-family: "Nunito Sans";
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 2;
    letter-spacing: normal;
    text-align: left;
    color: #ffffff;
    display: inline-flex;
}

.batteries-benefits .design ul li:before {
    content: url(../img/icons/ico24-light-blue-check.svg);
    display: inline-block;
    margin: 5px 20px 0px 0px;
}

.batteries-benefits .service ul li:before {
    content: url(../img/icons/ico24-light-green-check.svg);
    display: inline-block;
    margin: 5px 20px 0px 0px;
}

/* Unique proposition */
.propositionCard {
    position: relative;
    background-color: #02142E;
}

.propositionCard .content {
    
    padding: 20px 20px 30px 20px;
}

.propositionCard img {
    width: 100%;
}

.propositionCard h3 {
    font-weight: bold;
}


/*Our Value Assessment Partners*/

.value-assessment {
    margin-top: 130px;
    margin-bottom: 140px;
}

.value-assessment .value-assessment-heading {
    margin-bottom: 160px;
}

.value-assessment .value-assessment-heading p {
    margin-bottom: 0px;
}

.value-assessment .bg-vivid-blue {
    position: relative;
    padding: 77px 20px 20px 20px;
    background-color: #121625;
}

.value-assessment .bg-vivid-blue img {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -40px;
    width: 100px;
    height: 100px;
}

.value-assessment .bg-vivid-blue h3 {
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 5px;
}

.value-assessment .bg-vivid-blue h4 {
    font-weight: 600;
    text-align: center;
}

.value-assessment ul {
    padding: 0px;
}

.value-assessment ul li {
    font-family: "Nunito Sans";
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 2;
    letter-spacing: normal;
    text-align: left;
    color: #ffffff;
    display: inline-flex;
}

.value-assessment ul li:before {
    content: url(../img/icons/ico-orange-check.svg);
    display: inline-block;
    margin: 5px 20px 0px 0px;
}

.value-assessment .figcaption {
    color: #ffffff;
}


/*Electrical Infrasturcutre*/

.electrical-infrastucture {
    margin-bottom: 155px;
}

.electrical-infrastucture h3 {
    margin-bottom: 50px;
}

.electrical-infrastucture .bg-dark-grey {
    padding: 30px;
}

.electrical-infrastucture .bg-dark-grey .ico-100 {
    display: inline;
    width: 100px;
    height: 100px;
}

.electrical-infrastucture .bg-dark-grey .row:nth-child(1) {
    padding-bottom: 30px;
    margin-bottom: 45px;
    border-bottom: solid 1px rgba(255, 255, 255, 0.2);
}

.electrical-infrastucture .bg-dark-grey h3 {
    display: inline;
    font-size: 22px;
    margin-bottom: 0px;
}

.electrical-infrastucture ul {
    padding: 0px;
}

.electrical-infrastucture ul li {
    margin-bottom: 10px;
    font-family: "Nunito Sans";
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 2;
    letter-spacing: normal;
    text-align: left;
    color: #ffffff;
    display: flex;
}

.electrical-infrastucture ul li:before {
    content: url(../img/icons/ico-orange-check.svg);
    display: inline-block;
    margin: 5px 20px 0px 0px;
}


/*Ventilation Assessment*/

.ventilation-assessment {
    margin-bottom: 105px;
}

.ventilation-assessment .bg-dark-grey {
    position: relative;
    padding: 16px 21px;
}

.ventilation-assessment .bg-dark-grey h1 {
    font-size: 40px;
    font-weight: 800;
    line-height: 1.38;
    margin-bottom: 0px;
}

.ventilation-assessment .bg-dark-grey-gradient {
    position: relative;
}

.ventilation-assessment .bg-dark-grey-gradient .ventilation-card-heading {
    position: absolute;
    top: -40px;
}

.ventilation-assessment .bg-dark-grey-gradient .ventilation-card-heading h4 {
    display: inline;
    font-weight: normal;
    margin-bottom: 0px;
}

.ventilation-assessment .bg-dark-grey-gradient .ventilation-card-heading img {
    margin-left: 15px;
    display: inline;
}

.ventilation-assessment .bg-dark-grey-gradient .ventilation-card-content h4 {
    font-weight: normal;
    line-height: 1.22;
    margin-bottom: 0px;
}


/*Power Assessment*/

.power-assessment {
    margin-bottom: 100px;
}

.power-assessment h3 {
    margin-bottom: 90px;
}

.power-assessment .bg-dark-grey {
    padding: 33px 21px;
}

.power-assessment .bg-dark-grey h1 {
    font-size: 40px;
    font-weight: 800;
    line-height: 1.38;
    margin-bottom: 0px;
}

.power-assessment .bg-dark-grey h4 {
    margin-bottom: 0px;
}

.power-assessment .bg-dark-grey-gradient {
    position: relative;
}

.power-assessment .bg-dark-grey-gradient .ventilation-card-heading {
    position: absolute;
    top: -40px;
}

.power-assessment .bg-dark-grey-gradient .ventilation-card-heading h4 {
    display: inline;
    font-weight: normal;
    margin-bottom: 0px;
}

.power-assessment .bg-dark-grey-gradient .ventilation-card-heading img {
    margin-left: 15px;
    display: inline;
}

.power-assessment .bg-dark-grey-gradient .ventilation-card-content h4 {
    font-weight: normal;
    line-height: 1.22;
    margin-bottom: 0px;
}


/*Cost Compariso*/

.cost-comparison {
    margin-bottom: 120px;
}

.cost-comparison h3 {
    margin-bottom: 0px;
}

.cost-comparison .bg-dark-grey {
    padding: 28px 21px;
}

.cost-comparison .bg-dark-grey h2 {
    font-size: 30px;
    font-weight: 800;
    line-height: 1.83;
    margin-bottom: 0px;
}

.cost-comparison .bg-dark-grey p {
    color: rgba(255, 255, 255, 0.5);
    margin-bottom: 0px;
}


/*Potential Advantages*/

.potential-advantages {
    margin-bottom: 100px;
}

.potential-advantages h3 {
    margin-bottom: 50px;
}

.potential-advantages h4 {
    display: inline;
    font-weight: normal;
}

.potential-advantages img {
    display: inline;
    margin-left: 20px;
}

.potential-advantages ul {
    padding: 0px;
}

.potential-advantages ul li {
    font-family: "Nunito Sans";
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 2;
    letter-spacing: normal;
    text-align: left;
    color: #ffffff;
    display: flex;
    margin-bottom: 5px;
}

.potential-advantages .improved ul li:before {
    content: url(../img/icons/ico-orange-check.svg);
    display: inline-block;
    margin: 5px 20px 0px 0px;
}

.potential-advantages .reduced ul li:before {
    content: url(../img/icons/ico24-light-blue-check.svg);
    display: inline-block;
    margin: 5px 20px 0px 0px;
}


/*Case study hero*/

.case-study-hero {
    height: 400px;
    border-radius: 30px;
    margin-top: 20px;
}


/*First Case Study*/

.case-study-1 {
    background-image: url(../img/backgrounds/hero-case-study-1.jpg);
}


/*Second Case Study*/

.case-study-2 {
    background-image: url(../img/backgrounds/hero-case-study-2.jpg);
}


/*Third Case Study*/

.case-study-3 {
    background-image: url(../img/backgrounds/hero-case-study-3.jpg);
}


/*Fourth Case Study*/

.case-study-4 {
    background-image: url(../img/backgrounds/hero-case-study-4.jpg);
}


/*Fifth Case Study*/

.case-study-5 {
    background-image: url(../img/backgrounds/hero-case-study-5.png);
}


/*====================== Contact us Page ======================*/


/*Contact Banner*/

.contact-hero {
    margin-top: 26rem;
    /* margin-bottom: 150px; */
    margin-bottom: -11px;
}

.contact-hero a:hover {
    color: #ffa627;
}

.contact-hero a svg {
    fill: #0e99ff !important;
}

.contact-hero a:hover svg {
    fill: #ffa627 !important;
}

.contact-hero .bg-dark-grey {
    padding: 30px 20px;
    background-color: #121625;
}

.contact-hero .bg-dark-grey h3 {
    margin-bottom: 10px;
}

.contact-hero .bg-dark-grey p {
    margin-bottom: 20px;
}

.contact-hero .bg-dark-grey a {
    margin-bottom: 10px;
}

.contact-hero .bg-dark-grey a:nth-last-child(1) {
    margin-bottom: 0px;
}

.contact-hero .image-container {
    margin-top: -150px;
}

.contact-hero .image-container .next-particle-container .contact-particle-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient( to top, rgb(1, 5, 22) 14%, rgba(0, 17, 83, 0) 81%);
    width: 100%;
    height: 30%;
    z-index: 1;
    opacity: 0.5;
}

.contact-hero .social-links a {
    width: 53px;
    height: 53px;
    background-color: #121625;
    padding: 13px;
    border-radius: 6px;
}

.contact-hero .social-links a:nth-child(1) {
    margin-right: 10px;
}

.location-container-south-africa {
    height: 250px;
    background-image: url(../img/cards/fraser-mcgill-head-office@3x.png);
    background-size: contain;
    background-repeat: no-repeat;
    overflow: hidden;
    background-position: -12px -12px;
    border-radius: 10px 10px 0 0;
}

.location-container-australia {
    height: 250px;
    background-image: url(../img/cards/fraser-mcgill-australian-office@3x.png);
    background-size: contain;
    background-repeat: no-repeat;
    overflow: hidden;
}


/*Contact Form*/

.contact-form form label {
    font-weight: normal;
    color: #ffffff;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.contact-form form input {
    font-family: "Nunito Sans";
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: normal;
    text-align: left;
    color: #ffffff;
    padding: 28px 26px;
    border-color: transparent;
    border-radius: 10px;
    background-color: #121625;
}

.contact-form form input::placeholder {
    opacity: 0.3;
    color: #ffffff;
}

:focus {
    outline: none !important;
}

input:focus {
    background-color: #121625 !important;
    color: white !important;
}

.form-control:focus {
    border-color: #121625;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.form-control-modal:focus {
    background-color: #19203a !important;
    border-color: #19203a !important;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.owl-nav {
    margin-top: 20px;
    margin-right: 15px;
    text-align: right;
}

.owl-prev,
.owl-next {
    margin-right: 15px;
    transition: all 0.2s ease-in-out;
}

.owl-prev:hover,
.owl-next:hover {
    transform: scale(1.2);
    text-decoration: none;
}

.owl-dots {
    display: none;
}


/*Snazzy Map*/

.map {
    height: 500px;
    overflow: hidden;
}


/*Google Maps*/

.ftco-location-section {
    /* margin-bottom: 30px; */
}

.ftco-location-section .container {
    z-index: 1;
}

.ftco-location-section .container .card-content {
    padding: 30px;
    position: relative;
}

.ftco-location-section .container .card-content img {
    position: absolute;
    top: 20px;
    left: 20px;
}

.ftco-location-section .container .card-content a.cell-background {
    margin-top: 30px;
}

.ftco-location-section {
    position: relative;
}

.office-card {
    position: relative;
    overflow: hidden;
}

.office-card .map {
    height: 250px;
    border-radius: 30px 30px 0px 0px !important;
}

.botswana-map .office-card .map {
    height: 344px;
    width: 50%;
    border-radius: 0 !important;
}

.botswana-map .office-card {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
}

@media only screen and (max-width: 61.9375em) {
    .botswana-map .office-card .map {
        height: 304px;
        width: 100%;
        border-radius: 0 !important;
    }
    
    .botswana-map .office-card {
        display: block;
    }

    .office-card .map, .office-card iframe {
        width: 100%;
    }

    .botswana-map .office-card iframe {
        width: 100%;
    }
}

.relative-zIndex {
    position: relative;
}

.top-gradient {
    position: absolute;
    z-index: 2;
    right: 0;
    top: 0;
    left: 0;
    height: 200px;
    background: -moz-linear-gradient( bottom, rgba(1, 5, 22, 0) 0%, rgba(1, 5, 22, 1) 70%);
    background: -webkit-gradient( linear, left bottom, left top, color-stop(0%, rgba(1, 5, 22, 1)), color-stop(70%, rgba(1, 5, 22, 1)));
    background: -webkit-linear-gradient( bottom, rgba(1, 5, 22, 0) 0%, rgba(1, 5, 22, 1) 70%);
    background: -o-linear-gradient( bottom, rgba(1, 5, 22, 0) 0%, rgba(1, 5, 22, 1) 70%);
    background: -ms-linear-gradient( bottom, rgba(1, 5, 22, 0) 0%, rgba(1, 5, 22, 1) 70%);
    background: linear-gradient( bottom top, rgba(1, 5, 22, 0) 0%, rgba(1, 5, 22, 1) 70%);
}

.bottom-gradient {
    position: absolute;
    z-index: 2;
    right: 0;
    bottom: 0;
    left: 0;
    height: 200px;
    background: -moz-linear-gradient( top, rgba(1, 5, 22, 0) 0%, rgba(1, 5, 22, 1) 70%);
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0%, rgba(1, 5, 22, 1)), color-stop(70%, rgba(1, 5, 22, 1)));
    background: -webkit-linear-gradient( top, rgba(1, 5, 22, 0) 0%, rgba(1, 5, 22, 1) 70%);
    background: -o-linear-gradient( top, rgba(1, 5, 22, 0) 0%, rgba(1, 5, 22, 1) 70%);
    background: -ms-linear-gradient( top, rgba(1, 5, 22, 0) 0%, rgba(1, 5, 22, 1) 70%);
    background: linear-gradient( top bottom, rgba(1, 5, 22, 0) 0%, rgba(1, 5, 22, 1) 70%);
}

.ftco-location-section .container .card-content a svg {
    margin: -5px 0px 0px 10px;
    fill: none;
    stroke: #0e99ff;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2px;
}

.ftco-location-section .container .card-content a:hover svg {
    fill: none;
    stroke: #ffa627;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2px;
}

.ftco-location-section .container h4 {
    margin-bottom: 25px;
    font-size: 28px;
}


/*====================== Case Study Cards ======================*/

.case-study-container .next-particle-container {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.case-study-container .container {
    z-index: 1;
}

.case-study-container .image-container {
    position: absolute;
    left: 0;
    width: 100%;
}

.case-study-container .container .card-content {
    padding: 30px 20px;
}

.case-study-container .container a.location-link {
    font-weight: normal;
    color: #00c4e8 !important;
}

.case-study-container .container img.ico-24 {
    width: 24px !important;
}

.case-study-container .container h3 {
    line-height: 1.25;
}

.case-study-container .container .owl-carousel span {
    font-size: 14px;
    line-height: 1.36;
    font-weight: normal;
}

.case-study-container .container .owl-carousel h3 {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 28px;
}

.case-study-container .container .owl-carousel p {
    font-size: 15px;
    line-height: 1.33;
    margin-bottom: 0px;
}


/*====================== Email Success Page ======================*/

.email-success {
    margin-top: 180px;
    margin-bottom: 180px;
}

.email-success h4 {
    font-family: Arial;
    font-size: 30px;
    font-weight: bold;
    line-height: 2.27;
}

.email-success p {
    font-family: Arial;
    font-size: 18px;
    line-height: 1.44;
    color: #ffffff;
    padding-bottom: 25px;
}

.email-success p:nth-child(3) {
    border-bottom: 1px solid rgb(255, 255, 255, 0.2);
}

.email-success .contact-link p {
    font-weight: bold;
    line-height: 1.33;
    color: #0e99ff;
}

.email-success .contact-link .contact-link-call {
    font-family: Arial;
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    color: #0e99ff;
}

.email-success .contact-link .contact-link-call:hover {
    text-decoration: none;
    color: #ffa627;
}

.email-success .contact-link .contact-link-whatsapp {
    font-family: Arial;
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    color: #2cb927;
}

.email-success .contact-link .contact-link-whatsapp:hover {
    text-decoration: none;
    color: #ffa627;
}

.email-success .contact-link .btn-background-dark {
    font-family: Arial;
    font-size: 22px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.36;
    letter-spacing: normal;
    color: #ffffff;
    text-transform: none;
}

.email-success .copyright p {
    font-family: Arial;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.13;
    letter-spacing: normal;
    color: #e0e0e2;
    padding-top: 65px;
    border-top: 1px solid rgb(255, 255, 255, 0.2);
}


/*====================== Email Confirmation Page ======================*/

.email-confirmation {
    margin-top: 80px;
    margin-bottom: 190px;
}

.email-confirmation canvas {
    margin-left: -75px;
}

.email-confirmation h6 {
    margin-top: 25px;
    margin-bottom: 25px;
}


/*====================== Back to top ======================*/

.backtopBtn {
    display: inline-block;
    background-color: #ffa627;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 5px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color 0.3s, border-color 0.3s, opacity 0.5s, visibility 0.5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
    border: 0px solid rgba(0, 0, 0, 0);
    outline: 0;
}

.backtopBtn::after {
    content: "\f106";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    font-size: 3em;
    line-height: 40px;
    color: #000000;
}

.backtopBtn:hover {
    cursor: pointer;
    background-color: #ffffff;
    border-color: #ffffff;
}

.backtopBtn:hover::after {
    color: #000000;
}

.backtopBtn:active {
    background-color: #ffffff;
    border-color: #ffffff;
}

.backtopBtn:hover,
.backtopBtn:active,
.backtopBtn:focus {
    outline: 0;
}

.backtopBtn.show {
    opacity: 1;
    visibility: visible;
}


/*====================== Footer Card ======================*/

.ftco-footer-cards a.btn-background-dark {
    font-size: 20px;
    font-weight: normal;
    line-height: 1.2;
    letter-spacing: normal;
    text-align: left;
    text-transform: none;
    border-radius: 30px;
}

.ftco-footer-cards a img.phone {
    display: inline;
}

.ftco-footer-cards a::hover img.phone {
    display: none;
}

.ftco-footer-cards a img.whatsapp {
    display: none;
}

.ftco-footer-cards a:hover img.whatsapp {
    display: inline;
}

.ftco-footer-cards .footer-card-container {
    border-radius: 30px;
    padding: 40px;
}

.ftco-footer-cards .footer-card-container h4 {
    font-size: 28px;
    line-height: 1.25;
    margin-bottom: 25px;
}

.ftco-footer-cards .footer-card-container a.btn-white {
    margin-bottom: 15px;
}

.ftco-footer-cards .footer-card-container label {
    font-family: "Nunito Sans";
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left;
    color: #ffffff;
    margin-bottom: 15px;
}

.ftco-footer-cards .footer-card-container form input {
    font-family: "Nunito Sans";
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: normal;
    text-align: left;
    color: #ffffff;
    padding: 34px 26px;
    border-color: transparent;
    border-radius: 30px;
    background-color: #19203a;
    position: relative;
}

.ftco-footer-cards .footer-card-container form input::placeholder {
    opacity: 0.3;
    color: #ffffff;
}

.ftco-footer-cards .footer-card-container input:focus {
    background-color: #19203a !important;
    color: white !important;
}

.ftco-footer-cards .footer-card-container .form-control:focus {
    border-color: #19203a;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.ftco-footer-cards .footer-card-container a.btn-background-dark {
    text-align: left;
    background-color: #19203a;
}

.ftco-footer-cards .footer-card-container a.btn-background-dark:hover {
    background-color: #ffffff;
}


/*====================== Footer ======================*/

.ftco-footer .ftco-footer-nav {
    border-top: solid 1px rgba(255, 255, 255, 0.2);
    border-bottom: solid 1px rgba(255, 255, 255, 0.2);
}

.ftco-footer .ftco-footer-nav .ftco-footer-heading {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.89;
    margin-bottom: 25px;
    text-transform: uppercase;
}

.ftco-footer .ftco-footer-nav ul li a {
    font-family: "Nunito Sans";
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: normal;
    color: #e0e0e2;
}

.ftco-footer .copyright p {
    font-family: "Nunito Sans";
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.38;
    letter-spacing: normal;
    color: #e0e0e2;
}

.ftco-footer .ftco-footer-nav ul li a:hover {
    text-decoration: none;
    color: #0e99ff;
}

.ftco-footer .ftco-footer-nav .ftco-footer-widget ul li {
    position: relative;
}

.ftco-footer .ftco-footer-nav .ftco-footer-widget .ico-32 {
    position: absolute;
    left: 0px;
}

.ftco-footer .ftco-footer-nav ul li a.direction-link,
.ftco-footer .direction-link {
    color: #0e99ff;
}

.ftco-footer .ftco-footer-nav ul li a.direction-link:hover,
.ftco-footer .direction-link:hover {
    text-decoration: none;
    color: #ffa627;
}

.ftco-footer .copyright a.footer-link {
    color: #0e99ff;
}

.ftco-footer .copyright a.footer-link:hover {
    color: #ffa627;
}

.direction-link {
    color: #0e99ff;
}

.direction-link-text {
    font-size: 14px;
}

.direction-link:hover {
    text-decoration: none;
    color: #ffa627;
}

ul li a svg {
    margin: -5px 0px 0px 10px;
    fill: none;
    stroke: #0e99ff;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2px;
}

ul li a:hover svg {
    fill: none;
    stroke: #ffa627;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2px;
}


/*************************
Privacy Policy 
*************************/

.privacy-policy {
    margin-top: 120px;
}

.privacy-policy li {
    text-decoration: dotted;
    list-style-type: circle;
}

.text-nobel {
    color: #b6b6b6;
}

.privacy-policy h1,
.privacy-policy h2,
.privacy-policy h3 {
    margin: 30px 0px 30px 0px;
}

.privacy-policy h1.permanent-marker {
    margin: 0px;
}

.privacy-policy p {
    margin-bottom: 25px;
}


/*************************
Cookie policy
*************************/

#cookie-popup {
    position: fixed;
    z-index: 9999;
    left: 30px;
    bottom: 30px;
    width: 330px;
    padding: 20px 30px;
    box-sizing: border-box;
    background-color: #121625;
    color: #eee;
    border-radius: 20px;
}

#cookie-popup p:first-child {
    font-family: "Nunito Sans", sans-serif;
    margin: 0;
    color: #eee;
}

#cookie-popup p:nth-child(2) {
    font-family: "Nunito Sans", sans-serif;
    font-size: 14px;
    line-height: 1.4;
    margin-bottom: 25px;
}

#cookie-popup button {
    width: 100%;
    font-size: 14px;
    padding: 8px 0;
    cursor: pointer;
    font-family: "Nunito Sans", sans-serif;
    color: #000000;
    background-color: #ffa627;
    border: 2px solid #ffa627;
    border-radius: 30px;
}

#cookie-popup button:hover {
    color: #000000;
    background-color: #ffffff;
    border: 2px solid #ffffff;
}

.botswana-about {
    margin-top: -20rem;
    background-image: url(../img/backgrounds/bg-founders-divider.png);
    background-size: 98%;
    background-position: left 150% bottom -11rem;
    background-repeat: no-repeat;
}

.about-team-view {
    display: flex;
    flex-direction: column;
    /* height: 26rem; */
    height: 27rem;
    width: 100%;
    position: relative;
    border-radius: 30px;
    margin-top: 16rem;
}

.about-team-view .img-container {
    position: absolute;
    /* bottom: 7rem; */
    bottom: 8rem;
    left: 50%;
    transform: translateX(-50%);
    width: 98%;
    overflow: hidden;
    border-radius: 30px;
}

.about-team-view .img-container img {
    width: 100%;
    height: auto;
}

.benefit-card {
    display: flex;
    background: #121625;
    border-radius: 30px;
    padding: 2rem;
    margin-top: 25px;
}

.benefit-desc {
    width: calc(50% - 3rem);
}

.benefit-list {
    width: 50%;
    display: flex;
    flex-wrap: wrap;
    gap: 20px 10px;
    margin-left: 3rem;
}

.benefit-list p {
    width: calc(50% - 0.33rem);
    margin: 0;
}

.benefit-list p img  {
    margin-right: 1rem;
}

.digital-evolution {
    padding: 6rem 0;
    background: linear-gradient(0deg, rgba(1, 5, 22, 1) 0%, rgb(1 5 22 / 45%) 20%, rgb(1 5 22 / 45%) 60%, rgba(1, 5, 22, 1) 100%), url('../img/backgrounds/sandy-open-cast-mining-operation.jpeg');
    background-size: 100%, 100%;
    background-position: top 0 left 50%;
}

.botswana-location {
    margin: 2rem 0 4rem 0;
    padding: 8rem 0;
    /* background: url(../img/botswana-miners.png) no-repeat; */
    background-size: 46%;
    background-position: top 50% left 77%;
}

.botswana-about .about-team-view a {
     position: relative;
     display: inline-block;
    width: 3.125rem;
    height: 3.125rem;
    background-color: #0c0e19;
    padding: 13px;
    border-radius: 100%;
}

.botswana-about .about-team-view a:hover {
    background-color: #0e99ff;
}

.botswana-about .about-team-view a img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.botswana-about .about-team-view a:hover img, .botswana-about .about-team-view a:hover img {
    filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1);
}

.close:not(:disabled):not(.disabled):focus, .close:not(:disabled):not(.disabled):hover, .close {
    color: #ffffff;
}

.modal.show {
    top: 6rem;
    /* top: 50%;
    transform: translateY(-50%); */
}

.ten-year-background {
    background-image:linear-gradient(to top, #010516, transparent), url('../img/backgrounds/bg-founders-divider.png');
    background-repeat: no-repeat;
       background-position: 0, center 4rem;
    position: relative;
}