body {
  margin: 0px;
  padding: 0px;
  background: #ffffff;
  font-weight: 400;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  color: #2b2b2b;
  color: #5a5a5a;
}

* {
  margin: 0px;
  padding: 0px;
  outline: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

a,
a:hover,
input,
input:focus,
textarea,
textarea:focus,
select,
select:focus,
.deposit-process,
.deposit-cancel,
.orange-btn,
.orange-btn:hover,
.green-btn,
.green-btn:hover,
.green-btn b,
.green-btn:hover b,
.green-btn::before,
.green-btn:hover::before,
.social a,
.social a:hover,
.social a i,
.social a:hover i,
.social a small,
.social a:hover small,
header nav ul li a,
header nav ul li a:hover,
header nav ul li a::before,
header nav ul li a:hover::before,
header nav ul li a span,
header nav ul li a:hover span,
.owl-prev,
.owl-next,
.owl-prev:hover,
.owl-next:hover,
.owl-dot,
.owl-dot.active,
.owl-dot::after,
.owl-dot::before,
.owl-dot.active::before,
ul.tabs li,
ul.tabs li.active,
.checkbox input + span,
.checkbox input:checked + span,
.user-account nav ul li a span::before,
.user-account nav ul li a:hover span::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;
}

li {
  list-style: none;
}

.big-block {
  padding: 30px;
  position: relative;
}

a {
  text-decoration: none;
}

h1, h2, h3, b, strong {
  font-weight: 700;
}

button {
  cursor: pointer;
}

.orange-link {
  color: #dc8826;
}

.field-input {
  position: relative;
}

.field-input label {
  font-weight: 700;
  font-size: 16px;
  color: #023a0d;
  display: block;
  margin-bottom: 5px;
}

.field-input input {
  background: transparent;
  border: 2px solid #023a0d;
  border-radius: 30px;
  padding: 12px 15px;
  font-size: 16px;
  width: 100%;
  color: #333333;
}

.field-input p {
  font-size: 16px;
  padding-top: 10px;
  padding-bottom: 14px;
}

.select-b {
  width: 200px;
  background: url('../img/select-down.png') no-repeat center;
  background-position-x: 160px;
  background-size: 24px;
}

.select-s {
  width: 100px;
  background: url('../img/select-down.png') no-repeat center;
  background-position-x: 60px;
  background-size: 24px;
}

select {
  background: transparent;
  border: 2px solid #023a0d;
  border-radius: 30px;
  padding: 12px 15px;
  font-size: 16px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #333333;
}

select:focus {
  border: 2px solid #dc8826;
}

.field-input select {
  width: 100%;
}

.field-input input:focus,
.field-input textarea:focus {
  border: 2px solid #dc8826;
}

.orange-btn,
.deposit-process,
.deposit-cancel {
  position: relative;
  display: inline-block;
  border: none;
  text-align: center;
  overflow: hidden;
  cursor: pointer;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.5);
  background: #dc8826;
  color: #023a0d;
  font-weight: 700;
  padding: 12px 36px;
  border-radius: 30px;
  font-size: 16px;
}

.orange-btn:hover,
.deposit-process:hover,
.deposit-cancel:hover {
  background: #023a0d;
  color: #ffffff;
}

.green-btn {
  position: relative;
  display: inline-block;
  text-align: center;
  padding: 12px 36px;
  border-radius: 30px;
  overflow: hidden;
  background: #023a0d;
  border: none;
  cursor: pointer;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.5);
}

.green-btn b {
  color: #ffffff;
  font-size: 18px;
  position: relative;
}

.green-btn:hover b {
  color: #023a0d;
}

.green-btn::before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 0px;
  left: 0px;
  bottom: 0px;
  background: #dc8826;
}

.green-btn:hover::before {
  height: 100%;
}

.title {
  font-family: 'Merriweather', serif;
  letter-spacing: 1px;
  color: #dc8826;
  font-weight: 900;
}

.title .white {
  color: #ffffff;
}

.title .green {
  color: #023a0d;
}

.page-title {
  width: 100%;
  text-align: center;
  font-size: 44px;
  margin-top: 50px;
  margin-bottom: 100px;
}

.fa-quote-left {
  text-align: left;
  font-size: 22px;
  position: relative;
  top: -10px;
}

.fa-quote-right {
  text-align: right;
  font-size: 22px;
  position: relative;
  bottom: -10px;
}

.noise-bg {
  background: url('../img/noise-bg.jpg') repeat;
  background-size: 50px;
}

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

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

header {
  position: relative;
  padding: 10px 0px;
  z-index: 101;
  width: 100%;
  background: url('../img/sky.jpg') no-repeat center top;
  background-size: 1920px;
}

.header-main {
  position: absolute !important;
  background: transparent !important;
  left: 0px;
  top: 0px;
}

.logo {
  width: 269px;
  height: 48px;
  position: absolute;
  left: 20px;
  top: 30px;
  background: url('../img/logo.png') no-repeat center;
  background-size: 269px;
}

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

.top-nav {
  width: 100%;
  margin-bottom: 5px;
  display: table;
}

.left {
  float: left;
  position: relative;
}

.right {
  float: right;
  position: relative;
}

.top-nav .left {
  padding: 6px 0px 0px 10px;
  display: table;
}

.social {
  position: relative;
}

.social a {
  display: inline-block;
  color: #dc8826;
}

.social a i {
  color: #dc8826;
  font-size: 20px;
  border: 4px solid #dc8826;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  line-height: 30px;
  text-align: center;
}

.social a:hover i {
  color: #023a0d;
  border: 4px solid #023a0d;
}

.social a small {
  font-weight: 700;
  font-size: 14px;
  float: right;
  line-height: 14px;
  margin-left: 5px;
  text-transform: uppercase;
  margin-top: 4px;
  letter-spacing: 1px;
}

.social a:hover small {
  color: #023a0d;
}

.top-nav .left a {
  margin-right: 10px;
  vertical-align: top;
}

.top-nav .right {
  float: right;
  display: table;
}

.top-nav .right a:first-child {
  margin-right: 10px;
}

header nav ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
}

header nav ul li {
  display: inline-block;
  position: relative;
  padding: 5px;
}

header nav ul li a {
  display: block;
  position: relative;
  padding: 5px;
}

header nav ul li a::before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 0px;
  left: 0px;
  bottom: 0px;
  background: #023a0d;
}

header nav ul li a:hover::before {
  height: 100%;
}

header nav ul li a:hover span {
  color: #ffffff;
}

header nav ul li a span {
  position: relative;
  display: block;
  font-weight: 700;
  color: #023a0d;
  font-size: 18px;
}

.home-view {
  position: relative;
  width: 100%;
  height: 850px;
  overflow: hidden;
}

.home-sky {
  position: absolute;
  width: 100%;
  height: 470px;
  left: 0px;
  top: 0px;
  background: url('../img/sky.jpg') no-repeat center;
  background-size: 1920px;
}

.home-lake {
  position: absolute;
  width: 100%;
  height: 380px;
  left: 0px;
  bottom: 0px;
  background: url('../img/home-lake.jpg') no-repeat center;
  background-size: 1920px;
}

.house-and-trees {
  position: absolute;
  width: 100%;
  height: 355px;
  left: 0px;
  bottom: 0px;
  background: url('../img/house-and-trees.png') no-repeat center;
  background-size: 1920px;
  z-index: 50;
}

.home-view-inner {
  position: relative;
  width: 1170px;
  height: 100%;
  margin: 0px auto;
}

.home-sun {
  position: absolute;
  width: 320px;
  height: 320px;
  right: -20px;
  top: 200px;
  background: url('../img/sun.png') no-repeat center;
  background-size: 320px;
}

.home-island-1 {
  position: absolute;
  width: 818px;
  height: 472px;
  left: -440px;
  top: 320px;
  background: url('../img/island-1.png') no-repeat center;
  background-size: 818px;
}

.home-island-2 {
  position: absolute;
  width: 818px;
  height: 468px;
  right: -440px;
  top: 290px;
  background: url('../img/island-2.png') no-repeat center;
  background-size: 818px;
}

.home-tagline {
  text-align: center;
  position: relative;
  padding-top: 200px;
}

.home-tagline h3 {
  font-size: 40px;
  margin-bottom: 30px;
}

.windmills {
  position: absolute;
  left: 20px;
  top: 140px;
}

.windmill {
  position: absolute;
  width: 180px;
  height: 307px;
}

.windmill-1 {
  left: 0px;
  top: 0px;
}

.windmill-2 {
  left: 160px;
  top: 110px;
  transform: scale(0.81);
}

.windmill-2 .windmill-blade {
  transform: rotate(70deg);
}

.windmill-base {
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  width: 23px;
  height: 217px;
  background: url('../img/windmill-base.png') no-repeat center;
  background-size: 23px;
}

.windmill-blade {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 180px;
  height: 180px;
}

.windmill-blade::before {
  content: '';
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 180px;
  height: 180px;
  background: url('../img/windmill-blade.png') no-repeat center;
  background-size: 180px;
  animation: rotate-blades 10s linear infinite;
}

.windmills-mirror {
  position: absolute;
  transform: scale(1, -1);
  left: 20px;
  top: 970px;
  opacity: 0.35;
}

@keyframes rotate-blades {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.bird-container {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
}

.bird {
  width: 120px;
  height: 120px;
  position: absolute;
  left: 0px;
  top: 100px;
  perspective: 1000px;
}

.bird svg {
  position: absolute;
  left: 0px;
  top: 0px;
  transform: rotateY(-45deg) rotateX(-50deg);
  width: 120px;
  height: 120px;
  fill: #3c3c3c;
}

.bird-1 {
  animation: bird-fly-1 12s linear infinite;
}

@keyframes bird-fly-1 {
  0% {
    transform: translateY(-100px) translateX(-500px);
  }

  100% {
    transform: translateY(480px) translateX(2300px);
  }
}

.bird-2 {
  animation: bird-fly-2 10s linear infinite;
}

@keyframes bird-fly-2 {
  0% {
    transform: translateY(250px) translateX(-1200px);
  }

  45% {
    transform: translateY(20px) translateX(500px);
  }

  100% {
    transform: translateY(80px) translateX(2300px);
  }
}

.bird-3 {
  animation: bird-fly-3 10s linear infinite;
}

@keyframes bird-fly-3 {
  0% {
    transform: translateY(550px) translateX(-1200px);
  }

  100% {
    transform: translateY(-230px) translateX(2000px);
  }
}

#rightwing {
	animation: rightwing 0.6s ease-in-out infinite;
	transform-origin: 28px 30px;
}

#leftwing {
	animation: leftwing 0.6s ease-in-out infinite;
	transform-origin: 20px 30px;
}

@keyframes rightwing {
	from {transform: rotate(0deg);}
	50% {transform: rotate(40deg);}
}

@keyframes leftwing {
	from {transform: rotate(0deg);}
	50% {transform: rotate(-30deg);}
}

.home-plans {
  position: relative;
  padding: 50px 0px;
  background: url('../img/plans-bg.jpg') no-repeat center bottom;
  background-size: 1100px;
}

.home-plans .left {
  width: 730px;
  position: relative;
  overflow: hidden;
}

.owl-carousel {
  padding-top: 100px;
  margin-bottom: 100px;
}

.owl-stage-outer {
  padding-top: 70px;
  margin-top: -100px;
}

.owl-item {
  position: relative;
  background: url('../img/noise-bg.jpg') repeat;
  background-size: 50px;
  text-align: center;
  padding-bottom: 20px;
}

.plan {
  position: relative;
  padding-top: 90px;
}

.plan::before {
  content: '';
  display: block;
  position: absolute;
  left: 0px;
  bottom: 30px;
  width: 85px;
  height: 170px;
}

.plan img {
  position: absolute;
  width: 170px;
  height: 170px;
  top: -70px;
  left: 50%;
  transform: translateX(-50%);
}

.plan h3,
.plan-full h3 {
  font-size: 32px;
  line-height:  32px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0px;
  color: #dc8826;
}

.plan h3 span,
.plan-full h3 span {
  display: block;
  font-size: 20px;
  color: #023a0d;
}

.plan p {
  text-align: left;
  display: inline-block;
  font-weight: 700;
  margin: 15px 0px;
  line-height: 18px;
}

.owl-nav {
  position: absolute;
  right: 0px;
  bottom: -50px;
  height: 50px;
  width: 200px;
  display: table;
  background: #dc8826;
  padding: 0px 50px;
}

.owl-nav i {
  display: block;
  font-size: 50px;
  color: #023a0d;
}

.owl-nav .owl-prev {
  float: left;
  background: transparent;
}

.owl-nav .owl-next {
  float: right;
  background: transparent;
}

.owl-nav .owl-prev:hover,
.owl-nav .owl-next:hover {
  opacity: 0.5;
}

.owl-dots {
  position: absolute;
  left: 0px;
  bottom: -50px;
  height: 50px;
  width: 350px;
  display: table;
  background: #023a0d;
  text-align: center;
  padding-top: 23px;
}

.owl-dot {
  position: relative;
  width: 70px;
  height: 6px;
  background: rgba(255, 255, 255, 0.25);
}

.owl-dot::before {
  content: '';
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  background: #dc8826;
  width: 0px;
  height: 100%;
}

.owl-dot.active {
  position: relative;
}

.owl-dot.active::before {
  width: 100%;
}

.owl-dots .owl-dot:nth-child(1)::after {
  content: '.01';
  display: block;
  position: absolute;
  font-weight: 700;
  font-size: 26px;
  width: 80px;
  left: -80px;
  top: -14px;
  text-align: center;
  color: rgba(255, 255, 255, 0.25);
}

.owl-dots .owl-dot:nth-child(2)::after {
  content: '.02';
  display: block;
  position: absolute;
  font-weight: 700;
  font-size: 26px;
  width: 80px;
  right: -80px;
  top: -14px;
  text-align: center;
  color: rgba(255, 255, 255, 0.25);
}

.owl-dots .owl-dot.active::after {
  color: #ffffff !important;
}

.home-plans .right {
  width: 350px;
  margin-top: 70px;
}

.home-plans .right h3 {
  font-size: 32px;
}

.home-plans .right p {
  margin-top: 50px;
}

.home-plans .right p i {
  color: #023a0d;
}

.calculator {
  width: 1130px;
  margin: 0 auto;
  position: relative;
  display: table;
}

.calculator h3 {
  font-size: 32px;
  margin-bottom: 20px;
}

.calculator .field-input,
.plans-page-calc .field-input {
  float: left;
  width: 115px;
}

.calculator .select-plan,
.plans-page-calc .select-plan {
  width: 220px !important;
  margin-right: 25px;
}

.calculator .select-plan select,
.plans-page-calc .select-plan select {
  background: url('../img/select-down.png') no-repeat center;
  background-position-x: 180px;
  background-size: 24px;
}

#inv_amount {
  background: url('../img/dollar.png') no-repeat center;
  background-position-x: 80px;
  background-size: 24px;
  padding-right: 35px !important;
}

.calc-result {
  width: 160px;
  margin-left: 25px;
  float: left;
  padding: 10px 0px 10px 10px;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  background: #ffffff;
  margin-top: 5px;
}

#total_return,
#net_profit {
  border: none;
  background: transparent;
  font-size: 22px;
  color: #023a0b;
}

.home-about {
  background: url('../img/about-bg.jpg') no-repeat center bottom #002a07;
  position: relative;
  width: 100%;
  padding: 50px 0px;
}

.home-about .left {
  width: 320px;
}

.home-about .left h3 {
  font-size: 32px;
}

.home-about .left p {
  color: #ffffff;
  margin-top: 50px;
}

.home-about .right {
  width: 770px;
  padding-right: 330px;
  padding-left: 40px;
  border-left: 2px solid #dc8826;
}

.home-about .right::before {
  content: '';
  display: block;
  position: absolute;
  width: 390px;
  height: 533px;
  background: url('../img/abouttrees.png') no-repeat center;
  background-size: 390px;
  bottom: -50px;
  right: -70px;
}

.home-about .right p {
  color: #dc8826;
}

.home-benefits {
  width: 100%;
  position: relative;
  padding: 50px 0px;
}

.home-benefits .left {
  width: 320px;
}

.home-benefits .left .title {
  font-size: 32px;
}

.home-benefits .left p {
  margin-top: 50px;
}

.home-benefits .left p i {
  color: #023a0d;
}

.home-benefits .right {
  width: 780px;
  display: table;
  padding: 30px;
  margin-top: 50px;
}

.home-benefits .right span {
  float: left;
  width: 220px;
  text-align: center;
  margin-left: 30px;
}

.home-benefits .right span:nth-child(1) {
  margin-left: 0px;
}

.home-benefits .right span img {
  margin: 0 auto;
  margin-top: -100px;
  display: block;
  width: 140px;
  height: 140px;
}

.home-benefits .right span b {
  display: block;
  font-size: 20px;
  color: #dc8826;
}

.home-services {
  padding: 50px 0px;
  background: #002d09;
  margin-top: 50px;
  background: url('../img/services-bg.jpg') no-repeat center bottom;
  background-size: 1920px;
}

.home-services .left {
  width: 500px;
  position: relative;
  padding-left: 150px;
}

.home-services .left .title {
  font-size: 32px;
  position: relative;
}

.home-services .left p {
  color: #ffffff;
  margin-top: 50px;
  position: relative;
}

.home-services .right {
  width: 600px;
  margin-top: -100px;
  position: relative;
}

.home-services .right::before {
  content: '';
  display: block;
  position: absolute;
  bottom: -50px;
  right: 0px;
  width: 138px;
  height: 451px;
  background: url('../img/service-tree-2.png') no-repeat center;
  background-size: 138px;
}

.home-services .right::after {
  content: '';
  display: block;
  position: absolute;
  left: -600px;
  bottom: -50px;
  width: 190px;
  height: 344px;
  background: url('../img/service-tree-1.png') no-repeat center;
  background-size: 190px;
}

.home-services .right div {
  float: left;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.2);
  position: relative;
}

.home-services .right div:first-child {
  margin-right: 30px;
}

.home-services .right div span {
  display: block;
  width: 100%;
  padding: 20px 0px;
  background: #ffffff;
  text-align: center;
  font-size: 18px;
}

.home-statistics {
  position: relative;
  width: 100%;
  padding: 50px 0px;
}

.home-statistics .title {
  text-align: center;
  font-size: 44px;
  margin-bottom: 30px;
}

.home-statistics .left {
  width: 270px;
  padding-top: 20px;
}

.home-statistics .left span {
  display: block;
  position: relative;
  margin-bottom: 20px;
  padding-left: 65px;
}

.home-statistics .left span i {
  position: absolute;
  left: 0px;
  top: -2px;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  border-color: #023a0d #023a0d #023a0d #dc8826;
  border-width: 2px;
  border-style: solid;
  text-align: center;
  padding-top: 9px;
}

.home-statistics .left span i img {
  display: inline-block;
  width: 32px;
  height: 32px;
}

.home-statistics .left span b {
  display: block;
  font-size: 22px;
  color: #023a0d;
}

.home-statistics .right {
  display: table;
  width: 860px;
}

.home-statistics .right .statistics-transactions:nth-child(1) {
  margin-right: 50px;
}

.statistics-transactions {
  width: 400px;
  background-size: 50px;
  float: left;
  padding: 0px 20px;
  height: 375px;
}

.statistics-transactions h3 {
  position: relative;
  text-align: left;
  height: 45px;
  line-height: 45px;
  font-size: 24px;
  color: #023a0d;
  padding-left: 5px;
}

.statistics-transactions h3::before {
  content: '';
  display: block;
  position: absolute;
  left: -40px;
  top: 20px;
  width: 40px;
  height: 4px;
  background: #dc8826;
}

.statistics-transactions div {
  display: table;
  width: 100%;
  text-align: right;
  height: 55px;
  line-height: 55px;
}

.statistics-transactions span  {
  float: left;
  text-align: left;
  position: relative;
  width: 220px;
  overflow: hidden;
}

.statistics-transactions  b img {
  width: 34px;
  height: 34px;
  vertical-align: middle;
  margin-top: -6px;
}

.home-partnership {
  position: relative;
  margin-top: 50px;
}

.home-partnership .left {
  width: 600px;
}

.home-partnership .left img {
  width: 600px;
}

.home-partnership .right {
  width: 500px;
}

.home-partnership .right .title {
  font-size: 32px;
  margin-bottom: 30px;
}

.home-partnership .right p {
  margin-bottom: 20px;
}

.about-title-big {
  width: 1130px;
  height: 387px;
  background: url('../img/about-title-bg.jpg') no-repeat center;
  background-size: 1130px;
  padding-top: 70px;
  margin-top: 50px;
}

.about-title-big h3 {
  font-size: 44px;
  text-align: center;
}

.about-vision {
  display: table;
  position: relative;
  width: 100%;
  margin: 100px auto;
}

.about-vision .left {
  width: 370px;
}

.about-vision .left .title {
  font-size: 32px;
}

.about-vision .left p {
  margin-top: 50px;
}

.about-vision .left p i {
  color: #023a0d;
}

.about-vision .right {
  width: 730px;
  display: table;
  padding-left: 30px;
  border-left: 2px solid #dc8826;
}

.about-vision .right p {
  color: #dc8826;
}

.about-energy {
  width: 100%;
  position: relative;
  padding: 30px;
}

.about-energy .title {
  font-size: 32px;
}

.about-energy-illustration {
  width: 900px;
  height: 290px;
  background: url('../img/about-energy.png') no-repeat center;
  background-size: 900px;
  margin: 50px auto;
  position: relative;
}

.about-energy-illustration b {
  width: 40px;
  height: 40px;
  position: absolute;
  border-radius: 50%;
  color: #dc8826;
  background: #023a0d;
  text-align: center;
  line-height: 40px;
  font-size: 22px;
}

.about-energy-illustration b:nth-child(1) {
  left: 110px;
  top: 10px;
}

.about-energy-illustration b:nth-child(2) {
  left: 310px;
  top: 145px;
}

.about-energy-illustration b:nth-child(3) {
  right: 315px;
  top: 100px;
}

.about-energy-illustration b:nth-child(4) {
  right: 20px;
  top: -20px;
}

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

.about-energy-info span {
  float: left;
  width: 245px;
  margin-left: 30px;
  text-align: center;
}

.about-energy-info span:nth-child(1) {
  margin-left: 0px;
}

.about-energy-info span b {
  display: block;
  text-align: center;
  margin-bottom: 10px;
  color: #dc8826;
  font-size: 32px;
}

.about-why {
  margin-top: 100px;
  display: table;
  width: 100%;
  padding: 30px;
}

.about-why .left {
  width: 320px;
}

.about-why .left h3 {
  font-size: 32px;
}

.about-why .right {
  width: 750px;
  border-left: 2px solid #dc8826;
  padding-left: 50px;
}

.news-block {
  position: relative;
  padding: 30px;
  display: table;
  width: 100%;
}

.news-block h3 {
  font-size: 26px;
  margin-left: 470px;
  color: #dc8826;
}

.news-block span {
  width: 100%;
  display: table;
  position: relative;
}

.news-block span img {
  float: left;
  margin-top: -30px;
  width: 400px;
}

.news-block span p {
  float: right;
  width: 600px;
}

.news-block small {
  margin-left: 470px;
}

.plans-page {
  display: table;
  justify-content: space-between;
  width: 1130px;
}

.plan-full {
  width: 525px;
  display: table;
  position: relative;
  float: left;
  margin-right: 80px;
  margin-top: 80px;
  padding: 20px 0px;
}

.plan-full .left {
  width: 240px;
}

.plan-full .left img {
  display: block;
  margin: 0 auto;
  width: 140px;
  height: 140px;
}

.plan-full .right {
  width: 280px;
  padding: 0px 20px;
  border-left: 1px solid #dc8826;
}

.plan-full .right span {
  display: table;
  width: 100%;
  padding: 5px 0px;
}

.plan-full .right span b {
  float: right;
  text-align: right;
}

.plans-page .plan-full:nth-child(1),
.plans-page .plan-full:nth-child(2) {
  margin-top: 0px;
}

.plans-page .plan-full:nth-child(2),
.plans-page .plan-full:nth-child(4),
.plans-page .plan-full:nth-child(6) {
  margin-right: 0px;
}

.plans-page-calc {
  width: 100%;
  display: table;
  margin-top: 50px;
}

.plans-page-calc .left {
  width: 350px;
}

.plans-page-calc .left .title {
  font-size: 32px;
}

.plans-page-calc .right {
  width: 730px;
}

.rate-block {
  position: relative;
  display: table;
  width: 100%;
}

.rate-block .rate-button:nth-child(1),
.rate-block .rate-button:nth-child(5),
.rate-block .rate-button:nth-child(9),
.rate-block .rate-button:nth-child(13),
.rate-block .rate-button:nth-child(17),
.rate-block .rate-button:nth-child(21) {
  margin-left: 0px;
}

.rate-button {
  width: 220px;
  height: 300px;
  padding: 30px;
  float: left;
  background: url('../img/noise-bg.jpg') repeat;
  background-size: 50px;
  margin-left: 80px;
  box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.2);
  margin-bottom: 80px;
}

.rate-button img {
  width: 160px !important;
  height: 240px !important;
}

.faq-block {
  display: table;
  position: relative;
  padding: 30px;
  width: 100%;
}

.faq-block .left {
  width: 300px;
}

.faq-block .right {
  width: 700px;
}

ul.tabs {

}

ul.tabs li {
	cursor: pointer;
	overflow: hidden;
	position: relative;
  display: block;
  margin-bottom: 15px;
  padding: 12px 20px;
  border-radius: 30px;
  color: #ffffff;
  font-weight: 700;
  background: #023a0d;
}

ul.tabs li.active {
  background: #dc8826;
  color: #023a0d;
}

.tab-container {
	overflow: auto;
}

.tab-content {
	display: none;
}

.tab-content span {
  display: block;
  margin-bottom: 30px;
}

.tab-content span:last-child {
  margin-bottom: 0px;
}

.tab-content b {
  display: block;
  font-size: 20px;
  color: #023a0d;
}

.contact-top {
  background: url('../img/semi-logo.png') no-repeat center left #023a0d;
  background-size: 70px;
  padding: 30px 30px 30px 100px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
}

.contact-top span {
  color: #ffffff;
  padding-left: 50px;
  float: left;
  position: relative;
}

.contact-top span small {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
}

.contact-top span i {
  position: absolute;
  left: 0px;
  top: 0px;
  color: #ffffff;
  font-size: 40px;
}

.contact-top span a,
.contact-top span b {
  display: block;
  color: #dc8826;
  font-weight: 700;
}

.contact-block {
  width: 100%;
  display: table;
  position: relative;
  padding: 30px;
}

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

.contact-block .left {
  width: 500px;
}

.contact-block .left img {
  width: 500px;
}

.contact-block .right {
  width: 540px;
}

.table-block .field-input {
  float: left;
  width: 260px;
}

.table-block .field-input:nth-child(1) {
  margin-right: 20px;
}

.contact-block .table-block {
  margin-bottom: 20px;
}

.contact-block textarea {
  height: 200px;
}

textarea {
  background: transparent;
  border: 2px solid #023a0d;
  border-radius: 30px;
  padding: 15px;
  font-size: 16px;
  width: 100%;
  resize: vertical;
}

.contact-block button {
  margin-top: 30px;
}

.forest-and-house {
  width: 100%;
  height: 432px;
  background: url('../img/forest-and-house.jpg') no-repeat center;
  background-size: 1920px;
  position: absolute;
  left: 0px;
  bottom: 608px;
}

.register-block {
  width: 900px;
  margin: 0 auto;
  position: relative;
  padding: 30px;
  display: table;
}

.register-block .left,
.register-block .right {
  width: 400px;
}

.register-block .field-input {
  margin-bottom: 20px;
}

.register-block .right .field-input input {
  padding-left: 46px !important;
}

.register-block .right .field-input:nth-child(1) input {
  background: url('../images/18.png') no-repeat center;
  background-size: 36px;
  background-position-x: 4px;
}

.register-block .right .field-input:nth-child(2) input {
  background: url('../images/43.png') no-repeat center;
  background-size: 36px;
  background-position-x: 4px;
}

.register-block .right .field-input:nth-child(3) input {
  background: url('../images/48.png') no-repeat center;
  background-size: 36px;
  background-position-x: 4px;
}

.register-block .right .field-input:nth-child(4) input {
  background: url('../images/68.png') no-repeat center;
  background-size: 36px;
  background-position-x: 4px;
}

.register-block .right .field-input:nth-child(5) input {
  background: url('../images/79.png') no-repeat center;
  background-size: 36px;
  background-position-x: 4px;
}

.register-block .right .field-input:nth-child(6) input {
  background: url('../images/69.png') no-repeat center;
  background-size: 36px;
  background-position-x: 4px;
}

.register-block .right .field-input:nth-child(7) input {
  background: url('../images/77.png') no-repeat center;
  background-size: 36px;
  background-position-x: 4px;
}

.register-block .right .field-input:nth-child(8) input {
  background: url('../images/71.png') no-repeat center;
  background-size: 36px;
  background-position-x: 4px;
}

.register-upline {
  width: 100%;
  text-align: center;
  background: #023a0d;
  padding: 20px;
  display: table;
  color: #ffffff;
}

.register-upline b,
.register-upline span {
  display: block;
}

.register-upline b {
  font-size: 26px;
  color: #dc8826;
}

.register-bottom {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}

.register-terms {
  position: relative;
}

.register-terms .checkbox {
  margin-top: -4px;
}

.password-recovery-block {
  position: relative;
  width: 460px;
  margin: 0 auto;
  padding: 30px;
}

.login-block {
  display: table;
  width: 710px;
  margin: 0 auto;
  padding: 30px;
}

.login-block .left {
  width: 320px;
}

.login-block .left img {
  width: 320px;
}

.login-block .right {
  width: 300px;
}

.login-block .field-input {
  margin-bottom: 20px;
}

.login-block .right button {
  float: right;
}

.pagination {
  display: block;
  text-align: center;
  margin-top: 30px;
}

.pagination li {
  display: inline-block;
  padding: 0px 5px;
}

.checkbox {
  position: relative;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  cursor: pointer;
  display: inline-block;
  border: 4px solid #023a0d;
  vertical-align: middle;
  margin-right: 5px;
}

.checkbox input {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 101;
  left: 0px;
  top: 0px;
  cursor: pointer;
}

.checkbox input + span {
  position: absolute;
  width: 14px;
  height: 14px;
  opacity: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  background: #dc8826;
  border-radius: 50%;
}

.checkbox input:checked + span {
  opacity: 1;
}

.user-bg {
  position: absolute;
  width: 100%;
  height: 1000px;
  background: url('../img/user-bg.jpg') no-repeat center bottom;
  background-size: 1920px;
  left: 0px;
  top: 0px;
}

.user-account {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  width: 1130px;
  margin: 0 auto;
  position: relative;
  margin-top: 100px;
  box-shadow: 0px 5px 35px 5px rgba(0, 0, 0, 0.2);
  border-radius: 30px;
}

.user-account nav {
  width: 330px;
  position: relative;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  overflow: hidden;
  background: url('../img/lake-noise.jpg') repeat;
  background-size: 100px;
  padding: 80px 30px 80px 30px;
}

.user-account nav::after {
  content: '';
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 500px;
  background: url('../img/noise-bg.jpg') repeat;
  background-size: 50px;
}

.lake-and-house {
  position: absolute;
  width: 330px;
  height: 610px;
  background: url('../img/lake-and-house.png') no-repeat center;
  background-size: 330px;
  top: 330px;
  left: 0px;
  z-index: 51;
}

.user-account nav .sun {
  position: absolute;
  width: 200px;
  height: 200px;
  background: url('../img/sun.png') no-repeat center;
  background-size: 200px;
  top: -70px;
  left: -50px;
  z-index: 50;
}

.user-account nav .clouds {
  position: absolute;
  width: 330px;
  height: 146px;
  background: url('../img/clouds.png') no-repeat center;
  background-size: 330px;
  left: 0px;
  top: 220px;
  z-index: 50;
  opacity: 0.5;
}

.user-account nav ul {
  width: 100%;
  background: #ffffff;
  margin: 0 auto;
  display: block;
  position: relative;
  z-index: 55;
  border-radius: 30px;
  box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.1);
  padding: 20px;
  margin-top: 30px;
}

.user-account nav ul b {
  display: block;
  font-size: 20px;
  line-height: 20px;
  font-weight: 700;
  color: #000000;
  margin-bottom: 10px;
  position: relative;
  padding-left: 35px;
}

.user-account nav ul b::before {
  content: '';
  display: block;
  position: absolute;
  left: 0px;
  top: 9px;
  width: 30px;
  height: 2px;
  background: #000000;
}

.user-account nav ul li {
  display: block;
}

.user-account nav ul li a {
  color: #5a5a5a;
  margin: 10px 0px;
  display: inline-block;
}

.user-account nav ul li a:hover {
  color: #dc8826;
}

.user-account nav ul li a span {
  display: inline-block;
  width: 40px;
  height: 40px;
  text-align: center;
  position: relative;
  vertical-align: middle;
  padding-top: 7px;
  margin-top: -5px;
  margin-right: 5px;
}

.user-account nav ul li a span::before {
  content: '';
  display: block;
  position: absolute;
  left: -2px;
  top: -2px;
  width: 40px;
  height: 40px;
  border-color: #023a0d #023a0d #023a0d #dc8826;
  border-width: 2px;
  border-style: solid;
  border-radius: 50%;
}

.user-account nav ul li a:hover span::before {
  transform: rotate(180deg);
}

.user-account nav ul li a i {
  color: #dc8826;
  font-size: 24px;
}

.top-account {
  background: rgba(247, 234, 226, 0.25);
  padding: 30px;
  border-top-right-radius: 30px;
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
}

.top-account span a {
  margin-right: 50px;
}

.top-account a {
  color: #023a0d;
  font-weight: 700;
}

.top-account a:hover {
  color: #dc8826;
}

.top-account a i {
  font-size: 26px;
  vertical-align: middle;
  margin-top: -5px;
}

.user-content {
  width: 800px;
  background: #ffffff;
  position: relative;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
}

.user-block {
  position: relative;
  width: 100%;
  padding: 30px;
}

.user-container {
  width: 100%;
  position: relative;
  padding: 30px;
}

.user-content .title {
  text-align: left;
  font-size: 32px;
  margin-bottom: 50px;
}

.house-deposit {
  position: relative;
  width: 400px;
  height: 200px;
  border-radius: 20px;
  overflow: hidden;
  padding-top: 30px;
  padding-left: 30px;
  float: left;
}

.house-deposit::before {
  content: '';
  display: block;
  position: absolute;
  width: 222px;
  height: 150px;
  background: url('../img/house-inv.png') no-repeat center;
  background-size: 222px;
  right: 0px;
  bottom: 0px;
}

.house-deposit span {
  display: block;
  position: relative;
  font-size: 18px;
  margin-bottom: 20px;
}

.house-deposit span b {
  display: block;
  font-size: 32px;
  color: #dc8826;
}

.ref-link {
  position: relative;
  margin-bottom: 30px;
  padding-left: 40px;
  font-size: 18px;
}

.ref-link i {
  position: absolute;
  left: 0px;
  top: 8px;
  font-size: 32px;
  color: #dc8826;
}

.ref-link b {
  display: block;
  color: #023a0d;
}

.security-block {
  position: relative;
}

.security-block span {
  display: block;
  padding: 5px 0px;
}

.security-block h3 {
  color: #dc8826;
  font-size: 26px;
  margin-bottom: 10px;
}

.account-balance {
  width: 300px;
  height: 200px;
  position: relative;
  float: right;
  border-radius: 20px;
  text-align: center;
  padding-top: 30px;
}

.account-balance img {
  display: block;
  margin: 0 auto;
  margin-top: -70px;
}

.account-balance span {
  display: block;
  font-size: 18px;
}

.account-balance span b {
  font-size: 32px;
  color: #023a0d;
  display: block;
}

.account-userinfo {
  position: relative;
  margin-top: 30px;
}

.account-userinfo .left {
  width: 340px;
  padding-top: 20px;
}

.account-userinfo a {
  margin-top: 20px;
}

.account-userinfo .right {
  width: 360px;
  padding: 20px;
  border-radius: 20px;
}

.account-userinfo span {
  display: block;
  display: table;
  position: relative;
  width: 100%;
  padding: 5px 0px;
}

.account-userinfo span b {
  text-align: right;
  float: right;
  color: #023a0d;
}

.account-plans {
  width: 100%;
  display: table;
  position: relative;
  padding-top: 80px;
}

.account-plan {
  width: 345px;
  float: left;
  margin-right: 50px;
  margin-bottom: 100px;
  position: relative;
  padding: 20px;
  text-align: center;
  padding-top: 100px;
}

.account-plans .account-plan:nth-child(2),
.account-plans .account-plan:nth-child(4),
.account-plans .account-plan:nth-child(6) {
  margin-right: 0px;
}

.account-plans .account-plan:nth-child(5),
.account-plans .account-plan:nth-child(6) {
  margin-bottom: 30px;
}

.account-plan::before {
  content: '';
  display: block;
  position: absolute;
  width: 170px;
  height: 170px;
  left: 50%;
  transform: translateX(-50%);
  top: -70px;
}

.account-plans .account-plan:nth-child(1)::before {
  background: url('../img/plan-1.png') no-repeat center;
  background-size: 170px;
}

.account-plans .account-plan:nth-child(2)::before {
  background: url('../img/plan-2.png') no-repeat center;
  background-size: 170px;
}

.account-plans .account-plan:nth-child(3)::before {
  background: url('../img/plan-3.png') no-repeat center;
  background-size: 170px;
}

.account-plans .account-plan:nth-child(4)::before {
  background: url('../img/plan-4.png') no-repeat center;
  background-size: 170px;
}

.account-plans .account-plan:nth-child(5)::before {
  background: url('../img/plan-5.png') no-repeat center;
  background-size: 170px;
}

.account-plans .account-plan:nth-child(6)::before {
  background: url('../img/plan-6.png') no-repeat center;
  background-size: 170px;
}

.account-plan h3 {
  text-align: center;
  font-size: 22px;
  margin-bottom: 20px;
  color: #023a0b;
}

.account-plan .percents {
  display: table;
  width: 100%;
  text-align: left;
  padding: 5px 0px;
}

.account-plan .percents b {
  float: right;
  text-align: right;
}

.account-plan .checkbox {
  margin-top: 10px;
  margin-right: 0px;
}

.deposit-payment {
  position: relative;
  display: table;
  width: 100%;
}

.deposit-payment .left {
  width: 250px;
}

.deposit-payment .left button {
  margin-top: 30px;
}

.deposit-payment .right {
  width: auto;
  display: table;
}

.deposit-payment .right h3 {
  font-size: 32px;
  margin-bottom: 10px;
}

.deposit-payment .processor {
  display: block;
  padding: 5px 0px;
}

.deposit-payment .processor img {
  width: 34px;
  height: 34px;
  vertical-align: middle;
}

.depo-confirm,
.withdraw-confirm {
  padding: 30px;
  margin-bottom: 30px;
}

.deposit-cancel {
  margin-left: 30px;
}

.depo-confirm th,
.withdraw-confirm th {
  text-align: left;
}

.depo-confirm td,
.withdraw-confirm td {
  text-align: right;
}

.withdraw-confirm button {
  margin-top: 20px;
}

.info-board {
  position: relative;
  margin-bottom: 30px;
  display: table;
}

.info-board span {
  display: block;
  float: left;
  padding: 10px 20px;
  margin-right: 30px;
}

.info-board span b {
  font-size: 26px;
  display: block;
  color: #023a0d;
}

.plan-lists {
  position: relative;
  width: 100%;
}

.plan-listed {
  width: 100%;
  display: table;
  position: relative;
  padding: 30px;
  margin-bottom: 50px;
}

.plan-lists .plan-listed:last-child {
  margin-bottom: 0px;
}

.plan-lists .plan-listed:nth-child(1)::before,
.plan-lists .plan-listed:nth-child(2)::before,
.plan-lists .plan-listed:nth-child(3)::before,
.plan-lists .plan-listed:nth-child(4)::before,
.plan-lists .plan-listed:nth-child(5)::before,
.plan-lists .plan-listed:nth-child(6)::before {
  content: '';
  display: block;
  position: absolute;
  left: 80px;
  top: 100px;
  width: 170px;
  height: 170px;
}

.plan-lists .plan-listed:nth-child(1)::before {
  background: url('../img/plan-1.png') no-repeat center;
  background-size: 170px;
}

.plan-lists .plan-listed:nth-child(2)::before {
  background: url('../img/plan-2.png') no-repeat center;
  background-size: 170px;
}

.plan-lists .plan-listed:nth-child(3)::before {
  background: url('../img/plan-3.png') no-repeat center;
  background-size: 170px;
}

.plan-lists .plan-listed:nth-child(4)::before {
  background: url('../img/plan-4.png') no-repeat center;
  background-size: 170px;
}

.plan-lists .plan-listed:nth-child(5)::before {
  background: url('../img/plan-5.png') no-repeat center;
  background-size: 170px;
}

.plan-lists .plan-listed:nth-child(6)::before {
  background: url('../img/plan-6.png') no-repeat center;
  background-size: 170px;
}

.plan-listed h3 {
  font-size: 32px;
  text-align: center;
  margin-bottom: 20px;
}

.plan-listed .right {
  width: 400px;
  display: table;
}

.plan-total {
  display: table;
  width: 100%;
  margin-top: 20px;
}

.plan-total span {
  display: block;
  float: left;
  margin-right: 30px;
}

.plan-listed .right span {
  display: table;
  width: 100%;
  padding: 5px 0px;
}

.plan-listed-depo {
  width: 100%;
  padding-top: 10px;
  border-top: 2px solid #dc8826;
  display: table;
}

.plan-listed .right span b {
  float: right;
  text-align: right;
}

.user-settings {
  display: table;
}

.user-settings .left,
.user-settings .right {
  width: 320px;
}

.user-settings .field-input {
  margin-bottom: 20px;
}

#closed {
  font-size: 22px;
  color: #023a0d;
  padding-top: 100px;
  text-align: center;
}

.withdraw-block {
  position: relative;
  margin-top: 30px;
}

.withdraw-block .left {
  width: 300px;
}

.withdraw-block .left button {
  margin-top: 20px;
}

.withdraw-block .right {
  width: 400px;
}

.withdraw-block .right textarea {
  width: 100% !important;
  height: 150px;
}

.login-redirect {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  background: url('../img/noise-bg.jpg') repeat;
  background-size: 50px;
}

.login-redirect::before {
  content: '';
  display: block;
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 335px;
  background: url('../img/house-and-trees.png') no-repeat center;
  background-size: 1920px;
}

.login-redirect span {
  width: 100%;
  position: absolute;
  left: 0px;
  top: 150px;
  text-align: center;
}

.login-redirect span p {
  font-size: 20px;
  font-weight: 700;
  color: #023a0d;
  margin-top: 20px;
}

footer {
  width: 100%;
  height: 608px;
  background: url('../img/footer-bg.jpg') no-repeat center;
  background-size: 1920px;
  position: relative;
  margin-top: 100px;
  padding-top: 50px;
}

.accepted-payment {
  position: relative;
}

.accepted-payment h3,
.footer-socials h3 {
  font-size: 24px;
  margin-bottom: 10px;
}

.accepted-payment a {
  display: inline-block;
  margin-right: 12px;
}

.accepted-payment a img {
  width: 44px;
  height: 44px;
}

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

.footer-socials {
  position: absolute !important;
  right: 20px;
  top: 0px;
}

.footer-socials a:last-child {
  margin-left: 10px;
}

.footer-rights {
  position: absolute;
  width: 100%;
  left: 0px;
  top: 330px;
  font-size: 18px;
  padding-left: 200px;
  font-weight: 700;
}

footer nav {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  width: 400px;
  margin-top: 30px;
}

footer ul {
  position: relative;
}

footer ul li a {
  color: #023a0d;
  font-weight: 700;
  font-size: 18px;
  margin-top: 5px;
  display: block;
}

footer ul li a:hover {
  color: #dc8826;
}
