.banner {
    float: left;
    width: 100%;
}
.ban_video {
    float: left;
    width: 100%;
}
.content {
    width: 90%;
    float: left;
    padding: 5% 5% 0 5%;
    background: #fffefc url("../images/vision_bg.png") no-repeat top left;
}
.impact {
    float: left;
    width: 100%;
    text-align: center;
}
.impact img {
    width: 20%;
}
.impact h2 {
    color: #222;
    margin: 20px 0;
}
.impact p {
    width: 30%;
    margin: auto;
}
.metrics {
    width: 80%;
    float: left;
    padding: 5% 10%;
    text-align: center;
}
.flex-item-01, .flex-item-02, .flex-item-03 {
    width: 30%;
    float: left;
    box-sizing: border-box;
}
.flex-item-02 {
    margin: 0 5%;
}
.metrics h1 {
    color: #da9312;
    font-size: 4em;
}
.metrics h6 {
    color: #da9312;
    font-size: 1em;
}
.metrics p {
    margin: 20px 5%;
}
.metrics a {
    color: #666;
    border: 1px solid #ccc;
    padding: 0 10px 4px 10px;
    border-radius: 20px;
}
.metrics a:hover {
    color: #fff;
    background-color: #da9312;
}
.highlights {
    float: left;
    width: 96%;
    padding: 2%;
    background: #dcb644 url("../images/wave.png") no-repeat bottom right;
    background-size: cover;
}
.highlights_inner {
    width: 80%;
    float: left;
    padding: 3% 10%;
    text-align: center;
}
.grid {
    display: flex;
    flex-wrap: wrap;
}
.new_hig01 .flex-item-01, .new_hig01 .flex-item-02, .new_hig01 .flex-item-03 {
    flex: 30%;
    box-sizing: border-box;
}
.new_hig02 .flex-item-01, .new_hig02 .flex-item-02 {
    flex: 45%;
    box-sizing: border-box;
}
.highlights h1 {
    color: #fff;
    font-size: 2em;
    padding-bottom: 15px;
}
.highlights p {
    color: #fff;
    font-size: 1.5em;
    line-height: normal;
}
.visionary {
    width: 100%;
    float: left;
    position: relative;
}
.visionary img {
    width: 100%;
}
.text-block {
    top: 50%;
    right: 5%;
    width: 25%;
    color: #fff;
    padding: 30px;
    position: absolute;
    background-color: #000;
    border-radius: 20px;
    opacity: 0.8;
}
.text-block h2 {
    margin: 20px 0;
    font-size: 2em;
}
.text-block p {
    margin: 20px 0;
    font-weight: 500;
}
.text-block a {
    color: #000;
    float: right;
    padding: 10px 20px;
    display: inline-block;
    background-color: #fff;
    border: 1px solid #fff;
    text-transform: uppercase;
    border-radius: 10px;
    opacity: 1;
}
.text-block a:hover {
    color: #fff;
    background-color: #000;
}
.outreach {
    width: 90%;
    float: left;
    padding: 0 5% 2% 5%;
    background: #fff url("../images/outreach_bg.jpg") no-repeat right bottom;
    background-size: contain;
}
.outreach h2 {
    color: #222;
    margin-bottom: 20px;
}
.outreach p {
    color: #222;
    margin-bottom: 20px;
}
.wid {
    width: 40%;
}
.out_slide {
    width: 80%;
    float: left;
    padding: 1% 20% 2% 0;
}
.out_slide01 {
    width: 30%;
    float: left;
}
.out_slide01 img {
    transition: transform .9s;
}
.out_slide01 img:hover {
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    transition: transform .9s;
}
.out_wid {
    width: 80%;
}
.out_mar {
    margin: 0 5%;
}
.out_link {
    float: left;
    width: 100%;
}
.out_link a {
    color: #000;
    padding: 10px 20px;
    display: inline-block;
    background-color: #fff;
    border: 1px solid #ccc;
    text-transform: uppercase;
    border-radius: 20px;
}
.out_link a:hover {
    background-color: #ffd401;
}
.beneficary {
    width: 90%;
    color: #fff;
    float: left;
	margin-bottom: 5%;
    padding: 10% 5% 5% 5%;
    background: #fff url("../images/beneficiary_bg.jpg") no-repeat top left;
    background-size: 100%;
}
.bene_lft {
    width: 35%;
    float: left;
    margin: 0 0 20% 0;
}
.bene_lft h1 {
    font-size: 5em;
}
.bene_lft p {
    width: 60%;
    font-size: 1em;
    font-weight: 500;
    margin: 20px 0 80px 0;
}
.bene_lft h2 {
    font-size: 1.2em;
    margin-bottom: 30px;
}
.bene_lft h2 {
    font-size: 1.2em;
}
.bene_lft h3 a {
    color: #fff;
    padding: 10px 25px;
    display: inline-block;
    background-color: #8f5c00;
    border-radius: 20px;
}
.bene_lft h3 a:hover {
    background-color: #c5830c;
}
.bene_rht {
    width: 55%;
    float: right;
}
.bene_rht img {
    border-radius: 50%;
	border: 10px solid #fff;
}
.banner-caption {
    bottom: 10%;
    position: absolute;
}
.banner-text {
    width: 40%;
    color: #fff;
    margin: auto;
    padding: 30px;
    background-color: #000;
    border-radius: 20px;
    opacity: 0.7;
}
.banner-text h1 {
    font-weight: bold;
    line-height: 1.1em;
}
.banner-text p {
    margin: 30px 0;
}
.banner-text a {
    color: #000;
    float: right;
    padding: 10px 20px;
    display: inline-block;
    background-color: #fff;
    border: 1px solid #fff;
    text-transform: uppercase;
    border-radius: 10px;
    opacity: 1;
}
.banner-text a:hover {
    color: #fff;
    background-color: #000;
}
@media only screen and (min-width:960px) and (max-width:1389px) {
    .impact p {
        width: 50%;
    }
    .text-block {
        top: 40%;
    }
    .wid {
        width: 70%;
    }
    .bene_lft {
        width: 45%;
    }
    .bene_lft h1 {
        font-size: 3em;
    }
    .bene_lft p {
        width: 80%;
        margin: 20px 0 40px 0;
    }
    .bene_rht {
        width: 50%;
    }
    .banner-text {
        width: 60%;
        padding: 15px;
    }
    .banner-text h1 {
        font-weight: bold;
        line-height: 1.1em;
    }
    .banner-text p {
        margin: 10px 0;
    }
}
@media only screen and (min-width:768px) and (max-width:990px) {
    .text-block {
        top: 30%;
        right: 5%;
        width: 30%;
    }
    .wid {
        width: 70%;
    }
    .bene_lft {
        width: 45%;
    }
    .bene_lft h1 {
        font-size: 3em;
    }
    .bene_lft p {
        width: 80%;
        margin: 20px 0 40px 0;
    }
    .bene_rht {
        width: 50%;
    }
    .banner-text {
        width: 60%;
        padding: 15px;
    }
    .banner-text h1 {
        font-weight: bold;
        line-height: 1.1em;
    }
    .banner-text p {
        margin: 10px 0;
    }
    .metrics h1 {
        font-size: 3em;
    }
}
@media only screen and (min-width:768px) and (max-width:1024px) {
    .out_slide {
        width: 95%;
        float: left;
        padding: 1% 5% 2% 0;
    }
    .bene_lft {
        width: 45%;
    }
    .bene_lft h1 {
        font-size: 3em;
    }
    .bene_lft p {
        width: 80%;
        margin: 20px 0 40px 0;
    }
    .bene_rht {
        width: 50%;
    }
    .banner-text {
        width: 60%;
        padding: 15px;
    }
    .banner-text h1 {
        font-weight: bold;
        line-height: 1.1em;
    }
    .banner-text p {
        margin: 10px 0;
    }
}
@media all and (max-width: 768px) {
    .content {
        background-size: 100%;
    }
    .impact p {
        width: 70%;
    }
    .flex-item-01, .flex-item-02, .flex-item-03 {
        width: 100%;
        margin: auto;
    }
    .metrics h1 {
        font-size: 2.5em;
    }
    .new_hig01 .flex-item-01, .new_hig01 .flex-item-02, .new_hig01 .flex-item-03 {
        flex: 100%;
        padding-bottom: 20px;
    }
    .new_hig02 .flex-item-01, .new_hig02 .flex-item-02 {
        flex: 100%;
        padding-bottom: 40px;
    }
    .highlights h1 {
        font-size: 1.5em;
    }
    .highlights p {
        font-size: 1em;
    }
    .visionary {
        margin-bottom: 20px;
    }
    .text-block {
        top: 0%;
        right: 0%;
        width: 50%;
        margin: -25% auto 0 auto;
        padding: 10px 30px;
        position: relative;
    }
    .bene_lft {
        width: 100%;
    }
    .bene_lft h1 {
        font-size: 2em;
    }
    .bene_lft p {
        width: 80%;
        margin: 20px 0 40px 0;
    }
    .bene_rht {
        width: 100%;
    }
    .swiper-container {
        padding-bottom: 0% !important;
    }
    .banner-caption {
        bottom: 0% !important;
        position: absolute;
    }
    .banner-text {
        width: 60%;
        padding: 10px;
    }
    .banner-text h1 {
        font-weight: bold;
        line-height: 1.1em;
    }
    .banner-text p {
        margin: 10px 0;
    }
}
@media only screen and (min-width:480px) and (max-width:767px) {
    .text-block {
        width: 70%;
    }
    .outreach {
        background-size: auto;
    }
    .out_slide {
        width: 100%;
        padding: 1% 0% 2% 0;
    }
    .wid {
        width: 100%;
    }
    .out_slide01 {
        width: 100%;
    }
    .out_mar {
        margin: 3% 0;
    }
    .beneficary {
        background: #fff url("../images/beneficiary_bg.jpg") no-repeat top right;
        background-size: 180%;
    }
    .swiper-container {
        padding-bottom: 20% !important;
    }
    .banner-caption {
        bottom: -20% !important;
    }
}
@media all and (max-width: 480px) {
    .text-block {
        width: 70%;
    }
    .outreach {
        background-size: auto;
    }
    .out_slide {
        width: 100%;
        padding: 1% 0% 2% 0;
    }
    .wid {
        width: 100%;
    }
    .out_slide01 {
        width: 100%;
    }
    .out_mar {
        margin: 3% 0;
    }
    .beneficary {
        background: #fff url("../images/beneficiary_bg.jpg") no-repeat top right;
        background-size: 180%;
    }
    .swiper-container {
        padding-bottom: 40% !important;
    }
    .banner-caption {
        bottom: -40% !important;
    }
}