/* ----Fact HightLight Text ---- */
.highlightStrip{
    justify-content: space-between;
    text-align: center;
    margin-top: 0;
    padding-top: 6px;
}
.highlightStripItem{
    text-align: center;
    justify-content: space-between;
    margin-right: 30px;
}

.highlightStripText{
    /* margin-right: 100px; */
    text-align: center;
}
.slick-slide {
    justify-content: space-between;
    text-align: center;
}

/* text Animated */

body {
    margin: 0px;
}
/* 
#container {
    position: absolute;
    margin: auto;
    width: 100vw;
    height: 80pt;
    top: 0;
    bottom: 0;
    
    filter: url(#threshold) blur(0.6px);
}

#text1,
#text2 {
    position: absolute;
    width: auto;
    display: inline-block;

    font-family: sans-serif, "Saira" ;
    font-size: 50pt;

    text-align: center;

    user-select: none;
} */

/* Center text for screen sizes below 768px */
/* @media (max-width: 768px) {
    #text1,
    #text2 {
        left: 10%;
        transform: translateX(-50%);
    }
}
 */

/* Animated Text 2 start */
/* .animate-charcter
{
   text-transform: uppercase;
  background-image: linear-gradient(
    -225deg,
    #231557 20%,
    #44107a 29%,
    #ff1361 67%,
    #fff800 100%
  );
  background-size: auto auto;
  background-clip: border-box;
  background-size: 200% auto;
  color: #fff;
  background-clip: text;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: textclip 2s linear infinite;
  display: inline-block;
}

@keyframes textclip {
  to {
    background-position: 200% center;
  }
}

@media (max-width: 992px){
    .col-md-12 .animate-charcter{
        text-align: center !important;
        align-items: center !important;
    }
} */
/* Animated Text 2 start */



/* tabs */
.tabs a {
    display: block;
    padding: 0.5rem;
    background: #f0f0f0;
    color: #333;
    text-decoration: none;
    border: 1px solid #ddd;
    border-radius: 3px;
    text-align: center;
    margin-bottom: 0.5rem;
}
.tabs a:hover {
    background: #e0e0e0;
}
.tabs .is-active a {
    background: #007bff !important;
    color: white !important;
}
.tabs-panel {
    display: none;
}
.tabs-panel hr{
    margin: 20px;
}
.tabs-panel.is-active {
    display: block;
}

.tabs-panel p{
    text-align: justify;
    font-weight: bolder;
}

.tabs-title a{
    font-weight: bolder;
    border-radius: 50px;
}

.no-checkmark ul li::before {
    content: none;
}
.no-checkmark ol li::before {
    content: none;
}

#aboutTabs{
    flex-direction: column;
    border: none;
}
#aboutTabs li {
    margin-bottom: 3px;
}

/* when screen size is kless */
@media screen and (max-width: 768px) {
    #aboutTabs{
        flex-direction: row;
        justify-content: center;
    }
    .tabs a {
        width: 100%;
    }
}

.animsvgcl img{
    object-fit: cover;
    max-height: 350px;
}
.animsvgcl{
    display: flex;
    justify-content: center;
    opacity: 0.2;
}

#panel5v div div h5 {
    line-height: 2;
}

/* about footer  */
.noSpace:hover {
    letter-spacing: normal !important;
   color: var(--bs-secondary) !important;
}