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

*,
ol,
ul {
    padding: 0;
    margin: 0
}

*,
ol,
p,
ul {
    margin: 0
}

button,
iframe {
    border: none
}

.blog-details-wrapper .post-author-box .author-info ul.social-link li,
.footer-copyright .copyright-nav ul li,
.footer-widget .footer-content .social-link li,
a,
i,
main,
span {
    display: inline-block
}

:root {
    --heading-color: #111111;
    --white-color: #ffffff;
    --text-color: #696969;
    --border-color: rgba(16, 16, 16, 0.10);
    --main-gray: #F0F2F4;
    --font-24: 24px;
    --font-18: 18px;
    --font-16: 16px;
   --heading-font: "Satoshi", sans-serif;
--body-font: "Open Sans", sans-serif;

}

html {
    font-size: 100%
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

a {
    -webkit-transition: .3s ease-out;
    transition: .3s ease-out
}

.award-box.style-one .content h5,
.back-to-top,
.back-to-top:hover,
.blog-details-wrapper .post-author-box .author-info ul.social-link li a:hover,
.header-four .header-navigation .main-menu ul>li>a,
.header-nine .header-navigation .main-menu>ul>li>a,
.header-one .header-top .top-right ul.top-nav-link li a,
.header-seven .header-navigation .main-menu ul>li>a,
.header-six .header-navigation .main-menu>ul>li>a,
.header-three .header-navigation .main-menu ul>li>a,
.headline-wrap.style-one,
.play-button.style-one .video-popup:hover,
.engine-item.style-six.best-plan .engine-body .check-list li,
.engine-item.style-six.best-plan .engine-body .check-list li i,
.engine-item.style-six.best-plan .engine-body h5,
.engine-item.style-six.best-plan .engine-head h2,
.engine-item.style-six.best-plan .engine-head span.plan,
.engine-item.style-three .engine-body ul li,
.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white h6,
.text-white p,
.tool-item h5,
.yourcrypto-fancy-team-member:hover .designation,
.yourcrypto-fancy-team-member:hover .name,
.yourcryptolink-card-item.style-five .card-content .check-list li,
.yourcryptolink-iconic-box.style-fifteen:hover .content .read-more,
.yourcryptolink-iconic-box.style-fifteen:hover .content h5,
.yourcryptolink-iconic-box.style-one .content p,
.yourcryptolink-iconic-box.style-two:hover .content h4.title,
.yourcryptolink-iconic-box.style-two:hover .content h4.title i,
.yourcryptolink-rating-box .text-box ul.ratings li,
.yourcryptolink-professionals-item.style-four .professionals-content .author-info h4.title {
    color: var(--white-color)
}

a:focus,
button:focus,
input:focus,
textarea:focus {
    text-decoration: none;
    outline: 0
}

iframe,
input,
textarea {
    display: inherit
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
    margin: 0;
    color: var(--heading-color);
    font-family: var(--heading-font)
}

h1 {
    font-size: 85px;
    line-height: 100px
}

h2 {
    font-size: 52px;
    line-height: 58px
}

h3 {
    font-size: 27px;
    line-height: 40px
}

h4 {
    font-size: 22px;
    line-height: 34px
}

.sub-heading,
h5 {
    font-size: 20px
}

h5,
h6 {
    line-height: 1
}

h6 {
    font-size: 18px
}

ol,
ul {
    list-style-type: none
}

iframe {
    width: 100%
}

img {
    max-width: 100%
}

body {
    font-style: normal;
    font-weight: 400;
    color: var(--text-color);
    font-family: var(--body-font);
    font-size: 16px;
    line-height: 30px;
    overflow-x: hidden
}

main {
    width: 100%
}

::-webkit-scrollbar {
    width: 5px
}

::-webkit-scrollbar-track {
    background: #abafb9
}

::-webkit-scrollbar-thumb {
    background-color: #13172b
}

.preloader {
    bottom: 0;
    height: 100vh;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100vw;
    z-index: 99999;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: var(--white-color)
}

.back-to-top,
.footer-widget .footer-content .social-link a:hover,
.engine-item.style-four .engine-footer .theme-btn.style-one:hover,
.engine-item.style-four.engine-active .engine-footer .theme-btn.style-one,
.primary-bg,
.yourcryptolink-iconic-box.style-fifteen:hover,
.yourcryptolink-iconic-box.style-five:hover .icon {
    background-color: var(--primary-color)
}

.preloader .loader img {
    -webkit-animation: 3s ease-in-out infinite zoomInOut;
    animation: 3s ease-in-out infinite zoomInOut
}

@-webkit-keyframes zoomInOut {
    0%,
    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    50% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3)
    }
}

@keyframes zoomInOut {
    0%,
    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    50% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3)
    }
}

.back-to-top {
    position: absolute;
    bottom: 65px;
    right: 50%;
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.blog-post-item.style-six .post-thumbnail,
.form-group,
.p-r,
.engine-item.style-four .engine-header,
.video-popup,
.yourcryptolink-project-item.style-five .thumbnail {
    position: relative
}

#smooth-wrapper {
    z-index: 1
}

label {
    margin-bottom: 0
}

@media (min-width:1451px) {
    .container {
        max-width: 1314px
    }
}

.bg_cover {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 100% 100%
}

.font-200 {
    font-weight: 200
}

.form_control,
.engine-item.style-four .engine-footer .theme-btn,
.engine-item.style-six .engine-footer .theme-btn,
.team-item.style-two .member-image img,
.yourcryptolink-project-item.style-five .thumbnail img {
    width: 100%
}

.header-seven.sticky,
.primary-black-bg,
.theme-btn.style-one:hover {
    background-color: var(--primary-black-color)
}

.sub-heading {
    display: inline-block;
    padding: 5px 22px;
    border-radius: 14px;
    border: 2px solid rgba(241, 79, 68, .1);
    font-weight: 600;
    color: var(--heading-color);
    margin-bottom: 15px;
    background-color: #feeeed
}

.sub-heading i {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-right: 10px;
    color: var(--primary-color)
}

.section-title.style-one {
    max-width: 965px;
    margin: 0 auto 70px
}

.section-title.style-one h2 span {
    display: block
}

.engine-item.style-one .engine-footer .engine-button.bg-active .theme-btn.style-one,
.text-white .sub-heading {
    background-color: var(--white-color);
    color: var(--heading-color);
    border-color: transparent
}

.video-popup {
    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;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    z-index: 1
}

.video-popup:after,
.video-popup:before {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    border-radius: 50%;
    width: 100%;
    height: 100%;
    border: 1px solid var(--white-color);
    -webkit-animation: 2s ease-in infinite playpopup;
    animation: 2s ease-in infinite playpopup
}

.video-popup:before {
    -webkit-animation: 3s ease-in-out infinite playpopup;
    animation: 3s ease-in-out infinite playpopup
}

.play-button.style-one .video-popup {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    border: 1px rgba(255, 255, 255, .2);
    background-color: rgba(255, 255, 255, .1);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    font-size: 24px;
    color: var(--white-color)
}

.line_wrap .line_item:before,
.line_wrap .line_item_one:before {
    width: 1px;
    right: -1px;
    height: 100px;
    position: absolute;
    content: ""
}

@-webkit-keyframes playpopup {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: .6
    }
    50% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        opacity: .3
    }
    100% {
        -webkit-transform: scale(2);
        transform: scale(2);
        opacity: 0
    }
}

@keyframes playpopup {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: .6
    }
    50% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        opacity: .3
    }
    100% {
        -webkit-transform: scale(2);
        transform: scale(2);
        opacity: 0
    }
}

.read-more,
.theme-btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.theme-btn i,
.yourcryptolink-pagination.text-center ul li {
    margin-left: 7px
}

.theme-btn.style-one {
    position: relative;
    background-color: var(--primary-color);
    color: var(--white-color);
    padding: 13px 22px;
    font-weight: 600;
    font-size: 14px;
    border-radius: 8px;
    line-height: 1
}

.theme-btn.style-two {
    border: 1px solid rgba(31, 31, 31, .1);
    border-radius: 12px;
    padding: 11.5px 35px;
    font-weight: 700
}

.read-more.style-one:hover,
.theme-btn.style-two:hover,
.yourcryptolink-card-item.style-six:hover .button .icon-btn,
.yourcryptolink-iconic-box.style-one:hover .icon,
.yourcryptolink-pagination ul li a.active,
.yourcryptolink-pagination ul li a:hover {
    background-color: var(--primary-color);
    color: var(--white-color);
    border-color: transparent
}

.read-more.style-one {
    position: relative;
    padding: 7px 12px;
    border: 1px solid var(--border-color);
    color: var(--heading-color);
    border-radius: 5px;
    line-height: 25px
}

.read-more.style-one i,
.yourcryptolink-event-item .content .event-meta span i {
    margin-right: 7px
}

.read-more.style-two i {
    margin-left: 7px;
    -webkit-transition: .35s;
    transition: .35s
}

.blog-details-wrapper .comments-area .comments-list .comment .comment-author-content .reply:hover,
.blog-post-item.style-four .post-content h4.title:hover,
.blog-post-item.style-one .post-content h4.title:hover a,
.blog-post-item.style-three .post-content h4.title:hover a,
.blog-post-item.style-two .post-content h4.title:hover,
.footer-copyright .copyright-text p span,
.footer-widget .footer-content ul li a:hover,
.form-message.success,
.header-four .header-navigation .main-menu ul>li:hover>a,
.header-navigation .main-menu ul>li .sub-menu li a:hover,
.header-navigation .main-menu ul>li:hover>a,
.header-nine .header-navigation .main-menu>ul>li:hover>a,
.header-seven .header-navigation .main-menu ul>li:hover>a,
.header-six .header-navigation .main-menu>ul>li:hover>a,
.header-three .header-navigation .main-menu ul>li:hover>a,
.engine-item.style-three .engine-body ul li i.fa-badge-check,
.read-more.style-two:hover,
.sidebar-widget-area .sidebar-widget.sidebar-nav-widget .widget-content ul li a:hover,
.sidebar-widget-area .sidebar-widget.sidebar-post-widget .widget-content .post-thumbnail-content .post-title-date h6:hover,
.team-item.style-one .member-info h4.title:hover,
.yourcryptolink-iconic-box.style-eight .content .read-more:hover,
.yourcryptolink-product-item .product-info h4.title:hover,
.yourcryptolink-project-item.style-one .content h4.title:hover,
.yourcryptolink-project-item.style-two .content h4.title:hover {
    color: var(--primary-color)
}

.check-list.style-two li,
.header-five .header-navigation .main-menu>ul>li:hover>a,
.header-four .header-top .top-left span,
.header-four .header-top .top-right ul.top-nav-link li span,
.header-top .top-right ul.social-link li a,
.headline-wrap.style-two,
.engine-item.style-five .engine-body ul.check-list.style-one li i,
.yourcryptolink-card-item.style-four .content p {
    color: var(--heading-color)
}

.accordion-card.style-three .accordion-title .sn,
.blog-post-item.style-one .post-content .post-meta span i,
.blog-post-item.style-six .post-content .post-meta span i,
.blog-post-item.style-three .post-content .post-meta span i,
.header-four .header-top .top-right ul.top-nav-link li span i,
.header-one .header-top .top-right ul.social-link li:not(:last-child),
.header-top .top-left span i,
.engine-item.style-three .engine-body ul li i,
.read-more.style-two:hover i {
    margin-right: 10px
}

.flex-center {
    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
}

.check-list.style-one li,
.sidebar-widget-area .sidebar-widget.sidebar-post-widget .widget-content .post-thumbnail-content,
.yourcryptolink-iconic-box.style-six,
.yourcryptolink-professionals-item.style-eight .author-thumb-info,
.yourcryptolink-professionals-item.style-four,
.yourcryptolink-professionals-item.style-six .professionals-content .author-thumb-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.blog-details-wrapper .comments-area .comments-list .comment .comment-author-content p,
.blog-post-item.style-one .post-content .post-meta span,
.blog-post-item.style-three .post-content .post-meta span,
.blog-post-item.style-two .post-content .post-meta span,
.check-list.style-one li:not(:last-child),
.engine-item.style-five .engine-body ul.check-list.style-one li:not(:last-child),
.team-item.style-two .member-info h5,
.yourcryptolink-event-item .content .event-meta span,
.yourcryptolink-event-item .content h4.title,
.yourcryptolink-iconic-box.style-four .content h6,
.yourcryptolink-project-item.style-five .content .project-meta span,
.yourcryptolink-professionals-item.style-eight .author-thumb-info .author-info h5,
.yourcryptolink-professionals-item.style-seven .professionals-content .author-info h5 {
    margin-bottom: 10px
}

.check-list.style-one li i {
    color: var(--primary-color);
    margin-right: 10px
}

.check-list.style-two li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 15px 20px;
    background-color: #f4f7f6;
    border-radius: 50px;
    font: 600 16px var(--heading-font);
    letter-spacing: -.48px
}

.blog-post-item.style-two .post-content p,
.check-list.style-two li:not(:last-child),
.engine-item.style-four .engine-header p,
.engine-item.style-six .engine-body h5,
.engine-item.style-six .engine-head h2,
.engine-item.style-three .engine-body ul li:not(:last-child),
.engine-item.style-two .engine-header,
.sidebar-widget-area .sidebar-widget.sidebar-post-widget .widget-content ul li:not(:last-child),
.yourcryptolink-card-item.style-one .content h5,
.yourcryptolink-counter-item.style-one .content h2,
.yourcryptolink-iconic-box.style-fifteen .content h5,
.yourcryptolink-iconic-box.style-fifteen .content p,
.yourcryptolink-iconic-box.style-five .content h4.title,
.yourcryptolink-iconic-box.style-fourteen .content h4,
.yourcryptolink-proceycl-item.style-one .content h5,
.yourcryptolink-project-item.style-one .content h4.title {
    margin-bottom: 20px
}

.check-list.style-two li i {
    font-size: 20px;
    color: var(--primary-color);
    margin-right: 10px
}

.ratings li {
    display: inline-block;
    color: #f90
}

.headline-wrap {
    font-size: 250px;
    line-height: normal;
    font-family: var(--heading-font);
    text-transform: capitalize
}

.headline-wrap .marquee-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    white-space: nowrap
}

.headline-wrap .marquee-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 50px
}

.headline-wrap .marquee-inner,
.engine-item.style-one .engine-footer,
.yourcryptolink-professionals-item.style-one .professionals-content .author-info-box,
.yourcryptolink-professionals-item.style-two .professionals-content .author-info-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.headline-wrap .marquee-inner.left {
    -webkit-animation: 15s linear infinite marquee_left;
    animation: 15s linear infinite marquee_left
}

@-webkit-keyframes marquee {
    100% {
        -webkit-transform: translate(-100%, 0);
        transform: translate(-100%, 0)
    }
}

@keyframes marquee {
    100% {
        -webkit-transform: translate(-100%, 0);
        transform: translate(-100%, 0)
    }
}

@-webkit-keyframes marquee_right {
    from {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes marquee_right {
    from {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@-webkit-keyframes marquee_left {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    to {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

@keyframes marquee_left {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    to {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

.animate-float-bob-x {
    -webkit-animation-name: float-bob-x;
    animation-name: float-bob-x;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear
}

.animate-float-bob-y {
    -webkit-animation-name: float-bob-y;
    animation-name: float-bob-y;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear
}

@-webkit-keyframes float-bob-x {
    0%,
    100% {
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px)
    }
    50% {
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px)
    }
}

@keyframes float-bob-x {
    0%,
    100% {
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px)
    }
    50% {
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px)
    }
}

@-webkit-keyframes float-bob-y {
    0%,
    100% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px)
    }
    50% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px)
    }
}

@keyframes float-bob-y {
    0%,
    100% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px)
    }
    50% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px)
    }
}

@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes spin {
    from {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.rotate360 {
    -webkit-animation: 7s linear infinite spin;
    animation: 7s linear infinite spin
}

.zoomInOut {
    -webkit-animation: 6s linear infinite zoomInOut;
    animation: 6s linear infinite zoomInOut
}

@keyframes zoomInOut {
    0%,
    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    50% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
}

.line_wrap {
    position: absolute;
    top: 0;
    left: 50%;
    bottom: 0;
    width: 80%;
    height: 100%;
    z-index: -1;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.offcanvas__overlay,
.sidebar-panel {
    position: fixed;
    height: 100%;
    top: 0;
    right: 0
}

.line_wrap .line_item_one {
    position: relative;
    height: 100%;
    border-left: 1px solid rgba(0, 0, 0, .07)
}

.line_wrap .line_item_one:before {
    -webkit-animation: 15s ease-out infinite scroll1;
    animation: 15s ease-out infinite scroll1;
    background: -webkit-gradient(linear, left bottom, left top, from(#000), to(transparent));
    background: linear-gradient(0deg, #000, transparent)
}

.line_wrap .line_item {
    position: relative;
    width: 25%;
    height: 100%;
    border-right: 1px solid rgba(0, 0, 0, .07)
}

.line_wrap .line_item:nth-child(odd):before {
    -webkit-animation: 15s ease-out infinite scroll1;
    animation: 15s ease-out infinite scroll1;
    background: -webkit-gradient(linear, left bottom, left top, from(transparent), to(#000));
    background: linear-gradient(0deg, transparent, #000)
}

.line_wrap .line_item:nth-child(2n):before {
    -webkit-animation: 15s ease-out infinite scroll2;
    animation: 15s ease-out infinite scroll2;
    background: -webkit-gradient(linear, left bottom, left top, from(#000), to(transparent));
    background: linear-gradient(0deg, #000, transparent)
}

@-webkit-keyframes scroll1 {
    0% {
        top: 0;
        opacity: 1
    }
    50% {
        top: 50%
    }
    100% {
        top: 100%;
        opacity: .5
    }
}

@keyframes scroll1 {
    0% {
        top: 0;
        opacity: 1
    }
    50% {
        top: 50%
    }
    100% {
        top: 100%;
        opacity: .5
    }
}

@-webkit-keyframes scroll2 {
    0% {
        opacity: 1;
        bottom: 0
    }
    50% {
        bottom: 50%
    }
    100% {
        bottom: 100%;
        opacity: .5
    }
}

@keyframes scroll2 {
    0% {
        opacity: 1;
        bottom: 0
    }
    50% {
        bottom: 50%
    }
    100% {
        bottom: 100%;
        opacity: .5
    }
}

.offcanvas__overlay {
    width: 100%;
    background: #151515;
    z-index: 900;
    opacity: 0;
    visibility: hidden
}

.offcanvas__overlay.overlay-open {
    opacity: .8;
    visibility: visible
}

.sidebar-btn {
    margin-left: 15px;
    cursor: pointer;
    text-align: right
}

.sidebar-btn span {
    width: 30px;
    display: block;
    height: 2px;
    background-color: var(--heading-color)
}

.sidebar-btn span:nth-child(2) {
    margin-top: 5px;
    margin-bottom: 5px;
    width: 25px;
    margin-left: auto
}

.sidebar-panel {
    z-index: 1111;
    width: 350px;
    opacity: 1;
    background-color: var(--white-color);
    -webkit-transition: opacity .45s ease-in-out, -webkit-transform .45s ease-in-out;
    transition: transform .45s ease-in-out, opacity .45s ease-in-out, -webkit-transform .45s ease-in-out;
    -webkit-transform: translateX(calc(100% + 80px));
    transform: translateX(calc(100% + 80px));
    padding: 40px 30px;
    overflow: auto
}

.sidebar-panel.info-open {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1
}

.sidebar-panel .panel-close .panel-close-btn {
    width: 40px;
    height: 40px;
    border: 1px solid var(--border-color);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: transparent
}

.sidebar-panel .panel-body .panel-box h5 {
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid var(--border-color)
}

.blog-post-item.style-four .post-content h4.title,
.blog-post-item.style-one .post-content h4.title,
.blog-post-item.style-six .post-content p,
.blog-post-item.style-three .post-content h4.title,
.engine-item.style-four .engine-body ul.check-list li:not(:last-child),
.sidebar-panel .panel-body .panel-box p,
.sidebar-widget-area .sidebar-widget.sidebar-course-info-widget .widget-content .course-info .course-button,
.yourcryptolink-card-item.style-four .content h4.title,
.yourcryptolink-iconic-box.style-eight .content p,
.yourcryptolink-iconic-box.style-three .content h4.title,
.yourcryptolink-professionals-item.style-six .professionals-content ul.ratings {
    margin-bottom: 15px
}

.sidebar-panel .panel-body .panel-box p i {
    width: 20px;
    margin-right: 10px;
    color: var(--primary-color)
}

.sidebar-panel .panel-body .panel-box ul.social-link li {
    display: inline-block;
    margin-right: 5px
}

.sidebar-panel .panel-body .panel-box ul.social-link li a {
    width: 40px;
    height: 40px;
    border: 1px solid var(--border-color);
    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: 50%
}

.blog-details-wrapper .blog-post-main .entry-footer .social-share a:hover,
.blog-details-wrapper .blog-post-main .entry-footer .tag-links a:hover,
.sidebar-panel .panel-body .panel-box ul.social-link li a:hover,
.sidebar-widget-area .sidebar-widget.sidebar-tag-widget .widget-content a:hover,
.yourcryptolink-iconic-box.style-eight:hover .icon,
.yourcryptolink-iconic-box.style-two:hover,
.yourcryptolink-project-item.style-four:hover .icon-btn {
    background-color: var(--primary-color);
    color: var(--white-color)
}

.yourcryptolink-pagination ul li {
    display: inline-block;
    margin-right: 7px
}

.yourcryptolink-pagination ul li a {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid var(--border-color);
    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: 1px solid rgba(31, 31, 31, .1);
    font: 600 16px var(--heading-font);
    letter-spacing: -.36px
}

.form-message {
    padding: 10px 0 0
}

.form-message.error {
    color: rgba(209, 12, 12, .808)
}

.transparent-header {
    position: absolute;
    background-color: transparent;
    left: 0;
    width: 100%;
    z-index: 999
}

.header-five,
.header-four .header-navigation .nav-right-item .navbar-toggler span,
.header-navigation .main-menu ul>li .sub-menu,
.header-nine .header-navigation .nav-right-item .navbar-toggler span,
.header-one .header-navigation .nav-inner-menu,
.header-one .header-top .top-right ul:not(:last-child):after,
.header-six .header-navigation .nav-right-item .navbar-toggler span,
.header-three .header-navigation .nav-right-item .navbar-toggler span,
.header-two {
    background-color: var(--white-color)
}

.header-area {
    position: relative;
    z-index: 9999
}

.header-top .top-left span {
    font-size: 14px;
    font-weight: 700;
    color: var(--heading-color)
}

.blog-post-item.style-two .post-content .post-meta span.category,
.header-top .top-left span:not(:last-child),
.header-top .top-right ul.social-link li:not(:last-child),
.engine-item.style-four .engine-wrapper .engine,
.yourcryptolink-event-item .content .event-meta span:not(:last-child) {
    margin-right: 15px
}

.header-top .top-left span a {
    letter-spacing: -.28px
}

.footer-copyright .copyright-nav,
.header-top .top-right,
.sidebar-widget-area .sidebar-widget.sidebar-course-info-widget .widget-content .course-info ul li span,
.sidebar-widget-area .sidebar-widget.sidebar-event-widget ul li span,
.sidebar-widget-area .sidebar-widget.sidebar-nav-widget .widget-content ul li a span,
.yourcryptolink-progreycl-item .progreycl-title span {
    float: right
}

.blog-standard-ycl .blog-quote-post-item .post-content p,
.header-top .top-right ul {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.header-top .top-right ul:not(:last-child):after {
    display: inline-block;
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: var(--heading-color);
    margin-left: 30px;
    margin-right: 30px
}

.header-navigation .nav-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    -webkit-transition: .3s ease-out;
    transition: .3s ease-out;
    visibility: hidden;
    opacity: 0;
    z-index: 9999
}

.header-navigation .nav-overlay.active,
.team-item.style-one:hover .member-image .hover-content,
.yourcrypto-fancy-team-member:hover::before,
.yourcryptolink-card-item.style-one:hover .thumbnail .hover-overlay,
.yourcryptolink-project-item.style-two:hover .thumbnail .hover-overlay {
    visibility: visible;
    opacity: 1
}

.blog-details-wrapper .post-navigation,
.header-navigation .primary-menu,
.yourcryptolink-project-item.style-four .content-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.header-navigation .site-branding {
    max-width: 200px
}

.header-navigation .main-menu ul>li {
    display: inline-block;
    position: relative;
    margin-left: 17px;
    margin-right: 17px
}

.header-navigation .main-menu ul>li>a {
    position: relative;
    display: block;
    font: 500 18px var(--heading-font);
    text-transform: capitalize;
    line-height: 1;
    color: var(--heading-color);
    padding: 36px 0
}

.header-navigation .main-menu ul>li>a:after {
    position: absolute;
    bottom: 35%;
    right: 0;
    content: "";
    width: 0%;
    height: 1px;
    background-color: var(--primary-color);
    -webkit-transition: .35s ease-in-out;
    transition: .35s ease-in-out
}

.header-navigation .main-menu ul>li>a span.dd-trigger {
    margin-left: 5px
}

.header-navigation .main-menu ul>li .sub-menu {
    position: absolute;
    left: 0;
    top: 120%;
    width: 250px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .2s;
    transition: .2s;
    z-index: 99;
    padding: 10px 0;
    height: auto;
    text-align: left;
    -webkit-box-shadow: 0 30px 80px 15px rgba(0, 0, 0, .09);
    box-shadow: 0 30px 80px 15px rgba(0, 0, 0, .09);
    border-radius: 7px
}

.header-navigation .main-menu ul>li .sub-menu li {
    display: block;
    margin: 0
}

.header-navigation .main-menu ul>li .sub-menu li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 30px;
    position: relative;
    line-height: 2.5;
    margin: 0;
    color: var(--heading-color);
    -webkit-transition: .3s ease-out;
    transition: .3s ease-out
}

.header-navigation .main-menu ul>li .sub-menu li a span.dd-trigger,
.sidebar-widget-area .sidebar-widget.sidebar-banner-widget img {
    margin-left: auto
}

.header-navigation .main-menu ul>li .sub-menu li a::after,
.sidebar-widget-area .sidebar-widget.sidebar-course-info-widget .widget-content .course-preview .play-button .video-popup:after,
.sidebar-widget-area .sidebar-widget.sidebar-course-info-widget .widget-content .course-preview .play-button .video-popup:before {
    display: none
}

.header-navigation .main-menu ul>li .sub-menu li .sub-menu {
    left: 100%;
    top: 50%
}

@media (min-width:1200px) and (max-width:1450px) {
    .container {
        max-width: 1200px
    }
    .section-title h2 {
        font-size: 42px;
        line-height: 55px
    }
    .header-navigation .main-menu ul>li .sub-menu li .sub-menu {
        left: auto;
        right: 100%;
        top: 50%
    }
}

.header-navigation .main-menu ul>li .sub-menu li:hover .sub-menu,
.header-two.sticky {
    top: 0
}

.header-navigation .main-menu ul>li .sub-menu li:hover>a {
    margin-left: 5px;
    color: var(--primary-color)
}

.header-navigation .main-menu ul>li:hover>a:after,
.yourcryptolink-info-box.style-one:hover .content h4.title:after {
    left: 0;
    right: auto;
    width: 100%
}

.header-navigation .main-menu ul>li:hover>.sub-menu {
    opacity: 1;
    visibility: visible;
    top: 100%
}

.header-navigation .navbar-toggler {
    padding: 11px 7px;
    border: 1px solid var(--heading-color);
    background-color: transparent;
    cursor: pointer;
    display: none;
    border-radius: 5px;
    margin-left: 20px
}

.header-navigation .navbar-toggler span {
    position: relative;
    border-radius: 3px;
    height: 2px;
    padding: 0;
    width: 30px;
    cursor: pointer;
    display: block;
    -webkit-transition: .3s ease-out;
    transition: .3s ease-out;
    background-color: var(--heading-color)
}

.header-navigation .navbar-toggler span:not(:first-child) {
    margin-top: 5px
}

.header-navigation .navbar-toggler.active span:first-of-type {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    top: 7px
}

.header-navigation .navbar-toggler.active span:nth-of-type(2) {
    opacity: 0
}

.header-navigation .navbar-toggler.active span:nth-of-type(3) {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    top: -7px
}

.nav-right-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.header-one .header-top {
    background-color: var(--primary-color);
    padding: 8px 0 55px
}

@media screen and (min-width:992px) and (max-width:1200px) {
    .section-title h2 {
        font-size: 32px;
        line-height: 45px
    }
    .check-list.style-one li {
        font-size: 14px
    }
    .header-navigation .main-menu ul>li {
        margin-left: 8px;
        margin-right: 8px
    }
    .header-navigation .main-menu ul>li>a {
        font-size: 16px !important
    }
    .header-navigation .main-menu ul>li .sub-menu li .sub-menu {
        left: auto;
        right: 100%;
        top: 50%
    }
    .header-one {
        padding: 60px 0
    }
    .header-one .header-top {
        display: none
    }
}

.header-one .header-top .container-fluid {
    padding-right: calc(var(--bs-gutter-x) * 3.3);
    padding-left: calc(var(--bs-gutter-x) * 3.3)
}

.header-one .header-navigation,
.header-two,
.yourcryptolink-counter-item.style-two .content {
    padding: 0 30px
}

.header-one .header-top .top-left span {
    color: var(--white-color);
    font-weight: 500
}

.header-four .header-top .top-right ul.top-nav-link li span a,
.header-one .header-top .top-left span span,
.yourcryptolink-iconic-box.style-two .content p span {
    font-weight: 700
}

.footer-copyright .copyright-nav ul li:not(:last-child),
.header-four .header-top .top-right ul.top-nav-link li:not(:last-child),
.header-one .header-top .top-right ul.top-nav-link li:not(:last-child),
.yourcryptolink-course-item.style-one .course-info-wrap .course-stats span:not(:last-child) {
    margin-right: 25px
}

.header-one .header-top .top-right ul.top-nav-link li a:hover {
    text-decoration: underline
}

.header-one .header-top .top-right ul.social-link a {
    color: var(--white-color);
    width: 25px;
    height: 25px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, .1);
    background-color: rgba(255, 255, 255, .05);
    font-size: 10px;
    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
}

.header-one .header-top .top-right ul.social-link a:hover {
    color: var(--primary-color);
    background-color: var(--white-color)
}

.header-one .header-navigation .nav-inner-menu {
    padding: 0 50px;
    -webkit-box-shadow: 10px 4px 60px rgba(157, 157, 157, .25);
    box-shadow: 10px 4px 60px rgba(157, 157, 157, .25);
    border-radius: 15px;
    margin-top: -40px
}

@media screen and (max-width:991px) {
    .section-title h2 {
        font-size: 28px;
        line-height: 35px
    }
    .headline-wrap {
        font-size: 150px
    }
    .header-navigation .yourcryptolink-nav-menu {
        text-align: left;
        position: fixed;
        top: 0;
        left: -290px;
        width: 290px;
        height: 100%;
        -webkit-transition-duration: .5s;
        transition-duration: .5s;
        padding: 20px 20px 30px;
        display: block;
        overflow-x: hidden;
        overflow-y: scroll;
        z-index: 9999;
        background-color: var(--white-color)
    }
    .header-navigation .yourcryptolink-nav-menu.menu-on {
        left: 0
    }
    .header-navigation .yourcryptolink-nav-menu .main-menu {
        margin-top: 30px
    }
    .header-navigation .yourcryptolink-nav-menu .main-menu ul li {
        display: block;
        margin: 0
    }
    .header-navigation .yourcryptolink-nav-menu .main-menu ul li:not(:last-child) {
        border-bottom: 1px solid var(--border-color)
    }
    .header-navigation .yourcryptolink-nav-menu .main-menu ul li a {
        display: block;
        padding: 12px 0;
        font-size: 18px
    }
    .header-navigation .yourcryptolink-nav-menu .main-menu ul li a:after,
    .header-one .header-top {
        display: none
    }
    .header-navigation .yourcryptolink-nav-menu .main-menu ul li .sub-menu {
        width: 100%;
        position: relative;
        top: 0;
        left: 0;
        padding: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        background-color: transparent;
        visibility: visible;
        opacity: 1;
        display: none;
        -webkit-transition: none;
        transition: none
    }
    .header-navigation .yourcryptolink-nav-menu .main-menu ul li .sub-menu>li>a {
        padding: 5px 20px
    }
    .header-navigation .yourcryptolink-nav-menu .main-menu ul li .sub-menu>li .sub-menu {
        width: 100%;
        position: relative;
        top: 0;
        left: 0;
        padding: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        background-color: transparent;
        visibility: visible;
        opacity: 1;
        display: none;
        -webkit-transition: none;
        transition: none;
        margin-left: 30px
    }
    .header-navigation .yourcryptolink-nav-menu .main-menu ul li .dd-trigger {
        position: absolute;
        right: 0;
        top: 10px;
        height: 25px;
        width: 25px;
        border-radius: 3px;
        z-index: 2;
        cursor: pointer;
        font-size: 16px
    }
    .header-navigation .navbar-close {
        width: 35px;
        height: 35px;
        border-radius: 4px;
        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: 1px solid var(--border-color);
        font-size: 16px
    }
    .header-navigation .navbar-toggler {
        display: block
    }
    .header-navigation .yourcryptolink-nav-button .theme-btn.style-one {
        padding: 17px 24px
    }
    .header-navigation .yourcryptolink-menu-bottom h5 {
        margin-bottom: 25px
    }
    .header-navigation .yourcryptolink-menu-bottom .social-link li {
        display: inline-block;
        margin-right: 10px
    }
    .header-navigation .yourcryptolink-menu-bottom .social-link li a {
        width: 40px;
        height: 40px;
        border-radius: 50%;
        border: 1px solid var(--border-color);
        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
    }
    .header-navigation .yourcryptolink-menu-bottom .social-link li a:hover {
        background-color: var(--primary-color);
        color: var(--white-color)
    }
    .header-one {
        padding: 60px 0
    }
    .header-one .header-navigation {
        padding: 0 15px
    }
    .header-one .header-navigation .nav-inner-menu {
        padding: 15px 20px
    }
}

.footer-newsletter-widget .footer-content .form-group .theme-btn.style-one,
.header-one .header-navigation .nav-right-item .theme-btn.style-one {
    padding: 13px 22px;
    font-size: 14px;
    font-weight: 600
}

.header-two {
    border-radius: 10px;
    border: 1px solid rgba(38, 39, 43, .1)
}

.header-two.transparent-header {
    top: 60px
}

.header-two .nav-right-item .theme-btn {
    padding: 13px 20px
}

.header-three .header-navigation {
    padding: 0 100px;
    border-bottom: 1px solid rgba(255, 255, 255, .15)
}

.header-three .header-navigation .nav-right-item .theme-btn.style-two {
    font-size: 14px;
    padding: 7px 25px;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, .1);
    background-color: rgba(255, 255, 255, .1);
    color: var(--white-color)
}

.header-three .header-navigation .nav-right-item .theme-btn.style-two:hover {
    background-color: transparent;
    border-color: var(--primary-color)
}

.header-four .header-navigation .nav-right-item .theme-btn.style-one:hover,
.header-four .header-top,
.yourcryptolink-card-item.style-four.bg_one {
    background-color: var(--secondary-color)
}

.header-four .header-navigation .nav-right-item .navbar-toggler,
.header-nine .header-navigation .nav-right-item .navbar-toggler,
.header-six .header-navigation .nav-right-item .navbar-toggler,
.header-three .header-navigation .nav-right-item .navbar-toggler {
    border-color: #fff
}

.header-four .header-top {
    padding: 5px 0
}

.header-four .header-top .container-fluid {
    padding-right: calc(var(--bs-gutter-x) * 4.3);
    padding-left: calc(var(--bs-gutter-x) * 4.3)
}

.header-four .header-navigation {
    padding: 0 100px
}

.header-four .header-navigation .nav-right-item .search-form {
    margin-right: 40px
}

.header-four .header-navigation .nav-right-item .search-form form label {
    position: absolute;
    top: 0;
    left: 0;
    color: var(--white-color)
}

.header-four .header-navigation .nav-right-item .search-form form .form_control {
    background-color: transparent;
    min-width: 300px;
    max-width: 300px;
    width: 100%;
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    padding-left: 30px;
    padding-right: 10px;
    color: rgba(255, 255, 255, .4)
}

.header-four .header-navigation .nav-right-item .search-form form .form_control::-webkit-input-placeholder {
    color: rgba(255, 255, 255, .4)
}

.header-four .header-navigation .nav-right-item .search-form form .form_control::-moz-placeholder {
    color: rgba(255, 255, 255, .4)
}

.header-four .header-navigation .nav-right-item .search-form form .form_control:-ms-input-placeholder {
    color: rgba(255, 255, 255, .4)
}

.header-four .header-navigation .nav-right-item .search-form form .form_control::-ms-input-placeholder {
    color: rgba(255, 255, 255, .4)
}

.header-four .header-navigation .nav-right-item .search-form form .form_control::placeholder {
    color: rgba(255, 255, 255, .4)
}

.header-four .header-navigation .nav-right-item .theme-btn.style-one {
    padding: 16px 25px;
    font-size: 14px;
    border-radius: 8px
}

.header-five .header-navigation .main-menu>ul>li a {
    color: #696969
}

.header-five .header-navigation .nav-right-item .nav-button .theme-btn.style-one {
    padding: 14px 20px;
    font-size: 14px;
    border: 1px solid transparent
}

.header-five .header-navigation .nav-right-item .nav-button .theme-btn.style-one:hover {
    color: var(--heading-color);
    background-color: transparent;
    border-color: var(--primary-color)
}

.header-seven .header-navigation .nav-right-item .nav-button .theme-btn.style-one {
    padding: 13px 20px;
    font-size: 14px
}

.header-seven .header-navigation .nav-right-item .navbar-toggler {
    border-color: rgba(255, 255, 255, .3)
}

.header-seven .header-navigation .nav-right-item .navbar-toggler span {
    background-color: rgba(255, 255, 255, .5)
}

.header-eight .header-navigation {
    background-color: var(--white-color);
    -webkit-box-shadow: 0 1px 20px 0 rgba(41, 92, 81, .1);
    box-shadow: 0 1px 20px 0 rgba(41, 92, 81, .1)
}

.header-nine .header-navigation .nav-right-item .nav-button .theme-btn.style-one {
    font-size: 14px;
    padding: 16px 26px
}

.header-navigation,
.yourcrypto-fancy-team-member .social-links span i {
    -webkit-transition: .3s;
    transition: .3s
}

.sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 1000;
    margin: 0 auto
}

.sticky.header-navigation .nav-inner-menu {
    border-radius: 0 0 10px 10px
}

.header-one .header-navigation.sticky .nav-inner-menu {
    margin-top: 0
}

.header-three.sticky {
    background-color: #0a0118
}

.header-four .header-navigation.sticky {
    background-color: #042a1b
}

.header-five {
    border-bottom: 1px solid transparent
}

.header-five.sticky {
    border-color: rgba(16, 16, 16, .2)
}

.header-six.sticky {
    background-color: #0a0018
}

.header-nine.sticky {
    background-color: #000308
}

.yourcryptolink-info-box.style-one {
    background-color: var(--white-color);
    padding: 40px 50px 35px;
    border-radius: 10px
}

.yourcryptolink-info-box.style-one:hover .content .number {
    color: var(--white-color);
    background-color: var(--primary-color);
    border-color: transparent
}

.yourcryptolink-info-box.style-one .content .number {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid #e9e9e9;
    letter-spacing: -.32px;
    font-weight: 600;
    line-height: 1;
    color: var(--heading-color);
    -webkit-transition: .3s ease-out;
    transition: .3s ease-out;
    margin-bottom: 20px
}

.yourcryptolink-info-box.style-one .content h4.title {
    padding-bottom: 30px;
    margin-bottom: 30px;
    position: relative
}

.yourcryptolink-info-box.style-one .content h4.title:after,
.yourcryptolink-info-box.style-one .content h4.title:before {
    position: absolute;
    bottom: 0;
    content: "";
    height: 1px
}

.yourcryptolink-info-box.style-one .content h4.title:after {
    right: 0;
    width: 0%;
    background-color: var(--heading-color);
    -webkit-transition: .4s ease-in-out;
    transition: .4s ease-in-out
}

.yourcryptolink-info-box.style-one .content h4.title:before {
    left: 0;
    width: 100%;
    background-color: #e9e9e9
}

.yourcryptolink-counter-item.style-one,
.yourcryptolink-counter-item.style-two {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.yourcryptolink-iconic-box.style-one {
    background-color: #2f2f2f;
    border: 1px solid rgba(255, 255, 255, .1);
    max-width: 520px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 30px 30px 25px;
    border-radius: 10px
}

.yourcryptolink-iconic-box.style-one .icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 14px;
    color: var(--white-color);
    border: 1px solid var(--white-color);
    margin-right: 30px;
    -webkit-transition: .35s ease-out;
    transition: .35s ease-out
}

.yourcryptolink-iconic-box.style-one .content {
    margin-top: -8px
}

.yourcryptolink-iconic-box.style-one .content h4.title {
    color: var(--white-color);
    margin-bottom: 10px
}

.yourcryptolink-iconic-box.style-two {
    border-radius: 10px;
    background-color: var(--white-color);
    padding: 20px 50px;
    max-width: 410px;
    text-align: left;
    -webkit-transition: .3s ease-out;
    transition: .3s ease-out
}

.yourcryptolink-iconic-box.style-two .icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: 65px;
    margin-right: 25px
}

.yourcryptolink-iconic-box.style-two .content h4.title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 15px
}

.yourcryptolink-iconic-box.style-two .content h4.title i {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    font-size: 55px;
    margin-right: 35px;
    color: var(--primary-color)
}

.yourcryptolink-iconic-box.style-two .content h4.title span {
    letter-spacing: -.48px
}

.yourcryptolink-iconic-box.style-three {
    padding: 30px 30px 25px;
    border: 1px solid rgba(38, 39, 43, .1);
    background-color: var(--white-color);
    border-radius: 10px;
    -webkit-box-shadow: 10px 4px 60px 0 rgba(193, 193, 193, .25);
    box-shadow: 10px 4px 60px 0 rgba(193, 193, 193, .25);
    -webkit-transition: .3s ease-out;
    transition: .3s ease-out
}

.blog-details-wrapper .contact-wrapper .contact-form .form_control:focus,
.engine-item.style-four.engine-active,
.sidebar-widget-area .sidebar-widget.sidebar-search-widget .widget-content form .form_control:focus,
.yourcryptolink-card-item.style-six:hover,
.yourcryptolink-iconic-box.style-five:hover,
.yourcryptolink-iconic-box.style-three:hover {
    border-color: var(--primary-color)
}

.yourcryptolink-iconic-box.style-three .icon {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    border: 1px solid rgba(38, 39, 43, .1);
    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;
    font-size: 22px;
    color: var(--white-color);
    background-color: var(--primary-color);
    margin-bottom: 25px
}

.yourcryptolink-iconic-box.style-four .icon {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: var(--primary-color);
    color: var(--white-color);
    font-size: 14px;
    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;
    margin-bottom: 20px
}

.yourcryptolink-iconic-box.style-five {
    padding: 50px 40px 45px;
    background-color: #fff;
    border: 1px solid rgba(16, 16, 16, .1);
    border-radius: 10px;
    -webkit-transition: .3s ease-out;
    transition: .3s ease-out
}

.yourcryptolink-iconic-box.style-five .icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 65px;
    height: 65px;
    border-radius: 7px;
    background-color: rgba(48, 232, 122, .2);
    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;
    font-size: 35px;
    margin-bottom: 30px;
    color: var(--heading-color);
    -webkit-transition: .3s;
    transition: .3s
}

.yourcryptolink-iconic-box.style-six .icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 55px;
    height: 55px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: var(--secondary-color);
    color: var(--heading-color);
    margin-right: 20px;
    border-radius: 5px;
    font-size: 27px
}

.engine-item.style-four .engine-wrapper .duration h6,
.yourcryptolink-iconic-box.style-six .content h5 {
    margin-bottom: 5px
}

.yourcryptolink-iconic-box.style-seven {
    padding: 30px 40px;
    border-radius: 7px;
    background-color: var(--white-color);
    max-width: 520px
}

.yourcryptolink-iconic-box.style-seven .content h4.title {
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 600
}

.yourcryptolink-iconic-box.style-seven .content h4.title i {
    margin-right: 20px;
    color: #042a1b;
    margin-top: 5px
}

.yourcryptolink-iconic-box.style-eight {
    background-color: var(--white-color);
    border-radius: 10px;
    padding: 30px 30px 27px;
    -webkit-box-shadow: 10px 4px 60px 0 rgba(193, 193, 193, .25);
    box-shadow: 10px 4px 60px 0 rgba(193, 193, 193, .25)
}

@media (min-width:1200px) and (max-width:1450px) {
    .header-one .header-top .container-fluid {
        padding-left: 40px;
        padding-right: 40px
    }
    .header-three .header-navigation {
        padding: 0 50px
    }
    .header-four .header-top .container-fluid {
        padding-right: calc(var(--bs-gutter-x) * 1.3);
        padding-left: calc(var(--bs-gutter-x) * 1.3)
    }
    .header-four .header-navigation {
        padding: 0 30px
    }
    .header-four .header-navigation .nav-right-item .search-form form .form_control {
        min-width: 250px;
        max-width: 250px
    }
    .yourcryptolink-iconic-box.style-two .content h4.title {
        font-size: 18px;
        line-height: 30px
    }
    .yourcryptolink-iconic-box.style-eight {
        padding: 30px 27px 27px
    }
}

.yourcryptolink-iconic-box.style-eight .icon {
    width: 75px;
    height: 75px;
    border-radius: 50%;
    background-color: rgba(0, 161, 252, .1);
    font-size: 35px;
    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;
    color: var(--heading-color);
    margin-bottom: 20px;
    -webkit-transition: .3s;
    transition: .3s
}

.engine-item.style-three .engine-header h2 span.duration,
.yourcryptolink-iconic-box.style-eleven .icon i,
.yourcryptolink-iconic-box.style-ten .icon {
    background: -webkit-gradient(linear, left top, right top, from(#fe7587), to(#7d42dc))
}

.footer-widget .footer-content ul li:not(:last-child),
.yourcryptolink-iconic-box.style-eight .content h4 {
    margin-bottom: 12px
}

.yourcryptolink-iconic-box.style-eight .content .read-more {
    color: var(--heading-color);
    text-decoration: underline
}

.yourcryptolink-iconic-box.style-nine {
    padding: 30px 30px 25px;
    border-radius: 10px;
    text-align: center
}

@media screen and (min-width:992px) and (max-width:1200px) {
    .header-four .header-navigation,
    .header-one .header-navigation .nav-inner-menu,
    .header-three .header-navigation {
        padding: 0 30px
    }
    .header-two {
        padding: 0 15px
    }
    .header-four .header-top .container-fluid {
        padding-right: calc(var(--bs-gutter-x) * 1.3);
        padding-left: calc(var(--bs-gutter-x) * 1.3)
    }
    .header-four .header-navigation .nav-right-item .search-form {
        display: none
    }
    .yourcryptolink-info-box.style-one {
        padding: 40px 30px
    }
    .yourcryptolink-info-box.style-one .content h4.title {
        font-size: 18px;
        line-height: 30px;
        padding-bottom: 20px;
        margin-bottom: 20px
    }
    .yourcryptolink-iconic-box.style-two {
        margin: 0 auto 10px
    }
    .yourcryptolink-iconic-box.style-three {
        padding: 30px 20px 25px
    }
    .yourcryptolink-iconic-box.style-three .content h4.title {
        font-size: 20px
    }
    .yourcryptolink-iconic-box.style-five {
        padding: 40px 25px 35px
    }
    .yourcryptolink-iconic-box.style-nine {
        padding: 30px 25px 25px
    }
}

.yourcryptolink-iconic-box.style-nine .icon {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 65px;
    height: 65px;
    border-radius: 50%;
    font-size: 30px;
    color: var(--white-color);
    margin-bottom: 15px
}

.yourcryptolink-iconic-box.style-nine .content h4 {
    margin-bottom: 15px;
    letter-spacing: -.48px
}

.yourcryptolink-iconic-box.style-ten {
    position: relative;
    padding: 20px 20px 40px 40px;
    background-color: #160e24;
    border-radius: 10px
}

.yourcryptolink-iconic-box.style-ten.item-two .icon {
    width: 75px;
    height: 75px;
    font-size: 35px
}

.yourcryptolink-iconic-box.style-ten .icon {
    width: 100px;
    height: 100px;
    border-radius: 10px 10px 10px 80%;
    background: linear-gradient(90deg, #fe7587 0, #7d42dc 100%);
    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;
    color: var(--white-color);
    font-size: 40px;
    margin-left: auto;
    margin-bottom: 20px
}

.yourcryptolink-iconic-box.style-ten .icon i {
    margin-top: -15px;
    margin-left: 11px
}

.yourcryptolink-iconic-box.style-ten .content span.number {
    position: absolute;
    top: 50px;
    left: 40px;
    width: 50px;
    height: 50px;
    border: 1px solid rgba(255, 255, 255, .1);
    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;
    color: var(--white-color);
    border-radius: 50%;
    font-family: var(--heading-font);
    font-weight: 500;
    letter-spacing: -.32px
}

.yourcryptolink-iconic-box.style-ten .content h4.title {
    color: var(--white-color);
    max-width: 200px;
    margin-bottom: 40px
}

.yourcryptolink-iconic-box.style-ten .content p {
    color: rgba(255, 255, 255, .65);
    max-width: 220px
}

.yourcryptolink-iconic-box.style-eleven {
    background-color: rgba(255, 255, 255, .05);
    padding: 40px 40px 35px;
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 10px
}

.yourcryptolink-iconic-box.style-eleven .icon {
    margin-bottom: 17px
}

.yourcryptolink-iconic-box.style-eleven .icon i {
    background: linear-gradient(90deg, #fe7587 0, #7d42dc 100%);
    font-size: 50px;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-right: 20px
}

.yourcryptolink-iconic-box.style-eleven .content h4 {
    color: var(--white-color);
    margin-bottom: 22px
}

.yourcryptolink-iconic-box.style-eleven .content p {
    color: rgba(255, 255, 255, .65)
}

.yourcryptolink-iconic-box.style-twelve {
    padding: 50px 50px 40px;
    background-color: #feeeed;
    border-radius: 10px
}

@media screen and (max-width:991px) {
    .header-three .header-navigation,
    .header-two {
        padding: 20px 15px
    }
    .header-four .header-navigation .yourcryptolink-nav-menu.menu-on,
    .header-nine .header-navigation .yourcryptolink-nav-menu.menu-on,
    .header-six .header-navigation .yourcryptolink-nav-menu.menu-on,
    .header-three .header-navigation .yourcryptolink-nav-menu.menu-on {
        left: 0
    }
    .header-four .header-navigation .yourcryptolink-nav-menu .main-menu ul li a,
    .header-nine .header-navigation .yourcryptolink-nav-menu .main-menu ul li a,
    .header-seven .header-navigation .yourcryptolink-nav-menu .main-menu ul li a,
    .header-six .header-navigation .yourcryptolink-nav-menu .main-menu ul li a,
    .header-three .header-navigation .yourcryptolink-nav-menu .main-menu ul li a {
        color: var(--heading-color)
    }
    .header-four .header-navigation .yourcryptolink-nav-menu .main-menu ul li:hover>a,
    .header-nine .header-navigation .yourcryptolink-nav-menu .main-menu ul li:hover>a,
    .header-seven .header-navigation .yourcryptolink-nav-menu .main-menu ul li:hover>a,
    .header-six .header-navigation .yourcryptolink-nav-menu .main-menu ul li:hover>a,
    .header-three .header-navigation .yourcryptolink-nav-menu .main-menu ul li:hover>a {
        color: var(--primary-color)
    }
    .header-four .header-navigation .nav-right-item .search-form,
    .header-four .header-top {
        display: none
    }
    .header-four .header-navigation {
        padding: 15px
    }
    .header-five .header-navigation {
        padding: 15px 0
    }
    .header-eight .header-navigation,
    .header-nine .header-navigation,
    .header-seven .header-navigation,
    .header-six .header-navigation {
        padding: 20px 0
    }
    .yourcryptolink-info-box.style-one {
        padding: 40px 30px
    }
    .yourcryptolink-info-box.style-one .content h4.title {
        padding-bottom: 20px;
        margin-bottom: 20px
    }
    .yourcryptolink-iconic-box.style-two {
        padding: 20px 30px;
        margin: 0 auto 10px;
        text-align: left
    }
    .yourcryptolink-iconic-box.style-five .content h4.title,
    .yourcryptolink-iconic-box.style-two .content h4.title {
        font-size: 18px;
        line-height: 30px
    }
    .yourcryptolink-iconic-box.style-five {
        padding: 40px 20px 35px
    }
    .yourcryptolink-iconic-box.style-seven .content h4.title {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        font-size: 18px
    }
    .yourcryptolink-iconic-box.style-seven .content h4.title i {
        margin-top: 8px
    }
    .yourcryptolink-iconic-box.style-twelve {
        padding: 50px 30px 40px
    }
}

.blog-post-item.style-one .post-content p,
.blog-post-item.style-three .post-content p,
.footer-about-widget .footer-content .footer-logo,
.footer-about-widget .footer-content p,
.footer-newsletter-widget .footer-content p,
.engine-item.style-two .engine-header h2,
.yourcryptolink-event-item .content p,
.yourcryptolink-iconic-box.style-twelve .icon {
    margin-bottom: 25px
}

.yourcryptolink-iconic-box.style-twelve .icon i {
    font-size: 50px;
    color: var(--primary-color)
}

.yourcryptolink-iconic-box.style-twelve .content h5 {
    font-size: 22px;
    font-family: var(--body-font);
    font-weight: 400;
    color: var(--text-color);
    margin-bottom: 25px
}

.yourcryptolink-iconic-box.style-twelve .content p {
    font: 500 20px var(--heading-font);
    line-height: 35px;
    color: var(--heading-color)
}

@media screen and (max-width:991px) {
    .yourcryptolink-iconic-box.style-twelve .content p {
        font-size: 18px;
        line-height: 30px
    }
}

.yourcryptolink-iconic-box.style-thirteen {
    border: 1px solid #141414;
    width: 410px;
    height: 410px;
    border-radius: 50%;
    text-align: center;
    background-color: var(--white-color)
}

.yourcryptolink-iconic-box.style-fourteen {
    background-color: #fdf2f2;
    padding: 40px
}

.yourcryptolink-iconic-box.style-fourteen:hover .content .step {
    color: var(--white-color);
    background-color: var(--primary-color)
}

.yourcryptolink-iconic-box.style-fourteen .content .step {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: var(--white-color);
    color: var(--heading-color);
    font-weight: 600;
    margin-bottom: 25px;
    -webkit-transition: .3s ease-out;
    transition: .3s ease-out
}

.yourcryptolink-iconic-box.style-fifteen {
    background-color: #f4f7f6;
    padding: 30px;
    border-radius: 10px;
    -webkit-transition: .3s;
    transition: .3s
}

.yourcryptolink-iconic-box.style-fifteen:hover .icon {
    background-color: #3e6c62;
    color: var(--white-color)
}

.yourcryptolink-iconic-box.style-fifteen:hover .content p {
    color: rgba(255, 255, 255, .8)
}

.yourcryptolink-iconic-box.style-fifteen .icon {
    background-color: #eaefee;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 24px;
    margin-bottom: 20px;
    color: var(--primary-color)
}

.yourcryptolink-iconic-box.style-fifteen .icon i,
.yourcryptolink-proceycl-item.style-one .icon i {
    line-height: 1
}

.yourcryptolink-iconic-box.style-fifteen .content .read-more {
    font-weight: 600;
    color: var(--heading-color);
    text-decoration: underline
}

.yourcryptolink-card-item.style-one {
    padding: 20px;
    background-color: var(--white-color);
    border: 1px solid var(--border-color);
    border-radius: 10px
}

.yourcryptolink-card-item.style-one:hover .thumbnail img,
.yourcryptolink-project-item.style-one:hover .thumbnail img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.team-item.style-one:hover .member-image .hover-content .social-link,
.yourcryptolink-card-item.style-one:hover .thumbnail .hover-overlay .hover-content,
.yourcryptolink-project-item.style-two:hover .thumbnail .hover-overlay .hover-content .icon-btn {
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.yourcryptolink-card-item.style-one .content-box {
    padding: 20px 20px 30px
}

.yourcryptolink-card-item.style-one .thumbnail {
    position: relative;
    overflow: hidden;
    border-radius: 7px;
    max-height: 150px
}

.yourcryptolink-card-item.style-one .thumbnail img {
    width: 100%;
    border-radius: 7px;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .4s ease-in;
    transition: .4s ease-in
}

.yourcryptolink-card-item.style-one .thumbnail .hover-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: rgba(31, 31, 31, .65);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: .3s ease-in;
    transition: .3s ease-in
}

.yourcryptolink-card-item.style-one .thumbnail .hover-overlay .hover-content {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: .35s ease-out;
    transition: .35s ease-out
}

.yourcryptolink-card-item.style-one .thumbnail .hover-overlay .hover-content .icon-btn {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: var(--primary-color);
    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;
    color: var(--white-color)
}

.yourcryptolink-card-item.style-one .thumbnail .hover-overlay .hover-content .icon-btn i {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    font-size: 14px
}

.yourcryptolink-card-item.style-one .icon {
    margin-bottom: 28px
}

.yourcryptolink-card-item.style-one .icon i {
    color: var(--primary-color);
    font-size: 45px;
    line-height: 1
}

.yourcryptolink-card-item.style-two {
    position: relative;
    padding: 50px;
    background-color: var(--white-color);
    border: 1px solid rgba(38, 39, 43, .1);
    border-radius: 20px
}

.yourcryptolink-card-item.style-two .card-image-box {
    position: relative;
    min-height: 410px
}

.yourcryptolink-card-item.style-two .card-image-box .image-one {
    max-width: 440px;
    width: 100%;
    height: 310px
}

.yourcryptolink-card-item.style-two .card-image-box .image-one img {
    border-radius: 15px
}

.yourcryptolink-card-item.style-two .card-image-box .image-two {
    position: absolute;
    bottom: 0;
    right: 50px;
    max-width: 260px
}

.yourcryptolink-card-item.style-two .card-image-box .image-two img {
    border-radius: 20px
}

.award-box.style-one .icon,
.blog-details-wrapper .blog-post-main .blog-post-item .post-content p,
.blog-details-wrapper .comments-area h3.comments-title,
.blog-post-item.style-five p,
.contact-form-ycl .contact-wrapper p,
.contact-form-ycl .section-content-box p,
.engine-item.style-four .engine-body,
.engine-item.style-three .engine-body,
.yourcryptolink-card-item.style-two .card-content h3.title,
.yourcryptolink-card-item.style-two .card-content p,
.yourcryptolink-professionals-item.style-three .professionals-content p {
    margin-bottom: 30px
}

.blog-details-wrapper .blog-post-main .blog-post-item .post-thumbnail,
.blog-post-item.style-four .post-thumbnail,
.engine-item.style-five .engine-body,
.yourcryptolink-card-item.style-two .card-content ul {
    margin-bottom: 40px
}

.yourcryptolink-card-item.style-two:nth-child(2n) .row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.yourcryptolink-card-item.style-three {
    background-color: rgba(48, 232, 122, .15);
    padding: 0 30px;
    border-radius: 10px
}

.yourcryptolink-card-item.style-three .content span {
    padding: 5px 15px;
    border: 1px solid rgba(16, 16, 16, .1);
    border-radius: 10px;
    background-color: var(--white-color);
    font-weight: 500;
    line-height: 20px;
    color: var(--heading-color);
    margin-bottom: 15px
}

.yourcryptolink-card-item.style-three .content h4.title {
    letter-spacing: -.48px;
    margin-bottom: 10px
}

.yourcryptolink-card-item.style-three .thumbnail {
    padding: 33px 0 40px
}

.yourcryptolink-card-item.style-three .thumbnail img {
    border-radius: 7px;
    width: 100%
}

.yourcryptolink-card-item.style-four {
    position: relative;
    padding: 50px;
    border-radius: 7px
}

.yourcryptolink-card-item.style-four.bg_two {
    background-color: #7ae36a
}

.yourcryptolink-card-item.style-four.bg_three {
    background-color: #fd7930
}

.yourcryptolink-card-item.style-four .thumbnail {
    position: absolute;
    top: 20px;
    right: 20px
}

.yourcryptolink-card-item.style-four .thumbnail img {
    border-top-left-radius: 80px;
    border-bottom-left-radius: 80px
}

.yourcryptolink-card-item.style-four .icon {
    padding-bottom: 80px;
    font-size: 65px;
    color: var(--heading-color)
}

.yourcryptolink-card-item.style-five {
    padding: 50px;
    border-radius: 10px;
    background: rgba(255, 255, 255, .05)
}

.yourcryptolink-card-item.style-five .card-image-box img {
    width: 100%;
    border-radius: 30px
}

.yourcryptolink-card-item.style-five .card-content h3.title {
    color: var(--white-color);
    font-size: 30px;
    font-weight: 600;
    line-height: 40px;
    letter-spacing: -.6px;
    margin-bottom: 25px
}

.yourcryptolink-card-item.style-five .card-content p {
    font-weight: 500;
    color: rgba(255, 255, 255, .65)
}

.yourcryptolink-card-item.style-five .card-content .check-list {
    margin-top: 30px
}

.yourcryptolink-card-item.style-six {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 10px;
    background-color: var(--white-color);
    border: 1px solid rgba(20, 20, 20, .1);
    padding: 25px 40px;
    -webkit-transition: .3s;
    transition: .3s
}

.yourcryptolink-card-item.style-six .content {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding-left: 80px
}

.yourcryptolink-card-item.style-six .button .icon-btn {
    width: 50px;
    height: 50px;
    border: 1px solid rgba(20, 20, 20, .1);
    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: 50%;
    -webkit-transition: .3s;
    transition: .3s
}

.accordion-card.style-one .accordion-header .accordion-title[aria-expanded=true]:after,
.yourcryptolink-card-item.style-six .button .icon-btn i,
.yourcryptolink-project-item.style-four:hover .icon-btn i,
.yourcryptolink-project-item.style-three .thumbnail .icon-btn i {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.yourcryptolink-course-item.style-one {
    background-color: var(--white-color);
    border: 1px solid rgba(0, 68, 70, .1);
    border-radius: 7px
}

.yourcryptolink-course-item.style-one .course-thumbnail {
    padding: 5px
}

.yourcryptolink-course-item.style-one .course-thumbnail img {
    width: 100%;
    border-radius: 5px
}

.yourcryptolink-course-item.style-one .course-info-wrap {
    padding: 20px 0
}

.yourcryptolink-course-item.style-one .course-info-wrap .course-info {
    padding: 0 20px 20px
}

.yourcryptolink-course-item.style-one .course-info-wrap .course-info h4.title {
    font-size: 18px;
    line-height: 30px;
    letter-spacing: -.36px;
    margin-bottom: 15px
}

.yourcryptolink-course-item.style-one .course-info-wrap .post-categories {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 10px
}

.yourcryptolink-course-item.style-one .course-info-wrap .post-categories a {
    padding: 7px 10px;
    font: 600 14px var(--heading-font);
    border-radius: 5px;
    color: var(--heading-color);
    background-color: var(--secondary-color);
    line-height: 10px;
    margin-right: 15px
}

.yourcryptolink-course-item.style-one .course-info-wrap .post-categories ul.rating li {
    display: inline-block;
    color: #fca326
}

.yourcryptolink-course-item.style-one .course-info-wrap .instructor img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin-right: 10px
}

.yourcryptolink-course-item.style-one .course-info-wrap .instructor span.instructor-name {
    font-weight: 600;
    color: var(--heading-color)
}

.yourcryptolink-course-item.style-one .course-info-wrap .course-stats {
    border-top: 1px solid rgba(0, 68, 70, .1);
    padding: 15px 20px 0
}

.blog-details-wrapper .blog-post-main .entry-footer .social-share a:not(:last-child),
.footer-widget .footer-content .social-link li:not(:last-child),
.yourcryptolink-course-item.style-one .course-info-wrap .course-stats span i {
    margin-right: 5px
}

.yourcryptolink-filter-nav .filter-nav-items li {
    display: inline-block;
    font: 600 16px var(--heading-font);
    color: var(--heading-color);
    padding: 5px 13px;
    background-color: transparent;
    cursor: pointer
}

.yourcryptolink-filter-nav .filter-nav-items li.active {
    border-radius: 5px;
    line-height: 20px;
    font: 600 16px var(--heading-font);
    background-color: var(--primary-color);
    color: var(--white-color);
    -webkit-transition: .3s;
    transition: .3s
}

.yourcryptolink-project-item.style-one:hover .thumbnail .hover-overlay {
    width: 100%;
    right: auto;
    left: 0
}

.yourcryptolink-project-item.style-one .thumbnail,
.yourcryptolink-project-item.style-three .thumbnail {
    position: relative;
    border-radius: 7px;
    overflow: hidden
}

.yourcryptolink-project-item.style-one .thumbnail img {
    -webkit-transform: scale(1);
    transform: scale(1);
    width: 100%;
    border-radius: 7px;
    -webkit-transition: .3s ease-out;
    transition: .3s ease-out
}

.yourcryptolink-project-item.style-one .thumbnail .hover-overlay {
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 100%;
    background: rgba(255, 255, 255, .2);
    border-radius: 7px;
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, .3);
    -webkit-transition: .5s;
    transition: .5s
}

.team-item.style-one .member-info,
.yourcryptolink-project-item.style-four .content,
.yourcryptolink-project-item.style-one .content,
.yourcryptolink-project-item.style-two .content {
    padding-top: 30px
}

.yourcryptolink-project-item.style-two .thumbnail {
    position: relative;
    overflow: hidden;
    border-radius: 7px;
    z-index: 1
}

.blog-post-item.style-five .post-thumbnail img,
.blog-post-item.style-three .post-thumbnail img,
.sidebar-widget-area .sidebar-widget.sidebar-gallery-widget .gallery-item .gallery-img img,
.yourcryptolink-project-item.style-two .thumbnail img {
    width: 100%;
    border-radius: 7px
}

.yourcryptolink-project-item.style-two .thumbnail .hover-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(31, 31, 31, .75);
    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;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: .3s;
    transition: .3s
}

.yourcryptolink-project-item.style-two .thumbnail .hover-overlay .hover-content .icon-btn {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background-color: var(--white-color);
    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;
    color: var(--primary-color);
    font-size: 24px;
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
    -webkit-transition: .38s;
    transition: .38s
}

.yourcryptolink-project-item.style-two .content h4.title {
    font-size: 22px;
    font-weight: 600;
    letter-spacing: -.44px
}

.yourcryptolink-project-item.style-three:hover .thumbnail .hover-overlay {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.yourcryptolink-project-item.style-three .thumbnail img {
    width: 100%;
    border-radius: 7px;
    -o-object-fit: cover;
    object-fit: cover
}

.yourcryptolink-project-item.style-three .thumbnail .hover-overlay {
    position: absolute;
    bottom: 30px;
    margin: 0 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
    -webkit-transition: .3s;
    transition: .3s
}

.yourcryptolink-project-item.style-three .thumbnail .content {
    background-color: var(--white-color);
    padding: 18px 30px;
    border-radius: 7px 0 0 7px
}

.yourcryptolink-project-item.style-three .thumbnail .icon-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 70px;
    background-color: var(--primary-color);
    border-radius: 0 7px 7px 0;
    font-size: 24px;
    color: var(--white-color)
}

.yourcryptolink-project-item.style-four .icon-btn {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    border: 1px solid rgba(20, 20, 20, .1);
    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;
    -webkit-transition: .3s;
    transition: .3s
}

.yourcryptolink-project-item.style-four .icon-btn i {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: .35s;
    transition: .35s
}

.yourcryptolink-project-item.style-four .content .project-categories a {
    padding: 5px 15px;
    border-radius: 20px;
    border: 1px solid rgba(0, 0, 0, .1);
    line-height: 18px;
    margin-right: 10px;
    margin-bottom: 5px
}

.yourcryptolink-project-item.style-four .content h4.title {
    font-size: 24px;
    line-height: 35px
}

.yourcryptolink-project-item.style-five .content {
    position: relative;
    padding: 20px 30px;
    border-radius: 10px;
    background-color: var(--white-color);
    -webkit-box-shadow: 10px 4px 60px 0 rgba(193, 193, 193, .25);
    box-shadow: 10px 4px 60px 0 rgba(193, 193, 193, .25);
    width: 95%;
    margin: -30px auto 40px
}

.yourcryptolink-project-item.style-five .content .project-meta span:not(:last-child):after {
    display: inline-block;
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: var(--text-color);
    vertical-align: middle;
    margin-left: 8px;
    margin-right: 8px
}

.engine-item.style-one {
    min-width: 800px
}

.engine-item.style-one .engine-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid var(--heading-color)
}

.engine-item.style-one .engine-header .engine-title {
    padding: 45px 60px;
    width: 40%;
    border-right: 1px solid rgba(38, 39, 43, .1)
}

.engine-item.style-one .engine-header .engine-plan {
    width: 20%;
    text-align: center;
    padding: 20px
}

.engine-item.style-one .engine-header .engine-plan span.plan {
    font-size: 18px;
    font: 600 18px var(--heading-font);
    letter-spacing: -.36px;
    color: var(--heading-color)
}

.engine-item.style-one .engine-header .engine-plan h2.price {
    font-size: 40px;
    font-weight: 600;
    letter-spacing: -.8px;
    line-height: 1
}

.engine-item.style-one .engine-header .engine-plan h2.price span.duration {
    display: block;
    font-size: 16px;
    line-height: 30px
}

.engine-item.style-one .engine-footer .engine-button.bg-active,
.engine-item.style-one .engine-header .engine-plan.bg-active {
    border: 1px solid var(--heading-color);
    border-bottom: none;
    background-color: #a6ef67
}

.engine-item.style-one .engine-body .engine-body-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid rgba(38, 39, 43, .1)
}

.engine-item.style-one .engine-body .engine-body-item .engine-title {
    padding: 15px 30px 15px 60px;
    width: 40%;
    border-right: 1px solid rgba(38, 39, 43, .1);
    color: var(--heading-color);
    font: 400 16px var(--heading-font);
    letter-spacing: -.36px
}

.engine-item.style-one .engine-body .engine-body-item .engine-list {
    padding: 15px;
    width: 20%;
    text-align: center;
    font-weight: 600;
    font-size: 18px;
    color: var(--heading-color)
}

.engine-item.style-one .engine-body .engine-body-item .engine-list.bg-active {
    border-left: 1px solid var(--heading-color);
    border-right: 1px solid var(--heading-color);
    border-bottom: none;
    background-color: #a6ef67
}

.engine-item.style-one .engine-body .engine-body-item .engine-list i {
    font-size: 24px
}

.engine-item.style-one .engine-footer .engine-title {
    width: 40%;
    border-right: 1px solid rgba(38, 39, 43, .1)
}

.engine-item.style-one .engine-footer .engine-button {
    padding: 15px;
    width: 20%;
    text-align: center
}

.engine-item.style-one .engine-footer .engine-button .theme-btn.style-one {
    background-color: transparent;
    color: var(--heading-color);
    font-size: 14px;
    padding: 12px 22px;
    border: 1px solid rgba(38, 39, 43, .1)
}

.engine-item.style-one .engine-footer .engine-button .theme-btn.style-one:hover {
    background-color: var(--heading-color);
    color: var(--secondary-color)
}

.engine-item.style-two {
    position: relative;
    background-color: var(--white-color);
    padding: 40px 40px 35px;
    border-radius: 10px;
    -webkit-filter: drop-shadow(10px 4px 60px rgba(193, 193, 193, 0.25));
    filter: drop-shadow(10px 4px 60px rgba(193, 193, 193, .25))
}

.engine-item.style-two .engine-header .ribbon {
    position: absolute;
    top: 10px;
    right: 10px;
    padding: 5px 10px;
    border-radius: 5px;
    background-color: var(--primary-color);
    font: 600 14px var(--body-font);
    color: var(--white-color);
    line-height: 16px
}

.engine-item.style-two .engine-header span.plan {
    padding: 5px 15px;
    border-radius: 10px;
    border: 1px solid rgba(16, 16, 16, .1);
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: -.32px;
    margin-bottom: 25px
}

@media screen and (max-width:991px) {
    .yourcryptolink-card-item.style-one .content-box {
        padding: 20px 10px 30px
    }
    .yourcryptolink-card-item.style-three {
        padding: 30px 20px 0
    }
    .yourcryptolink-project-item.style-three .thumbnail img {
        min-height: 300px
    }
    .yourcryptolink-project-item.style-five .content h4.title {
        font-size: 18px;
        line-height: 30px
    }
    .engine-item.style-one .engine-header .engine-title {
        padding: 45px 30px
    }
    .engine-item.style-two .engine-header h2 {
        font-size: 42px;
        line-height: 55px
    }
}

.engine-item.style-two .engine-header h2 span.duration {
    color: var(--text-color);
    font: 400 16px var(--body-font)
}

.blog-details-wrapper .blog-post-main .blog-post-item .post-content ul,
.blog-post-item.style-five .post-content h4.title,
.engine-item.style-two .engine-body {
    margin-bottom: 50px
}

.engine-item.style-two .engine-body ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid rgba(16, 16, 16, .1);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 15px 0;
    font: 600 18px var(--heading-font);
    color: var(--heading-color)
}

.engine-item.style-two .engine-body ul li:first-child {
    border-top: 1px solid rgba(16, 16, 16, .1)
}

.engine-item.style-two .engine-body ul li i {
    color: var(--primary-color);
    font-size: 20px;
    width: 20px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-right: 10px
}

.engine-item.style-two .engine-footer .theme-btn {
    width: 100%;
    padding: 22px;
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 15px
}

.engine-item.style-three {
    padding: 60px 65px
}

.engine-item.style-three .engine-header {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(255, 255, 255, .1)
}

.engine-item.style-three .engine-header span.plan {
    font: 600 22px var(--heading-font);
    letter-spacing: -.44px;
    line-height: 35px;
    color: var(--white-color)
}

.engine-item.style-three .engine-header p {
    color: rgba(255, 255, 255, .65);
    margin-bottom: 10px
}

.engine-item.style-three .engine-header h2 {
    position: relative;
    font-size: 52px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -1.56px;
    color: var(--white-color);
    margin-bottom: 20px
}

.engine-item.style-three .engine-header h2 span.duration {
    font-size: 16px;
    padding: 4px 10px;
    border-radius: 4px;
    background: linear-gradient(90deg, #fe7587 0, #7d42dc 100%);
    color: var(--white-color);
    line-height: 20px;
    font-weight: 600;
    letter-spacing: 0;
    text-transform: capitalize
}

.engine-item.style-three .engine-footer .theme-btn.style-two {
    width: 100%;
    border-color: var(--white-color);
    color: var(--white-color)
}

.engine-item.style-three .engine-footer .theme-btn.style-two:hover,
.yourcrypto-fancy-team-member:hover {
    border-color: transparent
}

.engine-item.style-four {
    border-radius: 10px;
    border: 1px solid rgba(0, 0, 0, .1);
    background-color: #fff;
    padding: 40px 30px
}

.engine-item.style-four.engine-active .engine-wrapper {
    background: -webkit-gradient(linear, left top, right top, from(rgba(0, 161, 252, .1)), to(rgba(0, 161, 252, 0)));
    background: linear-gradient(90deg, rgba(0, 161, 252, .1) 0, rgba(0, 161, 252, 0) 100%)
}

.engine-item.style-four .engine-header span.plan {
    font: 600 24px var(--heading-font);
    color: var(--heading-color);
    margin-bottom: 15px
}

.engine-item.style-four .engine-header h2.price span.duration,
.sidebar-widget-area .sidebar-widget.sidebar-course-info-widget .widget-content .course-info .course-button p,
.sidebar-widget-area .sidebar-widget.sidebar-course-info-widget .widget-content .course-info ul li {
    font-size: 16px
}

.engine-item.style-four .engine-header .badge {
    background-color: var(--primary-color);
    color: var(--white-color);
    padding: 5px 13px;
    border-radius: 10px;
    position: absolute;
    top: 0;
    right: 0;
    font: 500 12px var(--heading-font)
}

.engine-item.style-four .engine-wrapper {
    background: -webkit-gradient(linear, left top, right top, from(rgba(0, 223, 141, .1)), to(rgba(0, 223, 141, 0)));
    background: linear-gradient(90deg, rgba(0, 223, 141, .1) 0, rgba(0, 223, 141, 0) 100%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px 25px;
    border-radius: 10px;
    margin-bottom: 20px
}

.engine-item.style-four .engine-wrapper .engine h2.price {
    font-size: 40px;
    letter-spacing: -.8px;
    line-height: 1
}

.client-item .client-img,
.engine-item.style-four .engine-footer,
.yourcryptolink-professionals-item.style-seven .professionals-content {
    text-align: center
}

.engine-item.style-four .engine-footer .theme-btn.style-one {
    background-color: #111
}

.engine-item.style-five {
    padding: 30px 50px 40px;
    border: 1px solid rgba(20, 20, 20, .07);
    border-radius: 10px;
    -webkit-transition: .3s;
    transition: .3s
}

@media (min-width:1200px) and (max-width:1450px) {
    .yourcryptolink-iconic-box.style-eleven {
        padding: 40px 25px 35px
    }
    .yourcryptolink-iconic-box.style-eleven .content h4 {
        font-size: 20px
    }
    .yourcryptolink-card-item.style-one {
        padding: 20px 15px
    }
    .yourcryptolink-card-item.style-one .content-box {
        padding: 20px 10px 30px
    }
    .engine-item.style-five {
        padding: 30px 40px 40px
    }
}

.engine-item.style-five:hover {
    background-color: rgba(232, 73, 69, .07)
}

.engine-item.style-five:hover .engine-footer .theme-btn.style-two {
    background: -webkit-gradient(linear, left top, right top, from(#fe7587), to(#ecb22e));
    background: linear-gradient(90deg, #fe7587 0, #ecb22e 100%);
    border-color: transparent;
    color: var(--white-color)
}

.engine-item.style-five .engine-header {
    border-bottom: 1px solid var(--border-color);
    padding: 0 0 35px;
    margin-bottom: 35px
}

.engine-item.style-five .engine-header span.plan {
    text-decoration: underline;
    margin-bottom: 15px
}

.engine-item.style-five .engine-header h2 span.duration {
    font-size: 16px;
    color: var(--text-color)
}

.engine-item.style-five .engine-footer .theme-btn.style-two:hover {
    border-color: transparent;
    background: -webkit-gradient(linear, left top, right top, from(#fe7587), to(#ecb22e));
    background: linear-gradient(90deg, #fe7587 0, #ecb22e 100%);
    background-color: transparent
}

.engine-item.style-six {
    padding: 35px 40px 40px;
    border-radius: 10px;
    background-color: var(--white-color);
    -webkit-box-shadow: 10px 4px 60px 0 rgba(193, 193, 193, .25);
    box-shadow: 10px 4px 60px 0 rgba(193, 193, 193, .25)
}

@media screen and (min-width:992px) and (max-width:1200px) {
    .yourcryptolink-iconic-box.style-twelve {
        padding: 50px 40px 40px
    }
    .engine-item.style-one .engine-header .engine-title h4,
    .yourcryptolink-iconic-box.style-twelve .content p {
        font-size: 16px;
        line-height: 30px
    }
    .yourcryptolink-card-item.style-five {
        padding: 40px 30px
    }
    .yourcryptolink-project-item.style-five .content h4.title {
        font-size: 18px;
        line-height: 30px
    }
    .engine-item.style-one .engine-header .engine-title {
        padding: 45px 30px
    }
    .engine-item.style-four .engine-wrapper .engine h2.price,
    .engine-item.style-one .engine-header .engine-plan h2.price {
        font-size: 30px
    }
    .engine-item.style-one .engine-footer .engine-button .theme-btn.style-one {
        padding: 8px 20px
    }
    .engine-item.style-three {
        padding: 40px 35px
    }
    .engine-item.style-six {
        padding: 35px 20px 40px
    }
}

.engine-item.style-six .engine-head {
    margin-bottom: 30px;
    padding-bottom: 25px;
    border-bottom: 1px solid rgba(0, 0, 0, .1)
}

.engine-item.style-six .engine-head span.plan {
    font: 600 20px var(--heading-font);
    color: var(--heading-color);
    margin-bottom: 23px
}

@media screen and (max-width:991px) {
    .engine-item.style-two .engine-body ul li {
        font-size: 16px
    }
    .engine-item.style-three {
        padding: 40px 35px
    }
    .engine-item.style-five {
        padding: 30px 20px 40px
    }
    .engine-item.style-five .engine-header h2 {
        font-size: 40px
    }
    .engine-item.style-six {
        padding: 35px 20px 40px
    }
    .engine-item.style-six .engine-head h2 {
        font-size: 38px;
        line-height: 50px
    }
}

.engine-item.style-six .engine-body {
    background-color: #f9fafa;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 30px
}

.engine-item.style-six.best-plan {
    background-color: var(--primary-color);
    position: relative
}

.engine-item.style-six.best-plan .best-plan {
    position: absolute;
    top: 20px;
    right: 30px;
    display: inline-block;
    padding: 8px 10px;
    background-color: var(--white-color);
    border-radius: 7px;
    letter-spacing: -.28px;
    color: var(--heading-color);
    font: 600 14px var(--heading-font);
    line-height: 1
}

.engine-item.style-six.best-plan .engine-head {
    border-color: rgba(255, 255, 255, .1)
}

.engine-item.style-six.best-plan .engine-head p {
    color: rgba(255, 255, 255, .7)
}

.engine-item.style-six.best-plan .engine-body {
    background-color: rgba(255, 255, 255, .1)
}

.engine-item.style-six.best-plan .engine-footer .theme-btn.style-one,
.yourcrypto-fancy-team-member:hover .social-links span {
    background-color: var(--white-color);
    color: var(--heading-color)
}

.yourcryptolink-professionals-item.style-one {
    position: relative;
    padding: 50px 70px 40px;
    border-radius: 10px;
    border: 1px rgba(241, 79, 68, .1);
    background-color: rgba(241, 79, 68, .102);
    z-index: 1
}

@media (max-width:767px) {
    .back-to-top,
    .header-two .nav-right-item .theme-btn,
    .line_wrap .line_item:nth-child(2n) {
        display: none
    }
    .headline-wrap {
        font-size: 80px
    }
    .yourcryptolink-card-item.style-six,
    .yourcryptolink-iconic-box.style-one {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
    .yourcryptolink-iconic-box.style-one .icon {
        margin-bottom: 25px
    }
    .yourcryptolink-iconic-box.style-thirteen {
        width: 300px;
        height: 300px
    }
    .yourcryptolink-card-item.style-two {
        padding: 40px 30px
    }
    .yourcryptolink-card-item.style-two .card-image-box {
        margin-bottom: 40px
    }
    .yourcryptolink-card-item.style-five {
        padding: 30px 20px
    }
    .yourcryptolink-card-item.style-five .card-content h3.title {
        font-size: 20px;
        line-height: 30px
    }
    .yourcryptolink-card-item.style-six .content {
        padding: 25px 0
    }
    .yourcryptolink-project-item.style-two .thumbnail .hover-overlay .hover-content .icon-btn {
        width: 50px;
        height: 50px;
        font-size: 18px
    }
    .yourcryptolink-project-item.style-three .thumbnail .content {
        padding: 20px 30px
    }
    .yourcryptolink-project-item.style-three .thumbnail .content h4.title {
        font-size: 16px;
        line-height: 27px
    }
    .engine-item.style-three {
        padding: 30px 25px
    }
    .yourcryptolink-professionals-item.style-one {
        padding: 30px 20px 20px
    }
}

@media screen and (min-width:992px) and (max-width:1200px) {
    .yourcryptolink-professionals-item.style-one {
        padding: 50px 30px 40px
    }
}

.yourcryptolink-professionals-item.style-one .dot-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1
}

.yourcryptolink-professionals-item.style-five .professionals-content .author-thumb-company,
.yourcryptolink-professionals-item.style-one .professionals-content .author-thumb-company {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.yourcryptolink-professionals-item.style-one .professionals-content p {
    font-size: 24px;
    font-weight: 600;
    line-height: 37px;
    color: var(--heading-color);
    margin-bottom: 35px
}

@media (max-width:767px) {
    .yourcryptolink-professionals-item.style-one .professionals-content p {
        font-size: 18px;
        line-height: 35px
    }
}

.yourcryptolink-professionals-item.style-one .professionals-content .author-info-box .author-info,
.yourcryptolink-professionals-item.style-two .professionals-content .author-info-box .author-info {
    margin-top: -10px
}

.yourcryptolink-professionals-item.style-one .professionals-content .author-info-box:before,
.yourcryptolink-professionals-item.style-two .professionals-content .author-info-box:before {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    content: "";
    width: 50px;
    height: 2px;
    background-color: var(--primary-black-color);
    margin-right: 30px;
    margin-top: 7px
}

.yourcryptolink-professionals-item.style-two {
    max-width: 960px;
    border-radius: 10px;
    border: 1px solid var(--heading-color);
    background-color: var(--white-color);
    -webkit-box-shadow: 10px 4px 30px 0 rgba(166, 239, 103, .5);
    box-shadow: 10px 4px 30px 0 rgba(166, 239, 103, .5);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 25px 40px 25px 25px;
    margin-right: 30px
}

.yourcryptolink-professionals-item.style-two .professionals-thumbnail {
    max-width: 270px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-right: 80px
}

.yourcryptolink-professionals-item.style-two .professionals-thumbnail img {
    width: 100%;
    border-radius: 20px
}

.yourcryptolink-professionals-item.style-three .professionals-content .author-thumb-company,
.yourcryptolink-professionals-item.style-two .professionals-content .author-thumb-company {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.yourcryptolink-professionals-item.style-two .professionals-content p {
    font: 600 20px var(--heading-font);
    line-height: 160%;
    letter-spacing: -.4px;
    color: var(--heading-color);
    margin-bottom: 35px
}

.yourcryptolink-professionals-item.style-three {
    padding: 40px;
    margin-left: 15px;
    margin-right: 15px;
    background-color: #fff;
    border: 1px solid rgba(16, 16, 16, .1);
    border-radius: 7px
}

.yourcryptolink-professionals-item.style-three .professionals-content .author-thumb-company .author-thumb {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 60px
}

.yourcryptolink-professionals-item.style-three .professionals-content .author-thumb-company .author-thumb img {
    width: 100%;
    height: 60px;
    border-radius: 50%
}

.yourcryptolink-professionals-item.style-three .professionals-content .author-info-box {
    padding-top: 40px;
    border-top: 1px solid rgba(16, 16, 16, .1)
}

.yourcryptolink-professionals-item.style-three .professionals-content .author-info-box .quote {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 55px;
    flex: 0 0 55px;
    width: 55px;
    margin-right: 25px
}

.yourcryptolink-professionals-item.style-three .professionals-content .author-info-box .quote i {
    color: var(--primary-color);
    font-size: 55px
}

.yourcryptolink-professionals-item.style-four .professionals-thumb {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    height: 270px;
    margin-right: 90px;
    z-index: 1;
    padding: 30px
}

.yourcryptolink-professionals-item.style-four .professionals-thumb img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 200px;
    height: 200px;
    border-radius: 50%
}

.yourcryptolink-professionals-item.style-four .professionals-thumb .qoute {
    position: absolute;
    z-index: 1;
    right: 40px;
    bottom: 0
}

.yourcryptolink-professionals-item.style-four .professionals-thumb .qoute i {
    color: #f6dc66;
    font-size: 85px
}

.yourcryptolink-professionals-item.style-four .professionals-thumb .circle {
    position: absolute;
    left: 0;
    top: 0;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    border: 1px solid var(--secondary-color);
    z-index: -1
}

.blog-details-wrapper .contact-wrapper .contact-form .form-check,
.contact-form-ycl .contact-wrapper .contact-form .form-check,
.yourcryptolink-professionals-item.style-four .professionals-content .rating-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 25px
}

.yourcryptolink-professionals-item.style-four .professionals-content .rating-text span {
    font: 600 20px var(--heading-font);
    letter-spacing: -.4px;
    color: var(--white-color);
    margin-right: 20px
}

.yourcryptolink-professionals-item.style-four .professionals-content .rating-text .ratings li {
    color: #f6dc66
}

.yourcryptolink-professionals-item.style-four .professionals-content p {
    font: 600 35px var(--heading-font);
    line-height: 50px;
    letter-spacing: -.7px;
    color: var(--white-color);
    margin-bottom: 50px
}

.yourcryptolink-professionals-item.style-four .professionals-content .author-info {
    position: relative;
    padding-left: 80px
}

.yourcryptolink-professionals-item.style-four .professionals-content .author-info h4.title:before {
    position: absolute;
    top: 15px;
    left: 0;
    display: inline-block;
    content: "";
    width: 50px;
    height: 2px;
    background-color: var(--white-color)
}

.yourcryptolink-professionals-item.style-four .professionals-content .author-info span.position,
.yourcryptolink-professionals-item.style-six .professionals-content .author-thumb-info .author-info span.position {
    font-weight: 500;
    color: var(--white-color)
}

.yourcryptolink-professionals-item.style-five {
    background-color: rgba(255, 255, 255, .05);
    border: 1px solid rgba(255, 255, 255, .1);
    max-width: 630px;
    padding: 30px 50px;
    border-radius: 7px;
    text-align: left
}

.yourcryptolink-professionals-item.style-five .professionals-content>p {
    font-size: 18px;
    color: var(--white-color)
}

.yourcryptolink-professionals-item.style-five .professionals-content .author-thumb-info {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.yourcryptolink-professionals-item.style-five .professionals-content .author-thumb-info .author-thumb {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 60px;
    margin-right: 20px
}

.blog-details-wrapper .post-author-box .author-thumbnail img,
.yourcryptolink-professionals-item.style-five .professionals-content .author-thumb-info .author-thumb img {
    width: 100%;
    height: 100%;
    border-radius: 50%
}

.yourcryptolink-professionals-item.style-five .professionals-content .author-thumb-info .author-info {
    margin-top: 4px
}

.yourcryptolink-professionals-item.style-five .professionals-content .author-thumb-info .author-info h5 {
    color: var(--white-color);
    letter-spacing: -.4px;
    font-weight: 600;
    margin-bottom: 5px
}

.yourcryptolink-professionals-item.style-five .professionals-content .author-thumb-info .author-info span.position {
    font-size: 14px;
    color: rgba(255, 255, 255, .65)
}

.yourcryptolink-professionals-item.style-six {
    background-color: #000;
    padding: 25px 30px 30px;
    border-radius: 10px
}

.yourcryptolink-professionals-item.style-six .professionals-content p {
    font-size: 18px;
    color: rgba(255, 255, 255, .7);
    line-height: 30px;
    margin-bottom: 28px
}

.yourcryptolink-professionals-item.style-six .professionals-content .author-thumb-info .author-thumb {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 60px;
    margin-right: 15px
}

.yourcryptolink-professionals-item.style-six .professionals-content .author-thumb-info .author-thumb img {
    width: 100%;
    border-radius: 50%
}

.yourcryptolink-professionals-item.style-six .professionals-content .author-thumb-info .author-info h5 {
    color: var(--white-color);
    margin-bottom: 5px
}

.yourcryptolink-professionals-item.style-seven .professionals-content .author-thumb {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-bottom: 30px
}

.yourcryptolink-professionals-item.style-seven .professionals-content p {
    font: 600 40px var(--heading-font);
    line-height: 50px;
    letter-spacing: -.8px;
    margin-bottom: 45px
}

.team-item.style-two .member-info span.position,
.yourcryptolink-professionals-item.style-seven .professionals-content .author-info span.position {
    font-weight: 500
}

.yourcryptolink-professionals-item.style-eight {
    background-color: var(--white-color);
    padding: 30px
}

.yourcryptolink-professionals-item.style-eight .author-thumb-ratings {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid var(--border-color)
}

.blog-details-wrapper .post-author-box .author-info ul.social-link li:not(:last-child),
.blog-post-item.style-six .post-content .post-meta span:not(:last-child),
.yourcryptolink-professionals-item.style-eight .author-thumb-info .author-thumb {
    margin-right: 20px
}

.yourcryptolink-professionals-item.style-eight p {
    color: var(--heading-color);
    font: 600 20px var(--heading-font);
    line-height: 34px
}

.accordion-item {
    border-radius: 10px;
    border: 1px solid rgba(16, 16, 16, .1);
    background-color: #fafafa;
    padding: 13px 30px
}

.accordion-card.style-two .accordion-header .accordion-title,
.accordion-item .accordion-header .accordion-title {
    line-height: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer
}

.accordion-card.style-one .accordion-header .accordion-title span.sn,
.accordion-card.style-two .accordion-header .accordion-title span.sn,
.accordion-item .accordion-header .accordion-title span.sn {
    margin-right: 8px
}

.accordion-item .accordion-header .accordion-title:after {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    content: "\f078";
    font-family: "Font Awesome 7 Free";
    font-weight: 900;
    margin-left: auto;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid rgba(16, 16, 16, .1);
    background-color: var(--white-color);
    -webkit-transition: .3s;
    transition: .3s
}

.accordion-item .accordion-header .accordion-title[aria-expanded=true]:after {
    border-color: #26272b;
    content: "\f077"
}

.accordion-card.style-one .accordion-content p,
.accordion-card.style-two .accordion-content p,
.accordion-item .accordion-content p {
    padding-top: 10px;
    padding-bottom: 10px
}

.accordion-card.style-one .accordion-header .accordion-title {
    line-height: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    border-bottom: 1px solid var(--border-color);
    padding: 20px 0
}

.accordion-card.style-one .accordion-header .accordion-title:after {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    content: "\f061";
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
    margin-left: auto;
    -webkit-transition: .3s;
    transition: .3s
}

.accordion-card.style-three .accordion-title:after,
.accordion-card.style-two .accordion-header .accordion-title:after {
    font-family: "Font Awesome 5 Pro";
    margin-left: auto;
    -webkit-transition: .3s;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    font-weight: 400
}

.accordion-card.style-two {
    border-radius: 10px;
    border: 1px solid rgba(16, 16, 16, .1);
    padding: 13px 30px
}

.accordion-card.style-two .accordion-header .accordion-title:after {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    content: "\f067";
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid rgba(16, 16, 16, .1);
    background-color: var(--white-color);
    transition: .3s
}

.accordion-card.style-two .accordion-header .accordion-title[aria-expanded=true]:after {
    border-color: transparent;
    background-color: var(--primary-color);
    color: var(--white-color);
    content: "\f068"
}

.accordion-card.style-three {
    border-radius: 10px;
    background-color: var(--white-color);
    -webkit-box-shadow: 10px 4px 60px 0 rgba(193, 193, 193, .25);
    box-shadow: 10px 4px 60px 0 rgba(193, 193, 193, .25)
}

.accordion-card.style-three .accordion-title {
    padding: 19px 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer
}

.accordion-card.style-three .accordion-title:after {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    content: "\f107";
    font-size: 22px;
    border-radius: 50%;
    transition: .3s
}

.accordion-card.style-three .accordion-title[aria-expanded=true]:after {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.accordion-card.style-three .accordion-content {
    padding: 0 30px 10px
}

.author-box .author-list {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.author-box .author-list li:not(:first-child) {
    margin-left: -10px
}

.author-box .author-list li img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 2px solid var(--white-color)
}

.author-box .author-list li .add-author-btn,
.author-box .author-list li span {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    -webkit-box-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    color: var(--heading-color)
}

.author-box .author-list li .add-author-btn {
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: var(--white-color);
    font-size: 24px
}

.author-box .author-list li span {
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font: 700 18px var(--heading-font)
}

.yourcryptolink-rating-box {
    padding: 20px 50px 50px;
    background-color: var(--primary-color)
}

.yourcryptolink-rating-box .text-box {
    text-align: center;
    border-bottom: 2px dashed var(--white-color);
    padding-bottom: 33px;
    margin-bottom: 40px
}

.yourcryptolink-rating-box .text-box .rating-point {
    font-size: 180px;
    font-family: var(--heading-font);
    font-weight: 600;
    line-height: 1;
    letter-spacing: -10.8px;
    color: var(--white-color)
}

.yourcryptolink-rating-box .text-box p {
    font-size: 24px;
    font-weight: 600;
    line-height: normal;
    color: var(--white-color)
}

.blog-post-item.style-one {
    position: relative;
    border: 1px solid rgba(31, 31, 31, .07);
    padding: 10px;
    border-radius: 7px;
    -webkit-transition: .3s;
    transition: .3s
}

.blog-post-item.style-one:hover {
    border-color: var(--primary-color);
    -webkit-box-shadow: 10px 4px 60px rgba(157, 157, 157, .25);
    box-shadow: 10px 4px 60px rgba(157, 157, 157, .25)
}

.blog-post-item.style-one .post-thumbnail {
    margin-top: -70px
}

.blog-details-wrapper .blog-post-main .blog-post-item .post-thumbnail img,
.blog-post-item.style-four .post-thumbnail img,
.blog-post-item.style-one .post-thumbnail img,
.contact-form-ycl .section-content-box img,
.sidebar-widget-area .sidebar-widget.sidebar-course-info-widget .widget-content .course-preview img {
    border-radius: 7px
}

.blog-post-item.style-one .post-content,
.blog-post-item.style-three .post-content {
    padding: 30px 30px 20px
}

.blog-post-item.style-one .post-content .post-meta span.category,
.blog-post-item.style-three .post-content .post-meta span.category {
    margin-right: 15px;
    margin-bottom: 15px
}

.blog-post-item.style-one .post-content .post-meta span.category a,
.blog-post-item.style-three .post-content .post-meta span.category a {
    padding: 7px 21px;
    background-color: var(--primary-color);
    color: var(--white-color);
    line-height: 20px;
    border-radius: 20px;
    font-weight: 500
}

.blog-post-item.style-two {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: var(--white-color);
    border: 1px solid rgba(38, 39, 43, .1);
    padding: 30px;
    border-radius: 10px;
    -webkit-transition: .3s ease-out;
    transition: .3s ease-out
}

.blog-post-item.style-two:hover {
    border-color: var(--heading-color);
    -webkit-filter: drop-shadow(10px 4px 30px rgba(166, 239, 103, 0.5));
    filter: drop-shadow(10px 4px 30px rgba(166, 239, 103, .5))
}

.blog-post-item.style-two .post-thumbnail {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: 230px;
    width: 100%;
    margin-right: 40px
}

.blog-post-item.style-two .post-thumbnail img,
.yourcryptolink-product-item .product-thumbnail img {
    width: 100%;
    border-radius: 10px
}

.blog-post-item.style-two .post-content .post-meta span.category a {
    border: 1px solid var(--border-color);
    padding: 4px 20px;
    line-height: 20px;
    border-radius: 20px
}

.blog-post-item.style-two .post-content h4.title {
    font-size: 20px;
    letter-spacing: -.4px;
    line-height: 1.5;
    font-weight: 600;
    margin-bottom: 40px
}

.blog-post-item.style-three {
    border: 1px solid var(--border-color);
    border-radius: 7px;
    background-color: var(--white-color)
}

.blog-post-item.style-three .post-thumbnail {
    padding: 10px
}

.blog-post-item.style-four .post-content .post-meta span {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 10px
}

.blog-post-item.style-five,
.blog-post-item.style-five .icon-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-align: center
}

.blog-post-item.style-four .post-content .post-meta span:nth-child(2):after {
    display: inline-block;
    content: "|";
    margin-left: 10px;
    margin-right: 10px
}

.blog-post-item.style-four .post-content .post-meta .cat-btn {
    padding: 7px 10px;
    font: 600 14px var(--heading-font);
    color: var(--heading-color);
    border-radius: 5px;
    background-color: var(--secondary-color);
    line-height: 10px;
    margin-right: 15px
}

.blog-post-item.style-five {
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background-color: var(--white-color);
    border: 1px solid rgba(20, 20, 20, .07);
    -webkit-filter: drop-shadow(10px 4px 60px rgba(189, 189, 189, 0.25));
    filter: drop-shadow(10px 4px 60px rgba(189, 189, 189, .25));
    border-radius: 7px
}

.blog-post-item.style-five .post-thumbnail {
    width: 40%;
    padding: 5px
}

.blog-post-item.style-five .post-content {
    width: 60%;
    padding: 30px
}

.blog-post-item.style-five .post-content .post-meta {
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(20, 20, 20, .1);
    margin-bottom: 10px
}

.blog-post-item.style-five .post-content .post-meta span:not(:last-child):after {
    display: inline-block;
    content: "";
    margin-left: 10px;
    margin-right: 10px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: rgba(20, 20, 20, .1)
}

.blog-post-item.style-five .icon-btn {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    border: 1px solid rgba(20, 20, 20, .1);
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.blog-post-item.style-six .post-thumbnail img {
    border-radius: 10px
}

.blog-post-item.style-six .post-thumbnail .date {
    position: absolute;
    top: 20px;
    left: 20px
}

.blog-post-item.style-six .post-thumbnail .date a {
    padding: 8px 15px;
    background-color: var(--primary-color);
    border-radius: 50px;
    line-height: 20px;
    font: 500 14px var(--heading-font);
    color: var(--white-color)
}

.blog-post-item.style-six .post-content,
.team-item.style-two .member-info {
    padding-top: 25px
}

.blog-post-item.style-six .post-content .post-meta span {
    font-weight: 500;
    color: var(--heading-color);
    margin-bottom: 10px
}

.blog-post-item.style-six .post-content h4.title {
    margin-bottom: 18px
}

.blog-post-item.style-six .post-content .read-more {
    color: var(--heading-color);
    font-weight: 600;
    text-decoration: underline
}

.yourcryptolink-category-item.style-one {
    padding: 40px 30px 30px;
    text-align: center;
    background-color: #fffced;
    border: 1px solid var(--secondary-color);
    border-radius: 7px;
    -webkit-transition: .3s ease-out;
    transition: .3s ease-out
}

.yourcryptolink-category-item.style-one:hover {
    color: var(--heading-color);
    background-color: var(--secondary-color);
    -webkit-filter: drop-shadow(10px 4px 30px rgba(246, 220, 102, 0.65));
    filter: drop-shadow(10px 4px 30px rgba(246, 220, 102, .65))
}

.yourcryptolink-category-item.style-one:hover .icon {
    background: var(--white-color)
}

.yourcryptolink-category-item.style-one .icon {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(246, 220, 102, 0)), to(#f6dc66));
    background: linear-gradient(180deg, rgba(246, 220, 102, 0) 0, #f6dc66 100%);
    font-size: 50px;
    color: var(--heading-color);
    margin-bottom: 25px;
    -webkit-transition: .35s ease-out;
    transition: .35s ease-out
}

.yourcryptolink-category-item.style-one .content h6.title {
    margin-bottom: 5px;
    letter-spacing: -.36px
}

.yourcryptolink-product-item:hover .product-thumbnail .add-to-cart {
    bottom: 30px
}

.yourcryptolink-product-item .product-thumbnail {
    position: relative;
    overflow: hidden;
    z-index: 1
}

.yourcryptolink-product-item .product-thumbnail .offer {
    position: absolute;
    top: 10px;
    right: 10px;
    border-radius: 7px;
    background-color: var(--primary-color);
    padding: 5px 11px;
    line-height: 1;
    color: var(--white-color);
    font-weight: 700
}

.yourcryptolink-product-item .product-thumbnail .add-to-cart {
    position: absolute;
    bottom: -20%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: .4s;
    transition: .4s
}

.yourcryptolink-product-item .product-thumbnail .add-to-cart .theme-btn.style-one {
    padding: 20px 30px
}

.yourcryptolink-product-item .product-info {
    padding-top: 20px
}

.yourcryptolink-product-item .product-info ul.ratings li i {
    color: #f90
}

.yourcryptolink-product-item .product-info h4.title {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: -.36px
}

.blog-standard-ycl .blog-post-item.style-three .post-thumbnail,
.team-item.style-one .member-image {
    position: relative;
    overflow: hidden
}

.team-item.style-one .member-image img {
    border-radius: 7px;
    width: 100%;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .33s;
    transition: .33s
}

.team-item.style-one .member-image .hover-content {
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 20px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: .3s;
    transition: .3s
}

.team-item.style-one .member-image .hover-content .social-link {
    background-color: var(--white-color);
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    border-radius: 5px;
    padding: 7px 15px;
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
    -webkit-transition: .35s;
    transition: .35s
}

.team-item.style-one .member-image .hover-content .social-link li {
    margin-left: 10px;
    margin-right: 10px
}

.team-item.style-one .member-image .hover-content .social-link li a,
.yourcryptolink-event-item .content h4.title:hover {
    color: #042a1b
}

.team-item.style-two:hover .member-image .social-box {
    opacity: 1;
    visibility: visible
}

.team-item.style-two .member-image {
    position: relative;
    overflow: hidden;
    -webkit-transition: .3s;
    transition: .3s
}

.team-item.style-two .member-image .social-box {
    position: absolute;
    bottom: 30px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #34645a;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, .1);
    width: 80%;
    text-align: center;
    padding: 15px 20px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: .3s;
    transition: .3s
}

.team-item.style-two .member-image .social-box a {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: rgba(255, 255, 255, .05);
    border: 1px solid rgba(255, 255, 255, .1);
    color: var(--white-color);
    margin-left: 5px;
    margin-right: 5px;
    font-size: 14px
}

.team-item.style-two .member-image .social-box a:hover {
    background-color: var(--secondary-color);
    color: var(--heading-color)
}

.yourcrypto-fancy-team-member {
    position: relative;
    line-height: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 30px 0;
    border-width: 1px 0;
    border-style: solid;
    border-color: var(--border-color);
    z-index: 1;
    -webkit-transition: .3s;
    transition: .3s
}

.yourcrypto-fancy-team-member::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    z-index: -1;
    width: 100vw;
    height: 100%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: .3s;
    transition: .3s;
    visibility: hidden;
    opacity: 0;
    background-color: var(--primary-color)
}

.yourcrypto-fancy-team-member .member-info {
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    position: relative
}

.yourcrypto-fancy-team-member .name {
    margin: 0;
    font-size: 40px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-transition: .3s;
    transition: .3s
}

.yourcrypto-fancy-team-member .name a {
    -webkit-transition: none;
    transition: none
}

.yourcrypto-fancy-team-member .designation {
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
    color: var(--text-color);
    padding-right: 20px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16%;
    flex: 0 0 16%;
    -webkit-transition: .3s;
    transition: .3s
}

.yourcrypto-fancy-team-member .member-image {
    position: absolute;
    top: 50%;
    right: 25%;
    -webkit-transform: translateY(-50%) scale(.9);
    transform: translateY(-50%) scale(.9);
    -webkit-transition: .3s;
    transition: .3s;
    visibility: hidden;
    opacity: 0
}

.yourcrypto-fancy-team-member .member-image img {
    width: 250px;
    height: 300px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top center;
    object-position: top center
}

.yourcrypto-fancy-team-member:hover .member-image {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(-50%) scale(1);
    transform: translateY(-50%) scale(1)
}

.yourcrypto-fancy-team-member:hover .social-links span i {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.yourcrypto-fancy-team-member:hover .social-links a {
    visibility: visible;
    color: var(--white-color);
    opacity: 1
}

.yourcrypto-fancy-team-member:hover .social-links a:first-child {
    right: calc(var(--total-icon-gap) * 1)
}

.yourcrypto-fancy-team-member:hover .social-links a:nth-child(2) {
    right: calc(var(--total-icon-gap) * 2)
}

.yourcrypto-fancy-team-member:hover .social-links a:nth-child(3) {
    right: calc(var(--total-icon-gap) * 3)
}

.yourcrypto-fancy-team-member:hover .social-links a:nth-child(4) {
    right: calc(var(--total-icon-gap) * 4)
}

.yourcrypto-fancy-team-member:hover .social-links a:nth-child(5) {
    right: calc(var(--total-icon-gap) * 5)
}

.yourcrypto-fancy-team-member .social-links {
    position: relative;
    z-index: 2;
    margin-left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    --icon-size: 45px;
    --icon-gap: 10px;
    --total-icon-gap: calc(var(--icon-size) + var(--icon-gap))
}

.yourcrypto-fancy-team-member .social-links span {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: var(--icon-size);
    height: var(--icon-size);
    border-radius: 50%;
    font-size: 16px;
    position: relative;
    z-index: 1;
    background-color: var(--white-color);
    border: 1px solid var(--border-color);
    cursor: pointer
}

.tool-item .tool-img,
.yourcrypto-fancy-team-member .social-links a {
    -webkit-box-align: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox
}

.yourcrypto-fancy-team-member .social-links a {
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: var(--icon-size);
    height: var(--icon-size);
    border-radius: 50%;
    font-size: 16px;
    position: absolute;
    right: 0;
    top: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: .3s;
    transition: .3s;
    border: 1px solid hsla(0, 0%, 100%, .1)
}

.yourcrypto-fancy-team-member .social-links a:hover {
    background-color: var(--white-color);
    color: var(--primary-color)
}

.client-item .client-img img {
    margin: 0 auto
}

.tool-item {
    min-height: 160px;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, .1);
    background-color: #221a2f;
    text-align: center;
    padding: 30px 30px 23px
}

.tool-item .tool-img {
    width: 50px;
    height: 50px;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 20px
}

.yourcryptolink-event-item {
    background-color: var(--white-color);
    -webkit-box-shadow: 0 30px 60px rgba(0, 0, 0, .07);
    box-shadow: 0 30px 60px rgba(0, 0, 0, .07);
    border-radius: 10px;
    overflow: hidden
}

.yourcryptolink-event-item .content {
    padding: 40px
}

.yourcryptolink-event-item .content .theme-btn.style-one {
    padding: 15px 30px
}

.award-box.style-one {
    background-color: var(--primary-color);
    padding: 0 35px 25px
}

.award-box.style-one .content h2 {
    font-size: 60px;
    color: var(--white-color);
    margin-bottom: 15px
}

.experience-box.style-one {
    background-color: #fdf2f2;
    padding: 100px 90px;
    border-radius: 150px
}

.experience-box.style-one .content h2 {
    font-size: 200px;
    line-height: .6
}

.experience-box.style-one .content h2 span.symbol {
    display: block;
    font-size: 50px;
    margin-bottom: 60px;
    color: var(--primary-color)
}

.experience-box.style-one .content h2 span.year {
    font: 600 22px var(--heading-font)
}

.yourcryptolink-proceycl-item.style-one {
    padding: 40px 30px 30px;
    border-radius: 10px
}

.yourcryptolink-proceycl-item.style-one.bg-one {
    background-color: #eaefee
}

.yourcryptolink-proceycl-item.style-one.bg-one .icon {
    background-color: rgba(62, 108, 98, .2)
}

.yourcryptolink-proceycl-item.style-one.bg-two {
    background-color: #fdf8f1
}

.yourcryptolink-proceycl-item.style-one.bg-two .icon {
    background-color: #f9ecd7
}

.yourcryptolink-proceycl-item.style-one .icon {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    font-size: 24px;
    color: var(--heading-color);
    margin-bottom: 25px
}

.yourcryptolink-progreycl-item .progreycl-title {
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 20px
}

.yourcryptolink-progreycl-item .progress {
    height: 8px;
    border-radius: 10px
}

.yourcryptolink-progreycl-item.style-one .progress {
    background: rgba(41, 92, 81, .1)
}

.yourcryptolink-progreycl-item.style-one .progress .progreycl-bar {
    background-color: #295c51
}

.yourcryptolink-progreycl-item.style-two .progress {
    background-color: rgba(233, 187, 113, .1)
}

.yourcryptolink-progreycl-item.style-two .progress .progreycl-bar {
    background-color: #e9bb71
}

.contact-form-ycl .contact-wrapper {
    padding: 50px 60px 30px;
    background-color: var(--white-color);
    border: 1px solid rgba(31, 31, 31, .1);
    -webkit-filter: drop-shadow(10px 4px 60px rgba(180, 180, 180, 0.25));
    filter: drop-shadow(10px 4px 60px rgba(180, 180, 180, .25));
    border-radius: 7px
}

.contact-form-ycl .contact-wrapper h3 {
    margin-bottom: 5px;
    font-size: 30px
}

.contact-form-ycl .contact-wrapper .contact-form .form_control {
    border: none;
    border-bottom: 1px solid rgba(31, 31, 31, .1);
    padding-bottom: 20px;
    margin-bottom: 25px;
    color: var(--heading-color)
}

.contact-form-ycl .contact-wrapper .contact-form .form_control::-webkit-input-placeholder {
    color: var(--heading-color)
}

.contact-form-ycl .contact-wrapper .contact-form .form_control::-moz-placeholder {
    color: var(--heading-color)
}

.contact-form-ycl .contact-wrapper .contact-form .form_control:-ms-input-placeholder {
    color: var(--heading-color)
}

.contact-form-ycl .contact-wrapper .contact-form .form_control::-ms-input-placeholder {
    color: var(--heading-color)
}

.contact-form-ycl .contact-wrapper .contact-form .form_control::placeholder {
    color: var(--heading-color)
}

.contact-form-ycl .contact-wrapper .contact-form .form_control:focus {
    border-color: var(--heading-color)
}

.blog-details-wrapper .contact-wrapper .contact-form .form-check label,
.contact-form-ycl .contact-wrapper .contact-form .form-check label {
    cursor: pointer
}

.blog-details-wrapper .contact-wrapper .contact-form .form-check .form-check-input,
.contact-form-ycl .contact-wrapper .contact-form .form-check .form-check-input {
    width: 25px;
    height: 25px;
    margin-right: 15px
}

.map-page-ycl iframe {
    width: 100%;
    height: 450px;
    border-radius: 7px
}

.footer-widget .footer-content h4.widget-title {
    margin-bottom: 12px;
    font-weight: 600;
    font-size: 20px
}

.footer-widget .footer-content .social-link a {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    border: 1px solid rgba(16, 16, 16, .1);
    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;
    color: var(--heading-color)
}

.footer-newsletter-widget .footer-content .form-group {
    position: relative;
    max-width: 410px
}

.footer-newsletter-widget .footer-content .form-group label {
    position: absolute;
    top: 13px;
    left: 20px
}

.footer-newsletter-widget .footer-content .form-group .form_control {
    width: 100%;
    padding: 16px 140px 16px 40px;
    line-height: 20px;
    border-radius: 10px;
    border: 1.2px solid rgba(16, 16, 16, .1);
    font-size: 14px
}

.footer-newsletter-widget .footer-content .form-group .theme-btn {
    position: absolute;
    top: 7px;
    right: 7px;
    -webkit-transition: .3s;
    transition: .3s
}

.footer-copyright {
    border-top: 1px solid var(--border-color);
    padding: 30px 0
}

.footer-copyright .copyright-nav ul li a:hover,
.page-hero-ycl .page-content .breadcrumb-link li.active {
    color: var(--primary-color);
    text-decoration: underline
}

.page-hero-ycl .page-content h1.page-title {
    font-size: 52px;
    line-height: 1.1;
    margin-bottom: 25px
}

.page-hero-ycl .page-content h3.page-title {
    font-size: 40px;
    line-height: 55px;
    margin-bottom: 20px
}

.page-hero-ycl .page-content .breadcrumb-link li {
    display: inline-block;
    font-size: 20px;
    font-weight: 600
}

.page-hero-ycl .page-content .breadcrumb-link li:not(:last-child):after {
    display: inline-block;
    content: "";
    vertical-align: middle;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: var(--primary-color);
    margin-left: 20px;
    margin-right: 15px
}

.blog-standard-ycl .blog-post-item.style-three .post-thumbnail .play-button,
.sidebar-widget-area .sidebar-widget.sidebar-course-info-widget .widget-content .course-preview .play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.blog-standard-ycl .blog-post-item.style-three .post-thumbnail .play-button .video-popup {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: var(--white-color);
    color: var(--primary-color)
}

.blog-standard-ycl .blog-post-item.style-three .post-content h4.title {
    font-size: 30px;
    line-height: 40px
}

.blog-standard-ycl .blog-quote-post-item {
    padding: 40px;
    background-color: #feeeed
}

.blog-standard-ycl .blog-quote-post-item .post-content h4.title {
    font-size: 30px;
    letter-spacing: -.6px;
    line-height: 40px;
    margin-bottom: 15px
}

.blog-standard-ycl .blog-quote-post-item .post-content p:before {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    content: "";
    width: 50px;
    height: 3px;
    background-color: var(--primary-color);
    margin-right: 30px
}

.blog-details-wrapper .blog-post-main .blog-post-item .post-content h3.title {
    font-size: 30px;
    line-height: 40px;
    letter-spacing: -.6px;
    margin-bottom: 25px
}

.blog-details-wrapper .blog-post-main .entry-footer {
    border: 1px solid rgba(31, 31, 31, .1);
    background-color: var(--white-color);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 20px 40px;
    border-radius: 7px
}

.blog-details-wrapper .blog-post-main .entry-footer span {
    font-weight: 600;
    color: var(--heading-color);
    letter-spacing: -.4px;
    margin-right: 15px;
    font-size: 20px
}

.blog-details-wrapper .blog-post-main .entry-footer .tag-links a {
    padding: 5px 20px;
    border: 1px solid var(--border-color);
    border-radius: 7px;
    margin-right: 5px;
    line-height: 20px
}

.blog-details-wrapper .blog-post-main .entry-footer .social-share a {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    font-size: 13px;
    border: 1px solid var(--border-color);
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.blog-details-wrapper .post-author-box {
    background-color: var(--primary-black-color);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 40px;
    border-radius: 10px
}

.blog-details-wrapper .post-author-box .author-thumbnail {
    width: 130px;
    height: 130px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-right: 40px
}

.blog-details-wrapper .post-author-box .author-info h4.title {
    color: var(--white-color);
    margin-bottom: 4px
}

.blog-details-wrapper .post-author-box .author-info p {
    color: var(--white-color);
    margin-bottom: 15px
}

.blog-details-wrapper .post-author-box .author-info ul.social-link li a {
    color: #909090
}

.blog-details-wrapper .post-navigation .post-nav-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 330px
}

.blog-details-wrapper .post-navigation .post-nav-item .thumb {
    width: 100px;
    height: 100px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-right: 30px
}

.blog-details-wrapper .post-navigation .post-nav-item .thumb img {
    width: 100%;
    height: 100%;
    border-radius: 7px
}

.blog-details-wrapper .post-navigation .post-nav-item .content h6 {
    line-height: 30px
}

.blog-details-wrapper .comments-area .comments-list .comment {
    padding: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 8px;
    border: 1px solid rgba(0, 0, 0, .1);
    background-color: var(--white-color);
    margin-bottom: 30px
}

.blog-details-wrapper .comments-area .comments-list .comment .comment-avatar {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 85px;
    height: 85px;
    margin-right: 30px
}

.blog-details-wrapper .comments-area .comments-list .comment .comment-avatar img {
    border-radius: 50%;
    width: 100%
}

.blog-details-wrapper .comments-area .comments-list .comment .comment-author-content span.author-name {
    display: block;
    text-transform: capitalize;
    color: var(--heading-color);
    font: 600 18px var(--heading-font);
    margin-bottom: 15px
}

.blog-details-wrapper .comments-area .comments-list .comment .comment-author-content span.author-name span {
    float: right;
    font: 500 16px var(--body-font)
}

.blog-details-wrapper .comments-area .comments-list .comment .comment-author-content .reply {
    color: var(--heading-color);
    font-weight: 500
}

.blog-details-wrapper .comments-area .comments-list .comment .comment-author-content .reply i {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-left: 8px
}

.blog-details-wrapper .comments-area .comments-list .comment-reply .comment {
    margin-left: 50px
}

.blog-details-wrapper .contact-wrapper {
    border: 1px solid rgba(31, 31, 31, .1);
    padding: 40px 60px 50px;
    background-color: #fff;
    border-radius: 10px
}

.blog-details-wrapper .contact-wrapper p {
    margin-bottom: 20px;
    margin-top: 5px
}

.blog-details-wrapper .contact-wrapper .contact-form .form_control {
    padding-bottom: 20px;
    background-color: transparent;
    width: 100%;
    border: none;
    border-bottom: 1px solid rgba(31, 31, 31, .1);
    margin-bottom: 30px;
    -webkit-transition: .3s;
    transition: .3s
}

.sidebar-widget-area .sidebar-widget {
    padding: 20px 40px 30px;
    border-radius: 7px;
    border: 1px solid rgba(31, 31, 31, .1);
    background-color: var(--white-color)
}

.sidebar-widget-area .sidebar-widget h4.widget-title {
    padding-bottom: 30px
}

.sidebar-widget-area .sidebar-widget h4.widget-title:after {
    margin-top: 10px;
    display: block;
    content: "";
    width: 50px;
    height: 3px;
    background-color: var(--primary-color)
}

.sidebar-widget-area .sidebar-widget.sidebar-search-widget {
    padding: 0;
    border: none
}

.sidebar-widget-area .sidebar-widget.sidebar-search-widget .widget-content form .form_control {
    padding: 20px 30px;
    border: 1px solid var(--border-color);
    width: 100%;
    border-radius: 7px;
    -webkit-transition: .3s;
    transition: .3s
}

.sidebar-widget-area .sidebar-widget.sidebar-search-widget .widget-content form .search-btn {
    position: absolute;
    top: 21px;
    right: 30px;
    background-color: transparent;
    color: var(--heading-color)
}

.sidebar-widget-area .sidebar-widget.sidebar-nav-widget .widget-content ul li:not(:last-child) a {
    border-bottom: 1px solid var(--border-color);
    padding-bottom: 15px;
    margin-bottom: 15px
}

.sidebar-widget-area .sidebar-widget.sidebar-nav-widget .widget-content ul li a {
    display: block;
    font: 500 18px var(--heading-font)
}

.sidebar-widget-area .sidebar-widget.sidebar-post-widget .widget-content .post-thumbnail-content img {
    object-fit: cover;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100px;
    height: 100px;
    border-radius: 7px;
    margin-right: 30px
}

.sidebar-widget-area .sidebar-widget.sidebar-post-widget .widget-content .post-thumbnail-content .post-title-date h6 {
    letter-spacing: -.36px;
    line-height: 30px
}

@media (min-width:1200px) and (max-width:1450px) {
    .yourcryptolink-professionals-item.style-one {
        padding: 30px 50px 20px
    }
    .blog-post-item.style-two {
        padding: 30px 20px
    }
    .blog-post-item.style-two .post-content h4.title {
        margin-bottom: 10px
    }
    .yourcrypto-fancy-team-member .name {
        font-size: 32px
    }
    .yourcrypto-fancy-team-member .social-links {
        --icon-size: 40px;
        --icon-gap: 8px
    }
    .sidebar-widget-area .sidebar-widget.sidebar-post-widget .widget-content .post-thumbnail-content .post-title-date h6,
    .yourcrypto-fancy-team-member .social-links a,
    .yourcrypto-fancy-team-member .social-links span {
        font-size: 14px
    }
    .yourcryptolink-proceycl-item.style-one {
        padding: 40px 20px 30px
    }
}

@media (max-width:575px) {
    .header-two.transparent-header {
        top: 10px
    }
    .yourcryptolink-project-item.style-three .thumbnail .hover-overlay {
        margin: 0 15px
    }
    .engine-item.style-two {
        padding: 40px 20px 30px
    }
    .engine-item.style-two .engine-header h2 {
        font-size: 32px;
        line-height: 45px
    }
    .accordion-card.style-two,
    .accordion-item {
        padding: 13px 15px
    }
    .accordion-card.style-one .accordion-header .accordion-title,
    .accordion-card.style-two .accordion-header .accordion-title,
    .accordion-item .accordion-header .accordion-title {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        font-size: 16px
    }
    .blog-details-wrapper .contact-wrapper .contact-form .form-check,
    .contact-form-ycl .contact-wrapper .contact-form .form-check {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
    .blog-details-wrapper .blog-post-main .entry-footer span {
        font-size: 14px
    }
    .blog-details-wrapper .blog-post-main .entry-footer .tag-links a {
        margin-bottom: 10px
    }
    .blog-details-wrapper .post-author-box,
    .blog-details-wrapper .post-navigation {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
    .blog-details-wrapper .post-author-box .author-thumbnail,
    .blog-details-wrapper .post-navigation .post-nav-item {
        margin-bottom: 30px
    }
    .sidebar-widget-area .sidebar-widget.sidebar-post-widget .widget-content .post-thumbnail-content .post-title-date h6 {
        font-size: 16px
    }
}

.sidebar-widget-area .sidebar-widget.sidebar-tag-widget {
    padding: 30px 40px
}

.sidebar-widget-area .sidebar-widget.sidebar-tag-widget .widget-content a {
    padding: 7px 15px;
    border-radius: 7px;
    border: 1px solid rgba(31, 31, 31, .1);
    font-weight: 500;
    line-height: 20px;
    margin-bottom: 10px;
    margin-right: 5px
}

.sidebar-widget-area .sidebar-widget.sidebar-gallery-widget ul {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 10px 1fr 10px 1fr;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px
}

.sidebar-widget-area .sidebar-widget.sidebar-banner-widget {
    position: relative;
    background-color: var(--primary-color);
    border: none;
    text-align: right;
    z-index: 1;
    overflow: hidden;
    padding: 20px 0 0
}

.sidebar-widget-area .sidebar-widget.sidebar-banner-widget .shape-img {
    position: absolute;
    left: 50%;
    top: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
    z-index: -1
}

.sidebar-widget-area .sidebar-widget.sidebar-banner-widget .widget-content {
    position: absolute;
    bottom: 0;
    left: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(241, 79, 68, 0)), color-stop(66.32%, rgba(241, 79, 68, .9)));
    background: linear-gradient(180deg, rgba(241, 79, 68, 0) 0, rgba(241, 79, 68, .9) 66.32%);
    padding: 40px;
    text-align: left
}

.sidebar-widget-area .sidebar-widget.sidebar-banner-widget .widget-content h3 {
    letter-spacing: -.54px;
    color: var(--white-color);
    margin-bottom: 25px;
    max-width: 400px
}

.sidebar-widget-area .sidebar-widget.sidebar-banner-widget .widget-content .theme-btn.style-one {
    padding: 18px 35px;
    background-color: var(--white-color);
    color: var(--heading-color);
    font-weight: 700
}

.sidebar-widget-area .sidebar-widget.sidebar-course-info-widget,
.sidebar-widget-area .sidebar-widget.sidebar-event-widget,
.sidebar-widget-area .sidebar-widget.sidebar-map-widget {
    padding: 20px
}

.sidebar-widget-area .sidebar-widget.sidebar-course-info-widget .widget-content .course-preview {
    position: relative;
    overflow: hidden;
    border-radius: 7px;
    margin-bottom: 15px
}

.sidebar-widget-area .sidebar-widget.sidebar-course-info-widget .widget-content .course-preview .play-button .video-popup {
    width: 50px;
    height: 50px;
    font-size: 14px;
    background-color: var(--white-color);
    color: var(--primary-color);
    border-radius: 50%
}

.sidebar-widget-area .sidebar-widget.sidebar-course-info-widget .widget-content .course-preview .hover-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, .5);
    border-radius: 7px
}

.sidebar-widget-area .sidebar-widget.sidebar-course-info-widget .widget-content .course-info h4 {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 15px
}

.sidebar-widget-area .sidebar-widget.sidebar-course-info-widget .widget-content .course-info h4 span.price {
    background-color: var(--primary-color);
    color: var(--white-color);
    padding: 7px 15px;
    line-height: 14px;
    border-radius: 10px;
    margin-right: 10px
}

.sidebar-widget-area .sidebar-widget.sidebar-course-info-widget .widget-content .course-info ul li:not(:last-child),
.sidebar-widget-area .sidebar-widget.sidebar-event-widget ul li {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid var(--border-color)
}

.sidebar-widget-area .sidebar-widget.sidebar-course-info-widget .widget-content .course-info .course-button .theme-btn {
    display: block;
    width: 100%;
    margin-bottom: 15px
}

.sidebar-widget-area .sidebar-widget.sidebar-course-info-widget .widget-content .course-info h4.title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px
}

.sidebar-widget-area .sidebar-widget.sidebar-event-widget h4.price {
    color: var(--primary-color);
    margin-bottom: 10px
}

.sidebar-widget-area .sidebar-widget.sidebar-event-widget h4.price span {
    padding: 10px 12px;
    line-height: 10px;
    font-size: 14px;
    background-color: var(--primary-color);
    color: var(--white-color);
    float: right;
    letter-spacing: .14px;
    border-radius: 14px
}

.sidebar-widget-area .sidebar-widget.sidebar-event-widget ul li {
    display: block;
    font-size: 16px
}

.sidebar-widget-area .sidebar-widget.sidebar-event-widget .theme-btn {
    width: 100%;
    margin-top: 20px
}

.error-page .section-content-box .error-image {
    margin-bottom: 90px
}

.error-page .section-content-box h1 {
    margin-bottom: 30px;
    font-size: 52px;
    line-height: 1.1
}

@media screen and (min-width:992px) and (max-width:1200px) {
    .yourcryptolink-professionals-item.style-one .professionals-content p {
        font-size: 16px;
        line-height: 30px;
        margin-bottom: 25px
    }
    .yourcryptolink-professionals-item.style-four .professionals-content p {
        font-size: 18px;
        line-height: 30px
    }
    .yourcryptolink-professionals-item.style-six .professionals-content p {
        font-size: 16px
    }
    .blog-post-item.style-five .post-content {
        padding: 20px 15px
    }
    .blog-post-item.style-five .post-content h4.title {
        margin-bottom: 20px
    }
    .yourcrypto-fancy-team-member .name {
        font-size: 22px
    }
    .yourcrypto-fancy-team-member .member-image {
        right: 30%
    }
    .yourcrypto-fancy-team-member .member-image img {
        width: 150px;
        height: 180px
    }
    .experience-box.style-one {
        padding: 60px 50px
    }
    .footer-newsletter-widget .footer-content .form-group .theme-btn {
        position: relative;
        left: 0;
        margin-top: 10px
    }
    .error-page .section-content-box h1 {
        line-height: 1.2
    }
}

@media screen and (max-width:991px) {
    .yourcryptolink-professionals-item.style-four .professionals-thumb {
        margin-right: 30px
    }
    .yourcryptolink-professionals-item.style-four .professionals-content p {
        font-size: 18px;
        line-height: 30px
    }
    .yourcryptolink-professionals-item.style-seven .professionals-content p {
        font-size: 30px;
        line-height: 40px
    }
    .yourcryptolink-professionals-item.style-eight p {
        font-size: 16px
    }
    .blog-post-item.style-three .post-content h4.title {
        font-size: 20px;
        line-height: 30px
    }
    .blog-post-item.style-five .post-content h4.title {
        margin-bottom: 20px
    }
    .yourcrypto-fancy-team-member .name {
        font-size: 20px
    }
    .yourcrypto-fancy-team-member .designation {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 18%;
        flex: 0 0 18%
    }
    .yourcrypto-fancy-team-member .member-image {
        right: 28%
    }
    .yourcrypto-fancy-team-member .member-image img {
        width: 150px;
        height: 180px
    }
    .yourcrypto-fancy-team-member .social-links {
        --icon-size: 35px;
        --icon-gap: 5px
    }
    .contact-form-ycl .contact-wrapper {
        padding: 50px 30px 40px
    }
    .footer-newsletter-widget .footer-content .form-group .theme-btn {
        position: relative;
        left: 0;
        margin-top: 10px
    }
    .footer-copyright .copyright-nav ul li:not(:last-child) {
        margin-right: 15px
    }
    .blog-details-wrapper .blog-post-main .entry-footer {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    .blog-details-wrapper .blog-post-main .entry-footer .social-share {
        margin-top: 15px
    }
    .blog-details-wrapper .contact-wrapper {
        padding: 40px 30px 50px
    }
    .error-page .section-content-box h1 {
        line-height: 1.3
    }
}

@media (max-width:767px) {
    .yourcryptolink-professionals-item.style-two {
        max-width: 100%;
        margin-right: 0;
        padding: 25px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
    .yourcryptolink-professionals-item.style-two .professionals-thumbnail img {
        max-height: 250px;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: top;
        object-position: top
    }
    .yourcryptolink-professionals-item.style-two .professionals-thumbnail {
        margin-right: 0;
        margin-bottom: 25px;
        max-width: 100%;
        width: 100%
    }
    .blog-details-wrapper .comments-area .comments-list .comment,
    .yourcryptolink-professionals-item.style-four {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .blog-standard-ycl .blog-post-item.style-three .post-content h4.title,
    .blog-standard-ycl .blog-quote-post-item .post-content h4.title,
    .yourcryptolink-professionals-item.style-four .professionals-content p {
        font-size: 18px;
        line-height: 30px
    }
    .yourcryptolink-professionals-item.style-seven .professionals-content p {
        font-size: 20px
    }
    .yourcryptolink-professionals-item.style-eight .author-thumb-info .author-info h5 {
        font-size: 15px;
        line-height: 1;
        margin-bottom: 5px
    }
    .yourcryptolink-professionals-item.style-eight .author-thumb-info .author-info span {
        font-size: 14px;
        line-height: 1
    }
    .yourcryptolink-professionals-item.style-eight .ratings li {
        font-size: 14px
    }
    .accordion-card.style-three .accordion-title {
        padding: 19px 15px;
        line-height: 1.3
    }
    .accordion-card.style-three .accordion-title:after,
    .page-hero-ycl .page-content .breadcrumb-link li {
        font-size: 16px
    }
    .blog-post-item.style-one .post-content {
        padding: 30px 20px 20px
    }
    .blog-post-item.style-five,
    .blog-post-item.style-two,
    .yourcrypto-fancy-team-member,
    .yourcrypto-fancy-team-member .member-info {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
    .blog-post-item.style-two .post-thumbnail {
        max-width: 100%;
        margin-right: 0;
        margin-bottom: 30px
    }
    .blog-post-item.style-five .post-content,
    .blog-post-item.style-five .post-thumbnail {
        width: 100%
    }
    .yourcrypto-fancy-team-member .designation {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        padding-right: 0;
        margin-bottom: 10px
    }
    .yourcrypto-fancy-team-member .member-image {
        right: 0
    }
    .yourcrypto-fancy-team-member .member-image img {
        width: 120px;
        height: 145px
    }
    .yourcrypto-fancy-team-member .social-links {
        margin-left: 0;
        margin-top: 20px
    }
    .yourcrypto-fancy-team-member .social-links a {
        right: auto;
        left: 0
    }
    .footer-newsletter-widget .footer-content .form-group .form_control {
        padding: 16px 40px
    }
    .footer-copyright .copyright-text {
        text-align: center
    }
    .footer-copyright .copyright-nav {
        float: none;
        text-align: center
    }
    .page-hero-ycl .page-content h1.page-title {
        font-size: 32px;
        line-height: 1.3
    }
    .page-hero-ycl .page-content h3.page-title {
        font-size: 20px;
        line-height: 35px
    }
    .blog-standard-ycl .blog-post-item.style-three .post-thumbnail .play-button .video-popup {
        width: 60px;
        height: 60px
    }
    .blog-details-wrapper .blog-post-main .blog-post-item .post-content h3,
    .blog-details-wrapper .blog-post-main .blog-post-item .post-content h3.title {
        font-size: 24px
    }
    .blog-details-wrapper .comments-area .comments-list .comment .comment-avatar {
        margin-bottom: 20px
    }
    .blog-details-wrapper .comments-area .comments-list .comment-reply .comment {
        margin-left: 20px
    }
    .sidebar-widget-area .sidebar-widget {
        padding: 30px
    }
    .error-page .section-content-box h1 {
        font-size: 32px
    }
}

.error-page .section-content-box h5 {
    font-size: var(--font-18);
    font-weight: 500;
    color: var(--text-color);
    max-width: 525px;
    margin: 0 auto 30px;
    line-height: 32px
}

.error-page .section-content-box .theme-btn.style-one {
    font-size: 16px;
    font-weight: 700;
    padding: 22px 50px
}
.marketing-platform-wrapper .blur-shape{
    position: absolute;
    bottom: -100px !important;
    left: -0px !important;
    z-index: -1;
}
.marketing-platform-wrapper .blur-shape span{
    width: 600px !important;
    height: 600px !important;
    border-radius: 400px;
    background: #2894A6 !important;
    opacity: 0.8 !important;
    filter: blur(102px) !important;
}
.marketing-platform-wrapper .heading-btn-shape{
    padding: 8px 20px;
    gap: 10px;
    background: rgb(23 35 46);
    border: 1px solid rgba(125, 139, 153, 0.1);
    border-radius: 32px;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #FFFFFF;
    position: relative;
}
  .marketing-platform-wrapper .heading-btn-shape::before,
  .marketing-platform-wrapper .heading-btn-shape::after {
    content: "";
    position: absolute;
    inset: -2px;
    z-index: -1;
    background: linear-gradient(20deg, #17232e, #696868, #17232e);
    border-radius: 32px;
  }
.marketing-platform-wrapper .font-600{
    font-weight: 600;
}
.marketing-platform-wrapper .ycl-iconic-box {
    background-color: #212F40;
    border:none;
    padding: 24px 24px 0 24px;
    border-radius: 24px;
}
.marketing-platform-wrapper .ycl-iconic-box .content img{
    border: 8px solid #3E4A59;
    border-bottom: none;
    border-radius: 12px 12px 0px 0px;
}
.marketing-platform-wrapper .ycl-iconic-box .content p{
    line-height: 22px;
}
.marketing-platform-wrapper .outline-btn{
    background: transparent; 
    border: 1px solid var(--primary-color);
    padding: 11px 24px !important;
}
.marketing-platform-wrapper .designed-for-bx{
    padding: 24px;
    border: 2px solid #1E61B7;
    background: transparent;
    display: flex;
    justify-items: left;
    align-items: center;
    gap:24px;
    border-radius: 16px;
    margin: 16px 0;
}
.marketing-platform-wrapper .col-lg-6:has(.designed-for-bx){
    margin: 12px 0;
}
.marketing-platform-wrapper .designed-for-bx p{
    font-size: 24px;
    font-weight: 700;
    color: #fff;
}
.marketing-platform-wrapper .accordion-item {
    background-color: transparent;
    border: 1px solid rgba(38, 54, 76, 1)
}
.marketing-platform-wrapper .accordion-item:has(.show) {
    background-color: rgba(33, 47, 64, 1);
}
.marketing-platform-wrapper .accordion-item .accordion-header .accordion-title:after {
    justify-content: center;
    content: "\f068";
    font-family: "Font Awesome 7 Free";
    font-weight: 900;
    border: 0.6px solid #c8c8c8;
    background: transparent;
    color: #c8c8c8;
}
.marketing-platform-wrapper .accordion-item .accordion-header .accordion-title.collapsed:after {
    justify-content: center;
    content: "\f067";
    font-family: "Font Awesome 7 Free";
    font-weight: 900;
}
.marketing-platform-wrapper .accordion-item {
    padding: 10px 16px;
}
.marketing-platform-wrapper .book-a-demo{
    border-radius: 20px;
    padding: 60px 20px;
    background: rgba(33, 47, 64, 1);
    position: relative;
    overflow: hidden;
}
.marketing-platform-wrapper .section-title h2 {
    margin-bottom: 16px;
    font-size: 40px;
    line-height: 60px;
}
.marketing-platform-wrapper .book-a-demo .form-group{
    display: inline-block;
    margin: 0 auto;
    width: 100%;
    max-width: 540px;
}
.marketing-platform-wrapper .book-a-demo .form-group input.input-txt{
    border-radius: 10px;
    padding: 9px 40px 9px 16px;
    background: rgba(21, 36, 54, 1);
    border: none !important;
    outline: none !important;
    width: 100%;
    color: #fff;
}
.marketing-platform-wrapper .book-a-demo .form-group input.input-btn{
    font-size: 16px;
    padding: 11px 26px;
    font-weight: 600;
    position: relative;
    background-color: var(--primary-color);
    color: var(--white-color);
    border-radius: 8px;
    line-height: 1;
    position: absolute;
    right: 6px;
    border: none;
    outline: none;
    top: 4px;
}
.marketing-platform-wrapper .book-a-demo .blur-shape1{
    position: absolute;
    top: -90px;
    left: -90px;
    z-index: 0;
    opacity: 40%;
}
.marketing-platform-wrapper .book-a-demo .blur-shape1 span{
    width: 310px !important;
    height: 310px !important;
    border-radius: 400px;
    background: #2894A6 !important;
    opacity: 0.8 !important;
    filter: blur(70px) !important;
}
.marketing-platform-wrapper .book-a-demo .blur-shape2{
    position: absolute;
    bottom: -90px;
    right: -90px;
    z-index: 0;
    opacity: 40%;
}
.marketing-platform-wrapper .book-a-demo .blur-shape2 span{
    width: 310px !important;
    height: 310px !important;
    border-radius: 400px;
    background: #2894A6 !important;
    opacity: 0.8 !important;
    filter: blur(70px) !important;
}
.marketing-platform-wrapper .z-index-2{
    z-index: 2;
}
.marketing-platform-wrapper .owl-slider {
    width: 100%;
    overflow-x: hidden;
    position: relative;
    background: #111;
    background-image: url(../images/slider-bg.jpg);
    text-align: center;
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
  }
  .marketing-platform-wrapper .owl-slider .slide{
    padding: 60px 0 0;
  }
  .marketing-platform-wrapper .owl-slider .owl-stage {
    display: flex;
  }
  .marketing-platform-wrapper .owl-dots {
    text-align: center;
    position: absolute;
    width: 100%;
    top: 47%;
    width: 80px;
    left: 50%;
    transform: translateX(-50%);
    height: 28px;
    background: #00000063;
    padding: 10px 0 0;
    border-radius: 32px;
    border: 1px solid rgba(0, 0, 0, 0.4);
  }
  .marketing-platform-wrapper .owl-dots .owl-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    margin: 0 6px;
    padding: 0;
    cursor: pointer;
    border-color: transparent;
    background-color: #69728c;
  }
  .marketing-platform-wrapper .owl-dots .owl-dot.active {
    background-color: #fff;
    outline: 0;
  }
  .marketing-platform-wrapper .slider-main-heading{
    font-size: 56px;
    font-weight: 500;
    color: #fff;
    line-height: 1.12;
  }
  .marketing-platform-wrapper .slider-sub-heading{
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    min-height: 60px;
  }
  .marketing-platform-wrapper .slide-content{
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
  }
  .marketing-platform-wrapper .slider-badges{
    margin: 0;
    padding: 0;
    list-style: none;
    height: 88px;
  }
  .marketing-platform-wrapper .slider-badges li{
    margin: 0 6px 12px;
    border-radius: 32px;
    padding:0 12px 0 8px;
    background: #383C3D66;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    border: 1px solid rgba(125, 139, 153, 0.1);
  }
  .marketing-platform-wrapper .slider-badges li i{
    color: var(--primary-color);
  }

  .marketing-platform-wrapper .slider-img{
    max-width: 900px;
    border-radius: 16px 16px 0 0;
    outline: 16px solid rgba(255, 255, 255, 0.13);
    margin-top: 90px;
    width: 100%;
  }
  .marketing-platform-wrapper .owl-nav {
    position: absolute;
    padding: 0 80px;
    top: 48%;
    display: flex;
    justify-content: space-between;
    width: 100%;
    transform: translateY(-50%);
}
.marketing-platform-wrapper .owl-nav .owl-prev,
.marketing-platform-wrapper .owl-nav .owl-next {
    width: 48px;
    height: 48px;
    border-radius: 32px;
    /* background: #1f2122; */
    background: rgba(56, 60, 61, 0.4);
    border: 1px solid rgba(125, 139, 153, 0.2);
    color: rgba(255, 255, 255, .5);
}
.marketing-platform-wrapper .owl-nav .owl-prev,
.marketing-platform-wrapper .owl-nav .owl-next {
        display: flex;
    width: 48px;
    height: 48px;
    border-radius: 32px;
    /* background: #1f2122; */
    background: rgba(56, 60, 61, 0.4);
    border: 1px solid rgba(125, 139, 153, 0.2);
    color: rgba(255, 255, 255, .5);
    justify-content: center;
    align-items: center;
}
.marketing-platform-wrapper .owl-nav .owl-prev img,
.marketing-platform-wrapper .owl-nav .owl-next img {
    opacity: 0.7;
}
.marketing-platform-wrapper .owl-nav .owl-next img {
    transform: rotate(180deg);
}
.ycl-platform-page-footer.ycl-footer-area {
    padding: 0px;
}
.ycl-platform-page-footer.ycl-footer-area .footer-wrapper {
    padding-top: 0px;
}
.ycl-platform-page-footer.ycl-footer-area .footer-widget-area.pt-120{
    padding-top: 40px;
}
.ycl-platform-page-footer.ycl-footer-area .mb-40.footer-widget {
    margin-bottom: 20px;
}
.ycl-platform-page-footer.ycl-footer-area .footer-content.mb-35 {
    margin-bottom: 20px;
}
.ycl-platform-page-footer.ycl-footer-area .footer-wrapper {
    background-color:transparent !important;
    border-radius: 0 !important;
}
.ycl-platform-page-footer.ycl-footer-area .footer-wrapper .blur-shape{
    right: -650px;
    bottom: -350px;
}
.ycl-platform-page-footer.ycl-footer-area .footer-widget.footer-newsletter-widget.mb-40{
    margin-bottom: 0px;
}
.marketing-platform-wrapper .wpcf7-response-output{
    margin: 1em 0.5em 1em;
}
.marketing-platform-wrapper .invalid .wpcf7-response-output{
    display: none;
}
.marketing-platform-wrapper .wpcf7-not-valid-tip{
    text-align: left;
    padding-left: 17px;
}
.marketing-platform-wrapper .ycl-icon-content-box .content h4 {
    margin-bottom: 8px;
}
.marketing-platform-wrapper .wpcf7-spinner {
    position: absolute;
    right: -60px;
    top: 10px;
}
.marketing-platform-wrapper .clr-fff{
    color: #fff !important;
}
  @media (min-width:992px){
    .marketing-platform-wrapper .designed-for-bx{
        height: 100%;
    }
  }
  @media (max-width:991px){
    .marketing-platform-wrapper .slider-main-heading {
        font-size: 42px;
    }
     .slider-badges{
        display: flex;
        overflow: auto;
        height: 42px !important;
        justify-content: space-evenly;
    }
    .slider-badges::-webkit-scrollbar {
        display: none;
      }
    .slider-badges li{
        white-space: nowrap;
    }
    .marketing-platform-wrapper .pt-100 {
        padding-top: 60px;
    }
    .marketing-platform-wrapper .pb-100 {
        padding-bottom: 60px;
    }
    .marketing-platform-wrapper .blur-shape {
        position: absolute;
        bottom: -30px !important;
        left: 60px !important;
        z-index: -1;
    }
    .marketing-platform-wrapper .blur-shape span {
        height: 500px !important;
    }
    .marketing-platform-wrapper .designed-for-bx:first-child{
        margin-bottom: 24px;
    }
    .marketing-platform-wrapper .owl-dots, 
    .marketing-platform-wrapper .owl-nav {
        top: 50%;
    }
    .marketing-platform-wrapper .wpcf7-spinner {
    position: relative; 
    right: inherit;
    top: inherit;
}
  }
  @media (max-width:767px){
    .marketing-platform-wrapper .slider-main-heading {
        font-size: 30px;
        line-height: 1.2;
    }
    .slider-badges{
        height: 38px !important;
    }
    .marketing-platform-wrapper .slider-sub-heading {
    min-height: 90px;
}
    .marketing-platform-wrapper .owl-slider .slide {
        padding: 30px 0 0;
    }
    .marketing-platform-wrapper .pt-120 {
        padding-top: 60px;
    }
    .marketing-platform-wrapper .slider-badges li {
        margin: 0 4px 8px;
    }
    .marketing-platform-wrapper .owl-nav {
        padding: 0 5px;
        top: 54%;
    }
    .marketing-platform-wrapper .owl-dots {
        top: 54%;
    }
    .marketing-platform-wrapper .slider-img {
        margin-top: 30px;
    }
    .marketing-platform-wrapper .mb-55 {
        margin-bottom: 0px;
    }
    .marketing-platform-wrapper .section-title h2 {
        font-size: 28px;
        line-height: 40px;
        margin-bottom: 10px;
    }
    .marketing-platform-wrapper .mb-50 {
        margin-bottom: 20px;
    }
    .marketing-platform-wrapper .ycl-iconic-box {
        padding: 20px 20px 0 20px;
    }
    .marketing-platform-wrapper .designed-for-bx {
        padding: 16px;
        gap: 16px;
    }
    .marketing-platform-wrapper .designed-for-bx img{
        width: 50px;
    }
    .marketing-platform-wrapper .designed-for-bx p {
        font-size: 18px;
    }
    .pb-xs-0{
        padding-bottom: 0 !important;
    }
  }
  @media (max-width: 576px) {
    .marketing-platform-wrapper .owl-dots {
        display: none;
    }
   .slider-badges{
        height: 34px !important;
    }
    .marketing-platform-wrapper .slider-main-heading {
        font-size: 26px;
        line-height: 1.2;
    }
    .marketing-platform-wrapper .slider-sub-heading {
        font-size: 14px;
        line-height: 1.2;
        min-height: 50px;
    }
    .marketing-platform-wrapper .theme-btn.style-one {
        padding: 14px;
        font-size: 16px;
    }
    .marketing-platform-wrapper .slider-badges li {
        padding: 0 8px 0 6px;
        font-size: 14px;
        line-height: 24px;
    }
    .marketing-platform-wrapper .book-a-demo {
    padding: 15px;
    padding-top: 25px;
    padding-bottom: 10px;
}
.marketing-platform-wrapper .owl-nav {
        top: 59%;
    }
    .marketing-platform-wrapper .owl-nav .owl-prev, .marketing-platform-wrapper .owl-nav .owl-next {
    width: 32px;
    height: 32px;
}
.marketing-platform-wrapper .accordion-item .accordion-header .accordion-title {
        align-items: center;
    }
	.ycl-platform-page-footer.ycl-footer-area .footer-wrapper .blur-shape {
    right: -360px;
    bottom: -230px;
}
}
  @media (max-width: 400px) {
    .marketing-platform-wrapper .slider-main-heading {
        font-size: 24px;
        line-height: 1.2;
    }
    .marketing-platform-wrapper .slider-sub-heading {
        font-size: 12px;
        line-height: 1.2;
    }
    .marketing-platform-wrapper .slider-badges li {
        padding: 0 8px 0 6px;
        font-size: 12px;
        line-height: 24px;
    }
}


.download_pack_modal{
    z-index: 9999;
}
.download_pack_modal.modal .modal-dialog .modal-content{
	background: #031326;
	border: 1px solid #ffffff4d;
}
.download_pack_modal .modal-title{
    color:#fff;
}
.download_pack_modal.modal .modal-dialog .modal-header{
	border: 1px solid #ffffff4d;
}

.download_pack_modal .modal-body form p{
    display: flex;
    flex-direction: column;
    gap: 2rem;
	margin-top: 0.5rem;

}
.download_pack_modal .modal-body form p span +br{
    display: none;
}
.download_pack_modal .modal-body form p span input[type="text"],
.download_pack_modal .modal-body form p span input[type="email"]
{
    width: 100%;
    padding: 2px 10px;
	border: 0;
	border-bottom: 1px solid #ffffff4d;
	background: none;
	color: #fff;
	font-size: 16px;
}
.download_pack_modal .modal-body form p span input[type="text"]::placeholder,
.download_pack_modal .modal-body form p span input[type="email"]::placeholder{	
	color: #fff;
	font-size: 16px;
}
.download_pack_modal .modal-body form p span input[type="text"]:focus,
.download_pack_modal .modal-body form p span input[type="email"]:focus{
	border-color: #1d61b7;
}
.download_pack_modal .modal-body form p input[type="submit"]{   
    padding: 5px;
    color: #fff;
    background-color: #1d61b7;
    border-radius: 8px;    
    border: 1px solid #1d61b7;
	font-size: 16px;
	font-weight: 600;
}
.download_pack_modal .modal-body form p input[type="submit"]:hover{  
    background-color: #fff;
    color: #1d61b7;  
 }
  .download_pack_modal .modal-header {
	justify-content: space-between;
  }
 .download_pack_modal button[type="button"]{
    padding: 0px;
    background: transparent;
    border: 0px;
    color: #fff;
    display: flex;
    width: auto;
    height: auto;
 }
  .download_pack_modal button[type="button"] i{
    align-items: center;
    justify-content: center;
    display: flex;
    font-size: 28px;
    transform: rotate(134deg);
    line-height: normal;
	border-radius: 6px;
 }
 .download_pack_modal button[type="button"]:hover{    
    background-color: #1d61b7;
    color: #fff ;    
 }
 .download_pack_modal button[type="button"].btn-close{
    border: 0;
    background-color: #fff;
 }
 .download_pack_modal button[type="button"].btn-close:hover{
    border: 0;
    background-color: #fff;
 }
 .marketing-platform-wrapper .modal-body p {
    position: relative;
    padding-bottom: 20px;
}
 .marketing-platform-wrapper .modal-body .wpcf7-spinner {
    z-index: 99;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -10px;
    top: inherit;
}
 .overlay{
    width: 100vw;
    height: 100vh;
    position: fixed;
    background: #000000b8;
    z-index: 999999;
    top: 0;
    left: 0;
    display: none;
 }
 .overlay img{
    width: 100px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50% , -50%);
 }
 .marketing-platform-wrapper .accordion-item .accordion-content p {
	 padding-top:0px;
	 padding-bottom:0px;
 }
 .f-12{
	 font-size:12px;
 }
 .f-14{
	 font-size:14px;
 }