.text-red {
    color: red
}

.animate__animated {
    -webkit-animation-duration: var(--animate-duration);
    animation-duration: var(--animate-duration);
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.animate__zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn
}

.footer_container {
    background: #f5f9ff
}

.btn {
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: transparent;
    border: 2px solid #e74c3c;
    border-radius: .6em;
    color: #e74c3c;
    cursor: pointer;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    font-size: 1rem;
    line-height: 1;
    margin: 20px;
    padding: 1.2em 2.8em;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700
}

.fourth {
    border-color: #f1c40f;
    color: #fff;
    background-image: -webkit-linear-gradient(45deg, #f1c40f 50%, transparent 50%);
    background-image: linear-gradient(45deg, #f1c40f 50%, transparent 50%);
    background-position: 100%;
    background-size: 400%;
    -webkit-transition: background 300ms ease-in-out;
    transition: background 300ms ease-in-out
}

#primeagile__18800 {
    color: #000
}

.training-testimonial {
    background: linear-gradient(to bottom, #000428, #004683);
    animation: background-color 20s;
    padding: 50px
}

.training-testimonial .col-lg-4 {
    display: flex;
    justify-content: center
}

.training-testimonial .card {
    width: 350px;
    height: 350px;
    transform-style: preserve-3d;
    perspective: 500px;
    border: 0;
    background-color: inherit;
    margin: 1rem
}

.training-testimonial .card .face {
    position: absolute;
    color: #fff;
    width: 100%;
    height: 100%;
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    border-radius: 15px;
    background: rgba(255, 255, 255, 0.06);
    transform-style: preserve-3d;
    transition: .5s;
    backface-visibility: hidden;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd
}

.training-testimonial .card .face.front-face,
.training-testimonial .card .face.back-face {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.training-testimonial .card .face.front-face .profile {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    object-fit: cover
}

.training-testimonial .card .face.front-face .name {
    letter-spacing: 2px
}

.training-testimonial .card .face.front-face .designation {
    font-size: .8rem;
    color: #ddd;
    letter-spacing: .8px
}

.training-testimonial .card .face.back-face {
    position: absolute;
    background: rgba(255, 255, 255, 0.06);
    transform: rotateY(180deg);
    padding: 20px 30px;
    text-align: center;
    user-select: none
}

#primeagile__20701,
#primeagile__21545 {
    background: #f8fbef;
    padding: 5px 50px;
    margin-top: 150px
}

.learning-faq {
    padding: 10px;
    background: green;
    text-align: center;
    width: 50%;
    margin: auto;
    border-radius: 5px;
    color: #fff;
    margin-top: -30px
}

#primeagile__21064,
#primeagile__21064 {
    display: grid;
    place-items: center;
    min-height: 100vh;
    background-color: #171717;
    padding: 0 20px
}

.pricing-plans {
    gap: 32px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    padding: 0 20px;
    width: 80%
}

.choose-a-plan {
    margin: 50px 0 30px 0
}

.choose-a-plan,
.choose-a-plan h2,
choose-a-plan h3 {
    text-align: center;
    color: #fff;
    padding: 0 20px
}

.pricing-card {
    --col: #e4e4e7;
    position: relative;
    padding: 32px;
    padding-bottom: 96px;
    border-radius: 4px;
    border: 1px solid #262626;
    background-color: #26262620;
    box-shadow: 0 0 32px transparent;
    text-align: center;
    flex: 1
}

.pricing-card.basic {
    --col: #0891b2
}

.pricing-card.standard {
    --col: #059669
}

.pricing-card.premium {
    --col: #f1c40f
}

.pricing-card>*:not(:last-child) {
    margin-bottom: 32px
}

.pricing-card .heading h4 {
    padding-bottom: 12px;
    color: var(--col);
    font-size: 24px;
    font-weight: normal
}

.pricing-card .heading p {
    color: #a3a3a3;
    font-size: 14px;
    font-weight: lighter
}

.pricing-card .features li {
    padding-bottom: 16px;
    color: #a3a3a3;
    font-size: 16px;
    font-weight: lighter;
    text-align: center
}

.pricing-card .features li i,
.pricing-card .features li strong {
    color: #e4e4e7;
    font-size: 16px;
    text-align: left
}

.pricing-card .features li strong {
    padding-left: 24px
}

.pricing-card .cta-btn {
    position: absolute;
    bottom: 32px;
    left: 50%;
    transform: translateX(-50%);
    width: 200px;
    padding: 12px;
    border-radius: 4px;
    border: 1px solid var(--col);
    background-color: var(--col);
    color: #e4e4e7;
    font-size: 20px;
    font-weight: bold
}

.bg-white {
    background: #fff;
    padding: 0
}

.btn:link,
.btn:visited {
    text-transform: uppercase;
    text-decoration: none;
    padding: 15px 40px;
    display: inline-block;
    border-radius: 100px;
    transition: all .2s
}

.btn::after {
    content: "";
    display: inline-block;
    border-radius: 100px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1
}

#primeagile__18796 .form-control {
    margin: 10px 0
}

.mb-3 {
    align-items: center;
    display: flex;
    background: #f9fafb;
    border-bottom: 1px solid #b7c1c4;
    padding: 20px 20px;
    justify-content: center;
    gap: 20px
}

#primeagile__20403 li:before,
.list-tick li:before {
    content: "\2713";
    display: inline-block;
    position: relative;
    top: -4px;
    width: 14px;
    height: 14px;
    margin-right: 8px;
    padding: 2px;
    font-size: 16px;
    font-weight: bold;
    line-height: 14px;
    text-align: center;
    color: #2bb1e0
}

#primeagile__20751 {
    max-width: 800px
}

.course-info {
    background: #0082d7;
    color: #fff;
    display: flex;
    justify-content: center
}

#primeagile__21510 {
    background: 0
}

#primeagile__21509,
#primeagile__21510 {
    color: #fff
}

.pb-50,
.py-50 {
    padding-bottom: 50px
}

.pt-75,
.py-75 {
    padding-top: 75px
}

#primeagile__21519 .btn-main {
    background-color: #0082d7;
    color: #fff;
    white-space: nowrap;
    padding: 12px 24px !important;
    border-radius: 8px;
    margin: auto
}

#primeagile__21519 .btn {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

#primeagile__21519,
#primeagile__21518 {
    text-align: center
}

#primeagile__21514 {
    color: #000
}

#primeagile__21511 {
    position: absolute;
    z-index: 2;
    right: 100px
}

#primeagile__21510,
.new-paragraph-landing-page {
    color: #fff
}

#primeagile__21512 {
    width: 70%;
    margin: auto
}

.pricing-card .price {
    position: relative;
    color: var(--col);
    font-size: 60px;
    font-weight: bold
}

#primeagile__21545 .accordion {
    max-width: 1000px;
    margin: 70px auto
}

h3#primeagile__21556 {
    color: #e5d100 !important
}

#primeagile__21521 {
    display: grid;
    gap: 20px
}

#primeagile__21521 .mb-1 {
    color: grey
}

#primeagile__21554 {
    width: 70%;
    margin: 200px auto 0 auto;
    position: relative;
    right: 30px
}

#primeagile__21553 {
    position: absolute;
    z-index: 2;
    right: 0;
    top: 700px
}

#primeagile__21556 {
    color: #e5d100 !important
}

div#primeagile__21504 p {
    font-size: 20px !important;
    color: grey
}

div#primeagile__21504 h3 {
    color: #457b9d !important
}

div#primeagile__21556,
div#primeagile__21508 h3 {
    color: #e5d100 !important;
    margin: 30px 0
}

div#primeagile__21504 h1 {
    font-size: 48px !important
}

div#primeagile__21504 .choose-a-plan h1 {
    color: #fff !important
}

#primeagile__21544 h2 {
    font-size: 32px !important
}

.card-body {
    padding: 1.25rem
}

.card-body {
    background: transparent linear-gradient(180deg, #fff 0, #efefef 100%) 0 0 no-repeat padding-box
}

.card-body {
    background: transparent linear-gradient(180deg, #fff 0, #efefef 100%) 0 0 no-repeat padding-box
}