.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
    border-color: red;
}

.wpcf7 form.sent .wpcf7-response-output {
    border-color: #be5cf2;
}

.w-100 {
    width: 100%;
}

.alignleft {
    float: left;
    margin-right: 15px;
}

.sponsors-grid-handler {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
    margin: 0 auto;
}

.fff {
    flex: 0 0 calc(10%);
    margin: 18px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 70px;
}

@media only screen and (max-width: 800px) {
    .fff {
        flex: 0 0 calc(10% + 37px);
        margin: 5px;
        box-sizing: border-box;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 48px;
    }
}

b {
    font-weight: bold;
}

.sponsors-grid-item-img {
    max-width: 100%;
    max-height: 100%;
}

.alignright {
    float: right;
    margin-left: 15px;
}

.aligncenter {
    display: block;
    margin: 0 auto 15px;
}

a:focus {
    outline: 0 solid
}

* {
    box-sizing: border-box;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 15px;
    /*color: #3e3b6d;*/
    /*font-family: 'Poppins', sans-serif;*/
}

body {
    /*color: #737fc7;*/
    font-weight: 400;
    /*font-family: 'Poppins', sans-serif;*/
    line-height: 1.2;
}

@font-face {
    font-family: 'Nexa';
    src: url('../fonts/NexaBold.woff2') format('woff2'),
        url('../fonts/NexaBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

.selector-for-some-widget {
    box-sizing: content-box;
}

a:hover {
    text-decoration: none
}

button:focus {
    outline: 0;
    outline: 5px auto -webkit-focus-ring-color;
}

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


.container {
    max-width: 1170px;
    margin: auto;
}



.header {
    background-image: linear-gradient(to right, #000, rgba(0, 0, 0, 0)),
        url(../img/header-1.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 12rem 0 10rem 0;
    background-color: #000;
    position: relative;
    min-height: 20rem;
    border-bottom: 0;
    height: 100%;
}

.home .header {
    background-image: linear-gradient(to right, #000, rgba(0, 0, 0, 0)),
        url(../img/header-1.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-color: #000;
    position: relative;
    min-height: 20rem;

    display: flex;
    /* kad galėtum lengvai centruoti turinį */
    align-items: center;
    /* vertikaliai centruoja */
    justify-content: center;
    /* horizontaliai centruoja */
    text-align: center;
    /* papildomai centrui tekstą */
}



.header.header__bottom {
    min-height: 10rem;
    padding: 1rem 0;
}

.header.header__bottom.b-speaker {
    min-height: 10rem;
    padding: 6rem 0;
}

.event-card {
    width: 100%;
    margin: 0 auto 2rem auto;
    overflow: hidden;
    background: #fff;
    display: flex;
    flex-direction: column;
    /* Mobile: vertikaliai */
    background: #FFFFFF;
    border: 1px solid #D6D6D6;
    box-shadow: 0px 4px 0px #0bb5df;
    border-radius: 6px;
    transition: box-shadow .18s, transform .15s;
    cursor: pointer;
    color: #231f20;
}

.home .owl-stage-outer,
.home .owl-stage {
    height: 100%;
}

@media (min-width: 768px) {
    .event-card {
        flex-direction: row;
        /* Desktop: horizontalus */
        min-height: 220px;
        /* arba pagal poreikį */
    }


}

.event-card__top {
    width: 100%;
    overflow: hidden;
    aspect-ratio: 16/9;
    background: #f8f8f8;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (min-width: 768px) {
    .event-card__top {
        flex: 0 0 260px;
        /* arba 25%, arba kiek reikia */
        max-width: 260px;
        aspect-ratio: unset;
        /* Nebereikia, nes aukštis pagal turinį */
        height: 100%;
    }
}

.event-card__thumb {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.event-card__body {
    padding: 1.25rem 1.5rem 1rem 1.5rem;
    flex: 1 1 0%;
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
    justify-content: center;
}

.event-card__video {
    padding: 1.25rem 1.5rem 1.25rem 1.5rem;
    flex: 0 0 260px;
    /* plotis kaip paveiksliuko */
    max-width: 320px;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 767px) {

    .event-card__video,
    .event-card__top {
        max-width: 100%;
        width: 100%;
        height: auto;
        flex: unset;
        padding: 0 1.5rem 1.25rem 1.5rem;
    }
}

.event-card__video iframe,
.event-card__video .wp-block-embed__wrapper {
    width: 100% !important;
    aspect-ratio: 16/9;
    border-radius: 8px;
    border: none;
    height: auto;
}

.event-card__title {
    font-size: 1.25rem;
    font-weight: bold;
    margin-bottom: 0.4rem;
}

.event-card__desc {
    font-size: 1rem;
    color: #222;
    margin-bottom: 0.5rem;
}

.blogs-other.exhibitors-wrapper h3 {
    font-size: 20px;
    color: #000;
    font-weight: 700;

}

.blogs-other.exhibitors-wrapper p {
    font-size: 14px;
    color: #4a4a4a;
    font-weight: 400;
    line-height: normal;
}



/* .vp-home-slider .header {
    min-height: 80rem;
} */
.header.awards-header {
    padding: 15rem 0 20rem 0;
}

.lazy {
    width: 100%;
    height: 100%;
}

.header.vp-page {
    padding: 75px 75px;
    height: 50px !important;
    min-height: 50px !important;
}

li {
    font-size: 1.5rem;
}

.header-carousel .owl-stage-outer {
    overflow: visible;
}

#page {
    padding-bottom: 50px;
}

#page ul li {
    position: relative;
    margin-left: 25px;
}

#page ul li::before {
    font-family: "Font Awesome 5 Free";
    content: "\f00c";
    font-weight: 900;
    color: #0bb5df;
    margin-right: 2rem;
    position: absolute;
    left: -25px;
    top: 35%;
    transform: translateY(-50%);
}

.blog-area .about__descriptions h2 {
    margin-bottom: 1rem;
    margin-top: 2rem;
}

.owl-dot span {
    background: #0bb5df;
    height: 15px;
    width: 15px;
    display: block;
    border-radius: 50px;
    margin-left: 5px;
    margin-right: 5px;
}

.owl-dot.active span {
    background-color: rgba(190, 92, 242, 0.6) !important;
    /*background-color: rgba(0, 136, 210, 0.6);*/
}

.owl-carousel .owl-item img {
    height: auto;
    object-fit: cover;
}

.vp-hover-underline {
    position: relative;
}

.vp-hover-underline::after {
    font-family: "Font Awesome 5 Free";
    content: "\f107";
    font-weight: 900;
    position: absolute;
    right: 0px;
    color: black;
    position: absolute;
    top: 50%;
    transform: translate(0%, -50%);
    display: none;
}



.owl-dots {
    display: flex;
    justify-content: center;
}

.header--2 {
    background-image: linear-gradient(to right,
            rgba(0, 0, 0, 0.985) 30%,
            rgba(0, 0, 0, 0)),
        url(../img/header-2.png);
}

.header--3 {
    background-image: linear-gradient(to right,
            rgba(0, 0, 0, 0.985) 30%,
            rgba(0, 0, 0, 0)),
        url(../img/header-3.png);
}

.header--4 {
    background-image: linear-gradient(to right,
            rgba(0, 0, 0, 0.985) 30%,
            rgba(0, 0, 0, 0)),
        url(../img/header-4.jpg);
    background-position: bottom center;
}

.header--4 {
    background-image: linear-gradient(to right,
            rgba(0, 0, 0, 0.985) 30%,
            rgba(0, 0, 0, 0)),
        url(../img/header-4.jpg);
    background-position: bottom center;
}

.header--5 {
    background-image: linear-gradient(to right,
            rgba(0, 0, 0, 0.985) 30%,
            rgba(0, 0, 0, 0)),
        url(../img/header-5.jpg);
    background-position: bottom center;
}

.header--6 {
    background-image: linear-gradient(to right,
            rgba(0, 0, 0, 0.985) 30%,
            rgba(0, 0, 0, 0)),
        url(../img/header-6.jpg);
    background-position: bottom center;
}

.header--7 {
    background-image: linear-gradient(to right,
            rgba(0, 0, 0, 0.985) 30%,
            rgba(0, 0, 0, 0)),
        url(../img/header-7.jpg);
    background-position: bottom center;
}

.header--8 {
    background-image: linear-gradient(to right,
            rgba(0, 0, 0, 0.985) 30%,
            rgba(0, 0, 0, 0)),
        url(../img/header-8.jpg);
    background-position: bottom center;
}

.header--9 {
    background-image: linear-gradient(to right,
            rgba(0, 0, 0, 0.985) 30%,
            rgba(0, 0, 0, 0)),
        url(../img/header-9.jpg);
    background-position: bottom center;
}

.header__bottom {
    padding: 6rem 0;
    background-image: linear-gradient(to right,
            rgba(0, 0, 0, 0.908) 40%,
            rgba(0, 0, 0, 0)),
        url(../img/header-bottom-2.png);
}

.header__bottom--2 {
    background-image: linear-gradient(to right,
            rgba(0, 0, 0, 0.908) 40%,
            rgba(0, 0, 0, 0)),
        url(../img/header__bottom-2.jpg);
    background-position: top;
    background-size: cover;
}

.header__content {
    position: relative;
}

.header__content {
    position: relative;
}

input[type="checkbox"] {
    /* Double-sized Checkboxes */
    -ms-transform: scale(1.5);
    /* IE */
    -moz-transform: scale(1.5);
    /* FF */
    -webkit-transform: scale(1.5);
    /* Safari and Chrome */
    -o-transform: scale(1.5);
    /* Opera */
    transform: scale(1.5);
    padding: 5px;
}

.wpcf7-form-control a {
    color: #fff;
    text-decoration: underline;
}

.wpcf7-list-item {
    font-weight: 300 !important;
}

.wpcf7-form-control a:hover {
    color: #0bb5df;
}


/********************* BLOG ******************/

.header__wrapper.blog-content,
.header__wrapper.blog {
    padding-bottom: 20px;
}

.container.blog-area {
    padding-top: 25px;
    padding-bottom: 25px;
}

.blogs-category.header__wrapper {
    padding-bottom: 20px;
}

.blog-area .about__descriptions a {
    color: #383838;
}

.blog-area .about__descriptions a:hover {
    color: #000;
}

.blog .header.vp-page {
    min-height: 700px !important;
}

.blog .header h1 {
    font-size: 60px;
    font-weight: 600;
    color: #fff;
}

.blog-content .header__content,
.home .header__content {
    padding-left: 0 !important;
}



.blog .header .container {
    position: absolute;
    bottom: 100px;
}

.sign-up-newsletter {
    background: #F9F0FE;
    border-width: 1px 0px;
    border-style: solid;
    border-color: #0bb5df;
}

.sign-up-newsletter h2 {
    font-weight: 500;
    font-size: 32px;
    color: #BE5BF2;
}

.btn-outline-light {
    font-weight: 600;
    font-size: 14px;
    color: #fff;
    border-radius: 5px;
    border: 1px solid #fff;
    padding: 7px 22px;
    opacity: 0.7;
}

.btn-outline-light:hover {
    opacity: 1;
    color: #fff;
}


.sign-up-newsletter .cta__input {
    background-color: #fff;
    border: 1px solid #CED4DA;
    color: #000 !important;
}

.sign-up-newsletter .wpcf7-validates-as-email.form-control.cta__input::placeholder {
    color: #C2C2C2 !important;
    opacity: 1;
}

.sign-up-newsletter .cta__input {
    color: #000 !important;
}

.sign-up-newsletter .cta__input:focus {
    background-color: #fff;
    color: #000 !important;
}

.blogs-category .header {
    min-height: unset !important;
    max-height: unset !important;
    padding: 9rem 0 5rem 0 !important;
}

.blogs-category .header h1 {
    color: #fff !important;
    font-weight: 600;
}

.blogs-other .page-numbers.current {
    padding: 14px 17px;
    background-color: #BE5BF2;
    border-radius: 5px;
    color: #fff;
    margin-right: 5px;
}

.blogs-other .page-numbers {
    padding: 14px 17px;
    background-color: transparent;
    border-color: transparent;
    border-radius: 5px;
    margin-right: 5px;
    color: #000000;
}

.blogs-other .next.page-numbers,
.blogs-other .prev.page-numbers {
    border: 1px solid #DADBDE;
}

.exhibitors-wrapper.blogs-other .card {
    background: #FFFFFF;
    border: 1px solid #D6D6D6;
    box-shadow: 0px 4px 0px #0bb5df;
    border-radius: 6px;
    padding: 15px;
}



.exhibitors-wrapper .service-content li {
    color: #000;
}

.service-content {
    margin-top: -23px;
    position: relative;
}

.blogs-other.exhibitors-wrapper {
    padding-bottom: 50px;
}

.blogs-other .card {
    background: #FFFFFF;
    border: 1px solid #D6D6D6;
    border-radius: 6px;
    padding: 15px;
}

.blogs-other .card h4 {
    padding-top: 12px;
    font-weight: 700;
    font-size: 18px;
    color: #000;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.blogs-other .card img {
    border-radius: 6px;
}

.blogs-other .btn-outline-secondary {
    text-transform: uppercase;
    font-size: 14px !important;
    font-weight: 500 !important;
    border-radius: 5px;
    padding: 1rem 2.5rem;
}

.blogs-other .speaker__btn {
    margin-top: 0 !important;
}

.btn.btn-secondary {
    border-radius: 5px;
    padding: 0.8rem 1.6rem !important;
    display: inline-block;
    border: 1px solid #D6D6D6;
    background-color: #fff;
    font-weight: 500;
    font-size: 14px;
    color: #212529 !important;
    text-transform: uppercase;
}

.btn.btn-secondary:hover {
    border-color: #0bb5df;
    color: #212529 background-color: #FAF4FE;
}

.blogs-other .card .card-top {
    position: relative;
}

.blogs-other .category-wraper {
    position: absolute;
    right: 15px;
    top: 15px;
    background-color: #BE5BF2;
    color: #fff;
    padding: 3px 10px;
}

.blogs-other .tag-wrapper {
    position: absolute;
    left: 15px;
    bottom: 15px;
    background-color: #00000075;
    color: #fff;
    padding: 3px 10px;
    z-index: 12312;
}

.blogs-other .btn-success {
    color: #9D3AAA;
    font-size: 14px;
    text-decoration: underline;
    padding-left: 0;
}

.post-meta {
    text-transform: capitalize;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.8);
}

.list-group {}

.list-group-item {
    position: relative;
    display: block;
    padding: 10px 0px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-left: 0;
    border-right: 0;
    font-weight: 400;
}

.blog-area p.title {
    font-weight: 600;
}


/* awards */

.gradient-wrapper {
    background: linear-gradient(45deg, rgba(170, 65, 182, 1) 0%, rgba(52, 13, 75, 1) 100%);
}

.awards-nomination {
    font-weight: 700;
    color: #fff;
    font-size: 18px;
    line-height: 22px;
    text-transform: uppercase;
    margin-bottom: 14px;
}

span.awards-nominees {
    color: #fff;
    font-size: 18px;
    line-height: 22px;
    font-weight: 400;
}

/* end awards */

.list-group .list-group-item:first-child {
    border-top: 0;
}

.list-group .list-group-item:last-child {
    border-bottom: 0;

}

.share-wrapper {
    position: sticky;
    top: 90px;
}

.mr-2 {
    margin-right: 15px;
    margin-bottom: 4px;
}

.pl-lg-0 {
    padding-left: 0;
}

.col-md-9.about__descriptions a {
    color: #0bb5df;
}

.col-md-9.about__descriptions a:hover {
    color: #0bb5df;
    text-decoration: underline;
}

.site-logo a img {
    max-width: 256px;
}

@media only screen and (max-width: 768px) {


    .site-logo a img {
        max-width: 186px;
    }

    body {
        overflow-x: clip !important;
    }

    .mb-xs-2 {
        margin-bottom: 32px !important;
    }

    .blog-area .about__descriptions p img.alignleft {
        float: none;
        display: block;
        margin-bottom: 15px;
    }

    .blogs-category .header__content {
        padding-left: 0 !important;
    }

    .sign-up-newsletter h2 {
        text-align: center !important;
        padding-bottom: 15px !important;
    }

    .col-md-9.about__descriptions {
        padding-bottom: 25px;
    }

    .blogs-other .service-content .header__btn.mt-5 {
        width: 100%;
        text-align: center;
    }

    .px-0 {
        padding-left: 0;
        padding-right: 0;
    }

    .exhibitors-wrapper ul {
        columns: 1;
        -webkit-columns: 1;
        -moz-columns: 1;
    }

    .blog .header.vp-page {
        padding: 0;
    }

    .blog .header.vp-page h1 {
        font-size: 36px;
    }
}

/********************* BLOG ENDS ******************/

/*.header__content::after {*/
/*    content: "";*/
/*    position: absolute;*/
/*    left: 0;*/
/*    top: 50%;*/
/*    width: 6rem;*/
/*    height: 100%;*/
/*    background-color: transparent;*/
/*    border: 9px solid #be5cf2;*/
/*    border-right: none;*/
/*    transform: translate(0, -50%);*/
/*}*/

.header__title {
    color: #fff;
    font-weight: 300;
    font-size: 5rem;
    margin-bottom: 1rem;
}

.header__title--2 {
    color: #ffffff;
}

.header__title--3 {
    color: #fff;
    font-weight: bold;
    font-size: 3rem;
}

.header__title strong {
    font-weight: 800;
}

.header__subtitle {
    color: #fff;
    font-size: 5rem;
}

.header__btn {
    font-size: 14px;
    display: inline-block;
    color: #fff;
    background-color: #0bb5df;
    padding: 1rem 2.5rem;
    border-radius: 5px;
    transition: all 0.3s;
    margin-top: 1.5rem;
    font-weight: 600;
    text-transform: uppercase;
    border: 1px solid #0bb5df;
}

.header__btn:hover {
    background-color: #fff;
    color: #0bb5df;
    text-decoration: none;
    border: 1px solid #0bb5df;
}

.header .description {
    max-width: 50%;
    line-height: 1.3;
    margin: 2rem 0;
    font-weight: 300;
}

.header-carousel {
    position: relative;
}

.header-carousel h3 {
    color: #0bb5df;
    font-weight: 600;
    font-size: 6rem;

}

.header-carousel .header {
    /*   min-height: 70rem; */
}

.header-carousel span.text {
    color: #fff;
    font-size: 2.5rem;
}

.header__wrapper {
    position: relative;
    padding-bottom: 50px;
    overflow: hidden;
}

.header__wrapper.vp-home-slider {
    padding-bottom: 0;
}

.tab_common .nav-tabs a {
    margin: 0px;
}

.header__wrapper .arrow-bottom {
    position: absolute;
    width: 6rem;
    height: 6rem;
    border-radius: 50%;
    background-color: #0bb5df;
    display: block;
    bottom: 50px;
    left: 50%;
    z-index: 9;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid #fff;
    transform: translate(-50%, 45%);
}

.header__wrapper .arrow-bottom.home {
    bottom: 28px;
}

.header__wrapper .arrow-bottom img {
    width: 1.8rem;
    height: auto !important;
    transition: all 0.3s;
}

.header__wrapper .arrow-bottom:hover img {
    transform: translateY(4px);
}

.header__carousel--2 {
    background-image: url(../img/header-4.png);
}

.header__carousel--3 {
    background-image: url(../img/header-5.png);
}

.header__carousel--4 {
    background-image: url(../img/header-6.png);
}

.footer {
    background-color: #030404;
    padding: 6rem 0;
}

.footer__header {
    font-weight: 800;
    font-size: 3rem;
    margin-bottom: 3rem;
}

.footer__single-wrap {
    margin-bottom: 3rem;
}

.footer__single img {
    max-width: 15rem;
    width: 100%;
}

.footer__name {
    font-weight: 700;
    font-size: 1.4rem;
    margin-bottom: 0;
}

.footer__name span {
    font-weight: 300;
    color: #0bb5df;
}

.footer__contact {
    margin-bottom: 0;
    font-size: 1.4rem;
}

.footer__contact i {
    color: #0bb5df;
    margin-right: 1rem;
}

.footer__heading {
    font-weight: 700;
    margin-bottom: 0;
}

.footer__social {
    text-align: center;
    margin-top: 2rem;
    width: 100%;
    display: flex;
    justify-content: center;
}

.footer__social a {
    font-size: 2.3rem;
    margin: 0 0.7rem;
    border-radius: 5px;
    transition: all 0.3s;
    color: #0bb5df;
    display: block;
    float: left;
}

.footer__social a:hover {
    color: #ffffff;
}

.footer__btn {
    background-color: #0bb5df;
    color: #000;
    border-radius: 5px;
    padding: 0.2rem 0.8rem;
    display: inline-block;
    font-size: 1.2rem;
    margin-top: 1.2rem;
}

.footer__btn:hover {
    text-decoration: none;
    color: #000;
}

.footer__btn--white {
    background-color: #fff;
    color: #0bb5df;
}

*,
*::before,
*::after {
    margin: 0;
    padding: 0;
    box-sizing: inherit;
}

html {
    font-size: 62.5%;
    overflow-x: hidden;
    box-sizing: border-box;
    scroll-behavior: smooth;
}

body {
    font-family: "Nunito Sans", sans-serif;
    font-feature-settings: 'pnum' on, 'lnum' on !important;
}

.container {
    max-width: 1230px;
}

section {
    margin: 5rem 0;
}

.section__heading {
    font-size: 3.5rem;
    font-weight: 700;
    color: #000001;
    margin-bottom: 5rem;
    width: 100%;
}

.section__heading strong {
    font-weight: bold;
}

strong {
    font-weight: 700;
}

.share__imgbox img {
    padding: 12px;
    border-radius: 18px;
}

.share__text h3 {
    font-size: 22px;
    margin-top: 12px;
    margin-bottom: 8px;
}

.description {
    font-size: 1.5rem;
    font-weight: 300;
}

ul {
    list-style: none;
}

.group-bookings .wpcf7-list-item-label {
    font-size: 14px;
    margin-left: 0;
}

.shine-form .group-bookings input[type="submit"] {
    font-size: 19px;
}

.shine-form .group-bookings input[type="checkbox"] {
    position: absolute;
    left: 0px;
    top: -15px;
}

.shine-form .group-bookings .wpcf7-list-item label {
    line-height: normal;
    margin-bottom: 2.5rem;
    padding-right: 14px;
}

.shine-form .group-bookings .wpcf7-form-control.wpcf7-acceptance {
    position: relative;
    padding-left: 20px;
}

.pb-0 {
    padding-bottom: 0px !important;
}

.mt__5 {
    margin-top: 5rem !important;
}

.mt__8 {
    margin-top: 8rem !important;
}

.pt__7 {
    padding-top: 7rem !important;
}

.pt__10 {
    padding-top: 10rem !important;
}

.pb__10 {
    padding-bottom: 10rem !important;
}

.mb__6 {
    margin-bottom: 6rem !important;
}

.mb__5 {
    margin-bottom: 5rem !important;
}

.mb__7 {
    margin-bottom: 7rem !important;
}

.mb__8 {
    margin-bottom: 8rem !important;
}

.mb__9 {
    margin-bottom: 9rem !important;
}

.mb__10 {
    margin-bottom: 10rem !important;
}

/*=======================
========= About ==========
=========================*/
.about__us__header__logo {
    width: 100%;
    max-width: 30rem;
}

/*.about {*/
/*    padding: 8rem 0;*/
/*}*/

.about__top {
    max-width: 100rem;
    margin: 0 auto;
    margin-bottom: 2rem;
}

.about__right {
    position: relative;
    padding: 4rem 4rem;
}

.about__right::after,
.about__right::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 5rem;
    height: 5rem;
    background-color: transparent;
    border: 2rem solid #0bb5df;
    content: "";
    border-bottom: 0;
    border-right: 0;
}

.about__right::before {
    left: auto;
    right: 0;
    top: auto;
    bottom: 0;
    border-bottom: 2rem solid #0bb5df;
    border-right: 2rem solid #0bb5df;
    border-left: 0;
    border-top: 0;
    transform: translate(-50%, -50%);
}

.about__left {
    position: relative;
    padding: 4rem 4rem;
}

.about__left::after,
.about__left::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 5rem;
    height: 5rem;
    background-color: transparent;
    border: 2rem solid #0bb5df;
    content: "";
    border-bottom: 0;
    border-right: 0;
}

.about__left::before {
    left: auto;
    right: 0;
    top: auto;
    bottom: 0;
    border-bottom: 2rem solid #0bb5df;
    border-right: 2rem solid #0bb5df;
    border-left: 0;
    border-top: 0;
    transform: translate(-50%, -50%);
}

/*=======================
========= Event ==========
=========================*/
.event {
    padding-bottom: 10rem;
    padding-top: 10rem;
    /*background-image: linear-gradient(171deg, #bd49c7 0%, #2c0a44 100%);*/
    margin-bottom: 5rem;
}

.front {
    background-image: linear-gradient(171deg, #0bb5df 0%, #062e78 100%);
}

.event .event-title {
    color: #ffffff;
    font-weight: bold;
    /*padding-bottom: 5rem;*/
    padding-top: 5rem;
}

.event .description {
    margin-bottom: 0;
    color: #ffffff;
    font-weight: 300;
}

/*.event .description:link {*/
/*    color: #000;*/
/*}*/

/*.event__picture {*/
/*    height: 100%;*/
/*}*/

.event__text-wrap {
    background-color: #171716;
}


/*.event .nav-item {*/
/*    width: 100%;*/
/*}*/

/*.event .nav-tabs {*/
/*    height: 100%;*/
/*}*/

/*.event .tab-content {*/
/*    min-height: 15rem !important;*/
/*}*/

/*.event .tab-content img {*/
/*    height: 100%;*/
/*    width: 100%;*/
/*    object-fit: cover;*/
/*    max-width: 100% !important;*/
/*    margin-bottom: 0 !important;*/
/*}*/

/*.event a {*/
/*    display: flex;*/
/*    align-items: center;*/
/*    padding: 3rem 0 3rem 4rem;*/
/*    flex-direction: row;*/
/*    background-color: #161615;*/
/*    margin-left: 0 !important;*/
/*}*/

/*.event a:not(:last-child) {*/
/*    border-bottom: 2px solid #be5cf2;*/
/*}*/

/*.event a.active img {*/
/*    filter: brightness(0) invert(1);*/
/*}*/

.event__icon {
    margin-right: 2rem;
    width: 100%
}

.event__title {
    font-weight: 800;
    color: #0bb5df;
    font-size: 2rem;
    width: 100%;
    text-transform: capitalize;
    margin-bottom: 2rem;
}

.event__title h3 {
    word-spacing: 100vw;
    text-transform: capitalize;
}

/*.event .tab__bg {*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    background-image: url(../img/Ica_Summit_WEB_1-23.jpg);*/
/*    background-repeat: no-repeat;*/
/*    background-size: cover;*/
/*    background-position: center;*/
/*    min-height: 15rem !important;*/
/*}*/

/*.event .tab__bg--2 {*/
/*    background-image: url(../img/Ica_Summit_WwEB_1-44.jpg);*/
/*}*/

/*.event .tab__bg--3 {*/
/*    background-image: url(../img/participate-2.jpg);*/
/*}*/

/*.event .tab__bg--4 {*/
/*    background-image: url(../img/participate-3.jpg);*/
/*}*/

/*=======================
========= Sponser ==========
=========================*/
.sponser {
    padding: 2rem 0;
    text-align: center;
}



.owl-carousel .owl-stage,
.video-carousel .owl-stage {
    display: flex;
    align-items: center;
}

.owl-stage {
    min-width: 101% !important;
}

.owl-nav button {
    left: -40px !important;
}

.owl-nav button.owl-next {
    right: -40px !important;
    left: auto !important;
}

.video {
    padding-bottom: 50px;
}

.video-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
}

.owl-nav button {

    background-color: rgb(158 1 242 / 44%) !important;
    border-radius: 50px;
    width: 35px !important;
    height: 35px !important;
}

.owl-nav button::after {
    font-size: 20px !important;
}

.wpcf7-file {
    background-color: rgba(255, 255, 255, 0) !important;
}

/*MENU

#navbarNav ul.sub-menu {
  display: none;
}

.nav-item {
  position: relative;
}

.sub-menu .nav-item {
  margin-right: 0px;
}

.nav-item:hover ul.sub-menu {
  display: block !important;
  position: absolute;
  top: 30px;
  background-color: rgba(255, 255, 255, 0.8);
  left: 50%;
  border-radius: 10px;
  transform: translate(-50%, 0%);
}

.nav-item:hover ul.sub-menu .nav-link {
  color: black !important;
  width: 200px;
  text-align: center;
}

ul.sub-menu .nav-link:hover {
  text-decoration: underline;
}

.navbar-light.active .nav-item::before {
  color: black;
  }

.nav-item::before {
  font-family: "Font Awesome 5 Free";
  content: "\f107";
  font-weight: 900;
  position: absolute;
  right: 0px;
  color: white;
  position: absolute;
  top: 50%;
  transform: translate(0%, -50%);
  display: none;
}

.nav-item.parent::before {
  display: block;
}
*/

/*===========================
========= Menu Start==========
============================*/


/*MENU*/


.header-menu-area {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 9;
}

.site-header-right-blik {
    display: flex;
    align-items: center;
    justify-content: end;
}

.site-menu ul {
    display: block;
    float: left;
    margin: 0;
    padding: 0;
    list-style: none;
}

.site-menu ul li {
    display: inline-block;
}

.site-menu .sub-menu .nav-item {
    margin-right: 0px;
}

.site-menu ul li a {
    font-size: 12px;
    padding: 17px 18px;
    color: #fff;
    display: block;
    text-transform: uppercase;
    font-weight: 700;
}

.site-menu ul li {
    position: relative;
}

.site-menu ul li ul {
    position: absolute;
    left: 0;
    top: 120%;
    width: 180px;
    background: #fff;
    transition: .3s;
    opacity: 0;
    visibility: hidden;
}

.site-menu ul li ul li {
    display: block;
}

.site-menu .sub-menu a {
    display: block;
    color: #000;
    padding: 16px;
    transition: .3s;
}

.site-menu:hover ul li ul li a:hover {
    background: #0bb5df;
    color: #fff;
    text-decoration: none;
}

.site-menu ul li ul li a {
    display: block;
}

.site-menu ul li:hover ul {
    opacity: 1;
    visibility: visible;
}



.site-menu ul li:hover ul {
    top: 100%;
}

.right-action-btn a {
    border: 2px solid #fff;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600 !important;
    color: #fff;
    padding: 12px 39px;
    border-radius: 36px;
    transition: .3s;
}

.header-menu-area {
    padding: 24px 0;
}

.mean-nav .nav-item {
    margin-right: 0px;
}

/* SM Small Device :320px. */
@media only screen and (min-width: 320px) and (max-width: 767px) {

    .meanmenu-reveal {
        align-content: center;
    }

    .mean-bar {
        z-index: 0 !important;
    }

    .right-action-btn {
        position: absolute;
        bottom: 10px;
        right: 50px;
        z-index: 123123;
    }

    .meanmenu-reveal.meanclose {
        color: #000 !important;
    }

    .navbar .mean-container a.meanmenu-reveal {
        top: 6px;
    }

    .mean-container a.meanmenu-reveal span {
        position: relative;
        background: black !important;
    }

    .mean-container a.meanmenu-reveal span::before {
        background: #000;
        height: 3px;
        position: absolute;
        content: '';
        width: 22px;
        top: 6px;
        left: 0px;
    }

    .mean-container a.meanmenu-reveal span::after {
        background: #000;
        height: 3px;
        position: absolute;
        content: '';
        width: 22px;
        top: -6px;
        left: 0px;
    }

    .navbar.active a.meanmenu-reveal span::after,
    .navbar.active a.meanmenu-reveal span::before,
    .navbar.active a.meanmenu-reveal span {
        background: #000;
    }

    .header-menu-area .mean-container .mean-nav {
        float: inherit;
        width: 100%;
        background: #0bb5df;
        margin-top: 61px;
        display: block;
    }

    .site-logo img {
        position: relative;
        z-index: 99999999;
    }

    .menu-prepent.mean-container {
        position: absolute;
        width: 100%;
        left: 0;
        top: 0;
    }

    .header-menu-area .mean-container .mean-bar {
        background: transparent;
    }

    .mean-container .mean-nav ul li a {
        display: block;
        float: inherit;
        width: auto;
        padding: 13px 10px;
        margin: 0;
        text-align: left;
        color: #fff;
        border-top: 1px solid #383838;
        border-top: 1px solid rgba(255, 255, 255, 0.5);
        text-decoration: none;
        text-transform: uppercase;
        font-size: 12px;
        font-weight: 700;
    }

    .mean-container .mean-nav ul li {
        float: none;
    }

    .header-menu-area .mean-container .mean-nav ul li a.mean-expand {
        margin-top: 1px;
        width: 26px;
        height: 14px;
        padding: 12px !important;
        text-align: center;
        position: absolute;
        right: 0;
        top: 0px;
        z-index: 2;
        font-weight: 700;
        background: rgba(255, 255, 255, 0.1);
        border: none !important;
        border-left: 1px solid rgba(255, 255, 255, 0.4) !important;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2) !important;
        line-height: 18px;
    }

    .header-menu-area .mean-container .mean-nav ul li a.mean-expand:hover {
        background: rgba(255, 255, 255, 0.3);
    }

}

/* STICKY MENU CSS AREA START*/

.navbar .container,
.navbar .container-fluid,
.navbar .container-sm,
.navbar .container-md,
.navbar .container-lg,
.navbar .container-xl {
    display: block;
}

.sticky-navigation {
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}

nav.navbar.navbar-expand-lg.navbar-dark {
    padding: 30px 0;
}

.sticky .logo2 {
    display: inline-block;
}

.sticky .logo {
    display: none;
}

.sticky {
    display: block;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    background-color: #fff;
    z-index: 10;
    display: block;
    box-shadow: 0px 24px 35px 13px rgba(0, 0, 0, 0.25);
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

.sticky button {
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}

.sticky .navbar.navbar-expand-lg.navbar-dark button span {
    color: #000;
}

.sticky ul li a {
    color: #7e7e7e;
    font-weight: 500;
    color: #000 !important;
}

.nopadding {
    padding: 0px !important;
}

.sticky nav.navbar.navbar-expand-lg.navbar-dark {
    padding: 0;
}

.sticky-navigation nav a {
    font-weight: bold !important;
}

.sticky-navigation .dropdown-item:hover {
    color: #fff !important;
}

.sticky .btn-outline-light {
    border: 2px solid #0bb5df;
    color: #000 !important;
}

.sticky-navigation .btn-outline-light:hover {
    background-color: #0bb5df;
    color: #fff !important;
}

/*===========================
========= Menu End==========
============================*/


/* STICKY MENU CSS AREA START*/

.sticky-navigation {
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}

nav.navbar.navbar-expand-lg.navbar-dark {
    padding: 30px 0;
}

.sticky .logo2 {
    display: inline-block;
}

.sticky .logo {
    display: none;
}

.sticky {
    display: block;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    background-color: #fff;
    z-index: 10;
    display: block;
    box-shadow: 0px 24px 35px 13px rgba(0, 0, 0, 0.25);
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

.sticky button {
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}

.sticky .navbar.navbar-expand-lg.navbar-dark button span {
    color: #000;
}

.sticky ul li a {
    color: #7e7e7e;
    font-weight: 500;
    color: #000 !important;
}

.nopadding {
    padding: 0px !important;
}

.sticky nav.navbar.navbar-expand-lg.navbar-dark {
    padding: 0;
}

.sticky-navigation nav a {
    font-weight: bold !important;
}

.sticky-navigation .dropdown-item:hover {
    color: #fff !important;
}

.sticky .btn-outline-light {
    border: 2px solid #0bb5df;
    color: #000 !important;
}

.sticky-navigation .btn-outline-light:hover {
    background-color: #0bb5df;
    color: #fff !important;
}

/*===========================
========= Menu End==========
============================*/


div.wpcf7 .ajax-loader {
    display: none;
}

/*=======================
========= Gallery ==========
=========================*/
.gallery {
    padding: 5rem 0;
}

.gallery__bg {
    width: 100%;
    height: 30rem;
    background-image: url(../img/Ica_Summit_WEB_1-46.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right;
}

.gallery__bg--2 {
    background-image: url(../img/Ica_Summit_WEB_1-44.jpg);
    background-position: left;
}

.gallery__bg--3 {
    background-image: url(../img/Ica_Summit_WEB_1-45.jpg);
    background-position: left;
}

/*=======================
========= Cta ==========
=========================*/
.cta {
    background-image: linear-gradient(91deg, #0bb5df 0%, #062e78 100%);
    padding: 5rem 0;
    color: #fff;
    margin-bottom: 0;
    margin-top: 0;
}

.cta__input {
    background-color: #ffffff;
    box-sizing: border-box;
    border-radius: 0;
    font-size: 2rem;
    padding: 1rem 2.5rem;
    color: #fff !important;
}

.cta__input:focus {
    background-color: #ffffff;
    color: white;
}

.cta__input::placeholder {
    color: #fff;
}

.cta__input-btn {
    border-top-right-radius: 5px !important;
    border-bottom-right-radius: 5px !important;
    background-color: #0bb5df;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    border-color: #0bb5df;
    outline: none;
    padding: 0 3rem;
}

/*=======================
========= Share ==========
=========================*/
.share {
    padding: 2rem 0 2rem 0;
}

canvas,
svg {
    will-change: transform;
}


.share__list {
    list-style: none;
}

.share__item {
    font-size: 1.6rem;
    font-weight: 300;
    margin-bottom: 0.5rem;
    position: relative;
    padding-left: 3rem;
}

.share__item::before {
    font-family: "Font Awesome 5 Free";
    content: "\f00c";
    font-weight: 900;
    color: #0bb5df;
    margin-right: 2rem;
    position: absolute;
    left: 0;
    top: 35%;
    transform: translateY(-50%);
}

.share__img {
    width: 100%;
}

/*=======================
========= Shine Form ==========
=========================*/

.shine-form.vp-payment {
    width: 50%;
    margin: 0 auto;
    padding: 35px;
    text-align: center;
}

.shine-form.vp-payment .modal__heading {
    font-weight: 900;
    color: #fff;
    font-size: 3rem;
    text-align: right;
}

.shine-form {
    background-image: linear-gradient(7deg, #0bb5df 0%, #002664 100%);
    padding: 4rem 0;
    margin-bottom: 0;
}

.shine-form__text {
    position: relative;
    line-height: 2;
    margin-right: 1rem;
}

.shine-form__text::after {
    position: absolute;
    right: 10%;
    top: 0;
    width: 2px;
    height: 100%;
    background-color: #ffffff;
    content: "";
}

.shine-form .form-control {
    background-color: #ffffff !important;
    border-radius: 5px;
    margin-bottom: 1.5rem;
    padding: 2.5rem 1.2rem;
    font-size: 1.6rem;
    outline: none;
    border: none;
}

.shine-form .form-control::placeholder {
    text-transform: uppercase;
    font-weight: 300;
    color: #000;
    font-size: 1.3rem;
    font-family: "Nunito Sans", sans-serif;
}

.shine-form input[type="submit"] {
    font-size: 14px;
    font-weight: 600;
    border-radius: 5px;
    text-transform: uppercase;
    background: #fff;
    color: #0bb5df;
    padding: 1rem 2.5rem;
    border: none;
    outline: none;
    transition: all 0.3s;
}

.shine-form input[type="submit"]:hover {
    background-color: #0bb5df;
    color: #fff;
}

.shine-form .checkbox_main li label {
    color: #fff;
    font-size: 18px;
    margin-bottom: 12px;
    cursor: pointer;
    font-weight: 400;
}

.wpcf7-list-item-label {
    color: #ffffff;
    font-family: "Nunito Sans", sans-serif !important;
    font-size: 18px;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    margin-left: 15px;
    font-weight: 300 !important;
}

.modal-content .shine-form__wrap {
    margin-top: 30px;
    padding-top: 30px;
}

.shine-form .checkbox_main li input[type="checkbox"] {
    display: none;
}

.wpcf7-list-item-label {
    position: relative;
}

.shine-form .checkbox_main li input[type="checkbox"]+label span {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: -1px 15px 0 0;
    vertical-align: middle;
    cursor: pointer;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 2px solid #fff;
    position: relative;
}

.wpcf7-list-item-label:before {
    height: 25px;
    width: 25px;
    color: #fff;
    content: "\f00c" !important;
    font-family: "FontAwesome";
    font-size: 11px;
    position: absolute;
    text-align: center;
    left: 3px;
    top: 0px;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.shine-form .checkbox_main li input[type="checkbox"]:checked+label span {
    background: #cdebf2;
    border-color: #cdebf2;
}

.shine-form .checkbox_main li input[type="checkbox"]:checked+label span:before {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    color: #0bb5df;
}

.shine-form .checkbox_main li input[type="checkbox"]+label span,
.shine-form .checkbox_main li input[type="checkbox"]:checked+label span {
    -webkit-transition: background-color 0.2s linear;
    -o-transition: background-color 0.2s linear;
    -moz-transition: background-color 0.2s linear;
    transition: background-color 0.2s linear;
}

.shine-form .checkbox_style2 li input[type="checkbox"]+label span {
    border-radius: 0px;
}

/*=======================
========= Agenda ==========
=========================*/

.vp-hover-underline {
    text-decoration: underline;
}

.vp-hover-underline:hover {
    text-decoration: none;
}

.vp-agenda-desc-show {
    display: none;
}

.vp-agenda-desc-show p {
    font-size: 1.5rem;
}

.agenda {
    padding: 8rem 0;
}

.nav-tabs {
    border: none;
}

.nav-tabs .nav-item {
    margin-right: 0px;
}

.nav-tabs a {
    font-size: 2rem;
    text-transform: uppercase;
    padding: 0.6rem 1rem;
    border: 2px solid #0bb5df;
    color: #0bb5df;
    margin: 0 1rem;
}

.nav-tabs a:hover {
    text-decoration: none;
}

.nav-tabs a.active {
    background-color: #0bb5df;
    color: #fff;
}

.tab_content .row.colored {
    background-image: linear-gradient(to right, #0bb5df 0%, #0bb5df 0.005237770000000003%, #180c24 100%);
    padding: 0.6rem 0;
}

.tab__bold-text {
    font-weight: 900;
    font-size: 1.6rem;
}

.text__light-text {
    font-size: 1.5rem;
    font-weight: 300;
    margin-bottom: 0;
}

.tab__time {
    font-weight: 700;
    font-size: 1.6rem;
}

.tab_content .row:not(.colored) {
    border-bottom: 2px solid #0bb5df;
}

/*=======================
========= Video ==========
=========================*/
.embed-responsive {
    box-shadow: 0px 14px 14px 2px rgba(0, 0, 0, 0.352);
    margin-bottom: 5rem;
}

/*=======================
========= Sponsershop ==========
=========================*/

.border-bottom.last-sponsor {
    border-bottom: none !important;
}

.sponership {
    /*background-image: url("/wp-content/uploads/2021/01/1-element.png"), linear-gradient(120deg, #bc3cc6, #b623f1);*/
    background-image: linear-gradient(180deg, #0bb5df 0%, #002664 100%);
    font-size: 1.6rem;
    padding: 8rem 0;
}

.sponership__wrap {
    border: 2px solid #fff;
    padding: 2rem 0;
}

.sponership__item {
    margin-bottom: 3px;
}

.sponership__item:last-child {
    background-color: #002664;
}

.sponership__item:nth-child(17) {
    background-color: #002155;
}

.sponership__item:nth-child(16) {
    background-color: #00183f;
}

.sponership__item:nth-child(15) {
    background-color: #000f27;
}

.sponership .col-md-6 ul li {
    padding-left: 3rem;
    position: relative;
}

.sponership .col-md-6 ul li::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 1rem;
    width: 7px;
    height: 7px;
    background-color: #ffffff;
    transform: translateY(-50%);
}

.sponership h5 {
    text-transform: uppercase;
    font-weight: 900;
    font-size: 1.7rem;
}

/*=======================
========= Pakages ==========
=========================*/
.pakages {
    padding: 4rem 0 8rem 0;
}

.pakages__single {
    border: 2px solid #0bb5df;
    padding: 5rem 4rem 3rem 4rem;
}

.pakages__title {
    font-weight: 400;
    color: #0bb5df;
    font-size: 2.4rem;
    line-height: 2.4rem;
    text-transform: capitalize;
    margin-bottom: 3rem;
}

.pakages__title strong {
    font-weight: 900;
    color: #000;
    font-size: 3rem;
}

.pakages__item {
    font-size: 1.6rem;
    position: relative;
    padding-left: 3rem;
}

.pakages__item::before {
    position: absolute;
    content: "";
    width: 7px;
    height: 7px;
    background-color: #0bb5df;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.about-us .card {
    transform: translateY(0px);
    transition: 0.4s all;
}

.about-us .card:hover {
    transform: translateY(-5px);
}

.pakages__item span {
    font-weight: 800;
}

.pakages .soldout {
    border-color: #db0010;
    position: relative;
}

.pakages .soldout::after {
    position: absolute;
    content: "sold!";
    text-transform: uppercase;
    font-weight: 900;
    background-color: #db0010;
    font-size: 2rem;
    top: 20%;
    right: 0;
    color: #fff;
    padding: 0 1rem;
    transform: translateX(10%);
}

/*=======================
========= participent ==========
=========================*/
.participent img {
    height: 30rem;
    width: 100%;
    object-fit: cover;
}

.participent h5 {
    font-size: 2rem;
    margin-top: 1rem;
    font-weight: normal;
}

.participent h5 span {
    /*font-weight: 700;*/
}

.details {
    padding: 12rem 0 7rem 0;
}

.linkdin__btn {
    display: flex;
    align-items: center;
    font-weight: 300;
    font-size: 2.6rem;
    text-align: left;
    color: #0bb5df;
    line-height: 1.3;
    justify-content: center;
    transition: all 0.3s;
}

.linkdin__btn i {
    font-size: 8rem;
    margin-left: 1.4rem;
    border-radius: 10px;
}

.linkdin__btn:hover {
    text-decoration: none;
}

.confidence {
    padding: 8rem 0;
}

.event {
    padding: 1rem 0 5rem 0;
}

.lazy.speaker__single {
    max-height: 50px;
    width: auto;
}

.event img {
    max-width: 8rem;
    width: 100%;
    margin-bottom: 2rem;
    margin-right: 10px;
}

.event .step p {
    font-size: 1.5rem;
}

.owl-nav button {
    position: absolute;
    top: 50%;
    left: 0;
    width: 5rem;
    height: 5rem;
    background: red;
    z-index: 999;
    display: block;
    transform: translateY(-50%);
}

.owl-nav button::after {
    content: "\f053";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #fff;
    font-size: 3rem;
    transform: translateY(-50%);
}

.owl-nav button span {
    display: none;
}

.owl-nav button.owl-next {
    left: auto;
    right: 0;
}

.owl-nav button.owl-next::after {
    content: "\f054";
}

.navbar {
    background-color: transparent;
    position: absolute;
    z-index: 99;
    width: 100%;
    padding: 3rem 5rem;
    margin: 0 auto;
    left: 0;
    right: 0;
    transition: all 0.3s;
}

.navbar.active {
    position: fixed;
    top: 0;
    background-color: #fff;
    color: #000;
    padding: 1rem;
    border-bottom: 1px solid #2c122f24;
}

.navbar.active .mean-nav .nav-link {
    color: #fff !important;
}

.vp-sponsor-table-mobile {
    display: none;
}

.vp-sponsor-table-desktop {
    display: block;
}

.navbar.active .nav-link {
    font-size: 12px;
    color: #000 !important;
    font-weight: 700;
    text-transform: uppercase;
    padding: 10px 15px !important;
}

.navbar.active .sub-menu .nav-link:hover {
    color: #fff !important;
}

.navbar.active .speaker__btn {
    border-color: #0bb5df !important;
    border-radius: 5px;
    color: #fff !important;
    padding: 0.8rem 1.6rem !important;
    display: inline-block;
    border: 2px solid #fff;
}

.navbar.active .speaker__btn:hover {
    color: #0bb5df !important;
}

.navbar.active .navbar-brand {
    display: none;
}

.navbar.active .navbar-brand--2 {
    display: block;
}

.navbar img {
    max-width: 15rem;
}

.has-error {
    border: red solid 2px !important;
}

.has-error-text,
body .confirmation-wrap .has-error-text a {
    color: red !important;
}

.confirmation-wrap .wpcf7-form-control a,
.confirmation-wrap .wpcf7-response-output {
    color: #000000 !important;
}

.wpcf7-response-output {
    color: #fff;
    font-size: 18px;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    margin-left: 15px;
}

.navbar .nav-link {
    font-size: 12px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    padding: 10px !important;
}

.cn-button.bootstrap {
    color: #fff;
    background: #C06FEA;
}

.mean-bar .nav-link {
    width: calc(100% - 30px) !important;
    color: #fff;
}

.nav-item {
    margin-right: 6px;
}

.navbar .speaker__btn {
    border-color: #0bb5df;
    border-radius: 5px;
    padding: 0.8rem 1.6rem !important;
    display: inline-block;
    border: 2px solid #0bb5df;
}

.navbar-brand--2 {
    display: none;
}

.speaker {
    padding-bottom: 7rem;
}

.speaker__single {
    text-align: center;
}

.speaker__single:hover {
    text-decoration: none;
}

.speaker__img {
    width: 18rem;
    min-height: 18rem;
    border-radius: 50%;
    overflow: hidden;
    display: block;
    margin: 0 auto;
    margin-bottom: 2rem;
    border: 1px solid #ffffff;
    box-shadow: -2px 1px 10px -2px #2859b8;
}

.speaker__name {
    font-weight: 800;
    text-transform: capitalize;
    font-size: 2rem;
    color: #000001;
    margin-bottom: 0;
    font-weight: bold;
}

.speaker__position {
    margin-bottom: 0;
    color: #000001 !important;
}

.speaker__company {
    font-size: 1.8rem;
    color: #0bb5df;
    font-weight: bold;
}

.speaker__btn {
    text-transform: uppercase;
    font-size: 14px !important;
    font-weight: 500 !important;
    color: #fff;
    border: 1px solid #0bb5df;
    background-color: #0bb5df;
    border-radius: 5px;
    padding: 1rem 2.5rem;
    margin-top: 2rem;
}

.btn-outline-secondary:hover {
    background-color: #fff;
    border-color: #0bb5df;
    color: #0bb5df;
}

.speaker__btn:hover {
    background-color: #fff;
    color: #0bb5df !important;
}

.modal-header {
    border: none;
    padding: 0 !important;
}

.modal-header button {
    height: 3rem;
    width: 3rem;
    border-radius: 50%;
    border: 2px solid #dadad9;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 0px !important;
    margin-top: 15px !important;
}

.modal-header button span {
    color: #dadad9;
    font-size: 3rem;
    margin-bottom: 0.4rem;
}

.modal__time {
    border-top: 2px solid #0bb5df;
    border-bottom: 2px solid #0bb5df;
    padding: 0.3rem 0;
}

.modal__day {
    /*border: 1px solid #be5cf2;*/
    display: inline-block;
    /*background-color: #be5cf2;*/
    margin-bottom: 0.3rem
}

.modal__day>.speaker__company {
    background-color: #0bb5df;
    color: #ffffff;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    text-transform: uppercase;
}

.modal-content {
    padding-bottom: 2rem;
    padding-right: 2rem;
}

.modal-content .speaker__img {
    width: 15rem;
    min-height: 15rem;
}

.modal-content .speaker__company {
    font-size: 1.4rem;
}

.modal-content .speaker__company.time {
    width: 30%;
    justify-content: center;
}

.modal-content .speaker__company.topic {
    width: 70%;
    justify-content: left;
}

.modal-content .description {
    font-size: 1.4rem;
}

.modal-content .description-2 {
    font-size: 1.4rem;
    font-weight: bold;
    border-bottom: 2px solid #0bb5df;
    padding-top: 0.3rem;
    padding-bottom: 1rem;
    padding-left: 30%;
}

.modal-content .speaker__position {
    font-size: 1.1rem;
}

.modal__img {
    max-width: 10rem;
    width: 100%;
    margin-top: 2rem;
    margin-bottom: 2rem;
}

/* .wpcf7-list-item-label {
  color: #fff;
  font-size: 18px;
  margin-bottom: 12px;
  cursor: pointer;
  font-weight: 400;
  } */

.about__right p,
.about__left p,
.about__top__text p {
    font-size: 16px;
    color: #231f20;
    font-family: "Nunito Sans", sans-serif;
    /*font-size: 10px;*/
    font-weight: 300;
    font-style: normal;
    letter-spacing: normal;
    line-height: 25px;

}

.about__top__text p {
    padding-left: 10rem;
    padding-right: 10rem;
}

.about__right,
.about__left {
    position: relative;
    padding: 5rem 6rem;
}

.nav-tabs a {
    text-transform: none;
}

.modal-content .speaker__position {
    font-size: 1.5rem;
}

.modal-content .speaker__company__title {
    font-size: 1.8rem;
}

.modal__img {
    max-width: 70%;
}

.about__descriptions p {
    font-size: 16px;
    font-weight: 300;
    text-align: left;
}

.follow__text strong {
    font-weight: 700;
}

/*.linkedin__section::after {*/
/*    content: "";*/
/*    position: absolute;*/
/*    left: 0;*/
/*    top: 50%;*/
/*    width: 6rem;*/
/*    height: 100%;*/
/*    background-color: transparent;*/
/*    border: 9px solid white;*/
/*    border-right: none;*/
/*    transform: translate(0, -50%);*/
/*}*/

.pakages__single {
    height: 100%;
}

.align-images-center {
    align-items: center;
}


.agenda p {
    margin-bottom: 0px;
}

.pt-0 {
    padding-top: 0px !important;
}

/* popup */
*,
*::before,
*::after {
    margin: 0;
    padding: 0;
    box-sizing: inherit;
}

html {
    font-size: 62.5%;
    overflow-x: hidden;
    box-sizing: border-box;
    scroll-behavior: smooth;
}

body {
    font-family: "Nunito Sans", sans-serif;
}

.modal-header {
    border: none;
    padding: 0 !important;
}

.modal-header button {
    height: 3rem;
    width: 3rem;
    border-radius: 50%;
    border: 2px solid #dadad9;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 0px !important;
    margin-top: 15px !important;
}

.modal-header button span {
    color: #dadad9;
    font-size: 3rem;
}

.modal__time {
    border-top: 2px solid #0bb5df;
    border-bottom: 2px solid #0bb5df;
    padding: 0.3rem 0;
}

.modal-content {
    padding-bottom: 2rem;
    padding-right: 2rem;
}

.modal-content .speaker__img {
    width: 15rem;
    min-height: 15rem;
}

.modal-content .speaker__company {
    font-size: 1.4rem;
}

.modal-content .description {
    font-size: 1.4rem;
}

.modal-content .speaker__position {
    font-size: 1.1rem;
}

.modal__img {
    max-width: 10rem;
    width: 100%;
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.shine-form select {
    background-color: #ccebee;
    border-radius: 0;
    margin-bottom: 1.5rem;
    font-size: 1.6rem;
    display: block;
    width: 100%;
    border: none;
    height: calc(1.5em + 0.75rem + 2px);
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    height: 50px;
    background-clip: padding-box;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    font-weight: 400;
}

#modal__form_pricing .modal-content,
#modal__form_booking .modal-content,
#modal__form .modal-content {
    /*background-image: linear-gradient(91deg, #bd49c7 0%, #2c0a44 100%);*/
    /*background-image: url(../img/BitmapBs.png);*/
    background-image: url(https://cybersecurityleadershipforum.com/wp-content/uploads/2025/05/cover-bg.png);
    background-color: #0bb5df;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    /*background-image: linear-gradient(120deg, #0087d1, #0bb5df);*/
    padding-bottom: 4rem;
    padding-left: 4rem;
    padding-right: 4rem;
}

#modal__form_pricing .modal-content .shine-form,
#modal__form_booking .modal-content .shine-form,
#modal__form .modal-content .shine-form {
    background-image: none;
    background-color: transparent;
}

#modal__form_pricing .modal__logo,
#modal__form_booking .modal__logo,
#modal__form .modal__logo {
    max-width: 30%;
    float: left;
    padding-bottom: 15px;
}

.modal__heading {
    width: 70%;
    float: left;
}

.modal-dialog-centered {
    max-height: 70% !important;
}

.modal__heading {
    text-align: right;
}

#modal__form_pricing .modal__heading,
#modal__form_booking .modal__heading,
#modal__form .modal__heading {
    font-weight: 900;
    color: #fff;
    font-size: 3rem;
    text-align: right;
}

.shine-form .form-control::placeholder {
    text-transform: uppercase;
    font-weight: 300;
    color: #000;
    font-size: 1.3rem;
    font-family: "Nunito Sans", sans-serif;
}

.shine-form .form-control {
    background-color: #ccebee;
    border-radius: 0;
    margin-bottom: 1.5rem;
    padding: 2.5rem 1.2rem;
    font-size: 1.6rem;
    outline: none;
    border: none;
}

.container__input .checkmark::after {
    left: 9px;
    top: 5px;
    width: 8px;
    height: 10px;
    border: solid #0c91c5;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.checkmark::after {
    content: "";
    position: absolute;
    display: none;
}

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
}

.shine-form button {
    font-size: 2rem;
    font-weight: 600;
    background: #fff;
    color: #0bb5df;
    padding: 0.6rem 4rem;
    border: none;
    outline: none;
    transition: all 0.3s;
}

.shine-form button:hover {
    background-color: #0bb5df;
    color: #fff;
}

/* The container */
.container__input {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 1.4rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #fff;
    margin-bottom: 1.5rem;
}

/* Hide the browser's default checkbox */
.container__input input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
}

/* On mouse-over, add a grey background color */
.container__input:hover input~.checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.container__input input:checked~.checkmark {
    background-color: #fff;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.container__input input:checked~.checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.container__input .checkmark:after {
    left: 9px;
    top: 5px;
    width: 8px;
    height: 10px;
    border: solid #0c91c5;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.sponership ul {
    margin-bottom: 0;
}

.sponership__wrap {
    padding: 1rem 0;
}

/*=======================
========= Shine Form ==========
=========================*/
.shine-form-2 {
    background-color: #f4f4f4;
    padding: 8rem 0;
}

.shine-form-2 .form-control {
    /*background-color: #ccebee;*/
    border-radius: 0;
    margin-bottom: 1.5rem;
    margin-bottom: 3rem;
    padding: 2.5rem 1.2rem;
    font-size: 1.6rem;
    outline: none;
    border: none;
}

.shine-form-2 .form-control::placeholder {
    /*font-weight: 300;*/
    /*color: #000;*/
    /*font-size: 1.3rem;*/
    font-family: "Nunito Sans", sans-serif;
}

div.wpcf7 .wpcf7-submit:disabled {
    cursor: auto;
}

.shine-form-2 input[type="submit"] {
    border-radius: 5px;
    font-size: 2rem;
    font-weight: 600;
    background: #0bb5df;
    color: #fff;
    padding: 0.6rem 4rem;
    border: none;
    outline: none;
    transition: all 0.3s;
}

.shine-form-2 button {
    font-size: 1.5rem;
    font-weight: 600;
    background: #0bb5df;
    color: #fff;
    padding: 0.6rem 4rem;
    border: none;
    outline: none;
    transition: all 0.3s;
    height: 33.5px;
}

.shine-form-2 input[type="submit"]:hover {
    background-color: #fff;
    color: #0bb5df;
    cursor: pointer;
}

.wpcf7 form .wpcf7-response-output {
    margin: 0em 0.5em 1em;
}

.shine-form-2 .checkbox_main li label {
    color: #ccc;
    font-size: 18px;
    margin-bottom: 12px;
    cursor: pointer;
    font-weight: 400;
}

.shine-form-2 .wpcf7-list-item-label {
    color: #333;
    font-family: "Nunito Sans", sans-serif;
    font-size: 18px;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    margin-left: 15px;
}

.wpcf7-form .row {
    width: 100%;
}


/*confirm*/

.nice-select {
    width: 100%;
    line-height: 0;
}

.nice-select.form-control {
    padding: 25px 10px;
}

.nice-select .list {
    width: 100%;
}

.nice-select::after {
    height: 8px;
    width: 8px;
}


/* The container */
.confirmation-wrap .container__input {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 1.2rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-bottom: 1.5rem;
}

/* Hide the browser's default checkbox */
.container__input input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #fff;
}

/* On mouse-over, add a grey background color */
.container__input:hover input~.checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.container__input input:checked~.checkmark {
    background-color: #fff;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.container__input input:checked~.checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.container__input .checkmark:after {
    left: 9px;
    top: 5px;
    width: 8px;
    height: 10px;
    border: solid #0C91C5;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}


/* Confirmation Form */

.vp-payment-from-wrap {
    display: flex;
    justify-content: center;
}

.vp-payment-from-wrap input {
    width: 200px;
}

#payment h3 p {
    text-align: center;
}

.vp-payment-from-wrap h2 {
    color: #259fe1;
    font-size: 7px;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    font-size: 26px;
    margin-right: 25px;
}

.about__descriptions .confirmation a {
    color: #0bb5df;
}

.confirmation-wrap {
    background-color: #fff;
}

.confirmation__header {
    font-size: 2rem;
    color: #000;
    margin-bottom: 3rem;
}

.confirmation__header span {
    font-weight: 700;
}


.confirmation-wrap .upload {
    font-size: 1.6rem;
    font-weight: 600;
    background: #0bb5df;
    color: #fff;
    padding: .5rem 3rem;
    border: none;
    outline: none;
    transition: all .3s;

    display: flex;
    justify-content: center;
    align-items: center;
}


.confirmation-wrap .upload:hover {
    background-color: #0bb5df;
    color: #fff;
}

.confirmation-wrap .form-control {
    margin-bottom: 1.5rem;
    border: none;
    padding: 1rem 1rem;
    border-radius: 0;
}

.confirmation-wrap input[type="file"] {
    display: none;
}

.confirmation-wrap .form-group {
    position: relative;
}

.confirmation-wrap .upload {
    position: absolute;
    right: 0;
    height: 33.5px;
    width: 3rem;
    top: 0;
    padding: 0;
    font-size: 1.4rem;
}

/*nice select*/

.nice-select {
    padding-top: 5px;
    width: 100% !important;
    background-color: #ffffff !important;
    border-radius: 0px !important;
    margin-bottom: 1.5rem !important;
    height: 50px !important;
    font-family: inherit !important;
    font-weight: 300 !important;
    text-transform: uppercase !important;
}

.confirmation-wrap .nice-select {
    border: none !important;
    padding-top: 5px;
    width: 100% !important;
    background-color: #fff !important;
    margin-bottom: 5px !important;
    padding-bottom: 5px;
    height: 33.5px !important;
    font-family: inherit !important;
    font-weight: 400 !important;
    text-transform: capitalize !important;

    font-size: 1.6rem !important;
    color: rgba(73, 80, 87, 0.8) !important;
    background-clip: padding-box;
    border-radius: 0.25rem !important;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;

    line-height: 30px;
    padding-left: 10px;
}


.vp-grupe {
    float: left;
}

.confirmation-wrap .nice-select span {
    position: absolute;
    top: 0px;
}

textarea {
    min-height: 75px;
}

.gallery-carousel .owl-nav.disabled {
    display: block;
}

.venue_img_logo {
    text-align: right;
    padding-right: 100px !important;
}

.about__descriptions h2 {
    font-size: 3.5rem;
    font-weight: 300;
    color: #000;
    margin-bottom: 4rem;
}

.about__descriptions h2 strong {
    font-weight: bold;
}

#map {
    filter: grayscale(95%);
    background-color: black;
}


/*.topic-item{*/
/*    white-space: normal;*/
/*}*/

/*.topic-item::before{*/
/*    content: '';*/
/*    height: 10px;*/
/*    width: 10px;*/
/*    background-color: #be5cf2;*/
/*    border-radius: 50%;*/
/*    display: inline-block;*/
/*    margin-right: 2rem;*/

/*}*/

/*.event__title h4 p span{*/
/*    color: #ffffff;*/
/*}*/

/*.line{*/
/*    white-space: nowrap;*/
/*}*/


/* Service area css Start */
.service-area {
    background: linear-gradient(45deg, #062e78 0%, #001433 100%);
    padding: 70px 0;
    margin-bottom: 5rem;
}

.section-title h4 {
    font-size: 32px;
    font-weight: bold;
    color: #fff;
}

.section-title {
    margin-bottom: 60px;
}

.service-content h3 {
    font-size: 18px;
    color: #ffffff;
    font-weight: 600;
    margin: 0;
}

/*                 .service-thumb a img {
                    min-height: 50px;
                    width: 50px;
                } */

.service-thumb img {
    width: 100%;
    height: 264px;
    object-fit: cover;
    object-position: top;
}

.service-inner {
    min-height: 30px;
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 1;
    height: 53px;
    background: linear-gradient(90deg, #001433 0%, #001433 100%);
    border: 1px solid #0bb5df;
    border-radius: 10px;
}



.service-content p {
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    line-height: 28px;
    margin: 0;
}

/* Service area css End */


/* Features area css Start */


.features-area {

    background: linear-gradient(45deg, #062e78 0%, #001433 100%);


    padding: 50px 0;
}

.features-thumb img {
    max-width: 50px;
    width: 50px;
}

section.features-area {
    margin: 0;
}

.features-thumb {
    margin-bottom: 30px;
}

.features-content h4 {
    font-size: 22px;
    color: #0bb5df;
    margin-bottom: 20px;
    font-weight: 500;
}

.features-list p {
    font-size: 16px;
    margin-bottom: 3px;
    color: #fff;
    font-weight: 400;
    line-height: 22px;
    position: relative;
    margin-left: 14px;
}

.features-content h4 span {
    color: #fff;
    font-weight: 400;
}

.features-list p::before {
    position: absolute;
    background: #fff;
    width: 6px;
    height: 6px;
    content: "";
    left: -14px;
    top: 5px;
    border-radius: 50%;
}

.fea-inner-flx {
    display: flex;
}

.fea-info p {
    width: 31px;
    flex: 0 0 31px;
    font-size: 21px;
    margin-top: 3px;
}

.fea-info span {
    color: #fff;
    font-weight: 400;
}

.features-list.split-column {
    -webkit-columns: 3;
    /* Chrome, Safari, Opera */
    -moz-columns: 3;
    /* Firefox */
    columns: 3;
}

.fea-inner {
    text-align: left;
    background: linear-gradient(90deg, rgba(158, 1, 242, 0.34) 0%);
    border: 1px solid #0bb5df;
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 20px;
}

.fea-inner h4 {
    font-size: 20px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 0px;
}

.fea-inner p {
    margin-bottom: 0px;
}

/* Features area css End */



.service-content li::before {
    position: absolute;
    background: #fff;
    width: 6px;
    height: 6px;
    content: "";
    left: -14px;
    top: 5px;
    border-radius: 50%;
}

.service-content li {
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    line-height: 22px;
    position: relative;
    margin-left: 14px;
}



/* New Register page css */

#register {
    width: 100%;
    padding-bottom: 20px;
    height: auto;
}

.my-0 {
    margin: 0 !important;
}

.register__other-info a {
    color: #fff;
}

.register__other-info a:hover {
    color: #e0e0e0;
    text-decoration: underline;
}

.register__flex {
    display: flex;
    justify-content: center;
    padding: 0 50px
}

.register__box {
    width: 376px;
    min-height: 504px;
    border: 1px solid #002664;
    background: #ffffff 0% 0% no-repeat padding-box;
    border: 1px solid #0bb5df;
    border-radius: 10px;
    opacity: 1;
    margin-right: 30px;
    overflow: hidden;
}

/* 
.register__box:last-child {
	margin-right: 0;
} */

.register__title {
    font-family: 'Poppins', sans-serif !important;
    color: #231F20;
    text-align: center;
    font: normal normal 900 40px/54px Poppins;
    letter-spacing: 0px;
    color: #231F20;
    opacity: 1;
    font-size: 23px;
    position: relative;
    padding: 13px 22px;
}

span.additional-info {
    position: absolute;
    font-size: 12px;
    line-height: 14px;
    left: 0;
    bottom: 0;
    left: 50%;
    top: 78%;
    width: 100%;
    transform: translate(-50%, -50%);
    font-weight: 500;
}

.register__line {
    width: 100%;
    height: 31px;
    background: #0bb5df;
    float: left;
    text-align: center;
    line-height: 31px;
    letter-spacing: 0px;
    color: #FEFEFE;
    opacity: 1;
    font-size: 16px;
    margin-bottom: 21px;
}

.register__info {
    margin: 0 auto;
    width: 247px;
    padding: 0 15px;
}

.service-inner.btn {
    display: flex;
    width: 100%;
    justify-content: space-between;
    color: #fff;
    font-size: 18px;
    padding: 10px 20px;
    align-items: baseline;
}

#accordion .card-body {
    padding: 20px;
}

#accordion .features-list.service-content ul {
    columns: 2;
}

#accordion .features-list.service-content ul li {
    margin-bottom: 12px;
}

.exhibitors-wrapper .service-content li::before {
    background: #0bb5df;
}

.service-inner.btn.btn-link img {
    transform: rotate(180deg);
    transition: transform 0.3s ease-in-out;
}

.service-inner.btn.btn-link.collapsed img {
    transform: rotate(0deg);
    transition: transform 0.3s ease-in-out;
}



/* testimonials start */

img.yt_icon {
    width: 30px !important;
    height: auto !important;
    right: 10px !important;
    left: auto !important;
    top: 10px !important;
    position: absolute !important;
}

a.yt_link .image-wrapper {
    opacity: 1;
    transition: 0.4s all;
    transform: translateY(0px);
}

a.yt_link:hover .image-wrapper {
    transform: translateY(-5px);
    opacity: 1;
}

.testimonial-carosuel .owl-stage-outer {
    overflow: visible;
}

.image-wrapper {
    position: relative;
}

.overlay-wrapper {
    height: 100%;
    width: 100%;
    position: absolute;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0.17%, rgba(0, 0, 0, 0) 90.02%);
    border-radius: 4px;
    box-shadow: 0px 4px 0px #0bb5df;
}

.testimonial-text-wrapper {
    bottom: 0;
    color: #fff;
    font-weight: 400;
    position: inherit;
    font-size: 12px;
    padding: 22px;
    padding-left: 46px;
    padding-bottom: 26px;
    width: 100%;
    line-height: 16px;
    padding-right: 46px;
}

.testimonial-text-wrapper::after {
    position: absolute;
    left: 12px;
    top: -15px;
    width: 3rem;
    height: 3rem;
    background-color: transparent;
    background-image: url('https://greenautosummit.com/wp-content/uploads/2023/06/before.png');
    content: "";
    border-bottom: 0;
    background-size: contain;
    border-right: 0;
    background-repeat: no-repeat;
}

.testimonial-text-wrapper::before {
    background-repeat: no-repeat;
    position: absolute;
    content: "";
    width: 3rem;
    height: 3rem;
    right: 15px;
    background-size: contain;
    bottom: 10px;
    background-image: url('https://greenautosummit.com/wp-content/uploads/2023/06/after.png');
}



.testimonial-carosuel img {
    border-radius: 4px;
}

p.name-surname {
    font-weight: 700;
    font-size: 14px;
    margin-top: 5px;
    margin-bottom: 5px;
    padding-bottom: 0;
}

.position-testimon p {
    line-height: 1;
    margin-top: -3px;
    font-size: 14px;
}


/* testimonials end */

.register__info h3 {
    letter-spacing: 0px;
    color: #231F20;
    opacity: 1;
    font-size: 20px;
    font-weight: 900;
}

.register__list ul li {
    list-style-type: none;
    margin-left: 25px;
    padding: 2px 0;
}

.register__list {
    font-weight: 500;
}

.register__list ul li::before {
    content: "\2022";
    color: #002664;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
    font-size: 25px;
}

.register__price {
    width: 210px;
    height: 48px;
    border: 1.5px solid #0bb5df;
    border-radius: 10px;
    opacity: 1;
    margin-top: 21px;
    margin-bottom: 12px;
    text-align: center;
    letter-spacing: 0px;
    color: #0bb5df;
    opacity: 1;
    font-size: 16px;
    line-height: 44px;
}

.register__button {
    width: 210px;
    height: 48px;
    background: #0bb5df 0% 0% no-repeat padding-box;
    border-radius: 5px;
    opacity: 1;
    color: white;
    text-align: center;
    font-size: 19px;
    line-height: 48px;
    cursor: pointer;
}

.register__button-expired {
    width: 210px;
    height: 48px;
    background: #0bb5df 0% 0% no-repeat padding-box;
    border-radius: 5px;
    opacity: 1;
    color: white;
    text-align: center;
    font-size: 19px;
    line-height: 48px;
    cursor: not-allowed;
    filter: grayscale(100%);
}

.input-group>.form-control:not(:last-child) {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.register__other-title {
    margin: 63px 18px 17px 18px;
    font-size: 30px;
    font-weight: 900;
    text-align: center;
    color: #231F20;
    line-height: 40px;
}

.register__other-info {
    width: 100%;
    background: transparent linear-gradient(115deg, #0bb5df 0%, #002664 100%) 0% 0% no-repeat padding-box;
    opacity: 1;
    text-align: center;
    font-size: 16px;
    letter-spacing: 0px;
    color: #FEFEFE;
    opacity: 1;
    line-height: 28px;
}

.register__other-info .shine-form {
    background-image: none;
    padding: 0;
}

.register__other-info .wpcf7-list-item {
    margin: 0;
}

.wpcf7-list-item {
    margin-bottom: 10px;
}


.register__button-extra {
    width: 244px;
    height: 58px;
    background: #593983 0% 0% no-repeat padding-box;

    border-radius: 5px;
    opacity: 1;
    color: white;
    text-align: center;
    font-size: 22px;
    line-height: 58px;
    cursor: pointer;
    margin: 27px auto;
}

.register__other-title {
    margin: 20px;
}


.register__other-info {
    font-size: 15px;
    padding: 30px 20px 30px 20px;
}



@media only screen and (max-width: 1500px) {
    .register__title {
        padding: 13px 22px;
        font-size: 17px;
    }
}

@media only screen and (max-width: 1200px) {
    .register__flex {
        width: 1000px;
        height: auto;
        flex-wrap: wrap;
        margin: 0 auto;
    }

    .register__box {
        margin: 15px;
        padding: 0;
    }

}

@media only screen and (max-width: 768px) {
    .header .description {
        max-width: 100%;
    }
}

@media only screen and (max-width: 800px) {

    .features-list.split-column {
        -webkit-columns: 1;
        /* Chrome, Safari, Opera */
        -moz-columns: 1;
        /* Firefox */
        columns: 1;
    }

    .register__flex {
        width: 600px;
        height: auto;
        flex-wrap: wrap;
        margin: 0 auto;
    }

    .register__other-info {
        font-size: 15px;
    }
}


@media only screen and (max-width: 500px) {

    #accordion .service-inner {
        height: auto;
    }

    #accordion {
        padding: 14px;
    }

    .about__top__text p {
        padding-left: 0;
        padding-right: 0;
    }

    .register__flex {
        width: 350px;
        height: auto;
        flex-wrap: wrap;
        margin: 0 auto;
        padding: 10px;
    }

    .register__box {
        width: 350px;
    }
}