font-face{
    src: url(fonts/EagleLake-Regular.ttf);
    font-family: eagle;
    
}


body{
background:url("background.png");
background-position: left top;
background-size: auto;
background-repeat: repeat;
background-attachment: fixed;


}

.sm-nav{
    padding: 5px;
    padding-left: 30px;
    background: #f8f8f8;//#e6e6e6;
    margin-top: 10px;
    margin-bottom: 10px;
}
.button-area{
    cursor: pointer;
    
}

.button-area .i-hldr{
    margin-left: 10px;
    //padding: 5px;
    font-size: 16px;
    font-weight: 600;
}

.n-buttons{
    float: left;
    padding: 5px;
}

.n-buttons span{
    display: block;
    width: 25px;
    height: 3.5px;
    background: #000;
}
.bar2{
    margin-top: 3px;
    margin-bottom: 3px;
}

.bar1, .bar2, .bar3{
    transition: 0s ease;
    
}

.change .bar2{
    opacity: 0;
    
}

.change .bar1{
//  -webkit-transform: rotate(-45deg) translate(-9px, 6px);
  transform: rotate(-45deg) translate(-6px, 0px);
  margin-left: 5px;

}

.change .bar3{
//  -webkit-transform: rotate(45deg) translate(-8px, -8px);
  transform: rotate(45deg) translate(-8px, -8px);
  //margin-left: 2px;
  margin-top: 6px;
}

.navarea{
    height: 0px;
    opacity: 0;
    transition: linear 0.4s;
}


.navarea ul li{
    list-style: none;
    padding: 10px;
    
}

.navarea ul li i{
    display: inline-block;
    font-size: 18px;
    margin-right: 10px;
}

.navarea ul li a{
    display: inline-block;
    color: #000;
    font-size: 18px;
    font-weight: 600;
}

.navarea-open{
    height: 560px;
    opacity: 1;
    transition: linear 0.4s;
}

.cg-footer{
display: none !important;
visibility: none;

}

.counter {
    background-color:transparent;
    padding: 10px 0;
    border-radius: 5px;
}

.count-title {
	color: #e86c00;
    font-size: 36px;
    font-weight: 500;
    margin-top: 10px;
    margin-bottom: 0;
    text-align: center;
}

.count-text {
	color: #54595f;
    font-size: 24px;
    font-weight: 400;
    margin-top: 10px;
    margin-bottom: 0;
    text-align: center;
}

.particles1{
//display: block;
padding: 0px;
margin:0px;

}

.particles1 #particles{
position: relative;
min-height: 2420px;
background:#01021e;
margin: 120px 0px 30px 0px;
width: 100%;
border-radius: 0px 0px 3px 3px;

}

.particles1 #particles-js canvas{
width: 100%;
//height: 7500px !important;

}


.ecn-sec{
position: absolute;
color: #fff;
//background:transparent;
opacity: 1;
//bottom: 14980px;
margin-bottom: 10px;
margin-top: -2420px;

}

.ecn-texts{
font-family: eagle;   
margin-bottom: 40px;    
    
    
}

.ecn-h1{
    text-align: center;
    
}

.ecn-p{
    font-size: 16px;
    text-align: center;
}

.ca-cont{
width: 90%;
margin: auto;

}

.sa-h1{
    text-align: center;
    font-weight: 800;
    padding: 10px;
    border: 1px #fff solid;
    border-width: 0px 0px 1px 0px;
}

.check-area{
display: block;
padding-left: 0px;
font-size: 14px;
text-align: center;
font-family: Helvetica, Arial, sans-serif;

}

.check-area li{
list-style: none;
text-align: center;
padding: 15px;

}

.check-area li i{
color: #00c853;
font-size: 18px;
font-weight: 800;
float: left;

}

.check-area li span{
//display: inline-block;
//margin-left: 10px;

}

.ul-sec{
padding: 10px;
margin-bottom: 25px;
}
.center{
    text-align: center;
    
}

.s-trading{
padding: 10px;
color: #fff;
background: #00c853;
border-radius: 5px;
font-size: 16px;
font-weight: 600;
}

.m-bag{
    padding: 15px;
    text-align: center;
    font-family: helvetica, Arial, sans-serif;
}

.m-bag img{
    margin-top: 50px;
    max-width: 100px;
    max-height: 100px;
    border-radius: 10px;
    
}

.m-bag h4{
    font-weight: 28px;
    font-weight: 800;
    margin-top: 20px;
    
}

.m-bag p{
    font-size: 14px;
    
}


.anitext-cont{

margin-top: 30px;
text-align: center;

}

.anitext-cont p{
    font-size: 14px;
    
}

/*===== ANIMATED TEXT TYPING =====*/

@import url('https://fonts.googleapis.com/css?family=Source+Code+Pro');
/*
body{
  padding: 40px;
  background-color: #121212;  
}
*/
.typing-text {
  border-right: solid 3px rgba(0,255,0,.75);
  white-space: nowrap;
  overflow: hidden;    
  font-family: 'Source Code Pro', monospace;  
  font-size: 28px;
  color: rgba(255,255,255,.70);
  margin: 0 auto;
}

.typing-text span{
color: rgba(0,255,0,.75);
}

/* Animation */
.typing-text {
  animation: animated-text 8s steps(29,end) infinite,
             animated-cursor 600ms steps(29,end) infinite;
}

/* text animation */

@keyframes animated-text{
  from{width: 0;}
  to{width: 360px;}
}

/* cursor animations */

@keyframes animated-cursor{
  from{border-right-color: rgba(255,255,255,.75);}
  to{border-right-color: transparent;}
}




.typing-text p{
text-align: center;

}




.captures{
padding: 25px;

}
.captures img{
width: 100%;

}


.inst-acct{
width: 100%;
background: url("slide2.jpg");
background-size: cover;
background: position: center;
background-repeat: no-repeat;
color: #fff;
padding: 30px;
//top: -8980px;

}

.inst-acct h3{
color: #fff;
clear: both;
font-family: "Eagle Lake", Sans-serif;
text-align: center;
font-size: 28px;
font-weight: 800;
}


.inst-acct p{
color: #6ec1e4;
margin-bottom: 20px;
text-align: center;
font-size: 28px;
font-weight: 600;

}

.btn-hldr{
text-align: center;
/*
display: flex;
margin-right: auto;
margin-left: auto;
position: relative;
*/
}

.btn-row{
flex-wrap: wrap;

}

.main-btn{
display: block;
margin-top: 20px;
    
}

.main-btn a{
color: #fff;
background: #6ec1e4;
padding: 10px;
border: 2px solid #fff;
border-radius: 30px;
font-size: 18px;

}

.main-btn a:hover{
text-decoration: none;


}




/*===== TESTIMONIALS SECTION =====*/
.testimonial-area{
padding: 20px;
margin-top: 15px;
//top: -8930px;
position: relative;
}
/*
.testimonial-area:before{
position: absolute;
content: '';
background: rgba(0,0,0,0.9);
width: 100%;
height: 100%;

}
*/
.single-testimonial{
color: #000;
padding-left: 75px;
position: relative;
margin: 0 0 0;

}

.img-area{
border-radius: 50%;
height: 100px;
width: 100px;
left: 0;
margin-top: -75px;
position: absolute;
top: 55%;

}

.testi-text{
background: #6ec1e4;
padding: 10px 20px 10px 50px;
color: #fff;
margin-left: -20px;
font-size: 16px;
min-height: 200px;
font-family: helvetica, sans-serif, arial;
}

.img-area > img{
background: linear-gradient(to bottom, darkcyan, white);
border-radius: 50%;
padding: 5px;

}

.testi-text h4{
font-size: 18px;
margin-bottom: 10px;
font-family: Shrikhand;

}

.testi-text h4 span{
display: block;
font-size: 12px;
}

.testi-text p{
font-family: Courgette;
line-height: 25px;
font-size: 14px;

}

.single-testimonial:hover . testi-text{
background: #fff;
transition: 0.9s;

}

.testimonial-area div.owl-nav{
color: #6ec1e4;
display: inline-block;
font-size: 55px;
height: 60px;
margin-top: -30px;
text-align: center;
width: 40px;
transition: 0.3s;

}

.owl-prev, .owl-next{
position: absolute;
}

.owl-prev{
left: -20px;
top: 50px;
}

.owl-next{
right: -20px;
top: 50px;
}

.testimonial-area h3{
text-align: center;
color: #fff;
font-weight: 800;
}

/*=========*/


.bitcoin-news{
position: relative;
//top: -8930px;

}


.bitcoin-news .container{
background-color: #6ec1e4;
overflow: hidden;
padding:15px;
color: #666;

}

.btcnews-p1{
max-width: 100%;
text-align: right;
padding: 15px;

}

.btcnews-p6 img, .btcnews-p8 img{
max-width: 100%;
max-height: 450px;


}


.btcnews-p5 .btcnews-p6, .btcnews-p8{
max-width: 100%;
text-align: center;
padding: 15px;

}


.content-1{
font-size: 16px;


}

.copywrite-sec{
position: absolute;
text-align: center;
padding: 15px 0px 15px 0px;
width: 100%;
margin-top: 300px;
color: #efefef;
background: #666;
//border-radius: 10px 10px 0px 0px;
}

.particles-hldr #particles-js{
position: relative;
background: #01021e;
height: 400px;
margin: 20px 0px 0px 0px;
border-radius: 5px 5px 0px 0px;

}

.footer{
position: absolute;
color: #efefef;
margin-top: -350px;
text-align: center;
font-size: 15px;

}


@media only screen and (max-width: 767px){
    
.testi-text{
    height: 230px;
}

.count-title {
	color: #e86c00;
    font-size: 24px;
    font-weight: 500;
    margin-top: 10px;
    margin-bottom: 0;
    text-align: center;
}

.count-text {
	color: #54595f;
    font-size: 16px;
    font-weight: 400;
    margin-top: 10px;
    margin-bottom: 0;
    text-align: center;
}

.coin-price script{
max-width: 100%;
overflow: hidden;


}


.particles1 #particles-js{
position: relative;
min-height: 2600px;
background:#000;
top: 260px;


}

/*
.ecn-sec{
color: #fff;
background:transparent;
opacity: 1;
top: -3000px;
//bottom: 14980px;
margin-bottom: 10px;

}

*/
.check-area{
    margin-bottom: 20px;
    
    
}

.center{
    text-align: center;
    
    
}

/*
.inst-acct{
position: absolute;
top: -7370px;

}
*/

.main-btn{
margin-bottom: 20px;
}
/*
.testimonial-area{
top: 2970px;
padding: 15px 0;
position: absolute;
max-width: 100%;

}
*/



.single-testimonial{
padding-left: 0;
padding-top: 50px;

}
.img-area{
left: 38%;
//margin-left: -75px;
top: 75px;

}

.testi-text{

padding: 25px 25px 25px;
margin-left: 10px;
margin-right: 10px;
border-radius: 15px;

}
.texti-text h4{
font-size: 20px;
margin-bottom: 20px;

}
.texti-text p{
font-size: 16px;
}
.owl-prev{
left: -15px;
top: 100px;

}
.owl-next{
right: -15px;
top: 100px;

}


.content-1{


}

.content-1 ul{
padding-left: 0px;

}
.content-1 ul li{
list-style: none;

}

.content-1 p img{
max-width: 100%;
max-height: 400px;

}

/*
.bitcoin-news{
position: absolute;
top: 3280px;

}

.footer{
position: absolute;
top: 9150px;



}

*/


}










/*Success!*/
@media(max-width: 600px){

.btn-row{
flex-wrap: wrap;

}

}






html, body{
   //height: 10000px;
    
}
