/* Mixins */
/* Common */
.tertiary-bg,
.tertiary-bg p,
.tertiary-bg h1,
.tertiary-bg h2,
.tertiary-bg h3,
.tertiary-bg h4,
.tertiary-bg h5,
.tertiary-bg h6 {
    color: #555;
}

.turquoise-bg {
    background-color: #b15030;
}

.featured-image img {
    margin-bottom: 20px;
    width: 100%;
}

.light-pattern {
    background: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), url(../images/lightpattern2.jpg) !important;
}

.no-pattern {
    background: none !important;
}

.hide {
    display: none;
}

.my-25 {
    margin-left: 25px !important;
    margin-right: 25px !important;
}

/* Header */
header .logo {
    float: left;
    margin: 0 0 0 30px;
    text-align: center;
}

    header .logo img {
        max-width: 185px;
        max-height: unset;
    }

    header .logo a {
        display: inline-block;
        margin-right: 35px;
        width: 185px;
        height: 27px;
    }

    header .logo .tb-logo {
    }

    header .logo .au-logo {
    }

    header .logo .deik-logo {
    }

header .navbar-default {
    float: right;
    margin: 0 30px 0 0 !important;
    padding: 10px 0 !important;
}

header.nav-stacked {
    z-index: 10;
}

.conf-user-content p {
    font-weight: bold;
    margin-bottom: 0px;
}

.navbar-nav > li > a {
    font-size: 16px;
    font-weight: 700;
}

.banner-tagline {
    text-align: center;
    color: #FFFFFF;
    line-height: 1.4em;
    margin: auto;
}

    .banner-tagline img {
        height: 96px !important;
        margin-bottom: 0px;
        margin-top: 60px;
    }

    .banner-tagline .p1 {
        font-size: 20px;
        font-weight: 800;
        margin: 20px 10px 10px 10px;
    }

        .banner-tagline .p1 strong {
            color: #86FFF3;
        }

    .banner-tagline .p2 {
        font-size: 18px;
        font-weight: 400;
        margin: 10px;
    }

    .banner-tagline .sponsered-title {
        font-size: 15px;
        font-weight: 800;
        color: #86FFF3;
        margin-top: 20px;
        margin-bottom: 10px;
    }

    .banner-tagline .sponsered-icon img {
        margin: 2px !important;
    }

    .banner-tagline .sponsered-icon .row-1 {
        height: 62px !important;
    }

    .banner-tagline .sponsered-icon .row-2 {
        height: 54px !important;
    }

    .banner-tagline .sponsered-icon .row-3 {
        height: 45px !important;
    }

.banner-fixed {
    height: 625px;
}

.marquee {
    position: relative;
    width: 100vw;
    max-width: 100%;
    height: 80px !important;
    overflow-x: hidden;
    overflow-y: hidden;
    align-self: center;
    align-items: center;
}

    .marquee .track {
        position: absolute;
        white-space: nowrap;
        will-change: transform;
        animation: marquee 30s linear infinite;
    }

        .marquee .track .content img {
            width: 128px;
            margin-top: -2px;
            margin-right: 10px;
            margin-left: 10px;
        }

@keyframes marquee {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-37.4%);
    }
}

.section-padding {
    padding: 30px 0px;
}

.section-padding-80 {
    padding: 80px 0px;
}

.section-header {
    margin-bottom: 20px;
}

.investors .items img, .prominent-speakers .items img {
    border: none;
    border-radius: 0;
    box-shadow: none;
    height: auto;
    max-width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
}

.program-item {
    text-align: left;
    font-size: 25px;
    font-weight: 700;
    color: #ACFDF5;
    line-height: normal;
    padding-left: 30px;
    position: relative;
    margin-bottom: 20px;
}

    .program-item .program-item-title span {
        width: 170px;
        display: inline-block;
        margin-right: 10px;
        text-align: left;
        color: #fff;
    }

    .program-item .program-item-info {
        text-align: left;
        font-size: 20px;
        font-weight: normal;
        color: #ACFDF5;
        margin-top: 15px;
        font-style: italic;
        padding-left: 40px;
    }

    .program-item .program-item-title:before {
        content: '';
        display: inline-block;
        position: absolute;
        top: 7px;
        left: 1px;
        width: 20px;
        height: 20px;
        background-image: url(/UserFiles/2025/Ellipse-23.png);
        background-size: 100% 100%;
        background-repeat: no-repeat;
    }

.program-items:before {
    content: "";
    display: inline-block;
    width: 2px;
    position: absolute;
    background: #ACFDF5;
    left: 25px;
    top: 10px;
    height: calc(100% - 25px);
}

.program-day-title {
    font-family: "Figtree", Sans-serif;
    font-size: 30px;
    font-weight: 800;
    line-height: normal;
    color: #ACFDF5;
    margin-bottom: 30px;
    text-align: center;
}

.navbar-nav > li > a {
    font-size: 20px;
}

.divider-01 {
    text-align: center;
    width: 100%;
    display: block;
    padding: 40px 0px 40px 0px;
    background: #051235;
}

@media (max-width: 1055px) {
    .banner-tagline {
        padding-top: 50px;
    }

    header .logo {
        margin: 8px 0 0 20px;
    }

    .navbar-default .navbar-toggle .icon-bar {
        background-color: #ffffff;
        border-radius: 1px;
        display: block;
        height: 4px;
        width: 26px;
    }

    header .logo img {
    }

    .navbar-toggle {
        display: block;
    }

    .logo a {
        line-height: normal;
    }

    .navbar-collapse {
        position: fixed;
        left: 0;
        padding: 20px;
        width: 100vh;
    }

    nav.navbar.navbar-default #navigation {
        top: 90px;
        width: 100%;
        background-color: #051235;
        padding: 0;
    }

    .navbar-nav {
        float: left;
        margin: 0;
    }

    .navbar-toggle {
        margin-right: 0;
    }

    .navbar-nav > li {
        float: none;
    }

    .navbar-collapse.collapse {
        display: none !important;
        height: 100vh !important;
        overflow: hidden !important;
    }

    .navbar-collapse.in {
        display: block !important;
        overflow: visible !important;
    }

    .nav > li {
        /*padding: 0 18px;*/
        padding: 0 13px;
    }

    .navbar-nav > li:nth-child(1) {
        /*padding-left: 18px;*/
    }
}

.nav-stacked.affix {
    background: #b15030;
}

header.nav-stacked.affix {
    background: rgba(5, 18, 53, 0.9);
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
    font-size: 22px;
    text-decoration: underline;
}

.countdown-btn a, .countdown-btn .btn:hover, .countdown-btn .btn:focus, .countdown-btn .btn.btn-lg:hover {
    background-image: url(../images/desen-btn.png);
    background-size: cover;
}

    .countdown-btn a:after {
        display: none;
    }

    .countdown-btn a span {
        display: block;
        margin-top: 5px;
        font-size: 24px;
    }

/* Footer */
footer {
    background: #b15030;
    background: linear-gradient(rgba(205,109,55, 0.8), rgba(205,109,55, 0.8)), url(/assets/images/2023-pattern.png) !important;
}

    footer .copyright a {
        color: #fff;
        text-decoration: underline;
    }

.footer-title {
}

.footer-social-tab {
    margin: 50px 0 0 0;
}


    .footer-social-tab a:hover {
        color: #fff !important;
    }

.official-carrier {
    margin: 50px 0;
    text-align: center;
}

    .official-carrier > * {
        display: inline-block;
    }

    .official-carrier .official-carrier-title {
        display: block;
        margin-bottom: 10px;
        color: #fff;
    }

/* Homepage Banner */
/*.banner-tagline * {
    color: #9e570c !important;
}*/
.banner-tagline a {
    font-weight: bold;
    color: #fff !important;
}

.banner-tagline img {
    max-height: 100%;
    height: 300px;
    margin-bottom: 30px;
    /*margin-top: -70px;*/
}

.banner-tagline h1 {
    font-size: 47px;
}

@media (max-width: 479px) {
    .banner-tagline h1 {
        font-size: 30px;
    }
}
/* Welcome Letter */
.carousel-inner .item {
    max-height: 500px;
}

/* About Conference */
#conference {
    text-align: center;
    background: linear-gradient(rgba(205,109,55, 0.8), rgba(205,109,55, 0.8)), url(/assets/images/2023-pattern.png) !important;
}

.section-conference-bg {
    background-image: none;
}

.spekers-tickets-box {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.spekers-tickets-info {
    margin-bottom: 10px;
    font-size: 13px;
    line-height: normal;
}

    .spekers-tickets-info a {
        display: block;
        color: #fff;
    }

        .spekers-tickets-info a, .spekers-tickets-info a:hover, .spekers-tickets-info a:focus,
        .spekers-tickets-info a i, .spekers-tickets-info a i:hover, .spekers-tickets-info a i:focus {
            color: #fff;
        }

    .spekers-tickets-info span {
        position: relative;
        top: 10px;
    }

    .spekers-tickets-info .deadline {
        display: block;
        position: relative;
        top: 15px;
        font-size: 12px;
        color: #d1d1d1;
    }

@media (max-width: 479px) {
    .spekers-tickets-info {
        margin-bottom: 30px;
    }

        .spekers-tickets-info span {
            font-size: 13px;
        }

        .spekers-tickets-info .deadline {
            font-size: 10px;
        }
}
/* Schedule */
#schedule {
    background-color: #fff;
}

    #schedule .conf-user-time {
        width: 150px;
    }

        #schedule .conf-user-time span {
            color: #555;
            font-size: 20px;
            display: inline;
            font-weight: 300;
            font-style: italic;
            padding: 0px;
            line-height: normal
        }

        #schedule .conf-user-time .time-schedule {
            font-size: 15px;
            color: #999;
            text-align: center;
            display: block;
        }

    #schedule .conf-user-time, #schedule .conf-user-info {
        padding: 25px 10px;
    }

    #schedule .conf-user-info {
        padding-left: 30px;
        padding-right: 30px;
    }

        #schedule .conf-user-info ul li {
            line-height: normal;
        }

        #schedule .conf-user-info h5 {
            font-size: 20px;
            line-height: normal;
            margin-bottom: 0;
            margin-right: 65px;
        }

        #schedule .conf-user-info h6 {
            margin-top: 20px;
        }

    #schedule .conf-close {
        top: 15px;
        font-size: 25px;
        height: 45px;
        line-height: 45px;
        width: 45px;
    }

    #schedule h3 {
        font-size: 32px;
        margin: 50px 0 10px;
    }

    #schedule h4 {
        font-size: 24px;
        margin-bottom: 0 0 50px;
        color: #9d9d9d;
    }

    #schedule .nav.nav-tabs > li > a {
        color: #555;
    }

        #schedule .nav.nav-tabs > li > a:hover {
            color: #fff;
        }

    #schedule ul.nav.nav-tabs .active a {
        color: #fff;
    }

    #schedule .conference-time-list {
        box-shadow: 0 0 9px rgba(0, 0, 0, 0.1);
    }

    #schedule .conf-user-info span {
        color: #555;
    }

    #schedule .conf-user-info .red {
        color: red;
        font-size: 12px;
    }

    #schedule .section-header h2 {
        font-size: 32px;
    }

/* Contact */
.contact-info-box {
    padding: 20px 20px;
}

    .contact-info-box a {
        text-decoration: underline;
    }

    .contact-info-box p + h5 {
        margin-top: 30px;
    }

.google-maps {
    overflow: hidden;
}

/* About/Supporters */
.supporter-list li {
    margin-bottom: 50px;
    list-style-type: none;
}

    .supporter-list li img {
        display: inline-block;
        width: 150px;
        margin-right: 30px;
    }

/* Speakers */
.speaker-sec {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    /*width: calc(100% / 3 - 24px);*/
    /*padding: 0 10px;*/
}

.speaker-info-box {
    border: none;
    margin: 0 auto;
}

    .speaker-info-box .spearker-img {
        overflow: hidden;
        border: 10px solid #cccccc;
        border-radius: 50%;
        width: 245px;
        height: 245px;
        margin: 0 auto;
    }

    .speaker-info-box img {
        display: block;
        margin: 0 auto;
        width: 100%;
        max-width: 100%;
    }

.speaker-info h5 {
    color: #b15030;
    fill: #b15030;
    font-size: 30px;
    text-align: center
}

.speaker-desc-content {
    position: relative;
    background: #FFF;
    padding: 20px;
    width: auto;
    max-width: 800px;
    margin: 20px auto;
}

    .speaker-desc-content h3 {
        margin-bottom: 10px;
        font-size: 20px;
    }

    .speaker-desc-content h4 {
        margin: 0 0 10px;
        font-size: 16px;
        font-weight: normal;
        color: #aaa;
    }

    .speaker-desc-content p {
        font-size: 15px;
        line-height: 24px;
    }

/* About Türkiye */
.snapshot-table td:first-child {
    width: 30%;
}

/* Gallery */
.gallery img {
    width: 100%;
}

.gallery [class*="col-"] {
    margin-bottom: 25px;
}

/* Sponsors on Homepage */
#sponsors {
    background: linear-gradient(rgba(205,109,55, 0.8), rgba(205,109,55, 0.8)), url(/assets/images/2023-pattern.png) !important;
}

    #sponsors img {
        width: 100%;
    }

    #sponsors .sponsors-list li img {
        width: 100%;
    }

    #sponsors.no-pattern {
        background-image: none !important;
    }

/* Highlights */
#highlights .row {
    margin-bottom: 30px;
}

#highlights h3 {
    font-size: 20px;
}

#highlights img {
    width: 100%;
}

#highlights figcaption {
    margin-top: 5px;
    font-size: 13px;
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: transparent;
}

.evisa {
    display: inline-block;
    padding: 5px;
    background-color: #1992b1;
}

    .evisa img {
        display: inline-block;
        max-width: 100%;
    }

.kroki {
    display: block;
}

    .kroki img {
        display: block;
        margin: 0 auto;
        max-width: 100%;
    }

.content-img {
    display: block;
}

    .content-img img {
        display: block;
        margin: 0 0 30px;
        max-width: 100%;
    }

html:lang(tr) .nav-your-stay {
    display: none;
}

.letter-photo {
    display: inline-block;
    vertical-align: top;
    position: relative;
    border: 10px solid #cccccc;
    border-radius: 50%;
    width: 225px;
    height: 225px;
    text-align: left;
}

    .letter-photo figure {
        overflow: hidden;
        display: block;
        border-radius: 50%;
        width: 100%;
        height: 100%;
        margin: 0 auto;
    }

    .letter-photo img {
        display: block;
        max-width: 100%;
    }



.letter-content {
    display: inline-block;
    vertical-align: top;
    padding-top: 12px;
    margin-left: 65px;
    width: calc(100% - 310px);
    text-align: left;
}



html:lang(tr) .navbar-nav > li:last-child .dropdown-menu {
    left: auto;
    right: 0;
    min-width: 75px;
}

.forum-by-numbers-photo {
    margin: 50px auto 0;
}

    .forum-by-numbers-photo img {
        display: block;
        margin: 0 auto;
        max-width: 100%;
    }

.accommodation-photo {
    margin-bottom: 20px;
}

    .accommodation-photo img {
        display: block;
        max-width: 100%;
    }

.accommodation-text {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}

.inner-pages {
    /*background-image: none;
  background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url(../images/desen.png) repeat 0 0;*/
}

    .inner-pages .dark-overlay {
        display: none;
    }

.about-turkey-img {
    margin-bottom: 30px;
}

    .about-turkey-img img {
        display: block;
        margin: 0 auto;
        max-width: 100%;
    }

.flag {
    width: 250px;
    height: 250px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    border-radius: 50%;
}

.language-row {
    margin-bottom: 80px !important;
}

.btn-language-link {
    font-size: 16px;
    padding: 14px 35px;
    height: auto;
    line-height: normal;
}

.gallery-tab {
    padding-bottom: 00px !important;
}

    .gallery-tab ul {
        margin-bottom: 5px;
    }

    .gallery-tab li {
        border-color: #ccc;
        margin-bottom: 20px;
    }

        .gallery-tab li a {
            color: #000;
            padding: 3px 10px
        }

        .gallery-tab li.active a {
            color: #fff;
        }



html:lang(fr) .schedule_style3 .nav.nav-tabs > li > a {
    font-size: 16px;
}

html:lang(fr) .schedule_style3 .conf-user-info {
    width: 790px;
}

.color-red {
    color: #ff000a !important;
}

.banner-tagline .info, .link-boxed {
    background: #c34824;
    padding: 10px;
    font-weight: bold;
}

    .banner-tagline .info a {
        font-size: 24px;
        display: block;
        color: #fff;
        position: relative;
    }

        .banner-tagline .info a .help-text {
            font-size: 15px;
            font-weight: normal;
            position: absolute;
            right: 0px;
            display: block;
            top: 0px;
            color: #ddd !important;
        }



.about-sec .about-content p {
    margin-bottom: 20px;
    text-align: justify;
}

.gallery img {
    width:100%;
}

.link-1 h3 {
    margin: 0px !important;
    font-size: 45px !important;
    display: inline-block !important;
}

.link-1 {
    color: #ffffff !important;
}

    .link-1:hover, .link-1:focus,
    .link-1:hover *, .link-1:focus * {
        color: #de302f !important;
    }

.link-boxed, .link-boxed:link, .link-boxed:visited, .link-boxed:hover, .link-boxed:active {
    display: block;
    color: #fff;
    text-align: center;
}

.padding-bottom-0 {
    padding-bottom: 0px;
}

.padding-top-0 {
    padding-top: 0px;
}

.brochure * {
    line-height: 0;
}

.brochure img {
    width: 100%;
    max-width: 900px;
}

.link-boxed > i.fa {
    padding-right: 10px;
}

.sponsors-logo .img2 {
    margin: 15px auto;
}

.font-size-18, .font-size-18 * {
    font-size: 18px !important;
}

.counter-sec {
    max-width: 490px;
}


.customModal .btn {
    padding: 10px 20px;
    font-weight: normal;
    font-size: 20px;
}

.customModal .modal-body {
    text-align: justify;
}

.customModal .modal-body, .customModal .modal-header, .customModal .modal-footer {
    padding: 15px 20px;
}

.stand-exhibitors .tbl {
    font-size: 18px;
}

.stand-exhibitors h6 {
    margin: 40px 0px 20px 0px;
}

.stand-exhibitors .tbl td, .tbl2 td {
    padding: 2px 5px;
    border: none;
}

.stand-exhibitors .tbl tr td:first-child {
    font-weight: bold;
}

.stand-exhibitors ul li, ol li {
    margin-bottom: 0px;
    font-size: 18px;
}

.stand-exhibitors ._info {
    text-decoration: underline;
    font-style: italic;
}

@media (max-width: 479px) {
    header .logo {
        margin: 18px 0 0 5px;
    }

        header .logo a {
            margin-left: 10px;
            margin-right: 0px;
            text-align: left;
            height: 40px;
        }

        header .logo img {
        }

    header .navbar-default {
        margin-right: 15px !important;
    }

    .conf-user-info,
    .schedule_style3 .conf-user-info {
        width: 100%;
    }

    #schedule .conf-user-info h5 {
        margin-right: 0px;
    }
}

@media (min-width: 480px) and (max-width: 767px) {
    header .logo {
    }

        header .logo img {
        }

        header .logo a {
            margin-right: 10px;
            height: 55px;
        }
}

@media (min-width: 767px) and (max-width: 1024) {
    .nav > li {
        /*padding: 0 8px;*/
    }
}

@media (min-width: 769px) and (max-width: 1440px) {
    .nav > li {
        /*padding: 0 5px;*/
    }
}

@media (min-width: 769px) and (max-width: 1336px) {
    header .logo a {
        height: 60px;
        margin-right: 15px;
    }

    .navbar-nav > li > a {
        /*padding: 10px 0;
        font-size: 13px;*/
    }

    ul.nav.navbar-nav li .dropdown-menu li {
        margin: 5px 0;
    }

    .dropdown-menu > li > a {
        font-size: 13px;
        padding: 8px 10px;
    }
}


@media (max-width: 670px) {
    .speaker-sec {
        /*width: calc(100%);*/
        /*margin: 0 auto;*/
        /*max-width: 100%;*/
        text-align: center;
    }

    header .logo a {
        width: 130px;
    }

    header .logo img {
        max-width: 130px;
    }
}

@media (max-width: 767px) {
    .letter-photo {
        margin-bottom: 20px;
    }
}

@media (max-width: 992px) {
    .letter-content {
        padding-top: 18px;
        width: calc(100% - 300px);
    }
}

@media (max-width: 767px) {
    .letter-content {
        width: 100%;
        margin: 0;
        padding: 0;
    }
}

@media screen and (max-height: 850px) {
    .banner-tagline img {
        margin-top: 30px;
    }
}

@media screen and (max-height: 720px) {
    .banner-tagline img {
        margin-top: 80px;
    }
}

@media screen and (max-height: 630px) {
    .banner-tagline img {
        height: 247px;
        margin-bottom: 15px;
    }

    .banner-tagline h1 {
        margin-bottom: 0;
    }

    .banner-tagline p {
        margin-bottom: 5px;
    }

    .countdown-counter {
        padding: 15px 0;
    }

    .countdown-btn .btn.btn-lg {
        padding: 43px 108px;
    }
}

@media (max-width: 1000px) {
    #schedule .conf-user-info {
        padding-left: 10px;
        padding-right: 10px;
    }

    #schedule .conf-user-time {
        padding-bottom: 10px;
    }
}

@media (max-width:1000px) {
    /*.countdown-tab {
        width: 100%;
        margin:0px;
        padding:0px;
    }*/
    .counter-sec {
        margin: 0px;
        width: 100%;
        max-width: 100%;
    }
}

@media (max-width: 767px) {
    .countdown-tab {
        width: 100%;
        margin: 0px;
        padding: 0px;
    }
}


@media (min-width: 1000px) and (max-height: 890px) {
    .countdown-tab {
        margin-top: 145px;
    }
}


@media (max-width: 767px) {
    #schedule .conf-user-info {
        padding: 10px;
        width: 100%;
    }

    #schedule .conf-user-time {
        float: none;
        margin: 0;
        padding: 10px;
        text-align: center;
        width: 100%;
    }

    #schedule .conf-close {
        top: 45px;
    }
}

.footer {
    text-align: center;
    font-size: 12px;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: 0.1px;
    color: #FFFFFF;
}

.footer-logo {
    width: 15vw;
    min-width: 180px
}

.bg-2 {
    background-color: #020B25
}

.title-2 {
    font-size: 35px;
    font-weight: 800;
    line-height: 47px;
    color: #FFFFFF;
}
.title-3 {
    color: #FFFFFF;
    font-weight: 800;
    font-size: 15px;
}
.font-1 {
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.5em;
    color: #FFFFFF;
}

.applications-bg {
    padding: 80px 75px 80px 75px;
    border-radius: 30px 30px 30px 30px;
    background-image: url(/UserFiles/2025/day-1.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.applications-content {
    font-size: 20px;
    text-align: center;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: 0.1px;
    color: #FFFFFF;
}

@media (max-width: 767px) {
    #banner {
        background-image: url(/UserFiles/2025/lift-2023-mobile-lp.png);
    }

    .applications-bg {
        padding: 30px 20px 30px 20px;
    }
}
