/* 
Theme Name: The Baby Expo Theme
Theme URI: https://toptierdigital.ae
Description: The Baby Expo Theme
Author: Top Tier Digital Marketing
Author URI: https://toptierdigital.ae
Template: hello-elementor
Version: 1.1.1.5
Text Domain: the-baby-expo-child-theme
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
*/

/* Add your custom styles here */



.video-play-button {
  position: relative;
  z-index: 10;
  transform: translateX(-50%) translateY(-50%);
  box-sizing: content-box;
  display: block;
  width: 32px;
  height: 44px;
  /* background: #fa183d; */
  border-radius: 50%;
  padding: 18px 20px 18px 28px;
  margin: 60px auto -20px;
  left: 40px;
}

.video-play-button:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: var( --e-global-color-bbfe0d9 );
  border-radius: 50%;
  animation: pulse-border 1500ms ease-out infinite;
}

.video-play-button:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: var( --e-global-color-bbfe0d9 );
  border-radius: 50%;
  transition: all 200ms;
}

.video-play-button img {
  position: relative;
  z-index: 3;
  max-width: 100%;
  width: auto;
  height: auto;
}

.video-play-button span {
  display: block;
  position: relative;
  z-index: 3;
  width: 0;
  height: 0;
  border-left: 32px solid #fff;
    border-top: 22px solid transparent;
    border-bottom: 22px solid transparent;
}

@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}



.video-overlay {
  position: fixed;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0,0,0,0.80);
  opacity: 0;
  transition: all ease 500ms;
}

.video-overlay.open {
  position: fixed;
  z-index: 1000;
  opacity: 1;
}

.video-overlay-close {
  position: absolute;
  z-index: 1000;
  top: 15px;
  right: 20px;
  font-size: 36px;
  line-height: 1;
  font-weight: 400;
  color: #fff !important; 
  text-decoration: none;
  cursor: pointer;
  transition: all 200ms;
}

.video-overlay-close:hover {
  color: var( --e-global-color-bbfe0d9 ) !important;
}

.video-overlay iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  /* width: 90%; */
  /* height: auto; */
  box-shadow: 0 0 15px rgba(0,0,0,0.75);
}
.tbe_exhibitors {
    display: block;
    width: 100%;
}
.tbe_exhibitors.single_exhibitor {
    margin: 40px 0;
    padding: 40px 0;
}
body.tbe_exhibit_popup #main-header.elementor-sticky--effects {
    z-index: 9;
}
.tbe_exhibitors_wrap {
    position: relative;
    width: 100%;
    display: block;
    overflow: hidden;
}
.tbe_exhibitor_featured_wrap {
    display: block;
    overflow: hidden;
}
.tbe_exhibitor_notfeatured_wrap {
    display: block;
    overflow: hidden;
    position: relative;
}
.tbe_exhibitor_notfeatured_wrap:before {
    content: "";
    position: relative;
    height: 1px;
    width: 98%;
    display: block;
    margin: 40px auto 70px;
    background: #E75E64;
    padding: 0 100px;
}
.tbe_exhibitor_item{
    display: block;
    align-items: center;
    border-bottom: 2px solid #F1A7B1;
    padding-bottom: 60px;
    margin-bottom: 60px;
    background: transparent;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    border: 1px solid #e75e64;
    border-radius: 10px;
    width: 31.33%;
    float: left;
    margin: 0 1% 2%;
    min-height: 480px;
    padding-bottom: 20px;
        position: relative;
    overflow: hidden;
}
.tbe_exhibitor_item.featureditem {
    background: #ffffff;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    border: 1px solid #e75e64;
    border-radius: 10px;
    width: 31.33%;
    float: left;
    margin: 0 1% 2%;
    min-height: 500px;
    padding-bottom: 20px;
        position: relative;
    overflow: hidden;
}

.tbe_exhibitor_item.featureditem .tbe_exhibitor_item_content h4{
    color: #e75e64;
    margin-bottom: 20px;
    min-height: 60px;
}
.tbe_exhibitor_item_content span.tbe_exhibitors_name {
    display: block;
    width: 100%;
    text-align: center;
    color: #e75e64;
    margin-bottom: 20px;
    font-size: 18px;
    min-height: 40px;
    line-height: 1.3;
}
.tbe_exhibitor_item:hover {
    background: #E75E64;
}
.tbe_exhibitor_item:hover .tbe_exhibitor_item_content h4{
    color: #fff;
}
.single_exhibitor .tbe_exhibitor_item {
    background: transparent;
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
    border: 1px solid #e75e64;
    border-radius: 10px;
}
.tbe_exhibitor_item_wrap{
    flex-wrap: no-wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-basis: auto;
    flex-grow: 1;
    flex-shrink: 1;
    align-self: auto;
    display: block;
}
.tbe_exhibitor_item_header {
    display: flex;
    width: 100%;
    overflow: hidden;
    align-items: center;
    gap: 20px;
    justify-content: space-between;
}
.tbe_exhibitor_item_header > span {
    display: inline-block;
    line-height: 1;
    text-align: center;
    transition: all .3s;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 0;
    fill: #f1a7b1;
    color: #f1a7b1;
    background-color: #fff8f9;
    border-style: solid;
    border-width: 1px;
    border-color: #e75e64;
    border-radius: 10px 10px 10px 10px;
    padding: 10px 15px;
    margin-bottom: 0;
    margin-right: 0;
    width: 50%;
}
.tbe_exhibitor_item_header > span:empty {
    background: transparent;
    border: 0;
}
.tbe_exhibitor_more {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    background: #E75E64;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    text-transform: lowercase;
}
.tbe_exhibitor_more a {
    font-family: "Beatrice", Cooper Std Black, Sans-serif;
    font-size: 26px;
    line-height: 1.3em;
    color: #fff;
}
.tbe_exhibitor_more a:hover{
    color: #fff;
}
.tbe_exhibitor_item:hover .tbe_exhibitor_more{
    display: flex;
}
.tbe_exhibitor_item.featureditem:hover .tbe_exhibitor_more {
    background: #288299;
}
.tbe_exhibitor_item.featureditem:hover {
    border: 1px solid #288299;
}

.tbe_exhibitor_item_image {
    width: 100%;
    flex-grow: 0;
    flex-shrink: 0;
    margin: 30px 0;
    background: #fff;
    border-radius: 10px;
}
.tbe_exhibitor_item_image img {
    width: auto;
    max-width: 100%;
    margin: 0 auto;
    display: block;
    height: 150px;
    padding: 10px 0;
}
.tbe_exhibitor_item_content{
     width: 100%;
         flex-grow: 0;
    flex-shrink: 0;
}
.tbe_exhibitor_item_content h4{
      color: #f1a7b1;
    font-size: 40px;
    line-height: 1.3em;
        padding: 0;
    margin: 0 0 30px;
    font-size: 23px;
    text-align: center;
}
.tbe_exhibitor_cat {
    display: inline-block;
}
.tbe_exhibitor_cat > span{
    display: inline-block;
    line-height: 1;
    text-align: center;
    transition: all .3s;
    font-weight: 600;
    font-size: 18px;
    letter-spacing: 0;
    fill: #f1a7b1;
    color: #f1a7b1;
    background-color: #fff8f9;
    border-style: solid;
    border-width: 2px;
    border-color: #fff8f9;
    border-radius: 10px 10px 10px 10px;
    padding: 11px 20px;
    margin-bottom: 10px;
    margin-right: 10px;
}
.tbe_exhibitor_desc {
    font-size: 18px;
    line-height: 1.4em;
    margin-top: 30px;
}
.tbe_exhibitor_meta {
    display: block;
    text-align: center;
}

.tbe_exhibitor_meta > span{
      display: inline-block;
    line-height: 1;
  text-align: center;
    transition: all .3s;
  font-weight: 600;
    font-size: 16px;
    letter-spacing: 0px;
    fill: #f1a7b1;
    color: #f1a7b1;
    background-color: #FFF8F9;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #FFF8F9;
    border-radius: 10px 10px 10px 10px;
    padding: 11px 20px;
    margin-bottom: 0;
    margin-right: 10px;
}

span.tbe_exhibitor_website a {
    text-decoration: none;
}
.tbe_exhibitor_meta > span:hover,
.tbe_exhibitor_cat > span:hover{
    color: #badedf;
    background-color: #F2FAFA;
}
.tbe_exhibitors_filters {
    display: block;
    margin-bottom: 30px;
    padding-bottom: 30px;
    margin-left: 1%;
    margin-right: 1%;
    border-bottom: 2px solid #F1A7B1;
}

.tbe_exhibitors_filters > span {
    display: inline-block;
    line-height: 1;
    font-size: 18px;
    font-weight: 400;
    padding: 5px 5px;
    color: #F1A7B1;
}
.tbe_filter_wrap {
    display: inline-block;
    position: relative;
}
.tbe_filter_wrap > i {
    position: absolute;
    right: 16px;
    top: 14px;
    color: #F1A7B1;
    font-size: 20px;
    z-index: 1;
}
.tbe_exhibitors_filters select#filter_by_category {
    width: auto;
    display: inline-block;
    margin-left: 10px;
    border: 1px solid #F1A7B1;
    color: #F1A7B1;
    outline: none;
    border-radius: 42px;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    -o-appearance: none;
    position: relative;
    z-index: 2;
    background: transparent;
	min-width: 100px;
}
.tbe_exhibitors_filters select#filter_by_category:after{

}
.tbe_exhibitors_filters ul {
    list-style: none;
    padding-left: 0;
}
.tbe_exhibitors_filters ul li {
    list-style: none;
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
}
.tbe_exhibitors_filters ul li a {
    display: block;
    padding: 10px 10px;
    line-height: 1;
    font-size: 18px;
    font-weight: 400;
    padding: 5px 5px;
}
.tbe_exhibitors_filters ul li a.active {
    color: #288299;
}
.tbe_exhibitors_filters ul li a:after {
    content: "|";
    padding-left: 19px;
    display: inline-block;
    color: #f1a7b1;
}
.tbe_exhibitors_filters ul li:last-child a:after {
    display: none;    
}
.tbe_exhibitors_alpha_filters {
    display: block;
    width: 100%;
    margin-left: 1%;
    margin-right: 1%;
}
.tbe_exhibitors_alpha_filters > span {
    display: inline-block;
    line-height: 1;
    font-size: 18px;
    font-weight: 400;
    padding: 5px 5px;
    color: #F1A7B1;
}
.tbe_exhibitors_alpha_filters ul {
    list-style: none;
    padding-left: 15px;
    display: inline-block;
}
.tbe_exhibitors_alpha_filters ul li {
    list-style: none;
    display: inline-block;
    margin-right: 0;
    margin-bottom: 10px;
}
.tbe_exhibitors_alpha_filters ul li a {
    display: block;
    padding: 10px 10px;
    line-height: 1;
    font-size: 18px;
    font-weight: 400;
    padding: 5px 8px;
}
.tbe_exhibitors_alpha_filters ul li a.active {
    color: #288299;
}
.tbe_exhibitors_alpha_filters ul li a:after {
    content: "|";
    padding-left: 14px;
    display: inline-block;
    color: #f1a7b1;
}
.tbe_exhibitors_alpha_filters ul li:last-child a:after {
    display: none;    
}
.tbe_exhibitors_popup {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 10;
}
.tbe_exhibitors_popup_wrap {
    max-width: 100%;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    align-self: center;
}
.tbe_exhibitors_popup_wrap:before {
    content: "";
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 10;
}
.tbe_exhibitors_popup_content {
    width: 900px;
    max-width: 100%;
    height: auto;
    background: #fff;
    z-index: 12;
    position: relative;
    padding: 40px;
    border-radius: 20px;
    border: 1px solid #e75e64;
    height: 580px;
}
.tbe_exhibitors_popup_content_wrap {
    height: 100%;
    overflow-y: auto;
    width: 100%;
}
.tbe_exhibitors_popup_content h4 {
    font-size: 18px;
    margin-top: 0;
}
.tbe_exhibitors_popup_item {
    overflow: hidden;
}
span.tbe_exhibitors_popup_close {
    position: absolute;
    right: -13px;
    top: -13px;
    background: #E75E64;
    color: #fff;
    font-size: 20px;
    width: 36px;
    height: 36px;
    text-align: center;
    border-radius: 6px;
    line-height: 36px;
    cursor: pointer;
}
.tbe_exhibitors_popup_image {
    display: block;
    border: 1px solid #e75e64;
    border-radius: 10px;
    overflow: hidden;
    padding: 10px;
}
.tbe_exhibitors_popup_image img {
    height: auto;
    width: auto;
    max-width: 100%;
    display: block;
    margin: 0 auto;
}
.tbe_exhibitors_popup_top {
    display: flex;
    width: 100%;
    margin-bottom: 10px;
}
.tbe_exhibitors_popup_head {
    display: flex;
    width: 100%;
}
.tbe_exhibitors_popup_headleft {
    max-width: max-content;
    width: 100%;
}
.tbe_exhibitors_popup_headright {
    float: right;
    max-width: 57%;
    width: 100%;
    padding-left: 30px;
}
.tbe_exhibitors_popup_body .tbe_exhibitor_meta {
    display: inline-block;
}
span.tbe_exhibitor_popupbooth {
    display: inline-block;
    line-height: 1;
    text-align: center;
    transition: all .3s;
    font-weight: 600;
    font-size: 18px;
    letter-spacing: 0;
    fill: #f1a7b1;
    color: #f1a7b1;
    background-color: #fff8f9;
    border-style: solid;
    border-width: 2px;
    border-color: #fff8f9;
    border-radius: 10px 10px 10px 10px;
    padding: 11px 20px;
    margin-bottom: 10px;
    margin-right: 10px;
}
span.tbe_exhibitor_popupbooth:hover {
    color: #badedf;
    background-color: #F2FAFA;
}
span.tbe_exhibitor_sponsortype{
    display: inline-block;
    line-height: 1;
    text-align: center;
    transition: all .3s;
     font-weight: 600;
    font-size: 16px;
    letter-spacing: 0px;
    fill: #f1a7b1;
    color: #fff;
    background-color: #e75e64;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #FFF8F9;
    border-radius: 10px 10px 10px 10px;
    padding: 11px 20px;
    margin-bottom: 0;
    margin-right: 10px;
    width: 100%;
}

.tbe_sessions {
    display: block;
    position: relative;
    width: 100%;
}
.tbe_sessions_headings {
    display: block;
    width: 100%;
}
.tbe_sessions_headings_wrap {
    display: inline-block;
    background: #badedf;
    color: #288299;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5rem;
    padding: 10px 40px;
}
.tbe_sessions_lists ul {
    list-style: none;
    padding-left: 0;
}
.tbe_sessions_lists ul li {
    display: flex;
    align-items: center;
    border: 1px solid #CDCDCD;
    margin-bottom: -1px;
    padding: 30px 20px;
    align-items: normal;
}
.tbe_sessions_lists ul li:nth-child(odd) {
    background: #fafafa;
}
.tbe_sessions_lists ul li.tbe_session_head {
    background: #f1a7b1;
    padding: 20px 0;
}
.tbe_sessions_lists ul li .tbe_session_image {
    width: 10%;
    text-align: center;
}
.tbe_sessions_lists ul li .tbe_session_image img {
    padding: 0;
    width: auto;
}
.tbe_sessions_lists ul li .tbe_session_time {
    width: 10%;
    font-size: 18px;
    line-height: 1.5rem;
    text-align: center;
    align-self: normal;
}
.tbe_sessions_lists ul li .tbe_session_content {
    width: 80%;
    font-size: 18px;
    line-height: 1.5rem;
    padding-left: 40px;
}
.tbe_sessions_lists ul li .tbe_session_title{
    font-weight: bold;
}
.tbe_sessions_lists ul li.tbe_session_head .tbe_session_time,
.tbe_sessions_lists ul li.tbe_session_head .tbe_session_content {
    color: #e75e64;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5rem;
    text-align: center;
}
span.tbe_session_more {
    display: none !important;
    color: #e75e64;
    font-size: 16px;
    margin-top: 10px;
    cursor: pointer;
}
.tbe_session_desc {
    display: block !important;
    overflow: hidden;
    margin-top: 20px;
    font-size: 16px;
}
.tbe_session_speakers {
    display: block;
    width: 100%;
    overflow: hidden;
    margin-top: 20px;
}
.nextgen_session .tbe_sessions_lists ul li.tbe_session_head{
    background: #4265AD;
}
.nextgen_session .tbe_sessions_lists ul li.tbe_session_head .tbe_session_time,
.nextgen_session .tbe_sessions_lists ul li.tbe_session_head .tbe_session_content{
    color: #ffffff;
}
.nextgen_session span.tbe_session_more {
    color: #A1D3C5;
}
.nextgen_session .tbe_session_desc{
    display: block !important;
}
.nextgen_session .tbe_session_more{
    display: none !important;
}
.nextgen_session .tbe_speakers_lists{
    overflow: hidden;
}
.nextgen_session .tbe_speakers_lists .tbe_speakers_item{
    width: 22.75%;
    float: left;
    margin-right: 3%;
    margin-bottom: 2%;
    margin-left: 0;
}
.nextgen_session .tbe_speakers_item:nth-child(2n) {
    margin-right: 3%;
}
.nextgen_session .tbe_speakers_item:nth-child(4n) {
    margin-right: 0;
}
.nextgen_session .tbe_speakers_image {
    width: 100%;
    float: left;
    margin-bottom: 20px;
}
.nextgen_session .tbe_speakers_details {
    padding-left: 0;
    float: left;
    width: 100%;
    text-align: center;
}
span.tbe_speaker_title {
    display: block;
    font-weight: 700;
    margin-bottom: 20px;
}
.tbe_speakers_lists {
    position: relative;
    display: block;
}
.tbe_speakers_item {
    width: 48.5%;
    float: left;
    margin-right: 3%;
    margin-bottom: 3%;
}
.tbe_speakers_item:nth-child(2n) {
    margin-right: 0;
}
.tbe_speakers_wrap {
    display: block;
}
.tbe_speakers_image {
    width: 30%;
    float: left;
}
.tbe_speakers_image img {
    width: auto;
    display: block;
}
.tbe_speakers_details {
    padding-left: 20px;
    float: left;
    width: 70%;
}
span.tbe_speaker_name {
    display: block;
    font-weight: 700;
}
span.tbe_speaker_pos {
    font-size: 16px;
}


.tbe_experts {
    display: block;
    position: relative;
}
.tbe_experts_lists {
    display: block;
    overflow: hidden;
}
.tbe_experts_lists_wrap {
    display: flex;
}
.tbe_experts_item {
    float: left;
    padding: 20px 20px 90px;
    width: 100%;
    max-width: 23%;
    box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, .2);
    margin: 1%;
    position: relative;
    border: 1px solid #e75e64;
    border-radius: 10px;
}
h4.tbe_experts_title {
    color: #E75E64;
    font-weight: 700;
    font-size: 23px;
    font-family: beatrice, Cooper Std Black, sans-serif;
    letter-spacing: 1px;
    text-align: center;
    margin: 0;
}
.tbe_experts_job,
.tbe_experts_company {
    color: #F1A7B1;
    text-align: center;
    font-size: 20px;
    line-height: 1;
    margin: 0 0 10px;
}
.tbe_experts_button {
    display: block;
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    position: absolute;
    bottom: 25px;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    width: 80%;
}
.tbe_experts_button a {
    font-family: gilroy, Cooper Std Black, Sans-serif;
    font-size: 25px;
    font-weight: 600;
    color: #fff;
    background-color: #F1A7B1;
    border-style: none;
    border-radius: 38px 38px 38px 38px;
    padding: 11px 48px;
    width: 100%;
    display: block;
    line-height: 1;
}
.tbe_experts_button a:hover {
    background: #BADEDF;
    color: #fff;
}
.tbe_book_experts {
    display: block;
    position: relative;
}
.tbe_book_experts_image {
    display: block;
    text-align: center;
}
.tbe_book_experts_image img {
    display: inline-block;
    border-radius: 37px;
}
.tbe_book_experts_content {
    text-align: center;
    margin-top: 10px;
}
.tbe_book_experts_content h4 {
    margin: 0;
    line-height: 1;
}
.tbe_book_experts_company,
.tbe_book_experts_job {
    color: #F1A7B1;
    text-align: center;
    font-size: 20px;
    line-height: 1;
    margin: 0 0 10px;
}
.tbe_book_experts_short {
    font-size: 20px;
    line-height: 1.4;
    margin-top: 10px;
}

.tbe_meet_experts {
    position: relative;
    width: 100%;
}
.tbe_meet_experts_lists_wrap {
    display: flex;
    gap: 40px;
    flex-direction: row;
    flex: 0 1 auto;
    overflow: hidden;
    margin-bottom: 50px;
}
.tbe_meet_experts_item{
    width: 25%;
    position: relative;
    border-radius: 44px;
    overflow: hidden;
    transition: all 0.3s;
}
.tbe_meet_experts_image {
    position: relative;
}
.tbe_meet_experts_image:before {
    content: "";
    background: linear-gradient(180deg, #FFFFFF00 0%, #121212 100%);
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.tbe_meet_experts_image img {
    display: block;
    width: 100%;
}
.tbe_meet_experts_content {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 40px;
    text-align: center;
    padding: 0 40px;
}
h4.tbe_meet_experts_title {
    font-family: "Beatrice", Cooper Std Black, Sans-serif;
    font-size: 40px;
    line-height: 1.3em;
    color: #fff;
    margin: 0;
    padding: 0;
}
.tbe_meet_experts_desc {
    text-align: center;
    color: #fff;
    font-family: gilroy, Cooper Std Black, Sans-serif;
    font-size: 21px;
    font-weight: 500;
    line-height: 1.25em;
    display: flex;
    align-items: center;
    align-self: center;
    width: 100%;
    justify-content: center;
}
.tbe_meet_experts_item_overlay {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    justify-content: center;
    align-items: center;
    align-self: center;
    transition: all 0.3s;
}
.tbe_meet_experts_item_overlay a,
.tbe_meet_experts_item_overlay span {
    font-family: "Beatrice", Cooper Std Black, Sans-serif;
    font-size: 26px;
    line-height: 1.3em;
    color: #fff;
}
.tbe_meet_experts_item_overlay a:hover{
    color: #ffffff;
}
.tbe_meet_experts_item:hover .tbe_meet_experts_item_overlay{
    opacity: 1;
    visibility: visible;
    transition: all 0.3s;
}
.tbe_meet_experts_item .tbe_meet_experts_item_wrap{
    transform: scale(1);
    transition: all 0.3s;
}
.tbe_meet_experts_item:hover .tbe_meet_experts_item_wrap{
    transform: scale(1.1);
    transition: all 0.3s;
}
.tbe_meet_experts_content{
    opacity: 1;
    visibility: visible;
    transition: all 0.3s;
}
.tbe_meet_experts_item:hover .tbe_meet_experts_content{
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
}
.tbe_meet_experts_overlay{
    position: fixed;
    height: 100%;
    width: 100%;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .8);
    z-index: 9999;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    display: flex;
    pointer-events: none;
    background-color: transparent;
    -webkit-user-select: auto;
    -moz-user-select: auto;
    user-select: auto;
    justify-content: center;
    align-items: center;
    pointer-events: all;
    background-color: rgba(0, 0, 0, .8);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s;
}
.tbe_meet_experts_lists.show_popup .tbe_meet_experts_overlay{
    opacity: 1;
    visibility: visible;
    transition: opacity 0.3s;
}
.tbe_meet_experts_overlay_wrap{
    border-radius: 20px 20px 20px 20px;
    box-shadow: 2px 8px 23px 3px rgba(0, 0, 0, .2);
    background-color: #fff;
    width: auto;
    overflow: visible;
    max-width: 100%;
    max-height: 100%;
    pointer-events: all;
    position: absolute;
}
.tbe_meet_experts_overlay_content{
    max-width: 1700px;
    max-height: 100vh;
    padding: 0;
    overflow: auto;
    display: flex;
    width: 100%;
    height: auto;
    min-height: 800px;
}
.tbe_meet_experts_overlay_image {
    width: 40%;
    display: block;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.tbe_meet_experts_overlay_image img {
    display: none;
    width: 100%;
}
.tbe_meet_experts_overlay_details {
    width: 60%;
    padding: 30px;
}
.tbe_meet_experts_overlay_head {
    display: flex;
    justify-content: space-between;
}
.tbe_meet_experts_overlay_headleft {
    width: 70%;
}
.tbe_meet_experts_overlay_desc {
    font-size: 16px;
    line-height: 1.5;
    margin-top: 20px;
}
.tbe_meet_experts_overlay_headleft h4 {
    margin: 0 0 10px;
    line-height: 1;
    padding: 0;
}
.tbe_meet_experts_overlay_headleft > span {
    font-weight: 700;
    line-height: 1.2em;
    display: inline-block;
}
.tbe_meet_experts_overlay_headright img {
    height: 100px;
    width: auto;
}
.tbe_meet_experts_overlay_close {
	position: absolute;
    right: -7px;
    width: 36px;
    height: 36px;
    background: #E75E64;
    text-align: center;
    top: -13px;
    font-size: 20px;
    line-height: 36px;
    color: #fff;
    border-radius: 6px;align-content
}
.tbe_meet_experts_overlay_close a,
.tbe_meet_experts_overlay_close a:hover {
    color: #fff;
}
a.dialog-close-button.dialog-lightbox-close-button {
	padding: 7px;
    border-radius: 6px;
    outline: none;
    text-decoration: none;
}
.elementor-swiper-button.elementor-swiper-button-next > i,
.elementor-swiper-button.elementor-swiper-button-prev > i{
	  color: #F1A7B1 !important;
}
.elementor-field-type-radio.elementor-field-group.elementor-column.elementor-field-group-no_adults{
    display: flex;
    flex-wrap: nowrap;
}
.elementor-field-type-radio.elementor-field-group.elementor-column.elementor-field-group-no_adults .elementor-field-subgroup.elementor-subgroup-inline{
	flex-basis: auto;
}
.elementor-field-type-radio.elementor-field-group.elementor-column.elementor-field-group-no_adults label.elementor-field-label {
    font-size: 20px;
    margin-right: 20px;
}
.elementor-field-type-radio.elementor-field-group.elementor-column.elementor-field-group-no_adults span.elementor-field-option {
    font-size: 20px;
    margin-left: 20px;
}
.elementor-nav-menu--main .elementor-nav-menu ul li a:hover {
    background: #B1CDB7 !important;
}

#main-header.scrolled {
    background: #fff !important;
}
#main-header.scrolled .header_sched  .elementor-heading-title {
	color: #E75E64 !important;
}
#main-header.scrolled .button_flag .elementor-button-text{
	color: #57836F;
}
.elementor-nav-menu--main .elementor-nav-menu ul li a {
    font-size: 18px !important;
    font-weight: 300 !important;
    text-transform: none !important;
    color: #fff;
}
li.wpml-ls-slot-shortcode_actions a {
    background: #B1CDB7;
    border-radius: 40px;
    padding: 10px 30px;
    color: #fff;
    font-size: 20px;
    margin: 0;
}
li.wpml-ls-slot-shortcode_actions.wpml-ls-item.wpml-ls-item-en.wpml-ls-current-language.wpml-ls-last-item.wpml-ls-item-legacy-list-horizontal {
    margin-left: 20px;
}
.wpml-ls-legacy-list-horizontal {
    padding: 0 !important;
}
label.elementor-field-label {
    font-size: 20px;
    margin-bottom: 10px;
}



/**
 ** RTL
 */
body.rtl .ct-form-subs input#form-field-email {
    border-radius: 0 22px 22px 0;
}
body.rtl .ct-form-subs button.elementor-button {
    border-radius: 22px 0 0 22px !important;
}
body.rtl .elementor-widget.elementor-align-left .elementor-icon-list-item,
body.rtl .elementor-widget.elementor-align-left .elementor-icon-list-item a{
    text-align: right !important;
    justify-content: flex-start;
}
body.rtl .elementor-element.e-grid-align-left.elementor-widget-social-icons .elementor-grid{
	text-align: right !important;
}
body.rtl .header_sched > div {
    text-align: right !important;
}
body.rtl .text_with_form .elementor-element.elementor-widget.elementor-widget-text-editor {
    text-align: center !important;
}
body.rtl .text_with_form .elementor-heading-title {
    text-align: right;
}
body.rtl .ct-img-box .elementor-image-box-content {
	text-align: right;
}
body.rtl .home_testimonial span.elementor-testimonial__name {
    margin-right: 0;
    margin-left: 20px;
}
body.rtl .elementor-9692 .elementor-element.elementor-element-c8233f9 .elementor-button-content-wrapper,
body.rtl .elementor-9692 .elementor-element.elementor-element-b3d28a4 .elementor-button-content-wrapper,
body.rtl .elementor-9694 .elementor-element.elementor-element-2311b96 .elementor-button-content-wrapper,
body.rtl  .elementor-9694 .elementor-element.elementor-element-8aa7715 .elementor-button-content-wrapper{
    flex-direction: row;
}
body.rtl .ct-form-subs-inline.ct-form-utm .elementor-form-fields-wrapper.elementor-labels- {
    margin-bottom: 10px;
}
body.rtl .ct-form-subs-inline.ct-form-utm .elementor-form-fields-wrapper.elementor-labels- input#form-field-email {
    border-radius: 0 22px 22px 0 !important;
}
body.rtl .ct-form-subs-inline.ct-form-utm .elementor-form-fields-wrapper.elementor-labels- button.elementor-button.elementor-size-md{
	border-radius: 22px 0 0 22px !important;
}
body.rtl .tbe_exhibitors_popup_headright {
    padding-left: 0;
    padding-right: 30px;
}
body.rtl .tbe_exhibitors_alpha_filters ul li a:after {
    padding-left: 0;
    padding-right: 14px;
}
body.rtl  .tbe_filter_wrap > i {
    right: auto;
    left: 16px;
}
body.rtl .tbe_exhibitors_alpha_filters{
	display: none;
}
/**
 ** end RTL
*/


@media  (max-width: 1440px) {
li.wpml-ls-slot-shortcode_actions a {
    font-size: 18px;
}
}

@media  (max-width: 1024px) {
.tbe_experts_button a {
    font-size: 15px;
}
.tbe_meet_experts_lists_wrap {
    display: block;
}
.tbe_meet_experts_item {
    width: 49%;
    margin-right: 2%;
    float: left;
    margin-bottom: 2%;
}
.tbe_meet_experts_item:nth-child(2n) {
    margin-right: 0;
}
.tbe_meet_experts_overlay_content {
    display: block;
}
.tbe_meet_experts_overlay_image {
	width: 100%;
    background-size: contain;
    height: 700px;
}
.tbe_meet_experts_overlay_details {
    width: 100%;
    padding: 30px;
}
.tbe_exhibitor_item_content span.tbe_exhibitors_name {
    margin-bottom: 10px;
}
.tbe_exhibitor_item {
    min-height: 520px;
}
}

@media  (max-width:991px) {
.tbe_exhibitor_item_content h4 {
    font-size: 20px;
}
.tbe_exhibitor_item {
    min-height: 530px;
}
.tbe_exhibitor_item.featureditem {
    min-height: 520px;
}
.tbe_exhibitor_item_header > span {
    font-size: 14px;
}
.tbe_exhibitors_popup_content {
    width: 90%;
    height: 550px;
}
}

@media (max-width: 767px) {
  
  .video-play-button span {
    border-left: 22px solid #fff;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    margin: 0 auto;
  }

  .video-play-button {
    display: flex;
    align-items: center;
    margin: 50px auto -30px;
  }

  .video-play-button:after {
    width: 60px;
    height: 60px;
  }

  .video-play-button:before {
    width: 60px;
    height: 60px;
  }
.tbe_exhibitor_item_wrap {
      display: block;
  }
  .tbe_exhibitor_item_image {
      display: block;
      width: 100%;
      text-align: center;
      margin-bottom: 20px;
  }
  .tbe_exhibitor_item_content {
      width: 100%;
      display: block;
  }
.tbe_exhibitor_cat,
.tbe_exhibitor_meta {
    display: block;
}
  .tbe_exhibitor_cat > span,
  .tbe_exhibitor_meta > span{
    margin-right: 20px;
    margin-bottom: 20px;
  }
  .tbe_exhibitor_desc {
    margin-top: 10px;
    font-size: 16px;
}

.tbe_experts_item {
    max-width: 48%;
}
.tbe_experts_lists_wrap {
    display: block;
}
.tbe_exhibitor_item.featureditem {
    width: 48%;
}
.tbe_exhibitor_item{
        width: 48%;
    }
}

@media  (max-width: 600px) {
	#main-header.scrolled {
    position: absolute !important;
}
.tbe_exhibitor_item_content h4 {
    font-size: 22px !important;
}
.tbe_exhibitor_item {
    display: block;
    min-height: 500px;
}
.tbe_exhibitors_popup_content {
    max-width: 92%;
    padding: 20px;
}
.tbe_exhibitors_popup_content h4 {
    font-size: 22px;
}
.tbe_exhibitor_meta > span {
    word-break: break-word;
    width: 100%;

}
.tbe_exhibitor_cat > span, .tbe_exhibitor_meta > span {
    display: block;
}  
.tbe_exhibitor_meta {
    width: 100%;
} 
.tbe_exhibitor_item_image img {
    width: auto;
    max-width: none;
    height: 100px;
}
.tbe_speakers_item {
    width: 100%;
    float: left;
    margin-right: 0;
    margin-bottom: 20px;
}
.tbe_sessions_headings_wrap {
    width: 100%;
    text-align: center;
}
.tbe_sessions_lists ul li .tbe_session_image {
    width: 100%;
    text-align: center;
}
.tbe_sessions_lists ul li.tbe_session_head .tbe_session_time,
.tbe_sessions_lists ul li.tbe_session_head .tbe_session_content{
    width: 100%;
    text-align: center;
}
.tbe_sessions_lists ul li {
    display: block;
}
.tbe_sessions_lists ul li .tbe_session_image {
    width: 100%;
    text-align: center;
}
.tbe_sessions_lists ul li .tbe_session_time {
    width: 100%;
    font-size: 18px;
    line-height: 1.5rem;
    text-align: center;
    margin: 20px 0;
}
.tbe_sessions_lists ul li .tbe_session_content {
    width: 100%;
    padding-left: 0;
    text-align: center;
}
.tbe_sessions_lists ul li .tbe_session_desc{
    text-align: left;
}
.tbe_experts_item {
    max-width: 95%;
    margin-left: auto;
    margin-right: auto;
    float: none;
    margin-bottom: 20px;
    padding-bottom: 20px;
}
.tbe_experts_button {
    margin-top: 20px;
    margin-bottom: 20px;
    position: relative;
    bottom: 0;
}
.tbe_experts_button a {
        font-size: 20px;
}
.tbe_meet_experts_item {
	width: 48%;
	margin-right: 0;
	float: left;
	margin-bottom: 2%;
	margin-left: 1%;
	margin-right: 1%;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-o-border-radius: 20px;
}
.tbe_meet_experts_item:nth-child(2n) {
    margin-right: 0;
}
.tbe_meet_experts_overlay_image {
	width: 100%;
	background-size: contain;
	height: 700px;
	display: none;
}
.tbe_meet_experts_overlay_details {
	width: 100%;
	padding: 30px;
	height: 600px;
}
.elementor-field-type-radio.elementor-field-group.elementor-column.elementor-field-group-no_adults label.elementor-field-label {
    font-size: 16px;
}
h4.tbe_meet_experts_title {
	font-size: 20px;
    margin-bottom: 5px;
}
.tbe_meet_experts_job,
.tbe_meet_experts_company{
	font-size: 14px;
	line-height: 1.3;
}
.tbe_meet_experts_lists_wrap {
	display: block;
	margin-bottom: 0;
}
.tbe_meet_experts_item_overlay a, .tbe_meet_experts_item_overlay span {
    font-size: 20px;
    padding: 0 20px;
    text-align: center;
}
.tbe_meet_experts_overlay_wrap {
	max-width: 100%;
	width: 90%;
	top: 10%;
}
.tbe_meet_experts_overlay_head {
    display: block;
}
.tbe_meet_experts_overlay_headleft,
.tbe_meet_experts_overlay_headright{
    width: 100%;
}
.tbe_meet_experts_overlay_content_wrap {
    padding: 30px 0;
}
.tbe_meet_experts_overlay_content {
	display: block;
	min-height: 600px;
	height: 600px;
}
.tbe_meet_experts_overlay_desc {
    margin-top: 0;
}
.tbe_meet_experts_overlay_headleft h4 {
    font-size: 20px !important;
}
.tbe_meet_experts_overlay_headleft > span {
    font-weight: 400;
    line-height: 1.2em;
    display: inline-block;
    font-size: 14px;
}
	.above_fold_section{
		min-height: 570px !important;
	}
.tbe_exhibitor_item.featureditem,
.tbe_exhibitor_item{
    width: 48%;
}
.tbe_exhibitors_popup_content {
    max-width: 94%;
}   
.tbe_exhibitors_popup_head {
    display: block;
    width: 100%;
    float: left;
}
.tbe_exhibitors_popup_top {
    display: block;
    width: 100%;
    float: left;
}
.tbe_exhibitors_popup_image {
    display: inline-block;
}
.tbe_exhibitors_popup_headleft {
    max-width: 100%;
    width: 100%;
    margin-bottom: 10px;
    text-align: center;
}
span.tbe_exhibitor_popupbooth {
    float: left;
}
.tbe_exhibitors_popup_headright {
    float: right;
    max-width: 100%;
    width: 100%;
    padding-left: 0;
}
	    li.wpml-ls-slot-shortcode_actions a {
        font-size: 14px;
    }
.nextgen_session .tbe_speakers_lists .tbe_speakers_item {
    width: 46%;
    float: left;
    margin-right: 5% !important;
    margin-bottom: 4% !important;
    margin-left: 0;
}
.nextgen_session .tbe_speakers_image {
    margin-bottom: 10px;
}
.nextgen_session .tbe_speakers_details {
    line-height: 1.2;
}
span.tbe_speaker_name {
    font-size: 14px;
    margin-bottom: 5px;
}
span.tbe_speaker_pos {
    font-size: 14px;
}
.nextgen_session .tbe_speakers_item:nth-child(2n) {
    margin-right: 0 !important;
}
}

@media (max-width: 500px) {
	
.tbe_meet_experts_overlay_image {
    width: 100%;
    background-size: cover;
    height: 700px;
}
.tbe_exhibitor_item.featureditem {
        width: 100%;
        margin: 0 0 2%;
    }
    .tbe_exhibitor_item {
        width: 100%;
        margin: 0 0 2%;
    }
    .wpml-ls-legacy-list-horizontal .wpml-ls-flag+span {
        font-size: 16px;
    }
.tbe_exhibitor_item.featureditem,
.tbe_exhibitor_item{
    width: 100%;
}
.tbe_exhibitor_item {
    display: block;
    min-height: 420px;
}
.tbe_exhibitor_item.featureditem {
    min-height: 420px;
}
    li.wpml-ls-slot-shortcode_actions a {
        font-size: 14px;
    }
}

@media (max-width: 480px) {
	.elementor-276 .elementor-element.elementor-element-259002f .elementor-button,
	.elementor-276 .elementor-element.elementor-element-a735d88 .elementor-button{
		display: block;
		width: 100%;
		padding: 18px 20px;
	}
	.home_testimonial .elementor-testimonial:before {
		top: -72px;
		display: block;
	}
	.home_testimonial .elementor-testimonial:after {
        bottom: -73px;
        right: 0;
    }
	.home_cta_wrap a {
		display: block !important;
		width: 47% !important;
		margin-bottom: 0 !important;
		margin-right: 6% !important;
	}
	.home_cta_wrap a:nth-child(2){
		margin-right: 0 !important;
	}
	body.rtl .home_cta_wrap a{
		margin-right: 0 !important;
		margin-left: 6% !important;
	}
	body.rtl .home_cta_wrap a:nth-child(2){
		margin-left: 0 !important;
	}
	body.rtl .ct-form-subs button.elementor-button {
		border-radius: 22px !important;
	}
	body.rtl .header_sched > div {
		text-align: left !important;
	}
	body.rtl .home_testimonial .swiper-slide:before {
		left: 30px;
	}
	body.rtl span.elementor-button-icon {
		transform: rotate(180deg);
		-moz-transform: rotate(180deg);
		-webkit-transform: rotate(180deg);
		-o-transform: rotate(180deg);
	}
	.home_cta_wrap a .elementor-cta__content {
        min-height: 220px !important;
    }
	a.home_cta_bottom .elementor-cta__content{
		min-height: 220px !important;
	}
	.home_cta_wrap a .ct-cta-radius .elementor-cta,
	a.home_cta_bottom .ct-cta-radius .elementor-cta{
		border-radius: 20px !important;
	}
	.home_cta_wrap a .ct-cta-radius .elementor-cta h2.elementor-cta__title,
	a.home_cta_bottom .elementor-cta__content h2.elementor-cta__title{
		font-size: 32px !important;
	}
	.home_blocks  .elementor-counter .elementor-counter-title{
		text-align: center;
	}
	.home_testimonial .elementor-testimonial {
		position: relative;
		height: 100%;
	}
	.home_testimonial .swiper-slide {
		padding: 40px 20px !important;
	}
	.home_image_carousel.elementor-widget-image-carousel .swiper-slide img {
		box-shadow: 2px 1px 8px 0px #A3A3A540;
        padding: 10px;
        border-radius: 10px;
	}
	.home_image_carousel.elementor-widget-image-carousel .swiper-slide {
		padding: 20px;
	}
	.tbe_meet_experts_content {
		bottom: 20px;
		padding: 0 20px;
	}
    li.wpml-ls-slot-shortcode_actions a {
        font-size: 16px;
        padding: 10px 20px;
    }
.above_fold_section{
		min-height: 650px !important;
	}
}

@media (max-width: 360px) {
	.home_cta_wrap a .ct-cta-radius .elementor-cta h2.elementor-cta__title, a.home_cta_bottom .elementor-cta__content h2.elementor-cta__title {
        font-size: 28px !important;
    }
	.tbe_meet_experts_content {
		bottom: 20px;
		padding: 0 10px;
	}
	.tbe_meet_experts_item {
        width: 100%;
        margin-right: 0;
        float: left;
        margin-bottom: 20px;
        margin-left: 0;
        margin-right: 0;
    }
	h4.tbe_meet_experts_title {
        font-size: 25px;
        margin-bottom: 5px;
    }
	.tbe_meet_experts_job, .tbe_meet_experts_company {
        font-size: 18px;
        line-height: 1.3;
    }
	.tbe_meet_experts_overlay_details {
        padding: 20px;
    }
}