/* 1 */

.ov_container {
    width: 96%;
    height: auto;
    position: relative;
    padding: 96px 2% 96px 2%;
    margin-top: -34px;
    background-color: rgba(245, 248, 252, 1);
    z-index: 110;
}

.ov_content {
    width: 100%;
    margin: auto;
    max-width: 1200px;
    position: relative;
}

.ov_content2 {
    width: 100%;
    margin: 40px auto 0px auto;
    max-width: 1200px;
    position: relative;
}

.ov_l {
    width: 45%;
    height: auto;
    float: left;
    padding: 0% 0%;
}

.ov_r {
    width: 50%;
    height: auto;
    float: right;
}

.ov_img_ani {
    -webkit-animation: ovr_ani 8s ease infinite;
    -moz-animation: ovr_ani 8s ease infinite;
    animation: ovr_ani 8s ease infinite;
}

@keyframes ovr_ani {
    0% {
        filter: brightness(1.5);
    }
    50% {
        filter: brightness(1);
    }
    100% {
        filter: brightness(1.5);
    }
}

.ov_l2 {
    width: 50%;
    height: auto;
    float: left;
    padding: 0% 0%;
}

.ov_r2 {
    width: 44%;
    height: auto;
    float: right;
    position: relative;
}

.ov_r2_cont {
    width: 100%;
    height: auto;
    text-align: left;
    position: absolute;
    top: 0%;
    left: 0%;
    transform: translate(0%, 55%);
}


/* 1 */


/* 2 */

.ov2_container {
    width: 96%;
    height: auto;
    position: relative;
    padding: 96px 2% 96px 2%;
    background-color: rgba(255, 255, 255, 1);
    z-index: 110;
}

.ov2_content {
    width: 100%;
    margin: auto;
    max-width: 1200px;
    position: relative;
}

.ov2_l {
    width: 50%;
    height: auto;
    float: left;
    padding: 0% 0%;
}

.ov2_r {
    width: 44%;
    height: auto;
    float: right;
    position: relative;
}

.ov2_r_cont {
    width: 100%;
    height: auto;
    text-align: left;
    position: absolute;
    top: 0%;
    left: 0%;
    transform: translate(0%, 100%);
}


/* 2 */


/* 3 */

.ov3_container {
    width: 96%;
    height: auto;
    position: relative;
    padding: 140px 2% 140px 2%;
    z-index: 110;
    background-image: url(../img/overview_energy_bg.jpg);
    background-repeat: no-repeat;
    background-position: 50% 65%;
    background-size: cover;
    background-color: rgba(213, 213, 213, 1);
}

.ov3_content {
    width: 100%;
    margin: auto;
    max-width: 1200px;
    position: relative;
}

.ov3_l {
    width: 50%;
    height: auto;
    float: left;
    padding: 0% 0%;
    position: relative;
}

.ov3_r {
    width: 44%;
    height: auto;
    float: right;
    padding: 32px 2% 24px 2%;
    border-radius: 8px;
    position: relative;
    background: rgb(0, 67, 112);
    background: linear-gradient(140deg, rgba(0, 67, 112, 1) 0%, rgba(36, 99, 142, 1) 49%, rgba(0, 67, 112, 1) 100%);
}

.ov3_r_sect {
    width: 100%;
    margin: 24px auto;
    position: relative;
    padding-bottom: 8px;
}

.ov3_r_ico {
    width: 20%;
    float: left;
    position: relative;
}

.ov3_r_cont {
    width: 76%;
    float: right;
    position: relative;
    font-weight: 400;
    color: rgba(224, 224, 224, 1);
}

.ov3_header {
    font-size: 24px;
    line-height: 40px;
    font-weight: 500;
    letter-spacing: 0.3px;
    color: rgba(255, 255, 255, 1);
}

.ov3_l_cont {
    width: 100%;
    height: auto;
    text-align: right;
    position: absolute;
    top: 0%;
    right: 0%;
    transform: translate(0%, 80%);
}

.ov3_bor {
    border-bottom: 1px dashed rgba(255, 255, 255, 0.2);
}


/* 3 */


/* 4 */

.ov4_container {
    width: 96%;
    height: auto;
    position: relative;
    padding: 96px 2% 96px 2%;
    background-color: rgba(253, 254, 255, 1);
    z-index: 110;
}

.ov4_content {
    width: 100%;
    margin: auto;
    max-width: 1200px;
    position: relative;
}

.ov4_l {
    width: 50%;
    height: auto;
    float: left;
    padding: 0% 0%;
}

.ov4_r {
    width: 44%;
    height: auto;
    float: right;
    position: relative;
}

.ov4_r_cont {
    width: 100%;
    height: auto;
    text-align: left;
    position: absolute;
    top: 0%;
    left: 0%;
    transform: translate(0%, 36%);
}

.ov4_list {
    width: 100%;
    margin: auto;
    padding: 2px 0px;
    position: relative;
    display: flex;
}

.ov4_list_l {
    width: 32%;
    height: auto;
    padding: 0% 2% 0% 0%;
    font-size: 14px;
    line-height: 22px;
    color: rgba(0, 67, 112, 1);
    font-weight: 500;
    text-align: right;
    min-width: 150px;
}

.ov4_list_r {
    width: 68%;
    height: auto;
    position: relative;
}


/* 4 */


/* Count Num */

.ov_count_container {
    width: 96%;
    height: auto;
    position: relative;
    padding: 96px 2%;
    background: linear-gradient(140deg, rgba(0, 67, 112, 1) 0%, rgba(36, 99, 142, 1) 49%, rgba(0, 67, 112, 1) 100%);
    background-image: url(../img/power_project_bg.jpg);
    background-repeat: no-repeat;
    background-position: 50% 85%;
    background-size: cover;
    z-index: 110;
}

.ov_count_sect {
    width: 100%;
    margin: auto;
    max-width: 1200px;
    position: relative;
    font-size: 16px;
    line-height: 22px;
    color: rgba(255, 255, 255, 1);
    font-weight: 500;
    letter-spacing: 0.3px;
    text-align: center;
    z-index: 100;
}

.ov_count_col {
    width: 100%;
    height: auto;
    max-width: 740px;
    margin: auto;
    display: inline-flex;
}

.ov_count_cont {
    width: max-content;
    height: auto;
    float: none;
    padding: 2% 6%;
    text-align: center;
    margin: auto;
}

.ov_count_data {
    width: 200px;
    height: 194px;
    border-radius: 1000px;
    color: rgba(0, 67, 112, 1);
    background: linear-gradient(140deg, rgb(211 211 211) 0%, rgb(255 255 255) 49%, rgb(122 122 122) 100%);
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    font-size: 72px;
    font-weight: 600;
    line-height: 72px;
    letter-spacing: -2px;
    padding-top: 0px;
    -webkit-box-shadow: rgb(0 0 0 / 13%) 0px 9px 6px 0px;
    box-shadow: rgb(0 0 0 / 13%) 0px 9px 6px 0px;
}

.ov_count_data_l {
    width: 240px;
    height: 240px;
    float: right;
    padding: 18px;
    border-radius: 1000px;
    border: 5px rgba(253, 254, 255, 0.5);
    background: linear-gradient(140deg, rgba(0, 67, 112, 0.7) 0%, rgba(111, 156, 186, 0.5) 49%, rgba(0, 67, 112, 0.7) 100%);
    border-style: dashed dashed double double;
    filter: brightness(1.1);
}

.ov_count_data_r {
    width: 200px;
    height: 200px;
    float: left;
    padding: 18px;
    border-radius: 1000px;
    border: 5px rgba(253, 254, 255, 0.5);
    background: linear-gradient(140deg, rgba(0, 67, 112, 1) 0%, rgb(111 156 186) 49%, rgba(0, 67, 112, 1) 100%);
    border-style: dashed dashed double double;
}

.ov_count_body {
    text-align: center;
    width: 100%;
    max-width: 700px;
    margin: 72px auto 0px auto;
    line-height: 28px;
    font-weight: 300;
}

.ov_count_subtxt {
    font-size: 20px;
    line-height: 22px;
    color: rgba(255, 255, 255, 1);
    font-weight: 400;
    letter-spacing: 0px;
    margin-top: 40px;
    text-transform: uppercase;
}

.ov_count_img {
    float: right;
    display: flex;
    margin-left: -65px;
    position: relative;
    z-index: 100;
    width: 67px;
    height: 67px;
    background-color: rgba(106, 185, 111, 1);
    border: 5px double rgba(255, 255, 255, 0.1);
    border-radius: 1000px;
    text-align: center;
}

.ov_count_img2 {
    float: right;
    display: flex;
    margin-right: -65px;
    position: relative;
    z-index: 100;
    width: 80px;
    height: 80px;
    background-color: #ffffff;
    border-radius: 1000px;
    text-align: center;
}

.ov_count_ico {
    width: 32px;
    height: auto;
    cursor: pointer;
    margin: auto;
}

.ov_count2_ico {
    width: 48px;
    height: auto;
    cursor: pointer;
    margin: auto;
}


/* Count Num */

@media (max-width: 1199.98px) {
    .ov2_r_cont {
        width: 100%;
        height: auto;
        text-align: left;
        position: absolute;
        top: 0%;
        left: 0%;
        transform: translate(0%, 86px);
    }
}

@media (max-width: 1119.98px) {
    .ov4_r_cont {
        transform: translate(0%, 15%);
    }
}

@media (max-width: 991.98px) {
    .ov_l {
        width: 44%;
        padding: 0% 0%;
    }
    .ov_r {
        width: 46%;
        margin-top: unset;
        margin-right: unset;
    }
    .ov_r2_cont {
        top: 0%;
        left: 0%;
        transform: translate(0%, 22%);
    }
    .ov2_r_cont {
        position: absolute;
        top: 0%;
        left: 0%;
        transform: translate(0%, 8%);
    }
    .ov2_r {
        width: 49%;
        height: auto;
        float: right;
        position: relative;
    }
    .ov2_l {
        width: 46%;
        height: auto;
        float: left;
        padding: 0% 0%;
    }
    .ov4_l {
        width: 46%;
        height: auto;
        float: left;
        padding: 0% 0%;
    }
    .ov4_r {
        width: 49%;
        height: auto;
        float: right;
        position: relative;
    }
    .ov4_r_cont {
        position: absolute;
        top: 0%;
        left: 0%;
        transform: translate(0%, 0%);
    }
}

@media (max-width: 849.98px) {
    .ov3_l {
        width: 42%;
        float: left;
        padding: 0% 0%;
    }
    .ov3_r {
        width: 50%;
        float: right;
    }
    .ov4_r_cont {
        position: relative;
        top: unset;
        left: unset;
        transform: unset;
    }
}

@media (max-width: 819.98px) {
    .ov2_l {
        width: 40%;
        height: auto;
        float: left;
        padding: 0% 0%;
    }
    .ov2_r {
        width: 54%;
        height: auto;
        float: right;
        position: relative;
    }
    .ov2_r_cont {
        position: absolute;
        top: 0%;
        left: 0%;
        transform: translate(0%, 1%);
    }
    .ov4_l {
        width: 40%;
        height: auto;
        float: left;
        padding: 0% 0%;
    }
    .ov4_r {
        width: 54%;
        height: auto;
        float: right;
        position: relative;
    }
}

@media (max-width: 767.98px) {
    .ov_r2_cont {
        top: 0%;
        left: 0%;
        transform: translate(0%, 8%);
    }
    .ov3_l {
        width: 100%;
        float: left;
        padding: 0% 0%;
    }
    .ov3_r {
        width: 60%;
        float: right;
    }
    .ov3_r {
        width: 100%;
        float: left;
        display: flex;
    }
    .ov3_l_cont {
        width: 100%;
        height: auto;
        text-align: left;
        position: relative;
        top: unset;
        right: unset;
        transform: unset;
    }
    .ov3_r_sect {
        width: 100%;
        margin: unset;
        position: relative;
        margin: 1%;
        padding-right: 2%;
    }
    .ov3_bor {
        border-bottom: 0px dashed rgba(255, 255, 255, 0.2);
        border-right: 1px dashed rgba(255, 255, 255, 0.2);
    }
    .ov4_list {
        width: 100%;
        margin: auto;
        padding: 2px 0px;
        display: block;
    }
    .ov4_list_l {
        width: 100%;
        float: left;
        height: auto;
        padding: 0% 2% 0% 0%;
        text-align: left;
        min-width: unset;
        font-size: 16px;
        font-weight: 600;
    }
    .ov4_list_r {
        width: 100%;
        height: auto;
        float: left;
        position: relative;
        text-indent: 8px;
    }
}

@media (max-width: 639.98px) {
    .ov_l {
        width: 100%;
        padding: 40px 0% 0% 0%;
    }
    .ov_r {
        width: 100%;
    }
    .ov_l2 {
        width: 100%;
        padding: 0% 0% 40px 0%;
    }
    .ov_r2 {
        width: 100%;
        float: left;
        position: relative;
    }
    .ov_r2 {
        width: 100%;
        float: left;
        position: relative;
    }
    .ov_r2_cont {
        position: relative;
        top: unset;
        left: unset;
        transform: unset;
    }
    .ov2_l {
        width: 100%;
        float: left;
        padding: 0% 0% 40px 0%;
    }
    .ov2_r {
        width: 100%;
        float: left;
        position: relative;
    }
    .ov2_r_cont {
        position: relative;
        top: unset;
        left: unset;
        transform: unset;
    }
    .ov3_l {
        width: 100%;
        float: left;
        padding: 0% 0%;
    }
    .ov3_r {
        width: 100%;
        float: left;
        display: block;
    }
    .ov3_r_sect {
        width: 98%;
        margin: 1% 1% 3% 1%;
        padding-right: 0%;
    }
    .ov3_bor {
        border-bottom: 1px dashed rgba(255, 255, 255, 0.2);
        border-right: 0px dashed rgba(255, 255, 255, 0.2);
    }
    .ov4_l {
        width: 100%;
        padding: 0% 0% 40px 0%;
    }
    .ov4_r {
        width: 100%;
        height: auto;
        float: left;
        position: relative;
    }
    .ov_count_cont {
        margin: 32px auto 56px auto;
    }
    .ov_count_col {
        max-width: unset;
        display: block;
    }
    .ov_count_body {
        margin: 32px auto 0px auto;
    }
}