.bg-transition {
  -webkit-transition: background-color 650ms linear 200ms;
  -moz-transition: background-color 650ms linear 200ms;
  -ms-transition: background-color 650ms linear 200ms;
  -o-transition: background-color 650ms linear 200ms;
  transition: background-color 650ms linear 200ms;

  background-color: rgba(0, 0, 0, 0)!important;
}

.module-ocdepartment{
	padding-right:4px;
}

.module-ocdepartment-heading{
	padding:0;
	margin:0 0 10px;
	background:transparent;
	font-size:16px;
}

#ocdepartment-container .module-ocdepartment .list-group-item,
#ocdepartment-mobile-container .module-ocdepartment .list-group-item {
	cursor:pointer;
	color:#3e77aa;
	display: flex;
	font-size:16px;
    align-items: center;
    justify-content: space-between;
	padding:6px !important;
	border:0 !important;
	border-radius:0 !important;
}

.module-ocdepartment .list-group-item:hover span{
	color: #f84147;
    text-decoration: underline;
}

.module-ocdepartment .list-group-item .fa{
	font-size:18px;
	transition:.3s;
}

.module-ocdepartment .list-group-item.collapsed .fa{
	transform:rotate(180deg);
}
#ocdepartment-container .module-ocdepartment .ocd-child-collapse,
#ocdepartment-mobile-container .module-ocdepartment .ocd-child-collapse{
	padding-left:12px;
}
#ocdepartment-containe  .module-ocdepartment .ocd-child-collapse .list-group-item,
#ocdepartment-mobile-container .module-ocdepartment .ocd-child-collapse .list-group-item{
	display:block;
	font-size:14px;
	padding:0px !important;
	margin-bottom:8px !important;
}

.module-ocdepartment-footer{
	padding:6px;
}
.module-ocdepartment-footer .btn-link{
	
	cursor: pointer;
    color: #3e77aa;
    font-size: 16px;
	display: flex;
    align-items: center;
    justify-content: space-between;
}
.module-ocdepartment-footer .btn-link:hover span{
	color: #ff7878;
}
.module-ocdepartment-footer .btn-link .fa{
    font-size: 18px;
    transition: .3s;
}

.module-ocdepartment-footer .btn-link.collapsed .fa {
    transform: rotate(180deg);
}
.module-ocdepartment .collapse > .list-group-item:first-child,
.module-ocdepartment .collapsing > .list-group-item:first-child,
.module-ocdepartment .carousel-inner > .item > .list-group-item:first-child {
	border-top-width: 1px;
}

.module-ocdepartment .carousel-inner > .item > .list-group-item:first-child,
.module-ocdepartment .carousel-inner > .item > .ocd-child-collapse > .list-group-item:last-child,
.module-ocdepartment .ocd-child-carousel + .list-group-item,
.module-ocdepartment .ocd-child-carousel + .list-group-item:hover,
.module-ocdepartment .ocd-child-carousel + .list-group-item:focus,
.module-ocdepartment .ocd-child-collapse + .list-group-item,
.module-ocdepartment .ocd-child-collapse + .list-group-item:hover,
.module-ocdepartment .ocd-child-collapse + .list-group-item:focus{
  border-bottom-width: 0;
}

.module-ocdepartment .list-group-item[data-toggle]:hover,
.module-ocdepartment .list-group-item[data-slide]:hover {
	border-left-width: 0;
	border-right-width: 0;
}

.module-ocdepartment .list-group-item[data-toggle]:hover,
.module-ocdepartment .list-group-item[data-slide]:hover {
	border-left-width: 0;
	border-right-width: 0;
}
#ocdepartment-mobile{display:none}
@media (max-width: 767px){
#ocdepartment-mobile{display:block}
.module-ocdepartment-heading{
	display:none;
}
}
#ocdepartment-mobile-container{}
#ocdepartment-mobile-container .module-ocdepartment{margin: 0; border: none;}