@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap');

@font-face {
    font-family: 'Gotham';
    src: url('fonts/fonts/Gotham-Medium.woff2') format('woff2'),
        url('fonts/fonts/Gotham-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('fonts/Gotham-Book.woff2') format('woff2'),
        url('fonts/Gotham-Book.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('fonts/Gotham-BookItalic.woff2') format('woff2'),
        url('fonts/Gotham-BookItalic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('fonts/Gotham-LightItalic.woff2') format('woff2'),
        url('fonts/Gotham-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('fonts/Gotham-Light.woff2') format('woff2'),
        url('fonts/Gotham-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham Ultra';
    src: url('fonts/Gotham-Ultra.woff2') format('woff2'),
        url('fonts/Gotham-Ultra.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('fonts/Gotham-ThinItalic.woff2') format('woff2'),
        url('fonts/Gotham-ThinItalic.woff') format('woff');
    font-weight: 100;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('fonts/Gotham-Thin.woff2') format('woff2'),
        url('fonts/Gotham-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('fonts/Gotham-MediumItalic.woff2') format('woff2'),
        url('fonts/Gotham-MediumItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham Ultra';
    src: url('fonts/Gotham-UltraItalic.woff2') format('woff2'),
        url('fonts/Gotham-UltraItalic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('fonts/Gotham-XLight.woff2') format('woff2'),
        url('fonts/Gotham-XLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('fonts/Gotham-Black.woff2') format('woff2'),
        url('fonts/Gotham-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('fonts/Gotham-XLightItalic.woff2') format('woff2'),
        url('fonts/Gotham-XLightItalic.woff') format('woff');
    font-weight: 200;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('fonts/Gotham-BlackItalic.woff2') format('woff2'),
        url('fonts/Gotham-BlackItalic.woff') format('woff');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('fonts/Gotham-Bold.woff2') format('woff2'),
        url('fonts/Gotham-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('fonts/Gotham-BoldItalic.woff2') format('woff2'),
        url('fonts/Gotham-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}




.banner_event{
    background-image: url("../image/bg.png");
    background-size: cover;
    background-position: center;
    width: 100%;
    box-shadow: 0px 5.5958333015441895px 9.093229293823242px 0px #00000040;

}   
.banner_heading h2{
    color: white !important;
    font-family: 'Gotham' !important;
    font-size: 46px;
    font-weight: 800 !important;
    line-height: 61px;
    letter-spacing: 0em;
    text-align: left;
}
.banner_event .col-lg-8 {
    /* padding: 80px 0px; */
}


.banner_dicripation{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.image_banner_man{
    flex-direction: column;
    justify-content: end;
    width: 100%;
    overflow: hidden;
    display: flex;
    padding-top: 130px !important;
}
.become_button{
    background-color: #FFCC33;
    border-radius: 47px;
    padding: 11px 23px;
    font-size: 18px;
    font-weight: 800;
    border: 2px solid #FFCC33;
}
.buy_button{
    margin: 0px 30px;
    border-color: #FFCC33;
    border-radius: 47px;
    padding: 8px 64px;
    color: white;
    border: 3px solid #FFCC33;
    background-color: transparent;
    font-size: 19px;
    font-weight: 700;
    margin-top: 16px;
}
.banner_row{
    align-items: center;
}

.attend_bar{
    background-color: #EDEDED;
}

.article1 {
    padding-bottom: 0px !important;
    text-align: center;
    width: 100%;
    padding: 0px 150px;
    margin: 0 auto;
  }
  
  .right-left_border {
    display: flex;
    align-items: center;
    font-size: 30px;
    font-weight: 800;
  }
  
  .right-left_border:before,
  .right-left_border:after {
    content: "";
    width: 20%;
    margin-left: 20px;
    height: 5px;
    background: #E0B32F;
  }
  
  .right-left_border:before{
    margin: 0 20px 0 0;
  }
  
  h1:after{
    margin: 0 0 0 20px;
  }
  .attend_bar{
    padding: 50px 0px;
    margin: 0px;
    text-align: center;
  }
  .attend_bar p{
    font-family: Gotham;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0em;
    text-align: center;
    font-weight: 600;
    
  }

  .powerful_bar p{
    color: #333333;
    text-align: left;
    font-family: Gotham;
font-size: 14px;
font-weight: 325;
line-height: 20px;
letter-spacing: 0em;
  }
  
  .icon_bar img{
margin-right: 10px;
border-radius: 2px;
padding: 10px 10px;
background-color: #333333;
font-family: Gotham;
font-size: 14px;
letter-spacing: 0em;
text-align: left !important;
height: 76px;
width: 73.97px;
display: flex;
    justify-content: center;
    align-items: center;
  }
  .powerful_bar{
    display: flex;
    margin-top: 16px;
  }
  .powerful_bar h4{
    font-weight: 700;
    text-align: left;
    font-size: 17.73px;
    text-transform: uppercase;
    border-bottom: 1px solid #fc3;
    width: fit-content;
  }
  .event_spekear{
    color: white;
    box-shadow: 0px 5.5958333015441895px 9.093229293823242px 0px #00000040;
    background: linear-gradient(126.99deg, #202B63 0%, #2F327D 52.33%);
    padding: 50px;
  }

  .event_man{
    justify-content: center;
    background: #FFFFFF;
    height: 348.09893798828125px;
    border-radius: 7.445966720581055px;
    box-shadow: 0px 5.208298683166504px 8.463485717773438px 0px #00000040;
    display: grid;
    position: relative;
    margin: 8px auto;
  }
  .event_man p{
    text-align: center;
    color: black;
    /* margin-bottom: -70px !important; */
    margin-bottom: -30px !important;
  }
  .name_button{
    color: #fff;
    background: linear-gradient(126.99deg, #202B63 0%, #2F327D 52.33%);
    box-shadow: 0px 5.5958333015441895px 9.093229293823242px 0px #00000040;
    width: 229.8942108154297px;
    height: 61.429222106933594px;
    border-radius: 71px;
    border: none;
    position: absolute;
    left: 18px;
    bottom: 78px;
  }
  .event_spekear_man_artical{
    margin: 0px 0px 40px;
  }
  .view_all_button{width: 141px;height: 55px;border-radius: 47px;background: #FFCC33;border: none;text-align: center;box-shadow: 0px 4px 4px 0px #00000040;font-weight: 800;}
  .view_button_bar{
    display: flex;
    justify-content: center;
    padding: 40px 0px 0px;
  }
  .border-box {
    display: flex;
    flex-direction: column;
  }
  .box {
    padding: 0.2rem;
    text-align: center;
    margin-bottom: 1rem;
  }
  .border-left {
    border-left: 8px solid #F0A100;
  }
  .agenda_bar{
    background: #F8F9FF;
    padding: 50px 0px 0px;
  }
  .border_left_bar1 {
    margin: 0px;
    font-family: Gotham;
font-size: 58px;
font-weight: 800;
line-height: 72px;
letter-spacing: 0em;
text-align: left;

  }
  .iamge_bar_roatate{
    padding: 40px 0px;
  }
  .banner_dicripation p{
    color: #fff;
    padding-right: 214px;
    font-size: 18px;
  }
  .man_image_section_image{
    align-items: flex-end;
  }
  .image_banner_man img{
    width: 100%;
  }
  .event_spekear_man{
    padding-bottom: 0px !important;
    text-align: center;
    width: 100%;
    padding: 0px 326px !important;
    margin: 0 auto;
  }
  .wrapper {
    position: relative;
    width: auto;
    height: auto;
  }
  .wrapper p{
    position: absolute;
    top: 10%;
    left: -9%;
  }
  .circle {
    margin-left: 100px;
    width: 50px;
    height: 50px;
    background: #2ecc71;
    border-radius: 100px;
    position: relative;
  }
  

.eventp_h h2 {
    font-style: normal;
    font-weight: 800;
    font-size: 38px;
    line-height: 53px;
    text-align: center;
    color: 333333;
    margin-bottom: 0px;
}


.event_pricing {
    background: #F8F9FF;
    padding-top: 42px;
    padding-bottom: 40px;
}

.event_pricing ul.nav {
    margin: auto;
    text-align: center;
    justify-content: center;
    background: #EFF1FD;
    width: fit-content;
    border-radius: 40px;
    padding: 10px;
    column-gap: 40px;
    margin-top: 30px;
}

.event_pricing ul.nav li.nav-item button {
    color: #858FBF;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 10px 20px;
}

.event_pricing ul.nav li.nav-item button.active {
    background: #FFFFFF;
    border-radius: 40px;
    font-size: 16px;
    color: #000;
    padding: 10px 20px;
}


.pricing_value {
    background: #2F327D;
    border-radius: 22px;
}

.event_pricing .pricing_table {
    display: flex;
    column-gap: 40px;
    justify-content: center;
}

.pricing_value .eventprice {
    background: #1D2065;
    margin: 12px;
    border-radius: 20px 20px 0px 0px;
    padding: 16px;
    text-align: center;
}

.pricing_value .eventprice p {
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    line-height: 18px;
    margin-bottom: 4px;
}

.pricing_value .eventprice h6 {
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    margin: 0px;
    text-decoration: line-through #CC1E35;
}

.pricing_value .eventprice h3 {
    font-size: 42px;
    font-weight: 800;
    color: #fff;
}


.pricepoints ul {
    list-style: none;
    color: #fff;
    padding: 16px;
    margin: 0px;
}

.pricepoints ul span {
    margin-right: 10px;
}

.pricepoints ul li {
    font-size: 16px;
    font-weight: 700;
    padding-bottom: 5px;
}

.pricepoints button {
    background: #FFCC33;
    border: 1px solid #FFCC33;
    padding: 6px 20px;
    border-radius: 48px;
    margin: auto;
    display: block;
    color: #333333;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 800;
    box-shadow: 0px 3.8240063190460205px 6.214010238647461px 0px #00000040;
}
.pricebar {
    margin: 0px -16px;
}

.pricepoints {
    padding-bottom: 16px;
}

.regional_wmc_tab ul.nav {
    background: #EFF1FD;
    text-align: center;
    width: 570px;
    border-radius: 70px;
    padding: 14px 17px;
    column-gap: 0px;
    margin: auto;
    flex-wrap: nowrap;
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
}

.regional_wmc_tab ul.nav li.nav-item {
    width: 392px;
    text-align: center;
    display: flex;
    justify-content: center;
}

.regional_wmc_tab ul.nav li.nav-item button {
    color: #858FBF;
    font-size: 20px;
    font-weight: 800;
    text-transform: uppercase;
    padding: 28px 39px;
    font-family: 'Gotham' !important;
}

.regional_wmc_tab ul.nav li.nav-item button.active {
    background: #FFFFFF;
    border-radius: 70px;
    font-size: 20.4px;
    color: #000;
    word-break: break-word;
    display: block;
    white-space: pre-wrap;
}

.regional_wmc_tab ul.nav li.nav-item button span {
    display: block;
    font-weight: 500;
    font-size: 16px;
}
button#pills-exhibitors-tab.active {padding: 28px 66px;}

.order-track-step .order-track-text p.order-track-text-sub {
    font-weight: 600;
    padding-right: 16px;
    text-align: end;
    padding-bottom: 0px;
    margin: 0px;
    font-size: 14px;
    color: #163758;
}

.order-track-step .order-track-text span.order-track-text-time {
    text-align: end;
    display: block;
    padding-right: 17px;
    margin-bottom: 0px;
    font-size: 12px;
}
 .order-track {
   margin-top: 32px;
   padding: 0 16px;
   padding-top: 10px;
   display: flex;
   flex-direction: column;
}
 .order-track-step {
   display: flex;
   height: auto;
   margin-left: 36px;
   padding-bottom: 20px;
}

 .order-track-step:last-child .order-track-status span:last-of-type {
   /* display: none; */
}
 .order-track-status {
   margin-right: 14px;
   position: relative;
}
 .order-track-status-dot {
   display: block;
   width: 35px;
   height: auto;
   border-radius: 50%;
   background: #2F327D;
}
 .order-track-status-line {
    display: block;
    margin: 0 auto;
    width: 4px;
    height: 100%;
    background: #D4D6FF;
}
 .order-track-text-stat {
   margin-bottom: 3px;
   font-weight: 500;
   font-size: 16px;
   color: #163758;
   line-height: 10px;
}
 .order-track-text-sub {
   font-size: 16px;
   font-weight: 300;
}
 .order-track {
   transition: all 0.3s height 0.3s;
   transform-origin: top center;
}
 
section.order_tracking_page {
    padding-top: 170px;
    padding-bottom: 70px;
}

section.order_tracking_page .orders_row {
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
    background: #fff;
    margin: 0px 40px;
    border-radius: 10px;
}

.order-track {
    padding-bottom: 30px;
    padding-left: 40px;
    padding-right: 40px;
    margin: 0px;
}

.order-track p.references_number {
    color: #053a64 !important;
    font-weight: bold;
    font-size: 20px;
    text-align: center;
    padding-bottom: 23px;
}

span.order-track-status-txt {
    margin-bottom: 0px;
    font-size: 12px;
}
.order-track-status-dot i{
    padding: 6px;
    color: #2F327D;
    font-size: 23px;
}  .order-track-step {
        margin-left: 0px !important;
    }
    
    .order-track {
        padding-left: 10px;
        padding-right: 10px;
    }
    
    .order-track-text-stat {
        white-space: initial;
        font-size: 16px;
        line-height: 20px;
        color: #333333;
        font-weight: bolder;
        font-family: 'Gotham';
    }
    
    span.order-track-status-txt {
        white-space: initial;
        font-size: 12px;
        display: block;
        line-height: 16px;
        font-weight: 600;
        padding-left: 4px;
        border-bottom: 1px solid #ccc;
        padding-bottom: 5px;
    }
    
    .order-track-step .order-track-text p.order-track-text-sub {
        white-space: nowrap;
        font-size: 12px;
        color: #333333;
        font-weight: 700;
        position: relative;
    }
    
    .order-track-step .order-track-text span.order-track-text-time {
        white-space: nowrap;
        font-size: 10px;
    }
.order-track-step .order-track-text {
    margin-top: 6px;
    margin-left: 0px;
}

p.order-track-text-stat {
    white-space: normal;
    padding-left: 4px;
}

.order-track .order-track-step:first-child {
    margin-left: 4px !important;
}

.order-track-step .order-track-text p.order-track-text-sub:before {
    content: "";
    height: 6px;
    width: 12px;
    display: block;
    background: #FACE47;
    position: absolute;
    left: -18px;
    top: 5px;
}
.agenda_left {
    margin-left: -40px;
}
.order-track .order-track-step:first-child span.order-track-status-txt {
    border-bottom: none;
}
.view_more {
    text-align: end;
}

.view_more a {
    text-decoration: underline;
    color: #202B63;
    font-size: 14px;
    font-weight: 500;
}







.event_manage_bar{
padding: 50px 0px;
}

.event_manage_bar h2{font-family: Gotham;font-size: 38px;font-weight: 800;line-height: 72px;letter-spacing: 0em;text-align: center;}
.event_bar_border{
border-bottom:5px solid #F0A100;
border-width: 8px;
}
.event_platinum_bar{
height: 207px;
border-radius: 9px;
margin: 50px 0px;
box-shadow: 0px 4px 4px 0px #00000040;

}
.platinum_sponsorrs_bar{
width:100%;
height: 40px;
border-radius: 9px 9px 0px 0px;
background: #202B63;
}

.platinum_sponsorrs_bar h6{
font-family: Gotham;
font-size: 17px;
line-height: 24px;
letter-spacing: 0px;
text-align: left;
font-weight: 700;
padding-left: 20px;
padding-top: 10px;
color: white;

}
.finance_bar_image img{
padding: 15px 55px;
}

.center_class{
display: block;
margin-left: auto;
margin-right: auto;
}
.found_expert_bar{
padding: 8px 20px;
}
.event_manage_section{
padding: 0px 20px;
}
.ifa_bar{
padding: 12px 25px; 
}
.exhibitors h2{font-family: Gotham;font-size: 38px;font-weight: 800;line-height: 72px;letter-spacing: 0em;text-align: left;position: relative;padding-left: 22px;}
.exhibitors_section{
width: 100%;
background: #202B63;
color: white;
padding: 20px 0px;
}
.exhibitors_image{
height: 60px;
  width: 250px;
  object-fit: fill;
}
.view_exhibitors{
align-items: flex-end;
display: flex;
justify-content: end;
}
.view_exhibitors button{
background: linear-gradient(126.99deg, #FFCC33 9.62%, #F0BB16 86.5%);
box-shadow: 0px 5.5958333015441895px 9.093229293823242px 0px #00000040;
border: none;
border-radius: 71px;
padding: 10px 20px;
margin-top: 20px;
font-weight: 800;
color:#333333
;
}
.partner_event{
background: #FBFBFB;
padding: 50px 0px;
}
.partner_event h2{
font-family: Gotham;
font-size: 38px;
font-weight: 800;
line-height: 72px;
letter-spacing: 0em;
text-align: center;
}
.image_24_bg{background-color: black;width: 200px;padding: 4px 65px; height: 79px;}
.image_24_bg img{width: 70px;}
.image_25_bg{
background-color: #fff;
width: 200px;
height: 79px;
padding: 0px 45px;
margin-top: 28px;
text-align: center;
}
.image_25_bg img{
width: 85px;
}
.image_left_bar{
display: flex;
}
.image-section_style{
margin: 0px 10px;
}
.image_26_bg img{
width: 200px;
}
.event_first_image img{
  width: 200px;
}
.event_partner_home_bar h6{
  font-family: Gotham !important;
  font-size: 20px !important;
  font-weight: 700 !important;
  line-height: 72px !important;
  font-style: bold;
  letter-spacing: 0em !important;
  text-align: left !important;
  
}
.partner_community_bar{
  padding-top: 50px;
}
.margin_event_section{
  margin-top: 10px;
  margin-bottom: 10px;
}
.evnt_tree_image img{
width: 200px;
}
.image_27_bg{
  margin-top: 28px;
}
.image_25_bg1{
  background-color: #fff;
width: 200px;
height: 79px;
padding: 0px 45px;
text-align: center;
}
.image_25_bg1 img{
  width: 85px;
  }
  .image_27_bg1{
    margin-top: 0px;
  }
  .partner_event h6{
    font-family: Gotham;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0em;
    text-align: left;
    position: relative;
  }
  .large-centered{
    display: flex;
  }
  .presentation_anuj a{
    display: flex;
    justify-content: end;
  }
  .large-centered h4{
    font-family: Gotham;
    font-size: 15px;
    font-weight: 800;
    line-height: 21px;
    letter-spacing: 0px;
    text-align: left;
    color: #333333;
  }
  .dr_bar{
    font-family: Gotham;
font-weight: 500;
line-height: 17px;
letter-spacing: 0em;
text-align: left;

  }
  .large-centered h3{
    font-family: Gotham;
font-size: 17px;
font-weight: 800;
line-height: 24px;
letter-spacing: 0px;
text-align: left;

  }
 

  .contact_form_home_bar{
    box-shadow: 0px 5.5958333015441895px 9.093229293823242px 0px #00000040;
    background: linear-gradient(126.99deg, #F7498B 0%, #6A01D3 75.25%);
    color: white;
    padding: 10px 0px;
    padding-top: 70px;
    padding-bottom: 40px;
  }
.contact_section_home_page h2{
  font-size: 38px;
  font-weight: 800;
  line-height: 42px;
  letter-spacing: 0px;
  text-align: left;
  
}
.contact_section_home_page p{
  font-size: 15px;
  font-weight: 325;
  line-height: 25px;
  letter-spacing: 0px;
  text-align: left;
  
}
.textarea_bar{
  margin: 20px 0px;
}
.form_section_btn{
  display: flex;
  justify-content: end;
}
.form_section_btn button{
  background: linear-gradient(126.99deg, #FFCC33 9.62%, #F0BB16 86.5%);
border-radius: 71px;
border: none;
padding: 10px 30px;
font-weight: 800;
font-size: 18px;
}
/*.image_row_slider_width{*/
/*  width: auto;*/
/*}*/
.image_row_slider_width img{
  width: 300px;
}
.colleague_button_section{
  display: flex;
  justify-content: end;
}
.colleague_button_section button{
  background: linear-gradient(126.99deg, #FFCC33 9.62%, #F0BB16 86.5%);
  box-shadow: 0px 5.5958333015441895px 9.093229293823242px 0px #00000040;
padding: 10px 15px;
border: none;
border-radius: 71px;
font-weight: 800;
font-size: 20px;
}

.slider_contant_section h2{
font-size: 45px;
font-weight: 900;
line-height: 44px;
letter-spacing: 0em;
text-align: left;

}
.slider_contant_section p{
font-size: 18px;
font-weight: 300;
line-height: 31px;
letter-spacing: 0em;
text-align: left;

}
.image_section_slider_bar{
  padding: 50px 0px;
}

.contact_form_home_bar .textarea_bar {
    padding-top: 20px;
}

.buy_button:hover {
    background-color: #FFCC33;
    color: #000;
}

.become_button:hover {
    background: transparent;
    border: 2px solid #FFCC33;
    color: #fff;
}

.view_all_button:hover {
    opacity: 0.8;
}

.view_exhibitors button:hover {
    opacity: 0.8;
}

.pricepoints button:hover {
    opacity: 0.8;
}

.colleague_button_section button:hover {
    opacity: 0.8;
}

.form_section_btn button:hover {
    opacity: 0.8;
}


.exhibitors h2:before {
    content: "";
    height: 15px;
    width: 36px;
    display: block;
    background: #FACE47;
    position: absolute;
    left: -18px;
    top: 26px;
}

.partner_event h6:before {
    content: "";
    height: 3px;
    width: 40px;
    display: block;
    background: #FACE47;
    position: absolute;
    left: 0px;
    top: 17px;
    right: 0px;
    }
    
    p.order-track-text-stat img {
    margin: -6px 0px 0px 0px;
}
    
    
    .owl-carousel .owl-dots {
    text-align: center;
    padding-bottom: 29px;
    position: relative;
    top: -40px;
}

.owl-carousel .owl-dots button.owl-dot {
    border: 1px solid #EAEAEA;
    height: 40px;
    width: 40px;
    margin-left: 38px;
    border-radius: 38px;
    background: #EAEAEA;
    color: #fff;
}

.owl-carousel .owl-dots button.owl-dot:first-child span:before {
    content: '1';
    color: #fff;
    font-size: 18px;
    padding: 10px;
    font-weight: 900;
}

.owl-carousel .owl-dots button.owl-dot:last-child span:before {
    content: '2';
    color: #fff;
    font-size: 18px;
    padding: 10px;
    font-weight: 900;
    }



button.owl-dot.active {
    background: #2F327D !important;
}

.owl-carousel .owl-dots button.owl-dot:first-child:after {content: "";width: 40px;display: block;height: 2px;background: #00000021;position: absolute;top: 20px;margin-left: 38px;}
    
    
@media (max-width: 767px){
    .banner_heading h2{
    font-size: 30px;
    line-height: 40px;
}
.banner_dicripation p{
    font-size: 12px;
}
.become_button{
    padding: 10px 15px;
    font-size: 15px;
}
.buy_button{
    font-size: 19px;
    padding: 2px 25px;
    margin: 19px 0px;
}
.banner_event .col-lg-8{
    padding: 40px 0px;
}

.article1{
    padding: 0px 0px;
}
.event_spekear_man{
    padding: 0px 0px !important;
}

    .event_man{
        margin: 8px -35px;
    }
    .border_left_bar1{
        font-size: 28px;
        line-height: 40px;
    }
    .agenda_left img{
        width: 100%;
    }

    .regional_wmc_tab ul.nav{

        flex-wrap: wrap;
        display: flex;
        flex-direction: column;
    }
    .regional_wmc_tab ul.nav li.nav-item{
        width: 100%;
        text-align: center;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .regional_wmc_tab ul.nav li.nav-item button{
        padding: 13px 12px;
    }
    .regional_wmc_tab ul.nav li.nav-item button.active{
        font-size: 18.4px;
    }
    .regional_wmc_tab ul.nav li.nav-item button{
        font-size: 18px;
    }
    button#pills-exhibitors-tab.active{
        padding: 10px 19px;
    }
    .event_manage_bar h2{
        font-size: 17px;
        line-height: 42px;
    }
    .found_expert_bar{
        padding: 8px 0px;
    }
    .found_expert_bar{
        width: 100%;
    }
    .ifa_bar {
        width: 100%;
        padding: 12px 0;
    }
    .right-left_border{
        font-size: 24px;
        width: 100%;
    }
.exhibitors_image{
    margin: 20px auto;
    width: auto;
    text-align: center;
    display: flex;
    justify-content: center;
}
.partner_event h2{
    font-size: 28px;
}

.event_pricing .pricing_table{
    display:block;
}
.regional_wmc_tab ul.nav{
    width:auto;
}

.banner_event {
    padding: 0px 20px;
}

.col-lg-4.man_image_section_image {
    display: none;
}

.name_button {
    width: auto;
    left: 20px;
    right: 20px;
}

.order-track-step .order-track-text p.order-track-text-sub {
    white-space: pre-wrap;
    width: 80px !important;
}

.event_platinum_bar {
    margin-bottom: 0px;
}

.view_exhibitors {
    justify-content: center;
}

.partner_event .col > div {
    text-align: center;
    margin: 10px auto;
}

.partner_event h6 {
    text-align: center;
}

.partner_event h6:before {
    display: none;
}

.partner_event .col > div .image_24_bg {
    margin: auto;
}

.partner_event .col > div .image_25_bg {
    margin: auto;
}

.pricing_value {
    margin-bottom: 40px;
}

.slider_contant_section h2 {
    font-size: 30px;
}

.slider_contant_section p {
    font-size: 16px;
}

.contact_section_home_page h2 {
    font-size: 27px;
}

.contact_form_home_bar form .col {
    margin-top: 20px;
}

.form_section_btn {
    justify-content: center;
}


}




/****event-page css start***/



section.top_event_page {

    background: url(../img/event_top_banner.svg);

    padding: 140px 0px 110px;

    background-size: cover;

    background-repeat: no-repeat;

    background-position: bottom;

    height: 100%;

    width: 100%;

}





.top_event_page .top_event_txt h1 {

    font-style: normal;

    font-weight: 700;

    font-size: 58px;

    line-height: 70px;

    letter-spacing: 0.03em;

    color: #FFFFFF;

}



.top_event_page .top_event_txt p {

    font-style: italic;

    font-weight: 400;

    font-size: 24px;

    line-height: 33px;

    letter-spacing: 0.03em;

    color: #FFFFFF;

}



span.line_border {

    height: 6px;

    display: block;

    background: #F48C06;

    width: 132px;

    border-radius: 2px;

}



section.upcoming_event {

    margin-top: 80px;

}





section.upcoming_event 

 .upcoming_event_img img {

    width: 100%;

    object-fit: cover;

    height: 320px;

}



.upcoming_event_left , .previous_event_right {

    background: linear-gradient(0deg, rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0.75)), #C2C9D1;

    height: 100%;

}



.upcoming_event_left .heading_event {

    display: flex;

    justify-content: space-between;

    padding: 20px 20px 0px 60px;

}

.previous_event_right .heading_event {

    display: flex;

    justify-content: space-between;

    padding: 20px 20px 0px 26px;

}



.upcoming_event .upcoming_event_left .heading_event h2 {

    font-style: normal;

    font-weight: 700;

    font-size: 30px;

    line-height: 42px;

    letter-spacing: 0.03em;

    text-transform: uppercase;

    color: #202B63;

    position: relative;

}

.upcoming_event .previous_event_right .heading_event h2 {

    font-style: normal;

    font-weight: 700;

    font-size: 20px;

    line-height: 26px;

    letter-spacing: 0.03em;

    text-transform: uppercase;

    color: #202B63;

    position: relative;

}


.upcoming_event_left .heading_event span.date_event {

    font-style: normal;

    font-weight: 700;

    font-size: 13px;

    line-height: 24px;

    letter-spacing: 1px;

    color: #584F4D;

}

.previous_event_right .heading_event span.date_event {

    font-style: normal;

    font-weight: 700;

    font-size: 14px;

    line-height: 20px;

    color: #584F4D;

    white-space: nowrap;

}



section.upcoming_event .upcoming_event_left h3 {

    font-style: normal;

    font-weight: 900;

    font-size: 18px;

    line-height: 24px;

    letter-spacing: 2px;

    color: #584F4D;

    padding: 6px 60px 4px;

}

section.upcoming_event .previous_event_right h3 {

    font-style: normal;

    font-weight: 900;

    font-size: 16px;

    line-height: 22px;

    letter-spacing: 2px;

    color: #584F4D;

    padding: 6px 26px 4px;

}







.upcoming_event_left p {

    padding: 0px 60px;

}

section.upcoming_event p{

    font-style: normal;

    font-weight: 400;

    font-size: 16px;

    line-height: 24px;

    letter-spacing: 1px;

    display: -webkit-box;

    -webkit-line-clamp: 4;

    -webkit-box-orient: vertical;

    overflow: hidden;

    text-overflow: ellipsis;

    color: #584F4D;

}

section.upcoming_event span.time_event{

      font-style: normal;

    font-weight: 700;

    font-size: 16px;

    line-height: 24px;

    letter-spacing: 1px;

    color: #584F4D;

    display: block;

    text-align: end;

 }

.upcoming_event_left 

 span.time_event {

    padding-right: 20px;

    padding-bottom: 20px;

}



.upcoming_event .upcoming_event_left .heading_event h2:after {

    content: "";

    height: 4px;

    display: block;

    background: #F48C06;

    width: 172px;

    border-radius: 2px;

}

.upcoming_event .previous_event_right .heading_event h2:after {

    content: "";

    height: 4px;

    display: block;

    background: #F48C06;

    width: 60px;

    border-radius: 2px;

}







section.upcoming_event 

 .previous_event_right p {

    padding: 0px 26px;

    font-size: 14px;

    display: -webkit-box;

    -webkit-line-clamp: 3;

    -webkit-box-orient: vertical;

    overflow: hidden;

    text-overflow: ellipsis;

}



.previous_event_right a.see_more_link {text-align: end;display: block;padding: 9px 16px 14px;text-decoration: underline;font-size: 14px;}



section.previous_events {

    margin-top: 80px;

}



section.previous_events .previous_events_heading {

    text-align: center;

}



section.previous_events .previous_events_heading h2 {

    font-style: normal;

    font-weight: 700;

    font-size: 34px;

    line-height: 53px;

    text-align: center;

    color: #0B3453;

    margin-bottom: 0px;

}



section.previous_events .previous_events_heading p {

    font-style: normal;

    font-weight: 400;

    font-size: 18px;

    line-height: 26px;

    text-align: center;

    color: #584F4D;

    mix-blend-mode: normal;

}



.previous_events_vertical {

    background: linear-gradient(0deg, rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0.75)), #C2C9D1;

    height: 100%;

    position: relative;

}



.previous_events_vertical img {

    width: 100%;

}



.previous_vertical_details {

    padding: 30px 20px;

}



.previous_vertical_details h3 {

    font-style: normal;

    font-weight: 700;

    font-size: 26px;

    line-height: 30px;

    letter-spacing: 0.03em;

    text-transform: uppercase;

    color: #202B63;

    position: relative;

    margin-bottom: 0px;

}



.previous_vertical_details h3:after {

    content: "";

    height: 4px;

    display: block;

    background: #F48C06;

    width: 61px;

    border-radius: 2px;

    margin-top: 2px;

    }



.previous_vertical_details h4 {

    font-style: normal;

    font-weight: 900;

    font-size: 18px;

    line-height: 24px;

    letter-spacing: 2px;

    color: #584F4D;

    padding: 16px 0px;

    margin: 0px;

}



.previous_vertical_details p {

    font-style: normal;

    font-weight: 400;

    font-size: 16px;

    line-height: 24px;

    letter-spacing: 2px;

    color: #584F4D;

    display: -webkit-box;

    -webkit-line-clamp: 5;

    -webkit-box-orient: vertical;

    overflow: hidden;

    text-overflow: ellipsis;

}



.previous_vertical_details a.see_more_link {

    font-style: normal;

    font-weight: 400;

    font-size: 18px;

    line-height: 24px;

    text-decoration-line: underline;

    text-transform: capitalize;

    color: #202B63;

    position: absolute;

    bottom: 8px;

    right: 20px;

}



.previous_events_horizontal {

    display: flex;

    background: linear-gradient(0deg, rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0.75)), #C2C9D1;

}



.previous_events_horizontal img {

    width: 100%;

}



.previous_events_horizontal .previous_hori_img {

    width: 48%;

}



.previous_events_horizontal .previous_hori_details {

    width: 52%;

    position:relative;

    padding: 30px 20px;

}



.previous_events_horizontal h3 {

    font-style: normal;

    font-weight: 700;

    font-size: 26px;

    line-height: 30px;

    letter-spacing: 0.03em;

    text-transform: uppercase;

    color: #202B63;

    position: relative;

    margin-bottom: 0px;

}



.previous_events_horizontal h3:after {

    content: "";

    height: 4px;

    display: block;

    background: #F48C06;

    width: 61px;

    border-radius: 2px;

    margin-top: 2px;

    }



.previous_events_horizontal h4 {

    font-style: normal;

    font-weight: 900;

    font-size: 18px;

    line-height: 24px;

    letter-spacing: 2px;

    color: #584F4D;

    padding: 16px 0px;

    margin: 0px;

}



.previous_events_horizontal p {

    font-style: normal;

    font-weight: 400;

    font-size: 16px;

    line-height: 24px;

    letter-spacing: 2px;

    color: #584F4D;

    display: -webkit-box;

    -webkit-line-clamp: 4;

    -webkit-box-orient: vertical;

    overflow: hidden;

    text-overflow: ellipsis;

}



.previous_events_horizontal a.see_more_link {

    font-style: normal;

    font-weight: 400;

    font-size: 18px;

    line-height: 24px;

    text-decoration-line: underline;

    text-transform: capitalize;

    color: #202B63;

    position: absolute;

    bottom: 8px;

    right: 20px;

}



.previous_events_more {

    text-align: center;

}



.previous_events_more a {

    font-style: normal;

    font-weight: 700;

    font-size: 22px;

    line-height: 53px;

/* identical to box height, or 212% */

    text-align: center;

    letter-spacing: 0.03em;

    text-decoration-line: underline;

    color: #0B3453;

}



.previous_events_more a:hover {

    color: #f48c06;

}



a.see_more_link:hover {

    color: #f48c06;

}

/****event-page css end***/


/***event gallery****/



section.top_event.top_event_details_gallery {

    background-size: cover !important;

    background: url(../image/topevent_gallery.png);

}



section.upcoming_event.event_gallery {

    margin-top: 60px;

}

section.upcoming_event.event_gallery {

    margin-top: 60px;

}



section.event_gallery_image {

    margin-top: 60px;

}



section.event_gallery_image .gallery_image {

    padding-bottom: 30px;

}



section.event_gallery_image .gallery_image img {

    width: 100%;

}



section.upcoming_event.event_gallery .upcoming_event_left {

    padding-bottom: 16px;

}



/*CARRER PAGE CSS**/

