.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(assets/images/bg/single-case-study-bg-01.jpg); */
	background-image: url("../../../../wwwroot/PetroApadana/images/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%;
	}
}


.contactUsMedia {
	background-color: #2e3192;
	top: 5px;
	z-index: 1000;
	opacity: 0.8;
	box-shadow: 1px 1px 7px 1px black;
	border-radius: 25px;
	margin-right: 68px;
}

@media screen and (max-width: 1000px) {
	.contactUsMedia {
		background-color: #2e3192;
		
		top: 5px;
		z-index: 1000;
		opacity: 0.8;
		box-shadow: 1px 1px 7px 1px black;
		border-radius: 25px;
		margin-right: 0px;
	}
}

.contactUsMediaa {
	background-color: #2e3192;
	;
	top: 5px;
	z-index: 1000;
	opacity: 0.8;
	box-shadow: 1px 1px 7px 1px black;
	border-radius: 25px;
	padding-bottom: 40px;
	margin-left: 64px;
}


@media screen and (max-width: 1000px) {
	.contactUsMediaa {
		background-color: #2e3192;
		;
		top: 5px;
		z-index: 1000;
		opacity: 0.8;
		box-shadow: 1px 1px 7px 1px black;
		border-radius: 25px;
		padding-bottom: 40px;
		margin-left: 0px;
	}
}

.fontMedi {
	margin-top: 20px;
	text-align: justify;
	direction: rtl;
	font-size: 15px;
}

@media screen and (max-width: 1000px) {
	.fontMedi {
		margin-top: 10px;
		text-align: justify;
		direction: rtl;
		font-size: 12px;
	}
}

.paddMedi {
	padding: 30px 20px;
	color: white;
}

@media screen and (max-width: 1000px) {
	.paddMedi {
		padding: 20px 5px;
		color: white;
	}
}

@media screen and (max-width: 1000px) {
	.fontMediaQuery {
		font-size: 12px;
	}
}

.caroselMedi {
	height: 70vh;
}

@media screen and (max-width: 1000px) {
	.caroselMedi {
		height: 40vh;
	}
}

.titleMargin {
	margin-top: 10px;
}


.marginMedias {
	margin: auto;
}

@media screen and (max-width: 1000px) {
	.marginMedias {
		margin: auto;
		margin-bottom: 70px
	}
}
