.site-wrapper {
    width: 100%;
    margin-top: 40px;
    margin-bottom: 40px;
}
.home-welcome {
    width: 100%;
    height: 600px;
    background-image: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(rgba(0, 0, 0, 0.6)),
        to(rgba(0, 0, 0, 0.6))
    );
    background-image: linear-gradient(
        180deg,
        rgba(0, 0, 0, 0.6),
        rgba(0, 0, 0, 0.6)
    );
    background-position: 0px 0px, 50% 50%;
    position: relative;
}
.home-welcome img {
    position: absolute;
    width: 100%;
    object-fit: cover;
    height: 100%;
    z-index: -1;
}

.home-welcome h1 {
    padding-top: 80px;
    color: white;
    font-size: 100px;
    font-weight: 600;
    padding-left: 70px;
    line-height: 100px;
}
.home-welcome p {
    width: 40%;
    color: white;
    font-size: 20px;
    padding-left: 70px;
    text-align: justify;
    word-spacing: 0.1px;
}
.home-welcome .small-line {
    width: 100px;
    margin-left: 70px;
    height: 2px;
    color: red;
    background-color: red;
}
.home-welcome .btns-section {
    padding-left: 70px;
    padding-top: 30px;
}
.home-welcome .btns-section .contact-btn {
    width: 400px;
    height: 100px;
    margin-right: 20px;
    color: white;
    background-color: red;
    padding: 15px;
}
.home-welcome .btns-section .view-btn {
    width: 400px;
    height: 100px;
    margin-left: 20px;
    color: red;
    background-color: white;
    padding: 15px;
}

.home-section1 .container h1 {
    font-size: 70px;
    font-weight: 600;
    margin-top: 10px;
    margin-bottom: 5px;
}
.home-section-1-1 {
    background-image: linear-gradient(
            180deg,
            rgba(0, 0, 0, 0.8),
            rgba(0, 0, 0, 0.8)
        ),
        url('../images/home/david-rodrigo-Fr6zexbmjmc-unsplash.jpg');
    background-position: bottom;
    background-attachment: fixed;
    padding: 30px;
}
.home-section-1-1 .container h1 {
    color: white;
    margin-bottom: 10px;
}
.home-section-1-1 p {
    color: white;
}

.home-section2 .section-subtitle {
    padding-left: 200px;
    padding-right: 200px;
}

.impact-circle {
    height: 200px;
    width: 200px;
    margin: auto;
    display: flex;
    padding: 20px;
    flex-wrap: wrap;
    align-content: center;
    text-align: center;
    border: 2px solid #5695c7;
    border-radius: 1300px;
}
.impact-circle h3 {
    width: 100%;
    color: #5695c7;
}
.impact-circle p {
    font-size: 14px;
}
.impact-circle .p-special {
    font-size: 12px;
}

.learn-more {
    margin-top: 10px;
    padding: 5px 10px 5px 10px;
    border: 1px solid #d32525;
    border-radius: 30px;
    font-size: 12px;
    text-decoration: none;
    color: #d32525;
}
.home-section5 h4 {
    color: #d32525;
}

.sec-color1 {
    width: 100%;
    background-color: #061324;
    padding: 20px;
}
.sec-color1 p {
    font-size: 18px;
}
.sec-color2 {
    width: 100%;
    background-color: #e2e5e7;
    padding: 20px;
}
.sec-color2 p {
    font-size: 18px;
}
.sec-color3 {
    width: 100%;
    background-color: #4c4d4f;
    padding: 20px;
}
.sec-color3 p {
    font-size: 18px;
}

.sec-color4 {
    width: 100%;
    background-color: #2e394c;
    padding: 20px;
}
.sec-color4 p {
    font-size: 18px;
}

.sec-color5 {
    width: 100%;
    background-color: #6eabdd;
    padding: 20px;
}
.sec-color5 p {
    font-size: 18px;
}

.home-section6 {
    margin-top: 50px;
}
.home-section6 .box1 {
    background-color: #061324;
    height: 150px;
    width: 100%;
}
.home-section6 .box1 h4 {
    padding-top: 20px;
    padding-left: 50px;
    color: white;
    font-weight: 600;
    padding-right: 50px;
}

.home-section6 .box2 {
    background-color: #f3f3f3;
    width: 100%;
    padding: 30px;
    margin-top: -50px;
    color: #061324;
    font-size: 15px;
    margin-left: 30px;
}

.home-section6 .box2 b {
    font-weight: 700;
}
.home-section6 .box3 {
    background-color: #061324;
    width: 100%;
    font-size: 15px;
    color: white;
    margin-left: 30px;
}

.home-section6 .box3 p {
    padding: 10px;
}

.home-section7 .jumbo {
    margin-top: 50px;
    width: 100%;
    margin-bottom: 50px;
    height: 450px;
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/home/welcome-3.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left;
}
.home-section7 .jumbo .content {
    padding: 40px;
}
.home-section7 .jumbo .content h2 {
    color: white;
}
.home-section7 .jumbo .content p {
    color: white;
}
.home-section7 .jumbo .content a {
    text-decoration: none;
    color: white;
    padding: 5px 20px 5px 20px;
    border-radius: 2px;
    font-size: 15px;
    background-color: red;
}

.home-section7 .colt {
    padding: 30px;
}

.home-section7 .colt h3 {
    font-size: 25px;
    margin: 20px;
}

.home-section8 {
    background-color: #edeceb;
}
.home-section8 h3 {
    color: #2b89cb;
}
.home-section8 .row {
    padding: 20px;
}

.home-section9 {
    background-image: linear-gradient(
            180deg,
            rgba(0, 0, 0, 0.438),
            rgba(0, 0, 0, 0.363)
        ),
        url('../images/home/doc-covid.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
}
.home-section9 .content h1 {
    color: gold;
    font-size: 45px;
}
.home-section9 p {
    color: white;
}
.home-section9 .content {
    padding: 50px 120px 20px 120px;
}

.home-section9 .covid-box {
    margin-left: 120px;
    border-top: 8px solid rgb(18, 87, 18);
    font-size: 15px;
    background-color: white;
    padding: 50px;
}
.home-section9 .small-imgs img {
    height: auto;
    width: 100%;
}
.home-section9 .covid-box h4 {
    color: rgb(18, 87, 18);
    font-size: 30px;
}
.home-section9 .covid-box hr {
    height: 2px;
    background-color: rgb(18, 87, 18);
}

.home-section10 {
    background-image: linear-gradient(
            180deg,
            rgba(0, 0, 0, 0.438),
            rgba(0, 0, 0, 0.363)
        ),
        url('../images/home/doc-covid1.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    padding-top: 200px;
}

.home-section10 .small-imgs img {
    height: auto;
    width: 100%;
}
.modalView {
    width: 40%;
    height: 300px;
    background-color: black;
    margin: auto;
    position: relative;
}
.home-section10 .covid-box {
    padding-top: 300px;
    border-top: 8px solid rgb(18, 87, 18);
    margin-right: 140px;
    font-size: 15px;
    background-color: white;
    padding: 50px;
}
.home-section10 .covid-box h4 {
    color: rgb(18, 87, 18);
    font-size: 30px;
}
.home-section10 .covid-box hr {
    height: 2px;
    background-color: rgb(18, 87, 18);
}
.home-section11 {
    margin-top: 100px;
}
.home-section11 .content1 {
    background-image: linear-gradient(
            180deg,
            rgba(0, 0, 0, 0.653),
            rgba(0, 0, 0, 0.653)
        ),
        url('../images/home/welcome-img.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 600px;
}
.home-section11 .content1 .back-content {
    display: none;
    color: white;
    font-size: 16px;
    padding: 20px;
}
.home-section11 .content1 .start-content {
    padding-top: 300px;
    padding-left: 30px;
    padding-right: 30px;
}
.home-section11 .content1 .start-content h3 {
    color: white;
    padding-bottom: 10px;
    border-bottom: 1px solid red;
}
.home-section11 .content1 .start-content p {
    color: red;
}

/* reponsibility css */

.container h1 {
    font-size: 50px;
    color: #000;
    margin-bottom: 50px;
}
.resp-welcome {
    position: relative;
    background-image: linear-gradient(
        180deg,
        rgba(0, 0, 0, 0.4),
        rgba(0, 0, 0, 0.4)
    );
    width: 100%;
    height: 400px;
    margin-bottom: 50px;
}
.resp-welcome img {
    position: absolute;
    width: 100%;
    object-fit:cover;
    height: 100%;
    z-index: -1;
}

.resp-welcome h1 {
    color: white;
    font-size: 40px;
    padding-top: 150px;
}
.resp-welcome .page-title {
    font-size: 60px;
    font-weight: 800;
}
.resp-welcome .page-sub-title {
    font-size: 25px;
    font-weight: 500;
    text-align: center;
    color: white;
}
.resp-welcome .download-box {
    background-color: #067d92;
    padding: 40px;
    color: white;
}
.resp-welcome .download-box a {
    color: white;
    text-decoration: none;
    width: 100%;
    border-bottom: 1px solid white;
}
.resp-welcome .download-box small {
    font-size: 12px;
}
.resp-welcome .download-box p {
    font-size: 17px;
}

.resp-section1 .container1 {
    padding: 80px;
}
.resp-section1 .container2 {
    padding: 80px;
}

.resp-section1 .section {
    position: relative;
    z-index: 100;
    background-color: white;
    width: 100%;
    margin-top: -200px;
}

.resp-section2 {
    background-color: #f2f2f3;
}
.resp-section2 .section {
    padding: 80px;
}

.resp-section2-1{
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.600), rgba(0, 0, 0, 0.600)),url('../images/responsibility/rocky-stream.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    background-attachment: fixed;
    width: 100%;
    height: 450px;
    padding-top: 80px;
    margin-bottom: 100px;
}


.resp-section2-1 h1 {
    width: 100%;
    color: white;
    font-size: 40px;
    margin: auto;
    font-weight: 600;
    padding-left: 20px;
    padding-right: 20px;
}
.resp-section2-1 p{
    color: white;
    font-size: 20px;
    margin-bottom: 30px;
}
.resp-section2-1 a{
    padding: 15px;
    font-size: 18px;
    background-color: #d32525;
    color: white;
    text-decoration: none;
}
.resp-section2-1 a:hover{
    text-decoration: none;
    color: #d32525;
    background-color: transparent;
    border: 1px solid #d32525;
}



.resp-section3 {
    padding: 100px 200px 100px 70px;
}
.resp-section4 {
    background-image: linear-gradient(
            180deg,
            rgba(0, 0, 0, 0.438),
            rgba(0, 0, 0, 0.363)
        ),
        url('../images/responsibility/solar.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: bottom;
    width: 100%;
    height: 500px;
    padding-top: 100px;
    margin-bottom: 100px;
}
.resp-section4 .content {
    background-color: #012a41;
    color: white;
    padding: 40px;
    height: 300px;
    margin-top: 150px;
    font-size: 30px;
}
.resp-section4 a{
    color: red;
    text-decoration: none;
    font: 14px;
}
.resp-section4 a:hover{
    color: red;
}
.resp-section5 {
    padding: 100px;
}
.resp-section5 .container {
    padding: 50px;
}
.resp-section5 h1 {
    margin-bottom: 10px;
}
.resp-section6 h1 {
    margin-bottom: 10px;
}
.resp-section6 .learn {
    display: flex;
    justify-content: space-between;
}
.resp-section6 .blackline {
    width: 100%;
    height: 0.5px;
    background-color: rgb(206, 6, 6);
}
.resp-section7 {
    background-color: #f2f2f3;
    padding: 100px;
}
.resp-section7 .container {
    padding: 1px 100px 100px 100px;
}
.resp-section8 {
    padding: 100px;
}

.resp-section8-1{
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.600), rgba(0, 0, 0, 0.600)),url('../images/responsibility/esg_climate_change.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    background-attachment: fixed;
    width: 100%;
    height: 400px;
    padding-top: 100px;
    margin-bottom: 100px;
}


.resp-section8-1 h1 {
    width: 100%;
    color: white;
    font-size: 40px;
    margin: auto;
    font-weight: 600;
    padding-left: 20px;
    padding-right: 20px;
}

.resp-section8-1 p{
    color: white;
    font-size: 20px;
    margin-bottom: 30px;
}

.resp-section9 .container1 {
    padding: 100px;
}
.resp-section9 .content {
    position: relative;
    z-index: 100;
    padding: 50px;
    background-color: white;
    width: 100%;
    margin-top: -200px;
}
.resp-section9 .content a {
    color: #cdb780;
    border: 1px solid #cdb780;
    border-radius: 100px;
    display: flex;
    flex-wrap: wrap;
    align-self: center;
    width: 100%;
    height: 50px;
    margin: 20px;
    justify-content: space-between;
    text-decoration: none;
    font-size: 16px;
    padding: 10px;
}
.resp-section10 {
    padding: 100px;
}
.resp-section10 img {
    width: 100%;
    height: 100px;
    object-fit: cover;
}
.resp-section10 p {
    font-size: 16px;
}

.port-table {
    width: 100%;
}
.port-table .port-title {
    width: 100%;
    margin-bottom: 20px;
    height: 50px;
    padding: 10px;
    background-color: #061324;
}
.port-table .port-title p {
    color: white;
    padding-left: 20px;
}
.port-table .content {
    padding: 15px 5px 15px 5px;
}
.port-table .bg-grey {
    background-color: #f2f2f2;
}
.port-table hr {
    height: 1px;
    background-color: #061324;
    color: #061324;
}
.page-click {
    margin-top: 20px;
    width: 30px;
    height: 30px;
    text-align: center;
    border: 1px solid #061324;
    border-radius: 4px;
}

.sustain-welcome {
    width: 100%;
    height: 550px;
    background-image: -webkit-gradient(
            linear,
            left top,
            left bottom,
            from(rgba(0, 0, 0, 0.2)),
            to(rgba(0, 0, 0, 0.2))
        ),
        url('../images/sustain/solar.jpg');
    background-image: linear-gradient(
            180deg,
            rgba(0, 0, 0, 0.2),
            rgba(0, 0, 0, 0.2)
        ),
        url('../images/sustain/solar.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
}
.sustain-welcome h1 {
    width: 100%;
    color: white;
    font-size: 40px;
    margin: auto;
    font-weight: 700;
    padding-left: 20px;
    padding-right: 20px;
}
.sustain-section1 img {
    width: 100%;
    margin: auto;
}

.esg-welcome {
    background-image: linear-gradient(
            180deg,
            rgba(0, 0, 0, 0.438),
            rgba(0, 0, 0, 0.363)
        ),
        url('../images/esg/Governance-1-1024x576.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    width: 100%;
    height: 400px;
    padding-top: 100px;
    margin-bottom: 100px;
}

.esg-welcome h1 {
    width: 100%;
    color: white;
    font-size: 40px;
    margin: auto;
    font-weight: 700;
    padding-left: 20px;
    padding-right: 20px;
}

.esg-section2 {
    margin-bottom: 100px;
}
.esg-section3 {
    margin-top: 100px;
    margin-bottom: 100px;
    background-image: linear-gradient(
            180deg,
            rgba(0, 0, 0, 0.197),
            rgba(0, 0, 0, 0.693)
        ),
        url('../images/esg/rocky-stream.jpg');
    background-attachment: fixed;
    padding-top: 50px;
    padding-bottom: 50px;
}
.esg-section3 .view {
    background-color: white;
    padding: 30px;
}

.esg-section4 {
    margin-top: 100px;
    margin-bottom: 100px;
}
.esg-section5 h1 {
    margin-bottom: 1px;
}
.esg-section5 .color-green {
    color: green;
    border-left: 1px solid green;
}
.esg-section5 .color-blue {
    color: blue;
    border-left: 1px solid blue;
}
.esg-section5 .color-orange {
    color: orange;
    border-left: 1px solid orange;
}
.esg-section5 .color-green h1 {
    color: green;
    font-size: 70px;
}
.esg-section5 .color-blue h1 {
    color: blue;
    font-size: 70px;
}
.esg-section5 .color-orange h1 {
    color: orange;
    font-size: 70px;
}

.esg-section6 .color-green-big {
    border-left: 1px solid green;
}
.esg-section6 .color-blue-big {
    border-left: 1px solid blue;
}
.esg-section6 .color-orange-big {
    border-left: 1px solid orange;
}
.esg-section6 .color-green-big h1 {
    color: green;
    font-size: 100px;
}
.esg-section6 .color-blue-big h1 {
    color: blue;
    font-size: 100px;
}
.esg-section6 .color-orange-big h1 {
    color: orange;
    font-size: 100px;
}

.esg-section6 .color-light-green-small {
    border-left: 1px solid lightgreen;
}
.esg-section6 .color-light-blue-small {
    border-left: 1px solid blue;
}
.esg-section6 .color-grey-small {
    border-left: 1px solid gray;
}
.esg-section6 .color-light-green-small h1 {
    color: lightgreen;
}
.esg-section6 .color-light-blue-small h1 {
    color: blue;
}
.esg-section6 .color-grey-small h1 {
    color: grey;
}
.color-titles {
    padding-top: 50px;
    padding-bottom: 50px;
}
.esg-section7 .content {
    width: 80%;
    margin-top: 100px;
    background-color: white;
    padding: 30px;
    margin-left: -100px;
}
.esg-section7 .left-side{
    height: 1000px;
    object-fit: cover;
    width: 100%;
}
.esg-section7 .content h1 {
    color: #2b89cb;
    font-size: 60px;
}
.esg-section7 .content p {
    font-size: 30px;
}
.esg-section7 .content-img {
    width: 50%;
}
.esg-section8 {
    margin-top: 130px;
    margin-bottom: 130px;
    padding: 40px;
    font-size: 30px;
}
.esg-section8 img {
    width: 80%;
}
.esg-section9 {
    background-color: rgb(226, 255, 226);
    margin-top: 200px;
    margin-bottom: 200px;
    padding-top: 100px;
    padding-bottom: 100px;
}
.esg-section9 .circle {
    margin: auto;
    text-align: center;
}
.esg-section9 .circle-green h1 {
    height: 150px;
    width: 150px;
    padding-top: 50px;
    margin-bottom: 40px;
    align-content: center;
    border-radius: 300px;
    margin: auto;
    flex-wrap: wrap;
    color: white;
    text-align: center;
    background-color: rgb(5, 59, 5);
}
.esg-section9 .circle-green h4 {
    color: rgb(5, 59, 5);
    margin-top: 40px;
}

.esg-section9 .circle-blue h1 {
    height: 150px;
    width: 150px;
    padding-top: 50px;
    margin-bottom: 40px;
    align-content: center;
    border-radius: 300px;
    margin: auto;
    flex-wrap: wrap;
    color: white;
    text-align: center;
    background-color: rgb(16, 80, 159);
}
.esg-section9 .circle-blue h4 {
    color: rgb(16, 80, 159);
    margin-top: 40px;
}

.esg-section9 .circle-light-green h1 {
    height: 150px;
    width: 150px;
    padding-top: 50px;
    margin-bottom: 40px;
    align-content: center;
    border-radius: 300px;
    margin: auto;
    flex-wrap: wrap;
    color: white;
    text-align: center;
    background-color: rgb(32, 204, 144);
}
.esg-section9 .circle-light-green h4 {
    color: rgb(32, 204, 144);
    margin-top: 40px;
}
.esg-section10 img {
    width: 70%;
    margin: auto;
}
.esg-section10 .img1{
    width: 90%;
    margin: auto;
}
.esg-section10 .img2{
    height: 300px;
    width: 100%;
    object-fit: cover;
}
.esg-section10 p{
    font-size: 25px;
}

.esg-section10 .background1{
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.600), rgba(0, 0, 0, 0.600)),url('../images/esg/esg-health.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    background-attachment: fixed;
    width: 100%;
    height: 400px;
    padding-top: 100px;
    margin-bottom: 100px;
}


.esg-section10 .background1 h1 {
    width: 100%;
    color: white;
    font-size: 40px;
    margin: auto;
    font-weight: 700;
    padding-left: 20px;
    padding-right: 20px;
}
.esg-section10 .background1 p{
    color: white;
}

.esg-section10 .background2{
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.600), rgba(0, 0, 0, 0.600)),url('../images/esg/kendrew-schexnider-m5HKU-TbGaA-unsplash.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    background-attachment: fixed;
    width: 100%;
    height: 400px;
    padding-top: 100px;
    margin-bottom: 100px;
}


.esg-section10 .background2 h1 {
    width: 100%;
    color: white;
    font-size: 40px;
    margin: auto;
    font-weight: 700;
    padding-left: 20px;
    padding-right: 20px;
}
.esg-section10 .background2 p{
    color: white;
}
.private-welcome {
    position: relative;
    background-image: linear-gradient(
        180deg,
        rgba(0, 0, 0, 0.4),
        rgba(0, 0, 0, 0.4)
    );
    width: 100%;
    height: 500px;
    margin-bottom: 50px;
}
.private-welcome img {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.private-welcome h1 {
    color: white;
    font-size: 40px;
    padding-top: 100px;
}
.private-section1 .f-border {
    border-right: 1px solid gray;
    border-bottom: 1px solid gray;
}
.private-section1 .f-border h1 {
    font-size: 100px;
    margin-bottom: 10px;
    color: #017d56;
}
.private-section1 .f-border h5 {
    font-size: 30px;
    color: black;
}
.private-section1 .s-border {
    border-right: 1px solid gray;
    border-bottom: 1px solid gray;
}
.private-section1 .s-border h1 {
    font-size: 100px;
    margin-bottom: 10px;
    color: #3c63ae;
}
.private-section1 .s-border h5 {
    font-size: 30px;
    color: black;
}

.private-section1 .t-border {
    border-bottom: 1px solid gray;
}
.private-section1 .t-border h1 {
    color: #ffb340;
    font-size: 100px;
    margin-bottom: 10px;
}
.private-section1 .t-border h5 {
    font-size: 30px;
    color: black;
}

.private-section2 {
    background-color: #f7f7f7;
    padding: 40px;
}
.private-section2 img {
    margin-bottom: 100px;
}
.private-section2 .title p {
    font-size: 30px;
    font-weight: 800;
    padding: 10px;
    border-bottom: 2px solid #323846;
}
.private-section2 .content p {
    font-size: 20px;
    font-weight: 500;
    padding: 10px;
    border-bottom: 2px solid #323846;
}
.private-section3 h1 {
    margin-bottom: 10px;
}
.private-section4 hr {
    height: 1px;
    color: red;
    background-color: red;
}
.private-section5 {
    background-color: #f7f7f7;
    padding: 100px;
}
.private-section5 h1 {
    margin-bottom: 10px;
}
.private-section5 p {
    font-weight: 600;
    color: #000;
}
.private-section6 .content {
    position: relative;
    z-index: 100;
    background-color: white;
    width: 100%;
    margin-top: -150px;

    padding: 30px;
}
.private-section6 h1 {
    margin-bottom: 10px;
}
.diversity-welcome {
    background-image: url('../images/diversity/inclusion_diversity_out_at_ares.jpg');
}
.diver-imgs {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-gap: 10px;
}

.diver-imgs img {
    padding: 20px;
    background-color: #eaeaea;
}
.governance-welcome {
    background-image: url('../images/govern/corporate_M%26A_1600x550_adjusted.jpg');
}
.governance-welcome p {
    color: white;
    font-size: 25px;
}

.govern-page-title {
    width: 35%;
    background-color: #d32525;
    height: 200px;
}
.govern-page-title h5 {
    padding-top: 40px;
    color: white;
    text-align: center;
}

.govern-list1 li {
    color: red;
}
.govern-list1 span {
    color: #000;
}

.govern-background-1 {
    background-image: linear-gradient(
            180deg,
            rgba(0, 0, 0, 0.6),
            rgba(0, 0, 0, 0.6)
        ),
        url('../images/govern/arron-choi-fYD54gVXFGM-unsplash.jpg');
    background-position: center;
    background-attachment: fixed;
    padding: 30px;
}
.govern-background-1 .container h1 {
    padding-top: 80px;
    color: white;
    margin-bottom: 10px;
}
.govern-background-1 p {
    color: white;
    font-size: 22px;
    padding-bottom: 80px;
}
.govern-1-2 .title {
    width: 40%;
    border-bottom: 3px solid #d32525;
    margin-bottom: 50px;
}
.govern-1-2 .title-2 {
    font-size: 80px;
    margin-bottom: 10px;
}
.govern-1-2 .title-3 {
    font-size: 60px;
    margin-bottom: 10px;
}
.govern-1-3 .title {
    width: 70%;
    border-bottom: 3px solid #d32525;
    margin-bottom: 50px;
}
.govern-1-3 .strategy-img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}
.govern-1-3 li {
    color: #d32525;
}
.govern-1-3 span {
    color: #000;
}

.govern-background-2 {
    background-image: linear-gradient( 180deg, rgba(0, 0, 0, 0.6),rgba(0, 0, 0, 0.6)),url('../images/govern/corporate_M%26A_1600x550_adjusted.jpg');
    background-position: center;
    background-attachment: fixed;
    padding: 30px;
}
.govern-background-2 .container h1 {
    padding-top: 80px;
    color: white;
    margin-bottom: 10px;
}
.govern-background-2 p {
    color: white;
    font-size: 22px;
    padding-bottom: 80px;
}
.investor-welcome {
    width: 100%;
    background-image: url('../images/investor/background-fulcrum.png');
    background-position: 0px 0px, 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}
.investor-section1 {
    padding-top: 100px;
}
.investor-section1 h1 {
    font-size: 50px;
    margin-bottom: 10px;
}
.investor-welcome .card {
    margin-top: 20px;
    margin-bottom: 20px;
    box-shadow: 0 6px 30px rgba(0, 0, 0, 0.08);
    border: 1px solid white;
}
.investor-welcome .card:hover {
    border: 2px solid red;
}
.investor-section2 {
    padding-top: 80px;
    padding-bottom: 100px;
    background-image: linear-gradient(
            180deg,
            rgba(0, 0, 0, 0.7),
            rgba(0, 0, 0, 0.7)
        ),
        url('../images/investor/maxim-hopman-fiXLQXAhCfk-unsplash.jpg');
    background-attachment: fixed;
}

.investor-section2 h1 {
    color: white;
    margin-bottom: 10px;
}
.investor-section2 p {
    font-size: 25px;
    color: white;
}
.investor-section2 img {
    background-color: white;
    padding: 20px;
}
.investor-section4 .container1 {
    padding: 40px;
}
.investor-section4 .container2 {
    padding: 20px;
}
.investor-section4 .container2 .side {
    display: grid;
    grid-template-columns: 3fr 3fr;
}
.investor-section4 .container2 .side small {
    color: red;
}
.investor-section4 .container2 .side .hr {
    margin-top: 10px;
    color: red;
    height: 2px;
    width: 100%;
    background-color: red;
}

.investor-section4 .section {
    position: relative;
    z-index: 100;
    background-color: white;
    width: 100%;
    margin-top: -100px;
}
.investor-section6 .contents .data {
    display: grid;
    grid-template-columns: 30px 1fr;
}
.footer-bg {
    width: 100%;
    background-image: url('../images/investor/footer-bg.png');
    background-position: bottom;
    background-size: cover;
    background-repeat: no-repeat;
    height: 700px;
}
.footer-bg h1 {
    padding-top: 150px;
    font-size: 200px;
    color: white;
    margin-bottom: 20px;
}
.footer-bg h2 {
    font-size: 40px;
}

/* about start */
.bac-grey {
    background-color: #ebebf0;
}
.about-welcome {
    width: 100%;
    height: 400px;
    background-image: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(rgba(0, 0, 0, 0.3)),
        to(rgba(0, 0, 0, 0.3))
    );
    background-image: linear-gradient(
        180deg,
        rgba(0, 0, 0, 0.3),
        rgba(0, 0, 0, 0.3)
    );
    background-position: 0px 0px, 50% 50%;
    position: relative;
}
.about-welcome img {
    position: absolute;
    width: 100%;
    object-fit: cover;
    height: 100%;
    z-index: -1;
}
.about-welcome h4 {
    padding-top: 100px;
    color: white;
    font-size: 30px;
}
.about-section2 .box {
    width: 100%;
    height: 50px;
}
.about-section2 small {
    font-size: 10px;
    line-height: 1px !important;
}
.about-section2 h1 {
    margin-bottom: 1px;
    font-weight: 300;
}
.about-section2 span {
    font-size: 25px;
}
.about-section2 .green .box {
    background-color: #017d56;
}
.about-section2 .green h1 {
    color: #017d56;
}
.about-section2 .orange .box {
    background-color: #fdae2b;
}
.about-section2 .orange h1 {
    color: #fdae2b;
}
.about-section2 .blue .box {
    background-color: #3968b0;
}
.about-section2 .blue h1 {
    color: #3968b0;
}
.about-section2 .lime-green .box {
    background-color: #a6c773;
}
.about-section2 .lime-green h1 {
    color: #a6c773;
}
.about-section2 .rp {
    padding: 4px !important;
}
.about-section2 .bGrey .box {
    background-color: #888788;
}
.about-section2 .bGrey h1 {
    color: #888788;
}
.about-section2 .bInfo .box {
    background-color: #1cafdc;
}
.about-section2 .bInfo h1 {
    color: #1cafdc;
}
.about-section2 .sDang .box {
    background-color: #ff8552;
}
.about-section2 .sDang h1 {
    color: #ff8552;
}

.about-section2 .dGrey .box {
    background-color: #677896;
    margin-left: -20px;
    width: 50% !important;
}
.about-section2 .dGrey h1 {
    color: #677896;
}

.about-section3 .box {
    width: 100%;
    height: 50px;
}
.about-section3 small {
    font-size: 10px;
    line-height: 1px !important;
}
.about-section3 h1 {
    margin-bottom: 1px;
    font-weight: 300;
}
.about-section3 span {
    font-size: 25px;
}
.about-section3 .green .box {
    background-color: #017d56;
}
.about-section3 .green h1 {
    color: #017d56;
}
.about-section3 .orange .box {
    background-color: #fdae2b;
}
.about-section3 .orange h1 {
    color: #fdae2b;
}
.about-section3 .blue .box {
    background-color: #3968b0;
}
.about-section3 .blue h1 {
    color: #3968b0;
}
.about-section3 .lime-green .box {
    background-color: #a6c773;
}
.about-section3 .lime-green h1 {
    color: #a6c773;
}
.about-section3 .rp {
    padding: 4px !important;
}
.about-section3 .bGrey .box {
    width: 20% !important;
    background-color: #888788;
}
.about-section3 .bGrey h1 {
    color: #888788;
}
.about-section3 .bInfo .box {
    width: 9% !important;
    background-color: #1cafdc;
}
.about-section3 .bInfo h1 {
    color: #1cafdc;
}
.about-section4 ul {
    list-style: none;
}

.about-section4 ul li::before {
    content: '\2022'; /* Add content: \2022 is the CSS Code/unicode for a bullet */
    color: red; /* Change the color */
    font-size: 25px;
    font-weight: bold; /* If you want it to be bold */
    display: inline-block; /* Needed to add space between the bullet and the text */
    width: 20px; /* Also needed for space (tweak if needed) */
    margin-left: -1em; /* Also needed for space (tweak if needed) */
    padding-top: 10px;
}

.about-section5 span {
    font-size: 25px;
}
.about-section5 h1 {
    margin-bottom: 1px;
    font-weight: 300;
}
.about-section5 .green1 h1 {
    margin-top: 240px;
    color: red;
    margin-bottom: 10px;
    font-size: 30px;
}
.about-section5 .green1 .box {
    background-color: red;
    width: 100%;
    height: 40px;
}
.about-section5 .blue h1 {
    margin-top: 40px;
    color: #3968b0;
    font-size: 30px;
    margin-bottom: 10px;
}
.about-section5 .blue .box {
    background-color: #3968b0;
    width: 100%;
    height: 200px;
}
.about-section5 .orange h1 {
    margin-top: 30px;
    color: #ffb340;
    font-size: 30px;
    margin-bottom: 10px;
}
.about-section5 .orange .box {
    background-color: #ffb340;
    width: 100%;
    height: 40px;
}
.about-section5 .bgrey h1 {
    color: #898989;
    font-size: 30px;
    margin-top: 20px;
    margin-bottom: 10px;
}
.about-section5 .bgrey .box {
    background-color: #898989;
    width: 100%;
    height: 20px;
}
.about-section5 .lgreen h1 {
    color: #a0c879;
    margin-top: 10px;
    font-size: 30px;
    margin-bottom: 10px;
}
.about-section5 .lgreen .box {
    background-color: #a0c879;
    width: 100%;
    height: 25px;
}
.about-section5 .cblue h1 {
    color: #01acda;
    font-size: 30px;
    margin-bottom: 10px;
}
.about-section5 .cblue .box {
    background-color: #01acda;
    width: 100%;
    height: 10px;
}
.about-section5 .green2 h1 {
    color: red;
    font-size: 30px;
    margin-bottom: 10px;
}
.about-section5 .green2 .box {
    background-color: red;
    width: 100%;
    height: 300px;
}

.section-title h4 {
    width: 15%;
    text-align: right;
    padding-left: 40px;
    padding-bottom: 10px;
    border-bottom: 2px solid red;
}
.about-section7 .button {
    width: 500px;
    height: 50px;
    text-align: center;
    padding: 15px;
    background-color: red;
    color: white;
    text-decoration: none;
}

.about-section8 .bg-black {
    height: 450px;
    background-color: #000;
}
.about-section8 .bg-black h1 {
    color: white;
    padding-top: 50px;
    margin-bottom: 10px;
}
.about-section8 img {
    width: 100%;
    height: 450px;
    object-fit: cover;
    margin-left: -20px;
}
.page-tip {
    text-align: center;
    font-size: 10px;
    border-radius: 20px;
    background-color: red;
    color: white;
    width: 50px;
    height: 18px;
}
.about-section10 {
    width: 100%;
    background-image: url('../images/about/background.png');
    background-position: 0% 0% 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    height: 550px;
}

.about-section10 h1 {
    padding-top: 150px;
    margin-bottom: 10px;
}
.about-section12 {
    width: 100%;
    background-image: url('../images/about/background2.png');
    background-position: 0% 0% 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    height: 550px;
}

.about-section12 h1 {
    padding-top: 150px;
    margin-bottom: 10px;
}
.about-section13 h1 {
    margin-bottom: 10px;
}

.about-section14 {
    width: 100%;
    background-image: url('../images/about/background3.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    height: 550px;
}

.about-section14 h1 {
    padding-top: 150px;
    margin-bottom: 10px;
}

.about-section16 {
    width: 100%;
    background-image: linear-gradient(
            180deg,
            rgba(0, 0, 0, 0.6),
            rgba(0, 0, 0, 0.6)
        ),
        url('../images/about/background5.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    height: 400px;
}

.about-section16 h1 {
    padding-top: 150px;
    margin-bottom: 10px;
    font-weight: 900;
}

.about-section17 ul {
    list-style: none;
}

.about-section17 ul li::before {
    content: '\2022'; /* Add content: \2022 is the CSS Code/unicode for a bullet */
    color: red; /* Change the color */
    font-size: 25px;
    font-weight: bold; /* If you want it to be bold */
    display: inline-block; /* Needed to add space between the bullet and the text */
    width: 20px; /* Also needed for space (tweak if needed) */
    margin-left: -1em; /* Also needed for space (tweak if needed) */
    padding-top: 10px;
}

.about-section18 .box {
    width: 100%;
    background-image: linear-gradient(
            180deg,
            rgba(0, 0, 0, 0.6),
            rgba(0, 0, 0, 0.6)
        ),
        url('../images/about/mimi-thian-ZKBzlifgkgw-unsplash.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 400px;
}
.about-section18 .box h1 {
    padding-top: 150px;
    margin-bottom: 10px;
    text-align: center;
    color: white;
    font-size: 50px;
    font-weight: 700;
}
.about-section22 .vertical-line {
    padding-left: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
    border-left: 2px solid red;
}
.about-section23-learn-more {
    padding: 15px;
    background-color: red;
    color: white;
    font-size: 20px;
}
.women-welcome {
    width: 100%;
    background-image: linear-gradient(
            180deg,
            rgba(0, 0, 0, 0.6),
            rgba(0, 0, 0, 0.6)
        ),
        url('../images/about/women-welcome.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 500px;
    text-align: center;
}
.women-welcome h1 {
    padding-top: 150px;
    margin-bottom: 20px;
    font-size: 50px;
    color: white;
}
.women-welcome .small-line {
    width: 100px;
    height: 2px;
    background-color: red;
    margin: auto;
}
.women-welcome p {
    margin-top: 20px;
    color: white;
}
.box-dark-green {
    width: 30px;
    height: 30px;
    background-color: #43bdac;
}
.box-dark-green-light {
    width: 30px;
    height: 30px;
    background-color: #85d4c9;
}
.women-section1 .small-line {
    width: 100px;
    height: 2px;
    background-color: red;
    margin: auto;
}
.women-section2 {
    width: 100%;
    background-image: linear-gradient(
            180deg,
            rgba(0, 0, 0, 0.6),
            rgba(0, 0, 0, 0.6)
        ),
        url('../images/about/women-bg1.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 400px;
    text-align: left;
}
.women-section2 h3 {
    padding-top: 100px;
    color: white;
}
.women-section2 p {
    color: white;
}
.women-section2 h4 {
    color: white;
}
.women-section2 .line {
    width: 300px;
    height: 2px;
    background-color: white;
}
@media (max-width: 800px) {
    .home-section1 {
        width: 80%;
    }
    .home-section2 .section-subtitle {
        padding-left: 20px;
        padding-right: 20px;
    }
    .home-section9 .covid-box {
        margin-left: 5px;
        margin-right: 5px;
        padding: 10px;
    }
    .home-section9 .content {
        padding: 10px;
    }

    .home-section10 .covid-box {
        margin-left: 5px;
        margin-right: 5px;
        padding: 10px;
    }
    .home-section10 .content {
        padding: 10px;
    }
    .resp-section1 .container1 {
        padding: 8px;
    }
    .resp-section1 .container2 {
        padding: 18px;
    }
    .resp-section1 .section {
        margin-top: -40px;
    }
    .resp-section2 .section {
        padding: 18px;
    }
    .resp-section3 {
        padding: 10px;
    }
    .resp-section5 {
        padding: 10px;
    }
    .resp-section5 .container {
        padding-top: 250px;
    }
    .resp-section7 {
        padding: 10px;
    }
    .resp-section7 .container {
        padding: 10px;
    }
    .resp-section8 {
        padding: 10px;
    }
    .resp-section9 .container1 {
        margin-top: 100px;
        padding: 10px;
    }
    .resp-section9 .content {
        padding: 10px;
    }
    .resp-section10 {
        padding: 10px;
    }
}
