.cardHeightStyle {
	height: 440px
}

@media screen and (max-width: 750px) {

	.cardHeightStyle {
		height: 370px
	}
}



.th {
	background-image: url("../../../../wwwroot/PetroApadana/images/img/baner/slider4.jpg");
	background-size: cover;
	padding-top: 600px;
	background-color: #445ca21a;
	position: relative;
}


@media screen and (max-width: 800px) {

	.th {
		background-image: url("../../../../wwwroot/PetroApadana/images/img/baner/slider4.jpg");
		background-size: cover;
		padding-top: 320px;
		background-color: #445ca21a;
		position: relative;
	}
}

.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);
	}

.jh {
	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/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%;
	}
}



.cardMediaQu {
	width: 30%;
	padding: 7px;
	margin: 10px;
	border-radius: 15px;
	background-color: #2e3192;
}

@media screen and (max-width: 1400px) {

	.cardMediaQu {
		width: 45%;
		padding: 7px;
		margin: 10px;
		border-radius: 15px;
		background-color: #2e3192;
	}
}

@media screen and (max-width: 800px) {

	.cardMediaQu {
		width: 100%;
		padding: 7px;
		margin: 10px;
		border-radius: 15px;
		background-color: #2e3192;
	}
}

.cM {
	padding: 40px 10px;
}

@media screen and (max-width: 800px) {

	.cM {
		padding: 10px 5px;
	}
}

.cardImgMedia {
	border-radius: 25px;
	padding: 10px;
	width: 80%;
	height: 280px;
	margin: auto;
}

@media screen and (max-width: 800px) {

	.cardImgMedia {
		border-radius: 25px;
		padding: 10px;
		width: 80%;
		height: 200px;
		margin: auto;
	}
}

.pMedia {
	text-align: center;
	padding: 0px 10px;
	margin: 30px 0px;
	color: white;
}

@media screen and (max-width: 800px) {

	.pMedia {
		text-align: center;
		padding: 0px 10px;
		margin: 15px 0px;
		color: white;
		font-size: 13px;
	}
}

























.th {
	background-image: url("/PetroApadana/images/img/baner/slider4.jpg") !important;
	background-size: cover;
	padding-top: 600px;
	background-color: #445ca21a;
	position: relative;
}


@media screen and (max-width: 800px) {

	.th {
		background-image: url("/PetroApadana/images/img/baner/slider4.jpg")!important;
		background-size: cover;
		padding-top: 320px;
		background-color: #445ca21a;
		position: relative;
	}
}

.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);
	}

.jh {
	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/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%;
	}
}



.cardMediaQu {
	width: 30%;
	padding: 7px;
	margin: 10px;
	border-radius: 15px;
	background-color: #2e3192;
}

@media screen and (max-width: 1400px) {

	.cardMediaQu {
		width: 45%;
		padding: 7px;
		margin: 10px;
		border-radius: 15px;
		background-color: #2e3192;
	}
}

@media screen and (max-width: 800px) {

	.cardMediaQu {
		width: 100%;
		padding: 7px;
		margin: 10px;
		border-radius: 15px;
		background-color: #2e3192;
	}
}

.cM {
	padding: 40px 10px;
}

@media screen and (max-width: 800px) {

	.cM {
		padding: 10px 5px;
	}
}

.cardImgMedia {
	border-radius: 25px;
	padding: 10px;
	width: 80%;
	height: 240px;
	margin: auto;
}

@media screen and (max-width: 800px) {

	.cardImgMedia {
		border-radius: 25px;
		padding: 10px;
		width: 80%;
		height: 200px;
		margin: auto;
	}
}

.pMedia {
	text-align: center;
	padding: 0px 10px;
	margin: 30px 0px;
	color: white;
}

@media screen and (max-width: 800px) {

	.pMedia {
		text-align: center;
		padding: 0px 10px;
		margin: 15px 0px;
		color: white;
		font-size: 13px;
	}
}


.cardHeightStyle {
	height: 440px
}

@media screen and (max-width: 750px) {

	.cardHeightStyle {
		height: 370px
	}
}

.titleOfProduuct {
	padding: 10px 1px 50px 1px;
	background-color: #ededed;
}

.bgMainColor {
	background-color: #f7fbff;
}

.titleOfProduct {
	margin: auto;
	position: absolute;
	background-color: #830501;
	border-radius: 15px;
	padding: 30px 10px;
	text-align: center;
	top: -50px;
	color: white;
	opacity: 0.7;
}

.titlePaddingl {
	padding-top: 40px;
}

.GpProductTitle {
	border: 1px solid rgb(0, 0, 0);
	border-radius: 20px;
	padding: 15px 8px;
	background-color: #1e2064;
}

.GpProoductTitle {
	padding: 20px 0px;
	border-bottom: 1px solid white;
}

.GpProoductTitleText {
	text-align: center;
	color: white;
}

.gpProductsH {
	margin: 5px;
	padding: 8px 0px;
	border-radius: 15px;
	text-align: center;
	border: 1px solid rgb(0, 0, 0);
	font-size: 13px;
	color: black;
	background-color: white;
	padding: 12px 0px;
}

.gpProductsHRavan {
	margin: 5px;
	padding: 8px 0px;
	border-radius: 15px;
	text-align: center;
	border: 1px solid rgb(0, 0, 0);
	font-size: 13px;
	color: black;
	background-color: white;
	padding: 12px 4px;
}

.gpProductsHRavanText {
	margin: auto;
	font-size: 12px;
	font-weight: bold;
}

.gpProductsHRavanText11 {
	text-align: center;
	margin: auto;
	font-size: 11px;
	font-weight: bold;
}

.gpProductsHRavanText10 {
	text-align: center;
	margin: auto;
	font-size: 10px;
	font-weight: bold;
}

.gpProductSt5 {
	margin-top: 20px;
	padding: 5px;
}

.gpProductSt10 {
	margin-top: 20px;
	padding: 10px;
}

.gpProductTitlee {
	border: 1px solid black
}

.gpProductPR {
	padding-right: 20px
}

.GpProoductTitleTexte {
	padding: 20px 0px;
	border-bottom: 1px solid white;
}
























































.sliderImageBottom {
	border-radius: 5px;
	width: 250px;
	height: 250px;
	box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.548);
	transition-duration: .5s;
}

	.sliderImageBottom:hover {
		transform: scale(.99);
		box-shadow: unset;
	}

.backgroundimagec {
	background-size: cover;
	background-position: center;
	width: 100%;
	border-radius: 15px;
	margin-top: 10px;
}

.container {
	max-width: 1550px;
}

.cardhover {
	transition-duration: .5s;
}

	.cardhover:hover {
		border: 1px solid black;
		transform: scale(1.05);
		/* 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("../../../../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: 100%;
	}
}


.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%;
	}
}



.absolutMedia {
	background-color: #2e3192;
	position: absolute;
	top: -150px;
	z-index: 1000;
	opacity: 0.8;
	box-shadow: 1px 1px 7px 1px black;
	border-radius: 25px;
	width: 55%;
}


@media screen and (max-width: 1000px) {
	.absolutMedia {
		background-color: #2e3192;
		position: relative;
		top: 0px;
		z-index: 1000;
		opacity: 0.8;
		box-shadow: 1px 1px 7px 1px black;
		border-radius: 25px;
		width: 95%;
	}
}

.boxMediaQ {
	position: relative;
	padding: 50px;
	background-color: #f5f5f5;
	max-width: 1550px;
	margin-top: 55px;
	padding-bottom: 20px;
	border-top: 1px solid #ed1c24;
	border-left: 1px solid #ed1c24;
	border-right: 1px solid #ed1c24;
}

@media screen and (max-width: 1000px) {
	.boxMediaQ {
		position: relative;
		padding: 30px 10px;
		background-color: #f5f5f5;
		max-width: 1550px;
		margin-top: 55px;
		padding-bottom: 20px;
		border-top: 1px solid #ed1c24;
		border-left: 1px solid #ed1c24;
		border-right: 1px solid #ed1c24;
	}
}


.fontMediaQuery {
	padding: 60px 50px;
	color: white;
}
.fontMediaQuery2 {
	padding: unset;
	color: white;
}

@media screen and (max-width: 1000px) {

	.fontMediaQuery {
		padding: 10px 5px;
		color: white;
	}
}

.fontM {
	margin-top: 30px;
	text-align: center;
}

@media screen and (max-width: 1000px) {

	.fontM {
		margin-top: 10px;
		text-align: center;
	}
}







@media screen and (max-width: 1000px) {

	.ff {
		font-size: 13px;
	}
}


.sliderMediaQ {
	height: 90vh;
}

@media screen and (max-width: 1000px) {

	.sliderMediaQ {
		height: 60vh;
	}
}



.paddingMediaQ {
	padding-top: 250px;
	padding-bottom: 40px !important;
}

@media screen and (max-width: 1000px) {

	.paddingMediaQ {
		padding-top: 30px;
		padding-bottom: 40px !important;
	}
}

.absoMediaQueryText {
	color: white;
	text-align: center;
	margin: auto;
}


.absoMediaQuery {
	position: absolute;
	background-color: #2e3192;
	top: -35px;
	left: 17%;
	padding: 20px;
	margin: auto;
	margin-bottom: 90px;
	border-radius: 15px;
}

@media screen and (max-width: 1000px) {

	.absoMediaQuery {
		margin: auto;
		margin-bottom: 50px;
		position: relative;
		background-color: #2e3192;
		padding: 20px;
		top: auto;
		left: auto;
		border-radius: 15px;
		margin-top: -20px;
	}
}


.sherkatMediaQuery {
	position: absolute;
	background-color: #ed1c24;
	padding: 20px;
	margin: auto;
	border-radius: 15px;
	margin-bottom: 30px;
	left: 17%;
}

@media screen and (max-width: 1000px) {

	.sherkatMediaQuery {
		position: relative;
		background-color: #ed1c24;
		padding: 20px;
		margin: auto;
		border-radius: 15px;
		margin-bottom: 10px;
		left: auto;
	}
}

.matnMedia {
	text-align: justify;
	direction: rtl;
	font-size: 14px
}

@media screen and (max-width: 1000px) {

	.matnMedia {
		text-align: justify;
		direction: rtl;
		font-size: 12px
	}
}

.marginRightMedia {
	margin-right: 10px;
}


@media screen and (max-width: 1000px) {
	.marginRightMedia {
		margin-right: 0px;
	}
}



.topMedia {
	top: 180px !important;
}

@media screen and (max-width: 1000px) {
	.topMedia {
		top: 250px !important;
	}
}


@media screen and (max-width: 768px) {
	.MultiCarousel .MultiCarousel-inner .item > div {
		margin-right: 0px
	}
}


.Moshavere {
	display: flex;
	flex-direction: column;
	width: 70%;
	margin: auto;
	box-shadow: 1px 1px 1px 1px black;
	padding: 40px 1px;
	background-color: #2e3192;
	border-radius: 18px;
}

@media screen and (max-width: 768px) {
	.Moshavere {
		display: flex;
		flex-direction: column;
		width: 90%;
		margin: auto;
		box-shadow: 1px 1px 1px 1px black;
		padding: 40px 1px;
		background-color: #2e3192;
		border-radius: 18px;
	}
}

.projeTitle {
	background-color: #edf2ff;
}

@media screen and (max-width: 768px) {
	.projeTitle {
		background-color: #edf2ff;
		margin-top: 10px;
	}
}

.pMoshavere {
	padding: 40px
}

@media screen and (max-width: 768px) {
	.pMoshavere {
		padding: 15px !important;
	}
}

.marginOwl {
	margin-top: 100px
}

@media screen and (max-width: 768px) {
	.marginOwl {
		margin-top: 20px
	}
}

@media screen and (max-width: 768px) {
	.topMedia {
		top: 150px !important
	}
}

.cardStyle {
	border: 1px solid #ed1c24;
	background-color: white;
	border-radius: 15px;
	height: 410px;
	padding-bottom: 15px
}

@media screen and (max-width: 1350px) {
	.cardStyle {
		border: 1px solid #ed1c24;
		background-color: white;
		border-radius: 15px;
		height: 430px;
		padding-bottom: 15px
	}
}

@media screen and (max-width: 968px) {
	.cardStyle {
		border: 1px solid #ed1c24;
		background-color: white;
		border-radius: 15px;
		height: 410px;
		padding-bottom: 15px
	}
}

.buttonDownliadCatalog {
	position: absolute;
	left: 20%;
	top: 25%;
}

.buttonDownliadCatalogColor {
	background-color: #830501;
	color: white !important;
}

.sliderBackgroundImages1 {
	padding-top: 111px;
	background-image: url(/PetroApadana/images/img/baner/baner.JPG);
}


.sliderBackgroundImages2 {
	padding-top: 111px;
	background-image: url(/PetroApadana/images/img/baner/baner2.jpg);
}


.sliderBackgroundImages3 {
	padding-top: 111px;
	background-image: url(/PetroApadana/images/img/baner/slider2.jpg);
}

.sliderBackgroundImages4 {
	padding-top: 111px;
	background-image: url(/PetroApadana/images/img/baner/slider4.jpg);
}

.aboutUsStyle {
	margin-bottom: 110px;
	position: absolute;
	background-color: #ed1c24;
	top: -35px;
	padding: 20px;
	margin: auto;
	border-radius: 15px;
	left: 50%;
	transform: translate(-50%);
}

.aboutUsStyleTtile {
	color: white;
	text-align: center;
	margin: auto;
}

.cardImgStyle {
	border-radius: 150px;
	padding: 10px;
	width: 230px;
	height: 230px;
	margin: auto;
}

.cardSvgStyle {
	width: 20px;
	height: 20px;
	color: #830501;
}

.paddingMarginStyle {
	padding: 30px 0px 10px 0px;
	margin: auto;
	margin-bottom: 0px;
}

@media screen and (max-width: 768px) {
	.paddingMarginStyle {
		padding: 30px 0px;
		margin: auto;
		margin-bottom: 10px;
	}
}

.imgCatalog {
	width: 100%;
	height: 530px;
	
}

@media screen and (max-width: 768px) {
	.imgCatalog {
		width: 100%;
		height: 200px !important;
		
	}
}

.catalogButoonMediaQuery {
	position: absolute;
	bottom: 0px;
	margin-right:10px ;
	left:50px
}

@media screen and (max-width: 768px) {
	.catalogButoonMediaQuery {
		position: absolute;
		bottom: -30px;
		left: 0px
	}
}




.catalogButoonMediaQueryy {
	position: absolute;
	top: 40px
}

@media screen and (max-width: 768px) {
	.catalogButoonMediaQueryy {
		position: absolute;
		top: 20px
	}
}

.fontMediaae {
	padding: 15px;
	background-color: #303594;
	border-radius: 15px;
	color: white;
}

@media screen and (max-width: 768px) {
	.fontMediaae {
		padding: 8px;
		background-color: #303594;
		border-radius: 10px;
		color: white;
		font-size: 12px
	}
}






.marginStylePadding {
	margin: auto;
	padding: 20px;
}

.textStyleMargin {
	text-align: center;
	color: white;
	margin: auto;
}

.textStyleMargiin {
	text-align: center;
	margin: auto;
}

.pStylePadding {
	text-align: justify;
	direction: rtl;
	padding: 0px 10px;
	font-size: 12px;
	height: 100px;
}

@media screen and (max-width: 1350px) {
	.pStylePadding {
		text-align: justify;
		direction: rtl;
		padding: 0px 10px;
		font-size: 12px;
		height: 120px;
	}
}


@media screen and (max-width: 968px) {
	.pStylePadding {
		text-align: justify;
		direction: rtl;
		padding: 0px 10px;
		font-size: 12px;
		height: 100px;
	}
}


.pStylePad {
	text-align: justify;
	direction: rtl;
	padding: 0px 10px;
	font-size: 12px;
	height: 100px;
}



@media screen and (max-width: 1350px) {
	.pStylePad {
		text-align: justify;
		direction: rtl;
		padding: 0px 10px;
		font-size: 12px;
		height: 120px;
	}
}


@media screen and (max-width: 968px) {
	.pStylePad {
		text-align: justify;
		direction: rtl;
		padding: 0px 10px;
		font-size: 12px;
		height: 100px;
	}
}

.bgStyleMain {
	background-color: white;
	position: relative
}

.heightCardTitle {
	height: 60px;
}

.dastavardPStyle {
	font-size: 13px;
	padding-bottom: 2px;
	margin-bottom: 0px;
	text-align: justify;
	direction: rtl;
}

.titleSherkathayeHamkar {
	margin-top: 0px;
	font-size: 16px;
	text-align: center;
}

.cardMoshtarianMaStyle {
	margin: auto;
	background-color: #f5f5f5;
	padding-bottom: 25px;
	border-radius: 25px
}

.jbBorder {
	background-color: #00062e;
	border-top: 1px solid #ed1c24;
	padding-bottom: 0px !important;
}

.jbImgCard {
	width: 100%;
	height: 100%;
	border-radius: 15px;
	margin: auto;
	margin-top: 10px
}

.jbMyCardSt {
	width: 100%;
	margin: 10px 0px;
	border-radius: 20px;
	margin: auto
}

.jbMarginAuto {
	margin: auto;
}

.jbTextGh {
	color: #303594;
	color: white
}

.jbMarginT40 {
	margin-top: 40px;
}

.jbkimgStyle {
	margin: auto;
	text-align: center;
	border-radius: 15px;
	height: 220px;
}

.jbbordeRadiusMarB {
	border-radius: 30px;
	margin-bottom: 40px;
}

.jbMarginBot40 {
	margin-bottom: 40px;
}

.jbMargnLB {
	margin-left: 40px;
	margin-bottom: 20px
}

.jbPadcolor {
	text-align: center;
	padding-right: 20px;
	color: white;
}

.jbimgkf {
	width: 100%;
	border-radius: 15px;
}

.jbTextAlibn {
	text-align: center;
	color: white;
}

.indexOverX {
	overflow-x: hidden !important
}

.indexPagePadMa {
	padding: 0px;
	margin-top: 60px;
}

.indexPaddngZero {
	padding: 0px !important;
}

.indexPageUlSt {
	text-align: center;
	padding-right: 20px;
	color: white;
}












































.marginTopBlog {
	margin-top: 100px;
}

@media screen and (max-width: 1000px) {
	.marginTopBlog {
		margin-top: 0px;
	}
}

.marginTopBlogg {
	margin-top: 70px;
}

@media screen and (max-width: 1000px) {
	.marginTopBlogg {
		margin-top: 40px;
	}
}

.carouselMedia {
	width: 100%;
	margin: 10px;
	height: 510px;
	border-radius: 20px;
}

@media screen and (max-width: 1000px) {
	.carouselMedia {
		width: 100%;
		margin: 10px;
		height: 300px;
		border-radius: 20px;
	}
}

.carouselMediaImg {
	height: 510px;
	border-radius: 15px;
}

@media screen and (max-width: 1000px) {
	.carouselMediaImg {
		height: 300px;
		border-radius: 15px;
	}
}

.AkharinAkhbar {
	padding-bottom: 25px;
	font-weight: bold;
	font-size: 20px;
	color: black;
}

@media screen and (max-width: 1000px) {
	.AkharinAkhbar {
		margin-right: 0px;
		padding-bottom: 15px;
		font-weight: bold;
		font-size: 20px;
		color: black;
		margin: auto;
	}
}

.textCenter {
	text-align: center;
}

@media screen and (max-width: 1000px) {
	.textCenter {
		text-align: center;
	}
}

.font12 {
	font-size: 13px;
	text-align: justify;
	direction: rtl;
}

@media screen and (max-width: 1000px) {
	.font12 {
		font-size: 11px;
		text-align: justify;
		direction: rtl;
	}
}

.fontTitle {
	font-size: 15px;
	text-align: justify;
	direction: rtl;
}

@media screen and (max-width: 1000px) {
	.font12 {
		font-size: 13px;
		text-align: justify;
		direction: rtl;
	}
}

.allBlogLink {
	color: black;
	font-size: 13px;
	font-weight: bold;
	text-decoration: unset !important;
	padding: 12px;
	border-radius: 0 0 15px 15px;


}

.allBlogLink-no-boarder {
	color: black;
	font-size: 13px;
	font-weight: bold;
	text-decoration: unset !important;
	padding: 12px;

}

@media screen and (max-width: 1000px) {
	.allBlogLink {
		color: black;
		font-size: 11px;
		font-weight: bold;
		text-decoration: unset !important;
		padding: 12px
	}
}










.th {
	background-image: url("~/PetroApadana/images/bg/bg.png");
}

.container {
	max-width: 1550px;
}

/*
.CardMed {
	width: 26rem;
}
*/
@media screen and (max-width: 1000px) {

	.CardMed {
		width: 18rem;
		margin: auto;
	}
}

.pM {
	padding: 40px;
}

@media screen and (max-width: 1000px) {

	.pM {
		padding: 0px;
	}
}
