.backgroundimagec {
	background-size: cover;
	background-position: center;
}

.container {
	max-width: 1550px;
}

.cardhover:hover {
	border: 1px solid black;
	scale: calc(1.1);
	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(~/PetroApadana/images/bg/single-case-study-bg-01.jpg); */
	background-image: url("~/PetroApadana/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(~/PetroApadana/images/bg/home-appointment-contact-bg-image.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%;
	}
}

.abMediaQuery {
	background-color: #ed1c24;
	position: absolute;
	top: 14px;
	z-index: 1000;
	opacity: 0.8;
	box-shadow: 1px 1px 7px 1px black;
	border-radius: 25px;
}

@media screen and (max-width: 1000px) {

	.abMediaQuery {
		background-color: #ed1c24;
		position: relative;
		top: auto;
		opacity: 0.8;
		box-shadow: 1px 1px 7px 1px black;
		border-radius: 25px;
	}
}

@media screen and (max-width: 1000px) {

	.fMedia {
		font-size: 13px;
	}
}

.pMedia {
	padding: 5px 70px;
	color: white;
}

@media screen and (max-width: 1000px) {

	.pMedia {
		padding: 10px;
		color: white;
	}
}

.mmm {
	margin-left: 50px;
	.margin: auto;
	border-radius: 10px;
	background-color: #2e3192;
	padding: 30px 0px;
	margin-bottom: 0px;
}

@media screen and (max-width: 1000px) {
	.mmm {
		margin-left: 0px;
		margin: auto;
		border-radius: 10px;
		background-color: #2e3192;
		padding: 30px 0px;
		margin-bottom: 30px;
	}
}

.mMed {
	margin-left: 15px;
}

@media screen and (max-width: 1000px) {
	.mMed {
		margin-left: 0px;
	}
}

.pMedi {
	padding: 5px 0px;
	margin: auto;
	margin-top: 200px;
	margin-bottom: 50px;
}

@media screen and (max-width: 1000px) {
	.pMedi {
		padding: 20px 0px;
		margin: auto;
		margin-top: 10px;
		margin-bottom: 50px;
	}
}



.heightImg {
	height: 100vh;
}


@media screen and (max-width: 1000px) {
	.heightImg {
		height: 50vh;
	}
}

.hcarosel {
	height: 600px;
}

@media screen and (max-width: 1000px) {
	.hcarosel {
		height: auto;
	}
}

.paddingRezayat {
	padding: 40px 100px 0 100px;
}

@media screen and (max-width: 1000px) {
	.paddingRezayat {
		padding: 100px 10px 0 10px;
	}
}

.widhtImg {
	width: 180px;
}

@media screen and (max-width: 1000px) {
	.widhtImg {
		width: 180px;
	}
}

.zeroLeft {
	top: -20px;
	left: 17%;
}

@media screen and (max-width: 1000px) {
	.zeroLeft {
		top: 30px;
		left: 1%;
	}
}

.dastavardPStyle {
	font-size: 13px;
	padding-bottom: 2px;
	margin-bottom: 0px;
	text-align: justify;
	direction: rtl;
}
