/* @import url('https://fonts.googleapis.com/css?family=Raleway:400,700,800&display=swap'); */
body {
    font-family: 'Raleway', sans-serif;
    background-image: url("../images/body-bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}

p {
    margin-bottom: 0;
}

/* navbar */
.navbar {
    background-color: #0f1010;
}

.navbar .logo {
    width: 130px;
    padding: 10px 0;
}

@media all and (max-width:991px) {

    .navbar .logo,
    .white-logo {
        width: 90px;
    }
}

.navbar .navbar-nav {
    align-items: center;
}

.navbar .navbar-nav a.nav-link {
    position: relative;
    color: #ffffff;
    padding-right: .2rem;
    padding-left: .2rem;
}

@media all and (max-width: 1500px) {
    .navbar .navbar-nav a.nav-link {
        font-size: 14px;
    }
}

.navbar .menus a.nav-link:hover:after {
    background: #04cabf;
}

.navbar .navbar-nav li.nav-item {
    margin-right: 20px;
}

.navbar .menus {
    margin-left: 20px;
}

@media all and (min-width:991px) {
    .navbar .menus a.nav-link::after {
        position: absolute;
        height: 4px;
        bottom: -18px;
        content: '';
        border-radius: 4px;
        z-index: 5;
        width: 0;
        left: 50%;
        transition: all 0.2s ease 0.05s;
    }
}

.navbar .menus a.active:after {
    background: #04cabf;
    position: absolute;
    height: 4px;
    bottom: -18px;
    content: '';
    border-radius: 4px;
    z-index: 5;
    left: 0;
    width: 100%;
}

.navbar-collapse {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media all and (max-width: 991px) {
    .navbar .navbar-nav a.active:after {
        bottom: 0px;
    }

    .navbar-collapse {
        text-align: center;
    }

    .navbar-collapse img {
        display: inline-block;
    }

    .navbar-collapse form {
        display: inline-block;
        width: 90px;
    }
}

.navbar .navbar-nav li:hover>a:after {
    width: 100%;
    left: 0;
}

.lang-select {
    background: transparent;
    padding-right: 30px;
    width: 80px;
}

.lang-custom-select {
    position: relative;
    padding: 0 5px;
    border: none;
    background: none;
    display: grid;
}

.lang-select .select-selected {
    background: none;
    color: #ffffff;
    text-align: center;
    height: 40px;
    padding: 7px 0 0 0;
}

.lang-select .select-selected:hover {
    color: #ffffff;
}

.select-selected {
    background-color: #fff;
    padding: 6px 16px;
    cursor: pointer;
    user-select: none;
    border-radius: 25px;
    margin-top: 1px;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}

.navbar-nav .dropdown-menu {
    position: static;
    float: none;
}

.lang-select .dropdown-menu {
    min-width: auto;
    overflow: hidden;
    top: 50px;
    border-radius: 0;
    background: #292946;
}

.navbar .menu-r .nav-link {
    border: 1px solid #2f2f2f;
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute;
    }
}

.lang-select .dropdown-menu {
    width: 85px;
    min-width: auto;
    top: 50px;
    border-radius: 0;
    background: #ffffff;
    max-height: 300px;
    overflow: auto;
}

.dropdown-menu::-webkit-scrollbar {
    width: 0.3em;
}

.dropdown-menu::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.dropdown-menu::-webkit-scrollbar-thumb {
    background-color: rgb(83, 81, 81);
    border-radius: 5px;
    outline: 1px solid slategrey;
}

.lang-select .dropdown-menu ul {
    padding: 0px 5px;
}

.lang-select .dropdown-menu ul li {
    list-style: none;
    border-top: 1px solid #c7c5c5;
}

.lang-select .dropdown-menu ul li:first-child {
    border: none;
}

.lang-select .dropdown-menu ul li a {
    color: #000000;
    text-decoration: none;
    padding: 8px 10px;
    display: inline-table;
}

.lang-select .dropdown-menu ul li a:hover {
    color: #777777;
}

.dropdown-toggle::after {
    color: #883cb9;
}

/*content*/
#layout-content {
    margin-top: 90px;
}

.products-section {
    background-image: url("../images/products-section.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    color: #fafafa;
    font-weight: 400;
    padding: 10% 10px;
}

.hello-section {
    /* background-image: url("../images/hello_section.jpg");
    background-repeat: no-repeat;
    background-size: cover; */
    color: #fafafa;
    font-weight: 400;
    padding: 3% 0;
}

.hello-section .lvl {
    text-align: center;
    background: #00000063;
    width: 110px;
    height: 110px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.hello-section .current-lvl {
    background-image: url("../images/current-lvl.png");
    background-repeat: no-repeat;
    background-size: cover;
    width: 118px;
    height: 118px;
}

.hello-section .current-lvl p {
    color: #ffffff !important;
}

.hello-section .lvl span {
    margin: 7px auto 7px auto;
    display: block;
    width: 30%;
    height: 2px;
    background: #aa8f5e;
}

.hello-section .current-lvl span {
    background: #47dfeb;
}

.hello-section .lvl p {
    color: #aa8f5e;
    font-size: 13px;
}

.wb {
    background-color: #883cb9;
    color: #ffffff;
    padding: 10px 25px;
    display: inline-block;
    font-weight: bold;
    border: none;
}

.wb:hover {
    color: #ffffff;
    background-color: #5a0f8a;
    text-decoration: none;
}

.wb2 {
    color: #565656;
    background-color: rgb(238 238 238 / 89%);
    padding: 10px 25px;
    display: inline-block;
    font-weight: bold;
    border: none;
    font-size: 16px;
}

.wb2:hover {
    color: #565656;
    background-color: rgb(238 238 238 / 89%);
    text-decoration: none;
}

.hello-section h2,
.products-section h2,
.log-in-section h2,
.sign-up-section h2 {
    font-size: 45px;
    letter-spacing: 0.1px;
    margin-bottom: 20px;
    font-weight: bold;
}

.bestsellers-section {
    /* background-image: url('../images/bestsellers-section.jpg'); */
    color: #ffffff;
}

.bestsellers-section h2 {
    font-weight: bold;
}

@media (max-width: 991px) and (min-width: 767px) {
    .bestsellers-banner .details {
        font-size: 14px;
    }

    .bestsellers-banner .details img {
        max-width: 50px;
    }
}

.bestsellers-banner .bestsellers-content {
    max-width: 560px;
}

.bestsellers-banner .left-banner-content {
    background-image: url('../images/cryptodiggers-banner.png');
    background-repeat: no-repeat;
    background-size: cover;
    padding: 150px 0 20px 20px;
}

.bestsellers-banner .bestsellers-content p,
.bestsellers-section .banner .banner-content p,
.upcoming-section .webinar .webinar-content p,
.about-section .about-content {
    font-size: 15px;
    color: #cccece;
}

.bestsellers-banner {
    position: relative;
    padding: 20px;
}

.bestsellers-banner h2,
.bestsellers-section .banner h3 {
    color: #04cabf;
    font-weight: bold;
    max-width: 450px;
    margin-bottom: 30px;
    font-weight: bold;
}

.bestsellers-banner .coins {
    position: absolute;
    top: -90px;
    left: 5%;
    max-width: 290px;
}

@media all and (max-width: 1200px) {
    .bestsellers-banner .coins {
        position: absolute;
        top: -90px;
        left: 0%;
        max-width: 290px;
    }
}

@media all and (max-width: 1000px) {
    .bestsellers-banner .coins {
        display: none;
    }
}

.bestsellers-banner .right-banner {
    background-color: #04cabf;
    padding: 30px 15px;
}

.bestsellers-banner .right-banner .webinar-title {
    color: #000000;
    margin-top: 25px;
    font-weight: bold;
    font-size: 24px;
}

.bestsellers-banner .right-banner .webinar-price {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 10px;
}

.bestsellers-banner .right-banner .webinar-rating i {
    color: #e0b43c;
}

.bestsellers-section .banner {
    background-color: #000000;
    padding: 110px 0 20px 20px;
}

.bestsellers-section .banner.basic-b {
    background-image: url('../images/crypto-basic.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position-x: 70%;
}

.bestsellers-section .banner.pro-b {
    background-image: url('../images/crypto-pro.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position-x: 70%;
}

.bestsellers-section .banner .banner-content h3,
.upcoming-section .webinar .webinar-content h3 {
    font-size: 20px;
}

.bestsellers-section .banner .banner-content {
    max-width: 410px;
    background: rgb(17 23 26 / 61%);
    padding: 10px;
}

.bestsellers-section .bottom-baner {
    background-color: #04cabf;
    color: #ffffff;
    padding: 10px 25px;
}

.bestsellers-section .bottom-baner .stars {
    color: #e0b43c;
    margin-right: 15px;
}

@media all and (max-width: 991px) {

    .bestsellers-section .bottom-baner .stars,
    .webinar-rating {
        font-size: 12px;
    }

    .flex-derection-column-mob {
        flex-direction: column;
    }
}

.upcoming-section .webinar .webinar-content,
.upcoming-section .webinar .bottom-webinar {
    background-color: #04cabf;
    padding: 10px;
}

.upcoming-products .webinar .bottom-webinar,
.upcoming-products .webinar .webinar-content {
    background-color: #04cabf;
    padding: 10px;
}

.upcoming-section .webinar .webinar-content h3 {
    font-weight: bold;
}

.upcoming-products .webinar .webinar-content h3 {
    font-weight: bold;
    font-size: 17px;
}

.upcoming-section .webinar .webinar-content p {
    color: #000000;
}

.upcoming-products .webinar .webinar-content p {
    color: #000000;
    font-size: 15px;
}

.upcoming-section .webinar .bottom-webinar,
.upcoming-products .webinar .bottom-webinar {
    font-size: 14px;
}

.upcoming-section .webinar .bottom-webinar .stars,
.upcoming-products .webinar .bottom-webinar .stars {
    font-size: 13px;
    margin-right: 5px;
    display: none;
}

.upcoming-section .webinar .bottom-webinar .wb,
.upcoming-products .webinar .bottom-webinar .wb {
    padding: 10px 15px;
}

@media all and (max-width: 767px) {

    .hello-section h2,
    .products-section h2,
    .log-in-section h2 .sign-up-section h2 {
        font-size: 35px;
    }

    .hello-section p,
    .products-section p {
        font-size: 15px;
    }
}

.hello-section h2 strong,
.products-section h2 strong {
    font-weight: 800;
    text-transform: uppercase;
}

.hello-section h2 strong span,
.products-section h2 strong span {
    color: #04cabf;
}

.hello-section p,
.products-section p {
    font-size: 15px;
    color: #cccece;
}

.upcoming-section {
    color: #ffffff;
    padding: 3% 0;
}

.upcoming-section h2 {
    font-weight: bold;
}

.upcoming-section nav {
    background-color: rgb(24 111 106 / 7%);
    margin-top: 20px;
}

.upcoming-section nav a {
    color: #ffffff !important;
    font-weight: bold;
}

.upcoming-section .nav-tabs {
    border-bottom: 0;
}

.upcoming-section .nav-tabs .nav-link {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border: none;
    padding: 1rem 1rem;
}

.upcoming-section .nav-link.active {
    background-color: #6e7e9a;
}

.what-is {
    background-image: url("../images/what-is.jpg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: -85px;
    background-color: #04cabf;
    padding: 2% 0;
}

.about-section {
    color: #ffffff;
    padding: 2% 0;
}

.about-section h2,
.clients-section h2 {
    font-weight: bold;
}

.clients-section {
    color: #ffffff;
    padding: 5% 0;
    text-align: center;
    background-color: #102020;
}

.clients-section .testimonials {
    margin: 50px auto 0 auto;
    max-width: 700px;
}

.clients-section .testimonials img {
    margin: 0 auto 20px auto;
}

.clients-section .testimonials .slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.clients-section .testimonials .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 13px;
    height: 13px;
    padding: 0px;
    cursor: pointer;
    color: transparent;
    outline: none;
    background: transparent;
    border: none;
    border-radius: 50%;
}

.clients-section .testimonials .slick-dots li button:before {
    font-family: 'slick';
    font-size: 40px;
    line-height: 20px;
    position: absolute;
    top: -3px;
    left: -3px;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: .25;
    color: #ffffff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.clients-section .testimonials .slick-dots li.slick-active button:before {
    opacity: .75;
    color: #883cb9;
}

.clients-section .testimonials .slick-arrow {
    display: none !important;
}

.contact-section {
    background-image: url('../images/contact-bg.jpg');
    background-size: cover;
    background-repeat: none;
    padding: 5% 0;
}

.contact-section .contact-content {
    background-color: #458195;
    padding: 50px 100px;
    max-width: 700px;
    margin: auto;
    text-align: center;
    color: #183030;
}

@media all and (max-width: 991px) {
    .contact-section .contact-content img {
        width: 25px;
    }

    .contact-section .contact-content .contact-item {
        margin-bottom: 20px;
        font-size: 18px;
    }
}

.contact-section .contact-content h2 {
    font-weight: bold;
    font-size: 40px;
}

.contact-section .contact-content .contact-info p {
    color: #ffffff;
}

footer {
    background-color: #1d1d1b;
    padding: 30px 0;
}

.prod .webinar {
    font-size: 30px;
    margin-bottom: 20px;
    color: #e0c086;
}

.prod .details img {
    margin-right: 10px;
    margin-bottom: 10px;
}

.prod .details p {
    color: #e0c086;
}

.prod .details .data {
    font-size: 20px;
}

.prod .price {
    font-size: 30px;
    font-weight: bold;
    margin-top: 30px;
    display: inline-block;
    background-image: url('../images/price_bg.png');
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px 30px;
    margin-bottom: 0;
}

#crypto-excavator .hello-section {
    background-image: url('../images/crypto-excavator.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}

#crypto-excavator .sec2 {
    background-image: url('../images/crypto-excavator2.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    color: #e0c086;
    text-align: center;
    padding: 6% 0;
    font-weight: bold;
    line-height: 30px;
    border-top: 3px solid #e0c086;
}

#crypto-excavator .sec3 {
    background-image: url('../images/crypto-excavator3.jpg');
    background-repeat: no-repeat;
    padding: 8% 0;
    background-position: left;
    background-color: #e3e3e3;
    position: relative;
}

@media all and (max-width:1750px) {
    #crypto-excavator .sec3 {
        background-position-x: -40%;
    }
}

@media all and (max-width:1370px) {
    #crypto-excavator .sec3 {
        background-position-x: -80%;
    }
}

@media all and (max-width:1269px) {
    #crypto-excavator .sec3 {
        background-position-x: -120%;
    }
}

@media all and (max-width:1174px) {
    #crypto-excavator .sec3 {
        background-position-x: -200%;
    }
}

@media all and (max-width:1073px) {
    #crypto-excavator .sec3 {
        background-position-x: -300%;
    }
}

@media all and (max-width:1029px) {
    #crypto-excavator .sec3 {
        background-image: none !important;
    }
}

#crypto-excavator .sec3 ul {
    list-style-image: url('../images/radio.png');
}

#crypto-excavator .sec3 ul li {
    line-height: 35px;
}

#crypto-excavator .sec3 .banner {
    background-image: url('../images/banner.png');
    background-repeat: no-repeat;
    background-size: cover;
    max-width: 800px;
    width: 100%;
    margin: auto;
    position: absolute;
    left: 50%;
    bottom: -25%;
    transform: translate(-50%, 0%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    min-height: 120px;
    border-radius: 5px;
    color: #ffffff;
    font-weight: bold;
}

@media all and (max-width:903px) {
    #crypto-excavator .sec3 .banner {
        bottom: -45%;
    }
}

@media all and (max-width:600px) {
    #crypto-excavator .sec3 .banner {
        background: #2da9b6;
    }
}

#crypto-excavator .sec3 .banner .row {
    min-height: 120px;
}

#crypto-excavator .sec3 .banner .important {
    font-weight: bold;
    font-size: 25px;
    color: #000000;
}

#crypto-excavator .sec4 {
    background-image: url('../images/crypto-excavator-bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 150px;
    color: #ffffff;
    padding-bottom: 40px;
    border-bottom: 3px solid #e1ba83;
}

#crypto-excavator .sec4 h4 {
    color: #e0c086;
    margin-bottom: 15px;
    font-weight: bold;
}

#crypto-excavator .sec5 {
    background: #000000;
    color: #ffffff;
    padding: 6% 0;
}

#crypto-excavator .sec5 h4 {
    color: #e0c086;
    margin-bottom: 15px;
    font-weight: bold;
}

#crypto-excavator .sec6 {
    background-image: url('../images/crypto-excavator-bg2.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    color: #ffffff;
    padding: 40px 0;
    border-bottom: 3px solid #e1ba83;
}

#crypto-excavator .sec6 h4 {
    color: #e0c086;
    margin-bottom: 15px;
    font-weight: bold;
}

#crypto-excavator .sec7 {
    background-image: url('../images/crypto-excavator-bg3.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    color: #ffffff;
    padding: 8% 0;
}

#crypto-excavator .sec7 h4 {
    color: #e0c086;
    margin-bottom: 50px;
    font-weight: bold;
}

#crypto-excavator .sec7 .icon {
    max-width: 500px;
    margin: auto;
}

#crypto-excavator .sec7 .icon img {
    min-width: 149px;
}

#crypto-excavator .sec7 .icon p {
    width: 100%;
}

#crypto-excavator .sec8 {
    background-color: #eaeaea;
    padding: 6% 0;
    border-bottom: 3px solid #e1ba83;
}

#crypto-excavator .sec8 .cart {
    background: #ffffff;
    padding: 15px;
}







#intelligence .hello-section {
    background-image: url('../images/intelligence.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}

#intelligence .sec2 {
    background-image: url('../images/intelligence2.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    color: #e0c086;
    text-align: center;
    padding: 6% 0;
    font-weight: bold;
    line-height: 30px;
    border-top: 3px solid #e0c086;
}

#intelligence .sec3 {
    background-image: url('../images/intelligence3.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    padding: 8% 0;
    background-position: left;
    background-color: #e3e3e3;
    position: relative;
}

@media all and (max-width:1750px) {
    #intelligence .sec3 {
        background-position-x: 40%;
    }
}

@media all and (max-width:1370px) {
    #intelligence .sec3 {
        background-position-x: 40%;
    }
}

@media all and (max-width:1269px) {
    #intelligence .sec3 {
        background-position-x: 40%;
    }
}

@media all and (max-width:1174px) {
    #intelligence .sec3 {
        background-position-x: 40%;
    }
}

@media all and (max-width:1029px) {
    #intelligence .sec3 {
        background-image: none !important;
    }
}

#intelligence .sec3 ul {
    list-style-image: url('../images/radio.png');
}

#intelligence .sec3 ul li {
    line-height: 35px;
}

#intelligence .sec3 .banner {
    background-image: url('../images/banner.png');
    background-repeat: no-repeat;
    background-size: cover;
    max-width: 800px;
    width: 100%;
    margin: auto;
    position: absolute;
    left: 50%;
    bottom: -25%;
    transform: translate(-50%, 0%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    min-height: 120px;
    border-radius: 5px;
    color: #ffffff;
    font-weight: bold;
}

@media all and (max-width:903px) {
    #intelligence .sec3 .banner {
        bottom: -45%;
    }
}

@media all and (max-width:600px) {
    #intelligence .sec3 .banner {
        background: #2da9b6;
    }
}

#intelligence .sec3 .banner .row {
    min-height: 120px;
}

#intelligence .sec3 .banner .important {
    font-weight: bold;
    font-size: 25px;
    color: #000000;
}

#intelligence .sec4 {
    background-image: url('../images/intelligence-bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 150px;
    color: #ffffff;
    padding-bottom: 40px;
    border-bottom: 3px solid #e1ba83;
}

#intelligence .sec4 h4 {
    color: #e0c086;
    margin-bottom: 15px;
    font-weight: bold;
}

#intelligence .sec5 {
    background-image: url('../images/intelligence-bg2.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    color: #ffffff;
    padding: 6% 0;
}

#intelligence .sec5 h4 {
    color: #e0c086;
    margin-bottom: 15px;
    font-weight: bold;
}

#intelligence .sec6 {
    background-image: url('../images/crypto-excavator-bg2.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    color: #ffffff;
    padding: 40px 0;
    border-bottom: 3px solid #e1ba83;
}

#intelligence .sec6 h4 {
    color: #e0c086;
    margin-bottom: 15px;
    font-weight: bold;
}

#intelligence .sec7 {
    background-image: url('../images/crypto-excavator-bg3.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    color: #ffffff;
    padding: 8% 0;
}

#intelligence .sec7 h4 {
    color: #e0c086;
    margin-bottom: 50px;
    font-weight: bold;
}

#intelligence .sec7 .icon {
    max-width: 500px;
    margin: auto;
}

#intelligence .sec7 .icon img {
    min-width: 149px;
}

#intelligence .sec7 .icon p {
    width: 100%;
}

#intelligence .sec8 {
    background-color: #eaeaea;
    padding: 6% 0;
    border-bottom: 3px solid #e1ba83;
}

#intelligence .sec8 .cart {
    background: #ffffff;
    padding: 15px;
}






#photography .hello-section {
    background-image: url('../images/photography.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}

#photography .sec2 {
    background-image: url('../images/photography2.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    color: #e0c086;
    text-align: center;
    padding: 6% 0;
    font-weight: bold;
    line-height: 30px;
    border-top: 3px solid #e0c086;
}

#photography .sec3 {
    background-image: url('../images/photography3.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    padding: 8% 0;
    background-position: left;
    background-color: #e3e3e3;
    position: relative;
}

@media all and (max-width:1750px) {
    #photography .sec3 {
        background-position-x: 40%;
    }
}

@media all and (max-width:1370px) {
    #photography .sec3 {
        background-position-x: 40%;
    }
}

@media all and (max-width:1269px) {
    #photography .sec3 {
        background-position-x: 40%;
    }
}

@media all and (max-width:1174px) {
    #photography .sec3 {
        background-position-x: 40%;
    }
}

@media all and (max-width:1029px) {
    #photography .sec3 {
        background-image: none !important;
    }
}

#photography .sec3 ul {
    list-style-image: url('../images/radio.png');
}

#photography .sec3 ul li {
    line-height: 35px;
}

#photography .sec3 .banner {
    background-image: url('../images/banner.png');
    background-repeat: no-repeat;
    background-size: cover;
    max-width: 800px;
    width: 100%;
    margin: auto;
    position: absolute;
    left: 50%;
    bottom: -25%;
    transform: translate(-50%, 0%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    min-height: 120px;
    border-radius: 5px;
    color: #ffffff;
    font-weight: bold;
}

@media all and (max-width:903px) {
    #photography .sec3 .banner {
        bottom: -45%;
    }
}

@media all and (max-width:600px) {
    #photography .sec3 .banner {
        background: #2da9b6;
    }
}

#photography .sec3 .banner .row {
    min-height: 120px;
}

#photography .sec3 .banner .important {
    font-weight: bold;
    font-size: 25px;
    color: #000000;
}

#photography .sec4 {
    background-image: url('../images/photography-bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 150px;
    color: #ffffff;
    padding-bottom: 40px;
    border-bottom: 3px solid #e1ba83;
}

#photography .sec4 h4 {
    color: #e0c086;
    margin-bottom: 15px;
    font-weight: bold;
}

#photography .sec5 {
    background-image: url('../images/photography-bg2.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    color: #ffffff;
    padding: 6% 0;
}

#photography .sec5 h4 {
    color: #e0c086;
    margin-bottom: 15px;
    font-weight: bold;
}

#photography .sec6 {
    background-image: url('../images/crypto-excavator-bg2.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    color: #ffffff;
    padding: 40px 0;
    border-bottom: 3px solid #e1ba83;
}

#photography .sec6 h4 {
    color: #e0c086;
    margin-bottom: 15px;
    font-weight: bold;
}

#photography .sec7 {
    background-image: url('../images/crypto-excavator-bg3.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    color: #ffffff;
    padding: 8% 0;
}

#photography .sec7 h4 {
    color: #e0c086;
    margin-bottom: 50px;
    font-weight: bold;
}

#photography .sec7 .icon {
    max-width: 500px;
    margin: auto;
}

#photography .sec7 .icon img {
    min-width: 149px;
}

#photography .sec7 .icon p {
    width: 100%;
}

#photography .sec8 {
    background-color: #eaeaea;
    padding: 6% 0;
    border-bottom: 3px solid #e1ba83;
}

#photography .sec8 .cart {
    background: #ffffff;
    padding: 15px;
}






#land-new-possibilities .hello-section {
    background-image: url('../images/land-new-possibilities.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}

#land-new-possibilities .hello-section h2 {
    font-size: 31px;
}

#land-new-possibilities .sec2 {
    background-image: url('../images/land-new-possibilities2.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    color: #e0c086;
    text-align: center;
    padding: 6% 0;
    font-weight: bold;
    line-height: 30px;
    border-top: 3px solid #e0c086;
}

#land-new-possibilities .sec2 h2 {
    color: #ffffff;
    font-weight: bold;
    margin-bottom: 20px;
}

#land-new-possibilities .sec3 {
    background-image: url('../images/land-new-possibilities3.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    padding: 8% 0;
    position: relative;
}

@media all and (max-width:1600px) {
    #land-new-possibilities .sec3 {
        background-position-x: 70%;
    }
}

@media all and (max-width:1000px) {
    #land-new-possibilities .sec3 {
        background-position-x: 50%;
    }
}

#land-new-possibilities .sec3 ul {
    list-style-image: url('../images/radio.png');
}

#land-new-possibilities .sec3 ul li {
    line-height: 35px;
}

#land-new-possibilities .sec3 .banner {
    background-image: url('../images/banner.png');
    background-repeat: no-repeat;
    background-size: cover;
    max-width: 800px;
    width: 100%;
    margin: auto;
    position: absolute;
    left: 50%;
    bottom: -25%;
    transform: translate(-50%, 0%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    min-height: 120px;
    border-radius: 5px;
    color: #ffffff;
    font-weight: bold;
}

#land-new-possibilities .sec3 .banner .row {
    min-height: 120px;
}

#land-new-possibilities .sec3 .banner .important {
    font-weight: bold;
    font-size: 25px;
    color: #000000;
}

#land-new-possibilities .sec4 {
    background-image: url('../images/land-new-possibilities-bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 150px;
    color: #ffffff;
    padding-bottom: 40px;
    border-bottom: 3px solid #e1ba83;
}

#land-new-possibilities .sec4 h4 {
    color: #e0c086;
    margin-bottom: 15px;
    font-weight: bold;
}

#land-new-possibilities .sec5 {
    background: #000000;
    color: #ffffff;
    padding: 6% 0;
}

#land-new-possibilities .sec5 h4 {
    color: #e0c086;
    margin-bottom: 15px;
    font-weight: bold;
}

#land-new-possibilities .sec6 {
    background-image: url('../images/crypto-excavator-bg2.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    color: #ffffff;
    padding: 40px 0;
    border-bottom: 3px solid #e1ba83;
}

#land-new-possibilities .sec6 h4 {
    color: #e0c086;
    margin-bottom: 15px;
    font-weight: bold;
}

#land-new-possibilities .sec7 {
    background-image: url('../images/land-new-possibilities-bg2.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    color: #ffffff;
    padding: 8% 0;
}

#land-new-possibilities .sec7 h4 {
    color: #e0c086;
    margin-bottom: 50px;
    font-weight: bold;
}

#land-new-possibilities .sec7 .icon {
    max-width: 500px;
    margin: auto;
}

#land-new-possibilities .sec7 .icon img {
    min-width: 149px;
}

#land-new-possibilities .sec7 .icon p {
    width: 100%;
}

#land-new-possibilities .sec8 {
    background: #eaeaea url('../images/testi-bg.jpg');
    background-repeat: no-repeat;
    background-size: contain;
    padding: 6% 0;
    border-bottom: 3px solid #e1ba83;
}

#land-new-possibilities .sec8 .cart {
    background: #ffffff;
    padding: 15px;
}



#crypto-adv .hello-section {
    background-image: url('../images/advanced-bg1.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}

#crypto-adv .hello-section h2 {
    font-size: 31px;
}

#crypto-adv .sec2 {
    background-image: url('../images/advanced-bg2.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    color: #e0c086;
    text-align: center;
    padding: 6% 0;
    font-weight: bold;
    line-height: 30px;
    border-top: 3px solid #e0c086;
}

#crypto-adv .sec2 h2 {
    color: #ffffff;
    font-weight: bold;
    margin-bottom: 20px;
}

#crypto-adv .sec3 {
    background-image: url('../images/advanced-bg3.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    padding: 8% 0;
    position: relative;
}

@media all and (max-width:2250px) {
    #crypto-adv .sec3 {
        background-position-x: 70%;
    }
}

@media all and (max-width:1000px) {
    #crypto-adv .sec3 {
        background-position-x: 50%;
    }
}

#crypto-adv .sec3 ul {
    list-style-image: url('../images/radio.png');
}

#crypto-adv .sec3 ul li {
    line-height: 35px;
}

#crypto-adv .sec3 .banner {
    background-image: url('../images/banner.png');
    background-repeat: no-repeat;
    background-size: cover;
    max-width: 800px;
    width: 100%;
    margin: auto;
    position: absolute;
    left: 50%;
    bottom: -25%;
    transform: translate(-50%, 0%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    min-height: 120px;
    border-radius: 5px;
    color: #ffffff;
    font-weight: bold;
}

#crypto-adv .sec3 .banner .row {
    min-height: 120px;
}

#crypto-adv .sec3 .banner .important {
    font-weight: bold;
    font-size: 25px;
    color: #000000;
}

#crypto-adv .sec4 {
    background-image: url('../images/land-new-possibilities-bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 150px;
    color: #ffffff;
    padding-bottom: 40px;
    border-bottom: 3px solid #e1ba83;
}

#crypto-adv .sec4 h4 {
    color: #e0c086;
    margin-bottom: 15px;
    font-weight: bold;
}

#crypto-adv .sec5 {
    background: #000000;
    color: #ffffff;
    padding: 6% 0;
}

#crypto-adv .sec5 h4 {
    color: #e0c086;
    margin-bottom: 15px;
    font-weight: bold;
}

#crypto-adv .sec6 {
    background-image: url('../images/crypto-excavator-bg2.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    color: #ffffff;
    padding: 40px 0;
    border-bottom: 3px solid #e1ba83;
}

#crypto-adv .sec6 h4 {
    color: #e0c086;
    margin-bottom: 15px;
    font-weight: bold;
}

#crypto-adv .sec7 {
    background-image: url('../images/land-new-possibilities-bg2.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    color: #ffffff;
    padding: 8% 0;
}

#crypto-adv .sec7 h4 {
    color: #e0c086;
    margin-bottom: 50px;
    font-weight: bold;
}

#crypto-adv .sec7 .icon {
    max-width: 500px;
    margin: auto;
}

#crypto-adv .sec7 .icon img {
    min-width: 149px;
}

#crypto-adv .sec7 .icon p {
    width: 100%;
}

#crypto-adv .sec8 {
    background: #eaeaea url('../images/testi-bg.jpg');
    background-repeat: no-repeat;
    background-size: contain;
    padding: 6% 0;
    border-bottom: 3px solid #e1ba83;
}

#crypto-adv .sec8 .cart {
    background: #ffffff;
    padding: 15px;
}




#crypto-pro .hello-section {
    background-image: url('../images/pro-bg1.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}

#crypto-pro .hello-section h2 {
    font-size: 31px;
}

#crypto-pro .sec2 {
    background-image: url('../images/pro-bg2.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    color: #e0c086;
    text-align: center;
    padding: 6% 0;
    font-weight: bold;
    line-height: 30px;
    border-top: 3px solid #e0c086;
}

#crypto-pro .sec2 h2 {
    color: #ffffff;
    font-weight: bold;
    margin-bottom: 20px;
}

#crypto-pro .sec3 {
    background-image: url('../images/pro-bg3.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    padding: 5% 0;
    position: relative;
}

@media all and (max-width:1600px) {
    #crypto-pro .sec3 {
        background-position-x: 70%;
    }
}

@media all and (max-width:1000px) {
    #crypto-pro .sec3 {
        background-position-x: 50%;
    }
}

#crypto-pro .sec3 ul {
    list-style-image: url('../images/radio.png');
}

#crypto-pro .sec3 ul li {
    line-height: 35px;
}

#crypto-pro .sec3 .banner {
    background-image: url('../images/banner.png');
    background-repeat: no-repeat;
    background-size: cover;
    max-width: 800px;
    width: 100%;
    margin: auto;
    position: absolute;
    left: 50%;
    bottom: -25%;
    transform: translate(-50%, 0%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    min-height: 120px;
    border-radius: 5px;
    color: #ffffff;
    font-weight: bold;
}

#crypto-pro .sec3 .banner .row {
    min-height: 120px;
}

#crypto-pro .sec3 .banner .important {
    font-weight: bold;
    font-size: 25px;
    color: #000000;
}

#crypto-pro .sec4 {
    background-image: url('../images/land-new-possibilities-bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 150px;
    color: #ffffff;
    padding-bottom: 40px;
    border-bottom: 3px solid #e1ba83;
}

#crypto-pro .sec4 h4 {
    color: #e0c086;
    margin-bottom: 15px;
    font-weight: bold;
}

#crypto-pro .sec5 {
    background: #000000;
    color: #ffffff;
    padding: 6% 0;
}

#crypto-pro .sec5 h4 {
    color: #e0c086;
    margin-bottom: 15px;
    font-weight: bold;
}

#crypto-pro .sec6 {
    background-image: url('../images/crypto-excavator-bg2.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    color: #ffffff;
    padding: 40px 0;
    border-bottom: 3px solid #e1ba83;
}

#crypto-pro .sec6 h4 {
    color: #e0c086;
    margin-bottom: 15px;
    font-weight: bold;
}

#crypto-pro .sec7 {
    background-image: url('../images/land-new-possibilities-bg2.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    color: #ffffff;
    padding: 8% 0;
}

#crypto-pro .sec7 h4 {
    color: #e0c086;
    margin-bottom: 50px;
    font-weight: bold;
}

#crypto-pro .sec7 .icon {
    max-width: 500px;
    margin: auto;
}

#crypto-pro .sec7 .icon img {
    min-width: 149px;
}

#crypto-pro .sec7 .icon p {
    width: 100%;
}

#crypto-pro .sec8 {
    background: #eaeaea url('../images/testi-bg.jpg');
    background-repeat: no-repeat;
    background-size: contain;
    padding: 6% 0;
    border-bottom: 3px solid #e1ba83;
}

#crypto-pro .sec8 .cart {
    background: #ffffff;
    padding: 15px;
}

#institute_investments .hello-section {
    background-image: url('../images/i-i.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}

#institute_investments .hello-section h2 {
    font-size: 31px;
}

#institute_investments .sec2 {
    background-image: url('../images/pro-bg2.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    color: #e0c086;
    text-align: center;
    padding: 6% 0;
    font-weight: bold;
    line-height: 30px;
    border-top: 3px solid #e0c086;
}

#institute_investments .sec2 h2 {
    color: #ffffff;
    font-weight: bold;
    margin-bottom: 20px;
}

#institute_investments .sec3 {
    background-image: url('../images/i-ibg3.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    padding: 7% 0;
    position: relative;
    background-position-x: 70%;
}

#institute_investments .sec3 ul {
    list-style-image: url('../images/radio.png');
}

#institute_investments .sec3 ul li {
    line-height: 35px;
}

#institute_investments .sec3 .banner {
    background-image: url('../images/banner.png');
    background-repeat: no-repeat;
    background-size: cover;
    max-width: 800px;
    width: 100%;
    margin: auto;
    position: absolute;
    left: 50%;
    bottom: -25%;
    transform: translate(-50%, 0%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    min-height: 120px;
    border-radius: 5px;
    color: #ffffff;
    font-weight: bold;
}

#institute_investments .sec3 .banner .row {
    min-height: 120px;
}

#institute_investments .sec3 .banner .important {
    font-weight: bold;
    font-size: 25px;
    color: #000000;
}

#institute_investments .sec4 {
    background-image: url('../images/i-ibg4.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 150px;
    color: #ffffff;
    padding-bottom: 40px;
    border-bottom: 3px solid #e1ba83;
}

#institute_investments .sec4 h4 {
    color: #e0c086;
    margin-bottom: 15px;
    font-weight: bold;
}

#institute_investments .sec5 {
    background: #000000;
    color: #ffffff;
    padding: 6% 0;
}

#institute_investments .sec5 h4 {
    color: #e0c086;
    margin-bottom: 15px;
    font-weight: bold;
}

#institute_investments .sec6 {
    background-image: url('../images/crypto-excavator-bg2.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    color: #ffffff;
    padding: 40px 0;
    border-bottom: 3px solid #e1ba83;
}

#institute_investments .sec6 h4 {
    color: #e0c086;
    margin-bottom: 15px;
    font-weight: bold;
}

#institute_investments .sec7 {
    background-image: url('../images/land-new-possibilities-bg2.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    color: #ffffff;
    padding: 8% 0;
}

#institute_investments .sec7 h4 {
    color: #e0c086;
    margin-bottom: 50px;
    font-weight: bold;
}

#institute_investments .sec7 .icon {
    max-width: 500px;
    margin: auto;
}

#institute_investments .sec7 .icon img {
    min-width: 149px;
}

#institute_investments .sec7 .icon p {
    width: 100%;
}

#institute_investments .sec8 {
    background: #eaeaea url('../images/testi-bg.jpg');
    background-repeat: no-repeat;
    background-size: contain;
    padding: 6% 0;
    border-bottom: 3px solid #e1ba83;
}

#institute_investments .sec8 .cart {
    background: #ffffff;
    padding: 15px;
}





#nft .hello-section {
    background-image: url('../images/nft.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}

@media all and (max-width:1500px) {
    #nft .hello-section {
        background-position-x: 80%;
    }
}

@media all and (max-width:1199px) {
    #nft .hello-section {
        background-position-x: 50%;
    }
}

#nft .sec2 h4 {
    font-weight: bold;
    color: #ffffff;
    margin-bottom: 20px;
}

#nft .sec2 {
    background-image: url('../images/nft2.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    color: #e0c086;
    text-align: center;
    padding: 6% 0;
    font-weight: bold;
    line-height: 30px;
    border-top: 3px solid #e0c086;
}

#nft .sec3 {
    background-image: url('../images/nft3.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    padding: 4% 0;
    background-position: left;
    background-color: #e3e3e3;
    position: relative;
}

@media all and (max-width:1750px) {
    #nft .sec3 {
        background-position-x: 40%;
    }
}

@media all and (max-width:1370px) {
    #nft .sec3 {
        background-position-x: 40%;
    }
}

@media all and (max-width:1269px) {
    #nft .sec3 {
        background-position-x: 40%;
    }
}

@media all and (max-width:1174px) {
    #nft .sec3 {
        background-position-x: 40%;
    }
}

@media all and (max-width:1029px) {
    #nft .sec3 {
        background-image: none !important;
    }
}

#nft .sec3 ul {
    list-style-image: url('../images/radio.png');
}

#nft .sec3 ul li {
    line-height: 35px;
}

#nft .sec3 .banner {
    background-image: url('../images/banner.png');
    background-repeat: no-repeat;
    background-size: cover;
    max-width: 800px;
    width: 100%;
    margin: auto;
    position: absolute;
    left: 50%;
    bottom: -25%;
    transform: translate(-50%, 0%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    min-height: 120px;
    border-radius: 5px;
    color: #ffffff;
    font-weight: bold;
}

@media all and (max-width:903px) {
    #nft .sec3 .banner {
        bottom: -45%;
    }
}

@media all and (max-width:600px) {
    #nft .sec3 .banner {
        background: #2da9b6;
    }
}

#nft .sec3 .banner .row {
    min-height: 120px;
}

#nft .sec3 .banner .important {
    font-weight: bold;
    font-size: 25px;
    color: #000000;
}

#nft .sec4 {
    background-image: url('../images/nft-bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 150px;
    color: #ffffff;
    padding-bottom: 40px;
    border-bottom: 3px solid #e1ba83;
}

#nft .sec4 h4 {
    color: #e0c086;
    margin-bottom: 15px;
    font-weight: bold;
}

#nft .sec5 {
    background-image: url('../images/nft-bg2.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    color: #ffffff;
    padding: 6% 0;
}

#nft .sec5 h4 {
    color: #e0c086;
    margin-bottom: 15px;
    font-weight: bold;
}

#nft .sec6 {
    background-image: url('../images/crypto-excavator-bg2.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    color: #ffffff;
    padding: 40px 0;
    border-bottom: 3px solid #e1ba83;
}

#nft .sec6 h4 {
    color: #e0c086;
    margin-bottom: 15px;
    font-weight: bold;
}

#nft .sec7 {
    background-image: url('../images/crypto-excavator-bg3.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    color: #ffffff;
    padding: 8% 0;
}

#nft .sec7 h4 {
    color: #e0c086;
    margin-bottom: 50px;
    font-weight: bold;
}

#nft .sec7 .icon {
    max-width: 500px;
    margin: auto;
}

#nft .sec7 .icon img {
    min-width: 149px;
}

#nft .sec7 .icon p {
    width: 100%;
}

#nft .sec8 {
    background-color: #eaeaea;
    padding: 6% 0;
    border-bottom: 3px solid #e1ba83;
}

#nft .sec8 .cart {
    background: #ffffff;
    padding: 15px;
}






.receive {
    padding: 80px 0;
    color: #ffffff;
}

.receive-img {
    max-width: 350px;
    margin: auto;
    display: block;
}

.receive .receive-right-content .top-box {
    margin-bottom: 40px;
}

.receive .receive-right-content .top-box h3 {
    font-weight: bold;
    font-size: 35px;
}

.receive .receive-right-content .top-box p {
    color: #dadada;
    font-size: 18px;
    max-width: 360px;
    font-weight: bold;
}

.receive .receive-right-content input:focus {
    outline: none;
    border: 1px solid #8230b6;
    color: #000000;
    background-color: #ffffff;
}

.receive .receive-right-content input {
    border: none;
    border-radius: 3px;
    background-color: #d1d1d1;
}

.receive button {
    border: none;
    font-weight: normal;
}

.receive button:focus {
    outline: none;
}

.receive-form label {
    display: block;
    color: #a7abab;
    font-size: 14px;
    margin-bottom: 0px;
}

.receive-form input {
    margin-bottom: 20px;
    width: 100%;
    max-width: 300px;
    height: 40px;
}

.my-account,
.my-webinars {
    color: #ffffff;
    padding: 40px 0;
}

.my-account {
    padding-bottom: 0;
}

.my-account h2,
.my-webinars h2 {
    font-weight: bold;
    margin-bottom: 40px;
}

.my-account .table,
.my-webinars .table {
    color: #ffffff;
    background-color: #1d3f3f;
}

.my-account .table tr:first-child td,
.my-webinars .table tr:first-child td {
    border-top: none;
}

.my-account .table td,
.table th,
.my-webinars .table td,
.table th {
    border-top: 1px solid #0a0a0a;
}

.my-account .big-img,
.my-webinars .big-img {
    margin-top: 80px;
}

.my-account .account-icon,
.my-webinars .account-icon {
    margin-right: 10px;
}

.my-account .table span,
.my-webinars .table span {
    font-size: 14px;
}

.my-webinars .buy_webinar {
    border: none;
}

.my-webinars .buy_webinar i {
    color: #ffffff !important;
}

.my-webinars .table td small {
    color: #b5b9b9;
    display: block;
    margin-top: 10px;
}

.my-webinars .table td small a {
    text-decoration: underline;
    color: #b5b9b9;
}

.our-products {
    color: #ffffff;
}

.our-products .main {
    margin: auto;
    display: block;
    margin-bottom: 40px;
    padding-top: 40px;
}

.our-products h2 {
    font-weight: bold;
    margin-bottom: 40px;
}

.products-banner .bestsellers-content {
    max-width: 560px;
}

.our-products .cryptodiggers .left-banner-content {
    background-image: url('../images/cryptodiggers-banner.jpg');

}

.our-products .crypto-basic .left-banner-content {
    background-image: url('../images/crypto-basic.jpg');

}

.our-products .crypto-advanced .left-banner-content {
    background-image: url('../images/crypto-advanced.jpg');

}

.our-products .crypto-pro .left-banner-content {
    background-image: url('../images/crypto-pro.jpg');
}

.our-products .alternative-investments .left-banner-content {
    /* background-image: url('../images/ii.jpg'); */
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+1,000000+100&0+0,1+100 */
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.01) 1%, rgba(0, 0, 0, 1) 100%), url('../images/ii.jpg');
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.01) 1%, rgba(0, 0, 0, 1) 100%), url('../images/ii.jpg');
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.01) 1%, rgba(0, 0, 0, 1) 100%), url('../images/ii.jpg');
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#000000', GradientType=0), url('../images/ii.jpg');
    /* IE6-9 */

}

.our-products .intelligence .left-banner-content {
    background-image: url('../images/intelligence.jpg');
}

.our-products .photography .left-banner-content {
    background-image: url('../images/photography-op.jpg');
}

.our-products .nft .left-banner-content {
    background-image: url('../images/nft-op.jpg');
}

.products-banner .left-banner-content {
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 0 20px 20px;
}

.products-banner .bestsellers-content p {
    font-size: 15px;
    color: #cccece;
}

.products-banner {
    position: relative;
    padding: 20px;
}

.products-banner h2 {
    color: #ffffff;
    font-weight: bold;
    max-width: 450px;
    margin-bottom: 30px;
    font-weight: bold;
}

.products-banner .coins {
    position: absolute;
    top: -90px;
    left: 15%;
    max-width: 290px;
}

.products-banner .right-banner {
    background-color: #04cabf;
    padding: 30px 15px;
}

.products-banner .right-banner .webinar-title {
    color: #000000;
    margin-top: 25px;
    font-weight: bold;
    font-size: 24px;
}

.products-banner .right-banner .webinar-price {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 10px;
}

.products-banner .right-banner .webinar-rating i {
    color: #e0b43c;
}

.upcoming-products {
    color: #ffffff;
}

.upcoming-products h2 {
    font-weight: bold;
}

.upcoming-products .title {
    margin: 40px 0;
}

.upcoming-products .it .title-box {
    background-image: url('../images/IT_banner.png');
    background-repeat: no-repeat;
    background-size: cover;
}

.upcoming-products .sm .title-box {
    background-image: url('../images/SM_banner.png');
    background-repeat: no-repeat;
    background-size: cover;
}

.upcoming-products .io .title-box {
    background-image: url('../images/Invest_banner.png');
    background-repeat: no-repeat;
    background-size: cover;
}

.upcoming-products .gk .title-box {
    background-image: url('../images/G_banner.png');
    background-repeat: no-repeat;
    background-size: cover;
}

.upcoming-products .seo .title-box {
    background-image: url('../images/Seo_banner.png');
    background-repeat: no-repeat;
    background-size: cover;
}

.upcoming-products .category {
    margin-bottom: 40px;
}

.upcoming-products .title-box h4 {
    padding-top: 220px;
    padding-bottom: 42px;
    font-weight: bold;
    font-size: 18px;
}

.delivery,
.return-policy,
.contact {
    color: #ffffff;
    padding: 8% 0;
}

.delivery h2,
.return-policy h2,
.contact h2 {
    font-weight: bold;
    margin-bottom: 20px;
}

.contact h4 {
    margin: 20px 0;
    font-weight: bold;
    font-size: 19px;
}

.contact .contact-method {
    margin-bottom: 15px;
    font-weight: bold;
    font-size: 17px;
}

.contact .contact-method img {
    margin-right: 15px;
}

.change-password {
    color: #ffffff;
    padding: 8% 0%;
}

.change-password .accept {
    margin: auto;
    display: block;
    margin-bottom: 20px;
}

.change-password h2 {
    font-weight: bold;
}

.change-password .subtitle {
    font-weight: bold;
}

.change-password .subtitle,
.change-password label {
    color: #dadada;
}

.change-password input {
    display: block;
    width: 100%;
    margin-bottom: 15px;
    height: 40px;
}

.change-password .error {
    color: red;
    display: none;
    background-color: rgb(0 0 0 / 33%);
    padding: 5px 20px;
}

.change-password #passForm {
    max-width: 400px;
    width: 100%;
    margin: auto;
    margin-top: 30px;
}

.change-password #passForm button {
    border: none;
    margin: auto;
    display: block;
}

.about-us {
    background-image: url('../images/about-bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}

.about-us-categories {
    background-color: #111313;
}

.about-us,
.about-us-categories,
.about-us-values {
    color: #ffffff;
    padding: 8% 0%;
}

.about-us h2,
.about-us-categories h2,
.about-us-values h2 {
    font-weight: bold;
    margin-bottom: 40px;
}

.about-us-categories .category {
    background-color: rgb(255 255 255 / 3%);
    padding: 30px 0;
    margin-bottom: 30px;
}

.about-us-categories .category p {
    font-weight: bold;
    font-size: 20px;
    margin-top: 15px;
}

.about-us-values {
    background-image: url('../images/values-bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}

.about-us-values h5 {
    font-weight: bold;
    font-size: 17px;
    margin: 15px 0;
}

.prestige-club {
    color: #ffffff;
    padding: 8% 0;
}

.prestige-btn {
    background-color: #e7ac4a;
    color: #000000 !important;
}

.prestige-btn:hover {
    background-color: #af8339;
}

.typ-content {
    color: #ffffff;
    padding: 8% 0;
    height: 62vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url('../images/typ.jpg');
    background-size: cover;
}

.sign-up-content {
    color: #ffffff;
    padding: 8% 0;
}

.sign-up-content .img-prod {
    max-width: 500px;
    height: 310px;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    border: 2px solid #228083;
    padding: 20px;
}

.sign-up-content .img-prod p {
    text-align: left;
    font-size: 23px;
}

.sign-up-content h2 {
    font-weight: bold;
}

.sign-up-content-text {
    font-weight: bold;
    font-size: 20px;
    margin: 40px auto;
    color: #e7c68a;
}

.sign-up-content form {
    max-width: 700px;
    margin: auto;
}

.sign-up-content form input,
.sign-up-content form select {
    border: none;
    max-width: none;
    background-color: #e4e4e4;
    padding: 0 10px;
    width: 100%;
    height: 40px;
}

.sign-up-content form label {
    text-align: left;
    margin-bottom: 5px;
}

.sign-up-content .curentWebinar-title {
    padding: 0.75rem;
    color: #ffffff;
    background-color: #0a1111;
    text-align: left;
    border: 1px solid #292929;
}

.sign-up-content form .wb i.fas.fa-arrow-circle-right {
    color: #ffffff;
}

@media all and (max-width: 767px) {
    #crypto-excavator .sec3 {
        background-image: none;
    }

    #land-new-possibilities .sec3 {
        background-image: none;
        color: #ffffff;
    }

    #crypto-adv .sec3 {
        background-image: none;
        color: #ffffff;
    }

    #crypto-pro .sec3 {
        background-image: none;
        color: #ffffff;
    }

    .receive-img {
        max-width: 130px;
        margin-bottom: 20px;
    }

    footer {
        text-align: center;
    }

    .white-logo {
        margin-bottom: 15px;
    }

    .contact-section .contact-content {
        padding: 50px 10px;
    }
}

footer ul li {
    list-style: none;
    padding: 3px 0;
}

footer a {
    color: #bdbdbd;
    text-decoration: none;
}

footer a:hover {
    color: #ffffff;
}

footer .copyright {
    color: #bdbdbd;
    text-align: center;
    padding-top: 30px;
    border-top: 2px solid #343432;
    font-size: 14px;
}

.reset-password {
    padding: 10% 0;
    color: #ffffff;
}

.reset-password h2 {
    font-size: 45px;
    font-weight: bold;
}

.reset-password label {
    display: block;
    text-align: left;
}

.reset-password form {
    margin-top: 50px;
}

/* others */
.pb-0 {
    padding-bottom: 0 !important;
}

.block-title-white {
    width: 48px;
    height: 4px;
    background-color: #ffffff;
}

.block-title-orange {
    width: 48px;
    height: 4px;
    background-color: #04cabf;
}

.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.jc {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.jc-sb {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.ai {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.ai-bl {
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
}

.mb_7p {
    margin-bottom: 7%;
}

.mb-10 {
    margin-bottom: 10px;
}

@media all and (max-width: 575px) {
    .block-mob {
        display: block !important;
    }
}

@media all and (max-width: 1000px) {
    .block-mob2 {
        display: block !important;
    }
}

.orange {
    color: #04cabf;
}

.red {
    color: #be2020;
}

.jc-fe {
    align-items: center;
    justify-content: flex-end;
}

.jc-sb {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

i.fas.fa-arrow-circle-right {
    font-size: 15px;
    color: #04cabf;
}

.w33p {
    width: 33%;
}

@media all and (max-width: 767px) {
    .w100p-mob {
        width: auto !important;
    }
}

@media all and (max-width: 991px) {
    .mob-none {
        display: none !important;
    }
}

.slick-slide {
    outline: none;
}