body {
	 background-color: #fff;
    font-family: Nunito,sans-serif;
    color: #000;
}

body, h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6, p, .navbar, .brand, .btn-simple, .alert, a, .td-name, td, button.close {
    font-family: 'Nunito', sans-serif;
}

.navbar {
    left: 0;
    right: 0;
    background-color: transparent;
    padding-top: 20px;
    padding-bottom: 20px;
    height: auto;
    position: relative;
    z-index: 10000;
}

.top-text {
    -ms-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -ms-transform-origin: left top 0;
    -moz-transform-origin: left top 0;
    -webkit-transform-origin: left top 0;
    transform-origin: left top 0;
    background: #FFAD46 !important;
    color: #fff;
    margin-left: 40px;
    padding: 10px 25px;
    text-transform: uppercase;
    text-transform: 1px 1px 0px rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 40%;
    left: 0px;
    z-index: 100000;
    font-size: 16px;
    font-weight: 600;
    animation: glowing 1300ms infinite;
    border-radius: 6px 6px 0px 0px;
}





.top-text:hover {
	color:white;
	text-decoration:none;
}



  @keyframes glowing {
        0% {
          background-color: #FFAD46;
          box-shadow: 0 0 5px #FFAD46;
        }
        50% {
          background-color: #FABE45;
          box-shadow: 0 0 20px #FABE45;
        }
        100% {
          background-color: #FFAD46;
          box-shadow: 0 0 5px #FFAD46;
        }
      }

.navbar .navbar-brand {
    color: #fff;
    text-transform: none;
    letter-spacing: 3px;
    font-weight: 700;
}

.navbar .navbar-brand {
    font-weight: 700;
    text-align:center;
}

.navbar .navbar-nav .nav-item .nav-link {
    color: #f2f2f2;
    padding-left: 15px!important;
    padding-right: 15px!important;
    padding-top: 0!important;
    padding-bottom: 0!important;
    height: 100%;
}

.navbar .navbar-nav .nav-item .nav-link:hover, .navbar .navbar-nav .nav-item .nav-link:focus {
	background:none;
	color:white;
}

.navbar .navbar-nav .nav-link {
    padding: 3px 20px!important;
}

.navbar .navbar-nav .dropdown-item, .navbar .navbar-nav .dropdown-title, .navbar .navbar-nav .nav-link {
    font-weight: 600;
    font-size: 14px;
}

.hero-wrapper {
    display: inline-block;
    width: 100%;
    z-index: 0;
    position: relative;
}

.hero {
    width: 100%;
    position: relative;
    color: #fff;
    background: url(../img/hero-background.png) no-repeat center;
}

.hero-sub {
    width: 100%;
    position: relative;
    color: #fff;
    background: url(../img/hero-background.png) no-repeat bottom center;
}

.hero:after {
    content: ' ';
    background-image: linear-gradient(-45deg,#06418e,#1572e8)!important;
    position: absolute;
    border-radius: 50% 0 0 50%;
    top: -230px;
    right: 0;
    bottom: -50px;
    width: 53%;
    transform: skewY(-20deg);
    z-index: -1;
    width: 100%;
    border-radius: 0;
    transform: skewY(-5deg);
}

section.section-about {
    padding: 50px 0 20px;
}

.section-about img {
	max-width:100%;
}

.support .user-stats {color:white;}

.support .user-stats i {font-size:48px;}

.support .user-stats li i {
	font-size:24px;
}

.Payeer-bg {
	  background: url(../img/43.png) no-repeat 4px center;
	  background-size: 40px auto;
	  padding-left:49px;
}

.Bitcoin-bg {
 background: url(../img/48.png) no-repeat 4px center;
 background-size: 40px auto;
padding-left:49px;
}

.login .login-aside .user-stats .title {
    font-size: 18px;
}

.hero .container {
    display: flex;
    align-items: center;
    min-height: 650px;
}

.hero-sub .container {
    display: flex;
    align-items: center;
    min-height: 300px;
}

.hero .text {
padding: 100px 0px 120px 0;
}

.hero-sub .text {
padding: 50px 0px 120px 0;
}

.terms ol li {
	list-style:none;
}

.hero .imgbox, .hero .text {
    color: #fff;
    flex-grow: 0;
    width: calc(100% / 2);
}

.hero .headline {
    display: inline-block;
    background-color: rgba(255,255,255,.1);
    color: #fff;
    border-radius: 30px;
    padding: 5px 25px 5px 5px;
    font-size: 12px;
    margin-bottom: 40px;
    font-weight: 600;
    letter-spacing: .2px;
}



.hero .text h1 {
    font-weight: 700;
    line-height: 54px;
    font-size: 2.5rem;
}

.hero .text p.lead {
    color: rgba(255,255,255,.8);
    font-weight: 500;
    line-height: 32px;
    margin-top: 15px;
    font-size: 18px;
}

.hero .cta {
    margin-top: 40px;
}

.hero-wrapper .imgbox {

    padding: 20px;
    border-radius: 20px;
    position: relative;
}

.hero .btn, .hero-mini .btn {
    font-size: 16px;
    border-radius: 30px;
    padding: 12px 30px;
    box-shadow: 0 0 30px rgba(252,189,37,.4);
}

.callout {
    background-color: #fff;
    box-shadow: 0 0 25px rgba(103,119,239,.1);
    margin-top: -50px;
    border-radius: 3px;
    padding: 50px 50px;
    z-index: 100000;
    position: relative;

}


.callout i {
    color: #cac9c8;
    font-size: 1.85rem;
}

.cta .btn-icon.btn-lg {
    height: auto;
    min-width: 2.75rem;
    width: auto;
}

.hero-wrapper .imgbox img {
	max-width:100%;
}

.navbar .navbar-brand img {
	    display: block;
    margin: 0px auto;
}

.abs-images {
    position: relative;
}


 

.abs-images .img-fluid {
    position: absolute;
}

.abs-images .img-fluid:first-child {
	top: -25px;
    right: -20px;
    z-index: 2;
    background: white;
    width: 505px;
    height: 240px;
    padding-top: 30px;
}

.abs-images .img-fluid:nth-child(2) {
    z-index: 1;
    top: -280px;
    background: #4B47E5 url(../img/component1.png) no-repeat center;
    width: 325px;
    height: 333px;
    padding-top: 25px;
    padding-left: 20px;
}

.abs-images .img-fluid:nth-child(2) p {
	margin-bottom:0.5rem;
}

.abs-images .img-fluid:nth-child(3) {
    z-index: 1;
    top: -170px;
    right: -80px;
    background: #FFFFFF url(../img/component3.png) no-repeat center;
    width: 505px;
    height: 258px;
    color: #504d4d;
    padding: 20px;
}

.abs-images .img-fluid:nth-child(3) p {
		margin-bottom:0.4rem;
		color:#888787;
}



.rotating {
    -webkit-transform: rotate(360deg);
    -webkit-transition-duration: 1s;
    -webkit-transition-delay: now;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
}


 @-webkit-keyframes rotating /* Safari and Chrome */ {
  from {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.rotating {
  -webkit-animation: rotating 2s linear infinite;
  -moz-animation: rotating 2s linear infinite;
  -ms-animation: rotating 2s linear infinite;
  -o-animation: rotating 2s linear infinite;
  animation: rotating 2s linear infinite;
}

.card-pricing2 .pricing-content li.disable:before, .card-pricing2 .pricing-content li:before {
	left: -30px;
}

.card-pricing2 .pricing-content {
	    padding: 50px 0 0 70px;
}


.dark-shadow {
    box-shadow: 0 0 40px rgba(103,119,239,.2);
}

.rounded {
    border-radius: .25rem!important;
}

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

img {
    image-rendering: -webkit-optimize-contrast;
        vertical-align: middle;
    border-style: none;
}

.abs-images .img-fluid:nth-child(3) h4 {
    margin-bottom: .2rem;
    color: #2A2F5B;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.6;
}

.abs-images .img-fluid:nth-child(3) h2 {
    color: #2A2F5B;
    font-weight: 600;
    font-size: 1.15rem;
}

.abs-images .img-fluid:nth-child(2) h2 {
	    font-weight: 600;
    font-size: 1.15rem;
}

.flex-wrapper {
  display: flex;
  flex-flow: row nowrap;
}

.single-chart {
    width: 33%;
    justify-content: space-around;
    color: #1572E8 !important;
    text-align: center;
    font-size: 16px;
}

.circular-chart {
  display: block;
  margin: 10px auto;
  max-width: 80%;
  max-height: 250px;
}

.circle-bg {
  fill: none;
  stroke: #eee;
  stroke-width: 3;
}

.circle {
  fill: none;
  stroke-width: 2.8;
  stroke-linecap: round;
  animation: progress 1s ease-out forwards;
}

@keyframes progress {
  0% {
    stroke-dasharray: 0 100;
  }
}

.circular-chart.orange .circle {
  stroke: #ff9f00;
}

.circular-chart.green .circle {
  stroke: #4CC790;
}

.circular-chart.blue .circle {
  stroke: #3c9ee5;
}

.percentage {
    fill: #7f7c7c;
    font-size: 0.4em;
    text-anchor: middle;
    letter-spacing: -0.05em;
    font-weight: 600;
}

.card-pricing2 .currency {
    display: inline-block;
    font-size: 26px;
    margin-top: 7px;
    vertical-align: top;
}

section .subtitle {
    color: rgba(0,0,0,.4);
    font-size: 15px;
    line-height: 30px;
    margin-bottom: 10px;
    font-weight: 300;
    text-transform: uppercase;
}

section h2 {
    font-size: 30px;
    line-height: 1.5;
    font-weight: 700;
}

section .lead {
    color: rgba(0,0,0,.5);
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 2rem;
}
.section-skew {
    margin-top: 20px;
    position: relative;
}

section {
    padding: 100px 0;
}

.section-skew:after {
    content: ' ';
    position: absolute;
    top: -30px;
    bottom: -30px;
    left: 0;
    width: 100%;
    z-index: -1;
    transform: skewY(-4deg);
    background-color: #fafbfe;
}

section p {
    font-size: 16px;
    font-weight: 400;
    margin-top: 20px;
    line-height: 34px;
    color: #4e5051;
}

.features .card-icon {

    margin: 0px auto 20px;
}

.feature {
	text-align:center;
}

.features .feature h5 {
    margin-bottom: 5px;
    font-weight: 700;
    font-size: 1.15rem;
}



.features .feature p {
    margin-top: 10px;
    line-height: 32px;
}


.features .feature .feature-icon i {
    font-size: 22px;
    margin-bottom: 25px;
}
.btn-border.btn-white {
    color: #ffffff !important;
    border: 1px solid #ffffff4f !important;
}

.section-circle-background {

    color: #fff;
    background-image: linear-gradient(-45deg,#06418e,#1572e8)!important;
}


.section-design-right {
    padding: 20px 0 30px;
    overflow: hidden;
    margin-top: 50px;
    margin-bottom: 40px;
}

.section-design, .section-design-right, .support-us .container {
    position: relative;
}

.badge {
    vertical-align: middle;
    padding: 7px 12px;
    font-weight: 600;
    letter-spacing: .3px;
    border-radius: 30px;
    font-size: 12px;
}

.before-footer {
    padding: 0;
    position: relative;
    z-index: 99;
    margin-bottom: -20px;
    border-top: 1px solid rgba(0,0,0,.04);
    padding-top: 60px;
    margin-top: -50px;
}

.long-shadow {
    box-shadow: 0 0 60px rgba(103,119,239,.15);
}

.card-icon {
    width: 50px;
    height: 50px;
    border-radius: 3px;
    text-align: center;
    margin-right: 20px;
    flex-grow: 0;
    flex-shrink: 0;
}

.card-icon i {
    line-height: 50px;
    font-size: 20px;
}

.table tbody tr.deposit {
	    background-color: rgba(166, 241, 165, 0.5);
}
.table tbody tr.withdrawal {
    background-color: rgb(221, 238, 255) !important;
}

.table td, .table th {
    font-size: 14px;
    border-top-width: 0px;
    border-bottom: 1px solid;
    border-color: #ffffff !important;
    padding: 0 25px !important;
    height: 60px;
    vertical-align: middle !important;
}

.btn-add {
	min-width:90px;
}

.statistics h6 {
	font-weight:normal;
}



footer {
    padding: 80px 0;
    text-transform: uppercase;
    font-family: Nunito,sans-serif;
    font-weight: 500;
    letter-spacing: 2px;
    font-size: 10px;
    position: relative;
    background-image: linear-gradient(to left,#06418e,#1572e8)!important;
    color: #fff;
}

footer:after {
    content: ' ';
    background-image: linear-gradient(to left,#06418e,#1572e8)!important;
    transform: skewY(-4deg);
    z-index: 1;
    position: absolute;
    bottom: 120px;
    left: 0;
    width: 100%;
    height: 100%;
}

footer .container {
    position: relative;
    z-index: 2;
}



footer .nav-link {
	color:white;
	    padding: .5rem 0.5rem;
}

footer .navbar-nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}


footer .btn-icon, .navbar .btn-icon {
    font-size: .6375rem;
    height: 1.5125rem;
    line-height: 1.5125rem;
    min-width: 1.5125rem;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 1.5125rem;
    margin-top: -8px;
    text-align: center;
    padding-left: 2px;
}

.navbar .navbar-nav .nav-item .nav-link i {
    font-size: 14px;
    vertical-align: middle;
    line-height: 1 !important;
}

.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .25rem;
    color: white;
}

.card-Payeer {background:#1572E8 !important;}

.card-Bitcoin {background:#FBA234 !important;}

.icon-big img {
	width:48px;
}


@media screen and (max-width: 991px) {
.hero .text {
    width: 100%;
    padding-right: 0;
    padding: 0;
}
.hero .imgbox {
    display:none;
}

.hero .text h1 {
    font-weight: 700;
    line-height: 44px;
    font-size: 2rem;
}

@media (max-width: 576px) {
.callout {
    margin-top: 0;
    padding: 30px 20px;
    width: calc(100% - 40px);
    text-align:center;
}

.hero:after {
	    top: -430px;
}

.hero-sub .container {
display: flex;
    align-items: center;
    min-height: 200px;
    padding-top: 40px;
}

section .lead {
    color: rgba(0,0,0,.5);
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 0.5rem;
}

section {
    padding: 50px 0;
}

.section-design-right {
    padding: 60px 0 30px;
    overflow: hidden;
    margin-top: 50px;
    margin-bottom: 40px;
}

}

}
