body {
    font-size: 16px;
    font-weight: 400;
    font-family: "Inter", sans-serif;
    color: #006a6e;
    line-height: 1.6;
}

.container-fluid {
    width: 83.5%;
    max-width: 1920px;
}

.split {
    background: #fff;
}

.split-content {
    display: -ms-flexbox;

    display: flex;

    flex-direction: row;

    -ms-flex-direction: row;
    padding-top: 126px;
    max-width: 1920px;
    margin: 0 auto;
}

.img-content {
    width: 52%;

    overflow: hidden;

    padding-top: 200px;
    padding-bottom: 200px;
}

.split-block {
    display: -ms-flexbox;

    display: flex;

    flex-direction: column;

    width: 48%;

    padding: 0 80px 0 9%;

    -ms-flex-pack: center;

    justify-content: center;

    -ms-flex-direction: column;

    -ms-flex-align: start;

    align-items: flex-start;
}

.split-content-leading-the-new-european-bauhaus-movement {
    display: -ms-flexbox;

    display: flex;

    flex-direction: row;

    -ms-flex-direction: row;
}

.img-content-leading-the-new-european-bauhaus-movement {
    width: 35%;

    overflow: hidden;
}

.split-block-leading-the-new-european-bauhaus-movement {
    display: -ms-flexbox;

    display: flex;

    flex-direction: column;

    width: 65%;

    padding: 0 9%;

    -ms-flex-pack: center;

    justify-content: center;

    -ms-flex-direction: column;

    -ms-flex-align: start;

    align-items: flex-start;
}

.split-content-contact {
    display: -ms-flexbox;

    display: flex;

    flex-direction: row;

    -ms-flex-direction: row;
    max-width: 1920px;
    margin: 0 auto;
}

.img-content-contact {
    width: 65%;

    overflow: hidden;
}

.split-block-contact {
    display: -ms-flexbox;

    display: flex;

    flex-direction: column;

    width: 35%;

    padding: 0 9%;

    -ms-flex-pack: center;

    justify-content: center;

    -ms-flex-direction: column;

    -ms-flex-align: start;

    align-items: flex-start;
}

.font-green {
    color: #006a6e;
}

.btn-primary {
    color: #006a6e;
    background-color: #a6ce39;
    border-color: #a6ce39;
    border-radius: 0;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus {
    color: #006a6e !important;
    background-color: #a6ce39 !important;
    border-color: #a6ce39 !important;
    border-radius: 0 !important;
}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #006a6e;
    background-color: #f9f9f9;
    background-clip: padding-box;
    border: 1px solid #f9f9f9;
    border-radius: 0;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 300;
    color: #a6ce39;
    font-family: "Quicksand", sans-serif;
    margin-bottom: 1.5rem !important;
}

h1 {
    font-size: 2.8rem;
    font-weight: 300;
    text-transform: none;
}

h2 {
    font-weight: 600;
    font-size: 1.5rem;
    color: #006a6e;
    font-family: "Inter", sans-serif;
    text-transform: none;
    margin-bottom: 1.5rem !important;
}

h3 {
    font-size: 1.25rem;
}

b,
strong {
    font-weight: 600;
}

header {
    position: relative;
    height: 100vh;
    min-height: 0rem;
    width: 100%;
    overflow: hidden;
}

header video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 0;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

#mainNav .navbar-nav li.nav-item a.nav-link {
    color: #006a6e;
    border-top: 6px solid #f9f9f9;
    padding-top: 3rem;
    padding-bottom: 3rem;
    font-weight: 600;
}

#mainNav .navbar-nav li.nav-item a.nav-link:hover {
    color: #ccc;
}

#mainNav .navbar-nav li.nav-item a.nav-link:active,
#mainNav .navbar-nav li.nav-item a.nav-link:focus {
    color: #006a6e;
}

#mainNav .navbar-nav li.nav-item a.nav-link.active {
    color: #a6ce39 !important;
    border-top: 6px solid #a6ce39;
}

#mainNav .navbar-toggler {
    font-size: 15px;
    padding: 0.8rem;
}

.light-grey-bg {
    background-color: #f9f9f9 !important;
}

.navbar {
    padding: 0 1rem;
}

.nav-link {
    text-transform: capitalize;
    font-size: 14px;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: #006a6e;
    text-decoration: underline;
}

.navbar-brand {
    padding-top: 0;
    padding-bottom: 0;
}

.navbar-light {
    background: #fff;
    border-bottom: 1px solid #eaeaea;
}

.navbar-light .navbar-nav > .active > a,
.navbar-light .navbar-nav > .active > a:focus,
.navbar-light .navbar-nav > .active > a:hover {
    color: #a6ce39 !important;
    background: none;
    border-top: 6px solid #a6ce39;
}

.navbar-light .navbar-nav .nav-link {
    color: #006a6e;
    border-top: 6px solid #f9f9f9;
    padding: 0.5rem 1rem;
}

.navbar-nav .dropdown-menu {
    font-size: 15px;
    color: #006a6e;
    background-color: #f9f9f9;
    border: none;
}

.navbar-nav .dropdown-item {
    font-weight: 400;
    color: #006a6e;
}

.navbar-nav .dropdown-item:hover,
.navbar-nav .dropdown-item:focus {
    color: #006a6e;
    text-decoration: underline;
    background: #f9f9f9;
}

.btn-outline-secondary {
    color: #a6ce39;
    border-color: #a6ce39;
}

.btn-outline-secondary:hover,
.btn-outline-secondary:active:focus {
    color: #ffffff !important;
    border-color: #a6ce39 !important;
    background: #a6ce39 !important;
}

.track-record {
    background-image: url("../images/home/track-record-bg.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.zazvengers {
    background-image: url("../images/home/zazvengers-bg.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.text-quote {
    font-weight: 400;
    font-size: 1.5625rem;
}

.btn {
    font-weight: 600;
    padding: 0.8rem 1.2rem;
    font-size: 15px;
    text-transform: capitalize;
}

.lead {
    font-weight: 600;
    font-size: 1.25rem;
    color: #002856;
}

p {
    margin-bottom: 1.5rem;
}

.card {
    border: none;
}

.owl-nav {
    position: absolute;
    right: 30%;
    margin-top: -25px;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
    height: 50px;
    background: #a6ce39;
}

button.owl-prev {
    left: 0;
}

button.owl-next {
    left: 60px;
}

.owl-prev {
    position: absolute;
    width: 50px;
    height: 50px;
    top: 50%;
    left: -80px;
}

.owl-next {
    position: absolute;
    width: 50px;
    height: 50px;
    top: 50%;
    right: -80px;
}

.owl-carousel .owl-dots .owl-dot.active span,
.owl-carousel .owl-dots .owl-dot:hover span {
    background: #a6ce39;
    transform: translate3d(0px, -50%, 0px) scale(0.7);
}

.owl-carousel .owl-dots {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-top: 40px;
}

.owl-carousel .owl-dots .owl-dot {
    display: inline-block;
}

.owl-carousel .owl-dots .owl-dot span {
    background: #a6ce39;
    display: inline-block;
    height: 20px;
    margin: 0 2px 5px;
    transform: translate3d(0px, -50%, 0px) scale(0.3);
    transform-origin: 50% 50% 0;
    transition: all 250ms ease-out 0s;
    width: 20px;
    border-radius: 50%;
}

.owl-next:focus,
.owl-prev:focus,
.owl-dot:focus {
    outline: none;
}

.footer {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    margin-right: auto;
    margin-left: auto;
    background: #fff;
    border-top: 1px solid #eaeaea;
}

.fixed-top {
    z-index: 5;
}

a {
    color: #a6ce39;
}

a:hover,
a:active,
a:focus {
    color: #a6ce39;
    text-decoration: none !important;
}

.footer a {
    color: #006a6e;
}

.footer a:hover,
.footer a:active,
.footer a:focus {
    color: #006a6e;
}

.masthead.home {
    background: url("../images/home/header.jpg");
    height: 100vh;
    min-height: 0rem;
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.masthead .btn-outline-primary {
    color: #ffffff;
    border-color: #ffffff;
}

.masthead .btn-outline-primary:hover,
.masthead .btn-outline-primary:active:focus {
    color: #006a6e !important;
    border-color: #ffffff !important;
    background: #ffffff !important;
}

.navbar-expand-xl .navbar-nav .nav-link {
    margin-right: 0.5rem;
    margin-left: 0.5rem;
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.the-codex {
    width: 100%;
    background-color: #006a6e;
    background-image: url(../images/home/latest-CODEX-newsletters.png);
    background-position: center;
    background-repeat: no-repeat;
    padding-top: 100px;
    padding-bottom: 100px;
    margin-top: 100px;
}

.the-codex-2 {
    width: 100%;
    background-color: #006a6e;
    padding-top: 120px;
    padding-bottom: 120px;
    margin-top: 120px;
}

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
    body {
        padding-top: 110px;
    }
    .container-fluid {
        width: 100%;
    }
    #mainNav .navbar-nav li.nav-item a.nav-link {
        margin-right: 0;
        margin-left: 0;
        padding-top: 1rem;
        padding-bottom: 1rem;
        border-top: 1px solid #eaeaea;
    }
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767.98px) {
    .container-fluid {
        width: 100%;
    }
    body {
        padding-top: 110px;
    }
    #mainNav .navbar-nav li.nav-item a.nav-link {
        margin-right: 1rem;
        margin-left: 1rem;
        padding-top: 1rem;
        padding-bottom: 1rem;
        border-top: 1px solid #eaeaea;
    }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) {
    .container-fluid {
        width: 100%;
    }
    body {
        padding-top: 110px;
    }
    #mainNav .navbar-nav li.nav-item a.nav-link {
        margin-right: 1rem;
        margin-left: 1rem;
        padding-top: 1rem;
        padding-bottom: 1rem;
        border-top: 1px solid #eaeaea;
    }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199.98px) {
    body {
        padding-top: 110px;
    }
    #mainNav .navbar-nav li.nav-item a.nav-link {
        margin-right: 1rem;
        margin-left: 1rem;
        padding-top: 1rem;
        padding-bottom: 1rem;
        border-top: 1px solid #eaeaea;
    }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute;
        margin-top: -3px;
    }
    #Vision {
        margin-top: -120px;
    }
}

@media (max-width: 991.98px) {
    .the-codex {
        width: 100%;
        background-color: #006a6e;
        background-image: none;
        background-position: center;
        background-repeat: no-repeat;
        padding-top: 100px;
        padding-bottom: 100px;
        margin-top: 100px;
    }
}

@media (min-width: 1296px) and (max-width: 1457px) {
    .navbar-expand-xl .navbar-nav .nav-link {
        margin-right: 0rem;
        margin-left: 0rem;
        padding-top: 3rem;
        padding-bottom: 3rem;
    }
    .navbar-light .navbar-nav .nav-link {
        color: #006a6e;
        border-top: 6px solid #f9f9f9;
        padding: 0rem 0.8rem;
    }
}

@media (min-width: 992px) and (max-width: 1296px) {
    .navbar-expand-xl .navbar-nav .nav-link {
        margin-right: 0rem;
        margin-left: 0rem;
        padding-top: 3rem;
        padding-bottom: 3rem;
    }
    .navbar-light .navbar-nav .nav-link {
        color: #006a6e;
        border-top: 6px solid #f9f9f9;
        padding: 0rem 0.4rem;
    }
    .nav-link {
        text-transform: capitalize;
        font-size: 13px;
    }
}

ul {
    margin-left: -1.5em;
}

ul li::marker {
    color: #a6ce39 !important;
}

.modal-content {
  background-color: #FFF;
  border: none;
  border-radius: 0;
}

.modal-body {
  padding: 0;
}

.close:not(:disabled):not(.disabled):focus, .close:not(:disabled):not(.disabled):hover {
    opacity: 1;
}

.close {
    opacity: 1;
    text-shadow: none;
}

@media (min-width: 992px) {
.modal-lg, .modal-xl {
    max-width: 634px;
}