﻿.footerBtns {
    position: fixed;
    bottom: 15px;
    right: 20px;
    z-index: 99;
    display: flex;
}
#statusPopup {
    position: fixed;
    background: #f2f3f6;
    width: 100%;
    height: 100%;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}
.addSlideLoaderLeft {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
#castingPopup {
    width: 100%;
    height: 100%;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}

#statusPopup2 {
    position: absolute;
    background: transparent;
    top: 50%;
    z-index: 1000;
    left: 50%;
    transform: translate(-50%, -50%);
}
    #statusPopup2 .loading-gif img {
        width: 2vw !important;
    }
    body {
        padding-right: 0 !important;
    }
a:hover{
    text-decoration: none;
}

.presentation-sec [type=button]:not(:disabled), .presentation-sec [type=reset]:not(:disabled), .presentation-sec [type=submit]:not(:disabled), .presentation-sec button:not(:disabled) {
    cursor: pointer;
    background: #0bf;
    border: none;
    padding: 0.5vw 1vw;
    margin-right: 0.5vw;
    font-size: 0.9vw;
    color: #fff;
    font-family: 'opensans-regular';
    outline: none;
    transition: all .3s;
    line-height:1.2;
}
.presentation-sec button:hover {
    background: #00a7e4 !important;
}
.presentation-sec .card {
    padding: 0.5vw;
    width: 100% !important;
    margin: auto;
    text-align: center;
}
.presentation-sec .card-text {
    font-size: 0.9vw;
    white-space: nowrap;
}
.presentation-sec .card-img-top {
    padding: 0;
    width: 100%;
    margin: auto;
    height: 8.5vw;
}
.mart-4 {
    margin-top: 4vw;
}
.mart-5 {
    margin-top: 5vw;
}
.marb-5 {
    margin-bottom: 5vw;
}
.presentation-sec input {
    margin-right: 0.5vw;
    outline: none;
    padding: 0 0.5vw;
    font-size: 0.9vw;
    color: #555;
    font-family: 'opensans-regular';
}
/*::selection {
    color: #ffffff;
    background: #ff6704;
}*/
.loading-gif img {
    -webkit-animation: rotationgif 2s infinite linear;
    width: 3vw !important;
}
.indexSec section:nth-child(3) {
    background: #f5f9ff;
}
.indexSec section:nth-child(4) {
    background: #fff;
}
.indexSec section:nth-child(5) {
    background: #f5f9ff;
}
.indexSec section:nth-child(6) {
    background: #fff;
}
.notFound {
    padding-top: 3vw;
}
.notFound .due-heading {
    padding-bottom: 1rem;
    display: flex;
    justify-content: center;
    text-align: center;
    padding-top: 1rem;
}
    .notFound .due-heading h4 {
        color: #2253a5;
    }
    .notFound .due-heading a {
        font-size: 1.1vw;
        font-family: opensans-semibold;
        color: #00b9ff;
        /* color: aliceblue; */
        display: inline-block;
        padding-top: 0.5vw;
    }
@-webkit-keyframes rotationgif {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(359deg);
    }
}
    .footerBtns a:hover {
        transition: all .3s;
        color: #ddd;
    }

    .footerBtns .schedule-a-call {
        background: #00bbff;
        color: #fff;
        font-size: 1.1vw;
        padding: 0.6vw 2vw;
        border-radius: 50px;
        transition: all .2s;
        font-family: 'opensans-semibold';
        display: flex;
        align-items: center;
        justify-content: center;
        text-decoration: none !important;
    }

        .footerBtns .schedule-a-call i {
            margin-left: 10px;
            font-size: 1.5vw;
        }

    .footerBtns .message {
        background: #00bbff;
        color: #fff;
        font-size: 1.8vw;
        /* padding: 0.6vw 0.8vw; */
        border-radius: 100px;
        transition: all .2s;
        width: 3.5vw;
        height: 3.5vw;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-left: 15px;
        text-decoration: none !important;
    }

.webinar-section {
    position: relative;
    top: 4vw;
    width: 100%;
    z-index: 9;
    background: #eaf0fb;
    text-align: center;
    padding-top: 1.2vw;
    border-bottom: 0.4vw solid #d2d7e2;
    background: url(../assets/images/bg_grey_blue_small.svg);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: contain;
    background-color: #f7f9ff;
}

    .webinar-section .cyan-btn {
        background: #00bbff;
        color: #fff;
        border-radius: 50px;
        font-size: 1vw;
        padding: 0.2vw 2vw;
        margin-left: 1vw;
        transition: all .3s;
        border: 1px solid transparent;
        font-family: opensans-semibold;
    }

        .webinar-section .cyan-btn:hover {
            background: transparent;
            color: #0bf;
            border: 1px solid #00bbff;
        }

    .webinar-section h5 {
        font-family: 'lato-bold';
        margin: 0;
    }

        .webinar-section h5 span {
            font-size: 200%;
            position: relative;
            top: 0.4vw;
        }

    .webinar-section p {
        margin: 0;
        font-size: 1vw;
    }

.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}


.sideAds {
    box-shadow: 0 5px 14px rgb(15 31 41 / 10%), 0 0 3px rgb(15 31 41 / 6%);
    padding: 2vw 4vw;
    position: relative;
    right: 3vw;
    background: white;
    z-index: 1;
}

::-webkit-scrollbar {
    width: 10px;
    z-index: 999999;
}

::-webkit-scrollbar-track {
    border-radius: 0px;
    box-shadow: none;
    background: #fff;
    z-index: 999999;
    border: 1px solid #f0f3f4;
}

::-webkit-scrollbar-thumb {
    border-radius: 8px;
    background: #a7a7a7;
    box-shadow: none;
    z-index: 999999;
    border: 1px solid #f0f3f4;
}

.nav-pad-top {
    padding-top: 8vw;
}

#T2Header th:first-child {
    min-width: 200px;
}

.banner-text-top h1 {
    font-size: 3.0vw;
    font-family: opensans-bold;
    line-height: 1.2;
    color: #fff;
}

.banner-text-top h5 {
    font-size: 1.3vw;
    line-height: 1.5;
    padding-right: 4vw;
    font-family: opensans-bold;
    padding-top: 1rem !important;
    color: #f5f5f5;
    padding-top: 1.5vw !important;
}

.banner-text-top .padt-3 {
    padding-top: 3vw !important;
}

.banner-text-top p {
    font-size: 1.2vw;
    color: #f5f5f5;
    margin-top: 0vw;
    padding-right: 5vw;
}

.banner-text-top {
    margin-bottom: 8vw;
}
/**** Banner 2 ***/
.who-we-sec {
}

    .who-we-sec h1 {
        font-size: 3.2vw;
        font-family: opensans-bold;
        line-height: 1.2;
        color: #475066;
    }

.bg-blue-mr-6 {
    margin: 0 -6vw;
    padding: 4vw 6vw;
    background: url(https://cdn2.hubspot.net/hubfs/6010193/NewDesign/Full_Gradient_Curve2.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #214b99;
}

    .bg-blue-mr-6 h5:not(.orange-text), .bg-blue-mr-6 h1, .bg-blue-mr-6 p {
        color: #fff !important;
    }

.bg-trans-mr-6 {
    margin: 0 -8vw;
    padding: 5vw 8vw;
}
/*.who-we-sec h5 {
    color: #2253a5;
    font-size: 1.4vw;
    font-family: opensans-bold;
}*/
.list-content h5 {
    margin-top: 0.5vw;
}

.list-content .mab-2 {
    margin-bottom: 1vw !important;
}

.list-content .row {
    padding: 0 2vw;
    margin-bottom: 1vw;
}

    .list-content .row:first-child {
        background: #f4f7fd;
        padding: 2vw;
        margin-bottom: 2vw;
    }
/*.who-we-sec h2 {
    color: #2253a5;
    font-size: 4vw;
    font-family: 'opensans-light';
    margin-bottom: 3vw;
}*/
.ww_are_circle .outer-circle {
    width: 30vw;
    height: 30vw;
    background: #e4ecfb;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2vw;
    text-align: center;
    color: #2253a5;
    position: relative;
}

.rotate-circle {
    position: absolute;
    text-align: left;
    width: 94%;
    top: 0;
    right: -64%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

    .rotate-circle.btm-r {
        top: inherit;
        bottom: 0;
        right: -64%;
    }

.top-left {
    top: 0;
    left: -64%;
}

.btm-left {
    top: inherit;
    bottom: 0;
    left: -64%;
}

.rotate-circle .circle {
    width: 8vw;
    height: 8vw;
    border-radius: 50%;
    border: 0.25vw solid #ffffff;
    /* margin-right: 2vw; */
    background: #f3f4f8;
    display: block;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

    .rotate-circle .circle img {
        width: 80%;
    }

.top-left .col-md-4 {
    padding-left: 0;
}

.bottom-left .col-md-4 {
    padding-left: 0;
}

.circle-text {
    font-size: 1.1vw;
    line-height: 1.4;
}

    .circle-text b {
        font-family: lato-bold;
        line-height: 1.2;
        font-size: 1.3vw;
        color: #475066;
    }

.orange-text {
    color: #ff6704 !important;
    font-size: 1.3vw !important;
    font-family: lato-regular !important;
    padding-top: 0.5vw !important;
}

.bg_1 {
    background: #fff;
    position: relative;
    overflow: hidden;
}

.bg_image {
    background: #fff;
    position: relative;
    overflow: hidden;
    background: url(../assets/images/bg_banner_tool.svg);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
    background-color: #fff;
}

.bg_image_grey {
    background: #fff;
    position: relative;
    overflow: hidden;
    background: url(../assets/images/homepage.svg);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
}

.aboutUs-sec {
    background: #fff;
    position: relative;
    overflow: hidden;
    background: url(../assets/images/bg_grey_tool.svg);
    background-repeat: no-repeat;
    background-position: 70% 100%;
    background-size: cover;
}

    .aboutUs-sec h5 {
        font-size: 1.4vw;
        color: #475066;
        font-family: 'lato-bold';
        margin-bottom: 1.0vw;
    }

    .aboutUs-sec p {
        font-size: 1.0vw;
        font-family: 'opensans-regular';
        color: #525252;
    }

.bg_image_tool_B {
    background: #fff;
    position: relative;
    overflow: hidden;
    background: url(../assets/images/bg_grey_tool.svg);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
}

.bg_G_B_small {
    background: #fff;
    position: relative;
    overflow: hidden;
    background: url(../assets/images/bg_grey_blue_small.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right;
}

.bg_G_B_small_alt {
    background: #fff;
    position: relative;
    overflow: hidden;
    background: url(../assets/images/bg_grey_blue_small_alt.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right;
}

.invest-sol .bg_image_tool_B h5 {
    text-transform: uppercase;
    letter-spacing: 2px;
}

.bg_W {
    background: #fff;
    position: relative;
    overflow: hidden;
}

.bg_2 {
    background: #f5f9ff;
    position: relative;
    overflow: hidden;
}

.who-we-sec .list-content p {
    color: #525252;
    font-size: 1.2vw;
}

span.divider {
    display: none;
    width: 5vw;
    height: 3px;
    background: #2253a5;
}

.aboutUs h5 {
    font-size: 1.4vw;
    line-height: 1.5;
    padding-right: 4vw;
    padding-top: 1rem !important;
    margin-top: 2vw;
    font-family: 'opensans-bold';
    color: #475066;
}

.aboutUs p {
    font-size: 1.2vw;
    line-height: 1.5;
    padding-right: 4vw;
    padding-top: 1rem !important;
    margin-top: 0vw;
    color: #5B627D
}

.who-we-sec .abtTxt {
    background: #2253a5c9;
    padding: 3vw 4vw;
    box-shadow: 0 5px 14px rgb(15 31 41 / 10%), 0 0 3px rgb(15 31 41 / 6%);
    padding: 2vw 3vw;
    position: relative;
    right: 0;
    background: #f4f7fd;
    z-index: 1;
}

.clr-cyan-400 {
    position: absolute;
    top: 6px;
    left: -1vw;
    display: block;
    width: 30px;
    font-size: 1.4vw;
    text-align: center;
    color: #00bbff;
}

.who-we-sec .abtTxt p {
    color: #525252;
    font-size: 1.2vw;
    margin-bottom: 1.5vw;
    position: relative;
    padding-left: 1.6vw;
}

.off-sec h3 {
    font-size: 3.2vw;
    margin-bottom: 2vw;
    color: #fff;
    font-family: lato-regular;
    line-height: 1.2;
}

.off-sec p {
    font-size: 1.2vw;
    color: #fff;
}

.relaLeft-2v {
    position: relative;
    right: -2vw;
}

.relaRight-2v {
    position: relative;
    right: 2vw;
}

.spilt-ico-sec {
    display: flex;
    justify-content: space-between;
    margin-top: 3vw;
}

.off-sec .spilt-ico-sec .row {
    box-shadow: 0 5px 14px rgb(15 31 41 / 2%), 0 0 3px rgb(15 31 41 / 6%);
    padding: 2vw 3vw;
    position: relative;
    right: 0;
    background: white;
    z-index: 1;
    margin-bottom: 1vw;
    transition: all .3s;
    width: 33%;
}

    .off-sec .spilt-ico-sec .row:hover {
        box-shadow: 0 5px 14px rgb(15 31 41 / 10%), 0 0 3px rgb(15 31 41 / 6%);
    }

.off-sec .spilt-ico-sec-bot .bx-shd-box {
    box-shadow: 0 5px 14px rgb(15 31 41 / 10%), 0 0 3px rgb(15 31 41 / 6%);
    padding: 2vw 3vw;
    position: relative;
    right: 0;
    background: white;
    z-index: 1;
    margin-bottom: 1vw;
}

.off-sec .bannerAds {
    padding: 3vw 4vw 3vw 5vw;
    background: #2d6ddd;
    /* width: 32vw; */
    /* height: 32vw; */
    /* border-radius: 50%; */
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-start;
}

.abtTxt {
    position: relative;
}

    .abtTxt:before {
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        content: "";
        width: 15px;
        height: 15px;
    }
/***** Banner 3 *****/
.three-col {
    margin-left: 2vw;
}

.nw {
    white-space: nowrap;
}

.three-col h2 {
    font-size: 3.5vw;
    margin-bottom: 1vw;
    font-family: 'lato-regular';
}

.three-col p {
    font-size: 1.2vw;
    color: #525252;
    font-family: 'opensans-regular';
}

.split-sections {
    justify-content: space-between;
    display: flex;
    flex-direction: column;
}

    .split-sections .box {
        display: flex;
        flex-direction: column;
        width: 50%;
        justify-content: space-between;
        padding-right: 0vw;
        border-right: 0px solid #ccc;
        margin-bottom: 3vw;
    }

.ff-eb {
    font-family: opensans-extrabold;
}

.split-sections .box:last-child {
    border-right: 0px solid #ccc;
}

.split-sections .box h3 {
    font-size: 1.6vw;
    font-family: opensans-bold;
    color: #2253a5;
    margin-bottom: 1vw;
}

.split-sections .box p {
    font-size: 1.2vw;
    font-family: 'opensans-semibold';
    color: #525252;
    margin-bottom: 1.8vw;
}

.split-sections .box .btn-cyan {
    min-width: 200px;
    text-align: center;
    margin-top: 5px;
    font-size: 1.0vw;
}

.bg_abs {
    background: #eaf0fb;
    position: absolute;
    width: 80%;
    height: 80%;
    border-radius: 60%;
    right: -28%;
    bottom: -10%;
    z-index: -1;
}

.bg_4 {
    background: #f5f9ff;
}

.three-featured-sec .f-box {
    justify-content: space-between;
    display: flex;
}

.f-box .f-card {
    display: flex;
    flex-direction: column;
    width: 32%;
    justify-content: space-between;
    background: #fff;
}

    .f-box .f-card img {
        width: 100%;
        height: 14vw;
    }

    .f-box .f-card .f-content {
        padding: 1.5vw 2.5vw;
    }

.f-card .pwr-post-item__name {
    font-size: 0.8vw;
    font-family: 'opensans-regular';
    line-height: 1.2;
    display: block;
    color: #525252;
    margin-bottom: 1vw;
}

.f-card .pwr-post-item__date, .f-card .pwr-post-item__n-min-read {
    font-size: 0.8vw;
    font-family: 'opensans-regular';
    line-height: 1.2;
    display: block;
    color: #525252;
    margin-bottom: 1vw;
}

.f-card .pwr-post-item__n-min-read {
    margin-left: 10px;
    padding-left: 10px;
    border-left: 1px solid #888;
}

.f-card h3 {
    font-family: 'lato-bold';
    color: #2253a5;
    line-height: 1.2;
    font-size: 1.4vw;
}

.f-card p {
    font-family: 'opensans-regular';
    color: #525252;
    line-height: 1.5;
    font-size: 1.0vw;
}

.f-card .btn {
    font-size: 1.0vw;
    margin: 1vw 0;
}

.phil_section_2 .f-box .f-card img {
    width: 100%;
    height: 9vw;
}

.phil_section_2 .f-box .f-card {
    justify-content: flex-start;
}

.phil_section_2 .f-card h3 {
    font-size: 1.6vw;
    min-height: 4.5vw;
    text-align: center;
}

.phil_section_2 .f-card p {
    font-size: 1.2vw;
    color: #525252;
    margin-bottom: 4vw;
}

.phil_section_2 .f-box .f-card {
    background: #fff;
}
/***** Investment Solutions ******/
.spilt-ico-sec {
}

.invest-sol .who-we-sec h1 {
    font-size: 3.5vw;
}

.spilt-ico-sec h3, .spilt-ico-sec-bot h3 {
    font-size: 1.6vw;
    color: #475066;
    font-family: 'lato-bold';
    margin-bottom: 1.0vw;
}

.spilt-ico-sec p, .spilt-ico-sec-bot p {
    font-size: 1.0vw;
    font-family: 'opensans-regular';
    margin-bottom: 5px;
    color: #525252;
}

.w-60 {
    width: 80%;
}

.spilt-ico-sec .btn-cyan, .spilt-ico-sec-bot .btn-cyan {
    font-size: 1vw;
    margin-top: 1.5vw;
    padding: 0.3vw 35px;
    min-width: 15vw;
}

.padb-4v {
    padding-bottom: 4rem;
}

.full-height-notice h4 {
    font-size: 1.6vw;
    font-family: 'opensans-bold';
    color: #475066;
    margin-bottom: 1.0vw;
}
.thesisImg svg{
    height: 13vw;
}
.redirect {
    display: none;
    position: fixed;
    top: 0;
    z-index: 9999;
    height: 100%;
    background: #00070;
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
}

    .redirect .popup {
        width: 45vw;
        /*box-shadow: 0px 0px 8px #00000042;*/
        background: #2d6ddb;
        padding: 2.5vw;
        margin: auto;
        /* transition: all .1s;
	 webkit-transform: scale(1);
	 -ms-transform: scale(1);
	 transform: scale(1);
	 opacity: 1;
	*/
        box-shadow: 0 3px 7px #00012;
        display: none;
    }

        .redirect .popup .btn-cyan:hover {
            border: 2px solid #0bf !important;
            background: transparent;
            color: #0bf !important;
        }

        .redirect .popup h3 {
            color: #ffffff;
            font-size: 1.8vw;
            line-height: 1.2;
        }

        .redirect .popup p {
            font-size: 1vw;
            color: #ffffff;
            /* font-family: 'opensans-semibold'; */
            line-height: 1.5;
        }

        .redirect .popup a {
            transition: all 0.3s;
            margin-top: 0;
        }

    .redirect.show {
        display: flex !important;
    }

    .redirect #cancelBtn {
        opacity: 1;
        color: #ffffff;
        font-family: 'opensans-semibold';
        font-weight: 100;
        text-shadow: none;
    }

    .redirect.show .popup {
        /* transition: all .1s;
	 webkit-transform: scale(1);
	 -ms-transform: scale(1);
	 transform: scale(1);
	*/
    }

sup {
    font-size: 0.40vw;
    left: 1px;
    top: -.30vw;
}

.nw {
    white-space: nowrap;
}

h4 sup, h1 sup {
    top: -1.8em;
}

h1 sup {
    font-size: 0.6vw;
    top: -2.4em;
}

h1, h2, h3, h4 {
    font-family: poppins-medium !important;
}

strong {
    font-family: 'opensans-bold';
}

@media (min-width:1800px) and (min-height:800px) {
    sup {
        font-size: 0.38vw;
        left: 1px;
        top: -.45vw;
    }
}

@media(min-width:992px) {
    .pady-3 {
        padding-top: 4vw;
        padding-bottom: 4vw;
    }

    .pady-4 {
        padding-top: 5vw;
        padding-bottom: 6vw;
    }

    .padb-4v {
        padding-bottom: 10vw;
    }

    .padb-2 {
        padding-bottom: 2vw;
    }
}



/*RichText*/

/* reset */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


/* general */
body {
    background-color: #EFEFEF;
    margin:auto !important;
}


/* page */
.page-wrapper {
    margin: 0 auto;
    width: 960px;
    max-width: 100%;
}


/* box */
.box-content {
    padding: 20px;
    background-color: #EFEFEF;
}


textarea {
    background-color: #FAFAFA;
    border: #EFEFEF solid 1px;
    color: #333;
    height: 150px;
    width: 100%;
}


/* richtext custom style */
.richText {
    margin-top: 0;
    -webkit-box-shadow: 0 0 20px 0 #999;
    -moz-box-shadow: 0 0 20px 0 #999;
    box-shadow: none;
}
    .richText .richText-toolbar ul li a {
        color: #4b4b4b;
    }
    .richText .richText-toolbar ul {
        z-index: 1;
        /*       display: grid;
        grid-template-columns: repeat(20,1fr);*/
    }
       /* .richText .richText-toolbar ul li:nth-child(-n+11) a {
            border-bottom: #EFEFEF solid 1px;
        }*/
    .richText .richText-editor {
        height: 47vh !important;
    }
    .richText .richText-toolbar ul li a {
        padding: 8px 10px !important;
        font-size: 10px;
    }
    .richText .richText-toolbar ul li {
        display: inline-block;
    }

.NRFound {
    position: absolute;
    top: 50%;
    left: 50%;
    color: #4b4b4b;
    font-size: 11px;
    transform: translate(-50%, -50%);
    font-family: 'poppins-medium';
}
.toggleButton{
    display: none;
}
.NavHideM{
    display: flex;
}
@media (max-width: 991px) {
    .toggleButton {
        display: block;
        position: absolute;
        right: 25px;
        top: 15px;
    }
    .createUser .modal-dialog {
        max-width: 710px;
    }
        .toggleButton i {
            font-size: 15px !important;
            color: #243c7c;
        }
    .topnav {
        flex-direction: column;
        align-items: flex-start !important;
    }
    .NavHideM {
        flex-direction: column;
        display: none;
        padding: 5px 5px 10px;
    }
    .userProfile {
        position: absolute;
        right: 40px;
        top: 8px;
    }
    .presentationProfile .dropdown-menu {
        top: 30px !important;
    }
    .showMenu{
        display: flex;
    }
}