.alert {
    padding: 0.3rem 0.5rem;
}

.section-padding2 {
    padding-top: 150px !important;
    padding-bottom: 150px !important;
}

.meeta-event-schedule-2 .meeta-event-schedule-tabs .meeta-event-schedule-tab-content .meeta-event-schedule-tab-pane .meeta-event-accordion .meeta-event-accordion-item .meeta-event-accordion-body {
    padding-left: 40px;
}

.header-logo img {
    max-width: 100px;
}

.section {
    padding-top: 30px;
    padding-bottom: 50px;
}

.meeta-hero-section-4 .hero-content .title {
    font-size: 50px;
    line-height: 77px;
}

.meeta-hero-section-4 .hero-content .sutitle {
    font-size: 23px;
    color: white;
}

.single-form .nice-select {
    padding: 10px 25px;
    height: 60px;
    width: 100%;
}

.nice-select {
    width: 100%;
}

.hero-form {
    background: rgb(8 15 41 / 35%);
    /* border: 2px #ffc1154d solid; */
    box-shadow: 0px 0 10px #FC0;
}

/*
.meeta-hero-section-4 .hero-content .hero-date .date {
    font-size: 113px;
    font-family: "Big Shoulders Display", cursive;
}
    */

.container-2,
.container-3 {
    --vz-gutter-x: 1.5rem;
    --vz-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--vz-gutter-x) * 0.5);
    padding-left: calc(var(--vz-gutter-x) * 0.5);
    margin-right: auto;
    margin-left: auto;
}

.container-2 img {
    max-width: 100%;
    max-height: 90px;
}

.meeta-hero-section-4 {
    padding-top: 90px;
    padding-bottom: 375px;
}

.ts-funfact {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 80px 0;
}

.ts-single-funfact {
    padding-right: 100px;
    position: relative;
}

.ts-single-funfact:before {
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    background: url(../images/shap/funfact_wave.png) no-repeat;
    width: 100px;
    height: 10px;
}

.ts-single-funfact .funfact-num {
    font-size: 64px;
    font-weight: 900;
    color: #fff;
    margin-bottom: 15px;
}

.ts-single-funfact .funfact-title {
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    padding-bottom: 30px;
}

.ts-intro-item {
    padding: 100px 0 70px;
}

.ts-single-funfact2 {
    padding-right: 0;
    text-align: center;
    margin-bottom: 30px;
}

.ts-single-funfact2:before {
    margin: auto;
    right: 0;
}

.meeta-section-title-2 .sub-title {
    position: relative;
    display: block;
    font-size: 32px;
    line-height: 1em;
    color: #ff8a01;
    font-weight: 900;
    background: rgb(247, 181, 0);
    background: -moz-linear-gradient(to left,
            rgb(247, 181, 0) 0%,
            rgba(25, 16, 102) 25%,
            rgba(247, 181, 0) 75%,
            rgb(25, 16, 102) 100%);
    background: -webkit-linear-gradient(to left,
            rgba(247, 181, 0) 0%,
            rgba(25, 16, 102) 25%,
            rgba(247, 181, 0) 75%,
            rgba(25, 16, 102) 100%);
    background: linear-gradient(to left,
            rgba(247, 181, 0) 0%,
            rgba(25, 16, 102) 25%,
            rgba(247, 181, 0) 75%,
            rgba(25, 16, 102) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F70068', endColorstr='#441066', GradientType=1);
    color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: uppercase;
    letter-spacing: 5px;
    margin-bottom: 15px;
}

.section-padding {
    padding-top: 30px;
    padding-bottom: 30px;
}

.meeta-section-title-2 {
    margin-bottom: 25px;
}

.text-justify {
    text-align: justify !important;
}

.section-title,
.column-title {
    font-size: 36px;
    font-weight: 800;
    color: #051B59;
    position: relative;
    padding-bottom: 30px;
    margin-bottom: 85px;
    text-align: center;
}

.section-title span,
.column-title span {
    display: block;
    font-size: 14px;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    line-height: 26px;
    color: #888888;
    text-transform: uppercase;
    letter-spacing: 1.4px;
    margin-bottom: 10px;
    margin-top: -5px;
}

.section-title:after,
.column-title:after {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    right: 0;
    background-image: url(../images/shap/title.png);
    background-repeat: no-repeat;
    background-size: center center;
    background-position: contain;
    width: 70px;
    height: 10px;
    margin: auto auto 0;
    top: auto;
    bottom: 0;
}

/*==========================
     ts speaker
===========================*/
.ts-speakers {
    padding-top: 30px;
    padding-bottom: 15px;
    position: relative;
    overflow: hidden;
}

.ts-speaker {
    position: relative;
    text-align: center;
    margin-bottom: 55px;
}

.ts-speaker .speaker-img {
    width: 255px;
    height: 255px;
    position: relative;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    overflow: hidden;
    margin: auto auto 20px;
}

.ts-speaker .speaker-img img {
    width: 100%;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
}

.ts-speaker .speaker-img:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: rgb(239 175 1 / 14%);
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    opacity: 0;
    z-index: 1;
}

.ts-speaker .view-speaker {
    position: absolute;
    left: 0;
    top: 70%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #fff;
    font-size: 22px;
    width: 50px;
    height: 50px;
    margin: auto;
    border: 2px solid #ddd;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    padding: 12px 0;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    opacity: 0;
    z-index: 2;
}

.ts-speaker .ts-title {
    margin-bottom: 5px;
}

.ts-speaker .ts-title a {
    color: #222222;
}

.ts-speaker:hover .speaker-img img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

.ts-speaker:hover .speaker-img:before {
    opacity: 1;
}

.ts-speaker:hover .view-speaker {
    top: 50%;
    opacity: 1;
}

.ts-speaker:hover .ts-title a {
    color: #ff9f00;
}

.ts-speaker.white-text .ts-title a,
.ts-speaker.white-text p {
    color: #fff;
}

.speaker-classic {
    padding-top: 100px;
}

.speaker-classic .ts-speaker {
    margin-bottom: 60px;
}

.speaker-classic .ts-speaker .speaker-img {
    width: 100%;
    height: auto;
    border-radius: 0;
    -webkit-border-radius: 0;
    -ms-border-radius: 0;
}

.speaker-classic .ts-speaker .ts-speaker-info {
    position: absolute;
    right: 0;
    bottom: -13px;
    background: #fff;
    z-index: 1;
    width: 90%;
    padding: 20px 0 10px;
}

.speaker-classic .ts-speaker .ts-speaker-info .ts-title {
    margin-bottom: 0;
}

.speaker-classic .ts-speaker .ts-speaker-info p {
    margin-bottom: 0;
}

.speaker-shap img {
    position: absolute;
    left: 0;
    top: 0;
    max-width: 100px;
}

.speaker-shap img.shap1 {
    top: 15%;
}

.speaker-shap img.shap2 {
    bottom: 0;
    left: auto;
    top: 35%;
    right: 0;
    margin: auto;
}

.speaker-shap img.shap3 {
    top: auto;
    bottom: 25px;
    margin: auto;
    left: 6%;
}

p {
    line-height: 23px;
    font-size: 14px;
    color: #9b9b9b;
}

.meeta-speakers-4 {
    padding-top: 460px;
    background: #051b59;
    position: relative;
    z-index: 1;
}

.meeta-speakers-4::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    transform: translateY(-120px);
    background-image: url(../images/shape/speaker-shape-4.png);
    background-position: center top;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.meeta-video-section-2 .YouTube2 {
    position: relative;
    z-index: 5;
}

/*** 

====================================================================
		Clients Section
====================================================================

***/

.clients-section {
    position: relative;
    padding: 80px 0 90px;
}

.clients-section:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-image: url(../images/icons/icon-dots-2.html);
    content: "";
    opacity: 0.02;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    -webkit-transform: scale(-1);
    -moz-transform: scale(-1);
    -ms-transform: scale(-1);
    -o-transform: scale(-1);
    transform: scale(-1);
}

.clients-section .sponsors-outer {
    position: relative;
    margin-bottom: 50px;
    border: 1px solid #e6e6e6;
    border-radius: 15px;
    padding: 12px;
    margin: 10px;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 5px 15px;
}

.clients-section .sponsors-outer .owl-dots,
.clients-section .sponsors-outer .owl-nav {
    display: none;
}

.clients-section .sponsors-outer .client-block {
    position: relative;
    margin-bottom: 30px;
}

.clients-section .sponsors-outer .image-box {
    position: relative;
    text-align: center;
    margin-bottom: 0;
    border: 1px solid #dddddd;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 500ms ease;
}

.clients-section .sponsors-outer .image-box:hover {
    box-shadow: none;
}

.clients-section .sponsors-outer .image-box img {
    max-width: 50%;
    width: auto;
    display: inline-block;
    opacity: 1;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.clients-section .sponsors-outer .image-box:hover img {
    opacity: 0.7;
}

.clients-section .sponsors-outer h3 {
    display: inline-block;
    font-size: 20px;
    line-height: 1.2em;
    background-color: #e5e4e2;
    color: #282828;
    padding: 10px 30px;
    font-weight: 700;
    margin-bottom: 20px;
    border-radius: 10px;
    text-transform: uppercase;
}

.clients-section .sponsors-outer .nth-child1 {
    background-color: #051b59;
    color: white !important;
}

.clients-section .sponsors-outer .nth-child3 {
    background-color: silver;
}

.clients-section .sponsors-outer .nth-child2 {
    background-color: #f1cb00;
}

.clients-section .sponsors-outer .nth-child4 {
    background-color: #cd7f32;
    color: white !important;
}

.clients-section .sponsors-outer .nth-child5 {
    background-color: #9ae7ff;
}

.clients-section .sponsors-outer .nth-child6 {
    background-color: #ed6f24;
    color: white !important;
}

.clients-section .icon-dots-3 {
    left: -60px;
    top: 230px;
}

.clients-section .icon-circle-blue {
    left: -370px;
    top: 500px;
    opacity: 0.5;
    -webkit-animation: fa-spin 30s infinite alternate;
    -moz-animation: fa-spin 30s infinite alternate;
    -ms-animation: fa-spin 30s infinite alternate;
    -o-animation: fa-spin 30s infinite alternate;
    animation: fa-spin 30s infinite alternate;
}

.anim-icons {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
}

.auto-container {
    position: static;
    max-width: 1200px;
    padding: 0px 15px;
    margin: 0 auto;
}

/*** 

====================================================================
	Section Title
====================================================================

***/

.sec-title {
    position: relative;
    margin-bottom: 40px;
}

.sec-title .title {
    position: relative;
    display: block;
    line-height: 1em;
    color: #ff8a01;
    font-weight: 500;
    background: rgb(5, 27, 89);
    background: -moz-linear-gradient(to left,
            rgba(5, 27, 89, 1) 0%,
            rgba(255, 159, 0) 25%,
            rgba(5, 27, 89, 1) 75%,
            rgba(255, 159, 0) 100%);
    background: -webkit-linear-gradient(to left,
            rgba(5, 27, 89, 1) 0%,
            rgba(255, 159, 0) 25%,
            rgba(5, 27, 89, 1) 75%,
            rgba(255, 159, 0) 100%);
    background: linear-gradient(to left,
            rgba(5, 27, 89) 0%,
            rgba(255, 159, 0) 25%,
            rgba(5, 27, 89, 1) 75%,
            rgba(255, 159, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F70068', endColorstr='#441066', GradientType=1);
    color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: uppercase;
    letter-spacing: 5px;
}

.sec-title h2 {
    position: relative;
    line-height: 1.2em;
    color: #1e1f36;
    font-weight: 700;
}

.sec-title .text {
    position: relative;
    font-size: 16px;
    line-height: 28px;
    color: #888888;
    margin-top: 30px;
}

.sec-title.light h2,
.sec-title.light .title {
    color: #ffffff;
    -webkit-text-fill-color: inherit;
}

.anim-icons {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
}

.anim-icons.full-width {
    max-width: 100%;
}

.anim-icons .icon {
    position: absolute;
    background-position: center;
    background-repeat: no-repeat;
}

.ts-map .mapouter .gmap_canvas {
    position: relative;
    height: 535px;
    width: 535px;
    overflow: hidden;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    border: none;
}

.ts-map .mapouter .gmap_canvas iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    filter: grayscale(100%);
    border: none;
}

.orange {
    background-color: #ff9f00;
    padding: 25px;
}

.form-label {
    margin-bottom: 0.5rem;
    margin-top: 13px;
    color: white;
    font-size: 14px;
    font-weight: 500;
}

.ts-book-seat .book-seat-content {
    position: relative;
    z-index: 1;
}

.ts-book-seat .book-seat-content .section-title {
    margin-bottom: 40px;
}

.ts-book-seat .book-seat-content p {
    color: #fff;
    margin-bottom: 20px;
}

.ts-book-seat:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
    background: rgba(0, 0, 0, 0.65);
}

.ts-footer-newsletter {
    position: relative;
}

.ts-newsletter {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-color: #000923;
    padding: 55px 0 60px;
    position: absolute;
    width: 100%;
    z-index: 1;
}

.section-padding {
    padding: 30px 0;
    position: relative;
}

.ts-footer {
    background: #000923;
    padding: 250px 0 50px;
}

.ts-newsletter:before, .ts-newsletter:after {
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    background: url(../images/shap/subscribe_slice_left.png) no-repeat;
    height: 100%;
    width: 100%;
    background-position: center;
    background-size: cover;
}

.ts-newsletter .ts-newsletter-content .section-title {
    padding-bottom: 0;
    margin-bottom: 55px;
    color: #fff;
}

.section-title, .column-title {
    font-size: 36px;
    font-weight: 800;
    color: #051B59;
    position: relative;
    padding-bottom: 30px;
    margin-bottom: 85px;
    text-align: center;
}

.ts-newsletter .ts-newsletter-content .section-title span {
    color: #fff;
    font-size: 10px;
    line-height: 2;
    text-transform: capitalize;
}

.section-title span, .column-title span {
    display: block;
    font-size: 14px;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    line-height: 26px;
    color: #888888;
    text-transform: uppercase;
    letter-spacing: 1.4px;
    margin-bottom: 10px;
    margin-top: -5px;
}

.newsletter-form {
    position: relative;
    z-index: 1;
}

.newsletter-form .email-form-group {
    margin-right: 0px;
    width: 100%;
}

.newsletter-form .email-form-group .form-control {
    background: transparent;
    border: none;
    border-bottom: 1px solid #ffffff;
    border-radius: 0;
    -webkit-border-radius: 0;
    -ms-border-radius: 0;
    font-size: 14px;
    line-height: 40px;
    padding: 0;
    color: #fff;
    width: 100%;

}

.newsletter-form .email-form-group .form-control::placeholder {
    color: white;
    opacity: 1;
    /* Firefox */
}

.newsletter-form .btn {
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    background: #86a6ff;
    height: 50px;
    padding: 0 35px;
    line-height: 50px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    outline: none;
    text-decoration: none;
    cursor: pointer;
}

.media {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
}

#showmore {
    text-align: center;
}

.more {
    display: none !important;
}

.copyright-text p {
    margin-bottom: 0;
    color: #d6d6d6;
}

.color-white {
    color: white !important;
    ;
}

.colo11 {
    background-color: #3c6aa5 !important;
}

@media only screen and (min-width: 992px) {
    .YouTube2 {
        height: 315px !important;
    }
}

#success,
#fail,
#successtop,
#failtop {
    display: none;

}

#allmessages {
    display: inline-block !important;
}

#message,
#success,
#fail,
#messagetop,
#successtop,
#failtop {
    margin-top: 10px;
    margin-bottom: 10px;
    color: white;
    font-size: 14px;
    font-weight: 600;
}

#fail, #failtop {
    color: red;
}

#success, #successtop {
    color: green;
}

#result {
    width: 55px;
    height: 30px;
    text-align: center;
    border: 0px;
    border-radius: .25rem;
}

#resulttop {
    width: 55px;
    height: 30px;
    border: 0px;
    text-align: center;
}

#question, #questiontop {
    display: inline;
    margin-right: 5px;
    margin-bottom: 0.5rem;
    margin-top: 15px;
    color: white;
    font-size: 14px;
    font-weight: 600;
}

.hero-form .hero-form-wrap .single-form input, .hero-form .hero-form-wrap .single-form textarea {
    padding: 7px 10px;
}

.hero-form .hero-form-wrap .single-form input, .hero-form .hero-form-wrap .single-form textarea {
    font-size: 14px;
}

.error-message {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1000;
}

.error-content {
    position: fixed;
    margin: 0 auto;
    background: white;
    padding: 20px;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    z-index: 9999;
    top: 40%;
    left: 40%;
}

.error-content button {
    margin-top: 10px;
}

#error-text {
    margin: 12px;
}


.cardz img {
    max-width: 100%;
    min-height: 230px;
    max-height: 230px;
    display: block;
    object-fit: cover;
}

.cardz {
    display: flex;
    flex-direction: column;
    width: clamp(20rem, calc(20rem + 2vw), 22rem);
    overflow: hidden;
    box-shadow: 0 0.1rem 1rem rgba(0, 0, 0, 0.1);
    border-radius: 1em;
    background: #ece9e6;
    background: linear-gradient(to right, #ffffff, #ece9e6);
}

.card__body {
    padding: 1rem;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    min-height: 380px;
}

.tag {
    align-self: flex-start;
    padding: 0.25em 0.75em;
    border-radius: 1em;
    font-size: 0.75rem;
}

.tag+.tag {
    margin-left: 0.5em;
}

.tag-blue {
    background: #56ccf2;
    background: linear-gradient(to bottom, #2f80ed, #56ccf2);
    color: #fafafa;
}

.tag-brown {
    background: #d1913c;
    background: linear-gradient(to bottom, #ffd194, #d1913c);
    color: #fafafa;
}

.tag-red {
    background: #cb2d3e;
    background: linear-gradient(to bottom, #ef473a, #cb2d3e);
    color: #fafafa;
}

.card__body h4 {
    font-size: 1.5rem;
    text-transform: capitalize;
}

.card__footer {
    display: flex;
    padding: 1rem;
    margin-top: auto;
}

.user {
    display: flex;
    gap: 0.5rem;
}

.user__image {
    border-radius: 50%;
}

.user__info>small {
    color: #666;
}

.langdesk {
    visibility: visible;
    left: 40px;
    position: absolute;
    top: 120px;
}

.colpress {
    margin-bottom: 20px;
}

.colpress2 {
    margin-bottom: 30px;
}