/****************************
         General
****************************/

img {
    align-self: flex-start;
}

#default-section {
    min-height: 70vh;
}

.first-section {
    padding-top: 200px !important;
}

.hero-btn-group {
    display: flex;
    justify-content: center;
}


/****************************
    Header Area Start
****************************/
.header-area {
    top: 0;
}

.classy-nav-container .classy-navbar .classynav ul li a {
    font-weight: 400;
}

.title_1::after {
    top: -47px !important;
    height: 20px !important;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .title_1::after {
        top: -30px !important;
        height: 15px !important;
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .title_1::after {
        top: -30px !important;
        height: 10px !important;
    }
}

.breakpoint-on .classy-navbar .classy-menu {
    overflow-y: auto!important;
}

/****************************
    Breadcrumbs Area Start
****************************/
.breadcrumb-content .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
    font-family: unset !important;
    content: '>' !important;
}

/****************************
    Welcome Area Start
****************************/
.welcome-slide {
    display: block !important;
    position: relative!important;
    z-index: 1!important;
    overflow: hidden!important;
}

.single-welcome-slide .welcome-text h2::after {
    display: none;
}

.event-author {
    margin-right: 0!important;
}

.welcome-area .icon-scroll {
    bottom: 5% !important;
}

.welcome-area .welcome-slide .container {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
}

.welcome-area .single-welcome-slide {
    height: fit-content;
    max-height: 100vh;
}

@media only screen and (max-width:991px) {
    .welcome-area .icon-scroll {
        display: none!important;
    }

    header {
        position: sticky!important;
    }

    .welcome-area .single-welcome-slide {
        margin-bottom: -10px;
        max-height: calc(100vh - 100px);
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .welcome-area .single-welcome-slide {
        max-height: none;
    }
}

/****************************
    Program Area Start
****************************/
.our-schedule-area .schedule-tab {
    display: flex;
    overflow-x: auto;
    margin-bottom: 0 !important;
}

.our-schedule-area .schedule-tab::-webkit-scrollbar {
    display: none;
}

.our-schedule-area .schedule-tab .nav-tabs {
    display: flex;
    flex-wrap: nowrap;
}

.nav-tabs .nav-item {
    width: 170px;
}

.nav-tabs .nav-item .nav-link {
    height: 100%;
}

.nav-tabs .nav-item .nav-link span {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 7px;
}

.nav-tabs .nav-item .nav-link span span:nth-child(1) {
    text-align: center!important;
    font-size: 18px!important;
    letter-spacing: 1px!important;
    font-weight: 600!important;
    text-transform: none!important;
}

.nav-tabs .nav-item .nav-link span span:nth-child(2) {
    font-size: 14px!important;
    font-weight: 500!important;
    letter-spacing: 0!important;
    text-transform: capitalize!important;
}

.program-carousel {
    display: flex;
    flex-direction: row;
    margin-bottom: 45px;
    justify-content: center;
}

.chevron-list {
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    font-size: 30px;
}

.chevron {
    color: white;
    opacity: 0.5;
    transition: 0.3s;
}

.chevron:hover {
    opacity: 1;
}

.zmdi.chevron.zmdi-chevron-left {
    cursor: pointer;
    padding-right: 25px;
}

.zmdi.chevron.zmdi-chevron-right {
    cursor: pointer;
    padding-left: 25px;
}

#conferScheduleTab .schedule-item:first-child a {
    border-top-left-radius: 10px ;
    border-bottom-left-radius: 10px;
}

#conferScheduleTab .schedule-item:last-child a {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.schedule-item {
    cursor: pointer;
}

.single-schedule-buttons {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.single-schedule-area .single-schedule-tumb-info .single-schedule-info {
    margin-left: 0;
}

.single-schedule-area .single-schedule-tumb-info .single-schedule-tumb {
    margin-right: 30px;
    padding: 0;
    height: auto;
    width: auto;
}

.single-schedule-area .btn.confer-btn {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
    line-height: normal;
    padding: 15px 25px;
}

.single-schedule-area .schedule-time-place {
    padding: 0 15px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    flex-wrap: nowrap;
}

.schedule-time,
.schedule-place {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    flex-wrap: nowrap;
}

.our-schedule-area .col-3 {
    -ms-flex: 0 0 25% !important;
    flex: 0 0 25% !important;
    max-width: 25% !important;
}

.our-schedule-area .col-6 {
    -ms-flex: 0 0 50% !important;
    flex: 0 0 50% !important;
    max-width: 50% !important;
}

.our-schedule-area .col-9 {
    -ms-flex: 0 0 75% !important;
    flex: 0 0 75% !important;
    max-width: 75% !important;
}

.our-schedule-area .col-12 {
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
}

@media (min-width: 992px) {
    .our-schedule-area .col-lg-3 {
        -ms-flex: 0 0 25% !important;
        flex: 0 0 25% !important;
        max-width: 25% !important;
    }

    .our-schedule-area .col-lg-6 {
        -ms-flex: 0 0 50% !important;
        flex: 0 0 50% !important;
        max-width: 50% !important;
    }

    .our-schedule-area .col-lg-9 {
        -ms-flex: 0 0 75% !important;
        flex: 0 0 75% !important;
        max-width: 75% !important;
    }

    .our-schedule-area .col-lg-12 {
        -ms-flex: 0 0 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }
}

/****************************
    Pricing Area Start
****************************/
.ticket-pricing-area {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
}

.single-ticket-pricing-table {
    flex-grow: 1;
}

/****************************
    Client Area Start
****************************/

/* SPONSORS */
@media only screen and (max-width: 991px) {
    .our-sponsor-area .single-sponsor {
        height: 150px;
    }

    .our-sponsor-area .single-sponsor a img {
        max-height: 70px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .our-sponsor-area {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .our-sponsor-area {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media only screen and (max-width: 575px) {
    .our-sponsor-area {
        grid-template-columns: repeat(1, 1fr);
    }
}

/* BRANDS */
.owl-stage {
    display: flex;
}

.owl-item {
    display: flex;
    flex-grow: 1;
}

.single-client-content {
    flex-grow: 1;
}

.single-client-area {
    display: flex !important;
    justify-content: center;
}

.single-client-area-content {
    width: 55%;
    flex-grow: 0;
}

/****************************
    Speakings Area Start
****************************/
.single-speaker-area {
    padding-left: 0!important;
    padding-right: 0!important;
    margin-bottom: 0!important;
}

/****************************
    Blog Area Start
****************************/
.blog-area {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

@media only screen and (min-width: 992px){
    .blog-area {
        min-width: 960px !important;
    }
}

.blog-area-content {
    display: flex;
}

.single-blog-area.wow.fadeInUp {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.single-blog-area {
    padding-left: 0!important;
    padding-right: 0!important;
}

.single-blog-text.text-center {
    flex-grow: 1;
}

/****************************
    Text Area Start
****************************/
.text-area {
    position: relative;
    z-index: 1;
    background-color: #151853;
}

.text-area-text {
    padding-top: 20px;
}

.text-area-text p,
.text-area-text ol li,
.text-area-text ul li {
    color: white;
}

.text-area-text li {
    list-style: initial;
}

/****************************
    Counter Area Start
****************************/
.countdown-up-area .countdown-content-text h4 {
    font-size: 20px;
    color: #ffffff;
    letter-spacing: 1px;
    margin-bottom: 0;
}

.countdown-up-area .countdown-content-text h6 {
    font-size: 14px;
    color: #df42b1;
    font-weight: 400;
    margin-bottom: 15px;
    letter-spacing: 1px;
}

.countdown-up-area .countdown-timer .clock {
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    color: #ffffff;
}

.section-padding-0-60 {
    padding-top: 0;
    padding-bottom: 60px;
}

.section-heading-2 .countdown-content-text > p {
    line-height: 1px;
    margin-bottom: 10px;
}

.about-us-countdown-area .countdown-up-area .countdown-timer .clock {
    display: flex;
    flex-wrap: wrap;
    gap: 7px 5px;
}

.about-us-countdown-area .countdown-up-area .countdown-timer .clock div {
    min-width: max-content;
    flex: 1;
}

.about-us-countdown-area .countdown-up-area .countdown-timer .clock div .global-title-2 {
    font-size: 62px;
    font-weight: 600;
    text-align: center;
    line-height: 1;
}

/****************************
    Footer Area Start
****************************/
.single-footer-widget > .social-info {
    display: grid;
    grid-template-columns: 25% 25% 25% 25%;
}

.single-footer-widget > .social-info > a {
    margin-bottom: 10px
}

.copywrite-text p {
    font-size: 10px!important;
}

.main-footer-area .single-footer-widget .social-info a i {
    transition-duration: 500ms;
}

@media only screen and (min-width: 576px) and (max-width: 991px) {
    .single-footer-widget > .social-info {
        grid-template-columns: 20% 20% 20% 20%;
    }
}

@media only screen and (min-width: 480px) and (max-width: 575px) {
    .single-footer-widget > .social-info {
        grid-template-columns: 15% 15% 15% 15%;
    }
}

/****************************
    Gallery Area Start
****************************/

.gallery-sizer,
.gallery-item {
    width: 100%;
    display: flex;
    justify-content: center;
}

.gutter-sizer {
    width: 1%;
}

.gallery-item img {
    padding: 1.53% 0;
    display: block;
    width: 100%;
}

@media (min-width: 768px) {

    .gallery-sizer,
    .gallery-item {
        width: 32.67%;
        display: flex;
        justify-content: center;
    }

    .gutter-sizer {
        width: 1%;
    }

    .gallery-item img {
        padding: 1.53% 0;
        display: block;
        width: 100%;
    }
}

/****************************
    Breadcrumbs Area Start
****************************/
.breadcrumb-area {
    position: relative!important;
    z-index: 1!important;
    overflow: hidden!important;
}

/****************************
    FAQ Area Start
****************************/
@import url('https://fonts.googleapis.com/css?family=Muli&display=swap');

.faqs-container {
    margin: 0 auto;
    max-width: 600px;
}

.faq {
    background-color: white;
    border: 1px solid #9FA4A8;
    border-radius: 10px;
    padding: 30px;
    position: relative;
    overflow: hidden;
    transition: 0.3s ease;
}

.faq.active {
    background-color: #fff;
    box-shadow: 0 3px 6px rgba(0,0,0,0.1), 0 3px 6px rgba(0,0,0,0.1);
}

.faq.active::before {
    color: #3498db;
    top: -10px;
    left: -30px;
    transform: rotateY(180deg);
}

.faq-title {
    margin: 0 35px 0 0;
    transition: all .3s ease;
}

.faq-text {
    overflow: hidden;
    max-height: 0;
    margin: 0;
    transition: all .3s ease;
}

.faq.active .faq-text {
    max-height: 1000px;
}

.faq.active .faq-title {
    margin: 0 35px 35px 0;
}


.faq-toggle {
    background-color: transparent;
    border: none;
    border-radius: 50%;
    color: #83888E;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    padding: 0;
    position: absolute;
    top: 30px;
    right: 30px;
    height: 30px;
    width: 30px;
}

.faq-toggle:focus {
    outline: none;
}

.faq .faq-toggle .fa-chevron-down {
    transition: 0.3s ease;
}

.faq.active .faq-toggle .fa-chevron-down {
    transform: rotate(-180deg);
}