/*
font-family: 'Poppins', sans-serif;
font-family: 'DIN Pro Regular';
font-family: "Consolas";

light - 300
regular - 400
medium - 500
semi-bold  - 600
bold - 700
extra-bold - 800
black - 900
*/

@font-face {
    font-family: 'DIN Pro Regular';
    font-style: normal;
    font-weight: normal;
    src: local('../fonts/DIN Pro Regular'), url('../fonts/DINPro.woff') format('woff');
    }

@font-face {font-family: "Consolas";
  src: url("../fonts/1db29588408eadbd4406aae9238555eb.eot"); /* IE9*/
  src: url("../fonts/1db29588408eadbd4406aae9238555ebd41d.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
  url("../fonts/1db29588408eadbd4406aae9238555eb.woff2") format("woff2"), /* chrome、firefox */
  url("../fonts/1db29588408eadbd4406aae9238555eb.woff") format("woff"), /* chrome、firefox */
  url("../fonts/1db29588408eadbd4406aae9238555eb.ttf") format("truetype"), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
  url("../fonts/1db29588408eadbd4406aae9238555eb.svg#Consolas") format("svg"); /* iOS 4.1- */
}

body {
	
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: #fff;
	background: #04110f url(../images/plan-bg.jpg) no-repeat top center;
    background-size: cover;
    background-attachment: fixed;
}

a {
	
	cursor:pointer !important;
	text-decoration:none !important;
}



.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;
  }
}
.rotating {
	-webkit-animation: rotating 3s linear infinite;
	animation: rotating 3s linear infinite;
}
.rotating.fast {
	-webkit-animation: rotating 0.5s linear infinite;
	animation: rotating 0.5s linear infinite;
}

@-webkit-keyframes rotating {
    from{
        -webkit-transform: rotate(0deg);
    }
    to{
        -webkit-transform: rotate(360deg);
    }
}

@-moz-keyframes rotating {
    from{
        -moz-transform: rotate(0deg);
    }
    to{
        -moz-transform: rotate(360deg);
    }
}



.banner-bg {
	
    background: #111111 url(../images/banner-bg.jpg) no-repeat top center;
    background-size: cover;
    min-height: 750px;
    padding: 0px 0px 0px;
}

.top-bg {
	
    background:transparent;
    background-size: cover;
    padding: 0px 0px 0px 0px;
}

.top-bg .top {

    padding: 20px 0px 0px 0px;
}

.top-bg .top .top-soci {

    padding: 0px 0px 0px 0px;
	float:right;
}

.top-bg .top .top-soci span {
	
    font-family: 'DIN Pro Regular';
    font-size: 14px;
    font-weight: 400;
    color: #dbe3e2;
    bottom: 6px;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
}

.top-bg .top .top-soci a {
	
	padding: 0px 3px;
}

.top-bg .top .top-soci a i {
	
    font-size: 12px;
    color: #83a09b;
    background: transparent;
    width: 26px;
    height: 26px;
    padding: 3px;
}

.top-bg .top .top-soci a i:hover {
	
	color: #00d4b1;
}

.hi-icon {
	
	display: inline-block;
	font-size: 0px;
	cursor: pointer;
	width: 90px;
	height: 90px;
	border-radius: 50%;
	text-align: center;
	position: relative;
	z-index: 1;
	color: #fff;
}

.hi-icon:after {
	
	pointer-events: none;
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	content: '';
	-webkit-box-sizing: content-box; 
	-moz-box-sizing: content-box; 
	box-sizing: content-box;
}

.hi-icon:before {
	
	speak: none;
    font-size: 20px;
    line-height: 20px;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    display: block;
    -webkit-font-smoothing: antialiased;
}

.hi-icon {
	
	overflow: hidden;
	-webkit-transition: background 0.3s, color 0.3s, box-shadow 0.3s;
	-moz-transition: background 0.3s, color 0.3s, box-shadow 0.3s;
	transition: background 0.3s, color 0.3s, box-shadow 0.3s;
}

.hi-icon:after {
	
	display: none;
}

.hi-icon:hover {
	
}
.hi-icon:hover:before {
	
	-webkit-animation: toTopFromBottom 0.5s forwards;
	-moz-animation: toTopFromBottom 0.5s forwards;
	animation: toTopFromBottom 0.5s forwards;
}

@-webkit-keyframes toTopFromBottom {
	49% {
		-webkit-transform: translateY(-100%);
	}
	50% {
		opacity: 0;
		-webkit-transform: translateY(100%);
	}
	51% {
		opacity: 1;
	}
}
@-moz-keyframes toTopFromBottom {
	49% {
		-moz-transform: translateY(-100%);
	}
	50% {
		opacity: 0;
		-moz-transform: translateY(100%);
	}
	51% {
		opacity: 1;
	}
}
@keyframes toTopFromBottom {
	49% {
		transform: translateY(-100%);
	}
	50% {
		opacity: 0;
		transform: translateY(100%);
	}
	51% {
		opacity: 1;
	}
}

header {
	
    width: 100%;
    background:transparent;
    background-size: cover;
    padding: 20px 0px 20px 0px;
	border-bottom: 1px solid #303030;
}

header .navbar-inverse { 

	margin:0; 
	min-height:auto; 
	border-radius:0; 
	border:0;
	background:none;
}
 
header .navbar-collapse {
	
	 padding:0;
}

header .navbar-right {
	
	margin: 0;
	margin-right: 0px;
	border-bottom: 1px solid transparent;
}

header .navbar-inverse .navbar-nav > li { 

	padding:12px 16px;
	display:inline-block; 
	vertical-align:middle; 
	float:none;
}

header .navbar-inverse .navbar-nav > li > a { 
   
	font-size: 16px;
    color: #dbe3e2;
	font-weight:600;
    text-transform:capitalize;
    transition: .3s;
    vertical-align: middle;
    padding: 0px 0px 0px 0px;
	font-family: 'DIN Pro Regular';
}
	
header .navbar-inverse .navbar-nav > li > a:hover { 

	transition:.3s; 
	color:#00d4b1;
}

header .navbar-inverse .navbar-nav > li .btn { 

	height:43px;
	line-height:40px; 
	padding:0 20px !important;
}

header .navbar-inverse .navbar-header {
	
	padding: 0;
}

header .navbar-inverse .navbar-header a { 

	display:inline-block; 
}

/*header .navbar-inverse .navbar-header a img { 
	display:inline-block;
	transform-origin: 100% 0;
}

header .navbar-inverse .navbar-header a img:hover{
	
		animation-name: wobble-bottom;
		animation-duration: 1s;
		animation-timing-function: ease-in-out;
		animation-iteration-count: 1;
}*/

@keyframes wobble-bottom {
	16.65% {
		transform: skew(-12deg);
	}

	33.3% {
		transform: skew(10deg);
	}

	49.95% {
		transform: skew(-6deg);
	}

	66.6% {
		transform: skew(4deg);
	}

	83.25% {
		transform: skew(-2deg);
	}

	100% {
		transform: skew(0);
	}
}

header .navbar-inverse .navbar-nav > li.btn_menu {
	
	
	padding: 17px 3px;
}
header .navbar-inverse .navbar-nav > li a.btn.btn-primary { 

	min-width:128px; 
	height:43px; 
	line-height:43px; 
	box-shadow:none;
}

.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
	
    border-color: #00d4b1 !important;
}

header .head-but {
	
	padding: 10px 28px !important;
    display: inline-block !important;
    border-radius: 0px;
	text-transform: uppercase !important;
	color: #000 !important;
	background: #00d4b1;
	transition:0.7s;
}

header .head-but:hover {
	
	background: #34b2e3 !important;
    box-shadow: 0 0px 10px 0px #34b2e3;
    color: #fff !important;
    transition: 0.7s !important;
}

.banner-bg .banner {
	
	padding: 0px 0px 0px;
}

.banner-bg .banner .banner-text {
	
	padding: 100px 0px 30px;
}

.banner-bg .banner .banner-text h2 {
	
	font-family: 'DIN Pro Regular';
    font-size: 46px;
    font-weight: 800;
    color: #afb6b5;
    margin: 0px 0px 0px 0px;
    line-height: 60px;
}

.banner-bg .banner .banner-text p {
	
	font-family: 'DIN Pro Regular';
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
    margin: 30px 0px 0px 0px;
}

.banner-bg .banner .banner-but {
	
	padding: 0px 0px 30px;
}

.banner-bg .banner .banner-but a {
	
	font-family: 'DIN Pro Regular';
    font-size: 20px;
	font-weight:400;
	color: #087667;
	width:160px;
    background: transparent url(../images/btn-arrow1.png) no-repeat 10% 50%;
    padding-left:46px;
    margin: 0px 0px;
    transition: all 500ms;
	display: inline-block;
}

.banner-bg .banner .banner-but a:hover {
	
	background: url(../images/btn-arrow2.png) no-repeat 88% 50%;
    color: #00d4b1;
    padding-left: 22px;
    transition: all 500ms;
}

.banner-bg .banner .banner-video {
	
	padding: 0px 0px 30px;
}

.banner-bg .banner .banner-img {
	
	padding: 0px 0px 0px;
}

.banner-bg .banner .banner-video a {
	
    background: url(../images/sign-img.png) no-repeat top center;
    background-size: cover;
    width: 305px;
    height: 118px;
    display: inline-block;
    padding: 0px 10px;
    text-align: left;
}

.banner-bg .banner .banner-video a p {
	
	font-family: 'DIN Pro Regular';
    font-size: 26px;
	font-weight:400;
	color: #0bdfac;
	margin: 40px 0px 0px 0px;
}

.banner-bg .banner .banner-video a span {
	
	font-family: 'DIN Pro Regular';
    font-size: 16px;
	font-weight:400;
	color: #fff;
}

.gt-start-earning-anim-m1 {
	
    width: 300px;
    position: absolute;
    left: 190px;
    right: 0;
    margin: 0 auto;
    top: 130px;
    z-index: 1;
}

.gt-start-earning-anim-m2 {
	
    width:260px;
    position: absolute;
    left: -240px;
    right: 0;
    margin: 0 auto;
    top: 120px;
    z-index: 1;
}

.gt-start-earning-anim-m3 {
	
    width: 71px;
    position: absolute;
    left: -290px;
    right: 0;
    margin: 0 auto;
    top: 140px;
    z-index: 1;
}

.gt-start-earning-anim-m4 {
	
    width: 251px;
    position: absolute;
    left: 0px;
    right: 0;
    margin: 0 auto;
    top: 240px;
    z-index: 1;
}

.ad-2-5 {
	
    animation-duration: 2.5s !important;
}

.ad-4-5 {
	
    animation-duration:3s !important;
}

.ad-3 {
	
    animation-duration: 2s !important;
}

.ad-3-5 {
	
    animation-duration: 3.5s !important;
}

.floater-2 {
	
    -webkit-animation: floater-2 infinite 4s ease-in-out;
    -moz-animation: floater-2 infinite 4s ease-in-out;
    animation: floater-2 infinite 4s ease-in-out;
    animation-fill-mode: forwards;
}

.rain {
	
    -webkit-animation: rain infinite 2s ease-in-out;
    -moz-animation: rain infinite 2s ease-in-out;
    animation: rain infinite 2s ease-in-out;
    animation-fill-mode: forwards;
}

.gt-transparency-anim-rain-1 {
	
    width: 100%;
    position: absolute;
    left: 0;
    top: -60px;
}

.gt-transparency-anim-rain-2 {
	
    width: 100%;
    position: absolute;
    left: 0;
    top: -60px;
}

.gt-transparency-anim-cloud-1 {
	
    width: 190px;
    position: absolute;
    left: 240px;
    top: 0px;
}

.gt-transparency-anim-cloud-2 {
	
    width: 100px;
    position: absolute;
    left: 420px;
    top: 90px;
}

.gt-transparency-anim-cloud-3 {
	
    width: 237px;
    position: absolute;
    right: 188px;
    top: 300px;
}

.cloudmove-1 {
	
    -webkit-animation: cloudmove-1 infinite 5s ease-in-out;
    -moz-animation: cloudmove-1 infinite 5s ease-in-out;
    animation: cloudmove-1 infinite 5s ease-in-out;
    animation-fill-mode: forwards;
}

.cloudmove-2 {
	
    -webkit-animation: cloudmove-2 infinite 4s ease-in-out;
    -moz-animation: cloudmove-2 infinite 4s ease-in-out;
    animation: cloudmove-2 infinite 4s ease-in-out;
    animation-fill-mode: forwards;
}

.cloudmove-3 {
	
    -webkit-animation: cloudmove-3 infinite 6s ease-in-out;
    -moz-animation: cloudmove-3 infinite 6s ease-in-out;
    animation: cloudmove-3 infinite 6s ease-in-out;
    animation-fill-mode: forwards;
}

@-webkit-keyframes floater {0% {transform: translate3d(0px, 0px, 0px);}50% {transform: translate3d(0px, -20px, 0px);}100% {transform: translate3d(0px, 0px, 0px);}}
@keyframes floater {0% {transform: translate3d(0px, 0px, 0px);}50% {transform: translate3d(0px, -20px, 0px);}100% {transform: translate3d(0px, 0px, 0px);}}

@-webkit-keyframes floater-2 {0% {transform: translate3d(0px, 0px, 0px);}50% {transform: translate3d(0px, -10px, 0px);}100% {transform: translate3d(0px, 0px, 0px);}}
@keyframes floater-2 {0% {transform: translate3d(0px, 0px, 0px);}50% {transform: translate3d(0px, -10px, 0px);}100% {transform: translate3d(0px, 0px, 0px);}}

@-webkit-keyframes cloudmove-1 {0% {transform: translate3d(-50px, 40px, 0px);}50% {transform: translate3d(0px, 0px, 0px);}100% {transform: translate3d(-50px, 40px, 0px);}}
@keyframes cloudmove-1 {0% {transform: translate3d(-50px, 40px, 0px);}50% {transform: translate3d(0px, 0px, 0px);}100% {transform: translate3d(-50px, 40px, 0px);}}

@-webkit-keyframes cloudmove-2 {0% {transform: translate3d(40px, 20px, 0px);}50% {transform: translate3d(0px, 0px, 0px);}100% {transform: translate3d(40px, 20px, 0px);}}
@keyframes cloudmove-2 {0% {transform: translate3d(40px, 20px, 0px);}50% {transform: translate3d(0px, 0px, 0px);}100% {transform: translate3d(40px, 20px, 0px);}}

@-webkit-keyframes cloudmove-3 {0% {transform: translate3d(40px, 20px, 0px);}50% {transform: translate3d(0px, 0px, 0px);}100% {transform: translate3d(40px, 20px, 0px);}}
@keyframes cloudmove-3 {0% {transform: translate3d(-50px, 40px, 0px);}50% {transform: translate3d(0px, 0px, 0px);}100% {transform: translate3d(-50px, 40px, 0px);}}

@-webkit-keyframes rain {0% {transform:translateY(0);opacity: 0;}50% {opacity: 1;}100% {transform:translateY(100px);opacity: 0;}}
@keyframes rain {0% {transform:translateY(0);opacity: 0;}50% {opacity: 1;}100% {transform:translateY(100px);opacity: 0;}}

@-webkit-keyframes cloudmove {0% {transform: translate3d(0px, 0px, 0px);}100% {transform: translate3d(800px, 0px, 0px);}}
@keyframes cloudmove {0% {transform: translate3d(0px, 0px, 0px);}100% {transform: translate3d(800px, 0px, 0px);}}

.banner-bg .banner .banner-bilnk {
	
	padding: 0px 0px 0px;
}

.banner-bg .banner .banner-bilnk .blickBl {
	
    right: 0px;
    top: -20px;
    left: auto;
}

.blickBl {
	
    background: url(../images/banner-bilink.png);
	background-size:cover;
    position: absolute;
    width: 600px;
    height: 600px;
    left: 190px;
    bottom: -191px;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-duration: 4s;
    animation-name: blick;
}

@keyframes blick {
    0% {
        -webkit-transform: scale(0.3);
        -moz-transform: scale(0.3);
        -o-transform: scale(0.3);
        transform: scale(0.3);
        opacity: 0;
    }
    20% {
        opacity: 1;
    }
    80% {
        -moz-transform: scale(.8);
        -o-transform: scale(.8);
        transform: scale(.8);
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

.plan-bg {
	
    background: #04110f url(../images/plan-bg.jpg) no-repeat top center;
    background-attachment: fixed;
    background-size: cover;
    padding: 30px 0px 0px;
	position:relative;
	overflow:hidden;
    -webkit-animation: slidein 15s;
    animation: slidein 15s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
}

@-webkit-keyframes slidein {
from {background-position: top; background-size:2000px; }
to {background-position: -100px 0px;background-size:2000px;}
}

@keyframes slidein {
from {background-position: top;background-size:2000px; }
to {background-position: -100px 0px;background-size:2000px;}

}

.plan-bg .plan-head {
	
	padding:30px 0px 0px;
	text-align:center;
}

.plan-bg .plan-head span {
	
	font-family: "Consolas";
	font-size:20px;
	font-weight:500;
	color:#0bdfac;
	background:#05353d;
	position: relative;
    text-transform: uppercase;
    padding: 6px 15px;
}

.plan-bg .plan-head span::before {
	
    content: "";
    width: 10px;
    height: 10px;
    border-right: 2px solid #0bdfac;
    border-top: 2px solid #0bdfac;
    right: 0;
    top: 0;
    position: absolute;
}

.plan-bg .plan-head span::after {
	
    content: "";
    width: 10px;
    height: 10px;
    border-left: 2px solid #0bdfac;
    border-bottom: 2px solid #0bdfac;
    left: 0;
    bottom: 0;
    position: absolute;
}

.plan-bg .plan-head h2 {
	
    font-family: 'DIN Pro Regular';
    font-size: 60px;
    font-weight: 600;
    color: #fff;
    margin: 20px 0px 0px 0px;
}

.plan-bg .plan {
	
	padding: 30px 0px 0px;
}

.plan-bg .owl-carousel {
	
	
}

.plan-bg .plan .plan-main {
	
    padding: 40px 0px 0px;
    width: 40%;
    float: left;
}

.plan-bg .plan .plan-img {
	
    padding: 60px 0px 0px;
	margin:0px 0px 0px -90px;
    display: block;
    position: relative;
    max-width: 500px;
    width: 100%;
    float: left;
}

.plan-bg .plan .plan-img img {
	
	max-width: 770px;
}

.plan-bg .plan .planbg {
	
	padding: 30px 0px 30px;
}

.plan-bg .plan .planbg .plan-num {
	
    float: left;
    width: 20%;
    padding: 53px 0px 0px;
    position: relative;
    left: 52px;
}

.plan-bg .plan .planbg .plan-no1 {
	
    position: relative;
    background: #0e2b26;
    width: 56px;
    height:56px;
    line-height: 56px;
	text-align:center;
}

.plan-bg .plan .planbg .plan-no2 {
	
	position:relative;
}

.plan-bg .plan .planbg .plan-no1::before {
	
    content: "";
    border-top: 2px solid #0bdfac;
    border-bottom: 2px solid #0bdfac;
    position: absolute;
    transition: all .2s linear;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 15px;
}

.plan-bg .plan .planbg .plan-no1::after {
	
	content: "";
    border-left: 2px solid #0bdfac;
    border-right: 2px solid #0bdfac;
    position: absolute;
    transition: all .2s linear;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 15px;
}

.plan-bg .plan .planbg .plan-no2::before {
	
    content: "";
    border-top: 2px solid #0bdfac;
    border-bottom: 2px solid #0bdfac;
    position: absolute;
    transition: all .2s linear;
    right: 0;
    top: 0;
    bottom: 0;
    width: 15px;
}

.plan-bg .plan .planbg .plan-no2::after {
	
    content: "";
    border-left: 2px solid #0bdfac;
    border-right: 2px solid #0bdfac;
    position: absolute;
    transition: all .2s linear;
    left: 0;
    right: 0;
    bottom: 0;
    height: 15px;
}

.plan-bg .plan .planbg .plan-no1 span {
	
	font-family: "Consolas";
	font-size:30px;
	font-weight:600;
	color:#f0f4dc;
}

.plan-bg .plan .planbg .planbg1 {
	
    float: left;
    width: 70%;
    padding: 0px 0px 0px;
    margin: 0px 0px 20px 24px;
}

.plan-bg .plan .planbg .planbg2 {
	
	position: relative;
    background: #0e2b26;
    height:180px;
}

.plan-bg .plan .planbg .planbg2::before {
	
    content: "";
    border-top: 2px solid #0bdfac;
    border-bottom: 2px solid #0bdfac;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 15px;
	-webkit-animation: blink2 .3s linear;
	-moz-animation: blink2 .3s linear;
	-ms-animation: blink2 .3s linear;
	-o-animation: blink2 .3s linear;
	animation: blink2 .3s linear;
}

.plan-bg .plan .planbg:hover .planbg2::before {
	
	-webkit-animation: blink .3s linear;
	-moz-animation: blink .3s linear;
	-ms-animation: blink .3s linear;
	-o-animation: blink .3s linear;
	animation: blink .3s linear;
	visibility: visible;
}

.plan-bg .plan .planbg .planbg2::after {
	
	content: "";
    border-left: 2px solid #0bdfac;
    border-right: 2px solid #0bdfac;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 15px;
	-webkit-animation: blink2 .3s linear;
	-moz-animation: blink2 .3s linear;
	-ms-animation: blink2 .3s linear;
	-o-animation: blink2 .3s linear;
	animation: blink2 .3s linear;
}

.plan-bg .plan .planbg:hover .planbg2::after {
	
	-webkit-animation: blink .3s linear;
	-moz-animation: blink .3s linear;
	-ms-animation: blink .3s linear;
	-o-animation: blink .3s linear;
	animation: blink .3s linear;
	visibility: visible;
}

@-webkit-keyframes blink { 
	0% {opacity: 1;}
	50%{opacity:0;}
	70%{opacity:1;}
	100%{opacity:0;}
 }

 @-moz-keyframes blink { 
   0% {opacity: 1;}
	50%{opacity:0;}
	70%{opacity:1;}
	100%{opacity:0;}
 }

 @keyframes blink { 
	0% {opacity: 1;}
	50%{opacity:0;}
	70%{opacity:1;}
	100%{opacity:0;}
 }

 @-webkit-keyframes blink2 { 
   0% {opacity: 0;}
	50%{opacity:1;}
	70%{opacity:0;}
	100%{opacity:1;}
 }

 @-moz-keyframes blink2 { 
   0% {opacity: 0;}
	50%{opacity:1;}
	70%{opacity:0;}
	100%{opacity:1;}
 }

 @keyframes blink2 { 
	0% {opacity: 0;}
	50%{opacity:1;}
	70%{opacity:0;}
	100%{opacity:1;}
 }

.plan-bg .plan .planbg .planbg3 {
	
	
}

.plan-bg .plan .planbg .planbg3::before {
	
    content: "";
    border-top: 2px solid #0bdfac;
    border-bottom: 2px solid #0bdfac;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 15px;
	-webkit-animation: blink2 .3s linear;
	-moz-animation: blink2 .3s linear;
	-ms-animation: blink2 .3s linear;
	-o-animation: blink2 .3s linear;
	animation: blink2 .3s linear;
}

.plan-bg .plan .planbg .planbg3::after {
	
    content: "";
    border-left: 2px solid #0bdfac;
    border-right: 2px solid #0bdfac;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 15px;
	-webkit-animation: blink2 .3s linear;
	-moz-animation: blink2 .3s linear;
	-ms-animation: blink2 .3s linear;
	-o-animation: blink2 .3s linear;
	animation: blink2 .3s linear;
}

.plan-bg .plan .planbg:hover .planbg3::after {
	
	-webkit-animation: blink .3s linear;
	-moz-animation: blink .3s linear;
	-ms-animation: blink .3s linear;
	-o-animation: blink .3s linear;
	animation: blink .3s linear;
	visibility: visible;
}

.plan-bg .plan .planbg:hover .planbg3::before {
	
	-webkit-animation: blink .3s linear;
	-moz-animation: blink .3s linear;
	-ms-animation: blink .3s linear;
	-o-animation: blink .3s linear;
	animation: blink .3s linear;
	visibility: visible;
}

.plan-bg .plan .planbg .plan-name {
	
	padding:15px 0px 0px 20px;
}

.plan-bg .plan .planbg .plan-name h2 {
	
    font-family: 'DIN Pro Regular';
    font-size: 25px;
    font-weight: 400;
    color: #ffffff;
    margin: 0px 0px 0px 0px;
}

.plan-bg .plan .planbg .plan-left {
	
	padding:0px 0px 0px 20px;
	float:left;
	width:51%;
}

.plan-bg .plan .planbg .plan-left .plan-per {
	
	padding:15px 0px 0px 0px;
}

.plan-bg .plan .planbg .plan-left .plan-per h2 {
	
	font-family: 'DIN Pro Regular';
    font-size: 40px;
    font-weight: 800;
    color: #00d4b1;
    margin: 0px 0px 0px 0px;
}

.plan-bg .plan .planbg .plan-left .plan-per h2 span {
	
	font-size: 15px;
    font-weight: 400;
    color: #ffffff;
    margin: 4px 0px 0px 10px;
    float: right;
    line-height: 18px;
}

.plan-bg .plan .planbg .plan-left .plan-min {
	
	padding:10px 0px 0px 0px;
}

.plan-bg .plan .planbg .plan-left .plan-min p {
	
	font-family: 'DIN Pro Regular';
    font-size: 15px;
    font-weight: 400;
    color: #00d4b1;
    margin: 0px 0px 0px 0px;
}

.plan-bg .plan .planbg .plan-left .plan-min h4 {
	
	font-family: 'DIN Pro Regular';
	font-size: 22px;
    font-weight: 400;
    color: #ffffff;
    margin: 4px 0px 0px 0px;
}

.plan-bg .plan .planbg .plan-right {
	
    padding: 0px 0px 0px 0px;
    float: right;
    width: 38%;
}

.plan-bg .plan .planbg .plan-right .plan-days {
	
	padding:10px 0px 0px 0px;
}

.plan-bg .plan .planbg .plan-right .plan-days p {
	
	font-family: 'DIN Pro Regular';
    font-size: 15px;
    font-weight: 400;
    color: #00d4b1;
    margin: 0px 0px 0px 0px;
}

.plan-bg .plan .planbg .plan-right .plan-days h4 {
	
	font-family: 'DIN Pro Regular';
	font-size: 18px;
    font-weight: 400;
    color: #ffffff;
    margin: 4px 0px 0px 0px;
}

.plan-bg .plan .planbg .plan-right .plan-ins {
	
	padding:10px 0px 0px 0px;
}

.plan-bg .plan .planbg .plan-right .plan-ins p {
	
	font-family: 'DIN Pro Regular';
    font-size: 15px;
    font-weight: 400;
    color: #00d4b1;
    margin: 0px 0px 0px 0px;
}

.plan-bg .plan .planbg .plan-right .plan-ins h4 {
	
	font-family: 'DIN Pro Regular';
	font-size: 18px;
    font-weight: 400;
    color: #ffffff;
    margin: 4px 0px 0px 0px;
}

.plan-bg .plan-cal {
	
	float: right;
    padding: 30px 0px 0px 0px;
    position: absolute;
    top: 220px;
    right: 0;
	width:280px;
}

.plan-bg .plan-cal h2 {
	
	font-family: 'DIN Pro Regular';
    font-size: 24px;
	font-weight:600;
	color: #ffffff;
	margin:0px 0px 20px 0px;
	text-transform:capitalize; 
}

.plan-bg .plan-cal .plan-calbg {
	
	padding: 20px 0px 20px;
    margin: 0px 0px 0px 0px;
    position: relative;
    z-index: 11111;
    background: #00dfff0a;
    border: 1px solid #0c3e3c;
}

.plan-bg .plan-cal .plan-calbg .cal1 {
	
    padding: 20px 0px 10px;
    margin: 40px 0px 40px 10px;
    background: transparent;
    border: 1px solid #0c3e3c;
    border-radius: 5px;
    width: 92%;
}

.plan-bg .plan-cal .plan-calbg .cal1 p {
	
	font-family: 'DIN Pro Regular';
    font-size: 18px;
    font-weight: 400;
    color: #00d4b1;
    margin: -34px 0px 0px 10px;
    position: relative;
    z-index: 99999;
}

.plan-bg .plan-cal .plan-calbg .cal1 select {
	
	width: auto;
    height: 26px;
    background: #0f1d22;
    border: 1px solid transparent;
    text-align: left;
    font-family: 'DIN Pro Regular';
    font-weight: 500;
    font-size: 16px;
    color: #fff;
    outline: none;
    border-radius: 0px;
    padding: 0px 0px 0px 10px;
}

.plan-bg .plan-cal .plan-calbg .cal1 input {
	
	width: auto;
    height: 26px;
    background: transparent;
    border: 1px solid transparent;
    text-align: left;
    font-family: 'DIN Pro Regular';
    font-weight: 500;
    font-size: 16px;
    color: #fff;
    outline: none;
    border-radius: 10px;
    padding: 0px 0px 0px 10px;
}

.sta-bg {
	
    background: #111111 url(../images/sta-bg.jpg) no-repeat top center;
    background-size: cover;
    padding: 30px 0px 30px;
	position:relative;
	overflow:hidden;
}

.sta-bg .sta-head {
	
	padding:30px 0px 30px;
	text-align:center;
}

.sta-bg .sta-head span {
	
	font-family: "Consolas";
	font-size:20px;
	font-weight:500;
	color:#0bdfac;
	background:#05353d;
	position: relative;
    text-transform: uppercase;
    padding: 6px 15px;
}

.sta-bg .sta-head span::before {
	
    content: "";
    width: 10px;
    height: 10px;
    border-right: 2px solid #0bdfac;
    border-top: 2px solid #0bdfac;
    right: 0;
    top: 0;
    position: absolute;
}

.sta-bg .sta-head span::after {
	
    content: "";
    width: 10px;
    height: 10px;
    border-left: 2px solid #0bdfac;
    border-bottom: 2px solid #0bdfac;
    left: 0;
    bottom: 0;
    position: absolute;
}

.sta-bg .sta-head h2 {
	
    font-family: 'DIN Pro Regular';
    font-size: 60px;
    font-weight: 600;
    color: #fff;
    margin: 20px 0px 0px 0px;
}

.sta-bg .sta-head p {
	
    font-family: 'DIN Pro Regular';
    font-size: 20px;
    font-weight: 400;
    color: #dbe3e2;
    margin: 20px 0px 0px 0px;
	text-align:left;
}

.sta-bg .sta-head p b {
	
	color: #07f09b;
}

.sta-bg .sta {
	
	padding:60px 0px 0px;
	text-align:center;
}

.sta-bg .sta .sta-box {
	
	padding: 50px 0px 50px;
    position: relative;
}

.sta-bg .sta .sta-box .sta-img {
	
    padding: 0px 0px 0px;
    position: relative;
    bottom: 34px;
}

.sta-bg .sta .sta-box .sta-box1 {
	
    position: relative;
	width:280px;
	background:#0e2b26;
	padding:0px 0px 20px 0px;
}

.sta-bg .sta .sta-box .sta-box1::before {
	
    content: "";
    border-top: 2px solid #0bdfac;
    border-bottom: 2px solid #0bdfac;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 15px;
	-webkit-animation: blink2 .3s linear;
	-moz-animation: blink2 .3s linear;
	-ms-animation: blink2 .3s linear;
	-o-animation: blink2 .3s linear;
	animation: blink2 .3s linear;
}

.sta-bg .sta .sta-box .sta-box1::after {
	
	content: "";
    border-left: 2px solid #0bdfac;
    border-right: 2px solid #0bdfac;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 15px;
	-webkit-animation: blink2 .3s linear;
	-moz-animation: blink2 .3s linear;
	-ms-animation: blink2 .3s linear;
	-o-animation: blink2 .3s linear;
	animation: blink2 .3s linear;
}

.sta-bg .sta .sta-box:hover .sta-box1::before {
	
	-webkit-animation: blink .3s linear;
	-moz-animation: blink .3s linear;
	-ms-animation: blink .3s linear;
	-o-animation: blink .3s linear;
	animation: blink .3s linear;
	visibility: visible;
}

.sta-bg .sta .sta-box:hover .sta-box1::after {
	
	-webkit-animation: blink .3s linear;
	-moz-animation: blink .3s linear;
	-ms-animation: blink .3s linear;
	-o-animation: blink .3s linear;
	animation: blink .3s linear;
	visibility: visible;
}

.sta-bg .sta .sta-box .sta-box2::before {
	
    content: "";
    border-top: 2px solid #0bdfac;
    border-bottom: 2px solid #0bdfac;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 15px;
	-webkit-animation: blink2 .3s linear;
	-moz-animation: blink2 .3s linear;
	-ms-animation: blink2 .3s linear;
	-o-animation: blink2 .3s linear;
	animation: blink2 .3s linear;
}

.sta-bg .sta .sta-box .sta-box2::after {
	
    content: "";
    border-left: 2px solid #0bdfac;
    border-right: 2px solid #0bdfac;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 15px;
	-webkit-animation: blink2 .3s linear;
	-moz-animation: blink2 .3s linear;
	-ms-animation: blink2 .3s linear;
	-o-animation: blink2 .3s linear;
	animation: blink2 .3s linear;
}

.sta-bg .sta .sta-box:hover .sta-box2::after {
	
	-webkit-animation: blink .3s linear;
	-moz-animation: blink .3s linear;
	-ms-animation: blink .3s linear;
	-o-animation: blink .3s linear;
	animation: blink .3s linear;
	visibility: visible;
}

.sta-bg .sta .sta-box:hover .sta-box2::before {
	
	-webkit-animation: blink .3s linear;
	-moz-animation: blink .3s linear;
	-ms-animation: blink .3s linear;
	-o-animation: blink .3s linear;
	animation: blink .3s linear;
	visibility: visible;
}

.sta-bg .sta .sta-box .sta-box2 {
	
	
}

.sta-bg .sta .sta-box .span1 {
	
	position: relative;
    background: #0e2b26;
    height: 70px;
    width: 70px;
    line-height: 70px;
    display: block;
    margin: auto;
}

.sta-bg .sta .sta-box .span1 img {
	
	margin:12px 0px 0px 0px;
}

.sta-bg .sta .sta-box .span1::before {
	
    content: "";
    border-top: 2px solid #0bdfac;
    border-bottom: 2px solid #0bdfac;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 15px;
	-webkit-animation: blink2 .3s linear;
	-moz-animation: blink2 .3s linear;
	-ms-animation: blink2 .3s linear;
	-o-animation: blink2 .3s linear;
	animation: blink2 .3s linear;
}

.sta-bg .sta .sta-box:hover .span1::before {
	
	-webkit-animation: blink .3s linear;
	-moz-animation: blink .3s linear;
	-ms-animation: blink .3s linear;
	-o-animation: blink .3s linear;
	animation: blink .3s linear;
	visibility: visible;
}

.sta-bg .sta .sta-box .span1::after {
	
	content: "";
    border-left: 2px solid #0bdfac;
    border-right: 2px solid #0bdfac;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 15px;
	-webkit-animation: blink2 .3s linear;
	-moz-animation: blink2 .3s linear;
	-ms-animation: blink2 .3s linear;
	-o-animation: blink2 .3s linear;
	animation: blink2 .3s linear;
}

.sta-bg .sta .sta-box:hover .span1::after {
	
	-webkit-animation: blink .3s linear;
	-moz-animation: blink .3s linear;
	-ms-animation: blink .3s linear;
	-o-animation: blink .3s linear;
	animation: blink .3s linear;
	visibility: visible;
}

.sta-bg .sta .sta-box .span2::before {
	
    content: "";
    border-top: 2px solid #0bdfac;
    border-bottom: 2px solid #0bdfac;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 15px;
	-webkit-animation: blink2 .3s linear;
	-moz-animation: blink2 .3s linear;
	-ms-animation: blink2 .3s linear;
	-o-animation: blink2 .3s linear;
	animation: blink2 .3s linear;
}

.sta-bg .sta .sta-box .span2::after {
	
    content: "";
    border-left: 2px solid #0bdfac;
    border-right: 2px solid #0bdfac;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 15px;
	-webkit-animation: blink2 .3s linear;
	-moz-animation: blink2 .3s linear;
	-ms-animation: blink2 .3s linear;
	-o-animation: blink2 .3s linear;
	animation: blink2 .3s linear;
}

.sta-bg .sta .sta-box:hover .span2::after {
	
	-webkit-animation: blink .3s linear;
	-moz-animation: blink .3s linear;
	-ms-animation: blink .3s linear;
	-o-animation: blink .3s linear;
	animation: blink .3s linear;
	visibility: visible;
}

.sta-bg .sta .sta-box:hover .span2::before {
	
	-webkit-animation: blink .3s linear;
	-moz-animation: blink .3s linear;
	-ms-animation: blink .3s linear;
	-o-animation: blink .3s linear;
	animation: blink .3s linear;
	visibility: visible;
}

.sta-bg .sta .sta-box h4 {
	
    font-family: 'DIN Pro Regular';
    font-size: 40px;
    font-weight: 600;
    color: #00d4b1;
    margin: 0px 0px 10px 0px;
}

.sta-bg .sta .sta-box p {
	
    font-family: 'DIN Pro Regular';
    font-size: 20px;
    font-weight: 400;
    color: #fff;
    margin: 0px 0px 0px 0px;
}

.partner-bg {
	
    background: #04110f url(../images/partner-bg.jpg) no-repeat top center;
    background-size: cover;
    padding: 30px 0px 130px;
	position:relative;
	overflow:hidden;
}

.partner-bg .partner-head {
	
	padding:30px 0px 30px;
	text-align:center;
}

.partner-bg .partner-head span {
	
	font-family: "Consolas";
	font-size:20px;
	font-weight:500;
	color:#0bdfac;
	background:#05353d;
	position: relative;
    text-transform: uppercase;
    padding: 6px 15px;
}

.partner-bg .partner-head span::before {
	
    content: "";
    width: 10px;
    height: 10px;
    border-right: 2px solid #0bdfac;
    border-top: 2px solid #0bdfac;
    right: 0;
    top: 0;
    position: absolute;
}

.partner-bg .partner-head span::after {
	
    content: "";
    width: 10px;
    height: 10px;
    border-left: 2px solid #0bdfac;
    border-bottom: 2px solid #0bdfac;
    left: 0;
    bottom: 0;
    position: absolute;
}

.partner-bg .partner-head h2 {
	
    font-family: 'DIN Pro Regular';
    font-size: 60px;
    font-weight: 600;
    color: #fff;
    margin: 20px 0px 0px 0px;
}

.partner-bg .partner {
	
	padding: 90px 0px 0px;
	text-align:center;
}

.partner-bg .partner .partner-wallet {
	
	
}

.partner-bg .partner .partner-wallet img {
	
    box-shadow: 0 0px 30px 0px #00d4b1;
    border-radius: 100px;
}

.gt-start-earning-anim-m5 {
	
    width: 87px;
    position: absolute;
    left: 0px;
    right: 250px;
    margin: 0 auto;
    top: 200px;
    z-index: 1;
}

.gt-start-earning-anim-m6 {
	
    width: 106px;
    position: absolute;
    left: 550px;
    right: 0;
    margin: 0 auto;
    top: 200px;
    z-index: 1;
}

.gt-start-earning-anim-m7 {
	
    width: 147px;
    position: absolute;
    left: -350px;
    right: 0;
    margin: 0 auto;
    top: 340px;
    z-index: 1;

}

.gt-start-earning-anim-m8 {
	
    width: 181px;
    position: absolute;
    left: 400px;
    right: 0px;
    margin: 0 auto;
    top: 350px;
    z-index: 1;
}

.gt-start-earning-anim-m9 {
	
	width: 134px;
    position: absolute;
    left: 0px;
    right: 0px;
    margin: 0 auto;
    top: 620px;
    z-index: 1;
}

.gt-start-earning-anim-m10 {
	
	width: 87px;
    position: absolute;
    left: 530px;
    right: 0;
    margin: 0 auto;
    top: 600px;
    z-index: 1;
}

.partner-but {
	
    position: absolute;
    right: 70px;
    top: 200px;
}

.partner-but .partner-box {
	
	position: relative;
    z-index: 11111;
}

#panel, #flip {
	
    padding: 15px;
    text-align: left;
    font-family: 'DIN Pro Regular';
    color: #00d4b1;
    font-size: 20px;
    font-weight: 600;
    cursor: pointer;
	max-width: 360px;
    text-align: center;
	border: 1px solid transparent;
}

#panel {
	
	padding: 10px;
    margin: 20px 0px 0px 0px;
    display: none;
    background: #101519;
    border: 1px solid #05353d;
	max-width: 300px;
    text-align: center;
}

#panel p {
	
    font-family: 'DIN Pro Regular';
    font-weight: 500;
    color: #fffaf6;
    font-size: 15px;
    margin: 0px 0px 10px 0px;
}

#panel a {
	
    font-family: 'DIN Pro Regular';
    font-size: 16px;
    font-weight: 600;
    color: #000;
    background: #00d4b1;
    padding: 10px 40px;
    margin: 10px 0px 10px 0px;
    text-transform: uppercase;
    transition: 0.7s;
    position: relative;
    display: inline-block;
}

#panel a:hover {
	
    background: #34b2e3;
    box-shadow: 0 0px 10px 0px #34b2e3;
    color: #fff;
    transition: 0.7s;
}

#panel a i {
	
    position: absolute;
    opacity: 0;
    top: -1px;
    left: 0;
    background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,0.03) 1%,rgba(255,255,255,0.6) 30%,rgba(255,255,255,0.85) 50%,rgba(255,255,255,0.85) 70%,rgba(255,255,255,0.85) 71%,rgba(255,255,255,0) 100%);
    width: 12%;
    height: 103%;
    transform: skew(-30deg,0deg);
    animation: move 3s;
    animation-iteration-count: infinite;
    animation-delay: 1s;
}

#flip .part {
	
	transition: 0.5s;	
	position: relative;
    top: 10px;
    right: 20px;
}

#flip .plus {
	
    transition: 0.5s;
    position: relative;
    top: 20px;
    right: 0px;
}

#flip:hover .plus, #flip .plus:hover {
	
	transform: rotate(90deg);
}

.partner-but1 {
	
    position: relative;
    right: 0px;
    top: 0px;
    margin: -170px 0px 0px 70px;
}

.partner-but1 .partner-box {
	
	position: relative;
    z-index: 11111;
}

#panel1, #flip1 {
	
    padding: 15px;
    text-align: left;
    font-family: 'DIN Pro Regular';
    color: #00d4b1;
    font-size: 20px;
    font-weight: 600;
    cursor: pointer;
	max-width: 330px;
    text-align: center;
	border: 1px solid transparent;
}

#panel1 {
	
	padding: 10px;
    margin: 20px 0px 0px 0px;
    display: none;
    background: #101519;
    border: 1px solid #05353d;
	max-width: 300px;
    text-align: center;
}

#panel1 p {
	
    font-family: 'DIN Pro Regular';
    font-weight: 500;
    color: #fffaf6;
    font-size: 15px;
    margin: 0px 0px 10px 0px;
}

#panel1 a {
	
    font-family: 'DIN Pro Regular';
    font-size: 16px;
    font-weight: 600;
    color: #000;
    background: #00d4b1;
    padding: 10px 40px;
    margin: 10px 0px 10px 0px;
    text-transform: uppercase;
    transition: 0.7s;
    position: relative;
    display: inline-block;
}

#panel1 a:hover {
	
    background: #34b2e3;
    box-shadow: 0 0px 10px 0px #34b2e3;
    color: #fff;
    transition: 0.7s;
}

#panel1 a i {
	
    position: absolute;
    opacity: 0;
    top: -1px;
    left: 0;
    background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,0.03) 1%,rgba(255,255,255,0.6) 30%,rgba(255,255,255,0.85) 50%,rgba(255,255,255,0.85) 70%,rgba(255,255,255,0.85) 71%,rgba(255,255,255,0) 100%);
    width: 12%;
    height: 103%;
    transform: skew(-30deg,0deg);
    animation: move 3s;
    animation-iteration-count: infinite;
    animation-delay: 1s;
}

#flip1 .part {
	
	transition: 0.5s;
    position: relative;
    top: -25px;
    right: 0px;
}

#flip1 .plus {
	
    transition: 0.5s;
    position: relative;
    top: -60px;
    right: 30px;
}

#flip1:hover .plus, #flip1 .plus:hover {
	
	transform: rotate(90deg);
}

.partner-but2 {
	
	position: relative;
    right: 0px;
    top: 0px;
    margin: -100px 0px 0px 0px;
    float: right;
}

.partner-but2 .partner-box {
	
	position: relative;
    z-index: 11111;
}

#panel2, #flip2 {
	

    padding: 15px;
    text-align: left;
    font-family: 'DIN Pro Regular';
    color: #00d4b1;
    font-size: 20px;
    font-weight: 600;
    cursor: pointer;
	max-width: 350px;
    text-align: center;
	border: 1px solid transparent;
}

#panel2 {
	
	padding: 10px;
    margin: 20px 0px 0px 0px;
    display: none;
    background: #101519;
    border: 1px solid #05353d;
	max-width: 350px;
    text-align: center;
}

#panel2 p {
	
    font-family: 'DIN Pro Regular';
    font-weight: 500;
    color: #fffaf6;
    font-size: 15px;
    margin: 0px 0px 10px 0px;
}

#panel2 a {
	
    font-family: 'DIN Pro Regular';
    font-size: 16px;
    font-weight: 600;
    color: #000;
    background: #00d4b1;
    padding: 10px 40px;
    margin: 10px 0px 10px 0px;
    text-transform: uppercase;
    transition: 0.7s;
    position: relative;
    display: inline-block;
}

#panel2 a:hover {
	
    background: #34b2e3;
    box-shadow: 0 0px 10px 0px #34b2e3;
    color: #fff;
    transition: 0.7s;
}

#panel2 a i {
	
    position: absolute;
    opacity: 0;
    top: -1px;
    left: 0;
    background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,0.03) 1%,rgba(255,255,255,0.6) 30%,rgba(255,255,255,0.85) 50%,rgba(255,255,255,0.85) 70%,rgba(255,255,255,0.85) 71%,rgba(255,255,255,0) 100%);
    width: 12%;
    height: 103%;
    transform: skew(-30deg,0deg);
    animation: move 3s;
    animation-iteration-count: infinite;
    animation-delay: 1s;
}

#flip2 .part {
	
    transition: 0.5s;
    position: relative;
    top: -12px;
    right: 14px;
}

#flip2 .plus {
	
    transition: 0.5s;
    position: relative;
    top: -24px;
    right: 0px;
}

#flip2:hover .plus, #flip2 .plus:hover {
	
	transform: rotate(90deg);
}

.partner-bg .partner .part-bit {
	
    padding: 0px 0px 30px 0px;
	position:absolute;
    top: 290px;
    display: inline-block;
    right: 470px;
}

.partner-bg .partner .part-bit img {
	
    transform: rotateY(360deg);
    animation-name: img;
    animation-duration: 4000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    margin: 0px 0px 0px 0px;
    width: 220px;
    opacity: 0.8;
}

@-webkit-keyframes img { 

	from { 

		-webkit-transform: rotateY(0deg); 

	} to { 

		-webkit-transform: rotateY(360deg); 

	}
}

.advan-bg {
	
    background: #111111 url(../images/advan-bg.jpg) no-repeat top center;
    background-size: cover;
    padding: 30px 0px 30px;
	position:relative;
	overflow:hidden;
}

.advan-bg .advan-head {
	
	padding:30px 0px 30px;
	text-align:center;
}

.advan-bg .advan-head span {
	
	font-family: "Consolas";
	font-size:20px;
	font-weight:500;
	color:#0bdfac;
	background:#05353d;
	position: relative;
    text-transform: uppercase;
    padding: 6px 15px;
}

.advan-bg .advan-head span::before {
	
    content: "";
    width: 10px;
    height: 10px;
    border-right: 2px solid #0bdfac;
    border-top: 2px solid #0bdfac;
    right: 0;
    top: 0;
    position: absolute;
}

.advan-bg .advan-head span::after {
	
    content: "";
    width: 10px;
    height: 10px;
    border-left: 2px solid #0bdfac;
    border-bottom: 2px solid #0bdfac;
    left: 0;
    bottom: 0;
    position: absolute;
}

.advan-bg .advan-head h2 {
	
    font-family: 'DIN Pro Regular';
    font-size: 60px;
    font-weight: 600;
    color: #fff;
    margin: 20px 0px 0px 0px;
}

.advan-bg .advan {
	
	padding: 0px 0px 30px;
}

.advan-bg .advan .advan1 {
	
	padding: 30px 0px 30px;
	position:relative;
	z-index:1;
}

.advan-bg .advan .advan1 h4 {
	
	font-family: 'DIN Pro Regular';
    font-size: 40px;
    font-weight: 400;
    color: #00d4b1;
    margin: 0px 0px 10px 0px;
}

.advan-bg .advan .advan1 p {
	
	font-family: "Consolas";
    font-size: 18px;
    font-weight: 400;
    color: #dbe3e2;
    margin: 0px 0px 0px 0px;
}

.advan-bg .advan .advan-img {
	
	padding: 80px 0px 30px;
    position: absolute;
    left: -200px;
}

.advan-bg .advan .advan-img img {
	
    width: 500px;
}

.refer-bg {
	
    background: #04110f url(../images/plan-bg.jpg) no-repeat top center;
    background-size: cover;
    padding: 30px 0px 30px;
	position:relative;
	overflow:hidden;
}

.refer-bg .refer-head {
	
	padding:30px 0px 30px;
	text-align:center;
}

.refer-bg .refer-head span {
	
	font-family: "Consolas";
	font-size:20px;
	font-weight:500;
	color:#0bdfac;
	background:#05353d;
	position: relative;
    text-transform: uppercase;
    padding: 6px 15px;
}

.refer-bg .refer-head span::before {
	
    content: "";
    width: 10px;
    height: 10px;
    border-right: 2px solid #0bdfac;
    border-top: 2px solid #0bdfac;
    right: 0;
    top: 0;
    position: absolute;
}

.refer-bg .refer-head span::after {
	
    content: "";
    width: 10px;
    height: 10px;
    border-left: 2px solid #0bdfac;
    border-bottom: 2px solid #0bdfac;
    left: 0;
    bottom: 0;
    position: absolute;
}

.refer-bg .refer-head h2 {
	
    font-family: 'DIN Pro Regular';
    font-size: 60px;
    font-weight: 600;
    color: #fff;
    margin: 20px 0px 0px 0px;
}

.refer-bg .refer {
	
	padding: 30px 0px 30px;
}

.refer-bg .refer .refer-text {
	
	padding: 90px 0px 30px;
}

.refer-bg .refer .refer-text h4 {
	
    font-family: 'DIN Pro Regular';
    font-size: 24px;
    font-weight: 600;
    color: #dbe3e2;
    margin: 0px 0px 0px 0px;
    line-height: 36px;
}

.refer-bg .refer .refer-text h4 span {
	
    color: #00d4b1;
}

.refer-bg .refer .refer-text p {
	
    font-family: 'DIN Pro Regular';
    font-size: 18px;
    font-weight: 400;
    color: #dbe3e2;
    margin: 20px 0px 60px 0px;
}

.refer-bg .refer .refer-text p span {
	
    color: #00d4b1;
}

.refer-bg .refer .refer-text a {
	
    font-family: 'DIN Pro Regular';
    font-size: 18px;
    font-weight: 600;
    color: #087667;
    width: 210px;
    background: transparent url(../images/btn-arrow1.png) no-repeat 10% 50%;
    padding-left: 50px;
    margin: 0px 0px;
    transition: all 500ms;
    display: inline-block;
}

.refer-bg .refer .refer-text a:hover {
	
	background: url(../images/btn-arrow2.png) no-repeat 82% 50%;
    color: #00d4b1;
    padding-left: 22px;
    transition: all 500ms;
}

.refer-bg .refer .refer-img {
	
	padding: 0px 0px 0px;
	margin:0px 0px 0px 0px;
}

.refer-bg .refer .refer-bilnk {
	
	padding: 0px 0px 0px;
}

.refer-bg .refer .refer-bilnk .blickB2 {
	
    right: 0px;
    top: -90px;
    left: auto;
}

.blickB2 {
	
    background: url(../images/banner-bilink.png);
	background-size:cover;
    position: absolute;
    width: 800px;
    height: 800px;
    left: 190px;
    bottom: -191px;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-duration: 4s;
    animation-name: blick;
}

.depo-bg {
	
    background: #111111 url(../images/depo-bg.jpg) no-repeat top center;
    background-size: cover;
    padding: 30px 0px 30px;
    position: relative;
    overflow: hidden;
}

.depo-bg .depo-head {
	
	padding:30px 0px 30px;
	text-align:center;
}

.depo-bg .depo-head span {
	
	font-family: "Consolas";
	font-size:20px;
	font-weight:500;
	color:#0bdfac;
	background:#05353d;
	position: relative;
    text-transform: uppercase;
    padding: 6px 15px;
}

.depo-bg .depo-head span::before {
	
    content: "";
    width: 10px;
    height: 10px;
    border-right: 2px solid #0bdfac;
    border-top: 2px solid #0bdfac;
    right: 0;
    top: 0;
    position: absolute;
}

.depo-bg .depo-head span::after {
	
    content: "";
    width: 10px;
    height: 10px;
    border-left: 2px solid #0bdfac;
    border-bottom: 2px solid #0bdfac;
    left: 0;
    bottom: 0;
    position: absolute;
}

.depo-bg .depo-head h2 {
	
    font-family: 'DIN Pro Regular';
    font-size: 60px;
    font-weight: 600;
    color: #fff;
    margin: 20px 0px 0px 0px;
}

.depo-bg .depo-head p {
	
    font-family: 'DIN Pro Regular';
    font-size: 18px;
    font-weight: 400;
    color: #dbe3e2;
    margin: 20px 0px 0px 0px;
}

.depo-bg .depo-head p b {
	
	font-weight: 400;
    color: #0ae0b8;
}

.depo-bg .depo .depobg1 {
	
    width: auto;
    padding: 20px 0px 20px 0px;
    margin: 20px auto 20px;
	border-radius:0px;
	border:1px solid #124a4e;
}

.depo-bg .depo h3 {
	
    font-family: 'DIN Pro Regular';
    font-weight: 600;
    font-size: 22px;
    color: #02bb9d;
    margin: 20px 0px 10px 0px;
    text-align: center;
	text-transform:uppercase;
}

.depo-bg .depo table {
	
    width: 96%;
    text-align: left;
    margin: auto;
    background: transparent;
}

.depo-bg .depo table th {
	
    height: 40px;
    font-family: 'DIN Pro Regular';
    font-size: 16px;
    color: #087667;
	background:transparent;
	border:none;
    font-weight: 600;
    padding: 0px 8px 0px 10px;
}

.depo-bg .depo table td {
	
	height: 40px;
    font-family: 'DIN Pro Regular';
    font-size: 14px;
    color: #dbe3e2;
    background: transparent;
	border:none;
    font-weight: 400;
    padding: 0px 8px 0px 10px;
	border-bottom: transparent;
	white-space:unset;
}

.depo-bg .depo table tr:nth-child(odd) {
	
    height: 50px;
    background: transparent;
	border:none;
}

.depo-bg .depo table tr:nth-child(even) {
	
    height: 50px;
    background: #0c1f1d;
	border:none;
}

.depo-bg .depo-but {
	
    padding: 30px 0px 0px;
	text-align:center;
}

.depo-bg .depo-but a {
	
    font-family: 'DIN Pro Regular';
    font-size: 18px;
    font-weight: 600;
    color: #087667;
    width: 250px;
    background: transparent url(../images/btn-arrow1.png) no-repeat 16% 50%;
    padding-left: 10px;
    margin: 0px 0px;
    transition: all 500ms;
    display: inline-block;
}

.depo-bg .depo-but a:hover {
	
    background: url(../images/btn-arrow2.png) no-repeat 88% 50%;
    color: #00d4b1;
    padding-left: 0px;
    transition: all 500ms;
}

.support-bg {
	
    background: #0b0b0b url(../images/support-bg.jpg) no-repeat top center;
    background-size: cover;
    padding: 30px 0px 30px;
	position:relative;
	overflow:hidden;
}

.support-bg .support-head {
	
	padding:30px 0px 30px;
	text-align:center;
}

.support-bg .support-head span {
	
	font-family: "Consolas";
	font-size:20px;
	font-weight:500;
	color:#0bdfac;
	background:#05353d;
	position: relative;
    text-transform: uppercase;
    padding: 6px 15px;
}

.support-bg .support-head span::before {
	
    content: "";
    width: 10px;
    height: 10px;
    border-right: 2px solid #0bdfac;
    border-top: 2px solid #0bdfac;
    right: 0;
    top: 0;
    position: absolute;
}

.support-bg .support-head span::after {
	
    content: "";
    width: 10px;
    height: 10px;
    border-left: 2px solid #0bdfac;
    border-bottom: 2px solid #0bdfac;
    left: 0;
    bottom: 0;
    position: absolute;
}

.support-bg .support-head h2 {
	
    font-family: 'DIN Pro Regular';
    font-size: 60px;
    font-weight: 600;
    color: #fff;
    margin: 20px 0px 0px 0px;
}

.support-bg .support {
	
	padding: 0px 0px 30px;
}

.support-bg .support .support1 {
	
	padding: 30px 0px 30px;
	position:relative;
	z-index:1;
}

.support-bg .support .support1 h4 {
	
	font-family: 'DIN Pro Regular';
    font-size: 40px;
    font-weight: 400;
    color: #00d4b1;
    margin: 0px 0px 10px 0px;
}

.support-bg .support .support1 p {
	
	font-family: "Consolas";
    font-size: 18px;
    font-weight: 400;
    color: #dbe3e2;
    margin: 0px 0px 0px 0px;
}

.support-bg .support .support-img {
	
	padding: 80px 0px 30px;
    position: absolute;
    left: -230px;
}

.support-bg .support .support-img img {
	
    width: 470px;
}

.foot-bg {
	
    background: #111111 url(../images/foot-bg.jpg) no-repeat top center;
    background-size: cover;
	background-attachment:fixed;
    padding: 30px 0px 30px;
	position:relative;
	overflow:hidden;
}

.payment-bg {
	
	background:transparent;
	background-size:cover;
    border-top: 1px solid #0f453b;
    border-bottom: 1px solid #0f453b;
	padding: 0px 0px 0px;
}

.payment-bg .payments {
	
    padding: 30px 0px 30px;
    text-align: center;
}

.payment-bg .payments .payment-carousel li {
	
	display: inline-block;
	list-style:none;
}

.payment-bg .payments .payment-carousel li img {
	
	transition:0.7s;
	cursor:pointer;
}

.foot-bg .foot {
	
    padding: 30px 0px 0px;
}

.foot-bg .foot .foot-cer {
	
	float:left;
    padding: 30px 20px 20px;
}

.foot-bg .foot .foot-cerlink {
	
	padding: 30px 0px 20px 0px;
}

.foot-bg .foot .foot-cerlink p {
	
	font-family: 'DIN Pro Regular';
    font-size: 18px;
    font-weight: 400;
    color: #ffffff;
    margin: 0px 0px 0px 0px;
}

.foot-bg .foot .foot-cerlink a {
	
	font-family: 'DIN Pro Regular';
    font-size: 24px;
    font-weight: 600;
    color: #0ae0b8;
    margin: 0px 0px 0px 0px;
	transition:0.7s;
}

.foot-bg .foot .foot-cerlink a:hover {
	
    color: #0ae0b8;
	transition:0.7s;
	letter-spacing:1px;
}

.foot-bg .foot .foot-details {
	
	padding: 0px 0px 30px 0px;
}

.foot-bg .foot .foot-details p {
	
	font-family: 'DIN Pro Regular';
    font-size: 16px;
    font-weight: 400;
    color: #999797;
    margin: 0px 0px 4px 0px;
}

.foot-bg .foot .foot-links {
	
    padding: 30px 0px 30px 0px;
}

.foot-bg .foot .foot-links p {
	
    margin: 0px 0px 18px 0px;
}

.foot-bg .foot .foot-links p a {
	
    font-family: 'DIN Pro Regular';
    font-size: 16px;
    font-weight: 500;
    color: #b5b5b5;
	margin:0px 0px 0px 0px;
	transition:0.7s;
}

.foot-bg .foot .foot-links p a:hover {
	
    color: #00d4b1;
	transition:0.7s;
	letter-spacing:1px;
}

.foot-bg .foot .foot-logo {
	
    padding: 30px 0px 10px 0px;
	text-align:right;
}

.foot-bg .foot .foot-logo p {

    font-family: 'DIN Pro Regular';
    font-size: 16px;
    font-weight: 400;
    color: #b5b5b5;
    margin: 6px 0px 0px 0px;
}

.foot-bg .foot .foot-soci {
	
    padding: 0px 0px 20px 0px;
	text-align:right;
}

.foot-bg .foot .foot-soci a {
	
	padding: 0px 2px;
    margin: 10px 0px 0px 0px;
    display: inline-block;
}

.foot-bg .foot .foot-soci a i {
	
	font-size: 16px;
    color: #b5beca;
    background: #2b2b2b;
    border: 1px solid #2b2b2b;
    height: 38px;
    width: 38px;
    text-align: center;
    line-height: 38px;
    display: inline-block;
    border-radius: 50px;
    position: relative;
    z-index: 1;
}

.foot-bg .foot .foot-soci a i:after {
	
	position: absolute;
	left: 50%;
	top: 50%;
	right: : 50%;
	bottom: 50%;
	content: "";
	background: #00d4b1;
	z-index: -1;
	border-radius:50px;
	transition: .4s;
	opacity: 0;
	height: 0;
	width: 0;
}

.foot-bg .foot .foot-soci a i:hover {
	
	color: #151d24;
	border: 1px solid #00d4b1;
	transition:0.7s;
}

.foot-bg .foot .foot-soci a i:hover:after {
	
	opacity: 1;
	left: 0;
	top: 0;
	right: : 0;
	bottom: 0;
	width: 100%;
	height: 100%;
}



@media only screen and (max-width: 1200px){
	header .navbar-inverse .navbar-header a {
	  width: 220px;
	}
	header .navbar-inverse .navbar-nav > li.btn_menu {
	  padding: 17px 0;
	}
	header .navbar-inverse .navbar-nav > li {
	  padding: 0 6px;
	}
	header .navbar-inverse .navbar-header {
	  padding: 9px 0;
	}
	header .navbar-inverse .navbar-header {
		margin-left: 0;
	}
	header .navbar-inverse .navbar-header {
		margin-left: 0;
	}
	header .navbar-right {
		margin-right: 0;
	}
}

@media only screen and (max-width: 1199px) {
	header .navbar-inverse .navbar-nav > li {
		padding: 10px 6px;
	}
	header .navbar-inverse .navbar-nav > li .btn {
		min-width: 115px;
	}
	 header .navbar-inverse .navbar-nav > li a.btn.btn-primary {
		min-width: 110px;
	}
	header .navbar-right {
		border-bottom: 1px solid transparent;
	}
	.banner-bg .banner .banner-img {
		position: relative;
		right: 70px;
	}
	.plan-bg {
		padding:30px 0px 30px;
	}
	.plan-bg .plan .plan-img {
		display:none;
	}
	.plan-bg .plan .plan-main {
		width:60%;
	}
	.plan-bg .plan-cal {
		width:360px;
	}
}

@media only screen and (max-width: 991px) {
	header .navbar-inverse {
	  text-align: center;
	}
	header .navbar-inverse .navbar-header {
	  width: 100%;
	}
	header .navbar-inverse .navbar-nav > li.btn_menu {
	  padding: 4px 0;
	}
	header .navbar-inverse .navbar-nav > li {
		padding: 10px 18px;
	}
	.top-bg .top .top-soci {
		padding: 0px 0px 0px 0px;
		float: unset;
		text-align: center;
	}
	.banner-bg .banner {
		text-align:center;
	}
	.banner-bg .banner .banner-text {
		padding:30px 0px 30px;
	}
	.banner-bg .banner .banner-video img {
		margin:auto;
	}
	.banner-bg .banner .banner-img {
		display:none;
	}
	.plan-bg .plan .plan-main {
		width: 100%;
	}
	.plan-bg .plan-cal {
		float: unset;
		padding: 30px;
		position: relative;
		top: 0px;
		right: 0;
		width: auto;
	}
	.advan-bg .advan .advan-img {
		display:none;
	}
	.advan-bg .advan {
		text-align:center;
	}
	.advan-bg .advan .advan1 h4 img {
		display:block;
		margin:auto;
		padding:0px 0px 20px 0px;
	}
	.refer-bg .refer .refer-text {
		padding:0px 0px 30px;
	}
	.refer-bg .refer {
		padding: 30px 0px 30px;
		text-align: center;
	}
	.refer-bg .refer .refer-text p {
		margin:20px 0px 20px 0px;
	}
	.refer-bg .refer .refer-img {
		padding: 30px 0px 0px;
	}
	.support-bg .support .support-img {
		display:none;
	}
	.support-bg .support {
		text-align:center;
	}
	.support-bg .support .support1 h4 img {
		display:block;
		margin:auto;
		padding:0px 0px 20px 0px;
	}
	.foot-bg .foot {
		text-align:center;
	}
	.foot-bg .foot .foot-cer {
		float: unset;
		padding: 0px 0px 0px;
	}
	.foot-bg .foot .foot-links {
		padding: 0px 0px 0px;
	}
	.foot-bg .foot .foot-logo {
		padding: 30px 0px 10px 0px;
		text-align: center;
	}
	.foot-bg .foot .foot-logo img {
		margin:auto;
	}
	.foot-bg .foot .foot-soci {
		padding: 0px 0px 0px 0px;
		text-align: center;
	}
}

@media only screen and (max-width: 767px){
	header {
		background: #111111;
		padding: 10px 0px 0px 0px;
		position: fixed;
		top: 0;
		z-index: 11111;
	}
	header .navbar-inverse {
	  text-align: left;
	}
	header .navbar-toggle{ margin: 12px 0; border:0; background:#00d4b1; border-radius:0;}
	header .navbar-inverse .navbar-toggle:hover, 
	header .navbar-inverse .navbar-toggle:focus{  background:#34b2e3;}
	header .navbar-inverse .navbar-toggle:hover .icon-bar, 
	header .navbar-inverse .navbar-toggle:focus .icon-bar{ background-color:#fff;}
	header .navbar-inverse .navbar-nav > li {
	  padding: 6px;
	  width: 100%;
	}
	header .navbar-inverse .navbar-nav > li > a:hover {
		
	}
	.top-bg {
		padding:100px 0px 0px;
	}
	.plan-bg .plan-head h2 {
		font-size:48px;
	}
	.sta-bg .sta-head h2 {
		font-size:48px;
	}
	.sta-bg .sta {
		padding:0px 0px 0px;
	}
	.sta-bg .sta-head p {
		font-size:18px;
		text-align:center;
	}
	.partner-but {
		position: relative;
		right: 0px;
		top: 0px;
		padding: 30px 0px 0px 0px;
	}
	#flip .plus {
		transition: 0.5s;
		position: relative;
		top: 0px;
		right: 0px;
	}
	#flip .part {
		display: none;
	}
	.partner-but1 {
		position: relative;
		right: 0px;
		top: 0px;
		margin: 0px 0px 0px 0px;
	}
	.partner-but2 {
		position: relative;
		right: 0px;
		top: 0px;
		margin: 0px 0px 0px 0px;
		float: unset;
	}
	#flip1 .part {
		display: none;
	}
	#flip2 .part {
		display: none;
	}
	#flip1 .plus {
		transition: 0.5s;
		position: relative;
		top: 0px;
		right: 0px;
	}
	#flip2 .plus {
		transition: 0.5s;
		position: relative;
		top: -3px;
		right: 7px;
	}
	.partner-bg .partner {
		padding:0px 0px 0px;
	}
	.partner-bg {
		padding: 30px 0px 30px 0px;
	}
	.advan-bg .advan .advan1 h4 {
		margin:0px 0px 20px 0px;
		font-size:30px;
	}
	.depo-bg .depo-head h2 {
		font-size:38px;
	}
	.support-bg .support .support1 h4 {
		margin:0px 0px 20px 0px;
		font-size:30px;
	}
	.foot-bg .foot .foot-logo {
		padding: 0px 0px 10px 0px;
	}
	.foot-bg .foot .foot-links {
		display:none;
	}
}

@media only screen and (max-width: 560px){
	.top-bg .top .top-soci span {
		bottom: 0px;
		padding: 0px 0px 10px 0px;
		display: block;
	}
	.banner-bg .banner .banner-text h2 {
		font-size:48px;
		line-height:50px;
	}
	.plan-bg .plan .planbg .plan-num {
		width: 17%;
		left: 20px;
	}
	.partner-bg .partner-head h2 {
		font-size:38px;
	}
	.advan-bg .advan-head h2 {
		font-size:48px;
	}
	.refer-bg .refer-head h2 {
		font-size:48px;
	}
	.depo-bg .depo table th {
		font-size: 12px;
		padding: 0px 5px 0px 8px;
	}
	.depo-bg .depo table td {
		font-size: 12px;
		padding: 0px 0px 0px 0px;
	}
	.refer-bg .refer .refer-bilnk .blickB2 {
		top:-40px;
	}
	.blickB2 {
		width: 430px;
    	height: 430px;
	}
	.support-bg .support-head h2 {
		font-size:48px;
	}
	.plan-bg .plan .plan-main {
		padding: 0px 0px 0px;
	}
	.plan-bg .plan .planbg .planbg1 {
		float: left;
		width: 95%;
		padding: 0px 0px 0px;
		margin: 0px 0px 0px 10px;
	}
	.plan-bg .plan .planbg .plan-num {
		width: 100%;
		float: left;
		left: 150px;
		margin: auto;
		text-align: center;
	}
	.plan-bg .plan .planbg {
		padding: 0px 0px 0px;
	}
}


/*-------------------------*/

.cont-box {
	
	padding: 20px;
	margin:30px auto 30px;
    border-radius: 0px;
    text-align: center;
	transition:0.7s;
    box-shadow: 0px 5px 15px 0px rgb(0 0 0 / 15%);
}

.cont-box:hover {
	
	
}

.cont-box .cont-box1 {
	
	position:relative;
	width:100%;
	background: #0e2b26;
    padding: 0px 0px 20px 0px;
}

.cont-box .cont-box1::before {
	
    content: "";
    border-top: 2px solid #0bdfac;
    border-bottom: 2px solid #0bdfac;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 15px;
	-webkit-animation: blink2 .3s linear;
	-moz-animation: blink2 .3s linear;
	-ms-animation: blink2 .3s linear;
	-o-animation: blink2 .3s linear;
	animation: blink2 .3s linear;
}

.cont-box .cont-box1::after {
	
	content: "";
    border-left: 2px solid #0bdfac;
    border-right: 2px solid #0bdfac;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 15px;
	-webkit-animation: blink2 .3s linear;
	-moz-animation: blink2 .3s linear;
	-ms-animation: blink2 .3s linear;
	-o-animation: blink2 .3s linear;
	animation: blink2 .3s linear;
}

.cont-box:hover .cont-box1::before {
	
	-webkit-animation: blink .3s linear;
	-moz-animation: blink .3s linear;
	-ms-animation: blink .3s linear;
	-o-animation: blink .3s linear;
	animation: blink .3s linear;
	visibility: visible;
}

.cont-box:hover .cont-box1::after {
	
	-webkit-animation: blink .3s linear;
	-moz-animation: blink .3s linear;
	-ms-animation: blink .3s linear;
	-o-animation: blink .3s linear;
	animation: blink .3s linear;
	visibility: visible;
}

.cont-box .cont-box2::before {
	
    content: "";
    border-top: 2px solid #0bdfac;
    border-bottom: 2px solid #0bdfac;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 15px;
	-webkit-animation: blink2 .3s linear;
	-moz-animation: blink2 .3s linear;
	-ms-animation: blink2 .3s linear;
	-o-animation: blink2 .3s linear;
	animation: blink2 .3s linear;
}

.cont-box .cont-box2::after {
	
    content: "";
    border-left: 2px solid #0bdfac;
    border-right: 2px solid #0bdfac;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 15px;
	-webkit-animation: blink2 .3s linear;
	-moz-animation: blink2 .3s linear;
	-ms-animation: blink2 .3s linear;
	-o-animation: blink2 .3s linear;
	animation: blink2 .3s linear;
}

.cont-box:hover .cont-box2::before {
	
	-webkit-animation: blink .3s linear;
	-moz-animation: blink .3s linear;
	-ms-animation: blink .3s linear;
	-o-animation: blink .3s linear;
	animation: blink .3s linear;
	visibility: visible;
}

.cont-box:hover .cont-box2::after {
	
	-webkit-animation: blink .3s linear;
	-moz-animation: blink .3s linear;
	-ms-animation: blink .3s linear;
	-o-animation: blink .3s linear;
	animation: blink .3s linear;
	visibility: visible;
}

.cont-box .cont-img {
	
    position: relative;
    margin: -30px 0px 30px;
    display: inline-block;
}

.cont-box i {
	
    font-size: 30px;
    color: #e3e3e3;
    transition: 0.7s;
    display: inline-block;
    padding: 20px 0px 20px 0px;
}

.cont-box .cont-img .span1 {
	
	position: relative;
    background: #0e2b26;
    height: 70px;
    width: 70px;
    line-height: 70px;
    display: block;
    margin: auto;
}

.cont-box .cont-img .span1 img {
	
	margin:12px 0px 0px 0px;
}

.cont-box .cont-img .span1::before {
	
    content: "";
    border-top: 2px solid #0bdfac;
    border-bottom: 2px solid #0bdfac;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 15px;
	-webkit-animation: blink2 .3s linear;
	-moz-animation: blink2 .3s linear;
	-ms-animation: blink2 .3s linear;
	-o-animation: blink2 .3s linear;
	animation: blink2 .3s linear;
}

.cont-box:hover .cont-img .span1::before {
	
	-webkit-animation: blink .3s linear;
	-moz-animation: blink .3s linear;
	-ms-animation: blink .3s linear;
	-o-animation: blink .3s linear;
	animation: blink .3s linear;
	visibility: visible;
}

.cont-box .cont-img .span1::after {
	
	content: "";
    border-left: 2px solid #0bdfac;
    border-right: 2px solid #0bdfac;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 15px;
	-webkit-animation: blink2 .3s linear;
	-moz-animation: blink2 .3s linear;
	-ms-animation: blink2 .3s linear;
	-o-animation: blink2 .3s linear;
	animation: blink2 .3s linear;
}

.cont-box:hover .cont-img .span1::after {
	
	-webkit-animation: blink .3s linear;
	-moz-animation: blink .3s linear;
	-ms-animation: blink .3s linear;
	-o-animation: blink .3s linear;
	animation: blink .3s linear;
	visibility: visible;
}

.cont-box .cont-img .span2::before {
	
    content: "";
    border-top: 2px solid #0bdfac;
    border-bottom: 2px solid #0bdfac;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 15px;
	-webkit-animation: blink2 .3s linear;
	-moz-animation: blink2 .3s linear;
	-ms-animation: blink2 .3s linear;
	-o-animation: blink2 .3s linear;
	animation: blink2 .3s linear;
}

.cont-box .cont-img .span2::after {
	
    content: "";
    border-left: 2px solid #0bdfac;
    border-right: 2px solid #0bdfac;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 15px;
	-webkit-animation: blink2 .3s linear;
	-moz-animation: blink2 .3s linear;
	-ms-animation: blink2 .3s linear;
	-o-animation: blink2 .3s linear;
	animation: blink2 .3s linear;
}

.cont-box:hover .cont-img .span2::after {
	
	-webkit-animation: blink .3s linear;
	-moz-animation: blink .3s linear;
	-ms-animation: blink .3s linear;
	-o-animation: blink .3s linear;
	animation: blink .3s linear;
	visibility: visible;
}

.cont-box:hover .cont-img .span2::before {
	
	-webkit-animation: blink .3s linear;
	-moz-animation: blink .3s linear;
	-ms-animation: blink .3s linear;
	-o-animation: blink .3s linear;
	animation: blink .3s linear;
	visibility: visible;
}

.cont-box h4 {
	
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #00d4b1;
    margin: 20px 0px 20px 0px;
}

.cont-box p {
	
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    font-weight: 300;
    color: #f2f4f6;
    margin: 0px 0px 20px 0px;
}

@media only screen and (max-width: 560px){
	.sup-box .sup-box1 {
		min-height:460px !important;
	}
}

.sup-box {
	
	padding: 20px;
	margin:30px auto 30px;
    border-radius: 0px;
	display:inline-block;
	transition:0.7s;
}

.sup-box:hover {
	
}

.sup-box .sup-box1 {
	
	position: relative;
    width: 100%;
    background: #04110f;
    padding: 20px 0px 20px 0px;
    min-height: 600px;
	border:1px solid #0e2b26;
}

.sup-box .sup-box1:hover {
}

.sup-box .sup-box1::before {
	
    content: "";
    border-top: 2px solid #0bdfac;
    border-bottom: 2px solid #0bdfac;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 15px;
	-webkit-animation: blink2 .3s linear;
	-moz-animation: blink2 .3s linear;
	-ms-animation: blink2 .3s linear;
	-o-animation: blink2 .3s linear;
	animation: blink2 .3s linear;
}

.sup-box .sup-box1::after {
	
	content: "";
    border-left: 2px solid #0bdfac;
    border-right: 2px solid #0bdfac;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 15px;
	-webkit-animation: blink2 .3s linear;
	-moz-animation: blink2 .3s linear;
	-ms-animation: blink2 .3s linear;
	-o-animation: blink2 .3s linear;
	animation: blink2 .3s linear;
}

.sup-box:hover .sup-box1::before {
	
	-webkit-animation: blink .3s linear;
	-moz-animation: blink .3s linear;
	-ms-animation: blink .3s linear;
	-o-animation: blink .3s linear;
	animation: blink .3s linear;
	visibility: visible;
}

.sup-box:hover .sup-box1::after {
	
	-webkit-animation: blink .3s linear;
	-moz-animation: blink .3s linear;
	-ms-animation: blink .3s linear;
	-o-animation: blink .3s linear;
	animation: blink .3s linear;
	visibility: visible;
}

.sup-box .sup-box2::before {
	
    content: "";
    border-top: 2px solid #0bdfac;
    border-bottom: 2px solid #0bdfac;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 15px;
	-webkit-animation: blink2 .3s linear;
	-moz-animation: blink2 .3s linear;
	-ms-animation: blink2 .3s linear;
	-o-animation: blink2 .3s linear;
	animation: blink2 .3s linear;
}

.sup-box .sup-box2::after {
	
    content: "";
    border-left: 2px solid #0bdfac;
    border-right: 2px solid #0bdfac;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 15px;
	-webkit-animation: blink2 .3s linear;
	-moz-animation: blink2 .3s linear;
	-ms-animation: blink2 .3s linear;
	-o-animation: blink2 .3s linear;
	animation: blink2 .3s linear;
}

.sup-box:hover .sup-box2::before {
	
	-webkit-animation: blink .3s linear;
	-moz-animation: blink .3s linear;
	-ms-animation: blink .3s linear;
	-o-animation: blink .3s linear;
	animation: blink .3s linear;
	visibility: visible;
}

.sup-box:hover .sup-box2::after {
	
	-webkit-animation: blink .3s linear;
	-moz-animation: blink .3s linear;
	-ms-animation: blink .3s linear;
	-o-animation: blink .3s linear;
	animation: blink .3s linear;
	visibility: visible;
}

.sup-box h4 {
	
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    font-weight: 600;
    color: #fff;
    margin: 20px 0px 10px 20px;
}

.cont-text {
	
	padding:20px 0px 20px 0px;
}

.cont-text h2 {
	
    font-family: 'Montserrat', sans-serif;
    font-size: 46px;
    font-weight: 600;
    color: #f2f4f6;
    margin: 0px 0px 10px 0px;
}

.cont-text p {
	
	font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 300;
    color: #f2f4f6;
    margin: 0px 0px 0px 0px;
}

.cont-map {
	
	padding:6px 0px 0px 0px;
}

.cont-map iframe {
	
	width: 100%;
    height: 350px;
    filter: brightness( 100% ) contrast( 100% ) saturate( 0% ) blur( 0px ) hue-rotate( 0deg);
}

.faq-bg {
	
    background: transparent;
    background-size: cover;
    padding: 0px 0px 0px;
}

.faq-bg .faq-head {

    padding: 0px 0px 0px;
	text-align:center;
}

.faq-bg .faq-head h2 {
	
    font-family: 'Montserrat', sans-serif;
    font-size: 26px;
    font-weight: 700;
    color: #002e45;
    margin: 0px 0px 10px 0px;
    text-transform: uppercase;
}

.faq-bg .faq {

    padding: 0px 0px 0px;
}

.faq-bg .faq .faq_accordian1 {
	
	padding:0px 0px 30px 0px;
}

.faq-bg .faq .faq-box {
	
    box-shadow: 0px 0px 5px #afb1b1;
    border: 1px solid #e6e6e6;
    padding: 10px;
    margin: 0px 0px 20px 0px;
}

.faq-bg .faq .accordion-toggle {
	
	font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    background: transparent;
    border: 1px solid transparent;
    cursor: pointer;
    margin: 0px 0px 0px 30px;
    padding: 16px 25px;
    position: relative;
	transition:0.7s;
}

.faq-bg .faq .accordion-toggle:hover {

	background: transparent;
	color: #00d4b1;
	transition:0.7s;
	border: 1px solid transparent;
}

.faq-bg .faq .accordion-toggle.active:after {
	
    content: "-";
    position: absolute;
    left: -20px;
    top: 10px;
    width: 30px;
    height: 28px;
    background: #00d4b1;
    color: #000;
    text-align: center;
    font-size: 24px;
    line-height: 28px;
}

.faq-bg .faq .accordion-toggle:before {
	
    content: "+";
    position: absolute;
    left: -20px;
    top: 10px;
    width: 30px;
    height: 28px;
    background: #00d4b1;
    color: #000;
    text-align: center;
    font-size: 24px;
    line-height: 28px;
}

.faq-bg .faq .accordion-toggle.active:before {
	
	display:none;
}

.faq-bg .faq .accordion-content {
	
	display: none;
}

.faq-bg .faq .accordion-content {
	
	background-color: #0d0d0d;
	padding: 10px;
}

.faq-bg .faq .accordion-toggle.active {
	
	background: transparent;
	color: #00d4b1;
	transition:0.7s;
}

.faq-bg .faq .accordion-content p {
	
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #b3b0b0;
	margin:0px 0px 0px 0px;
    line-height: 26px;
}

.navbar-nav li a {
	color: #fff;
	font-size: 18px;
	padding: 0 8px;
}
.head-btn {
	display: inline-block;
	padding-left: 20px;
}
.navbar {
	padding: 0;
	/*display: inline-block;*/
}
.nav-info {
	float: right;
	display: inline-block;
}
.bull-bear {
	text-align: center;
}
.bull-bear img {
	vertical-align: bottom;
}
.play i {
	font-size: 25px;
	color: #dd3f0b;
	width: 85px;
	height: 85px;
	background: #ffd816;
	text-align: center;
	padding-top: 30px;
	border-radius: 50px;
}
.play h5 {
	color: #770101;
	font-size: 21px;
	margin: 5px 0;
}
.play small {
	font-size: 15px;
	color: #000;
}
.play {
	text-align: center;
}
.play a i:hover {
	background: #780000;
	color: #fff;
}
.play {
	text-align: center;
	margin-top: -105px;
}
.navbar-nav li a:hover {
	color: #ffd816;
}
@keyframes floating {
 from {
transform: translate(0, 0px);
}
 65% {
transform: translate(0, 15px);
}
to {
	transform: translate(0, -0px);
}
}
.bull-bear li {
	display: inline-block;
}
.bull-bear li:nth-child(1) {
	animation-name: floating;
	animation-duration: 3s;
	animation-iteration-count: infinite;
	animation-timing-function: ease-in-out;
}
.bull-bear li:nth-child(2) {
	animation-name: floating;
	animation-duration: 2s;
	animation-iteration-count: infinite;
	animation-timing-function: ease-in-out;
}
.abt-info h4 {
	font-size: 30px;
}
.abt-info p {
	font-size: 16px;
	padding: 10px 0;
	line-height: 25px;
	margin: 0;
}
.heading h3 {
	font-size: 34px;
    font-weight: 600;
    color: #00d4b1;
}
.currency-list li {
	display: inline-block;
	padding: 0 10px;
}
.currency-list {
	text-align: center;
	padding: 20px 0;
}
.owl-carousel .owl-item img {
	width: auto;
	margin: auto;
}
.inv-info h4 {
	font-size: 41px;
	color: #fff;
	text-align: center;
}
.inv-info {
	text-align: center;
	padding: 30px 0;
}
.inv-info a {
	margin-top: 20px;
}
.plan-ic {
	background: rgba(147,14,14,1);
	background: -moz-linear-gradient(left, rgba(147,14,14,1) 0%, rgba(181,11,11,1) 69%, rgba(181,11,11,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(147,14,14,1)), color-stop(69%, rgba(181,11,11,1)), color-stop(100%, rgba(181,11,11,1)));
	background: -webkit-linear-gradient(left, rgba(147,14,14,1) 0%, rgba(181,11,11,1) 69%, rgba(181,11,11,1) 100%);
	background: -o-linear-gradient(left, rgba(147,14,14,1) 0%, rgba(181,11,11,1) 69%, rgba(181,11,11,1) 100%);
	background: -ms-linear-gradient(left, rgba(147,14,14,1) 0%, rgba(181,11,11,1) 69%, rgba(181,11,11,1) 100%);
	background: linear-gradient(to right, rgba(147,14,14,1) 0%, rgba(181,11,11,1) 69%, rgba(181,11,11,1) 100%);
 filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#930e0e', endColorstr='#b50b0b', GradientType=1 );
	display: inline-block;
	width: 50px;
	height: 45px;
	text-align: center;
	padding-top: 6px;
	border-radius: 5px;
	margin-bottom: -7px;
	z-index: -1;
	position: relative;
}
.plan-block:hover .plan-top {
	background: rgba(255,216,22,1);
	background: -moz-linear-gradient(top, rgba(255,216,22,1) 0%, rgba(242,201,17,1) 32%, rgba(227,198,53,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,216,22,1)), color-stop(32%, rgba(242,201,17,1)), color-stop(100%, rgba(227,198,53,1)));
	background: -webkit-linear-gradient(top, rgba(255,216,22,1) 0%, rgba(242,201,17,1) 32%, rgba(227,198,53,1) 100%);
	background: -o-linear-gradient(top, rgba(255,216,22,1) 0%, rgba(242,201,17,1) 32%, rgba(227,198,53,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,216,22,1) 0%, rgba(242,201,17,1) 32%, rgba(227,198,53,1) 100%);
	background: linear-gradient(to bottom, rgba(255,216,22,1) 0%, rgba(242,201,17,1) 32%, rgba(227,198,53,1) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd816', endColorstr='#e3c635', GradientType=0 );
}
.plan-block:hover .plan-ic {
	background: #ffd816;
}
.plan-top {
	background: rgba(147,14,14,1);
	background: -moz-linear-gradient(left, rgba(147,14,14,1) 0%, rgba(181,11,11,1) 69%, rgba(181,11,11,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(147,14,14,1)), color-stop(69%, rgba(181,11,11,1)), color-stop(100%, rgba(181,11,11,1)));
	background: -webkit-linear-gradient(left, rgba(147,14,14,1) 0%, rgba(181,11,11,1) 69%, rgba(181,11,11,1) 100%);
	background: -o-linear-gradient(left, rgba(147,14,14,1) 0%, rgba(181,11,11,1) 69%, rgba(181,11,11,1) 100%);
	background: -ms-linear-gradient(left, rgba(147,14,14,1) 0%, rgba(181,11,11,1) 69%, rgba(181,11,11,1) 100%);
	background: linear-gradient(to right, rgba(147,14,14,1) 0%, rgba(181,11,11,1) 69%, rgba(181,11,11,1) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#930e0e', endColorstr='#b50b0b', GradientType=1 );
	text-align: center;
 
	padding: 18px 15px;
}
.plan-top h5 {
	color: #fff;
	font-size: 30px;
	font-weight: normal;
}
.plan-top h4 {
	font-size: 18px;
 
	color: #fff;
	font-weight: 500;
	margin: 0;
}
.plan-top h4 small {
	font-size: 21px;
}
.plan-top h5 {
	color: #fff;
	font-size: 30px;
	font-weight: normal;
	border-bottom: 1px solid rgba(255, 255, 255, 0.44);
	padding-bottom: 15px;
}
.plan-invest li {
	display: inline-block;
	text-align: center;
	width: 100%;
}
.plan-invest li span {
	font-size: 16px;
	color: #000;
}
.plan-invest li h4 {
	color: #a50e0e;
}
.plan-invest li span {
	font-size: 16px;
	color: #000;
	display: inline-block;
	padding: 7px 0;
	border-bottom: 1px solid rgb(255, 249, 249);
	width: 100%;
}
.plan-invest li h4 {
	color: #a50e0e;
	border-bottom: 1px solid rgb(255, 249, 249);
	padding: 10px 0;
}
.plan-invest {
	text-align: center;
	background: #efefef;
	padding-top: 10px;
}
.plan-invest h6 {
	font-size: 16px;
	padding: 10px 0 15px 0;
	margin: 0;
	padding-bottom: 20px;
}
.plan-btn a {
	background: #ffd816;
	color: #fff;
	font-size: 17px;
	font-weight: 600;
	padding: 12px 20px;
	width: 100%;
	display: inline-block;
	text-align: center;
	-webkit-box-shadow: inset 0px -1px 30px 1px rgba(255,188,180,0.79);
	-moz-box-shadow: inset 0px -1px 30px 1px rgba(255,188,180,0.79);
	box-shadow: inset 0px -1px 30px 1px rgba(255,188,180,0.79);
}
.fs-40 {
	font-size: 40px !important;
}
.inv-plan {
	padding: 30px 0;
}
.plan-btn a:hover {
	background: #9e0e0e;
}
.bg-theme2 {
	background: rgba(184,15,15,1);
	background: -moz-linear-gradient(left, rgba(184,15,15,1) 0%, rgba(212,55,50,1) 68%, rgba(244,100,90,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(184,15,15,1)), color-stop(68%, rgba(212,55,50,1)), color-stop(100%, rgba(244,100,90,1)));
	background: -webkit-linear-gradient(left, rgba(184,15,15,1) 0%, rgba(212,55,50,1) 68%, rgba(244,100,90,1) 100%);
	background: -o-linear-gradient(left, rgba(184,15,15,1) 0%, rgba(212,55,50,1) 68%, rgba(244,100,90,1) 100%);
	background: -ms-linear-gradient(left, rgba(184,15,15,1) 0%, rgba(212,55,50,1) 68%, rgba(244,100,90,1) 100%);
	background: linear-gradient(to right, rgba(184,15,15,1) 0%, rgba(212,55,50,1) 68%, rgba(244,100,90,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b80f0f', endColorstr='#f4645a', GradientType=1 );
}
.ref-info span {
	color: #fff;
	font-size: 18px;
	font-weight: normal;
	padding: 0px 0 30px 0;
	display: inline-block;
}
.ref-info p {
	color: #fff;
	font-size: 16px;
	padding: 15px 0 0 0;
}
.ref-info a {
	margin-top: 10px;
}
.ref-info {
	padding: 70px 0;
}
.ref-block {
	position: relative;
}
.ref-block li {
	font-size: 36px;
	font-weight: normal;
	color: #c62320;
	display: inline-block;
}
.ref-block li small {
	font-size: 30px;
}
.ref-img {
	position: relative;
}
.ref-block ul li {
	position: absolute;
}

.ref-block ul li:nth-child(1) {
	position: absolute;
	top: 40%;
	left: 12%;
}

.ref-block ul li:nth-child(2) {
	position: absolute;
	top: 93px;
	left: 43%;
}
.ref-block ul li:last-child {
	display: none;
}

.ref-block ul li:nth-child(3) {
	position: absolute;
	top: 34%;
	right: 10px;
}
.ref-block ul li:nth-child(4) {
	position: absolute;
	top: 57%;
	right: 25%;
}
.ref-block ul li h5 {
	margin-top: 0;
	font-size: 17px;
	text-align: center;
	font-weight: normal;
}
.feature-info h5 {
	color: #d10707;
	font-size: 26px;
	font-weight: normal;
}
.feature-info p {
	font-size: 16px;
	color: #000000;
	width: 80%;
}
.feature-info {
	-webkit-box-shadow: 0px 0px 21px 0px rgba(0,0,0,0.11);
	-moz-box-shadow: 0px 0px 21px 0px rgba(0,0,0,0.11);
	box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.07);
	padding: 35px 10px 15px 65px;
	width: 75%;
	margin: 40px auto;
	border-radius: 10px;
}
.feature-info:hover h5 {
	color: #fff;
}
.feature-info:hover p {
	color: #fff;
}
.fea-bg1 {
	background: #fff url(../images/feature-ic1.html) no-repeat left bottom;
}
.fea-bg1:hover {
	background: #d10707 url(../images/feature-ic1.html) no-repeat left bottom;
}
.fea-bg2 {
	background: #fff url(../images/feature-ic2.html) no-repeat left bottom;
}
.fea-bg2:hover {
	background: #d10707 url(../images/feature-ic2.html) no-repeat left bottom;
}
.fea-bg3 {
	background: #fff url(../images/feature-ic3.html) no-repeat left bottom;
}
.fea-bg3:hover {
	background: #d10707 url(../images/feature-ic3.html) no-repeat left bottom;
}
.fea-bg4 {
	background: #fff url(../images/feature-ic4.html) no-repeat left bottom;
}
.fea-bg4:hover {
	background: #d10707 url(../images/feature-ic4.html) no-repeat left bottom;
}
.feature-block {
	background: #fff url(../images/fea-bg.html) no-repeat center;
	position: relative;
}
.fea-logo {
	position: absolute;
	text-align: center;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 100%;
	height: 170px;
}
.transact-tb table {
	background: rgba(181,11,11,1);
	background: -moz-linear-gradient(left, rgba(181,11,11,1) 0%, rgba(193,13,13,1) 29%, rgba(147,14,14,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(181,11,11,1)), color-stop(29%, rgba(193,13,13,1)), color-stop(100%, rgba(147,14,14,1)));
	background: -webkit-linear-gradient(left, rgba(181,11,11,1) 0%, rgba(193,13,13,1) 29%, rgba(147,14,14,1) 100%);
	background: -o-linear-gradient(left, rgba(181,11,11,1) 0%, rgba(193,13,13,1) 29%, rgba(147,14,14,1) 100%);
	background: -ms-linear-gradient(left, rgba(181,11,11,1) 0%, rgba(193,13,13,1) 29%, rgba(147,14,14,1) 100%);
	background: linear-gradient(to right, rgba(181,11,11,1) 0%, rgba(193,13,13,1) 29%, rgba(147,14,14,1) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b50b0b', endColorstr='#930e0e', GradientType=1 );
}
.transact-tb table tr {
	color: #fff;
	border-bottom: 1px solid rgba(255, 255, 255, 0.39);
}
.sec-logo li {
	display: inline-block;
	width: 100%;
	text-align: center;
	padding: 25px 0;
}
.sec-logo {
	background: #ffd816;
	border-radius: 10px;
}
.sec-logo {
	margin-bottom: -50px;
	margin-top: -73px;
}
.foot-info li {
	display: inline-block;
	width: 100%;
	padding: 8px 0;
}
.foot-info li i {
	color: #fff;
	font-size: 24px;
	padding-right: 0;
	vertical-align: top;
	padding-top: 5px;
}
.foot-info li h5 {
	color: #fff;
	font-size: 17px;
	display: inline-block;
	margin: 0;
	padding-left: 15px;
	line-height: 24px;
}
.foot-info {
	padding: 20px 0;
}
.foot-para p {
	color: #fff;
	font-size: 18px;
	text-align: center;
	padding-top: 15px;
}
.foot-para {
	text-align: center;
}
.foot-para a {
	margin-top: 10px;
}
.soc-info li {
	display: inline-block;
	padding: 0 6px;
}
.soc-info {
	text-align: center;
	padding-top: 15px;
}
.cpy-rgt a {
	color: #d94646;
}
.cpy-rgt {
	color: #d94646;
	font-size: 15px;
	text-align: center;
	padding: 30px 0;
}
.bg5 {
	padding: 90px 0 10px 0;
}
.soc-info li a:hover {
	opacity: 0.5;
}

.bg-theme3{
background:#e9e9e9;	
}

.crypto-live {
	padding: 40px 0 105px 0;
}
.ref-img img {
	width: 100%;
}
 .stretch-card  {
	text-align: center;
	margin: 20px auto;
}
.main-menu {
	display: none;
}


/*.header-div {
 
	background: #f6f9fb !important;
}
*/
/*
.header-div a {
	color: #000 !important;
}
.ccc-widget div {
	background: #fff !important;
	color: #000 !important;
	border: none !important;
}

.header-div a {
	color: #000 !important;
}*/

/***************************************************Form******************************************************/

.innerform-logo h4 {
	font-size: 36px;
	color: #24328c;
	font-family: 'Cocogoose';
	line-height: 50px;
	margin: 0;
padding: 70px 0 30px 0;
display: inline-block;
text-align: center;
}
.innerform-logo span {
	color: #24328c;
	font-size: 16px;
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
	display: inline-block;
	width: 100%;
padding: 40px 0;
	margin: 0;
}
.innerform-logo span a {
	color: #000;
	text-decoration:underline;
 
}
 
.innerform-logo {
 
	padding: 85px 0 40px 0;
}

.form_block i img {
	width: 34px;
}

.form_block {
	position: relative;
	margin: 15px 0;
	font-family: 'Montserrat', sans-serif;
}
.upline h5 {
	font-size: 16px;
	text-align: center;
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
	padding: 20px 0;
}
.upline h5 span {
	color: #00d4b1;
}
.check_block {
	text-align: center;
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	font-weight: bold;
}
.check_block a{
 
	color: #00d4b1;
 
}
.check_block a:hover{
 
	color: #fff;
 
}
.cpy-form {
    text-align: center;
    padding: 15px 0;
    font-size: 15px;
    color: #ffffff;
    background: #00d4b1;
}
.inner-form {
	padding: 55px 0 35px 0;
	position: relative;
}
/*.inner-form::after {
	position: absolute;
	content: '';
	background: url(../images/bull-sm.png) no-repeat center;
	width: 351px;
	height: 343px;
	bottom: 0;
	left: -20px;
}
.inner-form::before {
	position: absolute;
	content: '';
	background: url(../images/bear-sm.png) no-repeat center;
	width: 351px;
	height: 343px;
	bottom: 0;
	right: 0;
}*/



.innerform-logo span a:hover {
	color: #fff;
}
 .form-head {
	padding: 60px 0;
}

.inner-bg2 {
    background:#04110f url(../images/plan-bg.jpg) no-repeat top center;
	background-attachment:fixed;
    background-size: cover;
}
 .abt-detail {
	padding: 40px 0;
}
.abt-detail h2 {
    font-family: 'Montserrat', sans-serif;
    color: #fff;
    font-size: 26px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 500;
    margin: 0;
}



 


.msg {
	width: 75%;
	margin: auto;
}
.msg.sucess h5 {
	background: #339f7b;
	-webkit-box-shadow: -1px 32px 31px -6px rgba(51,159,123,0.36);
	-moz-box-shadow: -1px 32px 31px -6px rgba(51,159,123,0.36);
	box-shadow: -1px 32px 31px -6px rgba(51,159,123,0.36);
}
.msg h5 {
	font-size: 16px;
	color: #fff;
	padding: 4px 6px;
}
.msg.error h5 {
	background: #a80511;
	-webkit-box-shadow: -1px 25px 31px -6px rgba(168,5,16,0.35);
	-moz-box-shadow: -1px 25px 31px -6px rgba(168,5,16,0.35);
	box-shadow: -1px 25px 31px -6px rgba(168,5,16,0.35);
}
.msg.error i {
	background: #bf353f;
}
.msg i {
	width: 35px;
	height: 35px;
	text-align: center;
	padding-top: 10px;
	border-radius: 5px;
	margin-right: 10px;
}


/******************faq*********************/




.faq_accordian {
	width: 100%;
}
.faq_accordian .accordion-toggle {
	cursor: pointer;
	margin: 10px 0 0 0;
}
.faq_accordian .accordion-toggle.active {
	background: url(../images/accordian_arrow_up.png) no-repeat center right 10px, #00d4b1;
    color:#05110f;
    border-radius:3px;
}
.faq_accordian .accordion h4 {
	font-size: 16px;
    color: #ffffff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
    width: 100%;
    font-weight: 500;
    padding: 20px 45px 20px 10px;
    background: url(../images/accordian_arrow_down.png) no-repeat center right 10px, #0e2b26;
}

	
.faq_accordian .accordion-content {
	display: none;
}
.faq_accordian .accordion-content p {
	width: 100%;
	display: inline-block;
	font-size: 14px;
	color: #fff;
	line-height: 26px;
	background: #1c1b1b;
	padding: 20px 20px;
}

.faq_accordian .accordion .open {
	display: block;
}

/********************news******************/


.news-sec h4 {
	margin-bottom: 16px;
	color: #1e257a;
	font-size: 22px;
	text-transform: capitalize;
}

 
.news-sec h4 a {
	color: #b50b0b;
	font-size: 18px;
}

.news-sec.full_detail {
	min-height: auto;
}
.news-sec small {
	background-color: #ffd816;
	color: #5e0000;
	padding: 5px;
	margin-top: 20px;
	display: inline-block;
}

.news-sec p {
	font-size: 15px;
	font-weight: 500;
}
.news-sec {
	background-color: #ffffff;
	padding: 20px;
	-webkit-box-shadow: 0px 0px 16px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 16px 3px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 16px 3px rgba(0,0,0,0.2);
	margin: 5px 0;
	min-height: 390px;
}
.full_detail {
	min-height: 145px;
}

/********************table page******************/

.table_page {
	color: #fff;
	font-size: 15px;
	margin: 20px 0;
}

.table_page i {
background: #e9c42a;
color: #000;
	border: transparent;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	text-align: center;
	padding-top: 8px;
	margin: 0 5px;
}

.abt-head.head-inner h4 {
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
}
 
 
 .inv-info p {
	color: #fff;
	font-size: 16px;
	padding: 20px 0 0 0;
	width: 90%;
	margin: auto;
}

 


.referral-block li h5 {
	padding-bottom: 20px;
}
.referral-block li {
	font-size: 70px;
	font-weight: normal;
	color: #c62320;
	display: inline-block;
	background: #efefef;
	padding: 0px 0;
 
	width: 100%;
	margin: 20px 0;
	text-align: center;
}

.referral-block li small {
	font-size: 50px;
}