.videopromo{
    width: 100%;
        height: 513px;
}
.btn2{
    padding: 10px 25px !important;
}
.section-mod{
    padding: 120px 0;
}
.p0{padding: 0 !important}
.mb-20{margin-bottom: 20px;}
.mb-10{margin-bottom: 10px;}
.mb-30{margin-bottom: 30px;}
.mb-40{margin-bottom: 40px;}
.mb-50{margin-bottom: 50px;}
.mb-60{margin-bottom: 60px;}
.mb-70{margin-bottom: 70px;}


.boxcontainer{
    position: relative;
    display: flex;
    height: 17rem;
    overflow: hidden;
    width: 100%;
    padding-top: 15px;
}
.boxcontainer .scrolling{
    width: 100%;;
    position: absolute;
    transition-duration: 9s;

}
.boxcontainer .thebg{
    position: absolute;
    top: 0;
    z-index: 9999
}

.boxcontainer:hover .scrolling {
    transform: translate3d(0,-1500px,0);
}
.responsiveness {
    height: 46.5rem;
}
.responsiveness .xxl {
    width: 50rem;
}
.responsiveness .xxl {
    position: absolute;
    left: 50%;
    width: 56rem;
    bottom: 0;
    transform: translateX(-50%);
}
.responsiveness .xl {
    position: absolute;
    left: 0%;
    width: 32rem;
    bottom: 0;
}
.responsiveness .md {
    position: absolute;
    width: 21rem;
    right: 0%;
    bottom: 0;
}
.responsiveness .sm {
    width: 6rem;
    right: 31%;
    bottom: 0;
    position: absolute;
}
.videoplay{
    width: 100%;
    display: flex;
    height: 100%;
}
.col-center{
    margin: auto;float: none;
}
.subscribe-wrapper .subscribe-input {
    width: 100%;
    border: 0;
    font-size: 20px;
    outline: 0;
    font-weight: 300;
    background: center;
    line-height: 1.6em;
    color: #7a7a84;
    padding: 5px 0;
    border-bottom: 1px solid;
    letter-spacing: 2px;
}
.subscribe-wrapper .subscribe-input-send {
    position: absolute;
    width: auto;
    right: 15px;
    bottom: 5px;
    border: 0;
    background: 0 0;
    padding-right: 0;
    cursor: pointer;
    font-size: 25px;
    text-transform: capitalize;
    color: #7a7a84;
    letter-spacing: .05em;
}
.videoplay100{
    background-color: #000;
        height: auto;
        left: 50%;
        min-height: 100%;
        min-width: 100%;
        position: absolute;
        top: 50%;
        -ms-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        width: auto;
        z-index: -3;
}

 .ddd_1{
     line-height: 1 !important;
     margin-bottom: 0 !important;
     position: absolute;
     color: transparent;
     -webkit-text-stroke: 2px #7a7a84;
     font-size: 130px;
     left:140px;

     transform: translate(0px, 0px);
     transition-duration: 1s;

 }
 .boxrotator{
    min-height: 420px;
     position: relative;
     overflow: hidden;
     background:#FFE7BD;padding:40px
 }
 .rotator_text{

     height: 20vh;

 }
 .col-md-4.e:hover .ddd_1{
     transition-duration: 4s;
    transform: translate3d(-420px,0px, 0px);
 }

 .col-md-4.e:hover .boxrotator{
     background-color: #3b3d44;
 }
.col-md-4.e a:hover h6,
.col-md-4.e:hover h6,
.col-md-4.e:hover p{
    color: #FFE7BD !important;
}
body .text-white {
    color: #FFE7BD !important;
}
.col-md-4.e a h6,
.col-md-4.e h6,
.col-md-4.e p{
    color: #000 !important;
}
.vertical-align {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.overlay:before{
    content: "";
    position: absolute;
    background: rgba(0,0,0,0.45);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.overlay{
    position: relative;
}

.listBox:before{
    content:"";
    width: 100%;
    position: absolute;
    height: 1px;
    background-color: black;
    bottom: -40px;
}
.listBox{
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: space-between;
}
.listBox li:before{
    content: "";
    height: 35px;
    width: 1px;
    background-color: black;
    position: absolute;
    bottom: -40px;
    left: calc(50% - 1px);
}
.listBox.d19 li{max-width: 19%;}
.listBox li{
    background-color: #FFE7BD;
    position: relative;
    width: 20%;
    height: 28vh;
    padding: 85px 20px 0px 20px;
}

.panel-title{
    font-size: 1rem !important;
    padding-bottom: 20px;
}
.panel-heading{position: relative;}
.panel-heading:after {
    transform: scaleX(0);
    transform-origin: right;
    background: #3b3d44;
}
.panel-heading:hover::after {
    transform: scaleX(1);
    transform-origin: left center;
}
.panel-heading:after{
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    content: '';
    position: absolute;
    transition: transform .75s ease-out;
}
.accordion-style1 .panel-heading i {
    font-size: 24px;
    color: #626262;
}
.mb-120{
    margin-bottom: 70px;
}

.swiper-slider-clients .swiper-slide {
    padding: 5px;
}
.whitebars{position: relative;}
.whitebars:before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 50px;
    background-color: #FFE7BD;
}
.whitebars:after{
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 50px;
    background-color: #FFE7BD;
}
.bubble.S:before{
    content: "S";
    right: -22px;
    top: -23px;
    background-color: #7f73e4;
}

.bubble.F:before{
    content: "F";
    left: -22px;
    bottom: -23px;
    background-color: #aee473;
}

.bubble.L:before{
    content: "L";
    left: -22px;
    bottom: -23px;
    background-color: #e47373;
}

.bubble.M:before{
    content: "M";
    right: -22px;
    top: -23px;
    background-color: #d873e4;
}
.bubble:before{
    content: "";
    position: absolute;
    width: 53px;
    height: 53px;

    color: #FFE7BD;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bolder;
    font-size: 20px !important;

}
.bubble{
    display: inline-block;
    width: 100%;
    padding: 20px;
    background-color: #FFE7BD;
    border-radius: 15px;
    box-shadow: 2px 2px 8px 0px #d0d0d0;
    position: relative;
    margin-bottom: 40px;
}
.mb-0P{
    width: 80%;
    margin: auto;
    list-style: none;
}
.mb-0P li:before{
    content: "";
    left: -15px;
    position: absolute;
    top: 9px;
    width: 8px;
    height: 8px;
    background-color: #FF783C;
    border-radius: 100px;
}
.mb-0P li{margin-bottom: 20px;position: relative;}
.mb-0P p{margin-bottom: 0;}


.f60{
    font-size: 30px;
    line-height: 1.3;
}




@-webkit-keyframes rotating /* Safari and Chrome */ {
  from {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.rotating {
  -webkit-animation: rotating 9s linear infinite;
  -moz-animation: rotating 9s linear infinite;
  -ms-animation: rotating 9s linear infinite;
  -o-animation: rotating 9s linear infinite;
  animation: rotating 9s linear infinite;
}
.relative{position: relative;}
marquee{
    font-size: 500px;
    color: #FFE7BD;
    line-height: .6;
}
.info_prices{color: #FFE7BD;padding-top: 0px !important;padding-bottom: 0px !important;}
.info_prices .row{border-top: 1px solid #FFE7BD;}

.info_prices p{
    font-size: 18px;
    text-align: center;
    transform: rotate(180deg);
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    padding: 0px 30px;
}
.info_prices .col-md-6{display: flex;flex-wrap: wrap;justify-content: end;padding: 0}
.info_prices .col-md-6.brr{
    border-right: 1px solid #FFE7BD;
}
.info_prices .col-md-6 .info{
    width: calc(100% - 90px);
    border-left: 1px solid #FFE7BD;
    padding: 90px 0 90px 50px;
    float: right;
    height: 100%;
}

.info_prices h3{
    font-size: 47px;
}
.info_prices h2{
    font-size: 92px;
}
.tached{display: inline-block;}
.tached:before{
    content: "";
    width: 110%;
    left: -5%;
    top: 47%;
    height: 7px;
    background-color: #C68442;
    z-index: 9;
    position: absolute;
}
.mobile-on{display: none}
@-webkit-keyframes changecolors /* Safari and Chrome */ {
    0%{color: #467184 ;border:2px solid #467184 ;}
    35%{color: #C68442 ;border:2px solid #C68442 ;}
    70%{color: #FFE7BD;border:2px solid #FFE7BD;}
    100%{color: #467184 ;border:2px solid #467184 ;}
}
@keyframes changecolors {
    0%{color: #467184 ;border:2px solid #467184 ;}
    35%{color: #C68442 ;border:2px solid #C68442 ;}
    70%{color: #FFE7BD;border:2px solid #FFE7BD;}
    100%{color: #467184 ;border:2px solid #467184 ;}
}

@-webkit-keyframes changecolors2 /* Safari and Chrome */ {
    0%{color: #FFE7BD ;border:2px solid #467184 ;background-color: #467184 }
    35%{color: #FFE7BD ;border:2px solid #C68442 ;background-color: #C68442}
    70%{color: #FFE7BD ;border:2px solid #FFE7BD;background-color: #FFE7BDFFF}
    100%{color: #FFE7BD ;border:2px solid #467184 ;background-color: #467184}
}
@keyframes changecolors2 {
    0%{color: #FFE7BD ;border:2px solid #467184 ;background-color: #467184 }
    35%{color: #FFE7BD ;border:2px solid #C68442 ;background-color: #C68442}
    70%{color: #FFE7BD ;border:2px solid #FFE7BD;background-color: #FFE7BDFFF}
    100%{color: #FFE7BD ;border:2px solid #467184 ;background-color: #467184}
}

@-webkit-keyframes bgchangecolors /* Safari and Chrome */ {
    0%{background-color: #C68442 }
    35%{background-color: #558082}
    70%{background-color: #B24C39 }
    100%{background-color: #C68442}
}
@keyframes bgchangecolors {
    0%{background-color: #C68442 }
    35%{background-color: #558082}
    70%{background-color: #B24C39 }
    100%{background-color: #C68442}
}
.customcolorsbg{
    -webkit-animation: bgchangecolors 9s linear infinite;
    -moz-animation: bgchangecolors 9s linear infinite;
    -ms-animation: bgchangecolors 9s linear infinite;
    -o-animation: bgchangecolors 9s linear infinite;
    animation: bgchangecolors 9s linear infinite;
}

.customcolors:hover{
    -webkit-animation: changecolors2 9s linear infinite;
    -moz-animation: changecolors2 9s linear infinite;
    -ms-animation: changecolors2 9s linear infinite;
    -o-animation: changecolors2 9s linear infinite;
    animation: changecolors2 9s linear infinite;
}
.customcolors{
    color: #FFE7BD;
    font-size: 47px !important;
    padding:  26px 46px !important;
    border: 2px solid #FFE7BD;
    -webkit-animation: changecolors 9s linear infinite;
    -moz-animation: changecolors 9s linear infinite;
    -ms-animation: changecolors 9s linear infinite;
    -o-animation: changecolors 9s linear infinite;
    animation: changecolors 9s linear infinite;
}

.rot{
    display: flex;
    align-items: center;
    justify-content: center;
    left: -4px;
    position: relative;
}
.info_prices .detail{
    text-align: center;
    padding-bottom: 20px;
    border-bottom: 1px solid #FFE7BD;
    margin-bottom: 20px;
}
.menuH,
.menuH ul li a,
.btnregister.fixed,
.btnregister span,
.item-speaker,
.item-speaker h3,
.schedule-section .nav-tabs li a:before,
.info-speaker,
.seg{-webkit-transition: all !important;-webkit-transition-timing-function: ease-out !important;-webkit-transition-duration: 300ms !important;-moz-transition: all !important;-moz-transition-timing-function: ease-out !important;-moz-transition-duration: 300ms !important;}


.location-section a.btnregister{
    color: #2E282A;
    border-color: #2E282A;
}
.location-section a.btnregister:hover{
    color: #FFE7BD;
    background-color: #2E282A !important;
}
.question-section form textarea,
.question-section form input{
    margin: 0;
    background-color: transparent;
    border-color:  #FDE3BA;
    font-size: 36px;
    padding:  30px 150px;
    color: #FFE7BD;
    text-transform: uppercase;
}
.question-section form div{
    padding: 0;
}
.question-section .btn.btn-transparent-dark-gray:hover{
    background: #2E282A;
    color: #FDE3BA;

}
.question-section .btn.btn-transparent-dark-gray{
    width: 100%;
    text-align: left;
    font-size: 60px;
    color: #2E282A;
    padding: 37px 150px;
    background: #FDE3BA;
}
.customcolorsbg h1,
.question-section h1,
.location-section h1,
.schedule-section h1 {
    font-size: 108px;
    color:  #FDE3BA;
}
.mb-240{margin-bottom: 240px;}
.speaker-section h1{
    font-size: 60px;
    color:  #FDE3BA;
}

.speaker-section h3{
    font-size: 40px;
    margin-top: 80px;
    color:  #FDE3BA;
    text-transform: uppercase;
}
.speaker-section p{
    font-size: 25px;
    color:  #FFE7BD;
    line-height: 1.4;
    min-height: 140px;
}
.item-speaker img{width: 100%;border-bottom: 2px solid #FFE7BD;}
.item-speaker{
    border:  2px solid #FFE7BD;
    border-radius: 50px;
    position: relative;
    overflow: hidden;
}
.item-speaker:hover h3.floating{opacity: 0;}
.item-speaker:hover h3{color: #FFE7BD;}
.item-speaker:hover{
    background: #C68442;
}
.item-speaker:hover .info-speaker{
    opacity: 1;
    z-index: 9;
}
.info-speaker{
    padding: 50px 40px 30px 40px;
    position: absolute;
    opacity: 0;
    z-index: 0;
    top: 0;
     height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, .4);
}
.info-speaker .social-media{
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 34px;
}
.social-media ul a:hover{
    color: #FDE3BA !important;
}
.social-media ul a{
    color: #FFE7BD;
    font-size: 40px;
}
.social-media ul{
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.info-speaker:before{
    content: "";
    width: 100%;
    height: 2px;
    background-color: #FFE7BD;
    bottom: 106px;
    left: 0;
    position: absolute;
}
.btnregister:hover{
    color: #FFE7BD;
    background-color: #C68442;
}
.btnregister.fixed{
    position: fixed;
    bottom: 50px;
    right: 4%;
    padding: 26px 26px !important;
    border-radius: 150px;
    width: 111px;
    z-index: 99999999999;
}
.btnregister.fixed:hover img{opacity: 0;}
.btnregister.fixed:hover{
    width: 546px;
}
.btnregister.fixed:hover span{
    width: 548px;
    opacity: 1;
}

.btnregister span{
    position: absolute;
    right: 0;
    width: 0px;
    overflow: hidden;
    line-height: 1;
    opacity: 0;
    top: 30px;
}
.btnregister{
    border: 2px solid #C68442;
    color: #FFE7BD;
    font-size: 47px;
    padding: 26px 46px !important;

}
.schedule-section .nav-tabs>li>a.active, .schedule-section .nav-tabs>li>a.active:focus, .schedule-section .nav-tabs>li>a.active:hover {
    border: 0;
     border-bottom: 0px solid;
}
.schedule-section .nav-tabs li a.active:before,
.schedule-section .nav-tabs li:hover a:before{
    width: 100%;
}
.schedule-section .nav-tabs li a:before{
    content: "";
    width: 0%;
    background-color: #C68442;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
}
.schedule-section .nav-tabs li a span{position: relative;z-index: 1;}
.schedule-section .nav-tabs li a{
    position: relative;
    font-size: 70px;
    color: #FFE7BD;
    padding:  40px 0;
}
.schedule-section .nav-tabs{border-top: 2px solid #FFE7BD !important; border-bottom: 2px solid #FFE7BD !important;}
.schedule-section .nav-tabs li{
    width: 33.3%;
    border-right: 2px solid #FFE7BD;
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #FFE7BD;
    background-color: transparent;
    border-color: transparent;
}

.schedule-section ul.data li span{
    border-right:  2px solid #FFE7BD;
    padding:  5px 30px;
    /*border-radius: 40px;*/
    margin-right: 25px !important;
    display: inline-block;
    min-width: 470px;
}
.schedule-section ul.data li{
    color: #FFE7BD;
    font-size: 26px;
    line-height: 1.2;
    font-weight: 500;
    margin-bottom: 5px;
    font-family: Inter !important;
}
.schedule-section ul.data{
    list-style: none;
    padding: 0;
    margin: 0;
}
.scroll-notice {
    position: absolute;
        display: inline-block;
        width: auto;
        transform: rotate(90deg);
        cursor: pointer;
        bottom: 85px;
        right: 50px;
}
.scroll-notice span { display: block; position: relative; width: auto; white-space: nowrap; font-size: 12px; font-weight: 600; color:#FFE7BD; }
.scroll-notice span::before { content: ""; display: block; position: absolute; top: 50%; background:#FFE7BD; width: 0px; height: 1px; right: 120%; transform: translateY(-50%); }
.scroll-notice span::after {
    content: "";
    display: block;
    position: absolute;
    top: 42%;
    background: #FFE7BD;
    width: 40px;
    height: 3px;
    left: 117%;
    -webkit-transform: translatey(-50%);
    -ms-transform: translatey(-50%);
    transform: translatey(-2%);
    float: left;
    -webkit-animation: mymoveDos 3s infinite;
    animation: mymoveDos 3s infinite;
}

@-webkit-keyframes mymoveDos {
    0%,
    100% {
        width: 20px;
    }
    50% {
        width: 40px;
    }
}

.fa-heart {
    animation: heartbeat 3s infinite;
}

@keyframes heartbeat {
    0% {
        transform: scale( .75);
    }
    20% {
        transform: scale( 1.3);
    }
    40% {
        transform: scale( .75);
    }
    60% {
        transform: scale( 1.3);
    }
    100% {
        transform: scale( .75);
    }
}
header nav.navbar .navbar-nav > li > a, nav.navbar.bootsnav ul.nav > li > a {
    color: #FFE7BD !important;
    cursor: pointer;
}
.frame-video{position: relative; overflow: hidden;border-radius: 20px;}
.frame-video img{position: relative;z-index: 1;opacity: 0;}
.frame-video video{
        height: auto;
        left: 50%;
        min-height: 100%;
        min-width: 100%;
        position: absolute;
        top: 50%;
        -ms-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        width: auto;
}
.frame-video .play-video .box-icon{
   width: 80px;
   height: 80px;
   background-color: black;
   color: #548081;
   font-size: 29px;
   border-radius: 200px;
   display: flex;
   align-items: center;
   justify-content: center;

}
.frame-video .play-video{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 3;
}