
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

body {
    font-family: "Roboto", sans-serif;
    color: #000;
    font-weight: 500;
    /*background-image: url('../img/bg_site.svg');*/
    background-color: #f5f5f5;
    background-repeat: repeat-y;
    background-position: center top;
    background-size: 100% auto;
}
/* Global Colors - The following color variables are used throughout the website. Updating them here will change the color scheme of the entire website */
:root {
    --background-color: #ffffff; /* Background color for the entire website, including individual sections */
    --default-color: #000; /* Default color used for the majority of the text content across the entire website */
    --heading-color: #3e5055; /* Color for headings, subheadings and title throughout the website */
    --accent-color: #388da8; /* Accent color that represents your brand on the website. It's used for buttons, links, and other elements that need to stand out */
    --surface-color: #ffffff; /* The surface color is used as a background of boxed elements within sections, such as cards, icon boxes, or other elements that require a visual separation from the global background. */
    --contrast-color: #ffffff; /* Contrast color for text, ensuring readability against backgrounds of accent, heading, or default colors. */
}
/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
    padding: 15px 0;
    color: #fff;
}

@media (max-width: 992px) {
    .breadcrumbs {
        margin-top: 0px;
    }
}

#topbar {
    background: #393185;
    height: 45px;
    transition: all 0.5s;
    color: #fff;
    padding: 0;
    position: sticky;
}

    #topbar p {
        font-size: 13px;
    }

.MobileNone .custom-List {
    padding-left: 0px;
    list-style-type: none;
}

    .MobileNone .custom-List .btn-group,
    .btn-group-vertical {
        position: absolute !important;
        display: inline-flex;
        vertical-align: middle;
        top: 4px;
    }

    .MobileNone .custom-List li a {
        font-size: 12px;
        font-weight: 500;
        color: #fff;
    }

.customRow {
    margin-right: 15px;
    margin-left: 15px;
}

.MobileNone1 {
    display: none;
}

@media (max-width: 991px) {
    .MobileNone {
        display: none !important;
    }

    .MobileNone1 {
        display: block;
    }
}

@media (max-width: 1200px) {
    .MobileNone {
        display: none !important;
    }

    .MobileNone1 {
        display: block;
    }
}

@media (max-width: 1280px) {
    .MobileNone .custom-List li a {
        font-size: 12px;
        font-weight: 500;
        color: #fff;
    }
}



.breadcrumbs h2 {
    font-size: 28px;
    font-weight: 500;
}

.breadcrumbs ol {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0 0 10px 0;
    margin: 0;
}

    .breadcrumbs ol a {
        transition: 0.3s;
    }

        .breadcrumbs ol a:hover {
            text-decoration: underline;
        }

    .breadcrumbs ol li + li {
        padding-left: 10px;
        color: #000;
    }

        .breadcrumbs ol li + li::before {
            display: inline-block;
            padding-right: 10px;
            content: "/";
        }

.Lefgtsticky-container {
    position: fixed;
    right: 1px;
    top: 120px;
    -webkit-box-shadow: -3px 3px 6px 0 rgba(0, 0, 0, 0.16);
    box-shadow: -3px 3px 6px 0 rgba(0, 0, 0, 0.16);
    background: #bd2440;
    border-radius: 10px;
    z-index: 7;
    padding: 0;
}

    .Lefgtsticky-container .left-Sticky {
        list-style: none;
        padding: 10px 10px 10px 10px;
        margin: 0;
    }

        .Lefgtsticky-container .left-Sticky a {
            font-size: 16px;
            font-weight: 700;
            color: #fff;
        }

.hithere {
    animation: hithere 1.5s ease infinite;
}

@keyframes hithere {
    30% {
        transform: scale(1);
    }

    40%, 60% {
        transform: rotate(-20deg) scale(1);
    }

    50% {
        transform: rotate(20deg) scale(1);
    }

    70% {
        transform: rotate(0deg) scale(1);
    }

    100% {
        transform: scale(1);
    }
}
/*-----Other CSS---*/

.btn-main-md {
    padding: 15px 40px;
    border-radius: 0;
    background: #e01f25;
    color: #fff;
    outline: none;
    font-size: 0.9375rem;
}
.btn {
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
    transition: all .3s ease;
}



/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
    [data-aos-delay] {
        transition-delay: 0 !important;
    }
}
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.dropdownSublist {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #372b70;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

    .dropdown-content a {
        color: black;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
        border-bottom: 1px dashed #ccc;
        transition: 0.3s;
    }

        .dropdown-content a:hover {
            padding: 10px 10px;
            text-transform: none;
            font-weight: 500;
            color: #ffffff;
            border-left: 5px solid #bd2440;
            transition: 0.3s;
        }

.dropdownSublist:hover .dropdown-content {
    display: block;
    position: fixed;
    z-index: 9999;
}

.customHeader {
    background-color: #ffffff;
    padding: 5px 5px 5px 5px;
    box-shadow: 0px 0 18px rgba(0, 0, 0, 0.1);
    border-bottom: 3px solid #e31e34;
    border-radius: 10px;
}

    .customHeader .header-scrolled {
        box-shadow: 0px 0 18px rgba(0, 0, 0, 0.1);
        background: #fff !important;
        border-radius: 20px;
        padding: 15px 15px 10px 15px;
    }



.header .logo {
    line-height: 0;
}

    .header .logo img {
        margin-right: 6px;
    }

    .header .logo span {
        font-size: 30px;
        font-weight: 700;
        letter-spacing: 1px;
        color: #012970;
        margin-top: 3px;
    }
/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
    padding: 0;
}

    .navbar ul {
        margin: 0;
        padding: 0;
        display: flex;
        list-style: none;
        align-items: center;
        font-family: "Roboto Condensed", sans-serif;
    }

    .navbar li {
        position: relative;
    }

    .navbar a,
    .navbar a:focus {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 5px;
        margin-left: 8px;
        font-size: 15px;
        font-weight: 500;
        white-space: nowrap;
        transition: 0.3s;
        text-decoration: none;
        color: #000;
    }

        .navbar a i,
        .navbar a:focus i {
            font-size: 12px;
            line-height: 0;
            margin-left: 5px;
        }

        .navbar a:hover,
        .navbar .active,
        .navbar .active:focus,
        .navbar li:hover > a {
            color: #bd2440;
        }

    .navbar .getstarted,
    .navbar .getstarted:focus {
        background: #372b70;
        padding: 8px 20px;
        margin-left: 30px;
        border-radius: 4px;
        color: #fff;
    }

        .navbar .getstarted:hover,
        .navbar .getstarted:focus:hover {
            color: #fff;
            background: #5969f3;
        }

    .navbar .dropdown ul {
        display: block;
        position: absolute;
        left: 14px;
        top: calc(100% + 30px);
        margin: 0;
        padding: 10px 0;
        z-index: 99;
        opacity: 0;
        visibility: hidden;
        background: #fff;
        box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
        transition: 0.3s;
        border-radius: 4px;
    }

        .navbar .dropdown ul li {
            min-width: 200px;
        }

        .navbar .dropdown ul a {
            padding: 10px 10px;
            text-transform: none;
            font-weight: 500;
            border-bottom: 1px dashed #ccc;
            margin: 0 auto;
        }

            .navbar .dropdown ul a i {
                font-size: 12px;
            }

            .navbar .dropdown ul a:hover {
                border-left: 5px solid #bd2440;
                background: #2a2275;
            }

            .navbar .dropdown ul a:hover,
            .navbar .dropdown ul .active:hover,
            .navbar .dropdown ul li:hover > a {
                color: #ffc107;
            }

    .navbar .dropdown:hover > ul {
        opacity: 1;
        top: 100%;
        visibility: visible;
    }

    .navbar .megamenu {
        position: static;
    }

        .navbar .megamenu ul {
            margin-top: 0px;
            left: -68%;
            padding: 20px;
            display: flex;
            gap: 1rem;
            position: absolute;
            visibility: collapse;
            opacity: 0;
            width: 1270px;
        }

            .navbar .megamenu ul li {
                flex: 1;
            }

                .navbar .megamenu ul li a,
                .navbar .megamenu ul li:hover > a {
                    color: #ffffff;
                    border-bottom: 1px dashed #ccc;
                }

                    .navbar .megamenu ul li a:hover {
                        border-left: 5px solid #bd2440;
                        background: #2a2275;
                    }

                    .navbar .megamenu ul li a:hover,
                    .navbar .megamenu ul li .active,
                    .navbar .megamenu ul li .active:hover {
                        color: #ffc107;
                    }

    .navbar .dropdown .dropdown ul {
        top: 0;
        left: calc(100% - 30px);
        visibility: hidden;
    }

    .navbar .dropdown .dropdown:hover > ul {
        opacity: 1;
        top: 0;
        left: 100%;
        visibility: visible;
    }

.megamenu .nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    background: #bd2440;
    color: #ffffff;
    border-radius: 5px;
    font-size: 15px;
    font-weight: 500;
    border: 0;
    margin-right: 5px;
}

    .megamenu .nav-pills .nav-link.active,
    .nav-pills .show > .nav-link:hover {
        color: #ffffff !important;
    }

.megamenu .nav-pills .nav-link {
    text-align: left;
    color: #ffffff;
    font-size: 15px;
    font-weight: 500;
    border: 1px solid #ffc107;
    margin-right: 5px;
}

@media (max-width: 1366px) {
    .navbar .dropdown .dropdown ul {
        right: -90%;
    }

    .navbar .dropdown .dropdown:hover > ul {
        right: -110%;
    }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
    color: #012970;
    font-size: 28px;
    cursor: pointer;
    display: none;
    line-height: 0;
    transition: 0.5s;
}

    .mobile-nav-toggle.bi-x {
        color: #fff;
    }

@media (max-width: 1200px) {
    .mobile-nav-toggle {
        display: block;
    }

    .navbar ul {
        display: none;
    }
}

.navbar-mobile {
    position: fixed;
    overflow: hidden;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: #372b70;
    transition: 0.3s;
    z-index: 9;
}

    .navbar-mobile .mobile-nav-toggle {
        position: absolute;
        top: 15px;
        right: 15px;
    }

    .navbar-mobile ul {
        display: block;
        position: absolute;
        top: 55px;
        right: 15px;
        bottom: 15px;
        left: 15px;
        padding: 10px 0;
        border-radius: 10px;
        background-color: #fff;
        overflow-y: auto;
        transition: 0.3s;
    }

    .navbar-mobile a,
    .navbar-mobile a:focus {
        padding: 10px 20px;
        font-size: 16px;
        color: #012970;
    }

        .navbar-mobile a:hover,
        .navbar-mobile .active,
        .navbar-mobile li:hover > a {
            color: #372b70;
        }

    .navbar-mobile .getstarted,
    .navbar-mobile .getstarted:focus {
        margin: 15px;
    }

    .navbar-mobile .dropdown ul {
        position: static;
        display: none;
        margin: 10px 20px;
        padding: 10px 0;
        z-index: 99;
        opacity: 1;
        visibility: visible;
        box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    }

        .navbar-mobile .dropdown ul li {
            min-width: 200px;
        }

        .navbar-mobile .dropdown ul a {
            padding: 10px 20px;
        }

            .navbar-mobile .dropdown ul a i {
                font-size: 12px;
            }

    .navbar-mobile .dropdown > .dropdown-active {
        display: block;
    }
/*--------------------------------------------------------------
# leftside aside list css
--------------------------------------------------------------*/
.hidden {
    display: none;
}
/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
.MobileNone .custom-List {
    padding-left: 0px;
    list-style-type: none;
    margin-bottom: 0;
}

    .MobileNone .custom-List .btn-group,
    .btn-group-vertical {
        position: absolute !important;
        display: inline-flex;
        vertical-align: middle;
        top: 4px;
    }

    .MobileNone .custom-List li a {
        font-size: 12px;
        font-weight: 500;
        color: #fff;
        text-decoration: none;
    }

.customRow {
    margin-right: 15px;
    margin-left: 15px;
}

.MobileNone1 {
    display: none;
}

@media (max-width: 991px) {
    .MobileNone {
        display: none !important;
    }

    .MobileNone1 {
        display: block;
    }
}

.SubMenu ul {
    margin: 0;
    padding: 10px 0;
    z-index: 99;
    transition: 0.3s;
    border-radius: 4px;
    list-style-type: none;
}

    .SubMenu ul li a {
        padding: 8px 8px;
        font-size: 14px;
        text-transform: none;
        font-weight: 500;
        border-bottom: 1px dashed #ccc;
        margin: 0 auto;
    }


.blueBG {
    background: #393185;
}

    .blueBG .icon {
        background: #fff;
        border-radius: 5px;
        padding: 15px;
    }


h1, h2, h3, h4, h5, h6 {
    font-family: "Roboto Condensed", sans-serif;
    font-optical-sizing: auto;
}

h2 {
    font-size: 32px;
    font-weight: bold;
}

section {
    padding: 30px 0;
}

.sticky-top {
    position: relative;
}

.sticky-img {
    position: sticky;
    top: 80px;
}

.sticky-top1 {
    position: sticky;
    top: 120px;
}

ul li {
    margin-bottom: 5px;
}

p, ul li, ol li {
    font-weight: 400;
	text-align: justify;
}

h5 {
    font-size: 18px;
}

.bgBlue-section {
    background: rgba(57, 49, 133, 1);
}


@keyframes movedelement2 {
    0% {
        -webkit-transform: translate(0);
        transform: translate(0);
    }

    25% {
        -webkit-transform: translate(10px, 10px);
        transform: translate(10px, 10px);
    }

    50% {
        -webkit-transform: translate(5px, 5px);
        transform: translate(5px, 5px);
    }

    75% {
        -webkit-transform: translate(10px, -5px);
        transform: translate(10px, -5px);
    }

    to {
        -webkit-transform: translate(0);
        transform: translate(0);
    }
}

/*==========Bubbles Animation CSS Start==========*/
.bubbles_wrap {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 990;
    overflow: hidden;
    pointer-events: none;
}

@-webkit-keyframes animateBubble {
    0% {
        margin-top: 20%
    }

    to {
        margin-top: -30%
    }
}

@-moz-keyframes animateBubble {
    0% {
        margin-top: 20%
    }

    to {
        margin-top: -30%
    }
}

@keyframes animateBubble {
    0% {
        margin-top: 20%
    }

    to {
        margin-top: -30%
    }
}

@-webkit-keyframes sideWays {
    0% {
        margin-left: 0
    }

    to {
        margin-left: 25px
    }
}

.x1 {
    -webkit-animation: animateBubble 15s linear infinite, sideWays 2s ease-in-out infinite alternate;
    animation: animateBubble 15s linear infinite, sideWays 2s ease-in-out infinite alternate;
    left: 6%;
    top: 45%;
    background: #7859fc;
}

.x2 {
    -webkit-animation: animateBubble 10s linear infinite, sideWays 4s ease-in-out infinite alternate;
    animation: animateBubble 10s linear infinite, sideWays 4s ease-in-out infinite alternate;
    left: 5%;
    top: 80%;
    background: #ffc107;
}

.x3 {
    -webkit-animation: animateBubble 18s linear infinite, sideWays 2s ease-in-out infinite alternate;
    animation: animateBubble 18s linear infinite, sideWays 2s ease-in-out infinite alternate;
    left: 10%;
    top: 40%;
    background: #7859fc;
}

.x4 {
    -webkit-animation: animateBubble 12s linear infinite, sideWays 3s ease-in-out infinite alternate;
    animation: animateBubble 12s linear infinite, sideWays 3s ease-in-out infinite alternate;
    left: 20%;
    top: 0;
    background: #e31e34;
}

.x5 {
    -webkit-animation: animateBubble 19s linear infinite, sideWays 4s ease-in-out infinite alternate;
    animation: animateBubble 19s linear infinite, sideWays 4s ease-in-out infinite alternate;
    left: 30%;
    top: 50%;
    background: #00e8ff;
}

.x6 {
    -webkit-animation: animateBubble 11s linear infinite, sideWays 2s ease-in-out infinite alternate;
    animation: animateBubble 11s linear infinite, sideWays 2s ease-in-out infinite alternate;
    left: 50%;
    top: 0;
    background: #00c422;
}

.x7 {
    -webkit-animation: animateBubble 10s linear infinite, sideWays 2s ease-in-out infinite alternate;
    animation: animateBubble 10s linear infinite, sideWays 2s ease-in-out infinite alternate;
    left: 65%;
    top: 70%;
    background: #ff6500;
}

.x8 {
    -webkit-animation: animateBubble 12s linear infinite, sideWays 3s ease-in-out infinite alternate;
    animation: animateBubble 12s linear infinite, sideWays 3s ease-in-out infinite alternate;
    left: 80%;
    top: 10%;
    background: #a756f9;
}

.x9 {
    -webkit-animation: animateBubble 19s linear infinite, sideWays 4s ease-in-out infinite alternate;
    animation: animateBubble 19s linear infinite, sideWays 4s ease-in-out infinite alternate;
    left: 90%;
    top: 50%;
    background: #beba00;
}

.x10 {
    -webkit-animation: animateBubble 16s linear infinite, sideWays 2s ease-in-out infinite alternate;
    animation: animateBubble 16s linear infinite, sideWays 2s ease-in-out infinite alternate;
    left: 80%;
    top: 80%;
    background: #009f69;
}

.bubble {
    position: absolute;
    border-radius: 50%;
    box-shadow: none;
    width: 10px;
    height: 10px;
}


@media (min-width: 1200px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1200px;
    }
}

.move_effect {
    animation: movedelement2 6s linear infinite;
}

#header {
    position: sticky;
    background: #fff;
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
    transition: all 0.5s;
    z-index: 997;
    height: 70px;
/*    top: 40px;*/
}



.header-scrolled {
    background: #fff;
    height: 70px;
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
    transition: all 0.5s;
    z-index: 997;
}

    .header-scrolled .img_test {
        height: 80px;
    }

@media (max-width: 991px) {
    #header {
        top: 0px;
    }
}
/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 15px;
    bottom: 100px;
    z-index: 99999;
    background: #bd2440;
    width: 40px;
    height: 80px;
    border-radius: 4px;
    transition: all 0.4s;
}

    .back-to-top i {
        font-size: 32px;
        color: #fff;
        line-height: 0;
    }

    .back-to-top:hover {
        background: #393185;
        color: #fff;
    }

    .back-to-top.active {
        visibility: visible;
        opacity: 1;
    }


.accordion-button::before {
    /* flex-shrink: 0;
   width: var(--bs-accordion-btn-icon-width);
   height: var(--bs-accordion-btn-icon-width);*/
    margin-right: 2rem;
    content: "";
    background-image: var(--bs-accordion-btn-icon);
    background-repeat: no-repeat;
    background-size: var(--bs-accordion-btn-icon-width);
    transition: var(--bs-accordion-btn-icon-transition);
    --bs-accordion-active-color: #dc3545 !important;
    --bs-accordion-btn-active-icon: url(../svg-icons/chevron-down.svg);
}


.accordion-button:not(.collapsed)::before {
    background-image: url(../svg-icons/chevron-down.svg);
    transform: var(--bs-accordion-btn-icon-transform);
}

.accordion-button::before {
    flex-shrink: 0;
    width: var(--bs-accordion-btn-icon-width);
    height: var(--bs-accordion-btn-icon-width);
    /*margin-left: auto;*/
    content: "";
}


.accordion-button:not(.collapsed)::after {
    background-image: none !important;
}

.accordion-button::after {
    /*flex-shrink: 0;
   width: var(--bs-accordion-btn-icon-width);
   height: var(--bs-accordion-btn-icon-width);
   margin-left: auto;
   content: "";*/
    background-image: none !important;
    /*background-repeat: no-repeat;
   background-size: var(--bs-accordion-btn-icon-width);
   transition: var(--bs-accordion-btn-icon-transition);*/
}

.accordion-button:focus {
    border-color: #dc3545;
    box-shadow: none;
}

.accordion {
    --bs-accordion-btn-padding-x: 2.25rem;
    --bs-accordion-btn-padding-y: 2rem;
    --bs-accordion-active-bg: var(--bs-primary-bg-subtle);
}

.accordion-item {
    border: none;
}

    .accordion-item:first-of-type .accordion-button {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }

    .accordion-item:last-of-type .accordion-button.collapsed {
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }

.accordion-button {
    border-top: 1px solid #000;
}

.accordion-item:last-of-type .accordion-button {
    border-bottom: 1px solid #000;
}

.accordion-button:not(.collapsed) {
    color: #dc3545;
    background-color: #fff !important;
}

.accordion-button:focus {
    z-index: 3;
    border-color: none;
}

.HomeSection {
    padding: 5px 0;
}

/*21-10 css*/

.network-btn {
    display: inline-block;
    width: 45px;
    border: solid 2px;
    margin-left: 1rem;
    padding: 0.3rem;
    border-radius: 5px;
    color: #000
}

    .network-btn:hover {
        color: #bd2440 !important;
        text-decoration: none;
    }

.text-justify p {
    text-align: justify;
}
/*21-10 css*/
.spansor_reg {
    background-repeat: no-repeat;
    background-size: 100%;
    background-image: url('../img/spansor-reg.jpg');
    padding: 0px 0 !important;
    height: 300px;
    margin-bottom: 1rem;
}

.Sponsors_box a {
    text-decoration: none;
    color: #bd2440;
}

.pricing h3 {
    font-weight: 600;
    margin-bottom: 10px;
    font-size: 20px;
    color: #b7005b;
}

.pricing ul {
    padding: 0;
    list-style: none;
    color: color-mix(in srgb, var(--default-color), transparent 30%);
    text-align: left;
    line-height: 20px;
}

    .pricing ul li {
        padding: 5px 0;
        align-items: center;
        display: flex;
        color: #000;
    }


        .pricing ul li:last-child {
            padding-bottom: 0;
        }

    .pricing ul i {
        color: #bd2440;
        font-size: 24px;
        padding-right: 3px;
    }

    .pricing ul .na {
        color: color-mix(in srgb, var(--default-color), transparent 60%);
    }

        .pricing ul .na i {
            color: color-mix(in srgb, var(--default-color), transparent 60%);
        }

        .pricing ul .na span {
            text-decoration: line-through;
        }

.pricing .featured {
    position: relative;
}

    .pricing .featured .popular {
        position: absolute;
        top: 15px;
        right: 15px;
        background-color: var(--accent-color);
        color: var(--contrast-color);
        padding: 4px 15px 6px 15px;
        margin: 0;
        border-radius: 5px;
        font-size: 14px;
        font-weight: 500;
    }

.pricing .c1 {
    position: absolute;
    top: 15px;
    right: 15px;
    background-color: #00a0af;
    color: #ffffff;
    padding: 4px 15px 6px 15px;
    margin: 0;
    border-radius: 5px;
}

.pricing .c2 {
    position: absolute;
    top: 15px;
    right: 15px;
    background-color: #257de3;
    color: #ffffff;
    padding: 4px 15px 6px 15px;
    margin: 0;
    border-radius: 5px;
}

.pricing .c3 {
    position: absolute;
    top: 15px;
    right: 15px;
    background-color: #9751d9;
    color: #ffffff;
    padding: 4px 15px 6px 15px;
    margin: 0;
    border-radius: 5px;
}

.pricing .c4 {
    position: absolute;
    top: 15px;
    right: 15px;
    background-color: #0da929;
    color: #ffffff;
    padding: 4px 15px 6px 15px;
    margin: 0;
    border-radius: 5px;
}

.pricing .c5 {
    position: absolute;
    top: 15px;
    right: 15px;
    background-color: #c36100;
    color: #ffffff;
    padding: 4px 15px 6px 15px;
    margin: 0;
    border-radius: 5px;
}

.pricing .c6 {
    position: absolute;
    top: 15px;
    right: 15px;
    background-color: #a3810a;
    color: #ffffff;
    padding: 4px 15px 6px 15px;
    margin: 0;
    border-radius: 5px;
}

.pricing .c7 {
    position: absolute;
    top: 15px;
    right: 15px;
    background-color: #c3233b;
    color: #ffffff;
    padding: 4px 15px 6px 15px;
    margin: 0;
    border-radius: 5px;
}




.bg1 {
    background: #cffbff;
}

.bg2 {
    background: #c7e1ff;
}

.bg3 {
    background: #f1e2ff;
}

.bg4 {
    background: #e3ffe8;
}

.bg5 {
    background: #ffeedd;
}

.bg6 {
    background: #fffae8;
}

.bg7 {
    background: #ffdde2;
}

.pricing .small-12 {
    font-size: 13px;
    color: #525252;
    font-family: italic;
}

@media (max-width: 992px) {
    .pricing .box {
        max-width: 60%;
        margin: 0 auto 30px auto;
    }
}

@media (max-width: 767px) {
    .pricing .box {
        max-width: 80%;
        margin: 0 auto 30px auto;
    }
}

@media (max-width: 420px) {
    .pricing .box {
        max-width: 100%;
        margin: 0 auto 30px auto;
    }
}

.profileContent p {
    font-weight: bold;
}


/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
.hero {
    width: 100%;
    min-height: 75vh;
    position: relative;
    padding: 60px 0;
    display: flex;
    align-items: center;
    background: url("../img/banner1.jpg") top left;
    background-size: cover;
}

    .hero h1 {
        margin: 0;
        font-size: 48px;
        font-weight: 700;
        line-height: 56px;
    }

    .hero p {
        color: #bd2440;
        margin: 5px 0 10px 0;
        font-size: 15px;
        font-weight: 400;
    }

    .hero .cta-btn {
        color: #000;
        background: var(--accent-color);
        font-weight: 400;
        font-size: 14px;
        letter-spacing: 1px;
        padding: 8px 35px;
        border-radius: 3px;
        transition: 0.5s;
        text-transform: uppercase;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .hero .cta-btn:hover {
            background: #bd2440;
            color: rgb(255 255 255 / 0.10);
        }

        .hero .cta-btn i {
            font-size: 16px;
            line-height: 0;
            margin-right: 8px;
        }
.bg_Light_color {
    background: #2a3883d1;
}



@media (max-width: 768px) {
    .hero h2 {
        font-size: 28px;
        line-height: 36px;
    }

    .hero p {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 30px;
    }

    .hero .download-btn {
        font-size: 14px;
        padding: 8px 20px 10px 20px;
    }
}
.overlay-dark {
    position: relative;
    background: url("../img/ticket-bg.jpg") fixed no-repeat;
    background-size: cover;
    background-position: center center;
    height: 350px; /* Example height */
    overflow: hidden;
    z-index: 1;
}

    .overlay-dark::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #01022887;
        z-index: -1;
    }

@media (max-width: 768px)
{
    .overlay-dark {
        position: relative;
        background: url(../img/ticket-bg.jpg) fixed no-repeat;
        background-size: cover;
        background-position: center center;
        height: auto; /* Example height */
        overflow: hidden;
        z-index: 1;
    }

}

.leader-box {
    position: relative;
    height: 400px;
    background: transparent;
}

.lead {
    position: absolute;
    width: 100%;
    height: 282px;
    left: 0;
    bottom: 23px;
    border-radius: 20px;
    z-index: 0;
}

.lead0-bg {
    background: #fff0f0;
}

.lead1-bg {
    background: #D9D0E6;
}

.lead2-bg {
    background: #C5D1B7;
}

.lead3-bg {
    background: #E3CFC8;
}

.lead4-bg {
    background: #CBE0EF;
}


.lead-info {
    position: absolute;
    left: 10px;
    right: 10px;
    bottom: 40px;
}

@media (max-width:992px)
{
    .leader-box
    {
        height:300px;
    }
}

@media (max-width:768px) {
    .leader-box {
        height: 500px;
    }
}
.bg1 {
    background: #f9ebea;
}

.bg2 {
    background: #f5eef8;
}

.bg3 {
    background: #eaf2f8;
}

.bg4 {
    background: #e8f8f5;
}

.bg5 {
    background: #fef9e7;
}

.bg6 {
    background: #d4e6f1;
}

.bg7 {
    background: #d0ece7;
}

.bg8 {
    background: #fadbd8;
}

.bg9 {
    background: #f2f3f4;
}

.bg10 {
    background: #ebdef0;
}

.bg11 {
    background: #fdebd0;
}

.bg12 {
    background: #fad7a0;
}


.bg-speaker {
    background: url(../img/spaeker-background.jpg) fixed no-repeat;
    background-size: cover;
    background-position: center center;
}

/*----*---*/

#team {
    background: #eee !important;
}

.btn-primary:hover,
.btn-primary:focus {
    background-color: #108d6f;
    border-color: #108d6f;
    box-shadow: none;
    outline: none;
}

.btn-primary {
    color: #fff;
    background-color: #000000;
    border-color: #000000;
}

section {
    padding: 20px 0;
}

section .section-title {
    text-align: center;
    color: #000000;
    margin-bottom: 50px;
    text-transform: uppercase;
}

#team .card {
    border: none;
    background: #ffffff;
	}

.image-flip:hover .backside,
.image-flip.hover .backside {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg);
    border-radius: .25rem;
	align-items: center;
}

.image-flip:hover .frontside,
.image-flip.hover .frontside {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.mainflip {
    -webkit-transition: 1s;
    -webkit-transform-style: preserve-3d;
    -ms-transition: 1s;
    -moz-transition: 1s;
    -moz-transform: perspective(1000px);
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transition: 1s;
    transform-style: preserve-3d;
    position: relative;
}

.frontside {
    position: relative;
    -webkit-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    z-index: 2;
    margin-bottom: 30px;
}

.backside {
    position: absolute;
    top: 0;
    left: 0;
    background: white;
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    -webkit-box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
    -moz-box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
    box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
}

.frontside,
.backside {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: 1s;
    -webkit-transform-style: preserve-3d;
    -moz-transition: 1s;
    -moz-transform-style: preserve-3d;
    -o-transition: 1s;
    -o-transform-style: preserve-3d;
    -ms-transition: 1s;
    -ms-transform-style: preserve-3d;
    transition: 1s;
    transform-style: preserve-3d;
}

.frontside .card,
.backside .card {
    min-height: 312px;
}

.backside .card a {
    font-size: 18px;
    color: #000000 !important;
}

.frontside .card .card-title,
.backside .card .card-title {
    color: #000000 !important;
}

.frontside .card .card-body img {
    width: 120px;
    height: 120px;
    border-radius: 50%;
}
.palign{text-align: center}
