:root {
    --h1: 64px;
    --h2: 48px;
    --h3: 34px;
    --h4: 28px;
    --h5: 22px;
    --h6: 18px;
    --p: 14px;
    --heading-color: #182848;
    --secondary-heading-color: #ffffff;
    --text-color: #3a3a3a;
    --secondary-text-color: #fafafa;
    --button-background: #428bca;
    --hightlight-color: #5CB85C;
    --icon-button-hover-color: #0274be;
}

body {
    font-family: Roboto;
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
li {
    font-family: 'Poppins', sans-serif !important;
}

sup,
sub {
    color: red !important;
    font-weight: 600;
}

.p-1 {
    padding: 1.5rem 0 !important;
}

.p-2 {
    padding: 2rem 0 !important;
}

.p-3 {
    padding: 3rem 0 !important;
}

.p-4 {
    padding: 4rem 0 !important;
}

.p-5 {
    padding: 5rem 0 !important;
}

#top-bar {
    background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab);
    background-size: 400% 400%;
    animation: gradient 15s ease infinite;
    padding: 2px 0px;
    font-family: Roboto;
}

@keyframes gradient {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

#top-bar p {
    font-size: 14px;
    font-weight: 500;
    margin: 0;
    color: #fff;
}

.visit-now {
    text-align: center;
    text-decoration: none;
    font-size: 13px;
    font-weight: 500;
    background-color: #fff;
    padding: 3px 10px;
    color: #000;
    margin: 0;
}

.logo a {
    color: #171c24;
    font-size: var(--h3);
    font-weight: 600;
    text-decoration: none;
}

.bg__background {
    background: #0047AB !important;
}

header .navbar-nav .nav-item .nav-link,
header .navbar-nav li label {
    color: #FFFFFF !important;
    font-size: 15px;
    font-weight: 500;
    padding: 10px;
    border-radius: 5px;
    transition: all 1s ease;
    text-decoration: none;
    background: #0047Ac;
}


header .dropdown .dropdown-menu {
    border-radius: 0;
}

header .dropdown:hover .dropdown-menu {
    display: block;
    border-radius: 30px;
}

/*header .nav-bar ul{*/
/*    background: #ddd !important;*/
/*    height: 0!important;*/
/*    left: 0!important;*/
/*    opacity: 0!important;*/
/*    position: absolute!important;*/
/*    transition: all .5s ease!important;*/
/*    top: 35px!important;*/
/*    width: 100%!important; */
/*}*/

#herosection {
    height: 100vh;
    /*background-image: linear-gradient(90deg, rgb(24, 40, 72), rgb(75, 108, 183));*/

}

.main__banner {
    background-image: url("../img/banner-1.jpg");
    width: 100%;
    height: 100%;
    background-size: cover;
}

#herosection h1 {
    font-size: var(--h2);
    font-weight: 700 !important;
    color: #002e5b;
}

#herosection p {
    font-size: 25px;
    font-weight: 400;
    color: #002e5b;
    ;
}

#herosection .heroBtn,
#herosection .login-btn {
    text-decoration: none;
    width: 300px;
    color: #ffffff !important;
    display: inline-block;
    padding: 10px 20px;
    font-size: var(--h6);
    font-weight: 600;
    color: #fff;
    cursor: pointer;
    height: auto;
    text-align: center;
    border: none !important;
    background-size: 300% 100%;
    border-radius: 5px;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    font-family: 'Poppins', sans-serif !important;
    border: none !important;
    margin-top: 50px;
}

#herosection .login-btn {
    background-image: linear-gradient(to right, #4776E6 0%, #8E54E9 51%, #4776E6 100%);
}

#herosection .heroBtn {
    background-image: linear-gradient(to right, #ee0979 0%, #ff6a00 51%, #ee0979 100%);
}

#usb-bar .box {
    display: grid;
    padding: 10px;
    border-radius: 5px;
    box-shadow: 0 0 20px 0px rgb(0 0 0 / 20%);
}

#usb-bar .counter {
    font-size: var(--h4);
    font-weight: 600;
    color: var(--heading-color);
    margin: 0;
}

#usb-bar .title {
    /* font-size: var(--p); */
    color: var(--text-color);
    font-weight: bold;
    margin: 0;
    font-size: 27px;
}

#usb-bar .usb-tab {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 10px;
}

#usb-bar img {
    margin: 0 !important;
    width: 54px;
}

h2.title {
    font-size: var(--h2);
    font-weight: 700 !important;
    color: var(--heading-color);
    margin: 0;
    line-height: 1.4;
}

p.sub-title {
    font-size: x-large;
    font-weight: 500 !important;
    color: var(--text-color);
    margin: 0px 0px 50px 0px;
    text-align: center;
}

.courses-box {
    transition: 0.5s;
    background-color: #fff;
    /* cursor: pointer; */
    text-align: center;
}

/* .courses-box:hover {
    box-shadow: 0 0 20px 0px rgb(0 0 0 / 10%);
    
} */

.courses-img {
    /* padding: 25px 0px; */
    border-radius: 5px;
    text-align: center;
}

.courses-img .courseInfo {
    width: 100%;
    margin: 0 auto;
    height: 101%;
}

.courses-img img {
    width: 80px;
    margin: 0 auto;
}

.courses-name h6 {
    font-size: var(--h6);
    font-weight: 500;
    color: var(--heading-color);
    padding: 10px 15px;
}

.red-box-img {
    background: url("../img/nikhil.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

}

.red-box-aboutme-img {
    background: url("../img/nikhilAboutme.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

}



.red-box {
    border: 2px solid #0047ab;
    overflow: hidden;
}

.topic-padding {
    padding: 0.5rem 0 !important;
}


.blue-box {
    background-color: rgba(66, 139, 202, 0.1);
    border: 2px solid rgba(66, 139, 202, 0.3);
}

.blue-box:hover {
    border-color: rgba(66, 139, 202, 0.7);
}

.green-box {
    padding: 5px;
    background-color: rgba(0, 250, 98, 0.1);
    border: 2px solid rgba(0, 250, 98, 0.3);
}

.green-box:hover {
    border-color: rgba(0, 250, 98, 0.7);
}

.yellow-box {
    background-color: rgba(255, 215, 0, 0.1);
    border: 2px solid rgba(255, 215, 0, 0.3);
}

.yellow-box:hover {
    border-color: rgba(255, 215, 0, 0.7);
}


.purple-box {
    background-color: #f3f2f7;
    border: 2px solid #e7e6f1;
}

.purple-box:hover {
    border-color: #beb8f7;
}

.allcourse {
    text-decoration: none;
    width: 300px;
    color: #ffffff !important;
    display: inline-block;
    padding: 10px 20px;
    font-size: var(--h6);
    font-weight: 600;
    color: #fff;
    cursor: pointer;
    height: auto;
    text-align: center;
    border: none !important;
    background-size: 300% 100%;
    border-radius: 5px;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    font-family: 'Poppins', sans-serif !important;
    border: none !important;
    margin-top: 50px;
    background-image: linear-gradient(to right, #ee0979 0%, #ff6a00 51%, #ee0979 100%);
}

/* BOC by Laleshwar */
.mentorship {
    width: 100%;
    height: auto;
}

.mentorshipContent {
    width: 90%;
    margin: 0 auto;
    text-align: center;
}

.mentorshipContent h2 {
    font-size: var(--h2);
    font-weight: 700 !important;
    color: var(--heading-color);
    margin: 0;
}


.mentorshipContent p {
    font-size: var(--h6);
    font-weight: 500 !important;
    color: var(--text-color);
    margin: 0 0 50px 0px;
}

.mentorshipRow {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 50px;
    justify-content: center;
}

.courseImg img {
    width: 80px;
}



.professional {
    background-color: rgba(66, 139, 202, 0.1);
    border: 2px solid rgba(66, 139, 202, 0.3);
    padding: 25px 0px;
    border-radius: 5px;
}

.professional:hover {
    border-color: rgba(66, 139, 202, 0.7);
}

.student {
    border: 2px solid #0047ab;
    padding: 25px 0px;
    border-radius: 5px;
}

.student:hover {
    border-color: rgba(0, 250, 98, 0.7);
}


.mentorshipCard {
    transition: 0.5s;
    background-color: #fff;
    cursor: pointer;
}



.mentorshipCard h6 {
    font-size: var(--h6);
    font-weight: 500;
    color: var(--heading-color);
    margin: 10px 15px;
}

.mentorshipCard:hover {
    box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.1);
}

@media(max-width: 700px) {
    .mentorshipRow {
        grid-template-columns: 1fr;
    }

    .mentorshipContent p {
        margin: 0 0 25px 0px;
    }

}

.heroBtn,
.login-btn {
    text-decoration: none;
    width: 350px;
    color: #ffffff !important;
    display: inline-block;
    padding: 10px 20px;
    font-size: var(--h6);
    font-weight: 600;
    color: #fff;
    cursor: pointer;
    height: auto;
    text-align: center;
    border: none !important;
    background-size: 300% 100%;
    border-radius: 5px;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    font-family: 'Poppins', sans-serif !important;
    border: none !important;
    margin-top: 50px;
}

.heroBtn {
    background: linear-gradient(to right, #28467f, #aeccd2);
}

.login-btn {
    background: linear-gradient(to right, #679cda, #f13ac6);
}

.mentorship-one {
    padding-top: 80px;
    padding-bottom: 80px;
    background-color: rgb(0 79 203 / 11%);
    border: 2px solid #0274be;
    border-radius: 9px;
}

/* Free courses */
.free {
    width: 100%;
    height: auto;
}

.freeContent {
    width: 90%;
    margin: 0 auto;
    text-align: center;
}

.freeContent h2 {
    font-size: var(--h2);
    font-weight: 700;
    color: #182848;
    margin-bottom: 50px;
}

.freeRow {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    gap: 25px;
}

.courseImg img {
    width: 80px;
}

.rmfree {
    background-color: rgba(226, 16, 50, 0.1);
    border: 2px solid rgba(226, 16, 50, 0.3);
    padding: 25px 0px;
    border-radius: 5px;
}

.rmfree:hover {
    border-color: rgba(226, 16, 50, 0.7);
}

.englishspeaking {
    background-color: rgba(66, 139, 202, 0.1);
    border: 2px solid rgba(66, 139, 202, 0.3);
    padding: 25px 0px;
    border-radius: 5px;
}

.englishspeaking:hover {
    border-color: rgba(66, 139, 202, 0.7);
}

.excel {
    background-color: rgba(0, 250, 98, 0.1);
    border: 2px solid rgba(0, 250, 98, 0.3);
    padding: 25px 0px;
    border-radius: 5px;
}

.excel:hover {
    border-color: rgba(0, 250, 98, 0.7);
}

.bitcoin {
    background-color: rgba(255, 215, 0, 0.07);
    border: 2px solid rgba(255, 215, 0, 0.3);
    padding: 25px 0px;
    border-radius: 5px;
}

.bitcoin:hover {
    border-color: rgba(255, 215, 0, 0.7);
}

.communication {
    background-color: #f3f2f7;
    border: 2px solid #e7e6f1;
    padding: 25px 0px;
    border-radius: 5px;
}

.communication:hover {
    border-color: #beb8f7;
}

.freeCard {
    transition: 0.5s;
    background-color: #fff;
    cursor: pointer;
}



.freeCard h6 {
    font-size: var(--h6);
    font-weight: 500;
    color: var(--heading-color);
    margin: 10px 15px;
}

.freeCard:hover {
    box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.1);
}

@media(max-width: 700px) {
    .freeRow {
        grid-template-columns: 1fr;
    }
}

.free-courses-one {
    background-color: #f5f7f9;
    padding: 80px 0 80px 0;
}

/* testimonial */
/* Video Testimonial CSS Start   */

.videoTestimonial {
    width: 100%;
    height: auto;
    padding: 25px 0px 50px 0px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    margin: 0 auto;
    text-align: center;
}

.videoTestimonialCard iframe {
    width: 350px;
    height: 196px;
}

@media(max-width: 700px) {
    .videoTestimonial {
        grid-template-columns: 1fr;
        gap: 25px;
        padding: 0px 0px 25px 0px;
    }

    .videoTestimonialCard iframe {
        width: 300px;
        height: 168px;
    }
}


/* Video Testimonial CSS End   */

.testimonial {
    width: 100%;
    height: auto;
}

.testimonialContent {
    width: 90%;
    margin: 0 auto;
}



.testimonialContent h2 {
    font-size: var(--h2);
    color: var(--heading-color);
    font-weight: 700 !important;
    text-align: center;
    margin-bottom: 50px;
}

.testimonialRow {
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-content: center;
    gap: 25px;
}

.testimonialCard {
    display: flex;
    flex-direction: column;
    padding: 15px 50px;
    border-radius: 5px;
    box-sizing: border-box;
    box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.2);
    color: var(--secondary-heading-color);
    transition: 0.5s;
}

.testimonialCard:hover {
    transform: scale(1.02);
}

.testimonial-details {
    display: flex;
    justify-content: flex-start;
    text-align: center;
    align-items: center;
    gap: 15px;
}

.testimonialCard img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin: 0 !important;
}


.testimonialName {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    gap: 5px;
    align-items: flex-start;
    margin-top: 10px;
    text-align: left;
}

.testimonialName h4 {
    font-size: var(--h6);
    font-weight: 600;
    margin: 5px 0px 0px 0px;
}

.testimonialName h6 {
    font-size: var(--p);
    font-weight: 400;
    margin: 0px;
    border-radius: 25px;
    color: var(--secondary-text-color);
    text-align: left;
    font-style: italic;
}

.testimonialText p {
    font-size: var(--p);
    font-weight: 400;
    color: var(--secondary-text-color);
    margin: 0;
    padding-top: 15px;
    text-align: left;
    line-height: 1.5;
}

.one {
    background: rgb(36, 0, 153);
    background: linear-gradient(90deg, rgba(36, 0, 153, 1) 0%, rgba(3, 3, 179, 1) 29%, rgba(6, 75, 164, 1) 50%, rgba(0, 212, 255, 1) 100%);
}

.two {
    background: linear-gradient(to right, #e2963d, #ea89f7);
}

.three {
    background: linear-gradient(to right, #3e39ae, #5d649a);
}

.four {
    background: linear-gradient(to right, #1d89bf, #40493d);
}

.five {
    background: linear-gradient(to right, #44602b, #30d1cc);
}

.six {
    background: linear-gradient(to right, #4610a8, #a67251);
}

.seven {
    background: linear-gradient(to right, #4a2f2a, #7815f9);
}

.eight {
    background: linear-gradient(to right, #750973, #347a91);
}


@media (max-width: 700px) {

    .testimonialContent h2 {
        margin-bottom: 25px;
    }

    .testimonialRow {
        grid-template-columns: 1fr;
        gap: 25px;
        padding-bottom: 0px;
    }

    .testimonial-details {
        justify-content: center;
        flex-direction: column;
        gap: 0px;
    }


    .testimonialCard {
        flex-direction: column;
        text-align: center;
        gap: 10px;
        padding: 15px;
        min-height: 300px;
    }

    .testimonialCard img {
        width: 60px;
        height: 60px;
    }

    .testimonialName h4 {
        font-size: var(--h6);
    }

    .testimonialName {
        justify-content: space-between;
        text-align: center;
        align-items: center;
    }

    .testimonialContent a {
        width: 280px;
    }

    .testimonialText p {
        text-align: center;
    }

}

.testimonial-one {
    padding: 80px 0 80px 0;

}

/* Team */
.team-one {
    padding: 80px 0 80px 0;
    background-color: #f5f7f9;
}

.meetYourMentor {
    width: 100%;
    height: auto;
}

.meetYourMentor h2 {
    font-size: var(--h2);
    color: var(--heading-color);
    font-weight: 700 !important;
    margin-bottom: 50px;
    text-align: center;
}

.meetYourMentor h2 span {
    color: var(--icon-button-hover-color);
}

.mentorSlider {
    height: auto;
    margin: auto;
    position: relative;
    width: 100%;
    display: grid;
    place-items: center;
    overflow: hidden;
}

.slide-track {
    display: flex;
    width: calc(350px * 46);
    animation: scroll 100s linear infinite;
    padding-bottom: 50px;
}

@keyframes scroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(calc(-350px * 46));
        /* Negative value to scroll to the end */
    }
}

/* @keyframes scroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(calc(-350px * 23));
    }
} */

.mentorSlide {
    height: 380px;
    width: 350px;
    display: flex;
    align-items: center;
    padding: 25px;
    perspective: 100px;
    flex-direction: column;
}

.mentorSlide h5 {
    font-size: var(--h5);
    color: var(--heading-color);
    margin: 5px 0px 2px 0px !important;
    font-weight: 600 !important;
}

.mentorSlide p {
    font-size: var(--p);
    color: var(--icon-button-hover-color);
    margin: 0 !important;
    text-transform: uppercase !important;
    font-weight: 500 !important;
}

.mentorSlide img {
    width: 100%;
    margin: 0 !important;
}

.mentorSlider::before {
    background: linear-gradient(to right,
            rgba(255, 255, 255, 1) 0%,
            rgba(255, 255, 255, 0) 100%);
    content: "";
    height: 100%;
    position: absolute;
    width: 10%;
    z-index: 2;
}

.mentorSlider::after {
    background: linear-gradient(to left,
            rgba(255, 255, 255, 1) 0%,
            rgba(255, 255, 255, 0) 100%);
    content: "";
    height: 100%;
    position: absolute;
    width: 10%;
    z-index: 2;
}

.mentorSlider::before {
    left: 0;
    top: 0;
}

.mentorSlider::after {
    right: 0;
    top: 0;
    /* transform: rotateZ(360deg); */
}

@media (mxa-width: 700px) {
    .meetYourMentor h2 {
        margin-bottom: 25px;
    }

    .slide-track {
        padding-bottom: 0px;
    }
}

/* career goal */
.careergoal-one {
    background-image: #ffffff;
    padding: 80px 0 80px 0;
}

.support {
    width: 100%;
    height: auto;
}

.supportContent {
    width: 90%;
    margin: 0 auto;
}

.supportContent h2 {
    font-size: 48px;
    color: #002e5b;
    font-weight: 700;
    text-align: center;
}

.supportContent p {
    font-size: 14px;
    color: #0047AB;
    font-weight: 400;
    text-align: center;
    margin-bottom: 50px;
}

.supportRow {
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
    gap: 25px;
}


.phone-btn,
.emailus-btn,
.heroBtn1 {
    padding: 10px 20px;
    text-align: center;
    text-transform: uppercase;
    transition: 0.5s;
    text-decoration: none;
    background-size: 200% auto;
    color: white !important;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    gap: 10px;
    align-items: center;
    font-size: var(--h6);
    border: none;
    width: 300px;
}

.heroBtn1 {
    /* bbackground: rgb(59,203,241); */
    background: linear-gradient(90deg, rgba(59, 203, 241, 1) 0%, rgba(17, 108, 223, 1) 29%, rgba(6, 105, 164, 1) 50%, rgba(0, 74, 255, 1) 100%);
    box-shadow: 0 4px 15px 0 rgba(145, 147, 245, 0.75);
}

.phone-btn:hover,
.emailus-btn:hover,
.heroBtn1:hover {
    background-position: right center;
    /* change the direction of the change here */
    color: #fff;
    text-decoration: none;
}

.phone-btn {
    background-image: linear-gradient(to right, #FF512F 0%, #DD2476 51%, #FF512F 100%);
}

.emailus-btn {
    background-image: linear-gradient(to right, #FF512F 0%, #F09819 51%, #FF512F 100%);
}

@media(max-width: 700px) {
    .supportRow {
        flex-direction: column;
        gap: 15px;
    }

    .phone-btn,
    .emailus-btn {
        padding: 10px 20px;
        width: 280px;
    }
}

#footer {
    background-color: #0047AB;
    color: #fff;
}

#footer p.sub-title {
    color: #fff;
}

#footer img {
    margin: 0 !important;
    width: 100px;
    text-align: center;
    margin: 0 auto;
}

#footer ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#footer ul li {
    list-style: none;
    line-height: 2.5;
    font-size: var(--p);
    font-weight: 400;
}

#footer ul li a {
    text-decoration: none;
    color: #ffffff;
    transition: 0.2s all linear;
    font-size: var(--p);
}

#particles-js {
    position: absolute;
    top: 0px;
    width: 100%;
    height: 100vh;
    z-index: 0;
}

.exclusive_heading {
    font-size: 45px;
}

header .dropdown .dropdown-menu {
    background: #ffffff !important;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: 0.25rem 1rem;
    clear: both;
    font-weight: 400;
    color: #000000 !important;
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    margin: 5px 0;
}


.navbar-collapse {
    /*flex-basis: 100%;*/
    flex-grow: 0;
    align-items: end;
}

.navbar-brand a {
    color: #ffffff !important;
}

.navbar-light .navbar-brand {
    width: 30% !important;
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: #000 !important;
    background-color: #e9ecef !important;
}

/* mentorsip form */
.exclusive__heading {
    font-size: 40px;
}

/* mentorship :start */
#heading {
    padding: 12px 24px;
    background: #3f51b5;
    color: #f9472b;
    font-size: 32px;
    font-weight: 600;
    text-align: center;
}

#msform {
    text-align: center;
    position: relative;
    margin-top: 20px;
    padding: 1rem;
}

#msform fieldset {
    background: white;
    border: 0 none;
    border-radius: 0.5rem;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding-bottom: 20px;
    position: relative
}

.form-card {
    text-align: left
}

#msform fieldset:not(:first-of-type) {
    display: none
}

#msform .form-control {
    padding: 3px 15px;
    border: 1px solid #ccc;
    border-radius: 0px;
    margin-bottom: 25px;
    margin-top: 2px;
    width: 100%;
    box-sizing: border-box;
    font-family: montserrat;
    color: #2C3E50;
    background-color: #ECEFF1;
    font-size: 16px;
    letter-spacing: 1px
}

#msform .action-button {
    width: 100px;
    background-image: linear-gradient(to right, #314755 0%, #26a0da 51%, #314755 100%);
    text-transform: uppercase;
    background-size: 200% auto;
    box-shadow: 0 0 20px #eee;
    color: white;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 0px 10px 5px;
    float: right
}


#msform .action-button:hover,
#msform .action-button:focus {
    background-position: right center;
    /* change the direction of the change here */
    color: #fff;
    text-decoration: none;
}

#msform .action-button-previous {
    width: 100px;
    background-image: linear-gradient(to right, #003973 0%, #E5E5BE 51%, #003973 100%);
    text-transform: uppercase;
    transition: 0.5s;
    background-size: 200% auto;
    color: white;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px 10px 0px;
    float: right;
    box-shadow: 0 0 20px #eee;
}

#msform .action-button-previous:hover,
#msform .action-button-previous:focus {
    background-position: right center;
    /* change the direction of the change here */
    color: #fff;
    text-decoration: none;
}

.card {
    z-index: 0;
    border: none;
    position: relative;
}

.fs-title {
    font-size: 20px;
    color: #4260a2;
    margin-bottom: 15px;
    font-weight: normal;
    text-align: left
}

.purple-text {
    color: #4260a2;
    font-weight: normal
}

.steps {
    font-size: 18px;
    color: gray;
    margin-bottom: 10px;
    font-weight: normal;
    text-align: right
}

.fieldlabels {
    text-align: left
}

.fieldlabels__span {
    font-size: 12px;
    color: gray;
}

#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    color: lightgrey
}

#progressbar .active {
    color: #4260a2;
}

#progressbar li {
    list-style-type: none;
    font-size: 15px;
    width: 25%;
    float: left;
    position: relative;
    font-weight: 400
}

#progressbar #account:before {
    font-family: FontAwesome;
    content: "\f13e"
}

#progressbar #personal:before {
    font-family: FontAwesome;
    content: "\f007"
}

#progressbar #Experience:before {
    font-family: FontAwesome;
    content: "\f030"
}

#progressbar #confirm:before {
    font-family: FontAwesome;
    content: "\f00c"
}

#progressbar li:before {
    width: 50px;
    height: 50px;
    line-height: 45px;
    display: block;
    font-size: 20px;
    color: #ffffff;
    background: lightgray;
    border-radius: 50%;
    margin: 0 auto 10px auto;
    padding: 2px
}

#progressbar li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: lightgray;
    position: absolute;
    left: 0;
    top: 25px;
    z-index: -1
}

#progressbar li.active:before,
#progressbar li.active:after {
    background: #4260a2;
}

.progress {
    height: 12px
}

.fit-image {
    width: 100%;
    object-fit: cover
}

.multiform {
    background-image: linear-gradient(90deg, rgb(24, 40, 72), rgb(75, 108, 183));
    ;
}

/* mentorship :end  */
#login-form-wrap {
    background-color: #fff;
    text-align: center;
    padding: 20px 0 0;
    border-radius: 4px;
    box-shadow: 0 30px 50px 0 rgba(0, 0, 0, .2);
}

#login-form {
    padding: 0 60px 20px 60px;
}

#login-form p {
    position: relative;
}

input[type=text],
input[type=email],
input[type=number] {
    width: 100%;
    padding: 0 0 0 10px;
    margin: 0;
    color: #8a8b8e;
    border: 1px solid #c2c0ca;
    font-style: normal;
    font-size: 16px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
    display: inline-block;
    background: 0 0;
}

.validation {
    display: none;
    position: absolute;
    content: " ";
    height: 60px;
    width: 30px;
    right: 15px;
    top: 0;
}

#create-account-wrap {
    background-color: #eeedf1;
    color: #8a8b8e;
    font-size: 14px;
    width: 100%;
    padding: 10px 0;
    border-radius: 0 0 4px 4px;
}

a,
a:link,
a:visited,
a:active {
    color: #3ca9e2;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

.company__logo {
    width: 40%;
}

@media only screen and (max-width: 600px) {
    .company__logo {
        width: 100%;
    }

    .logo a {
        font-size: 15px;
    }
}

.forget {
    padding: 5rem;
}

.forget title {
    display: block !important;
}

.otp__one {
    padding: 30px;
    background: #ffffff;
}

.main__body {
    background: #f0f8ff;
}

.margin__auto {
    margin-left: auto;
}


/*! my css   */

.dropdown-menu {
    box-sizing: border-box;
    overflow: hidden;
}

.dropdown-menu {

    display: block;
    visibility: hidden;
    opacity: 0;
    position: absolute !important;
    transition: visibility 0s, opacity 0.5s linear;
}

.dropdown:hover .dropdown-menu {
    position: absolute;
    visibility: visible;
    opacity: 1;
}


/* ! slider */
.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    height: 50%;
}

.owl-prev,
.owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 2rem;
    color: #333;
    padding: 10px;
    cursor: pointer;
    z-index: 1000;
}

.owl-prev {
    left: 10px;
}

.owl-next {
    right: 10px;
}


/* Add this CSS to your stylesheet */
.dropdown-menu {
    display: none;
    position: absolute;
    background-color: #fff;
    min-width: 10rem;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    animation: fadeIn 0.5s ease forwards;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
