.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(../../../../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%;
	}
}





.bodyMediaQuery {
	margin: auto 0px !important;
	padding: 20px !important;
	padding-top: 200px !important;
}

@media screen and (max-width: 1000px) {
	.bodyMediaQuery {
		margin: auto 0px !important;
		padding: 25px !important;
		padding-top: 0px !important;
	}
}


.tabMedia {
	background-color: #2b375e !important;
	border-radius: 0px 20px 20px 20px !important;
	padding: 20px 50px !important;
	color: white !important
}

@media screen and (max-width: 1000px) {
	.tabMedia {
		background-color: #2b375e !important;
		border-radius: 0px 20px 20px 20px !important;
		padding: 10px 12px !important;
		color: white !important
	}
}

.marginMedia {
	margin-left: 50px !important;
}

@media screen and (max-width: 1000px) {
	.marginMedia {
		margin-left: 10px !important;
	}
}

.border-radius-content {
	border-radius: 0px 0px 15px 15px;
}

.btncolorKhososi {
	padding: 15px 33px;
	background-color: #2b375e;
	border-radius: 0px 15px 15px 15px;
}
