.logo img {
	width: 17% ;
}

.font14 {
	font-size: 14px;
}

.font12 {
	font-size: 12px;
}

.POSrelative {
	position: relative;
}

.POSabsolute {
	position: absolute;
	top: 17%;
	left: 44%;
}

.text-black {
	color: #000;
}

.themeText {
	color: #520121;
}

.videoMT {
	margin-top: 100px;
	border-radius: 30px;
}

.videoMT video {
	width: 90%;
	border-radius: 20px;
}

.about-btn {
	border: 2px solid #520121; 
	background-color: #fff; 
	color: #520121;
	margin-top: 10px;
}

.about-btn:hover {
	background-color: #520121;
	color: #fff;
}

a:hover {
	color: #08403d !important;
}

/*Certificate*/

.certificate-section {
	padding-top: 100px;
	padding-bottom: 100px;
}

.certificate-box img {
	border-radius: 5px;
	margin-bottom: 15px;
	width: 100%;
}

.certificate-box p {
	line-height: 24spx;
}

.certificate-content {
	padding-bottom: 20px;
}

.pt-10 {
	padding-top: 10%;
}

.py-5 {
	padding: 5% 0px;
}

.pb-5 {
	padding-bottom: 5%;
}

.py-80 {
	padding: 80px 0px;
}

.pb-80 {
	padding-bottom: 80px;
}

.mt-5 {
	margin-top: 5%;
}

.aboutUs .intro-section .inner-part .content-box {
	top: 0%;
}

.aboutUs .inner-part {
	padding: 60px 0px;
}

.borderLine {
	border: 2px solid #000;
	border-radius: 5px;
	width: 80%;
	margin-top: 27px;
}

.aboutIMG1 {
	padding-top: 25%;
    padding-right: 30px;
}

.aboutIMG {
	border-radius: 3px;
}

.border {
	border: 1px solid #ccc;
	padding: 10%;
	color: #000;
}

.border h4 {
	font-weight: bold;
}

.about-content {
	padding-top: 40px;
}

.aboutPara {
	padding-bottom: 5px;
}

.bg-1 {
background: rgba(244,238,222,0.94);
}

.product-page {
	padding: 120px 0px;
}

.page-title {
	background-image:url(../img/banner4.jpg); 
	object-fit: cover;
}

.productIMG {
	height: 250px;
}

.pb-0 {
	padding-bottom: 0px !important;
}

.license {
	font-weight: bold;
}


/*Custom responsive*/

@media only screen and (min-width: 400px) and (max-width: 767px) {

	.certificate {
		width: 50% !important;
	}
}

@media only screen and (max-width: 1140px){
	
	.about-content {
		padding-top: 0px;
	}	
}


