/*
  Theme Name: Popup Landing Page
  Author:  Mehedi Hasan
*/

.modal-header{
    background-color: #ff6600;
    color: #FFFFFF;
}
.btn-default:hover {
    color: #fff;
    background-color: #ff6600;
    border-color: none;
}
.text-orange{
  color: #ff6600;
}
.demos h2 {
    margin-bottom: 25px !important;
}