#particles-js {
  background: #155bb3!important;
}

.navbar-brand img {
  height: 40px;
}

body {
  font-family: 'Poppins', sans-serif;
}

.navbar-dark .nav-link:not(.btn), .navbar-dark .nav-item {
  color: white!important;
}

.btn-radius {
  border-radius: 30px;
  padding-left: 20px!important;
  padding-right: 20px!important;
}

.navbar .nav-link {
  margin-left: .3em;
  margin-right: .3em;
}

.fs-18 {
  font-size: 18px;
}

.logo {
  height: 50px;
}

.particles-js-canvas-el {
  position: absolute;
  left: 0px;
  z-index:0!important;
  right: 0px;
  top: 0px;
  width: 100%; 
}

.feature-block {
  padding: .5em;
  display: inline-block;
  /*font-size: 24px;*/
  font-weight: bold;
  background: #f9f9f9;
  border-radius: 5px;
  position: absolute;
  margin-top: -3em;
}

.fs-xx {
  font-size: 50px;
  line-height: 1px;
  display: inline-flex;
  align-items: center;
}

.navbar {
  /*position: absolute;*/
  z-index: 9999;
  width: 100%;
  top: 0px;
  left: 0px;
}

.feature-list {
  display: flex;
  align-items: center;
  min-height: 80px;
  font-size: 18px;
  border-radius: 5px;
  min-height: 80px;
}

.feature-list-head {
  height: 100%;
  min-height: 80px;
  align-items: center;
  justify-content: center;
  display: inline-flex;
  width: 80px;
  background: blue;
  border-radius: 10px;
  color: white;
}

.feature-list-body {
  width: calc(100% - 80px);
  padding-left: 1em;
}

.fs-16 {
  font-size: 16px;
}

.testi-img {
  display: block;
  margin-top: -80px;
  height: 100px;
  width: 100px;
  border-radius: 100%;
  margin-bottom: 20px;
  border: 4px solid #155bb3!important;
}

.radius-3 {
  border-radius: 3px;
}

.pt-x {
  padding-top: 5em;
}


main{height: 100vh!important; overflow:auto; width : 100%; position:fixed ;}
.top-index{z-index:999!important;}
.fixed{position:fixed; width : 100%; top:0px; left:0px; overflow:auto; height: 100%; }


.tx{display:inline-block; width:0px!important; transition:.5s;overflow:hidden;}
.tx.is-visible{
	width:300px!important;
	transition:.5s;
}