@font-face {
    font-family: 'Outfit';
    src: url('../fonts/Outfit-SemiBold.woff2') format('woff2'),
        url('../fonts/Outfit-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Outfit';
    src: url('../fonts/Outfit-Bold.woff2') format('woff2'),
        url('../fonts/Outfit-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Outfit';
    src: url('../fonts/Outfit-Medium.woff2') format('woff2'),
        url('../fonts/Outfit-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Outfit';
    src: url('../fonts/Outfit-Regular.woff2') format('woff2'),
        url('../fonts/Outfit-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Outfit';
    src: url('../fonts/Outfit-ExtraBold.woff2') format('woff2'),
        url('../fonts/Outfit-ExtraBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Outfit';
    src: url('../fonts/Outfit-Black.woff2') format('woff2'),
        url('../fonts/Outfit-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}



body {
    font-family: 'Outfit';
}

h1 {
    font-size: 70px;
    line-height: 65px;
    font-weight: bold;
}

h2 {
    font-size: 50px;
    font-weight: bold;
    color: #1A357E;
}

h3 {
    font-size: 24px;
    font-weight: bold;
}

p {
    font-size: 16px;
    line-height: 30px;
    color: #282828;
}

.margin-top {
    margin-top: 50px;
}

.margin-bottom {
    margin-bottom: 50px;
}

.section--padding {
    padding-top: 120px;
    padding-bottom: 90px;
}

:focus {
    outline: none;
}

.btns {
    background: #00031D;
    background: linear-gradient(90deg, rgba(0, 0, 0, 1) 0%, rgba(38, 76, 171, 1) 100%);
    color: #fff;
    text-decoration: none;
    border-radius: 50px;
    padding: 11px 40px 13px 30px;
    font-weight: 500;
    font-size: 16px;
    display: inline-block;
    height: 50px;
    position: relative;
    transition: all 0.9s ease;
    border: none;
}

.btns::after {
    content: '';
    background: url(../images/rightarrow.png) no-repeat;
    width: 17px;
    height: 14px;
    display: inline-block;
    filter: brightness(0) invert(1);
    transition: all 0.9s ease;
    transform: translate(10px, 2px);
}

.btns:hover:after {
    transition: all 0.9s ease;
    transform: translate(15px, 2px);
}

/*header css*/
.header-top {
    background: #00053D;
    padding: 10px 0;
}

.header-menu-area .container {
    max-width: 1400px;
}

.header-top .headertopinner .header-widget {
    display: flex;
    justify-content: space-between;
}

.header-top .headertopinner .header-widget ul {
    margin: 0;
    padding-left: 0;
}

.header-top .headertopinner .header-widget ul li h6 {
    color: #fff !important;
    font-size: 16px;
}

.header-top .headertopinner .header-widget a {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
}

.header-top .headertopinner .header-widget a img {
    margin: 0 7px 0 0px;
}

.header_sectop {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header_sectop .menu-wrapper {
    padding: 45px 0;
}

.header-menu-content.fixed-top {
    background: #fff;
}

header nav.main-menu {
    margin-right: 0;
}

header nav.main-menu ul {
    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 0;
}

header nav.main-menu ul li {
    margin: 0;
}

header nav.main-menu ul li a {
    color: #000;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    position: relative;
    padding-bottom: 0;
}

header nav.main-menu ul li a:hover {
    color: #1A357E;
}

header nav.main-menu ul li a:before {
    content: '';
    position: absolute;
    bottom: 0;
    background: #000;
    transform: translate(0, 0);
    height: 1px;
    width: 0px;
    transition: all 0.5s ease;
}

header nav.main-menu ul li a:hover:before {
    transition: all 0.5s ease;
    transform: translate(0, 0);
    width: 100%;
}

header .headerlogin ul.generic-list-item {
    background: #00031D;
    background: linear-gradient(90deg, rgba(0, 0, 0, 1) 0%, rgba(38, 76, 171, 1) 100%);
    border-radius: 50px;
    margin: 0;
    padding: 4px 26px;
    width: 210px;
    height: 50px;
    text-align: center;
    gap: 5px;
    justify-content: center;
    color: #fff;
}

header .headerlogin ul.generic-list-item li {
    margin-bottom: 0;
}

header .headerlogin ul.generic-list-item li i.la {
    display: none;
}

header .headerlogin ul.generic-list-item li a {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    position: relative;
}

header .headerlogin ul.generic-list-item li a:before {
    content: '';
    position: absolute;
    bottom: 0;
    background: #fff;
    transform: translate(0, 0);
    height: 1px;
    width: 0px;
    transition: all 0.5s ease;
}

header .headerlogin ul.generic-list-item li a:hover:before {
    transition: all 0.5s ease;
    transform: translate(0, 0);
    width: 100%;
}

.main-menu-content .header_sectop img.gurukul_logo {
    width: 200px;
}

.header-cart .cart-btn {
    position: relative;
    margin: 0 20px 0 0px;
}

header .headerlogin a.cart-btn i.la.la-shopping-cart {
    font-size: 40px !important;
    margin: 0 6px 0 0px;
}

.header-cart .cart-btn span.cart-count {
    position: absolute;
    top: -17px !important;
    right: 3px !important;
    background: #19316e !important;
}

/*header css end*/

/*banner css*/
.hero-area .hero {
    height: 87vh;
    background: #00031D;
    background: linear-gradient(179deg, rgba(0, 3, 29, 1) 0%, rgba(38, 76, 171, 1) 51%, rgba(0, 3, 29, 1) 100%);
    position: relative;
    overflow: hidden;
}

.hero-area .hero .hero-slide-img {
    position: absolute;
    top: 0;
    right: 0;
    background: #FFF2F2;
    border-radius: 50% 0 0 50%;
    height: 847px;
}

.hero-area .hero .hero-slide-img img {
    margin: 0 0 0 80px;
    position: relative;
    right: 200px;
    bottom: -30px;
    width: 100%;
}

.hero-area .hero:after {
    background: url(../images/cloude.png) no-repeat;
    content: '';
    position: absolute;
    bottom: -46px;
    width: 100%;
    height: 180px;
}

.hero-area .hero .hero-content {
    max-width: 780px;
    position: absolute;
    top: 40%;
    transform: translate(0, -40%);
}

.hero-area .hero .hero-content h1 {
    color: #fff;
}

.hero-area .hero .hero-content p.section__desc {
    color: #fff;
    font-weight: normal;
    line-height: 25px;
    margin: 25px 0;
}

.hero-area .hero .hero-content a.btns {
    background: #fff;
    color: #000;
}

.hero-area .hero .hero-content a.btns:after {
    filter: none
}

/*banner css end*/

/*features css*/
.featuresec {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 142px;
    margin-top: 30px;
    margin-bottom: 50px;
}

.featuresec .cols {
    text-align: center;
}

.featuresec .cols h3 {
    color: #1A357E;
    margin: 10px 0;
}

.featuresec .cols p {
    font-size: 16px;
    color: #282828;
    line-height: 25px;
}

/*features css end*/

/*success priority css*/
.feature-area .feature-content-wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
    margin-top: 50px;
}

.feature-area .feature-content-wrap .success_priorityimg img {
    width: 90%;
}

/*success priority css end*/

/*our popular course css*/
.popularcourse {
    background: #E7F0FF;
    padding: 65px 0 50px;
    position: relative;
}

.popularcourse:before {
    background: url(../images/couse_left_before.png);
    content: '';
    position: absolute;
    width: 231px;
    height: 266px;
    filter: none;
    backdrop-filter: none;
    mix-blend-mode: multiply;
}

.popularcourse:after {
    background: url(../images/couse_right_after.png);
    content: '';
    position: absolute;
    width: 191px;
    height: 236px;
    filter: none;
    backdrop-filter: none;
    mix-blend-mode: multiply;
    bottom: 40px;
    right: 30px;
}

.popularcourse h2 {
    margin: 0 0 30px;
}

.popularcourse .card {
    border: none;
    border-radius: 0;
}

.popularcourse .card .card-image {
    height: 310px;
}

.popularcourse .card .card-image a {
    height: 100%;
}

.popularcourse .card .card-image img {
    height: 100%;
    object-fit: cover;
    border-radius: 0;
}

.popularcourse .card .card-body h4.card-title a {
    color: #1A357E;
    text-decoration: none;
    font-weight: bold;
}

.popularcourse .card .card-body p {
    line-height: 25px;
    margin: 10px 0 0;
    line-height: 25px;
    margin: 10px 0 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.popularcourse .card .card-body p.card-text {
    display: none;
}

.popularcourse .card a.btn {
    font-size: 16px;
    font-weight: bold;
    box-shadow: none;
    padding: 0;
}

.popularcourse .card .card-footer {
    padding: 20px 0 0;
    width: 100%;
    margin: auto;
    background: none;
    border-top: dashed 1px #FF3131;
    margin-top: 20px;
}

.popularcourse .more-btn-box {
    margin-top: 20px;
}

/*our popular course css end*/

/*testimonial css*/
.testimonial-area {
    background: url(../images/testimonial_bg.png) no-repeat;
    background-size: cover;
    background-position: right;
}

.testimonial-area .testimonial-card {
    max-width: 750px;
    border-radius: 0;
    float: none;
    border: none;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    margin: auto;
}

.testimonial-area .testimonial-card h2 {
    text-align: left;
}

.testimonial-area .testimonial-card p {
    text-align: left;
    line-height: 25px;
}

.testimonial-area .testimonial-card .card-body {
    padding: 30px;
    min-height: 500px;
    max-height: 600px;
}

.testimonial-area .testimonial-card .testimonial-avatar .testimonial-img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
    border: none;
    box-shadow: none;
}

.testimonial-text {
    font-size: 18px;
    line-height: 1.8;
    color: #495057;
    font-style: italic;
    margin: 20px 0;
}

.testimonial-area .testimonial-card .testimonial-avatar {
    display: flex;
    align-items: center;
    gap: 20px;
}

.testimonial-area .testimonial-card .testimonial-avatar h3.author-name .author-name {
    color: #000;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.testimonial-area .testimonial-card .card-body .blockquote {
    position: relative;
}

.testimonial-area .testimonial-card .card-body .blockquote:before {
    background: url(../images/quoteicon.png) no-repeat;
    content: '';
    width: 126px;
    height: 126px;
    position: absolute;
    top: -20px;
}

.testimonial-area a.btns {
    margin: 0 auto;
    display: table;
    margin-top: 30px;
}

section.footer-area .carousel-control-prev,
section.footer-area .carousel-control-next {
    width: 50px;
    height: 50px;
    background: rgba(0, 123, 255, 0.8);
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    display: none;
}

section.footer-area .carousel-control-prev {
    left: -25px;
    display: none;
}

section.footer-area .carousel-control-next {
    right: -25px;
    display: none;
}

section.footer-area .carousel-control-prev:hover,
section.footer-area .carousel-control-next:hover {
    background: rgba(0, 123, 255, 1);
    display: none;
}

section.footer-area .carousel-indicators {
    bottom: -50px;
    display: none;
}

section.footer-area .carousel-indicators li {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #dee2e6;
    margin: 0 5px;
    display: none;
}

section.footer-area .carousel-indicators li.active {
    background: #007bff;
    display: none;
}

.testimonial-area a.carousel-control-prev,
.testimonial-area a.carousel-control-next {
    display: none;
}

/*tesimonial css*/



/*inner css*/
.breadcrumb-content {
    display: block !important;
    text-align: center;
}

.breadcrumb-content .section-heading {
    margin: 0 0 20px;
}

.breadcrumb-content ul.generic-list-item {
    margin-bottom: 0;
    padding-left: 0;
    justify-content: center;
}

.breadcrumb-content ul.generic-list-item li,
.breadcrumb-content ul.generic-list-item li a {
    font-size: 18px;
    color: #fff;
}

.innerbannerbg {
    background: #00031D;
    background: linear-gradient(90deg, rgba(0, 0, 0, 1) 0%, rgba(38, 76, 171, 1) 100%);
}

.breadcrumb-content h3 {
    color: #fff;
    font-weight: normal;
}

.aboutstory .imageText-module--wrapper--1iUGH {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.aboutstory .imageText-module--wrapper--1iUGH .imageText-module--imageWrapper--1ewgA figure img {
    width: 100%;
}

.course_banner {
    background: #00031D;
    background: linear-gradient(90deg, rgba(0, 0, 0, 1) 0%, rgba(38, 76, 171, 1) 100%);
}

.course_banner h3 {
    color: #fff;
    font-size: 24px;
}

.courses-section .course-card {
    display: flex;
    flex-direction: column;
    box-shadow: none !important;
    border: 1px solid #e5e5e5 !important;
}

.courses-section .course-card .card-body {
    display: flex;
    flex-direction: column;
}

.courses-section .course-card .course-image {
    height: 310px;
}

.courses-section .course-card .course-image img {
    height: 100%;
    object-fit: cover;
    border-radius: 0;
}

.courses-section .course-card h5.card-title {
    color: #1A357E;
    text-decoration: none;
    font-weight: bold;
}

.courses-section .course-card .course-options h6 {
    color: #1A357E;
    font-size: 1.2rem;
    font-weight: 600;
}

.courses-section .course-card .card-footer {
    padding: 20px 0 0;
    width: 100%;
    margin: auto;
    background: none;
    border-top: dashed 1px #FF3131;
    margin-top: auto;
    margin-bottom: 0;
}

.courses-section .course-card .card-footer a.btns {
    background: #00031D;
    background: linear-gradient(90deg, rgba(0, 0, 0, 1) 0%, rgba(38, 76, 171, 1) 100%);
    padding: 13px 0px;
    width: 100%;
    text-align: center;
}

.filter-bar .filter-bar-inner p {
    margin-bottom: 0;
    font-size: 20px;
}

.contact-area {
    margin: 60px 0;
}

.contact-area .card.card-item {
    margin-bottom: 0;
}

.course-area .card-item {
    border-radius: 0;
    border: 1px solid #e5e5e5;
}

.course-area .card-item .card-image {
    height: 310px;
}

.course-area .card-item .card-image a {
    height: 100%;
}

.course-area .card-item .card-image img {
    height: 100%;
}

.course-area .card-item .card-body h5.card-title a {
    text-decoration: none;
}

.course-area .card-item .card-body h6 {
    background: #00031D !important;
    background: linear-gradient(90deg, rgba(0, 0, 0, 1) 0%, rgba(38, 76, 171, 1) 100%) !important;
    color: #fff !important;
    padding: 11px 24px;
    position: absolute;
    top: 20px;
    left: 20px;
}

.course-area .card-item .card-body .rating-wrap .review-stars {
    font-size: 20px;
    font-weight: 600;
}

.course-area .card-item .card-body p.card-price {
    font-size: 20px;
    color: #214294 !important;
    margin-bottom: 0;
}

.course-area .card-item .card-body .price_cart {
    margin-top: 15px;
}

.course-area .card-item .card-body .price_cart button.btn {
    font-size: 0;
}

.course-area .card-item .card-body .price_cart button.btn i.la.la-shopping-cart {
    font-size: 34px;
    background: #00031D;
    background: linear-gradient(90deg, rgba(0, 0, 0, 1) 0%, rgba(38, 76, 171, 1) 100%);
    border-radius: 50px;
    color: #fff;
    width: 50px;
    height: 50px;
    display: flex;
    border-radius: 50px;
    padding: 0 0px;
    align-items: center;
    justify-content: center;
    line-height: 36px;
}

.contact-area .card-body form .row {
    row-gap: 20px;
}

.contact-area .card-body form .input-box label.label-text {
    font-weight: 600;
}

.contact-area .card-body form .input-box input {
    padding: 0 0 0 45px;
    border-radius: 0;
}

.contact-area .card-body form .input-box span.la {
    font-size: 24px;
    left: 16px;
}

.contact-area .card-body form textarea.form-control {
    height: 160px;
}

.contact-area .sidebar {
    background: #00031D;
    background: linear-gradient(179deg, rgba(0, 3, 29, 1) 0%, rgba(38, 76, 171, 1) 51%, rgba(0, 3, 29, 1) 100%);
    height: 100%;
}

.contact-area .sidebar .card.card-item {
    background: none;
    border: none;
}

.contact-area .sidebar .card.card-item h3.card-title {
    font-size: 24px !important;
    color: #fff;
}

.contact-area .sidebar .card.card-item .divider {
    border-bottom: 1px solid #fff;
}

.contact-area .sidebar .card.card-item .divider span {
    display: none;
}

.contact-area .sidebar .contact-info-wrap .contact-info-content {
    margin: 0 0 0 14px;
}

.contact-area .sidebar .contact-info-wrap .contact-info-content h4 {
    color: #fff;
    margin-bottom: 0;
}

.contact-area .sidebar .contact-info-wrap .contact-info-content a {
    color: #fff;
    text-decoration: none;
}

.contact-area .sidebar .contact-info-wrap .contact-info-item a {
    color: #fff;
    text-decoration: none;
}

.contact-area .sidebar .contact-info-wrap .contact-info-item a h4.contact-info-title {
    font-size: 20px;
}

.contact-info-wrap .contact-info-item .header-widget .logo-text {
    display: flex;
    gap: 10px;
}

.contact-area .sidebar .card-body p {
    color: #fff;
}

.contact-area .card-body form .btn-box button.btns {
    border: none;
}

.testimonials-section .testimonial-card {
    border: 1px solid #e5e5e5;
    position: relative;
}

.testimonials-section .testimonial-card:before {
    position: absolute;
    content: '';
    background: url(../images/quoteicon.png) no-repeat;
    width: 126px;
    height: 126px;
    top: 0;
}

.testimonials-section .testimonial-card .testimonial-author .author-info h6.author-name {
    color: #1A357E;
    font-size: 18px;
}

.testimonials-section .testimonial-card .testimonial-author .author-info p.author-title {
    font-size: 16px;
}

.hero-content h3.lead.mb-4 p {
    color: #fff;
    font-size: 24px;
}

.content-wrapper .course-description {
    margin-top: 30px;
}

.course-sidebar .card {
    margin-bottom: 30px;
}

.course-sidebar .card .card-header {
    background: #00031D;
    background: linear-gradient(90deg, rgba(0, 0, 0, 1) 0%, rgba(38, 76, 171, 1) 100%);
}

.course-sidebar .card .card-body .schedule-item {
    background: none;
}

.course-sidebar .card .card-body .schedule-item strong {
    color: #1A357E;
    font-size: 20px;
}

.course-sidebar .card .card-body p {
    text-align: left;
    line-height: 22px;
}

.course-sidebar .card .card-body a.btns {
    width: 100%;
    margin: 0 0 20px;
}

.course-sidebar .card .card-body a.btns.callnow {
    color: #000;
    background: none;
    border: 1px solid #1a3476;
    margin-bottom: 0;
}

.course-sidebar .card .card-body a.btns.callnow:after {
    filter: none;
}

.related-courses .card .card-body h5.card-title {
    color: #1A357E;
    font-size: 24px;
}

.cms-description ul {
    padding: 0;
}

/*inner css end*/

/*login css*/
.contact-area .card.card-item {
    margin-bottom: 0;
    border-radius: 0;
}

.login-sec .card-body,
.register-sec .card-body {
    padding: 0;
}

.login-sec .card-body h3.card-title,
.register-sec .card-body h3.card-title {
    background: #00031D;
    background: linear-gradient(90deg, rgba(0, 0, 0, 1) 0%, rgba(38, 76, 171, 1) 100%);
    color: #fff;
    padding: 10px 0;
    text-align: center;
}

.login-sec .card-body form,
.register-sec .card-body form {
    padding: 0 30px;
}

.login-sec .card-body form input,
.register-sec .card-body form input {
    background: none;
    border: none;
    border: none;
}

.login-sec .card-body form input:focus,
.register-sec .card-body form input:focus {
    border: none;
    box-shadow: none;
}

.login-sec .card-body,
.register-sec .card-body {
    background: none;
}

.login-sec .card-body form .input-box .input-group,
.register-sec .card-body form .input-box .input-group {
    position: relative;
}

.login-sec .card-body form .input-box,
.register-sec .card-body form .input-box {
    margin: 0 0 20px;
}

.login-sec .card-body form .input-box input,
.register-sec .card-body form .input-box input {
    background: #fff;
    -webkit-text-fill-color: #000000;
    border: 1px solid #ccc;
    border-radius: 0;
}

.login-sec .card-body form .input-box .input-group .input-group-append,
.register-sec .card-body form .input-box .input-group .input-group-append {
    position: absolute;
    right: 0;
    top: 5px;
}

.contact-area .card-body form p {
    font-size: 15px;
    margin-top: 10px;
}

.contact-area .card-body form p a.registerlink {
    color: #2448a2;
    font-size: 15px;
    text-decoration: none;
    font-weight: 600;
}

.login-sec .card-body form .input-box ul,
.register-sec .card-body form .input-box ul {
    padding-left: 0;
    margin: 0 !important;
}

.login-sec .card-body form .input-box ul li,
.register-sec .card-body form .input-box ul li {
    color: #ff0000cc;
    font-size: 14px;
}

.login-sec .card-body form .btn-box .rememberbtn {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 0 20px;
}

.register-sec .card-body form .btn-box .custom-control label.custom-control-label a {
    color: #2448a2;
    font-size: 15px;
    text-decoration: none;
    font-weight: 600;
}

/*login css end*/

/*cart page css*/
.cart-area .card.card-item {
    overflow: hidden;
}

.cart-area .card-body {
    padding: 0;
    overflow: hidden;
}

.cart-area .card-body h3 {
    margin-bottom: 15px;
    background: #00031D;
    background: linear-gradient(90deg, rgba(0, 0, 0, 1) 0%, rgba(38, 76, 171, 1) 100%);
    color: #fff;
    padding: 10px 20px;
    font-weight: 600;
}

.cart-area .shopping-cart-content {
    padding: 0 30px;
}

.cart-area .shopping-cart-content .media.media-card .media-img {
    display: inline-block;
    vertical-align: top;
}

.cart-area .shopping-cart-content .media.media-card .media-body {
    width: auto;
    display: inline-block;
}

.cart-area .shopping-cart-content .media.media-card .media-body h5 a {
    text-decoration: none;
    margin: 0 0 5px;
    display: inline-block;
    color: #162c62;
}

.cart-area .shopping-cart-content .media.media-card .media-body h5 a:hover {
    color: #162c62;
}

.cart-area .shopping-cart-content .media.media-card .media-body p {
    margin-bottom: 5px;
    font-size: 14px;
    line-height: normal;
}

.cart-area .shopping-cart-content .media.media-card .media-footer {
    display: flex;
    gap: 10px;
    align-items: center;
    float: right;
}

.cart-area .shopping-cart-content .media.media-card .media-footer p.text-black {
    margin-bottom: 0;
}

.cart-area .card.card-item .order-summary-lists {
    padding: 0 30px;
}

.cart-area .card.card-item .order-summary-lists .media.media-card {
    display: flex;
}

.cart-area .card.card-item .order-summary-lists .media.media-card p.text-black {
    font-size: 18px;
    font-weight: bold !important;
}

.cart-area .card.card-item .order-summary-lists .media.media-card .media-footer {
    margin: 0 0 0 10px;
    line-height: normal;
}

.cart-area .card.card-item.ordersummery .btn-box {
    padding: 40px 20px 20px;
}

.cart-area .card.card-item .btn-box a.btns {
    width: 100%;
    border-radius: 0;
    text-align: center;
    padding: 13px 40px 13px 30px;
}

/*cart page css end*/

/*checkout css*/
.checkout-area .card.card-item {
    overflow: hidden;
}

.checkout-area .card.card-item .card-body {
    padding: 0;
}

.checkout-area .card.card-item .card-body h3.card-title {
    margin-bottom: 15px;
    background: #00031D;
    background: linear-gradient(90deg, rgba(0, 0, 0, 1) 0%, rgba(38, 76, 171, 1) 100%);
    color: #fff;
    padding: 10px 20px;
    font-weight: 600;
}

.checkout-area .card.card-item .card-body form {
    padding: 0 30px 30px;
}

.checkout-area .card.card-item .card-body form .input-box {
    margin: 0 0 20px;
}

.checkout-area .card.card-item .card-body form .input-box label.label-text {
    font-weight: 600;
}

.checkout-area .card.card-item .card-body form .input-box input {
    border-radius: 0;
}

.checkout-area .checkoutsummery .order-summary-lists {
    padding: 10px 30px
}

.checkout-area .checkoutsummery .order-summary-lists .voucher-section .form-group {
    gap: 10px;
}

.checkout-area .checkoutsummery .order-summary-lists .voucher-section .form-group button {
    background: linear-gradient(90deg, rgba(0, 0, 0, 1) 0%, rgba(38, 76, 171, 1) 100%);
}

.checkout-area .checkoutsummery .order-summary-lists .voucher-section .form-group input#voucher-code {
    height: auto;
    font-size: 15px;
}

.checkout-area .checkoutsummery .order-summary-lists .media.media-card .media-img {
    width: 70px;
    height: auto;
    display: inline-block;
}

.checkout-area .checkoutsummery .order-summary-lists .media.media-card .media-img img {
    object-fit: cover;
    width: 100%;
    height: 75px;
}

.checkout-area .checkoutsummery .order-summary-lists .media.media-card .media-body {
    display: inline-block;
    padding: 0 0 0 0px;
}

.checkout-area .checkoutsummery .order-summary-lists .voucher-item strong.text-primary {
    color: #000 !important;
}

.checkout-area .checkoutsummery .order-summary-lists .media.media-card .media-footer {
    float: right;
}

.checkout-area .checkoutsummery .order-summary-lists .media-body h5 {
    font-size: 18px;
}

.checkout-area .checkoutsummery .order-summary-lists .media-card.media-total .media-body {
    padding: 0;
}

/*checkout css end*/

/*dashboard css*/
section.dashboard-area .dashboard-off-canvas-menu {
    background: #00031D;
    background: linear-gradient(179deg, rgba(0, 3, 29, 1) 0%, rgba(38, 76, 171, 1) 51%, rgba(0, 3, 29, 1) 100%);
}

.dashboard-menu-content .menu-wrapper {
    justify-content: left;
}

.dashboard-area .card .card-body {
    padding: 0;
}

.dashboard-area .card .card-body h3.card-title {
    background: #00031D;
    background: linear-gradient(90deg, rgba(0, 0, 0, 1) 0%, rgba(38, 76, 171, 1) 100%);
    color: #FFF;
    padding: 15px 20px;
}

.dashboard-area .card .card-body .table-responsive {
    padding: 0 30px 20px;
}

.dashboard-area .card .card-body table.table tr td span.badge.badge-success {
    color: #00a232;
}

.dashboard-off-canvas-menu ul.generic-list-item li a {
    color: #fff;
    font-weight: normal;
    text-decoration: none;
    display: block;
    background: none;
}

.dashboard-off-canvas-menu ul.generic-list-item li.active a {
    background: #2552c4;
}

.dashboard-off-canvas-menu ul.generic-list-item li a svg {
    fill: #fff;
    width: 23px;
    height: 23px;
    margin: 0 10px 0 0px;
}

.dashboard_form .row.mt-3 {
    row-gap: 20px;
}

.dashboard_form label.label-text {
    font-weight: 600;
}

.dashboard_form input.form-control {
    border-radius: 0;
}

.dashboard-content-wrap .breadcrumb-content {
    padding: 0 0 20px;
    display: none;
}

.dashboard-content-wrap ul.generic-tab li.nav-item .nav-link {
    width: 170px;
    text-align: center;
    height: 50px;
    border: 1px solid #204090;
    border-radius: 50px;
    padding: 10px 40px 13px 30px;
    position: relative;
    font-size: 16px;
}

.dashboard-content-wrap ul.generic-tab li.nav-item .nav-link:after {
    content: '';
    background: url(../images/rightarrow.png) no-repeat;
    width: 17px;
    height: 14px;
    display: inline-block;
    transform: translate(10px, 7px);
    position: absolute;
}

.dashboard-content-wrap ul.generic-tab li.nav-item .nav-link.active {
    background: #00031D;
    background: linear-gradient(90deg, rgba(0, 0, 0, 1) 0%, rgba(38, 76, 171, 1) 100%);
    color: #fff;
    text-decoration: none;
    border-radius: 50px;
    padding: 10px 40px 13px 30px;
    font-weight: 500;
    display: inline-block;
    height: 50px;
    position: relative;
    transition: all 0.9s ease;
    text-align: center;
}

.dashboard-content-wrap ul.generic-tab li.nav-item .nav-link.active::after {
    filter: brightness(0) invert(1);
}

.dashboard-content-wrap ul.generic-tab li.nav-item .nav-link.active:hover {
    color: #fff;
}

.dashboard-content-wrap ul.generic-tab li.nav-item .nav-link:hover {
    color: #000;
}


.exam_details .course-details-content-wrap .course-overview-card-header {
    margin: 0 0 20px;
}

.exam_details .course-details-content-wrap .course-overview-stats {
    gap: 15px;
}

.exam_details .course-details-content-wrap .course-overview-stats .stats-item {
    border: 1px solid #dfdfdf;
    padding: 10px 10px;
    gap: 5px;
}

.exam_details .course-details-content-wrap .course-overview-stats .stats-item i.la {
    font-size: 24px;
}

.exam_details .course-details-content-wrap .course-overview-stats .stats-item p {
    margin-bottom: 0;
    line-height: normal;
}

.exam_details .course-details-content-wrap .course-overview-stats .stats-item h4 {
    font-size: 14px;
    font-weight: bold;
}

.exam_details .course-details-content-wrap .buy-course-btn-box {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.exam_details .course-details-content-wrap .course-overview-card-body ul {
    padding-left: 0;
}

/*dashboard css end*/

/*popup css*/
.swal2-backdrop-show .swal2-popup button.swal2-confirm {
    background: #00031D;
    background: linear-gradient(90deg, rgba(0, 0, 0, 1) 0%, rgba(38, 76, 171, 1) 100%);
}

/*popup css end*/

/*payment css*/
.payment-area .card-body {
    padding: 0;
}

.payment-area .card-body h3.card-title {
    background: #00031D;
    padding: 15px 0;
    background: linear-gradient(90deg, rgba(0, 0, 0, 1) 0%, rgba(38, 76, 171, 1) 100%);
    text-align: center;
    color: #fff;
}

.payment-area .card-body form#payment-form {
    padding: 0 30px;
}

.payment-area .card-body .btn-box button {
    width: 100%;
    margin: 0 0 30px;
}

/*payment css end*/

/*thanksyou page css*/
.success-area .payment-details h4 {
    color: #1A357E;
    font-weight: 600;
    font-size: 30px;
}

.success-area .payment-details p span.badge.badge-success {
    color: #000;
    font-size: 16px;
    font-weight: normal;
}

.success-area .card .btn-box a.btns {
    margin: 0 10px;
}

/*thanksyou page css end*/

/*footer css*/
section.footer-area {
    background: #00053D;
    background: linear-gradient(179deg, rgba(0, 5, 61, 1) 0%, rgba(0, 5, 61, 1) 51%, rgba(0, 1, 17, 1) 100%);
    padding: 50px 0 0;
    margin-top: -3px;
}

section.footer-area .footer-item ul.generic-list-item {
    padding: 0;
}

section.footer-area .footer-item span {
    display: none;
}

section.footer-area .footer-item h3 {
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 25px;
}

section.footer-area .footer-item ul.generic-list-item li {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    gap: 10px;
}

section.footer-area .footer-item ul.generic-list-item li a {
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
    position: relative;
    transition: all 0.9s ease;
}

section.footer-area .footer-item ul.generic-list-item li a:before {
    content: '';
    position: absolute;
    bottom: 0;
    background: #fff;
    transform: translate(0, 0);
    height: 1px;
    width: 0px;
    transition: all 0.5s ease;
}

section.footer-area .footer-item ul.generic-list-item li a:hover:before {
    transition: all 0.5s ease;
    transform: translate(0, 0);
    width: 100%;
}

section.footer-area .responsive-column-half:nth-child(2),
section.footer-area .responsive-column-half:nth-child(3) {
    padding-left: 120px;
}

section.footer-area .footer-item ul.social-icons {
    padding: 0;
}

section.footer-area .footer-item ul.social-icons li a {
    width: 40px;
    height: 40px;
    border: 1px solid #fff;
}

section.footer-area .footer-item ul.social-icons li a:hover {
    border: 1px solid transparent;
}

section.footer-area .copyright-content p.copy-desc {
    margin-bottom: 0;
    color: #fff;
    font-size: 15px;
}

/*footer css end*/

@media (max-width: 1700px) {

    .popularcourse:after,
    .popularcourse:before {
        display: none;
    }
}


@media (min-width: 1200px) {
    .header-menu-content .user-btn-action {
        display: none;
    }
}

@media (min-width: 992px) {
    h2.ourstoryheadingmobile {
        display: none;
    }
}

@media (max-width: 1600px) {
    h1 {
        font-size: 50px;
        line-height: 50px;
    }

    .hero-area .hero {
        height: 80vh;
    }

    .hero-area .hero .hero-content {
        max-width: 700px;
    }
}

@media (max-width: 1399px) {
    .hero-area .hero .hero-content {
        max-width: 630px;
    }

    .hero-area .hero .hero-slide-img img {
        margin: 0;
        right: 95px;
        bottom: -30px;
    }

    .hero-area .hero .hero-content .section-heading {
        margin-top: -90px;
    }

    .hero-area .hero .hero-content p.section__desc {
        line-height: 25px;
        margin: 15px 0;
    }

}


@media (max-width: 1350px) {
    header nav.main-menu ul {
        gap: 15px;
    }

    .hero-area .hero .hero-slide-img {
        right: -50px;
    }

    .main-menu-content .header_sectop img.gurukul_logo {
        width: 150px;
    }
}

@media (max-width: 1199px) {
    h1 {
        font-size: 36px;
        line-height: 38px;
    }

    h2 {
        font-size: 30px;
    }

    .tooltip.show {
        display: none;
    }

    header .headerlogin ul.generic-list-item {
        margin: 0 10px 0px 0px;
    }

    .header_sectop .user-btn-action .main-menu-toggle {
        box-shadow: none;
    }

    .header_sectop .user-btn-action .main-menu-toggle i.la:before {
        color: #000;
        font-size: 27px;
    }

    .header-menu-area .off-canvas-menu ul.generic-list-item {
        padding: 60px 0 0;
    }

    .header-menu-area .off-canvas-menu ul.generic-list-item li a {
        color: #000;
        font-weight: 500;
        font-size: 16px;
        text-decoration: none;
    }

    .hero-area .hero {
        height: 75vh;
    }

    .hero-area .hero .hero-content {
        max-width: 440px;
    }

    .hero-area .hero .hero-content p.section__desc {
        line-height: 20px;
        font-size: 14px;
    }

    .featuresec {
        gap: 40px;
    }

    section.footer-area .responsive-column-half:nth-child(2),
    section.footer-area .responsive-column-half:nth-child(3) {
        padding-left: 70px;
    }

    .dashboard-content-wrap .dashboard-menu-toggler {
        width: auto;
        display: inline-block;
        margin: 0 0 0 10px;
    }
}


@media (max-width: 991px) {
    .header-top {
        display: block !important;
    }

    .header-menu-content .main-menu-content a.down-button {
        display: none;
    }

    .hero-area .hero {
        height: auto;
        padding: 60px 0 0;
    }

    .hero-area .hero:after {
        display: none;
    }

    .hero-area .hero .hero-content {
        max-width: 100%;
        top: inherit;
        transform: none;
        position: relative;
    }

    .hero-area .hero .hero-content .section-heading {
        margin-top: 0;
    }

    .hero-area .hero .hero-slide-img {
        right: 0;
        background: none;
        position: relative;
        height: auto;
        bottom: 0;
        top: inherit;
        margin-top: 40px;
    }

    .hero-area .hero .hero-slide-img img {
        right: 0px;
        bottom: 0;
        width: 300px;
        margin: auto;
        display: table;
    }

    section.footer-area .responsive-column-half:nth-child(2),
    section.footer-area .responsive-column-half:nth-child(3) {
        padding-left: 15px;
    }

    .feature-area .feature-content-wrap {
        grid-template-columns: repeat(1, 1fr);
    }

    .feature-area .feature-content-wrap .success_priorityimg {
        margin-bottom: 30px;
        text-align: center;
    }

    .featuresec {
        gap: 0px;
        grid-template-columns: repeat(2, 1fr);
    }

    .featuresec .cols {
        margin: 0 0 30px;
        padding: 0 50px;
    }

    .testimonial-area {
        background-position: left;
    }

    /*inner css*/
    .aboutstory .imageText-module--wrapper--1iUGH {
        grid-template-columns: repeat(1, 1fr);
    }

    .our-purposesec {
        margin-top: 50px;
    }

    .our-purposesec .order-2.order-md-0,
    .ourstorysec .order-md-0 {
        order: 2 !important;
    }

    .our-purposesec .order-0.order-md-2,
    .ourstorysec .order-0.order-md-2 {
        order: 1 !important;
    }

    .our-purposesec .order-2.order-md-0 {
        margin-top: 30px;
    }

    .ourstorysec .order-2.order-md-0 {
        order: 2 !important;
    }

    h2.ourstoryheadingdektop {
        display: none;
    }

    .contact-area .sidebar {
        margin-top: 30px;
    }

    .contact-area .card.card-item {
        border: 1px solid #dbe5ff;
        box-shadow: none;
        background: #fbfcff;
        border-radius: 0;
    }

    .cms-description h2 {
        margin-top: 30px;
    }

    .cms-description .fs-4.mt-3 {
        margin-bottom: 50px;
    }

    /*inner css end*/
}

@media (max-width: 767px) {
    .header_sectop .logo-box {
        justify-content: left;
    }

    .logo-box .logo {
        display: inline-block;
        width: 90%;
    }

    .logo-box .logo img {
        width: 100%;
    }

    header .headerlogin ul.generic-list-item {
        width: 170px;
    }

    .testimonial-area {
        background-position: center;
    }

    .cart-area .shopping-cart-content .media.media-card {
        justify-content: left;
    }

    .cart-area .shopping-cart-content .media.media-card .media-img img {
        width: auto;
        height: auto;
    }

    .checkout-area .checkoutsummery .order-summary-lists .media.media-card .media-body {
        padding: 0;
    }

    .success-area .card .btn-box a.btns {
        margin: 0;
    }

    .success-area .card .btn-box a.btns:first-child {
        margin-bottom: 20px;
    }

    .popularcourse {
        padding: 30px 0 40px;
    }

    .popularcourse .more-btn-box {
        margin-top: 0;
    }

    .testimonial-area .testimonial-card .card-body {
        max-height: inherit;
        min-height: auto;
    }
}

@media (max-width: 575px) {
    .header-top .headertopinner .header-widget {
        flex-wrap: wrap;
    }

    .header-top .headertopinner .header-widget ul {
        width: 100%;
        text-align: center;
    }

    .header-top .headertopinner .header-widget a {
        width: 100%;
        margin-top: 5px;
    }

    .featuresec {
        grid-template-columns: repeat(1, 1fr);
    }

    .featuresec .cols {
        padding: 0;
    }

    .header-cart .cart-btn {
        margin: 0;
    }
}

@media (max-width: 479px) {

    .user-btn-action {
        display: flex;
    }

    .breadcrumb-content ul.generic-list-item li,
    .breadcrumb-content ul.generic-list-item li a {
        font-size: 14px;
    }

    header .headerlogin ul.generic-list-item {
        width: 120px;
        height: 40px;
        padding: 4px 15px;
    }

    header .headerlogin ul.generic-list-item li a {
        font-size: 11px;
    }

    header .headerlogin a.cart-btn i.la.la-shopping-cart {
        font-size: 32px !important;
        margin: 0 0 0 0px;
    }

    .dashboard-content-wrap ul.generic-tab li.nav-item .nav-link {
        font-size: 14px;
        width: 135px;
        padding: 10px 40px 13px 23px;
    }

    .dashboard-content-wrap ul.generic-tab li.nav-item .nav-link.active {
        font-size: 14px;
        width: 135px;
    }

    .exam_details .course-details-content-wrap .course-overview-stats {
        flex-wrap: wrap;
    }

    .exam_details .course-details-content-wrap .course-overview-stats .stats-item {
        width: 48%;
    }

    .exam_details .course-details-content-wrap .course-overview-stats .stats-item:last-child {
        width: 100%;
    }

    .cart-area .shopping-cart-content .media.media-card .media-img {
        vertical-align: top;
        margin: auto;
        display: table;
        margin-bottom: 30px;
    }

    .cart-area .shopping-cart-content .media.media-card .media-body {
        width: 100%;
        display: inline-block;
        text-align: center;
    }

    .cart-area .shopping-cart-content .media.media-card .media-footer {
        display: flex;
        gap: 10px;
        align-items: center;
        float: none;
        width: 100%;
        margin-top: 20px;
        justify-content: center;
    }

    .cart-area .shopping-cart-content .media.media-card {
        justify-content: center;
    }

    .checkout-area .checkoutsummery .order-summary-lists .media.media-card .media-img {
        height: auto;
        text-align: center;
        margin: 0 0 20px;
    }

    .success-area .card .btn-box a.btns {
        padding: 11px 30px;
    }
}




.avatar-placeholder {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: #f8f9fa;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 4px solid #fff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    margin: 0 auto;
}

.avatar-placeholder i {
    font-size: 40px;
    color: #6c757d;
}

.review-stars .la-star {
    color: #ffc107;
    font-size: 18px;
    margin: 0 2px;
}






@media (min-width: 1400px) {
    .container {
        max-width: 1400px;
    }
}
@media (max-width: 1350px) {
    header nav.main-menu ul {
        gap: 15px!important;
    }
}