/*	Responsive Accordion v1.3, Copyright 2014, Joe Mottershaw, https://github.com/joemottershaw/
//	============================================================================================ */

/*	Table of Contents
//	==================================================
//		#Reset
//		#Themes


/*	#Reset
//	================================================== */

.responsive-accordion {
    margin: 0 0 20px 0;
    padding: 0;
    list-style-type: none;
}

.responsive-accordion li {
    margin: 15px 0 15px 0;
    padding: 0;
    box-shadow: 0px 0px 5px 2px rgb(0 0 0 / 5%);
            border-radius: 10px;
    overflow: hidden;
}

.responsive-accordion li:last-child { margin-bottom: 0; }

.responsive-accordion li .responsive-accordion-head { cursor: pointer; }

.responsive-accordion li .responsive-accordion-head.active { font-weight: bold; }


/*	#Themes
//	================================================== */

.responsive-accordion-default.responsive-accordion li .responsive-accordion-head {
    /*border: 1px solid #DDD;*/
    padding: 15px 30px 15px 10px;
    color: #fff;
    line-height: normal;
    position: relative;
    font-weight: 600;
    border-left: 4px solid #4d82da;
    background-color: #0c0c0c;
    font-size: 1.1em;
    /*background-image: linear-gradient(to right bottom, #6c4b8d, #64579c, #5a63aa, #4c6eb6, #387ac0, #2684c4, #118dc6, #0096c7, #009ebf, #00a4a7, #00a781, #00a651);*/
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
       
}

.responsive-accordion-default.responsive-accordion li .responsive-accordion-head i {
    position: absolute;
    top: 12px;
    right: 10px;
    color:#fff;
}

.responsive-accordion-default.responsive-accordion li .responsive-accordion-panel {
    /*box-shadow: 0px 0px 5px 2px rgb(0 0 0 / 8%);*/
    border-radius: 0px 0px 10px 10px;
    border-top: 0;
    padding: 15px;
    background: #000;
    text-align: justify;
}

i.style-1 {
background:#f90a10;
color:#fff;
margin:0 0 5px 0;
font-size:20px;
border-radius:100%;
line-height:40px;
width:40px;
height:40px;
text-align:center;
border:3px solid #cd060b;
}
i.style-1:hover {
background:#1a1d22;
border:3px solid #000;
transition: all 1s ease 0s;
}



.responsive-accordion .bullet li{
box-shadow: none !important;
overflow: visible !important;
margin: 5px 0 !important;
}