@charset "utf-8";
body {
	overflow-x: hidden;
}
.navbar {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 80px;
	background-color: rgba(255, 255, 255, 0.90)!important;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
	z-index: 2;
}
.navbar-brand {
	padding-top: 1.313rem;
}
.logotxt {
	width: 50%;
	margin-left: 10%;
	margin-top: 10px;
}
.logo-brand {
	padding-left: 4%;
	margin-top: -6px;
}
.nav-link {
	font-family: 'ZCOOL XiaoWei', serif;
	font-weight: lighter;
	margin-left: 5px;
	margin-right: 25px;
}
.navbar-light {
	color: #ffffff!important;
}
.navbar-nav {
	margin-left: 20%;
}
nav ul li a, nav ul li a:after, nav ul li a:before {
	transition: all .5s;
}
nav ul li a:hover {
	color: #1C4067;
}
nav.stroke ul li a, nav.fill ul li a {
	position: relative;
}
nav.stroke ul li a:after, nav.fill ul li a:after {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 0%;
	content: '.';
	color: transparent;
	background: #1C4067;
	height: 1px;
}
nav.stroke ul li a:hover:after {
	width: 100%;
}
nav.fill ul li a {
	transition: all 2s;
}
nav.fill ul li a:after {
	text-align: left;
	content: '.';
	margin: 0;
	opacity: 0;
}
nav.fill ul li a:hover {
	color: #1C4067;
	z-index: 1;
}
nav.fill ul li a:hover:after {
	z-index: -10;
	animation: fill 1s forwards;
	opacity: 1;
}
.fa-home, .fa-hanukiah, .fa-mortar-pestle, .fa-spray-can, .fa-ring {
	color: #1C4067;
	font-size: 14px;
	margin-top: 15px;
}
.navbar-expand-lg .navbar-collapse {
	margin-left: -5%;
}
.fa-ring {
	padding-bottom: 2px;
}
* {
	padding: 0;
	margin: 0;
}
.carousel-indicators {
	display: inline!important;
	padding-left: 0;
	margin-right: 15% !important;
	margin-left: 6% !important;
	margin-bottom: 40% !important;
	
}
.carousel-indicators li {
	width: 10px !important;
	height: 10px !important;
	border-radius: 50% !important;
	cursor:default!important;
}
.particles {
	width: 100%;
	height: 1387px;
	z-index: 1;
	position: absolute;
	top: -6%;
	left: 0%;
}
.cnt11-22 {
	position: relative;
}
.content11, .content22, .content55, .content77 {
	color: #686868;
}
.content11 {
	margin-top: -10% !important;
}
.cnt11-elm11 {
	width: 50%;
	height: 1%;
	background-color: #1c4670;
	margin-left: 35%;
	margin-top: 4%;
}
.cnt11-txt11 {
	font-size: 20px;
	padding-bottom: 7%;
	font-family: 'ZCOOL XiaoWei', serif;
	font-weight: lighter;
}
.content11 p {
	font-size: 15px;
	margin-top: 7%;
	font-family: 'Roboto', sans-serif;
}
.cnt11-txt22, .cnt22-txt11, .content55, .content77 {
	font-size: 40px;
	margin-top: 8%;
	font-family: 'ZCOOL XiaoWei', serif;
	font-weight: lighter;
}
.cnt11-txt33 {
	font-size: 40px;
	font-family: 'ZCOOL XiaoWei', serif;
	font-weight: lighter;
}
.col-sm-8 {
	padding-left: 10%;
}
.content22 p {
	text-align: right;
	font-family: 'Roboto', sans-serif;
	margin-top: 12%;
	position: relative;
	top: 0%;
	left: 3%;
}
.cnt22-elm11 {
	width: 45%;
	height: 1%;
	background-color: #1c4670;
	margin-top: 8%;
}
.cnt22-img11 {
	position: relative;
	top: -20%;
	left: -13%;
}
.cnt22-txt11 {
	position: relative;
	top: 0%;
	left: 5%;
}
.cnt33-icon {
	width: 40%;
	margin-top: 4%;
}
.parallax {
	background-image: url("images/parallax.jpg");
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 260px;
	width: 100%;
}
.cnt33-icon {
	margin-top: 25%;
}
.content55 {
	text-align: center;
}
.cnt66-img11, .cnt66-img22, .cnt66-img33 {
	border: #FFFFFF;
	border-radius: 2%;
}
.cnt66-img22 {
	animation-name: anm;
	animation-duration: 5s;
	animation-iteration-count: infinite;
	background-repeat: no-repeat;
	background-size: cover;
	margin-top: 2%;
}
@keyframes anm {
	0% {
		background-image: url("images/soap777.jpg");
	}
	20% {
		background-image: url("images/soap333.jpg");
	}
	40% {
		background-image: url("images/soap111.jpg");
	}
	60% {
		background-image: url("images/soap444.jpg");
	}
	80% {
		background-image: url("images/soap555.jpg");
	}
	100% {
		background-image: url("images/soap777.jpg");
	}
}
.cnt66-img11, .cnt66-img33 {
	margin-top: 15%;
	margin-left: 7%;
}
.cnt66-img11:hover, .cnt66-img33:hover {
	transform: scaleX(-1);
	cursor: pointer;
}
.cnt66-img22:hover {
	cursor: pointer;
}
.cnt77-insta {
	margin-top: 2%;
}
.footer {
	width: 100%;
	height: 330px;
	background-color: #1c4670;
	margin-top: 5%;
}

.content77 {
	margin-left: 2%;
}
/*.image {
	opacity: 1;
	display: block;
	transition: .5s ease;
	backface-visibility: hidden;
}
.middle {
	transition: .5s ease;
	opacity: 0;
	position: relative;
	top: -48%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
}*/
.cnt77:hover .image {
	opacity: 0.5;
}
.cnt77:hover .middle {
	opacity: 1;
}
.cnt77 {
	padding-left: 2%;
}
.cnt77-txt11 {
	font-size: 40px;
	font-family: 'ZCOOL XiaoWei', serif;
	font-weight: lighter;
}
.cnt77-insta22, .cnt77-insta33 {
	margin-left: 5%;
}
body {
	color: #686868;
}
.cnt1-txt1, .cnt2-txt1, .cnt3-txt1 {
	font-family: 'ZCOOL XiaoWei', serif;
	text-align: center;
	font-size: 60px;
	font-weight: 400;
	margin-top: 3%;
}
.cnt1-txt2, .cnt2-txt2, .cnt3-txt2 {
	font-style: italic;
}
.cnt1-img1, .cnt1-img2, .cnt1-img3 {
	margin-top: 2%;
}


  .content1 img, .content6 img, .content3 img{
	border-radius: 20px;
}


.cnt3-img{
	margin-left: 2.5%;
	margin-top:4%;
}
.cnt3-txt3{
	font-size:17px;
	font-weight: 400;
	font-family: 'ZCOOL XiaoWei', serif;
	color:#34384e;
	margin-top:3%;
}
 .content6 {
	margin-top: 5%;
}
.trans {
	display: inline-block;
	border-radius: 30px;
	overflow: hidden;
}
.trans img {
	display: block;
	transition: transform .35s;
	cursor: pointer;
}
.trans:hover img {
	transform: scale(1.03);
}
.transv {
	display: inline-block;
	
	overflow: hidden;
}
.transv img {
	display: block;
	transition: transform .35s;
	cursor: pointer;
}

.transv:hover img {
	transform: scale(0.98);
}
.content6{
	text-align: center;
	position: relative;
}
.content7{
	text-align: center;
}
.content7 {
			font-family: 'ZCOOL XiaoWei', serif;
			font-weight: lighter;
			color: #686868;
			text-align: center;
			margin-top: 2%;
			font-size: 20px;
		}
		
		.content7>p {
			font-size: 40px;
		}
.cnt6-txt1 {
	font-family: 'Roboto', sans-serif !important;
	font-weight: lighter;
	font-size: 30px;
	color: #CDCDCD;
	position: absolute;
	top:62%;
	left:24%;
	text-decoration: none !important;
}
.cnt6-txt1:hover {
	color: #cdcdcd;
	text-decoration: none !important;
}
.more {
	text-align: center;
	font-family: 'ZCOOL XiaoWei', serif;
	text-align: center;
	font-size: 30px;
	font-weight: 400;
	margin-top: 4%;
	color: #686868;
}
.more:hover {
	cursor: pointer;
}
.fa-chevron-down {
	font-size: 20px;
	color: #686868;
	position: relative;
	animation-name: more;
	animation-duration: 4s;
	animation-iteration-count: infinite;
}
@keyframes more {
	0% {
		top: 0px;
	}
	50% {
		top: 30px;
	}
	100% {
		top: 0px;
	}
}
.content3 img{
	position: relative;
}
.fa-tags{
	position: absolute;
    margin-left: 292px;
    margin-top: -63px;
	font-size:25px;
	color:antiquewhite;
}
.fa-star{
    position: absolute;
    margin-left: 190px;
    margin-top: -63px;
	font-size:25px;
	color:salmon;
}
.cnt8-txt1, .cnt8-txt2{
	font-family: 'ZCOOL XiaoWei', serif;
			font-weight: lighter;
			color: #686868;
			text-align:left;
			margin-top: 2%;
			font-size: 20px;
			margin-left: 2px;
}
.cnt8-txt2{
	font-size: 15px !important;
}
section {
	width: 100%;
	display: inline-block;
	background: #333;
	height: 50vh;
	text-align: center;
	font-size: 22px;
	font-weight: 700;
	text-decoration: underline;
}
footer {
	font-family: 'Roboto', sans-serif !important;
	font-weight: lighter;
	margin-top: 7%;
}
.footer-distributed {
	background: #2f2f2f;
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
	box-sizing: border-box;
	width: 100%;
	text-align: left;
	font: bold 16px sans-serif;
	padding: 55px 50px;
}
.footer-distributed .footer-left, .footer-distributed .footer-center, .footer-distributed .footer-right {
	display: inline-block;
	vertical-align: top;
}
.footer-distributed .footer-left {
	width: 40%;
}
.footer-distributed h3 {
	color: #cdcdcd;
	font: normal 36px 'Open Sans', cursive;
	margin: 0;
}
.footer-distributed h3 span {
	color: lightseagreen;
}
.footer-distributed .footer-links {
	color: #ffffff;
}
.footer-distributed .footer-links a {
	display: inline-block;
	line-height: 1.8;
	font-weight: 400;
	text-decoration: none;
	color: inherit;
}
.footer-distributed .footer-company-name {
	color: #222;
	font-size: 14px;
	font-weight: normal;
	margin: 0;
}
.footer-distributed .footer-center {
	width: 35%;
}
.footer-distributed .footer-center i {
	background-color: #ffffff;
	color: #1c4670;
	font-size: 25px;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	text-align: center;
	line-height: 42px;
	margin: 10px 15px;
	vertical-align: middle;
}
.footer-distributed .footer-center i.fa-envelope {
	font-size: 17px;
	line-height: 38px;
}
.footer-distributed .footer-center p {
	display: inline-block;
	color: #ffffff;
	font-weight: 400;
	vertical-align: middle;
	margin: 0;
}
.footer-distributed .footer-center p span {
	display: block;
	font-weight: normal;
	font-size: 14px;
	line-height: 2;
}
.footer-distributed .footer-center p a {
	color: lightseagreen;
	text-decoration: none;
	;
}
.footer-distributed .footer-links a:before {
	content: "|";
	font-weight: 300;
	font-size: 20px;
	left: 0;
	color: #fff;
	display: inline-block;
	padding-right: 5px;
}
.footer-distributed .footer-links .link-1:before {
	content: none;
}
.appo {
	width: 26%;
	padding-left: 5%;
}
.footer-distributed .footer-right {
	width: 20%;
}
.footer-distributed .footer-company-about {
	line-height: 20px;
	color: #92999f;
	font-size: 13px;
	font-weight: normal;
	margin: 0;
}
.footer-distributed .footer-company-about span {
	display: block;
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 20px;
}
.footer-distributed .footer-icons {
	margin-top: 25px;
}
.footer-distributed .footer-icons a {
	display: inline-block;
	width: 35px;
	height: 35px;
	cursor: pointer;
	background-color: #ffffff;
	border-radius: 35px;
	font-size: 20px;
	color: #1c4670;
	text-align: center;
	line-height: 35px;
	margin-right: 25px;
	margin-bottom: 5px;
}

.image{
	position: relative;
}
.icon{
	position: absolute;
    top:2%;
    left:2%;
}

@media only screen and (max-width:768px){


.fa-tags {
    position: absolute;
    margin-left: 194px;
    margin-top: -63px;
    font-size: 25px;
    color: 
    antiquewhite;
}
.logo-brand {
    padding-left: 4%;
    margin-top: -25px;
}
.fa-star {
    position: absolute;
    margin-left: 88px;
    margin-top: -63px;
    font-size: 25px;
    color: 
    salmon;
}
.footer-distributed .footer-icons a {

    margin-bottom: 25px;
}
.fa-home, .fa-hanukiah, .fa-mortar-pestle, .fa-spray-can, .fa-ring {
    color: #ffffff;
}
.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {
    color: rgba(255, 255, 255) !important;
}
.navbar-light .navbar-nav .nav-link {
    color:  rgb(255, 255, 255);
}

}

@media only screen and (max-width:360px){

.content1 img {
    margin-top: 10px !important;
}
.fa-home, .fa-hanukiah, .fa-mortar-pestle, .fa-spray-can, .fa-ring {
    color: #000000 !important;
}
.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {
    color:#000000 !important;
}
.navbar-light .navbar-nav .nav-link {
    color:#000000 !important;

}
	.logo-brand {
    padding-left: 4%;
    margin-top: -25px;
}
	.carousel-indicators {
	display: none;
	
	}
.cnt6-txt1 {
    font-size: 15px;
}
}

@media only screen and (max-width:375px){
.content1 img {
    margin-top: 10px !important;
}
.fa-home, .fa-hanukiah, .fa-mortar-pestle, .fa-spray-can, .fa-ring {
    color: #000000 !important;
}
.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {
    color:#000000 !important;
}
.navbar-light .navbar-nav .nav-link {
    color:#000000 !important;

}
	.cnt6-txt1 {
    font-size: 15px;
}

}

@media only screen and (max-width:800px){

	
	.fa-tags {
    position: absolute;
    margin-left: 194px;
    margin-top: -63px;
    font-size: 25px;
    color: 
    antiquewhite;
}
.logo-brand {
    padding-left: 4%;
    margin-top: -25px;
}
.fa-star {
    position: absolute;
    margin-left: 88px;
    margin-top: -63px;
    font-size: 25px;
    color: 
    salmon;
}
.footer-distributed .footer-icons a {

    margin-bottom: 25px;
}
.fa-home, .fa-hanukiah, .fa-mortar-pestle, .fa-spray-can, .fa-ring {
    color: #ffffff;
}
.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {
    color: rgba(255, 255, 255);
}
.navbar-light .navbar-nav .nav-link {
    color:  rgb(255, 255, 255);
}
	
	
	
	
}