.banner-slide{
	position: relative;
	/*z-index: 1;*/
	/*top: -90px;*/
	/*height: 983px;*/
	/*margin-top: -90px;*/
	/*margin-top: 54px;*/
	height: 100%;
	overflow: hidden;
}
	.banner-slide .bx-wrapper{
		margin-bottom: 0;
		border: none;
		background-color: #000;
	}
		.banner-slide .bx-wrapper .bx-pager{
			position: absolute;
			bottom: 30px;
		}
			.bx-wrapper .bx-pager.bx-default-pager a{
				background: #b8c3c5;
				width: 15px;
				height: 15px;
				border-radius: 50%;
			}
			.bx-wrapper .bx-pager.bx-default-pager a.active,
			.bx-wrapper .bx-pager.bx-default-pager a:focus,
			.bx-wrapper .bx-pager.bx-default-pager a:hover{
				background: #e05714;
			}
	.banner-slide .paragraph{
		display: none;
		position: absolute;
		top: 43%;
		left: 50%;
		transform: translate(-50%, -50%);
		z-index: 2;
		width: auto;
		height: auto;
		text-align: center;
	}
		.banner-slide ul{
			position: relative;
			z-index: 1;
			margin: 0;
			padding: 0;
			list-style: none;
		}
			.banner-slide ul li{
				position: relative;
				width: 100%;
			}
				.banner-slide ul li .foreground-filter{
					position: absolute;
					top: 0;
					width: 100%;
					height: 100%;
					background-color: rgba(0, 0, 0, 0.1);
				}
				.banner-slide ul li a {
					display: block;
					width: 100%;
				}
				.banner-slide ul li img{
					width: 100%;
				}
				.banner-slide ul li video{
					position: absolute;
					top: 0;
					left: 0;
					width: 100%;
					/*height: 100%;*/
				}
	.banner-slide .image-desktop{
		/*position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);*/
	}
	.banner-slide .image-mobile{
		display: none;
		width: 100%
	}
	section.our-projects{
		padding-top: 60px;
		background-color: #f9fafb;
	}
		section.our-projects h3{
			font-size: 2.4rem;
			/*font-weight: 300;*/
			text-align: center;
		}
			section.our-projects h3 span{
				color: #e05714;
			}
		section.our-projects .category{
			padding-top: 20px;
			text-align: center;
		}
			section.our-projects .category .category-main{
				/*display: inline-block;*/
				padding: 0;
				list-style: none;
				text-align: center;
			}
				section.our-projects .category .category-main li{
					display: inline-block;
					margin: 0 -1px;
					/*padding: 8px 30px;*/
					padding: 4px 24px;
					min-width: 150px;
					text-align: center;
					border: 1px solid #a4a4a5;
					background-color: #fff;
					font-size: 1.1rem;
				}
				section.our-projects .category .category-main li:first-child{
					border-top-left-radius: 15px 50%;
					border-bottom-left-radius: 15px 50%;
				}
				section.our-projects .category .category-main li:last-child{
					border-top-right-radius: 15px 50%;
					border-bottom-right-radius: 15px 50%;
				}
					section.our-projects .category .category-main li a{
						color: #a4a4a5;
						text-decoration: none;
						font-size: 1.4rem;
					}
				section.our-projects .category .category-main li.active,
				section.our-projects .category .category-main li:hover{
					background-color: #e05714;
					border-color: #e05714;
				}
					section.our-projects .category .category-main li.active a,
					section.our-projects .category .category-main li:hover a{
						color: #fff;
					}
			section.our-projects .category .category-alt{
				display: inline-block;
				padding: 15px 0 0;
				list-style: none;
			}
				section.our-projects .category .category-alt li{
					display: inline-block;
					padding: 0 30px;
					border-right: 1px solid #ccc;
					text-align: center;
				}
				section.our-projects .category .category-alt li:last-child{
					border-right: none;
				}
					section.our-projects .category .category-alt li a{
						color: #a4a4a5;
					}
					section.our-projects .category .category-alt li.active a,
					section.our-projects .category .category-alt li a:hover{
						color: #e05714;
						text-decoration: underline;
					}
		section.our-projects .card-list{
			padding-top: 20px;
		}
			section.our-projects .card-list ul li{
				padding: 0 40px;
			}
				section.our-projects .card-list ul li .card .card-img-top{
					/*min-height: 457px;*/
				}
					section.our-projects .card-list ul li .card .card-img-top img{
						/*min-height: 457px;*/
					}
					section.our-projects .card-list ul li .card .card-img-top .info{
						padding-top: 80px;
					}
				section.our-projects .card-list ul li .card:hover .card-img-top:after{
					content: '';
					position: absolute;
					left: 0;
					bottom: 0;
					width: 100%;
					border-bottom: 4px solid #e05714;
				}
				section.our-projects .card-list ul li .card .card-body{
					background-color: #f9fafb;
				}
					section.our-projects .card-list ul li .card .card-body .card-description{
						height: 60px;
						-webkit-line-clamp: 2;
						-webkit-box-orient: vertical;
						text-overflow: ellipsis;
						overflow: hidden;
						text-align: left;
						font-size: 1.2rem;
						color: #808080;
					}
		section.our-projects .btn-wrapper{
			padding: 30px 0 80px;
			width: 100%;
			text-align: center;
		}
			section.our-projects .btn-wrapper .btn{
				padding: .375rem 40px;
				min-width: 200px;
				font-size: 1.2rem;
			}
