body{
	background-color: #f8f8f8;
}

#title-spacer h1{
	color: #fff;
}

#title-spacer li{
	line-height: 1.5625em;
    display: inline-block;
    list-style: none;
    font-size: 0.75em;
	color: #fff;
}

#content-spacer #nav-1 li{
	line-height: 1.5625em;
    display: inline-block;
    list-style: none;
    font-size: 1em;
	color: #fff;
}

#title-spacer li a{
	line-height: 1.5625em;
    display: inline-block;
    margin: 0 0.5em 0 0.3125em;
}

#content-spacer li a{
	line-height: 1.5625em;
    display: inline-block;
}

#breadcrumb-spacer{
	background-color:#2d2d87;
	height: 4.1875em;
	margin-bottom: -4.1875em;
	border-bottom: 0.4375em solid #0078d4;
}

@media screen and (max-width: 30em){
	#breadcrumb-spacer{
		background-color:#2d2d87;
		height: 7.875em;
		margin-bottom: -7.875em;

	}
}

@media screen and (max-width: 22.5em){
	#breadcrumb-spacer{
		background-color:#2d2d87;
		height: 11.1875em;
		margin-bottom: -11.1875em;
	}
}

nav > .nav.nav-tabs{

    border: none;
    color:#fff;
    background:#2d2d87;
    border-radius:0;

}
nav > div a.nav-item.nav-link,
nav > div a.nav-item.nav-link.active
{
  border: none;
    padding: 1.125em 1.5625em;
    color:#fff;
    background:#2d2d87;
    border-radius:0;
}

nav > div a.nav-item.nav-link.active{
	background:#0078d4;
}

nav > div a.nav-item.nav-link.active:after
 {
  content: "";
  position: relative;
  bottom: -3.75em;
  left: -10%;
  /*border: 15px solid transparent;*/
  border-top-color: #0078d4;
}
.tab-content{
    line-height: 1.5625em;
    /*border-bottom: 8px solid #0078d4;*/
    padding:1.875em 1.5625em;
}

nav > div a.nav-item.nav-link:hover,
nav > div a.nav-item.nav-link:focus
{
  border: none;
    background: #0078d4;
    color:#fff;
    border-radius:0;
    transition: background 0.20s linear;
}

.pt-3, .py-3 {
    padding-top: 0rem !important;
}

#content-spacer .evetmaxhight{
	max-height: 25em;
}

#content-spacer img {
	width: 100%;
}


#content-spacer  .eventinfo {
	color: #333;
	font-size: 1.125em;
	padding-bottom: 0.625em;
	border-bottom: 0.0625em solid #f8f8f8;
}

.title {	
	border-bottom: 0.0625em solid #f8f8f8;
	padding-bottom: 0.4375em;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-height: 2.625em;
    max-height: 9.375em;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.title p{
	font-size: 1.25em;
	font-weight: 600;
	color: #333;
}

#content-spacer  .single-feature {
  background: #fff;
  margin-bottom: 1.875em;
  min-height: 35.5em;
}

.single-feature {
  border: 0.0625em solid #eaeaea;
  margin-bottom: 1.875em;
  color: #000;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.single-feature:hover {
  -webkit-box-shadow: 0 0 1.875em rgba(0, 0, 0, .1);
  box-shadow: 0 0 1.875em rgba(0, 0, 0, .1);
}


#content-spacer .single-feature h4 {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
	padding-top: 0.625em;
	min-height: 3.125em;
}

#content-spacer .single-feature .title .lnr {
  color: #222;
  font-weight: 600;
  font-size: 1.25em;
  margin-right: 0.625em;
}

#content-spacer .single-feature p {
  margin-bottom: 0em;
  margin-top: 0.9375em;
  text-align: justify;
}

#content-spacer .single-feature p .fa {
  margin: 0 0.5em 0 0.8em;
}

#content-spacer .single-feature p .fa:first-child {
  margin: 0 0.5em 0 0;
}

#content-spacer .single-feature:hover {
  cursor: pointer;
  box-shadow: 0em 0.625em 1.25em 0em rgba(0, 0, 0, 0.2);
}

#content-spacer .single-feature:hover h4, #content-spacer .single-feature:hover .lnr {
  color: #003653;
}

.event-preview {
    font-size: 1em;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-height: 1.5625em;
    min-height: 9.375em;
    max-height: 9.375em;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
	  color:#999;
}

.pb-20 {
    padding-bottom: 1.25em;
}

.pt-20{
	padding-top: 1.25em;
}

nav#paginations{
	border: none;
	width: auto;
    margin: 0 auto;
}

nav#paginations li a {
    margin-right: 0em;
}

.myaccordion {
  margin: 1.25em auto;
  box-shadow: 0 0 0.0625em rgba(0,0,0,0.1);
}

.myaccordion .card,
.myaccordion .card:last-child .card-header {
  border: none;
}

.myaccordion .card-header {
  border-bottom-color: #EDEFF0;
  background: transparent;
}

.myaccordion .fa-stack {
  font-size: 1.125em;
}

.myaccordion .btn {
  width: 100%;
  font-weight: bold;
  color: #004987;
  padding: 0;
  font-size: 0.66em;

}

.myaccordion .btn-link:hover,
.myaccordion .btn-link:focus {
  text-decoration: none;
}

.myaccordion li + li {
  margin-top: 0.625em;
}

.panel li{
	color:#333;
	display: block;
}

.panels{
	font-size:2em;
	text-align: center;
	padding: 3.125em 0;
}

#space2{
	display: block;
}
	
@media screen and (max-width:48em){
	#space2{
		display: none;
	}
	.myaccordion .btn {
		font-size: 0.3em;
	}
}

#title-spacer a{
	color: #bbb;
}

.nav_bar {
	top: 5.875em; 
	position: fixed; 
	z-index: 1; 
	width: 69.375em;
}

.nav_bars {
	top: 5.875em; 
	position: fixed; 
	z-index: 1; 
	width: 100%;
}

.nav_bar_p {
	top: 5.875em; 
	position: fixed; 
	z-index: 1; 
	width: 43.125em;
}

.nav_bars_p {
	top: 5.875em; 
	position: fixed; 
	z-index: 1; 
	width: 100%;
}

.nav_bar_1024 {
	top: 5.875em; 
	position: fixed; 
	z-index: 1; 
	width: 58.125em;
}

.nav_bars_1024 {
	top: 5.875em; 
	position: fixed; 
	z-index: 1; 
	width: 100%;
}

.nav_bar_m {
	top: 4.875em; 
	position: fixed; 
	z-index: 1; 
	width: 93.75%;
}

.nav_bars_m {
	top: 4.875em; 
	position: fixed; 
	z-index: 1; 
	width: 100%;
}

.nav_bar_360 {
	top: 4.875em; 
	position: fixed; 
	z-index: 1; 
	width: 91.66%;
}

.nav_bars_360 {
	top: 4.875em; 
	position: fixed; 
	z-index: 1; 
	width: 100%;
}

.bg-black{
    background-color: rgba(45,45,135,.8);
    position: absolute;
    top: 6.6em;
    z-index: 0;
    text-align: center;
    width: 8em;
    height: 2em;
    color: #fff;
    font-size: 1.2em;
    font-weight: 600;
    line-height: 2.1em;
    border-radius: 0 1.25em 1.25em 0;
}

.titleforyou{
	width: 20%;
	color: #2d2d87;
	background-color: #f8f8f8;
	margin-top: -1em;
}

.box-for-you{
	min-height: 18em !important;
}

.box-for-you .title {
    border-bottom: 0em solid #f8f8f8 !important;
}

.genric-btn.circle {
    border-radius: 1.25em;
}

.genric-btn.arrow {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.go-feature-btn {
    border: 0.0625em solid #3F4391;
}

.genric-btn {
    display: inline-block;
    outline: none;
    line-height: 2.5em;
    padding: 0 1.875em;
    font-size: .8em;
    text-align: center;
    text-decoration: none;
    font-weight: 500;
    cursor: pointer;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.genric-btn.white-border {
  color: #fff;
  border: 0.0625em solid #fff;
}

.genric-btn.white-border:hover {
    color: #e2a62c;
    background: #fff;
    border: 0.0625em solid #fff;
}

.genric-btn.gray-border {
    color: #2d2d87;
    border: 0.0625em solid #2d2d87;
	margin-bottom: 1.25em;
}

.genric-btn.gray-border:hover {
  color: #fff;
  background: #2d2d87;
  border: 0.0625em solid #2d2d87;
}

.parent-banner {
  width: 100%;
  height: 13.125em;
  overflow: hidden;
  position: relative;
  float: left;
  cursor: pointer;
}

.child-banner {
  height: 100%;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.parent-banner:hover .child-banner, .parent-banner:focus .child-banner {
  -ms-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}

.parent-banner:hover .child-banner:before, .parent-banner:focus .child-banner:before {
  display: block;
}

.parent-banner:hover a, .parent-banner:focus a {
  display: block;
}

.child-banner:before {
  content: "";
  display: none;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, .3);
}

.parent-banner a {
  position: absolute;
  top: 40%;
  left: 38%;
  display: none !important;
}

.parent-banner:hover a, .parent-banner:focus a {
  display: block !important;
}

.owl-carousel .active span {
  background-color: transparent !important;
}

.blog-item {
  height: auto;
}