.section_tags ul li.active {
    background-color: #3998cb;
}
.section_tags ul li.active a {
    color: #fff !important;
}
.sidebar-box *:last-child {
    margin-bottom: 0;
}
.search-form .form-group {
    position: relative;
}
.search-form .ti-search {
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #000000;
}
.search-form .form-group input {
    padding-right: 50px;
    border: 1px solid #ced4da;
    color: black;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 50px;
    padding-left: 25px;
}
.search-form {
    background: #fff;
    padding: 0px;
}
.sidebar-box {
    margin-bottom: 30px;
    padding: 0px;
    background: #fff;
}
.mb-50 {
    margin-bottom: 50px !important;
}
.list-content-area {
    position: relative;
    z-index: 1;
    background-color: #fff;
    padding: 80px 0 80px 0;
}
ul {
    padding-inline-start: 0;
    margin-block-start: 0;
}
img {
    height: auto;
    max-width: 100%;
} 
.card-blog__info li {
    display: inline-block;
    font-size: 14px;
    color: #6b6b6b;
    margin-right: 13px;
}
.card-blog__body {
    border-bottom: 1px solid #eeeeee;
}
ul.card-blog__info {
    padding-inline-start: 0px!important;
    margin-bottom: 8px;
}
.card-blog__footer ul.card-blog__info {
    margin-bottom: 0;
    margin-top: 10px;
    color: 
}	
.grid {
	position: relative;
	clear: both;
	margin: 0 auto;
    width:100%;
	list-style: none;
	text-align: center;
}
.grid figure {
	position: relative;
	float: left;
	overflow: hidden;
	margin: 0px;
	width: 100%;
	height: auto;
	text-align: center;
	cursor: pointer;
}
.grid figure img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
	opacity: .9;
}
.grid figure figcaption {
	padding: 2em;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.grid figure figcaption::before,
.grid figure figcaption::after {
	pointer-events: none;
}
.grid figure figcaption,
.grid figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.grid figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}
.grid figure p {
	letter-spacing: 1px;
	font-size: 68.5%;
	margin: 0;
}
figure.effect-hera p {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(-50%,-50%,0);
	transform: translate3d(-50%,-50%,0);
	-webkit-transform-origin: 50%;
	transform-origin: 50%;
}
figure.effect-hera figcaption::before {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 200px;
	height: 200px;
	border: 2px solid #fff;
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(-50%,-50%,0) rotate3d(0,0,1,-45deg) scale3d(0,0,1);
	transform: translate3d(-50%,-50%,0) rotate3d(0,0,1,-45deg) scale3d(0,0,1);
	-webkit-transform-origin: 50%;
	transform-origin: 50%;
}
figure.effect-hera p {
	width: 100px;
	text-transform: none;
	font-size: 121%;
	line-height: 2;
}
figure.effect-hera p a {
	color: #fff;
}
figure.effect-hera p a:hover,
figure.effect-hera p a:focus {
	opacity: 0.6;
}
figure.effect-hera p a i {
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}
figure.effect-hera:hover figcaption::before {
	opacity: 1;
	-webkit-transform: translate3d(-50%,-50%,0) rotate3d(0,0,1,-45deg) scale3d(1,1,1);
	transform: translate3d(-50%,-50%,0) rotate3d(0,0,1,-45deg) scale3d(1,1,1);
}
figure.effect-hera:hover p i:empty {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0); 
	opacity: 1;
}
@media (min-width: 768px) {
	.order-md-last .d-flex {
		display: flex !important;
	}
}
@media (max-width: 768px) {
	.order-md-last .d-flex {
		display: block !important;
	}
}
@media (min-width: 576px) {
	.ml-sm-auto, .mx-sm-auto {
	    margin-left: auto!important;
	}
	.section_tags ul li {
	    display: inline-block;
	    width: auto;
	    background: #ededed;
	    border-radius: 14px;
	    text-align: center;
	    padding: 7px 25px;
    	border-radius: 50px;
    	margin-right: 10px;
	}
}
@media (max-width: 576px) {
	.section_tags ul li {
	    display: inline-block;
	    width: auto;
	    background: #ededed;
	    border-radius: 14px;
	    text-align: center;
	    padding: 4px 15px;
    	border-radius: 50px;
    	margin-right: 5px;
    	margin-bottom: 10px !important;
	}
}

/* detail css */
.panel-heading {
    background-color: #f7f7f7 !important;
    border-radius: 0 !important;
    padding: 10px 15px;
    border: 1px solid #eee;
}
.single-widget-area.border-style {
    border: 1px solid #b7b7b7;
    padding: 30px;
}
.panel-body {
    padding: 15px;
}
.CoursTitle {
    font-weight: 700;
    font-size: 1.65rem;
    margin: 6px 0;
}
.post-tag {
    color: #f16a24;
    text-transform: uppercase;
    font-size: 1rem;
    display: block;
    font-weight: 700;
    margin-bottom: 5px;
}
.post-blue {
    color: #0a5ba6;
    text-transform: uppercase;
    font-size: 1rem;
    display: block;
    font-weight: 700;
    margin-bottom: 5px;
}
.nikki-archives span {
	font-weight: 700;
	margin-right: .5rem;
}
.pay-way {
	width:100%;
	border-color:#e6e6e6;
	padding:5px;
	margin:6px 0 6px 0;
}
.panel-heading h4 i {
    background-color: #4d4d4d !important;
    color: #ffffff;
    height: 20px;
    line-height: 20px;
    font-size: 11px;
    position: absolute;
    right: 30px;
    top: 25px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    text-align: center;
    width: 21px;
    vertical-align: text-top;
}
a.sample {
	padding-top: 6px;
}
.sample:hover {
	text-decoration: underline;
}
.bg-albaster {
    background-color: #f9f9f9;
}
.ptb-15 {
    padding-top: 15px;
    padding-bottom: 15px;
}
.plr-25 {
    padding-left: 25px;
    padding-right: 25px;
}
.post-content {
    z-index: 1;
    padding: 0 20px;
    border: 1px solid #e5e5e5; 
    background: #fff;
}
.post-content:hover {
	border-color: transparent;
    -webkit-box-shadow: 0 2px 40px 8px rgba(15, 15, 15, 0.15);
    box-shadow: 0 2px 40px 8px rgba(15, 15, 15, 0.15);	
}
.btn-shadow:hover {
	-webkit-box-shadow: 0px 5px 20px -10px rgba(0,0,0,0.57);
	-moz-box-shadow: 0px 5px 20px -10px rgba(0,0,0,0.57);
	transition: all 0.3s ease 0s;
}
.section-padding--small {
	padding: 60px 0;
}	
.btn-md.fix-btn.btn-outline-danger {
	padding: 8px 10px !important;
}
@media (max-width: 992px) {
	.sidebar.sticky {
	    margin-top: 2rem !important;
	}
}
@media (max-width: 993px) and (min-width: 992px) {
	.sidebar.sticky {
	    margin-top: 0rem !important;
	}
}
@media (min-width: 993px) {
	.sticky {
	    position: -webkit-sticky;
	    position: sticky;
	    top: 110px;
	}
	.sticky:before,
	.sticky:after {
	    content: '';
	    display: table;
	}	
}
@media (max-width: 768px) {
	.panel-collapse .d-flex {
	    display: block !important;
	}
	.sample {
		float: right;
		width: 100%;
		margin-bottom: 15px;
		text-align: right;
	}
}
@media (max-width: 451px) {
	.btn-md.fix-btn {
		padding: 8px 10px !important;
	}
    .order-first .mr-2 {
		margin-right: 1px !important;
	}    
}
@media (max-width: 475px) and (min-width: 377px) {
	.btn-md.fix-btn {
		padding: 8px 7px !important;
	}
}
@media (max-width: 377px) {
	.btn-md.fix-btn {
		padding: 8px 7px !important;
        font-size: 12px;
	}
    .order-first .mr-2 {
		margin-right: 1px !important;
	}
    .sample {
		font-size: .85rem;
	}
	.btn-md.fix-btn.btn-outline-danger {
	    padding: 5px 7px !important;
	    font-size: 12px;
	}
}

/* add */
.video-play-btn.style2 {
    width: 58px;
    height: 58px;
    line-height: 58px;
    font-size: 18px;
}
.video-play-btn {
    position: absolute;
    width: 96px;
    height: 96px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    z-index: 100;
    background-color: rgba(0, 0, 0, 0.7);
    border-radius: 50%;
    text-align: center;
    line-height: 96px;
    color: #ffffff!important;
    font-size: 30px;
}
.video-play-btn:hover {
    color: #ffffff;
    font-size: 30px;
    background-color: #3998cb;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.2);
}
.content {
  position: relative;
  overflow: hidden;
}
.content .content-overlay {
  background: rgba(0,0,0,0.6);
  position: absolute;
  height: 96%;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}
.content:hover .content-overlay{
  opacity: .3;
}
.content-image{
  width: 100%;
}
.content-details {
  position: absolute;
  text-align: center;
  padding-left: 1em;
  padding-right: 1em;
  width: 100%;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.content:hover .content-details{
  top: 50%;
  left: 50%;
  opacity: 1;
}
.content-details h3{
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.15em;
  margin-bottom: 0.5em;
  text-transform: uppercase;
}
.content-details p{
  color: #fff;
  font-size: 0.8em;
}
.fadeIn-bottom{
  top: 80%;
}
/*list css*/
.single-ministry {
    position: relative;
    z-index: 1;
    background-color: #fff;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;    
    border: 1px solid #ccc;
    border-radius: 4px;
}
.mb-50 {
    margin-bottom: 50px;
}
.single-ministry .ministry-content {
    position: relative;
    z-index: 1;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    padding: 24px;
}
.single-ministry:hover {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}
/**/
.snip {
    position: relative;
    display: inline-block;
    overflow: hidden;
    width: 100%;
    color: #fff;
    text-align: left;
    background: rgba(0,0,0,0.8);
}
.snip *,
.snip:before,
.snip:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.4s ease;
    transition: all 0.3s ease;
}
.snip img {
    max-width: 100%;
    backface-visibility: hidden;
    vertical-align: top;
}
.snip:before,
.snip:after {
    position: absolute;
    top: 20px;
    right: 20px;
    content: '';
    background-color: #fff;
    z-index: 1;
    opacity: 0;
}
.snip:before {
    width: 0;
    height: 1px;
}
.snip:after {
    height: 0;
    width: 1px;
}
.snip figcaption {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 15px 20px;
}
.snip h4 {
    margin: 0;
    font-weight: normal;
    opacity: 0;
    font-size: .8em;
    text-transform: uppercase;
}
.snip a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
}
.snip:hover img,
.snip.hover img {
    zoom: 1;
    filter: alpha(opacity=20);
    -webkit-opacity: 0.2;
    opacity: 0.2;
}
.snip:hover:before,
.snip.hover:before,
.snip:hover:after,
.snip.hover:after {
    opacity: 1;
    -webkit-transition-delay: 0.25s;
    transition-delay: 0.25s;
}
.snip:hover:before,
.snip.hover:before {
    width: 40px;
}
.snip:hover:after,
.snip.hover:after {
    height: 40px;
}
.snip:hover h3,
.snip.hover h3,
.snip:hover h4,
.snip.hover h4 {
    opacity: 1;
}
.snip:hover h3,
.snip.hover h3 {
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}
.snip:hover h4,
.snip.hover h4 {
    -webkit-transition-delay: 0.35s;
    transition-delay: 0.35s;
}
figure {
    margin: 0 ;
}

.dropdown-item:hover {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #fff;
    text-align: inherit;
    white-space: nowrap;
    background-color: #17a2b8;
    border: 0;
}
.panel-collapse .card {
    border: 1px solid #b7b7b7 !important;
}