@import url('https://fonts.googleapis.com/css?family=Lato:400,700,900');

body {
  margin: 0px;
  padding: 0px;
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  color: #676767;
}

* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  outline: none !important;
  -webkit-text-size-adjust: 100%;
  font-variant-ligatures: none;
  -webkit-font-variant-ligatures: none;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
}

a {
  text-decoration: none;
}

li {
  list-style: none;
}

h1, h2, h3, h4, b, strong {
  font-weight: 900 !important;
}

button {
  cursor: pointer !important;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #676767;
  font-size: 14px;
  font-weight: 900;
  text-transform: uppercase;
}

a,
a:hover,
a::before,
a::after,
a:hover::after,
a:hover::before,
button,
button:hover,
button:focus,
input,
input:focus,
.checkbox input + div,
.radio input + div,
.checkbox input:checked + div,
.radio input:checked + div,
textarea,
textarea:focus,
.btn-1,
.btn-1:hover,
.btn-2,
.btn-2:hover,
.btn-2:hover::before {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}



.checkbox,
.radio {
  position: relative;
  width: 22px;
  height: 22px;
  cursor: pointer !important;
  display: inline-block;
  top: -2px;
}

.checkbox::-moz-selection, .radio::-moz-selection,
.checkbox::selection, .radio::selection,
.checkbox::-webkit-selection, .radio::-webkit-selection,
.checkbox::-ms-selection, .radio::-ms-selection {
  background: transparent;
}

.checkbox input,
.radio input {
  position: absolute;
  cursor: pointer;
  opacity: 0;
}

.checkbox input + div,
.radio input + div {
  position: relative;
  display: inline-block;
  width: 22px;
  height: 22px;
  background: #ffffff;
  border: 4px solid #ffffff;
  border-radius: 50%;
  vertical-align: middle;
  -webkit-backface-visibility: hidden;
  top: 0px;
  left: 0px;
  box-shadow: 0px 0px 6px #676767;
}

.checkbox input:checked + div,
.radio input:checked + div {
  background: #4bc687;
}

.sbmt {
  padding: 8px 16px;
  font-size: 16px;
  text-align: center;
  color: #ffffff;
  font-weight: 900;
  text-transform: uppercase;
  border-radius: 20px;
  background: rgba(70,200,255,1);
  background: -moz-linear-gradient(left, rgba(70,200,255,1) 0%, rgba(75,198,131,1) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(70,200,255,1)), color-stop(100%, rgba(75,198,131,1)));
  background: -webkit-linear-gradient(left, rgba(70,200,255,1) 0%, rgba(75,198,131,1) 100%);
  background: -o-linear-gradient(left, rgba(70,200,255,1) 0%, rgba(75,198,131,1) 100%);
  background: -ms-linear-gradient(left, rgba(70,200,255,1) 0%, rgba(75,198,131,1) 100%);
  background: linear-gradient(to right, rgba(70,200,255,1) 0%, rgba(75,198,131,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#46c8ff', endColorstr='#4bc683', GradientType=1 );
  cursor: pointer !important;
  border: none;
  position: relative;
  z-index: 200;
  display: inline-block;
}

.sbmt:hover {
  box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.25);
}

.btn-1 {
  padding: 8px 16px;
  font-size: 16px;
  font-weight: 900;
  color: #ffffff;
  text-transform: uppercase;
  border-radius: 20px;
  display: inline-block;
  border: none;
  position: relative;
  cursor: pointer !important;
}

.btn-1:hover {
  box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.25);
}

.inpt {
  border: 2px solid #ffffff;
  border-radius: 20px;
  background: transparent;
  padding: 0px 20px;
  height: 38px;
  line-height: 38px;
  font-size: 16px;
  font-weight: 700;
  width: 100%;
  display: inline-block;
  color: #ffffff;
}

.inpt:focus {
  background: #ffffff;
  color: #676767;
}

.gradient-text {

}

.gradient-text span {
  background: rgba(70,200,255,1);
  background: -moz-linear-gradient(left, rgba(70,200,255,1) 0%, rgba(75,198,131,1) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(70,200,255,1)), color-stop(100%, rgba(75,198,131,1)));
  background: -webkit-linear-gradient(left, rgba(70,200,255,1) 0%, rgba(75,198,131,1) 100%);
  background: -o-linear-gradient(left, rgba(70,200,255,1) 0%, rgba(75,198,131,1) 100%);
  background: -ms-linear-gradient(left, rgba(70,200,255,1) 0%, rgba(75,198,131,1) 100%);
  background: linear-gradient(to right, rgba(70,200,255,1) 0%, rgba(75,198,131,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#46c8ff', endColorstr='#4bc683', GradientType=1 );
  display: inline-block;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
}

.gradient-bg {
  background: rgba(70,200,255,1);
  background: -moz-linear-gradient(left, rgba(70,200,255,1) 0%, rgba(75,198,131,1) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(70,200,255,1)), color-stop(100%, rgba(75,198,131,1)));
  background: -webkit-linear-gradient(left, rgba(70,200,255,1) 0%, rgba(75,198,131,1) 100%);
  background: -o-linear-gradient(left, rgba(70,200,255,1) 0%, rgba(75,198,131,1) 100%);
  background: -ms-linear-gradient(left, rgba(70,200,255,1) 0%, rgba(75,198,131,1) 100%);
  background: linear-gradient(to right, rgba(70,200,255,1) 0%, rgba(75,198,131,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#46c8ff', endColorstr='#4bc683', GradientType=1 );
  display: inline-block;
  position: relative;
}

.gradient-overlay {
  background: rgba(70,200,255,1);
  background: -moz-linear-gradient(left, rgba(70,200,255,1) 0%, rgba(75,198,131,1) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(70,200,255,1)), color-stop(100%, rgba(75,198,131,1)));
  background: -webkit-linear-gradient(left, rgba(70,200,255,1) 0%, rgba(75,198,131,1) 100%);
  background: -o-linear-gradient(left, rgba(70,200,255,1) 0%, rgba(75,198,131,1) 100%);
  background: -ms-linear-gradient(left, rgba(70,200,255,1) 0%, rgba(75,198,131,1) 100%);
  background: linear-gradient(to right, rgba(70,200,255,1) 0%, rgba(75,198,131,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#46c8ff', endColorstr='#4bc683', GradientType=1 );
  height: 40px;
  line-height: 40px;
  display: inline-block;
  padding: 0px 2px;
  border-radius: 20px;
}

.gradient-overlay select,
.gradient-overlay input {
  background: #ffffff;
  height: 36px;
  line-height: 36px;
  color: #5a5a5a;
  font-size: 16px;
  font-weight: 900;
  position: relative;
  top: 2px;
  border: none;
  padding: 0px 10px;
  border-radius: 20px;
}

.gradient-overlay input:focus,
.gradient-overlay select:focus {
  box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.25);
}

.big-select {
  width: 250px;
}

.small-select {
  width: 100px;
}

.big-select select {
  background: url('../imgs/select-down.png') no-repeat center #ffffff;
  background-position-x: 220px;
  background-size: 20px;
}

.small-select select {
  background: url('../imgs/select-down.png') no-repeat center #ffffff;
  background-position-x: 70px;
  background-size: 20px;
}

.big-select select,
.small-select select {
  width: 100%;
}

.wrapper {
  min-width: 1170px;
  max-width: 1920px;
  min-height: 100%;
}

.alternative {
  background: url('../imgs/ai-bg.jpg') no-repeat center right;
  background-size: cover;
  background-attachment: fixed;
}

.container {
  width: 1170px;
  padding: 0px 20px;
  margin: 0 auto;
  position: relative;
  display: table;
}

.page-title {
  text-align: center;
  height: 40px;
  margin-top: 40px;
  margin-bottom: 160px;
}

.page-title span {
  font-size: 40px;
  text-transform: uppercase;
  letter-spacing: 1px;
  height: 40px;
  line-height: 40px;
  position: relative;
}

.page-title span::before {
  content: '';
  display: block;
  position: absolute;
  width: 2px;
  height: 60px;
  background: #46c8fd;
  left: -145px;
  top: -40px;
}

.page-title span::after {
  content: '';
  display: block;
  position: absolute;
  width: 140px;
  height: 2px;
  background: #46c8fd;
  left: -145px;
  top: 20px;
}

header {
  width: 100%;
  position: relative;
  z-index: 1000;
  display: block;
}

#header_home {
  position: absolute !important;
  background: transparent !important;
}

header nav {
  float: right;
  width: 800px;
}

.top-nav {
  width: 100%;
  padding: 10px 0px;
  display: table;
}

.top-nav .social {
  float: left;
}

.social a {
  background: rgba(255, 255, 255, 0.25);
  border: 2px solid rgba(255, 255, 255, 0.3);
  font-size: 16px;
  font-weight: 900;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  position: relative;
}

.social a i {
  position: relative;
  top: 7px;
  font-size: 18px;
  color: #ffffff;
  z-index: 100;
}

.social a:first-child {
  margin-right: 6px;
}

.social a::before,
.btn-2::before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  background: rgba(70,200,255,1);
  background: -moz-linear-gradient(left, rgba(70,200,255,1) 0%, rgba(75,198,131,1) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(70,200,255,1)), color-stop(100%, rgba(75,198,131,1)));
  background: -webkit-linear-gradient(left, rgba(70,200,255,1) 0%, rgba(75,198,131,1) 100%);
  background: -o-linear-gradient(left, rgba(70,200,255,1) 0%, rgba(75,198,131,1) 100%);
  background: -ms-linear-gradient(left, rgba(70,200,255,1) 0%, rgba(75,198,131,1) 100%);
  background: linear-gradient(to right, rgba(70,200,255,1) 0%, rgba(75,198,131,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#46c8ff', endColorstr='#4bc683', GradientType=1 );
  opacity: 0;
  left: 0px;
  top: 0px;
  z-index: 1;
}

.social a:hover::before,
.btn-2:hover::before {
  opacity: 1;
}

.time {
  float: left;
  color: #ffffff;
  font-size: 17px;
  font-weight: 700;
  position: relative;
  margin-left: 20px;
  top: 10px;
}

#clockbox {
  background: rgba(255, 255, 255, 0.25);
  padding: 5px 10px;
  border-radius: 16px;
  margin-left: 6px;
}

.top-nav .buttons {
  float: right;
}

.btn-2 {
  color: #ffffff;
  text-transform: uppercase;
  text-align: center;
  padding: 0px 16px;
  background: rgba(255, 255, 255, 0.25);
  display: inline-block;
  border-radius: 20px;
  border: 2px solid rgba(255, 255, 255, 0.3);
  position: relative;
  height: 36px;
  line-height: 32px;
}

.btn-2 b {
  font-size: 16px;
  font-weight: 900;
  display: inline-block;
  position: relative;
  z-index: 100;
  letter-spacing: 1px;
}

.btn-2 b i {
  margin-right: 6px;
}

.btn-2:first-child {
  margin-right: 10px;
}

.btn-2:hover {
  background: transparent;
  border: 2px solid #ffffff;
}

header nav ul {
  display: flex;
  width: 100%;
  justify-content: space-between;
  padding-top: 10px;
  padding-bottom: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}

header nav ul li {
  display: inline-block;
}

header nav ul li a {
  color: #ffffff;
  font-weight: 900;
  font-size: 16px;
  position: relative;
  display: block;
}

header nav ul li a::before {
  content: '';
  display: block;
  position: absolute;
  width: 1px;
  height: 10px;
  background: rgba(255, 255, 255, 0.5);
  left: 50%;
  margin-left: -1px;
  top: -10px;
}

header nav ul li a::after {
  content: '';
  display: block;
  position: absolute;
  bottom: -14px;
  width: 8px;
  height: 8px;
  background: #ffffff;
  border-radius: 50%;
  left: 50%;
  margin-left: -4px;
  opacity: 0;
}

header nav ul li a:hover::after {
  opacity: 1;
}

.logo {
  position: absolute;
  width: 229px;
  height: 70px;
  background: url('../imgs/logo.png') no-repeat center;
  background-size: 229px;
  left: 20px;
  top: 20px;
}

.sec-main {
  width: 100%;
  height: 850px;
  background: url('../imgs/main-bg.png') no-repeat center;
  background-size: cover;
  position: relative;
  overflow: hidden;
  padding-top: 110px;
}

.ai-face {
  width: 774px;
  height: 724px;
  background: url('../imgs/ai-face.png') no-repeat center;
  background-size: 774px;
  position: absolute;
  top: 30px;
  left: -90px;
}

.eye-1 {
  width: 48px;
  height: 32px;
  background: #ffffff;
  position: absolute;
  left: 420px;
  top: 194px;
  transform: rotate(17deg) skew(-46deg, 0deg);
  border-radius: 50%;
  box-shadow: 0px 0px 20px 6px #ffffff;
  animation: eyeGlow 2s linear infinite;
  -webkit-filter: blur(2px);
  -moz-filter: blur(2px);
  -ms-filter: blur(2px);
  -o-filter: blur(2px);
  filter: url("data:image/svg+xml;utf8,<svg height='0' xmlns='http://www.w3.org/2000/svg'><filter id='svgBlur' x='-5%' y='-5%' width='110%' height='110%'><feGaussianBlur in='SourceGraphic' stdDeviation='5'/></filter></svg>#svgBlur");
  filter: progid: DXImageTransform.Microsoft.Blur(PixelRadius = '2');
  filter: blur(2px);
}

.eye-2 {
  width: 38px;
  height: 26px;
  background: #ffffff;
  position: absolute;
  right: 207px;
  top: 192px;
  transform: rotate(-28deg) skew(34deg, 0deg);
  border-radius: 50%;
  box-shadow: 0px 0px 18px 5px #ffffff;
  animation: eyeGlow 2s linear infinite;
  -webkit-filter: blur(2px);
  -moz-filter: blur(2px);
  -ms-filter: blur(2px);
  -o-filter: blur(2px);
  filter: url("data:image/svg+xml;utf8,<svg height='0' xmlns='http://www.w3.org/2000/svg'><filter id='svgBlur' x='-5%' y='-5%' width='110%' height='110%'><feGaussianBlur in='SourceGraphic' stdDeviation='5'/></filter></svg>#svgBlur");
  filter: progid: DXImageTransform.Microsoft.Blur(PixelRadius = '2');
  filter: blur(2px);
}

@-webkit-keyframes eyeGlow {
  0%, 100% {
    opacity: 0.2;
  }
  50% {
    opacity: 0.9;
  }
}

@-moz-keyframes eyeGlow {
  0%, 100% {
    opacity: 0.2;
  }
  50% {
    opacity: 0.9;
  }
}

@-ms-keyframes eyeGlow {
  0%, 100% {
    opacity: 0.2;
  }
  50% {
    opacity: 0.9;
  }
}

@-o-keyframes eyeGlow {
  0%, 100% {
    opacity: 0.2;
  }
  50% {
    opacity: 0.9;
  }
}

@keyframes eyeGlow {
  0%, 100% {
    opacity: 0.2;
  }
  50% {
    opacity: 0.9;
  }
}

.main-text {
  float: right;
  width: 590px;
  margin-top: 100px;
  color: #ffffff;
  position: relative;
  z-index: 200;
}

.main-text h3 {
  font-size: 34px;
  line-height: 38px;
}

.main-text p {
  display: block;
  font-size: 18px;
  margin: 10px 0px;
}

.main-text .button {
  display: block;
  margin: 20px 0px;
}

.main-text .button a {
  border-radius: 20px;
  background: #ffffff;
  height: 42px;
  line-height: 42px;
  padding: 0px 54px 0px 14px;
  display: inline-block;
  position: relative;
}

.main-text .button a:hover {
  box-shadow: 0px 0px 20px 5px rgba(255, 255, 255, 0.5);
}

.main-text .button a span {
  font-size: 18px;
  letter-spacing: 1px;
  font-weight: 900;
  text-transform: uppercase;
}

.main-text .button a::before {
  content: '';
  display: block;
  position: absolute;
  right: 6px;
  top: 4px;
  background: rgba(70,200,255,1);
  background: -moz-linear-gradient(left, rgba(70,200,255,1) 0%, rgba(75,198,131,1) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(70,200,255,1)), color-stop(100%, rgba(75,198,131,1)));
  background: -webkit-linear-gradient(left, rgba(70,200,255,1) 0%, rgba(75,198,131,1) 100%);
  background: -o-linear-gradient(left, rgba(70,200,255,1) 0%, rgba(75,198,131,1) 100%);
  background: -ms-linear-gradient(left, rgba(70,200,255,1) 0%, rgba(75,198,131,1) 100%);
  background: linear-gradient(to right, rgba(70,200,255,1) 0%, rgba(75,198,131,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#46c8ff', endColorstr='#4bc683', GradientType=1 );
  width: 34px;
  height: 34px;
  border-radius: 50%;
}

.main-text .button a::after {
  content: '';
  display: block;
  width: 16px;
  height: 16px;
  background: url('../imgs/button-arrow.png') no-repeat center;
  background-size: 16px;
  top: 13px;
  right: 14px;
  position: absolute;
}

.crypto {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  padding-bottom: 20px;
  width: 560px;
}

.crypto b {
  display: block;
  font-size: 22px;
  font-weight: 900;
}

.crypto small {
  font-size: 22px;
  color: #a3e9fb;
}

.crypto div {
  position: relative;
}

.crypto div::before {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  width: 1px;
  height: 14px;
  bottom: -20px;
  background: rgba(255, 255, 255, 0.5);
}

.trading {
  width: 100%;
  margin-left: 140px;
  padding-left: 70px;
  position: relative;
  margin-top: 20px;
}

.trading svg {
  width: 60px;
  height: 60px;
  position: absolute;
  left: 0px;
}

.trading b {
  display: block;
  font-size: 20px;
  height: 20px;
  line-height: 20px;
  padding-top: 6px;
}

.trading span {
  color: #a3e9fb;
  font-weight: 900;
  font-size: 22px;
  display: block;
  height: 22px;
  line-height: 22px;
  margin-top: 14px;
  text-transform: uppercase;
}

.morph1 {
  width: 227px;
  height: 212px;
  background: url('../imgs/morph1.png') no-repeat center;
  background-size: 227px;
  position: absolute;
  top: 240px;
  left: -70px;
}

.morph2 {
  width: 68px;
  height: 64px;
  background: url('../imgs/morph2.png') no-repeat center;
  background-size: 68px;
  position: absolute;
  top: 30px;
  left: 490px;
}

.morph3 {
  width: 130px;
  height: 134px;
  background: url('../imgs/morph3.png') no-repeat center;
  background-size: 130px;
  position: absolute;
  right: -90px;
  top: 350px;
}

.sec-plans {
  width: 1130px;
  background: url('../imgs/shape-top.png') no-repeat center top #ffffff;
  position: relative;
  margin: 0 auto;
  margin-top: -150px;
  border-radius: 30px;
  box-shadow: 0px 36px 50px 0px rgba(0, 0, 0, 0.12);
  z-index: 200;
  padding-bottom: 30px;
  display: table;
}

.sec-plans h3 {
  text-align: center;
  padding-top: 20px;
}

.sec-plans h3 span {
  font-size: 32px;
}

.sec-plans h3 span::before {
  content: '';
  display: block;
  position: absolute;
  left: -80px;
  border-top: 5px dotted #46c8fc;
  width: 70px;
  height: 10px;
  top: 50%;
}

.sec-plans h3 span::after {
  content: '';
  display: block;
  position: absolute;
  right: -80px;
  border-top: 5px dotted #4bc685;
  width: 70px;
  height: 10px;
  top: 50%;
}

.plans {
  width: 930px;
  margin: 40px auto;
  position: relative;
  border-radius: 30px;
  padding: 20px 0px;
  display: table;
}

.plans::before {
  content: '';
  display: block;
  position: absolute;
  height: 90%;
  top: 18%;
  left: -20px;
  border-radius: 30px;
  width: 950px;
  background: rgba(70,200,255,1);
  background: -moz-linear-gradient(left, rgba(70,200,255,1) 0%, rgba(75,198,131,1) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(70,200,255,1)), color-stop(100%, rgba(75,198,131,1)));
  background: -webkit-linear-gradient(left, rgba(70,200,255,1) 0%, rgba(75,198,131,1) 100%);
  background: -o-linear-gradient(left, rgba(70,200,255,1) 0%, rgba(75,198,131,1) 100%);
  background: -ms-linear-gradient(left, rgba(70,200,255,1) 0%, rgba(75,198,131,1) 100%);
  background: linear-gradient(to right, rgba(70,200,255,1) 0%, rgba(75,198,131,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#46c8ff', endColorstr='#4bc683', GradientType=1 );
  -webkit-filter: blur(20px);
  -moz-filter: blur(20px);
  -ms-filter: blur(20px);
  -o-filter: blur(20px);
  filter: url("data:image/svg+xml;utf8,<svg height='0' xmlns='http://www.w3.org/2000/svg'><filter id='svgBlur' x='-5%' y='-5%' width='110%' height='110%'><feGaussianBlur in='SourceGraphic' stdDeviation='5'/></filter></svg>#svgBlur");
  filter: progid: DXImageTransform.Microsoft.Blur(PixelRadius = '20');
  filter: blur(20px);
  opacity: 0.8;
  z-index: 0;
}

.plan {
  width: 33.3%;
  float: left;
  z-index: 55;
  position: relative;
}

.plan:nth-child(1) {
  border-right: 1px solid rgba(0, 0, 0, 0.2);
}

.plan:nth-child(2) {
  border-left: 1px solid rgba(255, 255, 255, 0.4);
  border-right: 1px solid rgba(255, 255, 255, 0.4);
}

.plan:nth-child(3) {
  border-left: 1px solid rgba(0, 0, 0, 0.2);
}

.plan-header {
  display: table;
  margin: 0 auto;
  position: relative;
}

.plan-header::before {
  content: '';
  display: block;
  position: absolute;
  left: -30px;
  top: 12px;
  width: 20px;
  height: 60px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-right: 0px;
}

.plan-header::after {
  content: '';
  display: block;
  position: absolute;
  right: -30px;
  top: 12px;
  width: 20px;
  height: 60px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-left: 0px;
}

.plan h1 {
  display: table;
  margin: 0 auto;
  position: relative;
  height: 70px;
  line-height: 70px;
  color: #ffffff;
}

.plan h1 b {
  font-size: 70px;
  line-height: 70px;
  height: 70px;
  font-weight: 900;
  position: absolute;
  left: 0px;
  top: -8px;
}

.plan h1 small {
  font-size: 28px;
  font-weight: 900;
  display: block;
  padding-left: 46px;
  height: 28px;
  line-height: 28px;
  text-transform: uppercase;
}

.plan h2 {
  text-align: center;
  font-size: 22px;
  font-weight: 900;
  color: #ffffff;
  margin-top: -10px;
  text-transform: uppercase;
  line-height: 26px;
  height: 26px;
}

.plan-roi {
  width: 180px;
  background: rgba(255, 255, 255, 0.25);
  padding: 6px 0px;
  margin: 10px auto 0px auto;
  text-align: center;
  font-weight: 900;
  font-size: 18px;
  color: #ffffff;
  letter-spacing: 1px;
  border-radius: 20px;
}

.plan-divider {
  display: block;
  width: 50px;
  height: 8px;
  border-top: 8px dotted rgba(255, 255, 255, 0.7);
  margin: 20px auto;
}

.plan span {
  font-size: 16px;
  font-weight: 700;
  display: block;
  text-align: center;
  color: #ffffff;
  margin: 4px 0px;
}

.plan span i {
  margin-right: 6px;
}

.calculator {
  width: 930px;
  margin: 0 auto;
  position: relative;
  display: flex;
  justify-content: space-between;
}

.calculator h1 {
  color: #b3b3b3;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  font-size: 18px;
  position: absolute;
  right: -190px;
  top: -110px;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 18px;
}

.calculator h1 i {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  font-size: 32px;
  position: relative;
  top: 10px;
  left: 4px;
  color: #5154ff;
}

.calculator-field {
  float: left;
  margin-left: 20px;
}

.calculator-field i {
  display: block;
  margin: 0 auto;
  text-align: center;
  color: #b2e2e2;
}

.calculator-field b {
  display: block;
  font-size: 13px;
  text-transform: uppercase;
  color: #676767;
  font-weight: 900;
  letter-spacing: 1px;
  margin-bottom: 6px;
  padding-left: 2px;
}

.calculator-field h2 {
  font-size: 18px;
  text-align: center;
}

.calculator-field h2 span {
  font-size: 18px;
  text-transform: uppercase;
}

.calculator select {
  width: 250px;
  background: url('../imgs/select-down.png') no-repeat center #ffffff;
  background-position-x: 220px;
  background-size: 20px;
}

#inv_amount {
  width: 140px;
}

#daily_return,
#total_return,
#net_profit {
  border: none;
  background: transparent;
  color: #676767;
  font-size: 22px;
  width: 160px;
  font-weight: 900;
  text-align: center;
}

.sec-about {
  width: 100%;
  padding-top: 60px;
  position: relative;
  text-align: center;
}

.morph4 {
  width: 135px;
  height: 138px;
  position: absolute;
  right: 200px;
  top: -100px;
  background: url('../imgs/morph4.png') no-repeat center;
  background-size: 135px;
}

.sec-about h3 {
  font-size: 36px;
  color: #676767;
}

.sec-about p {
  text-align: center;
  display: block;
  margin-top: 20px;
  color: #676767;
  font-size: 17px;
  line-height: 28px;
  margin-bottom: 20px;
}

.sec-about a::before {
  content: '';
  display: block;
  position: absolute;
  width: 50px;
  height: 2px;
  background: #46c8fd;
  top: 50%;
  left: -60px;
}

.sec-about a::after {
  content: '';
  display: block;
  position: absolute;
  width: 50px;
  height: 2px;
  background: #4bc689;
  top: 50%;
  right: -60px;
}

.about-details {
  float: left;
  width: 520px;
  text-align: left;
  margin-top: 40px;
  position: relative;
}

.about-details h3 b {
  color: #5154ff;
  font-size: 50px;
  padding-left: 50px;
  position: relative;
}

.about-details h3 b::before {
  content: '';
  display: block;
  position: absolute;
  left: 0px;
  top: 50%;
  width: 35px;
  height: 2px;
  background: #5154ff;
}

.about-details h3 b::after {
  content: '';
  display: block;
  position: absolute;
  right: -50px;
  top: 50%;
  width: 35px;
  height: 2px;
  background: #5154ff;
}

.about-details h3 span {
  font-size: 36px;
}

.about-details h3 span i {
  display: inline;
  margin-left: 6px;
}

.about-details p {
  text-align: left;
}

.about-circle {
  float: right;
  width: 560px;
  height: 500px;
  position: relative;
  margin-top: 120px;
  background: url('../imgs/build.png') no-repeat left bottom;
  background-size: contain;
}

.circle1 {
  width: 390px;
  height: 390px;
  position: absolute;
  display: block;
  border: 1px solid #f3f3f3;
  border-radius: 50%;
  top: 40px;
  right: 80px;
}

.circle1 img {
  display: inline-block;
  width: 80px;
  height: 80px;
}

.circle1 b {
  display: block;
  color: #676767;
  font-size: 16px;
}

.icon1 {
  margin: 0 auto;
  position: relative;
  margin-top: -100px;
  text-align: center;
}

.icon2 {
  position: absolute;
  left: -76px;
  top: 78px;
  text-align: right;
}

.icon3 {
  position: absolute;
  left: -18px;
  top: 310px;
  text-align: right;
}

.icon4 {
  position: absolute;
  right: -20px;
  top: 310px;
  text-align: left;
}

.icon5 {
  position: absolute;
  right: -70px;
  top: 78px;
  text-align: left;
}

.circle2 {
  width: 320px;
  height: 320px;
  position: absolute;
  display: block;
  border: 1px solid #d8d8d8;
  border-radius: 50%;
  top: 35px;
  left: 35px;
}

.circle3 {
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 50%;
  left: 0px;
  top: 0px;
  -webkit-animation: rotationdot 20s infinite linear;
  -moz-animation: rotationdot 20s infinite linear;
  animation: rotationdot 20s infinite linear;
}

.dots {
  position: absolute;
  width: 16px;
  height: 16px;
  background: #e3e3e3;
  border-radius: 50%;
}

.dot1 {
  top: 48px;
  left: 28px;
}

.dot2 {
  top: 50%;
  left: -7px;
  margin-top: 29px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
}

.dot3 {
  bottom: 16px;
  left: 64px;
}

.dot4 {
  top: 54px;
  right: 22px;
}

.dot5 {
  top: 50%;
  right: -4px;
  margin-top: 42px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
}

.dot6 {
  bottom: 13px;
  right: 69px;
}

.dot7 {
  top: -9px;
  left: 49%;
}

@-webkit-keyframes rotationdot {
  from {
    -webkit-transform:rotate(0deg);
    -moz-transform:rotate(0deg);
    transform:rotate(0deg)
  }
  to {
    -webkit-transform:rotate(359deg);
    -moz-transform:rotate(359deg);
    transform:rotate(359deg)
  }
}

@-moz-keyframes rotationdot {
  from {
    -webkit-transform:rotate(0deg);
    -moz-transform:rotate(0deg);
    transform:rotate(0deg)
  }
  to {
    -webkit-transform:rotate(359deg);
    -moz-transform:rotate(359deg);
    transform:rotate(359deg)
  }
}

@-ms-keyframes rotationdot {
  from {
    -webkit-transform:rotate(0deg);
    -moz-transform:rotate(0deg);
    transform:rotate(0deg)
  }
  to {
    -webkit-transform:rotate(359deg);
    -moz-transform:rotate(359deg);
    transform:rotate(359deg)
  }
}

@-o-keyframes rotationdot {
  from {
    -webkit-transform:rotate(0deg);
    -moz-transform:rotate(0deg);
    transform:rotate(0deg)
  }
  to {
    -webkit-transform:rotate(359deg);
    -moz-transform:rotate(359deg);
    transform:rotate(359deg)
  }
}

@keyframes rotationdot {
  from {
    -webkit-transform:rotate(0deg);
    -moz-transform:rotate(0deg);
    transform:rotate(0deg)
  }
  to {
    -webkit-transform:rotate(359deg);
    -moz-transform:rotate(359deg);
    transform:rotate(359deg)
  }
}

.logo2 {
  width: 320px;
  height: 320px;
  position: absolute;
  left: 0px;
  top: 0px;
  background: url('../imgs/logo2.png') no-repeat center;
  background-size: 150px;
}

.sec-statistics {
  width: 100%;
  padding-bottom: 30px;
  position: relative;
  padding: 40px 0px;
  margin-top: -32px;
}

.stat-title {
  width: 604px;
  height: 244px;
  background: url('../imgs/stat-title.png') no-repeat center;
  background-size: 604px;
  position: relative;
  margin: 0 auto;
  z-index: 999;
}

.sec-statistics h3 {
  text-align: center;
  padding-top: 20px;
  margin-top: -100px;
  display: none;
}

.sec-statistics h3 span {
  font-size: 40px;
  color: #ffffff;
  position: relative;
  text-transform: uppercase;
  letter-spacing: 32px;
}

.sec-statistics h3 span::before {
  content: '';
  display: block;
  position: absolute;
  right: -110px;
  top: 24px;
  border-top: 1px dashed red;
  width: 100px;
  height: 1px;
}

.sec-statistics h2 {
  position: relative;
  text-align: center;
  font-size: 22px;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 20px;
}

.stat-deposits {
  float: left;
  width: 360px;
}

.stat-withdrawals {
  float: right;
  width: 360px;
  height: 300px;
}

.stat-inside {
  width: 100%;
  background: rgba(255, 255, 255, 0.25);
  border-radius: 20px;
  padding: 0px 10px;
}

.user-stat {
  width: 100%;
  display: table;
  position: relative;
  font-size: 16px;
  height: 26px;
  line-height: 26px;
  color: #ffffff;
  padding: 6px 0px;
}

#username {
  font-weight: 700;
  width: 230px;
  text-align: left;
  float: left;
  position: relative;
  overflow: hidden;
}

#amount {
  font-weight: 900;
  width: 70px;
  text-align: right;
  float: left;
  position: relative;
}

#ps {
  text-align: right;
  float: right;
  position: relative;
}

#ps img {
  width: 26px;
}

.full-stat {
  position: relative;
  margin: 0 auto;
  width: 320px;
  top: 50px;
}

.full-stat::before {
  content: '';
  display: block;
  position: absolute;
  width: 280px;
  height: 20px;
  top: -30px;
  left: 20px;
  border-left: 1px solid rgba(255, 255, 255, 0.5);;
  border-right: 1px solid rgba(255, 255, 255, 0.5);;
  border-top: 1px solid rgba(255, 255, 255, 0.5);;
}

.full-stat::after {
  content: '';
  display: block;
  position: absolute;
  width: 280px;
  height: 20px;
  bottom: -30px;
  left: 20px;
  border-left: 1px solid rgba(255, 255, 255, 0.5);;
  border-right: 1px solid rgba(255, 255, 255, 0.5);;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);;
}

.full-stat p {
  display: block;
  text-align: left;
  position: relative;
  display: table;
  width: 100%;
  margin: 12px 0px;
  font-size: 18px;
  color: #ffffff;
}

.full-stat b {
  position: relative;
  float: right;
  text-align: right;
  padding: 4px 6px;
  background: rgba(255, 255, 255, 0.25);
  border-radius: 10px;
}

.morph5 {
  width: 164px;
  height: 140px;
  position: absolute;
  background: url('../imgs/morph5.png') no-repeat center;
  background-size: 164px;
  top: -95px;
  right: 130px;
}

.sec-affiliate {
  width: 100%;
  position: relative;
  margin-top: 40px;
}

.sec-affiliate .container {
  background: url('../imgs/aff-bg.png') no-repeat center;
  background-size: contain;
  background-position-x: 450px;
  padding-bottom: 60px;
  padding-top: 40px;
}

.affiliate {
  width: 460px;
  position: relative;
  padding-bottom: 60px;
  border-radius: 10px;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.25);
}

.affiliate h3 {
  color: #ffffff;
  font-size: 32px;
  text-transform: uppercase;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
}

.aff-graph  {
  background: url('../imgs/aff-graph.png') no-repeat center;
  width: 500px;
  height: 225px;
  background-size: 500px;
  margin-left: -20px;
  position: relative;
}

.aff-graph span {
  position: absolute;
  width: 120px;
  text-align: center;
  font-weight: 900;
  font-size: 16px;
  color: #ffffff;
  text-transform: uppercase;
  bottom: -40px;
  line-height: 16px;
}

.aff-graph span::before {
  content: '';
  position: absolute;
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ffffff;
  left: 50%;
  margin-left: -4px;
  top: -10px;
}

.aff-graph h1 {
  font-size: 50px;
  font-weight: 900;
  height: 50px;
  line-height: 50px;
  position: absolute;
  color: #ffffff;
  width: 140px;
  text-align: center;
}

.aff-graph h1::before {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -6px;
  width: 8px;
  height: 8px;
  border: 5px solid #5154ff;
  border-radius: 50%;
  bottom: -16px;
  background: #ffffff;
}

#percent1 {
  right: 44px;
  top: 8px;
}

#percent2 {
  right: 149px;
  top: 50px;
}

#percent3 {
  left: 41px;
  top: 75px;
}

#level1 {
  right: 51px;
}

#level2 {
  left: 224px;
}

#level3 {
  left: 54px;
}

.aff-text {
  float: right;
  width: 560px;
}

.aff-text h3 {
  text-align: left;
  margin-bottom: 20px;
}

.aff-text h3 span {
  font-size: 32px;
}

.aff-text p {
  font-size: 17px;
  line-height: 26px;
  color: #676767;
  margin-bottom: 20px;
}

.sec-security {
  width: 100%;
  background: url('../imgs/security-bg.png') no-repeat center top;
  margin-top: -60px;
  padding-top: 200px;
}

.security {
  float: left;
  margin-top: -70px;
  width: 600px;
}

.security-title {
  display: table;
  line-height: 150px;
  margin-bottom: 40px;
}

.security-title h3 {
  font-size: 32px;
  text-transform: uppercase;
  color: #676767;
  text-align: left;
  line-height: 42px;
  float: left;
  position: relative;
  top: 20px;
  font-weight: 400 !important;
}

.security-title h3 b {
  display: block;
  font-weight: 900 !important;
  position: relative;
}

.security-title h3 b::before {
  content: '';
  display: block;
  position: absolute;
  top: -1px;
  width: 100%;
  height: 2px;
  left: 0px;
  background: rgba(70,200,255,1);
  background: -moz-linear-gradient(left, rgba(70,200,255,1) 0%, rgba(75,198,131,1) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(70,200,255,1)), color-stop(100%, rgba(75,198,131,1)));
  background: -webkit-linear-gradient(left, rgba(70,200,255,1) 0%, rgba(75,198,131,1) 100%);
  background: -o-linear-gradient(left, rgba(70,200,255,1) 0%, rgba(75,198,131,1) 100%);
  background: -ms-linear-gradient(left, rgba(70,200,255,1) 0%, rgba(75,198,131,1) 100%);
  background: linear-gradient(to right, rgba(70,200,255,1) 0%, rgba(75,198,131,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#46c8ff', endColorstr='#4bc683', GradientType=1 );
}

.security-title h3 b::after {
  content: '';
  position: absolute;
  display: block;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  background: #46c8fe;
  left: -2px;
  top: -5px;
}

.security-title svg {
  height: 120px;
  width: 120px;
  float: left;
  background: url('../imgs/security-lock.png') no-repeat center;
  background-size: 32px;
  border-radius: 50%;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
}

.st0, .st1, .st2, .st3 {
  fill: none;
  stroke-width: 42;
  stroke-miterlimit: 10;
}

.st0 {
  stroke-dasharray: 12.1947, 12.1947, 12.1947, 12.1947, 12.1947, 12.1947;
  stroke: #48c7c7;
}

.st1 {
  stroke-dasharray: 50, 90, 200, 30, 40, 0;
  stroke: #49c8c1;
}

.st2 {
  stroke-linecap: square;
  stroke-dasharray: 120, 20, 110, 20, 140;
  stroke: #48c7d2;
}

.st3 {
  stroke-width: 16;
  stroke-linecap: square;
}

.security-comodo {
  float: left;
  width: 280px;
}

.security p {
  display: block;
  margin-top: 10px;
  text-align: left;
  color: #676767;
}

.security-guard {
  float: right;
  width: 280px;
}

.about-page1 {
  width: 100%;
  display: table;
}

.about-page1 img {
  float: left;
  width: 550px;
  border-radius: 20px;
}

.about-page1 p {
  float: right;
  width: 550px;
  font-size: 17px;
  line-height: 26px;
  padding-top: 20px;
}

.about-page2 {
  width: 100%;
  display: table;
  margin-top: 60px;
}

.about-page2 img {
  float: right;
  width: 550px;
  border-radius: 20px;
}

.about-page2 p {
  float: left;
  width: 550px;
  font-size: 17px;
  line-height: 26px;
  padding-top: 20px;
}

.inv-page {
  width: 1170px;
  background: url('../imgs/inv-bg.jpg') no-repeat center;
  background-size: cover;
  height: 500px;
  margin: 0 auto;
  padding-top: 80px;
  padding-left: 580px;
  padding-right: 40px;
  border-radius: 20px;
}

.inv-page h3 {
  color: #ffffff;
  font-size: 32px;
  text-transform: uppercase;
  text-align: left;
}

.inv-page p {
  font-size: 18px;
  font-weight: 700;
  text-align: left;
  margin-top: 30px;
  color: #ffffff;
}

.main-news {
  float: right;
  width: 460px;
}

.main-news h3 {
  font-size: 32px;
  text-align: left;
  margin-bottom: 20px;
}

.main-news h3 span {
  font-size: 32px;
}

.main-news h3 span i {
  display: inline;
}

.main-news b,
.news b {
  font-size: 22px;
  text-transform: uppercase;
  color: #676767;
}

.main-news p,
.news p {
  font-size: 16px;
  color: #676767;
  margin: 10px 0px;
}

.main-news small,
.news small {
  font-style: italic;
  font-size: 14px;
  font-weight: 900;
  color: #676767;
  margin-right: 10px;
}

.main-news a {
  font-size: 18px;
  color: #47cac3;
  text-transform: uppercase;
  font-weight: 900;
}

.news {
  margin-bottom: 40px;
}

.pagination {
  text-align: center;
}

.pagination li {
  display: inline-block;
}

.pagination li:first-child {
  margin-right: 10px;
}

.pagination li:last-child {
  margin-left: 10px;
}

.pagination a {
  font-weight: 900;
  font-size: 18px;
}

.pagination .prev {
  color: #46c7fd;
}

.pagination .next {
  color: #4bc788;
}

.faq-field {
  width: 100%;
  display: table;
  margin-bottom: 50px;
  position: relative;
}

.faq-field::after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: -10px;
  background: rgba(70,200,255,1);
  background: -moz-linear-gradient(left, rgba(70,200,255,1) 0%, rgba(75,198,131,1) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(70,200,255,1)), color-stop(100%, rgba(75,198,131,1)));
  background: -webkit-linear-gradient(left, rgba(70,200,255,1) 0%, rgba(75,198,131,1) 100%);
  background: -o-linear-gradient(left, rgba(70,200,255,1) 0%, rgba(75,198,131,1) 100%);
  background: -ms-linear-gradient(left, rgba(70,200,255,1) 0%, rgba(75,198,131,1) 100%);
  background: linear-gradient(to right, rgba(70,200,255,1) 0%, rgba(75,198,131,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#46c8ff', endColorstr='#4bc683', GradientType=1 );
}

.faq-field b {
  display: block;
  text-align: left;
  font-size: 22px;
  text-transform: uppercase;
  color: #676767;
  position: relative;
  padding-left: 18px;
}

.faq-field b::before {
  content: '';
  display: block;
  position: absolute;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  top: 50%;
  margin-top: -6px;
  left: 0px;
  background: rgba(70,200,255,1);
  background: -moz-linear-gradient(left, rgba(70,200,255,1) 0%, rgba(75,198,131,1) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(70,200,255,1)), color-stop(100%, rgba(75,198,131,1)));
  background: -webkit-linear-gradient(left, rgba(70,200,255,1) 0%, rgba(75,198,131,1) 100%);
  background: -o-linear-gradient(left, rgba(70,200,255,1) 0%, rgba(75,198,131,1) 100%);
  background: -ms-linear-gradient(left, rgba(70,200,255,1) 0%, rgba(75,198,131,1) 100%);
  background: linear-gradient(to right, rgba(70,200,255,1) 0%, rgba(75,198,131,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#46c8ff', endColorstr='#4bc683', GradientType=1 );
}

.faq-field span {
  display: block;
  width: 100%;
  font-size: 17px;
  color: #676767;
}

.faq-field a {
  color: #48c8c2;
}

.support-info {
  float: left;
  width: 460px;
}

.support-info h3 {
  text-align: center;
  margin-bottom: 10px;
}

.support-info h3 span {
  font-size: 24px;
  text-transform: uppercase;
  display: inline-block !important;
}

.support-info img {
  width: 100%;
  display: block;
  margin-bottom: 20px;
}

.support-info span {
  display: table;
  margin-top: 6px;
}

.support-info span b {
  font-size: 17px;
  color: #676767;
}

.support-info a,
.support-info small {
  color: #48c8c5;
  font-size: 17px;
}

.support-form {
  float: right;
  width: 640px;
  padding: 20px;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
}

.support-form small {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  display: block;
  text-align: left;
}

.support-form textarea {
  width: 100%;
  resize: vertical;
  height: 200px;
  background: transparent;
  border-radius: 20px;
  border: 2px solid #ffffff;
  color: #ffffff;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 10px;
}

.textarea {
  resize: vertical;
  background: #ffffff;
  border-radius: 20px;
  border: 2px solid #49c8ae;
  color: #676767;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 10px;
}

.support-form button {
  float: right;
}

.support-form textarea:focus {
  background: #ffffff;
  color: #676767;
}

.support-verify {
  float: left;
}

.support-verify img {
  margin-right: 10px;
}

.main-form {
  width: 700px;
  background: transparent;
  margin: 100px auto;
  position: relative;
  border-radius: 2px;
}

.main-form-inside {
  width: 100%;
  display: table;
  background: transparent;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.25);
  position: relative;
  padding: 20px 30px;
  background: rgba(70,200,252,0.03);
  background: -moz-linear-gradient(left, rgba(70,200,252,0.03) 0%, rgba(70,200,252,0.50) 0%, rgba(75,198,133,0.35) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(70,200,252,0.03)), color-stop(0%, rgba(70,200,252,0.35)), color-stop(100%, rgba(75,198,133,0.35)));
  background: -webkit-linear-gradient(left, rgba(70,200,252,0.03) 0%, rgba(70,200,252,0.50) 0%, rgba(75,198,133,0.35) 100%);
  background: -o-linear-gradient(left, rgba(70,200,252,0.03) 0%, rgba(70,200,252,0.50) 0%, rgba(75,198,133,0.35) 100%);
  background: -ms-linear-gradient(left, rgba(70,200,252,0.03) 0%, rgba(70,200,252,0.50) 0%, rgba(75,198,133,0.35) 100%);
  background: linear-gradient(to right, rgba(70,200,252,0.03) 0%, rgba(70,200,252,0.50) 0%, rgba(75,198,133,0.35) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#46c8fc', endColorstr='#4bc685', GradientType=1 );
}

.main-form-inside h3 {
  text-align: center;
  color: #ffffff;
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}

.main-form-inside h3 span {
  font-size: 26;
  text-transform: uppercase;
  position: relative;
}

.main-form-inside h3 span::before {
  content: '';
  display: block;
  position: absolute;
  width: 300px;
  height: 4px;
  border-top: 4px dotted #ffffff;
  left: -310px;
  top: 50%;
  margin-top: -2px;
}

.main-form-inside h3 span::after {
  content: '';
  display: block;
  position: absolute;
  width: 300px;
  height: 4px;
  border-top: 4px dotted #ffffff;
  right: -310px;
  top: 50%;
  margin-top: -2px;
}

.form-top {
  width: 100%;
  display: table;
  margin-bottom: 10px;
  background: url('../imgs/logo.png') no-repeat center top;
  padding-top: 80px;
}

.form-top a {
  color: #ffffff;
  font-weight: 900;
  opacity: 0.8;
  font-size: 18px;
}

.form-top a:first-child {
  float: left;
}

.form-top a:last-child {
  float: right;
}

.form-top a:hover {
  opacity: 1;
}

.form-float {
  width: 300px;
  display: table;
  margin-bottom: 30px;
}

.form-field {
  width: 100%;
  display: table;
  position: relative;
  margin: 10px 0px;
  height: 62px;
}

.form-field img {
  position: absolute;
  top: 29px;
  left: 8px;
}

.form-field b {
  display: block;
  color: #ffffff;
  font-weight: 900;
  font-size: 17px;
  text-align: left;
  margin-bottom: 6px;
  height: 17px;
  line-height: 17px;
}

.input-ps {
  padding-left: 40px !important;
}

.form-field h2 {
  font-size: 18px;
  font-weight: 900;
  text-align: left;
  color: #ffffff;
  text-transform: uppercase;
  margin-bottom: 6px;
}

.form-field span {
  color: #ffffff;
}

.form-field a {
  font-size: 18px;
  color: #ffffff;
  text-decoration: underline;
}

.form-field .sbmt {
  width: 100%;
}

.form-upline {
  width: 100%;
  text-align: center;
  color: #ffffff;
  display: table;
  width: 100%;
}

.form-upline h2 {
  font-size: 18px;
  text-transform: uppercase;
}

.form-upline span {
  font-size: 22px;
  text-transform: none;
  margin-left: 10px;
}

.form-upline small {
  font-size: 15px;
}

.login-error {
  color: red;
  text-align: center;
}

.login-error h2 {
  font-size: 18px;
}

.login-error span {
  font-size: 16px;
}






.loading {
  margin: 0px auto;
  position: relative;
  height: 100%;
  display: table;
}

.loading-inside {
  position: absolute;
  top: 50%;
  margin-top: -60px;
}

.loading h3 {
  text-align: center;
  font-size: 32px;
  margin-bottom: 10px;
  font-weight: 900;
  color: #676767;
}

#load {
  width: 80px;
  animation: loading 3s linear infinite;
  display: block;
  margin: 0 auto;
}

#load #loading-inner {
  stroke-dashoffset: 0;
  stroke-dasharray: 300;
  stroke-width: 15;
  stroke-miterlimit: 15;
  stroke-linecap: round;
  animation: loading-circle 2s linear infinite;
  stroke: #e2e2e2;
  fill: transparent;
}

@-webkit-keyframes loading {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}

@-moz-keyframes loading {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}

@-ms-keyframes loading {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}

@-o-keyframes loading {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes loading {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}

@-webkit-keyframes loading-circle {
  0% {
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dashoffset: -600;
  }
}

@-moz-keyframes loading-circle {
  0% {
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dashoffset: -600;
  }
}

@-ms-keyframes loading-circle {
  0% {
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dashoffset: -600;
  }
}

@-o-keyframes loading-circle {
  0% {
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dashoffset: -600;
  }
}

@keyframes loading-circle {
  0% {
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dashoffset: -600;
  }
}











.sec-account {
  width: 1130px;
  margin: 0 auto;
  position: relative;
  display: table;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.15);
  margin-top: 100px;
  border-radius: 2px;
  background: url('../imgs/acc-bg.png') repeat-y center;
  padding-bottom: 40px;
}

.sec-account nav {
  display: table;
  float: left;
  width: 300px;
}

.sec-account nav ul {
  padding: 0px 20px;
}

.sec-account nav ul h3 {
  margin-top: 30px;
}

.sec-account nav ul span {
  font-size: 26px;
  text-transform: uppercase;
  font-weight: 900;
}

.sec-account nav ul li a {
  color: #676767;
  font-weight: 700;
  margin: 10px 0px;
  display: block;
  border-bottom: 1px solid #676767;
  padding-bottom: 2px;
  opacity: 0.7;
  font-size: 18px;
}

.sec-account nav ul li a:hover {
  opacity: 1;
}

.sec-account-inside {
  float: right;
  position: relative;
  display: table;
  padding: 0px 20px;
  width: 830px;
}

.acc-title {
  text-align: center;
  position: relative;
  height: 32px;
  line-height: 32px;
  margin-top: 20px;
  margin-bottom: 60px;
}

.acc-title span {
  font-size: 32px;
  text-transform: uppercase;
  position: relative;
  letter-spacing: 1px;
}

.acc-title span::before {
  content: '';
  display: block;
  position: absolute;
  width: 30px;
  height: 8px;
  border-top: 8px dotted #46c8fd;
  left: -40px;
  top: 50%;
  margin-top: -4px;
}

.acc-title span::after {
  content: '';
  display: block;
  position: absolute;
  width: 30px;
  height: 8px;
  border-top: 8px dotted #4bc685;
  right: -40px;
  top: 50%;
  margin-top: -4px;
}

.acc-field {
  width: 100%;
  position: relative;
  display: table;
}

.acc-balance {
  float: left;
  border-bottom: 4px solid #46c8fd;
}

.acc-active-depo {
  float: right;
  border-bottom: 4px solid #4bc685;
}

.acc-balance,
.acc-active-depo {
  text-align: left;
  width: 380px;
  background: #ffffff;
  padding: 20px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.acc-balance span,
.acc-active-depo span {
  font-size: 32px;
  font-weight: 400;
}

.acc-balance b,
.acc-active-depo b {
  font-size: 18px;
  color: #676767;
}

.acc-balance a,
.acc-active-depo a {
  float: right;
  position: relative;
  top: 2px;
}

.acc-link {
  width: 100%;
  border-radius: 20px;
  margin: 30px 0px;
  display: table;
  padding: 20px;
  position: relative;
}

.acc-link::after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  border-radius: 20px;
  overflow: hidden;
  background: url('../imgs/azaz.png') no-repeat center bottom;
  background-size: 790px;
}

.acc-link span {
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
  display: block;
  width: 600px;
  margin: 6px 0px;
}

.acc-link span b {
  text-align: left;
}

#acc-promo {
  position: absolute;
  top: 50%;
  margin-top: -18px;
  right: 20px;
}

.acc-full-stat {
  width: 100%;
  position: relative;
  background: #ffffff;
  padding: 20px;
  border-radius: 20px;
  display: table;
}

.acc-full-left {
  float: left;
  width: 360px;
  display: table;
}

.acc-full-right {
  float: right;
  width: 360px;
  display: table;
}

.acc-full-left span {
  border-bottom: 1px dotted #46c8fd;
}

.acc-full-left span i {
  color: #46c8fd;
}

.acc-full-right span {
  border-bottom: 1px dotted #4bc685;
}

.acc-full-right span i {
  color: #4bc685;
}

.acc-full-stat span {
  width: 100%;
  margin: 6px 0px;
  display: table;
  padding: 4px 0px;
  color: #676767;
}

.acc-full-stat b {
  float: right;
  text-align: right;
}

.sub-title {
  text-align: left;
  overflow: hidden;
  position: relative;
}

.sub-title span {
  text-transform: uppercase;
  font-size: 22px;
  font-weight: 900;
  position: relative;
}

.sub-title span i {
  display: inline;
}

.sub-title span::after {
  content: '';
  display: block;
  position: absolute;
  width: 800px;
  height: 4px;
  border-top: 4px dotted #4bc685;
  right: -810px;
  top: 50%;
  margin-top: -2px;
}

.acc-user-info {
  position: relative;
  width: 100%;
  border-radius: 20px;
  padding: 20px;
  background: url('../imgs/tuc.png') no-repeat center #ffffff;
  background-position-x: 20px;
  background-size: 140px;
  display: table;
}

.acc-user-info span {
  margin: 6px 0px;
  color: #676767;
  font-size: 17px;
  display: table;
  width: 100%;
  padding-left: 160px;
}

.acc-user-info span i {
  color: #46c8fd;
}

.acc-user-info a {
  position: absolute;
  padding: 0px 16px !important;
  height: 36px;
  line-height: 36px;
  right: 20px;
  top: 50%;
  margin-top: -18px;
}

.acc-full-plans {
  width: 100%;
  display: table;
  padding: 20px;
  border-radius: 30px;
}

#plans-account {
  width: 100% !important;
}

#plans-account::before {
  display: none !important;
}

.depo-ps-form {
  display: table;
  text-align: left;
}

.depo-ps-form span {
  display: block;
  height: 34px;
  line-height: 34px;
}

.depo-ps-form img {
  vertical-align: middle;
}

.deposit_confirm {
  display: table;
  margin: 0px auto 20px auto;
  padding: 20px;
  background: #ffffff;
  border-radius: 20px;
}

.deposit_confirm th {
  text-align: left;
}

.deposit_confirm td {
  text-align: right;
}

form {
  text-align: center;
}

.acc-table {
  width: 100%;
}

.acc-table a {
  font-weight: 900;
  color: #49c8c4;
}

.upline-inside {
  font-size: 22px;
  font-weight: 900;
}

.promo {
  width: 100%;
}

.promo img {
  display: block;
}

.promo textarea {
  width: 100%;
  height: auto;
  margin-top: 20px;
}

.promo h3 span {
  font-size: 30px;
}

footer {
  width: 100%;
  height: 360px;
  display: block;
  background: url('../imgs/footer-bg.png') no-repeat center;
  background-size: cover;
  padding-top: 80px;
  position: relative;
  margin-top: 160px;
}

footer .container {
  height: 100%;
}

footer .container::before {
  content: '';
  display: block;
  position: absolute;
  width: 230px;
  height: 211px;
  background: url('../imgs/footer-head.png') no-repeat center;
  background-size: 230px;
  right: 110px;
  top: -140px;
  z-index: -1;
}

.processors {
  position: relative;
  margin: 0 auto;
  width: 560px;
  top: 100px;
  left: 40px;
}

.processors h3 {
  text-align: left;
  font-size: 20px;
  color: #ffffff;
  text-transform: uppercase;
  display: block;
  margin-bottom: 10px;
}

.processors a:first-child {
  margin-left: 0px;
}

.processors a:last-child {
  margin-right: 0px;
}

.processors a {
  display: inline-block;
  margin: 0px 4px;
  opacity: 0.7;
}

.processors a:hover {
  opacity: 1;
}

.processors a img {
  display: block;
  height: 30px;
}

.rights {
  position: absolute;
  left: 20px;
  top: 110px;
  color: #ffffff;
  font-weight: 700;
  font-size: 17px;
}

footer .social {
  position: absolute;
  right: 20px;
  bottom: 80px;
  text-align: center;
}

footer .social h3 {
  text-transform: uppercase;
  margin-bottom: 10px;
  color: #ffffff;
  font-size: 16px;
}

footer .social a {
  margin: 0px 2px;
}

footer ul {
  position: absolute;
  width: 1130px;
  left: 20px;
  display: flex;
  justify-content: space-between;
  bottom: 26px;
}

footer ul li a {
  color: #ffffff;
  font-weight: 900;
  text-transform: uppercase;
  opacity: 0.8;
  letter-spacing: 1px;
}

footer ul li a:hover {
  opacity: 1;
}
