*,
::after,
::before {
    box-sizing: border-box;
}
body {
    margin: 0;
    /* font-family: var(--bs-body-font-family); */
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
}
dl,
ol,
ul {
    margin-top: 0;
    margin-bottom: 1rem;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    /* margin-bottom: .5rem; */
}
p {
    margin-top: 0;
}
button,
.contact-form form .form-control {
    font-family: Poppins, sans-serif;
}
.container {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    width: 100%;
    /* padding-right: calc(var(--bs-gutter-x)* .5); */
    /* padding-left: calc(var(--bs-gutter-x)* .5); */
    padding-inline: 12px;
    margin-right: auto;
    margin-left: auto;
    /* border: 1px solid; */
}
.navbar {
    position: relative;
    display: flex;

    align-items: center;
}
.navbar-nav {
    display: flex;
    flex-direction: column;
}
.nav-link {
    display: block;
    text-decoration: none;
    background: 0 0;
    border: 0;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out;
}
.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    /* margin-top: calc(-1 * var(--bs-gutter-y)); */
    margin-top: 0;
    /* margin-right: calc(-.5 * var(--bs-gutter-x)); */
    /* margin-left: calc(-.5 * var(--bs-gutter-x)); */
    margin-inline: -12px;
}
.row > * {
    flex-shrink: 0;
    /* width: 100%;
    max-width: 100%; */
    /* padding-right: calc(var(--bs-gutter-x) * .5); */
    /* padding-left: calc(var(--bs-gutter-x) * .5); */
    padding-inline: 12px;
    /* margin-top: var(--bs-gutter-y); */
    margin-top: 0;
}
.row > * > * {
    /* border: 1px solid red !important; */
}
.form-control {
    display: block;
    width: 100%;
}
.relative {
    position: relative;
}
.static {
    position: static !important;
    transform: none !important;
    font-size: inherit !important;
    color: #fff !important;
}
.light_btn.default-btn {
    padding: 11.5px 35px 11px 35px;
}
.light_btn .static {
    color: var(--vid-primary-color) !important;
}
.light_btn.default-btn:hover .static {
    color: #fff !important;
}
.mb-3 {
    margin-bottom: 1rem !important;
}
.d-flex {
    display: flex;
}
.d-block {
    display: block;
}
.d-inline-block {
    display: inline-block;
}
.flex-column {
    flex-direction: column;
}
.align-items-start {
    align-items: start;
}
.align-items-center {
    align-items: center;
}
.justify-content-center {
    justify-content: center;
}
.justify-content-end {
    justify-content: flex-end;
}
.text-center {
    text-align: center;
}
.text-end {
    text-align: end;
}
.h-100 {
    height: 100% !important;
}
.navbar-brand {
    margin-right: 1rem;
    color: rgba(0, 0, 0, 1);
    text-decoration: none;
    white-space: nowrap;
    display: flex;
    align-items: center;
}
.navbar-brand > span {
    font-size: 17px;
    font-weight: 600;
    color: #0c0c0c;
    padding-left: 4px;
}
img {
    max-width: 100%;
    height: auto;
}
.digital-agency-banner.digital-agency-banner-video::before {
    /* content: none; */
    background-color: #00000016;
}
.owl-carousel .owl-item img {
    width: auto;
}
.features-area {
    background-color: #f4f6fc;
}
.features-box {
    border-color: #e2e4f1;
    height: 100%;
    margin-bottom: 0;
}
.features-area__service .features-box {
    padding: 0 !important;
}
.features-box .hover_img,
.features-box:hover .block_img {
    display: none;
}
.features-box:hover .hover_img,
.features-box .block_img {
    display: block;
}
.feature__box_space {
    height: 100%;
    padding-bottom: 30px;
}
.feature__box_media > img {
    height: 250px;
    width: 100%;
    object-fit: cover;
}
.features-area__service .features-box .back-icon {
    right: -63px;
    bottom: -94px;
    top: auto;
}
.feature__box_content {
    padding: 20px;
}
.testimonials-slides-two .party_logo {
    text-align: center;
    margin-top: -1rem;
}
.testimonials-slides-two .party_logo img {
    width: 200px;
    margin: 0 auto;
}
.testimonials-slides-two .section-title.text-left .sub-title {
    text-align: center;
}
.testimonials-slides-two.owl-theme .owl-nav.disabled + .owl-dots {
    text-align: center;
}
.single-testimonials-box::before {
    bottom: auto;
    top: 110px;
}
.default-btn-gap {
    gap: 6px;
}
.digital-agency-banner.digital-agency-banner-video video.media_video {
    height: 100%;
    width: 100%;
    object-fit: cover;
    /* object-fit: fill; */
    object-position: center;
    position: relative;
    height: calc(100dvh - 160px);
}
.video-top-space {
    margin-top: -120px;
    z-index: 1;
    position: relative;
    padding-inline: 16px;
}
/* services */
.page-title-area {
    padding-block: 80px;
    background: linear-gradient(90deg, #ecf2f6, #ecf2f600 70.31%);
    position: relative;
    z-index: 1;
}
.page-title-area::before {
    content: none;
}
.page-title-content {
    text-align: left;
}
body .page-title-content > h2,
body .page-title-content p {
    display: inline-block;
    font-weight: 500;
    font-size: 16px;
    margin-right: 22px;
    position: relative;
}
.page-title-content > h2 {
    color: #999fae;
}
.page-title-content > h2::after {
    content: ".";
    font-size: 18px;
    position: absolute;
    right: -15px;
    top: -5px;
    color: #999fae;
}
.page-title-content > p {
    color: #212529;
}
.shape14,
.shape15,
.shape16,
.shape17,
.shape18 {
    z-index: -1;
}
.footer-area {
    padding-top: 40px !important;
}
.single-footer-widget {
    margin-bottom: 20px !important;
}
.copyright-area {
    padding-block: 16px !important;
}
/* Contact */
.contact-info .contact-info-content .social li a {
    display: flex;
    align-items: center;
    justify-content: center;
}
/* responsive menu */
.menu_bar_header {
    z-index: 3;
    position: relative;
    display: none;
}
@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}

/*  */
.payment-logo__style {
    display: inline-block;
    margin-top: -55px;
    border-radius: 2px;
    box-shadow: 7px 7px 0px 0px #601ca3;
    border: 1px solid #f0e0ff;
    margin-bottom: 50px;
}

.contact-areap- .bg_bio_area {
    /* background-color: #eddaff; */
    /* border-radius: 0 0 100% 100%; */
    display: flex;
    align-items: center;
    justify-content: center;
}
.data-services-title {
    margin-bottom: 35px;
    color: #fff;
}
.single-pricing-table .price > .span {
    font-size: 32px;
}
.text-normal {
    text-transform: math-auto;
}
/*  */
.mar-3 {
    margin-right: 3rem;
}
.pb-100,
.ptb-100 {
    padding-bottom: 40px !important;
}
.pt-100,
.ptb-100 {
    padding-top: 40px !important;
}
.pb-50 {
    padding-bottom: 50px;
}
.pt-60 {
    padding-top: 60px;
}
.digital-agency-banner {
    /* height: calc(100dvh - 140px); */
    height: 100%;
}
.digital-agency-banner {
    background-image: none;
}
.digital-agency-banner-image {
    background-image: url("../images/services/Leadership Concierge.jpeg");
    height: calc(100dvh - 160px);
}
.digital-agency-banner-image::after {
    content: "";
    /* background-image: linear-gradient(#00000096, #ffffff14); */
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.image_after {
    position: relative;
    z-index: 1;
}
.digital-agency-banner-image .digital-agency-banner-content {
    max-width: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.digital-agency-banner-image .digital-agency-banner-content h1 {
    font-size: 80px;
    font-weight: bold;
    margin-bottom: 12px;
    line-height: 1.2;
    text-align: center;
}
.digital-agency-banner-image .digital-agency-banner-content p {
    text-align: center;
    font-size: 24px;
    line-height: 2;
}
.whatsapp_btn {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    text-align: center;
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 9;
    filter: alpha(opacity = 0);
    cursor: pointer;
    background-color: #17980e;
    border: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

/*  */
.service-main__heading {
    background-color: #f4f6fc;
    padding-block: 40px;
}
.service-headn__content h1 {
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 0px;
    line-height: 1.4;
    text-align: center;
}
.service-headn__content h1 > span {
    display: block;
    color: #601ca3;
}
/*  */
.payment-info__box {
    width: 800px;
    height: auto;
    display: none;
    background: orange;
    margin: 0 auto;
    margin-top: 3%;
    overflow: hidden;
    transition: all 0.2s ease-in-out;
}

/* flip animation */
/* .flip__txt {
    display: flex;
    position: relative;
    height: 99px;
}
#text1,
#text2 {
    position: absolute;
    width: 100%;
    height: 100px;
    display: inline-block;
    text-align: center;
    user-select: none;
} */
#flip {
    height: 100px;
    overflow: hidden;
}

#flip > div > div {
    color: #8000ff;
    padding: 4px 12px;
    height: 90px;
    margin-bottom: 10px;
    display: inline-block;
}

#flip div:first-child {
    animation: show 5s linear infinite;
}

/* courses */
.hero-banner-image > img {
    height: 100dvh;
    object-fit: cover;
}
.hero-banner-image::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    background-color: #000;
    opacity: .3;
    transition: background .3s, border-radius .3s, opacity .3s;
}
.banner_content__block {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    color: #fff;
    z-index: 2;
}
.banner_content__text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}
.banner_content__text h1 {
    color: #eefaff;
    /* font-family: "DM Sans", Sans-serif; */
    font-size: 110px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: -3px;
    text-shadow: 0px 0px 100px rgba(0, 0, 0, .68);
    margin-bottom: 20px;
}
.banner_content__text h1 span {
    display: block;
    color: #fff;
    font-size: 56px;
    line-height: 16px;
    letter-spacing: -3px;
    -webkit-text-stroke-color: #000;
    stroke: #000;
    text-shadow: 0px 0px 100px rgba(0, 0, 0, .68);
}
.banner_content__text p {
    text-align: left;
    color: #fff;    
    font-size: 20px;
    line-height: 24px;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, .97);
    width: 50%;
}
.partner-area__blc .partner-title h3 {
    color: #0201016E;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 20px;
}
.partner-area__blc .single-partner-item img {
    width: 79%;
    opacity: .41;
    vertical-align: middle;
    display: block;
    margin: 0 auto;
    height: auto;
    max-width: 100%;
    border: none;
}
.partner-area__blc .single-partner-item {
    margin-bottom: 10px;
}
.courses_main .lets-talk-content h2 {
    margin-bottom: 50px;
}
.course__box_space .features-box {
    padding: 10px;
    border-color: #eee;
    transition: transform .3s ease, box-shadow .3s ease;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, .2);
}
.course__box_space .feature__box_media img {
    border-radius: 5px;
}
.course__box_space .feature__box_content {
    padding: 0;
}
.course__box_space .feature__box_content h3 {
    padding-block: 10px;
    margin: 10px 0;
    color: #333;
    font-size: 1.2em;
    font-weight: 500;
    line-height: 1em;
}
.course__box_space .feature__box_content p {
    color: #000;
}
.btn__enroll {
    display: inline-block;
    background-color: #8000ff;
    color: #fff;
    border: none;
    padding: 10px 20px;
    text-align: center;
    margin-top: auto;
    cursor: pointer;
    border-radius: 4px;
    width: 100%;
}
.bg-8000ff {
    background-color: #8000ff;
}
.social-media-area__blc .lets-talk-content {
    padding-bottom: 40px;
}
.social-media-area__blc .lets-talk-content h2 {
    margin-bottom: 12px;
    /* color: #fff; */
    line-height: 1;
}
.social-media-area__blc .lets-talk-content > span {
    /* color: #fff; */
}
.single-partner-item__social .single-partner-item .single-partner___media {

}
.single-partner-item__social .single-partner-item p a {
    display: block;
    color: #000;
    font-weight: 600;
    line-height: 1em;
    font-size: 22px;
}
.bg-8000ff .single-partner-item__social .single-partner-item p a,
.bg-8000ff.social-media-area__blc .lets-talk-content > span,
.bg-8000ff.social-media-area__blc .lets-talk-content h2 {
    color: #fff;
}
/* others */
.overflow-hidden {
    overflow: hidden;
}
.ribbon__tag {
    background: #37c037;    
    position: absolute;
    line-height: 1.5;
    right: -60px;
    top: 20px;
    transform: rotate(50deg);
}
.ribbon__tag span {
    display: block;
    color: #fff;
    font-size: 14px;
    padding: 0px 60px;
    display: inline-block;
    text-align: center;
}
.service-block__home .section-title {
    max-width: 100%;
    text-align: left;
    margin-bottom: 0;
}
.service-block__home {
    z-index: 1;
}
.service-block__home::before {
    position: absolute;
    left: 0;
    content: "";
    top: 0;
    width: 35%;
    height: 215%;
    z-index: -1;
    background-color: #8000ff1e;
    transform: skewY(62deg);
    width: 30%;
}
@keyframes show {
    0% {
        margin-top: -270px;
    }
    5% {
        margin-top: -180px;
    }
    33% {
        margin-top: -180px;
    }
    38% {
        margin-top: -90px;
    }
    66% {
        margin-top: -90px;
    }
    71% {
        margin-top: 0px;
    }
    99.99% {
        margin-top: 0px;
    }
    100% {
        margin-top: -270px;
    }
}

@media (min-width: 576px) {
    .container,
    .container-sm {
        max-width: 540px;
    }
}
@media (min-width: 768px) {
    .container,
    .container-md,
    .container-sm {
        max-width: 720px;
    }
    .navbar-expand-md {
        flex-wrap: nowrap;
        justify-content: flex-start;
    }
    .navbar-collapse {
        flex-basis: 100%;
        flex-grow: 1;
        align-items: center;
    }
    .collapse:not(.show) {
        display: none;
    }
    .navbar-expand-md .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }
    .navbar-expand-md .navbar-nav {
        flex-direction: row;
    }
}
@media (min-width: 992px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm {
        max-width: 960px;
    }
}
@media (min-width: 1200px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1140px;
    }
}
@media (min-width: 1400px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1320px;
    }
}
@media screen and (max-width: 992px) {
    .menu_bar_header {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        margin: 0;
        overflow: hidden;
        visibility: hidden;
        z-index: 999;

        width: 0px;
        height: 100dvh;
        position: fixed;
        -webkit-transition: all 300ms linear 0ms;
        -khtml-transition: all 300ms linear 0ms;
        -moz-transition: all 300ms linear 0ms;
        -ms-transition: all 300ms linear 0ms;
        -o-transition: all 300ms linear 0ms;
        transition: all 300ms linear 0ms;
        -webkit-transform: translateX(-100%);
        -khtml-transform: translateX(-100%);
        -moz-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        -o-transform: translateX(-100%);
        transform: translateX(-100%);
    }
    .responsive-menu {
        z-index: 999;
        visibility: visible;
        width: 260px;
        display: block;
        transform: translateX(0%);
    }
    .mean-container {
        display: flex;
        align-items: center;
    }
    .mean-container .white-logo > a {
        display: flex;
        align-items: center;
    }
    .menu-hamburger {
        margin-left: auto;
    }
    .container_content {
        height: 100%;
    }
    .menu_header__wrap {
        overflow: hidden;
        height: 100%;

        padding: 0;
        background-color: #fff;

        z-index: 1001;
        top: 0;
        height: 100%;
        left: 0;
        right: 0;
        -webkit-transition: all 300ms linear 0ms;
        -khtml-transition: all 300ms linear 0ms;
        -moz-transition: all 300ms linear 0ms;
        -ms-transition: all 300ms linear 0ms;
        -o-transition: all 300ms linear 0ms;
        transition: all 300ms linear 0ms;
        -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.22);
        -khtml-box-shadow: 0 0 12px rgba(0, 0, 0, 0.22);
        -moz-box-shadow: 0 0 12px rgba(0, 0, 0, 0.22);
        -ms-box-shadow: 0 0 12px rgba(0, 0, 0, 0.22);
        -o-box-shadow: 0 0 12px rgba(0, 0, 0, 0.22);
        box-shadow: 0 0 12px rgba(0, 0, 0, 0.22);
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 10px 26px 30px 16px;
    }
    .menu_header_lists {
        display: flex;
        flex-direction: column;
        gap: 0px;
        position: relative;
        width: 100%;
        align-items: normal;
        list-style-type: none;
        padding: 0;
        margin: 0;
    }
    .menu_header__links {
        position: relative;
    }
    .menu_header_lists .menu_header__links a {
        color: #0c0c0c;
        display: block;
        padding: 0;
        line-height: 40px;
        font-size: 15px;
        font-weight: 500;
        border-bottom: 1px solid #ebebeb;
        transition: all 300ms linear 0ms;
    }
    .menu_header_lists .menu_header__links:nth-last-of-type(1) a {
        border-bottom: 0;
    }
    .mean-container .white-logo > a > img {
        width: 60px;
    }
    .mean-container .white-logo > a > span {
        font-size: 16px;
        font-weight: 600;
        color: #0c0c0c;
        padding-left: 4px;
    }
    .lets-talk-content {
        text-align: start !important;
    }
    .others-options {
        margin-left: 1rem;
    }
    /* courses */
    .banner_content__text h1 {
        font-size: 98px;
        letter-spacing: -2px;
    }
    .banner_content__text h1 span {
        font-size: 44px;
        line-height: 30px;
    }
    .banner_content__text p {
        width: 80%;
        font-size: 18px;
    }
}
@media screen and (max-width: 768px) {
    body .digital-agency-banner-content {
        text-align: left;
    }
    body .default-btn {
        padding: 13px 25px;
    }
    .footer-order-1 {
        order: 1;
    }
    .footer-order-2 {
        order: 2;
    }
    .footer-order-3 {
        order: 3;
    }
    .single-footer-widget > h3 {
        display: none;
    }
    .feature__box_media > img {
        height: 200px;
    }
    .mar-3 {
        margin-right: 0;
    }
    .service-headn__content h1 {
        font-size: 28px;
    }
    /* courses */
    .banner_content__text h1 {
        font-size: 65px;        
    }
    .banner_content__text p {
        width: 90%;
        font-size: 14px;
    }
    .partner-area__blc .partner-title {
        margin-bottom: 0;
    }
    .service-block__home::before {
        content: none;
    }
    .service-block__home .section-title {
        margin-top: 1.5rem;
    }
}
@media screen and (max-width: 576px) {
    .navbar-area,
    .navbar-area.is-sticky {
        padding-block: 4px;
    }
    .justify-content-sm-start {
        justify-content: flex-start;
    }
    .dots-container {
        bottom: 0;
    }
    .party_logo img {
        width: 150px;
    }
    .single-testimonials-box .client-info img {
        width: 80px;
        height: 80px;
    }
    body .single-testimonials-box .section-title {
        margin-bottom: 20px;
    }
    .single-testimonials-box::before {
        bottom: 40px;
        top: auto;
        right: 25px;
    }
    body .footer-area .single-footer-widget {
        text-align: center;
    }
    body .footer-area .single-footer-widget.text-end,
    body .footer-area .single-footer-widget.text-end .text-end {
        text-align: center;
    }
    body .footer-area .single-footer-widget.text-end .text-end {
        margin-top: 0;
    }
    .single-footer-widget .services-list li a {
        font-size: 14px;
        padding-inline: 4px;
    }
    body .copyright-area {
        margin-top: 10px;
    }
    .copyright-area p {
        font-size: 14px;
        letter-spacing: normal;
    }
    .order-1 {
        order: 1;
    }
    .order-2 {
        order: 2;
    }
    .order-3 {
        order: 3;
    }
    /* courses */
    .banner_content__text p {
        width: 100%;
    }
    .courses_main .lets-talk-content h2 {
        margin-bottom: 24px;
    }
}

@media screen and (max-width: 480px) {
    .mean-container .white-logo > a > span {
        font-size: 13px;
        line-height: 18px;
    }
    .service-headn__content h1 {
        font-size: 24px;
    }
}
