:root {
    font-size: 10px;
}

html,
body {
    height: 100%;
}

.btn-theme .btn {
    padding: 0.6rem 1.8rem;
    font-size: 1.4rem;
}

a {
    text-decoration: none;
}

body {
    font: 400 1.4rem / 1.5 Roboto, sans-serif;
    text-size-adjust: 100%;
    height: 100%;
    color: rgb(33, 37, 41);
    -webkit-font-smoothing: subpixel-antialiased;
    -webkit-text-stroke: 1px transparent;
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Nunito Sans", sans-serif;
    color: #00B4D8;
}

.clearfix {
    clear: both;
}

@media (min-width: 1200px) {
    .container,
    .container-sm,
    .container-md,
    .container-lg,
    .container-xl {
        max-width: 1280px;
    }
}

.section__top {
    padding-top: 5rem;
}

.banner__col {
    position: relative;
    height: 55rem;
}

.banner__col {
    position: relative;
    height: 55rem;
}

.banner__col .container {
    height: 100%;
}

.banner__col .banner__content {
    position: relative;
    z-index: 9;
    max-width: 55rem;
    color: rgb(255, 255, 255);
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
}

.banner__col .banner__content h2 {
    color: rgb(255, 255, 255);
    font-size: 3.6rem;
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 1.2rem;
}

.market__info--bg {
    position: relative;
}

.text__header h2 {
    font-size: 2.8rem;
    font-weight: 800;
    margin-bottom: 0px;
}

.market__subtext {
    margin-bottom: 0px;
}

.marketInfo__box {
    background: rgb(6, 107, 23);
    padding: 2rem;
    box-sizing: border-box;
    position: relative;
    border: 1px solid rgb(3, 107, 21);
    border-radius: 20px !important;
}

.marketInfo__box h3 {
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 0px;
    font-size: 1.5rem;
    color: rgb(255, 255, 255);
}

.marketInfo__box label {
    font-size: 2rem;
    font-weight: 700;
    display: block;
    margin-bottom: 0px;
    color: rgb(255, 255, 255);
}

.price-decrease {
    color: rgb(249, 134, 134);
    display: inline-block;
    font-size: 1.5rem;
}

.price-decrease svg {
    fill: rgb(249, 134, 134);
    vertical-align: -6px;
}

.market__red {
    background: rgb(222, 37, 37);
    border: 1px solid rgb(222, 37, 37);
}

.market__red .price-decrease {
    color: rgb(255, 255, 255);
}

.market__red .price-decrease svg {
    fill: rgb(255, 255, 255);
}

.market__green .price-increased {
    color: rgb(255, 255, 255);
}

.market__green .price-increased svg {
    fill: rgb(255, 255, 255);
}

.price-increased {
    color: rgb(79, 239, 79);
    display: inline-block;
    font-size: 1.5rem;
}

.price-increased svg {
    fill: rgb(79, 239, 79);
    vertical-align: -6px;
}

.point__change {
    padding: 0px 0.4rem;
}

.market__info--chart {
    margin: 2rem 0px 0px;
}

.price__arrow {
    position: absolute;
    top: 3rem;
    right: 16px;
    background: rgb(255, 255, 255);
    border-radius: 100%;
}

.price__arrow svg {
    width: 6rem;
    height: 6rem;
}

.price__arrow svg path {
    opacity: 0.5;
}

.nav-tabs {
    border-bottom: 2px solid rgb(242, 237, 255);
    margin-bottom: 1.5rem;
}

.nav-tabs .nav-item {
    margin-bottom: -2px;
}

.nav-tabs .nav-item a {
    color: rgb(57, 60, 82);
    font-weight: 400;
    border-top: none;
    border-right: none;
    border-left: none;
    border-image: initial;
    border-bottom: 2px solid transparent;
    font-size: 1.6rem;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    border-bottom: 2px solid #00B4D8;
    color: #00B4D8;
}

.tab-content p {
    line-height: 2rem;
}

.nav-fill .nav-link {
    padding: 1rem;
}

.marketdata__row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
}

.marketdata__row .marketdata__col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 0px 5px;
    box-sizing: border-box;
}

.marketdata__box {
    padding: 1rem;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    height: 100%;
    border-radius: 7px;
}

.marketdata__box h4 {
    font-size: 1.5rem;
    font-weight: 700;
    flex: 1 1 0%;
    margin-bottom: 1rem;
}

.gainer__box {
    border: 2px solid #00B4D8;
    background: rgba(0, 128, 0, 0.02);
}

.marketdata__trans {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.marketdata__trans .marketdata__list p {
    margin-bottom: 0px;
}

.marketdata__trans .marketdata__list span {
    font-weight: 600;
}

.loser__box {
    border: 2px solid rgb(222, 37, 37);
    background: rgba(255, 0, 0, 0.04);
}

.loser__box h4 {
    color: rgb(222, 37, 37) !important;
}

.nepse__marketData .tab-content {
    margin-top: 3rem;
}

.btn-theme {
    padding: 0.6rem 1.5rem;
    font-size: 1.4rem;
    transition: all 0.5s ease 0s;
    background: #00B4D8;
    color: rgb(255, 255, 255);
}

.btn-theme:hover {
    background: #00B4D8;
    color: rgb(255, 255, 255);
    opacity: 0.8;
}

.view__btn {
    margin-top: 1.5rem;
}

#market-sector_filter {
    display: none;
}

.sector__table {
    background: rgb(255, 255, 255);
    box-shadow: rgba(162, 169, 204, 0.24) 0px 8px 16px 0px;
    border: 1px solid rgb(230, 229, 229);
}

.sector__table thead {
    background: #00B4D8;
}

.sector__table thead th {
    color: rgb(255, 255, 255);
}

.table th {
    border: 0px;
}

.table thead th {
    border-bottom: 1px solid rgb(222, 226, 230);
}

.card {
    background: rgb(255, 255, 255);
    box-shadow: rgba(162, 169, 204, 0.24) 0px 8px 16px 0px;
    border: 1px solid rgb(230, 229, 229);
    border-radius: 0px;
}

.no-gutters {
    margin: 0px -8px;
}

.no-gutters>.col,
.no-gutters>[class*="col-"] {
    padding: 0px 8px;
}

.market__summary--card {
    border: 2px solid #00B4D8;
    border-radius: 12px;
    padding: 2rem;
    box-sizing: border-box;
    background: #00B4D8;
}

.summary__card--row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -6px;
    margin-left: -6px;
}

.summary__col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 0px 6px;
}

.summary__infos {
    border-right: 2px solid rgb(53, 75, 210);
    padding-left: 2rem;
}

.summary__infos h4 {
    font-weight: 700;
    color: rgb(255, 255, 255);
}

.summary__infos label {
    font-size: 1.8rem;
    font-weight: 600;
    color: #fff;
}

.summary__col:last-child .summary__infos {
    border-right: 0px;
}

.section__list ul {
    margin: 0px;
    padding: 0px;
}

.section__list ul li {
    list-style: none;
    border-bottom: 1px solid rgb(238, 238, 238);
    padding-bottom: 1rem;
    margin-bottom: 1rem;
}

.section__list ul li:last-child {
    padding: 0px;
    border: 0px;
    margin: 0px;
}

.section__list ul li a:hover h3 {
    color: #00B4D8;
}

.section__list ul li a span {
    color: rgb(33, 37, 41);
    display: inline-block;
    margin: 0.2rem 0px;
}

.section__list ul li a h3 {
    font-family: Roboto, sans-serif;
    color: rgb(34, 34, 34);
    font-weight: 600;
    font-size: 1.8rem;
    transition: all 0.5s ease 0s;
}

.broker__charger .table-bordered {
    border: 1px solid rgb(222, 226, 230);
}

.broker__charger thead {
    background: #00B4D8;
    color: rgb(255, 255, 255);
    font-size: 1.3rem;
}

.broker__charger tbody {
    font-size: 1.3rem;
}

.about__left h2 {
    font-weight: 700;
    font-size: 2.8rem;
    margin-bottom: 1.2rem;
    border-bottom: 2px solid;
}

.about__left p {
    line-height: 1.8;
}

.section__col .text__header {
    margin-bottom: 2rem;
}

.quotes__col {
    position: relative;
}

.quotes__col .overlay {
    position: absolute;
    background: rgba(0, 0, 0, 0.7);
    height: 100%;
    width: 100%;
    top: 0px;
    left: 0px;
}

.quotes__col .quotes__content {
    position: relative;
    z-index: 9;
    max-width: 70rem;
    color: rgb(255, 255, 255);
    margin: 0px auto;
    padding: 8rem 0px;
}

.quotes__col .quotes__content h2 {
    color: rgb(255, 255, 255);
    font-size: 3.6rem;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 1.2rem;
    text-align: center;
}

.quotes__col .quotes__content p {
    font-size: 1.6rem;
}

.service__outer {
    background: rgb(255, 255, 255);
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 8px 24px;
    border: 1px solid rgb(239, 239, 239);
    position: relative;
}

.service__outer .service__border {
    border-right: 1px solid rgb(238, 238, 238);
}

.service__outer .service__border:last-child {
    border: 0px;
}

.service__box {
    text-align: center;
    position: relative;
    padding: 3rem 1.8rem;
    overflow: hidden;
}

.service__box h2 {
    font-size: 2rem;
    font-weight: 700;
    transition: all 0.5s ease-in-out 0s;
}

.service__box p {
    color: rgb(96, 132, 164);
    font-weight: 400;
}

.service__box svg {
    height: 6rem;
    width: 6rem;
    fill: rgb(13, 111, 30);
    object-fit: contain;
    transition: all 0.5s ease-in-out 0s;
}

.service__box a {
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    transition: all 0.5s ease-in-out 0s;
    transform: translate(0px, 200%);
}

.service__box:hover svg {
    margin-top: -12px;
}

.service__box:hover a {
    opacity: 1;
    visibility: visible;
    bottom: 10px;
    color: rgb(51, 51, 51);
    font-weight: 700;
    transform: translate(0px, 0px);
}

.service__box:hover h2 {
    color: #00B4D8;
}

.service__icon {
    margin-bottom: 1.2rem;
}

.section__list.news__list ul li a span {
    display: initial;
}

.breadcrumb__main {
    margin-bottom: 5rem;
    background: rgb(21 40 160 / 7%);
    padding: 4rem 0px;
    box-sizing: border-box;
    text-align: center;
}

.breadcrumb__main .breadcrumb {
    padding: 0px;
    background: transparent;
    border-radius: 0px;
    text-align: center;
    margin: auto;
    display: flex;
    justify-content: center;
}

.breadcrumb__main .breadcrumb a {
    color: rgb(21 40 160);
}

.breadcrumb__main h2 {
    font: 500 2.2rem Roboto, sans-serif;
}

.main__content p {
    line-height: 1.8;
}

.main__content ul {
    padding-left: 1.5rem;
}

.main__content ul li {
    margin-bottom: 1rem;
}

.main__content ol {
    padding-left: 1.5rem;
}

.main__content ol li {
    margin-bottom: 1rem;
}

.content__title {
    font: 600 2.4rem Roboto, sans-serif;
    margin-bottom: 1.2rem;
}

.content-left figure {
    margin-bottom: 1.2rem;
}

.content__date {
    margin: 0.8rem 0px;
    vertical-align: sub;
    padding: 10px 0px;
    border-width: 1px 0px;
    border-top-style: solid;
    border-bottom-style: solid;
    border-top-color: rgb(230, 230, 230);
    border-bottom-color: rgb(230, 230, 230);
    border-image: initial;
    border-left-style: initial;
    border-left-color: initial;
    border-right-style: initial;
    border-right-color: initial;
}

.content__date svg {
    height: 1.8rem;
    width: 1.8rem;
}

.content__head {
    font: 600 2rem Roboto, sans-serif;
    margin-bottom: 0.8rem;
}

.sidebar__title {
    font: 600 1.8rem Roboto, sans-serif;
    text-transform: uppercase;
    border-bottom: 1px solid rgb(200, 203, 206);
    padding-bottom: 1rem;
    margin-bottom: 2rem;
    position: relative;
    color: #00B4D8;
}

.content-left {
    padding-right: 3rem;
}

.side__bar {
    margin-bottom: 4rem;
}

.side__bar ul {
    padding: 0px;
    margin: 0px;
}

.side__bar ul li {
    list-style: none;
    border-bottom: 1px solid rgb(230, 230, 230);
    padding-bottom: 1rem;
    margin-bottom: 1rem;
}

.side__bar ul li:last-child {
    border-bottom: 0px;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.side__bar ul li a {
    color: rgb(34, 34, 34);
    transition: all 0.5s ease 0s;
}

.side__bar ul li a:hover {
    color: #00B4D8;
}

.sidebarflex ul li {
    display: flex;
}

.sidebarflex ul li a {
    flex: 1 1 0%;
}

.date-sidebar {
    margin-left: auto;
    padding-left: 0.5rem;
}

.list__wrap {
    border: 1px solid rgb(238, 238, 238);
    padding: 0.8rem;
    height: 100%;
}

.list__wrap figure img {
    height: 20rem;
    object-fit: cover;
}

.list__wrap a {
    color: rgb(34, 34, 34);
    display: flex;
    flex-direction: column;
    height: 100%;
}

.list__wrap h3 {
    font: 500 1.6rem Roboto, sans-serif;
}

.listing__col {
    margin-bottom: 1.5rem;
}

.pagination__col {
    margin-top: 2rem;
}

.main__content ul.pagination {
    margin: 0px;
    border-width: 1px 0px;
    border-top-style: solid;
    border-bottom-style: solid;
    border-top-color: rgb(238, 238, 238);
    border-bottom-color: rgb(238, 238, 238);
    border-image: initial;
    border-left-style: initial;
    border-left-color: initial;
    border-right-style: initial;
    border-right-color: initial;
    padding: 1rem 0px;
    justify-content: center;
}

.pagination__col .pagination .page-item.active .page-link {
    background: #00B4D8;
    color: rgb(255, 255, 255);
}

.main__content .pagination li {
    margin-bottom: 0px;
}

.accordion .accordion-container {
    padding: 0px;
    margin: 0px 0px 2rem;
    background: rgb(255, 255, 255);
    border: 1px solid rgb(224, 227, 232);
}

.accordion .accordion-container .accordion-header {
    padding: 1rem;
    border-bottom: 0px;
    background: rgb(21 40 160);
}

.accordion .accordion-container .accordion-header a {
    color: rgb(255, 255, 255);
    cursor: pointer;
    font-weight: 500;
    font-size: 1.4rem;
}

.accordion .accordion-container .accordion-header a i.icon {
    margin-right: 0.5rem;
    font-size: 1.3rem;
    vertical-align: middle;
}

.accordion .accordion-container .accordion-header a.collapsed {
    color: rgb(255, 255, 255);
}

.accordion .accordion-container .accordion-header a:hover {
    color: rgb(255, 255, 255);
}

.accordion .accordion-container .accordion-body {
    padding: 1.5rem;
}

.accordion .accordion-container .accordion-body p {
    line-height: 2rem;
}

.accordion.toggle-icons a {
    position: relative;
    display: block;
}

.accordion.toggle-icons a[aria-expanded="true"]::before {
    position: absolute;
    right: 0px;
    top: 0px;
    font-size: 1.8rem;
    content: "";
    font-family: remixicon;
}

.accordion.toggle-icons a[aria-expanded="false"]::before {
    position: absolute;
    right: 0px;
    top: 0px;
    font-size: 1.8rem;
    content: "";
    font-family: remixicon;
}

.accordion-header a i {
    margin-right: 0.5rem;
}

.carer-list {
    margin-bottom: 2rem;
}

.carer-list h3 {
    font-weight: 700;
    margin-bottom: 0.8rem;
}

.main__content .team__col ul {
    padding: 0px;
    margin-bottom: 3rem;
}

.main__content .team__col ul li a {
    text-transform: uppercase;
}

.team__list {
    margin-bottom: 3rem;
}

.team__list h3 {
    text-transform: uppercase;
    font-weight: 700;
    background: rgb(53 75 210 / 10%);
    padding: 1rem;
    margin-bottom: 2rem;
    color: rgb(53, 75, 210);
}

.team__box {
    text-align: center;
    position: relative;
    border: 1px solid rgb(220, 214, 214);
    padding: 2rem 0px;
}

.team__box figure img {
    height: 10rem;
    width: 10rem;
    object-fit: cover;
}

.team__box p {
    margin-bottom: 0px;
}

.team__box h4 {
    font-weight: 700;
    text-transform: uppercase;
}

.team__join {
    margin-top: 2rem;
    background: rgb(53 75 210 / 9%);
    padding: 20px;
}

.team__join h3 {
    font-weight: 700;
    font-size: 2.8rem;
}

.team__join p {
    font-size: 1.5rem;
}

.contact__bg {
    background: rgb(241, 246, 252);
    padding: 2rem;
}

.contact-form .form-control {
    min-height: 4.2rem;
    background: rgb(255, 255, 255);
    border-radius: 0px;
    font-size: 13px;
    margin-bottom: 15px;
}

.submit-btn .btn {
    padding: 0.6rem 2rem;
    color: rgb(255, 255, 255);
    font-size: 1.4rem;
    text-transform: uppercase;
}

.contact__infos {
    margin-bottom: 4rem;
}

.contact__infos h3 {
    font-weight: 700;
    font-size: 2.4rem;
}

.contact__branch h4 {
    font: 500 1.8rem Roboto;
    text-transform: uppercase;
    margin-bottom: 0.8rem;
}

.contact__branch ul {
    padding: 0px;
    margin: 0px;
}

.contact__branch ul li {
    list-style: none;
    margin-bottom: 0.5rem;
}

.contact__map {
    margin: 2rem 0px 0px;
}

.contact__map iframe {
    width: 100%;
    height: 30rem;
}

.download__table svg {
    height: 2rem;
    width: 2rem;
}

.download__table thead tr {
    background: #00B4D8;
    color: rgb(255, 255, 255);
}

.calc__block .form-control {
    min-height: 4.2rem;
}

.form_title {
    font-weight: 700;
}

.calc_btn {
    margin-top: 2rem;
}

.calc_btn .btn {
    background: #00B4D8;
    padding: 0.7rem 2rem;
    color: rgb(255, 255, 255);
    font-size: 1.4rem;
    text-transform: uppercase;
}

.calc__block {
    border: 1px solid rgb(216, 216, 216);
    padding: 1.5rem;
}

.calc__col {
    margin-bottom: 1.5rem;
}

.calc__col .text__header h2 {
    font-size: 2.2rem;
}

.payment__col {
    background: rgb(241, 241, 241);
    margin-top: 5rem;
    padding: 5rem 0px 4rem;
}

.payment__flex {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.payment__left h3 {
    font-family: Roboto;
    margin-bottom: 0px;
    text-transform: uppercase;
    font-size: 2rem;
    font-weight: 600;
    margin-right: 2rem;
}

.payment__right a {
    display: block;
    background: rgb(255, 255, 255);
    border: 1px solid rgb(238, 238, 238);
    padding: 2rem;
    box-sizing: border-box;
    border-radius: 5px;
    margin-bottom: 1rem;
    text-align: center;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 25px;
}

.payment__right a img {
    height: 8rem;
}

.modal.fade .modal-dialog.modal-dialog-zoom {
    transform: translate(0px, 0px) scale(0.5);
}

.modal.show .modal-dialog.modal-dialog-zoom {
    transform: translate(0px, 0px) scale(1);
}

.modal.left_modal .modal-dialog,
.modal.right .modal-dialog {
    position: fixed;
    margin: auto;
    width: 320px;
    height: 100%;
    transform: translate3d(0%, 0px, 0px);
}

.modal.left_modal .modal-content,
.modal.right .modal-content {
    height: 100%;
    overflow-y: auto;
}

.modal.left_modal .modal-body,
.modal.right .modal-body {
    padding: 1.5rem 0px;
}

.modal.left_modal.fade .modal-dialog {
    left: -320px;
    transition: opacity 0.3s linear 0s, left 0.3s ease-out 0s;
}

.modal.left_modal.fade.show .modal-dialog {
    left: 0px;
}

.modal_payment ul {
    padding: 0px 1rem;
}

.modal_payment ul li {
    list-style: none;
    margin-bottom: 0.6rem;
}

.modal_payment ol {
    padding: 0px 1.5rem;
}

.modal_payment ol li {
    margin-bottom: 0.6rem;
}

.modal-custom .modal-header {
    background: #00B4D8;
}

.modal-custom .modal-header .modal-title {
    color: rgb(255, 255, 255);
    font-family: Roboto;
    font-size: 1.6rem;
}

.modal-custom .close {
    color: rgb(255, 255, 255);
    position: relative;
    top: 9px;
    font-size: 2.4rem;
    padding: 0px;
    right: 7px;
    opacity: 1 !important;
}

.modal-custom .close:hover {
    color: rgb(255, 255, 255);
}

.modal_payment img {
    max-width: 100%;
}

.radio-button-selections ul {
    padding: 0px;
}

.radio-button-selections .modal_payment {
    background: rgb(247, 247, 247);
    padding: 1rem;
    margin: 1.5rem auto 0px;
}

.payment__right label img {
    height: 8rem;
}

.payment__right label input {
    display: none;
}

.payment-1 label {
    display: block;
    background: rgb(255, 255, 255);
    border: 1px solid rgb(238, 238, 238);
    padding: 2rem;
    box-sizing: border-box;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 25px;
    cursor: pointer;
    text-align: center;
}

.radio-button-selections .modal_payment h4 {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 1.2rem;
    font-family: Roboto;
}

.hidden {
    display: none;
}

.radio-button-selections .modal_payment img {
    max-width: 100%;
}

@media only screen and (max-width: 479px) {
    .container,
    .container-sm,
    .container-md {
        max-width: 100%;
    }
    .marketdata__row .marketdata__col {
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 1.5rem;
    }
    .summary__col {
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 1.5rem;
    }
    .about__left,
    .marketInfo__List {
        margin-bottom: 1.5rem;
    }
    .brokercharge__section {
        margin: 2rem 0px;
    }
    .text__header h2 {
        font-size: 2.4rem;
    }
    .quotes__col .quotes__content h2 {
        font-size: 2.6rem;
    }
    .quotes__col .quotes__content {
        padding: 4rem 0px;
    }
    .nav__logo {
        width: 80%;
    }
    .nav__logo img {
        height: 6rem;
        object-fit: cover;
        margin-top: 5px;
    }
    button.navbar-toggler {
        position: absolute;
        right: 8px;
        bottom: 18px;
    }
    .navigation .navbar .navbar-toggler .toggler-icon {
        background-color: #00B4D8;
    }
    .navigation {
        padding: 0px;
        background: rgb(255, 255, 255);
    }
    .navigation .container {
        max-width: 100%;
        padding: 0px;
    }
    .navigation .navbar .navbar-nav .nav-item.active a {
        color: #00B4D8;
    }
    .navigation .navbar .navbar-nav .nav-item a:hover {
        color: #00B4D8;
    }
    div#navbarFive {
        max-height: 35rem;
        overflow: auto;
    }
    .navigation.sticky {
        padding: 0px;
        background: rgb(255, 255, 255);
        top: -4px;
        border-bottom: 1px solid rgb(238, 238, 238);
    }
    .navigation.sticky button.navbar-toggler {
        bottom: 10px;
    }
    .footer__menu {
        margin-bottom: 1.5rem;
    }
    .footer__menu--list select {
        margin-top: 1.2rem;
    }
    .banner__col .banner__content h2 {
        font-size: 2.8rem;
    }
    .summary__infos {
        border-right: 0px;
        padding-left: 0px;
        border-bottom: 1px solid rgb(46, 136, 62);
    }
    .header__top {
        padding: 1rem 0px;
        border-bottom: 1px solid rgb(238, 238, 238);
    }
    .header__infosflex .header__contact {
        color: rgb(255, 255, 255);
    }
    .header__infosflex .header__contact h5 {
        display: none;
    }
    .header__contact a {
        color: rgb(238, 238, 238);
    }
    .sector__left {
        margin-bottom: 1.5rem;
    }
    .marketInfo__List {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .btn-1 {
        background: rgb(22, 125, 45);
    }
    .menu__flex {
        display: initial;
        align-items: center;
    }
    .navigation {
        top: 0px;
    }
    .navigation.sticky .logo__sticky {
        display: none;
    }
    .header__contactFlex ul li label {
        display: none;
    }
    .price__arrow svg {
        width: 5rem;
        height: 5rem;
    }
    .price__arrow {
        top: 1rem;
    }
    .contact__mail {
        font-size: 13px;
    }
    .content-left {
        padding-right: 1.5rem;
    }
    .content-right,
    .col-right {
        margin-top: 1.5rem;
    }
    .contact__right {
        margin-top: 1rem;
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .container,
    .container-sm,
    .container-md {
        max-width: 100%;
    }
    .marketdata__row .marketdata__col {
        flex: 0 0 50%;
        max-width: 50%;
        margin-bottom: 1.5rem;
    }
    .summary__col {
        flex: 0 0 50%;
        max-width: 50%;
        margin-bottom: 1.5rem;
    }
    .about__left,
    .marketInfo__List {
        margin-bottom: 1.5rem;
    }
    .brokercharge__section {
        margin: 2rem 0px;
    }
    .text__header h2 {
        font-size: 2.4rem;
    }
    .quotes__col .quotes__content h2 {
        font-size: 2.6rem;
    }
    .quotes__col .quotes__content {
        padding: 4rem 0px;
    }
    .nav__logo {
        width: 80%;
    }
    .nav__logo img {
        height: 6rem;
        object-fit: cover;
        margin-top: 5px;
    }
    button.navbar-toggler {
        position: absolute;
        right: 8px;
        bottom: 18px;
    }
    .navigation .navbar .navbar-toggler .toggler-icon {
        background-color: #00B4D8;
    }
    .navigation {
        padding: 0px;
        background: rgb(255, 255, 255);
    }
    .navigation .container {
        max-width: 100%;
        padding: 0px;
    }
    .navigation .navbar .navbar-nav .nav-item.active a {
        color: #00B4D8;
    }
    .navigation .navbar .navbar-nav .nav-item a:hover {
        color: #00B4D8;
    }
    div#navbarFive {
        max-height: 35rem;
        overflow: auto;
    }
    .navigation.sticky {
        padding: 0px;
        background: rgb(255, 255, 255);
        top: -4px;
        border-bottom: 1px solid rgb(238, 238, 238);
    }
    .navigation.sticky button.navbar-toggler {
        bottom: 10px;
    }
    .footer__menu {
        margin-bottom: 1.5rem;
    }
    .footer__menu--list select {
        margin-top: 1.2rem;
    }
    .header__top {
        padding: 1rem 0px;
        border-bottom: 1px solid rgb(238, 238, 238);
    }
    .header__infosflex .header__contact {
        color: rgb(255, 255, 255);
    }
    .header__infosflex .header__contact h5 {
        display: none;
    }
    .header__contact a {
        color: rgb(238, 238, 238);
    }
    .sector__left {
        margin-bottom: 1.5rem;
    }
    .marketInfo__List {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .btn-1 {
        background: rgb(22, 125, 45);
    }
    .menu__flex {
        display: initial;
        align-items: center;
    }
    .navigation {
        top: 0px;
    }
    .navigation.sticky .logo__sticky {
        display: none;
    }
    .content-left {
        padding-right: 1.5rem;
    }
    .content-right,
    .col-right {
        margin-top: 1.5rem;
    }
    .contact__right {
        margin-top: 1rem;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .container,
    .container-sm,
    .container-md {
        max-width: 98%;
    }
    .navigation .container {
        max-width: 100%;
        padding: 0px;
    }
    .navbar-toggler {
        position: relative;
        left: 4rem;
        padding: 0px;
    }
    .marketdata__row .marketdata__col {
        flex: 0 0 25%;
        max-width: 25%;
        margin-bottom: 1.5rem;
    }
    .summary__col {
        flex: 0 0 33.333%;
        max-width: 33.333%;
        margin-bottom: 1.5rem;
    }
    .market__summary--card {
        padding: 2rem 2rem 0.5rem;
    }
    .brokercharge__section {
        margin: 2rem 0px;
    }
    .sector__left {
        margin-bottom: 1.5rem;
    }
    .menu__flex {
        display: initial;
    }
    .navbar-toggler {
        position: absolute;
        right: 22px;
        padding: 0px;
        left: auto;
    }
    .navigation .navbar {
        height: 32px;
    }
    .navigation.sticky .logo__sticky {
        position: absolute;
        left: 25px;
        top: 3px;
        z-index: 9;
    }
    .logo__sticky img {
        height: 4rem;
    }
    .price__arrow {
        top: 1rem;
    }
    .price__arrow svg {
        width: 4rem;
        height: 4rem;
    }
    .content-left {
        padding-right: 1.5rem;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .container,
    .container-sm,
    .container-md {
        max-width: 98%;
    }
    .summary__infos label {
        font-size: 1.5rem;
    }
    .section__list ul li a h3 {
        font-size: 1.6rem;
    }
    .logo__sticky img {
        height: 4rem;
    }
}

.promo-section {
    position: relative;
    display: block;
    margin-top: -80px;
    min-height: 280px;
    z-index: 9;
}

.promo-wrap {
    position: absolute;
    left: 0px;
    right: 0px;
    width: 100%;
    z-index: 99;
}

.promo-wrap .row {
    background-color: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.15) 0px 16px 28px 0px;
    border-top: 10px solid #00B4D8;
    border-radius: 10px;
}

.promo-wrap .row .col-md-4:last-child>.promo-content {
    border: none;
}

.promo-content {
    padding: 40px 30px;
    border-right: 1px dashed rgb(221, 221, 221);
}

.promo-content h3 {
    font-size: 22px;
    letter-spacing: -1px;
    font-weight: 700;
    color: rgb(42, 42, 42);
}

.promo-content img {
    margin-bottom: 15px;
}

.promo-content a {
    color: rgb(85, 85, 85);
    font-size: 14px;
    font-weight: 600;
}

.promo-content img {
    width: 64px;
    height: 64px;
    object-fit: contain;
}

.promo-content a:hover {
    text-decoration: underline;
    color: rgb(248, 184, 100);
}

.promo-section-2 .promo-content {
    padding: 0px 30px;
}

.promo-section-2 .row .col-md-4:last-child>.promo-content {
    border: none;
}

.pgreen path {
    fill: rgb(6, 107, 23);
}

.pred path {
    fill: red;
}

.header__logo a img {
    height: 7rem;
    object-fit: cover;
}

.header__infosflex {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}

.header__infosflex .header__contact {
    padding-left: 1rem;
}

.header__infosflex .header__contact:first-child {
    padding-left: 0px;
}

.header__infosflex .header__contact h5 {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1.6rem;
    margin-bottom: 0.5rem;
}

.header__top {
    padding: 1rem 0px;
}

.header__head {
    background: rgb(240, 240, 240);
    padding: 1rem;
    box-sizing: border-box;
}

/*.header__contactFlex {
    display: flex;
    flex-direction: row;
    align-items: center;
}*/

.header__contactFlex ul {
    padding: 0px;
    margin: 0px;
}

.header__contactFlex ul li {
    list-style: none;
    display: inline-block;
    margin-right: 1rem;
}

.header__contactFlex ul li:last-child {
    margin-right: 0px;
}

.header__contactFlex ul li a {
    color: rgb(34, 34, 34);
}

.header__contactFlex ul li label {
    margin: 0px;
    font-weight: 500;
}

.contact__mail {
    margin-left: auto;
}

.page-scroll svg {
    fill: rgb(255, 255, 255);
    height: 1.8rem;
    width: 1.8rem;
}

.logo__sticky {
    padding-right: 1rem;
    display: none;
    transition: all 0.5s ease 0s;
}

.logo__sticky img {
    height: 5rem;
    object-fit: contain;
}

.menu__flex {
    display: flex;
    align-items: center;
}

.navigation.sticky .logo__sticky {
    display: block;
}

.footer__main {
    background: rgb(3, 8, 36);
    padding: 3rem 0px;
    margin-top: 5rem;
}

.footer__main ul {
    padding: 0px;
    margin: 0px;
}

.footer__main ul li {
    list-style: none;
    margin-bottom: 1rem;
    height: 6em;
    /* object-fit: contain; */
    background: #fff;
    border-radius: 10px;
}

.footer__main ul li img {
    object-fit: contain;
    height: 100%;
}

.footer__main ul li:last-child {
    margin-bottom: 0px;
}

.footer__main ul li a {
    color: rgb(255, 255, 255);
    transition: all 0.5s ease 0s;
}

.footer__main ul li a:hover {
    color: rgb(206, 206, 206);
}

.footer__title {
    color: rgb(255, 255, 255);
    border-bottom: 1px solid rgb(255, 255, 255);
    margin-bottom: 1.5rem;
    padding-bottom: 1rem;
    font-size: 1.8rem;
    font-weight: 600;
    text-transform: uppercase;
}

.footer__menu .quick__link ul li::before {
    content: "-";
    color: rgb(255, 255, 255);
    padding-right: 0.8rem;
}

.notices__link ul li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.28);
    padding-bottom: 1rem;
    margin-bottom: 1rem;
}

.notices__link ul li:last-child {
    border-bottom: 0px;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.notices__link ul li a:hover {
    color: rgb(206, 206, 206);
}

.contact__link ul li {
    color: rgb(255, 255, 255);
}

.footer__menu h5 {
    text-transform: uppercase;
    color: rgb(255, 255, 255);
    margin-bottom: 1.2rem;
    font-size: 1.6rem;
}

.footer__btm {
    background: rgb(4, 12, 55);
    padding: 1.5rem 0px 1rem;
}

.footer__btm p {
    color: rgb(255, 255, 255);
    margin-bottom: 0px;
}

.footer__btm a {
    color: rgb(238, 238, 238);
}

.company_map iframe {
    width: 100%;
    height: 20rem;
}

.follow__col a {
    display: inline-block;
    height: 3.5rem;
    width: 3.5rem;
    border: 1px solid rgb(255, 255, 255);
    line-height: 3.2rem;
    text-align: center;
    margin-right: 0.5rem;
    border-radius: 50%;
    transition: all 0.5s ease 0s;
}

.follow__col a:hover {
    background: rgb(21 40 160);
    border: 1px solid rgb(21 40 160);
}

.follow__col a svg {
    height: 1.8rem;
    width: 1.8rem;
}

.follow__col a svg path {
    fill: rgb(255, 255, 255);
}

.go-top {
    position: fixed;
    cursor: pointer;
    top: 50%;
    right: 15px;
    background: linear-gradient(90deg, #00B4D8 0%, #00B4D8 100%);
    z-index: 99;
    width: 40px;
    text-align: center;
    height: 40px;
    line-height: 40px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.9s ease 0s;
    color: rgb(255, 255, 255);
}

.go-top svg {
    fill: rgb(255, 255, 255);
}

.go-top.active {
    top: 98%;
    transform: translateY(-98%);
    opacity: 1;
    visibility: visible;
}

.banner__col {
    position: relative;
    height: 55rem;
}

.banner__col .container {
    height: 100%;
}

.banner__col .overlay {
    position: absolute;
    background: rgba(0, 0, 0, 0.1);
    height: 100%;
    width: 100%;
    top: 0px;
    left: 0px;
}

.banner__col .banner__content {
    position: relative;
    z-index: 9;
    max-width: 55rem;
    color: rgb(255, 255, 255);
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
}

.banner__col .banner__content h2 {
    color: rgb(255, 255, 255);
    font-size: 3.6rem;
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 1.2rem;
}

.banner__col .banner__content p {
    font-size: 1.6rem;
}

.register__btn .btn {
    color: rgb(255, 255, 255);
    font-size: 1.5rem;
    text-transform: uppercase;
    padding: 0.8rem 1.5rem;
    transition: all 0.5s ease 0s;
}

.register__btn .btn:hover {
    opacity: 0.8;
}

.btn-1 {
    background: #00B4D8;
}

.btn-2 {
    background: rgb(19, 79, 144);
}

.navigation {
    padding: 0px 70px;
    position: relative;
    left: 0px;
    width: 100%;
    z-index: 99;
    background: #00B4D8;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .navigation {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .navigation {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .navigation {
        padding: 0.8rem 0px;
    }
}

@media (max-width: 767px) {
    .navigation {
        padding: 1.5rem 0px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .navigation {
        padding: 32px 0px;
        top: 110px;
    }
}

.navigation.sticky {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    animation: 1s ease 0s 1 normal none running sticky;
    background-color: #00B4D8;
    box-shadow: rgba(0, 0, 0, 0.04) 0px 5px 5px 0px;
    padding: 0px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .navigation.sticky {
        padding: 0.7rem 0px;
    }
}

@media (max-width: 767px) {
    .navigation.sticky {
        padding: 0.7rem 0px;
    }
}

.navigation.sticky .navbar .navbar-nav .nav-item a {
    line-height: 5.5rem;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .navigation.sticky .navbar .navbar-nav .nav-item a {
        line-height: 40px;
    }
}

@media (max-width: 767px) {
    .navigation.sticky .navbar .navbar-nav .nav-item a {
        line-height: 40px;
    }
}

.navigation.sticky .navbar .navbar-nav .nav-item a::before {
    top: 0px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .navigation.sticky .navbar .navbar-collapse {
        top: 116%;
    }
}

@media (max-width: 767px) {
    .navigation.sticky .navbar .navbar-collapse {
        top: 116%;
    }
}

.navigation .navbar {
    position: relative;
    padding: 0px;
}

.navigation .navbar .navbar-toggler .toggler-icon {
    width: 26px;
    height: 2px;
    background-color: rgb(255, 255, 255);
    margin: 7px 0px;
    display: block;
    position: relative;
    transition: all 0.3s ease-out 0s;
}

.navigation .navbar .navbar-toggler.active .toggler-icon:nth-of-type(1) {
    transform: rotate(45deg);
    top: 7px;
}

.navigation .navbar .navbar-toggler.active .toggler-icon:nth-of-type(2) {
    opacity: 0;
}

.navigation .navbar .navbar-toggler.active .toggler-icon:nth-of-type(3) {
    transform: rotate(135deg);
    top: -10px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .navigation .navbar .navbar-collapse {
        position: absolute;
        top: 122%;
        left: 0px;
        width: 100%;
        background-color: rgb(255, 255, 255);
        z-index: 8;
        padding: 10px 16px;
        box-shadow: rgba(0, 0, 0, 0.15) 0px 26px 48px 0px;
    }
}

@media (max-width: 767px) {
    .navigation .navbar .navbar-collapse {
        position: absolute;
        top: 190%;
        left: 0px;
        width: 100%;
        background-color: rgb(255, 255, 255);
        z-index: 8;
        padding: 10px 5px 10px 15px;
        box-shadow: rgba(0, 0, 0, 0.15) 0px 26px 48px 0px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .navigation .navbar .navbar-collapse {
        top: 190%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .navigation .navbar .navbar-nav {
        margin-right: 0px;
    }
}

@media (max-width: 767px) {
    .navigation .navbar .navbar-nav {
        margin-right: 0px;
    }
}

.navigation .navbar .navbar-nav .nav-item {
    position: relative;
}

.navigation .navbar .navbar-nav .nav-item a {
    font-size: 1.4rem;
    font-weight: 500;
    padding: 0px 2rem 0px 0px;
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    position: relative;
    margin: 0px;
    line-height: 5.5rem;
    transition: all 0.3s ease-out 0s;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .navigation .navbar .navbar-nav .nav-item a>i {
        display: none;
    }
}

@media (max-width: 767px) {
    .navigation .navbar .navbar-nav .nav-item a>i {
        display: none;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .navigation .navbar .navbar-nav .nav-item a {
        padding-right: 8px;
        font-size: 13px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .navigation .navbar .navbar-nav .nav-item a {
        padding: 0px;
        display: block;
        color: rgb(0, 27, 97);
        border: 0px;
        margin: 0px;
        line-height: 40px;
    }
}

@media (max-width: 767px) {
    .navigation .navbar .navbar-nav .nav-item a {
        padding: 0px;
        display: block;
        color: rgb(0, 27, 97);
        border: 0px;
        margin: 0px;
        line-height: 40px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .navigation .navbar .navbar-nav .nav-item a::before {
        display: none;
    }
}

@media (max-width: 767px) {
    .navigation .navbar .navbar-nav .nav-item a::before {
        display: none;
    }
}

.navigation .navbar .navbar-nav .nav-item a:hover {
    color: rgb(238, 238, 238);
}

.navigation .navbar .navbar-nav .nav-item a:hover::before {
    width: 100%;
}

.navigation .navbar .navbar-nav .nav-item .sub-menu {
    position: absolute;
    left: 0px;
    top: 100%;
    width: 32rem;
    background-color: rgb(255, 255, 255);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-out 0s;
    z-index: 99;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 2px 6px 0px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .navigation .navbar .navbar-nav .nav-item .sub-menu {
        display: none;
        right: auto;
        transform: translateX(0%);
        box-shadow: none;
        text-align: left;
        border-top: 0px;
        position: relative !important;
        width: 100% !important;
        left: 0px !important;
        top: auto !important;
        opacity: 1 !important;
        visibility: visible !important;
    }
}

@media (max-width: 767px) {
    .navigation .navbar .navbar-nav .nav-item .sub-menu {
        display: none;
        right: auto;
        transform: translateX(0%);
        box-shadow: none;
        text-align: left;
        border-top: 0px;
        position: relative !important;
        width: 100% !important;
        left: 0px !important;
        top: auto !important;
        opacity: 1 !important;
        visibility: visible !important;
    }
}

.navigation .navbar .navbar-nav .nav-item .sub-menu>li {
    position: relative;
    border-bottom: 1px solid rgb(238, 238, 238);
}

.navigation .navbar .navbar-nav .nav-item .sub-menu>li .sub-nav-toggler {
    color: rgb(0, 27, 97);
    transition: all 0.3s ease-out 0s;
}

.navigation .navbar .navbar-nav .nav-item .sub-menu>li a {
    display: block;
    padding: 6px 20px;
    position: relative;
    color: rgb(0, 27, 97);
    text-transform: initial;
    transition: all 0.3s ease-out 0s;
    border-radius: 0px;
    margin: 0px;
    line-height: 30px;
}

.navigation .navbar .navbar-nav .nav-item .sub-menu>li a::before {
    display: none;
}

.navigation .navbar .navbar-nav .nav-item .sub-menu>li a i {
    float: right;
    font-size: 14px;
    margin-top: 5px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .navigation .navbar .navbar-nav .nav-item .sub-menu>li a i {
        display: none;
    }
}

@media (max-width: 767px) {
    .navigation .navbar .navbar-nav .nav-item .sub-menu>li a i {
        display: none;
    }
}

.navigation .navbar .navbar-nav .nav-item .sub-menu>li a .sub-nav-toggler i {
    display: inline-block;
}

.navigation .navbar .navbar-nav .nav-item .sub-menu>li .sub-menu {
    right: auto;
    left: 100%;
    top: 0px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-out 0s;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .navigation .navbar .navbar-nav .nav-item .sub-menu>li .sub-menu {
        padding-left: 30px;
    }
}

@media (max-width: 767px) {
    .navigation .navbar .navbar-nav .nav-item .sub-menu>li .sub-menu {
        padding-left: 30px;
    }
}

.navigation .navbar .navbar-nav .nav-item .sub-menu>li .sub-menu li a::before {
    display: none;
}

.navigation .navbar .navbar-nav .nav-item .sub-menu>li:hover .sub-menu {
    opacity: 1;
    visibility: visible;
}

.navigation .navbar .navbar-nav .nav-item .sub-menu>li:hover .sub-nav-toggler {
    color: rgb(255, 255, 255);
}

.navigation .navbar .navbar-nav .nav-item .sub-menu>li:hover>a {
    color: rgb(255, 255, 255);
    background: #00B4D8;
}

.navigation .navbar .navbar-nav .nav-item .sub-menu>li:hover>a::before {
    opacity: 1;
}

.navigation .navbar .navbar-nav .nav-item:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    top: 100%;
}

.navigation .navbar .navbar-nav .nav-item .sub-nav-toggler {
    display: none;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .navigation .navbar .navbar-nav .nav-item .sub-nav-toggler {
        display: inline-block;
        position: absolute;
        top: 0px;
        right: 0px;
        padding: 10px 14px;
        font-size: 16px;
        background: none;
        border: 0px;
        color: rgb(0, 27, 97);
    }
}

@media (max-width: 767px) {
    .navigation .navbar .navbar-nav .nav-item .sub-nav-toggler {
        display: inline-block;
        position: absolute;
        top: 0px;
        right: 0px;
        padding: 10px 14px;
        font-size: 16px;
        background: none;
        border: 0px;
        color: rgb(0, 27, 97);
    }
}

.navigation .navbar .navbar-nav .nav-item .sub-nav-toggler img {
    width: 30%;
}

.navigation .navbar .navbar-nav .nav-item.active a {
    color: rgb(238, 238, 238);
}

.navigation .navbar .navbar-nav .nav-item.active a::before {
    width: 100%;
}

.navigation .navbar .navbar-nav .nav-item.active a {
    color: rgb(238, 238, 238);
}

.navigation .navbar .navbar-item .menu-btns ul li {
    display: inline-block;
    margin-right: 60px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .navigation .navbar .navbar-item .menu-btns ul li {
        margin-right: 30px;
    }
}

@media (max-width: 767px) {
    .navigation .navbar .navbar-item .menu-btns ul li {
        margin-right: 0px;
        margin-left: 15px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .navigation .navbar .navbar-item .menu-btns ul li {
        margin-right: 0px;
        margin-left: 30px;
    }
}

.navigation .navbar .navbar-item .menu-btns ul li a {
    font-weight: 700;
    color: rgb(117, 133, 175);
    transition: all 0.3s ease-out 0s;
}

.navigation .navbar .navbar-item .menu-btns ul li a:hover {
    color: #00B4D8;
}

.navigation .navbar .navbar-item .menu-icon ul li {
    display: inline-block;
}

.navigation .navbar .navbar-item .menu-icon ul li a {
    color: rgb(117, 133, 175);
    margin-left: 23px;
    transition: all 0.3s ease-out 0s;
}

.navigation .navbar .navbar-item .menu-icon ul li a:hover {
    color: #00B4D8;
}

.navigation.navigation-2 {
    top: 0px;
    padding: 0px 15px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .navigation.navigation-2 {
        padding: 32px 0px;
    }
}

@media (max-width: 767px) {
    .navigation.navigation-2 {
        padding: 32px 0px;
    }
}

.navigation.navigation-2::before {
    position: absolute;
    content: "";
    left: -50px;
    top: 0px;
    height: 100%;
    width: 290px;
    background: rgb(0, 165, 184);
    transform: skewX(28deg);
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .navigation.navigation-2::before {
        width: 250px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .navigation.navigation-2::before {
        left: -130px;
    }
}

@media (max-width: 767px) {
    .navigation.navigation-2::before {
        left: -130px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .navigation.navigation-2::before {
        left: -105px;
    }
}

.navigation.navigation-2::after {
    position: absolute;
    content: "";
    right: -50px;
    top: 0px;
    height: 100%;
    width: 290px;
    background: rgb(38, 135, 255);
    transform: skewX(-28deg);
    z-index: -1;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .navigation.navigation-2::after {
        width: 250px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .navigation.navigation-2::after {
        width: 0px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .navigation.navigation-2::after {
        width: 0px;
    }
}

@media (max-width: 767px) {
    .navigation.navigation-2::after {
        width: 0px;
    }
}

.navigation.navigation-2 .navbar .navbar-nav .nav-item a {
    padding: 0px 30px;
    line-height: 110px;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .navigation.navigation-2 .navbar .navbar-nav .nav-item a {
        padding: 0px 15px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .navigation.navigation-2 .navbar .navbar-nav .nav-item a {
        padding: 0px 18px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .navigation.navigation-2 .navbar .navbar-nav .nav-item a {
        line-height: 40px;
    }
}

@media (max-width: 767px) {
    .navigation.navigation-2 .navbar .navbar-nav .nav-item a {
        line-height: 40px;
    }
}

.navigation.navigation-2 .navbar .navbar-nav .nav-item a::before {
    height: 3px;
    top: 0px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .navigation.navigation-2 .navbar .navbar-item {
        position: absolute;
        right: 100px;
        top: 50%;
        transform: translateY(-50%);
    }
}

@media (max-width: 767px) {
    .navigation.navigation-2 .navbar .navbar-item {
        position: absolute;
        right: 100px;
        top: 50%;
        transform: translateY(-50%);
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .navigation.navigation-2 .navbar .navbar-item {
        position: absolute;
        right: 70px;
        top: 50%;
        transform: translateY(-50%);
    }
}

.navigation.navigation-2 .navbar .navbar-item .menu-btns ul li {
    margin-right: 0px;
    margin-left: 35px;
}

.navigation.navigation-2 .navbar .navbar-item .menu-btns ul li:first-child {
    margin-left: 0px;
}

.navigation.navigation-2 .navbar .navbar-item .menu-btns ul li a {
    color: rgb(0, 27, 97);
    font-size: 14px;
}

.navigation.navigation-2 .navbar .navbar-item .menu-btns ul li a i {
    color: rgb(48, 188, 255);
    padding-right: 6px;
}

.navigation.navigation-2 .navbar .navbar-item .menu-offer {
    margin-left: 165px;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .navigation.navigation-2 .navbar .navbar-item .menu-offer {
        margin-left: 70px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .navigation.navigation-2 .navbar .navbar-item .menu-offer {
        display: none;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .navigation.navigation-2 .navbar .navbar-item .menu-offer {
        display: none;
    }
}

@media (max-width: 767px) {
    .navigation.navigation-2 .navbar .navbar-item .menu-offer {
        display: none;
    }
}

.navigation.navigation-2 .navbar .navbar-item .menu-offer .title {
    font-size: 30px;
    color: rgb(255, 255, 255);
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .navigation.navigation-2 .navbar .navbar-item .menu-offer .title {
        font-size: 26px;
    }
}

.navigation.navigation-2 .navbar .navbar-item .menu-offer span {
    color: rgb(255, 255, 255);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .navigation.navigation-2 .navbar .navbar-collapse {
        top: 168%;
    }
}

@media (max-width: 767px) {
    .navigation.navigation-2 .navbar .navbar-collapse {
        top: 168%;
    }
}

.navigation.navigation-3 .navbar .navbar-collapse {
    top: 100%;
}

@-webkit-keyframes sticky {
    0% {
        top: -200px;
    }
    100% {
        top: 0px;
    }
}

@keyframes sticky {
    0% {
        top: -200px;
    }
    100% {
        top: 0px;
    }
}

.sub-menu-bar ul {
    padding: 0px;
}

.sub-menu-bar ul li {
    list-style: none;
}

.blink {
    animation: 1s linear 0s infinite normal none running blinker;
    color: rgb(255, 255, 255);
    font-family: sans-serif;
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}

.header__logo a img {
    height: 7rem;
    object-fit: contain;
}

.text-theme {
    color: #00B4D8;
}

@media only screen and (max-width: 479px) {
    .container,
    .container-sm,
    .container-md {
        max-width: 100%;
    }
    .marketdata__row .marketdata__col {
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 1.5rem;
    }
    .summary__col {
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 1.5rem;
    }
    .about__left,
    .marketInfo__List {
        margin-bottom: 1.5rem;
    }
    .brokercharge__section {
        margin: 2rem 0px;
    }
    .text__header h2 {
        font-size: 2.4rem;
    }
    .quotes__col .quotes__content h2 {
        font-size: 2.6rem;
    }
    .quotes__col .quotes__content {
        padding: 4rem 0px;
    }
    .nav__logo {
        width: 80%;
    }
    .nav__logo img {
        height: 6rem;
        object-fit: contain;
        margin-top: 5px;
        width: auto !important;
        margin-left: 15px;
    }
    button.navbar-toggler {
        position: absolute;
        right: 8px;
        bottom: 18px;
    }
    .navigation .navbar .navbar-toggler .toggler-icon {
        background-color: #00B4D8;
    }
    .navigation {
        padding: 0px;
        background: rgb(255, 255, 255);
    }
    .navigation .container {
        max-width: 100%;
        padding: 0px;
    }
    .navigation .navbar .navbar-nav .nav-item.active a {
        color: #00B4D8;
    }
    .navigation .navbar .navbar-nav .nav-item a:hover {
        color: #00B4D8;
    }
    div#navbarFive {
        max-height: 35rem;
        overflow: auto;
    }
    .navigation.sticky {
        padding: 0px;
        background: rgb(255, 255, 255);
        top: -4px;
        border-bottom: 1px solid rgb(238, 238, 238);
    }
    .navigation.sticky button.navbar-toggler {
        bottom: 10px;
    }
    .footer__menu {
        margin-bottom: 1.5rem;
    }
    .footer__menu--list select {
        margin-top: 1.2rem;
    }
    .banner__col .banner__content h2 {
        font-size: 2.8rem;
    }
    .summary__infos {
        border-right: 0px;
        padding-left: 0px;
        border-bottom: 1px solid rgb(53, 75, 210);
    }
    .header__top {
        padding: 1rem 0px;
        border-bottom: 1px solid rgb(238, 238, 238);
    }
    .header__infosflex .header__contact {
        color: rgb(255, 255, 255);
    }
    .header__infosflex .header__contact h5 {
        display: none;
    }
    .header__contact a {
        color: rgb(238, 238, 238);
    }
    .sector__left {
        margin-bottom: 1.5rem;
    }
    .marketInfo__List {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .btn-1 {
        background: #00B4D8;
    }
    .menu__flex {
        display: initial;
        align-items: center;
    }
    .navigation {
        top: 0px;
    }
    .navigation.sticky .logo__sticky {
        display: none;
    }
    .header__contactFlex ul li label {
        display: none;
    }
    .price__arrow svg {
        width: 5rem;
        height: 5rem;
    }
    .price__arrow {
        top: 1rem;
    }
    .contact__mail {
        font-size: 13px;
    }
    .content-left {
        padding-right: 1.5rem;
    }
    .content-right,
    .col-right {
        margin-top: 1.5rem;
    }
    .contact__right {
        margin-top: 1rem;
    }
}

.ourteam {
    position: relative;
    display: block;
    margin-bottom: 25px;
}

.ourteam .img-holder {
    position: relative;
    display: block;
}

.ourteam .img-holder .inner {
    position: relative;
    display: block;
    overflow: hidden;
    background-color: rgb(255, 255, 255);
    z-index: 1;
}

.ourteam .img-holder .inner img {
    width: 100%;
    transition: all 500ms linear 0.2s;
}

.ourteam:hover .img-holder .inner img {
    transform: scale(1.1) rotate(0deg);
    transition: all 500ms linear 0.1s;
}

.ourteam .text-holder {
    position: relative;
    display: block;
    padding-top: 19px;
    padding-bottom: 3px;
    text-align: center;
    z-index: 1;
}

.ourteam:hover .text-holder::before {
    transform: scaleY(1);
    height: 100%;
}

.ourteam .text-holder h4 {
    font-size: 18px;
    line-height: 30px;
    color: var(--second-color);
    margin-bottom: 0px;
}

.ourteam .text-holder h5 {
    font-size: 14px;
    line-height: 16px;
    font-weight: 500;
    text-transform: capitalize;
    margin: 5px 0px 0px;
}

.form-control {
    font-size: 1.4rem;
    position: relative;
    background: rgb(243, 245, 249);
    border: 1px solid rgb(228, 236, 253);
    min-height: 3.5rem;
}

.form-group {
    margin-bottom: 1rem;
}

.calc__block .form-control {
    min-height: 4.2rem;
}


/* new footer */

.footpara {
    color: #fff;
    line-height: 24px;
    margin-bottom: 9px;
    font-size: 14px;
}

.footsocial {
    position: relative;
    display: block;
    margin-left: 40px;
}

.footcontactbox {
    position: relative;
    display: block;
    margin-bottom: 10px;
}

.foottitle {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    line-height: 24px;
}

.footsocial-links p {
    position: relative;
    display: block;
    line-height: 28px;
}

.footsocial-links p a {
    position: relative;
    display: inline-block;
    font-size: 14px;
    color: #fff;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 1;
}

.footcontact-info a {
    color: #fff;
    position: relative;
    display: inline-block;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.branch-info_list li {
    position: relative;
    line-height: 24px;
    color: rgb(0, 0, 0);
    margin-bottom: 10px;
    list-style: none;
}

.news_scroll {
    height: 23em;
    overflow-y: auto;
    overflow-x: hidden;
}

.news_scroll::-webkit-scrollbar {
    width: 3px;
    height: 8px !important;
    background-color: #00B4D8;
}

.news_scroll::-webkit-scrollbar-thumb {
    border-radius: 50px;
    background-color: #eee;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: 22px;
    text-transform: none!important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1;
}

@media (max-width: 767px) {
    .mobile_flex {
        overflow-x: auto;
        position: relative;
    }
    .mobile_flex>* {
        width: 85%;
        margin-bottom: 1em;
    }
    .p-top {
        padding-top: 5rem !important;
    }
    .footsocial {
        margin-top: 30px;
        margin-left: 0;
    }
}