ul {
    padding: 0;
    margin: 0 0 0 0;
    list-style-type: none;
}

a {
    text-decoration: none !important;
}

body {
    font-family: 'Open Sans', sans-serif;
    overflow-x: hidden !important;
}

.font_ubuntu {
    font-family: 'Ubuntu', sans-serif;
}

.top_ticker_wpr {
    background: #b0dbfe;
    transition: all 0.3s;
    z-index: 100;
    width: 100%;
}

    .top_ticker_wpr.fixer {
        padding: 0px 0px;
    }

.ticker_left {
    float: left;
    width: 130px;
}

.ticker_right {
    float: left;
    width: calc(100% - 130px);
    overflow: hidden;
}

.tick_exchng_btn {
    display: inline-block;
    float: left;
    margin-top: 0px;
    font-weight: 600;
}

    .tick_exchng_btn li {
        float: left;
        padding: 7px 7px;
        color: rgba(255,255,255,1.0);
        background: #1b427a;
        cursor: pointer;
        transition: all 0.3s;
        margin-top: 0px;
        font-size: 15px;
        font-weight: 600;
    }

        .tick_exchng_btn li:hover {
            color: rgba(255,255,255,0.8);
        }

        .tick_exchng_btn li.active {
            color: #0066b2;
            background: #fff;
        }

.exchange_info {
    display: inline-block;
    float: left;
    font-size: 15px;
    padding-left: 15px;
    color: #fff;
    position: relative;
    box-sizing: border-box;
    margin-bottom: 0;
}

.ticker_right {
    height: 24px;
    padding-top: 7px;
}

.exchange_info > div {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.marqe {
    float: left;
    display: inline-block;
    width: 15056.5px;
}

    .marqe li {
        float: left;
        padding-top: 2px;
        padding-right: 10px;
        position: relative;
    }

        .marqe li span {
            display: inline-block;
            float: left;
            color: #000;
            font-size: 13px;
            margin-right: 10px;
            padding-top: 2px;
            position: relative;
            top: -2px;
            font-weight: bold;
        }

            .marqe li span.value {
                font-weight: bold;
            }

            .marqe li span.pnl {
                padding: 0px 10px;
                position: static;
                top: 0;
                font-weight: bold;
            }

                .marqe li span.pnl.profit {
                    color: #006716;
                }

                .marqe li span.pnl.loss {
                    color: #dd0a0a;
                }

.header {
    padding: 15px 0px 5px 20px;
    background: #d4ebfe;
    box-shadow: 0 0 4px 4px rgba(0,0,0,0.05);
    position: relative;
    z-index: 22;
    padding-top: 0px;
    transition: all 0.3s;
}

.logo {
    display: inline-block;
    float: left;
    width: 370px;
    padding-top: 10px;
}

    .logo img {
        max-width: 100%;
    }

.header-right {
    float: left;
    width: calc(92% - 300px);
    transition: all 0.3s;
}

.top_nav {
    padding-bottom: 5px;
}

    .top_nav ul {
        display: inline-block;
        float: right;
    }
/*13-08-2020*/
.opn_acnt_home {
    left: 33%;
    position: absolute;
    font-size: 14px;
    bottom: 10px;
    padding: 5px 10px;
    border-radius: 20px;
    /*-webkit-animation: glowing 600ms infinite;
    -moz-animation: glowing 600ms infinite;
    -o-animation: glowing 600ms infinite;
    animation: glowing 600ms infinite;*/
      background: #142f6c !important;
    color: #fff !important;
    cursor: pointer;
}
.nomination_on{
    left: 20.6%;
}
@-webkit-keyframes glowing {
    0% {
        background-color: #fff;
        color: #102c6a;
    }

    100% {
        background-color: #102c6a;
        color: #fff;
    }
}

.opn_acnt_home:hover {
    color: #fff;
}

.opn_acnt_home img {
    margin-right: 5px;
    width: 20px;
}

.header.fixer .opn_acnt_home {
    left: 33%;
    bottom: 44px;
}
.header.fixer .nomination_on{
    left: 20.5%;
}
.show_mob_btn {
    display: none;
}

.iep_pdf {
    background: #1b427a;
    padding: 8px 10px;
    color: #fff;
    margin-bottom: 20px;
    border-radius: 5px;
    min-width: 150px;
    display: inline-block;
    text-align: center;
}

    .iep_pdf:hover {
        color: #fff;
        background: #16335d;
    }
/*13-08-2020*/
.top_nav ul li {
    float: left;
    font-size: 15px;
    padding: 0 8px;
    position: relative;
    font-weight: 410;
}

    .top_nav ul li:after {
        position: absolute;
        right: 0;
        top: 0px;
    }

    .top_nav ul li:last-child:after {
        display: none;
    }

    .top_nav ul li a {
        color: #313131;
        transition: all 0.3s;
    }

        .top_nav ul li a:hover {
            color: #0066b2;
        }

.belo_top_nav div {
    float: right;
    display: inline-block;
}

.belo_top_nav .search_box {
    width: 375px;
    border: 1px solid rgba(0,0,0,0.2);
    border-radius: 20px;
    height: 40px;
    float: left;
    position: relative;
    margin-right: 10px;
    margin-top: 7px;
    color: #212529;
}

    .belo_top_nav .search_box input {
        background: transparent;
        border: 0;
        outline: 0;
        padding-left: 20px;
        font-size: 14px;
        font-weight: bold;
        height: 40px;
        width: calc(100% - 30px);
        font-style: normal;
    }

.search_icon svg {
    width: 22px;
}

    .search_icon svg .st0 {
        fill: rgba(0,0,0,1.0);
    }

.belo_top_nav .search_box .search_icon {
    position: absolute;
    width: 20px;
    height: 20px;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    color: #212529;
}

.belo_top_nav .hgltd_btns {
    display: inline-block;
    float: left;
    margin-right: 10px;
}

.hgltd_btns a {
    padding: 0 20px;
    height: 40px;
    border-radius: 20px;
    display: block;
    background: #0066b2;
    color: #fff;
    position: relative;
    overflow: hidden;
}

    .hgltd_btns a:before {
        position: absolute;
        width: 0;
        height: 100%;
        background: rgba(0,0,0,0.2);
        content: '';
        left: 0;
        top: 0;
        z-index: 0;
        transition: all 0.3s;
    }

    .hgltd_btns a:hover:before {
        animation: hglt_btns 0.6s linear;
    }

@keyframes hglt_btns {
    0% {
        width: 0;
        left: 0;
        right: auto;
    }

    50% {
        width: 100%;
    }

    100% {
        width: 0;
        left: auto;
        right: 0;
    }
}

.hgltd_btns a span {
    display: inline-block;
    float: left;
    position: relative;
    z-index: 1;
}

    .hgltd_btns a span.svg_icon {
        width: 35px;
        top: 7px;
        position: absolute;
        left: 20px;
        transition: all 0.3s;
        opacity: 0.8;
    }

.hgltd_btns a:hover span.svg_icon {
    transform: scale(1.1);
    opacity: 1;
}

.hgltd_btns a span.svg_icon svg {
    width: 35px;
}

    .hgltd_btns a span.svg_icon svg .st0 {
        fill: #fff;
    }

.hgltd_btns a span.txt {
    padding: 6px 0 0 42px;
}

.menu_icon {
    width: 40px;
    display: inline-block;
    float: left;
    padding-top: 12px;
    cursor: pointer;
    display: none !important;
}

    .menu_icon span {
        clear: both;
        width: 20px;
        display: block;
        background: #0066b2;
        height: 3px;
        margin: 0px auto 4px auto;
        position: relative;
        transition: all 0.3s;
    }

    .menu_icon.clicked span:nth-child(2) {
        opacity: 1;
        width: 20px;
    }

    .menu_icon.clicked span:first-child {
        transform: rotate(45deg);
        top: 5px;
    }

    .menu_icon.clicked span:nth-child(2) {
        opacity: 0;
        width: 1px;
    }

    .menu_icon.clicked span:last-child {
        transform: rotate(-45deg);
        top: -9px;
    }

.header.fixer {
    position: fixed;
    padding: 7px 20px;
    width: 100%;
    z-index: 9999999;
}

    .header.fixer .logo {
        padding-top: 15px;
        width: 300px;
    }

    .header.fixer .header-right {
        width: calc(100% - 300px);
    }

    .header.fixer .top_nav {
        padding-bottom: 0;
    }

        .header.fixer .top_nav ul.nav {
            position: absolute;
            right: -200px;
            z-index: -1;
            transition: all 0.5s;
            opacity: 0;
        }

    .header.fixer .menu_icon {
        display: none;
    }

    .header.fixer.up {
        top: -100px;
    }

    .header.fixer .imp_nav {
        display: block;
    }

.imp_nav {
    display: none;
}

    .imp_nav ul {
        display: inline-block;
        float: right;
        margin-top: 8px;
    }

        .imp_nav ul li {
            float: left;
            font-size: 15px;
            position: relative;
        }

            .imp_nav ul li:after {
                position: absolute;
                content: '|';
                right: -2px;
            }

            .imp_nav ul li:last-child:after {
                display: none;
            }

            .imp_nav ul li a {
                padding: 4px 8px;
                color: #313131;
            }

.header.fixer .top_nav.new_pos ul.nav {
    position: fixed;
    top: 119px;
    width: 200px;
    right: 0px;
    box-shadow: 0 0 4px 4px rgba(0,0,0,0.1);
    opacity: 1;
    background: #fff;
    height: calc(100% - 119px);
    z-index: 97;
}

    .header.fixer .top_nav.new_pos ul.nav li {
        clear: both;
        float: none;
        display: block;
        padding: 8px 15px;
        border-bottom: 1px dashed rgba(0,0,0,0.2);
    }

        .header.fixer .top_nav.new_pos ul.nav li:after {
            right: auto;
            left: -1px;
            top: 0px;
            content: '';
            width: 1px;
            height: 100%;
            background: rgba(0,0,0,0.2);
            transition: all 0.3s;
        }

        .header.fixer .top_nav.new_pos ul.nav li:last-child:after {
            display: block;
        }

        .header.fixer .top_nav.new_pos ul.nav li:hover:after {
            width: 5px;
            background: rgba(0,102,178,0.7);
        }

.baner_section {
    background: #090b0d;
    display: flex;
}

    .baner_section .banner_wpr {
        width: 100%;
        float: left;
        box-sizing: border-box;
    }

    .baner_section .banner_wpr1 {
        width: 75%;
        float: left;
        box-sizing: border-box;
    }

    .baner_section .short_cut_links {
        width: 30%;
        float: left;
        box-sizing: border-box;
        position: relative;
    }

.downloa_ios {
    position: absolute;
    top: 24%;
    width: 11.7%;
    background: transparent;
    height: 8%;
    left: 33.2%;
}

.downloa_android {
    position: absolute;
    top: 24%;
    width: 10.4%;
    background: transparent;
    height: 8%;
    left: 45.6%;
}

.carousel-item {
    width: 100%;
    height: 537px;
    background-size: cover;
}

    .carousel-item.banner1 {
        background-image: url(../Images/banner1.jpg);
    }

    .carousel-item.banner2 {
        background-image: url(../Images/banner2.jpg);
    }

    .carousel-item.banner3 {
        background-image: url(../Images/banner3.jpg);
    }

    .carousel-item.banner4 {
        background-image: url(../Images/banner4.jpg);
    }

.banner_wpr .carousel-caption {
    width: 450px;
    height: 150px;
    top: 200px;
    box-sizing: border-box;
    padding: 15px;
    position: relative;
    color: #313131;
    right: 0;
    left: auto;
    float: right;
    text-align: left;
    background: #fff;
}

    .banner_wpr .carousel-caption > div {
        overflow: hidden;
    }

.carousel-caption:before {
    width: 3px;
    height: 100%;
    background: #102c6a;
    content: '';
    left: -3px;
    position: absolute;
    top: 0;
}

.carousel-caption .fst_line {
    font-size: 18px;
}

.carousel-caption h1 {
    font-size: 32px;
    font-weight: normal;
    color: #0066b2;
}

.carousel-caption p {
    font-size: 16px;
}

.carousel-caption button {
    position: absolute;
    right: 0;
    bottom: -47px;
    background: #102c6a;
    border: 0;
    font-size: 18px;
    color: #fff;
    padding: 10px 20px;
    cursor: pointer;
}

.banner_wpr .carousel-indicators {
    display: inline-block;
    left: auto;
}

    .banner_wpr .carousel-indicators li {
        float: left;
    }

    .banner_wpr .carousel-indicators li {
        width: 15px;
        height: 15px;
        border-radius: 100%;
        background: rgba(0,0,0,0.3);
        transition: all 0.3s;
    }

        .banner_wpr .carousel-indicators li.active {
            background: #0066b2;
        }

.short_cut_links ul { /*margin-top: 15px;*/
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
}

.short_cut_links li {
    float: left;
    width: 50%;
    box-sizing: border-box;
}

    .short_cut_links li a {
        display: block;
        width: 180px;
        height: 84px;
        color: #ffffff;
        position: relative;
        margin: 4px 4px;
        float: right;
        transition: all 0.3s;
    }

    .short_cut_links li:nth-child(2n) a {
        float: left;
    }

    .short_cut_links li a .short_icon {
        width: 70px;
        position: absolute;
        left: 0;
        right: 0;
        margin: auto;
        top: 7px;
        transition: all 0.3s;
    }

        .short_cut_links li a .short_icon svg {
            height: 40px;
            display: block;
            margin: auto;
            transition: all 0.3s;
        }

.short_icon svg .st0 {
    fill: #ffffff;
    transition: all 0.3s;
}

.short_cut_links li a h2 {
    font-size: 15px;
    font-weight: normal;
    position: absolute;
    top: 52px;
    text-align: center;
    width: 100%;
    left: 0;
    transition: all 0.3s;
}

.short_cut_links li a:hover h2 {
    font-weight: bold;
    color: #acedff;
}

.short_cut_links li a:hover .short_icon svg {
    height: 30px;
}

.short_cut_links li a:hover {
    border: 0px;
}

    .short_cut_links li a:hover .short_icon svg .st0 {
        fill: #acedff;
    }

.social_links {
    position: fixed;
    left: 0;
    top: 250px;
    z-index: 10;
}

    .social_links li {
        position: relative;
        width: 30px;
        height: 30px;
        clear: both;
        margin-bottom: 2px;
        transition: all 0.3s;
    }

        .social_links li a {
            display: block;
            width: 100%;
            height: 100%;
            position: absolute;
            left: 0;
            top: 0;
            background: #0066b2;
            transition: all 0.3s;
        }

            .social_links li a svg {
                height: 20px;
                display: block;
                margin: auto;
                position: absolute;
                top: 50%;
                transform: translateY(-50%);
                left: 0;
                right: 0;
            }

                .social_links li a svg .st0 {
                    fill: #fff;
                }

                .social_links li a svg#linkedinz {
                    height: 30px;
                }

        .social_links li:hover a {
            width: 45px;
            left: 0px;
        }

.todays_market_section {
    width: 100%;
    height: auto;
    padding: 40px 0;
    background: url(../Images/sec_bg1.jpg);
    background-size: cover;
}

h2.hedz {
    font-size: 45px;
    font-weight: normal;
    text-align: center;
    color: #0066b2;
}

    h2.hedz + p {
        font-size: 15px;
        color: #000000;
        width: 100%;
        text-align: center;
    }

.todays_market_section .containerz {
    margin-top: 40px;
}

.todays_market_section .white_wpr {
    width: 100%;
    background: rgba(255,255,255,0.7);
    padding: 15px;
    border: 1px solid rgba(0,0,0,0.2);
    min-height: 426px;
    position: relative;
}

.white_wpr .Dash-tab li {
    float: left;
}

    .white_wpr .Dash-tab li a {
        padding: 6px 12px;
        display: block;
        color: #000;
        transition: all 0.3s;
        background: #c0ddf4;
        font-size: 16px;
    }

        .white_wpr .Dash-tab li a.active {
            background: #0066b2;
            color: #fff;
        }

.Market-info {
    padding: 6px 0 12px 0;
}

    .Market-info.redbdr {
        border-bottom: 2px solid #e51617;
    }

.Mrkt-down-big-arrow {
    width: 0;
    height: 0;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    border-top: 10px solid #e51617;
    float: left;
    display: inline-block;
}

.Market-info b {
    font-size: 24px;
    color: #000;
    float: left;
    display: inline-block;
    padding: 0 10px;
}

.Market-info em {
    float: left;
    display: inline-block;
    font-style: normal;
    font-size: 13px;
}

.Market-info i {
    margin-top: 13px;
}

.containerz {
    width: 1400px;
    margin: auto;
}

.col_chart_left {
    width: 35%;
    float: left;
    padding: 15px 15px 0 15px;
    box-sizing: border-box;
}

.col_chart_right {
    width: 65%;
    float: left;
    padding: 15px 15px 0 15px;
    box-sizing: border-box;
    border-left: 1px solid rgba(0,0,0,0.1);
}

.Mkdate {
    font-size: 13px;
}

.daystab {
    margin-top: 30px;
}

    .daystab li {
        float: left;
    }

        .daystab li a {
            font-size: 14px;
            color: rgba(0,0,0,0.7);
            padding: 4px 8px;
            transition: all 0.3s;
        }

            .daystab li a.active {
                color: rgba(0,0,0,1);
                background: rgba(0,0,0,0.2);
            }

            .daystab li a:hover {
                background: rgba(0,0,0,0.05);
            }

.col_chart_left h5 {
    font-size: 13px;
    margin-bottom: 0;
}

.redtxt {
    color: #e51617;
}

.col_chart_left table {
    font-size: 13px;
}

#chartdiv {
    margin-top: 20px;
}

    #chartdiv img {
        width: 100%;
    }

.chart_wpr {
    display: flex;
}

.white_wpr h3 {
    font-size: 25px;
    font-weight: normal;
    color: #0066b2;
}

.market_filters {
    margin-top: 10px;
    display: inline-block;
    float: left;
}

    .market_filters li {
        float: left;
        font-size: 14px;
        width: auto;
        position: relative;
        box-sizing: border-box;
        padding-right: 20px;
    }

        .market_filters li span {
            position: relative;
            width: 100%;
            box-sizing: border-box;
            padding-right: 20px;
            text-overflow: ellipsis;
            overflow: hidden;
            display: block;
            cursor: pointer;
        }

            .market_filters li span:after {
                position: absolute;
                content: '';
                width: 0;
                height: 0;
                border-right: 5px solid transparent;
                border-left: 5px solid transparent;
                border-top: 5px solid rgba(0,0,0,0.5);
                right: 0px;
                top: 8px;
            }

        .market_filters li ul {
            display: none;
            width: 150px;
            background: #fff;
            border: 1px solid rgba(0,0,0,0.1);
            position: absolute;
            top: 20px;
            box-shadow: 0 0 4px 4px rgba(0,0,0,0.1);
            left: 0;
            z-index: 10;
        }

            .market_filters li ul li {
                padding: 4px 8px;
                border-bottom: 1px dashed rgba(0,0,0,0.1);
                transition: all 0.3s;
                width: 100%;
                cursor: pointer;
            }

                .market_filters li ul li:hover {
                    background: rgba(0,0,0,0.05);
                }

                .market_filters li ul li:last-child {
                    border-bottom: 0;
                }

.market_movers_table table {
    width: 100%;
    margin-top: 15px;
}

.market_movers_table th {
    font-size: 12px;
    font-weight: bold;
    color: #000;
    border: 2px solid rgba(0,0,0,0.2);
    border-left: 0;
    border-right: 0;
    padding: 10px 5px;
    text-align: right;
}

.market_movers_table tr th:first-child {
    text-align: left;
}

.market_movers_table tr td {
    font-size: 13px;
    text-align: right;
    padding: 10px;
    border-bottom: 1px solid rgba(0,0,0,0.1);
}

    .market_movers_table tr td:first-child {
        text-align: left;
    }

        .market_movers_table tr td:first-child span {
            position: relative;
            display: block;
            width: 100%;
            padding-left: 15px;
        }

            .market_movers_table tr td:first-child span:before {
                position: absolute;
                width: 6px;
                height: 6px;
                border-right: 1px solid rgba(0,0,0,0.5);
                border-bottom: 1px solid rgba(0,0,0,0.5);
                transform: rotate(-45deg) translateY(-50%);
                content: '';
                left: 0;
                top: 50%;
            }

    .market_movers_table tr td:last-child {
        text-align: center;
    }

.market_movers_table tr:last-child td {
    border-bottom: 0;
}

.white_wpr .more_butn {
    position: absolute;
    bottom: 15px;
    right: 15px;
    display: inline-block;
}

.butnz a {
    display: inline-block;
    padding: 5px 10px;
    position: relative;
    color: #fff;
    background: #0066b2;
}

    .butnz a span {
        position: relative;
        z-index: 1;
    }

    .butnz a:before {
        position: absolute;
        width: 0;
        height: 100%;
        background: rgba(0,0,0,0.2);
        content: '';
        right: 0;
        top: 0;
        z-index: 0;
        transition: all 0.5s;
    }

    .butnz a:hover:before { /*animation: hglt_btns 0.6s linear;*/
        left: 0;
        width: 100%;
    }
/*@keyframes hglt_btns{
	0%{width:0;left:0;right:auto;}
	50%{width:100%;}
	100%{width:0;left:auto;right:0;}
}*/

.marketz_wpr .marketz_divz {
    display: none;
    transition: all 0.3s;
}

    .marketz_wpr .marketz_divz:first-child {
        display: block;
    }

.marketz_navgtn {
    width: 100%;
    text-align: center;
    background: rgba(2,36,62,0.6);
    margin-top: 40px;
    height: 60px;
}

.marketz_tab {
    display: inline-block;
}

    .marketz_tab li {
        float: left;
        font-size: 20px;
        color: #fff;
        font-weight: 300;
        padding: 0px 25px;
        position: relative;
        height: 60px;
        line-height: 60px;
        cursor: pointer;
    }

        .marketz_tab li:after {
            background: #102c6a;
            width: 100%;
            height: 0;
            position: absolute;
            content: '';
            left: 0;
            top: 0;
            z-index: 0;
            transition: all 0.3s;
        }

        .marketz_tab li.active:after {
            width: 100%;
            height: 100%;
            opacity: 1 !important;
        }

        .marketz_tab li span {
            position: relative;
            z-index: 1;
        }

        .marketz_tab li:hover:after {
            width: 100%;
            height: 100%;
            opacity: 0.2;
        }

.flip_anim .divz { /*transform: rotateY(180deg);opacity: 1;*/
    animation: getFlip 0.9s linear;
}

@keyframes getFlip {
    0% {
        transform: rotateY(180deg);
        opacity: 0;
    }

    100% {
        transform: rotateY(0deg);
        opacity: 1;
    }
}

.butnz.explore_butn {
    text-align: center;
    margin-top: 25px;
}

.explore_butn a {
    padding: 10px 30px;
}

.About_us_section {
    width: 100%;
    height: auto;
    padding: 40px 0;
    background: url(../Images/about_sec_bg.jpg);
    background-size: cover;
}

    .About_us_section .containerz {
        margin-top: 40px;
    }

.about_ul li {
    font-size: 16px;
    position: relative;
    padding-left: 20px;
    padding-bottom: 20px;
    cursor: default;
}

    .about_ul li:before {
        width: 8px;
        height: 8px;
        background: #102c6a;
        position: absolute;
        content: '';
        left: 0;
        top: 8px;
    }

.group_concn {
    position: relative;
    width: 360px;
    height: auto;
    padding: 20px;
    box-sizing: border-box;
    margin: auto;
}

    .group_concn:before {
        position: absolute;
        z-index: 0;
        background: linear-gradient(to left top, rgba(0,102,178,0.9), rgba(16,44,106,0.9));
        width: 100%;
        height: 100%;
        content: '';
        left: 0;
        top: 0;
    }

    .group_concn h4, .group_concn ul {
        position: relative;
        z-index: 1;
        color: #fff;
    }

    .group_concn h4 {
        padding: 15px 0;
        font-size: 20px;
        font-weight: 500;
        border-bottom: 1px solid #fff;
        margin-bottom: 20px;
    }

    .group_concn ul li {
        font-size: 16px;
        padding-bottom: 15px;
        padding-left: 20px;
        position: relative;
        cursor: default;
    }

        .group_concn ul li:before {
            width: 8px;
            height: 8px;
            background: rgba(255,255,255,0.4);
            position: absolute;
            content: '';
            left: 0;
            top: 8px;
        }

.investment_section {
    width: 100%;
    height: auto;
    padding: 40px 0;
    background: #0066b2;
}

.invest_icon {
    width: 40%;
    float: left;
    position: relative;
}

    .invest_icon svg {
        width: 80%;
        display: block;
        margin: auto;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 0;
        right: 0;
    }

.invest_form_wpr {
    width: 60%;
    float: left;
}

.invest_icon .st0 {
    fill: #fff;
}

.flx_wpr {
    display: flex;
}

.invest_form_wpr {
    color: #fff;
}

    .invest_form_wpr h2 {
        font-size: 26px;
        color: #102c6a;
    }

    .invest_form_wpr p {
        font-size: 16px;
    }

        .invest_form_wpr p a {
            font-weight: bold;
            color: #102c6a;
        }

.invest_form > div {
    position: relative;
    margin-top: 25px;
}
    /*.invest_form > div:after{position: absolute;bottom:0;height: 1px;width: 0;content: '';left: 0;}*/
    .invest_form > div input[type="text"] {
        background: transparent;
        border: 0;
        border-bottom: 1px solid rgba(255,255,255,0.3);
        color: #fff;
        height: 46px;
        width: 100%;
        position: relative;
        z-index: 2;
        padding-left: 15px;
    }

    .invest_form > div input ~ label {
        position: absolute;
        z-index: 1;
        top: 50%;
        transform: translateY(-50%);
        font-size: 15px;
        color: rgba(255,255,255,0.6);
        transition: all 0.3s;
        padding: 2px 10px;
        left: 0;
    }
    /*.invest_form > div input ~ span{width: 100%;position: absolute;z-index: 0;height:0;background: rgba(255,255,255,0.2);bottom:0;left:0;transition: all 0.3s;
display: block;}*/
    .invest_form > div input:valid ~ label, .invest_form > div input:focus ~ label {
        top: -15px;
        transform: translateY(0);
        font-size: 12px;
        left: 0;
        background: #4d94c9;
        left: 5px;
        border-radius: 10px;
        border: 1px solid rgba(255,255,255,0.3);
        color: rgba(255,255,255,1);
    }

    .invest_form > div input ~ svg, .invest_form > div input ~ svg rect {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        fill: none;
    }

        .invest_form > div input ~ svg rect {
            stroke: rgba(255,255,255,0.3);
            stroke-width: 4;
            transition: 0.6s;
            stroke-dasharray: 950,950;
            stroke-dashoffset: 950;
        }

    .invest_form > div input:focus ~ svg rect, .invest_form > div input:valid ~ svg rect {
        stroke-dashoffset: 0;
    }
    /*.invest_form > div input:valid ~ span, .invest_form > div input:focus ~ span{height:100%;}*/

    .invest_form > div input[type="text"]:focus, .invest_form > div input[type="text"]:valid {
        outline: 0; /*border-bottom: 2px solid rgba(255,255,255,0.6);*/
    }

.invest_form .open_acc_btn a {
    background: #fff;
    color: #0066b2;
    float: right;
    padding: 10px 20px;
    font-size: 20px;
}

    .invest_form .open_acc_btn a:before {
        background: rgba(0,102,178,0.2);
    }

.mf_wpr {
    background: #fff;
    background: linear-gradient(to right, #0066b2 0%,#0066b2 40px, #fff 41px,#fff 100%);
    padding-left: 55px;
}

    .mf_wpr h2.hedz {
        margin-top: 0px;
        font-size: 40px;
    }

    .mf_wpr p {
        font-size: 20px;
    }

.mf_iconz svg {
    width: 50%;
    display: block;
    margin: 40px auto 0 auto;
}

    .mf_iconz svg .st0 {
        fill: #102c6a;
    }


.mf_scrols {
    padding-top: 30px;
}

.mf_carousel .slide a {
    color: #0066b2;
    font-size: 16px;
    font-weight: 700;
    display: block;
    padding-left: 18px;
    position: relative;
}

    .mf_carousel .slide a span {
        position: absolute;
        width: 13px;
        height: 13px;
        left: 0;
        top: 6px;
        color: #fff;
        background: #102c6a;
        font-size: 14px;
        text-align: center;
        line-height: 11px;
    }

.mf_carousel .slide table {
    width: 100%;
}

    .mf_carousel .slide table tr th:first-child {
        text-align: left;
    }

    .mf_carousel .slide table th {
        font-size: 12px;
        color: rgba(0,0,0,0.8);
        text-align: center;
        font-weight: normal;
    }

    .mf_carousel .slide table td {
        font-size: 12px;
        font-weight: 700;
        text-align: center;
    }

.mf_carousel .slide {
    padding: 10px 0;
    border-bottom: 2px solid rgba(0,0,0,0.1);
}

.bx-controls-direction {
    display: inline-block;
    float: right;
    padding-top: 10px;
}

    .bx-controls-direction a {
        font-size: 20px;
        margin-left: 5px;
    }

.footer_section {
    background: #0f0f0f;
}

    .footer_section .botm_links .col {
        border-right: 1px solid rgba(255,255,255,0.1);
    }

        .footer_section .botm_links .col:last-child {
            border-right: 0px;
        }

    .footer_section .col ul li {
        padding: 6px 0 6px 10px;
    }

        .footer_section .col ul li a {
            font-size: 13px;
            color: rgba(255,255,255,0.6);
            transition: all 0.3s;
        }

            .footer_section .col ul li a:hover {
                color: rgba(255,255,255,1);
            }

.footer_section {
    padding: 30px 0;
}

.atntn_wpr {
    background: #252525;
    width: 100%;
    height: 40px;
    font-size: 13px;
    color: rgba(255,255,255,0.6);
    line-height: 40px;
    margin-top: 40px;
}

    .atntn_wpr .lft_hed {
        width: 200px;
        float: left;
        background: #393939;
        height: 40px;
    }

    .atntn_wpr h3 {
        font-size: 15px;
        font-weight: bold;
        text-align: center;
        line-height: 40px;
    }

    .atntn_wpr .rgt_dtl {
        width: calc(100% - 200px);
        float: left;
        padding: 0 20px;
    }

.footer_text p {
    font-size: 13px;
    color: rgba(255,255,255,0.4);
    text-align: center;
    padding: 6px 0;
    margin-bottom: 0;
}

.white_wpr table {
    margin-bottom: 0;
}

.search_button {
    display: none !important;
    width: 23px;
    height: 23px;
    top: 9px;
    margin-right: 4px;
}

.show_mob {
    display: none !important;
}

.hide_mob {
    display: block;
}

.mob_market_nav {
    display: none;
}

.black_box {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 90;
    background: rgba(0,0,0,0.7);
    display: none;
}

.up_dwn_btn {
    width: auto;
    height: 45px;
    position: fixed;
    bottom: 0;
    background: rgba(255,255,255,0.5);
    right: 0;
    cursor: pointer;
}

    .up_dwn_btn span {
        float: right;
        font-size: 30px;
        text-align: center;
        color: #0066b2;
        display: block;
        width: 49px;
    }

        .up_dwn_btn span:last-child {
            border-right: 2px solid rgba(0,102,178,0.7);
        }

    .up_dwn_btn .up {
        display: none;
    }

.banner_wpr .carousel-indicators {
    margin-right: -30px;
}

#down1, #down2, #down3, #up1, #up2, #up3 {
    display: none;
}

.pos_rel {
    position: relative;
}

.ver_centr {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin: 0 auto;
    left: 0;
    right: 0;
    width: 100%;
}

.investment_section h2.hedz + p {
    padding: 0 15px;
}

.sel_holder {
    position: relative;
}

    .sel_holder:after {
        position: absolute;
        z-index: 2;
        width: 0;
        height: 0;
        border-right: 6px solid transparent;
        border-left: 6px solid transparent;
        border-top: 6px solid rgba(0,0,0,1);
        content: '';
        right: 4px;
        top: 50%;
        transform: translateY(-50%);
    }
.img_ot {
    width: 70%;
    margin: 0 auto;
    text-align: center;
}
@media (max-width: 1500px) {
    .carousel-item.banner2 { /*background-position-x: -220px;*/
    }

    .short_cut_links ul {
        width: 85%;
    }

    .short_cut_links li a {
        width: 100%;
    }

    .Mkdate {
        font-size: 12px;
    }

    .col_chart_left {
        padding-left: 0;
    }

    .todays_market_section .white_wpr {
        min-height: 425px;
    }

    .mrktinfotable tr td {
        padding: 10px;
    }
}

@media (max-width: 1400px) {
    .containerz {
        width: calc(100% - 30px);
    }

    .mf_wpr {
        margin-left: -15px;
    }

    .social_links {
        top: 150px;
    }

        .social_links li {
            width: 30px;
            height: 30px;
        }

            .social_links li a svg {
                height: 20px;
            }
}

@media (max-width: 1200px) {
    .flip_anim .divz {
        margin-top: 15px;
    }

    .belo_top_nav .search_box {
        width: 230px;
    }

    .banner_wpr .carousel-caption {
        width: 350px;
    }

    .carousel-caption h1 {
        font-size: 24px;
    }

    .carousel-caption .fst_line {
        font-size: 16px;
    }

    .carousel-caption p {
        font-size: 14px;
    }

    .carousel-item.banner3 {
        background-position: 0px;
    }

    .carousel-item.banner2 {
        background-position-x: -360px;
    }

    .todays_market_section .containerz {
        margin-top: 0;
    }

    .imp_nav ul li {
        font-size: 14px;
    }

        .imp_nav ul li a {
            padding: 4px 10px;
        }

    .marketz_tab li {
        font-size: 18px;
        padding: 0 20px;
    }

    .mf_wpr h2.hedz {
        margin-top: 18px;
    }

    .mf_iconz svg {
        width: 20%;
        margin: 20px auto;
    }

    .mf_scrols {
        padding-top: 0;
    }

    .mf_carousel .slide {
        padding: 10px 0;
    }

    .header.fixer .logo {
        width: 210px;
        padding-top: 17px;
    }

    .header.fixer .header-right {
        width: calc(100% - 210px);
    }

    .investment_section .ver_centr {
        position: static;
        top: 0;
        transform: translateY(0);
        margin: 0 auto;
    }

    .belo_top_nav .hgltd_btns {
        margin-right: 0;
    }
}

@media (max-width: 992px) {
    .belo_top_nav {
        position: relative;
    }

        .belo_top_nav .search_box {
            display: block;
            width: 0%;
            position: absolute;
            z-index: -1;
            left: 0;
            top: -1px;
            background: #fff;
            overflow: hidden;
            transition: all 0.3s;
            opacity: 0;
        }

            .belo_top_nav .search_box.ful_show {
                width: 100%;
                z-index: 10;
                overflow: visible;
                opacity: 1;
            }

    .search_button {
        display: inline-block !important;
        width: 30px;
        height: 30px;
        border-radius: 20px;
        float: left !important;
        position: relative;
        top: 6px;
        margin-right: 15px;
        cursor: pointer;
    }

        .search_button .st0 {
            fill: #0066b2;
        }

    .hgltd_btns a {
        height: 38px;
    }

        .hgltd_btns a span.svg_icon {
            display: none;
        }

        .hgltd_btns a span.txt {
            padding: 6px 0 0 0px;
        }

    .baner_section {
        display: block;
    }

        .baner_section .banner_wpr {
            width: 100%;
        }

        .baner_section .short_cut_links {
            width: 100%;
        }

    .short_cut_links ul {
        position: static;
        top: 0;
        transform: translateY(0);
    }

    .imp_nav ul li {
        font-size: 11px;
    }

        .imp_nav ul li a {
            padding: 4px 4px;
        }

    .logo {
        padding-top: 23px;
        width: 210px;
    }

    .header .header-right {
        width: calc(100% - 210px);
    }

    .header.fixer .logo {
        padding-top: 13px;
    }

    .imp_nav {
        display: block;
    }

    .header.fixer .top_nav.new_pos ul.nav {
        top: 136px;
        height: calc(100% - 136px);
    }

    .short_cut_links li {
        width: calc(100% / 4);
        padding: 0 6px;
        box-sizing: border-box;
    }

        .short_cut_links li a {
            float: none;
            margin: 6px 0;
        }

    .carousel-item {
        height: 350px;
    }

    .baner_section .short_cut_links {
        padding-bottom: 0px;
    }

    .marketz_tab li {
        font-size: 15px;
        padding: 0 10px;
    }

    .group_concn {
        width: 500px;
    }

    .invest_form > div input ~ svg rect {
        stroke-dasharray: 1000,1000;
        stroke-dashoffset: 1000;
    }

    .mf_wpr {
        margin-top: 30px;
    }

    .footer_section .col ul li {
        line-height: 16px;
    }

    .todays_market_section .white_wpr {
        min-height: auto;
    }
    /*.top_ticker_wpr.fixer{top:42px;}
	.header.fixer{top:88px;}*/
}

@media (max-width: 767px) {
    .market_movers_table {
        overflow-x: scroll;
    }

    .group_concn {
        width: 100%;
    }

    .imp_nav {
        display: none;
    }

    .top_ticker_wpr {
        padding: 7px;
    }

    .tick_exchng_btn {
        margin-top: -3px;
    }

        .tick_exchng_btn li {
            font-size: 12px;
            padding: 2px 5px;
        }

    .ticker_left {
        width: 65px;
    }

    .ticker_right {
        width: calc(100% - 65px);
        height: 30px;
        overflow-x: hidden;
    }

    .marqe li {
        padding-top: 0;
    }

    .tick_exchng_btn {
        position: relative;
        top: 2px;
    }

    .header.fixer .logo, .logo {
        width: 180px;
        padding-top: 0;
    }

        .logo a {
            display: block;
            width: 180px;
            margin: 5px auto;
        }

    .search_button {
        width: 23px;
        height: 23px;
        top: 9px;
        margin-right: 4px;
    }

    .header.fixer {
        top: 0px;
        padding: 2px 10px;
    }

        .header-right, .header.fixer .header-right {
            width: calc(100% - 180px);
        }

    .top_nav {
        padding-bottom: 0;
    }

    .menu_icon {
        display: inline-block !important;
    }

    .belo_top_nav .hgltd_btns {
        margin-right: 4px;
        display: none;
    }

    .hgltd_btns a {
        padding: 0 15px;
        font-size: 13px;
        line-height: 14px;
        text-align: center;
    }

    .show_mob {
        display: block !important;
    }

    .hgltd_btns a span.txt {
        padding: 4px 0 0 0px;
    }

    .top_nav ul.nav {
        position: absolute;
        right: -200px;
        z-index: -1;
        transition: all0.5s;
        opacity: 0;
        top: 125px;
    }

    .top_nav.new_pos ul.nav {
        position: fixed;
        top: 81px;
        width: 200px;
        right: 0px;
        box-shadow: 0 0 4px 4px rgba(0,0,0,0.1);
        opacity: 1;
        background: #fff;
        height: calc(100% - 81px);
        z-index: 97;
        overflow-y: scroll;
    }

    .header {
        padding: 0px 10px;
        z-index: 99;
    }

    .header {
        padding-top: 38px;
    }

    .top_nav.new_pos ul.nav li {
        clear: both;
        float: none;
        display: block;
        padding: 8px 15px;
        border-bottom: 1px dashed rgba(0,0,0,0.2);
    }

    .top_nav ul.nav li {
        clear: both;
        float: none;
        display: block;
        padding: 8px 15px;
        border-bottom: 1px dashed rgba(0,0,0,0.2);
    }

    .top_nav.new_pos ul.nav li:after {
        display: none;
    }

    .header.fixer .imp_nav {
        display: none;
    }

    .header.fixer .top_nav.new_pos ul.nav {
        top: 54px;
        height: calc(100% - 77px);
    }

    .carousel-item {
        width: 100%;
        height: 300px;
        background-size: cover;
    }

        .carousel-item.banner1 {
            background-image: url(../Images/mob_bannr1.jpg);
            background-position-x: 0;
        }

        .carousel-item.banner2 {
            background-image: url(../Images/mob_bannr2.jpg);
            background-position-x: 0;
        }

        .carousel-item.banner3 {
            background-image: url(../Images/mob_bannr3.jpg);
            background-position-x: 0;
        }

    .hide_mob {
        display: none;
    }

    .carousel-caption h1 {
        font-size: 18px;
        width: 70%;
        background: rgba(255, 255, 255, 0.7607843137254902);
        padding: 10px;
    }

    .carousel-caption button {
        font-size: 12px;
        padding: 5px 10px;
        bottom: auto;
        top: 71px;
        left: 15px !important;
    }

    .banner_wpr .carousel-caption {
        top: auto;
        bottom: 0;
        position: absolute;
        padding-bottom: 0;
        padding-top: 5px;
    }

    .carousel-indicators {
        bottom: -5px;
        margin-right: 10px;
        margin-left: 0;
    }

    .short_cut_links ul {
        width: 100%;
    }

    .short_cut_links li a h2 {
        font-size: 11px;
        top: 40px;
    }

    .short_cut_links li a .short_icon {
        width: 30px;
        top: 10px;
    }

        .short_cut_links li a .short_icon svg {
            height: 30px;
        }

    .short_cut_links li a {
        height: 70px;
        margin: 5px 0;
    }

    .short_cut_links li {
        padding: 0 3px 0 3px;
    }

    .todays_market_section, .About_us_section {
        padding: 25px 0;
        position: relative;
    }

    h2.hedz {
        font-size: 26px;
    }

    .chart_wpr {
        display: block;
    }

    .col_chart_left, .col_chart_right {
        width: 100%;
        clear: both;
        float: none;
    }

    .mrktinfotable td {
        padding: 6px;
    }

    h2.hedz + p {
        font-size: 13px;
    }

    .Market-info {
        padding: 4px 0;
    }

    .daystab {
        margin-top: 0px;
    }

    .col_chart_right {
        border-left: 0;
    }

    .col_chart_right, .col_chart_left {
        padding: 15px 0;
    }

    .daystab li a {
        padding: 4px 4px;
    }

    .market_filters li ul {
        left: 0;
        right: auto;
    }

    .resp_table > .table > tbody > tr > td, .resp_table > .table > tbody > tr > th, .resp_table > .table > tfoot > tr > td, .resp_table > .table > tfoot > tr > th,
    .resp_table > .table > thead > tr > td, .resp_table > .table > thead > tr > th {
        white-space: normal !important;
    }

    .resp_table th {
        display: none;
    }

    .resp_table tr td {
        position: relative;
        padding-left: 45% !important;
        text-align: right;
        display: block;
        border-top: none !important;
    }

        .resp_table tr td:first-child {
            padding-left: 10px !important;
            width: 100% !important;
            background-color: white;
            display: block !important;
            border-top: 1px solid #ccc !important;
        }

        .resp_table tr td:before {
            content: attr(data-label);
            position: absolute;
            top: 10px;
            left: 10px;
        }

        .resp_table tr td:first-child:after {
            position: absolute;
            content: "+";
            top: 10px;
            right: 10px;
            font-weight: bold;
            font-size: 16px;
        }

        .resp_table tr td.activearw:after {
            content: "-";
        }

        .resp_table tr td:first-child:before {
            display: none;
        }

    .market_movers_table.resp_table tr td:last-child {
        text-align: right;
    }

    .todays_market_section .white_wpr {
        min-height: auto;
        padding-bottom: 60px;
    }

    .marketz_navgtn {
        padding-top: 10px;
    }

    .mob_market_nav {
        display: block;
        width: 90%;
        height: 40px;
        padding: 10px 20px 10px 10px;
        box-sizing: border-box;
        position: relative;
        border: 1px solid rgba(255,255,255,0.2);
        margin: 0px auto;
        display: block;
        color: #fff;
        font-weight: bold;
    }

        .mob_market_nav:after {
            position: absolute;
            width: 0;
            height: 0;
            border-right: 8px solid transparent;
            border-left: 8px solid transparent;
            border-top: 8px solid rgba(255,255,255,0.6);
            right: 10px;
            top: 50%;
            transform: translateY(-50%);
            content: '';
        }

    .marketz_navgtn {
        position: relative;
    }

    .marketz_tab {
        display: none;
        width: 90%;
        position: absolute;
        z-index: 10;
        background: rgba(0,0,0,0.9);
        left: 0;
        right: 0;
        margin: auto;
    }

        .marketz_tab li {
            float: none;
            clear: both;
            padding: 10px;
            line-height: 15px;
            height: auto;
            border-bottom: 1px dashed rgba(255,255,255,0.1);
        }

    .invest_icon {
        display: none;
    }

    .invest_form_wpr {
        width: 100%;
        clear: both;
        float: none;
    }

    .About_us_section .containerz {
        margin-top: 20px;
    }

    .about_ul li {
        padding-bottom: 10px;
    }

    .invest_form > div {
        margin-top: 25px;
    }

    .invest_form .open_acc_btn a {
        font-size: 16px;
    }

    .mf_wpr h2.hedz {
        font-size: 24px;
    }

    .mf_carousel .slide a {
        font-size: 14px;
    }

    .atntn_wpr .lft_hed {
        width: 120px;
    }

    .atntn_wpr .rgt_dtl {
        width: calc(100% - 120px);
        padding: 0 5px;
    }

    .atntn_wpr h3 {
        font-size: 12px;
    }

    .belo_top_nav .search_box {
        position: fixed;
        width: 90%;
        top: -100%;
        margin: 0 auto;
        left: 0;
        right: 0;
    }

        .belo_top_nav .search_box.ful_show {
            top: calc(50vh - 20px);
            width: 90%;
        }

    .baner_section .banner_wpr {
        margin-top: 77px;
    }

    .wow {
        visibility: visible !important;
        -webkit-animation: none !important;
        -moz-animation: none !important;
        -o-animation: none !important;
        -ms-animation: none !important;
        animation: none !important;
    }

    .mob_botom {
        position: relative;
        width: 100%;
        padding: 10px;
        font-size: 14px;
        font-weight: bold;
        color: #fff;
    }

        .mob_botom:after {
            position: absolute;
            content: "+";
            top: 10px;
            right: 10px;
            font-weight: bold;
            font-size: 16px;
        }

        .mob_botom.activearw:after {
            content: "-";
        }

    .footer_section {
        padding: 12px 0;
    }

        .footer_section .botm_links {
            display: none;
        }

            .footer_section .botm_links .col {
                width: 50%;
                display: block;
                flex-basis: unset;
                float: left;
            }

    .atntn_wpr {
        margin-top: 15px;
    }

    .mf_wpr {
        background: #fff;
        background: linear-gradient(to right, #0066b2 0%,#0066b2 30px, #fff 30px,#fff 100%);
        padding-left: 45px;
    }

    .social_links {
        top: 88px;
    }

        .social_links li {
            width: 30px;
            height: 30px;
        }

            .social_links li a svg {
                height: 20px;
            }

    .short_cut_links li a .short_icon.icn5, .short_cut_links li a .short_icon.icn1 {
        width: 42px;
    }

    .baner_section .short_cut_links li a {
        height: 70px;
    }

    .baner_section .short_cut_links {
        margin: 0px 0;
        overflow-x: auto;
    }
}

@media (max-width: 480px) {
    .carousel-item {
        width: 100%;
        height: 200px;
        background-size: cover;
    }

    .banner_wpr .carousel-caption {
        width: 100%;
    }
}

.video-background {
    width: 100%;
}

.video-background-container {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
}

.slidenav {
    padding: 0 0 0 10px;
}

}

@media (min-width:1200px) {
    .header.fixer .custom-mov-hide {
        margin-top: -40px;
    }
}

/*Header blink changes on 22 oct 2020*/

.on_tarding {
    left: 55%;
}

.header.fixer .on_tarding {
    left: 58%;
}

@media only screen and (min-width:1200px) and (max-width:1280px) {
    .on_tarding {
        left: 54%;
    }

    .header.fixer .on_tarding {
        left: 54%;
    }
}

@media only screen and (min-width:1024px) and (max-width:1199px) {
    .on_tarding {
        left: 62%;
    }
}

@media only screen and (min-width:768px) and (max-width:1023px) {
    .on_tarding {
        left: 10%;
        bottom: -9px;
    }

    .header.fixer .on_tarding {
        left: 10%;
        bottom: -9px;
    }
}

@media only screen and (max-width:767px) {
    .show_mob_btn {
        width: 215px;
    }

        .show_mob_btn.online_trading {
            bottom: 54px;
        }
}


.captcha_body {background-color: white; position: relative; overflow: hidden;}
.captcha_body img {height: 35px;}
.fa-refresh {display: inline-block; padding: 13px 10px 0 0}
/*end*/