@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: "Montserrat", sans-serif;
}

ul,
ol {
    list-style: none;
    margin: 0 !important;
}


a {
    text-decoration: none;
}

html {
    scroll-behavior: smooth;
}

img,
video,
svg,
iframe {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}

.container {
    max-width: 1470px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
}

h1 {
    font-size: 55px;
    font-weight: 800;
    letter-spacing: 0;
    line-height: normal;
    color: #fff;
    margin: 0 !important;
}

h2 {
    font-size: 35px;
    font-weight: bold;
    line-height: normal;
    letter-spacing: 2px;
    color: #6bd5f3;
    margin-bottom: 16px;
}

h3 {
    font-size: 24px;
    font-weight: 800;
    line-height: normal;
    letter-spacing: 0;
    color: #52AFC9;
    margin-bottom: 12px;
}

h3 .head-text {
    font-weight: bold;
    font-size: 22px;
    line-height: 20px;
    letter-spacing: 0;
    color: white;
}

h4 {
    font-weight: 800;
    font-size: 15px;
    line-height: 22px;
    letter-spacing: 0;
    color: #6BD5F3;
}

h4.main-text {
    line-height: normal;
    letter-spacing: 0;
    color: #fff;
    letter-spacing: 3px;
}

p {
    font-size: 15px;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: 0;
    color: white;
}

p .blue-para {
    font-weight: 600;
    line-height: 40px;
    color: #6BD5F3;
}

/* header section starts */
.hero-sec {
    background-size: cover;
    position: relative;
    padding: 149px 0 119px 0;
    background-repeat: no-repeat;
    background-position: center;
}

.hero-sec::before {
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgba(1, 2, 53, 0.2);
    position: absolute;
    left: 0;
    top: 0;
}




.header {
    background-color: rgba(1, 2, 53, 0.5);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 999;
}

.header .navbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.header .container {
    padding: 0 43px 0 139px;
}

.header .navbar .header-logo {
    width: 125px;
}

.header .navbar .menus {
    width: calc(100% - 125px);

}

.header .navbar .menus ul {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 40px 60px;
}

.navbar ul li a {
    font-weight: bold;
    font-size: 12px;
    line-height: normal;
    letter-spacing: 1.9px;
    color: white;
    transition: 0.3s ease;
    text-transform: uppercase;
}

.navbar ul li a:hover,
.navbar ul li a.active {
    color: #52AFC9;
}

.header .navbar .toggle {
    display: none;
}

.hero-sec .banner-sec {
    position: relative;
    z-index: 1;
}


.banner-sec .container {
    padding-left: 139px;
}



.trusted-box {
    position: absolute;
    left: 0;
    background: linear-gradient(to right, #52AFC9, #030241);
    padding: 24px 30px 18px 31px;
    z-index: 1;
    top: -195px;
}

.trusted-box h3 {
    color: #010235;
    font-size: 22px;
    margin-bottom: 12px;
}

.trusted-box p {
    font-size: 18px;
    line-height: normal;
    margin: 0;
}

/* about section starts */
.about-sec {
    background-color: #010235;
    padding: 123px 0 41px 0;
}

.about-sec .content {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.about-sec .content .left {
    width: 21.3%;
    text-align: left;
    padding-left: 88px;
}

.about-sec .content .left h4,
.service-sec .row .left h4 {
    margin-bottom: 11px;
}

.about-sec .content .left span,
.service-sec .row .left span {
    font-size: 14px;
    font-weight: 500;
    line-height: 17px;
    color: #fff;
    letter-spacing: 0;
}

.about-sec .content .right {
    width: calc(100% - 21.3%);
    padding-right: 85px;
    position: relative;
}

.about-sec .content .right p,
.service-sec .row .right p {
    line-height: 22px;
    letter-spacing: 0.3px;
    margin-bottom: 0 !important;
}

.about-sec .content .right ul {
    margin-top: 10px !important;
    list-style: none;

}

.about-sec .content .right ul li {
    font-weight: 600;
    font-size: 15px;
    line-height: 35px;
    letter-spacing: 0.3px;
    color: #52AFC9;
    display: flex;
}


.about-sec .content .right ul li div {
    margin-right: 27px;
    min-width: 25px;
}

/* about section ends */
.service-sec {
    background: linear-gradient(to right, #52AFC9, #030241, #0c0c29);
    width: 100%;
    position: relative;

}

.service-sec .row {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
}

.service-sec .row .left {
    width: 21.3%;
    padding-top: 44px;
    padding-left: 88px;
}

.service-sec .row .right {
    width: calc(100% - 21.3%);
}



.service-sec .row .right .service-image {

    position: relative;

}

.service-sec .row .right .service-image img {

    width: 100%;
    object-fit: cover;
}

.service-sec .row .right .service-image::after {
    content: "01";
    position: absolute;
    bottom: -76px;
    left: -41px;
    font-size: 128px;
    color: #e5e5e5;
    font-weight: bold;
    line-height: normal !important;
}

.service-sec .row .right h3.head-text {
    color: #fff;
    margin-top: 18px;
    margin-left: 102px;
    font-size: 22px;
    font-weight: bold;
    line-height: 20px;
    margin-bottom: 36px;
}

.service-sec .row .right h4 {
    margin-top: 24px;
}

.service-sec .row .right .inner-row {
    padding-bottom: 41px;
    overflow: hidden;
}

.service-sec .row .right .inner-row:nth-child(4n+2) .service-image::after {
    content: "02";
}

.service-sec .row .right .inner-row:nth-child(4n+3) .service-image::after {
    content: "03";
}

.service-sec .row .right .inner-row:last-child .service-image::after {
    content: "04";
    width: 164px;
    overflow: hidden;
}

.service-sec .row .right .inner-row:nth-child(4n+2) h3.head-text,
.service-sec .row .right .inner-row:nth-child(4n+3) h3.head-text,
.service-sec .row .right .inner-row:last-child h3.head-text {
    margin-left: 136px;
    margin-bottom: 47px;
}

.service-sec .row .right .inner-row:nth-child(4n+3) {
    padding-bottom: 127px;
}

.service-sec .row .right .inner-row:last-child {
    padding-bottom: 55px;
}

/* investment page css starts */
.investment {
    background-color: #0C0C29 !important;
    padding: 60px 0 !important;
}



.investment .content .right .sec>div {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    flex-wrap: wrap;
}

.investment .content .right {
    padding-left: 55px;
    margin-top: -5px;
}

.investment .content .right .sec {
    padding-bottom: 55px;
}

.investment .content .right .sec:last-child {
    padding-bottom: 0;
}

.investment .content .right .sec h2 {
    margin-bottom: 0;
    /*   margin: 0 40px 0 22px; */
    margin-right: 40px;
}

.heading {
    position: relative;
}

.heading .investment-icon {
    position: absolute;
    left: -55px;
    top: 50%;
    width: 30px;
    text-align: center;
    transform: translateY(-50%);
}

.about-sec .content .right .sec ul {
    list-style: unset !important;
}

.investment .content .right .sec ul li {
    display: list-item !important;
    line-height: 37px;
    margin-left: 25px;
    color: #6BD5F3;
}



.investment .content .right .sec ul li::marker {
    font-size: 12px;
    color: #6BD5F3;
}

.investment .content .right .sec ul li:last-child {
    color: white;
    font-weight: 500;
}

/* contact */

.contact {
    background: linear-gradient(to right, #52AFC9, #030241, #0c0c29) !important;
    padding: 60px 0 50px 0 !important;
}

.contact .content .right h3 {
    font-weight: bold;
    font-size: 20px;
    line-height: 22px;
    letter-spacing: 0.3px;
    margin-bottom: 0;
    color: #6BD5F3;
}

.contact .content .right {
    padding-right: 0 !important;
}

.contact .content .right .columns {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 40px 57px;
    margin-top: 72px;
}
.contact .content .right .columns a{
    text-decoration:underline;
    color: white;
}
.contact .content .right .columns .form-part {
    width: 50%;
}
.contact .content .right .columns .form-part ul.form{
    margin-top:0 !important;
}
.contact .content .right .columns .form-part .wpcf7-response-output{
    color:#dc3232 !important;
        margin-top: 0;
    
}
.contact .content .right .columns .form-part ul.form li{
    display: unset;
    position: relative;  
}
.form-part span.wpcf7-spinner {
    position: absolute;
    top: 0;
    right: 0;
    margin: 15px 0 0;
}
.form-part label {
    font-weight: 600;
    color: white;
    line-height: 22px;
    letter-spacing: 0.3px;
    font-size: 15px;
}

.form-part input,
.form-part textarea {
    outline: none;
    border-top: none;
    border-right: none;
    border-left: none;
    border-bottom: 2px solid #fff;
    width: 100%;
    height: 46px;
    padding: 7px 7px 0 0px;
    margin-bottom: 20px;  
    background-color: transparent;
    resize: none;
    overflow: hidden;
    color: white !important;
    font-weight: 400 !important;
    font-size: 15px !important;
    border-radius: 0 !important;
    vertical-align: top;
}

.form-part textarea {
    height: 167px !important;
}
.form-part .recaptcha {
    margin-bottom: 20px;
    display: block;
}

.form-part input[type="submit"] {
    color: #6bd5f3 !important;
    text-align: left;
    padding: 0;
    border-top: 2px solid #6BD5F3;
    border-bottom: none;
    margin-bottom: 0;
    font-size: 15px;
    font-weight: 600;
    height: 48px;
    font-family: 'Montserrat';
    cursor:pointer;
    position: relative;
    z-index: 9;
}

.form-part label span, .form-part > span {
     color: #fff;
    font-weight: 400;
    font-size: 15px;
    letter-spacing: 0.3px;
    line-height: 22px;
}
   


.form-part span a {
    text-decoration: underline;
    color: #fff;
}

.contact .content .right .columns .text-part {
    width: calc(50% - 57px);
}

.contact .content .right .columns .text-part h4 {
    font-weight: bold;
}

.contact .content .right .columns .text-part p {
    line-height: 30px;
}
.contact .content .right .columns .text-part p.gap {
    margin-bottom: 15px !important;
}
.contact .content .right .columns .text-part p.gap a{
    text-decoration: none;
}
.contact .content .right .columns .text-part a {
    text-decoration: underline;
    color: #fff;
    font-weight: 500;
    font-size: 15px;
    letter-spacing: 0.3px;
    line-height: 22px;
}

.contact .content .right .columns .form-part ul.form li p {
    width: 100%;
     margin-bottom: 19px !important;
}

.banner-sec .banner-heading {
    max-width: 48%;
    margin-right: auto;
}

.investment .left>div, .growth-architect .content .left>div {
    max-width: 142px;
    margin-right: auto;
}

.about-sc-main .content .right ul li p {
    font-weight: 600;
    font-size: 15px;
    line-height: 35px;
    letter-spacing: 0.3px;
    color: #52AFC9 !important;   
    margin-bottom: 0 !important;
} 
.form-part .wpcf7-not-valid {
    border-color: #f00 !important;
}
.form-part span.wpcf7-not-valid-tip {
    color: #ff2020;
}
.contact .content .right .columns .form-part .sent .wpcf7-response-output {
    color: #46b450 !important;
}

.privacy-policy-content-sec {
    padding: 130px 0 60px;
    background: rgb(107 213 243 / 20%);
}
body:not(.home) header.header {
    background: rgba(1, 2, 53, 1);
}
.privacy-policy-content-sec  h1,
.privacy-policy-content-sec  h2,
.privacy-policy-content-sec  h3,
.privacy-policy-content-sec  h4,
.privacy-policy-content-sec  h5{
    line-height: normal;
    color: #010235;
    margin-bottom: 15px !important;
}
.privacy-policy-content-sec p{
    color: #010235;
    margin-bottom: 25px;
    line-height: 1.7;
}
.privacy-policy-content-sec p a{
    color: #010235;
    text-decoration: underline;
}
.privacy-policy-content-sec ul {
    list-style: disc;
    margin-left: 20px !important;
}
.privacy-policy-content-sec ul li{
    color: #010235;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.7;
}




.growth-architect{
    padding:59px 0 66px 0 !important;
    background-color:#000 !important;
}
.growth-architect .right .columns {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.growth-architect .right {
    padding-right: 72px !important;
}
.growth-architect .right .columns .text-part {
    width: 60%;
    padding-right: 55px;
    padding-left: 55px;
}
.growth-architect .right .columns .text-part p {
    margin-bottom: 23px !important;
    font-weight: normal;
}
.growth-architect .right .columns .text-part p:last-child {
    margin-bottom: 0 !important;
}
.growth-architect .right .columns .image-part {
    width: calc(100% - 60%);
}
.growth-architect h3 {
    font-size: 15px;
    font-weight: 900;
    color: #6BD5F3;
    letter-spacing: 0.1rem;
}
.post, .page {
    margin: 0;
}

.privacy-policy-content-sec h1 {
    font-size: 35px;
    font-weight: bold;
}

.privacy-policy-content-sec  h1 a,
.privacy-policy-content-sec  h2 a,
.privacy-policy-content-sec  h3 a,
.privacy-policy-content-sec  h4 a,
.privacy-policy-content-sec  h5 a {
    color: inherit;
    text-decoration: underline;
}


@media(max-width:1400px) {
    .about-sec .content .left {
        padding-left: 25px;
    }

    .service-sec .row .left {
        padding-left: 25px;
    }
}

@media(max-width:1199px) {
.header .container {
    padding: 0 15px;
}
.banner-sec .container {
    padding-left: 15px;
}
.service-sec .row .left,
    .about-sec .content .left {
        padding-left: 0;
    }
.header .navbar .menus ul {
    gap: 40px 40px;
}

}
@media(max-width:991px) {
.growth-architect .right {
    padding-right: 0 !important;
}

    .banner-sec .banner-heading {
        max-width: 63%;
    }

    .investment .left>div, .growth-architect .content .left>div {
        max-width: 100%;
        margin-right: auto;
    }
.privacy-policy-content-sec h1 {
    font-size: 30px;
}

    h1 {
        font-size: 45px;
    }

    h2 {
        font-size: 30px;
    }

    h3 {
        font-size: 20px;
    }


    .header .container {
        padding: 0 15px;
    }

    .header .navbar .menus ul {
        gap: 40px;
    }

    .trusted-box {
        padding: 20px;
        top: -270px;
    }

    .trusted-box h3 {
        font-size: 18px;
        margin-bottom: 7px;
    }

    .banner-sec .container {
        padding-left: 15px;
    }

    .about-sec .content .left {
        width: 100%;

        padding-left: 0;
        margin-bottom: 30px;
    }

    .about-sec .content .right {
        width: 100%;
        padding-right: 0;
    }

    .service-sec .row .left {
        width: 100%;
        padding-top: 44px;

        padding-left: 0;
        margin-bottom: 30px;
    }

    .service-sec .row .right {
        width: 100%;
    }

    /*  .service-sec .row .right h3.head-text {
        font-size: 20px;
        margin-bottom: 30px;
    } */

    .service-sec .row .right h4 {
        margin-top: 16px;
    }

    .investment .content .right {
        padding-left: 0;
    }

    .heading {
        position: unset;
    }

    .heading .investment-icon {
        position: unset;
        left: unset;
        top: unset;
        transform: unset;
    }

    .contact .content .right .columns {
        margin-top: 35px;
    }

    .contact .content .right .columns .form-part {
        width: 100%;
    }

    .contact .content .right .columns .text-part {
        width: 100%;
    }

    /* =========================================================== */
    .header .navbar .toggle {
        display: block;
        width: 50px;
        height: 40px;
    }

    .navbar .toggle div {
        margin: 10px 0;
        height: 3px;
        border-radius: 4px;
        background-color: #fff;
        width: 100%;
        transition: all .55s cubic-bezier(0.165, 0.84, 0.44, 1);
    }

    .navbar .toggle.cross div:first-child {
        transform: translateY(13px) rotate(45deg);
    }

    .navbar .toggle.cross div:nth-child(3n+2) {
        opacity: 0;
    }

    .navbar .toggle.cross div:last-child {
        transform: translateY(-13px) rotate(130deg);
    }

    .header .navbar .menus {
        width: 100%;
        background-color: #030241;
        padding: 30px 0;
        position: absolute;
        left: 0;
        top: -450px;
        transition: 0.3s linear;
    }

    .header .navbar .menus ul {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .show-navbar {
        top: 100% !important;
    }

    .service-sec .row .right .inner-row h3.head-text {
        margin: 50px 0 10px 0 !important;
        text-align: left;
        line-height: 30px;

    }

    .service-sec .row .right .inner-row {
        padding-bottom: 55px !important;
    }

    .service-sec .row .right .service-image::after {
        bottom: -49px;
        left: -27px;
        font-size: 80px;
    }

    .service-sec .row .right .service-image img {
        height: 150px;
    }

    .investment .content .right .sec>div {
        margin-bottom: 15px;
        gap: 20px;
    }

    .investment .content .right .sec>div img {
        text-align: unset;
        width: unset;
    }

    .investment .content .right .sec h2 {
        margin-right: 10px;
    }

    .investment .content .right .sec {
        padding-bottom: 50px;
    }

    .investment .content .right .sec ul li {
        line-height: 35px !important;
        margin-left: 20px !important;
    }

    .contact {
        padding: 60px 0 !important;
    }
    .growth-architect .right .columns .text-part{
        padding-left: 0;
    }
}

@media(max-width:767px) {
.growth-architect .right .columns .text-part {
    width: 100%;
    padding-right: 0;
    padding-bottom: 30px;
}
    .growth-architect .right .columns .image-part {
    width: 100%;
    text-align: center;
}
    
    .banner-sec .banner-heading {
        max-width: 100%;
    }

  
    .hero-sec {
        padding: 180px 0 150px 0;
    }

    .banner-sec h1 {
        font-size: 35px;
    }

    .investment .content .right .sec>div {
        gap: 10px;
    }

.privacy-policy-content-sec h1 {
    font-size: 22px;
}
    h2 {
        font-size: 22px;
        letter-spacing: 0;
    }

    h3 {
        font-size: 19px !important;
    }

    h3 .head-text {
        font-weight: bold;
        font-size: 17px;
    }

    .about-sec {
        padding: 150px 0 41px 0;
    }

    .trusted-box {
        top: -301px;
    }


    .trusted-box p {
        font-size: 15px;
    }

    .form-part textarea {
        height: 127px !important;
    }

    .contact .content .right h3 {
        line-height: 27px;
    }
}

@media(max-width:480px) {
    .trusted-box {
        top: -349px;
    }
.privacy-policy-content-sec h1 {
    font-size: 19px;
}

    h2 {
        font-size: 19px;
    }

    h3 {
        font-size: 17px !important;
    }

    p {
        font-size: 14px !important;
    }
}


@media(max-width:340px) {
.form-part .recaptcha .g-recaptcha >div {
    transform: scale(0.96);
    margin: -4px 0 0 -6px;
}

}