/*
  Theme Name: Zomata - Organic Food HTML5 Template
  Description: Organic Food HTML5 Template
  Version: 1.0
*/

/* CSS Index
-----------------------------------
1. Theme default css
2. Header
3. Slider
4. About
5. Features
6. Product
7. Call To Action
8. Choose-us-area
9. Gallery
10. Team
11. Counter
13. Brand
14. Blog-area
15. Footer
16. Testimonial
17. Service
18. FAQ
19. Breadcrumb
21. Video
22. Pricing
23. Services Details
24. Pagination
25. Contact
26. 404
27. Blog Sidebar
*/



/* 1. Theme default css */
@import url('https://fonts.googleapis.com/css?family=Rubik:300,400,500,700,900');
 body {
	font-family: 'Rubik', sans-serif;
	font-weight: normal;
	font-style: normal;
	overflow-x: hidden;
}
.img {
	max-width: 100%;
	transition: all 0.3s ease-out 0s;
}
.f-left {
	float: left
}
.f-right {
	float: right
}
.fix {
	overflow: hidden
}
a,
.button {
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
a:focus,
.button:focus {
	text-decoration: none;
	outline: none;
}
a:focus,
a:hover,
.portfolio-cat a:hover,
.footer -menu li a:hover {
	color: #2B96CC;
	text-decoration: none;
}
a, button {
	color: #408858;
	outline: medium none;
	transition: .3s;
}
button{
	cursor: pointer;
}
button:focus,input:focus,input:focus,textarea,textarea:focus{outline: 0}
.uppercase {
	text-transform: uppercase;
}
.capitalize {
	text-transform: capitalize;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Rubik', sans-serif;
	font-weight: normal;
	color: #112433;
	margin-top: 0px;
	font-style: normal;
	font-weight: 400;
	text-transform: normal;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	color: inherit;
}
h1 {
	font-size: 40px;
}
h2 {
	font-size: 35px;
}
h3 {
	font-size: 28px;
}
h4 {
	font-size: 22px;
}
h5 {
	font-size: 18px;
}
h6 {
	font-size: 16px;
}
ul {
	margin: 0px;
	padding: 0px;
}
li {
	list-style: none
}
p {
	font-size: 14px;
	font-weight: normal;
	line-height: 30px;
	margin-bottom: 15px;
}
hr {
	border-bottom: 1px solid #eceff8;
	border-top: 0 none;
	margin: 30px 0;
	padding: 0;
}
label {
	color: #7e7e7e;
	cursor: pointer;
	font-size: 14px;
	font-weight: 400;
}
*::-moz-selection {
	background: #d6b161;
	color: #fff;
	text-shadow: none;
}
::-moz-selection {
	background: #444;
	color: #fff;
	text-shadow: none;
}
::selection {
	background: #444;
	color: #fff;
	text-shadow: none;
}
*::-moz-placeholder {
	color: #555555;
	font-size: 14px;
	opacity: 1;
}
*::placeholder {
	color: #555555;
	font-size: 14px;
	opacity: 1;
}
.theme-overlay {
	position: relative
}
.theme-overlay::before {
	background: #1696e7 none repeat scroll 0 0;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0.6;
	position: absolute;
	top: 0;
	width: 100%;
}
.separator {
	border-top: 1px solid #f2f2f2
}
/* button style */
.btn {
	color: #fff;
	display: inline-block;
	font-size: 14px;
	font-weight: 500;
	line-height: 1;
	padding: 22px 45px;
	position: relative;
	text-transform: capitalize;
	transform: perspective(1px) translateZ(0px);
	transition: .3s;
	vertical-align: middle;
	background: #408858;
	border-radius: 0;
	border:none;
}
.btn:hover{color:#fff;}
.btn::before {
  background: #fab522;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scaleY(0);
  transform-origin: 50% 0 0;
  transition-duration: 0.3s;
  transition-property: transform;
  transition-timing-function: ease-out;
  z-index: -1;
  border-radius:0;
}
.btn:hover::before{transform: scaley(1);}
.breadcrumb > .active {
	color: #888;
}

/* scrollUp */
#scrollUp {
	background: #f9bf26;
	height: 40px;
	width: 40px;
	right: 50px;
	bottom: 77px;
	color: #fff;
	font-size: 20px;
	text-align: center;
	border-radius: 50%;
	font-size: 16px;
	line-height: 40px;
}
#scrollUp:hover {
	background: #06396a;
	color:#fff;
}

/* 2. Header */
.retina-logo{
	display: none;
	width: 156px;
}
.header-transparent {
	top: 0;
	left: 0;
	right: 0;
	z-index: 9;
	transition: .4s;
}
.header-3{
	margin-top: 20px;
	padding: 0 55px;
}
.header-3 .main-menu nav > ul > li > a {
	color: #daffe6;
}
.header-3 .main-menu nav > ul > li:hover > a, .header-3  .main-menu nav > ul > li.active > a {
	color: #fff;
}
.header-3 .main-menu nav > ul > li > a::after{
	background-image: url("../images/menu-border.png");
	background-repeat: no-repeat;
	content: "";
	height: 3px;
	position: absolute;
	left: -8px;
	transition: all 0.3s ease 0s;
	width: 27px;
	right: 0;
	margin: auto;
	bottom: 12px;
	text-align: center;
	background-position: center;
	transition: .3s;
	opacity: 0;
}
.header-3 .main-menu nav > ul > li.active > a::after{
	opacity: 1
}
.header-3 .main-menu nav > ul > li:hover > a::after{
	opacity: 1
}
.header-3{}
.header-area {
	border-bottom: 1px solid #ffd799;
	padding-top: 11px;
	padding-bottom: 14px;
	background:#000;
}
.header-2 {
	border-color: #e9eef2;
}
.header-3 .header-right {
	margin-left: 35px;
	margin-top: 0;
}
.header-3  .mean-container a.meanmenu-reveal {
	border: 1px solid #fff;
	color: #fff;
}
.header-3 .mean-container a.meanmenu-reveal span {
	background: #fff;
	display: block;
	height: 3px;
	margin-top: 4px;
}
.header-wrapper{}
.header-text span {
	color: #fff;
	font-size: 13px;
	margin-right: 23px;
}
.header-text span:last-child{margin-right:0;}
.header-text span i {
	margin-right: 5px;
}
.header-icon{
}
.header-icon a {
	color: #fff;
	font-size: 13px;
	margin-right: 15px;
	transition: .3s;
}
.header-icon a:hover{color:#fab522;}
.header-icon a:last-child{margin-right:0;}
.cart-search {
  margin-right: 30px;
  margin-top: 6px;
}
.header-right {
	margin-left: 35px;
	margin-top: 24px;
}
.header-right ul{}
.header-right ul li {
	display: inline-block;
	margin-left: 10px;
	position: relative;
}
.header-right ul li span {
	background: #112433;
	border-radius: 100%;
	color: #ffffff;
	font-size: 12px;
	font-weight: 400;
	height: 20px;
	left: 20px;
	line-height: 19px;
	position: absolute;
	text-align: center;
	top: -10px;
	width: 20px;
}
.header-right ul li a {
	height: 40px;
	width: 40px;
	background: #fff;
	display: inline-block;
	text-align: center;
	border-radius: 50%;
	line-height: 45px;
	font-size: 15px;
	color: #374d5f;
}
.header-right ul li a:hover,.header-right ul li.active a {
	background: #408858;
	color: #fff;
	box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.3);
}

/* search modal */
#search-modal {
	background-color: rgba(23,26,33,.95);
}
#search-modal .modal-dialog {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	border: none;
	outline: 0;
}
#search-modal .modal-dialog .modal-content {
	background: 0 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	border: none;
}
#search-modal .modal-dialog .modal-content form {
	width: 555px;
	position: relative;
}
#search-modal .modal-dialog .modal-content form input {
	width: 100%;
	font-size: 36px;
	border: none;
	border-bottom: 3px solid rgba(255,255,255,.1);
	background: 0 0;
	color: #fff;
	padding-bottom: 12px;
	padding-right: 40px;
}
#search-modal .modal-dialog .modal-content form input::-moz-placeholder {
	font-size: 35px;
}
#search-modal .modal-dialog .modal-content form input::placeholder {
	font-size: 35px;
}
#search-modal .modal-dialog .modal-content form button {
	position: absolute;
	right: 0;
	margin-bottom: 3px;
	font-size: 30px;
	color: rgba(255,255,255,.5);
	background: 0 0;
	border: none;
	cursor: pointer;
	top: 11px;
}
.logo {

}

.sticky {
	left: 0;
	margin: auto;
	position: fixed;
	top: 0;
	width: 100%;
	box-shadow: 0 0 60px 0 rgba(0, 0, 0, .07);
	z-index: 9999;
	-webkit-animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
	animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
	-webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
	background: #fff;
}
.sticky.header-3 {
	background: #197850;
	margin-top: 0;
}
.sticky.header-3 .header-right {
	margin-left: 35px;
	margin-top: 0;
}

.main-menu  ul {}
.main-menu nav > ul > li {
	display: inline-block;
	position: relative;
	margin-left: 20px;
}
.main-menu ul li:first-child{margin-left:0}
.main-menu nav > ul > li > a {
	color: #596369;
	display: block;
	font-size: 18px;
	font-weight: 500;
	padding: 26px 0;
	text-transform: capitalize;
	transition: .3s;
	line-height: 1;
	position: relative;
}
.main-menu nav > ul > li:hover > a, .main-menu nav > ul > li.active > a {
	color: #112433;
}
/* sub-menu */
.main-menu nav > ul > li .sub-menu {
	background: #fff;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 120%;
	transition: all 0.3s ease 0s;
	visibility: hidden;
	width: 440px;
	z-index: 9;
	box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.05);
}
.main-menu nav > ul  > li:hover .sub-menu{opacity:1;top:100%;visibility:visible}
.main-menu nav > ul > li .sub-menu li {
	border-bottom: 1px solid #e6e6e6;
	display: block;
	margin: 0;
}
.main-menu nav > ul  > li .sub-menu li:last-child{border: 0;}
.main-menu nav > ul > li .sub-menu li a {
	color: #6a7680;
	display: block;
	padding: 10px 20px;
	text-align: left;
	text-transform: capitalize;
	transition: .3s;
}
.main-menu nav > ul  > li:hover > .sub-menu li > a:hover{color:#408858;}


/* extra info */
.extra-info {
	background: #152136;
	height: 100%;
	padding: 30px;
	position: fixed;
	right: 0;
	top: 0;
	transition: all 0.7s ease 0s;
	width: 340px;
	z-index: 9999;
	transform: translateX(100%);
	padding-bottom: 40px;
}
.extra-info.info-open {
  transform: translateX(0);
}
.extra-info-left{right:inherit;left: 0;transform: translateX(-100%);}
.extra-info.extra-info-left.info-open{transform: translateX(0);}
.close-icon {
  margin-top: -16px;
  text-align: right;
}
.close-icon > button {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: 0 none;
	color: #ff4a57;
	cursor: pointer;
	font-size: 28px;
	padding: 0;
}
.extra-info > p {
  color: #ddd;
  font-size: 15px;
  line-height: 28px;
}
.instagram img {
  width: 100%;
}
.social-icon-right > a {
	color: #fff;
	display: inline-block;
	margin-right: 20px;
	text-align: center;
}
.social-icon-right > a:hover {
	color: #fab522;
}
.instagram {
  overflow: hidden;
  margin: 0 -4px;
}
.instagram > a {
	float: left;
	width: 33.33%;
	padding: 0 4px;
	margin-bottom: 7px;
}
.side-info {
	border-top: 1px solid #344159;
	padding-top: 25px;
}
.contact-list h4 {
	color: #fff;
	font-size: 20px;
	font-weight: 400;
}
.contact-list p {
	color: #fff;
	opacity: .7;
	margin: 0;
	margin-bottom: 2px;
}


/* 3. Slider */
.slider-area {
  position: relative;
}
.slick-slide img{
	width:100%;
}
.slider-height-2{
	min-height: 800px;
}
.single-slider {
	background-size: cover;
	background-position: center center;
}
.slider-content{}
.slider-content h1 {
	font-size: 90px;
	font-weight: 300;
	margin-bottom: 23px;
	line-height: 1.1;
}
.slider-content p {
	color: #677b8a;
	font-size: 18px;
	margin-bottom: 0;
	padding-right: 47%;
}
.slider-button {
	margin-top: 40px;
}
.slider-button a.btn.active {
	background: #fab522;
	margin-left: 25px;
}
.slider-content-3 h1 {
	color: #fff;
	font-size: 80px;
}
.slider-content-3 p {
	padding: 0 150px;
	color: #fff;
}

.slider-active button.slick-arrow {
	position: absolute;
	top: 50%;
	left: 100px;
	transform: translateY(-50%);
	border: 0;
	font-size: 16px;
	padding: 0;
	color: #fff;
	z-index: 2;
	opacity: 0;
	visibility: hidden;
	height: 70px;
	width: 70px;
	border-radius: 50%;
	cursor: pointer;
	background: #408858;
	transition:.3s;
}
.slider-active button.slick-next{left: auto;right:78px;}
.slider-active:hover button{
    opacity: 1;
    visibility: visible;
}
.slider-active button:hover{
    background: #fff;
    color: #112433;
}

/* 15. Footer */
.footer-area {
	background-size: cover;
	background-position: center center;
}
.footer-wrapper{}
.footer-logo {
	margin-bottom: 30px;
}
.footer-text{}
.footer-text p {
	color: #fff;
	margin-bottom: 0;
}
.footer-icon {
	margin-top: 20px;
}
.footer-icon a {
	color: #fff;
	font-size: 13px;
	height: 36px;
	width: 36px;
	display: inline-block;
	background: #2b7443;
	border-radius: 50%;
	line-height: 36px;
	text-align: center;
	transition: .3s;
	margin-right: 5px;
}
.footer-icon a:hover{background:#fab522;}
.footer-title {
	margin-bottom: 25px;
}
.footer-title h4 {
	font-size: 22px;
	color: #fff;
	font-weight: 400;
	margin-bottom: 10px;
}
.footer-title img{}
.fotter-menu{}
.fotter-menu li {
	padding-bottom: 6px;
}
.fotter-menu li:last-child{padding-bottom:0;}
.fotter-menu li a {
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	transition: .3s;
}
.fotter-menu li a:hover{color:#fab522;}
.fotter-link{}
.fotter-link li {
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	line-height: 28px;
	margin-bottom: 12px;
}
.fotter-link li i {
	margin-top: 8px;
	width: 30px;
	width: 30px;
	float: left;
}
.fotter-link li span {
	overflow: hidden;
	display: block;
}
.fotter-link li:last-child{margin-bottom:0;}
.footer-content p {
	font-size: 14px;
	color: #fff;
	line-height: 30px;
	margin-bottom: 14px;
}
.subscribes-form  form {}
.subscribes-form form input {
	border: 0;
	border-radius: 0;
	height: 40px;
	padding: 0 15px;
	width: 100%;
	background: #39794e;
	color: #cecece;
	font-size: 14px;
}
.subscribes-form form input::placeholder {
  color: #cecece;
  font-size:14px;
}
.subscribes-form form input::-moz-placeholder  {
  color: #cecece;
  font-size:14px;
}
.subscribes-form form button.btn {
	margin-top: 10px;
	position: relative;
	background: #fab522;
	transition: .3s;
	color: #fff;
	padding: 12px 40px;
}
.subscribes-form form button.btn::before {
	background: #ef491a;
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	transform: scaleY(0);
	transform-origin: 50% 0 0;
	transition-duration: 0.3s;
	transition-property: transform;
	transition-timing-function: ease-out;
	z-index: -1;
	border-radius: 0;
}
.subscribes-form form button.btn:hover::before {
	transform: scaley(1);
}
.single-footer .footer-text{}
.single-footer .footer-text p {
	color: #5b646b;
	margin-bottom: 0;
}
.single-footer .fotter-link {
	margin-top: 17px;
}
.single-footer .fotter-link li {
	color: #5b646b;
	font-size: 14px;
	font-weight: 400;
	line-height: 28px;
	display: flex;
	margin-bottom: 12px;
}
.single-footer .fotter-link li i {
	margin-right: 9px;
	margin-top: 8px;
	color:#ef491a;
}
.single-footer .fotter-link li:last-child{margin-bottom:0;}
.single-footer .footer-title {
	margin-bottom: 25px;
}
.single-footer .footer-title h4 {
	font-size: 22px;
	color: #112433;
	font-weight: 400;
	margin-bottom: 10px;
}
.single-footer .footer-title img{}
.single-footer .fotter-menu{}
.single-footer .fotter-menu li {
	padding-bottom: 6px;
}
.single-footer .fotter-menu li:last-child{padding-bottom:0;}
.single-footer .fotter-menu li a {
	color: #5b646b;
	font-size: 14px;
	font-weight: 400;
	transition: .3s;
}
.single-footer .fotter-menu li a:hover{color:#ef491a;}
.single-footer .footer-content p {
	font-size: 14px;
	color: #5b646b;
	line-height: 30px;
	margin-bottom: 14px;
}
.single-footer .subscribes-form  form {}
.single-footer .subscribes-form form input {
	border: 1px solid #b3d2cb;
	border-radius: 0;
	height: 40px;
	padding: 0 15px;
	width: 100%;
	background: #fff;
	color: #96abbb;
	font-size: 14px;
}
.single-footer .subscribes-form form input::placeholder {
  color: #96abbb;
  font-size:14px;
}
.single-footer .subscribes-form form input::-moz-placeholder  {
  color: #96abbb;
  font-size:14px;
}
.single-footer .subscribes-form form button.btn {
	margin-top: 10px;
	position: relative;
	background: #ef491a;
	transition: .3s;
	color: #fff;
	padding: 12px 40px;
}
.single-footer .subscribes-form form button.btn::before {
	background: #fab522;
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	transform: scaleY(0);
	transform-origin: 50% 0 0;
	transition-duration: 0.3s;
	transition-property: transform;
	transition-timing-function: ease-out;
	z-index: -1;
	border-radius: 0;
}
.single-footer .subscribes-form form button.btn:hover::before {
	transform: scaley(1);
}
.instagram-img{}
.instagram-img a{}
.instagram-img a img{width:100%;}

.footer-bottom-area {
	border-top: 1px solid #357e4e;
	padding: 21px 0;
}
.copyright{}
.copyright p {
	color: #a0d1b0;
	font-size: 14px;
	margin-bottom:0;
}
.copyright p a {
	color: #fab522;
}
.footer-bottom {
	border-top: 1px solid #dfe4ea;
	padding: 21px 0;
}
.footer-bottom .copyright{}
.footer-bottom .copyright p {
	color: #5b646b;
	font-size: 14px;
	margin-bottom: 0;
}
.footer-bottom .copyright p a {
	color: #fab522;
}
.footer-bottom .footer-icon {
	margin-top: 0;
}
.footer-bottom  .footer-icon a {
	color: #fff;
	font-size: 13px;
	height: 36px;
	width: 36px;
	display: inline-block;
	background: #7b8e9d;
	border-radius: 50%;
	line-height: 36px;
	text-align: center;
	transition: .3s;
	margin-right: 6px;
}
.footer-bottom  .footer-icon a:hover{background:#ef491a;}
.footer-bottom  .footer-icon a:last-child{margin-right:0;}

.banner-widget img {
	max-width: 100%;
}
.main-menu a.btn {
    padding: 13px 26px;
    margin-top: 13px;
	color:#fff;
	
}
/*-- why choose us ---*/
.shipping-outer {
    background-color: #f2f2f2;
    border-radius: 5px;
    margin: 25px 0;
    width: 100%;
}
.shipping-outer .shipping-inner {
    padding: 25px 20px;
    border-radius: 5px;
    display: flex;
}
.shipping-outer .shipping-inner h2 {
    font-size: 28px;
    text-transform: none;
    font-weight: 500;
    letter-spacing: 0.5px;
    margin: 10px;
}
.shipping-outer .shipping-inner .subtitle-part {
    transition: 0.3s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    position: relative;
}
.shipping-outer .shipping-inner .subtitle-part .subtitile {
    font-size: 20px;
    color: #000;
    font-weight: 500;
}
.shipping-outer .shipping-inner .subtitle-part .subtitile .subtitle-part-image {
    margin: 0 15px 0 0;
    background-color: #408858;
    box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.15);
    width: 50px;
    height: 50px;
	    text-align: center;
    padding: 7px 0 0 0;
    float: left;
    transition: 0.3s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    border-radius: 5px;
}
.subtitle-part.subtitle-part1 .subtitle-part-image {
    background-position: 10px 13px;
}
.shipping-outer .shipping-inner .subtitle-part .subtitile2 {
    color: #808080;
    font-size: 14px;
    font-weight: normal;
}
.section_title {
    font-size: 22px;
    color: #000;
    width: 100%;
    border-bottom: 1px solid #ebebeb;
    padding: 0 0 8px;
    margin: 0 0 16px;
    font-weight:500;
    text-transform: capitalize;
    text-align: center;
}
.section {
    width: 100%;
}
@media only screen and (max-width: 1599px) and (min-width: 1200px){
}
.grid .product-items, .product-grid .product-items {
    float: left;
}
.product-thumb {
    margin: 0 0px 16px;
    padding: 0;
    border: 1px solid #ebebeb;
    border-radius: 5px;
}
.tag {
    position: absolute;
    right: 15px;
    font-weight: bold;
    width: 34px;
	font-size:11px;
    height: 63px;
    z-index: 5;
    color: #333;
    text-align: center;
    line-height: 16px;
    padding: 2px;
    z-index: 6;
    background: url(../img/icon/salebg.png) no-repeat 0 0;
}

.tag2 {
    display: inline;
    right: 15px;
    font-weight: bold;
    width: 34px;
	font-size:11px;
    height: 63px;
    z-index: 5;
    color: #333;
    text-align: center;
    line-height: 16px;
    padding: 2px;
    z-index: 6;
}
.product-thumb .image {
    text-align: center;
    position: relative;
    border-radius: 5px;
}
.product-thumb .image .first_image {
    opacity: 1;
}
.product-thumb:hover .swap_image {
  opacity: 1;
}
.product-thumb .swap_image {
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.product-thumb .product-details {
    margin: 10px 0 0;
    position: relative;
    width: 100%;
    min-height: 106px;
    background-color: #f7f7f7;
    padding: 6px 7px 8px;
    overflow: hidden;
    border-top: 1px solid #ebebeb;
}
.product-thumb .product-details .caption {
    display: block;
}
.product-thumb .product-details .caption h4 {
    float: left;
    margin: 0px;
    position: static;
}
.product-thumb .product-details .caption h4 a {
    text-align: left;
    font-size: 13.7px;
    width: auto;
    line-height: 20px;
}
.product-thumb .product-details .caption .price {
    color: #333;
    vertical-align: middle;
    margin: 0;
    float: right;
    clear: right;
    line-height: 21px;
    letter-spacing: 0;
}
.product-thumb .product-details .caption .price .price-tax {
    display: none;
}
.product-thumb .product-details .caption .product_option {
    min-height: 40px;
    float: left;
    width: 100%;
}
.product-thumb .product-details .caption .product_option .form-group {
    margin: 0 auto;
    float: left;
    width: 100%;
    text-align: left;
}
.product-thumb .product-details .caption .product_option .form-group .form-control {
    height: 26px;
    margin: 6px 0 9px;
    padding: 4px 5px;
    font-size: 12px;
    text-align: center;
}
.product-thumb h6 {
    font-size: 9px;
}
.product-thumb .product-details .caption .product_option .input-group {
    display: block;
}

.overflow-hidden {
    overflow: hidden;
}
.control-label {
    font-weight: bold;
    margin: 0;
    float: left;
}
.product-thumb .product-details .caption .product_option .addtocart {
    border: none;
    padding: 10px 10px;
	width:100%;
    font-size: 10px;
    font-weight: 500;
	font-size: 14px;
    color: #fff;
    background:#408858;
}
.product-thumb .product-details .caption .product_option .addtocart:hover {
    background:#da251d;
}
.category-banner-block {
    width: 100%;
}
.category-banner-block .product-layout .product-thumb {
    padding: 5px;
    float: none;
    border: 1px solid #ebebeb;
    border-radius: 5px;
    margin: 0 0px 16px;
}

.product-thumb {
    margin: 0 0px 50px;
    padding: 0;
    border: 1px solid #ebebeb;
    border-radius: 5px;
}
.category-banner-block .product-layout .product-thumb .caption.categoryname h4 {
    background: #f2f2f2;
    margin: 0 0 10px;
    padding: 5px;
    width: 100%;
    line-height: 24px;
    text-align: center;
    color: #000;
    font-weight: normal;
    font-size: 14px;
}
.product-thumb .image {
    text-align: center;
    position: relative;
    border-radius: 5px;
}
@media only screen and (max-width: 479px){
.shipping-outer .shipping-inner .subtitle-part .subtitile {
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0;
}
}
@media only screen and (max-width: 767px){
    .loader{
       display:none;
       visibility:hidden;
    }
#why-bg {
    /*background: #00612a !important;*/
    padding: 0px !important;
}
.clr-green {
    background: #00923f;
    padding: 35px 0 0;
}
.coming{
	height:336px !important;
	}
.contact-bg2 {
    padding-left: 10px !important;
    padding-right: 10px !important;}
.addtocart-width {
width:40% !important;
}
.product-thumb .product-details .caption .product_option .form-group .form-control{
font-size:9px;
}
.dekstop-view{
display:none !important;
visibility:hidden !important;
}
    .view-btn-p {
    padding-top: 10px !important;
    height: 65px !important;
}
.display-view{
visibility:hidden !important;
display:none !important;}

.aniketbg{
    background-image:url('https://blackmoneycleaningmachine.com/img/bg.jpg');
}
.aniketbtn{
    width: 100%;
    border: none;
    background: green;
    height: 35px;
    color: white;
    text-transform: uppercase;
}

.mobile-view{
display:none;
visibility:visible !important;
}
.friends-info2 {
    padding: 10px !important;
}
.friends-info2 .friend-img2 {
    position: static !important;
    margin: 0 !important;
    width: 100%;
    text-align: center;
}
.friends-info2 .img2 {
    display: inline-block !important;
    padding: 45px !important;
}
.friends-info2 .img-fream2 {
    width: 100%;
    text-align: center;
}
.friends-info2 .text2 {
    padding: 0 !important;
}
.shipping-outer .shipping-inner .subtitle-part .subtitile {
    font-size: 14px;
}
.shipping-outer .shipping-inner .subtitle-part .subtitile .subtitle-part-image {
    float: none;
    margin: 10px auto;
}
.top-header p{
padding:10px 5px !important;}
}
.top-header{
background-color:#6cac44;
}
.top-header p{
color:#000;
    display: block;
    font-weight: 400;
    padding: 10px 30px;
    margin: 0;
}
/*--------------blog--------------*/
/* 14. Blog-area */
.blog-area {
	background-repeat: no-repeat;
	background-position: center center;
}
.blog-wrapper{}
.blog-img{}
.blog-img > a{}
.blog-img > a img{width:100%;}
.blog-text {
	background: #f8f9fd;
	padding: 33px 30px 33px 30px;
}
.blog-text h4 {
	font-size: 20px;
	font-weight: 300;
	line-height: 32px;
	border-bottom: 1px solid #e3e3ed;
	padding-bottom: 30px;
	margin-bottom: 34px;
}
.blog-text h4 > a{color:#112433;transition:.3s;}
.blog-text h4 > a:hover{color:#fab522;}
.blog-meta{}
.blog-meta span {
	font-size: 14px;
	color: #7b8e9d;
	font-weight: 400;
	margin-right: 14px;
}
.blog-meta span:last-child{margin-right:0;}
.blog-meta span i {
	color: #bcbcbc;
	margin-right: 6px;
}
.blog-bg{background:#ffffff}
/* 19. Breadcrumb */
.breadcrumb-area {
  background-position: center center;
  background-size: cover;
}
.breadcrumb-text {
    position: relative;
    z-index: 1;
}
.breadcrumb-text > h1 {
	font-size: 50px;
	margin-bottom: 15px;
	text-transform: capitalize;
	line-height: 90px;
	font-weight: 300;
}
.breadcrumb-menu {}
.breadcrumb-menu li {
	display: inline-block;
	position: relative;
	padding: 0 20px;
}
.breadcrumb-menu li a {
	color: #408858;
	font-size: 26px;
	font-weight: 400;
	text-transform: capitalize;
	transition: all 0.3s ease 0s;
}
.breadcrumb-menu li::before {
	color: #222;
	content: "\f054";
	display: inline-block;
	font-size: 16px;
	left: -6px;
	padding-bottom: 0;
	position: absolute;
	top: 8px;
	font-weight: 600;
	font-family: "Font Awesome 5 Free";
}
.breadcrumb-menu li:first-child::before {
    display: none;
}
.breadcrumb-menu span {
	color: #677b8a;
	font-size: 26px;
	font-weight: 400;
	text-transform: capitalize;
}
/* details */
.shop-thumb-tab ul {
	margin: 0 -10px;
}
.product-large-img img {
	width: 100%;
}
.shop-thumb-tab li {
	width: 33.33%;
	float: left;
	padding: 0 10px;
}
.shop-thumb-tab li img {
	width: 100%;
}
.shop-thumb-tab li a {
	padding: 0;
}
.details-price span {
	margin-right: 10px;
	color: #222;
	font-size: 20px;
}
.details-price span.old-price {
	color: #c4cfd8;
	text-decoration: line-through;
}
.product-details-title h1 {
	margin-bottom: 12px;
}
.product-social a {
	margin-right: 10px;
	background: #f5f5ff;
	height: 50px;
	width: 50px;
	line-height: 48px;
	border-radius: 30px;
	color: #6f7172;
	display: inline-block;
	text-align: center;
	font-size: 14px;
}
.product-social a:hover {
	background: #ef491a;
	color: #fff;
}
.cart-plus-minus input {
	height: 58px;
	width: 100px;
	border: 0;
	border: 2px solid #eaedff;
	text-align: center;
	-moz-appearance: none;
	appearance: none;
}
.plus-minus {
	display: inline-block;
	margin-right: 10px;
	position: relative;
	top: 1px;
}
.pro-rating.mb-20 {
	margin-bottom: 20px;
}
.product-details p {
	margin-bottom: 25px;
}
.pro-filter select {
	border: 2px solid #eaedff;
	padding: 17px 30px;
	display: inline-block;
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 2px;
	line-height: 1;
	color: #6f7172;
	appearance: none;
	-moz-appearance: none;
	width: 180px;
	font-weight: 500;
}
.product-showing p {
	margin: 0;
	margin-top: 11px;
}
/* review */
.nav.review-tab {
  border-bottom: 1px solid #e5e5e5;
}
.review-tab .nav-link {
  color: #333;
  font-size: 18px;
  font-weight: 500;
  padding: 0;
  padding-bottom: 15px;
}
.review-tab .nav-item {
  margin-right: 65px;

   position: relative
}
.review-tab .nav-link.active::before {
  background: #ee3333 none repeat scroll 0 0;
  bottom: -1px;
  content: "";
  height: 2px;
  position: absolute;
  transition: all 0.3s ease 0s;
  width: 100%;
}
.pro-comments-img {
  float: left;
}
.pro-commnets-text {
	overflow: hidden;
	padding-left: 15px;
}
.pro-commnets-text h4 {
	font-size: 17px;
	margin-bottom: 0;
}
.pro-commnets-text span {
  font-size: 14px;
}
.pro-commnets-text .rating {
  margin-bottom: 20px;
}
.pro-commnets-text > p {
  margin: 0;
}
.product-commnets-list {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 40px;
}
.pro-commnets-text .pro-rating {
	margin-bottom: 5px;
	margin-top: 8px;
}
.product-commnets .product-commnets-list:last-child{border: 0}

.review-box > h4 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 10px;
}
.rating-list {
  display: inline-block;
}
.your-rating > span {
  color: #414149;
  font-size: 16px;
}
.rating-list > a {
  color: #646464;
  font-size: 13px;
}
.review-form{}
.review-form label {
  color: #414149;
  display: block;
  font-size: 16px;
  margin-bottom: 15px;
}
.review-form textarea {
  border: 1px solid #eaeaea;
  height: 80px;
  margin-bottom: 25px;
  padding: 15px;
  width: 100%;
}
.review-form input {
  border: 1px solid #eaeaea;
  height: 40px;
  margin-bottom: 30px;
  padding: 0 15px;
  width: 100%;
}
.review-form button{}

/* 7. Call To Action */
.cta-area {
	background-size: cover;
	background-position: center center;
}
.cta-wrapper{}
.cta-img{}
.cta-img img{}
.cta-text{}
.cta-text h1 {
	color: #fff;
	font-size: 60px;
	line-height: 1;
	font-weight: 300;
	margin-top: 23px;
	margin-bottom: 32px;
}
.cta-text p {
	color: #fff;
	margin-bottom: 0;
}
.cta-button {
	margin-top: 76px;
}
.cta-button a.btn {
	background: #fab522;
	padding: 22px 58px;
}
.cta-button a.btn::before {
	background: #ef491a;
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	transform: scaleY(0);
	transform-origin: 50% 0 0;
	transition-duration: 0.3s;
	transition-property: transform;
	transition-timing-function: ease-out;
	z-index: -1;
	border-radius: 0;
}
.cta-button a.btn:hover::before {
	transform: scaley(1);
}
.cta2-wrapper {
	margin-left: 145px;
	margin-right: 145px;
	padding: 74px 15px 85px 15px;
	background-size: cover;
	background-position: center center;
}
.cta2-text{}
.cta2-text h1 {
	font-weight: 300;
	font-size: 60px;
	line-height: 65px;
	margin-bottom: 36px;
}
.cta2-text a.btn {
	background: #ef491a;
	padding: 22px 55px;
	transition: .3s;
}
.cta-bg {
	background-size: cover;
	background-position: center center;
	padding-left: 100px;
	padding-right: 100px;
}
.cta-bg .cta-text p {
	color: #fff;
	margin-bottom: 0;
	padding-right: 10%;
}
.cta-bg .cta-button a.btn {
	background: #fab522;
	padding: 22px 54px;
	transition: .3s;
}

/* 8. Choose-us-area */
.choose-us-area {
	background-size: cover;
	background-position: center center;
}
.choose-img {
	margin-left: -282px;
}
.choose-img img{}
.choose-wrapper {
	margin-left: 32px;
}
.choose-section {
	margin-bottom: 41px;
}
.choose-section h1 {
	font-size: 48px;
	font-weight: 300;
	margin-bottom: 27px;
}
.choose-section p {
	margin-bottom: 0;
}
.choose-content{}
.choose-us-img {
	float: left;
	margin-right: 30px;
}
.choose-us-img img{}
.choose-text {
	overflow: hidden;
}
.choose-text h4 {
	font-size: 20px;
	font-weight: 300;
	color: #112433;
}
.choose-text p {
	margin-bottom: 0;
	padding-right: 19px;
}
.brand-bg {
	background-size: cover;
	background-position: center center;
	box-shadow: 0px 30px 30px 0px rgba(89, 89, 89, 0.28);
	padding-left: 85px;
	padding-right: 85px;
	margin-bottom: -120px;
	z-index: 1;
	position: relative;
}
.brand-active.owl-carousel .owl-item img {
	display: inline-block;
	width: auto;
	text-align:center;
}
.brand-active .owl-nav div {
	font-size: 18px;
	left: -32px;
	opacity: 0;
	position: absolute;
	text-align: center;
	top: 50%;
	transition: all 0.3s ease 0s;
	visibility: hidden;
	color: #7b8e9d;
	font-weight: 400;
	transform: translateY(-50%);
	height: 50px;
	width: 50px;
	line-height: 50px;
	border-radius: 50%;
	border: 2px solid #ededee;
}
.brand-active .owl-nav div.owl-next {
	left: auto;
	right:-32px;
}
.brand-active:hover .owl-nav div {
	opacity: 1;
	visibility: visible;
}
.brand-active .owl-nav div:hover {
	border-color: #fab522;
	color: #fab522;
}
/* 25. Contact */ */
.contact-address-area{}
.contact-address-wrapper {
	border: 2px solid #e9e9e9;
	transition: .3s;
	padding: 50px 30px 51px 60px;
	height:315px;
}
.contact-address-wrapper:hover{border-color:#408858;}
.contact-address-title {
	margin-bottom: 25px;
}
.contact-address-title h2 {
	font-size: 36px;
	color: #112433;
}
.contact-address-img{}
.contact-address-img img{}
.contact-link{}
.contact-link li {
	font-size: 14px;
	line-height: 28px;
	color: #7b8e9d;
	font-weight: 400;
	margin-bottom: 45px;
	position:relative;
}
.contact-link li:last-child{margin-bottom:0;}
.contact-link li::before {
	position: absolute;
	content: "";
	background: #e9e9e9;
	width: 40px;
	height: 2px;
	bottom: -24px;
	left: 0;
}
.contact-link li:last-child::before{display:none;}

.contact-bg {
	background-size: cover;
	background-position: center center;
	padding-left: 100px;
	padding-right: 100px;
	box-shadow: 0px 20px 40px 0px rgba(161, 161, 161, 0.4);
	margin-bottom: -98px;
	position: relative;
	z-index: 99;
}
.contact-title h1 {
	font-size: 36px;
	font-weight: 300;
	margin-bottom: 0;
}
#contact-us-form input {
	height: 60px;
	width: 100%;
	border: 1px solid #e9e9e9;
	margin-bottom: 20px;
	padding: 0 15px;
	color: #7b8e9d;
	font-size: 14px;
	transition: .3s;
	background: #fff;
	font-weight: 400;
}
#contact-us-form input::-moz-placeholder {
  color: #7b8e9d;
  font-size: 14px;
}
#contact-us-form input::placeholder {
  color: #7b8e9d;
  font-size: 14px;
}
#contact-us-form textarea {
	width: 100%;
	border: 1px solid #e9e9e9;
	padding: 15px;
	height: 150px;
	transition:.3s;
	background: #fff;
	font-weight:400;
	color:#7b8e9d;
	margin-bottom: 20px;
}
#contact-us-form textarea::-moz-placeholder {
  color: #7b8e9d;
  font-size: 14px;
  font-weight:400;
}
#contact-us-form textarea::placeholder {
  color: #7b8e9d;
  font-size: 14px;
  font-weight:400;
}
#contact-us-form .btn {
	padding: 22px 116px;
}

.map {
	height: 700px;
	width: 100%;
}
/* 14. Blog-area */
.blog-area {
	background-repeat: no-repeat;
	background-position: center center;
}
.blog-wrapper{}
.blog-img{}
.blog-img > a{}
.blog-img > a img{width:100%;}
.blog-text {
	background: #f8f9fd;
	padding: 33px 30px 33px 30px;
}
.blog-text h4 {
	font-size: 20px;
	font-weight: 300;
	line-height: 32px;
	border-bottom: 1px solid #e3e3ed;
	padding-bottom: 30px;
	margin-bottom: 34px;
}
.blog-text h4 > a{color:#112433;transition:.3s;}
.blog-text h4 > a:hover{color:#fab522;}
.blog-meta{}
.blog-meta span {
	font-size: 14px;
	color: #7b8e9d;
	font-weight: 400;
	margin-right: 14px;
}
.blog-meta span:last-child{margin-right:0;}
.blog-meta span i {
	color: #bcbcbc;
	margin-right: 6px;
}
.blog-bg{background:#ffffff}
.news-img{}
.news-img img{width:100%;}
.news-text {
	padding: 31px 25px 33px 0;
	background: none;
}
.news-text h4 {
	font-size: 18px;
	line-height: 28px;
	padding-bottom: 24px;
	margin-bottom: 25px;
}
.news-text .blog-meta{}
.news-text .blog-meta span {
	font-size: 14px;
	color: #7b8e9d;
	font-weight: 400;
	margin-right: 9px;
}
.news-text .blog-meta span:last-child{margin-right:0;}
.basic-pagination ul {
  display: block;
}

.basic-pagination ul li {
  display: inline-block;
}

@media (max-width: 767px) {
  .basic-pagination ul li {
    margin-bottom: 10px;
  }
}

.basic-pagination ul li a {
  height: 70px;
  width: 70px;
  background: #ffffff;
  color: #9990b8;
  font-size: 16px;
  font-weight: 500;
  border-radius: 50%;
  line-height: 70px;
  margin: 0 5px;
  display: inline-block;
  text-align: center;
}

.basic-pagination ul li a:hover {
  background: #fe6b51;
  color: #ffffff;
}

.basic-pagination-2 ul li a {
  background: transparent;
  color: #9990b8;
  border: 2px solid #eaebec;
  height: 60px;
  width: 60px;
  line-height: 56px;
}

.basic-pagination-2 ul li a:hover {
  background: #fe6b51;
  color: #ffffff;
  border-color: #fe6b51;
}

.basic-pagination-2 ul li.active a {
  background: #fe6b51;
  color: #ffffff;
  border-color: #fe6b51;
}

/* 27. Blog Sidebar */
.latest-news {
  position: relative; }

.news__thumb img {
  width: 100%; }
.postbox__thumb img {
	width: 100%;
}
.blog-inner-img img{
	width: 100%;
}
.news-meta span {
	font-weight: 500;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #747691;
	margin-right: 15px;
	font-size: 13px;
}
.news-meta span a {
	color: #747691;
}
.news-meta span a:hover {
	color: #408858;
}
.news__caption h2 {
	font-size: 24px;
	margin-bottom: 15px;
	line-height: 1.4;
}
      .news__caption h2 a:hover {
		color: #408858;
	}

.news-link {
  font-size: 12px;
  color: #e4ecf3;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 2px; }
  .news-link:hover {
    color: #ffffff; }

.news-link i {
  transition: .3s;
  display: inline-block; }

.news-link:hover i {
  transform: translateX(3px); }

.news__thumb-2 img {
  width: 100%;
}

.news__caption-2 {
  padding: 33px;
}

.news__caption-2 h2 {
  font-size: 20px;
  margin-bottom: 15px;
}

.news__caption-2 h2 a:hover {
  color: #408858;
}

.news__caption-2 p {
  margin-bottom: 0;
}

.news-meta span {
  text-transform: uppercase;
  margin-right: 25px;
  font-size: 13px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .news-meta span {
    margin-right: 10px;
  }
}

.news-meta span a {
  color: #408858;
  letter-spacing: 2px;
  font-weight: 500;
}

.news-meta span a:hover {
  color: #6100b3;
}

.postbox__thumb {
  position: relative;
}

.postbox__thumb a img {
  max-width: 100%;
}

.post-meta span {
  font-size: 12px;
  letter-spacing: 2px;
  font-weight: 500;
  text-transform: uppercase;
  color: #6f7172;
  margin-right: 20px;
}
.post-meta span a {
  color: #6f7172;
}
.post-meta span a:hover {
  color: #408858;
}

@media (max-width: 767px) {
  .post-meta span {
    margin-right: 10px;
  }
}

.post-meta span a:hover {
  color: #408858;
}

.post-meta span i {
	color: #408858;
	margin-right: 2px;
}
.postbox__text {
	background: #fff;
}

.p-50 {
	padding: 40px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .p-50 {
    padding: 30px;
  }
}

@media (max-width: 767px) {
  .p-50 {
    padding: 30px;
  }
}

.p-30 {
  padding: 30px;
}

.post-meta {
	margin-bottom: 20px;
}

.blog-title {
	font-size: 28px;
	line-height: 1.3;
	margin-bottom: 20px;
}

.blog-title a:hover {
  color: #408858;
}

.read-more {
  letter-spacing: 2px;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 500;
}

.read-more:hover {
  color: #408858;
}

.read-more i {
  transition: .3s;
  display: inline-block;
}

.read-more:hover i {
  transform: translateX(5px);
}

.blog-title-sm {
  font-size: 20px;
  margin-bottom: 10px;
  line-height: 1.5;
}

.postbox__gallery .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 30px;
  border: none;
  background: none;
  padding: 0;
  z-index: 9;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  background: #ffffff;
  width: 60px;
  height: 60px;
  color: #6f7172;
  border-radius: 50%;
  font-size: 14px;
}

.postbox__gallery .slick-arrow:hover {
  background: #408858;
  color: #ffffff;
}

.postbox__gallery .slick-arrow.slick-next {
  right: 30px;
  left: auto;
}

.postbox__video {
  position: relative;
}

.video-btn {
	position: absolute;
	background: #ffffff;
	height: 120px;
	width: 120px;
	top: 50%;
	left: 0;
	right: 0;
	margin: auto;
	text-align: center;
	border-radius: 50%;
	line-height: 120px;
	color: #fab522;
	transform: translateY(-50%);
}
.video-btn:hover {
  background: #408858;
  color: #ffffff;
}

.post-text blockquote {
  background: #062a4d;
  padding: 50px;
  position: relative;
  padding-left: 120px;
}

@media (max-width: 767px) {
  .post-text blockquote {
    padding: 30px;
  }
}
.post-text blockquote p {
	font-size: 26px;
	margin-bottom: 20px;
	color: #ffffff;
	font-weight: 500;
	line-height: 1.3;
}

.post-text blockquote::before {
  content: "\f10d";
  left: 50px;
  top: 50px;
  position: absolute;
  color: #758799;
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  font-size: 41px;
}

@media (max-width: 767px) {
  .post-text blockquote::before {
    position: static;
  }
}

.post-text blockquote footer {
  font-size: 14px;
  letter-spacing: 2px;
  color: #ffffff;
  font-weight: 500;
  text-transform: uppercase;
}

.widget {
	padding: 30px;
	background: #fff;
}

.b-0 {
  border: 0;
}

.search-form {
  position: relative;
}
.search-form input {
	width: 100%;
	height: 60px;
	border: 0;
	background: #f5f5f5;
	padding: 0 20px;
}

.search-form button {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  background: #062a4d;
  padding: 0 25px;
  color: #ffffff;
  line-height: 60px;
  border: 0;
}

.search-form button:hover {
  background: #408858;
}

.widget-title {
  font-size: 21px;
  margin-bottom: 0px;
  position: relative;
  display: inline-block;
}

.animate-border::after {
  position: absolute;
  content: "";
  width: 35px;
  height: 3px;
  left: 0;
  bottom: 0;
  border-left: 10px solid #ffffff;
  border-right: 10px solid #ffffff;
  -webkit-animation: animborder 2s linear infinite;
  animation: animborder 2s linear infinite;
}

.animate-border.border-white::after {
  border-color: #ffffff;
}

.animate-border.border-white::after {
  border-color: #ffffff;
}

.about-me img {
  margin-bottom: 25px;
}

.about-me h4 {
  font-size: 18px;
  letter-spacing: 1px;
}

.widget-social-icon a {
  display: inline-block;
  margin: 0 8px;
}

.widget-social-icon a:hover {
  color: #408858;
}

.widget .recent-posts > li:first-child {
  border: 0;
  padding-top: 0;
}

.widget .recent-posts li:last-child {
  padding-bottom: 0;
}

.widget .recent-posts > li {
  border-top: 1px solid #eaedff;
  padding: 20px 0;
  overflow: hidden;
}

.widget-posts-image {
  float: left;
}

.widget-posts-image img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  margin-right: 15px;
}

.widget-posts-body {
  overflow: hidden;
}

.widget-posts-title {
	margin-bottom: 10px;
	font-size: 16px;
	line-height: 1.3;
}

.widget-posts-title a:hover {
  color: #408858;
}

.widget-posts-meta {
  font-size: 12px;
}

ul.cat li {
  border-top: 1px solid #eaedff;
  padding: 15px 0;
  overflow: hidden;
}

ul.cat li:first-child {
  border-top: 0;
  padding-top: 0;
}

ul.cat li:last-child {
  padding-bottom: 0;
}
ul.cat li a {
	display: block;
	color: #7b8e9d;
}

ul.cat li a:hover {
  color: #408858;
}

.social-profile a {
  height: 50px;
  width: 50px;
  text-align: center;
  background: #062a4d;
  line-height: 50px;
  margin-right: 2px;
  display: inline-block;
  color: #ffffff;
  margin-bottom: 5px;
}

.social-profile a:hover {
  background: #408858;
}

#Instafeed {
  margin: 0 -5px;
  overflow: hidden;
}

#Instafeed li {
  width: 33.33%;
  float: left;
  padding: 0 5px;
  margin-bottom: 10px;
}

#Instafeed li img {
  width: 100%;
}

.tag2 a {
	display: inline-block;
	line-height: 1;
	padding: 12px 15px;
	background: #F4F7FC;
	margin-bottom: 8px;
	margin-right: 5px;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 400;
	color: #5f5b5b;
}

.tag2 a:hover {
  background: #408858;
  color: #ffffff;
}

.bg-none {
  background: none;
}

.blog-post-tag2 span {
  font-size: 18px;
  font-weight: 600;
  display: block;
  margin-bottom: 17px;
  font-family: "Poppins", sans-serif;
  color: #062a4d;
}

.blog-post-tag2 a {
  color: #646974;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  border: 2px solid #eaedff;
  padding: 12px 24px;
  margin-right: 10px;
  transition: .3s;
  border-radius: 5px;
  margin-bottom: 10px;
}

.blog-post-tag2 a:hover {
  color: #fff;
  background: #408858;
  border-color: #408858;
}

.blog-post-tag2 a:last-child {
  margin-right: 0;
}

.blog-share-icon span {
  font-size: 18px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  color: #062a4d;
  display: block;
  margin-bottom: 17px;
}

.blog-share-icon a {
  color: #6f7172;
  font-size: 18px;
  transition: .3s;
  margin-right: 22px;
}

.blog-share-icon a:hover {
  color: #408858;
}

.blog-share-icon a:last-child {
  margin-right: 0;
}

.blog-details-border {
  border-top: 1px solid #eaedff;
  border-bottom: 1px solid #eaedff;
  padding-top: 33px;
  padding-bottom: 23px;
  margin-bottom: 42px;
}
.author {
	background: #fff;
	padding: 0 60px 44px 60px;
}

@media (max-width: 767px) {
  .author {
    padding: 0 30px 44px 30px;
  }
}

.author-img {
  margin-bottom: 35px;
}

.author-img img {
  margin-top: -60px;
}
.author-text h3 {
	font-size: 24px;
	margin-bottom: 15px;
}
.author-text p {
	margin-bottom: 0;
	font-size: 15px;
	line-height: 28px;
}

.author-icon {
  margin-top: 6px;
  margin-bottom: 25px;
}

.author-icon a {
  font-size: 14px;
  color: #9498b6;
  margin: 0 5px;
  transition: .3s;
}

.author-icon a:hover {
  color: #408858;
}

.post-comments {
	border-bottom: 1px solid #eaedff;
	margin-bottom: 42px;
	padding-bottom: 46px;
	background: #fff;
	padding: 40px;
}
.postbox__video img {
	width: 100%;
}

.blog-coment-title h2 {
  font-size: 26px;
  margin-bottom: 0;
}

.comments-avatar {
  float: left;
}

@media (max-width: 767px) {
  .comments-avatar {
    float: none;
  }
}

.comments-avatar img {
  width: 100px;
  margin-right: 20px;
}

.latest-comments li:first-child .comments-box {
  border-top: 0;
  padding-top: 0;
}

.latest-comments li:last-child .comments-box {
  border-bottom: 0;
  padding-bottom: 0;
}

.latest-comments li.children {
  margin-left: 100px;
}

@media (max-width: 767px) {
  .latest-comments li.children {
    margin-left: 0;
  }
}

.comments-box {
  border-top: 1px solid #eaedff;
  padding: 30px 0;
}

.comments-text {
  overflow: hidden;
  padding-top: 4px;
}

@media (max-width: 767px) {
  .comments-text {
    margin-top: 15px;
  }
}

.comments-text p {
  margin-bottom: 0;
  margin-top: 8px;
}

.avatar-name h5 {
  font-size: 18px;
  margin-bottom: 7px;
}

.avatar-name span {
  color: #408858;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.avatar-name {
  margin-bottom: 3px;
  overflow: hidden;
  position: relative;
}

.reply {
  color: #6f7172;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  transition: .3s;
  line-height: 1;
  float: right;
  margin-top: 4px;
  position: absolute;
  right: 0;
  top: 0;
}

.reply:hover {
  color: #408858;
}

.reply i {
  margin-right: 5px;
}

.post-comments-title {
  margin-bottom: 39px;
}
.post-comments-title h2 {
	font-size: 26px;
	color: #140a20;
	margin-bottom: 0;
}
.conatct-post-form {
}
.post-comments-form {
	background: #fff;
	padding: 40px;
}
.conatct-post-form input {
	border: none;
	height: 60px;
	margin-bottom: 20px;
	padding: 0 30px;
	width: 100%;
	font-size: 14px;
	color: #a7a7c1;
	background: #F4F7FC;
}

.conatct-post-form textarea {
  border: none;
  height: 150px;
  margin-bottom: 20px;
  padding: 30px;
  width: 100%;
  color: #a7a7c1;
  font-size: 14px;
  background: #F4F7FC;
}

#contacts-form input::-moz-placeholder {
  color: #a7a7c1;
  font-size: 14px;
}

#contacts-form input::placeholder {
  color: #a7a7c1;
  font-size: 14px;
}

#contacts-form textarea::-moz-placeholder {
  color: #a7a7c1;
  font-size: 14px;
}

#contacts-form textarea::placeholder {
  color: #a7a7c1;
  font-size: 14px;
}

.contact-icon {
  position: relative;
}

.contact-icon::after {
  position: absolute;
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  display: inline-block;
  font-size: 16px;
  text-align: center;
  right: 30px;
  color: #408858;
  top: 18px;
}

.contacts-message::after {
  content: "\f303";
}

.contacts-name::after {
  content: "\f007";
}

.contacts-email::after {
  content: "\f0e0";
}

.contacts-website::after {
  content: "\f0ac";
}
.navigation-border {
	border-top: 2px solid #f7f7f7;
	overflow: hidden;
}

.navigation-border {
  border-top: 2px solid #f7f7f7;
  overflow: hidden;
}

.bakix-navigation span {
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 400;
}
.bakix-navigation span a {
	color: #666
}

.bakix-navigation span a:hover {
  color: #408858;
}

.bakix-navigation h4 {
  font-size: 24px;
  margin: 0;
}

.bakix-navigation h4 a:hover {
  color: #408858;
}

.banner-widget img {
	max-width: 100%;
}

/* 6. Product */
.shape{
	position: absolute;
}
.spahe1 {
	left: 0;
	top: 1%;
}
.spahe2 {
	right: 2%;
	top: 1%;
}
.spahe3 {
	right: 6%;
	bottom: 15%;
}
.spahe4 {
	left: 5%;
	bottom: 15%;
}
.sp1{
	left: 5%;
	top: 7%;
}
.sp2{
	right:5%;
	top: 7%;
}
.sp3 {
	bottom: 13%;
	left: 4%;
}
.sp4{
	bottom:13%;
	right: 5%;
}
.product-tab {}
.product-tab li {
	padding: 0 58px;
	position: relative;
}
.product-tab li::before {
	position: absolute;
	content: "";
	height: 40px;
	width: 2px;
	background: #e9e9e9;
	right: 0;
	top: 36px;
}
.product-tab li:last-child::before{display:none;}
.product-tab li a {
	padding: 0;
}
.product-tab li{
	position: relative;
}
.product-tab li a.active {
    color: #111111;
}
.product-tab li:last-child a{margin-right:0;}
.product-tab li a:hover{color:#111111;}
.product-tab li a.active h4,.product-tab li a.active .product-tab-img i{
	color: #408858
}
.product-tab-content{}
.product-tab-img{}
.product-tab-img i {
	font-size: 50px;
	color: #030303;
	transition: .3s;
}
.product-tab li a.active::after {
	background-image: url("../images/1.png");
	background-repeat: no-repeat;
	content: "";
	height: 6px;
	position: absolute;
	left: 0;
	transition: all 0.3s ease 0s;
	width: 76px;
	right: 0;
	margin: auto;
	bottom: -25px;
	text-align: center;
	background-position: center;
}
.product-tab-content h4 {
	font-size: 18px;
	font-weight: 500;
	color: #7b8e9d;
	margin-bottom: 0;
	margin-top: 16px;
}
.product-wrapper{}
.product-img {
	border: 1px solid #e9e9e9;
	margin-bottom: 25px;
	position: relative;
}
.product-img::before,.product2-img:before {
	background: #408858;
	top: 10px;
	left: 10px;
	right:10px;
	bottom: 10px;
	content: "";
	position: absolute;
	opacity: 0;
	visibility: hidden;
	transition: .3s;
}
.product-wrapper:hover .product-img::before,.product-wrapper:hover .product2-img:before {
	top: 20px;
	left: 20px;
	right: 20px;
	bottom: 20px;
	opacity: .8;
	visibility: visible;
}
.product-action a {
	height: 40px;
	width: 40px;
	display: inline-block;
	font-size: 13px;
	line-height: 41px;
	border-radius: 50%;
	color: #408858;
	margin: 0 1px;
	background: #fff;
}
.product-action {
	position: absolute;
	left: 20px;
	right: 20px;
	text-align: center;
	top: 50%;
	transform: translateY(-50%);
	opacity: 0;
	visibility: hidden;
	transition: .3s;
}
.product-wrapper:hover .product-action{
	opacity: 1;
	visibility: visible;
}
.product-wrapper:hover .product-action a {
	margin: 0 2px;
}
.product-action a:hover {
	background: #fe6b51;
	color: #fff;
}
.product-img > a{}
.product-img > a img {
	width: 100%;
}
.product2-img {
	margin-bottom: 25px;
	position: relative;
}
.product2-img > a{}
.product2-img > a img {
	width: 100%;
}
.product-text{}
.product-text h4 {
	font-size: 18px;
	margin-bottom: 9px;
}
.product-text h4 > a {
	color: #112433;
	transition: .3s;
}
.product-text h4 > a:hover{color:#fab522;}
.product2-text{}
.product2-text h4 {
	font-size: 18px;
	margin-bottom: 9px;
	font-weight:500;
}
.product2-text h4 > a {
	color: #112433;
	transition: .3s;
}
.product2-text h4 > a:hover{color:#fab522;}
.pro-rating {
	margin-bottom: 10px;
}
.pro-rating i {
	font-size: 14px;
	color: #fe6b51;
	padding: 0 2px;
}
.pro-price{}
.pro-price span {
	font-size: 14px;
	color: #7b8e9d;
	font-weight: 400;
}

/* details */
.shop-thumb-tab ul {
	margin: 0 -10px;
}
.product-large-img img {
	width: 100%;
	border: 2px solid #408858;
}
.shop-thumb-tab li {
	width: 20%;
	float: left;
	padding: 0 10px;
}
.shop-thumb-tab li img {
	width: 100%;
    border: 2px solid #408858;	
}
.shop-thumb-tab li a {
	padding: 0;
}
.details-price span {
	margin-right: 10px;
	color: #222;
	font-size: 20px;
}
.details-price span.old-price {
	color: #c4cfd8;
	text-decoration: line-through;
}
.product-details-title h1 {
	margin-bottom: 12px;
}
.product-social a {
	margin-right: 10px;
	background: #f5f5ff;
	height: 50px;
	width: 50px;
	line-height: 48px;
	border-radius: 30px;
	color: #6f7172;
	display: inline-block;
	text-align: center;
	font-size: 14px;
}
.product-social a:hover {
	background: #ef491a;
	color: #fff;
}
.cart-plus-minus input {
	height: 58px;
	width: 100px;
	border: 0;
	border: 2px solid #eaedff;
	text-align: center;
	-moz-appearance: none;
	appearance: none;
}
.plus-minus {
	display: inline-block;
	margin-right: 10px;
	position: relative;
	top: 1px;
}
.pro-rating.mb-20 {
	margin-bottom: 20px;
}
.product-details p {
	margin-bottom: 25px;
}
.pro-filter select {
	border: 2px solid #eaedff;
	padding: 17px 30px;
	display: inline-block;
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 2px;
	line-height: 1;
	color: #6f7172;
	appearance: none;
	-moz-appearance: none;
	width: 180px;
	font-weight: 500;
}
.product-showing p {
	margin: 0;
	margin-top: 11px;
}

.friends-info2 {
    display: block;
    padding: 30px 50px 0 290px;
    position: relative;
    margin: 21px 0 0 0;
    border-radius: 50px;
    border: 2px solid #000;
    min-height: 315px;
    box-shadow: 0 0 10px 5px rgba(203, 202, 202, 0.5);
}
.friends-info2 .friend-img2 {
    position: absolute;
    top: 0px;
    left: 0px;
    margin: 0 0 0 0;
}
.friends-info2 .img2 {
    width: 278px;
    padding: 55px 50px 55px 50px;
    overflow: hidden;
}
.friends-info2 .img-fream2 {
    position: absolute;
    top: 0px;
    left: 0px;
}
.friends-info2 .name2 {
    text-align: center;
    line-height: 26px;
    font-size: 18px;
    color: #000;
    font-family: 'Domine';
}
.friends-info2 .text2 {
    padding: 25px 0 0 0;
}
.text2 p {
    font-size: 20px;
    line-height: 28px;
    color: #000;
}
.friends-info2 .text2 .start-img2 {
    padding: 0 10px 0 0;
    width: auto;
    display: inline-block;
}
.friends-info2 .text2 .end-img2 {
    padding: 0 0 0 10px;
    width: auto;
    display: inline-block;
}
.friends-info2 .img2 img {
    border-radius: 50%;
    width: 178px;
    height: 178px;
}
.bg-gray {
    background-color: #CCCCCC;
}
/* style-2 */
.about-shape{position:relative;}
.about-shape::before {
	background-repeat: no-repeat;
	content: "";
	height: 260px;
	position: absolute;
	transition: all 0.3s ease 0s;
	width: 239px;
	right: 291px;
	bottom: 59px;
}
.about-text{}
.about-text span {
	font-size: 16px;
	color: #6a6a6a;
	text-transform: uppercase;
	letter-spacing: 4px;
	display: inline-block;
	position: relative;
	padding-left: 70px;
}
.about-text span::before {
	position: absolute;
	height: 2px;
	width: 50px;
	content: "";
	background: #f7b422;
	left: 0;
	top: 12px;
}
.about-text h1 {
	font-size: 60px;
	color: #006d4a;
	line-height: 70px;
	font-weight: 300;
	margin-top: 22px;
	margin-bottom: 36px;
}
.about-text p {
	margin-bottom: 0;
	padding-right: 33px;
}
.about-text a.btn {
	color: #222;
	border: 2px solid #f7b422;
	background: none;
	padding: 21px 50px;
	margin-top: 45px;
	transition:.3s;
}
.about-text a.btn:hover{color:#fff;}
.about-img {
	padding-left: 70px;
}
.about-img img {
	width: 100%;
}

.about-info h1 {
	font-size: 48px;
	line-height: 50px;
	font-weight: 300;
}
.about-info span {
	font-size: 22px;
	color: #7b8e9d;
	text-transform: uppercase;
	letter-spacing: 6px;
	margin-bottom: 20px;
	display: inline-block;
}
.about-info p {
	margin-bottom: 0;
}
/* 18. FAQ */
.faq-area{position:relative;}
.faq-img {
	background-size: cover;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 50%;
	background-position: center center;
}
.faq-title{}
.faq-title h1 {
	font-size: 60px;
	line-height: 70px;
	font-weight: 300;
	margin-bottom: 40px;
}
.question-collapse {
	padding-left: 105px;
	padding-right: 105px;
}
.question-collapse .card {
	border-radius: 0;
	margin-bottom: 20px;
	border-bottom: 0;
	border: none;
	background: #fff;
}
.question-collapse .card-body {
	padding: 0 54px 17px 40px;
}
.question-collapse .card-header {
	border-bottom: none;
}
.question-collapse .card .card-header {
	padding: 0;
	background-color: inherit;
	position: relative;
}
.question-collapse .card .card-header .btn-link {
	padding: 0;
}
.question-collapse .card .card-body > p {
	line-height: 26px;
	margin-bottom: 11px;
	font-size: 14px;
	margin-bottom: 0;
}
.question-collapse .card .card-header h5 .btn-link {
	font-size: 24px;
	font-weight: 300;
	color: #112433;
	text-decoration: none;
	line-height: 1.4;
	background: none;
	text-transform: none;
	width: 100%;
	text-align: left;
	padding: 15px 40px 17px 40px;
	border-radius: 0;
	display: block;
	cursor: pointer;
	background: #fff;
}
.question-collapse .card .card-header h5 :last-child .btn.btn-link{padding-bottom:0;}
.question-collapse .card .card-header .btn-link::before {
	position: absolute;
	content: "\f068";
	top: 2px;
	right: 40px;
	top: 21px;
	margin: auto;
	font-family: "Font Awesome 5 Free";
	color: #010e2a;
	font-size: 13px;
	font-weight: 700;
}
.question-collapse .card .card-header .btn-link.collapsed::before {
	position: absolute;
	content: "\f067";
	top: 2px;
	right:40px;
	top: 21px;
	margin: auto;
	font-family: "Font Awesome 5 Free";
	color: #010e2a;
	font-size: 13px;
	font-weight: 700;
	}
.question-collapse  .btn-link.collapsed{border:none;}
.question-collapse .card .card-header .btn-link::after {display:none;}


/* 17. Service */
.we-do-wrapper {}
.we-do-img {
	margin-bottom: 44px;
}
.we-do-text {
	z-index: 999;
	position: relative;
}
.we-do-text h4 {
	font-size: 24px;
	font-weight: 300;
	margin-bottom: 14px;

}
.we-do-text h4 > a{color:#112433;transition:.3s;}
.we-do-area {
	background-position: center center;
	background-repeat: no-repeat;
}
.we-do-text h4 > a:hover{
	color:#ef491a;
}
.we-do-text p {
	margin-bottom: 0;
	padding: 0 33px;
}

.we-do-text > a i {
	padding-left: 9px;
	transition:.3s;
}

.organic-area{}
.organic-area {
	background-size: cover;
	background-position: center center;
}
.organic-text{}
.organic-text h1 {
	font-size: 60px;
	color: #006d4a;
	line-height: 70px;
	font-weight: 300;
	margin-bottom: 25px;
}
.organic-text p {
	margin-bottom: 0;
	padding-right: 52px;
}
.organic-text a.btn {
	background: #fab522;
	padding: 22px 56px;
	margin-top: 44px;
}
.organic-text a.btn::before {
	background: #408858;
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	transform: scaleY(0);
	transform-origin: 50% 0 0;
	transition-duration: 0.3s;
	transition-property: transform;
	transition-timing-function: ease-out;
	z-index: -1;
	border-radius: 0;
}
.organic-text a.btn:hover::before {
	transform: scaley(1);
}
.best-deals-area{}
.best-deals-img{}
.best-deals-wrapper {
	padding-right: 83px;
}
.best-deals-content{}
.best-deals-content h1 {
	font-size: 60px;
	line-height: 70px;
	color: #222;
	font-weight: 300;
	margin-bottom: 31px;
}
.best-deals-text{position:relative;}
.best-deals-text > h1 {
	font-size: 200px;
	color: #f7b422;
	line-height: 146px;
	font-weight: 300;
	margin-bottom: 36px;
}
.best-deals-text span {
	position: absolute;
	top: -66px;
	right: -28px;
	background: #006d4a;
	color: #fff;
	font-size: 30px;
	font-weight: 300;
	height: 80px;
	width: 80px;
	text-align: center;
	line-height: 80px;
	border-radius: 50%;
}
.best-deals-content p {
	font-weight: 300;
	margin-bottom: 0;
	padding: 0 22px;
}
.best-deals-content a.btn {
	padding: 22px 56px;
	margin-top: 40px;
}

.services-wrapper{transition: .3s;}
.services-wrapper:hover{transform: translateY(-5px)}
.services-img{}
.services-img a{}
.services-img a img{width:100%;}
.services-text {
	background: #fff;
	padding: 32px 35px 33px 35px;
}
.single-services .services-text{background: #f8f9fd;}
.services-text h3 {
	font-size: 24px;
	font-weight: 300;
	margin-bottom: 15px;
}
.services-text h3 > a{color:#112433;}
.services-text p {
	margin-bottom: 0;
}
.services-text > a {

}
.services-text >a i {
	padding-left: 9px;
	transition: .3s;
}
/* 10. Team */
.team-area{}
.team-wrapper{}
.team-img{position:relative;}
.team-img::before {
	background: #000;
	content: "";
	height: 0;
	left: 0;
	opacity: 0.6;
	position: absolute;
	top: 0;
	transition: all 0.3s ease 0s;
	width: 100%;
}
.team-wrapper:hover .team-img::before {
	height: 100%;
}
.team-img img{width:100%;}
.team-icon {
	left: 0;
	position: absolute;
	right: 0;
	top: 50%;
	opacity:0;
	visibility: hidden;
	transition: all 0.3s ease 0s;
	opacity: 0;
}
.team-wrapper:hover .team-icon {
	opacity: 1;
	visibility: visible;
	transform: translateY(-50%);
}
.team-icon a {
	font-size: 16px;
	color: #fff;
	padding: 0 10px;
	transition: .3s;
}
.team-icon a:hover{color:#fab522;}
.team-text {
	margin-top: 35px;
}
.team-text h4 {
	font-size: 20px;
	font-weight: 300;
	margin-bottom: 3px;
}
.team-text span {
	font-size: 14px;
	color: #7b8e9d;
	font-weight: 400;
}
.single-team{}
.team2-img{position:relative;}
.team2-img::before {
	position: absolute;
	content: "";
	border: 1px solid #fff;
	bottom: 30px;
	left: 30px;
	right: 30px;
	top: 30px;
	transition: .3s;
	opacity: 0;
	z-index: 1;
}
.team2-img::after {
	background: #408858;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	transition: all 0.3s ease 0s;
	width: 100%;
}
.single-team:hover .team2-img::before {opacity:1;}
.single-team:hover .team2-img::after {opacity:.9;}
.team2-img img{width:100%;}
.team-content {
	left: 0;
	position: absolute;
	right: 0;
	top: 50%;
	transition: all 0.3s ease 0s;
	transform: translateY(-50%);
	opacity: 0;
	z-index: 2;
}
.single-team:hover .team-content {opacity:1;}
.team-content h4 {
	font-size: 24px;
	font-weight: 300;
	margin-bottom: 3px;
	color: #fff;
}
.team-content span{
	font-size: 14px;
	font-weight: 400;
	color:#fff;
	}
.team2-icon{margin-top:21px;}
.team2-icon a {
	font-size: 16px;
	color: #fff;
	padding: 0 10px;
	transition: .3s;
}
.team2-icon a:hover{color:#fab522;}
/* 5. Features */
.features-area {
	background-size: cover;
	background-position: center center;
}
.features-wrapper {
	background: #fff;
	padding: 60px 35px 53px 35px;
	position:relative;
	transition:.3s;
}
.features-wrapper:hover {
	box-shadow: 0px 10px 60px 0px rgba(68, 68, 68, 0.17);
	transform: translateY(-5px);
}
.features-wrapper::before {
	background-image: url("../img/features/11.png");
	background-repeat: no-repeat;
	content: "";
	height: 100%;
	position: absolute;
	transition: all 0.3s ease 0s;
	width: 100%;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	opacity:0;
}
.features-wrapper:hover::before {opacity:1;}
.features-wrapper.active::before {opacity:1;}
.single-features{box-shadow: 0px 10px 60px 0px rgba(68, 68, 68, 0.17);position:relative;}
.single-features::before {
	background-image: url("../img/features/11.png");
	background-repeat: no-repeat;
	content: "";
	height: 100%;
	position: absolute;
	transition: all 0.3s ease 0s;
	width: 100%;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
}
.features-img {
	margin-bottom: 34px;
}
.features-text {
	z-index: 1;
	position: relative;
}
.features-text h4 {
	font-size: 24px;
	font-weight: 300;
	margin-bottom: 14px;
	transition:.3s;
}
.features-text h4:hover{
	color:#408858;
}
.features-text p{margin-bottom:0;}
.features-text a,.services-text > a,.we-do-text > a {
	font-size: 14px;
	color: #fff;
	line-height: 1;
	font-weight: 500;
	display: inline-block;
	transition: .3s;
	margin-top: 21px;
	background: #408858;
	padding: 18px 35px;
}
.features-text a:hover,.services-text > a:hover,.we-do-text > a:hover{color:#444;background: #FAB522;}
.features-text a i,.services-text > a i,.we-do-text > a i {
	padding-left: 9px;
	transition: .3s;
	position: relative;
	top: 2px;
}
.section-title{}
.section-title h1 {
	font-size: 60px;
	font-weight: 500;
	line-height: 1;
	margin-bottom: 12px;
}
.section-title p {
	margin-bottom: 0;
	padding: 0 10px;
}
.section-img {
	margin-bottom: 13px;
}
.section-img img{}
.section-circle::before {
	background-image: url("../img/shape/2.png");
	background-repeat: no-repeat;
	content: "";
	height: 131px;
	position: absolute;
	left: 0;
	transition: all 0.3s ease 0s;
	width: 120px;
	right: 0;
	margin: auto;
	top: 51px;
}
.mobile-top{
background:#000;
color:#fff;
padding:10px 0;
}
.mobile-view{
display:none;
visibility:hidden;
font-size:13px;
}
.display-view{
visibility:visible;
display:block;}
.addtocart {
    border: none;
    padding: 10px 10px;
    width: 100%;
    font-size: 10px;
    font-weight: 500;
    font-size: 14px;
    color: #fff;
    background: #408858;
}
.addtocart:hover {
    background: #da251d;
}
.view-btn-p{
    padding-top: 70%;
    height: 400px;
	}
	.product-details ul li{
    color: #90929d;
    font-size: 14px;
    line-height: 35px;
	}
.product-details2 ul li{
list-style: disc;
    color: #90929d;
    font-size: 14px;
    line-height: 35px;
	}
#callme {
    position: fixed;
    left: 1%;
    top: 88%;
    width: 50px;
    height: 50px;
    cursor: pointer;
    opacity: 1;
    z-index: 99990;
}
#callme #callmeMain {
    -moz-border-radius: 50% !important;
    -webkit-border-radius: 50% !important;
    border-radius: 50% !important;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background-color: rgb(17, 173, 100);
    width: 50px;
    height: 50px;
    -webkit-animation: zcwmini2 1.5s 0s ease-out infinite;
    -moz-animation: zcwmini2 1.5s 0s ease-out infinite;
    animation: zcwmini2 1.5s 0s ease-out infinite;
}
#callme #callmeMain:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: url(../images/whatsapp.png);
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-animation: zcwphone2 1.5s linear infinite;
    -moz-animation: zcwphone2 1.5s linear infinite;
    animation: zcwphone2 1.5s linear infinite;
}
out infinite;
    -moz-animation: zcwmini2 1.5s 0s ease-out infinite;
    animation: zcwmini2 1.5s 0s ease-out infinite;
}
#callme #callmeMain:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: url(../images/mini.png);
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-animation: zcwphone2 1.5s linear infinite;
    -moz-animation: zcwphone2 1.5s linear infinite;
    animation: zcwphone2 1.5s linear infinite;
}
@-webkit-keyframes zcwphone {
    0% {-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}
    25% {-ms-transform:rotate(30deg);-webkit-transform:rotate(30deg);transform:rotate(30deg);}
    50% {-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}
    75% {-ms-transform:rotate(-30deg);-webkit-transform:rotate(-30deg);transform:rotate(-30deg);}
    100% {-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}
}
@-moz-keyframes zcwphone {
    0% {-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}
    25% {-ms-transform:rotate(30deg);-webkit-transform:rotate(30deg);transform:rotate(30deg);}
    50% {-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}
    75% {-ms-transform:rotate(-30deg);-webkit-transform:rotate(-30deg);transform:rotate(-30deg);}
    100% {-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}
}
@keyframes zcwphone {
    0% {-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}
    25% {-ms-transform:rotate(30deg);-webkit-transform:rotate(30deg);transform:rotate(30deg);}
    50% {-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}
    75% {-ms-transform:rotate(-30deg);-webkit-transform:rotate(-30deg);transform:rotate(-30deg);}
    100% {-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}
}
@-webkit-keyframes zcwphone2 {
    0% {-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}
    25% {-ms-transform:rotate(30deg);-webkit-transform:rotate(30deg);transform:rotate(30deg);}
    50% {-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}
    75% {-ms-transform:rotate(-30deg);-webkit-transform:rotate(-30deg);transform:rotate(-30deg);}
    100% {-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}
}
@-moz-keyframes zcwphone2 {
    0% {-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}
    25% {-ms-transform:rotate(30deg);-webkit-transform:rotate(30deg);transform:rotate(30deg);}
    50% {-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}
    75% {-ms-transform:rotate(-30deg);-webkit-transform:rotate(-30deg);transform:rotate(-30deg);}
    100% {-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}
}
@keyframes zcwphone2 {
    0% {-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}
    25% {-ms-transform:rotate(30deg);-webkit-transform:rotate(30deg);transform:rotate(30deg);}
    50% {-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}
    75% {-ms-transform:rotate(-30deg);-webkit-transform:rotate(-30deg);transform:rotate(-30deg);}
    100% {-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}
}
@-webkit-keyframes zcwmini {
    0% {box-shadow: 0 0 8px 6px rgba(207,8,8, 0), 0 0 0 0 rgba(0,0,0,0), 0 0 0 0 rgba(207,8,8, 0);}
    10% {box-shadow: 0 0 8px 6px , 0 0 12px 10px rgba(0,0,0,0), 0 0 12px 14px ;}
    100% {box-shadow: 0 0 8px 6px rgba(207,8,8, 0), 0 0 0 40px rgba(0,0,0,0), 0 0 0 40px rgba(207,8,8, 0);}
}
@-moz-keyframes zcwmini {
    0% {box-shadow: 0 0 8px 6px rgba(207,8,8, 0), 0 0 0 0 rgba(0,0,0,0), 0 0 0 0 rgba(207,8,8, 0);}
    10% {box-shadow: 0 0 8px 6px , 0 0 12px 10px rgba(0,0,0,0), 0 0 12px 14px ;}
    100% {box-shadow: 0 0 8px 6px rgba(207,8,8, 0), 0 0 0 40px rgba(0,0,0,0), 0 0 0 40px rgba(207,8,8, 0);}
}
@keyframes zcwmini {
    0% {box-shadow: 0 0 8px 6px rgba(207,8,8, 0), 0 0 0 0 rgba(0,0,0,0), 0 0 0 0 rgba(207,8,8, 0);}
    10% {box-shadow: 0 0 8px 6px , 0 0 12px 10px rgba(0,0,0,0), 0 0 12px 14px ;}
    100% {box-shadow: 0 0 8px 6px rgba(207,8,8, 0), 0 0 0 40px rgba(0,0,0,0), 0 0 0 40px rgba(207,8,8, 0);}
}
@-webkit-keyframes zcwmini2 {
    0% {box-shadow: 0 0 8px 6px rgba(207,8,8, 0), 0 0 0 0 rgba(0,0,0,0), 0 0 0 0 rgba(207,8,8, 0);}
    10% {box-shadow: 0 0 8px 6px , 0 0 12px 10px rgba(0,0,0,0), 0 0 12px 14px ;}
    100% {box-shadow: 0 0 8px 6px rgba(207,8,8, 0), 0 0 0 40px rgba(0,0,0,0), 0 0 0 40px rgba(207,8,8, 0);}
}
@-moz-keyframes zcwmini2 {
    0% {box-shadow: 0 0 8px 6px rgba(207,8,8, 0), 0 0 0 0 rgba(0,0,0,0), 0 0 0 0 rgba(207,8,8, 0);}
    10% {box-shadow: 0 0 8px 6px , 0 0 12px 10px rgba(0,0,0,0), 0 0 12px 14px ;}
    100% {box-shadow: 0 0 8px 6px rgba(207,8,8, 0), 0 0 0 40px rgba(0,0,0,0), 0 0 0 40px rgba(207,8,8, 0);}
}
@keyframes zcwmini2 {
    0% {box-shadow: 0 0 8px 6px rgba(207,8,8, 0), 0 0 0 0 rgba(0,0,0,0), 0 0 0 0 rgba(207,8,8, 0);}
    10% {box-shadow: 0 0 8px 6px , 0 0 12px 10px rgba(0,0,0,0), 0 0 12px 14px ;}
    100% {box-shadow: 0 0 8px 6px rgba(207,8,8, 0), 0 0 0 40px rgba(0,0,0,0), 0 0 0 40px rgba(207,8,8, 0);}
}
.coming-soon h1{
font-size:80px;}
.dekstop-view{
display:inline;
visibility:visible;
}
.circle-shape{
border-radius: 50%;
    border: 2px solid #000;
    padding: 20px;
    margin: 0 18%;
    width: 150px;
    height: 150px;
	}
	.contact-address-wrapper2 {
    border: 2px solid #e9e9e9;
    transition: .3s;
    padding: 50px 30px 51px 60px;
    height: 360px;
}
.contact-address-wrapper2:hover {
    border-color: #408858;
}
.contact-bg2 {
    background-size: cover;
    background-position: center center;
    padding-left: 50px;
    padding-right: 50px;
    box-shadow: 0px 20px 40px 0px rgba(161, 161, 161, 0.4);
    margin-bottom: -98px;
    position: relative;
    z-index: 99;
}
.subtitile1{
padding-top: 10px;}
.display-none{
display:none;
visibility:hidden;}
.end-input {
    height: 60px;
    width: 100%;
    border: 1px solid #e9e9e9;
    margin-bottom: 20px;
    padding: 0 15px;
    color: #7b8e9d;
    font-size: 14px;
    transition: .3s;
    background: #fff;
    font-weight: 400;
}
.end-textarea{
width: 100%;
    border: 1px solid #e9e9e9;
    padding: 15px;
    height: 150px;
    transition: .3s;
    background: #fff;
    font-weight: 400;
    color: #7b8e9d;
    margin-bottom: 20px;}
	.coming{
	height:403px;
	}
	.coming h3{
	margin-top:50%;}
#why-bg{
	/*background: linear-gradient(to right,#00923f 50%,#00612a 50%);*/
	padding:35px 0px; 
	}
	#why-bg h1{
	color:#000;}
	ul.remove-dots {
    list-style: none;
    padding: 10px 0 0;
}
.sts-icons {
    width: 35px;
    height: 35px;
    float: left;
    margin-right: 20px;
}
.sts-text {
    width: auto;
	color: #000;
    font-size: 20px;
}
#why-bg ul li {
padding: 10px 0;
    line-height: 35px;}
	.btn-clr2{
padding: 5px 30px;
    background-color: #fff;
    border-color: #fff;
    color: #00923f;
    font-size: 26px;
    margin-top: 30px;
    border-radius: 5px;
	}
	.bighead2 {
    padding: 46% 0;
}

.bighead {
    text-align: left;
    position: relative;
}
.bighead2 {
    padding: 46% 0;
}

.bighead {
    text-align: right;
	color:#fff;
    position: relative;
}
.bighead2 p {
    color: #fff;
    text-align: right;
}

.choose-text {
    color: #fff;
    border-left: 1px solid #fff;
}
.choose-list {
    padding: 15px 0px;
    color: #fff;
    transition: transform .2s;
}
.dot-box {
    text-align: -webkit-center !important;
    margin: 0 auto;
}
.dot-box:before {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #a8cf45;
    position: absolute;
    content: '';
    left: -5px;
    top: 40%;
}
.dot-padd {
    padding-left: 0;
}
.flag-con img{
height:100px;
}
.header {
  padding: 100px;
  text-align: center;
  color: #fff;
  font-size: 30px;
  background-repeat:no-repeat;
  background-size:cover;
  box-shadow:inset 0 0 0 2000px rgb(0 0 0 / 52%);
}
.header h1{
	color:#fff;
}
/*==================================================================
[ Text ]*/
.txt1 {
  font-size: 24px;
  line-height: 2.2;
  color: #fff;
}

.txt2 {
  font-size: 18px;
  line-height: 1.6;
  color: #999999;
}

.txt3 {
  font-size: 15px;
  line-height: 1.6;
  color: #00ad5f;
}

/*==================================================================
[ Size ]*/
.size1 {
	padding:30px 0;
  max-width: 100%;
}

.size2 {
  width: calc(100% - 43px);
  margin-bottom:30px;
}


/*//////////////////////////////////////////////////////////////////
[ Contact ]*/

.container-contact100 {
  width: 100%;  
  min-height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 15px;
  background: #f2f2f2;
  
}

.wrap-contact100 {
  width: 1120px;
  background: #fff;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  flex-direction: row-reverse;

}

/*==================================================================
[ Contact more ]*/
.contact100-more {
  width: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 1;
  padding: 30px 15px 0px 15px;
}

.contact100-more::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0,0,0,0.8);
}



/*==================================================================
[ Form ]*/

.contact100-form {
  width: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  padding: 56px 55px 63px 55px;
}

.contact100-form-title {
  width: 100%;
  display: block;
  font-size: 30px;
  color: #333333;
  line-height: 1.2;
  text-align: center;
  padding-bottom: 33px;
}



/*------------------------------------------------------------------
[ Input ]*/

.wrap-input100 {
  width: 100%;
  position: relative;
  border: 1px solid #e6e6e6;
}

.rs1-wrap-input100,
.rs2-wrap-input100 {
  width: 50%;
}

.rs2-wrap-input100 {
  border-left: none;
}

.label-input100 {
  font-family: Poppins-Regular;
  font-size: 12px;
  color: #555555;
  line-height: 1.5;
  text-transform: uppercase;
  letter-spacing: 1px;
  
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 55px;
  border: 1px solid #e6e6e6;
  border-bottom: none; 
  padding: 10px 25px;
  margin-top: 15px;
  margin-bottom: 0;
}

.input100 {
  display: block;
  width: 100%;
  background: transparent;
  font-family: Poppins-Regular;
  font-size: 18px;
  color: #666666;
  line-height: 1.2;
  padding: 0 25px;
}

input.input100 {
  height: 55px;
  border: 0;
}


textarea.input100 {
  min-height: 139px;
  padding-top: 19px;border: 0;
  padding-bottom: 15px;
}

/*---------------------------------------------*/

.focus-input100 {
  position: absolute;
  display: block;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  top: -1px;
  left: -1px;
  pointer-events: none;
  border: 1px solid #00ad5f;

  visibility: hidden;
  opacity: 0;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;

  -webkit-transform: scaleX(1.1) scaleY(1.3);
  -moz-transform: scaleX(1.1) scaleY(1.3);
  -ms-transform: scaleX(1.1) scaleY(1.3);
  -o-transform: scaleX(1.1) scaleY(1.3);
  transform: scaleX(1.1) scaleY(1.3);
}

.input100:focus + .focus-input100 {
  visibility: visible;
  opacity: 1;

  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}



/*------------------------------------------------------------------
[ Button ]*/
.container-contact100-form-btn {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 23px;
}

.contact100-form-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
  min-width: 200px;
  height: 50px;
  border-radius: 2px;
  background: #00ad5f;
  font-size: 12px;
  color: #fff;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 1px;
  border: 0;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.contact100-form-btn:hover {
  background: #333333;
}



/*------------------------------------------------------------------
[ Responsive ]*/

@media (max-width: 992px) {
  .contact100-form {
    width: 60%;
    padding: 56px 30px 63px 30px;
  }

  .contact100-more {
    width: 40%;
  }
}

@media (max-width: 768px) {
  .contact100-form {
    width: 100%;
  }

  .contact100-more {
    width: 100%;
  }
}

@media (max-width: 576px) {
  .contact100-form {
    padding: 56px 15px 63px 15px;
  }

  .rs1-wrap-input100,
  .rs2-wrap-input100 {
    width: 100%;
  }

  .rs2-wrap-input100 {
    border-left: 1px solid #e6e6e6;
    border-top: none;
  }
}


/*------------------------------------------------------------------
[ Alert validate ]*/

.validate-input {
  position: relative;
}

.alert-validate::before {
  content: attr(data-validate);
  position: absolute;
  max-width: 70%;
  background-color: #fff;
  border: 1px solid #c80000;
  border-radius: 2px;
  padding: 4px 25px 4px 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 2px;
  pointer-events: none;
  color: #c80000;
  font-size: 13px;
  line-height: 1.4;
  text-align: left;

  visibility: hidden;
  opacity: 0;

  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

.alert-validate::after {
  content: "\f12a";
  font-family: FontAwesome;
  display: block;
  position: absolute;
  color: #c80000;
  font-size: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 8px;
}

.alert-validate:hover:before {
  visibility: visible;
  opacity: 1;
}

@media (max-width: 992px) {
  .alert-validate::before {
    visibility: visible;
    opacity: 1;
  }
}
.breadcrumb-item+.breadcrumb-item::before {
    content: ">"
}

.breadcrumb {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: .1rem 0rem !important;
    margin-bottom: 0rem;
    list-style: none;
    background-color: #ffffff;
    border-radius: .25rem
}

.single_product {
    padding-top: 66px;
    padding-bottom: 140px;
    padding: 17px
}

.product_name {
    font-size: 30px;
    font-weight: 700;
    margin-top: 0px
}

.badge {
    display: inline-block;
    padding: 0.50em .4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem
}

.product-rating {
    margin-top: 10px
}

.rating-review {
    color: #5b5b5b
}

.product_price {
    display: inline-block;
    font-size: 30px;
    font-weight: 500;
    margin-top: 9px;
    clear: left
}


.singleline {
    margin-top: 1rem;
    margin-bottom: .40rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, .1)
}

.product_info {
    color: #4d4d4d;
    display: inline-block
}

.product_description {
    padding-left: 0px
}
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
}

/* The Close Button */
.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
.modal-dialog{
	max-width:70% !important;
}
.ylwhover
{
	color:white !important;
	text-decoration: none;
}
.ylwhover:hover
{
	color:rgb(82, 255, 82) !important;
}
.grnhover
{
	color:green !important;
	text-decoration: none;
}
.grnhover:hover
{
	color:rgb(82, 255, 82) !important;
}
.market-area-heading h1 {
    padding: 10px;
    margin: 0 0 10px;
    background: #408858;
    border-radius:5px;
    font-size: 20px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
}
.market-area h4 {
    color: #000;
    margin-bottom: 10px;
}
.market-area h4 a {
    margin: 0 0 5px;
    font-size:18px;
    color: #408858;
    line-height: 1.1;
    font-weight:600;
    text-transform: uppercase;
}

.market-area ul {
    overflow: hidden;
    list-style: none;
}

.market-area ul li {
    float: left;
    width: 25%;
    margin-right: 0%;
    margin-bottom: 10px;
}

.market-area ul li a{
    text-decoration: none;
    padding: 6px 10px;
    font-size: 16px;
    font-weight:600;
    border: 1px solid #423f3f;
    color: #423f3f;
    width: 98%;
    display: inline-block;
    margin-right: 10px;
}

.market-area ul li a:hover {
    color:#fff;
    border: 1px solid #000;
    background-color:#000;
}
.about-div
{

}
.back-clr
{
	background: rgba(0, 0, 0, 0.4);
}
.drop ul
{
	display: none;
}
.drop ul li
{
	background: white;
	padding: 5px;
	width: 230px;
	text-align: left;
	border-bottom: 1px solid gray;
}
.drop ul li a
{
	color:black;
	padding: 5px;
	text-decoration: none;
}
.drop:hover ul
{
	display: block;
	float: right;
	position: absolute;
}
.drop ul li:hover
{
	background: rgb(19, 138, 19);
	color: white;
}
.drop ul li:hover a
{
	color: white;
}
.postinner a{
    color:#408858;
}
.postar:hover .postinner a{
    color:#fff;
    text-decoration:none;
}
a:hover{
    text-decoration:none !important;
}

.pagination {
    display: block;
    margin: -3px;
    line-height: 0;
    padding: 0;
    border-radius: 0;
}
.pagination > li {
    display: inline-block;
}
.pagination > li:last-child {
    margin-right: 0;
}
.pagination > li > a,
.pagination > li > span {
    text-align: center;
    padding: 0;
    border: none;
    color: #fff;
    background-color: #24272e;
    border: none;
    margin-left: 0;
    min-width: 40px;
    height: 40px;
    font-family: "Fjalla One", sans-serif;
    font-size: 14px;
    letter-spacing: 0.1em;
    line-height: 40px;
    text-transform: uppercase;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span,
.pagination > li:last-child > a,
.pagination > li:last-child > span {
    border-radius: 0;
    background-color: #24272e;
    color: #fff;
}
@media (min-width: 1200px) {
    .pagination > li > a,
    .pagination > li > span {
        min-width: 50px;
        height: 50px;
        line-height: 50px;
    }
    .pagination > li {
        margin: 3px;
    }
}
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover,
.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
    background: #1d3c7d;
    border-color: #1d3c7d;
    color: #fff;
}
.pagination > .disabled > a,
.pagination > .disabled > a:focus,
.pagination > .disabled > a:hover,
.pagination > .disabled > span,
.pagination > .disabled > span:focus,
.pagination > .disabled > span:hover {
    background-color: #f5f6fb;
    color: #7f7f7f;
    opacity: 0.5;
}
#visitor-counter{
    width: 170px;
    color: whitesmoke;
    font-family: cursive;
    box-shadow: 1px 0px 2px 1px grey;
}