h2 { width: 100%; position: relative; }
.centered { text-align: center; }
.w-embed-youtubevideo {
    width: 100%;
    position: relative;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
    background-size: cover;
    background-position: 50% 50%;
  }
  
  .w-embed-youtubevideo:empty {
    min-height: 75px;
    padding-bottom: 56.25%;
  }
  
  .div_container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: 40px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  
  .hs-form-iframe {
    width: 100% !important;
  }
  
  
  .navbar {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    padding: 10px 20px;
    /*border-bottom: 1px solid rgba(189, 189, 189, 0.5);*/
    background-color: transparent;
  }
  @media screen and (max-width: 497px) { 
    .navbar{padding: 0;}
    .header{padding-top: 0;}
  }
  .fixed-navbar { animation: fade 1500ms; background-color: #081924 !important; }
  
  
  .pbot_contact { background: linear-gradient(180deg, #D13434 0%, rgba(235, 87, 87, 0) 100%);
                  border-radius: 30px;
                  display: -webkit-box;
                  display: -webkit-flex;
                  display: -ms-flexbox;
                  display: flex;
                  }
  @media screen and (min-width: 992px) { 
  .pbot_contact  { -webkit-flex-direction: row !important; -ms-flex-direction: row !important; flex-direction: row !important; }	
  }
  .width100 {
    width: 50%;
    min-width: 350px;
  }
  
  .btn-arrow{
    position: relative;
  }
  
  .btn-arrow:after{
    content:"";
    width: 14px;
    height: 13px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    right: 20%;
    transform: translateY(-50%);
    transform-origin: right;
    transition: all .4s ease-in-out;
  }
  
  .btn-red-fill{
    background-color: #C11F1F;
    border: 2px solid #C11F1F;
    color:#DDD7CF;
    transition: all .2s ease-in-out;
    border-radius:50px;
  }
  .btn-red-fill:hover{
    background-color: rgb(255,255,255,0.5);
    color:#C11F1F;
    /*padding-left: 4px;*/
  }
  /*
  .btn-red-fill:hover:after{
    background-image: url('../../include/images/arrow-right-red.svg');
    right: 15%;
    transition: all .3s ease-in-out;
  }
  */
  .btn-red-transparent{
    background-color: transparent;
    color:#C11F1F;
    border: 2px solid #C11F1F;
    transition: all .2s ease-in-out;
    border-radius:50px;
  }
  
  .btn-red-transparent:hover{
    background-color: rgb(255,255,255,0.5);
    color:#C11F1F;
    /*padding-left: 4px;*/
  }
  
  .btn-red-transparent:hover:after{
    background-image: url('../../include/images/arrow-right.svg');
    right: 15%;
    transition: all .3s ease-in-out;
  }
  
  .btn-radius{
    border-radius: 50px;
  }
  
  .section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100vh;
    -webkit-box-pack: left;
    -webkit-justify-content: left;
    -ms-flex-pack: left;
    justify-content: left;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.8)), to(hsla(0, 0%, 100%, 0))), url('../../documents/Summit_24_hero.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.8), hsla(0, 0%, 100%, 0)), url('../../documents/Summit_24_hero.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
    clip-path: polygon(0 0, 100% 0, 100% 89%, 0% 100%);
    position: relative;
  }
  
  .section::after{
    content: "";
    position: absolute;
    /*background-image: url(../images/Gradient.png);*/
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    z-index: -1;
    background-position: right 19%;
  }
  
  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    color: #d0d0d0;
    font-weight: 800;
    cursor: pointer;
  }
  
  .nav-link:hover {
    color: #b20f0f;
  }
  
  .container80 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 1080px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 1;
  }
  
  .container80.horizontal {
    position: relative;
    z-index: 1;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  
  .form-wrapper { min-width: 50%; padding: 50px; }
  .form-wrapper H2 { font-weight: 800; font-size: 36px; line-height: 44px; color: #DDD7CF; }
  
  .reachthenextlevel {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 80%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  
  .reachthenextlevel.horizontal {
    position: relative;
    z-index: 1;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  
  .smallheading {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  
  .whiteline {
    width: 53px;
    height: 2px;
    margin-right: 10px;
    background-color: #fff;
  }
  
  .body {
    background-color: #081924;
    font-family: 'Nunito Sans', sans-serif;
    color: #D5CDC4;
  }
  
  .mt-60{
    margin-top: 60px;
  }
  
  .logo{
    max-width: 200px;
  }
  
  .header{
    padding-top: 10px;
  }
  
  ._700 {
    font-weight: 700;
  }
  
  .bigtitle {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 100%;
  }
.heading DIV { margin-top: 5px; font-size: 21px !important; line-height: 32px !important; font-weight: 700; }  
@media (min-width: 1200px) { 
  .heading { position: relative; z-index: 1; /*font-size: 128px;*/font-size: 100px; line-height: 115px; font-weight: 800; text-align: left; width: 100%; }
  .mainheading { margin-top: 90px !important; }
  .mainheading .smallheading { margin-left: 35px; }
  .mainheading .bigtitle { margin-left: 35px; }
  .mainheading .datediv { margin-left: 35px; }
  .mainheading .mainheading-buttons { margin-left: 35px; }
}
H1.heading .GFG { -webkit-text-stroke-color: #D5CDC4 !important;  }
.GFG{ width: 100%;
		display: block;
		position: absolute;
		top: 5px;
		left:5px;
		z-index: -1;
		-webkit-text-fill-color: transparent; /* Will override color (regardless of order) */
		text-fill-color: transparent;
		-webkit-text-stroke-width: 1px;
		-webkit-text-stroke-color: #D13434; 
		}
@media (min-width: 992px) { 
  .heading { position: relative; z-index: 1; font-size: 80px; line-height: 95px; font-weight: 800; text-align: left; width: 100%; margin-top:0; }
}
@media (min-width: 800px) and (max-width: 991px) { 
	.heading { position: relative; z-index: 1; font-size: 60px; line-height: 70px; font-weight: 800; text-align: left; width: 100%; margin-top:0; }
	.section-hero .video-iframe { margin-top: 30px; }
	}
@media (min-width: 600px) and (max-width: 799px) {
	.heading { position: relative; z-index: 1; font-size: 40px; line-height: 70px; font-weight: 800; text-align: left; width: 100%; margin-top:0; }
}
@media (min-width: 480px) and (max-width: 599px) {
	.heading { position: relative; z-index: 1; font-size: 40px; line-height: 66px; font-weight: 800; text-align: left; width: 100%; margin-top:0; }
}
@media (min-width: 320px) and (max-width: 479px) {
	.heading { position: relative; z-index: 1; font-size: 40px; line-height: 56px; font-weight: 800; text-align: left; width: 100%; margin-top:0; }
	.section-hero .video-iframe { margin-top: 30px; }
}  
  .video-iframe {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
  }
  
  .video-iframe iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  
  .redline {
    position: absolute;
    left: auto;
    top: 39%;
    right: 0%;
    bottom: auto;
    width: 60%;
    height: 16px;
    background-color: rgba(178, 15, 15, 0.8);
  }
  
  .datediv {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  
  .vertical_line_big {
    width: 43px;
    margin-right: 10px;
    margin-left: 10px;
    border-style: solid;
    border-width: 1px;
    border-color: #fff;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  
  .datetxt {
    font-size: 21px;
    line-height: 32px;
    font-weight: 600;
  }
  
  span.label {
    margin-left: 10px;
    padding: 4px 7px;
    font-size: 12px;
    line-height: 10px;
    background-color: #8d0c0c;
    border-radius: 10px;
    color: #fff;
  }
  
  .btn-video{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 186px;
    height: 60px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50px;
    background-color: transparent;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    cursor: pointer;
    text-decoration: none;
  }
  
  .buytickets { position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 310px;
    height: 60px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 20px;
    padding-right: 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50px;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    cursor: pointer;
    color: #DDD7CF; border: solid 1px #DDD7CF;
    text-decoration: none;
  }
  
  .book-a-room { position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 310px;
    height: 60px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 20px;
    /*padding-right: 20px;*/
    text-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50px;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    cursor: pointer;
    color: #DDD7CF; border: solid 1px #DDD7CF;
    text-decoration: none;
  }
  
  .book-a-room IMG { display: none; }
  .book-a-room:hover { background: #C11F1F; border: solid 1px #C11F1F; color: #FFF;}
  
  .book-a-room:hover DIV { display: none }
  /*.book-a-room:hover:before { content: "Sold out" }*/
  .book-a-room:hover IMG { display: inline-block; margin-left: 30px; }
  /*
  . { position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 310px;
    height: 60px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 20px;
    padding-right: 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50px;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    cursor: pointer;
  }
  */
  
  @media screen and (min-width: 992px) and (max-width: 1023px) {
       .buytickets {  }
       .redinfobig { font-size: 20px; }
       .price { font-size: 20px; }
       .pr_card_main { height: 620px; }
  }
  .speakertypes {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    flex-wrap: wrap;
    display: flex;
    margin-top: 30px;
    -webkit-box-align: start;
    align-items: flex-start;
  }
  
  .speakertypes2 {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    flex-wrap: wrap;
    display: flex;
    margin-top: 30px;
    -webkit-box-align: start;
    align-items: flex-start;
    justify-content: center;
  }
  
  .nav-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: 10px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  
  .socials {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 20px;
    margin-left: 40px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  
  .intro {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 60px;
    padding-bottom: 60px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  @media screen and (min-width: 992px) {
  .intro-item { width: 33%; padding: 0 15px; text-align: center; position: relative;}
  }
  .intro-item H3 { font-weight: 700; font-size: 24px; Line-height: 28px; margin-top: 15px; }
  .intro-item P { font-weight: 400; font-size: 18px; Line-height: 26px; padding: 0 25px; }
  .intro-item IMG { position: absolute; top: -55px !important; left: 0px !important; z-index: -1; }
  
  .intro-item.padded { margin-top: 38px; }
  .intro-item.padded IMG { position: absolute; top: -30px !important; left: 0px !important; z-index: -1; }
  
  @media screen and (max-width: 991px) {
  .intro-item { width: 100%; padding: 0 15px; text-align: center; position: relative;}
  }
  
  .meetspeakers {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 60px;
    padding-bottom: 60px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  
  
  .contact-hub {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  
  .cont_left {
    position: -webkit-sticky;
    position: sticky;
    left: 0%;
    top: 10%;
    right: auto;
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 20%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  
  .heading-2 {
    margin-bottom: 20px;
    font-size: 39px;
    line-height: 47px;
    font-weight: 700;
  }
  
  .text-block {
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
  }
  
  .text-block.levelsmall {
    width: 50%;
  }
  
  .text-block.levelsmall.nowidth {
    width: auto;
    font-weight: 400;
    text-align: center;
  }
  
  .text-block.levelsmall.nowidth.padbot {
    margin-bottom: 60px;
  }
  
  .cont_right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 80%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    /*-webkit-justify-content: flex-end;*/
    -ms-flex-pack: end;
    /*justify-content: flex-end;*/
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .cont_bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    /*-webkit-justify-content: flex-end;*/
    -ms-flex-pack: end;
    /*justify-content: flex-end;*/
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 30px;
  }
  
  .speaker_card {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 30%;
    min-height: 368px;
    margin-right: 10px;
    margin-bottom: 15px;
    margin-left: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    cursor: pointer;
    overflow: hidden;
    color: #fff;
    text-decoration: none;
    transition: all .4s ease-in-out;
    position: relative;
    border-radius: 35px;
  }
  
  
  /*
  .speaker_card.line_card.darkred { background: url('../images/gradient_speakers.png');}
  .speaker_card.line_card.green { background: url('../images/gradient_speakers.png');}
  .speaker_card.line_card.blue {background: url('../images/gradient_speakers.png');}
  .speaker_card.line_card.purple { background: url('../images/gradient_speakers.png');}
  .speaker_card.line_card.orange { background: url('../images/gradient_speakers.png'); }
  */
  
  .speaker_card.line_card.darkred:hover { background: linear-gradient(180deg, #D13434 0.08%, rgba(235, 87, 87, 0) 108.26%);}
  .speaker_card.line_card.green:hover { background: linear-gradient(180deg, #27AE60  0.08%, rgba(39, 174, 96, 0) 108.26%);}
  .speaker_card.line_card.blue:hover { background: linear-gradient(180deg, #4CA3D5 0.08%, rgba(45, 156, 219, 0) 108.26%); }
  .speaker_card.line_card.purple:hover { background: linear-gradient(180deg, #8346BB 0.08%, rgba(235, 87, 87, 0) 108.26%);}
  .speaker_card.line_card.orange:hover { background: linear-gradient(180deg, #D3843D 0.08%, rgba(235, 87, 87, 0) 108.26%); }
  
  @media screen and (max-width: 991px) {
  .speaker_card {	width: 46%; }
  }
  @media screen and (max-width: 588px) {
  .speaker_card {	width: 100%; }
  }
  
  .speakerimg {
    position: absolute;
    z-index: 0;
    width: 100%;
    height: Infinity%;
  }
  
  .card_content {
    position: relative;
    z-index: 2;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    /* margin-bottom: 10px;
    margin-left: 10px;
    padding-bottom: 20px;  
    padding-left: 10px;*/
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    border-radius: 0px;
  }
  
  .title {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
    -webkit-box-align: flex-end;
    -webkit-align-items: flex-end;
    -ms-flex-align: flex-end;
    align-items: flex-end;
  }
  
  .text-block-2 {
    font-size: 25px;
    line-height: 26px;
    font-weight: 700;
  }
  
  .vertical_line_small {
    height: 17px;
    margin: 0 15px 4px 15px;
    border-style: solid;
    border-width: 1px;
    border-color: #fff;
    /*
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    */
  }
  
  .text-block-left{
    margin-bottom: 20px;
    z-index: 2;
    padding-left: 25px
  }
  
  .text-block-3 {
    margin-top: 5px;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    line-height: 17px;
    font-weight: 700;
   
  }
  
  .overlay_speaker {
    position: absolute;
    left: 0%;
    top: 70.56%;
    right: 0%;
    bottom: 0%;
    z-index: 1;
    background: linear-gradient(28.8deg, rgba(4, 14, 34, 0.5) 7.83%, rgba(0, 0, 0, 0) 65.59%);
  }
  
  .microphone {
    position: absolute;
    left: auto;
    top: auto;
    right: 0%;
    bottom: 0%;
  }
  
  .cont45 {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    min-height: 60vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  
  .nextlevel {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 766px;
    min-height: 766px;
    padding: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(5, 13, 19, 0.6)), to(rgba(5, 13, 19, 0.6))), url('../../documents/BookingManagerSummit-96.jpg');
    background-image: linear-gradient(180deg, rgba(5, 13, 19, 0.6), rgba(5, 13, 19, 0.6)), url('../../documents/BookingManagerSummit-96.jpg');
    background-position: 0px 0px, 25% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }
  
  .nextleveldivin {
    width: 75%;
  }
  
  .red_info {
    position: absolute;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 320px;
    height: 320px;
    padding: 40px 40px 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 100%;
    background-color: #8c150d;
    box-shadow: 1px 1px 8px 0 #1d1d1d;
  }
  
  .red_info.redcircle1 {
    position: absolute;
    left: auto;
    top: 16%;
    right: 0%;
    bottom: 0%;
  }
  
  .red_info.redcircle2 {
    left: 53%;
    top: 0%;
    right: 0%;
    bottom: auto;
    height: 320px;
  }
  
  .red_info.redcircle3 {
    top: auto;
    right: 18%;
    bottom: 3%;
    width: 370px;
    height: 370px;
    padding-top: 20px;
  }
  
  .typeof {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 30px 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    /*-webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;*/
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  
  .type {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: 30px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  
  .ellipse {
    width: 26px;
    height: 26px;
    margin-right: 15px;
    border-radius: 20px;
    
  }
  
  .ellipse.purple {
    background: linear-gradient(180deg, #8346BB 0%, rgba(235, 87, 87, 0) 100%);
  }
  
  .ellipse.green {
    background: linear-gradient(180deg, #27AE60 0%, rgba(39, 174, 96, 0) 100%);
  }
  
  .ellipse.blue {
    background: linear-gradient(180deg, #4CA3D5 0%, rgba(45, 156, 219, 0) 100%);
  }
  
  .ellipse.orange {
    background: linear-gradient(180deg, #D3843D 0%, rgba(235, 87, 87, 0) 100%);
  }
  
  .ellipse.darkred {
    background: linear-gradient(180deg, #D13434 0%, rgba(235, 87, 87, 0) 100%);
  }
  
  .typetxt { font-size: 14px; line-height: 30px; }
  
  .typetxt.bold { font-weight: 700; color: #FFF; text-shadow: 1px 1px #000000;}
  
  .star {
    position: absolute;
    left: auto;
    top: -5%;
    right: 0%;
    bottom: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 112px;
    height: 112px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%;
    background-color: #fff;
    box-shadow: 1px 1px 13px 0 #333;
  }
  
  .div-block {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  
  .cont55 {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    min-height: 60vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  
  .reallife_virtual {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    padding-top: 60px;
    padding-bottom: 120px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  
  H2.heading-x { font-weight: 800;
                   font-size: 90px;
                   line-height: 80px;
                   /*display: flex;
                   align-items: center;
                   text-align: right;*/
                   /*background: linear-gradient(180deg, #D13434 0%, rgba(235, 87, 87, 0.1) 100%);*/
                   color: #D5CDC4;
                   /*-webkit-background-clip: text;
                   -webkit-text-fill-color: transparent;
                   background-clip: text;
                   text-fill-color: transparent;
                   */
                   opacity: 1;
                   z-index: 1;
                   position: relative;
                   width: 100%;
                   }

  @media screen and (max-width: 479px) {
    H2.heading-x { /*text-align: left;*/ font-size: 39px; line-height: 49px; }
    .sponsors_partners H2.heading-x { font-size: 39px !important; line-height: 49px !important; }
  }
   @media (min-width: 480px) and (max-width: 991px)  {
    H2.heading-x { /*text-align: left;*/ font-size: 49px; line-height: 57px; }
    .sponsors_partners H2.heading-x { font-size: 49px !important; line-height: 57px !important; }
  }
  @media screen and (min-width: 1180px) {
  .reallife_virtual .container80 { max-width: 900px; }
  /*.reallife_virtual-row H2.heading-x { right: -90px !important; }*/ 
  }
  .reallife_virtual-row { position: relative; width: 100%; display: flex; }
  /*
  .reallife_virtual-row H2.heading-x { position: absolute; top:-80px; right: -20px; }
  */
  .container100 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  
  .div50reallife {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 49%;
    margin-right: 1%;
    height: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    /*background-image: -webkit-gradient(linear, left top, left bottom, from(180deg, #198036 0%, rgba(87, 199, 235, 0) 100%), to(rgba(87, 199, 235, 100%))), url('../../documents/PHL_7289.jpg');*/
    background-image: linear-gradient(180deg, #198036 0%, rgba(87, 199, 235, 0) 100%), url('../../documents/bms-live.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }
  
  .reallife {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 90%;
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -webkit-align-items: center;
    -ms-flex-align: end;
    align-items: center;
  }
  
  .heading-3 {
    margin-bottom: 20px;
    font-size: 49px;
    line-height: 57px;
  }
  
  .whatyouget {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 40px;
    margin-bottom: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  
  .checkmark {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 10px;
    margin-bottom: 10px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  
  .check {
    margin-right: 10px;
  }
  
  .div50virtual {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 49%;
    margin-left: 1%;
    height: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    /*background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(100, 11, 11, 0.64)), to(rgba(100, 11, 11, 0.64))), url('../../documents/MacBookMockup.jpg');*/
    background-image: linear-gradient(180deg, #194280 0%, rgba(87, 226, 235, 0) 100%), url('../../documents/bms-virtual.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }
  @media screen and (min-width: 700px) {
      .reallife_virtual-row { margin-bottom: 60px; }
      .div50virtual { margin-top: 100px; }
  }
  @media screen and (max-width: 699px) {
  .reallife_virtual-row { position: relative;
                          width: 100%;
                          display: flex;
                          -webkit-flex-direction: column;
                          -ms-flex-direction: column;
                          flex-direction: column;
                          }
                          
  .reallife_virtual-row H2.heading-x { position: initial; justify-content: flex-end; }
  .div50virtual {}
  /*.meetspeakers H2.heading-x { position: absolute; top: -80px !important; right: 0px !important; }*/
  }

  @media screen and (max-width: 479px) {
    .slick-next{right: 0px !important;}
    .slick-prev{left: 0px !important;}
  }
  
  .pricing {
      position: relative;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      padding-top: 60px;
      padding-bottom: 60px;
      -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
      justify-content: space-around;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  }
  
  
  .accommodation{
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 60px;
    padding-bottom: 60px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  } 
  .accommodation-images {
      display: -webkit-box;
       display: -webkit-flex;
       display: -ms-flexbox;
       display: flex;
       -webkit-flex-direction: row;
       -ms-flex-direction: row;
       flex-direction: row;
  }
  .accommodation-image-left {
    display: -webkit-box;
     display: -webkit-flex;
     display: -ms-flexbox;
     display: flex;
     -webkit-flex-direction: row;
     -ms-flex-direction: row;
     flex-direction: row;
     width: 100%;
}
  .accommodation-image-left {
      display: -webkit-box;
       display: -webkit-flex;
       display: -ms-flexbox;
       display: flex;
       -webkit-flex-direction: row;
       -ms-flex-direction: row;
       flex-direction: row;
       width: 50%;
  }
  .accommodation-image-left IMG { margin-bottom: 20px; }
  .accommodation-image-right {
      display: -webkit-box;
       display: -webkit-flex;
       display: -ms-flexbox;
       display: flex;
       -webkit-flex-direction: column;
       -ms-flex-direction: column;
       flex-direction: column;
       width: 49%;
       margin-left: 1%;
  }
  .accommodation-image-right IMG { margin-bottom: 20px; }
  /*
  {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 60px;
    padding-bottom: 60px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  */
  .rooms {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: 40px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  @media screen and (max-width: 799px) {
  .rooms {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      display: grid;
    }
  }
  
  .rooms .roomdiv:first-child{
    justify-content: end;
    margin-right: 10px;
  }
  
  .rooms .roomdiv:last-child{
    justify-content: start;
    margin-left: 10px;
  }
  
  .roomdiv {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    /*padding: 60px;*/
    -webkit-box-pack: justify;
    -webkit-justify-content: center;
    -ms-flex-pack: justify;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    /*
    border-radius: 20px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(79, 89, 96, 0.59)), to(rgba(79, 89, 96, 0.59))), url('../../documents/roomdouble.png');
    background-image: linear-gradient(180deg, rgba(79, 89, 96, 0.59), rgba(79, 89, 96, 0.59)), url('../../documents/roomdouble.png');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;�
    */
  }
  
  .contnetroom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  
  .redinfobig { /*margin-right: 15px;*/ font-size: 20px; font-weight: 700; }
  .price { margin-right: 15px; font-size: 20px; font-weight: 700; display: none;}
  .pernight { margin-right: 15px; font-size: 14px; font-weight: 400; display: none; }
  
  .text-block-6 {
    margin-bottom: 5px;
    margin-left: 10px;
    font-weight: 600;
  }
  
  .schedule{
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 60px;
    padding-bottom: 60px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  } 
  
  @media screen and (min-width: 1300px) {
      .schedule .typeof.onside{
          position:fixed;
          left: 50px;
          top:10vh;
          flex-direction:column;
          transition: all .6s ease-in-out;
      }
  }
  
  /*
  {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 60px;
    padding-bottom: 60px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: linear-gradient(284deg, rgba(79, 89, 96, 0.9), rgba(79, 89, 96, 0));
    padding-top: 120px;
  }
  */
  .testimonials { position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    padding-top: 60px;
    padding-bottom: 60px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  /*  
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 60px;
    padding-bottom: 60px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    */
  }
  /*
  @media screen and (min-width: 1180px) {
  .testimonials H2.heading-x { right: -90px !important; } 
  }
  */
  .testimonials-row { position: relative; width: 100%; display: flex; }
  /*
  .testimonials H2.heading-x { position: absolute; top:-80px; right: -20px; }
  */
  
  .contact_result {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 60px;
    padding-bottom: 60px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  /*
  .slider {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: auto;
    margin-top: 40px;
    margin-bottom: 40px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: hsla(0, 0%, 86.7%, 0);
  }
  
  .mask {
    width: 100%;
  }
  
  .slide {
    width: 100%;
  }
  
  .sliderdiv {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  */
  .slick-prev:before, .slick-next:before{
    color: #9d2e31 !important;
    font-size: 30px !important;
  }

 


  .slider_content {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    /*
    width: 70%;
    padding-top: 20px;
    padding-bottom: 20px;
    */
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  
  
  .slidelead { position: relative; z-index: 1; font-size: 20px; line-height: 30px; font-weight: 700; color: #D5CDC4; }
  .slidetxt  { position: relative; z-index: 1; font-size: 16px; line-height: 30px; font-weight: 400; color: #D5CDC4; }
  
  .person { width: 100%; display: flex; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; } 
  
  .personthumb {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 10%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  
  .personinfo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  
  .nameof { color: #D5CDC4; font-size: 16px; line-height: 24px; font-weight: 600; }
  .company { color: #D5CDC4; font-size: 18px; line-height: 24px; font-weight: 700; }
  
  .slide-nav {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: -10%;
    display: block;
  }
  
  .quotes { position: absolute; left: -18px;  top: 0;  z-index: -1; width: 30px !important;  height: : 30px !important; }
  .right-arrow { display: none; }
  .left-arrow { display: none; }
  
  .sponsorsdiv {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    /*width: 80%;*/
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  
  .partnersdiv {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    /*width: 80%;*/
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    flex-direction: row;
  }
  
  .sponsor {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 300px;
    height: 180px;
    margin: 10px 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 10px;
    background-color: #fff;
    cursor: pointer;
  }
  
  .partner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 170px;
    height: 110px;
    margin: 10px 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 10px;
    background-color: #fff;
    cursor: pointer;
  }
  
  .sponsors_partners { position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 60px;
    padding-bottom: 60px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#09161f), to(#09161f));
    background-image: linear-gradient(180deg, #09161f, #09161f);
  }
  
  .sponsors_partners H2.heading-x { font-size: 76px; line-height: 90px; }
  
  .contactus {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 60px;
    padding-bottom: 60px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  
  .realinner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 80%;
    /*min-height: 700px;*/
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  
  .soc_link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
  }
  
  .nav_cta {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 80px;
    height: 80px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%;
    background-color: #b20f0f;
    box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.4);
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    line-height: 17px;
    font-weight: 700;
    text-align: center;
  }
  
  .nav_cta:hover {
    background-color: #d41919;
    box-shadow: 0 0 8px 4px rgba(0, 0, 0, 0.4);
  }
  
  .footer {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-top: 140px;
    padding-bottom: 100px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  
  .footer_content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 80%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  
  .logo_socials {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  
  .footer_logo {
    margin-bottom: 40px;
  }
  
  .footer_txt {
    max-width: 30%;
  }
  
  .txt-in {
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
  }
  
  .sitemap-main {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  
  .sitemap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding: 0 50px 0 0;
    width: 150px;
  }
  
  .sitemap-previous {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  
  .sitelink {
    margin-bottom: 2px;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
  }
  
  .sitelink:hover {
    color: #b20f0f;
    font-weight: 600;
  }
  
  .infodiv_footer {
    /*position: absolute;
    left: auto;
    top: -17%;
    right: auto;
    bottom: auto;*/
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min- width: 50%;
    /*
    padding-top: 50px;
    padding-bottom: 50px;
    -webkit-justify-content: ;
    -ms-flex-pack: distribute;
    justify-content: ;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    */
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    /*border-radius: 10px;
    background-color: #8d0c0c;*/
  }
  
  .maildiv {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    text-decoration: none;
    height: 70px;
  }
  
  .mailtxt {
    margin-left: 10px;
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
  }
  
  .burger-2 {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 80px;
    height: 80px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 4px;
    background-color: #fff;
    box-shadow: 6px 6px 25px 0 rgba(40, 7, 128, 0.15);
    cursor: pointer;
  }
  
  .burger-2.menu-button {
    display: none;
  }
  
  .b2-bar1 {
    width: 30px;
    height: 4px;
    background-color: #fff;
  }
  
  .b2-middle-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 30px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  
  .b2-middle-bar-left {
    width: 50%;
    height: 4px;
    margin-top: 4px;
    margin-bottom: 4px;
    background-color: #fff;
  }
  
  .b2-middle-bar-right {
    width: 50%;
    height: 4px;
    margin-top: 4px;
    margin-bottom: 4px;
    background-color: #fff;
  }
  
  .b2-bar3 {
    width: 30px;
    height: 4px;
    background-color: #fff;
  }
  
  .mainheading {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-top: 120px;
    width: 90%;
  }
  
  .mainheading-buttons .buytickets { width: 186px !important; /*margin-left: 20px;*/ }
  .mainheading-buttons { /*display: flex;*/ justify-content: flex-start; width: 100%; }
  @media screen and (max-width: 439px) { 
      .mainheading-buttons { flex-direction: column; }
      .mainheading-buttons .buytickets { margin-left: 0px !important; }
  }
  
  .schedule_block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: 60px;
    margin-bottom: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }
  
  .main_tab {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  
  .tab_day {
    /*border-right: 1px solid #fff;*/
    border-bottom: 3px solid transparent;
    background-color: hsla(0, 0%, 100%, 0);
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    color: #747880;
    width: 33%;
    text-align: center;
  }
  
  @media screen and (max-width: 439px) { 
      .tabs-menu-3 .w-tab-link{padding:30px 10px;}
  }
  
  .tab_day.w--current {
    /*border-right: 1px solid #fff;*/
    background-color: hsla(0, 0%, 100%, 0);
    color: #DDD7CF;
  }
  
  .tab_day.tab_day_last {
    border-right-style: none;
  }
  
  .daytxt {
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
  }
  
  .tabs-menu-3 .w--current .daytxt { border-bottom: 3px solid #8d0c0c; }
  
  .date-txt {
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
  }
  
  .tab-pane-tab-1 {
    width: 100%;
  }
  
  .tabs-content {
    width: 70%;
    margin-top: 20px;
  }
  
  .tabs-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: rgba(221, 215, 207, 0.2);
    border: 1px solid rgba(221, 215, 207, 0);
    box-sizing: border-box;
    border-radius: 8px;
    margin-bottom: 30px;
  }
  
  .stage_tab {
    background-color: hsla(0, 0%, 100%, 0);
    color: #DDD7CF;
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    text-transform: uppercase;
    width: 33%;
    text-align: center;
  }
  
  .stage_tab.w--current {
    background-color: hsla(0, 0%, 100%, 0);
    color: #C11F1F;
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    text-transform: uppercase;
  }
  
  .speaker_inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-bottom: 30px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-decoration: none !important;
  }
  
  .speaker_inner .text-block-3{position: relative;}
  .speaker_inner .line_card { position: relative; margin: 0 20px; width: 30px; height: 40px; border-radius: 50px; padding:0 20px;}
  .speaker_inner .text-block-3::after{content: "";
    position: absolute;
    left: 50%;
    width: 1px;
    height: 100%;
    background: linear-gradient(90deg, #828282 6.15%, rgba(130, 130, 130, 0) 90.5%);
    display: block;
    position: absolute;
    z-index: -1;
    }
  .speaker_inner:last-child .text-block-3::after{width: 0; height: 0;}
  .speaker_inner .text-block-left.line_card.darkred { background: linear-gradient(180deg, #D13434 0%, rgba(235, 87, 87, 0) 100%);  }
  .speaker_inner .text-block-left.line_card.green { background: linear-gradient(180deg, #27AE60 0%, rgba(39, 174, 96, 0) 100%); }
  .speaker_inner .text-block-left.line_card.blue { background: linear-gradient(180deg, #4CA3D5 0%, rgba(45, 156, 219, 0) 100%); }
  .speaker_inner .text-block-left.line_card.purple { background: linear-gradient(180deg, #8346BB 0%, rgba(235, 87, 87, 0) 100%); }
  .speaker_inner .text-block-left.line_card.orange { background: linear-gradient(180deg, #D3843D 0%, rgba(235, 87, 87, 0) 100%); }
  
  .tabs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  
  .timediv {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 20%;
    /*padding: 20px 30px;*/
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    /*-webkit-justify-content: center;*/
    -ms-flex-pack: center;
    /*justify-content: center;*/
    -webkit-box-align: start;
    -webkit-align-items: flex-end;
    -ms-flex-align: start;
    align-items: flex-end;
    /*border-radius: 8px 0px 0px 8px;*/
    /*background-color: #8d0c0c;*/
  }
  
  .speaker_about {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 75%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    /*background-color: #fff;*/
  }
  
  .text-block-7 { font-size: 16px; line-height: 38px; text-decoration: none !important; color: #DDD7CF; word-wrap: break-word; }
  
  .linespeaker {
    min-width: 4px;
    height: 85px;
    margin-right: 20px;
    margin-left: 20px;
    background-color: #8b7fd7;
  }
  
  .linespeaker.green {
    background-color: #27ae60;
  }
  
  .linespeaker.blue {
    background-color: #56ccf2;
  }
  
  .linespeaker.darkred {
    background-color: #bf3a41;
  }
  
  .linespeaker.orange {
    background-color: #f2994a;
  }
  
  .speaker_text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    color: #DDD7CF;
    font-size: 18px;
    line-height: 38px;
    font-weight: 700;
  }
  .text-block-8 { font-size: 18px; line-height: 24px; font-weight: 400; }
  .text-block-8b { display: none; }
  .text-block-9 { /*margin-top: 10px;*/ font-size: 18px; line-height: 38px; text-transform: uppercase; }
  
  .tabs-content-2 {
    width: 100%;
  }
  
  .tabs-menu-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    /*
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    */
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 14%;
  }
  
  .menu-button-2 {
    padding: 0px;
    border-radius: 0px;
  }
  
  
  .tabs-menu-3 { border-bottom: 1px solid #fff; width: 70%; display: flex; justify-content: center; }
  
  .tabs-menu-3 .w-tab-link { position: relative;
      display: inline-block;
      vertical-align: top;
      text-decoration: none;
      /*padding: 0 30px 0 30px;*/
      text-align: center;
      cursor: pointer;
      top: 5px;
       }
  .tabs-menu-3 .w--current { }
  
  .pricing_tab {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    /*
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    */
  }
  @media screen and (max-width: 991px) {
  .pricing_tab { display: -webkit-box;
                  display: -webkit-flex;
                  display: -ms-flexbox;
                  display: flex;
                  width: 100%;
                  -webkit-box-orient: vertical;
                  -webkit-box-direction: normal;
                  -webkit-flex-direction: column;
                  -ms-flex-direction: column;
                  flex-direction: column;
  }
  }
  .tab_price {
    background-color: hsla(0, 0%, 78.4%, 0);
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    color: #D5CDC4;
    font-size: 20px;
    line-height: 30px;
    font-weight: 300;
    cursor: pointer;
    
    margin-bottom: 15px;
  }
  
  .tab_price.w--current {
    background-color: hsla(0, 0%, 100%, 0);
    color: #fff;
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    border-left: solid 3px #b20f0f;
    /*text-align: center;*/
  }
  
  .price_red_line {
    position: absolute;
    left: 22px;
    top: auto;
    bottom: 12px;
    z-index: -1;
    width: 75%;
    height: 8px;
    background-color: #b20f0f;
  }
  
  .tabs-content-3 {
    width: 86%;
    /*margin-top: 40px;
    margin-bottom: 20px;
    */
  }
  
  .pricing_block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  
  .pricing_card {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    width: 33%;
    max-width: 460px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-left: solid 1px rgba(213, 205, 196, .5);
    /*border-radius: 20px;*/
    /*background-color: #fff;*/
    
  }
  
  .pr_card_title {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    /*background-color: #4f5960;*/
    text-align: right;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    color: #DDD7CF;
    padding: 30px 0;
  }
  
  .text-block-10 {
    color: #f2f2f2;
  }
  
  .pr_card_main {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 550px;
    /*
    padding-top: 40px;
    padding-bottom: 40px;
    */
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    /*background-color: #fff;*/
    color: #D5CDC4;
  }
  
  .pricing_title {
    margin-top: 20px;
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
  }
  
  .pr_price {
    margin-top: 10px;
    margin-bottom: 20px;
    color: #DDD7CF;
    font-size: 49px;
    line-height: 59px;
    font-weight: 900;
  }
  
  .pr_inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 95%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  
  .pr_amenity {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 8px;
    margin-bottom: 8px;
    margin-left: 10px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  
  .pr_sm_txt {
    margin-left: 10px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
  }
  
  .buy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    /*width: 100%;*/
    padding: 10px 40px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    /* border-top: 3px dashed #ffffff; */
    background: linear-gradient(94.02deg, #44AA76 18.58%, #2F925F 97.35%);
    border-radius: 50px;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
  }
  .buy:hover { background: #DDD7CF; color: #44AA76 !important; }
  .grey_buy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 10px 40px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    /* border-top: 3px dashed #ffffff; */
    background-color: rgb(79,89,96);
    border-radius: 50px;
    color: #fff;
    text-decoration: none;
  }
  
  .buy_tickets { color: #fff; font-size: 20px; line-height: 30px; font-weight: 700; }
  
  .testimonial {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    /*margin-left: 20px;*/
    padding: 0 36px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  
  .image-2 {
    border-radius: 50%;
  }
  
  .speakr_content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: 25px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  
  /* .line_card { position: absolute; bottom: 0px; left: -19px; height: 28px; line-height: 28px; padding: 0 20px; } */
  
  .line_card.purple { background: linear-gradient(90deg, #8346BB 0%, rgba(155, 81, 224, 0) 112.39%); }
  .line_card.green { background: linear-gradient(90deg, #27AE60 14.38%, rgba(39, 174, 96, 0) 118.95%); }
  .line_card.orange { background: linear-gradient(89.86deg, #D3843D 0.08%, rgba(242, 153, 74, 0) 108.26%); }
  .line_card.darkred { background: linear-gradient(90deg, #D13434 6.15%, rgba(235, 87, 87, 0) 90.5%); }
  .line_card.blue { background: linear-gradient(90deg, #56ccf2 0%, rgba(155, 81, 224, 0) 112.39%); }
  
  .see_more {
    position: absolute;
    left: auto;
    top: auto;
    right: 0%;
    bottom: -6%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    width: 100%;
    justify-content: center;
  }
  .seeall { font-weight: 700; font-size: 18px; line-height: 24px; color: #DDD7CF; border: solid 1px #DDD7CF; padding: 15px 45px; border-radius: 50px; margin-top: 20px; }
  .seeall IMG { display: none; }
  .see_more:hover .seeall { color: #C11F1F; border: solid 1px #C11F1F;}
  .reddot {
    position: relative;
    right: 10%;
    z-index: -1;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background-color: #b20f0f;
  }
  
  
  .modal-body {
    position: relative;
    z-index: 10;
    padding: 35px 30px 20px;
    width: 50%;
    min-width: 350px;
    border-radius: 4px;
    background: url(../img/modal-bg.jpg);
    background-size: cover;
    box-shadow: 0 9px 50px -14px #000;
  }
  
  .modal-wrapper {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 99999;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100vw;
    height: 100vh;
    padding: 40px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-perspective: 850px;
    perspective: 850px;
    cursor: default;
  }
  
  .close-icon {
    position: absolute;
    top: 30px;
    right: 30px;
    z-index: 20;
    width: 25px;
    cursor: pointer;
  }
  
  .w100 {
    width: 100% !important;
  }
  
  .modal-title {
    margin-bottom: 30px;
    color: #fff;
    font-size: 30px;
    line-height: 32px;
    font-weight: 700;
  }
  
  .flex-body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 60px 0;
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  
  .modal-closer {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 5;
    background-color: rgba(0, 0, 0, 0.69);
  }
  
  .hero2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 60vh;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.8)), to(hsla(0, 0%, 100%, 0))), url('../../documents/PHL_7672.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.8), hsla(0, 0%, 100%, 0)), url('../../documents/PHL_7672.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }
  @media screen and (min-width: 576px) {
  .hero2.small { height: 55vh !important; }
  .hero2.small .mainheading { margin-top: 70px !important; width: 100%; }
  .mainheading-buttons { display: flex; }
  #talk { margin-left: 20px; }
  }
  .redline2 { display: none;
    position: absolute;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 20%;
    width: 100%;
    height: 16px;
    background-color: rgba(178, 15, 15, 0.8);
  }
  
  .cont_hero {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 80%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  
  .inner80speaker {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 90%;
    margin-top: 40px;
    margin-bottom: 40px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  
  .inner70speaker {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 70%;
    margin-top: 40px;
    margin-bottom: 40px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  
  .speakerabout {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-left: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  
  .inner80speaker.orient-left { align-items: flex-start; -webkit-align-items: flex-start; width: 60%; position: relative; flex-direction: column; }
  .blurdot{ position: absolute; width: 300px; height: 300px; left: 0px; top: 150px; }
  
  .blurdot.line_card.darkred { background: #D13434; opacity: 0.75; filter: blur(250px); transform: rotate(90deg); z-index: -1; }
  .blurdot.line_card.green { background: #27AE60; opacity: 0.75; filter: blur(250px); transform: rotate(90deg); z-index: -1; }
  .blurdot.line_card.blue {background: #4CA3D5; opacity: 0.75; filter: blur(250px); transform: rotate(90deg); z-index: -1; }
  .blurdot.line_card.purple {background: #8346BB; opacity: 0.75; filter: blur(250px); transform: rotate(90deg); z-index: -1; }
  .blurdot.line_card.orange { background: #D3843D; opacity: 0.75; filter: blur(250px); transform: rotate(90deg); z-index: -1; }
  
  .speakerabout.inner70 { width: 70%; }
  .title_2 {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
    -webkit-box-align: center;
    /*
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    */
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: column;
  }
  
  .speakerabout .title_2 .text-block-3 { font-weight: 400; font-size: 21px; line-height: 32px; }
  .spekaername { font-size: 60px;  line-height: 70px; font-weight: 800; }
  .speakerabout .text-block-11 { font-weight: 700; font-size: 20px; line-height: 26px; }
  .text-block-11 { margin-top: 10px; margin-bottom: 10px; font-size: 20px; line-height: 30px; }
  .paragraph_main { margin-top: 20px; margin-bottom: 20px; font-weight: 400; font-size: 18px; line-height: 26px; }
  
  .type-copy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 10px;
    margin-bottom: 10px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .type-copy IMG { height: 36px; }
  .typetxt-copy { margin-left: 20px; font-size: 20px; line-height: 24px; font-weight: 700; }
  
  .vert_speaker_small {
    width: 17px;
    margin-right: 5px;
    margin-left: 5px;
    border-style: solid;
    border-width: 1px;
    border-color: #fff;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  
  .aboutws {
    font-size: 39px;
    line-height: 47px;
    font-weight: 700;
  }
  
  .title_2-copy {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
  
  .meetspeakers_grey {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 60px;
    padding-bottom: 60px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    /*background-color: #4f5960;*/
  }
  
  /*.meetspeakers H2.heading-x { position: absolute; top: -18px; right: 0px !important; }*/
  
  .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  
  .gallery-image-wrapper {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    height: 350px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    /* background-image: url('../../documents/PHL_7289.jpg'); */
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    cursor: pointer;
  }
  
  .gallery-thumb-cover {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.6)));
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6));
    font-family: Inconsolata, monospace;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
  }
  
  .expand-icon {
    width: 35px;
    margin-top: 5px;
    margin-bottom: 10px;
  }
  
  .gallery-modal-wrapper {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 99;
    display: none;
    padding: 100px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.87)), to(rgba(0, 0, 0, 0.87)));
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.87), rgba(0, 0, 0, 0.87));
  }
  
  .gallery-modal-image {
    position: relative;
    z-index: 10;
    height: 100%;
    max-width: 1100px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    /* background-image: url('../../documents/BookingManagerSummit-44.jpg'); */
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    box-shadow: 0 1px 50px 0 rgba(0, 0, 0, 0.21);
  }
  
  .gallery-modal-closer {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
  }
  
  .close-button {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
    padding: 12px;
    -webkit-transition: -webkit-transform 200ms ease;
    transition: -webkit-transform 200ms ease;
    transition: transform 200ms ease;
    transition: transform 200ms ease, -webkit-transform 200ms ease;
    cursor: pointer;
  }
  
  .close-button:hover {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
  
  .gallery-item {
    width: 33.33%;
    padding: 5px;
  }
  
  .form-block {
    min-width: 50%;
    padding-bottom: 60px;
  }
  
  .text-field { margin-bottom: 20px;
                padding-top: 10px;
                padding-bottom: 10px;
                border-radius: 0px;
                font-weight: 700;
                color: #DDD7CF;
                background-color: transparent;
                border-width: 1px;
                border-style: none none solid none;
                border-color: #DDD7CF;
                }
  
  .form_cta {
    width: 186px;
    height: 55px;
    /*float: right;*/
    border-radius: 30px;
    background-color: #DDD7CF;
    color: #b20f0f;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    text-decoration: none;
    cursor: pointer;
  }
  .form_cta:hover { background-color: #cf1818; color: #FFF;}
  
  .card_tag {
    position: absolute;
    left: auto;
    top: 23%;
    bottom: auto;
    width: 500px;
    background-color: #b20f0f;
    -webkit-transform: rotate(37deg);
    -ms-transform: rotate(37deg);
    transform: rotate(-4deg);
    text-align: center;
  }
  
  .card_tag_premium {
    position: absolute;
    left: auto;
    top: 70px;
    bottom: auto;
    width: 500px;
    z-index: 1;
    background-color: #b20f0f;
    -webkit-transform: rotate(37deg);
    -ms-transform: rotate(37deg);
    transform: rotate(-4deg);
    text-align: center;
  }
  
  
  .limited {
    padding: 22px 20px;
    font-size: /*18px*/30px;
    line-height: 18px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
  }
  
  .ndamp {
    position: absolute;
    left: auto;
    top: 50%;
    right: auto;
    bottom: auto;
    z-index: 5;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 60px;
    height: 60px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%;
    background-color: rgba(90, 8, 8, 0.69);
    font-size: 40px;
    line-height: 40px;
    font-weight: 700;
  }
  
  .videobutton {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 186px;
    height: 60px;
    margin-top: 20px;
    padding-right: 10px;
    padding-left: 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-style: solid;
    border-width: 2px;
    border-color: #fff;
    border-radius: 30px;
    background-color: rgba(255, 255, 255, 0);
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    cursor: pointer;
  }
  
  .video-wrapper {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 999999;
    display: none;
    width: 100vw;
    height: 100%;
    padding-top: 180px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-color: hsla(0, 0%, 4%, 0.7);
  }
  
  .youtube {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
  
  .video-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 60%;
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  
  .play_btn_white {
    position: absolute;
    left: auto;
    top: auto;
    right: 0%;
    bottom: auto;
    margin-right: 10px;
  }
  
  .play_btn_red {
    position: absolute;
    left: auto;
    top: auto;
    right: 0%;
    bottom: auto;
    display: block;
    margin-right: 10px;
  }
  
  .close_video {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 40px;
    height: 40px;
    margin-bottom: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
  }
  
  .image-3 {
    clear: right;
  }
  
  .cookies {
    position: fixed;
    left: auto;
    top: auto;
    right: 0%;
    bottom: 0%;
    z-index: 1000;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 35%;
    min-height: 100px;
    margin-right: 10px;
    margin-bottom: 10px;
    padding: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    border-radius: 20px;
    background-color: #000;
    opacity: 0.8;
  }
  
  .link {
    color: #fff;
  }
  
  .button {
    width: 100px;
    margin-top: 10px;
    border-radius: 20px;
    background-color: #b20f0f;
    text-align: center;
  }
  
  .text-block-12 {
    font-size: 12px;
    line-height: 18px;
  }
  
  .faq-dropdown {
    overflow: hidden;
    width: 100%;
    margin-bottom: 20px;
    border-style: solid;
    border-width: 1px;
    border-color: rgba(0, 0, 0, 0.15);
    border-radius: 3px;
    background-color: #081924;
  }
  
  .dropdown-toggle {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 60px;
    padding-right: 50px;
    padding-left: 30px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  
  .question {
    color: #fff;
    font-size: 24px;
    line-height: 28px;
    font-weight: 700;
  }
  
  .icon {
    color: #fff;
    font-size: 20px;
  }
  
  .dropdown-list {
    position: relative;
    background-color: transparent;
  }
  
  .answer-wrapper {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 30px;
    border-top: 1px solid rgba(0, 0, 0, 0.15);
  }
  
  .answer {
    width: 800px;
    margin-bottom: 0px;
    color: #bdbdbd;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
  }
  
  @media screen and (max-width: 1555px) {
    .reachthenextlevel.horizontal {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
    }
  
    .cont45 {
      width: 100%;
    }
  
    .cont55 {
      position: relative;
      width: 90%;
      height: auto;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
    }
  
    .red_info.redcircle1 {
      position: relative;
      top: auto;
      width: 75%;
      height: 200px;
      margin-bottom: 30px;
      border-radius: 10px;
    }
  
    .red_info.redcircle2 {
      position: relative;
      left: auto;
      width: 75%;
      height: 200px;
      margin-top: 10px;
      margin-bottom: 30px;
      border-radius: 10px;
    }
  
    .red_info.redcircle3 {
      position: relative;
      right: auto;
      bottom: auto;
      width: 75%;
      height: 200px;
      border-radius: 10px;
    }
  }
  
  
  @media screen and (max-width: 1107px) {
  
    .speakertypes2 {
      justify-content: flex-start;
    }
  
  }
  
  @media screen and (max-width: 991px) and (orientation: portrait) {
      .hero2 { height: 50vh; }
  }
  
  @media screen and (max-width: 991px) {
    .navbar {
      margin-top: 0px;
      background-color: #081924;
    }
  
    .section {
      height: 90vh;
    }
  
    .text-block-8b {
      display: block;
      font-size: 14px;
      line-height: 17px;
    }
  
    .card_tag {
      left: 0%;
      top: 6%;
      right: 0%;
      bottom: auto;
      width: 100%;
      -webkit-transform: none;
      -ms-transform: none;
      transform: none;
    }
  
    .card_tag_premium {
      left: 0%;
      /*top: 5%;*/
      right: 0%;
      bottom: auto;
      width: 100%;
      -webkit-transform: none;
      -ms-transform: none;
      transform: none;
    }
  
    .mainheading {
      margin-top: 0px;
      padding-left: 20px;
    }
  
    .overflowTablet {
      overflow: hidden;
    }
  
    .sitemap {
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
      -ms-flex-align: start;
      align-items: flex-start;
    }
  
    .nav-link {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      width: 50%;
      margin-top: 10px;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
    }
  
    .container80 {
      position: relative;
      z-index: 1;
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
      -ms-flex-align: start;
      align-items: flex-start;
    }
  
    .container80.horizontal {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
    }
  
    .redline {
      display: none;
    }
  
    .nav-menu {
      width: 100%;
      margin-left: 0px;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
      -ms-flex-align: start;
      align-items: flex-start;
      background-color: #081924;
    }
  
    .socials {
      margin-top: 20px;
      margin-bottom: 20px;
      margin-left: 20px;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
    }
  
    .cont_left {
      position: absolute;
      top: 0%;
      max-width: 100%;
      z-index: -1;
    }
  
    .text-block.levelsmall.nowidth {
      text-align: left;
    }
  
    .cont_right {
      width: 100%;
      margin-top: 40px;
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
      justify-content: flex-start;
    }
  
    .title {
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
    }
  
    .cont45 {
      width: 100%;
    }
  
    .red_info.redcircle1 {
      position: relative;
      top: auto;
      width: 100%;
      height: 200px;
      margin-bottom: 30px;
      border-radius: 10px;
    }
  
    .red_info.redcircle2 {
      position: relative;
      left: auto;
      width: 100%;
      height: 200px;
      margin-top: 10px;
      margin-bottom: 30px;
      border-radius: 10px;
    }
  
    .red_info.redcircle3 {
      position: relative;
      right: auto;
      bottom: auto;
      width: 100%;
      height: 200px;
      border-radius: 10px;
    }
  
    .typeof {
      width: 100%;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
    }
  
    .type {
      margin-right: 10px;
    }
  
    .cont55 {
      position: relative;
      width: 100%;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
      -ms-flex-align: start;
      align-items: flex-start;
    }
  
    .checkmark {
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
      -ms-flex-align: start;
      align-items: flex-start;
    }
  
    .pr_card_main {
      height: auto;
    }
  
  
    .roomdiv {
      width: 100%;
      margin-bottom: 20px;
    }
  
    .slider_content {
      width: 90%;
    }
  
    .sponsorsdiv {
      width: 100%;
    }
  
    .partnersdiv {
      width: 100%;
    }
  
    .sponsor {
      width: 250px;
      height: 160px;
    }
  
    .partner {
      width: 180px;
      height: 115px;
    }
  
    .nav_cta {
      display: flex;
      margin: 10px auto;
    }
  
    .menu-button {
      background-color: #081924;
    }
  
    .menu-button.w--open {
      background-color: hsla(0, 0%, 78.4%, 0);
    }
  
    .image {
      width: 259px;
    }
  
    .footer_content {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
      -ms-flex-align: start;
      align-items: flex-start;
    }
  
    .logo_socials {
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
      -ms-flex-align: start;
      align-items: flex-start;
    }
  
    .footer_txt {
      max-width: 80%;
      margin-top: 20px;
      margin-bottom: 20px;
    }
  
    .infodiv_footer {
      top: -10%;
      padding-top: 20px;
      padding-bottom: 20px;
      padding-left: 40px;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
      -ms-flex-align: start;
      align-items: flex-start;
    }
  
    .maildiv {
      margin-bottom: 10px;
    }
  
    .mailtxt {
      font-size: 16px;
      line-height: 26px;
    }
  
    .burger-2.menu-button {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      width: 80px;
      height: 80px;
      border-radius: 0px;
    }
  
    .b2-bar1 {
      height: 4px;
      background-color: #fff;
    }
  
    .b2-middle-wrap {
      width: 30px;
    }
  
    .b2-middle-bar-left {
      height: 4px;
      background-color: #fff;
    }
  
    .b2-middle-bar-right {
      height: 4px;
      background-color: #fff;
    }
  
    .b2-bar3 {
      height: 4px;
      background-color: #fff;
    }
  
    .schedule_block.pricing_block {
      margin-bottom: 0px;
    }
  
    .tab_day {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between;
      border-right-style: none;
    }
  
    .tab_day.w--current { border-right-style: none; border-radius: 10px; /*background-color: hsla(0, 0%, 100%, 0.13);*/ }
  
    .tab_day.tab_day_last.w--current {
      border-radius: 10px;
      background-color: hsla(0, 0%, 100%, 0.13);
    }
  
    .tabs-content { width: 100%; }
    .tabs-menu-3 { width: 100%; }
  
    .tabs-menu {
      border-bottom-left-radius: 8px;
      border-bottom-right-radius: 8px;
    }
  
    .speaker_inner {
      margin-top: 10px;
    }
  
    .timediv .text-block-7{
      line-height: 1.2;
    }
  
    .speaker_about {
      overflow: hidden;
      width: 100%;
      border-radius: 8px;
    }
  
    .tabs-menu-2 {
      width: 100%;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
    }
  
    .tabs-menu-2.menu_pricing {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between;
    }
  
    .menu-button-2 {
      padding-left: 0px;
    }
  
    .menu-button-2.w--open {
      padding-top: 0px;
      padding-right: 0px;
      padding-bottom: 0px;
    }
  .tabs-content-3 { width: 100%; }
    .pricing_block {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
    }
  
    .pricing_card {
      width: 100%;
      margin-bottom: 20px;
      border-left: none;
      border-bottom: solid 1px rgba(213, 205, 196, .5);
      padding-bottom: 20px;
    }
  
    .see_more {
      left: 0%;
      right: auto;
      margin: 20px 0;
    }
  
    .redline2 {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
    }
  
    .cont_hero {
      position: relative;
      z-index: 1;
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
      -ms-flex-align: start;
      align-items: flex-start;
    }
  
    .inner80speaker {
      position: relative;
      z-index: 1;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
      -ms-flex-align: start;
      align-items: flex-start;
    }
  
    .inner70speaker {
      position: relative;
      z-index: 1;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
      -ms-flex-align: start;
      align-items: flex-start;
    }
  
    .speakerabout { width: 90%; }
    .speakerabout.inner70  { width: 90%; }
    .inner80speaker.orient-left { width: 90%; }
  
    .title_2 {
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
    }
  
    .type-copy {
      margin-right: 10px;
    }
  
    .title_2-copy {
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      text-align: left;
    }
  
    .container {
      width: 100%;
    }
  
    .expand-icon {
      position: absolute;
      right: 20px;
      bottom: 10px;
      width: 20px;
    }
  
    .gallery-modal-wrapper {
      padding: 80px 30px;
    }
  
    .gallery-item {
      min-width: 33.33%;
    }
  
    .form-block {
      min-width: 100%;
    }
  
    .form-wrapper {
      width: 100%;
    }
  
    .video-block {
      width: 80%;
    }
  
    .close_video {
      top: -14%;
    }
  
    .dropdown-toggle {
      padding-right: 80px;
    }
  
    .question {
      white-space: normal;
    }
  
    .answer {
      width: 85%;
    }
  }
  
  @media screen and (max-width: 991px) {
      .container80 { width: 80%; }
      
  }
  
  @media screen and (min-width: 992px) and (max-width: 1080px)  {
      .container80 { width: 80%; }
  }
  @media screen and (max-width: 991px) and (orientation: landscape) {
      .div_container {margin-top: 0px !important;}
  }
  @media screen and (max-width: 991px) and (orientation: portrait) {
      .div_container {margin-top: 0px !important;}
  }
  
  
  @media screen and (max-width: 991px) and (orientation: landscape) { .hero2 { height: 60vh; } }
  @media screen and (max-width: 991px) and (orientation: portrait) {
      .hero2 { height: 60vh; }
  }
  @media screen and (max-width: 767px) {
    .div_container {
      -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
      justify-content: space-around;
      margin-top: 0px !important;
    }
  
    .section {
      height: 100vh;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
    }
  
    .container80 {
      width: 85%;
    }
  
    .testimonial {
      margin-top: 20px;
    }
  
    .smallheading {
      display: none;
    }
  
    .slider_content {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
    }
  
    .datediv {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
      -ms-flex-align: start;
      align-items: flex-start;
    }
  
    .vertical_line_big {
      display: none;
    }
  
    .datetxt {
      font-size: 21px;
      line-height: 27px;
    }
  
    .buytickets {
      margin-top: 20px;
    }
  
    .nextlevel {
      overflow: hidden;
    }
  
    .typeof {
      width: 100%;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
    }
  
    .type {
      margin-right: 10px;
    }
  
    .star {
      top: -29%;
      display: none;
    }
  
    .reallife_virtual {
      padding-top: 0px;
      padding-bottom: 0px;
    }
  
    .container100 {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
    }
  
    .div50reallife { width: 100%; margin-bottom: 20px; }
  
    .reallife {
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
    }
  
    .div50virtual {
      width: 100%;
    }
  
    .sponsor {
      width: 220px;
      height: 140px;
    }
  
    .partner {
      width: 160px;
      height: 100px;
    }
  
    .image {
      width: 239px;
    }
  
    .infodiv_footer {
      width: 80%;
    }
  
    .tabs-menu {
      width: 100%;
      padding-right: 10px;
      padding-left: 10px;
    }
  
    .tab_price {
      overflow: hidden;
      padding-right: 5px;
      padding-left: 5px;
      text-align: center;
    }
  
    .tab_price.w--current {
      overflow: hidden;
      padding-right: 5px;
      padding-left: 5px;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
    }
  
    .price_red_line {
      left: auto;
      width: 100%;
    }
  
    .testimonial {
      margin-top: 20px;
    }
  
    .hero2 {
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
    }
  
    .cont_hero {
      width: 85%;
    }
  
    .inner80speaker {
      width: 85%;
    }
  
    .inner70speaker {
      width: 85%;
    }
  
    .speakerabout { width: 100%; }
    .speakerabout.inner70  { width: 100%; }
  
    .type-copy {
      margin-right: 10px;
    }
  
    .gallery-item {
      min-width: 50%;
    }
  
    .ndamp {
      display: none;
    }
  
    .video-block {
      width: 80%;
    }
  
    .close_video {
      top: -20%;
      width: 30px;
      height: 30px;
    }
  
    .cookies {
      z-index: 1000;
      max-width: 100%;
      margin-left: 10px;
    }
  
    .question {
      font-size: 20px;
      line-height: 24px;
    }
  }
  
  @media screen and (max-width: 479px) {
    .div_container {
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between;
    }
  
    .realinner {
      width: 90%;
    }
  
    .form_cta {
      width: 100%;
    }
  
    .nav-link {
      width: 80%;
    }
  
    .pbot_contact {
      padding-bottom: 0px;
    }
  
    .container80 {
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
      -ms-flex-align: start;
      align-items: flex-start;
    }
  
    .container80.horizontal {
      width: 90%;
    }
  
   
  
    .datetxt {
      font-size: 20px;
      line-height: 30px;
    }
  
    .meetspeakers {
      padding-top: 20px;
      padding-bottom: 20px;
    }
  
    .text-block.levelsmall {
      width: 100%;
    }
  
    .text-block.levelsmall.nowidth {
      font-size: 14px;
      line-height: 22px;
    }
  
    .speaker_card {
      overflow: hidden;
      width: 100%;
      min-height: 340px;
    }
  
    .testimonial {
      width: 100%;
    }
  
    .cont45 {
      min-height: auto;
      margin-bottom: 40px;
    }
  
    .nextlevel {
      overflow: visible;
      width: 100%;
      height: auto;
      min-height: auto;
      border-radius: 0%;
      background-image: none;
      background-position: 0px 0px;
    }
  
    .nextleveldivin {
      width: 100%;
      height: 100%;
    }
  
    .cont55 {
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
    }
  
    .reallife_virtual {
      padding-top: 0px;
      padding-bottom: 0px;
    }
  
    .container100 {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
    }
  
    .div50reallife {
      width: 100%;
    }
  
    .reallife {
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
    }
  
    .heading-3 {
      font-size: 39px;
      line-height: 49px;
    }
  
    .div50virtual {
      width: 100%;
    }
  
    .accommodation {
      padding-top: 20px;
      padding-bottom: 20px;
    }
  
    .roomdiv {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
    }
  
    .slidetxt {
      font-size: 16px;
      line-height: 26px;
    }
  
    .nameof {
      font-size: 20px;
      line-height: 25px;
    }
  
    .company {
      line-height: 25px;
    }
  
    .image {
      width: 189px;
    }
  
    .footer {
      padding-top: 60px;
      padding-bottom: 60px;
    }
  
    .infodiv_footer {
      display: none;
    }
  
    .tabs-menu {
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between;
    }
  
    .stage_tab {
      padding-right: 5px;
      padding-left: 5px;
      text-align: center;
    }
  
    .speaker_about {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
    }
  
    .linespeaker {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      width: 85px;
      height: 4px;
      margin-top: 10px;
    }
  
    .speaker_text {
      margin: 10px;
      font-size: 14px;
      line-height: 20px;
      text-align: left;
    }
    
    .speaker_about{
        align-items:flex-start;
    }
  
    .tabs-menu-2.menu_pricing {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
    }
  
    .tab_price {
      font-size: 18px;
      line-height: 26px;
    }
  
    .tab_price.w--current {
      font-size: 18px;
      line-height: 26px;
    }
  
    .testimonial {
      width: 100%;
    }
  
    .see_more {
      bottom: -2%;
      z-index: 5;
    }
  
    .modal-body {
      padding: 20px 20px 15px;
    }
  
    .modal-wrapper {
      padding: 30px;
    }
  
    
    .hero2 {
      height: 60vh;
    }
  
    .cont_hero {
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
      -ms-flex-align: start;
      align-items: flex-start;
    }
  
    .inner80speaker {
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
      -ms-flex-align: start;
      align-items: flex-start;
    }
  
    .inner70speaker {
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
      -ms-flex-align: start;
      align-items: flex-start;
    }
  
    .title_2 {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
      -ms-flex-align: start;
      align-items: flex-start;
    }
  
    .vert_speaker_small {
      display: none;
    }
  
    .title_2-copy {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
      -ms-flex-align: start;
      align-items: flex-start;
    }
  
    .meetspeakers_grey {
      padding-top: 20px;
      padding-bottom: 20px;
    }
  
    .gallery-item {
      min-width: 100%;
    }
  
    .video-block {
      width: 90%;
    }
  
    .close_video {
      width: 25px;
      height: 25px;
      margin-bottom: 10px;
    }
  
    .dropdown-toggle {
      height: auto;
      padding: 10px 50px 10px 15px;
    }
  
    .question {
      font-size: 16px;
    }
  
    .answer {
      width: 90%;
      font-size: 14px;
      line-height: 22px;
    }
  }
  
  /* desktop screen over 2160px */
  @media screen and (min-width: 2159px) {
    .fc-xxl{
      flex-direction: column;
      align-items:center;
    }
  }
  
  /* blur dots */
  .speakers-dot { position: absolute;
                  width: 380px;
                  height: 380px;
                  left: 0px;
                  top: 250px;
                  background: linear-gradient(143.15deg, #00FFF0 8.37%, rgba(255, 0, 77, 0) 91.49%);
                  opacity: 0.5;
                  filter: blur(200px);
                  z-index: -1;
  }
  .tickets-dot{ position: absolute;
                width: 447px;
                height: 447px;
                right: 0px;
                top: 0px;
                background: linear-gradient(143.15deg, #00FFF0 8.37%, rgba(255, 0, 77, 0) 91.49%);
                opacity: 0.5;
                filter: blur(200px);
                z-index: -1;
  }
  
  .accomodation-dot { position: absolute;
                      width: 350px;
                      height: 350px;
                      left: 0px;
                      top: 0px;
                      background: linear-gradient(180deg, rgba(255, 122, 0, 0) 27.06%, #587DFF 100%);
                      opacity: 0.5;
                      filter: blur(200px);
                      z-index: -1;
  }
  
  .schedule-dot { position: absolute;
                  width: 380px;
                  height: 380px;
                  left: 0px;
                  bottom: 0px;
                  background: linear-gradient(143.15deg, #00FFF0 8.37%, rgba(255, 0, 77, 0) 91.49%);
                  opacity: 0.5;
                  filter: blur(200px);
                  z-index: -1;
  }
  
  .sponsors-dot { position: absolute;
                  width: 380px;
                  height: 380px;
                  left: 0px;
                  bottom: 0px;
                  background: linear-gradient(143.15deg, #00FFF0 8.37%, rgba(255, 0, 77, 0) 91.49%);
                  opacity: 0.5;
                  filter: blur(200px);
                  /*z-index: -1;*/
  }
  
  .footer-dot { position: absolute;
                width: 380px;
                height: 380px;
                right: 0px;
                top: 80px;
                background: linear-gradient(143.15deg, #00FFF0 8.37%, rgba(255, 0, 77, 0) 91.49%);
                opacity: 0.5;
                filter: blur(200px);
                z-index: -1;
  }
  
  .section-hero .video-iframe { /*position: absolute; top:0; left:0;*/ max-width: 100%; }
  @media screen and (max-width: 479px) {
    .section-hero .container80{
      width: 100%;
      padding: 10px 30px;
    }
  }
  
  
  .summit-plus-video{
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      width: 100%;
  }
  
  @media screen and (min-width: 991px) {
      .summit-plus-video{
          width: 50%;
      }
  }
  
  .summit-plus-video iframe{
      width:100%;
      height:420px;
  }
  
  .relative{
    position: relative;
  }
  
  .btn-gallery{
    bottom: -13%;
  }
  
  
/* added bootstrap */
.row {  }
.row:before,.row:after {  display: table;  content: " "; }
.row:after { clear: both; }
* { box-sizing: border-box; }
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 { float: left; }
.col-xs-12 { width: 100%; }
.col-xs-11 { width: 91.66666667%; }
.col-xs-10 { width: 83.33333333%; }
.col-xs-9 { width: 75%; }
.col-xs-8 { width: 66.66666667%; }
.col-xs-7 { width: 58.33333333%; }
.col-xs-6 { width: 50%; }
.col-xs-5 { width: 41.66666667%; }
.col-xs-4 { width: 33.33333333%; }
.col-xs-3 { width: 25%; }
.col-xs-2 { width: 16.66666667%; }
.col-xs-1 { width: 8.33333333%; }
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 { float: left; }
  .col-sm-12 { width: 100%; }
  .col-sm-11 { width: 91.66666667%; }
  .col-sm-10 { width: 83.33333333%; }
  .col-sm-9 { width: 75%; }
  .col-sm-8 { width: 66.66666667%; }
  .col-sm-7 { width: 58.33333333%; }
  .col-sm-6 { width: 50%; }
  .col-sm-5 { width: 41.66666667%; }
  .col-sm-4 { width: 33.33333333%; }
  .col-sm-3 { width: 25%; }
  .col-sm-2 { width: 16.66666667%; }
  .col-sm-1 { width: 8.33333333%; }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
	float: left;
  }
  .col-md-12 { width: 100%; }
  .col-md-11 { width: 91.66666667%; }
  .col-md-10 { width: 83.33333333%; }
  .col-md-9 { width: 75%; }
  .col-md-8 { width: 66.66666667%; }
  .col-md-7 { width: 58.33333333%; }
  .col-md-6 { width: 50%; }
  .col-md-5 { width: 41.66666667%; }
  .col-md-4 { width: 33.33333333%; }
  .col-md-3 { width: 25%; }
  .col-md-2 { width: 16.66666667%; }
  .col-md-1 { width: 8.33333333%; }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 { float: left; }
  .col-lg-12 { width: 100%; }
  .col-lg-11 { width: 91.66666667%; }
  .col-lg-10 { width: 83.33333333%; }
  .col-lg-9 { width: 75%; }
  .col-lg-8 { width: 66.66666667%; }
  .col-lg-7 { width: 58.33333333%; }
  .col-lg-6 { width: 50%; }
  .col-lg-5 { width: 41.66666667%; }
  .col-lg-4 { width: 33.33333333%; }
  .col-lg-3 { width: 25%; }
  .col-lg-2 { width: 16.66666667%; }
  .col-lg-1 { width: 8.33333333%; }
}


.mainheading.left{ position: relative; }
.mainheading.left .sticker-text{
	position: absolute;
  left: 0;
  height: 78px;
  width: 100%;
  z-index: 12;
  background-size: contain;
  transform: rotate(-10deg);
  background-position: right;
  text-align: center;
  color: #FFF;
  font-size: 40px;
  background: #b31b10;
  line-height: 78px;
  z-index: 12;
  transform: rotate(-4deg);
  top: 9%;
}


.sticker-price-section{ position: relative; }

.sticker-price-text{
  position: absolute;
  right: 0;
  height: 78px;
  width: 50%;
  z-index: 12;
  background-size: contain;
  transform: rotate(-10deg);
  top: 30%;
  background-position: right;
  text-align: center;
  color: #FFF;
  font-size: 40px;
  background: #b31b10;
  line-height: 78px;
}

@media screen and (max-width: 1180px) {
		.mainheading.left .sticker-text{ font-size: 40px;}
		.sticker-price-text{ font-size: 40px;}
}
@media screen and (max-width: 1179px) {
		.mainheading.left .sticker-text{ font-size: 32px;}
		.sticker-price-text{ font-size: 32px;}
}
@media screen and (max-width: 991px) {
		.mainheading.left .sticker-text{ font-size: 26px; height: 52px; line-height: 52px;}
		.sticker-price-text{ font-size: 26px; height: 52px; line-height: 52px;width: 65%;}
}
@media screen and (max-width: 409px) {
		.mainheading.left .sticker-text{ font-size: 22px; height: 52px; line-height: 52px;}
		.sticker-price-text{ font-size: 22px; height: 52px; line-height: 52px; width: 65%;}
}