:root {
    --color_primary: #103A43;
    --color_second: #285C69;
    --color_third: #6FC555;
    --color_base: #666666;
    --color_white: #fff;
    --color_lwhite: #F8F8F8;
    --color_grayl: #DDDDDD;
    --color_graylight: #D8D8D8;
    --color_black: #000;
    font-size: 10px;
}

body {
    padding: 0;
    margin: 0;
    color: var(--color_primary);
    font-family: 'Mulish', sans-serif;
    font-size: 1.6rem;
    line-height: 1.5;
    color: var(--color_base);
}
#awards center >  div > div > div:nth-child(2){
 
    height:25px !important;
}
/*Overlay Popup Leader*/
.overlay-leader {
    position: fixed;
    width: 100%;
    height: 100%;
    background: var(--color_black);
    left: 0;
    top: 0;
    z-index: 9;
    opacity: .8;
    display: none;
}

body.leader-popup-active {
    overflow: hidden;
}

body.leader-popup-active .overlay-leader {
    display: block;
}

.popup-leader {
    position: fixed;
    z-index: 10;
    background: #fff;
    top: 9vh;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    width: 100%;
    max-width: 58rem;
    height: min(70rem, calc(70% + 10rem));
    border-top: 1rem solid var(--color_third);
    box-shadow: 0 .3rem 2.6rem rgba(0,0,0,.16);
    padding: 5rem 3rem 2rem;
    font-size: 1.4rem;
    display: none;
    flex-wrap: wrap;
    flex-direction: column;
}

.popup-leader .btn-close {
    display: none;
}

body.leader-popup-active .popup-leader {
    display: flex;
}

.popup-leader .info-head {
    margin-bottom: 2rem;
    width: 100%;
}

.popup-leader .bio {
    margin: 3rem 0 4rem 0;
    flex: 0 0 100%;
    width: 100%;
    max-height: 46vh;
    overflow: auto;
}

.popup-leader .foot {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    flex: 1;
}

.popup-leader .foot .wrap-close a {
    text-decoration: none;
}

.popup-leader .foot .wrap-close a:hover {
    text-decoration: underline;
}

.popup-leader .foot .wrap-controls {
    display: flex;
    font-size: 1.2rem;
    align-items: center;
}

.popup-leader .foot .wrap-controls .counter {
    margin-right: 2rem;
}

.popup-leader .foot .wrap-controls .arrows .counter {
    display: none;
}

.popup-leader .foot .wrap-controls .arrows {
    display: flex;
    align-items: center;
    color: var(--color_graylight);
}

.popup-leader .foot .wrap-controls .arrows > div:hover {
    color: var(--color_third);
}

.popup-leader .foot .wrap-controls .arrows .next {
    margin-left: 1rem;
    transform: rotate(180deg);
    position: relative;
    top: -.1rem;
}

.popup-leader .info-head h3 {
    font-size: 2rem;
    font-weight: bold;
    margin: 0;
    color: var(--color_second);
}

.popup-leader .info-head .job {
    color: var(--color_black);
    display: none;
}

.wrap-logo-interior {
    position: relative;
    z-index: 8;
    max-width: 33rem;
    width: 100%;
    margin-top: 5rem !important;
}

.wrap-logo-interior img {
    width: 100%;
    display: block;
}

.banner1 {
    max-width: 57rem;
    margin: 0 auto;
    text-align: center;
}

.banner1 .banner-dk > div {
    margin: 0 auto !important;
}

.trans-3 {
    transition: all .3s ease;
}

.container {
    max-width: 1000px;
}

.divider {
    height: 3px;
    background: #C4C4C4;
    max-width: 50%;
    margin: 2rem auto;
}

#header {
    position: fixed;
    top: 4rem;
    z-index: 9;
    width: 100%;
    padding: 1rem 0;
}

#header .navbar-nav .nav-item {
    margin-left: 2rem;
}

#header .navbar-nav .nav-item > a {
    color: var(--color_white) !important;
    font-weight: 800;
    font-size: 1.8rem;
}

#header .navbar-nav .nav-item > a.active {
    color: var(--color_third) !important;
}

#header .navbar-nav .nav-item > a:hover {
    text-decoration: underline
}

#header .navbar-nav .dropdown-menu li {
    border-bottom: 2px solid var(--color_grayl);
    text-align: center;
}

#header .navbar-nav .dropdown-menu li:last-child {
    border: 0;
}

#header .navbar-nav .dropdown-menu li a {
    font-size: 1.4rem;
    padding: .8rem 2rem;
    font-weight: 900;
    text-align: right;
    display: block;
    clear: none;
    word-break: break-word;
    white-space: inherit;
}

#header .navbar-nav .dropdown-menu.uppercase li a {
    text-transform: uppercase;
}

#header .navbar-nav .dropdown-menu {
    margin: 0;
    padding: 1rem;
    background: no-repeat;
    border: 0;
    width: 19rem;
    background: var(--color_white);
    border-radius: 1rem;
    box-shadow: 0 3px 36px rgba(0,0,0,.16);
}

#header .navbar-nav .dropdown-menu.medium {
    width: 33rem;
}

#header .navbar-nav .dropdown-menu li a:hover, #header .navbar-nav .dropdown-menu li a.active {
    background: none;
    color: var(--color_third);
}

.header-active #header {
    background: var(--color_white);
    top: 0;
    box-shadow: 0 .4rem 3rem rgba(0,0,0,.12);
}

#header .navbar-brand {
    max-width: 16rem;
    display: block;
}

.header-active #header .navbar-nav .nav-item > a, .page-internal #header .navbar-nav .nav-item > a {
    color: var(--color_black) !important;
}

.header-active #header .navbar-nav .dropdown-menu li a {
    background: var(--color_white);
    color: var(--color_base);
    padding: .8rem 2rem;
}

.header-active #header .navbar-nav .dropdown-menu li a.active {
    color: var(--color_third);
}

.header-active #header .navbar-nav .dropdown-menu li a:hover {
    background: var(--color_third);
    color: var(--color_white);
}

.page-internal #header {
    position: sticky;
    top: 0;
}

h2 {
    font-size: 5rem;
    color: var(--color_primary);
    font-family: 'Exo', sans-serif;
}

h3 {
    font-size: 4rem;
    color: var(--color_primary);
}

h4 {
    font-size: 2rem;
    color: var(--color_primary);
    font-weight: 700;
    margin-bottom: 1rem;
    font-family: Mulish, sans-serif;
}

/* Investment*/
.investment {
    position: relative;
}

.investment .container {
    max-width: 93rem;
}

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

.hero {
    overflow: hidden;
    position: relative;
    height: 100vh;
}

.hero .container {
    height: 100vh;
}

.hero .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-size: cover;
}

.hero .bg-slider {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.hero .bg-slider .swiper-pagination-bullets {
    width: initial;
    bottom: initial;
    position: relative;
    margin-right: 5rem;
}

.hero .bg-slider .bg-slider-controls {
    position: absolute;
    right: 5rem;
    bottom: 3rem;
    z-index: 2;
    width: 50%;
    display: flex;
    justify-content: end;
    align-items: center;
}

.hero .bg-slider .bg-slider-controls .arrows {
    display: flex;
}

.hero .bg-slider .bg-slider-controls .arrows .swiper-button-prev, .hero .bg-slider .bg-slider-controls .arrows .swiper-button-next {
    color: var(--color_white) !important;
    position: relative;
    left: initial;
    right: initial;
    top: initial;
    margin-top: initial;
    font-size: 3rem;
}

.hero .bg-slider .swiper-button-prev:after,.hero .bg-slider .swiper-button-next:after {
    display: none;
}

.hero .bg-slider .bg-slider-controls .arrows .swiper-button-disabled {
    opacity: .6;
}

.hero .bg-slider .bg-slider-controls .arrows .swiper-button-prev:hover, .hero .bg-slider .bg-slider-controls .arrows .swiper-button-next:hover {
    color: var(--color_third) !important;
}

.hero .bg-slider .bg-slider-controls .arrows .swiper-button-next {
    transform: rotate(180deg);
    margin-left: 4rem;
}

.bg-slider-controls .swiper-pagination-bullet {
    border-radius: initial;
    background: var(--color_white);
    width: 3rem;
    height: .8rem;
    opacity: .6;
}

.bg-slider-controls .swiper-pagination-bullet.swiper-pagination-bullet-active {
    opacity: 1;
}

.hero .bg-slider:before, .hero .bg:before {
    content: '';
    display: block;
    width: 100%;
    height: 41%;
    background: rgb(0,0,0);
    background: linear-gradient(180deg, rgba(0,0,0,1) 16%, rgba(0,0,0,0) 100%);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    pointer-events: none;
}

.hero .bg-slider .item {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-size: cover;
    background-position: center;
    filter: grayscale(1);
}

.hero h1 {
    position: relative;
    z-index: 2;
    display: block;
    font-size: 3.8rem;
    line-height: 1.3;
    color: var(--color_primary);
    font-family: 'Exo', sans-serif;
}

.hero.internal .bg {
    filter: grayscale(1);
}

.hero.internal h1 {
    font-size: 4.7rem;
    font-weight: normal;
    line-height: 1.2;
}

.hero .graph {
    position: absolute;
    width: 100%;
    height: calc(100vh + 15rem);
    background-image: url('../img/altio-path-triangle.svg');
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 1;
    left: -20vw;
    top: -14rem;
    z-index: 2;
}

.hero .info {
    min-height: calc(100vh - 5rem);
    padding-top: 5rem;
}

.about-us {
    padding: 10rem 0 5rem 0;
}

.about-us .container {
    max-width: 101rem;
}

.about-us .desc {
    padding: 0 6rem 6rem 0;
}

.about-us .desc p {
    margin: 2rem 0;
}

/* Brief */
.brief {
    position: relative;
}

.brief .left {
    color: var(--color_white);
    position: relative;
    background: var(--color_second);
    padding: 5rem;
}

.brief .left .wrap-desc {
    max-width: 44rem;
}

.brief .bg {
    background-size: cover;
    background-position: center;
}

/*
Wrap Leader
*/
.swiper-button-prev:after, .swiper-button-next:after {
    font-size: 3rem;
    font-weight: 800;
    color: var(--color_primary);
}

.wrap-slider-leader .wrap-leader {
    padding: 1rem;
}

.swiper-button-prev {
    left: 0rem;
}

.swiper-button-next {
    right: 0rem;
}

.wrap-leader {
    padding: 3rem 2rem;
    position: relative;
}

.wrap-leader a {
    display: block;
    padding: 2rem 2rem 1.5rem 2rem;
    background: var(--color_white);
    box-shadow: 0 0 1rem rgba(0,0,0,.12);
    text-align: center;
    color: var(--color_primary);
    text-decoration: none;
    outline: none;
}

.wrap-leader a .job {
    display: none;
}

.wrap-leader img {
    width: 100%;
    max-width: 15rem;
}

.wrap-leader a:hover, .wrap-leader.active a {
    background: var(--color_second);
    color: var(--color_white);
}

.wrap-leader .name {
    font-size: 2rem;
    font-weight: 900;
    line-height: 1.2;
    min-height: 5rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.wrap-leader .plus {
    position: relative;
    text-align: right;
}

.wrap-leader .bio {
    display: none;
}

.wrap-leader.big {
    text-align: center;
    color: var(--color_primary);
}

.bg-green {
    background: var(--color_third);
    color: var(--color_white);
}

.bg-green .wrap-leader {
    color: var(--color_white);
}

.bg-blue {
    background: var(--color_second);
    color: var(--color_white);
}

.bg-blue .wrap-leader {
    color: var(--color_white);
}

.wrap-leader.big img {
    max-width: 30rem;
    margin-bottom: 2.5rem;
}

.wrap-leader.big .name {
    font-size: 3rem;
    font-weight: bold;
}

.wrap-leader.big .job {
    text-align: center;
}

/***

Leader Section
*/
.leader-section .right-col {
    border-left: 2px solid #efefef;
    padding: 10rem 5rem 5rem;
    font-size: 1.5rem;
}

.leader-section .right-col p {
    margin: 1.5rem 0;
}

/** Awards **/
.wrap-slider-awards img {
    margin: 0 auto;
    display: block;
    width: 100%;
}

.awards {
    background: url('../img/altio-path.svg') 60% 0 no-repeat #F0F0F0;
    margin: 7rem 0 0;
    padding: 4rem 0 10rem;
}

.awards .container {
    max-width: 62rem;
}

.awards .awards-gray {
    margin: 0 auto
}

.awards .images img {
    width: 100%;
}

/* Contact US*/
.wrap-square-info {
    padding: 5rem;
    display: flex;
    height: 87%;
    background: var(--color_white);
    flex-direction: column;
    justify-content: end;
    box-shadow: 0 3px .6rem rgba(0,0,0,.1);
    color: var(--color_primary);
}

.contact {
    background: var(--color_lwhite);
    padding: 0 0 5rem;
}

.contact h1 {
    font-size: 4rem;
    font-weight: 400;
    font-family: 'Exo', sans-serif;
}

.contact .head {
    background: var(--color_second);
    color: var(--color_white);
    padding: 2rem 0;
    text-align: center;
}

.contact .contact-desc {
    margin: 5rem auto;
    text-align: center;
    font-size: 1.7rem;
    color: var(--color_second);
    font-family: 'Muli', sans-serif;
}

.contact .container {
    max-width: 68rem;
}

form .form-label {
    font-weight: bold;
    color: var(--color_primary);
    font-size: 1.7rem;
}

form input.form-control, form textarea.form-control {
    padding: 0;
    border: 0;
    height: 4rem;
    border-bottom: 2px solid var(--color_primary);
    background: none;
    box-shadow: none !important;
    font-size: 1.5rem;
}

form textarea.form-control {
    height: 10rem;
}

form input.form-control:focus, form textarea.form-control:focus {
    border-bottom-color: var(--color_third);
    background: none;
}

form .btn-primary {
    background: var(--color_primary);
    color: var(--color_white);
    font-size: 1.7rem;
    font-weight: bold;
    padding: 0 5rem;
    height: 4rem;
    border: 0;
}

form .btn-primary:hover {
    background: var(--color_third);
}

.wrap-keys {
    margin: 10rem auto;
    max-width: 80%;
    font-family: Mulish, sans-serif;
}

.wrap-keys h4 {
    font-weight: bold !important;
    font-family: Mulish, sans-serif;
    display: block;
}

.wrap-head-int {
    margin: 4rem 0;
}

/*
List color
*/
.list-color {
    margin: 0;
    padding: 0;
    list-style: none;
}

.list-color li:before {
    display: inline-block;
    width: .7rem !important;
    height: .7rem;
    background: var(--color_third);
    border-radius: 50%;
    content: '';
    margin-right: 1rem;
    position: relative;
    top: -.2rem;
    left: .2rem;
}

/**
Investment
**/
.investment-logos {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2%;
}

.investment-logos a {
    flex: 0 0 15%;
    display: block;
}

.investment-logos a img {
    width: 100%;
}

.investment-logos a:hover {
    filter: grayscale(1);
}

.leadership {
    padding-top: 4rem;
}

.leadership .container {
    max-width: 108rem;
}

/* Footer */
#footer {
    padding: 4rem 0;
    font-family: 'Mulish', sans-serif;
}

#footer .wrap-logo {
    max-width: 16rem;
}

#footer .email-wrap a {
    color: var(--color_base);
    text-decoration: none;
}

#footer .email-wrap a:hover {
    text-decoration: underline;
}

#footer .divider {
    height: 2px;
    max-width: 100%;
    margin: 1rem 0 2rem;
}

#footer .socials a {
    font-size: 3rem;
    display: inline-block;
    margin-left: 1rem;
    color: var(--color_base);
    -webkit-text-size-adjust: initial;
}

#footer .socials a:hover {
    color: var(--color_third);
}

@media (max-width: 2600px) {
    :root {
        font-size:14px;
    }

    .container {
        max-width: 1695px;
    }

    .hero .graph {
        left: -35vw;
    }
}

@media (max-width: 1400px) and (max-height:768px) {
    :root {
        font-size:10px !important;
    }
}

@media (max-width: 1600px) {
    :root {
        font-size:13px;
    }

    .container {
        max-width: 1200px;
    }
}

@media (max-width: 1290px) and (max-height: 850px) {
    .hero .graph {
        top: -15rem;
        left: -30% !important;
    }
}

@media (max-width: 1290px) {
    .hero .graph {
        top: -15rem;
        left: -30%;
    }

    :root {
        font-size: 10px;
    }

    .container {
        max-width: 1000px;
    }

    .awards .container {
        max-width: 80rem;
    }
}

@media (max-width: 990px) {
    .investment-logos a {
        flex:0 0 20%;
    }

    .hero .graph {
        display: none;
    }

    .hero {
        padding: 7rem 0 .8rem;
    }

    .hero .info {
        /* background-color: var(--color_lwhite) !important;*/
        z-index: 2;
        position: relative;
        text-align: center;
        min-height: inherit;
        padding: 7rem 0;
    }

    .hero.internal h1 {
        font-size: 2.5rem;
    }

    #header {
        background: var(--color_lwhite);
        padding: 1rem 0;
    }

    #header .navbar-brand {
        max-width: 12rem;
        display: block;
        padding: 0;
    }

    .header-active #header .navbar-nav .nav-item > a, .page-internal #header .navbar-nav .nav-item > a, #header .navbar-nav .nav-item > a {
        color: var(--color_primary) !important;
    }

    #header .navbar-nav .nav-item > a {
        text-align: center;
        font-size: 2.4rem;
        font-weight: 400;
        border-bottom: 1px solid #C4C4C4;
        padding: 2rem 0;
        max-width: 40rem;
        margin: 0 auto;
    }

    #header .navbar-nav .dropdown-menu {
        max-width: 36rem;
        margin: 0 auto;
        background: none;
        border: 0;
        box-shadow: none;
    }

    #header .navbar-nav .dropdown-menu li a {
        font-size: 1.5rem;
        font-weight: 400;
        text-align: center;
    }

    #header .navbar-toggler {
        outline: none;
        font-size: 1.5rem;
        box-shadow: none;
    }

    #header .navbar-toggler:hover {
        color: var(--color_third);
    }
}

@media (max-width: 860px) {
    :root {
        font-size:12px;
    }

    body {
        font-size: 1.4rem;
    }

    #header {
        top: 0;
    }

    #header .container {
        padding: 0 2rem
    }

    .investment {
        padding: 0 4rem;
    }

    .wrap-head-int .title-internal {
        text-align: center;
        font-size: 3.5rem;
        text-transform: initial;
        font-weight: 800;
    }

    .contact h1 {
        font-size: 3rem;
    }

    .contact .contact-desc {
        max-width: 30rem;
        font-size: 1.4rem;
        margin: 2rem auto 2rem;
    }

    .contact .contact-desc br {
        display: none;
    }

    .popup-leader .foot {
        justify-content: center;
        box-shadow: 0 3px 1rem rgba(0,0,0,.16);
        position: absolute;
        left: 0;
        bottom: 2rem;
        width: 100%;
        padding: 2rem 0;
    }

    .popup-leader .foot .wrap-close {
        display: none;
    }

    .popup-leader .info-head {
        text-align: center;
    }

    .popup-leader .foot .wrap-controls .arrow {
        font-size: 4rem;
        margin: 0 !important;
        color: var(--color_third);
    }

    .popup-leader .foot .wrap-controls .counter {
        font-size: 1.5rem;
        margin: 0 5rem;
        color: var(--color_second);
        display: none;
    }

    .popup-leader .foot .wrap-controls .arrows .counter {
        display: block;
    }

    .popup-leader .foot .wrap-controls > .counter {
        display: none;
    }

    .popup-leader .bio {
        max-height: 70%;
        margin-top: 0;
    }

    .popup-leader .btn-close {
        position: absolute;
        right: 1rem;
        top: 1rem;
        border-radius: 50%;
        background: var(--color_primary);
        width: 2rem;
        height: 2rem;
        display: flex;
        align-items: center;
        justify-content: center;
        opacity: 1;
        color: var(--color_white);
        font-size: 1.2rem;
    }

    .banner-mb {
        text-decoration: none;
        color: #000000;
        font-family: Georgia, Times, serif;
        font-size: 1rem;
        line-height: 1;
    }

    .banner-mb .txt {
        margin-top: .5rem
    }

    h2 {
        font-size: 3rem;
    }

    body.internal #header {
        top: 0;
    }

    body.internal .hero {
        padding: 2rem 0 0 !important;
        text-align: center;
    }

    body.internal .hero .container {
        padding: 0;
        margin: 0;
    }

    .wrap-logo-interior {
        margin: 7rem auto 0 !important;
        max-width: 20rem;
    }

    #header .navbar-nav .nav-item {
        margin-left: 0;
    }

    .hero.internal .bg {
        background: var(--color_lwhite) !important;
    }

    .hero.internal .bg:before {
        display: none;
    }

    .hero {
        height: 35rem;
    }

    .hero .info {
        pointer-events: none;
    }

    .hero .bg-slider .bg-slider-controls .arrows {
        display: none;
    }

    .hero .bg-slider .bg-slider-controls {
        z-index: 99;
        width: 100%;
        right: 0;
        justify-content: center;
    }

    .hero .bg-slider .swiper-pagination-bullets {
        margin: 0;
    }

    .hero .bg-slider:before {
        height: 100%;
    }

    .hero .bg-slider .item {
        height: 36rem;
    }

    .hero .container {
        height: inherit;
        pointer-events: none;
    }

    .hero h1 {
        font-size: 2.6rem;
        color: var(--color_white);
    }

    .about-us {
        padding: 4rem;
    }

    .about-us .desc {
        padding: 0;
    }

    .leadership {
        padding: 0 2rem;
    }

    .leadership .divider {
        margin: 2rem auto;
    }

    .wrap-slider-leader .wrap-leader {
        max-width: 25rem;
        margin: 0 auto;
    }

    .awards {
        padding: 4rem 2rem;
    }

    .leader-section .right-col {
        padding: 2rem 5rem;
        text-align: center;
        border-left: 0;
    }

    .wrap-leader a {
        min-height: 27rem;
    }

    .wrap-leader.big {
        padding-top: 6rem;
    }

    .wrap-leader.big img {
        max-width: 20rem;
        margin-bottom: 1rem;
    }

    .investment-logos a {
        flex: 0 0 30%;
    }

    h3 {
        font-size: 3rem;
        font-weight: 800;
    }

    .wrap-contact-form {
        margin-top: 2rem;
        padding-bottom: 4rem;
    }

    .contact {
        padding: 0;
    }

    .contact .wrap-square-info {
        text-align: center;
        padding: 6rem 0 4rem;
    }

    form .form-label {
        font-size: 1.4rem;
    }

    form input.form-control, form textarea.form-control {
        height: 3.4rem;
    }

    form textarea.form-control {
        height: 6rem;
        line-height: 1.4;
        font-size: 1.3rem;
    }

    .wrap-keys {
        max-width: 90%;
        margin-top: 0;
        text-align: center;
    }

    #footer .container {
        padding: 0 3rem;
    }
}

@media (max-width: 600px) {
    :root {
        font-size:10px !important;
    }

    .popup-leader {
        top: 1%;
        height: 98%;
        margin: 0 auto;
        width: calc(100% - 2rem);
    }

    #header .container {
        padding: 0 1rem
    }
}
