.speaker_box:hover .speaker_img .info_box{
    background-color:#293039 ;
    opacity: 0;
}
footer .newsletter_form .form-control{
    background-color: white;
    border-color: white;
    color: black;
}
.box_title{
    font-size:30px;
}
.icon_box_two i{
    color:#ed2a50;
}
.cover_nav .cover_dots li.active{
    border:solid 2px #ed2a50;
}
.icon_box_one i{
    color:#ed2a50;
}
.icon_box_one:hover{
    background-color:#ed2a50 ;
}
.section_title .title::before{
    border-top:solid 3px #ed2a50;
}
.price_box .price_highlight{
    background-color: #ed2a50;
}
.table.event_calender thead.event_title{
    background-color:  #ed2a50;
}
.table.event_calender tbody td.buy_link a{
    color:#ed2a50;
}
footer .footer_box h4.footer_title::before{
    border-top: solid 3px #ed2a50;
}
.speaker_box:hover .speaker_img .info_box{
    background-color: #9fa1a3;
}
/*--------------------------hover block nos services------------------------------*/
.container_services {
    position: relative;
    /*width: 50%;*/
}

.image_services {
    display: block;
    /*width: 100%;*/
    height: auto;
}

.overlay_services {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    /*height: 100%;*/
    /*width: 100%;*/
    opacity: 0;
    transition: .5s ease;
    /*background-color: #008CBA;*/
}

.container_services:hover .overlay_services {
    opacity: 1;
}