@import url("https://fonts.googleapis.com/css2?family=Fira+Sans+Condensed&family=Josefin+Sans:wght@400;500;700&display=swap");

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

body {
    padding: 0;
    margin: 0;
    font-size: 16px;
    color: #a4bdce;
    line-height: 1.4;
    overflow-x: hidden;
    font-family: "Fira Sans Condensed", sans-serif;
    background: #042444;
    font-weight: 500;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
    margin: 0;
    line-height: 1.2;
    color: #dcf3ff;
    font-family: "Josefin Sans", sans-serif;
}

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

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

h1 {
    font-size: 42px;
}

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

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

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

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: #FF6A00;
}

p a:hover {
    color: #FF6A00;
}

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

@media (min-width: 768px) {
    h1 {
        font-size: 80px;
    }

    h2 {
        font-size: 54px;
        line-height: 64px;
        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;
}

.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;
}

.bg--overlay::before,
.faq__item .faq__title::before,
.faq__item .faq__title::after {
    position: absolute;
    content: '';
}

.social-icons,
.footer-wrapper,
.menu,
.social-icon,
.price-range,
.product__single-item .meta-post,
.product__single-item .meta-post .meta-item .social-share,
.review-item,
.review-item .content .entry-meta,
.sponsor-wrapper,
.about-content ul,
.wish-item,
.custom--card .meta-info,
.loader-frame,
.post__share,
.meta__date,
.widget.widget__tags ul,
.widget__post,
.post__tag {
    display: flex;
    flex-wrap: wrap;
}

.loader-frame {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    content: "";
}

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

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

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

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

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

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

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

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

    .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: #FF6A00;
    color: #fff;
}

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

.bg--overlay {
    position: relative;
}

.bg--overlay::before {
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 33, 67, 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 {
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
}

.social-icons li a i {
    color: #fff;
}

.social-icons li a:hover {
    background: #FF6A00;
}

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

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

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

a {
    text-decoration: none;
}

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

.rtl {
    direction: rtl;
}

.ltr {
    direction: ltr;
}

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

.h-45 {
    height: 45px !important;
}

.section__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #FF6A00;
    margin-bottom: 35px;
}

.section__header .title {
    font-weight: 400;
    margin: 0;
    background: #FF6A00;
    padding: 14px 40px 10px 18px;
    clip-path: polygon(0 0, calc(100% - 22px) 0, 100% 100%, 0% 100%);
    font-size: 20px;
    display: inline-block;
    margin-bottom: -1px;
}

.section__header .owl-nav {
    display: flex;
    opacity: 0;
    visibility: hidden;
}

.section__header .owl-nav .owl-next,
.section__header .owl-nav .owl-prev {
    font-size: 24px;
    font-weight: 700;
    cursor: pointer;
}

.section__header .owl-nav .owl-prev {
    margin-right: 5px;
}

@media (max-width: 575px) {
    .section__header .title {
        font-size: 16px;
        padding: 10px 40px 6px 18px;
    }
}

section:nth-of-type(even) .section__header {
    flex-direction: row-reverse;
}

section:nth-of-type(even) .section__header .title {
    padding: 14px 18px 10px 40px;
    clip-path: polygon(20px 0, 100% 0, 100% 100%, 0% 100%);
}

@media (max-width: 575px) {
    section:nth-of-type(even) .section__header .title {
        padding: 10px 18px 6px 40px;
    }
}

section:nth-of-type(even) .slider-wrapper .owl-nav {
    right: unset;
    left: 12px;
}

.section__header-center {
    margin: 0 auto 30px;
    max-width: 620px;
    text-align: center;
}

.section__header-center .cate {
    color: #FF6A00;
    display: block;
    margin-bottom: 20px;
}

.section__header-center .title {
    margin-bottom: 15px;
}

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

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

.list-group-item,
.bg--section {
    background-color: #002143 !important;
    color: #fff;
}

.list-group-item {
    border-color: rgba(255, 255, 255, .1);
}

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

.btn--base:disabled {
    background: #FF6A00 !important;
    color: #fff !important;
    border-color: transparent;
}

.btn--base:active {
    background: #FF6A00 !important;
    color: #fff !important;
    border-color: transparent !important;
}

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

.btn--primary:active {
    background-color: #7367f0 !important;
    color: #fff !important;
    border-color: transparent !important;
}

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

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

.btn--success:active {
    background-color: #28c76f !important;
    color: #fff !important;
    border-color: transparent !important;
}

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

.btn--danger:active {
    background-color: #ea5455 !important;
    color: #fff !important;
    border-color: transparent !important;
}

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

.btn--warning:active {
    background-color: #f99f0b !important;
    color: #fff !important;
    border-color: transparent !important;
}

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

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

.btn--info:active {
    background-color: #1e9ff2 !important;
    color: #fff !important;
    border-color: transparent !important;
}

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

.btn--dark:active {
    background-color: #192a56 !important;
    color: #fff !important;
    border-color: transparent !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: #dcf3ff;
}

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

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

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

.btn--1,
.badge--1,
.bg--1 {
    background-color: #FF6A00 !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: #a4bdce !important;
}

.text--base {
    color: #FF6A00 !important;
}

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

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

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

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

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

.footer-bottom-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin: -7px;
}

@media screen and (max-width: 991px) {

    .footer-bottom-wrapper {
        justify-content: space-evenly;
    }
}

.footer-bottom-wrapper .social-icons {
    margin: 4px;
}

.footer-bottom-wrapper .copyright {
    margin: 7px;
}

.footer-bottom {
    padding: 15px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

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

.more--btn {
    font-size: 20px;
    color: #fff;
    font-family: "Josefin Sans", sans-serif;
}

.more--btn:hover {
    color: #FF6A00;
}

.more--btn span {
    color: #a4bdce;
    font-size: 70%;
}

.footer-wrapper {
    justify-content: space-between;
}

.footer-wrapper .footer__widget {
    padding: 30px 12px 10px;
    max-width: calc(100% / 6);
}

@media (max-width: 991px) {
    .footer-wrapper .footer__widget {
        width: 100%;
    }
}

.footer-wrapper .footer__widget .title {
    font-size: 18px;
    color: #FF6A00;
}

.footer-wrapper .footer__widget ul li {
    padding: 2px 0;
}

.footer-wrapper .footer__widget ul li a {
    color: #a4bdce;
    font-size: 14px;
}

.footer-wrapper .footer__widget ul li a:hover {
    color: #FF6A00;
}

@media (max-width: 991px) {
    .footer-wrapper .footer__widget {
        max-width: calc(100% / 3);
    }
}

@media (max-width: 575px) {
    .footer-wrapper .footer__widget {
        max-width: calc(100% / 2);
    }
}

.footer-hidden-links {
    display: none;
}

.menu {
    align-items: center;
    font-family: "Josefin Sans", sans-serif;
    font-weight: 500;
}

.menu li {
    padding: 0;
}

.menu li a {
    font-size: 16px;
    padding: 5px 15px;
    color: #fff;
}

@media (min-width: 992px) {
    .menu li .cmn--btn:hover {
        background: #fff;
    }

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

    .menu li .submenu li a {
        display: flex;
        justify-content: space-between;
        padding: 10px 20px 5px;
        border-bottom: 1px solid rgba(25, 42, 86, 0.1);
        font-weight: 700;
        color: #192a56;
    }

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

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

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

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

    .menu li:last-child>a:not(.cmn--btn) {
        padding-right: 0;
    }
}

@media (max-width: 991px) {
    .menu {
        width: 100%;
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 1;
        background: linear-gradient(0deg, #042444 0%, #002a55 100%);
        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(255, 255, 255, 0.1);
    }

    .menu li a {
        display: flex;
        justify-content: space-between;
        border-bottom: 1px solid rgba(255, 255, 255, 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 .custom-button {
        border: 1px solid rgba(220, 243, 255, 0.09) !important;
        font-size: 14px;
        line-height: 40px;
        justify-content: center;
    }

    .menu .cmn--btn {
        margin: 15px 5px;
        display: inline-flex;
    }
}

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

@media (min-width: 992px) and (max-width: 1199px) {
    .menu li a {
        font-size: 14px;
        padding: 5px 10px;
    }
}

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

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

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

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

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

.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: 575px) {
    .header-bar {
        margin-right: 15px;
        width: 15px;
        height: 16px;
    }

    .header-bar span {
        height: 2px;
        width: 20px;
    }

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

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

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

.header-top {
    background: #042444;
}

.header-bottom {
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
    padding-top: 17px;
    padding-bottom: 17px;
    background: rgba(255, 255, 255, 0.04);
    position: sticky;
    top: 0;
    width: 100%;
    z-index: 9999;
}

.header-bottom.active {
    background: #002143;
    background: linear-gradient(0deg, #002a55 0%, #042444 100%);
}

.header-top-item {
    padding: 5px 10px;
    display: flex;
    align-items: center;
    font-size: 15px;
    line-height: 16px;
}

.header-top-item i {
    color: #FF6A00;
    font-size: 20px;
    line-height: 16px;
    display: flex;
}

.header-top-item a {
    color: #fff;
    display: flex;
    align-items: center;
}

.header-top-item a i {
    margin-right: 5px;
}

@media (max-width: 575px) {
    .header-top-wrapper {
        justify-content: center !important;
    }

    .header-top-wrapper .header-top-item,
    .header-top-wrapper .bitcoin--price {
        flex-grow: 1;
        text-align: center;
    }
}

.social-icon {
    margin: 0 -8px 0 10px;
}

.social-icon li {
    padding: 0;
}

.social-icon li a {
    padding: 3px 8px;
    color: #fff;
}

@media screen and (max-width: 480px) {
    .meta-list {
        width: 100%;
        text-align: center;
        justify-content: center;
    }

    .meta-list a {
        justify-content: center;
    }
}

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

.header-wrapper .logo {
    width: 170px;
    height: 50px;
}

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

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

.header-wrapper .logo img {
    width: 100%;
    height: 50px;
    object-fit: contain;
    object-position: left center;
}

@media (max-width:575px) {
    .header-wrapper .logo img {
        max-width: 130px;
    }
}

@media (max-width:424px) {
    .header-wrapper .logo img {
        padding-right: 15px;
    }
}

.header-wrapper .select-bar {
    height: 34px;
    padding-left: 5px;
    padding-right: 5px;
    outline: none;
    margin-left: 20px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: transparent;
    color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.header-wrapper .select-bar option {
    color: #192a56;
}

@media (max-width: 575px) {
    .header-wrapper .select-bar {
        font-size: 14px;
    }
}

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

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

.banner-content .subtitle {
    color: #FF6A00;
    margin-bottom: 15px;
}

.banner-content .title {
    font-size: 60px;
    line-height: 1.3;
    margin: 0;
    margin-bottom: 25px;
}

.banner-content p {
    font-size: 20px;
    margin-bottom: 35px;
}

@media (max-width: 1199px) and (min-width: 992px) {
    .banner-content .title {
        font-size: 50px;
    }

    .banner-content p {
        font-size: 18px;
    }
}

@media (max-width: 767px) {
    .banner-content .title {
        font-size: 50px;
    }

    .banner-content p {
        font-size: 18px;
    }
}

@media (max-width: 575px) {
    .banner-content .title {
        font-size: 40px;
    }
}

.banner-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.banner-wrapper .banner-content {
    width: 580px;
}

.banner-wrapper .banner-thumb {
    width: calc(100% - 680px);
}

@media (max-width: 1399px) {
    .banner-wrapper .banner-thumb {
        width: calc(100% - 620px);
    }
}

@media (max-width: 1199px) and (min-width: 992px) {
    .banner-wrapper .banner-content {
        width: 500px;
    }

    .banner-wrapper .banner-thumb {
        width: calc(100% - 530px);
    }

    .banner-wrapper .banner-thumb img {
        max-width: 125%;
    }
}

@media (max-width: 991px) {

    .banner-wrapper .banner-thumb,
    .banner-wrapper .banner-content {
        width: 100%;
    }

    .banner-wrapper .banner-thumb img,
    .banner-wrapper .banner-content img {
        width: 100%;
    }

    .banner-wrapper .banner-thumb {
        max-width: 575px;
        margin: 40px auto 0;
    }
}

.banner-slide-item {
    padding: 130px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

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

.banner-slider {
    position: relative;
}

.banner-slider .owl-dots {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 40px;
}

.hero-section {
    padding: 90px 0 80px;
}

.hero-content {
    text-align: center;
}

.hero-content .title {
    margin: 0;
}

.hero-content .breadcrumb {
    padding: 0;
    margin: 0;
    justify-content: center;
}

.hero-content .breadcrumb li {
    padding: 5px 3px;
    color: #FF6A00;
}

.hero-content .breadcrumb li a {
    color: #fff;
    display: flex;
    align-items: center;
}

.hero-content .breadcrumb li a::after {
    content: "\f068";
    font-family: "Line Awesome Free";
    font-weight: 700;
    margin-left: 6px;
}

.filter-widget {
    position: relative;
    padding: 30px;
}

.filter-widget .title {
    font-size: 24px;
    font-weight: 500;
}

.filter-widget .title i {
    color: #FF6A00;
    margin-right: 10px;
}

.filter-widget .form--check:not(:last-child) {
    margin-bottom: 10px;
}

.filter-widget .ui-state-default {
    width: 20px;
    height: 20px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: block;
    border: none;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #FF6A00;
    box-shadow: 0px 9px 20px 0px rgba(22, 26, 57, 0.36);
    outline: none;
    cursor: pointer;
    top: -9px;
    position: absolute;
    z-index: 1;
}

.filter-widget .ui-state-default::after {
    position: absolute;
    content: "";
    width: 14px;
    height: 14px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #fff;
    top: 3px;
    left: 3px;
    display: block;
}

.filter-widget .ui-widget.ui-widget-content {
    position: relative;
    height: 3px;
    border: none;
    margin-bottom: 15px;
    margin-top: 20px;
}

.filter-widget .ui-widget.ui-widget-content::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 3px;
    background: rgba(255, 106, 0, 0.2);
    width: 100%;
}

.filter-widget .ui-slider-range {
    height: 3px;
    background: #FF6A00;
    position: relative;
    z-index: 1;
}

.filter-widget .sub-title {
    position: relative;
    margin-bottom: 15px;
    margin-left: -10px;
    font-weight: 500;
    display: inline-block;
}

.filter-widget .sub-title::after {
    content: "";
    width: 20px;
    height: 2px;
    background: #FF6A00;
    display: inline-block;
}

.filter-widget:not(:last-child) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

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

.filter-category-header {
    display: flex;
    margin: 0 -12px 20px;
}

.filter-category-header .filter-select-item {
    padding: 0 12px 20px;
}

@media (max-width: 767px) {
    .filter-category-header {
        flex-wrap: wrap;
    }
}

.filter-select-item {
    flex-grow: 1;
    display: flex;
    align-items: center;
}

.filter-select-item .select-bar {
    height: 43px;
    width: 80px;
    border: none;
    outline: none;
    background: #002143;
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.filter-select-item .label {
    font-family: "Josefin Sans", sans-serif;
    margin-right: 10px;
}

@media (max-width: 1199px) {
    .filter-select-item .label {
        display: none;
    }
}

@media (max-width: 767px) {
    .filter-select-item {
        width: calc(100% / 3);
    }

    .filter-select-item .select-item {
        width: 100%;
    }

    .filter-select-item .select-item .select-bar {
        width: 100%;
    }
}

.search-filter {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.filter-select-item {
    width: auto;
}

@media (max-width: 767px) {
    .filter-select-item.input--group {
        width: 100%;
    }
}

.input--group .form--control {
    height: 45px;
    -webkit-border-radius: 5px 0 0 5px;
    -moz-border-radius: 5px 0 0 5px;
    border-radius: 5px 0 0 5px;
    background: #002143;
    padding: 0 20px;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.input--group .cmn--btn {
    height: 45px;
    padding-left: 10px;
    padding-right: 10px;
    min-width: 45px;
    justify-content: center;
}

.bg--section .input--group .form--control {
    background: #042444;
}

.search-filter {
    background: linear-gradient(0deg, #042444 0%, #002a55 100%);
    border-bottom: 1px solid rgba(255, 106, 0, 0.4);
}

@media (max-width: 991px) {
    .search-filter {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        max-width: 350px;
        height: 100vh;
        z-index: 9999;
        overflow-y: auto;
        -webkit-transition: all ease 0.3s;
        -moz-transition: all ease 0.3s;
        transition: all ease 0.3s;
    }

    .search-filter:not(.active) {
        -webkit-transform: translateX(-101%);
        -ms-transform: translateX(-101%);
        transform: translateX(-101%);
    }
}

.price-range {
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
}

.price-range label {
    margin: 0;
    font-weight: 500;
    color: #FF6A00;
}

.price-range input {
    height: unset;
    width: unset;
    padding: 7px;
    background: transparent;
    border: none;
    box-shadow: none !important;
    outline: none !important;
    text-align: right;
    font-weight: 500;
    color: #dcf3ff;
    padding-right: 0;
}

.close-filter-bar {
    color: #ea5455;
    font-size: 24px;
    line-height: 1;
    position: absolute;
    right: 20px;
    top: 20px;
}

.filter-btn {
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background: #FF6A00;
    color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.product__single-item .meta-post .meta-item {
    display: flex;
    align-items: center;
    margin-right: 25px;
}

.product__single-item .meta-post .meta-item i {
    margin-right: 5px;
}

.product__single-item .meta-post .meta-item .social-share li {
    padding: 0;
}

.product__single-item .meta-post .meta-item .social-share li a {
    padding: 3px;
    color: #a4bdce;
}

.product__single-item .meta-post .meta-item .social-share li a:hover {
    color: #FF6A00;
}

.product__single-item .meta-post .meta-item .social-share li a i {
    margin: 0;
}

.product__single-item .title {
    margin-top: 10px;
    margin-bottom: 20px;
}

.product__single-item .product-price {
    font-size: 22px;
    margin-bottom: 30px;
}

.product__single-item .product-price i {
    color: #FF6A00;
}

.product__single-item .product-price .text--white i {
    color: #fff;
}

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

.product__single-item .product-thumb-area {
    display: flex;
    flex-wrap: wrap;
}

.product__single-item .product-thumb-area .product-content,
.product__single-item .product-thumb-area .product-thumb {
    width: 50%;
}

.product__single-item .product-thumb-area .product-content img,
.product__single-item .product-thumb-area .product-thumb img {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    width: 100%;
}

@media (max-width: 767px) {

    .product__single-item .product-thumb-area .product-content,
    .product__single-item .product-thumb-area .product-thumb {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .product__single-item .product-thumb-area .product-thumb {
        margin-bottom: 40px;
    }
}

@media (max-width: 575px) {
    .product__single-item .product-thumb-area .product-thumb {
        margin-bottom: 20px;
    }
}

.product__single-item .btn__area {
    display: flex;
    flex-wrap: wrap;
    margin: -7px;
}

.product__single-item .btn__area>div {
    padding: 7px;
}

.nav--tabs {
    border: none;
}

.nav--tabs li {
    padding: 0;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.nav--tabs li a {
    padding: 10px 15px;
    color: #fff;
    background: transparent;
    border-bottom: 2px solid transparent;
}

.nav--tabs li a.active {
    border-color: #FF6A00;
    color: #FF6A00;
}

.nav--tabs li:first-child {
    border-left: 1px solid rgba(255, 255, 255, 0.1);
}

.description-item .title {
    font-weight: 700;
    margin-bottom: 16px !important;
}

.description-item p {
    margin-top: 0;
    margin-bottom: 15px;
}

.description-item p:last-child {
    margin-bottom: 0;
}

.description-item ul {
    margin-bottom: 20px;
}

.description-item ul:last-child {
    margin-bottom: 0;
}

.description-item ul li {
    padding: 0;
    margin-bottom: 7px;
}

.description-item ul li::before {
    content: "\f101";
    font-family: "Line Awesome Free";
    font-weight: 600;
    color: #FF6A00;
    margin-right: 5px;
}

.description-item ul li:last-child {
    margin-bottom: 0;
}

.description-item:not(:last-child) {
    margin-bottom: 35px;
}

@media (min-width: 768px) {
    .specification-table {
        width: 100%;
    }
}

.specification-table tr {
    border-left: 1px solid rgba(255, 255, 255, 0.1);
}

.specification-table tr:last-child {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.specification-table tr th {
    width: 35%;
}

.specification-table tr td {
    width: calc(100% - 35%);
}

.specification-table tr th,
.specification-table tr td {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    padding: 7px 20px;
    font-size: 14px;
    line-height: 24px;
}

.specification-table tr th {
    font-family: "Josefin Sans", sans-serif;
    color: #dcf3ff;
}

.specification-wrapper .title {
    font-weight: 700;
    margin-bottom: 16px !important;
}

.table-wrapper {
    overflow-x: auto;
}

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

.review-item {
    padding: 30px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.review-item .thumb {
    width: 70px;
    height: 70px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 !important;
}

.review-item .thumb img {
    width: 100%;
}

.review-item .content {
    padding-left: 30px;
    width: calc(100% - 70px);
}

.review-item .content .entry-meta {
    justify-content: space-between;
    margin-bottom: 15px;
}

.review-item .content .entry-meta .ratings {
    width: 100px;
    font-size: 16px;
}

.review-item .content .entry-meta .posted-on {
    width: calc(100% - 100px);
}

.review-item .content .entry-meta .posted-on a {
    font-weight: 700;
}

.review-item .content .entry-meta .posted-on span {
    margin-left: 5px;
    font-size: 14px;
    color: #a4bdce;
}

@media (max-width: 767px) {
    .review-item .content {
        width: 100%;
        padding: 20px 0 0;
    }
}

@media (max-width: 575px) {
    .review-item {
        padding: 25px 0;
    }

    .review-item .content .entry-meta .posted-on {
        width: 100%;
    }
}

.review-item:first-child {
    padding-top: 0;
}

.rating .rating-form-group {
    position: relative;
    height: 24px;
    line-height: 24px;
    font-size: 24px;
    cursor: pointer;
}

.rating .rating-form-group .star-label {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    cursor: pointer;
}

.rating .rating-form-group .star-label:last-child {
    position: static;
}

.rating .rating-form-group .star-label:nth-child(1) {
    z-index: 5;
}

.rating .rating-form-group .star-label:nth-child(2) {
    z-index: 4;
}

.rating .rating-form-group .star-label:nth-child(3) {
    z-index: 3;
}

.rating .rating-form-group .star-label:nth-child(4) {
    z-index: 2;
}

.rating .rating-form-group .star-label:nth-child(5) {
    z-index: 1;
}

.rating .rating-form-group .star-label input {
    display: none;
}

.rating .rating-form-group .star-label .icon {
    float: left;
    color: transparent;
}

.rating .rating-form-group .star-label:last-child .icon {
    color: #a4bdce;
}

.rating .rating-form-group:not(:hover) label input:checked~.icon,
.rating .rating-form-group:hover label:hover input~.icon {
    color: #e9ba17;
}

.rating .rating-form-group label input:focus:not(:checked)~.icon:last-child {
    color: rgba(255, 255, 255, 0.1);
    text-shadow: 0 0 5px #e9ba17;
}

.review-input {
    background: #002143;
}

.review-input:focus {
    border-color: #FF6A00;
}

.review-label {
    color: #dcf3ff;
    text-transform: capitalize;
}

.border--1 {
    border: 1px solid rgba(255, 255, 255, 0.1);
}

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

.countdown-area,
.seller-area {
    padding: 30px 20px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: linear-gradient(0deg, #042444 0%, #002a55 100%);
    border: 1px solid rgba(255, 255, 255, .2);
    border-bottom: 1px solid rgba(255, 106, 0, 0.4);
}

.seller {
    display: flex;
    align-items: center;
    position: relative;
}

.official-checkmark {
    width: 20px;
    height: 20px;
    line-height: 22px;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    left: -5px;
    top: -5px;
    background: #28c76f;
    font-size: 14px;
    color: #fff;
}

.seller .thumb {
    width: 50px;
    height: 50px;
    overflow: hidden;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.seller .thumb img {
    width: 100%;
    height: 100%;
}

.seller .cont {
    width: calc(100% - 50px);
    padding-inline-start: 15px;
    text-transform: capitalize;
}

.seller .cont .title {
    margin: 0;
    font-size: 16px;
}

.seller-info {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: -4px -10px;
}

.seller-info li {
    padding: 4px 10px;
}

@media screen and (max-width: 450px) {
    .seller-info {
        font-size: 15px;
    }
}

.about-seller::after {
    content: "";
    display: inline-block;
    width: 15px;
    height: 2px;
    background: #FF6A00;
}

.cart-plus-minus {
    display: flex;
    margin-bottom: 15px;
}

.cart-plus-minus .cart-decrease,
.cart-plus-minus .cart-increase {
    width: 45px;
    height: 40px;
    line-height: 38px;
    text-align: center;
    background: #002143;
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: #dcf3ff;
    font-size: 22px;
    cursor: pointer;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.cart-plus-minus .cart-decrease:hover,
.cart-plus-minus .cart-decrease.active,
.cart-plus-minus .cart-increase:hover,
.cart-plus-minus .cart-increase.active {
    background: #FF6A00;
    border-color: #FF6A00;
    color: #fff;
}

.cart-plus-minus input {
    text-align: center;
    width: 60px;
    height: 40px;
    padding: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: 1px solid rgba(255, 255, 255, 0.1);
    -webkit-appearance: none;
    background: #002143;
    border-left: none;
    border-right: none;
    font-size: 14px;
    outline: none;
    color: #fff;
}

@media (min-width: 992px) {
    .cart-plus-minus .cart-increase {
        margin-left: -15px;
    }
}

.cart-plus-minus .cart-decrease {
    -webkit-border-radius: 5px 0 0 5px;
    -moz-border-radius: 5px 0 0 5px;
    border-radius: 5px 0 0 5px;
}

.cart-plus-minus .cart-increase {
    -webkit-border-radius: 0 5px 5px 0;
    -moz-border-radius: 0 5px 5px 0;
    border-radius: 0 5px 5px 0;
}

.mini-banner {
    display: block;
}

.mini-banner:not(:last-child) {
    margin-bottom: 30px;
}

.mini-banner a {
    display: block;
}

.mini-banner img {
    width: 100%;
}

@media (max-width: 991px) {
    .mini-banner {
        max-width: 400px;
    }
}

.max-banner {
    display: block;
}

.max-banner:not(:last-child) {
    margin-bottom: 30px;
}

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

.product-item {
    padding: 15px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    box-shadow: 0 0 0.075rem #fff, 0 0 0.075rem #fff, 0 0 0.75rem rgba(255, 106, 0, 0.4), 0 0 0.3rem rgba(255, 106, 0, 0.4), 0 0 0.9rem rgba(255, 106, 0, 0.4), inset 0 0 0.6rem rgba(255, 106, 0, 0.4);
}

.product-item .product-thumb {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 15px;
}

.product-thumb {
    position: relative;
}

.product-thumb .ticker {
    position: absolute;
    right: -4px;
    top: 20px;
    z-index: 1;
    background: #FF6A00;
    padding: 2px 10px;
    font-size: 14px;
    border-radius: 3px;
    color: #fff;
    transform: rotate(45deg)
}

.product-item .product-thumb img {
    width: 100%;
}

.product-item .product-thumb a {
    position: relative;
    display: block;
}


.product-item .product-thumb .title {
    position: absolute;
    bottom: 10px;
    margin: 0;
    left: 15px;
    text-transform: capitalize;
    color: #fff;
    z-index: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

.product-item .countdown {
    margin-bottom: 10px;
}

.product-item .countdown li {
    margin-bottom: 10px;
}

.product-item .meta-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.product-item .meta-list li a {
    font-size: 14px;
    display: inline-flex;
    align-items: center;
    color: #a4bdce;
}

.product-item .meta-list li a i {
    color: #FF6A00;
    font-size: 18px;
    line-height: 1;
    margin-right: 5px;
}

.product-item .meta-list li .buy-now {
    color: #fff;
    background: #FF6A00;
    padding: 5px 15px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.product-item .ratings span i {
    font-size: 15px;
}

@media (max-width: 767px) {
    .product-item {
        max-width: 400px;
        margin: 0 auto;
    }
}

.countdown {
    text-align: center;
    display: flex;
    justify-content: space-between;
    margin: 0 -5px;
    color: #a4bdce;
    text-transform: capitalize;
    font-size: 14px;
}

.countdown li {
    padding: 0 5px;
}

.countdown__title {
    margin: 0 auto 15px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border: 1px dashed rgba(255, 106, 0, 0.7);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.ratings i {
    color: #e9ba17;
}

.slide-item {
    padding: 12px;
}

.slider-wrapper {
    margin: -12px;
}

.slider-wrapper .owl-nav {
    display: flex;
    position: absolute;
    bottom: calc(100% + 30px);
    right: 12px;
}

.slider-wrapper .owl-nav .owl-next,
.slider-wrapper .owl-nav .owl-prev {
    font-size: 24px;
    font-weight: 700;
    cursor: pointer;
}

.slider-wrapper .owl-nav .owl-prev {
    margin-right: 5px;
}

@media (max-width: 575px) {
    .slider-wrapper .title {
        font-size: 16px;
        padding: 10px 40px 6px 18px;
    }
}

/*How Section Starts Here*/
.how__wrapper {
    counter-reset: how;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 1100px;
    margin: 0 auto -30px;
}

@keyframes arrow {
    0% {
        background-position: 22%;
    }

    100% {
        background-position: 75%;
    }
}

.how__item {
    counter-increment: how;
    text-align: center;
    width: calc(100% / 3);
    padding: 0 25px 30px;
    position: relative;
}

.how__item::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 20px;
    background: url(./img/arrow.png) no-repeat center center;
    background-size: contain;
    top: 50px;
    animation: arrow 3s linear infinite;
}

.how__item .how__icon {
    width: 120px;
    height: 120px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 25px;
    font-size: 42px;
    line-height: 1;
    color: #fff;
    z-index: 2;
    position: relative;
}

.how__item .how__icon span {
    font-family: "Josefin Sans", sans-serif;
}

.how__item .how__icon i {
    padding-top: 10px;
    position: relative;
    z-index: 1;
}

.how__item .how__icon::after {
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-image: url(./img/how1.png);
    mask-image: url(./img/how1.png);
    -webkit-mask-position: center center;
    mask-position: center center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    background: rgba(255, 106, 0, 0.1);
    position: absolute;
    content: "";
    inset: 0;
}

.how__item .how__icon::before {
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-image: url(./img/how2.png);
    mask-image: url(./img/how2.png);
    -webkit-mask-position: center center;
    mask-position: center center;
    -webkit-mask-repeat: no-repeat;
    background: #fff;
    mask-repeat: no-repeat;
    position: absolute;
    content: "";
    inset: 0;
    z-index: 1;
}

.how__item .title {
    margin-bottom: 15px;
}

.how__item:last-child::before {
    display: none;
}

@media (max-width: 991px) {
    .how__item {
        width: 50%;
    }

    .how__item:nth-of-type(even)::before {
        display: none;
    }
}

@media (max-width: 767px) {
    .how__item {
        width: 100%;
    }

    .how__item::before {
        display: none;
    }
}

@media screen and (max-width: 375px) {
    .how__item {
        padding-left: 0;
        padding-right: 0;
    }
}

.client-item {
    max-width: 920px;
    margin: 0 auto;
    text-align: center;
}

.client-item .subtitle {
    display: block;
}

.client-item blockquote {
    font-size: 18px;
    font-family: "Josefin Sans", sans-serif;
    margin-bottom: 30px;
    position: relative;
}

.client-item blockquote::before {
    display: block;
    content: "\f10d";
    font-family: "Line Awesome Free";
    font-weight: 700;
    font-size: 80px;
    line-height: 1;
    z-index: -1;
    color: #ff6a00;
    margin-bottom: 10px;
}

@media (max-width: 575px) {
    .client-item blockquote {
        font-size: 16px;
    }
}

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

@media (max-width: 991px) {
    .client--thumb {
        max-width: 450px;
        margin: 0 auto 20px;
        display: block;
    }
}

.owl-dots {
    display: flex;
    margin-top: 30px;
    justify-content: center;
}

.owl-dots .owl-dot {
    width: 15px;
    height: 15px;
    background: #FF6A00;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transform: scale(0.4);
    -ms-transform: scale(0.4);
    transform: scale(0.4);
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.owl-dots .owl-dot.active {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.counter__item {
    padding: 15px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    display: flex;
    height: 100%;
    box-shadow: 0 0 0.075rem rgba(255, 255, 255, 0.6), 0 0 0.075rem rgba(255, 255, 255, 0.6), 0 0 5px rgba(255, 106, 0, 0.3), 0 0 8px rgba(255, 106, 0, 0.3), 0 0 10px rgba(255, 106, 0, 0.3);
    align-items: center;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.counter__item .counter__icon {
    width: 90px;
    height: 90px;
    margin: 0 auto;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 36px;
    position: relative;
    color: #FF6A00;
}

.counter__item .counter__icon::before {
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-image: url(./img/counter.png);
    mask-image: url(./img/counter.png);
    -webkit-mask-position: center center;
    mask-position: center center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    background: rgba(255, 255, 255, 0.1);
    position: absolute;
    content: "";
    inset: 0;
}

.counter__item .subtitle {
    font-weight: 500;
    font-size: 16px;
    line-height: 1.3;
    margin: 0;
    position: relative;
    font-weight: 500;
    color: #FF6A00;
}

.counter__item .title {
    font-size: 22px;
    line-height: 1;
    margin: 0;
    margin-bottom: 5px;
}

.counter__item .counter__content {
    width: calc(100% - 90px);
    padding-top: 5px;
    padding-left: 5px;
}

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

.partner--txt {
    margin-bottom: 30px;
}

.partner--list li {
    position: relative;
    display: flex;
    padding-left: 20px;
    position: relative;
}

.partner--list li:last-child {
    padding-bottom: 0;
}

.partner--list li::before {
    content: "";
    left: 0;
    top: 13px;
    width: 5px;
    height: 5px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #FF6A00;
    position: absolute;
}

.sponsor-wrapper {
    justify-content: center;
    margin: -12px;
}

.sponsor-wrapper .sponsor-thumb {
    padding: 12px;
    width: calc(100% / 3);
}

.sponsor-wrapper .sponsor-thumb img {
    width: 100%;
    height: 50px;
    object-fit: contain;
    object-position: center;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
    filter: brightness(3);
}

.sponsor-wrapper .sponsor-thumb img:hover {
    filter: brightness(100);
}

@media screen and (max-width: 450px) {
    .sponsor-wrapper .sponsor-thumb {
        width: calc(50%);
    }
}

.account-logo {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 50px;
}

@media (max-width: 575px) {
    .account-logo {
        margin-bottom: 40px;
    }
}

.account-section {
    padding: 50px;
}

@media (max-width: 767px) {
    .account-section {
        padding: 40px 0;
    }
}

.account-wrapper {
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
}

.account-wrapper .left-side {
    background: #042444;
    background: linear-gradient(0deg, #042444 0%, #04245c 100%);
    padding: 60px 40px;
    -webkit-border-radius: 40px 0 0 40px;
    -moz-border-radius: 40px 0 0 40px;
    border-radius: 40px 0 0 40px;
    border-right: 1px solid rgba(255, 255, 255, 0.07);
}

.account-wrapper .right-side {
    background: #04245c;
    background: linear-gradient(180deg, #042444 0%, #04245c 100%);
    padding: 60px 20px;
    -webkit-border-radius: 0 40px 40px 0;
    -moz-border-radius: 0 40px 40px 0;
    border-radius: 0 40px 40px 0;
}

@media (min-width: 1400px) {
    .account-wrapper .right-side {
        padding: 60px 30px;
    }
}

@media (min-width: 992px) {
    .account-wrapper .row.flex-row-reverse .left-side {
        -webkit-border-radius: 0 40px 40px 0;
        -moz-border-radius: 0 40px 40px 0;
        border-radius: 0 40px 40px 0;
    }

    .account-wrapper .row.flex-row-reverse .right-side {
        -webkit-border-radius: 40px 0 0 40px;
        -moz-border-radius: 40px 0 0 40px;
        border-radius: 40px 0 0 40px;
    }
}

.account-wrapper .select-bar {
    height: 35px;
    padding: 0 5px;
    outline: none;
    border-color: rgba(255, 255, 255, 0.1);
    background: transparent;
    color: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.account-wrapper .select-bar option {
    background: #192a56;
}

@media (max-width: 991px) {
    .account-wrapper {
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        border-radius: 30px;
    }

    .account-wrapper .left-side {
        -webkit-border-radius: 30px 30px 0 0;
        -moz-border-radius: 30px 30px 0 0;
        border-radius: 30px 30px 0 0;
        border-right: none;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }

    .account-wrapper .right-side {
        -webkit-border-radius: 0 0 30px 30px;
        -moz-border-radius: 0 0 30px 30px;
        border-radius: 0 0 30px 30px;
    }
}

@media (max-width: 575px) {
    .account-wrapper .left-side {
        padding: 35px 15px 40px;
    }

    .account-wrapper .right-side {
        padding: 45px 15px 40px;
    }
}

.account-header {
    margin-bottom: 20px;
}

.account-header .logo {
    width: calc(100% - 100px);
}

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

.account-header .title {
    font-weight: 500;
    margin-bottom: 15px;
}

.form--label {
    font-family: "Josefin Sans", sans-serif;
    color: #fff;
    display: block;
    cursor: pointer;
    margin-bottom: 0;
}

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

.form--control {
    background: transparent !important;
    outline: none;
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    padding: 0;
    height: 37px;
    color: #fff;
}

.form--control:focus {
    box-shadow: none;
    background: transparent;
    color: #fff;
}

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

select.form--control option {
    background: #042444;
}

.input-group-text.bg--transparent {
    border-radius: 0;
    border: none;
    padding-right: 5px;
    border-bottom: 1px solid rgba(255, 255, 255, .3);
}

.type-change {
    position: absolute;
    bottom: 0;
    right: 0;
    line-height: 40px;
    width: 40px;
    text-align: center;
    cursor: pointer;
}

.form--check {
    margin: 0;
    align-items: center;
}

.form--check label {
    padding-top: 1px;
    cursor: pointer;
}

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

.form--check .form-check-input:checked:focus {
    box-shadow: 0 0 0 0.25rem rgba(255, 106, 0, 0.25);
}

.recent__logins .item {
    text-align: center;
    padding: 12px;
}

.recent__logins .item .thumb {
    padding: 10px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid #FF6A00;
    max-width: 120px;
    max-height: 120px;
    margin: 0 auto 25px;
    position: relative;
    position: relative;
}

.recent__logins .item .thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-border-radius: inherit;
    -moz-border-radius: inherit;
    border-radius: inherit;
}

.recent__logins .item .thumb .hide-btn {
    position: absolute;
    right: 10px;
    top: 0;
    background: #FF6A00;
    color: #fff;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    cursor: pointer;
}

.recent__logins .item .name {
    font-weight: 500;
    font-size: 18px;
    font-family: "Josefin Sans", sans-serif;
}

.account-section {
    min-height: 100vh;
}

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

.contact__info-item .title {
    margin-bottom: 5px;
}

.contact__info-item ul li {
    max-width: 260px;
    padding: 0;
}

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

.contact__info-item ul li a {
    color: #a4bdce;
}

.contact__info-item ul li i {
    margin-right: 5px;
    color: #FF6A00;
}

.maps {
    height: 400px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.account-wrapper {
    position: relative;
    z-index: 9;
}

/*About Section Starts Here*/
.about-content .para {
    margin: 0;
}

.about-content .para:not(:last-child) {
    margin-bottom: 20px;
}

@media (max-width: 575px) {
    .about-content .para:not(:last-child) {
        margin-bottom: 16px;
    }
}

.about-content ul li {
    width: 100%;
    max-width: 220px;
    padding-right: 5px;
}

.about-content ul li::before {
    content: "\f061";
    font-family: "Line Awesome Free";
    font-weight: 700;
    color: #FF6A00;
    font-size: 18px;
}

@media (max-width: 991px) {
    .about-content {
        margin-bottom: 50px;
    }

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

@media (max-width: 575px) {
    .about-content {
        margin-bottom: 30px;
    }
}

.about-thumb {
    position: relative;
}

@media (min-width: 576px) {
    .about-thumb .watch__video {
        position: absolute;
        bottom: 0;
        left: 0;
    }
}

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

.watch__video a.video__btn {
    transform: translate(0, 0);
}

.watch__video .watch__content {
    padding-left: 20px;
}

.watch__video .watch__content .watch__title {
    margin: 0;
    margin-top: 5px;
}

/*Faq Section Starts Here*/
.faq__item {
    background: #002143;
    border: 1px solid rgba(255, 255, 255, 0.2);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

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

.faq__item .faq__title {
    margin: 0;
    padding: 15px 40px 15px 20px;
    position: relative;
    cursor: pointer;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.faq__item .faq__title::before,
.faq__item .faq__title::after {
    background: #fff;
    right: 24px;
    top: 28px;
    -webkit-transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.faq__item .faq__title::before {
    width: 22px;
    height: 2px;
}

.faq__item .faq__title::after {
    height: 22px;
    width: 2px;
}

.faq__item .faq__content {
    display: none;
    padding: 30px 20px;
}

.faq__item.open .faq__title {
    padding: 10px 40px 10px 20px;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    background: #FF6A00;
}

.faq__item.open .faq__title::after {
    height: 0;
}

.faq__item.open .faq__title::after,
.faq__item.open .faq__title::before {
    top: 22px;
}

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

.bg--section .faq__item {
    background: #042444;
}

.dashboard__item {
    display: flex;
    align-items: center;
    padding: 30px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    height: 100%;
    box-shadow: 0 0 0.075rem #fff, 0 0 0.075rem #fff, 0 0 0.75rem rgba(255, 106, 0, 0.4), 0 0 0.3rem rgba(255, 106, 0, 0.4), 0 0 0.9rem rgba(255, 106, 0, 0.4), inset 0 0 0.6rem rgba(255, 106, 0, 0.4);
}

.dashboard__item .content {
    width: calc(100% - 60px);
    padding-inline-end: 15px;
}

.dashboard__item .content .subtitle {
    display: block;
    margin-bottom: 20px;
}

.dashboard__item .content .title {
    line-height: 1;
}

.dashboard__item .thumb {
    height: 60px;
    width: 60px;
    line-height: 60px;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    font-size: 30px;
    color: #FF6A00;
    border: 1px solid rgba(255, 106, 0, 0.2);
}

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

.wish-item {
    align-items: center;
    padding: 10px;
    border: 1px solid rgba(255, 106, 0, 0.4);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #002143;
    color: #a4bdce;
}

.wish-item .wish-thumb {
    width: 80px;
    height: 80px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
}

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

.wish-item .wish-content {
    width: calc(100% - 100px);
    padding-inline-start: 20px;
}

.wish-item .wish-content .title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 18px;
}

.wish-item .wish-content .price {
    font-size: 18px;
}

.wish-title {
    margin-bottom: 20px;
}

.cmn--table {
    margin: 0;
    border: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #002143;
}

.cmn--table thead tr th {
    font-family: "Josefin Sans", sans-serif;
    padding: 10px;
    text-align: center;
    border: none;
    background: rgba(255, 106, 0, 0.9);
    color: #fff;
}

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

.cmn--table thead tr th:first-child {
    -webkit-border-radius: 5px 0 0 0;
    -moz-border-radius: 5px 0 0 0;
    border-radius: 5px 0 0 0;
}

.cmn--table thead tr th:last-child {
    -webkit-border-radius: 0 5px 0 0;
    -moz-border-radius: 0 5px 0 0;
    border-radius: 0 5px 0 0;
}

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

.cmn--table tbody tr td {
    color: #a4bdce;
    vertical-align: middle;
    padding: 8px 5px;
    border-color: rgba(255, 255, 255, 0.1);
}

.cmn--table tbody tr td .badge {
    text-transform: capitalize;
}

.cmn--table tbody tr td .btn {
    font-size: 13px;
    padding: 5px;
    line-height: 16px;
}

.cmn--table tbody tr td:not(:last-child) {
    border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.cmn--table tbody tr td .date {
    font-size: 14px;
}

@media (min-width: 992px) {
    .cmn--table {
        border-right: 1px solid rgba(255, 255, 255, 0.1);
        border-left: 1px solid rgba(255, 255, 255, 0.1);
    }

    .cmn--table .details {
        max-width: 260px;
        margin: 0 auto;
        font-size: 14px;
    }
}

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

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

    .cmn--table tbody tr:first-child {
        border-top: 1px solid rgba(255, 255, 255, 0.1);
    }

    .cmn--table tbody tr td {
        display: flex;
        align-items: center;
        justify-content: space-between;
        border-left: 1px solid rgba(255, 255, 255, 0.1);
        border-right: 1px solid rgba(255, 255, 255, 0.1);
        padding: 10px 15px;
        text-align: right;
    }

    .cmn--table tbody tr td::before {
        content: attr(data-label);
        margin-right: 10px;
        color: #dcf3ff;
    }

    .cmn--table tbody tr:nth-child(even) {
        background: rgba(255, 255, 255, 0.05);
        backdrop-filter: blur(15px);
    }
}

.bg--section .cmn--table {
    background: #042444;
}

.custom--card {
    height: 100%;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: #002143;
}

.card.custom--card {
    height: unset !important;
}

.custom--card .card-header {
    background: rgba(220, 243, 255, 0.05);
    padding: 10px;
}

.custom--card .card-header .card-title {
    text-align: center;
    margin: 0;
    color: #fff;
    font-size: 18px;
}

.custom--card .card-footer {
    text-align: center;
    background: transparent;
}

.custom--card .form--control[readonly] {
    background: #042444;
}

.deposit-card {
    margin: 0 auto;
    max-width: 350px;
}

.deposit-card .card-header {
    background: rgba(255, 255, 255, 0.1);
}

.modal {
    z-index: 9999;
}

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

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

.custom--modal .modal-footer,
.custom--modal .modal-header {
    background: #002143;
    border-color: rgba(255, 255, 255, 0.1);
}

.custom--modal .modal-footer .modal-title,
.custom--modal .modal-header .modal-title {
    margin: 0;
}

.custom--modal .modal-footer .btn-close,
.custom--modal .modal-header .btn-close,
.custom--modal .modal-header .close {
    background: transparent;
    font-size: 20px;
    line-height: 1;
    color: #ea5455;
    opacity: 1;
    border: 0 !important;
}

.custom--modal .modal-content {
    background: #042444;
    box-shadow: 0 0 0.075rem #fff, 0 0 0.075rem #fff, 0 0 0.75rem rgba(255, 106, 0, 0.2), 0 0 0.3rem rgba(255, 106, 0, 0.2), 0 0 0.9rem rgba(255, 106, 0, 0.2), inset 0 0 0.6rem rgba(255, 106, 0, 0.2);
}

.h--50px {
    height: 50px !important;
}

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

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

.deposit-group {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 12px 0;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.deposit-group .input-group {
    width: unset;
}

.deposit-group .deposit--label {
    max-width: 200px;
    font-family: "Josefin Sans", 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;
    }
}

.input-group .input-group-text.bg-transparent {
    border-color: rgba(255, 255, 255, 0.2);
}

.user--thumb {
    text-align: center;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.user--thumb .title {
    margin-bottom: 15px;
}

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

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

@media (min-width: 992px) {
    .profle-wrapper {
        padding-left: 40px;
    }
}

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

.form--control-2 {
    background: #002143;
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: #fff !important;
    height: 45px;
    width: 100%;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 0 15px;
}

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

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

.form--control-2[type="file"] {
    height: unset;
    line-height: 20px;
    padding: 12px;
    height: 45px;
}

.form--control-2[type=file]::file-selector-button {
    border: 1px solid transparent;
    border-radius: 0.2em;
    background-color: #FF6A00 !important;
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
    position: relative;
    margin-left: 0px;
    line-height: 14px;
    color: #fff;
}

.form--control-2:focus-visible {
    outline: none !important;
}

.support-ticket-header {
    margin: -5px;
    align-items: center;
}

.support-ticket-header .card-title,
.support-ticket-header .cmn--btn {
    margin: 5px !important;
}

.support-ticket-header .cmn--btn {
    font-size: 14px;
    padding: 10px 15px 6px;
}

.support__wrapper-area li {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
}

.support__wrapper-area li:not(:last-child) {
    margin-bottom: 15px;
}

.support__wrapper-area li .message-txt {
    padding: 25px 20px 40px;
    background: rgba(255, 255, 255, 0.1);
    max-width: 80%;
    -webkit-border-radius: 15px 15px 15px 0;
    -moz-border-radius: 15px 15px 15px 0;
    border-radius: 15px 15px 15px 0;
    position: relative;
}

.support__wrapper-area li .message-txt img {
    width: 100%;
    object-fit: contain;
    max-height: 320px;
}

.support__wrapper-area li .message-txt .date {
    font-size: 12px;
    position: absolute;
    right: 30px;
    bottom: 15px;
    color: rgba(255, 106, 0, 0.5);
}

@media (max-width: 575px) {
    .support__wrapper-area li .message-txt {
        max-width: 92%;
        font-size: 14px;
    }
}

.support__wrapper-area li.right-message .message-txt {
    margin-left: auto;
    -webkit-border-radius: 15px 15px 0 15px;
    -moz-border-radius: 15px 15px 0 15px;
    border-radius: 15px 15px 0 15px;
    background: rgba(255, 255, 255, 0.04);
}

.support--card-wrapper {
    max-width: 820px;
    margin: 0 auto;
}

.chat-form {
    padding: 10px;
    background: rgba(255, 255, 255, 0.1);
}

.chat-form .input--group .add-file-icon {
    width: 40px;
    height: 45px;
    line-height: 45px;
    color: #fff;
    cursor: pointer;
}

.chat-form .input--group input {
    border-radius: 5px !important;
    margin: 0 15px;
    background: #042444;
    height: 50px;
}

.chat-form .input--group .input-group-text {
    font-size: 30px;
    padding: 0;
    background: transparent !important;
}

.chat-form .input--group .other-files {
    margin-right: 10px;
}

.chat-form .input--group .other-files .file-item label {
    width: 46px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    background: rgba(255, 255, 255, 0.1);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    cursor: pointer;
    z-index: 999;
    position: relative;
}

.preloader {
    width: 100%;
    height: 100%;
    background: #002143;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
    text-align: center;
}

.preloader .hello {
    font-weight: 600;
    text-transform: uppercase;
    margin: 0;
    margin-bottom: 20px;
}

.preloader .wellcome {
    text-transform: uppercase;
}

.preloader .wellcome span {
    display: block;
    margin-top: 10px;
    color: #FF6A00;
}

.loader-frame {
    width: 100%;
    height: 100%;
    max-width: 250px;
    max-height: 250px;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    padding: 30px;
}

.circle {
    position: absolute;
    width: 100%;
    height: 100%;
    max-width: 250px;
    max-height: 250px;
    background-color: white 0%;
    border: 1px solid #fff;
    border-radius: 50%;
    display: inline-block;
}

.loader1 {
    position: absolute;
    border-radius: 50%;
    width: 100%;
    height: 100%;
    max-width: 300px;
    max-height: 300px;
    border-top: 5px solid #fff;
    border-bottom: 5px solid #fff;
    animation: clockwisespin 5s linear 3;
}

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

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

@keyframes fadeout {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

@keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/*Blog Section Starts Here*/
.post__item {
    background: #002143;
    overflow: hidden;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    box-shadow: 0 0 0.075rem #fff, 0 0 0.075rem #fff, 0 0 0.75rem rgba(255, 106, 0, 0.4), 0 0 0.3rem rgba(255, 106, 0, 0.4), 0 0 0.9rem rgba(255, 106, 0, 0.4), inset 0 0 0.6rem rgba(255, 106, 0, 0.4);
}

.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;
}

.post__item .post__thumb a {
    display: block;
}

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

.post__item .post__thumb img {
    width: 100%;
    -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:hover .post__thumb img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.post__item .post__read {
    font-family: "Josefin Sans", sans-serif;
    margin-top: 25px;
    color: #FF6A00;
}

@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: #FF6A00;
    -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;
}

.meta__date {
    border: 1px solid rgba(255, 255, 255, 0.04);
    border-left: 5px solid #FF6A00;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    justify-content: space-between;
    padding: 5px;
    background: #042444;
}

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

.meta__date .meta__item i {
    font-size: 20px;
    color: #FF6A00;
    margin-right: 6px;
}

/*Blog Section Starts Here*/
.read--more {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    margin-left: 10px;
    font-size: 20px;
    font-weight: 700;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

[class*="line--limit"] {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.line--limit-1 {
    -webkit-line-clamp: 1;
}

.line--limit-2 {
    -webkit-line-clamp: 2;
}

.line--limit-3 {
    -webkit-line-clamp: 3;
}

.line--limit-4 {
    -webkit-line-clamp: 4;
}

.line--limit-5 {
    -webkit-line-clamp: 5;
}

/*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__title::after {
    content: "";
    display: inline-block;
    width: 15px;
    height: 2px;
    background: #FF6A00;
}

.widget {
    border: 1px dashed rgba(255, 106, 0, 0.3);
    background: #002143;
}

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

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

.widget.widget__category ul li a {
    text-decoration: none;
    color: #dcf3ff;
    padding: 10px 0;
    border-bottom: 1px solid rgba(220, 243, 255, 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__post__area ul li:last-child {
    padding-bottom: 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: #042444;
    font-size: 14px;
    text-decoration: none;
    color: #dcf3ff;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.widget.widget__tags ul li a:hover,
.widget.widget__tags ul li a.active {
    background: #FF6A00;
    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: #FF6A00;
}

/*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;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    overflow: hidden;
    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: "Josefin Sans", sans-serif;
    color: #dcf3ff;
    font-style: italic;
    text-align: center;
    padding: 0 30px;
    border-left: 3px solid #FF6A00;
}

@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: #002143;
    color: #dcf3ff;
    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: #FF6A00;
    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: #FF6A00;
    -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;
}

.widget {
    background: #042444;
    padding: 30px;
    border-radius: 5px;
    box-shadow: 0px 0px 20px rgba(22, 26, 57, 0.1);
    margin-bottom: 30px;
}

.widget:last-child {
    margin-bottom: 0;
}

.widget .category-link li {
    padding: 0;
}

.widget .category-link li a {
    text-decoration: none;
    color: #dcf3ff;
    padding: 10px 0;
    border-bottom: 1px dashed rgba(255, 106, 0, 0.2);
    display: flex;
    justify-content: space-between;
}

.widget .category-link li a:hover {
    padding-left: 5px;
}

.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: #FF6A00;
    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__btn {
    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: #FF6A00;
    line-height: 75px;
    text-align: center;
}

.video__btn img {
    width: 100%;
}

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

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

.video__btn::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__btn::after {
    z-index: -10;
    -webkit-animation: outer-ripple 2000ms linear infinite;
    -moz-animation: outer-ripple 2000ms linear infinite;
    animation: outer-ripple 2000ms linear infinite;
}

.video__btn-center {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.cmn--btn {
    color: #fff;
    border-radius: 5px;
    line-height: 24px;
    font-weight: 500;
    padding: 14px 30px 12px;
    background: #FF6A00;
    border: 1px solid rgba(255, 106, 0, 0.2);
    text-transform: uppercase;
    font-size: 16px;
    overflow: hidden;
    position: relative;
    display: inline-flex;
    align-items: center;
    font-family: "Josefin Sans", sans-serif;
}

.cmn--btn:hover {
    background: #FF6A00;
    color: #dcf3ff;
}

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

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

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

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

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

.btn.fz--16 {
    font-size: 16px;
}

.button-area {
    margin: -5px;
}

.button-area a {
    margin: 5px;
}

button.cmn--btn:hover {
    background: #FF6A00;
    color: #fff;
}

.btn__grp {
    margin: -5px;
}

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

.btn__grp .cmn--btn:nth-of-type(2n) {
    background: transparent;
    color: #FF6A00;
    border: none;
    text-decoration: underline;
    font-size: 20px;
    text-transform: capitalize;
    padding: 0;
}

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

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

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

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

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

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

.menu>li:nth-last-of-type(1) .submenu,
.menu>li:nth-last-of-type(2) .submenu {
    left: unset;
    right: 0;
}

.pagination {
    margin: -3px;
    margin-top: 25px;
    flex-wrap: wrap;
    justify-content: center;
}

.pagination .page-item {
    text-align: center;
    padding: 3px;
}

.pagination .page-item a,
.pagination .page-item span {
    width: 40px;
    height: 40px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: rgba(255, 255, 255, 0.1);
    color: #dcf3ff;
    padding: 0;
    line-height: 40px;
    display: block;
    margin: 0;
    border: 1px solid rgba(220, 243, 255, 0.2);
    background: #002143;
}

.pagination .page-item a.active,
.pagination .page-item span.active {
    background: #FF6A00;
}

.pagination .page-item span {
    border: none;
}

.pagination .page-item.active span,
.pagination .page-item.active a,
.pagination .page-item:hover span,
.pagination .page-item:hover a {
    background: #FF6A00;
    color: #fff;
    border-color: rgba(220, 243, 255, 0.2);
}

.pagination .page-item.disabled span {
    background: rgba(255, 106, 0, 0.3);
    border: none;
    color: #fff;
}

.account-logo .logo a {
    height: 60px;
    display: block;
}

.account-logo .logo img {
    height: 50px;
    width: 100%;
    object-fit: contain;
}

.card-deposit {
    margin-left: auto;
    margin-right: auto;
    max-width: 350px;
}

.warining--grow {
    animation: animeShade .8s linear infinite;
}

@keyframes animeShade {
    0% {
        box-shadow: 0 0 0 0px rgba(255, 106, 0, 0.2),
            0 0 0 1px rgba(255, 106, 0, 0.3),
            0 0 0 1.5px rgba(255, 106, 0, 0.4);
        background-color: rgba(255, 106, 0, 0.1) !important;
    }

    100% {
        box-shadow: 0 0 0 4px rgba(255, 106, 0, 0.45),
            0 0 0 5px rgba(255, 106, 0, 0.5),
            0 0 0 6px rgba(255, 106, 0, 0.55);
        background-color: rgba(255, 106, 0, 1) !important;
    }
}

body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    justify-content: space-between;
}

.privacy--menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.privacy--menu li {
    padding: 4px;
}

.privacy--menu li a {
    padding: 0 4px;
    color: #fff;
    font-size: 14px;
}

.privacy--menu li a:hover {
    color: #ff6a00
}

.seller-thumb {
    position: relative;
}

.seller-thumb img {
    width: 100%;
    border-radius: 5px;
    margin-bottom: 15px;
    text-align: center;
}

.user-dashboard-icon img {
    width: 35px;
    height: 35px;
    object-fit: cover;
    border-radius: 50%;
}

.user-dashboard-icon {}

.user-dashboard-icon::after {
    display: none;
}

.withdraw-preview .list-group-item {
    display: flex;
    justify-content: space-between;
}

.badge {
    font-weight: 400;
}

.cookie__wrapper {
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    background: #192a56;
    padding: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 10vh;
    font-size: 18px;
    z-index: 99999;
    color: #ddd;
    border-top: 1px solid rgba(255, 255, 255, .1);
}

.cookie__wrapper .txt {
    max-width: 720px;
    margin-right: 20px;
}

.specification__lists li {
    display: flex;
    padding: 5px 0;
    justify-content: space-between;
    font-size: 14px;
    border-bottom: 1px dashed rgba(255, 255, 255, .1)
}

.specification__lists li .name {
    color: #ff6a00;
}

@media screen and (min-width:1200px) {
    .seller-info li:nth-child(even) {
        text-align: right;
    }

    .seller-info li {
        min-width: calc((100% / 3) + 1px);
    }
}

.profile-page-seller li {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border-bottom: 1px dashed rgba(255, 255, 255, .1);
    padding: 10px 5px;
    width: 100%;
}

.comments-details {
    max-width: 300px;
    margin: 0 auto;
}





.dashboard-menu {
    background: #042444;
    padding: 20px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    position: relative;
    box-shadow: 0 0 15px rgba(255, 255, 255, 0.1);
}

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

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

.dashboard-menu ul li a.active {
    margin: 5px 0;
}

.dashboard-menu ul li a {
    display: block;
    padding: 10px;
    line-height: 1.5;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    color: #93b4ca;
    border-radius: 10px 4px 4px 10px;
    border-right: none;
}

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

.dashboard-menu ul li a:hover,
.dashboard-menu ul li a.active {
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
    border-color: #ff6a00;
}

.dashboard-menu .side-sidebar-close-btn {
    right: 25px;
    top: 25px;
    display: none;
    position: absolute;
    color: red;
    font-size: 24px;
    line-height: 1;
}

@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%);
    }

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

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

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

    .dashboard-menu .side-sidebar-close-btn {
        display: block;
    }

    .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: #042444;
    }
}

.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;
}

.dashboard-menu .user {
    text-align: center;
    padding: 30px 30px 15px;
}

.dashboard-menu .user .thumb {
    width: 120px;
    overflow: hidden;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin: 0 auto 15px;
}

.dashboard-menu .user .thumb a {
    display: block;
}

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

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

.sidebar__init {
    background: #FF6A00;
    color: #fff;
    border-radius: 3px;
    border: 1px solid rgba(255, 255, 255, .1);
    font-size: 24px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin-left: auto;
}


label.required:after {
    content: '*';
    color: #DC3545 !important;
    margin-left: 2px;
}

.stripe-button-el {
    margin-top: 20px;
}

.custom--dropdown {
    position: relative;
    width: auto;
    min-width: 130px;
    border-radius: 5px;
    margin-left: 20px;
}

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

.custom--dropdown:after {
    content: "\f107";
    position: absolute;
    font-weight: 900;
    font-family: "Line Awesome Free";
    top: 50%;
    right: 10px;
    transition: auto;
    transform: translateY(-50%);
    transition: 0.3s ease-in-out;
    font-size: 14px;
    color: #fff;
}

.custom--dropdown.open:after {
    -webkit-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
}

.custom--dropdown>.custom--dropdown__selected {
    background-color: #ffffff14;
    border-radius: 5px;
    cursor: pointer;
    padding: 8px 10px;
    font-size: 16px;
}

@media (max-width: 1199px) {
    .custom--dropdown>.custom--dropdown__selected {
        padding: 5px 10px;
    }
}

.custom--dropdown>.dropdown-list {
    position: absolute;
    background-color: #fff;
    width: 100%;
    border-radius: 5px;
    opacity: 0;
    overflow: hidden;
    transition: 0.25s ease-in-out;
    transform: scaleY(0);
    transform-origin: top center;
    top: 100%;
    margin-top: 5px;
    z-index: -1;
    visibility: hidden;
    max-height: 230px;
    overflow-y: auto !important;
}

.custom--dropdown>.dropdown-list::-webkit-scrollbar {
    width: 4px;
    height: 4px;
}

.custom--dropdown.open>.dropdown-list {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    visibility: visible;
    z-index: 999 !important;
    background: #002143 !important;
    border: 1px solid #ffffff1f;
}

.dropdown-list>.dropdown-list__item {
    padding: 10px 15px;
    cursor: pointer;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    font-size: 14px;
    margin-right: 0 !important;
}

.dropdown-list>.dropdown-list__item:hover {
    background-color: #ebedf842;
}

.dropdown-list>.dropdown-list__item,
.custom--dropdown>.custom--dropdown__selected {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.dropdown-list>.dropdown-list__item .thumb,
.custom--dropdown>.custom--dropdown__selected .thumb {
    max-width: 30px;
}

.dropdown-list__item .thumb img {
    border-radius: 50%;
    height: 20px;
    width: 20px;
}

.dropdown-list>.dropdown-list__item .text,
.custom--dropdown>.custom--dropdown__selected .text {
    width: calc(100% - 30px);
    padding-left: 10px;
    color: #fff;
}

.custom--dropdown__selected.dropdown-list__item .thumb .flag {
    border-radius: 50%;
    height: 20px;
    width: 20px;
}

/* social login wrapper css start here  */
.social-login-wrapper {
    display: flex;
    gap: 10px 15px;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.social-login-btn {
    border: 1px solid rgba(255, 255, 255, 0.3);
    color: rgba(255, 255, 255, 0.8);
    font-size: 14px;
}

.social-login-btn:hover {
    color: #fff;
    border-color: rgba(255, 255, 255, 0.5);
}

.another-login {
    position: relative;
    text-align: center;
    width: 100%;
    margin-bottom: 16px;
    z-index: 1;
}

.another-login::after {
    position: absolute;
    content: "";
    top: 50%;
    left: 0;
    width: 100%;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.3);
}

.another-login .text {
    background: linear-gradient(0deg, #042444 0%, #04245c 100%);
    padding: 0 7px;
    position: relative;
    z-index: 1;
}

/* social login wrapper css end here  */

.alert {
    background-color: transparent !important;
    font-weight: 400;
    padding: 17px 24px;
    border-radius: 5px;
    border: 1px solid !important;
}

@media screen and (max-width: 991px) {
    .alert {
        padding: 16px;
    }
}

@media screen and (max-width: 575px) {
    .alert {
        padding: 12px;
    }
}

.alert-heading {
    margin-top: 0 !important;
}

hr {
    padding-bottom: 10px !important;
    margin-bottom: 15px !important;
    color: #4a5e74;
    opacity: 1;
}

.alert p {
    color: rgba(255, 255, 255, .6) !important;
}

.input-group-text.border--danger {
    border-color: transparent;
    color: #fff !important;
}

.input-group-text.bg--base {
    color: #fff;
    border-color: transparent !important;
}

.dark-input {
    background-color: #333;
    /* Dark background for input */
    color: #fff;
    /* Light text color for input */
    border: 1px solid #555;
    /* Slightly lighter border */
    padding: 10px;
    border-radius: 5px 0 0 5px;
}

.dark-input::placeholder {
    color: #ccc;
    /* Light placeholder text */
}

.dark-input:focus {
    background-color: #444;
    /* Slightly lighter background on focus */
    border-color: #666;
    /* Slightly lighter border on focus */
}

.dark-button {
    background-color: #444;
    /* Dark background for button */
    color: #fff;
    /* Light text color */
    border: 1px solid #555;
    /* Slightly lighter border */
    border-radius: 0 5px 5px 0;
    padding: 10px;
    cursor: pointer;
}

.dark-button:hover {
    background-color: #555;
    /* Lighter background on hover */
    border-color: #666;
    /* Slightly lighter border on hover */
}

/* Contact Map */
.contact-map {
    position: relative;
    border-radius: 5px;
}

.contact-map iframe {
    display: block;
    width: 100%;
    height: 380px;
    border-radius: 5px;
    border: none;
    -webkit-filter: grayscale(90%);
    filter: grayscale(90%);
}

.payment-system-list.is-scrollable::-webkit-scrollbar {
    width: 12px;
    /* Width of the scrollbar */
}

.payment-system-list.is-scrollable::-webkit-scrollbar-thumb {
    background-color: #00ff26;
    /* Color of the scrollbar thumb */
    border-radius: 10px;
    /* Rounded corners on the scrollbar thumb */
    border: 3px solid #ff0000;
    /* Space around the thumb */
}

.payment-system-list.is-scrollable::-webkit-scrollbar-track {
    background-color: #3300ff;
    /* Color of the scrollbar track */
    border-radius: 10px;
    /* Rounded corners on the track */
}

.card-header h5 {
    padding-top: 10px;
}

.question {
    margin-top: 7px;
    padding-bottom: 7px !important;
}

.daterangepicker {
    background-color: #333 !important;
    color: #fff !important;
    border-color: #444 !important;
}

.daterangepicker .calendar-table {
    background-color: #444 !important;
}

.daterangepicker .calendar-table tr td,
.daterangepicker .calendar-table tr th {
    color: #ddd !important;
}

.daterangepicker .calendar-table tr td.available:hover,
.daterangepicker .calendar-table tr td.available.active,
.daterangepicker .calendar-table tr td.in-range {
    background-color: #555 !important;
    color: #fff !important;
}

.daterangepicker .ranges ul li {
    color: #ddd !important;
}

.daterangepicker .ranges ul li.active,
.daterangepicker .ranges ul li:hover {
    background-color: #555 !important;
}

.daterangepicker .drp-buttons .btn {
    background-color: #555 !important;
    color: #fff !important;
    border-color: #666 !important;
}

.daterangepicker .drp-calendar.left .calendar-table,
.daterangepicker .drp-calendar.right .calendar-table {
    background-color: #333 !important;
    color: #fff !important;
}

.daterangepicker .drp-calendar.left .calendar-table td.active,
.daterangepicker .drp-calendar.right .calendar-table td.active {
    background-color: #555 !important;
    color: #fff !important;
}

.daterangepicker .calendar-table tr td,
.daterangepicker .calendar-table tr th {
    background-color: #333 !important;
}

/* Main editing area */
.nicEdit-main {
    background-color: #333;
    color: #fff;
    border: 1px solid #444;
    padding: 10px;
    min-height: 200px;
    /* Adjust as needed */
}

/* Toolbar container */
.nicEdit-panel {
    background-color: #333;
    border: 1px solid #444;
}

/* Buttons in the toolbar */
.nicEdit-panelContain .nicEdit-button {
    background-color: #444 !important;
    border: 1px solid #555 !important;
}

/* Hover effect on buttons */
.nicEdit-panelContain .nicEdit-button:hover {
    background-color: #555 !important;
}

/* Active button state */
.nicEdit-panelContain .nicEdit-buttonActive {
    background-color: #555 !important;
}

/* Dropdown lists and options */
.nicEdit-pane {
    background-color: #333;
    border: 1px solid #444;
}

.nicEdit-pane ul {
    background-color: #444;
    color: #fff;
}

.nicEdit-pane ul li {
    border-bottom: 1px solid #555;
}

.nicEdit-pane ul li:hover {
    background-color: #555;
}

/* Fonts and dropdown labels */
.nicEdit-fontFamilySelect,
.nicEdit-fontSizeSelect {
    background-color: #444;
    color: #fff;
    border: 1px solid #555;
}

.nicEdit-fontFamilySelect option,
.nicEdit-fontSizeSelect option {
    background-color: #444;
    color: #fff;
}

/* Selected dropdown item */
.nicEdit-fontFamilySelect option:checked,
.nicEdit-fontSizeSelect option:checked {
    background-color: #555;
}

/* Selected text color for dropdown */
.nicEdit-fontFamilySelect:focus option:checked,
.nicEdit-fontSizeSelect:focus option:checked {
    background-color: #555;
    color: #fff;
}

.nicEdit-panelContain {
    background-color: #555 !important;
    border-color: #555 !important;
    color: #fff !important;
}

.nicEdit-selectContain div {
    border: 1px solid rgb(0 0 0) !important;
    background-color: rgb(51 51 51) !important;
}

.custom-nav-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border: 2px solid #fff;
    /* Customize color */
    border-radius: 50%;
    background-color: transparent;
    /* Customize background color */
    cursor: pointer;
    transition: background-color 0.3s ease;
    opacity: 0.75;
}

.custom-nav-icon i {
    color: #fff;
    /* Customize icon color */
    font-size: 16px;
    /* Customize icon size */
}

.custom-nav-icon:hover {
    background-color: rgba(255, 255, 255, 0.1);
    /* Customize hover background color */
}