body,
a {
	color: #000000;
}
.top-header {
	position: fixed;
	top: 0;
	background-color: rgba(0,181,173, 1);
	padding: 10px;
	z-index: 100;
	width: 100%;
	transition: all 0.7s ease;
	box-shadow: 2px 2px 2px #000000;
}
.company-logo {
	display: inline-block;
	color: #ffffff;
	font-size: 34px;
	font-weight: 200;
	letter-spacing: 1px;
	transition: all 0.7s ease;
}
.company-logo img {
	width: 50px;
	display: inline-block;
	text-shadow: 2px 2px 2px #000;
	transition: all 0.7s ease;
}
.top-header.affix {
	padding: 5px;
	transition: all 0.7s ease;
}
.top-header.affix .company-logo {
	font-size: 28px;
	line-height: 36px;
	transition: all 0.7s ease;
}
.top-header.affix .company-logo img {
	width: 30px;
	transition: all 0.7s ease;
}
.btn-mobile-toggle {
	display: none;
}
.menubar {
	float: right;
	list-style-type: none;
	margin-bottom: 0px;
}
.menubar li {
	display: inline-block;
}
.menubar li a,
.menubar li a:visited,
.menubar li a:focus,
.menubar li a:active {
	color: #ffffff;
	font-size: 14px;
	font-weight: 400;
	padding: 5px 15px;
	line-height: 40px;
	text-decoration: none;
}
.menubar li a:hover {
	transition: all 0.7s ease;;
	text-decoration: none;
	color: rgb(227, 61, 50);
}
#home {
	margin-top: 65px;
}
#product {
	background: url(../img/home_background.png);
	color: #ffffff;
}
#product h1 {
	font-size: 64px;
}
.slider-content-mt {
	margin-top: 5%;
}
.margin-bottom-10 {
	margin-bottom: 10px;
}
.slider-linear {
	display: block;
    height: 1px;
    width: 20%;
    border: 1px solid #fff;
    border-radius: 50px;
}
#about-us .horizontal-space {
	width: 20px;
	display: inline-block;
}
#about-us .horizontal-space::before {
	content: " ";
}
#about-us .text-desc {
	font-size: 40px;
}
#about-us .btn-get-in-touch {
	color: #000000;
}
#about-product,
#testimonial {
	padding-top: 3%;
	padding-bottom: 3%;
	background-color: rgb(0,181,173);
	color: #000000;
}
#legend {
	padding-top: 3%;
	padding-bottom: 3%;
	background-color: rgb(42,42,42);
	color: #ffffff;
}
#about-product .slider-linear {
	margin: 20px auto 50px;
}
#about-product h1,
#testimonial h1,
#legend h1 {
	font-size: 64px;
    margin-bottom: 10px;
    font-weight: lighter;
    letter-spacing: 1px;
}
#legend h1 {
	margin-bottom: 10px;
}
#legend .desc h2 {
	font-size: 36px;
}
#legend .slider-linear {
    border: 1px solid rgba(0,181,173, 1);
    width: 35%;
    margin-bottom: 20px;
}
#about-product p,
#legend p,
#about-product a,
#legend a {
	font-size: 18px;
}
#legend .desc h2,
#legend .desc h1 {
	color: rgba(0,181,173, 1);
}
#about-product a {
	border: 1px solid #ffffff;
	border-radius: 50px;
	padding: 10px 20px;
	text-decoration: none;
	margin-right: 5px;
}
#about-product .desc {
	margin-top: 3%;
}
#about-us {
	padding: 5vh;
}
#about-us h3 {
	font-size: 64px;
	font-weight: lighter;
	letter-spacing: 1px;
}
#about-us h1 {
	margin-top: 10px;
}
#about-us p {
	font-size: 18px;
	font-weight: 300;
	letter-spacing: 1px;
	text-shadow: 1px 1px 1px #c1c1c1;
}
#testimonial .box img {
	border-radius: 10px;
	box-shadow: 2px 2px 2px #c1c1c1;
	margin-bottom: 10px;
}
#contact-us {
	color: #ffffff;
	padding: 10px;
    background: 100% 0 repeat-y fixed;
    background-size: cover;
    position: relative;
	background-image: url('../img/contact_us_background.png');
}
#contact-us a {
	color: #ffffff;
}
#contact-us a:hover {
	color: #a1a1a1;
	transition: all 0.7s ease;
	text-decoration: none;
}
#footer {
	padding: 15px 0px;
}

/*new added in*/
.owl-pagination {
    position: absolute;
    bottom: 15px;
    left: 45%;
    left: 0px;
    right: 0px;
    width: 100%;
    text-align: center;
}
.owl-page {
	display: inline-block;
	margin: 10px;
	width: 40px;
	height: 5px;
	background: white;
}
.owl-page.active {
	background: rgb(50, 50, 50);
}
#ingredient {
	min-height: 50vh;
	text-align: center;
    background: 50% 0 repeat-y fixed;
    background-size: cover;
    color: #ffffff;
    position: relative;
	background-image: url('../img/ingredient_background.png');
}
#certificates {
	min-height: 50vh;
	text-align: center;
    background: 50% 0 repeat-y fixed;
    background-size: cover;
    color: #ffffff;
    position: relative;
	background-image: url('../img/certificates_background.png');
}
#certificates .col-xs-6  img {
	box-shadow: 2px 2px 2px #c1c1c1;
	border: 1px solid #e8e8e8;
}
#ingredient .slider-linear {
	margin: 20px auto;
}
#ingredient .overlay,
#certificates .overlay {
	width: 100%;
	height: 100%;
	margin: 10% auto;
}
#ingredient .overlay h1,
#certificates .overlay h1 {
	font-size: 68px;
}
#ingredient .overlay h1 .highlight,
#certificates .overlay h1 .highlight {
	color: yellow;
}
#ingredient .overlay h4,
#certificates .overlay h4 {
	font-weight: 400;
	margin-bottom: 20px;
	line-height: 28px;
}
.btn-get-in-touch,
.btn-get-in-touch:focus,
.btn-get-in-touch:visited {
	color: #ffffff;
	font-size: 12px;
	display: inline-block;
	padding: 10px 30px;
	background: transparent;
	border-radius: 50px;
	text-decoration: none;
	border: 1px solid rgb(227, 61, 50);
}
.btn-get-in-touch:hover {
	text-decoration: none;
	color: #ffffff;
	border: 1px solid rgb(146 20 12);
	/*background: #029802;*/
}
.btn-read-more {
	color: #ffffff;
	font-size: 16px;
	display: inline-block;
	padding: 5px 15px;
	background: transparent;
	border-radius: 20px;
	text-decoration: none;
	border: 0px solid #ffffff;
}
#effects {
	padding: 10vh 0px;
}
#effects h1 {
	font-size: 64px;
	margin-bottom: 10px;
	font-weight: lighter;
	letter-spacing: 1px;
}
#effects .slider-linear {
	margin: 10px auto 50px;
	border: 1px solid rgba(0,181,173, 1);
}
#about-us {
	box-shadow: 0 2px 2px 0 rgba(50, 50, 50,.5);
}
.box-card {
    width: 100%;
    height: 270px;
	margin-top: 30px;
    overflow: hidden;
    border-radius: 5px;
    box-shadow: 0 2px 9px 0 rgba(50, 50, 50,.5);
}
.box-card:hover {
    margin-top: 20px;
    border: 3px solid rgb(227, 61, 50);
    box-shadow: 0 4px 18px 0 rgba(50, 50, 50,.5);
}
.box-card {
	padding: 30px;
	cursor: pointer;
}
.box-card i {
	margin: 20px;
	font-size: 72px;
	color: rgb(50, 50, 50);
}
.box-card .title .number {
	font-size: 36px;
}
.description-box {
    overflow: hidden;
    padding-left: 0px;
    padding-right: 0px;
    border-radius: 25px;
    position: relative;
    box-shadow: 0 4px 18px 0 rgba(50, 50, 50,.5);
}
.description-box .overlay {
	cursor: pointer;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0.3);
	text-align: center;
}
.description-box:hover .overlay {
	background-color: rgba(0,0,0,0.7);
	-webkit-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
}
.description-box .overlay h3 {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	color: #ffffff;
	margin-top: 35%;
	text-transform: uppercase;
}
.description-box .overlay .btn-read-more {
	/*margin-top: 20px;*/
}
.description-box .overlay ul {
	opacity: 0;
}
.description-box:hover .overlay h3 {
	margin-top: 45%;
	font-size: 25px;
	-webkit-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
}
.description-box:hover .overlay ul {
	-webkit-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
	opacity: 1;
}
.description-box:hover .overlay .btn-read-more {
	-webkit-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
	display: none;
}
.description-box .overlay ul {
	list-style-type: none;
	color: #ffffff;
	letter-spacing: 2px;
	padding-inline-start: 0px;
	font-size: 14px;
	text-transform: uppercase;
	text-shadow: 2px 2px 2px #000000;
}
.description-box .overlay ul li:before {
	content: "*";
	margin-right: 3px;
}

@media only screen and (max-width: 699px) {
	.box-card {
	    height: 200px;
	    margin-top: 30px;
	}
	.box-card i {
		margin: 10px;
	    font-size: 36px;
	}
	.box-card .title .number {
	    font-size: 28px;
	}
	#ingredient .overlay,
	#certificates .overlay {
		margin: 30% auto;
	}
	#ingredient .overlay h1,
	#certificates .overlay h1 {
		font-size: 30px;
	}
	#ingredient .overlay h4,
	#certificates .overlay h4 {
		font-weight: 400;
	    margin-bottom: 10px;
	    line-height: 20px;
	}
	#effects {
		padding: 5vh 0px;
	}
	.description-box {
		margin-bottom: 20px;
	}
	.description-box .overlay h3 {
		margin-top: 30%;
		font-size: 18px;
	}
	.description-box .overlay ul {
		font-size: 14px;
		padding-inline-start: 0px;
	}
	.description-box:hover .overlay h3 {
	    width: 100%;
	    font-size: 18px;
	}
	.description-box:hover .overlay .btn-read-more {
		margin-top: 0px;
	}
	.btn-mobile-toggle {
		display: initial;
		position: absolute;
		top: 18px;
		right: 15px;
		z-index: 1000;
		color: #ffffff;
		cursor: pointer;
	}
	.btn-mobile-toggle:focus,
	.btn-mobile-toggle:hover {
		color: #ffffff;
	}
	.top-header {
		padding: 0px 0px 10px 0px;
	}
	.company-logo {
		margin-top: 15px;
	}
	.menubar {
		display: none;
		width: 100%;
		margin-block-start: 0px;
	    margin-block-end: 0px;
	    padding-inline-start: 0px;
	    margin-top: 15px;
	    margin-bottom: 15px;
	    background-color: #2d2d2d;
	}
	.menubar li {
		display: block;
		border-bottom: 1px dashed #898989;
	}
	.menubar li:last-child {
		border-bottom: 0px;
	}
	.menubar li a {
		display: block;
	}
	#main-slider .item {
		height: 70vh;
	}
	#main-slider .slider-inner h2 {
		margin-top: 30vh;
		font-size: 22px;
		margin-bottom: 10px;
	}
	#main-slider .slider-inner h2 > span {
		font-size: 34px;
	}
	#main-slider .slider-inner p {
		font-size: 14px;
		line-height: 20px;
		margin: 0px 0px 5px;
	}
	.btn-get-in-touch, 
	.btn-get-in-touch:focus, 
	.btn-get-in-touch:visited {
		padding: 5px 15px!important;
		font-size: 14px;
	}
	#about-us p {
		font-size: 14px;
	}
}

@media only screen and (max-width: 500px) {
	.company-logo {
		font-size: 22px;
	}
	.top-header .container {
		padding: 0px;
	}
	.top-header.affix .company-logo {
		font-size: 22px;
	}
	.company-logo img {
		width: 33px;
		margin-left: 10px;
	}
	#home {
		padding-top: 33px;
	}
	#main-slider .item {
		height: 40vh;
	}
	#main-slider .slider-inner h2 {
		margin-top: 14vh;
		font-size: 22px;
	}
	#main-slider .slider-inner h2 > span {
		font-size: 34px;
	}
	#about-us {
		padding: 10vh 10px;
	}
	#about-us p {
		width: 80%;
		margin: 0px auto;
	}
	#about-us .text-desc {
		font-size: 33px!important;
	}
	#about-us .wording {
		display: block;
	}
	#about-us .horizontal-space {
		display: block!important;
		height: 10px;
	}
	#ingredient {
		min-height: 50vh
	}
	#certificates .col-xs-6 {
		margin-bottom: 10px;
	}
	.margin-bottom-10 {
		margin-bottom: initial;
	}
	#product h1,
	#about-product h1,
	#testimonial h1 {
		font-size: 42px;
	}
	#about-product img {
		padding: 0px 50px 15px;
		border-bottom: 1px solid #ffffff;
	}
	#about-product a {
		display: block;
	    margin-bottom: 5px;
	    text-align: center;
	}
}
