.redp{
    position: absolute;
    color: #ED3500;
    font-weight: bold;
    line-height: 1.1;
}
.redp.leftp{left: 5%;top:100px}
.redp.rightp{right: 5%;bottom: 80px}
hr.w{
    border-color: white;
}
.flead{
    font-weight: bold;
    line-height: 1.3;
    text-transform: uppercase;
}
.bottomItems{
    position: absolute;
    left:0;
    right:0;
    bottom: 20px;
    margin:auto;
}
.align-center{
    align-items: center;
}
.red{
    color: #ED3500;
}

h1{
    line-height: 0.8;
    font-weight: 700;
    text-transform: uppercase;
    color: #000000;
}
h4{
    text-transform: uppercase;
    color: #000000 !important;
}
.flex_between{
    justify-content: space-between;
}
.princingBoxes .col-md-4{
    display: flex;
}
.princingBoxes .col-md-4 div p.price{
    font-size: 47px;
    font-weight: bold;
    line-height: 1;
}
.princingBoxes .col-md-4 div.ac{
display:flex;
align-items: center;
text-align: center;
}
.princingBoxes .col-md-4>div{
    border:1px solid white;
    display:block;
    border-radius: 15px;
    padding: 30px;
    width: 100%;
    height:100%;
}
h5{
    font-size: 20px !important;
}
picture{
    display:block;
    margin-bottom: 20px;
}
.logosItems img{
    height: 110px;
    max-width: 300px;
}
.flex_center{
    justify-content: center;
}
.btn.btn-red {background:transparent; border-color: #D60A00; color: #000}
.btn.btn-red:hover, .btn.btn-red:focus {background: #D60A00; color: #fff}
.pulsehover,.pulsefooter{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 ); } }
.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;
}
.parallaxCustomized {
    position: absolute;
}