header .navbar-nav {
    border-bottom: solid 1px transparent;
}

header .container-fluid {
    padding: 15px 83px 15px 83px;
}

header .navbar-collapse {
    margin-top: 12px;
}

.navbar-scroll .navbar-collapse {
    margin-top: 0px;
}

.innerpage {
    background-color: #091d62;
}


/* ======================================================== */

.inner-page-banner-sec {
    background-color: #d9f5ff;
    padding: 200px 0px 100px 0px;
    font-family: Poppins-Regular;
}

.inner-page-banner-sec h3 {
    font-size: 40px;
    font-family: Poppins-SemiBold;
    margin-bottom: 0px;
}

.inner-page-banner-sec h4 {
    font-size: 24px;
    font-family: Poppins-Medium;
    margin-bottom: 30px;
}

.inner-page-banner-sec p {
    margin-bottom: 30px;
}

.inner-page-banner-sec a {
    padding: 7px 15px;
    font-size: 17px;
    font-family: Poppins-Medium;
    display: inline-block;
    text-transform: uppercase;
    text-decoration: none;
    margin-right: 20px;
    border-radius: 11px;

}

.inner-page-banner-sec a.invest-btn {
    background-color: #ea5524;
    color: #d9f5ff;
    border: 1px solid #ea5524;
}

.inner-page-banner-sec a.get-btn {
    background-color: transparent;
    color: #ea5524;
    border: 1px solid #ea5524;
}

.inner-page-banner-sec a.invest-btn.mobile,
.inner-page-banner-sec a.get-btn.mobile {
    display: none;
}

.inner-page-banner-sec .right-img {
    position: relative;
}

.inner-page-banner-sec .right-img .play {
    position: absolute;
    left: 40%;
    top: 40%;
    width: 78px;
    height: 78px;
}

.build-section {
    padding: 140px 0px;
    background-color: #b4ecff;
    font-family: Poppins-Regular;
}

.build-section h2 {
    font-size: 40px;
    font-family: Poppins-SemiBold;
    margin-bottom: 70px;
}

.build-section .build-left h4 {
    font-size: 32px;
    font-family: Poppins-SemiBold;
    margin-bottom: 35px;
}

.build-section .build-left ul {
    list-style: none;
    padding-left: 0px;
}

.build-section .build-left ul li {
    border-bottom: 1px solid #3c474b;
    width: 88%;
    padding-top: 10px 0px;
}

.build-section .build-left ul li p {
    margin-bottom: 0px;
    padding: 20px 0px;
    font-size: 20px;
    font-family: Poppins-Medium;
    display: flex;
    align-items: center;
}

.build-section .build-left ul li p span.circle {
    display: inline-block;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    margin-right: 10px;
    border: 4px solid #ea5524;
}

.build-section .row.second {
    margin-top: 100px;
}

.build-right {
    height: 100%;
    text-align: end;
    display: flex;
    justify-content: center;
    align-items: center;
}

.inner-who-sec {
    padding: 120px 0px;
    background-color: #d9f5ff;
    font-family: Poppins-Regular;
}

.inner-who-sec h2 {
    font-size: 40px;
    font-family: Poppins-SemiBold;
}

.inner-who-sec h4 {
    font-size: 32px;
    font-family: Poppins-SemiBold;
}

.inner-who-sec .row {
    margin-top: 50px;
}

.inner-who-sec .row .who-left img {
    width: 100%;
    height: 100%;
}

.inner-who-sec .row .who-right {
    display: flex;
    align-items: center;
    height: 100%;
    padding-left: 30px;
}

.inner-who-sec .row .who-right .right-cnt h4 {
    font-size: 24px;
}

.transform-section {
    position: relative;
    padding: 150px 0px;
    overflow: hidden;
    height: 700px;
}

.transform-section .transform-bg {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
}

.transform-section .transform-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.transform-section .transform-content {
    padding: 60px;
    background-color: #fff;
    text-align: center;
    z-index: 1;
    position: relative;
    width: 49%;
}

.transform-section .transform-content img {
    margin-bottom: 30px;
}

.transform-section .transform-content h5 {
    font-size: 24px;
    font-family: Poppins-SemiBold;
    margin-bottom: 20px;
}

.transform-section .transform-content p {
    font-size: 18px;
    font-family: Poppins-Regular;
    margin-bottom: 30px;
}

.transform-section .transform-content a {
    font-size: 17px;
    text-decoration: none;
    color: #fff;
    border-radius: 11px;
    background-color: #ea5524;
    text-transform: uppercase;
    font-family: Poppins-SemiBold;
    padding: 7px 15px;
    display: inline;
}

.invest-btn:hover span {
    color: #ea5524;
    position: relative;
    z-index: 999;
}

.invest-btn {
    &:hover {
        span {
            color: #000;
        }
    }
}

.invest-btn {
    cursor: pointer;
    transform: translate(0%, 0%);
    z-index: 0;
    border: solid 2px #e65125;

    span {
        color: #fff;
        transition: color 0.3s ease;
        z-index: 1;
    }

    &:before {
        content: '';
        background: #d9f5ff;
        height: 50%;
        width: 0;
        position: absolute;
        transition: .3s cubic-bezier(.785, .135, .15, .86);
        border-top-left-radius: 10px !important;
        border-top-right-radius: 10px !important;
    }

    &:after {
        content: '';
        background: #d9f5ff;
        height: 50%;
        width: 0;
        position: absolute;
        transition: .3s cubic-bezier(.785, .135, .15, .86);
        border-bottom-left-radius: 10px !important;
        border-bottom-right-radius: 10px !important;
    }

    &:before {
        top: 0;
        left: 0;
        right: auto;
    }

    &:after {
        bottom: 0;
        right: 0;
        left: auto;
    }

    &:hover {
        &:before {
            width: 100%;
            right: 0;
            left: auto;
        }

        &:after {
            width: 100%;
            left: 0;
            right: auto;
        }

        span {
            color: #000;
        }
    }
}

.get-btn:hover span {
    color: #ea5524;
    position: relative;
    z-index: 999;
}

.get-btn {
    &:hover {
        span {
            color: #fff;
        }
    }
}

.get-btn {
    cursor: pointer;
    transform: translate(0%, 0%);
    z-index: 0;
    border: solid 2px #e65125;

    span {
        color: #e65125;
        transition: color 0.3s ease;
        z-index: 1;
    }

    &:before {
        content: '';
        background: #d9f5ff;
        height: 50%;
        width: 0;
        position: absolute;
        transition: .3s cubic-bezier(.785, .135, .15, .86);
        border-top-left-radius: 10px !important;
        border-top-right-radius: 10px !important;
    }

    &:after {
        content: '';
        background: #d9f5ff;
        height: 50%;
        width: 0;
        position: absolute;
        transition: .3s cubic-bezier(.785, .135, .15, .86);
        border-bottom-left-radius: 10px !important;
        border-bottom-right-radius: 10px !important;
    }

    &:before {
        top: 0;
        left: 0;
        right: auto;
    }

    &:after {
        bottom: 0;
        right: 0;
        left: auto;
    }

    &:hover {
        &:before {
            width: 100%;
            right: 0;
            left: auto;
        }

        &:after {
            width: 100%;
            left: 0;
            right: auto;
        }

        span {
            color: #000;
        }
    }
}

.now {
    color: #fff;
    position: relative;
    z-index: 999;
}

.now {
    &:hover {
        span {
            color: #000;
            position: relative;
            z-index: 999;
        }
    }
}

.now {
    cursor: pointer;
    transform: translate(0%, 0%);
    z-index: 0;
    border: solid 2px #e65125;

    span {
        color: #fff;
        transition: color 0.3s ease;
        z-index: 1;
    }

    &:before {
        content: '';
        background: #fff;
        height: 50%;
        width: 0;
        position: absolute;
        transition: .3s cubic-bezier(.785, .135, .15, .86);
        border-top-left-radius: 10px !important;
        border-top-right-radius: 10px !important;
    }

    &:after {
        content: '';
        background: #fff;
        height: 50%;
        width: 0;
        position: absolute;
        transition: .3s cubic-bezier(.785, .135, .15, .86);
        border-bottom-left-radius: 10px !important;
        border-bottom-right-radius: 10px !important;
    }

    &:before {
        top: 0;
        left: 0;
        right: auto;
    }

    &:after {
        bottom: 0;
        right: 0;
        left: auto;
    }

    &:hover {
        &:before {
            width: 100%;
            right: 0;
            left: auto;
        }

        &:after {
            width: 100%;
            left: 0;
            right: auto;
        }

        span {
            color: #000;
        }
    }
}


@media(max-width:1025px) {
    .inner-page-banner-sec .right-img img {
        width: 100%;
        height: 100%;
    }

    .inner-page-banner-sec .right-img {
        width: 100%;
    }

    .transform-section .transform-content p br,
    .transform-section .transform-content h5 br {
        display: none;
    }

    .inner-page-banner-sec .right-img .play {
        left: 42%;
    }
}

@media(max-width:991px) {
    .inner-page-banner-sec {
        padding: 50px 0px 100px 0px;
    }


    .inner-page-banner-sec h3 {
        margin-top: 0px;
    }

    .build-right {
        margin-bottom: 50px;
    }

    .build-section .row {
        flex-direction: column-reverse;
    }

    .build-right {
        height: 100%;
        text-align: left;
        display: flex;
        justify-content: start;
        align-items: start;
    }

    .inner-who-sec .row .who-left {
        width: 100%;
        height: 100%;
        margin-bottom: 50px;
    }

    .inner-who-sec .row .who-right {
        padding-left: 0px;
        margin-top: 30px;
    }

    .inner-who-sec .row {
        margin-top: 70px;
    }

    .right-cnt p {
        font-size: 18px;
    }

    .transform-section .transform-content {
        width: 85%;
        margin: auto;
    }

    .transform-section {
        padding: 200px 0px;
        height: auto;
    }

    .build-right img {
        width: 100%;
    }

    .inner-page-banner-sec a.invest-btn,
    .inner-page-banner-sec a.get-btn {
        display: none;
    }

    .inner-page-banner-sec a.invest-btn.mobile,
    .inner-page-banner-sec a.get-btn.mobile {
        display: inline-block;
    }

    .inner-page-banner-sec .right-img {
        margin-bottom: 40px;
    }

    header .container-fluid {
        padding: 10px 70px 10px 70px;
    }
}

@media(max-width:600px) {
    .build-section .build-left ul li {
        width: 100%;
    }

    .inner-page-banner-sec h3 {
        margin-top: 0px;
    }

    .transform-section .transform-content {
        padding: 35px 25px;
    }

    .build-section h2 {
        font-size: 34px;
    }

    .build-section h2 br {
        display: none;
    }

    .transform-section .transform-content {
        width: 95%;
        margin: auto;
    }

    .transform-section {
        padding: 150px 0px;
    }

    .build-section .build-left ul li p span {
        width: 85%;
    }

    header .container-fluid {
        padding: 10px 15px 10px 15px;
    }

}

@media(max-width:430px) {
    .build-section .build-left ul li p span.circle {
        width: 6%;
    }

    .build-section h2 br {
        display: none;
    }

    .inner-page-banner-sec {
        padding: 50px 0px 70px 0px;
    }

    .build-section {
        padding: 91px 0px;
    }

    .inner-who-sec {
        padding: 80px 0px;
    }

    .inner-who-sec h4 {
        font-size: 28px;
        margin: 20px 0px;
    }
}

@media(max-width:390px) {
    .build-section .build-left ul li p span.circle {
        width: 7%;
    }
}