body {
    background-color: black;
    font-family: 'Prompt' !important;
}
.go-section {
    
}
.logo-img {
    max-height: 100px;
}
.w-45 {
    width: 45%;
}
.ba-color {
    background-color: #A81C67;
    border-color: #A81C67;
    font-weight: 600;
}
.bb-color {
    background-color: #D35C0B;
    border-color: #D35C0B;
    font-weight: 600;
}
.b-color{
    color: #FF0C87;
}
.c-color{
    color: #FF6EA5;
}
.c-color:hover{
    color: white;
}
.d-color {
    color: white;
}
.bbg-color{
    background-color: #FF6EA5;
}

.fw-bold{
    font-weight: 400 !important;
}
.fs-5{
    font-size: 1.15rem !important;
}
h1{
    font-weight: 600 !important;
    font-size: 1.8rem !important;
}
h2{
    font-weight: 600 !important;
    font-size: 1.7rem !important;
}
.nav li {
    border-right: 2px solid white;
    line-height: 0.2rem;
}
ul.nav li:first-child {
    
}

ul.nav li:last-child {
    border-right: 0px solid white;
}
.accordion-button:not(.collapsed)::after{
    color: #FF6EA5 !important;
    background-color: #A81C67;
}
.tgicom {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org…dth='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
@keyframes flickerAnimation {
    0%   { opacity:1; }
    50%  { opacity:0; }
    100% { opacity:1; }
  }
  @-o-keyframes flickerAnimation{
    0%   { opacity:1; }
    50%  { opacity:0; }
    100% { opacity:1; }
  }
  @-moz-keyframes flickerAnimation{
    0%   { opacity:1; }
    50%  { opacity:0; }
    100% { opacity:1; }
  }
  @-webkit-keyframes flickerAnimation{
    0%   { opacity:1; }
    50%  { opacity:0; }
    100% { opacity:1; }
  }
  .animate-flicker {
     -webkit-animation: flickerAnimation 1s infinite;
     -moz-animation: flickerAnimation 1s infinite;
     -o-animation: flickerAnimation 1s infinite;
      animation: flickerAnimation 1s infinite;
  }