.section_header h3 {
    margin-top: 2rem;
}

hr {
    opacity: 90;
    margin-top: 5px;
    margin-bottom: 20px;

}

.orange_underline {
    color: #ff8008;
}

.black_underline {
    color: black;
}

.sustainability_button {
    color: white;
    padding: .5rem 3rem;
    border: none;
    border-radius: 2rem;
    margin-top: 10px;
    cursor: pointer;
    z-index: 1;
    transition: 0.5s;
}

.sustainability_button:hover{
    background-color: black;
}

.sustainability_button_orange {
    background-color: #ff8008;
}

.sustainability_button_black {
    background-color: #111e44;
}

/* Home Banner Area css
============================================================================================ */
.home_banner_area {
    z-index: 1;
    background: lightslategray;
}
.home_banner_area .banner_inner {
    width: 100%;
}
.home_banner_area .banner_inner .home_left_img {
    padding-top: 230px;
    padding-bottom: 230px;
}
.home_banner_area .banner_inner .col-lg-5 {
    vertical-align: middle;
    align-self: center;
}
.home_banner_area .banner_inner .banner_content {
    text-align: left;
    color: #fff;
}
.home_banner_area .banner_inner .banner_content h2 {
    margin-top: 0px;
    font-size: 48px;
    font-weight: bold;
    /* font-family: "Heebo", sans-serif; */
    line-height: 54px;
    margin-bottom: 20px;
}
.home_banner_area .banner_inner .banner_content p {
    color: #fff;
    /* font-family: "Roboto", sans-serif; */
    margin-bottom: 35px;
}
.home_banner_area .banner_inner .banner_content .banner_map_img {
    text-align: right;
}
.home_banner_area .banner_inner .banner_content .banner_btn {
    margin-right: 10px;
}
.home_banner_area .banner_inner .banner_content .banner_btn2 {
    margin-right: 10px;
}

.home_banner_area .banner_inner .banner_content i {
    font-size: 20px;
    padding-right: 4px;
    color: #1dc8cd;
}

.home_banner_area .banner_inner .banner_content ul {
    list-style: none;
    padding: 0;
}

.home_banner_area .banner_inner .banner_content ul li {
    padding-bottom: 10px;
    font-size: 19px;
}

.banner_box {
    max-width: 1620px;
    margin: auto;
}

.banner_area {
    position: relative;
    z-index: 1;
    min-height: 430px;
}
.banner_area .banner_inner {
    position: relative;
    overflow: hidden;
    width: 100%;
    min-height: 430px;
    background: #3bacf0;
    z-index: 1;
}

/*--------------------------------------------------------------
# resource-outcomes
--------------------------------------------------------------*/
.resource-outcomes {
    padding-bottom: 130px;
}

.resource-outcomes .icon-box {
    padding: 60px 30px;
    position: relative;
    overflow: hidden;
    background: #fff;
    box-shadow: 2px 0 35px 0 rgba(68, 88, 144, 0.12);
    transition: all 0.3s ease-in-out;
    border-radius: 8px;
    z-index: 1;
    text-align: center;
}

.resource-outcomes .icon {
    margin-bottom: 15px;
}

.resource-outcomes .icon i {
    font-size: 48px;
    line-height: 1;
    color: #ff8008;
    transition: all 0.3s ease-in-out;
}

.resource-outcomes .title {
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 18px;
}

.resource-outcomes .title a {
    color: #111;
}

.resource-outcomes .description {
    font-size: 15px;
    line-height: 28px;
    margin-bottom: 0;
}
