@import url("https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,400;0,600;0,700;1,300&display=swap");

html {
    scroll-behavior: smooth;
}

body {
    padding: 0;
    margin: 0;
    font-size: 16px;
    color: #555555;
    line-height: 26px;
    overflow-x: hidden;
    font-family: "Nunito", sans-serif;
    background: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600;
    margin: 0;
    line-height: 1.3;
    color: #232f3f;
    font-family: "Nunito", sans-serif;
}

h1 a,
  h2 a,
  h3 a,
  h4 a,
  h5 a,
  h6 a {
    color: #232f3f;
}

h1 a:hover,
    h2 a:hover,
    h3 a:hover,
    h4 a:hover,
    h5 a:hover,
    h6 a:hover {
    color: #1e90ff;
}

h1 {
    font-size: 48px;
}

h2 {
    font-size: 36px;
    margin-top: -7px;
}

h3 {
    font-size: 28px;
    margin-top: -6px;
}

h4 {
    font-size: 24px;
    margin-top: -5px;
}

h5 {
    font-size: 20px;
    margin-top: -4px;
}

h6 {
    font-size: 18px;
    margin-top: -3px;
}

p {
    margin-top: -8px;
}

p:last-child {
    margin-bottom: -7px !important;
}

@media (min-width: 768px) {
    h1 {
        font-size: 76px;
        line-height: 86px;
        margin-top: -16px;
    }

    h2 {
        font-size: 54px;
        line-height: 64px;
        margin-top: -7px;
    }

    h3 {
        font-size: 36px;
        line-height: 46px;
        margin-top: -4px;
    }

    h4 {
        font-size: 30px;
        margin-top: -5px;
    }

    h5 {
        font-size: 24px;
        margin-top: -4px;
    }

    h6 {
        font-size: 22px;
        margin-top: -3px;
    }
}

a {
    display: inline-block;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

a:hover {
    text-decoration: none;
    color: inherit;
}

ul {
    margin: 0;
    padding: 0;
}

ul li {
    list-style: none;
    padding: 5px 0;
}

.bg_img {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.bg_fixed {
    background-attachment: fixed;
}

.top__center {
    background-position: top center;
}

.bg--overlay::after, .bg--overlay-2::after, .base--overlay::after, .form-devide::before {
    position: absolute;
    content: '';
}

.social--icons-2, .footer__widget__wrapper, .menu, .header-wrapper, .banner__wrapper, .dashboard__header-top, .dashboard__header-top-right, .social--icons, .deposit-preview, .deposit-item, .trader__item, .trader__item-content, .testimonial-item, .testimonial-item .testimonial-thumb, .sign-in-options, .button-area {
    display: flex;
    flex-wrap: wrap;
}

.testimonial-item .testimonial-content::before, .choose--thumb::before {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    content: "";
}

.pt-100 {
    padding-top: 80px;
}

.pb-100 {
    padding-bottom: 80px;
}

.pt-80 {
    padding-top: 80px;
}

.pb-80 {
    padding-bottom: 80px;
}

.pt-50 {
    padding-top: 25px;
}

.pb-50 {
    padding-bottom: 25px;
}

@media (min-width: 992px) {
    .pt-100 {
        padding-top: 100px;
    }

    .pb-100 {
        padding-bottom: 100px;
    }

    .pt-50 {
        padding-top: 50px;
    }

    .pb-50 {
        padding-bottom: 50px;
    }

    .mw-lg-100 {
        max-width: 100%;
    }
}

/*Section Header*/
.mb-30-none {
    margin-bottom: -30px !important;
}

.mb-40-none {
    margin-bottom: -40px !important;
}

label, button, input[type="submit"] {
    cursor: pointer;
}

body *::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
}

body *::-webkit-scrollbar {
    width: 6px;
    height: 4px;
    background-color: #1e90ff;
}

body *::-webkit-scrollbar-button {
    background-color: #1e90ff;
}

body *::-webkit-scrollbar-thumb {
    background-color: #1e90ff;
}

*::selection {
    background-color: #1e90ff;
    color: #fff;
}

.mb-30 {
    margin-bottom: 30px;
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(25, 42, 86, 0.7);
    z-index: 99;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.overlay.active {
    opacity: 1;
    visibility: visible;
}

.mb--50 {
    margin-bottom: -50px;
}

.mb-40 {
    margin-bottom: 40px !important;
}

.pb-50 {
    padding-bottom: 50px;
}

.pt-50 {
    padding-top: 50px;
}

.social--icons-2 {
    justify-content: center;
    margin: -3px;
}

.social--icons-2 li {
    padding: 3px;
}

.social--icons-2 li a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #fff;
}

.social--icons-2 li a i {
    color: #192a56;
}

.social--icons-2 li a:hover {
    background: #1e90ff;
}

.social--icons-2 li a:hover i {
    color: #fff;
}

.section__header {
    margin-bottom: 30px;
}

.section__header-title {
    font-weight: 700;
    color: #1e90ff;
    margin-bottom: 12px;
}

.section__header-subtitle:not(:last-child) {
    margin-bottom: 20px;
}

@media (min-width: 768px) {
    .section__header {
        margin-bottom: 40px;
    }
}

.section__header p {
    margin-top: 0;
}

.section__header__center {
    text-align: center;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.section__header.text--white .section__title {
    color: #fff;
}

.section__cate {
    color: #1e90ff;
    margin-bottom: 15px;
    display: block;
    font-weight: 500;
    text-transform: capitalize;
}

.section__cate::before, .section__cate::after {
    display: inline-block;
    content: "";
    width: 30px;
    height: 2px;
    background-color: #1e90ff;
    vertical-align: middle;
}

.section__cate::after {
    margin-left: 20px;
}

.section__cate::before {
    margin-right: 20px;
}

@media (max-width: 575px) {
    .section__cate {
        font-size: 14px;
    }
}

.section__cate.bg--white::before {
    background: #fff;
}

.fs--14 {
    font-size: 14px;
}

.fs--16 {
    font-size: 16px;
}

.fs--18 {
    font-size: 18px;
}

a i {
    text-decoration: none !important;
}

.bg--overlay, .bg--overlay-2 {
    position: relative;
}

.bg--overlay::after, .bg--overlay-2::after {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(35, 47, 63, 0.9);
    background: -webkit-linear-gradient(0deg, rgba(35, 47, 63, 0.8), #232f3f);
}

.bg--overlay > *, .bg--overlay-2 > * {
    position: relative;
    z-index: 1;
}

.bg--overlay-2::after {
    background: rgba(35, 47, 63, 0.9);
    background: -webkit-linear-gradient(0deg, #232f3f, rgba(35, 47, 63, 0.2));
}

.base--overlay {
    position: relative;
}

.base--overlay::after {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #232f3f;
    opacity: .9;
}

.base--overlay > * {
    position: relative;
    z-index: 1;
}

[class*="line--limit"] {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.line--limit-1 {
    -webkit-line-clamp: 1;
}

.line--limit-2 {
    -webkit-line-clamp: 2;
}

.line--limit-3 {
    -webkit-line-clamp: 3;
}

.line--limit-4 {
    -webkit-line-clamp: 4;
}

.line--limit-5 {
    -webkit-line-clamp: 5;
}

.ratings i {
    color: #e9ba17;
}

.cursor {
    width: 30px;
    height: 30px;
    position: absolute;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 2px solid #1e90ff;
    pointer-events: none;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
    transition-property: background, transform;
    transform: translate(-50%, -50%);
    transform-origin: 100% 100%;
    z-index: 999;
}

.link-grow {
    border-width: 1px;
    transform: scale(2);
    backdrop-filter: grayscale(50%);
}

.link-hovered {
    color: #fff;
}

.bg--body {
    background-color: #fff !important;
}

.bg--section {
    background-color: #fafafa !important;
}

.btn--base,
.badge--base,
.bg--base {
    background-color: #1e90ff !important;
}

.btn--primary,
.badge--primary,
.bg--primary {
    background-color: #7367f0 !important;
}

.btn--secondary .badge--secondary .bg--secondary {
    background-color: #868e96 !important;
}

.btn--success,
.badge--success,
.bg--success {
    background-color: #28c76f !important;
}

.btn--danger,
.badge--danger,
.bg--danger {
    background-color: #ea5455 !important;
}

.btn--warning,
.badge--warning,
.bg--warning {
    background-color: #f99f0b !important;
}

.btn--info,
.badge--info,
.bg--info {
    background-color: #1e9ff2 !important;
}

.btn--dark,
.badge--dark,
.bg--dark {
    background-color: #192a56 !important;
}

.btn--white,
.badge--white,
.bg--white {
    background-color: #fff !important;
}

[class*="btn--"] {
    color: #fff;
    font-weight: 500;
}

[class*="btn--"]:hover {
    color: #fff;
}

.btn--warning,
.badge--warning,
.btn--white,
.badge--white {
    color: #232f3f;
}

.btn--warning:hover,
  .badge--warning:hover,
  .btn--white:hover,
  .badge--white:hover {
    color: #232f3f;
}

.btn--black,
.badge--black,
.bg--black {
    background-color: #000 !important;
}

.btn--title,
.badge--title,
.bg--title {
    background-color: #232f3f !important;
}

.btn--1,
.badge--1,
.bg--1 {
    background-color: #3c6382 !important;
}

.text--primary {
    color: #7367f0 !important;
}

.text--secondary {
    color: #868e96 !important;
}

.text--success {
    color: #28c76f !important;
}

.text--danger {
    color: #ea5455 !important;
}

.text--warning {
    color: #f99f0b !important;
}

.text--info {
    color: #1e9ff2 !important;
}

.text--dark {
    color: #192a56 !important;
}

.text--white {
    color: #fff !important;
}

.text--white p, .text--white ul li, .text--white ul li a, .text--white span {
    color: #ddd;
}

.text--black {
    color: #000 !important;
}

.text--body {
    color: #555555 !important;
}

.text--base {
    color: #1e90ff !important;
}

.text--title {
    color: #232f3f !important;
}

.text--star {
    color: #e9ba17 !important;
}

.text--1 {
    color: #3c6382 !important;
}

.bg--transparent {
    background-color: transparent !important;
}

.bg--none {
    background: none !important;
}

/* Footer */
.footer__widget {
    padding: 0 15px 32px;
    width: 100%;
    max-width: 200px;
}

.footer__widget .logo {
    height: 40px;
    margin-bottom: 25px;
}

.footer__widget .logo a {
    display: block;
    height: inherit;
}

.footer__widget .logo a img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: left;
}

.footer__widget p {
    color: rgba(255, 255, 255, 0.9);
    font-size: 15px;
    line-height: 1.6;
}

.footer__widget .widget__title {
    color: #fff;
    margin: 0;
    margin-bottom: 17px;
}

@media (min-width: 992px) {
    .footer__widget .widget__title {
        min-height: 40px;
    }
}

.footer__widget.widget__about {
    max-width: 370px;
}

.footer__widget .widget__links li {
    padding: 0;
}

.footer__widget .widget__links li:not(:last-child) {
    margin-bottom: 7px;
}

.footer__widget .widget__links li a {
    font-size: 15px;
    color: rgba(255, 255, 255, 0.8);
    position: relative;
    padding-left: 20px;
}

.footer__widget .widget__links li a::before {
    content: "\f101";
    font-family: "Line Awesome Free";
    font-weight: 700;
    position: absolute;
    left: 0;
    color: #fff;
}

.footer__widget .widget__links li a:hover {
    color: #1e90ff;
}

.footer__widget .social--icons-2 {
    margin-top: 30px;
}

.footer__widget .social--icons-2 li a {
    background: rgba(30, 144, 255, 0.2);
}

.footer__widget .social--icons-2 li a i {
    color: #fff;
}

.footer__widget .social--icons-2 li a:hover {
    background: dodgerblue;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .footer__widget.widget__about {
        max-width: 300px;
    }
}

.copyright__txt {
    margin: 0;
    color: rgba(255, 255, 255, 0.7);
}

.copyright__txt:not(:last-child) {
    margin-bottom: 30px;
}

.footer__widget__wrapper {
    justify-content: space-between;
    margin: 0 -12px -40px;
}

.footer-bottom, .footer-top {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.copyright {
    color: rgba(255, 255, 255, 0.7);
}

.menu {
    align-items: center;
    font-family: "Nunito", sans-serif;
    font-weight: 500;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.menu li {
    padding: 0;
}

.menu li a {
    font-size: 16px;
    padding: 5px 15px;
    font-weight: 600;
    color: #fff;
    text-decoration: none;
}

@media (min-width: 992px) {
    .menu li .submenu {
        position: absolute;
        top: calc(100% + 10px);
        left: 0;
        min-width: 220px;
        background: #fff;
        -webkit-transition: all ease 0.3s;
        -moz-transition: all ease 0.3s;
        transition: all ease 0.3s;
        opacity: 0;
        visibility: hidden;
        border-bottom: none;
    }

    .menu li .submenu li a {
        display: flex;
        justify-content: space-between;
        padding: 5px 20px;
        border-bottom: 1px solid rgba(35, 47, 63, 0.1);
        font-weight: 700;
        color: rgba(35, 47, 63, 0.9);
    }

    .menu li .submenu li .submenu {
        left: 100%;
        top: 10px;
    }

    .menu li .submenu li:hover > .submenu {
        top: 0;
    }

    .menu li .submenu li:hover > a {
        background: #1e90ff;
        color: #fff;
        padding-left: 22px;
    }

    .menu li:hover > .submenu {
        top: 100%;
        visibility: visible;
        opacity: 1;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .menu li a {
        font-size: 14px;
    }
}

@media (max-width: 991px) {
    .menu {
        width: 100%;
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 1;
        background: #232f3f;
        overflow: auto;
        max-height: calc(100vh - 100px);
        -webkit-transition: all ease 0.3s;
        -moz-transition: all ease 0.3s;
        transition: all ease 0.3s;
        -webkit-transform: scaleY(0);
        -ms-transform: scaleY(0);
        transform: scaleY(0);
        transform-origin: top;
        display: block;
    }

    .menu.active {
        -webkit-transform: scaleY(1);
        -ms-transform: scaleY(1);
        transform: scaleY(1);
    }

    .menu li {
        padding: 0;
        border-bottom: 1px solid transparent;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }

    .menu li.open ul li:last-child {
        border-color: rgba(255, 255, 255, 0.1);
    }

    .menu li a {
        display: flex;
        justify-content: space-between;
        padding: 8px 20px;
        font-size: 16px;
    }

    .menu li:last-child > a {
        border: none;
    }

    .menu li .submenu {
        padding-left: 20px;
        display: none;
    }

    .menu li .submenu li a {
        font-size: 14px;
    }

    .menu li .select-bar {
        margin: 10px 20px;
    }

    .menu li .cmn--btn {
        border: 1px solid rgba(35, 47, 63, 0.09) !important;
        font-size: 14px;
        line-height: 36px;
        justify-content: center;
        margin: 10px 20px;
    }
}

.menu .select-bar {
    height: 37px;
    background: transparent;
    border-radius: 7px;
    cursor: pointer;
    font-size: 14px;
    padding: 0 0 0 5px;
    color: #fff;
    border-color: rgba(255, 255, 255, 0.2);
    margin: 5px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.menu .select-bar:focus {
    outline: none;
}

.menu .select-bar option {
    color: #232f3f;
}

.header-section {
    position: fixed;
    width: 100%;
    left: 0;
    top: 5px;
    z-index: 99;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.header-section.active {
    top: 0;
    background: #232f3f;
    border: none;
}

.menu-item-has-children {
    position: relative;
    z-index: 999 !important;
}

.menu-item-has-children > a {
    align-items: center;
}

.menu-item-has-children > a::after {
    content: "\f107";
    font-weight: 700;
    font-family: "Line Awesome Free";
    margin-left: 5px;
}

@media (min-width: 992px) {
    .menu-item-has-children.open .submenu {
        display: block !important;
    }

    .menu-item-has-children .submenu {
        display: block !important;
    }
}

.dashboard__bar,
.header-bar {
    position: relative;
    cursor: pointer;
    width: 25px;
    height: 20px;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

@media (min-width: 576px) {
    .dashboard__bar,
    .header-bar {
        margin-right: 20px;
    }
}

.dashboard__bar span,
  .header-bar span {
    position: absolute;
    display: inline-block;
    height: 3px;
    width: 100%;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
    background-color: #fff;
    left: 0;
}

.dashboard__bar span:first-child,
    .header-bar span:first-child {
    top: 0;
}

.dashboard__bar span:nth-child(2),
    .header-bar span:nth-child(2) {
    top: 52%;
    transform: translateY(-65%);
}

.dashboard__bar span:last-child,
    .header-bar span:last-child {
    bottom: 0;
}

.dashboard__bar.active span:first-child,
  .header-bar.active span:first-child {
    -webkit-transform: rotate(45deg) translate(3px, 9px);
    -ms-transform: rotate(45deg) translate(3px, 9px);
    transform: rotate(45deg) translate(3px, 9px);
}

.dashboard__bar.active span:nth-child(2),
  .header-bar.active span:nth-child(2) {
    opacity: 0;
}

.dashboard__bar.active span:last-child,
  .header-bar.active span:last-child {
    -webkit-transform: rotate(-45deg) translate(3px, -9px);
    -ms-transform: rotate(-45deg) translate(3px, -9px);
    transform: rotate(-45deg) translate(3px, -9px);
}

.header-bottom {
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
    padding-top: 17px;
    padding-bottom: 17px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

header {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 100;
}

header.active .header-bottom, header.inActive .header-bottom {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #232f3f;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding-top: 20px;
    padding-bottom: 20px;
}

@media (max-width: 575px) {
    header.active .header-bottom, header.inActive .header-bottom {
        padding-top: 15px;
        padding-bottom: 15px;
    }
}

header.inActive .header-bottom {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
}

header.active .header-bottom {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.header-top-item {
    padding: 5px 10px;
    font-size: 16px;
}

.header-top-item a {
    color: #fff;
    display: flex;
    align-items: center;
    text-decoration: none;
}

.header-top-item a i {
    margin-right: 5px;
}

@media screen and (max-width: 480px) {
    .meta-list {
        width: 100%;
        text-align: center;
        justify-content: center;
    }

    .meta-list a {
        justify-content: center;
    }
}

.header-wrapper {
    align-items: center;
}

.header-wrapper .logo 
.header-wrapper .dark-logo{
    width: 200px;
    height: 50px;
}

.header-wrapper .logo a,
.header-wrapper .dark-logo a {
    display: block;
    width: 200px;
    height: 50px;
}

.header-wrapper .logo img,
.header-wrapper .dark-logo img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

@media (max-width: 1199px) and (min-width: 992px) {
    .header-wrapper .dark-logo,
    .header-wrapper .logo {
        width: 190px;
    }
}

.search-bar {
    margin-right: 20px;
    width: 40px;
    height: 16px;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-right: 1px solid rgba(255, 255, 255, 0.4);
    cursor: pointer;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.search--form {
    width: 100%;
    max-width: 500px;
    display: flex;
    align-items: center;
    position: absolute;
    top: calc(100% + 15px);
    right: 15px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
    z-index: 99;
}

.search--form .form-control {
    background: rgba(30, 144, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.2);
    color: #fff;
    height: 55px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 0 65px 0 15px;
    box-shadow: none;
}

.search--form .form-control::placeholder {
    color: #fff;
}

.search--form .cmn--btn {
    padding: 0;
    position: absolute;
    right: 4px;
    top: 4px;
    width: 50px;
    height: 47px;
    justify-content: center;
}

.search--form .search-close {
    width: 40px;
    line-height: 40px;
    text-align: center;
    color: #ea5455;
    font-size: 22px;
    cursor: pointer;
}

@media (max-width: 767px) {
    .search--form {
        padding: 0 15px;
        right: 0;
        width: 100%;
    }

    .search--form .form-control {
        background: #fff;
        color: #232f3f;
    }

    .search--form .form-control::placeholder {
        color: #232f3f;
    }
}

@media (min-width: 992px) {
    .active-search .menu {
        -webkit-transform: translateY(-100px);
        -ms-transform: translateY(-100px);
        transform: translateY(-100px);
        opacity: 0;
        visibility: hidden;
    }
}

.active-search .header-bar,
.active-search .search-bar {
    -webkit-transform: translateY(-100px);
    -ms-transform: translateY(-100px);
    transform: translateY(-100px);
    opacity: 0;
    visibility: hidden;
}

.active-search .search--form {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 1;
    visibility: visible;
}

@media (max-width: 767px) {
    .active-search .search--form {
        top: calc(100% + 30px);
    }
}

/*Banner Section*/
.banner-section {
    padding: 180px 0 170px;
}

@media (max-width: 991px) {
    .banner-section {
        padding: 190px 0 280px;
    }
}

.banner__content {
    color: #fff;
}

.banner__content .banner__title {
    color: #fff;
    margin-bottom: 30px;
}

.banner__content .banner__subtitle {
    color: rgba(255, 255, 255, 0.8);
}

.banner__wrapper {
    align-items: center;
}

.banner__wrapper .banner__content {
    width: 100%;
    max-width: 680px;
}

@media (min-width: 992px) {
    .banner__wrapper .banner__content {
        margin-bottom: 120px;
    }
}

.banner__wrapper .banner__thumb {
    width: calc(100% - 680px);
}

.banner__wrapper .banner__thumb img {
    max-width: 920px;
}

@media (max-width: 1399px) {
    .banner__wrapper .banner__thumb img {
        max-width: 720px;
    }
}

.mt--200 {
    margin-top: -200px;
    position: relative;
    z-index: 3;
}

/*Trade Type Section*/
.type__item {
    height: 100%;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    box-shadow: 0 0 5px rgba(35, 47, 63, 0.2);
    background: #fff;
}

.type__item-title {
    margin-bottom: 25px;
}

.type__item-txt {
    margin-bottom: 20px;
}

.type__item .learn-more {
    color: #1e90ff;
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
}

.type__item .cmn--btn {
    margin-top: 30px;
    min-width: 170px;
    justify-content: center;
}

.type__item-thumb {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 200px;
}

.type__item-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
}

.type__item:hover {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
}

@media (max-width: 1399px) and (min-width: 992px) {
    .type__item-thumb {
        height: 160px;
    }
}

@media (max-width: 575px) {
    .type__item-thumb {
        height: 160px;
    }

    .type__item-title {
        margin-bottom: 20px;
    }

    .type__item-txt {
        margin-bottom: 15px;
    }

    .type__item .cmn--btn {
        margin-top: 20px;
    }
}

.type__inner {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    overflow: hidden;
    padding: 45px 30px 230px;
    position: relative;
}

@media (max-width: 1399px) and (min-width: 992px) {
    .type__inner {
        padding-bottom: 180px;
    }
}

@media (max-width: 575px) {
    .type__inner {
        padding: 30px 20px 180px;
    }
}

/*CTA Section*/
.cta__wrapper {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 50px;
    overflow: hidden;
    color: rgba(255, 255, 255, 0.7);
    position: relative;
}

.cta__wrapper-content {
    max-width: 650px;
}

.cta__wrapper-title {
    color: #fff;
    margin-bottom: 15px;
}

.cta__wrapper-txt {
    margin-bottom: 20px;
}

.cta__wrapper .button-group {
    margin: -5px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.cta__wrapper .button-group a {
    margin: 5px;
}

.cta__wrapper .button-group .learn-more {
    font-size: 20px;
    font-weight: 600;
    color: #1e90ff;
}

.cta__wrapper .cta__thumb {
    position: absolute;
    height: 100%;
    top: 0;
    left: 650px;
    bottom: 0;
    right: 0;
    text-align: right;
    opacity: 0.5;
}

.cta__wrapper .cta__thumb img {
    height: 100%;
}

@media (max-width: 767px) {
    .cta__wrapper {
        padding: 40px 30px;
    }
}

@media (max-width: 575px) {
    .cta__wrapper {
        padding: 30px 20px;
    }
}

/*Dashborad*/
.dashboard-section {
    display: flex;
    min-height: 100vh;
}

.dashboard__sidebar {
    background: rgba(35, 47, 63, 0.95);
    width: 100%;
    max-width: 299px;
    height: 100vh;
    overflow: hidden;
    position: sticky;
    top: 0;
}
.dashboard__sidebar .dashboard__logo {
    height: 60px;
    padding: 0 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    display: flex;
    align-items: center;
    position: relative;
}

.dashboard__sidebar .dashboard__logo a {
    height: 30px;
}

.dashboard__sidebar .dashboard__logo a img {
    object-fit: contain;
    width: 100%;
    height: 100%;
}
@media screen and (max-width:991px) {
    .dashboard__sidebar .dashboard__logo a img {
        object-position: left;
    }
}
.dashboard__sidebar .dashboard__logo .close-sidebar {
    color: #ea5455;
    font-size: 20px;
    line-height: 1;
    position: absolute;
    right: 20px;
    cursor: pointer;
}

.dashboard__sidebar .dashboard__author {
    padding: 25px 15px 25px;
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.dashboard__sidebar .dashboard__author .thumb {
    width: 70px;
    height: 70px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
}

.dashboard__sidebar .dashboard__author .thumb a {
    height: inherit;
    width: inherit;
}

.dashboard__sidebar .dashboard__author .thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.dashboard__sidebar .dashboard__author .content {
    padding-left: 20px;
    width: calc(100% - 70px);
}

.dashboard__sidebar .dashboard__author .content .title {
    margin-bottom: 7px;
}

.dashboard__sidebar .dashboard__author .content .title a {
    color: #fff;
    font-size: 18px;
    line-height: 1.2;
}

.dashboard__sidebar .dashboard__author .content .cmn--btn {
    font-size: 14px;
    padding: 3px 10px;
}

.dashboard__sidebar .side__menu__footer {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-bottom: 60px;
}

.dashboard__sidebar .side__menu__footer .side__menu__footer__inner {
    padding: 20px 15px;
    text-align: center;
}

.dashboard__sidebar .side__menu__area {
    overflow: hidden;
}

.dashboard__sidebar .side__menu__area-inner {
    overflow-y: auto;
    height: 100%;
}

.side__menu {
    padding: 5px 0 20px;
}

.side__menu-title {
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: rgba(255, 255, 255, 0.9);
    font-size: 14px;
    color: #1e90ff;
}

.side__menu li {
    padding: 0;
}

.side__menu li a {
    display: flex;
    padding: 10px 15px;
    color: rgba(255, 255, 255, 0.9);
    border-left: 4px solid transparent;
}

.side__menu li a:hover {
    border-color: #1e90ff;
    background: rgba(255, 255, 255, 0.2);
}

.side__menu li a.active {
    background: rgba(255, 255, 255, 0.3);
    border-color: #1e90ff;
}

.side__menu li a.active:hover {
    background: rgba(255, 255, 255, 0.4);
}

.side__menu li a i {
    font-size: 24px;
    line-height: 1;
    width: 25px;
}

.side__menu li a .cont {
    padding-left: 15px;
}

.side__menu-select {
    height: 35px;
    background: transparent;
    border-radius: 3px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: #fff;
    font-size: 14px;
    padding: 0 0 0 10px;
}

.side__menu-select:focus {
    outline: none;
}

.side__menu-select option {
    color: #232f3f;
}

.dashboard__article {
    width: calc(100% - 299px);
}

@media (max-width: 991px) {
    .dashboard__article {
        width: 100%;
    }

    .dashboard__sidebar {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 999;
        background: #232f3f;
        -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        transform: translateX(-100%);
        -webkit-transition: all ease 0.3s;
        -moz-transition: all ease 0.3s;
        transition: all ease 0.3s;
    }

    .dashboard__sidebar.active {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}
@media (max-width: 575px) {

    .dashboard__sidebar {
        max-width: 100%;
    }
    .side__menu__footer {
        border-top: 1px solid rgba(255, 255, 255, 0.1);
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
    }
}

.dashboard-search {
    width: 100%;
    max-width: 300px;
}

.dashboard-search .form-control {
    height: 45px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #fff;
    padding: 0 15px 0 35px;
}

.dashboard-search .form-control:focus {
    box-shadow: none;
}

.dashboard-search .form-control::placeholder {
    color: #fff;
}

.dashboard-search .search--label {
    position: absolute;
    line-height: 45px;
    left: 10px;
    top: 0;
    color: #fff;
}

.dashboard__header {
    position: sticky;
    top: 0;
    left: 0;
    z-index: 9;
    border-bottom: 1px solid #e5e5e5;
}

.dashboard__header-top {
    align-items: center;
    justify-content: space-between;
    padding: 15px;
    background: #232f3f;
}

.dashboard__header-top-right {
    justify-content: center;
}

.dashboard__header-top-right > li {
    padding: 0;
    position: relative;
}

.dashboard__header-top-right > li > a {
    width: 50px;
    height: 50px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: #fff;
    position: relative;
}

.dashboard__header-top-right > li > a::before {
    position: absolute;
    content: "";
    left: 0;
    width: 1px;
    top: 50%;
    margin-top: -10px;
    height: 20px;
    background: rgba(255, 255, 255, 0.2);
}

.dashboard__header-top-right > li .notification__wrapper {
    position: absolute;
    width: 300px;
    right: 0;
    top: 100%;
    z-index: 99;
    background: #fff;
    padding: 15px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    visibility: hidden;
    opacity: 0;
    box-shadow: 0 0 5px rgba(35, 47, 63, 0.2);
}

.dashboard__header-top-right > li .notification__wrapper li {
    padding: 0;
}

.dashboard__header-top-right > li .notification__wrapper li:not(:last-child) {
    margin-bottom: 10px;
}

@media (max-width: 575px) {
    .dashboard__header-top-right > li .notification__wrapper {
        width: 260px;
        right: -17px;
    }
}

.dashboard__header-top-right > li a:focus ~ .notification__wrapper {
    visibility: visible;
    opacity: 1;
}

@media (max-width: 575px) {
    .dashboard__header-top .dashboard-search {
        order: 0;
        width: 100%;
        max-width: 100%;
        margin-bottom: 18px;
    }

    .dashboard__header-top .dashboard__header__bar, .dashboard__header-top .dashboard__header-top-right {
        order: 1;
    }
}

.dashboard__header-bottom {
    background: #fff;
}

.dashboard__header-bottom ul {
    display: flex;
    justify-content: space-between;
}

.dashboard__header-bottom ul li {
    flex-grow: 1;
    padding: 0;
}

.dashboard__header-bottom ul li a {
    padding: 20px 15px;
    display: flex;
    align-items: center;
    border-right: 1px solid #e5e5e5;
    color: #232f3f;
}

.dashboard__header-bottom ul li a i {
    margin-left: auto;
}

.notify__item {
    display: flex;
    text-decoration: none !important;
    align-items: center;
    padding: 10px 15px;
    background: #fff;
    border: 1px solid #e5e5e5;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.notify__item:not(:last-child) {
    margin-bottom: 5px;
}

.notify__item .notify__thumb {
    width: 50px;
    height: 50px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.notify__item .notify__thumb i {
    color: #fff;
    font-size: 20px;
}

.notify__item .notify__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.notify__item .notify__content {
    width: calc(100% - 50px);
    padding-left: 15px;
    color: #555555;
}

.notify__item .notify__content .title {
    font-size: 16px;
    margin: 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
    overflow: hidden;
}

.notify__item .notify__content .info {
    font-size: 14px;
    line-height: 1.4;
    display: block;
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
    overflow: hidden;
}

.notify__item .notify__content .date {
    font-size: 12px;
    line-height: 1.5;
    display: flex;
    align-items: center;
}

.notify__item .notify__content .date i {
    color: #1e90ff;
    font-size: 18px;
    margin-right: 5px;
}

.notify__item:hover {
    background: rgba(30, 144, 255, 0.2);
    border-color: #1e90ff;
}

.dashboard__trade__wrapper {
    padding: 30px 0;
    border-bottom: 1px solid #e5e5e5;
}

.dashboard__trade__wrapper .dashboard__title {
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.dashboard__trade__wrapper .dashboard__title a {
    margin-left: 10px;
    font-size: 16px;
    font-weight: 700;
    color: #1e90ff;
}

.dashboard__trade__item-thumb a {
    display: block;
    height: 180px;
    overflow: hidden;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}

.dashboard__trade__item-thumb a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.dashboard__trade__item-content {
    padding: 20px;
    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
    background: #fff;
    display: flex;
    align-items: center;
}

.dashboard__trade__item-content .title-area {
    width: calc(100% - 100px);
}

.dashboard__trade__item-content .title-area .title {
    margin-bottom: 5px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 20px;
}

.dashboard__trade__item-content .title-area .title span {
    font-size: 80%;
    border-left: 1px solid #e5e5e5;
    padding-left: 10px;
    margin-left: 5px;
    font-weight: 400;
}

.dashboard__trade__item-content .title-area .rate {
    font-size: 24px;
    font-weight: 700;
}

.dashboard__trade__item-content .title-area .rate span {
    font-size: 70%;
    border-left: 1px solid #e5e5e5;
    padding-left: 10px;
    margin-left: 5px;
    font-weight: 400;
}

@media (max-width: 1199px) {
    .dashboard__trade__item-content .title-area .title {
        font-size: 18px;
    }

    .dashboard__trade__item-content .title-area .rate {
        font-size: 20px;
    }
}

@media screen and (max-width: 400px) {
    .dashboard__trade__item-content .title-area .title {
        font-size: 16px;
    }

    .dashboard__trade__item-content .title-area .rate {
        font-size: 18px;
    }
}

.chart-1 {
    width: 100px;
}

.filter__modal-content li {
    padding: 0;
}

.filter__modal-content li a {
    padding: 15px 20px;
    border-bottom: 1px solid #e5e5e5;
    display: block;
    color: #232f3f;
    font-weight: 700;
}

.filter__modal-content li a i {
    display: none;
}

.modal {
    z-index: 9999;
}

.modal .modal-header {
    background: #232f3f;
}

.modal .modal-header .modal-title {
    text-align: center;
    color: #fff;
    text-transform: capitalize;
}

.modal .btn-close {
    background: transparent;
    opacity: 1;
    color: #ea5455;
    font-size: 24px;
    line-height: 1;
}

.post-modal-body {
    padding: 0 20px 20px;
}

.post-modal-body .text-area {
    display: flex;
}

.post-modal-body .text-area .thumb {
    width: 60px;
    height: 60px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
}

.post-modal-body .text-area .thumb img {
    width: 100%;
}

.post-modal-body .text-area .content {
    padding-left: 20px;
    flex-grow: 1;
}

.post-modal-body .text-area .content textarea {
    height: 200px;
    box-shadow: none;
}

.post-modal-body .form-control[type="file"] {
    line-height: 36px;
}

.filter-show-btn {
    position: fixed !important;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 40px;
    z-index: 99;
}

.trade__buy__sell__item {
    width: 100%;
    padding: 0 10px 20px;
}

.trade__buy__sell__item-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.trade__buy__sell__item-header-thumb {
    width: 40px;
    height: 40px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    position: relative;
}

.trade__buy__sell__item-header-thumb img {
    width: 40px;
    height: 40px;
    object-fit: cover;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.trade__buy__sell__item-header-thumb .rate {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    bottom: -3px;
    right: -3px;
    font-size: 12px;
    background: #e9ba17;
    color: #fff;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
}

.trade__buy__sell__item-header-cont {
    padding-left: 10px;
    width: calc(100% - 70px);
}

.trade__buy__sell__item-header-cont .title {
    font-size: 16px;
    line-height: 1.2;
    margin: 0;
    font-weight: 700;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
    overflow: hidden;
}

.trade__buy__sell__item-header-cont .info {
    font-size: 14px;
    line-height: 1.2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
    overflow: hidden;
}

.trade__buy__sell__item-header .watchlist__btn {
    line-height: 1;
    color: #232f3f;
    font-size: 22px;
    width: 30px;
    text-align: right;
}

.trade__buy__sell__item .chart-market {
    margin-bottom: 15px;
}

.trade__buy__sell__item .chart-market img {
    width: 100%;
}

.trade__buy__sell__item .change-trade {
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 5px;
}

@media screen and (min-width: 500px) {
    .trade__buy__sell__item {
        width: 50%;
    }
}

@media (min-width: 1200px) {
    .trade__buy__sell__item {
        width: calc(100% / 3);
    }
}

@media screen and (min-width: 1600px) {
    .trade__buy__sell__item {
        width: calc(100% / 5);
    }
}

.trade__buy__sell__item-inner {
    padding: 15px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #e5e5e5;
    background: #fff;
}

.trade__buy__sell__wrapper {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px -20px;
}

.buy__sell__button__area {
    display: flex;
    justify-content: space-between;
}

.buy__sell__button__area a {
    color: #555555;
    width: calc(50% - 10px);
    text-align: center;
}

.buy__sell__button__area a .title {
    font-size: 16px;
    color: #fff;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    padding: 5px;
    background: rgba(35, 47, 63, 0.8);
}

.buy__sell__button__area a .info {
    border: 1px solid #e5e5e5;
    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
    display: block;
    padding: 3px 5px;
    color: #232f3f;
    background: #fafafa;
}

.chart-trade {
    min-height: 60px !important;
}

.editor__item {
    position: relative;
}

.editor__item-thumb {
    height: 150px;
}

.editor__item-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.editor__item-content {
    padding: 25px 25px 20px;
    background: #fff;
    border: 1px solid #e5e5e5;
    border-top: none;
}

.editor__item-title {
    font-size: 18px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
    overflow: hidden;
    font-weight: 600;
}

.editor__item-title span {
    font-weight: 400;
    font-size: 80%;
    padding-left: 8px;
    margin-left: 5px;
    border-left: 2px solid #e5e5e5;
}

.editor__item .editors-bottom {
    margin-top: 10px;
    border-top: 1px solid #e5e5e5;
    padding-top: 10px;
    font-size: 14px;
}

.editor__item .editors-bottom a i {
    line-height: 1;
    color: #232f3f;
    font-size: 20px;
}

.editor__item .editor__content {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #fff;
    top: 0;
    left: 0;
    padding: 20px;
    overflow-y: auto;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
    visibility: hidden;
    opacity: 0;
}

.editor__item .editor__content .title {
    font-size: 22px;
    margin-bottom: 15px;
}

.editor__item .editor__content .title span {
    font-size: 80%;
}

.editor__item-thumb:hover .editor__content {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    visibility: visible;
    opacity: 1;
}

.return__area {
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
}

.return__area .rate__area .rate {
    font-size: 24px;
}

.return__area .rate__area .rate i {
    font-size: 70%;
    margin-right: 5px;
}

.return__area .rate__area .info {
    font-size: 14px;
    text-transform: uppercase;
}

.return__area .risk__level {
    text-transform: uppercase;
    font-size: 12px;
}

.return__area .risk__level .level {
    font-size: 16px;
    font-weight: 700;
    width: 30px;
    height: 30px;
    line-height: 26px;
    text-align: center;
    border: 2px solid rgba(40, 199, 111, 0.2);
    display: block;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.copy__wrapper {
    display: flex;
    flex-wrap: wrap;
    margin: -10px;
}

.fz--14 {
    font-size: 14px;
}

.copy__item {
    padding: 20px 15px 15px;
    border-radius: 3px;
    border: 1px solid #e5e5e5;
    background: #fff;
}

.copy__item-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.copy__item-header-thumb {
    width: 40px;
    height: 40px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    position: relative;
}

.copy__item-header-thumb img {
    width: 40px;
    height: 40px;
    object-fit: cover;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.copy__item-header-thumb .rate {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    bottom: -3px;
    right: -3px;
    font-size: 12px;
    background: #e9ba17;
    color: #fff;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
}

.copy__item-header-cont {
    padding-left: 10px;
    width: calc(100% - 70px);
}

.copy__item-header-cont .title {
    font-size: 16px;
    line-height: 1.2;
    margin: 0;
    font-weight: 700;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
    overflow: hidden;
}

.copy__item-header-cont .info {
    font-size: 14px;
    line-height: 1.2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
    overflow: hidden;
}

.copy__item-header .watchlist__btn {
    line-height: 1;
    color: #232f3f;
    font-size: 22px;
    width: 30px;
    text-align: right;
}

.copy__item__width {
    padding: 10px;
    width: 100%;
}

@media screen and (min-width: 576px) {
    .copy__item__width {
        width: 50%;
    }
}

@media (min-width: 1200px) {
    .copy__item__width {
        width: calc(100% / 3);
    }
}

@media screen and (min-width: 1600px) {
    .copy__item__width {
        width: calc(100% / 5);
    }
}

.setting__item {
    padding: 40px 30px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #fff;
    border: 1px solid rgba(229, 229, 229, 0.7);
    color: #555555;
    display: block;
}

@media (max-width: 575px) {
    .setting__item {
        padding: 30px 15px;
    }
}

.setting__item-icon {
    font-size: 50px;
    line-height: 1;
    color: #1e90ff;
    margin-bottom: 15px;
}

.setting__item-title {
    margin-bottom: 20px;
}

.setting__item p {
    margin: 0;
}

.setting__item .author {
    display: flex;
    align-items: center;
}

.setting__item .author .thumb {
    width: 60px;
    height: 60px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
}

.setting__item .author .thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.setting__item .author .content {
    padding-left: 20px;
    margin-right: auto;
}

.setting__item .author .content .name {
    margin: 0;
    font-size: 18px;
    font-weight: 700;
}

.document__card {
    padding: 40px 30px 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #fff;
    border: 1px solid rgba(229, 229, 229, 0.7);
    color: #555555;
    display: block;
}

.document__card-title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 15px;
    display: block;
}

.document__card-body {
    padding-bottom: 40px;
    border-bottom: 1px solid #e5e5e5;
}

.document__card-body .subtitle {
    font-size: 18px;
    margin-top: 5px;
    margin-bottom: 30px;
}

.document__card-item:not(:last-child) {
    margin-bottom: 25px;
}

.document__card-item .s-title {
    display: block;
    font-weight: 700;
    margin-bottom: 10px;
}

.document__card-item .thumb {
    font-size: 50px;
    color: #232f3f;
}

.document__card-item .cont * {
    display: block;
}

.document__card-item .cont .status {
    font-size: 14px;
}

.document__card-footer {
    padding: 20px;
}

.document__card-footer a {
    color: #555555;
}

.document__card-footer .thumb {
    font-size: 40px;
}

.document__card-footer .cont {
    margin-left: 10px;
}

@media (max-width: 575px) {
    .document__card {
        padding: 30px 15px 0;
    }
}

.profile__card {
    padding: 40px 30px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #fff;
    border: 1px solid rgba(229, 229, 229, 0.7);
    color: #555555;
    display: block;
}

@media (max-width: 575px) {
    .profile__card {
        padding: 30px 15px;
    }
}

.profile__card .author {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.profile__card .author .thumb {
    width: 60px;
    height: 60px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
}

.profile__card .author .thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.profile__card .author .content {
    padding-left: 20px;
    margin-right: auto;
}

.profile__card .author .content .name {
    margin: 0;
    font-size: 18px;
    font-weight: 700;
}

.profile-progress .progress-title {
    font-size: 16px;
    font-weight: 600;
}

.profile-progress .progress-bar {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    height: 6px;
    background: rgba(35, 47, 63, 0.3);
    position: relative;
    overflow: hidden;
}

.profile-progress .progress-bar .progress-bar-bar {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background: #1e90ff;
}

.profile__details {
    margin-top: 30px;
    margin-bottom: 35px;
}

.profile__details li {
    display: flex;
    justify-content: space-between;
}

.profile__details li a {
    color: #1e90ff;
}

.profile__details li span {
    font-size: 14px;
}

.shadow--card {
    padding: 30px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #fff;
    border: 1px solid rgba(229, 229, 229, 0.7);
    color: #555555;
    display: block;
}

@media (max-width: 575px) {
    .shadow--card {
        padding: 30px 15px;
    }
}

.shadow--card .shadow--card-title {
    margin-bottom: 25px;
    font-size: 18px;
    font-weight: 700;
}

.form-switch {
    position: relative;
    padding: 0;
    padding-right: 40px;
}

.form-switch .form-check-label {
    display: block;
}

.form-switch .form-check-input {
    position: absolute;
    right: 0;
    top: 0;
}

.form-switch .form-check-input:focus {
    box-shadow: none;
}

.trading__activity {
    text-align: center;
}

.trading__activity .thumb {
    font-size: 100px;
    line-height: 1;
}

input[type="checkbox"] {
    cursor: pointer;
}

.email__notify__area .form-check {
    margin-top: 30px;
    font-size: 14px;
}

.email__notify__area .form-check .email__notify__title {
    font-size: 18px;
}

.account__setting__item {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.account__setting__item:not(:last-child) {
    margin-bottom: 30px;
}

.account__setting__item .right-side a {
    background: #1e90ff;
    color: #fff;
    font-size: 14px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 5px 12px;
}

.account__setting__item-title {
    font-size: 18px;
}

.social--icons {
    justify-content: center;
}

.social--icons li {
    padding: 5px;
}

.social--icons li a {
    display: block;
}

.social--icons li a i {
    display: block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 24px;
    color: #fff;
    background: #1e90ff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.social--icons li a i[class*="facebook"] {
    background: #3b5998;
}

.social--icons li a i[class*="whatsapp"] {
    background: #25d366;
}

.social--icons li a i[class*="twitter"] {
    background: #55acee;
}

.social--icons li a i[class*="linkedin"] {
    background: #007bb5;
}

.social--icons li a i[class*="instagram"] {
    background: #e4405f;
}

.social--icons li a i[class*="google"] {
    background: #dd4b39;
}

.social--icons li a i[class*="youtube"] {
    background: #cd201f;
}

.social--icons li a i[class*="camera"] {
    background: #e4405f;
}

.social--icons li a i[class*="pinterest"] {
    background: #007bb5;
}

.social--icons li a i[class*="tumblr"] {
    background: #34465d;
}

.social--icons li a i[class*="behance"] {
    background: #1769ff;
}

.social--icons li a i[class*="skype"] {
    background: #2fb7df;
}

.social--icons li a i[class*="vimeo"] {
    background: #1ab7ea;
}

.custom--card .card-header {
    border: none;
    background: #232f3f;
}

.custom--card .card-header .card-title {
    margin: 0;
    color: #fff;
    text-align: center;
}

.custom--card .deposit__thumb {
    height: 160px;
}

.custom--card .deposit__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.custom--card .card-footer {
    background: #fff;
}

.deposit-preview {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 0 5px rgba(35, 47, 63, 0.2);
    max-width: 740px;
    margin: 0 auto;
}

.deposit-preview .deposit-thumb {
    width: 350px;
}

.deposit-preview .deposit-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.deposit-preview .deposit-content {
    width: calc(100% - 350px);
    border: 1px solid #e5e5e5;
    border-left: none;
    -webkit-border-radius: 0 5px 5px 0;
    -moz-border-radius: 0 5px 5px 0;
    border-radius: 0 5px 5px 0;
    padding: 30px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.deposit-preview .deposit-content ul {
    width: 100%;
}

.deposit-preview .deposit-content ul li {
    padding: 10px 0;
    font-size: 14px;
}

.deposit-preview .deposit-content ul li:not(:last-child) {
    border-bottom: 1px solid #e5e5e5;
}

@media (max-width: 991px) {
    .deposit-preview .deposit-content,
    .deposit-preview .deposit-thumb {
        width: 50%;
    }
}

@media (max-width: 767px) {
    .deposit-preview .deposit-thumb {
        width: 200px;
    }

    .deposit-preview .deposit-content {
        width: calc(100% - 200px);
    }
}

@media (max-width: 575px) {
    .deposit-preview {
        margin-left: auto;
        margin-right: auto;
    }

    .deposit-preview .deposit-thumb {
        width: 100%;
        height: 220px;
    }

    .deposit-preview .deposit-content {
        padding: 20px 25px;
        width: 100%;
        -webkit-border-radius: 0 0 5px 5px;
        -moz-border-radius: 0 0 5px 5px;
        border-radius: 0 0 5px 5px;
        border: 1px solid rgba(255, 255, 255, 0.2);
    }
}

.deposit-item {
    justify-content: space-between;
    background: #fff;
    padding: 20px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #e5e5e5;
}

.deposit-item .deposit-thumb, .deposit-item .deposit-content {
    width: calc(50% - 15px);
}

.deposit-item .deposit-thumb img, .deposit-item .deposit-content img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.deposit-item .deposit-thumb {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
}

.deposit-item .deposit-content {
    align-self: center;
}

.deposit-item .deposit-content ul {
    margin: 0;
}

.deposit-item .deposit-content ul li {
    font-size: 14px;
    padding: 10px 0;
    border-bottom: 1px solid #e5e5e5;
}

.deposit-item .deposit-content ul li:first-child {
    border-top: 1px solid #e5e5e5;
}

@media screen and (max-width: 500px) {
    .deposit-item {
        padding: 15px;
    }

    .deposit-item .deposit-content, .deposit-item .deposit-thumb {
        width: 100%;
    }

    .deposit-item .deposit-content {
        padding: 20px 0 0 0;
    }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
    .deposit-item .deposit-content, .deposit-item .deposit-thumb {
        width: 100%;
    }

    .deposit-item .deposit-content {
        padding: 30px 0 0 0;
    }
}

.mt-20 {
    margin-top: 20px;
}

/*Stock Invest Section*/
.stock--invest-content p {
    margin-bottom: 25px;
}

.stock--invest-thumb img {
    max-width: 800px;
}

@media (max-width: 1399px) {
    .stock--invest-thumb img {
        max-width: 720px;
    }
}

@media (max-width: 991px) {
    .stock--invest-thumb img {
        max-width: 100%;
    }
}

div[class*="col"]:nth-of-type(2n + 1) > .stock--invest-thumb {
    direction: rtl;
}

.rafcounter {
    word-break: break-all;
}

/*Trade Slide Section*/
.trade__slide__item {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #fafafa;
}

.trade__slide__item-thumb {
    height: 160px;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    overflow: hidden;
}

.trade__slide__item-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.trade__slide__item-content {
    padding: 20px 20px 14px;
    border: 1px solid #e5e5e5;
    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
}

.trade__slide__item-title {
    font-size: 16px;
    line-height: 1;
    margin: 0;
    margin-bottom: 12px;
}

.trade__slide__item-title span {
    font-size: 70%;
    line-height: 18px;
    border-left: 1px solid #1e90ff;
    margin-left: 5px;
    padding-left: 10px;
}

.trade__slide__item-subtitle {
    font-size: 20px;
}

.trade__slide__item-subtitle span {
    font-size: 65%;
    color: #1e90ff;
}

.trade__slide__item-title, .trade__slide__item-subtitle {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

/*Trader Section*/
.trader__item {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #fafafa;
    box-shadow: 0 0 10px rgba(35, 47, 63, 0.1);
    color: #555555;
}

.trader__item-thumb {
    position: relative;
    width: 160px;
    -webkit-border-radius: 5px 0 0 5px;
    -moz-border-radius: 5px 0 0 5px;
    border-radius: 5px 0 0 5px;
}

.trader__item-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-border-radius: inherit;
    -moz-border-radius: inherit;
    border-radius: inherit;
}

.trader__item-thumb .risk--level {
    position: absolute;
    bottom: 5px;
    right: 5px;
    text-align: center;
    padding: 5px 10px 7px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: rgba(30, 144, 255, 0.1);
    backdrop-filter: blur(10px);
}

.trader__item-thumb .risk--level span {
    display: block;
    line-height: 1;
    text-transform: uppercase;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.7);
}

.trader__item-thumb .risk--level span.number {
    font-weight: 600;
    margin-bottom: 5px;
    font-size: 14px;
    font-family: "Nunito", sans-serif;
    color: #fff;
}

.trader__item-content {
    align-self: center;
    width: calc(100% - 160px);
    padding: 20px;
    justify-content: space-between;
    align-items: center;
}

@media screen and (min-width: 576px) {
    .trader__item-content {
        flex-wrap: nowrap;
    }
}

.trader__item-title {
    text-transform: capitalize;
}

.trader__item .designation {
    font-size: 14px;
}

@media screen and (max-width: 410px) {
    .trader__item-content {
        width: calc(100% - 100px);
        padding: 20px 15px;
    }

    .trader__item-thumb {
        width: 100px;
    }
}

@media screen and (max-width: 410px) {
    .trader__item-content {
        background: #fafafa;
    }

    .bg--section .trader__item-content {
        background: #fff;
    }
}

.bg--section .trader__item {
    background: #fff;
}

.average-trade {
    display: flex;
}

.average-trade .icon {
    color: #1e90ff;
    font-size: 70px;
    line-height: 1;
}

.average-trade .cont {
    padding-left: 10px;
    max-width: 250px;
}

.average-trade .cont .title i {
    color: #1e90ff;
}

.average-trade .cont .info {
    font-size: 12px;
    line-height: 18px;
    display: block;
}

.crypto-thumb img {
    max-width: 700px;
}

@media (max-width: 991px) {
    .crypto-thumb {
        max-width: 600px;
    }

    .crypto-thumb img {
        width: 100%;
    }
}

/*Testimonial Section*/
.testimonial-item {
    text-align: center;
    margin: 15px;
}

.testimonial-item .testimonial-thumb {
    margin: 0 auto;
    width: 120px;
}

.testimonial-item .testimonial-thumb a {
    height: 120px;
    display: block;
}

.testimonial-item .testimonial-thumb img {
    height: 120px;
    width: 120px;
    object-fit: cover;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.testimonial-item .testimonial-thumb .shape {
    display: block;
    height: 40px;
    width: 4px;
    background: #1e90ff;
    margin: 10px auto 20px;
}

@media (max-width: 575px) {
    .testimonial-item .testimonial-thumb .shape {
        height: 30px;
    }
}

.testimonial-item .testimonial-content {
    width: 100%;
    position: relative;
}

.testimonial-item .testimonial-content::before {
    top: 70%;
    line-height: 1;
    font-family: "Line Awesome Free";
    content: "\f10d";
    font-weight: 900;
    font-size: 200px;
    z-index: -1;
    color: rgba(30, 144, 255, 0.1);
}

.testimonial-item .testimonial-content .title {
    margin-top: 0;
    font-size: 22px;
    text-transform: capitalize;
}

.testimonial-item .testimonial-content span {
    display: block;
    margin-bottom: 24px;
}

.testimonial-item .testimonial-content p {
    font-size: 18px;
    line-height: 30px;
    font-style: italic;
    margin-bottom: 0 !important;
}

.owl-item:nth-of-type(even) .testimonial-item {
    flex-direction: column-reverse;
}

.owl-item:nth-of-type(even) .testimonial-item .testimonial-thumb {
    flex-direction: column-reverse;
}

.owl-item:nth-of-type(even) .testimonial-item .testimonial-thumb .shape {
    margin: 20px auto 10px;
}

.investor-place {
    display: flex;
    align-items: center;
}

.investor-place .icon {
    font-size: 60px;
    line-height: 1;
    color: #1e90ff;
}

.investor-place .cont {
    padding-left: 15px;
}

@media (max-width: 575px) {
    .investor-place .icon {
        font-size: 50px;
    }
}

@media (max-width: 575px) {
    .investor-programe-section::after {
        background: rgba(35, 47, 63, 0.9);
        background: -webkit-linear-gradient(0deg, #232f3f, rgba(35, 47, 63, 0.9));
    }

    .investor-programe-section .investor-programe-thumb {
        width: 100px;
        height: 100px;
        margin-top: 30px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
    }

    .investor-programe-section .investor-programe-thumb img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
    }
}

.owl-dots {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    z-index: 9;
    width: 100%;
    margin: -5px;
    margin-top: 30px;
}

.owl-dots .owl-dot {
    width: 10px;
    height: 8px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: rgba(30, 144, 255, 0.6);
    margin: 4px;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.owl-dots .owl-dot.active {
    background: dodgerblue;
    width: 25px;
}

.investor-programe-slider .owl-dots {
    position: absolute;
    left: 0;
    bottom: 25px;
}

/*Choose Section*/
.choose__item {
    display: flex;
    align-items: center;
    font-size: 20px;
}

.choose__item:not(:last-child) {
    margin-bottom: 40px;
}

.choose__item-thumb {
    font-size: 50px;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: #1e90ff;
}

.choose__item-thumb img {
    width: 100%;
    height: 100%;
}

.choose__item-content {
    padding-left: 20px;
}

.choose__item-title {
    margin-bottom: 15px;
}

@media (max-width: 575px) {
    .choose__item-thumb {
        font-size: 30px;
    }

    .choose__item p {
        font-size: 16px;
    }
}

.choose--thumb {
    position: relative;
}

.choose--thumb::before {
    width: 100%;
    height: 100%;
    border-radius: 37% 63% 60% 40% / 34% 46% 54% 66%;
    background: #fafafa;
    animation: featureShape 5s linear infinite;
    -webkit-animation: featureShape 5s linear infinite;
    -moz-animation: featureShape 5s linear infinite;
}

.choose--thumb img {
    position: relative;
    width: 100%;
}

@media (max-width: 991px) {
    .choose--thumb {
        max-width: 500px;
    }
}

.bg--section .choose--thumb::before, .bg--section .client-item {
    background: #fff;
}

@keyframes featureShape {
    0% {
        -webkit-border-radius: 70% 30% 30% 70%/60% 40% 60% 40%;
        -moz-border-radius: 70% 30% 30% 70%/60% 40% 60% 40%;
        border-radius: 70% 30% 30% 70%/60% 40% 60% 40%;
    }

    50% {
        -webkit-border-radius: 37% 63% 60% 40%/34% 46% 54% 66%;
        -moz-border-radius: 37% 63% 60% 40%/34% 46% 54% 66%;
        border-radius: 37% 63% 60% 40%/34% 46% 54% 66%;
    }

    100% {
        -webkit-border-radius: 70% 30% 30% 70%/60% 40% 60% 40%;
        -moz-border-radius: 70% 30% 30% 70%/60% 40% 60% 40%;
        border-radius: 70% 30% 30% 70%/60% 40% 60% 40%;
    }
}

.partner-thumb {
    position: relative;
    height: 45px;
    overflow: hidden;
    display: block;
}

.partner-thumb img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    -webkit-filter: grayscale(0);
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.partner-thumb img:nth-child(2) {
    position: absolute;
    left: 0;
    top: -50px;
    -webkit-filter: grayscale(100%);
}

@media (max-width: 575px) {
    .partner-thumb img {
        -webkit-filter: grayscale(0);
    }
}

.partner-thumb:hover img {
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px);
}

.partner-thumb:hover img:nth-child(2) {
    top: 0;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

/*Client Section*/
.client-item {
    padding: 50px 40px 40px;
    background: #fafafa;
    -webkit-border-radius: 10px 10px 10px 0;
    -moz-border-radius: 10px 10px 10px 0;
    border-radius: 10px 10px 10px 0;
}

.client-item blockquote {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 35px;
    color: #232f3f;
    position: relative;
}

.client-item blockquote::before {
    display: block;
    content: "\f10d";
    font-family: "font Awesome 5 Free";
    font-size: 46px;
    color: #1e90ff;
    margin-bottom: 20px;
    font-weight: 600;
}

.client-item .newsletter-author {
    text-align: right;
    height: 50px;
}

.client-item .newsletter-author img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: right;
}

@media (max-width: 575px) {
    .client-item {
        padding: 40px 15px 30px;
    }
}

/*Account Section*/
.height--control {
    min-height: 100vh;
    padding: 80px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.account-section {
    padding: 80px 0;
}

.account__wrapper {
    padding: 60px 40px;
    border: 1px solid #e5e5e5;
}

.account__wrapper .account__logo {
    height: 50px;
    text-align: center;
    margin-bottom: 25px;
}

.account__wrapper .account__logo a {
    height: inherit;
}

.account__wrapper .account__logo a img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

@media (max-width: 575px) {
    .account__wrapper {
        padding: 40px 15px;
    }
}

.form--group {
    position: relative;
    margin-bottom: 20px;
}

.form--control {
    height: 45px;
    background: transparent !important;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border-bottom: 1px solid #e5e5e5;
    padding: 0;
}

.form--control:focus, .form--control:not(:empty) {
    box-shadow: none;
}

.form--label {
    position: absolute;
    top: 0;
    left: 0;
    height: 45px;
    line-height: 45px;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
    transform: translate(0, 0);
    font-size: 100%;
    cursor: text;
}

.form--control:valid ~ .form--label,
.form--control:focus ~ .form--label {
    transform: translate(0, -20px);
    font-size: 80%;
}

.form--check-input:focus {
    box-shadow: none;
}

.form-devide {
    position: relative;
    padding: 15px 0;
    text-align: center;
}

.form-devide .or {
    position: relative;
    background: #fff;
    padding: 0 15px;
}

.form-devide::before {
    bottom: 50%;
    left: 0;
    width: 100%;
    border-bottom: 1px solid #e5e5e5;
}

.sign-in-options {
    justify-content: center;
    margin: -5px;
}

.sign-in-options li {
    padding: 5px;
}

.sign-in-options li a {
    display: block;
}

.sign-in-options li a i {
    color: #fff;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #555555;
    font-size: 20px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.sign-in-options li a i[class*="facebook"] {
    background: #3b5998;
}

.sign-in-options li a i[class*="linkedin"] {
    background: #007bb5;
}

.sign-in-options li a i[class*="twitter"] {
    background: #55acee;
}

.sign-in-options li a i[class*="google"] {
    background: #dd4b39;
}

.sign-in-options li a i[class*="youtube"] {
    background: #cd201f;
}

.sign-in-options li a i[class*="behance"] {
    background: #1769ff;
}

.sign-in-options li a i[class*="tumblr"] {
    background: #34465d;
}

.sign-in-options li a i[class*="pinterest"] {
    background: #007bb5;
}

.sign-in-options li a i[class*="skype"] {
    background: #2fb7df;
}

.sign-in-options li a i[class*="instagram"] {
    background: #e4405f;
}

.sign-in-options li a i[class*="futbol"] {
    background: #db3776;
}

.sign-in-options li a i[class*="vimeo"] {
    background: #1ab7ea;
}

.form-check {
    font-size: 15px;
}

.account__title {
    margin-bottom: 40px;
}

@media (max-width: 991px) {
    .account__title {
        margin-bottom: 20px;
    }
}

/*Starts Extras*/
.dashboard__side__widget {
    padding: 30px 30px 45px;
    background: #fff;
}

.dashboard__side__widget .name__area {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.dashboard__side__widget .name__area .risk__level {
    text-transform: uppercase;
    font-size: 12px;
    text-align: center;
}

.dashboard__side__widget .name__area .risk__level .level {
    font-size: 16px;
    font-weight: 700;
    width: 30px;
    height: 30px;
    line-height: 26px;
    text-align: center;
    border: 2px solid rgba(40, 199, 111, 0.2);
    display: block;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.dashboard__side__widget .txt {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 20px;
}

@media screen and (max-width: 420px) {
    .dashboard__side__widget {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.side__counter {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 -15px -20px;
}

.side__counter-item {
    padding: 0 15px 20px;
}

.side__counter-item .title {
    font-size: 30px;
    display: block;
    color: #232f3f;
    font-weight: 700;
}

.post__hero,
.post__item {
    background: #fff;
}

.post__hero .author,
  .post__item .author {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.post__hero .author .thumb,
    .post__item .author .thumb {
    width: 60px;
    height: 60px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
}

.post__hero .author .thumb img,
      .post__item .author .thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.post__hero .author .content,
    .post__item .author .content {
    padding-left: 20px;
    margin-right: auto;
}

.post__hero .author .content .name,
      .post__item .author .content .name {
    margin: 0;
    font-size: 18px;
    font-weight: 700;
}

.post__hero .txt,
  .post__item .txt {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    margin: 0;
}


.react__number {
    display: flex;
    border-bottom: 1px solid #e5e5e5;
}

.react__number .icon {
    padding: 8px 10px;
    color: #232f3f;
    display: flex;
    font-size: 14px;
    align-items: center;
}

.react__number .icon i {
    font-size: 20px;
    margin-right: 5px;
}

.react__bar {
    text-align: center;
    display: flex;
    border-bottom: 1px solid #e5e5e5;
}

.react__bar a {
    width: calc(100%  / 3);
    padding: 10px 0;
    color: #555555;
    font-weight: 700;
    font-family: "Nunito", sans-serif;
}

.show-more-comments {
    display: flex;
    justify-content: space-between;
    color: #555555;
    text-transform: uppercase;
    padding: 10px;
    font-weight: 700;
    font-size: 14px;
    border-bottom: 1px solid #e5e5e5;
}

.show-more-comments span {
    padding: 5px;
}

.comments-part {
    background: rgba(35, 47, 63, 0.08);
}

.comments__wrapper li {
    padding: 0;
}

.comments__wrapper li ul {
    padding-left: 60px;
}

@media (max-width: 575px) {
    .comments__wrapper li ul {
        padding-left: 30px;
    }
}

.comments__item {
    padding: 20px;
    display: flex;
}

.comments__item .thumb {
    width: 45px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    overflow: hidden;
}

.comments__item .thumb img {
    width: 45px;
    height: 45px;
    object-fit: cover;
}

.comments__item .content {
    width: calc(100% - 45px);
    padding-left: 15px;
}

.comments__item .content .title {
    font-size: 18px;
    line-height: 1.3;
    font-weight: 600;
    margin-bottom: 15px;
}

.comments__item .content .title .info {
    font-size: 75%;
}

.comments__item .content .like-comments {
    font-size: 16px;
}

.comments__item .content .like-comments a {
    color: #555555;
}

.comments__item .content .like-comments a:first-child::after {
    content: "";
    width: 6px;
    height: 6px;
    display: inline-block;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #555555;
    margin: 0 5px;
}

.post__comments {
    display: flex;
    align-items: flex-start;
    padding: 15px;
}

.post__comments .thumbs {
    width: 45px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    overflow: hidden;
}

.post__comments .thumbs img {
    width: 100%;
}

.post__comments .content {
    width: calc(100% - 45px);
    padding-left: 15px;
}

.post__comments .content .form-control {
    height: 45px;
    padding: 20px;
    box-shadow: none;
}

.post__comments .content textarea.form-control {
    padding: 8px 10px;
    height: 45px;
    box-shadow: none;
}

.post__comments .content textarea.form-control:focus {
    height: auto;
}

.post__hero {
    padding: 20px 0;
}

.preloader {
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
}

.loader-inner {
    height: 24px;
    margin: 70px auto;
    position: relative;
}

.loader-inner .loader-dots {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #1e90ff;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -12px;
    margin-left: -12px;
}

.loader-inner .loader-dots:first-child {
    margin-left: -52px;
}

.loader-inner .loader-dots:last-child {
    margin-left: 28px;
}

.loader-inner .loader-dots:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
}

.loader-inner .loader-dots:nth-child(1) {
    -webkit-animation: loading-1 2.1s cubic-bezier(0.19, 1, 0.22, 1) infinite;
    animation: loading-1 2.1s cubic-bezier(0.19, 1, 0.22, 1) infinite;
}

.loader-inner .loader-dots:nth-child(1):before {
    -webkit-animation: loading-2 2.1s cubic-bezier(0.19, 1, 0.22, 1) infinite;
    animation: loading-2 2.1s cubic-bezier(0.19, 1, 0.22, 1) infinite;
}

.loader-inner .loader-dots:nth-child(2) {
    -webkit-animation: loading-3 2.1s cubic-bezier(0.19, 1, 0.22, 1) infinite;
    animation: loading-3 2.1s cubic-bezier(0.19, 1, 0.22, 1) infinite;
}

.loader-inner .loader-dots:nth-child(2):before {
    -webkit-animation: loading-4 2.1s cubic-bezier(0.19, 1, 0.22, 1) infinite;
    animation: loading-4 2.1s cubic-bezier(0.19, 1, 0.22, 1) infinite;
}

.loader-inner .loader-dots:nth-child(3) {
    -webkit-animation: loading-5 2.1s cubic-bezier(0.19, 1, 0.22, 1) infinite;
    animation: loading-5 2.1s cubic-bezier(0.19, 1, 0.22, 1) infinite;
}

.loader-inner .loader-dots:nth-child(3):before {
    -webkit-animation: loading-6 2.1s cubic-bezier(0.19, 1, 0.22, 1) infinite;
    animation: loading-6 2.1s cubic-bezier(0.19, 1, 0.22, 1) infinite;
}

@-webkit-keyframes loading-1 {
    0%, 25%, 50%, 75%, 100% {
        -webkit-transform: scale(0.2);
        transform: scale(0.2);
    }

    25% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes loading-1 {
    0%, 25%, 50%, 75%, 100% {
        -webkit-transform: scale(0.2);
        transform: scale(0.2);
    }

    25% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-webkit-keyframes loading-2 {
    0%, 25%, 50%, 75%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    25% {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }
}

@keyframes loading-2 {
    0%, 25%, 50%, 75%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    25% {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }
}

@-webkit-keyframes loading-3 {
    0%, 25%, 50%, 75%, 100% {
        -webkit-transform: scale(0.2);
        transform: scale(0.2);
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes loading-3 {
    0%, 25%, 50%, 75%, 100% {
        -webkit-transform: scale(0.2);
        transform: scale(0.2);
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-webkit-keyframes loading-4 {
    0%, 25%, 50%, 75%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    50% {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }
}

@keyframes loading-4 {
    0%, 25%, 50%, 75%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    50% {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }
}

@-webkit-keyframes loading-5 {
    0%, 25%, 50%, 75%, 100% {
        -webkit-transform: scale(0.2);
        transform: scale(0.2);
    }

    75% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes loading-5 {
    0%, 25%, 50%, 75%, 100% {
        -webkit-transform: scale(0.2);
        transform: scale(0.2);
    }

    75% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-webkit-keyframes loading-6 {
    0%, 25%, 50%, 75%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    75% {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }
}

@keyframes loading-6 {
    0%, 25%, 50%, 75%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    75% {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }
}

.scrollToTop {
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    z-index: 999;
    bottom: 30px;
    right: 30px;
    font-size: 18px;
    position: fixed;
    border-radius: 5px;
    -webkit-transform: translateY(150px);
    -ms-transform: translateY(150px);
    transform: translateY(150px);
    display: block;
    text-align: center;
    background: #1e90ff;
}

.scrollToTop:hover {
    color: #fff;
}

.scrollToTop.active {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    animation: bounceInDown 2s;
    -webkit-animation: bounceInDown 2s;
    -moz-animation: bounceInDown 2s;
}

.scrollToTop img {
    width: 100%;
}

.video-button {
    width: 70px;
    height: 70px;
    z-index: 1;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: rgba(30, 144, 255, 0.73);
    line-height: 75px;
    text-align: center;
}

.video-button img {
    width: 100%;
}

.video-button i {
    font-size: 24px;
    color: #fff;
}

.video-button::before, .video-button::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border-radius: 74px;
    background: #1e90ff;
    opacity: 0.15;
    z-index: -10;
}

.video-button::before {
    z-index: -10;
    -webkit-animation: inner-ripple 2000ms linear infinite;
    -moz-animation: inner-ripple 2000ms linear infinite;
    animation: inner-ripple 2000ms linear infinite;
}

.video-button::after {
    z-index: -10;
    -webkit-animation: outer-ripple 2000ms linear infinite;
    -moz-animation: outer-ripple 2000ms linear infinite;
    animation: outer-ripple 2000ms linear infinite;
}

.cmn--btn {
    color: #fff;
    line-height: 24px;
    padding: 12px 22px 9px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: #1e90ff;
    border: 1px solid transparent;
    font-size: 16px;
    text-transform: capitalize;
    overflow: hidden;
    position: relative;
    display: inline-flex;
    align-items: center;
    text-decoration: none !important;
    font-family: "Nunito", sans-serif;
}

.cmn--btn::before, .cmn--btn::after {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #232f3f;
    opacity: 0;
}

.cmn--btn:hover {
    color: #fff;
    border-color: #1e90ff;
    text-decoration: underline;
}

.cmn--btn:hover::before, .cmn--btn:hover::after {
    transition: all ease-out .5s;
    opacity: 1;
}

.cmn--btn:hover::before {
    right: 100%;
}

.cmn--btn:hover::after {
    left: 100%;
}

.cmn--btn.btn--sm {
    padding: 8px 20px 6px;
    font-size: 14px;
}

.cmn--btn.btn--md {
    padding: 10px 25px;
}

.cmn--btn.btn--lg {
    padding: 15px 35px 11px;
}

.cmn--btn.btn--block {
    text-align: center;
    display: block;
}

.cmn--btn i:last-child {
    margin-left: 5px;
}

.cmn--btn i:first-child {
    margin-right: 5px;
}

.cmn--btn.btn--white {
    color: #3c6382;
    border: none;
}

.cmn--btn.btn--transparent {
    background: transparent;
    border-color: rgba(30, 144, 255, 0.2);
}

.cmn--btn.btn--transparent::before, .cmn--btn.btn--transparent::after {
    background: #1e90ff;
}

button.cmn--btn {
    border-radius: 5px;
}

.button-area {
    align-items: center;
    margin: -5px;
}

.button-area a {
    margin: 5px;
}

.button-area .video-button {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

@keyframes outer-ripple {
    0% {
        transform: scale(1);
        filter: alpha(opacity=50);
        opacity: 0.5;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
    }

    80% {
        transform: scale(2.5);
        filter: alpha(opacity=0);
        opacity: 0;
        -webkit-transform: scale(2.5);
        -moz-transform: scale(2.5);
        -ms-transform: scale(2.5);
        -o-transform: scale(2.5);
    }

    100% {
        transform: scale(3.5);
        filter: alpha(opacity=0);
        opacity: 0;
        -webkit-transform: scale(3.5);
        -moz-transform: scale(3.5);
        -ms-transform: scale(3.5);
        -o-transform: scale(3.5);
    }
}

@keyframes inner-ripple {
    0% {
        transform: scale(1);
        filter: alpha(opacity=50);
        opacity: 0.5;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
    }

    30% {
        transform: scale(1);
        filter: alpha(opacity=50);
        opacity: 0.5;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
    }

    100% {
        transform: scale(1.5);
        filter: alpha(opacity=0);
        opacity: 0;
        -webkit-transform: scale(1.5);
        -moz-transform: scale(1.5);
        -ms-transform: scale(1.5);
        -o-transform: scale(1.5);
    }
}

.menu > li:last-child .submenu {
    left: unset;
    right: 0;
}

.pagination {
    margin: -3px;
    margin-top: 25px;
    justify-content: center;
}

.pagination .page-item {
    text-align: center;
    padding: 3px;
}

.pagination .page-item a,
    .pagination .page-item span {
    width: 38px;
    height: 38px;
    line-height: 38px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: rgba(30, 144, 255, 0.2);
    color: #232f3f;
    padding: 0;
    display: block;
    margin: 0;
    border: 1px solid rgba(35, 47, 63, 0.2);
}

.pagination .page-item a span,
      .pagination .page-item span span {
    border: none;
    line-height: 34px;
}

.pagination .page-item a.active, .pagination .page-item a:hover,
      .pagination .page-item span.active,
      .pagination .page-item span:hover, .page-item.active .page-link {
    background: #1e90ff;
    color: #fff;
    border: 1px solid rgba(35, 47, 63, 0.2);
}

.pagination .page-item a.active span, .pagination .page-item a:hover span,
        .pagination .page-item span.active span,
        .pagination .page-item span:hover span {
    border: none;
}

.pagination .page-item.disabled span {
    background: rgba(30, 144, 255, 0.3);
    border: none;
    color: #232f3f;
}

a {
    text-decoration: none;
}


.dashboard__header-bottom-title {
    margin: 10px 0;
    text-align: center;
}
.dashboard__header-bottom  .dashboard-breadcrumb {
    display: flex;
    flex-wrap: wrap;
    width: unset;
}
.dashboard__header-bottom .dashboard-breadcrumb li {
    padding: 3px 0;
    flex-grow: unset;
}
.dashboard__header-bottom .dashboard-breadcrumb li a {
    padding: 0 10px;
    border: 0;
}
@media screen and (max-width:768px) {
    .dashboard__header-bottom-title {
        flex-grow: 1;
    }
    .dashboard__header-bottom  .dashboard-breadcrumb {
        justify-content: center;
        flex-grow: 1;
    }
}
.border-bottom-1 {
    border-radius: 0 !important;
    border-bottom: 1px solid #e5e5e5 !important;
}

.cmn--table {
    width: 100%;
    text-align: center;
    font-size: 14px;
    margin: 0;
}

.cmn--table thead {
    background: #1e90ff;
}
.cmn--table thead tr th {
    font-weight: 500;
    padding: 8px;
    color: #fff;
}

.cmn--table tbody tr {
    vertical-align: baseline;
    border-top: 1px dashed #2ecc71;
}

.cmn--table tbody tr td {
    font-weight: 500;
    padding: 8px;
}

@media screen and (max-width: 767px) {
    .cmn--table thead {
        display: none;
    }

    .cmn--table tbody tr {
        display: block;
        width: 100%;
        padding: 10px;
        border: none;
    }

    .cmn--table tbody tr:not(:first-child) {
        border-top: 1px solid #e5e5e5;
    }

    .cmn--table tbody tr td {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 2px 0;
        border: none;
    }
    .cmn--table tbody tr:nth-child(even) {
        background: #fafafa;
    }

    .cmn--table tbody tr td::before {
        content: attr(data-label);
    }
}
.action-btn {
    padding: 0 !important;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 2px !important;
    border: none ;
    color: #fff;
    outline: none;
    font-size: 14px;
}
.badge {
    min-width: 80px;
    text-align: center;
}
.badge--warning {
    color: #fff;
}
@media screen and (max-width:1199px) and (min-width:768px) {
    .cmn--table {
        width: 920px;
    }
}
.select-bar {
    height: 35px !important;
    width: 84px;
    border-radius: 4px;
    border: 1px solid rgba(255, 255, 255, 0.302);
    font-size: 14px;
    background: transparent;
    padding: 0 5px;
    color: #fff;
    margin-right: 10px;
}
.select-bar option {
    background: #232f3f;
}
@media (max-width: 575px) {
    .select-bar {
        height: 35px !important;
    }
    .select-bar select {
        height: 35px;
    }
}
@media (max-width: 991px) {
    .select-bar {
        margin-left: auto;
        margin-right: 15px;
    }
}



/*Extra Page CSS Here*/
.text--body {
    color: #555555;
}
.iframe-video {
    height: 100%;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden;
}
.iframe-video iframe {
    width: 100%;
    height: 100%;
    min-height: 300px;
}
.faq__item {
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
    font-size: 18px;
    line-height: 1.6;
    position: relative;
    padding-left: 40px;
}
.faq__item .faq__title {
    padding: 20px 0;
    cursor: pointer;
}
.faq__item .faq__content {
    display: none;
    padding: 5px 30px 30px;
}
.faq__item.active .faq__content {
    display: block;
}
.faq__item:not(:last-child) {
    border-bottom: 1px solid rgba(35, 47, 63, 0.15);
}
@media (min-width: 768px) {
    .faq__item {
        font-size: 20px;
    }
}
.faq__item::before, .faq__item::after {
    position: absolute;
    top: 30px;
    content: "";
    width: 20px;
    height: 2px;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
    background: #232f3f;
    left: 0;
}
.faq__item::after {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.faq__item.open::after, .faq__item.open::before {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    background: #1e90ff;
}
.review-item {
    background: #fff;
    box-shadow: 0 0 2px 0 rgba(137, 146, 177, 0.15), 0 3px 10px 0 rgba(137, 146, 177, 0.1);
    -webkit-box-shadow: 0 0 2px 0 rgba(137, 146, 177, 0.15), 0 3px 10px 0 rgba(137, 146, 177, 0.1);
    padding: 40px 30px;
}
.review-item .title {
    margin-bottom: 15px;
}
.review-item p {
    font-size: 18px;
    line-height: 1.6;
}
.review-item .review-author {
    display: flex;
}
.review-item .review-author img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.review-item .review-author .cont {
    width: calc(100% - 80px);
}
.intro-content {
    max-width: 740px;
    margin: 0 auto;
    font-size: 18px;
    line-height: 1.6;
    text-align: center;
}
@media (min-width: 768px) {
    .intro-content {
        font-size: 22px;
    }
}
.intro-section {
    border-top: 1px solid rgba(35, 47, 63, 0.2);
    border-bottom: 1px solid rgba(35, 47, 63, 0.2);
    position: relative;
}
.intro-section::before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -46px;
    background: #fff;
    width: 45px;
    height: 45px;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
    border-right: 1px solid rgba(35, 47, 63, 0.2);
    border-bottom: 1px solid rgba(35, 47, 63, 0.2);
}
.nav--links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.nav--links li {
    padding: 0;
}
.nav--links li a {
    padding: 20px;
    color: #555555;
    font-size: 18px;
}
@media (min-width: 576px) {
    .nav--links li a {
        font-size: 20px;
    }
}
.nav--links li a.active {
    color: #1e90ff;
    border-bottom: 2px solid #1e90ff;
}
.extra-hero-section {
    padding: 250px 0 120px;
    position: relative;
    overflow: hidden;
}
.extra-hero-section .extra-hero-img {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 50%;
}
@media (max-width: 767px) {
    .extra-hero-section {
        padding: 150px 0 100px;
    }
}
@media (max-width: 575px) {
    .extra-hero-section {
        padding: 150px 0 80px;
    }
}
.dark-logo {
    display: none;
}
.header-dark .search-bar {
    color: #232f3f;
    border-color: rgba(35, 47, 63, 0.2);
}
@media (min-width: 992px) {
    .header-dark .menu li a {
        color: #232f3f;
    }
    .header-dark .menu li .cmn--btn {
        color: #fff;
    }
    .header-dark .select-bar {
        color: #232f3f;
        border-color: rgba(35, 47, 63, 0.2);
    }
    header .select-bar option {
        color: #fff !important;
    }
    .header-dark .search--form .form-control {
        background: #232f3f;
    }
}
.header-dark .dark-logo {
    display: block;
}
.header-dark .logo {
    display: none;
}
.header-dark .header-bar span {
    background: #232f3f;
}
.how__item {
    background: #fff;
    box-shadow: 0 0 2px 0 rgba(137, 146, 177, 0.15), 0 3px 10px 0 rgba(137, 146, 177, 0.1);
    -webkit-box-shadow: 0 0 2px 0 rgba(137, 146, 177, 0.15), 0 3px 10px 0 rgba(137, 146, 177, 0.1);
    padding: 50px 30px 40px;
    text-align: center;
    position: relative;
    margin-top: 30px;
    height: 100%;
}
.how__item .how__icon {
    line-height: 1;
    font-size: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #1e90ff;
    margin-bottom: 25px;
}
.how__item .how__title {
    margin-bottom: 18px;
}
.how__item .serial {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    color: #232f3f;
    background: #fff;
    box-shadow: 0 0 2px 0 rgba(137, 146, 177, 0.15), 0 3px 10px 0 rgba(137, 146, 177, 0.1);
    -webkit-box-shadow: 0 0 2px 0 rgba(137, 146, 177, 0.15), 0 3px 10px 0 rgba(137, 146, 177, 0.1);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    top: -30px;
    left: 50%;
    margin-left: -30px;
}
.copy__item-2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.copy__item-2 .risk {
    font-size: 16px;
    font-weight: 700;
    width: 30px;
    height: 30px;
    line-height: 26px;
    text-align: center;
    border: 2px solid rgba(40, 199, 111, 0.2);
    display: block;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.copy-trade-wrapper {
    max-width: 1080px;
    margin: 0 auto;
    box-shadow: 0 0 2px 0 rgba(137, 146, 177, 0.15), 0 3px 10px 0 rgba(137, 146, 177, 0.1);
    -webkit-box-shadow: 0 0 2px 0 rgba(137, 146, 177, 0.15), 0 3px 10px 0 rgba(137, 146, 177, 0.1);
    background: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.copy-trade-wrapper li {
    padding: 15px;
}
.copy-trade-wrapper li:not(:last-child) {
    border-bottom: 1px solid #e5e5e5;
}
@media (max-width: 767px) {
    .copy-trade-wrapper li {
        padding: 20px;
    }
}
.fz-18 {
    font-size: 18px;
}
.copy__header {
    display: flex;
    justify-content: space-between;
    font-weight: 700;
    color: #232f3f;
}
.copy__header > div {
    flex: 0 0 25%;
    text-align: center;
}
@media (max-width: 767px) {
    .copy__header {
        display: none;
    }
}
@media (min-width: 768px) {
    .copy__item-2 > div {
        max-width: 25%;
        text-align: center;
    }
    .copy__item-2 .copy__item-header-cont {
        text-align: left;
    }
    .copy__item-2 .risk {
        margin: 0 auto;
    }
}
@media (max-width: 767px) {
    .copy__item-2 {
        flex-wrap: wrap;
    }
    .copy__item-2 .gain-area, .copy__item-2 .risk-area {
        width: 50%;
        margin-top: 20px;
    }
    .copy__item-2 .risk-area {
        text-align: right;
    }
    .copy__item-2 .risk {
        margin-left: auto;
    }
    .copy__item-2 > div:nth-child(1) {
        order: 1;
    }
    .copy__item-2 > div:nth-child(4) {
        order: 2;
    }
    .copy__item-2 > div:nth-child(2) {
        order: 3;
    }
    .copy__item-2 > div:nth-child(3) {
        order: 4;
    }
}
@media (max-width: 767px) and (max-width: 575px) {
    .copy__item-2 .cmn--btn {
        font-size: 12px;
        padding: 5px;
    }
    .copy__item-2 .copy-author {
        max-width: 190px;
    }
}

select:focus-visible {
    outline: 0px solid #fff !important;
}