:root{
    --primary-dark-green: #03b326;
    --primary-light-green: #01ce01;
    --former-blue: #1e75d9;
}
.section-heading {
    position: relative;
    z-index: 1;
    max-width: 730px;
    margin-bottom: 90px;
}

.section-heading h3 {
    font-size: 48px;
    margin-bottom: 15px;
    font-weight: 300;
}

.section-heading h3 span {
    font-weight: 600;
}

.section-heading h5 {
    margin-bottom: 40px;
    font-size: 18px;
    font-weight: 500;
    line-height: 2;
}

/* Bootstrap styling */
.accordion-item {
    background-color: #fff;
    border: 1px solid rgba(0,0,0,0.125);
}

.accordion-item:first-of-type {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 1rem 1.25rem;
    font-size: 1rem;
    color: #999;
    text-align: left;
    background-color: #fff;
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out,border-radius 0.15s ease;
}

.accordion-item:first-of-type .accordion-button {
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
}

.accordion-button::after {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    content: "";
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23999'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform 0.2s ease-in-out;
}

.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%2314c0e6'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    transform: rotate(-180deg);
}
/* Bootsrap stying ends */

.accordion .accordion-item {
    border: none;
    margin-bottom: 15px;
}

.accordion .accordion-button {
    /* background: #F2F8FE; */
    background-color: #ddfddd;
    border-radius: 2px;
}

.accordion .accordion-body {
    padding: 15px 0 0 0;
}

.accordion .accordion-button:not(.collapsed) {
    color: #FFFFFF;
    /* background: #16D5FF; */
    background: var(--primary-light-green);
    box-shadow: none;
}

.accordion .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

/* About Us Page */
.breadcrumbs {
    position: relative;
    padding-top: 140px;
    padding-bottom: 50px;
    z-index: 2;
    text-align: left;
    background: linear-gradient(-45deg, #02ca07, #00b52b);
    /* background: linear-gradient(-45deg, #fd723b, #3080E3); */
    -webkit-box-shadow: 0px 7px 30px rgba(0, 0, 0, 0.075);
    box-shadow: 0px 7px 30px rgba(0, 0, 0, 0.075);
}

.breadcrumbs .breadcrumbs-content {
    position: relative;
    text-align: left;
}

.breadcrumbs .breadcrumbs-content .page-title {
    font-size: 20px;
    color: #fff;
    font-weight: 600;
    position: relative;
    line-height: 28px;
    text-transform: capitalize;
}

.breadcrumbs .breadcrumb-nav {
    text-align: right;
}

.breadcrumbs .breadcrumb-nav li {
    display: inline-block;
    position: relative;
    padding-right: 14px;
    margin-right: 14px;
    text-transform: capitalize;
    color: #fff;
}

.breadcrumbs .breadcrumb-nav li, .breadcrumbs .breadcrumb-nav li a {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
}

.breadcrumbs .breadcrumb-nav li a {
    position: relative;
}

.breadcrumbs .breadcrumb-nav li:first-child::after {
    content: "\f054";
    font-family: fontawesome;
    font-size: 11px;
    position: absolute;
    top: 3px;
    right: -7px;
}

.breadcrumbs .breadcrumb-nav li:last-child {
    margin: 0;
    padding: 0;
}

.process .content h4 {
    color: var(--primary-dark-green);
    /* color: #3080E3; */
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 20px;
}

.process .content h2 {
    font-size: 35px;
    font-weight: 700;
    line-height: 48px;
}

.process .content p {
    font-size: 16px;
    margin-top: 25px;
}

.process .content .list .single-list {
    position: relative;
    padding-left: 80px;
    margin-top: 50px;
    display: inline-block;
}

.process .content .list .single-list .list-icon {
    height: 60px;
    width: 60px;
    line-height: 60px;
    text-align: center;
    display: block;
    border-radius: 50%;
    color: var(--primary-light-green);
    /* color: #3080E3; */
    font-size: 22px;
    background-color: #fff;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-box-shadow: 0px 7px 10px #0000000a;
    box-shadow: 0px 7px 10px #0000000a;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.process .content .list .single-list h4 {
    color: #151515;
    font-size: 15px;
    margin-bottom: 8px;
}

.process .content .list .single-list p {
    margin: 0;
}

.about {
    position: relative;
    background-color: #191c23;
    /* background-color: #151515; */
    z-index: 0;
    /* overflow-x: hidden; */
}

.about .shape-1 {
    position: absolute;
    width: 520px;
    height: 520px;
    left: -184.03px;
    top: 0;
    z-index: -1;
}

.about .shape-1 img {
    width: 100%;
    height: 100%;
    display: block;
}

.about .shape-2 {
    position: absolute;
    width: 665px;
    height: 665px;
    right: -126px;
    bottom: -66px;
    z-index: -1;
}

.about .shape-2 img {
    width: 100%;
    height: 100%;
    display: block;
}

.about .content h4 {
    color: var(--primary-light-green);
    /* color: #3080E3; */
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 20px;
}

.about .content h2 {
    font-size: 35px;
    font-weight: 700;
    line-height: 48px;
    color: #fff;
}

.about .content p {
    font-size: 16px;
    margin-top: 25px;
    color: #fff;
}

.about .why-choose-list {
    margin-top: 60px;
}

.about .why-choose-list li {
    position: relative;
    margin-bottom: 45px;
}

.about .why-choose-list li .number {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: var(--primary-light-green);
    /* background-color: #3080E3; */
    color: #fff;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    font-size: 16px;
}

svg.text-primary {
    color: var(--primary-light-green) !important;
}

.about .why-choose-list li .list-content {
    display: inline-block;
    padding: 0;
    padding-left: 80px;
}

.about .why-choose-list li .list-content h3 {
    font-size: 19px;
    font-weight: 600;
    display: block;
    color: #fff;
}

.about .why-choose-list li .list-content p {
    margin: 0;
    margin-top: 15px;
    color: #cecece;
}

.fw-bold {
    font-weight: 700!important;
}

.fs-5 {
    font-size: .875rem!important;
}

.img-bg {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
}

.subscribe-section .subscribe-wrapper {
    background-image: url(../images/svg/green-subscribe-bg.svg);
    padding: 65px 50px 50px;
    border-radius: 30px;
}

.section-title p {
    font-size: 18px;
    line-height: 28px;
}

.subscribe-section .subscribe-wrapper .subscribe-form {
    position: relative;
    margin-bottom: 15px;
}

.subscribe-section .subscribe-wrapper .subscribe-form input {
    width: 100%;
    padding: 20px 30px;
    padding-right: 142px;
    border-radius: 18px;
    background: #fff;
    color: #5b657e;
    border: 1px solid transparent;
    -webkit-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
}

.subscribe-section .subscribe-wrapper .subscribe-form button {
    position: absolute;
    top: 2px;
    right: 2px;
    padding: 17.5px 25px;
    font-weight: 700;
    font-size: 18px;
    border-radius: 18px;
    line-height: unset;
}

.btn-hover::after {
    content: "";
    position: absolute;
    width: 0%;
    height: 0%;
    border-radius: 50%;
    background: rgba(0,0,0,.05);
    top: 50%;
    left: 50%;
    padding: 50%;
    z-index: -1;
    -webkit-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
    -webkit-transform: translate3d(-50%,-50%,0) scale(0);
    transform: translate3d(-50%,-50%,0) scale(0);
}

.main-btn:hover {
    color: #fff;
}

.crypto-cat {
    padding: 30px;
}

.crypto-cat>a{
    width: 100%;
}

.crypto-cat>a>div {
    width: 90%;
    padding: 10px 15px;
    background: #efefef;
    font-size: 1.1em;
    margin: 5px;
    color: #404040;
}

.current-crypto {
    width: 90%;
    padding: 8px 15px;
    background: var(--primary-light-green);
    /* background: #52afee; */
    font-size: 1.1em;
    margin: 5px;
    color: #fff !important;
}

.current-crypto p{
    color: #fff;
}

/*#######################################################
LOGIN PAGE
######################################################## */
.uk-section {
    display: flow-root;
    box-sizing: border-box;
}

.account-login, .change-password {
    background-color: #F4F7FA;
}

.account-login .login-form {
    padding: 60px 70px;
    background-color: #fff;
    border: none;
}

.account-login .login-form {
    padding: 60px 70px;
    background-color: #fff;
    border: none;
}

.account-login .login-form .card-body {
    padding: 0;
}

.account-login .login-form .title {
    margin-bottom: 45px;
    text-align: center;
}

.account-login .login-form .title h3 {
    font-size: 25px;
    font-weight: 700;
    color: #081828;
    margin-bottom: 8px;
}

.account-login .form-group {
    margin-bottom: 20px;
    position: relative;
}

.account-login .form-group label {
    position: absolute;
    left: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 9;
}

.account-login .form-group .form-control {
    padding: 0 18px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    border: 1px solid #eee;
    background-color: #F4F7FA;
    color: #505050;
    font-size: 15px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 52px;
    border-radius: 30px !important;
    overflow: hidden;
    width: 100%;
    padding-left: 55px;
}

.account-login .button {
    margin-top: 20px;
    text-align: center;
}

.section-psw .button .btn {
    display: inline-block;
    text-transform: capitalize;
    font-size: 15px;
    font-weight: 500;
    padding: 14px 30px;
    background-color: #ffaf02;
    color: #fff;
    border: none;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    border-radius: 30px;
    position: relative;
    z-index: 1;
    margin-right: 7px;
    overflow: hidden;
    width: 100%;
}

.account-login .create-account {
    font-weight: 500;
    color: #081828;
    text-align: center;
    margin-top: 35px;
    font-size: 14px;
    display: block;
}

.account-login .create-account a {
    color: #ffaf02;
}

.change-password .password-content {
    padding: 30px;
    background-color: #fff;
    border: 1px solid #eee;
    border-radius: 6px;
}

.change-password .password-content h3 {
    font-size: 22px;
    font-weight: 700;
}

.change-password .password-content p {
    display: block;
    margin-top: 5px;
}

.change-password .password-content form {
    margin-top: 30px;
}

.change-password .password-content .form-group {
    margin-bottom: 15px;
}

.change-password .password-content form label {
    color: #081828;
    font-size: 14px;
    display: block;
    margin-bottom: 5px;
}

.change-password .password-content form input {
    height: 50px;
    width: 100%;
    border: 1px solid #eee;
    border-radius: 5px;
    padding: 0px 20px;
    font-size: 14px;
}

.change-password .button .btn {
    display: inline-block;
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 500;
    padding: 15px 30px;
    background-color: #ffaf02;
    color: #fff;
    border: none;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    border-radius: 4px;
}

#submitbtn, #loginbtn{
    background-color:  var(--primary-dark-green);
}

.btn-singin {
    background: var(--primary-light-green);
    color: #fff !important;
    padding: 10px 30px;
    width: 100%;
    margin-left: 10px;
    box-shadow: 0 8px 9px 0 rgba(96, 94, 94, 0.17);
    font-size: 14px;
    border-radius: 4px;
    font-family: rubik, sans-serif;
    letter-spacing: 1px;
    font-weight: 500;
    border: none;
    /* text-transform: uppercase; */
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    display: inline-block;
}

@media only screen and (max-width: 767px) {
    .breadcrumbs .breadcrumbs-content .page-title {
        font-size: 16px;
        text-align: center;
        line-height: 26px;
    }
    .breadcrumbs .breadcrumb-nav {
        text-align: center;
        margin-top: 15px;
    }
    .subscribe-section .subscribe-wrapper {
        padding: 65px 20px 50px;
    }
    a.login-brand{
        width: 25rem !important;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px){
    .section-title h2 {
        font-size: 40px;
    }
    .process .content {
        padding-left: 50px;
    }
    .about .content {
        padding-right: 80px;
    }
}