* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: var(--default-font);
}

:root {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
}

.container,
.container-fluid {
    width: 100%;
    padding-right: var(--bs-gutter-x, .75rem);
    padding-left: var(--bs-gutter-x, .75rem);
    margin-right: auto;
    margin-left: auto;
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-0.5 * var(--bs-gutter-x));
    margin-left: calc(-0.5 * var(--bs-gutter-x));
}

.row>* {
    box-sizing: border-box;
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-top: var(--bs-gutter-y);
}

@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1240px;
    }
}

@media (min-width: 1400px) {
    .container {
        max-width: 1320px;
    }
}

.col-6 {
    flex: 0 0 auto;
    width: 50%;
}

@media screen and (min-width: 768px) {

    .col-md-3 {
        flex: 0 0 auto;
        width: 25%;
    }

    .col-md-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }

    .col-md-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }

    .col-md-6 {
        flex: 0 0 auto;
        width: 50%;
    }

    .col-md-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }

    .col-md-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }

    .col-md-9 {
        flex: 0 0 auto;
        width: 75%;
    }

    .col-md-12 {
        flex: 0 0 auto;
        width: 100%;
    }

}

@media screen and (min-width: 992px) {

    .col-lg-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }

    .col-lg-3 {
        flex: 0 0 auto;
        width: 25%;
    }

    .col-lg-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }

    .col-lg-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }

    .col-lg-6 {
        flex: 0 0 auto;
        width: 50%;
    }

    .col-lg-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }

    .col-lg-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }

    .col-lg-9 {
        flex: 0 0 auto;
        width: 75%;
    }

    .col-lg-12 {
        flex: 0 0 auto;
        width: 100%;
    }

}

img,
svg {
    vertical-align: middle;
}

.img-fluid {
    width: 100%;
    height: auto;
}

input {
    width: 100%;
}

button,
[role=button],
[class*='btn'] {
    cursor: pointer;
}

figure {
    max-width: 100%;
}

[class~="ellipse"],
[class*="-title"] {
    display: -webkit-box !important;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ellipse {
    -webkit-line-clamp: 3;
}

[class*="-title"] {
    -webkit-line-clamp: 2;
}

/* attr __________ selector ______  Starts */

[class*="flex"] {
    display: flex !important;
}

[class*="grid"] {
    display: grid;
}

[class*="flex"][class*="column"] {
    flex-direction: column;
    align-items: start;
}

:is([class*="flex"]:not([class*="flex"][class*="column"]),
    [class*="grid"]),
[class*="items-center"] {
    align-items: center !important;
}

[class*="-between"] {
    justify-content: space-between;
}

.justify-center {
    justify-content: center;
}

.text-center {
    text-align: center;
}

[class*="flex"][class*="wrap"] {
    flex-wrap: wrap;
}

[class*="row-gap"] {
    row-gap: 1.25rem;
}

.row-gap-3 {
    row-gap: 2rem;
}

.row-gap-4 {
    row-gap: 4rem;
}

.gap-20 {
    gap: 20px
}

.gap-10 {
    gap: 10px
}

:is(.mt-auto, footer, .footer) {
    margin-top: 80px;
}

.mt-1 {
    margin-top: 10px !important;
}

.mt-3 {
    margin-top: 30px !important;
}

.mt-5 {
    margin-top: 50px !important;
}

.my-3 {
    margin-block: 30px;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.mx-auto {
    margin-inline: auto;
}

.img-placeholder {
    aspect-ratio: 16/9;
}

:is(.img-placeholder, .img-placeholder img) {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

/* ------------------------Header-start-**********----------------- */

header {
    position: relative;
    z-index: 99;
}

.sticky-header {
    position: sticky;
    top: 0;
    left: 0;
    z-index: 999;
}

.bwe-service-logo img {
    height: 35px;
}

header .top-bar ul {
    list-style-type: disc !important;
    padding-left: 20px;
}

header .top-bar ul li::marker {
    color: var(--white);
}

header ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
}

:is(header, footer) ul {
    list-style-type: none;
}

:is(header, footer) ul li a {
    text-transform: capitalize;
}

nav ul {
    gap: 30px;
}

header .container,
.menu-search-form {
    display: flex;
    align-items: center;
    justify-content: space-between;

}

.mob-search-btn {
    width: 40px;
    height: 40px;
}

/* dropdown ______ start */
.dropdown {
    position: relative;
    white-space: nowrap;
    display: flex;
    align-items: center;
    gap: 5px;
}

.dropdown ul {
    display: block;
    visibility: hidden;
    position: absolute;
    left: 0px;
    top: 70px;
    padding: 10px;
    z-index: 99;
    transform-origin: top;
    transform: scale(0);
    min-width: 100%;
}

.dropdown ul {
    transition: all 0.3s ease-in-out;
}

.dropdown ul li {
    padding: 6px 10px;
}

@media screen and (min-width:1024px) {

    header nav ul>li {
        padding-block: 20px;
    }

    .menu-toggle-btn,
    .cancel-btn {
        display: none;
    }

    .dropdown ul .dropdown ul {
        position: absolute;
        left: calc(100% + 20px);
        top: 10px;
    }

    header .dropdown:hover>ul {
        transform: scale(1);
        visibility: visible;
        opacity: 1;
    }
}

/* mobile navigation _____________ start */

@media screen and (max-width:1024px) {

    header .navigation {
        padding-block: 10px;
    }

    .menu-toggle-btn,
    .cancel-btn {
        display: block;
    }

    header .close-MenuBtn {
        display: none;
        position: absolute;
        z-index: 999;
        right: 20px;
        top: -20px
    }

    header .primary-btn {
        display: none;
    }

    header nav {
        position: absolute
    }

    header nav>ul {
        position: fixed;
        width: 100%;
        background: var(--white);
        height: 100vh;
        top: 0px;
        left: 0%;
        transition: all 0.2s;
        padding: 30px;
        z-index: 10;
        transform: translateX(-100%);
        display: block;
        box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25);
    }

    .show-ul {
        transform: translate(0%) !important;
        overflow-y: auto;
    }

    .back-drop {
        top: 0;
        bottom: 0;
        position: fixed;
        width: 100vw;
        height: 100vh;
        opacity: .5;
        z-index: 2;
    }

    .dropdown::after,
    .dropdown .dropdown::after {
        float: right;
        right: 0;
        top: 24px;
        position: absolute;
    }

    .cancel-btn {
        position: fixed;
        right: 8%;
        top: 10px;
    }

    .dropdown {
        display: block;
        position: relative;
    }

    header nav>ul>li {
        padding-top: 20px;
    }

    header nav:has(.flex gap) {
        position: absolute;
    }

    header ul li.showMenu>ul {
        display: block !important;
        visibility: visible;
        opacity: 1;
        transform: translateX(0);
        position: unset;
        margin-top: 5px;
        border-radius: var(--rad-sm);
    }

    header ul li a {
        white-space: normal;
    }
}

/* ------------------------Homepage-Hero-start-**********----------------- */

.homepage-hero .swiper-slide img {
    height: 575px;
    width: 100%;
    object-fit: cover;
    object-position: top;
}

.homepage-hero h1,
.heading-seprator :is(h2, .h2) {
    margin-bottom: 0;
}

.homepage-hero .hero-content {
    position: absolute;
    top: 50%;
    left: 125px;
    z-index: 999;
    max-width: 650px;
    width: 100%;
    transform: translateY(-50%);
}

/* header-marquee */

.moving-wrapper {
    overflow: hidden;
    width: 100%;
    background: #fff;
    padding: 12px 0;
    border-top: 2px solid #e5e9f0;
}

.moving-track {
    display: flex;
    gap: 50px;
    width: max-content;
    animation: scroll 250s linear infinite
}

/* category-cards */

.course-card span {
    height: 80px;
    width: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.course-card span img {
    height: 70px;
    width: auto;
}


/* toppers-card */

.toppers-card span {
    margin-top: -60px;
    height: 100px;
    width: 100px;
}

.toppers-card span img {
    height: 90px;
    width: 90px;
    border-radius: 50%;
    object-fit: cover;
}

/* main courses card */

.course-content-card .course-content {
    padding: 20px;
    width: 100%;
}

.course-content-card .tutorial-img {
    aspect-ratio: 8/6;
    background: #c7c7c7;
    width: 100%;
    height: 100%;
}

.course-content-card .tutorial-img img {
    /* height: 100%; */
    width: 100%;
    object-fit: cover;
    height: 100%;
}


/* grid-section */

.grid-50 {
    grid-template-columns: 50% 50%;
}

.form-wrapper {
    position: relative;
    padding: 40px 50px 40px 125px;
}

form :is(input, textarea, select) {
    padding: 15px;
    width: 100%;
}

input[type="checkbox"] {
    width: 18px;
    height: 18px;
}

form select {
    appearance: none;
}

form button {
    width: 100%;
}

.select_dropdown {
    position: relative;
}

.select_dropdown:after {
    height: 20px;
    width: 20px;
    content: '';
    position: absolute;
    right: 12px;
    top: 50%;
    transition: all .2s;
    transform: rotate(0deg) translateY(-50%);
    background: url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill="%23fff" fill-opacity=".01" d="M0 0h48v48H0z"/><path d="M37 18 25 30 13 18" stroke="%23c7c7c7" stroke-width="4" stroke-linecap="round" stroke-linejoin="round"/></svg>') no-repeat;
}

.form-wrapper .form-ttl {
    text-transform: uppercase;
    text-align: center;
    -webkit-text-fill-color: transparent;
    transform: rotate(-90deg);
    white-space: nowrap;
    position: absolute;
    top: 41%;
    left: -110px;
}

/* why-choose - ribbon-card */

.wcu-container {
    padding-inline: 30px 130px;
}

.all-page .wcu-container {
    padding-inline: 30px 0;
}

.ribbon-card {
    position: relative;
    height: 100%;
    overflow: hidden;
    padding: 60px 20px 20px;
}

.ribbon-card .ribbon-strip {
    position: absolute;
    padding: 10px 20px 10px 0;
    width: 100%;
    top: 0;
    left: 30px;
}

/* cta-container */

.cta-wrapper .flex-cta {
    gap: 20px 50px;
}

.mob-app-strip {
    background: linear-gradient(90deg, #0B1C3E 0%, #0875AA 100%);
    padding-block: 20px;
    justify-content: center;
    color: var(--white);
    position: fixed;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    transform: translateY(100%);
    bottom: 0;
    left: 0;
    z-index: 9999;
    transition: all .3s ease-in-out;
}

.mob-app-strip.at-bottom {
    position: absolute !important;
    bottom: 0;
    left: 0;
}


/* useful objects for site  */

#backToTop {
    width: 50px;
    height: 50px;
    position: fixed;
    right: 20px;
    bottom: 100px;
    z-index: 999999;
    display: none;
}

.whatsapp-chat {
    position: fixed;
    bottom: 30px;
    right: 20px;
    display: flex;
    align-items: center;
    z-index: 9999;
    animation: floatUpDown 2s ease-in-out infinite;
}

.whatsapp-icon {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.whatsapp-icon img {
    width: 24px;
    height: 24px;
}

/* single page css also table*/

.page-hero {
    padding-block: 50px;
}

.flex-wrap-breadcurmbs {
    gap: 20px 40px;
}

.all-page :is(p:not(.all-page [class*="-card"] p), ul, ol, :is(ul, ol) li, .table-responsive) {
    margin-bottom: 20px;
}

.all-page :is(ul, ol) {
    padding-left: 20px;
}

.all-page .table-responsive {
    width: 100%;
    overflow-x: auto;
}

.all-page .table-responsive table {
    width: 100%;
    border-collapse: collapse;
    min-width: 600px;
}

.all-page .table-responsive table :is(th, td) {
    border: 1px solid var(--border-color);
    padding: 12px;
    text-align: left;
}


/* custom-swiper */

.homepage-hero .swiper-button-prev,
.homepage-hero .swiper-button-next {
    left: unset !important;
    right: 130px !important;
    height: 50px !important;
    width: 50px !important;
    border: 2px solid var(--white) !important;
    border-radius: var(--rad-lg) !important;
}

.homepage-hero .swiper-button-prev svg,
.homepage-hero .swiper-button-next svg {
    display: none !important;
}

.homepage-hero .swiper-button-prev:after,
.homepage-hero .swiper-button-next:after {
    content: '' !important;
    position: absolute !important;
    height: 20px !important;
    width: 20px !important;
    background: url('data:image/svg+xml,<svg width="20" height="20" fill="%23fff" viewBox="0 0 1024 1024" xmlns="http://www.w3.org/2000/svg"><path d="M572.235 205.282v600.365a30.118 30.118 0 1 1-60.235 0V205.282L292.382 438.633a28.913 28.913 0 0 1-42.646 0 33.43 33.43 0 0 1 0-45.236l271.058-288.045a28.913 28.913 0 0 1 42.647 0L834.5 393.397a33.43 33.43 0 0 1 0 45.176 28.913 28.913 0 0 1-42.647 0l-219.618-233.23z"/></svg>') no-repeat;
}

.homepage-hero .swiper-button-next {
    bottom: 190px !important;
    top: unset !important;
    transform: translateY(-50%) rotate(-180deg) !important;
}

.swiper-button-prev {
    bottom: unset !important;
    top: 260px !important;
}


/* scan-cta */

.cbsw-sidebar-cta-wrap {
    z-index: 2;
    width: 100%;
    padding-left: 24px;
    align-self: flex-start;
}

.cbsw-sidebar-cta-wrap,
.sticky-col {
    position: sticky;
    top: 100px;
}

.cbsw-sidebar-cta {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    margin-top: 0;
    padding: 24px 20px;
    border-radius: var(--rad-sm);
    background-color: #0a0e12;
    background-image:
        repeating-linear-gradient(0deg,
            transparent,
            transparent 3px,
            rgba(0, 0, 0, 0.18) 3px,
            rgba(0, 0, 0, 0.18) 4px),
        linear-gradient(rgba(251, 98, 49, 0.05) 1px, transparent 1px),
        linear-gradient(90deg, rgba(251, 98, 49, 0.05) 1px, transparent 1px),
        radial-gradient(ellipse at center, rgba(251, 98, 49, 0.04) 0%, transparent 65%);
    background-size: 100% 4px, 24px 24px, 24px 24px, 100% 100%;
    border: 1px solid rgba(251, 98, 49, 0.18);
    box-shadow:
        inset 0 0 40px rgba(0, 0, 0, 0.45),
        0 8px 24px rgba(0, 0, 0, 0.15);
    text-align: center;
}

.cbsw-sidebar-cta__fx {
    position: absolute;
    inset: 0;
    overflow: hidden;
    border-radius: inherit;
    pointer-events: none;
    z-index: 0;
}

.cbsw-sidebar-cta__inner {
    position: relative;
    z-index: 1;
}

.cbsw-fx__scan {
    position: absolute;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(90deg, transparent 0%, rgba(251, 98, 49, 0.15) 20%, rgb(224 39 44 / 80%) 50%, rgba(251, 98, 49, 0.15) 80%, transparent 100%);
    box-shadow: 0 0 14px rgb(215 40 52 / 72%);
    animation: cbsw-scan 5s ease-in-out infinite;
}

.cbsw-fx__corner {
    position: absolute;
    width: 20px;
    height: 20px;
    border-color: rgb(237 10 10 / 59%);
    border-style: solid;
}

.cbsw-fx__corner--tl {
    top: 10px;
    left: 10px;
    border-width: 2px 0 0 2px;
}

.cbsw-fx__corner--tr {
    top: 10px;
    right: 10px;
    border-width: 2px 2px 0 0;
}

.cbsw-fx__corner--bl {
    bottom: 10px;
    left: 10px;
    border-width: 0 0 2px 2px;
}

.cbsw-fx__corner--br {
    bottom: 10px;
    right: 10px;
    border-width: 0 2px 2px 0;
}

.cbsw-fx__crosshair {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 56px;
    height: 56px;
    transform: translate(-50%, -50%);
    border: 1px solid rgba(251, 98, 49, 0.12);
    border-radius: var(--rad-lg);
}

.cbsw-fx__crosshair::before,
.cbsw-fx__crosshair::after {
    content: "";
    position: absolute;
    background: rgba(251, 98, 49, 0.1);
}

.cbsw-fx__crosshair::before {
    top: 50%;
    left: -8px;
    right: -8px;
    height: 1px;
    transform: translateY(-50%);
}

.cbsw-fx__crosshair::after {
    left: 50%;
    top: -8px;
    bottom: -8px;
    width: 1px;
    transform: translateX(-50%);
}

.cbsw-fx__camera {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 120px;
    height: 120px;
    transform: translate(-50%, -50%);
    color: rgba(251, 98, 49, 0.07);
}

@keyframes cbsw-scan {
    0% {
        top: 6%;
        opacity: 0;
    }

    8% {
        opacity: 1;
    }

    92% {
        opacity: 1;
    }

    100% {
        top: 94%;
        opacity: 0;
    }
}

@media (prefers-reduced-motion: reduce) {
    .cbsw-fx__scan {
        animation: none;
        top: 50%;
        opacity: 0.35;
    }
}

.cbsw-sidebar-cta__label {
    display: inline-block;
    margin-bottom: 10px;
    color: var(--sc);
    font-size: 10px;
    font-weight: var(--bold);
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.cbsw-sidebar-cta__title {
    margin: 0 0 10px;
    color: var(--white);
}

.cbsw-sidebar-cta__text {
    margin: 0 0 20px;
    color: rgba(255, 255, 255, 0.72);
    font-size: 13px;
    line-height: 1.55;
}

.cbsw-sidebar-cta .cbsw-sidebar-cta__btn {
    display: flex;
    justify-content: center;
    width: 100%;
}

.cbsw-sidebar-cta .cbsw-sidebar-cta__btn a {
    width: 100%;
    max-width: 100%;
    --btn-width: 46px;
}

.cbsw-sidebar-cta .cbsw-sidebar-cta__btn .pb-btn-text {
    background-color: var(--sc);
    flex: 1;
    text-align: center;
    font-size: 12px;
    padding: 14px 12px;
}

.cbsw-sidebar-cta .cbsw-sidebar-cta__btn .pn-btn-icon {
    background-color: var(--sc);
    padding: 14px;
}

.cbsw-sidebar-cta__phone {
    display: inline-block;
    margin-top: 14px;
    color: rgba(255, 255, 255, 0.65);
    font-size: 13px;
}

.cbsw-sidebar-cta__phone:hover {
    color: var(--sc);
}

@media (max-width: 991px) {
    .camrelo-blog-sidebar {
        padding: 40px 0 0;
    }

    .cbsw-sidebar-cta-wrap {
        position: static;
        top: auto;
        padding-left: 0;
    }

    .cbsw-sidebar-cta {
        margin-top: 0;
    }
}

.image-hero img {
    max-height: 600px;
    height: 100%;
    width: 100%;
}

/* notify-scrolleer */

.notification-card {
    width: 100%;
    overflow: hidden;
}

.notification-card .ticker-wrap {
    height: 400px;
    overflow: hidden;
    position: relative;
    background: var(--white);
}

.notification-card .ticker-list li a {
    display: block;
    padding: 15px 20px;
}

/* Responsive Layout  --------- Starts */

@media (width <=1024px) {
    .d-md-none {
        display: none !important;
    }

    .order-md-1 {
        order: 1;
    }

    .order-md-2 {
        order: 2;
    }

    .d-md-flex {
        display: flex !important;
    }

    .homepage-hero .swiper-slide img {
        height: 520px;
    }

    .homepage-hero .hero-content {
        left: 0px;
        padding: 30px 20px;
    }

    .grid-50 {
        grid-template-columns: auto !important;
    }

    .form-wrapper {
        padding: 30px;
    }

    .wcu-container {
        padding-inline: 30px !important;
    }

    .border-container {
        padding-top: 40px !important;
    }

    .cta-wrapper {
        padding: 30px !important;
        background: linear-gradient(90deg, #0d0421 0%, #0d0421 35%, #0d042173 75%, #0d042152 108%, rgb(20 7 46) 88%, rgb(20 7 46) 96%, rgb(20 7 46) 100%), url(https://png.pngtree.com/thumb_back/fh260/background/20230704/pngtree-stack-of-law-books-with-courtroom-scales-image_3721829.jpg) no-repeat center right / cover !important;
    }

    .mob-app-strip#show {
        opacity: 1;
        visibility: visible;
        transform: translateY(0%);
    }

    .homepage-hero .swiper-slide {
        position: relative;
    }

    .homepage-hero .swiper-slide:after {
        content: '';
        position: absolute;
        inset: 0;
        height: 100%;
        width: 100%;
        background: linear-gradient(257.5deg, rgb(13 13 12 / 69%) 4.1%, rgb(0 0 0 / 80%) 96.33%);
    }

    .homepage-hero .hero-content :is(h1, p, a) {
        color: var(--white);
    }

    body {
        position: relative;
        padding-bottom: 119px;
    }

    .whatsapp-chat {
        bottom: 100px;
    }

    #backToTop {
        bottom: 175px;
    }

    .contact-details {
        padding: 0 !important;
    }
}

@media (600px <=width <=1024px) {}

@media (width <=600px) {
    .homepage-hero h1 {
        font-size: 2.2rem !important;
    }

    .homepage-hero .swiper-button-prev,
    .homepage-hero .swiper-button-next {
        display: none !important;
    }

    [class*="-texture"]:not(.bg-primary-texture):after,
    [class*="-texture"]:not(.bg-primary-texture):before {
        display: none !important;
    }

    :is(.mt-auto, footer, .footer) {
        margin-top: 50px;
    }

    .notification-card .ticker-wrap {
        height: 250px;
    }

}