.heading {
    text-align: center;
    font-size: 50px;
    font-weight: 700;
    line-height: 58px;
    margin-bottom: 40px;
}

.heading span {
    color: #f8334d;
}

.text-theme {
    color: #f8334d;
}

.btn-theme,
.btn-theme:hover {
    background-color: #f8334e;
    color: white;
    border-radius: 18px;
    transition: 0.5s;
}

.btn-theme:hover {
    background: #ff0022;
    color: white;
}

.link-theme,
.link-theme:hover {
    text-decoration: none;
    color: #f8334e;
}

.fw-600 {
    font-weight: 600;
}

.fs-3 {
    font-size: 2.5rem;
}

.videoCard:hover {
    box-shadow: 0 10px 30px 0 rgba(138, 155, 165, 0.15);
}

.videoCard a {
    text-decoration: none;
    color: #000;
}

.videoCard:hover a {
    transition: 500ms;
    color: #f8334e;
}

/* ----------- header section start ----------- */
/* #Navigation
================================================== */
section.exam-details .nav-item {
    border: 0 !important;
    border-radius: 0 !important;
}

section.exam-details .nav-pills .nav-link {
    color: #000 !important;
    background-color: #fff;
    font-weight: 600;
    border-bottom: 1px solid #ccc;
}

section.exam-details .nav-pills .nav-link.active {
    color: #fff !important;
    background-color: #f8334e;
}

/* #Primary style
================================================== */

.bg-light {
    background-color: #fff !important;
    transition: all 200ms linear;
}
.section {
    position: relative;
    width: 100%;
    display: block;
}
.full-height {
    height: 100vh;
}
.over-hide {
    overflow: hidden;
}
.absolute-center {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    margin-top: 40px;
    transform: translateY(-50%);
    z-index: 20;
}
h1 {
    font-size: 48px;
    line-height: 1.2;
    font-weight: 700;
    color: #212112;
    text-align: center;
}
p {
    margin: 0;
    padding-top: 10px;
    opacity: 1;
    transform: translate(0);
    transition: all 300ms linear;
    transition-delay: 1700ms;
}
body.hero-anime p {
    opacity: 0;
    transform: translateY(40px);
    transition-delay: 1700ms;
}
h1 span {
    display: inline-block;
    transition: all 300ms linear;
    opacity: 1;
    transform: translate(0);
}
body.hero-anime h1 span:nth-child(1) {
    opacity: 0;
    transform: translateY(-20px);
}
body.hero-anime h1 span:nth-child(2) {
    opacity: 0;
    transform: translateY(-30px);
}
body.hero-anime h1 span:nth-child(3) {
    opacity: 0;
    transform: translateY(-50px);
}
body.hero-anime h1 span:nth-child(4) {
    opacity: 0;
    transform: translateY(-10px);
}
body.hero-anime h1 span:nth-child(5) {
    opacity: 0;
    transform: translateY(-50px);
}
body.hero-anime h1 span:nth-child(6) {
    opacity: 0;
    transform: translateY(-20px);
}
body.hero-anime h1 span:nth-child(7) {
    opacity: 0;
    transform: translateY(-40px);
}
body.hero-anime h1 span:nth-child(8) {
    opacity: 0;
    transform: translateY(-10px);
}
body.hero-anime h1 span:nth-child(9) {
    opacity: 0;
    transform: translateY(-30px);
}
body.hero-anime h1 span:nth-child(10) {
    opacity: 0;
    transform: translateY(-20px);
}
h1 span:nth-child(1) {
    transition-delay: 1000ms;
}
h1 span:nth-child(2) {
    transition-delay: 700ms;
}
h1 span:nth-child(3) {
    transition-delay: 900ms;
}
h1 span:nth-child(4) {
    transition-delay: 800ms;
}
h1 span:nth-child(5) {
    transition-delay: 1000ms;
}
h1 span:nth-child(6) {
    transition-delay: 700ms;
}
h1 span:nth-child(7) {
    transition-delay: 900ms;
}
h1 span:nth-child(8) {
    transition-delay: 800ms;
}
h1 span:nth-child(9) {
    transition-delay: 600ms;
}
h1 span:nth-child(10) {
    transition-delay: 700ms;
}
body.hero-anime h1 span:nth-child(11) {
    opacity: 0;
    transform: translateY(30px);
}
body.hero-anime h1 span:nth-child(12) {
    opacity: 0;
    transform: translateY(50px);
}
body.hero-anime h1 span:nth-child(13) {
    opacity: 0;
    transform: translateY(20px);
}
body.hero-anime h1 span:nth-child(14) {
    opacity: 0;
    transform: translateY(30px);
}
body.hero-anime h1 span:nth-child(15) {
    opacity: 0;
    transform: translateY(50px);
}
h1 span:nth-child(11) {
    transition-delay: 1300ms;
}
h1 span:nth-child(12) {
    transition-delay: 1500ms;
}
h1 span:nth-child(13) {
    transition-delay: 1400ms;
}
h1 span:nth-child(14) {
    transition-delay: 1200ms;
}
h1 span:nth-child(15) {
    transition-delay: 1450ms;
}

.nav-item .dropdown-menu {
    transform: translate3d(0, 10px, 0);
    visibility: hidden;
    opacity: 0;
    max-height: 0;
    display: block;
    padding: 0;
    margin: 0;
    transition: all 200ms linear;
}
.nav-item.show .dropdown-menu {
    opacity: 1;
    visibility: visible;
    max-height: 999px;
    transform: translate3d(0, 0px, 0);
}
.dropdown-menu {
    padding: 10px !important;
    margin: 0;
    font-size: 13px;
    letter-spacing: 1px;
    color: #212121;
    background-color: #fcfaff;
    border: none;
    border-radius: 3px;
    box-shadow: 0 5px 10px 0 rgba(138, 155, 165, 0.15);
    transition: all 200ms linear;
}
.dropdown-toggle::after {
    display: none;
}

.dropdown-item {
    padding: 3px 15px;
    color: #212121;
    border-radius: 2px;
    transition: all 200ms linear;
}
.dropdown-item:hover,
.dropdown-item:focus {
    color: #fff;
    background-color: rgba(129, 103, 169, 0.6);
}

/* ----------- header section end ----------- */
/* ----------- footer section start ----------- */
.a-link {
    color: #757575;
}
ul {
    margin: 0px;
    padding: 0px;
}
.footer-section {
    background: #151414;
    position: relative;
}
.footer-cta {
    border-bottom: 1px solid #373636;
}
.single-cta i {
    color: #f8334e;
    font-size: 30px;
    float: left;
    margin-top: 8px;
}
.cta-text {
    padding-left: 15px;
    display: inline-block;
}
.cta-text h4 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 2px;
}
.cta-text span {
    color: #757575;
    font-size: 15px;
}
.footer-content {
    position: relative;
    z-index: 2;
}
.footer-pattern img {
    position: absolute;
    top: 0;
    left: 0;
    height: 330px;
    background-size: cover;
    background-position: 100% 100%;
}
.footer-logo {
    margin-bottom: 30px;
}
.footer-logo img {
    max-width: 200px;
}
.footer-text p {
    margin-bottom: 14px;
    font-size: 14px;
    color: #7e7e7e;
    line-height: 28px;
}
.footer-social-icon span {
    color: #fff;
    display: block;
    font-size: 20px;
    font-weight: 700;
    font-family: "Poppins", sans-serif;
    margin-bottom: 20px;
}
.footer-social-icon a {
    color: #fff;
    font-size: 16px;
    margin-right: 15px;
}
.footer-social-icon i {
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 38px;
    border-radius: 50%;
}
.facebook-bg {
    background: #3b5998;
}
.twitter-bg {
    background: #55acee;
}
.google-bg {
    background: #dd4b39;
}
.footer-widget-heading h3 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 40px;
    position: relative;
}
.footer-widget-heading h3::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -15px;
    height: 2px;
    width: 50px;
    background: #f8334e;
}

.subscribe-form {
    position: relative;
    overflow: hidden;
}
.subscribe-form input {
    width: 100%;
    padding: 14px 28px;
    background: #2e2e2e;
    border: 1px solid #2e2e2e;
    color: #fff;
}
.subscribe-form button {
    position: absolute;
    right: 0;
    background: #f8334e;
    padding: 13px 20px;
    border: 1px solid #f8334e;
    top: 0;
}
.subscribe-form button i {
    color: #fff;
    font-size: 22px;
    transform: rotate(-6deg);
}
.copyright-area {
    background: #202020;
    padding: 25px 0;
}
.copyright-text p {
    margin: 0;
    font-size: 14px;
    color: #878787;
}
.copyright-text p a {
    color: #f8334e;
}
.footer-menu li {
    display: inline-block;
    margin-left: 20px;
}
.footer-menu li:hover a {
    color: #f8334e;
}
.footer-menu li a {
    font-size: 14px;
    color: #878787;
}
/* ----------- footer section end ----------- */
/* ----------- intro section start ----------- */
.intro {
    width: 100%;
    height: auto;
    padding: 50px;
    margin-top: 60px;
    background-color: #f8334d23;
}
.intro .pad {
    padding: 50px;
}
.intro h1 {
    text-align: left;
    font-size: 32px;
    color: #404145;
    font-weight: 700;
    line-height: 38px;
}
.intro h1 span {
    color: #f8334d;
}

.intro ul li {
    list-style: none;
    font-size: 17px;
    line-height: 26px;
    color: #747777;
    font-weight: 400;
    margin: 15px 0;
}
.intro ul li span {
    font-size: 18px;
    line-height: 25px;
    font-weight: 700;
    color: #303030;
}
.intro ul li span i {
    font-size: 22px;
    color: #62646a;
    opacity: 0.5;
}
.intro img {
    margin: 75px auto 0px auto;
    width: 100%;
}
/* ------ intro section end ---------------------- */
/* ------ advantage Section start ---------------- */
.advantage {
    width: 100%;
    height: auto;
    padding: 80px 50px;
}
.advantage-icon {
    margin-top: 50px;
    list-style: none;
    list-style-image: none;
    display: flex;
    flex-wrap: wrap;
}
.advantage-icon li {
    width: 25%;
    padding: 0 10px 32px;
    box-sizing: border-box;
    text-align: center;
}
.advantage-icon li span {
    color: #222325;
    text-align: center;
    position: relative;
    display: inline-block;
}
.advantage-icon li span::after {
    content: "";
    position: absolute;
    top: 45px;
    right: 50%;
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
    padding: 0 0 8px;
    width: 48px;
    border-bottom: 3px solid #c5c6c9;
}
.advantage-icon li span:hover::after {
    padding: 0 40px 8px;
    border-color: #f8334e;
    transition: border-color 0.4s ease-in-out, padding 0.2s ease-in-out;
}
.advantage-icon li span img {
    display: block;
    width: 48px;
    height: 48px;
    margin: 0 auto 15px;
}
/* ----------- advantage Section end ----------- */
/* ----------- highlight section start ----------- */
.highlight {
    width: 100%;
    height: auto;
    padding: 80px 50px;
    background-color: #f8334e;
    color: #fff;
}
.highlight .pad {
    padding: 50px;
}
.highlight h1 {
    text-align: left;
    font-size: 42px;
    color: #ffffff;
    font-weight: 700;
    line-height: 48px;
    margin-bottom: 30px;
}
.highlight h1 span {
    color: #fff;
}
.highlight ul li {
    list-style: none;
    font-size: 17px;
    line-height: 26px;
    color: #ffffff;
    font-weight: 400;
    margin: 15px 0;
}
.highlight ul li i {
    color: #ffffff;
    opacity: 0.7;
    font-size: 22px;
    padding-right: 10px;
}
.highlight h5 {
    padding: 20px 0;
    font-size: 23px;
    font-weight: 600;
    text-decoration: underline;
}
.highlight p {
    font-size: 18px;
    font-weight: 500;
}
.highlight button {
    border: none;
    margin: 20px 0;
    padding: 12px 24px;
    border-radius: 4px;
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    color: #f8334e;
    text-decoration: none;
    text-align: center;
}
.highlight img {
    width: 100%;
}

/* -------- highlight section end -------------------- */

/* -------- points section start --------------------*/
.points {
    width: 100%;
    height: auto;
    padding: 50px;
}
.points .pad {
    padding: 50px;
}
.blue-bg {
    background-color: #4d4545;
    color: #f8334e;
    height: 100%;
}

.how-it-works.row {
    display: flex;
}
.how-it-works.row .col-2 {
    display: flex;
    align-self: stretch;
    justify-content: center;
}
.how-it-works.row .col-2::after {
    content: "";
    position: absolute;
    border-left: 3px solid #f8334e;
    z-index: 1;
}
.how-it-works.row .col-2.bottom::after {
    height: 95%;
    left: 50%;
    top: 6%;
}
.how-it-works.row .col-2.full::after {
    height: 100%;
    left: calc(50% - 2.5px);
}
.how-it-works.row .col-2.top::after {
    height: 100%;
    left: 50%;
    top: 0;
}
.timeline div {
    padding: 0;
    height: 40px;
}
.timeline hr {
    border-top: 3px solid #f8334e;
    margin: 0;
    top: 18px;
    position: relative;
}
.timeline .col-2 {
    display: flex;
    overflow: hidden;
}
.timeline .corner {
    border: 3px solid #f8334e;
    width: 100%;
    position: relative;
    border-radius: 15px;
}
.timeline .top-right {
    left: 50%;
    top: -50%;
}
.timeline .left-bottom {
    left: -50%;
    top: calc(50% - 2px);
}
.timeline .top-left {
    left: -50%;
    top: -49%;
}
.timeline .right-bottom {
    left: 50%;
    top: calc(50% - 2px);
}
.timeline-points {
    padding: 30px 0;
}
.timeline-points h4 {
    font-size: 42px;
    margin: 10px 0;
    font-weight: 600;
}
.timeline-points ul {
    list-style: none;
}
.timeline-points ul li {
    list-style: none;
    font-size: 17px;
    line-height: 26px;
    color: #747777;
    font-weight: 400;
    margin: 15px 0;
}
.timeline-points ul li i {
    color: #f8334e;
    opacity: 0.7;
    font-size: 22px;
    padding-right: 10px;
}
.timeline-points p {
    font-size: 20px;
    color: #f8334e;
    font-weight: 500;
}
.timeline-points button {
    background-color: transparent;
    border: 2px solid #f8334d;
    border-radius: 2px;
    color: #fff;
    cursor: pointer;
    background-color: #f8334d;
    font-size: 16px;
    font-weight: bold;
    margin: 20px 0 20px;
    padding: 12px 20px;
    text-transform: uppercase;
}
.timeline-points button:hover {
    background-color: #fff;
    color: #f8334d;
    transition: 0.5s;
}
.circle {
    margin-top: 18px;
    font-weight: bold;
    padding: 13px 20px;
    border-radius: 50%;
    background-color: #f8334e;
    color: #fff;
    max-height: 50px;
    z-index: 2;
}
/* ----------- points section end --------------- */
/* ----------- choose us section start --------------- */
.choose-us {
    width: 100%;
    background: #eeeeee;
    padding: 80px 0;
}
.infographic-items {
    background: #fff;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    text-align: left;
    margin: 30px 0;
    padding: 30px 30px 0 30px;
}

.infographic-items h2 {
    display: block;
    width: 100%;
    text-align: left;
    font-size: 18px;
    padding-top: 30px;
    text-transform: capitalize;
}
.infographic-items p {
    display: block;
    padding-top: 20px;
    padding-bottom: 50px;
    text-align: left;
    font-size: 16px;
}

.clip-wrapper {
    width: 100%;
    height: 100px;
    position: relative;
    background: rgb(255, 255, 255);
}
.clip-1,
.clip-2,
.content {
    position: absolute;
    clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
    top: 50%;
    left: 20%;
    transform: translate(-50%, -50%);
}

.clip-1 {
    height: 100%;
    aspect-ratio: 1;
    background: #f8334e;
    z-index: 1;
}
.clip-2 {
    --border: 30px;
    aspect-ratio: 1;
    z-index: 2;
}
.content {
    width: 100%;
    height: 100%;
    z-index: 3;
    color: #747777;
    display: flex;
    justify-content: center;
    align-items: center;
}
.content i {
    font-size: 36px;
    color: #fff;
}
/* ----------- choose us section end -----------*/
/* ----------- diffrent section start -----------*/
.different {
    width: 100%;
    padding: 50px;
    margin: 20px 0;
}
.different .cards {
    height: auto;
    background-color: rgb(247, 247, 247);
}
.different .cards h4 {
    font-size: 20px;
}
.different .cards .icon-bg {
    width: 60px;
    height: 60px;
    top: -30px;
    border-width: 4px !important;
    background-color: #f8334d;
}
/* ----------- diffrent section end ----------- */
/* ----------- career section start ----------- */
.career {
    width: 100%;
    padding: 100px 50px;
    background: #eeeeee;
}
.career ul li {
    color: #747777;
    margin-top: 20px;
    padding-left: 80px;
    list-style: none;
    font-size: 16px;
    line-height: 30px;
}
.career ul li i {
    padding-right: 10px;
    color: #f8334d;
    font-size: 20px;
}
/* ----------- career section end -----------*/
/* ----------- form section start ----------------------- */
.form {
    width: 100%;
    padding: 80px 50px;
}
.form-content {
    padding: 50px;
}
.form-content p {
    text-align: left;
    margin-bottom: 30px;
    color: #747777;
}
.right {
    color: green;
}
.cross {
    color: red;
}
.reg-form {
    height: auto;
    width: 100%;
    box-shadow: 0px 15px 30px rgb(29 23 77 / 5%);
    margin: 30px auto;
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 40px 20px 40px 20px;
    border-radius: 10px;
    background: #ffffff;
}

.c-logo {
    height: 120px;
    width: 120px;
    border-radius: 50%;
    margin: 0 auto;
    box-shadow: /* logo shadow */ 0px 0px 2px #5f5f5f, /* offset */ 0px 0px 0px 5px #ecf0f3, /*bottom right */ 8px 8px 15px #a7aaaf, /* top left */ -8px -8px 15px #ffffff;
    background: url(https://www.catestseries.org/Images/logo.png) no-repeat;
    background-position: center;
    background-size: contain;
}

.c-input {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    padding: 5px 5px 5px 5px;
}

.c-input input {
    width: 80%;
    border: 1px solid #eeeeee;
    outline: none;
    background: none;
    font-size: 18px;
    color: #555;
    padding: 10px 10px 10px 5px;
    margin-bottom: 20px;
}
.c-input select {
    width: 80%;
    border: 1px solid #eeeeee;
    outline: none;
    background: none;
    font-size: 18px;
    color: #555;
    padding: 10px 10px 10px 5px;
    margin-bottom: 20px;
}

.name,
.pass {
    margin-bottom: 10px;
}

.c-btn {
    width: 80%;
}

.signin-button {
    width: 100%;
    outline: none;
    border: none;
    padding: 14px 12px;
    border-radius: 30px;
    font-size: 18px;
    font-weight: 700;
    font-family: "Lato", sans-serif;
    color: #fff;
    text-align: center;
    background: #f8334e;
    box-shadow: 3px 3px 8px #b1b1b1, -3px -3px 8px #ffffff;
    transition: 0.5s;
}

.signin-button:hover {
    background: #ff0022;
}
/* -------- form section end ----------- */
/* --------- contact form section start ----------- */
.contact {
    background: #eeeeee;
}
.contact-card {
    background: #fff;
    min-width: 300px;
    height: auto;
    margin: 10px auto;
    padding: 30px;
}

.contact-card i {
    color: #f8334d;
    font-size: 2rem;
}

.contact-info {
    color: #000;
    margin-top: 10px;
}
.contact-info a {
    text-decoration: none;
    font-size: 16px;
    color: #f8334e;
    font-weight: 500;
}
/* ------------- contact form section end ------------- */
/*============= testimonial carousel section start =============================*/
.owl-carousel .nav-button i {
    font-size: 40px;
    color: #f8334e;
}

.owl-prev,
.owl-next {
    margin: 20px 10px;
}

.testimonial {
    background-color: #ffffff;
    border-radius: 5px;
    margin: 0 15px;
}

.testimonial .testimonial-title {
    color: #000000;
    font-size: 16px;
    margin-top: 5px;
    font-weight: 800;
    text-transform: capitalize;
}
.testimonial .testimonial-title small {
    display: block;
    color: #dc005a;
    font-size: 14px;
    font-weight: 800;
    margin-top: 10px;
}
.testimonial .testimonial-review {
    background: #eeeeee;
    padding: 30px;
}
.testimonial .testimonial-review p {
    color: #888888;
    font-size: 15px;
    font-style: italic;
    line-height: 19px;
    margin-bottom: 0;
}

/* -------- testimonial section end--------------*/
/* -------- rank-holders section starts ---------------- */
.rank-holders {
    width: 100%;
    padding: 100px 50px;
    background: #eeeeee;
}
.rank-holders .rank-content {
    width: 100%;
    height: 300px;
    text-align: center;
    margin-top: 30px;
    overflow: hidden;
}
.rank-holders .rank-content img {
    width: 100%;
}
/*  ------------ rank-holder section end ---------------- */

/* ================================================================================================================================= */
/* ================================================================================================================================= */
/* =================================================== CS Page CSS ================================================================= */
/* ------------- counter section start ------------------- */
.counter {
    background-position: center;
    width: 100%;
    background: #eeeeee;
}

.counter-text {
    text-align: left;
    color: #000;
    margin: auto;
}
.counter-text h1 {
    text-align: left;
    font-size: 30px;
    color: #f8334e;
}
.counter-text h4 {
    font-size: 20px;
}
.counter-icon {
    text-align: center;
    font-size: 3rem;
    color: #f8334e;
}
.count {
    animation-duration: 2s;
    animation-delay: 0s;
}
/* --------------- counter section end ------------ */
/* --------------- Free-Test section start -------------------- */
.free-test {
    width: 100%;
    padding: 100px 50px;
    background: #eeeeee;
}
.free-test img {
    width: 100%;
}
.free-test h3 {
    font-size: 32px;
    line-height: 42px;
    font-weight: 400;
    text-align: left;
    margin-top: 50px;
    margin-bottom: 50px;
}
/* ------------ free-test section end -------------------- */
/* -------------- our team section start -------------------- */
.team-area h4 {
    font-size: 22px;
    color: #404145;
    font-weight: 700;
    line-height: 38px;
    margin-bottom: 60px;
}
.team-card {
    border-radius: 8px;
    padding: 30px;
    width: 100%;
    overflow: hidden;
    height: auto;
}
.team-card img {
    width: 140px;
    height: 150px;
    border-radius: 50%;
}
.team-card h5 {
    font-size: 22px;
    color: #404145;
    line-height: 38px;
}
/* ----------- our team section end ----------- */
/* ----------- video-section section start ----------- */
.video-section {
    width: 100%;
    padding: 100px 50px;
}
.video-section .pad {
    padding: 50px;
}
.video-section p {
    text-align: left;
    line-height: 28px;
}
.video-section img {
    width: 100%;
}
/* --------------- video-section end --------------------*/
/* --------------- syllabus section start --------------------*/
.syllabus {
    width: 100%;
    padding: 80px 50px;
    text-align: center;
    background: #eeeeee;
}
/* --------------- syllabus section end --------------------*/
/* --------------- cs-advantage section start --------------------*/
.cs-advantage {
    width: 100%;
    padding: 100px 50px;
    background: #eeeeee;
}
.cs-advantage h3 {
    padding: 20px 10px;
    background: #f8334e;
    color: #fff;
    font-size: 20px;
    text-align: center;
    border-radius: 50px;
    margin: 30px 0;
}
.cs-advantage .logo img {
    width: 100%;
    margin: 60px 0 0;
}
/* ---------------- cs-advantage section end ----------------*/
/* ---------------- faqs section start ---------------------*/

.faq {
    background: #ffffff;
    box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06);
    border-radius: 4px;
}

.faq .card {
    border: none;
    background: none;
    border-bottom: 1px dashed #cee1f8;
}

.faq .card .card-header {
    padding: 0px;
    border: none;
    background: none;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.faq .card .card-header:hover {
    background: rgba(233, 30, 99, 0.1);
    padding-left: 10px;
}
.faq .card .card-header .faq-title {
    text-align: left;
    padding: 0px;
    padding-left: 30px;
    padding-right: 30px;
    font-weight: 400;
    font-size: 13px;
    letter-spacing: 1px;
    text-decoration: none !important;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    cursor: pointer;
    padding-top: 20px;
    padding-bottom: 20px;
}

.faq .card .card-header .faq-title .badge {
    display: inline-flex;
    width: 20px;
    height: 20px;
    line-height: 14px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    text-align: center;
    background: #f8334e;
    color: #fff;
    font-size: 12px;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}

.faq .card .card-body {
    padding: 30px;
    padding-left: 35px;
    padding-bottom: 16px;
    font-weight: 400;
    font-size: 16px;
    color: #6f8ba4;
    line-height: 28px;
    letter-spacing: 1px;
    border-top: 1px solid #f3f8ff;
}

.faq .card .card-body p {
    margin-bottom: 14px;
}

/* ---------- faqs section end ---------- */
/* ---------- register-form section start -----------*/
.register-form {
    width: 100%;
    background: #eeeeee;
    padding: 30px 0 40px;
}
.register-form .tag-line {
    color: #fff;
    background: #f8334e;
    padding: 2px 2px 2px 10px;
    border-radius: 20px;
}
.register-form h4 {
    margin: 20px;
}
.register-form ul {
    list-style: none;
}
.register-form ul li {
    margin-bottom: 20px;
}

.register-form ul li i {
    font-size: 11px;
    margin-right: 10px;
    text-align: center;
    color: #ffffff;
    background: #f8334e;
    padding: 6px;
    border-radius: 50%;
}
.rank-blocks {
    margin-top: 30px;
    display: flex;
    flex-direction: row;
    padding: 10px 10px 0 10px;
    background: linear-gradient(100.2deg, rgba(255, 255, 255, 0.85) 1.64%, rgba(255, 255, 255, 0) 86.76%);
    border-radius: 88.5px;
    width: 100%;
}
.rank-blocks h2 {
    margin-left: 20px;
    color: #f8334e;
}
.rank-blocks p {
    color: #000;
}

/* ----------- register section end -----------*/
/* ----------- stats section start -----------*/
.stats {
    width: 100%;
    background: #eeeeee;
}
.stats p {
    text-align: center;
    margin: auto;
    width: 80%;
}

.stats .stats-row h3 {
    color: #f8334e;
    text-align: left;
    font-weight: 700;
    line-height: 38px;
    margin-top: 70px;
}
.stats .stats-row p {
    width: 100%;
    padding: 0px !important;
    text-align: left;
}
/* ----------- stats section end ----------- */
/* ------------ imp-dates section start ----------- */
.imp-dates {
    width: 100%;
    min-height: 500px;
    padding: 30px 0;
}

/* ----------- imp-dates section end ----------- */
/* ----------- Focus section start ----------- */
.focus {
    width: 100%;
    padding: 60px 0px;
}
.focus .focus-def {
    padding: 10px;
    background: #f8334e;
    color: #fff;
    border-radius: 25px;
    font-weight: 700;
}
.focus .focus-points {
    border: 2px dashed #f8334e;
    text-align: left;
    padding: 8px 8px 8px 40px;
    width: 100%;
}
.focus .focus-points i {
    color: #fff;
    font-size: 14px;
    left: 0;
    position: absolute;
    top: 50%;
    font-weight: 600;
    text-align: center;
    background-color: #f8334e;
    height: 100%;
    width: 30px;
    transform: translateY(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
}
/* ----------- Focus section end ----------- */
/* ----------- feature section starts ----------- */
.feature {
    width: 100%;
    padding: 60px 50px;
}
.feature .feature-def {
    text-align: center;
    margin: auto;
}
.feature .feature-card {
    width: 100%;
    height: auto;
    overflow: hidden;
    text-align: center;
    padding: 20px;
    box-shadow: 0 5px 47.2px 11.8px rgb(19 30 74 / 10%);
    transition: 0.5s ease;
}
.feature .feature-card:hover {
    transform: translateY(-10px);
}
.feature .feature-card img {
    width: 100px;
    margin: 0 auto;
    margin: 20px 0 20px;
}

.feature .feature-card h3 {
    font-size: 20px;
}
/* ----------- feature section end ----------- */
/* ----------- process section start ----------- */
.process .process-box {
    width: 100%;
    height: auto;
    overflow: hidden;
    text-align: center;
    padding: 20px;
    transition: 0.5s ease;
}
.process .process-box span {
    background-color: #f8334e;
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    text-align: center;
    font-weight: 700;
    border-radius: 50%;
    color: #fff;
    margin-bottom: 20px;
    font-size: 20px;
}
.process .process-box h3 {
    font-size: 18px;
}
/* ----------- feature section end ----------- */
/* ----------- plans section start ----------- */
.plans {
    width: 100%;
    padding: 60px 0;
}
.shadow-card {
    box-shadow: rgba(0, 0, 0, 0.36) 0px 22px 70px 4px;
    margin-top: -20px !important;
}
.shadow-card-2 {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.box {
    height: 0px;
    background: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    margin-left: 0px;
    position: relative;
}
.wdp-ribbon {
    color: #fff;
    display: inline-block;
    padding: 2px 15px;
    position: absolute;
    left: -8px;
    top: -38px;
    line-height: 24px;
    height: 28px;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25em;
    border-radius: 0;
    text-shadow: none;
    font-weight: normal;
    background-color: #f8334e !important;
}

.wdp-ribbon-two:before,
.wdp-ribbon-two:before {
    display: inline-block;
    content: "";
    position: absolute;
    left: -14px;
    top: 0;
    border: 9px solid transparent;
    border-width: 14px 8px;
    border-right-color: #f8334e;
}
.wdp-ribbon-two:before {
    border-color: #f8334e;
    border-left-color: transparent !important;
    left: -9px;
}
.plans .syllabus-card {
    border-radius: 8px;
    padding: 25px;
    background-color: #fff;
    border: 1px solid #a7aaaf;
    margin: 2%;
    width: 96%;
    height: auto;
}
.plans .syllabus-card .info-syllabus {
    height: auto;
    width: 100%;
}
.plans .syllabus-card .info-syllabus ul {
    list-style: none;
}
.plans .syllabus-card .info-syllabus ul li {
    font-size: 16px;
    text-align: left;
    font-weight: 400;
    color: #464646;
    padding: 10px 0;
}
.plans .syllabus-card .info-syllabus ul li i {
    font-size: 20px;
    color: #f8334e;
}
.plans .syllabus-card .card-price {
    background-color: #eeeeee;
    color: #f8334e;
    font-size: 16px;
    padding: 8px 0;
    margin: 16px 0;
    font-weight: 400;
}
.plans .syllabus-card .btn-syllabus {
    font-weight: 600;
    width: 46%;
    color: #f8334e;
    font-size: 14px;
    line-height: 24px;
    margin: 2% 2%;
    padding: 8px 12px;
    border: 1px solid #f8334e;
    border-radius: 5px;
    text-align: center;
}
.plans .syllabus-card .btn-syllabus:hover {
    background-color: #f8334e;
    color: #fff;
}
/* ----------- plans section end ----------- */

.result-items {
    background-color: #eeeeee;
    padding: 30px;
    border-radius: 10px;
}
.result-items img {
    height: 200px;
    width: 200px !important;
    margin: auto;
    border-radius: 50%;
    box-shadow: /* logo shadow */ 0px 0px 2px #5f5f5f, /* offset */ 0px 0px 0px 5px #ecf0f3, /*bottom right */ 8px 8px 15px #a7aaaf, /* top left */ -8px -8px 15px #ffffff;
}
.result-items h4 {
    margin: 20px 0;
    color: #f8334e;
}
.result-items p {
    font-size: 20px;
    font-weight: 300;
    text-decoration: underline;
}
/* ----------- result section end ----------- */
.part2 {
    padding: 50px;
    background: #eee;
}
.part2-row {
    width: 100%;
    height: auto;
    margin: 40px 0 30px;
}
.part2set1 {
    width: 100%;
    height: 100%;
}
.part2set1 img {
    margin: 14% 0;
    width: 100%;
    height: auto;
    box-shadow: #f8334e -30px 30px;
}
.part2set2points {
    width: 100%;
    background-color: #fff;
    box-shadow: rgba(136, 165, 191, 0.48) 6px 2px 16px 0px, rgba(255, 255, 255, 0.8) -6px -2px 16px 0px;
    padding: 15px 30px 15px 30px;
    margin: 20px 0 0;
}
.join-now {
    width: 100%;
    text-align: center;
    background: #eee;
    padding: 40px 0;
}
.imp-notes {
    font-size: 20px;
    font-weight: 700;
    color: red;
}
.part-1 {
    width: 100%;
    padding: 20px 0;
}
.part-1 ul li {
    list-style: none;
    margin: 20px 0;
}

.part-1 ul li i {
    color: #f8334e;
}

.part-1 .tag-line {
    color: #fff;
    background: #f8334e;
    border-radius: 20px;
}

/*===================================== Features section ========================== */
.features-card:hover {
    color: #f8334e;
    transition: 0.5s ease-in-out;
}

/* ----------------- Demo Video Section start ----------------- */
.demo-video {
    background: #eeeeee;
}

.blog p.max-3 {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.blog p.max-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.blog a:hover {
    text-decoration: none;
    color: #f8334e;
}

/*=============================== blog section =============================*/
/* ================================================================================================================================= */
/* ================================================================================================================================= */
/* ===================================== media css ================================================================================== */
/* ================================================================================================================================= */
/* ================================================================================================================================= */
/* #Media ================================================== */

@media (max-width: 767px) {
    h1 {
        font-size: 38px;
    }
    .nav-item:after {
        display: none;
    }
    .nav-item::before {
        position: absolute;
        display: block;
        top: 15px;
        left: 0;
        width: 11px;
        height: 1px;
        content: "";
        border: none;
        background-color: #fff;
    }
    .dropdown-toggle::after {
        position: absolute;
        display: block;
        top: 10px;
        left: -23px;
        width: 1px;
        height: 11px;
        content: "";
        border: none;
        background-color: #000;
        transition: all 200ms linear;
    }
    .dropdown-toggle[aria-expanded="true"]::after {
        transform: rotate(90deg);
        opacity: 0;
    }
    .dropdown-menu {
        padding: 0 !important;
        background-color: transparent;
        box-shadow: none;
        transition: all 200ms linear;
    }
    .dropdown-toggle[aria-expanded="true"] + .dropdown-menu {
        margin-top: 10px !important;
        margin-bottom: 20px !important;
    }
}
/*  ======================== menu end  ======================= */
/* ------ intro section start ---------------------- */
@media only screen and (max-width: 429px) {
    .heading {
        font-size: 26px;
        line-height: 30px;
    }

    .navbar-brand h2 {
        display: none;
    }
    .intro {
        padding: 20px;
        margin-top: 100px;
    }
    .intro .pad {
        padding: 0px;
    }
    .intro ul li {
        list-style: none;
        font-size: 15px;
        line-height: 24px;
        color: #62646a;
        font-weight: 400;
        margin: 15px 0;
    }
    .intro ul li span {
        font-size: 18px;
        line-height: 25px;
        font-weight: 700;
        color: #303030;
    }
    .intro ul li span i {
        font-size: 22px;
        color: #62646a;
        opacity: 0.5;
    }
    .intro img {
        margin: 25px auto 0px auto;
        width: 100%;
    }
    /* ------ intro section end ---------------------- */
    /* ------ advantage Section start ---------------- */
    .advantage {
        padding: 60px 10px 30px;
    }
    .advantage-icon li {
        width: 50%;
    }
    /* ------- advantage section end --------------------------------*/
    /* ------ highlight section start ----------------*/
    .highlight {
        padding: 10px;
    }
    .highlight .pad {
        padding: 10px;
    }
    .highlight ul li {
        font-size: 11px;
        line-height: 15px;
        margin: 15px 0;
    }
    .highlight ul li i {
        font-size: 12px;
    }
    .highlight h5 {
        font-size: 13px;
    }
    .highlight p {
        font-size: 11px;
    }
    .highlight button {
        border: none;
        padding: 12px 24px;
        border-radius: 4px;
        font-weight: 600;
        font-size: 16px;
        line-height: 100%;
        color: #f8334e;
        text-decoration: none;
        text-align: center;
    }
    .highlight img {
        margin: 10px 0 0;
    }
    /* -------- highlight section end ----------------*/
    /* -------- points section start --------------------*/
    .points {
        width: 100%;
        height: auto;
        padding: 0px;
    }
    .points .pad {
        padding: 50px 10px;
    }
    .timeline-points h4 {
        margin: 20px 0;
        font-size: 24px;
    }
    .timeline-points ul li {
        font-size: 11px;
        line-height: 16px;
        margin: 12px 0;
    }
    .timeline-points ul li i {
        font-size: 12px;
    }
    .timeline-points p {
        font-size: 14px;
    }
    .timeline-points button {
        font-size: 12px;
        margin: 5px 0 10px;
        padding: 10px 20px;
    }
    .timeline .top-right {
        left: 50%;
        top: -49%;
    }
    /* ----------- points section end -----------*/
    /* ----------- diffrent section start -----------*/
    .different {
        padding: 50px 0 0;
    }
    .different .cards {
        background-color: rgb(247, 247, 247);
    }
    .different .cards .icon-bg {
        width: 60px;
        height: 60px;
        top: -30px;
        border-width: 4px !important;
        background-color: #f8334d;
    }
    /* ----------- diffrent section end ----------- */
    /* ----------- career section start ----------- */
    .career {
        padding: 40px 10px;
    }
    .career ul li {
        margin-top: 10px;
        padding-left: 0px;
        font-size: 12px;
        line-height: 20px;
    }
    .career ul li i {
        padding-right: 10px;
        color: #f8334d;
        font-size: 20px;
    }
    /* ----------- career section end -----------*/
    /* ----------- form section start ----------------------- */
    .form {
        width: 100%;
        padding: 80px 10px;
    }
    .form-content {
        padding: 0px;
    }
    .form-content p {
        font-size: 14px;
        margin-bottom: 20px;
        color: #747777;
    }
    .reg-form {
        box-shadow: 0px 15px 30px rgb(29 23 77 / 10%);
        padding: 40px 10px 40px 10px;
    }

    .c-logo {
        height: 100px;
        width: 100px;
    }

    .c-btn {
        width: 80%;
    }
    .contact-form h5 {
        font-size: 14px;
    }
    /* -------- form section end ------------ */
    /* --------- contact form section start ----------- */
    /* ------------- contact form section end ------------- */
    /* ----------- choose us section start --------------- */
    .choose-us {
        padding: 60px 0;
    }
    /* ------------- contact form section end ------------- */
    /* -------- rank-holders section starts ---------------- */
    .rank-holders {
        padding: 60px 10px;
    }
    .rank-holders .rank-content {
        height: 200px;
        margin-top: 10px;
    }
    /*  ------------ rank-holder section end ---------------- */
    /* ----------- video-section section start ----------- */
    .video-section {
        width: 100%;
        padding: 40px 10px;
    }
    .video-section .pad {
        padding: 10px;
    }
    .video-section p {
        font-size: 12px;
        line-height: 20px;
    }
    .video-section img {
        margin: 20px 0 0;
    }
    /* --------------- video-section end --------------------*/
    /* --------------- syllabus section start --------------------*/
    .syllabus {
        padding: 40px 10px;
    }
    .syllabus p {
        width: 90%;
    }
    /* --------------- syllabus section end --------------------*/
    /* --------------- cs-advantage section start --------------------*/
    .cs-advantage {
        width: 100%;
        padding: 100px 10px;
    }
    .cs-advantage h3 {
        padding: 10px;
        border-radius: 50px;
        font-size: 18px;
        margin: 20px 0;
    }
    .cs-advantage .logo img {
        margin: 60px 0 0;
    }
    /* ---------------- cs-advantage section end ----------------*/

    /* ----------- feature section starts ----------- */
    .feature {
        padding: 40px 10px;
    }

    /* ----------- feature section end ----------- */
    /* ----------- process section start ----------- */
    .process .process-box {
        width: 100%;
        height: auto;
        overflow: hidden;
        text-align: center;
        padding: 20px;
        transition: 0.5s ease;
    }
    .process .process-box span {
        background-color: #f8334e;
        width: 40px;
        height: 40px;
        line-height: 40px;
        display: inline-block;
        text-align: center;
        font-weight: 700;
        border-radius: 50%;
        color: #fff;
        margin-bottom: 20px;
        font-size: 20px;
    }
    .process .process-box h3 {
        font-size: 18px;
    }
    /* ----------- feature section end ----------- */
    /* ------------ imp-dates section start ----------- */

    /* ----------- imp-dates section end ----------- */
    .part2set1 img {
        margin: 5% 0 0 5%;
        width: 100%;
        height: auto;
        box-shadow: #f8334e -15px 15px;
    }
    .part2set2 h1 {
        color: rgba(0, 0, 0, 0.8);
        font-size: 27px;
        line-height: 32.4px;
        font-weight: 500;
        margin: 0 0 40px;
    }
    .part2set2points h4 {
        font-size: 20px;
    }
    .part2set2points p {
        font-size: 10px;
    }
    .part-1 .tag-line {
        width: 100%;
    }
    .team-area {
        padding: 40px 10px;
    }
    .demo-video {
        width: 100%;
        padding: 40px 0;
        background: #eeeeee;
    }
    .shadow-card {
        box-shadow: none;
        margin-top: 0px !important;
    }
    .wdp-ribbon {
        top: 18px;
    }
}
@media only screen and (min-width: 430px) and (max-width: 800px) {
    .heading {
        font-size: 28px;
        line-height: 30px;
    }
    .navbar-brand h2 {
        display: none;
    }
    .intro {
        padding: 20px;
        margin-top: 100px;
    }
    .intro h1 {
        font-size: 22px;
    }
    .intro .pad {
        padding: 0px;
    }
    .intro ul li {
        list-style: none;
        font-size: 11px;
        line-height: 15px;
        color: #62646a;
        font-weight: 400;
        margin: 15px 0;
    }
    .intro ul li span {
        font-size: 14px;
        line-height: 25px;
        font-weight: 700;
        color: #303030;
    }
    .intro ul li span i {
        font-size: 16px;
        color: #62646a;
        opacity: 0.5;
    }
    .intro img {
        margin: 100px auto 0px auto;
        width: 90%;
    }
    /* ------ intro section end ---------------------- */
    /* ------ advantage Section start ---------------- */
    .advantage {
        padding: 60px 10px 30px;
    }
    .advantage-icon li {
        width: 25%;
    }
    .advantage-icon li span {
        font-size: 13px;
    }
    /* ------ advantage section end ----------------*/
    /* ------ highlight section start ----------------*/
    .highlight {
        padding: 10px;
    }
    .highlight .pad {
        padding: 10px;
    }
    .highlight ul li {
        font-size: 11px;
        line-height: 15px;
        margin: 15px 0;
    }
    .highlight ul li i {
        font-size: 12px;
    }
    .highlight h5 {
        font-size: 13px;
    }
    .highlight p {
        font-size: 11px;
    }
    .highlight button {
        border: none;
        padding: 12px 24px;
        border-radius: 4px;
        font-weight: 600;
        font-size: 16px;
        line-height: 100%;
        color: #f8334e;
        text-decoration: none;
        text-align: center;
    }
    .highlight img {
        margin: 45px 0 0;
    }
    /* -------- highlight section end ----------------*/
    /* -------- points section start --------------------*/
    .points {
        width: 100%;
        height: auto;
        padding: 0px;
    }
    .points .pad {
        padding: 50px 10px;
    }
    .timeline-points h4 {
        margin: 20px 0;
    }
    .timeline-points ul li {
        font-size: 14px;
        line-height: 20px;
        margin: 12px 0;
    }
    .timeline-points ul li i {
        font-size: 16px;
    }
    .timeline-points p {
        font-size: 18px;
    }
    .timeline-points button {
        font-size: 14px;
        margin: 10px 0 10px;
        padding: 10px 20px;
    }
    .timeline .top-right {
        left: 50%;
        top: -49%;
    }
    /* ----------- points section end -----------*/
    /* ----------- diffrent section start -----------*/
    .different {
        padding: 50px 0 0;
    }
    /* ----------- diffrent section end ----------- */
    /* ----------- career section start ----------- */
    .career {
        width: 100%;
        padding: 80px 10px;
        background: #eeeeee;
    }
    .career ul li {
        color: #747777;
        margin-top: 14px;
        padding-left: 0px;
        list-style: none;
        font-size: 14px;
        line-height: 24px;
    }
    .career ul li i {
        padding-right: 10px;
        color: #f8334d;
        font-size: 20px;
    }
    /* ----------- career section end -----------*/
    /* -------- rank-holders section starts ---------------- */
    .rank-holders {
        padding: 100px 10px;
    }
    .rank-holders .rank-content {
        width: 100%;
        height: 200px;
        text-align: center;
        margin-top: 10px;
        overflow: hidden !important;
    }
    /*  ------------ rank-holder section end ---------------- */
    /*  ------------ rank-holder section end ---------------- */

    /* ================================================================================================================================= */
    /* =================================================== CS Page CSS ================================================================= */
    /* ----------- video-section section start ----------- */
    .video-section {
        width: 100%;
        padding: 40px 10px;
    }
    .video-section .pad {
        padding: 10px;
    }
    .video-section p {
        font-size: 12px;
        line-height: 20px;
    }
    .video-section img {
        margin: 60px 0 0;
    }
    /* --------------- video-section end --------------------*/
    /* --------------- cs-advantage section start --------------------*/
    .cs-advantage {
        width: 100%;
        padding: 100px 10px;
    }
    .cs-advantage h3 {
        padding: 10px;
        border-radius: 50px;
        font-size: 18px;
        margin: 20px 0;
    }
    .cs-advantage .logo img {
        margin: 60px 0 0;
    }
    /* ---------------- cs-advantage section end ----------------*/
    /* ----------- stats section start -----------*/

    .stats p {
        width: 90%;
    }
    .stats .stats-row {
        margin: 80px 0;
    }
    .stats .stats-row h3 {
        font-size: 18px;
        line-height: 22px;
        margin-top: 0px;
    }
    .stats .stats-row p {
        padding: 0px !important;
        font-size: 14px;
    }
    /* ----------- stats section end ----------- */
    /* ----------- feature section starts ----------- */

    /* ----------- feature section end ----------- */
    /* ----------- process section start ----------- */
    .process .process-box h3 {
        font-size: 14px;
    }
    /* ----------- feature section end ----------- */
    /* ------------ imp-dates section start ----------- */

    /* ----------- imp-dates section end ----------- */
    .part2set1 img {
        margin: 5% 0 0 5%;
        width: 100%;
        height: auto;
        box-shadow: #f8334e -15px 15px;
    }
    .demo-video {
        width: 100%;
        padding: 40px 0;
        background: #eeeeee;
    }
    .shadow-card {
        box-shadow: none;
        margin-top: 0px !important;
    }
    .wdp-ribbon {
        top: 18px;
    }
}
