/* 
* Google Fonts
* BASIC STYLE
  - General Style    
  - Headings Style    
  - Button Style    
  - Form Style   
* HEADER
* CONTANT
  - Banner Section
  - Work Section
  - Feature Section
  - Timeline Section
  - Team Section
  - Token Sale Section
  - Blog Section
  - Ico Apps
  - FAQ Section
  - Home Tow Page
  - About Page
  - Blog List Page
  - Blog Detail Page
  - Team Page
  - Feature Page
  - Roadmap Page
  - Contact Page
  - Token Sale Page
* FOOTER
*/

/*_______________________________________________________
// BASIC STYLE  //----------------------------
_______________________________________________________*/
/*---------- General Style ------------*/


* {
    box-sizing: border-box;
}
body,
html {
    height: 100%;
    margin: 0;
    padding: 0;
}
body {
    line-height: var(--theme-line-height);
    font-size: var(--theme-font-size);
    font-family: var(--theme-font-family);
    font-weight: var(--theme-font-weight);
    letter-spacing: 0px;
    color: var(--theme-text-color);    
}
img {
    height: auto;
    max-width: 100%;
}
a,
a:focus,
button:focus {
    outline: none !important;
    text-decoration: none;
    /*box-shadow: unset !important;*/
}
/*a:hover {
    text-decoration: none;
}*/
ul,
ol,
li,
label,
span {
    list-style: none;
    padding: 0;
    margin: 0;
}
p {
    padding: 0;
    margin: 0;
}
input:focus {
    outline: unset;
    box-shadow: 0px 0px 10px 1px rgb(0, 0, 0, 0.5);
}
.transition,
.btn,
.form-control,
a,
input,
button {
    transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
}

input.btn:focus,button.btn:focus{
    box-shadow: unset !important;
}

a:hover{
    text-decoration: none !important;
}

.container {
    max-width: 1230px;
}

.position-u {
    position: unset;
}

.position-r {
    position: relative;
}

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

.flex-bottom {
    display: flex;
    align-items: flex-end;
}

.justify-center {
    justify-content: center;
    display: flex;
}

.sub-heading {
    text-transform: var(--heading5-text-transform);
    font-family: var(--heading5-font-family);
    padding-bottom: 3px;
}

.heading-title {
    font-size: var(--heading2-font-size); /* 40px; */
    font-weight: var(--heading2-font-weight); /* 600; */
    padding-bottom: 18px;
}

.heading-des {
    max-width: 580px;
    margin: 0 auto;
}

.heading-title-2 {
    font-size: var(--heading1-font-size);/* 45px; */
    font-weight: var(--heading1-font-weight);/*  600; */
}

.sub-heading-2 {
    font-size: var(--heading3-font-size); /* 30px */
    font-weight: var(--heading3-font-weight);/* 600; */
}

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

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

.clear {
    clear: both;
}

.top-scroll {
    position: fixed;
    visibility: hidden;
    border-radius: 5px;
    z-index: 999;
    opacity: 0;
    bottom: 15px;
    right: 15px;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 32px;
    font-size: 26px;
}

.top-scroll.fixed {
    visibility: visible;
    opacity: 1;
}

/*----- wp-css -----*/
.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a:hover {
    color: var(--theme-button-background) !important;
}

.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a:hover {
    color: var(--e-global-color-secondary) !important;
}

.demo-01-cryptcon-dark .elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a:hover{
    color: var(--theme-button-background) !important;
}

.elementor-tabs-content-wrapper>.elementor-tab-content {
    padding: 0px !important;
}

.elementor-widget-tabs .elementor-tab-desktop-title {
    padding: 0px 20px !important;
    transition: all 400ms ease;
}

.elementor-widget-tabs .elementor-tabs-wrapper {
    padding-bottom: 55px;
}

.elementor-widget-tabs .elementor-tab-desktop-title:before {
    content: "";
    position: absolute;
    bottom: -10px !important;
    left: 50%;
    transform: translate(-50%);
    width: 0;
    height: 2px !important;
    transition: all 400ms ease;
}

.elementor-widget-tabs .elementor-tab-desktop-title.elementor-active:before
{
    width: calc(100% - 60px) !important;
}

.elementor-section .elementor-container {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.elementor-accordion-item {
    margin-bottom: 20px;
    border-radius: 5px;
    overflow: hidden;
}



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



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

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

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

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

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



.pr-75 {
    padding-right: 75px;
}



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

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

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

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

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

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

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

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

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

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



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

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

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

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



/* - Headings Style   //---------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    font-family: var(--heading1-font-family), sans-serif;
    font-weight: var(--heading1-font-weight);/* 700 */
}
.page-template-default .entry-content h1,
.page-template-default .entry-content h2,
.page-template-default .entry-content h3,
.page-template-default .entry-content h4,
.page-template-default .entry-content h5,
.page-template-default .entry-content h6 {
    margin-bottom: 15px; padding-top: 10px;
}

.page-template-default .entry-content h1:first-child,
.page-template-default .entry-content h2:first-child,
.page-template-default .entry-content h3:first-child,
.page-template-default .entry-content h4:first-child,
.page-template-default .entry-content h5:first-child,
.page-template-default .entry-content h6:first-child {
    padding-top: 10px;
}
.page-template-default .entry-content p {
    margin-bottom: 25px;
}
.page-template-default .entry-content p:last-child {
    margin-bottom: 0px;
}
.page-template-default h2 {
    font-size: 40px !important;
    font-weight: 600;
}



/*----- Button Style -----*/

.demo-02-cryptcon-dark .btn,
.demo-03-cryptcon-light .btn {
    font-family: var(--button-font-family), sans-serif;
    font-weight: var(--button-font-weight);
    text-transform: var(--button-text-transform);
    letter-spacing: 1px;
    padding: 14px 22px;
    border-radius: 5px;
    position: relative;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
}

.demo-02-cryptcon-dark .btn:hover,
.demo-03-cryptcon-light .btn:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}

.demo-02-cryptcon-dark .btn:before,
.demo-03-cryptcon-light .btn:before {
    content: "";
    pointer-events: none;
    position: absolute;
    z-index: -1;
    top: 100%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 0;
    -webkit-transition-property: transform, opacity;
    transition-property: transform, opacity;
    transition: all 400ms ease;
}

.demo-02-cryptcon-dark .btn.btn-2,
.demo-03-cryptcon-light .btn.btn-2 {
    border-radius: 50px;
}

.demo-02-cryptcon-dark .btn:hover:before,
.demo-03-cryptcon-light .btn:hover:before {
    opacity: 1;
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
}

.owl-dots {
    padding-top: 50px;
    text-align: center;
}

.owl-dot {
    width: 12px;
    height: 12px;
    margin: 0px 5px;
    border-radius: 100%;
}

.modal-dialog button.close {
    padding: 0 !important;
    background: transparent !important;
    border: unset !important;
    top: -25px;
    font-size: 26px !important;
    font-weight: 200;
}



/*----- Form Style -----*/

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

.form-control {
    border-radius: 5px;
    border: 0;
    height: unset;
    padding: 13px 30px;
}

textarea.form-control {
    min-height: 170px;
    max-height: 170px;
}

.form-control:focus {
    outline: none;
    box-shadow: 0px 0px 10px 1px rgb(58, 7, 152, .95);
}



/* preloader */

#preloader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background-size: 80px;
}



/*----- Header -----*/

header {
   /* padding: 40px 0px;*/
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 999;
}

.logo img:hover {
    opacity: 0.5;
}

.menu {
    display: flex;
    /* align-items: center; */
    justify-content: flex-end;
}

.menu ul li {
    display: inline-block;
    /* padding: 0px 26px; */
    position: relative;
}

.menu ul li a {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 16px;
    position: relative;
    padding: 10px 0px 30px 0px;
}

.signin {
    margin-left: 30px;
}

.signin .btn {
    padding: 9px 30px;
}

.menu>ul>li>a:before {
    content: "";
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 0;
    height: 2px;
    transition: all 400ms ease;
}

.opener {
    display: none;
    position: absolute;
    top: 20px;
    right: 5px;
    width: 18px;
    height: 18px;
    transform: translateY(-50%);
    z-index: 1;
}

.opener:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 5px;
    width: 16px;
    height: 2px;
    transform: translateY(-50%);
}

.opener:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 12px;
    width: 2px;
    height: 16px;
    transform: translateY(-50%);
    transition: all 400ms ease;
}

.menu-toggle {
    display: none;
    width: 26px;
    height: 18px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

.menu-toggle span,
.menu-toggle span:before,
.menu-toggle span:after {
    position: absolute;
    left: 50%;
    width: 100%;
    height: 2px;
    content: "";
    transition: all 400ms ease;
}

.menu-toggle span {
    top: 50%;
    transform: translate(-50%, -50%);
}

.menu-toggle span:before {
    top: -8px;
    transform: translate(-50%);
}

.menu-toggle span:after {
    top: 8px;
    transform: translate(-50%);
}

.menu-toggle.active span:before {
    top: 0px;
    transform: translate(-50%) rotate(-45deg)
}

.menu-toggle.active span:after {
    top: 0px;
    transform: translate(-50%) rotate(45deg);
}

.opener.active:after {
    transform: rotate(90deg);
    top: 1px;
}

/*_______________________________________________________

// Home Page Style  //----------------------------

_______________________________________________________*/

/*----- Home Banner -----*/

.home-banner {
    padding: 220px 0px 140px 0px;
    overflow: hidden;
    background: url(../images/banner-bg.svg) no-repeat center / cover;
    background-attachment: fixed;
}

.banner-heading {
    font-size: 50px;
    padding-bottom: 10px;
}

.banner-des {
    font-size: 16px;
    margin-bottom: 30px;
}

.banner-img {
    animation: MoveUpDown 2s linear infinite;
}

@keyframes MoveUpDown {
    0% {
        position: relative;
        top: 0;
    }

    50% {
        position: relative;
        top: 10px;
    }

    100% {
        position: relative;
        top: 0;
    }
}

/*----- Home Banner End -----*/



/*----- Work Section -----*/

.work-part {
    overflow: hidden;
}

.work-process-title {
    font-size: var(--heading3-font-size);/* 30px; */
    max-width: 500px;
    font-weight: var(--heading3-font-weight);/* 600; */
}

.work-des {
    max-width: 480px;
}

ul.check-list {
    max-width: 500px;
}

ul.check-list li {
    padding-bottom: 12px;
    display: inline-block;
    width: 100%;
}

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

ul.check-list li span {
    width: 18px;
    height: 18px;
    line-height: 18px;
    border-radius: 100%;
    display: block;
    text-align: center;
    float: left;
    position: relative;
    top: 4px;
}

ul.check-list li p {
    padding-left: 10px;
    width: calc(100% - 18px);
    float: left;
}

.work-box-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    animation: ripple 5s infinite;
    transition: all 400ms ease;
    display: flex;
    align-items: center !important;
    justify-content: center !important;
}

.rotate-image {
    /*z-index: 2;*/
    margin-bottom: 0 !important;

    /*justify-content: center !important;
    align-items: center !important;*/
    text-align: center;
}

.work-box img {
    position: relative;
}

.rotate-image img {
    animation: rotation 15s infinite linear;
    -webkit-animation: rotation 15s infinite linear;
   display: inline-block;
}

@keyframes ripple {
    0% {
        transform: scale(0.8);
    }

    50% {
        transform: scale(1.2);
    }

    100% {
        transform: scale(0.8);
    }
}

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

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

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

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

/*----- Work Section End -----*/



/*----- Feature Section -----*/

.bg-pattern {
    background: url(../images/wave.png);
    background-position: center 200px;
    background-repeat: no-repeat;
}

.feature-box {
    max-width: 300px;
}

.feature-icon img {
    transition: all 400ms ease;
}

.feature-box:hover .feature-icon img {
    opacity: 0.5;
}

.feature-title {
    font-size: var(--heading4-font-size);/* 24px; */
    font-weight: var(--heading4-font-weight);/* 600; */
}

/*----- Feature Section End -----*/



/*----- Timeline Section -----*/

.main-roadmap {
    overflow: hidden;
}

.main-roadmap .owl-carousel .owl-stage-outer {
    overflow: unset;
}

.h-border {
    border-bottom: 3px dashed;
    margin-top: 175px;
}

.date-title {
    font-size: 18px;
    font-weight: 700;
    position: absolute;
    top: -60px;
    width: 100%;
    left: 0;
}

.small-round {
    width: 38px;
    height: 38px;
    border: 2px solid;
    border-radius: 100%;
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translate(-50%);
    z-index: 1;
}

.small-round span {
    width: 24px;
    height: 24px;
    border-radius: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.v-row {
    border-left: 3px dashed;
    height: 96px;
    position: relative;
    left: 50%;
    margin-left: -1px;
}

.v-row:before {
    content: "";
    width: 15px;
    height: 15px;
    border-radius: 100%;
    position: absolute;
    bottom: -15px;
    left: -9px;
}

.roadmap-detail-box {
    max-width: 250px;
    margin: 0 auto;
    padding-top: 25px;
    width: 100%;
}

.roadmap-slider .owl-item:nth-child(2n+0) .date-title {
    top: 35px;
}

.roadmap-slider .owl-item:nth-child(2n+0) .v-row {
    top: -110px;
    position: absolute;
}

.roadmap-slider .owl-item:nth-child(2n+0) .v-row:before {
    top: -5px;
}

.roadmap-slider .owl-item:nth-child(2n+0) .roadmap-detail-box {
    position: absolute;
    bottom: 130px;
    left: 50%;
    transform: translate(-50%);
    ;
}

/*----- Timeline Section End -----*/



/*----- Team Section -----*/

.team-part {
    overflow: hidden;
}

.team-img {
    width: 156px;
    height: 156px;
    border-radius: 100%;
    overflow: hidden;
    border: 5px solid;
    float: left;
    transition: all 400ms ease;
}

.team-des {
    width: calc(100% - 156px);
    float: left;
    padding-left: 20px;
}

.member-name {
    font-size: 20px;
    padding-bottom: 5px;
}

.team-box ul li {
    display: inline-block;
    padding: 0px 15px;
    font-family: FontAwesome;
}

.team-box ul li:first-child {
    padding-left: 0;
}

.team-box ul li:last-child {
    padding-right: 0;
}

.team-part {
    overflow: hidden;
}

/*----- Team Section End -----*/



/*----- Token Sale Section -----*/

.token-sale {
    background: url(../images/tokensale.svg) no-repeat;
    background-attachment: fixed;
}

.token-graphic-detail ul li {
    position: relative;
    padding: 5px 0px;
    padding-left: 40px;
}

.token-graphic-detail ul li:before {
    content: "";
    position: absolute;
    top: 4px;
    left: 0;
    width: 27px;
    height: 27px;
    border-radius: 100%
}

.token-graph {
    max-width: 400px;
    position: relative;
    margin: 0 auto;
}

.token-graph-right {
    width: 400px;
    height: 400px;
    float: right;
}

.graph-logo {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

/*----- Token Sale Section End -----*/



/*----- Blog Section -----*/

.blog-img {
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 15px;
    position: relative;
}

.blog-img a:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all 400ms ease;
    z-index: 1;
    opacity: 0;
}

.blog-box:hover .blog-img a:before {
    opacity: 1;
}

.blog-img img {
    transition: all 400ms ease;
}

.demo-03-cryptcon-light .blog-box:hover .blog-img img,
.demo-02-cryptcon-dark  .blog-box:hover .blog-img img{
    transform: scale(1.1);
}

.blog-title {
    font-size: 18px;
    font-weight: 700;
}

.blog-date {
    padding-top: 3px;
    padding-bottom: 5px;
}

.blog-date li {
    display: inline-block;
    padding: 0px 15px;
    position: relative;
}

.blog-date li:first-child {
    padding-left: 0;
}

.blog-date li:before {
    content: "";
    position: absolute;
    top: 8px;
    right: 0;
    width: 2px;
    height: 10px;
}

.blog-date li:last-child:before {
    width: 0;
}

.demo-03-cryptcon-light .blog-date, .demo-03-cryptcon-light .blog-date .author a {
    color: var(--theme-button-background);
}
.demo-03-cryptcon-light .blog-date .author a:hover {
    color: var(--e-global-color-secondary);
}
.demo-03-cryptcon-light .blog-list-main .blog-list-box .read-more:hover {
    color: #111111 !important;
}

.blog-des {
    padding-bottom: 8px;
}

.read-more {
    text-decoration: underline;
}

.read-more:hover {
    text-decoration: underline;
}

/*----- Blog Section End -----*/



/*----- Ico Apps Section -----*/

.ico-apps {
    background: url(../images/ico-apps-bg.svg) no-repeat;
    background-attachment: fixed;
    overflow: hidden;
}

/*----- Ico Apps Section End -----*/



/*----- FAQ Section -----*/

.faq-part {
    padding-bottom: 30px;
}

.Frequently-tabs {
    display: block;
    text-align: center;
    border: 0;
}

.Frequently-tabs li {
    padding: 0px 20px;
    display: inline-block;
}

.Frequently-tabs li:first-child {
    padding-left: 0;
}

.Frequently-tabs li:last-child {
    padding-right: 0;
}

.Frequently-tabs li a {
    font-size: 16px;
    text-transform: uppercase;
    position: relative;
    display: block;
}

.Frequently-tabs li a:before {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translate(-50%);
    width: 0;
    height: 2px;
    transition: all 400ms ease;
}

.Frequently-tabs li a.active:before {
    width: 80%;
}

.faq-tab {
    max-width: 540px;
}

.qus-title {
    font-size: 20px;
    font-family: var(--theme-font-family), sans-serif;
    font-weight: 700;
}

/*----- FAQ Section End -----*/



/*_______________________________________________________

// Home Page Tow Style  //----------------------------

_______________________________________________________*/

/*----- Home Banner -----*/

.home-banner-2 {
    overflow: hidden;
}
body:not(.elementor-editor-active) .eae-particle-wrapper .particles-js-canvas-el {
    z-index: 1;
}

.home-banner-2 {
    padding-top: 84px;
}
.banner-img img {
    margin: 0 auto;
}

.banner-heading-tow {
    font-size: var(--heading1-font-size);/* 45px; */
    text-transform: var(--heading1-text-transform);/* uppercase; */
    margin-bottom: 15px;
}

.home-banner-2 .banner-des {
    margin-bottom: 0;
}

.coin-counter-bg {
    max-width: 492px;
}

.counter-main-box .elementor-inner-section>.elementor-container {
    justify-content: flex-end;
}

.coin-counter {
    border-radius: 40px;
    padding: 40px;
    text-align: center;
    max-width: 492px;
    float: right;
}

.coin-start {
    font-size: 20px;
    font-family: var('--heading5-font-family'), sans-serif;
    padding-bottom: 20px;
}

.coin-head {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 25px;
}

.coins-counter-loop {
    text-align: center;
}

.coins-counter-loop li {
    display: inline-block;
    padding: 0px 17px;
    position: relative;
}

.coins-counter-loop li:first-child {
    padding-left: 0;
}

.coins-counter-loop li:last-child {
    padding-right: 0;
}

.coins-counter-loop li:before,
.coins-counter-loop li:after {
    content: "";
    position: absolute;
    right: -4px;
    width: 5px;
    height: 5px;
}

.coins-counter-loop li:before {
    top: 29px;
}

.coins-counter-loop li:after {
    top: 41px;
}

.coins-counter-loop li:last-child:before,
.coins-counter-loop li:last-child:after {
    content: unset;
}

.coins-counter-loop li span {
    width: 75px;
    height: 75px;
    line-height: 75px;
    font-size: 35px;
    font-weight: 700;
    font-family: var(--heading2-font-family), sans-serif;
    display: block;
    border-radius: 5px;
}

.coins-counter-loop li .coin-day {
    font-family: var(--heading5-font-family), sans-serif;
    text-transform: var(--heading5-text-transform);
    padding-top: 8px;
    display: block;
}

.coin-slide-text {
    text-align: left;
    font-weight: 700;
}

.coin-max {
    float: right;
}

.coins-progress {
    width: 100%;
    height: 18px;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    margin-bottom: 50px;
}

.coins-progress span {
    height: 100%;
    display: block;
    width: 0;
    position: absolute;
    font-size: 0;
    border-radius: 50px;
}

/*----- Home Banner End -----*/



/*----- About Section -----*/

.about-part {
    overflow: hidden;
}

/*----- About Section End -----*/



/*----- Feature tow -----*/

.feature-box-2 {
    position: relative;
    height: 100%;
}

.feature-box-2 .frontend,
.feature-box-2 .backend {
    padding: 35px;
    height: 100%;
}

.feature-box-2 .frontend {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    transform: rotateY(0deg);
}

.feature-icon-2 {
    width: 40px;
    float: left;
}

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

.feature-title-2 {
    font-size: var(--heading4-font-size);/* 24px; */
    font-weight: var(--heading4-font-weight) !important;/* 600; */
    padding-bottom: 10px;
}
.trending-news-title {
    display: -webkit-box !important;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.feature-part-2 .backend {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
    display: flex;
    align-items: center;
}
.feature-part-2 .backend > * {
    width: 100%;
}

.feature-box-2 .frontend,
.feature-box-2 .backend {
    z-index: 1;
    border-radius: inherit;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: inherit;
    perspective: inherit;
    -webkit-transition: transform 0.8s cubic-bezier(0.5, 0.2, 0.2, 0.8);
    -moz-transition: transform 0.8s cubic-bezier(0.5, 0.2, 0.2, 0.8);
    transition: transform 0.8s cubic-bezier(0.5, 0.2, 0.2, 0.8);
}

.feature-box-2:hover .backend {
    -webkit-transform: rotateY(0);
    -moz-transform: rotateY(0);
    -o-transform: rotateY(0);
    transform: rotateY(0);
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition: transform 1.5s cubic-bezier(0.3, 1, 0.6, 1);
    -moz-transition: transform 1.5s cubic-bezier(0.3, 1, 0.6, 1);
    transition: transform 1.5s cubic-bezier(0.3, 1, 0.6, 1);
}

.feature-box-2:hover .frontend {
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition: transform 1.5s cubic-bezier(0.3, 1, 0.6, 1);
    -moz-transition: transform 1.5s cubic-bezier(0.3, 1, 0.6, 1);
    transition: transform 1.5s cubic-bezier(0.3, 1, 0.6, 1);
}

.height-100 .elementor-widget-container {
    height: 100%;
}

.height-100 .elementor-element {
    height: 100%;
}

/*----- Feature tow End -----*/



/*----- Roadmap Section -----*/

.roadmap-part .heading-des {
    max-width: 740px;
}

.roadmap-part .main-roadmap {
    margin-top: 80px;
}

.roadmap-part .date-title {
    position: unset;
    font-size: 16px;
    text-transform: uppercase;
    padding-bottom: 5px;
}

.roadmap-part .v-row:before {
    content: unset;
}

.roadmap-part .small-round {
    width: 20px;
    height: 20px;
    top: -11px;
}

.roadmap-part .small-round span {
    width: 8px;
    height: 8px;
}

.roadmap-part .v-row {
    border-left: 1px solid;
    height: 50px;
    top: 22px;
}

.roadmap-part .h-border {
    border-bottom: 2px solid;
    margin-top: 20px;
}

.roadmap-part .roadmap-slider .owl-item:nth-child(2n+0) .roadmap-detail-box {
    position: unset;
    transform: unset;
}

.roadmap-part .roadmap-slider .owl-item:nth-child(2n+0) .v-row {
    position: relative;
    top: 22px;
}

/*----- Roadmap Section End -----*/



/*----- Team tow Section -----*/

.team-slide-box {
    padding: 0px 15px;
}

.team-box-2 {
    border-radius: 5px;
    overflow: hidden;
}

.team-member-name {
    text-align: center;
    padding: 25px 10px;
}

.team-member-name a {
    font-size: 20px;
    font-weight: 700;
}

.team-member-img {
    position: relative;
    overflow: hidden;
}

.team-member-img img {
    transition: all .35s;
    -webkit-transition: all .35s;
}

.team-box-2:hover .team-member-img img {
    opacity: .4;
}

.team-member-img:after {
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -101%, 0);
    transition: all .6s;
    -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -101%, 0);
    -webkit-transition: all .6s
}

.team-box-2:hover .team-member-img:after {
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 101%, 0);
    -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 101%, 0)
}

.team-member-img:after {
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    width: 100%;
    content: "";
}

/*----- Team tow Section End -----*/



/*----- Token Sale tow Section -----*/

.token-sale-2 {
    overflow: hidden;
}

.token-sale-2 .heading-des {
    max-width: 740px;
}

.token-sale-2 .token-graphic-detail {
    padding-left: 50px;
}

.token-sale-2 .token-graphic-detail ul li {
    font-size: 16px;
}

.token-sale-2 .token-graphic-detail ul li:before {
    top: 7px;
    width: 21px;
    height: 21px;
}

.list-content-between .elementor-icon-list-item .elementor-icon-list-text {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.list-content-between .elementor-icon-list-item {
    padding: 5px 0px !important;
}

/*----- Token Sale tow Section End -----*/



.ico-apps-2 {
    overflow: hidden;
}
.blog-des-box p {
    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 8px;
    padding-bottom: 0px;
}
.blog-date li .byline {
    text-transform: capitalize;
}



/*----- FAQ tow Section -----*/

.faq-part-2 {
    overflow: hidden;
}

.faq-part-2 .heading-des {
    max-width: 740px;
}

.faq-part-2 .Frequently-tabs li a,
.tabs-title-button .elementor-tab-title {
    padding: 13px 26px;
    border-radius: 5px;
}
.demo-02-cryptcon-dark .tabs-title-button .elementor-tab-content,
.demo-03-cryptcon-light .tabs-title-button .elementor-tab-content{
    padding-top: 0 !important;
}

.faq-part-2 .Frequently-tabs li {
    padding: 0px 10px;
}
.contact-icon .elementor-icon-list-text:hover {
    color: #da4bfd;
}

.faq-part-2 .Frequently-tabs li a:before,
.tabs-title-button .elementor-tab-title:before {
    content: unset !important;
}

.faq-part-2 .faq-tab {
    padding: 45px 40px;
    border-radius: 5px;
    max-width: unset;
}

.faq-part-2 .qus-title {
    font-size: 18px;
    font-weight: 400;
}

.accordion-faq-title {
    font-size: 18px;
    border-radius: 5px;
    padding: 10px 40px;
    display: block;
    position: relative;
    white-space: nowrap;

    overflow: hidden;
    text-overflow: ellipsis;
}

.accordion-faq-title.active {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.accordion-faq-title:before,
.accordion-faq-title:after {
    content: "";
    position: absolute;
    top: 15px;
    right: 40px;
    width: 2px;
    height: 15px;
    transition: all 400ms ease;
}

.accordion-faq-title:after {
    width: 16px;
    height: 2px;
    right: 33px;
    top: 21px;
}

.accordion-faq-title.active:before {
    transform: rotate(-90deg);
    top: 15px;
}

.accordion-faq-content {
    display: none;
    padding: 10px 40px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    padding-top: 0;
}

/*----- FAQ tow Section End -----*/



/*_______________________________________________________

// About Page Style  //----------------------------

_______________________________________________________*/

.sub-page-banner {
    padding-top: 180px;
    padding-bottom: 90px;
    background: url(../images/sub-page-banner.svg);
    background-attachment: fixed;
    background-repeat: no-repeat;
}

.demo-03-cryptcon-light .sub-page-banner {
    padding-top: 180px;
    padding-bottom: 90px;
    background: url(../images/sub-page-banner-light.svg);
    background-attachment: fixed;
    background-repeat: no-repeat;
}

.sub-banner-title {
    font-size: 50px;
    font-weight: 600 !important;
    padding-bottom: 10px;
}

.sub-page-banner ul li {
    font-size: 16px;
    position: relative;
    display: inline-block;
    font-weight: 700;
    text-transform: uppercase;
    padding: 0px 30px;
}

.sub-page-banner ul li:before {
    content: "";
    position: absolute;
    top: 6px;
    right: -2px;
    width: 2px;
    height: 15px;
    transform: rotate(20deg);
}

.sub-page-banner ul li:last-child:before {
    content: unset;
}

.elementor-widget-playVideo .work-box img {
    border-radius: 5px;   
}

.video-play {
    height: 500px;
    max-width: 900px !important;
}
.elementor-widget .elementor-icon-list-item {
    align-items: flex-start !important;
}
.elementor-widget .elementor-icon-list-icon {
    position: relative;
    top: 3px;
}

button.close {
    position: absolute;
    right: 0px;
    top: -35px;
    opacity: 1;
    font-size: 30px;
    z-index: 2;
}

.play-icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.play-icon span {
    width: 97px;
    height: 97px;
    border-radius: 100%;
    line-height: 56px;
    border: 20px solid;
    font-size: 30px;
    padding-left: 6px;
    transition: all 400ms ease;
    text-align: center;
}

.modal-open .modal {
    z-index: 999999;
    background: rgba(30, 30, 30, 0.9);
}

.modal-backdrop.show {
    display: none;
}

.about-main {
    overflow: hidden;
}

/*_______________________________________________________

// Blog List Page Style  //----------------------------

_______________________________________________________*/

.blog-search {
    position: relative;
}

.blog-search input {
    width: 100%;
    background: transparent !important;
    border: 1px solid;
    padding: 14px 80px 12px 30px !important;
    border-radius: 5px;
}

.blog-search-btn {
    border: 0;
    position: absolute;
    top: 0;
    right: 0;
    padding: 13px 16px;
    font-size: 20px;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    border-radius: 5px 5px;
}

.blog-category h5,
.elementor-widget-wp-widget-tag_cloud h5,
.archives h5 {
    font-family: var(--heading5-font-family), sans-serif !important;
    text-transform: var(--heading5-text-transform);
    font-weight: var(--heading5-font-weight) !important;
    padding-bottom: 20px;
}

.trending-news h5 {
    font-family: var(--heading5-font-family), sans-serif !important;
    text-transform: var(--heading5-text-transform);
    font-weight: var(--heading5-font-weight) !important;
}

.blog-cat-title, .demo-03-cryptcon-light .widget .wp-block-heading {
    font-size: 20px;
    font-weight: var(--heading5-font-weight);
    text-transform: var(--heading5-text-transform);
    padding-bottom: 20px;
}

.demo-03-cryptcon-light .blog-cat-title, .demo-03-cryptcon-light .widget .wp-block-heading {
    font-size: 20px !important;
    font-weight: var(--heading5-font-weight) !important;
}
.demo-03-cryptcon-light .wp-block-archives-list {
    color: var(--theme-text-color);
}

.blog-category ul li, .blog-category ol li, .blog-sidebar-default .wp-block-categories li {
    padding: 5px 0px 5px 40px;
    position: relative;
}

.blog-category ul li:before, .blog-category ol li:before, .blog-sidebar-default .wp-block-categories li:before {
    content: "";
    position: absolute;
    top: 17px;
    left: 0px;
    width: 20px;
    height: 1px;
}

.blog-category ul li a {
    font-family: var(--heading5-font-family), sans-serif;
}

.trending-news-box {
    display: flex;
    align-items: center;
    width: 100%;
}

.trending-news-img {
    width: 90px;
    float: left;
    border-radius: 5px;
    overflow: hidden;
}

.trending-news-content {
    width: calc(100% - 90px);
    float: left;
    padding-left: 18px;
}

.trending-news-title {
    font-size: 14px;
    font-weight: 600;
    display: block;
}

.trending-news-date {
    font-size: 12px;
}

.trending-news-box:hover .trending-news-img img {
    transform: scale(1.1);
}

.tagcloud .tag-cloud-link {
    display: inline-block;
    margin: 0px 4px;
    margin-bottom: 10px;
    font-family: var(--heading5-font-family), sans-serif;
    padding: 5px 14px;
    border-radius: 5px;
    line-height: 24px;
    font-size: 14px !important;
}

.archives ul li {
    border-bottom: 1px solid;
}

.archives ul li a {
    font-family: var(--heading5-font-family), sans-serif;
    display: block;
    padding: 12px 15px;
    position: relative;
}

.archives ul li:first-child a {
    padding-top: 0;
}

.archives ul li a:before {
    content: "\f105";
    font-family: fontawesome;
    position: absolute;
    left: 0;
}

.blog-list-box {
    padding-bottom: 50px;
}

.blog-list-img {
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 40px;
}

.blog-list-title {
    font-size: 24px;
    font-family: var(--theme-font-family), sans-serif;
    padding-bottom: 10px;
    display: inline-block;
}

.blog-list-content ul li {
    display: inline-block;
    padding: 0px 20px;
    position: relative;
}

.blog-list-content ul li .byline,.blog-detail-content ul li{
    text-transform: capitalize;
}

.blog-list-content ul li:first-child {
    padding-left: 0;
}

.blog-list-content ul li:before {
    content: "";
    position: absolute;
    top: 50%;
    right: -3px;
    width: 2px;
    /*height: 10px;*/
    height: 60%;
    transform: translateY(-50%);
}

.demo-03-cryptcon-light .blog-list-content ul li:before {
    background: var(--theme-button-background);
}

.blog-list-content ul li:last-child:before {
    content: unset;
}

.blog-list-des {
    padding-bottom: 15px;
}

.blog-list-img img:hover {
    transform: scale(1.1);
}

.blog-list-pagination ul li {
    display: inline-block;
    padding: 0px 5px;
}

.blog-list-pagination ul li:first-child {
    padding-left: 0;
}

.blog-list-pagination ul li a {
    display: block;
    width: 45px;
    height: 45px;
    border-radius: 5px;
    text-align: center;
    line-height: 45px;
    font-size: 16px;
}
.blog-sidebar-default .widget_search input {
    width: 100%;
    background: transparent !important;
    border: 1px solid;
    padding: 14px 30px 12px 30px !important;
    border-color: var(--theme-button-background);
    color: var(--button-text-color);
    font-family: "Lato", Sans-serif;
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
}
.blog-sidebar-default .widget_search button {
    padding: 13px 22px 13px 22px;
    font-family: "Poppins", Sans-serif;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    font-style: normal;
    letter-spacing: 1px;
    background-color: var(--theme-button-background);
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: var(--theme-button-background);
}
.blog-sidebar-default .widget_search button:before {
    content: "\f002";
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-family: 'FontAwesome';
    font-size: 16px;
    font-weight: 600;
}
.blog-sidebar-default .widget_search button .search-icon {
    display: none;
}
.blog-sidebar-default .widget_search button:hover {
    background: var(--theme-secondary-color) !important;
    border: 1px solid var(--theme-button-background);
}

.demo-03-cryptcon-light .blog-sidebar-default .widget_search button:hover {
    border-color: #999999;
    background: #999999 !important;
    color: #dddddd;
}

.blog-sidebar-default .widget_search input::-webkit-input-placeholder {color: var(--input-placeholder);}
.blog-sidebar-default .widget_search input::-moz-placeholder {color: var(--input-placeholder);}
.blog-sidebar-default .widget_search input:-ms-input-placeholder {color: var(--input-placeholder);}
.blog-sidebar-default .widget_search input:-moz-placeholder {color: var(--input-placeholder);}

.demo-03-cryptcon-light .blog-sidebar-default .widget_search input::-webkit-input-placeholder,
.demo-03-cryptcon-light .blog-sidebar-default .widget_search input::-moz-placeholder,
.demo-03-cryptcon-light .blog-sidebar-default .widget_search input:-ms-input-placeholder,
.demo-03-cryptcon-light .blog-sidebar-default .widget_search input:-moz-placeholder { color: #999; }

.blog-sidebar-default .wp-block-latest-posts li .wp-block-latest-posts__featured-image {
    margin-right: 18px;
    width: 90px;
    border-radius: 5px;
    overflow: hidden;
}
.blog-sidebar-default .wp-block-latest-posts li .wp-block-latest-posts__featured-image a {
    display: block;
}
.blog-sidebar-default .wp-block-latest-posts li .wp-block-latest-posts__featured-image img {
    max-width: 100% !important;
    max-height: unset !important;
    transition: all 400ms ease;
}
.blog-sidebar-default .wp-block-latest-posts li:hover .wp-block-latest-posts__featured-image img {
    transform: scale(1.1);
}
.blog-sidebar-default .wp-block-latest-posts li .wp-block-latest-posts__post-title {
    font-size: 14px;
    font-weight: 600;
    display: -webkit-box !important;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 3px;
}

.blog-sidebar-default .wp-block-latest-posts li .wp-block-latest-posts__post-date {
    color: var(--theme-button-background);
    font-size: 12px;
}
.blog-sidebar-default .wp-block-latest-posts li {
    margin-bottom: 20px;
    display: inline-block;
    width: 100%;
}
.blog-sidebar-default .wp-block-tag-cloud {
    gap: unset;
}
.blog-sidebar-default .wp-block-tag-cloud .tag-cloud-link {
    background: var(--theme-secondary-color);
    color: var(--theme-button-background);
    display: inline-block;
    margin: 0px 4px;
    margin-bottom: 10px;
    font-family: var(--heading5-font-family), sans-serif;
    padding: 5px 14px;
    border-radius: 5px;
    line-height: 24px;
    font-size: 14px !important;
    border: unset;
    font-weight: 400 !important;
    transition: all 400ms ease;
}
.blog-sidebar-default .wp-block-tag-cloud .tag-cloud-link:hover {
    background: var(--theme-button-background);
    color: var(--button-text-color);
}

.demo-03-cryptcon-light .blog-sidebar-default .wp-block-tag-cloud .tag-cloud-link {
    background: var(--theme-button-background);
    color: var(--button-text-color);
}
.demo-03-cryptcon-light .blog-sidebar-default .wp-block-tag-cloud .tag-cloud-link:hover {
    background: #f2f8fe;
    color: #111111;
}

.blog-sidebar-default .wp-block-latest-posts li:last-child {
    margin-bottom: 0;
}
.blog-sidebar-default .wp-block-archives li {
    border-bottom: 1px solid;
    border-color: var(--theme-secondary-color);
}
.blog-sidebar-default .wp-block-archives li a {
    font-family: var(--heading5-font-family), sans-serif;
    display: block;
    padding: 12px 15px;
    position: relative;
}
.blog-sidebar-default .wp-block-archives li a:before {
    content: "\f105";
    font-family: fontawesome;
    position: absolute;
    left: 0;
}
.demo-03-cryptcon-light .blog-sidebar-default .wp-block-archives li a {
    color: #999999;
}
.demo-03-cryptcon-light .blog-sidebar-default .wp-block-archives li a:hover {
    color: var(--theme-button-background);
}
.blog-sidebar-default .wp-block-archives li:first-child a {
    padding-top: 0;
}
.blog-sidebar-default .widget_block:last-child {
    margin-bottom: 0;
}
.blog-list-content p:empty, .blog-des-box p:empty {
    display: none;
}

.blog-sidebar-default .blog-categories {
    padding: 25px 30px 25px 30px;
    background-color: var(--theme-secondary-color);
    border-radius: 5px 5px 5px 5px;
}
.blog-sidebar-default .blog-cat-title{
    font-size: 20px;
}
.demo-03-cryptcon-light .blog-sidebar-default .blog-categories {
    background: #16d5ff;
}
.demo-03-cryptcon-light .blog-categories .blog-cat-title, .demo-03-cryptcon-light .blog-categories .wp-block-heading {
    color: var(--button-text-color);
}
.demo-03-cryptcon-light .wp-block-categories-list  li:before {
    background: var(--button-text-color) !important;
}
.demo-03-cryptcon-light .wp-block-categories-list  li a {
    color: var(--button-text-color);
}
.demo-03-cryptcon-light .wp-block-categories-list  li a:hover {
    color: #111;
}

.tokensale-part .listtopie-item + .listtopie-item {
    display: none;
}
.comment-form .logged-in-as{margin-bottom: 20px;}


/*_______________________________________________________
// Blog Detail Page Style  //----------------------------
_______________________________________________________*/

.blog-detail-img {
    margin-bottom: 25px;
}

.blog-detail-content ul {
    padding-bottom: 15px;
}

.blog-detail-content ul li {
    display: inline-block;
    padding: 0px 20px;
    position: relative;
    font-size: 16px;
}

.blog-detail-content ul li:first-child {
    padding-left: 0;
}

.blog-detail-content ul li:before {
    content: "";
    position: absolute;
    top: 8px;
    right: 0;
    width: 2px;
    height: 10px;
}

.blog-detail-content ul li:last-child:before {
    content: unset;
}

body:not(.elementor-page) .blog-detail-content h2 {
    font-size: 28px !important;
    font-family: var(--theme-font-family), sans-serif !important;
    padding-bottom: 15px !important;
}

body:not(.elementor-page) .blog-detail-content p {
    padding-bottom: 25px;
}

.blog-detail-content blockquote {
    padding: 30px 40px;
    font-size: 16px;
    font-style: italic;
    border-left: 5px solid;
    border-radius: 5px;
    margin: 0;
    margin-bottom: 25px;
}

.blog-detail-tag span {
    font-size: 18px;
    font-weight: 700;
}

.blog-detail-tag ul {
    display: inline-block;
}

.blog-detail-tag .tag-label{
    padding-right: 20px;
}


.blog-detail-tag ul li {
    display: inline-block;
    padding-right: 8px;
}

.blog-detail-tag ul li:last-child {
    padding-right: 0;
}

.blog-detail-tag ul li a {
    display: block;
    padding: 8px 25px;
    border-radius: 5px;
}

.blog-detail-social span {
    font-size: 18px;
    font-weight: 700;
}

.blog-detail-social ul {
    display: inline-block;
    padding-left: 20px;
}

.blog-detail-social ul li {
    display: inline-block;
    padding-right: 8px;
}

.blog-detail-social ul li:last-child {
    padding-right: 0;
}

.blog-detail-social ul li a {
    display: block;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 5px;
}

.blog-detail-tag-social {
    border-bottom: 1px solid;
    padding-bottom: 50px;
    margin-bottom: 50px;
}

.blog-comment-heading {
    font-size: 28px;
    padding-bottom: 30px;
}

.blog-comment-box li {
    display: flex;
    width: 100%;
    position: relative;
    margin-bottom: 28px;
    align-items: center;
}

.comment-user {
    width: 90px;
    border-radius: 5px;
    overflow: hidden;
    float: left;
}

.blog-comment-content {
    width: calc(100% - 90px);
    float: left;
    padding-left: 25px;
}

.commenter {
    font-size: 18px !important;
    text-transform: capitalize;
}

.comment-reply-title {
    padding-bottom: 20px;
}

.comment-date {
    font-size: 12px;
    font-family: var(--heading5-font-family);/* 'Poppins', sans-serif; */
}

.comment-des {
    font-family: var(--theme-font-family);/* 'Poppins', sans-serif; */
}

.comment-reply-link {
    font-size: 12px;
    font-family: var(--heading5-font-family);/* 'Poppins', sans-serif; */
    display: inline-block;
    padding: 6px 19px;
    border-radius: 5px;
    position: absolute;
    top: 0;
    right: 0;
}

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

.comment-reply-link:after {
    content: "\f105";
    font-family: 'FontAwesome';
    padding-left: 7px;
}

.blog-comment-post-singel {
    border-bottom: 1px solid;
    padding-bottom: 20px;
    margin-bottom: 50px;
}



/*_______________________________________________________

// Team Page Style  //----------------------------

_______________________________________________________*/

.advisors .team-img {
    float: unset;
    margin: 0 auto;
    margin-bottom: 20px;
}

.advisors .team-des {
    width: 100%;
    float: unset;
    padding-left: 0;
}

.advisors .member-des {
    max-width: 350px;
    margin: auto;
}



/*_______________________________________________________

// Feature Page Style  //----------------------------

_______________________________________________________*/

.feature-main .work-box .btn {
    margin-bottom: 20px;
    margin-top: 20px;
}



/*_______________________________________________________

// Roadmap Page Style  //----------------------------

_______________________________________________________*/

.roadmap-main-graph {
    padding: 50px 0px;
}

.roadmap-chart {
    max-width: 958px;
    margin: 0 auto;
}

.roadmap-center-line {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%);
    border-right: 2px dashed;
    height: 100%;
}

.roadmap-center-line:before,
.roadmap-center-line:after {
    content: "";
    position: absolute;
    top: -15px;
    left: -7px;
    width: 15px;
    height: 15px;
    border-radius: 100%;
}

.roadmap-center-line:after {
    bottom: -15px;
    top: unset;
}

.roadmap-content-box {
    margin-bottom: 140px;
}

.roadmap-content-box:last-child {
    margin-bottom: 0;
}

.roadmap-main-content {
    max-width: 360px;
    position: relative;
    margin-left: 105px;
    float: right;
}

.roadmap-animated {
    padding: 25px 30px;
    border-radius: 5px;
}

.roadmap-date {
    font-size: 18px !important;
    font-family: var(--theme-font-family), sans-serif !important;/* 'Lato', sans-serif; */
    padding-bottom: 8px !important;
}

.roadmap-content-box:nth-child(2n + 0) .roadmap-main-content {
    margin-right: 105px;
    float: unset;
    margin-left: 0;
}

.roadmap-main-content:before {
    content: "";
    position: absolute;
    top: 50%;
    left: -120px;
    transform: translateY(-50%);
    width: 120px;
    border-bottom: 2px dashed;
}

.roadmap-small-round {
    position: absolute;
    top: 50%;
    left: -138px;
    transform: translateY(-50%);
    width: 38px;
    height: 38px;
    border: 2px solid;
    border-radius: 100%;
}

.roadmap-small-round:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 24px;
    height: 24px;
    border-radius: 100%;
}

.roadmap-content-box:nth-child(2n + 0) .roadmap-main-content:before {
    right: -120px;
    left: unset;
}
.blog-category ol li a, .blog-sidebar-default .wp-block-categories li a {
    font-family: var(--heading5-font-family), sans-serif;
}

.roadmap-content-box:nth-child(2n + 0) .roadmap-small-round {
    right: -138px;
    left: unset;
}

.roadmap-main .main-roadmap {
    display: none;
}

.roadmap-main .roadmap-detail-box {
    padding: 10px 15px;
    border-radius: 5px;
}

.roadmap-main .date-title {
    position: unset;
    margin-bottom: 10px;
}

.roadmap-main .v-row:before {
    content: unset;
}

.roadmap-main .roadmap-slider .owl-item:nth-child(2n+0) .roadmap-detail-box {
    bottom: 110px;
}

.roadmap-main .main-roadmap {
    padding-top: 50px;
}



/*_______________________________________________________

// Contact Page Style  //----------------------------

_______________________________________________________*/

.contact-form .heading-des {
    font-size: 16px;
}

.contact-detail {
    padding-top: 40px;
}

.contact-detail li {
    font-family: var(--heading5-font-family), sans-serif;/* 'Poppins', sans-serif; */
    font-size: 16px;
    display: flex;
    width: 100%;
    padding-bottom: 25px;
    align-items: center;
}

.contact-detail li:last-child {
    padding-bottom: 0;
}

.contact-detail li a,
.contact-detail li span {
    width: calc(100% - 44px);
    float: left;
    padding-left: 15px;
}

.contact-detail li i {
    width: 44px;
    height: 44px;
    line-height: 44px;
    border-radius: 100%;
    text-align: center;
    font-size: 20px;
    float: left;
}

.contact-form .blog-comment-heading {
    font-size: 35px;
}

.contact-map #map {
    width: 100%;
    height: 500px;
}

.contact-submit:before {
    content: "";
    background: -webkit-radial-gradient(center, ellipse, rgba(39, 3, 106, 0.5) 0%, rgba(0, 0, 0, 0) 80%);
    background: radial-gradient(ellipse at center, rgba(39, 3, 106, 0.5) 0%, rgba(0, 0, 0, 0) 80%);
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 0;
    -webkit-transition-property: transform, opacity;
    transition-property: transform, opacity;
    transition: all 400ms ease;
}

.contact-submit:hover:before {
    opacity: 1;
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
}

.contact-submit .wpcf7-spinner {
    position: absolute;
    margin: 0;
    top: 50%;
    transform: translateY(-50%);
    left: 100%;
    margin-left: 15px;
}

.contact-submit {
    width: fit-content;
    position: relative;
}

/*_______________________________________________________

// Token Sale Page Style  //----------------------------

_______________________________________________________*/

.token-sele {
    overflow: hidden;
}

.information-token-head {
    font-size: 24px;
    font-weight: 600;
    padding-bottom: 20px;
}

.information-token li {
    font-family: var(--heading5-font-family), sans-serif;/* 'Poppins', sans-serif; */
    margin: 10px 0px;
    position: relative;
}

.information-token li:first-child {
    margin-top: 0;
}

.information-token li:last-child {
    margin-bottom: 0;
}

.information-token li label {
    position: relative;
}

.information-token li span {
    float: right;
    position: relative;
}

.token-sale-counter {
    float: unset;
    max-width: 100%;
    border-radius: 5px;
}

.token-sale-counter .coins-counter-loop li span {
    font-size: 50px;
    font-weight: 400;
    width: unset;
    height: unset;
    line-height: 50px;
}

.token-sale-counter .coins-counter-loop li .coin-day {
    font-size: 16px;
    padding-top: 15px;
}

.token-sale-counter .coins-counter-loop li:before,
.token-sale-counter .coins-counter-loop li:after {
    border-radius: 100%;
}

.token-sale-counter .coins-counter-loop li:before {
    top: 10px;
}

.token-sale-counter .coins-counter-loop li:after {
    top: 30px;
}

.token-sale-counter .coins-counter-loop li {
    padding: 0px 25px;
}

.token-sale-counter .coins-counter-loop li:first-child {
    padding-left: 0;
}

.token-sale-counter .coins-counter-loop li:last-child {
    padding-right: 0;
}

.token-slide-info {
    font-size: 12px;
    font-family: var(--heading5-font-family), sans-serif;/* 'Poppins', sans-serif; */
    text-transform: var(--heading5-text-transform);/* uppercase; */
    padding-bottom: 10px;
    display: block;
    position: relative;
}

.token-slide-info:before {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translate(-50%);
    width: 1px;
    height: 30px;
    z-index: 1;
}

.token-sale-counter .coins-progress {
    height: 20px;
    border-radius: 5px;
}

.token-sale-counter .coins-progress span {
    border-radius: 0px;
}

.currency-card {
    margin-top: 30px;
}

.currency-card li {
    display: inline-block;
    padding: 0px 10px;
}

.currency-card li a:hover {
    opacity: 0.5;
}

.distribution-title {
    font-size: 24px;
    font-weight: 600;
    padding-bottom: 50px;
}

.token-distribut .token-graph-right {
    float: unset;
    margin: auto;
    height: unset;
}



/*----- Footer Section -----*/

footer.bg-pattern {
    background-position: center 125px;
    padding-bottom: 50px;
}
footer .subscribe .submit {
    text-transform: unset !important;
    font-family: 'Lato', sans-serif !important;
}

.footer-logo img {
    transition: all 400ms ease;
}

.footer-logo img:hover {
    opacity: 0.5;
}

.footer {
    border-bottom: 1px solid;
    padding-bottom: 50px;
}

.footer-icon ul li {
    display: inline-block;
    padding: 0px 5px;
}

.footer-icon ul li:first-child {
    padding-left: 0;
}

.footer-icon ul li a {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 100%;
    font-size: 16px;
}

.footer-icon ul li a i.fab {
    /*font-family: 'FontAwesome';*/
}
.footer-icon ul li .fa-linkedin-in:before {
    content: "\f0e1";
}
.footer-icon ul li .fa-facebook-f:before {
    content: "\f09a";
}

.footer-link ul {
    display: inline-block;
    width: 100%;
}

.footer-link ul li {
    width: 33.33%;
    float: left;
    padding-bottom: 10px;
}

.subscribe {
    position: relative;
}

.subscribe label {
    font-size: 18px !important;
    padding-bottom: 15px;
}

.subscribe .form-control {
    height: 50px;
    border: 0;
    border-radius: 5px;
    padding-left: 25px;
    padding-right: 125px !important;
}

.subscribe .submit {
    position: absolute;
    bottom: 0;
    right: 0;
    height: 50px;
    border: 0;
    width: 115px;
    letter-spacing: 0 !important;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    border-radius: 5px 5px;
    font-family: var(--button-font-family), Sans-serif;/* "Poppins", Sans-serif; */
    font-size: var(--button-font-size);/* 16px; */
    font-weight: var(--button-font-weight);/* 600; */
}

.copyright {
    padding-top: 50px;
}

.copyright p a {
    text-decoration: underline;
}

.copyright ul {
    text-align: right;
}

.copyright ul li {
    display: inline-block;
    padding: 0px 25px;
    position: relative;
}

.copyright ul li:first-child {
    padding-left: 0;
}

.copyright ul li:last-child {
    padding-right: 0;
}

.copyright ul li:before {
    content: "";
    position: absolute;
    top: 7px;
    right: 0;
    width: 2px;
    height: 12px;
}

.copyright ul li:last-child:before {
    width: 0;
}

/*----- Footer Section End -----*/


/*----- Unuse Css ------ */
.alignleft {
    text-align: left
}

.alignright {
    text-align: right
}

.aligncenter {
    text-align: center
}

/* WordPress Validation Requirement Style */
.wp-caption-text { display: none; }
.screen-reader-text { display: none; }
.gallery-caption { display: none; }
.bypostauthor { display: none; }

.contact-icon li i {
    background: var(--theme-secondary-color);/* #5d19db; */
    border-radius: 100%;
    width: 44px !important;
    height: 44px;
    line-height: 44px;
    text-align: center;
    font-size: 20px;
    float: left;
}

.demo-02-cryptcon-dark .tabs-title-button .elementor-tab-title,
.demo-03-cryptcon-light .tabs-title-button .elementor-tab-title{
    padding: 13px 26px !important;
    margin: 0px 10px;
}

.team-box ul li a i {
    font-style: normal;
}

.footer-icon ul li a i {
    font-style: normal;
}

.widget_search button {
    background: var(--theme-button-background);/* #da4bfd; */
    color: var(--button-text-color);/* white; */
    border: 1px solid var(--theme-button-background);/* 1px solid #da4bfd; */
    top: 0;
    right: 0;
    margin-left: -1px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-left: 0px;
    font-weight: 400;
    letter-spacing: 1px;
    font-family: var(--button-font-family);/* 'Poppins', sans-serif; */
    padding-left: 20px;
    padding-right: 20px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

.widget_search button:hover {
    background: var(--theme-secondary-color);/* #5d19db; */
    border: none;
}

.widget_search input {

    color: var(--theme-text-color);/*  white; */
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border: 1px solid var(--theme-button-background);/* 1px solid #da4bfd; */
    background: var(--section-color-alternative);/* #490fb4; */
    border-right: 0px;
    padding: 10px 30px 10px 30px;
}
.wp-block-search__input{
    border-radius:5px 0px 0px 5px !important;
}
.demo-02-cryptcon-dark #primary,
.demo-03-cryptcon-light #primary {
    max-width: 1230px;
    margin-left: 78px;
    margin-top: 100px;
}
.page-template-default.demo-02-cryptcon-dark main#primary,
.page-template-default.demo-03-cryptcon-light main#primary {
    max-width: 1230px;
    margin-top: 100px;
    margin-bottom: 100px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.page-template-default h2,.page-template-default p{
    word-break: break-word;
}

.entry-footer .edit-link .post-edit-link{
    display: none;
}

.signin-btn {
    padding: 0 !important;
    margin-left: 30px;
}

.signin-btn a {
    color: var(--button-text-color);/*  #fff; */
    background: var(--theme-button-background);/*  #da4bfd; */
    border: 1px solid var(--theme-button-background);/*  1px solid #da4bfd; */
    border-color: var(--theme-button-background);/* #da4bfd; */
    padding: 9px 30px !important;
    border-radius: 5px;
    font-family: var(--button-font-family), sans-serif; /* 'Poppins', sans-serif; */
    font-weight: var(--button-font-weight) !important;/* 600 !important; */
    text-transform: var(--button-text-transform) !important;/* uppercase !important; */
    letter-spacing: 1px;
}

.signin-btn:hover {
    color: var(--button-text-color) !important;/* #fff !important; */
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    text-decoration: none;
}

.notshow {
    display: none !important;
}

.menu ul .signin-home-one a {
    font-family: var(--button-font-family), sans-serif; /* 'Poppins', sans-serif; */
    font-weight: var(--button-font-weight);/* 600; */
    text-transform: var(--button-text-transform);/* uppercase; */
    letter-spacing: 1px;
    border: 1px solid;
    padding: 9px 30px;
    border-radius: 5px;
    position: relative;
    -webkit-transform: translateY(0px);
    transform: translateY(10px);
    color: var(--button-text-color);
    background: var(--theme-button-background);/*  #da4bfd; */
    border: 1px solid var(--theme-button-background);/*  1px solid #da4bfd; */
    border-color: var(--theme-button-background);/* #da4bfd; */
    top: 0px;
}
.menu ul .signin-home-one a:hover {
    top: -5px;
    color: var(--button-text-color);
}
.menu ul .signin-home-one a:before {
    content: "";
    pointer-events: none;
    position: absolute;
    z-index: -1;
    top: 100%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 0;
    -webkit-transition-property: transform, opacity;
    transition-property: transform, opacity;
    transition: all 400ms ease;
    background: -webkit-radial-gradient(center, ellipse, rgba(39, 3, 106, 0.5) 0%, rgba(0, 0, 0, 0) 80%);
    background: radial-gradient(ellipse at center, rgba(39, 3, 106, 0.5) 0%, rgba(0, 0, 0, 0) 80%);
}
.menu ul .signin-home-one a:hover:before {
    opacity: 1;
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
}
.menu ul .signin-home-two a {
    font-family: var(--button-font-family), sans-serif; /* 'Poppins', sans-serif; */
    font-weight: var(--button-font-weight);/* 600; */
    text-transform: var(--button-text-transform);/* uppercase; */
    letter-spacing: 1px;
    border: 1px solid;
    padding: 9px 30px;
    border-radius: 5px;
    position: relative;
    -webkit-transform: translateY(0px);
    transform: translateY(10px);
    color: var(--button-text-color);
    background: var(--theme-button-background);/*  #da4bfd; */
    border: 1px solid var(--theme-button-background);/*  1px solid #da4bfd; */
    border-color: var(--theme-button-background);/* #da4bfd; */
    top: 0px;
    border-radius: 50px;
}

.menu ul .signin-home-two a:hover {
    top: -5px;
    color: var(--button-text-color);
}
.menu ul .signin-home-two a:before {
    content: "";
    pointer-events: none;
    position: absolute;
    z-index: -1;
    top: 100%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 0;
    -webkit-transition-property: transform, opacity;
    transition-property: transform, opacity;
    transition: all 400ms ease;
    background: -webkit-radial-gradient(center, ellipse, rgba(39, 3, 106, 0.5) 0%, rgba(0, 0, 0, 0) 80%);
    background: radial-gradient(ellipse at center, rgba(39, 3, 106, 0.5) 0%, rgba(0, 0, 0, 0) 80%);
}
.menu ul .signin-home-two a:hover:before {
    opacity: 1;
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
}

/* temprary */
/*.crpy-has-submenu ul li a {*/
    /* border-color: rgb(136 136 136 / .3) !important; */
    /* color: #888888 !important; */
/*}*/

/* WordPress Page Banner style */
.page-banner ul li:before {
    content: "";
    background: var(--theme-text-color);/* #fff; */
    position: absolute;
    top: 6px;
    right: -2px;
    width: 2px;
    height: 15px;
    transform: rotate(20deg);
}
.page-banner ul li:last-child:before {
    content: unset;
}
.page-banner ul li {
    font-size: 16px;
    position: relative;
    display: inline-block;
    font-weight: 700;
    text-transform: uppercase;
    padding: 0px 30px;
}

.demo-03-cryptcon-light .page-banner ul li:before {
    content: "";
    background: var(--theme-text-color);/* #fff; */
    position: absolute;
    top: 6px;
    right: -2px;
    width: 2px;
    height: 15px;
    transform: rotate(20deg);
}
.demo-03-cryptcon-light .page-banner ul li:last-child:before {
    content: unset;
}
.demo-03-cryptcon-light .page-banner ul li {
    font-size: 16px;
    position: relative;
    display: inline-block;
    font-weight: 700;
    text-transform: uppercase;
    padding: 0px 30px;
}

/* Wordpress Button Widget Element style */
.wp-block-button__link {
    background-color: var(--theme-button-background);/* #da4bfd; */
}
a .elementor-icon-list-text {transition: all 400ms ease;}
a:hover .elementor-icon-list-text {
    color: var(--theme-button-background) !important;
}
.is-style-fill .wp-block-button__link {
    background-color: var(--theme-button-background);
    color: var(--button-text-color);
}
.wp-block-buttons .wp-block-button__link {
    font-family: var(--button-font-family), sans-serif; /* 'Poppins', sans-serif; */
    font-weight: var(--button-font-weight);/* 600; */
    /*text-transform: uppercase;*/
    position: relative;
    padding: 9px 30px;
    letter-spacing: 1px;
    -webkit-transform: translateY(0px);
    top: 0px;
    border: 1px solid var(--theme-button-background);
}
.modal-dialog {
    max-width: 900px;
    width: calc(100% - 100px);
}
.wp-block-buttons .wp-block-button__link:hover {
    top: -5px;
    color: var(--button-text-color);
}
.wp-block-buttons .wp-block-button__link:before {
    content: "";
    pointer-events: none;
    position: absolute;
    z-index: -1;
    top: 100%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 0;
    -webkit-transition-property: transform, opacity;
    transition-property: transform, opacity;
    transition: all 400ms ease;
    background: -webkit-radial-gradient(center, ellipse, rgba(39, 3, 106, 0.5) 0%, rgba(0, 0, 0, 0) 80%);
    background: radial-gradient(ellipse at center, rgba(39, 3, 106, 0.5) 0%, rgba(0, 0, 0, 0) 80%);
}
.wp-block-buttons .wp-block-button__link:hover:before {
    opacity: 1;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
}
.wp-admin .wp-block-buttons .wp-block-button__link {
    position: initial;
}


/** Design elementor button **/

.demo-02-cryptcon-dark .elementor-button-wrapper .elementor-button-link:hover,
.demo-03-cryptcon-light .elementor-button-wrapper .elementor-button-link:hover {
    transform: translateY(-5px) !important;
}

.demo-02-cryptcon-dark .elementor-button-wrapper .elementor-button-link:before,
.demo-03-cryptcon-light .elementor-button-wrapper .elementor-button-link:before {
    content: "";
    pointer-events: none;
    position: absolute;
    z-index: -1;
    top: 100%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 0;
    -webkit-transition-property: transform, opacity;
    transition-property: transform, opacity;
    transition: all 400ms ease;
}

.demo-02-cryptcon-dark .elementor-button-wrapper .elementor-button-link:before{
    background: -webkit-radial-gradient(center, ellipse, rgba(39, 3, 106, 0.5) 0%, rgba(0, 0, 0, 0) 80%);
    background: radial-gradient(ellipse at center, rgba(39, 3, 106, 0.5) 0%, rgba(0, 0, 0, 0) 80%);
}

.demo-03-cryptcon-light .elementor-button-wrapper .elementor-button-link:before{
    background: -webkit-radial-gradient(center, ellipse, rgb(22, 213, 255, .5) 0%, rgba(0, 0, 0, 0) 80%);
    background: radial-gradient(ellipse at center, rgb(22, 213, 255, .5) 0%, rgba(0, 0, 0, 0) 80%);
}

.demo-02-cryptcon-dark .elementor-button-wrapper .elementor-button-link:hover:before,
.demo-03-cryptcon-light .elementor-button-wrapper .elementor-button-link:hover:before {
    opacity: 1;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
}


/* Admin bar style */
/* body.admin-bar { padding-top: 32px; } */
.admin-bar header { margin-top: 32px; }

/* Contact Form 7 Error Message Border */
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    border-color: #ff0c00;
}

.blog-list-content p {
    padding-top: 10px;
    padding-bottom: 15px;
}

.token-graph.token-graph-left {
    margin: unset;
}


.elementor-widget-wp-widget-archives ul li {
    border-bottom: 1px solid;
}

.elementor-widget-wp-widget-archives ul li a {
    font-family: var(--heading5-font-family), sans-serif;
    display: block;
    padding: 12px 15px;
    position: relative;
}

.elementor-widget-wp-widget-archives ul li:first-child a {
    padding-top: 0;
}

.elementor-widget-wp-widget-archives ul li a:before {
    content: "\f105";
    font-family: fontawesome;
    position: absolute;
    left: 0;
}

.elementor-widget-wp-widget-archives h5 {
    font-family: var(--heading5-font-family), sans-serif !important;
    text-transform: var(--heading5-text-transform);
    font-weight: var(--heading5-font-weight) !important;
    padding-bottom: 20px;
}

.elementor-widget-wp-widget-categories h5 {

    font-family: var(--heading5-font-family), sans-serif !important;
    text-transform: var(--heading5-text-transform);
    font-weight: var(--heading5-font-weight) !important;
    padding-bottom: 20px;
}

.elementor-widget-wp-widget-categories ul li a {
    font-family: var(--heading5-font-family), sans-serif;
}

.elementor-widget-wp-widget-categories li {
    padding: 5px 0px 5px 40px;
    position: relative;
}
.elementor-widget-wp-widget-categories li:before {
    background: var(--theme-button-background);
    content: "";
    position: absolute;
    top: 17px;
    left: 0px;
    width: 20px;
    height: 1px;
}

.elementor-widget-wp-widget-categories ul li:first-child a {
    padding-top: 0;
}



/*Css Hardik*/

.canvas-gradient{position: absolute;bottom: 0;left: 0;width: 100%;height: 50%;--tw-gradient-from: var(--section-color-alternative);--tw-gradient-stops: var(--section-color-alternative), var(--tw-gradient-to,hsla(0,0%,100%,0));background-image: -webkit-gradient(linear, left bottom, left top, from(var(--tw-gradient-stops)));background-image: linear-gradient(to top, var(--tw-gradient-stops));}

/* Blog List style */
.demo-01-cryptcon-dark .blog-list-box .blog-list-img img{-webkit-transform: scale(1.1);transform: scale(1.1);min-height: 300px;object-fit: cover;transform-origin: unset !important;}
.demo-01-cryptcon-dark .blog-list-box .blog-list-img img:hover{-webkit-transform: translateX(15px) scale(1.1);transform: translateX(15px) scale(1.1);}

.blog-list-box .display-date-first,.blog-box .display-date-first{display: flex;flex-wrap: wrap;flex-direction: column;}
.blog-list-box .display-date-first .blog-list-title,.blog-box .display-date-first .blog-title{order: 2;}
.blog-list-box .display-date-first > ul,.blog-box .display-date-first > ul{order: 1;}


.demo-01-cryptcon-dark .blog-list-box .display-date-first .read-more,.demo-01-cryptcon-dark .blog-box .display-date-first .read-more{order: 3;}
.demo-01-cryptcon-dark .blog-box .display-date-first .blog-title{padding-top: 8px;padding-bottom: 18px;}
.demo-01-cryptcon-dark .read-more i{transition: all 300ms ease;position: relative;left: 0px;margin-left: 5px;}
.demo-01-cryptcon-dark .read-more:hover i{left: 5px;}
.demo-01-cryptcon-dark .blog-img{border-radius: 40px;overflow: hidden;margin-bottom: 30px;position: relative;}
.demo-01-cryptcon-dark .blog-img img{transition: all 400ms ease;transform: scale(1.1);min-height: 300px;object-fit: cover;transform-origin: unset !important;}
.demo-01-cryptcon-dark .blog-img:hover img{-webkit-transform: translateX(15px) scale(1.1);transform: translateX(15px) scale(1.1);}
.demo-01-cryptcon-dark .blog-list-box .blog-list-content.display-date-first .blog-list-title{padding: 10px 0px;}

/* Blog List Sidebar */
.demo-01-cryptcon-dark .searchform .blog-search input{border: 0px;background: var(--theme-secondary-color) !important;text-transform: uppercase;min-height: 58px;font-size: 17px !important;padding: 12px 60px 12px 25px !important;}
.demo-01-cryptcon-dark .searchform .blog-search input:focus{box-shadow: 0 0 0 2px rgb(182 212 255 / 13%) !important;}
.demo-01-cryptcon-dark .searchform .blog-search input::placeholder{color: var( --e-global-color-primary ) !important;opacity: 0.7;}
.demo-01-cryptcon-dark .blog-search .blog-search-btn{color: var(--theme-button-background) !important;background-color: transparent;border: 0px;font-size: 20px;padding: 15px 25px;}
.demo-01-cryptcon-dark .blog-search .blog-search-btn:hover{color: var( --e-global-color-primary ) !important;}
.demo-01-cryptcon-dark .blog-category .elementor-widget-container{background-color: transparent !important;padding: 0px !important;border-radius: 0px !important;}
.demo-01-cryptcon-dark .elementor-widget-container > h5,
.demo-01-cryptcon-dark .elementor-widget-container .blog-cat-title{font-size: 24px;font-weight: 500 !important;line-height: 32px;position: relative;padding-bottom: 50px;}
.demo-01-cryptcon-dark .elementor-widget-container > h5::after,
.demo-01-cryptcon-dark .elementor-widget-container .blog-cat-title::after{content: "";position: absolute;bottom: 30px;left: 0px;height: 2px;width: 65px;background-color: var(--theme-button-background);}
.demo-01-cryptcon-dark .blog-category ul li{padding: 0px 0px 26px 0px;font-size: 18px;line-height: 22px;display: flex;justify-content: space-between;}
.demo-01-cryptcon-dark .blog-category ul li:last-child{padding: 0px 0px;}
.demo-01-cryptcon-dark .blog-category ul li:before{display: none;}
.demo-01-cryptcon-dark .blog-category ul li:hover,.demo-01-cryptcon-dark .blog-category ul li:hover a{color: var(--theme-button-background);}
.demo-01-cryptcon-dark .trending-news-img{border-radius: 6px;width: 120px;}
.demo-01-cryptcon-dark .trending-news-content{width: calc(100% - 120px);display: flex;flex-direction: column-reverse;}
.demo-01-cryptcon-dark .trending-news-content .trending-news-date{font-size: 14px;color: var( --e-global-color-primary );}
.demo-01-cryptcon-dark .trending-news-content .trending-news-title{font-size: 18px;line-height: 28px;font-weight: 500;-webkit-line-clamp: 2;}
.demo-01-cryptcon-dark .trending-news-content .trending-news-title:hover{color: var(--theme-button-background);}
.demo-01-cryptcon-dark .trending-news-box{margin-bottom: 28px;}
.demo-01-cryptcon-dark .tagcloud .tag-cloud-link{font-size: 17px !important;padding: 10px 22px;color: var(--button-text-color);text-transform: capitalize;}
.demo-01-cryptcon-dark .archives ul li a:hover{color: var(--theme-button-background);}


/* Blog List Sidebar 2*/
.demo-01-cryptcon-dark .blog-sidebar-default .widget{margin-bottom: 50px !important;}
.demo-01-cryptcon-dark .blog-sidebar-default .widget:last-child{margin-bottom: 0px !important;}
.demo-01-cryptcon-dark .widget_search .wp-block-search__input{border: 0px;background: var(--theme-secondary-color) !important;text-transform: uppercase;min-height: 58px;font-size: 17px !important;padding: 12px 60px 12px 25px !important;border-radius: 6px !important;}
.demo-01-cryptcon-dark .widget_search .wp-block-search__button{background-color: transparent;border: 0px;font-size: 0px;position: absolute;color: var(--theme-button-background);}
.demo-01-cryptcon-dark .widget_search .wp-block-search__button:hover{border: 0px;color: var( --e-global-color-primary );}
.demo-01-cryptcon-dark .widget_search .wp-block-search__button:before{font-size: 20px;top: 3px;position: relative;}
.demo-01-cryptcon-dark .widget_search .wp-block-search__inside-wrapper{position: relative;}
.demo-01-cryptcon-dark .blog-sidebar-default .widget .wp-block-heading,
.demo-01-cryptcon-dark .blog-sidebar-default .widget .blog-cat-title{font-size: 24px !important;line-height: 32px;position: relative;padding-bottom: 50px;font-weight: 500 !important;}
.demo-01-cryptcon-dark .blog-sidebar-default .widget .wp-block-heading:after,
.demo-01-cryptcon-dark .blog-sidebar-default .widget .blog-cat-title:after{content: "";position: absolute;bottom: 30px;left: 0px;height: 2px;width: 65px;background-color: var(--theme-button-background);}
.demo-01-cryptcon-dark .blog-sidebar-default .wp-block-latest-posts__list li{margin-bottom: 12px;}
.demo-01-cryptcon-dark .blog-sidebar-default .wp-block-latest-posts__list li:last-child{margin-bottom: 0px;}
.demo-01-cryptcon-dark .blog-sidebar-default .wp-block-latest-posts__list li a{margin-top: 0px;line-height: 24px;font-weight: 500;}
.demo-01-cryptcon-dark .blog-sidebar-default .wp-block-latest-posts__list li a:hover{color: var(--theme-button-background);}
.demo-01-cryptcon-dark .wp-block-latest-comments .wp-block-latest-comments__comment:last-child{margin-bottom: 0px;}
.demo-01-cryptcon-dark .wp-block-latest-comments .wp-block-latest-comments__comment{line-height: 22px;}
.demo-01-cryptcon-dark .wp-block-latest-comments .wp-block-latest-comments__comment-meta a:hover,
.demo-01-cryptcon-dark .blog-sidebar-default .wp-block-archives li a:hover{color: var(--theme-button-background);}
.demo-01-cryptcon-dark .blog-sidebar-default .blog-categories{border-radius: 0px;padding: 0px !important;background-color: transparent !important;}
.demo-01-cryptcon-dark .blog-sidebar-default .wp-block-categories li{padding: 0px 0px 26px 0px;font-size: 18px;line-height: 22px;display: flex;justify-content: space-between;}
.demo-01-cryptcon-dark .blog-sidebar-default .wp-block-categories li:last-child{padding: 0px 0px;}
.demo-01-cryptcon-dark .blog-sidebar-default .wp-block-categories li:before{display: none;}
.demo-01-cryptcon-dark .blog-sidebar-default .wp-block-categories li:hover,
.demo-01-cryptcon-dark .blog-sidebar-default .wp-block-categories li:hover a{color: var(--theme-button-background);}
.demo-01-cryptcon-dark .wp-block-search__input::placeholder{color: var( --e-global-color-primary ) !important;opacity: 0.7;}
.demo-01-cryptcon-dark .wp-block-latest-posts__list .wp-block-latest-posts__featured-image{width: 120px !important;border-radius: 6px !important;}
.demo-01-cryptcon-dark .blog-sidebar-default .wp-block-latest-posts__list.has-dates li a{font-size: 18px;line-height: 28px;font-weight: 500;-webkit-line-clamp: 2;}
.demo-01-cryptcon-dark .blog-sidebar-default .wp-block-latest-posts__list.has-dates .wp-block-latest-posts__post-date{font-size: 14px;color: var( --e-global-color-primary );}
.demo-01-cryptcon-dark .blog-sidebar-default .wp-block-latest-posts__list.has-dates li{margin-bottom: 28px;}
.demo-01-cryptcon-dark .blog-sidebar-default .wp-block-latest-posts__list.has-dates li:last-child{margin-bottom: 0px;}
.demo-01-cryptcon-dark .blog-sidebar-default .wp-block-tag-cloud .tag-cloud-link{font-size: 17px !important;padding: 10px 22px;color: var(--button-text-color);text-transform: capitalize;}
.demo-01-cryptcon-dark .blog-list-img{border-radius: 40px;overflow: hidden;margin-bottom: 40px;}
.demo-01-cryptcon-dark .blog-list-box{padding-bottom: 65px;}
.demo-01-cryptcon-dark .blog-list-box .blog-list-content .blog-list-title{font-size: 36px;line-height: 52px;font-weight: 500;}
.demo-01-cryptcon-dark .blog-list-box .blog-list-content .blog-date{padding-bottom: 10px;padding-top: 0px;}
.demo-01-cryptcon-dark .blog-list-box .blog-list-content .blog-date li{font-size: 18px;}
.demo-01-cryptcon-dark .blog-list-box .blog-list-content .read-more{font-size: 18px;text-decoration: none;}
.demo-01-cryptcon-dark .blog-list-box .blog-list-content .read-more:hover,
.demo-01-cryptcon-dark .blog-list-box .blog-list-content .blog-date a:hover,
.demo-01-cryptcon-dark .blog-list-box .blog-list-title:hover{color: var(--theme-button-background) !important;}
.demo-01-cryptcon-dark .blog-list-pagination{text-align: center;}
.demo-01-cryptcon-dark .blog-list-pagination ul li a{width: 40px;height: 40px;line-height: 38px;font-size: 18px;border-radius: 50%;border: 2px solid var( --e-global-color-primary );background-color: transparent;}
.demo-01-cryptcon-dark .blog-list-pagination ul li a.active,.demo-01-cryptcon-dark .blog-list-pagination ul li a:hover{border-color: var(--theme-button-background);}
.demo-01-cryptcon-dark header .elementor-container.elementor-column-gap-no{justify-content: space-between;}
a.underline{text-decoration: underline !important;}
.demo-01-cryptcon-dark .copyright-link .crpy-nav-menu li::after{content: "";position: absolute;top: 50%;-webkit-transform: translateY(-50%);transform: translateY(-50%);right: -15px;height: 12px;width: 2px;background-color: var( --e-global-color-primary );}
.demo-01-cryptcon-dark .copyright-link .crpy-nav-menu li:last-child::after{display: none;}

.demo-01-cryptcon-dark .mordern-team-layout .team-img{width: 100%;height: auto;border-radius: 40px;border: 0px;position: relative;margin-bottom: 32px;}
.demo-01-cryptcon-dark .mordern-team-layout .star-rating{position: absolute;bottom: 60px;left: 50%;z-index: 3;overflow: hidden;-webkit-transform: scale(0);transform: scale(0);margin-left: -58px;-webkit-transition: all .2s ease-in-out;transition: all .2s ease-in-out;font-size: 12px;}
.demo-01-cryptcon-dark .mordern-team-layout .team-img .star-rating ul{position: relative;z-index: 4;}
.demo-01-cryptcon-dark .mordern-team-layout .star-rating::after{content: "";display: block;position: absolute;top: 0;left: 0;right: 0;bottom: 0;background-color: var( --e-global-color-primary );-webkit-transform: translateX(-72%);transform: translateX(-72%);-webkit-transition: all .4s ease-in-out;transition: all .4s ease-in-out;border-radius: 50px;}
.demo-01-cryptcon-dark .mordern-team-layout .team-img:hover .star-rating::after{-webkit-transform: translateX(0);transform: translateX(0);-webkit-transition-delay: 0.2s;transition-delay: 0.2s;}
.demo-01-cryptcon-dark .mordern-team-layout .team-img:hover .star-rating{-webkit-transform: scale(1);transform: scale(1);}
.demo-01-cryptcon-dark .mordern-team-layout .team-img .star-rating ul li i{opacity: 0;-webkit-transform: scale(2);transform: scale(2);-webkit-transition: all .2s ease-in-out;transition: all .2s ease-in-out;}
.demo-01-cryptcon-dark .mordern-team-layout .team-img:hover .star-rating ul li i{opacity: 1;-webkit-transform: scale(1);transform: scale(1);}
.demo-01-cryptcon-dark .mordern-team-layout .team-img:hover .star-rating ul li:nth-child(1) i{-webkit-transition-delay: 0.6s;transition-delay: 0.6s;}
.demo-01-cryptcon-dark .mordern-team-layout .team-img:hover .star-rating ul li:nth-child(2) i{-webkit-transition-delay: 0.7s;transition-delay: 0.7s;}
.demo-01-cryptcon-dark .mordern-team-layout .team-img:hover .star-rating ul li:nth-child(3) i{-webkit-transition-delay: 0.8s;transition-delay: 0.8s;}
.demo-01-cryptcon-dark .mordern-team-layout .team-img:hover .star-rating ul li:nth-child(4) i{-webkit-transition-delay: 0.9s;transition-delay: 0.9s;}
.demo-01-cryptcon-dark .mordern-team-layout .team-img:hover .star-rating ul li:nth-child(5) i{-webkit-transition-delay: 1s;transition-delay: 1s;}
.demo-01-cryptcon-dark .mordern-team-layout .member-des{padding-top: 7px;padding-bottom: 5px;}

.demo-01-cryptcon-dark .testimonial-detail .star-rating ul li{display: inline-block;}
.demo-01-cryptcon-dark .testimonial-detail .description{padding-top: 30px;}
.demo-01-cryptcon-dark .testimonial-author{display: flex;align-items: center;padding-top: 50px;}
.demo-01-cryptcon-dark .testimonial-author .author-thumb{width: 50px;height: 50px;overflow: hidden;border-radius: 100%;}
.demo-01-cryptcon-dark .testimonial-author .author-meta{width: calc(100% - 50px);padding-left: 18px;}


.owl-carousel .owl-nav {padding-top: 65px;text-align: center;}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next{width: 26px;height: 26px;border: 2px solid var(--e-global-color-accent) !important;background-color: transparent !important;position: relative;border-radius: 100%;font-size: 0px !important;margin: 0px 7px;line-height: 23px !important;-webkit-transition: all 400ms ease;transition: all 400ms ease;}
.owl-carousel .owl-nav .owl-prev::after{content: "\f104";font-family: fontawesome;font-size: 14px;}
.owl-carousel .owl-nav .owl-next::after{content: "\f105";font-family: fontawesome;font-size: 14px;margin-left: 2px;}
.owl-carousel .owl-nav .owl-prev:hover,
.owl-carousel .owl-nav .owl-next:hover{background-color: var(--theme-button-background) !important;border-color: var(--theme-button-background) !important;}

.demo-01-cryptcon-dark .subscribe .form-group{margin-bottom: 0px;display: flex;}
.demo-01-cryptcon-dark .subscribe .form-group .submit{position: unset;min-height: 58px;padding-top: 12px;padding-bottom: 12px;padding-left: 33px;padding-right: 33px;font-size: 20px;text-transform: uppercase !important;font-weight: 500;border-radius: 6px !important;width: auto;margin-left: 24px;}
.demo-01-cryptcon-dark .subscribe .form-group .submit:hover{background-color: transparent !important;}
.demo-01-cryptcon-dark .form-group .form-control::placeholder{color: var( --e-global-color-primary ) !important;opacity: 0.7;}
.demo-01-cryptcon-dark .form-group .form-control{font-size: 17px !important;min-height: 58px;text-transform: uppercase;height: auto;border-radius: 6px !important;padding: 13px 25px 13px 25px;}
.demo-01-cryptcon-dark .subscribe .form-group .form-control{padding-right: 25px !important;}
.demo-01-cryptcon-dark .subscribe{padding-top: 0px !important;}
.demo-01-cryptcon-dark .blog-date{padding: 0px;}

.demo-01-cryptcon-dark .roadmap-slider-2{overflow: hidden;padding-top: 60px;margin-top: 0px;}
.demo-01-cryptcon-dark .roadmap-slider-2::after{content: "";position: absolute;top: 60px;left: 0px;width: 100%;height: auto;border-top: 3px dashed var( --e-global-color-primary );opacity: 0.5;}
.demo-01-cryptcon-dark .roadmap-slider-2 .owl-stage-outer{overflow: unset;}
.demo-01-cryptcon-dark .roadmap-box{position: relative;padding-top: 35px;}
.demo-01-cryptcon-dark .roadmap-box .map-year{position: absolute;top: -54px;left: 0;}
.demo-01-cryptcon-dark .roadmap-box .map-year span{font-size: 22px;font-weight: 500;line-height: 26px;color: var( --e-global-color-0fb0187 );}
.demo-01-cryptcon-dark .roadmap-slider-2 .owl-stage .owl-item:nth-child(odd) .map-year span{color: var( --e-global-color-primary );}
.demo-01-cryptcon-dark .roadmap-box .roadmap-content{position: relative;}
.demo-01-cryptcon-dark .elementor-container > .elementor-column > .elementor-widget-wrap{padding: 0px;}
.demo-01-cryptcon-dark .roadmap-content .elementor-widget-wrap .elementor-section{position: relative;padding-left: 48px;margin-top: 10px;}
.demo-01-cryptcon-dark .roadmap-content .elementor-widget-wrap .elementor-section::after{content: "";position: absolute;top: 0;left: 12px;width: auto;height: 100%;border: 1px dashed var( --e-global-color-primary );opacity: 0.5;}
.demo-01-cryptcon-dark .tabs-title-button.elementor-tabs .elementor-tab-content .elementor > .elementor-section {padding: 0px !important;} 
.demo-01-cryptcon-dark .tabs-title-button .elementor-tabs-wrapper .elementor-tab-title{padding: 12px 24px !important;font-size: 16px;font-weight: 500 !important;min-width: 98px;text-align: center;border: 2px solid var( --e-global-color-0fb0187 ) !important;background-color: transparent !important;}
.demo-01-cryptcon-dark .tabs-title-button .elementor-tabs-wrapper .elementor-tab-title.elementor-active{background-color: var( --e-global-color-0fb0187 ) !important;}
.demo-01-cryptcon-dark .roadmap-main-cont .elementor-tabs-wrapper .elementor-tab-title{margin: 0px 5px;}

.demo-01-cryptcon-dark .roadmap-content .elementor-widget-wrap .elementor-section .elementor-container .elementor-column .elementor-widget-wrap .elementor-widget-image-box{padding-bottom: 10px;}
.demo-01-cryptcon-dark .roadmap-content .elementor-widget-wrap .elementor-section .elementor-container .elementor-column .elementor-widget-wrap .elementor-widget-image-box:last-child{padding-bottom: 0px;}
.demo-01-cryptcon-dark .roadmap-content .elementor-image-box-title{opacity: 0.8;}

.demo-01-cryptcon-dark .roadmap-main-cont .elementor-tabs-wrapper{padding-bottom: 130px;margin-top: -110px;}

.demo-01-cryptcon-dark .roadmap-content .elementor-widget-wrap .elementor-section .elementor-widget-container .elementor-image-box-wrapper{
    align-items: center !important;
}
.demo-01-cryptcon-dark .roadmap-content .elementor-widget-wrap .elementor-section .elementor-widget-container .elementor-image-box-wrapper .elementor-image-box-img{
    padding: 0px !important;
}

.demo-01-cryptcon-dark header .sub-menu-dropdown .crpy-nav-menu .crpy-has-submenu.current-menu-ancestor:before{color: var( --e-global-color-0fb0187 );}

.demo-01-cryptcon-dark .pro-bar .token-sale-counter .row,.token-sale-counter .row{margin: 0px;justify-content: space-between;}
.demo-01-cryptcon-dark .token-sale-counter .coins-progress{margin-bottom: 10px;}
.demo-01-cryptcon-dark .pro-bar .after-progress .token-slide-info:before{display: none;}
.demo-01-cryptcon-dark .coins-counter-loop li .coin-day{padding-top: 0px;}
.demo-01-cryptcon-dark .coins-counter-loop li:before,.demo-01-cryptcon-dark .coins-counter-loop li:after{border-radius: 100%;width: 8px;height: 8px;}
.demo-01-cryptcon-dark .coins-counter-loop li:after{top: 35px;}
.demo-01-cryptcon-dark .coins-counter-loop li:before {top: 18px;}
.demo-01-cryptcon-dark .pro-bar .token-sale-counter{max-width: 420px;margin: auto;}
.demo-01-cryptcon-dark .coins-counter-loop li span{width: 75px;height: 75px;}

.demo-01-cryptcon-dark .stages-box{
    position: relative;
}
.demo-01-cryptcon-dark .stages-box .stage-box-hover{
    position: absolute;
    width: 100%;
    height: 0px;
    padding: 20px;
    background-color: var( --e-global-color-b7904fc );
    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;
    bottom: 0px;
    left: 0px;
    -webkit-transition: all 600ms ease;
    transition: all 600ms ease;
    opacity: 0;
    visibility: hidden;
}

.demo-01-cryptcon-dark .stages-box .stage-box-hover .btn-medium{
    white-space: nowrap;
}

.demo-01-cryptcon-dark .stages-box:hover .stage-box-hover{
    height: 100%;
    visibility: visible;
    opacity: 1;
}
.demo-01-cryptcon-dark .stage-box .stage-count,
.demo-01-cryptcon-dark .stage-box .dis,
.demo-01-cryptcon-dark .stage-box .date{
    display: block;
}

.demo-01-cryptcon-dark .stage-box .stage-count{
    padding-bottom: 30px;
}

.demo-01-cryptcon-dark .stage-box .dis{
    padding-top: 4px;
}

.demo-01-cryptcon-dark .stage-box .date{
    padding-top: 30px;
}

.demo-01-cryptcon-dark .form-group{
    margin-bottom: 40px;
}

.demo-01-cryptcon-dark .con-form .row{
    margin: 0px -20px;
}

.demo-01-cryptcon-dark .con-form .row > div{
    padding: 0px 20px;
}

.demo-01-cryptcon-dark .form-group .wpcf7-form-control{
    background-color: var( --e-global-color-b7904fc ) !important;
}

.demo-01-cryptcon-dark .contact-submit .wpcf7-submit{
    font-size: 20px;
    padding: 13px 34px;
    font-weight: 500;
}

.page-template-default .entry-content .privacy-title h1{
    margin-bottom: 0px;
    padding-top: 0px;
}

.demo-02-cryptcon-dark .blog-sidebar-default form .wp-block-search__inside-wrapper .wp-block-search__button,
.demo-03-cryptcon-light .blog-sidebar-default form .wp-block-search__inside-wrapper .wp-block-search__button{
    border-radius: 0px 5px 5px 0px !important;
}

.demo-01-cryptcon-dark .blog-list-main{
    padding: 0px;
    overflow: hidden;
}

.demo-01-cryptcon-dark .blog-list-main .row{
    margin-right: -20px;
    margin-left: -20px;
}

.demo-01-cryptcon-dark .blog-list-main .row > div{
    padding-right: 20px;
    padding-left: 20px;
}

.single-post.demo-01-cryptcon-dark .blog-home .row,
.single-post.demo-01-cryptcon-dark .blog-detail-main .row{
    margin-left: -20px;
    margin-right: -20px;
}

.single-post.demo-01-cryptcon-dark .blog-home .row > div,
.single-post.demo-01-cryptcon-dark .blog-detail-main .row > div{
    padding-left: 20px;
    padding-right: 20px;
}

.single-post.demo-01-cryptcon-dark .blog-home .container,
.single-post.demo-01-cryptcon-dark .blog-detail-main .container{
    max-width: 1280px;
    padding-left: 40px;
    padding-right: 40px;
}

.single-post.demo-01-cryptcon-dark .blog-detail-main .row > div,
.single-post.demo-01-cryptcon-dark .blog-detail-main .post-detail-comment-part{
    max-width: 1024px;
    margin: 0px auto;
}

/*.single-post.demo-01-cryptcon-dark .blog-detail-main{
    padding: 0px;
}*/

.blog-home{
    padding-top: 40px;
}

/*.single-post.demo-01-cryptcon-dark .blog-home{
    padding-top: 170px;
    padding-bottom: 70px;
}*/

.single-post .blog-home{
    padding-top: 170px;
    /*padding-bottom: 70px;*/
}

.blog-home-btn .read-more{
    font-weight: 500;
    font-size: 18px;
    display: flex;
    align-items: center;
    text-decoration: none;
}

.blog-home-btn .read-more:hover{
    color: var(--theme-button-background) !important;
}

.blog-home-btn .read-more img{
    transform: rotateY(180deg);
    left: unset;
    right: 0;
    padding-left: 10px;
    transition: all 300ms ease;
    position: relative;
}

.demo-02-cryptcon-dark .blog-home-btn .read-more img{
    filter: brightness(0) invert(1);
}

.demo-02-cryptcon-dark .blog-home-btn .read-more,
.demo-02-cryptcon-dark .blog-home-btn .read-more:hover{
    color: var(--button-text-color) !important;
}

.demo-03-cryptcon-light .blog-home-btn .read-more img{
    filter: brightness(0);
}

.demo-03-cryptcon-light .blog-home-btn .read-more,
.demo-03-cryptcon-light .blog-home-btn .read-more:hover{
    color: var(--e-global-color-secondary) !important;
}

.blog-home-btn .read-more:hover img{
    right: 10px;
}

.single-post.demo-01-cryptcon-dark .blog-detail-content ul li{
    font-size: 18px;
}

.single-post.demo-01-cryptcon-dark .blog-detail-content ul li a:hover{
    color: var(--theme-button-background);
}

.single-post.demo-01-cryptcon-dark .blog-detail-content ul li:before{
    right: -2px;
    height: 55%;
}

.single-post.demo-01-cryptcon-dark .blog-detail-header h2{
    font-size: 56px !important;
    line-height: 70px;
    text-transform: unset !important;
    padding-bottom: 50px !important;
}

.single-post.demo-01-cryptcon-dark .blog-detail-img img{
    border-radius: 40px;
}

.single-post.demo-01-cryptcon-dark .blog-detail-img{
    margin-bottom: 50px;
}

.single-post.demo-01-cryptcon-dark .blog-d p{
    margin-bottom: 24px;
}

.single-post.demo-01-cryptcon-dark .blog-d p:last-child{
    margin-bottom: 0px;
}

.single-post.demo-01-cryptcon-dark .blog-detail-tag-social{
    border: 0px;
    padding: 0px;
    margin: 50px 0px;
}

.single-post.demo-01-cryptcon-dark .blog-detail-tag-social .row{
    margin: 0px;
}

.single-post.demo-01-cryptcon-dark .blog-detail-tag-social .row > div{
    padding: 0px;
}

.blog-detail-tag-social .share-tooltip{
    position: relative;
}

.blog-detail-tag-social .share-tooltip .share-label{
    display: none;
}

.blog-detail-tag-social .share-tooltip .share-btn{
    width: 54px;
    height: 54px;
    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;
    border-radius: 100%;
    background-color: var(--theme-secondary-color);
    margin-left: auto;
    position: relative;
    z-index: 2;
    cursor: pointer;
}

.blog-detail-tag-social .share-tooltip .share-option-link a{
    width: 36px;
    height: 36px;
    line-height: 36px;
    border-radius: 50%;
    background-color: #2F268E;
}

.blog-detail-tag-social .share-tooltip .share-option-link a:hover{
    background-color: var(--theme-button-background);
}

.demo-03-cryptcon-light .blog-detail-tag-social .share-tooltip .share-option-link a{
    width: 36px;
    height: 36px;
    line-height: 36px;
    border-radius: 50%;
    background-color: var(--e-global-color-e40041f);
}

.demo-02-cryptcon-dark .blog-detail-tag-social .share-tooltip .share-option-link a{
    width: 36px;
    height: 36px;
    line-height: 36px;
    border-radius: 50%;
    background-color: var(--theme-secondary-color);
}

.demo-03-cryptcon-light .blog-detail-tag-social .share-tooltip .share-option-link a:hover{
    background-color: var(--theme-button-background);
}

.demo-02-cryptcon-dark .blog-detail-tag-social .share-tooltip .share-option-link a:hover{
    background-color: var(--theme-button-background) !important;
}

.single-post.demo-01-cryptcon-dark .blog-comment-box li{
    margin-bottom: 45px;
}

.single-post.demo-01-cryptcon-dark .blog-detail-tag-social .row{
    align-items: center;
}

.blog-detail-tag-social .share-tooltip .share-option-link{
    position: absolute;
    width: 100%;
    height: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0px;
    padding-right: 70px;
    z-index: 1;
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
    visibility: hidden;
    opacity: 0;
}

.blog-detail-tag-social .share-tooltip:hover .share-option-link{
    opacity: 1;
    visibility: visible;
}

.blog-detail-tag-social .share-tooltip:hover .share-btn{
    opacity: 0.8;
}

.single-post.demo-01-cryptcon-dark .blog-comment-post-singel{
    border-radius: 40px;
    padding: 45px;
    background-color: var(--theme-secondary-color);
}

.single-post.demo-01-cryptcon-dark .commenter{
    font-weight: 500;
    font-size: 20px !important;
    line-height: 24px;
    text-transform: uppercase;
    padding-right: 130px;
}

.single-post.demo-01-cryptcon-dark .comment-user{
    width: 130px;
    border-radius: 100%;
}

.single-post.demo-01-cryptcon-dark .blog-comment-post-singel .comment-user{
    width: 160px;
}

.single-post.demo-01-cryptcon-dark .blog-comment-content{
    width: calc(100% - 130px);
    padding-left: 34px;
}

.single-post.demo-01-cryptcon-dark .blog-comment-post-singel .blog-comment-content{
    width: calc(100% - 160px);
}

.single-post.demo-01-cryptcon-dark .blog-comment-post-singel li{
    margin-bottom: 0px;
}

.single-post.demo-01-cryptcon-dark .comment-des{
    padding-top: 10px;
}

.single-post.demo-01-cryptcon-dark .comment-reply-title,
.single-post.demo-01-cryptcon-dark .blog-comment-heading{
    font-size: 36px;
    line-height: 46px;
    font-weight: 600;
    padding-bottom: 38px;
}

.single-post.demo-01-cryptcon-dark .comment-reply-title{
    padding-bottom: 10px !important;
}

.single-post.demo-01-cryptcon-dark .comment-reply-link{
    font-size: 16px;
    text-transform: uppercase;
    border-right: 6px;
    border: 2px solid var(--theme-button-background);
    padding: 6px 26px;
}

.single-post.demo-01-cryptcon-dark .comment-reply-link:hover{
    background: transparent;
}

.single-post.demo-01-cryptcon-dark .comment-reply-link:after{
    display: none;
}

.single-post.demo-01-cryptcon-dark .comment-date{
    color: var( --e-global-color-primary );
    opacity: 0.7;
    font-size: 16px;
    padding-top: 2px;
    display: block;
}

.single-post.demo-01-cryptcon-dark .comment-respond{
    margin-top: 50px;
}

.single-post.demo-01-cryptcon-dark .comment-respond form .row > div{
    max-width: 100%;
}

.single-post.demo-01-cryptcon-dark .comment-respond form .row.elementor-button-wrapper{
    margin: 0px;
}

.single-post.demo-01-cryptcon-dark .comment-respond .logged-in-as a{
    color: var(--theme-button-background);
}

.single-post.demo-01-cryptcon-dark .comment-respond .logged-in-as a:hover{
    color: var( --e-global-color-primary );
}

.single-post.demo-01-cryptcon-dark .comment-respond form .row.elementor-button-wrapper > div{
    padding: 0px;
}

.single-post.demo-01-cryptcon-dark .comment-respond form .form-control{
    background-color: var(--e-global-color-b7904fc );
}

.single-post.demo-01-cryptcon-dark .comment-respond form textarea.form-control{
    min-height: 120px;
}

.single-post.demo-01-cryptcon-dark .form-submit .btn{
    font-size: 20px;
    letter-spacing: 0;
    font-weight: 500;
    padding: 12px 32px;
}

.single-post.demo-01-cryptcon-dark .form-submit .btn:hover{
    background-color: transparent;
}

.single-post.demo-01-cryptcon-dark .related-blog{
    padding-top: 200px;
}

.single-post.demo-01-cryptcon-dark .related-blog .blog-comment-heading{
    text-align: center;
}

.single-post.demo-01-cryptcon-dark .blog-box:hover .blog-img a:before{
    opacity: 0;
}

.single-post.demo-01-cryptcon-dark .blog-box .display-date-first .blog-title{
    font-size: 24px;
    font-weight: 500;
    line-height: 36px;
    padding: 10px 0px 18px 0px;
}

.single-post.demo-01-cryptcon-dark .blog-box .display-date-first .blog-title:hover{
    color: var(--theme-button-background);
}

.single-post.demo-01-cryptcon-dark .blog-box .display-date-first .blog-date .author a:hover{
    color: var(--theme-button-background);
}

.single-post.demo-01-cryptcon-dark .blog-box .blog-des-box p{
    height: auto;
    padding: 0px;
    margin-bottom: 12px;
}



.single-post.demo-01-cryptcon-dark .blog-box .blog-des-box .read-more{
    font-size: 18px;
    text-decoration: none;
    font-weight: 500;
    color: var(--theme-button-background) !important;
}

.single-post.demo-01-cryptcon-dark .blog-detail-tag-social .blog-detail-tag ul li{
    margin: 4px 0px;
}

.blog-detail-tag-social .blog-detail-social .share-btn{
    display: none;
}

.blog-detail-tag-social .blog-detail-social.share-tooltip .share-btn{
    display: flex;
}

.single-post.demo-01-cryptcon-dark .comment-respond form > .col-md-12{
    padding: 0px;
}

.demo-01-cryptcon-dark .sub-page-banner{
    background: transparent;
    position: relative;
    padding: 310px 20px 210px 20px;
    overflow: hidden;
}

.single-post.demo-01-cryptcon-dark .sub-page-banner{
    padding-bottom: 0px;
}

.demo-01-cryptcon-dark .sub-page-banner .sub-banner-title{
    padding-bottom: 0px;
    font-size: 96px;
    line-height: 110px;
    font-weight: 700 !important;
    text-align: left;
}

.demo-01-cryptcon-dark .sub-page-banner .page-banner ul{
    text-align: left;
    margin-top: 20px;
}

.demo-01-cryptcon-dark .sub-page-banner .page-banner ul li:first-child{
    padding-left: 0px;
}

.demo-01-cryptcon-dark .sub-page-banner .page-banner ul a:hover{
    color: var(--theme-button-background);
}

.demo-01-cryptcon-dark .sub-page-banner .row{
    margin: 0px -20px;
}

.demo-01-cryptcon-dark .sub-page-banner .row > div{
    padding: 0px 20px;
    position: relative;
    z-index: 3;
}
.demo-01-cryptcon-dark .sub-page-banner::after,
.demo-01-cryptcon-dark .sub-page-banner::before{
    content: "";
    position: absolute;
    z-index: 1;
    background-repeat: no-repeat;
    background-size: contain;
}

.demo-01-cryptcon-dark .sub-page-banner::after{
    background-image: url(../images/subpage-pattern-1.png);
    width: 30%;
    height: 600px;
    left: 0;
    top: 0;
}

.demo-01-cryptcon-dark .sub-page-banner::before{
    background-image: url(../images/subpage-pattern-2.png);
    width: 40%;
    height: 470px;
    right: 0;
    bottom: 0;
}

.side-right-con{
    order: 2;
}

.side-left-con{
    order: 1;
}

.single-post.demo-01-cryptcon-dark .blog-comment-box > ol.children,
.single-post.demo-01-cryptcon-dark .blog-comment-box > ol.children > ol.children{
    margin-left: 150px;
}

.demo-03-cryptcon-light .blog-sidebar-default .wp-block-archives li {
    border-bottom: 1px solid var(--e-global-color-e40041f);
}

.demo-03-cryptcon-light .read-more:hover{ text-decoration: underline !important; }
.demo-02-cryptcon-dark .read-more:hover{ text-decoration: underline !important; }
