.th {
	background-image: url("./assets/images/img/baner/slider4.jpg");
	background-size: cover;
}

.container {
	max-width: 1550px;
}

.cardhover {
	transition-duration: .5s;
}

	.cardhover:hover {
		border: 1px solid black;
		transform: scale(1.02);
		box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.87);
		/* transition:
								border-color 0s ease-out 0.5s,
								width 0.25s ease-out 0.5s,
								height 0.25s ease-out 0.75s; */
	}

.jh {
	/* background-image: url(assets/images/bg/single-case-study-bg-01.jpg); */
	background-image: url("assets/img/77.jpg");
	min-height: 20vw;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	padding: 20px;
	opacity: 0.7;
}

.pf {
	background-image: url(../../../../wwwroot/PetroApadana/images/petrologo-removebg-preview.png);
	background-size: cover;
}

#myDIV {
	border: 1px solid black;
	border-radius: 15px;
	animation: mymove 5s infinite;
}

@keyframes mymove {
	50% {
		border: 6px solid #830501;
	}
}


.tgh {
	overflow: hidden;
	animation-name: example;
	animation-duration: 6s;
	animation-delay: 3s;
	animation-fill-mode: both;
	animation-iteration-count: infinite;
}

@keyframes example {
	from {
		width: 0px;
	}

	to {
		width: 100%;
	}
}


.ac {
	overflow: hidden;
	animation-name: examplee;
	animation-duration: 6s;
	animation-delay: 3s;
	animation-fill-mode: both;
	animation-iteration-count: 1;
}

@keyframes examplee {
	from {
		width: 0px;
	}

	to {
		width: 50%;
	}
}


.ad {
	overflow: hidden;
	animation-name: exampleee;
	animation-duration: 6s;
	animation-delay: 3s;
	animation-fill-mode: both;
	animation-iteration-count: 1;
}

@keyframes exampleee {
	from {
		width: 0px;
	}

	to {
		width: 50%;
	}
}


.cardMediaQuery {
	width: 20%;
	margin: 15px 7px ;
	height: 300px !important;
	color: white;
}

@media screen and (max-width: 1400px) {

	.cardMediaQuery {
		width: 30%;
		margin: 30px;
		height: 270px !important;
		color: white;
	}
}

@media screen and (max-width: 1200px) {

	.cardMediaQuery {
		width: 40%;
		margin: 30px;
		height: 270px !important;
		color: white;
	}
}

@media screen and (max-width: 800px) {

	.cardMediaQuery {
		width: 100%;
		margin: 30px;
		height: 250px !important;
		color: white;
	}
}

.contentCardStyle {
	font-size: 16px;
	font-weight: bold;
	margin-right: 50%;
	padding: 10px;
	transform: translateX(50%);
	text-decoration: unset;
}

.marginTitleCategory {
	margin-top: 70px;
}

@media screen and (max-width: 800px) {

	.marginTitleCategory {
		margin-top: 20px;
	}
}


.marginTitleeCategory {
	margin-top: 40px;
}

@media screen and (max-width: 800px) {

	.marginTitleeCategory {
		margin-top: 0px;
	}
}

.paddingTitleeCategory {
	padding-top: 40px;
}

@media screen and (max-width: 800px) {
	.paddingTitleeCategory {
		padding-top: 0px;
	}
}



@media screen and (max-width: 1400px) {
	.myCard .myCardbody {
		background-color: rgba(0, 0, 0, 0.495);
		width: 100%;
		height: 100%;
		position: absolute;
		top: 180px;
		transition-duration: .5s;
	}
}

.pdTitle {
	padding: 10px 1px 50px 1px;
	background-color: #ededed;
}

.pdBorderCat {
	border: 1px solid #992323;
}

.pdCatText {
	text-align: center;
	font-style: initial;
	margin: auto;
	font-size: 13px;
	padding: 30px;
	color: white;
	padding-top:5px !important ;
}
