    /********** Template CSS **********/
    
    .fm-secondary {
        font-family: 'Quickbrush';
    }
    .page-title {
        color: #212529;
        background-color: #f5f8fc;
        padding: 25px 0;
        position: relative;
    }
    .page-title .breadcrumbs ol {
        display: flex ;
        flex-wrap: wrap;
        list-style: none;
        padding: 0;
        margin: 0;
        font-size: 14px;
        font-weight: 400;
    }
    .page-title .breadcrumbs ol li+li {
        padding-left: 10px;
    }
    .page-title .breadcrumbs ol li+li::before {
        content: "/";
        display: inline-block;
        padding-right: 10px;
        color: color-mix(in srgb, #212529, transparent 70%);
    }
    .contact-2 .info-item {
        background-color: #ffffff;
        padding: 20px 0 30px 0;
        box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    }
    .contact-2 .info-item i {
        font-size: 20px;
        color: #0A4DB9;
        width: 56px;
        height: 56px;
        font-size: 24px;
        display: flex ;
        justify-content: center;
        align-items: center;
        border-radius: 4px;
        transition: all 0.3s ease-in-out;
        border-radius: 50%;
        border: 2px dotted 
    color-mix(in srgb, #0a4db8, transparent 40%);
    }
    .contact-2 .info-item h3 {
        font-size: 18px;
        font-weight: 500;
        margin: 10px 0;
    }
    .contact-2 .info-item p {
        padding: 0;
        margin-bottom: 0;
        font-size: 14px;
    }

    @font-face {
        font-family: 'Quickbrush';
        src: url('../css/fonts/Quickbrush.eot');
        src: url('../css/fonts/Quickbrush.eot?#iefix') format('embedded-opentype'), url('../css/fonts/Quickbrush.woff2') format('woff2'), url('../css/fonts/Quickbrush.woff') format('woff'), url('../css/fonts/Quickbrush.ttf') format('truetype');
        font-weight: normal;
        font-style: normal;
    }
    
    @font-face {
        font-weight: 400;
        font-display: swap;
        font-family: "Meta-font";
        src: url(fonts/SharpGroteskCyrBook.woff2) format("woff2"), url(fonts/SharpGroteskCyrBook.woff) format("woff");
    }
    
    @font-face {
        font-weight: 500;
        font-display: swap;
        font-family: "Meta-font";
        src: url(fonts/SharpGroteskCyrMedium.woff2) format("woff2"), url(fonts/SharpGroteskCyrMedium.woff) format("woff");
    }
    
    @font-face {
        font-weight: 600;
        font-display: swap;
        font-family: "Meta-font";
        src: url(fonts/SharpGroteskCyrSmBold.woff2) format("woff2"), url(fonts/SharpGroteskCyrSmBold.woff) format("woff");
    }
    
    @font-face {
        font-weight: 700;
        font-display: swap;
        font-family: "Meta-font";
        src: url(fonts/SharpGroteskCyrBold.woff2) format("woff2"), url(fonts/SharpGroteskCyrBold.woff) format("woff");
    }
    
     :root {
        --primary: #0099f1;
        --secondary: #febd55;
        --light: #F4F7FE;
        --dark: #000;
    }
    
    body {
        font-family: "Meta-font";
        overflow-x: hidden;
        font-size: 16px;
        font-weight: 400;
        color: #000;
    }
    
    strong,
    b {
        font-weight: 600;
    }
    
    ul,
    ol {
        list-style: none;
        margin: 0;
        padding: 0;
    }
    
    p {
        font-size: 16px;
    }
    
    .testimonials_sec .border-primary {
        border-color: #29aaf4 !important;
    }
    /*** Spinner ***/
    
    #spinner {
        opacity: 0;
        visibility: hidden;
        transition: opacity .5s ease-out, visibility 0s linear .5s;
        z-index: 99999;
    }
    
    #spinner.show {
        transition: opacity .5s ease-out, visibility 0s linear 0s;
        visibility: visible;
        opacity: 1;
    }
    
    .back-to-top {
        position: fixed;
        display: none;
        right: 45px;
        bottom: 45px;
        z-index: 99;
    }
    
    .chaitanyam-text {
        font-size: 40px !important;
        letter-spacing: .35px;
    }
    
    .conatct-list-meta li:first-child a {
        text-decoration: underline;
        font-weight: 400;
    }
    
    .sub-title {
        font-size: 18px;
        margin-bottom: 15px;
    }
    /*** Heading ***/
    
    h6,
    .h6,
    h5,
    .h5,
    h4,
    .h4,
    h3,
    .h3,
    h2,
    .h2,
    h1,
    .h1 {
        font-family: 'Meta-font', sans-serif;
        font-weight: 600;
    }
    
    .title_sec_meta .headign_title {
        font-size: 45px;
    }
    
    .transform_meta_t {
        font-weight: 600;
        font-size: 2.2rem;
    }
    /*** Button ***/
    
    .btn {
        font-weight: 500;
        transition: .5s;
    }
    
    .btn-square {
        width: 38px;
        height: 38px;
    }
    
    .btn-sm-square {
        width: 32px;
        height: 32px;
    }
    
    .btn-lg-square {
        width: 48px;
        height: 48px;
    }
    
    .btn-square,
    .btn-sm-square,
    .btn-lg-square {
        padding: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: normal;
        border-radius: 50px;
    }
    
    .theme-bg-primary,
    .btn-primary,
    .btn-primary:hover {
        background-color: var(--primary) !important;
        border-color: var(--primary);
    }
    
    .btn-light {
        color: #000;
        background-color: var(--secondary);
        border-color: var(--secondary);
    }
    
    .pd-common {
        padding: 60px 0;
    }
    /* Corporate header sticky */
    
    .navbar-sticky .corporate-sticky {
        color: #0099f1;
    }
    
    .sticky_header_corporate {
        box-shadow: 0 5px 12px 0 rgba(33, 43, 54, .07), 0 10px 30px 0 rgba(33, 43, 54, .085);
        background-color: #fff;
    }
    
    .header-sticky-scrolled {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 1030;
    }
    
    .navbar-sticky ul {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    
    .navbar-sticky ul li a {
        padding: 18px 0;
        display: block;
        position: relative;
        color: #000;
        font-size: 16px;
    }
    
    .navbar-sticky .corporate-sticky:after {
        opacity: 1;
    }
    
    .navbar-sticky ul li a:after {
        content: '';
        position: absolute;
        transition: all .5s;
        background-color: #0099f1;
        height: 3px;
        width: 100%;
        bottom: 0;
        left: 0;
        right: 0;
        opacity: 0;
        transition: all .5s;
    }
    /*** Navbar ***/
    
    .cl-y {
        color: #ffb400;
    }
    
    .cl-dark {
        color: #0e002b;
    }
    
    .bottom-meta-header .navbar {
        padding: 10px 0;
        background-color: #0e002b;
    }
    
    .navbar-brand>img {
        max-width: 100%;
    }
    
    .navbar-brand {
        display: block;
        max-width: 112px;
        overflow: hidden;
        float: left;
        padding: 0;
        margin-right: 20px;
    }
    
    .list-meta-logos li a .logo-icon {
        margin-right: 10px;
        max-width: 40px;
        display: block;
    }
    
    .list-meta-logos .logo-icon-label {
        font-weight: 500;
        font-size: 14px;
        display: block;
    }
    
    .list-meta-logos li a {
        display: flex;
        align-items: center;
        color: #0d3d93;
    }
    
    .conatct-list-meta li a {
        font-size: 16px;
        font-weight: 600;
    }
    
    .top-meta-header {
        clear: both;
        overflow: hidden;
    }
    
    .conatct-list-meta {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding-bottom: 10px;
        padding-top: 10px;
    }
    
    .list-meta-logos {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        padding-bottom: 10px;
    }
    
    .conatct-list-meta li {
        position: relative;
    }
    
    .search-field {
        position: absolute;
        right: 30px;
    }
    
    .search-field>input {
        border-top: 0;
        border-left: 0;
        border-right: 0;
        border-bottom: 1px solid #dedede;
    }
    
    .search-field>input:focus {
        outline: none;
    }
    
    .bottom-meta-header .navbar .navbar-nav li:not(:last-child) {
        margin-right: 1.5rem;
    }
    
    .bottom-meta-header .navbar .navbar-nav li a {
        font-size: 16px;
        font-weight: 400;
        display: block;
    }
    
    .meta-login-bt .login-btn {
        font-weight: 300;
        font-size: 16px;
        color: rgba(255, 255, 255, .55);
        display: block;
    }
    
    .bottom-meta-header .navbar .navbar-nav .nav-link.active {
        font-weight: 500;
    }
    
    .meta-header-logo {
        position: relative;
        overflow: hidden;
    }
    
    .logo-btn {
        font-size: 23px;
        cursor: pointer;
        display: none;
        position: absolute;
        z-index: 333;
        right: 0;
        top: 5px;
    }
    
    .bottom-meta-header .navbar-toggler {
        border: 0;
        margin: 0;
        padding: 0;
        box-shadow: none;
        font-size: 23px;
        color: #fff;
    }
    
    .bottom-meta-header .navbar-collapse.show {
        padding-top: 15px;
    }
    
    .list-meta-logos.logo-menu.active li {
        margin-bottom: 15px;
    }
    
    .list-meta-logos.logo-menu.active li {
        margin-bottom: 15px;
    }
    
    .list-meta-logos.logo-menu.active li {
        width: 33.33%;
        float: left;
    }
    /*** Banner Section Start here ***/
    
    .hero-header {
        /* margin-top: -75px; */
        background: url(../img/bg-hero.png) center center no-repeat;
        background-size: cover;
        padding: 65px 0;
    }
    
    .hero-header .breadcrumb-item+.breadcrumb-item::before {
        color: var(--light);
    }
    
    .meta_banner_hero {
        height: 500px;
        overflow: hidden;
    }
    
    .meta_banner_hero>img {
        height: 100%;
    }
    
    .the_meta_awakeign h1 {
        font-size: 56px;
        font-weight: 600;
    }
    /*** Section Title ***/
    
    .section-title::before {
        position: absolute;
        content: "";
        width: 45px;
        height: 4px;
        bottom: 0;
        left: 0;
        background: transparent;
    }
    
    .section-title::after {
        position: absolute;
        content: "";
        width: 4px;
        height: 4px;
        bottom: 0;
        left: 50px;
        background: transparent;
    }
    
    .section-title.text-center::before {
        left: 50%;
        margin-left: -25px;
    }
    
    .section-title.text-center::after {
        left: 50%;
        margin-left: 25px;
    }
    
    .section-title h6::before,
    .section-title h6::after {
        position: absolute;
        content: "";
        width: 10px;
        height: 10px;
        top: 2px;
        left: 0;
        background: rgba(33, 66, 177, .5);
    }
    
    .section-title h6::after {
        top: 5px;
        left: 3px;
    }
    /*** About ***/
    
    .about-img {
        position: relative;
        overflow: hidden;
    }
    
    .about-img::after {
        position: absolute;
        content: "";
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background: url(../img/bg-about-img.png) top left no-repeat;
        background-size: contain;
    }
    /* case study section */
    
    .case_study_sec {
        background-color: #fafafa;
    }
    
    .case_study_card {
        padding: 33px;
        border-radius: 20px;
        background-color: #fff;
        padding-inline-end: 77px;
        padding-bottom: 57px;
        position: relative;
    }
    
    .case_study_icon {
        width: 50px;
        margin-bottom: 20px;
        height: 50px;
        overflow: hidden;
    }
    
    .case_study_icon>img {
        object-fit: contain;
        object-position: 50% 50%;
    }
    
    .case_study_link .icon_link {
        background-color: #333336;
        color: #fff;
        width: 36px;
        height: 36px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border-radius: 100px;
        position: absolute;
        right: 20px;
        bottom: 20px;
        z-index: 11;
    }
    
    .caste_study_title {
        margin-bottom: 20px;
        font-size: 24px;
        font-weight: 600;
    }
    
    .case_study_content p {
        font-size: 16px;
        margin: 0;
    }
    /* .case-item img {
    transition: .5s;
} */
    
    .case-study-carousel .owl-nav .owl-prev,
    .case-study-carousel .owl-nav .owl-next {
        color: #000;
        font-size: 24px;
        background: #FFFFFF;
        margin-top: 15px;
        width: 45px;
        height: 45px;
        border: 1px solid #dfe1e5;
        box-shadow: 0 5px 12px 0 rgba(89, 94, 103, .07), 0 10px 30px 0 rgba(89, 94, 103, .085);
    }
    /* 
.case-study-carousel .owl-nav .owl-prev:hover,
.case-study-carousel .owl-nav .owl-next:hover {
    color: #000;
    background: #dfe1e5;
    border: 1px solid #dfe1e5;
} */
    
    .case-study-items {
        transition: transform .3s cubic-bezier(0, 0, 0.5, 1);
        padding-top: 5px;
        padding-bottom: 5px;
    }
    
    .case-study-items:hover {
        transform: scale(1.0161290323);
    }
    /* .case-item:hover img {
    transform: scale(1.2);
} */
    
    .slide_image {
        height: 350px;
        overflow: hidden;
    }
    
    .case-overlay {
        position: absolute;
        padding: 30px;
        width: 100%;
        height: 100%;
        top: 0;
        right: 0;
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        justify-content: flex-end;
        background: linear-gradient(rgba(20, 24, 62, 0), var(--dark));
        z-index: 1;
    }
    
    .case-overlay small {
        display: inline-block;
        padding: 3px 15px;
        color: #FFFFFF;
        background: rgba(20, 24, 62, .7);
        border-radius: 25px;
        margin-bottom: 15px;
    }
    
    .case-overlay span.btn:hover {
        color: var(--primary);
        background: #FFFFFF;
        border-color: #FFFFFF;
    }
    
    .case-study-carousel .owl-nav {
        display: flex;
        align-items: center;
        justify-content: end;
        max-width: 1340px;
        margin: 0 auto;
        padding: 0 0.75rem;
    }
    
    .case-study-carousel .owl-nav .owl-prev {
        margin-right: 15px;
    }
    
    .case_study_modal .modal-content {
        background: #fff;
    }
    
    .case_study_modal .modal-content .modal-body {
        position: relative;
        padding: 35px;
    }
    
    .modal.modal_parent_cl {
        background-color: rgb(255 255 255 / 16%);
        -webkit-backdrop-filter: blur(20px);
        backdrop-filter: blur(20px);
    }
    
    .case_study_modal .modal-content .modal-body p {
        margin-bottom: 15px;
    }
    
    .modal_sub_title {
        display: block;
        margin-bottom: 10px;
    }
    
    .title_modal {
        margin-bottom: 15px;
    }
    
    .case_study_modal .btn-close {
        filter: invert(1);
        opacity: 1;
        position: absolute;
        top: 15px;
        right: 15px;
        z-index: 1;
        width: 35px;
        height: 35px;
        background-size: 0.75em;
    }
    
    .case_study_sec .owl-carousel .owl-stage {
        padding-left: 0 !important;
    }
    
    .modal_link>i {
        padding-left: 4px;
    }
    
    .modal_link {
        display: inline-flex;
        align-items: center;
    }
    
    .modal_sub_title {
        display: block;
        margin-bottom: 10px;
        /* font-size: 90%;
    font-weight: 800; */
        color: #858585;
    }
    /*** Testimonial ***/
    
    .testimonial-carousel {
        position: relative;
    }
    
    .testimonial-carousel .owl-nav {
        position: absolute;
        width: 40px;
        height: 100%;
        top: calc(50% - 50px);
        left: -21px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    
    .owl-nav .owl-prev,
    .owl-nav .owl-next {
        margin: 5px 0;
        width: 40px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: var(--primary);
        background: #FFFFFF;
        border: 1px solid var(--primary);
        border-radius: 40px;
        font-size: 16px;
        transition: .5s;
    }
    
    .owl-nav .owl-prev:hover,
    .owl-nav .owl-next:hover {
        background: var(--primary);
        color: #FFFFFF;
    }
    
    .testimonial-carousel .owl-dots {
        margin-top: 35px;
        margin-left: 3rem;
    }
    
    .testimonial-carousel .owl-dot {
        position: relative;
        display: inline-block;
        margin-right: 10px;
        width: 15px;
        height: 15px;
        background: #FFFFFF;
        border: 1px solid var(--primary);
        border-radius: 15px;
        transition: .5s;
    }
    
    .testimonial-carousel .owl-dot.active {
        width: 30px;
        background: var(--primary);
    }
    
    .social_media {
        background-color: #0099f1;
        padding: 10px 0;
    }
    
    .social_media .btn.btn-social {
        width: 40px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: rgba(255, 255, 255, .8);
        border: 1px solid rgba(256, 256, 256, .8);
        border-radius: 40px;
        transition: .3s;
    }
    
    .social_media .btn.btn-social:not(:last-child) {
        margin-right: 25px;
    }
    
    .social_media .btn.btn-social:hover {
        color: var(--primary);
    }
    /* Readmore Css Start Here */
    
    .add-read-more.show-less-content .second-section,
    .add-read-more.show-less-content .read-less {
        display: none;
    }
    
    .add-read-more.show-more-content .read-more {
        display: none;
    }
    
    .add-read-more .read-more,
    .add-read-more .read-less {
        font-weight: 500;
        margin-left: 2px;
        color: #0099f1;
        cursor: pointer;
        font-size: 15px;
    }
    /* App Screen Css Start Here */
    
    .mobile-app-section .container-fluid {
        padding-left: 0;
        padding-right: 0;
    }
    
    .slide-app-screen-main {
        position: relative;
        overflow: hidden;
        padding: 60px 0;
    }
    
    .center-image {
        left: 50%;
        position: absolute;
        top: 0;
        transform: translate(-50%);
        z-index: 1;
    }
    
    .h-full {
        height: 100%;
    }
    
    .screen-img-item>img,
    .slide-screen img {
        border-radius: .5rem;
    }
    
    .slick-slide {
        margin: 0 5px;
    }
    /* Events Section Start Here */
    
    .meta_awakeing_event_sec {
        padding: 60px 0;
    }
    
    .event_image {
        display: block;
        overflow: hidden;
    }
    
    .event_image>img {
        border-radius: 0.5rem;
    }
    
    .event_slider .owl-nav .owl-prev,
    .event_slider .owl-nav .owl-next {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        color: #000;
        font-size: 24px;
        background: #FFFFFF;
        margin: 0;
        width: 45px;
        height: 45px;
        border: 1px solid #dfe1e5;
        box-shadow: 0 5px 12px 0 rgba(89, 94, 103, .07), 0 10px 30px 0 rgba(89, 94, 103, .085);
    }
    
    .event_slider .owl-nav .owl-prev {
        left: 15%;
    }
    
    .event_slider .owl-nav .owl-next {
        right: 15%;
    }
    
    .meta-how {
        padding: 60px 0;
    }
    
    .meta-badge {
        align-items: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
    }
    
    .meta-badge .count-no,
    .align-center {
        display: flex;
        display: -webkit-flex;
        align-items: center;
        -webkit-align-items: center;
        justify-content: center;
        -webkit-justify-content: center;
    }
    
    .meta-badge .count-no,
    .meta-badge {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    
    .meta-how .meta-hows-content .section-title {
        margin-bottom: 30px;
        position: relative;
        padding-bottom: 20px;
    }
    
    .meta-how .meta-hows-content .section-title::before {
        content: "";
        background-color: #1e9094;
        height: 4px;
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100px;
    }
    
    .meta-badge {
        margin-bottom: 15px;
    }
    
    .meta-badge .count-no {
        background-color: #1e9094;
        color: #fff;
        width: 35px;
        height: 35px;
        border-radius: 100px;
        font-weight: 600;
        margin-right: 15px;
    }
    
    .meta-badge .meta-badge-label {
        text-transform: uppercase;
        color: #1e9094;
        font-size: 16px;
        font-weight: 600;
    }
    
    .meta-badge.gc-badge-info .count-no {
        background-color: #1b9ce6;
    }
    
    .meta-how .meta-hows-content .section-title.gc-info-heading::before {
        background-color: #1b9ce6;
    }
    
    .meta-badge.gc-badge-info .meta-badge-label {
        color: #1b9ce6;
    }
    
    .meta-badge.gc-badge-pink .count-no {
        background-color: #8d5ad8;
    }
    
    .meta-badge.gc-badge-pink .meta-badge-label {
        color: #8d5ad8;
    }
    
    .media_picture {
        display: flex;
        align-items: center;
    }
    
    .media_picture>img {
        border-radius: 0.5rem;
        max-width: 65px;
    }
    
    .media_picture>.person_name {
        font-size: 16px;
        font-weight: 600;
        color: #000;
        margin-bottom: 0;
        margin-left: 15px;
    }
    
    .media_picture>.person_name>.person_designation {
        display: block;
        font-size: 15px;
        color: #444;
        font-weight: normal;
    }
    
    .community_members {
        --bs-gutter-x: 1.5rem;
        --bs-gutter-y: 0;
        display: flex;
        flex-wrap: wrap;
        margin-top: calc(var(--bs-gutter-y)*-1);
        margin-right: calc(var(--bs-gutter-x)/-2);
        margin-left: calc(var(--bs-gutter-x)/-2);
    }
    
    .community_members>* {
        flex-shrink: 0;
        width: 100%;
        max-width: 100%;
        padding-right: calc(var(--bs-gutter-x)/2);
        padding-left: calc(var(--bs-gutter-x)/2);
        margin-top: var(--bs-gutter-y);
    }
    
    .community_member_picture {
        flex: 0 0 auto;
        width: 33.3333333333%;
    }
    
    .community_member_picture>img {
        border-radius: 0.5rem;
    }
    /*** Footer ***/
    
    .footer {
        background: url(../img/footer.png) center center no-repeat;
        background-size: contain;
    }
    
    .footer .btn.btn-link {
        display: block;
        margin-bottom: 10px;
        padding: 0;
        text-align: left;
        color: rgba(255, 255, 255, .5);
        font-weight: normal;
        transition: .3s;
    }
    
    .footer .btn.btn-link:hover {
        color: #FFFFFF;
    }
    
    .footer .btn.btn-link::before {
        position: relative;
        content: "\f105";
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        margin-right: 10px;
    }
    
    .footer .btn.btn-link:hover {
        letter-spacing: 1px;
        box-shadow: none;
    }
    
    .footer .copyright {
        padding: 25px 0;
        font-size: 14px;
        border-top: 1px solid rgba(256, 256, 256, .1);
    }
    
    .footer .copyright a {
        color: rgba(255, 255, 255, .5);
    }
    
    .footer .copyright a:hover {
        color: #FFFFFF;
    }
    
    .footer .footer-menu a {
        margin-right: 15px;
        padding-right: 15px;
        border-right: 1px solid rgba(255, 255, 255, .1);
    }
    
    .footer .footer-menu a:last-child {
        margin-right: 0;
        padding-right: 0;
        border-right: none;
    }
    
    .footer-meta p {
        font-size: 15px;
    }
    /* Corporate Page Style Start Here */
    
    .transform_meta_sec {
        padding: 60px 0;
    }
    
    .meta-type-btn a {
        align-items: center;
        color: #0f131a;
        cursor: pointer;
        font-weight: 500;
        display: flex;
        -webkit-text-decoration: none;
        text-decoration: none;
        font-size: 16px;
        border-radius: 999px;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        min-height: 36px;
        min-width: 100px;
        padding: 4px 22px;
        width: -moz-max-content;
        width: max-content;
        border: 1px solid #595e67;
    }
    
    .meta-type-btn a:not(:last-child) {
        margin-right: 15px;
    }
    
    .corporate_header .nav-brand {
        display: block;
        max-width: 112px;
        overflow: hidden;
        outline: none;
    }
    
    .transform_meta_sec .meta_title {
        font-size: 70px;
        margin-bottom: 20px;
    }
    
    .banner_content>p {
        font-size: 22px;
        font-weight: 500;
        color: #000;
        margin-bottom: 20px;
    }
    
    .transform_meta_sec .iframe_meta>iframe {
        width: 100%;
        height: 500px;
        border-radius: 0.5rem;
    }
    
    .common-pt {
        align-items: center;
        background: #046aa5;
        background: linear-gradient(rgb(0 153 241), rgb(0 84 133));
        border-radius: 999px;
        color: #fff;
        cursor: pointer;
        display: flex;
        font-size: 16px;
        height: 48px;
        justify-content: center;
        padding: 0.75rem 1.5rem;
        text-align: center;
        -webkit-text-decoration: none;
        text-decoration: none;
        width: -moz-fit-content;
        width: fit-content;
    }
    
    .common-pt:hover {
        background: #046aa5;
        color: #fff;
    }
    
    .transform_action .get-started {
        margin-left: auto;
        margin-right: auto;
        min-width: 220px;
    }
    
    .min-h-fit {
        min-height: -moz-fit-content;
        min-height: fit-content;
    }
    
    .flex-header {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    
    .rounded {
        border-radius: 0.5rem;
    }
    
    .list_box_meta {
        border: 1px solid #ced1d7;
        padding: 20px 30px;
    }
    
    .list_view_detail li {
        position: relative;
        padding-left: 28px;
        font-size: 16px;
        color: #000;
    }
    
    .list_card_title {
        font-size: 22px;
        margin-bottom: 10px;
        font-weight: 600;
    }
    
    .bold {
        font-weight: 700;
    }
    
    .list_view_detail li:not(:last-child) {
        margin-bottom: 8px;
    }
    
    .list_view_detail li:before {
        content: "\f00c";
        font-family: "Font Awesome 5 Free" !important;
        position: absolute;
        left: 0;
        font-weight: 700;
        font-size: 18px;
        top: 0;
        color: #027ec7;
    }
    
    .meta-program-title {
        margin-bottom: 15px;
        font-size: 22px;
        font-weight: 600;
    }
    
    .sub-title-meta {
        font-size: 1.35rem;
        font-weight: 500;
        display: block;
        margin-bottom: 4px;
    }
    
    .program_side_content .transform_meta_t {
        font-size: 1.75rem;
    }
    
    .meta-trainer .heading_title {
        margin-bottom: 70px;
    }
    
    .meta-trainer-slider .owl-carousel .owl-nav {
        display: none;
    }
    
    .meta-trainer-slider .owl-carousel .owl-dots {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .meta-trainer-slider .owl-carousel .owl-dots>.owl-dot:not(:last-child) {
        margin-right: 6px;
    }
    
    .meta-trainer-slider .owl-carousel .owl-dots>.owl-dot>span:hover,
    .meta-trainer-slider .owl-carousel .owl-dots>.owl-dot.active>span {
        background-color: #0099f1;
    }
    
    .meta-trainer-slider .owl-carousel .owl-dots>.owl-dot>span {
        background-color: #dfe1e5;
        display: inline-block;
        width: 10px;
        height: 10px;
        border-radius: 100px;
    }
    
    .trainer-details {
        padding: 16px;
    }
    
    .trainer-details>h3 {
        font-weight: 600;
        font-size: 22px;
    }
    
    .trainer-details>p {
        font-size: 15px;
        font-weight: 400;
        color: #444;
    }
    
    .meta-ellips {
        -webkit-box-orient: vertical;
        display: block;
        display: -webkit-box;
        -webkit-hyphens: none;
        hyphens: none;
        overflow: hidden;
        text-overflow: ellipsis;
        word-break: break-word;
        -webkit-line-clamp: 2;
    }
    
    .meta-card {
        background-color: #fff;
        border: 1px solid #dfe1e5;
        border-radius: 1rem;
        box-shadow: 0 5px 12px 0 rgba(89, 94, 103, .07), 0 10px 30px 0 rgba(89, 94, 103, .085);
        overflow: hidden;
    }
    
    .meta-card-img>img {
        max-width: 100%;
        width: 100%;
        object-fit: fill;
        object-position: center;
    }
    
    .meta-card-img {
        height: 350px;
        overflow: hidden;
    }
    
    .meta-card .meta-content-body {
        padding: 1.5rem;
    }
    
    .card-link-title a {
        color: #0f131a;
        font-size: 1.375rem;
    }
    
    .card-link-title a:hover {
        text-decoration-color: #0099f1;
        text-decoration-line: underline;
    }
    
    .meta-card .meta-content-body p {
        -webkit-line-clamp: 3;
        margin-bottom: 6px;
    }
    
    .read-more>a {
        color: #0099f1;
        cursor: pointer;
        -webkit-text-decoration: none;
        text-decoration: none;
        font-weight: 500;
        letter-spacing: .0178571429em;
    }
    
    .card-meta-signature {
        margin-top: 15px;
    }
    
    .s-designation {
        --text-opacity: 1;
        color: #595e67;
        color: rgba(89, 94, 103, var(--text-opacity));
        font-size: .75rem;
        font-weight: 500;
    }
    
    .s-caption {
        --text-opacity: 1;
        color: #595e67;
        color: rgba(89, 94, 103, var(--text-opacity));
        font-size: .75rem;
    }
    
    .s-author,
    .s-designation {
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        display: block;
        display: -webkit-box;
        -webkit-hyphens: none;
        hyphens: none;
        overflow: hidden;
        text-overflow: ellipsis;
        word-break: break-word;
    }
    
    .s-author {
        font-weight: 500;
        font-size: .98rem;
    }
    
    .meta-content-body .card-meta-signature p {
        margin-bottom: 0;
    }
    
    .logos_clients .transform_meta_t {
        font-size: 1.25rem;
    }
    
    .story-icons {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
    }
    
    .story-icons .storyblok__outline>img {
        max-width: 165px;
        margin: 0 auto;
        max-height: 70px;
    }
    
    .story-icons .storyblok__outline {
        width: 33.33%;
        text-align: center;
        margin-top: 30px;
    }
    
    .mt-8 {
        margin-top: 8rem;
    }
    
    .mt-6 {
        margin-top: 6rem;
    }
    
    .what-you-learn .transform_meta_t {
        font-size: 1.75rem;
    }
    
    .learning-list-dt>li {
        position: relative;
        padding-left: 2rem;
        font-weight: 600;
        font-size: 1.25rem;
    }
    
    .learning-list-dt>li>p {
        font-weight: 600;
        font-size: 1.25rem;
    }
    
    .learning-list-dt>li:not(:last-child) {
        margin-bottom: 10px;
    }
    
    .learning-list-dt>li p {
        margin-bottom: 0;
    }
    
    .learning-list-dt>li p:not(:last-child) {
        margin-bottom: 10px;
    }
    
    .learning-list-dt>li>.meta-type--body-li {
        font-weight: 400;
        font-size: 1rem;
    }
    
    ol {
        counter-reset: mv-counter;
    }
    
    .learning-list-dt>li:before {
        content: counter(mv-counter) ". ";
        counter-increment: mv-counter;
        left: 0;
        position: absolute;
        top: 0;
    }
    
    .get-started-card {
        padding: 1.75rem 1.5rem;
        border: 1px solid #dfe1e5;
        border-radius: 1rem;
        box-shadow: 0 5px 12px 0 rgba(89, 94, 103, .07), 0 10px 30px 0 rgba(89, 94, 103, .085);
        display: flex;
        align-items: center;
    }
    
    .get-started-icon {
        width: 120px;
        margin-right: 15px;
    }
    
    .get-started-card>p {
        margin-bottom: 0;
        font-size: .875rem;
        font-weight: 500;
    }
    
    .membership-card {
        --border-opacity: 1;
        border-color: #ff931f;
        border-color: rgba(255, 147, 31, var(--border-opacity));
        border-radius: 1rem;
        border-width: 1px;
        overflow: hidden;
        border-style: solid;
    }
    
    .badge-green {
        background-color: #e1f8f9;
        color: #1a7a7e;
        border-radius: 4px;
        font-size: 12px;
        line-height: 16px;
        padding: 4px 8px;
        font-weight: 500;
    }
    
    .membership-off>.badge-green {
        display: inline-block;
        margin-bottom: 6px;
    }
    
    .membership-off>h5 {
        font-size: 1.25rem;
        letter-spacing: .0125em;
        margin: 0;
    }
    
    .cost-offer {
        -webkit-text-decoration: line-through;
        text-decoration: line-through;
        --text-opacity: 1;
        color: #41464f;
        color: rgba(65, 70, 79, var(--text-opacity));
        font-size: 1.5rem;
        letter-spacing: .0125em;
        font-weight: 500;
        display: inline-block;
    }
    
    .final-cost {
        font-size: 3rem;
        letter-spacing: .0052083333em;
        font-weight: 600;
        line-height: 3.5rem;
        margin-bottom: 3px;
    }
    
    .final-cost>span {
        font-size: .875rem;
        font-weight: 500;
        letter-spacing: .0178571429em;
    }
    
    .membership_list>ul {
        list-style-type: disc;
    }
    
    .membership_list>ul li {
        font-size: .75rem;
        font-weight: 400;
    }
    
    .b2b-user-control {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-top: 1.5rem;
    }
    
    .membership-label {
        margin-right: 15px;
    }
    
    .membership-count {
        max-width: 118px;
    }
    
    .membership-label>p {
        font-weight: 500;
        font-size: 14px;
        line-height: normal;
    }
    
    .px-6 {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
    
    .pt-6 {
        padding-top: 1.5rem;
    }
    
    .p-6 {
        padding: 1.5rem;
    }
    
    .input-wrapper>.form-control:focus {
        box-shadow: none;
        outline: none
    }
    
    .input-wrapper {
        position: relative;
    }
    
    .input-wrapper>span {
        position: absolute;
        right: 15px;
        top: 0;
        cursor: pointer;
        display: flex;
        align-items: center;
        height: 50px;
        opacity: .7;
    }
    
    .input-wrapper>.plus {
        right: 40px;
    }
    
    .input-wrapper>.form-control {
        height: 50px;
        font-weight: 500;
        font-size: 1rem;
        color: #000;
        padding-left: 15px;
    }
    
    .membership-pont-dt {
        /* --bg-opacity: 0.1;
    background-color: #0089d7;
    background-color: rgb(0 143 226);
    background-color: rgba(0, 147, 222, var(--bg-opacity)); */
        --bg-opacity: 1;
        --bg-opacity: 0.1;
        background-color: #ff931f;
        background-color: rgba(255, 147, 31, .1);
        background-color: rgba(255, 147, 31, var(--bg-opacity));
    }
    
    .subscription_card_two>.membership-pont-dt {
        --bg-opacity: 1;
        background-color: #f9f9f9;
        background-color: rgba(249, 249, 249, var(--bg-opacity));
    }
    
    .membership-card>.toolbar-meta>.get-started {
        background: #ff931f;
        background: linear-gradient(180deg, #ff931f, #ed6325);
        font-weight: 500;
        letter-spacing: .015625em;
        min-width: 220px;
    }
    
    .subscription_card_two {
        --border-opacity: 1;
        border-color: #ced1d7;
        border-color: rgba(206, 209, 215, var(--border-opacity));
    }
    
    .membership-pont-dt li:before {
        color: #7a12d4;
    }
    
    .request_sec>.request_desc>h5 {
        margin: 0;
        font-size: 1rem;
        letter-spacing: .015625em;
        line-height: 1.25rem;
        font-weight: 600;
    }
    
    .request_sec>.request_desc>p {
        font-size: .875rem;
        font-weight: 500;
        margin-bottom: 0;
    }
    
    .request_sec>.request_desc {
        padding-right: 15px;
    }
    
    .request_sec>.toolbar-meta>.request-btn {
        width: 220px;
    }
    
    .request-btn {
        background: #fff !important;
        color: #7a12d4;
        font-weight: 500;
        border: 2px solid #7A12D5;
    }
    
    .request-btn:hover {
        background: rgba(122, 18, 212, .1) !important;
        color: #7a12d4;
    }
    /* Get to know section css start here */
    
    .get-to-know-sec .case_study_card {
        padding: 0;
        padding-inline-end: 0;
        overflow: hidden;
        border-radius: 28px;
        box-sizing: border-box;
        clip-path: inset(1px 1px 1px 1px round 28px);
        position: relative;
    }
    
    .get-to-know-sec .case_study_card .case_study_content {
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        padding: 32px;
        z-index: 1;
    }
    
    .picture-meta-content {
        max-height: 550px;
        overflow: hidden;
    }
    
    .get-to-know-sec .case_study_card .case_study_content .get-started-heading-label {
        color: #f5f5f7;
        font-size: 16px;
        font-weight: 500;
    }
    
    .get-to-know-sec .case_study_card .case_study_content .caste_study_title {
        margin-bottom: 0px;
        margin-top: 6px;
        font-size: 23px;
        font-weight: 600;
        color: #f5f5f7;
    }
    
    .video-view-meta video {
        width: 100%;
        border-radius: 15px;
        max-width: 100%;
        height: 100%;
    }
    /***************************************************************************
*************************** About Page Css *********************************
***************************************************************************/
    
    .about-trainer-sec {
        background: #262c30;
        /* background: rgb(140, 91, 75);
        background: linear-gradient(0deg, rgba(140, 91, 75, 1) 0%, rgba(35, 40, 44, 1) 100%); */
        padding: 60px 0;
    }
    
    .trainer-profile {
        position: relative;
    }
    
    .trainer-profile:before {
        content: '';
        border: 15px solid;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        -webkit-filter: blur(0px);
        filter: blur(0px);
        border-bottom-color: #957e77;
        border-top-color: #605a59;
        border-left-color: #513e3a;
        border-right-color: #343a40;
    }
    
    .trainer-profile>img {
        border-radius: 4px;
    }
    
    .trainer-info .trainer-designation {
        font-size: 42px;
        margin-bottom: 15px;
        font-weight: 800;
    }
    
    .trainer-info .page-title {
        color: #fff;
        font-size: 58px;
        font-weight: 600;
        margin-bottom: 15px;
    }
    
    .trainer-info p {
        color: #fff;
        font-size: 18px;
    }
    
    .investor-sec {
        padding: 60px 0;
    }
    
    .investor-sec .banner_content>p {
        font-size: 16px;
        font-weight: 400;
        color: #000;
        margin-bottom: 25px;
    }
    
    .title-line,
    .line-width {
        width: 70px;
    }
    
    .yellow-line {
        border-color: #ffff00;
        background-color: #ffff00;
        opacity: 1;
    }
    
    .my-6 {
        margin-top: 1.5rem;
        margin-bottom: 1.5rem;
    }
    
    .title-line,
    .line-width {
        width: 70px;
    }
    
    .opacity-50 {
        opacity: .5;
    }
    
    .my-8 {
        margin-top: 2rem;
        margin-bottom: 2rem;
    }
    
    .border-t {
        border-top-width: 1px;
    }
    
    .border-grey-dark {
        border-color: #333;
    }
    
    .quote-title {
        font-size: 36px;
        color: #fff;
        margin-bottom: 0;
    }
    
    .quote-bg .bg-dark img {
        margin-bottom: 20px;
    }
    
    .quote-bg .bg-dark {
        height: 680px;
        background-color: #1d1e20 !important;
    }
    
    .relative {
        position: relative;
    }
    
    .bhupendraq-quote {
        position: relative;
    }
    
    .bhupendraq-quote {
        position: relative;
        display: flex;
        align-items: center;
    }
    
    .quote-profile-img {
        position: absolute;
        right: 0;
        width: 66.66667%;
        z-index: 1;
        padding-left: 4rem;
        -webkit-box-shadow: 5px 0px 18px 0px rgba(0, 0, 0, 0.25);
        box-shadow: 5px 0px 18px 0px rgba(0, 0, 0, 0.25);
    }
    
    .quote-sec .quote-bg {
        width: 66.66667%;
    }
    
    .quote-sec .content-body {
        padding: 4rem;
        z-index: 1050;
    }
    
    .custom-btn {
        padding: 10px 25px;
        font-weight: 500;
        background: transparent;
        outline: none !important;
        cursor: pointer;
        transition: all 0.3s ease;
        position: relative;
        display: inline-block;
    }
    /**** BTN No. 5 ****/
    
    .btn-5 {
        min-width: 140px;
        height: 40px;
        line-height: 42px;
        padding: 0;
        border: none;
        text-align: center;
    }
    
    .btn-5 span {
        position: relative;
        display: block;
        width: 100%;
        height: 100%;
    }
    
    .btn-5:before,
    .btn-5:after {
        position: absolute;
        content: "";
        right: 0;
        bottom: 0;
        background: #0085f3;
        transition: all 0.3s ease;
    }
    
    .btn-5:before {
        height: 50%;
        width: 2px;
    }
    
    .btn-5:after {
        width: 20%;
        height: 2px;
    }
    
    .btn-5:hover:before {
        height: 100%;
    }
    
    .btn-5:hover:after {
        width: 100%;
    }
    
    .btn-5 span:before,
    .btn-5 span:after {
        position: absolute;
        content: "";
        left: 0;
        top: 0;
        background: #3ab6ff;
        transition: all 0.3s ease;
    }
    
    .btn-5 span:before {
        width: 2px;
        height: 50%;
    }
    
    .btn-5 span:after {
        width: 20%;
        height: 2px;
    }
    
    .btn-5 span:hover:before {
        height: 100%;
    }
    
    .btn-5 span:hover:after {
        width: 100%;
    }
    
    .meta_program .toolbar-btn.mt-3 {
        margin-top: 30px !important;
    }
    /* Card click button to show */
    
    .case-study-content-view {
        display: none;
    }
    
    .open-icon {
        display: inline-flex;
    }
    
    .close-icon {
        display: none;
    }
    
    .case-study-content-view.show {
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background-color: #fff;
        padding: 20px;
        z-index: 1;
        width: 100%;
        overflow: hidden;
        color: #000;
        font-size: 15px;
        border-radius: 28px;
    }
    
    .case-study-content-view p {
        color: #000;
        margin-bottom: 0;
        font-size: 16px;
    }
    
    .case-study-content-view p:not(:last-child) {
        margin-bottom: 10px;
    }
    
    .case-study-toggle.close .open-icon {
        display: none;
    }
    
    .case-study-toggle.close .close-icon {
        display: inline-flex;
    }
    
    .about-img-before>img {
        border-top-left-radius: 25px;
        overflow: hidden;
        border-bottom-right-radius: 25px;
        border-top-right-radius: 2px;
        border-bottom-left-radius: 2px;
    }
    
    .about-img-before {
        border-top-left-radius: 25px;
        overflow: hidden;
        border-bottom-right-radius: 25px;
        border-top-right-radius: 2px;
        border-bottom-left-radius: 2px;
        box-shadow: 0 5px 12px 0 rgba(89, 94, 103, .07), 0 10px 30px 0 rgba(89, 94, 103, .085);
        padding: 6px;
    }
    /* Home new section  */
    
    #screen4 {
        background-color: #fff;
        padding: 8px 0;
        position: relative;
    }
    
    #screen4 .left-section {
        width: 100%;
        height: 490px;
        display: flex;
        align-items: center;
        position: relative;
    }
    
    #screen4 .production-container .meta-icon-close {
        display: none;
    }
    
    #screen4 .right-section {
        position: absolute;
        top: 00px;
        right: -20px;
        width: 50%;
        transition: all 0.3s;
    }
    
    #screen4 .desc-container h2 {
        color: #00053d;
    }
    
    #screen4 .desc-container .desc {
        font-style: normal;
        font-weight: 400;
        font-size: 20px;
        line-height: 130%;
        color: #00053d;
        margin: 40px 0;
    }
    
    #screen4 .right-section ul {
        list-style: none;
        padding: 0;
        margin: 0;
        display: inline-flex;
        width: 100%;
        flex-wrap: wrap;
        justify-content: flex-end;
    }
    
    #screen4 .right-section li {
        flex: 50% 0 1;
        padding: 10px;
        width: 50%;
        flex-grow: 0;
    }
    
    #screen4 .industry-card {
        border: 1px solid #b5d0f8;
        border-radius: 20px;
        height: 150px;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        background-color: #fff;
        transition: all 0.3s;
        width: 100%;
        max-width: 320px;
        padding: 10px;
    }
    
    .tab-icon>i {
        font-size: 30px;
    }
    
    #screen4 .industry-card:hover .tab-icon>i {
        color: #0b5cff;
    }
    
    #screen4 .industry-card p {
        color: #00053d;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        word-break: normal;
        font-weight: 500;
        margin-bottom: 0;
        margin-top: 10px;
    }
    
    #screen4 .industry-card:hover {
        border: 1px solid #0b5cff;
        box-shadow: 0 16px 20px #0b5cff29;
    }
    
    #screen4 .industry-card:hover p {
        color: #0b5cff;
    }
    
    #screen4.show-pro-card .right-section {
        transition: all 0.3s;
        width: 35%;
    }
    
    #screen4 .industry-card.active {
        background: #0b5cff;
    }
    
    #screen4 .industry-card.active p {
        color: #fff;
    }
    
    #screen4 .industry-card.active .tab-icon>i {
        color: #fff;
    }
    
    #screen4 .production-container {
        width: 65%;
        height: 100%;
        box-shadow: 0 16px 64px rgb(0 0 0 / 16%);
        border-radius: 20px;
        overflow: hidden;
        position: absolute;
        margin-left: 0;
        top: 00px;
        left: 0;
    }
    
    #screen4 .details-slide {
        width: 100%;
        height: 100%;
        background: #fff;
        border-radius: 20px;
        overflow: hidden;
        display: flex;
    }
    
    #screen4 .details-slide img {
        width: 50%;
        height: 100%;
        object-fit: cover;
        object-position: center;
    }
    
    #screen4 .details-copy {
        padding-top: 20px;
        padding-left: 20px;
        padding-right: 20px;
        position: relative;
        width: 50%;
    }
    
    #screen4 .details-copy h2 {
        color: #00053d;
        margin-bottom: 20px;
    }
    
    #screen4 .details-copy p {
        font-weight: 400;
        font-size: 15px;
        color: #232333;
        margin-bottom: 15px;
    }
    
    #screen4 .details-slide .detail-link {
        display: inline-block;
        color: #0b5cff;
        font-style: normal;
        font-weight: 500;
        font-size: 16px;
        line-height: 120%;
        border: 1px solid;
        padding: 7px 15px;
        border-radius: 25px;
        text-align: center;
        align-self: flex-start;
        margin-bottom: 10px;
    }
    
    #screen4 .details-slide .blue-bottom {
        position: absolute;
        bottom: 0;
        left: 0;
        height: 120px;
        width: 100%;
        background: #00053d;
        color: #fff;
    }
    
    #screen4 .details-slide .blue-bottom .container {
        display: flex;
        height: 100%;
        width: 100%;
        position: relative;
        align-items: center;
        padding: 20px;
    }
    
    #screen4 .details-slide .blue-bottom span {
        display: inline-flex;
        height: 60px;
        width: 60px;
        border: 2px solid #b5d0f8;
        border-radius: 100px;
        align-items: center;
        justify-content: center;
        font-style: normal;
        font-weight: 600;
        font-size: 25px;
        color: #b5d0f8;
        flex-shrink: 0;
    }
    
    #screen4 .details-slide .blue-bottom p {
        display: inline-block;
        font-style: normal;
        font-weight: 600;
        font-size: 20px;
        line-height: 120%;
        letter-spacing: -0.01em;
        color: #fff;
        margin: 0;
        padding-left: 10px;
    }
    
    #screen4 .left-section .desc-container {
        position: absolute;
        width: 50%;
        padding-right: 30px;
    }
    
    #screen4.show-pro-card .industry-card {
        max-width: 220px;
        padding: 0 10px;
    }
    /*  */
    
    .team-member.card-lift {
        border-radius: .75rem;
        transition: transform .2s ease-in-out, border-color .2s ease-in-out, background-color .2s ease-in-out, box-shadow .2s ease-in-out;
        height: 100%;
    }
    
    .team-member.shadow-sm {
        box-shadow: 0px 1px 3px rgba(17, 24, 39, .09) !important;
    }
    
    .team-member.border {
        border: 1px solid #e2e8f0;
    }
    
    .team-member.card-lift.active,
    .team-member.card-lift:focus,
    .team-member.card-lift:hover {
        box-shadow: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -2px rgba(0, 0, 0, .05) !important;
        transform: translateY(-.25rem);
    }
    
    .team-member .avatar-xl {
        height: 5rem;
        width: 5rem;
    }
    
    .team-member .avatar {
        display: inline-block;
        position: relative;
    }
    
    .team-member .h4 {
        font-size: 16px;
        font-weight: 500;
    }
    
    .team-member span {
        font-size: 13px;
    }
    
    .team-member .rounded-circle {
        border-radius: 50% !important;
    }
    
    .team-member.text-wrap {
        white-space: normal !important;
    }
    
    @media (max-width: 1500.98px) {
        .picture-meta-content {
            max-height: 430px;
        }
    }
    
    @media (max-width: 1199.98px) {
        .conatct-list-meta li:last-child {
            display: none;
        }
        .bottom-meta-header .navbar .navbar-nav li:not(:last-child) {
            margin-right: 10px;
        }
        .navbar-brand {
            max-width: 90px;
            margin-right: 10px;
        }
        .logo-btn {
            display: block;
        }
        .logo-btn i.active:before {
            content: "\f00d";
        }
        .top-meta-header .logo-menu {
            display: none;
            transition: all 0.3s ease;
        }
        .top-meta-header .logo-menu.active {
            left: 0;
        }
        .list-meta-logos.logo-menu.active {
            display: block;
        }
        .bottom-meta-header .navbar .navbar-nav li:not(:last-child) {
            margin-right: 0;
        }
    }
    
    @media(max-width:1024.98px) {
        .list-meta-logos.logo-menu.active li {
            width: 50%;
            float: left;
        }
    }
    
    @media(max-width:991.98px) {
        .the_meta_awakeign h1 {
            font-size: 40px;
        }
        .list-meta-logos.logo-menu.active li {
            width: 100%;
            float: none;
        }
        .event_slider .owl-nav .owl-prev {
            left: 15px;
        }
        .event_slider .owl-nav .owl-next {
            right: 15px;
        }
        .banner_sec {
            padding: 30px 0;
        }
        #screen4 .left-section .desc-container {
            position: static;
            width: 100%;
            padding-right: 0;
        }
        #screen4 .right-section {
            position: static;
            right: 0;
            width: 100%;
        }
        #screen4 .production-container .meta-icon-close {
            display: block;
            position: absolute;
            right: 15px;
            top: 8px;
            color: #ff2070;
            z-index: 99999;
        }
        #screen4 .production-container {
            width: 100%;
        }
        #screen4 .left-section {
            height: auto;
        }
    }
    
    @media(max-width:576.98px) {
        .event_slider .owl-nav .owl-prev {
            left: 0;
        }
        .event_slider .owl-nav .owl-next {
            right: 0;
        }
    }
    /* Min width */