@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,400;0,600;0,700;1,400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,400;0,600;0,700;1,400&family=Oswald:wght@300;400;500;700&display=swap');

/*index-page*/
.header-wrap {
        width: 355px;
    height: 50px;
    position: relative;
    z-index: 999;
    top:20px;
    right: 10px;
}
.navbar-toggler{
    background-color: #fff;
}
.social-icon {
    color: #fff;
}
.pd0{
    padding: 0px;
}
ul.social-icons {
    margin-top: 15px;    
    padding-left: inherit;
}
.social-icons li {
    vertical-align: top;
    display: inline;
    height: 100px;
}
.social-icons a {
    color: #fff;
    text-decoration: none;
    font-size: 18px;
}
.fa-facebook {
    padding:10px 12px;
    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition: .5s;
    background-color: transparent;
}
.fa-facebook:hover {
    background-color: #3d5b99;
        border-radius: 50%;
}
.fa-twitter {
    padding:10px 12px;
    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition: .5s;
    background-color: transparent;
}
.fa-twitter:hover {
    background-color: #00aced;
        border-radius: 50%;
}

.fa-pinterest{
    padding:10px 12px;
    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition: .5s;
    background-color: transparent;
}
.fa-pinterest:hover {
    background-color: #e64a41;
        border-radius: 50%;
}
.fa-linkedin {
    padding:10px 12px;
    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition: .5s;
    background-color: transparent;
}
.fa-linkedin:hover {
    background-color: #0073a4;
        border-radius: 50%;
}
.home-section-2-font{
    font-size: 24px;
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    color: #efba03;
    position: absolute;
    margin-top: -200px;
    .home-section-2-font > .lg
}
.home-section-2-font > p{
    margin-bottom: 0px;
}
.home-section-2-font > .lg{
    font-size: 60px;
    color: #fff;
    line-height: 70px;
}
.header-sectin-1{
    background-image: url(../img/home-section-1-back.png);
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 1180px;
    width: auto;
    background-position: bottom;
    background-color: #534ded;
}
.home-section-2-wrap{
    background-color: #534ded;
    padding-bottom: 100px;
    padding-top: 80px;
}
.home-section-2-box{
     background-color: rgb(75, 178, 238);
     padding: 15px;
    border-radius: 10px;
}
.home-section-2-box > p{
    font-size: 18px;
    margin-bottom: 0px;
    color: #fff;
}
.section-2-right-text{
   display: table-cell;
    vertical-align: middle;
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    text-align: justify; 
}
.section-2-right-text-wrap{
      display: table;
    height: 800px;
}
.home-section-2-box > h3{
    font-size: 23px;
    color: #fff;
    font-family: 'Oswald', sans-serif;
    font-weight: 600;
    letter-spacing: 1.4px;
}
.header-section-bold-title{
    font-family: 'Oswald', sans-serif;
    font-size: 95px;
    color: rgb(255, 255, 255);
    font-weight: 700;
    margin: 0px;
    line-height: 95px;
}
.header-section-title-small{
    font-family: 'Oswald', sans-serif;
    font-size: 40px;
        color: rgb(255, 255, 255);
}

/*nav-header*/

.logo{
    position: relative;
    padding: 5px 0px;
    padding-top: 30px;
}

.stats-top {
    text-align: right;
    margin-top: 60px;
    margin-bottom: 15px;
}
.stats-top > div.row {
    margin-top: 7px;
}
.no-gutters>.col, .no-gutters>[class*=col-] {
    padding-right: 0;
    padding-left: 0;
}

.stats-top_sum {
    font-size: 30px;
    font-weight: 400;
    font-family: 'Oswald', sans-serif;
}
.stats-top_subject {
    text-align: left;
   font-size: 15px;
   padding-left: 8px !important;
    color: #ffffff;
    font-family: 'Oswald', sans-serif;
}
.no-js .owl-carousel, .owl-carousel.owl-loaded{
    position: relative;
      margin-top: 270px;
    margin-left: 265px;
    z-index: 2;
}
/*General classes*/
   
.dropdown-item{
    line-height: initial;
    font-size: 17px;
}
nav{
    border:0px;
    box-shadow: none;
    background-color: #181833;
}
.dropdown-item.active, .dropdown-item:active{
      background-color: #1fa3b8;  
}
.dropdown-menu{
    top:80%;
        background-color: #1fa3b8;
}
.dropdown-item:focus, .dropdown-item:hover {
    color: #181833;
}
.dropdown-item{
    color: #fff;
}
nav ul li.active{
    background-color: transparent;
}
.navbar-light .navbar-nav .nav-link{
    color:#fff;
    transition: 0.5s;
}
.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
    color: #1fa3c1;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: rgb(31 163 193);
}
.navbar > ul > li> a{
    color: #fff;
}
.navbar > ul > li> a:hover{
    color: #1fa3c1;
}
a:hover{
    text-decoration: none;
}
.back-blue{
    background-color: #1c1c50;
}
.slider-blue{
        background-color: #353897;
    padding-bottom: 50px;
}
.sky-blue-back{
    background-color: #13acfc;
        padding-top: 80px !important;
    padding-bottom: 1px !important;
}
.pd-btn{
        padding: 10px 30px !important;
            margin: 0px 10px;
}
.text-white{
    color: #fff !important;
}
.red-text{
    color: red;
    font-weight: 600;
}
.f-26{
    font-family: sans-serif;
    font-weight: 500;
    font-size: 26px;
    line-height: 50px;
}
.text-black{
        color: #67bcf9;
    font-weight: 600;
}
thead, tbody{
    text-align: center !important;
}
h3 {
    font-size: 31px;
    font-weight: 600;
    color:#05c3e0;
}
body{
    background-color: #181833;
    font-family: 'Open Sans', sans-serif;
}
tr> td > a{
    color:#fff;
}
tr > td > a:hover{
    color:#6ee1ff;
}
.align-items-center {
    -ms-flex-align: center!important;
    align-items: center!important;
}
.blue-back{
    background-color: #554aed;
}
.fsz-10 {
    font-size: 10pt;
}
.small-header{
    font-size: 24px;
    color: rgb(5, 195, 222);
    text-transform: uppercase;
    font-weight: 700;
    font-family: 'Oswald', sans-serif;
}
.reg-form__upline {
    background: transparent;
    border: 1px solid #EEE;
    border-radius: 6px;
    text-align: center;
    width: 200px;
    padding: 5px 15px;
    font-size: 20px;
    color: #fff;
    outline: none;
    margin: 0 auto;
    display: block;
    margin-top: 15px;
}
.big-header{
    font-size: 60px;
    color: rgb(235, 58, 90);
    text-transform: capitalize;
    font-weight: 700;
    font-family: 'Oswald', sans-serif;
}
.header-discription{
     font-size:17px;
     font-family: 'Open Sans', sans-serif;
      color: rgb(243, 242, 253);
      width: 40%;
      margin:0 auto;
}
.user-matrix_reinvest__popup select {
    min-width: 80px;
}
.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.form-control:focus{
    box-shadow: none;
}
.rounded-btn{
    color: #F7F7F7;
    font-size: 16px;
    min-height: 40px;
    border-radius: 20px;
    display: inline-block;
    cursor: pointer;
    font-weight: 700;
    font-family: 'Oswald', sans-serif;
    background-size: 200% auto;
    transition: 0.5s;
}
.btn-gradient{
      filter: drop-shadow(0px 3px 3.5px rgba(0,0,0,0.35));
    background-image: linear-gradient(110deg, #5b27fd 20%, #c165dd 60%);
        padding-left: 30px;
    padding-right: 30px;
}
.btn-gradient-rev{
     filter: drop-shadow(0px 3px 3.5px rgba(0,0,0,0.35));
    background-image: linear-gradient(110deg, #c165dd 20%, #5b27fd 60%);
        padding-left: 30px;
    padding-right: 30px;
}
.btn-gradient-rev:hover{
background-position: right center;
color: #fff;
}
.btn-grey{
   background-color: #828282;
}
.btn-blue{
    background-color: #3d59e7;
    border:1px solid #fff;
}
.btn-blue:hover{
    
}
.btn-gradient:hover{
background-position: right center;
color: #fff;
}
.btn-grey:hover{
background-color: #222;
color: #fff; 
}


/*tree structure*/
.matrix-info > div:first-child {
    margin-right: 3%;
}
.matrix-info {
    line-height: 15px;
}
.width60{
    width: 60% !important;
}
.binary-root, .ternary-root, .binary-d5-root {
    position: relative;
    z-index: 2;
    width: 90%;
    margin: 0 auto;
    border-radius: 6px;
    padding: 7px;
    font-weight: bold;
    display: block;
    min-height: 35px;
    box-shadow: 0px 2px 5px #4E3AA7;
}
.disabled-box{
    background-color: #242258;
    min-height: 160px;
}
.matrix-icon_users {
    width: 15px;
    height: 15px;
    vertical-align: middle;
    display: inline-block;
    background-size: contain;
}
.border-gradient {
    position: relative;
    border-radius: 9px;
}
.border-gradient_content {
    padding: 25px;
}
.binary-wrapper, .ternary-wrapper {
    overflow: hidden;
    text-align: center;
}
.binary-wrapper, .ternary-wrapper {
    overflow: hidden;
    text-align: center;
}
.ternary, .binary , .binary-d5{
    margin: 25px 15px 25px 0;
    width: 110px;
    text-align: center;
    vertical-align: top;
    color: #EBE1FF;
    display: inline-block;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}
.ternary{
    width: auto !important;
        margin-right: 10px !important;
}
.binary-d5{
    width:160px !important;
}
.binary-d5-children div:nth-child(2), .binary-d5-children div:nth-child(3), .binary-d5-children div:nth-child(4){
    margin: auto 1px;
}
.binary-d5-branchs > div:nth-child(1){
   top: -50px;
    left: 0px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
}
.binary-d5-branchs > div:nth-child(2){
     top: -77px;
    left: 0px;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    height: 89px;
}
.binary-d5-branchs > div:nth-child(3){
    top: -32px;
    left: -45px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
}
.binary-d5-branchs > div:nth-child(4){
    top: -32px;
    left: -23px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
}
.binary-d5-branchs > div:nth-child(5){
    top: -32px;
    left: 23px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
}
.binary-d5-branchs > div:nth-child(6){
    top: -32px;
    left: 45px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
}

.ternary-branchs, .binary-d5-branchs {
    margin: 0 auto;
    position: relative;
    width: 1px;
    height: 1px;
}

.matrix-level__active {
    color: #005c99;
}
.matrix-root__active {
    background-color: var(--color-lightblue);
    box-shadow: 1px 1px 1px rgba(0, 0, 0, .3);
    opacity: 1;
    border: 1px outset #e5fcff;
    transition: 0.5s;
    background-size: 200% auto;
}
.matrix-root__active:hover{
    background-position: right center;
}
.matrix-root__nonactive{
    background-color: #2b1edb;
}
.ternary-branchs > div {
    border-left: 1px dashed rgb(255 255 255);
    width: 1px;
    height: 30px;
    position: absolute;
    z-index: 1;
}
.binary-d5-branchs > div{
    height: 24px;
    border-left: 1px dashed rgb(255 255 255);
    width: 1px;
      position: absolute;
    z-index: 1;
}
.ternary-branchs > div:nth-child(1) {
    top: -50px;
    left: -15px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.ternary-branchs > div:nth-child(2) {
    top: -50px;
    right: -1px;
}
.ternary-branchs > div:nth-child(3) {
    top: -50px;
    right: -15px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.matrix-icon_cart__big:hover {
    transform: scale(1.2);
    transition: 0.35s;
}
.matrix-root__active {
    border-radius: 5px;
    filter: drop-shadow(0px 3px 3.5px rgba(0,0,0,0.35));
    background-image: linear-gradient(120deg, #335eff 0%, #72abba 100%);
}
.matrix-level__active {
    color: #005c99;
}
.matrix-price {
    font-size: 14px;
    line-height: 21px;
    color: #ffffff;
    font-weight: 700;
    font-family: 'Open Sans', sans-serif;
}
.ternary-children, .binary-d5-children{
    margin-top: 20px;
}
.ternary-children > div {
    position: relative;
    border-radius: 50%;
    display: inline-block;
    width: 18px;
    height: 18px;
    z-index: 2;
}
.binary-d5-children > div{
     position: relative;
    border-radius: 50%;
    display: inline-block;
    width: 17px;
    height: 17px;
    z-index: 2;
}
.matrix-children__nonactive {
    background-color: #554aed;
    box-shadow: inset 2px 2px 2px rgb(12 3 138);
    border: 1px solid #efedf2;
    top:-2px;
    z-index: 999;
}
.matrix-children__active{
background-color: #0094fc;
border: 1px solid #efedf2;
z-index: 999;
} 
.ternary-children div:nth-child(2) {
    margin: auto 8px;
}
.matrix-info > div {
    display: inline-block;
}
.matrix_reinvest, .matrix_partners__count {
    font-size: 13px;
    line-height: 21px;
    color: #efedf2;
    font-weight: 600;
}
.matrix-level {
    position: absolute;
    top: 3px;
    left: 6px;
    padding: 0;
    font-size: 13pt;
    line-height: 20px;
}
.matrix-icon_lost, .matrix-icon_sync, .matrix-icon_users {
    width: 15px;
    height: 15px;
    vertical-align: middle;
    display: inline-block;
    background-size: contain;
}
.matrix-icon_users {
    background: url(../img/person-icon.png) no-repeat;
}
.matrix-icon_user_blue{
    background: url(../img/person-blue-icon.png) no-repeat;
    width: 32px;
    height: 32px;
}
.matrix-icon_user_pink{
    background: url(../img/refresh-pink-icon.png) no-repeat !important;
    height: 24px;
    width: 20px;
}
.matrix-icon_sync {
    background: url(../img/refresh-icon.png) no-repeat;
}
.matrix-icon_cart__big{
    cursor: pointer;
    position: absolute;
    right: -17px;
    top: -17px;
    z-index: 60;
    display: block;
    width: 50px;
    height: 50px;
    background: url(../img/buy-icon.svg) no-repeat;
}
.matrix-icon_cart__small:after {
    position: absolute;
    right: 0px;
    top: 10px;
    z-index: 35;
    content: '';
    display: block;
    width: 23px;
    height: 17px;
    background: url(../img/cart-icon.svg) no-repeat;
}
.icon-tips{
        margin: 0 auto;
    width: 80%;
    text-align: center;
}
.icon-tips > div {
    display: inline-block;
    margin: 0 10px;
}
.icon-tips .matrix_partners__count > span, .icon-tips .matrix_currency > span, .icon-tips .matrix_reinvest > span {
    font-size: 15px;
    color: white;
    font-weight: 400;
    margin-left: 5px;
}
.h40{
    height: 40px;
}
.pink-color{
    background-color: #f896d6;
        border: 1px solid #efedf2;
    z-index: 999;
}
.yellow-color{
    background-color: #f2a22f;
       border: 1px solid #efedf2;
    z-index: 999;
}
.trans-color{
    background-color: transparent;
     border: 1px solid #efedf2;
    z-index: 999;
}
.sky-color{
    background-color: #00afc2;
      border: 1px solid #efedf2;
    z-index: 999;
}
.d5-box{
        font-size: 20px;
    font-weight: 600;
    border: 2px solid #ffffff;
    border-radius: 6px;
    text-align: center;
    color: #fff;
}
.cover-text{
        display: table;
    height: 40px;
    font-size: 24px;
    }
    .number-text{
        display: table-cell;
    vertical-align: middle;
    }
.matrix-single {
    position: relative;
    border-radius: 50%;
    display: inline-block;
    width: 20px;
    height: 20px;
    vertical-align: middle;
}
.matrix-single-d5{
     position: relative;
    border-radius: 50%;
    display: inline-block;
     width:40px;
      vertical-align: middle;
    height: 40px;
}
.icon-tips_text {
    margin-left: 5px;
    font-size: 10pt;
    font-weight: 400;
    color: white;
}
.binary-children_level__1 {
    margin-top: 11px;
    height: 28px;
}
.binary-children_level__2 {
    height: 32px;
}
.binary-children > div {
    position: relative;
    border-radius: 50%;
    display: inline-block;
    width: 17px;
    height: 17px;
    z-index: 2;
}
.binary-children_level__1 div:nth-child(1) {
    margin-right: 17px;
}
.matrix-children__overflow_partner {
    background-color: var(--color-blue);
    box-shadow: 1px 1px 1px rgba(0, 0, 0, .3);
}
.binary-children_level__1 div:nth-child(2) {
    margin-left: 17px;
}
.binary-children > div a {
    position: absolute;
    left: 0;
    right: 0;
    display: inline-block;
    padding: 5px;
    width: inherit;
    height: inherit;
}
.binary-children_level__2 div:nth-child(2) {
    margin: 0 5px;
}
.binary-children_level__2 div:nth-child(3) {
    margin: 0 5px;
}
.binary-branchs {
    margin: 0 auto;
    position: relative;
    width: 1px;
    height: 1px;
}
.binary-branchs > div {
    border-left: 1px dashed rgba(255, 255, 255, 0.6);
    width: 1px;
    height: 15px;
    position: absolute;
    top: -90px;
    z-index: 1;
}
.binary-branchs > div:nth-child(1) {
    top: -71px;
    left: -23px;
    -webkit-transform: rotate(23deg);
    -moz-transform: rotate(23deg);
    -ms-transform: rotate(23deg);
    -o-transform: rotate(23deg);
    transform: rotate(23deg);
}
.binary-branchs > div:nth-child(2) {
    top: -71px;
    right: -23px;
    -webkit-transform: rotate(-23deg);
    -moz-transform: rotate(-23deg);
    -ms-transform: rotate(-23deg);
    -o-transform: rotate(-23deg);
    transform: rotate(-23deg);
}
.binary-branchs > div:nth-child(3) {
    top: -43px;
    left: -35px;
    -webkit-transform: rotate(29deg);
    -moz-transform: rotate(29deg);
    -ms-transform: rotate(29deg);
    -o-transform: rotate(29deg);
    transform: rotate(29deg);
}
.binary-branchs > div:nth-child(4) {
    top: -43px;
    left: -21px;
    -webkit-transform: rotate(-26deg);
    -moz-transform: rotate(-26deg);
    -ms-transform: rotate(-26deg);
    -o-transform: rotate(-26deg);
    transform: rotate(-26deg);
}
.binary-branchs > div:nth-child(5) {
    top: -43px;
    left: 21px;
    -webkit-transform: rotate(29deg);
    -moz-transform: rotate(29deg);
    -ms-transform: rotate(29deg);
    -o-transform: rotate(29deg);
    transform: rotate(29deg);
}
.binary-branchs > div:nth-child(6) {
    top: -43px;
    right: -35px;
    -webkit-transform: rotate(-31deg);
    -moz-transform: rotate(-31deg);
    -ms-transform: rotate(-31deg);
    -o-transform: rotate(-31deg);
    transform: rotate(-31deg);
}
.matrix-children__advance {
    background-color: #ff00a8;
    border: 1px solid #efedf2;
}
.matrix-children__overflow_partner{
    background-color: #554aed;
border: 1px solid #efedf2;
}
.matrix-children__overflow{
    background-color: #00c6ff;
border: 1px solid #efedf2;
}
/*sidebar css*/
.sidebar-wrap{
    border-radius: 15px;
   padding:25px 10px 25px 10px;
filter: drop-shadow(-0.731px 5.955px 8px rgba(10,10,10,0.32));
background-color: #1c1d55;
border: 2px solid #ffffff;
}
.status-panel_id {
    font-size: 2rem;
    font-weight: 600;
    color:#fff;
    text-align: right;
}
.status-panel_id > a:hover{
    text-decoration: none;
    color: #554aed !important;
}
.status-panel_partners__top {
    line-height: 20px;
}
.status-panel_partners__top span {
    font-size: 17pt;
}
.status-panel_partners__top img {
    width: 20px;
}
.status-panel__logo {
    position: absolute;
    top: 40px;
    width: 80px;
}
.status-panel_money {
    text-align: right;
    font-weight: 600;
    margin-bottom: 25px;
    color: #ff0000;
}
.status-panel_money_total__dollars {
    font-size: 16pt;
    color: var(--color-pink);
}
.status-panel_money_total__eth {
   font-size: 21px;
    color: white;
    font-weight: 400;
    white-space: nowrap;
    background-color: #0077f0;
    padding: 3px 10px;
    margin-top: 15px;
    border-radius: 3px;
    box-shadow: var(--box-shadow-black);
    text-align: center;
    position: relative;
    font-family: 'Oswald', sans-serif;
}
.sidebar-inner-box{
    border: 3.5555555555555554px solid #0077f0;
    background-color: transparent;
    border-radius: 14px;
}
.status-panel_money__dollars {
    position: relative;
    bottom: -7px;
    text-align: left;
    font-weight: 700;
    margin-left: -3px;
    margin-bottom: -15px;
    color:#eb3a5a;
    font-size: 16px;
}
.status-panel_money__eth {
    position: absolute;
    margin-top: 7px;
    right: 20px;
    padding: 3px 15px;
    border-radius: 4px;
    font-weight: 400;
    font-family: 'Oswald', sans-serif;
    font-size: 20px;
    filter: drop-shadow(0px 3px 3.5px rgba(0,0,0,0.35));
    background-image: linear-gradient(120deg, #c165dd 0%, #5b27fd 100%);
}
.telegram-bot_notify a {
    color: white;
   font-size: 14px;
   font-weight: 600;
}
.telegram-bot_notify, .select-currency{
    text-align: left;
    margin-left:20px;
}
.select-currency a{
    color: #EEE;
    margin-right: 5px;
}
.select-currency a.active {
    font-weight: bold;
}
.select-currency a:hover, .telegram-bot_notify a:hover{
        color: #4bb2ee;
}
.select-currency i.icon {
    font-size: 18pt;
    margin-right: 5px;
    vertical-align: middle;
}
.status-panel_wallets-wrap{
    border-radius: 15px;
    padding: 35px 20px;
    background-image: linear-gradient(172deg, #73efff 0%, #3f5dfb 100%);
}
.status-panel_partners__subject {
    color:#fff;
    font-size: 17px;
    line-height: 19px;
    font-weight: 600;
    margin-bottom: 15px;
    position: relative;
}
.status-panel_partners__count {
    position: absolute;
    right: 0;
    top: 0;
}
.status-panel_partners__link input {
   border: 0;
    width: 100%;
    background: #fff;
    font-size: 12px;
    padding: 4px 10px;
    color: #222 !important;
    cursor: default;
    border-radius: 5px;
    margin-top: 10px;
}
.status-panel_wallet{
    font-weight: 600;
    font-size: 16px;
    text-align: center;
    color: #fff;
}
.status-panel_partners_copy {
    filter: drop-shadow(0px 3px 3.5px rgba(0,0,0,0.35));
    background-image: linear-gradient(110deg, #5b27fd 20%, #c165dd 60%);
    margin-top: -10px;
    color: #F7F7F7;
    font-weight: 400;
    font-size: 13px;
    line-height: 25px;
    padding: 0px 18px;
    border-radius: 3px;
    display: inline-block;
    cursor: pointer;
    letter-spacing: 0.7px;
    font-family: 'Oswald', sans-serif;
    z-index: 999;
        background-size: 200% auto;
    transition: 0.5s;
}
.status-panel_partners_copy:hover{
background-position: right center;
color: #fff;
}
/* d3,d4,d5,d5-pro detail box*/
.btn-nav_prev {
    left: 10px;
}
.btn-nav_next {
    right: 10px;
}
.btn-nav a > i {
    font-size: 15px;
    vertical-align: middle;
}
.user-matrix_ternary {
    min-width: 250px;
}
.user-matrix_root__active{
  background-image: -moz-linear-gradient( -30deg, rgb(51,94,255) 0%, rgb(115,171,187) 100%);
  background-image: -webkit-linear-gradient( -30deg, rgb(51,94,255) 0%, rgb(115,171,187) 100%);
  background-image: -ms-linear-gradient( -30deg, rgb(51,94,255) 0%, rgb(115,171,187) 100%);
  box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.35);
}
.user-matrix_level {
    position: absolute;
    left: 15px;
    top: 20px;
    font-size: 38pt;
    font-weight: bold;
    color: var(--color-darkblue1);
}
.btn-nav_prev, .btn-nav_next {
    position: absolute;
    top: 44%;
    z-index: 20;
}
.user-matrix_price__dollars {
    font-size: 12pt;
}
.user-matrix_price__eth {
    font-size: 14pt;
}
.user-matrix_price__eth:after {
    content: 'eth';
    margin-left: 3px;
    font-size: 11pt;
}
.user-matrix_price {
    white-space: nowrap;
    background-color: rgb(75, 178, 238);
  box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.35);
    position: absolute;
    right: -30px;
    bottom: -15px;
    border-radius: 3px;
    padding: 2px 25px;
    min-width: 130px;
    text-align: left;
    line-height: 25px;
    color: #F9F9F9;
    font-weight: 600;
    border:1px solid;
}
.user-matrix_id {
        font-size: 23pt;
    font-weight: 600;
    text-align: center;
    padding-top: 15px;
}
.user-matrix_id a {
    color: white !important;
}
.user-matrix_id a:hover{
    color: #1c1d55 !important;
    text-decoration: none;
}
.user-matrix_id_1{
    font-size: 22px;
    font-weight: 600;
    text-align: center;
}
.user-matrix_root_1{
    position: relative;
    box-shadow: var(--box-shadow-black);
    border-radius: 12px;
    width: 220px;
    margin: auto;
    z-index: 10;
    color: #fff;
    cursor: default;
    border: 1px solid #ddd;
}
.user-matrix_root {
    position: relative;
    box-shadow: var(--box-shadow-black);
    border-radius: 12px;
    width: 220px;
    height: 110px;
    margin: auto;
    z-index: 10;
    cursor: default;
    border:1px solid #ddd;
}
.user-matrix_reinvest{
    right: 200px;
    cursor: pointer;
}
.user-matrix_root__active .user-matrix__nonactive {
    display: none;
}
.user-matrix_reinvest__nav {
    position: absolute;
    left: 0;
    right: 0;
}
.user-matrix_reinvest__nav a > i {
 
    color: #4bb2ee;
    font-size: 30px !important;
}
.user-matrix_reinvest i, .user-matrix_partners i {
    position: relative;
    width:20px;
    height:20px;
}
.user-matrix_reinvest, .user-matrix_partners {
    position: absolute;
    font-size: 15pt;
    font-weight: 600;
    color: var(--color-white);
    white-space: nowrap;
    left: 150px;
    margin-top: 15px;
}
.user-matrix_reinvest__tip {
    margin-right: 5px;
    font-size: 16px;
    color: var(--color-pink);
}
.btn-nav_page {
    padding: 5px 11px;
    margin-left: 5px;
    margin-right: 5px;
    color: var(--color-darkblue1);
    min-width: 50px;
    text-align: center;
    font-size: 16pt;
    border-radius: 4px;
    display: inline-block;
    cursor: default;
    vertical-align: middle;
    font-weight: 600;
    background-color: #4bb2ee;
}
.fa-chevron-circle-left:before, .fa-chevron-circle-right:before{
    color: #4bb2ee;
}
.user_id {
   text-align: right;
    font-size: 20px;
    font-weight: 600;
    border: 2px solid #ffffff;
    border-radius: 6px;
    box-shadow: inset var(--box-shadow-black);
    width: 220px;
    margin: 25px auto;
    color: #fff;
}
.user_id a {
    padding: 8px 12px;
    display: inline-block;
    width: inherit;
    height: inherit;
    color: #fff !important;
    text-align: center;
}
.user_id a:hover{
    color: #4bb2ee !important;
    text-decoration: none;
}
.user-matrix_ternary .user-matrix__branchs {
    height: 73px;
}
.user-matrix__branchs {
    position: relative;
    margin: auto;
    width: 0;
}
.user-matrix_ternary .user-matrix__branchs div {
    height: 100px;
}
.user-matrix__branchs div {
    position: absolute;
    z-index: 1;
    border-left: 2px dashed rgba(255, 255, 255, 0.3);
}
.user-matrix_ternary .user-matrix__branchs div:nth-child(1) {
    top: -10px;
    left: -45px;
    -webkit-transform: rotate(40deg);
    -moz-transform: rotate(40deg);
    -ms-transform: rotate(40deg);
    -o-transform: rotate(40deg);
    transform: rotate(40deg);
}
.user-matrix_ternary .user-matrix__branchs div:nth-child(2) {
    top: -27px;
}
.user-matrix_ternary .user-matrix__branchs div:nth-child(3) {
    top: -10px;
    right: -45px;
    -webkit-transform: rotate(-40deg);
    -moz-transform: rotate(-40deg);
    -ms-transform: rotate(-40deg);
    -o-transform: rotate(-40deg);
    transform: rotate(-40deg);
}
.user-matrix_ternary .user-matrix_children {
    padding-bottom: 25px;
}
.user-matrix_children {
    text-align: center;
}
.user-matrix_children div {
    display: inline-block;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    position: relative;
}
.user-matrix_children_count {
    position: absolute;
    left: 0;
    bottom: 15px;
    width: 60px;
    text-align: center;
    font-weight: 600;
    font-size: 15pt;
}
.user-matrix_partners__count {
    position: absolute;
    bottom: -35px;
    left: 0px;
    display: none;
    width: 55px;
    display: inline-block;
    font-size: 12pt;
    color: #EEE;
    font-weight: 600;
}

.user-matrix_popup {
    position: absolute;
    left: 45px;
    bottom: -25px;
    z-index: 3;
    background: rgba(0, 0, 0, .85);
    padding: 4px 13px;
    border-radius: 3px;
    color: #FFF;
    font-size: 11pt;
    font-weight: 600;
    line-height: 20px;
    text-align: left;
    display: none;
}
.user-matrix_popup > span {
    display: block;
    white-space: nowrap;
}
.user-matrix_ternary .user-matrix_children > div:nth-child(2) {
    margin: auto 30px;
}
.user-matrix_reinvest__popup select {
    min-width: 80px;
}
.user-matrix_reinvest__popup {
    position: absolute;
    cursor: default;
    display: none;
}
.user-matrix_wrapper_popup:hover .user-matrix_popup {
    display: block;
}
.user-matrix_partners{
      left: 350px;
    top: 0px;
    margin-top: 0px;
}
.user-transactions {
    margin-top: 25px;
    font-size: 17px;
    color:#fff;
}
.user-transactions__head div.icon{
    font-size: 90%;
}
.user-transactions__head div.user-id {
    text-align: center;
}
.user-transactions__body div.user-id{
    text-align: center;
}
.user-transactions__head div.profit {
    text-align: center;
}
.user-transactions__body {
    display: block;
    width: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    height: 500px;
    color: #fff;
}
.user-transactions__body div.icon {
    text-align: left;
    padding-left: 15px;
    position: relative;
}
.user-transactions__body > div > div {
    padding: 3px 5px;
    white-space: nowrap;
    border-top: 1px solid rgba(255, 255, 255, .15);
}
.matrix-single.fa-sync-alt {
    color: #0094fc
}
.matrix-single {
    position: relative;
    border-radius: 50%;
    display: inline-block;
    width: 20px;
    height: 20px;
    vertical-align: middle;
}
.user-transactions__body > div > div > a{
    color:#4bb2ee;
}
.user-transactions__body > div > div > a:hover{
        color: #af5ae2;
}
.user-transactions__body span.icon-reinvest {
    position: absolute;
    top: 0px;
    left: 32px;
    z-index: 1;
    font-size: 65%;
    color: white;
    background: #b15ce2;
    padding: 3px 5px;
    border-radius: 2px;
    line-height: 10px;
    font-style: normal;
    font-family: Arial;
    cursor: default;
}
/*d4 detailpage*/
.user-matrix_children__level-2{
    margin-top: 35px;
}
.user-matrix_children__level-1 > div:nth-child(2){
        margin-left: 60px;
}
.matrix-icon_upline-profit img {
    max-width: 25px;
    position: absolute;
    right: -15px;
    bottom: 25px;
}
.user-matrix_binary .user-matrix__branchs {
    height: 60px;
}
.user-matrix_binary .user-matrix__branchs div:nth-child(1) {
    top: -13px;
    left: -65px;
    -webkit-transform: rotate(25deg);
    -moz-transform: rotate(25deg);
    -ms-transform: rotate(25deg);
    -o-transform: rotate(25deg);
    transform: rotate(25deg);
}
.user-matrix_binary .user-matrix__branchs div:nth-child(2) {
    top: -13px;
    right: -65px;
    -webkit-transform: rotate(-25deg);
    -moz-transform: rotate(-25deg);
    -ms-transform: rotate(-25deg);
    -o-transform: rotate(-25deg);
    transform: rotate(-25deg);
}
.user-matrix_binary .user-matrix__branchs div:nth-child(3) {
    top: 115px;
    left: -115px;
    height: 50px;
    -webkit-transform: rotate(35deg);
    -moz-transform: rotate(35deg);
    -ms-transform: rotate(35deg);
    -o-transform: rotate(35deg);
    transform: rotate(35deg);
}
.user-matrix_binary .user-matrix__branchs div:nth-child(4) {
    top: 115px;
    left: -75px;
    height: 50px;
    -webkit-transform: rotate(-35deg);
    -moz-transform: rotate(-35deg);
    -ms-transform: rotate(-35deg);
    -o-transform: rotate(-35deg);
    transform: rotate(-35deg);
}
.user-matrix_binary .user-matrix__branchs div:nth-child(5) {
    top: 116px;
    left: 72px;
    height: 50px;
    -webkit-transform: rotate(30deg);
    -moz-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    -o-transform: rotate(30deg);
    transform: rotate(30deg);
}
.user-matrix_binary .user-matrix__branchs div:nth-child(6) {
    top: 115px;
    left: 115px;
    height: 50px;
    -webkit-transform: rotate(-35deg);
    -moz-transform: rotate(-35deg);
    -ms-transform: rotate(-35deg);
    -o-transform: rotate(-35deg);
    transform: rotate(-35deg);
}
.user-matrix_children__level-1 > div:nth-child(1) {
    margin-right: 60px;
}
.user-matrix_children__level-2 > div:nth-child(2) {
    margin-left: 15px;
    margin-right: 25px;
}
.user-matrix_children__level-2 > div:nth-child(3) {
    margin-right: 15px;
    margin-left: 25px;
}
.user-matrix_binary .user-matrix__branchs div {
    height: 80px;
}
.user-matrix_children_count a {
    color: #222 !important;
}
/* d5 detail*/
.user-matrix_d5 .user-matrix__branchs div:nth-child(1) {
    top: -25px;
    left: -85px;
    -webkit-transform: rotate(40deg);
    -moz-transform: rotate(40deg);
    -ms-transform: rotate(40deg);
    -o-transform: rotate(40deg);
    transform: rotate(40deg);
}
.user-matrix_d5 .user-matrix__branchs div:nth-child(2) {
top: -25px;
    left: -40px;
    -webkit-transform: rotate(25deg);
    -moz-transform: rotate(25deg);
    -ms-transform: rotate(25deg);
    -o-transform: rotate(25deg);
    transform: rotate(25deg);
}
.user-matrix_d5 .user-matrix__branchs div:nth-child(4) {
top: -25px;
    left: 40px;
    -webkit-transform: rotate(-25deg);
    -moz-transform: rotate(-25deg);
    -ms-transform: rotate(-25deg);
    -o-transform: rotate(-25deg);
    transform: rotate(-25deg);
}
.user-matrix_d5 .user-matrix__branchs div:nth-child(5) {
    top: -25px;
    left: 85px;
    -webkit-transform: rotate(40deg);
    -moz-transform: rotate(40deg);
    -ms-transform: rotate(40deg);
    -o-transform: rotate(40deg);
    transform: rotate(-40deg);
}
.user-matrix_d5 .user-matrix__branchs{
        height: 73px;
}
.user-matrix_d5 .user-matrix__branchs div {
    height: 120px;
}
/*login page*/
.navbar{
     float: right;
}
.back-img{
    background-image: url('../img/login-back.png');
    background-repeat: no-repeat;
    height: -webkit-fill-available;
    background-position: center;
    background-size: cover;
}
.login-box-wrap{
    background-color: #554aed;
    padding:40px 0px;
    width: 40%;
    margin: 0 auto;
}
.login-box-wrap > .text{
    color:#fff;
    text-align: center;
        font-size: 30px;
    font-weight: 500
}
.login-box-wrap > .text > .sm{
    font-size: 14px;
    font-weight: 400;
}
.login-btn-lg{
    background-image: -moz-linear-gradient( -30deg, rgb(193,101,221) 0%, rgb(92,39,254) 50%);
  background-image: -webkit-linear-gradient( -30deg, rgb(193,101,221) 0%, rgb(92,39,254) 50%);
  background-image: -ms-linear-gradient( -30deg, rgb(193,101,221) 0%, rgb(92,39,254) 50%);
  box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.35);
    color: #F7F7F7;
    font-weight: 300;
   font-size: 19px;
    text-align: center;
    width: 25%;
    padding: 10px 20px;
    border-radius: 15px;
    display: inline-block;
    cursor: pointer;
    font-family: 'Oswald', sans-serif;
    background-size: 200% auto;
    transition: 0.5s;
    display: block;
    margin: 0 auto;
    border: 1px solid #fff;
    letter-spacing: 0.6px;
}
.login-btn-lg:hover{
        background-position: right center;
    color: #fff;
}
hr{
    width: 75%;
    border-top: 2px solid rgba(0,0,0,.1);
}
.login-box-wrap > .text > p{
    margin: 0px;
}
.check-link{
    font-size: 15px;
    color: #fff;
    text-align: center;
    margin: 0 auto;
    display: block;
    margin-top: 15px;
}
.check-link:hover{
        color: #b860e0;
}

.auth-form__input {
    font-size: 16pt;
    border: 1px solid rgba(0,0,0,.25);
    background: rgba(0,0,0,.2);
    outline: none;
}
.auth-form__input, .auth-form__btn {
    min-width: 350px;
    white-space: nowrap;
    border-radius: 6px;
    text-align: center;
    border: none;
    width: 35%;
    padding: 10px 25px;
    color: #fff;
    margin: 0 auto;
    display: block;
}
/*partner-page css*/
.bg-white_transparent {
    background: #fff;
    padding: 15px 25px;
    border-radius: 11px;
    color: white;
    font-weight: 600;
}
.filter-partners label {
    font-weight: 700;
    color: #1f3168;
    margin-bottom: 0px;
}
.filter-partners select, .filter-partners input{
        border: 1px solid rgb(75, 178, 238);
}
.link-base{
    color: rgb(28, 29, 85);
    font-size: 16px;
}
.table_mini {
    width: 100%;
    color: #fff;
}
.table_mini > a{
    color: #fff;
}
.table_mini > tbody > tr{
    line-height: 35px;
    border-bottom: 2px solid #aaa5f6;
}
.tablePartners thead{
    border-bottom: 4px solid #fff;
    line-height: 35px;
    font-size: 16px;
    font-weight: 600;
}
.page-stats__lost{
    color: #00e805;
}
.page-stats__profit{
    color: #ff0000;
}
/*home slider*/
.carousel {
    width: 100%;
    height: 965px;
    top:-60px;
}

   nav.navbar > ul > li{
        float: left;
    }
     .navbar > ul{
        list-style-type: none;
        margin-bottom: 0px;
     }

@media (max-width: 1175px) {
    .carousel {
        margin:-1px;
        height: 965px;
    }
}

.carousel .carousel-item {
    width: 337px;
    height: auto;a
    -webkit-transition: background-color 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out;
    background-image: url('../img/slider-back-triangle.png');
    opacity: 0.9 !important;
    background-position: top;
    background-repeat: no-repeat;
}
.carousel-item.active{
    opacity: 1 !important;
}
@media (max-height: 1079px) and (min-width: 1175px) {
    .carousel .carousel-item {
        -webkit-box-shadow: none;
        box-shadow: none;
    }
}

@media (max-width: 1175px) {
  
}

.carousel-item {
    background-color: #263698;
     padding: 20px 35px 40px 46px;
    border-radius: 8px;
    -webkit-box-shadow: 0 -30px 50px rgba(0, 0, 0, 0.35);
    box-shadow: 0 -30px 50px rgba(0, 0, 0, 0.35);
    position: relative;
    z-index: 10000;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

@media (max-height: 1079px) and (min-width: 1175px) {
    .carousel-item {
        padding: 15px 20px 30px 15px;
    }
}

@media (max-width: 1175px) {
    .carousel-item {
        padding: 23px 28px 32px 20px;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
}

.carousel-item::before {
    content: '';
    position: absolute;
    z-index: 11000;
    pointer-events: none;
    background-color: transparent;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    background-color: #283ba1;
}

.carousel-item.active::before {
    background-color: transparent;
}

.carousel-item.dark {
    opacity: 1 !important;
}

.carousel-item.dark::before {
    background-color: rgba(19, 19, 22, 0.5);
}

.carousel-item.darken {
    opacity: 1 !important;
}

.carousel-item.darken::before {
    background-color: rgba(19, 19, 22, 0.8);
}

@media (max-width: 560px) {
    .carousel-item.darken {
        opacity: 0 !important;
    }
}


.carousel-item > div:not(.carousel-item__info) {
    position: relative;
}

.carousel-item > div:not(.carousel-item__info)::before {
    content: '';
    position: absolute;
    left: 0;
    top: 20px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #ffffff;
}

@media (max-width: 1175px) {
    .carousel-item > div:not(.carousel-item__info)::before {
        top: 12px;
    }
}

.carousel-item > div:not(.carousel-item__info)::after {
    content: '';
    position: absolute;
    top: 40px;
    left: 3px;
    height: 25px;
    bottom: 0;
    background-color: #fff;
    width: 2px;
}

@media (max-width: 1175px) {
    .carousel-item > div:not(.carousel-item__info)::after {
        top: 28px;
    }
}

.carousel-item::after {
    content: '';
    position: absolute;
    left: 30px;
    top: 70px;
    width: 40px;
    height: 64px;
    background: url(../img/slider-back-dimond.png) no-repeat center;
    background-size: 100% 100%;
}


.carousel-item__info {
    margin: 40px 0 28px;
    text-align: right;
    font-size: 2.25rem;
    font-weight: bold;
}

@media (max-height: 1079px) and (min-width: 1175px) {
    .carousel-item__info {
        font-size: 1.5rem;
    }
}

@media (max-width: 1175px) {
    .carousel-item__info {
        font-size: 1.875rem;
    }
}

.carousel-item__info-id {
    margin: 0 0 10px;
    color: #fff;
        font-weight: 600;
    font-size: 27px;
}

.carousel-item__info-users {
    position: relative;
    padding-left: 44px;
    display: inline-block;
    color: #fff;
        font-weight: 600;
    font-size: 27px;
}

.carousel-item__info-users::before {
    content: '';
    position: absolute;
    margin-left: -28px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 22px;
    height: 22px;
    background: url(../img/group.svg) no-repeat center;
    background-size: 100% 100%;
}

.carousel-item__block {
    padding: 0 0 10px 38px;
    margin-bottom:0px;
}

@media (max-width: 1175px) {
    
}

.carousel-item__block-title {
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 0px;
    color: #eb3a5a;
}

@media (max-height: 1079px) and (min-width: 1175px) {
    .carousel-item__block-title {
        font-size: 1.6rem;
    }
}

@media (max-width: 1440px) and (min-width: 1399px){
    .no-js .owl-carousel, .owl-carousel.owl-loaded{
        margin-top: 250px;
    margin-left: 115px;
    }
}
@media (max-width: 1360px) and (min-width: 1190px){
.no-js .owl-carousel, .owl-carousel.owl-loaded {
    position: relative;
    margin-top: 215px;
    margin-left: 0px;
    z-index: 2;
}

}

@media (max-width: 376px){
   .carousel-item.active{
        width: 100% !important;
        left: 35px;
    }

}

@media (max-width:991px){
    .user-transactions{
        font-size: 15px;
    }
    .examples-blocks .example-title{
        font-size: 30px !important;
            line-height: 36px;
    }
    .examples-blocks .example .example-title{
        padding-bottom: 110px !important;
    }
    .examples-blocks .example-row span{
        font-size: 13px !important;
    }
    .examples-blocks .example .example-container{
        margin-top: 0px !important;
    }
    .home-section-2-font > p{
        color: #efba03;
    }
    .sidebar-wrap {
    width: 48%;
    float: left;
}
.card-body{
    font-size: 14px;
}
button.btn.btn-link{
    font-size:16px !important;
}
.stats-top{
    margin-top: 32px;
      margin-bottom: 32px;
    text-align: center;
}
.no-gutters{
    min-width: 150px;
    display: inline-block;
    /* float: left; */
    text-align: left;
}
.navbar > ul{
    margin:0 auto;
}
.sidebar-wrap-right{
    width: 48%;
    float: right;
}
    .login-box-wrap{
        width: 85% !important;
    }
    .logo > img{
       

    }
    .item-slide{
        width: auto !important;
    }

    .subscription .input-group {
    width: auto !important;
    }
     .rounded-btn{
        font-size: 14px;
    }
    .home-section-2-box{
    min-height: 275px;
}
    .header-wrap{
        width: 320px;
    }
    .logo{
        text-align: center;
        padding-top: 50px !important;
    }
    .header-sectin-1{
       min-height: 920px !important;
    }
    .copyright-text{
        text-align: center;
    }
    .footer-text-left{
            padding-top: 30px !important;
    }
    .home-section-2-box > p{
        font-size: 16px;
        line-height: 20px;
    }
   
    .home-section-2-wrap{
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .slider-1-title{
        padding: 45px 0px !important;
    }
    body{
        overflow-x:hidden;
    }
    .footer-wrap{
        margin-top: -1px !important;
            min-height: 530px !important;
            display: block !important;
    }
    .examples-blocks .example{
        margin-right: 0px !important;
        margin-top: 30px;
        width: 100% !important;
            padding: 30px 15px !important;
    }
    .examples-more{
        width: 100% !important;
        margin:0px !important;
        background: none !important;
    }
    .carousel .carousel-item{
        margin-bottom: 10px;
    }
     .section-2-right-text{
            display: table-caption;
                font-size: 16px;
                line-height: 22px;
                text-align: center;
    }
    .slider-2-back > div .owl-nav{
        position: absolute;
    top: 50%;
    left: 0px;
    width: 100%;
    }
      .slider-2-back > div .owl-nav > button.owl-prev{
        position: absolute;
    left: 15px;
      }
      .slider-2-back > div .owl-nav > button.owl-next{
            position: absolute;
    right: 15px;
      }
    .slider-1-back{
       min-height: 680px !important;
        padding-top: 70px !important;
    }
    .big-header{
        font-size: 37px;
        line-height: 39px;
        margin-top: 15px;
    }
    .examples-blocks{
        margin-top: 30px !important;
    margin-bottom: 0px !important;
    }
    .home-section-2-font{
        margin-top: -150px;
    }
    .pd-btn{
            padding: 10px 10px !important;
    }
    .subscribe-btn{
        margin-left:0px !important;
        margin-bottom: 20px !important;
    }
    .col-lg-4{
        flex: 0 0 100%;
    max-width: 100%;
    }
    .width100{
        flex: 0 0 100%;
    max-width: 100%;
    }
    .navbar-nav{
            background-color: #fff;
    z-index: 9999;
    color: #222;
    position: relative;
    }

    .dropdown-menu{
        background-color: #222;
    }
    button:focus{
            background-color: #1fa3c1;
    }
    nav{
            text-align: right;
    padding: 0px !important;
    padding-top: 25px !important;
    }
    .dropdown-item:focus, .dropdown-item:hover{
        color: #1a96c1;
    background-color: transparent;
    }
    .navbar{
        float: none;
    }
    .ml-auto{
        margin-left: 0px !important;
    }
    .header-section-bold-title{
        font-size: 40px;
        line-height: 50px;
    }
    .carousel{
            top: -20px;
    height: 818px;
    }
    .carousel-fixed-item.center.middle-indicator{
        font-size: 30px;
    margin-top: 70px;
    width: 70px;
    margin-left: auto;
    margin-right: auto;
    }
    .header-section-title-small{
        font-size: 30px;
    }
/*    .carousel .carousel-item{
        height: 700px;
    }*/
    .carousel-item__block-info{
        font-size:1.5rem !important;
    }
    .carousel-item__info{
            margin: 30px 0 20px;
    }
    .carousel-item::after{
            top: 55px;
    }
    .carousel-item__info-id{
        font-size: 24px;
        margin-bottom: 0px;
    }
    .mobile-none{
        display: none;
    }
    .carousel-item__info-users{
        font-size: 24px;
    }
    .no-js .owl-carousel, .owl-carousel.owl-loaded{
        margin-top:55px;
        margin-left: 0px;
    }
    .f-26 {
    font-size: 12px;
    line-height: 20px;
    }
    .home-section-2-font > .lg{
        font-size: 32px;
        line-height: 34px;
    }
    .section-2-right-text-wrap{
        height: auto !important;
    }
    .header-discription{
        width: 90%;
    font-size: 14px;
    margin-top:15px;
    }
}
@media (max-width: 1175px) {
    .carousel-item__block-title {
        font-size: 1.25rem;
    }
    .carousel-item{
         
                padding: 23px 28px 32px 45px;
    }
}

.carousel-item__block-info {
  font-size: 25px;
    color: #fff;
    font-weight: 500;
    letter-spacing: 0.5px;
    font-family: 'Oswald', sans-serif;
}

@media (max-height: 1079px) and (min-width: 1175px) {
    .carousel-item__block-info {
        font-size: 1.4rem;
    }
}

@media (max-width: 1175px) {
    .carousel-item__block-info {
        font-size: 2.5rem;
    }
}

.carousel-item__block-info span {
    font-size: 1.5rem;
    font-weight: normal;
    margin-left: 10px;
    color: #fff;
}

@media (max-width: 1175px) {
    .carousel-item__block-info span {
        font-size: 1.25rem;
    }
}

.carousel-item__subitem {
    margin: 0 0 10px;
    padding: 0 0 0 38px;
}

@media (max-height: 1079px) and (min-width: 1175px) {
    .carousel-item__subitem {
        margin-bottom: 15px;
    }
}

@media (max-width: 1175px) {
    .carousel-item__subitem {
        margin-bottom: 20px;
    }
}

.carousel-item__subitem:last-child {
    margin-bottom: 0;
}

.carousel-item__subitem-title {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 12px;
    color: #eb3a5a;
}

@media (max-height: 1079px) and (min-width: 1175px) {
    .carousel-item__subitem-title {
        margin-bottom: 10px;
    }
}

@media (max-width: 1175px) {
    .carousel-item__subitem-title {
        font-size: 1.25rem;
    }
}

.carousel-item__subitem-title span {
    color: #222;
}

.carousel-item__subitem-row {
    font-size: 1.75rem;
    color: #ffa243;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 10px;
}

.carousel-item__subitem-row:last-child {
    margin-bottom: 0;
}

.carousel-item__subitem-row span {
    color: #4e4c5f;
    font-size: 1.25rem;
}

.carousel-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 10px;
    position: relative;
    z-index: 3;
}

@media (max-height: 1079px) and (min-width: 1175px) {
    .carousel-nav {
        padding-bottom: 10px;
    }
}

@media (max-width: 1175px) {
    .carousel-nav {
        padding-bottom: 0;
    }
}

.carousel-nav-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 60px;
}

@media (max-width: 1175px) {
    .carousel-nav-dots {
        margin: 0;
    }
}

.carousel-nav-dots .dot {
    margin-right: 20px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #ffffff;
    opacity: .5;
    -webkit-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
    cursor: pointer;
}

.carousel-nav-dots .dot:hover {
    opacity: .7;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.carousel-nav-dots .dot:last-child {
    margin-right: 0;
}

.carousel-nav-dots .dot.current {
    opacity: 1;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.carousel-nav__arrow {
    width: 120px;
    height: 10px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

@media (max-width: 1175px) {
    .carousel-nav__arrow {
        display: none;
    }
    .slider-1-back > img{
    display: none;
   }

}

.carousel-nav__arrow.carousel-nav__prev {
    background-image: url("../img/icons/carouselPrev_icon.png");
}

.carousel-nav__arrow.carousel-nav__prev:hover {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.carousel-nav__arrow.carousel-nav__next {
    background-image: url("../img/icons/carouselNext_icon@2x.png");
}

.carousel-nav__arrow.carousel-nav__next:hover {
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.slider-2-back{
    padding-top: 50px !important;
    background-image: url(../img/background-slider-2.jpg);
    position: relative;
    background-repeat: no-repeat;

}
.slider-1-title{
    background-color: #000024;
    padding: 70px 0px;
}
.slider-1-back{
     background-image: url("../img/earth_bg.jpg");
     min-height: 1000px;
     padding-top: 50px;
    background-repeat: no-repeat;
    background-size: cover;
}
.id-wrap{
      font-size: 18px;
    color: #3148a8;
    font-weight: 600;
    position: absolute;
    bottom: 365px;
    left: 157px;

}
.btn-scroll{
    height: 20px;
    width: 20px;
    background-color: #fff;
}
.slider-cur{
        width: 50%;
    border-top: 1px dashed #1ea6fc;
    /* height: 1px; */
    margin: 0 auto;
    /* background-color: #2a89f7; */
    position: relative;
    z-index: 9999;
    bottom: 120px;
    /* margin-top: -140px; */
    display: block;
}
.id-wrap:before{
    content: '';
    position: absolute;
    margin-top: 30px;
    margin-left: 30px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #ffffff;
    text-align: center;
}
.id-wrap-2{
    font-size: 18px;
    color: #35b5fc;
    font-weight: 600;
    position: absolute;
    top: 470px;
    right: 212px;
    z-index: 1;
}
.id-wrap-2:before{
    content: '';
    position: absolute;
    margin-top: -95px;
    margin-left: 33px;
    height: 80px; 
       width: 1px;
    background-color: #263698;
}  
.id-wrap-2:after{
    content: '';
    position: absolute;
    margin-top:-40px;
    margin-left: 30px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #ffffff;
    text-align: center;
}
.id-wrap:after{
    content: '';
    position: absolute;
    margin-top: 13px;
    margin-left: 33px;
    height: 80px; 
       width: 1px;
    background-color: #263698;
}
.examples-blocks {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    margin-top: 90px;
    margin-bottom: 55px;
    flex-wrap: wrap;
}
.examples-blocks .example {
    margin-right: 40px;
     background-color: rgb(35, 47, 135);
  box-shadow: -1.462px 11.911px 40px 0px rgba(10, 10, 10, 0.3);
    border-radius: 8px;
    padding: 42px 50px;
    padding-bottom: 52px;
      border-color: rgb(2, 2, 90);
      border:1px solid;
}

.examples-blocks .example:first-child .example-title {
    padding-bottom: 143px;
}
.examples-blocks .example-title span {
    display: block;
    color: #eb3a5a;
}
.examples-blocks .example:first-child .example-container {
    margin-top: 33px;
}
.examples-blocks .example-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
    font-size: 12px;
}
.examples-blocks .example:nth-child(2) .example-title::after{
        content: '';
    position: absolute;
    left: 0;
    right: 10px;
    bottom: 0;
    top: 0;
    background: url(../img/forsage4x_figure.svg) no-repeat center;
    background-size: contain;
}
.examples-blocks .example-row span {
    margin: 0 0 0 20px;
    color: #fff;
    font-size: 16px;
}
/*.examples-blocks .example:first-child .example-title::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: url(../img/d5.jpeg) no-repeat center;
    background-size: 100% 100%;
}*/
.examples-blocks .example:nth-child(1) .example-title::after{
     content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: url(../img/d3.png) no-repeat center;
    background-size: contain;
}
.examples-blocks .example:nth-child(2) .example-title::after{
     content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: url(../img/d4.png) no-repeat center;
    background-size: contain;
}
.examples-blocks .example.r1:nth-child(1) .example-title::after{
     content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: url(../img/d4.png) no-repeat center;
    background-size: contain;
}
.examples-blocks .example.r2:nth-child(1) .example-title::after, .examples-blocks .example.r3:nth-child(1) .example-title::after{
     content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: url(../img/d5.png) no-repeat center;
    background-size: contain;
}
.examples-blocks .example-title {
    text-align: right;
    font-size: 34px;
    font-weight: bold;
        font-family: 'Oswald', sans-serif;
    position: relative;
    color: #fff;
}
/*.examples-blocks .example:nth-child(2) .example-title {
    padding-bottom: 204px;
}*/

.examples-more {
    width: 700px;
    margin: 0 calc((100% - 700px)/2);
    background: url(../img/bottom-borders.png) no-repeat center;
    background-size: 100%;
}
.examples-more__text {
       padding: 31px 0 0px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    line-height: 27px;
    letter-spacing: 0.4px;
}
.examples-more__btn {
    max-width: 300px;
    margin: -8px auto 0;
    margin-top: 45px;
}
.def-btn.def-blue{
    background-color: #0154e7;
}
.def-btn.def-blue:hover{
    color: #0154e7;
    background-color: #fff;
}
.def-btn {
        min-width: 300px;
    min-height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 28px;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 45px;
    line-height: 50px;
    color: #ffffff;
    -webkit-transition: background-color 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out;
    padding-bottom: 0px;
}
@media (max-height: 1079px) and (min-width: 1175px){
.examples-blocks .example-title {
    font-size: 2rem;
}
.examples-blocks .example {
    padding: 25px 20px;
}
.examples-blocks .example:first-child .example-container {
    margin-top: 20px;
}
.examples-blocks .example:nth-child(2) .example-title {
    padding-bottom: 180px;
}

}

/*footer*/
.footer-wrap{
      margin-top: -1px;
    background-image: url(../img/footer-back.png);
    background-size: cover;
    height: 600px;
    display: table;
    background-color:#13acfc;
}
.footer-text-left{
    display: table-cell;
    vertical-align: middle;
}
.input-subscription{
     width: auto !important;
    float: left;
    border-color: rgb(255, 255, 255) !important;
    border-radius: 26px !important;
    opacity: 0.4;
    box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.1) !important;
    background-color: #fff !important;
    padding-left: 15px !important;
    padding-right: 135px !important;
}
.input-group-append{
    position: absolute;
    right: 0px;
}
.subscription{
    margin-top: 10px;
    margin-bottom: 0px;
}
.subscription .input-group{
    width: 50%;
}
.copyright-text >p >span > a{
   color: #343997;
    font-weight: 600;
    font-family: 'Oswald', sans-serif;
}
.copyright-text{
    margin-top:25px;
}
.subscribe-btn{
    height: 46px;
    margin-left: -125px;
    border-radius: 40px !important;
}
.input-group-append .btn, .input-group-prepend .btn{
    z-index: 9999;
}
/*******************************
* ACCORDION WITH TOGGLE ICONS
* Does not work properly if "in" is added after "collapse".
*******************************/
.card-header{
    padding: 0px 15px 0px 15px;
    background-color: #1762fb;
    border: 0px;
}
.accordion-icon > .fa{
    background-color: #fff;
    border-radius: 50%;
    padding: 4px 4px;
    color: #1762fb;
    line-height: 15px;
    font-size: 15px;
    margin: 6px 0px;
}
.card{
    border:none;
}
    .panel-group .panel {
        border-radius: 0;
        box-shadow: none;
        border-color: #EEEEEE;
    }
    .panel-default > .panel-heading {
        padding: 0;
        border-radius: 0;
        color: #212121;
        background-color: #FAFAFA;
        border-color: #EEEEEE;
    }
    button.btn.btn-link{
        background-color: #1762fb;
    font-family: 'Oswald', sans-serif;
    font-size: 18px;
    width: 100%;
    text-align: left;
    text-decoration: none;
    box-shadow: none;
    padding: 0px 0px;
    }
    button.btn.btn-link:hover{
        color: #13acfc;
        text-decoration: none;
    }
    .card-body{
            background-color: #1762fb;
    color: #fff;
    font-size: 16px;
        border-top: 1px solid #232f87;
    }
    
    .panel-title {
        font-size: 14px;
    }

    .panel-title > a {
        display: block;
        padding: 15px;
        text-decoration: none;
    }

    .more-less {
        float: right;
        color: #212121;
    }

    .panel-default > .panel-heading + .panel-collapse > .panel-body {
        border-top-color: #EEEEEE;
    }
 /col

/*media query*/
@media (max-width: 992px) and (min-width: 576px)
{
    .sidebar-wrap{
    width: 48%;
    float: left;
}
.icon-tips{
    width: 100%;
}
.sidebar-wrap-right{
    width: 48%;
    float: right;
}
.login-box-wrap{
    width: 80%;
}
.home-section-2-box{
    min-height: 180px;
}
}
@media (max-width: 1024px) and (min-width: 991px){
    .login-box-wrap{
        width: 80%;
    }
    .home-section-2-box > p{
        font-size: 17px;
    }
   

}
@media (max-width: 1440px ) and (min-width:1220px){
    .id-wrap-2{
               right: 75px;
    top: 595px;
    }
    .header-discription{
        width: 60%;
    }
    .header-sectin-1{
    min-height: 115vh;
    }



}
@media (max-width: 1660px) and (min-width: 1439px){
    .circle-img{
        height: 85%;
        margin-top: 25px !important;
    }
}

.item-slide{
      background-image: linear-gradient(0deg, #171744 20%, #111115 100%);
    padding: 30px 20px;
    width: 265px !important;
    border-radius: 6px;
}
.item-slide > hr{
    width: 100%;
    border-top: 1px solid #564f4f;
}
.slider-1-back{
    padding-left: 0px;
    padding-right: 0px;
}
.item-slide h3{
    font-size: 35px;
    font-family: 'Oswald', sans-serif;
    font-weight: 600;
    letter-spacing: 0.6px;
}
.item-slide h3{
    font-size: 30px;
}
.item-slide p{
     font-size: 30px;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    letter-spacing: 0.6px;
    margin-top: 40px;
}
.owl-nav{
    float: left;
        color: #fff;
    font-size: 40px;
    font-weight: 400;
}
.owl-nav > button{
    background-image: linear-gradient(110deg, #559bfd 20%, #4366fc 60%) !important;
    width: 30px !important;
    font-size: 28px !important;
    transition: 0.5s;
}
.owl-theme .owl-nav [class*=owl-]:hover{
           background-image: linear-gradient(110deg, #c165dd 20%, #5b27fd 60%) !important;
}
.owl-theme .owl-nav{
    margin-top: 30px;
}
.item-slide-bottom{
    margin-top: 30px;
}
.item-slide-bottom > .circle{
height: 25px;
    width: 25px;
    float: left;
    border: 2px solid #16163b;
    background-color: #fff;
}
.circle-img{
    height: 100%;
}
.item-slide-bottom > .circle:nth-of-type(2), .item-slide-bottom > .circle:nth-of-type(3), .item-slide-bottom > .circle:nth-of-type(4){
    margin-left: -8px;
}
.item-slide-bottom .blue-back{
    background-color: #3d59e7;
    padding-top: 3px;
}
.item-slide-bottom .text{
        font-size: 10px;
    color: #fff;
    padding: 4px 0px;
    font-weight: 600;
}
.item-slide-bottom .circle-arrow{
        color: #fff;
    border: 1px solid #ddd;
    padding: 5px;
    border-radius: 15px;
    font-size: 11px;
}
.owl-dots{
    display: none;
}

@media (max-width: 1300px) and (min-width:1150px){
.circle-img{
    height: 80%;
    margin-top: 20px !important;
}

}
@media (max-width: 1200px) and (min-width: 1100px){
   .owl-carousel{
        margin-left: 261px;
    }

}
@media (max-width: 1920px) and (min-width: 1660px){
    .slider-1-back{
            min-height: 1390px;
    }
    .no-js .owl-carousel, .owl-carousel.owl-loaded{
        margin-top: 350px;
    }
    
}
@media only screen   
and (min-width: 1030px)   
and (max-width: 1366px){
 .header-section-bold-title{
        font-size: 75px;
        line-height: 75px;
    }
      .circle-img{
        height: 85% !important;
    }
    .mt-5, .my-5{
        margin-top: 2rem !important;
    }
    .home-section-2-font{
        margin-top: -100px;
    }
    .logo-height{
        height: 320px;
    }
    .rounded-btn{
        font-size: 15px;
    }
    .header-wrap{
        top:10;
    }
    .f-26{
        font-size: 22px;
    line-height: 34px;
    }
    .home-section-2-box > p{
        font-size: 15px;
        line-height: 17px;
    }
    .home-section-2-wrap{
            padding-bottom: 40px;
    padding-top: 115px;
    }
    .no-js .owl-carousel, .owl-carousel.owl-loaded{
        margin-left: 140px;
        margin-top: 200px;
    }
    .item-slide p{
        font-size: 27px;
       margin-top: 0px;
    }
    .item-slide h3{
        font-size: 30px;
    }
    .item-slide-bottom{
        margin-top: 25px;
    }
    .id-wrap{
         bottom: 330px !important;   
    }
    .big-header{
        font-size: 50px;
    }
   
    .carousel-item__info-id{
        font-size: 26px;
        margin-bottom: 0px;
    }
    .carousel-item__block{
            padding: 0 0 5px 38px;
    }
    .home-section-2-box > h3{
    font-size: 21px;
    font-weight: 600;
    letter-spacing: 0.4px;
    }
} 