#primeagile__13664,
#primeagile__16053,
#primeagile__17972 {
    color: #333;
    margin-top: 20px
}

.text-red {
    color: red
}

.pt40 {
    padding-top: 40px
}

.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
}

[type="radio"]:checked~label {
    background: white;
    border-bottom: 1px solid white;
    z-index: 2;
    cursor: pointer
}

video {
    width: 100%;
    height: auto
}

jodit-media {
    width: 100% !important
}

.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__20701 .ato-accordion,
#primeagile__20701 .ato-accordion {
    max-width: 1000px;
    margin: 100px auto
}

#primeagile__20701 h3,
#primeagile__20701 h3 {
    color: #000
}

#primeagile__20701 .box,
#primeagile__20701 .box {
    background: transparent
}

#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:hover {
    border-color: var(--col);
    background-color: #26262680;
    box-shadow: 0 0 32px #171717;
    transform: translateY(-16px) scale(1.02);
    transition: all .5s ease
}

.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
}

.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
}

.phone_address {
    display: flex;
    gap: 20px
}

.country_image_text {
    display: flex;
    gap: 20px
}

.country_image_text h3 {
    align-self: center
}

input:hover {
    border-bottom: 1px solid #292828
}

#primeagile__20701 .box::before,
#primeagile__20701 .box::before {
    box-shadow: none !important;
    margin-bottom: 50px
}

.sidenav {
    overflow-x: hidden;
    padding: 0
}

#primeagile__20601 h1,
#primeagile__20601 h2 {
    color: #fff
}

.sidenav a {
    text-decoration: none;
    color: #2196f3;
    display: block;
    padding: 0
}

.main {
    padding: 0 10px
}

.card2 {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    transition: .3s;
    max-width: 100%;
    width: 323px
}

.side_bar {
    margin: auto;
    gap: 50px;
    margin-top: 50px
}

.course_benefit {
    background: #f3f6f7;
    padding: 30px;
    border-radius: 10px;
    margin-top: 50px
}

#primeagile__20403 .tabset>input[type="radio"],
#primeagile__21544 .tabset>input[type="radio"] {
    position: absolute;
    left: -200vw
}

#primeagile__20403 .tabset .tab-panel,
#primeagile__21544 .tabset .tab-panel {
    display: none
}

#primeagile__20403 .tabset>input:first-child:checked~.tab-panels>.tab-panel:first-child,
#primeagile__20403 .tabset>input:nth-child(3):checked~.tab-panels>.tab-panel:nth-child(2),
#primeagile__20403 .tabset>input:nth-child(5):checked~.tab-panels>.tab-panel:nth-child(3),
#primeagile__20403 .tabset>input:nth-child(7):checked~.tab-panels>.tab-panel:nth-child(4),
#primeagile__20403 .tabset>input:nth-child(9):checked~.tab-panels>.tab-panel:nth-child(5),
#primeagile__20403 .tabset>input:nth-child(11):checked~.tab-panels>.tab-panel:nth-child(6) {
    display: block
}

#primeagile__20403 .tabset>label,
#primeagile__21544 .tabset>label {
    position: relative;
    display: inline-block;
    padding: 15px 15px 25px;
    border: 1px solid transparent;
    border-bottom: 0;
    cursor: pointer;
    font-weight: 600;
    outline: none !important
}

#primeagile__20403 .tabset>label::after,
#primeagile__21544 .tabset>label::after {
    content: "";
    position: absolute;
    left: 15px;
    bottom: 10px;
    width: 22px;
    height: 4px;
    background: #8d8d8d;
    outline: none !important
}

#primeagile__20403 .tabset>input:checked+label,
#primeagile__21544 .tabset>input:checked+label {
    border-color: #f1c40f;
    border-bottom: 1px solid #fff;
    margin-bottom: -1px;
    outline: none !important
}

#primeagile__20453 {
    background: #fff
}

#primeagile__20403 .tab-panel,
#primeagile__21544 .tab-panel {
    padding: 30px 0;
    border-top: 1px solid #ccc
}

#primeagile__20403 .tabset,
#primeagile__21544 .tabset {
    max-width: 65em;
    margin-top: 50px
}

#primeagile__20402 {
    height: auto;
    width: 100%;
    background-position: center;
    padding: 150px 40px;
    background: #055084
}

#primeagile__20601 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    justify-items: center;
    max-width: 1400px;
    margin: auto;
    gap: 50px
}

.course-intro {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    justify-items: center;
    max-width: 1400px;
    margin: auto;
    gap: 50px;
    margin-bottom: 100px
}

.intro-text {
    align-self: center
}

.intro-text h2 {
    color: #000;
    font-weight: bold
}

.side_bar .fourth,
.side_bar h2 {
    color: #000
}

#primeagile__20453 a {
    text-decoration: none
}

#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__20403,
#primeagile__21544 {
    margin-top: 100px
}

#primeagile__20402 h1,
#primeagile__20402 p {
    color: #fff
}

.ato-accordion {
    width: 100%
}

.ato-accordion input {
    display: none
}

.box {
    position: relative;
    background: white;
    padding: 15px;
    margin-bottom: 10px;
    transition: all .15s ease-in-out
}

.box::before {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    pointer-events: none;
    box-shadow: 0 -1px 0 #e5e5e5, 0 0 2px rgba(0, 0, 0, 0.12), 0 2px 4px rgba(0, 0, 0, 0.24)
}

.box-title {
    width: calc(100% - 40px);
    height: 64px;
    line-height: 64px;
    padding: 0 20px;
    display: inline-block;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.box-content {
    width: calc(100% - 40px);
    padding: 30px 20px;
    font-size: 11pt;
    color: rgba(0, 0, 0, 0.54)
}

.box-close {
    position: absolute;
    height: 64px;
    width: 100%;
    top: 0;
    left: 0;
    cursor: pointer;
    display: none
}

.arrows section .box-title {
    padding-left: 30px;
    width: 100%
}

.arrows section .box-title:before {
    position: absolute;
    display: block;
    content: "\203a";
    font-size: 18pt;
    left: 20px;
    top: -2px;
    transition: transform .15s ease-in-out;
    color: rgba(0, 0, 0, 0.54)
}

.ato-accordion h3 {
    padding-top: 20px !important
}

.class-start {
    border: 1px solid;
    font-size: 32px;
    padding: 5px;
    color: springgreen;
    margin: 0 0 20px 0
}

#primeagile__20751 {
    max-width: 800px
}

.pricing-card .price {
    position: relative;
    color: var(--col);
    font-size: 60px;
    font-weight: bold
}