header{
    position: fixed;
    z-index: 10;
    width: 100%;background:#128d87;}

section {
    align-items: center;
    padding: 50px 60px;
}
.navbar {
    padding: 20px 0;
}

.navbar-brand {
    font-weight: 600;
    font-size: 14px;
    color: #fff !important;
    font-family: system-ui;
}
.navbar-light .navbar-nav .nav-item .nav-link:hover,
.navbar-light .navbar-nav .nav-item.active .nav-link{
    color: #fff;
}
.nav-item {
    font-weight: 600 !important;
}
.navbar-light .navbar-nav .nav-item .nav-link {
    color: #a2ccc7;
    padding: 5px 15px;
    transition: all 300ms ease-in-out .1ms;
    font-family: system-ui;
    font-weight: 600;
}

.banner {
    position: relative;
    background:#fff;
    background-size: cover;
    background-position: center;
    padding: 100px 0 100px
						
}
.banner h4 {
    margin-top: 50px;
    font-size: 30px;
    font-weight: 700;
    color: #000;
    text-align: center;
    font-family: system-ui;
}
.banner h2 {
    margin: 0;
    padding: 0;
    font-size: 30px;
    font-weight: 700;
    color: red;
    text-align: center;
    font-family: system-ui;
}

.banner ul li {
    font-size: 16px;
    line-height: 1.5em;
    color: #000;
    list-style: square;
    font-family: system-ui;
    margin-top: 20px;
}
.btnD1 {
    display: inline-block;
    margin: 1em 0 0;
    background: #ff2670;
    color: #ffffff;
    padding: 10px 20px;
    border: none;
    font-weight: 800;
    transition: all 300ms ease-in-out .1ms;
}

.btnD1:hover {
    color: #ff2670;
    text-decoration: none;
    background: #fff;
	
}

.navbar-light .navbar-toggler {
    border: none;
    color: #fff;
    border: 2px solid #7f7f7f;
    border-radius: 0;
    outline: none;
}




/* refer 
---------------------------------------------------------------*/

.refer {
    position: relative;
    background: #d9e0e0;
    background-size: cover;
    background-position: center;
    padding: 163px 0 0px;
}
.refer h2 {
    margin-top:0px;
    font-size: 32px;
    font-weight: 700;
font-family: system-ui;text-align: left;color: #1a555b;
}

.refer p {
    font-size: 16px;
    font-weight: 700;
    color: #000;
    text-align: left;
    font-family: system-ui;
    margin-top: 23px;
    line-height: 40px;
}
.refer li {
    color: #000;
    font-weight: 500;
    list-style: none;
    margin-left: -41px;
    line-height: 40px;
}

.eran h3{
margin-top: 30px;
    font-size: 25px;
    font-weight: 700;
font-family: system-ui;text-align: left;color: #1a555b;
}






/* Footer 
---------------------------------------------------------------*/
#footer {
	background-color: #29282e;
	padding: 97px 0 62px;
	color: #fff;
}
.fa {padding-top: 10px!important;}
#footer.style1 {
	padding-top: 67px;
}

.widget-ft h3.title {
	color: #fff;
	font-size: 20px;
	font-weight: 600;
	padding-bottom: 11px;
	margin-bottom: 24px;
	position: relative;
}


.widget-ft h3.title:before {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 1px;
	width: 50px;
	background-color: #fff;
	border-radius: 1px;
}

.widget-ft.style1 h3.title:before {
	background-color: #fff;
}

/* Widget About */
#logo-ft {
	margin-bottom: 32px;
}

.widget-about ul.social {
	margin-top: 29px;
}

.widget-about ul.social li {
	display: inline-block;
	margin-right: 1px;
}

.widget-about ul.social li a {
    display: inline-block;
    font-size: 16px;
    color: #fff;
    height: 40px;
    line-height: 40px;
    width: 40px;
    text-align: center;
    border-radius: 3px;
     background-color: darkslategray !important;
}

.widget-about ul.social li a:hover {
	color: #fff;
	background-color: #253444;
}

/* Widget Services */
.widget-services {
	margin-left: -1px;
}


.widget-services .one-half {
    width: 50%;
    float: right;
    margin-top: 2px;
}


.widget-services .one-half li {
	position: relative;
}

.widget-services .one-half li a:before  {
	content: "\f0da";
	font-family:system-ui;
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
    	-ms-transform: translateY(-50%);
    	 -o-transform: translateY(-50%);
    	 	transform: translateY(-50%);
}

.widget-services .one-half li a {
	color: #fff;
	line-height: 40px;
	display: inline-block;
	position: relative;
	padding-left: 18px;
	font-family: system-ui;
}

.widget-services .one-half li a:hover {
	color: #18ba60;
}

/* Widget Lastest */
.widget-lastest {
	margin-left: -31px;
}

.widget-lastest h3.title {
	margin-bottom: 32px;
}

.widget-lastest ul {
    margin-top: 10px;
    text-align: justify;
}

.widget-lastest ul li {
	margin-bottom: 16px;
    line-height: 26px;
    letter-spacing: 0.1px;
    padding-right: 10px;
}

.widget-lastest ul li a {
	font-family:system-ui;
}

.widget-lastest ul li a:not(:hover) {
	color: #fff;
}

/* Widget-subscribe */
.widget-subscribe {
	margin-left: -2px;
}

.widget-ft.widget-subscribe h3.title {
	margin-bottom: 40px;
}

.widget-subscribe form label {
	color: #ffffff;
	margin-bottom: 9px;
}

#subscribe-email {
    width: 80%;
    height: 50px;
    margin-bottom: 22px;
    padding-left: 10px;
    border-radius: 6px;
    background-color: cadetblue;
    color: #fff;
    border: 1px solid #2e363a;
}
#subscribe-email::placeholder {
	color: #fff;
}

#subscribe-email:focus {
	border-color: #18ba60;
}

.widget-subscribe form .button-subscribe:hover {
	background-color: #252525;
	border-color: #252525
}

.widget-subscribe button {
	letter-spacing: 0;
	border-radius: 25px;
	padding: 0 36px;
	height: 47px;
}

.notification_error {
    padding-top: 10px;
    color: #18ba60;
}

.notification_ok {
    text-align: center;
    color: #18ba60;
}



/*--------------------------------------------------------------
# income
--------------------------------------------------------------*/
#income{background:#f2f6f6;margin-bottom:0px;}
#income .icon-box {
    display: flex;
    align-items: center;
    padding: 20px;
    box-shadow: 0px 0px 3px rgb(0 0 0 / 20%);
    transition: ease-in-out 0.3s;
    height: 40px;
    margin-bottom: -18px;
	
}

#income .incomebox h2 {
    font-size: 32px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 90px;
    margin-top: 50px;
    position: relative;
    color: darkslategray;
    font-family: system-ui;
}


#income .icon-box i {
    font-size: 28px;
    padding-right: 0px;
    line-height: 0;
    color: #000;
    font-weight: bold;
    margin-left: 50px;
}
#income .icon-box h3 {
  font-weight: 700;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-size: 16px;
}

#income .icon-box h3 a {
  color: #111;
  transition: ease-in-out 0.3s;
}

#income .icon-box h3 a:hover {
  color: #1d6b61;
}
#income .icon-box p a{
    font-size: 27px;
    color: #000;
    margin-left: 60px;
    margin-top: 12px;
}
#income .icon-box p a:hover{
    color: #1d6b61;
}
#income h2 {
     font-size: 32px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 20px;
    padding-bottom: 10px;
    position: relative;
    color: darkslategray;
    font-family: system-ui;
}

.linkincomes {
    margin-top: 0;
}



/*--------------------------------------------------------------
# referral
--------------------------------------------------------------*/
#referral{background:#fff;margin-bottom:90px;}
#referral .icon-box {
    display: flex;
    align-items: center;
    padding: 30px;
    box-shadow: 0px 0px 15px rgb(0 0 0 / 19%);
    transition: ease-in-out 0.3s;
    height: 70px;
    margin-bottom: -31px;
	
}
#referral .incomebox {
    display: flex;
    padding: 10px;
    height: 60px;
    width: 50%;
    margin-left: 37%;margin-top:50px;margin-bottom: 70px;

}
.referralbox {
    height: 118px;
    border: 1px solid #e4ede;
    background: #f5f5f5;
    margin-top: 13px;
}
#referral .incomebox h2 {
     font-size: 32px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 20px;
    padding-bottom: 10px;
    position: relative;
    color: darkslategray;
    font-family: system-ui;
}

#referral p {
    text-align: center;
    font-size: 16px;
    color: #000;
    margin-top: 20px;
    font-weight: 600;
}



/*--------------------------------------------------------------
# level
--------------------------------------------------------------*/

#level{background:#f8f6f5;margin-bottom:0px;}

#level h2 {
    font-size: 32px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 20px;
    padding-bottom: 10px;
    position: relative;
    color: darkslategray;
    font-family: system-ui;
}

#level .levelbox {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    height: 55px;
}
.table td, .table th {
    padding: 8px;
    vertical-align: top;
   
}
.table-bordered td, .table-bordered th {
    border: 1px solid #2aa;
}
.table {
    background-color: darkcyan;
    color: #fff;font-weight: 700;
}
.leveltable h4 {
    font-size: 20px;
    text-align: center;
    margin-bottom: 10px;
    color: #0b0808;
    font-family: system-ui;
}
.table thead th {
    vertical-align: bottom;
    border-bottom: px solid #dee2e6 !important;
}

.registerapp {
    font-family: system-ui;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 32px;
  border-radius: 4px;
  transition: 0.5s;
  line-height: 1;
      margin-top: -20px;
    margin-bottom: 26px;

  color: #fff;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  border: 2px solid #1c4656;
background:#2d6161; margin-top:40px;
}

 .registerapp:hover {
  background: transparent;
  color: #000;  font-weight:600;
  text-decoration: none;
}


/*--------------------------------------------------------------
# binnay
--------------------------------------------------------------*/

#binary{background:#fff;margin-bottom: 60px;text-align: center;}

#binary h2 {
       font-size: 32px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 20px;
    padding-bottom: 10px;
    position: relative;
    color: darkslategray;
    font-family: system-ui;
}

#binary .binarybox {
    margin-bottom:50px;
    display: flex;
    align-items: center;
    padding: 30px;
    height: 55px;
    width: 50%;
    margin-left:35%;
    margin-top: 50px;
}
#binary .b-box {text-align: center !important;}
#binary .icon-box {
    text-align: center;
    padding: 20px;
    box-shadow: 0px 0px 3px rgb(0 0 0 / 20%);
    transition: ease-in-out 0.3s;
    height: 64px;
    margin-bottom: 5px;
    background-color: #b8d4d0;

}
#binary .icon-box h4 {
    font-size: 25px;
    text-align: center;
    color: #000;
    font-family: sans-serif;
    margin-left:0px;
}
#binary .icon-box h3 {
    font-size: 21px;
    text-align: center;
    color: #000;
    font-family:system-ui;
    margin-left: 0;
}
#binary p {
    background-color: beige;
    width: 100%;
    margin-top: 30px;
    margin-bottom: 50px;
    font-size: 15px;
    color: #000;
    height: 50px;
    padding-top: 14px;
}




/*--------------------------------------------------------------
# achievements
--------------------------------------------------------------*/
#achievements {
    background: #fff;
    margin-bottom: 0px;
    text-align: center;
    border-top: 1px solid #dcebe9;
}
#achievements h2 {
    font-size: 32px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 20px;
    padding-bottom: 10px;
    position: relative;
    color: darkslategray;
    font-family: system-ui;
}

#achievements .achivementbox {
    margin-bottom: 50px;
    display: flex;
    align-items: center;
    height: 55px;
    margin-left: 35%;
    margin-top: 0px;
}







/*--------------------------------------------------------------
# level
--------------------------------------------------------------*/

#level{background:#f8f6f5;margin-bottom:0px;}

#level h2 {
    font-size: 32px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 20px;
    padding-bottom: 10px;
    position: relative;
    color: darkslategray;
    font-family: system-ui;
}

#level .renulevalbox{ 
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    padding: 30px;
    box-shadow: 0px 0px 15px rgb(0 0 0 / 19%);
    transition: ease-in-out 0.3s;
    height: 55px;
    background-color: darkcyan;
    width: 97%;
    margin-left: 0;
    margin-top: 0px;
}


#level .renulevalbox h2 {
    font-size: 32px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 20px;
    padding-bottom: 10px;
    position: relative;
    color: darkslategray;
    font-family: system-ui;
}
