.topbar_sect {
    width: 100%;
    height: auto;
    margin: auto;
    min-height: 72px;
    position: relative;
    z-index: 3000;
    background: rgba(255, 255, 255, 1);
    -webkit-backdrop-filter: saturate(350%) blur(8px);
    backdrop-filter: saturate(350%) blur(8px);
}

.menu_topbar {
    width: 100%;
    height: auto;
    margin: auto;
    max-width: 1200px;
    padding: 0px 16px 0px 24px;
    position: fixed;
    left: 50%;
    transform: translate(-50%, 10px);
    -webkit-transform: translate(-50%, 10px);
    z-index: 4000;
}

.topbar {
    width: 100%;
    height: auto;
    margin: auto;
    max-width: 1200px;
    padding: 0px 16px 0px 24px;
    position: fixed;
    left: 50%;
    transform: translate(-50%, 10px);
    -webkit-transform: translate(-50%, 10px);
    z-index: 4000;
}

.topbar_logo {
    width: 20%;
    height: auto;
    float: left;
    margin-top: 10px;
}

.topbar_logo_ban {
    width: 100%;
    height: auto;
    float: left;
    max-width: 1200px;
    position: fixed;
    left: 50%;
    transform: translate(-50%, -0%);
    -webkit-transform: translate(-50%, -0%);
    z-index: 3000;
}

.topbar_index {
    width: 75%;
    height: auto;
    float: right;
    color: #fff;
    text-align: right;
    padding: 6px 0px;
    position: relative;
    z-index: 10;
}

.top_menu {
    width: 100%;
    height: auto;
    margin: auto;
    padding: 0px 16px;
    font-size: 17px;
    line-height: 20px;
    text-align: center;
    color: rgba(0, 67, 112, 1);
    -webkit-backdrop-filter: saturate(280%) blur(20px);
    backdrop-filter: saturate(280%) blur(20px);
    background-color: rgba(254, 254, 254, 1);
    -webkit-box-shadow: rgba(0, 0, 0, 0.0980392) 0px 2px 2px 1px;
    box-shadow: rgba(0, 0, 0, 0.0980392) 0px 2px 2px 1px;
    position: relative;
    z-index: 10;
}

.txt-title {
    font-size: 40px;
    line-height: 48px;
    color: #004370;
    font-weight: 600;
    letter-spacing: 0px;
    text-transform: uppercase;
}

.txt-sub {
    font-size: 20px!important;
    line-height: 28px;
    -webkit-text-stroke-width: 0px!important;
}

.section4 {
    background-color: #e5e5e5;
    /*height: 500px;*/
}

.parallaxator {
    overflow: hidden;
    position: relative;
}

.parallaxator>.parallax_child {
    position: absolute;
    top: 0;
    z-index: 12;
}

.parallaxator_img {
    background-image: url(../img/news_grey_bg.png);
    transform: translate3d(0px, -263.382px, 0px);
    background-size: cover;
    width: 100%;
    height: 100vh;
    background-repeat: repeat;
}

.banner_sect {
    width: 100%;
    height: auto;
    margin: auto;
    position: relative;
    z-index: 5;
}

.scrollnav {
    position: fixed;
    margin-right: auto;
    margin-left: auto;
    left: 47%;
    width: max-content;
    bottom: 20px;
    z-index: 10;
    -webkit-animation: navscroll 0.3s infinite alternate;
    animation: navscroll 2s infinite alternate;
}

@-webkit-keyframes navscroll {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-5px);
    }
}

@keyframes navscroll {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-30px);
    }
}

.top_resp {
    display: block;
}

.top_resp2 {
    display: none;
}

.our_busi_sect {
    width: 100%;
    height: auto;
    margin: 0% auto 0% auto;
    padding: 120px 2% 120px 2%;
    /* max-width: 1257px; */
    background-color: #fff;
    z-index: 15;
    position: relative;
    border-top: 5px solid rgba(245, 245, 245, 0.8);
}

.our_busi_cont {
    width: 100%;
    height: auto;
    margin: auto;
    max-width: 1050px;
    font-size: 17px;
    line-height: 26px;
    text-align: center;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    margin-bottom: 48px;
}

.our_busi_img {
    width: 100%;
    max-width: 1368px;
    height: auto;
    margin: auto;
}

.our_busi_col {
    width: 23.5%;
    height: auto;
    display: inline-block;
    margin: 0.5%;
}

.our_busi_top {
    width: 100%;
    height: auto;
    margin: 0px auto;
    transition: 0.3s all;
    filter: saturate(1.3);
    cursor: pointer;
    position: relative;
    -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 0px 0px;
    box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 0px 0px;
}

.our_busi_top:hover {
    transition: 0.3s all;
    filter: saturate(1.3);
    -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 10px 15px -1px;
    box-shadow: rgba(0, 0, 0, 0.5) 0px 10px 15px -1px;
}

.our_busi_bot {
    width: 100%;
    height: auto;
    margin: 8px auto 0px auto;
    text-align: center;
    color: rgba(0, 67, 112, 1);
    padding: 12px 0px;
    font-weight: 600;
}

.our_busi_btn {
    width: auto;
    height: auto;
    margin: auto;
    font-size: 14px;
    line-height: 26px;
    text-align: center;
    color: rgba(255, 255, 255, 1);
    background-color: rgba(74, 132, 180, 1);
    border-radius: 4px;
    padding: 10px 16px 10px 16px;
    margin-top: 56px;
    max-width: max-content;
    transition: 0.2s all;
    cursor: pointer;
    filter: saturate(1);
    font-weight: 600;
    letter-spacing: 0.3px;
}

.our_busi_btn:hover {
    background-color: rgba(74, 132, 180, 0.7);
    filter: saturate(1.5);
    transition: 0.4s all;
}

.img_busi_thumbs {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 4px;
}

.img_gulf_spark {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 4px;
    max-width: 280px;
}

.img_work_thumbs {
    width: 100%;
    height: auto;
    display: block;
}

.investor_sect {
    width: 100%;
    height: auto;
    margin: auto;
    padding: 200px 2% 200px 2%;
    background: rgb(7, 41, 69);
    background: linear-gradient(-140deg, rgba(7, 41, 69, 1) 5%, rgba(12, 59, 97, 1) 49%, rgba(7, 41, 69, 1) 95%);
    z-index: 15;
    position: relative;
}

.investor_cont {
    width: 100%;
    height: auto;
    margin: auto;
    max-width: 1368px;
    background-image: url(../img/investor_bg2.png);
    background-attachment: scroll;
    background-size: contain;
    background-position: 0% 0%;
    background-repeat: no-repeat;
    -webkit-box-shadow: rgba(0, 0, 0, 0.3) -1px 8px 50px 0px;
    box-shadow: rgba(0, 0, 0, 0.3) -1px 8px 50px 0px;
}

.investor_l {
    width: 50%;
    height: auto;
    float: left;
    text-align: right;
    padding: 0px;
}

.investor_inside {
    width: 100%;
    height: auto;
    padding: 84px 24px 0% 0%;
    line-height: 32px;
    -webkit-text-stroke-width: 0px!important;
    letter-spacing: 0.5px;
}

.investor_btn {
    width: auto;
    height: auto;
    float: right;
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    color: rgba(255, 255, 255, 1);
    background-color: rgba(74, 132, 180, 1);
    border-radius: 4px;
    padding: 8px 16px 8px 16px;
    margin-top: 32px;
    max-width: max-content;
    transition: 0.2s all;
    cursor: pointer;
    font-weight: 600;
    letter-spacing: 0.3px;
}

.investor_btn:hover {
    color: rgba(255, 255, 255, 1);
    background-color: rgba(74, 132, 180, 0.7);
    transition: 0.4s all;
}

.investor_cont_down {
    width: 100%;
    height: auto;
    margin: auto;
    margin-top: 12px;
    max-width: 1368px;
}

.invest_download_btn {
    width: 130px;
    height: auto;
    margin: auto;
    font-size: 16px;
    line-height: 26px;
    text-align: right;
    color: rgba(0, 67, 112, 1);
    border-radius: 4px;
    padding: 10px 0px 10px 16px;
    transition: 0.2s all;
    cursor: pointer;
    float: right;
    -webkit-text-stroke-width: 0.5px!important;
    letter-spacing: 0.3px;
}

.invest_download_btn:hover {
    color: rgba(0, 67, 112, 0.5);
    transition: 0.4s all;
}

.set_r {
    width: 50%;
    height: auto;
    float: right;
    padding: 48px 0px;
    background-image: url(/img/set_bg.png);
    background-attachment: scroll;
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    position: relative;
    min-height: 291px;
}

.set_cont_l {
    width: 59%;
    height: auto;
    float: left;
    text-align: left;
    white-space: normal!important;
    -ms-overflow-style: none!important;
    scrollbar-width: none!important;
}

.set_cont_r {
    width: 40%;
    height: auto;
    float: right;
    text-align: left;
}

.set_num {
    width: 100%;
    height: auto;
    float: left;
    margin-top: 24px;
}

.set_num_cont {
    width: 60%;
    height: auto;
    float: left;
    margin-bottom: 16px;
}

.set-col-40 {
    width: 40%!important;
}

.set_inside {
    width: 100%;
    height: auto;
    padding: 40px 0% 24px 24px;
    position: relative;
}

.set_list {
    width: 100%;
    height: auto;
    float: left;
    margin-top: 8px;
    filter: saturate(1);
    transition: 0.3s all;
    cursor: pointer;
}

.set_list:hover {
    width: 100%;
    height: auto;
    float: left;
    margin-top: 8px;
    filter: saturate(0.5);
}

.set_list_icon {
    width: 12%;
    height: auto;
    float: left;
    font-size: 24px;
    padding: 2px 0px 0px 2px;
    color: #6ab96f;
}

.set_list_details {
    width: 82%;
    height: auto;
    float: right;
    text-align: left;
    -webkit-text-stroke-width: 0.3px!important;
}

.sustain_sect {
    width: 100%;
    height: auto;
    margin: auto;
    padding: 120px 2%;
    background-color: rgba(255, 255, 255, 1);
    z-index: 15;
    position: relative;
}

.sustain_cont {
    width: 100%;
    height: auto;
    margin: auto;
    max-width: 1350px;
    margin-bottom: 48px;
    font-size: 17px;
}

.sustain_col_l {
    width: 49%;
    height: auto;
    float: left;
    text-align: left;
    margin-top: -4px;
}

.sustain_col_r {
    width: 49%;
    height: auto;
    float: right;
    text-align: left;
}

.sustain_img_sect {
    width: 100%;
    height: auto;
    margin: auto;
    max-width: 1368px;
}

.sustain_img_col {
    width: 32%;
    height: auto;
    display: inline-grid;
    transition: 0.3s all;
    cursor: pointer;
    margin: 0.5%;
}

.sustain_top {
    width: 100%;
    height: auto;
    margin: 0px auto;
    transition: 0.3s all;
    -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 0px 0px;
    box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 0px 0px;
}

.sustain_top:hover {
    transition: 0.5s all;
    -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 10px 15px -1px;
    box-shadow: rgba(0, 0, 0, 0.5) 0px 10px 15px -1px;
}

.sustain_bot {
    width: 100%;
    height: auto;
    margin: 8px auto 0px auto;
    text-align: center;
    color: rgba(0, 67, 112, 1);
    padding: 12px 0px;
    font-weight: 600;
}

.news_sect {
    width: 100%;
    height: auto;
    margin: auto;
    padding: 120px 2%;
    background-color: rgba(0, 67, 112, 1);
    background-image: url(../img/news_grey_bg.png);
    background-attachment: scroll;
    background-size: cover;
    background-position: 0% 0%;
    background-repeat: no-repeat;
    z-index: 15;
    position: relative;
}

.news_cont {
    width: 100%;
    height: auto;
    margin: auto;
    max-width: 1340px;
    margin-bottom: 24px;
}

.news_cont_details {
    width: 100%;
    height: auto;
    margin: auto;
    max-width: 1368px;
    margin-bottom: 24px;
}

.news_col_l {
    width: 49%;
    height: auto;
    float: left;
    text-align: left;
}

.news_col_r {
    width: 49%;
    height: auto;
    float: right;
    text-align: left;
    padding-top: 16px;
}

.news_view_btn {
    width: 148px;
    height: auto;
    margin: auto;
    font-size: 16px;
    line-height: 26px;
    text-align: right;
    font-weight: 600;
    color: rgba(0, 67, 112, 1);
    border-radius: 4px;
    padding: 0px;
    margin-top: 6px;
    transition: 0.2s all;
    cursor: pointer;
    float: right;
    letter-spacing: 0.3px;
}

.news_view_btn:hover {
    color: rgba(0, 67, 112, 0.5);
    transition: 0.4s all;
}

.news_col_cont {
    width: 23.95%;
    height: auto;
    min-height: 180px;
    float: left;
    background: rgba(255, 255, 255, 0.7);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 4px;
    margin: 1.5% 0.5% 1% 0.5%;
    padding: 2% 1%;
    transition: 0.5s all;
    cursor: pointer;
}

.news_col_cont:hover {
    width: 23.95%;
    height: auto;
    min-height: 180px;
    float: left;
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(6, 26, 41, 0);
    border-radius: 4px;
    margin: 1.5% 0.5% 1% 0.5%;
    padding: 2% 1%;
    -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0px 8px 20px 0px;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 8px 20px 0px;
    transition: 0.4s all;
}

.news_details_img {
    width: 100%;
    height: auto;
    float: none;
}

.news_details_txt {
    width: 100%;
    height: auto;
    float: none;
}

.news_img {
    width: inherit;
    max-width: 100%;
    height: auto;
    border-radius: 2px;
    border: 0px solid rgba(255, 255, 255, 0.2);
}

.news_details_date {
    width: 100%;
    height: auto;
    float: left;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 12px;
    color: rgba(136, 136, 136, 1);
    margin-top: 4px;
}

.news_details_cont {
    width: 100%;
    height: auto;
    float: left;
    line-height: 24px;
    color: #3b3b3b;
    /*word-break: break-all;*/
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-box-orient: vertical;
    box-orient: vertical;
    -webkit-line-clamp: 2;
    -moz-line-clamp: 2;
    -ms-line-clamp: 2;
    line-clamp: 2;
    overflow: hidden;
}

.spark_sect {
    width: 100%;
    height: auto;
    margin: auto;
    padding: 100px 2% 65px 2%;
    background-color: rgba(255, 255, 255, 1);
    z-index: 15;
    position: relative;
}

.spark_cont {
    width: 100%;
    height: auto;
    margin: auto;
    max-width: 1368px;
    margin-bottom: 48px;
}

.spark-head {
    font-size: 32px!important;
    color: #1E395A;
    letter-spacing: 1px;
    -webkit-text-stroke-width: 0.5px!important;
}

.spark-title {
    font-size: 55px!important;
    line-height: 50px;
    color: #6ab96f;
    letter-spacing: 1px;
    -webkit-text-stroke-width: 1px!important;
}

.spark-hashtag {
    font-size: 18px!important;
    line-height: 26px;
    color: #6ab96f;
    letter-spacing: 1px;
    -webkit-text-stroke-width: 1px!important;
}

.spark_col1 {
    width: 18.5%;
    height: auto;
    float: left;
    margin-left: 1.5%;
    margin-top: 18px;
}

.spark_col2 {
    width: 79.5%;
    height: auto;
    float: left;
    cursor: pointer;
}

.spark_top {
    width: 100%;
    height: auto;
    margin: 0px auto;
    transition: 0.3s all;
    filter: saturate(1);
    -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 0px 0px;
    box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 0px 0px;
}

.spark_top:hover {
    width: 100%;
    height: auto;
    margin: 0px auto;
    filter: saturate(1);
    -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 10px 15px -1px;
    box-shadow: rgba(0, 0, 0, 0.5) 0px 10px 15px -1px;
}

.spark_bot {
    width: 100%;
    height: auto;
    margin: auto;
    text-align: left;
    padding: 12px 0px 0px 0px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-box-orient: vertical;
    box-orient: vertical;
    -webkit-line-clamp: 5;
    -moz-line-clamp: 5;
    -ms-line-clamp: 5;
    line-clamp: 5;
    overflow: hidden;
    display: none;
}

.spark_cont_col {
    width: 31.3%;
    height: auto;
    float: left;
    margin: 1%;
}

.spark_fb_btn {
    width: auto;
    height: auto;
    margin-right: 16px;
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    color: rgba(0, 67, 112, 1);
    border-radius: 4px;
    padding: 10px 0px 10px 16px;
    margin-top: 12px;
    max-width: max-content;
    transition: 0.2s all;
    cursor: pointer;
    float: right;
    -webkit-text-stroke-width: 0px!important;
    letter-spacing: 0px;
}

.spark_fb_btn:hover {
    color: rgba(74, 132, 180);
    transition: 0.4s all;
}

.work_sect {
    width: 100%;
    height: auto;
    margin: auto;
    background-color: rgba(0, 67, 112, 1);
    z-index: 15;
    position: relative;
}

.work_cont {
    width: 100%;
    height: auto;
    margin: auto;
    position: relative;
}

.work_cont_l {
    width: 50%;
    height: auto;
    float: left;
    position: relative;
}

.work_cont_txt {
    width: 100%;
    height: auto;
    float: left;
    padding: 9% 5% 0% 39%;
}

.work_cont_r {
    width: 50%;
    height: auto;
    float: right;
    padding-bottom: 22%;
    position: relative;
    background-image: url(/img/work_with_img.jpg);
    background-attachment: scroll;
    background-size: cover;
    background-position: 0% 0%;
    background-repeat: no-repeat;
}

.work_btn {
    width: auto;
    height: auto;
    float: right;
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    color: rgba(255, 255, 255, 1);
    background-color: rgba(74, 132, 180, 1);
    border-radius: 4px;
    padding: 8px 16px 8px 16px;
    margin-top: 0px;
    max-width: max-content;
    transition: 0.2s all;
    cursor: pointer;
    -webkit-text-stroke-width: 0.5px!important;
    letter-spacing: 0.3px;
}

.work_btn:hover {
    color: rgba(255, 255, 255, 1);
    background-color: rgba(74, 132, 180, 0.7);
    transition: 0.4s all;
}

.footer_sect {
    width: 100%;
    height: auto;
    margin: auto;
    padding: 28px 2% 32px 4%;
    background-color: rgba(248, 248, 248, 1);
    z-index: 30;
    position: relative;
}

.footer_cont {
    width: 100%;
    height: auto;
    margin: auto;
    max-width: 1368px;
    margin-top: 8px;
    position: relative;
    z-index: 30;
}

.footer_cont_l {
    width: 35%;
    height: auto;
    float: left;
    position: relative;
}

.footer_cont_r {
    width: 55%;
    height: auto;
    float: right;
    position: relative;
    max-width: 600px;
    display: flex;
}

.footer_cont_col {
    width: 32%;
    height: auto;
    margin: 0% 4% 1% 2%;
}

.footer_cont_col2 {
    width: 33%;
    height: auto;
    margin: 0% 1% 1% 5%;
}

.footer_cont_title {
    font-size: 18px;
    font-weight: 600;
    line-height: 40px;
    color: rgba(0, 67, 112, 1);
}

.copyright_sect {
    width: 100%;
    height: auto;
    margin: auto;
    padding: 7px 2% 10px 2%;
    font-size: 14px;
    text-align: center;
    color: rgba(255, 255, 255, 1);
    background-color: rgba(0, 67, 112, 1);
    z-index: 35;
    position: relative;
}

@media only screen and (max-width: 1920px) {
    .work_cont_txt {
        width: 100%;
        height: auto;
        float: left;
        padding: 8.5% 5% 0% 31.2%;
    }
}

@media only screen and (max-width: 1680px) {
    .work_cont_r {
        padding-bottom: 20%;
        background-position: 50% 0%;
    }
    .work_cont_txt {
        width: 100%;
        height: auto;
        float: left;
        padding: 8% 5% 0% 19%;
    }
}

@media only screen and (max-width: 1440px) {
    .work_cont_r {
        padding-bottom: 24%;
        background-position: 50% 0%;
    }
    .work_cont_txt {
        width: 100%;
        height: auto;
        float: left;
        padding: 9% 5% 0% 7%;
    }
}

@media only screen and (max-width: 1280px) {
    .work_cont_r {
        padding-bottom: 28%;
    }
    .work_cont_txt {
        padding: 12% 5% 0% 4%;
    }
}

@media only screen and (max-width: 1180px) {
    .work_cont_txt {
        padding: 10% 5% 0% 4%;
    }
}

@media only screen and (max-width: 1100px) {
    .set_num_cont {
        width: 100%;
        height: auto;
        float: left;
        margin-bottom: 16px;
    }
    .set-col-40 {
        width: 100%!important;
    }
    .set_cont_l {
        width: 54%;
        height: auto;
        float: left;
        text-align: left;
    }
    .set_cont_r {
        width: 40%;
        height: auto;
        float: right;
        text-align: left;
        margin-right: 16px;
    }
    .sustain_col_l {
        width: 40%;
        height: auto;
        float: left;
        text-align: left;
    }
    .sustain_col_r {
        width: 50%;
        height: auto;
        float: right;
        text-align: left;
    }
    .sustain_img_col {
        width: 31.9%;
        height: auto;
        display: inline-grid;
    }
    .work_cont_r {
        padding-bottom: 32%;
        background-position: 48% 0%;
    }
    .footer_cont_col {
        width: 30%;
        height: auto;
        margin: 1% 4% 1% 2%;
    }
    .footer_cont_col2 {
        width: 37%;
        height: auto;
        margin: 1% 1% 1% 5%;
    }
    .set_iframe {
        min-height: 350px;
    }
    .investor_cont {
        background-size: cover;
    }
}

@media only screen and (max-width: 991px) {
    .top_menu {
        width: 100%;
        height: auto;
        margin: auto;
        min-height: 0px;
        padding: 0px;
        transition: 0.3s all;
    }

    .menu_topbar {
        padding: 0px 24px 0px 24px;
    }

    .spark_col1 {
        width: 100%;
        height: auto;
        float: left;
        margin-left: 1%;
        margin-bottom: 24px;
    }
    .spark_col2 {
        width: 100%;
        height: auto;
        float: left;
        cursor: pointer;
    }
    .work_cont_txt {
        padding: 7% 5% 0% 5%;
    }
    .footer_cont_title {
        font-size: 17px;
        line-height: 44px;
    }
    .footer_cont_r {
        width: 60%;
        height: auto;
        float: right;
        position: relative;
        max-width: 600px;
    }
    .set_iframe {
        min-height: 360px;
    }
    .news_col_cont {
        width: 48%;
        padding: 2% 1.5%;
        margin: 1.5% 1% 1% 1%;
    }
    .news_col_cont:hover {
        width: 48%;
        padding: 2% 1.5%;
        margin: 1.5% 1% 1% 1%;
    }
    .txt-title {
        font-size: 38px;
        line-height: 48px;
    }
}

@media only screen and (max-width: 860px) {
    .work_cont_r {
        padding-bottom: 38%;
        background-position: 50% 0%;
    }
    .footer_cont_col {
        width: 33%;
        height: auto;
        text-align: left!important;
        margin: 1% 10% 1% 2%;
    }
    .footer_cont_col2 {
        width: 33%;
        height: auto;
        margin: 1% 1% 1% 2%;
    }
    .footer_cont_l {
        width: 100%;
        height: auto;
        float: left;
        position: relative;
        padding-left: 12px;
        margin-bottom: 16px;
    }
    .footer_cont_r {
        width: 100%;
        height: auto;
        float: right;
        position: relative;
        max-width: unset;
        text-align: center;
    }
    .footer_sect {
        width: 100%;
        height: auto;
        padding: 32px 1% 32px 3%;
    }
    .work_cont_txt {
        padding: 9% 5% 0% 5%;
    }
}

@media only screen and (max-width: 768px) {
    .img_logo {
        width: 120px;
        height: auto;
        cursor: pointer;
        transition: 0.4s all;
    }
    .top_menu {
        padding: 0px;
        background-color: rgba(254, 254, 254, 0.8);
    }
    .our_busi_col {
        width: 47.5%;
        margin: 0px 1% 24px 1%;
        height: auto;
        display: inline-block;
    }
    .our_busi_btn {
        margin-top: 40px;
    }
    .investor_cont {
        background-size: 100%;
        background-position: 0% 0%;
    }
    .investor_inside {
        width: 100%;
        height: auto;
        padding: 56px 24px 0px 24px;
        margin-bottom: 64px;
    }
    .investor_l {
        width: 100%;
        height: auto;
        float: left;
        text-align: left;
        padding: 0px;
    }
    .set_inside {
        width: 100%;
        height: auto;
        padding: 0px;
    }
    .set_r {
        width: 100%;
        height: auto;
        float: right;
        padding: 32px 16px 24px 16px;
    }
    .sustain_img_col {
        width: 31.8%;
        height: auto;
        display: inline-grid;
    }
    .sustain_col_r {
        width: 48%;
        height: auto;
        float: right;
        text-align: left;
    }
    .news_col_l {
        width: 75%;
        height: auto;
        float: left;
        text-align: left;
    }
    .news_col_r {
        width: 20%;
        height: auto;
        float: right;
        text-align: left;
        padding-top: 16px;
        min-width: 100px;
    }
    .work_cont_r {
        padding-bottom: 43%;
        background-position: 50% 0%;
    }
    
}

@media only screen and (max-width: 690px) {
    .set_iframe {
        min-height: 240px;
    }
}

@media only screen and (max-width: 685px) {
    .top_resp2 {
        display: none;
    }
    .work_cont_r {
        padding-bottom: 55%;
        background-position: 50% 0%;
    }
    .work_cont_txt {
        padding: 15% 5% 0% 5%;
    }
    .work_btn {
        width: auto;
        height: auto;
        float: none;
        margin: auto;
    }
    .investor_cont {
        -webkit-box-shadow: unset;
        box-shadow: unset;
    }
    .parallaxator>.parallax_child {
        top: -100px;
    }
    .parallaxator_img {
        background-image: unset;
        transform: unset;
        background-size: unset;
        width: 100%;
        height: 300vh;
        background: rgb(7, 41, 69);
    }
    .txt-title {
        font-size: 36px;
        line-height: 46px;
    }
}

@media only screen and (max-width: 640px) {
    .topbar_sect {
        width: 100%;
        height: auto;
        min-height: 60px;
    }
    .topbar_index {
        padding: 0px 0px;
    }
    .topbar_logo {
        margin-top: 6px;
    }
    .menu_topbar {
        padding: 0px 16px 0px 16px;
    }
    .our_busi_sect {
        width: 100%;
        padding: 80px 5% 100px 5%;
    }
    .investor_sect {
        width: 100%;
        padding: 100px 6% 100px 6%;
    }
    .sustain_sect {
        width: 100%;
        padding: 80px 6% 80px 6%;
    }
    .news_sect {
        width: 100%;
        padding: 80px 6% 80px 6%;
    }
    .sustain_img_col {
        width: 100%;
        height: auto;
        padding-bottom: 16px;
    }
    .txt-sub {
        font-size: 22px!important;
        -webkit-text-stroke-width: 0px!important;
    }
    .sustain_col_l {
        width: 100%;
        height: auto;
        float: left;
        text-align: center;
        padding-bottom: 16px;
    }
    .sustain_col_r {
        width: 100%;
        height: auto;
        float: right;
        text-align: center;
    }
    .invest_download_btn {
        margin-top: 32px;
        min-width: 130px;
        float: none;
        padding: 10px 16px 10px 16px;
        color: rgba(255, 255, 255, 1);
        background-color: rgba(74, 132, 180, 1);
        background: linear-gradient(140deg, rgba(74, 132, 180, 1) 0%, rgba(74, 132, 180, 0.4) 73%, rgba(74, 132, 180, 1) 100%);
    }
    .invest_download_btn:hover {
        color: rgba(255, 255, 255, 1);
        background-color: rgba(74, 132, 180, 1);
        transition: 0.4s all;
    }
    .news_col_cont {
        width: 47.5%;
        margin: 0px 1% 12px 1%;
        padding: 4% 3%;
        min-height: unset;
    }
    .news_col_cont:hover {
        width: 47.5%;
        margin: 0px 1% 12px 1%;
        padding: 4% 3%;
        min-height: unset;
    }
    .spark_cont_col {
        width: 100%;
        height: auto;
        float: left;
        margin: 0px 0.5% 12px 0.5%;
    }
    .spark_top {
        width: 100%;
        height: auto;
        margin: 0px;
        float: left;
    }
    .spark_bot {
        width: 63%;
        height: auto;
        margin: 0px;
        float: right;
        text-align: left;
        padding: 12px 0px;
    }
    .spark_sect {
        width: 100%;
        padding: 90px 6% 60px 6%;
    }
    .spark_bot {
        padding: 0px;
        margin-bottom: 16px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -moz-box-orient: vertical;
        -ms-box-orient: vertical;
        box-orient: vertical;
        -webkit-line-clamp: 3;
        -moz-line-clamp: 3;
        -ms-line-clamp: 3;
        line-clamp: 3;
        overflow: hidden;
    }
    .spark_fb_btn {
        margin-top: 24px;
    }
    .work_cont_txt {
        padding: 6% 5% 8% 5%;
        text-align: center;
    }
    .work_cont_l {
        width: 100%;
        height: auto;
        float: left;
        position: relative;
    }
    .work_cont_r {
        width: 100%;
        height: auto;
        padding-bottom: 50%;
        background-position: 0% 0%;
    }
    .footer_cont_col {
        width: 31%;
        height: auto;
        text-align: left!important;
        margin: 1% 8% 1% 2%;
    }
    .scrollnav {
        left: 42%;
    }
}

@media only screen and (max-width: 626px) {
    .set_iframe {
        min-height: 350px;
    }
}

@media only screen and (max-width: 576px) {
    .our_busi_col {
        width: 92%;
        margin: 0px 3.5% 24px 3.5%;
        height: auto;
        display: inline-block;
    }
    .img_busi_thumbs {
        width: 100%;
        height: auto;
    }
    .investor_cont {
        background-size: auto;
        background-position: 0% 0%;
    }
    .footer_cont {
        margin-top: 0px;
    }
    .footer_sect {
        width: 100%;
        height: auto;
        padding: 48px 1% 32px 1%;
    }
    .footer_cont_l {
        text-align: center!important;
        padding-left: 0px;
    }
    .footer_cont_r {
        width: 100%;
        height: auto;
        display: block;
    }
    .footer_cont_col {
        width: 47%;
        height: auto;
        text-align: left!important;
        margin: 2% 0% 5% 0%;
        display: inline-grid;
        padding-left: 10.5%;
    }
    .footer_cont_col2 {
        width: 90%;
        height: auto;
        margin: 8px auto 0px auto;
        text-align: center!important;
        border-top: 1px dashed #d8d8d8;
        padding-top: 16px;
    }

    .news_img {
        width: inherit;
    }
    .news_col_cont {
        width: 100%;
    }
    .news_col_cont:hover {
        width: 100%;
    }
}

@media only screen and (max-width: 480px) {
    .set_cont_l {
        width: 100%;
        height: auto;
        float: left;
        text-align: left;
    }
    .set_cont_r {
        width: 100%;
        height: auto;
        float: left;
        text-align: left;
        margin: 32px 0px 16px 0px;
    }
    .set-col-40 {
        width: 49.5%!important;
    }
    .set_iframe {
        min-height: unset;
        height: 330px;
    }
    .set_list_icon {
        width: 24px;
    }
    .set_list_details {
        width: 82%;
        height: auto;
        float: left;
        margin-left: 12px;
        text-align: left;
    }
    .sustain_col_l {
        width: 80%;
        height: auto;
        float: none;
        text-align: center;
        padding-bottom: 16px;
        margin: auto;
    }
    .footer_cont_col {
        padding-left: 9%;
    }
}

@media only screen and (max-width: 424px) {
    .set_iframe {
        min-height: 210px;
        height: unset;
    }
}

@media only screen and (max-width: 400px) {
    .footer_sect {
        padding: 48px 24px 40px 24px;
    }
    .footer_cont_col {
        width: 100%;
        height: auto;
        text-align: center!important;
        margin: 2% 0% 5% 0%;
        display: block;
    }
    .footer_cont_col {
        padding: 0% 0% 24px 0%;
        border-bottom: 1px dashed #d8d8d8;
    }
    .footer_cont_col2 {
        border-top: 0px dashed #d8d8d8;
        padding-top: 0px;
    }
}

@media only screen and (max-width: 375px) {
    .set_iframe {
        min-height: unset;
        height: 25vh;
    }
}

@media only screen and (max-width: 356px) {
    .set_iframe {
        min-height: unset;
        height: 36vh;
    }
}

@media only screen and (max-width: 340px) {
    .set_num_cont {
        width: 49%!important;
        margin-bottom: 16px;
    }
}

@media only screen and (max-width: 280px) {
    .set_num_cont {
        width: 100%!important;
    }
}