 
#filters {
	margin:1%;
	padding:0;
	list-style:none;
}

	#filters li {
		display: inline-block;
	}
	
	#filters li img {
		max-width: 90px;
		margin-bottom: 1rem;
	}
	
	#filters li span {
		display: block;
		padding: 10px;		
		text-decoration:none;
		color:#333;
		cursor: pointer;
		transition: 0.35s;
		font-family: 'Poppins', sans-serif;
		font-weight: 600;
		font-size: 16px;
	}
	
	#filters li span:hover, #filters li span.active {
		color: #213a8e;
	}

@media(max-width: 767px) {
	#filters li img {
		display: none;
	}
}

	
#portfoliolist .portfolio {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	width: 100%;
	padding: 12px;
	display:none;
	overflow:hidden;
}

	.portfolio-wrapper {
		overflow:hidden;
		position: relative !important;
	}
	
	.portfolio .status-title img {
		width: 60px;
		transition: 0.3s;
		margin-right: 0.5rem;
		margin-top: -1rem;
	}
	
	.portfolio .status-title {
		position: relative;
		transition: 0.35s;
	}

	.portfolio img.memb-photo {
		max-width: 200px;
		max-height: 250px;
		position: relative;
		top:0;
		border: 1px solid #ddd;
		margin-bottom: 0.5rem;
    -webkit-transition: all 600ms cubic-bezier(0.645, 0.045, 0.355, 1);
    transition:         all 600ms cubic-bezier(0.645, 0.045, 0.355, 1);	
	}
	
@media(max-width: 767px) {
	.portfolio .status-title img {
		max-width: 45px;
		padding: 0;
	}
	
	.portfolio .status-title {
		font-size: 1.5rem;
	}
}

@media(max-width: 575px) {
	.portfolio .status-title::before {
		display: none;
	}
}

@media(max-width: 575px) {
	.leader {
		float: none;
	}
	.join-date {
		width: 100%;
		float: right;
	}
}

@media(max-width: 767px) {
	.modal-content {
		font-size: 14px;
	}
}
	

@media(min-width:768px) {
    #ir .nav-tabs.horizontal-tabs {
        flex-flow: row nowrap;
		justify-content: center;
		border-right: none;
		border-bottom: 0;
		width: auto;
		margin-bottom: 25px;
    }
	
	#ir .nav-tabs.horizontal-tabs .nav-item {
		margin-top: 0.25em;
	}
	
	#ir .nav-tabs.horizontal-tabs .nav-link {
		padding: 0.5rem 1rem;
		margin: 0 15px;
		border: 2px solid #333;
		border-radius: 0;
		color: #333;
		font-weight: 600;
		transition: 0.35s;
	}
	
	#ir .nav-tabs.horizontal-tabs .nav-link:hover {
		color: #213a8e;
	}
	
	#ir .nav-tabs.horizontal-tabs .nav-link.active {
		border-color: #213a8e;
		color: #213a8e;
	}
}

#ir .tab-content.horizontal-content .card {
	background: #fff;
}

#ir .tab-content.horizontal-content .card-body {
	background: #eee;
	padding: 1.5rem;
	height: 100%;
	border-radius: 5px;
	box-shadow: 5px 5px 10px -6px rgba(0, 0, 0, 0.25);
}

#ir .tab-content.horizontal-content .card-body.card-hover {
	background: #fcfcfc;
	border: 2px solid #a9c1df;
	transition: 0.5s;
	position: relative;
	z-index: 0;
	box-shadow: 8px 8px 3px rgba(0, 0, 0, 0.25), 4px 4px 3px rgba(132, 151, 211, 0.5);
}
#ir .tab-content.horizontal-content .card-body.card-hover:hover {
	border-color: #d8e4f2;
}

#ir .tab-content.horizontal-content .card-body.card-hover::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(#d8e4f2,#ebeff9);
	z-index: -1;
	opacity: 0;
	transition: 0.5s;
}

#ir .tab-content.horizontal-content .card-body.card-hover:hover::before {
	opacity: 1;
}

#ir .tab-content.horizontal-content .card-body h4 {
	display: inline-block;
	padding: 1rem;
}

#ir .tab-content.horizontal-content .card-body h4 a {
	display: inline-block;
	transition: 0.35s;
	color: #444;
}

#ir .tab-content.horizontal-content .card-body h4:hover a {
	transform: scale(1.1, 1.1);
}

@media(min-width:768px) {
	#ir .tab-content.horizontal-content .card-body h4 {
		margin: 0;
	}
}

#ir .tab-content.horizontal-content .card-body .web-ctry a img {
    max-width: 20px;
    margin-right: 0.25rem;
	margin-top: -1px;
}

#ir .tab-content.horizontal-content .card-body .web-ctry a {		
	background: rgba(113, 167, 255, 0.1);
	padding: 0.5rem 0.75rem;
	/*opacity: 0.9;*/
	font-size: 13px;
	font-weight: 600;
	color: #222;
	display: block;
	margin-bottom: 1.25rem;
	box-shadow: 0 3px 5px -3px rgba(0, 0, 0, 0.5);
	transition: 0.5s;
}

#ir .tab-content.horizontal-content .card-body .web-ctry a:hover {
	opacity: 1;
	box-shadow: 0 3px 5px -3px rgba(0, 0, 0, 0.2);
}

.web-ctry .my a {
	position: relative;
	transform: scale(1.1, 1.05);
}
.web-ctry .my a::before {
	content: 'HEADQUARTERS';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 100%;
	background: rgb(113, 167, 255);
	color: #fff;
	font-size: 9px;
	text-align: center;
	margin-bottom: -5px;
}
@media(max-width: 575px) {
	.web-ctry .my a {
		transform: scale(1.05, 1.05);
	}
}


#ir .tab-content {
	width: 100%;
}
#ir .tab-content .tab-pane .card-content h5 {
	margin-top: 1rem;
}
#ir .tab-content .tab-pane .card-content ul {
	text-align: left;
}
@media (min-width: 768px) {
	#ir .tab-content .tab-pane {
		border: none;
	}
	#ir .tab-content .tab-pane .card-header {
		display: none;
	}
	#ir .tab-content .tab-pane.show > .collapse {
		display: block;
	}
}
@media (max-width: 767px) {
	#ir .nav-tabs {
		display: none;
	}
	#ir .tab-pane {
		display: block !important;
		opacity: 1 !important;
	}
	#ir .tab-content .tab-pane .card-header {
		cursor: pointer;
		color: #fff;
		background: #1F2B3A;
		font-family: 'Acme', sans-serif;
		font-size: 1.05rem;
		position: relative;
	}
	#ir .tab-content .tab-pane .card-header::after {
		content: '';
		position: absolute;
		top: 50%;
		right: 0;
		transform: translateY(-50%);
		border-left: .3em solid transparent;
		border-right: .3em solid transparent;
		border-bottom: .3em solid #fff;
		margin-right: 1rem;
		transition: 0.5s;
	}
	#ir .tab-content .tab-pane .card-header.collapsed::after {
		transform: rotateX(-180deg);
	}
}

.irbox-shadow {
  box-shadow: 10px 10px 2px rgba(0, 0, 0, 0.5), 5px 5px 2px rgba(33, 58, 142, 0.5);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  background: url(../images/background.jpg) center/cover no-repeat;
}

.irbox-holder {
  padding: 15px 5px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.irbox-holder .title {
  font-size: 24px;
  font-weight: 600;
  margin: 35px auto;
  color: #000;
}

.irbox-holder a {
  margin: 5px auto;
}

.ir-view a {
  display: block;
  padding: 10px;
  background: #1F2B3A;
  color: #fff;
}

.ir-view a:hover {
  background: #1d3a8f;
}

.bod-list .panel-title, .ksm-list .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #000;
  padding-bottom: 10px;
  margin-bottom: 15px;
}

.bod-list .panel-title a, .ksm-list .panel-title a {
  color: #000;
  width: 100%;
}

.bod-list .panel-title a span, .ksm-list .panel-title a span {
  display: block;
}

.bod-list .panel-body, .ksm-list .panel-body {
	font-size: 13px;
	text-align: justify;
	border-bottom: 3px dotted #fff;
	margin-bottom: 20px;
}

#general-meeting p {
	clear: both;
	line-height: 2;
	margin-bottom: 5px;
	padding-bottom: 5px;
}

#general-meeting .d-inline-block {
	min-width: 50px;
	position: relative;
}

#general-meeting .d-inline-block::after {
	content: ':';
	position: absolute;
	right: 0;
}

#general-meeting .form-align {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.rpt-btn {
	color: #213a8e;
	border-color: #213a8e;
	float: right;
	margin-top: 0;
	min-width: 102px;
}

.rpt-btn:hover {
	background: #213a8e;
}

.ba-background {
	position: relative;
	z-index: 1;
}

.ba-background::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(../images/Cyberville_2.jpg) center/cover no-repeat;
  opacity: 0.5;
  z-index: -1;
}

.ba-background::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 2px solid #1d3a8f;
  margin: 15px;
  box-shadow: 0px 0px 5px -2px #000;
  z-index: -1;
}

.bursa-announce, .ir-contacts {
	padding: 80px 0;
}

.ir-contacts h6 {
	font-family: 'Poppins', sans-serif;
}

.ir-contacts h6 a {
	color : #000000;
	text-shadow: 1px 0px 2px #fff;
}

.read_more a {
	text-decoration: underline transparent;
	transition: 0.5s;
	color: rgb(0, 0, 255);
	font-weight: bold;
}

.read_more:hover a {
	text-decoration: underline #343a40;
	color: #213a8e;
}

.read_more i {
	margin-right: 0.5rem;
	color: rgb(0, 0, 255);
}

.read_more:hover i {
	animation: pointing 1s ease-in-out infinite;
	color: #213a8e;
}

@keyframes pointing {
  0% {margin-right: 0.5rem;margin-left: 0;}
  50% {margin-right: 0;margin-left: 0.5rem;}
  100% {margin-right: 0.5rem;margin-left: 0;}
}

.read_title {
  text-decoration: underline transparent;
  transition: 0.5s;
}

.read_title:hover {
  text-decoration: underline #343a40;
}

.read_btn {
  position: absolute;
  right: 1.25rem;
  bottom: 1.25rem;
}

.read_btn span {
  display: inline-block;
  position: relative;
  z-index: 0;
  width: 30px;
  text-align: center;
  color: #fff;
  margin-right: 5px;
  transition: 0.5s;
}

.read_btn span::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  background: #1F2B3A;
  z-index: -1;
  border-radius: 100%;
  box-shadow: 0px 1px 2px #666;
}

.read_btn:hover span {
  transform: scale(1.5);
}

.read_btn:hover span::before {
  background: #1d3a8f;
}

.title-bar {
	background: #eee;
	padding: 2rem 1.5rem;
	margin-bottom: 1.5rem;
	background: linear-gradient(#d8e4f2,#ebeff9);
}