:root {
    --main-color: #e5ad4b;
    --primary-color: #000;
    --primary-light-color: #333;
    --secondary-color: #fff;
    --light-color: #fbfbfb;
    --grey-color: #333;
    --border-color: #ddd;
    --background-color: #f5f5f5;
}
/*img.filter-latest {
    filter: drop-shadow(7px 2px 5px #fff) !important;
}*/
/* common */
body {
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    overflow-x: hidden;
    color: var(--primary-color);
    background: var(--light-color);
}

p {

    font-weight: 400;
    font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Lato', sans-serif;
    color: var(--primary-color);
    font-style: normal;
    margin-bottom: 0;
    margin-top: 11px;
    line-height: 1.2;
    font-weight: 700;
    -webkit-transition: .5s;
    transition: .5s;
    font-size: 36px;
}

a {
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

a {
    color: var(--primary-color);
    text-decoration: none;
}

a:focus,
.btn:focus {
    text-decoration: none;
    outline: none;
}

a:focus,
a:hover {
    color: var(--main-color);
    text-decoration: none;
    text-decoration: none;
}

.uppercase {
    text-transform: uppercase;
}

.capitalize {
    text-transform: capitalize;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit;
    -webkit-transition: .5s;
    transition: .5s;
}

h1 {
    font-size: 36px;
}

h2 {
    font-size: 24px;

}

h3 {
    font-size: 28px;
}

h4 {
    font-size: 22px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
}

ul {
    margin: 0px;
    padding: 0px;
}

input:focus,
button:focus {
    border-color: transparent;
    outline-color: transparent;
}

textarea:focus {
    border-color: transparent;
    outline-color: transparent;
}

hr {
    margin: 60px 0;
    padding: 0px;
    border-bottom: 1px solid var(--border-color);
    border-top: 0px;
}

hr.style-2 {
    border-bottom: 1px dashed var(--border-color);
}

hr.mp-0 {
    margin: 0;
    border-bottom: 1px solid var(--border-color);
}

hr.mtb-40 {
    margin: 40px 0;
    border-bottom: 1px solid var(--border-color);
    border-top: 0px;
}

label {
    color: var(--primary-color);
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
}

a,
i,
cite,
em,
var,
address,
dfn,
ol,
li,
ul {
    font-style: normal;
    font-weight: 400;
}

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

.btn,
.button {
    background: #19c4e7;
    border: none;
    padding: 13px 30px;
    font-size: 16px;
    border-radius: 5px;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
}

    .btn:hover,
    .button:hover {
        background: #e3c168 !important ;
        color: var(--secondary-color);
    }

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

*::-moz-selection {
    background: #4fc1f0;
    color: #454545;
    text-shadow: none;
}

::-moz-selection {
    background: #4fc1f0;
    color: #454545;
    text-shadow: none;
}

::selection {
    background: #4fc1f0;
    color: #454545;
    text-shadow: none;
}

::placeholder {
    color: #454545;
    font-size: 14px;
}

::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #454545;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: #454545;
}

:-ms-input-placeholder {
    /* IE 10+ */
    color: #454545;
}

:-moz-placeholder {
    /* Firefox 18- */
    color: #454545;
}

.btn,
.btn:focus {
    outline: none;
    box-shadow: none;
}

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

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

/* .common */

/* MAIN MENU CSS */
.cryptco_menu .main-menu {
    text-align: center;
    list-style: none;
    padding-top:23px;
}

.cryptco_menu .main-menu li {
    display: inline-block;
    position: relative;
    padding: 10px;
    outline: none;
}

    .cryptco_menu .main-menu li a {
        display: block;
        -webkit-transition: .5s;
        transition: .5s;
        position: relative;
        color: #fff;
        font-size: 16px;
        font-weight: 800;
        text-transform: uppercase;
        letter-spacing: 0px;
    }

        .cryptco_menu .main-menu li a::before {
            position: absolute;
            content: "";
            left: 0;
            bottom: -10px;
            width: 0%;
            border-bottom: 5px dotted #1ac4e7;
            transition: .3s;
        }

.cryptco_menu .main-menu li a:hover::before {
    width: 100%;
}

.cryptco_menu .main-menu li:last-child a {
    margin-right: 0px;
}

    .cryptco_menu .main-menu li.current a,
    .cryptco_menu .main-menu li:hover a {
        color: #1ac4e7 !important;
        background-color: transparent;
    }

.cryptco_menu .main-menu li:hover a:before,
.cryptco_menu .main-menu li.current a:before {
    opacity: 1;
}

.cryptco-main-menu .logo a.main_sticky_main_l {
    display: block;
}

.cryptco-main-menu .logo a.main_sticky_l {
    display: none;
}

.logo-left {
    padding: 5px 0;
}

header {
    background: var(--primary-color);
    box-shadow: 0 10px 10px rgb(255 255 255 / 10%);
    position: relative;
}

.homepage header {
    position: fixed;
    top: 0px;
    width: 100%;
    opacity: 1;
    z-index: 99;
    background: rgb(0 0 0 / 87%) !important;
}

header.fixed-header {
    position: fixed;
    top: 0;
    width: 100%;
    opacity: 1;
    z-index: 99;
    background: rgb(0 0 0 / 70%);
    -webkit-animation: fadeInDown 1s ease-out forwards;
    -moz-animation: fadeInDown 1s ease-out forwards;
    -o-animation: fadeInDown 1s ease-out forwards;
    animation: fadeInDown 1s ease-out forwards;
}

.logo img {
    max-width: 325px;
    width: 100%;
}

.menu_area.mobile-menu {
    display: none;
}

/*----------------------------------------------*/
/* loader */
/*----------------------------------------------*/
.loader {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background-color: #fff;
    opacity: 1;
    text-align: center;
    vertical-align: middle;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 50px;
}

.loader i {
    animation: rotateme 1s linear 0s infinite;
}

/*==================
CUROUSEL SLIDER AREA
====================*/
.single_slide {
    left: 10%;
}

.coin-animation .coin {
    background: url('website/assets/images/coin5.png');
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    width: 55px;
    height: 55px;
    transition: all 600ms;
    opacity: 1;
    bottom: -55px;
}

.coin-animation .coin-1 {
    animation: coinanimation 5s linear 0s infinite;
    background-size: 33px 33px;
    left: 20px;
}

.coin-animation .coin-2 {
    animation: coinanimationtwo 8s linear 0s infinite;
    background-size: 44px 44px;
    right: 0;
    left: 80%;
    margin: auto;
}

.coin-animation .coin-3 {
    animation: coinanimation 6s linear 0s infinite;
    background-size: 37px 37px;
    left: 30%;
}

.coin-animation .coin-4 {
    animation: coinanimationtwo 9s linear 0s infinite;
    background-size: 25px 25px;
    left: 45%;
    bottom: -15%;
}

.coin-animation .coin-5 {
    animation: coinanimationtwo 7s linear 0s infinite;
    background-size: 30px 30px;
    left: 65%;
}

.coin-animation .coin-6 {
    animation: coinanimationtwo 4s linear 0s infinite;
    background-size: 35px 35px;
    left: 20%;
}

.coin-animation .coin-7 {
    animation: coinanimation 4.2s linear 0s infinite;
    background-size: 45px 45px;
    left: 60%;
}

.coin-animation .coin-8 {
    animation: coinanimationtwo 5.5s linear 0s infinite;
    background-size: 42px 42px;
    left: 0px;
}

.coin-animation .coin-9 {
    animation: coinanimation 9s linear 0s infinite;
    background-size: 47px 47px;
    left: 50%;
}

.coin-animation .coin-10 {
    animation: coinanimationtwo 5s linear 0s infinite;
    background-size: 22px 22px;
    left: 84%;
}

.coin-animation .coin-11 {
    animation: coinanimationtwo 4.5s linear 0s infinite;
    background-size: 47px 47px;
    left: 37%;
}

.coin-animation .coin-12 {
    animation: coinanimation 6.5s linear 0s infinite;
    background-size: 17px 17px;
    left: 35%;
}

.coin-animation .coin-13 {
    animation: coinanimation 7.6s linear 0s infinite;
    background-size: 55px 55px;
    left: 25%;
}

/*keyfram*/
@-webkit-keyframes coinanimation {
    0% {
        -webkit-transform: translateY(0%) rotate(0deg);
    }

    100% {
        -webkit-transform: translateY(-1700%) rotate(720deg);
    }
}

@-webkit-keyframes coinanimationtwo {
    0% {
        -webkit-transform: translateY(0%) rotate(0deg);
    }

    100% {
        -webkit-transform: translateY(-1700%) rotate(-720deg);
    }
}

.slider_text_thumb {
    padding-bottom: 12px;
}

.slider_text_inner h1 {
    color: var(--secondary-color);
    font-size: 4vw;
    text-transform: capitalize;
    font-weight: 800;
    letter-spacing: -1px;
}

.slider_text_inner h2 {
    color: var(--secondary-color);
    font-size: 2vw;
    font-weight: 500;
    margin: 20px 0 40px;
}

.single_slider_icon {
    margin-top: 30px;
}

.single_slider_icon i {
    background: transparent;
    height: 32px;
    width: 32px;
    line-height: 30px;
    font-size: 16px;
    overflow: hidden;
    margin: 0 4px;
    border-radius: 50%;
    color: var(--secondary-color);
    border: 1px solid var(--secondary-color);
    transition: .5s;
}

.single_slider_icon i:hover {
    background: #F16722;
    border: 1px solid #F16722;
}

.single_slider_button a {
    position: relative;
    z-index: 1;
    overflow: hidden;
    border: 2px solid var(--main-color);
    border-radius: inherit;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 30px;
}

.single_slider_button a:after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    height: 100%;
    width: 0;
    transition: .5s;
    z-index: -1;
    border-radius: 7px;
    background: var(--primary-color);
}

.single_slider_button a:hover {
    color: var(--main-color);
    background: var(--primary-color);
}

.single_slider_button :hover:after {
    width: 100%;
    left: 0;
}

.cd-headline.clip span {
    display: inline-block;
    padding: 0 0 0;
}

.cd-headline.clip span b {
    font-size: 2vw;
    display: inline-block;
    color: var(--main-color);
}

/* Standard syntax */
@keyframes mike-slider-anim {
    0% {
        top: 10px;
        opacity: 1;
    }

    50% {
        top: 40px;
        opacity: 0;
    }

    100% {
        top: 10px;
        opacity: 0;
    }
}

/*===============================
FOOTER Top AREA CSS
================================*/
footer {
    background: var(--primary-color);
}

.footer_top h6 {
    font-size: 20px;
    color: var(--secondary-color);
    margin: 0 0 10px;
}

.footer-menu .menu-services li {
    font-size: 15px;
    padding: 5px 0;
    display: block;
}

.footer_top a {
    color: var(--secondary-color);
}

.footer_top a:hover {
    color: var(--main-color);
}

.footer-menu .menu-services li:before {
    content: "-";
    display: inline-block;
    color: var(--secondary-color);
    padding-right: 10px;
}

.footer_top {
    padding: 40px 0;
}

.footer-bottom {
    background: #111;
    padding: 15px 0;
}

.footer-bottom .footer_bottom_inner {
    text-align: center;
    margin: 0;
    color: var(--secondary-color);
}

.footer-social a {
    width: 30px;
    height: 30px;
    background: var(--main-color);
    color: var(--primary-color);
    display: inline-block;
    text-align: center;
    line-height: 30px;
    margin-right: 5px;
    border-radius: 50%;
}

.footer-social a:hover {
    background: var(--secondary-color);
    color: var(--primary-color);
}

.single-store-location,
.footer-social {
    margin-top: 20px;
}

.single-store-location i {
    padding-right: 5px;
    color: var(--main-color);
    font-size: 20px;
    vertical-align: middle;
}

/*========================
SCROLL TOP CSS
=========================*/
#scrollUp {
    background: var(--main-color);
    bottom: 30px;
    font-size: 30px;
    height: 40px;
    line-height: 40px;
    right: 30px;
    text-align: center;
    width: 40px;
    border-radius: 5px;
    -webkit-animation: bounce 5s linear infinite;
    animation: bounce 5s linear infinite;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

#scrollUp i {
    color: var(--primary-color);
}


/* =====================
    Header
===================== */
.telephone a {
    float: right;
    color: var(--secondary-color);
}

.telephone a:hover {
    color: var(--main-color);
}

.telephone i {
    padding-right: 10px;
}

/* =====================
    .Header
===================== */

/* =====================
    footer
===================== */
.single-store-location p {
    color: var(--secondary-color);
}

/* =====================
    .footer
===================== */

/* =====================
    Title
===================== */
.title-main {
    margin-bottom: 30px;
}

.product-title {
    font-size: 34px;
    margin-bottom: 15px;
    display: inline;
    position: relative;
    margin-top: 0;
    z-index: 1;
    text-transform: capitalize;
}

    .product-title:before {
        content: "";
        background: #19c4e7;
        width: 50px;
        height: 50px;
        position: absolute;
        left: -10px;
        top: 0px;
        z-index: -1;
        border-radius: 0px 50px 50px 50px;
    }

.title-main .title-desc {
    color: var(--primary-light-color);
    margin: 20px 0 0 0;
}

.title {
    margin: 0 0 20px;
}

/* =====================
    .Title
===================== */

/* =====================
    Blog
===================== */
.owl-stage-outer,
.owl-stage-outer {
    padding: 10px;
    margin: -10px;
}
h4.blog-title {
    color: #e5ad4b;
}
.blog_more .btn {
    background: #19c4e7;
    color: var(--primary-color);
    font-size: 16px;
    font-weight: 500;
    padding: 8px 20px;
    border: none;
}

.blog_more .btn:hover {
    background: var(--primary-color);
    color: var(--secondary-color);
}

.blog_section {
    background: black;
    box-shadow: 0px 3px 10px 0 rgb(0 0 0 / 5%);
    padding: 20px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
}

.blog-category .blog_section {
    margin-bottom: 50px;
}

.blog_description {
    margin-top: 20px;
}

.blog_image img {
    width: 100%;
}

.blog_section .blog-inner-desc {
    font-size: 15px;
    margin-bottom: 18px;
    margin-top: 13px;
    color: var(--grey-color);
}

.blog_section .blog-title {
    margin-top: 0;
}

.comment_title h4 {
    margin: 0px 0 30px;
    background: var(--primary-color);
    color: var(--secondary-color);
    padding: 10px 20px;
    font-size: 20px;
    font-weight: 500;
}

.single_blog_info p {
    color: var(--grey-color);
}

.single_blog_info {
    margin-top: 20px;
}

.blog_search_info input {
    border: 1px solid var(--border-color);
    padding: 7px 15px;
    vertical-align: middle;
}

.blog_search_info .btn.blog_search_btn {
    padding: 8px 15px;
}

/* =====================
    .Blog
===================== */

/* =====================
    testimonial
===================== */
.customer_description {
    color: var(--grey-color);
    font-size: 16px;
}

.customer_image img {
    max-width: 110px;
    max-height: 110px;
    box-shadow: 0px 1px 5px 0 rgb(0 0 0 / 10%);
    margin: auto;
}

.customer_section {
    background: var(--secondary-color);
    padding: 20px;
    box-shadow: 0px 1px 5px 0 rgb(0 0 0 / 10%);
    /*margin: 10px 5px;*/
}

.customer_image h3.user_name {
    font-size: 16px;
    font-weight: 600;
}

/* =====================
    .testimonial
===================== */

/* =====================
    portfolio
===================== */
.portfolio_img:before {
    content: "";
    background: url(/website/assets/images/round-5.png) center center no-repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    background-size: 100%;
    max-width: 400px;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    animation: rotateme 15s linear 0s infinite;
}

.portfolio_img {
    position: relative;
    overflow: hidden;
}

.crypto_portfolio img.image {
    max-width: 350px;
    width: 100%;
    position: relative;
}

.portfolio_desc_inner .iconleft i {
    width: 80px;
    height: 80px;
    background: #000;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    font-size: 40px;
    padding: 10px;
    line-height: 60px;
    margin-right: 20px;
    color:#fff;
}

.portfolio_desc_inner .crypto_portfolio_title {
    margin: 0;
}

.portfolio_paragraf_info {
    font-size: 16px;
    margin: 5px 0 0 0;
    color: var(--grey-color);
}

.portfolio_desc_inner {
    margin-bottom: 30px;
    clear: both;
    display: flex;
    background: #fff;
    padding: 20px;
}

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

.crypto_portfolio .row {
    align-items: center;
}

/* =====================
    .portfolio
===================== */

/* =====================
    Team
===================== */
.team-social-icon a {
    width: 36px;
    height: 36px;
    line-height: 26px;
    padding: 5px 5px;
    color: var(--primary-color);
    font-size: 16px;
    margin: 0 2px;
    display: inline-block;
    background: var(--main-color);
    border-radius: 5px;
}

.team-social-icon a:hover {
    background: var(--primary-color);
    color: var(--secondary-color);
}

.team-info h3 {
    font-size: 18px;
    margin-top: 0;
}

.team-info {
    text-align: center;
    padding: 20px 0;
}

.team-info>span {
    margin-top: 10px;
    display: block;
    font-size: 15px;
    color: var(--grey-color);
    margin-bottom: 15px;
}

.home-team .col-lg-2 {
    width: 20%;
}

.single-team-box {
    background: var(--secondary-color);
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
    box-shadow: 0px 3px 10px 0 rgb(0 0 0 / 5%);
}

.single-team-box:hover {
    transform: translateY(-10px);
}

.single-team-box:hover .team-image {
    opacity: 0.5;
}

.single-team-box .team-image {
    background: var(--primary-color);
}

/* =====================
    .Team
===================== */

/* =====================
    Popular cryptocurrencies
===================== */
.table-responsive td,
.table-responsive th {
    padding: 10px 15px;
    border: 1px solid var(--border-color);
}

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

.popular_cryptocurrencies .table-responsive th {
    background: rgb(0 0 0 / 70%);
    color: #fff;
}

table td i {
    padding-right: 10px;
}

.popular_cryptocurrencies .table-responsive table {
    margin: auto;
    max-width: 900px;
    width: 100%;
}

.home-team .team-outer,
.popular_cryptocurrencies,
.home-team {
    background: var(--secondary-color);
    padding: 50px 0;
}

/* =====================
    .Popular cryptocurrencies
=====================*/

/* =====================
    We provide Top Crypto Money Solutions
===================== */
.crypto_solution {
    background: #19c4e7;
    text-align: center;
    padding: 60px 0;
}

.crypto_solution_block {
    background: var(--primary-color);
    color: var(--main-color);
    border-radius: 5px;
    padding: 50px 20px;
}

.crypto_solution_block .icons {
    font-size: 60px;
}

.crypto_solution_desc {
    font-size: 20px;
    color: var(--main-color);
    margin-top: 40px;
}

/* =====================
    .We provide Top Crypto Money Solutions
===================== */

/* =====================
    Need Help
===================== */
.help_block .help_info_title {
    font-size: 20px;
    font-weight: 600;
}

.help_block .help_info_desc {
    font-size: 15px;
    color: var(--grey-color);
    margin-top: 10px;
}

.help_block {
    display: flex;
    background: var(--secondary-color);
    padding: 20px 25px;
    box-shadow: 0px 5px 5px 0 rgb(0 0 0 / 5%);
}

.help_block .icons {
    margin-right: 20px;
    margin-top: -40px;
}

    .help_block .icons i {
        border-radius: 5px;
        padding: 10px;
        font-size: 40px;
        background: var(--light-color);
        color: #19c4e7;
        width: 70px;
        height: 70px;
        display: inline-block;
        text-align: center;
        line-height: 50px;
        box-shadow: 0 1px 4px rgb(0 0 0 / 10%);
    }

/* =====================
    .Need Help
===================== */

/* =====================
    Contact Page
===================== */
.contact_form form input,
.contact_form form textarea {
    background: #f5f5f5;
    border: none;
    width: 100%;
    margin-bottom: 15px;
    padding: 10px 15px;
    outline: none;
}

.company_info .company_section i {
    background: var(--main-color);
    padding: 5px;
    width: 70px;
    height: 70px;
    text-align: center;
    line-height: 60px;
    border-radius: 50%;
    font-size: 28px;
    margin-bottom: 15px;
}

.company_section {
    background: #f45b69;
    margin: 15px auto;
    padding: 20px;
    border-radius: 5px;
    text-align: center;
    box-shadow: 0 2px 5px rgb(0 0 0 / 7%);
}

.company_section .title {
	font-size: 16px;
    margin-bottom: 5px;
    font-weight: 600;
    text-transform: uppercase;
}

.contact_form {
    background: #e5ad4b;
    padding: 40px;
    box-shadow: 0 1px 3px rgb(0 0 0 / 5%);
    text-align:left;
}

.contact_form .contact_title {
    margin: 0 0 20px 0;
}

.contact-form-box .forgot_link {
    color: var(--primary-color);
}

.contact-form-box .forgot_link:hover {
    color: var(--main-color);
}

.contact_inner {
    align-items: end;
}

.submitted {
	display: none;
	color: #72c02c;
	margin-top: -15px;
	margin-bottom: 15px;	
}

/* =====================
    .Contact Page
===================== */

/* =====================
    breadcrumb
===================== */
.breadcrumb {
    background: url(/website/assets/images/breadcrumb.jpg)no-repeat scroll center center;
    background-size: cover;
    text-align: center;
    padding: 80px 10px;
    font-size: 40px;
    font-weight: 600;
    color: var(--secondary-color);
    line-height: 1.5;
    margin-bottom: 30px;
}

/* =====================
    .breadcrumb
===================== */


/* =====================
    Category Sidebar
===================== */
.column_right>div {
    background: var(--secondary-color);
    margin-bottom: 20px;
    /*padding: 20px;*/
    box-shadow: 0px 2px 5px 0 rgb(0 0 0 / 5%);
}

.blog_sidebar_title h4 {
    margin: 0 0 20px;
}

.blog_sidebar_info {
    padding: 15px 20px;
}

.blog_sidebar_info ul li {
    font-size: 16px;
    padding: 5px 0;
    display: block;
}

.blog_sidebar_title h4 {
    margin: 0;
    background: var(--primary-color);
    color: var(--secondary-color);
    padding: 10px 20px;
    font-size: 20px;
    font-weight: 500;
}

.blog_search_info {
    padding: 20px;
}

.blog_tag .blog_sidebar_info span {
    padding: 5px 10px;
    background: var(--main-color);
    margin: 0 5px 7px 0;
    display: inline-block;
    border: 2px solid var(--main-color);
    border-radius: 5px;
}

.blog_tag .blog_sidebar_info span:hover {
    background: var(--secondary-color);
}

.blog_tag .blog_sidebar_info span:hover a {
    color: var(--primary-color);
}

.blog_comment_form .form-control {
    border: none;
    background: var(--background-color);
}

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

.blog_comment_form form {
    padding: 0 20px 20px;
}

/* =====================
    .Category Sidebar
===================== */

/* =====================
    About page
===================== */
.counter_live span {
    margin: 0 5px;
    font-size: 50px;
    font-weight: 600;
    line-height: 1;
}

.counter_live span.counter_info {
    display: block;
    font-size: 20px;
    color: #fff;
    margin-top: 15px;
    text-transform: capitalize;
    line-height: 1.2;
}

.counter_section {
    background: var(--main-color);
    padding: 25px 5px;
    border-radius: 5px;
}

.about_desc p {
    color: #777;
}

/* =====================
    .About page
===================== */


/* =====================
    Login & Register page
===================== */
.login_content,
.dont_account {
    background: var(--secondary-color);
    padding: 30px;
    margin-bottom: 30px;
    box-shadow: 0 1px 2px rgb(0 0 0 / 10%);
}

.register_policy a {
    color: var(--primary-color);
}

.register_policy a:hover {
    color: var(--main-color);
}

.register_policy input[type="checkbox"] {
    vertical-align: middle;
}

.account-register {
    background: var(--secondary-color);
    box-shadow: 0 1px 2px rgb(0 0 0 / 10%);
    padding: 30px;
}

/* =====================
    .Login page
===================== */

@media(max-width: 1199px) and (min-width: 768px) {
    .help_block {
        display: block;
        text-align: center;
        margin-top: 20px;
    }

    .help_block .icons {
        margin: -40px auto 20px auto;
    }
}

@media(max-width: 1199px) {
    .about_info .col-sm-6 {
        width: 100%;
    }

    .about_info .col-sm-6+.col-sm-6 {
        margin-top: 20px;
    }
}

@media(max-width: 991px) {
    .cryptco_menu .main-menu-outer {
        position: fixed;
        left: 0;
        top: 0;
        background: var(--secondary-color);
        min-width: 250px;
        height: 100vh;
        overflow-x: hidden;
        overflow-y: auto;
        visibility: hidden;
        -webkit-transform: translate3d(-280px, 0, 0);
        transform: translate3d(-280px, 0, 0);
        -webkit-transition: all 0.5s ease-in-out 0s;
        transition: all 0.5s ease-in-out 0s;
    }

    .cryptco_menu .main-menu-outer.main-menu-active {
        visibility: visible;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    .cryptco_menu .main-menu {
        text-align: left;
        padding: 5px;
    }

    .cryptco_menu .main-menu li {
        display: block;
    }

    .cryptco_menu .main-menu li a {
        color: var(--primary-color);
    }

    .cryptco_menu .main-menu li {
        padding: 10px;
    }

    .cryptco_menu .menu_title {
        background: var(--main-color);
        font-weight: 600;
        text-transform: uppercase;
        padding: 10px 20px;
        text-align: left;
    }

    .cryptco_menu .menu_title i {
        float: right;
        font-size: 24px;
    }

    .telephone a {
        float: unset;
    }

    .phone_menu {
        text-align: right;
    }

    #show-themability_megamenu {
        border: none;
        border-radius: 5px;
        background: var(--main-color);
        width: 40px;
        height: 40px;
        font-size: 20px;
    }

    body.active {
        overflow: hidden;
    }

    .telephone {
        margin-right: 20px;
    }

    .footer_top .col-lg-3.col-sm-6:nth-child(3),
    .footer_top .col-lg-3.col-sm-6:nth-child(4) {
        margin-top: 30px;
    }

    .crypto_portfolio_description {
        margin-top: 30px;
    }

    .product-title {
        font-size: 24px;
    }

    .title-main {
        text-align: center;
    }

    .product-title:before {
        width: 40px;
        height: 40px;
        top: -3px;
        left: -8px;
    }

    .homepage header {
        position: relative;
        background: var(--primary-color);
    }

    .homepage header.fixed-header {
        position: fixed;
        background: rgb(0 0 0 / 70%);
    }

    .btn,
    .button {
        padding: 8px 20px;
    }

    .slider_text_inner h2 {
        margin: 20px 0 30px;
        font-size: 18px;
    }

    .cd-headline.clip span b {
        font-size: 18px;
    }

    .coin-animation .coin-1 {
        background-size: 23px 23px;
    }

    .coin-animation .coin-2 {
        background-size: 34px 34px;
    }

    .coin-animation .coin-3 {
        background-size: 27px 27px;
    }

    .coin-animation .coin-4 {
        background-size: 15px 15px;
    }

    .coin-animation .coin-5 {
        background-size: 20px 20px;
    }

    .coin-animation .coin-6 {
        background-size: 25px 25px;
    }

    .coin-animation .coin-7 {
        background-size: 35px 35px;
    }

    .coin-animation .coin-8 {
        background-size: 32px 32px;
    }

    .coin-animation .coin-9 {
        background-size: 37px 37px;
    }

    .coin-animation .coin-10 {
        background-size: 22px 22px;
    }

    .coin-animation .coin-11 {
        background-size: 37px 37px;
    }

    .coin-animation .coin-12 {
        background-size: 17px 17px;
    }

    .coin-animation .coin-13 {
        background-size: 45px 45px;
    }

    @-webkit-keyframes coinanimation {
        0% {
            -webkit-transform: translateY(0%) rotate(0deg);
        }

        100% {
            -webkit-transform: translateY(-700%) rotate(720deg);
        }
    }

    @-webkit-keyframes coinanimationtwo {
        0% {
            -webkit-transform: translateY(0%) rotate(0deg);
        }

        100% {
            -webkit-transform: translateY(-700%) rotate(-720deg);
        }
    }

    .crypto_solution_block {
        padding: 30px 20px;
    }

    .column_right {
        margin-top: 30px;
    }

    .breadcrumb {
        font-size: 32px;
        padding: 40px 10px;
    }

    .title {
        font-size: 22px;
        margin: 0 0 15px;
    }

    .login_content,
    .dont_account {
        padding: 20px;
    }
}

@media(max-width: 767px) {
    .help_block {
        margin-bottom: 40px;
        padding: 15px 15px;
    }

    .help_block .icons {
        margin-right: 15px;
    }

    .slider_text_inner h2 {
        margin: 20px 0;
    }

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

    .home-team .team-outer,
    .popular_cryptocurrencies,
    .home-team,
    .crypto_solution {
        padding: 30px 0;
    }

    .crypto_solution_block {
        padding: 20px 10px;
    }

    .crypto_solution_desc {
        font-size: 15px;
        margin-top: 20px;
    }

    .counter_live span {
        font-size: 30px;
    }

    .counter_section {
        padding: 20px 5px;
    }

    .counter_live span.counter_info {
        margin-top: 10px;
    }
}

@media(max-width: 575px) {
    .footer_top .col-lg-3.col-sm-6:nth-child(2) {
        margin-top: 30px;
    }

    .single_slider_button a {
        font-size: 10px;
        padding: 2px 10px;
    }

    .slider_text_inner h2 {
        margin: 10px 0;
        font-size: 14px;
    }

    .cd-headline.clip span b {
        font-size: 12px;
    }

    .slider_text_inner h1 {
        font-size: 16px;
        line-height: 10px;
    }

    .logo-left>div {
        width: 50%;
    }

    .counter_live .col-sm-4+.col-sm-4 .counter_section {
        margin-top: 15px;
    }
}

@media(max-width: 480px) {
    .portfolio_desc_inner {
        display: block;
        text-align: center;
    }

    .portfolio_desc_inner .iconleft i {
        margin: 0 0 15px;
    }

    .portfolio_img:before {
        max-width: 260px;
    }
}

/*custom css start sr*/
label.Your-latest {
    width: 100%;
    max-width: 100%;
    color: #000;
    font-weight: 600;
    padding-top: 10px;
    padding-bottom: 10px;
}
input#fname {
    width: 100%;
    padding-top: 7px;
    padding-bottom: 7px;
    background: #f9ccb9;
    border: navajowhite;
    border-radius: 8px;
}
input#lname {
    width: 100%;
    padding-top: 7px;
    padding-bottom: 7px;
    background: #f9ccb9;
    border: navajowhite;
    border-radius: 8px;
}
input#phone {
    width: 100%;
    padding-top: 7px;
    padding-bottom: 7px;
    background: #f9ccb9;
    border: navajowhite;
    border-radius: 8px;
}
textarea#subject {
    width: 100%;
    padding-top: 7px;
    padding-bottom: 7px;
    background: #f9ccb9;
    border: navajowhite;
    border-radius: 8px;
}
.donate-btn {
    display: flex;
}
a.btn.login-latest.responsive-button-latest {
    margin-right: 5px;
    margin-left: 5px;
}
a.btn.latest-regi.responsive-button-latest {
    margin-left: 5px;
    margin-right: 5px;
}
.donate-btn-displa-none-latest {
    display: flex;
}
.donate-btn {
    display: none;
}
p.blog-inner-desc.text-color-latest {
    color: #fff;
}

/*roadmap start css*/


.intro {
    background: #f45b69;
    padding: 100px 0;
}

.container {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}

h1 {
    font-size: 2.5rem;
}


/* TIMELINE
末末末末末末末末末末末末末末末末末末末末末末末末末 */

.timeline ul {
    background: #000;
    padding: 50px 0;
}

    .timeline ul li {
        list-style-type: none;
        position: relative;
        width: 6px;
        margin: 0 auto;
        padding-top: 50px;
        background: #fff;
    }

        .timeline ul li::after {
            content: "";
            position: absolute;
            left: 50%;
            bottom: 0;
            transform: translateX(-50%);
            width: 30px;
            height: 30px;
            border-radius: 50%;
            background: inherit;
            z-index: 1;
        }

        .timeline ul li div {
            position: relative;
            bottom: 0;
            width: 400px;
            padding: 15px;
            background: #19c4e7;
        }

            .timeline ul li div::before {
                content: "";
                position: absolute;
                bottom: 7px;
                width: 0;
                height: 0;
                border-style: solid;
            }

        .timeline ul li:nth-child(odd) div {
            left: 45px;
        }

            .timeline ul li:nth-child(odd) div::before {
                left: -15px;
                border-width: 8px 16px 8px 0;
                border-color: transparent #19c4e7 transparent transparent;
            }

        .timeline ul li:nth-child(even) div {
            left: -439px;
        }

            .timeline ul li:nth-child(even) div::before {
                right: -15px;
                border-width: 8px 0 8px 16px;
                border-color: transparent transparent transparent #19c4e7;
            }

time {
    display: block;
    font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: 8px;
}


/* EFFECTS
末末末末末末末末末末末末末末末末末末末末末末末末末 */

.timeline ul li::after {
    transition: background 0.5s ease-in-out;
}

.timeline ul li.in-view::after {
    background: #19c4e7;
}

.timeline ul li div {
    visibility: hidden;
    opacity: 0;
    transition: all 0.5s ease-in-out;
}

.timeline ul li:nth-child(odd) div {
    transform: translate3d(200px, 0, 0);
}

.timeline ul li:nth-child(even) div {
    transform: translate3d(-200px, 0, 0);
}

.timeline ul li.in-view div {
    transform: none;
    visibility: visible;
    opacity: 1;
    border-radius: 10px;
    font-weight: 900;
}


/* GENERAL MEDIA QUERIES
末末末末末末末末末末末末末末末末末末末末末末末末末 */

@media screen and (max-width: 900px) {
    .timeline ul li div {
        width: 250px;
    }

    .timeline ul li:nth-child(even) div {
        left: -289px;
        /*250+45-6*/
    }
}

@media screen and (max-width: 600px) {
    .timeline ul li {
        margin-left: 20px;
    }

        .timeline ul li div {
            width: calc(100vw - 91px);
        }

        .timeline ul li:nth-child(even) div {
            left: 45px;
        }

            .timeline ul li:nth-child(even) div::before {
                left: -15px;
                border-width: 8px 16px 8px 0;
                border-color: transparent #f45b69 transparent transparent;
            }
    img.w-100.filter-latest {
        width: 215px !important;
    }
    span.padding-text-left-latest {
        padding-left: 4px;
    }
    img.responsive-padding-top-latest {
        padding-bottom: 33px !important;
    }
}


/* EXTRA/CLIP PATH STYLES
末末末末末末末末末末末末末末末末末末末末末末末末末 */
.timeline-clippy ul li::after {
    width: 40px;
    height: 40px;
    border-radius: 0;
}

.timeline-rhombus ul li::after {
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}

.timeline-rhombus ul li div::before {
    bottom: 12px;
}

.timeline-star ul li::after {
    clip-path: polygon( 50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35% );
}

.timeline-heptagon ul li::after {
    clip-path: polygon( 50% 0%, 90% 20%, 100% 60%, 75% 100%, 25% 100%, 0% 60%, 10% 20% );
}

.timeline-infinite ul li::after {
    animation: scaleAnimation 2s infinite;
}

@keyframes scaleAnimation {
    0% {
        transform: translateX(-50%) scale(1);
    }

    50% {
        transform: translateX(-50%) scale(1.25);
    }

    100% {
        transform: translateX(-50%) scale(1);
    }
}


/* FOOTER STYLES
末末末末末末末末末末末末末末末末末末末末末末末末末 */
.page-footer {
    position: fixed;
    right: 0;
    bottom: 20px;
    display: flex;
    align-items: center;
    padding: 5px;
    color: black;
    background: rgba(255, 255, 255, 0.65);
}

    .page-footer a {
        display: flex;
        margin-left: 4px;
    }
/*road map css end*/

.company_section:hover {
    background: #afa8a8;
}
button.btn.send-latest {
    background: aliceblue;
}
img.image-hovar-latest {
    border-top-right-radius: 115px;
    border-bottom-left-radius: 115px;
    filter: drop-shadow(2px 4px 6px black);
}
    img.image-hovar-latest:hover {
        transform: scale(1.1);
        transition: 2s;
    }
.crypto_solution_block:hover {
    transform: translate(0px, 30px);
    transition: 2s;
}
.crypto_solution_block:hover {
    transform: translate(10px, 44px);
    transition: 2s;
}
footer.mt-50.carav-latest {
    border-top-left-radius: 326px;
}
@media only screen and (max-width: 768px) {
    .donate-btn {
        display: flex;
    }
    footer.mt-50.carav-latest {
        border-top-left-radius: 0px;
    }
}



/*tabal star business start*/

/* Zebra striping */
tr:nth-of-type(odd) {
    background: #eee;
}

th {
    background: #4241b8;
    color: white;
    font-weight: bold;
}

td, th {
    padding: 10px;
    border: 1px solid #ccc;
    text-align: left;
    font-size: 18px;
}

/* 
Max width before this PARTICULAR table gets nasty
This query will take effect for any screen smaller than 760px
and also iPads specifically.
*/
@media only screen and (max-width: 760px), (min-device-width: 768px) and (max-device-width: 1024px) {

    table {
        width: 100%;
    }

    /* Force table to not be like tables anymore */
    table, thead, tbody, th, td, tr {
        display: block;
    }

        /* Hide table headers (but not display: none;, for accessibility) */
        thead tr {
            position: absolute;
            top: -9999px;
            left: -9999px;
        }

    tr {
        border: 1px solid #ccc;
    }

    td {
        /* Behave  like a "row" */
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 2%;
    }

        td:before {
            /* Now like a table header */
            position: absolute;
            /* Top/left values mimic padding */
            top: 6px;
            left: 6px;
            width: 45%;
            padding-right: 10px;
            white-space: nowrap;
            /* Label the data */
            content: attr(data-column);
            color: #000;
            font-weight: bold;
        }
}
/*tabal end business end */
table.tabal-width-latest {
    width: 100%;
    max-width: 100%;
}
.row.align-items-center.top-padding-margin-latest {
    padding-top: 30px;
}
h2.DIRECT-latest.latetsts-la {
    padding-top: 74px;
}
th.centertr-latest {
    text-align: center;
}
h2.DIRECT-latest {
    margin-bottom: 17px;
}
.about_info.home-about-content-latest {
    padding-top: 50px;
    padding-bottom: 50px;
}
h2.product-title.Making-latest {
    font-size: 32px;
}
h5.currency-latest {
    color: #cf8400;
    font-size: 29px;
    padding-top: 0px !important;
}
img.image-hovar-latest.logo-image-latest {
    width: 100%;
    max-width: 80%;
    display: block;
    margin: auto;
}
.about_info.padding-top-about-latest {
    padding-top: 50px;
    padding-bottom: 50px;
}
span.dark-latest {
    font-size: 30px;
    color: #000;
    font-weight: 900;
}
.about_desc.center-latest {
    text-align: left;
}
li.Minswap-latest {
    font-weight: 800;
    font-size: 15px;
}
button.btn.send-latest.new-btn-latest {
    background: aqua;
    color: #000;
}
/*custum css end sr*/