@import url("bootstrap-icons.css");

html {
    scroll-behavior: smooth;
    font-size: 16px;
    /*overflow-x: hidden;
  width: 100vw;*/
}

[dir="rtl"] {
    text-align: right;
}

[dir="ltr"] {
    text-align: left;
}

body {
    color: #212322;
    font-feature-settings: "liga", "kern";
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body,
a,
button,
.btn-brand,
.header-icon-box,
.header-icon-box .header-icon {
    -webkit-transition: all 400ms ease, outline 0ms;
    -moz-transition: all 400ms ease, outline 0ms;
    -ms-transition: all 400ms ease, outline 0ms;
    -o-transition: all 400ms ease, outline 0ms;
    transition: all 400ms ease, outline 0ms;
}

    a,
    a:visited {
        color: #861F41;
        text-decoration: none;
    }

        a:hover {
            color: #212322;
            text-decoration: none;
        }

input:active,
input:hover {
    outline: 0;
}

.text-bold {
    font-weight: bold !important;
}

.form-control,
.form-select {
    border-radius: 2px;
    color: #861F41;
    border-color: #861F41;
}

    .form-control:focus,
    .form-select:focus,
    .form-control:active,
    .form-select:active {
        border-color: #861F41;
        box-shadow: none;
    }

.btn-check:active + .btn-secondary:focus,
.btn-check:checked + .btn-secondary:focus,
.btn-secondary.active:focus,
.btn-secondary:active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
    box-shadow: none;
}

.brand-color {
    color: #861F41 !important;
}

.btn-brand,
.btn-brand:visited, .btn-brand:focus {
    border-radius: 2rem;
    border: 0;
    background-color: #861F41;
    color: #FFF;
    text-align: center;
    padding: 0.75rem 1.25rem;
    display: inline-block;
}

    .btn-brand:hover
    /*, .btn-brand:focus*/ {
        background-color: #FFF;
        color: #861F41;
        text-decoration: none;
        box-shadow: none;
    }

.btn-small {
    padding: 0.75rem 1.5rem;
    font-size: 0.875rem;
}

.ratio-2x1 {
    --bs-aspect-ratio: 45%;
}

/* Default styles */
.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
}

.border-radius-0 {
    border-radius: 0px !important;
}

.col-container {
    display: flex;
    flex-direction: column;
}

    .col-container .card {
        flex: 1;
        position: relative;
    }

.card {
    border: 0;
    background-color: #FFF;
    border-radius: 1rem;
    margin-bottom: 2rem;
    position: relative;
    box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
}

    .card .table > :not(:first-child) {
        border-top: 0;
    }

.table > :not(caption) > * > * {
    padding: 0.5rem 1rem;
}

.table-sm > :not(caption) > * > * {
    padding: 0.5rem 0.75rem;
}

.card .table > thead {
    background-color: #861F41;
    color: #FFF;
}

    .card .table > thead tr th {
        padding-top: 1rem;
        font-weight: 400;
        text-transform: uppercase;
        font-size: 0.875rem;
    }

.card .table.striped tr td {
    border: 0;
    font-weight: 500;
    font-size: 0.875rem;
}

.card .table.striped tr:nth-child(even) td {
    background-color: #fafafa;
}

.card .card-footer {
    background-color: #FFF;
    border-top: 1px solid rgba(0, 0, 0, .05);
}

.section-button {
    margin: 1rem 0;
    position: relative;
}

.ActiveViewAllBtn,
.ActiveViewAllBtn:visited,
a.ActiveViewAllBtn,
a.ActiveViewAllBtn:visited,
.btn-secondary,
.btn-secondary:visited,
a.btn-secondary,
a.btn-secondary:visited {
    font-weight: normal;
    font-size: 0.815rem;
    color: white !important;
    border: 0;
    display: inline-block;
    padding: 0.5rem 1rem;
    background-color: #861F41 !important;
    border-radius: 1rem;
}

    .ActiveViewAllBtn:hover,
    .ActiveViewAllBtn:focus,
    a.ActiveViewAllBtn:hover,
    a.ActiveViewAllBtn:focus {
        background: rgba(164, 0, 71, 0.08);
        color: #861F41;
        box-shadow: none;
    }

.viewAllBtn,
.viewAllBtn:visited,
a.viewAllBtn,
a.viewAllBtn:visited,
.btn-secondary,
.btn-secondary:visited,
a.btn-secondary,
a.btn-secondary:visited {
    font-weight: normal;
    font-size: 0.815rem;
    color: #861F41;
    border: 0;
    display: inline-block;
    padding: 0.5rem 1rem;
    background-color: rgba(164, 0, 71, 0.08);
    border-radius: 1rem;
}

    .viewAllBtn:hover,
    .viewAllBtn:focus,
    a.viewAllBtn:hover,
    a.viewAllBtn:focus {
        background: #861F41;
        color: #FFF;
        box-shadow: none;
    }

    .btn-secondary,
    .btn-secondary:visited,
    a.btn-secondary,
    a.btn-secondary:visited {
        background-color: rgba(164, 0, 71, 0.08);
        color: #861F41;
    }

        .btn-secondary:hover,
        a.btn-secondary:hover,
        .btn-secondary.active,
        a.btn-secondary.active,
        .btn-check:focus + .btn-secondary,
        .btn-secondary:focus,
        a.btn-secondary:focus {
            background-color: #861F41;
            color: #FFF;
            box-shadow: none;
        }

.link-btn,
.link-btn:visited {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 0.815rem;
    color: #861F41;
    display: inline-block;
}

    .link-btn:hover,
    .link-btn:focus {
        color: #212322;
        text-decoration: underline;
        box-shadow: none;
    }

.myTabContent {
    display: none;
}

    .myTabContent.active {
        display: block;
    }


.main-heading {
    margin-bottom: 1rem;
    margin-top: 2rem;
    min-height: 3rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .main-heading h2,
    .homepage-policies .sub-heading h2,
    .page-heading,
    .section-heading,
    .news-heading h3 {
        font-weight: 600;
    }

    .main-heading h2,
    .homepage-policies .sub-heading h2 {
        color: #212322;
        font-size: 1rem;
        display: inline-flex;
        align-items: center;
        padding-top: 0;
        margin: 0;
        text-transform: uppercase;
        line-height: normal;
    }

        .main-heading h2 img {
            max-height: 1.75rem;
        }

.page-heading,
.section-heading {
    color: #212322;
}
.form-group > label {
    /*top: 15px;*/
    /*margin-inline-start:15px !important;*/
    width: fit-content;
    position: relative;
    background-color: white;
    padding: 0px 5px 0px 5px;
    font-size: 0.9em;
}
.page-heading {
    margin-bottom: 2rem;
}

    .page-heading h2 {
        /*text-transform: uppercase;*/
        font-size: 2.5rem;
    }

.content-text h3,
.section-heading h3,
.news-heading h3 {
    font-size: 1.5rem !important;
}

.news-heading {
    margin: 1rem 0;
}

.card-heading {
    font-size: 1.06rem;
    font-weight: 700;
}

.card-para {
    color: #808080;
    font-size: 0.875rem;
    font-weight: normal;
    margin-bottom: 0;
}

.dateRow {
    color: #212322;
    font-size: 0.875rem;
    margin-bottom: 0.25rem;
    font-weight: normal;
    text-transform: uppercase;
}

    .dateRow i {
        color: #808080;
        min-width: 1rem;
        text-align: center;
    }

.borderRadius {
    border-radius: 10px !important;
}

.header {
    position: relative;
    z-index: 3;
    background-color: #fff;
    box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.05);
}

    .header .logo {
        display: inline-block;
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
    }

        .header .logo img {
            max-width: 100%;
            height: 90px;
            transition: all 0.5s;
        }

.header-top-part {
    background-color: #861F41;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    border-radius: 1rem 1rem 0 0;
    margin: 1px;
    margin-top: 0;
}

    .header-top-part a {
        font-size: 1rem;
        font-weight: 500;
        margin: 0 0.25rem;
        color: #FFF;
    }

        .header-top-part a:hover {
            text-decoration: underline;
            color: rgba(255, 255, 255, 0.8);
        }

.lang-btn,
.header-icon-box,
.profile-field {
    display: inline-block;
    padding: 0.025rem;
    min-width: 2.5rem;
}

.header-top-part a.lang-btn {
    text-align: center;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 1rem;
    cursor: pointer;
}

.header-icon-box {
    line-height: normal;
    display: inline-flex;
    align-items: center;
    border: 1px solid #861F41;
    color: #861F41;
    text-transform: uppercase;
    font-weight: 600;
}

    .header-icon-box:hover {
        cursor: default;
        text-decoration: none;
        color: #861F41;
    }

.header-icon {
    padding: 0 10px;
}

    .header-icon > img {
        max-height: 1rem;
    }

.header-text {
    padding: 0 0.75rem;
    font-size: 0.875rem;
}

.lang-icon,
.lang-icon .btn-link {
    color: #861F41;
    text-decoration: none;
}

    .lang-icon button {
        display: inline-flex;
        align-items: center;
        outline: 0;
        font-size: 0.875rem;
        font-weight: 500;
        padding-left: 0;
    }

        .lang-icon button.dropdown-toggle {
            border-radius: 0;
        }

    .lang-icon img,
    .lang-icon .dropdown-item {
        margin: 0 0.25rem;
        font-size: 0.875rem;
        font-weight: 400;
    }

        .lang-icon .dropdown-item:hover,
        .lang-icon .dropdown-item:focus,
        .lang-icon .dropdown-item:active,
        .lang-icon.btn-check:focus + .btn,
        .lang-icon .btn:focus {
            outline: 0;
            box-shadow: none;
        }

    .lang-icon .dropdown-item {
        background: transparent;
        outline: 0;
        margin: 0.25rem 0;
        border-radius: 10px;
        line-height: 1.5rem;
    }

        .lang-icon .dropdown-item:hover,
        .lang-icon .dropdown-item:focus,
        .lang-icon .dropdown-item:active {
            color: #861F41;
            outline: 0;
        }

.dropdown-menu {
    min-width: 100%;
    padding: 0;
    margin: 0;
    font-size: 1rem;
    color: #861F41;
    border: 1px solid #861F41;
    border-radius: 0;
}

.search-field,
.search-icon,
.lang-icon {
    display: inline-block;
}

    .search-field .form-control {
        width: 0px;
        opacity: 0;
        max-height: 30px;
        height: auto;
        transition: all 0.5s;
    }

        .search-field .form-control.showSearch {
            width: 100%;
            opacity: 1;
            border-color: #FFF;
            min-height: 30px;
            border-radius: 1rem;
            border: 0;
        }

            .search-field .form-control.showSearch + .search-icon {
                color: #861F41;
            }

.search-field {
    position: relative;
}

.search-icon {
    position: absolute;
    top: 0.25rem;
    font-size: 1rem !important;
}

.profile-field img {
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
}

.cbfs-menu .nav-link {
    font-size: 1rem;
    font-weight: 500;
    padding: 0.5rem 1rem;
    color: #212322;
    border-bottom: 3px solid transparent;
}

    .cbfs-menu .nav-link:hover,
    .cbfs-menu .nav-link.active {
        color: #861F41;
    }


/* */

.cbfs-menu li {
    position: relative;
    transition: all 0.5s;
}
    .cbfs-menu li.nav-item {
        margin-left: 0.25rem;
        margin-right: 0.25rem;
    }
.cbfs-menu .nav-link:hover,
.cbfs-menu .nav-link.active,
.cbfs-menu .nav-item:hover .nav-link,
.cbfs-menu .nav-item:focus-within .nav-link {
    color: #861F41;
    border-bottom: 3px solid #861F41;
}

.cbfs-menu li > .nav-dropdown {
    position: absolute;
    width: 100%;
    min-width: 12rem;
    background-color: #FFF;
    box-shadow: 0px 3px 5px 0px rgb(0 0 0 / 20%);
    padding: 0.5rem 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    -webkit-transform: rotateX(90deg);
    -moz-transform: rotateX(90deg);
    -ms-transform: rotateX(90deg);
    transform: rotateX(90deg);
    -webkit-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center;
    border-radius: 1rem;
}

    .cbfs-menu li > .nav-dropdown li > .nav-dropdown {
        left: 100%;
        top: 0;
    }

.cbfs-menu li:hover > .nav-dropdown,
.cbfs-menu li:focus-within > .nav-dropdown {
    visibility: visible;
    opacity: 1;
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    transform: rotateX(0deg);
}

.cbfs-menu li > .nav-dropdown a {
    color: #212322;
    display: block;
    padding: 0.5rem 1rem;
    position: relative;
    font-weight: normal;
}

    .cbfs-menu li > .nav-dropdown a:hover,
    .cbfs-menu .nav-item .nav-dropdown a:focus {
        color: #861F41;
    }

.cbfs-menu li > .nav-dropdown li:before {
    content: "";
    position: absolute;
    z-index: -1;
    width: 0px;
    height: 3px;
    background: #861F41;
    bottom: 0;
    left: 0;
    transition: all 0.5s;
}

.cbfs-menu li > .nav-dropdown li:hover:before,
.cbfs-menu .nav-item .nav-dropdown li:focus:before {
    width: 100%;
}

.cbfs-menu li > .nav-dropdown ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

/* */


.homepage-banner {
    position: relative;
}

    .homepage-banner .carousel-caption {
        background-color: rgba(0, 0, 0, 0.55);
        width: 100%;
        height: 100%;
        margin: 0;
        padding: 0;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .homepage-banner h1 {
        font-size: 2.8rem;
        font-weight: 500;
        margin-bottom: 2rem;
    }

    .homepage-banner .banner-img {
        display: block;
        width: 100%;
        /*object-fit: cover;*/
        min-height: 24rem;
        max-height: 24rem;
    }

    .homepage-banner .carousel-control-next,
    .homepage-banner .carousel-control-prev {
        width: auto;
        padding: 0 2rem;
    }

.top-sliding-items {
    border-bottom: 2px solid rgb(215 216 214 / 30%);
    padding: 0.5rem 0;
}

.sensex-card {
    padding: 0 0.5rem;
}

    .sensex-card .sensex-img {
        max-height: 2rem;
        width: auto !important;
        margin-bottom: 0.25rem;
    }

.sensex-body {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 0.875rem;
}

.sensex-icon,
.sensex-icon i {
    font-size: 1.05rem;
    line-height: normal;
    display: inline-block;
    font-weight: 400;
    margin: 0 0.1rem;
}
/*
.sensex-up {
    color: #00cc00;
}

.sensex-down {
    color: #ff0000;
}
*/
.sensex-up {
    color: #3eb267;
}

.sensex-down {
    color: #e12e2b;
}

.sensex-neutral {
    color: #ffba00;
}

    .sensex-neutral i {
        color: #CCC;
    }
.card .table.striped tr td .sensex-neutral i {
    margin-left: 4px;
    margin-right: 4px;
}
.sensex-text {
    direction: ltr;
}

.homepage-banner-bottom {
    position: relative;
    margin-top: -3rem;
    margin-bottom: 1rem;
}

    .homepage-banner-bottom .box-shadow {
        border-radius: 2rem;
        box-shadow: 0 0.1rem 3rem 0 rgba(0, 0, 0, 0.08);
        background-color: #fff;
        padding: 1.5rem 2rem;
        font-weight: 500;
        text-transform: uppercase;
    }

.market-head {
    color: #861F41;
}

.market-status {
    border-radius: 6px;
    text-transform: none;
    line-height: normal;
    display: inline-flex;
    padding: 5px 10px;
    color: #FFF;
    font-size: 0.833rem;
}

.continuous {
    background-color: #0c0;
}

.homepage-section-1 .card,
.gainers-losers .card {
    overflow: hidden;
}

.news-body .news-img {
    border-radius: 1.5rem;
    box-shadow: 0 19px 33px 0 rgba(111, 109, 113, 0.13);
    object-fit: contain;
}

.news-body .dateRow {
    margin-top: 1rem;
}

.news-body h3 {
    color: #000;
    font-size: 1rem;
    margin-bottom: 0.25rem;
    padding: 0;
    font-weight: 500;
}

.news-text,
.news-text p {
    font-weight: normal;
    color: #4a4a4a;
    margin-top: 0.5rem;
}

.report-list,
.card-body ul.tm_tl,
.card-body ol.tm_tl {
    margin: 0;
    padding: 0;
    list-style: none;
}

.list-item {
    display: flex;
    background-color: rgba(164, 0, 71, 0.08);
    border-radius: 0.75rem;
    padding: 0.6rem 1rem;
}

    .list-item:not(:last-child) {
        margin-bottom: 1rem;
    }

    .list-item > img {
        max-height: 2.5rem;
    }

.report-text a {
    color: #212322;
}

    .report-text a:hover {
        color: #861F41;
        text-decoration: underline;
    }

.report-text {
    font-size: 1rem;
    font-weight: 500;
    padding: 0 0.75rem;
}

    .report-text small {
        font-weight: normal;
        display: block;
    }

.content-block h3,
.content-text {
    margin-bottom: 1rem;
}

.content-text {
    padding-bottom: 1rem;
}

    .content-text h3 {
        margin-top: 2rem;
    }

.contact-details,
.location-details,
.contact-form,
.place-order {
    margin-bottom: 1.5rem;
}

    .contact-details .contact-list-item {
        border-bottom: 1px solid #d7d8d6;
    }

    .location-details .card {
        border-radius: 1rem;
        box-shadow: 0 0.1rem 3rem 0 rgb(0 0 0 / 8%);
        background-color: #fff;
        padding: 0;
        overflow: hidden;
    }

.contact-list {
    padding-bottom: 0.5rem;
}

.contact-list-item {
    font-size: 1rem;
    display: flex;
    justify-content: space-between;
    padding: 0.5rem 0;
    font-weight: normal;
}

.contact-icon {
    color: #861F41;
}

    .contact-icon i {
        min-width: 1.5rem;
        display: inline-block;
        text-align: center;
    }

.location-details .contact-list-item {
    justify-content: flex-start;
}

.location-details .contact-icon {
    min-width: 33%;
}

.contact-form .section-heading {
    margin-bottom: 1.5rem;
}

.contact-form,
.place-order {
    padding: 2rem 1.5rem;
    border-radius: 1rem;
    background-color: rgb(164 0 71 / 5%);
}

    .contact-form .form-group {
        margin-bottom: 1.5rem;
    }

    .contact-form label {
        margin: 0;
        font-size: 0.875rem;
        /*opacity: 0.6;*/
        /*color: #797a7a;*/
    }

    .contact-form input,
    .contact-form select,
    .contact-form textarea,
    .contact-form input:focus,
    .contact-form select:focus,
    .contact-form textarea:focus {
        outline: 0;
        box-shadow: none;
        border: 0;
        background-color: transparent;
        border-bottom: 2px solid #dcd6ee;
        border-radius: 0;
        padding: 0;
    }

        .contact-form input:focus,
        .contact-form select:focus,
        .contact-form textarea:focus {
            border-color: #861F41;
        }

.place-order {
    text-align: center;
}

    .place-order h4 {
        color: #861F41;
    }
    .place-order h4 {
        background: #861F41;
        color: #FFF;
        text-align: initial;
        padding: 0.5rem 1rem;
        border-radius: 1rem;
    }
    .place-order h4 a {
        color: #FFF;
    }
        .place-order p {
        text-transform: uppercase;
        font-weight: 300;
        margin: 1rem 0;
    }

.gainers-losers .news-heading h3 {
    margin-bottom: 0;
}

.doc-list-item,
.report-list-item {
    flex: 1;
    display: flex;
    border: solid 1px #d7d8d6;
    background-color: #fefefe;
    border-radius: 0.5rem;
    margin-top: 1.5rem;
    padding: 0.5rem;
    box-shadow: 0 0px 0rem 0 rgb(0 0 0 / 0);
    transition: all 0.5s;
}

    .doc-list-item:hover,
    .report-list-item:hover {
        box-shadow: 0 0px 2rem 0 rgb(0 0 0 / 10%);
    }

.doc-icon,
a.doc-icon,
.doc-icon a {
    color: #861F41;
    font-size: 2.25rem;
}

    .doc-icon a:hover,
    a.doc-icon:hover {
        color: rgba(164, 0, 71, 0.5);
    }

.doc-icon,
.doc-text {
    padding: 0.5rem 0.25rem;
    line-height: normal;
}

    .doc-text h4,
    .doc-text h4 a {
        font-size: 1rem;
        margin: 0;
        padding: 0;
        color: #212322;
        font-weight: 500;
    }

        .doc-text h4 a:hover {
            color: #861F41;
        }

    .doc-text p {
        font-size: 0.875rem;
        margin: 0;
        padding: 0;
        margin-top: 0.25rem;
    }

.report-list-item {
    justify-content: space-between;
    padding: 1rem;
}

.report-list-item,
.report-content {
    display: flex;
    align-items: center;
}

    .report-content > img {
        max-height: 2.5rem;
    }

.report-btn .viewAllBtn i {
    font-size: 1rem;
    font-weight: bold;
}

.report-list-item .report-text small {
    color: #861F41;
    display: block;
    margin-bottom: 0.2rem;
    font-weight: 500;
}

.report-list-item .viewAllBtn,
.report-list-item a.viewAllBtn {
    white-space: nowrap;
}

.expandCollapse,
.documents-list {
    padding-bottom: 2rem;
}

    .expandCollapse .accordion-item {
        border-radius: 0.5rem;
        margin-bottom: 1rem;
        border: 1px solid #d7d8d6;
    }

.accordion-button:focus {
    border-color: inherit;
    outline: 0;
    box-shadow: none;
    z-index: 1;
}

.accordion-button {
    background-color: transparent;
    font-weight: 500;
    color: #212322;
}

.expandCollapse .accordion-button:not(.collapsed) {
    color: #861F41;
    background-color: transparent;
    box-shadow: none;
}

.accordion-button::after {
    background: none;
    font-size: 1.25rem;
    content: "\f282";
    font-family: bootstrap-icons !important;
    opacity: 0.6;
    font-weight: bold;
}

.accordion-button:not(.collapsed)::after {
    background: none;
    opacity: 1;
}

.accordion-header .accordion-button {
    font-size: 1.125rem;
}

.accordion-body {
    font-weight: normal;
}

    .accordion-body ol,
    .accordion-body ul {
        padding: 0 1.25rem;
    }

.breadcrumb-section {
    border-bottom: 1px solid #fcfcfc;
    background: rgb(0 0 0 / 0.75%);
    padding: 0.75rem 0.5rem;
  /*  margin-bottom: 1rem;*/
}

    .breadcrumb-section .breadcrumb {
        margin: 0;
    }

        .breadcrumb-section .breadcrumb .breadcrumb-item {
            text-transform: uppercase;
            font-weight: 500;
            font-size: 0.875rem;
        }

            .breadcrumb-section .breadcrumb .breadcrumb-item.active,
            .breadcrumb-section .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
                color: #d7d8d6
            }

.paging-section {
    padding-top: 2rem;
}

    .paging-section .page-item {
        background-color: #FFF;
    }

        .paging-section .page-item .page-link {
            border: 0;
            background-color: #FFF;
            color: #861F41;
            margin: 0.25rem;
            font-size: 0.875rem;
            border-radius: 0.5rem;
        }

            .paging-section .page-item.active .page-link,
            .paging-section .page-item .page-link:hover {
                z-index: 2;
                color: #861F41;
                background-color: rgb(164 0 71 / 15%);
                border-color: transparent;
                border-radius: 0.5rem;
            }

            .paging-section .page-item.active .page-link,
            .paging-section .page-item .page-link:hover,
            .paging-section .page-item .page-link:focus {
                box-shadow: none;
                outline: 0;
            }

        .paging-section .page-item.page-item-first {
            border-radius: 0;
        }

        .paging-section .page-item.page-item-last {
            border-radius: 0;
        }

.page-item.page-item-first .page-link,
.page-item.page-item-last .page-link {
    border-radius: 0px;
    color: #861F41;
    border: 1px solid #861F41;
    border-radius: 0.5rem;
}

    .page-item.page-item-first .page-link:hover,
    .page-item.page-item-last .page-link:hover {
        color: #FFF;
        background: #861F41;
        border-radius: 0.5rem;
    }

.page-item.page-item-first.disabled .page-link,
.page-item.page-item-last.disabled .page-link {
    opacity: 0.25;
}

.highcharts-credits {
    display: none;
}

.footer {
    background-color: #861F41;
    color: #fff;
    margin-top: 2rem;
}

    .footer a {
        color: #fff;
        display: inline-block;
    }

        .footer a:hover {
            text-decoration: underline;
            color: rgba(255, 255, 255, 0.75);
        }

.socialIcons {
    text-align: center;
}

    .socialIcons a {
        font-size: 1.15rem;
        line-height: 0;
    }

.footer-top {
    padding-top: 1rem;
   
}

.footer h4 {
    font-weight: 500;
    font-size: 1rem;
    margin: 0.5rem 0;
    padding: 0.25rem 0;
    position: relative;
    transition: all 0.25s;
    color: #fff !important;
}

.footer-body {
    padding-bottom: 2rem;
}

.footer-app-block {
    flex: 1;
    display: flex;
    flex-direction: column;
    text-align: center;
}

.footer-body img {
    max-height: 2rem;
}

.footer-body ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-body li a {
    font-size: 0.875rem;
}

.footer-copyright {
    background-color: rgb(33 35 34 / 10%);
    padding-top: 1rem;
}

.copyright {
    color: rgba(255, 255, 255, 0.95);
    font-size: 0.75rem;
    font-weight: 300;
}

.footer-copyright a {
    display: inline-block;
    padding: 0 0.5rem;
    font-size: 1rem;
    font-weight: 500;
}

.header.fixed {
    position: fixed;
    top: 0;
    width: 100%;
}

    .header.fixed .logo img {
        height: 50px;
        transition: all 1s;
    }

.wrapperSticky {
    padding-top: 150px;
}

.modalCloseIcon {
    position: absolute;
    top: -2rem;
    font-size: 2.5rem;
    font-weight: bold;
    color: #FFF;
    cursor: pointer;
}

.bounce {
    animation: bounce 1s infinite alternate;
    -webkit-animation: bounce 1s infinite alternate;
}

@keyframes bounce {
    from {
        transform: translateY(0px);
        transform: scale(1);
    }

    to {
        transform: translateY(-10px);
        transform: scale(1.1);
    }
}

@-webkit-keyframes bounce {
    from {
        transform: translateY(0px);
        transform: scale(1);
    }

    to {
        transform: translateY(-10px);
        transform: scale(1.1);
    }
}

@keyframes lightFade {
    0% {
        opacity: 0;
        transform: translateY(-100%);
    }

    75% {
        opacity: 1;
    }

    100% {
        transform: translateY(0);
    }
}

/* Owl Carousel */
.owl-theme .owl-dots .owl-dot span {
    background: #eaeaea;
}

.owl-theme .owl-dots .owl-dot.active span {
    background: #861F41;
}

/* End */

/* Media Queries */

@media screen and (max-width:280px) and (min-width: 0px) {
    .homepage-banner h1 {
        font-size: 1.8rem;
        margin-bottom: 1rem;
    }

    .navbar-toggler[aria-expanded="false"] .fa-times,
    .navbar-toggler[aria-expanded="true"] .fa-bars {
        display: none;
    }

    .navbar-toggler[aria-expanded="true"] .fa-times,
    .navbar-toggler[aria-expanded="false"] .fa-bars {
        display: inline-block;
    }
}
@media all and (min-width: 576px) {
}

@media all and (min-width: 768px) {
}

@media all and (min-width: 992px) {
    .news-block {
        padding: 1rem;
    }

    .homepage-section-1 .col-container .card {
        min-height: 26rem;
    }

    .footer-app-block a {
        display: block;
        margin-bottom: 0.5rem;
    }
}
@media all and (min-width: 1024px) {
}

@media all and (min-width: 1200px) {
}

@media screen and (max-width: 1359px) and (min-width: 1199px) {
}

@media all and (min-width: 1440px) {

    .container,
    container-sm,
    .container-md,
    .container-lg,
    .container-xl {
        max-width: 1200px;
    }
}

@media all and (min-width: 1600px) {

    .container,
    container-sm,
    .container-md,
    .container-lg,
    .container-xl {
        max-width: 1320px;
    }
}

@media all and (min-width: 1920px) {
    html {
        font-size: 18px;
    }

    .container,
    container-sm,
    .container-md,
    .container-lg,
    .container-xl {
        max-width: 1480px;
    }
}

@media all and (max-width: 1200px) {
}

@media all and (max-width: 1199px) {
    .homepage-banner .carousel-item > img {
        min-height: 60vh;
    }

    .header-top-part {
        padding-top: 0
    }

    .navbar-toggler {
        width: 100%;
        background: #861F41;
        color: #fff;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        border-radius: 0.75rem 0.75rem 0 0;
    }

        .navbar-toggler:focus {
            box-shadow: none;
        }

        .navbar-toggler[aria-expanded="false"] .fa-times,
        .navbar-toggler[aria-expanded="true"] .fa-bars {
            display: none;
        }

        .navbar-toggler[aria-expanded="true"] .fa-times,
        .navbar-toggler[aria-expanded="false"] .fa-bars {
            display: inline-block;
        }


    .with-dropdown:after {
        content: " + ";
        position: absolute;
        right: 0;
        top: 0;
        width: 2rem;
        height: 2rem;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #FFF;
        color: #1e1656;
        margin: 0.5rem 0;
    }

    .with-dropdown[aria-expanded="true"]:after {
        content: " - ";
    }

    .cbfs-menu li > .nav-dropdown {
        position: relative;
        margin-left: 1rem;
        margin-right: 1rem;
        display: none;
    }

    /* .cbfs-menu  li:hover > .nav-dropdown {display: block;} */
    .cbfs-menu .nav-link.active,
    .cbfs-menu .nav-item:hover .nav-link,
    .cbfs-menu .nav-item:focus-within .nav-link {
        border: 0;
    }

    .cbfs-menu .nav-dropdown.showSubMenu {
        display: block;
        visibility: visible;
        opacity: 1;
        -webkit-transform: rotateX(0deg);
        -moz-transform: rotateX(0deg);
        -ms-transform: rotateX(0deg);
        transform: rotateX(0deg);
    }

    .cbfs-menu li,
    .cbfs-menu .nav-item {
        padding-right: 2.5rem !important;
    }

        .cbfs-menu li > .nav-dropdown li:before {
            background: none;
        }

        .cbfs-menu li > .nav-dropdown li > .nav-dropdown {
            left: 0;
        }

    /*.copyright,
    .socialIcons {text-align: left;}*/
    .header-top-part .header-icon-box {
        margin-bottom: 0.5rem;
    }

    .headerRightPart {
        text-align: center;
    }
}

@media all and (max-width: 1023px) {
}

@media all and (max-width: 991px) {
    .search-field {
        margin-top: 0.5rem;
    }

    .navbar-collapse {
        border: 1px solid #861F41;
    }

    .news-block {
        padding: 1rem 0;
    }
    .header-top-part a.lang-btn {
        border: 0 !important;
    }
    .footer-copyright a {
        font-size: 0.8rem;
    }
}

@media all and (max-width: 767px) {
    .homepage-banner-bottom {
        margin-top: 2rem;
    }

    .homepage-banner .carousel-control-next,
    .homepage-banner .carousel-control-prev {
        padding: 0 0.5rem;
    }

    .homepage-banner h1 {
        font-size: 2rem;
    }

    .news-body .link-btn {
        margin-bottom: 1rem;
    }

    .footer-body {
        padding-top: 0;
    }

    .footer-app-block {
        margin-bottom: 2rem;
    }

    .footer-menu-block {
        padding: 0.5rem 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        transition: all 0.5s;
        animation: lightFade 0.5s;
    }

        .footer-menu-block h4 {
            margin: 0;
            font-weight: normal;
            font-size: 1rem;
        }

        .footer-menu-block > ul {
            max-height: 0px;
            visibility: hidden;
            position: relative;
            transition: all 0.5s;
            animation: lightFade 0.5s;
        }

            .footer-menu-block > ul li {
                opacity: 0;
            }

            .footer-menu-block > ul:before {
                content: "+";
                position: absolute;
                top: -2rem;
                color: #FFF;
                font-size: 1.5rem;
                visibility: visible;
                cursor: pointer;
            }

        .footer-menu-block.showFootMenu > ul:before {
            content: "-";
        }

        .footer-menu-block.showFootMenu > ul,
        .footer-menu-block.showFootMenu > ul li {
            max-height: none;
            visibility: visible;
            opacity: 1;
            animation: lightFade 0.5s;
        }

            .footer-menu-block.showFootMenu > ul li a {
                display: block;
            }
}

@media all and (max-width: 575px) {

    .report-list-item,
    .report-content {
        align-items: flex-start;
    }
}
        /* Scroll Button
.scrollTop {
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    line-height: 2.75rem;
    font-size: 1.5rem;
    font-weight: bold;
    top: -1.5rem;
    position: absolute;
    color: #453346;
    box-shadow: 0 2px 14px 0 rgba(88, 88, 88, 0.1);
    background-color: #e8e2e5;
  }
.scrollTop:hover, .scrollTop:focus {
  color: #e8e2e5;
    box-shadow: 0 2px 14px 0 rgba(88, 88, 88, 0.25);
    background-color: #453346;
}
 */
        /* Accessibility Styles
#bright-off, .active #bright-on {display: none !important;}
#bright-on, .active #bright-off {display: block !important;}
.accessOpen > a > i {font-weight: bold; font-size: 1.15rem; }
.skipNav {
  position: absolute;
  top: 5px;
  z-index: 999;
  background: transparent !important;
}
.skipNav .skipLink {
  opacity: 0;
  background: rgb(69 51 70 / 80%);
  padding: 5px 15px;
  border: 0;
  color: #FFF;
}
.skipNav .skipLink:focus {
  opacity: 1;
}
html[dir="ltr"] .skipNav .skipLink.ar, html[lang="en-US"] .skipNav .skipLink.ar {display: none;}
html[dir="rtl"] .skipNav .skipLink.en, html[lang="ar"] .skipNav .skipLink.en {display: none;}

a:hover, a:focus {text-decoration: underline;}
*[role="button"]:focus, a:focus, button:focus {
  outline: blue solid 2px !important;
}
 */

        /*# sourceMappingURL=styles.css.map */

        .dnnFileUploadScope {
            float: none !important;
            width: 100% !important;
        }

            .dnnFileUploadScope .dnnFormItem span,
            .urlControlTab .dnnFormItem > span {
                float: none !important;
            }

        .dnnFormPopup #iPopUp {
            padding: 0;
            padding-top: 10px;
        }

            .dnnFormPopup #iPopUp html,
            .dnnFormPopup #iPopUp html body {
                direction: ltr;
            }

        .dnnEditState .ui-dialog .ui-dialog-titlebar-close {
            position: absolute;
            right: 0;
            top: 0;
        }

        .dnnEditState .dnnFormPopup .dnnModalCtrl {
            top: 10px;
            right: 10px;
            left: auto;
        }

        .dnnEditState .DNNModuleContent {
            direction: ltr;
        }

        .datepicker-dropdown {
            min-width: auto !important;
        }

.lightRed, td.lightRed {
    background: #FDE6E6;
    text-align: right;
}

.lightBlue, td.lightBlue {
    background: #DDE7F3;
    text-align: right;
}

td.lightRed, td.lightBlue {
    border-color:  #FFF
}
.tablesorter-header-inner {
    cursor: pointer;
}
.scrollableTableWithFixedHeader {
    max-height: 400px;
    overflow: auto;
}
.scrollableTableWithFixedHeader table thead {
    position: sticky;
    top: 0;
    z-index: 1;
}
.homepage-section-1 #fullScreenPage .col-container .card {
    min-height: auto;
    margin: 0;
}
#fullScreenPage .scrollableTableWithFixedHeader {
    max-height: calc(100vh - 200px);
}
@media (min-width: 992px) {
    .homepage-section-1 #fullScreenPage .col-container .card {
        min-height: auto;
        margin: 0;
    }
}

.ui-tabs-panel .table th {
    color: #861f41;
}

.ui-tabs-panel .table > :not(:first-child) {
    border-top-color: #861f41;
}
.ui-tabs .ui-tabs-nav {
    background: none;
    border: 0;
}
.bold {font-weight: bold;}
.MarketLatest {cursor: pointer;}

.ui-dialog {font-size: 0.75rem !important;}
.ui-dialog .ui-dialog-content {    padding: 5px !important;}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
    padding: 10px 5px !important;
}
.ui-dialog .table > :not(caption) > * > * {
    padding: 5px !important;
	}

.table-fixed > :not(caption) > * > * {
    padding: 0.2rem !important;
    font-size: 12px !important;
}

.table-fixed tr td span {
    font-size: 12px !important;
}

#fullScreenPage .table-fixed tr td span, #fullScreenPage .table-fixed tr td {
    font-size: 14px !important;
}

.table-fixed thead,
.table-fixed th {
    vertical-align: top !important;
    padding: 0.4rem !important;
}

    .table-fixed tbody td,
    .table-fixed tbody th,
    .table-fixed thead > tr > th {
        vertical-align: top !important;
    }

.dragtable-sortable {
    list-style-type: none;
    margin: 0;
    padding: 0;
    -moz-user-select: none;
}

    .dragtable-sortable li {
        margin: 0;
        padding: 0;
        float: left;
        font-size: 1em;
        background: white;
    }

    .dragtable-sortable th, .dragtable-sortable td {
        border-left: 0px;
    }

    .dragtable-sortable li:first-child th, .dragtable-sortable li:first-child td {
        border-left: 1px solid #CCC;
    }

.ui-sortable-helper {
    opacity: 0.7;
    filter: alpha(opacity=70);
}

.table-handle, .table-handle-disabled {
    /* background-image: url(images/dragtable-handle.png); */
    /* background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAANAQMAAAC5Li2yAAAABlBMVEUAAAAzMzPI8eYgAAAAAnRSTlMAzORBQ6MAAAAOSURBVAjXYwABByyYAQAQWgFBLN2RnwAAAABJRU5ErkJggg=='); */
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyIiBoZWlnaHQ9IjEzIj48cmVjdCBzdHlsZT0iZmlsbDojMzMzO2ZpbGwtb3BhY2l0eTouODsiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIHg9IjEiIHk9IjIiLz4JPHJlY3Qgc3R5bGU9ImZpbGw6IzMzMztmaWxsLW9wYWNpdHk6Ljg7IiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4PSIxIiB5PSI0Ii8+CTxyZWN0IHN0eWxlPSJmaWxsOiMzMzM7ZmlsbC1vcGFjaXR5Oi44OyIgd2lkdGg9IjEiIGhlaWdodD0iMSIgeD0iMSIgeT0iNiIvPjxyZWN0IHN0eWxlPSJmaWxsOiMzMzM7ZmlsbC1vcGFjaXR5Oi44OyIgd2lkdGg9IjEiIGhlaWdodD0iMSIgeD0iMSIgeT0iOCIvPjxyZWN0IHN0eWxlPSJmaWxsOiMzMzM7ZmlsbC1vcGFjaXR5Oi44OyIgd2lkdGg9IjEiIGhlaWdodD0iMSIgeD0iMSIgeT0iMTAiLz48L3N2Zz4=);
    background-repeat: repeat-x;
    height: 15px;
    margin: 0 3px;
    cursor: move;
}

.table-sort-icon {
    height: 15px;
    margin: 0 5px;
    cursor: pointer;
}

.tablesorter-header{
    text-align:center; 
}

.flash{
    background-color: yellow !important;
}

.dialog table thead tr th {
    text-align: center !important;
}
/* DNN admin styles */
#dnnModuleDigitalAssetsSelectionToolbar {
    min-height: 40px;
}

.dnnSearchResultItem-Subset .dnnSearchResultItem-Title a {
    display: none !important;
}

div.dnnModuleDigitalAssetsGrid {
    padding-bottom : 150px !important;
}

.gainers-losers .viewAllBtn:focus,
.gainers-losers a.viewAllBtn:focus {
    color: #861F41;
    background-color: rgba(164, 0, 71, 0.08);
    box-shadow: none;
}



/* Rakesh Added to sticky the left Column */
@media all and (max-width: 767px) {
    .sticky-col {
        position: -webkit-sticky;
        position: sticky;
        z-index: 1;
        min-width: 5rem;
    }

        .sticky-col:first-child {
            left: 0;
        }

        .sticky-col:nth-child(2) {
            left: 5rem;
        }

    html[dir="rtl"] .sticky-col:first-child {
        left: auto;
        right: 0;
    }

    html[dir="rtl"] .sticky-col:nth-child(2) {
        left: auto;
        right: 5rem;
    }

    th.sticky-col {
        z-index: 2;
        background-color: #861F41;
    }

    td.sticky-col {
        z-index: 1;
        background-color: #FFF;
    }
    .scrollableTableWithFixedHeader table thead {
        z-index: 2;
    }
}
/* End */

.text-right{
    text-align:end;
}
@media(max-width:420px) {
    #ReCaptchContainer iframe {
        max-width: 100%;
        width: 100%;

    }

    .btnTradingAccount {
        width: 135px !important;
        height: 65px !important;
        font-weight:600 !important;
        white-space: normal;
        /*font-size: 12px;*/
    }
    #ReCaptchContainer div:first-child {
        max-width: 100%;
        width: 100%;
    }
}


input.form-control {
    min-height: calc(1.5em + 0.75rem + 2px);
}
textarea.form-control {
    min-height: calc(1.2rem + 0.75rem + 2px);
}
.contact-form table tbody tr td input,
.contact-form table tbody tr td label
{
    display: inline;
}
.page-heading h3{
    font-size:1.2rem
}

.text-box-small {
    margin: 0 auto;
    display: table;
    width: 303px;
}
