@charset "utf-8";

p{
	font-size:16px;
	text-align:justify;
	
}
ul li{
	font-size:14.5px;
    list-style-type: none;
    line-height: 1.5
		
}
ol li{
	font-size:14.5px;
    list-style-type: none;
    line-height: 1.5
			
}
ol li i{

		color: #5c192e;	
}

ul li span{
	
	
	color: #5c192e;
	
}

.text-center p {
font-size: 14px;
  margin-top: 0px;
  margin-bottom: 0px;
  text-align: center;
}

.course-table p {
  font-size:12px;
  margin-top: -14px;
  margin-bottom: 0px;
}
 
 .course-table td p 
 {

  font-size: 14px !important;
  margin-top: 8px !important;
  margin-bottom: 0px !important;
  line-height: 1.5;
 }

.course-table td li
{
  font-size: 14px !important;
  margin-top: 8px !important;
  margin-bottom: 0px !important;
  line-height: 1.5;
 /* list-style-type: square;*/
}  

.course {
  border: none;
  border-radius: 15px;
  padding: 5%;
  cursor: pointer;
  background: #600823;
  color: #fff;
  margin-bottom: 20px;
margin-left: 15%;

}


.pagination-wrapper {
  border-top: solid 1px #e9e9e9;
  margin-top: 30px;
  margin-bottom: 50px;
  padding-top: 30px;
  line-height: 0;
}
.pagination {
  margin: 5px 0px 19px 50px;
  font-size: 12px;
  text-transform: uppercase;
  line-height: 1;
}
.pagination > li > a {
  font-weight: 700;
  background-color: transparent;
  color: #232323;
  margin: 10px 10px 0 0;
  padding: 7px 15px 7px 15px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  border-radius: 0;
  background-color: transparent;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-radius: 0;
  background-color: transparent;
}
.pagination > li > a,
.pagination > li > span {
  border: solid 3px rgba(35, 35, 35, 0.1);
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  border-color: #910029;
  background-color: #910029;
  color: #ffffff;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  background-color: rgba(35, 35, 35, 0.1);
  border-color: transparent;
  color: #232323;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #232323;
  background-color: transparent;
}

.contect h5 {
 
 font-size: .75rem;

}


.event-details-left-warpper li{
    /*list-style: url('../images/cap.png');*/
    line-height:25px;
}

