/*
 Bootstrap v5.3.3

*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: Oswald;
  color: #444444;
}

a {
  color: #e03a3c;
  text-decoration: none;
}

a:hover {
  color: #e76668;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Oswald;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 130px;
  z-index: 996;
  background-image: linear-gradient(#000406, #0b7ba7);
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background-image: linear-gradient(#06161e, #289fcd);
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}




/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
  overflow: hidden;
  position: relative;
}
section.aussie-inner{padding-bottom:0px;}
.section-title {
  text-align: center;
  padding-bottom: 30px;
  position: relative;
}

.section-title h2 {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 0px;
  padding-bottom: 0px;
  position: relative;
}
.contact .section-title h2 span{color:#fff; font-weight:100;}
.contact .section-title h2{color:#fff; }
.contact .section-title {padding-bottom: 20px;}
.section-title p {
  margin-bottom: 0;
}

.section-bg {
  padding: 120px 0;
  color: #fff;
}

.section-bg:before {
  content: "";
  background: #1b1b1b;
  position: absolute;
  bottom: 60px;
  top: 60px;
  left: 0;
  right: 0;
  transform: skewY(-3deg);
}



/*--------------------------------------------------------------
# Clients
--------------------------------------------------------------*/
.media_sec.bg-color .clients{padding-top:0px; padding-bottom: 40px;text-align: center;}
.bg-color{background:#000;padding-top:15px;padding-bottom: 0px;}
.client-bg-pattern{background-image: url("../../images/news-bg.png");     
	background-size: 100%;
    background-repeat: no-repeat;
    height: 320px;
    width: 100%;}
.mediapartner-list {
    display: flex;
    text-align: center;
    margin-right: -10px !important;
    margin-left: -10px !important;

}
.mediapartner-list li {
    width: 100%;
    max-width: 14.28%;
    padding: 0px 10px;
    display: inline-block;
    margin-bottom: 15px;
    position: relative;
    overflow: hidden;
}
.mediapartner-list li a {
    display: block;
    overflow: hidden;
}
.mediapartner-list li img {
    position: relative;
    transition: all 0.5s;
	width:100%
}
.mediapartner-list li:hover img {
    transform: scale(1.3);
}
.partner-list {
    text-align: center;
    margin-right: -10px !important;
    margin-left: -10px !important;
}
.partner-list li {
    display: inline-block;
    padding-left: 20px;
    padding-right: 20px;
	width: 16%;

}
.partner-list li a {
    display: block;
    overflow: hidden;
}
.partner-list li img {
    position: relative;
    transition: all 0.5s;
	width: 100%;
}
.partner-list li:hover img {
    transform: scale(1.3);
}

	
	
.clients .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.clients .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #e03a3c;
}

.clients .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #e03a3c;
}

.clients .swiper-slide img {
  opacity: 0.5;
  transition: 0.3s;
  filter: grayscale(100);
}

.clients .swiper-slide img:hover {
  opacity: 1;
  filter: none;
}







/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/

.contact{ background-image: linear-gradient(#0091cf, #000e15);
padding-bottom:0px;padding-top: 35px;
/* border-top-left-radius:80px; border-top-right-radius:80px; */
}
.contact.homec{padding-top: 6px;}
.email-form{width:80%; margin:0 auto;background-image: linear-gradient(#1a5b76, #000e15);}
.email-form label{color:#fff;}
.checkbb{color:#fff;}
.checkbb div{font-size: 14px;}
.formcheck{float:left; width:32px;}
.formcheck input{width: 25px;height: 25px;}
.mt-100{padding-top:80px;}
.contact .info-box {
  color: #444444;
  text-align: center;
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
  padding: 30px 0 32px 0;
  border-radius: 4px;
}

.contact .info-box i {
  font-size: 32px;
  color: #e03a3c;
  border-radius: 50%;
  padding: 8px;
  border: 2px dotted #f8d4d5;
}

.contact .info-box h3 {
  font-size: 20px;
  color: #777777;
  font-weight: 700;
  margin: 10px 0;
}

.contact .info-box p {
  padding: 0;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.contact .email-form {
  
  padding: 30px 100px 90px 100px;
  border-radius:80px;
}

.contact .email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact .email-form .error-message br+br {
  margin-top: 25px;
}

.contact .email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  animation: animate-loading 1s linear infinite;
}

.contact .email-form .form-group {
  margin-bottom: 25px;
}

.contact .email-form input,
.contact .email-form textarea {
  box-shadow: none;
  font-size: 14px;
  border-radius: 10px;
}

.contact .email-form input:focus,
.contact .email-form textarea:focus {
  border-color: #000;
  border: 2px solid #30c2ff;
   background: #000;
   color: #fff!;
}

.contact .email-form input {
  padding: 18px 15px;
  border: 2px solid #30c2ff;
  box-shadow: 0px 0px 1px #3F51B5;
  background: #000;
  color: #fff;
}
.contact .email-form input::placeholder {
  color: #fff;
  opacity: 1; /* Firefox */
}
.checkbb textarea{
	border: 2px solid #30c2ff;
  box-shadow: 0px 0px 1px #3F51B5;
  background: #000;
  color: #fff;
}
.checkbb textarea::placeholder {
  color: #fff;
  opacity: 1; /* Firefox */
	
}
.contact .email-form textarea {
  padding: 12px 15px;
  color: #fff;
  margin-bottom:20px;
}

.contact .email-form button[type=submit] {
    background: #000000;
    border: 0;
    padding: 8px 50px;
    color: #fff;
    transition: 0.4s;
    border-radius: 4px;
    font-size: 18px;
	border: 2px solid #30c2ff;
  box-shadow: 0px 0px 1px #3F51B5;
}

.contact .email-form button[type=submit]:hover {
  background: #266078;
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  color: #fff;
  font-size: 14px;
  background: #000000;
}

#footer .footer-top {
  padding: 46px 0 30px 0;
  background: #000;
}

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
#footer .footer-top .footer-contact .flogo{
  width:190px;
}
#footer .footer-top .footer-contact h3 {
  font-size: 26px;
  line-height: 1;
  font-weight: 700;
}

#footer .footer-top .footer-contact h3 span {
  color: #e03a3c;
}

#footer .footer-top .footer-contact p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 8px;
  color:#aaaaaa;
}
#footer .footer-top .footer-contact p .bx{
	font-size: 24px;
    position: relative;
    top: 5px;
}

#footer .footer-top h4 {
  font-size: 23px;
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
}


#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: white;
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #aaaaaa;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
  text-decoration: none;
  color: #fff;
}

#footer .footer-newsletter {
  font-size: 15px;
}

#footer .footer-newsletter h4 {
  font-size: 23px;
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 5px 10px;
  position: relative;
  border-radius: 4px;
  text-align: left;
}

#footer .footer-newsletter form input[type=email] {
  border: 0;
  padding: 4px 8px;
  width: calc(100% - 100px);
}

#footer .footer-newsletter form input[type=submit] {
  position: absolute;
  top: 0;
  right: -1px;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  background: #146fb7;
  color: #fff;
  transition: 0.3s;
  border-radius: 0 4px 4px 0;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#footer .footer-newsletter form input[type=submit]:hover {
  background: #2196F3;
}

#footer .credits {
  padding-top: 5px;
  font-size: 13px;
}

.footer-newsletter p{color:#aaaaaa;margin-top:5px;}
.footer-bottom{background-image: linear-gradient(#0b7ba7, #000406);}
.footer-bottom .footer_social{text-align:right}
.footer-bottom .copyright_pt{text-align:left}
.locioc{width:30px; float:left;}
.addloc{float:left; width:90%;margin-bottom: 5px;color:#aaaaaa;}





.menu li a{color:#fff;}
.menu li a:hover{color:#a4d7ff;}
.slider img{width:100%;}
.loginLinks .header-loginbtn{
    background: #ffffff;
    color: #2196F3;
    border-radius: 12px;
    padding: 3px 20px;
    white-space: nowrap;
    transition: 0.3s;
    font-size: 15px;
    font-weight: 500;
    display: inline-block;
    border: 2px solid #2196F3;
	text-transform: uppercase;
}
.loginLinks .header-loginbtn:hover{color:#fff;}

/*--------------------------------------------------------------
# Time line css start here
--------------------------------------------------------------*/
.blueBg_color{background: linear-gradient(180deg, #000000 0%, #27ADF5 169.17%);}
.maintime{background:#000; padding-top: 0;}
.customTime{width:100%; margin:0 auto;}
.customTime h2{color:#fff;margin-top: -15px;margin-bottom: 60px;font-size:28px;}
.customTime .page-header{text-align:center;}
.customTime .page-header h1{
		font-size: 45px;
    color: #242424;
    font-family: 'Oswald';
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 30px;
	}
.customTime .timeline {
  list-style: none;
  padding: 0px 0 0px;
  position: relative;
}
.customTime .timeline:before {
  top: 12px;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 5px;
  background-color: #00a2e9;
  left: 50%;
  margin-left: -1.5px;
}
.customTime .timeline > li {
  margin-bottom: 20px;
  position: relative;
}
.customTime .timeline:last-child li{margin-bottom:0px;}
.customTime .timeline > li:before,
.customTime .timeline > li:after {
  content: " ";
  display: table;
}
.customTime .timeline > li:after {
  clear: both;
}
.customTime .timeline > li:before,
.customTime .timeline > li:after {
  content: " ";
  display: table;
}
.customTime .timeline > li:after {
  clear: both;
}
.customTime .timeline > li > .timeline-panel {
  width: 46%;
	position:relative;
}
.timeline-inner-panel{position:absolute; top:15px;}


.customTime .timeline > li > .timeline-badge {
  color: #fff;
  width: 75px;
  height: 75px;
  line-height: 75px;
  font-size: 1.4em;
  text-align: center;
  position: absolute;
  top: 10px;
  left: 50%;
  margin-left: -35px;
  background-color: #000;
  z-index: 7;
  font-family: 'Oswald';
}
.customTime .timeline > li.timeline-inverted > .timeline-panel {
  float: right;
}
.customTime .timeline > li.timeline-inverted > .timeline-panel:before {
  border-left-width: 0;
  border-right-width: 15px;
  left: -15px;
  right: auto;
}
.customTime .timeline > li.timeline-inverted > .timeline-panel:after {
  border-left-width: 0;
  border-right-width: 14px;
  left: -14px;
  right: auto;
}

.customTime .timeline-title {
  margin-top: 0;
  color: inherit;
  font-family: 'Oswald';
}
.customTime .timeline-body > p,
.timeline-body > ul {
  margin-bottom: 0;
}
.customTime .timeline-body > p + p {
  margin-top: 5px;
}
.timeline-body ul li{color:#fff;font-size: 14px;}
.timeline-panel img{margin-top:-10px;}
.timeline-panel .timeline-body{
	padding-top: 8px;
    padding-left: 10px;
	text-align:left;
}
.timeline-panel.panel17 img{  
	margin-top: -10px;
    height: 200px;
    width: 100%;
	}
.timeline-panel.panel18 img{    
	margin-top: -8px;
    height: 80px;
    width: 100%;
	margin-bottom: 20px;
	}
.timeline-panel.panel19 img{    
	margin-top: -5px;
    height: 110px;
    width: 100%;
	}

.timeline-panel.panel20 img{    
	margin-top: 0px;
    height: 80px;
    width: 100%;
	margin-bottom: 20px;
	}
.timeline-panel.panel21 img{    
	margin-top: 0px;
    height: 100px;
    width: 100%;
	margin-bottom: 50px!important;
	}
.timeline-panel.panel22 img{    
	margin-top: -24px!important;
    height: 320px;
    width: 100%;
	}
.timeline-panel.panel23 img{    
	margin-top: -12px!important;
    height: 280px;
    width: 100%;
	}
.timeline-panel.panel24 img{    
	margin-top: -18px!important;
    height: 290px;
    width: 100%;
	}
.timeline-panel{position:relative;}
.timeline-inverted .globe16 img{
	height: 65px;
    width: 65px;
    position: absolute;
    bottom: 45px;
    right: 20%;
}
.timeline-inverted .globe23 img{
	height: 125px;
    width: 125px;
    position: absolute;
    bottom: 85px;
    right: 20%;
}
.timeline-inverted .globe24 img{
	height: 100px;
    width: 100px;
    position: absolute;
    bottom: 85px;
    right: 20%;
}
.timeline-panel.globe-left16 img{
	height: 85px;
    width: 85px;
    position: absolute;
    bottom: 65px;
    right: 20%;
}
.timeline-panel.globe-left23 img{
	height: 140px;
    width: 140px;
    position: absolute;
    bottom: 72px;
    right: 20%;
}
.timeline-badge.info{
	background-image: url("/images/time-number.png");	
	background-size: 100%;
    background-repeat: no-repeat;
    height: 180px;
    width: 100%;  
	}
.timeline-section{
	background-image: url("/images/time-left-arrow.png");
	background-size: 100%;
    background-repeat: no-repeat;
	background-position: 0% 50%;
}
.bothside-arrow{
	background-image: url("/images/time-line-both-arrow.png");
	background-size: 100%;
    background-repeat: no-repeat;
	background-position: 0% 50%;
	}
/* Time line css end here */
.our-stakes{ background:#000;position:relative;padding:0px;}
h2.ourProheading{
    color: #fff;
    font-size: 24px;
    padding-left:16.5%;
    margin-top: -20px;
	position: relative;
    z-index: 2;
	}
h2.ourProheading .maincircle{
	border: 2px solid #00a8eb;
    padding: 6px 31px;
    border-radius: 10px;
	margin-right: 5px;
	position: relative;
    top: -14px;
	}
.cb{
	border: 2px solid #00a8eb;
    border-radius: 10px;
	margin-right:5px;
	}
.cb.circle1{padding: 10px 5px;display: inline-block;}
.cb.circle2{padding: 14px 5px;display: inline-block;}
.cb.circle3{padding: 22px 5px;display: inline-block;}

.staking-header-img{   
	max-width: 100%;
    position: relative;
    top: 8.1px;
    padding-left: 9%;
	}
.ourBg{
background:#002433;
border-radius: 70px;
border-top:2.5px solid #00577b;
border-bottom:2.5px solid #00577b;
}
.program-items{text-align:center;padding: 40px 12px 0px 12px;}
.program-items.pitm4{padding-bottom:10px;}
.bottomLinepro{padding-bottom:15px;}
.program-items h2{font-size:20px;color:#fff;padding: 5px 0px;}
.program-items p{color:#fff;padding-top:10px;}

.chart-section{padding-bottom:0px;background:#000;}
.stack-map{text-align:center;padding-bottom:25px;}
.stack-map h2{font-size:20px; text-align:center; color:#fff;margin-bottom:10px;}
.stack-map p.tradeof{font-size:16px; text-align:center; color:#fff;margin-bottom:0px;}
.stack-map p{font-size:15px; text-align:center; color:#fff;width:80%; margin:0 auto 26px;;}

.line-chart{text-align:center;padding-bottom:25px;}
.line-chart h2{font-size:20px; text-align:center; color:#fff;margin-bottom:10px;}
.line-chart p{font-size:16px; text-align:center; color:#fff;margin-bottom:0px;}
.line-chart p.retail{font-size:15px; text-align:center; color:#00bcd4;margin-bottom:0px;}

.piechart{ }
.piechart h2{font-size:28px; text-align:center; color:#fff;margin-bottom:0px;}
.piechart h3{font-size:26px; text-align:center; color:#fff;margin-bottom:0px;}
.piechart p{font-size:20px; text-align:center; color:#fff;margin-bottom:0px;}
/*--------------------------------------------------------------
# news section on home css start here
--------------------------------------------------------------*/
.news_section{padding-bottom:40px;}
.news_section h2{color:#fff; font-size:22px;padding-bottom: 14px;}
.news-items{background:#0072a2;padding: 10px;border-radius: 18px;border:5px solid #00a5ea;}
.newsimg{overflow:hidden;border-radius: 12px;}
.news-items img{max-width:100%;border-radius: 12px;position: relative;transition: all 0.5s;}
.news-items:hover img { transform: scale(1.09);}
.news-items p{color:#fff; padding-top:8px;text-align:center;margin-bottom:2px;}

/*--------------------------------------------------------------
# news page css start here
--------------------------------------------------------------*/
.news_section_page .news-items{background:#0072a2;padding: 10px;border-radius: 18px;border:5px solid #00a5ea; margin-bottom:20px;}
.news_section_page .newsimg{overflow:hidden;border-radius: 12px;}
.news_section_page .news-items img{width:100%;border-radius: 12px;position: relative;transition: all 0.5s;height:150px;}
.news_section_page .news-items:hover img { transform: scale(1.09);}
.news_section_page .news-items .news-text{max-height: 100px;overflow: hidden;display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical;}
.news_section_page .news-items p{color:#fff; padding-top:8px;text-align:center;margin-bottom:2px;font-size: 14px;}

.news_pagination{margin:0 auto;width:100%;}
.detailsImg img{max-width:100%;display:table;margin:0 auto;}

/*--------------------------------------------------------------
# team section css start here
--------------------------------------------------------------*/

.mt-6{margin-top:3.5rem}
.teambg{background:radial-gradient(circle at center, #005c81 0%, #000000, #000406 100%);
padding:0px;}
.team-member-box>img{border-radius:50%; width:120px;height:120px;background: linear-gradient(to right, #f8fffe 0%, #00a9ec 100%);
    padding: 3px;}


.team-member-box{text-align:center;position: relative;z-index:7;}
.tm-info h4{color:#fff;font-size:16px;margin-bottom:0px;}
.tm-info div{color:#fff;font-size:14px;}
.tm-social-icon{line-height:0px;margin-bottom:30px;}
.teambg .eco-heading {
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-size: 22px;
    margin-top: 0px;
    font-family: Oswald;
    margin-bottom: -22px;
    letter-spacing: 1px;
}
.teambg .topecosystem{margin-bottom:30px;text-align: center;}
.teambg .btn-custom{width:140px;margin:0 auto;position: relative;z-index: 3;}
.teamArro::before{
	 content: "";
	background-image: url("/images/team-left-arrow.png");     
	background-origin: 176%;
    background-repeat: no-repeat;
    width: 100%;
    position: absolute;
    top: 145px;
    left: 79px;
    bottom: 0;
    right: 0;
	    z-index: 1;
	}
	
.teamArro::after{
	content: "";
	background-image: url("/images/team-right-arrow.png");     
	background-origin: 176%;
    background-repeat: no-repeat;
    width: 100%;
    position: absolute;
    top: 145px;
    left: 85%;
    bottom: 0;
    right: 0px;
	    z-index: 1;
	}

.stakes{background-color:#000;}
.bgblack{background-color:#000;}
.net-revolution .row{width:60%; margin:0 auto;}
.net-revolution figure{position:relative;}
.net-revolution figure .caption_p{position:absolute;top:12px;font-size:12px; left:0; right:0;text-align: center; text-transform: uppercase;}
.net-revolution figure .caption_p a{color:#fff;}
.net-revolution .netHeading{text-align:center;margin-top: -65px;}
.net-revolution .netHeading h2{color:#fff;margin-bottom: -2px;font-weight:100;}
.net-revolution .netHeading p{color:#e3e2e2;font-size: 15px;}

.stakes figure{text-align:center;}
.secBg{padding:0px;}
.stakes.secBg .row img{display:table; margin:0 auto;}
.slider.secBg{margin-top:60px; position:relative;}
.topSocialLinks{position:absolute; right:15px; top:12px;}
.topSocialLinks img{width:27px;}
.dotborder{text-align:center; padding-bottom: 35px;}
.dotborder h2{color:#fff;}
.dotborder img{max-width:100%;width:auto;margin:6px 0px 10px 0px;}
.aussieText {width:68%; color:#fff;margin:0 auto; margin-bottom: 20px;}
.btn-custom{
	background: linear-gradient(to top, #001b25 0%, #0093d1 100%);
    border-radius: 15px;
    border: 2px solid #1b84ad;
    padding: 6px 35px;
	font-size: 16px;font-family: Oswald;
}
.btn-custom:hover { color: #d7f2ff;}

.revolution-slider{background-color:#000;}
.revolution-slider iframe{border:2px solid #00a5ea;border-radius: 6px;}
.eco-heading{text-align: center; color: #fff;text-transform: uppercase;font-size: 22px;margin-top: -20px;font-family: Oswald;margin-bottom: 22px;letter-spacing: 1px;}
.topecosystem{margin-top:30px;text-align: center;}
.Ecosystem .topecosystem{text-align:center;}
.figure{
	/*background-image: url("../../assets/img/bg.png");     
	background-size: 100%;
    background-repeat: no-repeat;
    height: 180px;
    width: 100%;*/
	position:relative;
	}
	.logoIcon{padding:7% 8% 5px 20%;}
	.logoIcon p{margin-bottom: 8px;color: #fff;font-size: 13px;padding-left: 30px;font-weight:600;font-family: Oswald;}

.text-content{position:absolute; top:0;width: 100%;}
.figure .mline{padding-left:10px;}
figcaption{text-align:center;}
.figure-Items figcaption h4{
	color:#fff; padding:10px 10px 0px 10px;font-size: 16px;margin-bottom: 2px;}
.figure-Items figcaption .figureText{color:#fff;padding:0px 10px;}
.figure-Items figcaption h5{font-size:16px;color:#00a5ea;}
.figure-Items figcaption p{font-size:14px;}
.figure-Items figcaption .featuretext{color:#00a5ea;}
.figure-Items .btn-custom{padding: 4px 25px;}
.third_text{padding-left:20px;}
.figure-Items .no-gutters div{padding:0px;}
.addlist li{padding-bottom:15px;color:#aaaaaa;}
.addlist li span{padding-left:35px}
.addlist li a{color:#aaaaaa;font-size: 15px;}

/*--------------------------------------------------------------
# vesting program page css start here
--------------------------------------------------------------*/

.top_inner_Img{text-align:center;}
.top_inner_Img img{display:block; margin:25px auto 6px;}
.proText{margin-top:-35px;font-weight:bold;font-size: 20px;color: #000;margin-bottom: 20px;}
.top_inner_Img h2{margin:10px 0px 20px 0px;}
.vestingText a{color:#000;text-decoration:underline!important;}
.vestingText p{font-weight:100!important;color:#000;text-shadow:0 0 black;}

.vesting_faq{padding-top:20px; margin-top:30px; border-top:1px solid rgba(0,0,0,.1);}
.vesting_faq ol{padding-left: 10px;}
.vesting_faq h3{padding-bottom: 10px;}
.vesting_faq ul li a{color:#1070bc;}
.vesting_faq ul li a:hover{color:#2196F3;}
.vesting_faq li{padding:1px 0px;}
.vesting_faq ol>li>ul{list-style:disc;padding-left: 40px; padding-bottom:15px;}
.vesting_faq ol ul ul{list-style:square;padding-left:25px;}
/*--------------------------------------------------------------
# staking program page css start here
--------------------------------------------------------------*/
.staking_p h2{margin-bottom:6px;}
.staking_p p{font-size:18px;}
.staking_bg{background-image: linear-gradient(#000406, #0b7ba7);min-height:300px;padding:40px 0 20px}
.staking_bg p{color:#fff;font-size:30px;padding: 30px 0 0 5px;}
.staking_bg .conis-left {border-right: 4px solid #fff; text-transform: uppercase;text-align:center;color:#fff;}
.staking_bg .coins-rate{font-size: 120px; line-height: 130px;color:#fff;font-weight: 100;}
.stak-dashboard img{width:85%; margin:-80px auto -120px}
.bearMarket-section{background-image: linear-gradient(#000406, #0b7ba7);padding-top:125px;padding-bottom:30px;}
.bearMarket-section p{color:#fff;font-size:16px;}
.stkmg img{width:70%; margin:0 auto;display: table;}
.stkmg2 img{opacity:0.5}

/*--------------------------------------------------------------
# Reward program page css start here
--------------------------------------------------------------*/
.aussie-inner p{font-size:16px; font-weight:500; line-height:24px;letter-spacing:1px;    margin-top:10px;}
.reward-program .reward_p p{width:68%; margin:10px auto 20px;}
.rewardBanner{background-image: linear-gradient(#000406, #0b7ba7);}
.reward-program p{color:#000; }
.rewardImage img{width:75%; margin:0 auto;display:table;}
.burning-program p{color:#000;}
.engineeringBetterFutureFor-eCommerce-image img{width:50%; margin:0 auto;}
.ourfounder-story{background:#effbfe;}

/* Apps css start here */
.apps-section .chatezy_app img{width:75%; margin:15px auto 0px; display:table;}
.tradezy_app{background-color:#effbfe;padding:20px 0px;}
.apps-section .tradezy_app img{width:75%; margin:15px auto 0px; display:table; }

/* login page css start here */
.loginPage{position:relative;border-bottom: 10px solid #17a2b8; background-color: #000;padding-bottom: 30px;;}
.login_form{width:600px; margin: 25px auto 0;background-color:#000000ed;}
.logind{padding:20px 60px;}
.loginPage h2{color:#fff;font-size:35px; margin-bottom:20px;}
 .loginPage p{color:#fff;font-size:16px;margin-bottom:10px;}
 .loginPage .form-control{border: 2px solid #2196F3;padding: 0px;border-radius: 10px;}
 .g-recaptcha>div{border: 2px solid #2196F3; border-radius:5px;}
 .form-group.dont-have-ac{color:#fff;}
 .form-group.dont-have-ac a{color:#aae5ef;}
 .rm input{width: 18px; height:20px;margin-right: 5px;}
 .logind .form-group input::placeholder{font-size:16px;}
 .login_form .form-group{margin-bottom:20px;}
 .logind .form-group input.form-control{
  padding: 4px 15px 8px 15px;
  border: 2px solid #30c2ff;
  box-shadow: 0px 0px 1px #3F51B5;
  background: #000;
  color: #fff;
  height:42px; 
  letter-spacing:1px;
  font-size: 16px;
}
.logind .form-group select.form-control{
  padding: 4px 15px 8px 15px;
  border: 2px solid #30c2ff;
  box-shadow: 0px 0px 1px #3F51B5;
  background: #000;
  height:42px; 
  color:#9f9f9f;
  letter-spacing:1px;
  font-size: 16px;
}
.logind .form-group select option:nth-child(1){
	color:#000;
}
.logind .form-group textarea.form-control{
  padding: 8px 15px; letter-spacing:1px;
  border: 2px solid #30c2ff;
  background: #000;
  color: #fff;
  font-size: 16px;
  height:84px;
}
 .loginPage .secBg{background:url('/images/bg-slider.jpg');background-size:cover; height:650px;background-repeat:no-repeat;} 
.loginPage.forgotP .secBg{background-size:cover;height:500px;}
.loginPage.forgotP .secBg .login_form{height: 100%;}
.error{color:#dc3545; word-spacing: 2px;margin-bottom: 0px;}
.form-control#login_verification_code{padding-left:14px;}


@media(max-width:1600px){
 .customTime{width:75%; margin:0 auto;}
 .customTime .timeline > li > .timeline-panel { width: 44%;}
 .customTime .timeline:before {margin-left: 0px;}
 .customTime .page-header h1 { font-size: 30px;}
 .customTime .timeline-title { font-size: 20px;}
 .client-bg-pattern{height: 255px;}
 
}
@media (max-width: 1200px) and (min-width: 991px){
	.text-content .col-9 img{width: 65%;}
	.third_text{padding-left:5px!important;}
	.logoIcon p{}
	.figure-Items{width: 80%;margin: 0 auto;}
	.logoIcon { padding: 6% 11% 5px 13%;}
	.customTime { width: 95%;}
}

@media (max-width: 1100px) and (min-width: 768px){
	.teamArro::before, .teamArro::after{display:none;}
	.text-content .col-9 img{width:70%;}
	.third_text{padding-left:5px!important;}
	.customTime { max-width: 100%;}
	.timeline-body ul li { font-size: 14px;}
	.net-revolution .netHeading {margin-top: -40px;}
	.net-revolution .netHeading h2{font-size:25px;}
	.net-revolution .row { width: 85%;}
	.net-revolution figure .caption_p{top:9px;}
}
@media (max-width: 991px){
.customTime { width: 100%; margin: 0 auto;}
.teamArro::before, .teamArro::after{display:none;}
.mediapartner-list { display: block;}
.mediapartner-list li{max-width: 30%;}
.partner-list li{width: 24%;}
.client-bg-pattern {background-size: cover; height: 500px;}
.client-bg-pattern .container{max-width:95%;}
.email-form { width: 100%;}
.contact .email-form {padding: 30px 40px 70px 40px;}
.panel2016 .timeline-body{padding-top:6px!important;}
.footer-bottom .footer_social, .footer-bottom .copyright_pt{text-align:center;}
.footer-bottom .copyright_pt{padding-bottom:12px;}
.engineeringBetterFutureFor-eCommerce-image img{width:80%; margin:0 auto;}
}

@media(max-width:767px){
.piechart h2{font-size:22px;}
.piechart h3{font-size:15px;}
.piechart p{font-size:15px;}
.btn.submit-btn{font-size:16px!important;padding:10px 10px!important; }
.net-revolution .netHeading {margin-top: 0px;}
.net-revolution .netHeading h2{font-size:20px;margin-bottom:0px;}
.net-revolution .netHeading p{font-size:12px;}
.net-revolution figure .caption_p{top:12px;}
.net-revolution .row { width: 100%;}

.contact .email-form .form-group { margin-bottom: 15px;}
.topSocialLinks{background-image:linear-gradient(#000406, #0b7ba7);padding:10px 0px 6px!important;position:static;}
.loginPage .secBg{height:100%;background-position: 0px 40px;}
.loginPage .slider.secBg {height: 100%;}
.loginPage.registerPage .slider.secBg {height: 100%;}
.login_form{width:95%;margin-top: 10px;border-radius: 12px;background-color: #000000a1;}
.logind {padding:15px;}
.apps-section h2{font-size:22px;}
.apps-section .chatezy_app img, .apps-section .tradezy_app img{width:94%;}
.apps-section .chatezy_app{margin-top:25px!important;}
.loginPage h2 { margin-bottom: 15px;font-size: 22px;}
.detailsImg img{max-width:100%;}
.contact .section-title h2{font-size:25px;}
.dotborder h2 {color: #fff;font-size: 25px;}
.aussieText {width: 94%;}
.customTime h2{font-size:25px;}

.aussie-inner p{font-size:13px;line-height: 18px;}
 .eco-heading {font-size: 15px; margin-top: -5px;}
 .figure-Items{width: 90%;margin: 0 auto;}
 .text-content .col-3 img{width:100%;}
 .customTime{width:100%; margin:0 auto;}
 .customTime .timeline > li > .timeline-panel{float:right;}
 .customTime .timeline:before {  left: 8%;  margin-left: -1.5px;}
 .customTime .timeline > li > .timeline-badge{left:8%;}
 .customTime .timeline > li > .timeline-panel {width: 78%; margin-right: 5px;}
 .customTime .page-header h1 { font-size: 30px; padding-top: 30px;}
 .customTime .timeline > li > .timeline-panel.glb img{display:none;}
 .customTime .timeline > li > .timeline-panel img { margin-top: 0px; margin-bottom: 40px;}
 .timeline-panel .timeline-body {padding-top: 16px;}
.timeline-body ul li { font-size: 12px;line-height:18px;}
.news_section .news-items{margin-bottom: 20px;}


.customTime .timeline > li > .timeline-panel:before {
   border-left-width: 0;
    border-right-width: 15px;
    left: -15px;
    right: auto;
}
.customTime .timeline > li > .timeline-panel:after {
   border-left-width: 0;
    border-right-width: 14px;
    left: -14px;
    right: auto;
}
.our-stakes{text-align:center;}
.staking-header-img{padding-left:0px;max-width: 92%;}
.ourBg{border-top-right-radius: 10px;border-top-left-radius: 10px;}
h2.ourProheading{padding-left: 1%;}
.stak-dashboard img {width: 85%; margin: -50px auto -60px;}
.staking_bg .coins-rate {font-size: 100px;line-height: 105px;}
.conis-left .coins-value{font-size:18px;}
.staking_bg p {font-size: 20px;padding:15px 0 0 5px;}
.staking_bg {min-height: 350px;padding: 25px 0 20px;}
.bearMarket-section {padding-top: 80px;padding-bottom: 30px;}
.top_inner_Img h2 {font-size:25px;}
.client-bg-pattern {height: 350px;}
.stack-map p{width:96%;}
.inner-topBanner .page-HD{width:96%;text-align: center;}
.page-HD.text-center h1{font-size:25px;}
.aussie-inner .csm-topBanner .social-media-imag, .aussie-inner .tradezyEcommerce-topBanner .trading-images, .aussie-inner .trading-images{padding:50px 0px;}
#footer .footer-newsletter form {margin-top: 0px;}
.partner-list li {width: 25%;padding-left: 6px;padding-right: 6px; }
.mediapartner-list li {max-width: 32%;padding: 0px 5px;}
.mediapartner-list{padding-bottom:0px!important;}

}

@media (max-width: 600px) {
	#footer .footer-top h4 {font-size: 18px;}
	.teambg .eco-heading{margin-bottom: -8px;font-size:16px;}
	.news_section_page .news-items img { width: 100%; height: auto;}
    .figure-Items {width: 100%; margin: 0 auto;}
	.logoIcon p{padding-left:10px; text-align:center;}
	.loginLinks .header-loginbtn{padding: 2px 6px;font-size: 14px;border-radius: 6px;}
	.header-btnwrapper li{margin-left: 12px;}
	.header-btnwrapper{margin-right:15px;}
	.header-btnwrapper li {width:auto!important;
    }
}
@media (max-width: 460px) {
	.header-btnwrapper li{margin-left: 7px;}
}
@media (max-width: 360px) {
	.panel2016 .timeline-body {padding-top: 0px !important;}
	.figure-Items .btn-custom {padding: 2px 25px;}
	.logoIcon {padding: 6% 8% 5px 20%;}
	.logoIcon .col-9 img{width:80%;}
}