<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;700&amp;display=swap');

* {

    margin: 0;

    padding: 0;

    box-sizing: border-box;

    font-family: 'Montserrat', sans-serif;

    font-weight: 500;

}



.nav-link {

    text-transform: uppercase;

    font-size: 15px;

    position: relative;

    color: white !important;

    padding-right: 50px !important;

}



.nav-link {

    position: relative;

}



.nav-link::after {

    content: "";

    position: absolute;

    bottom: 7px;

    left: 8px;

    width: 40px;

    height: 3px;

    background-color: rgb(255, 255, 255);

    z-index: 10;

}



.navbar-brand img {

    width: 270px;

}



.navbar {

    padding: 20px;

    background-image: linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.356));

    position: fixed;

    top: 0;

    z-index: 1000;

    width: 100%;

}



.navbar-toggler {

    border: none;

    outline: none;

}



@media (max-width:991px) {

    .navbar {

        background-color: rgba(0, 0, 0, 0.300);

    }

    .nav-link::after {

        display: none;

    }

    .navbar-brand img {

        width: 240px;

    }

}



@media (max-width:786px) {

    .navbar {

        padding-right: 0px;

        padding-left: 0px;

    }

    .navbar-brand img {

        width: 210px;

    }

}





/* hero section  */



.hero-section {

    background-color: #E3DFDC;

    height: 600px;

}



.hero-inner {

    width: 100%;

    height: 100%;

    position: relative;

    display: flex;

    justify-content: center;

    align-items: flex-end;

    top: 40px;

}



.hero-inner .bg {

    position: absolute;

    width: 100%;

    left: 0;

    top: 0;

    z-index: 1;

}



.hero-inner .board {

    width: 750px;

    z-index: 2;

    display: flex;

    flex-direction: column;

    justify-content: center;

    align-items: center;

    height: auto;

    min-height: 20px;

}



.board .black-box {

    background-color: black;

    width: 100%;

    height: auto;

    min-height: 20px;

    padding: 40px;

    border: 8px solid #545561;

    position: relative;

}



.board .black-box p {

    height: 200px;

}



.board .foot {

    width: 300px;

}



.hero-inner .person {

    width: 250px;

    position: absolute;

    z-index: 3;

    right: 90px;

    bottom: 0;

}



.black-box h1 {

    color: white;

    font-weight: 700 !important;

}



.black-box h1 span:nth-child(1) {

    border-bottom: 4px solid #FDB514;

}



.black-box h1 span:nth-child(2) {

    color: #FDB514 !important;

    padding-left: 7px;

}



.board-p {

    color: rgb(221, 221, 221);

    line-height: 2;

    font-size: 14px;

    height: 100%;

}



.hero-inner .table {

    width: 250px;

    position: absolute;

    z-index: 3;

    left: 0;

    bottom: 0;

}



.black-box .vas {

    position: absolute;

    width: 200px;

    bottom: -100px;

    left: -40px;

    z-index: 4;

}



@media (max-width:738px) {

    .hero-inner .board {

        width: 90%;

    }

    .board .black-box {

        height: 500px;

    }

    .black-box h1 {

        color: white;

        font-weight: 700 !important;

    }

    .hide-h1 {

        display: none;

    }

    .hide-desktop {

        display: block !important;

    }

    .hero-section {

        height: 650px;

    }

}



@media (max-width:820px) {

    .black-box .vas {

        position: absolute;

        width: 160px;

        bottom: -100px;

        left: -40px;

        z-index: 4;

    }

    .hero-inner .table {

        width: 200px;

        position: absolute;

        z-index: 3;

        left: 0;

        bottom: -140px;

    }

}



@media (max-width:614px) {

    .board .black-box {

        padding: 10px;

        padding-top: 20px;

    }

}



@media (max-width:510px) {

    .board .black-box {

        height: 600px;

    }

    .board-p {

        font-size: 12px;

    }

    .hero-inner .person {

        width: 200px;

        position: absolute;

        z-index: 3;

        right: 40px;

        bottom: 0;

    }

    .hero-section {

        height: 750px;

    }

    .board .foot {

        width: 200px;

    }

    .hero-inner .table {

        width: 200px;

        position: absolute;

        z-index: 3;

        left: 0;

        bottom: -170px;

    }

    .black-box .vas {

        position: absolute;

        width: 140px;

        bottom: -100px;

        left: -40px;

        z-index: 4;

    }

}



@media (max-width:360px) {

    .board .black-box {

        height: 700px;

    }

    .hero-section {

        height: 850px;

    }

}



.learn-more {

    color: #FDB514;

    font-style: italic;

    margin: 70px 0;

}



.modal-sec {

    justify-content: center;

    align-items: center;

    flex-direction: column;

    display: flex;

}



.modal-sec h1 {

    background-color: #192150;

    border-radius: 10px;

    padding: 12px;

    color: white;

    display: flex;

    justify-content: center;

    align-items: center;

    margin-left: 200px;

    z-index: 1;

}



.modal-sec h1 span {

    color: #FDB514;

    padding-left: 10px;

}



.modal-sec h1 img {

    width: 60px;

    margin: 0 20px;

}



.modal-sec .row {

    margin-top: -60px;

}



.modal-p {

    margin-top: 80px;

    line-height: 2;

    font-size: 14px;

    font-weight: 500;

}



.modal-p div {

    margin-top: 80px;

    line-height: 2;

    font-size: 14px !important;

    font-weight: 500;

}



@media (max-width:991px) {

    .modal-p {

        text-align: center;

    }

    .modal-sec h1 {

        margin-left: 0px;

        margin-top: 50px;

        width: 98%;

    }

}



@media (max-width:407px) {

    .modal-p {

        text-align: center;

    }

    .modal-sec h1 {

        font-size: 20px;

    }

    .modal-sec h1 img {

        width: 40px;

    }

}



@media (max-width:820px) {

    .modal-sec h1 {

        margin-top: 220px;

    }

}





/* Advisory css */



.advisory {

    display: flex;

    justify-content: center;

    align-items: center;

    flex-direction: column;

    padding: 50px 0;

    position: relative;

    background-color: #000E2E;

}



.advisory p {

    text-align: center;

    font-size: 15px;

    line-height: 2.5;

    color: rgb(233, 233, 233);

    z-index: 2;

}



.advisory h1 {

    color: white;

    border-bottom: 5px solid #FDB514;

    z-index: 2;

}



.advisory .img-bg {

    position: absolute;

    z-index: 1;

    width: 100%;

    bottom: 0;

    right: 0;

    opacity: 1;

}



@media (max-width:563px) {

    .advisory {

        padding-bottom: 10px;

    }

    .advisory .ad-bg {

        width: 500px;

    }

}





/* mobile css*/



.mobile-sec {

    position: relative;

    min-height: 100vh;

    overflow: hidden;

}



.mobile-sec p {

    line-height: 2;

    font-size: 14px;

    color: black;

    z-index: 2;

}



.mobile-sec h1 {

    color: #FDB514;

    z-index: 2;

    font-weight: 700;

}



.mobile-sec h1 span {

    color: black;

    border-bottom: 5px solid #FDB514;

    font-weight: 500 !important;

}



.mobile-right {

    width: 480px;

    position: absolute;

    right: 0;

    bottom: 0;

    padding: 0;

}



.mobile-left {

    width: 500px;

    height: 100%;

    position: absolute;

    left: 0;

    bottom: 0;

    padding: 0;

}





/* focus css */



.focus-sec {

    background-color: #e3dfdc;

    padding: 70px;

    padding-bottom: 0;

    padding-right: 0px;

    position: relative;

}



.focus-sec h1 {

    background-color: #192150;

    padding: 7px 15px;

    color: white;

    display: flex;

    justify-content: center;

    align-items: center;

    letter-spacing: 6px;

    margin-left: 90px;

    z-index: 1;

}



.focus-sec h1 span {

    color: #fdc714;

    padding-left: 10px;

    font-weight: 700;

}



.focus-sec p {

    line-height: 2.4;

    font-size: 15px;

    font-weight: 500;

    color: black;

}



.focus-right {

    position: relative;

}



.focus-bg {

    /* position: absolute; */

    bottom: 0;

    right: -20px;

    width: 100%;

}



@media (max-width:991px) {

    .focus-sec h1 {

        margin-left: 0;

    }

    .focus-bg {

        position: static;

    }

    .focus-sec {

        padding: 40px 0px;

    }

}



@media (max-width:370px) {

    .focus-sec h1 {

        padding: 7px 15px;

        letter-spacing: 3px;

    }

}





/* mobile section */



.phone-sec {

    padding: 60px;

    position: relative;

}



.phone-sec h1 {

    background-color: #000E2E;

    color: white;

    padding: 10px 14px;

    display: flex;

    justify-content: center;

    align-items: center;

}



.phone-sec h1 img {

    width: 20px;

    margin-left: 10px;

}



.phone-sec p {

    line-height: 2;

    font-size: 14px;

    color: #000E2E;

}



.phone-bg {

    position: absolute;

    left: 0;

    bottom: 0;

    width: 90%;

}



@media (max-width:991px) {

    .phone-sec {

        padding: 40px 5px;

    }

}



@media (max-width:500px) {

    .phone-sec p {

        line-height: 2;

        font-size: 13px;

    }

}





/* climate seaction */



.climate-sec {

    padding: 10px 10%;

    position: relative;

}







/* @media (max-width:991px) {

    .climate-img {

        position: relative;

    }

    .climate-img img {

        position: absolute;

        top: 0;

    }

} */



.cl-left {

    background-color: #000E2E;

    color: white;

    padding: 20px 30px;

}



.cl-left p {

    font-size: 14px;

    line-height: 2;

    font-weight: normal;

    word-spacing: 2px;

}



.cl-left h1 {

    color: #FDB514;

    font-weight: 700;

}



.cl-left h1 span {

    color: white;

    font-weight: 500;

    border-bottom: 5px solid #FDB514;

}





/* contact top section */



.con-top {

    background-color: #000E2E;

    color: white;

    padding: 70px 20px;

    position: relative;

}



.con-top h1 {

    letter-spacing: 2px;

}



.con-top h1 span {

    border-bottom: 6px solid #FDB514;

}



.con-top p {

    font-size: 15px;

    font-weight: 400;

}



.con-top .mail {

    color: #FDB514;

    display: flex;

    flex-direction: column;

    justify-content: center;

    align-items: center;

    font-style: italic;

}



.con-top .mail img {

    width: 50px;

    margin-bottom: 20px;

}



.con-person {

    width: 120px;

    position: absolute;

    bottom: 0;

    right: 100px;

}



.con-trans {

    width: 500px;

    position: absolute;

    bottom: 0;

    right: auto;

    left: auto;

}



@media (max-width:991px) {

    .con-top .mail {

        color: #FDB514;

        display: flex;

        flex-direction: row;

        justify-content: flex-start;

        align-items: center;

        font-style: italic;

        padding-top: 20px;

    }

    .con-top .mail img {

        width: 30px;

        margin-bottom: 20px;

        margin-bottom: 0px;

        margin-right: 10px;

    }

    .con-top p {

        width: 300px;

    }

    .con-trans {

        width: 500px;

        position: absolute;

        bottom: 0;

        left: -300px;

    }

}



@media (max-width:529px) {

    .con-top .con-person {

        right: 0px;

    }

    .con-top {

        margin-top: 50px;

    }

    .con-top p {

        font-size: 13px;

        width: 200px;

    }

}



.footer {

    padding: 2em 0px;

    display: flex !important;

    justify-content: space-between !important;

    align-items:center !important;

}



.footer div a {

    text-decoration: none;

    color: #000E2E;

}



.footer div p {

    margin-bottom: 0 !important;

}



.footer div a p i {

    font-size: 18px !important;

}



.border-f {

    border-bottom: 1px solid gray;

    width: 100%;

    display: flex;

    margin-bottom: 10px;

}



.fa-linkedin-in {

    color: #000E2E;

    font-size: 20px;

    line-height: 22px;

}







@media (max-width:991px) {

    .footer-th {

        text-align: center;

        border-top: 1px solid gray;

        padding-top: 5px;

        font-weight: 600;

    }

    .footer-link-1::after {

        display: none;

    }

    .footer-link-1 {

        text-align: center;

        font-weight: 500;

    }

    .footer-link-2 {

        text-align: center;

    }

}





/* .toogle-txt {

    position: relative;

} */





/* @media (max-width:991px) {

    .toogle-txt {

        /* white-space: nowrap; */





/* width: 100%; */





/* overflow: hidden;

text-overflow: ellipsis;

border: 1px solid white;



} */



.btn-read-more {

    text-decoration: underline;

    cursor: pointer;

    font-size: 13px;

    text-decoration: underline;

    color: white;

}



/* Statagy Section */



.strat-sec {

    position: relative;

    padding: 5em 0;

    display: flex;

    justify-content: center;

    background: url(../images/Group\ 373.jpg);

    background-position: center;

    background-size: cover;

}



.strat-sec div h1 {

    color: #FDB514;

    z-index: 2;

    font-weight: 700;

    margin-bottom: 32px !important;

}



.strat-sec h1 span {

    color: #fff;

    border-bottom: 5px solid #FDB514;

    font-weight: 500 !important;

}



.strat-sec p {

    color: #fff;

}



/* Big Data Section */



.big-dat {

    position: relative;

    padding: 5em 0;

    display: flex;

    justify-content: center;

    background: url(../images/Group\ 372.jpg);

    background-position: center;

    background-size: cover;

}



.big-dat div h1 {

    color: #FDB514;

    z-index: 2;

    font-weight: 700;

    margin-bottom: 32px !important;

}



.big-dat h1 span {

    color: #fff;

    border-bottom: 5px solid #FDB514;

    font-weight: 500 !important;

}



.big-dat p {

    color: #fff;

}



/* BLockchain Section */



.blockchain {

    position: relative;

    padding: 5em 0;

}



.blockchain .blockchain-img {

    width: 90%;

    margin-bottom: 3em;

}



.blockchain div h1 {

    background-color: #000E2E;

    color: #FDB514;

    z-index: 2;

    font-weight: 700;

    margin-bottom: 32px !important;

    padding: 0.5em 1em;

}



.blockchain h1 span {

    color: #fff;

    font-weight: 500 !important;

}



.blockchain div p {

    width: 95%;

    float: right;

}



</pre></body></html>