@charset "utf-8";
/* CSS Document */


@import url('https://fonts.googleapis.com/css?family=Montserrat:400,500,500i,700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Crimson+Text:400,600,700&display=swap');
/*font-family: 'Crimson Text', serif; Replica of :MinionPro-Regular.otf*/
@import url('https://fonts.googleapis.com/css?family=Alice&display=swap');
/*font-family: 'Alice', serif; */
@import url('https://fonts.googleapis.com/css?family=Roboto:400,500&display=swap');
/*font-family: 'Roboto', sans-serif; Replica of :Calibri*/

@font-face {
 font-family: 'Hand Shop Typography C30_demo';
 src: url('fonts/HandShopTypographyC30_demo.woff2') format('woff2'),  url('fonts/HandShopTypographyC30_demo.woff') format('woff');
 font-weight: normal;
 font-style: normal;
}
html, body {
	height: 100%
}
b, strong {
    font-weight: 700;
    font-size: 30px;
    color: #9a4b8e;
}
body {
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	line-height: 26px;
	font-weight: 400;
}
button:focus {
	outline: none;
}
button {
	cursor: pointer;
	border: none;
	background: transparent;
	padding: 0;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	color: #303030;
	margin: 0;
}
.cafe {
	font-family: 'Hand Shop Typography C30_demo';
	font-size:100px;
	color:#000;
	font-weight: 400;
}
h3 {
	font-size: 20px;
	font-weight: 600;
	line-height: 28px;
}
h4 {
}
a, a:hover, a:active, a:focus {
	text-decoration: none;
	outline: none;
	border: none;
}
img {
	max-width: 100%;
	height: auto;
}
.box-wrapper {
	background: #fff none repeat scroll 0 0;
	position: relative;
	margin: 0 auto;
	width: 100%;
	min-width: 320px;
	min-height: 400px;
	overflow: hidden;
}
.top-head {
	width:100%;
	height:auto;
	background-color:#ffffff;
	padding: 40px 0px 0px 0px;
}
.top {
	width:100%;
	height:auto;
}
.top .logo {
	width:100%;
	text-align:center;
	display: flex;
	justify-content: center;
}
.wholesale {
	width:100%;
	height:auto;
}
.wholesale a {
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	color: #ffffff;
	background-color: #9a4b8e;
	padding: 6px 15px 6px 15px;
	font-size: 16px;
	font-weight: 600;
	margin-top: 10px;
	text-align: center;
	float: right;
	border-radius: 23px;
	width: 225px;
	margin-right: 10px;
	webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	-ms-transition: all 0.35s ease-in-out;
	-o-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
}
.wholesale a:hover {
	background-color: #fcb814;
	color:#ffffff;
}
.wholesale span {
	width: 100%;
    float: left;
    font-family: 'Montserrat', sans-serif;
    font-size: 19px;
    padding: 6px 10px 5px 5px;
    margin-right: 10px;
    text-align: center;
    font-weight: 600;
    color: #9a4b8e;
    line-height: 39px;
	 animation-duration: 1200ms;
    animation-name: blink;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    -webkit-animation:blink 1200ms infinite; /* Safari and Chrome */
}

.menu-box {
	width: 100%;
	height: auto;
	margin: 0 auto;
	min-width: 320px;
	max-width: 880px;
}
ul.nav.navbar-nav.menu-ul li a {
	font-family: 'Montserrat', sans-serif;
	font-size: 24px;
	color: #9a4b8e;
	font-weight: 600;
	margin: 10px 10px 0px 0px;
	height:46px;
}
ul.nav.navbar-nav.menu-ul li a:hover {
	border-bottom: 6px solid #9a4b8e;
	color:#fbb90a;
	webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	-ms-transition: all 0.35s ease-in-out;
	-o-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
}
.head-bar {
	width: 100%;
	height: 10px;
	margin-top: 10px;
	background-color: #fbb90a;
}
.slider {
	margin: -1px 0;
	width:100%;
	height:auto;
	float:left;
}
.breadcrum{
	width:100%;
	float:left;
	height:auto;
	background-image:url(../images/header2.jpg);
	background-size:cover;
	
}
.breadcrum h3{
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	color: #ffffff;
	padding: 120px 35px 120px 35px;
	font-size: 55px;
	font-weight: 600;
	text-align: center;
}
textarea.form-control{
    height: 250px;
    font-size: 20px;
    color: #000000;
    font-weight: 500;
    width: 100%;
    text-align: center;
    border-radius: 25px;
    padding: 26px;
	
}
/*Slider*/
.jssorl-009-spin img {
	animation-name: jssorl-009-spin;
	animation-duration: 1.6s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}
 @keyframes jssorl-009-spin {
 from {
transform: rotate(0deg);
}
to {
	transform: rotate(360deg);
}
}
/*jssor slider bullet skin 032 css*/
        .jssorb032 {
	position:absolute;
}
.jssorb032 .i {
	position:absolute;
	cursor:pointer;
}
.jssorb032 .i .b {
	fill:#fff;
	fill-opacity:0.7;
	stroke:#000;
	stroke-width:1200;
	stroke-miterlimit:10;
	stroke-opacity:0.25;
}
.jssorb032 .i:hover .b {
	fill:#000;
	fill-opacity:.6;
	stroke:#fff;
	stroke-opacity:.35;
}
.jssorb032 .iav .b {
	fill:#000;
	fill-opacity:1;
	stroke:#fff;
	stroke-opacity:.35;
}
.jssorb032 .i.idn {
	opacity:.3;
}
/*jssor slider arrow skin 051 css*/
        .jssora051 {
	display:block;
	position:absolute;
	cursor:pointer;
}
.jssora051 .a {
	fill:none;
	stroke:#fff;
	stroke-width:360;
	stroke-miterlimit:10;
}
.jssora051:hover {
	opacity:.8;
}
.jssora051.jssora051dn {
	opacity:.5;
}
.jssora051.jssora051ds {
	opacity:.3;
	pointer-events:none;
}
/*End slider*/
	
.about-content {
	width: 100%;
	height: auto;
	float: left;
	background-color: #ffffff;
	padding-top: 80px;
	padding-left: 60px;
	padding-right: 22px;
	padding-bottom: 80px;
}
.text-box {
	width:100%;
	height:auto;
}
.text-box p {
	font-family: 'Montserrat', sans-serif;
	font-size: 23px;
	line-height: 35px;
	font-weight: 400;
	padding: 10px 0px 10px 0px;
	text-align:center;
}
.front{
	
}
.front h3{
	font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    color: #000000;
    padding: 100px 15px 5px 5px;
    font-size: 14px;
    font-weight: 400;
    width: 100%;
    text-align: left;
}
.overview {
	width: 100%;
	height: auto;
	float: left;
	background-color: #eef5ee;
	padding-top: 30px;
	padding-left: 60px;
	padding-right: 22px;
	padding-bottom: 80px;
}
.headline {
	width:100%;
	height:auto;
}
.headline h4 {
	font-family: 'Alice', serif;
	font-size: 44px;
	color: #008240;
	padding-top: 22px;
	text-align: center;
	line-height: 50px;
	padding-bottom: 18px;
}
.bottom-headline {
	width:100%;
	height:auto;
}
.bottom-headline h3 {
	font-family: 'Alice', serif;
	font-size: 36px;
	color: #008240;
	padding-top: 22px;
	text-align: center;
	line-height: 50px;
	font-weight: 500;
	padding-bottom: 18px;
}
.main-pro {
	width:100%;
	text-align:center;
	display: flex;
	justify-content: center;
}
.shop-btn {
	width:100%;
	height:auto;
	text-align:center;
	margin-top: 30px;
}
.yellow-btn {
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	color: #ffffff;
	background-color: #fcb814;
	padding: 10px 35px 10px 35px;
	font-size: 21px;
	font-weight: 600;
	text-align: center;
	border-radius: 23px;
	margin-right: 10px;
	webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	-ms-transition: all 0.35s ease-in-out;
	-o-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
}
.yellow-btn:hover {
	background-color:#008240;
	color:#ffffff;
}
.footer {
	background-color:#333333;
	color:#ffffff;
	padding-bottom: 10px;
}
.footer-headline {
	width:100%;
	height:auto;
}
.footer-headline h3 {
	font-family: 'Alice', serif;
	font-size: 36px;
	color: #ffffff;
	padding-top: 80px;
	text-align: center;
	line-height: 50px;
	font-weight: 500;
	padding-bottom: 18px;
}
.footer-headline p {
	font-family: 'Alice', serif;
	font-size: 28px;
	color: #ffffff;
	padding-top: 30px;
	text-align: center;
	line-height: 30px;
	font-weight: 500;
	padding-bottom: 18px;
}
.pad-top35 {
	padding-top: 35px !important;
	padding-bottom: 10px !important;
}
.social {
	text-align:center;
}
ul.social {
	margin-left: -40px;
}
ul.social li {
	width: 64px;
	display: inline-block;
	height: 60px;
	list-style-type: none;
}
.subscribe {
	width:100%;
	text-align:center;
	display: flex;
	justify-content: center;
}
.form-group input {
	height: 49px;
	font-size: 20px;
	color: #000000;
	font-weight: 500;
	width: 100%;
	text-align: center;
	border-radius: 25px;
	padding: 26px;
}
.form-group input::placeholder {
/* color:#000000;*/
}
.copyright {
	width: 100%;
	height: auto;
	padding: 23px 10px 10px 10px;
	text-align: center;
	color: #ffffff;
	font-size: 16px;
}
@keyframes blink {
    from {
        color:#9a4b8e;
    }
    to {
        color:#fbb90a;
    }
}
@-webkit-keyframes blink {
    from {
        color:#9a4b8e;
    }
    to {
        color:#fbb90a;
    }
}

 
 @media only screen and (max-width: 680px) and (min-width: 320px) {
.icon {
 margin-left: 10%;
}
.wholesale a {
 text-align:center !important;
 margin-right: 11%;
}
.wholesale {
 text-align:center !important;
}
.wholesale span {
text-align: center;
}
.about-content {
padding-top: 50px;
padding-left: 10px;
padding-right: 10px;
}
.text-box p {
 font-size: 17px;
 line-height: 25px;
}
.overview {
padding-top: 50px;
padding-left: 10px;
padding-right: 10px;
}
.headline h4 {
 font-size: 32px;
 color: #008240;
 padding-top: 0px;
 text-align: center;
 line-height: 31px;
}
.bottom-headline h3 {
 font-family: 'Alice', serif;
 font-size: 25px;
 color: #008240;
 padding-top: 5px;
 line-height: 33px;
 padding-bottom: 18px;
 padding-right: 10px;
}
.form-group input {
 width: 270px;
}
 .footer-headline p {
 font-size: 21px;
 padding-top: 30px;
 line-height: 30px;
 padding-bottom: 18px;
 padding-left: 10px;
 padding-right: 10px;
}
}
 @media only screen and (max-width: 767px) and (min-width: 681px) {
	.icon {
 margin-left: 33%;
}
.wholesale a {
 text-align:center !important;
 margin-right: 33%;
}
.wholesale {
 text-align:center !important;
}
.wholesale span {
    text-align: center;
}
.about-content {
padding-top: 50px;
padding-left: 10px;
padding-right: 10px;
}
.text-box p {
 font-size: 17px;
 line-height: 25px;
} 
 }