.accordion
{
	margin-top:15px;margin-bottom:20px;
} 
.accordion-item {
    margin-bottom: 12px;
    -webkit-border-radius: 5px;
    border-radius: 0px;
    overflow: hidden;
    border-width: 1px 0px 0px 0px;
    border-style: solid;
    border-color: #d5d5d5;
}
.accordion-header {
  
    padding: 18px 17px 8px 40px;
    position: relative;
    border-width: 0;
    border-style: solid;     
    background-repeat: repeat-x;
    background-position: left top;	
	cursor:pointer;
}
.accordion-item.active .accordion-header
{
	
}
.accordion h4 {
    font-size: 18px; 
	line-height:26px;    
    color: #104B9D  ;
    margin-bottom: 0px;
	font-weight:500;
	margin-top:0;	
}
.accordion-item.active h4
{
	color:#104B9D  !important;
}
.accordion h6 {
    font-size: 14px;
    line-height: 16px;
    color: #a5a5a5;
    margin-bottom: 0px;
    font-weight: 400;
    margin-top: 0px;
    font-style: italic;
}

.accordion-header .accordion-item-arrow:before {
    content: "\f067";
    font-family: FontAwesome;
    padding:30px 0px;
	text-align:center;   
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
	font-size:15px;font-weight:normal;
	color:#3e3e3e;	
}

.accordion-item.active .accordion-header .accordion-item-arrow:before
{
	 content: "\f068";
    font-family: FontAwesome;
	color: #ffc425!;
}
.accordion-content {
    padding:20px 20px 20px 15px;
    display: none;
   /* border-bottom: solid 1px #e9e9e9; */  
	overflow:hidden;
/*	display: none !important;*/
    
}
.accordion-content img
{
	border: 1px solid #f1f1f1;   
    border-radius: 2px;
}
/************************QR Accordion css******************************/
@media (min-width:992px)
{
 #our-projects .accordion
  {
	width:80%;
  }
}
#our-projects .accordion
{
	margin-top:32px;
}
#our-projects .accordion-item
{
	border:none;margin-bottom:0px;
	margin-top:20px;
	
}
#our-projects .accordion-item:first-child .accordion-header {
    
}
#our-projects .accordion-item:last-child .accordion-header {
  
}
#our-projects .accordion-header
{
	padding:1px 1px 1px 45px;
	
    
}
#our-projects .accordion-item.active .accordion-header
{
	border:0px;
	   
}
#our-projects .accordion-content {
    padding:20px 20px 0px 45px;
    display: none;   
    overflow: hidden;
}
#our-projects .accordion-content p
{
	margin-bottom:0px;
}
#our-projects .accordion-header .accordion-item-arrow:before {
    content: "\f105";
    font-family: FontAwesome;
    padding:5px 0px;
	text-align:center;
    width: 30px;
    height: 100%;   
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
	font-size:18px;font-weight:normal;
	color:#224095;
	font-weight:500;
	border:none;
	border:1px solid #224095;
	transition:1s ease all;
	background-color:#fff;
}

#our-projects .accordion-item.active .accordion-header .accordion-item-arrow:before
{
	 content: "\f107";
    font-family: FontAwesome;
	color: #fff;
	background-color:#224095;
	border:1px solid #224095;
}
#our-projects .accordion h4 
{
	padding-bottom:0px;
	font-size:28px;color:#4e4e4e;
}
#our-projects .accordion-item.active h4 {
    color: #4e4e4e !important;
}
#our-projects .accordion-content h3
{
	 background-color: #0097c0;
	 color:#fff;padding:10px 0px;
	 display:inline-block;margin:05px 08px;
	 font-size:18px;
	 border-radius:100%;width:50px;
	 text-align:center;	
}
#our-projects .accordion-content h3:hover
{
	
}