.project-thumb{
	position: relative;
}

.project-thumb img{
	width: 100%; 
	max-height: 500px;
}

.project-thumb .tag{
	position: absolute;
	bottom: 0;
}

.project-thumb .tag a{
	background-color: #fff;
	font-weight: 500;
	font-size: 18px;
	display: inline-block;
	text-align: center;
	text-transform: capitalize;
	color: #262626;
	padding: 8px 20px;
	min-width: 140px;
}

@media only screen and (min-width:768px) and (max-width:991px),
(max-width:767px){
	.project-details-content{
		margin-bottom: 40px;
	}
}

.project-details-content h3{
	font-weight: 600;
	font-size: 35px;
	text-transform: capitalize;
	color: #17161a;
	margin: 30px 0 20px;
}

@media(max-width:767px){
	.project-details-content h3{
		font-size: 30px;
	}
}

.project-details-content p{
	text-align: justify;
	font-size: 15px;
}

.tag-list{
	list-style: none;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: row;
	flex-wrap: wrap;
}

.tag-list li{
	display: inline-block;
	margin-left: -35px;
	margin-right: 20px;
}

.tag-list li a{
	display: inline-block;
	border: 1px solid rgba(255,255,255,1);
	border-radius: 2px;
	padding: 8px 15px;
	margin: 10px;
	color: #262626;
	background-color: #fff;
	font-size: 14px;
	font-weight: 500;
	transition: all .5s ease-out 0s;
}

.tag-list li a:hover{
	color: #262626;
	background-color: transparent;
}

.list-group-item span:first-child{
	font-weight: bold;
}

.contact-info h3{
	font-weight: 600;
	font-size: 35px;
	color: #17161a;
	margin-bottom: 20px;
}

@media(max-width:767px){
	.contact-info h3{
		font-size: 30px;
	}
}

.contact-info p{
	font-size: 15px;
}

.cmpy-info{
	display: flex;
	width: 100%;
	align-items: center;
	margin-top: 30px;
}

.cmpy-info .icon{
	min-width: 60px;
}

.cmpy-info .icon i{
	height: 45px;
	width: 45px;
	line-height: 45px;
	font-size: 20px;
	text-align: center;
	background-color: rgba(23,22,26,.1);
	border-radius: 50%;
	transition: all .5s ease-out 0s;
}

.cmpy-info .cnt h5{
	font-size: 20px;
	font-weight: 600;
	color: #17161a;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.cmpy-info .cnt p{
	font-size: 14px;
	font-weight: 500;
	color: #272727;
}

.cmpy-info .cnt a{
	font-size: 14px;
	font-weight: 500;
	color: #272727;
	display: block;
	transition: all .5s ease-out 0s;
}

.cmpy-info .cnt a:hover{
	color: #75dab4;
}

.cmpy-info:hover .icon i{
	color: #75dab4;
	background-color: rgba(117,218,180,.1);
}

.project-slider{
	position: relative;
	margin-top: 100px;
}

@media(max-width:767px){
	.project-slider{
		margin-top: 80px;
	}
}

.project-slider h2{
	font-weight: 600;
	font-size: 35px;
	text-transform: capitalize;
	color: #fff;
	margin-bottom: 50px;
	letter-spacing: 3px;
}

@media(max-width:767px){
	.project-slider h2{
		font-size: 30px;
	}
}

.project-slider .arrow{
	position: absolute;
	right: 0;
	top: 0;
	left: auto;
}

@media(max-width:767px){
	.project-slider .arrow{
		display: none;
	}
}

.project-slider .arrow .swiper-button-next-c,
.project-slider .arrow .swiper-button-prev-c{
	border: 1px solid #fff;
	box-sizing: border-box;
	border-radius: 50%;
	height: 40px;
	width: 40px;
	text-align: center;
	line-height: 40px;
	color: #fff;
	font-size: 18px;
	transition: all .5s ease-out 0s;
	overflow: hidden;
}

.project-slider .arrow .swiper-button-next-c:hover,
.project-slider .arrow .swiper-button-prev-c:hover{
	color: #000;
	background-color: #fff;
}

.project-slider .arrow .swiper-button-prev-c{
	position: absolute;
	right: 70px;
	top: 0;
	left: auto;
}