/*

Template: The Corps — Responsive Multi-purpose HTML5 Template
Author: potenzaglobalsolutions.com
Version:  2.1
Design and Developed by: potenzaglobalsolutions.com

Note: This is the file where you can add your custom styles to change the look of the
theme. But don't modify "style.css" file.

*/

/* Your custom css codes start from here: */


.notification {
    position: fixed !important;
    z-index: 999 !important;
    margin-top: 135px !important;
    opacity: 0.9 !important;
    border-radius: 0px !important;
  }

.added{
  position: fixed !important;
  z-index: 999 !important;
  margin-top: 0px !important;
  opacity: 0.9 !important;
  border-radius: 0px !important;
}

.service{
  display: inline-block !important;
  float: none !important;
  margin-right: -4px !important;
  }

.row-centered{
    text-align:center;
  }

.margin-important{
  margin-top:20px;
}