@import url("https://fonts.googleapis.com/css?family=Rajdhani:400,600,700|Roboto:400,400i&display=swap");

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}
::selection {
    background: #b3d4fc;
    text-shadow: none;
}
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}
audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}
fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}
textarea {
    resize: vertical;
}
.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}
.hidden {
  display: none !important; }

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
  white-space: inherit; }

.invisible {
  visibility: hidden; }

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;}

.clearfix:after {
  clear: both; }

@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
}

pre {
    white-space: pre-wrap !important;
}

pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
}
thead {
    display: table-header-group;
}

tr,
  img {
    page-break-inside: avoid;
}

p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
}

h2,
  h3 {
    page-break-after: avoid;
} }
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}
body {
    margin: 0;
}
main {
    display: block;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}
pre {
    font-family: monospace, monospace;
    font-size: 1em;
}
a {
    background-color: transparent;
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
}
b,
strong {
    font-weight: bolder;
}
code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
small {
    font-size: 80%;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}
img {
    border-style: none;
}
button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}
button,
input {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

progress {
    vertical-align: baseline;
}

textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
  /* 1 */
    padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
    -webkit-appearance: textfield;
  /* 1 */
    outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
    -webkit-appearance: button;
  /* 1 */
    font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
    display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
    display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
    display: none;
}

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

body {
    padding: 0;
    margin: 0;
    font-size: 16px;
    color: #555555;
    line-height: 24px;
    overflow-x: hidden;
    font-family: "Roboto", sans-serif;
    background: #fff;
}

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

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

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

h1 {
    font-size: 48px;
}

h2 {
    font-size: 36px;
    margin-top: -9px;
}

h3 {
    font-size: 28px;
    margin-top: -6px;
}

h4 {
    font-size: 24px;
    margin-top: -6px;
}

h5 {
    font-size: 22px;
    margin-top: -5px;
}

h6 {
    font-size: 20px;
    margin-top: -5px;
}

p {
    margin-top: -10px;
}

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

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

    h2 {    
        font-size: 50px;
        margin-top: -9px;
        line-height: 55px;
    }

    h3 {
        font-size: 36px;
        margin-top: -9px;
    }

    h4 {
        font-size: 30px;
        margin-top: -8px;
    }

    h5 {
        font-size: 24px;
        margin-top: -6px;
    }

    h6 {
        font-size: 22px;
        margin-top: -5px;
    }
}

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

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

ul {
    margin: 0;
    padding: 0;
}

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

select,
input,
textarea,
button {
    width: 100%;
    background-color: #ffffff;
    border: 1px solid #e5e5e5;
    outline: none;
}

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

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

label,
button,
select {
    cursor: pointer;
}

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

input:focus {
    border: 1px solid #f74a05;
}

input[type="submit"] {
    cursor: pointer;
    background-color: #5350ff;
    color: #ffffff;
    font-weight: 700;
    padding: 0;
}

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

.bg_overlay {
    position: relative;
}

.bg_overlay::before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    top: 0;
    right: 0;
    background: rgba(35, 35, 35, 0.9);
}

.bg_fixed {
    background-attachment: fixed;
}

.category-list .category-item ul li a::after, .feature-item::after, .how-item::before, .client-item .client-content blockquote::after, .privacy-content .item .bullet-list li::before, .contact--item::before, .contact--item::after, .post-details.post-item .post-content .bullet-list li::before {
    position: absolute;
    content: '';
}

.custom-pagination, .footer-area, .social-icons, .header-wrapper .header-top-item .header-top-icon, .header-wrapper .header-top-right-item a, .header-bottom .header-bottom-area, .header-bottom .header-bottom-area .menu-area, .exchange-form, .exchange-form .form-group, .exchange-limit, .category-list .category-item > a, .blog-sidebar .widget.widget-post ul li a, .blog-sidebar .widget.widget-tags ul, .counter-item .counter-header, .sponsor-item, .team-item .team-thumb .hover, .team-item .team-thumb .hover ul, .faq-wrapper-3,
.faq-wrapper-2, .faq-wrapper-3 .faq-item,
.faq-wrapper-2 .faq-item, .faq-wrapper-3 .faq-item .faq-number .thumb,
.faq-wrapper-2 .faq-item .faq-number .thumb, .account-form, .account-form .form-group.checkgroup, .terms-of-service-wrapper .item, .contact--item .contact-thumb, .process-tab .tab-menu, .process-tab .tab-menu li .thumb, .exchange-from-to-form, .confirmation-group, .affiliate-item, .affiliate-item .affiliate-thumb, .section-404, .deposit-item .deposit-thumb .thumb-content, .profile-wrapper, .preview-lists li, .contact-form-group.checkgroup, .post-item, .post-item .post-content .meta-post, .post-item .post-content .meta-post a, .post-details.post-item .post-content .bullet-list, .post-details.post-item .tags-area, .comment-area .comment-item, .comment-form, .custom-button:before {
    display: flex;
    flex-wrap: wrap;
}

.deposit-item .deposit-thumb .thumb-content::before {
    top: 0;
    left: 0;
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
}

.banner-overlay::before, .widget-banner::before, .bg-overlay::before, .faq-wrapper-3 .faq-item .faq-number .thumb::before,
.faq-wrapper-2 .faq-item .faq-number .thumb::before, .post-details.post-item .post-content blockquote::before {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    content: "";
}

.primary-bg {
    background: -webkit-linear-gradient(-90deg, #071a20 0%, #01141a 45%, #021013 100%);
}

.padding-top {
    padding-top: 90px;
}

.padding-bottom {
    padding-bottom: 90px;
}

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

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

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

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

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: #13114A;
}

.preloader-inner {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 80px;
}

.preloader-inner img {
    max-width: 100%;
}

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

.tab-item {
    display: none;
    animation-name: fadeInUp;
    -webkit-animation-name: fadeInUp;
    -moz-animation-name: fadeInUp;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
}

.tab-item.active {
    display: block;
}

.tab-menu li {
    cursor: pointer;
}

.mt-10 {
    margin-top: 10px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-50 {
    margin-top: 50px;
}

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

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

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

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

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

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

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

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

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

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

.c-thumb {
    overflow: hidden;
}

.c-thumb a {
    display: block;
}

.c-thumb img {
    width: 100%;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

@media (min-width: 992px) {
    .mw-lg-100 {
        min-width: 100%;
    }
}

@media (min-width: 1200px) {
    .mw-xl-100 {
        min-width: 100%;
    }
}

.bg-title {
    background: #ffffff;
}

.bg-title * {
    color: #ffffff;
}

/*Section-Header Starts Here*/
.section-header {
    text-align: center;
    margin: 0 auto 50px;
}

.section-header .cate {
    font-size: 18px;
    display: block;
    text-transform: uppercase;
    margin-top: -5px;
    color: #5350ff;
    margin-bottom: 15px;
}

.section-header .title {
    margin-bottom: 16px;
    text-transform: capitalize;
}

.section-header .title span {
    color: #5350ff;
}

.section-header p {
    max-width: 600px;
    margin: 0 auto;
}

@media (min-width: 576px) {
    .section-header {
        margin-bottom: 60px;
    }

    .section-header .cate {
        margin-bottom: 20px;
    }

    .section-header .title {
        margin-bottom: 10px;
    }
}

@media (min-width: 992px) {
    .section-header {
        margin-bottom: 80px;
    }
}

@media (min-width: 768px) {
    .section-header.left-style {
        text-align: left;
    }

    .section-header.left-style p {
        margin-left: 0;
    }
}

@media (min-width: 992px) {
    .section-header.left-style {
        margin-bottom: 70px;
    }
}

.section-header.margin-olpo {
    margin-bottom: 40px;
}

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

.custom-pagination {
    margin: -8px;
    margin-top: 32px;
    justify-content: center;
}

@media (min-width: 576px) {
    .custom-pagination {
        margin-top: 62px;
    }
}

.custom-pagination li {
    padding: 8px;
}

.custom-pagination li a {
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid #5350ff;
    color: #ffffff;
}

.custom-pagination li a:hover {
    color: #5350ff;
    border-color: #5350ff;
}

.custom-pagination li a.active {
    color: #0c0026;
    border-color: #5350ff;
    background: #5350ff;
}

@media (max-width: 575px) {
    .custom-pagination li a {
        height: 40px;
        width: 40px;
        line-height: 40px;
    }
}

.section-bg {
    background: #f5f5f7 !important;
}
.section-bg .transaction-table {
    background: #fff;
}
.body-bg {
    background: #fff !important;
}

.common-pagination {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: -5px;
    margin-top: 15px;
    position: relative;
    z-index: 1;
    height: auto;
}

@media (min-width: 768px) {
    .common-pagination {
        margin-top: 25px;
    }
}

.common-pagination span {
    width: 10px;
    height: 10px;
    display: block;
    margin: 5px;
    background: #5350ff;
    outline: none;
    border-radius: 5px;
    transition: all ease .5s;
}
.common-pagination span.swiper-pagination-bullet-active {
    width: 20px;
}
.overlay {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.7);
    position: fixed;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
}

.overlay.active {
    opacity: 1;
    visibility: visible;
    animation-name: fadeIn;
    -webkit-animation-name: fadeIn;
    -moz-animation-name: fadeIn;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
}

::selection {
    background: #5350ff;
    text-shadow: none;
    color: #fff;
}

.footer-bottom {
    padding: 20px 0;
    text-align: center;
}

.footer-bottom p {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
}

.footer-bottom p a {
    color: #5350ff;
}

.footer-area {
    justify-content: space-between;
    margin: 0 -15px -50px;
}

.footer-area .footer-widget {
    width: 25%;
    margin-bottom: 50px;
    padding: 0 15px;
    max-width: 260px;
    color: #fff;
}

.footer-area .footer-widget .title {
    font-weight: 600;
    margin-bottom: 20px;
    color: #fff;
}

.footer-area .footer-widget.widget-link {
    width: 24%;
}

.footer-area .footer-widget.widget-link ul {
    margin-bottom: -12px;
}

.footer-area .footer-widget.widget-link ul li {
    padding: 0;
}

.footer-area .footer-widget.widget-link ul li a {
    color: rgba(255, 255, 255, 0.8);
    font-family: "Rajdhani", sans-serif;
    font-size: 18px;
    padding: 5px 0;
    display: inline-flex;
    align-items: center;
}

.footer-area .footer-widget.widget-link ul li a:before {
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    color: #5350ff;
    margin-right: 5px;
    font-size: 16px;
}

.footer-area .footer-widget.widget-link ul li a:hover {
    color: #5350ff;
    padding-left: 3px;
}

.footer-area .footer-widget.widget-about {
    max-width: 100%;
    width: 28%;
}

.footer-area .footer-widget.widget-about .footer-logo {
    max-width: 220px;
    margin-bottom: 42px;
}

.footer-area .footer-widget.widget-about .footer-logo a {
    display: block;
}

.footer-area .footer-widget.widget-about .footer-logo img {
    max-width: 100%;
}

.footer-area .footer-widget.widget-about p {
    margin-bottom: 26px;
}

@media (max-width: 991px) {
    .footer-area .footer-widget {
        width: 50% !important;
    }
}

@media (max-width: 575px) {
    .footer-area .footer-widget {
        width: 100% !important;
    }
}

.social-icons {
    margin: -5px;
}

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

.social-icons li a {
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    color: #ffffff;
    background: #12cbc4;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.social-icons li a.facebook {
    background: #3b5998;
}

.social-icons li a.twitter {
    background: #55acee;
}

.social-icons li a.linkedin {
    background: #007bb5;
}

.social-icons li a.instagram {
    background: #e4405f;
}

.social-icons li a.tumblr {
    background: #34465d;
}

.social-icons li a.youtube {
    background: #cd201f;
}

.social-icons li a.google {
    background: #dd4b39;
}

.social-icons li a.pinterest {
    background: #007bb5;
}

.social-icons li a.behance {
    background: #1769ff;
}

header {
    word-break: break-all;
    z-index: 99;
}

.header-top {
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    overflow: hidden;
    overflow: hidden;
    background: #5350ff;
}

.header-top-area {
    overflow: hidden;
}

@media (max-width: 991px) {
    .header-top-area {
        padding: 25px;
        width: 100%;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 100;
        background: #13114A;
        -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        transform: translateY(-100%);
        -webkit-transition: all ease 0.3s;
        -moz-transition: all ease 0.3s;
        transition: all ease 0.3s;
    }

    .header-top-area.active {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

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

@media (min-width: 992px) {
    .header-wrapper {
        padding: 10px 0;
    }
}

.header-wrapper .header-top-item {
    display: flex;
    align-items: center;
    position: relative;
    margin-bottom: 20px;
}

.header-wrapper .header-top-item .header-top-icon {
    font-size: 24px;
    color: #fff;
    text-align: center;
    line-height: 30px;
    margin-right: 5px;
}


.header-wrapper .header-top-item .header-top-content {
    padding-left: 15px;
}

.header-wrapper .header-top-item .header-top-content .title {
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 600;
    margin-top: -5px;
}

.header-wrapper .header-top-item .header-top-content a,
      .header-wrapper .header-top-item .header-top-content span {
    display: block;
    color: #fff;
}

.header-wrapper .header-top-item::after {
    width: 0;
    height: 100%;
    border-right: 1px dotted #e5e5e5;
    content: "";
    position: absolute;
    top: 0;
    right: -35px;
}

@media (max-width: 1199px) {
    .header-wrapper .header-top-item::after {
        display: none;
    }
}

.header-wrapper .header-top-item:last-child::after {
    display: none;
}

.header-wrapper .header-top-right-item {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    background-color: rgba(255, 255, 255, .1);
}

.header-wrapper .header-top-right-item a {
    width: 64px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    color: #ffffff;
    font-size: 24px;
    align-items: center;
    justify-content: center;
}

.header-wrapper .header-top-right-item a img {
    max-width: 24px;
    max-height: 24px;
}

.header-wrapper .header-top-right-item span {
    padding: 0 30px;
    min-height: 40px;
    line-height: 40px;
    font-size: 18px;
    color: #ffffff;
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    font-weight: 600;
    font-family: "Rajdhani", sans-serif;
}

@media (max-width: 1199px) {
    .header-wrapper {
        justify-content: center;
    }

    .header-wrapper .header-top-item {
        width: 33.33%;
    }
}

@media (max-width: 1199px) and (max-width: 991px) {
    .header-wrapper .header-top-item {
        width: 50%;
    }
}

@media (max-width: 1199px) and (max-width: 991px) and (max-width: 767px) {
    .header-wrapper .header-top-item {
        width: 100%;
    }
}

.header-bottom {
    padding: 15px 0;
    position: relative;
    z-index: 99;
    background: #161c2a;
}

@media (min-width: 992px) {
    .header-bottom {
        padding: 20px 0;
    }
}

.header-bottom .header-bottom-area {
    align-items: center;
    justify-content: space-between;
}

.header-bottom .header-bottom-area .logo {
    width: 180px;
}

.header-bottom .header-bottom-area .logo a img {
    max-width: 100%;
    max-height: 60px;
}

.header-bottom .header-bottom-area .menu-area {
    width: calc(100% - 180px);
    justify-content: flex-end;
    align-items: center;
}

@media (min-width: 992px) {
    .header-bottom .header-bottom-area .menu-area .menu {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }

    .header-bottom .header-bottom-area .menu-area .menu li {
        padding: 5px;
        position: relative;
    }

    .header-bottom .header-bottom-area .menu-area .menu li a {
        font-size: 18px;
        color: #ffffff;
        padding: 8px;
        display: inline-flex;
        align-items: center;
        text-transform: capitalize;
    }
    .header-bottom .header-bottom-area .menu-area .menu li .sub-menu {
        min-width: 220px;
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 1;
        opacity: 0;
        visibility: hidden;
        box-shadow: 0 0 5px rgba(255, 255, 255, 0.2);
    }

    .header-bottom .header-bottom-area .menu-area .menu li .sub-menu li {
        padding: 0;
    }

    .header-bottom .header-bottom-area .menu-area .menu li .sub-menu li a {
        display: flex;
        justify-content: space-between;
        padding: 7px 15px;
        background-color: #0E0D35;
        color: #ffffff;
        font-size: 16px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    }

    .header-bottom .header-bottom-area .menu-area .menu li .sub-menu li:last-child a {
        border-bottom: 1px solid transparent;
    }

    .header-bottom .header-bottom-area .menu-area .menu li .sub-menu li:hover > a {
        color: #fff;
        background: #5350ff;
        padding-left: 20px;
    }

    .header-bottom .header-bottom-area .menu-area .menu li .sub-menu li .sub-menu {
        top: -1px;
        left: 100%;
    }

    .header-bottom .header-bottom-area .menu-area .menu li:hover a {
        color: #ffffff;
    }

    .header-bottom .header-bottom-area .menu-area .menu li:hover > .sub-menu {
        opacity: 1;
        visibility: visible;
    }
    .header-bottom.header-fixed .header-bottom-area .menu-area .menu li a, .header-bottom.header-fixed .header-bottom-area .menu-area .menu li a {
        color: #fff;
    }
}
.card.section-bg .card-header {
    background: #232323;
}
@media (max-width: 991px) {
    .header-bottom .header-bottom-area .menu-area .menu {
        width: 100%;
        position: absolute;
        top: 100%;
        left: 0;
        background: #0E0D35;
        -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;
        z-index: 111;
    }

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

    .header-bottom .header-bottom-area .menu-area .menu > li:first-child > a {
        border-top: 1px solid rgba(255, 255, 255, 0.1);
    }

    .header-bottom .header-bottom-area .menu-area .menu li {
        padding: 0;
    }

    .header-bottom .header-bottom-area .menu-area .menu li a {
        font-weight: 500;
        padding: 7px 15px;
        color: #fff;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        display: flex;
        align-items: center;
        justify-content: space-between;
        text-transform: capitalize;
        font-size: 16px;
    }

    .header-bottom .header-bottom-area .menu-area .menu li .sub-menu {
        padding-left: 20px;
        display: none;
    }

    .header-bottom .header-bottom-area .menu-area .menu li .sub-menu li a {
        font-size: 15px;
    }
}

/*Header Bar*/
.header-bar-area {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

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

.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: #5350ff;
    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);
}

.search-bar a {
    color: #12cbc4;
    width: 50px;
    font-size: 20px;
}

@media (min-width: 992px) {
    .search-bar {
        margin-left: 20px;
    }

    .search-bar a {
        border-left: 1px solid #e5e5e5;
    }
}

.ellipsis-bar {
    text-align: center;
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #ffffff;
}

@media (min-width: 992px) {
    .ellipsis-bar {
        width: 20px;
        height: 20px;
        line-height: 20px;
    }
}

@media screen and (max-width: 375px) {
    .header-bottom .header-bottom-area .logo {
        width: 150px;
    }

    .header-bottom .header-bottom-area .menu-area {
        width: calc(100% - 150px);
    }

    .header-bar-area,
  .search-bar a {
        width: 40px;
        height: 40px;
        line-height: 40px;
    }

    .ellipsis-bar {
        width: 20px;
        text-align: right;
        line-height: 30px;
        height: 30px;
    }

    .header-bar-area {
        width: 40px;
    }
}

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

.header-bttom {
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.header-fixed {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    background: #35464f;
}
.header-bottom .select-bar .list .option {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.banner-section {
    position: relative;
    padding: 200px 0;
}

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

@media (max-width: 575px) {
    .banner-section {
        padding: 110px 0;
    }
}

.banner-overlay {
    position: relative;
    overflow: hidden;
}

.banner-overlay::before {
    width: 101%;
    height: 101%;
    background: rgba(0, 0, 0, 0.8);
}

.banner-overlay .container, .banner-overlay .container-fluid {
    position: relative;
    z-index: 1;
}

.banner-content .content {
    margin: 0 auto 45px;
}

.banner-content .content .title {
    margin: 0;
    margin-bottom: 35px;
}

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

.banner-content .content p {
    color: rgba(255, 255, 255, 0.9);
    font-size: 18px;
    line-height: 1.5;
    max-width: 550px;
}

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

@media (min-width: 992px) {
    .banner-content .content p {
        margin-bottom: 0;
    }
}

@media (min-width: 992px) {
    .banner-content .content .title {
        margin-bottom: 40px;
    }

    .banner-content .content p {
        margin-bottom: 40px;
    }
}

.exchange-form {
    text-align: left;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: -20px;
}

@media (max-width: 991px) {
    .exchange-form {
        max-width: 400px;
    }
}

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

.exchange-form .form-group label {
    width: 100%;
    color: #ffffff;
}

.exchange-form .form-group input {
    width: calc(100% - 170px);
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    height: 60px;
    padding: 0 25px;
    color: #0c0026;
    font-size: 18px;
    background: #ffffff;
}

.exchange-form .form-group input::placeholder {
    color: #0c0026;
}

.exchange-form .form-group input:focus {
    border-color: #5350ff;
}

.exchange-form .form-group input[type="submit"] {
    width: 100%;
    color: #ffffff;
    background: #5350ff;
}

.exchange-form .form-group .select-bar {
    width: 170px;
    height: 60px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background: #35464f;
    border-color: #35464f;
}

.exchange-form .form-group .select-bar .current {
    line-height: 60px;
    display: block;
    font-weight: 600;
    font-size: 18px;
    color: #ffffff;
    text-align: center;
    font-family: "Rajdhani", sans-serif;
}

.exchange-form .form-group .select-bar::after {
    border-color: #ffffff;
}

.exchange-form .form-group .select-bar .list {
    border-radius: 0;
}

.exchange-form .form-group .select-bar .list .option {
    color: #0c0026;
}

.exchange-form .form-group.submit {
    width: 140px;
    font-family: "Rajdhani", sans-serif;
    text-transform: uppercase;
}

@media (max-width: 767px) {
    .exchange-form .form-group.submit {
        width: 170px;
    }
}

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

.exchange-form .form-group .select-bar .list {
    background: #0a3d62;
    border-radius: 0;
    color: #ffffff;
}

.exchange-form .form-group .select-bar .list .option {
    color: #ffffff;
}

.exchange-form .form-group .select-bar .list .option:hover, .exchange-form .form-group .select-bar .list .option.selected {
    color: #0c0026;
    background: #ffffff;
}

.exchange-form.cl-black label {
    color: #232323;
}

.list {
    max-height: 200px;
    width: 100%;
    overflow-y: scroll !important;
}

.list::-webkit-scrollbar-track {
    background-color: #ebebeb;
}

.list::-webkit-scrollbar {
    width: 4px;
    background-color: #ffffff;
}

.list::-webkit-scrollbar-thumb {
    background-color: #ffffff;
}
.exchange-limit {
    padding-top: 20px;
    margin-right: -10px;
}
.exchange-limit .item {
    color: #fff;
    margin-right: 10px;
}
.exchange-limit .item .amount {
    color: green;
}
/*Section Bg Change Effect Starts Here*/
.section-bg .affiliate-item .affiliate-content,
.section-bg .team-item .team-content,
.section-bg .client-item,
.section-bg .service-item,
.section-bg .faq-wrapper .faq-item,
.section-bg .faq-wrapper-3 .faq-item .faq-number .thumb,
.section-bg .faq-wrapper-2 .faq-item .faq-number .thumb,
.section-bg .contact-form .form-group input,
.section-bg .contact-form .form-group textarea,
.section-bg .contact--item .contact-item,
.section-bg .feature-item {
    background: #fff;
}

.section-bg.get-service .exchange-form .form-group input {
    background: #fff;
}

.section-bg.get-service .exchange-form .form-group input[type="submit"] {
    background: #5350ff;
}

/*Sidebar CSS Starts Here*/
.category-list .category-item {
    padding: 0;
    background: #0E0D35;
    margin-bottom: 10px;
}

.category-list .category-item:last-child {
    margin-bottom: 0;
}

.category-list .category-item > a {
    justify-content: space-between;
    padding: 15px 20px;
    color: #ffffff;
    text-transform: capitalize;
}

.category-list .category-item > a .amount::before {
    content: "(";
}

.category-list .category-item > a .amount::after {
    content: ")";
}

.category-list .category-item ul {
    padding: 10px 20px;
    display: none;
}

.category-list .category-item ul li a {
    position: relative;
    padding-left: 15px;
    color: #b3b4b4;
}

.category-list .category-item ul li a::after {
    width: 5px;
    height: 5px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: rgba(18, 203, 196, 0.5);
    top: 12px;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
    left: 0;
}

.category-list .category-item ul li a:hover {
    color: #12cbc4;
}

.category-list .category-item ul li a:hover::after {
    background: #12cbc4;
}

.category-list .category-item.active ul {
    display: block;
}

.category-list .category-item.open .category-title {
    color: #ffffff;
    background: #0a3d62;
}

aside {
    position: sticky;
    top: 130px;
    margin-top: 70px;
}

@media screen and (max-width: 379px) {
    aside {
        padding: 20px;
    }
}

@media (min-width: 992px) {
    aside {
        margin-top: 0;
    }
}

.widget {
    margin-bottom: 30px;
}

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

.widget-banner * {
    color: #ffffff;
    position: relative;
    z-index: 1;
}

.widget-banner::before {
    width: 80%;
    height: 80%;
    background: url(./img/question.png) no-repeat center center;
    background-size: contain;
    opacity: .08;
}

.widget-banner .title {
    margin-bottom: 20px;
}

.widget-banner p {
    margin-bottom: 20px;
}

.widget-banner a {
    font-size: 24px;
    font-weight: 700;
}

@media (max-width: 575px) {
    .widget-banner a {
        font-size: 20px;
    }
}

.blog-sidebar {
    max-width: 350px;
    margin-right: auto;
    margin-left: auto;
    position: sticky;
    top: 80px;
    padding: 0;
    background: transparent;
}

@media (min-width: 992px) {
    .blog-sidebar {
        margin-left: auto;
        top: 120px;
    }
}

.blog-sidebar .widget {
    margin-bottom: 40px;
    overflow: hidden;
}

@media (min-width: 768px) {
    .blog-sidebar .widget {
        margin-bottom: 60px;
    }
}

.blog-sidebar .widget.widget-search form .form-group {
    position: relative;
    overflow: hidden;
}

.blog-sidebar .widget.widget-search form .form-group input {
    border: 1px solid transparent;
    background: #0a3d62;
    padding-left: 20px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    color: #ffffff;
}

.blog-sidebar .widget.widget-search form .form-group input::placeholder {
    color: #ffffff;
}

.blog-sidebar .widget.widget-search form .form-group button {
    position: absolute;
    right: 0;
    top: 0;
    width: 70px;
    border: none;
    border-left: 1px solid #5350ff;
    background: #5350ff;
    font-weight: 600;
    color: #ffffff;
}

.blog-sidebar .widget .title {
    font-size: 20px;
    margin: 0;
    padding: 14px 30px;
    background: #0a3d62;
    color: #ffffff;
    margin-bottom: 10px;
    text-transform: capitalize;
}

.blog-sidebar .widget .title i {
    margin-right: 10px;
    font-weight: 500;
}

.blog-sidebar .widget.widget-archive, .blog-sidebar .widget.widget-category {
    background-color: #13114A;
}

.blog-sidebar .widget.widget-archive ul li, .blog-sidebar .widget.widget-category ul li {
    padding: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.blog-sidebar .widget.widget-archive ul li:last-child, .blog-sidebar .widget.widget-category ul li:last-child {
    border: none;
}

.blog-sidebar .widget.widget-archive ul li a, .blog-sidebar .widget.widget-category ul li a {
    padding: 15px 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    color: #ffffff;
    font-weight: 500;
    text-transform: capitalize;
}

.blog-sidebar .widget.widget-archive ul li a:hover, .blog-sidebar .widget.widget-category ul li a:hover {
    color: #5350ff;
}

.blog-sidebar .widget.widget-archive ul li a .amount::before, .blog-sidebar .widget.widget-category ul li a .amount::before {
    content: "(";
}

.blog-sidebar .widget.widget-archive ul li a .amount::after, .blog-sidebar .widget.widget-category ul li a .amount::after {
    content: ")";
}

.blog-sidebar .widget.widget-post {
    background-color: #13114A;
}

.blog-sidebar .widget.widget-post ul li {
    padding: 20px 25px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.blog-sidebar .widget.widget-post ul li:last-child {
    border-bottom: none;
}

.blog-sidebar .widget.widget-post ul li a:hover .subtitle {
    color: #5350ff;
}

.blog-sidebar .widget.widget-post ul li a .thumb {
    width: 80px;
}

.blog-sidebar .widget.widget-post ul li a .thumb img {
    width: 100%;
}

.blog-sidebar .widget.widget-post ul li a .content {
    width: calc(100% - 80px);
    padding-left: 20px;
}

.blog-sidebar .widget.widget-post ul li a .content .subtitle {
    font-size: 18px;
    line-height: 24px;
    margin-top: -5px;
    font-family: "Rajdhani", sans-serif;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.blog-sidebar .widget.widget-post ul li a .content span {
    font-size: 14px;
    font-style: italic;
    color: #b3b4b4;
}

@media screen and (max-width: 399px) {
    .blog-sidebar .widget.widget-post ul li {
        padding: 30px 15px;
    }

    .blog-sidebar .widget.widget-post ul li a .content .subtitle {
        font-size: 14px;
        line-height: 22px;
    }

    .blog-sidebar .widget.widget-post ul li a .content span {
        line-height: 20px;
        display: block;
        font-size: 12px;
        margin-top: 5px;
    }
}

.blog-sidebar .widget.widget-tags {
    background-color: #13114A;
}

.blog-sidebar .widget.widget-tags ul {
    padding: 20px 30px 30px;
    margin: -5px;
}

.blog-sidebar .widget.widget-tags ul li {
    padding: 5px;
}

.blog-sidebar .widget.widget-tags ul li a {
    border: 1px solid rgba(255, 255, 255, 0.2);
    font-weight: 500;
    padding: 6px 25px;
    color: #ffffff;
}

.blog-sidebar .widget.widget-tags ul li a:hover {
    color: #5350ff;
    border-color: #5350ff;
}

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

/*Feature-Section Starts Here*/
.feature-item {
    text-align: center;
    background: #13114A;
    padding: 40px 25px;
    margin-bottom: 30px;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
    position: relative;
}

.feature-item .feature-thumb {
    height: 80px;
    margin-bottom: 25px;
    width: 80px;
    margin: 0 auto 25px;
    background: #f5f5f7;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
}

.feature-item .feature-thumb img {
    max-height: 100%;
}

.feature-item .feature-content .title {
    margin-bottom: 25px;
    text-transform: capitalize;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.feature-item .feature-content p {
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.feature-item.active, .feature-item:hover {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
}

.feature-item.active .feature-content .title, .feature-item:hover .feature-content .title {
    color: #5350ff;
}

.feature-item.active::after, .feature-item:hover::after {
    opacity: 1;
    visibility: visible;
}

.feature-item::after {
    top: 100%;
    left: 0;
    background: #5350ff;
    width: 100%;
    height: 5px;
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
    z-index: -1;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
    opacity: 0;
    visibility: hidden;
}

/*How-Section Starts Here*/
.how-item {
    padding: 40px 30px;
    margin-bottom: 30px;
    position: relative;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
    position: relative;
    border: 3px solid rgba(255, 255, 255, .1);
    backdrop-filter: blur(10px);
}
.row {
    counter-reset: howcounter;
}
[class*="col"] {
    counter-increment: howcounter;
}
.rtl {
    direction: rtl;
}
.how-item::before {
    top: 15px;
    right: 15px;
    font-size: 60px;
    line-height: 1;
    color: #2985c780;
    content: "0"counter(howcounter);
}

[class*="col"]:nth-of-type(n + 10) .how-item::before {
    content: counter(howcounter);
}
.how-item .how-thumb {
    height: 70px;
    width: 70px;
    line-height: 70px;
    border-radius: 50%;
    margin: 0 0 20px;
    font-size: 24px;
    color: #5350ff;
    background: #fff;
    backdrop-filter: blur(10px);
    text-align: center;
}

.how-item .how-thumb img {
    max-height: 100%;
    max-width: 100%;
}

@media (max-width: 767px) {
    .how-item .how-thumb {
        height: 80px;
    }
}

.how-item .how-content .title {
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
    margin-bottom: -7px;
    font-weight: 600;
    color: #fff;
}

.how-item.active .serial, .how-item:hover .serial {
    background: #5350ff;
}

.how-item.active .title, .how-item:hover .title {
    color: #5350ff;
}

@media (min-width: 992px) {
    .how-item.three::before {
        display: none;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .how-item.two::before {
        display: none;
    }
}

.how-section::before {
    background: rgba(0, 0, 0, .4) !important;
}
/*Service Section Starts Here*/
.service-slider {
    overflow: hidden;
}

.service-item {
    padding: 20px 25px 32px;
    background: #f5f5f7;
    margin-bottom: 30px;
}

@media (max-width: 767px) and (min-width: 576px) {
    .service-item {
        max-width: 420px;
        margin: 0 auto 30px;
    }
}

.service-item .service-thumb {
    height: 80px;
    font-size: 120px;
    color: #5350ff22;
}

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

.service-item .service-content .title {
    margin-bottom: 25px;
    text-transform: capitalize;
}

.service-item .service-content p {
    margin-bottom: 24px;
}

.service-details-content p {
    margin-bottom: 32px;
}

.service-details {
    overflow: hidden;
}

/*Counter Section Starts Here*/
.counter-item {
    margin: 0 auto 30px;
    padding: 30px;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
    background: white;
    position: relative;
}

.counter-item .counter-header {
    align-items: center;
}

.counter-item .counter-header .title {
    margin: 0;
    color: #5350ff;
}
.counter-item .subtitle {
    font-size: 20px;
    font-weight: 600;
}

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

.counter-item .icon {
    position: absolute;
    bottom: 30px;
    right: 30px;
    font-size: 30px;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
    opacity: .3;
}

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

.counter-item:hover .icon {
    opacity: 1;
    -webkit-transform: translate(-10px, -15px) scale(1.4);
    -ms-transform: translate(-10px, -15px) scale(1.4);
    transform: translate(-10px, -15px) scale(1.4);
}

@media (max-width: 575px) {
    .counter-item {
        max-width: 350px;
    }
}


.bg-overlay {
    position: relative;
    overflow: hidden;
}

.bg-overlay::before {
    width: 101%;
    height: 101%;
    background: rgba(0, 0, 0, 0.8);
}

.bg-overlay .container, .bg-overlay .container-fluid {
    position: relative;
    z-index: 1;
}

@media only screen and (max-width: 991px) {
    .transaction-table,
  .transaction-table thead,
  .transaction-table tbody,
  .transaction-table th,
  .transaction-table td,
  .transaction-table tr {
        display: block;
    }

    .transaction-table thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    .transaction-table tr {
        margin: 0;
    }
}

@media only screen and (max-width: 991px) and (max-width: 499px) {
    .transaction-table tr:nth-child(odd) {
        background: #f5f5f7;
    }

    .transaction-table tr:nth-child(even) {
        background: #fff;
    }
}

@media only screen and (max-width: 991px) {
    .transaction-table td {
        border: none;
        border: 1px solid #e5e5e5;
        border-bottom: none;
        position: relative;
        display: block;
        padding: 10px 0;
        text-align: center;
    }

    .transaction-table td:last-child {
        padding: 10px;
    }

    .transaction-table td:before {
        top: 0;
        left: 0;
        width: 100%;
        display: block;
        white-space: nowrap;
        font-family: "Rajdhani", sans-serif;
        font-weight: 600;
        color: #232323;
        font-size: 18px;
    }

    .transaction-table td:before {
        content: attr(data-input);
    }
    .transaction-table tr:nth-last-child(1) td:last-child {
        border-bottom: 1px solid #e5e5e5 !important;
    }
}

@media only screen and (max-width: 991px) and (min-width: 500px) {
    .transaction-table .t-header,
  .transaction-table .t-body {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .transaction-table tr:nth-last-child(2) td:last-child  {
        border-bottom: 1px solid #e5e5e5 !important;
    }
    .transaction-table .t-header tr,
    .transaction-table .t-body tr {
        width: calc(50%);
    }

    .transaction-table .t-header tr td:last-child,
      .transaction-table .t-body tr td:last-child {
        border-bottom: none;
    }

    .transaction-table .t-header tr:nth-of-type(4n + 1),
      .transaction-table .t-body tr:nth-of-type(4n + 1) {
        background-color: #fff;
    }

    .transaction-table .t-header tr:nth-of-type(4n + 2),
      .transaction-table .t-body tr:nth-of-type(4n + 2) {
        background-color: #f5f5f7;
    }

    .transaction-table .t-header tr:nth-of-type(4n + 3),
      .transaction-table .t-body tr:nth-of-type(4n + 3) {
        background-color: #f5f5f7;
    }

    .transaction-table .t-header tr:nth-of-type(4n + 4),
      .transaction-table .t-body tr:nth-of-type(4n + 4) {
        background-color: #fff;
    }
}

@media (min-width: 992px) {
    .transaction-table {
        width: 100%;
        border: 1px solid #e5e5e5;
        text-align: center;
    }

    .transaction-table tr th {
        width: 18.5%;
        padding: 12px 10px;
        line-height: 1.5rem;
        font-family: "Rajdhani", sans-serif;
        color: #ffffff;
        font-size: 20px;
        font-weight: 600;
        border-right: 1px solid rgba(229, 229, 229, 0.2);
        border-bottom: 1px solid rgba(229, 229, 229, 0.2);
    }

    .transaction-table tr th:nth-child(4), .transaction-table tr th:nth-child(5), .transaction-table tr th:nth-child(1) {
        width: 21%;
    }

    .transaction-table tr th:last-child {
        border-right: none;
    }

    .transaction-table tbody td {
        padding: 16px 10px;
        border-right: 1px solid #e5e5e5;
        border-bottom: 1px solid #e5e5e5;
    }

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

.amount {
    color: #5350ff;
}

.exchanger {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    max-width: 200px;
    margin: 0 auto;
}

@media (min-width: 1200px) {
    .exchanger {
        align-items: flex-start;
    }

    .exchanger .thumb {
        margin-top: 8px;
    }
}

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

.exchanger .thumb a {
    display: block;
}

.exchanger .thumb a img {
    width: 100%;
}

.exchanger .content {
    text-align: left;
}

@media (min-width: 1200px) {
    .exchanger .content {
        padding-left: 15px;
    }

    .exchanger .content a {
        margin-top: -5px;
    }
}

.exchanger .content a {
    color: #ffffff;
    font-size: 14px;
    font-family: "Rajdhani", sans-serif;
    font-weight: 700;
    display: block;
}

.exchanger .content span {
    font-size: 14px;
    display: block;
    line-height: 20px;
}

.exchanger .thumb {
    margin: 8px auto 7px;
}

.exchanger .content {
    width: 100%;
    text-align: center;
}

.exchanger .content a {
    font-size: 17px;
    font-weight: 600;
}

@media (min-width: 1200px) {
    .exchanger .thumb {
        margin: 0;
    }

    .exchanger .content {
        width: calc(100% - 42px);
        text-align: left;
    }
}

.exchanger:hover .content a {
    color: #12cbc4;
}

/*Client Section Starts Here*/
.client-slider {
    overflow: hidden;
}

.client-item {
    padding: 35px 30px 30px;
    background: #f5f5f7;
}

.client-item .client-thumb .thumb {
    overflow: hidden;
    width: 80px;
    height: 80px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin-bottom: 15px;
}

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

.client-item .client-thumb .content {
    margin-bottom: 15px;
}

.client-item .client-thumb .content .title {
    font-weight: 600;
}

.client-item .client-content {
    font-size: 20px;
    font-style: italic;
    line-height: 1.5;
    font-family: "Rajdhani", sans-serif;
}

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

.client-item .client-content blockquote {
    position: relative;
    margin: 0;
    border-left: 2px solid #5350ff;
}

.client-item .client-content blockquote::after {
    background: url(./img/quote.png) no-repeat right center;
    background-size: contain;
    width: 50px;
    opacity: .2;
    height: 50px;
    right: 0;
    bottom: 100%;
}

/*Sponsor Section Starts Here*/
.sponsor-slider {
    overflow: hidden;
}

.sponsor-item {
    height: 80px;
    padding: 0 15px;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.sponsor-item a {
    display: block;
}

.sponsor-item img {
    max-height: 80px;
    max-width: 100%;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
    filter: grayscale(0);
    -webkit-filter: grayscale(0);
}

.sponsor-item:hover img {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
}

/*Team Section Starts Here*/
.team-slider {
    overflow: hidden;
}

.team-item {
    background: #222f3e;
    margin-bottom: 30px;
}

.team-item .team-thumb {
    overflow: hidden;
    position: relative;
}

.team-item .team-thumb a {
    display: block;
}

.team-item .team-thumb img {
    width: 100%;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.team-item .team-thumb .hover {
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    justify-content: center;
    align-items: center;
    background: rgba(14, 13, 53, 0.9);
    opacity: 0;
    visibility: hidden;
}

.team-item .team-thumb .hover ul li {
    padding: 5px;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.team-item .team-thumb .hover ul li a {
    padding: 5px;
    color: #ffffff;
}

.team-item .team-thumb .hover ul li:nth-child(odd) {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
}

.team-item .team-thumb .hover ul li:nth-child(even) {
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
}

.team-item .team-content {
    background: #13114A;
    padding: 30px;
    text-align: center;
}

.team-item .team-content span {
    font-style: italic;
    display: block;
}

.team-item .team-content .title {
    margin-bottom: 6px;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 24px;
}

.team-item:hover .team-thumb img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.team-item:hover .team-thumb .hover {
    opacity: 1;
    visibility: visible;
}

.team-item:hover .team-thumb .hover ul li {
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
    transition-delay: .3s;
    -webkit-transition-delay: .3s;
    -moz-transition-delay: .3s;
}

/*Newslater Section Starts Here*/
.newslater-form {
    position: relative;
}

.newslater-form input {
    height: 60px;
    background: transparent;
    border: 1px solid rgba(229, 229, 229, 0.2);
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    padding-left: 30px;
}

.newslater-form input::placeholder {
    color: #b3b4b4;
}

@media (max-width: 575px) {
    .newslater-form input {
        height: 50px;
    }
}

.newslater-form button {
    height: 60px;
    padding: 15px 10px;
    outline: none;
    position: absolute;
    right: 0;
    top: 0;
    background: #5350ff;
    width: 120px;
    border: 1px solid rgba(229, 229, 229, 0.2);
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

.newslater-form button img {
    max-width: 100%;
    max-height: 100%;
}

@media (max-width: 575px) {
    .newslater-form button {
        width: 80px;
        height: 50px;
    }
}

/*Faq Section Starts Here*/
.faq-wrapper .faq-item {
    background: #f5f5f7;
    margin-bottom: 20px;
}

.faq-wrapper .faq-item .faq-title {
    padding: 10px 20px;
    cursor: pointer;
    position: relative;
}

.faq-wrapper .faq-item .faq-title .title {
    margin: 0;
    font-weight: 600;
    width: calc(100% - 40px);
}

.faq-wrapper .faq-item .faq-title .right-icon {
    display: inline-block;
    width: 40px;
    height: 40px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    right: 10px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.faq-wrapper .faq-item .faq-title .right-icon::before, .faq-wrapper .faq-item .faq-title .right-icon::after {
    position: absolute;
    content: '';
    background: #232323;
    top: 50%;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.faq-wrapper .faq-item .faq-title .right-icon::before {
    width: 2px;
    height: 20px;
}

.faq-wrapper .faq-item .faq-title .right-icon::after {
    width: 20px;
    height: 2px;
}

.faq-wrapper .faq-item .faq-content {
    padding: 0 20px;
    padding-top: 15px;
    padding-bottom: 25px;
    display: none;
}

.faq-wrapper .faq-item .faq-content p {
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 25px;
    font-family: "Rajdhani", sans-serif;
}

.faq-wrapper .faq-item .faq-content p b {
    font-weight: 700;
}

.faq-wrapper .faq-item.open .faq-title .right-icon::before {
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
    -ms-transform: translate(-50%, -50%) rotate(90deg);
    transform: translate(-50%, -50%) rotate(90deg);
}

.faq-wrapper .faq-item.open .faq-title .right-icon::before, .faq-wrapper .faq-item.open .faq-title .right-icon::after {
    background: #fff;
}

.faq-wrapper .faq-item.active .faq-content {
    display: block;
}
.faq-item.open .faq-title .title {
    color: #fff;
}

.faq-section {
    overflow: hidden;
}

/*Faq Section Two Starts Here*/
.faq-wrapper-3,
.faq-wrapper-2 {
    justify-content: space-between;
    margin-bottom: -57px;
    counter-reset: faq-counter;
}

.faq-wrapper-3 .faq-item,
  .faq-wrapper-2 .faq-item {
    width: 100%;
    margin-bottom: 59px;
}

.faq-wrapper-3 .faq-item .faq-title,
    .faq-wrapper-2 .faq-item .faq-title {
    margin-bottom: 25px;
    margin-top: 0;
    font-weight: 600;
}

@media (min-width: 992px) {
    .faq-wrapper-3 .faq-item,
      .faq-wrapper-2 .faq-item {
        width: calc(50% - 15px);
    }
}

.faq-wrapper-3 .faq-item .faq-number .thumb,
    .faq-wrapper-2 .faq-item .faq-number .thumb {
    width: 65px;
    height: 67px;
    clip-path: circle(50% at 50% 50%);
    background: #13114A;
    text-align: center;
    font-size: 24px;
    line-height: 24px;
    justify-content: center;
    align-items: center;
    margin: 0 auto 30px;
    color: #12cbc4;
    font-weight: 300;
    font-family: "Rajdhani", sans-serif;
    position: relative;
}

.faq-wrapper-3 .faq-item .faq-number .thumb::before,
      .faq-wrapper-2 .faq-item .faq-number .thumb::before {
    counter-increment: faq-counter;
    content: "0" counter(faq-counter);
}

.faq-wrapper-3 .faq-item .faq-content,
    .faq-wrapper-2 .faq-item .faq-content {
    width: calc(100% - 65px);
    padding-left: 30px;
}

.faq-wrapper-3 .faq-item:nth-of-type(n + 10) .faq-number .thumb::before,
    .faq-wrapper-2 .faq-item:nth-of-type(n + 10) .faq-number .thumb::before {
    content: counter(faq-counter);
}

.faq-wrapper-3 .faq-item:nth-of-type(4n + 2) .faq-number .thumb,
    .faq-wrapper-2 .faq-item:nth-of-type(4n + 2) .faq-number .thumb {
    color: #f74a05;
}

.faq-wrapper-3 .faq-item:nth-of-type(4n + 3) .faq-number .thumb,
    .faq-wrapper-2 .faq-item:nth-of-type(4n + 3) .faq-number .thumb {
    color: #665bfc;
}

.faq-wrapper-3 .faq-item:nth-of-type(4n + 4) .faq-number .thumb,
    .faq-wrapper-2 .faq-item:nth-of-type(4n + 4) .faq-number .thumb {
    color: #5350ff;
}

@media (max-width: 991px) {
    .faq-wrapper-3,
    .faq-wrapper-2 {
        margin-bottom: -45px;
    }

    .faq-wrapper-3 .faq-item,
      .faq-wrapper-2 .faq-item {
        margin-bottom: 44px;
    }
}

@media (max-width: 575px) {
    .faq-wrapper-3,
    .faq-wrapper-2 {
        margin-bottom: -40px;
    }

    .faq-wrapper-3 .faq-item,
      .faq-wrapper-2 .faq-item {
        margin-bottom: 40px;
    }

    .faq-wrapper-3 .faq-item .faq-title,
        .faq-wrapper-2 .faq-item .faq-title {
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 474px) {
    .faq-wrapper-3 .faq-item .faq-content,
    .faq-wrapper-2 .faq-item .faq-content {
        width: calc(100% - 50px);
        padding-left: 15px;
    }

    .faq-wrapper-3 .faq-item .faq-content .faq-title,
      .faq-wrapper-2 .faq-item .faq-content .faq-title {
        font-size: 18px;
    }

    .faq-wrapper-3 .faq-item .faq-number .thumb,
    .faq-wrapper-2 .faq-item .faq-number .thumb {
        width: 50px;
        height: 51px;
        font-size: 20px;
    }
}

/*Faq Section Three Starts Here*/
.faq-wrapper-3 .faq-item .faq-number {
    filter: drop-shadow(0 0 0 0 rgba(0, 0, 0, 0));
    -webkit-filter: drop-shadow(0 0 0 0 rgba(0, 0, 0, 0));
}

.faq-wrapper-3 .faq-item .faq-number .thumb {
    width: 15px;
    height: 15px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin-top: 7px;
    background-image: -moz-linear-gradient(138deg, #f84a05 28%, #f8770f 58%, #f8a419 100%);
    background-image: -webkit-linear-gradient(138deg, #f84a05 28%, #f8770f 58%, #f8a419 100%);
}

.faq-wrapper-3 .faq-item .faq-number .thumb::before {
    display: none;
}

.faq-wrapper-3 .faq-item .faq-content {
    width: calc(100% - 15px);
    padding-left: 15px;
}

.faq-wrapper-3 .faq-item:nth-of-type(6n + 2) .faq-number .thumb {
    background-image: -moz-linear-gradient(4deg, #3ed03a 24%, #7be379 56%, #b8f5b7 100%);
    background-image: -webkit-linear-gradient(4deg, #3ed03a 24%, #7be379 56%, #b8f5b7 100%);
}

.faq-wrapper-3 .faq-item:nth-of-type(6n + 3) .faq-number .thumb {
    background-image: -moz-linear-gradient(138deg, #12cbc4 28%, #54e2d2 58%, #95f8df 100%);
    background-image: -webkit-linear-gradient(138deg, #12cbc4 28%, #54e2d2 58%, #95f8df 100%);
}

.faq-wrapper-3 .faq-item:nth-of-type(6n + 4) .faq-number .thumb {
    background-image: -moz-linear-gradient(138deg, #665bfc 28%, #b3adfe 58%, white 100%);
    background-image: -webkit-linear-gradient(138deg, #665bfc 28%, #b3adfe 58%, white 100%);
}

.faq-wrapper-3 .faq-item:nth-of-type(6n + 5) .faq-number .thumb {
    background-image: -moz-linear-gradient(138deg, #ffd271 28%, #ffe9b8 58%, white 100%);
    background-image: -webkit-linear-gradient(138deg, #ffd271 28%, #ffe9b8 58%, white 100%);
}

.faq-wrapper-3 .faq-item:nth-of-type(6n + 6) .faq-number .thumb {
    background-image: -moz-linear-gradient(34deg, #c53de8 28%, #e29ef4 58%, white 100%);
    background-image: -webkit-linear-gradient(34deg, #c53de8 28%, #e29ef4 58%, white 100%);
}

/*Nulla List Starts Here*/
.nulla-list {
    margin-bottom: 33px;
}

.nulla-list li {
    position: relative;
    padding: 0;
    padding-left: 30px;
    margin-bottom: 12px;
}

.nulla-list li::before {
    position: absolute;
    content: "";
    width: 13px;
    height: 13px;
    background: #ffffff;
    top: 7px;
    left: 0;
}

.nulla-list:last-child {
    margin-bottom: -20px;
}

/*About Section Starts Here*/
.about-content p {
    margin-bottom: 25px;
}

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

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

.about-section {
    overflow: hidden;
}

/*Overview-Section Starts Here*/
.overview-contnent .content p {
    margin-bottom: 26px;
}

@media (min-width: 992px) {
    .overview-contnent .content {
        max-width: 500px;
        margin-right: 30px;
        margin-left: 30px;
    }
}

@media (min-width: 1200px) {
    .overview-contnent .content {
        margin-right: 60px;
        margin-left: auto;
    }
}

@media (min-width: 992px) {
    .overview-item:nth-of-type(even) .overview-contnent .content {
        margin-left: 30px;
        margin-right: 30px;
    }
}

@media (min-width: 1200px) {
    .overview-item:nth-of-type(even) .overview-contnent .content {
        margin-left: 60px;
        margin-right: auto;
    }
}

@media (max-width: 991px) {
    .overview-item:nth-of-type(even) .overview-contnent {
        padding-top: 0;
    }
}

/*Page Header Section Starts Here*/
.page-header-content {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}

.page-header-content .title {
    text-transform: capitalize;
    margin: 0;
    color: #fff;
}

@media (max-width: 575px) {
    .page-header-content .title {
        font-size: 42px;
    }
}

@media (min-width: 768px) {
    .page-header-content .title {
        font-size: 48px;
    }
}

.breadcrumb {
    background: transparent;
    padding: 0;
    margin: -6px;
    margin-bottom: -13px;
}

.breadcrumb li, .breadcrumb li a {
    font-weight: 700;
    font-family: "Rajdhani", sans-serif;
    font-size: 18px;
    color: #ffffff;
}

.breadcrumb li:hover, .breadcrumb li a:hover {
    color: #5350ff;
}

.breadcrumb li {
    color: #5350ff;
    padding: 6px;
    text-transform: capitalize;
}

.breadcrumb li a::after {
    content: "/";
    margin-left: 8px;
}

.page-header {
    padding: 60px 0;
}

/*Get Service Starts Here*/
.get-service .exchange-form .form-group input {
    background: #13114A;
}

.get-service .exchange-form .form-group input[type="submit"] {
    background: #5350ff;
}

.get-service .exchange-form .form-group {
    max-width: 100%;
}

@media (max-width: 991px) and (min-width: 576px) {
    .get-service .exchange-form .form-group {
        width: calc((100% - 30px) / 2);
    }
}

.currency-converter p a {
    color: #5350ff;
}

/*Account Form Starts Here*/
.account-form {
    margin: -15px;
    align-items: flex-end;
}

.account-form .form-group {
    margin: 0;
    padding: 15px;
    width: calc(100% / 3);
}

.account-form .form-group label {
    font-weight: 600;
    font-family: "Rajdhani", sans-serif;
}

.account-form .form-group label a {
    color: #5350ff;
}

.account-form .form-group input {
    background: #f5f5f7;
    height: 60px;
    border-radius: 0;
    border: 1px solid #e5e5e5;
}

.account-form .form-group input:focus {
    border-color: #5350ff;
}

.account-form .form-group input[type="submit"] {
    font-family: "Rajdhani", sans-serif;
    font-size: 18px;
    background: #5350ff;
    text-transform: uppercase;
    color: #fff;
}

.account-form .form-group.checkgroup {
    width: calc(100% / 2);
    padding: 7px 15px;
}

.account-form .form-group.checkgroup input {
    width: 15px;
    height: 15px;
    margin-top: 4px;
}

.account-form .form-group.checkgroup label {
    width: calc(100% - 20px);
    padding-left: 10px;
    margin: 0;
}

@media (max-width: 575px) {
    .account-form .form-group.checkgroup {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .account-form .form-group {
        width: calc(100% /2);
    }
}

@media (max-width: 575px) {
    .account-form .form-group {
        width: 100%;
    }
}

/*Privacy Starts Here*/
.privacy-content img {
    width: 100%;
}

.privacy-content .main-item {
    margin-bottom: 50px;
}

.privacy-content .main-item .privacy-thumb {
    margin-bottom: 39px;
}

.privacy-content .main-item .title {
    margin-bottom: 34px;
    font-weight: 600;
}

.privacy-content .main-item p {
    margin-bottom: 35px;
}

.privacy-content .main-item:last-child {
    margin-bottom: 0 !important;
}

.privacy-content .item {
    margin-bottom: 50px;
}

.privacy-content .item:last-child {
    margin-bottom: 0 !important;
}

.privacy-content .item .subtitle {
    margin-bottom: 16px;
    font-weight: 600;
}

.privacy-content .item p {
    margin-bottom: 27px;
}

.privacy-content .item .bullet-list {
    margin-bottom: 40px;
    max-width: 545px;
}

.privacy-content .item .bullet-list li {
    position: relative;
    padding: 0;
    padding-left: 30px;
    margin-bottom: 18px;
}

.privacy-content .item .bullet-list li:last-child {
    margin-bottom: -8px;
}

.privacy-content .item .bullet-list li::before {
    width: 15px;
    height: 15px;
    background: #5350ff;
    left: 0;
    top: 8px;
}

.privacy-content .item .bullet-list li:nth-of-type(3n + 2)::before {
    background: #f74a05;
}

.privacy-content .item .bullet-list li:nth-of-type(3n + 3)::before {
    background: #12cbc4;
}

.privacy-content .item img {
    margin-bottom: 35px;
}

@media (max-width: 575px) {
    .privacy-content .main-item {
        margin-bottom: 42px;
    }

    .privacy-content .main-item .privacy-thumb {
        margin-bottom: 40px;
    }

    .privacy-content .main-item .title {
        margin-bottom: 32px;
    }

    .privacy-content .main-item p {
        margin-bottom: 32px;
    }

    .privacy-content .item {
        margin-bottom: 42px;
    }

    .privacy-content .item .bullet-list {
        margin-bottom: 35px;
        margin-top: -8px;
    }

    .privacy-content .item img {
        margin-bottom: 35px;
    }
}

.terms-of-service-wrapper .item {
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-bottom: none;
}

.terms-of-service-wrapper .item:last-child {
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.terms-of-service-wrapper .item .left {
    width: 300px;
    padding: 50px 40px;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
}

@media (min-width: 768px) {
    .terms-of-service-wrapper .item .left {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
    }
}

.terms-of-service-wrapper .item .right {
    width: calc(100% - 300px);
    padding: 50px 40px;
}

.terms-of-service-wrapper .item .right p {
    margin-bottom: 27px;
}

.terms-of-service-wrapper .item .right .nulla-list {
    margin-top: -10px;
    margin-bottom: 28px;
}

.terms-of-service-wrapper .item .right .nulla-list:last-child {
    margin-bottom: 0;
}

@media (max-width: 767px) {
    .terms-of-service-wrapper .item .left {
        border: none;
        padding-bottom: 0;
    }

    .terms-of-service-wrapper .item .left .title {
        display: inline-block;
        position: relative;
    }

    .terms-of-service-wrapper .item .left .title::before {
        content: "";
        position: absolute;
        width: 100%;
        height: 2px;
        background: #5350ff;
        bottom: -22px;
        left: 0;
    }

    .terms-of-service-wrapper .item .left-,
    .terms-of-service-wrapper .item .right {
        width: 100%;
    }
}

@media (max-width: 575px) {
    .terms-of-service-wrapper .item .left,
    .terms-of-service-wrapper .item .right {
        padding: 40px 30px;
    }

    .terms-of-service-wrapper .item .left {
        padding-bottom: 7px;
    }
}

/*Contact Section Starts Here*/
.contact-form {
    margin-bottom: -20px;
}

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

.contact-form .form-group input {
    background: #f5f5f7;
    border-radius: 0;
    height: 55px;
    border: 1px solid #e5e5e5;
}

@media (max-width: 575px) {
    .contact-form .form-group input {
        height: 50px;
    }
}

.contact-form .form-group input:focus {
    border-color: #5350ff;
}

.contact-form .form-group input[type="submit"] {
    width: auto;
    text-transform: uppercase;
    font-family: "Rajdhani", sans-serif;
    padding: 0 50px;
    font-size: 18px;
    color: #fff;
    background: #5350ff;
}

.contact-form .form-group textarea {
    background: #f5f5f7;
    border-color: #e5e5e5;
    color: #b3b4b4;
    height: 170px;
}

.contact-form .form-group textarea:focus {
    border-color: #5350ff;
}

.contact-form .form-group label {
    color: #232323;
}

.contact-section {
    overflow: hidden;
}

.contact-info {
    overflow: hidden;
}

.contact--item {
    position: relative;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.contact--item .contact-item {
    position: relative;
    padding: 40px 20px;
    margin-bottom: 30px;
    z-index: 1;
    background: #13114A;
}

.contact--item .contact-content {
    text-align: center;
}

.contact--item .contact-content .title {
    margin-bottom: 10px;
    text-transform: capitalize;
}

.contact--item .contact-content ul li {
    padding: 0;
}

.contact--item .contact-content ul li span {
    display: block;
}

.contact--item .contact-content ul li a {
    color: #b3b4b4;
}

.contact--item .contact-content ul li a:first-letter {
    text-transform: lowercase;
}

.contact--item .contact-content ul li a:hover {
    color: #12cbc4;
}

.contact--item .contact-thumb {
    margin: 0 auto 25px;
    align-items: center;
    justify-content: center;
}

.contact--item .contact-thumb img {
    max-width: 100%;
    max-height: 80px;
}

.contact--item::before, .contact--item::after {
    top: 0;
    left: 0;
    background: #5350ff;
    width: 100%;
    z-index: -1;
    height: 100%;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.contact--item::before {
    background: #222f3e;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.contact--item.active::before, .contact--item:hover::before {
    -webkit-transform: translate(5px, 5px);
    -ms-transform: translate(5px, 5px);
    transform: translate(5px, 5px);
}

.contact--item.active::after, .contact--item:hover::after {
    -webkit-transform: translate(10px, 10px);
    -ms-transform: translate(10px, 10px);
    transform: translate(10px, 10px);
}

.maps {
    height: 500px;
}

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

/*Process Section Starts Here*/
.process-tab .tab-menu {
    justify-content: center;
    margin: -5px;
    margin-bottom: 40px;
}

.process-tab .tab-menu li {
    width: 130px;
    margin: 5px;
    padding: 20px 0;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.2);
    -webkit-border-radius: 10px 0;
    -moz-border-radius: 10px 0;
    border-radius: 10px 0;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.process-tab .tab-menu li.active {
    background: #5350ff;
    -webkit-border-radius: 0 10px;
    -moz-border-radius: 0 10px;
    border-radius: 0 10px;
}

.process-tab .tab-menu li.active .title {
    color: #0c0026;
}

.process-tab .tab-menu li.active .thumb i {
    color: #0c0026;
}

.process-tab .tab-menu li .title {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
}

.process-tab .tab-menu li .thumb {
    align-items: flex-end;
    justify-content: center;
}

.process-tab .tab-menu li .thumb img {
    max-height: 40px;
    margin-bottom: 10px;
}

.process-tab .tab-menu li .thumb i {
    font-size: 36px;
    color: #5350ff;
    line-height: 1;
    margin-bottom: 10px;
    display: inline-flex;
}

@media (max-width: 575px) {
    .process-tab .tab-menu {
        margin: 0;
        justify-content: space-between;
        margin-bottom: 40px;
    }

    .process-tab .tab-menu li {
        width: calc((100% - 15px) / 3);
        margin: 0;
    }

    .process-tab .tab-menu li .thumb i {
        font-size: 24px;
    }

    .process-tab .tab-menu li .title {
        font-size: 14px;
    }
}

.exchange-from-to-form {
    align-items: flex-end;
    margin: -15px;
}

@media (min-width: 768px) {
    .exchange-from-to-form {
        max-width: 730px;
        margin: -15px auto;
    }
}

.exchange-from-to-form .form-group {
    width: 33.33%;
    padding: 15px;
    margin: 0;
}

.exchange-from-to-form .form-group .select-bar, .exchange-from-to-form .form-group input[type="submit"] {
    width: 100%;
    height: 60px;
    border-radius: 0;
}

.exchange-from-to-form .form-group .select-bar .current, .exchange-from-to-form .form-group input[type="submit"] .current {
    line-height: 60px;
    color: #ffffff;
    font-size: 20px;
    font-family: "Rajdhani", sans-serif;
    font-weight: 600;
}

.exchange-from-to-form .form-group label {
    color: #ffffff;
    display: block;
    width: 100%;
}

.exchange-from-to-form .form-group .select-bar {
    background: #0a3d62;
    border-color: #0a3d62;
}

.exchange-from-to-form .form-group .select-bar::after {
    border-color: #ffffff;
}

.exchange-from-to-form .form-group .select-bar .list {
    background: #0a3d62;
    border-radius: 0;
    color: #ffffff;
}

.exchange-from-to-form .form-group .select-bar .list .option:hover, .exchange-from-to-form .form-group .select-bar .list .option.selected {
    color: #0c0026;
    background: #ffffff;
}

.exchange-from-to-form .form-group input[type="submit"] {
    background: #5350ff;
    border-color: #5350ff;
    color: #0c0026;
    font-size: 20px;
    font-family: "Rajdhani", sans-serif;
    font-weight: 600;
}

@media (max-width: 767px) {
    .exchange-from-to-form .form-group {
        width: 100%;
    }
}

.currency-rate {
    font-size: 20px;
    color: #ffffff;
    max-width: 700px;
    margin: 20px auto 0;
}

.currency-rate p {
    margin-bottom: -5px;
}

.currency-rate span {
    color: #5350ff;
}

.amount-form {
    max-width: 840px;
    margin-left: auto;
    margin-right: auto;
}

.amount-form .form-group input {
    background: #0a3d62;
    border-color: #0a3d62;
}

.amount-form .form-group .select-bar {
    background: #222f3e;
    text-align: center;
    border-color: #0a3d62;
}

.confirmation-group {
    align-items: flex-start;
}

.confirmation-group .confirmation-thumb {
    width: 30%;
    padding: 20px;
    background: #ffffff;
}

.confirmation-group .confirmation-thumb img {
    width: 100%;
}

.confirmation-group .confirmation-content {
    padding-left: 30px;
    width: 70%;
}

.confirmation-group .confirmation-content .con-header {
    margin-bottom: 40px;
}

.confirmation-group .confirmation-content .con-header .title {
    margin-bottom: 15px;
}

.confirmation-group .confirmation-content .con-header p {
    max-width: 500px;
}

.confirmation-group .confirmation-content .con-header p .currency-cl {
    color: #5350ff;
}

.confirmation-group .confirmation-content .transaction-id {
    margin-bottom: 40px;
    max-width: 300px;
}

.confirmation-group .confirmation-content .transaction-id li {
    padding: 10px 0;
    display: flex;
    font-size: 18px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.confirmation-group .confirmation-content .transaction-id li span {
    width: 140px;
}

.confirmation-group .confirmation-content .transaction-id li .trans-id {
    color: #5350ff;
    padding-left: 15px;
}

.confirmation-group .confirmation-content .content {
    margin-bottom: 30px;
}

.confirmation-group .confirmation-content .content .title {
    margin-bottom: 20px;
}

@media (max-width: 575px) {
    .confirmation-group .confirmation-content .content .title {
        margin-bottom: 10px;
    }
}

.confirmation-group .confirmation-content .content a {
    color: #ffffff;
}

.confirmation-group .confirmation-content .content a:hover {
    color: #5350ff;
}

.confirmation-group .confirmation-content .confirm-form {
    text-align: right;
}

.confirmation-group .confirmation-content .confirm-form input {
    background: #5350ff;
    color: #0c0026;
    width: auto;
    padding: 0 50px;
    font-family: "Rajdhani", sans-serif;
    text-transform: uppercase;
    border-radius: 0;
}

@media (max-width: 991px) {
    .confirmation-group .confirmation-content {
        width: 100%;
        padding: 0;
    }

    .confirmation-group .confirmation-thumb {
        width: 40%;
        margin-bottom: 40px;
        padding: 10px;
    }
}

@media (max-width: 991px) and (max-width: 575px) {
    .confirmation-group .confirmation-thumb {
        margin-bottom: 30px;
    }
}

/*Currency Rates Starts Here*/
@media (max-width: 767px) {
    .responsive-table,
  .responsive-table thead,
  .responsive-table tbody,
  .responsive-table th,
  .responsive-table td,
  .responsive-table tr {
        display: block;
    }

    .responsive-table thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    .responsive-table tr {
        margin: 0;
    }

    .responsive-table tr:nth-child(odd) {
        background: #13114A;
    }

    .responsive-table tr:nth-child(even) {
        background: #222f3e;
    }

    .responsive-table td {
        border: none;
        border-bottom: 1px solid rgba(229, 229, 229, 0.2);
        position: relative;
        display: block;
        padding: 10px 0;
        text-align: center;
    }

    .responsive-table td:last-child {
        padding: 10px;
    }

    .responsive-table td:before {
        top: 0;
        left: 0;
        width: 100%;
        display: block;
        white-space: nowrap;
        font-family: "Rajdhani", sans-serif;
        font-weight: 600;
        color: #ffffff;
        font-size: 18px;
    }

    .responsive-table td:before {
        content: attr(data-input);
    }

    .responsive-table strong {
        font-weight: 600;
        font-family: "Rajdhani", sans-serif;
        font-size: 18px;
        color: #5350ff;
    }
}

@media (min-width: 768px) {
    .responsive-table {
        width: 100%;
        border: 1px solid rgba(229, 229, 229, 0.2);
        text-align: center;
    }

    .responsive-table tr th {
        padding: 12px 10px;
        line-height: 1.5rem;
        font-family: "Rajdhani", sans-serif;
        color: #ffffff;
        font-size: 20px;
        text-transform: capitalize;
        font-weight: 600;
        border-right: 1px solid rgba(229, 229, 229, 0.2);
        border-bottom: 1px solid rgba(229, 229, 229, 0.2);
    }

    .responsive-table tr th:last-child {
        border-right: none;
    }

    .responsive-table tbody td {
        padding: 16px 10px;
        border-right: 1px solid rgba(229, 229, 229, 0.2);
        border-bottom: 1px solid rgba(229, 229, 229, 0.2);
        text-transform: capitalize;
    }

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

.refresh {
    max-width: 30px;
}

.flag {
    max-width: 25px;
}

/*Affiliate Programe*/
.affiliate-item {
    margin-bottom: 30px;
}

.affiliate-item .affiliate-thumb {
    background: #5350ff;
    width: 140px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.affiliate-item .affiliate-thumb .cate {
    font-size: 20px;
    text-transform: uppercase;
    color: #ffffff;
    line-height: 1.5;
    display: block;
    margin-bottom: 10px;
}

.affiliate-item .affiliate-thumb .title {
    font-size: 36px;
    font-weight: 600;
}

.affiliate-item .affiliate-content {
    width: calc(100% - 140px);
    padding: 30px;
    background: #f5f5f7;
}

@media screen and (max-width: 499px) {
    .affiliate-item .affiliate-thumb {
        width: 100%;
        padding: 20px;
    }

    .affiliate-item .affiliate-thumb .title {
        font-size: 30px;
    }

    .affiliate-item .affiliate-thumb .cate {
        font-size: 18px;
    }

    .affiliate-item .affiliate-content {
        width: 100%;
        text-align: center;
        padding: 20px;
    }
}

.mt-30 {
    margin-top: 30px;
}

/*Join Affiliate Section Starts Here*/
.join-item {
    text-align: center;
    margin-bottom: 33px;
}

.join-item .join-thumb {
    height: 100px;
    margin: 0 auto 20px;
}

.join-item .join-thumb img {
    max-height: 100%;
    max-width: 100%;
}

@media (max-width: 767px) {
    .join-item .join-thumb {
        height: 80px;
    }
}

.join-item .join-content .title {
    text-transform: capitalize;
    font-weight: 600;
}

/*Error 404 Section Starts Here*/
.section-404 {
    overflow: hidden;
    min-height: 100vh;
    align-items: center;
    justify-content: center;
}

.section-404 .thumb {
    max-width: 720px;
    margin: 0 auto;
    text-align: center;
}

.section-404 .thumb img {
    max-width: 100%;
    margin-bottom: 10px;
}

.section-404 > * {
    width: 100%;
}

.custom-button.error {
    padding: 0 40px;
    height: 60px;
    line-height: 60px;
}

.custom-button.error span {
    padding: 0;
}

/*Dashboard*/
.theme-button {
    background: #5350ff;
    color: #0c0026;
    padding: 12px 20px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.theme-button:hover {
    color: #0c0026;
}

.dashboard-item {
    background: -webkit-linear-gradient(-90deg, #071a20 0%, #01141a 45%, #021013 100%);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 50px 30px;
    text-align: center;
    margin: 0 auto 30px;
}

@media (max-width: 575px) {
    .dashboard-item {
        max-width: 320px;
    }
}

.dashboard-item .dashboard-thumb {
    width: 80px;
    height: 80px;
    line-height: 80px;
    margin: 0 auto 30px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #ffffff;
    font-size: 24px;
    color: #0c0026;
}

.dashboard-item .dashboard-content .title {
    color: #ffffff;
    margin-bottom: 15px;
}
.dashboard-item .dashboard-content .title a {
    color: #fff;
}
.dashboard-item .dashboard-content .amount {
    color: #5350ff;
}

.deposit-item {
    text-align: center;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden;
    margin: 0 auto 30px;
    background: -webkit-linear-gradient(-90deg, #071a20 0%, #01141a 45%, #021013 100%);
}

@media (max-width: 575px) {
    .deposit-item {
        max-width: 320px;
    }
}

.deposit-item .deposit-thumb {
    position: relative;
}

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

.deposit-item .deposit-thumb .thumb-content {
    position: absolute;
    bottom: 0;
    left: 0;
    top: 0;
    right: 0;
    overflow: hidden;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
    justify-content: center;
    flex-direction: column;
    opacity: 0;
}

.deposit-item .deposit-thumb .thumb-content::before {
    background: -webkit-linear-gradient(-90deg, #071a20 0%, #01141a 45%, #021013 100%);
    opacity: .93;
}

.deposit-item .deposit-thumb .thumb-content ul {
    position: relative;
    z-index: 1;
    width: 100%;
}

.deposit-item .deposit-thumb .thumb-content ul li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding: 10px 20px;
    color: #ffffff;
}

.deposit-item .deposit-thumb .thumb-content ul li:first-child {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

@media (min-width: 576px) and (max-width: 767px) {
    .deposit-item .deposit-thumb .thumb-content ul li {
        font-size: 14px;
    }
}

.deposit-item .deposit-content {
    padding: 30px 15px;
}

.deposit-item .deposit-content .title {
    margin-bottom: 15px;
    color: #ffffff;
}

.deposit-item:hover .deposit-thumb .thumb-content, .deposit-item.active .deposit-thumb .thumb-content {
    opacity: 1;
}

.deposit-item.primary-bg-2 {
    background: -webkit-linear-gradient(90deg, #071a20 0%, #01141a 45%, #021013 100%);
}

.deposit-item.primary-bg-2 .deposit-thumb .thumb-content::before {
    background: -webkit-linear-gradient(90deg, #071a20 0%, #01141a 45%, #021013 100%);
}

.support-search {
    position: relative;
    max-width: 450px;
    margin: 15px 0;
}

.support-search input {
    height: 60px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 0 70px 0 20px;
}

.support-search input::placeholder {
    color: rgba(255, 255, 255, 0.9);
}

.support-search input {
    background: #000;
    border-color: rgba(255, 255, 255, 0.3);
    color: #ffffff;
}

.support-search button {
    position: absolute;
    right: 1px;
    top: 1px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    width: 58px;
    height: 58px;
    outline: none;
    background: transparent;
    border: none;
    background: -webkit-linear-gradient(-90deg, #e6a00d 0%, #e68e09 45%, #e67b09 100%);
    color: #ffffff;
}

.support-header {
    margin: -5px;
}

.support-header .custom-button {
    margin: 5px;
}

.support-header .support-search {
    margin: 5px;
}

.item-rounded {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

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

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

.referral-input {
    position: relative;
}

.referral-input input {
    height: 60px;
    padding: 0 20px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: #000;
    border-color: rgba(255, 255, 255, 0.3);
    color: #ffffff;
}

.referral-input .btn {
    position: absolute;
    right: 0;
    bottom: 0;
    height: 60px;
    padding: 0 30px;
    line-height: 60px;
    font-size: 18px;
    text-transform: uppercase;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    cursor: pointer;
}

@media (max-width: 575px) {
    .referral-input .btn {
        font-size: 14px;
        padding: 0 20px;
    }
}

.referral-input.ref-small input {
    height: 50px;
}

.referral-input.ref-small .btn {
    height: 50px;
    line-height: 50px;
    font-size: 16px;
}

.profile-user {
    text-align: center;
    width: 100%;
    max-width: 300px;
    margin: 0 auto 40px;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    color: #ffffff;
    padding: 30px;
    background: -webkit-linear-gradient(90deg, #071a20 0%, #01141a 45%, #021013 100%);
}

.profile-user .title {
    font-weight: 500;
    color: #ffffff;
}

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

.profile-user .thumb a {
    display: block;
}

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

.profile-wrapper {
    padding: 30px;
}

.profile-wrapper .profile-form-area {
    width: calc(100% - 300px);
}

@media (min-width: 992px) {
    .profile-wrapper .profile-form-area {
        padding-left: 30px;
    }
}

@media (min-width: 1200px) {
    .profile-wrapper .profile-form-area {
        padding-left: 70px;
    }
}

@media (max-width: 991px) {
    .profile-wrapper .profile-form-area {
        width: 100%;
    }
}

@media screen and (max-width: 450px) {
    .profile-wrapper {
        padding: 30px 15px;
    }
}

.preview-wrapper {
    padding: 50px 30px;
}

@media (max-width: 575px) {
    .preview-wrapper {
        padding: 30px 15px;
    }
}

.preview-lists li {
    padding: 12px 0;
    justify-content: space-between;
    border-bottom: 1px solid rgba(255, 255, 255, 0.09);
    color: rgba(255, 255, 255, 0.9);
}

.preview-lists li:first-child {
    border-top: 1px solid rgba(255, 255, 255, 0.09);
}

.m--10 {
    margin: -10px;
}

.preview-header {
    text-align: center;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 30px;
}

.preview-header .title {
    margin: 0;
    font-weight: 500;
    color: #ffffff;
}

.item-padding {
    padding: 30px 15px;
}

@media screen and (min-width: 450px) {
    .item-padding {
        padding: 30px;
    }
}

.mt-30 {
    margin-top: 30px;
}

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

.contact-form-group {
    margin-bottom: 25px;
}

.contact-form-group label {
    font-family: "Rajdhani", sans-serif;
    color: #ffffff;
    font-weight: 500;
    margin-bottom: 15px;
}

.contact-form-group input {
    padding: 0 20px;
    height: 60px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    line-height: 58px;
}

.contact-form-group input:focus {
    border-color: transparent;
}

.contact-form-group input[type="file"] {
    line-height: 52px;
}

.contact-form-group textarea {
    padding: 20px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.contact-form-group button {
    background: -webkit-linear-gradient(-90deg, #e6a00d 0%, #e68e09 45%, #e67b09 100%);
    color: #ffffff;
    font-family: "Rajdhani", sans-serif;
    border: none;
    text-transform: capitalize;
    width: auto;
    height: 60px;
    padding: 0 40px;
    font-size: 20px;
    font-weight: 700;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.contact-form-group.checkgroup {
    margin-bottom: 6px;
}

.contact-form-group.checkgroup input {
    width: 14px;
    height: 14px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: none;
    margin-top: 7px;
}

.contact-form-group.checkgroup label {
    width: calc(100% - 14px);
    padding-left: 10px;
    margin: 0;
}

.contact-form-group .select-item,
  .contact-form-group .select-bar {
    width: 100%;
    height: 60px;
}

.contact-form-group .select-item .current,
    .contact-form-group .select-bar .current {
    display: block;
    line-height: 60px;
}

.contact-form-group .select-item .list,
    .contact-form-group .select-bar .list {
    background: #ffffff;
    max-height: 200px;
    overflow-y: auto;
    width: 100%;
}

.contact-form-group .select-item .list li,
      .contact-form-group .select-bar .list li {
    background: #ffffff;
    padding-top: 0;
    padding-bottom: 0;
    color: #ffffff;
    font-weight: 400;
}

.contact-form-group .select-item .list li.selected.focus,
        .contact-form-group .select-bar .list li.selected.focus {
    background: -webkit-linear-gradient(-90deg, #e6a00d 0%, #e68e09 45%, #e67b09 100%);
}

.contact-form-group .select-item .list li:hover,
        .contact-form-group .select-bar .list li:hover {
    background: -webkit-linear-gradient(-90deg, #e6a00d 0%, #e68e09 45%, #e67b09 100%) !important;
}

.contact-form-group .select-bar,
  .contact-form-group input,
  .contact-form-group textarea {
    background: #000;
    border-color: rgba(255, 255, 255, 0.3);
    color: #ffffff;
}

.contact-form-group .select-bar::placeholder,
    .contact-form-group input::placeholder,
    .contact-form-group textarea::placeholder {
    color: rgba(255, 255, 255, 0.9);
}

.contact-wrapper {
    background: -webkit-linear-gradient(-90deg, #071a20 0%, #01141a 45%, #021013 100%);
    padding: 40px 30px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

@media (max-width: 575px) {
    .contact-wrapper {
        padding: 40px 15px;
    }
}

.mt-55 {
    margin-top: 55px;
}
/*Blog Section Starts Here*/
.post-item {
    margin-bottom: 30px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden;
    background: #f5f5f7;
}

.post-item .post-content {
    position: relative;
    box-shadow: 0px 0px 43px 0px rgba(122, 125, 134, 0.1);
}

.post-item .post-content .blog-header {
    padding: 20px 30px 21px;
    border-bottom: 1px solid #e5e5e5;
}

.post-item .post-content .blog-header .title {
    margin: 0;
}
.post-item .post-content .blog-header .title a {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 2;
}
.post-item .post-content .meta-post {
    border-bottom: 1px solid #e5e5e5;
    font-size: 14px;
    text-transform: uppercase;
    padding: 10px 30px;
}

.post-item .post-content .meta-post a {
    color: #555555;
    display: flex;
    align-items: center;
}
.post-item .post-content .meta-post a i {
    margin-right: 5px;
    color: #5350ff;
}

.post-item .post-content .meta-post a:hover {
    color: #5350ff;
}
.post-item .post-content .meta-post {
    margin-right: -15px;
    justify-content: space-between;
}
.post-item .post-content .meta-post > * {
    margin-right: 15px;
}

.post-item .post-content .meta-post > *:nth-child(even) {
    text-align: right;
}

.post-item .post-content .entry-content {
    padding: 30px 30px 35px;
}

.post-item .post-content::before, .post-item .post-content::after {
    height: 6px;
    width: 100%;
    background: #5350ff;
    opacity: 0.11;
    bottom: 0;
    left: 0;
    position: absolute;
    content: "";
}

.post-item .post-content::before {
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    opacity: 1;
}

.post-item.post-classic .post-content::after, .post-item.post-classic .post-content::before {
    display: none;
}

.post-item.post-classic .post-content .custom-button {
    margin-top: 6px;
    color: #ddd;
}

.post-item.post-classic .post-content .custom-button::after {
    background: #e5e5e5;
}

.post-item.post-classic .post-content .custom-button:hover {
    color: #ffffff;
}

@media (min-width: 992px) {
    .post-item.post-classic {
        margin-bottom: 60px;
    }
}

.post-item.post-details {
    margin-bottom: 50px;
}

.post-item.post-details .post-content {
    padding: 30px 20px;
}
@media (min-width: 576px) {
    .post-item.post-details {
        margin-bottom: 60px;
    }
    .post-item.post-details .post-content {
        padding: 15px 40px 30px;
    }
}

.post-item.post-details p {
    margin-bottom: 31px;
}

.post-item.post-details .post-content {
    box-shadow: none;
    border: none;
    background: transparent !important;
}

.post-item.post-details .post-content .meta-post {
    padding: 12px 0;
}

.post-item.post-details .post-content .blog-header {
    padding: 27px 0;
}

.post-item.post-details .post-content .entry-content {
    padding: 37px 0;
    padding-bottom: 0 !important;
}

.post-item.post-details .post-content .thumb-area {
    margin-bottom: 39px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.post-item.post-details .post-content .thumb-area .thumb,
        .post-item.post-details .post-content .thumb-area .content {
    width: 100%;
}

.post-item.post-details .post-content .thumb-area .thumb img,
          .post-item.post-details .post-content .thumb-area .content img {
    width: 100%;
}

@media (min-width: 768px) {
    .post-item.post-details .post-content .thumb-area .thumb,
            .post-item.post-details .post-content .thumb-area .content {
        width: calc(50% - 15px);
    }
}

.post-item.post-details .post-content .thumb-area ul {
    margin-bottom: 31px;
}

.post-item.post-details .post-content .thumb-area ul li {
    padding: 0;
    padding-left: 23px;
    position: relative;
    margin-bottom: 10px;
}

.post-item.post-details .post-content .thumb-area ul li::before {
    width: 13px;
    height: 13px;
    background: #5350ff;
    top: 8px;
    left: 0;
    content: "";
    position: absolute;
}

@media screen and (max-width: 767px) and (min-width: 400px) {
    .post-item.post-details .post-content .thumb-area .thumb {
        margin-bottom: 31px;
    }
}

.post-item.post-details .post-content blockquote {
    margin-bottom: 39px;
}

.post-item.post-details .post-content .tag-options {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding: 7px 0;
    margin-top: 25px;
}

@media (max-width: 575px) {
    .post-item.post-details .post-content .tag-options {
        padding: 10px 0;
    }
}

.post-item.post-details .post-content .tag-options .tags span {
    margin: 3px;
}

.post-item.post-details .post-content .tag-options .tags a {
    text-transform: uppercase;
    color: #555555;
    font-size: 14px;
    margin: 3px;
}

.post-item.post-details .post-content .tag-options .tags a:hover {
    color: #5350ff;
}

.post-item.post-details .post-content .tag-options .tags a::after {
    content: ",";
}

.post-item.post-details .post-content .tag-options .tags a:last-child::after {
    display: none;
}

.post-item.post-details .post-content .tag-options .share span {
    margin: 3px;
}

.post-item.post-details .post-content .tag-options .share a {
    margin: 3px;
    color: #555555;
}

.post-item.post-details .post-content .tag-options .share a:hover {
    color: #5350ff;
}

@media screen and (max-width: 399px) {
    .post-item.post-details p {
        margin-bottom: 22px;
    }

    .post-item.post-details .post-content .blog-header {
        padding: 21px 0;
    }

    .post-item.post-details .post-content .entry-content {
        padding: 30px 0 35px;
    }

    .post-item.post-details .post-content .thumb-area {
        margin-bottom: 30px;
    }

    .post-item.post-details .post-content .thumb-area .thumb {
        margin-bottom: 22px;
    }

    .post-item.post-details .post-content .thumb-area ul {
        margin-bottom: 23px;
    }

    .post-item.post-details .post-content .meta-post {
        padding: 10px 0;
        font-size: 12px;
    }

    .post-item.post-details .post-content blockquote {
        margin-bottom: 30px;
    }

    .post-item.post-details .post-content .thumb {
        margin-bottom: 22px;
    }
}

.post-item:hover .post-content::before {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
}

.post-item:hover .post-content .blog-header .title a {
    color: #5350ff;
}

.post-item:hover .post-thumb a img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

@media screen and (max-width: 399px) {
    .post-item .post-content .blog-header {
        padding: 20px 20px 21px;
    }

    .post-item .post-content .entry-content {
        padding: 30px 20px 35px;
    }

    .post-item .post-content .meta-post {
        padding: 10px 20px;
        font-size: 12px;
    }
}

blockquote {
    position: relative;
    padding-left: 30px;
    font-size: 18px;
    font-style: italic;
    margin: 0;
    line-height: 1.4;
}

.post-item blockquote::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 4px;
    top: 0 !important;
    left: 0 !important;
    background: #5350ff;
    transform: translate(0) !important;
    -webkit-transform: translate(0) !important;
    -moz-transform: translate(0) !important;
    -ms-transform: translate(0) !important;
    -o-transform: translate(0) !important;
}

@media (min-width: 576px) {
    blockquote {
        font-size: 22px;
    }
}

.blog-pagination {
    margin: -5px;
}

.blog-pagination li {
    padding: 5px;
}

.blog-pagination li a {
    width: 48px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    color: #fff;
    border: 1px solid #e5e5e5;
}

.blog-pagination li a.active, .blog-pagination li a:hover {
    color: #ffffff;
    background: #5350ff;
    border-color: #ffffff;
}

.comment-area {
    margin-bottom: 50px;
}

.comment-area .title {
    margin-top: -9px;
    text-transform: capitalize;
    font-size: 22px;
    margin-bottom: -7px;
}

@media (min-width: 576px) {
    .comment-area .title {
        margin-bottom: 0px;
    }
}

@media (min-width: 768px) {
    .comment-area {
        margin-bottom: 60px;
    }
}

.comment-wrapper li {
    padding: 0;
}

.comment-wrapper li .comment-item {
    padding: 30px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.comment-wrapper li .comment-item .comment-thumb {
    width: 70px;
    font-size: 70px;
}

.comment-wrapper li .comment-item .comment-thumb a {
    display: block;
}

.comment-wrapper li .comment-item .comment-thumb a img {
    width: 100%;
}

@media (max-width: 575px) {
    .comment-wrapper li .comment-item .comment-thumb {
        margin-bottom: 15px;
    }
}

.comment-wrapper li .comment-item .comment-content {
    width: 100%;
}

.comment-wrapper li .comment-item .comment-content .comment-header {
    margin-bottom: 18px;
}

.comment-wrapper li .comment-item .comment-content .sub-title {
    text-transform: capitalize;
    font-size: 22px;
    line-height: 30px;
    margin: 0;
    margin-bottom: -4px;
}

.comment-wrapper li .comment-item .comment-content span {
    text-transform: uppercase;
    font-size: 13px;
    line-height: 1;
}

@media (min-width: 576px) {
    .comment-wrapper li .comment-item .comment-content {
        width: calc(100% - 70px);
        padding-left: 20px;
    }
}

.comment-wrapper li .comment-item .comment-content .reply-button {
    padding: 2px 20px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    font-size: 14px;
    font-weight: 600;
    color: #ddd;
    text-transform: uppercase;
    font-family: "Monda", sans-serif;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.comment-wrapper li .comment-item .comment-content p {
    margin-bottom: -8px;
}

.comment-wrapper li .comment-item:hover .reply-button {
    background: #5350ff;
    color: #ffffff;
}

.comment-wrapper li .comment-item:hover .sub-title a {
    color: #5350ff;
}

.comment-wrapper li ul li {
    padding-left: 20px;
}

@media (min-width: 576px) {
    .comment-wrapper li ul li {
        padding-left: 40px;
    }
}

@media (min-width: 768px) {
    .comment-wrapper li ul li {
        padding-left: 60px;
    }
}

.comment-wrapper > li:last-child .comment-item:last-child {
    padding-bottom: 0;
    border: none;
}

.comment-form {
    margin: -10px;
    margin-top: 20px;
}

.comment-form-group {
    width: 100%;
    padding: 10px;
    margin-bottom: 0;
}

@media (min-width: 576px) {
    .comment-form-group {
        width: 50%;
    }
}

.comment-form-group input,
  .comment-form-group textarea {
    border: 1px solid #e5e5e5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    display: block;
    margin: 0;
    width: 100%;
    background: #f5f5f7;
}

.comment-form-group textarea {
    height: 150px;
    padding: 20px;
}

.comment-form-group input {
    height: 55px;
    padding-left: 20px;
}

.comment-form-group button {
    height: 54px;
    margin-top: 10px;
    background: #5350ff;
    color: #ffffff;
    font-weight: 600;
    font-family: "Monda", sans-serif;
    text-transform: capitalize;
    width: auto;
    border-color: #ffffff;
    padding: 0 40px;
    border: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.c-thumb {
    overflow: hidden;
}

.c-thumb a {
    display: block;
}

.c-thumb img {
    width: 100%;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.scrollToTop {
    width: 45px;
    height: 45px;
    line-height: 45px;
    color: #fff;
    z-index: 999;
    bottom: 100px;
    right: 30px;
    position: fixed;
    border-radius: 5px;
    -webkit-transform: translateY(150px);
    -ms-transform: translateY(150px);
    transform: translateY(150px);
    background: #ffffff;
    text-align: center;
    font-size: 16px;
}

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

.scrollToTop img {
    width: 100%;
}

.video-button {
    color: #ffffff;
    border: none;
    text-align: center;
}

.video-button:hover {
    color: #ffffff;
}

.video-button i {
    line-height: 70px;
    font-size: 36px;
    margin-left: 8px;
    color: #ffffff;
}

.video-button {
    width: 70px;
    height: 70px;
    z-index: 1;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: #f74a05;
}

.video-button a {
    display: block;
    position: relative;
    z-index: 1;
}

.video-button a img {
    width: 100%;
}

.video-button a i {
    line-height: 75px;
    font-size: 36px;
    margin-left: 8px;
}

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

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

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

@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);
        -webkit-filter: alpha(opacity=50);
    }

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

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

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

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

/* inner ripple */
@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);
    }
}

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

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

@keyframes pulseOne {
    0% {
        box-shadow: 0 0 0 0 rgba(102, 91, 252, 0.851), 0 0 0 0 rgba(102, 91, 252, 0.851);
        -webkit-box-shadow: 0 0 0 0 rgba(102, 91, 252, 0.851), 0 0 0 0 rgba(102, 91, 252, 0.851);
        -moz-box-shadow: 0 0 0 0 rgba(102, 91, 252, 0.851), 0 0 0 0 rgba(102, 91, 252, 0.851);
    }

    40% {
        box-shadow: 0 0 0 20px rgba(102, 91, 252, 0), 0 0 0 0 rgba(102, 91, 252, 0.851);
        -webkit-box-shadow: 0 0 0 20px rgba(102, 91, 252, 0), 0 0 0 0 rgba(102, 91, 252, 0.851);
        -moz-box-shadow: 0 0 0 20px rgba(102, 91, 252, 0), 0 0 0 0 rgba(102, 91, 252, 0.851);
    }

    80% {
        box-shadow: 0 0 0 20px rgba(102, 91, 252, 0), 0 0 0 20px rgba(102, 91, 252, 0);
        -webkit-box-shadow: 0 0 0 20px rgba(102, 91, 252, 0), 0 0 0 20px rgba(102, 91, 252, 0);
        -moz-box-shadow: 0 0 0 20px rgba(102, 91, 252, 0), 0 0 0 20px rgba(102, 91, 252, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(102, 91, 252, 0), 0 0 0 0 rgba(102, 91, 252, 0);
        -webkit-box-shadow: 0 0 0 0 rgba(102, 91, 252, 0), 0 0 0 0 rgba(102, 91, 252, 0);
        -moz-box-shadow: 0 0 0 0 rgba(102, 91, 252, 0), 0 0 0 0 rgba(102, 91, 252, 0);
    }
}

@-webkit-keyframes pulseOne {
    0% {
        box-shadow: 0 0 0 0 rgba(102, 91, 252, 0.851), 0 0 0 0 rgba(102, 91, 252, 0.851);
        -webkit-box-shadow: 0 0 0 0 rgba(102, 91, 252, 0.851), 0 0 0 0 rgba(102, 91, 252, 0.851);
        -moz-box-shadow: 0 0 0 0 rgba(102, 91, 252, 0.851), 0 0 0 0 rgba(102, 91, 252, 0.851);
    }

    40% {
        box-shadow: 0 0 0 20px rgba(102, 91, 252, 0), 0 0 0 0 rgba(102, 91, 252, 0.851);
        -webkit-box-shadow: 0 0 0 20px rgba(102, 91, 252, 0), 0 0 0 0 rgba(102, 91, 252, 0.851);
        -moz-box-shadow: 0 0 0 20px rgba(102, 91, 252, 0), 0 0 0 0 rgba(102, 91, 252, 0.851);
    }

    80% {
        box-shadow: 0 0 0 20px rgba(102, 91, 252, 0), 0 0 0 20px rgba(102, 91, 252, 0);
        -webkit-box-shadow: 0 0 0 20px rgba(102, 91, 252, 0), 0 0 0 20px rgba(102, 91, 252, 0);
        -moz-box-shadow: 0 0 0 20px rgba(102, 91, 252, 0), 0 0 0 20px rgba(102, 91, 252, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(102, 91, 252, 0), 0 0 0 0 rgba(102, 91, 252, 0);
        -webkit-box-shadow: 0 0 0 0 rgba(102, 91, 252, 0), 0 0 0 0 rgba(102, 91, 252, 0);
        -moz-box-shadow: 0 0 0 0 rgba(102, 91, 252, 0), 0 0 0 0 rgba(102, 91, 252, 0);
    }
}

@-moz-keyframes pulseOne {
    0% {
        box-shadow: 0 0 0 0 rgba(102, 91, 252, 0.851), 0 0 0 0 rgba(102, 91, 252, 0.851);
        -webkit-box-shadow: 0 0 0 0 rgba(102, 91, 252, 0.851), 0 0 0 0 rgba(102, 91, 252, 0.851);
        -moz-box-shadow: 0 0 0 0 rgba(102, 91, 252, 0.851), 0 0 0 0 rgba(102, 91, 252, 0.851);
    }

    40% {
        box-shadow: 0 0 0 20px rgba(102, 91, 252, 0), 0 0 0 0 rgba(102, 91, 252, 0.851);
        -webkit-box-shadow: 0 0 0 20px rgba(102, 91, 252, 0), 0 0 0 0 rgba(102, 91, 252, 0.851);
        -moz-box-shadow: 0 0 0 20px rgba(102, 91, 252, 0), 0 0 0 0 rgba(102, 91, 252, 0.851);
    }

    80% {
        box-shadow: 0 0 0 20px rgba(102, 91, 252, 0), 0 0 0 20px rgba(102, 91, 252, 0);
        -webkit-box-shadow: 0 0 0 20px rgba(102, 91, 252, 0), 0 0 0 20px rgba(102, 91, 252, 0);
        -moz-box-shadow: 0 0 0 20px rgba(102, 91, 252, 0), 0 0 0 20px rgba(102, 91, 252, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(102, 91, 252, 0), 0 0 0 0 rgba(102, 91, 252, 0);
        -webkit-box-shadow: 0 0 0 0 rgba(102, 91, 252, 0), 0 0 0 0 rgba(102, 91, 252, 0);
        -moz-box-shadow: 0 0 0 0 rgba(102, 91, 252, 0), 0 0 0 0 rgba(102, 91, 252, 0);
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@keyframes rev-rotate {
    0% {
        -webkit-transform: translate(-50%, -50%) rotate(0deg);
        -ms-transform: translate(-50%, -50%) rotate(0deg);
        transform: translate(-50%, -50%) rotate(0deg);
    }

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

@-webkit-keyframes rev-rotate {
    0% {
        -webkit-transform: translate(-50%, -50%) rotate(0deg);
        -ms-transform: translate(-50%, -50%) rotate(0deg);
        transform: translate(-50%, -50%) rotate(0deg);
    }

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

@-moz-keyframes rev-rotate {
    0% {
        -webkit-transform: translate(-50%, -50%) rotate(0deg);
        -ms-transform: translate(-50%, -50%) rotate(0deg);
        transform: translate(-50%, -50%) rotate(0deg);
    }

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

.custom-button {
    padding: 0 30px;
    background-color: #5350ff;
    overflow: hidden;
    border-radius: 40px;
    text-decoration: none;
    height: 46px;
    min-width: 160px;
    font-size: 14px;
    font-weight: 400;
    display: inline-block;
    border: 1px solid transparent;
    vertical-align: middle;
    position: relative;
    z-index: 1;
    cursor: pointer;
    text-align: center;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.custom-button span {
    display: block;
}

.custom-button:before {
    content: attr(data-text);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    padding: 0;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
    -moz-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
    -o-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
    transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
    color: #fff;
    z-index: -1;
    letter-spacing: 2px;
}

.custom-button:hover {
    background: #ffffff;
    border: 1px solid #5350ff;
}

.custom-button:hover:before {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    -moz-transform: translate3d(0, 100%, 0);
    -ms-transform: translate3d(0, 100%, 0);
    -o-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
}

.custom-button:hover span {
    opacity: 1;
    color: #0c0026;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.custom-button:hover span:nth-child(1) {
    -webkit-transition-delay: 0.01s;
    -moz-transition-delay: 0.01s;
    -o-transition-delay: 0.01s;
    transition-delay: 0.01s;
}

.custom-button:hover span:nth-child(2) {
    -webkit-transition-delay: 0.05s;
    -moz-transition-delay: 0.05s;
    -o-transition-delay: 0.05s;
    transition-delay: 0.05s;
}

.custom-button:hover span:nth-child(3) {
    -webkit-transition-delay: 0.1s;
    -moz-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.custom-button:hover span:nth-child(4) {
    -webkit-transition-delay: 0.15s;
    -moz-transition-delay: 0.15s;
    -o-transition-delay: 0.15s;
    transition-delay: 0.15s;
}

.custom-button:hover span:nth-child(5) {
    -webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.custom-button:hover span:nth-child(6) {
    -webkit-transition-delay: 0.25s;
    -moz-transition-delay: 0.25s;
    -o-transition-delay: 0.25s;
    transition-delay: 0.25s;
}

.custom-button:hover span:nth-child(7) {
    -webkit-transition-delay: 0.3s;
    -moz-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

.custom-button:hover span:nth-child(8) {
    -webkit-transition-delay: 0.35s;
    -moz-transition-delay: 0.35s;
    -o-transition-delay: 0.35s;
    transition-delay: 0.35s;
}

.custom-button:hover span:nth-child(9) {
    -webkit-transition-delay: 0.4s;
    -moz-transition-delay: 0.4s;
    -o-transition-delay: 0.4s;
    transition-delay: 0.4s;
}

.custom-button:hover span:nth-child(10) {
    -webkit-transition-delay: 0.45s;
    -moz-transition-delay: 0.45s;
    -o-transition-delay: 0.45s;
    transition-delay: 0.45s;
}

.custom-button:hover span:nth-child(11) {
    -webkit-transition-delay: 0.5s;
    -moz-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    transition-delay: 0.5s;
}

.custom-button:hover span:nth-child(12) {
    -webkit-transition-delay: 0.55s;
    -moz-transition-delay: 0.55s;
    -o-transition-delay: 0.55s;
    transition-delay: 0.55s;
}

.custom-button:hover span:nth-child(13) {
    -webkit-transition-delay: 0.6s;
    -moz-transition-delay: 0.6s;
    -o-transition-delay: 0.6s;
    transition-delay: 0.6s;
}

.custom-button:hover span:nth-child(14) {
    -webkit-transition-delay: 0.65s;
    -moz-transition-delay: 0.65s;
    -o-transition-delay: 0.65s;
    transition-delay: 0.65s;
}

.custom-button:hover span:nth-child(15) {
    -webkit-transition-delay: 0.7s;
    -moz-transition-delay: 0.7s;
    -o-transition-delay: 0.7s;
    transition-delay: 0.7s;
}

.custom-button:hover span:nth-child(16) {
    -webkit-transition-delay: 0.75s;
    -moz-transition-delay: 0.75s;
    -o-transition-delay: 0.75s;
    transition-delay: 0.75s;
}

.custom-button:hover span:nth-child(17) {
    -webkit-transition-delay: 0.8s;
    -moz-transition-delay: 0.8s;
    -o-transition-delay: 0.8s;
    transition-delay: 0.8s;
}

.custom-button:hover span:nth-child(18) {
    -webkit-transition-delay: 0.85s;
    -moz-transition-delay: 0.85s;
    -o-transition-delay: 0.85s;
    transition-delay: 0.85s;
}

.custom-button:hover span:nth-child(19) {
    -webkit-transition-delay: 0.95s;
    -moz-transition-delay: 0.95s;
    -o-transition-delay: 0.95s;
    transition-delay: 0.95s;
}

.custom-button:hover span:nth-child(20) {
    -webkit-transition-delay: 1.05s;
    -moz-transition-delay: 1.05s;
    -o-transition-delay: 1.05s;
    transition-delay: 1.05s;
}

.custom-button:hover span:nth-child(21) {
    -webkit-transition-delay: 1.1s;
    -moz-transition-delay: 1.1s;
    -o-transition-delay: 1.1s;
    transition-delay: 1.1s;
}

.custom-button:hover span:nth-child(22) {
    -webkit-transition-delay: 1.15s;
    -moz-transition-delay: 1.15s;
    -o-transition-delay: 1.15s;
    transition-delay: 1.15s;
}

.custom-button:hover span:nth-child(23) {
    -webkit-transition-delay: 1.2s;
    -moz-transition-delay: 1.2s;
    -o-transition-delay: 1.2s;
    transition-delay: 1.2s;
}

.custom-button:hover span:nth-child(24) {
    -webkit-transition-delay: 1.25s;
    -moz-transition-delay: 1.25s;
    -o-transition-delay: 1.25s;
    transition-delay: 1.25s;
}

.custom-button:hover span:nth-child(25) {
    -webkit-transition-delay: 1.3s;
    -moz-transition-delay: 1.3s;
    -o-transition-delay: 1.3s;
    transition-delay: 1.3s;
}

.custom-button span {
    display: inline-block;
    padding: 12px 0;
    opacity: 0;
    color: #ffffff;
    -webkit-transform: translate3d(10, 10px, 0);
    -moz-transform: translate3d(10, 10px, 0);
    -ms-transform: translate3d(10, 10px, 0);
    -o-transform: translate3d(10, 10px, 0);
    transform: translate3d(10, 10px, 0);
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
    -moz-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
    -o-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
    transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}

.custom-button.white {
    color: #5350ff;
    background: #ffffff;
}

.custom-button.white span {
    color: #0c0026;
}

.custom-button.white:before {
    color: #0c0026;
}

.custom-button.white:hover {
    background: #5350ff;
}

.custom-button.white:hover span {
    color: #fff;
}

.swiper-slide-next .custom-button {
    color: #5350ff;
    background: #ffffff;
}

.swiper-slide-next .custom-button span {
    color: #0c0026;
}

.swiper-slide-next .custom-button:before {
    color: #0c0026;
}

.swiper-slide-next .custom-button:hover {
    background: #5350ff;
}

.swiper-slide-next .custom-button:hover span {
    color: #0c0026;
}

.swiper-slide-next .custom-button.white {
    background: #5350ff;
    color: #fff;
    border-color: transparent;
}

.swiper-slide-next .custom-button.white span {
    color: #fff;
}

.swiper-slide-next .custom-button.white:before {
    color: #fff;
}

.swiper-slide-next .custom-button.white:hover {
    background: #ffffff;
}

.swiper-slide-next .custom-button.white:hover span {
    color: #0c0026;
}


li .language {
    background: #161c2a !important;
    color: white;
    border: none;
    padding: 0 20px;
}

li .language:focus{
    background: #161c2a !important;
    color: white;
    border: none;
    
}

li .language option{
    background: #161c2a;
    color: #ffffff;
}
.white-light-border {
    border: 1px solid rgba(255, 255, 255, .1);
}
.bg_rgba_white {
    background: rgba(255, 255, 255, .1) !important;
}
.post-details .c-thumb {
    max-height: 400px;
}
.post-details .c-thumb img {
    height: 100%;
    object-fit: cover;
}

.transaction-table .t-header {
    background: #5350ff;
}

/*Sidebar CSS Starts Here*/
.widget {
    padding: 30px;
    margin-bottom: 30px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.widget {
    background: #f5f5f7;
}
@media (min-width: 992px) {
    .widget {
        margin-bottom: 60px;
    }

    .widget .title {
        margin-bottom: 4px;
    }
}
@media screen and (max-width: 400px) {
    .widget {
        padding: 30px 15px;
    }
}

.widget.widget-search .search--form {
    position: relative;
}

.widget.widget-search .search--form input {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: transparent;
    height: 60px;
    padding-right: 75px;
    background: #fff;
    padding-left: 20px;
    border: 1px solid #e5e5e5;
    width: 100%;
    color: #232323;
}

.widget.widget-search .search--form button {
    height: 60px;
    width: 60px;
    right: 0;
    top: 0;
    position: absolute;
    border: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border-left: none;
    outline: none;
    background: #5350ff;
    color: #ffffff;
}

.widget.widget-archive ul, .widget.widget-category ul {
    margin-bottom: -28px;
}

.widget.widget-archive ul li, .widget.widget-category ul li {
    padding: 0;
    border-bottom: 1px solid #e5e5e5;
}

.widget.widget-archive ul li a, .widget.widget-category ul li a {
    padding: 11px 0;
    display: flex;
    color: #555555;
    text-transform: capitalize;
}

.widget.widget-archive ul li a::before, .widget.widget-category ul li a::before {
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    margin-right: 5px;
    color: #5350ff;
}

.widget.widget-archive ul li a:hover, .widget.widget-category ul li a:hover {
    color: #5350ff;
    padding-left: 5px;
}

.widget.widget-archive ul li:last-child, .widget.widget-category ul li:last-child {
    border: none;
    margin-bottom: -18px;
}

.widget.widget-archive ul li a::before {
    display: none;
}

.widget.widget-tags ul {
    margin: -5px;
    margin-top: 20px;
}

.widget.widget-tags ul li {
    padding: 5px;
}

.widget.widget-tags ul li a {
    padding: 8px 20px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid rgba(221, 221, 221, 0.3);
    color: #ddd;
    text-transform: uppercase;
}

.widget.widget-tags ul li a:hover {
    color: #ffffff;
    border-color: #5350ff;
    background: #5350ff;
}

.widget.widget-banner {
    padding: 65px 15px 60px;
    text-align: center;
}

.widget.widget-banner .sub-title {
    text-transform: capitalize;
}

@media (min-width: 576px) {
    .widget.widget-banner .sub-title {
        font-size: 28px;
        margin-bottom: 5px;
    }
}

.widget.widget-banner a {
    font-size: 20px;
    color: #ddd;
}

.widget.widget-banner a:hover {
    color: #5350ff;
}

@media (min-width: 576px) {
    .widget.widget-banner a {
        font-size: 30px;
        line-height: 1.4;
    }
}

.widget.widget-post ul {
    margin-top: 24px;
}

.widget.widget-post ul li {
    align-items: center;
    justify-content: space-between;
    padding: 0;
    margin-bottom: 30px;
}

.widget.widget-post ul li .c-thumb {
    width: 55px;
    height: 55px;
}

.widget.widget-post ul li .content {
    width: calc(100% - 80px);
}

.widget.widget-post ul li .c-thumb a {
    display: block; 
    width: 55px;
    height: 55px;
}
.widget.widget-post ul li .c-thumb img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.widget.widget-post ul li .content .sub-title {
    margin-top: 0;
    font-size: 16px;
    margin-bottom: 4px;
}
.widget.widget-post ul li .content .sub-title a:hover {
    color: #5350ff;
}

.widget.widget-post ul li .content .meta {
    text-transform: uppercase;
    font-size: 14px;
}

.widget.widget-post ul li .content .meta a {
    color: #5350ff;
}

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

.widget.widget-personal-info ul li {
    padding: 20px 0;
    border-bottom: 1px solid #e5e5e5;
}

.widget.widget-personal-info ul li:last-child {
    border: none;
    padding-bottom: 0;
}

.widget.widget-personal-info ul li h6 {
    font-weight: 600;
    font-size: 18px;
    text-transform: capitalize;
}

.widget.widget-personal-info ul li span {
    display: block;
    margin-bottom: -7px;
    font-size: 14px;
    color: #777777;
}

.widget .title {
    color: #fff;
    text-transform: capitalize;
}

.widget .title.two {
    margin-bottom: 20px;
}

@media (min-width: 576px) {
    .widget .title.two {
        font-size: 24px;
    }
}

.hudai {
    overflow: hidden;
}

.client-slider-rat {
    margin: -15px;
    margin-top: -5px;
}

.client-slider-rat .slide-item {
    padding: 15px;
}

.client-slider-rat .c-thumb {
    margin-bottom: 40px;
}

.client-slider-rat p {
    margin-bottom: 22px;
}

@media (max-width: 575px) {
    .client-slider-rat .c-thumb {
        margin-bottom: 30px;
    }

    .client-slider-rat p {
        margin-bottom: 12px;
    }
}

.ratings {
    margin-bottom: 10px;
}

.ratings a,
  .ratings i {
    color: #fdb02a;
}

.author-rat a {
    font-size: 18px;
}

.author-rat span {
    display: block;
}

.b-sidebar {
    position: sticky;
    top: 120px;
}

@media (max-width: 991px) {
    .b-sidebar {
        margin-top: 70px;
    }
}
.widget.widget-tags ul, .widget.widget-post ul li {
    display: flex;
    flex-wrap: wrap;
}
.widget {
    padding-top: 0 !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
}
.widget .title {
    padding: 10px 20px;
    background: #5350ff;
    text-align: center;
    border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    -ms-border-radius: 5px 5px 0 0;
    -o-border-radius: 5px 5px 0 0;
}
.widget .widget-body {
    padding-left: 30px;
    padding-right: 30px;
}

.widget-banner {
    text-align: center;
    padding: 35px 10px !important;
    position: relative;
}
footer {
    background: #161c2a;
}
.p-30 {
    padding: 30px !important;
}
.cl-theme {
    color: #5350ff;
}

.add__btn {
    width: 43px;
    height: 43px;
    text-align: center;
}
.img_up_input {
    height: unset;
    line-height: 25px;
    padding: 5px;
    overflow: hidden;
}
.m-10 {
    margin: 10px;
}
.w-unset {
    width: unset !important;
}
.border__1 {
    border: 1px solid #e5e5e5;
}
.modal button {
    width: unset;
}
.bg_theme {
    background: #5350ff !important;
}
.preview_list li {
    text-align: center;
    padding: 10px 0;
    border-bottom: 2px dashed #e5e5e5;
}
.preview_list li:last-child {
    border: none;
}
.reserve_item {
    margin-bottom: 30px;
}
.reserve_item .reserve_header {
    background: #5350ff;
    text-align: center;
    padding: 10px;
    border-radius: 6px 6px 0 0;
    -webkit-border-radius: 6px 6px 0 0;
    -moz-border-radius: 6px 6px 0 0;
    -ms-border-radius: 6px 6px 0 0;
    -o-border-radius: 6px 6px 0 0;
    text-transform: capitalize;
}
.reserve_item .reserve_header .title {
    margin: 0;
    color: #fff;
}
.reserve_body {
    padding: 25px 15px;
    text-align: center;
    background: #f5f5f7;
    border: 1px solid #e5e5e5;
    border-top: none;
    border-radius: 0 0 6px 6px;
    -webkit-border-radius: 0 0 6px 6px;
    -moz-border-radius: 0 0 6px 6px;
    -ms-border-radius: 0 0 6px 6px;
    -o-border-radius: 0 0 6px 6px;
}
.section-bg .reserve_body {
    background: #fff;
}
.reserve_body .subtitle {
    margin-bottom: 25px;
    font-weight: 600;
    /* display: flex; */
    /* justify-content: space-between; */
    font-size: 20px;
}
.reserve_amounts {
    display: flex;
    flex-wrap: wrap;
    margin: -5px;
    justify-content: space-between;
}
.reserve_amounts li {
    display: flex; 
    padding: 5px;   
}
.reserve_amounts li .name {
    margin-right: 6px;
}
.reserve_amounts li .rate {
    color: #cd201f;
}
@media screen and (max-width:767px) {
    .reserve_amounts li {
        font-size: 14px;
    }
}
@media screen and (max-width:767px) {
    .reserve_item {
        max-width: 360px;
        margin-left: auto;
        margin-right: auto;
    }
}
.nice-select .list{
    background:#0a3d62 !important;
}


.card-footer{
    background: #fff;
}
.footer-bottom{
    background-color: #0f131d !important;
    color: #fff;
}
.preloader {
    width: 100%;
    height: 100%;
    background: #151920;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    text-align: center;
}

.preloader .wellcome {
    text-transform: uppercase;
    font-size: 18px;
}

.preloader .wellcome span {
    display: block;
    color: #ff000d;
}

.loader-frame {
     top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    max-width: 200px;
    max-height: 200px;
    display: flex;
   flex-wrap: wrap;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    padding: 30px;
}

.circle {
    position: absolute;
    width: 100%;
    height: 100%;
    max-width: 200px;
    max-height: 200px;
    background-color: white 0%;
    border: 1px solid #ffffff;
    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 #ffffff;
    border-bottom: 5px solid #ffffff;
    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;
    }
}
.fixed__header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #161c2a;
    border-bottom: 1px solid #e5e5e5;
}
header .nice-select .option:hover, header .nice-select .option.focus, header .nice-select .option.selected.focus {
    background-color: #35464f;
}