
* {
  margin: 0;
  padding: 0;
}



a:hover, a:focus {
  text-decoration: none;
  outline: 0 none;
}

.page-header {
  color: #fff;
  padding: 5rem 6rem;
  text-align: center;
  background-color: #159957;
  background-image: linear-gradient(120deg, #155799, #159957);
}




.btn + .btn { margin-left: 1rem; }

}

.btn:hover {
  color: fff;
  text-decoration: none;
  background-color: rgba(255, 255, 255, 0.2);
  border-color: rgba(255, 255, 255, 0.3);
}





/* accordion style */


.ac-pane { margin-bottom: 15px; color:#fff !important; color: #fff !important;
clear:both;
    
	  
	}

.ac-pane:last-child { margin-bottom: 0; }

.ac-content { display: none; }

.ac-title {
 background-color: #f4f4f4;
    color: #000;
    display: block;
    padding: 10px;
	border:1px solid #d1d1d1;
  
    font-size: 10px;
    font-weight: normal !important;
}


.ac-content ul{margin: 0 0 0px 10px}

.ac-content ul li{}

.ac-title i {
  float: right;
  font-size: 12px;
}

.fa-plus
{
	color:#999 !important;
}



.active .ac-title i:before { content: "\f106"; }

