/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Typography
    [ ## Heading ]
    [ ## Others Typography ]
# Elements
    [ ## Font Size ]
    [ ## Font Weight ]
    [ ## Margin Element ]
    [ ## Padding Element ]
    [ ## Color Element ]
    [ ## Background Element ]
    [ ## Extra Background ]
    [ ## Social Element ]
    [ ## Overlay Element ]
    [ ## Lists ]
    [ ## Post, Page, Comments Table ]
    [ ## Others Element ]
    [ ## Grid Element ]
# Forms
	[ ## Buttons ]
	[ ## Fields ]
# Header Content
	[ ## Preloader ]
	[ ## Header ]
    [ ## Sticky header ]
# layout
    [ ## Hero Block ]
    [ ## Features ]
    [ ## Team ]
    [ ## Testimonial ]
    [ ## Sections ]
        [ ### Features Block ]
        [ ### Network Location ]
        [ ### Discount Block ]
        [ ### Vission Mission Block ]
        [ ### Work Brand ]
        [ ### Announcement ]
        [ ### Pricing ]
        [ ### Faqs ]
        [ ### Support Ticket ]
        [ ### Call To Action ]
        [ ### Founder Message Block ]
        [ ### Fan Fact Block ]
    [ ## Blog ]
# site content
	[ ## About Page ]
	[ ## Contact Page ]
	[ ## 404 Page ]
	[ ## Registration Page ]
	[ ## Posts and pages ]
	    [ ### Page Title ]
	    [ ### Breadcrumb ]
	    [ ### Page info Content ]
	[ ## Comments ]
	[ ## Widgets ]
	[ ## Widgets Content ]
# Footer
/*--------------------------------------------------------------
# abstracts
--------------------------------------------------------------*/
/*-------------------------------------------------
    [ ### font-variable start ]
*/
/*-------------------------------------------------
    [ ### font-variable end ]
*/
/*-------------------------------------------------
    [ ### font_family-variable start ]
*/
/*-------------------------------------------------
    [ ### font_family-variable end ]
*/
/*-------------------------------------------------
    [ ### font_size-variable start ]
*/
/*-------------------------------------------------
    [ ### font_size-variable end ]
*/
/*-------------------------------------------------
    [ ### line_height-variable start ]
*/
/*-------------------------------------------------
    [ ### line_height-variable start ]
*/
/*-------------------------------------------------
    [ ### initial-color-variable start ]
*/
/*-------------------------------------------------
    [ ### initial-color-variable end ]
*/
/*--------------------------------------------------------------
# base
--------------------------------------------------------------*/
/*-------------------------------------------------
    [ ## reset ]
*/
html {
    font-size: 100%;
    scroll-behavior: smooth;
  }

  body {
    background-color: #030B15;
    font-family: "DM Sans", sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5em;
    color: #c4c6c7;
    overflow-x: hidden;
  }

  a {
    display: inline-block;
  }

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

  blockquote {
    margin: 0 0 1.3em;
  }

  p {
    margin-bottom: 15px;
    line-height: 1.7em;
  }
  p:last-child {
    margin-bottom: 0px;
  }
  @media only screen and (max-width: 1199px) {
    p {
      line-height: 1.7em;
    }
  }

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

  button:focus,
  input:focus,
  textarea:focus {
    outline: none;
  }

  button, input[type=submit], input[type=reset], input[type=button] {
    border: none;
    cursor: pointer;
  }

  input, textarea {
    padding: 12px 25px;
    width: 100%;
  }

  span {
    display: inline-block;
  }

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

  code {
    color:  var(--primary-color);
  }

  blockquote {
    background: var(--secondary-color);
    padding: 40px;
    border-radius: 10px;
    font-weight: 500;
    font-style: italic;
    position: relative;
    text-align: center;
    font-size: 18px;
  }
  blockquote .quote-icon {
    margin-bottom: 15px;
  }

  .screw {
    position: absolute;
    display: block;
    width: 20px;
    height: 20px;
    background: url(../images/element/screw.svg) no-repeat center;
    pointer-events: none;
    z-index: 2;
  }

  .block-icon {
    position: absolute;
    top: -2px;
    left: -2px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 50px;
    width: 50px;
    border: 2px solid  var(--primary-color);
    border-radius: 50%;
    overflow: hidden;
  }
  .block-icon::before {
    content: "";
    position: absolute;
    pointer-events: none;
    background: url(../images/element/dots--base.svg) no-repeat center;
    width: 74px;
    height: 74px;
    top: 50%;
    left: 50%;
  }
  .block-icon i {
    font-size: 22px;
    color: #ffffff;
  }

  .block-icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

  .screw--bl {
    bottom: 15px;
    left: 15px;
  }

  .screw--tr {
    top: 15px;
    right: 15px;
  }

  .screw--big-br {
    width: 67px;
    height: 67px;
    background: url(../images/element/screw--big-br.svg) no-repeat center;
    bottom: 15px;
    right: 15px;
  }

  .screw--lines-bl {
    width: 67px;
    height: 67px;
    background: url(../images/element/screw--lines-bl.svg) no-repeat center;
    bottom: 15px;
    left: 15px;
  }

  .screw--lines-br {
    width: 67px;
    height: 67px;
    background: url(../images/element/screw--lines-br.svg) no-repeat center;
    bottom: 15px;
    right: 15px;
  }

  .screw--lines-tr {
    width: 67px;
    height: 67px;
    background: url(../images/element/screw--lines-tr.svg) no-repeat center;
    top: 15px;
    right: 15px;
  }

  .screw--lines-tl {
    width: 67px;
    height: 67px;
    background: url(../images/element/screw--lines-tl.svg) no-repeat center;
    top: 15px;
    left: 15px;
  }

  /*-------------------------------------------------
      [ ## padding ]
  */
  .pt-10 {
    padding-top: 10px;
  }

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

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

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

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

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

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

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

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

  .pt-150 {
    padding-top: 150px;
  }
  @media only screen and (max-width: 991px) {
    .pt-150 {
      padding-top: 100px;
    }
  }

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

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

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

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

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

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

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

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

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

  .pb-150 {
    padding-bottom: 150px;
  }
  @media only screen and (max-width: 991px) {
    .pb-150 {
      padding-bottom: 100px;
    }
  }

  .ptb-10 {
    padding: 10px 0;
  }

  .ptb-20 {
    padding: 20px 0;
  }

  .ptb-30 {
    padding: 30px 0;
  }

  .ptb-40 {
    padding: 40px 0;
  }

  .ptb-50 {
    padding: 50px 0;
  }

  .ptb-60 {
    padding: 60px 0;
  }

  .ptb-80 {
    padding: 80px 0;
  }

  .ptb-100 {
    padding: 100px 0;
  }
  @media only screen and (max-width: 991px) {
    .ptb-100 {
      padding: 80px 0;
    }
  }

  .ptb-120 {
    padding: 120px 0;
  }
  @media only screen and (max-width: 991px) {
    .ptb-120 {
      padding: 100px 0;
    }
  }

  .ptb-150 {
    padding: 150px 0;
  }
  @media only screen and (max-width: 991px) {
    .ptb-150 {
      padding: 100px 0;
    }
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .mb-80 {
    margin-bottom: 80px;
  }
  @media only screen and (max-width: 575px) {
    .mb-80 {
      margin-bottom: 40px;
    }
  }

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

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

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

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

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

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

  .mt-40-none {
    margin-top: -40px;
  }

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

  .mt-60-none {
    margin-top: -60px;
  }

  .mt-80-none {
    margin-top: -80px;
  }

  .mt-100-none {
    margin-top: -100px;
  }

  .mt-120-none {
    margin-top: -120px;
  }

  .mt-150-none {
    margin-top: -150px;
  }

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

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

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

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

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

  .mb-60-none {
    margin-bottom: -60px;
  }

  .mb-80-none {
    margin-bottom: -80px;
  }
  @media only screen and (max-width: 575px) {
    .mb-80-none {
      margin-bottom: -40px;
    }
  }

  .mb-100-none {
    margin-bottom: -100px;
  }

  .mb-120-none {
    margin-bottom: -120px;
  }

  .mb-150-none {
    margin-bottom: -150px;
  }

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

  .bg--secondary {
    background-color:  var(--primary-color);
  }

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

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

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

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

  .bg--dark {
    background-color: #10163A;
  }

  .bg--base {
    background-color:  var(--primary-color) !important;
  }

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

  .text--secondary {
    color:  var(--primary-color);
  }

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

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

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

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

  .text--dark {
    color: #10163A;
  }

  .text--base {
    color:  var(--primary-color) !important;
  }

  .border--primary {
    border: #7367f0;
  }

  .border--secondary {
    border: 1px solid  var(--primary-color);
  }

  .border--success {
    border: 1px solid #28c76f;
  }

  .border--danger {
    border: 1px solid #ea5455 !important;
  }

  .border--warning {
    border: 1px solid #ff9f43;
  }

  .border--info {
    border: 1px solid #1e9ff2;
  }

  .border--dark {
    border: 1px solid #10163A;
  }

  .border--base {
    border: 1px solid #e5e5e5 !important;
  }

  .section--bg {
    background-color: var(--secondary-color) !important;
  }

  .bg--gray {
    background-color: var(--secondary-color);
  }

  .border--rounded {
    border-radius: 3px !important;
  }

  .border--capsule {
    border-radius: 100px;
  }

  .box-shadow {
    -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08);
            box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08);
  }

  .gradient-text {
    background: linear-gradient(264.28deg, #DEC7FF -38.2%, #5C27FE 103.12%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  .splitting.animated .char {
    -webkit-animation: fadeInUp 0.4s cubic-bezier(0.3, 0, 0.7, 1) both;
    animation: fadeInUp 0.4s cubic-bezier(0.3, 0, 0.7, 1) both;
    -webkit-animation-delay: calc(30ms * var(--char-index));
    animation-delay: calc(30ms * var(--char-index));
  }

  /*-------------------------------------------------
      [ ## scrollbar ]
  */
  html::-webkit-scrollbar {
    height: 20px;
    width: 6px;
    background: #f1f1f1;
    border-radius: 10px;
  }

  html::-webkit-scrollbar-thumb {
    background: #999;
    border-radius: 10px;
  }

  html::-webkit-scrollbar-corner {
    background: #999;
    border-radius: 10px;
  }

  .chat-container::-webkit-scrollbar {
    height: 20px;
    width: 6px;
    background: #f1f1f1;
    border-radius: 10px;
  }

  .chat-container::-webkit-scrollbar-thumb {
    background: #999;
    border-radius: 10px;
  }

  .chat-container::-webkit-scrollbar-corner {
    background: #999;
    border-radius: 10px;
  }

  .terms-container::-webkit-scrollbar {
    height: 20px;
    width: 6px;
    background: #f1f1f1;
    border-radius: 10px;
  }

  .terms-container::-webkit-scrollbar-thumb {
    background: #999;
    border-radius: 10px;
  }

  .terms-container::-webkit-scrollbar-corner {
    background: #999;
    border-radius: 10px;
  }

  /*-------------------------------------------------
      [ ## scrollToTop ]
  */
  .scrollToTop-wrapper {
    position: relative;
    z-index: 2;
    margin-bottom: 40px;
  }
  .scrollToTop-wrapper::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 100%;
    height: 0.5px;
    background: rgba(255, 255, 255, 0.1);
    z-index: -1;
  }

  .scrollToTop {
    width: 66px;
    height: 66px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-weight: 600;
    background: #06111f;
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: #ffffff !important;
    border-radius: 50%;
    font-size: 18px;
    text-align: center;
    margin: 0 auto;
  }

  /*-------------------------------------------------
      [ ## Table ]
  */
  .table-wrapper {
    background-color: var(--secondary-color);
    padding: 30px;
    border-radius: 5px;
  }

  .custom-table {
    width: 100%;
    white-space: nowrap;
  }
  .custom-table thead tr {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  .custom-table thead tr th {
    border: none;
    font-weight: 600;
    color: #ffffff;
    font-size: 14px;
    padding: 12px 15px;
  }
  .custom-table thead tr th:last-child {
    text-align: right;
  }
  .custom-table tbody tr {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  .custom-table tbody tr td {
    border: none;
    font-weight: 500;
    color: #c4c6c7;
    font-size: 14px;
    padding: 12px 15px;
  }
  .custom-table tbody tr td:last-child {
    text-align: right;
  }
  .custom-table tbody tr td button, .custom-table tbody tr td input[type=submit], .custom-table tbody tr td input[type=reset], .custom-table tbody tr td input[type=button], .custom-table tbody tr td .btn--base {
    padding: 8px 25px;
    font-size: 14px;
  }
  .custom-table tbody tr td .btn {
    padding: 6px 10px;
  }
  .custom-table tbody tr td .btn:hover {
    color: #c4c6c7;
  }

  /*-------------------------------------------------
      [ ## slider ]
  */
  .swiper-notification {
    display: none;
  }

  .swiper-pagination {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 60px;
    z-index: 8;
  }
  .swiper-pagination .swiper-pagination-bullet {
    height: 6px;
    width: 70px;
    border-radius: 100px;
    background-color: rgba(255, 255, 255, 0.1);
    opacity: 1;
  }
  .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #ffffff;
  }

  .slider-next, .slider-prev {
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 12px;
    background-color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    color: #c4c6c7;
    display: inline-block;
    text-align: center;
    position: relative;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    cursor: pointer;
    margin-top: 60px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .slider-next:hover, .slider-prev:hover {
    background-color:  var(--primary-color);
    color: #ffffff;
  }

  .slider-next {
    margin-left: 10px;
  }

  /*-------------------------------------------------
      [ ## pagination ]
  */
  .pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 40px;
  }
  .pagination .page-item {
    text-align: center;
    padding: 3px;
  }
  .pagination .page-item a, .pagination .page-item span {
    width: 30px;
    height: 30px;
    border-radius: 5px;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: #ffffff;
    padding: 0;
    font-weight: 600;
    line-height: 30px;
    font-size: 14px;
    display: block;
    margin: 0;
  }
  .pagination .page-item.disabled span {
    border-radius: 5px;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: #ffffff;
  }
  .pagination .page-item .page-link {
    border-radius: 5px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .pagination .page-item.active .page-link, .pagination .page-item:hover .page-link {
    background-color:  var(--primary-color);
    border-color: transparent;
    color: #ffffff;
  }

  /*-------------------------------------------------
      [ ## tab ]
  */
  .nav-tabs {
    margin: 0;
    border: 0;
    margin-bottom: 30px;
  }
  .nav-tabs .nav-link {
    padding: 8px 20px;
    border: none;
    font-weight: 600;
    font-size: 14px;
    background-color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 3px;
    font-family: "DM Sans", sans-serif;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .nav-tabs .nav-link:hover {
    background-color:  var(--primary-color);
    border: 1px solid  var(--primary-color);
    color: #ffffff;
  }
  .nav-tabs .nav-link.active {
    background-color:  var(--primary-color);
    border: 1px solid  var(--primary-color);
    color: #ffffff;
  }
  .nav-tabs .nav-link:not(:last-child) {
    margin-right: 10px;
  }
  @media only screen and (max-width: 1199px) {
    .nav-tabs .nav-link:not(:last-child) {
      margin-right: 5px;
    }
  }

  /*-------------------------------------------------
      [ ## card ]
  */
  .custom-card .card-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .custom-card .card-body {
    background: var(--secondary-color);
    border-radius: 5px;
    padding: 30px;
  }
  @media only screen and (max-width: 575px) {
    .custom-card .card-body {
      padding: 20px;
    }
  }

  /*-------------------------------------------------
      [ ## switch ]
  */
  .toggle-container .switch-toggles {
    position: relative;
    width: 100%;
    height: 45px;
    border-radius: 5px;
    background-color: var(--secondary-color);
  }
  .toggle-container .switch-toggles::after {
    position: absolute;
    content: "";
    width: 50%;
    height: 45px;
    background: #00ABB3;
    right: -1px;
    top: 0;
    border-radius: 0 5px 5px 0;
    -webkit-transition: all 0.7s cubic-bezier(0.545, 0, 0.05, 1);
    transition: all 0.7s cubic-bezier(0.545, 0, 0.05, 1);
  }
  .toggle-container .switch-toggles .switch {
    position: relative;
    width: 50%;
    line-height: 45px;
    float: left;
    text-align: center;
    z-index: 2;
    cursor: pointer;
    -webkit-transition: color 0.7s cubic-bezier(0.545, 0, 0.05, 1);
    transition: color 0.7s cubic-bezier(0.545, 0, 0.05, 1);
    font-weight: 500;
    font-size: 14px;
    border-radius: 5px;
    color: #c4c6c7;
    margin-bottom: 0;
  }
  .toggle-container .switch-toggles .switch:nth-child(odd) {
    color: #ffffff;
  }
  .toggle-container .switch-toggles.active::after {
    background:  var(--primary-color);
    right: 50%;
    border-radius: 5px 0 0 5px;
  }
  .toggle-container .switch-toggles.active .switch {
    color: #c4c6c7;
  }
  .toggle-container .switch-toggles.active .switch:nth-child(even) {
    color: #ffffff;
  }

  .modal-content {
    background: var(--secondary-color);
    border-radius: 10px;
  }

  .modal-header {
    border-color: rgba(255, 255, 255, 0.1);
  }

  .modal-footer {
    border-color: rgba(255, 255, 255, 0.1);
  }
  .modal-footer a, .modal-footer button, .modal-footer input[type=submit], .modal-footer input[type=reset], .modal-footer input[type=button] {
    padding: 8px 20px;
    font-size: 14px;
  }

  .btn-close {
    background: #ffffff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
  }

  .rte-modern.rte-desktop.rte-toolbar-default {
    background-color: var(--secondary-color);
    border-color: rgba(255, 255, 255, 0.1);
  }

  .richtexteditor.rte-modern rte-toolbar {
    background-color: var(--secondary-color);
    border-color: rgba(255, 255, 255, 0.1);
  }

  .richtexteditor.rte-modern rte-bottom {
    background-color: var(--secondary-color);
  }

  rte-content {
    background-color: var(--secondary-color);
    border-color: rgba(255, 255, 255, 0.1);
  }

  .rte-modern rte-line-break {
    border-color: rgba(255, 255, 255, 0.1);
  }

  /*-------------------------------------------------
      [ ## Heading ]
  */
  h1, h2, h3, h4, h5, h6 {
    clear: both;
    line-height: 1.3em;
    color: #ffffff;
    -webkit-font-smoothing: antialiased;
    font-family: "DM Sans", sans-serif;
    font-weight: 700;
  }

  h1 {
    font-size: 55px;
  }
  @media only screen and (max-width: 1199px) {
    h1 {
      font-size: 40px;
    }
  }
  @media only screen and (max-width: 575px) {
    h1 {
      font-size: 30px;
    }
  }

  h2 {
    font-size: 35px;
  }
  @media only screen and (max-width: 991px) {
    h2 {
      font-size: 26px;
    }
  }
  @media only screen and (max-width: 575px) {
    h2 {
      font-size: 24px;
    }
  }

  h3 {
    font-size: 22px;
  }
  @media only screen and (max-width: 991px) {
    h3 {
      font-size: 20px;
    }
  }

  h4 {
    font-size: 20px;
  }
  @media only screen and (max-width: 991px) {
    h4 {
      font-size: 18px;
    }
  }

  h5 {
    font-size: 18px;
  }
  @media only screen and (max-width: 575px) {
    h5 {
      font-size: 14px;
    }
  }

  h6 {
    font-size: 16px;
  }

  h1 a,
  h2 a,
  h3 a,
  h4 a,
  h5 a {
    color: inherit;
    text-decoration: none;
  }

  h1 a:hover,
  h2 a:hover,
  h3 a:hover,
  h4 a:hover {
    color: inherit;
    text-decoration: none;
  }

  .section-header {
    margin-bottom: 40px;
    position: relative;
  }
  .section-header .section-sub-title {
    display: inline-block;
    color:  var(--primary-color);
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 14px;
    font-weight: 600;
    position: relative;
    padding: 0 15px;
  }
  .section-header .section-sub-title::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 10px;
    height: 10px;
    background:  var(--primary-color);
    border-radius: 50%;
  }
  .section-header .section-sub-title::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 10px;
    height: 10px;
    background:  var(--primary-color);
    border-radius: 50%;
  }
  @media only screen and (max-width: 575px) {
    .section-header .section-sub-title {
      font-size: 12px;
    }
  }
  .section-header .section-title {
    margin-top: 20px;
    margin-bottom: 0;
  }
  .section-header .section-title span {
    position: relative;
    color:  var(--primary-color);
    z-index: 2;
  }
  .section-header .section-title span svg {
    position: absolute;
    left: 50%;
    top: 50%;
    width: calc(100% + 10px);
    height: calc(100% + 40px);
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    z-index: -1;
  }
  .section-header .section-title span svg path {
    stroke:  var(--primary-color);
    stroke-width: 0.5rem;
    fill: transparent;
  }
  .section-header p {
    margin-top: 10px;
  }

  /*--------------------------------------------------------------
  # Components
  --------------------------------------------------------------*/
  /*-------------------------------------------------
      [ ## Buttons ]
  */
  input[type=submit]:hover {
    color: #ffffff;
  }

  button,
  input[type=button],
  input[type=reset],
  input[type=submit] {
    cursor: pointer;
    -webkit-appearance: button;
    -moz-appearance: button;
         appearance: button;
  }
  button:focus,
  input[type=button]:focus,
  input[type=reset]:focus,
  input[type=submit]:focus {
    outline: none;
  }

  button::-moz-focus-inner, input[type=button]::-moz-focus-inner, input[type=reset]::-moz-focus-inner, input[type=submit]::-moz-focus-inner,
  input::-moz-focus-inner {
    padding: 0;
    border: 0;
  }

  .btn {
    -webkit-transition: all 0.3s ease 0.02s;
    transition: all 0.3s ease 0.02s;
  }

  .btn:active,
  .btn:focus {
    -webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, 0.125) inset;
            box-shadow: 0 0px 0px rgba(0, 0, 0, 0.125) inset;
  }

  .btn {
    border: 0px solid;
    border-radius: 0px;
    font-weight: 500;
    font-size: 16px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
  @media only screen and (max-width: 767px) {
    .btn {
      font-size: 14px;
    }
  }

  .btn-rounded {
    border-radius: 3px;
  }

  .btn-capsule {
    border-radius: 100px;
  }

  /*-------------------------------------------------
      [ ## custom btn ]
  */
  .btn--primary {
    background-color: #7367f0;
  }

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

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

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

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

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

  .btn--dark {
    background-color: #10163A;
  }

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

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

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

  .badge--danger::before {
    background-color: #ea5455;
  }

  .badge--warning::before {
    background-color: #ff9f43;
  }

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

  .badge--dark::before {
    background-color: #10163A;
  }

  .border--primary {
    border: 1px solid #7367f0;
  }

  .border--secondary {
    border: 1px solid #868e96;
  }

  .border--success {
    border: 1px solid #28c76f;
  }

  .border--danger {
    border: 1px solid #ea5455;
  }

  .border--warning {
    border: 1px solid #ff9f43;
  }

  .border--info {
    border: 1px solid #1e9ff2;
  }

  .border--dark {
    border: 1px solid #10163A;
  }

  .badge {
    position: relative;
    font-weight: 400;
    border-radius: 0;
    padding: 0;
    font-size: 13px;
    background-color: transparent;
    padding-left: 15px;
  }
  .badge::before {
    position: absolute;
    content: "";
    top: 3px;
    left: 0;
    width: 8px;
    height: 8px;
    border-radius: 50%;
  }

  .btn--base {
    position: relative;
    overflow: hidden;
    font-weight: 600;
    background:  var(--primary-color);
    color: #ffffff;
    padding: 14px 30px;
    border-radius: 5px;
    text-align: center;
    z-index: 2;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .btn--base::before {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    width: 0;
    height: 100%;
    background: #ffffff;
    z-index: -1;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .btn--base:focus, .btn--base:hover {
    color:  var(--primary-color);
  }
  .btn--base:focus::before, .btn--base:hover::before {
    right: auto;
    left: 0;
    width: 100%;
  }
  .btn--base.bg--danger:focus, .btn--base.bg--danger:hover {
    color: #ea5455;
  }

  .custom-btn {
    color:  var(--primary-color) !important;
    font-weight: 700;
  }

  .info-btn {
    width: 30px;
    height: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-color:  var(--primary-color);
    border-radius: 5px;
    color: #ffffff;
    font-size: 18px;
    display: none;
  }
  @media only screen and (max-width: 991px) {
    .info-btn {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
    }
  }

  .chat-cross-btn {
    width: 25px;
    height: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-color: #ea5455;
    border-radius: 5px;
    color: #ffffff;
    font-size: 16px;
    display: none;
  }
  @media only screen and (max-width: 991px) {
    .chat-cross-btn {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
    }
  }

  /*-------------------------------------------------
      [ ## Fields ]
  */
  input[type=text]:focus,
  input[type=email]:focus,
  input[type=password]:focus {
    outline: none;
  }

  input, textarea {
    padding: 12px 20px;
  }
  input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #ffffff;
  }
  input::-moz-placeholder, textarea::-moz-placeholder {
    color: #ffffff;
  }
  input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: #ffffff;
  }
  input::-ms-input-placeholder, textarea::-ms-input-placeholder {
    color: #ffffff;
  }
  input::placeholder, textarea::placeholder {
    color: #ffffff;
  }

  textarea {
    display: block;
    width: 100%;
    display: block;
    min-height: 120px;
    line-height: unset !important;
  }

  input,
  select,
  textarea {
    border: 1px solid rgba(255, 255, 255, 0.1);
    vertical-align: baseline;
    font-size: 100%;
    color: #ffffff;
  }

  label {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 10px;
    display: block;
  }

  /*-------------------------------------------------
      [ ## Forms ]
  */
  select {
    outline: none;
    cursor: pointer;
  }

  option {
    color: #ffffff;
  }

  .input-group {
    margin-bottom: 0;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .input-group .nice-select {
    width: auto;
    padding: 0 25px 0 10px;
    border: none !important;
    background-color:  var(--primary-color) !important;
    color: #ffffff !important;
    line-height: 50px;
  }
  .input-group .nice-select::after {
    border-bottom: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
  }
  .input-group.max input {
    padding-right: 70px;
  }

  .form-control:disabled, .form-control[readonly] {
    background-color: rgba(1, 148, 252, 0.2);
  }

  .input-group-append, .input-group-prepend {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
  }

  .input-group-append input {
    border-radius: 5px 0 0 5px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-right: none;
    background-color: #ffffff;
  }

  .input-group-text {
    border: none;
    font-size: 14px;
    background:  var(--primary-color);
    color: #ffffff;
    height: 50px;
    border-radius: 0 5px 5px 0;
    font-weight: 500;
  }
  .input-group-text i {
    font-size: 18px;
  }
  .input-group-text.two {
    position: absolute;
    top: 10px;
    right: 65px;
    height: 30px;
    border-radius: 3px !important;
    background: var(--secondary-color);
    cursor: pointer;
  }

  .custom-check-group {
    display: block;
    margin-bottom: 12px;
  }
  .custom-check-group input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
  }
  .custom-check-group input:checked + label::before {
    background-color:  var(--primary-color);
    border: 1px solid  var(--primary-color);
  }
  .custom-check-group input:checked + label::after {
    content: "";
    display: block;
    position: absolute;
    top: 5px;
    left: 7px;
    width: 5px;
    height: 10px;
    border: solid #ffffff;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .custom-check-group label {
    position: relative;
    cursor: pointer;
  }
  .custom-check-group label::before {
    content: "";
    -webkit-appearance: none;
    -moz-appearance: none;
         appearance: none;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 3px;
    padding: 8px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 8px;
    top: -1px;
  }

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

  .form-control {
    border: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 14px;
    height: 50px;
  }
  .form-control:focus {
    -webkit-box-shadow: none;
            box-shadow: none;
    border: 1px solid rgba(255, 255, 255, 0.1);
  }

  .form--control {
    background: var(--secondary-color);
    border: 1px solid rgba(255, 255, 255, 0.1);
    -webkit-box-shadow: none;
            box-shadow: none;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    font-weight: 400;
    color: #c4c6c7;
    border-radius: 5px;
    padding: 10px 25px;
    width: 100%;
  }
  .form--control:focus {
    background-color: var(--secondary-color);
    border: 1px solid  var(--primary-color);
    -webkit-box-shadow: none;
            box-shadow: none;
    color: #c4c6c7;
  }
  .form--control::-webkit-input-placeholder {
    color: rgba(196, 198, 199, 0.7);
  }
  .form--control::-moz-placeholder {
    color: rgba(196, 198, 199, 0.7);
  }
  .form--control:-ms-input-placeholder {
    color: rgba(196, 198, 199, 0.7);
  }
  .form--control::-ms-input-placeholder {
    color: rgba(196, 198, 199, 0.7);
  }
  .form--control::placeholder {
    color: rgba(196, 198, 199, 0.7);
  }

  ::-webkit-calendar-picker-indicator {
    -webkit-filter: invert(1);
            filter: invert(1);
  }

  .fileholder.active {
    border: 2px dashed rgba(255, 255, 255, 0.1);
  }

  .fileholder-drag-drop-title {
    color: #c4c5cf;
  }

  .fileholder-drag-drop-icon svg path:nth-child(2) {
    fill: #5a5278;
  }

  .fileholder-basic-loading-circle.one {
    border: 2px solid #5a5278;
  }

  .fileholder-basic-loading-circle.two {
    border: 2px solid #5a5278;
  }

  .fileholder-basic-loading-circle.three {
    border: 2px solid #5a5278;
  }

  .file-holder-wrapper {
    width: 100%;
  }

  .fileholder.active {
    border: 2px dashed rgba(255, 255, 255, 0.1) !important;
  }

  .fileholder-drag-drop-title {
    color: #c4c6c7 !important;
  }

  .fileholder-drag-drop-icon svg path:nth-child(2) {
    fill:  var(--primary-color);
  }

  .fileholder-basic-loading-circle.one {
    border: 2px solid  var(--primary-color);
  }

  .fileholder-basic-loading-circle.two {
    border: 2px solid  var(--primary-color);
  }

  .fileholder-basic-loading-circle.three {
    border: 2px solid  var(--primary-color);
  }

  .radio-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: -3px -7px;
  }
  .radio-wrapper .radio-item {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    margin: 3px 7px;
  }
  .radio-wrapper .radio-item img {
    width: 60px;
    margin-right: 5px;
  }

  .radio-item [type=radio]:checked {
    position: absolute;
    left: -9999px;
  }

  .radio-item [type=radio]:not(:checked) {
    position: absolute;
    left: -9999px;
  }

  .radio-item [type=radio]:checked + label {
    position: relative;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    cursor: pointer;
    border: 1px solid  var(--primary-color);
    background-color:  var(--primary-color);
    border-radius: 8px;
    padding: 20px 25px;
    display: inline-block;
    color: #ffffff;
    width: 100%;
    text-align: center;
  }

  .radio-item [type=radio]:not(:checked) + label {
    position: relative;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    cursor: pointer;
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    padding: 20px 25px;
    display: inline-block;
    color: #c4c6c7;
    width: 100%;
    text-align: center;
  }

  .nice-select {
    height: 50px;
    line-height: 50px;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    float: unset;
    padding: 0 25px;
    color: #c4c6c7 !important;
  }
  .nice-select .option {
    color: #ffffff;
  }
  .nice-select .list {
    background-color: #030B15;
    left: auto;
    right: 0;
    width: 100%;
  }

  .nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
    background-color:  var(--primary-color);
  }

  .select2-container {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    width: 100%;
  }

  .selection {
    width: 100%;
  }

  .select2-selection--single {
    width: 100%;
    height: 50px !important;
    outline: none;
    background: linear-gradient(89.96deg, rgba(255, 255, 255, 0.05) 0.03%, rgba(255, 255, 255, 0.008) 49.67%, rgba(255, 255, 255, 0.05) 99.96%) !important;
    font-size: 15px;
    -webkit-box-shadow: none;
            box-shadow: none;
    padding: 10px 10px;
    border-radius: 10px !important;
    vertical-align: top;
    display: inline-block;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .select2-selection--single span {
    margin: 0;
    width: 100%;
    color: #c4c6c7;
    line-height: initial;
    font-weight: 600;
  }

  .select2-selection--multiple {
    min-height: 50px !important;
    background: linear-gradient(89.96deg, rgba(255, 255, 255, 0.05) 0.03%, rgba(255, 255, 255, 0.008) 49.67%, rgba(255, 255, 255, 0.05) 99.96%) !important;
    border-radius: 10px !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    line-height: 36px;
  }

  .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background: var(--secondary-color);
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
  }

  .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    border-right: 1px solid rgba(255, 255, 255, 0.1) !important;
  }

  .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover, .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus {
    background: var(--secondary-color);
    color: #c4c6c7;
  }

  .select2-dropdown {
    background: var(--secondary-color);
    border: 1px solid rgba(255, 255, 255, 0.1);
  }

  .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: auto;
    position: absolute;
    top: 22px;
    right: 7px;
    width: 20px;
  }

  .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #c4c6c7 transparent transparent transparent;
  }

  .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #c4c6c7 transparent;
  }

  .custom-select-area {
    position: relative;
  }

  .custom-select {
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 5px !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    cursor: pointer;
  }
  .custom-select.active {
    border: 1px solid  var(--primary-color);
  }
  .custom-select.active .custom-select-inner::before {
    -webkit-transform: scale(0.96, 0.8) rotate(-50deg);
            transform: scale(0.96, 0.8) rotate(-50deg);
  }
  .custom-select.active .custom-select-inner::after {
    -webkit-transform: scale(0.96, 0.8) rotate(50deg);
            transform: scale(0.96, 0.8) rotate(50deg);
  }
  .custom-select .custom-select-inner {
    position: relative;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0%;
            flex: 1 1 0%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 9px 25px;
    height: 50px;
  }
  .custom-select .custom-select-inner::before, .custom-select .custom-select-inner::after {
    content: "";
    display: block;
    position: absolute;
    width: 5px;
    height: 2px;
    border-radius: 1px;
    top: 50%;
    right: 12px;
    background: #c4c6c7;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .custom-select .custom-select-inner::before {
    margin-right: 3px;
    -webkit-transform: scale(0.96, 0.8) rotate(50deg);
            transform: scale(0.96, 0.8) rotate(50deg);
  }
  .custom-select .custom-select-inner::after {
    -webkit-transform: scale(0.96, 0.8) rotate(-50deg);
            transform: scale(0.96, 0.8) rotate(-50deg);
  }
  .custom-select img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    -o-object-fit: cover;
       object-fit: cover;
    margin-right: 10px;
  }
  .custom-select .custom-currency {
    color: #c4c6c7;
    font-size: 14px;
  }

  .custom-select-wrapper {
    position: absolute;
    top: 49px;
    left: 0;
    width: 100%;
    background-color: var(--secondary-color);
    border: 1px solid rgba(255, 255, 255, 0.1);
    z-index: 9;
    border-radius: 5px;
    margin-left: 0 !important;
    border-top-left-radius: 15px !important;
    border-bottom-left-radius: 15px !important;
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .custom-select-wrapper.active {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }

  .custom-select-search-wrapper {
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  .custom-select-search-wrapper .search-btn {
    position: absolute;
    top: 13px;
    left: 20px;
    padding: 0;
    background-color: transparent;
    font-size: 20px;
    color:  var(--primary-color);
  }
  .custom-select-search-wrapper input {
    padding-left: 50px;
    border: none !important;
  }
  .custom-select-search-wrapper input:focus {
    border: none !important;
  }

  .custom-select-list {
    max-height: 190px;
    overflow-y: auto;
  }
  .custom-select-list .custom-option {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 10px 20px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .custom-select-list .custom-option:hover, .custom-select-list .custom-option.active {
    background-color: var(--secondary-color);
  }
  .custom-select-list .custom-option img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    -o-object-fit: cover;
       object-fit: cover;
    margin-right: 20px;
  }
  .custom-select-list .custom-option .custom-country {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    font-size: 12px;
    font-weight: 600;
  }
  .custom-select-list .custom-option .custom-currency {
    font-size: 14px;
  }

  .paste-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: -10px;
    margin-bottom: 20px;
  }
  .paste-form label {
    margin-bottom: 0;
    font-size: 16px;
    margin: 10px;
    word-break: break-all;
  }
  .paste-form .paste-text {
    width: 40px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: var(--secondary-color);
    border-radius: 3px;
    margin: 10px;
    cursor: pointer;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .paste-form .paste-text:hover {
    background-color:  var(--primary-color);
    color: #ffffff;
  }

  .submit-btn-wrapper {
    background-color: var(--secondary-color);
    padding: 20px;
    border-radius: 5px;
    margin-top: 10px;
  }

  .submit-btn {
    padding: 12px 20px;
    color: #ffffff;
    background: var(--secondary-color);
    font-weight: 600;
    font-size: 14px;
    border-radius: 5px;
    font-family: "DM Sans", sans-serif;
  }
  @media only screen and (max-width: 991px) {
    .submit-btn {
      padding: 10px 20px;
    }
  }

  /*-------------------------------------------------
      [ ## Overlay Element ]
  */
  .bg_img {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat !important;
  }

  .bg-fixed {
    background-attachment: fixed;
  }

  @-webkit-keyframes scroll-down {
    0% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
    50% {
      -webkit-transform: translateY(20px);
              transform: translateY(20px);
    }
    100% {
      -webkit-transform: translateY(0px);
              transform: translateY(0px);
    }
  }

  @keyframes scroll-down {
    0% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
    50% {
      -webkit-transform: translateY(20px);
              transform: translateY(20px);
    }
    100% {
      -webkit-transform: translateY(0px);
              transform: translateY(0px);
    }
  }
  @-webkit-keyframes scroll-ver {
    0% {
      -webkit-transform: translateX(0);
              transform: translateX(0);
    }
    50% {
      -webkit-transform: translateX(20px);
              transform: translateX(20px);
    }
    100% {
      -webkit-transform: translateX(0px);
              transform: translateX(0px);
    }
  }
  @keyframes scroll-ver {
    0% {
      -webkit-transform: translateX(0);
              transform: translateX(0);
    }
    50% {
      -webkit-transform: translateX(20px);
              transform: translateX(20px);
    }
    100% {
      -webkit-transform: translateX(0px);
              transform: translateX(0px);
    }
  }
  @-webkit-keyframes scale {
    0% {
      -webkit-transform: scale(1);
              transform: scale(1);
    }
    50% {
      -webkit-transform: scale(0.6);
              transform: scale(0.6);
    }
    100% {
      -webkit-transform: scale(1.1);
              transform: scale(1.1);
    }
  }
  @keyframes scale {
    0% {
      -webkit-transform: scale(1);
              transform: scale(1);
    }
    50% {
      -webkit-transform: scale(0.6);
              transform: scale(0.6);
    }
    100% {
      -webkit-transform: scale(1.1);
              transform: scale(1.1);
    }
  }
  @-webkit-keyframes scale-up-one {
    0% {
      -webkit-transform: scale(1);
      transform: scale(1);
    }
    40% {
      -webkit-transform: scale(0.5);
      transform: scale(0.5);
    }
    100% {
      -webkit-transform: scale(1);
      transform: scale(1);
    }
  }
  @keyframes scale-up-one {
    0% {
      -webkit-transform: scale(1);
      transform: scale(1);
    }
    40% {
      -webkit-transform: scale(0.5);
      transform: scale(0.5);
    }
    100% {
      -webkit-transform: scale(1);
      transform: scale(1);
    }
  }
  @-webkit-keyframes ripple {
    0%, 35% {
      -webkit-transform: scale(0);
      transform: scale(0);
      opacity: 1;
    }
    50% {
      -webkit-transform: scale(1.5);
      transform: scale(1.5);
      opacity: 0.8;
    }
    100% {
      opacity: 0;
      -webkit-transform: scale(2);
      transform: scale(2);
    }
  }
  @keyframes ripple {
    0%, 35% {
      -webkit-transform: scale(0);
      transform: scale(0);
      opacity: 1;
    }
    50% {
      -webkit-transform: scale(1.2);
      transform: scale(1.2);
      opacity: 0.8;
    }
    100% {
      opacity: 0;
      -webkit-transform: scale(1.8);
      transform: scale(1.8);
    }
  }
  @-webkit-keyframes wave {
    0% {
      -webkit-transform: rotate(1deg);
              transform: rotate(1deg);
    }
    100% {
      -webkit-transform: rotate(-1deg);
              transform: rotate(-1deg);
    }
  }
  @keyframes wave {
    0% {
      -webkit-transform: rotate(1deg);
              transform: rotate(1deg);
    }
    100% {
      -webkit-transform: rotate(-1deg);
              transform: rotate(-1deg);
    }
  }
  @-webkit-keyframes rotate-center {
    0% {
      -webkit-transform: rotate(0);
              transform: rotate(0);
    }
    100% {
      -webkit-transform: rotate(360deg);
              transform: rotate(360deg);
    }
  }
  @keyframes rotate-center {
    0% {
      -webkit-transform: rotate(0);
              transform: rotate(0);
    }
    100% {
      -webkit-transform: rotate(360deg);
              transform: rotate(360deg);
    }
  }
  @-webkit-keyframes gradient {
    0% {
      background-position: 0% 50%;
    }
    50% {
      background-position: 100% 50%;
    }
    100% {
      background-position: 0% 50%;
    }
  }
  @keyframes gradient {
    0% {
      background-position: 0% 50%;
    }
    50% {
      background-position: 100% 50%;
    }
    100% {
      background-position: 0% 50%;
    }
  }
  @-webkit-keyframes animate-2 {
    0%, 100% {
      -webkit-transform: translateY(0px);
              transform: translateY(0px);
    }
    50% {
      -webkit-transform: translateY(-15vmin);
              transform: translateY(-15vmin);
    }
  }
  @keyframes animate-2 {
    0%, 100% {
      -webkit-transform: translateY(0px);
              transform: translateY(0px);
    }
    50% {
      -webkit-transform: translateY(-15vmin);
              transform: translateY(-15vmin);
    }
  }
  @-webkit-keyframes animate-3 {
    0%, 100% {
      -webkit-transform: translateY(0vh);
              transform: translateY(0vh);
    }
    50% {
      -webkit-transform: translateY(-5vmin);
              transform: translateY(-5vmin);
    }
  }
  @keyframes animate-3 {
    0%, 100% {
      -webkit-transform: translateY(0vh);
              transform: translateY(0vh);
    }
    50% {
      -webkit-transform: translateY(-5vmin);
              transform: translateY(-5vmin);
    }
  }
  @-webkit-keyframes animate-4 {
    0%, 100% {
      -webkit-transform: translateY(0vh);
              transform: translateY(0vh);
    }
    50% {
      -webkit-transform: translateY(10vmin);
              transform: translateY(10vmin);
    }
  }
  @keyframes animate-4 {
    0%, 100% {
      -webkit-transform: translateY(0vh);
              transform: translateY(0vh);
    }
    50% {
      -webkit-transform: translateY(10vmin);
              transform: translateY(10vmin);
    }
  }
  @-webkit-keyframes animate-5 {
    0%, 100% {
      -webkit-transform: translateY(0vh) translateX(0vmin);
              transform: translateY(0vh) translateX(0vmin);
    }
    50% {
      -webkit-transform: translateY(-1.5vh) translateX(5vmin);
              transform: translateY(-1.5vh) translateX(5vmin);
    }
  }
  @keyframes animate-5 {
    0%, 100% {
      -webkit-transform: translateY(0vh) translateX(0vmin);
              transform: translateY(0vh) translateX(0vmin);
    }
    50% {
      -webkit-transform: translateY(-1.5vh) translateX(5vmin);
              transform: translateY(-1.5vh) translateX(5vmin);
    }
  }
  @-webkit-keyframes zoomBig {
    0% {
      -webkit-transform: translate(-50%, -50%) scale(0.5);
              transform: translate(-50%, -50%) scale(0.5);
      opacity: 1;
      border-width: 3px;
    }
    40% {
      opacity: 0.5;
      border-width: 2px;
    }
    65% {
      border-width: 1px;
    }
    100% {
      -webkit-transform: translate(-50%, -50%) scale(1);
              transform: translate(-50%, -50%) scale(1);
      opacity: 0;
      border-width: 1px;
    }
  }
  @keyframes zoomBig {
    0% {
      -webkit-transform: translate(-50%, -50%) scale(0.5);
              transform: translate(-50%, -50%) scale(0.5);
      opacity: 1;
      border-width: 3px;
    }
    40% {
      opacity: 0.5;
      border-width: 2px;
    }
    65% {
      border-width: 1px;
    }
    100% {
      -webkit-transform: translate(-50%, -50%) scale(1);
              transform: translate(-50%, -50%) scale(1);
      opacity: 0;
      border-width: 1px;
    }
  }
  /*--------------------------------------------------------------
  # Layout
  --------------------------------------------------------------*/
  /*--------------------------------------------------------------
      [ ## Header ]
  --------------------------------------------------------------*/
  /*-------------------------------------------------
      [ ## Preloader ]
  */
  .preloader {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: fixed;
    z-index: 99999;
    right: 0;
    top: 0;
    background: #030B15;
    transition-duration: 1s;
    -webkit-transition-duration: 1s;
    transition-timing-function: cubic-bezier(0.86, 0, 0.09, 1);
    -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.09, 1);
  }

  .loader {
    display: block;
    position: relative;
    width: 16px;
    height: 6px;
    margin: 10px auto;
    background:  var(--primary-color);
    -webkit-animation-name: loader;
            animation-name: loader;
    -webkit-animation-duration: 2s;
            animation-duration: 2s;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
  }

  .loader::before, .loader::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 100%;
    height: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background:  var(--primary-color);
    -webkit-animation-duration: 2s;
            animation-duration: 2s;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
  }

  .loader::before {
    left: 0;
    translate: -100% -50%;
    border-right-color: transparent;
    -webkit-animation-name: loader-left;
            animation-name: loader-left;
  }

  .loader::after {
    right: 0;
    translate: 100% -50%;
    border-left-color: transparent;
    -webkit-animation-name: loader-right;
            animation-name: loader-right;
  }

  .main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100vw;
    height: 100vh;
    padding: 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }

  @media only screen and (min-width: 900px) {
    .main {
      padding: 40px;
    }
  }
  .text {
    display: block;
    padding: 30px;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 4px;
    font-weight: 800;
  }

  @-webkit-keyframes loader {
    0%, 10% {
      scale: 1;
    }
    15% {
      scale: 0.7 1.2;
    }
    40%, 60% {
      scale: 1;
    }
    65% {
      scale: 0.7 1.2;
    }
    100% {
      scale: 1;
    }
  }

  @keyframes loader {
    0%, 10% {
      scale: 1;
    }
    15% {
      scale: 0.7 1.2;
    }
    40%, 60% {
      scale: 1;
    }
    65% {
      scale: 0.7 1.2;
    }
    100% {
      scale: 1;
    }
  }
  @-webkit-keyframes loader-left {
    0% {
      translate: -400% -50%;
      scale: 1.3 0.6;
    }
    10%, 60% {
      translate: -100% -50%;
      scale: 1;
    }
    65%, 85% {
      translate: -300% -50%;
    }
    87.5% {
      translate: -310% -50%;
    }
    90% {
      translate: -290% -50%;
    }
    92.5% {
      translate: -310% -50%;
      scale: 1;
    }
    95% {
      translate: -290% -50%;
    }
    100% {
      translate: -400% -50%;
    }
  }
  @keyframes loader-left {
    0% {
      translate: -400% -50%;
      scale: 1.3 0.6;
    }
    10%, 60% {
      translate: -100% -50%;
      scale: 1;
    }
    65%, 85% {
      translate: -300% -50%;
    }
    87.5% {
      translate: -310% -50%;
    }
    90% {
      translate: -290% -50%;
    }
    92.5% {
      translate: -310% -50%;
      scale: 1;
    }
    95% {
      translate: -290% -50%;
    }
    100% {
      translate: -400% -50%;
    }
  }
  @-webkit-keyframes loader-right {
    0%, 10% {
      translate: 100% -50%;
      scale: 1;
    }
    15%, 35% {
      translate: 300% -50%;
    }
    15% {
      scale: 1.3 0.6;
    }
    20% {
      scale: 1;
    }
    37.5% {
      translate: 310% -50%;
    }
    40% {
      translate: 290% -50%;
    }
    42.5% {
      translate: 310% -50%;
    }
    45% {
      translate: 290% -50%;
      scale: 1;
    }
    50% {
      translate: 400% -50%;
      scale: 1.3 0.6;
    }
    60%, 100% {
      translate: 100% -50%;
      scale: 1;
    }
  }
  @keyframes loader-right {
    0%, 10% {
      translate: 100% -50%;
      scale: 1;
    }
    15%, 35% {
      translate: 300% -50%;
    }
    15% {
      scale: 1.3 0.6;
    }
    20% {
      scale: 1;
    }
    37.5% {
      translate: 310% -50%;
    }
    40% {
      translate: 290% -50%;
    }
    42.5% {
      translate: 310% -50%;
    }
    45% {
      translate: 290% -50%;
      scale: 1;
    }
    50% {
      translate: 400% -50%;
      scale: 1.3 0.6;
    }
    60%, 100% {
      translate: 100% -50%;
      scale: 1;
    }
  }
  .custom-container {
    max-width: 1650px;
  }

  .row > * {
    position: relative;
  }

  @media (min-width: 1400px) {
    .col-xxxl-4 {
      -ms-flex: 0 0 33.333333%;
      -webkit-box-flex: 0;
              flex: 0 0 33.333333%;
      max-width: 33.333333%;
    }
  }
  @media (min-width: 1680px) {
    .col-xxxxl-3 {
      -ms-flex: 0 0 25%;
      -webkit-box-flex: 0;
              flex: 0 0 25%;
      max-width: 25%;
    }
  }
  @media (max-width: 575px) {
    .col-xs-6 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: 50%;
    }
  }
  @media only screen and (max-width: 575px) and (max-width: 400px) {
    .col-xs-6 {
      width: 100%;
    }
  }
  ::-moz-selection {
    background-color:  var(--primary-color);
    color: #ffffff;
  }
  ::selection {
    background-color:  var(--primary-color);
    color: #ffffff;
  }

  .fs-10px {
    font-size: 10px;
  }

  .op-6 {
    opacity: 0.6;
  }

  /*-------------------------------------------------
    [ ## Header ]
  */
  .header-section {
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9;
    background-color: transparent;
  }
  @media only screen and (max-width: 1400px) {
    .header-section .header-bottom-area .container {
      max-width: 100%;
    }
  }
  .header-section.two {
    position: relative;
  }
  .header-section.two .header-bottom-area {
    background: var(--secondary-color);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }

  .header {
    background-color: transparent;
    width: 100%;
    z-index: 9;
  }
  .header.active {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    position: fixed;
    top: 0;
    left: 0;
    -webkit-animation-name: fadeInDown;
            animation-name: fadeInDown;
    -webkit-animation-duration: 1s;
            animation-duration: 1s;
    -webkit-transition: all 1s;
    transition: all 1s;
  }

  .header-section.header-fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9;
    background-color: transparent;
    margin-top: 0;
  }
  .header-section.header-fixed .header-top-area {
    display: none !important;
  }
  .header-section.header-fixed .header-bottom-area {
    background: #030B15;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }

  .header-bottom-area {
    position: relative;
    background-color: #030B15;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding: 10px 0;
  }
  .header-bottom-area .navbar-expand-lg {
    background-color: transparent;
    padding: 0 !important;
  }
  @media (max-width: 991px) {
    .header-bottom-area .navbar-collapse {
      background-color: transparent !important;
      padding: 0 !important;
    }
    .header-bottom-area .navbar-collapse .main-menu {
      padding: 15px 0;
    }
    .header-bottom-area .menu_has_children .sub-menu {
      display: none !important;
    }
    .header-bottom-area .menu_has_children .sub-menu li {
      width: 100%;
    }
    .header-bottom-area .navbar-collapse .main-menu .menu_has_children.show .sub-menu,
    .header-bottom-area .navbar-collapse .main-menu .menu_has_children.show .sub-menu {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
    }
  }
  .header-bottom-area .navbar-collapse .main-menu li:last-child .sub-menu {
    left: auto;
    right: 0;
  }
  .header-bottom-area .navbar-collapse .main-menu {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  @media only screen and (max-width: 991px) {
    .header-bottom-area .navbar-collapse .main-menu {
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
    }
  }
  .header-bottom-area .navbar-collapse .main-menu li {
    position: relative;
    padding-right: 30px;
  }
  @media only screen and (max-width: 1199px) {
    .header-bottom-area .navbar-collapse .main-menu li {
      padding-right: 20px !important;
    }
  }
  .header-bottom-area .navbar-collapse .main-menu li:last-child {
    padding-right: 0;
    margin-right: 0;
  }
  .header-bottom-area .navbar-collapse .main-menu li:hover .sub-menu {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  .header-bottom-area .navbar-collapse .main-menu li.menu_has_children {
    position: relative;
  }
  .header-bottom-area .navbar-collapse .main-menu li.menu_has_children i {
    font-size: 12px;
    margin-left: 5px;
  }
  @media (max-width: 991px) {
    .header-bottom-area .navbar-collapse .main-menu li.menu_has_children::before {
      top: 12px;
      right: 15px;
    }
  }
  .header-bottom-area .navbar-collapse .main-menu li a {
    position: relative;
    padding: 25px 0;
    font-weight: 500;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #ffffff;
    font-family: "DM Sans", sans-serif;
    letter-spacing: -0.6px;
    display: inline-block;
    font-size: 16px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    z-index: 9;
  }
  @media (max-width: 1199px) {
      .header-bottom-area .navbar-collapse .main-menu li a {
          font-size: 13px;
      }
  }
  @media (max-width: 991px) {
      .header-bottom-area .navbar-collapse .main-menu li a {
          font-size: 16px;
      }
  }
  .header-bottom-area .navbar-collapse .main-menu li a:hover, .header-bottom-area .navbar-collapse .main-menu li a.active {
    color:  var(--primary-color);
  }
  .header-bottom-area .header-section.header-fixed .navbar-collapse .main-menu li a {
    padding: 30px 18px 30px 0;
  }
  @media (max-width: 991px) {
    .header-bottom-area .navbar-collapse .main-menu li a {
      padding: 12px 15px !important;
    }
  }
  .header-bottom-area .navbar-collapse .main-menu li .sub-menu {
    position: absolute;
    top: 60px;
    left: -30px;
    padding: 10px 0;
    width: 180px;
    background-color: #030B15;
    border-radius: 5px;
    display: block;
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    z-index: 10;
  }
  @media only screen and (max-width: 991px) {
    .header-bottom-area .navbar-collapse .main-menu li .sub-menu {
      width: 180px;
    }
  }
  .header-bottom-area .navbar-collapse .main-menu li .sub-menu li {
    margin-right: 0;
    padding-right: 0;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    position: relative;
    z-index: 2;
  }
  .header-bottom-area .navbar-collapse .main-menu li .sub-menu li:last-child {
    border-bottom: 0px solid;
  }
  .header-bottom-area .navbar-collapse .main-menu li .sub-menu li:hover a {
    color:  var(--primary-color);
  }
  .header-bottom-area .navbar-collapse .main-menu li .sub-menu li a {
    width: 100%;
    font-size: 12px;
    padding: 5px 20px;
    display: block;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
  }
  .header-bottom-area .navbar-collapse .main-menu li .sub-menu li a::before {
    display: none;
  }
  .header-bottom-area .header-section.header-fixed .navbar-collapse .main-menu li .sub-menu li a {
    padding: 8px 20px;
  }
  @media (max-width: 991px) {
    .header-bottom-area .navbar-collapse .main-menu li .sub-menu {
      position: initial;
      opacity: 1;
      visibility: visible;
      display: none;
      -webkit-transition: none;
      transition: none;
    }
  }
  .header-bottom-area .navbar-collapse .main-menu li:last-child .sub-menu {
    left: auto;
    right: 0;
  }

  .site-logo {
    max-width: 160px;
  }
  @media only screen and (max-width: 991px) {
    .site-logo {
      max-width: 120px;
    }
  }
  .header-action{
      display: flex;
      align-items: center;
  }
  .header-action .language-selector {
      margin-right: 15px;
      padding-right: 15px;
      border-right: 1px solid #ffffff80;
  }
  .header-action .language-selector .nice-select:after {
      right: 0;
      border-color: #ffffff;
  }
  .header-action .language-selector .nice-select {
      height: auto;
      line-height: 14px;
      border: none !important;
      padding: 0;
      padding-right: 20px;
      color: #ffffff !important;
      background-color: transparent;
  }
  .header-action .language-selector .nice-select .list{
      width: auto;
      margin-top: 15px;
  }
  @media only screen and (max-width: 991px) {
    .header-action {
      padding-left: 12px;
    }
  }
  .header-action a:hover svg path {
    fill:  var(--primary-color);
  }
  .header-action svg {
    position: relative;
    top: -2px;
    width: 18px;
    margin-right: 4px;
  }
  .header-action svg svg {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }

  .language-select {
    background: transparent;
    color: #ffffff;
    border: none;
    border-radius: 3px;
    font-size: 14px;
    font-weight: 500;
  }
  @media only screen and (max-width: 991px) {
    .language-select {
      margin-left: 12px;
    }
  }

  @media only screen and (max-width: 991px) {
    .header-link {
      display: none;
    }
  }
  .header-link a {
    color: #ffffff;
  }
  .header-link a i {
    color:  var(--primary-color);
    margin-right: 5px;
    font-size: 16px;
  }
  .header-link a + a {
    margin-left: 20px;
  }

  .header-social li {
    display: inline-block;
  }
  .header-social li a {
    width: 30px;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    text-align: center;
    background: transparent;
    background-color: rgba(255, 255, 255, 0.2);
    color: #ffffff;
    font-size: 14px;
    border-radius: 50%;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .header-social li a:hover, .header-social li a.active {
    background:  var(--primary-color);
    color: #ffffff;
  }
  .header-social li a.facebook {
    background-color: #0d6efd;
  }
  .header-social li a.instagram {
    background-color: #dc3545;
  }
  .header-social li + li {
    margin-left: 5px;
  }

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

  .navbar-toggler span {
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 3px;
    background:  var(--primary-color);
    color: #ffffff;
    font-size: 18px;
  }

  .body-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 5;
    content: "";
    left: 0;
    top: 0;
    visibility: hidden;
  }
  .body-overlay.active {
    visibility: visible;
  }
  @media only screen and (max-width: 1199px) {
    .body-overlay.show {
      visibility: visible;
    }
  }

  /*--------------------------------------------------------------
      [ ## Introduction ]
  --------------------------------------------------------------*/
  .banner-section {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    min-height: calc(100vh - 95px);
    padding: 80px 0;
    z-index: 2;
  }
  .banner-section::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0.23deg, #030B15 5.68%, rgba(3, 11, 21, 0.42) 81.9%);
    z-index: -1;
  }
  @media only screen and (max-width: 991px) {
    .banner-section {
      height: auto;
      padding-top: 100px;
      padding-bottom: 120px;
    }
  }
  .banner-section .banner-content-wrapper .sub-title {
    display: inline-block;
    padding: 12px 50px;
    background: var(--secondary-color);
    border-radius: 30px;
    font-size: 16px;
    font-weight: 500;
  }
  @media only screen and (max-width: 575px) {
    .banner-section .banner-content-wrapper .sub-title {
      font-size: 12px;
    }
  }
  .banner-section .banner-content-wrapper .title {
    margin-top: 20px;
    margin-bottom: 15px;
    width: 90%;
  }
  .banner-section .banner-content-wrapper .title span {
    position: relative;
    color:  var(--primary-color);
    z-index: 2;
  }
  .banner-section .banner-content-wrapper .title span svg {
    position: absolute;
    left: 50%;
    top: 50%;
    width: calc(100% + 10px);
    height: calc(100% + 40px);
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    z-index: -1;
  }
  .banner-section .banner-content-wrapper .title span svg path {
    stroke:  var(--primary-color);
    stroke-width: 0.5rem;
    fill: transparent;
  }
  .banner-section .banner-content-wrapper p {
    color: #ffffff;
    width: 80%;
  }
  @media only screen and (max-width: 575px) {
    .banner-section .banner-content-wrapper p {
      width: 100%;
      font-size: 14px;
    }
  }
  .banner-section .banner-content-wrapper .banner-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: -15px;
    margin-top: 20px;
  }
  .banner-section .banner-content-wrapper .banner-btn a {
    margin: 15px;
  }
  .banner-section .banner-content-wrapper .banner-btn.two {
    margin: -8px;
    margin-top: 25px;
  }
  .banner-section .banner-content-wrapper .banner-btn.two a {
    margin: 8px;
  }
  .banner-section .banner-content-wrapper .banner-btn .video-icon {
    position: relative;
    width: 70px;
    height: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color:  var(--primary-color);
    border-radius: 50%;
  }
  .banner-section .banner-content-wrapper .banner-btn .video-icon::before {
    content: "";
    border: 2px solid #37A3FE;
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    -webkit-animation: zoomBig 3.25s linear infinite;
            animation: zoomBig 3.25s linear infinite;
    -webkit-animation-delay: 0.75s;
    animation-delay: 0.75s;
  }
  .banner-section .banner-content-wrapper .banner-btn .video-icon::after {
    content: "";
    border: 2px solid #37A3FE;
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    -webkit-animation: zoomBig 3.25s linear infinite;
            animation: zoomBig 3.25s linear infinite;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
  }
  .banner-section .banner-content-wrapper .banner-btn .video-icon img {
    width: 40%;
  }

  /*--------------------------------------------------------------
      [ ## Footer ]
  --------------------------------------------------------------*/
  /*--------------------------------------------------------------
  # Footer-block
  --------------------------------------------------------------*/
  .footer-section {
    position: relative;
    z-index: 2;
    overflow: hidden;
  }
  .footer-section::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(359.43deg, var(--secondary-color) 11.06%, rgba(11, 29, 51, 0) 99.43%);
    z-index: -1;
  }

  .screw--footer {
    display: none;
  }
  @media (min-width: 1400px) {
    .screw--footer {
      display: block;
      width: 67px;
      height: 67px;
    }
  }

  @media (min-width: 1400px) {
    .screw--footer-bl {
      background: url(../images/element/screw--lines-bl.svg) no-repeat center;
      bottom: 15px;
      left: 15px;
    }
  }

  @media (min-width: 1400px) {
    .screw--footer-br {
      background: url(../images/element/screw--lines-br.svg) no-repeat center;
      bottom: 15px;
      right: 15px;
    }
  }

  @media (min-width: 1400px) {
    .screw--footer-tr {
      background: url(../images/element/screw--lines-tr.svg) no-repeat center;
      top: 15px;
      right: 15px;
    }
  }

  @media (min-width: 1400px) {
    .screw--footer-tl {
      background: url(../images/element/screw--lines-tl.svg) no-repeat center;
      top: 15px;
      left: 15px;
    }
  }

  .footer-top-area .footer-logo {
    margin-bottom: 20px;
  }
  .footer-top-area .widget-title {
    margin-bottom: 20px;
  }
  .footer-top-area .footer-list {
    margin-bottom: -10px;
  }
  .footer-top-area .footer-list li {
    font-weight: 500;
    color: #c4c6c7;
    font-size: 15px;
    padding-bottom: 10px;
  }
  .footer-top-area .footer-list li a {
    font-weight: 500;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    position: relative;
    padding-left: 30px;
  }
  .footer-top-area .footer-list li a::before {
    position: absolute;
    top: 12px;
    left: 0;
    content: "";
    width: 15px;
    height: 1px;
    background-color: #c4c6c7;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .footer-top-area .footer-list li a:hover {
    color:  var(--primary-color);
  }
  .footer-top-area .footer-list li a:hover::before {
    background-color:  var(--primary-color);
  }
  .footer-top-area .footer-social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: -5px;
    margin-top: 20px;
  }
  .footer-top-area .footer-social li {
    margin: 5px;
  }
  .footer-top-area .footer-social li a {
    width: 35px;
    height: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: var(--secondary-color);
    border-radius: 50%;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .footer-top-area .footer-social li a.active, .footer-top-area .footer-social li a:hover {
    background-color:  var(--primary-color);
    color: #ffffff;
  }
  .footer-top-area .subscribe-form .form-group {
    margin-bottom: 15px;
    position: relative;
  }
  .footer-top-area .subscribe-form input {
    background-color: #05254c !important;
    -webkit-box-shadow: none;
            box-shadow: none;
    border: none;
    height: 55px;
    line-height: 50px;
    color: #ffffff !important;
    font-weight: 500;
    font-size: 14px;
    border-radius: 5px;
    padding-right: 80px;
  }
  .footer-top-area .subscribe-form input::-webkit-input-placeholder {
    color: #c4c6c7;
  }
  .footer-top-area .subscribe-form input::-moz-placeholder {
    color: #c4c6c7;
  }
  .footer-top-area .subscribe-form input:-ms-input-placeholder {
    color: #c4c6c7;
  }
  .footer-top-area .subscribe-form input::-ms-input-placeholder {
    color: #c4c6c7;
  }
  .footer-top-area .subscribe-form input::placeholder {
    color: #c4c6c7;
  }
  .footer-top-area .subscribe-form .subscribe-btn {
    position: absolute;
    border-radius: 5px;
    background-color:  var(--primary-color);
    top: 7px;
    right: 7px;
    padding: 8px 20px;
    font-size: 14px;
  }

  .footer-bottom-area {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 30px;
    padding-bottom: 30px;
    margin-top: 60px;
  }
  .footer-bottom-area .footer-bottom-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  @media only screen and (max-width: 991px) {
    .footer-bottom-area .footer-bottom-wrapper {
      display: block;
      text-align: center;
    }
  }
  .footer-bottom-area .footer-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: -15px;
  }
  @media only screen and (max-width: 991px) {
    .footer-bottom-area .footer-list {
      margin: -5px;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
    }
  }
  .footer-bottom-area .footer-list li {
    padding: 15px;
  }
  @media only screen and (max-width: 991px) {
    .footer-bottom-area .footer-list li {
      padding: 5px;
    }
  }
  .footer-bottom-area .footer-list li a {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .footer-bottom-area .footer-list li a:hover {
    text-decoration: underline;
  }
  @media only screen and (max-width: 991px) {
    .footer-bottom-area .copyright-area {
      padding-top: 15px;
    }
  }
  .footer-bottom-area .copyright-area p {
    margin-bottom: 0;
  }
  .footer-bottom-area .copyright-area p a {
    color:  var(--primary-color);
    font-weight: 500;
  }

  /*--------------------------------------------------------------
  # Pages
  --------------------------------------------------------------*/
  /*--------------------------------------------------------------
      [ ## team ]
  --------------------------------------------------------------*/
  /*--------------------------------------------------------------
      [ ## Testimonial ]
  --------------------------------------------------------------*/
  /*-------------------------------------------------
      [ ## Testimonial ]
  */
  .testimonial-section {
    position: relative;
  }
  .testimonial-section::before {
    position: absolute;
    content: "";
    top: 0;
    left: 140px;
    width: calc(100% - 280px);
    height: 100%;
    background: -webkit-gradient(linear, left bottom, left top, from(var(--secondary-color)), color-stop(97.51%, rgba(11, 29, 51, 0)));
    background: linear-gradient(360deg, var(--secondary-color) 0%, rgba(11, 29, 51, 0) 97.51%);
    -webkit-transform: matrix(1, 0, 0, -1, 0, 0);
            transform: matrix(1, 0, 0, -1, 0, 0);
    border-radius: 10px;
  }
  @media only screen and (max-width: 575px) {
    .testimonial-section::before {
      left: 0;
      width: 100%;
    }
  }

  .testimonial-slider {
    overflow: hidden;
    padding-top: 80px;
  }
  .testimonial-slider .custom-pagination {
    overflow: hidden;
    position: relative;
    margin-top: 60px;
    background: #ffffff;
  }
  .testimonial-slider .custom-pagination .swiper-pagination-progressbar-fill {
    background:  var(--primary-color);
  }

  .testimonial-wrapper {
    position: relative;
    z-index: 2;
    padding: 40px;
    border-radius: 10px;
    text-align: center;
  }
  .testimonial-wrapper::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left bottom, left top, from(var(--secondary-color)), color-stop(97.51%, rgba(11, 29, 51, 0)));
    background: linear-gradient(360deg, var(--secondary-color) 0%, rgba(11, 29, 51, 0) 97.51%);
    -webkit-transform: matrix(1, 0, 0, -1, 0, 0);
            transform: matrix(1, 0, 0, -1, 0, 0);
    border-radius: 10px;
    z-index: -1;
  }
  .testimonial-wrapper .testimonial-content p {
    font-size: 18px;
  }

  .testimonial-quote {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .testimonial-user-wrapper .testimonial-user-thumb {
    width: 116px;
    height: 116px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.37);
    padding: 5px;
    margin: -117px auto 0;
  }
  .testimonial-user-wrapper .testimonial-user-thumb img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 50%;
  }
  .testimonial-user-wrapper .testimonial-user-content {
    padding-top: 20px;
  }
  .testimonial-user-wrapper .testimonial-user-content .title span {
    display: block;
  }

  /*--------------------------------------------------------------
      [ ## Sections ]
  --------------------------------------------------------------*/
  /*--------------------------------------------------------------
      [ ## Sections ]
  --------------------------------------------------------------*/
  /*-------------------------------------------------
      [ ### security block ]
  */
  .security-item {
    position: relative;
    background-color: var(--secondary-color);
    padding: 60px 40px;
    border-radius: 10px;
    text-align: center;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  @media only screen and (max-width: 575px) {
    .security-item {
      padding: 40px 20px;
    }
  }
  .security-item:hover {
    -webkit-transform: translateY(-7px);
            transform: translateY(-7px);
  }

  .security-icon {
    font-size: 35px;
    margin-bottom: 30px;
  }

  .security-content .title {
    font-size: 28px;
    font-weight: 500;
    margin-bottom: 15px;
  }
  @media only screen and (max-width: 575px) {
    .security-content .title {
      font-size: 22px;
    }
  }

  /*-------------------------------------------------
      [ ### how it works block ]
  */
  .how-it-works-section {
    position: relative;
    z-index: 2;
  }
  .how-it-works-section::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left bottom, left top, from(var(--secondary-color)), color-stop(97.51%, rgba(11, 29, 51, 0)));
    background: linear-gradient(360deg, var(--secondary-color) 0%, rgba(11, 29, 51, 0) 97.51%);
    -webkit-transform: matrix(1, 0, 0, -1, 0, 0);
            transform: matrix(1, 0, 0, -1, 0, 0);
    z-index: -1;
  }

  .how-it-works-item-wrapper {
    margin-bottom: -60px;
  }

  .how-it-works-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 60px;
    position: relative;
  }
  .how-it-works-item::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 0;
    left: 24px;
    bottom: 0;
    border-left: 2px dashed  var(--primary-color);
  }
  .how-it-works-item:last-child::before {
    display: none;
  }

  .how-it-works-icon {
    width: 48px;
    height: 48px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color:  var(--primary-color);
    color: #ffffff;
    font-size: 28px;
    border-radius: 50%;
    position: relative;
    z-index: 2;
  }

  .how-it-works-content {
    width: calc(100% - 60px);
    padding-left: 30px;
  }
  .how-it-works-content p {
    font-size: 15px;
  }

  /*-------------------------------------------------
      [ ### plan block ]
  */
  .plan-section {
    position: relative;
    z-index: 2;
  }
  .plan-section::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left bottom, left top, from(var(--secondary-color)), color-stop(97.51%, rgba(11, 29, 51, 0)));
    background: linear-gradient(360deg, var(--secondary-color) 0%, rgba(11, 29, 51, 0) 97.51%);
    -webkit-transform: matrix(1, 0, 0, -1, 0, 0);
            transform: matrix(1, 0, 0, -1, 0, 0);
    z-index: -1;
  }

  .plan-area {
    position: relative;
    z-index: 2;
    padding: 0 30px;
  }
  @media only screen and (max-width: 575px) {
    .plan-area {
      padding: 0;
    }
  }
  @media only screen and (max-width: 991px) {
    .plan-area .section__canvas {
      display: none;
    }
  }

  .plan-item {
    position: relative;
    height: 100%;
    z-index: 2;
    padding: 40px;
    border-radius: 10px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .plan-item::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left bottom, left top, from(var(--secondary-color)), color-stop(97.51%, rgba(11, 29, 51, 0.44)));
    background: linear-gradient(360deg, var(--secondary-color) 0%, rgba(11, 29, 51, 0.44) 97.51%);
    -webkit-transform: matrix(1, 0, 0, -1, 0, 0);
            transform: matrix(1, 0, 0, -1, 0, 0);
    border: 2px solid rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    z-index: -1;
  }
  .plan-item:hover {
    -webkit-transform: translateY(-7px);
            transform: translateY(-7px);
  }

  .plan-header {
    text-align: center;
  }
  .plan-header .title {
    font-size: 28px;
    margin-bottom: 15px;
  }
  .plan-header .plan-header-shape img {
    width: 80%;
    opacity: 0.5;
  }
  .plan-header .inner-title {
    color: #c4c6c7;
    font-weight: 600;
    font-size: 16px;
    margin-top: 20px;
  }
  .plan-header .inner-title span {
    color:  var(--primary-color);
  }
  .plan-header .plan-price .price {
    font-size: 28px;
  }
  .plan-header .plan-price .price span {
    font-size: 16px;
  }

  .plan-body {
    margin-top: 30px;
  }
  .plan-body .plan-list li {
    position: relative;
    padding-bottom: 10px;
    color: #ffffff;
    padding-left: 35px;
  }
  .plan-body .plan-list li::before {
    position: absolute;
    top: 2px;
    left: 0;
    content: "\f00c";
    font-family: "Line Awesome Free";
    width: 20px;
    height: 20px;
    line-height: 20px;
    background-color:  var(--primary-color);
    border-radius: 50%;
    font-size: 14px;
    color: #ffffff;
    text-align: center;
    font-weight: 900;
  }
  .plan-body .plan-list li span {
    font-weight: 600;
  }

  .plan-footer {
    text-align: center;
    margin-top: 30px;
  }

  .section__canvas {
    position: absolute;
    top: 0;
    right: 40px;
    left: 40px;
    bottom: -24px;
    width: auto;
    max-width: none;
    height: 300px;
    padding: 0;
    z-index: -1;
    border-radius: 10px;
    overflow: hidden;
    opacity: 0.65;
  }
  .section__canvas.two {
    height: 600px;
  }
  @media (min-width: 992px) {
    .section__canvas.two {
      top: 200px;
    }
  }
  @media (min-width: 992px) {
    .section__canvas {
      top: 100px;
      right: -15px;
      left: -15px;
      bottom: 50px;
    }
  }

  .plan-quantity .plan-plus-minus {
    background-color: var(--secondary-color);
    width: 120px;
    position: relative;
    display: inline-block;
  }
  .plan-quantity .plan-plus-minus .qtybutton {
    color: #c4c6c7;
    float: inherit;
    font-size: 20px;
    font-weight: 400;
    line-height: 36px;
    margin: 0;
    text-align: center;
    width: 30px;
    height: 36px !important;
    background-color: transparent;
    cursor: pointer;
    position: absolute;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
  }
  .plan-quantity .plan-plus-minus .dec.qtybutton {
    left: 0px;
    top: 0px;
    border-right: 1px solid rgba(255, 255, 255, 0.08);
  }
  .plan-quantity .plan-plus-minus .plan-plus-minus-box {
    color: #c4c6c7;
    font-size: 16px;
    height: 36px;
    font-weight: 600;
    margin: 0;
    text-align: center;
    width: 120px;
    outline: none;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background-color: transparent;
  }
  .plan-quantity .plan-plus-minus .inc.qtybutton {
    right: 0px;
    top: 0px;
    border-left: 1px solid rgba(255, 255, 255, 0.08);
  }

  /*-------------------------------------------------
      [ ### statistics block ]
  */
  .statistics-area .section-header {
    margin-bottom: 20px;
  }

  .statistics-wrapper {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 20px;
    margin-top: 30px;
  }
  .statistics-wrapper .odo-area .odo-title {
    display: inline-block;
    font-size: 30px;
    margin-bottom: 0px;
    margin-top: -13px;
  }
  @media only screen and (max-width: 575px) {
    .statistics-wrapper .odo-area .odo-title {
      font-size: 25px;
    }
  }
  .statistics-wrapper .odo-area .title {
    display: inline-block;
    font-size: 30px;
    margin-bottom: 0;
  }
  @media only screen and (max-width: 575px) {
    .statistics-wrapper .odo-area .title {
      font-size: 26px;
    }
  }

  /*-------------------------------------------------
      [ ### brand block ]
  */
  .brand-header {
    text-align: center;
    margin-bottom: 20px;
  }
  .brand-header .title {
    padding: 7px 14px;
    background: linear-gradient(89.96deg, rgba(255, 255, 255, 0.05) 0.03%, rgba(255, 255, 255, 0.008) 49.67%, rgba(255, 255, 255, 0.05) 99.96%);
    -webkit-backdrop-filter: blur(4px);
            backdrop-filter: blur(4px);
    border: 1px solid  var(--primary-color);
    border-radius: 100px;
    display: inline-block;
    margin-bottom: 22px;
    font-size: 13px;
    color:  var(--primary-color);
    font-weight: 700;
  }

  .brand-slider {
    overflow: hidden;
  }

  .brand-item {
    cursor: pointer;
    opacity: 0.5;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .brand-item:hover {
    opacity: 1;
  }

  /*-------------------------------------------------
      [ ### app block ]
  */
  .app-content .section-header {
    margin-bottom: 20px;
  }
  .app-content .app-btn-wrapper {
    margin: -8px;
    margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .app-content .app-btn-wrapper .app-btn {
    position: relative;
    background-color:  var(--primary-color);
    border-radius: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 8px 18px;
    padding-right: 10px;
    width: 170px;
    margin: 8px;
  }
  .app-content .app-btn-wrapper .app-btn .title {
    margin-bottom: 0;
    color: #ffffff;
    font-weight: 600;
    font-size: 16px;
  }
  .app-content .app-btn-wrapper .app-btn .icon {
    width: 30px;
    height: 30px;
    margin-left: auto;
  }
  .app-content .app-btn-wrapper .app-btn .app-qr {
    position: absolute;
    top: 65px;
    left: 0;
    background-color: #ffffff;
    -webkit-box-shadow: 0 10px 60px rgba(0, 0, 0, 0.1);
            box-shadow: 0 10px 60px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    width: 100%;
    overflow: hidden;
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    z-index: 3;
  }
  @media only screen and (max-width: 575px) {
    .app-content .app-btn-wrapper .app-btn .app-qr {
      display: none;
    }
  }
  .app-content .app-btn-wrapper .app-btn:hover .app-qr {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }

  /*-------------------------------------------------
      [ ### about block ]
  */
  .about-section .section-header {
    margin-bottom: 20px;
  }

  @media only screen and (max-width: 991px) {
      .about-thumb{
          padding: 0 100px;
      }
  }
  @media only screen and (max-width: 767px) {
      .about-thumb{
          padding: 0;
      }
  }

  .about-thumb img {
    mix-blend-mode: color-dodge;
  }

  .about-btn {
    margin-top: 30px;
  }

  /*-------------------------------------------------
      [ ### service block ]
  */
  .service-section {
    position: relative;
    z-index: 2;
  }
  .service-section::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left bottom, left top, from(var(--secondary-color)), color-stop(97.51%, rgba(11, 29, 51, 0)));
    background: linear-gradient(360deg, var(--secondary-color) 0%, rgba(11, 29, 51, 0) 97.51%);
    -webkit-transform: matrix(1, 0, 0, -1, 0, 0);
            transform: matrix(1, 0, 0, -1, 0, 0);
    z-index: -1;
  }

  .service-item {
    position: relative;
    border: 2px solid rgba(255, 255, 255, 0.1);
    padding: 40px;
    border-radius: 10px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  @media only screen and (max-width: 575px) {
    .service-item {
      padding: 20px;
    }
  }
  .service-item:hover {
    border: 2px solid transparent;
  }
  .service-item:hover .service-icon {
    border: 4px solid  var(--primary-color);
  }

  .service-icon {
    width: 80px;
    height: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: rgba(255, 255, 255, 0.07);
    border: 4px solid rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    font-size: 35px;
    margin-bottom: 20px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }

  /*-------------------------------------------------
      [ ### faq block ]
  */
  .faq-wrapper {
    margin-bottom: -12px;
  }
  .faq-wrapper .faq-item {
    background: var(--secondary-color);
    border-radius: 6px;
    margin-bottom: 12px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .faq-wrapper .faq-item .faq-title {
    padding: 12px 20px;
    font-size: 15px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    align-items: center;
    margin-bottom: 0;
  }
  @media only screen and (max-width: 575px) {
    .faq-wrapper .faq-item .faq-title {
      font-size: 14px;
    }
  }
  .faq-wrapper .faq-item .faq-title .title {
    width: calc(100% - 40px);
    display: inline-block;
    margin-bottom: 0;
  }
  .faq-wrapper .faq-item .faq-content {
    padding: 20px;
    padding-top: 5px;
    display: none;
  }
  @media only screen and (max-width: 575px) {
    .faq-wrapper .faq-item .faq-content {
      margin-top: 15px;
    }
  }
  .faq-wrapper .faq-item .faq-content p {
    font-size: 13px;
  }
  .faq-wrapper .faq-item .right-icon {
    display: block;
    width: 30px;
    height: 30px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    position: relative;
  }
  .faq-wrapper .faq-item .right-icon::before, .faq-wrapper .faq-item .right-icon::after {
    position: absolute;
    content: "";
    background: #ffffff;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .faq-wrapper .faq-item .right-icon::before {
    width: 2px;
    height: 12px;
    top: 50%;
    left: 50%;
  }
  .faq-wrapper .faq-item .right-icon::after {
    width: 12px;
    height: 2px;
    top: 50%;
    left: 50%;
  }
  .faq-wrapper .faq-item.active .faq-content {
    display: block;
  }
  .faq-wrapper .faq-item.active.open .right-icon::before {
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
    transform: translate(-50%, -50%) rotate(90deg);
  }
  .faq-wrapper .faq-item.open .right-icon::before {
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
    transform: translate(-50%, -50%) rotate(90deg);
  }

  /*-------------------------------------------------
      [ ### call-to-action block ]
  */
  .call-to-action-section {
    position: relative;
    z-index: 2;
  }
  .call-to-action-section::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left bottom, left top, from(var(--secondary-color)), color-stop(97.51%, rgba(11, 29, 51, 0)));
    background: linear-gradient(360deg, var(--secondary-color) 0%, rgba(11, 29, 51, 0) 97.51%);
    -webkit-transform: matrix(1, 0, 0, -1, 0, 0);
            transform: matrix(1, 0, 0, -1, 0, 0);
    z-index: -1;
  }

  .call-to-action-wrapper .call-to-action-content .title {
    margin-bottom: 15px;
  }
  .call-to-action-wrapper .call-to-action-content p {
    font-size: 20px;
    width: 90%;
    margin: 0 auto;
  }
  .call-to-action-wrapper .call-to-action-content .call-to-action-btn {
    margin-top: 40px;
  }

  /*-------------------------------------------------
      [ ### contact block ]
  */
  .contact-area .contact-wrapper {
    position: relative;
    padding: 50px;
  }
  .contact-area .contact-wrapper::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left bottom, left top, from(var(--secondary-color)), color-stop(97.51%, rgba(11, 29, 51, 0)));
    background: linear-gradient(360deg, var(--secondary-color) 0%, rgba(11, 29, 51, 0) 97.51%);
    -webkit-transform: matrix(1, 0, 0, -1, 0, 0);
            transform: matrix(1, 0, 0, -1, 0, 0);
    border-radius: 10px;
  }
  @media only screen and (max-width: 991px) {
    .contact-area .contact-wrapper {
      padding: 20px;
    }
  }

  .contact-form-area {
    margin-right: 40px;
  }
  @media only screen and (max-width: 991px) {
    .contact-form-area {
      margin-right: 0;
    }
  }
  .contact-form-area .contact-header {
    margin-bottom: 30px;
  }
  .contact-form-area .contact-header .sub-title {
    padding: 7px 14px;
    background: transparent;
    border: 1px solid  var(--primary-color);
    border-radius: 10px;
    display: inline-block;
    margin-bottom: 22px;
    font-size: 13px;
    color:  var(--primary-color);
    font-weight: 700;
  }

  .contact-form textarea {
    min-height: 150px;
  }

  .contact-information {
    margin-bottom: 40px;
  }
  .contact-information p {
    font-size: 16px;
  }
  @media only screen and (max-width: 1199px) {
    .contact-information p {
      font-size: 14px;
    }
  }

  .contact-widget-box {
    background-color: var(--secondary-color);
    border-radius: 10px;
    padding: 30px;
  }
  @media only screen and (max-width: 1199px) {
    .contact-widget-box {
      padding: 15px;
    }
  }

  .contact-widget-item-wrapper {
    margin-bottom: -20px;
  }
  .contact-widget-item-wrapper .contact-widget-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 20px;
  }
  .contact-widget-item-wrapper .contact-widget-item .contact-widget-icon {
    width: 2.75rem;
    height: 2.75rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    text-align: center;
    color: #c4c6c7;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .contact-widget-item-wrapper .contact-widget-item .contact-widget-icon svg {
    fill: #c4c6c7;
  }
  .contact-widget-item-wrapper .contact-widget-item .contact-widget-content {
    width: calc(100% - 2.75rem);
    padding-left: 10px;
  }

  /*-------------------------------------------------
      [ ### account block ]
  */
  .account-section {
    position: relative;
    padding: 60px 0;
    min-height: 100vh;
    z-index: 9;
    overflow-x: hidden;
    overflow-y: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    z-index: 2;
  }
  .account-section .section__canvas {
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    border-radius: 0;
    opacity: 0.45;
  }
  @media (min-width: 992px) {
    .account-section .section__canvas {
      top: 0;
      right: 0;
      left: 0;
      bottom: 0;
    }
  }

  .account-area {
    background-color: var(--secondary-color);
    border-radius: 10px;
    padding: 40px;
    position: relative;
    background-position: bottom;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    width: 500px;
    margin-left: auto;
    margin-right: auto;
    display: none;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    overflow: hidden;
    overflow-y: auto;
  }
  .account-area .block-icon {
    top: 0;
    left: 0;
  }
  @media only screen and (max-width: 600px) {
    .account-area {
      width: 400px;
    }
  }
  @media only screen and (max-width: 420px) {
    .account-area {
      width: 350px;
      padding: 30px 15px;
    }
  }
  @media only screen and (max-width: 375px) {
    .account-area {
      width: 300px;
    }
  }
  .account-area.change-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  @media only screen and (max-width: 991px) {
    .account-area.change-form {
      display: block;
    }
  }
  .account-area .account-thumb {
    width: 400px;
    height: 630px;
  }
  @media only screen and (max-width: 991px) {
    .account-area .account-thumb {
      display: none;
    }
  }
  .account-area .account-thumb img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 5px;
  }
  .account-area p {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 30px;
  }

  .forgot-item label {
    font-weight: 500;
    font-size: 14px;
    font-family: "DM Sans", sans-serif;
  }
  .forgot-item label a {
    font-weight: 600;
    color:  var(--primary-color);
  }

  .account-item label {
    font-weight: 500;
    font-size: 14px;
    font-family: "DM Sans", sans-serif;
  }
  .account-item label a {
    font-weight: 600;
    color:  var(--primary-color);
  }

  .terms-item label {
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 0;
    font-family: "DM Sans", sans-serif;
  }
  .terms-item label a {
    font-weight: 600;
    color:  var(--primary-color);
  }

  .account-logo {
    text-align: center;
    margin-bottom: 20px;
  }

  .show_hide_password {
    position: relative;
  }
  .show_hide_password input {
    padding-right: 50px;
  }
  .show_hide_password .show-pass {
    position: absolute;
    top: 15px;
    right: 30px;
    cursor: pointer;
    font-size: 15px;
  }
  .show_hide_password .show-pass.two {
    top: 47px;
  }

  .otp-form {
    margin: -5px;
    margin-bottom: 20px;
    margin-top: -10px;
  }

  .otp {
    width: 56px;
    height: 50px;
    text-align: center;
    padding: 0;
    margin: 5px;
    border-radius: 3px;
    background-color: transparent;
  }
  @media only screen and (max-width: 600px) {
    .otp {
      width: 40px;
      height: 40px;
      margin: 3px;
    }
  }
  @media only screen and (max-width: 400px) {
    .otp {
      width: 35px;
      height: 35px;
    }
  }
  .otp:focus {
    border: 2px solid  var(--primary-color);
  }
  .otp.required {
    border: 3px solid #ea5455;
  }

  #time {
    color: #ea5455;
  }

  /*-------------------------------------------------
      [ ### dashboard block ]
  */
  .page-wrapper {
    position: relative;
    min-height: 100vh;
  }
  .page-wrapper::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--secondary-color);
    opacity: 0.5;
    z-index: -1;
  }

  .sidebar::-webkit-scrollbar {
    display: none;
  }

  .sidebar {
    width: 250px;
    position: fixed;
    border-radius: 0;
    padding: 20px 10px;
    background-color: var(--secondary-color);
    top: 0;
    left: 0;
    height: 100vh;
    z-index: 9;
    overflow: hidden;
    overflow-y: auto;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  @media only screen and (max-width: 1199px) {
    .sidebar {
      left: -300px;
    }
  }
  .sidebar.active {
    width: 60px;
  }
  @media only screen and (max-width: 1199px) {
    .sidebar.active {
      width: 250px;
      left: 0;
    }
  }
  .sidebar.active .sidebar-menu .sidebar-menu-item a {
    padding: 12px 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  @media only screen and (max-width: 1199px) {
    .sidebar.active .sidebar-menu .sidebar-menu-item a {
      padding: 12px 15px;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
    }
  }
  .sidebar.active .sidebar-menu .sidebar-menu-item .menu-icon {
    margin-right: 0;
  }
  @media only screen and (max-width: 1199px) {
    .sidebar.active .sidebar-menu .sidebar-menu-item .menu-icon {
      margin-right: 10px;
    }
  }
  .sidebar.active .menu-title {
    display: none;
  }
  @media only screen and (max-width: 1199px) {
    .sidebar.active .menu-title {
      display: block;
    }
  }
  .sidebar.active .sidebar-doc-box {
    display: none;
  }
  @media only screen and (max-width: 1199px) {
    .sidebar.active .sidebar-doc-box {
      display: block;
    }
  }
  .sidebar:hover {
    width: 250px;
  }
  .sidebar:hover .sidebar-menu .sidebar-menu-item a {
    padding: 12px 15px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .sidebar:hover .sidebar-menu .sidebar-menu-item .menu-icon {
    margin-right: 10px;
  }
  .sidebar:hover .sidebar-menu .sidebar-menu-item .sidebar-item-badge {
    display: block;
  }
  .sidebar:hover .menu-title {
    display: inline-block;
  }
  .sidebar:hover .sidebar-doc-box {
    display: block;
  }

  .sidebar-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 100%;
  }

  .sidebar-logo {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
  .sidebar-logo::before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: -webkit-gradient(linear, left top, right top, from(rgba(224, 225, 226, 0)), color-stop(47.22%, rgb(224, 225, 226)), color-stop(94.44%, rgba(224, 225, 226, 0.157)));
    background: linear-gradient(90deg, rgba(224, 225, 226, 0) 0%, rgb(224, 225, 226) 47.22%, rgba(224, 225, 226, 0.157) 94.44%);
  }
  .sidebar-logo .sidebar-main-logo {
    max-width: 140px;
  }
  .sidebar-logo .sidebar-menu-bar {
    font-size: 14px;
    color: #c4c6c7;
    background-color: transparent;
    display: none;
  }

  .sidebar-menu-header {
    position: relative;
    letter-spacing: 0.05em;
    font-size: 0.6875rem;
    font-weight: 500;
    margin-bottom: 15px;
    padding-left: 10px;
    text-transform: uppercase;
    white-space: nowrap;
    margin-top: 20px;
  }
  .sidebar-menu-header::before {
    content: "--";
    position: absolute;
    left: 0;
    top: 0;
  }

  .sidebar-item-badge {
    margin-left: auto;
  }

  .sidebar-menu-wrapper {
    padding-top: 10px;
  }

  .sidebar-menu .sidebar-menu-item {
    position: relative;
    margin-bottom: 5px;
    border-radius: 5px;
  }
  .sidebar-menu .sidebar-menu-item::after {
    position: absolute;
    content: "";
    top: 0;
    right: -15px;
    width: 2px;
    height: 0;
    background-color:  var(--primary-color);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .sidebar-menu .sidebar-menu-item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #ffffff;
    font-family: "DM Sans", sans-serif;
    font-size: 14px;
    font-weight: 500;
    padding: 12px 15px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .sidebar-menu .sidebar-menu-item a .menu-icon {
    width: 30px;
    height: 30px;
    background-color: rgba(255, 255, 255, 0.1);
    color: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 5px;
    font-size: 18px;
    margin-right: 10px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .sidebar-menu .sidebar-menu-item.sidebar-dropdown a {
    position: relative;
  }
  .sidebar-menu .sidebar-menu-item.sidebar-dropdown a::after {
    position: absolute;
    top: 18px;
    right: 25px;
    font-family: "Font Awesome 5 Free";
    color: #c4c6c7;
    font-weight: 700;
    content: "\f105";
    font-size: 12px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .sidebar-menu .sidebar-menu-item .sidebar-submenu {
    position: relative;
    display: none;
    z-index: 1;
  }
  .sidebar-menu .sidebar-menu-item .sidebar-submenu.open {
    display: block;
  }
  .sidebar-menu .sidebar-menu-item .sidebar-submenu .sidebar-menu-item {
    letter-spacing: normal;
    color: #c4c6c7;
    font-weight: 400;
    margin-top: 0;
    padding-left: 2px;
  }
  .sidebar-menu .sidebar-menu-item .sidebar-submenu .sidebar-menu-item a {
    padding: 10px 20px;
  }
  .sidebar-menu .sidebar-menu-item .sidebar-submenu .sidebar-menu-item a::after {
    display: none;
  }
  .sidebar-menu .sidebar-menu-item .sidebar-submenu .sidebar-menu-item a:hover {
    letter-spacing: 1px;
  }
  .sidebar-menu .sidebar-menu-item .sidebar-submenu .sidebar-menu-item a .menu-icon {
    font-size: 18px;
    margin-right: 8px;
  }
  .sidebar-menu .sidebar-menu-item:hover {
    letter-spacing: 1px;
    color:  var(--primary-color);
    font-weight: 600;
  }
  .sidebar-menu .sidebar-menu-item.active {
    background-color: rgba(255, 255, 255, 0.05);
  }
  .sidebar-menu .sidebar-menu-item.active::after {
    height: 30px;
  }
  .sidebar-menu .sidebar-menu-item.active a::after {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .sidebar-menu .sidebar-menu-item.active a .menu-icon {
    background-color:  var(--primary-color);
    color: #ffffff;
  }
  .sidebar-menu .sidebar-menu-item.active .sidebar-submenu .sidebar-menu-item a.active {
    color:  var(--primary-color);
    font-weight: 700;
  }
  .sidebar-menu .sidebar-menu-item.active .sidebar-submenu .sidebar-menu-item a:hover {
    letter-spacing: 1px;
  }
  .sidebar-menu .sidebar-menu-item.active .sidebar-submenu .sidebar-menu-item a::before {
    display: none;
  }
  .sidebar-menu .sidebar-menu-item.active .sidebar-submenu .sidebar-menu-item a .menu-icon {
    width: auto;
    height: auto;
    display: block;
    background-color: transparent;
  }
  .sidebar-menu .sidebar-menu-item .sidebar-item-badge {
    margin-left: auto;
  }
  .sidebar-menu .sidebar-menu-item .sidebar-item-badge .badge {
    width: 20px;
    height: 20px;
    line-height: 20px !important;
    padding: 0 !important;
    background-color:  var(--primary-color);
    font-size: 0.8em;
    border: none;
    margin-bottom: 0;
    border-radius: 50%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    display: inline-block;
  }

  .sidebar-doc-box {
    position: relative;
    border-radius: 5px;
    padding: 15px;
    min-height: 190px;
    min-width: 218px;
  }
  .sidebar-doc-box .sidebar-doc-icon {
    width: 30px;
    height: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color:  var(--primary-color);
    color: #ffffff;
    border-radius: 5px;
    font-size: 18px;
    margin-bottom: 15px;
  }
  .sidebar-doc-box .sidebar-doc-content .title {
    margin-bottom: 2px;
  }
  .sidebar-doc-box .sidebar-doc-content p {
    font-size: 14px;
    font-weight: 500;
    color: #ffffff;
  }
  .sidebar-doc-box .section__canvas {
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    opacity: 0.45;
  }
  @media (min-width: 992px) {
    .sidebar-doc-box .section__canvas {
      top: 0;
      right: 0;
      left: 0;
      bottom: 0;
    }
  }

  .main-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    min-height: 100vh;
  }

  .navbar-wrapper {
    padding: 15px 0;
    margin-left: 250px;
    background: var(--secondary-color);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .navbar-wrapper.active {
    margin-left: 60px;
  }
  @media only screen and (max-width: 1199px) {
    .navbar-wrapper.active {
      margin-left: 0;
    }
  }
  .navbar-wrapper.active .dashboard-title-part {
    padding: 0 10px 0 25px;
  }
  @media only screen and (max-width: 1199px) {
    .navbar-wrapper.active .dashboard-title-part {
      padding: 0 20px 0 20px;
    }
  }
  .navbar-wrapper.active .dashboard-title-part .left .icon {
    display: block;
  }
  @media only screen and (max-width: 1199px) {
    .navbar-wrapper {
      margin-left: 0;
    }
  }

  .dashboard-title-part {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 20px 0 20px;
  }
  @media only screen and (max-width: 1199px) {
    .dashboard-title-part {
      padding: 0 20px 0 20px;
    }
  }
  @media only screen and (max-width: 767px) {
    .dashboard-title-part {
      display: block;
    }
  }
  .dashboard-title-part .left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .dashboard-title-part .left .icon {
    margin-right: 10px;
  }
  .dashboard-title-part .left .icon button, .dashboard-title-part .left .icon input[type=button], .dashboard-title-part .left .icon input[type=reset], .dashboard-title-part .left .icon input[type=submit] {
    font-size: 14px;
    color: #ffffff;
    background-color: transparent;
    padding: 0;
  }
  .dashboard-title-part .title {
    margin-bottom: 0;
  }
  .dashboard-title-part p {
    font-size: 14px;
    font-weight: 500;
  }
  .dashboard-title-part .right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: -8px;
  }
  @media only screen and (max-width: 767px) {
    .dashboard-title-part .right {
      padding-top: 20px;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
    }
  }

  .dashboard-path {
    font-size: 15px;
    font-family: "DM Sans", sans-serif;
  }
  .dashboard-path .main-path {
    color: #ffffff;
  }

  .header-search-wrapper {
    width: 350px;
    background-color: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 5px;
    margin: 8px;
  }
  @media only screen and (max-width: 767px) {
    .header-search-wrapper {
      width: 100%;
    }
  }
  .header-search-wrapper input {
    border: none;
    height: 40px;
    font-weight: 400;
    padding-left: 35px;
    color: #c4c6c7;
    padding-right: 20px;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
  }
  .header-search-wrapper input:focus {
    background-color: transparent;
    color: #c4c6c7;
    border: none;
  }
  .header-search-wrapper input::-webkit-input-placeholder {
    color: rgba(196, 198, 199, 0.3);
  }
  .header-search-wrapper input::-moz-placeholder {
    color: rgba(196, 198, 199, 0.3);
  }
  .header-search-wrapper input:-ms-input-placeholder {
    color: rgba(196, 198, 199, 0.3);
  }
  .header-search-wrapper input::-ms-input-placeholder {
    color: rgba(196, 198, 199, 0.3);
  }
  .header-search-wrapper input::placeholder {
    color: rgba(196, 198, 199, 0.3);
  }
  .header-search-wrapper span {
    position: absolute;
    font-size: 16px;
    line-height: 38px;
    color: rgba(196, 198, 199, 0.3);
    left: 10px;
    top: 1px;
  }

  .header-user-wrapper {
    margin: 8px;
  }
  .header-user-wrapper .header-user-thumb {
    width: 38px;
    height: 38px;
    border-radius: 5px;
    overflow: hidden;
  }
  .header-user-wrapper .header-user-thumb img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }

  .body-wrapper {
    padding-left: 270px;
    padding-right: 20px;
    padding-bottom: 20px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .body-wrapper.active {
    padding-left: 85px;
  }
  @media only screen and (max-width: 1199px) {
    .body-wrapper.active {
      padding-left: 20px;
    }
  }
  @media only screen and (max-width: 1199px) {
    .body-wrapper {
      padding-left: 20px;
    }
  }

  .dashboard-header-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 20px;
  }
  @media only screen and (max-width: 575px) {
    .dashboard-header-wrapper {
      display: block;
      text-align: center;
    }
  }
  .dashboard-header-wrapper .title {
    margin-bottom: 0;
  }
  .dashboard-header-wrapper .dashboard-btn-wrapper .dashboard-btn a, .dashboard-header-wrapper .dashboard-btn-wrapper .dashboard-btn button, .dashboard-header-wrapper .dashboard-btn-wrapper .dashboard-btn input[type=button], .dashboard-header-wrapper .dashboard-btn-wrapper .dashboard-btn input[type=reset], .dashboard-header-wrapper .dashboard-btn-wrapper .dashboard-btn input[type=submit] {
    padding: 8px 25px;
    font-size: 12px;
  }
  @media only screen and (max-width: 575px) {
    .dashboard-header-wrapper .dashboard-btn-wrapper .dashboard-btn a, .dashboard-header-wrapper .dashboard-btn-wrapper .dashboard-btn button, .dashboard-header-wrapper .dashboard-btn-wrapper .dashboard-btn input[type=button], .dashboard-header-wrapper .dashboard-btn-wrapper .dashboard-btn input[type=reset], .dashboard-header-wrapper .dashboard-btn-wrapper .dashboard-btn input[type=submit] {
      width: 100%;
      margin-top: 15px;
    }
  }

  .dashbord-item {
    position: relative;
    background: var(--secondary-color);
    border-radius: 5px;
    padding: 40px;
    text-align: center;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .dashbord-item:hover {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  .dashbord-item .dashboard-content .sub-title {
    margin-bottom: 8px;
    font-size: 15px;
    font-weight: 500;
  }
  .dashbord-item .dashboard-content .title {
    margin-bottom: 0;
  }
  .dashbord-item .dashboard-icon {
    width: 50px;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color:  var(--primary-color);
    border-radius: 5px;
    font-size: 24px;
    overflow: hidden;
  }
  .dashbord-item .dashboard-icon img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }

  .dashbord-item-details {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  .dashbord-item-details .dashboard-icon {
    width: 80px;
    height: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color:  var(--primary-color);
    border-radius: 5px;
    font-size: 24px;
    overflow: hidden;
  }
  .dashbord-item-details .dashboard-icon img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .dashbord-item-details .dashboard-content {
    padding-left: 30px;
  }
  .dashbord-item-details .dashboard-content .sub-title {
    margin-bottom: 5px;
    font-size: 18px;
    font-weight: 500;
  }
  .dashbord-item-details .dashboard-content .title {
    margin-bottom: 0;
  }

  .dashbord-item-details-list-wrapper {
    margin-top: 20px;
  }
  .dashbord-item-details-list-wrapper .dashbord-item-details-list {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.05)), color-stop(73.86%, rgba(255, 255, 255, 0)));
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0) 73.86%);
    -webkit-backdrop-filter: blur(4px);
            backdrop-filter: blur(4px);
    border-radius: 5px;
    margin-top: 20px;
  }
  .dashbord-item-details-list-wrapper .dashbord-item-details-list li {
    border-bottom: 1px solid black;
    padding: 15px 20px;
  }
  @media only screen and (max-width: 575px) {
    .dashbord-item-details-list-wrapper .dashbord-item-details-list li {
      display: block;
    }
  }
  .dashbord-item-details-list-wrapper .dashbord-item-details-list li span {
    float: right;
  }
  @media only screen and (max-width: 575px) {
    .dashbord-item-details-list-wrapper .dashbord-item-details-list li span {
      float: unset;
    }
  }
  .dashbord-item-details-list-wrapper .dashbord-item-details-list li:last-child {
    border: none;
    padding-bottom: 0;
  }

  .chart-wrapper {
    background: var(--secondary-color);
    border-radius: 5px;
    padding: 30px 10px;
  }
  .chart-wrapper line {
    stroke: rgba(255, 255, 255, 0.1);
  }
  .chart-wrapper .dashboard-header-wrapper {
    padding: 0 20px;
    margin-bottom: 0;
  }

  .apexcharts-legend-text {
    color: #ffffff !important;
  }

  .apexcharts-yaxis text {
    fill: #ffffff !important;
  }

  .apexcharts-grid line {
    stroke: rgba(255, 255, 255, 0.1) !important;
  }

  .apexcharts-graphical line {
    stroke: rgba(255, 255, 255, 0.1) !important;
  }

  .apexcharts-xaxis-texts-g text {
    fill: #ffffff !important;
  }

  .chart-area-footer {
    border-color: rgba(255, 255, 255, 0.1);
  }

  .dashboard-list-wrapper .dashboard-list-item {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    background-color: rgba(255, 255, 255, 0.05);
    padding: 15px 20px;
    border-radius: 5px;
    margin-bottom: 20px;
  }
  @media only screen and (max-width: 575px) {
    .dashboard-list-wrapper .dashboard-list-item {
      display: block;
    }
  }
  .dashboard-list-wrapper .dashboard-list-item.sent:hover .dashboard-list-user-wrapper .dashboard-list-user-icon, .dashboard-list-wrapper .dashboard-list-item.sent.active .dashboard-list-user-wrapper .dashboard-list-user-icon {
    background-color: #ea5455;
  }
  .dashboard-list-wrapper .dashboard-list-item.receive:hover .dashboard-list-user-wrapper .dashboard-list-user-icon, .dashboard-list-wrapper .dashboard-list-item.receive.active .dashboard-list-user-wrapper .dashboard-list-user-icon {
    background-color: #28c76f;
  }
  .dashboard-list-wrapper .btn span {
    padding: 6px 10px;
  }

  .dashboard-list-user-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .dashboard-list-user-wrapper .dashboard-list-user-icon {
    width: 60px;
    height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: rgba(255, 255, 255, 0.05);
    color: #ffffff;
    border-radius: 50%;
    font-size: 30px;
    overflow: hidden;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .dashboard-list-user-wrapper .dashboard-list-user-content {
    width: calc(100% - 60px);
    padding-left: 20px;
  }
  .dashboard-list-user-wrapper .dashboard-list-user-content .title {
    margin-bottom: 5px;
  }
  .dashboard-list-user-wrapper .dashboard-list-user-content .title span {
    color:  var(--primary-color);
    font-weight: 700;
  }
  .dashboard-list-user-wrapper .dashboard-list-user-content span {
    font-size: 14px;
    font-weight: 500;
  }

  .dashboard-list-right {
    text-align: right;
  }
  @media only screen and (max-width: 575px) {
    .dashboard-list-right {
      text-align: left;
      padding-top: 20px;
    }
  }
  .dashboard-list-right .main-money {
    font-size: 16px;
  }
  .dashboard-list-right .exchange-money {
    margin-bottom: 0;
    font-weight: 500;
    font-size: 14px;
  }
  .dashboard-list-right .small {
    padding: 5px 10px;
    border-radius: 5px;
  }

  .dashboard-list-item-wrapper {
    background: var(--secondary-color);
    border-radius: 5px;
    padding: 15px 20px;
    margin-bottom: 20px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .dashboard-list-item-wrapper:hover {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  .dashboard-list-item-wrapper .dashboard-list-item {
    padding: 0;
    background-color: transparent;
    margin-bottom: 0;
  }
  .dashboard-list-item-wrapper .preview-list-wrapper {
    display: none;
    margin-top: 20px;
    background: rgba(255, 255, 255, 0.05);
  }
  .dashboard-list-item-wrapper .preview-list-wrapper .preview-list-item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  .dashboard-list-item-wrapper .preview-list-wrapper .preview-list-item .preview-list-user-wrapper .preview-list-user-icon {
    color: #c4c6c7;
    border: 1px solid rgba(255, 255, 255, 0.1);
  }

  .preview-list-wrapper {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.05)), color-stop(73.86%, rgba(255, 255, 255, 0)));
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0) 73.86%);
    -webkit-backdrop-filter: blur(4px);
            backdrop-filter: blur(4px);
    border-radius: 5px;
    overflow: hidden;
  }
  .preview-list-wrapper .preview-list-item {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-bottom: 1px solid black;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 15px;
  }
  @media only screen and (max-width: 575px) {
    .preview-list-wrapper .preview-list-item {
      display: block;
    }
  }
  .preview-list-wrapper .preview-list-item .last {
    font-size: 20px;
    font-weight: 700;
  }
  @media only screen and (max-width: 575px) {
    .preview-list-wrapper .preview-list-item .last {
      font-size: 14px;
    }
  }
  .preview-list-wrapper .btn {
    padding: 12px 30px;
    font-size: 13px;
  }

  .preview-list-user-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .preview-list-user-wrapper .preview-list-user-icon {
    width: 30px;
    height: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: transparent;
    border: 1px solid  var(--primary-color);
    color:  var(--primary-color);
    border-radius: 50%;
    font-size: 18px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .preview-list-user-wrapper .preview-list-user-content {
    padding-left: 20px;
  }
  .preview-list-user-wrapper .preview-list-user-content span {
    font-weight: 500;
    font-size: 14px;
  }

  .preview-list-right {
    text-align: right;
  }
  @media only screen and (max-width: 575px) {
    .preview-list-right {
      text-align: left;
      padding-top: 15px;
    }
  }
  .preview-list-right span {
    font-weight: 500;
    font-size: 14px;
    word-break: break-all;
  }

  .note-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .support-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    border-radius: 15px;
  }
  @media only screen and (max-width: 991px) {
    .support-card {
      display: block;
    }
  }

  .card-header-user-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .card-header-user-area .avatar {
    width: 40px;
    height: 40px;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 50%;
    vertical-align: bottom;
    border: 3px solid rgba(255, 255, 255, 0.1);
  }
  .card-header-user-area .card-header-user-content {
    padding-left: 15px;
  }
  .card-header-user-area .card-header-user-content .title {
    margin-bottom: 0;
  }
  .card-header-user-area .card-header-user-content .sub-title {
    font-size: 12px;
    font-weight: 500;
  }

  .support-card-wrapper {
    background-color: var(--secondary-color);
    width: calc(100% - 500px);
    overflow: hidden;
  }
  @media only screen and (max-width: 991px) {
    .support-card-wrapper {
      width: 100%;
    }
  }
  .support-card-wrapper .card-header {
    background-color: var(--secondary-color);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 5px 5px 0 0;
  }

  .chat-container {
    position: relative;
    -ms-touch-action: auto;
    touch-action: auto;
    overflow-y: auto;
    max-height: 70vh;
    min-height: 70vh;
    padding: 30px 15px;
  }
  .chat-container .media > * {
    margin: 0 10px;
  }
  .chat-container .media {
    padding: 15px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 0;
    max-width: 80%;
  }
  @media only screen and (max-width: 575px) {
    .chat-container .media {
      max-width: 100%;
    }
  }
  .chat-container .media.media-chat-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    margin-left: auto;
  }
  .chat-container .media.media-chat-reverse .media-body p {
    background-color:  var(--primary-color);
    color: #ffffff;
  }
  .chat-container .media.media-chat-reverse .media-body p::before {
    left: auto;
    right: -10px;
    background-color:  var(--primary-color);
    -webkit-clip-path: polygon(100% 50%, 0 0, 0 100%);
            clip-path: polygon(100% 50%, 0 0, 0 100%);
  }
  .chat-container .media .media-body p {
    position: relative;
    padding: 20px;
    background-color: rgba(255, 255, 255, 0.05);
    font-size: 13px;
    border-radius: 5px;
    color: #ffffff;
  }
  .chat-container .media .media-body p::before {
    position: absolute;
    content: "";
    top: 20px;
    left: -10px;
    -webkit-clip-path: polygon(100% 0, 0 50%, 100% 100%);
            clip-path: polygon(100% 0, 0 50%, 100% 100%);
    background: rgba(255, 255, 255, 0.05);
    width: 12px;
    height: 17px;
  }
  .chat-container .media .avatar {
    width: 40px;
    height: 40px;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 50%;
    vertical-align: bottom;
    border: 3px solid rgba(255, 255, 255, 0.1);
  }

  .chat-form .publisher {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 12px 20px;
    background-color: var(--secondary-color);
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 0 0 0 10px;
  }
  .chat-form .publisher .chatbox-message-part {
    width: calc(100% - 100px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .chat-form .publisher .publisher-input {
    font-weight: 500;
    font-size: 14px;
    border: none;
    outline: none !important;
    background-color: rgba(255, 255, 255, 0.05);
    border-radius: 99px;
  }
  .chat-form .publisher .publisher-input::-webkit-input-placeholder {
    color: rgba(196, 198, 199, 0.3);
  }
  .chat-form .publisher .publisher-input::-moz-placeholder {
    color: rgba(196, 198, 199, 0.3);
  }
  .chat-form .publisher .publisher-input:-ms-input-placeholder {
    color: rgba(196, 198, 199, 0.3);
  }
  .chat-form .publisher .publisher-input::-ms-input-placeholder {
    color: rgba(196, 198, 199, 0.3);
  }
  .chat-form .publisher .publisher-input::placeholder {
    color: rgba(196, 198, 199, 0.3);
  }
  .chat-form .publisher .chatbox-send-part {
    width: 45px;
  }
  .chat-form .publisher .chatbox-send-part .chat-submit-btn {
    padding: 0;
    width: 45px;
    height: 45px;
    line-height: 45px;
    display: inline-block;
    text-align: center;
    background-color:  var(--primary-color);
    color: #ffffff;
    border-radius: 50%;
    font-size: 20px;
  }
  .chat-form .publisher .publisher-btn {
    width: 45px;
    height: 45px;
    background-color: rgba(255, 255, 255, 0.05);
    color: #ffffff;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    cursor: pointer;
  }
  .chat-form .publisher .file-group input[type=file] {
    position: absolute;
    opacity: 0;
    z-index: -1;
    width: 20px;
  }
  .chat-form .publisher .file-group label {
    margin-bottom: 0;
    cursor: pointer;
  }

  .support-profile-wrapper {
    background-color: var(--secondary-color);
    width: 500px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  @media only screen and (max-width: 991px) {
    .support-profile-wrapper {
      position: fixed;
      right: -600px;
      top: 0;
      height: 100vh;
      background-color: var(--secondary-color);
    }
  }
  @media only screen and (max-width: 575px) {
    .support-profile-wrapper {
      width: 100%;
    }
  }
  .support-profile-wrapper.active {
    right: 0;
  }
  .support-profile-wrapper .support-profile-header {
    padding: 18px 20px;
    background-color: var(--secondary-color);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .support-profile-wrapper .support-profile-header label {
    margin-bottom: 0;
  }
  .support-profile-wrapper .support-profile-body {
    padding: 20px;
  }
  .support-profile-wrapper .support-profile-list li {
    padding-top: 15px;
    font-weight: 700;
  }
  .support-profile-wrapper .support-profile-list li span, .support-profile-wrapper .support-profile-list li p {
    float: right;
    font-weight: 500;
  }
  @media only screen and (max-width: 575px) {
    .support-profile-wrapper .support-profile-list li span, .support-profile-wrapper .support-profile-list li p {
      float: left;
    }
  }
  .support-profile-wrapper .support-profile-list li p {
    line-height: 2em;
    margin-top: 10px;
    margin-bottom: 15px;
  }

  .profile-body-wrapper {
    padding: 0 !important;
  }

  .profile-form-area {
    padding: 30px;
  }

  .profile-settings-wrapper .preview-thumb.profile-wallpaper {
    display: block;
    position: relative;
  }
  .profile-settings-wrapper .preview-thumb.profile-wallpaper .avatar-preview {
    width: 100%;
    height: 250px;
    border-radius: 0;
  }
  .profile-settings-wrapper .preview-thumb.profile-wallpaper .avatar-preview .profilePicPreview {
    width: 100%;
    height: 250px;
    border-radius: 15px 15px 0 0;
    border: none;
    background-color:  var(--primary-color);
    position: relative;
  }

  .profile-thumb-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    padding: 0 1.5rem;
  }
  @media only screen and (max-width: 575px) {
    .profile-thumb-content {
      display: block;
      margin-top: 60px;
    }
  }
  .profile-thumb-content .profile-thumb {
    position: relative;
    display: inline-block;
    margin-right: 40px;
    margin-top: -100px;
  }
  .profile-thumb-content .profile-thumb .avatar-preview {
    width: 120px;
    height: 120px;
    border-radius: 50%;
  }
  .profile-thumb-content .profile-thumb .avatar-preview .profilePicPreview {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.05);
    background-size: cover;
    background-repeat: no-repeat;
  }
  .profile-thumb-content .profile-thumb .avatar-edit {
    position: absolute;
    bottom: 0;
    right: 0;
  }
  .profile-thumb-content .profile-thumb .avatar-edit .profilePicUpload {
    width: 0;
    height: 0;
    opacity: 0;
    visibility: hidden;
  }
  .profile-thumb-content .profile-thumb .avatar-edit label {
    width: 35px;
    height: 35px;
    background-color:  var(--primary-color);
    border-radius: 50%;
    color: #ffffff;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 18px;
    cursor: pointer;
  }
  .profile-thumb-content .profile-content {
    -webkit-transform: translateY(-25px);
            transform: translateY(-25px);
  }
  @media only screen and (max-width: 575px) {
    .profile-thumb-content .profile-content {
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
  }
  .profile-thumb-content .profile-content .username {
    font-size: 18px;
  }
  .profile-thumb-content .profile-content .user-info-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: -5px -10px;
  }
  .profile-thumb-content .profile-content .user-info-list li {
    margin: 5px 10px;
    font-size: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .profile-thumb-content .profile-content .user-info-list li i {
    font-size: 18px;
    margin-right: 5px;
    color:  var(--primary-color);
  }

  .pdf-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    height: 100vh;
    position: fixed;
    overflow-y: scroll;
    left: 0;
    overflow: hidden;
    top: 0;
    z-index: 9;
    -webkit-transition: 0.7s ease;
    transition: 0.7s ease;
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  .pdf-area.active {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }

  .header-notification-wrapper {
    position: relative;
  }

  .notification-icon {
    width: 42px;
    height: 42px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: rgba(255, 255, 255, 0.05);
    color: #c4c6c7;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 5px;
    font-size: 20px;
  }

  .notification-wrapper {
    position: absolute;
    top: 47px;
    right: 0;
    width: 300px;
    background: var(--secondary-color);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 5px;
    z-index: 9;
    padding: 15px;
    text-align: left;
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  @media only screen and (max-width: 991px) {
    .notification-wrapper {
      width: 250px;
    }
  }
  .notification-wrapper.active {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  .notification-wrapper .notification-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 15px;
  }
  .notification-wrapper .notification-header .title {
    margin-bottom: 0;
  }
  .notification-wrapper .notification-header .sub-title {
    font-size: 12px;
  }
  .notification-wrapper .notification-list {
    margin-bottom: -15px;
  }
  .notification-wrapper .notification-list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    font-size: 12px;
    padding-bottom: 15px;
  }
  .notification-wrapper .notification-list li .thumb {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    overflow: hidden;
  }
  .notification-wrapper .notification-list li .thumb img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .notification-wrapper .notification-list li .content {
    width: calc(100% - 25px);
    padding-left: 10px;
  }
  .notification-wrapper .notification-list li .content .title-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 5px;
  }
  .notification-wrapper .notification-list li .content .title {
    margin-bottom: 0;
    font-size: 14px;
  }
  .notification-wrapper .notification-list li .content .time {
    color:  var(--primary-color);
    font-weight: 600;
    font-size: 12px;
  }
  .notification-wrapper .notification-footer {
    font-size: 12px;
  }

  .exchange-area {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.05)), color-stop(73.86%, rgba(255, 255, 255, 0)));
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0) 73.86%);
    padding: 30px 80px;
    border-radius: 5px;
    display: inline-block;
    text-align: center;
  }
  @media only screen and (max-width: 575px) {
    .exchange-area {
      padding: 30px 15px;
    }
  }
  .exchange-area code {
    font-size: 20px;
    color:  var(--primary-color);
  }
  .exchange-area code span {
    display: block;
    text-align: center;
    font-size: 16px;
    padding-bottom: 10px;
  }

  .profit-icon {
    width: 80px;
    height: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: rgba(255, 255, 255, 0.05);
    color: #ffffff;
    border-radius: 50%;
    font-size: 50px;
    margin: 0 auto;
    margin-bottom: 15px;
  }

  .card-wrapper {
    margin-bottom: 20px;
  }

  .jp-card .jp-card-back, .jp-card .jp-card-front {
    background: -webkit-gradient(linear, left top, right top, color-stop(25%, #00CDAA), color-stop(65%, #64A6F8)) !important;
    background: linear-gradient(to right, #00CDAA 25%, #64A6F8 65%) !important;
  }

  .qr-code-thumb.two {
    width: 250px;
    margin: 0 auto;
  }
  .qr-code-thumb.two img {
    width: 100%;
  }

  .plan-modal-list li {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  .plan-modal-list li span {
    float: right;
    color: #ffffff;
    font-size: 16px;
  }
  .plan-modal-list li:last-child {
    padding: 0;
    margin: 0;
    border: none;
  }
  .plan-modal-list .switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
  }
  .plan-modal-list .switch .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  .plan-modal-list .switch .slider::before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: #ffffff;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  .plan-modal-list .switch .slider.round {
    border-radius: 34px;
  }
  .plan-modal-list .switch .slider.round::before {
    border-radius: 50%;
  }
  .plan-modal-list .switch input:checked + .slider {
    background-color:  var(--primary-color);
  }
  .plan-modal-list .switch input:checked + .slider:before {
    -webkit-transform: translateX(26px);
            transform: translateX(26px);
  }

  .plan-card-wrapper {
    background-color: var(--secondary-color);
    border-radius: 10px;
  }
  .plan-card-wrapper .card-header {
    padding: 10px 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  .plan-card-wrapper .card-header .title {
    margin-bottom: 2px;
  }
  .plan-card-wrapper .card-header .sub-title {
    font-weight: 500;
  }
  .plan-card-wrapper .card-header .sub-title span {
    color:  var(--primary-color);
  }
  .plan-card-wrapper .plan-card-header-price .price {
    color: #ffffff;
    font-weight: 500;
  }
  .plan-card-wrapper .plan-card-header-price .price span {
    color:  var(--primary-color);
    font-weight: 600;
  }

  .plan-terms-area {
    padding: 30px;
  }
  .plan-terms-area .terms-container {
    position: relative;
    -ms-touch-action: auto;
    touch-action: auto;
    overflow-y: auto;
    max-height: 600px;
    min-height: 600px;
  }
  .plan-terms-area .terms-container .terms-content {
    padding-bottom: 20px;
  }
  .plan-terms-area .btn {
    padding: 12px 30px;
    font-size: 13px;
  }

  .signature-wrapper {
    margin-top: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    text-align: center;
  }
  .signature-wrapper .user-signature {
    text-align: center;
  }
  .signature-wrapper .user-signature .title {
    border-top: 2px solid rgba(255, 255, 255, 0.2);
    margin-bottom: 0;
    padding-top: 10px;
    margin-top: 10px;
  }

  .plan-signature-form .plan-signature-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 20px;
  }
  .plan-signature-form .title {
    margin-bottom: 0;
  }
  .plan-signature-form .title span {
    color:  var(--primary-color);
  }
  .plan-signature-form .btn {
    padding: 12px 30px;
    font-size: 13px;
  }

  #sig-canvas {
    background-color: var(--secondary-color);
    border: 2px dotted rgba(255, 255, 255, 0.1);
    color: #ffffff;
    border-radius: 5px;
    width: 100%;
    cursor: crosshair;
  }

  /*--------------------------------------------------------------
      [ ## Blog ]
  --------------------------------------------------------------*/
  /*--------------------------------------------------------------
  # Blog-block
  --------------------------------------------------------------*/
  .blog-item {
    padding: 15px;
    position: relative;
    overflow: hidden;
    z-index: 2;
  }
  .blog-item::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left bottom, left top, from(var(--secondary-color)), color-stop(97.51%, rgba(11, 29, 51, 0)));
    background: linear-gradient(360deg, var(--secondary-color) 0%, rgba(11, 29, 51, 0) 97.51%);
    -webkit-transform: matrix(1, 0, 0, -1, 0, 0);
            transform: matrix(1, 0, 0, -1, 0, 0);
    border-radius: 10px;
    z-index: -1;
  }
  .blog-item .blog-thumb {
    height: 400px;
    border-radius: 5px;
    overflow: hidden;
  }
  @media only screen and (max-width: 575px) {
    .blog-item .blog-thumb {
      height: 280px;
    }
  }
  .blog-item .blog-thumb a {
    display: block;
    height: 100%;
  }
  .blog-item .blog-thumb img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .blog-item .blog-content {
    padding: 15px;
  }
  .blog-item .blog-content .category {
    margin-bottom: 10px;
    color:  var(--primary-color);
    font-weight: 500;
  }
  .blog-item .blog-content .title {
    margin-bottom: 0;
    line-height: 1.7;
  }
  .blog-item .blog-content .title a {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .blog-item .blog-content .title a:hover {
    color:  var(--primary-color);
    text-decoration: underline;
  }
  .blog-item .blog-content .blog-user-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    margin-top: 30px;
  }
  .blog-item .blog-content .blog-user-wrapper .blog-user-thumb {
    width: 70px;
    height: 70px;
  }
  .blog-item .blog-content .blog-user-wrapper .blog-user-thumb img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 50%;
  }
  .blog-item .blog-content .blog-user-wrapper .blog-user-content {
    width: calc(100% - 70px);
    padding-left: 20px;
  }
  .blog-item .blog-content .blog-user-wrapper .blog-user-content .title {
    margin-bottom: 5px;
  }
  .blog-item .blog-content .blog-user-wrapper .blog-user-content .sub-title {
    font-size: 14px;
    font-weight: 500;
  }
  .blog-item.details .blog-thumb {
    height: 400px;
  }
  @media only screen and (max-width: 575px) {
    .blog-item.details .blog-thumb {
      height: 280px;
    }
  }
  .blog-item.details .blog-content .title {
    margin-bottom: 10px;
  }

  .blog-sidebar {
    position: sticky;
    top: 0;
  }

  .widget-box {
    position: relative;
    z-index: 2;
    padding: 30px;
  }
  .widget-box::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left bottom, left top, from(var(--secondary-color)), color-stop(97.51%, rgba(11, 29, 51, 0)));
    background: linear-gradient(360deg, var(--secondary-color) 0%, rgba(11, 29, 51, 0) 97.51%);
    -webkit-transform: matrix(1, 0, 0, -1, 0, 0);
            transform: matrix(1, 0, 0, -1, 0, 0);
    border-radius: 10px;
    z-index: -1;
  }
  @media only screen and (max-width: 991px) {
    .widget-box {
      padding: 20px;
    }
  }
  .widget-box .widget-title {
    margin-bottom: 20px;
    position: relative;
    z-index: 2;
  }
  .widget-box .widget-title::before {
    position: absolute;
    content: "";
    top: 3px;
    left: -30px;
    width: 3px;
    height: 20px;
    background:  var(--primary-color);
  }
  @media only screen and (max-width: 991px) {
    .widget-box .widget-title::before {
      left: -20px;
    }
  }

  .widget-title-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 20px;
  }
  .widget-title-area .widget-title {
    margin-bottom: 0;
  }

  .category-widget-box .category-list {
    margin-bottom: -15px;
  }
  .category-widget-box .category-list li {
    padding: 7px 0;
    border-radius: 5px;
    margin-bottom: 10px;
    font-weight: 500;
  }
  .category-widget-box .category-list li a {
    display: block;
    color: #ffffff;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .category-widget-box .category-list li a:hover {
    color:  var(--primary-color);
  }
  .category-widget-box .category-list li span {
    float: right;
  }

  .popular-widget-box {
    margin-bottom: -20px;
  }

  .single-popular-item {
    margin-bottom: 30px;
  }
  .single-popular-item .popular-item-thumb {
    width: 70px;
    height: 70px;
    border-radius: 5px;
    overflow: hidden;
  }
  .single-popular-item .popular-item-thumb a {
    display: block;
    height: 100%;
  }
  .single-popular-item .popular-item-thumb img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .single-popular-item .popular-item-content {
    width: calc(100% - 90px);
    padding-left: 20px;
  }
  .single-popular-item .popular-item-content .title {
    margin-bottom: 0;
  }
  .single-popular-item .popular-item-content .title a {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .single-popular-item .popular-item-content .title a:hover {
    color:  var(--primary-color);
    text-decoration: underline;
  }
  .single-popular-item .popular-item-content .date {
    color: #ffffff;
    font-weight: 500;
    margin-bottom: 5px;
  }

  .tag-widget-box .tag-list {
    margin: -5px;
  }
  .tag-widget-box .tag-list li {
    display: inline-block;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 5px;
    font-weight: 500;
    padding: 5px 15px;
    margin: 5px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .tag-widget-box .tag-list li:hover {
    border: 1px solid  var(--primary-color);
    color:  var(--primary-color);
  }
  .chat-container .media .media-body p {
      white-space: pre-wrap;
  }
  /*-------------------------------------------------
      [ ## cookie block ]
  */
  .cookie-main-wrapper {
      background-color: rgb(31, 41, 55);
      padding: 20px 30px;
      border-radius: 20px;
      position: fixed;
      bottom: -300px;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
      width: 80%;
      z-index: 999;
      -webkit-transition: all 0.3s;
      transition: all 0.3s;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
    }
    @media only screen and (max-width: 767px) {
      .cookie-main-wrapper {
        display: block;
        width: 90%;
      }
    }
    .cookie-main-wrapper .cookie-content {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      width: 70%;
    }
    @media only screen and (max-width: 767px) {
      .cookie-main-wrapper .cookie-content {
        width: unset;
      }
    }
    @media only screen and (max-width: 575px) {
      .cookie-main-wrapper .cookie-content {
        width: 100%;
        display: block;
      }
    }
    .cookie-main-wrapper .cookie-content svg {
      width: 40px;
      height: auto;
      fill: rgb(125, 211, 252);
      margin-right: 15px;
    }
    @media only screen and (max-width: 575px) {
      .cookie-main-wrapper .cookie-content svg {
        margin-right: 0;
        margin-bottom: 10px;
      }
    }
    .cookie-main-wrapper .cookie-content p {
      width: calc(100% - 40px);
      color: rgb(255, 255, 255);
      margin: 0;
      font-family: "Inter", sans-serif;
      font-size: 14px;
    }
    .cookie-main-wrapper .cookie-content p a {
      text-underline-offset: 2px;
      text-decoration-style: dotted;
      text-decoration-line: underline;
    }
    @media only screen and (max-width: 575px) {
      .cookie-main-wrapper .cookie-content p {
        width: 100%;
        display: block;
      }
    }
    @media only screen and (max-width: 767px) {
      .cookie-main-wrapper .cookie-btn-area {
        margin-top: 20px;
      }
    }
    .cookie-main-wrapper .cookie-btn-area button, .cookie-main-wrapper .cookie-btn-area input[type=button], .cookie-main-wrapper .cookie-btn-area input[type=reset], .cookie-main-wrapper .cookie-btn-area input[type=submit] {
      color: rgb(255, 255, 255);
      padding: 0.5rem 0.75rem;
      background-color: rgb(55, 65, 81);
      border-radius: 0.5rem;
      -webkit-transition: all 0.3s;
      transition: all 0.3s;
    }
    .cookie-main-wrapper .cookie-btn-area button:hover, .cookie-main-wrapper .cookie-btn-area input[type=button]:hover, .cookie-main-wrapper .cookie-btn-area input[type=reset]:hover, .cookie-main-wrapper .cookie-btn-area input[type=submit]:hover {
      background-color: rgba(75, 85, 99, 0.8);
    }
    /*-------------------------------------------------
        [ ## cookie block end ]
    */
    .body-wrapper .card-body .qr-code-thumb{
      max-width: 200px;
      height: auto;
      padding: 15px;
      background: #fff;
      border-radius: 8px;
      margin: 0 auto;
  }
  .custom-table tbody tr td .user-list li img {
      width: 32px;
      height: 32px;
      object-fit: cover;
      border-radius: 50%;
      border: 2px solid #ffffff;
      -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
      box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
  }
  input[type=number]::-webkit-inner-spin-button,
  input[type=number]::-webkit-outer-spin-button {
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      margin: 0;
  }

  .ck-editor__editable[role="textbox"] {
      min-height: 200px;
  }
  .plan .fileholder{
      min-width: 491px !important;
      min-height: 69px !important;
  }
  .body-wrapper .custom-table .toggle-container .switch-toggles{
      width: 130px;
   }




  /*-------------------------------------------------
      [ ## Start RTL ]
  -------------------------------------------------*/
  body.rtl{
      direction: rtl;
  }
  body.rtl .header-bottom-area .navbar-collapse .main-menu li {
      padding-right: 0 !important;
      padding-left: 45px;
  }
  body.rtl .header-bottom-area .navbar-collapse .main-menu li:last-child {
      padding-left: 0;
  }
  @media only screen and (max-width: 1199px) {
      body.rtl .header-bottom-area .navbar-collapse .main-menu li {
          padding-left: 25px;
      }
  }
  @media only screen and (max-width: 991px) {
      body.rtl .header-bottom-area .navbar-collapse .main-menu li {
          padding-left: 0;
      }
  }
  body.rtl .navbar-toggler.ms-auto{
      margin-left: unset !important;
      margin-right: auto !important;
  }
  body.rtl .header-action svg {
      margin-right: 0;
      margin-left: 4px;
  }
  body.rtl .security-item{
      text-align: unset;
  }
  body.rtl .how-it-works-content {
      padding-left: 0;
      padding-right: 30px;
  }
  body.rtl .how-it-works-item::before {
      left: unset;
      right: 24px;
      border-left: none;
      border-right: 2px dashed var(--primary-color);
  }
  body.rtl .app-content .app-btn-wrapper .app-btn .icon {
      margin-left: 0;
      margin-right: auto;
  }
  body.rtl .plan-body .plan-list li {
      padding-left: 0;
      padding-right: 35px;
  }
  body.rtl .plan-body .plan-list li::before {
      left: unset;
      right: 0;
  }
  body.rtl .plan-header{
      text-align: unset;
  }
  body.rtl .footer-top-area .footer-list li a {
      padding-left: 0;
      padding-right: 30px;
  }
  body.rtl .footer-top-area .footer-list li a::before {
      left: unset;
      right: 0;
  }
  body.rtl .category-widget-box .category-list li span {
      float: left;
  }
  body.rtl .single-popular-item .popular-item-content {
      padding-left: 0;
      padding-right: 20px;
  }
  body.rtl .blog-item .blog-content .blog-user-wrapper .blog-user-content {
      padding-left: 0;
      padding-right: 20px;
  }
  body.rtl .contact-form-area {
      margin-right: 0;
      margin-left: 40px;
  }
  body.rtl .contact-widget-item-wrapper .contact-widget-item .contact-widget-content {
      padding-left: 0;
      padding-right: 10px;
  }
  body.rtl .account-logo{
      text-align: unset;
  }
  body.rtl .account-form .col-lg-12.text-center{
      text-align: unset !important;
  }
  body.rtl .custom-check-group label::before {
      margin-right: 0;
      margin-left: 8px;
  }
  body.rtl .show_hide_password input {
      padding-right: 25px;
      padding-left: 50px;
  }
  body.rtl .show_hide_password .show-pass {
      right: unset;
      left: 30px;
  }
  body.rtl .footer-top-area .subscribe-form input {
      padding-right: 25px;
      padding-left: 80px;
  }
  body.rtl .footer-top-area .subscribe-form .subscribe-btn {
      right: unset;
      left: 7px;
  }
  body.rtl .dashboard-title-part .left .icon {
      margin-right: 0;
      margin-left: 10px;
  }
  body.rtl .dashbord-item{
      text-align: unset;
  }
  body.rtl .sidebar-menu .sidebar-menu-item a .menu-icon {
      margin-right: 0;
      margin-left: 10px;
  }
  body.rtl .sidebar {
      left: unset;
      right: 0;
  }
  @media only screen and (max-width: 1199px) {
      body.rtl .sidebar {
          left: unset;
          right: -300px;
      }
      body.rtl .sidebar.active {
          width: 250px;
          right: 0;
      }
  }
  body.rtl .body-wrapper {
      padding-right: 270px;
      padding-left: 20px;
  }
  @media only screen and (max-width: 1199px) {
      body.rtl .body-wrapper {
          padding-right: 20px;
      }
  }
  body.rtl .navbar-wrapper {
      margin-left: 0;
      margin-right: 250px;
  }
  @media only screen and (max-width: 1199px) {
      body.rtl .navbar-wrapper {
          margin-right: 0;
      }
  }
  body.rtl .body-wrapper.active {
      padding-left: 0;
      padding-right: 85px;
  }
  body.rtl .navbar-wrapper.active {
      margin-left: 0;
      margin-right: 60px;
  }
  body.rtl .notification-wrapper {
      right: unset;
      left: 0;
      text-align: right;
      transform-origin: top right;
  }
  body.rtl .preview-list-user-wrapper .preview-list-user-content {
      padding-left: 0;
      padding-right: 20px;
  }
  body.rtl .custom-table tbody tr td:last-child {
      text-align: left;
  }
  body.rtl .custom-table thead tr th:last-child {
      text-align: left;
  }
  body.rtl .dashboard-list-user-wrapper .dashboard-list-user-content {
      padding-left: 0;
      padding-right: 20px;
  }
  body.rtl .dashboard-list-right {
      text-align: left;
  }
  body.rtl .profile-thumb-content .profile-thumb {
      margin-right: 0;
      margin-left: 40px;
  }
  body.rtl .support-profile-wrapper .support-profile-list li span, .support-profile-wrapper .support-profile-list li p {
      float: left;
  }
  body.rtl .card-header-user-area .card-header-user-content {
      padding-left: 0;
      padding-right: 15px;
  }
  body.rtl .chat-container .media.media-chat-reverse {
      margin-left: 0;
      margin-right: auto;
  }
  body.rtl .chat-container .media.media-chat-reverse .media-body p::before {
      left: -10px;
      right: auto;
      clip-path: polygon(100% 0, 0 50%, 100% 100%);
  }
  body.rtl .chat-container .media .media-body p::before {
      left: 0;
      right: -10px;
      clip-path: polygon(100% 50%, 0 0, 0 100%);
  }
  body.rtl .header-action .language-selector {
    margin-right: 0;
    margin-left: 15px;
    padding-right: 0;
    padding-left: 15px;
    border-right: none;
    border-left: 1px solid #ffffff80;
}
  /*-------------------------------------------------
      [ ## End RTL ]
  -------------------------------------------------*/



  .white-popup {
      background: var(--secondary-color) !important;
  }
  .white-popup .card {
      background-color: var(--secondary-color) !important;
      border: none;
      border-radius: 0;
  }
  .mfp-close-btn-in .mfp-close {
      color: #ffffff;
  }
input[type="file"]{
    line-height: 22px;
}
.dash-payment-item-wrapper{
    margin-top: 30px;
}
.dash-payment-title-area{
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
.dash-payment-title-area .title{
    margin-bottom: 0;
}
.dash-payment-badge
{
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--primary-color);
    color: #ffffff;
    border-radius: 50%;
    font-size: 12px;
    font-weight: 500;
    margin-right: 10px;
}
