
/* 1. Theme default css */
 body {
	font-family: 'Roboto', 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;
}
.btn.focus, .btn:focus {
	outline: 0;
	box-shadow: none;
}
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: #027cc9;
	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: #000;
	margin-top: 0px;
	margin-bottom: 30px;
	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: 35px;
}
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: inherit;
}
p {
	font-size: 19px;
	font-weight: normal;
	line-height: 30px;
	color: #000;
	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: 19px;
    font-weight: 500;
    line-height: 1;
    padding: 20px 34px;
	position: relative;
	text-transform: capitalize;
	transform: perspective(1px) translateZ(0px);
	transition: .3s;
	vertical-align: middle;
	background: #fff;
	border-radius: 5px;
	border:none;
	border: 1px solid #fff;
	
}
.form-group {
  margin-bottom: 1rem;
}

.form-group input {
  background: #fff;
  border: 1px solid #ececec;
  height: 64px;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding-left: 20px;
  font-size: 16px;
  width: 100%;
}
.btn:hover{
	color:#fff !important;
	background:transparent;
	border: 1px solid #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: #027cc9;
	height: 50px;
	width: 50px;
	right: 50px;
	bottom: 77px;
	color: #fff;
	font-size: 20px;
	text-align: center;
	border-radius: 50%;
	font-size: 18px;
	line-height: 49px;
	border: 1px solid #027cc9;
	z-index: 222 !important;
}
#scrollUp:hover {
	background: transparent;
	color:#027cc9;
}

/* 2. Header */
.header-right ul {
	margin: 0;
}
.retina-logo img {
	width: 156px;
}
.retina-logo{
	display: none;
	width: 156px;
}
.header-transparent {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 9;
	transition: .4s;
	height: 100px;
}
.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("../img/icon/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;
}
.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: #575f65;
	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: #575f65;
	font-size: 13px;
	margin-right: 15px;
	transition: .3s;
}
.header-icon a:hover{color:#1d7b8f;}
.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: 5px;
	position: relative;
	margin-top: 7px;
}
.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: 30px;
	padding-left: 1px;
	font-size: 17px;
	color: #374d5f;
	font-weight: 500;
	padding-top: 7px;
}
.header-right ul li a:hover,.header-right ul li.active a {
	background: #000;
	color: #027cc9;
	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: 38px;
}
.main-menu ul li:first-child{margin-left:0}
.main-menu nav > ul > li > a {
	    color: #fff;
    display: block;
    font-size: 17px;
    font-weight: 500;
    padding: 38px 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: #fff;
	
}
/* 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: 250px;
	z-index: 9;
	box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.05);
}
.main-menu nav > ul  li .sub-menu li .sub-menu {
	left: 100%;
	top: 0;
}
.main-menu nav > ul > li.menu-last .sub-menu {
	left: auto;
	right: 0;
}
.main-menu nav > ul > li.menu-last .sub-menu li .sub-menu {
	left: auto;
	right: 100%;
	top: 0;
}
.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;
	position: relative;
}
.main-menu nav > ul > li .sub-menu li.m-new::after {
	position: absolute;
	right: 8px;
	content: "new";
	top: 11px;
	background: #619A39;
	color: #fff;
	padding: 0px 8px;
	font-size: 12px;
	text-transform: capitalize;
}
.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:#1d7b8f;}


/* 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: #222;
	font-size: 26px;
	font-weight: 500;
}
.contact-list p {
	color: #fff;
	opacity: .7;
	margin: 0;
	margin-bottom: 2px;
}


/* 3. Slider */
.slider-area {
  position: relative;
  margin-top: 100px
}
div.slider-height {
	min-height: 850px;
}
div.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 .banner_title {
	font-size: 90px;
	font-weight: 300;
	margin-bottom: 23px;
	line-height: 1.1;
	padding-right: 0;
    color: #112433;
}
.slider-content p {
	color: #444;
    font-size: 24px;
    margin-bottom: 0;
    font-weight: 400;
    padding-right: 47%;
}
.slider-button {
	margin-top: 40px;
}
.slider-button a.btn.active {
	background: transparent;
    margin-left: 25px;
    color: #1d7b8f;
}
.slider-button a.btn.active:hover {
	background: #1d7b8f;
    color: #fff;
}
.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: #1d7b8f;
	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;
}

/*slider 4 */
div.slider-height.slider-style-4 {
	min-height: 800px;
}
.slider-content-4{
	margin-top: -90px
}

/*slider 6 */
.slider-style-6 .slider-content {
	padding-left: 80px;
}

.slider-style-6 .slider-area {
	padding-right: 65px;
	padding-left: 65px;
}

/* 4. About */
.about-us-area {
	background-repeat: no-repeat;
	background-position: center center;
}
.about-us-img {
	margin-left: -132px;
}
.about-us-img img{}
.about-us-text{}
.about-us-text h1 {
	font-size: 48px;
	font-weight: 300;
	line-height: 50px;
	margin-bottom: 32px;
}
.about-us-text span {
	font-size: 22px;
	color: #7b8e9d;
	letter-spacing: 4px;
	text-transform: uppercase;
	margin-bottom: 20px;
	display: inline-block;
}
.about-us-text p {
	margin-bottom: 0;
	padding-right: 5px;
}
.about-us-text a.btn {
	padding: 22px 52px;
	margin-top: 31px;
	}

/* style-2 */
.about-shape{position:relative;}
.about-shape::before {
	background-image: url("../img/about/shape.png");
	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 {
	margin-top: 63px;
}
.about-info h1 {
	font-size: 48px;
	line-height: 50px;
	font-weight: 300;
	margin-bottom: 34px;
}
.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;
}

/*about-text-6*/
.about-text-6 span::before {
	display: none;
}
.about-text-6 span {
	padding-left: 0;
}
.about-text-6 h1 {
	font-size: 50px;
	color: #112433 !important;
	line-height: 1.1;
	font-weight: 500;
	margin-top: 15px;
	margin-bottom: 30px;
}
.about-img-6{
	position: relative;
}
.about-img-6 .vidoe img {
	width: auto;
}
.about-img-6 .vidoe {
	position: absolute;
	bottom: -60px;
	left: 0;
	text-align: center;
}
.about-img-6 .vidoe a {
	position: absolute;
	left: 0;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	color: #fff;
	font-size: 50px;
}
.about-img-6{}
.about-img-6{}

/* 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:#1d7b8f;
}
.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: #1d7b8f;
	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: 35px;
	font-weight: 500;
	line-height: 1;
	/*margin-bottom: 12px;*/
	color: #000;
    font-weight: bold;
}
.section-title p {
	margin-bottom: 0;
	padding: 0 10px;
	color: #444;
}
.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;
}

/*third feature*/
.organic-food-area {
	margin-top: -90px;
}
.single-organic-food {
	position: relative;
	transition: .3s
}
.single-organic-food:hover {
	transform: translateY(-10px);
}
.organic-food-text {
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	padding: 30px;
}
.organic-food-thumb {
	position: relative;
}
.organic-food-thumb::before {
	position: absolute;
	content: "";
	background-image: -moz-linear-gradient(to bottom, rgba(64,136,88, 0.2) 0%, rgba(64,136,88, 0.904) 100%);
	background-image: -webkit-linear-gradient(to bottom, rgba(64,136,88, 0.2) 0%, rgba(64,136,88, 0.904) 100%);
	background-image: linear-gradient(to bottom, rgba(64,136,88, 0.2) 0%, rgba(64,136,88, 0.904) 100%);
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	transition: .3s;
}
.organic-food-text h4 {
	color: #fff;
	font-size: 24px;
	font-weight: 600;
}
.organic-food-text p {
	margin: 0;
	color: #fff;
}
.single-organic-food{}
.single-organic-food{}
.single-organic-food{}

/* 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 20px;
	position: relative;
}
.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: #1d7b8f
}
.product-tab-content{}
.product-tab-img{}
.product-tab-img i {
	font-size: 50px;
	color: #030303;
	transition: .3s;
}
.product-img img{
	transition: .3s;
}
.product-tab li a.active::after {
	background-image: url("../img/shape/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{
    background-color: #0000000a;
    padding-top: 10px;
    padding-bottom: 1px;
    border-radius: 30px;
    width: 100%;
}
.product-img {
	/*border: 1px solid #e9e9e9;*/
	margin-bottom: 25px;
	position: relative;
	border-radius: 30px;
    background-color: #fff;
    width: 94%;
    /* margin-left: 8px; */
    margin: 0px auto 0;
}
.product-img::before,.product2-img:before {
/*
	background: #1d7b8f;
	top: 0px;
	left: 0;
	right:0;
	bottom: 0;
	content: "";
	position: absolute;
	opacity: 0;
	visibility: hidden;
	transition: .3s;
	z-index: 3
*/
}
.product-wrapper:hover .product-img::before,.product-wrapper:hover .product2-img:before {
	top: 10px;
	left: 10px;
	right: 10px;
	bottom: 10px;
	opacity: .8;
	visibility: visible;
    background-image: linear-gradient(to top, #1d7b8f, #eee4d7);
}
.product-action a {
	 height: 44px;
    width: 44px;
    display: inline-block;
    /* font-size: 13px; */
    line-height: 41px;
    /* border-radius: 50%; */
    color: #1d7b8f;
    margin: 0 1px;
    /* background: #fff;*/
}
.product-action {
	
    transform: translateY(-50%);
    opacity: 0;
    visibility: hidden;
    transition: .3s;
    z-index: 9;
    position: absolute;
    bottom: 35%;
    left: 50%;
    transform: translate(-50%, 100%);
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    width: 353px;
    padding: 10px 0;
    background-color: #ffedd578;
    transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1) 0s;
}
.product-wrapper:hover .product-action{
	opacity: 1;
	visibility: visible;
}
.product-wrapper:hover .product-action a {
	margin: 0 8px;
}
.product-action a:hover {
/*
	background: #fe6b51;
	color: #fff;
*/
}
.product-img > a{}
.product-img > a img {
	width: 100%;
}
.back-img {
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	z-index: 1;
}
.product-wrapper:hover .back-img {
	opacity: 1;
}
.product2-img {
	margin-bottom: 25px;
	position: relative;
}
.product2-img > a{}
.product2-img > a img {
	width: 100%;
}
.product-text{}
.product-text h4 {
	font-size: 20px;
    margin-bottom: 8px;
    font-weight: 700;
}
.product-text h4 > a {
	color: #1d7b8f;
	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;
}
.rev-btn {
	margin-left: -15px;
}
.woocommerce #reviews #comment {
	height: 140px;
	padding: 25px;
}
.rating a {
	margin-right: 5px;
}
.rating.mt-10 {
	margin-bottom: 10px;
}
.pro-rating i {
	font-size: 14px;
	color: #fe6b51;
	padding: 0 2px;
}
.pro-price{}
.pro-price span {
	font-size: 15px;
	color: #444;
	font-weight: 400;
}

.price ins {
	text-decoration: none;
}
.price{}
.price del,.price ins{
	margin: 0 2px;
}
.price span{
	font-size: 14px;
color: #7b8e9d;
font-weight: 400;
}
/* details */
.shop-thumb-tab ul {
	margin: 0 -10px;
}
.single-product .woocommerce-Price-amount {
	margin: 0;
	margin-right: 10px
}
.product-details-img .tab-pane {
	border: 1px solid #eaedff;
}
.shop-thumb-tab a {
	border: 1px solid #eaedff;
}
.product-large-img img {
	width: 100%;
}
.shop-thumb-tab li {
	width: 33.33%;
	float: left;
	padding: 0 10px;
	margin-bottom: 20px;
}
.shop-thumb-tab li img {
	width: 100%;
	padding: 20px;
}
.shop-thumb-tab li a {
	padding: 0;
}
.details-price span {
	color: #222;
	font-size: 20px;
}
.details-price ins {
	text-decoration: none;
}
.details-price del {
	text-decoration: none;
	margin-right: 10px;
}
.details-price del span {
	color: #c4cfd8;
	text-decoration: line-through;
}
.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;
}
.product-details-action input {
	height: 58px;
	width: 100px;
	border: 0;
	border: 2px solid #eaedff;
	text-align: center;
	-moz-appearance: none;
	appearance: none;
}
.quantity {
	display: inline-block;
	margin-right: 10px;
	position: relative;
	top: 0;
	float: left;
}
.woocommerce .quantity .qty {
	width: 100px;
	text-align: center;
}
.pro-rating.mb-20 {
	margin-bottom: 20px;
}
.product-details p {
	margin-bottom: 9px;
}
.pro-filter select {
	border: 2px solid #eaedff;
	padding: 17px 15px;
	display: inline-block;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 1;
	color: #6f7172;
	appearance: none;
	-moz-appearance: none;
	width: auto;
	font-weight: 500;
	padding-right: 30px;
   -webkit-appearance: none;
   -moz-appearance:    none;
   appearance:         none;
}
.pro-filter form,.pro-filter {
	position: relative;
}
.pro-filter::before {
	content: "\f107";
	right: 15px;
	top: 15px;
	position: absolute;
	color: #758799;
	font-family: "Font Awesome 5 Free";
	font-weight: 700;
	z-index: 99;
}
.comment-form #wp-comment-cookies-consent {
  width: auto;
  display: inline-block;
  height: auto;
  margin: 0;
}
.comment-form .comment-form-cookies-consent label {
  display: inline-block;
  margin-left: 11px;
}
.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{}

/*customize product*/
.yith-wcwl-add-to-wishlist {
	margin-top: 0px;
	display: inline-block;
}
.yith-wcwl-add-to-wishlist .ajax-loading {
	display: none !important;
}
.add_to_wishlist.pro-btn i {
	margin: 0;
}
.product-action a.add_to_wishlist{
	border-radius: 50%;
}
#yith-wcwl-popup-message {
	background: #1d7b8f;
	border: 0;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	line-height: 50px;
	padding: 10px 20px;
	position: fixed;
	text-align: center;
	top: 50%;
	left: 50%;
	z-index: 10000;
	border-radius: 0;
	color: #fff;
}
.woocommerce a.added_to_cart {
	padding-top: .5em;
	display: inline-block;
	position: absolute;
	width: 140px;
	border-radius: 30px;
	line-height: 1;
	padding: 13px 0;
	text-align: center;
	left: 0;
	right: 0;
	margin: auto !important;
	text-transform: capitalize;
}
.woocommerce-grouped-product-list.group_table {
	margin-bottom: 20px;
}
.cart.grouped_form {
	margin-bottom: 15px;
}
.product-details-action {
	margin-bottom: 15px;
}
.variations select {
	height: 40px;
	width: auto;
	border: 1px solid #ddd;
	padding: 0 11px;
	margin-left: 15px;
}
.single_variation_wrap {
	margin-top: 20px;
	margin-bottom: 20px;
}
.single_variation_wrap input{
	height: 58px;
}
.woocommerce-Price-amount {
	/* margin-left: 10px; */
}
ins {
	text-decoration: none;
}
/* 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;
	margin-top: 5px;
}
.choose-us-img i {
	height: 60px;
	width: 60px;
	background: #fab522;
	display: inline-block;
	color: #fff;
	text-align: center;
	border-radius: 50%;
	line-height: 67px;
	font-size: 22px;
}
.choose-list .choose-content:nth-child(2) .choose-us-img i{
	background: #FF7F68;
}
.choose-list .choose-content:nth-child(3) .choose-us-img i{
	background: #1d7b8f;
}
.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;
}
/* choose-2-style */
.choose2-img {
	margin-left: -120px;
}
.single-choose {
	margin-top: 50px;
}
.choose-title {
	margin-bottom: 40px;
}
.choose-title h1 {
	font-size: 48px;
	font-weight: 300;
	line-height: 55px;
	margin-bottom: 0;
}
.choose2-content {
	margin-bottom: 22px;
}
.choose2-content:last-child{margin-bottom:0;}
.choose2-icon-img {
	float: left;
	margin-right: 15px;
	margin-top: 7px;
}
.choose2-text {
	overflow: hidden;
}
.choose2-text p {
	margin-bottom: 0;
}
.choose-button {
	margin-top: 40px;
}
.choose-button a.btn {
	background: #ef491a;
	padding: 22px 46px;
}

/*chose style 3 */
.choose3-icon-img {
	overflow: hidden;
}
.choose3-icon-img img {
	transition: .3s;
	width: 100%;
}
.choose3-content:hover  .choose3-icon-img img{
	transform: scale(1.1);
}
.choose3-text h4 {
	font-size: 22px;
	font-weight: 500;
}
.choose3-content .choose-button {
	margin-top: 25px;
}
.free-shipping-img img {
	margin-bottom: 20px;
}
.offering-image img {
	max-width: 100%;
}
/* 9. Gallery */
.gallery-area{}
.gallery-wrapper{}
.gallery-img {
	position: relative;
}
.gallery-img > a{position:relative;display:block;}
.gallery-img > a::before {
	background: #1d7b8f;
	content: "";
	height: 100%;
	transform: scaleX(0);
	left: 0;
	position: absolute;
	width: 100%;
	transition: .3s;
	top: 0;
	opacity: 0;
}
.gallery-wrapper:hover .gallery-img > a::before {
	opacity: .8;
	transform: scaleX(1);
}
.gallery-img > a img{
	width:100%;
	height: auto;
}
.gallery-icon {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	text-align: center;
	transform: translateY(-50%);
	transition: .3s;
	opacity:0;
}
.gallery-icon > a {
	color: #fff;
	font-size: 50px;
	transition:.3s;
}
.gallery-icon > a:hover{color:#fab522;}
.gallery-wrapper:hover .gallery-icon {
	opacity: 1;
}

.portfolio-menu > button:focus {
  outline: 0 none;
}
.portfolio-menu button {
	color: #7b8e9d;
	font-size: 16px;
	font-weight: 500;
	position: relative;
	padding: 0;
	border: medium none;
	cursor: pointer;
	text-transform: capitalize;
	transition: all 0.3s ease 0s;
	background: none;
	padding-bottom: 1px;
	padding: 0 55px;
}
.portfolio-menu button:hover{color:#1d7b8f;}
.portfolio-menu button.active{color:#1d7b8f;}
.portfolio-menu button::before {
	background-image: url("../img/gallery/1.png");
	background-repeat: no-repeat;
	content: "";
	height: 6px;
	position: absolute;
	transition: all 0.3s ease 0s;
	width: 73px;
	left: 0;
	bottom: -10px;
	right: 0;
	margin: auto;
	opacity: 0;
}
.portfolio-menu button:hover{opacity:1;}
.portfolio-menu button.active::before {opacity:1;}
.portfolio-menu button::after {
	content: "";
	height: 40px;
	position: absolute;
	transition: all 0.3s ease 0s;
	left: -3px;
	bottom: -10px;
	background: #e9e9e9;
	width: 2px;
}
.portfolio-menu button:first-child::after{display:none;}
.gallery-text {
	background: #fff;
	padding-top: 21px;
	padding-bottom: 21px;
}
.gallery2-text {
	background: #fff3ee;
	padding-top: 21px;
	padding-bottom: 21px;
}
.gallery-text h3 {
	font-size: 24px;
	font-weight: 300;
	margin-bottom: 2px;
}
.gallery-text h3 > a{color:#112433;transition:.3s;}
.gallery-text h3 > a:hover{color:#fab522;}
.gallery-text span {
	color: #7b8e9d;
	font-size: 16px;
	font-weight: 300;
	text-transform: capitalize;
}
.gallery-content{
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	text-align: center;
	transform: translateY(-50%);
	transition: .3s;
	opacity:0;
}
.gallery-wrapper:hover .gallery-content {
	opacity: 1;
}
.gallery2-icon{}
.gallery2-icon > a {
	color: #fff;
	font-size: 60px;
	transition: .3s;
	line-height: 70px;
	transition:.3s;
}
.gallery2-icon > a:hover{color:#fab522;}
.gallery-content h1 {
	font-size: 80px;
	font-weight: 300;
	line-height: 90px;
	margin-top: 10px;
	margin-bottom: 18px;
}
.gallery-content h1 > a{color:#fff;transition:.3s;}
.gallery-content h1 > a:hover{color:#fab522;}
.gallery-content span {
	font-size: 30px;
	color: #fff;
	font-weight: 300;
}

/* 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: 25px;
}
.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: #1d7b8f;
	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;}
/* 11. Counter */
.counter-area {
	background-size: cover;
	background-position: center center;
}
.counter-title{}
.counter-title h1 {
	color: #fff;
	font-size: 48px;
	line-height: 55px;
	font-weight: 300;
	margin-bottom: 0;
}
.counter-wrapper{}
.counter-text{}
.counter-text h1 {
	font-size: 90px;
	color: #fff;
	font-weight: 300;
	margin-bottom: 0;
}
.counter-text h1 > span {
	font-size: 90px;
	color: #fff;
	font-weight: 300;
}
.counter-text span {
	font-size: 24px;
	color: #fff;
	font-weight: 300;
}
.counter-bg{}
.counter-section{}
.counter-section h1 {
	font-size: 280px;
	color: #fff;
	line-height: 218px;
	margin-bottom: 0;
	font-weight: 400;
}
.counter-info{}
.counter-info h1 {
	font-size: 72px;
	color: #fff;
	font-weight: 300;
	line-height: 75px;
	margin-bottom: 28px;
}
.counter-info p {
	line-height: 28px;
	margin-bottom: 0;
	color: #fff;
	padding-right: 29%;
}

/* 13. Brand */
.our-client-area {
	background-size: cover;
	background-position: center center;
}
.client-wrapper {
	background: #fbfbfe;
	box-shadow: 0px 4px 15px 0px rgba(226, 226, 226, 0.3);
	position: relative;
	padding: 74px 50px 60px 50px;
}
.client-wrapper ::before {
	background-image: url("../img/testimonial/icon.png");
	background-repeat: no-repeat;
	content: "";
	height: 65px;
	position: absolute;
	transition: all 0.3s ease 0s;
	width: 74px;
	left: 0;
	top: -21px;
}
.owl-item.center .client-wrapper {
	background: #fff;
}
.owl-item.center .client-wrapper p {
	color: #7b8e9d;
}
.owl-item.center .client-wrapper .client-text span {
    color: #7b8e9d;
}
.owl-item.center .client-wrapper .client-text h4{
	color:#112433;

}
.client-content{}
.client-content p {
	color: #7b8e9d;
	font-size: 16px;
	line-height: 28px;
	margin-bottom: 0;
}
.client-active.owl-carousel .owl-stage-outer {
	position: relative;
	overflow: hidden;
	-webkit-transform: translate3d(0,0,0);
	padding: 30px 0;
	padding-bottom: 0;
}
.client-name {
	overflow: hidden;
	margin-top: 37px;
}
.client-text {
	overflow: hidden;
	margin-top: 7px;
}
.client-text h4 {
	color: #112433;
	font-size: 18px;
	font-weight: 300;
	margin-bottom: 0;
	text-transform: capitalize;
}
.client-textt span {
	color: #7b8e9d;
	font-size: 13px;
	font-weight: 400;
}
.client-active.owl-carousel .owl-item img {
	display: inline-block;
	width: auto;
}
.client-img {
	float: left;
	margin-right: 20px;
}

/* 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;}

.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;
}

/* 15. Footer */
.footer-area {
	background-size: cover;
	background-position: center center;
}
.footer-wrapper{}
.footer-logo {
	margin-bottom: 30px;
	width: 55%;
}
.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;
	color: #fff;
}
.footer-title {
	margin-bottom: 25px;
}
.footer-title h4 {
	font-size: 20px;
	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;
	font-size: 19px;
}
.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 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:#1d7b8f;}
.footer-bottom  .footer-icon a:last-child{margin-right:0;}

.footer-style-1 .footer-icon {
	margin-top: 0;
}
/* 16. Testimonial */
.testimonial-area{}
.testimonial-img {
	margin-top: 90px;
}
.testimonial-img img{}
.testimonial-wrapper {
	background: #f8f9fd;
	padding: 75px 54px 95px 60px;
	position: relative;
	margin-top: 30px;
}
.testimonial-wrapper::before {
	background-image: url("../img/testimonial/icon1.png");
	background-repeat: no-repeat;
	content: "";
	height: 65px;
	position: absolute;
	transition: all 0.3s ease 0s;
	width: 74px;
	left: 60px;
	top: -27px;
}
.testimonial-text{}
.testimonial-text p {
	font-size: 24px;
	line-height: 40px;
	margin-bottom: 0;
}
.testimonial-content {
	margin-top: 50px;
}
.testimonial2-img{float:left;margin-right:20px;}
.testimonial2-img img {
	box-shadow: 0px 8px 30px 0px rgba(95, 95, 95, 0.6);
	border-radius: 50%;
}
.testimonial-name {
	padding-top: 7px;
}
.testimonial-name h4 {
	font-size: 18px;
	font-weight: 300;
	margin-bottom: 1px;
}
.testimonial-name span {
	font-size: 13px;
	font-weight: 400;
	color: #7b8e9d;
}
.testimonial-active .owl-nav div {
	color: #7b8e9d;
	font-size: 18px;
	text-align: center;
	transition: all 0.3s ease 0s;
	display: inline-block;
	height: 40px;
	width: 40px;
	text-align: center;
	line-height: 45px;
	margin-right: 10px;
	background: #eeeff3;
	border-radius: 50%;
}
.testimonial-active .owl-nav {
	position: absolute;
	bottom: -40px;
	left: 0;
	right: 0;
	text-align: center;
}
.testimonial-active .owl-nav div:hover{color:#fff;background:#ef491a;;}
.testimonial-active.owl-carousel .owl-item img {
	display: block;
	width: auto;
}
.testimonial-bg {
	padding: 0 80px;
}

.testimonial2-wrapper {
	background: #f8f9fd;
	padding: 75px 64px 95px 64px;
	position: relative;
	margin-top: 30px;
}
.testimonial2-wrapper::before {
	background-image: url("../img/testimonial/icon.png");
	background-repeat: no-repeat;
	content: "";
	height: 65px;
	position: absolute;
	transition: all 0.3s ease 0s;
	width: 74px;
	left: 65px;
	top: -27px;
}

.testimonial2-active .owl-nav div {
	color: #7b8e9d;
	font-size: 18px;
	text-align: center;
	transition: all 0.3s ease 0s;
	display: inline-block;
	height: 40px;
	width: 40px;
	text-align: center;
	line-height: 45px;
	margin-right: 10px;
	background: #eeeff3;
	border-radius: 50%;
}
.testimonial2-active .owl-nav {
	position: absolute;
	bottom: -57px;
	left: 0;
	right: 0;
	text-align: center;
}
.testimonial2-active .owl-nav div:hover{color:#fff;background:#fab522;}
.testimonial2-active.owl-carousel .owl-item img {
	display: block;
	width: auto;
}

/*testimonial style 4*/
.testimonial-4 .testimonial-text {
	overflow: hidden;
}
.testimonial-4 .testimonial-content {
	margin-top: 0;
}
.testimonial-4 .testimonial-text p {
	font-size: 20px;
	line-height: 32px;
	margin-bottom: 0;
}
.testimonial-4 .testimonial-name h4 {
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 1px;
	color: #112433;
}
.testimonial-4 .testimonial-name {
	padding-top: 14px;
}
.testimonial-4 .testimonial2-wrapper {
	padding: 75px 64px 65px 64px;
}
.testimonial-4 {}

/* 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;

}
.product-details-img  img  {
	width: 100%;
    padding: 77px;
}
.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;
	color: #444;
}

.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: #1d7b8f;
	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: 192px;
	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;
/*
 flex: 1; 
  
  padding: 1em;
*/
}
.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;
	color: #000;
}
.services-text h3 > a{color:#112433;}
.services-text p {
	margin-bottom: 0;
	color: #444;
}
.services-text > a {

}
.services-text >a i {
	padding-left: 9px;
	transition: .3s;
}
/* service-style-2 */
.our-service-area{}
.our-service-img {
	margin-left: 110px;
}
.our-service-img img{}
.our-service-text {
	margin-left: 19px;
}
.our-service-text h1 {
	font-size: 70px;
	line-height: 75px;
	font-weight: 300;
	margin-bottom: 28px;
}
.our-service-text 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: 50px;
	padding-right: 50px;
}
.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: 19px;
	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 Pro";
	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 Pro";
	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;}

/* 19. Breadcrumb */
.breadcrumb-area {
  background-position: center center;
  background-size: cover;
}
.breadcrumb-bg-color {
	background-color: #027cc9;
}
.breadcrumb-text {
    position: relative;
    z-index: 1;
}
.breadcrumb-text > h1 {
	font-size: 58px;
	margin-bottom: 15px;
	text-transform: capitalize;
	line-height: 1.3;
	font-weight: 300;
}
.breadcrumb-menu {
	margin: 0;
}
.breadcrumb-menu li {
	display: inline-block;
	position: relative;
	padding: 0;
	font-size: 17px;
}
.breadcrumb-menu li a {
	color: #fff;
	font-size: 17px;
	font-weight: 400;
	text-transform: capitalize;
	transition: all 0.3s ease 0s;
}
.breadcrumb-menu li::before {
	color: #999;
	content: "\f054";
	display: inline-block;
	font-size: 13px;
	padding-bottom: 0;
	font-weight: 600;
	font-family: "Font Awesome 5 Free";
	margin: 0 10px;
}
.breadcrumb-menu li:first-child::before {
    display: none;
}
.breadcrumb-menu span {
	color: #677b8a;
	font-size: 26px;
	font-weight: 400;
	text-transform: capitalize;
}

/* 21. Video */
.video-area {
	background-size: cover;
	background-position: center center;
}
.video-icon a {
	color: #fab522;
	font-size: 24px;
	height: 130px;
	width: 130px;
	background: #fff;
	display: inline-block;
	text-align: center;
	line-height: 103px;
	border-radius: 50%;
	transition: .3s;
	border: 15px solid #cdd1c4;
}
.video-icon a:hover{transform:scale(1.1);background:#fab522;border-color:#fff;color:#fff;}
.zomata-area{}
.zomata-img{}
.zomata-img img{width:100%;}
.zomata-wrapper {
	padding-left: 70px;
}
.zomata-text{}
.zomata-text h1 {
	font-size: 60px;
	font-weight: 300;
	line-height: 70px;
	margin-bottom: 37px;
}
.zomata-text p{}

/* 22. Pricing */
.pricing-area{}
.pricing-wrapper {
	background: #f8f9fd;
	padding-top: 52px;
	padding-bottom: 60px;
	position: relative;
}
.pricing-wrapper::before {
	background-image: url("../img/pricing/1.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;
}
.pricing-wrapper:hover::before{opacity:1;}
.pricing-wrapper.active::before{opacity:1;}
.pricing-top-text img {
	margin-bottom: 35px;
}
.pricing-top-text h1 {
	font-size: 55px;
	font-weight: 300;
	color: #1d7b8f;
	margin-bottom: 3px;
}
.pricing-text{}
.pricing-text h2 {
	font-size: 30px;
	color: #fab522;
	margin-bottom: 24px;
}
.pricing-text p {
	font-size: 18px;
	line-height: 40px;
	padding: 0 32px;
	margin-bottom:0;
}
.pricing-button {
	margin-top: 33px;
}
.pricing-button a.btn {
	padding: 17px 42px;
}
.pricing-button.active > a.btn{
	background: #fab522;
	color: #fff;
}

/* 23. Services Details */
.services-sidebar {
	padding: 65px 30px 67px 70px;
	background-size: cover;
	background-position: center center;
}
.services-title h1 {
	color: #fff;
	font-size: 48px;
	font-weight: 300;
	margin-bottom: 23px;
	line-height: 48px;
}
.services-link {
	list-style: none;
}
.services-link li {
	padding-bottom: 22px;
}
.services-link li:last-child{padding-bottom:0;}
.services-link li a {
	font-size: 18px;
	color: #fff;
	font-weight: 400;
	transition: .3s;
}
.services-link li a:hover{color:#fab522;}
.services-link li a i {
	font-size: 14px;
	margin-right: 6px;
}
.servicess-sidebar{border:none;padding:none;}
.servicess-sidebar {
	border: none;
	padding: 0;
}
.services-banner img{width:100%;}
.servicest-t-img {
	margin-bottom: 34px;
}
.services-details-wrapper {
	padding-left: 20px;
}
.services-details-img{}
.services-details-img img{width:100%;}
.services-details-text{}
.services-details-text h1 {
	font-size: 36px;
	font-weight: 300;
	margin-bottom: 20px;
}
.services-details-text p{margin-bottom:0;}
.services-details-info {
	padding: 37px 44px 40px 44px;
	position: relative;
	margin-top: 51px;
	margin-bottom: 80px;
}
.services-details-info::before {
	background-image: url("../img/service/service-details/icon1.png");
	background-repeat: no-repeat;
	content: "";
	height: 68px;
	position: absolute;
	transition: all 0.3s ease 0s;
	width: 82px;
	right: 90px;
	bottom: -31px;
}
.services-details-info p {
	font-size: 24px;
	color: #fff;
	margin-bottom: 0;
	line-height: 36px;
	font-style: italic;
}
.services-details-link{}
.services-details-icon-img {
	float: left;
	margin-right: 25px;
	margin-top: 8px;
}
.services-details-link-text {
	margin-bottom: 14px;
	overflow: hidden;
}
.services-details-link-text p {
	margin-bottom: 0;
}
.services-details-link-img img {
	width: 100%;
}
.services2-details-text{}
.services2-details-text p {
	margin-bottom: 0;
}
.services2-img{}
.services2-img img{width:100%;}

/* 24. Pagination */
.paginations{}
.paginations ul li {
	display: inline-block;
	padding: 0 3px;
}
.paginations ul li a {
	background: #f4f7fc;
	color: #7b8e9d;
	display: table-cell;
	font-size: 14px;
	font-weight: 400;
	height: 40px;
	transition: all 0.3s ease 0s;
	vertical-align: middle;
	width: 40px;
	text-align: center;
	border-radius: 50%;
}
.paginations ul li:hover a, .paginations ul li.active a {
  background: #1d7b8f;
  color:#fff;
}

.gallery-layout-area{}
.gallery-layout-wrapper{}
.gallery-layout-img{}
.gallery-layout-img img{
	width:100%;
	height: auto;
}
.gallery-layout-bg {
	padding: 54px 79px 48px 79px;
	background-size: cover;
	background-position: center center;
	margin-left: 100px;
	margin-right: 100px;
	overflow: hidden;
	margin-top: -83px;
	z-index: 9;
	position: relative;
	box-shadow: 0px 8px 16px 0px rgba(129, 129, 129, 0.19);
}
.gallery-layout-info {
	float: left;
	margin-right: 127px;
	margin-bottom: 10px;
}
.gallery-layout-info:last-child{margin-right:0;}
.gallery-layout-info span {
	font-size: 14px;
	color: #7b8e9d;
	font-weight: 300;
}
.gallery-layout-info h5 {
	color: #112433;
	font-size: 14px;
	font-weight: 400;
	margin-top: 6px;
	margin-bottom: 0;
}
.gallery-post-tag {
	background: #fff3ee;
	padding: 13px 46px 13px 40px;
}
.gallery-post-tag span {
	font-size: 16px;
	color: #112433;
	font-weight: 300;
}
.gallery-post-tag > a {
	color: #7b8e9d;
	display: inline-block;
	font-size: 14px;
	font-weight: 400;
}
.gallery-post-tag > a:hover {
	color: #fab522;
}
.gallery-share-icon > span {
	color: #112433;
	font-size: 16px;
	font-weight: 300;
}
.gallery-share-icon > a {
	color: #fff;
	font-size: 12px;
	margin: 0 3px;
	transition: .3s;
	height: 30px;
	width: 30px;
	background: #2b7443;
	display: inline-block;
	text-align: center;
	line-height: 30px;
	border-radius: 50%;
}
.gallery-share-icon> a:hover{color: #fff;background:#fab522;}
.gallery-share-icon {
	background: #fff3ee;
	padding: 13px 40px 13px 40px;
	margin-left: 83px;
}
.gallery-layout-text {
	margin-top: 67px;
	margin-bottom: 45px;
}
.gallery-layout-text h1 {
	font-size: 60px;
	font-weight: 300;
	margin-bottom: 27px;
}
.gallery-layout-text p{margin-bottom:0;}
.gallery2-layout-bg {
	padding: 72px 70px 48px 35px;
	background-size: cover;
	background-position: center center;
	margin-left: 30px;
	overflow: hidden;
	margin-top: -60px;
	z-index: 2;
	position: relative;
}
.gallery2-layout-bg .gallery-layout-info {
	margin-right: 0;
	margin-bottom: 30px;
	float: none;
}
.gallery2-layout-text {
	margin-top: 44px;
	margin-left: 70px;
}
.gallery2-layout-text h1 {
	font-size: 60px;
	font-weight: 300;
	margin-bottom: 27px;
}
.gallery2-layout-text p{margin-bottom:0;}
.gallery-video-img{position:relative;}
.gallery-video-img img{width:100%;}
.gallerys-video-icon {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	right: 0;
}
.gallerys-video-icon a {
	color: #fab522;
	font-size: 24px;
	height: 120px;
	width: 120px;
	background: #fff3ee;
	display: inline-block;
	text-align: center;
	line-height: 120px;
	border-radius: 50%;
	transition: .3s;
}
.gallerys-video-icon a:hover{background:#fff;}
.gallery-peralux-img{}
.gallery-peralux-img img{width:100%;}
.gallery-peralux-wrapper .gallery2-layout-bg {
	padding: 72px 70px 48px 75px;
	background-size: cover;
	background-position: center center;
	margin-left: 10px;
	overflow: hidden;
	margin-top: 50px;
	margin-right: 40px;
	margin-bottom: 60px;
}
.gallery-peralux-wrapper .gallery2-layout-bg .gallery-layout-info {
	margin-right: 0;
	margin-bottom: 30px;
	float: none;
}
.gallery-peralux-wrapper .gallery2-layout-text {
	margin-top: 0;
	margin-left: 0;
}
.gallery-peralux-wrapper .gallery2-layout-text h1 {
	font-size: 60px;
	font-weight: 300;
	margin-bottom: 27px;
}
.gallery-peralux-wrapper .gallery2-layout-text p{margin-bottom:0;}
.gallery-peralux-wrapper .gallery-post-tag {
	background: none;
	padding: 0;
	margin-right: 0;
	margin-bottom: 36px;
}
.gallery-peralux-wrapper .gallery-share-icon {
	background: none;
	padding: 0;
	margin-left: 0;
}

/* 25. Contact */ 
.contact-address-area{}
.contact-address-wrapper {
	border: 2px solid #e9e9e9;
	transition: .3s;
	padding: 50px 30px 51px 60px;
	margin-top: 153px;
}
.contact-address-wrapper:hover{border-color:#1d7b8f;}
.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 ul {
	list-style: none;
	margin: 0;
}
.contact-link li {
	font-size: 16px;
	line-height: 28px;
	color: #7b8e9d;
	font-weight: 400;
	margin-bottom: 45px;
	position:relative;
}
.contact-link li a {
	color: #7b8e9d;
}
.contact-link li a:hover {
	color: #1d7b8f;
}
.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-wrapper input {
	height: 60px;
	width: 100%;
	border: 1px solid #e9e9e9;
	margin-bottom: 20px;
	padding: 0 15px;
	color: #7b8e9d;
	font-size: 19px;
	transition: .3s;
	background: #fff;
	font-weight: 400;
}
.contact-wrapper input::-moz-placeholder {
  color: #7b8e9d;
  font-size: 14px;
}
.contact-wrapper input::placeholder {
  color: #7b8e9d;
  font-size: 14px;
}
.contact-wrapper textarea {
	width: 100%;
	border: 1px solid #e9e9e9;
	padding: 15px;
	height: 150px;
	transition:.3s;
	background: #fff;
	font-weight:400;
	color:#7b8e9d;
	margin-bottom: 20px;
}
.contact-wrapper textarea::-moz-placeholder {
  color: #7b8e9d;
  font-size: 14px;
  font-weight:400;
}
.contact-wrapper textarea::placeholder {
  color: #7b8e9d;
  font-size: 14px;
  font-weight:400;
}
.contact-wrapper .btn {
	padding: 17px 116px;
	width: auto;
	background: #1d7b8f;
	color: #fff;
	border:  1px solid #1d7b8f;
}
.contact-wrapper .btn:hover {
	background: transparent;
	color: #1d7b8f;
}
#map {
	height: 700px;
	width: 100%;
}

/* 26. 404 */
.four-zero-area{}
.four-zero-wrapper{}
.four-zero-img {
	margin-bottom: 45px;
}
.four-zero-img img{}
.four-zero-text{}
.four-zero-text h1 {
	font-size: 60px;
	font-weight: 300;
	display: inline-block;
	margin-bottom: 0;
	position: relative;
	top: 15px;
}
.four-zero-text a.btn {
	padding: 22px 73px;
	margin-left: 52px;
}
.basic-pagination ul {
	display: block;
	padding-left: 0 !important;
}

.basic-pagination ul li {
  display: inline-block;
}

@media (max-width: 767px) {
  .basic-pagination ul li {
    margin-bottom: 10px;
  }
}

.basic-pagination ul li a, .basic-pagination-2 ul li span {
  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, .basic-pagination-2 ul li span {
  background: transparent;
  color: #9990b8;
  border: 2px solid #eaebec;
  height: 60px;
  width: 60px;
  line-height: 56px;
}

.basic-pagination-2 ul li a:hover, .basic-pagination-2 ul li span:hover {
  background: #1d7b8f;
  color: #ffffff;
  border-color: #1d7b8f;
}

.basic-pagination-2 ul li.active a, .basic-pagination-2 ul li span.current {
  background: #1d7b8f;
  color: #ffffff;
  border-color: #1d7b8f;
}

/* 27. Blog Sidebar */
.latest-news {
  position: relative; }

.news__thumb img {
  width: 100%; }
.postbox__thumb img {
	max-width: 100%;
	height: auto;
}
.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: #1d7b8f;
}
.news__caption h2 {
	font-size: 24px;
	margin-bottom: 15px;
	line-height: 1.4;
}
      .news__caption h2 a:hover {
		color: #1d7b8f;
	}

.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:#1d7b8f;
}

.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: #1d7b8f;
  letter-spacing: 2px;
  font-weight: 500;
}

.news-meta span a:hover {
  color: #6100b3;
}

.postbox__thumb {
  position: relative;
}

.postbox__thumb a img {
	max-width: 100%;
	height: auto;
}
.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: #1d7b8f;
}

@media (max-width: 767px) {
  .post-meta span {
    margin-right: 10px;
  }
}

.post-meta span a:hover {
  color: #1d7b8f;
}

.post-meta span i {
	color: #1d7b8f;
	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;
	text-transform: capitalize;
}
.blog-title a:hover {
  color: #1d7b8f;
}

.read-more {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 500;
}

.read-more:hover {
  color: #1d7b8f;
}

.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: #1d7b8f;
  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: #1d7b8f;
  color: #ffffff;
}
.widget {
	padding: 30px;
	background: #fff;
}

.b-0 {
  border: 0;
}

.widget_search form {
  position: relative;
}
.widget_search form input {
	width: 100%;
	height: 60px;
	border: 0;
	background: #f5f5f5;
	padding: 0 20px;
}
.widget_search form button {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  background: #062a4d;
  padding: 0 25px;
  color: #ffffff;
  line-height: 60px;
  border: 0;
}
.widget_search form button:hover {
  background: #1d7b8f;
}

.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: #1d7b8f;
}

.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;
	margin-bottom: 0;
}
.widget-posts-body {
  overflow: hidden;
}

.widget-posts-title {
	margin-bottom: 10px;
	font-size: 16px;
	line-height: 1.3;
}

.widget-posts-title a:hover {
  color: #1d7b8f;
}

.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: #1d7b8f;
}

.social-profile a {
	height: 50px;
	width: 50px;
	text-align: center;
	background: #062a4d;
	line-height: 50px;
	margin-right: 2px;
	display: inline-block;
	margin-bottom: 5px;
	color: #fff !important;
}

.social-profile a:hover {
  background: #1d7b8f;
}

#Instafeed {
  margin: 0 -5px;
  overflow: hidden;
}

#Instafeed li {
  width: 33.33%;
  float: left;
  padding: 0 5px;
  margin-bottom: 10px;
}

#Instafeed li img {
  width: 100%;
}

.tagcloud a {
	display: inline-block;
	line-height: 1;
	padding: 12px 15px;
	background: #F4F7FC;
	margin-bottom: 8px;
	margin-right: 5px;
	font-size: 12px;
	font-weight: 400;
	color: #5f5b5b;
}

.tagcloud a:hover {
  background: #1d7b8f;
  color: #ffffff;
}

.bg-none {
  background: none;
}

.blog-post-tag span {
  font-size: 18px;
  font-weight: 600;
  display: block;
  margin-bottom: 17px;
  font-family: "Poppins", sans-serif;
  color: #062a4d;
}

.blog-post-tag 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;
}

div.blog-post-tag a:hover {
  color: #fff;
  background: #1d7b8f;
  border-color: #1d7b8f;
}

.blog-post-tag 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: #1d7b8f;
}

.blog-share-icon a:last-child {
  margin-right: 0;
}

.blog-details-border {
  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: #1d7b8f;
}
.post-comments {
	margin-bottom: 42px;
	padding-bottom: 46px;
	background: #fff;
	padding: 40px;
	padding-bottom: 5px;
}
.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.children {
  margin-left: 100px;
}

@media (max-width: 767px) {
  .latest-comments li.children {
    margin-left: 0;
  }
}
.latest-comments ul li .comments-box {
	margin-bottom: 25px;
}
.zomata-page-content .latest-comments ul li .comments-box {
	margin-bottom: 40px;
}
.comments-text {
  overflow: hidden;
  padding-top: 4px;
}

@media (max-width: 767px) {
  .comments-text {
    margin-top: 15px;
  }
}

.comments-text p {
	margin-bottom: 0;
	margin-top: 5px;
}

.avatar-name h5 {
  font-size: 18px;
  margin-bottom: 7px;
}

.avatar-name span {
  color: #1d7b8f;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.avatar-name {
  margin-bottom: 3px;
  overflow: hidden;
  position: relative;
}

.comment-reply-link {
  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;
}

.comment-reply-link:hover {
  color: #1d7b8f;
}

.comment-reply-link 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 .comment-respond {
	background: #fff;
	padding: 40px;
	padding-bottom: 20px;
}
.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: #1d7b8f;
  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: #1d7b8f;
}

.bakix-navigation h4 {
  font-size: 24px;
  margin: 0;
}

.bakix-navigation h4 a:hover {
  color: #1d7b8f;
}

.banner-widget img {
	max-width: 100%;
}

/* 20. cart  */
.cart-name h4 a {
  color: #414149;
  font-size: 17px;
}
.cart-name h4 a:hover{color: #fbba42}
.cart-price span {
  color: #777777;
  font-size: 17px;
}
.cart-select .nice-select {
  border: 1px solid #d6d6d6;
  border-radius: 0;
  float: none;
  margin: auto;
  width: 60px;
}
.cart-table .table-bordered td, .cart-table .table-bordered th {
  border: 1px solid #dee2e6;
  text-align: center;
  vertical-align: middle;
}
.cart-table .table-bordered td, .cart-table .table-bordered th {
  border: 1px solid #dee2e6;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
}
.cart-del > a {
  color: #777777;
}
.coupon-left input {
  border: 1px solid #ddd;
  height: 50px;
  padding: 0 15px;
  width: 50%;
}
.coupon-left button {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: 1px solid #ddd;
	color: #63636b;
	font-size: 14px;
	margin-left: 10px;
	padding: 13px 35px;
	text-transform: capitalize;
	font-weight: 400;
}
.update-cart > a {
  border: 1px solid #ddd;
  color: #414149;
  display: inline-block;
  font-size: 16px;
  margin-left: 10px;
  padding: 14px 25px;
}
.update-cart > a:hover,.coupon-left button:hover{background: #fbba42;border-color:#fbba42}
.cart-total-price > ul {
  border: 1px solid #ddd;
}
.cart-total-price li {
  border-bottom: 1px solid #ddd;
  padding: 17px 28px;
}
.cart-total-price li:last-child{border: 0}
.cart-total-price span {
  float: right;
  font-weight: 500;
}
.cart-total-price > ul {
  border: 1px solid #ddd;
  margin-bottom: 30px;
}
#coupon_code {
	width: 140px;
	padding: 0 15px;
}
#add_payment_method table.cart img, .woocommerce-cart table.cart img, .woocommerce-checkout table.cart img {
	width: 100px;
	box-shadow: none;
}
.woocommerce table.shop_table th {
	font-weight: 600;
	text-align: left;
}
.zomata-page-content  table.shop_table tbody td {
	text-align: left;
}

/*checkout*/
.woocommerce-billing-fields input {
	width: 100%;
	height: 40px;
	border: 1px solid #ddd;
	padding: 0 15px;
}
.woocommerce-input-wrapper {
	width: 100%;
}
.woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last {
	width: 100%;
	overflow: visible;
}
.select2-container--default .select2-selection--single {
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 0;
	height: 40px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 39px;
	position: absolute;
	top: 1px;
	right: 10px;
	width: 20px;
}
.woocommerce .woocommerce-checkout-review-order-table table, .woocommerce .woocommerce-checkout-review-order-table th, .woocommerce .woocommerce-checkout-review-order-table td {
	border: 0;
}
.woocommerce table.shop_table {
	border-radius: 0;
}
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
	background-color: #fe6b51;
	color: #fff;
	-webkit-font-smoothing: antialiased;
	border-radius: 0;
	padding: 17px 30px;
	font-weight: 600;
}
.woocommerce form .form-row textarea {
	height: 100px;
	padding: 15px;
}
#coupon_code {
	height: 50px;
	width: 250px;
	border: 1px solid #ddd;
}
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
	font-size: 100%;
	margin: 0;
	line-height: 1;
	cursor: pointer;
	position: relative;
	text-decoration: none;
	overflow: visible;
	padding: 16px 31px;
	font-weight: 500;
	border-radius: 0;
	left: auto;
	color: #fff;
	background-color: #fe6b51;
	border: 0;
	display: inline-block;
	background-image: none;
	box-shadow: none;
	text-shadow: none;
	text-transform: capitalize;
}
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
	box-sizing: border-box;
	width: 100%;
	margin: 0;
	outline: 0;
	line-height: normal;
	height: 40px;
	border: 1px solid #ddd;
	padding: 0 15px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 40px;
}
.woocommerce form .form-row .input-text, .woocommerce-page form .form-row .input-text {
	box-sizing: border-box;
	width: 100%;
	height: 100px;
	padding: 20px;
}
#order_review_heading {
	margin-top: 30px;
}

.widget img{max-width: 100%}
.organic-food-thumb img {
	width: 100%;
}

/*unit css */
body {
	-ms-word-wrap: break-word;
	word-wrap: break-word;
	overflow-x: hidden;
	color: #000;
	font-size: 14px;
}
img{
	height: auto
}
.dropdown-item.active, .dropdown-item:active {
	background: none;
}
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

.logged-in .header-transparent{
	margin-top: 30px;
}
.admin-bar .sticky-header {
  top: 32px;
}
/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em !important;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em !important;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto !important;
	margin-right: auto !important;
	text-align: center;
}



/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/

.widget select {
	max-width: 100%;
	height: 45px;
	width: 100%;
	border: 1px solid #ddd;
	padding: 0 10px;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
button:focus, input:focus, input:focus, textarea, textarea:focus {
	outline: 0;
}
.sticky {
	display: block;
}

.hentry {
	
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}
/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
	font-size: 14px;
	font-style: italic;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 10px;
}

.gallery-item {
	display: inline-block;
	max-width: 33.33%;
	text-align: center;
	vertical-align: top;
	width: 100%;
	padding-right: 5px !important;
}

.gallery-columns-1 .gallery-item {
	max-width: 100%;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}


/**
* custom css
*
*/
blockquote {
	position: relative;
	margin: 30px 0;
	margin-bottom: 25px;
	padding: 22px 25px ;
}
.wp-block-quote,blockquote {
	margin: 20px 0;
	border-left: solid 4px #FF5E14;
	padding: 22px 25px !important;
}
.wp-block-quote p {
	font-size: 20px;
	margin-bottom: 0
}
blockquote::before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: #ff5e14;
	opacity: 0.07;
}
.has-cyan-bluish-gray-background-color.has-cyan-bluish-gray-background-color {
	background-color: #FFF4EF;
}
.wp-block-quote:not(.is-large):not(.is-style-large) {
	border-left: 4px solid #FF5E14;
}
.wp-block-pullquote {
	border-top: 4px solid #FF5E14 !important;
	border-bottom: 4px solid #FF5E14 !important;
}
.wp-block-quote__citation, .wp-block-quote cite, .wp-block-quote footer {
	margin-top: 10px;
	display: block;
}
.logged-in-as a {
	color: #222;
}
.logged-in-as a:hover {
	color: #FF5E14;
}
.tag-list-wrapper{
	clear: both;
}
.wp-block-gallery.alignwide {
	clear: both;
}

.blog-post-tag {
	background: #fff;
	padding: 0;
	padding-top: 0;
	width: 100%;
	overflow: hidden;
	padding-bottom: 0;
	padding-top: 15px;
}
.blog-post-tag span {
	font-size: 18px;
	color: #112433;
	display: block;
	margin-bottom: 17px;
	font-weight: 400;
}
.blog-post-tag > a {
	color: #7886a0;
	display: inline-block;
	font-size: 12px;
	text-transform: uppercase;
	border: 2px solid #e5e5e5;
	padding: 10px 24px;
	margin-right: 5px;
	transition: .3s;
	border-radius: 5px;
	margin-bottom: 5px;
}
.blog-post-tag > a:hover {
	color: #fff;
	background: #FF5E14;
	border-color: #FF5E14;
}


/**
*
* blog pagination
*/
.pagination ul > li > a, .pagination ul .page-numbers.current, .nav-links a, .nav-links .page-numbers.current {
	background: #F6F4FF;
	font-size: 14px;
	color: #555;
	font-weight: 500;
	display: inline-block;
	padding: 16px 35px;
	border-radius: 30px;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.pagination ul > li > a:hover, .pagination ul > li > a:focus, .pagination ul > .active > a, .pagination ul > .active > span, .pagination ul .page-numbers.current, .nav-links a:hover, .nav-links .page-numbers.current {
	color: #fff;
	background: #ff5e14;
	border-color: #ff5e14;
}



/**
*
* Sidebar widget css
*
*/
.blog-area .widget ul {
	padding: 0;
	margin: 0;
}
.blog-area .widget ul li ul {
	padding-left: 15px;
	padding-top: 15px;
}
.widget ul {
	margin: 0;
}
.widget ul li {
	border-bottom: 1px solid #eaeaea;
	color: #7886a0;
	margin: 0;
	overflow: hidden;
	padding: 15px 0;
	padding-top: 15px;
	position: relative;
	font-size: 14px;
}
.widget ul li a {
	color: #667286;
	display: inline-block;
	font-size: 14px;
	font-weight: 400;
	position: relative;
	text-transform: capitalize;
	transition: .3s;
	line-height: 1;
}
.widget ul li a.rsswidget{
	line-height: 1.3;
}
.widget .footer-post h5 a {
	font-size: 16px;
	line-height: 1.3;
}
.widget ul li:first-child {
	padding-top: 0;
}
.widget_recent_entries ul li a {
	font-size: 14px;
	line-height: 26px;
}

.footer-text {
	margin-bottom: 20px;
}
/**
* latest blog shortcdoe
*
*/
.blog-area .mb-50, .portfolio-area .mb-50, .services-area .mb-50 {
	margin-bottom: 50px;
}

.portfolio-area .mb-40 {
	margin-bottom: 40px !important;
}

.services-area .mb-30{
	margin-bottom: 30px !important;
}
.service-details img {
	width: inherit;
}

/**
*
* removing visual composer default data
*/
.wpb_button, .wpb_content_element, ul.wpb_thumbnails-fluid > li {
	margin-bottom: 0 !important;
}


/**
* image widget
*/
.widget-title {
	display: block;
}
.widget_media_image img {
	width: 100%;
}


/**
* tags
*/
.sidebar-tad{}
.sidebar-tad li {
  float: left;
  margin-bottom: 5px;
  margin-right: 5px;
}
.sidebar-tad li a, .tagcloud a {
	background: #f7f7f7 none repeat scroll 0 0;
	color: #6b7b98;
	display: inline-block;
	font-size: 14px !important;
	font-weight: 400;
	line-height: 1;
	padding: 12px 15px;
	margin-bottom: 5px;
	margin-right: 0px;
}
.sidebar-tad li a:hover, .tagcloud a:hover {
	background: #FF5E14;
	color: #fff;
}

/**
* archive
*
*/
.widget{}
.widget li {
  border-bottom: 1px solid #f5f5f5;
  display: block;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.widget li:last-child {
	border: 0;
	margin: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}
.widget li a {
	color: #444;
	font-weight: 500;
	padding-left: 0;
}
.widget li a:hover {
	color: #ff5e14;
}
.widget li span{float:right;}
li .blog-footer-meta span {
	float: none !important;
	font-size: 13px !important;
}
.widget_recent_comments li span, .widget_recent_comments li span a {
	float: none;
	font-weight: 600;
	color: #444;
}
.widget_rss ul li a.rsswidget {
	font-weight: 600;
}

/* calendar widget */
.widget_calendar {float: none;}
#wp-calendar {width: 100%; }
#wp-calendar caption {
	text-align: right;
	color: #333;
	font-size: 15px;
	margin-top: 5px;
	margin-bottom: 0;
	padding-bottom: 0;
	padding-top: 0;
}
#wp-calendar thead {
	font-size: 14px;
}
#wp-calendar thead th {
 	padding-bottom: 10px;
 }
#wp-calendar tbody {
	color: #666;
}
#wp-calendar tbody td {
	background: #f7f7f7;
	border: 1px solid #fff;
	text-align: center;
	padding:8px;
	transition: .3s;
}
#wp-calendar tbody td:hover, #wp-calendar tbody td:hover a {
	background: #FF5E14;
	color: #fff;
}
#wp-calendar tbody .pad, #wp-calendar tbody .pad:hover {
	background: none;
}
#wp-calendar tfoot #next {
	font-size: 10px;
	text-transform: uppercase;
	text-align: right;
}
#wp-calendar tfoot #prev {
	font-size: 10px;
	text-transform: uppercase;
	padding-top: 10px;
}


/**
* conflict with vc & theme solved
*/
.vc_row {

}



.latest-comments ul li ul.children {
	padding-left: 70px;
}
.latest-comments ul li ul.children {
	margin-top: 35px;
	padding-top: 0;
}
.no-results.not-found {
	background: #fff;
	padding: 41px 100px;
	text-align: center;
	border: 2px solid #f4f3fb;
}
.pageontent.blog-search-content p {
	margin-bottom: 20px;
}
.blog-search-title {
	font-size: 30px;
	font-weight: 700;
	margin: 0;
}
.error-404.not-found {
	padding: 50px 100px;
	text-align: center;
	border: 2px solid #f4f3fb;
	padding-top: 45px;
}
.error-404.not-found .page-header{
	background: none;
}
.page-title.error-title {
	font-size: 38px;
	margin: 0;
}
.page-content.mb-40 {
	margin-bottom: 30px;
}
.page-header {
	background: #fff;
	margin-bottom: 30px;
	padding: 30px;
}
.page-header h1 {
	font-size: 26px;
	margin: 0;
}
.navigation.posts-navigation  .nav-next {
  float: right;
}
.navigation.posts-navigation  .nav-previous {
  float: left;
}
.navigation.posts-navigation  .nav-links {
  overflow: hidden;
}
.navigation.posts-navigation .nav-links a {
	text-transform: uppercase;
	background: #fff;
}
.navigation.posts-navigation .nav-links a:hover {
	background: #ff5e14;
}
.navigation.posts-navigation {
  overflow: hidden;
}

/*unit test*/
dl, ol, ul {
	margin-top: 0;
	margin-bottom: 25px;
}
.blog-area > ul, .blog-area > ol, .blog-area ul, .blog-area ol {
	padding-left: 20px;
}
.blog-details-text ol li, .blog-details-text ul li {
	padding-top: 7px;
}
ul {
	list-style: disc;
}
.blog-wrapper.sticky {
	border: 2px solid #FF5E14;
}
.blog-content h3 {
	margin-top: 20px;
	margin-bottom: 5px;
}
#wp-calendar #next a,#wp-calendar #prev a {
	font-size: 13px;
	font-weight: 600;
}

.blog-content table{
	margin-bottom: 30px;
}
.blog-content table tbody td {
	text-align: center;
}
.blog-content table td {
	border-color: #ddd;
	padding: 12px 12px;
}
.blog-content th, .blog-content td {
	font-weight: normal;
	text-align: left;
	border-width: 0 1px 1px 0;
}
.blog-content table, .blog-content th, .blog-content td {
	border: 1px solid #d1d1d1;
}
.blog-content table th {
	padding: 12px 12px;
	font-size: 15px;
	border-color: #ddd;
	text-align: center;
	font-weight: 600;
}

/*page table*/
.zomata-page-content table{
	margin-bottom: 30px;
}
.zomata-page-content table tbody td {
	text-align: center;
}
.zomata-page-content table td {
	border-color: #ddd;
	padding: 12px 12px;
}
.zomata-page-content th, .zomata-page-content td {
	font-weight: normal;
	text-align: left;
	border-width: 0 1px 1px 0;
}
.zomata-page-content table, .zomata-page-content th, .zomata-page-content td {
	border: 1px solid #d1d1d1;
}
.zomata-page-content table th {
	padding: 12px 12px;
	font-size: 15px;
	border-color: #ddd;
	text-align: center;
	font-weight: 600;
}
.zomata-page-content ol li,.zomata-page-content ul li{
	margin-bottom: 7px;
}.zomata-page-content ol li ol,.zomata-page-content ul li ul{
	margin-top: 7px;
}

.blog-details-text table{
	margin-bottom: 30px;
}
.blog-details-text table tbody td {
	text-align: center;
}
.blog-details-text table td {
	border-color: #ddd;
	padding: 12px 12px;
}
.blog-details-text th, .blog-details-text td {
	font-weight: normal;
	text-align: left;
	border-width: 0 1px 1px 0;
}
.blog-details-text table, .blog-details-text th, .blog-details-text td {
	border: 1px solid #d1d1d1;
}
.post-comments table th {
	padding: 12px 12px;
	font-size: 15px;
	border-color: #ddd;
	text-align: center;
	font-weight: 600;
}
.blog-details-wrapper table {
	margin-bottom: 30px;
	width: 100%;
}
.blog-details-wrapper table tbody td {
	text-align: center;
}
.blog-details-wrapper table td {
	border-color: #ddd;
	padding: 12px 12px;
}
.blog-details-wrapper th, .blog-details-wrapper td {
	font-weight: normal;
	text-align: left;
	border-width: 0 1px 1px 0;
}
.blog-details-wrapper table, .blog-details-wrapper th, .blog-details-wrapper td {
	border: 1px solid #d1d1d1;
}
.blog-details-wrapper table th {
	padding: 12px 12px;
	font-size: 15px;
	border-color: #ddd;
	text-align: center;
	font-weight: 400;
}
.blog-details-wrappert table th a {
	
}
.comments-text > p {
	margin-bottom: 10px;
}
.comments-text ul li,.comments-text ol li{
	padding-top: 5px;
}
pre {
	display: block;
	font-size: 87.5%;
	color: #212529;
	border: 1px solid #ddd;
	padding: 15px;
}
dd + dt {
	margin-top: 20px;
}

.page-links {
	width: 100%;
	clear: both;
	margin-bottom: 10px;
	margin-top: 20px;
}
.page-links > span.page-links-title {
	border: 0;
	color: inherit;
}
.page-links a, .page-links > span {
	border: 2px solid #ddd;
	display: inline-block;
	min-width: 35px;
	text-align: center;
	margin-left: 2px;
	height: 33px;
	line-height: 30px;
	margin-right: 3px;
	color: #444;
}
.page-links > span {
	border: 2px solid #ff5e14;
	color: #ff5e14;
}
.page-links a:hover {
	border: 2px solid #ff5e14;
	color: #ff5e14;
}

.post-password-form label {
	width: 100%;
}
.post-password-form input[type="password"] {
	font-size: 1.2rem;
	line-height: 20px;
	padding: 12px 20px;
	border: 1px solid #E4E4F2;
	width: 100%;
}
.post-password-form input[type="submit"] {
	background-color: #FF5E14;
	border: none;
	padding: 10px 40px;
	color: #fff;
	cursor: pointer;
	transition: .3s;
	font-weight: 600;
}
.post-password-form input[type="submit"]:hover {
	background-color: #010E2A;
}
.post-comments .latest-comments > ul {
	list-style: none;
	padding-left: 0;
}
.comments-text > ul,.comments-text > ol {
	margin-bottom: 20px;
}
ul.children {
	list-style: none;
	padding-top: 9px;
}
.footer-widget #wp-calendar tbody td {
	background: none;
	border: 1px solid #fff;
	color: #fff;
}
.footer-widget #wp-calendar tbody td a{
	color: #fff;
	text-decoration: underline;
}
.footer-widget #wp-calendar tbody td:hover a{
	background: transparent;
}
.footer-widget #wp-calendar tbody #today a {
	color: #fff;
	text-decoration: underline;
	background: none;
}
.footer-widget #wp-calendar thead th {
	color: #fff;
	border: 1px solid #ddd;
	text-align: center;
	padding-top: 7px;
}
.footer-widget #wp-calendar #next a, .footer-widget #wp-calendar #prev a {
	color: #fff;
}
.footer-widget #wp-calendar caption {
	color: #fff;
}

.widget_recent_comments.footer-widget li span, .widget_recent_comments.footer-widget li span a {
	float: none;
	font-weight: 600;
	color: #fff;
}

.widget_recent_comments ul li a{
	display: inline;
}

.footer-widget form input.search-submit {
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	background: #2f3440;
	color: #fff;
	border: 0;
	padding: 0 25px;
	height: 45px;
	font-weight: 600;
	cursor: pointer;
	text-transform: uppercase;
	font-size: 12px;
	transition: .3s;
	width: auto;
}
.footer-widget p {
	color: #fff;
	opacity: .8;
}
.footer-widget .calendar_wrap {
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-scrolling: -ms-autohiding-scrollbar;
}
.widget_rss ul li span{float: none}

.vc-inner-no-padding .vc_column-inner {
	padding-top: 0 !important;
}
.boxed-55 {
	padding:  0 70px !important;
}
.sidebar-rc-post ul li::before {
	display: none;
}
.footer-widget .sidebar-rc-post ul li {
	position: relative;
	padding-left: 0;
	margin-bottom: 15px;
}
.footer-widget .sidebar-rc-post ul li .widget-date {
	color: #999;
}
.footer-post li::before {
	display: none;
}
.footer-widget .footer-post li {
	padding-left: 0
}
.footer-widget .footer-post li a {
	color: #fff;
	opacity: .8;
}
.tag-space {
	display: block;
	width: 100%;
	clear: both;
	margin-top: 20px;
}
.size-thumbnail {
	margin-bottom: 20px;
}

.size-full {
	margin-bottom: 5px;
}
.no-results.not-found .page-header {
	padding-top: 0;
	padding-bottom: 0;
}


.zomata-search-btn {
	position: absolute;
	top: 0;
	right: 0;
	width: 60px;
	border: 0;
	background: no-repeat;
	color: #444;
	border-left: 1px solid #ddd;
	height: 100%;
}
.zomata-search-btn:hover{color: #2154CF}
.search-form2 .form-control {
    height: 50px;
    border-radius: inherit;
}
.search-form2 {
	position: relative;
}

.archive-description {
	margin-top: 15px;
}
/*comment-form*/
.comment-form {
	background: #F7F7FD;
	padding: 30px;
	margin-bottom: 20px;
	padding-bottom: 35px;
}
.comment-form input {
	border: none;
	height: 60px;
	margin-bottom: 20px;
	padding: 0 30px;
	width: 100%;
	font-size: 14px;
	color: #a7a7c1;
	background: #fff;
}
.comment-form textarea {
	border: none;
	height: 150px;
	margin-bottom: 20px;
	padding: 30px;
	width: 100%;
	color: #a7a7c1;
	font-size: 14px;
	background: #fff;
}
.comment-form button.btn {
	border-radius: 0;
}
.comment-form input::-moz-placeholder {
  color: #a7a7c1;
  font-size: 14px;
}
.comment-form input::placeholder {
  color: #a7a7c1;
  font-size: 14px;
}
.comment-form textarea::-moz-placeholder {
  color: #a7a7c1;
  font-size: 14px;
}
.comment-form textarea::placeholder {
  color: #a7a7c1;
  font-size: 14px;
}

.no-pad .vc_column-inner{padding-top: 0 !important}

/*servie details*/
.sidebar-link h3 {
	font-size: 36px;
	font-weight: 700;
}
.servicee-sidebar {
	border: 2px solid #f4f3fb;
	padding: 30px;
}
.servicee-sidebar ul{
	margin-bottom: 0;
}
.servicee-sidebar ul li {
	border-bottom: 1px solid #eaeaea;
	color: #4c4c4c;
	margin: 0;
	overflow: hidden;
	padding: 15px 0;
	padding-top: 15px;
	position: relative;
}
.servicee-sidebar ul li a {
	color: #7886a0;
}
.servicee-sidebar ul li:last-child {
	border: 0;
	margin: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}
.servicee-sidebar ul li a:hover {
	color: #ff5e14;
}

.project-status ul li {
	margin: 0;
	padding: 0;
	list-style: none;
	margin-bottom: 0;
	border-bottom: 1px solid #eaeaea;
	padding: 15px 0;
}
.project-status ul li b {
	margin-right: 5px;
	display: inline-block;
}
.project-status ul li:last-child {
	border:0;
	padding-bottom: 0
}.project-status ul li:first-child {
	padding-top: 0
}
.bypostauthor .avatar-name > h5::after {
	content: "\f007";
	font-family: "Font Awesome 5 Free";
	top: -1px;
	font-size: 12px;
	margin-left: 10px;
	line-height: 1;
	position: relative;
	color: #6b7b98;
	font-weight: 400;
}
.project-status ul {
	margin: 0;
	background: #f7f7fd;
	padding: 35px;
}
.project-desc h3 {
	font-weight: 700;
}
.paginations ul {
	padding-left: 0;
}
.servicee-sidebar-banner {
	margin-bottom: 50px;
}
.portfolio-sidebar {
	margin-bottom: 30px;
}



/*next prev post*/
.project-details-content{}
.blog-details-border {
	margin-top: 40px;
	background: #fff;
	padding: 40px;
	padding-bottom: 22px;
}
.project-details-content span {
	font-size: 13px;
	color: #8583b1;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 500;
}
.project-details-content span a{
	color: #8583b1;
}
.project-details-content span a:hover{
	color: #ff5e14;
}
.project-details-content h3 {
	color: #444;
	margin-top: 8px;
	margin-bottom: 20px;
	line-height: 1.4;
	font-size: 22px;
}
.project-details-content h3 a:hover {
	color: #FF5E14;
}
.project-details-button{}
.project-details-button a.btn{}

.page-area .post-comments-form {
	padding: 0;
	margin-bottom: 0;
	clear: both;
}
.zomata-page-content ol,.zomata-page-content ul{padding-left: 22px}


.container.container-box {
	margin: auto;
}
.vc_column-inner {
	padding-top: 0 !important;
}
.features-service .feature{margin-top: 0}
.features-service .feature-item{margin-top: 0}


/*new unit test*/
.wp-block-column:not(:first-child), .wp-block-column:nth-child(2n) {
	margin-left: 10px;
}
.wp-block-column:not(:last-child) {
	margin-right: 10px;
}
.wp-block-column:nth-child(2n+1) {
	margin-right: 10px;
}
.post-entry > .alignwide {
	margin-left: 0;
	margin-right: 0;
	width: calc(100% + 20px);
	max-width: calc(100% + 20px);
}
.has-large-font-size {
	font-size: 36px;
	line-height: 1.2;
}
.has-very-light-gray-color.has-very-light-gray-color {
	color: #fff;
	background: #ff5e14 !important;
}
.wp-block-archives select {
	height: 50px;
	width: 200px;
	border: 1px solid #ddd;
	padding: 0 10px;
	margin-bottom: 10px;
}
.wp-block-latest-comments {
	padding-left: 0 !important;
}
.wp-block-latest-posts.has-dates {
	padding-left: 14px;
}
.wp-block-archives li a, .wp-block-categories li a {
	color: #5e629c;
}






/** menu extra margin remove **/
.main-menu nav ul {
	margin-bottom: 0;
}

/** comment form **/
.logged-in-as {
	padding: 0 20px;
}

/** unit test **/
.blog-post-items .sticky {
	position: inherit;
	margin-bottom: 40px;
	z-index: 999;
}

.ppostbox.sticky {
	border: 2px solid #ff5e14;
}

.post-text p img, .post-text figure img {
	max-width: 100%;
	height: auto;
}
.post-text p img{
	margin: 15px 0;
}
.post-text ul li {
	list-style: disc;
}

.comments-text p img {
	max-width: 100%;
}
.post-text blockquote > p {
	margin: 0;
}
.logo {
	padding-top: 5px;
}








.wp-block-categories.wp-block-categories-list {
	padding: 0;
}
.wp-block-categories.wp-block-categories-list li {
	list-style: none;
}
.wp-block-archives.wp-block-archives-list li {
	list-style: none;
}
.wp-block-archives.wp-block-archives-list {
	padding: 0;
}
.wp-block-categories ul{
	padding-top: 0
}
.wp-block-latest-posts.has-dates {
	padding: 0;
}
.wp-block-latest-posts.has-dates li {
	list-style: none;
}
.wp-block-latest-posts.is-grid.columns-3 {
	padding: 0;
}
.wp-block-latest-posts.is-grid.columns-3 li {
	list-style: none;
}



/** footer widget **/
.footer-wrapper ul{
	list-style: none;
}
.footer-style-1 .footer-wrapper ul li a,
.footer-style-3 .footer-wrapper ul li a
{
    color: #ffff;
}

.footer-style-1 .footer-wrapper ul li a:hover,
.footer-default-style .footer-wrapper ul li a:hover,
.footer-style-3 .footer-wrapper ul li a:hover
{
    color: #FAB522;
}

.footer-style-2 .footer-wrapper ul li a:hover {
    color: red;
}



/** Footer Widget Logo **/
.footer-style-1 .footer-wrapper.widget_zomata_profile_widget .footer-logo.dark-logo,
.footer-style-3 .footer-wrapper.widget_zomata_profile_widget .footer-logo.dark-logo,
.footer-default-style .footer-wrapper.widget_zomata_profile_widget .footer-logo.dark-logo,
.footer-style-1 .footer-title img.orange-shape,
.footer-style-3 .footer-title img.orange-shape,
.footer-default-style .footer-title img.orange-shape
{
	display: none;
	visibility: hidden;
}

.footer-style-2 .footer-wrapper.widget_zomata_profile_widget .footer-logo.white-logo,
.footer-style-2 .footer-title img.white-shape
{
	display: none;
	visibility: hidden;
}

.footer-style-2 .footer-wrapper .footer-text p,
.footer-style-2 .footer-wrapper .fotter-link li,
.footer-style-2 .footer-wrapper .footer-content p,
.footer-style-2 .footer-wrapper ul li a
{
	color: #5b646b;
}

.footer-style-2 .footer-wrapper .fotter-link li i{
    color: #ef491a;
}

.fotter-link {
    list-style: none;
}

.footer-style-2 .footer-title h4 {
    color: #112433;
}
.footer-wrapper select {
	width: 100%;
	height: 45px;
	padding: 0 12px;
}
.footer-wrapper #wp-calendar thead th {
	padding-bottom: 10px;
	color: #fff;
}
.footer-wrapper #wp-calendar #next a, .footer-wrapper #wp-calendar #prev a {
	color: #fff;
}
.footer-wrapper #wp-calendar caption {
	color: #fff;
}
.footer-wrapper ul li ul{
	padding-left: 10px;
}
.footer-wrapper.widget_recent_comments li span, .footer-wrapper.widget_recent_comments li span a {
	color: #fff;
}
.footer-wrapper p {
	color: #fff;
}
.footer-wrapper img{
	max-width: 100%;
}
.footer-wrapper ul li {
    padding-bottom: 6px;
    color: #fff;
}
.footer-wrapper ul li a {
    color: #fff;
    font-size: 19px;
    font-weight: 400;
    transition: .3s;
}
.footer-wrapper.widget_zomata_profile_widget {
    padding-left: 0;
}

.admin-bar .main-menu-area.sticky {
	margin-top: 33px;
}
.widget ul li .widget-posts-title a {
	line-height: inherit;
	font-size: inherit;
}
.zomata-page-content .wp-caption.aligncenter {
	margin-top: 30px;
}
.zomata-page-content .size-full.alignright {
	margin-bottom: 30px;
}
.project-details-gallery img {
	max-width: 100%;
}
.not-found .sidebar-form form input {
	background: #fff;
	border: none;
	color: #666666;
	padding: 0 10px;
	text-indent: 10px;
	width: 100%;
	height: 60px;
	font-size: 14px;
	border: 2px solid #eaeaea;
}
.not-found .sidebar-form form button {
	background: #062a4d;
	border: 0 none;
	color: #fff;
	font-size: 14px;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	transition: all 0.3s ease 0s;
	width: 60px;
	cursor: pointer;
}
.not-found .sidebar-form form button:hover {
	background: #1d7b8f;
}
.not-found .sidebar-form form {
	position: relative;
}
.not-found .page-content p {
	padding: 0 55px;
}
.error-404.not-found .page-header {
	background: none;
	margin-bottom: 0;
	padding-bottom: 0;
	padding: 0;
}
.retina-logo img {
	width: 156px;
}
.size-full {
	margin-bottom: 0;
}
.cta-bg .cta-text p {
	padding-right: 0;
	padding-left: 10%;
}
.contact-link li::before {
	left: auto;
}

.cta-style-3 .cta-bg .cta-text p {
    padding-right: 0;
    padding-left: 0;
}

/** slider style 4 **/
.slider-style-4 h1 {
	font-weight: 500;
}


.organic-food-area{}
.single-organic-food{}
.organic-food-thumb{}
.organic-food-text{}

.cta-area.cta-style-4 .cta-text h1 {
	font-weight: 600;
}


.blog-area.blog-style-4 .blog-text {
	background: none;
	padding: 0;
}

.single-slider.slider-style-5 .slider-content h4{
	font-family: 'Pacifico', cursive;
}
.single-slider.slider-style-6 .slider-content h4{
	font-family: 'Pacifico', cursive;
	color: #888888;
}

.single-slider.slider-style-6 .slider-content h1 {
	font-size: 100px;
	font-weight: 500;
}
.single-slider.slider-style-6 .slider-content p {
	font-weight: 500;
	padding-right: 56%;
}

.single-feature-food {
	background-color: #F4F7FC;
	overflow: hidden;
	position: relative;
}
.product-text {
	margin-bottom: 35px;
	padding: 23px 15px;
    text-align: left;
}
.feature-product-text {
	position: absolute;
	left: 0;
	z-index: 1;
	top: 0;
	padding: 40px;
	float: none;
	display: inline-block;
}
.fea-img img {
	width: 116%;
	max-height: 300px;
	transition: all .6s ease 0s;
}
.feature-area-title{
	padding-left: 40px;
	padding-right: 40px;
}
.feature-product-text h4 {
	font-size: 36px;
	font-weight: 300;
	color: #000;
}
.feature-product-text p {
	font-size: 19px;
	color: #888888;
}
.link-wrapper {
/*	border-top: 2px solid #E1E1E1;*/
/*	padding-top: 30px;*/
	    text-align: left;
}
.feature-product-text .link-wrapper a {
	background-color: transparent;
    padding: 10px 18px;
    display: inline-block;
    color: #1d7b8f;
    text-transform: capitalize;
    border: 1px solid #1d7b8f;
    font-size: 14px;
}
.feature-product-text .link-wrapper a:hover {
	background-color: #1d7b8f;
	color: #fff;
}
.feature-product-thumb {
	overflow: hidden;
}

.single-feature-food.image-bottom .feature-product-text {
	float: none;
	width: 100%;
}

.single-feature-food {
	background-repeat: no-repeat;
	background-position: 290px 68px;
	border-radius: 14px;
}
.single-feature-food.image-bottom{
	background-repeat: no-repeat;
	background-position: center bottom;
}

.product-area.product-style-3 .product-wrapper:hover .product-img::before, 
.product-area.product-style-3 .product-wrapper:hover .product2-img::before,
.product-area.product-style-4 .product-wrapper:hover .product-img::before, 
.product-area.product-style-4 .product-wrapper:hover .product2-img::before
{
/*
	top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    opacity: .8;
    visibility: visible;
    background-image: linear-gradient(to top, #1d7b8f, #eee4d7);
*/
}

.product-area.product-style-3 .product-action, 
.product-area.product-style-4 .product-action 
{
	position: absolute;
    left: 20px;
    right: 20px;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
    visibility: hidden;
    transition: .3s;
    z-index: 9;
    position: absolute;
    bottom: 26%;
    left: 50%;
    transform: translate(-50%, 100%);
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    width: 255px;
    padding: 10px 0;
    background-color: #ffedd578;
    transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1) 0s;
}
.added_to_cart.wc-forward {
	position: absolute;
	width: auto;
	border-radius: 0;
	padding: 0 19px;
	left: 50%;
	margin: auto;
	text-align: center;
	top: -55px;
	transform: translateX(-50%);
	text-transform: capitalize;
}
.product-area.product-style-3 .product-img:hover .product-action, 
.product-area.product-style-4 .product-wrapper:hover .product-action 
{
	opacity: 1;
	visibility: visible;
}

/** product style 5 **/
.product-area.product-style-5 .product-wrapper:hover .product-img::before, 
.product-area.product-style-5 .product-wrapper:hover .product2-img::before
{
	 top: 0; 
	 left: 0; 
	 right: 0; 
	 bottom: 0; 
	opacity: .8;
	visibility: visible;
	background: #1d7b8f;
}

.product-area.product-style-5 .product-action {
	position: absolute;
	left: 20px;
	right: 20px;
	text-align: center;
	top: 50%;
	transform: translateY(-50%);
	opacity: 0;
	visibility: hidden;
	transition: .3s;
	z-index: 9;
}

.product-area.product-style-5 .product-wrapper:hover .product-action 
{
	opacity: 1;
	visibility: visible;
}
.product-area.product-style-5 .added-to-cart a {
	background: #94C341;
	color: #fff;
}


.added-to-cart {
	position: absolute;
	left: 20px;
	right: 20px;
	text-align: center;
	top: 80%;
	transform: translateY(-50%);
	 opacity: 0; 
	 visibility: hidden; 
	transition: .3s;
	z-index: 9;
}
.product-wrapper:hover .added-to-cart {
	opacity: 1;
	visibility: visible;
}

.added-to-cart a {
	background: #112433;
	color: #fff;
	padding: 15px 30px;
	text-transform: capitalize;
}



.deals-day-content h4 {
	font-size: 30px;
	font-weight: 300;
}
.deals-day-content h1 {
	font-size: 90px;
	font-weight: 300;
	margin-bottom: 20px;
}

.deals-day-area .deals-day-img img {
	width: 100%;
}

.deals-day-text p {
color: #1d7b8f;
    font-size: 22px;
    margin-bottom: 32px;
    font-weight: 600;
    margin-top: 40px;
}
.deals-day-text p > span {
    color: #1d7b8f;
    font-weight: 500;
    padding-top: 2px;
    padding-bottom: 0px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 28px;
    background-color: #fff;
    border-radius: 8px;
}

.subscribe-area .section-title h2 {
	color: #112433;
	font-size: 40px;
}

.subscribe-area .newsletter-form{}
.subscribe-area .newsletter-form input[type="email"] {
	font-size: 19px;
	color: #888888;
	padding: 19px 0 19px 40px;
	width: 620px;
	border: none;
	border-radius: 5px;
}
.subscribe-area .newsletter-form button[type="submit"]{}


/** feature style 5 **/
.feature-product-area.feature-style-5 .single-feature-food {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}


.s-feature-thumb {
	float: left;
}
.s-feature-text {
	overflow: hidden;
}
.blog-area.blog-style-4 .blog-text h4 {
	font-size: 18px;
	font-weight: 500;
	line-height: 27px;
	border-bottom: 0px solid #e3e3ed;
	padding-bottom: 0;
	margin-bottom: 10px;
}
.blog-style-4 .blog-meta span i {
	color: #1d7b8f;
}
.blog-style-4 .blog-meta {
	margin-bottom: 8px;
}
.blog-style-4 .blog-img {
	margin-bottom: 20px;
}

.blog-area.blog-style-4 .blog-text a.btn {
	padding: 20px 40px;
	color: #fff;
}


/** header style 4 **/
.header-style-4 .header-area.header-2 {
	background: #1d7b8f;
}
.header-style-4 .header-text span {
	color: #fff;
}

.header-style-4 .header-icon a {
	color: #fff;
}

.header-style-4 .header-icon a:hover{
	color: #A0F0B2;
}

/** header-style-5 **/
.header-style-5 .header-right ul li.active a{
	background-color: #fff;
}

.header-style-5 .header-right ul li a:hover{
	background-color: #1d7b8f;
}

.header-style-5 .main-menu nav > ul > li:hover > .sub-menu li > a:hover{
	color: #1d7b8f;
}

/** header-style-6 **/
.header-style-6 {
	padding: 0 50px;
}
.slider-style-6.slider-height {
	min-height: 700px;
}
.single-slider.slider-style-6 .slider-content.mt-85 {
	padding: 0 65px;
}
.single-slider.slider-style-6.slider-height.d-flex.align-items-center.slick-slide.slick-current.slick-active {
	left: 80px;
}

/** footer widget **/
.footer-style-4 .footer-title h4 {
	color: #112433;
}
.footer-style-4 .footer-wrapper ul li a {
	color: #888888;
}
.footer-style-4 .footer-wrapper ul li a:hover{
	color: #1d7b8f;
}
.footer-style-4 .footer-wrapper ul li {
	color: #888888;
}
.footer-style-4 .fotter-link li i {
	color: #1d7b8f;
}

/** why-choose **/
.choose-us-area.style-3 .choose-button a.btn{
	background: #F76C6B;
}

/** shipping */
.shipping-area.style-1 .free-shipping-img {
	background-color: #F5F3F0;
	padding: 40px 25px;
}

.shipping-area.style-1 .free-shipping-img h4 {
	color: #4c5f6e;
	font-weight: 500;
	font-size: 20px;
	margin: 0;
}

/** best-product **/
.best-product-heading h2 {
	text-transform: capitalize;
	position: relative;
	padding-bottom: 20px;
	margin-bottom: 40px;
	font-size: 26px;
	font-weight: 500;
}
.best-product-heading h2::before {
	content: "";
	background: #EEEEEE;
	width: 100%;
	height: 2px;
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
}
.best-product-img {
	float: left;
	overflow: hidden;
	border: 1px solid #EBEBEB;
	margin-bottom: 20px;
	padding: 15px;
}
.best-product-wrapper {
	overflow: hidden;
}
.best-product-text {
	overflow: hidden;
	margin-top: 20px;
	padding-left: 18px;
}
.best-product-text .woocommerce-Price-amount {
	margin-left: 0;
}

/** offering **/
.offering-content-wrapper {
	position: relative;
}
.offering-text {
	position: absolute;
	top: 140px;
	right: 100px;
}
.offering-text h4 {
	font-size: 110px;
	color: #fff;
	font-family: 'Pacifico', cursive;
	margin-bottom: 0;
	line-height: 1;
}
.offering-link {
	position: absolute;
	top: 330px;
	right: 165px;
}
.offering-link h5 {
	font-size: 22px;
	text-transform: uppercase;
	color: #fff;
	font-weight: 500;
}
.offering-text p {
	color: #fff;
	padding-left: 68px;
	font-size: 18px;
	font-family: 'Helvetica-Light';
	letter-spacing: 7px;
}
.offering-text p::after {
	content: "";
	background: #FBFBFB;
	height: 12px;
	width: 90px;
	display: block;
}

.offering-text-2 {
	position: absolute;
	top: 95px;
	left: 0;
	right: 0;
	text-align: center;
}
.offering-text-2 h4 {
	font-size: 110px;
	color: #fff;
	font-family: 'Pacifico', cursive;
	margin-bottom: 0;
	line-height: 1;
}

.offering-disc_text {
	position: absolute;
	top: 202px;
	right: 60px;
	background-color: #F27771;
	width: 140px;
	height: 140px;
	border-radius: 50%;
	padding: 15px;
}
.offering-disc_text p {
	color: #fff;
	font-size: 50px;
	font-family: 'Pacifico', cursive;
	text-align: center;
	line-height: 1;
}


.offering-area.style-1 .offering-content-wrapper.style-1 .offering-text-2{
 display: none;
 visibility: hidden;
}
.offering-area.style-1 .offering-content-wrapper.style-1 .offering-disc_text{
 display: none;
 visibility: hidden;
}

.offering-area.style-1 .offering-content-wrapper.style-2 .offering-text{
 display: none;
 visibility: hidden;
}
.offering-area.style-1 .offering-content-wrapper.style-2 .offering-link{
 display: none;
 visibility: hidden;	
}


/** offer-style 2 **/
.offering-area.style-2 .offering-content-wrapper.style-1 .offering-disc_text{
 display: none;
 visibility: hidden;
}
.offering-area.style-2 .offering-content-wrapper.style-1 .offering-text h5 {
	color: #94C341;
	font-size: 78px;
	font-family: 'Pacifico', cursive;
	margin-bottom: 0;
	line-height: 1;
}
.offering-area.style-2 .offering-content-wrapper.style-1 .offering-text h4 {
	color: #94C341;
	margin-bottom: 60px;
}
.offering-area.style-2 .offering-content-wrapper.style-1 .offering-text {
	position: absolute;
	top: 85px;
	right: 44px;
	width: 475px;
}

.offering-area.style-2 .offering-content-wrapper.style-1 .offering-text p {
	color: #888888;
	padding-left: 68px;
	font-size: 18px;
	font-family: 'Helvetica-Light';
	letter-spacing: inherit;
	margin-bottom: 35px;
}
.offering-area.style-2 .offering-content-wrapper.style-1 .offering-text p::after {
	display: none;
	visibility: hidden;
}
.feature-product-offer-area.feature-style-5 .single-feature-product-offer {
	min-height: 474px;
	background-size: cover;
	position: relative;
}
.feature-product-offer-area.feature-style-5 .single-feature-product-offer .product-offer-text {
	position: absolute;
	bottom: 60px;
	right: 82px;
}
.feature-product-offer-area.feature-style-5 .single-feature-product-offer .product-offer-text h5 {
	color: #888888;
	font-size: 20px;
	position: relative;
	padding-left: 50px;
}
.feature-product-offer-area.feature-style-5 .single-feature-product-offer .product-offer-text h5::before {
	position: absolute;
	height: 2px;
	width: 30px;
	content: "";
	background: #888;
	left: 0;
	top: 12px;
}
.feature-product-offer-area.feature-style-5 .single-feature-product-offer .product-offer-text h4 {
	color: #112433;
	font-size: 40px;
	font-weight: 500;
	margin-bottom: 19px;
}
.feature-product-offer-area.feature-style-5 .single-feature-product-offer .product-offer-text a {
	background-color: #94C341;
	padding: 15px 25px;
	display: inline-block;
	color: #fff;
	text-transform: capitalize;
}
.feature-product-offer-area.feature-style-5 .single-feature-food {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: inherit;
	height: 100%;
}
.feature-style-5 {
	padding-left: 48px;
	padding-right: 48px;
}
.feature-product-offer-area.feature-style-5 .single-feature-food .product-offer-text h5 {
	color: #888;
	font-size: 20px;
	position: relative;
	padding-left: 50px;
}
.feature-product-offer-area.feature-style-5 .single-feature-food .product-offer-text h5::before {
	position: absolute;
	height: 2px;
	width: 30px;
	content: "";
	background: #888;
	left: 0;
	top: 12px;
}
.feature-product-offer-area.feature-style-5 .single-feature-food .product-offer-text h4 {
	color: #112433;
	font-size: 40px;
	font-weight: 500;
	margin-bottom: 19px;
}
.feature-product-offer-area.feature-style-5 .single-feature-food .product-offer-text a {
	background-color: #94C341;
	padding: 15px 25px;
	display: inline-block;
	color: #fff;
	text-transform: capitalize;
}





.offering-content-wrapper.style-1 .offering-text .btn {
	background: #94C341;
}



.offering-area.style-2 .offering-content-wrapper.style-2 .offering-text {
	position: absolute;
	top: 30px;
	right: 0;
	left: 0;
}
.offering-area.style-2 .offering-content-wrapper.style-2 .offering-text h5 {
	color: #fff;
	font-size: 78px;
	font-family: 'Pacifico', cursive;
	margin-bottom: 0;
	line-height: 1;
}
.offering-area.style-2 .offering-content-wrapper.style-2 .offering-text h4 {

}
.offering-area.style-2 .offering-content-wrapper.style-2 .offering-text p {
	display: none;
	visibility: hidden;
}
.offering-area.style-2 .offering-content-wrapper.style-2 .offering-text .btn {
	display: none;
	visibility: hidden;
}
.offering-area.style-2 .offering-content-wrapper.style-2 .offering-disc_text {
	position: absolute;
	top: 202px;
	left: 60px;
	background-color: #94C341;
	width: 140px;
	height: 140px;
	border-radius: 50%;
	padding: 15px;
}

.free-shipping-thumb {
	float: left;
}
.free-shipping-text {
	overflow: hidden;
	padding-left: 20px;
}
.free-shipping-text h4 {
	font-weight: 500;
	font-size: 20px;
}
.free-shipping-text p {
	color: #888888;
	line-height: 1;
}

.product-area.product-style-4 .section-title h2 {
	font-weight: 500;
}

.features-area-6 .section-title h1 {
	font-size: 40px;
	margin-bottom: 20px;
}
.features-area-6 .section-title p {
	padding-left: 0;
}
.features-area-6 .s-feature-thumb {
	float: left;
	margin-right: 25px;
}
.features-area-6 .s-feature-text h4 {
	font-size: 20px;
}
.features-area-6 .s-feature-text p {
	margin: 0;
}

.offering-area.style-2 {
	padding: 0 48px;
}
.shp-area {
	padding: 0 60px;
}
.shipping-area.style-2 {
	padding: 0 70px;
}
.footer-style-4 .white-shape {
	display: none;
}

.hidden-title-form button i, .wishlist-title a.show-title-form i, .wishlist_manage_table tfoot a.create-new-wishlist i, .wishlist_manage_table tfoot button.submit-wishlist-changes i, .wishlist_table .add_to_cart.button i, .wishlist_table .ask-an-estimate-button i, .yith-wcwl-add-button > a i, .yith-wcwl-wishlist-new button i, .yith-wcwl-wishlist-search-form button.wishlist-search-button i {
	margin-right: 0;
}

.related-signle-pro .col-xxl-3.col-xl-4.col-lg-6.col-sm-6 {
	flex: 0 0 100%;
	max-width: 100%;
}

.product-active .owl-nav div {
  width: 50px;
  height: 50px;
  background-color: #1d7b8f;
  color: #fff;
  font-size: 20px;
  position: absolute;
  left: -35px;
  top: 50%;
  transform: translateY(-50%);
  line-height: 50px;
  text-align: center;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
  border: 1px solid #1d7b8f;
}
.product-active .owl-nav .owl-next {
  left: auto;
  right: -35px;
}
.product-active .owl-nav div:hover {
  background-color: transparent;
  color: #1d7b8f;
}
.product-active:hover .owl-nav div {
  left: -10px;
  opacity: 1;
  visibility: visible;
}
.product-active:hover .owl-nav div .owl-next {
  right: 10px;
  left: auto;
}
.product-active:hover .owl-nav div.owl-next {
  right: -10px;
  left: auto;
}
.product-active .owl-nav div i {
  line-height: 1;
  display: inline-block;
  margin-top: ;
  transform: translateY(2px);
}

@media (max-width: 767px) {

.product-active:hover .owl-nav div {
  left: 0px;
  opacity: 1;
  visibility: visible;
	}
	.product-active:hover .owl-nav div.owl-next {
	  right: 0px;
	  left: auto;
	}

}

.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {
	display: block !important;
}
form.woocommerce-form p.form-row {
	display: inherit;
}
.form-row .woocommerce-form__input.woocommerce-form__input-checkbox {
	margin-right: 5px;
}
/*
.product-area.product-style-3 .product-wrapper:hover ::before{
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: .8;
    visibility: visible;
    background-image: linear-gradient(to top, #94C342, #F0F3DB);
}*/
.vc_custom_1578844125513 {
    background-image: url("../images/ban.jpg") !important;
	background-repeat: no-repeat;
	background-size: 100%;
}
.vc_custom_1577794942592 {
    background-color: #f4f7fc !important;
}
.vc_custom_1609681699415 {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
    background-image: url("../images/Transparent.png") !important;
    background-position: 0 0 !important;
    background-repeat: no-repeat !important;
}
.catalogue  {
	width: auto !important;
    height: auto !important;
    background: transparent !important;
    border: 1px solid #1d7b8f !important;
    border-radius: 5px !important;
    padding: 9px 15px !important;
    line-height: normal !important;
    color: #1d7b8f !important;
}
.catalogue:hover {
	 background: #1d7b8f !important;
    border: 1px solid #1d7b8f !important;
	color: #fff !important;
}
.product-img  img {
    width: 100%;
	/* height: 268px; */
}
.product-img .front-img  {
	height: 268px;
} 
.breadcrumb-pt-pb {
        padding-top: 85px;
    padding-bottom: 95px;
	margin-top: 98px;
}
.footer_menu  {
	    width: auto !important;
    height: auto !important;
    border-radius: 0 !important;
    background: transparent !important;
    color: #1d7b8f !important;
	font-size: 14px !important
}
.footer_menu:hover  {
	color: #000 !important;
}
.checkbox_filter  {
	margin-right: 10px;
}
.amazon  {
	width: 40px;
    margin-top: 20px;
}
.waapp  {
	width: 40px;
    margin-left: 20px;
    margin-top: 20px;
}
.image_process  {
	 width: 25%;
}
.loading_option {
    min-height: 100%;
    min-height: 90vh;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    /* -webkit-box-pack: center; */
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}
.logo_bottom  {
	margin-bottom: 15px;
}
.social_bck  {
	min-height: 100%;
    min-height: 90vh;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    /* -webkit-box-pack: center; */
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}
.social_blockhead  {
	padding-top: 30px;
    padding-bottom: 30px;
}
.social_grid  {
	padding: 38px 10px;
    background: #fff;
    box-shadow: 0 3px 15px rgba(0,0,0,.085)!important;
    border-radius: 20px;
	margin-bottom: 30px;
}
.social_icons {
    color: #fff !important;
    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;
}
.social_icons:hover {
    background: #1d7b8f;
}
.footer_ref  {
	color: #1d7b8f;
}
.footer_ref:hover  {
	color: #7b8e9d;
}
.social_bckimg  {
	padding: 0px 30px;
}
.bck_two {
    background: #dff4d9;
}
.demo-bg {
    opacity: .5;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: -webkit-fill-available;
}
.hover_icon  {
	opacity: 0;
}
.product-img:hover .hover_icon  {
	opacity: 1;
}
.single-slider  {
	top: -4px !important;
}
.feature  {
	flex: 1;
    background: #f8f9fd;
    margin: 10px;
}
.coupon_btn  {
       position: fixed;
    right: -70px;
    top: 50%;
    background: #1d7b8f;
    color: #fff !important;
    border: 1px solid #1d7b8f !important;
    padding: 8px 20px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    width: fit-content;
    z-index: 999;
    font-size: 17px;
    font-weight: 500;
    transition: .3s;
    rotate: 270deg;
}
.coupon_btn:hover  {
	background: transparent !important;
	color: #1d7b8f !important;
}
.category_btn  {
	
    border: 0;
    padding: 0;

}
.single-feature-food button:hover .fea-img img  {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    filter: none;
}
.product-text h4:hover .product-action  {
	display: none;
}
.product-text h4:hover .product-action  {
	display: none !important;
}
.tags-list .hover-up  {
	display: inline-block;
    margin: 0 15px 0 0;
    background-color: #fff;
    display: inline-block;
    border-radius: 30px;
    -webkit-box-shadow: 5px 5px 15px rgb(0 0 0 / 5%);
    box-shadow: 5px 5px 15px rgb(0 0 0 / 5%);
    padding: 10px 20px;
    border: 1px solid #1d7b8f;
    font-family: "Quicksand", sans-serif;
    font-size: 17px;
    font-weight: 700;
    margin-top: 20px;
    color: #fff;
}

/*
.tags-list input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.tags-list label {
  position: relative;
  cursor: pointer;
}
.tags-list label:before {
  content:'';
  -webkit-appearance: none;
  background-color: transparent;
  border: 2px solid #0079bf;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 10px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 5px;
}


.tags-list input:checked + label:after {
  content: '';
  display: block;
  position: absolute;
  top: 2px;
  left: 9px;
  width: 6px;
  height: 14px;
  border: solid #0079bf;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}*/
.check_box  {
	margin-right: 10px;
}
.tags-list label  {
	color: #1d7b8f;
    font-weight: 600;
    font-size: 16px;
	margin-bottom: 0
}



/***** Gallery  ******/

.ps-product--detail {
    margin-bottom: 0rem;
    background: transparent;
    padding: 20px;
    border: 1px solid #eee;
}

.ps-product--detail h1 {
  margin-bottom: 10px;
  font-size: 24px;
  color: #000;
  font-weight: 400;
  line-height: 1.2;
}

.ps-product--detail .slick-slide {
  outline: none;
  -ms-box-shadow: none;
  box-shadow: none;
}

.ps-product--detail .slick-slide:focus, .ps-product--detail .slick-slide:active, .ps-product--detail .slick-slide:hover {
  outline: none;
}

.ps-product--detail .ps-product__variants .item {
  margin-bottom: 10px;
  border: 1px solid #d9d9d9;
  cursor: pointer;
}

.ps-product--detail .ps-product__variants .item img {
  opacity: 0.5;
  transition: all 0.4s ease;
  height: 60px;
}

.ps-product--detail .ps-product__variants .item .ps-video {
  position: relative;
  z-index: 10;
}

.ps-product--detail .ps-product__variants .item .ps-video:before {
  content: '\f04b';
  font-family: FontAwesome;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  z-index: 20;
}

.ps-product--detail .ps-product__variants .item:last-child {
  margin-bottom: 0;
}

.ps-product--detail .ps-product__variants .item.slick-current {
  border-color: #5a0220;
}

.ps-product--detail .ps-product__variants .item.slick-current img {
  opacity: 1;
}

.ps-product--detail .ps-product__variants .item:hover img {
  width: 100%;
  opacity: 1;
}

.ps-product--detail .ps-product__gallery {
  position: relative;
}

.ps-product--detail .ps-product__gallery .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 100;
  width: 35px;
  height: 35px;
  color: #000;
  font-size: 18px;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 4px;
  visibility: hidden;
  opacity: 0;
}

.ps-product--detail .ps-product__gallery .slick-arrow i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.ps-product--detail .ps-product__gallery .slick-arrow:first-child {
  left: 20px;
}

.ps-product--detail .ps-product__gallery .slick-arrow:last-child {
  right: 10px;
}

.ps-product--detail .ps-product__gallery .slick-arrow:hover {
  background-color: #1d7b8f;
  color: #fff;
}

.ps-product--detail .ps-product__gallery:hover .item:before {
  visibility: visible;
  opacity: 1;
}

.ps-product--detail .ps-product__gallery:hover .slick-arrow {
  visibility: visible;
  opacity: 1;
}
.specification  {
	margin-bottom: 0px !important; 
}
.ps-product--detail .ps-product__video a {
  vertical-align: middle;
}

.ps-product--detail .ps-product__video a:hover.ps-btn--black {
  background-color: #fcb800;
  border-color: #fcb800;
}

.ps-product--detail .ps-product__video i {
  font-size: 20px;
  font-weight: bold;
  vertical-align: middle;
}

.ps-product--detail .ps-product__badge {
  display: inline-block;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 30;
  padding: 0 5px;
  background-color: #fe9931;
}

.ps-product--detail .ps-product__badge i {
  font-style: normal;
  color: #ffffff;
  text-align: center;
  line-height: 1.2em;
  font-size: 1.3rem;
  letter-spacing: 0.2em;
}

.ps-product--detail .ps-product__info {
  text-align: left;
}

.ps-product--detail .ps-product__meta {
  display: flex;
  flex-flow: row nowrap;
  align-items: flex-start;
  margin-bottom: 20px;
  border-bottom: 1px solid #e1e1e1;
}

.ps-product--detail .ps-product__meta p {
  position: relative;
  display: inline-block;
  margin-bottom: 0;
  margin-right: 10px;
  padding-right: 10px;
  line-height: 20px;
}

.ps-product--detail .ps-product__meta p a {
  color: #5a0220;
}

.ps-product--detail .ps-product__meta p:after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 1px;
  height: 14px;
  background-color: #cccccc;
}

.ps-product--detail .ps-product__meta .ps-product__rating {
  display: flex;
  flex-flow: row nowrap;
}

.ps-product--detail .ps-product__meta .ps-product__rating .br-wrapper a {
  font-size: 14px;
}

.ps-product--detail .ps-product__meta .ps-product__rating span {
  margin-left: 10px;
  color: #666;
}

.ps-product--detail .ps-product__price {
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 600;
  color: #000;
}

.ps-product--detail .ps-product__price.sale {
  color: #ec0101;
}

.ps-product--detail .ps-product__price.sale del {
  margin-right: 10px;
  font-size: 22px;
  color: #666;
}

.ps-product--detail .ps-product__price del {
  font-style: normal;
  color: #bcbcbc;
  font-size: 1.3rem;
}

.ps-product--detail .ps-product__price.sale del {
  margin-right: 0;
  font-size: 16px;
  font-weight: 500;
}

.ps-product--detail .ps-product__price.sale small {
  font-size: 16px;
  font-weight: 500;
}

.ps-product--detail .ps-product__desc {
  margin-bottom: 20px;
  border-bottom: 1px solid #e1e1e1;
}

.ps-product--detail .ps-product__desc p {
  color: #000;
}

.ps-product--detail .ps-product__desc p a {
  text-transform: uppercase;
  font-weight: 600;
  color: #5a0220;
  font-size: 16px;
}

.ps-product--detail .ps-product__desc p strong {
  font-weight: 600;
}

.ps-product--detail .ps-product__desc .ps-tag--in-stock {
  font-size: 14px;
}

.ps-product--detail .ps-product__desc .ps-tag--out-stock {
  color: red;
  text-transform: none;
  font-size: 14px;
}

.ps-product--detail .ps-product__desc ul {
  list-style-type: none;
}

.ps-product--detail .ps-product__desc ul li {
  color: #666;
}

.ps-product--detail .ps-product__desc ul li:before {
  top: 6px;
  background-color: #999;
  width: 6px;
  height: 6px;
}

.ps-product--detail .ps-product__shopping {
  display: flex;
  margin-bottom: 3rem;
  padding-bottom: 30px;
  flex-flow: row nowrap;
  align-items: flex-end;
  border-bottom: 1px solid #e1e1e1;
}

.ps-product--detail .ps-product__shopping > * {
  margin-right: 30px;
}

.ps-product--detail .ps-product__shopping figure figcaption {
  margin-bottom: 4px;
}

.ps-product--detail .ps-product__shopping .form-group--number {
  max-width: 115px;
}

.ps-product--detail .ps-product__shopping .form-group--number input {
  border-radius: 0;
  border-color: rgba(0, 0, 0, 0.25);
}

.ps-product--detail .ps-product__shopping .form-group--number i {
  color: rgba(0, 0, 0, 0.25);
}

.ps-product--detail .ps-product__shopping .ps-btn {
  font-weight: 600;
  padding-left: 30px;
  padding-right: 30px;
  vertical-align: top;
  max-height: 50px;
  font-size: 18px;
}

.ps-product--detail .ps-product__shopping .ps-btn.ps-btn--black {
  color: #fff;
}

.ps-product--detail .ps-product__shopping .ps-btn--gray {
  background-color: rgba(0, 0, 0, 0.5);
  color: #ffffff;
}

.ps-product--detail .ps-product__shopping .ps-product__favorite {
  position: relative;
  display: inline-block;
  margin-right: 0;
  width: 40px;
  height: 40px;
  vertical-align: top;
  border: 1px solid #000;
  border-radius: 50%;
}

.ps-product--detail .ps-product__shopping .ps-product__favorite i {
  padding-top: 2px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.ps-product--detail .ps-product__shopping .ps-product__favorite:hover {
  border-color: #fcb800;
}

.ps-product--detail .ps-product__shopping .ps-product__actions {
  margin-right: 0;
}

.ps-product--detail .ps-product__shopping .ps-product__actions a {
  display: inline-block;
  margin-right: 20px;
  font-size: 26px;
  color: #999;
}

.ps-product--detail .ps-product__shopping .ps-product__actions a:last-child {
  margin-right: 0;
}

.ps-product--detail .ps-product__shopping.extend {
  align-items: flex-start;
  flex-flow: column wrap;
}

.ps-product--detail .ps-product__shopping.extend > * {
  margin-right: 0;
}

.ps-product--detail .ps-product__shopping.extend .ps-product__btn-group {
  margin-bottom: 20px;
  width: 100%;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: flex-end;
  max-width: 420px;
}

.ps-product--detail .ps-product__shopping.extend .ps-product__btn-group .ps-btn {
  min-width: 180px;
  text-align: center;
}

.ps-product--detail .ps-product__shopping.extend > .ps-btn {
  width: 100%;
  text-align: center;
}
.ps-product__variants .slick-arrow i {
    margin-left: 25px;
    color: #000;
}
.gallery_bottom  {
	margin-bottom: 30px;
}
@media screen and (max-width: 1365px) {
  .ps-product--detail .ps-product__shopping {
    flex-flow: row wrap;
  }
  .ps-product--detail .ps-product__shopping figure,
  .ps-product--detail .ps-product__shopping .ps-btn {
    margin-right: 10px;
  }
}

@media (max-width: 1679px) {
  .ps-product--detail .ps-product__shopping {
    flex-flow: row wrap;
  }
  .ps-product--detail .ps-product__shopping > * {
    margin-right: 10px;
  }
  .ps-product--detail .ps-product__shopping .ps-btn {
    margin-right: 10px;
    text-align: center;
  }
}

.ps-product--detail .ps-product__links {
  margin-bottom: 3rem;
}

.ps-product--detail .ps-product__links a {
  display: inline-block;
  margin-right: 20px;
  font-weight: 600;
  color: #000;
}

.ps-product--detail .ps-product__links a:hover {
  color: #fcb800;
}

.ps-product--detail .ps-product__specification {
  margin-bottom: 10px;
}

.ps-product--detail .ps-product__specification .report {
  text-decoration: underline;
}

.ps-product--detail .ps-product__specification .in-stock {
  color: #8bc500;
  font-weight: 600;
}

.ps-product--detail .ps-product__specification p {
  color: #000;
  margin-bottom: 0;
}

.ps-product--detail .ps-product__specification p strong {
  font-weight: 400;
  margin-right: 5px;
}

.ps-product--detail .ps-product__specification p a {
  color: #666;
}

.ps-product--detail .ps-product__specification p a:hover {
  color: #5a0220;
}
.ps-product__actions a i  {
    transition: all .4s ease;
}
.ps-product__actions a:hover i  {
  color: #fff;
}
.ps-product__shopping .ps-product__actions a:hover i  {
  color: #5a0220;
}
.ps-product--detail .ps-product__specification p.categories a {
  color: #5a0220;
}

.ps-product--detail .ps-product__sharing {
  padding-top: 2rem;
  margin-bottom: 0;
}

.ps-product--detail .ps-product__sharing p {
  line-height: 30px;
  color: #000;
  font-weight: 500;
}

.ps-product--detail .ps-product__sharing a {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin-right: 10px;
  vertical-align: top;
}

.ps-product--detail .ps-product__sharing a i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 20px;
  color: #5a0220;
}

.ps-product--detail .ps-product__sharing a:last-child {
  margin-right: 0;
}

.ps-product--detail .ps-product__sharing a:hover {
  color: #fff;
  background-color: #fcb800;
}

.ps-product--detail .ps-product__sharing a.facebook {
  background-color: #ddd;
}

.ps-product--detail .ps-product__sharing a.twitter {
  background-color: #55acee;
}

.ps-product--detail .ps-product__sharing a.google {
  background-color: #ddd;
}

.ps-product--detail .ps-product__sharing a.linkedin {
  background-color: #ddd;
}
.ps-product--detail .ps-product__sharing a:hover i {
	color: #fff;
}
.ps-product--detail .ps-product__bundle {
  margin-bottom: 2rem;
}

.ps-product--detail .ps-product__bundle h4 {
  font-weight: 600;
  font-size: 2.1rem;
}

.ps-product--detail .ps-product__bundle .form-group {
  margin-bottom: 15px;
}

.ps-product--detail .ps-product__bundle p {
  margin-bottom: 15px;
}

.ps-product--detail .ps-product__bundle p strong {
  font-weight: 600;
  color: #696969;
}

.ps-product--detail .ps-product__bundle .ps-checkbox {
  margin-bottom: 10px;
}

.ps-product--detail .ps-product__bundle-item p {
  margin-bottom: 0;
}

.ps-product--detail .ps-product__bundle-item img {
  margin-bottom: 10px;
  max-width: 100px;
}

.ps-product--detail .ps-product__bundle-item span {
  padding: 0 5px;
}

@media (max-width: 479px) {
  .ps-product--detail .ps-product__bundle-item img {
    max-width: 50px;
  }
}

.ps-product--detail .ps-product__group img {
  max-width: 80px;
}

.ps-product--detail .ps-product__group .form-group--number {

  min-width: 100px;
}

.ps-product--detail .ps-product__group .form-group--number .form-control {
  border-radius: 0;
}

.ps-product--detail .ps-product__group table tr td {
  padding: 10px;
}

.ps-product--detail .ps-product__group table tr td a {
  color: #000;
}

.ps-product--detail .ps-product__group table tr td a:hover {
  color: #666;
}

.ps-product--detail .ps-product__group table tr td:nth-child(2) {
  min-width: 230px;
}

.ps-product--detail .ps-gallery__item {
  display: block;
}

.ps-product--detail .ps-product__variations {
  margin-bottom: 2rem;
}

.ps-product--detail .ps-product__variations figure {
  margin-bottom: 15px;
}

.ps-product--detail .ps-product__variations figure figcaption {
  margin-bottom: 15px;
  font-size: 14px;
  color: #666;
  font-weight: 400;
}

.ps-product--detail .ps-product__variations figure figcaption strong {
  color: #000;
}

.ps-product--detail .ps-product__progress-bar {
  display: block;
  width: 100%;
}

.ps-product--detail .ps-product__progress-bar .ps-progress__value {
  margin-bottom: 5px;
  position: relative;
  display: block;
  height: 20px;
  background-color: #e4e4e4;
}

.ps-product--detail .ps-product__progress-bar .ps-progress__value > span {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  height: 100%;
  background-color: #fcb800;
  width: 50%;
}

.ps-product--detail .ps-product__progress-bar p {
  margin-bottom: 0;
}

.ps-product--detail .ps-product__progress-bar p > b {
  color: #690;
}

.ps-product--detail .ps-product__countdown {
  margin-bottom: 25px;
  padding: 20px;
  background-color: #f4f4f4;
}

.ps-product--detail .ps-product__countdown figure {
  display: flex;
  margin-bottom: 20px;
}

.ps-product--detail .ps-product__countdown figure > * {
  width: 100%;
}

.ps-product--detail .ps-product__countdown figure figcaption {
  max-width: 260px;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  color: #000;
  padding-right: 20px;
}

.ps-product--detail .ps-product__countdown .ps-countdown li {
  position: relative;
  display: inline-block;
  padding-right: 20px;
  margin-right: 10px;
  text-align: center;
}

.ps-product--detail .ps-product__countdown .ps-countdown li:after {
  content: ':';
  color: #666;
  font-size: 20px;
  position: absolute;
  top: 20px;
  right: 0;
  font-weight: 600;
}

.ps-product--detail .ps-product__countdown .ps-countdown li span {
  display: flex;
  margin-bottom: 10px;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  background-color: #ffffff;
  border: 1px solid #ccc;
  font-size: 30px;
  color: red;
  font-weight: 600;
}

.ps-product--detail .ps-product__countdown .ps-countdown li p {
  margin-bottom: 0;
}

.ps-product--detail .ps-product__countdown .ps-countdown li:last-child {
  margin-right: 0;
}

.ps-product--detail .ps-product__countdown .ps-countdown li:last-child:after {
  display: none;
}

@media (max-width: 1680px) {
  .ps-product--detail .ps-product__countdown figure {
    flex-flow: column wrap;
  }
  .ps-product--detail .ps-product__countdown figure figcaption {
    margin-bottom: 10px;
  }
}

@media (max-width: 767px) {
  .ps-product--detail .ps-product__countdown figure figcaption {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.6em;
  }
  .ps-product--detail .ps-product__countdown .ps-countdown {
    display: flex;
    max-width: 320px;
    justify-content: space-between;
  }
  .ps-product--detail .ps-product__countdown .ps-countdown li span {
    width: 40px;
    height: 40px;
    font-size: 20px;
  }
}

@media (max-width: 479px) {
  .ps-product--detail .ps-product__countdown .ps-countdown li p {
    display: none;
  }
}

.ps-product--detail .ps-product__thumbnail {
  width: 100%;
  display: flex;
  flex-flow: row-reverse nowrap;
  align-content: flex-start;
}

.ps-product--detail .ps-product__thumbnail > * {
  width: 100%;
}

.ps-product--detail .ps-product__thumbnail .ps-product__badge {
  width: auto;
}

.ps-product--detail .ps-product__thumbnail figure {
  position: relative;
  display: block;
  max-width: calc(100% - 60px);
  padding-left: 10px;
}

.ps-product--detail .ps-product__thumbnail .ps-product__variants {
  max-width: 60px;
  width: 100%;
  min-width: 60px;
}

.ps-product--detail .ps-product__thumbnail .ps-product__video {
  position: absolute;
  bottom: 20px;
  right: 20px;
  z-index: 20;
}

.ps-product--detail .ps-product__thumbnail .ps-wrapper {
  position: relative;
}

.ps-product--detail .ps-product__heading {
  margin-bottom: 40px;
  margin-top: 10px;
  padding-bottom: 15px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  border-bottom: 1px solid #e1e1e1;
}

.ps-product--detail .ps-product__thumbnail[data-vertical='false'] {
  flex-flow: row wrap;
}

.ps-product--detail .ps-product__thumbnail[data-vertical='false'] figure {
  max-width: 100%;
  padding-left: 0;
}

.ps-product--detail .ps-product__thumbnail[data-vertical='false'] .ps-product__variants {
  max-width: 100%;
  text-align: center;
  width: 100%;
}

.ps-product--detail .ps-product__thumbnail[data-vertical='false'] .ps-product__variants .item {
  margin-bottom: 0;
  margin-right: 10px;
}

.ps-product--detail .ps-product__thumbnail[data-vertical='false'] .ps-product__variants .item.slick-active:last-child {
  margin-right: 0;
}

.ps-product--detail .ps-product__thumbnail[data-vertical='false'] .ps-product__variants .slick-list {
  margin-right: -10px;
}

.ps-product--detail .ps-product__thumbnail[data-vertical='false'] .ps-product__variants .slick-arrow {
  font-size: 20px;
  line-height: 20px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.ps-product--detail .ps-product__thumbnail[data-vertical='false'] .ps-product__variants .slick-arrow:first-child {
  left: -20px;
}

.ps-product--detail .ps-product__thumbnail[data-vertical='false'] .ps-product__variants .slick-arrow:first-child i:before {
  content: '\f104';
}

.ps-product--detail .ps-product__thumbnail[data-vertical='false'] .ps-product__variants .slick-arrow:last-child {
  right: 0px;
}

.ps-product--detail .ps-product__thumbnail[data-vertical='false'] .ps-product__variants .slick-arrow:last-child i:before {
  content: '\f105';
}

.ps-product--detail .ps-product__thumbnail[data-vertical='false'] .ps-product__variants .slick-arrow:hover i {
  color: #000;
}

.ps-product--detail .ps-product__thumbnail[data-vertical='false'] .ps-product__gallery {
  margin-bottom: 10px;
}

.ps-product--detail .ps-product__thumbnail[data-vertical='false'] .ps-product__gallery img {
  width: 100%;
}

.ps-product--detail .ps-product__header {
/*
  display: flex;
  flex-flow: row nowrap;
*/
}

.ps-product--detail .ps-product__header > * {
  width: 100%;
}

.ps-product--detail .ps-product__header .ps-product__thumbnail {
/*  max-width: 50%;*/
}

.ps-product--detail .ps-product__header .ps-product__info {
  max-width: 57%;
  padding-left: 30px;
}

.ps-product--detail > .ps-product__content {
  padding-top: 80px;
}

.ps-product--detail .ps-tab-list {
  position: relative;
  display: block;
  margin: 0 0 50px;
  padding-left: 0;
  border-bottom: 1px solid #e1e1e1;
}

.ps-product--detail .ps-tab-list li {
  display: inline-block;
}

.ps-product--detail .ps-tab-list li a {
  position: relative;
  display: block;
  color: #999999;
  font-size: 20px;
  padding: 15px 20px;
  line-height: 20px;
  font-weight: 600;
}

.ps-product--detail .ps-tab-list li a:before {
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #5a0220;
  transform: scale3d(0, 1, 1);
  transform-origin: 100% 50%;
  transition: transform 0.75s cubic-bezier(0.77, 0, 0.175, 1);
}

.ps-product--detail .ps-tab-list li a:hover {
  color: #000;
}

.ps-product--detail .ps-tab-list li a:hover:before {
  transform: scale3d(1, 1, 1);
  transform-origin: 0 50%;
}

.ps-product--detail .ps-tab-list li:last-child {
  margin-right: 0;
}

.ps-product--detail .ps-tab-list li.active a {
  color: #000;
  border-color: #000;
}

.ps-product--detail .ps-tab-list li.active a:before {
  transform: scale3d(1, 1, 1);
  transform-origin: 0 50%;
}

.ps-product--detail .ps-tab p {
  margin-bottom: 25px;
}

.ps-product--detail .ps-product .ps-product__price {
  font-size: 16px;
  font-weight: 400;
}

.ps-product--detail.ps-product--thumbnail-right .ps-product__thumbnail {
  flex-flow: row nowrap;
}

.ps-product--detail.ps-product--thumbnail-right .ps-product__thumbnail figure {
  padding-left: 0;
  padding-right: 10px;
}

@media (max-width: 1199px) {
  .ps-product--detail .ps-product__thumbnail {
    flex-flow: column wrap;
  }
  .ps-product--detail .ps-product__thumbnail figure {
    margin-bottom: 30px;
    padding: 0;
    width: 100%;
    max-width: 100%;
  }
  .ps-product--detail .ps-product__thumbnail .ps-product__variants {
    position: relative;
    padding: 0 40px;
    float: none;
    width: 100%;
    max-width: 100%;
  }
  .ps-product--detail .ps-product__thumbnail .ps-product__variants .item {
    border: none;
    margin-right: 10px;
    margin-bottom: 0;
  }
  .ps-product--detail .ps-product__thumbnail .ps-product__variants .slick-arrow {
    display: inline-block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 16px;
  }
  .ps-product--detail .ps-product__thumbnail .ps-product__variants .slick-arrow:first-child {
    left: 0;
  }
  .ps-product--detail .ps-product__thumbnail .ps-product__variants .slick-arrow:last-child {
    right: 0;
  }
  .ps-product--detail.ps-product--thumbnail-right .ps-product__thumbnail {
    flex-flow: row wrap;
  }
  .ps-product--detail.ps-product--thumbnail-right .ps-product__thumbnail figure {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 991px) {
  .ps-product--detail .ps-product__header .ps-product__thumbnail {
    padding-right: 0;
  }
  .ps-product--detail .ps-product__header .ps-product__info {
    padding-left: 3rem;
  }
  .ps-product--detail .ps-product__shopping .form-group--number {
    max-width: 100px;
  }
  .ps-product--detail .ps-product__thumbnail {
    padding-right: 0;
  }
  .ps-product--detail > .ps-product__content {
    padding-top: 75px;
  }
  .ps-product--detail > .ps-product__content .tab-list li {
    margin-right: 3rem;
  }
  .ps-product--detail > .ps-product__content .tab-list li a {
    font-size: 1.4rem;
  }
}

@media (max-width: 767px) {
  .ps-product--detail .ps-product__header {
    flex-flow: column wrap;
  }
  .ps-product--detail .ps-product__header .ps-product__thumbnail {
    max-width: 100%;
    margin-bottom: 3rem;
  }
  .ps-product--detail .ps-product__header .ps-product__info {
    width: 100%;
    padding-left: 0;
    max-width: 100%;
  }
  .ps-product--detail h1 {
    font-size: 2.4rem;
  }
  .ps-product--detail .ps-product__sharing {
    text-align: left;
  }
  .ps-product--detail > .ps-product__content {
    padding-top: 50px;
  }
  .ps-product--detail > .ps-product__content .ps-tab-list li {
    display: block;
    margin-right: 0;
  }
  .ps-product--detail > .ps-product__content .ps-tab-list li a {
    display: block;
    padding: 5px 0;
    font-size: 18px;
  }
  .ps-product--detail > .ps-product__content .ps-tab-list li a:before {
    display: none;
  }
}

@media (max-width: 479px) {
  .ps-product--detail .ps-product__meta p {
    float: none;
    margin-bottom: 1rem;
  }
  .ps-product--detail .ps-product__meta > a {
    display: block;
    float: none;
    padding-left: 0;
  }
  .ps-product--detail .ps-product__shopping {
    display: flex;
  }
  .ps-product--detail .ps-product__shopping figure {
    width: 100%;
  }
  .ps-product--detail .ps-product__shopping figure .form-group--number {
    width: 30%;
    max-width: 100%;
	  margin-bottom: 10px;
  }
  .ps-product--detail .ps-product__shopping .ps-btn {
    /*display: none;*/
    width: 50%;
    margin-right: 10px;
  }
  .ps-product--detail .ps-product__shopping .ps-btn {
   /* display: none;*/
  }
  .ps-product--detail .ps-product__actions {
    padding-top: 10px;
  }
}

@media (max-width: 375px) {
  .ps-product--detail .ps-product__shopping .ps-form--number {
    max-width: 100%;
    width: 100%;
	}
	.ps-product--detail .ps-product__shopping {
    margin-bottom: 1rem;
  }
  .ps-product--detail .ps-product__shopping .ps-btn {
    padding-left: 20px;
    padding-right: 20px;
  }
  .ps-product--detail .ps-product__shopping button {
    width: 100%;
  }
}
/*
..slick-slide   {
	height: auto !important;
}
*/
.ps-product__gallery .slick-slide img {
    width: 100%;
}
/*
.ps-product__variants .slick-list   {
	height: 280px !important;
}
.ps-product__variants .slick-list .slick-track  {
	height: 350px !important; 
	
}
*/
/** Gallery End  **/
.requset  {
	background: #000 !important;
    color: #fff;
    border: 1px solid #000 !important;
}
.requset:hover  {
	background: transparent !important;
    color: #000 !important;
    border: 1px solid #000 !important;
}
.notfound  {
	width: 100%;
}
.notfound_para  {
	font-weight: 700;
    font-size: 35px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.shadow_block {
    padding: 38px 10px;
    background: #fff;
    /* margin: 0px 28px 28px; */
    box-shadow: 0 3px 15px rgba(0,0,0,.085)!important;
    border-radius: 20px;
	text-align: center;
}
.social_shareicon  {
    text-align: center;
    font-size: 28px;
    background: #1d7b8f;
    border-radius: 50%;
    /* padding: 10px; */
    width: 55px;
    height: 55px;
    line-height: 55px;
    color: #fff;
}
.social-share_main  {
	min-height: 100%;
    min-height: 90vh;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    /* -webkit-box-pack: center; */
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}
.social_bottom  {
	margin-bottom: 30px;
}
.standard-logo img  {
	width: 50%;
}
.activemenu  {
	color: #fff !important;
	text-decoration: underline;
    text-underline-offset: 4px; 
}
.shadow_block {
    padding: 55px 10px;
    background: #fff;
    /* margin: 0px 28px 28px; */
    box-shadow: 0 3px 15px rgba(0,0,0,.085)!important;
    border-radius: 20px;
	text-align: center;
}
.social_shareicon  {
    text-align: center;
    font-size: 28px;
    border-radius: 50%;
    /* padding: 10px; */
    width: 55px;
    height: 55px;
    line-height: 55px;
    color: #fff;
}
.social-share_main  {
	min-height: 100%;
    min-height: 90vh;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    /* -webkit-box-pack: center; */
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}
.social_bottom  {
	margin-bottom: 30px;
}
.shadow_block:hover {
    background: #ffedd578;
}
.social_shareicon_fb  {
	background: #3b5998;
}
.social_shareicon_insta  {
       background: #f09433; 
background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%); 
background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );

}
.social_shareicon_youtube  {
	background:#FF0000;
}
.social_shareicon_whatsapp  {
	background:	#25D366;
}
.shadow_block p  {
	color: #1d7b8f;
}
.btn-whatsapp-pulse {
	border: 1px solid #25d366;
	background: #25d366;
    color: white;
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 28px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 0;
    height: 0;
    padding: 24px;
    text-decoration: none;
    border-radius: 50%;
    z-index: 111;
}

/*
@keyframes pulse {
	0% {
		box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
	}
	80% {
		box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);
	}
}
*/

.btn-whatsapp-pulse-border {
    right: 50px;
	bottom: 140px;
}

.btn-whatsapp-pulse-border::before {
/*
    content: "";
    position: absolute;
    border-radius: 50%;
    padding: 13px;
    border: 5px solid #25d366;
    opacity: 0.75;
*/
}

@keyframes pulse-border {
	0% {
		padding: 25px;
		opacity: 0.75;
	}
	75% {
		padding: 50px;
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}
.btn-whatsapp-pulse:hover  {
	background: transparent;
}
.btn-whatsapp-pulse:hover i  {
	color: #25d366 !important;
}
.logo-side img  {
	width: 100%;
}
input[type=checkbox] {
          accent-color: #cd77071f;
 }
.newsletter_btn  {
	height: 66.5px;
	margin-top: -6px;
}
.bannerTitle p  {
	font-size: 50px;
    font-weight: 500;
    line-height: 1;
	color: #000;
}
.bannerDesc h3  {
	font-size: 22px;
    color: #7b8e9d;
    text-transform: capitalize;
    letter-spacing: unset;
    margin-bottom: 20px;
    display: inline-block;
}
.social_img  {
	height: 63px;
}
.hiddenFile {
    opacity: 0;
    right: 10px;
}
.custom-file-upload {
    height: 60px;
    width: 100%;
    border: 1px solid #e9e9e9;
    margin-bottom: 20px;
    padding: 0 15px;
    color: #7b8e9d;
    transition: .3s;
    background: #fff;
    cursor: pointer;
}

.detail-qty {
	max-width: 80px;
	padding: 9px 20px;
	position: relative;
	width: 100%;
	border-radius: 5px;
  }
  
  .detail-qty > a {
	font-size: 16px;
	position: absolute;
	right: 8px;
	color: #000;
  }
  
  .detail-qty > a:hover {
	color: #7e7e7e;
  }
  
  .detail-qty > a.qty-up {
	top: 0;
  }
  
  .detail-qty > a.qty-down {
	bottom: -4px;
  }
  
  .attr-detail .select-box select {
	height: 40px;
	width: 100%;
  }
  
  .attr-detail.attr-brand {
	margin-top: 23px;
  }
  
  .attr-detail.attr-brand .select-box {
	display: block;
	margin-bottom: 20px;
  }
  
  .attr-detail.attr-color table {
	margin-bottom: 15px;
  }
  
  .detail-extralink > div {
	display: inline-block;
	vertical-align: top;
  }
  
  .detail-extralink .detail-qty {
	margin: 0 6px 15px 0;
	background: #fff;
	border: 1px solid #000  !important;
	font-size: 16px;
	font-weight: 700;
	color: #000 ;
	border-radius: 5px;
	padding: 11px 20px 11px 30px;
	max-width: 90px;
  }
  

.detail-qty {
    max-width: 80px;
    padding: 9px 20px;
    position: relative;
    width: 100%;
    border-radius: 5px;
}
.detail-extralink > div {
    display: inline-block;
    vertical-align: top;
}
.detail-extralink .detail-qty {
    margin: 0 6px 15px 0;
    background: #fff;
    border: 1px solid #000 !important;
    font-size: 16px;
    font-weight: 700;
    color: #000;
    border-radius: 5px;
    padding: 11px 20px 11px 30px;
    max-width: 90px;
}
.nav_loginmain{
	width: unset !important;
	height: unset !important;
}
.row-top{
	margin-top: 80px !important;
}
.text-middle{
	margin: 0 auto !important;
	font-weight: 600 !important;
}
.button-position{
	margin: 0 auto !important;
}
.otp-link{
	
    padding-top: 16px !important;
}
.detail-qty {
	max-width: 80px;
	padding: 9px 20px;
	position: relative;
	width: 100%;
	border-radius: 5px;
	}

	.detail-qty > a {
	font-size: 16px;
	position: absolute;
	right: 8px;
	color: #000;
	}

	.detail-qty > a:hover {
	color: #7e7e7e;
	}

	.detail-qty > a.qty-up {
	top: 0;
	}

	.detail-qty > a.qty-down {
	bottom: -4px;
	}

	.attr-detail .select-box select {
	height: 40px;
	width: 100%;
	}

	.attr-detail.attr-brand {
	margin-top: 23px;
	}

	.attr-detail.attr-brand .select-box {
	display: block;
	margin-bottom: 20px;
	}

	.attr-detail.attr-color table {
	margin-bottom: 15px;
	}

	.detail-extralink > div {
	display: inline-block;
	vertical-align: top;
	}

	.detail-extralink .detail-qty {
		margin: 8px 6px 5px 0;
		background: #fff;
		border: 1px solid #000 !important;
		font-size: 16px;
		font-weight: 700;
		color: #000;
		border-radius: 5px;
		padding: 11px 15px 11px 15px;
        max-width: 75px;
	}
	input.qty-val {
		border: 0;
		border-radius: 0;
		height: unset;
		padding: 0 !important;
		background: unset;
		text-align: left;
	}
	.products__qty  {
		display: flex;
	}
	 .cart-dropdown-wrap {
    position: absolute;
    right: 0;
    top: calc(100% + 20px);
    z-index: 99;
    max-height: 500px;
    width: 480px;
    background-color: #fff;
    -webkit-box-shadow: 5px 5px 15px rgb(0 0 0 / 5%);
    box-shadow: 5px 5px 15px rgb(0 0 0 / 5%);
    padding: 30px 20px 27px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    border-radius: 10px;
    border: 1px solid #ececec;
    overflow-y: scroll;
}
.header-right ul .cart-align:hover .cart-dropdown-wrap  {
  opacity: 1;
  visibility: visible;
  top: calc(100% + 10px);
}
.ship_detail input{
    height: 60px;
    width: 100%;
    border: 1px solid #e9e9e9;
    margin-bottom: 20px;
    padding: 0 15px;
    color: #7b8e9d;
    font-size: 19px;
    transition: .3s;
    background: #fff;
    font-weight: 400;
}

.custome-checkbox input{
    height: unset;
    width: unset;
    border: none;
    margin-bottom: unset;
    padding: unset;
    color: none;
    font-size: unset;
    transition: unset;
    background: none;
    font-weight: unset;
}

.dashboard-menu ul {
  padding: 0;
  margin: 0;
}

.dashboard-menu ul li {
  position: relative;
  border-radius: 10px;
  border: 1px solid #ececec;
  border-radius: 10px;
}

.dashboard-menu ul li a {
  font-size: 16px;
  color: #7E7E7E;
  padding: 15px 30px;
  font-family: "Quicksand", sans-serif;
  font-weight: 700;
}

.dashboard-menu ul li a i {
  color: #7E7E7E;
  font-size: 19px;
  opacity: 0.6;
}

.dashboard-menu ul li a.active {
  color: #fff;
  background-color: #000;
  border-radius: 10px;
}

.dashboard-menu ul li a.active i {
  color: #fff;
}

.dashboard-menu ul li:not(:last-child) {
  margin-bottom: 10px;
}
.image-custom{
    width:100px !important;
}
.edit-custom{
    width:20px !important;
}



.form-group input:focus {
  background: transparent;
  border-color: #BCE3C9;
}
textarea:-moz-placeholder {
  opacity: 1;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  opacity: 1;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 1;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  opacity: 1;
}
textarea {
  border: 1px solid #ececec;
  border-radius: 10px;
  height: 50px;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 10px 10px 10px 20px;
  font-size: 16px;
  width: 100%;
  min-height: 200px;
}

textarea:focus {
  background: transparent;
  border: 1px solid #BCE3C9;
}
.invoice .invoice-center {
  padding: 0 40px 60px;
}

.invoice .invoice-center .table {
  margin-bottom: 0;
}
.invoice .invoice-center {
    padding: 0 50px 40px;
  }
  ** Invoice 1 **/
.invoice {
/*
  padding: 50px 0;
  background: #F2F3F4;
*/
}

.invoice .invoice-info {
  background: #fff;
  margin-bottom: 30px;
  border-radius: 20px;
  -webkit-box-shadow: 20px 20px 54px rgba(0, 0, 0, 0.03);
          box-shadow: 20px 20px 54px rgba(0, 0, 0, 0.03);
}

.invoice .invoice-inner {
  max-width: 1296px;
  margin: 0 auto;
}

.invoice .item-desc-1 small {
  font-size: 14px;
}

.invoice .item-desc-1 span {
  font-size: 14px;
  font-weight: 600;
}

.invoice .invoice-header {
  padding: 80px 150px;
  border-radius: 20px 20px 0 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}

.invoice .table-striped > tbody > tr:nth-of-type(odd) {
  --bs-table-accent-bg: rgb(255 255 255 / 5%);
  color: var(--bs-table-striped-color);
}

.invoice .invoice-top {
  padding: 40px 40px 40px 40px;
  font-size: 15px;
  border-bottom: 1px solid #ececec;
  margin-bottom: 50px;
}

.invoice .invoice-center {
  padding: 0 40px 60px;
}

.invoice .invoice-center .table {
  margin-bottom: 0;
}

.invoice .table-section {
  text-align: center;
}

.invoice .table > :not(caption) > * > * {
  padding: 15px 20px;
}

.invoice .table td {
  font-size: 15px;
  font-weight: 400;
}

.invoice table th {
  font-size: 15px;
}

.invoice .caption-top {
  caption-side: top;
  text-align: right;
  margin-bottom: 0;
}

.invoice .invoice-bottom {
  padding: 0 150px 25px;
}

.invoice .invoice-bottom .amount {
  text-align: right;
}

.invoice .invoice-bottom h3 {
  margin-bottom: 15px;
}

.invoice .bg-active {
  background: #f3f3f3;
  color: #535353 !important;
}

.invoice .invoice-contact {
  padding: 70px 150px 40px;
}

.invoice .social-list {
  float: left;
}

.invoice .social-list span {
  margin-right: 5px;
  font-weight: 500;
  font-size: 16px;
  color: #fff;
}

.invoice .social-list a {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  display: inline-block;
  font-size: 17px;
  background: #fff;
  margin: 0 2px 2px 0;
  color: #25cc7e;
  border-radius: 50%;
}

.invoice .social-list a:hover {
  background: #fff6f6;
}

.invoice-top .float-end p {
  margin-bottom: 0;
}
/** New Css **/
.table-wishlist td, .table-wishlist th {
    vertical-align: middle;
}
.table-wishlist tr {
    border: 1px solid #e9ecef;
}


.shopping-summery table thead th {
    background-color: #ececec;
    padding: 18px 0;
    font-size: 17px;
    font-weight: 700;
    color: #253D4E;
	padding: 14px;

}
.shopping-summery .form-check-input {
    width: 1em;
    height: 1em;
    margin-top: .25em;
    vertical-align: top;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 1px solid rgba(0, 0, 0, .25);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
	position: unset;
	margin-left: unset;
}
.shopping-summery .form-check-input[type=checkbox] {
    border-radius: .25em;
}
.shopping-summery .form-check-input:checked {
    background-color: #0d6efd;
    border-color: #0d6efd;
}
.shopping-summery .custome-radio .form-check-input, .shopping-summery .custome-checkbox .form-check-input {
    display: none;
}
.shopping-summery .form-check-input:checked[type=checkbox] {
    background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e);
}

.shopping-summery .custome-checkbox .form-check-label {
    position: relative;
    cursor: pointer;
    color: #687188;
    padding: 0;
    vertical-align: middle;
}
.shopping-summery .custome-checkbox .form-check-label::before {
    content: "";
    border: 2px solid #ced4da;
    height: 17px;
    width: 17px;
    margin: 0px 8px 0 0;
    display: inline-block;
    vertical-align: middle;
    border-radius: 2px;
}
.shopping-summery .custome-checkbox input[type="checkbox"] + .form-check-label::after {
    content: "";
    width: 11px;
    position: absolute;
    top: 50%;
    left: 3px;
    opacity: 0;
    height: 6px;
    border-left: 2px solid #000;
    border-bottom: 2px solid #000;
    -webkit-transform: translateY(-65%) rotate(-45deg);
    transform: translateY(-65%) rotate(-45deg);
}
.shopping-summery input[type="checkbox"]:checked + .form-check-label::after {
    opacity: 1;
}
.shopping-summery table tbody tr img {
    max-width: 100px;
    border: 1px solid #ececec;
    border-radius: 15px;
}
.shopping-summery .text-heading {
    color: #253D4E;
}
.shopping-summery h4, .cart-totals h4 {
    font-size: 18px;
}
.continue_shop  {
	color: #fff !important;
	display: inline-block;
	font-size: 19px;
	font-weight: 500;
	line-height: 1;
	padding: 20px 34px;
	position: relative;
	text-transform: capitalize;
	transform: perspective(1px) translateZ(0px);
	transition: .3s;
	vertical-align: middle;
	background: #000;
	border-radius: 5px;
	border: none;
	border: 1px solid #000;
}
.continue_shop:hover  {
   background: #1d7b8f;
}
.cart-totals .table tr {
    border: 1px solid #e9ecef;
}
.divider-2 {
    width: 100%;
    height: 1px;
    background-color: #ececec;
}
.cart_section_top {
	padding-top: 120px !important;
}
.custome-radio .form-check-input {
    position: unset;
    margin-left: 0;
}
.login_frm   {
	background-color: #fff;
    box-shadow: 0 3px 30px rgba(15, 12, 42, .07);
	padding: 25px;
}
.login_title  {
	margin-bottom: 25px !important;
}
.login_top_section  {
	margin-top: 83px;
    margin-bottom: 20px;
}
.product-price span {
    font-size: 18px;
    font-weight: 500;
    color: #000;
}
.product-card-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 7px;
    margin-bottom: 17px;
}
.cart_btn  {
	background: #1d7b8f;
    border: 1px solid #1d7b8f;
    padding: 6px 15px;
    color: #fff ;
    border-radius: 5px;
	transition: .3s;
}
.cart_btn:hover  {
	background: transparent;
	color: #1d7b8f;
}

.product-active-product .owl-nav div {
	width: 50px;
	height: 50px;
	background-color: #1d7b8f;
	color: #fff;
	font-size: 20px;
	position: absolute;
	left: -35px;
	top: 50%;
	transform: translateY(-50%);
	line-height: 50px;
	text-align: center;
	transition: 0.3s;
	opacity: 0;
	visibility: hidden;
	border: 1px solid #1d7b8f;
  }
  .product-active-product .owl-nav .owl-next {
	left: auto;
	right: -35px;
  }
  .product-active-product .owl-nav div:hover {
	background-color: transparent;
	color: #1d7b8f;
  }
  .product-active-product:hover .owl-nav div {
	left: -10px;
	opacity: 1;
	visibility: visible;
  }
  .product-active-product:hover .owl-nav div .owl-next {
	right: 10px;
	left: auto;
  }
  .product-active-product:hover .owl-nav div.owl-next {
	right: -10px;
	left: auto;
  }
  .product-active-product .owl-nav div i {
	line-height: 1;
	display: inline-block;
	margin-top: ;
	transform: translateY(2px);
  }
.owl-theme .owl-dots,.owl-theme .owl-nav{
	text-align:center;
	-webkit-tap-highlight-color:transparent
}
.owl-theme .owl-nav{
	margin-top:10px
}
.owl-theme .owl-nav [class*=owl-]{
	color:#FFF;
	font-size:14px;
	margin:5px;
	padding:4px 7px;
	background:#D6D6D6;
	display:inline-block;
	cursor:pointer;
	border-radius:3px
}
.owl-theme .owl-nav [class*=owl-]:hover{
	background:#869791;
	color:#FFF;
	text-decoration:none
}
.owl-theme .owl-nav .disabled{
	opacity:.5;
	cursor:default
}
.owl-theme .owl-nav.disabled+.owl-dots{
	margin-top:-14px
}
.owl-theme .owl-dots .owl-dot{
	display:inline-block;
	zoom:1
}
.owl-theme .owl-dots .owl-dot span{
	width:10px;
	height:10px;
	margin:5px 7px;
	background:#D6D6D6;
	display:block;
	-webkit-backface-visibility:visible;
	transition:opacity .2s ease;
	border-radius:30px
}
.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{
	background:#869791
}
.banner_main  {
    border-radius: 20px;

}
.feature_ecom  {
	background: #f7f7f8;
    padding: 43px 10px;
    text-align: center;
    border-radius: 12px;
}
.feature_ecom i {
	color: #1d7b8f;
    font-size: 22px;
    margin-bottom: 10px;
	-webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.feature_ecom:hover i {
	-webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.feature_ecom h4 {
	font-size: 22px;
	margin-bottom: 0px;
}
.feature_ecom p {
    margin-bottom: 0px;
    color: #393939;
    font-size: 14px;
}
@media only screen and (max-width: 480px) {
.table thead {
    display: none;
}
.shopping-summery .table td {
    display: block;
    width: 100%;
    text-align: center;
}
.shopping-summery table > :not(caption) > * > * {
    padding: 15px 17px !important;
}
.shopping-summery .table td {
    display: block;
    width: 100%;
    text-align: center;
}
.shopping-summery .form-check-label {
    display: none;
}
.shopping-summery .table td::before {
    content: attr(data-title) " ";
    float: left;
    text-transform: capitalize;
    margin-right: 15px;
    font-weight: bold;
}
.shopping-summery table td, .shopping-summery table th, .shopping-summery table thead {
    border: 0;
}
.shopping-summery table tbody tr img {
    max-width: 180px;
    margin-right: 0;
	height: unset;
}
.cart_section_top {
	padding-top: 120px !important;
}
.footer-widget h5{
	padding-top: 0px !important;
	/* padding-left: 70px; */
	color: #1d7b8f;
}
.footer-widget ul{
	margin-bottom: 6px !important;
}
}
.footer-widget h5{
	padding-top: 50px;
	/* padding-left: 70px; */
	color: #1d7b8f;
}
.footer-widget ul{
	/* padding-left: 70px; */
}
.footer-widget a{
    color: #7a7e8a;
    letter-spacing: 0.4px;
    font-weight: 300;
    font-size: 17px !important;
    font-weight: 300 !important;
    color : #7a7e8a;
}
.footer-widget li {
    line-height: 32px;
}
.contact-icon{
	padding-right: 15px;
}
.footer-widget p {
	font-size: 17px;
	font-weight: 300;
	line-height: 30px;
	color: #7a7e8a;
	margin-bottom: 15px;
}
.copyright
{ 
    text-align: center !important;
}
.footer-area
{
    background-color: #eee;
}
.category-section{
    /*margin-bottom: 60px;*/
    margin-top: -40px;
}
/*.best-seller-section*/
/*{*/
/*    margin-bottom: 60px;*/
/*}*/
.submenu
{
    text-align: left;
}
.login-button{
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    padding-right: 20px !important;
    padding-left: 20px !important;
}
.section-title h3{
    color: #1d7b8f;
    margin-top: -20px;
}
    /* Basic styling for normal list items */
    ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
    }

    .dropdown {
        position: relative;
        display: inline-block;
    }

    .dropdown-content {
        display: none;
        position: absolute;
        background-color: #f9f9f9;
        min-width: 120px;
        z-index: 1;
    }

    .dropdown-content a {
        display: block;
        padding: 8px 16px;
        text-decoration: none;
        color: black;
    }

    .dropdown-content a:hover {
        background-color: #f1f1f1;
    }

    /* Styling for normal list items */
    .normal-li {
        margin-right: 10px;
        display: inline-block;
    }

    .normal-li a {
        display: block;
        padding: 8px 16px;
        text-decoration: none;
        color: black;
    }

    .normal-li a:hover {
        background-color: #f1f1f1;
    }
    .bannerTitle {
    font-size: 50px;
    font-weight: 600;
	margin-top:125px;
    }
    .bannersecondtitle
    {
        font-size: 27px !important;
    font-weight: normal;
    line-height: 30px;
    color: #fff;
    margin-bottom: 15px;
    font-weight: 500;
    margin-top: 25px;
    }
    .login-text{
        color: #000 !important;
    }
    .item .product-wrapper {
    background-color: #0000000a;
    padding-top: 10px;
    padding-bottom: 1px;
    border-radius: 30px;
    width: 96%;
}
.logo-left {
    max-width: 1309px;
}
p{
	font-size: 17px !important;
}
.services-listing{
	    background-color: #eee;
    padding: 40px;
}
/* .owl-carousel .owl-item img {
   
    width: unset !important;
} */

.btn-primary:not(:disabled):not(.disabled):active{
	background-color: #000 !important;
    border-color: #000 !important;
}

.donate-btn {
    padding: 8px 18px;
    border-radius: 5px;
    color: #fff !important;
    background-color: #0d6efd;
    text-decoration: none;
    transition: all 0.3s ease;
}
.donate-btn:hover {
    background-color: #0056b3;
    color: #fff !important;
}
.bodyheight{
	height: 600px;
}


#mobile-menu-overlay {
    position: fixed;
    top: 0; left: 0; right:0; bottom:0;
    background: rgba(0,0,0,0.7);
    z-index: 9999;
}
.mobile-menu-content {
    background: #fff;
    width: 250px;
    max-width: 80%;
    height: 100%;
    padding: 20px;
    position: relative;
}
.mobile-menu-content ul { list-style:none; padding:0; }
.mobile-menu-content ul li { margin-bottom:15px; }
.mobile-menu-content ul li a { color:#333; text-decoration:none; font-weight:500; }
.close-mobile-menu {
    position:absolute; top:10px; right:15px; font-size:24px; cursor:pointer;
}
#mobile-menu-overlay {
    display: none;
    position: fixed;
    top: 0; left: 0; right:0; bottom:0;
    background: rgba(0,0,0,0.7);
    z-index: 9999;
}

/* Only show overlay on mobile */
@media (max-width: 991px) {
    #mobile-menu-overlay {
        display: none; /* initially hidden */
    }

    .main-menu.f-right {
        display: none; /* hide desktop menu on mobile */
    }

    .open-mobile-menu {
        display: inline-block; /* show hamburger on mobile */
    }
}

@media (min-width: 992px) {
    .open-mobile-menu {
        display: none; /* hide hamburger on desktop */
    }
    .open-mobile-menu {
        display: none !important;
    }
}

/* Mobile menu styles */
.mobile-menu-content {
    background: #fff;
    width: 250px;
    max-width: 80%;
    height: 100%;
    padding: 20px;
    position: relative;
}
.mobile-menu-content ul { list-style:none; padding:0; }
.mobile-menu-content ul li { margin-bottom:15px; }
.mobile-menu-content ul li a { color:#333; text-decoration:none; font-weight:500; }
.close-mobile-menu {
    position:absolute; top:10px; right:15px; font-size:24px; cursor:pointer;
}
@media (max-width: 767px) {
    .main-menu-area {
        padding: 2px 0 !important;
    }
   .login-button{
       background: #00adef !important;
       color: #fff !important;
   }
   .banner-here{
       height:475px !important;
   }
   .bannerTitle {
    font-size: 47px !important;
    margin-top: 55px !important;
}
}
    
.header-style-5{
       background-color: #00adef !important;
}
.login-text: hover {
    color: #fff !important;
}
.bannerTitle{
    color: #fff !important;
}
.donate-form .btn{
    background-color: #027cc9 !important;
}
.donate h1{
    color:#fff !important;
}