@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;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Hind+Siliguri:wght@300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Nunito:400,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Tiro+Bangla:ital@0;1&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+Bengali:wght@100;200;300;400;500;600;700;800;900&display=swap");

@font-face {
    font-family: "Ador Noirrit Bangla";
    src: url("../fonts/Li-Ador-Noirrit-Regular.ttf");
    src: url("../fonts/Li-Ador-Noirrit-Regular.ttf?#iefix")
            format("embedded-opentype"),
        url("../fonts/Li-Ador-Noirrit-Regular.ttf") format("truetype");
}

:root {
    --main-color-dark: hsl(231, 80%, 40%);
    --main-color-darker: hsl(231, 80%, 30%);
    --main-color-lighter: hsl(231, 80%, 60%);
    --main-color-lightest: hsl(231, 80%, 70%);
}
/* Change the brand color in here so that all the branding is replace with this color */
:root {
    --brand-black: #333333;
    --brand-red: #ff0000;
}
:root {
    --brand-bg-left: linear-gradient(
        90deg,
        var(--brand-black) 25%,
        var(--brand-red) 100%
    );
    --brand-bg-right: linear-gradient(
        90deg,
        var(--brand-red) 25%,
        var(--brand-black) 100%
    );
    --brand-bg: linear-gradient(
        90deg,
        var(--brand-black) 25%,
        var(--brand-black) 100%
    );
    --brand-bg-top: linear-gradient(
        to top,
        var(--brand-black) 25%,
        var(--brand-red) 100%
    );
    --brand-bg-down: linear-gradient(
        to bottom,
        var(--brand-red) 25%,
        var(--brand-black) 100%
    );
}

/* This is for custom course details Motamot button */
.motamot {
    background: var(--brand-bg-left) !important;
    padding: 10px;
    border-radius: 5px;
    color: #ffffff;
    font-family: 30px;
    width: 80px;
    cursor: pointer;
}
.motamot:hover {
    background: var(--brand-bg-right) !important;
}
/* 
This is for Affiliate Withdraw button
   */
.withdrawbutton {
    background: var(--brand-bg-left) !important;
    padding: 10px;
    border-radius: 5px;
    color: #ffffff;
    font-family: 30px;
    cursor: pointer;
}
.withdrawbutton:hover {
    background: var(--brand-bg-right) !important;
}

body {
    line-height: 1.8;
    font-size: 14px;
    color: #000;
    font-family: "Ador Noirrit Bangla", sans-serif;
    overflow: inherit !important;
    overflow-x: hidden !important;
}

.container {
    max-width: 1140px;
}
.container-fluid {
    padding-right: 30px !important;
    padding-left: 30px !important;
}
button,
button:focus {
    outline: 0;
}

ul,
ol {
    margin: 0;
    padding: 0;
}

li {
    display: inline-block;
    list-style: none;
}

a,
a:hover,
a:focus {
    color: #626262;
    text-decoration: none;
    outline-offset: 0;
    outline: 0;
    transition: 0.35s ease-in-out;
}

button,
button:focus {
    text-decoration: none;
    background: transparent;
    border: 0;
}

img {
    max-width: 100%;
    height: 100%;
}
.mrt-30 {
    margin-top: 30px;
}

p {
    margin: 0;
    padding: 0;
}

button {
    padding: 0;
    border: 0;
}
.section-padding {
    padding: 50px 0;
}
.anchor {
    cursor: pointer;
}
.tooltip-inner {
    min-width: 80px;
    padding: 10px 0;
    margin-right: 5px;
    border-radius: 0;
}

.pb30 {
    padding-bottom: 30px;
}

.pb20 {
    padding-bottom: 20px;
}

.mb20 {
    margin-bottom: 20px;
    display: block;
}

.form-control.is-invalid {
    border: 1px solid #e74c3c !important;
}

.invalid-feedback {
    color: #e74c3c;
}
.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
    padding-right: 10px;
    padding-left: 10px;
}
.row {
    margin-right: -10px;
    margin-left: -10px;
}
/*====page effect====*/

.popup-alert .alert {
    margin: 0;
    padding: 0;
    border: 0;
}
.topbar {
    background-image: var(--brand-bg-left);
}
.topwidget-num a {
    color: #fff;
    display: inline-block;
    font-size: 14px;
    margin-top: 4px;
    margin-right: 10px;
    font-family: "Ethnocentric Rg";
}
.topwidget-num a i.call {
    border: 1px solid #fff;
    border-radius: 50%;
    padding: 3px;
    font-size: 9px;
}
.topwidget-right {
    text-align: right;
}
.topwidget-right ul li {
    margin-right: 8px;
    padding-top: 3px;
    padding-bottom: 3px;
}
.topwidget-right ul li:last-child {
    margin-right: 0;
}
li.social_icon a {
    height: 28px;
    width: 28px;
    display: inline-block;
    text-align: center;
    line-height: 28px;
    border-radius: 4px;
}
li.social_icon a {
    height: 28px;
    width: 28px;
    display: inline-block;
    text-align: center;
    line-height: 28px;
    border-radius: 4px;
    color: #fff;
}
li.social_icon a:hover {
    background: #333333 !important;
}
.facebook {
    background: #085393 !important;
}
.instagram {
    background: #6848d1 !important;
}
.youtube {
    background: #fe0202 !important;
}
.twitter {
    background: #59b4fa !important;
}
.linkedin {
    background: #0077b5 !important;
}

/*Topbar Css */

.main-menu ul {
    text-align: right;
}
.main-menu ul li {
    /*margin-right: 30px;*/
}
.logo-area img {
    height: 55px;
}
.main-menu ul li a {
    font-size: 16px;
    display: inline-block;
    padding: 4px 15px;
    border-radius: 5px;
}
.main-menu ul li:hover a,
.main-menu ul li.active a,
.main-menu ul li.active:hover a {
    background-color: #ff0000;
    /* background: linear-gradient(70deg, #000000 0%, #FF0000 100%); */
    color: #fff !important;
}
.main-menu ul li a img {
    width: 24px;
}
/* li.login_btn {
    margin-right: 0 !important;
    background: #3d54ee;
} */
li.login_btn {
    margin-right: 0 !important;
    background: var(--brand-bg-left);
    color: #fff;
    padding: 10px 10px;
    border-radius: 5px;
    margin-left: 30px;
}
li.login_btn:hover {
    background: #333;
}
li.login_btn a {
    color: #fff;
}

.main-menu ul li a:hover {
    color: #0458f1;
}
li.login_btn:hover a {
    color: #fff !important;
    background-color: transparent !important;
}
header.main-header {
    padding: 10px 0;
}

/*Main Menu Css End */

section.banner-area {
    background: #faf0f0;
    padding: 50px 0;
}
.banner-left {
    margin-top: 42px;
}
.banner-inner iframe {
    height: 460px !important;
    border-radius: 5px !important;
    width: 90%;
}
.banner-inner img {
    /*    aspect-ratio: 16 / 9;*/
    border-radius: 20px;
    height: 100%;
}
.banner-left small {
    font-size: 16px;
    color: #000;
    margin-bottom: 10px;
    display: block;
    font-family: arial;
}
.banner-left h3 {
    font-weight: 600;
    font-family: "Ador Noirrit Bangla", sans-serif;
    font-size: 40px;
}
.banner-left h2 {
    font-size: 45px;
    font-family: "Ador Noirrit Bangla", sans-serif;
    font-weight: 800;
    background: var(--brand-bg-right);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.banner-left p {
    margin-bottom: 15px;
    font-size: 16px;
}
.banner-left a {
    display: inline-block;
    background-image: var(--brand-bg-left);
    padding: 12px 30px;
    margin-right: 10px;
    color: #ffffff;
    border-radius: 10px;
    font-size: 16px;
}
.banner-left a:last-child {
    background-image: var(--brand-bg-right);
}
.banner-left a img {
    width: 25px;
    height: 23px;
}
.banner-left a:hover {
    background-image: var(--brand-bg);
}

.banner-left a svg {
    margin-right: 5px;
}
.banner-left a i {
    margin-right: 5px;
}

/*Banner Section Css end*/

section.info_sec {
    background-repeat: repeat !important;
    background-position: center !important;
    padding: 50px 0;
    position: relative;
    z-index: 1;
    background-attachment: fixed !important;
}
section.info_sec:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: -1;
}
.info-inner {
    padding: 15px 15px;
    border: 2px solid #fff;
    border-radius: 5px;
}
.info-inner p {
    font-size: 17px;
    color: #fff;
    text-align: center;
    line-height: 34px;
}
.payment_method_ssl img {
    height: auto !important;
}
/* course part */
.section_title {
    text-align: center;
    margin-bottom: 30px;
}
.section_title h2 {
    background: var(--brand-bg-top);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative;
    display: inline-block;
    font-size: 40px;
}
.section_title h2:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 100%;
    height: 1px;
    background: var(--brand-bg-left);
}
.section_title h2:before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -26px;
    width: 20px;
    height: 20px;
    background: var(--brand-bg-right);
    transform: rotate(45deg) translateX(-50%);
    z-index: 1;
}
.card-item {
    background: #fff;
    border: 1px solid #dbe2e9;
    border-radius: 5px;
    overflow: hidden;
    transition: all 0.5s ease;
}
.card-item-img a {
    display: block;
    height: 100%;
}

.card-item-img {
    width: 100%;
    overflow: hidden; /* Ensures the image does not overflow */
}

.card-item-img a img {
    width: 100%;
    height: 100%;
    object-fit: contain; /* Ensures the full image is visible inside the card */
    object-position: center;
    display: block; /* Removes extra spacing under the image */
}

.card-item-info {
    padding: 18px 15px;
}
.card-item-info h4 {
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 25px;
    background: #000000;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    height: 65px;
}
.card-info-hint {
    display: flex;
    justify-content: space-between;
    padding: 14px 0 0;
    align-items: center;
}
.card-info-hint-left {
    display: flex;
    align-items: center;
}
.card-info-hint-left h5 {
    font-family: nunito sans;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: #252641;
    margin: 0;
}
.card-hint-img {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 10px;
}
.card-info-hint-right {
    display: flex;
    align-content: center;
    column-gap: 10px;
}
.card-info-hint-right span {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 1;
    text-align: right;
    text-decoration-line: line-through;
    color: #0c2a45;
    opacity: 0.7;
}
.card-info-hint-right span + span {
    font-weight: 700;
    font-size: 22px;
    line-height: 1;
    text-align: center;
    color: #ff0000;
    text-decoration: none;
    opacity: 1;
}
.card-item-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 15px 10px;
    border-top: 1px solid #dbe2e9;
}
.card-item-bottom span {
    display: block;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 21px;
    color: #56626d;
}
.enroll_btn {
    background: var(--brand-bg-left);
    text-align: center;
    font-size: 22px;
}
.enroll_btn:hover {
    background: #333;
}
.enroll_btn a {
    color: #fff;
    display: block;
}
.enroll_btn button {
    display: block;
    color: #fff;
    padding: 5px 0;
    text-align: center;
    width: 100%;
    cursor: pointer;
}
.modal-header .close {
    width: initial;
    color: initial;
}
.modal-payment-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 16px;
}
.modal-payment-item {
    box-shadow: 0px 0px 10px #ddd;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px,
        rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
    height: 150px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.modal-payment-item form {
    height: 100%;
}
.modal-payment-item button {
    display: flex;
    height: 100%;
    width: 100%;
    padding: 30px;
    align-items: center;
    justify-content: center;
}
.modal-payment-item button:hover {
    background-color: #ddd;
}
.modal-payment-item button img {
    display: block;
    height: auto;
    width: 100%;
}
.modal-payment-item a {
    display: flex;
    height: 100%;
    width: 100%;
    align-items: center;
    justify-content: center;
}
.modal-payment-item a:hover {
    background-color: #ddd;
}
.modal-payment-item a img {
    display: block;
    height: auto;
}
.card-item:hover .enroll_btn {
    background: #333;
}
.card-item:hover {
    -webkit-box-shadow: 0px 5px 5px -1px rgba(0, 0, 0, 0.47);
    -moz-box-shadow: 0px 5px 5px -1px rgba(0, 0, 0, 0.47);
    box-shadow: 0px 5px 5px -1px rgba(0, 0, 0, 0.47);
}
/* service area */
.service-area {
    background-color: #faf0f0;
}
.service-area h2 {
    font-size: 36px;
    font-weight: 700;
    line-height: 49.1px;
}
.single-service {
    background: #fff;
    text-align: center;
    padding: 30px;
    border-radius: 5px;
    height: 100%;
}
.service-icon {
    display: inline-block;
    border: 1px solid #f2f5f9;
    border-radius: 5px;
    padding: 9px;
}
.service-info h3 {
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    color: #0c2a45;
    margin-top: 20px;
}

/*Video Section  */
.vid_widget iframe {
    width: 100%;
    border-radius: 10px;
}
ul.v-list-inner li {
    display: block;
}
ul.v-list-inner li a {
    display: block;
    font-size: 15px;
    font-weight: 600;
    color: #146b50;
    padding: 5px;
}
.v-list-inner li .active,
.v-list-inner li a:hover {
    background: #146b50 !important;
    color: #fff !important;
}
.accordion.cust_ques .card-header {
    background: rgb(20 107 81 / 27%);
    cursor: pointer;
}
/*Counter Section */

.counter_area {
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: cover !important;
    background-attachment: fixed !important;
    position: relative;
    z-index: 1;
}
.counter_area:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
    z-index: -1;
}

.circle-item {
    text-align: center;
    padding: 20px 0;
    background: #191919;
    border-radius: 5px;
}
.counter_inner {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 20px;
}
.counter_up_item {
    background: #faf9fd;
    text-align: center;
    padding: 30px 0px;
}
section.about-us {
    padding: 60px 0;
}
.about-us-right img {
    border-radius: 25px;
}
.about-us-left h2.about-us-title {
    color: #1f1e1e;
    font-size: 45px;
    font-weight: 600;
    line-height: 54px;
    padding-top: 3px;
}
.about-us-left h5.about-left-subtitle {
    background: var(--brand-bg-top);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 18px;
    font-weight: 600;
    line-height: 32px;
    margin: 0;
}
.about-left-button a {
    background-image: var(--brand-bg-left);
    color: #fff;
    padding: 10px 30px;
    font-size: 17px;
    border-radius: 5px;
    display: inline-block;
}
.about-left-button a:hover {
    background-image: var(--brand-bg-right);
}
.about-desc {
    padding: 10px 0 30px;
}
.about-desc p {
    font-size: 16px;
}
.ab_video .play_inner {
    border-radius: 10px;
    overflow: hidden;
    margin-top: 50px;
}
.counter_up_item h5 {
    color: #ff0000;
    font-family: "Inter", sans-serif !important;
    font-weight: bold;
    font-size: 30px;
    line-height: 45px;
}
.counter_up_item p {
    font-size: 19px;
    font-weight: 600;
    display: flex;
    width: 100%;
    height: 65px;
    vertical-align: middle;
    align-items: center;
    justify-content: center;
}
.counter {
    color: #000000;
}
.circle-item h3 {
    font-size: 35px;
    color: #fff;
}
.circle-item p {
    font-weight: 600;
    color: #ddd;
}

/* faq section */
.card-header::after {
    content: "\f078";
    position: absolute;
    right: 20px;
    top: 8px;
    font-family: "FontAwesome";
    font-size: 1.2rem;
}
.cust_ques button {
    background: var(--brand-bg-down);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    cursor: pointer;
    padding-right: 25px;
}
/* footer */
.footer {
    background: #faf0f0;
}
.footer-item a img {
    margin-top: 10px;
}

.footer-item ul li {
    padding-top: 9px;
}

.footer-item .down li {
    display: block;
    border-bottom: 1px dotted #000;
    line-height: 30px;
}
.footer-item .down li:hover {
    border-bottom: 1px solid #000;
}
.footer-item .down li a {
    color: #000 !important;
    display: block;
    font-size: 15px;
}
.footer-item .down li a:hover {
    color: #1c0e82;
}
li.social_icon {
    margin-right: 5px;
}
.footer-item h3 {
    background: var(--brand-bg-top);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative;
    display: inline-block;
}
.footer-item h3:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 70%;
    height: 1px;
    background: #5324e2;
}

.footer-item p {
    margin-top: 15px;
}
.address {
    font-size: 13px !important;
    line-height: 15px;
}
.footer-bottom {
    background: #000;
    padding: 10px;
    position: relative;
}
.copyright p {
    text-align: center;
    color: #fff;
}

.scrolltop {
    position: absolute;
    cursor: pointer;
    bottom: 21px;
    left: 90%;
    font-size: 20px;
    color: #ffffff;
    background-color: #000000;
    z-index: 4;
    display: none;
    width: 50px;
    text-align: center;
    height: 50px;
    line-height: 50px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    border-radius: 50%;
}
.scrolltop:hover {
    background-color: #ff0000;
}
.fixed-top {
    top: -40px;
    transform: translateY(40px);
    transition: transform 1s;
    background: #fff;
    box-shadow: 5px 4px 16px #1c1e22, -11px -10px 19px #262a2e;
    padding: 15px 0;
}

/*Login Page Css */

.login-content {
    background: #fff none repeat scroll 0 0;
    margin: 10px 20px;
    text-align: left;
    box-shadow: 2px 1px 20px #000;
    border-top: 7px solid #000;
    padding: 30px;
    height: 100%;
    border-radius: 10px;
}
.login-title {
    color: #2a2a2a;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 13px;
    margin-top: 0;
    text-transform: uppercase;
    text-align: center;
}
.login-content p {
    margin-bottom: 14px;
    text-align: center;
    font-weight: 600;
}
.login-content form input,
.login-content form select,
.login-content form textarea {
    border: 2px solid #5222e1;
    box-shadow: none;
    font-size: 13px;
    height: 40px;
    padding-left: 10px;
    width: 100%;
    margin-bottom: 8px;
    border-radius: 10px;
}
.login-content form input.red {
    border-color: red !important;
    box-shadow: 0 0 0 0.2rem rgba(255, 0, 0, 0.25) !important;
}
.login-content form input.green {
    border-color: green !important;
    box-shadow: 0 0 0 0rem rgba(0, 255, 0, 0.25) i !important;
}
.login-content form input.login-sub {
    background: var(--brand-bg-left);
    border: 0 none;
    color: #fff;
    font-weight: 700;
    margin-bottom: 0;
    margin-top: 5px;
    padding: 0 40px;
    text-transform: uppercase;
    transition: all 0.5s ease-in-out;
    width: inherit;
    cursor: pointer;
    width: 100%;
}
.login-content form input.login-sub:disabled,
.login-content form input.login-sub[disabled] {
    background-color: #cccccc;
    color: #fff;
    opacity: 0.5;
    background-image: none;
    cursor: not-allowed;
}
.login-content form input.login-sub[disabled]:hover {
    background-color: #cccccc;
    color: #fff;
    opacity: 0.5;
    background-image: none;
    cursor: not-allowed;
}
.login-content form input.login-sub:hover {
    background: var(--brand-bg-right);
}
.register-btn {
    display: block;
    background-image: var(--brand-bg-right);
    margin-top: 10px;
    padding: 2px;
    border-radius: 5px;
    transition: all 0.3s ease;
}
.register-btn:hover a {
    background-image: var(--brand-bg-right);
    color: #fff;
}
.register-btn a {
    background: #fff;
    color: #000000;
    display: block;
    font-weight: 700;
    margin-bottom: 0;
    transition: all 0.3s ease;
    cursor: pointer;
    position: relative;
    text-align: center;
    border-radius: 3px;
    padding: 5px;
}
.member-btn {
    margin-top: 20px;
}
.member-btn a {
    font-style: italic;
    color: #000;
    font-weight: 600;
    border-bottom: 1px solid #000;
}
.login-with p {
    text-align: center;
    font-weight: 600;
    margin-bottom: 0;
    margin-top: 10px;
    position: relative;
}
.login-with p::before {
    content: "";
    position: absolute;
    right: 0;
    top: 11px;
    width: 34%;
    height: 1px;
    background: #000;
}
.login-with p::after {
    content: "";
    position: absolute;
    left: 0;
    top: 11px;
    width: 34%;
    height: 1px;
    background: #000;
}
.socialLogin {
    overflow: hidden;
    margin-top: 15px;
}
.socialLogin ul li {
    width: 48%;
    float: left;
}
.btn.btn-facebook {
    background: #4267b2;
    color: #fff;
    border-radius: 10px;
}
.btn.btn-facebook i,
.btn.btn-gmail i {
    margin-right: 5px;
}
.socialLogin ul li.gmail {
    margin-left: 2%;
}
.socialLogin ul li a {
    display: block;
}
.btn.btn-gmail {
    background: #e6605e;
    color: #fff;
    border-radius: 10px;
}
.custom-breadcrumb {
    background-size: contain !important;
    background-position: center !important;
    background-attachment: fixed !important;
    padding: 50px 0;
    position: relative;
    z-index: 1;
}
.custom-breadcrumb:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
    z-index: -1;
}
.custom-breadcrumb ul li {
    margin-right: 5px;
}
.custom-breadcrumb ul li a {
    color: #fff;
    font-size: 16px;
}
a.anchor i {
    margin-left: 5px;
}
.custom-breadcrumb .anchor {
    color: #ff0000 !important;
}
.log_img {
    text-align: center;
}
.log_img img {
    width: 65%;
}

button.resendotp {
    width: 100%;
    background: var(--brand-bg-left);
    padding: 6px;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
}
.breadcrumb-text h3 {
    color: #fff;
}
.edit_btn {
    cursor: pointer;
}
section.customer-profile {
    margin: 25px 0;
}
.cprofile-sidebar {
    text-align: left;
    padding: 30px;
    background: #f1f1f1;
    height: 100%;
    border-radius: 5px;
}
.cprofile-sidebar ul li {
    display: block;
}
.cprofile-sidebar ul li a {
    display: block;
    padding: 10px 11px;
    border-radius: 5px;
    border: 1px solid #ddd;
    margin-bottom: 15px;
    font-size: 15px;
}
.cprofile-sidebar ul li.active {
    color: #295498;
}
#withdraw label {
    font-size: 16px;
    margin-top: 15px;
}
.cprofile-sidebar ul li.active > a,
.cprofile-sidebar ul li:hover > a {
    background: var(--brand-bg-left);
    color: #fff !important;
}
.account-title {
    font-weight: 600;
    font-size: 18px;
    text-align: left;
    background: #f1f1f1;
    padding: 4px 11px;
    border-radius: 5px;
    margin-bottom: 15px;
}
.cprofile-details table thead {
    text-align: left;
}
.cprofile-details table thead th,
.cprofile-details table thead th a {
    color: #fff;
}
.my-dashboard .card {
    border: 0;
}
.bg-course {
    background: #6b46ff;
}
.bg-earn {
    background: #59b941;
}
.bg-affiliate {
    background: #942fe1;
}
.my-dashboard .card-body {
    font-size: 16px;
    text-align: center;
    text-transform: uppercase;
    border-radius: 5px;
    border: 0;
}
.referral-code {
    color: #4b50ff !important;
    cursor: pointer;
}
.cprofile-sidebar ul li i {
    margin-right: 8px;
}

/*about Page Design */

.ab_des p {
    font-size: 18px;
}
.ab_inner {
    margin-bottom: 25px;
}
.mv_item p {
    font-size: 16px;
}
.mv_item {
    background: #f5f5f5;
    height: 100%;
    padding: 15px;
    border-radius: 5px;
}
.mv_item h2 {
    font-size: 22px;
    background: #121fcf;
    background: var(--brand-bg-top);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.ab_video iframe {
    width: 100%;
    margin-top: 50px;
}

/*===Contact Us==== */
.contact-map-area iframe {
    width: 100%;
}
.contact-item {
    box-sizing: border-box;
    padding: 10px;
    margin-bottom: 5px;
    position: relative;
    overflow: hidden;
    box-shadow: 2px 2px 13px -1px hsla(0, 3%, 74.1%, 0.75);
    height: 100%;
}
.contact-icon {
    position: absolute;
    left: 0;
    top: 0;
    width: 100px;
    height: 100%;
    content: "";
    background: var(--brand-bg-top);
}
.contact-icon a {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    right: 0;
    color: #fff;
    font-size: 35px;
}
.contact-address h2 {
    color: #222;
    font-weight: 700;
    font-size: 20px;
    letter-spacing: 1px;
}
.contact-address p {
    color: #262626;
}
.contact-info {
    margin-bottom: 25px;
}
.contact-address {
    margin-left: 100px;
    padding: 10px;
}
button.submit-btn {
    padding: 5px 20px;
    background: var(--brand-bg-right);
    color: #fff;
    border-radius: 5px;
    transition: all 0.35s ease;
    cursor: pointer;
}
button.submit-btn:hover {
    background: var(--brand-bg-left);
}

.section_title p {
    padding: 30px;
    width: 60%;
    margin: 0 auto;
    font-size: 16px;
}
.card-item {
    background: #fff;
    border: 1px solid #dbe2e9;
    border-radius: 5px;
    overflow: hidden;
    transition: all 0.5s ease;
    margin-bottom: 20px;
}
.course_cat {
    padding: 8px 20px;
    margin-bottom: 20px;
    text-align: center;
    display: block;
    border-bottom: 0;
}
.course_cat li .active {
    color: #fff;
    background: var(--brand-bg-left);
}
.course_cat li a {
    border: 2px solid #e6e6e6;
    padding: 6px 8px;
    display: inline-block;
    text-transform: capitalize;
    margin-left: 0 !important;
    margin-right: 0 !important;
    font-weight: 900;
}

/*Course Details */
.course_details_img img {
    width: 100%;
}
.course_details {
    padding: 25px 0;
}
.course_details p {
    font-size: 16px;
}

.card-info-hint-right.details_price_area {
    display: grid;
    grid-template-columns: 75% 25%;
    padding: 20px 10px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
}

.deatils_ratting_count img {
    height: auto;
    margin-right: 4px;
}
.deatils_ratting_count span {
    text-decoration: none;
}
.card.details_card {
    padding: 10px 0;
}
.card-info-hint-left.details_t_profile {
    display: grid;
    grid-template-columns: 30% 70%;
    border-bottom: 1px solid #ddd;
    padding: 25px 5px;
}
.card-info-hint-left.details_t_profile .card-hint-img {
    width: 75px;
    height: 75px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 10px;
}
.card-info-hint-left.details_t_profile .prof a {
    font-weight: 800;
    font-size: 20px;
    display: block;
}
.details_card_bottom .enroll_btn {
    border-radius: 10px;
}
.details_card_bottom {
    padding: 0 20px;
}
.details_list li {
    display: grid;
    grid-template-columns: 50% 50%;
    border-bottom: 1px solid #ddd;
    padding: 20px 0;
}
.details_list li:last-child {
    border-bottom: 0;
}
.details_list ul li strong {
    font-size: 16px;
}
.details_list ul li span {
    font-size: 16px;
    text-align: right;
}

.js-sticky-widget {
    transition: background-color 0.25s ease-in-out, color 0.25s ease-in-out;
}

/*Review Section */

.review_inner {
    margin-top: 30px;
}
.rev_top {
    display: flex;
}
.rev_top p {
    display: inline-block;
    margin-right: 50px;
    font-size: 25px;
    font-weight: 600;
}
.rev_top a {
    display: inline-block;
    font-size: 18px;
    background: var(--brand-bg-left);
    padding: 8px 45px;
    border-radius: 5px;
    color: #fff;
}
.rev_top a:hover {
    background: #121fcf;
    background: var(--brand-bg-right);
}
.rev_slider {
    padding: 30px;
    border: 1px solid #ddd;
    margin-top: 25px;
}
.rev_slide_item {
    background: #f5f5f5;
    text-align: center;
    padding: 15px 19px;
    border-radius: 0 61px;
}
.rev_rat ul li {
    color: #f7a30b;
}
.rev_comment p {
    font-size: 16px;
    line-height: 25px;
    padding: 0 50px;
    margin-top: 10px;
}
.rev_slider .owl-nav .owl-prev {
    width: 25px;
    height: 25px;
    background: var(--brand-bg-left) !important;
    border-radius: 5px;
    position: absolute;
    left: -13px;
    top: 50%;
    color: #fff !important;
}
.rev_slider .owl-nav .owl-next {
    width: 25px;
    height: 25px;
    background: var(--brand-bg-right) !important;
    border-radius: 5px;
    position: absolute;
    right: -13px;
    top: 50%;
    color: #fff !important;
}
.commet_top {
    margin-top: 30px;
}
.commet_top p {
    font-size: 25px;
    background: #121fcf;
    background: #ff0000;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
}
.comment_item {
    padding: 20px 0;
    overflow: hidden;
}
.comment_items {
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
}
.comment_items:last-child {
    border-bottom: none;
}
.ans_inner {
    padding-left: 20%;
    padding-bottom: 10px;
}

.comment_des {
    margin-top: 12px;
    float: left;
}
.comment_img {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    float: left;
    margin-right: 15px;
}
.comment_img img {
    border-radius: 50%;
}
.answer strong {
    background: #000000;
    padding: 3px 10px;
    border-radius: 5px;
    color: #fff;
}
p.com_date {
    position: relative;
    display: block;
}
p.com_date span {
    position: absolute;
    right: 0;
    top: -20px;
}

.demo {
    --bs-aspect-ratio: calc(9 / 16 * 100%);
}
.demo:before {
    display: block;
    padding-top: var(--bs-aspect-ratio);
    content: "";
}
.demo > * {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 435px;
}
.sidebar-course {
    border: 1px solid #ddd;
    padding: 15px;
    border-radius: 5px;
    margin-bottom: 15px;
}
.sidebar-course ul li {
    display: block;
    font-size: 15px;
    margin: 12px 0;
}
.sidebar-course ul li i {
    margin-right: 10px;
}
.video-section {
    position: relative;
}
.mark-as-form {
    position: absolute;
    top: -44px;
    right: 0;
}
.v-list-inner li a {
    position: relative;
}
.v-list-inner li i {
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    color: #146b50;
}
.v-list-inner li .active i {
    color: #fff;
}
.v-list-inner li a:hover > i {
    color: #fff;
}
/*==== Video Page Design ======*/
.video_list_inner h2 {
    font-size: 22px;
    color: #000;
}

.testimonial_top {
    display: grid;
    grid-template-columns: 25% 75%;
}
.testi_img {
    width: 75px;
    height: 75px;
    overflow: hidden;
    border-radius: 50%;
    border: 1px solid #ddd;
    padding: 5px;
}
.testi_img img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}
.testimonial_top {
    display: grid;
    grid-template-columns: 18% 80%;
}
.rev_name h4 {
    margin-bottom: 0;
}
.testimonial_name {
    margin-top: 5px;
}
.testi_bottom p {
    font-size: 16px;
    line-height: 22px;
}
.testimonial_item {
    border: 1px solid #ddd;
    padding: 30px 20px;
    border-radius: 5px;
    background: #fff;
    margin-bottom: 15px;
}
.testimonial_area {
    background: #faf0f0;
}
.testi_bottom {
    padding: 15px 10px;
}
.testimonial_inner .owl-prev {
    width: 35px !important;
    height: 35px;
    line-height: 35px !important;
    border: 1px solid #ddd !important;
    display: inline-block;
    background: #fff !important;
    border-radius: 50% !important;
    position: absolute;
    right: 14px;
}

.testimonial_inner .owl-next {
    width: 35px !important;
    height: 35px;
    line-height: 35px !important;
    border: 1px solid #ddd !important;
    display: inline-block;
    background: #fff !important;
    border-radius: 50% !important;
    position: absolute;
    right: 55px;
}
/*Why Course Start Css */
.whycourse_item_inner {
    display: flex;
    flex-direction: column;
    row-gap: 16px;
}
.whycourse_item {
    border: 1px solid #ddd;
    padding: 25px 15px;
    display: grid;
    grid-template-columns: 20% 80%;
    border-radius: 5px;
}
.item_des p {
    font-size: 18px;
    line-height: 25px;
}

.item_img img {
    height: auto;
    object-fit: contain;
    width: 50px;
}

.item_img {
    display: flex;
    justify-content: center;
}
.whycourse_video_inner {
    position: relative;
    margin-top: 40px;
}
.vid_img {
    position: relative;
    background-color: lightgrey;
}
.vid_img img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}
.vid_play {
    width: 55px;
    height: 55px;
    line-height: 50px;
    border: 4px solid #fff;
    text-align: center;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    color: #fff;
    font-size: 22px;
    transform: translate(-50%, -50%);
    cursor: pointer;
}
.testi_vid_widget .vid_img {
    height: auto;
}
#mobile-menu {
    display: none;
}

/* coupon show cart */
.cart-page-delete,
.cart-page-delete:focus {
    cursor: pointer;
    color: #f95313;
    font-size: 15px;
    border: 2px solid #f95313 !important;
    border-radius: 50px;
    height: 30px;
    width: 30px;
    transition: 0.35s all;
}
.cart-page-delete:hover {
    background: #f95313;
    color: #fff;
}
.coupon-form form {
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 10px;
}
.coupon-form input[type="text"],
.coupon-form button {
    font-size: 16px;
    width: 200px;
    height: 45px;
    border-radius: 35px;
    outline: none;
}
.coupon-form input[type="text"] {
    border: 1px solid #ddd;
    padding-left: 15px;
}
.coupon-form button {
    background-color: #000;
    color: #fff;
    cursor: pointer;
}
.coupon-form button:hover {
    background-color: #000000b3;
}
.checkout-btn {
    width: 100%;
    text-align: right;
}
.checkout-btn a {
    display: inline-block;
    background-image: var(--brand-bg-left);
    padding: 10px 20px;
    border-radius: 35px;
    color: #fff;
}
.checkout-btn a:hover {
    background-image: var(--brand-bg-right);
}
.show-cart-inner.checkout.cprofile-details {
    position: sticky;
    top: 110px;
}

/* checkout page */
.shippingContent {
    border: 1px solid #ddd;
    padding: 30px;
}
.shop_table {
    width: 100%;
}
.shop_table thead tr th {
    border: 1px solid #ddd;
    padding: 10px;
}
.shop_table tbody tr td {
    border: 1px solid #ddd;
    padding: 10px;
}
.shop_table tfoot tr {
    border-bottom: 1px solid #ddd;
}
.shop_table tfoot tr th {
    padding: 10px;
}

.set-shipping {
    padding: 30px;
    background-color: #ddd;
}

/* payment methods  */
.payment-option-box ul.payment_methods {
    padding-bottom: 20px;
}
.payment-option-box ul.payment_methods li.payment_box {
    background-color: #f5f5f5;
    padding: 10px;
    display: block;
    position: relative;
}
.payment-option-box ul.payment_methods li.payment_box label {
    padding: 20px;
    display: block;
    margin: 0;
    font-size: 16px;
}
.payment-option-box ul.payment_methods li.payment_box label::before {
    font-size: inherit;
    display: inline-block;
    font-family: "FontAwesome";
    content: "\f10c";
    margin-right: 10px;
    color: #000;
}
.payment-option-box ul.payment_methods li.payment_box input[type="radio"] {
    position: absolute;
    clip: rect(1px, 1px, 1px, 1px);
}
.payment-option-box
    ul.payment_methods
    li.payment_box
    input[type="radio"]:checked
    + label::before {
    content: "\f192";
    color: var(--main-color-lighter);
}
.payment-option-box ul.payment_methods li.payment_box div.payment_box {
    background-color: #fff;
    padding: 23px;
}
.order-place-button {
    margin-top: 10px;
}
.order-place-button button {
    display: block;
    background-color: #222222;
    color: #fff;
    text-align: center;
    width: 100%;
    height: 55px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    transition: all 0.3s ease;
    letter-spacing: 2px;
}
.order-place-button button:hover {
    background-color: var(--main-color-lighter);
    cursor: pointer;
}
.modal-section {
    position: fixed;
    z-index: 999;
    height: auto;
    width: 80%;
    top: 50%;
    transform: translateY(-50%);
    margin: 0 auto;
    background: #fff;
    box-shadow: 0px 0px 10px #aaa;
    left: 0;
    right: 0;
    border-radius: 10px;
}
.product-details.modal-product {
    padding: 25px;
    max-height: 90vh;
    overflow-y: auto;
}
.rating > label {
    display: inline-block;
    position: relative;
    width: 28px;
    font-size: 30px;
    font-weight: 600;
    color: #146b50;
}

.rating > label.active:before,
.rating > label.active ~ label:before,
.rating > label:hover:before,
.rating > label:hover ~ label:before {
    content: "\2605";
    position: absolute;
    color: #146b50;
}

.rating input {
    display: none;
}
.form-group.text-inline p {
    display: inline-block;
    font-size: 25px;
}
.rating {
    display: inline-block;
    margin-left: 9px;
}
.rating {
    unicode-bidi: bidi-override;
    direction: rtl;
}
.bread_right_item {
    display: grid;
    grid-template-columns: 40% 60%;
}
.left_item {
    color: #fff;
}
.right_item {
    color: #fff;
    margin-top: -25px;
}
.left_item p {
    font-size: 16px;
}
.right_item p {
    font-size: 16px;
    margin-bottom: 5px;
}
.cert_div {
    text-align: right;
}
.cert_div a {
    background: var(--brand-bg-left);
    padding: 4px 10px;
    border-radius: 5px;
    color: #fff;
}
.cert_div a:hover {
    background: var(--brand-bg-right);
}
p.comment-title span {
    display: block;
    font-size: 18px;
}
p.comment-title a {
    background: var(--brand-bg-left);
    font-size: 20px;
    padding: 3px 10px;
    color: #fff;
    border-radius: 5px;
}
p.comment-title a:hover {
    background: var(--brand-bg-right);
}
img.sslimg {
    position: absolute;
    top: 22px;
    right: 33px;
    height: auto;
}
.order-place-button label {
    display: inline;
}
.order-place-button input {
    display: inline-block;
}
.order-place-button a {
    text-transform: capitalize;
    font-weight: 600;
}
.footer-ssl img {
    height: auto;
}
.forget-section .login-content {
    height: auto;
    margin-top: 60px;
}
.forget-password {
    margin: 10px 0;
    text-align: right;
}
.forget-password a {
    color: #ff4040;
    font-weight: 600;
    text-align: right;
    border-bottom: 1px solid #ff4040;
}
.v-list-inner li a:hover {
    color: #fff !important;
}
.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.course-certificate {
    margin-bottom: 30px;
}
.course-certificate h2 {
    font-size: 28px;
    font-weight: 900;
}
.certificate-note {
    background: #f9f9f9;
    padding: 25px;
    font-size: 18px;
    font-style: italic;
    border-radius: 5px;
    margin-bottom: 20px;
    margin-top: 15px;
    font-weight: 500;
    color: #444;
}
.certificate-content a {
    background: #121fcf;
    display: inline-block;
    color: #fff;
    border-radius: 5px;
    padding: 6px 12px;
    font-size: 16px;
    margin-top: 10px;
}

.desktop-hide {
    display: none;
}
.alert.alert-dismissible.fade.show img {
    width: 100%;
}
.link-copy-alert {
    position: fixed;
    bottom: 15px;
    right: 15px;
    background: green;
    color: #fff;
    padding: 8px 22px;
    font-size: 15px;
    border-radius: 5px;
    z-index: 9999;
    visibility: hidden;
    opacity: 0;
    transition: 0.5s all;
}
.link-copy-alert.show {
    visibility: visible;
    opacity: 1;
    bottom: 45px !important;
}

.testi_vid_widget_inner .owl-prev {
    width: 30px !important;
    height: 30px !important;
    background: #0a11d2 !important;
    border-radius: 50px !important;
    font-size: 22px !important;
    color: #fff !important;
    text-align: center;
    line-height: 30px !important;
    position: absolute;
    left: -40px;
    top: 50%;
}

.testi_vid_widget_inner .owl-next {
    width: 30px !important;
    height: 30px !important;
    background: #0a11d2 !important;
    border-radius: 50px !important;
    font-size: 22px !important;
    color: #fff !important;
    text-align: center;
    line-height: 30px !important;
    position: absolute;
    right: -40px;
    top: 50%;
}
.custom-collapse {
    border: 1px solid #ccc;
    margin: 5px 0;
    border-radius: 5px;
    overflow: hidden;
}
button.toggle-button {
    font-size: 18px;
    display: block;
    width: 100%;
    text-align: left;
    padding: 6px 8px;
}
.custom-header {
    background-color: #f5f5f5;
    cursor: pointer;
}

.custom-content {
    display: none;
    padding: 10px;
}

.custom-content.open {
    display: block;
}
.faq_section {
    background: #faf0f0;
}
.html5-video-player .video-click-tracking,
.html5-video-player .video-stream {
    display: block;
    width: 100% !important;
    height: 100%;
    left: 0 !important;
}
.success_video button i {
    background: #ff0000 !important;
    margin: 0 5px;
    height: 25px;
    width: 25px;
    text-align: center;
    line-height: 25px;
    color: #fff;
    border-radius: 5px;
}

.success_video .owl-nav {
    margin-top: 25px;
    text-align: center;
}
.custom-collapse.open .custom-content {
    display: block;
}
.custom-header {
    position: relative;
}
.custom-collapse.open .custom-header i {
    transform: rotate(90deg);
}
.custom-header i {
    position: absolute;
    top: 8px;
    right: 20px;
    font-weight: 600;
}
.media_item {
    border: 1px solid #e9e9e9;
    padding: 10px;
    border-radius: 5px;
    margin: 0 10px;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}
.media_slider .owl-stage {
    padding: 20px 0px;
}
.play_inner {
    cursor: pointer;
    position: relative;
}
.play_inner a {
    display: block;
    height: 100%;
    width: 100%;
}
.play_btn {
    position: absolute;
    width: 45px;
    height: 45px;
    text-align: center;
    background: #ff0000;
    animation: play_effect 2s infinite;
    -webkit-animation: play_effect 2s infinite;
    border-radius: 50%;
    line-height: 45px;
    left: 50%;
    top: 50%;
    color: #fff;
    transform: translate(-50%, -50%);
}
@keyframes play_effect {
    0% {
        -webkit-box-shadow: 0 0 0 0 #ff0000;
        box-shadow: 0 0 0 0 #ff0000;
    }
    70% {
        -webkit-box-shadow: 0 0 0 30px transparent;
        box-shadow: 0 0 0 30px transparent;
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 transparent;
        box-shadow: 0 0 0 0 transparent;
    }
}
