body {
    font-family: 'Aeonik', sans-serif;
    background: #10121A;
    color: white;
    font-size: 16px;
}
strong {
    font-weight: bold;
}
::selection {

    background: #F9A11C;
}

/* Mozilla Firefox specific version */
::-moz-selection {

    background: #F9A11C;
}
h1 {
    font-size: 80px;
    font-weight: normal;
    margin: 0px 0 150px 0;

}
h2 {
    font-size: 40px;
    font-weight: normal;
    margin-bottom: 40px;
}

p {
    font-weight: 200;
    line-height: 30px;
}
ul, li {
    font-weight: 200;
}
p.silent {
    color: #898989;
}
.section-contact p {
    font-weight: 200;
    font-size: 20px;
    line-height: 26px;
}
.content {
    padding: 200px 0 0;
}
[data-aos="zoom-in"] {
    transition-property: transform;
    transition-duration: 12s;
    transition-timing-function: ease-in-out; /* optional: change according to your needs */
}
[data-aos="zoom-in"].aos-animate {
    transform: scale(1.2) !important; /* Change to desired zoom level */
}
a, a:visited {
    color: #FFFFFF;
    text-decoration: none;
    transition: color 0.3s ease;
}

a:hover, a:focus, a:active {
    color: #F9A11C;
}

.btn-outline-primary, .btn-outline-primary:visited,
.btn-primary, .btn-primary:visited {
    color: #FFFFFF;
    /*height: 50px;*/
    /*line-height: 50px;*/
    border-radius: 30px;
    border: 2px solid #FFFFFF;
    background: transparent;
    font-size: 15px;
    text-decoration: none;
    padding: 15px 55px;
    margin-top: 40px;
    transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}

.btn-outline-primary:hover, .btn-outline-primary:focus, .btn-outline-primary:active,
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
    border: 2px solid #F9A11C;
    background: #F9A11C;
}
.btn-outline-primary {
    border-radius: 15px;
    padding: 15px 75px;
}

.btn-download svg {
    margin-left: 37px;
}
.btn-download path {
    stroke: #717171;
    transition: stroke 0.3s ease;
}

.btn-download:hover path {

    stroke: #F9A11C; /* the color on hover, red in this case */
}
.img-round {
    border-radius: 9px;
    /*border: 1px solid #414141;*/
}
.navbar-toggler,
.navbar-toggler:focus {
    box-shadow: none;
    border-bottom: 0 !important;
    padding: 15px 0 !important;
    /*padding-bottom: 10px;*/
}

.video-background {
    position: relative;
    height: 90vh;
    overflow: hidden;
}
.landing .video-background {
    height: 100vh;
}

.video-background video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.40);
    z-index: 1;
}

.navbar-content {
    z-index: 5;
    justify-content: space-between;
    margin-top: 30px;
}
.slogan-container {
    position: absolute;
    bottom: 151px;
    z-index: 2;
    text-align: left;
}
.slogan {
    position: absolute;
    bottom: 151px;
    z-index: 2;
    text-align: left;
    font-size: 80px;
    line-height: 92px;
}
.landing .slogan {
    position: unset;
}

.card {
    background: #1E2027;
    color: #fff;
    border-radius: 8px;
    padding: 0;
}
.card {
    transition: all 0.6s ease;
}
.card:hover {
    transform: scale(1.05);
}
.card-body {
    padding: 45px 40px;
}
.card-title {
    font-size: 32px;
    font-weight: bold;
}
.card-text {
    font-size: 20px;
    font-weight: bold;
}

.section-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 170px;
    padding-bottom: 170px;
}
.section-grey {
    background: #22242C;
}
.section-content-p50 {
    padding-top: 50px;
    padding-bottom: 50px;
}
.section-content-pb120 {
    padding-bottom: 120px;
}
.section-content-pb200 {
    padding-bottom: 200px;
}
.section-content h3 {
    font-size: 20px;
    font-weight: bold;
}
.section-text {

}

.section-documents {
    font-weight: 200;
    font-size: 25px;
    line-height: 36px;
    color: #FFFFFF;
}
.section-documents h2 {
    margin-bottom: 0;
}
.section-documents h3 {
    color: #5E5E5E;
    font-size: 20px;
    font-weight: bold;
    margin-top: 70px;
    margin-bottom: 0;
}
.documents-item {
    margin: 40px 0 0;
}
.offcanvas {
    background: #1E2027;
    font-size: 20px;
    padding: 50px 160px;
    width: 650px !important;
 }
.offcanvas-body {
    padding: 0;
}
.offcanvas .navbar-nav h3{
    font-weight: 200;
    font-size: 30px;
    margin-bottom: 0;
}

.offcanvas .navbar-nav {
    margin-top: 80px;
}

.offcanvas .navbar-nav .nav-link.active,
.offcanvas .navbar-nav .nav-link {
    border-bottom: 0;
}
.offcanvas .navbar-nav .nav-link.active,
.offcanvas .navbar-nav .nav-link:hover {
    border-bottom: 0;
    color: #F9A11C;
}


.navbar-nav {
    justify-content: space-between;
    width: 100%;

}
.navbar-brand {
    z-index: 4;
}
.nav-line {
    height: 1px;
    background: rgba(255, 255, 255, 0.5);
    width: 100%;
    margin-top: -2px;
}
.navbar-nav .nav-link.active,
.navbar-nav .nav-link {
    color: white;
    font-size: 15px;
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding: 20px 0;
    border-bottom: 4px solid transparent;
}
.navbar-nav .nav-link.active,
.navbar-nav .nav-link:hover {
    border-bottom: 4px solid #F9A11C;
}
/*Menu Mobile*/
.navbar-toggler {
    border: none;
    background: none;
}


.navbar-expanded-header,
.close-btn {
    display: none;
    z-index: 6;
}
.navbar-expand-lg .navbar-collapse {
    display: block !important;
}

@media (max-width: 991.98px) {

    .navbar-collapse {
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        background-color: #10121A;
        transition: opacity 0.3s linear;
        overflow-y: auto;
        z-index: 5;
    }

    .navbar-collapse .company-name,
    .navbar-collapse .navbar-nav {
        max-width: 240px;
        margin: auto;
    }
    .navbar-collapse .company-name {
        font-size: 13px;
        font-weight: bold;
        margin-top: 126px;
        margin-bottom: 40px;
    }

    .navbar-collapse .navbar-nav .nav-link {
        color: white;
        font-size: 25px;

        padding: 0;
        border-bottom: 0;
    }
    .navbar-nav .nav-link:hover {
        color: #F9A11C;
    }

    .navbar-collapse li:not(:last-child) {
        margin-bottom: 40px;
    }

    .navbar-collapse:not(.show) {
        opacity: 0;
        pointer-events: none;
    }
    .navbar-collapse:not(.show) .navbar-expanded-header,
    .navbar-collapse:not(.show) .close-btn {
        display: none;
    }
    .navbar-collapse.show .navbar-toggler {
        display: none;
    }
    .navbar-collapse.show .navbar-expanded-header,
    .navbar-collapse.show .close-btn {
        display: block;
    }
}
/*Menu Mobile End*/
.company-name {

}
.transition-image {
    position: relative;
    height: 60vh;
    overflow: hidden;
}
.transition-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.footer-section {
    padding: 90px 0 40px;
    background: #1E2027;
}
.footer-section .list-unstyled li:not(:last-child) {
    margin-bottom: 1.125rem;
}

/*
Form
*/
.form-control::placeholder { /* Most modern browsers support this */
    color: rgba(255, 255, 255, 0.70) !important;
    font-family: 'Aeonik', sans-serif;
    font-weight: 200;
}

.form-control::-webkit-input-placeholder { /* WebKit browsers */
    color: rgba(255, 255, 255, 0.70) !important;
    font-family: 'Aeonik', sans-serif;
    font-weight: 200;
}

.form-control::-moz-placeholder { /* Firefox 19+ */
    color: rgba(255, 255, 255, 0.70) !important;
    font-family: 'Aeonik', sans-serif;
    font-weight: 200;
    opacity: 1; /* Firefox uses a reduced opacity on placeholder, so we make it full */
}

.form-control:-ms-input-placeholder { /* IE 10+ */
    color: rgba(255, 255, 255, 0.70) !important;
    font-family: 'Aeonik', sans-serif;
    font-weight: 200;
}

.form-control:-moz-placeholder { /* Firefox 4 to 18 */
    color: rgba(255, 255, 255, 0.70) !important;
    font-family: 'Aeonik', sans-serif;
    font-weight: 200;
    opacity: 1;
}
.form-control:focus,
.form-control {
    font-family: 'Aeonik', sans-serif;
    background: transparent;
    font-size: 20px;
    font-weight: 200;
    border-radius: 0;
    padding: 3px 0 15px !important;
    border: 0;
    border-bottom: 1px solid #717171;
    color: #FFFFFF !important;
    margin-top: 30px;
}
.form-control.is-invalid {
    border-bottom: 1px solid #FF0000 !important;
}

textarea.form-control {
    min-height: 90px !important;
}

.form-item .btn {
    margin: 75px 0 50px ;
}

/*
Animation
*/
[data-emergence=hidden] {
    opacity: 0;
    transform: translate3d(0, 70px, 0);
    transition: opacity .6s ease-in, transform .6s cubic-bezier(0, .55, .45, 1);
    transition-delay: .15s
}
@media only screen and (min-width:1024px) {
    [data-emergence=hidden] {
        transform: translate3d(0, 100px, 0)
    }
}
[data-emergence=visible] {
    opacity: 1;
    transform: translateZ(0);
    transition: opacity .6s ease-in, transform .6s cubic-bezier(0, .55, .45, 1);
    transition-delay: .15s
}

.delay-1[data-emergence=visible] {
    transition-delay: .30s
}
.delay-2[data-emergence=visible] {
    transition-delay: .60s
}

.zoom-anim[data-emergence=hidden] {
    transform: scale(1)
}

.zoom-anim[data-emergence=hidden],
.zoom-anim[data-emergence=visible] {
    opacity: 1;
    transition: transform 3.5s ease-in-out;
    transition-delay: .15s
}

.zoom-anim[data-emergence=visible] {
    transform: scale(1.05)
}

@media (min-width: 1024px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1600px;
    }
}

/* X-Small devices (portrait phones, less than 576px)*/
/* No media query for `xs` since this is the default in Bootstrap*/

/* Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {

}
@media (max-width: 900px)  and (max-height: 700px) {
/*@media screen and (max-device-width: 900px) and (max-device-height: 700px) and (orientation: landscape) {*/
    /* styles for landscape phone view go here */
    .slogan {
        bottom: 10px !important;
        font-size: 50px !important;
        line-height: 50px !important;
    }

}


/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1600px;
    }

}

/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1600px;
        padding-left: 80px;
        padding-right: 80px;
    }
    .nav-right {
        width: 60%;
    }
    .overflow-lg-hidden {
        overflow: hidden;
    }
}

/* X-Large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {

}

/* XX-Large devices (larger desktops, 1400px and up)*/
@media (min-width: 1400px) {

}

/*// X-Small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {
    .offcanvas {
        padding: 50px 80px !important;
    }
    .navbar-brand img {
        height: 22px !important;
    }
    .slogan {
        bottom: 10px !important;
        font-size: 40px !important;
        line-height: 40px !important;
    }
    .video-background {
        position: relative;
        height: 50vh;
        overflow: hidden;
    }

}

/*// Small devices (landscape phones, less than 768px)*/
@media (max-width: 767.98px) {
    .offcanvas {
        width: 100% !important;
    }
    .slogan {
        bottom: 50px;
        font-size: 60px;
        line-height: 60px;
    }
    .transition-image {
        position: relative;
        height: 50vh;
        overflow: hidden;
    }

    .footer-section {
        padding: 40px 0 40px;
        background: #1E2027;
    }

    .mb-sm-45 {
        margin-bottom: 45px;
    }
    .mb-sm-70 {
        margin-bottom: 70px;
    }

    .wide-image {
        /*width: 100vw;*/
        height: 320px; /* This will make the div square */
        overflow: hidden;
        /*display: flex;*/
        /*justify-content: center;*/
        /*align-items: center;*/

    }

    .wide-image .img-fluid {
        width: 100%;
        height: 100%;
        object-fit: cover;  /* This will make the picture cover the entire div */
        border-radius: 9px;
    }
}

/*// Medium devices (tablets, less than 992px)*/
@media (max-width: 991.98px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        padding-left: 30px;
        padding-right: 30px;
    }
    .section-documents {
        font-size: 25px;
        line-height: 30px;
        color: #FFFFFF;
    }
    .section-documents h3 {
        font-size: 18px;
        margin-top: 70px;
    }
    .documents-item {
        margin: 20px 0 0;
    }
    .mb-md-45 {
        margin-bottom: 45px;
    }


}

/*// Large devices (desktops, less than 1200px)*/
@media (max-width: 1199.98px) {
    h1 {
        font-size: 40px;
        font-weight: normal;
        margin: 0px 0 80px 0;

    }

    h2 {
        font-size: 28px;
        margin-bottom: 30px;
    }


    p {
        line-height: 28px;
    }
    .btn-primary, .btn-primary:visited {
        margin-top: 30px;
    }

    .section-content {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .section-content-p50 {
        padding-top: 25px;
        padding-bottom: 25px;
    }
    .section-content-pb120 {
        padding-bottom: 60px;
    }
    .section-content-pb200 {
        padding-bottom: 100px;
    }
}

/*// X-Large devices (large desktops, less than 1400px)*/
@media (max-width: 1399.98px) {

}

/*// XX-Large devices (larger desktops)*/
/*// No media query since the xxl breakpoint has no upper bound on its width*/
