.category-detials {
	min-height: 440px;
	padding-top: 80px;
	padding-bottom: 60px;
	background: #ffffff;
}

.category-detials .img {
	background-repeat: no-repeat !important;
	background-attachment: scroll !important;
	background-size: cover !important;
	background-position: center !important;
}

.category-detials .grid-container {
	display: flex;
	gap: 15px;
}

.category-detials .grid-container .grid-flex {
	display: flex;
	flex-direction: column;
	gap: 15px;
	width: 100%;
	align-items: start;
}

.category-detials .grid-container .grid-flex .grid-item {
	min-height: 400px;
	width: 60%;
}

.category-detials .grid-container .grid-flex .title-sub {
	display: flex;
	justify-content: center;
	flex-direction: column;
	gap: 20px;
}

.category-detials .grid-container .grid-flex .title-sub .auther-date {
	display: flex;
	gap: 10px;
	color: #17a2b8;
}

.category-detials .grid-container .grid-flex .title-sub .auther-date .authers {
	display: flex;
	gap: 5px;
}

.category-detials .grid-container .grid-flex .title-sub .title {
	font-size: 20px;
	font-weight: bold;
	color: #00394f;
}

.category-detials .grid-container .grid-flex .title-sub .sub-title {
	background: linear-gradient(to right, #9cc026, #5faf21);
	color: #fff;
	width: 130px;
	height: 50px;
	align-items: center;
	justify-content: center;
	display: flex;
	border-radius: 13px;
	border-radius: 13px;
}

/*# sourceMappingURL=style.css.map */

@media (max-width: 1023px) {
	.category-detials .grid-container {
		grid-template-columns: 1fr;
	}
}

/*# sourceMappingURL=style.css.map */

@media (max-width: 767px) {
	.category-detials .grid-container .grid-flex {
		flex-direction: column;
	}
	.category-detials .grid-container .grid-flex .grid-item {
		width: 100%;
	}
}

/* case-media */

.case-media {
	display: flex;
	flex-direction: column;
	gap: 20px;
	padding-top: 60px;
	padding-bottom: 60px;
}

.case-media .content-container .item {
	display: none;
	cursor: crosshair;
}

.case-media .content-container .item.active {
	display: block;
}

.title-media {
	font-size: 25px;
	padding-bottom: 30px;
}

.case-media-img {
	min-height: 315px;
	display: inline-grid;
	border-radius: 10px;
}

.case-slider {
	display: flex;
	gap: 20px;
}

.case-slider .img-carousel {
	min-height: 180px;
	border-radius: 10px;
	cursor: grab;
}

.imges {
	background-repeat: no-repeat !important;
	background-attachment: scroll !important;
	background-size: cover !important;
	background-position: left 0px top -178px !important;
}

@media (max-width: 1023px) {
	.imges {
		background-position: left 0px top -100px !important;
	}
}

@media (max-width: 767px) {
	.imges {
		background-position: left 0px top -80px !important;
	}
}

@media (max-width: 600px) {
	.imges {
		background-position: top !important;
	}
}

.imges .overlay {
	width: 100%;
	height: 100%;
	border-radius: 10px;
	display: inline-block;
	background-color: rgba(0, 0, 0, 0.178);
}

.rooms .video-slider {
	width: 100%;
	right: 0 !important;
	margin: 0;
}

.rooms .video-slider .owl-stage {
	width: 100%;
	right: 0 !important;
}

.rooms .video-slider .video-project {
	width: 100%;
	background: #e2e9c9;
}

.work_content_areas .owl-dots {
	bottom: 0 !important;
}

.work_content_areas .owl-stage {
	right: 0 !important;
}

.video-slider .owl-dots {
	bottom: -15px !important;
}

.grid-containers .owl-dots {
	bottom: -15px !important;
}

.grid-containers.owl-carousel {
	margin-bottom: 0 !important;
}

.grid-containers .owl-stage {
	right: 0 !important;
}
