body {
	background: #fff;
}

.accordion {
	margin: 25px 0;
}

.accordion .item {
	border: none;
	margin-bottom: 25px;
	background: none;
}

.t-p {
	color: #000;
	padding: 30px 30px 0px 30px;
}

.accordion .item .item-header h2 button.btn.btn-link {
	background: #1184b3;
	color: white;
	border-radius: 0px;
	font-family: 'Poppins';
	font-size: 16px;
	font-weight: 400;
	line-height: 2.5;
	text-decoration: none;
}

.accordion .item .item-header {
	border-bottom: none;
	background: transparent;
	padding: 0px;
	margin: 2px;
}

.accordion .item .item-header h2 button {
	color: white;
	font-size: 20px;
	padding: 15px;
	display: block;
	width: 100%;
	text-align: left;
}
.mr-10
{
	margin-right: 10px;
}
.padding-top
{
	padding-top: 40px;
}
.bottom-img
{
	float: left!important;
	margin: 0px 10px 0px 0px!important;
	width: 50px!important;
	height: auto!important;
}
.accordion .item .item-header h2 .down {
	float: right;
	font-size: 30px;
	color: #1184b3;
	background-color: #fff;
	width: 60px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 5px;
}

button.btn.btn-link.collapsed i {
	transform: rotate(0deg);
}

button.btn.btn-link i {
	transform: rotate(180deg);
	transition: 0.5s;
}

.outer {
	margin: 0 auto;
	max-width: 800px;
}

#big .item {
	background: #ec6e46;
	margin: 2px;
	color: #FFF;
	border-radius: 3px;
	text-align: center;
}

#thumbs .item {
	background: #1184b3;
	height: 70px;
	line-height: 70px;
	padding: 0px;
	margin: 2px;
	color: #FFF;
	border-radius: 3px;
	text-align: center;
	cursor: pointer;
}

#thumbs .item img {
	/*max-height: 200px;*/
	max-width: auto;
}

#thumbs .current .item {
	background: #1184b3;
}

.owl-theme .owl-nav [class*='owl-'] {
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}

.owl-theme .owl-nav [class*='owl-'].disabled:hover {
	background-color: #D6D6D6;
}

#big.owl-theme {
	position: relative;
}

#big.owl-theme .owl-next,
#big.owl-theme .owl-prev {
	background: #333;
	width: 22px;
	line-height: 40px;
	height: 40px;
	margin-top: -20px;
	position: absolute;
	text-align: center;
	top: 50%;
}

#big.owl-theme .owl-prev {
	left: 10px;
}

#big.owl-theme .owl-next {
	right: 10px;
}

#thumbs.owl-theme .owl-next,
#thumbs.owl-theme .owl-prev {
	background: #333;
}