/*
  Theme Name: Name - HTML Template
  Author: mohasagorit.solutions
  Support: info@mohasagorit.solutions
  Description: Creative  HTML5 template.
  Version: 1.0
*/

/* CSS Index
-----------------------------------
1. Theme Default
2. Section Heading
3. Header
4. Banner
14. Responsive
*/

/*
==========================================
    Google Fonts
==========================================
*/

/* font-family: 'Noto Sans Bengali', sans-serif; */
/* @import url('https://fonts.googleapis.com/css2?family=Noto+Sans+Bengali:wght@100;200;300;400;500;600;700;800&display=swap'); */

/* font-family: 'Hind Siliguri', sans-serif; */
/* @import url('https://fonts.googleapis.com/css2?family=Hind+Siliguri:wght@300;400;500;600;700&display=swap'); */

/* font-family: 'Poppins', sans-serif; */
/* @import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800&display=swap"); */

/* font-family: 'Blinker', sans-serif; */
@import url('https://fonts.googleapis.com/css2?family=Blinker:wght@100;200;300;400;600;700;800&display=swap');

/*
==========================================
    Theme Default Css
==========================================
*/
* {
    margin: 0;
    padding: 0;
}
html,
body {
    width: 100%;
    height: 100%;
    font-family: 'Blinker', sans-serif;
    font-size: 16px;
    line-height: 26px;
}
:root {
    --primary-color: #0e3e55;
    --primary-hover-color: #ff4d03;
    --primary-default-color: #ffffff;
    --primary-text-color: #323232;
    --primary-border-color: #dddddd;
    --primary-background: rgba(253, 242, 242, 0.5);
}
a,
.button {
    -webkit-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
a:focus,
.button:focus {
    text-decoration: none;
    outline: none;
}
button:focus,
input:focus,
input:focus,
textarea,
textarea:focus {
    outline: 0;
}
ul {
    margin: 0px;
    padding: 0px;
}
li {
    list-style: none;
}
a {
    text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #252525;
}
hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}
*::-moz-placeholder {
    color: #555555;
    opacity: 1;
    font-size: 14px;
}
*::-webkit-input-placeholder {
    color: #555555;
    opacity: 1;
    font-size: 14px;
}
*:-ms-input-placeholder {
    color: #555555;
    opacity: 1;
    font-size: 14px;
}
*::-ms-input-placeholder {
    color: #555555;
    opacity: 1;
    font-size: 14px;
}
*::placeholder {
    color: #555555;
    opacity: 1;
    font-size: 14px;
}
*::-moz-selection {
    background: #d6b161;
    color: #fff;
    text-shadow: none;
}
::-moz-selection {
    background: #444;
    color: #fff;
    text-shadow: none;
}
::selection {
    background: #444;
    color: #fff;
    text-shadow: none;
}
.section-padding {
    padding: 80px 0px;
}
.section-padding-top {
    padding-top: 80px;
}
.section-padding-bottom {
    padding-bottom: 80px;
}
.section-to-space {
    margin-top: 50px;
}
.display-show-mobile-device {
    display: none;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"] {
    -moz-appearance: textfield;
}
/*
==========================================
    Section Heading Css
==========================================
*/
.section-heading h2 {
    font-size: 30px;
    font-weight: 600;
    line-height: 50px;
    color: #ffab00;
}
.section-heading-animation {
    display: inline-block;
    width: 12px;
    height: 12px;
    vertical-align: text-top;
    background-color: var(--primary-hover-color);
    border-radius: 50%;
    opacity: 0;
    -webkit-animation: spinner-grow 0.75s linear infinite;
    animation: spinner-grow 0.75s linear infinite;
}
.section-heading-p {
    color: var(--primary-text-color);
}
.section-heading {
    color: #ddd;
}
.section-heading p{
    color: var(--primary-text-color);
}
/*
==========================================
    Header Area Css
==========================================
*/
.header-top {
    background-color: transparent;
    padding: 5px 0px;
    border-bottom: 1px solid #dddddd;
}
.header-top-contact {
    float: left;
}
.header-top-contact ul li {
    display: inline-block;
    margin-left: 20px;
}
.header-top-contact ul li:first-child {
    margin-left: 0px;
}
.header-top-contact ul li .header-top-contact-link {
    color: var(--primary-text-color);
}
.header-top-contact ul li .header-top-contact-link:hover {
    color: var(--primary-hover-color);
}

.header-top-social-media {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 20px;
}
.header-top-contact ul li .header-top-contact-link i {
    padding-right: 4px;
    color: var(--primary-color);
}
.social-media-item-link {
    color: var(--primary-color);
}
.social-media-item-link:hover {
    color: var(--primary-hover-color);
}

.logo {
    width: 100%;
    height: 60px;
}
.logo img {
    max-width: 100%;
    max-height: 100%;
}
.header-bottom .navbar {
    padding: 0px;
}
.header-bottom .navbar .navbar-brand {
    padding: 0px;
    margin: 0px;
}
.main-menu {
    justify-content: end;
}
.main-menu .navbar-nav li {
    margin-right: 20px;
}
.main-menu .navbar-nav li:last-child {
    margin-right: 0px;
}
.main-menu .navbar-nav li .main-menu-link {
    font-weight: 600;
    font-size: 16px;
    display: block;
    color: var(--primary-text-color);
    transition: all linear 0.4s;
}
.main-menu .navbar-nav li .main-menu-link {
    position: relative;
}
.main-menu .navbar-nav li .main-menu-link:hover {
    color: var(--primary-hover-color);
}

.main-menu .navbar-nav li:hover .main-menu-link:before {
    transform: scale(1);
    transform-origin: left center;
}
.main-menu .navbar-nav li .main-menu-link:before {
    display: block;
    position: absolute;
    top: calc(100% + 2px);
    left: 0;
    width: 100%;
    border-bottom: 2px solid var(--primary-hover-color);
    content: "";
    transition: transform 0.6s cubic-bezier(0.28, 0.75, 0.22, 0.95);
    transform: scaleX(0);
    transform-origin: right center;
}
.main-navbar .navbar-toggler {
    padding: 6px 10px;
}
.main-navbar .navbar-toggler i {
    color: var(--primary-color);
}
.main-navbar .navbar-toggler {
    border-color: var(--primary-color);
}
.main-navbar .navbar-toggler:focus {
    box-shadow: 0 0 0 0.25rem var(--primary-color);
}
/*
==========================================
    Banner Area Css
==========================================
*/
.banner-area {
    background-color: var(--primary-color);
}
.banner-table-cell {
    display: flex;
    justify-content: start;
    align-items: center;
    height: 100%;
}
.banner-subtitle h2 {
    font-size: 26px;
    line-height: 40px;
    color: var(--primary-default-color);
    font-weight: 600;
}
.banner-title h1 {
    font-size: 42px;
    line-height: 55px;
    font-weight: 700;
    color: var(--primary-default-color);
}
.banner-title {
    margin-top: 10px;
    margin-bottom: 10px;
}
.banner-description h4 {
    font-weight: 500;
    color: var(--primary-background);
    font-size: 20px;
    line-height: 30px;
}
.banner-btn {
    margin-top: 20px;
}
.banner-btn-link {
    background-color: var(--primary-hover-color);
    color: var(--primary-default-color);
    display: inline-block;
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
    padding: 15px 20px;
    font-family: system-ui;
    border-radius: 50px;
    transition: 0.3s;
}
.banner-btn-link:hover {
    color: var(--primary-color);
}
.banner-image img {
    max-width: 100%;
}
/* banner animation start */
.hero {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.hero__aside {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    flex-grow: 1;
    overflow: hidden;
}
.hero__img {
    position: relative;
}
.hero__img > img {
    position: relative;
    z-index: 9;
    margin-top: 39px;
    max-width: 100%;
    max-height: 100%;
}
.hero__thumb {
    position: absolute;
}
.hero__thumb img {
    max-width: 80%;
    max-height: 100px;
}
.hero .pos1 {
    animation-name: pos1_anim;
    animation-iteration-count: infinite;
    animation-duration: 5s;
}
.hero .pos1 {
    top: 2%;
    /* right: 10%; */
    z-index: 999999;
}
.hero .pos2 {
    animation-name: pos2_anim;
    animation-iteration-count: infinite;
    animation-duration: 8s;
}
.hero .pos2 {
    top: 15%;
    /* left: 19%; */
    z-index: 999999;
}
.hero .pos3 {
    animation-name: pos3_anim;
    animation-iteration-count: infinite;
    animation-duration: 9s;
}
.hero .pos3 {
    top: 15%;
    /* right: 15%; */
    z-index: 999999;
}
.hero .pos4 {
    animation-name: pos4_anim;
    animation-iteration-count: infinite;
    animation-duration: 5s;
}
.hero .pos4 {
    /* top: 38%; */
    right: -4%;
    z-index: 999999;
}
.hero .pos5 {
    animation-name: pos5_anim;
    animation-iteration-count: infinite;
    animation-duration: 8s;
}
.hero .pos5 {
    left: 0%;
    z-index: 999999;
}
.hero .pos6 {
    animation-name: pos6_anim;
    animation-iteration-count: infinite;
    animation-duration: 6s;
}
.hero .pos6 {
    left: 30%;
    z-index: 999999;
}

@keyframes pos1_anim {
    0% {
        left: 35%;
    }
    50% {
        left: 45%;
    }
    100% {
        left: 35%;
    }
}

@media (max-width: 320px) {
    @keyframes pos1_anim {
        0% {
            right: -20%;
        }
        50% {
            right: -5%;
        }
        100% {
            right: -20%;
        }
    }
}

@keyframes pos2_anim {
    0% {
        right: -5%;
    }
    50% {
        right: 5%;
    }
    100% {
        right: -5%;
    }
}

@media (max-width: 320px) {
    @keyframes pos2_anim {
        0% {
            left: 18%;
        }
        50% {
            left: 25%;
        }
        100% {
            left: 18%;
        }
    }
}

@keyframes pos3_anim {
    0% {
        left: 0%;
    }
    50% {
        left: 10%;
    }
    100% {
        left: 0%;
    }
}

@media (max-width: 320px) {
    @keyframes pos3_anim {
        0% {
            right: -20%;
        }
        50% {
            right: -30%;
        }
        100% {
            right: -20%;
        }
    }
}

@keyframes pos4_anim {
    0% {
        top: 38%;
    }
    50% {
        top: 30%;
    }
    100% {
        top: 38%;
    }
}

@media (max-width: 320px) {
    @keyframes pos4_anim {
        0% {
            top: 70%;
            left: -0%;
            right: inherit;
        }
        50% {
            top: 70%;
            left: 10%;
            right: inherit;
        }
        100% {
            top: 70%;
            left: 0%;
            right: inherit;
        }
    }
}

@keyframes pos5_anim {
    0% {
        bottom: 45%;
    }
    50% {
        bottom: 55%;
    }
    100% {
        bottom: 45%;
    }
}

@media (max-width: 320px) {
    @keyframes pos5_anim {
        0% {
            left: -12%;
        }
        50% {
            left: 0%;
        }
        100% {
            left: -12%;
        }
    }
}

@keyframes pos6_anim {
    0% {
        bottom: 19%;
    }
    50% {
        bottom: 28%;
    }
    100% {
        bottom: 19%;
    }
}

@media (max-width: 320px) {
    @keyframes pos6_anim {
        0% {
            left: -12%;
        }
        50% {
            left: 0%;
        }
        100% {
            left: -12%;
        }
    }
}

/* banner animation end */

/*
==========================================
    About Us Area Css
==========================================
*/
.about-us-area {
    padding-top: 80px;
}
.about-us-image {
    width: 100%;
    height: auto;
}
.about-us-image img {
    width: 100%;
    height: 100%;
    border-radius: 5px;
}
.about-us-table-cell {
    display: flex;
    align-items: center;
    height: 100%;
}
.about-us-subtitle h6 {
    color: var(--primary-text-color);
    font-size: 20px;
    line-height: 30px;
    position: relative;
    padding-left: 60px;
}
.about-us-subtitle h6::before {
    content: " ";
    display: block;
    background: #e3620f;
    width: 50px;
    height: 3px;
    top: 10px;
    left: 0;
    position: absolute;
}
.about-us-title span {
    color: var(--primary-hover-color);
}
.about-us-title {
    margin-top: 10px;
    margin-bottom: 20px;
}
.about-us-title h2 {
    color: var(--primary-text-color);
    text-transform: uppercase;
    font-weight: 700;
    font-size: 30px;
    line-height: 40px;
}
.about-us-description p {
    color: var(--primary-text-color);
    margin-bottom: 10px;
    text-align: justify;
}
.about-us-btn {
    margin-top: 25px;
}
.about-us-link {
    background-color: var(--primary-color);
    color: var(--primary-default-color);
    display: inline-block;
    padding: 10px 20px;
    border-radius: 5px;
}
.about-us-link:hover{
    color: var(--primary-hover-color);
}
/*
==========================================
    Course Admission Area Css
==========================================
*/
.course-admission-area {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.single-course-content {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px,
        rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
    background-color: var(--primary-default-color);
    border-radius: 0px 0px 5px 5px;
}
.course-image img {
    max-width: 100%;
    max-height: 100%;
    border-radius: 5px 5px 0px 0px;
}
.about-course-icon img {
    height: 220px;
    width: 100%;
}
.about-course-title p {
    font-size: 20px;
    font-weight: 500;
}
.course-image img {
    max-width: 100%;
    max-height: 100%;
}
.course-content {
    padding: 20px 15px;
}
.course-name h5 {
    font-weight: 600;
    color: var(--primary-color);
    font-size: 19px;
    line-height: 29px;
}
.course-amount {
    margin-top: 15px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 20px;
}
.course-new-price {
    font-size: 22px;
    line-height: 32px;
    font-weight: 500;
    color: var(--primary-color);
}
.course-discount-price {
    font-size: 22px;
    line-height: 32px;
    text-decoration: line-through;
    font-weight: 600;
    color: var(--primary-hover-color);
}
.course-btn-link {
    background-color: var(--primary-color);
    color: var(--primary-default-color);
    display: block;
    font-weight: 600;
    text-align: center;
    padding: 10px;
    border-radius: 3px;
    transition: 0.3s;
}
.course-btn-link:hover {
    color: var(--primary-hover-color);
}

.about-course {
    height: 100%;
    width: 100%;
    background-color: #f9f9fa;
    border-radius: 20px;
    padding: 20px 0px;
}

.about-course-icon {
    text-align: center;
    color: red;
    font-size: 20px;
}

.about-course-title {
    margin-top: 20px;
    text-align: center;
    font-size: 16px;
    color: black;
}

.about-course-plan {
    font-size: 12px;
    display: flex;
    justify-content: center;
    gap: 10px;
    color: #475263;
}

/*
==========================================
    Student Say Area Css
==========================================
*/
.student-say-area {
    background-color: #fff;
}
.students-say-body {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.students-say-video img {
    max-width: 100%;
}
.students-say-info-table-cell {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
}
.student-comments-description {
    background-color: #ffffff;
    padding: 30px;
    border-radius: 5px;
    box-shadow: 0 4px 16px rgb(0 0 0 / 6%);
    border-radius: 10px;
}
.students-say-table-cell {
    display: flex;
    align-items: center;
    gap: 20px;
}
.students-say-image img {
    width: 55px;
    height: 55px;
    border-radius: 50px;
    display: block;
}
.students-say-name h3 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
}
.students-say-name p {
    font-size: 16px;
    line-height: 26px;
}
.students-say-paragraph p {
    text-align: justify;
}
.students-say-icon i {
    font-size: 50px;
    color: var(--primary-color);
}

.success-persons-content-card {
    height: 220px;
    background-color: #ffffff;
    border-radius: 15px;
    box-shadow: 0 4px 12px -4px rgba(8, 31, 77, 0.2);
}

.success-persons-content-card-img {
    text-align: center;
}

.success-persons-content-card-img img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin-top: 20px;
}

.about-success-person {
    text-align: center;
    margin-top: 15px;
}

.success-person-name h4 {
    color: black;
    font-size: 16px;
}

.about-success-person-position {
}
.about-academy {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    margin-top: 20px;
}

/*
==========================================
    Popular Courses Area Css
==========================================
*/
.popular-courses-image {
    height:auto;
}


.popular-courses-image img {
    width: 100%;
    height: 100%;
}
.popular-course-title h2 .popular-course-title-link {
    color: var(--primary-text-color);
    font-weight: 600;
    font-size: 30px;
    line-height: 40px;
}
.popular-course-description {
    margin-top: 10px;
    margin-bottom: 10px;
}
.popular-course-description p {
    font-size: 15px;
    line-height: 30px;
    text-align: justify;
    margin-bottom: 10px;
}
.popular-course-author-table-cell {
    display: flex;
    align-items: center;
    gap: 20px;
}
.popular-course-author-content {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 25px;
}
.popular-course-author-image img {
    width: 55px;
    height: 55px;
    border-radius: 50px;
}
.popular-course-author-name h5 {
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
}
.popular-course-duration-list ul li {
    display: inline-block;
    margin-right: 20px;
}
.popular-course-duration-list ul li:last-child {
    margin-right: 0px;
}
.popular-course-price {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 15px;
    margin-bottom: 20px;
}
.popular-course-btn-group {
    display: flex;
    align-items: center;
    gap: 20px;
}
.popular-course-author-title {
    margin-bottom: 25px;
}
.popular-course-author-title h5 {
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
}
.popular-course-new-price span {
    font-size: 30px;
    line-height: 40px;
    font-weight: 600;
}
.popular-course-discount-price span {
    font-size: 20px;
    font-weight: 600;
    color: var(--primary-color);
    text-decoration: line-through var(--primary-color);
}
.popular-course-enrol-btn-link {
    background-color: var(--primary-color);
    display: block;
    padding: 10px 20px;
    border-radius: 3px;
    text-decoration: none;
    font-weight: 600;
    color: var(--primary-default-color);
}
.popular-course-more-btn-link {
    border: 1px solid var(--primary-color);
    display: block;
    padding: 10px 20px;
    border-radius: 3px;
    text-decoration: none;
    font-weight: 600;
    color: var(--primary-color);
}
.popular-course-enrol-btn-link:hover {
    color: var(--primary-hover-color);
}
.popular-course-more-btn-link:hover {
    color: var(--primary-hover-color);
}
/*
==========================================
    Service Area Css
==========================================
*/

.single-service {
    background-color: #ffffff;
    padding: 20px;
    border: none;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
}
.service-icon {
    text-align: center;
    margin-bottom: 20px;
}
.service-icon i {
    font-size: 35px;
    color: var(--primary-color);
}
.service-title {
    text-align: center;
    margin-bottom: 15px;
}
.service-title h5 {
    font-weight: 600;
    font-size: 22px;
    line-height: 30px;
}
.service-description {
    text-align: justify;
}
/*
==========================================
    Our Organization Area Css
==========================================
*/
.our-organization-area {
    padding-top: 80px;
}
.our-organization-content img {
    max-width: 100%;
    box-shadow: 0 4px 16px rgb(0 0 0 / 6%);
}
/*
==========================================
    Payment Method Area Css
==========================================
*/
.payment-method-content {
    box-shadow: 0 4px 16px rgb(0 0 0 / 6%);
    text-align: center;
    padding: 15px 0px;
}
.payment-method-heading h4 {
    font-size: 18px;
    font-weight: 600;
}
.payment-method-image {
    width: 100%;
    height: 80px;
    padding: 0px 20px;
}
.payment-method-image img {
    max-width: 100%;
    max-height: 100%;
}
/*
==========================================
    Footer Area Css
==========================================
*/
.footer-top {
    background-color: #2d373c;
}
.footer-title h3 {
    font-size: 18px;
    font-weight: 600;
    color: var(--primary-default-color);
}
.footer-title {
    margin-bottom: 20px;
}
.footer-address ul li {
    position: relative;
}
.footer-address ul li .footer-address-link {
    padding-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--primary-default-color);
}
.footer-address ul li .footer-address-link i {
    color: var(--primary-default-color);
    display: inline-block;
    overflow: hidden;
    height: 100%;
    transition: 0.3s;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
}
.footer-address ul li .footer-address-link:hover {
    color: var(--primary-hover-color);
}
.footer-menu ul li {
    position: relative;
}
.footer-menu ul li::before {
    position: absolute;
    content: "";
    top: 50%;
    left: 3.5px;
    height: 100%;
    width: 1px;
    background: var(--primary-default-color);
}
.footer-menu ul li .footer-menu-link {
    position: relative;
    display: inline-block;
    color: var(--primary-default-color);
    padding: 5px 0px 5px 20px;
    transition: 0.3s;
    font-size: 15px;
}
.footer-menu ul li .footer-menu-link:hover {
    color: var(--primary-hover-color);
}
.footer-menu ul li .footer-menu-link::before {
    position: absolute;
    content: "";
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    height: 8px;
    width: 8px;
    border-radius: 50%;
    background: var(--primary-default-color);
}
.footer-menu ul li:last-child::before {
    height: inherit;
}
.footer-bottom {
    background-color: var(--primary-color);
}
.footer-copyright {
    text-align: center;
    padding: 8px 0px;
}
.footer-copyright p {
    color: var(--primary-default-color);
}

/*
==========================================
    Breadcrumbs Area Css
==========================================
*/
.breadcrumbs-area {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.breadcrumbs-table-cell {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 250px;
}
.breadcrumbs-title {
    margin-bottom: 20px;
}
.breadcrumbs-title h2 {
    color: var(--primary-default-color);
    font-weight: 600;
    font-size: 30px;
    line-height: 40px;
}
.breadcrumbs-list ul li {
    display: inline-block;
}
.breadcrumbs-list ul li .breadcrumbs-list-link {
    color: var(--primary-default-color);
    font-size: 14px;
    display: block;
}
.breadcrumbs-list ul li .breadcrumbs-list-link:hover {
    color: var(--primary-hover-color);
}
.breadcrumbs-list ul li .breadcrumbs-list-link i {
    font-size: 12px;
}
/*
==========================================
    About Page Area Css
==========================================
*/
.about-nav.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    background-color: transparent;
    border-bottom: 2px solid var(--primary-hover-color);
    text-transform: uppercase;
    color: var(--primary-hover-color);
}
.about-nav-item.nav-item {
    padding-right: 25px;
}
.about-nav-item.nav-item:last-child {
    padding-right: 0px;
}
.about-nav-link.nav-link {
    padding: 0px;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--primary-color);
    border-radius: 0px;
    padding-bottom: 5px;
}
.about-tab-content h4 {
    font-size: 25px;
    line-height: 35px;
    font-weight: 600;
    color: var(--primary-color);
    text-transform: uppercase;
}
.about-tab-content p {
    margin-top: 20px;
    margin-bottom: 20px;
}
.about-tab-link {
    background-color: var(--primary-color);
    color: var(--primary-default-color);
    padding: 10px 20px;
    display: inline-block;
    border-radius: 5px;
}
.about-tab-content-image img {
    max-width: 100%;
    max-height: 100%;
}
.our-office-content img {
    max-width: 100%;
}
.about-target-accordion-button.accordion-button:not(.collapsed) {
    color: var(--primary-default-color);
    background-color: var(--primary-color);
    box-shadow: none;
}
.about-target-accordion-button.accordion-button:focus {
    z-index: 3;
    border-color: inherit;
    outline: 0;
    box-shadow: none;
}
.about-target-accordion-button.accordion-button {
    padding: 10px 20px;
    color: var(--primary-color);
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
}
.about-target-accordion-button.accordion-button::after {
    width: 15px;
    height: 15px;
    background-size: 14px;
}
/*
==========================================
    Course Details Page Area Css
==========================================
*/
.course-long-image img {
    width: 100%;
    height: 100%;
}
.course-long-title {
    margin-top: 25px;
    margin-bottom: 10px;
}
.course-long-title h2 {
    font-size: 30px;
    line-height: 40px;
    font-weight: 600;
    color: var(--primary-color);
}
.course-long-description p {
    text-align: justify;
}
.course-module-list h4 {
    font-weight: 700;
    font-size: 16px;
    line-height: 26px;
    margin-top: 20px;
    margin-bottom: 10px;
    color: var(--primary-color);
}
.course-module-list ul {
    margin-left: 20px;
}
.course-module-list ul li {
    font-weight: 500;
    font-size: 15px;
    line-height: 30px;
    color: var(--primary-color);
}

.course-short-information {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    position: -webkit-sticky;
    position: sticky;
    top: 80px;
    width: 100%;
    border-radius: 8px;
    background-color: hsla(0, 0%, 100%, 0.5);
}
.course-short-image img {
    max-width: 100%;
    max-height: 100%;
}
.course-price {
    margin-top: 10px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.course-price strong {
    font-size: 30px;
    line-height: 40px;
    color: var(--primary-color);
}
.course-price .course-discount-line-through {
    text-decoration: line-through var(--primary-hover-color);
    font-size: 20px;
    color: var(--primary-hover-color);
}
.course-buy-order {
    background-color: var(--primary-color);
    text-align: center;
}
.course-buy-order-btn {
    color: var(--primary-default-color);
    display: block;
    padding: 7px 0px;
}
.course-buy-order-btn:hover {
    color: var(--primary-hover-color);
}
.course-short-list {
    padding: 15px 20px;
}
.course-short-list ul {
}
.course-short-list ul li {
    padding-bottom: 5px;
    display: block;
}
.course-short-list ul li:last-child {
    padding-bottom: 0px;
}
.course-short-list ul li i {
    color: var(--primary-hover-color);
}
.course-contact-number {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 1px solid var(--primary-color);
}
.course-contact-number span {
    color: var(--primary-hover-color);
}
/*
==========================================
    Auth Area Css
==========================================
*/
.contact-address-info-area {
    background-color: var(--primary-background);
}
.contact-address-cart {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    padding: 20px;
    background-color: var(--primary-default-color);
    border-radius: 5px;
}
.contact-address-image img {
    max-width: 100%;
}
.contact-address-title h5 {
    font-size: 16px;
    line-height: 26px;
    font-weight: 700;
    color: var(--primary-color);
}
.contact-address-title {
    margin-top: 10px;
    margin-bottom: 5px;
}
.contact-address-address {
    margin-bottom: 10px;
}
.contact-address-address p {
    font-size: 14px;
    line-height: 24px;
}
.contact-address-list ul li {
    margin-bottom: 10px;
}
.contact-address-list ul li:last-child {
    margin-bottom: 0px;
}
.contact-address-list ul li .contact-address-list-link {
    color: var(--primary-color);
    display: block;
}
.contact-address-list ul li .contact-address-list-link i {
    margin-right: 10px;
}
.auth-content-table-cell {
    /* display: flex; */
    align-items: center;
    justify-content: center;
    height: 100%;
}
.auth-content {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    padding: 20px;
    border-radius: 5px;
    background-color: var(--primary-default-color);
}
.auth-header h4 {
    font-size: 22px;
    line-height: 32px;
    color: var(--primary-color);
}
.auth-form {
    margin-top: 20px;
    margin-bottom: 10px;
}
.auth-form-group {
    margin-bottom: 5px;
}
.auth-form-loabel {
    font-size: 14px;
    line-height: 24px;
}
.auth-form-item input,
.auth-form-item textarea {
    width: 100%;
    padding: 10px 15px;
    border-radius: 3px;
    outline: none;
    border: 1px solid var(--primary-border-color);
    font-size: 14px;
}
.auth-btn {
    margin-top: 10px;
    text-align: center;
}
.auth-btn-submit {
    display: block;
    border: none;
    background-color: var(--primary-color);
    color: var(--primary-default-color);
    padding: 10px 20px;
    border-radius: 3px;
    width: 100%;
    font-size: 14px;
    transition: 0.3s;
}
.auth-btn-submit:hover {
    background-color: var(--primary-hover-color);
    color: var(--primary-default-color);
}
.auth-footer-link {
    color: var(--primary-color);
    font-size: 14px;
}
.auth-footer-link {
    color: var(--primary-hover-color);
}
/*
==========================================
    Profile Area Css
==========================================
*/
.profile-area {
    background-color: var(--primary-background);
}
.profile-left-side {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    padding: 20px;
    background-color: var(--primary-default-color);
}
.profile-logo {
    width: 150px;
    height: 150px;
    margin: 0 auto;
}
.profile-logo img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}
.profile-user-name {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 10px;
}
.profile-user-name strong {
    color: var(--primary-color);
}
.profile-list ul li {
    padding: 10px 0px;
    border-top: 1px solid #ddd;
}
.profile-list ul li .profile-list-link {
    display: block;
    color: var(--primary-color);
}
.profile-list ul li .profile-list-link:hover {
    color: var(--primary-hover-color);
}
.profile-left-side .profile-list ul li .profile-list-link-logout {
    display: block;
    color: var(--primary-hover-color);
}
.profile-list ul li .profile-list-link i {
    margin-right: 15px;
}

/* personal profile start */
.personal-profile-cart {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    padding: 20px;
    background-color: var(--primary-default-color);
}
.personal-profile-image {
    width: 150px;
    height: 150px;
    margin: 0 auto;
}
.personal-profile-image img {
    width: 100%;
    height: 100%;
    border-radius: 100%;
}
.personal-profile-image-upload {
    color: var(--primary-color);
    padding: 10px;
    /* border: 1px solid var(--primary-color); */
    display: block;
    border-radius: 3px;
    margin-top: 25px;
    margin-bottom: 20px;
    background-color: #0e3e5529;
    z-index: -999999;
    width: 100%;
}
.personal-profile-image-upload-label {
    display: block;
}
.personal-profile-image-upload-label input {
    display: none;
}
.personal-profile-image-upload-title {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    cursor: pointer;
}
.personal-profile-form-group {
    margin-bottom: 15px;
}
.personal-profile-form-item label {
    display: block;
}
.personal-profile-form-item input,
select {
    width: 100%;
    border: 1px solid var(--primary-color);
    border-radius: 3px;
    padding: 10px;
    color: var(--primary-color);
}
.personal-profile-form-btn {
    text-align: center;
    display: block;
}
.personal-profile-form-btn-link {
    border: none;
    background-color: var(--primary-color);
    color: var(--primary-default-color);
    padding: 10px 20px;
    border-radius: 5px;
    display: block;
    width: 100%;
}

.personal-profile-table-main {
    width: 100%;
}
.personal-profile-table,
.personal-profile-table-content {
    background: var(--primary-default-color);
    width: 100%;
    border-radius: 8px;
}
.personal-profile-table,
.personal-profile-table-content {
    background: var(--primary-default-color);
    width: 100%;
    border-radius: 8px;
}
.personal-profile-table thead {
    background-color: var(--primary-color);
}
.personal-profile-table th,
.personal-profile-table tr {
    text-align: left;
}
.personal-profile-table th {
    white-space: nowrap;
    padding: 10px 24px;
}
.personal-profile-table th,
.personal-profile-table tr {
    text-align: left;
}
.personal-profile-table thead tr th {
    color: var(--primary-default-color);
}
.personal-profile-table th,
.personal-profile-table tr {
    text-align: left;
}
.personal-profile-table tr td {
    padding: 16px 24px;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0.02em;
    color: var(--primary-color);
}
.personal-profile-header h3 {
    font-size: 22px;
    line-height: 32px;
    color: var(--primary-color);
    font-weight: 600;
}

/* transactions css start */
.user-transactions-cart {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    padding: 20px;
    background-color: var(--primary-default-color);
}
.user-transactions-status strong {
    background-color: var(--primary-color);
    color: var(--primary-default-color);
    padding: 0px 20px;
    display: inline-block;
    border-radius: 30px;
    font-size: 14px;
}
.user-transactions-date {
    margin-top: 15px;
    margin-bottom: 15px;
    display: block;
}
.user-transactions-title h6 {
    font-size: 18px;
    line-height: 28px;
    color: var(--primary-color);
    font-weight: 600;
}
.user-transactions-amount {
    margin-top: 15px;
    margin-bottom: 15px;
}
.user-transactions-amount strong {
    color: var(--primary-color);
}
.user-transactions-id {
    display: flex;
    align-items: center;
    gap: 10px;
}
.user-transactions-id p {
    color: var(--primary-hover-color);
}
.user-transactions-id strong {
    color: var(--primary-color);
    font-size: 13px;
}
/*
==========================================
    Checkout Page Area Css
==========================================
*/
.purchase-checkout-content {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    background-color: #ffffff;
    padding: 20px;
    height: 100%;
}
.purchase-checkout-content-table-cell {
    display: flex;
    align-items: center;
    gap: 10px;
}
.purchase-checkout-course-image img {
    width: 80px;
}
.purchase-checkout-course-name h4 {
    font-size: 16px;
    line-height: 26px;
}
.purchase-checkout-details h5 {
    font-size: 16px;
    font-weight: 600;
}
.purchase-checkout-details {
    margin-top: 30px;
    margin-bottom: 15px;
}
.purchase-checkout-payment-table-cell {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 5px;
}
.purchase-checkout-payment-totap-table-cell {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 5px;
    padding: 10px;
}
.purchase-checkout-border {
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    padding: 10px 0px;
}
.purchase-checkout-payment-totap-table-cell p {
    font-weight: 600;
}

.payment-form-check {
    display: flex;
    align-items: center;
    gap: 10px;
    border: 1px solid #dddddd;
    padding: 21px;
    cursor: pointer;
}
.payment-form-check img {
    max-width: 80%;
    max-height: 100%;
    cursor: pointer;
}
.payment-form-check .form-check-input {
    margin-left: -0.5em;
    cursor: pointer;
}
.checkout-payment-list {
}
.checkout-payment-list ul {
}
.checkout-payment-list ul li {
    display: inline-block;
    margin-right: 5px;
    cursor: pointer;
}
.checkout-payment-list ul li:last-child {
    margin-right: 0px;
}
.checkout-payment-list ul li img {
    width: 50px;
    cursor: pointer;
}
.checkout-payment-btn {
    display: block;
    margin-top: 15px;
    text-align: right;
}
.checkout-payment-btn-link {
    border: none;
    background-color: var(--primary-color);
    color: var(--primary-default-color);
    padding: 10px 20px;
    border-radius: 5px;
    display: inline-block;
}

.bkash__image {
    border: 1px solid #ddd;
    margin-top: 15px;
    display: inline-block;
    border-radius: 0px;
}
/*
==========================================
    Contact Us Area Css
==========================================
*/
.contact-us-description {
    margin-bottom: 50px;
}
.contact-us-description-content h4 {
    color: var(--primary-color);
    font-size: 25px;
    line-height: 35px;
    font-weight: 600;
    margin-bottom: 5px;
}
.contact-us-description-content p {
    color: var(--primary-text-color);
}
.address-content {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    background-color: #ffffff;
    padding: 20px;
    height: 100%;
}
.address-content-item {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}
.address-content-item i {
    font-size: 25px;
    color: var(--primary-color);
    margin-right: 10px;
}
.address-content-item strong {
    color: var(--primary-color);
    font-size: 18px;
    line-height: 18px;
}
.address-place p {
    color: var(--primary-text-color);
}

.address-number-list ul li .address-number-list-link {
    color: var(--primary-text-color);
    font-weight: 600;
}
.address-number-list ul li .address-number-list-link:hover {
    color: var(--primary-hover-color);
}
.address-email-list ul li .address-email-list-link {
    color: var(--primary-text-color);
    font-weight: 600;
}
.address-email-list ul li .address-email-list-link:hover {
    color: var(--primary-hover-color);
}
.contact-social-media ul li {
    display: inline-block;
}
.contact-social-media ul li .contact-social-media-link {
    background-color: var(--primary-color);
    color: var(--primary-default-color);
    display: block;
    width: 35px;
    height: 35px;
    line-height: 40px;
    font-size: 18px;
    text-align: center;
    transition: 0.3s;
}
.contact-social-media ul li .contact-social-media-link:hover {
    background-color: var(--primary-hover-color);
    color: var(--primary-default-color);
}
.contact-us-message-bg {
    background-color: var(--primary-background);
    padding: 25px;
    margin-top: 50px;
}
.message-form-group {
    margin-bottom: 10px;
}
.message-item input,
.message-item select,
.message-item textarea {
    width: 100%;
    border: 1px solid var(--primary-border-color);
    padding: 10px 15px;
    border-radius: 3px;
    outline: none;
    color: var(--primary-text-color);
    font-size: 14px;
}
.message-form-btn-link {
    border: none;
    background-color: var(--primary-color);
    color: var(--primary-default-color);
    padding: 10px 20px;
    border-radius: 5px;
    display: block;
    width: 100%;
    transition: 0.4s;
}
.message-form-btn-link:hover {
    background-color: var(--primary-hover-color);
    color: var(--primary-default-color);
}
/*
==========================================
    Gallery Area Css
==========================================
*/
.gallery-content-menu {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.gallery-image img {
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
    object-position: center;
}
.gallery-content-menu .nav-link {
    color: var(--primary-color);
    font-weight: 600;
}
.gallery-content-menu .nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    color: var(--primary-default-color);
    background-color: var(--primary-color);
}
/*
==========================================
    Course Feedback Area Css
==========================================
*/
.course-feedback-area {
    background-color: var(--primary-background);
}
.course-feedback-content {
    text-align: center;
    background-color: var(--primary-default-color);
    padding: 20px;
}
.course-feedback-image {
    width: 100px;
    height: 100px;
    margin: 0 auto;
}
.course-feedback-image img {
    max-width: 100%;
    max-height: 100%;
    border-radius: 100%;
}
.course-feedback-title {
    display: block;
    margin-top: 15px;
}
.course-feedback-rating ul li {
    display: inline-block;
}
.course-feedback-rating ul li .course-feedback-rating-link {
    color: orange;
    font-size: 14px;
}
.course-feedback-description {
    margin-top: 10px;
}
.course-feedback-description p {
    text-align: justify;
    font-size: 14px;
    line-height: 24px;
}

.empty-course {
    text-align: center;
    padding: 80px 0px;
}

.empty-course h1 {
    font-weight: 700;
    font-size: 20px;
    line-height: 130%;
    text-align: center;
    color: #ff8c4b;
    margin: 30px 0px 10px;
}

.empty-course a {
    background-color: var(--primary-color);
    color: var(--primary-default-color);
    padding: 10px 20px;
    border-radius: 5px;
    display: inline-block;
}

.course-list-title {
    text-align: center;
}

.course-list-title small {
    display: inline-block;
    background-color: rgb(255, 230, 153);
    color: rgb(5, 4, 0);
    padding: 3px 6px;
    border-radius: 4px;
    margin: 0px 15px 0px 0px;
    border: 0px solid rgb(102, 112, 133);
    margin-bottom: 15px;
}

.course-list-title h1 {
    font-style: normal;
    font-weight: 700;
    font-size: 42px;
    line-height: 59px;
    color: #050400;
    margin-bottom: 15px;
}

.course-list-title p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    color: #696866;
}

.course-list-wrapper {
    margin-top: 60px;
}

.course-list-wrapper a.course-item {
    display: block;
    width: 100%;
    overflow: hidden;
    border: 1px solid #333;
    text-align: center;
    border-radius: 10px;
}

.course-list-wrapper .course-item .course-image {
    width: 100%;
    height: auto;
    aspect-ratio: 11/6;
    overflow: hidden;
}
.course-list-wrapper .course-item .course-image img {
    width: 100%;
    height: 100%;
}

.course-list-wrapper .course-item .course-body {
    padding: 8px 16px;
}

.course-list-wrapper .course-item .course-body h4 {
    font-size: 20px;
    color: #101828;
}

.course-list-wrapper .course-item .pricing {
    display: flex;
    justify-content: space-between;
    align-items: cn;
    align-items: center;
    padding: 15px 12px;
    background-color: var(--primary-color);
    color: #fff;
    /* border-radius: 10px; */
    margin: 10px 0px 0px;
}

.course-list-wrapper .course-item .pricing p.see-course {
    background-color: #0e3e10;
    display: inline-block;
    padding: 3px 10px;
    border-radius: 10px;
}

a.document_upload_link {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px 10px;
    border-radius: 5px;
    color: #0a58ca;
}

.personal-profile-form .nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    color: #fff;
    background-color: #0e3e55;
}

a.document_upload_link.active {
    color: #fff;
    background-color: #0e3e55;
}

/*
==========================================
    Course Details Area Css
==========================================

*/


.course__card__content.all__course__content {
    border: 1px solid #ddd;
    border-top: none;
}

.course_details_area .course_details_area_h4 h4 {
    font-weight: bold;
    font-size: 28px;
}
.course_details_area .course_details_area_h4 h1 {
    font-size: 26px;
    line-height: 42px;
    color: #171347;
    font-weight: 600;
}
.course_details_area .course_details_area_p p {
    text-align: justify;
    padding-top: 10px;
}
.course_details_area .course_banner {
    width: 100%;
    height: 450px;
    margin-bottom: 1.5rem;
    border: 1px solid #ddd;
}
.course_details_area .course_banner img{
    width: 100%;
    height: 100%;
}

.course_details_area .course_details_area_about {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #e1f5fb;
    padding: 13px 20px;
    border-radius: 10px;
    margin-top: 30px;
}
.course_details_area .course_details_area_about a {
    text-decoration: none;
    color: black;
}
.course_details_area .course_details_area_h5 h5 {
    margin: 50px 0px 15px 0px;
    font-weight: bold;
}
.course_details_area .course_details_area_what_learn_form_cours_card {
    padding: 30px;
}

.course_details_area .course_details_area_what_learn_form_cours_card ul li {
    list-style-type: none;
    padding: 10px 0px;
}
.course_details_area .li_and_circle {
    display: flex;
    justify-content: start;
    gap: 10px;
    align-items: center;
}
.course_details_area .li_circle {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color: #0a598a;
    position: relative;
    margin: 10px 0px;
}
.course_details_area .check_mark i {
    color: #fff;
    font-size: 15px;
    position: absolute;
    top: 12px;
    left: 4px;
}
.course_details_area .see_all {
    margin-top: 25px;
}
.course_details_area .see_all a {
    background-color: #0a598a;
    color: #fff;
    padding: 10px 20px;
    border-radius: 5px;
}
.course_details_area .course_details_area_who_the_course_is_for {
    padding: 30px;
}
.course_details_area .course_details_area_need_to_know_before {
    padding: 30px;
}
.course_details_area .course_details_area_facility {
    padding: 30px;
}
.course_details_area .course_details_area_target_box {
    width: 192px;
    height: 198px;
    margin-bottom: 20px;
}
.course_details_area .course_details_area_target_box img {
    width: 40px;
    height: 40px;
    margin: 30px auto 20px;
}
.course_details_area .course_details_area_target_box p {
    font-weight: bold;
    font-size: 15px;
    text-align: center;
}
.course_details_area .right_side {
    position: sticky;
    top: 50px;
}
.course_details_area .course_details_area_all_that_is_course {
    padding: 30px;
    /* margin-top: 65px; */
}
.course_details_area .course_details_area_h6 h6 {
    margin: 25px 0px 20px 0px;
    font-weight: bold;
    font-size: 22px;
}

.course_details_area .course_details_area_all_that_is_course_list {
    margin-bottom: 15px;
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 10px;
}
.course_details_area .blue_circle {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #0a598a;
}
.course_details_area .all_that_is_course_list p {
    font-size: 13px;
    color: black;
}
.course_details_area .course_details_area_course_price {
    display: flex;
    justify-content: center;
    gap: 50px;
    margin-top: 30px;
}
.course_details_area .course_details_area_ending_time {
    padding: 30px;
    margin-top: 25px;
}
.course_details_area .course_details_area_ending_time_d_h_m_s_all {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 15px;
}
.course_details_area .course_details_area_ending_time_d_h_m_s {
    width: 65px;
    height: 100px;
    border-radius: 10px;
}
.course_details_area .course_details_area_ending_time_d_h_m_s_top {
    background: #e6f6e6;
    height: 50%;
}
.course_details_area .course_details_area_ending_time_d_h_m_s_top p {
    text-align: center;
    margin-top: 10px;
}
.course_details_area .course_details_area_ending_time_d_h_m_s_bottom p {
    text-align: center;
    margin-top: 10px;
    font-size: 14px;
}
.course_details_area .course_details_area_ending_time_p p {
    font-size: 14px;
    margin-bottom: 15px;
}
.course_details_area .course_details_area_join_and_admission {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 45px;
    margin-top: 35px;
}
.course_details_area .course_details_area_join_and_admission .join a {
    background-color: #b72584;
    color: #fff;
    padding: 10px 20px;
    border-radius: 10px;
}
.course_details_area .course_details_area_join_and_admission .admission a {
    background-color: #0c4a6e;
    color: #fff;
    padding: 10px 30px;
    border-radius: 10px;
}
.course_details_area .addmission_date_and_class {
    padding: 25px;
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: start;
    gap: 70px;
    margin-top: 25px;
}
.course_details_area .addmission_date_and_class .top_p {
    font-size: 14px;
}
.course_details_area .addmission_date_and_class .bottom_p {
    font-size: 16px;
    font-weight: bold;
}

.course_details_area .addmission_date_end_and_class_start {
    border-left: 1px solid #d9ddef;
    padding-left: 1.875rem;
}
.course_details_area .course_details_area_form_whom_will_learn {
    padding: 30px;
}
.course_details_area .course_details_area_form_whom_will_learn_img_and_name {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 20px;
}
.course_details_area .course_details_area_form_whom_will_learn_img img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: #0a598a;
    margin-bottom: 10px;
}
.course_details_area .course_details_area_form_whom_will_learn_text p {
    text-align: justify;
    border-top: 1px solid #ddd;
    padding-top: 25px;
}
.course_details_area .course_details_area .accordion-item {
    font-weight: bold;
}

@media (max-width: 576px) {
    .course_details_area .course_details_area_about {
        display: none;
    }
}

/*
==========================================
    Course Card Area
==========================================
*/
.course__card {
    border: 1px solid #ddd;
    height: 100%;
}

.course__card__image {
    width: 100%;
    height: 200px;
    border-radius: 3px 3px 0px 0px;
}

.course__card__image img {
    border-radius: 3px 3px 0px 0px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.course__card__content {
    padding: 1.25rem;
}

.course__card__name h4 {
    font-size: 1rem;
    line-height: 1.4rem;
    font-weight: 600;
    color: #171347;
    font-family: Inter;
}

.course__card__pricing {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 14px;
}

.course__card__pricing p {
    font-size: 1rem;
    line-height: 1.2rem;
    color: #2e2f32;
    margin-right: 10px;

}

.course__card__pricing .course__card__batch {
    margin-right: 0;
    font-size: 13px;
    font-weight: 500;
    background: transparent;
    color: var(--primary-color);
    padding: 5px 10px;
    border-radius: 15px;
    border: 1px solid #ddd;
}

.course__card__pricing .course__card__batch{

}

.course__card__pricing span {
    text-decoration: line-through;
}
.course__card__lesson__student__wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
}
.course__card__lesson {
    display: flex;
    align-items: center;
}
.course__card__lesson span.icon {
    background: #0a598a;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    color: #fff;
    font-size: 12px;
    margin-right: 5px;
}
.course__card__lesson span.text {
    color: #2e2f32;
    font-size: 0.875rem;
    line-height: 1.5rem;
}
.contact-address-image {
    width: 110px;
    margin: 0 auto;
}

.form-group.checkout__form__group {
    margin-bottom: 10px;
}

.checkout__card{
    height:100%
}

label.checkout__payment__method{
    cursor: pointer
}

label.checkout__payment__method img {
    height: 70px;
    width: 150px;
    border: 1px solid #ddd;
    padding: 10px 15px;
}
.checkout__submit__button {
    background: #0e3e55;
    color: #fff;
    display: inline-block;
    padding: 13px 50px;
    border-radius: 5px;
    border: 1px solid #0e3e55;
    transition: all ease .3s;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.checkout__submit__button:hover{
    background: transparent;
    color: #0e3e55;
}
.checkout_payment_method h3 {
    font-size: 18px;
    font-weight: 600;
    margin-top: 18px;
    margin-bottom: 15px;
    text-align: center;
}
.radio_btn_label img {
    width: 100%;
}
label.checkout__payment__method {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* start attribute and variant awesome css  */

.radio_btn_group{
    display: inline-flex;
    overflow: hidden;
    border-radius: 15px;

}
.radio_btn_input{
    display: none;
}
.radio_btn_label {
    padding: 2px;
    font-size: 14px;
    color: #000000;
    cursor: pointer;
    border: 1px solid #c22280;
    border-radius: 3px;
}
.radio_btn_label:not(:last-of-type){
    border-right: 1px solid #c22280;
}
.radio_btn_input:checked + .radio_btn_label{
    background: #c22280;
    color: #ffffff;
}
.radio_btn_form_check {
    margin: 5px;
    padding: 0px;
    display: inline-block;
}
.radio_btn_group_title {
    margin-top: 10px;
    margin-right: 20px;
}
/* end attribute and variant awesome css  */


/*
==========================================
    Responsive Area Css
==========================================
*/
@media only screen and (min-width: 1400px) {
    .container {
        max-width: 90%;
    }
}

@media screen and (max-width: 1400px) {
    .banner-title h1 {
        font-size: 35px;
        line-height: 45px;
    }
    .banner-subtitle h2 {
        font-size: 26px;
        line-height: 38px;
    }
    .banner-description h4 {
        font-size: 20px;
        line-height: 30px;
    }
    .popular-course-author-content {
        margin-bottom: 20px;
    }
    .popular-course-author-title {
        margin-bottom: 15px;
    }
    .popular-course-price {
        margin-top: 15px;
        margin-bottom: 10px;
    }

    /* all course page */
    .course-name h5 {
        font-size: 16px;
        line-height: 26px;
    }
}
@media screen and (max-width: 1200px) {
    .banner-title h1 {
        font-size: 30px;
        line-height: 40px;
    }
    .banner-subtitle h2 {
        font-size: 22px;
        line-height: 32px;
    }
    .banner-description h4 {
        font-size: 18px;
        line-height: 28px;
    }
    .about-us-title {
        margin-top: 0px;
        margin-bottom: 0px;
    }
    .popular-course-title h2 .popular-course-title-link {
        font-size: 25px;
        line-height: 35px;
    }
    .popular-course-description {
        margin-bottom: 10px;
    }
    .popular-course-author-content {
        margin-bottom: 15px;
    }
    .popular-course-description p {
        font-size: 14px;
        line-height: 24px;
    }
    .popular-course-new-price span {
        font-size: 25px;
        line-height: 35px;
    }
    .popular-course-price {
        margin-top: 10px;
        margin-bottom: 5px;
    }
    .popular-course-enrol-btn-link {
        padding: 10px 20px;
    }
    .popular-course-more-btn-link {
        padding: 10px 20px;
    }

    .single-team-content {
        padding: 0px;
    }
    .service-title h5 {
        font-size: 20px;
        line-height: 30px;
    }
    .single-service {
        padding: 30px 20px;
        text-align: justify;
    }
    .footer-menu ul li .footer-menu-link {
        font-size: 14px;
    }
}
@media screen and (max-width: 992px) {
    .main-navbar .navbar-toggler:focus {
        box-shadow: none;
    }
    .f-m-t-md-sm-xs-device {
        margin-top: 20px;
    }
    .main-menu .navbar-nav li {
        margin-bottom: 8px;
    }
    .banner-table-cell {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .banner-title h1 {
        font-size: 42px;
        line-height: 55px;
    }
    .banner-subtitle h2 {
        font-size: 26px;
        line-height: 40px;
    }
    .banner-description h4 {
        font-size: 20px;
        line-height: 30px;
    }
    .about-us-title {
        margin-top: 10px;
        margin-bottom: 20px;
    }
    .students-say-name h3 {
        font-size: 16px;
        line-height: 26px;
    }
    .popular-courses-image {
        text-align: center;
        margin-bottom: 25px;
    }

    /* about us */
    .about-nav-link.nav-link {
        font-size: 14px;
        line-height: 24px;
    }
    .about-tab-content h4 {
        font-size: 20px;
        line-height: 30px;
    }
}
@media screen and (max-width: 768px) {
    .section-heading h2 {
        font-size: 25px;
        line-height: 35px;
    }
    .single-team-content {
        padding: 10px;
        width: 100%;
    }
    .banner-btn-link {
        font-size: 15px;
        padding: 10px 20px;
    }
    .about-us-btn {
        margin-top: 10px;
    }
    .about-us-link {
        padding: 8px 20px;
    }
    .course_details_area .course_banner {
        height: auto;
    }
    .breadcrumbs-title h2 {
        font-size: 20px;
        line-height: 32px;
    }
    .disable_576_padding_right {
        padding-right: 0px !important;
    }
}

@media screen and (max-width: 576px) {
    .section-padding {
        padding: 50px 0px;
    }
    .section-padding-bottom {
        padding-bottom: 50px;
    }
    .section-to-space {
        margin-top: 30px;
    }


    .mobile-device-display-none {
        display: none;
    }
    .display-show-mobile-device {
        display: block;
    }
    .f-m-t-xs-device {
        margin-top: 20px;
    }
    .header-top-social-media {
        justify-content: space-between;
    }
    .banner-subtitle h2 {
        font-size: 22px;
        line-height: 32px;
    }
    .banner-title h1 {
        font-size: 30px;
        line-height: 40px;
    }
    .banner-description h4 {
        font-size: 16px;
        line-height: 26px;
    }
    .about-us-title {
        margin-top: 5px;
        margin-bottom: 10px;
    }
    .about-us-title h2 {
        font-size: 25px;
        line-height: 35px;
    }
    .popular-course-author-name h5 {
        font-size: 16px;
        line-height: 26px;
    }
    .popular-course-price {
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .popular-course-new-price span {
        font-size: 25px;
        line-height: 35px;
    }
    .popular-course-enrol-btn-link {
        padding: 10px 15px;
        font-size: 14px;
        line-height: 24px;
    }
    .popular-course-more-btn-link {
        padding: 10px 15px;
        font-size: 14px;
        line-height: 24px;
    }
    .popular-course-title h2 .popular-course-title-link {
        font-size: 20px;
        line-height: 30px;
    }
    .students-say-icon i {
        font-size: 30px;
    }
    .student-comments-description {
        padding: 20px;
    }

    /* about us page */
    .about-tab-content h4 {
        font-size: 16px;
        line-height: 26px;
    }
    .about-target-accordion-button.accordion-button {
        font-size: 16px;
        line-height: 26px;
    }

    /* auth page */
    .auth-header h4 {
        font-size: 18px;
        line-height: 28px;
    }
    .auth-footer span {
        font-size: 14px;
    }
    .auth-footer-link {
        font-size: 14px;
    }
    .footer-title {
        margin-bottom: 5px;
    }
    .about-nav-link.nav-link {
        padding-bottom: 0px;
    }
    .about-nav-item.nav-item {
        margin-bottom: 10px;
    }
    .course_details_area .course_details_area_h4 h1 {
        font-size: 20px;
        line-height: 33px;
    }
    .course_details_area .course_details_area_h5 h5 {
        margin: 0;
        padding-top: 15px;
        padding-bottom: 14px;
        font-size: 16px;
        line-height: 26px;
    }
    .course_details_area .course_details_area_what_learn_form_cours_card {
        padding: 10px 0px 25px 15px;
    }
    .course_details_area .course_details_area_need_to_know_before {
        padding: 10px 0px 10px 15px;
    }
    .course_details_area .course_details_area_form_whom_will_learn {
        padding: 20px;
    }
    .course_details_area .course_details_area_all_that_is_course {
        padding: 0px 0px 20px 20px;
    }
    .course_details_area .course_details_area_h6 h6 {
        font-size: 18px;
    }
    .course_details_area .course_details_area_ending_time {
        padding: 20px;
    }
    .course_details_area .course_details_area_ending_time_d_h_m_s_bottom p {
        font-size: 11px;
    }
    div#countdown {
        font-size: 11px;
        line-height: 17px;
    }

}

@media screen and (max-width: 400px) {
    .course_details_area .course_details_area_ending_time_d_h_m_s_all {
        gap: 5px;
    }
    .section-heading h2 {
        font-size: 20px;
        line-height: 30px;
    }
    .banner-title {
        margin-top: 5px;
        margin-bottom: 5px;
    }
    .banner-subtitle h2 {
        font-size: 18px;
        line-height: 28px;
    }
    .banner-title h1 {
        font-size: 22px;
        line-height: 32px;
    }
    .banner-description h4 {
        font-size: 14px;
        line-height: 24px;
    }
    .hero .pos2 {
        top: 24%;
    }
    .hero .pos3 {
        top: 24%;
    }
    .hero .pos4 {
        right: -22%;
    }
    .hero .pos5 {
        left: inherit;
        top: 45%;
    }
    .hero .pos6 {
        left: 0%;
    }

    @keyframes pos1_anim {
        0% {
            left: 15%;
        }
        50% {
            left: 25%;
        }
        100% {
            left: 15%;
        }
    }

    @keyframes pos2_anim {
        0% {
            right: -10%;
        }
        50% {
            right: -20%;
        }
        100% {
            right: -10%;
        }
    }

    @keyframes pos3_anim {
        0% {
            left: 0%;
        }
        50% {
            left: 10%;
        }
        100% {
            left: 0%;
        }
    }

    @keyframes pos4_anim {
        0% {
            bottom: 10%;
        }
        50% {
            bottom: -5%;
        }
        100% {
            bottom: 10%;
        }
    }

    @keyframes pos5_anim {
        0% {
            right: 0%;
        }
        50% {
            right: -20%;
        }
        100% {
            right: 0%;
        }
    }

    @keyframes pos6_anim {
        0% {
            bottom: -5%;
        }
        50% {
            bottom: 10%;
        }
        100% {
            bottom: -5%;
        }
    }
    .about-us-title h2 {
        font-size: 20px;
        line-height: 30px;
    }
    .payment-method-image {
        height: 60px;
    }
}
