/*! Copyright (c) 2019 Activex.ac

Designed and Developed by H4U GROUP

https://hyips4u.com


*/
.labelInput {
    display: block;
    font-weight: 500;
    font-size: 17px;
    line-height: 25px;
    letter-spacing: 0.025em;
}

.labelInput+.wrapInput {
    margin-top: 9px;
}

input {
    font-family: 'Montserrat';
    width: 100%;
    background-color: #f7f7f7;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    font-weight: bold;
    font-size: 15px;
    line-height: 25px;
    letter-spacing: 0.025em;
    color: #042642;
    padding: 0 18px;
    -webkit-transition: box-shadow 0.3s;
    -moz-transition: box-shadow 0.3s;
    -o-transition: box-shadow 0.3s;
    transition: box-shadow 0.3s;
}

input {
    height: 54px;
}

input::-webkit-input-placeholder {
    font-size: 15px;
    color: #7f878d;
    letter-spacing: 0em;
    font-weight: normal;
    opacity: 1;
}

input::-moz-placeholder {
    font-size: 15px;
    color: #7f878d;
    letter-spacing: 0em;
    font-weight: normal;
    opacity: 1;
}

input:-moz-placeholder {
    font-size: 15px;
    color: #7f878d;
    letter-spacing: 0em;
    font-weight: normal;
    opacity: 1;
}

input:-ms-input-placeholder {
    font-size: 15px;
    color: #7f878d;
    letter-spacing: 0em;
    font-weight: normal;
    opacity: 1;
}

input:focus {
    -webkit-box-shadow: inset 0 3px 0 transparent;
    -moz-box-shadow: inset 0 3px 0 transparent;
    box-shadow: inset 0 3px 0 transparent;
}

input:focus::-webkit-input-placeholder {
    opacity: 0;
}

input:focus::-moz-placeholder {
    opacity: 0;
}

input:focus:-moz-placeholder {
    opacity: 0;
}

input:focus:-ms-input-placeholder {
    opacity: 0;
}

.wrapInput {
    position: relative;
}

.wrapInput.inputIcon input {
    padding: 0 18px 0 40px;
    font-size: 22px;
    width: 80%;
}
.wrapInput.inputIcon input.return {
    padding: 0 18px 0 40px;
    font-size: 22px;
    width: 80%;
    border:none;
    background: #303392;
    color: #e87878;
    font-weight: 900;
}

.wrapInput.inputIcon .icon {
    display: block;
    position: absolute;
    width: 40px;
    line-height: 60px;
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    top: 0;
    left: 0;
}

.wrapInput.inputIcon .icon.return {
    color: #e87878;
    font-weight: 900;
        line-height: 57px;
}

.itemInput {
	margin: 20px;
}

.b-values{
    padding-bottom:6rem
}
.values-item{
    position:relative;
    height:100%;
    opacity:1;
    transform:translateY(0);
    transition:1.4s ease-out .4s
}
.values-item-bg{
    position:absolute;
    width:100%;
    height:100%;
    top:0;
    left:0;
    border-radius:8px;
    box-shadow:0 20px 45px rgba(0,0,0,.1);
    background:linear-gradient(135deg,#303392 20%,#2e7dc0 70%,#03adbc 100%);
    z-index:0;
    transition:.4s ease-out;
    opacity:0;
    transform:translateY(5px)
}
.values-item-info{
    position:relative;
    padding:2.5rem 3rem 1.5rem 3.5rem;
    z-index:2
}
.values-item-info h4,.values-item-info p{
    transition:color .6s ease-out
}
.values-item-info h4{
    font-weight:500;
    padding-bottom:1rem
}
.values-item-info p{
    font-size:.875rem
}
.values-item-icon{
    width:54px;
    height:54px;
    margin-bottom:2rem;
    background-repeat:no-repeat;
    background-position:50% 50%;
    background-size:54px 54px;
    transition:.6s ease-out
}
.values-item-profit .values-item-icon{
    background-image:url(../images/feature-1.png)
}
.values-item-plans .values-item-icon{
    background-image:url(../images/feature-2.png)
}
.values-item-diverse .values-item-icon{
    background-image:url(../images/feature-3.png)
}

.values-item:hover .values-item-bg{
    opacity:1;
    transition-duration:.8s;
    transform:translateY(0)
}
.values-item:hover .values-item-icon{
    -webkit-filter:contrast(0) brightness(2);
    filter:contrast(0) brightness(2)
}
.values-item:hover .values-item-info h4,.values-item:hover .values-item-info p{
    color:#fff
}
@media (max-width:767px){

    body{
        overflow-x:hidden;
        max-width:100%
    }
    .grey-with-graph{
        padding-top:150px
    }
    .values-item-info{
        padding:2rem 25px 1.5rem
    }
}

.grey-with-graph{
    padding-top:300px;
    background:#f9f9f9 url(../images/grey_graph_bg.png) no-repeat 50% 0;
    margin-top:-300px;
}

.index-tech .payTable {
    height: 40px;
    font-size: 15px;
    line-height: 19px;
    border-bottom: 1px solid #2e7dc08c;
    border-left: 1px solid #2e7dc08c;
    padding: 0 23px 0 19px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-bottom-right-radius: 5px;
    -ms-border-bottom-right-radius: 5px;
    border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-bottom-left-radius: 5px;
    -ms-border-bottom-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.index-tech .payTable:first-child {
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-bottom-right-radius: 5px;
    -ms-border-bottom-right-radius: 5px;
    border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-bottom-left-radius: 5px;
    -ms-border-bottom-left-radius: 5px;
    border-bottom-left-radius: 5px;
    margin-top:20px;
}

.index-tech .payTable+.payTable {
    margin-top: 2px;
}

.index-tech .payTable .name {
    font-weight: 600;
}

.index-tech .payTable .date {
    font-weight: bold;
    color: #03adbc;
    max-width: 179px;
    font-size:14px;
}

.index-tech .payTable .sum {
    font-size: 17px;
    font-weight: 600;
    color: #303392;
    max-width: 143px;
}

.index-tech .payTable .icon {
    display: block;
    background-size: 25px;
    width: 26px;
    height: 26px;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    float: right;
}

.index-tech .payTable .tCell>* {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}


.index-tech .payTable .tCell:first-child {
    width: 348px;
    padding-right: 10px;
}

.index-tech .payTable .name {
    width: 169px;
    float: left;
}

.index-tech .payTable .date {
    width: calc(100% - 179px);
    padding-right: 10px;
    float: left;
}

.index-tech .payTable .tCell:nth-child(2) {
    width: 143px;
}

.index-tech .payTable .tCell:nth-child(3) {
    padding-left: 10px;
}

.index-tech .content-title {
    width:100% !important;
}
.index-tech h2 {
    font-size:35px !important;
}


#three-dots {
           position: relative;
    width: 102px;
    font-size: 0;
    float: right;
        }

        #three-dots span {
            display: inline-block;
            width: 20px;
            height: 20px;
            margin-left: 2px;
            margin-right: 2px;
            border-radius: 50%;
            opacity: 0;
            animation-timing-function: ease-out;
            animation-iteration-count: infinite;
            animation-duration: 4s;
        }

        #three-dots span:first-of-type {
            background: #303392;
            animation-name: loaderdot1;
        }

        #three-dots span:nth-of-type(2) {
            background: #2e7dc0;
            animation-name: loaderdot2;
        }

        #three-dots span:last-of-type {
            background: #03adbc;
            animation-name: loaderdot3;
        }

        @keyframes loaderdot1 {
            0% {
                opacity: 0;
            }
            15% {
                opacity: 1;
            }
            75% {
                opacity: 1;
            }
            100% {
                opacity: 0;
            }
        }

        @keyframes loaderdot2 {
            0% {
                opacity: 0;
            }
            15% {
                opacity: 0;
            }
            30% {
                opacity: 1;
            }
            75% {
                opacity: 1;
            }
            100% {
                opacity: 0;
            }
        }

        @keyframes loaderdot3 {
            0% {
                opacity: 0;
            }
            30% {
                opacity: 0;
            }
            45% {
                opacity: 1;
            }
            75% {
                opacity: 1;
            }
            100% {
                opacity: 0;
            }
        }
        
    .cfix:after {
    content: "";
    display: block;
    clear: both;
}

.table {
    display: table;
}

.table.full {
    width: 100%;
}

.tCell {
    display: table-cell;
}

.tCell.middle {
    vertical-align: middle;
}

.title {
    display: block;
    font-size: 30px;
    line-height: 45px;
    font-weight: bold;
}

.title.white {
    color: #fff;
}

.titleBlock[class*="titleIcon"] {
    position: relative;
}

.titleBlock[class*="titleIcon"] [class*="icon"] {
    display: block;
    position: absolute;
    font-size: 66px;
    line-height: 72px;
    height: 72px;
    color: #1bac97;
    top: 50%;
    margin-top: -36px;
    background-position: left center;
    background-repeat: no-repeat;
}

.titleBlock[class*="titleIcon"] [class*="icon"].yellow {
    color: #ffe742;
}

.titleBlock.titleIcon {
    padding-left: 82px;
}

.titleBlock.titleIcon [class*="icon"] {
    left: 0;
    width: 65px;
}

footer{
    margin-top: 70px;
    }
    
.section-faq {
  color: #ffffff;
  background: url(../images/bg_bootom-block.png) 50% 0 no-repeat;
    background-size: cover;
    margin-top:100px;
}

.section-main {
  padding: 150px 0 50px;
  position: relative;
  z-index: 2;
}

.section-title {
  text-transform: uppercase;
  font-size: 1.6875em;
  margin-bottom: 16px;
}

.section-article p {
  line-height: 1.813;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
  margin-bottom: 30px;
}

.accordion-faq li {
  border: 1px solid rgba(255, 255, 255, 0.322);
  border-radius: 27px;
  margin-bottom: 16px;
  padding: 12px;
  list-style:none;
}

.accordion-faq .accordion-title {
  position: relative;
  cursor: pointer;
  padding: 0 30px 0 36px;
}

.accordion-faq .accordion-title:before, .accordion-faq .accordion-title:after {
  content: '';
  position: absolute;
  right: 10px;
  top: 9px;
  background-repeat: no-repeat;
  display: block;
}

.accordion-faq .accordion-title:before {
  opacity: 1;
  background-image: url(../images/sprite.png);
  background-position: -243px -181px;
  width: 12px;
  height: 7px;
}

.accordion-faq .accordion-title:after {
  opacity: 0;
  background-image: url(../images/sprite.png);
  background-position: -243px -169px;
  width: 12px;
  height: 7px;
}

.accordion-faq .accordion-title h4 {
  color: rgba(255, 255, 255, 0.42);
  display: inline-block;
  font-size: 1em;
  text-transform: uppercase;
  margin: 0;
}

.accordion-faq .faq-title-icon {
  position: absolute;
  left: 0;
  top: -3px;
  display: block;
  border-radius: 50%;
  width: 28px;
  height: 28px;
  background: rgba(255, 255, 255, 0.42);
}

.accordion-faq .faq-title-icon:before, .accordion-faq .faq-title-icon:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: block;
  background-repeat: no-repeat;
}

.accordion-faq .faq-title-icon:before {
  opacity: 1;
  background-image: url(../images/sprite.png);
  background-position: -249px -93px;
  width: 10px;
  height: 14px;
}

.accordion-faq .faq-title-icon:after {
  opacity: 0;
  background-image: url(../images/sprite.png);
  background-position: -249px -112px;
  width: 10px;
  height: 14px;
}

.accordion-faq .question-block {
  padding: 10px 0 6px 36px;
}

.accordion-faq .question-block p {
  line-height: 1.8;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
}

.accordion-faq li {
  border: 1px solid rgba(255, 255, 255, 0.322);
  border-radius: 27px;
  margin-bottom: 16px;
  padding: 12px;
}

.accordion-faq li.active {
  background-color: white;
  box-shadow: 0px 13px 24px 0px rgba(0, 0, 0, 0.21);
  border-color: #ffffff;
  color: #616161;
}

.accordion-faq li.active .accordion-title {
  position: relative;
  padding-left: 36px;
}

.accordion-faq li.active .accordion-title:before {
  opacity: 0;
}

.accordion-faq li.active .accordion-title:after {
  opacity: 1;
}

.accordion-faq li.active .accordion-title h4 {
  color: #4176cc;
  background: -webkit-linear-gradient(-45deg, #604bce 0%, #00d0c8 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.accordion-faq li.active .faq-title-icon {
  background: linear-gradient(45deg, #604bce 0%, #00d0c8 100%);
}

.accordion-faq li.active .faq-title-icon:before {
  opacity: 0;
}

.accordion-faq li.active .faq-title-icon:after {
  opacity: 1;
}

.accordion-faq .accordion-title {
  position: relative;
  cursor: pointer;
  padding: 0 30px 0 36px;
}

.accordion-faq .accordion-title:before, .accordion-faq .accordion-title:after {
  content: '';
  position: absolute;
  right: 10px;
  top: 9px;
  background-repeat: no-repeat;
  display: block;
}

.accordion-faq .accordion-title:before {
  opacity: 1;
  background-image: url(../img/sprite.html);
  background-position: -243px -181px;
  width: 12px;
  height: 7px;
}

.accordion-faq .accordion-title:after {
  opacity: 0;
  background-image: url(../img/sprite.html);
  background-position: -243px -169px;
  width: 12px;
  height: 7px;
}

.accordion-faq .accordion-title h4 {
  color: rgba(255, 255, 255, 0.42);
  display: inline-block;
  font-size: 1em;
  text-transform: uppercase;
  margin: 0;
}

.accordion-faq .faq-title-icon {
  position: absolute;
  left: 0;
  top: -3px;
  display: block;
  border-radius: 50%;
  width: 28px;
  height: 28px;
  background: rgba(255, 255, 255, 0.42);
}

.accordion-faq .faq-title-icon:before, .accordion-faq .faq-title-icon:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: block;
  background-repeat: no-repeat;
}

.accordion-faq .faq-title-icon:before {
  opacity: 1;
  background-image: url(../images/sprite.png);
  background-position: -249px -93px;
  width: 10px;
  height: 14px;
}

.accordion-faq .faq-title-icon:after {
  opacity: 0;
  background-image: url(../images/sprite.png);
  background-position: -249px -112px;
  width: 10px;
  height: 14px;
}

.accordion-faq .question-block {
  padding: 10px 0 6px 36px;
  display: none;
}

.accordion-faq .question-block p {
  line-height: 1.8;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
}

.about:before{
    content: "";
    background: url(../images/aboutbg.png) no-repeat;
    background-size: contain;
    width: 100%;
    height: 1700px;
    position: absolute;
    z-index: 1;
    left: 0; 
    margin-top: 22vh;
}

.about-intro-images img{
max-width: 120%;
    margin-top: 38%;
    z-index: 2;
    position: relative;
}

@media (max-width:767px){

.about:before{
    margin-top: 100vh;
}
}

#affiliate {

background: url(../images/aff.png) center center no-repeat;
background-size:contain;
height:400px;
    position: relative;
    margin-top:85px;
    z-index: 3;
}

.panel-heading h2{
font-size:36px !important;
}