@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;700&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;
    background-color: #000E2E;
    padding: 50px 0;
    position: relative;
}

.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 .ad-bg {
    position: absolute;
    z-index: 1;
    width: 700px;
    bottom: -10px;
    right: 0;
    opacity: .5;
}

@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: 0;
    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: 30px 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: 15px 0px;
}

.border-f {
    border-bottom: 1px solid gray;
    width: 100%;
    display: flex;
    margin-bottom: 10px;
}

.footer-h {
    padding: 0px;
}

.footer-h p {
    margin-bottom: 4px;
    font-size: 14px;
}

.footer-link-1 {
    text-decoration: none;
    color: black;
    font-weight: 500;
    font-size: 15px;
    position: relative;
    line-height: 2;
    padding-bottom: 2px;
}

.footer-link-1::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    border-bottom: 2px solid black;
    width: 70%;
    font-weight: 500;
}

.footer-link-2 {
    text-decoration: none;
    color: black;
    font-weight: 500;
    font-size: 15px;
    position: relative;
    line-height: 2;
    padding-bottom: 2px;
}

.fa-phone {
    transform: rotate(100deg);
}

.footer-bt {
    width: 80%;
}

.footer-bt span {
    font-size: 13px;
    font-style: italic;
}

.footer-bt span i {
    font-size: 16px;
    padding: 0 4px;
}

@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;
}