/* @import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap'); */

/* A simple CSS reset */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    /* Ensures padding and borders are included in element's total width/height */
}

html {
    overflow-x: hidden;
}

:root {
    --primary-color: #002B36;
    --secondary-color: #FF9900;
    --black-color: #000000;
    --white-color: #FFF;
    --purple-color: #240046;
}

body {
    overflow-x: hidden;
    color: var(--black-color);
    /* font-family: "Montserrat", sans-serif; */
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

img {
    max-width: 100%;
    height: auto;
}

.custom-btn {
    color: var(--black-color);
    /* font-family: "Montserrat", sans-serif; */
    font-size: 18px !important;
    font-style: normal;
    font-weight: 500 !important;
    /* line-height: 10px !important; */
    text-transform: capitalize;
    border-radius: 20px;
    padding: 10px 18px 10px !important;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    transition: all ease-in-out 0.2s;
    border-radius: 10px;
}

.yellow-btn {
    background: var(--secondary-color) !important;
}

.purple-btn {
    background: var(--purple-color);
    color: var(--white-color);
}

a {
    text-decoration: none;
}

p {
    /* font-family: "Montserrat", sans-serif; */
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
    text-transform: unset;
}

.py-t {
    padding-top: 9rem;
    padding-bottom: 5rem;
}

p.white {
    color: white;
}

header .navbar-nav {
    margin-right: 1rem;
}

/* header css */


a {
    color: inherit;
    text-decoration: none !important;
}

.nav-link {
    color: var(--white-color) !important;
    /* font-family: "Montserrat", sans-serif; */
    font-size: 18px !important;
    font-style: normal;
    font-weight: 500 !important;
    line-height: 20px;
    text-transform: capitalize;
    border-radius: 4px;
    margin: 0 8px;
    padding: 8px 0px 8px;
}

header {
    position: absolute;
    top: 13px;
    left: 0;
    right: 0;
    z-index: 9;
    background: transparent;
    height: auto;
}

/* menu css */
header#header.fixed {
    position: fixed;
    top: 0px;
    transition: all ease-in-out .7s;
}

header#header.fixed nav.navbar .nav-link.active {
    color: black;
}

header#header.fixed nav.navbar .custom-btn.orange-btn {
    background: white;
    color: var(--primary-color);
}

header#header.fixed nav.navbar .navbar-brand {
    color: white;
}

figure.amazon-box img {
    animation: movebounce 10s linear infinite;
}

figure.current-layer img {
    animation: 2s linear infinite bf-animate;
}

.loud-speaker img {
    animation: 1s linear infinite bf-animate;
}

/* menu */
header .navbar-expand-lg .navbar-nav .dropdown-menu {
    width: 100%;
    left: 0;
    right: 0;
    top: 110px;
    background: var(--white-color);
    padding: 10px;
}

header .dropdown {
    position: unset;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    background: var(--primary-color);
    color: white;
}

header .dropdown .nav-link.active {
    color: white !important;
}

header .nav-pills {
    padding: 0;
    margin: 0;
    list-style: none;
}

ul.inner-dropdown-menu.row {
    padding-left: 0px;
    list-style: none;
}


header .dropdown-item {
    /* font-weight: 500; */
    text-transform: capitalize;
    font-size: 18px;
    border-radius: 4px;
    color: black;
    /* font-family: Inter; */
    font-style: normal;
    font-weight: 500;
    /* font-family: "Montserrat", sans-serif; */
}

.dropdown-item.active,
.dropdown-item:active {
    background-color: var(--purple-color) !important;
    color: var(--white-color);
    border-color: var(--primary-color);
}

.dropdown-item:focus,
.dropdown-item:hover {
    background-color: var(--secondary-color) !important;
    color: var(--primary-color) !important;
    border-color: var(--primary-color) !important;
}


header .navbar-expand-lg .navbar-nav .dropdown-menu {
    text-align: center;
}

header .dropdown-item {
    border: 1px solid var(--black-color);
    margin: 4px auto;
    padding: 8px 0;
}

header#header.fixed .navbar-toggler {
    border-color: white;
    filter: brightness(0) invert(1);
}

.navbar-toggler:focus {
    box-shadow: none;
}

#popup_form .close span {
    position: relative;
    top: -3px;
}

.key-features-seller-card .s-para {
    height: 120px;
    overflow-y: auto;
}

#popup_form {
    backdrop-filter: blur(5px);
}

.custom-btn.orange-btn:hover {
    background: var(--primary-color);
    color: white;
    transition: all ease .3s;
}

div#step1-form button#next-to-step2:hover {
    color: white;
    background: var(--primary-color);
}

.btn-submit:hover {
    color: white !important;
    background: black;
}

.loader img {
    margin: auto;
}

.logo-w {
    display: none;
}

header#header.fixed .logo-b {
    display: none;
}

header#header.fixed .logo-w {
    display: block;
}

/* menu */

p.for-booking a:hover {
    filter: brightness(1.2);
}

.faq-parent.accordion .accordion-item:hover {
    background: #ffffff;
}

.accordion-button:hover {
    color: black;
    background: #f1f1f1;
}

.accordion-button:hover:before {
    filter: brightness(4.5) invert(1);
}

header#header.fixed nav.navbar .custom-btn.orange-btn:hover {
    color: #000000;
}

.nav-link.active,
.nav-link:hover,
.nav-link:focus,
.nav-link:hover {
    background: var(--secondary-color) !important;
    box-shadow: none;
    outline: 0;
    color: var(--purple-color) !important;
}

header#header.fixed .navbar-nav .dropdown-menu {
    background: var(--primary-color);
}

header#header.fixed .dropdown-item {
    color: white;
    border-color: white;
}

header#header.fixed .dropdown-item:focus,
header#header.fixed .dropdown-item:hover {
    background: var(--secondary-color);
    color: var(--primary-color);
    border-color: var(--secondary-color);
}

.parent-right-top-header {
    height: auto;
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 2rem;
}

.navbar {
    padding: 0 0;
    width: auto;
    height: 100%;
    align-items: center;
}

.navbar-brand {
    padding: 0;
    margin: 0;
}

header::before {
    content: "";
    right: 0;
    height: 43px;
    width: 100%;
    background: transparent;
    position: absolute;
    top: 0;
    z-index: -1;
}

.parent-right-header {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 2px;
}

.parent-right-top-header a {
    display: flex;
    gap: 12px;
    align-items: center;
    color: #FFF;
    /* font-family: "Montserrat", sans-serif; */
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
}

.parent-right-bottom-header {
    height: 100%;
}

header .container {
    height: 100%;
}

.purple-btn:hover {
    color: var(--secondary-color);
}

/* menu css */

/* header css */


/* hero section css */

.parent-hero-content {
    padding-top: 2rem;
}

.hero-sec {
    position: relative;
    z-index: 0;
    height: 650px;
    width: 100%;
    display: flex;
    align-items: center;
    /* background-size: cover; */
    /* background-repeat: no-repeat; */
    /* background-position: bottom; */
    /* background-image: url('/main/images/bottom-curve-img.png'); */
}

.heading-1 {
    color: #FFF;
    /* font-family: "Montserrat", sans-serif; */
    font-size: 45px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
}

.outer-circle {
    display: flex;
    align-items: center;
    gap: 2rem;
    margin: 1.8rem 0 1.8rem;
}

.outer-circle figure {
    margin: 0;
}

figure.hero-img-parent {
    position: absolute;
    right: 205px;
    bottom: 0px;
    transition: all linear 1s;
    animation: ball2 3s linear infinite alternate;
}


@keyframes ball2 {
    0% {
        transform: translate(20px, 0px);
    }

    100% {
        transform: translate(0px, 0px);
    }
}


figure {
    margin: 0;
}

.custom-btn.transparent-btn {
    border-radius: 10px;
    border: 1px solid #FF9E00;
    color: var(--white-color);
}

.parent-btn {
    display: flex;
    align-items: center;
    gap: 2rem;
}

/* hero section css */


/* footer css */
footer {
    /* background-image: url('/main/images/footer-bg.png'); */
    /* background-size: cover; */
    /* background-repeat: no-repeat; */
    /* background-position: top; */
    padding: 7rem 0 0;
    position: relative;
    z-index: 0;
}

ul.footer-anchar-list {
    padding: 0;
    list-style: none;
}

h6.footer-link-child {
    color: #FFF;
    /* font-family: "Montserrat", sans-serif; */
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
    margin: 0 0 1rem;
}

ul.footer-anchar-list a {
    color: #FFF;
    /* font-family: "Montserrat", sans-serif; */
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
    text-transform: capitalize;
    text-decoration: none;
}

.parent-bottom-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #FFF;
    font-family: "Montserrat", sans-serif;
    /* font-size: 16px; */
    /* font-style: normal; */
    /* font-weight: 400; */
    /* line-height: 22px; */
    /* text-transform: capitalize; */
    /* margin: 2.5rem 0 0; */
    padding: 1rem 0 1rem;
    /* border-top: 0px dashed white; */
}

.parent-bottom-footer ul {
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 2rem;
    margin: 0;
}

.parent-bottom-footer p {
    margin: 0;
}

.parent-bottom-footer ul li a,
.parent-bottom-footer p {
    color: #FFF;
    /* font-family: "Montserrat", sans-serif; */
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    text-transform: capitalize;
}

figure.footer-child-image {
    position: absolute;
    top: -120px;
    transition: all linear 1s;
    animation: ball2 2s linear infinite alternate;
}

figure.footr-logo {
    margin: 0 auto 1rem;
    text-align: center;
}

figure.accept-payment {
    border-top: 1px dashed white;
    padding: 1.5rem 0 0;
    margin: 1.5rem 0 0;
}

ul.footer-anchar-list li.bolded a {
    font-weight: 600;
}

ul.footer-anchar-list li.bolded {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 8px 0 0px;
}

.footer-link-parent {
    margin: 1rem 0 0;
}

/* footer css */

/* hero css */
figure.hero-dots {
    position: absolute;
    top: 110px;
    left: 250px;
}

figure.cross {
    position: absolute;
    left: 40px;
    top: 260px;
    z-index: -1;
}

figure.eclip {
    position: absolute;
    right: -130px;
    top: 220px;
    z-index: -1;
}

figure.eclip-top {
    position: absolute;
    top: 50px;
    left: -140px;
    z-index: -1;
}

figure.eclip-bottom {
    position: absolute;
    top: 210px;
    left: -140px;
    z-index: -1;
}

.crack-left {
    position: absolute;
    top: 220px;
    right: 620px;
}

figure.diamand {
    position: absolute;
    right: 600px;
    top: 170px;
    z-index: -1;
}

figure.crack.crack-right {
    position: absolute;
    right: 230px;
    top: 420px;
    z-index: -1;
}

figure.circle-dot {
    position: absolute;
    right: 350px;
    top: 230px;
    z-index: -1;
}


figure.cross-y {
    position: absolute;
    top: 170px;
    right: 40px;
    z-index: -1;
}

/* hero css */


/* about css */
section {
    position: relative;
    z-index: 0;
}

figure.top-layer-about {
    position: absolute;
    top: -60px;
    left: 0;
}

figure.pen-showcase {
    position: absolute;
    bottom: 0;
    left: 20px;
    transition: all linear 1s;
    animation: ball2 2s linear infinite alternate;
}

.about-img-parent {
    position: relative;
    z-index: 0;
}

figure.circle-writing {
    position: absolute;
    right: 0;
    bottom: 0;
}


figure.about-us-img img {
    width: 100%;
    animation: scroll-down 4s linear infinite;
}

@keyframes scroll-down {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    50% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
    }

    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}

.tag {
    color: #000;
    /* font-family: "Montserrat", sans-serif; */
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
    margin: 0 0 6px;
    display: inline-block;
}

.heading-2 {
    color: #000;
    /* font-family: "Montserrat", sans-serif; */
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
}

.heading-3 {
    color: #000;
    /* font-family: "Montserrat", sans-serif; */
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
}

ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

ul.about-list {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    margin: 1.5rem 0 0;
    padding: 0;
}

ul.about-list li {
    display: grid;
    align-items: center;
    gap: 10px;
    grid-template-columns: 9% 89%;
}

.about-us-sec .row {
    align-items: center;
}

ul.about-list li p {
    margin: 0;
}

.py {
    padding-top: 5rem;
    padding-bottom: 5rem;
}

.parentBtns {
    display: flex;
    align-items: center;
    gap: 2rem;
}

.about-us-sec .parentBtns {
    margin: 2rem 0 0;
}

/* our services css */
.swiper.our-services-slider {
    /* height: 555px; */
    padding: 10px 10px;
}

.our-services-card {
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 13%);
    padding: 20px;
    height: 270px;
    width: 100%;
    margin-left: auto;
    /* margin: 12px 0 12px; */
}

.our-services-card p {
    height: 88px;
    overflow-y: auto;
    padding-right: 8px;
    margin: 0;
}

.our-services-card .heading-3 {
    margin: 10px 0 10px;
}

.our-services-sec {
    /* background-image: url('/main/images/our-services-bg.png'); */
    /* background-size: cover; */
    /* background-repeat: no-repeat; */
    /* background-position: top; */
}

.tag.white {
    color: white;
}

.white {
    color: white;
}

.custom-btn.white-btn {
    background: white;
    color: black;
}

.our-services-sec .parentBtns {
    margin-top: 2rem;
}

.our-services-sec .row {
    align-items: center;
}

.our-services-card a {
    margin-top: 1rem;
    display: inline-flex;
    gap: 12px;
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
    text-decoration: none;
}

figure.top-stars {
    position: absolute;
    right: 0;
    top: 51px;
    animation: horizontal-move-two 5s linear infinite;
}

figure.bottom-stars {
    position: absolute;
    bottom: 20px;
    left: 10px;
    animation: horizontal-move-two 5s linear infinite;
}


@keyframes horizontal-move-two {
    0% {
        -webkit-transform: rotateZ(20deg);
        transform: rotateZ(20deg);
    }

    50% {
        -webkit-transform: rotateZ(-20deg);
        transform: rotateZ(-20deg);
    }

    100% {
        -webkit-transform: rotateZ(20deg);
        transform: rotateZ(20deg);
    }
}

/* our services css */

.main-heading.centered {
    text-align: center;
}

.main-heading {
    margin: 0 0 2rem;
}

.master-card-parent {
    display: grid;
    grid-template-columns: 58% 40%;
    padding: 12px 0 12px;
    align-items: center;
    justify-content: center;
    gap: 2px;
}

figure.masterful-book {
    text-align: center;
    position: relative;
    z-index: 0;
    height: 215px;
    width: 170px;
    display: flex;
    align-items: center;
    justify-content: center;
}

figure.masterful-book:before {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 100%;
    height: 100%;
    content: "";
    background: transparent;
    border: 2px solid #240046;
    z-index: -1;
}

figure.masterful-book:after {
    position: absolute;
    right: 0px;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: transparent;
    border: 2px solid #240046;
    z-index: -1;
}

.master-card {
    width: 96%;
}

span.tag-ribbons {
    background-image: url('/main/images/tag-ribbon.png');
    height: 35px;
    width: 75px;
    display: inline-flex;
    background-repeat: no-repeat;
    align-items: center;
    justify-content: center;
    color: #FFF;
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
    margin: 0 0 10px;
}

.master-card p {
    margin: 0;
}

figure.masterful-book img {
    box-shadow: 0 0 30px black;
    border-radius: 7px;
}

figure.curve-right {
    position: absolute;
    right: 0;
    top: 0;
}

.masterful-slider {
    height: auto;
}

figure.female-hand-holds-pen {
    position: absolute;
    bottom: 0;
    right: 0;
    transition: all linear 1s;
    animation: ball2 2s linear infinite alternate;
}

.parentBtns.centered-btns {
    justify-content: center;
    margin: 2rem 0 0;
}

/* process-sec css */
.py-b {
    padding-bottom: 9rem;
    padding-top: 5rem;
}

.process-card {
    display: flex;
    align-items: center;
    gap: 18px;
    position: relative;
    z-index: 0;
    height: 240px;
    width: 90%;
    padding-bottom: 3rem;
}

span.step-tag {
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
    margin: 0 0 8px;
    display: inline-flex;
}

figure.process-img {
    background: #FFF;
    filter: drop-shadow(10px 4px 5px rgba(0, 0, 0, 0.25));
    border-radius: 212px;
    width: 90px;
    height: 90px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.process-card .heading-3 {
    margin: 0;
}

.parent-dotted {
    position: absolute;
    bottom: 0;
}

figure.yellow-line {
    position: absolute;
    bottom: 22px;
    left: 50px;
    z-index: -1;
}

span.rounded-circle {
    width: 160px;
    height: 150px;
    position: absolute;
    top: 0px;
    border: 3px dotted white;
    border-bottom: 0;
    border-right: 0;
    border-top: 0;
    transform: rotate(20deg) translate(35px, 0px);
}

figure.layer-rounded {
    position: absolute;
    right: 0;
    bottom: 150px;
    z-index: -1;
    animation: horizontal-move-two 5s linear infinite;
}

@keyframes horizontal-move-two {
    0% {
        transform: scale(1.1) rotate(5deg);
    }

    50% {
        transform: scale(1.0) rotate(0deg);
    }

    100% {
        transform: scale(1.1) rotate(5deg);
    }
}

@keyframes launch {
    0% {
        transform: translateX(0%) translateY(0) rotate(0deg);
        opacity: 1;
    }

    100% {
        transform: translateX(0%) translateY(60px) rotate(0deg);
        opacity: 1;
    }
}


@keyframes bf-animate {

    0%,
    100% {
        filter: drop-shadow(0px 0px 5px #fff);
        transform: translateY(-5px)
    }

    50% {
        filter: drop-shadow(0px 0px 5px #DA6A2F);
        transform: translateY(0)
    }

    80% {
        filter: drop-shadow(0px 0px 5px #fff);
    }
}

figure.rounded-circle-img {
    position: absolute;
    top: 0;
    left: 60px;
}

/* process-sec css */


/* why-choice us css */
.why-choose-us-sec figure.services-icon {
    margin-top: -3rem;
    margin-left: -2rem;
    border-radius: 5px;
    background: #FFF;
    box-shadow: 0 4px 6.7px 0 rgba(0, 0, 0, 0.25);
    display: inline-flex;
    width: 66px;
    height: 71px;
    align-items: center;
    justify-content: center;
}

.why-choose-us-sec .swiper.our-services-slider {
    /* height: 630px; */
    padding: 32px 3px 10px 18px;
}

.why-choose-us-sec .our-services-card p {
    height: 110px;
}

figure.whu-choice-us-video-img img {
    width: 100%;
}

.cta-banner-sec {
    /* background-image: url('/main/images/cta-bg.png'); */
    /* background-repeat: no-repeat; */
    /* background-size: cover; */
    /* background-position: top; */
    height: 570px;
    display: flex;
    align-items: center;
}

.cta-banner-sec .row {
    align-items: center;
}

/* why-choice us css */
figure.woman-reading-book {
    position: absolute;
    bottom: 0px;
    right: -140px;
    transition: all linear 1s;
    animation: ball2 3s linear infinite alternate;
}

.cta-banner-sec .main-heading {
    margin: 0 0 0;
}

figure.pen-drive {
    position: absolute;
    left: 650px;
    bottom: 150px;
}

.cta-banner-sec .parent-btn {
    margin-top: 2.5rem;
}

figure.book-line {
    position: absolute;
    right: 730px;
    bottom: 90px;
}

.cta-banner-sec .container {
    position: relative;
    z-index: 0;
}

.woman-reading-book-parent {
    height: 570px;
}

figure.crack-2 {
    position: absolute;
    bottom: 190px;
    right: -70px;
    z-index: -1;
}

figure.crack-2.crack-2-left {
    right: 260px;
    bottom: 350px;
    z-index: -1;
}

figure.dots-layer {
    position: absolute;
    top: 150px;
    right: -220px;
}


figure.woman-reading-book img {
    width: 100%;
    height: 550px;
}



/* facts-sec css */

.facts-sec {
    height: 100%;
    width: 100%;
}

.choice-card {
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0 2px 7.4px 0 rgba(0, 0, 0, 0.25);
    text-align: center;
    height: 245px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 20px 20px;
}

.choice-card .heading-3 {
    margin: 0;
}

.why-choose-us-slider {
    padding: 1rem 8px;
    margin: 1rem 0 0;
}

.choice-card p {
    margin: 0;
    line-height: 24px;
}

.fact-cards {
    display: flex;
    gap: 2rem;
    justify-content: center;
    align-items: center;
}

.fact-numbers {
    display: flex;
    flex-direction: column;
}

span.counts {
    color: #FFF;
    /* font-family: "Montserrat", sans-serif; */
    font-size: 35px;
    font-style: normal;
    font-weight: 500;
    line-height: 133%;
    text-transform: uppercase;
}

span.facts-details {
    color: #FFF;
    /* font-family: "Montserrat", sans-serif; */
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
    text-transform: capitalize;
}

/* facts-sec css */

/* faqs sec */
.accordion-item {
    border-radius: 12px !important;
    border: 1px solid rgb(255 158 0) !important;
    background: #FFF;
    overflow: hidden;
    margin: 0 0 20px;
    border-radius: 12px;
    border: 1px solid #240046;
    box-shadow: 0 4px 11.4px 0 rgba(0, 0, 0, 0.25);
}

.accordion-button:not(.collapsed) {
    background: transparent;
    color: inherit;
    box-shadow: none;
    border: none !important;
    outline: none !important;
}

.accordion-body {
    padding-top: 0;
    color: black;
    /* font-family: "Montserrat", sans-serif; */
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
    text-transform: math-auto;
}

:focus-visible {
    outline: 0;
}

.accordion-button {
    color: #000 !important;
    /* font-family: "Montserrat", sans-serif; */
    font-size: 18px !important;
    font-style: normal;
    font-weight: 700;
    line-height: 133%;
    text-transform: uppercase;
    padding: 10px 10px 10px 20px !important;
}

.accordion-button:focus {
    box-shadow: none;
    border-color: inherit;
}

.accordion-button::after {
    background-image: url('/main/images/plus-faq.png') !important;
    border-radius: 5px;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    width: 40px !important;
    height: 40px !important;
}

.accordion-button:not(.collapsed)::after {
    background-image: url('/main/images/minus-faq.png') !important;
}

.faq-sec {
    /* background-image: url('/main/images/faq-bg.png'); */
    /* background-size: cover; */
    /* background-repeat: no-repeat; */
    /* background-position: bottom; */
}

/* faqs sec */


/* testimonial css */

.review-slider .swiper-slide.swiper-slide-active .review-card {
    background: #240046;
}

.review-card {
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0 4px 11.4px 0 rgba(0, 0, 0, 0.25);
    padding: 22px;
}

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

.client-details h6 {
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
    margin: 0;
}

figure.client-profile {
    margin: -70px 0 0 !important;
}

.review-slider {
    padding: 3.5rem 0 3rem !important;
    width: 100%;
    margin: 0rem 1rem 0rem;
}

span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #240046 !important;
    width: 20px;
    height: 20px;
    opacity: 1;
}

.swiper-pagination.swiper-pagination-clickable {
    display: flex;
    align-items: center;
    justify-content: center;
}

span.swiper-pagination-bullet {
    border-radius: 14px;
    opacity: 0.2;
    background: #240046;
}

.review-slider .swiper-slide.swiper-slide-active .review-card * {
    color: white;
}

.review-slider .swiper-slide .review-card p {
    height: 130px;
    overflow-y: auto;
    padding-right: 6px;
}

.review-slider .swiper-wrapper .swiper-slide:nth-child(even) {
    margin-top: 2rem;
}

figure.fountain-pen {
    position: absolute;
    bottom: 3rem;
    left: 3rem;
    transition: all linear 1s;
    animation: ball2 2s linear infinite alternate;
}

.bottom-footer {
    border-top: 1px solid white;
    margin: 4rem 0 0;
}

.content-footer-cta p {
    color: white;
    font-size: 14px;
}


/* form css */

.cta-sec {
    background: black;
    height: 350px;
    display: flex;
    align-items: center;
    margin-top: 3rem;
}

figure.cta-girl {
    position: absolute;
    right: 20px;
    bottom: 0;
    transition: all linear 1s;
    animation: ball2 2s linear infinite alternate;
}


.email-subscribe {
    position: relative;
    z-index: 0;
    width: 100%;
    margin-right: auto;
    margin-top: 1.5rem;
}

.email-subscribe .custom-btn {
    position: absolute;
    right: 6px;
    top: 6px;
    height: 43px;
    padding: 0 10px;
}

.email-subscribe input {
    border-radius: 0;
    background: #FFF;
    height: 55px;
    width: 100%;
    border: 0px solid #202B50;
    border-radius: 10px;
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
}

.form-check-input[type=checkbox] {
    height: 16px;
}

.email-subscribe form {
    position: relative;
    z-index: 0;
}

.yellow-btn:hover {
    background: #ffb84e;
}

.row-two-heading {
    margin-top: 1.5rem;
}

/* form css */


/* inner pages css */

.hero-sec.inner-hero-banner {
    text-align: center;
    /* background-image: url('/main/images/inner-hero-sec-bg.png'); */
    height: auto;
    padding: 12rem 0 12rem;
}

.hero-sec.inner-hero-banner p {
    width: 73%;
    margin: auto;
}

/* inner services css */
.inner-services-card {
    position: relative;
    z-index: 0;
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0 4px 11.4px 0 rgba(0, 0, 0, 0.25);
    padding: 0;
    border: 0px solid red;
    height: 475px;
}

span.number-counter {
    color: #240046;
    text-align: center;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
    opacity: 0.2;
}

.inner-services-card p {
    height: 155px;
    overflow-y: auto;
    margin: 0;
}

.inner-services-slider {
    padding: 14px 10px !important;
}

.inner-services-slider .swiper-wrapper,
.inner-services-slider .swiper-wrapper {
    transition-timing-function: linear !important;
}

.inner-card-content {
    height: auto;
    width: 100%;
    padding: 10px;
    text-align: center;
}

figure.inner-card-img img {
    width: 100%;
}

/* inner services css */


/* forth-pillar-sec css */
.forth-pillar-sec {
    background-image: url('/main/images/forth-pillar-card-bg.png');
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
}

span.pillar-number-counter {
    background: white;
    width: 120px;
    height: 120px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 320px;
    color: #240046;
    text-align: center;
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
    margin: 0 0 14px;
}

.forth-pillar-parent {
    position: relative;
    z-index: 0;
}

.forth-pillar-parent:before {
    position: absolute;
    content: "";
    background-image: url('/main/images/forth-pillar-slider.png');
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    height: 140px;
    left: 60px;
    right: 0;
    top: 20px;
    z-index: -1;
}

.forth-pillar-slider .swiper-wrapper .swiper-slide:nth-child(even) .pillar-card {
    margin-top: 5rem;
}

/* forth-pillar-sec css */

/* services-list css */
a.btn.custom-btn.transparent-btn.black {
    color: black;
}

ul.services-list li {
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 50px;
    text-transform: capitalize;
}

ul.services-list {
    margin: 1rem 0 1rem;
    list-style: disc;
    padding-left: 1.3rem;
}

.about-services-list .row {
    justify-content: space-between;
    align-items: center;
}

figure.feature {
    position: absolute;
    right: 0;
    bottom: -53px;
}

/* services-list css */

.masterful-sec-inner .masterful-sec {
    background-image: url('/main/images/masterful-sec-inner-bg.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    height: 100%;
    width: 100%;
    padding-top: 9rem;
}

.masterful-sec-inner .masterful-sec * {
    color: white;
}

.masterful-sec-inner .masterful-sec span.tag-ribbons {
    color: #240046;
    background-image: url('/main/images/tag-ribbon-white.png');
}

.masterful-sec-inner .masterful-sec .parentBtns {
    display: none;
}

.masterful-sec-inner .masterful-sec figure.masterful-book:before {
    border-color: white;
}

.masterful-sec-inner .masterful-sec figure.masterful-book:after {
    border-color: white;
}

.masterful-sec-inner .masterful-sec figure.female-hand-holds-pen {
    display: none;
}

.masterful-sec-inner .masterful-sec figure.curve-right {
    display: none;
}

figure.services-list-img {
    text-align: end;
}

figure.services-list-img img {
    width: 100%;
}

.inner-process-sec .process-sec * {
    color: black;
}

.inner-process-sec .process-sec {
    background: no-repeat;
}

.inner-process-sec .process-sec figure.rounded-circle-img img {
    filter: brightness(0) invert(0);
}

.inner-process-sec .process-sec {
    padding-bottom: 4rem;
}

.inner-process-sec {
    position: relative;
    z-index: 0;
}

figure.multi-pens {
    position: absolute;
    bottom: 0;
    left: 0;
    animation: ball2 2s linear infinite alternate;
}

.inner-process-sec figure.top-layer-about {
    top: 0;
}

.why-choose-us-sec .swiper.our-services-slider .swiper-slide.swiper-slide-active .our-services-card {
    background: #240046;
}

.why-choose-us-sec .swiper.our-services-slider .swiper-slide.swiper-slide-active .our-services-card * {
    color: white;
}



/* contact */
.contact-card-row {
    padding-top: 1rem;
}

/* conatct css */
.contact-sec {
    padding: 8rem 0 4rem;
    /* overflow-x: hidden; */
    position: relative;
    z-index: 0;
}

.contact-card {
    border-radius: 10px;
    background: #FFD0B8;
    padding: 2rem 25px;
}

.contact-card h3 {
    color: #000;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 31.2px;
    /* font-family: "Montserrat", sans-serif; */
}

ul.contact-list {
    padding: 0;
    list-style: none;
    display: flex;
    align-items: start;
    flex-direction: column;
    gap: 25px;
    margin: 2rem 0 0rem;
}

.contact-card p {
    color: #333;
}

ul.contact-list li {
    display: flex;
    align-items: center;
    gap: 10px;
}

ul.contact-list li p {
    margin: 0;
}

ul.contact-list a {
    color: #333;
    font-family: Inter;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
}

.contact-card-row {
    padding-top: 1rem;
}

section.iframe-map {
    overflow-x: hidden;
    position: relative;
    z-index: 0;
}

.contact-sec figure.mic-outer {
    top: 60px;
}

.child-check-boxes {
    display: grid;
    grid-template-columns: 32% 32% 32%;
    align-items: center;
}


.Work-form-parent label.form-label,
.Work-form-parent h6 {
    color: #333;
    /* font-family: "Montserrat", sans-serif; */
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
    /* 187.5% */
    margin-top: 1rem;
}

.Work-form-parent .form-check-input {
    margin-bottom: 2rem;
    border-radius: 0px;
    border: 1px solid #CCC !important;
    /* background-color: #FFF; */
    height: 20px;
    width: 20px;
}

.child-check-boxes label.form-check-label {
    color: #333;
    text-align: center;
    /* font-family: "Montserrat", sans-serif; */
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 6px;
}

.child-check-boxes .form-check-input[type=checkbox] {
    width: 22px;
    height: 22px;
    flex-shrink: 0;
    border-radius: 2px;
    border: 1px solid #CCC;
}

.child-check-boxes .form-check {
    display: flex;
    align-items: start;
    gap: 10px;
    margin: 0;
    line-height: normal;
    min-height: auto;
    height: 40px;
}

.form-check-input:checked {
    background-color: #240046DD !important;
}

.form-check-input:focus {
    border-color: #fff;
    outline: 0;
    box-shadow: 0 0 0 0rem rgba(13, 110, 253, .25);
}

.parent-check-boxes {
    margin-bottom: 0rem;
}

.form-check.bottom-check {
    margin-top: 1rem;
}

.form-check.bottom-check label.form-check-label {
    color: #333;
    /* font-family: "Montserrat", sans-serif; */
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-top: 4px;
    margin-left: 10px;
}

.form-check.bottom-check label.form-check-label a {
    color: #f90;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}

.Work-form-parent .custom-btn.big.white {
    background: #000;
    border-color: #000;
    color: white;
}

span.top-line {
    width: 100%;
    height: 2px;
    background: #240046;
    display: flex;
    position: relative;
    z-index: 0;
    top: -7px;
}

span.top-line:before {
    position: absolute;
    z-index: 0;
    left: 0;
    top: -5px;
    right: unset;
    width: 12px;
    height: 12px;
    transform: rotate(45deg);
    content: "";
    background: #240046;
}

span.top-line:after {
    position: absolute;
    z-index: 0;
    left: unset;
    top: -5px;
    right: 0;
    width: 12px;
    height: 12px;
    transform: rotate(45deg);
    content: "";
    background: #240046;
}

.Work-form-parent textarea {
    height: 180px;
}

.form-control:focus {
    color: var(--bs-body-color);
    background-color: var(--bs-body-bg);
    border-color: #240046;
    outline: 0;
    box-shadow: 0 0 0 0rem rgba(13, 110, 253, .25);
}

.inner-banner {
    padding-top: 3rem;
}

.email-subscribe .form-check-input[type=checkbox] {
    width: 14px;
    height: 14px;
    border-color: white;
}

.Work-form-parent input {
    height: 45px;
}

/* contact */


div#google_translate_element {
    width: auto;
    position: fixed;
    z-index: 3;
    bottom: 10px;
    right: 10px;
    background: #ffffff;
    padding: 6px 6px;
}

.why-choose-us-sec .our-services-card {
    margin: 2px 0 2px;
}

figure {
    margin: 0 0 0rem !important;
}

.accordion-button:not(.collapsed) {
    background-color: #f1f1f1 !important;
}


.accordion-button:not(.collapsed) {
    box-shadow: none !important;
}

.inner-process-sec .hero-background {
    display: none;
}


.custom-btn.transparent-btn:hover {
    color: white;
    border-color: initial;
}

.parent-right-top-header .parent-logo-header {
    display: none;
}


.navbar-toggler:focus {
    box-shadow: none !important;
}

.accordion-item {
    margin: 0 0 12px;
}

/* inner pages css */