/*=========================
CSS FOR HEADER
===========================*/

/*========Top-header========*/		
.top-fix-bar {
	float: left;
	width: 100%;
	margin-bottom: 70px;
}
.top-header {
	float: left;
	width: 100%;
	background: #ff0000;
	height: 70px;
	margin-top: -70px;
	position: relative;
	top: 70px;
}
.fixed-nav .top-header {
	position: fixed;
	z-index: 11;
	top: 0;
	background: #ff0000;
	-webkit-transition: margin .3s ease-out;
	transition: margin .3s ease-out;
	margin-top: 0;
	-webkit-box-shadow: 0 3px 4px 0 rgba(0,0,0,0.1);
	box-shadow: 0 3px 4px 0 rgba(0,0,0,0.1);
}
.logo {
	float: left;
	margin-top: 8px;
	max-width: 180px;
}
ul.hdr-menu {
	float: right;
	margin-top: 27px;
}
ul.hdr-menu li {
	float: left;
}
ul.hdr-menu li a {
	float: left;
	font-size: 18px;
	line-height: 22px;
	color: #000000;
	padding: 0 15px;
	border-right: 1px solid #e6e3e3;
	font-family: 'Halyard Display';
}
ul.hdr-menu li a.active, ul.hdr-menu li a:hover {
	color: #000000;
}
ul.hdr-menu li:last-child a {
	border: none;
}
a.header-btn {
	float: right;
	margin-top: 19px;
	background: #14c73b;
	border-radius: 50px;
	font-size: 14px;
	line-height: 33px;
	color: #fff;
	text-align: center;
	font-weight: 600;
	height: 33px;
	width: 123px;
}
/*MOBILE MENU CSS*/
.mob-mnu-ic {
	cursor: pointer;
	position: absolute;
	right: 165px;
	top: 24px;
	z-index: 16;
	height: 30px;
}
.mob-mnu-ic button {
	outline: none;
	-webkit-appearance: none;
	background: none;
	padding: 0;
	cursor: pointer;
	border: none;
	margin: 0;
}
.mob-mnu-ic span {
	color: #fff;
	display: inline-block;
	vertical-align: top;
	font-size: 16px;
	margin-top: 4px;
	margin-right: 5px;
}
.bar1, .bar2, .bar3 {
	width: 30px;
	height: 4px;
	background-color: #a3c1dc;
	transition: 0.4s;
}
.bar2 {
	margin: 5px 0;
}
.dl-active .bar1 {
	-webkit-transform: rotate(-45deg) translate(-8.5px, 6px);
	transform: rotate(-45deg) translate(-8.5px, 6px);
	background: #a3c1dc;
}
.dl-active .bar2 {
	opacity: 0;
}
.dl-active .bar3 {
	-webkit-transform: rotate(45deg) translate(-7px, -4px);
	transform: rotate(45deg) translate(-7px, -4px);
	background: #a3c1dc;
}
.mobilemenu {
	left: 0;
	position: fixed;
	top: 70px;
	background: #fff;
	z-index: 12;
	right: 0;
	bottom: 0;
	overflow: scroll;
	display: none;
	border-top: 1px solid #ddd;
}
.mobimenu-top {
	top: 70px;
}
.mobilemenu li {
	float: left;
	width: 100%;
	text-align: left;
	border-bottom: 1px solid #ddd;
}
.mobilemenu li a {
	float: left;
	width: 100%;
	padding: 17px 20px;
	font-size: 18px;
	color: #000;
}
/*-----------------------
		BANNER
------------------------*/
.banner {
	float: left;
	width: 100%;
    color: #fff;
	background: #000;
	height: 608px;
	position: relative;
    background-image: url('/images/bnr-img.jpg');
    background-size: cover;
}
.bnr-rgt {
	position: absolute;
	right: 0;
	width: 50%;
	top: 0px;
	bottom: 0;
}
.bnr-inr {
	float: left;
	width: 100%;
}
.bnr-lft {
	width: 50%;
	float: left;
	text-align: left;
	position: relative;
	padding-top: 100px;
}
.bnr-leaf {
	position: absolute;
	right: 212px;
	top: 80px;
}
.bnr-hdg {
	font-size: 62px;
	line-height: 70px;
	font-family: 'Arial';
	font-weight: bold;
	color: #fff;
	width: 100%;
	float: left;
	margin-bottom: 20px;
}
.bnr-txt {
	font-size: 20px;
	line-height: 30px;
	float: left;
	width: 92%;
	margin-bottom: 20px;
	letter-spacing: 1px;
}
.comn-btn {
	font-size: 20px;
	line-height: 44px;
	max-width: 170px;
	width: 100%;
	height: 48px;
	color: #ff0000;
	border: 1px solid #ff0000;
	border-radius: 100px;
	display: inline-block;
	vertical-align: top;
	text-align: center;
	font-family: 'Halyard Display';
	margin-top: 20px;
}
.bnr-btn {
	background: #ff0000;
	color: #fff;
}
.comn-btn:hover {
	background: #ff0000;
	color: #fff;
}
.bnr-prd {
	position: absolute;
	right: 80px;
	top: 255px;
	transform: rotate(4deg);
	-webkit-transform: rotate(4deg);
}
.brnd-sec {
	float: left;
	width: 100%;
}
.brnd-sec-inr {
	background: url(../images/brnd-sec.jpg) no-repeat;
	float: left;
	width: 100%;
	position: relative;
	padding: 40px 100px;
	margin-top: -25px;
}
.brnd-sec-inr:after {
	content: '';
	background: #fff;
	top: 5px;
	bottom: 5px;
	right: 5px;
	left: 5px;
	position: absolute;
}
.brnd-hd {
	font-size: 24px;
	line-height: 28px;
	font-family: 'Arial';
	font-weight: bold;
	float: left;
	width: 100%;
	margin-bottom: 15px;
	background: url(../images/brnd-hd.png) center center no-repeat;
	position: relative;
	z-index: 1;
	color: #616161;
}
.brnd-hd span {
	display: inline-block;
	vertical-align: top;
	background: #fff;
	padding: 0 10px;
}
ul.brnd-list {
	float: left;
	width: 100%;
	position: relative;
	z-index: 9;
}
ul.brnd-list li {
	width: 24%;
	display: inline-block;
	vertical-align: top;
}
ul.brnd-list li img {
	max-width: 100%;
}
/*-----------------------
		SECTION 1
------------------------*/
.sec1 {
	float: left;
	width: 100%;
	padding: 40px 0;
}
.comn-hdg {
	font-size: 42px;
	line-height: 46px;
	color: #fff;
	font-family: 'Arial';
	font-weight: bold;
	float: left;
	width: 100%;
	margin-bottom: 10px;
}
.comn-txt {
	font-size: 20px;
	line-height: 28px;
	float: left;
	width: 100%;
	margin-bottom: 15px;
	letter-spacing: 1px;
	margin-top: 10px;
}
.prd-pck {
	display: flex;
	width: 100%;
	flex-wrap: wrap;
}
.prd-pck-bx {
	padding: 25px 20px;
	margin: 20px auto;
	border: 1px solid #fff;
	cursor: pointer;
	position: relative;
	width: 33%;
}
.prd-pck-bx:hover {
	border: 1px solid #f3ede0;
	box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.1) inset;
}
.prod-img {
	display: block;
	margin: 0 auto 20px;
}
.crem-bx {
	margin: 50px auto 30px;
}
.pck-tx1 {
	font-size: 24px;
	line-height: 30px;
	font-family: 'Halyard Display';
	color: #ff0000;
}
.pck-tx2 {
	font-size: 30px;
	line-height: 34px;
	font-family: 'Halyard Display';
	font-weight: 500;
	margin-bottom: 5px;
}
.pck-tx3 {
	font-size: 20px;
	line-height: 26px;
	margin-bottom: 15px;
	letter-spacing: 1px;
}
.prod-img {
	margin: 0 auto;
	display: block;
	max-width: 120px;
	position: relative;
	z-index: 9;
}
.prod-img:nth-child(2), .prod-img:nth-child(3), .prod-img:nth-child(4), .prod-img:nth-child(5) {
	position: absolute;
	left: 95px;
	top: 35px;
	z-index: 5;
	max-width: 110px;
}
.prod-img:nth-child(3) {
	left: auto;
	right: 95px;
}
.prod-img:nth-child(4), .prod-img:nth-child(5) {
	z-index: 0;
	left: 60px;
	top: 46px;
	max-width: 100px;
}
.prod-img:nth-child(5) {
	left: auto;
	right: 60px;
}
/*-----------------------
		SECTION 2
------------------------*/
.sec2 {
	float: left;
	width: 100%;
	padding: 70px 0;
	background: #222;
    color: #fff;
}
.s2-inr {
	float: left;
	width: 100%;
}
.s2-inr-bx {
	float: left;
	width: 33.3%;
	padding: 0px 40px;
	margin: 30px auto 0;
}
.s2-img {
	border-radius: 50%;
	margin: 0 auto 20px;
	display: block;
}
.s2-inr-hd {
	font-size: 30px;
	line-height: 36px;
	font-weight: bold;
	font-family: 'Arial';
	margin-bottom: 10px;
}
.s2-inr-tx {
	font-size: 20px;
	line-height: 26px;
	letter-spacing: 1px;
}
/*-----------------------
		SECTION 3
------------------------*/
.sec3 {
	float: left;
	width: 100%;
	padding: 70px 0;
    background: #000;
}
ul.s3-list {
	float: left;
	width: 100%;
	margin-bottom: 10px;
}
ul.s3-list li {
	float: left;
	font-size: 18px;
	width: 33.3%;
	background: url(../images/s3-tk.svg) left 8px no-repeat;
	background-size: 14px;
	padding-left: 28px;
}
.s3-inr-top {
	float: left;
	width: 100%;
	position: relative;
}
.s3-img1 {
	float: left;
}
.s3-inr-top-rgt {
	position: absolute;
	right: 0;
	top: 65px;
	bottom: 65px;
	width: 65.81%;
	background: #222;
	padding: 100px 40px;
	text-align: left;
    color: #fff;
}
.s3-inr-top-rgt .comn-hdg {
	margin-bottom: 25px;
}
.lrn-mr {
	max-width: 200px;
	width: 100%;
	height: 46px;
	font-size: 18px;
	line-height: 42px;
	font-family: 'Halyard Display';
	color: #ff0000;
	border: 1px solid #ff0000;
	display: inline-block;
	text-align: center;
	border-radius: 100px;
	margin-top: 20px;
}
.lrn-mr:hover {
	background: #ff0000;
	color: #fff;
}
/*-----------------------
		SECTION 4
------------------------*/
.sec4 {
	float: left;
	width: 100%;
	padding: 70px 0;
	background: #000;
    color: #fff;
}
.s4-inr {
	float: left;
	width: 100%;
	margin-top: 30px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	row-gap: 20px;
}
.s4-inr-bx {
	float: left;
	width: 33%;
	padding: 0 30px;
	text-align: left;
	border-right: 1px solid #bfbfbf;
}
.s4-inr .s4-inr-bx:last-child {
	border-right: none;
}
.s4-icn {
	display: inline-block;
	vertical-align: top;
	margin: 0 auto 10px;
}
.s4-tx1 {
	font-size: 30px;
	line-height: 34px;
	font-family: 'Arial';
}
.s4-tx1 span {
	font-size: 18px;
	line-height: 26px;
	color: #000;
	font-family: 'Halyard Display Book';
	position: relative;
	display: block;
	margin-top: 10px;
}
.s4-tx2:after {
	content: '';
	position: absolute;
	bottom: 0px;
	height: 1px;
	background: #ff0000;
	left: 0;
	width: 100px;
}
/*-----------------------
		SECTION 5
------------------------*/
.sec5 {
	float: left;
	width: 100%;
	padding: 100px 0;
}
.s5-prd {
	position: absolute;
	left: 0;
	top: -50px;
}
.s5-rgt {
	float: right;
	width: 60%;
}
ul.s5-list {
	float: left;
	width: 100%;
	margin: 20px 0 30px;
}
ul.s5-list li {
	float: left;
	width: 33.3%;
	padding: 0 10px;
}
.s5-icn {
	display: block;
	margin: 0 auto 15px;
}
ul.s5-list li h3 {
	font-size: 24px;
	line-height: 28px;
	font-family: 'Arial';
	font-weight: bold;
	color: #000;
	margin-bottom: 5px;
}
ul.s5-list li p {
	font-size: 20px;
	line-height: 26px;
}
/*============================
FOOTER SECTION
=============================*/
/*========FOOTER========*/
.footer {
	float: left;
	width: 100%;
	background: #ededed;
	padding: 40px 0 30px;
	text-align: center;
}
.ftr-logo {
	display: block;
	max-width: 200px;
	margin: 0px auto 10px;
}
.ftr-txt {
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
	line-height: 24px;
	font-weight: 500;
	color: #000000;
	padding-right: 15px;
}
.ftr-txt a {
	color: #398eae;
}
.ftr-txt1 {
	float: left;
	width: 100%;
	font-size: 16px;
	line-height: 22px;
	text-align: center;
	color: #1f1f1f;
}
.ftr-txt1 a {
	text-decoration: none;
	color: #1f1f1f;
	padding: 0 8px;
}
.footer2 {
	float: left;
	width: 100%;
	background: #ffffff;
	padding: 15px 0;
	text-align: center;
	border-top: 1px solid #ddd;
}
.brd-dis {
	border: 1px solid #d2d2d2;
	padding: 10px;
}
