/* Add here all your css styles (customizations) */
.top-header{
	background-color: #012a56;
    border-bottom: 1px solid #252a2c;
	padding: 4px 0;
}

.link-white{
	color:#ffffff;
	
}

.g-bg-welth{
	background-color: #033f80 ;
}


/* ---- stats.js ---- */

.count-particles{
  background: #000022;
  position: absolute;
  top: 48px;
  left: 0;
  width: 80px;
  color: #ffffff;
  font-size: .8em;
  text-align: left;
  text-indent: 4px;
  line-height: 14px;
  padding-bottom: 2px;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;

}

.js-count-particles{
  font-size: 1.1em;

}

#stats,
.count-particles{
  -webkit-user-select: none;
  margin-top: 5px;
  margin-left: 5px;
  
}

#stats{
  border-radius: 3px 3px 0 0;
  overflow: hidden;
  display:none!important;
}

.count-particles{
  border-radius: 0 0 3px 3px;
}


/* ---- particles.js container ---- */

#particles-js{
  width: 100%;
  height: 100%;
  background-color: #2e3537;
  background-image: url('../img/slider-bg.jpg');
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  z-index: 2!important;
  position: absolute;
 }

.bg-gred, .grediant-overlay {
    background-image: linear-gradient(-225deg,#020a13c4 0,#107ef4c9 51%,#0a2038 100%)!important;
}
.grediant-overlay, .grediant-overlay-reverse, .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    width: 100% !important;
    height: 100% !important;
    content: "";
    opacity: .6;
}

.opacity-85 {
    opacity: .85!important;
}



.typed-cursor{
	color:#ffffff!important;
	
}

.type2{
    font-size: 1.25rem;
    font-weight: 300;
}
 
 .size23{
	 font-size: 1.25rem;
	 line-height :1.25rem;
 }