body {
  background-color: #DCDCDC;
}

.border-shadow {
  box-shadow: 0 20px 40px rgba(0, 0, 0, .2);
}

.container{
  text-align: center;
  border-radius: 20px;
}

.mb-50{
  margin-bottom: 50px;
}

.title {
  font-size: 25px;
}

.icon {
  position: relative;
  bottom: 11px
}

.mt-100 {
  margin-top: 100px
}

.mt-50 {
  margin-top: 50px
}

.text-carousel-mid-end{
  right: 3% !important;
  /* bottom: 40% !important; */
  left: 60% !important;
  top: 40% !important;
  /* -ms-transform: translateY(-50%);
  transform: translateY(-50%); */
}

.text-carousel-mid-top{
  right: 3% !important;
  /* bottom: 40% !important; */
  left: 3% !important;
  top: 3% !important;
  /* -ms-transform: translateY(-50%);
  transform: translateY(-50%); */
}

.shadowed-text{
  text-shadow: #000 0 0 20px;
}

.profile img {
  width: 15vh;
  height: auto;
  border-radius: 50%
}

.card {
  border-radius: 15px;
  margin-left: 30px;
  margin-right: 30px;
}

.card-body {
  position: relative;
  bottom: 35px
}

.header {
  padding-top: 40px
}

.text-red{
  color: red !important;
}

.w-35 {
  width: 35% !important;
}

.tab2 {
  tab-size: 10;
}

.circle-border {
  border-radius: 50%;
}

.carousel-fade-container{
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  top: 0;
}

.bottom {
  opacity: 0;
  animation: fade 3s infinite alternate;
  animation-delay: 1s;
}

@keyframes fade {
  0% { opacity: 0; }
  /* 25% { opacity: 1; } */
  /* 50% { opacity: 0; } */
  /* 75% { opacity: 0; } */
  100% { opacity: 1; }
}