@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@400;500;600;700&family=Poppins:wght@400;500&display=swap');

:root {
    --main-color: #00cb00;
    --main-color-two: #000021;
    --grad-one: #007f00;
    --grad-two: #00cb00;
    --section-bg: #f2f7ff;
    --body-bg: #fff; 

    --h-font: 'Oswald', sans-serif;
    --p-font: 'Poppins', sans-serif;

    --h-color: #0A0212;
    --p-color: #575757;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: var(--p-font);
    color: var(--p-color);
    font-size: 16px;
    padding: 0;
    margin: 0;
    font-weight: 400;
    position: relative;
    line-height: 1.7;
    background-color: #ffffff;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    overflow-x: hidden;
    display: flex;
    flex-flow: column;
    min-height: 100vh;
}

footer {
    margin-top: auto;
}

@-webkit-keyframes spinRoll {
    from {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes spinRoll {
    from {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-ms-keyframes spinRoll {
    from {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spinRoll {
    from {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

img {
    max-width: 100%;
    height: auto;
    user-select: none;
}

select {
    cursor: pointer;
}

ul, ol {
    padding: 0;
    margin: 0;
    list-style: none;
}

button {
    cursor: pointer;
}

*:focus {
    outline: none;
}

button {
    border: none;
}

button:focus {
    outline: none;
}

span {
    display: inline-block;
}

a:hover {
    color: #00cb00;
}

hr {
    background-color: #d3d3d3;
    opacity: 0.65;
}

/* reset css end */
/* global css strat */
.text-primary {
    color: #7367f0 !important;
}

.text-secondary {
    color: #868e96 !important;
}

.text-success {
    color: #28c76f !important;
}

.text-danger {
    color: #ea5455 !important;
}

.text-warning {
    color: #ff9f43 !important;
}

.text-info {
    color: #1e9ff2 !important;
}

.text-dark {
    color: #082032 !important;
}

.text-muted {
    color: #707070 !important;
}

.site-color {
    color: #00cb00 !important;
}

.site-color2 {
    color: #ff330a !important;
}

/* background color css start */
.bg-primary {
    background-color: #7367f0 !important;
}

.bg-secondary {
    background-color: #868e96 !important;
}

.bg-success {
    background-color: #28c76f !important;
}

.bg-danger {
    background-color: #ea5455 !important;
}

.bg-warning {
    background-color: #ff9f43 !important;
}

.bg-info {
    background-color: #1e9ff2 !important;
}

.bg-dark {
    background-color: #082032 !important;
}

.bg-light {
    background-color: #bcc7da !important;
}

.bg-base {
    background-color: #00cb00 !important;
}

.bg-dark {
    background-color: var(--main-color-two) !important;
}

/* background color css end */
.bg-img {
    background-size: cover;
    background-repeat: no-repeat;
}

.z-index2 {
    z-index: 2;
}

.link-item .item-link {
    top: 0;
    left: 0;
    z-index: 1;
}

.section-title {
    font-size: 48px;
    text-transform: uppercase;
}

@media (max-width: 1199px) {
    .section-title {
        font-size: 2.25rem;
    }
}

@media (max-width: 767px) {
    .section-title {
        font-size: 2rem;
    }
}

@media (max-width: 575px) {
    .section-title {
        font-size: 1.75rem;
    }
}

.section-title span {
    font-weight: 400;
}

.lead-text {
    font-size: 1.125rem;
}

.section-top {
    margin-bottom: 4.0625rem;
}

@media (max-width: 575px) {
    .section-top {
        margin-bottom: 2.1875rem;
    }
}

.section-bg {
    background-color: #f2f7ff;
}

.section-bg2, .dashbaord-main, .table-btn {
    background-color: #f8f9fb;
}

.preloader-holder {
    position: fixed;
    left: 0px;
    top: 0px;
    bottom: 0px;
    right: 0px;
    height: 100vh;
    z-index: 9999;
}

.preloader-holder::after {
    content: "";
    top: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(10px);
    z-index: -1;
}

.preloader-holder .preloader {
    width: 140px;
    height: 140px;
    background-color: var(--main-color-two);
}

.preloader-holder .preloader img {
    max-width: 80px;
    max-height: 80px;
}

.preloader-holder .preloader .preloader-spiner {
    content: "";
    top: -3px;
    left: -3px;
    width: calc(100% + 6px);
    height: calc(100% + 6px);
    border: 3px solid transparent;
    border-top: 3px solid #00cb00;
    border-right: 3px solid #00cb00;
    -webkit-animation: spiner 2s linear infinite;
    animation: spiner 2s linear infinite;
}

.preloader-holder .preloader .preloader-spiner::after {
    content: "";
    bottom: 7px;
    right: 12px;
    width: 20px;
    height: 20px;
    box-shadow: 0 0 5px 1px rgba(0, 203, 0, 0.7);
}

@-webkit-keyframes spiner {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes spiner {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-ms-keyframes spiner {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spiner {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
/* global css end */
.pt-50 {
    padding-top: 50px;
}

.pb-50 {
    padding-bottom: 50px;
}

.pt-80 {
    padding-top: 80px;
}

@media (max-width: 767px) {
    .pt-80 {
        padding-top: 70px;
    }
}

@media (max-width: 575px) {
    .pt-80 {
        padding-top: 50px;
    }
}

.pb-80 {
    padding-bottom: 80px;
}

@media (max-width: 767px) {
    .pb-80 {
        padding-bottom: 70px;
    }
}

@media (max-width: 575px) {
    .pb-80 {
        padding-bottom: 50px;
    }
}

.pt-100 {
    padding-top: 100px;
}

@media (max-width: 1399px) {
    .pt-100 {
        padding-top: 90px;
    }
}

@media (max-width: 991px) {
    .pt-100 {
        padding-top: 80px;
    }
}

@media (max-width: 767px) {
    .pt-100 {
        padding-top: 70px;
    }
}

@media (max-width: 575px) {
    .pt-100 {
        padding-top: 50px;
    }
}

.pb-100 {
    padding-bottom: 100px;
}

@media (max-width: 1399px) {
    .pb-100 {
        padding-bottom: 90px;
    }
}

@media (max-width: 991px) {
    .pb-100 {
        padding-bottom: 80px;
    }
}

@media (max-width: 767px) {
    .pb-100 {
        padding-bottom: 70px;
    }
}

@media (max-width: 575px) {
    .pb-100 {
        padding-bottom: 50px;
    }
}

.pt-120 {
    padding-top: 120px;
}

@media (max-width: 991px) {
    .pt-120 {
        padding-top: 100px;
    }
}

@media (max-width: 767px) {
    .pt-120 {
        padding-top: 80px;
    }
}

@media (max-width: 575px) {
    .pt-120 {
        padding-top: 70px;
    }
}

.pb-120 {
    padding-bottom: 120px;
}

@media (max-width: 991px) {
    .pb-120 {
        padding-bottom: 100px;
    }
}

@media (max-width: 767px) {
    .pb-120 {
        padding-bottom: 80px;
    }
}

@media (max-width: 575px) {
    .pb-120 {
        padding-bottom: 70px;
    }
}

.single-reply.admin-reply, .help-list li, .help-form, .referral-form, .d-card, .or-devider, .account-wrapper .left, .cta-section, .fiter-form, .how-work-thumb, .about-section, .page-breadcrumb li, .page-banner, .banner-thumb, .banner-section, .line-tabs .nav-item .nav-link, .password-field, .grad-border-btn, .underline-btn, .check-list li, body, .link-item, .preloader-holder .preloader {
    position: relative;
}

.help-list li::before, .help-form button, .referral-form .copy-btn, .referral-form .referral-caption, .d-card i, .user-sidebar-bottom, .or-devider::after, .account-wrapper .left .el, .cta-section .cta-el, .fiter-form button, .how-work-thumb::after, .about-section .el, .page-breadcrumb li::after, .banner-thumb .banner-d-one, .banner-thumb::after, .banner-section .banner-el, .line-tabs .nav-item .nav-link::after, .modal-body .btn-close, .password-field .password-show::after, .password-field .password-show, .grad-border-btn::after, .underline-btn::after, .check-list li::before, .link-item .item-link, .preloader-holder::after, .preloader-holder .preloader .preloader-spiner, .preloader-holder .preloader .preloader-spiner::after {
    position: absolute;
}

.or-devider, .account-wrapper .left, .cta-section, .how-work-thumb, .about-section, .page-banner, .banner-section, .grad-border-btn {
    z-index: 1;
}

.or-devider::after, .account-wrapper .left .el, .cta-section .cta-el, .how-work-thumb::after, .about-section .el, .banner-section .banner-el, .grad-border-btn::after {
    z-index: -1;
}

.d-card, .sidebar-menu li a, .user-sidebar, .account-app-btn, .testi-nav button, .choose-item, .trader-item, .social-links li a, .header .main-menu li .sub-menu li a, .header .main-menu li .sub-menu, .header .main-menu li.has_children > a::before, .line-tabs .nav-item .nav-link::after, .site-checkbox label::before, .form-select, .nice-select, .form-control, .underline-btn, body {
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.single-reply.admin-reply::after, .help-form button, .img-upload-btn, .ui-widget.ui-widget-content .ui-slider-range-min, .line-tabs .nav-item .nav-link::after, .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable, .view-btn, .main-btn, .underline-btn::after, .preloader-holder .preloader .preloader-spiner::after {
    background-color: var(--main-color);
}

.grad-border-btn::after, .main-btn2 {
    background-color: var(--main-color-two);
}

.input-group .input-group-text {
    background-color: var(--main-color);
}

.single-reply, .help-form input, .d-card, .dropdown-menu, .user-header, .account-app-btn, .or-devider span, .account-wrapper, .contact-form, .contact-item, .details-box, .choose-item, .ui-widget.ui-widget-content .ui-slider-handle, .traders-filter-wrapper, .trader-item, .page-banner, .footer-section, .header.style-static, .pagination .page-item .page-link, .accordion-item .accordion-header .accordion-button:not(.collapsed), .modal-body .btn-close, .modal-content, .custom--card .card-footer, .card .card-footer, .custom--card .card-header, .card .card-header, .custom--card, .card, .form-select:focus, .nice-select:focus, .form-select, .nice-select, .form-control:focus {
    background-color: #fff;
}

.grad-border-btn, .grad-btn {
    background: var(--main-color) !important;
}

.grad-btn {
    color: var(--h-color) !important;
}

.help-list li:hover a, .help-list li:hover::before, .risk-level-area input#amount, .d-card i, .sidebar-menu li a:hover, .sidebar-menu li a.mm-active, .dropdown-menu .dropdown-item:focus, .dropdown-menu .dropdown-item:hover, .contact-item .content a:hover, .contact-item .icon, .testi-nav button:hover, .traders-filter-wrapper .view-style button.active, .trader-item .trader-footer .copying-btn, .work-step-tabs .nav-item .nav-link.active span, .page-breadcrumb li a, .copy-right-text a i, .copy-right-text a, .social-links li a:hover, .contact-list li p a:hover, .contact-list li i, .footer-link-list li a:hover, .lang-list li.active a, .header .main-menu li .sub-menu li a:hover, .header .main-menu li a:hover, .header .main-menu li a:focus, .header .main-menu li a.active, .header .main-menu li.has_children:hover > a, .header .site-logo.site-title, .custom-icon-field .form-control:focus ~ i, .underline-btn, .check-list li::before, .top-caption, .section-title span {
    color: var(--main-color);
}

.banner-section .banner-title span {
    color: var(--main-color-two);
}

.single-reply.admin-reply::after, .help-form button, .img-upload-btn, .header .main-menu li .sub-menu li a, .header .main-menu li.has_children > a::before, .input-group .input-group-text, .view-btn:hover, .view-btn, .grad-border-btn, .grad-btn:hover, .grad-btn, .main-btn2:hover, .main-btn2, .main-btn:hover, .main-btn {
    color: #fff;
}

.deposit-form .deposit-amount-row .left, .chart-action-list button:hover, .chart-overview-amount, .account-app-btn, .footer-title, .menu-toggle, .line-tabs .nav-item .nav-link.active, .accordion-item .accordion-header .accordion-button:not(.collapsed), .accordion-item .accordion-header .accordion-button, .form-select:focus, .nice-select:focus, .form-select, .nice-select, .form-control:focus, .form-control, [data-caption]::before, .caption-list li .caption {
    color: #0A0212;
}

.help-list li a, .invest-amount-calc input, .user-dropdown .user-btn span, .contact-item .content a, .range-label input, .page-breadcrumb li, .social-links li a, .lang-list li a, .ratings i.far, .text-p {
    color: #575757;
}

.user-details .thumb img, .user-dropdown .user-btn img, .account-wrapper .left .el img, .avatar-sm, .trader-profile img, .trader-item .trader-top .thumb img {
    object-fit: cover;
    -o-object-fit: cover;
    object-position: center;
    -o-object-position: center;
}

.deposit-form .deposit-amount-row, .trade-result-area, .risk-level-area .risk-level-list, .invest-amount-calc, .trade-calculation, .user-profile, .chart-action-list, .user-details, .sidebar-menu li a, .user-header, .account-app-btn-wrapper, .account-feature-list li, .account-wrapper, .range-label, .filter-right, .traders-filter-wrapper .view-style, .traders-filter-wrapper, .trader-item .trader-footer, .trader-item .trader-status-list, .trader-item .trader-top, .work-step-tabs .nav-item .nav-link span, .page-breadcrumb, .copy-right-text, .social-links, .contact-list li, .app-btn, .lang-list, .modal-body .btn-close, .password-field .password-show, .custom-icon-field i, .btn-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.account-wrapper.style-two, .work-step-tabs .nav-item .nav-link span, .modal-body .btn-close, .custom-icon-field i, .view-btn, .main-btn {
    justify-content: center;
}

.deposit-form .deposit-amount-row, .invest-amount-calc, .trade-calculation, .user-profile, .user-details, .sidebar-menu li a, .user-header, .account-app-btn-wrapper, .account-feature-list li, .range-label, .filter-right, .traders-filter-wrapper .view-style, .traders-filter-wrapper, .trader-item .trader-footer, .trader-item .trader-top, .work-step-tabs .nav-item .nav-link span, .page-breadcrumb, .copy-right-text, .app-btn, .header .main-menu, .modal-body .btn-close, .password-field .password-show, .custom-icon-field i, .table-user, .view-btn, .main-btn2, .main-btn, .btn-wrapper {
    align-items: center;
}

.account-app-btn, .account-wrapper .left, .preloader-holder, .preloader-holder .preloader {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.table-user, .view-btn, .main-btn2, .main-btn {
    display: inline-flex;
}

.user-profile .user-thumb, .user-details .thumb, .d-card, .cta-section, .choose-item, .trader-item .trader-top .thumb, .how-work-thumb, .about-section, .banner-section {
    overflow: hidden;
}

.help-form input, .user-details .thumb img, .user-sidebar-bottom, .user-header, .or-devider::after, .trader-item .trader-top .thumb img, .how-work-thumb::after, .banner-thumb::after, .banner-section .banner-el, .header.header-fixed, .header, .line-tabs .nav-item .nav-link::after, .underline-btn::after, .link-item .item-link, .preloader-holder, .preloader-holder::after {
    width: 100%;
}

.user-details .thumb img, .contact-item, .trader-item .trader-top .thumb img, .password-field .password-show, .custom-icon-field i, .link-item .item-link, .preloader-holder::after {
    height: 100%;
}

.d-card:hover, .trader-item:hover {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
}

.risk-level-area .risk-level-list li, .or-devider, .how-work-thumb {
    text-align: center;
}

.single-reply, .invest-amount-calc input, .img-upload-btn, .account-app-btn, .fiter-form input, .app-btn a img, .header .main-menu li .sub-menu, .select2-search__field, .site-checkbox label::before, .form-control, .table-btn, .view-btn, .grad-border-btn::after, .btn {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.d-card, .contact-item, .trader-item .trader-top .thumb, .trader-item, .banner-thumb .banner-d-one, .custom--card, .card {
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}

.trade-result-area, .account-wrapper.style-two .right, .account-wrapper, .contact-form, .choose-item, .traders-filter-wrapper, .how-work-thumb::after {
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.user-profile .user-thumb, .user-details .thumb, .user-dropdown .user-btn img, .trader-profile img, .ui-widget.ui-widget-content .ui-slider-handle, .work-step-tabs .nav-item .nav-link span, .modal-body .btn-close, .table-user img, .preloader-holder .preloader, .preloader-holder .preloader .preloader-spiner, .preloader-holder .preloader .preloader-spiner::after {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.check-list li + li {
    margin-top: 0.9375rem;
}

.check-list li {
    font-size: 1.125rem;
    padding-left: 1.875rem;
}

.check-list li::before {
    content: "\f058";
    top: -1px;
    left: 0;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 1.25rem;
    width: 25px;
    height: 25px;
}

.number-list {
    list-style: decimal;
    padding-left: 1.125rem;
}

.number-list li + li {
    margin-top: 0.625rem;
}

.disc-list li + li {
    margin-top: 0.625rem;
}

.disc-list li {
    position: relative;
    padding-left: 0.9375rem;
}

.disc-list li::before {
    position: absolute;
    content: "";
    top: 50%;
    left: 0;
    width: 0.375rem;
    height: 0.375rem;
    margin-top: -0.1875rem;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background-color: #575757;
}

.caption-list li {
    display: flex;
    flex-wrap: wrap;
    padding: 0.625rem 0;
    font-size: 0.9375rem;
    border-bottom: 1px dashed #d3d3d3;
}

.caption-list li:first-child {
    padding-top: 0;
}

.caption-list li:last-child {
    padding-bottom: 0;
    border-bottom: none;
}

.caption-list li .caption {
    width: 40%;
    font-weight: 700;
    font-size: 0.875rem;
    position: relative;
}

.caption-list li .caption::after {
    position: absolute;
    content: ":";
    top: 0;
    right: 0;
}

.caption-list li .value {
    width: 60%;
    padding-left: 0.9375rem;
}

.caption-list-two {
    padding: 0.625rem 0.9375rem;
    background-color: rgba(0, 203, 0, 0.1);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.caption-list-two li {
    font-weight: 500;
    color: #0A0212;
    font-size: 0.875rem;
    padding: 0.5rem 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    border-bottom: 1px dashed #bababa;
}

.caption-list-two li:first-child {
    padding-top: 0;
}

.caption-list-two li:last-child {
    padding-bottom: 0;
    border-bottom: none;
}

.caption-list-two li .caption {
    width: 20%;
    position: relative;
    font-weight: 700;
    padding-right: 10px;
}

.caption-list-two li .caption::after {
    position: absolute;
    content: ":";
    top: 0;
    right: 0;
}

.caption-list-two li .value {
    width: 80%;
    padding-left: 20px;
}

.shake {
    animation: shake 0.5s 1 linear;
}

@-webkit-keyframes shake {
    0%, 100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    10%, 30%, 50%, 70%, 90% {
        -webkit-transform: translateX(-10px);
        -ms-transform: translateX(-10px);
        transform: translateX(-10px);
    }

    20%, 40%, 60%, 80% {
        -webkit-transform: translateX(10px);
        -ms-transform: translateX(10px);
        transform: translateX(10px);
    }
}

@-moz-keyframes shake {
    0%, 100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    10%, 30%, 50%, 70%, 90% {
        -webkit-transform: translateX(-10px);
        -ms-transform: translateX(-10px);
        transform: translateX(-10px);
    }

    20%, 40%, 60%, 80% {
        -webkit-transform: translateX(10px);
        -ms-transform: translateX(10px);
        transform: translateX(10px);
    }
}

@-ms-keyframes shake {
    0%, 100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    10%, 30%, 50%, 70%, 90% {
        -webkit-transform: translateX(-10px);
        -ms-transform: translateX(-10px);
        transform: translateX(-10px);
    }

    20%, 40%, 60%, 80% {
        -webkit-transform: translateX(10px);
        -ms-transform: translateX(10px);
        transform: translateX(10px);
    }
}

@keyframes shake {
    0%, 100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    10%, 30%, 50%, 70%, 90% {
        -webkit-transform: translateX(-10px);
        -ms-transform: translateX(-10px);
        transform: translateX(-10px);
    }

    20%, 40%, 60%, 80% {
        -webkit-transform: translateX(10px);
        -ms-transform: translateX(10px);
        transform: translateX(10px);
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

@-moz-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

@-ms-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        transform: translateX(-20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

@-moz-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        transform: translateX(-20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

@-ms-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        transform: translateX(-20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        transform: translateX(-20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        -ms-transform: translateX(20px);
        transform: translateX(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

@-moz-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        -ms-transform: translateX(20px);
        transform: translateX(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

@-ms-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        -ms-transform: translateX(20px);
        transform: translateX(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        -ms-transform: translateX(20px);
        transform: translateX(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

.slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft;
}

@-webkit-keyframes slideInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@-moz-keyframes slideInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@-ms-keyframes slideInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes slideInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight;
}

@-webkit-keyframes slideInRight {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@-moz-keyframes slideInRight {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@-ms-keyframes slideInRight {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInRight {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp;
}

@-webkit-keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@-moz-keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@-ms-keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

h1 {
    font-size: 3rem;
}

h2 {
    font-size: 2.375rem;
}

@media (max-width: 991px) {
    h2 {
        font-size: 2.25rem;
    }
}

@media (max-width: 575px) {
    h2 {
        font-size: 1.75rem;
    }
}

h3 {
    font-size: 1.75rem;
}

@media (max-width: 1199px) {
    h3 {
        font-size: 1.5rem;
    }
}

h4 {
    font-size: 1.5rem;
}

@media (max-width: 767px) {
    h4 {
        font-size: 1.5rem;
    }
}

@media (max-width: 767px) {
    h4 {
        font-size: 1.375rem;
    }
}

h5 {
    font-size: 1.25rem;
}

@media (max-width: 767px) {
    h5 {
        font-size: 1.25rem;
    }
}

h6 {
    font-size: 1rem;
}

h1, h2, h3, h4, h5, h6 {
    color: var(--h-color);
    font-weight: 700;
    font-family: var(--h-font);
    margin: 0;
    line-height: 1.3;
    word-break: break-word;
}

h1 > a, h2 > a, h3 > a, h4 > a, h5 > a, h6 > a {
    color: var(--h-color);
    font-weight: 700;
    font-family: var(--h-font);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    line-height: 1.3;
    word-break: break-word;
}

p, li, span {
    margin: 0;
}

a {
    text-decoration: none;
    display: inline-block;
    font-weight: 400;
}

a:hover {
    text-decoration: none;
}

strong {
    font-weight: 500;
}

.fs--18px {
    font-size: 1.125rem !important;
}

.fs--16px {
    font-size: 1rem !important;
}

.fs--15px {
    font-size: 0.9375rem !important;
}

.fs--14px {
    font-size: 0.875rem !important;
}

.fs--12px {
    font-size: 0.75rem !important;
}

.h--font {
    font-family: var(--h-font) !important;
}

.p--font {
    font-family: var(--p-font) !important;
}

.h--color {
    color: var(--h-color) !important;
}

.p--color {
    color: var(--p-color) !important;
}

.fw-medium {
    font-weight: 600 !important;
}

.fw-500 {
    font-weight: 500 !important;
}

.btn-wrapper {
    margin: -0.3125rem -0.9375rem;
}

.btn-wrapper [class*=btn] {
    margin: 0.3125rem 0.9375rem;
}

.btn {
    padding: 0.75rem 1.875rem;
    font-weight: 500;
    border: none;
    font-size: 16px;
}

.btn:focus {
    box-shadow: none;
}

.btn.btn-md {
    padding: 0.625rem 1.25rem;
    font-size: 15px;
}

.btn.btn-sm {
    padding: 0.5rem 1.25rem;
    font-size: 14px;
}

.btn-primary {
    background-color: #7367f0;
}

.btn-primary:hover {
    background-color: #5e50ee;
}

.btn-secondary {
    background-color: #868e96;
}

.btn-secondary:hover {
    background-color: #78818a;
}

.btn-success {
    background-color: #28c76f;
}

.btn-success:hover {
    background-color: #24b263;
}

.btn-danger {
    background-color: #ea5455;
}

.btn-danger:hover {
    background-color: #e73d3e;
}

.btn-warning {
    background-color: #ff9f43;
}

.btn-warning:hover {
    background-color: #ff922a;
}

.btn-info {
    background-color: #1e9ff2;
}

.btn-info:hover {
    background-color: #0d93e9;
}

.btn-dark {
    background-color: #082032;
}

.btn-dark:hover {
    background-color: #04121c;
}

.btn-base {
    background-color: var(--main-color);
    color: var(--h-color) !important;
}

.btn-base:hover {
    background-color: var(--main-color);
    color: var(--h-color) !important;
}

.underline-btn {
    font-weight: 500;
}

.underline-btn:hover {
    word-spacing: 1px;
}

.underline-btn::after {
    content: "";
    bottom: 2px;
    left: 0;
    height: 1px;
    opacity: 0.45;
}

.main-btn {
    color: var(--h-color);
}

.main-btn:hover {
    color: var(--h-color);;
}

.main-btn i.las {
    font-size: 1.125rem;
}

.main-btn2 i.las {
    font-size: 1.125rem;
}

.grad-btn:hover {
    background-size: 135% 100%;
}

.grad-border-btn::after {
    content: "";
    top: 1px;
    left: 1px;
    width: calc(100% - 2px);
    height: calc(100% - 2px);
}

.view-btn {
    width: 30px;
    height: 30px;
    font-size: 0.875rem;
}

.rotate-arrow {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.table-btn {
    padding: 0.1875rem 0.625rem;
    border: 1px solid #d3d3d3;
}

.badge-primary {
    background-color: rgba(115, 103, 240, 0.15);
    border: 1px solid #7367f0;
    color: #7367f0;
}

.badge-secondary {
    background-color: rgba(134, 142, 150, 0.15);
    border: 1px solid #868e96;
    color: #868e96;
}

.badge-success {
    background-color: rgba(40, 199, 111, 0.15);
    border: 1px solid #28c76f;
    color: #28c76f;
}

.badge-danger {
    background-color: rgba(234, 84, 85, 0.15);
    border: 1px solid #ea5455;
    color: #ea5455;
}

.badge-warning {
    background-color: rgba(255, 159, 67, 0.15);
    border: 1px solid #ff9f43;
    color: #ff9f43;
}

.badge-info {
    background-color: rgba(30, 159, 242, 0.15);
    border: 1px solid #1e9ff2;
    color: #1e9ff2;
}

.badge-light {
    background-color: rgba(188, 199, 218, 0.15);
    border: 1px solid #bcc7da;
    color: #bcc7da;
}

.badge-dark {
    background-color: rgba(8, 32, 50, 0.15);
    border: 1px solid #082032;
    color: #082032;
}

.badge-base {
    background-color: rgba(0, 203, 0, 0.15);
    border: 1px solid #00cb00;
    color: #00cb00;
}

/* table css start */
.site-table {
    margin-bottom: 0;
}

.site-table thead th {
    border: none !important;
    padding: 0.5rem 1.25rem;
    color: #615f5f;
    font-size: 0.8125rem;
    text-transform: uppercase;
    font-weight: 500;
    vertical-align: middle;
    background-color: #f1f5f9;
}

.site-table thead th:first-child {
    text-align: left;
}

.site-table thead th:last-child {
    text-align: right;
}

.site-table tbody td {
    border-bottom: 1px solid #e5e5e5;
    padding: 15px 20px;
    color: #575757;
    font-size: 0.9375rem;
    vertical-align: middle;
}

.site-table tbody tr:last-child td {
    border-bottom: none;
}

.site-table tbody td:first-child {
    text-align: left;
}

.site-table tbody td:last-child {
    text-align: right;
}

.site-table tbody tr:last-child td {
    border-bottom: none;
}

.site-table-two thead th {
    background-color: transparent;
    border-bottom: 1px solid #e5e5e5 !important;
}

@media (min-width: 992px) {
    .site-table-two thead th:first-child {
        padding-left: 0;
    }
    
    .site-table-two thead th:last-child {
        padding-right: 0;
    }
    
    
    .site-table-two tbody td:first-child {
        padding-left: 0;
    }
    
    .site-table-two tbody td:last-child {
        padding-right: 0;
    }
}

.ratings {
    font-size: 0.875rem;
}

.ratings i.fas {
    color: #FAB005;
}

.table-user img {
    width: 45px;
    height: 45px;
}

.tab-btn-group {
    display: flex;
    align-items: center;
}

.tab-btn-group .tab-btn {
    border-bottom: 1px solid transparent;
    font-weight: 500;
    padding: 5px 15px;
    color: #777;
}

.tab-btn-group .tab-btn.active {
    color: var(--main-color);
    border-bottom-color: var(--main-color);
}

.tab-btn-group .tab-btn .num {
    margin-left: 5px;
}

.table-user .details {
    padding-left: 0.9375rem;
}

.table-user .details p {
    font-size: 14px;
}

[data-caption] {
    position: relative;
}

[data-caption]::before {
    position: absolute;
    content: attr(data-caption);
    font-weight: 500;
    top: 0;
    left: 0;
    padding: 0.8125rem 0.9375rem;
    display: none;
    font-size: 0.875rem;
}

.table > :not(caption) > * > * {
    border-width: 0;
}

@media (max-width: 991px) {
    .site-table:not(.not-responsive) thead {
        display: none;
    }

    .site-table:not(.not-responsive) tbody tr:nth-child(odd) {
        background-color: #f3f3f3;
    }

    .site-table:not(.not-responsive) tbody tr:last-child td {
        border-top: 1px solid rgba(0, 0, 0, 0.08);
    }

    .site-table:not(.not-responsive) tbody tr td {
        padding-right: 15px;
    }

    .site-table:not(.not-responsive) tbody tr td:last-child {
        padding-right: 15px;
    }

    .site-table:not(.not-responsive) tr th, .site-table:not(.not-responsive) tr td {
        display: block;
        padding-left: 45% !important;
        text-align: right !important;
    }

    .site-table:not(.not-responsive) tr th:first-child, .site-table:not(.not-responsive) tr td:first-child {
        border-top: none !important;
    }

    .site-table:not(.not-responsive) [data-caption]::before {
        display: block;
    }
}
/* table css end */
/* form css start */
.form-group {
    margin-bottom: 0.9375rem;
}

.form-control {
    padding: 0.625rem 0.9375rem;
    border: 1px solid #d3d3d3;
    width: 100%;
    background-color: #fff;
    height: 2.875rem;
}

.form-control::-webkit-input-placeholder {
    color: #7c7c7c;
}

.form-control::-moz-placeholder {
    color: #7c7c7c;
}

.form-control:-ms-input-placeholder {
    color: #7c7c7c;
}

.form-control:-moz-placeholder {
    color: #7c7c7c;
}

.form-control:focus {
    background-color: transparent;
    border-color: #00cb00 !important;
    box-shadow: 0 0 5px rgba(0, 203, 0, 0.35);
}

.form-control[readonly] {
    background-color: #f7f7f7;
}

.form-control.form-control-md {
    height: 45px;
}

.form-control.form-control-sm {
    height: 35px;
}

.form-control.style-two {
    height: 40px;
    padding: 0 0.625rem 0 0;
    border: none;
    border-bottom: 1px solid #d3d3d3;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}

.form-control.style-two:focus {
    box-shadow: none;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    -webkit-text-fill-color: #0A0212;
    transition: background-color 5000s ease-in-out 0s;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

.custom-icon-field {
    position: relative;
}

.custom-icon-field i {
    position: absolute;
    top: 0;
    left: 0;
    width: 45px;
}

.custom-icon-field i[class*=la-] {
    font-size: 1.5rem;
    color: #bdbdbd;
}

.custom-icon-field .form-control {
    padding-left: 2.8125rem;
}

.custom-icon-field .form-control:focus ~ i {
    border-color: #00cb00;
}

.password-field .form-control {
    padding-right: 2.1875rem;
}

.password-field .password-show {
    top: 0;
    right: 0;
    width: 30px;
    cursor: pointer;
}

.password-field .password-show.active::after {
    content: "\f06e";
}

.password-field .password-show::after {
    content: "\f070";
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
}

.form-select, .nice-select {
    padding: 0.625rem 0.9375rem;
    width: 100%;
    border: 1px solid #d3d3d3;
    cursor: pointer;
    color: #575757;
    height: 2.875rem;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

.form-select:focus, .nice-select:focus {
    background-color: transparent;
    border-color: #00cb00 !important;
    box-shadow: 0 0 5px rgba(0, 203, 0, 0.35);
}

.form-select option, .nice-select option {
    padding: 0.625rem 0;
    display: block;
    border-top: 1px solid #d3d3d3;
}

.form-select.select--sm, .nice-select.select--sm {
    height: 2.1875rem;
    font-size: 0.875rem;
    padding: 0.3125rem;
}

.nic-select {
    line-height: 27px;
    font-size: 1rem;
}

.nic-select.style-two {
    padding: 0 0.9375rem 0.3125rem 0;
    height: 35px;
    line-height: 32px;
    border: none;
    border-bottom: 1px solid #d3d3d3;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}

.nic-select.style-two:hover {
    box-shadow: none;
}

.nic-select.style-two:focus {
    box-shadow: none;
}

.nic-select::after {
    width: 7px;
    height: 7px;
}

.nic-select .list {
    scrollbar-width: thin;
    scrollbar-color: #ddd #f2f7ff;
    max-height: 300px;
    overflow-y: auto;
    box-shadow: 0 5px 10px 1px rgba(80, 80, 80, 0.1098039216);
}

.nic-select .list::-webkit-scrollbar {
    width: 12px;
}

.nic-select .list::-webkit-scrollbar-track {
    background: #f2f7ff;
}

.nic-select .list::-webkit-scrollbar-thumb {
    background-color: #ddd;
    border-radius: 20px;
    border: 3px solid #f2f7ff;
}

textarea {
    min-height: 9.375rem !important;
    resize: none;
    width: 100%;
}

label {
    color: #4d4d4d;
    margin-bottom: 0.5rem;
    font-size: 0.9375rem;
}

.input-group > .form--control,
.input-group > .select {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
}

.input-group select {
    background-color: transparent;
    border: none;
}

.input-group .input-group-text {
    border-color: #ffffff;
}

.form-check-input:checked {
    background-color: #00cb00;
    border-color: #00cb00;
}

.form-check-input:focus {
    box-shadow: none;
}

.site-radio {
    position: relative;
    padding-left: 0;
}

.site-radio input[type=radio] {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden;
    cursor: pointer;
}

.site-radio input[type=radio]:checked ~ label::before {
    border-width: 2px;
    border-color: #00cb00;
}

.site-radio input[type=radio]:checked ~ label::after {
    opacity: 1;
}

.site-radio label {
    margin-bottom: 0;
    position: relative;
    padding-left: 20px;
    font-size: 0.875rem;
    font-weight: 400;
}

.site-radio label::before {
    position: absolute;
    content: "";
    top: 4px;
    left: 0;
    width: 15px;
    height: 15px;
    border: 1px solid #888888;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.site-radio label::after {
    position: absolute;
    content: "";
    top: 8px;
    left: 4px;
    width: 7px;
    height: 7px;
    background-color: #00cb00;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.site-checkbox {
    padding-left: 1.5625rem;
}

.site-checkbox input {
    display: none;
}

.site-checkbox input:checked ~ label::before {
    content: "\f14a";
    color: #00cb00;
    border-color: transparent;
}

.site-checkbox label {
    position: relative;
    font-size: 0.9375rem;
    font-weight: 400;
    cursor: pointer;
    margin-bottom: 0;
}

.site-checkbox label::before {
    position: absolute;
    content: "\f0c8";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    top: 3px;
    left: -1.5625rem;
    font-size: 1.125rem;
    line-height: 1;
    color: #eee;
    border: none;
}

.select2-container {
    display: block;
    width: 100% !important;
    height: 2.875rem;
}

.select2-container .selection {
    display: block;
}

.select2-container .select2-selection--single {
    height: 2.875rem;
    background-color: #F7F7F7;
    border: 1px solid #d3d3d3;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    line-height: 2.8125rem;
    padding: 0 0.9375rem;
}

.select2-container .select2-selection--single .select2-selection__arrow {
    top: 11px;
    right: 7px;
}

.select2-dropdown {
    border-color: #d3d3d3 !important;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.15);
}

.select2-search__field {
    border-color: #d3d3d3 !important;
    padding: 0 0.9375rem !important;
}

.select2-results__options {
    scrollbar-width: thin;
    scrollbar-color: #ddd #fff;
}

.select2-results__options::-webkit-scrollbar {
    width: 12px;
}

.select2-results__options::-webkit-scrollbar-track {
    background: #fff;
}

.select2-results__options::-webkit-scrollbar-thumb {
    background-color: #ddd;
    border-radius: 20px;
    border: 3px solid #fff;
}

/* form css end*/
/* card css start */
.custom--card, .card {
    border: 1px solid #d3d3d3;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.custom--card .card-header, .card .card-header {
    padding: 0.9375rem 1.25rem;
    border-color: #d3d3d3;
    border-radius: 8px 8px 0 0;
}

.custom--card .card-body, .card .card-body {
    padding: 1.25rem;
}

@media (max-width: 575px) {
    .custom--card .card-body, .card .card-body {
        padding: 0.9375rem;
    }
}

.custom--card .card-footer, .card .card-footer {
    border-color: #d3d3d3;
}

/* card css end */
/* modal css start */
.modal {
    z-index: 999999;
}

.modal-open {
    overflow: hidden;
    overflow-y: auto;
    padding-right: 0 !important;
}

.modal-header {
    border-bottom-color: #d3d3d3;
}

.modal-body .btn-close {
    top: -12px;
    right: -13px;
    width: 25px;
    height: 25px;
    background-size: 13px;
    opacity: 1;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.14);
}

.modal-body .btn-close:hover {
    opacity: 1;
}

.modal-body .btn-close:focus {
    box-shadow: none;
}

.modal-footer {
    border-top-color: #d3d3d3;
}

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

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

/* modal css end */
.accordion-item + .accordion-item {
    margin-top: 0.9375rem;
}

.accordion-item {
    border: 1px solid #d3d3d3 !important;
}

.accordion-item:last-child {
    border-bottom: none;
}

.accordion-item .accordion-header .accordion-button {
    font-size: 1.0625rem;
    box-shadow: none;
    padding: 0.9375rem 1.25rem;
    font-weight: 600;
    border-bottom: 1px solid transparent;
    font-family: var(--p-font);
}

.accordion-item .accordion-header .accordion-button:not(.collapsed) {
    border-bottom-color: #d3d3d3;
}

.accordion-item .accordion-body {
    padding: 0.9375rem;
}

/* nav-tabs css start */
.line-tabs .nav-item .nav-link {
    border: none;
    color: #8a8a8a;
    background-color: transparent;
    font-weight: 500;
    padding: 0 1.25rem 0.625rem 1.25rem;
}

@media (max-width: 767px) {
    .line-tabs .nav-item .nav-link {
        padding: 0 0.625rem 0.625rem 0.625rem;
    }
}

.line-tabs .nav-item .nav-link.active::after {
    opacity: 1;
}

.line-tabs .nav-item .nav-link::after {
    content: "";
    bottom: 0;
    left: 0;
    height: 2px;
    opacity: 0;
}

/* nav-tabs css end */
.pagination {
    margin: -0.3125rem -0.4375rem;
    flex-wrap: wrap;
    margin-top: 1.25rem;
    justify-content: flex-end;
}

.pagination .page-item {
    margin: 0.3125rem 0.4375rem;
}

.pagination .page-item.active .page-link {
    background-color: #00cb00;
    color: #fff;
    border-color: #00cb00;
}

.pagination .page-item .page-link {
    width: 2.375rem;
    height: 2.375rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    color: #575757;
}

.pagination .page-item .page-link:hover {
    background-color: #00cb00;
    border-color: #00cb00;
    color: #fff;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-ms-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes upDown {
    0% {
        top: 0%;
    }

    25% {
        top: 50%;
    }

    50% {
        top: 100%;
    }

    75% {
        top: 50%;
    }

    100% {
        top: 0%;
    }
}

@-moz-keyframes upDown {
    0% {
        top: 0%;
    }

    25% {
        top: 50%;
    }

    50% {
        top: 100%;
    }

    75% {
        top: 50%;
    }

    100% {
        top: 0%;
    }
}

@-ms-keyframes upDown {
    0% {
        top: 0%;
    }

    25% {
        top: 50%;
    }

    50% {
        top: 100%;
    }

    75% {
        top: 50%;
    }

    100% {
        top: 0%;
    }
}

@keyframes upDown {
    0% {
        top: 0%;
    }

    25% {
        top: 50%;
    }

    50% {
        top: 100%;
    }

    75% {
        top: 50%;
    }

    100% {
        top: 0%;
    }
}

@-webkit-keyframes downUp {
    0% {
        bottom: 0%;
    }

    25% {
        bottom: 50%;
    }

    50% {
        bottom: 100%;
    }

    75% {
        bottom: 50%;
    }

    100% {
        bottom: 0%;
    }
}

@-moz-keyframes downUp {
    0% {
        bottom: 0%;
    }

    25% {
        bottom: 50%;
    }

    50% {
        bottom: 100%;
    }

    75% {
        bottom: 50%;
    }

    100% {
        bottom: 0%;
    }
}

@-ms-keyframes downUp {
    0% {
        bottom: 0%;
    }

    25% {
        bottom: 50%;
    }

    50% {
        bottom: 100%;
    }

    75% {
        bottom: 50%;
    }

    100% {
        bottom: 0%;
    }
}

@keyframes downUp {
    0% {
        bottom: 0%;
    }

    25% {
        bottom: 50%;
    }

    50% {
        bottom: 100%;
    }

    75% {
        bottom: 50%;
    }

    100% {
        bottom: 0%;
    }
}
/* header start */
.header {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}

.header.style-static {
    position: static;
}

.header.style-static .header-bottom {
    padding: 0;
}

.header.header-fixed {
    left: 0;
    top: 0;
    position: fixed;
    z-index: 3;
}

.header.header-fixed .header-bottom {
    padding: 0;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.03);
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    background-color: var(--main-color-two);
}

.header-bottom {
    background-color: transparent;
    padding: 30px 0;
}

@media (max-width: 1199px) {
    .header-bottom {
        padding: 0.625rem 0 !important;
        background-color: var(--main-color-two);
    }
}

.header .site-logo img {
    max-width: 13.4375rem;
    max-height: 3.4375rem;
}

@media (max-width: 1199px) {
    .header .site-logo img {
        max-width: 12.1875rem;
        max-height: 2.5rem;
    }
}

.header .site-logo.site-title {
    font-size: 1.5rem;
}

.header .main-menu {
    margin-left: 4.375rem;
}

@media (max-width: 1199px) {
    .header .main-menu {
        margin-left: 0;
        padding: 0.9375rem 0;
    }
}

.header .main-menu li {
    position: relative;
}

@media (max-width: 1199px) {
    .header .main-menu li {
        width: 100%;
        border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    }
}

.header .main-menu li:last-child a {
    padding-right: 0;
}

.header .main-menu li.has_children {
    position: relative;
}

.header .main-menu li.has_children.active {
    border-bottom: none;
}

.header .main-menu li.has_children.open > .sub-menu {
    display: block;
}

.header .main-menu li.has_children > a {
    padding-right: 1.5625rem;
}

@media (max-width: 1199px) {
    .header .main-menu li.has_children > a {
        display: block;
    }
}

.header .main-menu li.has_children > a::before {
    position: absolute;
    content: "\f107";
    font-family: "Line Awesome Free";
    font-weight: 900;
    top: 1.9375rem;
    right: 5px;
    font-size: 0.875rem;
}

@media (max-width: 1199px) {
    .header .main-menu li.has_children > a::before {
        display: block;
        top: 0.5625rem;
        color: #fff;
    }
}

.header .main-menu li.has_children:hover > a::before {
    color: #00cb00;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.header .main-menu li a {
    padding: 1.25rem 0.9375rem 1.25rem 0;
    font-size: 1rem;
    font-weight: 500;
    color: #fff;
}

@media (max-width: 1199px) {
    .header .main-menu li a {
        color: #fff;
        padding: 0.5rem 0;
        display: block;
    }
}

.header .main-menu li a:hover i, .header .main-menu li a:focus i {
    background: linear-gradient(to right, #00cb00, rgba(0, 203, 0, 0.35) 70%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.header .main-menu li .sub-menu {
    position: absolute;
    width: 220px;
    top: 100%;
    left: -5%;
    z-index: 9999;
    background-color: var(--main-color-two);
    padding: 0.3125rem 0;
    box-shadow: 0px 5px 15px 0 rgba(0, 0, 0, 0.1);
    opacity: 0;
    visibility: hidden;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.header .main-menu li .sub-menu.active {
    display: block;
}

@media (max-width: 1199px) {
    .header .main-menu li .sub-menu {
        opacity: 1;
        visibility: visible;
        display: none;
        position: static;
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
        width: 100%;
        background-color: #ffffff;
        border: none;
        padding: 0.9375rem;
    }
}

.header .main-menu li .sub-menu li {
    margin-left: -20px;
    transition: all 0.5s;
}

@media (max-width: 1199px) {
    .header .main-menu li .sub-menu li {
        border-color: rgba(255, 255, 255, 0.15);
    }
}

.header .main-menu li .sub-menu li:last-child {
    border-bottom: none;
}

.header .main-menu li .sub-menu li a {
    padding: 0.5rem 1.25rem;
    display: block;
    position: relative;
    font-size: 0.9375rem;
    text-transform: capitalize;
}

@media (max-width: 1199px) {
    .header .main-menu li .sub-menu li a {
        color: #fff;
        padding: 0.5rem 0;
    }
}

.header .main-menu li:hover > .sub-menu {
    left: 0;
    opacity: 1;
    visibility: visible;
}

.header .main-menu li:hover > .sub-menu li {
    margin-left: 0;
}

.header .main-menu li + li {
    margin-left: 1.25rem;
}

@media (max-width: 1199px) {
    .header .main-menu li + li {
        margin-left: 0;
    }
}

.header .main-menu .sub-menu li.has_children > a::before {
    top: 9px;
    right: 8px;
}

.header .main-menu .sub-menu li.has_children > .sub-menu {
    left: 100%;
    top: 0;
}

@media (max-width: 1199px) {
    .header .main-menu .sub-menu li.has_children > .sub-menu {
        padding-left: 15px;
    }
}

.h-lang {
    position: relative;
    z-index: 1;
    display: inline-block;
    background-color: #fff;
    border-radius: 5px;
}

.h-lang i {
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
}

.lang-select {
    padding: 6px 15px 6px 30px;
    position: relative;
    z-index: 1;
    background-color: transparent;
    border: none;
}

.lang-select option {
    color: #2b2b2b;
}

.lang-btn {
    padding: 0.125rem 0.625rem;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    background-color: #f2f7ff;
}

.arrow-left-right {
    animation: leftRight 1.5s infinite linear;
}

@-webkit-keyframes leftRight {
    0% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    25% {
        -webkit-transform: translateX(1px);
        -ms-transform: translateX(1px);
        transform: translateX(1px);
    }

    50% {
        -webkit-transform: translateX(3px);
        -ms-transform: translateX(3px);
        transform: translateX(3px);
    }

    75% {
        -webkit-transform: translateX(1px);
        -ms-transform: translateX(1px);
        transform: translateX(1px);
    }

    100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

@-moz-keyframes leftRight {
    0% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    25% {
        -webkit-transform: translateX(1px);
        -ms-transform: translateX(1px);
        transform: translateX(1px);
    }

    50% {
        -webkit-transform: translateX(3px);
        -ms-transform: translateX(3px);
        transform: translateX(3px);
    }

    75% {
        -webkit-transform: translateX(1px);
        -ms-transform: translateX(1px);
        transform: translateX(1px);
    }

    100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

@-ms-keyframes leftRight {
    0% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    25% {
        -webkit-transform: translateX(1px);
        -ms-transform: translateX(1px);
        transform: translateX(1px);
    }

    50% {
        -webkit-transform: translateX(3px);
        -ms-transform: translateX(3px);
        transform: translateX(3px);
    }

    75% {
        -webkit-transform: translateX(1px);
        -ms-transform: translateX(1px);
        transform: translateX(1px);
    }

    100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes leftRight {
    0% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    25% {
        -webkit-transform: translateX(1px);
        -ms-transform: translateX(1px);
        transform: translateX(1px);
    }

    50% {
        -webkit-transform: translateX(3px);
        -ms-transform: translateX(3px);
        transform: translateX(3px);
    }

    75% {
        -webkit-transform: translateX(1px);
        -ms-transform: translateX(1px);
        transform: translateX(1px);
    }

    100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

.lang-list li {
    width: 25%;
    padding: 0.3125rem;
}

.lang-list li.active a {
    background-color: #f2f7ff;
}

.lang-list li a {
    padding: 0.3125rem 0.9375rem;
}

@media (max-width: 1199px) {
    .navbar-collapse {
        margin-top: 20px !important;
        background-color: var(--main-color-two);
        padding: 0 1.875rem 1.25rem 1.875rem;
        border-radius: 8px;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        -ms-border-radius: 8px;
        -o-border-radius: 8px;
        border: 1px solid rgba(255, 255, 255, 0.15);
    }
}

@media (max-width: 767px) {
    .navbar-collapse {
        max-height: 26rem;
        overflow: auto;
    }
}

.navbar-toggler {
    padding: 0;
    border: none;
}

.navbar-toggler:focus {
    outline: none;
    box-shadow: none;
}

.menu-toggle {
    margin: 5px 0;
    position: relative;
    display: block;
    width: 2rem;
    height: 1.15rem;
    cursor: pointer;
    background: transparent;
    border-top: 2px solid;
    border-bottom: 2px solid;
    font-size: 0;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    cursor: pointer;
    color: #fff;
}

.menu-toggle:before, .menu-toggle:after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    position: absolute;
    top: 50%;
    left: 50%;
    background: currentColor;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    transition: -webkit-transform 0.25s ease-in-out;
    -webkit-transition: -webkit-transform 0.25s ease-in-out;
    -o-transition: -webkit-transform 0.25s ease-in-out;
    transition: transform 0.25s ease-in-out;
    -moz-transition: -webkit-transform 0.25s ease-in-out;
    -ms-transition: -webkit-transform 0.25s ease-in-out;
}

@media (max-width: 1199px) {
    .menu-toggle:before, .menu-toggle:after {
        background-color: #fff;
    }
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@-moz-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@-ms-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
/* header end */
/* footer section css start */
.footer-section {
    padding-top: 6.25rem;
    padding-bottom: 3.125rem;
    background-color: var(--main-color-two);
}

.footer-section p,
.footer-section a,
.footer-section span,
.footer-section .social-links li a {
    color: #c3c3c3;
}

.footer-section .social-links li a:hover {
    color: var(--main-color);
}

.footer-section .footer-logo img {
    max-height: 4.0625rem;
}

.app-btn {
    margin: -0.3125rem -0.625rem;
}

.app-btn a {
    padding: 0.3125rem 0.625rem;
}

.app-btn a img {
    max-width: 145px;
    border: 1px solid #d3d3d3;
}

.footer-title {
    position: relative;
    color: #fff;
    font-size: 1rem;
    margin-bottom: 1.25rem;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-title::after {
    position: absolute;
    content: '';
    bottom: -1px;
    left: 0;
    width: 35px;
    height: 2px;
    background-color: var(--main-color);
}

.footer-link-list li + li {
    margin-top: 0.5rem;
}

.footer-link-list li a {
    font-size: 0.875rem;
    color: #c3c3c3;
}

.contact-list li + li {
    margin-top: 0.9375rem;
}

.contact-list li i {
    width: 30px;
    margin-top: 0.3125rem;
}

.contact-list li p {
    width: calc(100% - 30px);
    font-size: 0.875rem;
}

.social-links {
    margin: -0.3125rem -0.625rem;
}

.social-links li {
    padding: 0.3125rem 0.625rem;
}

.copy-right-text {
    padding: 0.9375rem 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    margin-top: 3.125rem;
    justify-content: space-between;
}

.footer-text-block {
    margin-top: 1.875rem;
}

.footer-text-block .caption {
    font-size: 0.75rem;
    font-weight: 500;
    color: #fff;
}

.footer-text-block p {
    font-size: 0.75rem;
    margin-top: 4px;
}

.footer-text-block + .footer-text-block {
    margin-top: 15px;
}

.subscription-form {
    position: relative;
}

.subscription-form input {
    height: 55px;
    background-color: var(--main-color-two);
    padding: 10px 20px;
    font-size: 15px;
    width: 100%;
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: #fff;
}

.subscription-form input:focus {
    border-color: var(--main-color);
}

.subscription-form button {
    position: absolute;
    top: 5px;
    right: 5px;
    background-color: var(--main-color);
    color: var(--h-color);
    width: 45px;
    height: calc(100% - 10px);
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* footer section css end */

/* banner section css start */
.banner-section {
    padding-top: 300px;
    padding-bottom: 210px;
    background-color: var(--main-color-two);
}

@media (max-width: 1199px) {
    .banner-section {
        padding-top: 9.375rem;
    }
}

@media (max-width: 991px) {
    .banner-section {
        padding-top: 8.125rem;
    }
}

.banner-section .banner-el {
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    z-index: -2;
}

.banner-section .banner-el img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -o-object-fit: cover;
}

.banner-section .banner-title {
    font-size: 68px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

@media (max-width: 1399px) {
    .banner-section .banner-title {
        font-size: 3.375rem;
    }
}

@media (max-width: 1199px) {
    .banner-section .banner-title {
        font-size: 2.625rem;
    }
}

@media (max-width: 575px) {
    .banner-section .banner-title {
        font-size: 2.25rem;
    }
}

.banner-section .banner-description {
    font-size: 1.125rem;
}

.banner-thumb {
    z-index: 1;
    display: flex;
    margin-left: 50px;
    margin-right: 65px;
}

@media (max-width: 1199px) {
    .banner-thumb {
        margin-left: 30px;
        margin-right: 45px;
    }
}

.banner-thumb::after {
    content: "";
    bottom: 0;
    left: 0;
    height: 90%;
    background-color: #dbe9fd;
    z-index: -1;
    clip-path: polygon(22% 0, 100% 0, 100% 50%, 100% 100%, 0 100%, 0 22%);
}

.banner-thumb .banner-man {
    max-width: 360px;
    margin: 0 auto;
}

@media (max-width: 1199px) {
    .banner-thumb .banner-man {
        max-width: 265px;
    }
}

@media (max-width: 460px) {
    .banner-thumb .banner-man {
        max-width: 200px;
    }
}

.banner-thumb .banner-d-one {
    bottom: -3%;
    right: -12%;
    max-width: 290px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

@media (max-width: 460px) {
    .banner-thumb .banner-d-one {
        max-width: 220px;
    }
}

@media (max-width: 360px) {
    .banner-thumb .banner-d-one {
        max-width: 150px;
    }
}
/* banner section css end */

/* page banner css start */
.page-banner {
    padding-top: 11rem;
    padding-bottom: 3.75rem;
    background-color: var(--main-color-two);
}

.page-banner .title {
    color: #fff;
}

.page-breadcrumb li {
    padding: 0 0.625rem;
    color: #e6e6e6;
}

.page-breadcrumb li:last-child::after {
    display: none;
}

.page-breadcrumb li::after {
    content: "/";
    top: 0;
    right: -0.1875rem;
}

/* page banner css end */
/* overview section css start  */
.overview-section {
    padding: 2.5rem 0;
    background-color: var(--main-color-two);
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.overview-section .row div[class*="col-"] {
    border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.overview-section .row div[class*="col-"]:last-child {
    border-right: none;
}

.overview-item {
    text-align: center;
}

.overview-item .overview-amount {
    font-size: 2.25rem;
    color: var(--main-color);
    text-transform: uppercase;
}

@media (max-width: 575px) {
    .overview-item .overview-amount {
        font-size: 1.5rem;
    }
}

.overview-item p {
    margin-top: 0.3125rem;
    color: #e6e6e6;
}

@media (max-width: 575px) {
    .overview-item p {
        font-size: 0.875rem;
    }
}
/* overview section css end  */
/* feature section css start */
.about-section {
    padding: 150px 0;
}

.about-section .el {
    top: -7%;
    right: -2%;
}

.about-section .el img {
    max-width: 700px;
}

.feature-item {
    display: flex;
    flex-wrap: wrap;
}

.feature-item .icon {
    width: 65px;
}

.feature-item .content {
    width: calc(100% - 65px);
    padding-left: 20px;
}


/* feature section css end */

/* copy-trading-section css start */
.copy-trading-section {
    position: relative;
    padding: 200px 0;
    background-color: var(--main-color-two);
    z-index: 1;
}

.copy-trading-el {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    z-index: -2;
}

.copy-trading-el img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -o-object-fit: cover;
}
/* copy-trading-section css end */

/* blog section start */
.blog-section {
    padding: 150px 0;
}

.blog-post {
    background-color: #fff;
    border-radius: 18px;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    -ms-border-radius: 18px;
    -o-border-radius: 18px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    height: 100%;
    overflow: hidden;
}

.blog-post .thumb {
    overflow: hidden;
    height: 250px;
}

.blog-post .thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -o-object-fit: cover;
    object-position: center;
    -o-object-position: center;
}

.blog-post .content {
    padding: 1.5625rem;
}

.blog-post .content .title a {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.post-meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: -5px -15px;
}

.post-meta li {
    padding: 5px 15px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.post-meta li i {
    font-size: 18px;
    margin-right: 5px;
    color: var(--main-color);
}

.post-by, .post-date {
    color: #777;
}

.read-btn {
    color: var(--main-color);
}
/* blog section end */

/* blog details section css start */
.blog-details-img {
    height: 470px;
}

.blog-details-content {
    margin-top: 1.875rem;
}

.blog-widget {
    padding: 1.5625rem;
    border: 1px solid #d7dfe7;
}

.blog-widget .blog-widget-title {
    font-size: 1.25rem;
    margin-bottom: 1.5625rem;
}

.short-post {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.short-post+.short-post {
    margin-top: 1.25rem;
}

.short-post .thumb {
    width: 75px;
    height: 65px;
    overflow: hidden;
}

.short-post .thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -o-object-fit: cover;
    object-position: center;
    -o-object-position: center;
}

.short-post .content {
    width: calc(100% - 75px);
    padding-left: 0.9375rem;
}

.short-post .content .title {
    font-size: 0.9375rem;
}

.short-post .content .title a {
    font-weight: 600;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.blog-details-img img {
    width: 100%;
    height: 100%;
     object-fit: cover;
    -o-object-fit: cover;
    object-position: center;
    -o-object-position: center;
    border-radius: 18px;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    -ms-border-radius: 18px;
    -o-border-radius: 18px;
}

.blog-details-img {
     overflow: hidden;
}

@media (max-width: 991px) {
    .blog-details-img {
        height: 375px;
    }
}

@media (max-width: 575px) {
    .blog-details-img {
        height: 275px;
    }
}

@media (max-width: 380px) {
    .blog-details-img {
        height: 250px;
    }
}
/* blog details section css end */

/* how work section css strat */
.how-section {
    padding: 150px 0;
    background-color: var(--main-color-two);
}

.work-step-tabs {
    padding-bottom: 1.25rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.work-step-tabs .nav-item {
    width: 33.3333333333%;
}

.work-step-tabs .nav-item:first-child .nav-link {
    padding-left: 0;
}

.work-step-tabs .nav-item .nav-link {
    color: rgba(255, 255, 255, 0.45);
    display: flex;
    flex-direction: column;
    border: none;
}

.work-step-tabs .nav-item .nav-link.active {
    background-color: transparent;
    color: #fff;
}

.work-step-tabs .nav-item .nav-link.active span {
    border-color: #00cb00;
}

.work-step-tabs .nav-item .nav-link span {
    width: 40px;
    height: 40px;
    border: 2px solid rgba(255, 255, 255, 0.15);
    background-color: rgba(255, 255, 255, 0.05);
    margin-bottom: 0.625rem;
}

.how-work-thumb::after {
    content: "";
    bottom: 0;
    left: 0;
    height: 100%;
    background-color: #282C4F;
}

.how-work-thumb img {
    max-height: 500px;
    -webkit-transform: translateY(70px);
    -ms-transform: translateY(70px);
    transform: translateY(70px);
}

.work-tab-content {
    margin-top: 1.25rem;
}

/* how work section css end */
/* top trader section css start */
.top-trader-section {
    padding: 150px 0;
}

.trader-item {
    padding: 1.5rem;
    box-shadow: 0 0px 40px rgba(0, 0, 0, 0.0705882353);
}

.trader-item:hover {
    box-shadow: 0 0px 40px rgba(0, 0, 0, 0.1333333333);
}

.trader-item .trader-top .thumb {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    border: 2px solid #fff;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

.trader-item .trader-top .content {
    width: calc(100% - 80px);
    padding-left: 1.25rem;
}

.trader-item .trader-top .content .trader-name a {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.trader-item .trader-body {
    padding-top: 1.25rem;
    margin-top: 1.5625rem;
    border-top: 1px solid #e5e5e5;
}

.trader-item .trader-status-list {
    margin: -0.625rem -0.9375rem;
}

.trader-item .trader-status-list li {
    width: 50%;
    padding: 0.625rem 0.9375rem;
}

.trader-item .trader-status-list li span {
    color: #8a8a8a;
}

@media (max-width: 1399px) {
    .trader-item .trader-status-list li span {
        font-size: 0.875rem;
    }
}

.trader-item .trader-status-list li p {
    font-size: 1.15rem;
    font-weight: 500;
    color: var(--h-color);
}

@media (max-width: 1399px) {
    .trader-item .trader-status-list li p {
        font-size: 1.375rem;
    }
}

.trader-item .trader-footer {
    justify-content: space-between;
    padding-top: 0.9375rem;
    margin-top: 1.25rem;
    border-top: 1px solid #e5e5e5;
}

.trader-item .trader-footer .copying-btn {
    padding: 0.1875rem 0.9375rem;
    background-color: rgba(0, 203, 0, 0.1);
    font-size: 0.875rem;
    border-radius: 999px;
    -webkit-border-radius: 999px;
    -moz-border-radius: 999px;
    -ms-border-radius: 999px;
    -o-border-radius: 999px;
}

.traders-header {
    margin-bottom: 2.5rem;
}

.traders-filter-wrapper {
    padding: 1.25rem;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
    margin-bottom: 1.875rem;
    justify-content: space-between;
}

.traders-filter-wrapper .view-style button {
    margin: 0.1875rem 0.3125rem;
    font-size: 1.75rem;
    padding: 0;
    line-height: 1;
    background-color: transparent;
}

.filter-btn {
    font-size: 1.75rem;
    padding: 0;
    line-height: 1;
    background-color: transparent;
    color: #777;
    margin-right: 0.625rem;
}

.fiter-form input {
    background-color: #f2f7ff;
    border: 1px solid #e5e5e5;
    font-size: 0.875rem;
    padding: 0.375rem 0.9375rem;
}

.fiter-form button {
    top: 50%;
    right: 5px;
    background-color: transparent;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 1.125rem;
}

.range-label {
    justify-content: space-between;
    margin-bottom: 0.3125rem;
}

.range-label label {
    margin-bottom: 0;
}

.range-label input {
    border: none;
    width: auto;
    font-weight: 500;
    text-align: right;
}

.ui-widget.ui-widget-content {
    border: none;
    background-color: #eee;
    border-radius: 999px;
    -webkit-border-radius: 999px;
    -moz-border-radius: 999px;
    -ms-border-radius: 999px;
    -o-border-radius: 999px;
    height: 5px;
}

.ui-widget.ui-widget-content .ui-slider-handle {
    top: -5px;
    width: 14px;
    height: 14px;
    font-size: 0.75rem;
}

.ui-widget.ui-widget-content .ui-slider-handle.ui-state-active {
    border-color: #00cb00;
}

/* top trader section css end */
/* why choose section css start */
.choose-section {
    position: relative;
    padding: 150px 0;
    z-index: 1;
}

.choose-section-el {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.choose-item {
    padding: 1.875rem;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
    border: 1px solid #e5e5e5;
}

.choose-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}

.choose-item .icon img {
    max-height: 75px;
    transition: all 0.3s;
}

.choose-item:hover .icon img {
    transform: scale(0.85, 0.85);
}

.choose-item .content {
    margin-top: 45px;
}

/* why choose section css end */

/* faq section css start */
.faq-section {
    padding: 150px 0;
}
/* faq section css end */

/* testimonial section css start */
.testimonial-section {
    padding: 150px 0;
}

.testimonial-left-title {
    font-size: 36px;
    text-transform: uppercase;
}

.testimonial-item {
    position: relative;
    padding: 25px;
    border-radius: 8px;
    background-color: var(--main-color-two);
}

.testimonial-item::after {
    position: absolute;
    content: "\f10e";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    bottom: 40px;
    right: 25px;
    color: var(--main-color);
    font-size: 36px;
    line-height: 1;
}

.testimonial-description {
    color: #fff;
}

.testimonial-client {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 20px;
}

.testimonial-client .thumb {
    width: 65px;
    height: 65px;
    border-radius: 50%;
    overflow: hidden;
}

.testimonial-client .thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -o-object-fit: cover;
}

.testimonial-client .content {
    padding-left: 20px;
}

.testimonial-client .content .name {
    color: #fff;
}

.testimonial-client .content p {
    color: #dedede;
}

.testimonial-slider .testimonial-single-slide {
    padding: 0 15px;
}

.testimonial-slider .slick-list {
    margin: 0 -15px;
}

.testimonial-nav {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
    margin-top: 20px;
}

.testimonial-nav button {
    padding: 10px;
    background-color: transparent;
}

.testimonial-nav i {
    color: var(--h-color);
    font-size: 20px;
    cursor: pointer;
    transition: all 0.3s;
}

.testimonial-nav button:hover i {
    color: var(--main-color);
}

.testimonial-wrapper {
    padding: 40px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
}

/* testimonial section css end */

/* brand section start */
.brand-section .container {
    padding-top: 50px;
    padding-bottom: 50px;
    border-top: 2px solid #e5e5e5;
}

.brand-single-slide {
    padding: 0 15px;
}

.brand-item {
    height: 75px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.brand-item img {
    display: inline-block;
    max-height: 100px;
    filter: grayscale(1);
    transition: all 0.3s;
}

.brand-item:hover img {
    filter: grayscale(0);
}

/* brand section end */

/* cta section css start */
.cta-section {
    padding: 150px 0;
    background-color: var(--main-color-two);
}

.cta-section .cta-el {
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
}

.cta-section .cta-el img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -o-object-fit: cover;
}

.cta-description {
    font-size: 20px;
}

@media (max-width: 991px) {
    .cta-section .cta-el {
        opacity: 0.15;
    }
}

.cta-list {
    margin-top: 45px;
    max-width: 450px;
}

.cta-list-single + .cta-list-single {
    margin-top: 35px;
}

.cta-list-single .title {
    position: relative;
    color: #fff;
}

.cta-list-single .title::before {
    content: "\f061";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    width: 35px;
    height: 35px;
    display: inline-flex;
    background-color: var(--main-color);
    color: var(--h-color);
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    font-size: 18px;
    margin-right: 25px;
    transform: translateY(-2px);
}

.cta-list-single p {
    margin-top: 10px;
    color: #bfbfbf;
}
/* cta section css end */
/* trader profile css start */
.details-box {
    padding: 1.5625rem;
}

.trader-profile img {
    width: 70px;
    height: 70px;
}

.trader-profile .name {
    padding-left: 1.25rem;
}

.trader-bottom {
    margin: -0.625rem -0.9375rem;
}

.trader-bottom .single-status {
    width: 25%;
    padding: 0.625rem 0.9375rem;
}

.trader-bottom .single-status h5 {
    font-weight: 500;
}

@media (max-width: 575px) {
    .trader-bottom .single-status {
        width: 50%;
    }
}

@media (max-width: 991px) {
    .trader-overview-list {
        display: flex;
        flex-wrap: wrap;
        margin: -1.25rem;
    }
}

@media (max-width: 991px) {
    .trader-overview-list li {
        width: 25%;
        padding: 1.25rem;
    }
}

.trader-overview-list li + li {
    margin-top: 1.5625rem;
}

@media (max-width: 991px) {
    .trader-overview-list li + li {
        margin-top: 0;
    }
}

.trader-overview-list li h4 {
    font-weight: 500;
}

.avatar-sm {
    width: 35px;
    height: 35px;
}

/* trader profile css end */
/* contact section css start */
.contact-item {
    padding: 1.5625rem;
    border: 1px solid #d3d3d3;
}

.contact-item .icon {
    font-size: 1.75rem;
}

.contact-item .content {
    margin-top: 1.25rem;
}

.contact-item .content .caption {
    color: gray;
}

.contact-form {
    padding: 1.875rem;
}
/* contact section css end */


/* account section css start */
.account-wrapper {
    box-shadow: 0 8px 16px -16px #ccc;
}

.account-wrapper.style-two {
    background-color: transparent;
    box-shadow: none;
}

.account-wrapper.style-two .left {
    background-color: transparent;
    width: 40%;
}

@media (max-width: 991px) {
    .account-wrapper.style-two .left {
        width: 100%;
        padding: 0;
        margin-bottom: 2.5rem;
    }
}

.account-wrapper.style-two .right {
    background-color: #fff;
    box-shadow: 0 8px 16px -16px #ccc;
}

.account-wrapper .left {
    width: 50%;
    background-color: var(--main-color-two);
    padding: 3.125rem;
    border-radius: 10px 0 0 10px;
    -webkit-border-radius: 10px 0 0 10px;
    -moz-border-radius: 10px 0 0 10px;
    -ms-border-radius: 10px 0 0 10px;
    -o-border-radius: 10px 0 0 10px;
}

@media (max-width: 991px) {
    .account-wrapper .left {
        width: 100%;
        border-radius: 10px 10px 0 0;
        -webkit-border-radius: 10px 10px 0 0;
        -moz-border-radius: 10px 10px 0 0;
        -ms-border-radius: 10px 10px 0 0;
        -o-border-radius: 10px 10px 0 0;
    }
}

.account-wrapper .left .el {
    width: 100%;
    height: 100%;
    opacity: 0.35;
}

.account-wrapper .left .el img {
    width: 100%;
    height: 100%;
}

.account-wrapper .right {
    width: 50%;
    border-radius: 0 10px 10px 0;
    -webkit-border-radius: 0 10px 10px 0;
    -moz-border-radius: 0 10px 10px 0;
    -ms-border-radius: 0 10px 10px 0;
    -o-border-radius: 0 10px 10px 0;
    padding: 3.125rem;
}

@media (max-width: 991px) {
    .account-wrapper .right {
        width: 100%;
        border-radius: 0 0 10px 10px;
        -webkit-border-radius: 0 0 10px 10px;
        -moz-border-radius: 0 0 10px 10px;
        -ms-border-radius: 0 0 10px 10px;
        -o-border-radius: 0 0 10px 10px;
    }
}

@media (max-width: 575px) {
    .account-wrapper .right {
        padding: 1.25rem;
    }
}

.account-wrapper .right .title {
    font-weight: 600;
}

.account-link-wrapper {
    display: flex;
    justify-content: center;
}

.account-link-list {
    display: flex;
    padding: 5px;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}

.account-link-list li a {
    padding: 8px 20px;
    border-radius: 6px;
    color: var(--h-color);
    font-weight: 500;
}

.account-link-list li a.active {
    background-color: var(--main-color);
    color: var(--h-color);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.or-devider {
    margin-top: 1.25rem;
}

.or-devider::after {
    content: "";
    top: 50%;
    left: 0;
    height: 1px;
    background-color: #bababa;
}

.or-devider span {
    padding: 0 0.625rem;
}

@media (max-width: 991px) {
    .account-feature-list {
        display: flex;
        flex-wrap: wrap;
        margin: -0.625rem;
    }
}

.account-feature-list li + li {
    margin-top: 2.5rem;
}

@media (max-width: 991px) {
    .account-feature-list li + li {
        margin-top: 0;
    }
}

@media (max-width: 991px) {
    .account-feature-list li {
        width: 50%;
        padding: 0.625rem;
    }
}

@media (max-width: 767px) {
    .account-feature-list li {
        width: 100%;
    }
}

.account-feature-list li img {
    width: 55px;
}

.account-feature-list li p {
    padding-left: 1.25rem;
    width: calc(100% - 55px);
    font-size: 1.0625rem;
}

.account-app-btn-wrapper {
    justify-content: space-between;
}

.account-app-btn {
    width: calc(50% - 10px);
    padding: 0.9375rem 1.25rem;
    border: 1px solid #d3d3d3;
    font-size: 1rem;
    font-weight: 500;
}

.account-app-btn:hover {
    background-color: #f8f9fb;
}

.account-app-btn img {
    max-height: 25px;
}

.account-app-btn span {
    margin-left: 0.625rem;
}

/* account section css end */
/* user header css start */
.user-header {
    position: fixed;
    top: 0;
    left: 0;
    justify-content: space-between;
    padding: 0.625rem 1.875rem;
    z-index: 2;
}

@media (max-width: 1199px) {
    .user-header {
        background-color: var(--main-color-two);
    }
}

.user-header .h-lang {
    background-color: #f1f5f9;
}

.user-header .site-logo {
    opacity: 0;
    visibility: hidden;
}

.user-header .site-logo img {
    max-height: 40px;
}

@media (max-width: 1199px) {
    .user-header .site-logo {
        opacity: 1;
        visibility: visible;
    }
}

.user-dropdown .user-btn {
    background-color: transparent;
}

.user-dropdown .user-btn::after {
    border-top-color: #575757;
}

.user-dropdown .user-btn img {
    width: 35px;
    height: 35px;
    margin-right: 0.375rem;
}

.dropdown-menu {
    border: 1px solid #d3d3d3;
}

.dropdown-menu .dropdown-item {
    font-size: 0.9375rem;
}

.dropdown-menu .dropdown-item:hover {
    background-color: #ffffff;
}





.mobile-bottom-menu-wrapper {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: var(--main-color-two);
    box-shadow: 0 -10px 5px rgba(0,0,0,0.06);
    z-index: 9999;
    border-top: 1px solid rgba(255,255,255, 0.15);    
}

.mobile-bottom-menu {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.mobile-bottom-menu li {
    width: 20%;
}

.mobile-bottom-menu li a {
    padding: 12px 6px;
    text-align: center;
    display: block;
    color: #b6b6b6;
}

.mobile-bottom-menu li a.active {
    color: var(--main-color);
}

.mobile-bottom-menu li a.active i {
    color: #fff;
}

.mobile-bottom-menu li a.active i::after {
    opacity: 1;
}

.mobile-bottom-menu li a i {
    position: relative;
    z-index: 1;
}

.mobile-bottom-menu li a i::after {
    position: absolute;
    content: '';
    top: -5px;
    left: -7px;
    width: 30px;
    height: 30px;
    background-color: var(--main-color);
    border-radius: 50%;
    z-index: -1;
    opacity: 0;
}

.mobile-bottom-menu li a span {
    display: block;
    font-size: 10px;
    font-weight: 500;
    margin-top: 3px;
}

@media (max-width: 1199px) {
    .mobile-bottom-menu-wrapper {
        display: block;
    } 
}

/* user header css end */
/* user sidebar css start */
.user-sidebar {
    position: fixed;
    top: 0;
    left: 0;
    width: 270px;
    height: 100vh;
    z-index: 3;
    background-color: var(--main-color-two);
    z-index: ;
}

.user-sidebar.active {
    left: 0;
}

@media (max-width: 1399px) {
    .dashbaord-main {
        padding-left: 245px;
    }
}

@media (max-width: 1199px) {
    .user-sidebar {
        left: -100%;
        border-right: 1px solid #d3d3d3;
    }
}

@media (min-width: 576px) {
    .text-sm-nowrap {
        white-space: nowrap!important;
    }
}

.user-sidebar .site-logo {
    padding: 0.625rem 1.25rem;
    margin-bottom: 1.875rem;
}

.user-sidebar .site-logo img {
    max-height: 50px;
}

.user-sidebar-bottom {
    bottom: 0;
    padding: 0 1.25rem 1.25rem 1.25rem;
}

.sidebar-menu {
    max-height: calc(100vh - 250px);
    overflow-y: auto;
}

.sidebar-menu .menu-caption {
    font-size: 0.875rem;
    color: #9d9d9d;
    padding: 0.375rem 1.25rem;
    font-weight: 500;
}

.sidebar-menu .menu-caption.border-top {
    border-top-color: rgba(255, 255, 255, 0.1) !important;
    padding-top: 1.25rem;
    margin-top: 0.9375rem;
}

.sidebar-menu li a {
    color: #c0c0c0;
    padding: 0.625rem 1.5625rem;
    border-left: 3px solid transparent;
    font-size: 0.9375rem;
}

.sidebar-menu li a i {
    font-size: 1.1875rem;
}

.sidebar-menu li .sub-menu {
    position: relative;
    padding: 10px;
    background-color: var(--main-color-two);
    display: none;
    z-index: 1;
}

.sidebar-menu li .sub-menu::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    opacity: 0.05;
    z-index: -1;
}

.sidebar-menu li.has_children.mm-active {
    background-color: #ffffff;
    border-left-color: #00cb00;
}

.sidebar-menu li.has_children.mm-active > a {
    color: var(--main-color);
}

.sidebar-menu li.has_children.mm-active .sub-menu {
    display: block;
}

.sidebar-menu li.has_children > a {
    position: relative;
}

.sidebar-menu li.has_children > a::after {
    position: absolute;
    content: "\f078";
    top: 14px;
    right: 15px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 12px;
}

.sidebar-menu li .sub-menu.active {
    display: block;
}

.sidebar-menu li .sub-menu li a {
    padding: 6px 0 6px 50px;
}

.sidebar-menu li.has_children.mm-active .sub-menu li > a.mm-active {
    background-color: transparent;
    border-left: none;
}

.sidebar-menu li a.mm-active {
    background-color: #ffffff;
    border-left-color: #00cb00;
}

.sidebar-menu {
    scrollbar-width: thin;
    scrollbar-color: rgba(255, 255, 255, 0.2);
}

.sidebar-menu::-webkit-scrollbar {
    width: 12px;
}

.sidebar-menu::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.0);
}

.sidebar-menu::-webkit-scrollbar-thumb {
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 20px;
    border: 3px solid rgba(255, 255, 255, 0);
}

/* dashboard main css start */
.dashbaord-main {
    padding: 5rem 15px 30px 285px;
    min-height: 100vh;
}

@media (max-width: 1199px) {
    .dashbaord-main {
        padding-left: 15px;
    }
}

@media (max-width: 575px) {
    .dashbaord-main {
        padding: 5rem 0 1.25rem 0;
    }
}

.dashboard-top {
    margin-bottom: 2.5rem;
}

.d-card {
    padding: 1.5625rem;
    border: 1px solid #d3d3d3;
    box-shadow: 0 8px 16px -16px #ccc;
}

.d-card:hover {
    border-color: #00cb00;
}

.d-card i {
    bottom: -18px;
    right: -18px;
    font-size: 90px;
    line-height: 1;
    opacity: 0.1;
}

.d-card .d-card-amount {
    margin-top: 0.9375rem;
}

@media (max-width: 1550px) {
    .d-card .d-card-amount {
        font-size: 1.5rem;
    }
}

.user-details .thumb {
    width: 90px;
    height: 90px;
    border: 2px solid #fff;
    box-shadow: 0 5px 10px #ccc;
}

.user-details .content {
    width: calc(100% - 90px);
    padding-left: 1.25rem;
}

.single-stat .stat-caption {
    font-size: 0.8125rem;
    line-height: 1;
    color: #8a8a8a;
}

.single-stat .stat-amount {
    line-height: 1.3;
    font-size: 1.375rem;
    word-break: break-word;
}

@media (max-width: 1399px) {
    .single-stat .stat-amount {
        font-size: 1.25rem;
    }
}

.word-break {
    word-break: break-word !important;
 }

.chart-overview .title {
    line-height: 1;
}

.chart-overview-amount {
    font-weight: 600;
    font-size: 2rem;
}

.user-trade-line-chart {
    margin-top: -110px;
}

@media (max-width: 767px) {
    .user-trade-line-chart {
        margin-top: 0;
    }
}

.chart-action-list {
    margin: -0.1875rem -0.625rem;
}

.chart-action-list button {
    background-color: transparent;
    margin: 0.1875rem 0.625rem;
    color: #a4a4a4;
    font-weight: 500;
}

.referral-form .referral-caption {
    top: 50%;
    left: 15px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #a4a4a4;
}

.referral-form .form-control {
    background-color: #fff !important;
    padding-left: 170px;
    padding-right: 55px;
    height: 55px;
}

.referral-form .copy-btn {
    top: 50%;
    right: 15px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.referral-overview-card {
    padding: 1.875rem;
}

.user-profile .user-thumb {
    width: 80px;
    height: 80px;
}

.user-profile .user-content {
    width: calc(100% - 80px);
    padding-left: 1.25rem;
}

.img-upload-btn {
    padding: 0.5rem 1.25rem;
    font-weight: 500;
    font-size: 0.875rem;
    color: var(--h-color);
}

.trade-calculation .trade-circle {
    width: 155px;
}

.trade-calculation .trade-calc-content {
    width: calc(100% - 155px);
    padding-left: 1.25rem;
}

.invest-amount-calc .currency-sign {
    font-size: 1.5rem;
    line-height: 1;
    font-weight: 500;
}

.invest-amount-calc input {
    width: calc(100% - 250px);
    font-size: 1.5rem;
    font-weight: 500;
    border: none;
    border-bottom: 1px solid #d3d3d3;
    padding: 0;
    line-height: 1;
    border-radius: 0;
}

.invest-amount-calc p {
    flex-grow: 1;
    font-size: 1.25rem;
}

.circle-progress {
    width: 155px;
    height: 155px;
}

.circle-progress .percent {
    position: relative;
}

.circle-progress svg {
    position: relative;
    width: 155px;
    height: 155px;
    transform: rotate(-90deg);
}

.circle-progress svg circle {
    width: 100%;
    height: 100%;
    fill: none;
    stroke: #f0f0f0;
    stroke-width: 10;
    stroke-linecap: round;
}

.circle-progress svg circle:last-of-type {
    stroke-dasharray: 435px;
    stroke-dashoffset: calc(435px - 435px * var(--percent) / 100);
    stroke: var(--main-color);
}

.circle-progress .number {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.circle-progress .number h3 {
    font-weight: 700;
    font-size: 26px;
}

.circle-progress .number h3 span {
    font-weight: 300;
    font-size: 70%;
}

.risk-level-area .risk-level-list {
    margin: -0.25rem;
}

.risk-level-area .risk-level-list li {
    padding: 0.25rem;
    font-size: 0.875rem;
    line-height: 1.4;
    position: relative;
}

.risk-level-area .risk-level-list li input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}

.risk-level-area .risk-level-list li label {
    padding: 6px 15px;
    border: 2px solid #e5e5e5;
    border-radius: 8px;
    font-weight: 500;
    cursor: pointer;
    margin-bottom: 0;
}

.risk-level-area .risk-level-list li input:checked ~ label {
    border-color: var(--main-color);
}

.risk-level-area .ui-widget.ui-widget-content {
    height: 10px;
    background: #1E9600;
    background: -webkit-linear-gradient(to left, #FF0000, #FFF200, #1E9600);
    background: linear-gradient(to left, #FF0000, #FFF200, #1E9600);
}

.risk-level-area .ui-widget.ui-widget-content .ui-slider-handle {
    width: 22px;
    height: 22px;
    top: -7px;
}

.risk-level-area input#amount {
    border: none;
    font-weight: 500;
}

.trade-result-area {
    margin-bottom: -1rem;
    margin-left: -1rem;
    margin-right: -1rem;
}

.trade-result-area .trade-result-single {
    padding: 1rem;
    width: 33.3333333333%;
    border-top: 1px solid #e5e5e5;
}

.trade-result-area .trade-result-single + .trade-result-single {
    border-left: 1px solid #e5e5e5;
}

.trade-result-area .trade-result-single h3 {
    font-family: var(--p-font);
    font-size: 22px;
}

.help-form input {
    height: 4.0625rem;
    padding: 0.625rem 8.4375rem 0.625rem 1.5625rem;
    border: 1px solid #d3d3d3;
    border-radius: 999px;
    -webkit-border-radius: 999px;
    -moz-border-radius: 999px;
    -ms-border-radius: 999px;
    -o-border-radius: 999px;
}

.help-form button {
    top: 10px;
    right: 10px;
    height: calc(100% - 20px);
    width: 120px;
    padding: 0.3125rem 0.9375rem;
    border-radius: 999px;
    -webkit-border-radius: 999px;
    -moz-border-radius: 999px;
    -ms-border-radius: 999px;
    -o-border-radius: 999px;
}

.help-list li + li {
    margin-top: 0.375rem;
}

.help-list li {
    padding-left: 1.875rem;
}

.help-list li::before {
    content: "\f192";
    font-family: "Font Awesome 5 Free";
    top: 0;
    left: 0;
}

.single-reply + .single-reply {
    margin-top: 1.25rem;
}

.single-reply {
    padding: 1.25rem;
    border: 1px solid #d3d3d3;
}

.single-reply.admin-reply::after {
    position: absolute;
    content: "Admin Reply";
    top: 0;
    right: 0;
    padding: 0px 7px 0 18px;
    font-size: 12px;
    -webkit-clip-path: polygon(100% 0%, 100% 51%, 100% 100%, 0 100%, 12% 50%, 0 0);
    clip-path: polygon(100% 0%, 100% 51%, 100% 100%, 0 100%, 12% 50%, 0 0);
}

.deposit-form .nic-select.borderless {
    width: auto;
    padding: 10px 25px 10px 0;
    height: auto;
    min-height: auto;
    line-height: 1;
    border: none;
    font-size: 1.125rem;
}

.deposit-form .nic-select.borderless:hover {
    box-shadow: none;
}

.deposit-form .nic-select.borderless:focus {
    box-shadow: none;
}

.deposit-form .deposit-amount-row {
    justify-content: space-between;
}

.deposit-form .deposit-amount-row .left {
    font-size: 1.375rem;
}

@media (max-width: 575px) {
    .deposit-form .deposit-amount-row .left {
        width: 100%;
    }
}

.deposit-form .deposit-amount-row .left input {
    border: none;
}


.card-body .instruction * {
    white-space: initial;
}

@media (max-width: 575px) {
    .tab-btn-group {
        flex-wrap: wrap;
    }

    .tab-btn-group .tab-btn {
        font-size: 14px;
    }
}

.contact-list li p a {
    word-break: break-word;
    color: #eaeaea;
}

.tf-mb-3 {
    transform: translateY(3px);
}

.single-crypto-balance {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 15px 0;
    justify-content: space-between;
    border-top: 1px solid #e5e5e5;
}

.single-crypto-balance:first-child {
    padding-top: 0;
    border-top: 0;
}

.single-crypto-balance:last-child {
    padding-bottom: 0;
}

.single-crypto-balance .single-crypto-left {
    padding: 0 10px;
    display: flex;
    align-items: center;
}

.single-crypto-balance .single-crypto-left img {
    max-height: 30px;
    margin-right: 15px;
}

.single-crypto-balance .single-crypto-left span {
    font-weight: 500;
    text-transform: uppercase;
}

.single-crypto-balance .single-crypto-right {
    padding: 0 10px;
    text-align: right;
}

.single-crypto-balance .single-crypto-right p:first-child {
    color: var(--h-color);
}

.single-crypto-balance .single-crypto-right p:last-child {
    font-size: 14px;
}

.gateway-card {
    display: flex;
    flex-flow: column;
    justify-content: space-between;
}

.gateway-card .card-header {
    flex-grow: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.gateway-card .card-body {
    flex-grow: 0;
}

.h-mx-100 {
    max-height: 100px;
}

.small-badge {
    padding: 1px 10px;
    font-size: 12px !important;
    border-radius: 999px;
    border: 1px solid #e5e5e5;
    background-color: #f1f5f9;
}

.noti-btn {
    position: relative;
}

.noti-btn .noti-badge {
    position: absolute;
    top: -2px;
    right: 4px;
    width: 18px;
    height: 18px;
    background-color: var(--main-color);
    color: #fff !important;
    border-radius: 50%;
    display: flex; 
    align-items: center;
    justify-content: center;
    font-size: 10px;
    font-weight: 500;
}

.noti-dropdown li {
    font-size: 14px;
    border-bottom: 1px solid #e5e5e5;
}

.noti-dropdown li:last-child {
    border-bottom: none;
}

.noti-dropdown li a {
    color: var(--p-color);
    padding: 10px 15px;
}

.noti-dropdown li a:hover {
    color: var(--main-color);
}

.noti-dropdown li span.no-noti {
    padding: 0 15px;
}

/* dashboard main css end */


/* Write Your CSS Here */

.cookie-modal {
    background-color: #04042d !important;
    position: fixed;
    z-index: 99999999;
    left: 20px;
    bottom: 20px;
    width: 420px;
    padding: 26px;
    color: #fff;
    border-radius: 5px;
    text-align: center;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    border: 1px solid #ffffff26;
}

@media only screen and (max-width: 767px) {
    .cookie-modal {
        width: 80%;
        left: 20px;
    }
}

.cookie-consent__message {
    display: block;
}

.cookie-modal button {
    display: block;
    background: #fff;
    width: 100%;
    margin-top: 10px;
}

.cookies-card__icon {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background-color: var(--main-color);
    color: var(--h-color);
    font-size: 32px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
}

.image-circle {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
}

.line-clamp {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.line {
    line-height: 1rem;
}

.referral-section {
    padding: 150px 0;
}


.mt-30 {
    margin-top: 30px;
}

/* responsive css start */
@media screen and (max-width: 1399px) {
    .banner-section {
        padding-top: 12rem;
        padding-bottom: 6rem;
    }

    .banner-section .banner-title {
        font-size: 3rem;
    }

    .page-banner {
        padding-top: 9rem;
        padding-bottom: 2rem;
    }

    .overview-item .overview-amount {
        font-size: 2rem;
    }

    .banner-section .banner-description {
        font-size: 1rem;
    }

    .overview-section {
        padding: 1.5rem 0;
    }

    .section-title {
        font-size: 36px;
    }

    .cta-description {
        font-size: 18px;
    }

    .check-list li {
        font-size: 1rem;
    }

    .accordion-item .accordion-header .accordion-button {
        font-size: 1rem;
    }

    .about-section,
    .copy-trading-section,
    .top-trader-section,
    .choose-section,
    .how-section,
    .faq-section,
    .testimonial-section,
    .cta-section,
    .blog-section,
    .referral-section {
        padding: 100px 0;
    }

    .chart-overview-amount {
        font-size: 1.5rem;
    }
    
    .page-banner .title {
        font-size: 32px;
    }
    
    .user-sidebar-bottom {
        padding-top: 15px;
        padding-bottom: 5px;
        background: rgba(255, 255, 255, 0.1);
    }
    
    .user-sidebar-bottom .btn {
        padding: 10px;
        font-size: 14px;
    }
    
    .user-sidebar-bottom a {
        font-size: 14px;
    }
    
    .user-sidebar {
        width: 230px;
    }
    
    .sidebar-menu li a {
        font-size: 13px;
    }
    
    .user-sidebar .site-logo img {
        max-height: 40px;
    }
    
}

@media screen and (max-width: 1199px) {
    .banner-section {
        position: relative;
        z-index: 1;
    }

    .banner-section::before {
        position: absolute;
        content: '';
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: var(--main-color-two);
        opacity: 0.75;
        z-index: -1;
    }

    .banner-section .banner-title {
        font-size: 2.5rem;
    }

    .banner-section {
        padding-top: 8rem;
        padding-bottom: 5rem;
    }

    .about-section,
    .copy-trading-section,
    .top-trader-section,
    .choose-section,
    .how-section,
    .faq-section,
    .testimonial-section,
    .cta-section,
    .blog-section,
    .referral-section {
        padding: 80px 0;
    }

    .footer-section {
        padding-top: 5.25rem;
    }

    .page-banner {
        padding-top: 5rem;
        padding-bottom: 2rem;
    }

    .overview-item .overview-amount {
        font-size: 1.75rem;
    }

    .choose-item .icon img {
        max-height: 65px;
    }

    .choose-item .content {
        margin-top: 25px;
    }

    .blog-post .thumb {
        height: 185px;
    }

    .testimonial-left-title {
        font-size: 32px;
    }

    .noti-btn,
    .user-btn span {
        color: #fff !important;
    }

    .user-dropdown .user-btn::after {
        border-top-color: #fff;
    }

    .user-sidebar-bottom {
        padding: 0 1.25rem 71px 1.25rem;
    }

    .sidebar-menu {
        max-height: calc(100vh - 286px);
    }

    .dashbaord-main {
        padding-bottom: 90px;
    }
}

@media screen and (max-width: 991px) {
    .banner-section .banner-title {
        font-size: 2rem;
    }

    .overview-section .row div[class*="col-"]:nth-child(2) {
        border-right: none;
    }

    .section-title {
        font-size: 32px;
    }

    .testimonial-left-title {
        font-size: 26px;
    }

    .copy-trading-section::before {
        position: absolute;
        content: '';
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: var(--main-color-two);
        opacity: 0.85;
        z-index: -1;
    }

    .section-top {
        margin-bottom: 2.5rem;
    }
    
    .trade-calculation {
        justify-content: center;
    }
    
    .trade-calculation .trade-calc-content {
        width: 100%;
        padding-left: 0;
        margin-top: 15px;
        text-align: center;
    }
    
    .trade-result-area .trade-result-single h3 {
        font-size: 18px;
    }
    
    
    .trader-overview-list li {
        width: calc(100% / 3);
    }
    
    .account-wrapper .left {
        padding: 30px;
    }
    
    .account-wrapper .left img {
        max-height: 320px;
    }
}

@media screen and (max-width: 575px) {
    .banner-section {
        padding-top: 7rem;
        padding-bottom: 4rem;
    }

    .banner-section .banner-title {
        font-size: 1.5rem;
    }

    .banner-section .banner-description {
        font-size: 0.875rem;
    }
    
    .about-section,
    .copy-trading-section,
    .top-trader-section,
    .choose-section,
    .how-section,
    .faq-section,
    .testimonial-section,
    .cta-section,
    .blog-section,
    .referral-section {
        padding: 60px 0;
    }

    .footer-section {
        padding-top: 3.25rem;
    }

    .overview-item .overview-amount {
        font-size: 1.5rem;
    }

    .section-title {
        font-size: 26px;
    }

    .feature-item {
        text-align: center;
        padding: 20px;
        justify-content: center;
        border: 1px solid #e5e5e5;
        box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
        border-radius: 8px;
    }

    .feature-item .content {
        padding-left: 0;
        width: 100%;
        margin-top: 15px;
    }

    .cta-description {
        font-size: 16px;
    }

    .how-work-thumb img {
        max-height: 300px;
    }

    .work-step-tabs .nav-item .nav-link {
        font-size: 14px;
        padding: 10px 0;
    }

    .testimonial-wrapper {
        padding: 25px;
    }

    .testimonial-description {
        font-size: 14px;
    }

    .testimonial-client .thumb {
        width: 55px;
        height: 55px;
    }

    .testimonial-client .content .name {
        font-size: 16px;
    }

    .testimonial-item::after {
        font-size: 32px;
    }

    .cta-list-single .title::before {
        margin-right: 18px;
    }

    .blog-post .thumb {
        height: 165px;
    }

    .brand-section .container {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .footer-section .footer-logo img {
        max-height: 45px;
    }

    .account-link-list li a {
        font-size: 12px;
        padding: 8px 16px;
    }

    .banner-section .banner-el,
    .copy-trading-el,
    .cta-section .cta-el {
        width: 100%;
    }

    .user-header .h-lang i {
        display: none;
    }

    .user-header .h-lang .lang-select {
        padding: 0px 0px 0px 5px;
        font-size: 14px;
    }

    .user-btn span {
        display: none;
    }

    .user-dropdown .user-btn img {
        width: 25px;
        height: 25px;
        margin-right: 0;
    }

    .user-header {
        padding: 10px;
    }
    
    .modal-body .table-user {
        flex-wrap: wrap;
        justify-content: center;
    }
    
    .modal-body .table-user .details {
        width: 100%;
        padding-left: 0;
        margin-top: 15px;
        text-align: center;
    }
    
    .invest-amount-calc {
        flex-wrap: wrap !important;
        justify-content: center;
    }
    
    .invest-amount-calc .currency-sign {
        margin: 10px 0;
        font-size: 1.25rem;
    }
    
    .invest-amount-calc input {
        font-size: 1.25rem;
        padding: 7px 10px;
        border: 1px solid #e5e5e5;
    }
    
    .invest-amount-calc input,
    .invest-amount-calc p {
        width: 100%;
        text-align: center;
    }
    
    .invest-amount-calc p {
        font-size: 1.15rem;
    }
    
    .risk-level-area .risk-level-list li label {
        font-size: 13px;
    }
    
    .trade-result-area .trade-result-single {
        width: 100%;
    }
    
    .trader-overview-list li {
        width: 50%;
    }
    
    .line-tabs .nav-item .nav-link {
        font-size: 14px;
    }
    
    .details-box {
        padding: 15px;
    }
    
    .account-wrapper .left {
        padding: 20px;
    }
    
    .account-wrapper .left img {
        max-height: 250px;
    }
    
    .noti-dropdown {
        min-width: 275px;
    }
    
    .user-sidebar-bottom {
        padding-top: 15px;
        border-radius: 10px 10px 0 0;
    }
    
    .btn {
        padding: 10px 20px;
    }
    
    .btn,
    .underline-btn {
        font-size: 14px;
    }
    
    .account-app-btn {
        padding: 10px;
        font-size: 13px;
    }
    
    .account-app-btn img {
        max-height: 20px;
    }
    
    .navbar-action .main-btn {
        width: 100%;
    }

    .sidebar-menu {
        max-height: calc(100vh - 300px);
    }
    
    .user-sidebar .user-sidebar-bottom {
        padding-bottom: 120px;
        transition: all 0.3s;
    }
    
    .user-sidebar.bottom-active .user-sidebar-bottom {
        padding-bottom: 72px;
    }
}

@media (max-width: 340px) {
    .user-header .site-logo img {
        max-height: 35px;
    }
}
/* responsive css end */