/****************************************************/

.btc-bg {

    background: #ffffff;
    background-size: cover;
    padding: 30px 0px 30px;
}

.btc {
    padding: 0px 0px 30px 0px;
    text-align: center;
}


/***************************************************/

.depo-bg {

    background: #ffffff;
    font-family: 'Noto Sans', sans-serif;
    background-size: cover;
    padding: 30px 0px 30px;
}

.depo-bg .lastFiveDetails {

    text-align: center;
    padding: 50px 0px 0px 0px;
}

.depo-bg .lastFiveDetails h3 {

    font-size: 30px;
    font-weight: 700;
    color: #e5c908;
    margin-bottom: 30px;
    font-family: 'Saira Semi Condensed', sans-serif;
}

.depo-bg .lastFiveDetails h3 span {

    color: #ffffff;
}

/************************************************/
.about-bg {

    background: #11105e url(assets/images/about-bg.jpg) no-repeat top center;
    background-size: cover;
    padding: 30px 0px 30px;
}

.about-bg .about-head {

    padding: 35px 0px 30px 275px;
    /* text-align: center; */
}

.about-bg .about-head h2 {

    font-family: 'Saira Semi Condensed', sans-serif;
    /*font-size:40px;*/
    color: #fff;
    font-weight: 400;
    margin: 0px 0px 0px 0px;
}

.about-bg .about {

    padding: 20px 0px 50px 52px;
    /*background: #622ac529;*/
    background: #00339929;

}

.about-bg .about .about-img {

    padding: 30px 0px 0px 0px;
}

.about-bg .about .about-text {

    padding: 30px 0px 20px 0px;
}

.about-bg .about .about-text h4 {

    font-family: 'Saira Semi Condensed', sans-serif;
    font-size: 18px;
    color: #ffffff;
    font-weight: 500;
    margin: 0px 0px 20px 0px;
    line-height: 26px;
}

.about-bg .about .about-text p {

    font-family: 'Rajdhani', sans-serif;
    font-size: 16px;
    color: #acd3d8;
    font-weight: 400;
    margin: 10px 0px 0px 0px;
    line-height: 26px;
}

.about-bg .about .about-text .about-but {

    padding: 55px 0px 50px 45px;
    text-align: center;
}

.about-bg .about .about-text .about-but a {

    color: #034456;
    background: #f4d60c;
    font-size: 18px;
    font-family: 'Saira Semi Condensed', sans-serif;
    float: left;
    padding: 0px 55px;
    line-height: 50px;
    border: 1px solid #f4d60c;
    display: inline-block;
    transition: 0.7s;
    transition-duration: .5s;
    transition-property: transform;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    font-weight: bold;
    position: relative;
}

.about-bg .about .about-text .about-but a:hover {

    color: #040404;
    background: #ffffff3d;
    border: 1px solid #ffffff3d;
    transition: 0.7s;
    transform: translateY(15px);
    animation-name: hang;
    animation-duration: 1.5s;
    animation-delay: 10;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}


/***********************************************/

.plan-bg {

    background: #11105e url("../images/plan-bg.jpg") no-repeat top center;
    background-size: cover;
    padding: 30px 0px 30px;
}

.plan-bg .plan-head {

    padding: 44px 0px 30px 265px;
    /* text-align: center; */
}

.plan-bg .plan-head h2 {

    font-family: 'Saira Semi Condensed', sans-serif;
    font-size: 40px;
    color: #2f2f2f;
    font-weight: 400;
    margin: 0px 0px 0px 0px;
}

.plan-bg .plan {

    padding: 30px 0px 30px 0px;
}

.plan-bg .plan .planoner {
    text-align: center;
    background: url("../images/planbg.png") no-repeat top center;
    /* background-attachment: fixed; */
    min-height: 512px;
    /* position: relative; */
    /* overflow: hidden; */
    margin-bottom: 75px;
    margin-top: 45px;
}

/* Pulse */
@keyframes pulse {
    25% {
        transform: scale(1.1);
    }

    75% {
        transform: scale(.9);
    }
}

.plan-bg .plan .planoner {

    @include hideTapHighlightColor();
    @include hardwareAccel();
    @include improveAntiAlias();

}


.plan-bg .plan .planoner:hover {
    animation-name: pulse;
    animation-duration: 5s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}


.plan-bg .plan .planoner .plaonepic {
    text-align: center;
    padding: 0px 0px 0px 0px;
}

.plan-bg .plan .planoner .plaonepic img {
    margin-top: -5px;
}

.plan-bg .plan .planoner .plaonecont {
    font-family: 'Rajdhani', sans-serif;
    font-size: 18px;
    color: #17274e;
    text-transform: uppercase;
    font-weight: 400;
    margin: 12px 0px 0px 0px;
}

.plan-bg .plan .planoner .plaonecont1 {
    padding: 0px 0px 0px 0px;
}

.plan-bg .plan .planoner .plaonecont1 .plaoneleft {
    font-family: 'Oswald', sans-serif;
    font-size: 40px;
    font-weight: bold;
    color: #6610f2;
    margin: 0px 0px 44px 28px;
}

.plan-bg .plan .planoner .plaonecont1 .plaoneright {
    font-family: 'Saira Semi Condensed', sans-serif;
    font-size: 18px;
    color: #333333;
    font-weight: 400;
    line-height: 20px;
    text-align: left;
    margin: 15px 0px 0px 25px;
}

.plan-bg .plan .planoner .plaonecont1 .plaoneright span {
    font-size: 18px;
    font-weight: 100;
}

.plan-bg .plan .planoner .plaonecont2 {
    font-family: 'Saira', sans-serif;
    font-size: 16px;
    color: #f1f1f1;
    font-weight: 400;
    line-height: 58px;
}

.plan-bg .plan .planoner .plaonecont3 {
    margin-top: 38px;
}

.plan-bg .plan .planoner .plaonecont3 a {
    font-family: 'Saira Semi Condensed', sans-serif;
    font-size: 18px;
    color: #fff;
    font-weight: 400;
    padding: 7px 27px;
    border: 1px solid #8944fa;
}

.plan-bg .plan .planoner .plaonecont3 a:hover {
    color: #000;
    background: #f4d60c;
    border: 1px solid #f4d60c;
    transition: 0.7s;
    transform: translateY(15px);
    animation-name: hang;
    animation-duration: 1.5s;
    animation-delay: 10;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}

/*************************************************/


.why-bg {

    background: #3e1aae url("../images/why-bg.jpg") no-repeat top center;
    /* background-attachment: fixed; */
    background-size: cover;
    min-height: 470px;
    padding: 30px 0px 30px;
    /* position: relative; */
    /* overflow: hidden; */
}

.why-bg .why-head {

    padding: 32px 0px 30px 235px;
    /* text-align: center; */
}

.why-bg .why-head h2 {

    font-family: 'Saira Semi Condensed', sans-serif;
    font-size: 40px;
    color: #2f2f2f;
    font-weight: 400;
    margin: 0px 0px 0px 0px;
}

.why-bg .why {

    padding: 30px 0px 30px 0px;
}

.why-bg .why .why-text {

    padding: 30px 0px 0px 0px;
    text-align: center;
    background: url("../images/onecls.png") no-repeat top center;
    /* background-attachment: fixed; */
    min-height: 211px;
    padding: 30px 0px 30px;
    /* position: relative; */
    /* overflow: hidden; */
}

.why-bg .why .why-text img {

    margin: 0px 0px 20px 0px;
}

.why-bg .why .why-text h4 {

    font-family: 'Saira Semi Condensed', sans-serif;
    font-size: 20px;
    color: #2f2f2f;
    /* font-weight: 600; */
    /* text-transform: uppercase; */
    margin: 0px 0px 10px 0px;
}

.why-bg .why .why-text p {

    font-family: 'Rajdhani', sans-serif;
    font-size: 16px;
    color: #707070;
    font-weight: 400;
    margin: 10px 0px 0px 0px;
    line-height: 26px;
}

.heartbeat {
    -webkit-animation: heartbeat 1.5s ease-in-out infinite both;
    animation: heartbeat 1.5s ease-in-out infinite both;
}

@-webkit-keyframes heartbeat {
    from {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    10% {
        -webkit-transform: scale(0.91);
        transform: scale(0.91);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    17% {
        -webkit-transform: scale(0.98);
        transform: scale(0.98);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    33% {
        -webkit-transform: scale(0.87);
        transform: scale(0.87);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    45% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
}

@keyframes heartbeat {
    from {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    10% {
        -webkit-transform: scale(0.91);
        transform: scale(0.91);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    17% {
        -webkit-transform: scale(0.98);
        transform: scale(0.98);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    33% {
        -webkit-transform: scale(0.87);
        transform: scale(0.87);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    45% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
}

/*****************************************************/
.advan-bg {

    background: #f0f0f0 url("images/advan-bg.jpg") no-repeat top center;
    background-size: cover;
    padding: 30px 0px 30px;
    position: relative;
    z-index: 1;
}

.advan-bg .advan-head {

    padding: 58px 0px 30px 300px;
    /* text-align: center; */
}

.advan-bg .advan-head h2 {

    font-family: 'Saira Semi Condensed', sans-serif;
    font-size: 40px;
    color: #1f1f1f;
    font-weight: 400;
    margin: 0px 0px 0px 0px;
}

.advan-bg .advan {

    padding: 50px 0px 30px 0px;
}

.advan-bg .advan .advans {

    margin: 0px 0px 25px 0px;
    min-height: 150px;
    /*background: #ffffff;*/
    background: #039;
    padding: 25px 25px;
}


.advan-bg .advan .advan1 {

    padding: 12px 20px 0px 0px;
    text-align: center;
    float: left;
}

.advan-bg .advan .advan1 .advan-img {

    float: left;
    position: relative;
    min-width: 90px;
    min-height: 85px;
}

.advan-bg .advan .advan1 .advan-img:after {

    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: url(assets/images/advanbg.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-animation: fa-spin 4s infinite linear;
    animation: fa-spin 4s infinite linear;
}

.advan-bg .advan .advan1 .advan-img img {

    position: relative;
    z-index: 9999;
    top: 12px;
}

.advan-bg .advan .advan-text {

    padding: 10px 0px 0px 0px;
}

.advan-bg .advan .advan-text h6 {

    font-family: 'Saira Semi Condensed', sans-serif;
    font-size: 18px;
    /*color: #030d56;*/
    color: ff9800 !important;
    font-weight: 800;
    margin: 2px 0px 5px 0px;
}

.advan-bg .advan .advan-text p {

    font-family: 'Rajdhani', sans-serif;
    font-size: 16px;
    /*color: #707070;*/
    color: #ffffff;
    font-weight: 400;
}

/*** Pricing Tables ***/


.pricing-tables-content {
    margin-top: 25px;
}

.pricing-tables-content.pricing-page {
    margin-top: 0;
}

.pricing-tables-content .header {
    height: 100px;
    line-height: 170px;
    position: relative;
}

.pricing h3 {
    color: #fff;
    text-transform: uppercase;
}

.pricing h3.sell-title {
    margin-top: 50px;
}

.pricing-switcher {
    text-align: center;
}

.pricing-switcher>p {
    display: inline-block;
    position: relative;
    padding: 0;
    padding-right: 4px;
    border-radius: 0;
    background: #111;
    border: 1px solid #333;
}

.pricing-switcher input[type="radio"] {
    position: absolute;
    opacity: 0;
}

.pricing-switcher label {
    position: relative;
    z-index: 1;
    display: inline-block;
    float: left;
    width: 105px;
    height: 39px;
    line-height: 43px;
    cursor: pointer;
    padding-left: 8px;
    font-size: 16px;
    color: #fff;
}

.pricing-switcher label.switch-1.active,
.pricing-switcher label.switch-2.active {
    color: #fff;
}

.pricing-switcher .switch {
    position: absolute;
    top: 2px;
    left: 2px;
    height: 40px;
    width: 105px;
    border-radius: 0;
    -webkit-transition: -webkit-transform 0.5s;
    -moz-transition: -moz-transform 0.5s;
    transition: transform 0.5s;
}

.pricing-switcher input[type="radio"]:checked+label+.switch,
.pricing-switcher input[type="radio"]:checked+label:nth-of-type(n)+.switch {
    -webkit-transform: translateX(105px);
    -moz-transform: translateX(105px);
    -ms-transform: translateX(105px);
    -o-transform: translateX(105px);
    transform: translateX(105px);
}

.no-js .pricing-switcher {
    display: none;
}

.pricing-list {
    margin: 32px 0 0;
    list-style-type: none;
}

.pricing-list>li {
    position: relative;
    margin-bottom: 16px;
}

.pricing-wrapper {
    position: relative;
    list-style-type: none;
    padding: 0;
}

.touch .pricing-wrapper {
    -webkit-perspective: 2000px;
    -moz-perspective: 2000px;
    perspective: 2000px;
}

.pricing-wrapper.is-switched .is-visible {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
    -webkit-animation: rotate 0.5s;
    -moz-animation: rotate 0.5s;
    animation: rotate 0.5s;
}

.pricing-wrapper.is-switched .is-hidden {
    -webkit-transform: rotateY(0);
    -moz-transform: rotateY(0);
    -ms-transform: rotateY(0);
    -o-transform: rotateY(0);
    transform: rotateY(0);
    -webkit-animation: rotate-inverse 0.5s;
    -moz-animation: rotate-inverse 0.5s;
    animation: rotate-inverse 0.5s;
    opacity: 0;
}

.pricing-wrapper.is-switched .is-selected {
    opacity: 1;
}

.pricing-wrapper.is-switched.reverse-animation .is-visible {
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    -webkit-animation: rotate-back 0.5s;
    -moz-animation: rotate-back 0.5s;
    animation: rotate-back 0.5s;
}

.pricing-wrapper.is-switched.reverse-animation .is-hidden {
    -webkit-transform: rotateY(0);
    -moz-transform: rotateY(0);
    -ms-transform: rotateY(0);
    -o-transform: rotateY(0);
    transform: rotateY(0);
    -webkit-animation: rotate-inverse-back 0.5s;
    -moz-animation: rotate-inverse-back 0.5s;
    animation: rotate-inverse-back 0.5s;
    opacity: 0;
}

.pricing-wrapper.is-switched.reverse-animation .is-selected {
    opacity: 1;
}

.pricing-wrapper>li {
    background-color: #e7e7e7;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    outline: 1px solid transparent;
}

.pricing-wrapper>li::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 50px;
    pointer-events: none;
    background: -webkit-linear-gradient(right, #FFFFFF, rgba(255, 255, 255, 0));
    background: linear-gradient(to left, #FFFFFF, rgba(255, 255, 255, 0));
}

.pricing-wrapper>li.is-ended::after {
    display: none;
}

.pricing-wrapper .is-visible {
    position: relative;
    z-index: 5;
}

.pricing-wrapper .is-hidden {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.pricing-wrapper .is-selected {
    z-index: 3 !important;
}

.no-js .pricing-wrapper .is-hidden {
    position: relative;
    -webkit-transform: rotateY(0);
    -moz-transform: rotateY(0);
    -ms-transform: rotateY(0);
    -o-transform: rotateY(0);
    transform: rotateY(0);
    margin-top: 16px;
}

.price {
    margin-top: 45px;
    color: #fff;
}

.pricing-header {
    position: relative;
    z-index: 1;
    height: 80px;
    padding: 16px;
    pointer-events: none;
    background-color: #3aa0d1;
    color: #FFFFFF;
}

.pricing-header h2 {
    margin-bottom: 3px;
    font-weight: 600;
    text-transform: uppercase;
}

.currency,
.value {
    font-size: 120px;
    font-weight: 300;
}

.pricing-body {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.is-switched .pricing-body {
    overflow: hidden;
}

.pricing-features {
    width: 600px;
}

.pricing-features:after {
    content: "";
    display: table;
    clear: both;
}

.pricing-features li {
    width: 100px;
    float: left;
    padding: 25px 16px;
    font-size: 56px;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.pricing-features em {
    display: block;
    margin-bottom: 5px;
    font-weight: 600;
}

.pricing-footer {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    height: 80px;
    width: 100%;
}

.pricing-footer::after {
    content: '';
    position: absolute;
    right: 16px;
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 20px;
    width: 20px;
}

.pricing-footer a {
    display: block;
    margin: 0 30px;
}

.select {
    position: relative;
    z-index: 1;
    display: block;
    height: 100%;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    color: transparent;
}

.pricing-tables-content .header {
    height: 160px;
    line-height: 280px;
}

.pricing-list {
    margin: 48px 0 0;
    padding: 0;
}

.pricing-list:after {
    content: "";
    display: table;
    clear: both;
}

.pricing-list>li {
    float: left;
    padding: 0 15px;
}

.pricing-wrapper>li::before {
    content: '';
    position: absolute;
    z-index: 6;
    left: -1px;
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 50%;
    width: 1px;
}

.pricing-wrapper>li::after {
    display: none;
}

.pricing-header {
    height: auto;
    padding: 30px;
    pointer-events: auto;
    text-align: center;
    color: #173d50;
    background-color: transparent;
}

.popular .pricing-header {
    color: #e97d68;
    background-color: transparent;
}

.pricing-header h2 {
    font-size: 1.8rem;
    margin-top: 25px;
    line-height: 1.8rem;
    color: #fd961a;
    letter-spacing: 2px;
}

.pricing-header h2 span {
    color: #e7e7e7;
    display: block;
    padding-top: 17px;
    font-weight: 400;
    font-size: 14px;
}

.value {
    font-size: 4rem;
    font-weight: 800;
}

.currency {
    font-size: 4rem;
    font-weight: 600;
}

.pricing-body {
    overflow-x: visible;
}

.pricing-features {
    width: auto;
}

.pricing-features li {
    float: none;
    width: auto;
    padding: 16px;
}

.pricing-features li:nth-of-type(2n+1) {
    background-color: rgba(23, 61, 80, 0.06);
}

.pricing-features em {
    display: inline-block;
    margin-bottom: 0;
}

.pricing-footer {
    position: relative;
    height: auto;
    padding: 30px 0;
    text-align: center;
}

.pricing-footer::after {
    display: none;
}

.select {
    position: static;
    display: inline-block;
    height: auto;
    padding: 20px 48px;
    color: #FFFFFF;
    border-radius: 2px;
    background-color: #0c1f28;
    font-size: 1.4rem;
    text-indent: 0;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.no-touch .select:hover {
    background-color: #112e3c;
}

/* Keyframes */

@-webkit-keyframes rotate {
    0% {
        -webkit-transform: perspective(2000px) rotateY(0);
    }

    70% {
        /* this creates the bounce effect */
        -webkit-transform: perspective(2000px) rotateY(200deg);
    }

    100% {
        -webkit-transform: perspective(2000px) rotateY(180deg);
    }
}

@-moz-keyframes rotate {
    0% {
        -moz-transform: perspective(2000px) rotateY(0);
    }

    70% {
        /* this creates the bounce effect */
        -moz-transform: perspective(2000px) rotateY(200deg);
    }

    100% {
        -moz-transform: perspective(2000px) rotateY(180deg);
    }
}

@keyframes rotate {
    0% {
        -webkit-transform: perspective(2000px) rotateY(0);
        -moz-transform: perspective(2000px) rotateY(0);
        -ms-transform: perspective(2000px) rotateY(0);
        -o-transform: perspective(2000px) rotateY(0);
        transform: perspective(2000px) rotateY(0);
    }

    70% {
        /* this creates the bounce effect */
        -webkit-transform: perspective(2000px) rotateY(200deg);
        -moz-transform: perspective(2000px) rotateY(200deg);
        -ms-transform: perspective(2000px) rotateY(200deg);
        -o-transform: perspective(2000px) rotateY(200deg);
        transform: perspective(2000px) rotateY(200deg);
    }

    100% {
        -webkit-transform: perspective(2000px) rotateY(180deg);
        -moz-transform: perspective(2000px) rotateY(180deg);
        -ms-transform: perspective(2000px) rotateY(180deg);
        -o-transform: perspective(2000px) rotateY(180deg);
        transform: perspective(2000px) rotateY(180deg);
    }
}

@-webkit-keyframes rotate-inverse {
    0% {
        -webkit-transform: perspective(2000px) rotateY(-180deg);
    }

    70% {
        /* this creates the bounce effect */
        -webkit-transform: perspective(2000px) rotateY(20deg);
    }

    100% {
        -webkit-transform: perspective(2000px) rotateY(0);
    }
}

@-moz-keyframes rotate-inverse {
    0% {
        -moz-transform: perspective(2000px) rotateY(-180deg);
    }

    70% {
        /* this creates the bounce effect */
        -moz-transform: perspective(2000px) rotateY(20deg);
    }

    100% {
        -moz-transform: perspective(2000px) rotateY(0);
    }
}

@keyframes rotate-inverse {
    0% {
        -webkit-transform: perspective(2000px) rotateY(-180deg);
        -moz-transform: perspective(2000px) rotateY(-180deg);
        -ms-transform: perspective(2000px) rotateY(-180deg);
        -o-transform: perspective(2000px) rotateY(-180deg);
        transform: perspective(2000px) rotateY(-180deg);
    }

    70% {
        /* this creates the bounce effect */
        -webkit-transform: perspective(2000px) rotateY(20deg);
        -moz-transform: perspective(2000px) rotateY(20deg);
        -ms-transform: perspective(2000px) rotateY(20deg);
        -o-transform: perspective(2000px) rotateY(20deg);
        transform: perspective(2000px) rotateY(20deg);
    }

    100% {
        -webkit-transform: perspective(2000px) rotateY(0);
        -moz-transform: perspective(2000px) rotateY(0);
        -ms-transform: perspective(2000px) rotateY(0);
        -o-transform: perspective(2000px) rotateY(0);
        transform: perspective(2000px) rotateY(0);
    }
}

@-webkit-keyframes rotate-back {
    0% {
        -webkit-transform: perspective(2000px) rotateY(0);
    }

    70% {
        /* this creates the bounce effect */
        -webkit-transform: perspective(2000px) rotateY(-200deg);
    }

    100% {
        -webkit-transform: perspective(2000px) rotateY(-180deg);
    }
}

@-moz-keyframes rotate-back {
    0% {
        -moz-transform: perspective(2000px) rotateY(0);
    }

    70% {
        /* this creates the bounce effect */
        -moz-transform: perspective(2000px) rotateY(-200deg);
    }

    100% {
        -moz-transform: perspective(2000px) rotateY(-180deg);
    }
}

@keyframes rotate-back {
    0% {
        -webkit-transform: perspective(2000px) rotateY(0);
        -moz-transform: perspective(2000px) rotateY(0);
        -ms-transform: perspective(2000px) rotateY(0);
        -o-transform: perspective(2000px) rotateY(0);
        transform: perspective(2000px) rotateY(0);
    }

    70% {
        /* this creates the bounce effect */
        -webkit-transform: perspective(2000px) rotateY(-200deg);
        -moz-transform: perspective(2000px) rotateY(-200deg);
        -ms-transform: perspective(2000px) rotateY(-200deg);
        -o-transform: perspective(2000px) rotateY(-200deg);
        transform: perspective(2000px) rotateY(-200deg);
    }

    100% {
        -webkit-transform: perspective(2000px) rotateY(-180deg);
        -moz-transform: perspective(2000px) rotateY(-180deg);
        -ms-transform: perspective(2000px) rotateY(-180deg);
        -o-transform: perspective(2000px) rotateY(-180deg);
        transform: perspective(2000px) rotateY(-180deg);
    }
}

@-webkit-keyframes rotate-inverse-back {
    0% {
        -webkit-transform: perspective(2000px) rotateY(180deg);
    }

    70% {
        /* this creates the bounce effect */
        -webkit-transform: perspective(2000px) rotateY(-20deg);
    }

    100% {
        -webkit-transform: perspective(2000px) rotateY(0);
    }
}

@-moz-keyframes rotate-inverse-back {
    0% {
        -moz-transform: perspective(2000px) rotateY(180deg);
    }

    70% {
        /* this creates the bounce effect */
        -moz-transform: perspective(2000px) rotateY(-20deg);
    }

    100% {
        -moz-transform: perspective(2000px) rotateY(0);
    }
}

@keyframes rotate-inverse-back {
    0% {
        -webkit-transform: perspective(2000px) rotateY(180deg);
        -moz-transform: perspective(2000px) rotateY(180deg);
        -ms-transform: perspective(2000px) rotateY(180deg);
        -o-transform: perspective(2000px) rotateY(180deg);
        transform: perspective(2000px) rotateY(180deg);
    }

    70% {
        /* this creates the bounce effect */
        -webkit-transform: perspective(2000px) rotateY(-20deg);
        -moz-transform: perspective(2000px) rotateY(-20deg);
        -ms-transform: perspective(2000px) rotateY(-20deg);
        -o-transform: perspective(2000px) rotateY(-20deg);
        transform: perspective(2000px) rotateY(-20deg);
    }

    100% {
        -webkit-transform: perspective(2000px) rotateY(0);
        -moz-transform: perspective(2000px) rotateY(0);
        -ms-transform: perspective(2000px) rotateY(0);
        -o-transform: perspective(2000px) rotateY(0);
        transform: perspective(2000px) rotateY(0);
    }
}



@media only screen and (max-width: 992px) {

    .sta-bg .sta ul li {
        display: block;
        padding: 20px 0px 20px 0px;
        text-align: center;
    }

    .depo-bg .lastFiveDetails table {
        margin-bottom: 40px;
    }

    .foot-bg1 .footerBottom .footerBottomLeft,
    .foot-bg1 .footerBottom .footerBottomRight {
        text-align: center;
    }

    .foot-bg1 .footerBottom {
        padding-top: 15px;
        padding-bottom: 10px;
    }

    .plan-bg .plan .planoner .plaonecont1 .plaoneleft {
        font-family: 'Oswald', sans-serif;
        font-size: 50px;
        font-weight: bold;
        color: #6610f2;
        margin: 12px 0px 59px 188px;
    }
}

@media only screen and (max-width: 666px) {

    .plan-bg .plan .planoner .plaonecont1 .plaoneleft {
        font-family: 'Oswald', sans-serif;
        font-size: 50px;
        font-weight: bold;
        color: #6610f2;
        margin: 20px 0px 45px 153px;
    }

}

@media only screen and (max-width: 579px) {


    .why-bg .why-head {
        padding: 32px 0px 30px 0px;
        text-align: center;
    }

    .about-bg .about-head {

        padding: 32px 0px 30px 0px;
        text-align: center;
    }

    .plan-bg .plan-head {

        padding: 32px 0px 30px 0px;
        text-align: center;
    }

    .plan-bg .plan .planoner .plaonecont1 .plaoneleft {
        font-family: 'Oswald', sans-serif;
        font-size: 50px;
        font-weight: bold;
        color: #6610f2;
        margin: 14px 0px 53px 102px;
    }

    .refer-bg .refer-head {

        padding: 32px 0px 30px 0px;
        text-align: center;
    }

    .advan-bg .advan-head {

        padding: 32px 0px 30px 0px;
        text-align: center;
    }

    .sta-bg .sta-head {

        padding: 32px 0px 30px 0px;
        text-align: center;
    }

}

@media only screen and (max-width: 471px) {


    .plan-bg .plan .planoner .plaonecont1 .plaoneleft {
        font-family: 'Oswald', sans-serif;
        font-size: 50px;
        font-weight: bold;
        color: #6610f2;
        margin: -5px 0px 39px 60px;
    }
}

@media only screen and (max-width:392px) {


    .plan-bg .plan .planoner .plaonecont1 .plaoneleft {
        font-family: 'Oswald', sans-serif;
        font-size: 50px;
        font-weight: bold;
        color: #6610f2;
        margin: -5px 0px 39px 20px;
    }
}

.whatsapp {
    top: 90%;
}


.whatsapp {
    position: fixed;
    z-index: 900;
    width: 45px;
    left: 1%;
    border: none;
}

#google_translate_element {

    color: transparent;
}

#google_translate_element a {

    display: none;
}

select.google_translate_element {

    color: black;
}

div.goog-te-gadget {

    color: transparent;
}

div.goog-te-gadget {

    color: transparent !important;
}

.goog-te-gadget .goog-te-combo {

    margin: 0px 0 !important;
    padding: 8px 10px;
    background: #7423fe;
    border: 1px solid #7423fe;
    color: #ffffff;
    border-radius: 5px;
    cursor: pointer;
    font-weight: 600;
    outline: none;
    font-family: 'Rajdhani', sans-serif;
    font-size: 15px;
}


#notification-1 {
    bottom: 10%;
    left: 5%;
    border-radius: 0;
    box-shadow: none;
}

#notification-1 .notification-close {
    font-size: 24px;
    color: #ffffff;
}

#notification-1 .notification-img {
    width: 60px;
    background: rgba(0, 0, 0, 0.75);
    border-radius: 0 0 0 0;
    border-top: none;
    border-bottom: none;
    border-left: none;
}

#notification-1 .notification-img img {
    width: 40pxpx;
}

#notification-1 .notification-img span {
    font-size: 40px;
    color: #ffffff;
}

#notification-1 .notification-text-block {
    background: rgba(0, 0, 0, 0.75);
    width: 200px;
    height: auto;
    border-radius: 0 0 0 0;
    border-top: none;
    border-bottom: none;
    border-right: none;
}

#notification-1 .notification-title {
    font-family: inherit;
    font-size: 16px;
    font-weight: bolder;
    font-style: normal;
    line-height: 32px;
    text-align: left;
    color: #ffffff;
}

#notification-1 .notification-text {
    font-family: inherit;
    font-size: 14px;
    line-height: 18px;
    color: #ffffff;
}

.pricing-card {
    background-color: #000;
    padding: 15px 10px;
    border-radius: 15px;
    margin-bottom: 5px;
}


.pre-loader {
    background: #ffffff;
    background-position: center center;
    background-size: 13%;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 12345;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.pre-loader .loader-logo {
    padding-bottom: 15px;
}

.pre-loader .loader-progress {
    height: 8px;
    border-radius: 15px;
    max-width: 200px;
    margin: 0 auto;
    display: block;
    background: #ecf0f4;
    overflow: hidden;
}

.pre-loader .bar {
    width: 0%;
    height: 8px;
    display: block;
    background: #1b00ff;
}

.pre-loader .percent {
    text-align: center;
    font-size: 24px;
    display: none;
}

.pre-loader .loading-text {
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    padding-top: 15px;
}

.item {
    background-color: #000;
    width: auto !important;
    height: 70vh !important;
    overflow: hidden;
    max-height: 450px;
}
.item>img{
    min-height: 100%;
}

@media (min-width:320px)  { 
    /* smartphones, iPhone, portrait 480x320 phones */ 
    .item {
        height: 50vh !important;
        overflow: hidden;
        width: 100%;
    }
}
@media (min-width:420px)  { 
    /* smartphones, iPhone, portrait 480x320 phones */ 
    .item>img{
        width: auto;
        min-height: 100%;
    }
}
@media (max-width:320px)  { 
    /* smartphones, iPhone, portrait 480x320 phones */ 
}

.carousel-caption>.d1 {
    font-family: "Poppins", sans-serif;
    text-transform: uppercase;
    transition: none 0s ease 0s;
    text-align: center;
    line-height: 30px;
    border-width: 0px;
    margin: 0px;
    padding: 0px;
    letter-spacing: 0px;
    font-weight: 700;
    font-size: 25px;
}

.carousel-caption>.d1>span {
    padding: 0px 10px 0px 0px;
    transition: none 0s ease 0s;
    text-align: left;
    line-height: 30px;
    border-width: 0px;
    margin: 0px;
    letter-spacing: 0px;
    font-weight: 700;
    font-size: 25px;
}

.carousel-caption>span {
    font-family: "Poppins", sans-serif;
    transition: none 0s ease 0s;
    text-align: left;
    line-height: 30px;
    border-width: 0px;
    margin: 0px;
    padding: 0px;
    letter-spacing: 0px;
    font-weight: 500;
    font-size: 16px;
}

.float-btn {
    position: absolute;
    margin-top: -30px;
    justify-content: center;
    display: flex;
    width: 100%;
}

.modal-backdrop {
    z-index: auto;
}

.text-primary {
    color: #0800FF;
}

.login_top_box {
    padding: 5px 20px;
    width: 100%;
    height: fit-content;
    display: flex;
    background-color: #ececec;
}

.main-container {
    background-color: #0b0904;
    padding-top: 35px;
    padding-bottom: 35px;
    border-bottom-right-radius: 140px;
    border-bottom-left-radius: 140px;
}
.top-space{
    min-height: 0px;
    background-color: #000;
}

@media only screen and (min-width:720px) {
    .login_top_box {
        padding: 15px 20px;
    }
    .top-space{
        min-height: 130px;
        background-color: #000;
    }
}

.btn-secondary{
    background-color: #acacac;
    color: #000;
}

.w-100{
    width: 100%;
}
.modal-header{
    background-color: #037BA8;
}

@media (min-width:320px)  { /* smartphones, iPhone, portrait 480x320 phones */ }
@media (min-width:481px)  { /* portrait e-readers (Nook/Kindle), smaller tablets @ 600 or @ 640 wide. */ }
@media (min-width:641px)  { /* portrait tablets, portrait iPad, landscape e-readers, landscape 800x480 or 854x480 phones */ }
@media (min-width:961px)  { /* tablet, landscape iPad, lo-res laptops ands desktops */ }
@media (min-width:1025px) { /* big landscape tablets, laptops, and desktops */ }
@media (min-width:1281px) { /* hi-res laptops and desktops */ }

