.card-body p{
  font-size: 16px !important;
  padding: 10px 15px !important;
  text-align: justify;
}
.services-card-overlay {
  color: white;
  font-weight: bold;
  text-transform: uppercase;
  background-color: black;
  height: 60px;
  top: 190px;
  opacity: 0.7;
  display: flex;
  width: 100%;
  position: absolute;
  left: 0px;
  top: 190px;
  justify-content: center;
  align-items: center;
}
.services-card-button{
  background-color: rgb(4, 4, 4);
  opacity: 0.6;
  color: white;
  margin-left: 15px;
}
.main-background-color {
  background-color: #2B076E;
}
.list-group-item {
  background-color: #14152c !important;
  color: white !important;
}
.main-content-background-color {
  background-color: #171833 !important;
  color: white;
}
.navbar-background-color {
  background-color: #15162c;
}
.navbar-background-color-2 {
  background-color: #0B0B1E;
}
.title-text {
  color: #ffffff;
  font-size: 40px;
  font-weight: bold;
  line-height: normal;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}
.text-color {
  color: #82218f;
}
@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(1, 1);
  }
  to {
    -webkit-transform: scale(1.5, 1.5);
  }
}
#particles-js {
  background: black;
  opacity: 0.1;
  height: 100vh;
  width: 100%;
}
@keyframes zoom {
  from {
    transform: scale(1, 1);
  }
  to {
    transform: scale(1.5, 1.5);
  }
}

.carousel-inner .carousel-item > img {
  -webkit-animation: zoom 20s;
  animation: zoom 20s;
}
.carousel-item {
  height: 100vh;
  min-height: 300px;
}
.carousel-caption {
  bottom: 220px;
  left: 100px;
  text-align: left;
}
.carousel-caption h5 {
  font-size: 45px;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-top: 25px;
  text-align: left;
}
.carousel-caption p {
  width: 60%;
  text-align: left;
  font-size: 18px;
  line-height: 1.9;
}
.carousel-caption a {
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 15px;
  font-weight: bold;
  padding: 10px 30px;
  display: inline-block;
  color: white;
  margin-top: 15px;
}

.w-100 {
  height: 100vh;
}
.navbar-toggler {
  padding: 1px 5px;
  font-size: 18px;
  line-height: 0.3;
  background: #fff;
}
@media only screen and (max-width: 767px) {
  .navbar-nav {
    text-align: center;
    background: rgba(0, 0, 0, 0.5);
  }
  .carousel-caption {
    bottom: 165px;
  }
  .carousel-caption h5 {
    font-size: 17px;
  }
  .carousel-caption a {
    padding: 10px 15px;
    font-size: 15px;
  }
}
input {
  padding: 14px !important;
  margin-bottom: 5px;
}
.flaticon-fit::before {
  content: "\f108";
}
.text-bold {
  font-weight: bold;
}
body,
* {
  font-size: 14px;
  font-family:  sans-serif;
}
.section-title {
  color: white;
  font-weight: bold;
  font-size: 30px;
  margin-bottom: 60px;
  text-transform: uppercase;
}
/*  nav {
     
    }
*/
.nav-item .dropdown-menu{
  background-color: rgb(12, 13, 20) !important;
}
@media all and (min-width: 992px) {
  .navbar .nav-item .dropdown-menu {
    display: none;
  }
  /* .navbar .nav-item:hover .nav-link {
      } */
  .navbar .nav-item:hover .dropdown-menu {
    display: block;
  }
  .navbar .nav-item .dropdown-menu {
    margin-top: 0;
  }
}

.carousel-fade .carousel-item {
  opacity: 0;
  transition-duration: 1s;
  transition-property: opacity;
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  opacity: 0;
}

.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev {
  transform: translateX(0);
  transform: translate3d(0, 0, 0);
}

.bg-dark-light{
  background-color: #24055fab !important;
}
.bg-dark{
  background-color: #2B076E !important;
}
