﻿body {
	padding-top: 35px;
	background-color: #eceff1;
}

.flickity-page-dots {
	direction: ltr;
}

.app-container {
	/*padding-top: 80px;*/
}

.app-list {
	padding: 10px;
	background-color: #f5f5f7;
	border-radius: 15px;
	box-shadow: 0 3px 5px 0 rgba(20,80,150,0.05);
}

	.app-list .carousel-cell-inner {
		/*width: 130px;*/
		margin-left: 15px;
		/*margin-bottom: 15px;*/
	}

.collection-list {
	padding: 10px;
	background-color: #f5f5f7;
	border-radius: 15px;
	box-shadow: 0 3px 5px 0 rgba(20,80,150,0.05);
}

	.collection-list .carousel-cell-inner {
		/*width: 130px;*/
		margin-left: 15px;
		/*margin-bottom: 15px;*/
	}

.group-list {
	padding: 10px;
	background-color: #f5f5f7;
	border-radius: 15px;
	box-shadow: 0 3px 5px 0 rgba(20,80,150,0.05);
}

	.group-list .carousel-cell-inner {
		/*width: 130px;*/
		margin-left: 15px;
		/*margin-bottom: 15px;*/
	}

.team-list {
	padding: 10px;
	background-color: #f5f5f7;
	border-radius: 15px;
	box-shadow: 0 3px 5px 0 rgba(20,80,150,0.05);
}

	.team-list .carousel-cell-inner {
		/*width: 130px;*/
		margin-left: 15px;
		/*margin-bottom: 15px;*/
	}

.project-list {
	padding: 10px;
	background-color: #f5f5f7;
	border-radius: 15px;
	box-shadow: 0 3px 5px 0 rgba(20,80,150,0.05);
}

	.project-list .carousel-cell-inner {
		/*width: 130px;*/
		margin-left: 15px;
		/*margin-bottom: 15px;*/
	}

.carousel-inner-container {
	margin-top: 15px;
	padding-bottom: 15px;
	/*padding:0 15px;*/
	/*background-color: #f5f8f9;*/
	position: relative;
}

/*.carousel-inner-container::after {
		height: 1px;
		content: "";
		border-bottom: 3px #cbd3d7 dashed;
		width: 80%;
		position: absolute;
		bottom: 0;
		transform: translateX(-50%);
		left: 50%;
		z-index: -1;
	}

	.carousel-inner-container:last-child::after {
		display: none;
	}*/

.carousel-inner-item {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	color: #000 !important;
	/*border: 1px solid #eee;*/
}

.carousel-inner-img {
	height: 60px;
	width: 60px;
	border-radius: 30px;
	margin-bottom: 7px;
	overflow: hidden;
	background-color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	box-shadow: 0 5px 10px 0 rgba(20,80,150,0.1);
}

	.carousel-inner-img img {
		height: 80%;
		width: 80%;
		object-fit: cover;
		border-radius: 30px;
	}

.carousel-inner-item span {
	display: inline-block;
	text-align: center;
	font-size: 14px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	width: 80px;
}

.tab-pane {
	padding: 15px;
}

.nav-tabs {
	background-color: #9018a7;
	/*background-color: #9c28b1;*/
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 99;
	padding: 7px 10px;
	height: 40px;
	box-shadow: 0 1px 3px 0 rgba(0,0,0,0.2);
}

.nav-link {
	text-align: center;
	color: #e2acec !important;
	border-radius: 10px !important;
	background-color: transparent;
	border: none !important;
	padding: 2px 10px;
}

	.nav-link.active {
		background-color: rgba(255,255,255,0.2) !important;
		color: #fff !important;
	}

.carousel-title {
	font-size: 18px;
	font-family: Vazir-M;
	margin-bottom: 5px;
	padding: 5px 0;
	border-radius: 20px;
	color: #37474f;
	/*text-align:center;*/
	position: relative;
	z-index: 2;
}

	.carousel-title span {
	}

	.carousel-title i {
		vertical-align: middle;
		margin-left: 5px;
		font-size: 20px;
	}
/*.carousel-title::after {
	height:1px;
	content:"";
	background-color:#90a4ae;
	width:100%;
	position:absolute;
	top:50%;
	transform:translateY(-50%);
	left:0;
	z-index:-1;
}*/

.collections {
	margin-bottom: 30px;
	padding-bottom: 30px;
	position: relative;
}

	.collections::after {
		height: 1px;
		content: "";
		border-bottom: 3px #cbd3d7 dashed;
		width: 80%;
		position: absolute;
		bottom: 0;
		transform: translateX(-50%);
		left: 50%;
		z-index: -1;
	}

	.collections:last-child::after {
		display: none;
	}

	.collections header {
		font-size: 18px;
		font-family: Vazir-M;
		margin-bottom: 10px;
		padding: 10px 0;
		border-radius: 20px;
		color: #37474f;
		/*text-align:center;*/
		position: relative;
		z-index: 2;
	}

		.collections header i {
			vertical-align: middle;
			margin-left: 5px;
			font-size: 20px;
		}

.collection-container {
	/*display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;*/
}

.collection-item {
	color: #000;
	border: 1px solid #eee;
	padding: 5px 10px;
	border-radius: 20px;
	box-shadow: 0 5px 10px 0 rgba(20,80,150,0.1);
	background-color: #fff;
	/*width: 49%;*/
	margin-bottom: 15px;
	display: flex;
	align-items: center;
}


.collection-img-box {
	height: 50px;
	width: 50px;
	margin-left: 10px;
}

	.collection-img-box img {
		height: 100%;
		width: 100%;
		object-fit: cover;
		border-radius: 30px;
	}

.collection-title {
	display: flex;
	height: 45px;
	justify-content: center;
	align-items: center;
	font-size: 14px;
}

.groups {
	margin-bottom: 30px;
	padding-bottom: 30px;
	position: relative;
}

	.groups::after {
		height: 1px;
		content: "";
		border-bottom: 3px #cbd3d7 dashed;
		width: 80%;
		position: absolute;
		bottom: 0;
		transform: translateX(-50%);
		left: 50%;
		z-index: -1;
	}

	.groups:last-child::after {
		display: none;
	}

	.groups header {
		font-size: 18px;
		font-family: Vazir-M;
		margin-bottom: 10px;
		padding: 10px 0;
		border-radius: 20px;
		color: #37474f;
		/*text-align:center;*/
		position: relative;
		z-index: 2;
	}

		.groups header i {
			vertical-align: middle;
			margin-left: 5px;
			font-size: 20px;
		}

.group-container {
	/*padding: 0 20px 50px 20px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;*/
}

.group-item {
	color: #000;
	border: 1px solid #eee;
	padding: 5px 10px;
	border-radius: 20px;
	box-shadow: 0 5px 10px 0 rgba(20,80,150,0.1);
	background-color: #fff;
	/*width: 49%;*/
	margin-bottom: 15px;
	display: flex;
	align-items: center;
}


.group-img-box {
	height: 60px;
	width: 60px;
	margin-left: 10px;
}

	.group-img-box img {
		height: 100%;
		width: 100%;
		object-fit: cover;
		border-radius: 30px;
	}

.group-title {
	display: flex;
	height: 45px;
	justify-content: center;
	align-items: center;
	font-size: 14px;
}




/********************************************/
.teams {
	margin-bottom: 30px;
	padding-bottom: 30px;
	position: relative;
}

	.teams::after {
		height: 1px;
		content: "";
		border-bottom: 3px #cbd3d7 dashed;
		width: 80%;
		position: absolute;
		bottom: 0;
		transform: translateX(-50%);
		left: 50%;
		z-index: -1;
	}

	.teams:last-child::after {
		display: none;
	}

	.teams header {
		font-size: 18px;
		font-family: Vazir-M;
		margin-bottom: 10px;
		padding: 10px 0;
		border-radius: 20px;
		color: #37474f;
		/*text-align:center;*/
		position: relative;
		z-index: 2;
	}

		.teams header i {
			vertical-align: middle;
			margin-left: 5px;
			font-size: 20px;
		}

.team-container {
	/*padding: 0 20px 50px 20px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;*/
}

.team-item {
	color: #000;
	border: 1px solid #eee;
	padding: 5px 10px;
	border-radius: 20px;
	box-shadow: 0 5px 10px 0 rgba(20,80,150,0.1);
	background-color: #fff;
	/*width: 49%;*/
	margin-bottom: 15px;
	display: flex;
	align-items: center;
}


.team-img-box {
	height: 60px;
	width: 60px;
	margin-left: 10px;
}

	.team-img-box img {
		height: 100%;
		width: 100%;
		object-fit: cover;
		border-radius: 30px;
	}

.team-title {
	display: flex;
	height: 45px;
	justify-content: center;
	align-items: center;
	font-size: 14px;
}

/********************************************/
.projects {
	margin-bottom: 30px;
	padding-bottom: 30px;
	position: relative;
}

	.projects::after {
		height: 1px;
		content: "";
		border-bottom: 3px #cbd3d7 dashed;
		width: 80%;
		position: absolute;
		bottom: 0;
		transform: translateX(-50%);
		left: 50%;
		z-index: -1;
	}

	.projects:last-child::after {
		display: none;
	}

	.projects header {
		font-size: 18px;
		font-family: Vazir-M;
		margin-bottom: 10px;
		padding: 10px 0;
		border-radius: 20px;
		color: #37474f;
		/*text-align:center;*/
		position: relative;
		z-index: 2;
	}

		.projects header i {
			vertical-align: middle;
			margin-left: 5px;
			font-size: 20px;
		}

.project-container {
	/*padding: 0 20px 50px 20px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;*/
}

.project-item {
	color: #000;
	border: 1px solid #eee;
	padding: 5px 10px;
	border-radius: 20px;
	box-shadow: 0 5px 10px 0 rgba(20,80,150,0.1);
	background-color: #fff;
	/*width: 49%;*/
	margin-bottom: 15px;
	display: flex;
	align-items: center;
}


.project-img-box {
	height: 60px;
	width: 60px;
	margin-left: 10px;
}

	.project-img-box img {
		height: 100%;
		width: 100%;
		object-fit: cover;
		border-radius: 30px;
	}

.project-title {
	display: flex;
	height: 45px;
	justify-content: center;
	align-items: center;
	font-size: 14px;
}
