.header-image {min-height: 200px; margin: auto;}
.header-image {background-color: #0468B1; }
.header-image img {opacity: 0.2;}
.header-text {line-height: 200px; display: inline-block;  vertical-align: middle; color: white;}


@media only screen and (max-width: 790px){
  .header-text {line-height: 45px; display: inline-block;  vertical-align: middle; color: white;}
  .header-image {min-height: 90px;}
  }


.sub-header {
    font-size: 24px;
    color: #000;
    font-weight: bold;
    text-transform: initial;
}

.awsm-popup-details p {
    font-family: Inter, Helvetica, Arial, sans-serif;
}

.pilots-logo img {
    max-width: 160px !important;
}

.main-header {
    font-size: 28px;
    color: #000;
    font-weight: bold;
    text-transform: initial;
}

.standardsul {
    padding-left: 25px;
}

.main-header-li {
    font-size: 23px;
    color: #000;
    text-transform: initial;
}

a.pdf-download {
    color: #0099df !important;
    text-decoration: none !important;
}

.practice-standards {
    color: black;
    !important;
    font-size: 18px;
    margin: 1em 0;
    text-align: justify;
    font-family: Overpass-Light, sans-serif;
}

.header-nav__link {
    font-family: Overpass-Bold !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    font-style: normal !important;
    text-transform: capitalize;
    color: #fff;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.navik-header-container {
    box-shadow: 0 5px 7px -7px grey;
}

.sdginvestor {
    background-color: #0f1f24;
    border: 1px solid white;
    color: white;
    padding: 15px 32px;
    border-radius: 5px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    font-size: 20px;
}

.sdginvestor span {
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: 0.5s;
}

.sdginvestor span:after {
    content: '\00bb';
    position: absolute;
    opacity: 0;
    top: 0;
    right: -20px;
    transition: 0.5s;
}

.sdginvestor:hover span {
    padding-right: 25px;
}

.sdginvestor:hover span:after {
    opacity: 1;
    right: 0;
}

@media screen and (max-width:767px) {
    .sdg-tabs__tab-image-col {
        width: 100%;
    }

    .sdg-tabs__tab-image-col {
        text-align: left !important;
        padding-left: 10%;
    }

}

.testimonial__content-main {
    font-size: 14px;
    line-height: 1.5;
    text-align: center;
}

/* Create two equal columns that floats next to each other */
.column {
    float: left;
    width: 50%;
    padding: 10px;
}

/* Clear floats after the columns */
.row:after {
    content: "";
    display: table;
    clear: both;
}

.testimonial-en {
    text-align: right;
}

.testimonial-jp {
    text-align: left;
    padding-top: 2%;
}

@media screen and (max-width:768px) {
    .column {
        width: 100%;
    }

    .testimonial-en {
        text-align: center;
    }

    .testimonial-jp {
        text-align: center;
    }

}

.country-map img {
    padding-bottom: 40px;
    text-align: center;
}

.newsletter {
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    z-index: 11;
    padding: 54px 50px 20px;
    border-bottom: 1px solid #9797973d
}

.newsletterlink {
    font-size: 12px;
    border-radius: 5px;
    text-align: center;
    background-color: #0099df;
    color: white;
    position: fixed;
    bottom: 0px;
    right: 0;
    width: 350px;
    height: 40px;
    z-index: 999999999999;
}

.newsletter-header {
    font-size: 24px;
    color: #0099df;
    font-weight: bold;
    text-transform: initial;
    text-align: center;
}

.newsletterbox {
    max-height: 293px !important;
    padding: 15px;
}

.newsbox {
    min-height: 350px !important;
}

a.pdf-download {
    color: #0099df !important;
    text-decoration: none !important;
}

.sdg-tabs__content {
    height: 1450px !important;
}

.left {
    float: left;
    width: 30%;
}

.right {
    float: right;
    width: 70%;
}

.group:after {
    content: "";
    display: table;
    clear: both;
}

@media screen and (max-width:768px) {
    .left, .right {
        float: none;
        width: 100%;
    }

    .sdg-tabs__subheading {
        max-width: 768px;
    }

    .sdg-tabs__content {
        height: auto !important;
    }

    .col-sm-4 {
        min-height: 290px !important;
    }

    .newsletterlink {
        font-size: 12px;
        border-radius: 5px;
        text-align: center;
        background-color: #0099df;
        color: white;
        position: fixed;
        bottom: 0px;
        right: 0;
        width: 100%;
        height: 40px;
    }

}

@media screen and (max-width:812px) and (min-width:767px) {
    .sdg-tabs__content {
        height: 1050px !important;
    }

}

@media screen and (max-width:1199px) and (min-width:811px) {
    .header-undp__logo {
        display: none;
    }

    .navik-menu ul li > a {
        text-align: center !important;
        font-size: 36px;
    }

    .navik-header ul {
        padding-inline-start: 0px !important;
    }

    .sdg-tabs__content {
        height: 1050px !important;
    }

    .left {
        float: left;
        width: 30%;
    }

}

.header-nav__link {
    font-family: Overpass-Bold !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    font-style: normal !important;
    text-transform: capitalize;
    color: #fff;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.personal-info {
    color: black;
    padding-top: 5px;
}

.newsletterlink {
    font-size: 12px;
    border-radius: 5px;
    text-align: center;
    background-color: #0099df;
    color: white;
    position: fixed;
    bottom: 0px;
    right: 0;
    width: 350px;
    height: 40px;
    z-index: 9999999;
}

@media only screen and (max-width:767px) {
    .sdg-logolar {
        display: block !important;
        text-align: center !important;
        float: none !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .newsletterlink {
        font-size: 12px;
        border-radius: 5px;
        text-align: center;
        background-color: #0099df;
        color: white;
        position: fixed;
        bottom: 0px;
        right: 0;
        width: 100%;
        height: 40px;
        z-index: 9999999;
    }

    .navik-header .logo img {
        max-width: 100%;
        height: auto;
        padding-left: 0px !important;
    }

    header {
        display: none !important;
    }

}


.standardsul {
    padding-left: 25px;
}

.main-header-li {
    font-size: 23px;
    color: #0099df;
    text-transform: initial;
}

a.pdf-download {
    color: #0099df !important;
    text-decoration: none !important;
}



.header-nav__link {
    font-family: Overpass-Bold !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    font-style: normal !important;
    text-transform: capitalize;
    color: #fff;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.personal-info {
    color: black;
    padding-top: 5px;
}

@media screen and (max-width:768px) {
    .left, .right {
        float: none;
        width: 100%;
    }

    .sdg-tabs__subheading {
        max-width: 768px;
    }

}
