@keyframes blink {
    0% {
        opacity: 0;
    }
    20% {
        opacity: .5;
    }
    40% {
        opacity: 1;
        transform: scale(1.3);
    }
    60% {
        opacity: 1;
        transform: scale(1.05);
    }
    80% {
        opacity: .5;
    }
    100% {
        opacity: 0;
    }
}





.youtube-card-wrapper {
    width: 100%;
    padding-top: 55%;
    position: relative;
}

.youtube-card-wrapper iframe {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

a,
a.text-decoration-none {
    transition: .2s ease all;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

a:focus {
    outline: 0;
}

img {
    max-width: 100%;
}

ul,
p,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0!important;
    padding: 0!important;
}

ul,
li {
    list-style: none;
}

.container-sm {
    max-width: 800px;
}

.bg-light {
    background-color: #e9ecf5!important;
}

.bg-light-blue {
    background-color: #dadfec !important;
}

.bg-light-200 {
    background-color: #C4C7D8!important;
}

.bg-yellow-light {
    background-color: #f9f8df;
}

 .kpopup-container {
    display: none !important;
}

.nav-tab-light-blue a.nav-link {
    border: none;
    border-top: transparent 3px solid;
    font-weight: 700;
    color: #000;
}

.nav-tab-light-blue a.nav-link.active {
    background-color: #E0F4FC !important;
    border-top: #ffcc29 3px solid;
    font-weight: 700;
}

.number-list>li {
    list-style-type: auto;
    margin-bottom: 10px;
}

.list li {
    position: relative;
    padding-left: 1.2rem;
    margin-bottom: 0.5rem;
    font-size: 1rem;
}

.list.small>li {
    font-size: 0.8rem;
}

.list li::before {
    position: absolute;
    left: 0px;
    content: "\2713";
    color: #666;
}

.list li ul li {
    padding: 0;
}

.list li ul li::before {
    position: absolute;
    left: -16px;
    top: 10px;
    content: "";
    background-color: #F2C94C;
    width: 5px;
    height: 5px;
    border-radius: 10px;
}

.list.list-dot li {
    margin-bottom: 10px;
}

.list.list-dot li::before {
    content: "";
    width: 7px;
    height: 7px;
    border-radius: 10px;
    background-color: #000;
    margin: 7px 0;
}

.form-control:focus {
    box-shadow: none;
}

.shadow-sm {
    box-shadow: rgba(0, 0, 0, .3) 0 0 5px;
}



*:focus {
    outline: none;
}


/*--From Homepage--*/


/*--for Home Main banner--*/

.enq-btn {
    z-index: 1000;
    position: fixed;
    margin: 0 !important;
    transform: rotate(-90deg);
    left: -80px;
    top: 56%;
}

.btn-primary {
    background-color: #343362;
    border-color: #343362;
    color: #ffcc29;
}

.btn-outline-primary {
    background-color: transparent;
    border-color: #343362;
    color: #343362;
}

.btn-outline-primary:hover {
    background-color: #343362;
    border-color: #343362;
    color: #fff !important;
}

.btn-outline-secondary {
    background-color: transparent;
    border-color: #ffcc29;
    color: #ffffff;
    border-width: 2px;
}

.btn-outline-secondary:hover {
    background-color: #343362;
    border-color: #343362;
    color: #fff !important;
}

.btn-yellow {
    background-color: #ffcc29;
    color: #343362;
}

.btn-yellow:hover {
    background-color: #d3a200;
    color: #343362;
}

.text-primary {
    color: #343362 !important;
}

@keyframes blinker {
    0% {
        opacity: 1.0;
        transform: scale(1.09);
    }
    100% {
        opacity: 0.7;
        transform: scale(1.05);
    }
}

.blink {
    text-decoration: none;
    animation-name: blinker;
    animation-duration: 0.2s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    animation-direction: alternate;
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 0.4s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-direction: alternate;
}

.blink1 {
    text-decoration: none;
    animation-name: blink;
    animation-duration: 0.5s;
    animation-delay: 3000ms;
    animation-timing-function: ease-in-out;
    animation-direction: alternate;
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 0.4s;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-direction: alternate;
}

.blink2 {
    text-decoration: none;
    animation-name: blink;
    animation-duration: 0.5s;
    animation-delay: 4000ms;
    animation-timing-function: ease-in-out;
    animation-direction: alternate;
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 0.4s;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-direction: alternate;
}

.blink3 {
    text-decoration: none;
    animation-name: blink;
    animation-duration: 0.5s;
    animation-delay: 5000ms;
    animation-timing-function: ease-in-out;
    animation-direction: alternate;
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 0.4s;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-direction: alternate;
}

.back-btn {
    height: 1rem;
    width: 2rem;
    padding: 0;
    line-height: 0%;
}

.go-to-top {
    z-index: 1000;
    right: 1.8REM;
    width: 2.5rem !important;
    height: 2.5rem;
    position: fixed;
    padding: 0.6rem !important;
    bottom: 5.5rem;
    line-height: 0 !important;
}

div#carouselExampleIndicators .owl-dots>button {
    background: #3b3a67;
    width: 15px;
    height: 6px;
    margin: 2px;
}

div#carouselExampleIndicators .owl-dots>button.active {
    background: #fecc00;
}

div#carouselExampleIndicators .owl-dots {
    text-align: center;
    margin: 20px 0;
    line-height: 0;
}

div#carouselExampleIndicators .owl-nav {
    display: none;
}


/*---./---*/

.popular-program .owl-nav {
    position: absolute;
    top: calc(50% - 45px);
    width: 100%;
}

.popular-program .owl-nav>button.owl-prev {
    font-size: 60px !important;
    left: -15px;
    position: absolute;
    color: #fac92d;
}

.popular-program .owl-nav>button.owl-next {
    font-size: 60px !important;
    right: -15px;
    position: absolute;
    color: #fac92d;
}

.owl-carousel-testimonial button.owl-dot {
    width: 30px;
    height: 3px;
    background: #343362 !important;
    margin: 0 2px;
    outline: 0 !important;
}

.owl-carousel-testimonial button.owl-dot.active {
    width: 30px;
    height: 3px;
    background: #fecc00 !important;
    margin: 0 2px;
}

@media(max-width:1100px) {
    .container {
        min-width: 100%;
    }
}

@media(max-width:768px) {
    li.uk-width-1-2 {
        padding: 0 10px;
        width: calc(100% - 20px);
    }
    .uk-content {
        width: 100% !important;
        padding: 2em 15px !important;
    }
}

.home-banner-bottom-btn {
    padding: 0 7.5px;
    display: inline-block;
}

.home-banner-bottom-btn>a {
    font-size: 18px !important;
    width: 280px !important;
    background: #3b3a67 !important;
    color: #fff !important;
    text-decoration: none !important;
    text-transform: unset !important;
    margin-bottom: 8px !important;
}


/*--FOr location--*/

.center-address {
    display: none;
    background: #fff;
    display: none;
    border: 1px solid #fff;
    color: #343362;
    border-radius: 6px;
}

.center-address .box-header {
    padding: 10px;
    border-bottom: 1px solid #fff;
    font-weight: bold;
}

.scaleHover {
    transition: all 0.15s;
}

.scaleHover:hover {
    transform: scale(1.05);
}

.ml-auto {
    margin-left: auto!important;
}

.center-address address {
    padding: 10px;
    margin: 0;
    font-weight: bold;
    border-bottom: 1px solid #fff;
}

.center-address address:before {
    content: 'Address';
    display: block;
    font-weight: normal;
    background: #fff;
    padding: 0 10px;
    margin: -10px -10px 10px;
}

.center-address .box-footer {
    padding: 10px;
    font-weight: bold;
}

.center-address .box-footer:before {
    content: 'Contact Details';
    display: block;
    font-weight: normal;
    background: #fff;
    padding: 0 10px;
    margin: -10px -10px 10px;
}

.center-address.block {
    display: block;
}

.map-iframe {
    width: 100%;
    height: 350px;
    display: none;
    border: 2px solid #ffcc29;
}

.map-iframe.block {
    display: block;
}

.text-decoration-none {
    text-decoration: none;
}

.blue-heading-with-yellow-border {
    text-transform: uppercase;
    color: #343362!important;
    box-shadow: 0 5px 0 #fecc00;
    display: inline-block;
    font-weight: 600;
    padding: 5px 10px!important;
    margin-bottom: 30px!important;
}

.blue-heading {
    color: #343362;
    margin: 15px 0 !Important;
}

.blue-heading-bold {
    color: #343362;
    margin: 15px 0 !Important;
    font-weight: 600;
}


/*---./---*/


/*--About the Founders--*/

.founder-box {
    max-width: 282px;
    margin: 0 auto 20px;
    border-radius: 6px;
    box-shadow: 0 0 2px 0 #00000030;
}

.founder-box img {
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
    filter: grayscale(1);
}

.founder-box h4.name-h4 {
    text-align: left;
    padding: 15px 15px !important;
    color: #343362;
    font-size: 16px;
    font-weight: bold;
    background: #ffcc29;
}

.founder-box p.about-p {
    font-size: 14px;
    text-align: justify;
    padding: 15px !important;
}


/*--.About The Founders--*/


/*--OUr Results Section--*/

.results-holder-area {
    text-align: center;
    border-radius: 20px;
    padding: 20px 40px;
    border: 4px solid #ffcc29;
    margin-bottom: 80px;
}

.results-holder-area:last-child {
    margin-bottom: 0;
}

.results-holder-area .heading-holder {
    display: inline-block;
    background: #fff;
    padding: 0 25px;
    margin: -40px 0 40px !important;
    position: relative;
}

.heading-holder:before,
.heading-holder:after {
    content: '';
    width: 12px;
    height: 13px;
    background: #ffcc29;
    position: absolute;
    left: -5px;
    top: calc(50% - 8px);
}

.heading-holder:after {
    right: -5px;
    left: auto;
}

.results-holder-area .heading-holder>h1 {
    padding: 5px 25px !important;
    background: #ffcc29;
    border-radius: 20px;
    font-size: 24px;
}

.score-card {
    background: #efeff0;
    text-align: center;
    padding: 30px 5px 15px;
    border: 2px solid #fff;
    border-radius: 20px;
    box-shadow: 0 0 6px 0px #00000040;
    position: relative;
    margin-bottom: 20px;
}

.score-card>span {
    background: #ffcc29;
    color: #343362;
    width: 58px;
    height: 58px;
    display: inline-block;
    font-size: 12px;
    line-height: 1;
    border-radius: 50%;
    font-weight: bold;
    padding: 10px 5px;
    position: absolute;
    right: 5px;
    top: 5px;
}

.student-image {
    width: 160px;
    height: 160px;
    position: relative;
    margin: auto;
    border-radius: 50%;
    background: #eeeeee;
    overflow: hidden;
    /*border: 2px solid #343362;*/
}

.student-image:before {
    content: '';
    position: absolute;
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    /*background: #ffffff;*/
    left: 5px;
    top: 5px;
    border-radius: 50%;
    z-index: 1;
    /*border: 2px solid #ffcc29;*/
}

.student-image>img {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0;
    z-index: 2;
}

.score-card .score {
    color: #343362;
    display: inline-block;
    background: #ffcc29;
    font-weight: bold;
    border-radius: 20px;
    padding: 2px 15px;
    margin: 8px;
}

.score-card .student-name {
    color: #343362;
}

.score-card .course-name {
    color: #343362;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.4;
    text-align: center;
}


/*--Our Results section--*/


/*-----------COURSE CARD DESIGN CSS---------------------*/

.filter-row.affix {
    position: sticky;
    width: 100%;
    z-index: 9;
    top: 126px;
}

.filter-row {
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .1);
    background: #fecc01;
    padding: 20px 0 0px;
    margin-bottom: 25px;
}

.filter-row>.container {
    padding-left: 60px;
    position: relative;
}

.filter-row>.container>img {
    position: absolute;
    left: 15px;
    top: 10px;
}

.input-holder {
    margin-bottom: 20px;
    position: relative;
}

.input-holder input,
.input-holder select {
    padding: 15px 15px 10px;
    height: 51px;
    border: 1px solid #1f1d5a;
    font-weight: bold;
    color: #212529;
    height: auto !important;
}

.input-holder label {
    left: 10px;
    position: absolute;
    top: -10px;
    font-size: 80%;
    background: #353463;
    padding: 2px 15px;
    color: #fff;
    border-radius: 16px;
}

.filter-cat-results .f-cat {
    opacity: 0;
    display: none;
}

.filter-cat-results .f-cat.active {
    opacity: 1;
    -webkit-animation: fadeIn 0.65s ease forwards;
    animation: fadeIn 0.65s ease forwards;
}

.card.filter-cat-results .f-cat.active {
    opacity: 1;
    display: flex;
    -webkit-animation: fadeIn 0.65s ease forwards;
    animation: fadeIn 0.65s ease forwards;
}

.fadeIn {
    -webkit-animation: fadeIn 2s ease forwards;
    animation: fadeIn 2s ease forwards;
    animation-delay: 0.5s;
    opacity: 0;
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.fadeInUp {
    animation: fadeInUp 1s ease-out backwards;
}

@keyframes fadeInUp {
    0% {
        transform: translate(0px, 100px);
        opacity: 0;
    }
    100% {
        transform: translate(0px, 0);
        opacity: 1;
    }
}

.fadeInUp {
    animation: fadeInUp 2s ease-in-out backwards;
}

@keyframes fadeInUp {
    0% {
        transform: translate(0px, 100px);
        opacity: 0;
    }
    100% {
        transform: translate(0px, 0);
        opacity: 1;
    }
}

.fadeInleft {
    animation: fadeInleft 2s ease-in-out backwards;
}

@keyframes fadeInleft {
    0% {
        transform: translate(100px, 0px);
        opacity: 0;
    }
    100% {
        transform: translate(0px, 0);
        opacity: 1;
    }
}

.fadeInRight {
    animation: fadeInRight 2s ease-in-out backwards;
}

@keyframes fadeInRight {
    0% {
        transform: translate(-100px, 0px);
        opacity: 0;
    }
    100% {
        transform: translate(0px, 0);
        opacity: 1;
    }
}

@keyframes move {
    0% {
        transform: translate(0, 0px);
    }
    50% {
        transform: translate(0, -10px);
    }
    100% {
        transform: translate(0, 0px);
    }
}

.move {
    position: relative;
    -webkit-animation: move 4000ms infinite;
    animation: move 4000ms infinite;
}

.col-lg-12.f-cat {
    margin-bottom: 20px;
}

.card.course-card-box {
    background: #e9ecf5;
    border-radius: 0;
    border: 0;
    /*margin-bottom: 20px;*/
}

.card.course-card-box .card-header {
    background: transparent;
    border: 0;
    text-align: center;
}

.card-header>div {
    display: inline-block;
    text-align: center;
}

div.for-class {
    /* background:#fff; */
    border: 1px solid #343362;
    color: #343362;
    padding: 10px 15px;
    float: left;
    border-radius: 6px;
    /* margin-top:-12px; */
    /* border-bottom-left-radius: 8px; */
    /* border-bottom-right-radius: 8px; */
}

span.program-name {
    font-weight: bold;
    color: #343362;
    font-size: 24px;
    display: inline-block;
}

span.program-duration {
    padding-left: 50px;
    position: relative;
    display: inline-block;
    text-align: left;
    color: #343362;
}

span.program-duration>img {
    width: 30px !important;
    position: absolute;
    left: 4px;
    top: 8px;
}

div.for-stream {
    /* background:#fecc00; */
    color: #343362;
    padding: 10px;
    float: right;
    height: 46px;
    border: 1px solid #343362;
    border-radius: 6px;
    font-weight: bold
}

.card.course-card-box .card-body {
    padding: 0 1.25rem;
}

.card.course-card-box .card-body>img {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 220px;
}

ul.course-content-ul li {
    width: 50%;
    float: left;
    padding: 8px 0;
    min-height: 43px;
}

ul.course-content-ul li>img {
    width: 25px !important;
    display: inline-block !important;
}

ul.course-content-ul li>span {
    position: relative;
}

ul.course-content-ul li>span:before {
    /*content: '';*/
    position: absolute;
    width: 2px;
    height: 25px;
    background: #343362;
    left: 0;
}

.card.course-card-box .card-footer {
    background: transparent;
    border: 0;
}

.card.course-card-box .card-footer h4 {
    font-weight: bold;
    color: #343362;
    opacity: 0;
}

.card.course-card-box .card-footer>a.buy-now-btn {
    background: #343362;
    border: 0;
    margin-left: 0;
    padding: 10px 20px;
    color: #fff;
}

a.btn.btn-success.buy-now-btn.for-admissions-link {
    text-decoration: underline;
    background: transparent;
    color: #343362;
    text-transform: uppercase;
    padding: 5px;
    margin: 0;
}

.card.course-card-box .card-footer>a:last-child {
    /* background: #fecc00; */
    background: #343362;
    color: #fff;
    border: 0;
    padding: 8px 18px;
}

span.highlighted {
    background: #fecc00;
    color: #343362;
    padding: 5px 30px;
    border-left: 4px solid #343362;
    font-weight: bold;
}

@media(max-width:768px) {
    .filter-cat .input-holder select {
        font-size: 12px;
        padding: 15px 5px 5px 5px;
    }
    .input-holder label {
        left: 5px;
        font-size: 70%;
        padding: 2px 8px;
    }
    .filter-row>.container {
        padding-left: 45px;
    }
    .filter-row>.container .col-4.col-md-3 {
        padding: 0 7.5px 0 0;
    }
    .filter-row>.container>img {
        width: 20px;
        left: 5px
    }
    .card.course-card-box {
        font-size: 12px;
        border-radius: 6px;
        box-shadow: 0px 1px 3px 0px #0000007d;
    }
    .card.course-card-box .card-header {
        height: 155px;
    }
    .program-name-duration {
        position: absolute;
        left: 0;
        font-size: 14px;
        top: 50px;
        padding: 0 5px;
        width: 100%;
        height: 100px;
        display: table !important;
    }
    .program-name-duration>div {
        display: table-cell;
        vertical-align: middle;
    }
    .program-name-duration span.program-name {
        font-size: 14px;
    }
    div.for-stream {
        margin-top: 0;
        padding: 6px 10px;
        height: auto;
    }
    .card-body>h4 {
        font-size: 14px;
        font-weight: bold;
        text-transform: uppercase;
        margin-top: 5px !important;
    }
    ul.course-content-ul li {
        width: 100%;
        padding: 5px 0 5px 30px;
        min-height: auto;
    }
    ul.course-content-ul>li>img {
        position: absolute;
        left: 20px;
        width: 20px !important;
    }
    span.highlighted {
        width: 100%;
        display: block;
        left: -30px;
        top: 5px;
    }
    .card.course-card-box .card-body>img {
        width: 140px;
    }
    .card.course-card-box .card-footer {
        text-align: center;
        padding-right: 120px;
        height: 146px;
    }
    .card.course-card-box .card-footer h4 {
        font-size: 16px;
    }
    .card.course-card-box .card-footer>a {
        padding: 5px 12px !important;
        margin: 10px 0 0;
        width: auto;
        position: absolute;
    }
    a.btn.btn-success.buy-now-btn.for-admissions-link {
        left: 20px;
        bottom: 20px;
    }
    .card.course-card-box .card-footer>a:last-child {
        bottom: 65px;
        left: 45px;
    }
}

@media(max-width:480px) {
    .card.course-card-box .card-footer {
        height: 120px;
    }
}


/*-------------------./-----------------------------------*/

h2 {
    text-transform: uppercase!important;
    color: #343362!important;
    box-shadow: 0 5px 0 #fecc00;
    display: inline-block;
    margin-bottom: 18px!important;
    font-size: 35px!important;
    font-weight: 700!important;
    padding: 5px 10px!important;
    margin-bottom: 30px!important;
}

.btn-link a {
    background: #ffcc29;
    color: #3b3a67;
    font-weight: bold;
    transition: .2s ease all;
    text-transform: uppercase;
    display: inline-block;
    font-size: 24px;
    border-radius: 7px;
    padding: 10px 20px;
    margin: .7em 0 1em 0;
}

.btn-link a:hover {
    background: #3b3a67;
    color: #fff;
}



.bottom-strip .nav-link,
.top-strip .nav-link {
    color: #1f1d5a;
    font-size: 0.8rem;
    text-transform: uppercase;
}

.top-strip .nav-link {
    font-weight: 600;
}

.top-strip .nav-item:first-child>.nav-link {
    border-left: none;
}

.text-maroon {
    color: #B80000 !important;
}

.bg-maroon {
    background-color: #B80000 !important;
}

.btn-maroon {
    background-color: #B80000 !important;
    color: #ffffff;
}

.bottom-strip {
    background-color: #e9ecf5;
}

.navbar-light .header-menu .navbar-nav>.nav-item>.nav-link {
    color: #1f1d5a;
    padding-left: 1.2rem;
    padding-right: 1.2rem;
}

.top-panel {
    background: #F5F5F5;
    position: fixed;
    top: 0;
    z-index: 9999;
    width: 100%;
    color: #333;
    text-align: center;
    padding: 4px 0 3px;
    font-size: 12px;
    font-weight: bold;
}

.top-panel span {
    font-weight: 400;
    margin-right: 3px;
}

.top-panel .book a {
    background: #fff;
    border-radius: 3px;
    color: #333;
    padding: 2px 5px;
    position: relative;
    top: 2px;
}

.top-links {
    margin-right: 13px !important;
    align-items: center;
}

.top-links li {
    border-left: #000 1px solid;
    padding-left: 5px;
    margin-right: 0 !important;
    line-height: 1;
}

.top-links li:first-child {
    border-left: none;
}

.top-links a {
    font-weight: 500;
    color: #000;
    font-size: 12px;
}

.top-header {
    padding: 0;
    text-align: center;
    position: relative;
    min-height: 82px;
}

.top-header-container {
    display: inline-block;
    width: 100%;
    text-align: left;
}

.top-header .link {
    float: right;
}

.top-header .link li {
    float: left;
    margin-right: 10px;
    line-height: 67px;
}

.carousel-caption {
    position: relative;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
    padding: 0;
    color: #333;
    text-align: center;
}

.carousel-caption h3 {
    text-transform: uppercase;
    font-weight: bold;
    color: #3b3a67;
    margin-top: .6em;
}

.carousel-caption h3 span {
    display: block;
    font-weight: 400;
}

.carousel-indicators li {
    background: #2f3063;
}

.carousel-indicators li.active {
    background: #8389c3;
}

.carousel-caption .social {
    overflow: hidden;
}

.carousel-caption .social li,
.store .social li {
    max-width: 120px;
    width: 100%;
    display: inline-block;
    margin: 0 .5em;
}

.curve-line {
    background: url(../../assets/images/curve.png) center no-repeat;
    width: 100%;
    height: 58px;
}

.carousel-caption .heading {
    position: absolute;
    color: #fff;
    padding: .5em 0;
    width: 100%;
    background: rgba(31, 29, 90, .6);
    font-size: 30px;
    margin-bottom: 2em;
}

.carousel-caption .heading b {
    font-size: 40px;
    display: block;
    line-height: 50px;
}

.carousel-indicators {
    bottom: 0px;
    position: relative;
}

.banner-container {
    position: relative;
}

.banner-container .heading {
    position: absolute;
    bottom: 0;
    width: 100%;
    color: #fff;
    padding: .5em 0;
    background: rgba(31, 29, 90, .6);
    font-size: 30px;
    margin: 0 auto;
    text-align: center;
    font-size: 24px;
}

.our-hero {
    padding: 2em 0;
    overflow: hidden;
    margin: 1em 0;
}

.our-hero p {
    margin-top: 3em;
}

.our-hero .author-area {
    margin: 1em 0;
    overflow: hidden;
    position: relative;
}

.our-hero .author-area .figure {
    width: 50%;
    float: left;
    position: relative;
}

.our-hero .author-area .figure:before {
    position: absolute;
    content: '';
    background: url(../../assets/images/quote-top.jpg);
    width: 35px;
    height: 28px;
    top: 0;
    left: 0;
}

.our-hero .author-area .figure:after {
    position: absolute;
    content: '';
    background: url(../../assets/images/quote-bottom.jpg);
    width: 35px;
    height: 28px;
    bottom: 0;
    right: 0;
}

.our-hero .author-area .head {
    width: 50%;
    float: left;
    padding: 8em 3em;
    text-align: left;
}

.our-hero .author-area .head span {
    font-size: 30px;
    display: block;
    color: #2f3063;
}

.our-hero .author-area .head b {
    display: block;
    font-size: 30px;
    line-height: 35px;
    font-weight: 900;
    color: #2f3063;
}

.our-hero .author-area .circle-area {
    position: relative;
    padding-bottom: 10px;
}

.our-hero .author-area .circle-area img {
    max-width: 100%;
}

.our-hero .author-area .head {
    padding: 1em .5em 0 1em!important;
    position: absolute;
    transform: translate(-40%, -50%);
    top: 50%;
    left: 73%;
    z-index: 99;
}

.our-hero p {
    /* text-align: center; */
    color: #000;
    /* width: 80%; */
    /* margin: 4em auto 0!important; */
}

.choose-us {
    padding: 2em 0;
    overflow: hidden;
    margin: 1em 0;
}

.choose-us ul {
    margin: 1em;
    transform: translate(12%, 10px);
}

.choose-us li {
    width: 50%;
    float: left;
    margin-bottom: 1.3em;
    text-align: left;
    line-height: 50px;
}

.choose-us li span {
    width: 51px;
    height: 51px;
    float: left;
    margin-right: 2em;
}

.choose-us .btn-link a {
    font-size: 18px;
}

.our-journey {
    background: #e9ecf5;
    padding: 2em 0;
}

.our-journey .rh-row {
    overflow: hidden;
    background: url(../../assets/images/journey%20infographic.png) no-repeat;
    background-size: 100%;
    max-width: 660px;
    margin: auto;
}

.our-journey .item {
    width: 20%;
    float: left;
}

.our-journey .icon {
    position: relative;
    padding: 10px;
    width: 80%;
    height: 140px;
    margin: 0 auto;
    text-align: center;
}

.our-journey .icon span {
    background: #8288c2;
    border-radius: 50%;
    width: 100%;
    height: 100%;
    display: block;
    padding: 45px;
}

.our-journey .icon figure {
    margin: auto;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
}

.our-journey .odd {
    margin-top: 5em;
}

.our-journey .even {
    margin-top: 11em;
}

.our-journey .v-line {
    width: 5%;
    height: 100px;
    margin: auto;
    background: url(../../assets/images/dot.jpg) repeat-y;
    position: relative;
}

.our-journey .v-line:after {
    content: "";
    width: 0;
    position: absolute;
    left: -40%;
    bottom: -1px;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #fecc00;
}

.our-journey .v-line.odd {
    height: 60px;
}

.our-journey .v-line.even {
    height: 140px;
}

.our-journey .care {
    overflow: hidden;
}

.store {
    background: #fecc00;
    padding: 2em 0;
    text-align: center;
    text-transform: uppercase;
    color: #343362;
    font-size: 30px;
}

.store .social li {
    margin: 0;
}

.store .social li img {
    border: 1px solid #fff;
    border-radius: 10px;
}

.store .btn-link a {
    background: #fff;
}

.store .btn-link a:hover {
    background: #343362;
    color: #fecc00;
}

.milestone {
    padding: 2em;
    text-transform: uppercase;
}

.milestone span {
    font-size: 35px;
    font-weight: 900;
    display: block;
    color: #343362;
}

.testimonial {
    padding: 1em 0 2em;
}

.testimonial .img-box {
    padding: 1em 0 1.5em;
}

.testimonial .overview {
    margin-top: 3em;
    display: inline-block;
}

.testimonial .overview img {
    max-width: 60%;
    width: 60%;
}

.testimonial .carousel-inner {
    width: 80%;
    margin: auto;
    text-align: center;
}

.testimonial .carousel-indicators {
    top: 2em;
    height: 20%;
}

.testimonial .carousel-indicators li {
    background: transparent!important;
    width: 50%;
    text-indent: inherit;
    margin: 0 1em;
}

.testimonial .carousel-indicators li.active::before {
    background: #333;
    height: 5px;
    top: inherit!important;
    bottom: -60px;
}

.testimonial .carousel-indicators li::after {
    content: none;
}

.course-area {
    padding: 1em 0;
}

.our-course {
    width: 120%;
}

.course-area .owl-item,
.course-area .item {
    /* background: #e9ecf5; */
    position: relative;
    text-align: left;
    box-shadow: 3px 3px 5px 6px #f5f5f5;
    float: left;
}

.txt-format {
    max-width: 500px;
    margin: 10px auto!important;
    text-align: center;
}

.course-area .item .iit {
    position: absolute;
    background: #ffcc29;
    width: auto;
    right: 48px;
    top: 0;
    padding: .5em .5em .5em;
    text-align: center;
}

.course-area .item .head {
    text-transform: uppercase;
    font-size: 20px;
    padding: 1em 1em 0 1em;
    color: #2f3063;
}

.course-area .item .head b {
    font-weight: 900;
    color: #2f3063;
}

.course-area .item .head span {
    float: left;
    margin-right: 18px;
}

.course-area .item .head span.icon-image {
    height: 60px;
    float: left;
    width: 40px;
}

.course-area .item .icon-size img {
    width: 36px;
}

.course-area .item .icon-size2 img {
    width: 30px;
    position: relative;
    top: 3px;
}

.course-area .item .detail {
    font-size: 13px;
}

.course-area .item .duration-block {
    margin-bottom: 20px;
    font-size: 14px;
}

.course-area .item .detail {
    position: relative;
    padding: 1em 1em 0 1em;
    margin-left: 0px;
    margin-right: 0;
    width: 100%;
    float: left;
}

.course-area .item .detail .student {
    position: absolute;
    right: 0;
    width: 50%;
    bottom: 0;
}

.course-area .item .detail .detail-head {
    margin-bottom: 1em;
    float: left;
    width: 100%;
}

.course-area .item .detail h3 {
    font-size: 16px;
    position: relative;
    display: inline-block;
    margin-bottom: 15px!important;
}

.course-area .item .detail .detail-head span {
    float: left;
    margin-right: 18px;
}

.course-area .item .detail .detail-head strong {
    display: block;
}

.course-area .item .detail .detail-head b {
    color: #2f3063!important;
}

.cr-content {
    float: left;
    width: 100%;
}

.course-area .item .detail .cr-content b,
.course-area .bg-yellow .cr-content b {
    display: inline-block!important;
    margin-bottom: 1em;
    font-size: 16px;
    font-weight: 900;
    color: #fff!important;
    padding: 4px 20px;
    border-radius: 6px;
}

.course-area .item .detail .cr-content ul.icon {
    float: left;
}

.course-area .item .detail .cr-content ul.icon li {
    border-right: 1px solid #333;
    padding-right: 10px;
}

.course-area .item .detail .cr-content ul.pr-text li {
    padding-left: 0px;
    color: #2f3063;
    font-size: 14px;
}

.course-area .item .detail .cr-content ul.pr-text {
    float: left;
}

.course-area .item .detail .cr-content ul.pr-text li {
    padding-left: 15px;
    color: #2f3063;
}

.course-area .item .detail .cr-content ul.icon img {
    width: 36px;
    position: relative;
    top: 7px;
}

.course-area .item .detail .cr-content li {
    padding: 0;
    margin: 0;
    line-height: 54px;
}

.course-area .bg-yellow .detail .cr-content li {
    line-height: 44px;
}

.course-area .item .detail .cr-content span {
    border-right: 1px solid #333;
    padding-right: 10px;
    margin-right: 10px;
}

.course-area .item .btn-area {
    padding: 1em .8em 1.2em;
    text-align: center;
    float: left;
    width: 100%;
}

.course-area .item .btn-area b {
    font-size: 22px;
    font-weight: 900;
    text-transform: uppercase;
    display: block;
    margin-bottom: .5em;
    color: #343362;
}

.our-courses .owl-nav {
    display: none;
}

.btn {
    border-radius: 5px;
    padding: 7px 20px;
    margin: 0em;
    font-size: 16px;
}

.home-courses .item {
    float: left;
}

.btn.now {
    background: #343362;
    color: #fff;
}

.btn.now:hover {
    background: #fecc00;
    color: #333;
}

.course-area .item .btn.more {
    background: #fecc00;
}

.btn.more:hover {
    background: #343362;
    color: #fff;
}

.item .btn.ex {
    background: #d2d3d5;
}

.map {
    position: relative;
    background: url(https://www.vidyamandir.com/assets/images/map.jpg) top/cover;
    min-height: 250px;
}

.map .overlay {
    background: #343362;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: .8;
}

.map .search-area {
    /* position: absolute; */
    /* z-index: 2; */
    /* top: 35%; */
    /* width: 100%; */
    /* text-align: center; */
    color: #fff;
    padding: 40px 20px;
}

.map .search-area b {
    text-transform: uppercase;
    font-size: 30px;
}

.map .search-area .card {
    width: 100%;
    margin: 15px 0;
    color: #000;
}

.map .search-area .card input[type="search"] {
    border: 0;
    font-size: 14px;
}

.map .search-area .card-body {
    padding: 0;
}

.map .search-area .col-auto {
    padding: 10px 0 0 10px;
}

.map .search-area .col-auto i {
    font-size: 20px;
}

.map .search-area .btn {
    border-radius: 6px;
    background: #fecc00;
    margin: 5px!important;
}

.search-area button {
    margin-right: 1px;
}

.discover {
    padding: 2em 0;
    position: relative;
}

.discover .video-section {
    /*background: url(../../assets/images/vid-img.jpg);
	height: 500px;*/
}

.discover .text {
    position: absolute;
    width: 100%;
    z-index: 1;
    bottom: 30%;
    font-size: 24px;
    color: #fff;
    width: 80%;
    left: 10%;
}

.discover .text span {
    width: 86px;
    height: 86px;
    margin: 0 auto 1em;
    display: block;
}

.map .search-area .btn-ser {
    background: url(../../assets/images/btn-search.png);
    width: 25px;
    height: 25px;
    display: block;
    margin-left: 10px;
}

.programe {
    padding: 3em;
}

.programe h2 {
    color: #333;
}

.steam {
    text-align: center;
    padding-bottom: 0em;
    padding-top: 2rem;
}

.steam img {
    border: 3px solid #fecc00;
    width: 50%;
    margin: auto;
}

.steam .carousel-indicators {
    bottom: 0;
}

.steam .carousel-indicators li {
    width: 50px;
}

.steam .carousel-indicators li {
    background: #2e3063;
}

.carousel-indicators li.active {
    background: #ffcb05;
}

.store .now a:hover {
    background: #343362;
    color: #fecc00;
}

footer {
    background: #1f1d5a;
    padding: 2rem 0 0;
    color: #e9ecf5;
    text-transform: uppercase;
    text-align: left;
    font-size: .9rem;
}

.sm-circle {
    width: 2rem;
    height: 2rem;
    display: inline-block;
    padding: 0.4rem;
    border-radius: 50%;
    text-align: center;
}

.sm-circle i {
    font-size: 1rem;
}

footer h3 {
    font-size: 1rem;
    font-weight: bold;
    margin-bottom: .7rem !important;
    color: #e9ecf5;line-height: 48px;
}

footer a {
    color: #e9ecf5;
}

footer address {
    text-transform: none;
    /* font-size: .8rem; */
}

footer .item ul {
    margin: 0;
    padding: 0;
}

.footer-widget h3{
    line-height: 48px !important;
}
.footer-wrapper .th-social a i {
    line-height: 34px;
}
.th-social h6{
    margin: 16px 0;
}

footer .item li a {
    padding: 5px 0;
    display: block;
    font-size: .9rem;
}

footer .item li a:hover {
    color: #e9ecf5;
}

footer .social {
    margin-bottom: 1em;
    overflow: hidden;
    padding: 0;
    margin-top: 10px!important;
}

footer .social li {
    float: left;
    margin-right: 20px;
    margin-bottom: 5px;
}

footer .social li a {
    background: #fecc00;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    width: 36px;
    height: 36px;
    padding: 0px 0;
    text-align: center;
}

footer .item.yellow-text li a {
    color: #fecc00
}

footer .ph {
    font-size: 20px;
    font-weight: bold;
    margin-top: 0.5em;
}

footer .ph span {
    width: 36px;
    height: 36px;
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
}

div.slides-img-holder {
    height: 210px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.uk-slider-items li div.slides-img-holder {
    border: 5px solid #fecc00;
    transform: scale(0.9);
    transition: all ease .1s;
}

.uk-active div.slides-img-holder {
    border: 1px solid #d5d0d0!important;
    transform: scale(1.1)!important;
}

.uk-slider-items li div.slides-img-holder:after {
    content: "";
    background: #343362;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: .8;
}

.uk-slider-items li.uk-active div.slides-img-holder:after {
    opacity: 0;
}


/*.uk-slider-items li .overlay{background: #343362;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: .8;}*/

.uk-content {
    position: relative;
    text-align: center;
    color: #000;
    /* width: 50%; */
    margin: auto;
    padding: 1em 0 0 0;
}

.uk-content h3 {
    font-size: 30px!important;
    font-weight: 700;
    color: #343362!important;
    margin-bottom: 8px!important;
}

.uk-content p {
    margin: 8px 0!important;
    font-size: 13px;
}

.uk-content p.min-h {
    min-height: 100px;
}

.uk-content .btn-link a {
    color: #343362!important;
    font-size: 18px;
}

.uk-content .btn-link a:hover {
    color: #fecc00!important;
}

.uk-width-3-4 div.slides-img-holder::after {
    background: rgba(0, 0, 0, 0.8);
}

.uk-width-3-4.uk-active div.slides-img-holder::after {
    background: rgba(0, 0, 0, 0.0);
}

.uk-width-3-4 .overlay {
    width: 100%;
    height: 70%;
    display: block;
    background: rgba(52, 51, 98, .9);
    position: absolute;
    top: -10px;
    /* left: 26px; */
    transform: scale(0.9);
    border: 5px solid #fecc00;
}

.uk-width-3-4:last-child .overlay {
    left: 0;
}

.uk-width-3-4.uk-active .overlay {
    display: none;
}

.uk-light .uk-slidenav {
    top: 38%;
    color: rgb(68, 67, 128)!important;
}

ul.uk-slider-items.uk-grid {
    margin-top: 15px!important;
}

.uk-content h3 {
    font-size: 26px !important;
}

#slide-navbar-collapse {
    padding: .5em 0;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    width: 280px;
    height: 100%;
    background: #343362;
    height: 100%!important;
    overflow: auto;
}

.menu-overlay {
    display: none;
    background-color: #000;
    bottom: 0;
    left: 0;
    opacity: 0.5;
    filter: alpha(opacity=50);
    position: fixed;
    right: 0;
    top: 0;
    z-index: 49;
}

.offcanvas {
    display: none;
}

.logo {
    display: inline-block;
}

.logo:hover {
    transform: scale(1.1);
}

.carousel-indicators {
    z-index: 1!important;
}

#headerfile {
    position: sticky;
    top: 0;
    z-index: 100;
}

header .header-menu .navbar-nav .nav-item:hover .dropdown-menu {
    transition: all 0.2s ease-in-out;
    margin-top: 0rem;
    opacity: 1;
    display: block;
}

header .header-menu .navbar-nav .nav-item .dropdown-menu {
    box-shadow: 0px 1px 4px rgb(0 0 0 / 10%);
    border: none;
    padding: 0;
    min-width: 12rem;
    border-radius: 0;
    transition: all 0.2s ease-in-out;
}

header .header-menu .navbar-nav .nav-item .dropdown-menu .dropdown-item {
    padding: 0.5rem;
    font-size: 0.8rem;
    color: #1f1d5a;
    position: relative;
}

header .header-menu .navbar-nav .nav-item.second-menu>.dropdown-menu {
    position: absolute;
    left: 99%;
    display: none;
    top: 0;
}

header .header-menu .navbar-nav .nav-item.second-menu:hover .dropdown-menu {
    display: block;
}

#menu::-webkit-scrollbar {
    width: 4px;
    background: gray;
    opacity: 0;
}

#menu:hover::-webkit-scrollbar {
    opacity: .8;
}

#menu::-webkit-scrollbar-thumb {
    width: 3px;
    margin: 0 1px;
    background: #333;
    height: 60px;
    border-radius: 12px;
}

#menuToggle {
    display: block;
    position: absolute;
    top: 28px;
    left: 15px;
    z-index: 1;
    -webkit-user-select: none;
    user-select: none;
}

#menuToggle input {
    display: block;
    width: 40px;
    height: 32px;
    position: absolute;
    top: -7px;
    left: -5px;
    cursor: pointer;
    opacity: 0;
    z-index: 2;
    -webkit-touch-callout: none;
}

#menuToggle span {
    display: block;
    width: 33px;
    height: 4px;
    margin-bottom: 5px;
    position: relative;
    background: #333;
    border-radius: 3px;
    z-index: 1;
    transform-origin: 4px 0px;
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0), opacity 0.55s ease;
}

#menuToggle span:first-child {
    transform-origin: 0% 0%;
}

#menuToggle span:nth-last-child(2) {
    transform-origin: 0% 100%;
}

#menuToggle input:checked~span {
    opacity: 1;
    transform: rotate(45deg) translate(-2px, -1px);
    background: #fff;
}

#menuToggle input:checked~span:nth-last-child(3) {
    opacity: 0;
    transform: rotate(0deg) scale(0.2, 0.2);
}

#menuToggle input:checked~span:nth-last-child(2) {
    transform: rotate(-45deg) translate(0, -1px);
}

#menu {
    display: block;
    overflow: scroll;
    position: absolute;
    left: -50px;
    top: 56px;
    width: 340px;
    height: calc(100vh - 102px);
    margin: -100px 0 0 -50px;
    padding: 50px;
    padding-top: 125px;
    background: #fff;
    list-style-type: none;
    -webkit-font-smoothing: antialiased;
    transform-origin: 0% 0%;
    transform: translate(-100%, 0);
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0);
}

.onclick-menu {
    color: #fff;
    font-size: 1.4rem;
    position: relative;
    left: 8px;
}

.f-right {
    float: right;
}

#menu>li {
    padding: 5px 5px 5px 40px;
    border-bottom: 1px solid #f5e4ac;
}

ul.collapse>li>a {
    margin: 5px 0px 0;
    position: relative;
}

a.dropdown-collapse:after {
    width: 0;
    height: 0;
    content: '-';
    position: absolute;
    right: 28px;
    font-size: 24px;
    top: 2px;
}

a.dropdown-collapse.collapsed:after {
    content: '+';
}

#menu li a {
    padding: 7px 20px;
    display: block;
    position: relative;
    text-transform: uppercase;
}

ul#collapseExample li a {
    /* color: #fff !important; */
    font-size: 16px;
    border-radius: 6px;
}


/*
ul#collapseExample li:nth-child(1) a
{
	background:gray;
}
ul#collapseExample li:nth-child(2) a
{
	background:#343362;
}
ul#collapseExample li:nth-child(3) a
{
	background:#4a4a4a;
}
ul#collapseExample li:nth-child(4) a
{
	background:#6c846c;
}
*/

#menuToggle input:checked~ul {
    transform: none;
}

.onclick-menu:focus {
    pointer-events: none;
}

.onclick-menu:focus .onclick-menu-content {
    opacity: 1;
    visibility: visible;
    display: inherit;
    pointer-events: auto;
}

.onclick-menu-content {
    display: none;
    opacity: 0;
    visibility: hidden;
    transition: visibility 0.5s;
}

.onclick-menu-content li {
    list-style: none;
}

.nav>li a,
.nav li ul li a,
.nav li div {
    color: #343362!important;
    font-size: 1.2rem;
    text-decoration: none;
}

#menu li:hover>a {
    background: #343362;
    border-radius: 5px;
    color: #fff!important;
}

.nav>li:hover a,
.nav li ul li:hover a {
    text-decoration: none;
}


/*Page.html CSS Start Here*/

.inner-banner {
    position: relative;
    margin-top: 100px;
}

.inner-banner .heading {
    position: absolute;
    bottom: 0px;
    color: #fff;
    padding: .5em 0;
    width: 100%;
    background: rgba(31, 29, 90, .6);
    font-size: 24px;
}

.inner-banner .nat,
.inner-banner .neet {
    position: absolute;
    width: 272px;
    height: 272px;
    bottom: 20px;
    right: 15px;
    padding: 2.5em;
    color: #343462;
    border-radius: 50%;
    background: #ffcc2a;
    box-shadow: -11px 8px 16px #666;
    cursor: pointer;
}

.inner-banner .nat small {
    font-size: 17px;
    text-transform: uppercase;
}

.inner-banner .nat h1 {
    font-weight: 600;
    margin: 0;
    padding: 0;
    color: #343462;
    font-size: 65px;
    line-height: 65px;
    position: relative;
}

.inner-banner .nat h1:after {
    position: absolute;
    content: '';
    background: #fff;
    height: 2px;
    width: 87%;
    left: 15px;
    bottom: -22px;
}

.inner-banner .nat figure {
    margin: 2.0em 0 .5em
}

.inner-banner .nat strong {
    font-size: 20px;
}

.crack-iit,
.vmc-test,
.benefits,
.vmc-results {}

.crack-iit .row {}

.crack-iit .item {
    color: #2f3063;
}

.crack-iit .item span {
    width: 25%;
    margin: 0 auto 1em;
    color: #fff;
    display: block;
}

.crack-iit .item b {
    font-weight: 400;
}

.crack-iit .item .bx-panel {
    /* background: #fecc00; */
    color: #242056;
    padding: 5px 10px;
    width: 60%;
    margin: 1em auto;
    font-weight: bold;
}

.btn-link>a {
    width: 220px !important;
    font-size: 13px !important;
}

.crack-iit .item .bx-panel strong {
    position: relative;
}

.crack-iit .item .bx-panel strong:before {
    position: absolute;
    width: 1px;
    height: 40px;
    background: #ff0000;
    left: 14px;
    top: -11px;
    content: '';
    transform: rotate(65deg);
}

.crack-iit .item .bx-panel strong:after {
    position: absolute;
    width: 1px;
    height: 40px;
    background: #ff0000;
    left: 14px;
    top: -11px;
    content: '';
    transform: rotate(-65deg);
}

.crack-iit .item .bx-panel i:before {
    content: "\f156";
}

.crack-iit .item .bx-panel em {
    font-style: normal;
    font-size: 9px;
    color: #2f3063;
}

.benefits {
    background: #e9ecf5;
}

.benefits .item {
    margin-bottom: 2em;
}

.benefits .item span {
    width: 250px;
    margin: 0 auto 1em;
    color: #fff;
    display: block;
}

.discover iframe {
    height: 500px;
}

.vmc-results .item {
    position: relative;
    color: #242056;
    padding: 0 2em;
}

.vmc-results .pr {
    border-right: 3px dotted #2f3063;
    margin: 1em 0 2em;
}

.vmc-results .pr:nth-child(3n) {
    border-right: 0;
}

.vmc-results .item .panel {
    overflow: hidden;
}

.vmc-results .item .bt-content {
    text-align: left;
    padding-left: 5px;
}

.vmc-results .item .content-area {
    width: 50%;
    float: left;
}

.vmc-results .item span {
    font-size: 18px;
    display: block;
}

.vmc-results .item b {
    font-size: 70px;
    line-height: 70px;
}

.vmc-results .item strong {
    font-weight: bold;
    display: block;
}

.vmc-results .item figure {
    width: 50%;
    float: left;
    margin: 0;
}

.qr-form-panel {
    width: 60%;
    margin: auto;
    background: #e9ecf5;
    padding: 2em;
}

.qr-form-panel b {
    margin-bottom: 1em;
    display: block;
    font-weight: 400;
    font-size: 24px;
}

.qr-form-panel .form-control {
    border: 0;
    font-size: 14px;
    border-radius: 0;
}

.btn-default {
    background: #ffcc29;
    color: #3b3a67;
    font-weight: bold;
    transition: .2s ease all;
    text-transform: uppercase;
    display: inline-block;
    font-size: 18px;
    border-radius: 7px;
    padding: 5px 25px;
}


/*Page.html CSS End Here*/


/*Courses page CSS Start Here*/


/* Slider */

.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    margin: 0 auto;
    width: auto;
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
    text-align: center;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow {
    display: block;
}

.slick-prev {
    display: none !important;
}

.slick-next {
    font-size: 0;
}

.slick-next::after {
    content: ">";
    position: absolute;
    right: 0;
    top: 0;
}

.pr {
    position: relative;
    ;
}

.next-arrow1,
.next-arrow2,
.next-arrow3,
.next-arrow4 {
    position: absolute;
    top: 10px;
    right: 2px;
    font-size: 26px;
    color: #343362;
    z-index: 9;
    cursor: pointer;
}

.course-container {
    border-bottom: 2px solid #fff;
    padding-bottom: 5px;
    margin-bottom: 10px;
    width: 100%;
    float: left;
}

.titile-section {
    margin: 10px 0 10px;
}

.titile-section h4 {
    font-weight: 700;
    color: #343362;
}

.brd-none {
    border: none;
}

.titile-section img {
    margin-right: 20px;
    max-width: 40px;
}

.courses-page .course-area .item .btn {
    border-radius: 5px;
    padding: 8px 40px;
    margin: 0em 1em;
    font-size: 16px;
}

.bg-yellow {
    background-color: #fecc00!important;
}

.border-yellow {
    border-color: #fecc00!important;
}

.bg-white {
    background-color: #fff!important;
}

.course-area .medical-result-container ul li {
    line-height: 50px;
    padding: 10px 10px!important;
    margin-bottom: 1rem;
    border-bottom: 1px solid #ffec9f;
}

.medical-result-container ul li img {
    margin-right: 20px;
}

.course-area .bg-yellow b.darkyellow {
    display: inline-block!important;
    margin-bottom: 1em;
    font-size: 16px;
    font-weight: 900;
    color: #fff!important;
    padding: 4px 20px;
    border-radius: 6px;
}

.course-page .course-area .item .detail {
    position: relative;
    overflow: hidden;
    padding: 1em;
}

.course-page .course-area .item .iit {
    right: 13px;
}

.course-page .course-area .item .head {
    text-transform: uppercase;
    font-size: 20px;
    padding: 1em;
    color: #343362;
    padding-bottom: 0px;
    float: left;
}

.min-h {
    min-height: 200px;
    padding-bottom: 20px;
    max-height: 230px;
}

.course-page .course-area .item .detail .cr-content b {
    display: block;
    margin-bottom: 0em;
    font-size: 16px;
    font-weight: 900;
    color: #faf6f6;
    width: 184px;
    text-align: center;
    padding: 5px;
    border-radius: 10px;
}

.darkgray {
    background: rgba(136, 136, 136, 0.9);
}

.darkyellow {
    background: #977d2e;
}

.bg-yellow.item .btn.now:hover {
    background-color: #fff!important;
    color: #000;
}

.course-area .item .btn.more.bg-white:hover {
    background: #343362!important;
    color: #fff;
}

.course-container .slide div {
    margin: 0 auto;
    text-align: center;
    margin-bottom: 10px;
}

.course-container .slide div img {
    height: 60px;
    text-align: center;
}

.btn-w {
    width: 226px;
}

.mb-30 {
    margin-bottom: 30px !important;
}

.mb-20 {
    margin-bottom: 20px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-10 {
    margin-top: 10px;
}

.mb-10 {
    margin-bottom: 10px;
}


/*Courses page CSS Start Here*/


/*NEET page CSS Start Here*/

.inner-banner .neet small {
    font-size: 17px;
    text-transform: uppercase;
}

.inner-banner .neet h1 {
    font-weight: 600;
    margin: 0;
    padding: 0;
    color: #343462;
    font-size: 65px;
    line-height: 65px;
    position: relative;
}

.inner-banner .neet h1:after {
    position: absolute;
    content: '';
    background: #fff;
    height: 2px;
    width: 87%;
    left: 15px;
    bottom: -22px;
}

.inner-banner .neet strong {
    font-size: 22px;
    position: relative;
    top: 42px;
    text-transform: uppercase;
    line-height: 32px;
}

.owl-carousel .owl-item .img-size img {
    width: 50px!important;
    display: inline;
}

.d-inline {
    display: inline;
}

.content-btn {
    /* padding: 5px 15px;
	margin: 15px 0;
	font-size: 14px!important;
	border-radius: 5px;
	color: #fff!important; */
    color: #2f3063!important;
}

.cr-content.mt-20 {
    float: left;
}

.our-guarantee {
    color: #2f3063;
}


/*NEET page CSS Start Here*/


/*JEE page CSS Start Here*/

.f-b {
    font-weight: bold!important;
}

.gray-bg {
    background-color: radial-gradient(circle at center, e0e2e3 0, #fff, #e0e2e3 100%) !important
}

.inner-banner .circle {
    position: absolute;
    width: 272px;
    height: 272px;
    bottom: 18%;
    right: 15px;
    padding: 2.5em;
    color: #343462;
    border-radius: 50%;
    background: #ffcc2a;
    box-shadow: -11px 8px 16px #666;
}

.inner-banner .circle h1 {
    font-weight: 600;
    margin: 0;
    padding: 0;
    color: #ffcc2a!important;
    font-size: 40px;
    line-height: 40px;
    position: relative;
    margin-top: 5px!important;
}

.inner-banner .circle strong {
    font-size: 22px;
    position: relative;
    top: 46px;
    text-transform: uppercase;
    line-height: 32px;
    color: #fff!important;
}

.inner-banner .circle small {
    font-size: 17px;
    text-transform: uppercase;
    color: #fff!important;
}

.inner-banner .circle h1:after {
    position: absolute;
    content: '';
    background: #fff!important;
    height: 2px;
    width: 87%;
    left: 15px;
    bottom: -22px;
}

.inner-banner .blue-bg {
    background: #343462!important;
}

.gray-bg {
    background: #e9ecf5;
    position: relative;
    float: left;
    width: 100%;
}


/*JEE page CSS End Here*/


/*Foundation page CSS Start Here*/

.inner-banner .circle.c-found h1 {
    color: #343462!important;
}

.inner-banner .circle.c-found strong,
.inner-banner .circle.c-found small {
    color: #000!important;
}

.inner-banner .circle.c-found strong {
    top: 22px;
}

.inner-banner .circle.c-found h1:after {
    background: #ffcc2a!important;
    bottom: -12px;
}

.inner-banner .circle.c-found h1 {
    font-size: 26px;
    line-height: 34px;
}

.inner-banner .gray-bg {
    background-image: radial-gradient( circle, #fff, #e1e2e3);
}


/*Foundation page CSS End Here*/


/*Mobile Courses*/

.course-area.mob-course .item .detail .cr-content ul.icon li {
    border-right: none;
    padding-right: 0px;
}

.course-area.mob-course .item .detail .cr-content ul.icon {
    float: left;
    width: 50%;
}

.course-area.mob-course .item .head b {
    float: left;
    width: 80%;
}

.course-page.mob-course .course-area .item .btn {
    left: 0px!important;
}

.course-page.mob-course .item .head span.icon-image {
    height: 55px!important;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video-wrap {
    margin: 0 auto;
    position: relative;
    width: 100%;
}

.video-wrap:after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

#itemslider .owl-nav {
    display: none;
}

.vmc-online-container {
    font-family: cera regular;
}

.cera-black {
    font-family: cera black !important;
}

.cera-bold {
    font-family: cera bold !important;
}

.cera-medium {
    font-family: cera medium !important;
}

.cera-regular {
    font-family: cera regular !important;
}

.cera-light {
    font-family: cera thin !important;
}

.why-box .why-icon {
    font-size: 2rem;
    padding: 1.5rem;
    padding-bottom: 0;
    color: #ffcc29;
}

.why-box .why-cont {
    padding: 1.4rem;
    font-size: 0.9rem;
}

.why-box:hover {
    background-color: rgb(228, 228, 228) !important;
}

.why-box:hover .why-icon {
    color: #1f1d5a;
}

.circle-counter {
    background: #f6f6f6;
    border-radius: 500PX;
    height: 13rem;
    width: 13rem;
    padding: 4rem 0;
}

.text-yellow {
    color: #ffcc29 !important;
}

.bg-primary {
    background-color: #343362 !important;
}

.nav-pills .nav-link {
    color: #1f1d5a;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    background-color: #1f1d5a;
    color: #ffcc29;
    font-family: cera bold;
}

.teacher-list {
    text-align: center;
}

.teacher-list .dp {
    width: 6rem;
    height: 6rem;
    display: inline-block;
    border-radius: 4rem;
    background-color: whitesmoke;
    overflow: hidden;
    margin-bottom: 10px;
}

.teacher-list .dp img {
    width: 100%;
    height: 100%;
}

.recent-program-menu {
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 !important;
    padding-left: 0 !important;
}

.recent-program-menu a.nav-link {
    background-color: rgb(0 0 0 / 20%);
    margin: 3px;
    border-radius: 7px;
    padding: 10px 25px;
}

.play-circle {
    background-color: rgba(0, 0, 0, 0);
    border: 2px solid #000;
    height: 30px;
    width: 30px;
    -moz-border-radius: 75px;
    -webkit-border-radius: 75px;
    position: relative;
    text-align: center;
}

.playTriangle {
    margin: 5px 8px;
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-left: 15px solid black;
    border-bottom: 8px solid transparent;
    display: inline-block;
    position: absolute;
    top: 2px;
    left: 2px;
    pointer-events: none;
}

.testimonial-video:hover .overlay {
    background-color: rgb(228, 228, 228, 0.4);
}

.testimonial-video:hover .play-circle {
    border: 2px dotted #000;
    -webkit-animation-name: spin;
    -webkit-animation-duration: 4000ms;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: spin;
    -moz-animation-duration: 4000ms;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: spin;
    -ms-animation-duration: 4000ms;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    animation-name: spin;
    animation-duration: 4000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    transform: scale(1.2);
}

@-ms-keyframes spin {
    from {
        -ms-transform: rotate(0deg);
    }
    to {
        -ms-transform: rotate(360deg);
    }
}

@-moz-keyframes spin {
    from {
        -moz-transform: rotate(0deg);
    }
    to {
        -moz-transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

.playButtonContainer {
    position: relative;
    width: 30px;
    height: 30px;
    text-align: center;
    margin: 0 auto;
    font-size: 3em;
    transistion: all .5s ease;
}

.overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 0 !important;
}

.exam-move-top {
    transition: all 0.3s;
}

.testimonial-video:hover .exam-move-top {
    margin-bottom: 20px;
}

.testimonial-card {
    border: 0;
    font-family: cera thin;
    border-radius: 20px;
    font-weight: 600;
    color: #1f1d5a;
    margin-bottom: 30px;
    text-align: center;
    margin: 10PX 5PX;
}

.testimonial-card .air-k {
    position: absolute;
    opacity: 1;
    font-size: 13rem;
    right: 0;
    width: 100%;
    color: #e9ecf5;
    top: 0;
    line-height: 11.5rem;
    left: 0;
    opacity: .8;
}

.testimonial-card .dp {
    width: 6rem;
    position: relative;
    padding-top: 6rem;
    border-radius: 20rem;
    display: inline-block;
}

.testimonial-card .dp::after {
    width: calc(100% + 6px);
    height: calc(100% + 6px);
    border-top: #F2C94C .4rem solid;
    border-bottom: #F2C94C .4rem solid;
    border-left: transparent .4rem solid;
    border-right: transparent .4rem solid;
    content: "";
    position: absolute;
    left: -3px;
    z-index: 1;
    border-radius: 100rem;
    transform: rotate(-45deg);
    top: -3px;
}

.testimonial-card .dp img {
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 15rem;
    height: 100%;
    padding-top: 10%;
    width: 100%;
}

.testimonial-card .comment {
    min-height: 160px;
}

.testimonial-card .card-body {
    border-radius: 20px 20px 0 0;
}

.testimonial-card .card-footer {
    border-radius: 0 0 20px 20px;
}

.testimonial-card figure {
    width: 100%;
    position: relative;
    margin-bottom: 0;
}

.testimonial-card .border-blue {
    border: #1f1d5a 3px solid;
    border-radius: 100px;
    padding: 3px;
}

.testimonial-card .border-yellow {
    border: #fac92d 3px solid;
    border-radius: 100px;
    padding: 3px;
}

.testimonial-card .air {
    width: 97px;
    height: 97px;
    background: #343362;
    border: 9px solid #F2C94C;
    border-radius: 260px;
    display: inline-block;
    color: white;
    text-align: center;
    line-height: 0;
    padding: 1.4rem 0px;
    margin: -0.5rem 0 0.5rem;
}

.testimonial-card .comment p {
    font-size: 12px;
}

.testimonial-card .comment::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border: transparent 8px solid;
    bottom: 100%;
    border-bottom-color: #efeff0;
    left: 50%;
    transform: translate(-5px, 0px);
}

.top-0 {
    top: 0;
}

.right-0 {
    right: 0;
}

.result-tab.nav-tabs .nav-link {
    margin: 0 0.65rem;
    border-bottom-color: transparent;
    background-color: #eee;
    border-radius: 0;
}

.result-tab.nav-tabs .nav-link.active {
    background-color: #e9ecf5;
    font-weight: 800;
}

.online-filter {
    position: sticky;
    z-index: 1;
    top: 65px;
    padding-top: 15px;
    margin-bottom: 30px;
    border-bottom: #000 1px solid;
}

p .fa-rupee-sign:before,
li .fa-rupee-sign:before {
    font-size: 80%;
    vertical-align: middle;
    margin-right: 1px;
}

.slide-container {
    position: absolute;
    left: 55%;
    right: 5%;
    height: auto;
    top: 28%;
    transform: perspective(60px);
    transform-style: preserve-3d;
}

@media screen and (max-width:767px) {
    .online-filter {
        top: 108px
    }
    .course-wrapper {
        width: 50%;
    }
    .slide-container {
        top: 63%;
        left: 5%;
        right: 0;
    }
}

.genii {
    font-weight: bold !important;
    color: #f00 !important;
    background: #fbeded;
    padding: 5px;
    ;
}

@keyframes card1-animation {
    0%,
    100% {
        transform: translate3d(0, 0, 0);
    }
    33.33% {
        transform: translate3d(200px, 0, -75px);
    }
    66.66% {
        transform: translate3d(-200px, 0, -75px);
    }
}

@keyframes card2-animation {
    0%,
    100% {
        transform: translate3d(200px, 0, -75px);
    }
    33.33% {
        transform: translate3d(-200px, 0, -75px);
    }
    66.66% {
        transform: translate3d(0, 0, 0);
    }
}

@keyframes card3-animation {
    0%,
    100% {
        transform: translate3d(-200px, 0, -75px);
    }
    33.33% {
        transform: translate3d(0, 0, 0);
    }
    66.66% {
        transform: translate3d(200px, 0, -75px);
    }
}

@keyframes card4-animation {
    0%,
    100% {
        transform: translate3d(-300px, 0, -95px);
    }
    33.33% {
        transform: translate3d( 300px, 0, -75px);
    }
    66.66% {
        transform: translate3d(0, 0, 0);
    }
}

@keyframes card5-animation {
    0%,
    100% {
        transform: translate3d(0, 0, 0);
    }
    33.33% {
        transform: translate3d( 300px, 0, -95px);
    }
    66.66% {
        transform: translate3d(-300px, 0, -75px);
    }
}

@keyframes card6-animation {
    0%,
    100% {
        transform: translate3d(300px, 0, -95px);
    }
    33.33% {
        transform: translate3d(0, 0, 0);
    }
    66.66% {
        transform: translate3d(-300px, 0, -75px);
    }
}

@keyframes card7-animation {
    0%,
    100% {
        transform: translate3d(400px, 0, -125px);
    }
    33.33% {
        transform: translate3d( -400px, 0, -75px);
    }
    66.66% {
        transform: translate3d(0, 0, 0);
    }
}

@keyframes card8-animation {
    0%,
    100% {
        transform: translate3d(0, 0, 0);
    }
    33.33% {
        transform: translate3d(-450px, 0, -95px);
    }
    66.66% {
        transform: translate3d(450px, 0, -150px);
    }
}

@keyframes card9-animation {
    0%,
    100% {
        transform: translate3d(500px, 0, -95px);
    }
    33.33% {
        transform: translate3d(0, 0, 0);
    }
    66.66% {
        transform: translate3d(-500px, 0, -175px);
    }
}

@keyframes card10-animation {
    0%,
    100% {
        transform: translate3d(500px, 0, -95px);
    }
    33.33% {
        transform: translate3d(0, 0, 0);
    }
    66.66% {
        transform: translate3d(-500px, 0, -175px);
    }
}

@keyframes card11-animation {
    0%,
    100% {
        transform: translate3d(500px, 0, -95px);
    }
    33.33% {
        transform: translate3d(0, 0, 0);
    }
    66.66% {
        transform: translate3d(-500px, 0, -175px);
    }
}

@keyframes card12-animation {
    0%,
    100% {
        transform: translate3d(500px, 0, -95px);
    }
    33.33% {
        transform: translate3d(0, 0, 0);
    }
    66.66% {
        transform: translate3d(-500px, 0, -175px);
    }
}

@keyframes card13-animation {
    0%,
    100% {
        transform: translate3d(500px, 0, -95px);
    }
    33.33% {
        transform: translate3d(0, 0, 0);
    }
    66.66% {
        transform: translate3d(-500px, 0, -175px);
    }
}

@keyframes card14-animation {
    0%,
    100% {
        transform: translate3d(500px, 0, -95px);
    }
    50% {
        transform: translate3d(0, 0, 0);
    }
    25% {
        transform: translate3d(-500px, 0, -175px);
    }
}

@keyframes card15-animation {
    0%,
    100% {
        transform: translate3d(600px, 0, -95px);
    }
    50% {
        transform: translate3d(0, 0, 0);
    }
    25% {
        transform: translate3d(-600px, 0, -175px);
    }
}

@keyframes card16-animation {
    0%,
    100% {
        transform: translate3d(500px, 0, -150px);
    }
    50% {
        transform: translate3d(0, 0, 0);
    }
    25% {
        transform: translate3d(-500px, 0, -150px);
    }
}

@keyframes card17-animation {
    0%,
    100% {
        transform: translate3d(400px, 0, -125px);
    }
    50% {
        transform: translate3d(0, 0, 0);
    }
    25% {
        transform: translate3d(-400px, 0, -125px);
    }
}

@keyframes card18-animation {
    0%,
    100% {
        transform: translate3d(300px, 0, -105px);
    }
    33.33% {
        transform: translate3d(0, 0, 0);
    }
    66.66% {
        transform: translate3d(-300px, 0, -100px);
    }
}

@keyframes card19-animation {
    0%,
    100% {
        transform: translate3d(160px, 0, -75px);
    }
    33.33% {
        transform: translate3d(0, 0, 0);
    }
    66.66% {
        transform: translate3d(-160px, 0, -75px);
    }
}

@keyframes card20-animation {
    0%,
    100% {
        transform: translate3d(80px, 0, -45px);
    }
    33.33% {
        transform: translate3d(0, 0, 0);
    }
    66.66% {
        transform: translate3d(-80px, 0, -45px);
    }
}

@keyframes card21-animation {
    0%,
    100% {
        transform: translate3d(700px, 0, -200px);
    }
    33.33% {
        transform: translate3d(0, 0, 0);
    }
    66.66% {
        transform: translate3d(-700px, 0, -200px);
    }
}

.slide-container>div {
    overflow: hidden;
}

.slide-container .card1 {
    position: absolute;
    top: 30px;
    left: 50px;
    width: 50%;
    border-radius: 10px;
    box-shadow: 4px 8px 16px 0 rgba(0, 0, 0, 0.5);
    animation: card1-animation 10s ease-in-out infinite both;
}

.slide-container .card2 {
    position: absolute;
    top: 30px;
    left: 50px;
    width: 50%;
    border-radius: 10px;
    box-shadow: 4px 8px 16px 0 rgba(0, 0, 0, 0.5);
    animation: card2-animation 10s ease-in-out infinite both;
}

.slide-container .card3 {
    position: absolute;
    top: 30px;
    left: 50px;
    width: 50%;
    border-radius: 10px;
    box-shadow: 4px 8px 16px 0 rgba(0, 0, 0, 0.5);
    animation: card3-animation 10s ease-in-out infinite both;
}

ul.main-menu li.nav-item a.nav-link {
    font-size: 0.9rem;
    padding: 0.5rem;
    border-bottom: #ffffff 4px solid;
    font-family: 'cera medium';
}

ul.main-menu li.nav-item a.nav-link:hover {
    border-bottom: #1f1d5a 4px solid;
    color: #000;
}

.mobile-drawer .navbar-toggler {
    position: absolute;
    right: 0;
    z-index: 100;
}

.side-menu.show+.mobile-drawer-bg {
    background-color: rgba(0, 0, 0, .3);
    content: "";
    display: inline-block;
    width: 100%;
    height: 200%;
    position: fixed;
}

.slide-container>div {
    overflow: hidden;
}

ul.main-menu li.nav-item a.nav-link {
    font-size: 0.9rem;
    padding: 0.5rem;
    border-bottom: #ffffff 4px solid;
    font-family: 'cera medium';
}

ul.main-menu li.nav-item a.nav-link:hover {
    border-bottom: #1f1d5a 4px solid;
    color: #000;
}

.btn-right-fix {
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform-origin: bottom right;
}

.btn-left-fix {
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform-origin: bottom left;
}

.wing-logo {
    height: 4.2rem;
    display: flex;
}

.wing-logo:hover {
    transform: scale(1.1);
}

.wing-logo img {
    max-height: 3.2rem;
    max-width: 10rem;
    height: auto;
    align-self: center;
}

.wing-logo.cuet img {
    max-height: 3rem;
}

.wing-logo.medical img {
    max-width: 12rem;
    max-height: 3rem;
}

.wing-logo.online img {}

.wing-logo.studyabroad img {
    max-height: 3rem;
}

.wing-logo.connect img {}

.rounded-pill {
    border-radius: 100px;
}

.order-list {
    padding-left: 20px;
}

.order-list li {
    list-style-type: inherit;
}

.program-highlight li {
    margin-bottom: 1rem;
}

.program-highlight .card-body {
    border-radius: 20px;
}

.program-highlight .header {
    text-align: center;
    margin-top: -2rem !important;
    display: block;
}

.program-highlight .header span {
    background-color: #F2C94C;
    display: inline-block;
    border-radius: 100px;
    font-family: 'cera medium';
    color: #1f1d5a;
}

.faculty-list .owl-nav {
    position: absolute;
    top: 38%;
    width: 100%;
    font-size: 40px;
}

.faculty-list .owl-nav .owl-next {
    position: absolute;
    right: 0;
}

.jee-solution {
    position: sticky;
    top: 120px;
}

.tab-ui .nav-item .nav-link {
    border-top-width: 4px;
    font-family: 'cera bold';
    display: flex;
    align-items: center;
}

.tab-ui .nav-item .nav-link img {
    height: 15px;
}

.tab-ui .nav-item .nav-link.active {
    border-top-color: #F2C94C;
}

.solution-table td {
    padding: 8px;
    font-size: 13px;
    vertical-align: middle;
}

.solution-table .link {
    display: flex;
    align-items: center;
}

.solution-table .link.question {
    color: #B80000;
}

.solution-table .link.answer {
    color: rgb(63, 145, 0);
}

.solution-table .link.solution {
    color: rgb(0, 141, 212);
}

.solution-table .dropdown-toggle.link {
    color: #fff;
    background-color: #bd1515;
    text-align: center;
    display: inline-flex;
    padding: 3px 7px;
    border-radius: 3px;
    white-space: nowrap;
}

.solution-table .link .icon {
    margin-right: 5px;
    height: 12px;
}

.solution-table .dropdown:hover .dropdown-menu {
    display: block;
    left: auto;
    right: 0%;
    margin: 0;
}

.solution-table .dropdown-menu .dropdown-item {
    padding: 0.25rem 1rem;
    font-size: 0.8rem;
}

.btn-lg {
    padding: 10px 20px;
    font-size: 20px;
    font-family: cera bold;
}

.bg-transparent {
    background-color: rgb(0, 0, 0, 0.5) !important;
}

@media(max-width:767px) {
    .solution-table {
        min-width: 500px;
    }
    .tab-ui .nav-item .nav-link {
        font-size: 12px;
        padding: 5px 7px;
    }
    .tab-ui .nav-item .nav-link img {
        height: 12px;
    }
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes reverse-rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(-360deg);
    }
}

.solution .link {
    display: inline-block;
    align-items: center;
}

.solution .link.question {
    color: #B80000;
    text-decoration: none;
}

.solution .link.answer {
    color: rgb(63, 145, 0);
}

.solution .link.solution {
    color: rgb(0, 141, 212);
}

.solution .dropdown-toggle.link {
    color: #d31313;
    text-align: center;
    display: inline-block;
    padding: 20px;
    border-radius: 3px;
    white-space: nowrap;
    text-decoration: none;
}

.bg-transparent2 {
    background-color: rgb(0 0 0 / 79%) !important;
}

.solution .link .icon {
    margin-right: 5px;
    margin-right: 0;
    margin-bottom: 2rem;
    margin-top: 1rem;
    max-width: 50%;
}

.solution .dropdown:hover .dropdown-menu {
    display: block;
    left: auto;
    right: 0%;
    margin: 0;
}

.solution .dropdown-menu .dropdown-item {
    padding: 0.25rem 1rem;
    font-size: 0.8rem;
}

.btn-lg {
    padding: 10px 20px;
    font-size: 20px;
    font-family: cera bold;
}

.bg-transparent {
    background-color: rgb(0, 0, 0, 0.5) !important;
}

@media(max-width:767px) {
    .solution-table {
        min-width: 500px;
    }
    .tab-ui .nav-item .nav-link {
        font-size: 12px;
        padding: 5px 7px;
    }
    .tab-ui .nav-item .nav-link img {
        height: 12px;
    }
}

.drop-pin-tabs li {
    padding-right: 10px;
}

.drop-pin-tabs li.nav-item a.nav-link {
    background-color: #ffffff;
    position: relative;
}

.drop-pin-tabs li.nav-item a.nav-link.active {
    background-color: #1f1d5a;
    color: #ffffff !important;
}

.drop-pin-tabs li.nav-item a.nav-link.active::after {
    width: 0;
    height: 0;
    border: #1f1d5a 10px solid;
    border-left-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    content: "";
    top: 100%;
    position: absolute;
    display: block;
    left: 50%;
    transform: translate(-10px, 0px);
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes reverse-rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(-360deg);
    }
}

.animation-wrapper {
    pointer-events: none;
}

.circle-animate {
    position: relative;
    display: inline-block;
    pointer-events: fill;
    border-radius: 100px;
}

.circle-animate .gear {
    width: 100px;
    animation: rotate 10s linear infinite;
    transition: all 0.1s;
}

.circle-animate:hover {
    animation: none;
    transform: scale(1.2);
}

.circle-animate.reverse .gear {
    animation: reverse-rotate 10s linear infinite;
}

.circle-animate .logo_IIT {
    position: absolute;
    width: calc(100% - 1.6rem);
    height: calc(100% - 1.6rem);
    display: flex;
    top: 0;
    left: 0;
    margin: .8rem;
    overflow: hidden;
    border-radius: 55rem;
    background-color: #fff;
}

.circle-animate .logo_IIT img {
    /* border-radius: 100PX; */
    background-color: #fff;
    padding: 0.4rem;
    align-self: center;
    display: flex;
}

.pointer-event-none {
    pointer-events: none;
}

.pointer-event-auto {
    pointer-events: fill;
}

.flex-grow-1 {
    flex-grow: 1;
}

.jac-menu {
    position: sticky;
    top: 7.5rem;
    z-index: 90;
}

.jac-menu a.nav-link {
    white-space: nowrap;
}

.application-p {
    border-radius: 2rem;
    text-align: center;
}

.application-p .number {
    position: absolute;
    left: 50%;
    top: 0;
    padding: 0rem 1rem;
    font-weight: 800;
    color: #F2C94C;
    width: 6rem;
    text-align: center;
    font-size: 4rem;
    border-radius: 0 0 1rem 1rem;
    background-color: #ffffff;
    transform: translate(-50%, 0);
    box-shadow: rgba(0, 0, 0, 0.1) 1px 4px 3px;
}

.application-p .number .top-left-curve {
    width: 2rem;
    height: 2rem;
    background-color: #fff;
    right: 100%;
    position: absolute;
    border-radius: 0 0 0 100%;
}

.application-p .number .top-left-curve::after {
    width: 2rem;
    height: 2rem;
    background-color: rgb(0 0 0 / 15%);
    position: absolute;
    content: "";
    left: 0;
    border-radius: 0 100% 0 100%;
}

.application-p .number .top-right-curve {
    width: 2rem;
    height: 2rem;
    background-color: #fff;
    left: 100%;
    position: absolute;
    border-radius: 0 0 100% 0;
}

.application-p .number .top-right-curve::after {
    width: 2rem;
    height: 2rem;
    background-color: rgb(0 0 0 / 15%);
    position: absolute;
    content: "";
    left: 0;
    border-radius: 100% 0 100% 0;
}

.college-logo {
    height: 12rem;
    display: flex;
    width: 100%;
    justify-content: center;
}

.college-logo+p {
    color: #1f1d5a;
}

.college-logo img {
    max-width: 100%;
    max-height: 100%;
    align-self: center;
}

.list-group.list-group-flush.counselling-process {
    counter-reset: li;
}

.list-group.list-group-flush.counselling-process li {
    margin-bottom: 1.5rem;
    border-radius: 1rem;
    border: none;
    padding: 1rem 1.5rem;
}

.list-group.list-group-flush.counselling-process li::before {
    content: counter(li);
    counter-increment: li;
    font-family: "Indie Flower";
    font-size: 1.25em;
    line-height: 2rem;
    width: 2rem;
    text-align: center;
    color: #fff;
    background-color: var(--li-bg);
    border-radius: 5em;
    position: absolute;
    left: -10px;
    background-color: #fecc00;
    font-family: cera bold;
    height: 2rem;
    top: -10px;
}

.nav.nav-pills.hiring,
.nav.nav-pills.hiring a.nav-link {
    border-radius: 500px;
    min-width: 80px;
    text-align: center;
    font-size: 13px;
}

.nav.nav-pills.hiring a.nav-link.active {
    color: #F2C94C !important;
}

.form-floating-control {
    position: relative;
    height: 3rem;
    margin-bottom: 2rem;
    border-bottom: 1px solid var(--color-grays);
}

.form-floating-label {
    position: absolute;
    font-family: inherit;
    font-size: 0.93rem;
    font-weight: 400;
    line-height: 1.5;
    top: 0.5rem;
    width: 100%;
    color: white;
    transition: all 0.2s ease;
}

.form-floating-input {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    padding: 1rem 1rem 1rem 0;
    resize: none;
    border: none;
    outline: none;
    color: white;
    background: transparent;
    transition: all 0.2s ease;
    border-bottom: #ffffff 1px solid;
}

.form-floating-input::placeholder {
    opacity: 0;
    visibility: hidden;
    color: transparent;
}

.form-floating-input:focus~.form-floating-label,
.form-floating-input:not(:placeholder-shown).form-floating-input:not(:focus)~.form-floating-label {
    top: -0.75rem;
    left: 0;
    font-size: 0.875rem;
    z-index: 9;
    transition: all 0.2s ease;
}

.form-floating-areas {
    resize: none;
    max-width: 100%;
    min-height: 7rem;
    max-height: 16rem;
}

.opening {
    color: #1f1d5a;
    border-radius: 1rem;
}

.opening i {
    opacity: 0.6;
}

.border-light-200 {
    border-color: #C4C7D8 !important;
}

.border-bottom-2 {
    border-bottom-width: 2px !important;
}

.text-justify {
    text-align: justify;
}

.jac-banner {
    height: 400px;
    overflow: hidden;
}

.jac-banner>img {
    min-height: 100%;
    overflow: hidden;
    min-width: 100%;
}

.drop-arrow .nav-link {
    position: relative;
}

.drop-arrow .nav-link.active::after {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    display: inline-block;
    top: 100%;
    border: transparent 10px solid;
    border-top-color: #1f1d5a;
    left: 50%;
    transform: translateX(-50%);
}

.right-menu {
    position: fixed;
    bottom: 20%;
    z-index: 5555;
    right: 0px;
    transform-origin: top right;
    transform: rotate(90deg);
    display: flex;
    justify-content: center;
}

.student-card {
    border-radius: 100rem;
}

.student-card p.cera-bold {
    line-height: 1;
}

.student-card .dp {
    width: 6rem;
    position: relative;
    padding-top: 6rem;
    border-radius: 20rem;
    display: inline-block;
    background-color: #7880a4;
}

.student-card .dp::after {
    width: calc(100% + 6px);
    height: calc(100% + 6px);
    border-top: #F2C94C .4rem solid;
    border-bottom: #F2C94C .4rem solid;
    border-left: transparent .4rem solid;
    border-right: transparent .4rem solid;
    content: "";
    position: absolute;
    left: -3px;
    z-index: 1;
    border-radius: 100rem;
    transform: rotate(-45deg);
    top: -3px;
}

.student-card .dp img {
    position: absolute;
    top: 8%;
    left: 0;
    border-radius: 15rem;
    height: 86%;
    width: 100%;
}

.results-img-holder {
    display: none;
}

.results-img-holder.block {
    display: block;
}

.g-0 {
    margin: 0;
}

.g-0>* {
    padding-left: 0;
    padding-right: 0;
}

.section-heading {
    font-family: cera 'cera regular';
    font-size: 3rem;
    color: #1f1d5a;
    margin-bottom: 2rem !important;
    font-weight: bold;
}

.bg-primary .section-heading {
    color: #F2C94C;
}

@media(min-width:577px) {
    .bg-sm-white {
        background-color: #ffffff !important;
    }
}

@media (max-width:576px) {
    .student-card {
        text-align: center;
    }
    .wing-logo {
        height: 4.2rem !important;
        padding: 0.6rem;
        display: flex;
        width: 100%;
        justify-content: center;
    }
    .wing-logo img {
        max-width: 100% !important;
    }
    .choose-us ul {
        transform: translate(0, 0);
    }
}

@media(max-width:1180px) {
    .top-strip .container,
    .bottom-strip .container {
        max-width: 100%;
    }
}

@media(max-width:1085px) {
    .bottom-strip .nav-link,
    .top-strip .nav-link {
        font-size: 0.7rem;
    }
}

@media(min-width:992px) {
    .top-strip .nav-link {
        border-left: #ccc 1px solid;
        padding: 0 8px;
    }
}

@media(max-width:991px) {
    .section-heading {
        font-size: 2rem;
    }
    .jac-menu {
        top: 6.2rem;
    }
    .top-strip {
        background-color: #D1D3E8;
    }
    .bottom-strip {
        background-color: #ffffff;
    }
    .side-menu.collapse,
    .side-menu.collapsing {
        position: fixed;
        background-color: #ffffff;
        top: 0;
        bottom: 0;
        height: 100% !important;
        overflow: auto;
        display: block;
        z-index: 100;
        width: 320px;
        left: -320px;
        transition: all 0.3s;
    }
    .side-menu.collapsing,
    .side-menu.collapse.show {
        display: block;
        left: 0px;
    }
    .btn-right-fix {
        -moz-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
        -webkit-transform: rotate(-90deg);
        transform-origin: bottom right;
        top: 9rem;
    }
}

.img-h {
    height: 55px;
}

@media only screen and (max-width: 480px) and (min-width: 320px) {
    .img-h {
        height: 24px;
    }
}

@media only screen and (max-width: 360px) and (min-width: 240px) {
    .img-h {
        height: 15px;
    }
}

@media only screen and (max-width: 768px) and (min-width: 481px) {
    .img-h {
        height: 24px;
    }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
    .img-h {
        height: 24px;
    }
}

.user-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border-radius: 10px;
    padding: 40px;
    width: 100%;
    position: relative;
    overflow: hidden;
    box-shadow: 0 2px 20px -5px rgba(0, 0, 0, 0.5);
}

.user-card:before {
    content: '';
    position: absolute;
    height: 300%;
    width: 196px;
    background: #302d5b;
    top: -60px;
    left: -247px;
    z-index: 0;
    transform: rotate(17deg);
}

.user-card-img {
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 3;
}

.user-card-img img {
    width: 100%;
    height: 100%;
    /* object-fit: cover; */
    border-radius: 0%;
}

.user-card-info {
    text-align: center;
}

.user-card-info h2 {
    font-size: 21px !important;
    margin: 0;
    margin-bottom: 15px !important;
    font-family: 'Bebas Neue', sans-serif;
    letter-spacing: 0px;
}

.user-card-info p {
    font-size: 14px;
    margin-bottom: 2px;
}

.user-card-info p span {
    font-weight: 700;
    margin-right: 10px;
}

@media only screen and (min-width: 768px) {
    .user-card {
        flex-direction: row;
        align-items: flex-start;
    }
    .user-card-img {
        margin-right: 20px;
        margin-bottom: 0;
    }
    .user-card-info {
        text-align: left;
    }
}

@media (max-width: 767px) {
    .wrapper {
        padding-top: 3%;
    }
    .user-card:before {
        width: 300%;
        height: 200px;
        transform: rotate(0);
    }
    .user-card-info h2 {
        margin-top: 25px;
        font-size: 35px;
    }
    .user-card-info p span {
        display: block;
        margin-bottom: 15px;
        font-size: 18px;
    }
}

.user-card1 {
    display: flex;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border-radius: 10px;
    padding: 40px;
    width: 100%;
    position: relative;
    overflow: hidden;
    box-shadow: 0 2px 20px -5px rgba(0, 0, 0, 0.5);
    height: 100%;
}

.user-card1:before {
    content: '';
    position: absolute;
    height: 300%;
    width: 196px;
    background: #302d5b;
    top: -88px;
    left: -269px;
    z-index: 0;
    transform: rotate(17deg);
}

.user-card1-img {
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 3;
}

.user-card1-img img {
    width: 100%;
    height: 100%;
    /* object-fit: cover; */
    border-radius: 0%;
}

.user-card1-info {
    text-align: center;
}

.user-card1-info h2 {
    font-size: 21px !important;
    margin: 0;
    margin-bottom: 15px !important;
    font-family: 'Bebas Neue', sans-serif;
    letter-spacing: 0px;
}

.user-card1-info p {
    font-size: 14px;
    margin-bottom: 2px;
}

.user-card1-info p span {
    font-weight: 700;
    margin-right: 10px;
}

@media only screen and (min-width: 768px) {
    .user-card1 {
        flex-direction: row;
        align-items: flex-start;
    }
    .user-card1-img {
        margin-right: 20px;
        margin-bottom: 0;
    }
    .user-card1-info {
        text-align: left;
    }
}

@media (max-width: 767px) {
    .wrapper {
        padding-top: 3%;
    }
    .user-card1:before {
        width: 300%;
        height: 200px;
        transform: rotate(0);
    }
    .user-card1-info h2 {
        margin-top: 25px;
        font-size: 35px;
    }
    .user-card1-info p span {
        display: block;
        margin-bottom: 15px;
        font-size: 18px;
    }
}

.user-card2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border-radius: 10px;
    padding: 40px;
    width: 100%;
    position: relative;
    overflow: hidden;
    box-shadow: 0 2px 20px -5px rgba(0, 0, 0, 0.5);
    height: 100%;
}

.user-card2:before {
    content: '';
    position: absolute;
    height: 300%;
    width: 196px;
    background: #302d5b;
    top: -88px;
    left: -329px;
    z-index: 0;
    transform: rotate(17deg);
}

.user-card2-img {
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 3;
}

.user-card2-img img {
    width: 100%;
    height: 100%;
    /* object-fit: cover; */
    border-radius: 0%;
}

.user-card2-info {
    text-align: center;
}

.user-card2-info h2 {
    font-size: 21px !important;
    margin: 0;
    margin-bottom: 15px !important;
    font-family: 'Bebas Neue', sans-serif;
    letter-spacing: 0px;
}

.user-card2-info p {
    font-size: 14px;
    margin-bottom: 2px;
}

.user-card2-info p span {
    font-weight: 700;
    margin-right: 10px;
}

.side-nav .nav-item {
    padding: 0 .5rem;
}

.side-nav .nav-link {
    font-size: 0.9rem;
}

.side-nav .nav-link.active {
    color: #242056;
}

.text-primary-light {
    color: #9EACDE !important;
}

.hover-move-top {
    transition: all 0.3s;
}

.hover-move-top:hover {
    transform: translate(0, -10px);
}

.why-vmc .sm-circle {
    width: 4rem;
    height: 4rem;
    line-height: 4rem;
}

.why-vmc .sm-circle i {
    font-size: 2rem;
    margin-bottom: 0 !important;
    opacity: .5;
    color: #1f1d5a;
}

@media only screen and (min-width: 768px) {
    .user-card2 {
        flex-direction: row;
        align-items: flex-start;
    }
    .user-card2-img {
        margin-right: 20px;
        margin-bottom: 0;
    }
    .user-card2-info {
        text-align: left;
    }
}

@media (max-width: 767px) {
    .wrapper {
        padding-top: 3%;
    }
    .user-card2:before {
        width: 300%;
        height: 200px;
        transform: rotate(0);
    }
    .user-card2-info h2 {
        margin-top: 25px;
        font-size: 35px;
    }
    .user-card2-info p span {
        display: block;
        margin-bottom: 15px;
        font-size: 18px;
    }
}

.slide-hover-wrapper {
    position: relative;
    overflow: hidden;
}

.slide-hover-top {
    padding: 15px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin-top: 120%;
    transition: all .5s;
}

.registration_fee span:nth-child(2) {
    font-size: 24px !important;
}

.slide-hover-wrapper:hover .slide-hover-top {
    margin-top: 0;
}

.messageWrapperBox {
    display: none;
}