.buy-now-btn {
	display: none;
}
.switch-box {
	display: none;
}

.sec_padding {
	padding: 70px 0px;
}
.cmn-btn.new {
	background: var(--primary-color);
	color: white;
	margin-top: 20px;
}
.page-title-area.carburizer {
	background-position: right !important;
	background-size: cover !important;
}
.page-title-area.carburizer::before {
	opacity: 0.2;
}
body {
	width: 100%;
	overflow-x: hidden;
}
footer .logo-link img {
	height: 80px;
}
.mean-container img {
	height: 60px;
	margin-top: -12px;
	padding: 5px 0px;
	box-sizing: border-box;
}
.main-nav {
	padding-top: 0px !important;
	padding-bottom: 0px !important;
	position: relative;
}
.main-nav::before {
	display: none;
}
.main-nav::after {
	content: "";
	position: absolute;
	left: 0px;
	top: 0px;
	width: 30%;
	height: 100%;
	background: linear-gradient(126deg, rgb(255, 255, 255) 74%, rgba(0, 0, 0, 0) 74%);
	/* border-left: 0px solid transparent; */
	/* border-top: 90px solid #fff; */
	/* border-right: 130px solid transparent; */
}
nav {
	padding: 0px !important;
}
.banner-area {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
/* .banner-content p{
    font-size:17px !important;
} */
.banner-content h2 {
	color: white;
	font-size: 34px;
	font-weight: 600;
	margin-bottom: 10px;
}
.navbar-brand img {
	height: 70px;
}

.about-area .section-title {
	margin-bottom: 15px;
}

.about-area h5 {
	color: var(--primary-color);
	font-weight: 600;
}
.about-content .partner {
	font-size: 20px;
	margin-bottom: 2px;
}
.p-color {
	color: var(--primary-color);
}

.foreign-area .image-wrapper-a {
	width: 100%;
	display: block;
	height: 340px;
	position: relative;
	margin-bottom: 10px;
}

.foreign-area .image-wrapper-a img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.contact-item {
	margin-bottom: 0px !important;
}

/* css for the awards section  */
.awards {
	/* background:rgba(35, 34, 34, 0.258); */
	background: #071320;
	padding: 70px 0px;
}
.awards h2 {
	color: white;
}
.awards ul {
	margin: 0;
	padding: 0;
	margin-bottom: 30px;
}

.awards ul li {
	list-style-type: none;
	display: block;
	font-weight: 500;
	margin-bottom: 20px;
	padding-left: 35px;
	position: relative;
	color: white;
}

.awards ul li:last-child {
	margin-bottom: 0;
}

.awards ul li i {
	position: absolute;
	left: 0px;
	top: 1px;
	width: 20px;
	height: 20px;
	line-height: 22px;
	border-radius: 50%;
	font-size: 15px;
	text-align: center;
	color: #ffffff;
	background-color: var(--primary-color);
	margin-right: 8px;
	-webkit-transition: 0.5s all ease;
	transition: 0.5s all ease;
}
.awards .image-container {
	width: min(100%, 490px);
	margin: auto;
}

.awards .about-img-item img {
	height: 100%;
	width: 100%;
	object-fit: contain;
}

.counter-item {
	/* background:white; */
	/* border:1px solid red; */
	display: flex;
	align-items: center;
}
.counter-item img {
	width: 80px;
	height: 80px;
	margin-right: 15px;
}
.counter-item h3 span {
	color: var(--primary-color);
	font-size: 38px;
}

/* ===================================
css for the .testimonial-section
==================================== */

.testimonial-section {
	background: url("../images//testimonial-background.jpg");
	background-size: cover;
	background-position: center;
	overflow: visible;
	height: 400px;
	width: 100%;
	position: relative;
}
.testimonial-section .section-title {
	position: absolute;
	width: 100%;
	height: 100%;
	background: #0005;
	display: flex;
	justify-content: center;
}
.testimonial-section .section-title h2 {
	margin-top: 100px;
	color: #ffffff;
}
.testimonial-wrapper {
	position: relative;
	bottom: -200px;
	margin-left: 100px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 50px 100px;
	background: var(--tertiary-color);
	color: white;
	font-size: 20px;
}
.testimonial-wrapper p {
	position: relative;
	padding: 20px;
}
.testimonial-section .bx {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background: var(--primary-color);
	display: flex;
	align-items: center;
	justify-content: center;
}

.testimonial-wrapper p::before {
	display: inline-block;
	content: "\275D";
	font-size: 60px;
	line-height: 0;
}
.testimonial-wrapper p::after {
	display: inline-block;
	content: "\275D";
	font-size: 60px;
	line-height: 0;
	padding-bottom: 15px;
	padding-right: 5px;
	transform-style: preserve-3d;
	transform: rotateX(180deg) rotateY(180deg);
}
.user-wrapper {
	padding-left: 20px;
}
.user-wrapper .user-info {
	align-self: center;
	padding: 4px 5px;
}
.user-info h5 {
	margin-left: 10px;
}
.testimonial-wrapper .stars {
	display: flex;
}
.testimonial-wrapper .star {
	width: 25px;
	height: 25px;
	clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
	background: rgb(212, 200, 28);
	margin-left: 5px;
}
.testimonial-wrapper .user-wrapper img {
	border-radius: 50%;
}

/* css for the case Studies section */

.blog-area {
	padding-top: 340px;
	/* background:rgba(35, 34, 34, 0.258); */
}

/* css for the contact page  */

/* .content-part{
    width:100%;
    height:100%;
    background:yellow;
    background:url('../images/get-in-touch.jpg');
    background-size:cover;
    background-position: center;
    padding:20px;
    position: relative;
}
.content-part::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); 
    z-index: 1; 
}
.content-part h2{
    color:white;
    position: relative;
    z-index: 2;
}
.content-part .contact-info{
    background:#fff3;
    padding:15px;
    display: flex;
    align-items: center;
    flex-direction: column;
    border-radius: 30px;
    backdrop-filter: blur(2px);
}
.content-part .row{
    position: relative;
    z-index:2;
}
.content-part h4{
    color:white;
    font-weight: 600;
}
.content-part span{
    color:white;
}
.content-part a{
    color:white;
}
.content-part .bx{
    color:var(--primary-color);
    font-size:40px;
} */

.content-part .section-title {
	margin-bottom: 10px;
}
.content-part h2 {
	text-align: left;
}
.content-part a {
	color: #282828;
}
.content-part a:hover {
	color: var(--primary-color);
}
.content-part .contact-info {
	display: flex;
	align-items: center;
	padding: 15px 15px 15px 0px;
	border-radius: 15px;
}
.content-part .bx {
	color: var(--primary-color);
	font-size: 40px;
	margin-right: 20px;
}

.content-part .social-media-links ul {
	margin-left: 10;
	padding: 5px 0px;
}

.content-part .social-media-links ul li {
	list-style-type: none;
	display: inline-block;
	margin-right: 10px;
}

.content-part .social-media-links ul li:last-child {
	margin-right: 0;
}

.content-part .social-media-links ul li a {
	width: 35px;
	height: 35px;
	text-align: center;
	color: #ffffff;
	font-size: 18px;
	background-color: var(--primary-color);
	border-radius: 50%;
	display: block;
}

.content-part .social-media-links ul li a i {
	line-height: 35px;
	color: inherit;
	font-size: 25px;
	margin-left: 5px;
}

.content-part .social-media-links ul li a:hover {
	color: var(--primary-color);
	background-color: #ffffff;
}

/* css for the product pages */

.sec-padding {
	padding: 50px 0px;
}

.products-wrapper ul {
	margin: 0;
	padding: 0;
	margin-bottom: 30px;
}

.products-wrapper ul li {
	list-style-type: none;
	display: block;
	font-weight: 500;
	margin-bottom: 10px;
	padding-left: 35px;
	position: relative;
}

.products-wrapper ul li:last-child {
	margin-bottom: 0;
}

.products-wrapper ul li i {
	position: absolute;
	left: 0px;
	top: 2px;
	width: 18px;
	height: 18px;
	line-height: 20px;
	border-radius: 50%;
	font-size: 14px;
	font-weight: 600;
	text-align: center;
	color: #ffffff;
	background-color: var(--primary-color);
	margin-right: 8px;
	-webkit-transition: 0.5s all ease;
	transition: 0.5s all ease;
}
.products-wrapper .sub {
	padding-left: 20px;
}
.products-wrapper .sub li i {
	font-size: 0px;
	width: 11px;
	height: 11px;
	top: 5px;
}
.products-wrapper .sub li {
	padding-left: 15px;
}
.single-product .sub-list li {
	padding: 0px;
}
.single-product h4 {
	color: var(--primary-color);
	margin-bottom: 10px;
}
.single-product .sec-title {
	font-weight: 500;
}
.single-product.bg-dark-c {
	background: #071320;
	color: white;
}
.single-product .col-5 {
	position: relative;
}
.single-product .col-5 img {
	position: sticky;
	top: 80px;
}
.single-product .specification {
	display: flex;
	flex-wrap: wrap;
	flex-shrink: 0;
}
.single-product .specification li {
	padding: 6px 12px;
	background-color: var(--secondary-color);
	color: white;
	border-radius: 10px;
	margin-bottom: auto;
	margin-right: 10px;
	margin-top: 5px;
}
.about-area.main .section-title span {
	font-size: 19px;
}

.service-area-two {
	margin-top: -80px;
	background: none !important;
	padding-bottom: 40px;
}

.service-item {
	height: 100%;
	padding: 30px 10px;
}
.service-item h3 {
	color: white;
}

.founder-section {
	padding: 40px 0px;
}
.founder-section img {
	width: 90%;
}
.founder-section h3 {
	font-weight: 600;
}
.founder-section p {
	line-height: 25px;
}
.founder-section ul {
	list-style-type: none;
	padding: 0px;
}
.founder-section ul li {
	font-weight: 600;
}
/* .blog-area .image-wrapper {
	height: 300px;
	background: green;
	overflow: hidden;
} */
.blog-area .single-case-study {
	width: 100%;
	background: white;
	box-shadow: 0px 0px 5px 0px #0002;
	border-radius: 10px;
	overflow: hidden;
	display: flex;
	justify-content: space-between;
	flex-direction: column;
	height: 100%;
	padding-bottom: 8px;
}
.blog-area .study-content {
	margin-top: 15px;
	padding: 0px 10px;
}
.blog-area .button-wrapper {
	margin: 10px 0px;
	padding: 0px 10px;
}
.blog-area button {
	font-size: 17px !important;
	padding: 5px 12px;
	background: var(--primary-color);
	color: white;
	border: none;
	border-radius: 5px;
}
@media screen and (max-width: 568px) {
	.about-img-wrap {
		width: min(100%, 350px);
		margin: auto;
	}
	.banner-area .banner-content h1 span {
		font-size: 28px;
	}
}

@media screen and (max-width: 992px) {
	.awards .image-container {
		margin-bottom: 30px;
	}
	.testimonial-wrapper {
		font-size: 16px;
	}
	.testimonial-wrapper p::before {
		font-size: 50px;
	}
	.testimonial-wrapper p::after {
		font-size: 50px;
	}
	.single-testimonial h5 {
		font-size: 19px;
	}

	.content-part .contact-info {
		padding: 0px;
	}
	.service-area-two {
		margin-top: 20px;
	}
	.testimonial-wrapper {
		padding: 10px 0px;
	}
	.banner-area .banner-content h1 span {
		font-size: 32px;
	}
}

@media screen and (max-width: 570px) {
	.awards {
		padding: 50px 0px;
		padding-bottom: 10px;
	}
	.foreign-area .owl-stage-outer {
		height: 390px;
	}
	.testimonial-wrapper p::before {
		font-size: 40px;
	}
	.testimonial-wrapper p::after {
		font-size: 40px;
	}
	.blog-area {
		margin-top: 300px;
		padding-top: 70px;
	}
	.founder-section img {
		width: 65%;
		margin-bottom: 20px;
	}
	.products-wrapper .sec-padding {
		padding: 40px 0px;
	}
	.counter-item {
		display: flex;
		justify-content: space-around;
	}
	.counter-item > div {
		min-width: 170px;
	}
}
.page-title-area::after {
	content: "MET Group - Doctors For Casting Defects";
	font-size: 30px;
	color: white;
	font-weight: 600;
	position: absolute;
	top: 20px;
	left: 50%;
	transform: translate(-50%, 0%);
}
@media screen and (max-width: 990px) {
	.page-title-area::after {
		width: 80%;
		top: 100px;
		left: 50%;
		transform: translate(-50%, 0%);
		text-align: center;
		font-size: 26px;
		color: var(--primary-color);
	}
	.page-title-area .title-item {
		margin-top: 150px;
	}
}

.thankyou {
	height: 350px;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	background: #eeeeee;
}
.thankyou h1 {
	text-align: center;
}
.thankyou h6 {
	text-align: center;
}
.blog-page-section {
	padding-top: 70px !important;
	margin-top: 0px !important;
}
