.landing-index{
    background-image: url(../images/bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
}
.home-page{
    margin-top: 90px;
    padding: 150px 0px 200px 0px;
}

/* Text Scroll */
.home-page h1{
    font-size: 3rem;
}

.wordCarousel .text-primary {
    text-shadow: none !important;
}

.wordCarousel .text-secondary {
    text-shadow: none !important
}
.text-swipe {
    overflow: hidden;
    position: relative;
    float: left;
    /* float: right; */
    text-align: left;
    height: 80px;
    padding-top: 10px;
    /* margin-top: -10px; */
    /* right: 50px; */
}

.text-swipe li {
    /* padding: 0 10px; */
    height: 45px;
    margin-bottom: 45px;
    display: block;
    color: #FFD400;
}

.flip2 {
    animation: flip2 4s cubic-bezier(0.23, 1, 0.32, 1.2) infinite;
}

.flip3 {
    animation: flip3 6s cubic-bezier(0.23, 1, 0.32, 1.2) infinite;
}

.flip4 {
    padding-left: 0px;
    animation: flip4 8s cubic-bezier(0.23, 1, 0.32, 1.2) infinite;
}

.lead {
    font-size: 1.15rem;
    font-weight: 400;
    line-height: 36px;
}

@keyframes flip2 {
    0% {
        margin-top: -180px;
    }
    5% {
        margin-top: -90px;
    }
    50% {
        margin-top: -90px;
    }
    55% {
        margin-top: 0px;
    }
    99.99% {
        margin-top: 0px;
    }
    100% {
        margin-top: -270px;
    }
}

@keyframes flip3 {
    0% {
        margin-top: -270px;
    }
    5% {
        margin-top: -180px;
    }
    33% {
        margin-top: -180px;
    }
    38% {
        margin-top: -90px;
    }
    66% {
        margin-top: -90px;
    }
    71% {
        margin-top: 0px;
    }
    99.99% {
        margin-top: 0px;
    }
    100% {
        margin-top: -270px;
    }
}

@keyframes flip4 {
    0% {
        margin-top: -360px;
    }
    5% {
        margin-top: -270px;
    }
    25% {
        margin-top: -270px;
    }
    30% {
        margin-top: -180px;
    }
    50% {
        margin-top: -180px;
    }
    55% {
        margin-top: -90px;
    }
    75% {
        margin-top: -90px;
    }
    80% {
        margin-top: 0px;
    }
    99.99% {
        margin-top: 0px;
    }
    100% {
        margin-top: -270px;
    }
}

.btn-primary{
    color: #fff;
    background-color: #b82020;
}
.footer_area h3,
.footer_area p,
.f_widget .widget-wrap p span,
.f_widget .widget-wrap p a{
    color: #fff !important;
}

.thumb{
    padding: 0px;
}
.img-thumbnail{
    border: none;
}
.text-primary{
    color: #e75f35!important;
}
.text-primary-dark{
    color: #b82f20 !important;
}
.text-secondary{
    color: #FFD400 !important;
}
.icon img{
    width: 80px;
    height: 80px;
}

.placements .card {
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
    padding: 10px;
    position: relative;
    z-index: 5;
    border: none;
    box-shadow: 0px 30px 70px 0px rgba(223, 227, 234, 0.5);
}

.placements li .icon {
    width: 24px;
    margin-right: 10px;
}
.placements li p {
    margin-bottom: 0px;
    font-size: 15px;
}
.placements .icon img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
}

.placements li {
    padding: 5px 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    list-style-type: none;
}

.placements .training-solution-points{
    padding-left: 0px;
}

.footer_area img{
    width: 50%;
}

.error-style{
    font-size: 18px;
    font-weight: 700;
    line-height: 36px;
    margin-bottom: 50px;
}

.navbar-nav .nav-item a.active {
    color: #FFD400 !important;
    text-decoration: underline;
    text-underline-position: under;
}

#thank-you-message {
    display: none;
  }
  
  #thank-you-message.show {
    display: block;
  }

  .blur {
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
}
.sign_in_area img{
    width: 100%;
}
.careerTable th {
    width: 200px;
    padding-bottom: 10px;
}

.careerTable a{
    font-weight: 700;
}

.industries p{
    font-size: 3.25rem;
    color: #c2c7cc;
    font-weight: 900;
    line-height: 4rem;
}

.industries p:hover{
    /* color: #0359e9; */
}

.anni-icons img{
    width: 100px;
}

.anni-icons h3{
    font-size: 21px;
    font-family: "Outfit", sans-serif;
}