/*
	Template Name: exhibz
	Author: Themewinter
	Author URI: https://themeforest.net/user/tripples
	Description: Exhibz conference html template. 
  Version: 1.1

=====================
   table of content 
====================

1.   Typography
2.   Global Styles
3.   header nav
4.   hero area
5    intro area
6.   ts speakers area
7.   experiyence area
8.   schedule area 
9.   pricing area 
10.  blog area 
11.  sponsros area 
12.  map direction area 
13.  newsletter area 
14.  footer area 
15.  funfact area 
16.  contact area 
17.  blog details area 
18.  about area 
19.  faq area 
20.  404  
*/
/*
	Template Name: Exhibit -  Conference & Event HTML Template
	Author: Themewinter
	Author URI: https://themeforest.net/user/tripples
	Description: Eventor -  Conference & Event HTML Template
	Version: 1.0
*/
/* Table of Content
==================================================
1.	Typography
2.  Global Styles (body, link color, gap, ul, section-title, overlay etc)
3.  Header area
4.	Banner area

	
*/
@import url("https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,500,500i,700,700i,900,900i");
@import url("https://fonts.googleapis.com/css?family=Raleway:300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i");

/* ============================== */
/* Typography
================================================== */
body,
p {
  font-family: 'Roboto', sans-serif;
  line-height: 26px;
  font-size: 16px;
  color: #888888;
}
/* ==========================================================
   MEMBERS DIRECTORY
========================================================== */

.bee-members-page {
    position: relative;
    overflow: hidden;
    background: #f8f6f1;
}

.bee-members-pattern {
    position: absolute;
    inset: 0;
    opacity: .32;
    pointer-events: none;
    background-image:
        linear-gradient(30deg, rgba(212, 175, 55, .08) 12%, transparent 12.5%, transparent 87%, rgba(212, 175, 55, .08) 87.5%),
        linear-gradient(150deg, rgba(212, 175, 55, .08) 12%, transparent 12.5%, transparent 87%, rgba(212, 175, 55, .08) 87.5%);
    background-size: 64px 112px;
}

.bee-members-intro,
.bee-members-content {
    position: relative;
    z-index: 1;
}

.bee-members-intro {
    padding: 74px 0 34px;
}

.bee-members-kicker {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 13px;
    color: #159a63;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.bee-members-kicker-line {
    width: 38px;
    height: 2px;
    background: #d4af37;
}

.bee-members-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 24px;
    border-bottom: 1px solid #ded6ca;
}

.bee-members-heading h1 {
    margin: 0;
    color: #6b2f22;
    font-size: 42px;
    line-height: 1.2;
    font-weight: 800;
}

.bee-members-heading-mark {
    display: flex;
    gap: 7px;
}

.bee-members-heading-mark span {
    width: 13px;
    height: 15px;
    background: #d4af37;
    clip-path: polygon(25% 0, 75% 0, 100% 50%, 75% 100%, 25% 100%, 0 50%);
}

.bee-members-heading-mark span:nth-child(2) {
    background: #159a63;
}

.bee-members-content {
    padding: 15px 0 90px;
}

.bee-members-filter {
    margin-bottom: 54px;
    padding: 28px 28px 20px;
    background: #fff;
    border: 1px solid #e5dccf;
    border-top: 4px solid #159a63;
    border-radius: 7px;
    box-shadow: 0 12px 34px rgba(62, 49, 37, .07);
}

.bee-members-field {
    margin-bottom: 18px;
}

.bee-members-field label {
    display: block;
    margin-bottom: 8px;
    color: #6b2f22;
    font-size: 13px;
    font-weight: 700;
}

.bee-members-field .form-control {
    height: 48px;
    padding: 0 15px;
    color: #4d4844;
    background-color: #fbfaf7;
    border: 1px solid #ddd5c9;
    border-radius: 4px;
    box-shadow: none;
    transition: border-color .25s ease, box-shadow .25s ease, background-color .25s ease;
}

.bee-members-field .form-control:focus {
    background-color: #fff;
    border-color: #159a63;
    box-shadow: 0 0 0 3px rgba(21, 154, 99, .1);
}

.bee-members-filter-actions {
    display: flex;
    justify-content: center;
    gap: 12px;
    padding-top: 8px;
}

.bee-members-search-btn,
.bee-members-reset-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    min-width: 145px;
    height: 46px;
    padding: 0 24px;
    border-radius: 4px;
    font-size: 13px;
    font-weight: 800;
    cursor: pointer;
    transition: transform .25s ease, box-shadow .25s ease, background-color .25s ease;
}

.bee-members-search-btn {
    color: #fff;
    background: #159a63;
    border: 1px solid #159a63;
}

.bee-members-search-btn:hover {
    color: #fff;
    background: #117d50;
    transform: translateY(-2px);
    box-shadow: 0 8px 18px rgba(21, 154, 99, .2);
}

.bee-members-reset-btn {
    color: #6b2f22;
    background: transparent;
    border: 1px solid #d2c8bb;
}

.bee-members-reset-btn:hover {
    color: #6b2f22;
    background: #f1ece5;
    transform: translateY(-2px);
}

.bee-members-grid {
    align-items: stretch;
}

.bee-member-column {
    display: flex;
    margin-bottom: 42px;
}

.bee-member-card {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-top: 72px;
    padding: 102px 28px 28px;
    text-align: center;
    background: #fff;
    border: 1px solid #e5dccf;
    border-radius: 7px;
    box-shadow: 0 10px 30px rgba(62, 49, 37, .07);
    transition: transform .35s ease, box-shadow .35s ease, border-color .35s ease;
}

.bee-member-card::before {
    content: "";
    position: absolute;
    inset: 7px;
    border: 1px solid rgba(212, 175, 55, .16);
    border-radius: 4px;
    pointer-events: none;
}

.bee-member-card:hover {
    transform: translateY(-7px);
    border-color: rgba(212, 175, 55, .65);
    box-shadow: 0 20px 44px rgba(62, 49, 37, .12);
}

.bee-member-image {
    position: absolute;
    z-index: 2;
    top: -72px;
    left: 50%;
    display: block;
    width: 156px;
    height: 180px;
    padding: 5px;
    transform: translateX(-50%);
    background: #d4af37;
    clip-path: polygon(25% 0, 75% 0, 100% 50%, 75% 100%, 25% 100%, 0 50%);
}

.bee-member-image::before {
    content: "";
    position: absolute;
    inset: 5px;
    z-index: 1;
    background: #f0ebe3;
    clip-path: inherit;
}

.bee-member-image img {
    position: relative;
    z-index: 2;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    clip-path: inherit;
    transition: transform .45s ease, filter .45s ease;
}

.bee-member-card:hover .bee-member-image img {
    transform: scale(1.06);
}

.bee-member-image-overlay {
    position: absolute;
    inset: 5px;
    z-index: 3;
    background: linear-gradient(to top, rgba(107, 47, 34, .25), transparent 55%);
    clip-path: inherit;
    pointer-events: none;
}

.bee-member-card-content {
    position: relative;
    z-index: 2;
    display: flex;
    flex: 1;
    flex-direction: column;
    align-items: center;
}

.bee-member-sector {
    display: inline-block;
    margin-bottom: 9px;
    padding: 5px 11px;
    color: #117d50;
    background: rgba(21, 154, 99, .09);
    border-radius: 20px;
    font-size: 10px;
    line-height: 1.3;
    font-weight: 800;
    letter-spacing: .5px;
}

.bee-member-name {
    margin: 0 0 8px;
    font-size: 21px;
    line-height: 1.35;
    font-weight: 800;
}

.bee-member-name a {
    color: #6b2f22;
}

.bee-member-name a:hover {
    color: #159a63;
}

.bee-member-company {
    margin: 0 0 10px;
    color: #67605a;
    font-size: 14px;
    line-height: 1.7;
}

.bee-member-location {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    margin-bottom: 20px;
    color: #8a8179;
    font-size: 13px;
}

.bee-member-location i {
    color: #d4af37;
}

.bee-member-link {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin-top: auto;
    padding-top: 17px;
    color: #159a63;
    border-top: 1px solid #eee7de;
    font-size: 12px;
    font-weight: 800;
}

.bee-member-link:hover {
    color: #6b2f22;
}

.bee-members-empty {
    width: 100%;
    padding: 55px 20px;
    text-align: center;
    color: #6b2f22;
    background: #fff;
    border: 1px solid #e5dccf;
    border-radius: 7px;
}

.bee-members-empty-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 58px;
    height: 66px;
    margin: 0 auto 15px;
    color: #fff;
    background: #159a63;
    font-size: 20px;
    clip-path: polygon(25% 0, 75% 0, 100% 50%, 75% 100%, 25% 100%, 0 50%);
}

.bee-members-empty h4 {
    margin: 0;
    color: #6b2f22;
}

@media (max-width: 991px) {
    .bee-members-heading h1 {
        font-size: 35px;
    }

    .bee-members-filter {
        padding: 24px 22px 16px;
    }
}

@media (max-width: 767px) {
    .bee-members-intro {
        padding: 52px 0 28px;
    }

    .bee-members-heading h1 {
        font-size: 29px;
    }

    .bee-members-heading-mark {
        display: none;
    }

    .bee-members-content {
        padding-bottom: 60px;
    }

    .bee-members-filter {
        margin-bottom: 38px;
    }

    .bee-members-filter-actions {
        flex-wrap: wrap;
    }

    .bee-members-search-btn,
    .bee-members-reset-btn {
        flex: 1 1 135px;
    }

    .bee-member-column {
        margin-bottom: 30px;
    }
}


/* Members directory - compact redesign */
.bee-members-page {
    background: #fff;
}

.bee-members-pattern {
    display: none;
}

.bee-members-content {
    padding: 64px 0 86px;
}

.bee-members-filter {
    position: relative;
    margin-bottom: 58px;
    padding: 24px 26px 18px;
    background: #f8f8f5;
    border: 0;
    border-radius: 0;
    box-shadow: none;
}

.bee-members-filter::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 3px;
    background: linear-gradient(90deg, #159a63 0 72%, #d5a928 72%);
}

.bee-members-field label {
    margin-bottom: 6px;
    color: #5b3028;
    font-size: 12px;
}

.bee-members-field .form-control {
    height: 44px;
    background: #fff;
    border-color: #e1ddd5;
    border-radius: 2px;
    font-size: 13px;
}

.bee-members-filter-actions {
    padding-top: 4px;
}

.bee-members-search-btn,
.bee-members-reset-btn {
    min-width: 128px;
    height: 42px;
    border-radius: 2px;
}

.bee-members-grid {
    margin-right: -12px;
    margin-left: -12px;
}

.bee-member-column {
    padding-right: 12px;
    padding-left: 12px;
    margin-bottom: 44px;
}

.bee-member-card {
    min-height: 100%;
    margin: 0;
    padding: 30px 22px 24px;
    background: #fff;
    border: 0;
    border-bottom: 3px solid #159a63;
    border-radius: 0;
    box-shadow: 0 8px 28px rgba(57, 44, 35, .09);
}

.bee-member-card::before {
    display: none;
}

.bee-member-card:hover {
    transform: translateY(-5px);
    border-color: #d5a928;
    box-shadow: 0 15px 34px rgba(57, 44, 35, .14);
}

.bee-member-image {
    position: relative;
    top: auto;
    left: auto;
    width: 138px;
    height: 158px;
    margin: 0 auto 21px;
    padding: 4px;
    transform: none;
    background: #159a63;
}

.bee-member-image::before {
    inset: 4px;
    background: #fff;
}

.bee-member-image-overlay {
    inset: 4px;
    background: linear-gradient(to top, rgba(21, 154, 99, .18), transparent 45%);
}

.bee-member-card-content {
    min-height: 155px;
}

.bee-member-sector {
    max-width: 100%;
    margin-bottom: 12px;
    padding: 0;
    overflow: hidden;
    color: #159a63;
    background: transparent;
    border-radius: 0;
    font-size: 10px;
    line-height: 1.6;
    font-weight: 700;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.bee-member-name {
    margin-bottom: 7px;
    font-size: 19px;
}

.bee-member-company {
    display: -webkit-box;
    min-height: 44px;
    margin-bottom: 8px;
    overflow: hidden;
    font-size: 13px;
    line-height: 22px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.bee-member-location {
    margin-bottom: 14px;
    font-size: 12px;
}

.bee-member-link {
    justify-content: center;
    width: 100%;
    padding-top: 13px;
    font-size: 11px;
}

@media (max-width: 767px) {
    .bee-members-content {
        padding: 42px 0 60px;
    }

    .bee-members-filter {
        margin-bottom: 44px;
        padding: 22px 18px 16px;
    }

    .bee-member-card {
        max-width: 340px;
        margin: 0 auto;
    }
}


/* Members directory - balanced card redesign */
.bee-members-content {
    padding-top: 58px;
}

.bee-members-filter {
    margin-bottom: 48px;
}

.bee-member-column {
    margin-bottom: 30px;
}

.bee-member-card {
    display: block;
    min-height: 0;
    padding: 0;
    overflow: hidden;
    border: 1px solid #e7e1d8;
    border-bottom: 0;
    border-radius: 6px;
    box-shadow: 0 10px 28px rgba(62, 49, 37, .08);
}

.bee-member-card:hover {
    border-color: #d9cfbf;
    transform: translateY(-6px);
    box-shadow: 0 18px 38px rgba(62, 49, 37, .13);
}

.bee-member-image-stage {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 182px;
    overflow: hidden;
    background:
        linear-gradient(135deg, rgba(21, 154, 99, .96), rgba(9, 104, 67, .96));
}

.bee-member-image-stage::before,
.bee-member-image-stage::after {
    content: "";
    position: absolute;
    width: 120px;
    height: 138px;
    border: 1px solid rgba(255, 255, 255, .13);
    clip-path: polygon(25% 0, 75% 0, 100% 50%, 75% 100%, 25% 100%, 0 50%);
}

.bee-member-image-stage::before {
    top: -52px;
    inset-inline-start: -25px;
}

.bee-member-image-stage::after {
    right: -24px;
    bottom: -58px;
}

.bee-member-image {
    position: relative;
    top: auto;
    left: auto;
    width: 136px;
    height: 156px;
    margin: 0;
    padding: 5px;
    transform: none;
    background: #d5a928;
    filter: drop-shadow(0 8px 14px rgba(0, 0, 0, .2));
}

.bee-member-image::before {
    inset: 5px;
    background: #fff;
}

.bee-member-image-overlay {
    inset: 5px;
    background: linear-gradient(to top, rgba(45, 28, 23, .18), transparent 48%);
}

.bee-member-card-content {
    display: block;
    min-height: 128px;
    padding: 22px 24px 20px;
    text-align: start;
}

.bee-member-sector {
    display: block;
    min-height: 0;
    margin-bottom: 8px;
    overflow: visible;
    color: #159a63;
    font-size: 11px;
    line-height: 18px;
    text-overflow: clip;
    white-space: normal;
}

.bee-member-name {
    position: relative;
    margin: 0 0 11px;
    padding-bottom: 12px;
    font-size: 22px;
    line-height: 1.35;
}

.bee-member-name::after {
    content: "";
    position: absolute;
    bottom: 0;
    inset-inline-start: 0;
    width: 36px;
    height: 2px;
    background: #d5a928;
}

.bee-member-company {
    min-height: 0;
    margin: 0 0 8px;
    color: #6f6760;
    font-size: 13px;
    line-height: 21px;
}

.bee-member-location {
    justify-content: flex-start;
    margin: 0;
    color: #8c837b;
}

.bee-member-card::after {
    content: "";
    display: block;
    height: 4px;
    background: linear-gradient(90deg, #159a63 0 78%, #d5a928 78%);
}

@media (max-width: 991px) {
    .bee-member-image-stage {
        height: 182px;
    }
}

@media (max-width: 767px) {
    .bee-members-content {
        padding-top: 38px;
    }

    .bee-member-card {
        max-width: 380px;
    }

    .bee-member-card-content {
        min-height: 0;
    }
}




/* Members directory - speaker component redesign */
.bee-members-page {
    background: #f7f5ef;
}

.bee-members-content {
    padding: 72px 0 82px;
    background-image: url("../images/speakers/speaker_bg.png");
    background-position: center top;
    background-repeat: repeat;
    background-size: auto;
}

.bee-members-filter {
    margin: 0 0 72px;
    padding: 30px 32px 24px;
    overflow: hidden;
    color: #fff;
    background:
        linear-gradient(120deg, #0d714a 0%, #159a63 72%, #128456 100%);
    border: 0;
    border-radius: 8px;
    box-shadow: 0 16px 38px rgba(18, 104, 72, .18);
}

.bee-members-filter::before {
    right: auto;
    left: -35px;
    top: -65px;
    width: 175px;
    height: 200px;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, .1);
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
}

.bee-members-filter::after {
    content: "";
    position: absolute;
    right: -28px;
    bottom: -75px;
    width: 155px;
    height: 180px;
    border: 1px solid rgba(255, 255, 255, .09);
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
}

.bee-members-field,
.bee-members-filter-actions {
    position: relative;
    z-index: 1;
}

.bee-members-field label {
    color: #fff;
    font-size: 12px;
    font-weight: 700;
}

.bee-members-field .form-control {
    height: 46px;
    color: #504943;
    background: #fff;
    border: 1px solid rgba(255, 255, 255, .65);
    border-radius: 4px;
}

.bee-members-field .form-control:focus {
    border-color: #d8aa28;
    box-shadow: 0 0 0 3px rgba(216, 170, 40, .2);
}

.bee-members-filter-actions {
    padding-top: 8px;
}

.bee-members-search-btn,
.bee-members-reset-btn {
    height: 44px;
    border-radius: 4px;
}

.bee-members-search-btn {
    color: #5b3028;
    background: #d8aa28;
    border-color: #d8aa28;
}

.bee-members-search-btn:hover {
    color: #5b3028;
    background: #e5b936;
    box-shadow: 0 8px 18px rgba(61, 40, 20, .18);
}

.bee-members-reset-btn {
    color: #fff;
    background: transparent;
    border-color: rgba(255, 255, 255, .55);
}

.bee-members-reset-btn:hover {
    color: #fff;
    background: rgba(255, 255, 255, .1);
}

.bee-members-grid {
    justify-content: center;
    margin-right: -15px;
    margin-left: -15px;
}

.bee-member-column {
    display: block;
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom: 18px;
}

.bee-directory-member {
    margin-bottom: 48px;
}

.bee-directory-member .speaker-img {
    width: 200px;
    height: 250px;
    margin: 0 auto 24px;
    background: #e8e2d8;
}

.bee-directory-member .speaker-img::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 3;
    border: 0;
    pointer-events: none;
    background:
        linear-gradient(135deg, rgba(216, 170, 40, .4), transparent 30%, transparent 70%, rgba(21, 154, 99, .32));
    clip-path: inherit;
    mix-blend-mode: multiply;
}

.bee-directory-member .speaker-img a {
    display: block;
    width: 100%;
    height: 100%;
}

.bee-directory-member .speaker-img .view-speaker {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

.bee-directory-member-info {
    max-width: 310px;
    min-height: 132px;
    margin: 0 auto;
    padding: 0 12px;
    text-align: center;
}

.bee-directory-member-sector {
    display: block;
    min-height: 20px;
    margin-bottom: 8px;
    color: #159a63;
    font-size: 11px;
    line-height: 18px;
    font-weight: 700;
}

.bee-directory-member-name {
    margin: 0 0 9px !important;
    font-size: 22px;
    line-height: 1.35;
}

.bee-directory-member-name a {
    color: #6b2f22 !important;
}

.bee-directory-member:hover .bee-directory-member-name a {
    color: #159a63 !important;
}

.bee-directory-member-company {
    margin: 0 0 7px;
    color: #6f6861;
    font-size: 13px;
    line-height: 21px;
}

.bee-directory-member-position {
    margin: 0 0 7px;
    color: #6b2f22;
    font-size: 13px;
    line-height: 21px;
    font-weight: 700;
}

.bee-directory-member-location {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    color: #91877e;
    font-size: 12px;
}

.bee-directory-member-location i {
    color: #d8aa28;
}

@media (max-width: 991px) {
    .bee-members-filter {
        margin-bottom: 60px;
    }
}

@media (max-width: 767px) {
    .bee-members-content {
        padding: 48px 0 58px;
    }

    .bee-members-filter {
        margin-bottom: 52px;
        padding: 25px 20px 19px;
    }

    .bee-directory-member {
        margin-bottom: 38px;
    }
}




/* Committee-scoped members - native speaker hexagon */
.bee-committee-members-section {
    padding: 78px 0 48px;
    background: #f8f6f0;
    border-top: 1px solid #e7ded1;
}

.bee-committee-members-heading {
    margin-bottom: 54px;
}

.bee-committee-members-grid {
    justify-content: center;
}

.bee-committee-member-column {
    margin-bottom: 10px;
}

.bee-committee-profile {
    margin-bottom: 48px;
    text-align: center;
}

.bee-committee-profile .speaker-img {
    width: 200px;
    height: 250px;
    margin: 0 auto 23px;
    background: #ece7df;
}

.bee-committee-profile .speaker-img > a,
.bee-committee-profile .speaker-img > div {
    display: block;
    width: 100%;
    height: 100%;
}

.bee-committee-profile .speaker-img .view-speaker {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

.bee-committee-profile-badge {
    position: absolute;
    right: 50%;
    bottom: 15px;
    z-index: 4;
    max-width: 84%;
    padding: 6px 13px;
    overflow: hidden;
    color: #6b2f22;
    background: #d8aa28;
    border-radius: 18px;
    box-shadow: 0 5px 12px rgba(50, 34, 20, .18);
    font-size: 10px;
    line-height: 15px;
    font-weight: 800;
    text-overflow: ellipsis;
    white-space: nowrap;
    transform: translateX(50%);
}

.bee-committee-profile-info {
    min-height: 76px;
}

.bee-committee-profile-name {
    margin: 0 0 6px !important;
    font-size: 22px;
    line-height: 1.35;
}

.bee-committee-profile-name a,
.bee-committee-profile-name {
    color: #6b2f22 !important;
}

.bee-committee-profile:hover .bee-committee-profile-name a {
    color: #159a63 !important;
}

.bee-committee-profile-profession {
    margin: 0;
    color: #777069;
    font-size: 13px;
    line-height: 21px;
}

.bee-committee-chairman-wrap .bee-committee-profile {
    width: 100%;
}

.bee-committee-profile--chairman .speaker-img {
    width: 220px;
    height: 275px;
}

.bee-committee-profile--chairman .bee-committee-profile-name {
    font-size: 24px;
}

@media (max-width: 767px) {
    .bee-committee-members-section {
        padding: 58px 0 30px;
    }

    .bee-committee-members-heading {
        margin-bottom: 42px;
    }

    .bee-committee-profile {
        margin-bottom: 38px;
    }
}




/* Committee-to-members navigation */
.bee-committee-members-link-section {
    padding: 68px 0 78px;
    background: #f7f4ed;
    border-top: 1px solid #e7ded1;
}

.bee-committee-members-link-card {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    padding: 38px 42px;
    overflow: hidden;
    color: #fff;
    background: linear-gradient(120deg, #0d704a, #159a63);
    border-radius: 8px;
    box-shadow: 0 16px 38px rgba(15, 101, 69, .18);
}

.bee-committee-members-link-card::after {
    content: "";
    position: absolute;
    right: -45px;
    top: -85px;
    width: 210px;
    height: 245px;
    border: 1px solid rgba(255,255,255,.14);
    clip-path: polygon(50% 0%,100% 25%,100% 75%,50% 100%,0% 75%,0% 25%);
}

.bee-committee-members-link-card > * {
    position: relative;
    z-index: 1;
}

.bee-committee-members-link-card span {
    color: rgba(255,255,255,.76);
    font-size: 12px;
    font-weight: 700;
}

.bee-committee-members-link-card h2 {
    margin: 5px 0 0;
    color: #fff;
    font-size: 28px;
}

.bee-committee-members-link-button {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    flex: 0 0 auto;
    padding: 14px 24px;
    color: #5c3028;
    background: #d8aa28;
    border-radius: 4px;
    font-size: 13px;
    font-weight: 800;
}

.bee-committee-members-link-button span {
    color: inherit;
}

.bee-committee-members-link-button:hover {
    color: #5c3028;
    background: #e6b936;
    transform: translateY(-2px);
}

/* Committee-filtered members heading */
.bee-members-committee-heading {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 58px;
    padding-bottom: 22px;
    border-bottom: 1px solid #ddd4c7;
}

.bee-members-committee-heading span {
    color: #159a63;
    font-size: 12px;
    font-weight: 800;
}

.bee-members-committee-heading h1 {
    margin: 5px 0 0;
    color: #6b2f22;
    font-size: 34px;
}

.bee-members-committee-heading > a {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    color: #6b2f22;
    font-size: 12px;
    font-weight: 800;
}

/* Member details redesign */
.bee-member-detail-page {
    padding: 70px 0 86px;
    background: #f7f4ed;
}

.bee-member-detail-back {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 25px;
    color: #159a63;
    font-size: 13px;
    font-weight: 800;
}

.bee-member-detail-card {
    display: grid;
    grid-template-columns: 360px minmax(0, 1fr);
    overflow: hidden;
    background: #fff;
    border: 1px solid #e4dbcf;
    border-radius: 8px;
    box-shadow: 0 18px 45px rgba(62, 48, 36, .09);
}

.bee-member-detail-visual {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 500px;
    padding: 46px 34px;
    overflow: hidden;
    background: linear-gradient(145deg, #0d704a, #159a63);
}

.bee-member-detail-visual::before {
    content: "";
    position: absolute;
    width: 235px;
    height: 285px;
    border: 1px solid rgba(255,255,255,.12);
    clip-path: polygon(50% 0%,100% 25%,100% 75%,50% 100%,0% 75%,0% 25%);
    transform: scale(1.45);
}

.bee-member-detail-speaker {
    position: relative;
    z-index: 1;
    margin: 0;
}

.bee-member-detail-speaker .speaker-img {
    width: 230px;
    height: 290px;
    margin: 0;
    background: #eee8df;
    filter: drop-shadow(0 12px 20px rgba(0,0,0,.22));
}

.bee-member-detail-speaker:hover .speaker-img::before {
    opacity: 0;
}

.bee-member-detail-committee-label {
    position: relative;
    z-index: 2;
    max-width: 90%;
    margin-top: -18px;
    padding: 8px 17px;
    color: #5c3028;
    background: #d8aa28;
    border-radius: 20px;
    font-size: 11px;
    font-weight: 800;
    text-align: center;
}

.bee-member-detail-content {
    align-self: center;
    padding: 55px 58px;
}

.bee-member-detail-kicker {
    display: inline-block;
    margin-bottom: 8px;
    color: #159a63;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .8px;
}

.bee-member-detail-content > h1 {
    position: relative;
    margin: 0 0 13px;
    padding-bottom: 16px;
    color: #6b2f22;
    font-size: 38px;
    line-height: 1.25;
}

.bee-member-detail-content > h1::after {
    content: "";
    position: absolute;
    bottom: 0;
    inset-inline-start: 0;
    width: 48px;
    height: 3px;
    background: #d8aa28;
}

.bee-member-detail-role {
    margin: 0 0 28px;
    color: #716860;
    font-size: 15px;
    font-weight: 700;
}

.bee-member-detail-summary {
    margin-bottom: 28px;
}

.bee-member-detail-summary h2 {
    margin: 0 0 10px;
    color: #6b2f22;
    font-size: 18px;
}

.bee-member-detail-summary p {
    margin: 0;
    color: #6d6660;
    font-size: 14px;
    line-height: 26px;
}

.bee-member-detail-facts {
    display: grid;
    grid-template-columns: repeat(2, minmax(0,1fr));
    gap: 12px;
}

.bee-member-detail-facts > div {
    padding: 14px 16px;
    background: #f8f6f1;
    border-inline-start: 3px solid #159a63;
}

.bee-member-detail-facts span,
.bee-member-detail-facts strong {
    display: block;
}

.bee-member-detail-facts span {
    margin-bottom: 3px;
    color: #948a82;
    font-size: 10px;
    font-weight: 700;
}

.bee-member-detail-facts strong {
    color: #574d47;
    font-size: 13px;
}

.bee-member-detail-committee-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-top: 24px;
    padding: 23px 28px;
    color: #fff;
    background: #6b2f22;
    border-radius: 6px;
}

.bee-member-detail-committee-card span {
    color: rgba(255,255,255,.68);
    font-size: 10px;
    font-weight: 700;
}

.bee-member-detail-committee-card h2 {
    margin: 3px 0 0;
    color: #fff;
    font-size: 19px;
}

.bee-member-detail-committee-card > i {
    color: #d8aa28;
    font-size: 20px;
}

.bee-member-detail-committee-card:hover {
    color: #fff;
    background: #57251c;
}

@media (max-width: 991px) {
    .bee-member-detail-card {
        grid-template-columns: 300px minmax(0,1fr);
    }

    .bee-member-detail-content {
        padding: 42px 36px;
    }
}

@media (max-width: 767px) {
    .bee-committee-members-link-card,
    .bee-members-committee-heading {
        align-items: flex-start;
        flex-direction: column;
    }

    .bee-member-detail-page {
        padding: 45px 0 58px;
    }

    .bee-member-detail-card {
        grid-template-columns: 1fr;
    }

    .bee-member-detail-visual {
        min-height: 410px;
        padding: 36px 20px;
    }

    .bee-member-detail-content {
        padding: 35px 25px;
    }

    .bee-member-detail-content > h1 {
        font-size: 30px;
    }

    .bee-member-detail-facts {
        grid-template-columns: 1fr;
    }
}


/* Home slider countdown and registration row */
.slider-action-bar {
  position: relative;
  z-index: 3;
  width: 100%;
  padding: 24px 0;
  background: #fff;
}

.slider-action-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  direction: ltr;
}

.slider-action-bar .slider-countdown {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0;
}

.slider-action-bar .slider-countdown .counter-item {
  display: flex;
  width: 104px;
  height: 92px;
  margin: 0;
  padding: 0;
  border-radius: 0;
  background: url("data:image/svg+xml,%3Csvg width='104' height='92' viewBox='0 0 104 92' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolygon points='27 4 77 4 100 46 77 88 27 88 4 46' fill='%23c38808' stroke='%23f4b731' stroke-width='4' stroke-linejoin='round'/%3E%3C/svg%3E") center / 100% 100% no-repeat;
  color: #fff;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  filter: drop-shadow(0 10px 16px rgba(0, 0, 0, .22));
}

.slider-action-bar .slider-countdown .counter-item span {
  font-size: 31px;
  line-height: 31px;
  letter-spacing: 0;
  font-weight: 800;
  color: #fff;
  text-shadow: 0 2px 10px rgba(0, 0, 0, .42);
}

.slider-action-bar .slider-countdown .counter-item .smalltext {
  margin-top: 7px;
  font-size: 9px;
  line-height: 12px;
  letter-spacing: 1.8px;
  font-weight: 700;
  text-transform: uppercase;
  color: rgba(255, 255, 255, .95);
  text-shadow: 0 2px 8px rgba(0, 0, 0, .35);
}

.slider-action-bar .countdown-separator path {
  stroke: #f4b731;
  stroke-width: 2;
}

.slider-action-bar .slider-register-btn {
  flex: 0 0 auto;
  margin: 0;
}

@media (max-width: 767px) {
  .slider-action-row,
  .slider-action-row--arabic {
    flex-direction: column;
    gap: 20px;
  }

  .slider-action-bar .slider-countdown {
    width: 100%;
    justify-content: center;
    gap: 3px;
    order: 1;
  }

  .slider-action-bar .slider-register-btn {
    order: 2;
  }

  .slider-action-bar .slider-countdown .counter-item {
    width: 76px;
    height: 68px;
  }

  .slider-action-bar .slider-countdown .counter-item span {
    font-size: 22px;
    line-height: 24px;
  }

  .slider-action-bar .slider-countdown .counter-item .smalltext {
    font-size: 8px;
    letter-spacing: .4px;
  }

  .slider-action-bar .countdown-separator {
    width: 8px;
    height: 34px;
  }
}

/* Article localized PDF download */
.bee-article-intro .bee-article-intro-inner {
    max-width: none;
    text-align: left;
}

.bee-article-heading-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
    width: 100%;
}

.bee-article-heading-row .bee-article-title {
    flex: 1 1 auto;
    min-width: 0;
    max-width: 850px;
    text-align: left;
}

.bee-article-heading-row .bee-article-pdf-action {
    flex: 0 0 auto;
    width: auto;
    margin-top: 0;
}

.bee-article-pdf-action {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 30px;
}

.bee-article-pdf-download {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 13px 24px;
    border-radius: 5px;
    background: #159A63;
    color: #fff !important;
    font-weight: 700;
    text-decoration: none !important;
    transition: background-color .2s ease, transform .2s ease;
}

.bee-article-pdf-download:hover {
    background: #6B2F22;
    color: #fff !important;
    transform: translateY(-2px);
}

@media (max-width: 767px) {
    .bee-article-heading-row {
        align-items: flex-start;
        flex-direction: column;
        gap: 24px;
    }

    .bee-article-heading-row .bee-article-title {
        width: 100%;
        max-width: none;
    }

    .bee-article-heading-row .bee-article-pdf-action {
        align-self: flex-end;
    }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #1c1c24;
  font-family: 'Roboto', sans-serif;
}

h1,
h2 {
  font-family: 'Raleway', sans-serif;
}

h1 {
  font-size: 36px;
  line-height: 36px;
  font-weight: 900;
}

h2 {
  font-size: 30px;
  line-height: 36px;
  font-weight: 700;
}

h3 {
  font-size: 24px;
  margin-bottom: 20px;
  font-weight: 700;
}

h4 {
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
}

h5 {
  font-size: 14px;
  line-height: 24px;
}

/* Global styles
================================================== */
html {
  overflow-x: hidden !important;
  width: 100%;
  height: 100%;
  position: relative;
  text-rendering: optimizeLegibility;
}

body {
  border: 0;
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

ul {
  padding: 0;
  margin: 0;
}

a:link,
a:visited {
  text-decoration: none;
}

a {
  color: #6B2F22;
  -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;
}

a:hover {
  text-decoration: none;
  color: #159A63;
}

a.read-more {
  color: #6B2F22;
  font-weight: 700;
}

a.read-more:hover {
  color: #222;
}

.body-color {
  background: #161362;
  color: #fff;
}

/* section,
.section-padding {
  padding: 100px 0;
  position: relative;
} */

.section-bg {
  background: #F9F6EF
}

.no-padding {
  padding: 0;
}

.p-60 {
  padding: 60px 0;
}

.media>.pull-left {
  margin-right: 20px;
}

.gap-60 {
  clear: both;
  height: 60px;
}

.gap-40 {
  clear: both;
  height: 40px;
}

.gap-30 {
  clear: both;
  height: 30px;
}

.gap-20 {
  clear: both;
  height: 20px;
}

.mb-25 {
  margin-bottom: 25px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mb-100 {
  margin-bottom: 100px;
}

.mt-60 {
  margin-top: 60px;
}

.mrb-30 {
  margin-bottom: 30px;
}

.mrb-80 {
  margin-bottom: -80px;
}

.mr-70 {
  margin-right: 70px;
}

.mr-80 {
  margin-right: 80px;
}

.mr-100 {
  margin-right: 100px;
}

.ml-70 {
  margin-left: 70px;
}

.mr-70 {
  margin-right: 70px;
}

.mr-80 {
  margin-right: 80px;
}

.mr-100 {
  margin-right: 100px;
}

.mrt-0 {
  margin-top: 0 !important;
}

.pab {
  padding-bottom: 0;
}

a:focus {
  outline: 0;
}

img.pull-left {
  margin-right: 20px;
  margin-bottom: 20px;
}

img.pull-right {
  margin-left: 20px;
  margin-bottom: 20px;
}

.unstyled {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* Dropcap */
.dropcap {
  font-size: 48px;
  line-height: 60px;
  padding: 0 7px;
  display: inline-block;
  float: left;
  font-weight: 700;
  margin: 5px 15px 5px 0;
  position: relative;
  text-transform: uppercase;
}

.btn {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  background: #159A63;
  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;
}

.btn:focus {
  outline: none;
}

.btn:hover {
  color: #fff;
  background: #6B2F22;
  -webkit-box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.15);
}

.btn.fill {
  background: transparent;
  padding: 0 25px;
  color: #fff;
  margin-left: 20px;
  border: 2px solid #fff;
}

.btn.fill:hover {
  background: #e7015e;
  border-color: #e7015e;
}

.btn.btn-round {
  border-radius: 36px;
  -webkit-border-radius: 36px;
  -ms-border-radius: 36px;
}

.btn-link {
  font-size: 16px;
  font-weight: 700;
  color: #222222;
  text-decoration: none !important;
}

.btn-link i {
  margin-left: 6px;
  position: relative;
  top: 2px;
}

.btn-link:hover {
  color: #e7015e;
}

.section-title,
.column-title {
  font-size: 36px;
  font-weight: 800;
  color: #6B2F22;
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 85px;
  text-align: center;
}

.section-title:after,
.column-title:after {
  position: absolute;
  left: 0;
  right: 0;

  content: '';

  width: 70px;
  height: 10px;

  margin: auto auto 0;

  top: auto;
  bottom: 0;

  /* Shape */
  -webkit-mask-image: url(../images/shap/title.png);
  mask-image: url(../images/shap/title.png);

  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;

  -webkit-mask-position: center;
  mask-position: center;

  -webkit-mask-size: contain;
  mask-size: contain;

  /* Exact shape color */
  background-color: #6B2F22;
}

.section-title span,
.column-title span {
  display: block;
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  line-height: 26px;
  color: #D4AF37;
  text-transform: uppercase;
  letter-spacing: 1.4px;
  margin-bottom: 10px;
  margin-top: -5px;
}

.section-title.white,
.column-title.white {
  color: #fff;
}

.section-title.white:after,
.column-title.white:after {
  background-image: url(../images/shap/title-white.png);
}

.section-title.white span,
.column-title.white span {
  color: #fff;
}

.column-title {
  margin-bottom: 35px;
  line-height: 42px;
  text-align: left;
}

.column-title span {
  margin-top: 0;
}

.column-title:after {
  right: auto;
}

.ts-title {
  font-size: 24px;
}

.hidden-title {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.gradient {
  position: relative;
}

.gradient:before {
  position: absolute;
  left: 0;
  top: 0;
  background-image: -webkit-linear-gradient(306deg, #321575 0%, #8d0b93 51%, #ff0066 100%, #ff057c 100%);
  background-image: -o-linear-gradient(306deg, #321575 0%, #8d0b93 51%, #ff0066 100%, #ff057c 100%);
  background-image: linear-gradient(144deg, #321575 0%, #8d0b93 51%, #ff0066 100%, #ff057c 100%);
  width: 100%;
  height: 100%;
  content: '';
  opacity: 0.902;
}

.overlay:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: '';
  background: rgba(0, 0, 0, 0.5);
}

/* Pagination */
.pages {
  margin-bottom: -5px;
  text-align: center;
}

.pages .pagination {
  margin: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.pages .pagination li:first-child a,
.pages .pagination li:last-child a {
  border-radius: 50%;
}

.pages .pagination li a {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  margin-right: 8px;
  color: #7c7c7c;
  width: 40px;
  height: 40px;
  padding: 10px 0;
}

.pagination>.active>a,
.pagination>.active>a:hover,
.pagination>li>a:hover {
  color: #fff;
  background: #ff0763;
  border: 1px solid transparent;
}

.color-primary {
  color: #ff057c !important;
}

/* ==========================================================
   HEADER AREA
========================================================== */

.header .navbar {
    padding: 10px 0;
}

.header .navbar-brand {
    padding: 0;
}

@media (min-width: 1200px) {
    .bee-header-ltr .container {
        width: calc(100% - 30px);
        max-width: 1320px;
    }

    .bee-header-ltr ul.navbar-nav > li > a {
        white-space: nowrap;
    }
}

.header ul.navbar-nav > li > a {
    display: block;

    padding: 0 20px;

    font-size: 14px;
    font-weight: 700;
    line-height: 78px;

    text-transform: uppercase;
}

.header ul.navbar-nav > li > a:hover {
    color: #e7015e;
}


/* ==========================================================
   HEADER TICKET
========================================================== */

.header ul.navbar-nav > li.header-ticket {
    margin-top: 15px;
}

.header ul.navbar-nav > li.header-ticket .ticket-btn {
    height: 40px;

    margin-left: 30px;
    padding: 0 25px;

    line-height: 40px;

    background: #159A63;
}

.header ul.navbar-nav > li.header-ticket .ticket-btn:hover {
    background: #6B2F22;
}

/* ==========================================================
   LANGUAGE SWITCH
========================================================== */

.bee-language-switch-wrap {
    display: flex;
    align-items: center;
    flex: 0 0 auto;
    margin-inline-start: 16px;
}

.bee-language-switch-mobile {
    display: none;
}

.bee-language-switch {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    min-width: 64px;
    height: 40px;
    padding: 0 14px;
    border: 1px solid #159A63;
    border-radius: 6px;
    color: #159A63;
    background: #fff;
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
    white-space: nowrap;
    transition: color .2s ease, background-color .2s ease, box-shadow .2s ease;
    margin-top: 8px;
}

.bee-language-switch:hover,
.bee-language-switch:focus {
    color: #fff;
    background: #159A63;
    box-shadow: 0 8px 18px rgba(21, 154, 99, .2);
    text-decoration: none;
}

.bee-language-switch:focus-visible {
    outline: 3px solid rgba(21, 154, 99, .3);
    outline-offset: 3px;
}

@media (max-width: 991px) {
    .bee-language-switch-desktop {
        display: none;
    }

    .bee-language-switch-mobile {
        display: flex;
        width: auto;
        margin-inline-start: auto;
        padding: 0;
    }

    .bee-language-switch-desktop {
        width: 100%;
        margin: 0;
        padding: 0 15px 18px;
    }

    .bee-language-switch-desktop .bee-language-switch {
        width: 100%;
        height: 44px;
        background: rgba(21, 154, 99, .06);
    }

    .bee-language-switch-mobile .bee-language-switch {
        margin: 10px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .bee-header-ltr .bee-language-switch-desktop {
        display: none;
    }

    .bee-header-ltr .bee-language-switch-mobile {
        display: flex;
        width: auto;
        margin-inline-start: auto;
        padding: 0;
    }

    .bee-header-ltr .bee-language-switch-desktop {
        width: 100%;
        margin: 0;
        padding: 0 15px 18px;
    }

    .bee-header-ltr .bee-language-switch-desktop .bee-language-switch {
        width: 100%;
        height: 44px;
        background: rgba(21, 154, 99, .06);
    }

    .bee-header-ltr .bee-language-switch-mobile .bee-language-switch {
        margin: 10px;
    }
}


/* ==========================================================
   DROPDOWN
========================================================== */

.header ul.navbar-nav li .dropdown-menu {
    min-width: 230px;

    margin: 0;
    padding: 10px 20px;

    border: none;
    border-radius: 0;

    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
}

.header ul.navbar-nav li .dropdown-menu li a {
    display: block;

    padding: 12px 10px;

    color: #222;

    font-size: 14px;

    border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}

.header ul.navbar-nav li .dropdown-menu li a:hover {
    color: #159A63;
}

.header ul.navbar-nav li .dropdown-menu li:last-child a {
    border-bottom: none;
}

.dropdown-menu.show {
    display: none;
}

@media (min-width: 991px) {

    .header ul.navbar-nav li:hover > .dropdown-menu {
        display: block;
        border: none;
    }

}


/* ==========================================================
   TRANSPARENT HEADER
========================================================== */

.header.header-transparent {
    position: absolute;

    top: 0;
    left: 0;

    z-index: 3;

    width: 100%;
    height: auto;

    background: #FFFFFF;
}

.header.header-transparent .navbar-brand {
    padding: 0;
}

.header.header-transparent ul.navbar-nav {
    position: relative;

    top: 5px;
}

.header.header-transparent ul.navbar-nav > li > a {
    color: #fff;

    line-height: 72px;
}


/* ==========================================================
   TRANSPARENT HEADER WITH BORDER
========================================================== */

.header.header-transparent.nav-border {
    padding: 10px 0;

    border-bottom: 1px solid #363d8a;
}

.header.header-transparent.nav-border .navbar {
    padding: 0;
}

.header.header-transparent.nav-border
ul.navbar-nav > li.header-ticket .ticket-btn {
    background: #3a6af0;
}


/* ==========================================================
   TRANSPARENT HEADER 2
========================================================== */

.header.h-transparent2 {
    padding: 30px 0;
}

.header.h-transparent2
.navbar.navbar-light
ul.navbar-nav > li > a {
    color: #3b1d82;
}

.header.h-transparent2 button.navbar-toggler {
    position: absolute;

    top: -50px;
    right: 0;

    padding: 8px 12px;

    font-size: 22px;
}

.header.h-transparent2 .ticket-btn.btn {
    height: 40px;

    padding: 0 25px;

    color: #3b1d82;

    font-size: 14px;
    line-height: 40px;

    background: #fff;

    border-radius: 36px;

    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.header.h-transparent2 .ticket-btn.btn:hover {
    color: #fff;

    background: #ff007a;
}

.header.h-transparent2.sticky {
    background: rgba(255, 255, 255, 0.95);

    box-shadow: 0 8px 17px rgba(0, 0, 0, 0.02);
}


/* ==========================================================
   CLASSIC HEADER
========================================================== */

.header.header-classic .navbar {
    padding: 0;
}

.header.header-classic ul.navbar-nav {
    margin-top: 5px;
}

.header.header-classic ul.navbar-nav > li > a {
    color: #222222;

    line-height: 74px;
}

.header.header-classic ul.navbar-nav > li > a:hover,
.header.header-classic ul.navbar-nav > li.active > a {
    color: #e7015e;
}

.header.header-classic
ul.navbar-nav > li.header-ticket .ticket-btn {
    color: #fff;

    background: #e7015e;
}

.header.header-classic
ul.navbar-nav > li.header-ticket .ticket-btn:hover {
    background: #d20055;

    box-shadow: none;
}


/* ==========================================================
   STICKY HEADER
========================================================== */

.header.sticky {
    position: fixed;

    top: 0;
    left: 0;

    z-index: 99;

    width: 100%;

    padding: 5px 0;

    background: #FFFFFF;
}

.header.sticky .navbar {
    padding: 0;
}

.header.sticky.fade_down_effect {
    animation-name: fadeInDown;
    animation-duration: 1s;
    animation-delay: 0.1s;
    animation-fill-mode: both;
}

.header.sticky.header-classic {
    padding: 0;

    background: #fff;

    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
}


/* ==========================================================
   HEADER THREE LOGOS
========================================================== */

.bee-header-logos {
    display: flex;

    align-items: center;
    justify-content: flex-start;

    gap: 10px;

    height: 78px;

    margin: 0;
    padding: 0;
}


.bee-header-logos .bee-header-logo {
    display: block;

    width: auto;
    height: 60px;
    max-height: 60px;

    margin: 0;
    padding: 0;

    object-fit: contain;
    object-position: center;
}


/* ==========================================================
   SIDE LOGOS
========================================================== */

.bee-header-logos .bee-header-logo-side {
    /* width: auto; */
    height: 80px;

    /* max-width: 80px; */
    max-height: 80px;
}


/* ==========================================================
   MAIN CONFERENCE LOGO
========================================================== */

.bee-header-logos .bee-header-logo-main {
    /* width: auto; */
    height: 80px;

    max-width: 80px;
    max-height: 80px;
}


/* ==========================================================
   NAVBAR ALIGNMENT
========================================================== */

#header .navbar {
    display: flex;

    align-items: center;
}

#header .navbar-brand {
    align-self: center;
}


/* ==========================================================
   TABLET
========================================================== */

@media (max-width: 991px) {

    .bee-header-logos {
        gap: 6px;
    }

    .bee-header-logos .bee-header-logo-side {
        height: 45px;

        /* max-width: 45px; */
        max-height: 45px;
    }

    .bee-header-logos .bee-header-logo-main {
        height: 52px;

        max-width: 58px;
        max-height: 52px;
    }

}


/* ==========================================================
   MOBILE
========================================================== */

@media (max-width: 575px) {

    .bee-header-logos {
        gap: 4px;
    }

    .bee-header-logos .bee-header-logo-side {
        height: 34px;

        /* max-width: 34px; */
        max-height: 34px;
    }

    .bee-header-logos .bee-header-logo-main {
        height: 40px;

        max-width: 44px;
        max-height: 40px;
    }

}

/*==========================
      hero area
===========================*/
.hero-area {
  padding: 0;
  position: relative;
}

.banner-6 {
  background-position: top right;
  background-repeat: no-repeat;
  background-size: 50vw auto;
}

.banner-6 .banner-item .banner-content-wrap .sub-title {
  font-size: 18px;
  letter-spacing: -.36px;
  font-weight: 600;
  line-height: 18px;
  color: #161362;
  margin-bottom: 30px;
}

.banner-6 .banner-item .banner-content-wrap .banner-title {
  font-size: 74px;
  color: #3b1d82;
  font-weight: 800;
  text-transform: initial;
  line-height: 82px;
  letter-spacing: -1.48px;
  margin-bottom: 20px;
}

.banner-6 .banner-item .banner-content-wrap .banner-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.banner-6 .banner-item .banner-content-wrap .banner-info h3 {
  margin-bottom: 0;
  color: #3b1d82;
  font-size: 16px;
  font-weight: 500;
  padding: 8px 0 0;
}

.banner-6 .banner-item .banner-content-wrap .banner-info .icon {
  margin-right: 10px;
}

.banner-6 .banner-item .banner-content-wrap .ts-count-down {
  margin: 0 0 0 -30px;
}

.banner-6 .banner-item .banner-content-wrap .ts-count-down .counter-item span {
  font-size: 48px;
  font-weight: 900;
  line-height: 74px;
  color: #3b1d82;
}

.banner-6 .banner-item .banner-content-wrap .ts-count-down .counter-item .smalltext {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0;
  color: #999;
}

.banner-6 .banner-item .banner-content-wrap .banner-btn .btn {
  border-radius: 50px;
  -webkit-box-shadow: 0 10px 25px 0 rgba(255, 5, 124, 0.4);
  box-shadow: 0 10px 25px 0 rgba(255, 5, 124, 0.4);
  font-size: 14px;
  font-weight: 700;
  height: 50px;
  line-height: 50px;
}

.banner-6 .banner-item .banner-content-wrap .banner-btn .btn:not(:last-child) {
  margin-right: 15px;
}

.banner-6 .banner-item .banner-content-wrap .banner-btn .btn-ticket {
  background: transparent;
  color: #00299e;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0;
}

.banner-6 .banner-item .banner-content-wrap .banner-btn .btn-ticket:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.banner-6-alt {
  padding-bottom: 50px;
}

.banner-6-alt .banner-item .banner-content-wrap {
  padding: 220px 0 30px;
}

.banner-6-alt .banner-item .banner-content-wrap .banner-title {
  margin-bottom: 100px;
}

.banner-6-alt .banner-item .banner-content-wrap .date-item {
  display: inline-block;
  border: 3px solid #e7015e;
  border-radius: 10px;
  padding: 18px 20px 14px;
  color: #3b1d82;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 80px;
}

.banner-6-alt .banner-item .banner-content-wrap .date-item .event-day {
  display: block;
  font-size: 36px;
  font-weight: 900;
}

.banner-6-alt .banner-item .ts-extra-feature {
  padding: 0 80px;
  -webkit-box-shadow: 0 0 84px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 84px 0 rgba(0, 0, 0, 0.1);
}

.banner-6-alt .banner-item .ts-extra-feature .ts-count-down .counter-item span {
  font-size: 28px;
  font-weight: 900;
  line-height: 30px;
}

.banner-item {
  min-height: 930px;
  color: #fff;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  -webkit-backface-visibility: hidden;
  position: relative;
}

.banner-item:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: '';
}

.banner-item .banner-content-wrap {
  padding: 250px 0 182px;
  z-index: 1;
  position: relative;
}

.banner-item .banner-content-wrap .banner-info {
  font-size: 18px;
  font-weight: normal;
  line-height: 24px;
  margin-bottom: 10px;
  color: #fff;
}

.banner-item .banner-content-wrap .banner-title {
  font-size: 64px;
  font-weight: 800;
  color: #fff;
  text-transform: uppercase;
  line-height: 74px;
  margin-bottom: 50px;
}

.banner-item .banner-content-wrap .banner-btn .btn {
  height: 55px;
  line-height: 55px;
  padding: 0 55px;
}

.banner-item .banner-content-wrap .banner-btn .btn.fill {
  padding: 0 25px;
}

.banner-img img {
  max-width: 100%;
}

.countdown {
  margin-bottom: 60px;
}

.countdown .counter-item {
  display: inline-block;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  text-align: center;
  color: #fff;
  margin-right: 18px;
  padding: 35px 0;
  position: relative;
}

.countdown .counter-item i {
  font-size: 105px;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.countdown .counter-item:last-of-type {
  margin-right: 0;
}

.countdown .counter-item span {
  font-size: 24px;
  display: block;
  line-height: 18px;
  letter-spacing: .96px;
  font-weight: 700;
}

.countdown .counter-item .smalltext {
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 2.5px;
}

.countdown .counter-item:nth-of-type(1) i {
  color: #00a3ee;
}

.countdown .counter-item:nth-of-type(2) i {
  color: #ffcf4a;
  top: 2px;
  -webkit-transform: rotate(-148deg);
  -ms-transform: rotate(-148deg);
  transform: rotate(-148deg);
}

.countdown .counter-item:nth-of-type(3) i {
  color: #00c1c1;
}

.countdown .counter-item:nth-of-type(4) i {
  color: #ff6386;
}

.hero-area .banner-content-wrap .countdown {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 4px;
  margin-top: 6px;
  align-items: center;
  justify-content: flex-end;
  direction: ltr;
}

.hero-area .banner-content-wrap .banner-btn {
  display: flex;
  justify-content: flex-end;
  direction: ltr;
}

@media (min-width: 992px) {
  .hero-area .banner-item .col-lg-8,
  .hero-area .banner-content-wrap {
    position: static;
  }

  .hero-area .banner-content-wrap .banner-info,
  .hero-area .banner-content-wrap .banner-title {
    position: relative;
    z-index: 1;
  }

  .hero-area .banner-content-wrap .countdown,
  .hero-area .banner-content-wrap .banner-btn {
    position: absolute;
    right: calc((100% - 960px) / 2 + 15px);
    left: auto;
    width: auto;
    z-index: 2;
  }

  .hero-area .banner-content-wrap .countdown {
    bottom: 155px;
    margin-bottom: 0;
  }

  .hero-area .banner-content-wrap .banner-btn {
    bottom: 70px;
  }
}

@media (min-width: 1200px) {
  .hero-area .banner-content-wrap .countdown,
  .hero-area .banner-content-wrap .banner-btn {
    right: calc((100% - 1140px) / 2 + 15px);
  }
}

.hero-area .banner-content-wrap .countdown .counter-item {
  --countdown-accent: #159a65;
  width: 104px;
  height: 92px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  overflow: visible;
  padding: 55px 0;
  border-radius: 0;
  background: url("data:image/svg+xml,%3Csvg width='104' height='92' viewBox='0 0 104 92' fill='none' style='transform: rotate(30deg)' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolygon points='27 4 77 4 100 46 77 88 27 88 4 46' fill='%23c38808' stroke='%23f4b731' stroke-width='4' stroke-linejoin='round'/%3E%3C/svg%3E") center/100% 100% no-repeat;
  -webkit-filter: drop-shadow(0 10px 16px rgba(0, 0, 0, 0.22));
  filter: drop-shadow(0 10px 16px rgba(0, 0, 0, 0.22));
}

.hero-area .banner-content-wrap .countdown .counter-item:before {
  display: none;
}

.hero-area .banner-content-wrap .countdown .counter-item:after {
  display: none;
}

.hero-area .banner-content-wrap .countdown .counter-item i {
  display: none;
}

.hero-area .banner-content-wrap .countdown .counter-item span,
.hero-area .banner-content-wrap .countdown .counter-item .smalltext {
  position: relative;
  z-index: 1;
}

.hero-area .banner-content-wrap .countdown .counter-item span {
  font-size: 31px;
  line-height: 31px;
  letter-spacing: 0;
  font-weight: 800;
  color: #fff;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.42);
}

.hero-area .banner-content-wrap .countdown .counter-item .smalltext {
  margin-top: 7px;
  font-size: 9px;
  line-height: 12px;
  letter-spacing: 1.8px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.95);
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.35);
}

.hero-area .banner-content-wrap .countdown .counter-item:nth-of-type(2) {
  --countdown-accent: #f4b731;
  background-image: url("data:image/svg+xml,%3Csvg width='104' height='92' viewBox='0 0 104 92' fill='none' style='transform: rotate(30deg)' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolygon points='27 4 77 4 100 46 77 88 27 88 4 46' fill='%23c38808' stroke='%23f4b731' stroke-width='4' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.hero-area .banner-content-wrap .countdown .counter-item:nth-of-type(3) {
  --countdown-accent: #8a332b;
  background-image: url("data:image/svg+xml,%3Csvg width='104' height='92' viewBox='0 0 104 92' fill='none' style='transform: rotate(30deg)' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolygon points='27 4 77 4 100 46 77 88 27 88 4 46' fill='%23c38808' stroke='%23f4b731' stroke-width='4' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.hero-area .banner-content-wrap .countdown .counter-item:nth-of-type(4) {
  --countdown-accent: #00784e;
  background-image: url("data:image/svg+xml,%3Csvg width='104' height='92' viewBox='0 0 104 92' fill='none' style='transform: rotate(30deg)' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolygon points='27 4 77 4 100 46 77 88 27 88 4 46' fill='%23c38808' stroke='%23f4b731' stroke-width='4' stroke-linejoin='round'/%3E%3C/svg%3E");
}

@media (max-width: 575px) {
  .hero-area .banner-content-wrap .countdown {
    gap: 10px;
  }

  .hero-area .banner-content-wrap .countdown .counter-item {
    width: 82px;
    height: 72px;
  }

  .hero-area .banner-content-wrap .countdown .counter-item span {
    font-size: 22px;
    line-height: 23px;
  }

  .hero-area .banner-content-wrap .countdown .counter-item .smalltext {
    font-size: 8px;
    letter-spacing: 1.2px;
  }
}

@media (max-width: 767px) {
  .hero-area .banner-item {
    min-height: 720px;
    background-position: 12% center !important;
  }

  .hero-area .banner-item .col-lg-8,
  .hero-area .banner-content-wrap {
    position: static;
  }

  .hero-area .banner-content-wrap .banner-info,
  .hero-area .banner-content-wrap .banner-title {
    position: relative;
    z-index: 1;
  }

  .hero-area .banner-content-wrap .countdown,
  .hero-area .banner-content-wrap .banner-btn {
    position: absolute;
    right: 15px;
    left: auto;
    width: auto;
    z-index: 2;
  }

  .hero-area .banner-content-wrap .countdown {
    bottom: 120px;
    gap: 2px;
    margin: 0;
  }

  .hero-area .banner-content-wrap .countdown .counter-item {
    width: 60px;
    height: 54px;
    margin: 0;
    padding: 0;
  }

  .hero-area .banner-content-wrap .countdown .counter-item span {
    font-size: 18px;
    line-height: 19px;
  }

  .hero-area .banner-content-wrap .countdown .counter-item .smalltext {
    margin-top: 4px;
    font-size: 6px;
    line-height: 8px;
    letter-spacing: .8px;
  }

  .hero-area .banner-content-wrap .countdown > svg {
    width: 8px;
    height: 24px;
  }

  .hero-area .banner-content-wrap .banner-btn {
    bottom: 50px;
  }

  .hero-area .banner-content-wrap .banner-btn .btn {
    height: 42px;
    margin: 0;
    padding: 0 24px;
    font-size: 12px;
    line-height: 42px;
  }
}

.ts-count-down {
  padding: 0;
  margin: -80px 0;
  z-index: 1;
}

.ts-count-down .countdown {
  margin-bottom: 0;
}

.ts-count-down .countdown:before {
  z-index: -1;
  opacity: 1;
}

.ts-count-down .countdown .counter-item {
  width: 25%;
  float: left;
  margin-right: 0;
  border: none;
  position: relative;
  height: auto;
}

.ts-count-down .countdown .counter-item span {
  font-size: 64px;
  font-weight: 700;
  line-height: 64px;
}

.ts-count-down .countdown .counter-item b {
  position: absolute;
  right: 0;
  top: 50%;
  bottom: 0;
  margin: auto;
  font-size: 30px;
  -webkit-transform: translateY(-18%);
  -ms-transform: translateY(-18%);
  transform: translateY(-18%);
}

.hero-area.centerd-item .banner-item {
  min-height: 770px;
  padding: 30px 0;
}

.hero-area.centerd-item .banner-item:before {
  background: url(../images/hero_area/banner_slices2.png) no-repeat center center;
  z-index: 1;
}

.hero-area.centerd-item .banner-item:after {
  position: absolute;
  left: 0;
  top: 0;
  margin: auto;
  background: #2f0063;
  content: '';
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  bottom: 0;
  width: 725px;
  right: 0;
  height: 725px;
}

.hero-area.centerd-item .banner-item .banner-content-wrap {
  padding: 117px;
  z-index: 1;
  position: relative;
}

.hero-area.centerd-item .banner-item .banner-content-wrap .banner-title {
  text-transform: capitalize;
  font-size: 64px;
  line-height: 78px;
  margin-bottom: 40px;
}

.hero-area.centerd-item .banner-item .banner-content-wrap p.banner-title {
  font-size: 20px;
  line-height: 26px;
}

.hero-area.centerd-item .banner-item .countdown {
  margin-bottom: 60px;
}

.main-slider {
  padding: 0;
}

.main-slider .banner-item:before {
  background: rgba(0, 0, 0, 0.5);
}

.main-slider .banner-item .banner-content-wrap .title-shap-img {
  margin: auto auto 25px;
  max-width: 70px;
}

.main-slider .banner-item .banner-content-wrap p.banner-info {
  font-style: italic;
  font-size: 20px;
}

.main-slider .banner-item .banner-content-wrap h1.banner-title {
  text-transform: capitalize;
  margin-bottom: 30px;
}

.main-slider .banner-item .banner-content-wrap p.banner-desc {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  padding: 0px 180px;
  margin-bottom: 40px;
}

.main-slider .banner-item .banner-content-wrap .banner-btn .btn.fill {
  background: #3a6af0;
  border-color: #3a6af0;
  padding: 0 55px;
}

.main-slider .owl-item.active .banner-item .banner-content-wrap .title-shap-img,
.main-slider .owl-item.active .banner-item .banner-content-wrap p.banner-info,
.main-slider .owl-item.active .banner-item .banner-content-wrap h1.banner-title,
.main-slider .owl-item.active .banner-item .banner-content-wrap .banner-desc,
.main-slider .owl-item.active .banner-item .banner-content-wrap .banner-btn {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.main-slider .owl-item.active .banner-item .banner-content-wrap .title-shap-img {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
}

.main-slider .owl-item.active .banner-item .banner-content-wrap p.banner-title {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.main-slider .owl-item.active .banner-item .banner-content-wrap h1.banner-title {
  -webkit-animation-duration: 2.5s;
  animation-duration: 2.5s;
}

.main-slider .owl-item.active .banner-item .banner-content-wrap p.banner-desc {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
}

.main-slider .owl-item.active .banner-item .banner-content-wrap .banner-btn {
  -webkit-animation-duration: 3.5s;
  animation-duration: 3.5s;
}

.main-slider .owl-dots {
  position: absolute;
  left: 0;
  top: auto;
  right: 0;
  bottom: 130px;
  margin: auto;
  text-align: center;
}

.main-slider .owl-dots .owl-dot {
  width: 20px;
  height: 2px;
  background: #fff;
  opacity: .5;
  display: inline-block;
  margin: 0 5px;
}

.main-slider .owl-dots .owl-dot.active {
  opacity: 1;
}

/* Home hero custom slider dots */
.home-slider .owl-item.active {
  opacity: 1 !important;
}

.hero-area > .slider-custom-dots {
  position: absolute;
  right: 0;
  bottom: 24px;
  left: 0;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  direction: ltr;
  pointer-events: none;
}

.hero-area > .slider-custom-dots .slider-dot {
  width: 12px;
  height: 12px;
  min-width: 12px;
  padding: 0;
  margin: 0;
  border: 2px solid #ffffff;
  border-radius: 50%;
  background: transparent;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.35);
  cursor: pointer;
  pointer-events: auto;
  transition: background-color 0.2s ease, transform 0.2s ease;
  -webkit-appearance: none;
  appearance: none;
}

.hero-area > .slider-custom-dots .slider-dot.active {
  background: #13a36f;
  transform: scale(1.15);
}

.hero-area > .slider-custom-dots .slider-dot:focus-visible {
  outline: 3px solid #13a36f;
  outline-offset: 3px;
}

.hero-area.content-left .banner-item {
  margin: 100px 50px 0;
  min-height: 650px;
  -webkit-box-shadow: 0px 100px 100px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 100px 100px 0px rgba(0, 0, 0, 0.2);
  background-position: top center;
}

.hero-area.content-left .banner-item .banner-content-wrap {
  padding: 115px 0;
}

.hero-area.content-left .banner-item .banner-content-wrap .title-shap-img {
  margin-bottom: 20px;
  max-width: 70px;
}

.hero-area.content-left .banner-item .banner-content-wrap .banner-title {
  text-transform: initial;
  margin-bottom: 20px;
}

.hero-area.content-left .banner-item .banner-content-wrap .banner-info {
  margin-bottom: 35px;
  font-style: italic;
  font-size: 20px;
}

@media (min-width: 1400px) {
  .hero-area.content-left .banner-item {
    max-width: 1350px;
    margin-left: auto;
    margin-right: auto;
  }
}

.hero-speakers .banner-item {
  background-position: top center;
  background-attachment: fixed;
}

.hero-speakers .banner-item .banner-content-wrap {
  padding: 320px 0 180px;
}

.hero-speakers .banner-item .banner-content-wrap .banner-info {
  margin-bottom: 15px;
  font-size: 20px;
}

.hero-speakers .banner-item .banner-content-wrap .banner-title {
  margin-bottom: 40px;
}

.hero-form-content {
  margin-top: 180px;
  background: #fff;
  padding: 40px 30px;
  text-align: center;
  border-top: 4px solid #e7015e;
}

.hero-form-content h2 {
  font-size: 36px;
  font-weight: 800;
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 30px;
}

.hero-form-content h2:before {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  display: block;
  text-align: center;
  background: url(../images/shap/title-red.png) no-repeat center center;
  max-width: 70px;
  height: 10px;
  content: '';
}

.hero-form-content p {
  margin-bottom: 35px;
}

.hero-form .form-control {
  border: none;
  border-bottom: 1px solid #e1e1e1;
  border-radius: 0;
  margin-bottom: 25px;
  font-size: 14px;
  padding-left: 5px;
}

.hero-form .form-control:focus {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  outline: none;
}

.hero-form .btn {
  display: block;
  width: 100%;
}

.hero-form select {
  width: 100%;
  border: none;
  border-bottom: 1px solid #e1e1e1;
  font-size: 14px;
  padding: 6px 0px;
  color: #888888;
  line-height: 27px;
  margin-bottom: 40px;
}

.hero-form select option {
  border: none;
  line-height: 28px;
  padding: 10px 0;
}

.tiles {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.tile {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.photo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: -webkit-transform .5s ease-out;
  transition: -webkit-transform .5s ease-out;
  -o-transition: transform .5s ease-out;
  transition: transform .5s ease-out;
  transition: transform .5s ease-out, -webkit-transform .5s ease-out;
}

/*==========================
      intro area
===========================*/
.ts-intro {
  padding: 80px 0 60px;
}

.intro-line {
  background-repeat: no-repeat;
  background-position: center;
}

.single-intro-text {
  padding: 40px 45px 40px 40px;
  -webkit-box-shadow: 0px 20px 25px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 20px 25px 0px rgba(0, 0, 0, 0.08);
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  overflow: hidden;
  position: relative;
  background: #fff;
  z-index: 2;

  height: 255px;
}

.single-intro-text i {
  position: absolute;
  right: -10px;
  top: 30px;
  font-size: 55px;
  color: #bababa;
}
.single-intro-text .home-intro-icon {
  position: absolute;
  right: -5px;
  top: 30px;

  width: 65px;
  height: 65px;

  display: block;

  background-color: #D4AF37;

  -webkit-mask-image: var(--icon-image);
  mask-image: var(--icon-image);

  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;

  -webkit-mask-position: center;
  mask-position: center;

  -webkit-mask-size: contain;
  mask-size: contain;
}
.single-intro-text p {
  margin-bottom: 0;

  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;

  overflow: hidden;
}

.single-intro-text .count-number {
  position: absolute;
  right: -55px;
  bottom: -55px;

  width: 120px;
  height: 120px;

  border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;

  background: #159A63;

  color: #fff;

  display: block;

  text-align: left;

  font-size: 16px;
  font-weight: 700;

  padding: 25px 30px;
}

.intro-video {
  width: 700px;
  height: 700px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  position: relative;
  overflow: hidden;
  margin: -130px -160px;
  z-index: 1;
}

.intro-video img {
  width: 100%;
  height: 100%;
}

.intro-video:before {
  background-image: -webkit-gradient(linear, left top, right top, from(#e6005d), color-stop(65%, rgba(115, 0, 47, 0.35)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(left, #e6005d 0%, rgba(115, 0, 47, 0.35) 65%, rgba(0, 0, 0, 0) 100%);
  background-image: -o-linear-gradient(left, #e6005d 0%, rgba(115, 0, 47, 0.35) 65%, rgba(0, 0, 0, 0) 100%);
  background-image: linear-gradient(90deg, #e6005d 0%, rgba(115, 0, 47, 0.35) 65%, rgba(0, 0, 0, 0) 100%);
  background-image: -webkit-linear-gradient(90deg, #e6005d 0%, rgba(115, 0, 47, 0.35) 65%, rgba(0, 0, 0, 0) 100%);
  background-image: -ms-linear-gradient(90deg, #e6005d 0%, rgba(115, 0, 47, 0.35) 65%, rgba(0, 0, 0, 0) 100%);
  position: absolute;
  left: 0;
  top: 0;
  content: '';
  width: 100%;
  height: 100%;
}

.video-btn {
  right: 0;
  position: absolute;
  left: 0;
  top: 50%;
  margin: auto;
  text-align: center;
  color: #fff;
  font-size: 80px;
  -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;
  width: 80px;
  height: 80px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.video-btn:hover {
  color: #e7015e;
}

.ts-intro-item {
  padding: 100px 0 70px;
}

.ts-intro-item .single-intro-text {
  -webkit-box-shadow: 0px 10px 35px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 10px 35px 0px rgba(0, 0, 0, 0.08);

  height: 255px;
}

.intro-left-content p {
  margin-bottom: 40px;
  padding-right: 10px;
}

.ts-intro.event-intro {
  padding-top: 120px;
  padding-bottom: 0;
}

.ts-intro.event-intro .single-intro-text {
  padding: 35px 50px 40px;
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  -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-intro.event-intro .single-intro-text i {
  position: relative;
  left: 0;
  font-size: 64px;
  display: block;
  margin-bottom: 45px;
  color: #fff;
}
.single-intro-text .ts-title {
  margin-bottom: 20px;
  padding-right: 70px;
}
.ts-intro.event-intro .single-intro-text .ts-title,
.ts-intro.event-intro .single-intro-text p {
  color: #fff;
}

.ts-intro.event-intro .single-intro-text:hover {
  background: #120f4e;
}

/*==========================
     ts speaker
===========================*/
.ts-speakers {
  padding-top: 120px;
  padding-bottom: 40px;
  position: relative;
  overflow: hidden;
}

.ts-speaker {
  position: relative;
  text-align: center;
  margin-bottom: 55px;
}

.ts-speaker .speaker-img {
  width: 200px;
  height: 250px;
  position: relative;

  overflow: hidden;

  margin: auto auto 20px;

  clip-path: polygon(
    50% 0%,
    100% 25%,
    100% 75%,
    50% 100%,
    0% 75%,
    0% 25%
  );
}

.ts-speaker .speaker-img img {
  width: 100%;
  height: 100%;

  object-fit: cover;

  -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: rgba(21, 154, 99, 0.65);

  opacity: 0;

  z-index: 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 .view-speaker {
  position: absolute;

  left: 0;
  right: 0;
  top: 70%;

  width: 50px;
  height: 50px;

  margin: auto;

  transform: translateY(-50%);

  border: 2px solid #ffffff;
  border-radius: 50%;

  color: #ffffff;

  font-size: 22px;

  padding: 12px 0;

  text-align: center;

  opacity: 0;

  z-index: 2;

  transition: all 0.4s ease;
}

.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: #159A63;
}

.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%;
}

.ts-speaker-popup {
  background: #fff;
  padding: 0;
  position: relative;
}

.ts-speaker-popup .ts-speaker-popup-img img {
  width: 100%;
}

.ts-speaker-popup .ts-speaker-popup-content {
  padding: 60px 40px;
}

.ts-speaker-popup .ts-speaker-popup-content .ts-title {
  margin-bottom: 10px;
}

.ts-speaker-popup .ts-speaker-popup-content .speakder-designation {
  display: block;
  font-size: 14px;
  margin-bottom: 20px;
}

.ts-speaker-popup .ts-speaker-popup-content .company-logo {
  margin-bottom: 15px;
}

.ts-speaker-popup .ts-speaker-popup-content p {
  margin-bottom: 25px;
}

.ts-speaker-popup .ts-speaker-popup-content h4 {
  font-size: 20px;
  font-weight: 700;
}

.ts-speaker-popup .ts-speaker-popup-content .session-name {
  margin-bottom: 15px;
}

.ts-speaker-popup .ts-speaker-popup-content .speaker-session-info p {
  color: #000000;
  margin-bottom: 30px;
}

.ts-speaker-popup .ts-speaker-popup-content .ts-speakers-social a {
  color: #ababab;
  margin-right: 18px;
}

.ts-speaker-popup .ts-speaker-popup-content .ts-speakers-social a:hover {
  color: #159A63;
}

.ts-speaker-popup button.mfp-close {
  font-size: 30px;
}
.ts-speaker .speaker-image-empty {
  width: 100%;
  height: 100%;
  background: #f5f1e9;

  display: flex;
  align-items: center;
  justify-content: center;
}

.ts-speaker .speaker-image-empty i {
  font-size: 70px;
  color: #D4AF37;
}
/*==========================
     ts-experiences
===========================*/

.ts-experiences {
  padding: 0;
  overflow: hidden;
  background: #FAF8F3;
}

.ts-experiences .exp-img {
  min-height: 480px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}


/* Right content area */
.ts-exp-wrap {
  background: #FAF8F3;
  min-height: 480px;
  position: relative;
  overflow: hidden;
}


/* Gold dotted decoration */
.ts-exp-wrap:before {
  position: absolute;
  content: '';
  right: 0;
  top: 0;

  width: 55%;
  height: 100%;

  background-image:
    radial-gradient(
      circle,
      rgba(212, 175, 55, 0.28) 2px,
      transparent 2.5px
    );

  background-size: 18px 18px;

  opacity: 1;
}


/* Remove old purple/pink gradient */
.ts-exp-wrap:after {
  display: none;
}


/* Content */
.ts-exp-wrap .ts-exp-content {
  max-width: 620px;
  padding: 85px 80px;
  position: relative;
  z-index: 1;
}


/* Main heading */
.ts-exp-wrap .ts-exp-content .column-title {
  color: #6B2F22;
  font-weight: 700;
  margin-bottom: 30px;
}


/* Small heading */
.ts-exp-wrap .ts-exp-content .column-title span {
  color: #D4AF37;
  font-weight: 600;
}


/* Keep your brown separator */
.ts-exp-wrap .ts-exp-content .column-title:after {
  display: block;
}


/* Body text */
.ts-exp-wrap .ts-exp-content p {
  margin-bottom: 30px;
  color: #333333;
  line-height: 26px;
}


/* CMS body paragraphs */
.ts-exp-wrap .ts-exp-content .experience-body p {
  color: #333333;
  line-height: 26px;
  margin-bottom: 15px;
}

/*============================
 ts schedule 
 ===========================*/
.ts-schedule-info {
  position: relative;
  min-height: 390px;
}
.ts-schedule-info ul {
  position: relative;
  min-height: 390px;
  border: none;
  display: block;
}
.ts-schedule-info ul li {
  position: absolute;
  margin: 0;
}
/* Hexagon */
.ts-schedule-info ul li a {
  width: 180px;
  height: 210px;

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

  position: relative;

  color: #fff;
  text-align: center;

  background: rgba(21, 154, 99, 0.50);

  clip-path: polygon(
    50% 0%,
    100% 25%,
    100% 75%,
    50% 100%,
    0% 75%,
    0% 25%
  );

  transition: all 0.4s ease;
}
/* Date */
.ts-schedule-info ul li a h3 {
  font-size: 25px;
  line-height: 30px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 10px;
}
/* Day */
.ts-schedule-info ul li a span {
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
}
/* =========================================
   DAY 1
   Original template position:
   left / lower
========================================= */
.ts-schedule-info ul li:nth-child(1) {
  left: 0;
  top: 120px;
  z-index: 3;
}
/* =========================================
   DAY 2
   Original template position:
   upper middle
========================================= */
.ts-schedule-info ul li:nth-child(2) {
  left: 145px;
  top: 0;
  z-index: 1;
}
/* =========================================
   DAY 3
   Original template position:
   right / middle
========================================= */
.ts-schedule-info ul li:nth-child(3) {
  left: 290px;
  top: 90px;
  z-index: 2;
}
/* =========================================
   DAY 4
   Under day 2,
   between day 1 and day 3
========================================= */
.ts-schedule-info ul li:nth-child(4) {
  left: 145px;
  top: 190px;
  z-index: 4;
}
.ts-schedule-info ul li:nth-child(1) a {
  background: rgba(21, 154, 99, 0.55);
}
.ts-schedule-info ul li:nth-child(2) a {
  background: rgba(21, 154, 99, 0.42);
}
.ts-schedule-info ul li:nth-child(3) a {
  background: rgba(21, 154, 99, 0.55);
}
.ts-schedule-info ul li:nth-child(4) a {
  background: rgba(21, 154, 99, 0.42);
}

.ts-schedule-info ul li a.active {
  opacity: 1;

  background: linear-gradient(
    145deg,
    #159A63 0%,
    #159A63 55%,
    #D4AF37 100%
  );

  -webkit-box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.12);
}
.ts-schedule-info ul li a:not(.active) {
  opacity: 0.65;
}
.ts-schedule-info ul li a.active h3,
.ts-schedule-info ul li a.active span {
  opacity: 1;
}

.schedule-listing {
  display: flex;
  flex-direction: row;
  width: 100%;
  min-height: 145px;
  margin: 0;
}

.schedule-listing .schedule-slot-time {
  background: #159A63;
  color: #fff;

  flex: 0 0 180px;
  max-width: 180px;

  padding: 48px 22px;

  font-size: 13px;
  line-height: 22px;
  font-weight: 700;

  display: flex;
  flex-direction: column;
  justify-content: center;
}

.schedule-listing .schedule-slot-time span {
  display: block;
  line-height: 22px;
  font-weight: 700;
  color: #fff;
}

.schedule-listing .schedule-slot-info {
  position: relative;

  width: 100%;

  padding: 35px 40px 35px 150px;

  background: #fff;

  border: 1px solid #E9E2D7;
  border-left: 0;

  border-radius: 0 8px 8px 0;

  display: flex;
  align-items: center;

  min-height: 145px;

  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.04);
}

.schedule-listing .schedule-slot-info .schedule-slot-speakers {
  position: absolute;

  left: 35px;
  top: 50%;

  transform: translateY(-50%);

  width: 64px;
  height: 64px;

  object-fit: cover;

  border-radius: 50%;

  border: 2px solid #D4AF37;

  padding: 3px;

  background: #fff;

  margin: 0;
}
.schedule-listing .schedule-slot-info-content {
  width: 100%;
}

.schedule-listing .schedule-slot-info .schedule-slot-title {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;

  color: #6B2F22;

  margin: 0 0 10px;
}
.schedule-listing .schedule-slot-info .schedule-slot-title strong {
  display: inline-block;

  font-size: 13px;
  line-height: 22px;
  font-weight: 600;

  color: #888888;

  margin-left: 12px;
}
.schedule-listing .schedule-slot-info p {
  font-size: 14px;
  line-height: 24px;

  color: #666666;

  margin: 0;

  max-width: 760px;
}
.schedule-listing:hover .schedule-slot-title {
  color: #159A63;
}

.schedule-listing:nth-of-type(even) .schedule-slot-time {
  background: #117C5A;
}

.schedule-listing.launce .schedule-slot-time {
  padding: 40px 28px;
}

.schedule-listing.launce .schedule-slot-title {
  float: left;
  margin-bottom: 0;
}

.schedule-listing.launce .schedule-slot-info-content img {
  float: right;
}
.schedule-listing-btn {
  text-align: center;
  margin-top: 45px;
}
.schedule-listing-btn .btn {
  background: #159A63;
  color: #fff;

  min-width: 190px;

  border-radius: 2px;
}
.schedule-listing-btn .btn:hover {
  background: #6B2F22;
  color: #fff;
}
.schedule-tabs .tab-pane.active,
.direction-tabs .tab-pane.active {
  -webkit-animation-name: fadeRight;
  animation-name: fadeRight;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes fadeRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.ts-schedule-nav {
  text-align: center;
  margin-bottom: 90px;
}

.ts-schedule-nav ul {
  border: none;
}

.ts-schedule-nav ul li {
  margin: 0 3px;
}

.ts-schedule-nav ul li a {
  font-size: 12px;
  color: #222222;
  text-transform: uppercase;
  background: #f1f0f6;
  display: block;
  padding: 20px 50px;
  position: relative;
}

.ts-schedule-nav ul li a:before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 15px 15px 0;
  border-color: transparent #e7015e transparent transparent;
  position: absolute;
  left: 0;
  bottom: -15px;
  content: '';
  opacity: 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;
}

.ts-schedule-nav ul li a h3 {
  font-size: 24px;
  font-weight: 400;
  color: #222222;
  margin-bottom: 0;
  text-transform: capitalize;
}

.ts-schedule-nav ul li a.active {
  background: #e7015e;
  color: #fff;
}

.ts-schedule-nav ul li a.active h3 {
  color: #fff;
}

.ts-schedule-nav ul li a.active:before {
  opacity: 1;
}

.schedule-tabs-item .schedule-listing-item {
  position: relative;
}

.schedule-tabs-item .schedule-listing-item .schedule-slot-time {
  font-size: 14px;
  color: #e7015e;
  margin-bottom: 10px;
  display: block;
}

.schedule-tabs-item .schedule-listing-item .schedule-slot-title {
  margin-bottom: 10px;
}

.schedule-tabs-item .schedule-listing-item .schedule-slot-name {
  font-size: 14px;
  line-height: 36px;
  color: #888888;
  font-weight: 700;
  margin-bottom: 5px;
}

.schedule-tabs-item .schedule-listing-item .schedule-slot-speakers {
  position: absolute;
  top: 60px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  -webkit-box-shadow: 19.799px 19.799px 40px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 19.799px 19.799px 40px 0px rgba(0, 0, 0, 0.1);
  background-image: -webkit-linear-gradient(315deg, #82e182 0%, #0acbf5 100%);
  background-image: -o-linear-gradient(315deg, #82e182 0%, #0acbf5 100%);
  background-image: linear-gradient(135deg, #82e182 0%, #0acbf5 100%);
}

.schedule-tabs-item .schedule-listing-item:before {
  position: absolute;
  top: -30px;
  width: 2px;
  height: 100%;
  content: '';
  background: #f1f0f6;
  -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;
}

.schedule-tabs-item .schedule-listing-item:after {
  position: absolute;
  width: 10px;
  height: 10px;
  content: '';
  border: 2px solid #e7015e;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  top: 80px;
  background: #fff;
}

.schedule-tabs-item .schedule-listing-item.schedule-left {
  padding: 60px 125px 20px 0;
  text-align: right;
  margin-top: 245px;
}

.schedule-tabs-item .schedule-listing-item.schedule-left .schedule-slot-speakers {
  right: 30px;
}

.schedule-tabs-item .schedule-listing-item.schedule-left:before {
  right: -17px;
}

.schedule-tabs-item .schedule-listing-item.schedule-left:after {
  right: -21px;
}

.schedule-tabs-item .schedule-listing-item.schedule-right {
  padding: 60px 20px 0px 125px;
  text-align: left;
}

.schedule-tabs-item .schedule-listing-item.schedule-right .schedule-slot-speakers {
  left: 30px;
}

.schedule-tabs-item .schedule-listing-item.schedule-right:before {
  left: -15px;
}

.schedule-tabs-item .schedule-listing-item.schedule-right:after {
  left: -19px;
}

.schedule-tabs-item .schedule-listing-item:hover:before {
  background: #e7015e;
}

@media (min-width: 1024px) {
  .box-style {
    padding-bottom: 150px;
  }

  .box-style .row {
    position: relative;
  }

  .box-style .row .item .about-intro-text {
    padding: 50px 55px 0 55px;
  }

  .box-style .indicator {
    position: absolute;
    content: "";
    height: 100%;
    left: 33.3333333333%;
    position: absolute;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: left 500ms cubic-bezier(0.694, 0, 0.335, 1);
    -o-transition: left 500ms cubic-bezier(0.694, 0, 0.335, 1);
    transition: left 500ms cubic-bezier(0.694, 0, 0.335, 1);
    width: 33.3333333333%;
    z-index: -1;
    -webkit-box-shadow: 0px 15px 60px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 15px 60px 0px rgba(0, 0, 0, 0.1);
    background-color: #fff;
  }

  .box-style .row .item:nth-child(1):hover~.indicator {
    left: 0;
  }

  .box-style .row .item:nth-child(3):hover~.indicator {
    left: 66.6666666%;
  }
}

/*====================================
      ts-pricing
=====================================*/
.ts-pricing {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.ts-pricing .speaker-shap .shap2 {
  top: 150px;
  bottom: auto;
}

.ts-pricing.p-60 {
  padding-top: 20px;
}

.ts-pricing-bg {
  position: relative;
}

.ts-pricing-bg::before {
  position: absolute;
  content: '';
  background-color: transparent;
  background-image: -webkit-linear-gradient(306deg, rgba(68, 63, 198, 0.85) 0%, #ff007a 60%);
  background-image: -o-linear-gradient(306deg, rgba(68, 63, 198, 0.85) 0%, #ff007a 60%);
  background-image: linear-gradient(144deg, rgba(68, 63, 198, 0.85) 0%, #ff007a 60%);
  opacity: .95;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-filter: brightness(57%) contrast(123%) saturate(100%) blur(0) hue-rotate(0deg);
  filter: brightness(57%) contrast(123%) saturate(100%) blur(0) hue-rotate(0deg);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.pricing-dot {
  width: 100%;
  display: block;
}

.pricing-dot1 {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  display: block;
  width: 100%;
  margin-top: -2px;
}

.pricing-item {
  position: relative;
  max-width: 320px;
  margin: auto;
}

.pricing-item.disebled {
  opacity: 0.7;
  cursor: no-drop;
}

.pricing-item.disebled .btn {
  background: #a077a6;
  cursor: no-drop;
}

.ts-pricing-box {
  background: #fff;
  padding: 40px;
  text-align: center;
  -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-pricing-box:hover {
  -webkit-box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.4);
}

.ts-pricing-box .ts-pricing-header .ts-pricing-name {
  font-size: 20px;
  font-weight: 800;
  color: #3b1d82;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.ts-pricing-box .ts-pricing-header .ts-pricing-price {
  font-size: 58px;
  font-weight: 900;
  color: #3b1d82;
  margin-bottom: 20px;
}

.ts-pricing-box .ts-pricing-header .ts-pricing-price span {
  margin-right: 10px;
}

.ts-pricing-box .ts-pricing-progress .ts-pricing-value {
  font-weight: 700;
  color: #e7015e;
  margin-bottom: 25px;
}

.ts-pricing-box .ts-progress {
  width: 100%;
  height: 10px;
  background: #ebedf4;
  margin-bottom: 10px;
}

.ts-pricing-box .ts-progress .ts-progress-inner {
  background-image: -webkit-linear-gradient(306deg, #321575 0%, #8d0b93 51%, #ff0066 100%, #ff057c 100%);
  background-image: -o-linear-gradient(306deg, #321575 0%, #8d0b93 51%, #ff0066 100%, #ff057c 100%);
  background-image: linear-gradient(144deg, #321575 0%, #8d0b93 51%, #ff0066 100%, #ff057c 100%);
  height: 100%;
}

.ts-pricing-box .promotional-code .promo-code-text {
  font-weight: 400;
  color: #e7015e;
}

.ts-pricing-box .pricing-btn {
  margin-bottom: 25px;
  position: relative;
}

.ts-pricing-box .pricing-btn:before,
.ts-pricing-box .pricing-btn:after {
  position: absolute;
  left: -14px;
  top: 0;
  content: '';
  width: 25px;
  height: 25px;
  display: block;
  background: #fff;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  bottom: 0;
  margin: auto;
}

.ts-pricing-box .pricing-btn:after {
  position: absolute;
  left: auto;
  top: 0;
  right: -14px;
}

.ts-pricing-box .vate-text {
  margin-bottom: 0;
}

.ts-pricing-item {
  text-align: center;
  background: #fff;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  padding: 40px;
  margin-top: 50px;
}

.ts-pricing-item .ts-pricing-header i {
  font-size: 70px;
  height: 160px;
  width: 160px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  display: block;
  margin: auto;
  background: #3b1d82;
  color: #fff;
  padding: 45px 0;
  margin-top: -100px;
  margin-bottom: 40px;
}

.ts-pricing-item .ts-pricing-name {
  font-size: 24px;
  font-weight: 700;
  color: #3b1d82;
  margin-bottom: 35px;
}

.ts-pricing-item .ts-pricing-price {
  font-size: 48px;
  font-weight: 800;
  position: relative;
  margin-bottom: 50px;
}

.ts-pricing-item .ts-pricing-price img {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  text-align: center;
  top: 0;
}

.ts-pricing-item .ts-pricing-price span {
  position: relative;
  z-index: 1;
  color: #3b1d82;
}

.ts-pricing-item p {
  margin-bottom: 30px;
}

.ts-pricing-item .btn {
  background: #3b1d82;
}

.ts-pricing-item.disebled {
  cursor: no-drop;
  opacity: .7;
}

.ts-pricing-item.disebled .ts-pricing-header i {
  background: #e7e7e7;
}

.ts-pricing-item.disebled .ts-pricing-header .ts-pricing-name {
  color: #cccccc;
}

.ts-pricing-item.disebled .ts-pricing-price span {
  opacity: .5;
}

.ts-pricing-item.disebled .btn {
  background: #e7e7e7;
}

.ts-pricing-item.active .ts-pricing-header i,
.ts-pricing-item.active .btn {
  background: #e7015e;
}

.ts-pricing-item.active .ts-pricing-name,
.ts-pricing-item.active .ts-pricing-price span {
  color: #e7015e;
}

.ts-pricing.classic .ts-pricing-item {
  -webkit-box-shadow: 19.799px 19.799px 40px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 19.799px 19.799px 40px 0px rgba(0, 0, 0, 0.1);
}

.pricing-wrap .pricing-item .ts-pricing-box {
  background: #120f4e;
}

.pricing-wrap .pricing-item .ts-pricing-box .ts-pricing-name,
.pricing-wrap .pricing-item .ts-pricing-box .ts-pricing-price,
.pricing-wrap .pricing-item .ts-pricing-box .amount-progres-text,
.pricing-wrap .pricing-item .ts-pricing-box .vate-text {
  color: #fff;
}

.pricing-wrap .pricing-item .ts-pricing-box .pricing-btn:before,
.pricing-wrap .pricing-item .ts-pricing-box .pricing-btn:after {
  background: #120f4e;
}

/*=================================
   blog
 =================================*/
/*=================================
   BLOG / LATEST NEWS
=================================*/

.ts-blog {
  background: #FAF8F3;
  padding: 90px 0;
  position: relative;
}


/* =================================
   SECTION TITLE
================================= */

.ts-blog .section-title {
  text-align: center;
  color: #6B2F22;
  margin-bottom: 70px;
}

.ts-blog .section-title span {
  color: #D4AF37;
}


/* =================================
   DECORATIVE SHAPES
================================= */

.ts-blog .speaker-shap .shap2 {
  top: 200px;
  bottom: auto;
}

.ts-blog .speaker-shap .shap1 {
  top: auto;
  bottom: 25%;
}


/* =================================
   NEWS CARD
================================= */

.ts-blog .post {
  width: 100%;
  height: 100%;

  background: #ffffff;

  border-radius: 5px;

  overflow: hidden;

  display: flex;
  flex-direction: column;

  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.06);

  transition: all 0.4s ease;
}

.ts-blog .post:hover {
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.10);
}


/* =================================
   NEWS IMAGE
================================= */

.ts-blog .post .post-media.post-image {
  width: 100%;
  height: 230px;

  margin: 0;

  position: relative;

  overflow: hidden;

  border-radius: 0;

  flex-shrink: 0;
}

.ts-blog .post .post-media.post-image img {
  width: 100%;
  height: 100%;

  object-fit: cover;

  display: block;

  border-radius: 0;

  box-shadow: none;

  transition: transform 0.4s ease;
}

.ts-blog .post:hover .post-media.post-image img {
  transform: scale(1.05);
}


/* =================================
   CARD BODY
================================= */

.ts-blog .post .post-body {
  margin: 0;

  padding: 22px 24px 20px;

  background: #ffffff;

  border-radius: 0;

  box-shadow: none;

  flex: 1;

  display: flex;
  flex-direction: column;
}


/* =================================
   META
================================= */

.ts-blog .post-meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;

  gap: 20px;

  margin-bottom: 13px;
}

.ts-blog .post-meta,
.ts-blog .post-meta a,
.ts-blog .post-meta-date {
  font-size: 11px;
  line-height: 18px;

  color: #666666;

  text-transform: uppercase;
}

.ts-blog .post-meta .post-author {
  margin-right: 0;
}
.ts-blog .post-meta-date {
  display: inline-block;

  word-spacing: normal;
}
.ts-blog .post-meta {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 22px;
    margin-bottom: 14px;
}

.ts-blog .post-meta .post-author,
.ts-blog .post-meta .post-meta-date {
    display: inline-flex;
    align-items: center;
    gap: 7px;

    margin: 0;

    font-size: 11px;
    line-height: 18px;

    color: #666;
    text-transform: uppercase;
}

.ts-blog .post-meta .post-author a {
    color: #666;
    font-size: 11px;
}

.ts-blog .post-meta i {
    color: #159A63;
    font-size: 13px;
}


/* =================================
   NEWS TITLE
================================= */

.ts-blog .post .post-body .entry-header .entry-title {
  font-size: 20px;
  line-height: 27px;

  font-weight: 700;

  margin-bottom: 15px;
}

.ts-blog .post .post-body .entry-header .entry-title a {
  color: #6B2F22;
}

.ts-blog .post .post-body .entry-header .entry-title a:hover {
  color: #159A63;
}


/* =================================
   DESCRIPTION
================================= */

.ts-blog .entry-content {
  flex: 1;
}

.ts-blog .post .post-body .entry-content p {
  font-size: 14px;
  line-height: 23px;

  color: #555555;

  margin-bottom: 20px;
}


/* =================================
   READ MORE
================================= */

.ts-blog .post-footer {
  margin-top: auto;

  text-align: right;
}

.ts-blog .post-footer .btn-link {
  font-size: 13px;

  font-weight: 700;

  color: #222222;

  text-decoration: none;
}

.ts-blog .post-footer .btn-link i {
  margin-left: 6px;
}

.ts-blog .post-footer .btn-link:hover {
  color: #159A63;
}
/* =========================================
   NEWS - ALL CARDS SAME HEIGHT
   ========================================= */

/* Bootstrap row */
.ts-blog .row {
    display: flex;
    flex-wrap: wrap;
}

/* Entire card */
.ts-blog .post {
    width: 100%;
    height: 100%;

    display: flex;
    flex-direction: column;
}

/* Keep all images same size */
.ts-blog .post-media {
    width: 100%;
    height: 220px;
    flex-shrink: 0;
    overflow: hidden;
}

.ts-blog .post-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* White card content */
.ts-blog .post-body {
    flex: 1;

    display: flex;
    flex-direction: column;

    width: 100%;
}

/* Meta stays at top */
.ts-blog .post-meta {
    flex-shrink: 0;
}

/* Summary/title */
.ts-blog .entry-header {
    flex-shrink: 0;
}

/* Body */
.ts-blog .entry-content {
    flex-grow: 1;
}

/* Read more ALWAYS at bottom */
.ts-blog .post-footer {
    margin-top: auto;
}
/* =========================================================
   HOME - EXPLORE CONFERENCE
========================================================= */

.bee-explore-section {
    position: relative;
    padding: 80px 0 90px;
    background: #ffffff;
    overflow: hidden;
}


/* subtle honeycomb decoration */
.bee-explore-section::before {
    content: "";
    position: absolute;
    width: 290px;
    height: 290px;
    top: -100px;
    right: -90px;

    background-image:
        radial-gradient(
            circle,
            rgba(216, 165, 38, 0.12) 2px,
            transparent 2px
        );

    background-size: 18px 18px;
    pointer-events: none;
}


/* =========================================================
   HEADING
========================================================= */
/* =========================================================
   EXPLORE HEADING
========================================================= */

.bee-explore-heading {
    position: relative;
    z-index: 2;
    max-width: 680px;
    margin: 0 auto 45px;
    text-align: center;
}

.bee-explore-heading .column-title {
    text-align: center;
    margin-bottom: 18px;
}

.bee-explore-heading .column-title span {
    text-align: center;
}

.bee-explore-heading .column-title::after {
    left: 50% !important;
    transform: translateX(-50%);
}
.bee-explore-subtitle {
    display: block;
    margin-bottom: 7px;

    color: #d8a526;

    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.8px;
    text-transform: uppercase;
}


.bee-explore-title {
    margin: 0;

    color: #6e231b;

    font-size: 34px;
    line-height: 1.2;
    font-weight: 700;
}

.bee-explore-intro {
    max-width: 570px;
    margin: 0 auto;

    color: #777;

    font-size: 14px;
    line-height: 1.8;
}


/* =========================================================
   ROW
========================================================= */

.bee-explore-row {
    position: relative;
    z-index: 2;

    display: flex;
    flex-wrap: wrap;
}


.bee-explore-row > div {
    display: flex;
    margin-bottom: 30px;
}


/* =========================================================
   CARD
========================================================= */

.bee-explore-card {
    position: relative;
    display: flex;
    align-items: center;

    width: 100%;
    min-height: 180px;

    padding: 28px 22px;

    background: #fff;
    border: 1px solid #eee8dc;
    border-radius: 3px;

    box-shadow: 0 8px 25px rgba(62, 49, 37, 0.07);

    text-decoration: none !important;
    overflow: hidden;

    transition:
        transform 0.35s ease,
        box-shadow 0.35s ease,
        border-color 0.35s ease;
}

/* gold top line */
.bee-explore-card::before {
    content: "";

    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 4px;

    background: #d8a526;

    transform: scaleX(0.28);
    transform-origin: left;

    transition: transform 0.35s ease;
}


/* green corner */
.bee-explore-card::after {
    content: "";

    position: absolute;
    right: -40px;
    bottom: -40px;

    width: 100px;
    height: 100px;

    background: #159a63;

    border-radius: 100% 0 0 0;

    opacity: 0.09;

    transition:
        width 0.35s ease,
        height 0.35s ease,
        opacity 0.35s ease;
}


/* =========================================================
   NUMBER
========================================================= */

.bee-explore-number {
    position: absolute;

    top: 17px;
    right: 20px;

    color: rgba(110, 35, 27, 0.08);

    font-size: 43px;
    line-height: 1;
    font-weight: 800;

    pointer-events: none;
}


/* =========================================================
   ICON
========================================================= */

.bee-explore-icon {
    position: relative;

    width: 72px;
    height: 90px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: #159A63;

    clip-path: polygon(
        50% 0%,
        100% 25%,
        100% 75%,
        50% 100%,
        0% 75%,
        0% 25%
    );

    transition: background 0.35s ease,
                transform 0.35s ease;
}

.bee-explore-icon::before {
    content: "";
    position: absolute;

    width: 62px;
    height: 78px;

    background: #fff;

    clip-path: polygon(
        50% 0%,
        100% 25%,
        100% 75%,
        50% 100%,
        0% 75%,
        0% 25%
    );
}

.bee-explore-icon i {
    position: relative;
    z-index: 2;

    font-size: 27px;
    color: #D8A526;

    transition: color 0.35s ease,
                transform 0.35s ease;
}
.bee-explore-icon-wrap {
    flex: 0 0 72px;
    width: 72px;
    margin-right: 16px;
}

.bee-explore-content {
    position: relative;
    z-index: 2;
    flex: 1;
    min-width: 0;
}

/* =========================================================
   CONTENT
========================================================= */

.bee-explore-content {
    position: relative;
    z-index: 2;

    flex: 1;
}


.bee-explore-content h3 {
    margin: 0 0 10px;

    color: #6e231b;

    font-size: 18px;
    line-height: 1.35;
    font-weight: 700;

    transition: color 0.3s ease;
}


.bee-explore-description {
    margin-bottom: 13px;

    color: #777;

    font-size: 13px;
    line-height: 1.65;
}


.bee-explore-description p {
    margin-bottom: 5px;
}


/* =========================================================
   LINK
========================================================= */

.bee-explore-link {
    display: inline-flex;
    align-items: center;

    color: #159a63;

    font-size: 11px;
    font-weight: 700;

    letter-spacing: 0.6px;
    text-transform: uppercase;

    transition: color 0.3s ease;
}


.bee-explore-link i {
    margin-left: 8px;

    transition: transform 0.3s ease;
}


/* =========================================================
   HOVER
========================================================= */

.bee-explore-card:hover {
    transform: translateY(-7px);

    border-color: rgba(216, 165, 38, 0.45);

    box-shadow:
        0 18px 40px rgba(62, 49, 37, 0.14);
}


.bee-explore-card:hover::before {
    transform: scaleX(1);
}


.bee-explore-card:hover::after {
    width: 140px;
    height: 140px;
    opacity: 0.14;
}


.bee-explore-card:hover .bee-explore-icon {
    background: #d8a526;
    transform: translateY(-3px);
}


.bee-explore-card:hover .bee-explore-icon i {
    color: #159a63;
    transform: scale(1.12);
}


.bee-explore-card:hover .bee-explore-link {
    color: #6e231b;
}


.bee-explore-card:hover .bee-explore-link i {
    transform: translateX(5px);
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 991px) {

    .bee-explore-section {
        padding: 65px 0 60px;
    }

    .bee-explore-title {
        font-size: 30px;
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {

    .bee-explore-section {
        padding: 55px 0 45px;
    }

    .bee-explore-heading {
        margin-bottom: 32px;
        padding: 0 10px;
    }

    .bee-explore-title {
        font-size: 27px;
    }

    .bee-explore-intro {
        font-size: 13px;
    }

    .bee-explore-row > div {
        margin-bottom: 18px;
    }

    .bee-explore-card {
        min-height: 150px;
        padding: 24px 20px;
    }

    .bee-explore-icon-wrap {
        flex: 0 0 68px;
        width: 68px;
        margin-right: 17px;
    }

    .bee-explore-icon {
        width: 62px;
        height: 67px;
    }

    .bee-explore-icon::before {
        width: 51px;
        height: 55px;
    }

    .bee-explore-icon i {
        font-size: 22px;
    }

    .bee-explore-content h3 {
        font-size: 16px;
    }

    .bee-explore-number {
        font-size: 35px;
    }

}

/*==========================
      sponsors
============================*/
.ts-intro-sponsors {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  min-height:610px !important;
  height:610px !important;
  
}

.ts-intro-sponsors .sponsors-logo img {
  margin: 0 38px 50px;
}
/* =========================================================
   FOOTER PARTNERS / SPONSORS
========================================================= */

.bee-footer-partners {
    position: relative;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    align-items: stretch;
    gap: 35px;

    max-width: 1050px;

    margin: 45px auto 35px;
    padding: 35px 25px 5px;

    border-top: 1px solid rgba(216, 165, 38, 0.28);
}


/* Partner item */
.bee-footer-partner-item {
    position: relative;

    display: flex;
    flex-direction: column;
    align-items: center;

    text-align: center;
}


/* Small decorative gold mark */
/* .bee-footer-partner-item::before {
    content: "";

    display: block;

    width: 35px;
    height: 3px;

    margin-bottom: 13px;

    background: #D8A526;

    border-radius: 10px;
} */


/* Title */
.bee-footer-partner-title {
    min-height: 48px;

    margin: 0 0 18px;

    font-size: 16px;
    line-height: 1.5;
    font-weight: 600;

    color: #6E231B;

    text-transform: none;
}


/* Logo container */
.bee-footer-partner-logo {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 100%;
    min-height: 135px;

    /*padding: 14px 20px;*/

    background: #fff;

    border: 1px solid rgba(21, 154, 99, 0.12);
    border-radius: 12px;

    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease,
        border-color 0.3s ease;
}


/* Hover */
.bee-footer-partner-item:hover .bee-footer-partner-logo {
    transform: translateY(-4px);

    border-color: rgba(216, 165, 38, 0.55);

    box-shadow:
        0 10px 30px rgba(0, 0, 0, 0.08);
}


/* Link */
.bee-footer-partner-logo a {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 100%;
    height: 100%;
}


/* Image */
.bee-footer-partner-logo img {
    display: block;

    width: auto;
    height: auto;

    max-width: 220px;
    max-height: 105px;

    object-fit: contain;

    transition: transform 0.3s ease;
}


.bee-footer-partner-item:hover .bee-footer-partner-logo img {
    transform: scale(1.03);
}



/* =========================================================
   FOOTER SOCIAL IMAGE ICONS
========================================================= */

.bee-footer-social {
    margin-top: 30px;
}


.bee-footer-social ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.bee-footer-social ul li {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    margin: 0;
    padding: 0;
}

.bee-footer-social ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    margin: 0;
    padding: 0;
}

.bee-footer-social-image {
    display: block;
    width: 32px;
    height: 32px;
    max-width: none;
    object-fit: contain;
}

.bee-footer-social ul li a:hover {
    transform: translateY(-3px);

    border-color: #D8A526;

    box-shadow:
        0 8px 22px rgba(0, 0, 0, 0.12);
}


/* WEBP image */
.bee-footer-social img.bee-footer-social-image {
    display: block !important;

    width: 32px !important;
    height: 32px !important;

    max-width: 32px !important;

    margin: 0 !important;
    padding: 0 !important;

    object-fit: contain !important;
}



/* =========================================================
   FOOTER PARTNERS RESPONSIVE
========================================================= */

@media (max-width: 991px) {

    .bee-footer-partners {
        gap: 20px;

        padding-left: 10px;
        padding-right: 10px;
    }

    .bee-footer-partner-title {
        font-size: 15px;
    }

    .bee-footer-partner-logo img {
        max-width: 180px;
        max-height: 90px;
    }

}


@media (max-width: 767px) {

    .bee-footer-partners {
        grid-template-columns: 1fr;

        max-width: 420px;

        gap: 30px;

        margin-top: 35px;
    }

    .bee-footer-partner-title {
        min-height: auto;

        margin-bottom: 12px;
    }

    .bee-footer-partner-logo {
        min-height: 120px;
    }

    .bee-footer-partner-logo img {
        max-width: 210px;
        max-height: 95px;
    }

}


@media (max-width: 480px) {

    .bee-footer-social ul {
        gap: 10px;
    }

    .bee-footer-social ul li,
    .bee-footer-social ul li a {
        width: 40px;
        height: 40px;
    }

    .bee-footer-social img.bee-footer-social-image {
        width: 21px !important;
        height: 21px !important;
        max-width: 21px !important;
    }

}
/*============================
      map direction
=============================*/
.ts-map {
    width: 100%;
    height: 100%;
    min-height: 600px;

    margin: 0;

    position: relative;
    overflow: hidden;
}

.ts-map-direction {
    padding: 0;
    position: relative;
    background: #fff;
    overflow: hidden;
}

.ts-map-direction .container {
    position: relative;
    z-index: 2;
}


/* LEFT SIDE */

.ts-map-direction .ts-direction-content {
    padding: 95px 0;
}

.ts-map-direction .column-title {
    position: relative;
    margin-bottom: 38px;
    padding-bottom: 28px;

    font-size: 28px;
    line-height: 36px;
    font-weight: 700;

    color: #6B2F22;
}

.ts-map-direction .column-title span {
    display: block;
    margin-bottom: 12px;

    font-size: 12px;
    line-height: 18px;
    font-weight: 600;

    letter-spacing: 1px;
    text-transform: uppercase;

    color: #D4AF37;
}


/* CONTACT */

.direction-contact-info {
    padding-left: 20px;
}

.direction-contact-title {
    margin-bottom: 12px;

    font-size: 17px;
    line-height: 26px;
    font-weight: 700;

    color: #6B2F22;
}

.direction-address {
    margin-bottom: 3px;

    font-size: 14px;
    line-height: 23px;

    color: #555;
}

.direction-address p {
    margin-bottom: 0;
}

.direction-location {
    margin-bottom: 22px;

    font-size: 14px;
    line-height: 23px;

    color: #555;
}

.direction-contact-details p {
    margin-bottom: 8px;

    font-size: 14px;
    line-height: 21px;

    color: #333;
}

.direction-contact-details strong {
    color: #111;
    font-weight: 700;
}

.direction-contact-details a {
    color: #555;
    text-decoration: none;
}

.direction-contact-details a:hover {
    color: #159A63;
}


/* =========================================
   MAP
   ========================================= */


.ts-map-direction {
    position: relative;
    overflow: hidden;
}

.ts-map-direction .row {
    align-items: stretch;
}


/* Keep Bootstrap col-lg-8 size */
.direction-map-column {
    display: flex;
    position: relative;
}
.ts-map-direction .row {
    align-items: stretch;
}

.ts-map-direction .col-lg-4 {
    display: flex;
}

.ts-map-direction .ts-direction-content {
    width: 100%;
}

.direction-map-column {
    display: flex;
    position: relative;
}

/* =========================================
   DESKTOP
   Extend ONLY the map to the right edge
   ========================================= */

@media (min-width: 1200px) {

    .ts-map {
        width: calc(100% + ((100vw - 1140px) / 2) + 15px);
        max-width: none;

        height: 100%;
        min-height: 500px;

        flex: none;

        margin-right: calc(-1 * (((100vw - 1140px) / 2) + 15px));

        position: relative;
        overflow: hidden;
    }
}


/* Bootstrap lg container */
@media (min-width: 992px) and (max-width: 1199px) {

    .ts-map {
        width: calc(100% + ((100vw - 960px) / 2) + 15px);
        max-width: none;

        height: 100%;
        min-height: 500px;

        flex: none;

        margin-right: calc(-1 * (((100vw - 960px) / 2) + 15px));

        position: relative;
        overflow: hidden;
    }
}


/* =========================================
   MAP INTERNAL
   ========================================= */

.ts-map .mapouter,
.ts-map .gmap_canvas {
    width: 100%;
    height: 100%;
}

.ts-map iframe {
    display: block;

    width: 100% !important;
    height: 100% !important;

    border: 0 !important;

    transform: scale(1.18);
    transform-origin: center;
}


/* =========================================
   TABLET
   ========================================= */

@media (max-width: 991px) {

    .ts-map-direction {
        padding: 70px 0;
    }

    .direction-contact-info {
        padding-left: 0;
    }

    .direction-map-column {
        display: flex;
        margin-top: 40px;
    }

    .ts-map {
        width: 100%;
        max-width: 100%;

        height: 500px;
        min-height: 500px;

        margin: 0;

        flex: 1;
    }
}


/* =========================================
   MOBILE
   ========================================= */

@media (max-width: 575px) {

    .ts-map-direction {
        padding: 55px 0;
    }

    .ts-map-direction .column-title {
        font-size: 25px;
        line-height: 32px;
    }

    .ts-map {
        width: 100%;

        height: 360px;
        min-height: 360px;
    }
}
/*====================================
         ts-book-seat
 ====================================*/
.ts-book-seat {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
  padding: 100px 0;
}

.ts-book-seat:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: '';
  background: rgba(0, 0, 0, 0.31);
}

.ts-book-seat:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  /* background-image: url(../images/lines-2.png); */
  content: '';
  background-repeat: no-repeat;
  background-position: center;
  z-index: 0;
}

.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 newsletter
 ====================================*/
.ts-footer-newsletter {
  position: relative;
}

.ts-newsletter {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-color: #3b1d82;
  padding: 55px 0 60px;
  position: absolute;
  width: 100%;
  z-index: 1;
}

.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:after {
  background: url(../images/shap/subscribe_slice_right.png) no-repeat;
  left: auto;
  right: 0;
  background-size: cover;
}

.ts-newsletter .ts-newsletter-content {
  position: relative;
  z-index: 1;
}

.ts-newsletter .ts-newsletter-content .section-title {
  padding-bottom: 0;
  margin-bottom: 55px;
  color: #fff;
}

.ts-newsletter .ts-newsletter-content .section-title span {
  color: #fff;
}

.ts-newsletter .ts-newsletter-content .section-title:after {
  display: none;
}

.newsletter-form {
  position: relative;
  z-index: 1;
}

.newsletter-form .email-form-group {
  margin-right: 10px;
}

.newsletter-form .email-form-group .form-control {
  background: transparent;
  border: none;
  border-bottom: 1px solid #6f55b0;
  border-radius: 0;
  -webkit-border-radius: 0;
  -ms-border-radius: 0;
  font-size: 14px;
  line-height: 40px;
  padding: 0;
  color: #fff;
}

.newsletter-form .email-form-group .form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}

.newsletter-form .email-form-group .form-control::-webkit-input-placeholder {
  color: #fff;
}

.newsletter-form .email-form-group .form-control:-ms-input-placeholder {
  color: #fff;
}

.newsletter-form .email-form-group .form-control::-ms-input-placeholder {
  color: #fff;
}

.newsletter-form .email-form-group .form-control::placeholder {
  color: #fff;
}

/* ==========================================================
   FOOTER
========================================================== */

.ts-footer.bee-footer {
    position: relative;
    overflow: hidden;

    width: 100%;

    padding: 55px 0 32px;

    background: #FAF8F3;

    color: #6B2F22;

    text-align: center;
}


.ts-footer.bee-footer .container {
    position: relative;
    z-index: 2;
}


/* ==========================================================
   MAIN FOOTER LOGOS
========================================================== */

.bee-footer-logos {
    display: grid;

    grid-template-columns: repeat(3, 190px);

    align-items: center;
    justify-content: center;

    gap: 65px;

    width: 100%;

    margin: 0 auto 42px;
    padding: 0;

    direction: ltr;
}


/* ==========================================================
   EACH LOGO ITEM
========================================================== */

.bee-footer-logo-item {
    display: flex;

    align-items: center;
    justify-content: center;

    width: 190px;
    height: 190px;
}


/* ==========================================================
   LOGO LINK
========================================================== */

.bee-footer-logo-link {
    display: flex;

    align-items: center;
    justify-content: center;

    width: 100%;
    height: 100%;

    text-decoration: none;
}


/* ==========================================================
   LOGO CONTAINER
========================================================== */

.bee-footer-logo-hexagon {
    display: flex;

    align-items: center;
    justify-content: center;

    width: 190px;
    height: 190px;

    margin: 0;
    padding: 0;

    box-sizing: border-box;

    transition: transform 0.3s ease;
}


/* ==========================================================
   LOGO IMAGE
========================================================== */

.bee-footer-logo-hexagon img {
    display: block;

    width: 100%;
    height: 100%;

    max-width: 190px;
    max-height: 190px;

    margin: 0;
    padding: 0;

    object-fit: contain;
    object-position: center;
}


.bee-footer-logo-link:hover .bee-footer-logo-hexagon {
    transform: translateY(-4px);
}


/* ==========================================================
   PARTNERS / SPONSORS
========================================================== */

.bee-footer-partners {
    display: grid;

    grid-template-columns: repeat(3, minmax(0, 1fr));

    gap: 28px;

    width: 100%;

    margin: 0 auto 34px;

    padding-top: 28px;

    border-top: 1px solid #E2D8CB;
}


.bee-footer-partner-item {
    display: flex;

    flex-direction: column;

    align-items: center;

    min-width: 0;
}


.bee-footer-partner-title {
    position: relative;

    min-height: 42px;

    margin: 0 0 18px;

    padding-top: 13px;

    color: #6B2F22;

    font-size: 13px;
    line-height: 20px;

    font-weight: 700;

    text-align: center;
}

/* 
.bee-footer-partner-title::before {
    content: "";

    position: absolute;

    top: 0;
    left: 50%;

    width: 30px;
    height: 2px;

    background: #D4AF37;

    transform: translateX(-50%);
} */


.bee-footer-partner-logo {
    display: flex;

    align-items: center;
    justify-content: center;

    width: 100%;
    height: 115px;

    padding: 18px 25px;

    background: #FFFFFF;

    border: 1px solid #E4DACD;
    border-radius: 6px;
}


.bee-footer-partner-logo a {
    display: flex;

    align-items: center;
    justify-content: center;

    width: 100%;
    height: 100%;
}


.bee-footer-partner-logo img {
    display: block;

    width: 100%;
    height: 100%;

    max-width: 190px;
    /*max-height: 78px;*/

    object-fit: contain;
    object-position: center;
}

/* ==========================================================
   SOCIAL MEDIA
========================================================== */

.ts-footer .bee-footer-social {
    width: 100%;
    margin: 35px 0 35px;
    padding: 0;
    text-align: center;
}

.ts-footer .bee-footer-social ul {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;

    gap: 28px;

    margin: 0;
    padding: 0;

    list-style: none;
    direction: ltr;
}

.ts-footer .bee-footer-social ul li {
    display: flex;
    align-items: center;
    justify-content: center;

    margin: 0;
    padding: 0;

    list-style: none;
}

.ts-footer .bee-footer-social ul li a {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 48px;
    height: 48px;

    margin: 0;
    padding: 0;

    background: transparent;
    border: 0;
    border-radius: 0;

    line-height: 1;
    text-decoration: none;

    transition: transform 0.3s ease;
}

.ts-footer .bee-footer-social ul li a:hover {
    background: transparent;
    border: 0;

    transform: translateY(-3px);
}


/* FontAwesome icons if CMS uses one */

.ts-footer .bee-footer-social ul li a i {
    display: block;

    margin: 0;
    padding: 0;

    font-size: 38px;
    line-height: 1;
}


/* Facebook / Instagram / WhatsApp images */

.ts-footer .bee-footer-social-image {
    display: block;

    width: 38px;
    height: 38px;

    max-width: none;
    max-height: none;

    margin: 0;
    padding: 0;

    object-fit: contain;
}

/* ==========================================================
   QUICK LINKS
========================================================== */

.ts-footer .bee-footer-menu {
    width: 100%;

    margin: 0 0 25px;
    padding: 0;

    text-align: center;
}


.ts-footer .bee-footer-menu ul {
    display: flex;

    align-items: center;
    justify-content: center;

    flex-wrap: wrap;

    margin: 0;
    padding: 0;

    list-style: none;
}


.ts-footer .bee-footer-menu ul li {
    display: inline-flex;

    align-items: center;

    margin: 0;
    padding: 0;

    list-style: none;
}


.ts-footer .bee-footer-menu ul li a {
    display: inline-block;

    margin: 0;
    padding: 0;

    color: #6B2F22;

    font-size: 14px;
    line-height: 22px;

    font-weight: 400;

    text-decoration: none;

    transition: color 0.3s ease;
}


.ts-footer .bee-footer-menu ul li a:hover {
    color: #159A63;
}


.ts-footer .bee-footer-menu ul li a::before {
    display: none;
}


.ts-footer .bee-footer-menu ul li:not(:last-child)::after {
    content: "";

    display: inline-block;

    width: 4px;
    height: 4px;

    flex-shrink: 0;

    margin: 0 17px;

    background: #5F5E6F;

    border-radius: 50%;
}


/* ==========================================================
   FOOTER CREDITS
========================================================== */

.ts-footer .bee-footer-copyright {
    display: flex;
    align-items: center;
    justify-content: space-between;

    width: 100%;

    margin: 0;
    padding: 0;

    color: #777777;

    font-size: 13px;
    line-height: 22px;

    font-weight: 400;
}


/* LEFT SIDE */

.ts-footer .bee-footer-credit-left {
    text-align: left;
}


/* RIGHT SIDE */

.ts-footer .bee-footer-credit-right {
    text-align: right;
}


/* LINKS */

.ts-footer .bee-footer-credit a {
    color: #159A63;

    font-weight: 600;

    text-decoration: none;

    transition: color 0.25s ease;
}


.ts-footer .bee-footer-credit a:hover {
    color: #6B2F22;
}


/* ==========================================================
   MOBILE
========================================================== */

@media (max-width: 767px) {

    .ts-footer .bee-footer-copyright {
        flex-direction: column;

        justify-content: center;

        gap: 8px;

        text-align: center;
    }


    .ts-footer .bee-footer-credit-left,
    .ts-footer .bee-footer-credit-right {
        width: 100%;

        text-align: center;
    }

}


/* ==========================================================
   BACK TO TOP
========================================================== */

.BackTo {
    position: fixed;

    right: 25px;
    bottom: 25px;

    z-index: 999;
}


.BackTo a {
    display: flex;

    align-items: center;
    justify-content: center;

    width: 38px;
    height: 38px;

    padding: 0;

    color: #FFFFFF;

    background: #159A63;

    border-radius: 50%;

    font-size: 20px;
    line-height: 1;

    text-decoration: none;

    box-shadow:
        0 4px 12px rgba(0, 0, 0, 0.12);

    transition: background-color 0.3s ease;
}


.BackTo a:hover {
    color: #FFFFFF;

    background: #117C5A;

    text-decoration: none;
}


/* ==========================================================
   TABLET
========================================================== */

@media (max-width: 991px) {

    .ts-footer.bee-footer {
        padding: 48px 0 30px;
    }


    .bee-footer-logos {
        grid-template-columns: repeat(3, 150px);

        gap: 30px;

        margin-bottom: 36px;
    }


    .bee-footer-logo-item,
    .bee-footer-logo-hexagon {
        width: 150px;
        height: 150px;
    }


    .bee-footer-logo-hexagon img {
        max-width: 150px;
        max-height: 150px;
    }


    .bee-footer-partners {
        gap: 18px;
    }

}


/* ==========================================================
   MOBILE
========================================================== */

@media (max-width: 767px) {

    .ts-footer.bee-footer {
        padding: 42px 0 28px;
    }


    .bee-footer-logos {
        grid-template-columns: repeat(3, 110px);

        gap: 14px;

        margin-bottom: 32px;
    }


    .bee-footer-logo-item,
    .bee-footer-logo-hexagon {
        width: 110px;
        height: 110px;
    }


    .bee-footer-logo-hexagon img {
        max-width: 110px;
        max-height: 110px;
    }


    .bee-footer-partners {
        grid-template-columns: 1fr;

        gap: 20px;
    }


    .bee-footer-partner-title {
        min-height: 0;
    }


    .bee-footer-partner-logo {
        max-width: 400px;

        margin: 0 auto;
    }


    .ts-footer .bee-footer-social ul {
        gap: 10px;
    }


    .ts-footer .bee-footer-menu ul {
        row-gap: 10px;
    }


    .ts-footer .bee-footer-menu ul li:not(:last-child)::after {
        margin: 0 12px;
    }

}


/* ==========================================================
   SMALL MOBILE
========================================================== */

@media (max-width: 480px) {

    .ts-footer.bee-footer {
        padding: 38px 0 25px;
    }


    .bee-footer-logos {
        grid-template-columns: repeat(3, 88px);

        gap: 8px;
    }


    .bee-footer-logo-item,
    .bee-footer-logo-hexagon {
        width: 88px;
        height: 88px;
    }


    .bee-footer-logo-hexagon img {
        max-width: 88px;
        max-height: 88px;
    }


    .ts-footer .bee-footer-menu ul {
        flex-direction: column;

        gap: 9px;
    }


    .ts-footer .bee-footer-menu ul li {
        display: block;
    }


    .ts-footer .bee-footer-menu ul li:not(:last-child)::after {
        display: none;
    }


    .ts-footer .bee-footer-copyright p {
        padding: 0 15px;

        font-size: 12px;
        line-height: 20px;
    }


    .BackTo {
        right: 15px;
        bottom: 15px;
    }

}
/*==================================
   ts funfact 
 ==================================*/
.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-outcome
=================================*/
.ts-intro-outcome {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding-top: 170px;
}

.ts-single-outcome {
  text-align: center;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  width: 250px;
  height: 250px;
  background-image: -webkit-linear-gradient(340deg, #fc6076 0%, #ff9a44 100%);
  background-image: -o-linear-gradient(340deg, #fc6076 0%, #ff9a44 100%);
  background-image: linear-gradient(110deg, #fc6076 0%, #ff9a44 100%);
  -webkit-box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.12);
  padding: 55px 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;
}

.ts-single-outcome i {
  font-size: 80px;
  color: #fff;
  display: block;
  margin-bottom: 30px;
}

.ts-single-outcome .ts-title {
  color: #fff;
}

.ts-single-outcome:hover i {
  -webkit-animation-name: shake;
  animation-name: shake;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.outcome-item:nth-of-type(1) .ts-single-outcome {
  background-image: -webkit-linear-gradient(340deg, #fc6076 0%, #ff9a44 100%);
  background-image: -o-linear-gradient(340deg, #fc6076 0%, #ff9a44 100%);
  background-image: linear-gradient(110deg, #fc6076 0%, #ff9a44 100%);
}

.outcome-item:nth-of-type(2) .ts-single-outcome {
  background-image: -webkit-radial-gradient(50% 50%, circle closest-side, #57c6e1 0%, #b49fda 0%, #7ac5d8 0%, #eea2a2 0%, #b1aff0 0%, #836df0 100%);
  background-image: -o-radial-gradient(50% 50%, circle closest-side, #57c6e1 0%, #b49fda 0%, #7ac5d8 0%, #eea2a2 0%, #b1aff0 0%, #836df0 100%);
  background-image: radial-gradient(50% 50%, circle closest-side, #57c6e1 0%, #b49fda 0%, #7ac5d8 0%, #eea2a2 0%, #b1aff0 0%, #836df0 100%);
}

.outcome-item:nth-of-type(3) .ts-single-outcome {
  background-image: -webkit-linear-gradient(135deg, #22ffa4 0%, #43c47a 49%, #10ae23 100%);
  background-image: -o-linear-gradient(135deg, #22ffa4 0%, #43c47a 49%, #10ae23 100%);
  background-image: linear-gradient(-45deg, #22ffa4 0%, #43c47a 49%, #10ae23 100%);
}

.outcome-item:nth-of-type(4) .ts-single-outcome {
  background-image: -webkit-linear-gradient(135deg, #22e1ff 0%, #1d8fe1 49%, #625eb1 100%);
  background-image: -o-linear-gradient(135deg, #22e1ff 0%, #1d8fe1 49%, #625eb1 100%);
  background-image: linear-gradient(-45deg, #22e1ff 0%, #1d8fe1 49%, #625eb1 100%);
}

/* Page banner area */
.page-banner-area {
  position: relative;
  min-height: 400px;
  color: #fff;
  background-position: 50% 50%;
  -webkit-background-size: cover;
  background-size: cover;
  -webkit-backface-visibility: hidden;
}

.page-banner-title {
  position: absolute;
  top: 50%;
  width: 100%;
  height: 100%;
}

.page-banner-title h2 {
  color: #fff;
  font-size: 60px;
  text-transform: uppercase;
  font-weight: 800;
  padding-top: 80px;
}

.page-banner-title .breadcrumb {
  background: none;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.page-banner-title .breadcrumb li a {
  color: #fff;
  margin-right: 5px;
}

.page-banner-title .breadcrumb a:hover {
  color: #ccc;
}

.breadcrumb {
  padding: 0;
  background: none;
}

.breadcrumb a:hover {
  color: #fff;
}

.breadcrumb>li {
  font-weight: 400;
}

/* ---- isotope ---- */
.grid {
  background: #DDD;
}

/* clear fix */
.grid:after {
  content: '';
  display: block;
  clear: both;
}

/* ---- .grid-item ---- */
.ts-gallery {
  padding-bottom: 70px;
}

.grid-item img {
  display: block;
  max-width: 100%;
}

.ts-grid-item {
  margin: 0 -15px;
  background: transparent;
}

.ts-grid-item .grid-item {
  padding: 0 15px;
  margin-bottom: 30px;
}

.ts-grid-item .grid-item a.ts-popup {
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: block;
}

.ts-grid-item .grid-item a.ts-popup 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-grid-item .grid-item a.ts-popup:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.ts-gallery .gallery-wrap {
  margin-top: 40px;
}

.ts-gallery .gallery-2 {
  margin: -40px 0 -60px -100px;
  position: relative;
}

.ts-gallery .speaker-shap .shap1 {
  top: 50%;
  opacity: .4;
}

/* Sponsors
================================================== */
.ts-sponsors .sponsor-padding {
  padding-left: 30px;
  padding-right: 30px;
}

.ts-sponsors .sponsor-title {
  max-width: 750px;
  margin: 0 auto;
  display: block;
}

.ts-sponsors .sponsors-logo {
  margin: 60px 0;
  min-height: 125px;
  padding: 0 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.ts-sponsors .sponsors-logo img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.ts-sponsors .sponsors-logo:hover img {
  -webkit-filter: none;
  filter: none;
}

.ts-sponsors.sponsors-border {
  padding: 0;
}

.ts-sponsors.sponsors-border .sponsors-wrap {
  border-bottom: 1px solid #2e2b72;
}
/* ==========================================================
   CONTACT DETAILS
========================================================== */

.ts-map-direction .direction-contact-details {
    display: flex;
    flex-direction: column;

    gap: 12px;

    margin-top: 18px;
}


/* Each contact row */

.ts-map-direction .direction-contact-row {
    display: flex;
    align-items: center;

    gap: 12px;
}


/* ==========================================================
   CONTACT ICONS
========================================================== */

.ts-map-direction .direction-contact-row > i {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    flex: 0 0 38px;

    width: 38px;
    height: 38px;

    background: #f3faf7;

    border: 1px solid #d9eee5;
    border-radius: 50%;

    color: #159A63;

    font-size: 16px;
    line-height: 1;

    transition:
        background-color 0.25s ease,
        border-color 0.25s ease,
        color 0.25s ease,
        transform 0.25s ease;
}


/* ==========================================================
   CONTACT VALUES
========================================================== */

.ts-map-direction .direction-contact-value {
    display: inline-block;

    color: #4b4845;

    font-size: 16px;
    line-height: 24px;

    text-decoration: none;

    transition: color 0.25s ease;
}


.ts-map-direction .direction-contact-value:hover {
    color: #159A63;
}


/* Phone / email / WhatsApp stay LTR */

.ts-map-direction .direction-ltr-value {
    direction: ltr;
    unicode-bidi: isolate;
}


/* ==========================================================
   ROW HOVER
========================================================== */

.ts-map-direction .direction-contact-row:hover > i {
    background: #159A63;

    border-color: #159A63;

    color: #ffffff;

    transform: translateY(-2px);
}


.ts-map-direction .direction-contact-row:hover .direction-contact-value {
    color: #159A63;
}


/* ==========================================================
   WHATSAPP
========================================================== */

.ts-map-direction .direction-contact-row > .fa-whatsapp {
    font-size: 19px;
}


/* ==========================================================
   MOBILE
========================================================== */

@media (max-width: 575px) {

    .ts-map-direction .direction-contact-details {
        gap: 10px;
    }


    .ts-map-direction .direction-contact-row > i {
        flex-basis: 36px;

        width: 36px;
        height: 36px;

        font-size: 15px;
    }


    .ts-map-direction .direction-contact-row > .fa-whatsapp {
        font-size: 18px;
    }


    .ts-map-direction .direction-contact-value {
        font-size: 15px;
    }

}
/* Blog Details
================================================== */
.blog-details .entry-header {
  padding: 0px 80px;
  margin-bottom: 15px;
}

.blog-details .entry-header .entry-title {
  font-size: 30px;
}

.blog-details .entry-header .entry-title a {
  color: #3b1d82;
}

.blog-details .post-meta {
  position: relative;
  margin-bottom: 20px;
}

.blog-details .post-meta span,
.blog-details .post-meta a {
  color: #888888;
}

.blog-details .post-meta span:hover,
.blog-details .post-meta a:hover {
  color: #e7015e;
}

.blog-details .post-meta span {
  position: relative;
  display: inline-block;
}

.blog-details .post-meta span:after {
  position: absolute;
  content: "";
  width: 5px;
  top: 10px;
  left: -25px;
  background: #888888;
  height: 5px;
  border-radius: 50%;
}

.blog-details .post-meta span:nth-child(1):after {
  display: none;
}

.blog-details .post-meta .post-meta-date,
.blog-details .post-meta .post-author {
  margin-right: 40px;
}

.blog-details .post-media.post-image {
  width: 100%;
  -webkit-box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.25);
}

.blog-details .post-content {
  margin: 45px 70px;
}

.blog-details .details-img img {
  margin-bottom: 30px;
}

blockquote {
  position: relative;
  text-align: center;
  padding: 30px 60px;
  border: 0;
  margin: 30px 0 0px;
}

blockquote p {
  font-size: 18px;
  color: #222222;
  line-height: 28px;
  position: relative;
  z-index: 1;
  font-style: italic;
  font-weight: 600;
}

blockquote:before {
  padding: 28px 0 22px;
  content: "\e937";
  font-family: 'iconfont';
  color: #fde5ef;
  font-size: 60px;
  position: absolute;
  left: 110px;
  top: 0px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.post-single {
  position: relative;
}

.post-single .post-body {
  background: none;
  padding: 0px 40px;
  margin: 0px;
}

.post-single .post-meta-date {
  position: absolute;
  top: 30px;
  left: 35px;
  display: block;
  text-align: center;
}

.post-single .post-author .avatar {
  width: 30px;
  height: 30px;
}

.post-single .post-author a {
  display: inline-block;
  margin-left: 6px;
}

.post-single .post-author:after {
  border: 0;
}

.post-single .entry-content p {
  margin-bottom: 30px;
}

.post-single .entry-content h3 {
  margin: 30px 0;
}

.post-single .post-footer {
  border-top: 1px solid #f1f1f1;
  margin: 40px 0 0;
  padding-top: 40px;
}

.post-single .post-footer .share-items span {
  font-weight: 900;
  color: #000;
}

.post-single .post-navigation {
  padding: 0px 25px;
}

.tags-area {
  margin: 20px 0;
}

.post-tags span {
  margin-right: 5px;
  font-weight: 900;
  color: #000;
}

.post-tags a {
  border: 1px solid #f1f1f1;
  color: #626c84;
  display: inline-block;
  font-size: 14px;
  padding: 3px 15px;
  margin-left: 3px;
  border-radius: 25px;
}

.post-tags a:hover {
  background: #2154cf;
  color: #fff;
  border: 1px solid transparent;
}

/* Post social */
.post-social-icons>li {
  display: inline-block;
}

.post-social-icons a {
  margin-left: 10px;
  font-size: 16px;
  color: #252a37;
  text-align: center;
}

.post-social-icons a:hover {
  color: #e7015e;
}

.post-social-icons.unstyled {
  display: inline-block;
}

/* Post navigation */
.post-navigation span:hover,
.post-navigation h3:hover {
  color: #e7015e;
}

.post-navigation .post-previous,
.post-navigation .post-next {
  padding: 0 40px;
  width: 50%;
  border-left: 1px solid #f1f1f1;
  border-right: 1px solid #f1f1f1;
  display: table-cell;
  position: relative;
  vertical-align: middle;
}

.post-navigation i {
  margin: 0 5px;
}

.post-navigation span {
  font-size: 14px;
  color: #626c84;
  margin-bottom: 10px;
}

.post-navigation .post-previous {
  text-align: left;
  float: left;
  border-left: 0 none;
  border-right: 0 none;
  padding: 0 40px 0 0;
}

.post-navigation .post-next {
  text-align: right;
  float: left;
  border-right: 0 none;
  padding: 0 0 0 40px;
}

.post-navigation h3 {
  font-size: 20px;
  line-height: 26px;
  margin: 0px 0 10px;
}

/* Author box */
.author-box {
  padding: 40px;
  margin: 40px 0;
  background: #f9fafc;
}

.author-img img {
  width: 100px;
  height: 100px;
  margin-right: 30px;
  border-radius: 100%;
}

.author-info h3 {
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 600;
}

.author-info h3 span {
  font-size: 12px;
  color: #999;
  border-left: 1px solid #AFAFAF;
  padding-left: 10px;
  margin-left: 10px;
  font-weight: 500;
}

.author-info p {
  padding-left: 130px;
}

.author-url a {
  font-size: 14px;
  color: #e92273;
}

/* Comments area */
.comments-area {
  margin: 40px 0;
}

.comments-list .comment-content {
  margin: 15px 0;
}

.comments-list .comment-reply {
  color: #252a37;
  font-weight: 400;
  font-size: 14px;
}

.comments-list .comment-reply i {
  margin-right: 5px;
}

.comments-list .comment-reply:hover {
  color: #2154cf;
}

.comments-counter {
  font-size: 18px;
}

.comments-counter a {
  color: #323232;
}

.comments-list {
  list-style: none;
  margin: 0;
  padding: 20px 0 0;
}

.comments-list .comment {
  padding-bottom: 20px;
  margin-bottom: 30px;
}

.comments-list .comment.last {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}

.comments-list .comment .reply-bg {
  background: #f9fafc;
  padding: 30px;
}

.comments-list img.comment-avatar {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  margin-right: 30px;
}

.comments-list .comment-body {
  margin-left: 110px;
}

.comments-list .comment-author {
  margin-bottom: 0;
  margin-top: 0;
  font-weight: 700;
  font-size: 18px;
  color: #252a37;
}

.comments-list .comment-date {
  color: #252a37;
  font-size: 14px;
  display: block;
  margin-top: -5px;
}

.comments-reply {
  list-style: none;
  margin: 0 0 0 70px;
}

.comments-form {
  margin-bottom: 0;
}

.comments-form .title-normal {
  margin-bottom: 20px;
}

.comments-form .btn.btn-primary {
  margin-top: 20px;
}

/* about
===================================================*/
.about-intro-text i {
  font-size: 64px;
  margin-bottom: 20px;
  display: block;
  background: -moz-linear-gradient(top, #e72c83 0%, #a742c6 100%);
  background: -webkit-linear-gradient(top, #e72c83 0%, #a742c6 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#e72c83), to(#a742c6));
  background: -o-linear-gradient(top, #e72c83 0%, #a742c6 100%);
  background: linear-gradient(to bottom, #e72c83 0%, #a742c6 100%);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.about-video {
  position: relative;
}

.about-video img {
  width: 100%;
}

.about-video:before {
  background-image: -webkit-gradient(linear, left top, right top, from(#e6005d), color-stop(65%, rgba(115, 0, 47, 0.35)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(left, #e6005d 0%, rgba(115, 0, 47, 0.35) 65%, rgba(0, 0, 0, 0) 100%);
  background-image: -o-linear-gradient(left, #e6005d 0%, rgba(115, 0, 47, 0.35) 65%, rgba(0, 0, 0, 0) 100%);
  background-image: linear-gradient(90deg, #e6005d 0%, rgba(115, 0, 47, 0.35) 65%, rgba(0, 0, 0, 0) 100%);
  background-image: -webkit-linear-gradient(90deg, #e6005d 0%, rgba(115, 0, 47, 0.35) 65%, rgba(0, 0, 0, 0) 100%);
  background-image: -ms-linear-gradient(90deg, #e6005d 0%, rgba(115, 0, 47, 0.35) 65%, rgba(0, 0, 0, 0) 100%);
  position: absolute;
  left: 0;
  top: 0;
  content: '';
  width: 100%;
  height: 100%;
}

/* Outcome */
.ts-event-outcome {
  background: #1c1a4f;
  min-height: 480px;
  position: relative;
}

.ts-event-outcome:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: '';
  background: url(../images/banner/leanr_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  background-position: 50% 50%;
}

.ts-event-outcome .outcome-content {
  padding: 0px !important;
}

.ts-event-outcome .outcome-content .column-title {
  font-style: italic;
  color: #e7015e;
  font-weight: 300;
  margin-bottom: 8px;
  padding-bottom: 15px;
}

.ts-event-outcome .outcome-content .column-title span {
  color: #fff;
}

.ts-event-outcome .outcome-content .column-title:after {
  display: none;
}

.ts-event-outcome .outcome-content p {
  margin-bottom: 35px;
}

.ts-event-outcome .outcome-content {
  position: relative;
}

.ts-event-outcome .outcome-content .outcome-img {
  position: relative;
}

.ts-event-outcome .outcome-content .outcome-img img {
  width: 100%;
}

.ts-event-outcome .outcome-content .img-title {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
}

.ts-event-outcome.event-intro {
  background: transparent;
}

.ts-event-outcome.event-intro:before {
  display: none;
}

.ts-event-outcome.event-intro .outcome-content .column-title span {
  color: #222222;
}

/*================================
faq-item
====================================*/
.faq-item .faq-list {
  margin-bottom: 20px;
}

.faq-item .faq-list h4 {
  font-size: 16px;
  margin-bottom: 0px;
}

.faq-item .faq-list h4 a {
  display: block;
  background: transparent;
  width: 100%;
  text-align: left;
  border: 1px solid #e5e5e5;
  color: #101010;
  text-transform: capitalize;
  position: relative;
  padding: 0 20px;
  height: 60px;
  line-height: 60px;
  border-radius: 0;
  -webkit-border-radius: 0;
  -ms-border-radius: 0;
}

.faq-item .faq-list h4 a:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.faq-item .faq-list h4 a:before {
  position: absolute;
  right: 20px;
  top: 0;
  font-size: 12px;
  content: '\e94c';
  font-family: 'iconfont';
}

.faq-item .faq-list h4 a.collapsed:before {
  content: '\e94d';
}

.faq-item .faq-list h4 a[aria-expanded="true"] {
  background: #e7015e;
  color: #fff;
  border-color: #e7015e;
}

.faq-item .faq-list .panel-collapse {
  color: #fff;
  padding: 0 20px 20px;
}

.faq-item .faq-list .panel-collapse.show {
  background: #e7015e;
}

.widget {
  margin-bottom: 50px;
}

.ts-form .form-control {
  height: 50px;
  width: 100%;
  padding: 0 20px;
  border-radius: 0;
  -webkit-border-radius: 0;
  -ms-border-radius: 0;
  margin-bottom: 20px;
}

.ts-form .form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  border-color: #e7015e;
}

.ts-form .form-control.message-box {
  height: 150px;
  resize: none;
}

.social-box {
  background: #f8f8f8;
  padding: 30px;
}

.social-box .widget-title {
  font-size: 24px;
  color: #3b1d82;
  margin-bottom: 20px;
}

.social-box ul {
  padding: 0;
  margin: 0;
}

.social-box ul li {
  display: inline-block;
  list-style: none;
}

.social-box ul li a {
  display: block;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  text-align: center;
  padding: 6px 0;
  background: #e7015e;
  color: #fff;
  font-size: 14px;
  margin-right: 5px;
}

.social-box ul li.ts-facebook a {
  background: #3b5998;
}

.social-box ul li.ts-twitter a {
  background: #55acee;
}

.social-box ul li.ts-google-plus a {
  background: #dd4b39;
}

.social-box ul li.ts-linkedin a {
  background: #0976b4;
}

.social-box ul li.ts-instagram a {
  background: #b7242a;
}

.social-box ul li.ts-youtube a {
  background: #eb252d;
}

/*--------- venue -------*/
.ts-venue-feature .single-venue-content i {
  font-size: 60px;
  color: #fff;
}

.ts-venue-feature .single-venue-content .ts-venue-title {
  color: #fff;
  margin-top: 25px;
}

.ts-venue-feature .single-venue-content p {
  color: #fff;
  padding: 0px 50px;
  margin-bottom: 35px;
}

.venue-img img {
  width: 100%;
}

/* Btn link box */
.btn-link-box {
  border: 1px solid #fff;
  padding: 0px 25px;
  color: #fff;
  display: inline-block;
  height: 40px;
  line-height: 40px;
}

.btn-link-box:hover {
  background-color: #e7015e;
  border-color: #e7015e;
  color: #fff;
}

/* Error page
================================================== */
.error-page .error-code h2 {
  display: block;
  font-size: 200px;
  line-height: 200px;
  color: #303030;
  margin-bottom: 20px;
}

.error-page .error-body .btn {
  margin-top: 30px;
  font-weight: 700;
}

/* =================
// Exprience 
=====================*/
.ts-exprience {
  position: relative;
  padding: 150px 0 500px 0;
}

.ts-exprience .ts-exprience-content {
  z-index: 99;
}

.ts-exprience .ts-exprience-content .sub-title {
  font-size: 18px;
  font-weight: 700;
  color: #161362;
  margin-bottom: 20px;
}

.ts-exprience .ts-exprience-content h2 {
  font-size: 36px;
  font-weight: 700;
  line-height: 48px;
  color: #161362;
}

.ts-exprience .ts-scroll-image {
  position: absolute;
  left: 35%;
  z-index: -1;
}

.ts-exprience .ts-scroll-image.image-a {
  top: 5%;
  left: 10%;
}

.ts-exprience .ts-scroll-image.image-a img {
  -webkit-transform: rotate(-15deg);
  -ms-transform: rotate(-15deg);
  transform: rotate(-15deg);
}

.ts-exprience .ts-scroll-image.image-c {
  left: 5%;
}

.ts-exprience .ts-scroll-image.image-c img {
  -webkit-transform: rotate(14deg);
  -ms-transform: rotate(14deg);
  transform: rotate(14deg);
}

.ts-exprience .ts-scroll-image.image-b {
  left: auto;
  right: 5%;
}

.ts-exprience .ts-scroll-image.image-b img {
  -webkit-transform: rotate(-14deg);
  -ms-transform: rotate(-14deg);
  transform: rotate(-14deg);
}

.ts-exprience .ts-scroll-image.image-e {
  top: -5%;
  left: auto;
  right: 15%;
}

.ts-exprience .ts-scroll-image.image-e img {
  -webkit-transform: rotate(14deg);
  -ms-transform: rotate(14deg);
  transform: rotate(14deg);
}

@media (max-width: 767px) {
  .ts-exprience {
    padding-bottom: 180px;
  }

  .ts-exprience .ts-scroll-image {
    width: 50%;
  }

  .ts-exprience .ts-scroll-image img {
    width: 100%;
  }
}

/*------------back to top-------------*/
/* .BackTo {
  background: #e7015e none repeat scroll 0 0;
  border-radius: 50%;
  bottom: 35px;
  color: #979797;
  cursor: pointer;
  height: 44px;
  position: fixed;
  right: 14px;
  text-align: center;
  width: 44px;
  z-index: 9;
  display: block;
  padding: 8px 0;
}

.BackTo a {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  margin-top: 2px;
} */

/*# sourceMappingURL=style.css.map */

/* ==========================================================
   INNER PAGE BANNER
========================================================== */

.page-banner-area {
    position: relative;

    width: 100%;
    min-height: 360px;

    display: flex;
    align-items: center;
    justify-content: center;

    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;

    overflow: hidden;
}


/* Dark overlay */
.page-banner-area::before {
    content: "";

    position: absolute;
    inset: 0;

    background: rgba(0, 0, 0, 0.48);

    z-index: 1;
}


/* ==========================================================
   CONTENT
========================================================== */

.page-banner-title {
    position: relative;

    z-index: 2;

    width: 100%;

    padding: 70px 20px;

    text-align: center;
}


/* Page title */
.page-banner-title h2 {
    margin: 0 0 18px;

    color: #ffffff;

    font-size: 42px;
    line-height: 1.2;

    font-weight: 700;
}
/* ==========================================================
   Join US
========================================================== */
.bee-template-header,
        .bee-template-header .container,
        .bee-template-header .navbar {
            height: auto !important;
            min-height: 108px;
        }

        .bee-template-header {
            background: transparent !important;
            display: none !important;
            left: 0;
            position: absolute !important;
            right: 0;
            top: 0;
            z-index: 30;
        }

        .bee-template-header .navbar {
            align-items: center;
            padding-bottom: 24px;
            padding-top: 24px;
        }

        .bee-template-header .navbar-brand {
            height: auto !important;
            line-height: 1;
            margin: 0 28px 0 0;
            padding: 0;
            width: auto !important;
        }

        .bee-template-header .navbar-brand img {
            display: block !important;
            float: none !important;
            height: auto !important;
            max-height: 108px !important;
            max-width: 112px !important;
            object-fit: contain;
            width: 112px !important;
        }

        .bee-template-header .navbar-collapse,
        .bee-template-header .navbar-nav,
        .bee-template-header .nav-item,
        .bee-template-header .nav-item>a {
            height: auto !important;
        }

        .bee-template-header .navbar-nav {
            align-items: center;
            gap: 8px;
        }

        .bee-template-header .nav-item>a {
            color: #fff !important;
            font-size: 13px !important;
            font-weight: 800 !important;
            line-height: 1.5 !important;
            padding-bottom: 12px !important;
            padding-top: 12px !important;
            text-transform: uppercase;
        }

        .bee-template-header .navbar-nav>li:last-child>a {
            background: #149c65 !important;
            border-radius: 4px;
            box-shadow: 0 12px 28px rgba(20, 156, 101, 0.25);
            color: #fff !important;
            margin-left: 18px;
            min-width: 130px;
            padding: 14px 24px !important;
            text-align: center;
        }

        .bee-template-header .nav-item>a:hover,
        .bee-template-header .nav-item>a:focus {
            color: #dfb928 !important;
        }

        .dm-footer-brand,
        .dm-footer-brand a {
            max-width: 100%;
            overflow: hidden;
        }

        .dm-footer-brand img {
            display: block;
            height: auto !important;
            max-width: 100% !important;
            width: 100% !important;
        }

        .conference-footer-area {
            background: #f5f1e9 !important;
            border-top: 0;
            padding: 64px 0 36px;
        }

        .conference-footer-area::before,
        .conference-footer-area .dm-footer-bottom {
            display: none !important;
        }

        .conference-footer-inner {
            align-items: center;
            display: flex;
            flex-direction: column;
            gap: 20px;
            text-align: center;
        }

        .conference-footer-logo img {
            display: block;
            height: auto;
            max-width: 128px;
        }

        .conference-footer-follow,
        .conference-footer-copy {
            color: #743428;
            font-weight: 700;
        }

        .conference-footer-social,
        .conference-footer-nav {
            align-items: center;
            display: flex;
            flex-wrap: wrap;
            gap: 10px 18px;
            justify-content: center;
            list-style: none;
            margin: 0;
            padding: 0;
        }

        .conference-footer-social li a {
            align-items: center;
            background: transparent;
            border: 1px solid rgba(20, 156, 101, .55);
            border-radius: 50%;
            color: #149c65;
            display: inline-flex;
            font-weight: 800;
            height: 38px;
            justify-content: center;
            text-decoration: none;
            width: 38px;
        }

        .conference-footer-social li a i {
            display: none;
        }

        .conference-footer-social li a:hover,
        .conference-footer-nav a:hover {
            color: #dfb928;
        }

        .conference-social-fallback {
            font-size: 12px;
            text-transform: uppercase;
        }

        .conference-footer-nav a {
            color: #743428;
            font-size: 14px;
            font-weight: 800;
            text-decoration: none;
            text-transform: uppercase;
        }

        .conference-footer-copy {
            color: #5c5148;
            font-size: 13px;
            margin: 4px 0 0;
        }

        .conference-title-wrap .page-title-area {
            background:
                radial-gradient(circle, rgba(255, 255, 255, .08) 1px, transparent 1px) 0 0 / 18px 18px,
                linear-gradient(100deg, #743428 0%, #31513e 52%, #137a57 100%) !important;
            height: auto !important;
            min-height: 245px !important;
            overflow: hidden;
            padding: 142px 0 23px;
            position: relative;
            z-index: 1;
        }

        .conference-title-wrap .mth-img-header-in-shape-container {
            display: none !important;
            inset: 0;
            position: absolute;
            z-index: 0;
        }

        .conference-title-wrap .mth-img-header-in-shape-container img {
            display: block;
            filter: saturate(.9);
            height: 100%;
            object-fit: cover;
            opacity: .82;
            width: 100%;
        }

        .conference-title-wrap .page-title-area::before {
            background: transparent;
            content: "";
            inset: 0;
            position: absolute;
            z-index: 1;
        }

        .conference-title-wrap .page-title-area .d-table,
        .conference-title-wrap .page-title-area .d-table-cell {
            display: block !important;
            height: auto !important;
            position: relative !important;
            width: 100%;
            z-index: 4 !important;
        }

        .conference-title-wrap .page-title-area h2,
        .conference-title-wrap .page-title-area .d-table .d-table-cell .container h2 {
            color: #fff !important;
            font-size: 30px;
            font-weight: 900;
            letter-spacing: 0;
            line-height: 1.2;
            margin: 0 auto 18px;
            max-width: none;
            text-align: center;
            text-shadow: none;
        }

        .conference-title-wrap .mth-header-sub-title {
            justify-content: center;
            margin-top: 0 !important;
            max-width: none;
            position: relative;
        }

        .conference-title-wrap .mth-header-sub-title {
            color: rgba(255, 255, 255, .48) !important;
            font-size: 15px;
            font-weight: 700;
        }

        .conference-title-wrap .mth-header-sub-title a {
            color: rgba(255, 255, 255, .48) !important;
            font-size: 15px;
            font-weight: 700;
        }

        .conference-title-wrap .mth-header-sub-title b {
            color: #fff !important;
            font-size: 15px;
            font-weight: 700;
        }

        .conference-title-wrap .mth-header-sub-title a:first-child {
            color: #dfb928 !important;
        }

        .conference-title-wrap .mth-header-sub-title::before {
            content: none;
        }

        html[lang="ar"] .conference-title-wrap .page-title-area h2,
        html[lang="ar"] .conference-title-wrap .page-title-area .d-table .d-table-cell .container h2 {
            text-align: right;
        }

        html[lang="ar"] .conference-title-wrap .mth-header-sub-title {
            justify-content: flex-end;
        }

        html[lang="ar"] .conference-title-wrap .mth-header-sub-title::before {
            left: auto;
            right: 0;
        }

        .conference-registration-page {
            background: #f5f1e9;
            direction: ltr;
            padding-top: 58px !important;
            position: relative;
            text-align: left;
            z-index: 2;
        }

        .conference-registration-page.is-arabic {
            direction: rtl;
            text-align: right;
        }

        .conference-registration-page .d-flex {
            align-items: flex-start !important;
            min-height: auto !important;
        }

        .conference-registration-page .content,
        .conference-registration-page .col-sm-12,
        .conference-registration-page .col-md-11,
        .conference-registration-page .col-lg-10 {
            width: 100%;
        }

        .conference-registration-page .col-md-11,
        .conference-registration-page .col-lg-10 {
            flex: 0 0 100%;
            max-width: 1120px;
        }

        .conference-registration-form {
            width: 100%;
        }

        .conference-registration-page .join-us-form-design.conference-registration-form {
            background: #fff !important;
            border: 0 !important;
            border-radius: 8px !important;
            box-shadow: 0 28px 70px rgba(116, 52, 40, 0.16);
            color: #2c241f;
            margin: 0 auto;
            max-width: 1080px;
            padding: 35px 37px 46px !important;
        }

        .conference-form-header {
            border-bottom: 1px solid #eadfce;
            margin-bottom: 22px;
            padding-bottom: 18px;
            position: relative;
        }

        .conference-form-header::before {
            color: #dfb928;
            content: "REGISTRATION";
            display: block;
            font-size: 14px;
            font-weight: 900;
            letter-spacing: 2px;
            margin-bottom: 12px;
            text-transform: uppercase;
        }

        .conference-form-header h2 {
            color: #743428;
            font-size: 30px;
            font-weight: 900;
            line-height: 1.22;
            margin-bottom: 10px;
        }

        .conference-form-header p,
        .conference-section-intro,
        .conference-policy-list,
        .conference-payment-box {
            color: #3c3a35;
            font-size: 15px;
            line-height: 1.8;
        }

        .conference-form-section {
            background: #fff;
            border: 1px solid #eee4d6;
            border-radius: 8px;
            box-shadow: 0 10px 30px rgba(116, 52, 40, .06);
            margin-bottom: 30px;
            padding: 24px;
        }

        .conference-form-section legend {
            color: #743428;
            font-size: 24px;
            font-weight: 900;
            margin-bottom: 18px;
            padding: 0 10px;
            width: auto;
        }

        .conference-registration-page .join-us-row {
            display: block;
            margin: 0;
        }

        .conference-form-grid {
            display: grid;
            grid-template-columns: repeat(2, minmax(0, 1fr));
            gap: 18px 24px;
        }

        .conference-form-grid .is-full {
            grid-column: 1 / -1;
        }

        .conference-registration-page .join-us-label {
            color: #4a3b32;
            display: block;
            font-size: 15px;
            font-weight: 700;
            line-height: 1.45;
            margin: 0 0 8px;
            text-align: inherit;
        }

        .conference-registration-page .required-star {
            color: #c62525;
            font-size: 16px;
            font-weight: 900;
            margin: 0 3px;
        }

        .conference-registration-page .join-us-control {
            margin: 0;
            width: 100%;
        }

        .conference-registration-page .join-us-input,
        .conference-registration-page .join-us-select,
        .conference-registration-page textarea {
            background: #fff;
            border: 1px solid #d8c9b1;
            border-radius: 7px;
            box-shadow: none;
            color: #2c241f;
            display: block;
            font-size: 15px;
            height: 46px;
            line-height: 1.4;
            padding: 10px 13px;
            transition: border-color .2s ease, box-shadow .2s ease;
            width: 100%;
        }

        .conference-registration-page .join-us-input::placeholder,
        .conference-registration-page textarea::placeholder {
            color: #9b8f82;
        }

        .conference-registration-page .join-us-input:focus,
        .conference-registration-page .join-us-select:focus,
        .conference-registration-page textarea:focus {
            border-color: #149c65;
            box-shadow: 0 0 0 3px rgba(20, 156, 101, 0.14);
            outline: none;
        }

        .conference-option-grid {
            display: grid;
            grid-template-columns: repeat(2, minmax(0, 1fr));
            gap: 12px 28px;
        }

        .conference-option {
            align-items: flex-start;
            color: #2c241f;
            display: flex;
            font-weight: 700;
            gap: 10px;
            line-height: 1.55;
        }

        .conference-option input,
        .conference-registration-page .join-us-radio input {
            flex: 0 0 auto;
            margin-top: 6px;
        }

        .conference-registration-page .join-us-option-group {
            align-items: center;
            display: flex;
            flex-wrap: wrap;
            gap: 10px 22px;
        }

        .conference-registration-page .join-us-radio {
            align-items: center;
            color: #2c241f;
            display: inline-flex;
            font-weight: 700;
            gap: 7px;
            margin: 0;
        }

        .conference-registration-page input[type="checkbox"],
        .conference-registration-page input[type="radio"] {
            accent-color: #149c65;
            height: 17px;
            width: 17px;
        }

        .conference-fees-wrap {
            overflow-x: auto;
            width: 100%;
        }

        .conference-fees-scroll-note {
            display: none;
        }

        .conference-fees-table {
            border-collapse: collapse;
            color: #2c241f;
            margin-top: 16px;
            min-width: 760px;
            width: 100%;
        }

        .conference-fees-table th,
        .conference-fees-table td {
            border: 1px solid #eadfce;
            padding: 14px;
            vertical-align: middle;
        }

        .conference-fees-table thead th {
            background: #743428;
            color: #fff;
            font-weight: 800;
            text-align: center;
        }

        .conference-fees-table tbody td:not(:first-child) {
            font-size: 18px;
            font-weight: 800;
            text-align: center;
            white-space: nowrap;
        }

        .conference-total {
            align-items: center;
            background: #f4ead7;
            color: #743428;
            border-radius: 6px;
            display: flex;
            font-size: 18px;
            font-weight: 800;
            justify-content: space-between;
            margin-top: 18px;
            padding: 14px 18px;
        }

        .conference-benefits {
            background: #fff8eb;
            border: 1px solid #eadfce;
            border-radius: 7px;
            color: #3c3a35;
            line-height: 1.8;
            margin-top: 18px;
            padding: 16px 18px;
        }

        .conference-benefits p {
            font-weight: 800;
            margin: 0 0 8px;
        }

        .conference-benefits ol {
            margin: 0;
            padding-left: 22px;
        }

        .conference-registration-page.is-arabic .conference-benefits ol {
            padding-left: 0;
            padding-right: 22px;
        }

        .conference-payment-box {
            background: #fff8eb;
            border: 1px solid #eadfce;
            border-radius: 8px;
            margin-top: 18px;
            padding: 20px;
        }

        .conference-summary-grid {
            display: grid;
            grid-template-columns: repeat(2, minmax(0, 1fr));
            gap: 10px 24px;
        }

        .conference-summary-grid div {
            background: #f7efe1;
            color: #3c3a35;
            border-radius: 6px;
            padding: 12px 14px;
        }

        .conference-registration-page .join-form-message {
            border-radius: 7px;
            font-weight: 700;
            margin-bottom: 22px;
            padding: 13px 16px;
        }

        .conference-registration-page .join-form-message.is-success {
            background: #e9f8ef;
            color: #106234;
        }

        .conference-registration-page .join-form-message.is-error {
            background: #fff0f0;
            color: #a82121;
        }

        .conference-registration-page .join-us-error {
            color: #c62525;
            display: block;
            font-size: 13px;
            margin-top: 7px;
        }

        .conference-registration-page .is-invalid {
            border-color: #c62525 !important;
        }

        .conference-registration-page .join-us-actions {
            text-align: center;
        }

        .conference-registration-page .join-us-submit {
            background: #149c65;
            border: 0;
            border-radius: 4px;
            box-shadow: 0 14px 30px rgba(20, 156, 101, 0.24);
            color: #fff;
            cursor: pointer;
            font-size: 20px;
            font-weight: 800;
            min-width: 180px;
            padding: 13px 24px;
            transition: background-color .2s ease, transform .2s ease;
            text-transform: uppercase;
        }

        .conference-registration-page .join-us-submit:hover,
        .conference-registration-page .join-us-submit:focus {
            background: #128655;
            color: #fff;
            transform: translateY(-1px);
        }

        .conference-registration-page .join-us-submit.is-loading,
        .conference-registration-page .join-us-submit:disabled {
            cursor: wait;
            opacity: .7;
            transform: none;
        }

        .conference-registration-page #joinFormSuccessActions {
            text-align: center;
            padding: 10px 0 20px;
        }

        .conference-registration-page #fillFormAgain {
            min-width: 230px;
        }

        @media (max-width: 767px) {
            .conference-fees-scroll-note {
                color: #743428;
                display: block;
                font-size: 13px;
                font-weight: 700;
                margin: 0 0 8px;
            }

            .bee-template-header .navbar-brand img {
                max-height: 76px !important;
                max-width: 76px !important;
                width: 76px !important;
            }

            .bee-template-header .navbar-collapse {
                background: rgba(28, 24, 22, .96);
                border-radius: 8px;
                margin-top: 12px;
                padding: 12px;
            }

            .conference-title-wrap .page-title-area {
                min-height: 220px !important;
                padding: 125px 0 28px;
            }

            .conference-title-wrap .page-title-area h2,
            .conference-title-wrap .page-title-area .d-table .d-table-cell .container h2 {
                font-size: 26px;
                text-align: center;
            }

            .conference-title-wrap .mth-header-sub-title::before {
                font-size: 13px;
                top: -66px;
                white-space: normal;
            }

            .conference-registration-page .join-us-form-design.conference-registration-form {
                padding: 24px 16px !important;
            }

            .conference-form-grid,
            .conference-option-grid,
            .conference-summary-grid {
                grid-template-columns: 1fr;
            }

            .conference-form-header h2 {
                font-size: 24px;
            }
        }
/* ==========================================================
   BREADCRUMB
========================================================== */

.page-banner-title .breadcrumb {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;

    gap: 0;

    margin: 0;
    padding: 0;

    background: transparent;

    list-style: none;
}


.page-banner-title .breadcrumb li {
    position: relative;

    margin: 0;
    padding: 0 11px;

    color: #ffffff;

    font-size: 14px;
    line-height: 22px;
}


/* separator */
.page-banner-title .breadcrumb li:not(:last-child)::after {
    content: "/";

    position: absolute;

    right: -3px;
    top: 0;

    color: #D4AF37;
}


.page-banner-title .breadcrumb li a {
    color: #ffffff;

    text-decoration: none;

    transition: color 0.3s ease;
}


.page-banner-title .breadcrumb li a:hover {
    color: #D4AF37;
}


/* Current page */
.page-banner-title .breadcrumb li:last-child {
    color: #D4AF37;
}



/* ==========================================================
   TABLET
========================================================== */

@media (max-width: 991px) {

    .page-banner-area {
        min-height: 300px;
    }

    .page-banner-title h2 {
        font-size: 36px;
    }

}


/* ==========================================================
   MOBILE
========================================================== */

@media (max-width: 575px) {

    .page-banner-area {
        min-height: 250px;
    }

    .page-banner-title {
        padding: 50px 15px;
    }

    .page-banner-title h2 {
        font-size: 30px;
    }

    .page-banner-title .breadcrumb li {
        font-size: 13px;
        padding: 0 9px;
    }

}
/* ==========================================================
   NEWS Page
========================================================== */

.bee-news-archive {
    position: relative;

    padding: 80px 0 95px;

    background: #FAF8F3;

    overflow: hidden;
}


/* ==========================================================
   BACKGROUND DETAIL
========================================================== */

.bee-news-decoration {
    position: absolute;

    top: -70px;
    right: -80px;

    width: 300px;
    height: 300px;

    background-image:
        radial-gradient(
            circle,
            rgba(212, 175, 55, 0.15) 2px,
            transparent 2.5px
        );

    background-size: 18px 18px;

    pointer-events: none;
}


.bee-news-archive .container {
    position: relative;
    z-index: 2;
}


/* ==========================================================
   INTRO
========================================================== */

.bee-news-intro {
    margin-bottom: 42px;

    padding-bottom: 28px;

    border-bottom: 1px solid #E8DED1;
}


.bee-news-intro-content {
    max-width: 650px;
}


.bee-news-eyebrow {
    display: inline-flex;

    align-items: center;

    margin-bottom: 10px;

    color: #D4AF37;

    font-size: 12px;
    line-height: 20px;

    font-weight: 700;

    letter-spacing: 1.7px;

    text-transform: uppercase;
}


.bee-news-eyebrow::before {
    content: "";

    width: 28px;
    height: 2px;

    margin-right: 10px;

    background: #D4AF37;
}


.bee-news-heading {
    margin: 0;

    color: #6B2F22;

    font-family: 'Raleway', sans-serif;

    font-size: 38px;
    line-height: 46px;

    font-weight: 800;
}


.bee-news-heading-mark {
    display: block;

    width: 58px;
    height: 4px;

    margin-top: 16px;

    background: #159A63;

    border-radius: 20px;
}


/* ==========================================================
   GRID
========================================================== */

.bee-news-grid {
    display: flex;

    flex-wrap: wrap;

    align-items: stretch;
}


.bee-news-column {
    display: flex;

    margin-bottom: 30px;
}


/* ==========================================================
   CARD
========================================================== */

.bee-news-card {
    position: relative;

    width: 100%;

    display: flex;
    flex-direction: column;

    background: #ffffff;

    border: 1px solid #EAE2D7;

    border-radius: 8px;

    overflow: hidden;

    box-shadow:
        0 8px 25px rgba(62, 49, 37, 0.06);

    transition:
        transform 0.35s ease,
        border-color 0.35s ease,
        box-shadow 0.35s ease;
}


.bee-news-card:hover {
    transform: translateY(-7px);

    border-color: rgba(212, 175, 55, 0.5);

    box-shadow:
        0 18px 42px rgba(62, 49, 37, 0.13);
}


/* ==========================================================
   IMAGE
========================================================== */

.bee-news-image {
    position: relative;

    display: block;

    width: 100%;
    height: 225px;

    overflow: hidden;

    background: #EEE9E2;
}


.bee-news-image img {
    display: block;

    width: 100%;
    height: 100%;

    object-fit: cover;

    transition: transform 0.5s ease;
}


.bee-news-card:hover .bee-news-image img {
    transform: scale(1.06);
}


.bee-news-image-overlay {
    position: absolute;

    inset: 0;

    background:
        linear-gradient(
            to top,
            rgba(57, 32, 25, 0.40) 0%,
            rgba(57, 32, 25, 0.05) 50%,
            transparent 75%
        );

    opacity: 0.65;

    transition: opacity 0.35s ease;
}


.bee-news-card:hover .bee-news-image-overlay {
    opacity: 0.9;
}


/* ==========================================================
   DATE BADGE
========================================================== */

.bee-news-date-badge {
    position: absolute;

    left: 18px;
    bottom: 16px;

    z-index: 3;

    display: inline-flex;

    align-items: center;

    gap: 7px;

    padding: 7px 11px;

    background: rgba(255, 255, 255, 0.96);

    border-radius: 4px;

    color: #6B2F22;

    font-size: 11px;
    line-height: 18px;

    font-weight: 700;

    box-shadow:
        0 5px 15px rgba(0, 0, 0, 0.10);
}


.bee-news-date-badge i {
    color: #D4AF37;

    font-size: 12px;
}


/* ==========================================================
   CONTENT
========================================================== */

.bee-news-card-content {
    flex: 1;

    display: flex;
    flex-direction: column;

    padding: 22px 23px 21px;
}


/* ==========================================================
   LABEL
========================================================== */

.bee-news-card-top {
    margin-bottom: 8px;
}


.bee-news-card-label {
    color: #159A63;

    font-size: 10px;
    line-height: 16px;

    font-weight: 700;

    letter-spacing: 1.2px;

    text-transform: uppercase;
}


/* ==========================================================
   TITLE
========================================================== */

.bee-news-card-title {
    margin: 0 0 12px;

    font-size: 20px;
    line-height: 28px;

    font-weight: 700;
}


.bee-news-card-title a {
    color: #6B2F22;

    text-decoration: none;
}


.bee-news-card-title a:hover {
    color: #159A63;
}


/* ==========================================================
   DESCRIPTION
========================================================== */

.bee-news-card-description {
    display: -webkit-box;

    flex: 1;

    margin: 0 0 20px;

    overflow: hidden;

    color: #6F6862;

    font-size: 14px;
    line-height: 23px;

    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}


/* ==========================================================
   CARD FOOTER
========================================================== */

.bee-news-card-footer {
    margin-top: auto;

    padding-top: 15px;

    border-top: 1px solid #F0E9DF;
}


/* ==========================================================
   READ MORE
========================================================== */

.bee-news-read-more {
    display: inline-flex;

    align-items: center;

    gap: 8px;

    color: #159A63;

    font-size: 12px;
    line-height: 20px;

    font-weight: 700;

    letter-spacing: 0.4px;

    text-transform: uppercase;

    text-decoration: none;
}


.bee-news-read-more i {
    color: #D4AF37;

    font-size: 17px;

    transition: transform 0.3s ease;
}


.bee-news-read-more:hover {
    color: #6B2F22;
}


.bee-news-read-more:hover i {
    transform: translateX(4px);
}


/* ==========================================================
   PAGINATION
========================================================== */

.bee-news-pagination {
    margin-top: 15px;
}


.bee-news-pagination .pagination {
    display: flex;

    align-items: center;
    justify-content: center;

    flex-wrap: wrap;

    gap: 7px;

    margin: 0;
}


.bee-news-pagination .pagination li {
    margin: 0;
}


.bee-news-pagination .pagination li a,
.bee-news-pagination .pagination li span {
    width: 40px;
    height: 40px;

    display: flex;

    align-items: center;
    justify-content: center;

    margin: 0;

    padding: 0;

    background: #ffffff;

    border: 1px solid #E4DBCF;

    border-radius: 4px;

    color: #6B2F22;

    font-size: 13px;

    font-weight: 700;

    transition:
        background-color 0.3s ease,
        border-color 0.3s ease,
        color 0.3s ease;
}


.bee-news-pagination .pagination li a:hover {
    background: #159A63;

    border-color: #159A63;

    color: #ffffff;
}


.bee-news-pagination .pagination > .active > a,
.bee-news-pagination .pagination > .active > span {
    background: #D4AF37;

    border-color: #D4AF37;

    color: #ffffff;
}


/* ==========================================================
   EMPTY STATE
========================================================== */

.bee-news-empty {
    width: 100%;

    padding: 70px 25px;

    background: #ffffff;

    border: 1px solid #EAE2D7;

    border-radius: 8px;

    text-align: center;
}


.bee-news-empty-icon {
    width: 65px;
    height: 65px;

    display: flex;

    align-items: center;
    justify-content: center;

    margin: 0 auto 18px;

    background: #F8F2E7;

    border-radius: 50%;

    color: #D4AF37;

    font-size: 25px;
}


.bee-news-empty h3 {
    margin: 0;

    color: #6B2F22;

    font-size: 20px;

    font-weight: 700;
}

/* ==========================================================
   TABLET
========================================================== */

@media (max-width: 991px) {

    .bee-news-archive {
        padding: 65px 0 75px;
    }


    .bee-news-heading {
        font-size: 33px;
        line-height: 41px;
    }


    .bee-news-image {
        height: 215px;
    }

}


/* ==========================================================
   MOBILE
========================================================== */

@media (max-width: 767px) {

    .bee-news-archive {
        padding: 50px 0 60px;
    }


    .bee-news-intro {
        margin-bottom: 30px;
    }


    .bee-news-heading {
        font-size: 28px;
        line-height: 36px;
    }


    .bee-news-column {
        margin-bottom: 22px;
    }


    .bee-news-image {
        height: 230px;
    }

}


/* ==========================================================
   SMALL MOBILE
========================================================== */

@media (max-width: 480px) {

    .bee-news-archive {
        padding: 45px 0 50px;
    }


    .bee-news-heading {
        font-size: 26px;
        line-height: 34px;
    }


    .bee-news-image {
        height: 195px;
    }


    .bee-news-card-content {
        padding: 19px 18px 18px;
    }


    .bee-news-card-title {
        font-size: 18px;
        line-height: 26px;
    }


    .bee-news-date-badge {
        left: 14px;
        bottom: 13px;
    }

}

/* ==========================================================
   NEWS DETAILS PAGE
========================================================== */

.editorial-news-page {
    position: relative;
    background: #FAF8F3;
    overflow: hidden;
}


/* ==========================================================
   ARTICLE MASTHEAD
========================================================== */

.editorial-news-masthead {
    position: relative;
    padding: 76px 0 56px;
}


.editorial-news-masthead::after {
    content: "";

    position: absolute;
    right: -90px;
    top: 25px;

    width: 280px;
    height: 280px;

    background-image:
        radial-gradient(
            circle,
            rgba(212, 175, 55, 0.14) 2px,
            transparent 2.5px
        );

    background-size: 18px 18px;

    pointer-events: none;
}


.editorial-news-masthead-grid {
    position: relative;
    z-index: 2;

    display: grid;
    grid-template-columns: minmax(0, 1fr) 190px;

    gap: 70px;

    align-items: end;

    max-width: 1050px;

    margin: 0 auto;

    padding-bottom: 40px;

    border-bottom: 1px solid #E6DCCE;
}


/* ==========================================================
   MASTHEAD KICKER
========================================================== */

.editorial-news-kicker {
    display: flex;
    align-items: center;

    gap: 10px;

    margin-bottom: 18px;

    color: #159A63;

    font-size: 11px;
    line-height: 18px;

    font-weight: 800;

    letter-spacing: 1.8px;
    text-transform: uppercase;
}


.editorial-news-kicker-line {
    width: 34px;
    height: 2px;

    flex: 0 0 34px;

    background: #D4AF37;
}


/* ==========================================================
   MASTHEAD TITLE
========================================================== */

.editorial-news-title {
    max-width: 780px;

    margin: 0;

    color: #6B2F22;

    font-family: 'Raleway', sans-serif;

    font-size: 52px;
    line-height: 1.08;

    font-weight: 800;

    letter-spacing: -1.2px;
}


/* ==========================================================
   MASTHEAD SUMMARY
========================================================== */

.editorial-news-summary {
    max-width: 720px;

    margin-top: 22px;

    color: #655E58;

    font-size: 18px;
    line-height: 30px;

    font-weight: 400;
}


/* ==========================================================
   META PANEL
========================================================== */

.editorial-news-meta-panel {
    position: relative;

    padding-left: 24px;

    border-left: 1px solid #DFD4C4;
}


.editorial-news-meta-label {
    display: block;

    margin-bottom: 10px;

    color: #A1968B;

    font-size: 10px;
    line-height: 16px;

    font-weight: 700;

    letter-spacing: 1.4px;
    text-transform: uppercase;
}


.editorial-news-meta-date {
    display: flex;
    align-items: center;

    gap: 8px;

    color: #6B2F22;

    font-size: 13px;
    line-height: 20px;

    font-weight: 700;
}


.editorial-news-meta-date i {
    color: #D4AF37;
}


.editorial-news-meta-accent {
    display: block;

    width: 42px;
    height: 4px;

    margin-top: 18px;

    background: #159A63;
}


/* ==========================================================
   STORY CONTENT
========================================================== */
.news-story-content {
    position: relative;
    padding: 0 0 90px;
    margin-top: -10px;
    background: #FAF8F3;
}


/* ==========================================================
   FEATURE IMAGE / GALLERY
========================================================== */
.news-story-main-slider {
    position: relative;
    width: 100%;
    height: 350px;
    overflow: hidden;

    background: #EEE9E1;

    border-radius: 5px;

    box-shadow:
        0 15px 40px rgba(62, 49, 37, 0.10);
}


.news-story-main-slide {
    width: 100%;
    height: 390px;
    overflow: hidden;
}


.news-story-main-image {
    display: block;

    width: 100% !important;
    height: 100% !important;

    max-width: none !important;

    object-fit: cover;
}
/*========================================================== */

.news-story-split-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
    gap: 65px;
    align-items: start;

    max-width: 1050px;
    margin: 0 auto;
}

/*===============*/
.news-story-media-column {
    min-width: 0;
}


.news-story-feature {
    width: 100%;
    margin: 0;
}
/* ==========================================================
   GALLERY THUMBNAILS
========================================================== */
.news-story-thumbnails {
    width: 100%;
    margin: 13px 0 0;
}


.news-story-thumbnail {
    height: 68px;

    margin: 0 5px;

    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

    border: 2px solid transparent;
    border-radius: 3px;

    opacity: 0.55;

    cursor: pointer;

    transition:
        opacity 0.3s ease,
        border-color 0.3s ease,
        transform 0.3s ease;
}


.news-story-thumbnail:hover {
    opacity: 1;

    border-color: #D4AF37;

    transform: translateY(-2px);
}


.news-story-thumbnails .slick-current .news-story-thumbnail,
.news-story-thumbnail.slick-current {
    opacity: 1;
    border-color: #D4AF37;
}


/* ==========================================================
   ARTICLE LAYOUT
========================================================== */

.news-story-article-layout {
    display: grid;

    grid-template-columns: 95px minmax(0, 760px);

    gap: 45px;

    justify-content: center;

    align-items: start;
}


/* ==========================================================
   SHARE RAIL
========================================================== */

.news-story-share {
    position: relative;
    top: auto;

    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;

    gap: 20px;

    margin-top: 35px;
    padding-top: 22px;

    border-top: 1px solid #E1D7C9;
}


/* SHARE TITLE */

.news-story-share-title {
    margin: 0;

    color: #6B2F22;

    font-size: 10px;
    line-height: 16px;

    font-weight: 800;

    letter-spacing: 1.4px;
    text-transform: uppercase;
}


/* SHARE ICONS WRAPPER */

.news-story-share-icons {
    display: flex;
    align-items: center;
    gap: 10px;
}


.news-story-share-icons a {
    width: 40px;
    height: 40px;

    display: flex;
    align-items: center;
    justify-content: center;

    margin: 0;

    background: #ffffff;

    border: 1px solid #DDD2C4;
    border-radius: 50%;

    text-decoration: none;

    transition:
        transform 0.3s ease,
        border-color 0.3s ease,
        box-shadow 0.3s ease;
}


.news-story-share-icons a:hover {
    transform: translateY(-2px);

    border-color: #D4AF37;

    box-shadow:
        0 6px 15px rgba(62, 49, 37, 0.10);
}


.news-story-share-icons img {
    display: block;

    width: 16px;
    height: 16px;

    object-fit: contain;
}


/* ==========================================================
   ARTICLE BODY
========================================================== */
.news-story-body {
    position: relative;

    padding: 0;

    border: 0;

    color: #514B46;

    font-size: 16px;
    line-height: 29px;
}


.news-story-body::before {
    content: "";

    display: block;

    width: 42px;
    height: 3px;

    margin-bottom: 25px;

    background: #D4AF37;
}


.news-story-body p {
    margin: 0 0 20px;

    color: #514B46;

    font-size: 16px;
    line-height: 29px;

    font-weight: 400;
}


.news-story-body p:first-child {
    color: #3F3A36;

    font-size: 17px;
    line-height: 30px;
}


.news-story-body p:last-child {
    margin-bottom: 0;
}

/* ==========================================================
   ARTICLE HEADINGS
========================================================== */

.news-story-body h1,
.news-story-body h2,
.news-story-body h3,
.news-story-body h4,
.news-story-body h5,
.news-story-body h6 {
    margin: 28px 0 14px;

    color: #6B2F22;

    font-weight: 800;
}


.news-story-body h2 {
    font-size: 26px;
    line-height: 35px;
}


.news-story-body h3 {
    font-size: 21px;
    line-height: 30px;
}



/* ==========================================================
   ARTICLE LISTS
========================================================== */

.news-story-body ul,
.news-story-body ol {
    margin: 20px 0;
    padding-left: 20px;
}


.news-story-body li {
    margin-bottom: 8px;

    color: #514B46;

    line-height: 27px;
}


/* ==========================================================
   ARTICLE LINKS
========================================================== */

.news-story-body a {
    color: #159A63;
    text-decoration: underline;
}


.news-story-body a:hover {
    color: #6B2F22;
}


/* ==========================================================
   ARTICLE IMAGES
========================================================== */

.news-story-body img {
    display: block;

    max-width: 100%;
    height: auto;

    margin: 25px 0;

    border-radius: 4px;
}


/* ==========================================================
   BLOCKQUOTE
========================================================== */

.news-story-body blockquote {
    margin: 28px 0;

    padding: 20px 23px;

    background: #F4ECDD;

    border: 0;
    border-left: 3px solid #D4AF37;
}


.news-story-body blockquote::before {
    display: none;
}


.news-story-body blockquote p {
    margin: 0;

    color: #6B2F22;

    font-size: 17px;
    line-height: 28px;

    font-style: italic;
}



/* ==========================================================
   SHARED SECTION HEADER
========================================================== */

.editorial-news-section-head {
    display: flex;
    align-items: flex-end;

    gap: 30px;

    margin-bottom: 38px;
}


.editorial-news-section-head > div {
    flex-shrink: 0;
}


.editorial-news-section-kicker {
    display: block;

    margin-bottom: 6px;

    color: #D4AF37;

    font-size: 10px;
    line-height: 16px;

    font-weight: 800;

    letter-spacing: 1.5px;
    text-transform: uppercase;
}


.editorial-news-section-head h2 {
    margin: 0;

    color: #6B2F22;

    font-size: 31px;
    line-height: 38px;

    font-weight: 800;
}


.editorial-news-section-rule {
    width: 100%;
    height: 1px;

    margin-bottom: 8px;

    background: #DED4C6;
}


/* ==========================================================
   VIDEOS SECTION
========================================================== */

.editorial-news-videos {
    padding: 75px 0;

    background: #ffffff;

    border-top: 1px solid #ECE4D8;
    border-bottom: 1px solid #ECE4D8;
}


.editorial-news-video-grid {
    align-items: stretch;
}


.editorial-news-video-grid > div {
    margin-bottom: 30px;
}


.editorial-news-video-card {
    width: 100%;

    overflow: hidden;

    background: #231D19;

    border-radius: 4px;

    box-shadow:
        0 10px 28px rgba(62, 49, 37, 0.10);
}


.editorial-news-video-link {
    position: relative;

    display: block;

    width: 100%;
    height: 235px;

    overflow: hidden;
}


.editorial-news-video-link img {
    display: block;

    width: 100%;
    height: 100%;

    object-fit: cover;

    transition: transform 0.4s ease;
}


.editorial-news-video-dark {
    position: absolute;

    inset: 0;

    background: rgba(32, 25, 21, 0.38);

    transition: background-color 0.3s ease;
}


.editorial-news-video-play {
    position: absolute;

    left: 50%;
    top: 50%;

    width: 58px;
    height: 58px;

    display: flex;
    align-items: center;
    justify-content: center;

    transform: translate(-50%, -50%);

    background: #159A63;

    border-radius: 50%;

    color: #ffffff;

    font-size: 17px;

    box-shadow:
        0 7px 22px rgba(0, 0, 0, 0.22);

    transition:
        transform 0.3s ease,
        background-color 0.3s ease;
}


.editorial-news-video-play i {
    margin-left: 3px;
}


.editorial-news-video-card:hover img {
    transform: scale(1.06);
}


.editorial-news-video-card:hover
.editorial-news-video-dark {
    background: rgba(32, 25, 21, 0.48);
}


.editorial-news-video-card:hover
.editorial-news-video-play {
    transform:
        translate(-50%, -50%)
        scale(1.08);

    background: #D4AF37;
}


/* ==========================================================
   MORE NEWS
========================================================== */

.news-story-more {
    padding: 80px 0 95px;

    background: #F4F0E8;

    border-top: 1px solid #E3DACD;
}


/* ==========================================================
   MORE NEWS HEADER
========================================================== */

.news-story-more-heading {
    display: flex;
    align-items: flex-end;

    gap: 30px;

    margin-bottom: 40px;
}


.news-story-more-heading > div:first-child {
    flex-shrink: 0;
}


.news-story-more-heading span {
    display: block;

    margin-bottom: 5px;

    color: #D4AF37;

    font-size: 10px;
    line-height: 16px;

    font-weight: 800;

    letter-spacing: 1.5px;
    text-transform: uppercase;
}


.news-story-more-heading h2 {
    margin: 0;

    color: #6B2F22;

    font-size: 32px;
    line-height: 40px;

    font-weight: 800;
}


.news-story-more-heading-line {
    width: 100%;
    height: 1px;

    margin-bottom: 9px;

    background: #D9CFC1;
}


/* ==========================================================
   MORE NEWS GRID
========================================================== */

.news-story-more-grid {
    align-items: stretch;
}


.news-story-more-column {
    display: flex;

    margin-bottom: 30px;
}


/* ==========================================================
   MORE NEWS CARD
========================================================== */

.news-story-more-card {
    width: 100%;

    display: grid;

    grid-template-columns: 48% 52%;

    min-height: 270px;

    background: #ffffff;

    border: 1px solid #E4DACD;

    overflow: hidden;

    transition:
        transform 0.35s ease,
        box-shadow 0.35s ease,
        border-color 0.35s ease;
}


.news-story-more-card:hover {
    transform: translateY(-5px);

    border-color: rgba(212, 175, 55, 0.5);

    box-shadow:
        0 16px 35px rgba(62, 49, 37, 0.10);
}


/* ==========================================================
   MORE NEWS IMAGE
========================================================== */

.news-story-more-image {
    display: block;

    width: 100%;
    height: 100%;

    min-height: 270px;

    overflow: hidden;

    background: #EEE8DF;
}


.news-story-more-image img {
    display: block;

    width: 100%;
    height: 100%;

    object-fit: cover;

    transition: transform 0.45s ease;
}


.news-story-more-card:hover
.news-story-more-image img {
    transform: scale(1.055);
}


/* ==========================================================
   MORE NEWS CONTENT
========================================================== */

.news-story-more-content {
    display: flex;
    flex-direction: column;

    padding: 27px 25px 23px;
}


/* META */

.news-story-more-meta {
    display: flex;
    justify-content: space-between;

    gap: 12px;

    margin-bottom: 13px;
}


.news-story-more-meta span {
    color: #159A63;

    font-size: 9px;
    line-height: 15px;

    font-weight: 800;

    letter-spacing: 1px;
    text-transform: uppercase;
}


.news-story-more-meta time {
    color: #9B9187;

    font-size: 10px;
    line-height: 15px;

    font-weight: 600;
}


/* TITLE */

.news-story-more-content h3 {
    margin: 0 0 12px;

    font-size: 21px;
    line-height: 29px;

    font-weight: 800;
}


.news-story-more-content h3 a {
    color: #6B2F22;

    text-decoration: none;
}


.news-story-more-content h3 a:hover {
    color: #159A63;
}


/* DESCRIPTION */

.news-story-more-content p {
    display: -webkit-box;

    margin: 0 0 18px;

    overflow: hidden;

    color: #6C655F;

    font-size: 14px;
    line-height: 23px;

    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}


/* ==========================================================
   MORE NEWS LINK
========================================================== */

.news-story-more-link {
    display: inline-flex;
    align-items: center;

    gap: 8px;

    width: fit-content;

    margin-top: auto;

    color: #159A63;

    font-size: 11px;
    line-height: 18px;

    font-weight: 800;

    letter-spacing: 0.6px;
    text-transform: uppercase;

    text-decoration: none;
}


.news-story-more-link i {
    color: #D4AF37;

    transition: transform 0.3s ease;
}


.news-story-more-link:hover {
    color: #6B2F22;
}


.news-story-more-link:hover i {
    transform: translateX(5px);
}

/* ==========================================================
   LARGE TABLET
========================================================== */

@media (max-width: 1199px) {

    .editorial-news-masthead-grid {
        max-width: 970px;
    }


    .news-story-feature {
        max-width: 970px;
    }


    .news-story-main-slide {
        height: 500px;
    }


    .news-story-article-layout {
        grid-template-columns: 85px minmax(0, 720px);

        gap: 35px;
    }

}


/* ==========================================================
   TABLET
========================================================== */

@media (max-width: 991px) {

    .news-story-content {
        padding: 15px 0 70px;
    }


    .news-story-split-layout {
        grid-template-columns: 1fr;

        gap: 40px;

        max-width: 720px;
    }


    .news-story-main-slide {
        height: 420px;
    }


    .news-story-text-column {
        padding-top: 0;
    }

}


/* ==========================================================
   MOBILE
========================================================== */

@media (max-width: 767px) {

    .news-story-content {
        padding: 10px 0 55px;
    }


    .news-story-split-layout {
        gap: 32px;
    }


    .news-story-main-slide {
        height: 300px;
    }


    .news-story-thumbnail {
        height: 60px;
    }


    .news-story-body,
    .news-story-body p {
        font-size: 15px;
        line-height: 27px;
    }


    .news-story-body p:first-child {
        font-size: 16px;
        line-height: 28px;
    }


    .news-story-share {
        margin-top: 28px;
        padding-top: 18px;
    }

}


/* ==========================================================
   SMALL MOBILE
========================================================== */

@media (max-width: 480px) {

    .news-story-main-slide {
        height: 235px;
    }


    .news-story-thumbnail {
        height: 52px;
    }


    .news-story-share a {
        width: 36px;
        height: 36px;

        font-size: 12px;
    }
  }

  /* ==========================================================
   ARTICLE PAGE
========================================================== */

.bee-article-page {
    position: relative;
    overflow: hidden;
    background: #FFFFFF;
}


/* ==========================================================
   BACKGROUND PATTERN
========================================================== */

.bee-article-pattern {
    position: absolute;
    top: 55px;
    right: -70px;

    width: 280px;
    height: 280px;

    background-image:
        radial-gradient(
            circle,
            rgba(212, 175, 55, 0.13) 2px,
            transparent 2.5px
        );

    background-size: 18px 18px;

    pointer-events: none;
}


/* ==========================================================
   ARTICLE INTRO
========================================================== */

.bee-article-intro {
    position: relative;
    z-index: 2;

    padding: 70px 0 52px;
}


.bee-article-intro-inner {
    max-width: 930px;

    margin: 0 auto;

    padding-bottom: 40px;

    border-bottom: 1px solid #E4DACD;
}


/* ==========================================================
   KICKER
========================================================== */

.bee-article-kicker {
    display: flex;
    align-items: center;

    gap: 10px;

    margin-bottom: 17px;

    color: #159A63;

    font-size: 11px;
    line-height: 18px;

    font-weight: 800;

    letter-spacing: 1.6px;

    text-transform: uppercase;
}


.bee-article-kicker-line {
    width: 34px;
    height: 2px;

    flex: 0 0 34px;

    background: #D4AF37;
}


/* ==========================================================
   TITLE
========================================================== */

.bee-article-title {
    max-width: 820px;

    margin: 0;

    color: #6B2F22;

    font-family: 'Raleway', sans-serif;

    font-size: 46px;
    line-height: 1.18;

    font-weight: 800;

    letter-spacing: -0.8px;
}


/* ==========================================================
   SUMMARY
========================================================== */

.bee-article-summary {
    max-width: 730px;

    margin: 20px 0 0;

    color: #68605A;

    font-size: 17px;
    line-height: 29px;

    font-weight: 400;
}

/* ==========================================================
   ARTICLE CONTENT SECTION
========================================================== */

.bee-article-content-section {
    position: relative;

    padding: 20px 0 90px;

    background: #ffffff;
}


/* ==========================================================
   ARTICLE MAIN LAYOUT
========================================================== */

.bee-article-main-layout {
    display: block !important;

    width: 100%;
    max-width: 1100px;

    margin: 0 auto;
}

/* ==========================================================
   MAIN IMAGE
========================================================== */

.bee-article-main-media {
    display: block !important;

    width: 100% !important;
    max-width: 100% !important;

    margin: 0 0 45px !important;
}


.bee-article-main-image-frame {
    width: 100%;

    padding: 25px;

    background: #FAF8F3;

    border: 1px solid #EEE6DA;
    border-radius: 8px;

    text-align: center;
}


.bee-article-main-cover {
    display: block;

    width: auto !important;
    max-width: 100% !important;

    height: auto !important;
    max-height: 430px;

    margin: 0 auto;

    object-fit: contain;
}


/* ==========================================================
   ARTICLE BODY
========================================================== */
.bee-article-body {
    display: block !important;

    width: 100% !important;
    max-width: 1000px !important;

    margin: 0 auto !important;

    padding: 45px 50px;

    background: #ffffff;

    border: 1px solid #EEE6DA;
    border-radius: 8px;

    box-shadow:
        0 10px 30px rgba(62, 49, 37, 0.06);

    color: #5F5852;

    font-size: 16px;
    line-height: 1.95;
}


/* ==========================================================
   ARTICLE BODY TYPOGRAPHY
========================================================== */

.bee-article-body h1,
.bee-article-body h2,
.bee-article-body h3,
.bee-article-body h4,
.bee-article-body h5,
.bee-article-body h6 {
    color: #6B2F22;

    font-weight: 800;
}


.bee-article-body h2,
.bee-article-body h3 {
    position: relative;

    margin-top: 42px;
    margin-bottom: 20px;

    padding-bottom: 13px;

    font-size: 24px;
    line-height: 1.5;
}


.bee-article-body h2:first-child,
.bee-article-body h3:first-child {
    margin-top: 0;
}


.bee-article-body h2::after{
    content: "";

    position: absolute;

    left: 0;
    bottom: 0;

    width: 55px;
    height: 3px;

    background: #D4AF37;

    border-radius: 20px;
}


.bee-article-body h4 {
    margin: 28px 0 12px;

    color: #159A63;

    font-size: 18px;
    line-height: 1.6;
}


.bee-article-body p {
    margin-bottom: 18px;

    color: #5F5852;

    line-height: 1.95;
}


.bee-article-body strong {
    color: #6B2F22;

    font-weight: 800;
}


/* ==========================================================
   LISTS
========================================================== */

.bee-article-body ul,
.bee-article-body ol {
    margin: 14px 0 25px;

    padding-left: 27px;
}


.bee-article-body li {
    margin-bottom: 9px;

    color: #5F5852;

    line-height: 1.85;
}


.bee-article-body ol li::marker {
    color: #159A63;

    font-weight: 800;
}


/* ==========================================================
   LINKS
========================================================== */

.bee-article-body a {
    color: #159A63;

    font-weight: 700;

    text-decoration: none;

    word-break: break-word;
}


.bee-article-body a:hover {
    color: #6B2F22;

    text-decoration: underline;
}


/* ==========================================================
   CONTENT BOXES FROM CMS
========================================================== */

.bee-article-body div[style*="background:#FAF8F3"],
.bee-article-body div[style*="background: #FAF8F3"] {
    box-shadow:
        0 5px 18px rgba(62, 49, 37, 0.04);
}


/* ==========================================================
   ARTICLE INTRO
========================================================== */

.bee-article-intro {
    padding: 70px 0 45px;
}


.bee-article-intro-inner {
    max-width: 900px;

    margin: 0 auto;

    text-align: center;
}


.bee-article-kicker {
    display: inline-flex;

    align-items: center;

    gap: 10px;

    margin-bottom: 12px;

    color: #D4AF37;

    font-size: 12px;

    font-weight: 800;

    letter-spacing: 1.4px;

    text-transform: uppercase;
}


.bee-article-kicker-line {
    display: block;

    width: 30px;
    height: 2px;

    background: #D4AF37;
}


.bee-article-title {
    margin: 0;

    color: #6B2F22;

    font-size: 40px;
    line-height: 1.3;

    font-weight: 800;
}


.bee-article-summary {
    max-width: 760px;

    margin: 18px auto 0;

    color: #777;

    font-size: 16px;
    line-height: 1.9;
}


/* ==========================================================
   ARTICLE MULTI IMAGE GALLERY
========================================================== */

.bee-article-gallery-section {
    width: 100%;
    max-width: 1000px;

    margin: 60px auto 0;
    padding-top: 45px;

    border-top: 1px solid #E7DED1;
}


/* ==========================================================
   GALLERY HEADING
========================================================== */

.bee-article-gallery-heading {
    display: flex;
    align-items: center;

    gap: 15px;

    margin-bottom: 28px;
}


.bee-article-gallery-kicker {
    flex: 0 0 auto;

    color: #6B2F22;

    font-size: 20px;
    line-height: 28px;

    font-weight: 800;
}


.bee-article-gallery-line {
    display: block;

    width: 55px;
    height: 3px;

    background: #D4AF37;

    border-radius: 20px;
}


/* ==========================================================
   VERTICAL GALLERY LAYOUT
========================================================== */

.bee-article-vertical-gallery {
    display: flex;

    align-items: stretch;

    gap: 18px;

    width: 100%;
}


/* ==========================================================
   MAIN IMAGE
========================================================== */

.bee-article-gallery-main-view {
    position: relative;

    flex: 1;

    min-width: 0;
    min-height: 500px;

    display: flex;

    align-items: center;
    justify-content: center;

    padding: 20px;

    overflow: hidden;

    background: #FAF8F3;

    border: 1px solid #E9E1D6;
    border-radius: 8px;

    box-shadow:
        0 10px 30px rgba(62, 49, 37, 0.06);
}


.bee-article-gallery-main-view::before {
    content: "";

    position: absolute;

    top: 0;
    left: 0;

    width: 100%;
    height: 3px;

    background: #D4AF37;
}


.bee-article-gallery-main-view img {
    display: block;

    width: auto;
    max-width: 100%;

    height: auto;
    max-height: 540px;

    margin: auto;

    object-fit: contain;
}


/* ==========================================================
   VERTICAL THUMBNAILS
========================================================== */

.bee-article-gallery-thumbs {
    flex: 0 0 110px;

    width: 110px;

    display: flex;
    flex-direction: column;

    gap: 12px;

    max-height: 540px;

    padding-right: 4px;

    overflow-y: auto;
    overflow-x: hidden;

    scrollbar-width: thin;
}


/* ==========================================================
   THUMB BUTTON
========================================================== */

.bee-article-gallery-thumb-btn {
    position: relative;

    flex: 0 0 92px;

    width: 100%;
    height: 92px;

    margin: 0;
    padding: 4px;

    overflow: hidden;

    background: #ffffff;

    border: 1px solid #DDD4C8;
    border-radius: 5px;

    cursor: pointer;

    transition:
        border-color 0.25s ease,
        transform 0.25s ease,
        box-shadow 0.25s ease;
}


.bee-article-gallery-thumb-btn img {
    display: block;

    width: 100%;
    height: 100%;

    object-fit: cover;

    border-radius: 3px;
}


/* ==========================================================
   ACTIVE THUMB
========================================================== */

.bee-article-gallery-thumb-btn.active {
    border-color: #D4AF37;

    box-shadow:
        0 0 0 2px rgba(212, 175, 55, 0.18);

    transform: translateX(-3px);
}


.bee-article-gallery-thumb-btn.active::after {
    content: "";

    position: absolute;

    top: 8px;
    bottom: 8px;
    left: 3px;

    width: 3px;

    background: #159A63;

    border-radius: 20px;
}


/* ==========================================================
   HOVER
========================================================== */

.bee-article-gallery-thumb-btn:hover {
    border-color: #D4AF37;

    transform: translateX(-3px);
}


/* ==========================================================
   TABLET
========================================================== */

@media (max-width: 991px) {

    .bee-article-gallery-section {
        margin-top: 50px;
        padding-top: 35px;
    }


    .bee-article-gallery-main-view {
        min-height: 420px;
    }


    .bee-article-gallery-main-view img {
        max-height: 460px;
    }


    .bee-article-gallery-thumbs {
        flex-basis: 95px;

        width: 95px;

        max-height: 460px;
    }


    .bee-article-gallery-thumb-btn {
        flex-basis: 80px;

        height: 80px;
    }

}


/* ==========================================================
   MOBILE
========================================================== */

@media (max-width: 767px) {

    .bee-article-gallery-section {
        margin-top: 40px;
        padding-top: 30px;
    }


    /*
    On mobile only:
    main image above thumbnails
    */

    .bee-article-vertical-gallery {
        display: block;
    }


    .bee-article-gallery-main-view {
        min-height: 300px;

        padding: 12px;
    }


    .bee-article-gallery-main-view img {
        max-height: 340px;
    }


    .bee-article-gallery-thumbs {
        width: 100%;
        max-height: none;

        margin-top: 15px;
        padding: 2px 2px 8px;

        flex-direction: row;

        gap: 10px;

        overflow-x: auto;
        overflow-y: hidden;
    }


    .bee-article-gallery-thumb-btn {
        flex: 0 0 78px;

        width: 78px;
        height: 65px;
    }


    .bee-article-gallery-thumb-btn.active,
    .bee-article-gallery-thumb-btn:hover {
        transform: translateY(-2px);
    }


    .bee-article-gallery-thumb-btn.active::after {
        top: auto;
        left: 8px;
        right: 8px;
        bottom: 3px;

        width: auto;
        height: 3px;
    }

}



/* ==========================================================
   TABLET
========================================================== */

@media (max-width: 991px) {

    .bee-article-intro {
        padding: 55px 0 35px;
    }


    .bee-article-title {
        font-size: 34px;
    }


    .bee-article-main-media {
        margin-bottom: 35px;
    }


    .bee-article-main-cover {
        max-height: 430px;
    }


    .bee-article-body {
        max-width: 100%;

        padding: 35px 32px;
    }

}


/* ==========================================================
   MOBILE
========================================================== */

@media (max-width: 767px) {

    .bee-article-intro {
        padding: 45px 0 30px;
    }


    .bee-article-title {
        font-size: 28px;
        line-height: 1.4;
    }


    .bee-article-summary {
        font-size: 15px;
    }


    .bee-article-content-section {
        padding-bottom: 65px;
    }


    .bee-article-main-media {
        margin-bottom: 28px;
    }


    .bee-article-main-cover {
        max-height: 330px;
    }


    .bee-article-body {
        padding: 28px 22px;

        font-size: 15px;
        line-height: 1.85;
    }


    .bee-article-body h2,
    .bee-article-body h3 {
        margin-top: 35px;

        font-size: 20px;
    }

}

/* ==========================================================
   REMOVE UNWANTED SLICK SPACING
========================================================== */

.bee-article-vertical-main .slick-slide,
.bee-article-vertical-thumbs .slick-slide {
    outline: none;
}


.bee-article-vertical-main .slick-list,
.bee-article-vertical-main .slick-track {
    height: 360px;
}


/* ==========================================================
   TABLET
========================================================== */

@media (max-width: 991px) {

    .bee-article-gallery-section {
        max-width: 720px;
    }

}


/* ==========================================================
   MOBILE
========================================================== */

@media (max-width: 767px) {

    .bee-article-gallery-section {
        margin-top: 45px;
        padding-top: 35px;
    }

    .bee-article-vertical-main,
    .bee-article-vertical-slide,
    .bee-article-vertical-image {
        height: 270px !important;
    }


    .bee-article-vertical-thumbs {
        flex-basis: 75px;

        width: 75px;
        height: 270px;
    }


    .bee-article-vertical-thumb {
        width: 75px !important;
        height: 58px !important;
    }


    .bee-article-vertical-main .slick-list,
    .bee-article-vertical-main .slick-track {
        height: 270px;
    }

}


/* ==========================================================
   SMALL MOBILE
========================================================== */

@media (max-width: 480px) {

    .bee-article-vertical-main,
    .bee-article-vertical-slide,
    .bee-article-vertical-image {
        height: 220px !important;
    }


    .bee-article-vertical-thumbs {
        flex-basis: 65px;

        width: 65px;
        height: 220px;
    }


    .bee-article-vertical-thumb {
        width: 65px !important;
        height: 50px !important;
    }


    .bee-article-vertical-main .slick-list,
    .bee-article-vertical-main .slick-track {
        height: 220px;
    }

}

/* ==========================================================
   TABLET
========================================================== */

@media (max-width: 991px) {

    .bee-article-main-layout {
        grid-template-columns: 1fr;

        gap: 42px;

        max-width: 760px;
    }


    .bee-article-main-cover {
        height: 420px;
    }


    .bee-article-gallery-slide {
        height: 420px;
    }

}


/* ==========================================================
   MOBILE
========================================================== */

@media (max-width: 767px) {

    .bee-article-content-section {
        padding-bottom: 58px;
    }


    .bee-article-main-layout {
        gap: 30px;
    }


    .bee-article-main-cover {
        height: 300px;
    }


    .bee-article-body,
    .bee-article-body p {
        font-size: 15px;
        line-height: 28px;
    }


    .bee-article-gallery-section {
        margin-top: 50px;
        padding-top: 40px;
    }


    .bee-article-gallery-slide {
        height: 300px;
    }


    .bee-article-gallery-thumb {
        height: 60px;
    }

}


/* ==========================================================
   SMALL MOBILE
========================================================== */

@media (max-width: 480px) {

    .bee-article-main-cover {
        height: 235px;
    }


    .bee-article-gallery-slide {
        height: 235px;
    }


    .bee-article-gallery-thumb {
        height: 52px;
    }

}

/* ==========================================================
   ARTICLE BODY
========================================================== */

.bee-article-body {
    position: relative;

    padding-top: 4px;

    color: #4E4945;

    font-size: 16px;
    line-height: 30px;
}


.bee-article-body::before {
    content: "";

    display: block;

    width: 44px;
    height: 3px;

    margin-bottom: 25px;

    /* background: #D4AF37; */
}


/* ==========================================================
   BODY PARAGRAPHS
========================================================== */

.bee-article-body p {
    margin: 0 0 22px;

    color: #4E4945;

    font-size: 16px;
    line-height: 30px;

    font-weight: 400;
}


.bee-article-body p:first-child {
    color: #3E3935;

    font-size: 17px;
    line-height: 31px;
}


.bee-article-body p:last-child {
    margin-bottom: 0;
}


/* ==========================================================
   ARTICLE HEADINGS
========================================================== */

.bee-article-body h1,
.bee-article-body h2,
.bee-article-body h3,
.bee-article-body h4,
.bee-article-body h5,
.bee-article-body h6 {
    margin: 32px 0 15px;

    color: #6B2F22;

    font-weight: 800;
}


.bee-article-body h2 {
    font-size: 27px;
    line-height: 37px;
}


.bee-article-body h3 {
    font-size: 22px;
    line-height: 31px;
}


.bee-article-body h4 {
    font-size: 19px;
    line-height: 28px;
}


/* ==========================================================
   LISTS
========================================================== */

.bee-article-body ul,
.bee-article-body ol {
    margin: 0 0 24px;

    padding-left: 22px;
}


.bee-article-body li {
    margin-bottom: 8px;

    color: #4E4945;

    line-height: 28px;
}


/* ==========================================================
   ARTICLE LINKS
========================================================== */

.bee-article-body a {
    color: #159A63;

    text-decoration: underline;
}


.bee-article-body a:hover {
    color: #6B2F22;
}


/* ==========================================================
   ARTICLE IMAGES INSIDE CMS BODY
========================================================== */

.bee-article-body img {
    display: block;

    max-width: 100%;
    height: auto;

    margin: 28px 0;

    border-radius: 5px;
}


/* ==========================================================
   BLOCKQUOTE
========================================================== */

.bee-article-body blockquote {
    position: relative;

    margin: 30px 0;

    padding: 22px 25px;

    background: #F4ECDD;

    border: 0;
    border-left: 4px solid #D4AF37;

    text-align: left;
}


.bee-article-body blockquote::before {
    display: none;
}


.bee-article-body blockquote p {
    margin: 0;

    color: #6B2F22;

    font-size: 17px;
    line-height: 29px;

    font-style: italic;
}


/* ==========================================================
   RELATED ARTICLES
========================================================== */

.bee-article-related {
    position: relative;

    padding: 78px 0 90px;
/* 
    background: f4f0e87a; */

    border-top: 1px solid #E3DACD;
}


/* ==========================================================
   RELATED HEADING
========================================================== */

.bee-article-related-heading {
    display: flex;
    align-items: flex-end;

    gap: 30px;

    margin-bottom: 40px;
}


.bee-article-related-heading > div {
    flex-shrink: 0;
}


.bee-article-related-kicker {
    display: block;

    margin-bottom: 6px;

    color: #D4AF37;

    font-size: 10px;
    line-height: 16px;

    font-weight: 800;

    letter-spacing: 1.4px;

    text-transform: uppercase;
}


.bee-article-related-heading h2 {
    margin: 0;

    color: #6B2F22;

    font-size: 32px;
    line-height: 40px;

    font-weight: 800;
}


.bee-article-related-line {
    width: 100%;
    height: 1px;

    margin-bottom: 8px;

    background: #D8CDBF;
}


/* ==========================================================
   RELATED GRID
========================================================== */

.bee-article-related-row {
    align-items: stretch;
}


.bee-article-related-column {
    display: flex;

    margin-bottom: 30px;
}


/* ==========================================================
   RELATED CARD
========================================================== */

.bee-article-related-card {
    width: 100%;

    display: flex;
    flex-direction: column;

    background: #FFFFFF;

    border: 1px solid #E4DACD;

    border-radius: 6px;

    overflow: hidden;

    box-shadow:
        0 8px 25px rgba(62, 49, 37, 0.06);

    transition:
        transform 0.35s ease,
        border-color 0.35s ease,
        box-shadow 0.35s ease;
}


.bee-article-related-card:hover {
    transform: translateY(-6px);

    border-color: rgba(212, 175, 55, 0.5);

    box-shadow:
        0 17px 38px rgba(62, 49, 37, 0.11);
}


/* ==========================================================
   RELATED IMAGE
========================================================== */

.bee-article-related-image {
    position: relative;

    display: block;

    width: 100%;
    height: 225px;

    overflow: hidden;

    background: #EEE8DF;
}


.bee-article-related-image img {
    display: block;

    width: 100%;
    height: 100%;

    object-fit: cover;

    transition: transform 0.45s ease;
}


.bee-article-related-card:hover
.bee-article-related-image img {
    transform: scale(1.055);
}


.bee-article-related-overlay {
    position: absolute;

    inset: 0;

    background:
        linear-gradient(
            to top,
            rgba(55, 33, 26, 0.25),
            transparent 55%
        );
}


/* ==========================================================
   RELATED CONTENT
========================================================== */

.bee-article-related-content {
    flex: 1;

    display: flex;
    flex-direction: column;

    padding: 22px 22px 20px;
}


.bee-article-related-category {
    margin-bottom: 7px;

    color: #159A63;

    font-size: 10px;
    line-height: 16px;

    font-weight: 800;

    letter-spacing: 1px;

    text-transform: uppercase;
}


.bee-article-related-content h3 {
    margin: 0 0 11px;

    font-size: 20px;
    line-height: 28px;

    font-weight: 800;
}


.bee-article-related-content h3 a {
    color: #6B2F22;

    text-decoration: none;
}


.bee-article-related-content h3 a:hover {
    color: #159A63;
}


.bee-article-related-content p {
    display: -webkit-box;

    flex: 1;

    margin: 0 0 18px;

    overflow: hidden;

    color: #6D655F;

    font-size: 14px;
    line-height: 23px;

    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}


/* ==========================================================
   RELATED FOOTER
========================================================== */

.bee-article-related-footer {
    margin-top: auto;

    padding-top: 14px;

    border-top: 1px solid #F0E8DE;
}


.bee-article-related-more {
    display: inline-flex;
    align-items: center;

    gap: 9px;

    width: fit-content;

    color: #159A63;

    font-size: 11px;
    line-height: 18px;

    font-weight: 800;

    letter-spacing: 0.6px;

    text-transform: uppercase;

    text-decoration: none;
}


.bee-article-related-more i {
    color: #D4AF37;

    transition: transform 0.3s ease;
}


.bee-article-related-more:hover {
    color: #6B2F22;
}


.bee-article-related-more:hover i {
    transform: translateX(5px);
}


/* ==========================================================
   TABLET
========================================================== */

@media (max-width: 991px) {

    .bee-article-intro {
        padding: 58px 0 42px;
    }


    .bee-article-title {
        font-size: 37px;
    }


    .bee-article-layout.has-gallery {
        grid-template-columns: 1fr;

        gap: 42px;

        max-width: 760px;
    }


    .bee-article-slide {
        height: 430px;
    }


    .bee-article-related {
        padding: 65px 0;
    }

}


/* ==========================================================
   MOBILE
========================================================== */

@media (max-width: 767px) {

    .bee-article-intro {
        padding: 46px 0 34px;
    }


    .bee-article-intro-inner {
        padding-bottom: 28px;
    }


    .bee-article-title {
        font-size: 29px;
        line-height: 1.3;
    }


    .bee-article-summary {
        font-size: 15px;
        line-height: 26px;
    }


    .bee-article-content-section {
        padding-bottom: 58px;
    }


    .bee-article-slide {
        height: 300px;
    }


    .bee-article-thumbnail {
        height: 60px;
    }


    .bee-article-body,
    .bee-article-body p {
        font-size: 15px;
        line-height: 28px;
    }


    .bee-article-related {
        padding: 55px 0;
    }


    .bee-article-related-heading {
        display: block;
    }


    .bee-article-related-line {
        display: block;

        width: 55px;
        height: 3px;

        margin-top: 14px;

        background: #159A63;
    }

}


/* ==========================================================
   SMALL MOBILE
========================================================== */

@media (max-width: 480px) {

    .bee-article-title {
        font-size: 26px;
    }


    .bee-article-slide {
        height: 235px;
    }


    .bee-article-thumbnail {
        height: 52px;
    }


    .bee-article-related-image {
        height: 195px;
    }

}
/* ==========================================================
   COMMITTEES PAGE
========================================================== */

.bee-committees-page {
    position: relative;

    overflow: hidden;

    /* background: #faf8f3; */
}


/* ==========================================================
   BACKGROUND PATTERN
========================================================== */

.bee-committees-pattern {
    position: absolute;

    top: 60px;
    right: -65px;

    width: 275px;
    height: 320px;

    background-image:
        radial-gradient(
            circle,
            rgba(212, 175, 55, 0.14) 2px,
            transparent 2.5px
        );

    background-size: 18px 18px;

    pointer-events: none;
}


/* ==========================================================
   INTRO
========================================================== */

.bee-committees-intro {
    position: relative;

    z-index: 2;

    padding: 72px 0 38px;
}


.bee-committees-intro-inner {
    max-width: 1100px;

    margin: 0 auto;
}


/* ==========================================================
   KICKER
========================================================== */

.bee-committees-kicker {
    display: flex;

    align-items: center;

    gap: 11px;

    margin-bottom: 17px;

    color: #159a63;

    font-size: 10px;

    line-height: 16px;

    font-weight: 800;

    letter-spacing: 1.5px;

    text-transform: uppercase;
}


.bee-committees-kicker-line {
    width: 34px;
    height: 2px;

    flex: 0 0 34px;

    background: #d4af37;
}


/* ==========================================================
   INTRO ROW
========================================================== */

.bee-committees-intro-row {
    display: flex;

    align-items: flex-end;

    justify-content: space-between;

    gap: 30px;
}


/* ==========================================================
   TITLE
========================================================== */

.bee-committees-title {
    margin: 0;

    color: #6b2f22;

    font-size: 46px;

    line-height: 1.15;

    font-weight: 800;

    letter-spacing: -0.6px;
}


/* ==========================================================
   DECORATIVE MARK
========================================================== */

.bee-committees-intro-mark {
    display: flex;

    align-items: center;

    gap: 5px;

    padding-bottom: 8px;
}


.bee-committees-intro-mark span {
    display: block;

    width: 18px;
    height: 3px;

    background: #6b2f22;

    transform: rotate(-35deg);

    opacity: 0.75;
}


/* ==========================================================
   DIVIDER
========================================================== */

.bee-committees-intro-divider {
    width: 100%;
    height: 1px;

    margin-top: 38px;

    background: #dfd5c8;
}


/* ==========================================================
   CONTENT
========================================================== */

.bee-committees-content {
    position: relative;

    z-index: 2;

    padding: 25px 0 90px;
}


/* ==========================================================
   GRID
========================================================== */

.bee-committees-grid {
    align-items: stretch;
}


.bee-committee-column {
    display: flex;

    margin-bottom: 32px;
}


/* ==========================================================
   CARD
========================================================== */

.bee-committee-card {
    position: relative;

    display: grid;

    grid-template-columns: 210px minmax(0, 1fr);

    width: 100%;

    min-height: 270px;

    overflow: hidden;

    background: #ffffff;

    border: 1px solid #e5dccf;

    border-radius: 6px;

    box-shadow:
        0 9px 28px rgba(62, 49, 37, 0.06);

    transition:
        transform 0.35s ease,
        box-shadow 0.35s ease,
        border-color 0.35s ease;
}


.bee-committee-card:hover {
    transform: translateY(-6px);

    border-color: rgba(212, 175, 55, 0.6);

    box-shadow:
        0 18px 42px rgba(62, 49, 37, 0.11);
}


/* ==========================================================
   IMAGE
========================================================== */

.bee-committee-image {
    position: relative;

    display: block;

    min-height: 270px;

    overflow: hidden;

    background: #eee8df;
}


.bee-committee-image img {
    display: block;

    width: 100%;
    height: 100%;

    min-height: 270px;

    object-fit: cover;

    transition: transform 0.45s ease;
}


.bee-committee-card:hover
.bee-committee-image img {
    transform: scale(1.055);
}


/* ==========================================================
   IMAGE OVERLAY
========================================================== */

.bee-committee-image-overlay {
    position: absolute;

    inset: 0;

    background:
        linear-gradient(
            to top,
            rgba(45, 28, 23, 0.38),
            rgba(45, 28, 23, 0.03) 60%
        );

    pointer-events: none;
}


/* ==========================================================
   IMAGE ICON
========================================================== */

.bee-committee-image-icon {
    position: absolute;

    right: 15px;
    bottom: 15px;

    display: flex;

    align-items: center;

    justify-content: center;

    width: 42px;
    height: 42px;

    color: #ffffff;

    background: #159a63;

    border: 3px solid rgba(255,255,255,0.85);

    border-radius: 50%;

    box-shadow:
        0 5px 15px rgba(0,0,0,0.15);
}


.bee-committee-image-icon i {
    font-size: 15px;
}


/* ==========================================================
   CONTENT
========================================================== */

.bee-committee-content {
    display: flex;

    flex-direction: column;

    padding: 28px 27px 24px;
}


/* ==========================================================
   CATEGORY
========================================================== */

.bee-committee-category {
    display: block;

    margin-bottom: 8px;

    color: #159a63;

    font-size: 9px;

    line-height: 15px;

    font-weight: 800;

    letter-spacing: 1.1px;

    text-transform: uppercase;
}


/* ==========================================================
   NAME
========================================================== */

.bee-committee-name {
    margin: 0 0 13px;

    font-size: 22px;

    line-height: 29px;

    font-weight: 800;
}


.bee-committee-name a {
    color: #6b2f22;

    text-decoration: none;

    transition: color 0.25s ease;
}


.bee-committee-name a:hover {
    color: #159a63;
}


/* ==========================================================
   SUMMARY
========================================================== */

.bee-committee-summary {
    display: -webkit-box;

    flex: 1;

    margin: 0 0 22px;

    overflow: hidden;

    color: #6c655f;

    font-size: 14px;
    line-height: 24px;

    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}


/* ==========================================================
   FOOTER
========================================================== */

.bee-committee-footer {
    display: flex;

    align-items: center;

    gap: 16px;

    margin-top: auto;

    padding-top: 16px;

    border-top: 1px solid #f0e8de;
}


/* ==========================================================
   MORE LINK
========================================================== */

.bee-committee-more {
    display: inline-flex;

    align-items: center;

    gap: 8px;

    flex: 0 0 auto;

    color: #159a63;

    font-size: 10px;

    line-height: 17px;

    font-weight: 800;

    letter-spacing: 0.7px;

    text-transform: uppercase;

    text-decoration: none;
}


.bee-committee-more i {
    color: #d4af37;

    transition: transform 0.3s ease;
}


.bee-committee-more:hover {
    color: #6b2f22;
}


.bee-committee-more:hover i {
    transform: translateX(5px);
}


/* ==========================================================
   FOOTER LINE
========================================================== */

.bee-committee-footer-line {
    flex: 1;

    height: 1px;

    background: #e8dfd3;
}


/* ==========================================================
   PAGINATION
========================================================== */

.bee-committees-pagination {
    width: 100%;

    margin-top: 14px;
}


/* ==========================================================
   EMPTY STATE
========================================================== */

.bee-committees-empty {
    max-width: 520px;

    margin: 30px auto;

    padding: 55px 30px;

    text-align: center;

    background: #ffffff;

    border: 1px solid #e5dccf;

    border-radius: 6px;
}


.bee-committees-empty-icon {
    display: flex;

    align-items: center;

    justify-content: center;

    width: 62px;
    height: 62px;

    margin: 0 auto 18px;

    color: #d4af37;

    background: #faf5ea;

    border-radius: 50%;
}


.bee-committees-empty-icon i {
    font-size: 25px;
}


.bee-committees-empty h4 {
    margin: 0;

    color: #6b2f22;

    font-size: 20px;

    font-weight: 700;
}


/* ==========================================================
   TABLET
========================================================== */

@media (max-width: 1199px) {

    .bee-committee-card {
        grid-template-columns: 180px minmax(0, 1fr);
    }

}


@media (max-width: 991px) {

    .bee-committees-intro {
        padding: 58px 0 30px;
    }


    .bee-committees-title {
        font-size: 38px;
    }


    .bee-committee-card {
        display: flex;

        flex-direction: column;
    }


    .bee-committee-image {
        width: 100%;
        min-height: 225px;
        height: 225px;
    }


    .bee-committee-image img {
        min-height: 225px;
        height: 225px;
    }

}


/* ==========================================================
   MOBILE
========================================================== */

@media (max-width: 767px) {

    .bee-committees-intro {
        padding: 45px 0 25px;
    }


    .bee-committees-title {
        font-size: 30px;
    }


    .bee-committees-intro-mark {
        display: none;
    }


    .bee-committees-intro-divider {
        margin-top: 28px;
    }


    .bee-committees-content {
        padding: 20px 0 60px;
    }


    .bee-committee-column {
        margin-bottom: 24px;
    }


    .bee-committee-image {
        height: 240px;
    }


    .bee-committee-image img {
        height: 240px;
    }


    .bee-committee-content {
        padding: 23px 20px 20px;
    }


    .bee-committee-name {
        font-size: 20px;

        line-height: 27px;
    }

}


/* ==========================================================
   SMALL MOBILE
========================================================== */

@media (max-width: 480px) {

    .bee-committees-title {
        font-size: 27px;
    }


    .bee-committee-image {
        height: 210px;
    }


    .bee-committee-image img {
        height: 210px;
    }

}
/* ==========================================================
   COMMITTEE DETAILS PAGE
========================================================== */

.bee-committee-details-page {
    position: relative;

    overflow: hidden;

    background: #ffffff;
}


/* ==========================================================
   DECORATIVE PATTERN
========================================================== */

.bee-committee-details-pattern {
    position: absolute;

    top: 55px;
    right: -65px;

    width: 280px;
    height: 300px;

    background-image:
        radial-gradient(
            circle,
            rgba(212, 175, 55, 0.14) 2px,
            transparent 2.5px
        );

    background-size: 18px 18px;

    pointer-events: none;
}


/* ==========================================================
   INTRO
========================================================== */

.bee-committee-details-intro {
    position: relative;

    z-index: 2;

    padding: 70px 0 32px;
}


.bee-committee-details-intro-inner {
    max-width: 1100px;

    margin: 0 auto;
}


/* ==========================================================
   KICKER
========================================================== */

.bee-committee-details-kicker {
    display: flex;

    align-items: center;

    gap: 11px;

    margin-bottom: 17px;

    color: #159a63;

    font-size: 10px;

    line-height: 16px;

    font-weight: 800;

    letter-spacing: 1.5px;

    text-transform: uppercase;
}


.bee-committee-details-kicker-line {
    display: block;

    width: 34px;
    height: 2px;

    background: #d4af37;
}


/* ==========================================================
   TITLE
========================================================== */

.bee-committee-details-title {
    max-width: 850px;

    margin: 0;

    color: #6b2f22;

    font-size: 46px;

    line-height: 1.17;

    font-weight: 800;

    letter-spacing: -0.6px;
}


/* ==========================================================
   DIVIDER
========================================================== */

.bee-committee-details-divider {
    width: 100%;
    height: 1px;

    margin-top: 36px;

    background: #dfd5c8;
}


/* ==========================================================
   MAIN CONTENT
========================================================== */

.bee-committee-details-content {
    position: relative;

    z-index: 2;

    padding: 25px 0 85px;
}


/* ==========================================================
   LAYOUT
========================================================== */

.bee-committee-details-layout {
    display: grid;

    grid-template-columns:
        minmax(0, 1.05fr)
        minmax(0, 0.95fr);

    gap: 58px;

    align-items: start;

    max-width: 1050px;

    margin: 0 auto;
}


/* ==========================================================
   IMAGE
========================================================== */

.bee-committee-details-media {
    min-width: 0;
}


.bee-committee-details-image-wrap {
    position: relative;

    overflow: hidden;

    min-height: 420px;

    background: #eee8df;

    border-radius: 6px;

    box-shadow:
        0 16px 42px rgba(62, 49, 37, 0.10);
}


.bee-committee-details-image {
    display: block;

    width: 100%;
    height: 420px;

    object-fit: cover;
}


.bee-committee-details-image-accent {
    position: absolute;

    left: 0;
    bottom: 0;

    width: 90px;
    height: 5px;

    background: #159a63;
}


/* ==========================================================
   BODY
========================================================== */

.bee-committee-details-body {
    color: #4e4945;

    font-size: 16px;

    line-height: 30px;
}


.bee-committee-details-body-line {
    display: block;

    width: 44px;
    height: 3px;

    margin-bottom: 25px;

    background: #d4af37;
}


/* ==========================================================
   RICH TEXT
========================================================== */

.bee-committee-details-rich-text {
    color: #4e4945;
}


.bee-committee-details-rich-text p {
    margin: 0 0 20px;

    color: #4e4945;

    font-size: 16px;

    line-height: 30px;
}


.bee-committee-details-rich-text p:first-child {
    color: #3f3935;

    font-size: 17px;

    line-height: 31px;
}


.bee-committee-details-rich-text h2,
.bee-committee-details-rich-text h3,
.bee-committee-details-rich-text h4 {
    margin: 28px 0 14px;

    color: #6b2f22;

    font-weight: 800;
}


.bee-committee-details-rich-text ul,
.bee-committee-details-rich-text ol {
    margin: 0 0 22px;

    padding-left: 22px;
}


.bee-committee-details-rich-text li {
    margin-bottom: 8px;

    line-height: 27px;
}


/* ==========================================================
   JOIN BUTTON
========================================================== */

.bee-committee-details-actions {
    margin-top: 32px;

    padding-top: 24px;

    border-top: 1px solid #e6ddd2;
}


.bee-committee-join-btn {
    display: inline-flex;

    align-items: center;

    gap: 11px;

    padding: 14px 24px;

    color: #ffffff;

    background: #159a63;

    border-radius: 3px;

    font-size: 12px;

    line-height: 18px;

    font-weight: 800;

    letter-spacing: 0.5px;

    text-transform: uppercase;

    text-decoration: none;

    transition:
        background 0.25s ease,
        transform 0.25s ease,
        box-shadow 0.25s ease;
}


.bee-committee-join-btn i {
    color: #ffffff;
}


.bee-committee-join-btn:hover {
    color: #ffffff;

    background: #6b2f22;

    transform: translateY(-2px);

    box-shadow:
        0 8px 20px rgba(62, 49, 37, 0.12);
}


/* ==========================================================
   MEMBERS SECTION
========================================================== */

.bee-committee-members-section {
    position: relative;

    padding: 75px 0 90px;

    background: #f4f0e8;

    border-top: 1px solid #e3dacd;
}


/* ==========================================================
   MEMBERS HEADING
========================================================== */

.bee-committee-members-heading {
    display: flex;

    align-items: flex-end;

    gap: 28px;

    margin-bottom: 42px;
}


.bee-committee-members-heading > div {
    flex-shrink: 0;
}


.bee-committee-members-kicker {
    display: block;

    margin-bottom: 6px;

    color: #d4af37;

    font-size: 10px;

    line-height: 16px;

    font-weight: 800;

    letter-spacing: 1.3px;

    text-transform: uppercase;
}


.bee-committee-members-heading h2 {
    margin: 0;

    color: #6b2f22;

    font-size: 32px;

    line-height: 40px;

    font-weight: 800;
}


.bee-committee-members-heading-line {
    width: 100%;
    height: 1px;

    margin-bottom: 8px;

    background: #d8cdbf;
}


/* ==========================================================
   CHAIRMAN
========================================================== */

.bee-committee-chairman-section {
    margin-bottom: 42px;
}


.bee-committee-chairman-label {
    display: flex;

    align-items: center;

    gap: 10px;

    margin-bottom: 18px;
}


.bee-committee-chairman-label span {
    display: block;

    width: 30px;
    height: 2px;

    background: #159a63;
}


.bee-committee-chairman-label strong {
    color: #6b2f22;

    font-size: 12px;

    line-height: 18px;

    font-weight: 800;

    letter-spacing: 0.7px;

    text-transform: uppercase;
}


.bee-committee-chairman-wrap {
    max-width: 360px;
}


/* ==========================================================
   MEMBER GRID
========================================================== */

.bee-committee-members-grid {
    align-items: stretch;
}


.bee-committee-member-column {
    display: flex;

    margin-bottom: 30px;
}


/* ==========================================================
   TABLET
========================================================== */

@media (max-width: 991px) {

    .bee-committee-details-intro {
        padding: 58px 0 28px;
    }


    .bee-committee-details-title {
        font-size: 38px;
    }


    .bee-committee-details-layout {
        grid-template-columns: 1fr;

        gap: 40px;

        max-width: 760px;
    }


    .bee-committee-details-image,
    .bee-committee-details-image-wrap {
        height: 430px;
        min-height: 430px;
    }


    .bee-committee-members-section {
        padding: 65px 0 75px;
    }

}


/* ==========================================================
   MOBILE
========================================================== */

@media (max-width: 767px) {

    .bee-committee-details-intro {
        padding: 45px 0 24px;
    }


    .bee-committee-details-title {
        font-size: 30px;
    }


    .bee-committee-details-content {
        padding-bottom: 60px;
    }


    .bee-committee-details-image,
    .bee-committee-details-image-wrap {
        height: 300px;
        min-height: 300px;
    }


    .bee-committee-details-rich-text,
    .bee-committee-details-rich-text p {
        font-size: 15px;

        line-height: 28px;
    }


    .bee-committee-members-heading {
        display: block;
    }


    .bee-committee-members-heading-line {
        display: block;

        width: 54px;
        height: 3px;

        margin-top: 13px;

        background: #159a63;
    }


    .bee-committee-members-heading h2 {
        font-size: 27px;

        line-height: 35px;
    }

}


/* ==========================================================
   SMALL MOBILE
========================================================== */

@media (max-width: 480px) {

    .bee-committee-details-title {
        font-size: 27px;
    }


    .bee-committee-details-image,
    .bee-committee-details-image-wrap {
        height: 235px;
        min-height: 235px;
    }


    .bee-committee-join-btn {
        width: 100%;

        justify-content: center;
    }

}
/* ==========================================================
   COMMITTEE MEMBER CARD
========================================================== */

.bee-committee-member-card {
    position: relative;

    width: 100%;

    overflow: hidden;

    background: #ffffff;

    border: 1px solid #e4dacd;

    border-radius: 6px;

    box-shadow:
        0 8px 25px rgba(62, 49, 37, 0.06);

    transition:
        transform 0.35s ease,
        border-color 0.35s ease,
        box-shadow 0.35s ease;
}


.bee-committee-member-card:hover {
    transform: translateY(-6px);

    border-color: rgba(212, 175, 55, 0.55);

    box-shadow:
        0 17px 38px rgba(62, 49, 37, 0.11);
}


/* ==========================================================
   MEMBER IMAGE AREA
========================================================== */

.bee-committee-member-media {
    position: relative;

    overflow: hidden;

    background: #eee8df;
}


.bee-committee-member-image {
    display: block;

    width: 100%;
    height: 300px;

    overflow: hidden;
}


.bee-committee-member-image img {
    display: block;

    width: 100%;
    height: 100%;

    object-fit: cover;

    object-position: center top;

    transition: transform 0.45s ease;
}


.bee-committee-member-card:hover
.bee-committee-member-image img {
    transform: scale(1.045);
}


/* ==========================================================
   POSITION BADGE
========================================================== */

.bee-committee-member-badge {
    position: absolute;

    left: 18px;
    bottom: 18px;

    display: inline-flex;

    align-items: center;

    max-width: calc(100% - 36px);

    padding: 7px 12px;

    color: #ffffff;

    background: #159a63;

    border-radius: 3px;

    box-shadow:
        0 5px 15px rgba(0, 0, 0, 0.12);

    font-size: 10px;
    line-height: 16px;

    font-weight: 800;

    letter-spacing: 0.5px;

    text-transform: uppercase;
}


/* ==========================================================
   MEMBER CONTENT
========================================================== */

.bee-committee-member-info {
    padding: 22px 22px 20px;
}


/* ==========================================================
   MEMBER NAME
========================================================== */

.bee-committee-member-name {
    margin: 0 0 9px;

    color: #6b2f22;

    font-size: 20px;
    line-height: 27px;

    font-weight: 800;
}


.bee-committee-member-name a {
    color: #6b2f22;

    text-decoration: none;

    transition: color 0.25s ease;
}


.bee-committee-member-name a:hover {
    color: #159a63;
}


/* ==========================================================
   PROFESSION
========================================================== */

.bee-committee-member-profession {
    margin: 0;

    color: #706861;

    font-size: 13px;
    line-height: 22px;
}


/* ==========================================================
   FOOTER
========================================================== */

.bee-committee-member-footer {
    margin-top: 18px;

    padding-top: 14px;

    border-top: 1px solid #efe6dc;
}


/* ==========================================================
   DETAILS LINK
========================================================== */

.bee-committee-member-more {
    display: inline-flex;

    align-items: center;

    gap: 8px;

    color: #159a63;

    font-size: 10px;
    line-height: 17px;

    font-weight: 800;

    letter-spacing: 0.7px;

    text-transform: uppercase;

    text-decoration: none;
}


.bee-committee-member-more i {
    color: #d4af37;

    transition: transform 0.3s ease;
}


.bee-committee-member-more:hover {
    color: #6b2f22;
}


.bee-committee-member-more:hover i {
    transform: translateX(5px);
}


/* ==========================================================
   CHAIRMAN CARD
========================================================== */

.bee-committee-member-card.dmjo-committee-member-card--chairman {
    max-width: 370px;

    border-top: 4px solid #d4af37;
}


.bee-committee-member-card.dmjo-committee-member-card--chairman
.bee-committee-member-image {
    height: 340px;
}


/* ==========================================================
   BOARD MEMBER
========================================================== */

.bee-committee-member-card.dmjo-committee-member-card--board {
    border-top: 4px solid #159a63;
}


/* ==========================================================
   TABLET
========================================================== */

@media (max-width: 991px) {

    .bee-committee-member-image {
        height: 280px;
    }


    .bee-committee-member-card.dmjo-committee-member-card--chairman
    .bee-committee-member-image {
        height: 310px;
    }

}


/* ==========================================================
   MOBILE
========================================================== */

@media (max-width: 767px) {

    .bee-committee-member-image {
        height: 320px;
    }


    .bee-committee-member-info {
        padding: 20px 18px 18px;
    }


    .bee-committee-member-name {
        font-size: 19px;
        line-height: 26px;
    }


    .bee-committee-member-card.dmjo-committee-member-card--chairman {
        max-width: 100%;
    }


    .bee-committee-member-card.dmjo-committee-member-card--chairman
    .bee-committee-member-image {
        height: 340px;
    }

}


/* ==========================================================
   SMALL MOBILE
========================================================== */

@media (max-width: 480px) {

    .bee-committee-member-image,
    .bee-committee-member-card.dmjo-committee-member-card--chairman
    .bee-committee-member-image {
        height: 285px;
    }

}

/* ==========================================================
   SPONSORS PAGE
========================================================== */

.bee-sponsors-page {
    position: relative;
    padding: 90px 0;
    background: #ffffff;
}


/* ==========================================================
   PAGE HEADING
========================================================== */

.bee-sponsors-intro {
    margin-bottom: 45px;
    text-align: center;
}

.bee-sponsors-intro-content {
    max-width: 720px;
    margin: 0 auto;
}

.bee-sponsors-heading {
    position: relative;
    margin: 0;
    color: #181818;
    font-size: 38px;
    font-weight: 700;
    line-height: 1.25;
}

.bee-sponsors-heading-mark {
    display: block;
    width: 55px;
    height: 3px;
    margin: 18px auto 20px;
    background: #6b2f22;
}

.bee-sponsors-description {
    margin: 0;
    color: #777777;
    font-size: 16px;
    line-height: 1.8;
}

.bee-sponsors-description p {
    margin: 0;
}


/* ==========================================================
   SPONSOR CARD
========================================================== */
.bee-sponsors-grid > [class*="col-"] {
    margin-bottom: 30px;
}

.bee-sponsor-card {
    position: relative;
    height: 100%;
    min-height: 265px;
    margin-bottom: 0;
    padding: 25px;
    overflow: hidden;
    background: #ffffff;
    border: 1px solid #eee8dc;
    border-radius: 4px;
    box-shadow: 0 8px 25px rgba(62, 49, 37, 0.07);
    cursor: pointer;
    transition: all 0.3s ease;
}

.bee-sponsor-card:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 3px;
    left: 0;
    top: 0;
    background: #d4af37;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.3s ease;
}

.bee-sponsor-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 14px 35px rgba(62, 49, 37, 0.12);
}

.bee-sponsor-card:hover:before {
    transform: scaleX(1);
}


/* ==========================================================
   LOGO
========================================================== */

.bee-sponsor-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 155px;
    margin-bottom: 18px;
    padding: 10px;
}

.bee-sponsor-logo img {
    display: block;
    max-width: 100%;
    max-height: 125px;
    width: auto;
    height: auto;
    object-fit: contain;
    transition: transform 0.3s ease;
}

.bee-sponsor-card:hover .bee-sponsor-logo img {
    transform: scale(1.04);
}


/* ==========================================================
   CARD CONTENT
========================================================== */

.bee-sponsor-card-content {
    text-align: center;
}

.bee-sponsor-card-content h4 {
    margin: 0 0 8px;
    color: #2e2925;
    font-size: 18px;
    font-weight: 600;
}

.bee-sponsor-view {
    color: #d4af37;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}


/* ==========================================================
   MODAL
========================================================== */

.bee-sponsor-modal .modal-dialog {
    max-width: 650px;
}

.bee-sponsor-modal .modal-content {
    position: relative;
    border: 0;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.18);
}

.bee-sponsor-modal .modal-body {
    padding: 50px 50px 45px;
    text-align: center;
}


/* ==========================================================
   MODAL CLOSE
========================================================== */

.bee-sponsor-modal-close {
    position: absolute;
    top: 15px;
    right: 18px;
    z-index: 5;
    width: 38px;
    height: 38px;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: #f5f3ef;
    color: #333;
    font-size: 27px;
    font-weight: 400;
    line-height: 36px;
    opacity: 1;
    cursor: pointer;
}

.bee-sponsor-modal-close:hover {
    background: #6b2f22;
    color: #ffffff;
}


/* ==========================================================
   MODAL LOGO
========================================================== */

.bee-sponsor-modal-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 150px;
    margin-bottom: 25px;
}

.bee-sponsor-modal-logo img {
    max-width: 280px;
    max-height: 150px;
    width: auto;
    height: auto;
    object-fit: contain;
}


/* ==========================================================
   MODAL TITLE
========================================================== */

.bee-sponsor-modal-title {
    position: relative;
    margin: 0 0 25px;
    padding-bottom: 17px;
    color: #2e2925;
    font-size: 27px;
    font-weight: 700;
}

.bee-sponsor-modal-title:after {
    position: absolute;
    content: "";
    width: 45px;
    height: 3px;
    left: 50%;
    bottom: 0;
    background: #d4af37;
    transform: translateX(-50%);
}


/* ==========================================================
   MODAL SUMMARY
========================================================== */

.bee-sponsor-modal-summary {
    margin-bottom: 28px;
    color: #666;
    font-size: 15px;
    line-height: 1.9;
}

.bee-sponsor-modal-summary p:last-child {
    margin-bottom: 0;
}


/* ==========================================================
   MODAL WEBSITE BUTTON
========================================================== */

.bee-sponsor-modal-button .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    min-width: 170px;
    padding: 12px 25px;
    background: #6b2f22;
    border: 1px solid #6b2f22;
    border-radius: 3px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    transition: all 0.3s ease;
}

.bee-sponsor-modal-button .btn:hover {
    background: #d4af37;
    border-color: #d4af37;
    color: #ffffff;
}


/* ==========================================================
   EMPTY STATE
========================================================== */

.bee-sponsors-empty {
    padding: 60px 20px;
}

.bee-sponsors-empty p {
    margin: 0;
    color: #777;
    font-size: 17px;
}
/* ==========================================================
   CONTACT PAGE
========================================================== */

.bee-contact-page {
    position: relative;
    padding: 80px 0 90px;
    background: #FAF8F3;
    overflow: hidden;
}


/* ==========================================================
   DECORATION
========================================================== */

.bee-contact-decoration {
    position: absolute;
    top: -80px;
    right: -70px;

    width: 300px;
    height: 300px;

    background-image:
        radial-gradient(
            circle,
            rgba(212, 175, 55, 0.14) 2px,
            transparent 2.5px
        );

    background-size: 18px 18px;

    pointer-events: none;
}


.bee-contact-page .container {
    position: relative;
    z-index: 2;
}


/* ==========================================================
   INTRO
========================================================== */

.bee-contact-intro {
    max-width: 720px;
    margin-bottom: 45px;
    padding-bottom: 28px;

    border-bottom: 1px solid #E5DACD;
}


.bee-contact-eyebrow {
    display: inline-flex;
    align-items: center;

    margin-bottom: 10px;

    color: #D4AF37;

    font-size: 12px;
    line-height: 20px;

    font-weight: 700;

    letter-spacing: 1.7px;

    text-transform: uppercase;
}


.bee-contact-eyebrow::before {
    content: "";

    width: 28px;
    height: 2px;

    margin-right: 10px;

    background: #D4AF37;
}


.bee-contact-title {
    margin: 0;

    color: #6B2F22;

    font-family: 'Raleway', sans-serif;

    font-size: 38px;
    line-height: 46px;

    font-weight: 800;
}


.bee-contact-title-mark {
    display: block;

    width: 58px;
    height: 4px;

    margin-top: 17px;

    background: #159A63;

    border-radius: 20px;
}


/* ==========================================================
   MAIN GRID
========================================================== */

.bee-contact-main > div {
    display: flex;
}


/* ==========================================================
   FORM CARD
========================================================== */

.bee-contact-form-card {
    width: 100%;

    padding: 38px 38px 40px;

    background: #ffffff;

    border: 1px solid #E7DED1;
    border-radius: 8px;

    box-shadow:
        0 12px 35px rgba(62, 49, 37, 0.08);
}


.bee-contact-form-header {
    margin-bottom: 30px;
}


.bee-contact-form-label {
    display: block;

    margin-bottom: 7px;

    color: #D4AF37;

    font-size: 11px;

    font-weight: 800;

    letter-spacing: 1.4px;

    text-transform: uppercase;
}


.bee-contact-form-header h3 {
    margin: 0 0 8px;

    color: #6B2F22;

    font-size: 27px;
    line-height: 35px;

    font-weight: 800;
}


.bee-contact-form-header p {
    margin: 0;

    color: #777;

    font-size: 14px;
}


/* ==========================================================
   FIELDS
========================================================== */

.bee-contact-field {
    margin-bottom: 22px;
}


.bee-contact-field label {
    display: block;

    margin-bottom: 7px;

    color: #4C4039;

    font-size: 13px;

    font-weight: 700;
}


.bee-contact-field .form-control {
    width: 100%;
    height: 48px;

    padding: 10px 13px;

    background: #ffffff;

    border: 1px solid #DCCFBE;
    border-radius: 5px;

    color: #333333;

    font-size: 14px;

    box-shadow: none;

    transition:
        border-color 0.25s ease,
        box-shadow 0.25s ease;
}


.bee-contact-field .form-control:focus {
    border-color: #159A63;

    box-shadow:
        0 0 0 3px rgba(21, 154, 99, 0.11);

    outline: none;
}


.bee-contact-field .form-control::placeholder {
    color: #A1988E;
}


.bee-contact-textarea {
    min-height: 150px;
    height: auto !important;

    resize: vertical;
}


/* ==========================================================
   RECAPTCHA
========================================================== */

.bee-contact-recaptcha {
    margin-top: 4px;
    margin-bottom: 22px;
}


/* ==========================================================
   SUBMIT
========================================================== */

.bee-contact-submit-wrap {
    padding-top: 4px;
}


.bee-contact-submit {
    display: inline-flex;

    align-items: center;
    justify-content: center;

    gap: 10px;

    min-width: 160px;

    background: #159A63;

    border: 0;

    color: #ffffff;
}


.bee-contact-submit:hover {
    background: #6B2F22;
}


.bee-contact-submit i {
    font-size: 13px;
}


/* ==========================================================
   MESSAGE
========================================================== */

.bee-contact-form-card .join-form-message {
    margin-bottom: 22px;
    padding: 13px 15px;

    border-radius: 5px;

    font-size: 14px;
    font-weight: 700;
}


.bee-contact-form-card .join-form-message.is-success {
    background: #E9F8EF;
    color: #106234;
}


.bee-contact-form-card .join-form-message.is-error {
    background: #FFF0F0;
    color: #A82121;
}

/* =========================================
   SUCCESS MESSAGE LINES
========================================= */

.join-success-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.join-success-line {
    position: relative;
    padding-left: 20px;
    line-height: 1.8;
}

.join-success-line::before {
    content: "•";
    position: absolute;
    left: 0;
    top: 0;
    color: #000;
    font-size: 18px;
    font-weight: 900;
}



/* ==========================================================
   CONTACT INFO PANEL
========================================================== */

.bee-contact-info-panel {
    position: relative;

    width: 100%;

    margin-left: 18px;

    padding: 40px 34px;

    overflow: hidden;

    background: #6B2F22;

    border-radius: 8px;

    color: #ffffff;

    box-shadow:
        0 12px 35px rgba(62, 49, 37, 0.12);
}


.bee-contact-info-panel::before {
    content: "";

    position: absolute;

    right: -60px;
    bottom: -60px;

    width: 210px;
    height: 210px;

    background-image:
        radial-gradient(
            circle,
            rgba(212, 175, 55, 0.20) 2px,
            transparent 2.5px
        );

    background-size: 17px 17px;
}


/* ==========================================================
   INFO HEADING
========================================================== */

.bee-contact-info-heading {
    position: relative;
    z-index: 2;

    margin-bottom: 32px;
}


.bee-contact-info-heading span {
    display: block;

    margin-bottom: 7px;

    color: #D4AF37;

    font-size: 11px;

    font-weight: 800;

    letter-spacing: 1.4px;

    text-transform: uppercase;
}


.bee-contact-info-heading h3 {
    margin: 0;

    color: #ffffff;

    font-size: 25px;
    line-height: 34px;

    font-weight: 800;
}


/* ==========================================================
   INFO ITEM
========================================================== */

.bee-contact-info-item {
    position: relative;
    z-index: 2;

    display: flex;

    gap: 16px;

    padding: 22px 0;

    border-bottom:
        1px solid rgba(255, 255, 255, 0.15);
}

/* ==========================================================
   CONTACT INFO ICONS - FIX
========================================================== */

.bee-contact-info-icon {
    flex: 0 0 60px;
    width: 60px;
    height: 70px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: #D4AF37;

    clip-path: polygon(
        50% 0%,
        100% 25%,
        100% 75%,
        50% 100%,
        0% 75%,
        0% 25%
    );

    color: #ffffff;
}

/* In case FontAwesome is used later */
.bee-contact-info-icon i {
    color: #ffffff !important;
    font-size: 23px;
}


.bee-contact-info-content {
    min-width: 0;
}


.bee-contact-info-content span {
    display: block;

    margin-bottom: 3px;

    color: rgba(255, 255, 255, 0.70);

    font-size: 14px;

    font-weight: 700;

    letter-spacing: 0.7px;

    text-transform: uppercase;
}


.bee-contact-info-content p {
    margin: 0;

    color: #ffffff;

    font-size: 18px;
    line-height: 24px;
}


.bee-contact-info-content a {
    color: #ffffff;
}


.bee-contact-info-content a:hover {
    color: #D4AF37;
}


.bee-contact-info-accent {
    position: relative;
    z-index: 2;

    width: 55px;
    height: 4px;

    margin-top: 28px;

    background: #159A63;
}


/* ==========================================================
   FULL WIDTH CONTACT MAP
========================================================== */

.bee-contact-full-map {
    width: 100%;
    height: 550px;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.bee-contact-full-map .mapouter,
.bee-contact-full-map .gmap_canvas {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

.bee-contact-full-map iframe {
    display: block;
    width: 100% !important;
    height: 100% !important;
    margin: 0;
    padding: 0;
    border: 0 !important;
}

/* ==========================================================
   TABLET
========================================================== */

@media (max-width: 991px) {

    .bee-contact-full-map {
        height: 480px;
    }

}


/* ==========================================================
   MOBILE
========================================================== */

@media (max-width: 767px) {

    .bee-contact-full-map {
        height: 420px;
    }

}


/* ==========================================================
   SMALL MOBILE
========================================================== */

@media (max-width: 575px) {

    .bee-contact-full-map {
        height: 360px;
    }

}

/* ==========================================================
   SCHEDULE INNER PAGE
========================================================== */

.bee-schedule-page {
    position: relative;
    width: 100%;
    overflow: hidden;
}


/* ==========================================================
   EACH DAY SECTION
========================================================== */

.bee-schedule-day-section {
    position: relative;

    padding: 80px 0 90px;

    background: #FAF8F3;
}


.bee-schedule-day-section.section-bg {
    background: #ffffff;
}


/* ==========================================================
   DAY HEADING
========================================================== */

.bee-schedule-day-heading {
    max-width: 760px;

    margin: 0 auto 50px;

    text-align: center;
}


.bee-schedule-day-heading .section-title {
    margin-bottom: 0;
}


.bee-schedule-day-heading .section-title span {
    color: #D4AF37;
}


/* ==========================================================
   SCHEDULE LIST
========================================================== */

.bee-schedule-list {
    max-width: 1100px;

    margin: 0 auto;
}


/* Space between sessions */
.bee-schedule-list .schedule-listing {
    margin-bottom: 18px;
}


.bee-schedule-list .schedule-listing:last-child {
    margin-bottom: 0;
}


/* ==========================================================
   SESSION TYPE
========================================================== */

.bee-schedule-session-type {
    margin-top: 4px;

    color: rgba(255, 255, 255, 0.85);

    font-size: 11px;
    line-height: 18px;

    font-weight: 600;

    text-transform: uppercase;

    letter-spacing: 0.6px;
}


/* ==========================================================
   SPEAKER LABEL
========================================================== */

.bee-schedule-speaker-label {
    margin-bottom: 5px;

    color: #D4AF37;

    font-size: 10px;
    line-height: 16px;

    font-weight: 800;

    letter-spacing: 1px;

    text-transform: uppercase;
}


/* ==========================================================
   META
========================================================== */

.bee-schedule-meta {
    display: flex;

    align-items: center;

    flex-wrap: wrap;

    gap: 16px;

    margin-top: 15px;
}


.bee-schedule-meta span {
    display: inline-flex;

    align-items: center;

    gap: 6px;

    color: #777;

    font-size: 12px;

    font-weight: 600;
}


.bee-schedule-meta i {
    color: #D4AF37;
}


/* ==========================================================
   EMPTY
========================================================== */

.bee-schedule-empty {
    padding: 45px 25px;

    background: #ffffff;

    border: 1px solid #E9E2D7;

    border-radius: 8px;

    text-align: center;
}


.bee-schedule-empty p {
    margin: 0;

    color: #777;
}


.bee-schedule-empty-page {
    padding: 80px 0;
}


.bee-schedule-empty-page .bee-schedule-empty i {
    margin-bottom: 15px;

    color: #D4AF37;

    font-size: 38px;
}


.bee-schedule-empty-page .bee-schedule-empty h3 {
    margin: 0;

    color: #6B2F22;
}


/* ==========================================================
   TABLET
========================================================== */

@media (max-width: 991px) {

    .bee-schedule-day-section {
        padding: 65px 0 70px;
    }


    .bee-schedule-day-heading {
        margin-bottom: 40px;
    }

}


/* ==========================================================
   MOBILE
========================================================== */

@media (max-width: 767px) {

    .bee-schedule-day-section {
        padding: 50px 0 55px;
    }


    .bee-schedule-day-heading {
        margin-bottom: 30px;
    }


    .bee-schedule-list .schedule-listing {
        flex-direction: column;
    }


    .bee-schedule-list .schedule-slot-time {
        flex: 0 0 auto;

        max-width: 100%;
        width: 100%;

        padding: 18px 20px;

        text-align: center;

        border-radius: 6px 6px 0 0;
    }


    .bee-schedule-list .schedule-slot-info {
        min-height: auto;

        padding: 95px 25px 25px;

        border: 1px solid #E9E2D7;

        border-radius: 0 0 6px 6px;

        text-align: center;
    }


    .bee-schedule-list
    .schedule-slot-info
    .schedule-slot-speakers {
        left: 50%;
        top: 18px;

        transform: translateX(-50%);

        width: 58px;
        height: 58px;
    }


    .bee-schedule-meta {
        justify-content: center;
    }

}
