*,ul,li,a {
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
	list-style: none;
}
a:hover{
	text-decoration: none;
}
body{
	margin:0;
	padding:0;
	box-sizing:border-box;
	font-family: 'Source Sans Pro', sans-serif;
}
@font-face {
    font-family: 'ProximaNova-Bold';
    src: url('../fonts/ProximaNova-Bold.eot');
    src: url('../fonts/ProximaNova-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/ProximaNova-Bold.woff2') format('woff2'),
        url('../fonts/ProximaNova-Bold.woff') format('woff'),
        url('../fonts/ProximaNova-Bold.ttf') format('truetype'),
        url('../fonts/ProximaNova-Bold.svg#ProximaNova-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'ProximaNova-Regular';
    src: url('../fonts/ProximaNova-Regular.eot');
    src: url('../fonts/ProximaNova-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/ProximaNova-Regular.woff2') format('woff2'),
        url('../fonts/ProximaNova-Regular.woff') format('woff'),
        url('../fonts/ProximaNova-Regular.ttf') format('truetype'),
        url('../fonts/ProximaNova-Regular.svg#ProximaNova-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'FuturaStd-Medium';
    src: url('../fonts/FuturaStd-Medium.eot');
    src: url('../fonts/FuturaStd-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/FuturaStd-Medium.woff2') format('woff2'),
        url('../fonts/FuturaStd-Medium.woff') format('woff'),
        url('../fonts/FuturaStd-Medium.ttf') format('truetype'),
        url('../fonts/FuturaStd-Medium.svg#FuturaStd-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'ProximaNova-Light';
    src: url('../fonts/ProximaNova-Light.eot');
    src: url('../fonts/ProximaNova-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/ProximaNova-Light.woff2') format('woff2'),
        url('../fonts/ProximaNova-Light.woff') format('woff'),
        url('../fonts/ProximaNova-Light.ttf') format('truetype'),
        url('../fonts/ProximaNova-Light.svg#ProximaNova-Light') format('svg');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'ProximaNova-RegularIt';
    src: url('../fonts/ProximaNova-RegularIt.eot');
    src: url('../fonts/ProximaNova-RegularIt.eot?#iefix') format('embedded-opentype'),
        url('../fonts/ProximaNova-RegularIt.woff2') format('woff2'),
        url('../fonts/ProximaNova-RegularIt.woff') format('woff'),
        url('../fonts/ProximaNova-RegularIt.ttf') format('truetype'),
        url('../fonts/ProximaNova-RegularIt.svg#ProximaNova-RegularIt') format('svg');
    font-weight: normal;
    font-style: italic;
}


.main-logo {
    text-align: center;
	position: absolute;
    left: 0;
    right: 0;
    top: 0;
}
.green-background {
    background: #00a96f;
    padding: 15px 0;
}
.green-background a {
	font-size: 16px;
	letter-spacing: 1px;
	color: #ffffff;
	font-family: "Source Sans Pro";
	font-weight: 700;
	text-transform: uppercase;
}
.logo-top-right{
    float:right;
}
.logo-top-right li {
	display: inline-block;
	position: relative;
	padding: 0 5px;
}
.logo-top-right ul {
    margin: 0;
}
/* .logo {
   text-align: center;
	position: relative;
	top: -90px;
} */
.logo-outer {
	text-align: center;
	position: absolute;
	top: 0px;
	right: 0px;
	left: 0px;
	margin: auto;
}
.logo-bottom-right {
	float: right;
}
.white-background {
	margin: 35px 0;
}
.logo-bottom-left .example {
	width: 225px;
	position: relative;
}
.logo-bottom-left input {
	border: none;
	border-bottom: 1px solid #443f3e;
	width: 100%;
	display: inline-block;
	font-family: "Source Sans Pro";
	font-size: 19px;
	color: #131313;
	border-radius: 0px;
}
.logo-bottom-left button {
	display: inline-block;
	top: 3px;
	position: absolute;
	background: #fff;
	border: none;
	right: 5px;
}
.logo-bottom-right ul li a {
	font-size: 16px;
	letter-spacing: 1px;
	color: #131313;
	font-family: "Source Sans Pro";
	font-weight: 400;
	text-transform: uppercase;
}
.logo-bottom-right ul li img {
	padding: 0 7px 3px 0;
}
.menu-toggle, .cross-image {
	display: none;
}
.menus-inner {
	text-align: center;
}
.menus-inner ul li {
	display: inline-block;
	padding: 0 20px;
}
.menus {
	border-top: 2px dotted #bfbdbd;
	border-bottom: 2px dotted #bfbdbd;
	padding: 12px 0;
}
.menus-inner ul li a {
	color: #535353;
	font-size: 16px;
	letter-spacing: 1px;
	font-family: 'ProximaNova-Bold';
	text-transform: uppercase;
	transition: all 0.5s ease;
}
.menus-inner ul li a:hover {
	color: #00a96f;
}
.menus-inner #navbardrop1 {
	padding: 0 0;
}
.banner {
	margin-top: 20px;
}
.banner .carousel-item-next, .banner .carousel-item-prev, .banner .carousel-item.active {
	background-image: url(../images/banner-slider-image.jpg);
	background-repeat: no-repeat;
	height: 430px;
	background-size: cover;
}
.carousel-inner {
	position: relative;
}
.banner-header {
    position: absolute;
    top: 50%;
    text-align: center;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
}
.banner-header h6 {
	font-size: 44px;
	font-family: 'FuturaStd-Medium';
	text-transform: uppercase;
	letter-spacing: 3px;
	color: #292a2a;
	position: relative;
}
.banner-header p {
	font-size: 22px;
	letter-spacing: 1px;
	color: #292a2a;
	font-family: 'ProximaNova-Regular';
}
.order-now {
	background: #000;
	font-size: 21px;
	letter-spacing: 2px;
	color: #ffffff;
	border: 1px solid #000;
	padding: 12px 25px 10px;
	text-transform: uppercase;
	font-family: 'ProximaNova-Bold';
	transition: all 0.5s ease;
}
.order-now:hover {
	background: #00a96f;
	border: 1px solid #00a96f;
}
.banner-header h6::before {
	position: absolute;
	content: "";
	width: 650px;
	height: 15px;
	background: #00a96f;
	top: 35px;
	z-index: -1;
	left: -14px;
}
.shipping-services-inner img {
	width: 100%;
}
.shipping-services-inner {
	padding-bottom: 30px;
	position: relative;
}
.shipping-services {
	margin-top: 40px;
}
.shipping-text {
	position: absolute;
	width: 100%;
	height: 13%;
	background: rgba(0,0,0,0.7);
	bottom: 32px;
	transition: all 0.5s ease;
	cursor: pointer;
}
.shipping-text-inner {
	position: absolute;
	width: 100%;
	padding: 8px 0;
	text-align: center;
}
.shipping-text-inner h6 {
	display: inline-block;
	width: auto;
	font-size: 18px;
	letter-spacing: 1px;
	color: #ffffff;
	text-transform: uppercase;
	font-family: 'ProximaNova-Bold';
	cursor: pointer;	
}
.shipping-text:hover {
	background: #00a96f;
}
.our-mission {
	background-image: url(../images/mission-bg.png);
	background-repeat: no-repeat;
	background-size: cover;
}
.mission-header {
	text-align: center;
	padding: 40px 0;
}
.mission-header h4 {
	font-size: 38px;
	letter-spacing: 2px;
	color: #ffffff;
	margin-bottom: 20px;
	font-family: 'FuturaStd-Medium';
}
.mission-header p {
	font-size: 21px;
	letter-spacing: 1px;
	color: #ffffff;
	max-width: 1132px;
	margin: 0 auto;
	padding-bottom: 30px;
	font-family: 'ProximaNova-Regular';
}
.learn {
	background: #fff;
	font-size: 18px;
	letter-spacing: 1px;
	color: #131313;
	font-family: 'ProximaNova-Bold';
	padding: 18px 30px;
	text-transform: uppercase;
	transition: all 0.5s ease;
}
.learn:hover {
	background: #000;
	color: #fff;
}
.years-text {
	text-align: center;
}
.years-text h4 {
	font-size: 21px;
	letter-spacing: 1px;
	line-height: 32px;
	color: #131313;
	max-width: 760px;
	margin: auto;
	font-family: 'ProximaNova-RegularIt';
}
.years {
	padding: 40px 0;
}
.newsletter {
	text-align: center;
	background: #f4f4f4;
	padding: 40px 0px;
}
.newsletter-header h4 {
	font-size: 38px;
	letter-spacing: 2px;
	color: #434343;
	font-family: 'FuturaStd-Medium';
}
.newsletter-header p {
	font-size: 19px;
	letter-spacing: 0px;
	color: #434343;
	font-family: 'ProximaNova-Regular';
}
.email-box-input {
	float: left;
	width: calc(100% - 164px);
}
.email-box-input .form-control {
	border: 3px solid #333;
	border-radius: 0px;
	height: 50px;
	font-size: 14px;
	text-transform: uppercase;
	padding: 10px 10px;
	font-family: 'ProximaNova-Light';
}
.mail a, .phone a {
	font-size: 18px;
	letter-spacing: 0px;
	color: #333333;
	font-family: 'ProximaNova-Bold';
}
.mail, .phone {
	padding-top: 10px;
}
.subscribe {
	background: #333;
	border: 1px solid #333;
	color: #fff;
	font-size: 19px;
	letter-spacing: 2px;
	font-family: 'ProximaNova-Bold';
	text-transform: uppercase;
	padding: 10px 20px;
	transition: all 0.5s ease;
}
.mail img, .phone img {
	padding: 0 5px 3px 0;
}
.form-control:focus {
	box-shadow: none;
}
.policies ul li {
	display: inline-block;
	padding: 0 15px;
}
.policies {
    padding: 30px 0;
}
.policies ul li a {
	font-size: 16px;
	letter-spacing: 1px;
	line-height: 34px;
	color: #333333;
	font-family: 'ProximaNova-Regular';
	text-transform: uppercase;
	transition: all 0.5s ease;
}
.social-icons ul li {
	display: inline-block;
	padding: 0 10px;
}
.copyright {
	background: #333333;
	text-align: center;
	padding: 20px 0;
}
.copyright-inner h6 {
	font-size: 13px;
	letter-spacing: 1px;
	color: #f4f4f4;
	margin-bottom: 0px; 
	font-family: 'ProximaNova-Regular';
}
.carousel-indicators li {
	border-radius: 50%;
	height: 10px;
	width: 10px;
	border: none;
}
.carousel-indicators li.active {
	background: #00a96f;
}
.carousel-indicators {
	bottom: 10px;
}
.policies ul li a:hover {
	background: ;
	color: #00a96f;
}
.subscribe:hover {
	background: #00a96f;
	border: 1px solid #00a96f;
}
.logo-top-right li:nth-child(1)::before {
	content: "";
	position: absolute;
	width: 2px;
	height: 11px;
	background: #fff;
	left: 65px;
	top: 7px;
	display: inline-block;
}
.social-icons ul li img:hover {
	opacity: .8;
}
.dropdown-toggle::after {
	border: solid #131313;
	border-width: 0 2px 2px 0;
	padding: 3px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}
.carousel-control-prev-icon {
    background-image: url(images/arrow.png);
    width: 30px;
    height: 30px;
    background: #000;
    border-radius: 50%;
}
.carousel-control-next-icon {
	background-image: url(images/rightarrowpng.png);
	width: 30px;
	height: 30px;
    background: #000;
    border-radius: 50%;
}
.carousel-control-next, .carousel-control-prev {
	width: 42%;
}
.menus-inner ul li:nth-child(7), .menus-inner ul li:nth-child(8), .menus-inner ul li:nth-child(9) {
	display: none;
}
@media only screen and (min-width: 1550px) {
	.container {
	max-width: 1240px;
}
}
@media only screen and (max-width: 1249px) {
	.banner-header h6 {
		font-size: 38px;
}
	.banner-header h6::before {
		left: -49px;
		top: 29px;
}
}
@media only screen and (max-width: 1199px) {
	.email-box-input {
		width: calc(100% - 140px);
}
	.email-box-input .form-control {
		height: 46px;
		font-size: 14px;
		padding: 10px 10px;
}
	.subscribe  {
	font-size: 16px;
	padding: 10px 16px;
}
	.mail a, .phone a {
    font-size: 14px;
}
	.banner-header h6::before {
		left: -69px;
		top: 25px;
}
	.banner-header h6 {
		font-size: 34px;
}
	.shipping-text-inner h6 {
		font-size: 14px;
}
	.shipping-text-inner {
		padding: 4px 0px;
}
}
@media only screen and (max-width: 991px) {
	.main-logo {
		left: 20px;
}
	.menus-inner ul li {
		padding: 0 10px;
}
	.menus-inner ul li a {
		font-size: 14px;
}
	.banner-header h6::before {
		left: -56px;
		top: 17px;
		width: 480px;
}
	.banner-header h6 {
		font-size: 24px;
}
	.order-now {
		font-size: 18px;
}
	.shipping-text {
		height: 21%;
}
	.shipping-text-inner {
		padding: 6px 0;
}
	.shipping-text-inner h6 {
		font-size: 14px;
		margin-bottom: 0px;
}
	.mission-header h4 {
		font-size: 33px;
		margin-bottom: 15px;
}
	.mission-header p {
		font-size: 16px;
}
	.years-text h4 {
	font-size: 16px;
}
	.email-box-input .form-control {
		height: 43px;
}
	.email-box-input {
		width: calc(100% - 117px);
}
	.subscribe {
		font-size: 14px;
		padding: 10px 10px;
}
	.policies ul li a {
		font-size: 14px;
}
	.learn {
		font-size: 16px;
		padding: 15px 30px;
}
	.newsletter-header h4 {
		font-size: 33px;
}
	.green-background a {
		font-size: 15px;
}
	.logo-top-right li:nth-child(1)::before {
		left: 62px;
}
	.logo img {
		width: 200px;
}
}
@media only screen and (max-width: 767px) {
	.menu-toggle {
	display: block;
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	cursor: pointer;
	position: absolute;
	right: 18%;
	top: 30px;
	border: 1px solid #02a1cf;
}
	button:focus {
		outline: none;
}
	.menu-toggle img {
		background: #00a96f;
		border: none;
		transition: none;
		outline: none;
		padding: 0 2px;
		width: 33px;
}
	.menus-inner {
		background: #00a96f none repeat scroll 0 0;
		position: fixed;
		height: 100%;
		right: -230px;
		top: 0;
		transition: all 0.5s ease 0s;
		width: 230px;
		z-index: 9;
		overflow: auto;
		
}
	.menus-inner ul li {
		text-align: center;
		width: 100%;
		border-bottom: 1px solid #fff;
		padding: 10px 0;
		margin: 0 0px;
}
	.cross-image {
		position: absolute;
		top: 7px;
		z-index: 1;
		right: 20px;
		color: #fff;
		display: block;
		cursor: pointer;
}
	.menu-active {
		right: 0px;
}
	.menus-inner ul .home::before, .menus-inner ul .home::after {
		display: none;
}
	.menus-inner ul {
		padding: 20px 0px;
}
	.menu-toggle:hover {
		color: #02a1cf;
}
	.menus::after {
		background: #fff;
}
	.menus {
		border: none;
		padding: 0 0;
}
	.menus-inner ul li a {
		color: #fff;
}
	.dropdown-menu .dropdown-item {
	color: #00a96f;
	text-align: center;
}
	.logo-top-left, .logo-top-right {
		display: none;
}
	.main-logo {
		left: 20px;
}
	.main-logo {
		right: 266px;
}
	.white-background {
	margin: 130px 0 35px;
}
	.green-background {
	background: #fff;
}
	.banner-header h6 {
		font-size: 23px;
		margin-bottom: 13px;
}
	.banner-header h6::before {
		left: 0;
		top: 14px;
		width: 409px;
		right: 0;
		margin: auto;

}
	.banner-header p {
		font-size: 19px;
}
	.order-now {
	font-size: 16px;
}
	.shipping-text {
		height: 13%;
}
	.mail {
		padding-bottom: 10px;
		padding-top: 0px;
}
	.main-logo .col-lg-12 {
		padding: 0px;
}
	.banner-header {
		width: 80%;
}
	.menus-inner ul li:nth-child(7), .menus-inner ul li:nth-child(8), .menus-inner ul li:nth-child(9) {
		display: block;
}
		.menus-inner ul li a:hover {
		color: #000;
}
	.menus-inner ul li:nth-child(7) img {
		position: relative;
		bottom: 1px;
		right: 5px;
}
	.main-logo .container {
		padding: 0px;
}
	.logo-outer {
		right: inherit;
}
	.white-background {
		margin: 90px 0 35px;
}
}
@media only screen and (max-width: 640px) {
.menu-toggle {
    right: 11%;
}

}
@media only screen and (max-width: 575px) {
	.search-outer, .cart-outer {
		width: 50%;
}
.banner-header h6 {
	font-size: 20px;
	margin-bottom: 5px;
}
	.banner-header {
		width: 85%;
}
	.banner-header h6::before {
		left: -4px;
		width: 362px;
		top: 13px;
}
	.carousel-control-next, .carousel-control-prev {
		width: 20%;
}
	.shipping-text {
	height: 9%;
}
	.menu-toggle {
		right: 15px;
}
	.shipping-text {
		height: 39px;
}
	.logo img {
		width: 195px;
}

	.main-logo {
		right: 200px;
}
	.logo {
		float: left;
}
}
@media only screen and (min-width: 320px) and (max-width: 413px) {

	
	.banner-header h6::before {
		display: none;
}
	.banner-header h6 {
		font-size: 20px;
}
	.banner-header p {
		font-size: 17px;
}

}