@import url("https://fonts.googleapis.com/css2?family=Jost:wght@400;500;600&amp;family=Open+Sans&amp;display=swap");

.service--thumb {
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.03);
    padding: 0 30px;
}

.service--thumb img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.service--thumb .tab-item {
    height: 100%;
}

.service-area {
    width: 100%;
}

@media (min-width: 1200px) {
    .service-area {
        padding-left: 50px;
        padding-right: 50px;
        max-width: 660px;
        margin-left: auto;
    }
}

.custom-tab-menu {
    position: relative;
    overflow: hidden;
    padding-right: 95px;
}

.z-index-1 {
    z-index: 1;
}

.custom-tab-menu .tab-menu {
    position: relative;
    z-index: 1;
}

.custom-tab-menu .tab-menu li {
    align-items: center;
    padding: 0;
    margin-bottom: 126px;
    cursor: grab;
}

.custom-tab-menu .tab-menu li .service-icon {
    padding: 5px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid rgba(115, 73, 242, 0.4);
    width: 65px;
    height: 65px;
}

.custom-tab-menu .tab-menu li .service-icon span {
    line-height: 53px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    font-size: 36px;
    background-color: #e3ecfd;
    width: 53px;
    display: inline-block;
    color: #192a56;
}

.custom-tab-menu .tab-menu li .service-content {
    width: calc(100% - 65px);
    padding-left: 30px;
}

.custom-tab-menu .tab-menu li .service-content .title {
    text-transform: uppercase;
    margin: 0;
    margin-bottom: 28px;
}

.custom-tab-menu .tab-menu li.active .service-icon span {
    background: #7349f2;
    color: #ffffff;
    animation-name: fadeIn;
    -webkit-animation-name: fadeIn;
    -moz-animation-name: fadeIn;
    animation-duration: .5s;
    -webkit-animation-duration: .5s;
    -moz-animation-duration: .5s;
}

.custom-tab-menu .tab-menu li:nth-child(1) .service-icon {
    position: relative;
}

.custom-tab-menu .tab-menu li:nth-child(1) .service-icon:after {
    bottom: 50%;
    right: 75%;
    background: #fff;
    width: 50px;
    height: 50px;
    z-index: -1;
}

.custom-tab-menu .tab-menu li:nth-child(3) .service-icon {
    position: relative;
}

.custom-tab-menu .tab-menu li:nth-child(3) .service-icon:after {
    top: 50%;
    right: 70%;
    background: #fff;
    width: 50px;
    height: 50px;
    z-index: -1;
}

.custom-tab-menu .tab-menu li:last-child {
    margin: 3px;
}

.custom-tab-menu .tab-menu li:nth-child(2) {
    -webkit-transform: translateX(95px);
    -ms-transform: translateX(95px);
    transform: translateX(95px);
}

@media (min-width: 992px) and (max-width: 1199px) {
    .custom-tab-menu {
        padding-right: 85px;
    }

    .custom-tab-menu .tab-menu li:nth-child(2) {
        -webkit-transform: translateX(75px);
        -ms-transform: translateX(75px);
        transform: translateX(75px);
    }

    .custom-tab-menu .tab-menu li:nth-child(2) .service-content {
        max-width: 320px;
    }
}

@media (max-width: 991px) {
    .custom-tab-menu .tab-menu li:nth-child(2) {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    .custom-tab-menu {
        padding: 0;
    }

    .how-area {
        padding-right: 30px;
    }
}

@media (max-width: 991px) {
    .custom-tab-menu .tab-menu li {
        margin-bottom: 50px;
    }
}

@media (max-width: 575px) {
    .how-area {
        padding-left: 15px;
        padding-right: 15px;
    }

    .custom-tab-menu .tab-menu li {
        margin-bottom: 40px;
    }

    .custom-tab-menu .tab-menu li .service-icon {
        width: 50px;
        height: 50px;
    }

    .custom-tab-menu .tab-menu li .service-icon span {
        width: 38px;
        height: 38px;
        text-align: center;
        line-height: 38px;
        font-size: 24px;
    }

    .custom-tab-menu .tab-menu li .service-content {
        padding-left: 15px;
        width: calc(100% - 50px);
    }

    .custom-tab-menu .tab-menu li .service-content .title {
        margin-bottom: 20px;
        font-size: 18px;
        font-weight: 600;
    }
}

.custom-tab-menu .tab-menu li:last-child {
    margin: 3px;
}

.custom-tab-menu::after, .custom-tab-menu::before {
    width: 600px;
    height: 600px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    top: -37px;
}

@media (max-width: 1199px) and (min-width: 992px) {
    .custom-tab-menu::after, .custom-tab-menu::before {
        width: 680px;
        height: 680px;
        top: -77px;
    }
}

@media (max-width: 991px) {
    .custom-tab-menu::after, .custom-tab-menu::before {
        display: none;
    }
}

.custom-tab-menu::before {
    right: 75%;
}

.custom-tab-menu::after {
    border: 2px dashed #7349f2;
    right: calc(75% + 4px);
    animation: shape-move 2s linear infinite;
}

.custom-tab-area .tab-area {
    width: 540px;
    height: 540px;
    position: relative;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: rgba(38, 78, 213, 0.102);
    overflow: hidden;
}

.custom-tab-area .tab-area::after, .custom-tab-area .tab-area::before {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: rgba(38, 78, 213, 0.102);
}

.custom-tab-area .tab-area::before {
    width: 468px;
    height: 468px;
}

.custom-tab-area .tab-area::after {
    width: 386px;
    height: 386px;
}

.custom-tab-area .tab-area * {
    position: relative;
    z-index: 1;
}

.custom-tab-area .tab-area .tab-item {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
}

.custom-tab-area .tab-area .tab-item img {
    max-height: 300px;
    max-width: 300px;
    z-index: 99;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.custom-tab-area .tab-area .tab-item.active img {
    visibility: visible;
    opacity: 1;
}

.custom-tab-area .tab-area .tab-item.first {
    animation-name: fadeInUp;
    -webkit-animation-name: fadeInUp;
    -moz-animation-name: fadeInUp;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
}

.custom-tab-area .tab-area .tab-item.second {
    animation-name: fadeInLeft;
    -webkit-animation-name: fadeInLeft;
    -moz-animation-name: fadeInLeft;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
}

.custom-tab-area .tab-area .tab-item.third {
    animation-name: fadeInDown;
    -webkit-animation-name: fadeInDown;
    -moz-animation-name: fadeInDown;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
}

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

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

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

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

@-o-keyframes shape-move {
    0% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }

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

.tab-item {
    display: none;
}

.tab-item:first-child {
    display: block;
}

.custom-tab:nth-child(even) > .row {
    flex-direction: row-reverse;
}

@media (min-width: 992px) {
    .custom-tab:nth-child(even) .custom-tab-menu {
        padding-right: 0;
        padding-left: 95px;
    }

    .custom-tab:nth-child(even) .custom-tab-menu .tab-menu .service-item {
        flex-direction: row-reverse;
    }

    .custom-tab:nth-child(even) .custom-tab-menu .tab-menu .service-item:nth-of-type(2n) {
        -webkit-transform: translateX(-95px);
        -ms-transform: translateX(-95px);
        transform: translateX(-95px);
    }

    .custom-tab:nth-child(even) .custom-tab-menu .tab-menu .service-item .service-content {
        text-align: right;
        padding-left: 0;
        padding-right: 30px;
    }

    .custom-tab:nth-child(even) .custom-tab-menu .tab-menu .service-item:nth-child(1) .service-icon:after {
        left: 75%;
        right: unset;
    }

    .custom-tab:nth-child(even) .custom-tab-menu .tab-menu .service-item:nth-child(3) .service-icon:after {
        left: 75%;
        right: unset;
    }

    .custom-tab:nth-child(even) .custom-tab-menu::before {
        right: unset;
        left: 75%;
    }

    .custom-tab:nth-child(even) .custom-tab-menu::after {
        right: unset;
        left: calc(75% + 4px);
    }
}

@media (max-width: 991px) {
    .service--thumb {
        padding: 0;
        padding-bottom: 40px;
    }
}

.tab-item {
    animation: zoomOutCust .5s;
    -webkit-animation: zoomOutCust .5s;
    -moz-animation: zoomOutCust .5s;
}

@keyframes zoomOutCust {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.bg--body {
    background-color: #fff !important;
}

.bg--section {
    background-color: #f6f9ff !important;
}

.btn--base,
.badge--base,
.bg--base {
    background-color: #7349f2 !important;
}

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

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

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

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

.btn--warning,
.badge--warning,
.bg--warning {
    background-color: #f99f0b !important;
}

.btn--warning {
    color: #192a56 !important;
}

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

.btn--dark,
.badge--dark,
.bg--dark {
    background-color: #192a56 !important;
}

.btn--white,
.badge--white,
.bg--white {
    background-color: #fff !important;
}

[class*="btn--"] {
    color: #fff;
    font-weight: 500;
}

[class*="btn--"]:hover {
    color: #fff;
}

.btn--warning,
.badge--warning,
.btn--white,
.badge--white {
    color: #001933;
}

.btn--warning:hover,
  .badge--warning:hover,
  .btn--white:hover,
  .badge--white:hover {
    color: #001933;
}

.btn--black,
.badge--black,
.bg--black {
    background-color: #000 !important;
}

.btn--title,
.badge--title,
.bg--title {
    background-color: #001933 !important;
}

.btn--1,
.badge--1,
.bg--1 {
    background-color: #7349f2 !important;
}

.text--primary {
    color: #7367f0 !important;
}

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

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

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

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

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

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

.text--white {
    color: #fff !important;
}

.text--white p, .text--white ul li, .text--white ul li a, .text--white span {
    color: #ddd;
}

.text--black {
    color: #000 !important;
}

.text--body {
    color: #504c89 !important;
}

.text--base {
    color: #7349f2;
}

.text--title {
    color: #001933 !important;
}

.text--1 {
    color: #7349f2 !important;
}

.bg--transparent {
    background-color: transparent !important;
}

.bg--none {
    background: none !important;
}

.text--star {
    color: #ffcc00;
}

html {
    font-size: 16px;
    scroll-behavior: smooth;
}

body {
    padding: 0;
    margin: 0;
    font-size: 16px;
    color: #504c89;
    line-height: 26px;
    overflow-x: hidden;
    font-family: "Open Sans", sans-serif;
    background: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 500;
    margin: 0;
    line-height: 1.2;
    color: #001933;
    font-family: "Jost", sans-serif;
}

h1 a,
  h2 a,
  h3 a,
  h4 a,
  h5 a,
  h6 a {
    color: #001933;
}

h1 a:hover,
    h2 a:hover,
    h3 a:hover,
    h4 a:hover,
    h5 a:hover,
    h6 a:hover {
    color: #7349f2;
}

h1 {
    font-size: 42px;
}

h2 {
    font-size: 36px;
    line-height: 46px;
    margin-top: -16px;
}

h3 {
    font-size: 28px;
    line-height: 38px;
    margin-top: -14px;
    font-weight: 600;
}

h4 {
    font-size: 24px;
    line-height: 28px;
    margin-top: -9px;
    font-weight: 600;
}

h5 {
    font-size: 20px;
    line-height: 26px;
    margin-top: -9px;
    font-weight: 600;
}

h6 {
    font-size: 18px;
    margin-top: -7px;
    font-weight: 500;
}

p {
    margin-top: -12px;
}

p:last-child {
    margin-bottom: -7px !important;
}

p a {
    color: #7349f2;
}

p a:hover {
    color: #7349f2;
}

@media (max-width: 575px) {
    p {
        font-size: 16px;
    }
}

@media (min-width: 768px) {
    h1 {
        font-size: 65px;
        line-height: 72px;
        font-weight: 700;
    }

    h2 {
        font-size: 54px;
        line-height: 60px;
        margin-top: -20px;
    }

    h3 {
        font-size: 36px;
        line-height: 46px;
        margin-top: -16px;
    }

    h4 {
        font-size: 28px;
        line-height: 38px;
        margin-top: -14px;
    }

    h5 {
        font-size: 24px;
        line-height: 28px;
        margin-top: -9px;
    }

    h6 {
        font-size: 20px;
        line-height: 26px;
        margin-top: -9px;
    }
}

a {
    display: inline-block;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

a:hover {
    text-decoration: none;
    color: inherit;
}

ul {
    margin: 0;
    padding: 0;
}

ul li {
    list-style: none;
    padding: 5px 0;
}

select,
input,
textarea,
button {
    background-color: #fff;
    border: 1px solid #e1eaff;
    outline: none;
}

select,
input,
textarea {
    width: 100%;
}

textarea {
    height: 200px;
    resize: none;
    padding: 10px;
}

input,
button,
select {
    height: 50px;
    color: #504c89;
}

label,
button,
select {
    cursor: pointer;
}

input {
    background: #f4f4f4;
    border: 1px solid transparent;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding-left: 10px;
}

input:focus {
    border: 1px solid #7349f2;
}

input[type="submit"] {
    cursor: pointer;
    background-color: #7367f0;
    color: #fff;
    font-weight: 700;
    padding: 0;
}

.bg_img {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.right_center {
    background-position: right center;
}

.left_center {
    background-position: left center;
}

.bottom_center {
    background-position: bottom center;
}

.bottom_left {
    background-position: bottom left;
}

.bottom_right {
    background-position: bottom right;
}

.top_center {
    background-position: top center;
}

.top_left {
    background-position: top left;
}

.top_right {
    background-position: top right;
}

.bg_contain {
    background-size: contain;
}

.bg_fixed {
    background-attachment: fixed;
}

.custom-tab-menu .tab-menu li:nth-child(1) .service-icon:after,
.custom-tab-menu .tab-menu li:nth-child(3) .service-icon:after,
.custom-tab-menu::after,
.custom-tab-menu::before,
.custom-tab-area .tab-area .tab-item, .bg--overlay::before, .feature-item .subtitle::before {
    position: absolute;
    content: '';
}

.custom-tab-menu .tab-menu li, .social-icons, .dashboard-item .dashboard-header, .dashboard-item, .custom--card .meta-info, .reply-item, .header-wrapper, .header-wrapper .right-area, .menu, .header-top .header-top-area, .header-top .header-top-area .social, .feature-wrapper, .contact__item, .post__item .post__content .meta__date, .post__share, .widget.widget__tags ul, .widget__post, .post__tag {
    display: flex;
    flex-wrap: wrap;
}

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

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

.pt-60 {
    padding-top: 35px;
}

.pb-60 {
    padding-bottom: 35px;
}

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

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

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

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

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

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

/*Section Header*/
.mb-30-none {
    margin-bottom: -30px !important;
}

.mb-40-none {
    margin-bottom: -40px !important;
}

body *::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
}

body *::-webkit-scrollbar {
    width: 6px;
    height: 4px;
    background-color: #000;
}

body *::-webkit-scrollbar-button {
    background-color: #000;
}

body *::-webkit-scrollbar-thumb {
    background-color: #000000;
}

*::selection {
    background-color: #7349f2;
    color: #fff;
}

.mb-30 {
    margin-bottom: 30px;
}

.bg--overlay {
    position: relative;
}

.bg--overlay::before {
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: rgba(246, 249, 255, 0.8);
}

.mb--50 {
    margin-bottom: -50px;
}

.mb-40 {
    margin-bottom: 40px;
}

.social-icons {
    justify-content: center;
    margin: -3px;
}

.social-icons li {
    padding: 3px;
}

.social-icons li a i {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.social-icons li a i[class*="facebook"] {
    background: #3b5998;
}

.social-icons li a i[class*="whatsapp"] {
    background: #25d366;
}

.social-icons li a i[class*="skype"] {
    background: #2fb7df;
}

.social-icons li a i[class*="youtube"] {
    background: #cd201f;
}

.social-icons li a i[class*="pinterest"] {
    background: #007bb5;
}

.social-icons li a i[class*="vimeo"] {
    background: #1ab7ea;
}

.social-icons li a i[class*="futbol"] {
    background: #db3776;
}

.social-icons li a i[class*="behance"] {
    background: #1769ff;
}

.social-icons li a i[class*="tumblr"] {
    background: #34465d;
}

.social-icons li a i[class*="instagram"] {
    background: #e4405f;
}

.social-icons li a i[class*="google"] {
    background: #dd4b39;
}

.social-icons li a i[class*="linkedin"] {
    background: #007bb5;
}

.social-icons li a i[class*="camera"] {
    background: #e4405f;
}

.social-icons li a i[class*="twitter"] {
    background: #55acee;
}

.social-icons li a:hover i {
    background: #7349f2;
    color: #fff;
}

.word--nobreak {
    white-space: nowrap;
}

.word--break {
    white-space: break-all;
}

a {
    text-decoration: none;
}

strong, b {
    font-family: "Jost", sans-serif;
}

.rtl {
    direction: rtl;
}

.ltr {
    direction: ltr;
}

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

.overlay {
    inset: 0;
    position: fixed;
    background: rgba(0, 25, 51, 0.7);
    z-index: 9;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.overlay.active {
    opacity: 1;
    visibility: visible;
}

.section__header {
    margin-bottom: 30px;
}

@media (min-width: 768px) {
    .section__header {
        margin-bottom: 50px;
    }
}

.section__header p {
    margin-top: 0;
}

.section__header__center {
    text-align: center;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.section__header.text--white .section__title {
    color: #fff;
}

.section__cate {
    color: #7349f2;
    display: block;
    margin-bottom: 25px;
    font-weight: 500;
    text-transform: capitalize;
}

.section__cate::before, .section__cate::after {
    display: inline-block;
    content: "";
    width: 30px;
    height: 2px;
    background-color: #7349f2;
    vertical-align: middle;
}

.section__cate::after {
    margin-left: 20px;
}

.section__cate::before {
    margin-right: 20px;
}

@media (max-width: 575px) {
    .section__cate {
        font-size: 14px;
    }
}

.section__cate.bg--white::before {
    background: #fff;
}

.section__title {
    margin-bottom: 12px;
}

.footer-top {
    padding: 100px 0;
}

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

.footer-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-left: -10px;
    margin-right: -10px;
    margin-bottom: -40px;
}

.footer-wrapper .footer-widget {
    width: 100%;
    max-width: 240px;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 40px;
    color: #504c89;
}

.footer-wrapper .footer-widget .title {
    font-size: 22px;
    margin-bottom: 15px;
}

.footer-wrapper .footer-widget .title::after {
    content: '';
    display: inline-block;
    width: 30px;
    height: 2px;
    margin-left: 10px;
    background: #7349f2;
}

.footer-wrapper .footer-widget .links {
    font-size: 14px;
}

.footer-wrapper .footer-widget .links li {
    padding: 0;
}

.footer-wrapper .footer-widget .links li a {
    color: #504c89;
}

.footer-wrapper .footer-widget .links li a::before {
    content: '\f101';
    font-family: 'Line Awesome Free';
    font-weight: 600;
    color: #7349f2;
    margin-right: 5px;
}

.footer-wrapper .footer-widget .links li a:hover {
    color: #7349f2;
    padding-left: 5px;
}

.footer-wrapper .footer-widget .links li:not(:last-child) {
    margin-bottom: 6px;
}

.footer-wrapper .footer-widget.widget-subscribe {
    max-width: 300px;
}

.footer-wrapper .footer-widget.widget-subscribe p {
    margin: 0;
    margin-bottom: 30px;
}

@media (max-width: 1199px) and (min-width: 992px) {
    .footer-wrapper .footer-widget {
        width: calc(25%);
    }
}

@media (max-width: 991px) and (min-width: 576px) {
    .footer-wrapper .footer-widget {
        width: 50%;
        max-width: 100%;
    }

    .footer-wrapper .footer-widget.widget-subscribe {
        max-width: 100%;
    }
}

@media (max-width: 575px) {
    .footer-wrapper .footer-widget {
        max-width: 200px;
    }
}

.footer-middle-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding-top: 15px;
    padding-bottom: 15px;
    border-top: 1px solid #e1eaff;
}

.footer-middle-wrapper .logo {
    width: 160px;
}

.footer-middle-wrapper .logo a {
    display: block;
}

.footer-middle-wrapper .logo a img {
    width: 100%;
}

.footer-middle-wrapper .cont {
    max-width: calc(100% - 200px);
    font-size: 14px;
    padding: 0 30px 0 60px;
    text-align: right;
}

.footer-middle-wrapper .cont span {
    display: block;
}

@media (max-width: 767px) {
    .footer-middle-wrapper .logo {
        margin: 0 auto;
    }

    .footer-middle-wrapper .cont {
        max-width: 100%;
        width: 100%;
        text-align: center;
        margin-top: 20px;
    }
}

.dashboard-menu {
    background: #fff;
    padding-bottom: 20px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    position: relative;
    box-shadow: 0 0 15px rgba(0, 25, 51, 0.1);
    border: 1px solid #e1eaff;
}

.dashboard-menu .user .title a {
    color: #001933;
}

.dashboard-menu ul li {
    padding: 0;
}

.dashboard-menu ul li a {
    display: block;
    padding: 10px 30px;
    line-height: 1.5;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    font-family: "Jost", sans-serif;
    color: #504c89;
}

.dashboard-menu ul li a i {
    margin-right: 7px;
}

.dashboard-menu ul li a:hover, .dashboard-menu ul li a.active {
    background: rgba(0, 25, 51, 0.1);
    color: #001933;
    border-color: #7349f2;
}

.dashboard-menu .side-sidebar-close-btn {
    right: 25px;
    top: 25px;
    display: none;
}

@media (max-width: 1199px) {
    .dashboard-menu {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        max-width: 300px;
        height: 100vh;
        -webkit-transition: 0.7s ease;
        -moz-transition: 0.7s ease;
        transition: 0.7s ease;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        overflow-y: auto;
        z-index: 9999;
        -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        transform: translateX(-100%);
        background: #192a56;
    }

    .dashboard-menu ul li a {
        color: #ddd;
    }

    .dashboard-menu ul li a:hover, .dashboard-menu ul li a.active {
        background: #fff;
        color: #001933;
    }

    .dashboard-menu.active {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    .dashboard-menu .side-sidebar-close-btn {
        display: block;
        position: absolute;
        right: 10px;
        top: 10px;
        color: #ea5455;
        font-size: 30px;
    }

    .dashboard-menu .user .title a {
        color: #fff;
    }

    .dashboard-menu ul li a {
        color: #fff;
    }

    .dashboard-menu ul li a:hover, .dashboard-menu ul li a.active {
        background: #fff;
        color: #001933;
    }
}

.dashboard-menu .create-accounts {
    font-size: 14px;
    line-height: 1.5;
    color: #fff;
    display: flex;
    flex-wrap: wrap;
}

.dashboard-menu .create-accounts a {
    color: #fff;
}

.user {
    text-align: center;
    padding: 30px;
}
.user .thumb {
    width: 120px;
    height: 120px;
    overflow: hidden;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin: 0 auto 15px;
}

.user .thumb a {
    display: block;
    height: 100%;
}

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

.user .content {
    text-transform: capitalize;
}

.dashboard-item {
    padding: 30px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    position: relative;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
    box-shadow: 0 0 15px rgba(0, 25, 51, 0.1);
    text-align: center;
    border: 1px solid #e1eaff;
    background: #fff;
    align-items: center;
    text-align: left;
}

.dashboard-item .dashboard-header {
    justify-content: center;
    align-items: center;
}

.dashboard-item .dashboard-header .title {
    margin: 0;
    word-break: break-all;
}

.dashboard-item .dashboard-icon {
    width: 50px;
    height: 50px;
    font-size: 30px;
    line-height: 50px;
    text-align: center;
    color: #001933;
    background: #7349f2;
    display: block;
    color: #fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    margin: 0 auto 10px;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.dashboard-item a {
    margin: 0;
    color: rgba(0, 25, 51, 0.9);
}

@media (max-width: 1199px) {
    .user .content .title {
        color: #fff;
    }
}

.dashboard-item * {
    position: relative;
}

.dashboard-item .dashboard-icon {
    margin: 0;
}

.dashboard-item .cont {
    max-width: calc(100% - 60px);
    padding-left: 20px;
}

.dashboard-item .cont .dashboard-header {
    justify-content: flex-start;
}

.dashboard-item .cont .dashboard-header .title {
    font-size: 28px;
    line-height: 1;
}

@media (max-width: 991px) {
    .dashboard-item {
        padding: 20px;
    }
    .dashboard-item .cont .dashboard-header .title {
        font-size: 24px;
    }
}

.dashboard-item:hover {
    background: #7349f2;
}

.dashboard-item:hover .title, .dashboard-item:hover a {
    color: #fff;
}

.dashboard-item:hover .dashboard-icon {
    background: #fff !important;
    color: #7349f2;
}

[class*="badge--"] {
    font-family: "Jost", sans-serif;
}

.d-title {
    text-transform: capitalize;
    margin: 0;
    margin-bottom: 15px;
}

.user-profile {
    max-width: 350px;
}

@media (max-width: 991px) {
    .user-profile {
        margin: 0 auto 30px;
    }
}

.user-profile img {
    width: 100%;
}

.user-profile .thumb {
    position: relative;
    margin: 0 auto -50px;
    max-width: calc(100% - 30px);
    -webkit-border-radius: 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0;
    border-radius: 10px 10px 0 0;
    overflow: hidden;
    height: 220px;
}

.user-profile .thumb img {
    width: 100%;
}

.user-profile .content {
    background: #fff;
    text-align: center;
    padding: 80px 15px 30px;
    -webkit-border-radius: 30px 30px 0 0;
    -moz-border-radius: 30px 30px 0 0;
    border-radius: 30px 30px 0 0;
}

.user-profile .content .title {
    text-transform: capitalize;
    font-weight: 600;
    font-size: 22px;
}

.profile-area {
    padding: 30px;
    border: 1px solid #e1eaff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

@media (max-width: 575px) {
    .profile-area {
        padding: 15px;
        background: transparent;
        border: none;
    }
}

.bg--body .form--control {
    background: #f6f9ff;
}

.bg--body .form--control[readonly] {
    background: #f6f9ff;
}

.mb-20 {
    margin-bottom: 20px;
}

.select-item-2 .select-bar {
    height: 50px;
}

.select-item-2 .select-bar .current {
    line-height: 50px;
}

.select-item-2 .list {
    max-height: 200px;
    overflow-y: auto;
    width: 100%;
}

.custom--card {
    border: 1px solid #e1eaff;
    box-shadow: 0 0 15px rgba(0, 25, 51, 0.1);
}

.custom--card .card-header, .custom--card .card-footer {
    border: none;
    background: #f6f9ff;
    padding: 10px 15px;
    text-align: center;
}

.custom--card .card-header *, .custom--card .card-footer * {
    margin: 0;
}

.custom--card .card-header {
    background: #192a56;
}

.custom--card .card-header .title {
    color: #fff;
}

.custom--card .card-body {
    border: none;
}

.custom--card .card-body img {
    width: 100%;
}

.custom--card button.form--control {
    background: #7349f2;
    border: none;
    color: #fff !important;
}

.custom--card .form--control[readonly] {
    background: #f6f9ff !important;
}

.two-factor-content {
    padding: 20px;
}

.two-factor-content .two__fact__text {
    margin-bottom: 25px;
}

@media (max-width: 575px) {
    .two-factor-content {
        padding: 0;
    }
}

.subtitle--bordered {
    margin: 0;
    margin-bottom: 35px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e1eaff;
}

.chart--size {
    width: 100%;
    height: 400px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
    border: 1px solid #e1eaff;
    padding-top: 30px;
    background: #f6f9ff;
}

@media (max-width: 1399px) {
    .chart--size {
        height: 350px;
    }
}

@media (max-width: 1199px) {
    .chart--size {
        height: 250px;
    }
}

.badge {
    font-weight: 400;
    padding: 4px 10px;
    display: inline-block;
    font-size: 12px;
    line-height: 1;
}

.dashboard-menu-open {
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    margin-left: auto;
    background: #7349f2;
    color: #fff;
    font-size: 30px;
    margin-bottom: 15px;
    border-radius: 4px;
}

.custom--card .meta-info {
    justify-content: space-between;
    padding: 10px 10px 0;
}

.custom--card .meta-info .item {
    margin-bottom: 10px;
    color: #001933;
    font-weight: 500;
    font-family: "Jost", sans-serif;
}

.deposit-group {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px;
}

.deposit-group .input-group {
    width: calc(100% - 200px);
}

.deposit-group .deposit--label {
    max-width: 200px;
    font-family: "Jost", sans-serif;
}

@media (max-width: 767px) {
    .deposit-group .input-group {
        width: calc(100% - 160px);
    }

    .deposit-group .deposit--label {
        max-width: 160px;
    }
}

@media (max-width: 575px) {
    .deposit-group .input-group,
    .deposit-group .deposit--label {
        width: 100%;
    }

    .deposit-group .deposit--label {
        margin-bottom: 10px;
    }
}

.form--control {
    background: #f6f9ff;
    height: 52px;
    box-shadow: none !important;
    outline: none !important;
}

.form--control[readonly] {
    background: #fff !important;
}

textarea.form--control {
    height: 120px;
}

.bg--section .form--control {
    background: #fff;
}

.bg--section .form--control[readonly] {
    background: #fff !important;
}

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

.form--label {
    text-transform: capitalize;
    font-weight: 500;
    font-family: "Jost", sans-serif;
    margin-bottom: 10px;
}

select.form--control {
    appearance: auto;
}

.select-bar.form--control {
    border: 1px solid #e1eaff;
    width: 100%;
    margin: 0;
}

.select-bar.form--control::after {
    border-color: #001933;
}

.form--control .current {
    color: #001933;
    font-family: "Jost", sans-serif;
}

.form--control[type="file"] {
    height: unset;
    line-height: 50px;
    padding: 0 10px;
}

.remove-image {
    position: absolute;
    right: 25px;
    top: 10px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #ea5455;
    color: #fff;
    border-radius: 3px;
    display: none;
    z-index: 9;
    cursor: pointer;
}

.user-profile {
    position: relative;
}

.two-factor-scan {
    width: 180px;
    margin-left: auto;
    margin-right: auto;
}

.change-wrapper {
    padding: 40px;
    border: 1px solid #e1eaff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

@media (max-width: 575px) {
    .change-wrapper {
        padding: 20px;
    }
}

.change-wrapper,
.profile-area {
    box-shadow: 0 0 15px rgba(0, 25, 51, 0.1);
}

.widget__ticket {
    background: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 30px;
    box-shadow: 0 0 15px rgba(0, 25, 51, 0.1);
}

.widget__ticket-title {
    margin: 0;
    margin-bottom: 25px;
}

.widget__ticket-title::after {
    content: "";
    display: block;
    width: 50px;
    height: 2px;
    background: #7349f2;
}

.widget__ticket .track-form .form-control {
    height: 50px;
    box-shadow: none;
    padding: 0 15px;
    font-size: 14px;
}

.widget__ticket .track-form .cmn--btn {
    height: 45px;
    width: 100%;
}

.widget__ticket:not(:last-child) {
    margin-bottom: 1.5rem;
}

@media screen and (max-width: 450px) {
    .widget__ticket {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.form--group {
    margin-bottom: 20px;
}

.form--label {
    margin-bottom: 10px;
}

.reply-item {
    padding: 20px 0;
    border: 1px solid rgba(255, 255, 255, 0.1);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    align-items: center;
    margin: 10px;
    background: #f6f9ff;
}

.reply-item .name-area {
    padding: 20px;
    width: 220px;
    text-align: center;
}

.reply-item .name-area .title {
    margin: 0;
    font-size: 18px;
}

.reply-item .name-area .reply-thumb {
    width: 80px;
    height: 80px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto 15px;
}

.reply-item .name-area .reply-thumb img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.reply-item .content-area {
    width: calc(100% - 220px);
    padding: 20px;
    border-left: 1px solid rgba(0, 25, 51, 0.1);
}

.reply-item .content-area .meta-date {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 20px;
    display: block;
}

@media (max-width: 767px) {
    .reply-item {
        padding: 0;
    }

    .reply-item .name-area, .reply-item .content-area {
        width: 100%;
        border: none;
    }

    .reply-item .name-area {
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }
}

.reply-message-area {
    margin: -10px;
}

.reply-message-area li {
    padding: 0;
}

.reply-message-area li ul {
    padding-left: 20px;
}

@media (min-width: 768px) {
    .reply-message-area li ul {
        padding-left: 50px;
    }
}

.bg--section .reply-item {
    background: #fff;
}

.modal-title {
    margin: 0;
}

.header-wrapper {
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 20px 0;
}

@media (max-width: 991px) {
    .header-wrapper {
        justify-content: initial;
    }
}
 
.header-wrapper .logo {
    width: 200px;
    max-height: 80px;
}

.header-wrapper .logo a {
    display: block;
}

.header-wrapper .logo img {
    max-width: 100%;
    max-height: 100%;
}

.header-wrapper .right-area {
    align-items: center;
}

.header-wrapper .right-area .cmn--btn {
    padding: 0 15px;
    line-height: 40px;
    font-size: 14px;
    margin: 5px;
    border-color: transparent;
    border-radius: 4px;
    font-family: "Jost", sans-serif;
    font-weight: 500;
    text-transform: capitalize;
    background: #7349f2;
}

.header-wrapper .right-area .cmn--btn:hover {
    border-color: #7349f2;
    color: #fff;
    border-color: rgba(255, 255, 255, 0.19);
}

@media screen and (max-width: 450px) {
    .header-wrapper .logo {
        width: 130px;
    }

    .header-wrapper .right-area .cmn--btn {
        font-size: 12px;
        line-height: 32px;
        padding: 0 12px;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;
    }

    .header-wrapper .right-area .select-bar .current {
        font-size: 12px;
    }

    .header-wrapper .header-bar {
        margin-right: 0;
    }
}

header {
    z-index: 999;
}

.menu {
    font-family: "Jost", sans-serif;
    font-weight: 500;
}

.menu li {
    padding: 0;
}

.menu li a {
    padding: 5px 15px;
    font-weight: 500;
    color: #fff;
}
.menu li a.active {
    color: #7349f2;
}

@media (min-width: 992px) {
    .menu li .submenu {
        position: absolute;
        top: calc(100% + 10px);
        left: 0;
        min-width: 220px;
        background: #f6f9ff;
        -webkit-transition: all ease 0.3s;
        -moz-transition: all ease 0.3s;
        transition: all ease 0.3s;
        opacity: 0;
        visibility: hidden;
    }

    .menu li .submenu li a {
        display: flex;
        justify-content: space-between;
        padding: 5px 20px;
        border-bottom: 1px solid rgba(0, 25, 51, 0.09);
        font-weight: 400;
        color: #001933;
    }

    .menu li .submenu li .submenu {
        left: 100%;
        top: 10px;
    }

    .menu li .submenu li:hover > .submenu {
        top: 0;
    }

    .menu li .submenu li:hover > a {
        background: #7349f2;
        color: #fff;
        padding-left: 22px;
    }

    .menu li:hover > .submenu {
        top: 100%;
        visibility: visible;
        opacity: 1;
    }
}

@media (max-width: 991px) {
    .menu {
        width: 100%;
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 9;
        background: #f6f9ff;
        overflow: auto;
        max-height: calc(100vh - 100px);
        -webkit-transition: all ease 0.3s;
        -moz-transition: all ease 0.3s;
        transition: all ease 0.3s;
        -webkit-transform: scaleY(0);
        -ms-transform: scaleY(0);
        transform: scaleY(0);
        transform-origin: top;
        display: block;
    }

    .menu.active {
        -webkit-transform: scaleY(1);
        -ms-transform: scaleY(1);
        transform: scaleY(1);
    }

    .menu li {
        padding: 0;
        border-bottom: 1px solid transparent;
    }

    .menu li.open ul li:last-child {
        border-color: rgba(0, 25, 51, 0.1);
    }

    .menu li a {
        display: flex;
        color: #001933;
        justify-content: space-between;
        border-bottom: 1px solid rgba(0, 25, 51, 0.1);
        padding: 5px 20px;
        font-size: 16px;
    }

    .menu li:last-child > a {
        border: none;
    }

    .menu li .submenu {
        padding-left: 20px;
        display: none;
    }

    .menu li .submenu li a {
        font-size: 14px;
    }

    .menu li .cmn--btn {
        border: 1px solid rgba(0, 25, 51, 0.09) !important;
        font-size: 14px;
        line-height: 40px;
        justify-content: center;
        color: #fff;
    }

    .menu li .cmn--btn:hover {
        color: #7349f2;
    }
}

@media (min-width: 992px) {
    .menu {
        margin-left: auto;
    }
}

.header-section {
    position: relative;
}

.header-section .header-bottom {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    z-index: 99;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.header-section.active .header-bottom{
    background: #001933;
    top: 0;
    position: fixed;
    animation: fadeInDown 1s;
    -webkit-animation: fadeInDown 1s;
    -moz-animation: fadeInDown 1s;
}

.footer-middle{
    background: #001933;
}

@media (max-width: 575px) {
    .header-section .nice-select {
        line-height: 35px;
    }
}

.menu-item-has-children {
    position: relative;
    z-index: 999 !important;
}

.menu-item-has-children > a {
    align-items: center;
}

.menu-item-has-children > a::after {
    content: "\f107";
    font-weight: 600;
    font-family: "Line Awesome Free";
    margin-left: 5px;
}

@media (min-width: 992px) {
    .menu-item-has-children.open .submenu {
        display: block !important;
    }

    .menu-item-has-children .submenu {
        display: block !important;
    }
}

.header-bar {
    position: relative;
    cursor: pointer;
    width: 25px;
    height: 20px;
}

@media (min-width: 576px) {
    .header-bar {
        margin-right: 20px;
    }
}

@media (min-width: 992px) {
    .header-bar {
        display: none;
    }
}

.header-bar span {
    position: absolute;
    display: inline-block;
    height: 3px;
    width: 100%;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
    background-color: #fff;
    left: 0;
}

.header-bar span:first-child {
    top: 0;
}

.header-bar span:nth-child(2) {
    top: 52%;
    transform: translateY(-65%);
}

.header-bar span:last-child {
    bottom: 0;
}

.header-bar.active span:first-child {
    -webkit-transform: rotate(45deg) translate(3px, 9px);
    -ms-transform: rotate(45deg) translate(3px, 9px);
    transform: rotate(45deg) translate(3px, 9px);
}

.header-bar.active span:nth-child(2) {
    opacity: 0;
}

.header-bar.active span:last-child {
    -webkit-transform: rotate(-45deg) translate(3px, -9px);
    -ms-transform: rotate(-45deg) translate(3px, -9px);
    transform: rotate(-45deg) translate(3px, -9px);
}

@media (max-width: 767px) {
    .header-bar {
        margin-left: 0;
    }
}

.header-top {
    background: #7349f2;
}

.header-top * {
    color: #fff;
}

.header-top .header-top-area {
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
}

.header-top .header-top-area li {
    padding: 0;
}

.header-top .header-top-area .social li a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    text-align: center;
    border-right: 1px solid rgba(255, 255, 255, 0.302);
    font-size: 20px;
}

.header-top .header-top-area .social li:first-child a {
    border-left: 1px solid rgba(255, 255, 255, 0.302);
}

.header-top .header-top-area .mail {
    padding: 5px 10px;
    min-height: 40px;
    border-left: 1px solid rgba(255, 255, 255, 0.302);
    align-items: center;
    display: flex;
    flex-wrap: wrap;
}

.header-top .header-top-area .mail i {
    margin-right: 7px;
}

.header-top .header-top-area .mail:last-child {
    border-right: 1px solid rgba(255, 255, 255, 0.302);
}

@media (max-width: 767px) {
    .header-top .header-top-area {
        padding: 10px 0;
    }

    .header-top .header-top-area .mail {
        border: none;
    }

    .header-top .header-top-area .mail:last-child {
        border: none;
    }

    .header-top .header-top-area .social {
        justify-content: center;
    }

    .header-top .header-top-area .social li a {
        border: none !important;
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 16px;
    }

    .header-top .header-top-area > li {
        flex-grow: 1;
        text-align: center;
        justify-content: center;
    }
}

.select-bar {
    margin: 0 15px;
    background: transparent;
    display: block;
    border-radius: 5px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: #fff;
    padding: 0 20px 0 10px;
}

.select-bar:not(.form--control) {
    height: 40px;
}

.select-bar.form--control {
    line-height: 50px;
}

@media (max-width: 575px) {
    .select-bar {
        margin: 0 5px;
        height: 35px;
    }
}

@media (max-width: 991px) {
    .select-bar {
        margin-left: auto;
    }
}

.header-lang select {
    background-color: transparent;
    color: #fff;
    padding: 5px 10px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    font-size: 14px;
    height: 42px;
    border-radius: 3px;
}
.header-lang select option {
    color: #363636;
}

.select-bar .list {
    max-height: 200px;
    overflow-y: auto;
    background: #f6f9ff;
    color: #001933;
}

.select-bar .list .option {
    padding-top: 0;
    padding-bottom: 0;
}

.header-search-bar {
    font-size: 20px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    cursor: pointer;
}

@media (max-width: 575px) {
    .header-search-bar {
        width: 30px;
        text-align: right;
    }
}

.header-search-bar i[class*="times"] {
    color: #ea5455;
}

.header-search-form {
    display: none;
    max-width: 300px;
}

.header-search-form .form-control {
    box-shadow: none;
    outline: none;
    background: #192a56;
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #fff;
    font-size: 14px;
}

.header-search-form .btn {
    box-shadow: none;
    outline: none;
}

@media (max-width: 1199px) {
    .header-search-form {
        position: absolute;
        right: 40px;
        top: 50%;
        z-index: 999;
        margin-top: -25px;
        width: 100%;
    }
}

@media (max-width: 575px) {
    .header-search-form {
        max-width: 250px;
    }
}

.banner__wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 1;
}

.banner__wrapper .banner__content {
    max-width: 620px;
    width: 100%;
}

.banner__wrapper .banner__thumb {
    width: calc(100% - 700px);
}

.banner__wrapper .banner__thumb img {
    max-width: 720px;
}

@media (max-width: 991px) {
    .banner__wrapper .banner__content {
        max-width: 100%;
        text-align: center;
    }

    .banner__wrapper .banner__thumb {
        width: 100%;
        max-width: 580px;
        margin: 50px auto 0;
    }

    .banner__wrapper .banner__thumb img {
        width: 100%;
        max-width: 100%;
    }
}

.banner__content-title {
    color: #fff;
    font-size: 50px;
    margin-bottom: 30px;
}

.banner__content-txt {
    color: #ddd;
}

.banner__content .btn__grp {
    margin-top: 40px;
}

.banner__content .btn__grp .cmn--btn {
    position: relative;
}

.banner__content .btn__grp .cmn--btn:not(:last-child) {
    margin-right: 30px;
}

.banner__content .btn__grp .cmn--btn:hover {
    color: #fff;
}

.banner__content .btn__grp .video__button {
    position: relative;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

@media (min-width: 768px) {
    .banner__content {
        font-size: 18px;
    }
}

@media (max-width: 767px) {
    .banner__content-title {
        font-size: 36px;
    }
}

@media (max-width: 575px) {
    .banner__content-title {
        font-size: 32px;
    }
}

.particles-js {
    position: absolute !important;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.particles-js div {
    display: none;
}

.banner-section {
    overflow: hidden;
    padding: 260px 0 220px;
    position: relative;
}

@media (max-width: 1199px) {
    .banner-section {
        padding: 240px 0 200px;
    }
}

@media (max-width: 1199px) and (min-width: 768px) and (max-width: 991px) {
    .banner-section {
        padding-top: 230px;
    }
}

@media (max-width: 767px) {
    .banner-section {
        padding: 200px 0 160px;
    }
}

.banner-section::before {
    content: '';
    inset: 0;
    position: absolute;
    background: #001933;
    background: radial-gradient(circle, rgba(0, 25, 51, 0.83) 0%, #001933 100%);
}

.crp__item {
    padding: 30px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #fff;
    box-shadow: rgba(103, 113, 133, 0.2) 0.75rem 1.5rem 4rem 0rem;
}

.crp__item .crp__top {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.crp__item .crp__top .thumb {
    margin-right: auto;
}

.crp__item .crp__top .thumb img {
    width: 40px;
}

.crp__item .crp__top .buy-trade {
    display: flex;
    margin: -5px;
    align-items: center;
}

.crp__item .crp__top .buy-trade a {
    font-size: 14px;
    color: #7349f2;
    background: rgba(115, 73, 242, 0.2);
    font-weight: 500;
    text-transform: capitalize;
    margin: 5px;
    padding: 2px 15px;
    font-family: "Jost", sans-serif;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.crp__item .crp__top .buy-trade a:nth-child(2) {
    color: #28c76f;
    background: rgba(40, 199, 111, 0.2) !important;
}

.crp__item .price {
    font-size: 15px;
}

@media (max-width: 1199px) and (min-width: 992px) {
    .crp__item {
        padding: 20px 15px;
    }
}

@media (max-width: 767px) and (min-width: 576px) {
    .crp__item {
        padding: 20px 15px;
    }
}

.mt--80 {
    margin-top: -100px;
    position: relative;
}

.gradient--bg {
    position: relative;
}

.gradient--bg::before {
    content: '';
    inset: 0;
    position: absolute;
    background: #001933;
    background: radial-gradient(circle, rgba(0, 25, 51, 0.8) 0%, #001933 100%);
}

.gradient--bg > div {
    position: relative;
}

.hero-section {
    text-align: center;
    padding: 200px 0 90px;
}

.banner__thumb {
    position: absolute;
    bottom: 75px;
    right: calc(50% + 500px);
}

.banner__thumb img {
    max-width: 400px;
}

@media (max-width: 1399px) {
    .banner__thumb {
        right: calc(50% + 300px);
    }
}

.feature-item .subtitle {
    margin: 0;
    margin-bottom: 16px;
    position: relative;
    text-transform: capitalize;
}

.feature-item:last-child {
    margin-bottom: 0;
    min-height: 0;
}
.feature-item {
    padding: 30px;
    box-shadow: rgb(103 113 133 / 10%) 0 0 15px;
    height: 100%;
    border-radius: 5px;
    display: flex;
    align-items: center;
    line-height: 1.5;
    font-size: 15px;
    background: #fff;
}

.feature-item .icon {
    font-size: 50px;
    line-height: 50px;
    width: 50px;
    color: #7349f2;
}
.feature-item .cont {
    width: calc(100% - 50px);
    padding-left: 30px;
}
@media screen and (min-width:1200px) {
    .feature-item .cont p {
        max-width: 250px
    }   
}
@media screen and (min-width:1200px) and (max-width: 1399px) {
    .feature-item {
        padding-left: 20px;
        padding-right: 20px;
    }
    .feature-item .icon {
        font-size: 50px;
        width: 50px;
    }
    .feature-item .cont {
        width: calc(100% - 50px);
        padding-left: 20px;
    }
}
@media screen and (max-width: 991px) {
    .feature-item {
        padding-left: 20px;
        padding-right: 20px;
    }
    .feature-item .icon {
        font-size: 50px;
        width: 50px;
    }
    .feature-item .cont {
        width: calc(100% - 50px);
        padding-left: 20px;
    }
}
@media screen and (max-width: 375px) {
    .feature-item {
        padding-left: 15px;
        padding-right: 15px;
    }
    .feature-item .cont {
        padding-left: 10px;
    }
}
.cta-section {
    padding: 100px 0;
}

.cta-wrapper {
    text-align: center;
}

.service-section {
    overflow: hidden;
}

.faq__item .faq__title {
    cursor: pointer;
    padding-right: 45px;
    position: relative;
}

.faq__item .faq__title .title {
    line-height: 1.2;
}

.faq__item .faq__title .right--icon {
    position: absolute;
    top: 50%;
    right: 0;
}

.faq__item .faq__title .right--icon::before, .faq__item .faq__title .right--icon::after {
    right: 0;
    position: absolute;
    content: '';
    width: 20px;
    height: 2px;
    background: #001933;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.faq__item .faq__title .right--icon::before {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.faq__item:not(:last-child) {
    border-bottom: 1px solid #e1eaff;
    padding-bottom: 20px;
}

.faq__item:not(:first-child) {
    padding-top: 20px;
}

.faq__item .faq__title .title {
    margin: 0;
}

.faq__item .faq__content {
    display: none;
    padding-top: 25px;
    padding-bottom: 5px;
}

.faq__item .faq__content p:not(:last-child) {
    margin-bottom: 20px;
}

.faq__item.open .faq__title .title {
    color: #7349f2;
}

.faq__item.open .faq__title .right--icon::before {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    background: #7349f2;
    z-index: 1;
}

.faq__item.active .faq__content {
    display: block;
}

.rtl {
    direction: rtl;
}

.faq--thumb {
    margin: 0 auto;
    max-width: 600px;
}

.faq--thumb img {
    width: 100%;
}

@media (max-width: 1199px) {
    .faq--thumb img {
        width: 120%;
    }
}

@media (max-width: 991px) {
    .faq--thumb {
        max-width: 500px;
    }

    .faq--thumb img {
        width: 100%;
    }
}

.counter__item {
    padding: 37px 30px;
    background: #fff;
    height: 100%;
    position: relative;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    box-shadow: rgb(103 113 133 / 10%) 0 0 15px;
}

.counter__item .counter__header {
    display: flex;
}

.counter__item .counter__header .title {
    margin: 0;
}

.counter__item .icon {
    font-size: 60px;
    line-height: 1;
    position: absolute;
    bottom: 20px;
    right: 20px;
    opacity: .4;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.counter__item p {
    margin: 0;
}

.counter__item:hover {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
}

.counter__item:hover .icon {
    color: #7349f2;
    opacity: 1;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.user__item .user__thumb {
    width: 70px;
    height: 70px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid #7349f2;
    margin: 15px auto 0;
}

.user__item .user__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.user__item .user__content {
    padding: 30px;
    box-shadow: 0 0 5px rgba(0, 25, 51, 0.1);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #e5e5e5;
    position: relative;
    text-align: center;
    background: #fff;
}

.user__item .user__content::before {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    top: 100%;
    left: 50%;
    margin-left: -10px;
    background: #fff;
    clip-path: polygon(0 0, 50% 100%, 100% 0);
    -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
}

.user__item .user__content .title {
    margin: 0;
    margin-bottom: 5px;
}

.user__item .user__content .amount {
    font-weight: 500;
    font-family: "Jost", sans-serif;
    font-size: 20px;
    line-height: 1;
    color: #7349f2;
}

.cmn--table {
    text-align: center;
}

.see-more-less {
    position: relative;
    cursor: pointer;
}

.see-more-less span {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all 0.3s linear;
}

@media (max-width: 991px) {
    .see-more-less span {
        display: block;
        -webkit-line-clamp: initial;
        -webkit-box-orient: initial;
        overflow: visible;
        text-overflow: initial;
    }
}

.see-more-less.active span {
    display: block;
    -webkit-line-clamp: initial;
    -webkit-box-orient: initial;
    overflow: visible;
    text-overflow: initial;
}


.see-more-less.active span::after {
    content: '..Less';
    color: #7349f2;
}

.see-more-less::after {
    position: absolute;
    content: '...More';
    color: #7349f2;
    bottom: 35px;
    right: 6px;
    background-color: #fff;
}

.see-more-less.active::after {
    bottom: 0;
    content: 'Less';
    display: none;
}

@media (max-width: 991px) {
    .see-more-less::after,
    .see-more-less.active span::after {
        display: none;
    }
}

.cmn--table thead th {
    background: #7349f2;
    font-family: "Jost", sans-serif;
    text-align: center;
    border: none !important;
    color: #fff;
    padding: 1rem .5rem .9rem;
    font-weight: 500;
    text-transform: capitalize;
}

.cmn--table thead th:not(:last-child) {
    border-right: 1px solid rgba(255, 255, 255, 0.3) !important;
}

.cmn--table .thumb img {
    width: 25px;
    height: 25px;
    object-fit: contain;
}

.cmn--table .price {
    color: #28c76f;
}

.cmn--table tbody tr td {
    vertical-align: middle;
    border: 1px solid #e1eaff;
    font-size: 14px;
}

@media (min-width: 992px) {
    .cmn--table tbody tr {
        box-shadow: 0 0 5px rgba(0, 25, 51, 0.05);
        border: none;
    }

    .cmn--table tbody tr td {
        border-bottom: none;
        border-top: none;
    }

    .cmn--table tbody tr td:last-child {
        border-right: none;
    }

    .cmn--table tbody tr td:first-child {
        border-left: none;
    }

    .cmn--table tr.d-block {
        height: 15px;
        box-shadow: none;
    }
}
@media (max-width: 991px) {
    .cmn--table thead {
        display: none;
    }

    .cmn--table tbody tr {
        display: block;
    }

    .cmn--table tbody tr td {
        display: block;
        border-bottom: none;
        padding-left: 120px;
        position: relative;
    }
    .cmn--table tbody tr td {
        text-align: right;
    }

    .cmn--table tbody tr td::before {
        position: absolute;
        content: attr(data-label);
        font-weight: 700;
        font-family: "Jost", sans-serif;
        color: #001933;
        left: 10px;
        top: 10px;
    }

    .cmn--table tbody tr:last-child {
        border-bottom: 1px solid #e1eaff;
    }

    .cmn--table tbody tr:nth-of-type(4n + 1) {
        background: #f6f9ff;
    }
}

.badge {
    font-family: "Jost", sans-serif;
}

.crypto-name {
    display: flex;
    align-items: center;
    padding: 5px;
}

@media (min-width: 992px) {
    .crypto-name {
        padding: 7px 25px;
        max-width: 240px;
        margin: 0 auto;
    }
}

.crypto-name .thumb img {
    width: 30px;
}

.crypto-name h6 {
    font-size: 16px;
    padding-left: 10px;
    max-width: calc(100% - 30px);
}

.client-thumb {
    direction: rtl;
}

.client-thumb img {
    max-width: 920px;
}

@media (max-width: 1199px) {
    .client-thumb img {
        max-width: 800px;
    }
}

@media (max-width: 991px) {
    .client-thumb {
        margin-bottom: 40px;
    }

    .client-thumb img {
        width: 100%;
    }
}

@media (max-width: 991px) {
    .pt-max-lg-0 {
        padding-top: 0 !important;
    }
}

.client__item blockquote {
    font-family: "Jost", sans-serif;
    font-size: 18px;
    margin-bottom: 30px;
    position: relative;
}

.client__item blockquote::after {
    content: '\f10e';
    font-family: "Line Awesome Free";
    font-weight: 700;
    font-size: 50px;
    line-height: 1;
    top: calc(100% + 20px);
    right: 0;
    position: absolute;
    color: #7349f2;
}

.client__item .author span {
    font-size: 14px;
}

.owl-dots {
    display: flex;
    flex-wrap: wrap;
    margin: -3px;
    margin-top: 25px;
}

.owl-dots .owl-dot {
    width: 15px;
    height: 15px;
    margin: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.owl-dots .owl-dot.active {
    background: #7349f2;
}

.owl-dots .owl-dot span {
    display: block;
    width: 4px;
    height: 4px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #7349f2;
}

.newsletter-wrapper {
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.newsletter-wrapper .section__header {
    margin: 0;
    width: calc(100% - 540px);
}

.newsletter-wrapper .subscribe-form {
    margin: 0;
    width: 540px;
}

.newsletter-section {
    padding: 30px 0;
}

.subscribe-form {
    position: relative;
}

.subscribe-form .form-control {
    height: 60px;
    border-radius: 35px;
    padding: 0 200px 0 25px;
    box-shadow: none;
    outline: none;
    border: none;
    background: #fff;
}

.subscribe-form .cmn--btn {
    height: 50px;
    position: absolute;
    top: 5px;
    right: 5px;
    font-size: 14px;
    border-radius: 25px;
}

.account-section {
    height: 100vh;
    overflow-y: auto;
}

.account__section-wrapper {
    display: flex;
    flex-wrap: wrap;
    min-height: 100vh;
    justify-content: space-between;
}

.account__section-wrapper .account__section-content {
    width: 100%;
    max-width: 500px;
    padding: 80px 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    border-left: 1px solid rgba(255, 255, 255, 0.1);
}

.account__section-wrapper .account__section-content .section__header .section__title {
    display: flex;
    align-items: flex-end;
}

.account__section-wrapper .account__section-content .section__header .section__title::after {
    display: inline-block;
    content: '';
    height: 2px;
    width: 40px;
    background: #7349f2;
    margin-top: 10px;
}

@media screen and (max-width: 390px) {
    .account__section-wrapper .account__section-content {
        padding: 50px 30px;
    }
}

.account__section-wrapper .account__section-content.account__section-content-reg {
    max-width: 600px;
}

.account__section-wrapper .account__section-content .logo {
    max-width: 300px;
}

.account__section-wrapper .account__section-content .logo a {
    display: block;
    height: 60px;
}

.account__section-wrapper .account__section-content .logo a img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: left;
}

.account__section-wrapper .account__section-thumb {
    flex-grow: 1;
}

.account__section-wrapper .account__section-thumb .logo {
    margin: 0 auto;
    padding: 30px;
    max-width: 300px;
}

.account__section-wrapper .account__section-thumb .logo a {
    display: block;
    height: 60px;
}

.account__section-wrapper .account__section-thumb .logo a img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.form--label-2 {
    text-transform: capitalize;
    font-family: "Jost", sans-serif;
    color: #fff;
    display: block;
    margin-bottom: 0;
}

.form--control-2 {
    background: transparent;
    border: none;
    border-radius: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    color: #fff;
    padding: 0;
    height: 30px;
}

.form--control-2::placeholder {
    color: #fff;
}

.form--control-2:focus {
    background: transparent;
    border: none;
    border-bottom: 1px solid rgba(115, 73, 242, 0.8);
    outline: none;
    box-shadow: none;
    color: #fff;
}

.or {
    margin: 35px 0;
    color: #fff;
    font-family: "Jost", sans-serif;
    text-transform: uppercase;
    position: relative;
    text-align: center;
}

.or::before {
    position: absolute;
    content: '';
    top: 50%;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.2);
    height: 1px;
}

.or span {
    padding: 10px;
    position: relative;
    z-index: 1;
}

.sponsor-item {
    padding: 30px;
    background: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.sponsor-item img {
    width: 100%;
    height: 60px;
    object-fit: contain;
}

.sponsor-section {
    padding: 80px 0;
}

.hero-content .title {
    text-transform: capitalize;
}

.contact__wrapper__1, .contact__wrapper__2 .contact__wrapper__2_inner {
    padding: 50px 30px 30px;
    border: 1px solid #e1eaff;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}

@media screen and (max-width: 400px) {
    .contact__wrapper__1, .contact__wrapper__2 .contact__wrapper__2_inner {
        padding: 30px 15px 15px;
    }
}

.contact__wrapper__1 {
    width: 100%;
}

@media (min-width: 992px) {
    .contact__wrapper__1 {
        max-width: 900px;
        padding-right: 300px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .contact__wrapper__1 {
        max-width: 800px;
    }
}

@media (max-width: 991px) {
    .contact__wrapper__1 {
        margin-bottom: 40px;
    }
}

.contact__wrapper__1.contact--wrapper--full {
    padding: 50px 30px 30px;
    margin: 0 auto;
}

@media screen and (max-width: 400px) {
    .contact__wrapper__1.contact--wrapper--full {
        padding: 30px 15px 15px;
    }
}

.contact__wrapper__2 {
    width: 100%;
}

@media (min-width: 992px) {
    .contact__wrapper__2 {
        position: relative;
        z-index: 1;
        width: calc(100% - 900px);
    }

    .contact__wrapper__2 .contact__wrapper__2_inner {
        margin-left: -270px;
        margin-top: 270px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .contact__wrapper__2 {
        width: calc(100% - 800px);
    }
}

@media (max-width: 991px) {
    .contact__wrapper__2 .contact__wrapper__2_inner {
        background: #fff !important;
    }

    .contact__wrapper__2 .contact__wrapper__2_inner.bg--body {
        background: #f6f9ff !important;
    }
}

.nice-select .current {
    font-family: "Jost", sans-serif;
    font-size: 16px;
}

.nice-select .list {
    min-width: 100%;
    background: #fff;
}

.maps iframe {
    width: 100%;
    height: 510px;
}

@media (max-width: 767px) {
    .maps iframe {
        height: 400px;
    }
}

@media (max-width: 575px) {
    .maps iframe {
        height: 300px;
    }
}

.contact__item {
    height: 100%;
    padding: 32px 30px;
    border: 1px solid #e1eaff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    align-items: center;
    word-break: break-word;
}

.contact__item .contact__icon {
    width: 70px;
    height: 70px;
    text-align: center;
    line-height: 70px;
    border: 1px solid #e1eaff;
    background: #fff;
    font-size: 24px;
    color: #7349f2;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.contact__item .contact__body {
    width: calc(100% - 70px);
    padding-left: 20px;
}

.contact__item .contact__body .contact__title {
    margin: 0;
    margin-bottom: 5px;
}

.contact__item .contact__body a {
    color: #7349f2;
}

.contact__item .contact__info li {
    padding: 0;
}

.contact__item .contact__info li:not(:last-child) {
    margin-bottom: 10px;
}

@media (max-width: 575px) {
    .contact__item {
        padding: 20px 15px;
    }

    .contact__item .contact__body .contact__title {
        margin-bottom: 4px;
    }
}

.contact__item:hover .contact__icon {
    background: #7349f2;
    color: #fff;
}

.how__item {
    padding: 0 30px;
    text-align: center;
    position: relative;
}

.how__item .shape-bg {
    position: absolute;
    left: 100%;
    transform: translateX(-50%);
    width: 100%;
    top: 33px;
    height: 25px;
}

@media (max-width: 991px) {
    .how__item .shape-bg {
        display: none;
    }
}

.how__item .shape-bg img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.how__thumb {
    width: 100px;
    height: 100px;
    font-size: 30px;
    text-align: center;
    line-height: 94px;
    border-width: 3px;
    border-style: solid;
    border-color: #7349f2;
    border-radius: 50%;
    border-top: none;
    border-right: none;
    transform: rotate(45deg);
    color: #7349f2;
    background: #fff;
    margin: 0 auto 20px;
}

.how__thumb i {
    transform: rotate(-45deg);
}

div[class*="col"]:nth-of-type(3n + 3) .how__item .shape-bg {
    display: none;
}

.nav--tabs {
    border: none;
}

.nav--tabs li {
    padding: 0;
}

.nav--tabs li a {
    background: #f6f9ff;
    padding: 5px 20px;
    font-family: "Jost", sans-serif;
    color: #001933;
}

.nav--tabs li a.active {
    background: rgba(115, 73, 242, 0.4);
}

.nav--tabs li:not(:last-child) a {
    border-right: 1px solid rgba(115, 73, 242, 0.4);
}

.nav--tabs li:first-child a {
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
}

.nav--tabs li:last-child a {
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
}

.address__title {
    display: flex;
    flex-wrap: wrap;
    margin: -10px;
    align-items: flex-end;
    justify-content: space-between;
}

.address__title > * {
    padding: 10px;
}

.address--header {
    margin-bottom: 45px;
}

.address--header .address__title {
    margin-bottom: 25px;
}

.address__item {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.address__item .address__thumb {
    width: 250px;
    padding: 20px;
    border: 1px solid #e1eaff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.address__item .address__thumb img {
    width: 100%;
}

.address__item .address__content {
    width: calc(100% - 280px);
}

.address__item .address__content .list-group .list-group-item {
    display: flex;
    border-color: #e1eaff;
}

.address__item .address__content .list-group .list-group-item .name {
    width: 170px;
    font-family: "Jost", sans-serif;
    color: #001933;
    font-weight: 600;
}

.address__item .address__content .list-group .list-group-item .name::after {
    content: ':';
}

.address__item .address__content .list-group .list-group-item .info {
    font-size: 14px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: calc(100% - 170px);
}

@media (max-width: 575px) {
    .address__item .address__content .list-group .list-group-item .name {
        width: 140px;
    }

    .address__item .address__content .list-group .list-group-item .info {
        max-width: calc(100% - 140px);
    }
}

@media (max-width: 767px) {
    .address__item .address__content {
        width: 100%;
        margin-top: 15px;
    }
}

.transaction__item {
    border-radius: 5px;
    border: 1px solid #e1eaff;
    padding: 10px 20px 20px;
}

.transaction__item:not(:last-child) {
    margin-bottom: 20px;
}

@media (min-width: 768px) {
    .transaction__item .trx-id-name {
        text-align: center;
    }
}

.transaction__item .trx-id-name {
    width: 100px;
    font-weight: 700;
    font-family: "Jost", sans-serif;
}

.transaction__item .trx-id-cont {
    padding: 0 20px;
    width: calc(100% - 100px - 315px);
}

.transaction__item .trx-id-info {
    width: 315px;
    max-width: 100%;
}

.transaction__item .trx-id-info li {
    padding-bottom: 0;
    padding-top: 10px;
}

.transaction__item .trx-id-info li span {
    display: block;
}

.transaction__item .trx-id-info li:not(:last-child) {
    padding-bottom: 10px;
    border-bottom: 1px solid #e5e5e5;
}

.transaction__item .trx-id-info ul {
    max-width: 100%;
}

.transaction__item .trx--header {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-size: 14px;
}

@media (max-width: 1199px) {
    .transaction__item .trx-id-cont {
        width: calc(100% - 100px - 240px);
    }

    .transaction__item .trx-id-info {
        width: 240px;
    }
}

@media (max-width: 767px) {
    .transaction__item .trx-id-name {
        width: 70px;
    }

    .transaction__item .trx-id-cont {
        width: calc(100% - 70px);
        padding: 0;
    }

    .transaction__item .trx-id-info {
        width: 100%;
    }

    .transaction__item .trx-id-info .name {
        width: 70px;
        font-weight: 700;
        font-family: "Jost", sans-serif;
    }

    .transaction__item .trx-id-info .info {
        width: calc(100%  - 70px);
    }
}

.line--1 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

.transaction--table {
    font-size: 14px;
}

.transaction--table .line--1 {
    max-width: 200px;
    margin: 0 auto;
}

.transaction--table tr td {
    padding-top: 20px;
    padding-bottom: 20px;
}

.preloader {
    background: #001933;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

#preloader {
    height: 40px;
    width: 40px;
    position: relative;
}

#preloader:before {
    content: "";
    display: block;
    position: absolute;
    left: -1px;
    top: -1px;
    height: 100%;
    width: 100%;
    -webkit-animation: rotation 1s linear infinite;
    animation: rotation 1s linear infinite;
    border: 1px solid #7349f2;
    border-top: 1px solid transparent;
    border-radius: 100%;
}

#preloader > .icon {
    position: absolute;
    top: 22%;
    left: 22%;
    height: 56%;
    width: 56%;
    object-fit: contain;
    -webkit-animation: wink 1s ease-in-out infinite alternate;
    animation: wink 1s ease-in-out infinite alternate;
}

@media only screen and (min-width: 768px) {
    #preloader {
        height: 60px;
        width: 60px;
    }

    #preloader:before {
        left: -2px;
        top: -2px;
        border-top-width: 2px;
        border-left-width: 2px;
        border-bottom-width: 2px;
        border-right-width: 2px;
    }
}

@media only screen and (min-width: 1200px) {
    #preloader {
        height: 80px;
        width: 80px;
    }
}

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

    to {
        transform: rotate(359deg);
    }
}

@keyframes rotation {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(359deg);
    }
}

@-webkit-keyframes wink {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes wink {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/*Blog Section Starts Here*/
.post__item {
    background: #f6f9ff;
    overflow: hidden;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #e1eaff;
}

.post__item .post__thumb {
    overflow: hidden;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    position: relative;
    height: 270px;
}

.post__item .post__thumb a {
    display: block;
    height: inherit;
}

.post__item .post__thumb .category {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    padding: 7px 15px 4px;
    -webkit-border-radius: 0 5px 0 0;
    -moz-border-radius: 0 5px 0 0;
    border-radius: 0 5px 0 0;
    background: #7349f2;
    color: #fff;
    font-family: "Jost", sans-serif;
    font-size: 14px;
    line-height: 24px;
}

.post__item .post__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.post__item .post__content {
    padding: 30px;
}

.post__item .post__content .post__title {
    margin-bottom: 20px;
}

.post__item .post__content .post__title a {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    overflow: hidden;
    text-decoration: none;
}

.post__item .post__content .meta__date {
    border-left: 5px solid #7349f2;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    justify-content: space-between;
    padding: 5px;
    background: #fff;
}

.post__item .post__content .meta__date .meta__item {
    font-size: 14px;
    padding: 5px;
    display: flex;
    align-items: center;
}

.post__item .post__content .meta__date .meta__item i {
    font-size: 20px;
    color: #7349f2;
    margin-right: 6px;
}

.post__item:hover .post__thumb img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.post__item .post__read {
    font-family: "Jost", sans-serif;
    margin-top: 25px;
    color: #7349f2;
    text-decoration: underline;
}

@media (max-width: 991px) {
    .post__item .post__content {
        padding: 25px 15px 20px;
    }
}

.post__share {
    margin: -3px;
}

.post__share li {
    padding: 3px;
}

.post__share li a {
    text-decoration: none;
}

.post__share li a i {
    line-height: 35px;
    width: 35px;
    height: 35px;
    display: block;
    text-align: center;
    color: #fff;
    background: #7349f2;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.post__share li a i[class*="facebook"] {
    background: #3b5998;
}

.post__share li a i[class*="twitter"] {
    background: #55acee;
}

.post__share li a i[class*="instagram"] {
    background: #e4405f;
}

.post__share li a i[class*="skype"] {
    background: #2fb7df;
}

.post__share li a i[class*="linkedin"] {
    background: #007bb5;
}

.post__share li a i[class*="youtube"] {
    background: #cd201f;
}

.post__share li a i[class*="behance"] {
    background: #1769ff;
}

.post__share li a i[class*="tumblr"] {
    background: #34465d;
}

.post__share li a i[class*="pinterest"] {
    background: #007bb5;
}

.post__share li a i[class*="navy"] {
    background: #d8e0f3;
}

.post__share li a i[class*="futbol"] {
    background: #db3776;
}

.post__share li a i[class*="vimeo"] {
    background: #1ab7ea;
}

.bg--section .post__item {
    background: #fff;
}

/*Sidebar*/
.blog-sidebar {
    padding: 40px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

@media (min-width: 992px) and (max-width: 1199px) {
    .blog-sidebar {
        padding: 30px 20px;
    }
}

@media screen and (max-width: 400px) {
    .blog-sidebar {
        padding: 30px 20px;
    }
}

.widget__title {
    margin-bottom: 10px;
}

.widget:not(:last-child) {
    margin-bottom: 40px;
}

.widget.widget__category ul li {
    padding: 0;
}

.widget.widget__category ul li a {
    text-decoration: none;
    color: #001933;
    padding: 10px 0;
    border-bottom: 1px solid rgba(0, 25, 51, 0.2);
    display: block;
}

.widget.widget__category ul li a:hover {
    padding-left: 10px;
}

.widget.widget__post__area ul li {
    padding: 10px 0;
}

.widget.widget__tags ul {
    margin: -5px;
}

.widget.widget__tags ul li {
    padding: 5px;
}

.widget.widget__tags ul li a {
    padding: 8px 20px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #fff;
    font-size: 14px;
    text-decoration: none;
    color: #001933;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.widget.widget__tags ul li a:hover, .widget.widget__tags ul li a.active {
    background: #7349f2;
    color: #fff;
}

.widget__post {
    text-decoration: none;
}

.widget__post .widget__post__thumb {
    width: 80px;
    height: 80px;
}

.widget__post .widget__post__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.widget__post .widget__post__content {
    width: calc(100% - 80px);
    padding-left: 15px;
}

.widget__post .widget__post__content .widget__post__title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0;
    margin-bottom: 5px;
}

.widget__post .widget__post__content span {
    font-size: 14px;
    color: #7349f2;
}

/*Blog Single*/
.post__details .post__header {
    margin-bottom: 40px;
}

.post__details .post__header .post__title {
    margin-bottom: 25px;
}

.post__details p {
    margin-bottom: 30px;
}

.post__details .post__thumb {
    height: 420px;
    margin-bottom: 30px;
}

.post__details .post__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.post__details .post__quote {
    margin-bottom: 30px;
}

@media (max-width: 575px) {
    .post__details .post__thumb {
        height: unset;
    }
}

.post__quote {
    font-size: 24px;
    line-height: 1.5;
    font-family: "Jost", sans-serif;
    color: #001933;
    font-style: italic;
    text-align: center;
    padding: 0 30px;
    border-left: 3px solid #7349f2;
}

@media (max-width: 575px) {
    .post__quote {
        padding: 0 15px;
        font-size: 20px;
    }
}

.post__tag, .post__share {
    margin: -5px;
}

.post__tag li, .post__share li {
    padding: 5px;
}

.post__share__title {
    margin-bottom: 10px;
}

.post__tag li a {
    font-size: 14px;
    padding: 5px 15px;
    background: #f6f9ff;
    color: #001933;
    text-decoration: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.post__tag li a:hover, .post__tag li a.active {
    background: #7349f2;
    color: #fff;
}

.post__share li a {
    text-decoration: none;
}

.post__share li a i {
    line-height: 35px;
    width: 35px;
    height: 35px;
    display: block;
    text-align: center;
    color: #fff;
    background: #7349f2;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.post__share li a i[class*="facebook"] {
    background: #3b5998;
}

.post__share li a i[class*="twitter"] {
    background: #55acee;
}

.post__share li a i[class*="instagram"] {
    background: #e4405f;
}

.post__share li a i[class*="skype"] {
    background: #2fb7df;
}

.post__share li a i[class*="linkedin"] {
    background: #007bb5;
}

.post__share li a i[class*="youtube"] {
    background: #cd201f;
}

.post__share li a i[class*="behance"] {
    background: #1769ff;
}

.post__share li a i[class*="tumblr"] {
    background: #34465d;
}

.post__share li a i[class*="pinterest"] {
    background: #007bb5;
}

.post__share li a i[class*="navy"] {
    background: #d8e0f3;
}

.post__share li a i[class*="futbol"] {
    background: #db3776;
}

.post__share li a i[class*="vimeo"] {
    background: #1ab7ea;
}

.scrollToTop {
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    z-index: 9;
    bottom: 30px;
    right: 30px;
    font-size: 18px;
    position: fixed;
    border-radius: 5px;
    -webkit-transform: translateY(150px);
    -ms-transform: translateY(150px);
    transform: translateY(150px);
    display: block;
    text-align: center;
    background: #7349f2;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.scrollToTop:hover {
    color: #fff;
}

.scrollToTop.active {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    animation: bounceInDown 2s;
    -webkit-animation: bounceInDown 2s;
    -moz-animation: bounceInDown 2s;
}

.scrollToTop img {
    width: 100%;
}

.video__button {
    width: 70px;
    height: 70px;
    z-index: 1;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: #7349f2;
    line-height: 75px;
    text-align: center;
}

.video__button img {
    width: 100%;
}

.video__button i {
    font-size: 24px;
    color: #fff;
}

.video__button::before, .video__button::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border-radius: 74px;
    background: #7349f2;
    opacity: 0.15;
    z-index: -10;
}

.video__button::before {
    z-index: -10;
    -webkit-animation: inner-ripple 2000ms linear infinite;
    -moz-animation: inner-ripple 2000ms linear infinite;
    animation: inner-ripple 2000ms linear infinite;
}

.video__button::after {
    z-index: -10;
    -webkit-animation: outer-ripple 2000ms linear infinite;
    -moz-animation: outer-ripple 2000ms linear infinite;
    animation: outer-ripple 2000ms linear infinite;
}

.cmn--btn {
    color: #fff;
    border-radius: 5px;
    line-height: 24px;
    font-weight: 500;
    padding: 14px 30px 11px;
    background: #7349f2;
    border: 1px solid rgba(115, 73, 242, 0.2);
    text-transform: uppercase;
    font-size: 16px;
    overflow: hidden;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-family: "Jost", sans-serif;
}

.cmn--btn:hover {
    background: transparent;
    color: #001933;
}

.cmn--btn.btn--sm {
    padding: 10px 20px 8px;
}

.cmn--btn.btn--md {
    padding: 10px 25px;
}

.cmn--btn.btn--lg {
    padding: 13px 35px;
}

.cmn--btn.btn--block {
    padding: 10px 25px;
    display: block;
}

.cmn--btn i:last-child {
    margin-left: 5px;
}

.cmn--btn i:first-child {
    margin-right: 5px;
}

.cmn--btn.btn__txt {
    background: transparent;
    text-decoration: underline;
    text-transform: capitalize;
    border: none;
    font-size: 18px;
    padding: 0 15px;
}

.cmn--btn.btn__txt.text--white:hover {
    color: #fff;
}

button.cmn--btn {
    font-weight: 400;
    height: unset;
}
button.cmn--btn.btn--sm {
    height: 38px;
    text-transform: capitalize;
}
button.cmn--btn:hover {
    background: #7349f2;
    color: #fff;
}

.btn__grp {
    margin: -5px;
}

.btn__grp .cmn--btn {
    margin: 5px;
}

.btn__grp .cmn--btn:nth-child(even) {
    background: transparent;
}

.btn__grp .cmn--btn:nth-child(even):hover {
    background: #7349f2;
}

@keyframes outer-ripple {
    0% {
        transform: scale(1);
        filter: alpha(opacity=50);
        opacity: 0.5;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
    }

    80% {
        transform: scale(2.5);
        filter: alpha(opacity=0);
        opacity: 0;
        -webkit-transform: scale(2.5);
        -moz-transform: scale(2.5);
        -ms-transform: scale(2.5);
        -o-transform: scale(2.5);
    }

    100% {
        transform: scale(3.5);
        filter: alpha(opacity=0);
        opacity: 0;
        -webkit-transform: scale(3.5);
        -moz-transform: scale(3.5);
        -ms-transform: scale(3.5);
        -o-transform: scale(3.5);
    }
}

@keyframes inner-ripple {
    0% {
        transform: scale(1);
        filter: alpha(opacity=50);
        opacity: 0.5;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
    }

    30% {
        transform: scale(1);
        filter: alpha(opacity=50);
        opacity: 0.5;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
    }

    100% {
        transform: scale(1.5);
        filter: alpha(opacity=0);
        opacity: 0;
        -webkit-transform: scale(1.5);
        -moz-transform: scale(1.5);
        -ms-transform: scale(1.5);
        -o-transform: scale(1.5);
    }
}
span.input-group-text.mobile-code {
    padding: 0;
    padding-right: 15px;
    background: transparent;
    border-bottom: 1px solid rgba(255, 255, 255, .2);
    border-radius: 0 !important;
}
.form--control-2 option {
    color: #504c89;
}
.pagination {
    flex-wrap: wrap;
}
.cmn--table span {
    white-space: break-spaces;
    word-break: break-all;
}
@media screen and (min-width:992px) {
    .cmn--table tr td {
        max-width: 140px;
    }
}

.form--control.select {
    height: 40px;
    padding: 10px 15px;
    border-radius: 5px;
    font-size: 14px;
}

.cookie-policy {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    border-top: 1px solid #e5e5e5;
    padding: 30px 0;
    z-index: 99;
}

.cookie-wrapper {
    max-width: 900px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.cookie-wrapper .cmn--btn {
    font-size: 12px;
}

.cookie-wrapper .cookie-cont {
    max-width: 650px;
}

@media (max-width: 991px) {
    .cookie-wrapper {
        text-align: center;
    }

    .cookie-wrapper .cmn--btn {
        margin-top: 30px;
    }
}
.feature--main-title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    text-transform: capitalize;
    margin: 10px 0 0;
}
.mask__image-feature {
    mask: url(img/feature-shapes.html) no-repeat center center / contain;
    -webkit-mask: url(img/feature-shapes.html) no-repeat center center / contain;
    background: #7349f2;
    width: 100%;
    height: 100%;
    position: absolute;
}
@media screen and (max-width:767px) {
    .feature-wrapper {
        border-left: 1px dashed #7349f2;
        margin-bottom: 0;
    }
    .feature-wrapper .feature-area,
    .feature-wrapper .feature-area:last-child .feature-item:last-child {
        margin-bottom: 0;
    }
}
@media screen and (max-width:500px) {
    .feature-wrapper .feature-area .feature-item {
        padding-left: 20px;
    }
}
.hero-about {
    padding-bottom: 160px;
}