/*
  Theme Name: Zomata - Organic Food WordPress Theme
  Description: Organic Food WordPress Theme
  Version: 1.0
*/

/* CSS Index
-----------------------------------
1. Theme default css
2. Header
3. Slider
4. About
5. Features
6. Product
7. Call To Action
8. Choose-us-area
9. Gallery
10. Team
11. Counter
13. Brand
14. Blog-area
15. Footer
16. Testimonial
17. Service
18. FAQ
19. Breadcrumb
21. Video
22. Pricing
23. Services Details
24. Pagination
25. Contact
26. 404
27. Blog Sidebar
*/

/* 1. Theme default css */
body {
  font-family: "Rubik", sans-serif;
  font-weight: normal;
  font-style: normal;
  overflow-x: hidden;
}

.img {
  max-width: 100%;
  transition: all 0.3s ease-out 0s;
}

.f-left {
  float: left;
}

.f-right {
  float: right;
}

.fix {
  overflow: hidden;
}

a,
.button {
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.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: #408858;
  outline: medium none;
  transition: 0.3s;
}

button {
  cursor: pointer;
}

button:focus,
input:focus,
input:focus,
textarea,
textarea:focus {
  outline: 0;
}

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Rubik", sans-serif;
  font-weight: normal;
  color: #112433;
  margin-top: 0px;
  font-style: normal;
  font-weight: 400;
  text-transform: normal;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}

h1 {
  font-size: 40px;
}

h2 {
  font-size: 35px;
}

h3 {
  font-size: 28px;
}

h4 {
  font-size: 22px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

ul {
  margin: 0px;
  padding: 0px;
}

li {
  list-style: none;
}

p {
  font-size: 14px;
  font-weight: normal;
  line-height: 30px;
  color: #7b8e9d;
  margin-bottom: 15px;
}

hr {
  border-bottom: 1px solid #eceff8;
  border-top: 0 none;
  margin: 30px 0;
  padding: 0;
}

label {
  color: #7e7e7e;
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
}

*::-moz-selection {
  background: #d6b161;
  color: #fff;
  text-shadow: none;
}

::-moz-selection {
  background: #444;
  color: #fff;
  text-shadow: none;
}

::selection {
  background: #444;
  color: #fff;
  text-shadow: none;
}

*::-moz-placeholder {
  color: #555555;
  font-size: 14px;
  opacity: 1;
}

*::placeholder {
  color: #555555;
  font-size: 14px;
  opacity: 1;
}

.theme-overlay {
  position: relative;
}

.theme-overlay::before {
  background: #1696e7 none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.6;
  position: absolute;
  top: 0;
  width: 100%;
}

.separator {
  border-top: 1px solid #f2f2f2;
}

/* button style */
.btn {
  color: #fff;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  padding: 22px 45px;
  position: relative;
  text-transform: capitalize;
  transform: perspective(1px) translateZ(0px);
  transition: 0.3s;
  vertical-align: middle;
  background: #408858;
  border-radius: 0;
  border: none;
}

.btn:hover {
  color: #fff;
}

.btn::before {
  background: #fab522;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scaleY(0);
  transform-origin: 50% 0 0;
  transition-duration: 0.3s;
  transition-property: transform;
  transition-timing-function: ease-out;
  z-index: -1;
  border-radius: 0;
}

.btn:hover::before {
  transform: scaley(1);
}

.breadcrumb>.active {
  color: #888;
}

/* scrollUp */
#scrollUp {
  background: #f9bf26;
  height: 50px;
  width: 50px;
  right: 50px;
  bottom: 77px;
  color: #fff;
  font-size: 20px;
  text-align: center;
  border-radius: 50%;
  font-size: 18px;
  line-height: 49px;
}

#scrollUp:hover {
  background: #06396a;
  color: #fff;
}

/* 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: 0.4s;
}

.header-3 {
  margin-top: 20px;
  padding: 0 55px;
}

.header-3 .main-menu nav>ul>li>a {
  color: #daffe6;
}

.header-3 .main-menu nav>ul>li:hover>a,
.header-3 .main-menu nav>ul>li.active>a {
  color: #fff;
}

.header-3 .main-menu nav>ul>li>a::after {
  background-image: url("../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: 0.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: 0.3s;
}

.header-icon a:hover {
  color: #408858;
}

.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;
}

.header-right ul li span {
  background: #112433;
  border-radius: 100%;
  color: #ffffff;
  font-size: 12px;
  font-weight: 400;
  height: 20px;
  left: 20px;
  line-height: 19px;
  position: absolute;
  text-align: center;
  top: -10px;
  width: 20px;
}

.header-right ul li a {
  height: 40px;
  width: 40px;
  background: #fff;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  line-height: 45px;
  font-size: 15px;
  color: #374d5f;
}

.header-right ul li a:hover,
.header-right ul li.active a {
  background: #408858;
  color: #fff;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.3);
}

/* search modal */
#search-modal {
  background-color: rgba(23, 26, 33, 0.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, 0.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, 0.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, 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: #596369;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  padding: 38px 0;
  text-transform: capitalize;
  transition: 0.3s;
  line-height: 1;
  position: relative;
}

.main-menu nav>ul>li:hover>a,
.main-menu nav>ul>li.active>a {
  color: #112433;
}

/* sub-menu */
.main-menu nav>ul>li .sub-menu {
  background: #fff;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 120%;
  transition: all 0.3s ease 0s;
  visibility: hidden;
  width: 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: 0.3s;
}

.main-menu nav>ul>li:hover>.sub-menu li>a:hover {
  color: #408858;
}

/* extra info */
.extra-info {
  background: #152136;
  height: 100%;
  padding: 30px;
  position: fixed;
  right: 0;
  top: 0;
  transition: all 0.7s ease 0s;
  width: 340px;
  z-index: 9999;
  transform: translateX(100%);
  padding-bottom: 40px;
}

.extra-info.info-open {
  transform: translateX(0);
}

.extra-info-left {
  right: inherit;
  left: 0;
  transform: translateX(-100%);
}

.extra-info.extra-info-left.info-open {
  transform: translateX(0);
}

.close-icon {
  margin-top: -16px;
  text-align: right;
}

.close-icon>button {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 0 none;
  color: #ff4a57;
  cursor: pointer;
  font-size: 28px;
  padding: 0;
}

.extra-info>p {
  color: #ddd;
  font-size: 15px;
  line-height: 28px;
}

.instagram img {
  width: 100%;
}

.social-icon-right>a {
  color: #fff;
  display: inline-block;
  margin-right: 20px;
  text-align: center;
}

.social-icon-right>a:hover {
  color: #fab522;
}

.instagram {
  overflow: hidden;
  margin: 0 -4px;
}

.instagram>a {
  float: left;
  width: 33.33%;
  padding: 0 4px;
  margin-bottom: 7px;
}

.side-info {
  border-top: 1px solid #344159;
  padding-top: 25px;
}

.contact-list h4 {
  color: #222;
  font-size: 26px;
  font-weight: 500;
}

.contact-list p {
  color: #fff;
  opacity: 0.7;
  margin: 0;
  margin-bottom: 2px;
}

/* 3. Slider */
.slider-area {
  position: relative;
}

div.slider-height {
  min-height: 950px;
}

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 p {
  color: #677b8a;
  font-size: 18px;
  margin-bottom: 0;
  padding-right: 47%;
}

.slider-button {
  margin-top: 40px;
}

.slider-button a.btn.active {
  background: #fab522;
  margin-left: 25px;
  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: #408858;
  transition: 0.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: 0.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: 0.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: 0.3s;
}

.features-text h4:hover {
  color: #408858;
}

.features-text p {
  margin-bottom: 0;
}

.features-text a,
.services-text>a,
.we-do-text>a {
  font-size: 14px;
  color: #fff;
  line-height: 1;
  font-weight: 500;
  display: inline-block;
  transition: 0.3s;
  margin-top: 21px;
  background: #408858;
  padding: 18px 35px;
}

.features-text a:hover,
.services-text>a:hover,
.we-do-text>a:hover {
  color: #444;
  background: #fab522;
}

.features-text a i,
.services-text>a i,
.we-do-text>a i {
  padding-left: 9px;
  transition: 0.3s;
  position: relative;
  top: 2px;
}

.section-title {}

.section-title h1 {
  font-size: 60px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 12px;
}

.section-title p {
  margin-bottom: 0;
  padding: 0 10px;
}

.section-img {
  margin-bottom: 13px;
}

.section-img img {}

.section-circle::before {
  background-image: url("../img/shape/2.png");
  background-repeat: no-repeat;
  content: "";
  height: 131px;
  position: absolute;
  left: 0;
  transition: all 0.3s ease 0s;
  width: 120px;
  right: 0;
  margin: auto;
  top: 51px;
}

/*third feature*/
.organic-food-area {
  margin-top: -90px;
}

.single-organic-food {
  position: relative;
  transition: 0.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: 0.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: #408858;
}

.product-tab-content {}

.product-tab-img {}

.product-tab-img i {
  font-size: 50px;
  color: #030303;
  transition: 0.3s;
}

.product-img img {
  transition: 0.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 {}

.product-img {
  border: 1px solid #e9e9e9;
  margin-bottom: 25px;
  position: relative;
}

.product-img::before,
.product2-img:before {
  background: #408858;
  top: 0px;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  position: absolute;
  opacity: 0;
  visibility: hidden;
  transition: 0.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: 0.8;
  visibility: visible;
}

.product-action a {
  height: 40px;
  width: 40px;
  display: inline-block;
  font-size: 13px;
  line-height: 41px;
  border-radius: 50%;
  color: #408858;
  margin: 0 1px;
  background: #fff;
}

.product-action {
  position: absolute;
  left: 20px;
  right: 20px;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  z-index: 9;
}

.product-wrapper:hover .product-action {
  opacity: 1;
  visibility: hidden;
}

.product-wrapper:hover .product-action a {
  margin: 0 2px;
}

.product-action a:hover {
  background: #fe6b51;
  color: #fff;
}

.product-img>a {}

.product-img>a img {
  width: 100%;
}

.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: 18px;
  margin-bottom: 9px;
}

.product-text h4>a {
  color: #112433;
  transition: 0.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: 0.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: 14px;
  color: #f4f7fc;
  font-weight: 400;
}

.price ins {
  text-decoration: none;
}

.price {}

.price del,
.price ins {
  margin: 0 2px;
}

.price span {
  font-size: 14px;
  color: #fff;
  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%;
}

.shop-thumb-tab li a {
  padding: 0;
}

.details-price span {
  color: #fff;
  font-size: 1px;
}

.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: 25px;
}

.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%;
	visibility:hidden;
	
}

#yith-wcwl-popup-message {
  background: #408858;
  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: 0.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: 0.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: 0.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: #408858;
}

.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: 0.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: #408858;
  content: "";
  height: 100%;
  transform: scaleX(0);
  left: 0;
  position: absolute;
  width: 100%;
  transition: 0.3s;
  top: 0;
  opacity: 0;
}

.gallery-wrapper:hover .gallery-img>a::before {
  opacity: 0.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: 0.3s;
  opacity: 0;
}

.gallery-icon>a {
  color: #fff;
  font-size: 50px;
  transition: 0.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: #408858;
}

.portfolio-menu button.active {
  color: #408858;
}

.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: 0.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: 0.3s;
  opacity: 0;
}

.gallery-wrapper:hover .gallery-content {
  opacity: 1;
}

.gallery2-icon {}

.gallery2-icon>a {
  color: #fff;
  font-size: 60px;
  transition: 0.3s;
  line-height: 70px;
  transition: 0.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: 0.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: 0.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: 0.3s;
  opacity: 0;
  z-index: 1;
}

.team2-img::after {
  background: #408858;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: all 0.3s ease 0s;
  width: 100%;
}

.single-team:hover .team2-img::before {
  opacity: 1;
}

.single-team:hover .team2-img::after {
  opacity: 0.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: 0.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: 0.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;
}

.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: 0.3s;
  margin-right: 5px;
}

.footer-icon a:hover {
  background: #fab522;
  color: #fff;
}

.footer-title {
  margin-bottom: 25px;
}

.footer-title h4 {
  font-size: 22px;
  color: #fff;
  font-weight: 400;
  margin-bottom: 10px;
}

.footer-title img {}

.fotter-menu {}

.fotter-menu li {
  padding-bottom: 6px;
}

.fotter-menu li:last-child {
  padding-bottom: 0;
}

.fotter-menu li a {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  transition: 0.3s;
}

.fotter-menu li a:hover {
  color: #fab522;
}

.fotter-link {}

.fotter-link li {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 12px;
}

.fotter-link li i {
  margin-top: 8px;
  width: 30px;
  width: 30px;
  float: left;
}

.fotter-link li span {
  overflow: hidden;
  display: block;
}

.fotter-link li:last-child {
  margin-bottom: 0;
}

.footer-content p {
  font-size: 14px;
  color: #fff;
  line-height: 30px;
  margin-bottom: 14px;
}

.subscribes-form form {}

.subscribes-form form input {
  border: 0;
  border-radius: 0;
  height: 40px;
  padding: 0 15px;
  width: 100%;
  background: #39794e;
  color: #cecece;
  font-size: 14px;
}

.subscribes-form form input::placeholder {
  color: #cecece;
  font-size: 14px;
}

.subscribes-form form input::-moz-placeholder {
  color: #cecece;
  font-size: 14px;
}

.subscribes-form form button.btn {
  margin-top: 10px;
  position: relative;
  background: #fab522;
  transition: 0.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: 0.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: 0.3s;
  color: #fff;
  padding: 12px 40px;
}

.single-footer .subscribes-form form button.btn::before {
  background: #fab522;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scaleY(0);
  transform-origin: 50% 0 0;
  transition-duration: 0.3s;
  transition-property: transform;
  transition-timing-function: ease-out;
  z-index: -1;
  border-radius: 0;
}

.single-footer .subscribes-form form button.btn:hover::before {
  transform: scaley(1);
}

.instagram-img {}

.instagram-img a {}

.instagram-img a img {
  width: 100%;
}

.footer-bottom-area {
  border-top: 1px solid #357e4e;
  padding: 21px 0;
}

.copyright {}

.copyright p {
  color: #a0d1b0;
  font-size: 14px;
  margin-bottom: 0;
}

.copyright p a {
  color: #fab522;
}

.footer-bottom {
  border-top: 1px solid #dfe4ea;
  padding: 21px 0;
}

.footer-bottom .copyright {}

.footer-bottom .copyright p {
  color: #5b646b;
  font-size: 14px;
  margin-bottom: 0;
}

.footer-bottom .copyright p a {
  color: #fab522;
}

.footer-bottom .footer-icon {
  margin-top: 0;
}

.footer-bottom .footer-icon a {
  color: #fff;
  font-size: 13px;
  height: 36px;
  width: 36px;
  display: inline-block;
  background: #7b8e9d;
  border-radius: 50%;
  line-height: 36px;
  text-align: center;
  transition: 0.3s;
  margin-right: 6px;
}

.footer-bottom .footer-icon a:hover {
  background: #ef491a;
}

.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;
}

.we-do-text h4>a {
  color: #112433;
  transition: 0.3s;
}

.we-do-area {
  background-position: center center;
  background-repeat: no-repeat;
}

.we-do-text h4>a:hover {
  color: #ef491a;
}

.we-do-text p {
  margin-bottom: 0;
  padding: 0 33px;
}

.we-do-text>a i {
  padding-left: 9px;
  transition: 0.3s;
}

.organic-area {}

.organic-area {
  background-size: cover;
  background-position: center center;
}

.organic-text {}

.organic-text h1 {
  font-size: 60px;
  color: #006d4a;
  line-height: 70px;
  font-weight: 300;
  margin-bottom: 25px;
}

.organic-text p {
  margin-bottom: 0;
  padding-right: 52px;
}

.organic-text a.btn {
  background: #fab522;
  padding: 22px 56px;
  margin-top: 44px;
}

.organic-text a.btn::before {
  background: #408858;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scaleY(0);
  transform-origin: 50% 0 0;
  transition-duration: 0.3s;
  transition-property: transform;
  transition-timing-function: ease-out;
  z-index: -1;
  border-radius: 0;
}

.organic-text a.btn:hover::before {
  transform: scaley(1);
}

.best-deals-area {}

.best-deals-img {}

.best-deals-wrapper {
  padding-right: 83px;
}

.best-deals-content {}

.best-deals-content h1 {
  font-size: 60px;
  line-height: 70px;
  color: #222;
  font-weight: 300;
  margin-bottom: 31px;
}

.best-deals-text {
  position: relative;
}

.best-deals-text>h1 {
  font-size: 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: 0.3s;
}

.services-wrapper:hover {
  transform: translateY(-5px);
}

.services-img {}

.services-img a {}

.services-img a img {
  width: 100%;
}

.services-text {
  background: #fff;
  padding: 32px 35px 33px 35px;
}

.single-services .services-text {
  background: #f8f9fd;
}

.services-text h3 {
  font-size: 24px;
  font-weight: 300;
  margin-bottom: 15px;
}

.services-text h3>a {
  color: #112433;
}

.services-text p {
  margin-bottom: 0;
}

.services-text>a {}

.services-text>a i {
  padding-left: 9px;
  transition: 0.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: 14px;
  margin-bottom: 0;
}

.question-collapse .card .card-header h5 .btn-link {
  font-size: 24px;
  font-weight: 300;
  color: #112433;
  text-decoration: none;
  line-height: 1.4;
  background: none;
  text-transform: none;
  width: 100%;
  text-align: left;
  padding: 15px 40px 17px 40px;
  border-radius: 0;
  display: block;
  cursor: pointer;
  background: #fff;
}

.question-collapse .card .card-header h5 :last-child .btn.btn-link {
  padding-bottom: 0;
}

.question-collapse .card .card-header .btn-link::before {
  position: absolute;
  content: "\f068";
  top: 2px;
  right: 40px;
  top: 21px;
  margin: auto;
  font-family: "Font Awesome 5 Free";
  color: #010e2a;
  font-size: 13px;
  font-weight: 700;
}

.question-collapse .card .card-header .btn-link.collapsed::before {
  position: absolute;
  content: "\f067";
  top: 2px;
  right: 40px;
  top: 21px;
  margin: auto;
  font-family: "Font Awesome 5 Free";
  color: #010e2a;
  font-size: 13px;
  font-weight: 700;
}

.question-collapse .btn-link.collapsed {
  border: none;
}

.question-collapse .card .card-header .btn-link::after {
  display: none;
}

/* 19. Breadcrumb */
.breadcrumb-area {
  background-position: center center;
  background-size: cover;
}

.breadcrumb-bg-color {
  background-color: #fef3ef;
}

.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: #408858;
  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: 0.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: #408858;
  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: 0.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: #408858;
  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: 0.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: 0.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: 0.3s;
  padding: 50px 30px 51px 60px;
}

.contact-address-wrapper:hover {
  border-color: #408858;
}

.contact-address-title {
  margin-bottom: 25px;
}

.contact-address-title h2 {
  font-size: 36px;
  color: #112433;
}

.contact-address-img {}

.contact-address-img img {}

.contact-link {}

.contact-link ul {
  list-style: none;
  margin: 0;
}

.contact-link li {
  font-size: 14px;
  line-height: 28px;
  color: #7b8e9d;
  font-weight: 400;
  margin-bottom: 45px;
  position: relative;
}

.contact-link li:last-child {
  margin-bottom: 0;
}

.contact-link li::before {
  position: absolute;
  content: "";
  background: #e9e9e9;
  width: 40px;
  height: 2px;
  bottom: -24px;
  left: 0;
}

.contact-link li:last-child::before {
  display: none;
}

.contact-bg {
  background-size: cover;
  background-position: center center;
  padding-left: 100px;
  padding-right: 100px;
  box-shadow: 0px 20px 40px 0px rgba(161, 161, 161, 0.4);
  margin-bottom: -98px;
  position: relative;
  z-index: 99;
}

.contact-title h1 {
  font-size: 36px;
  font-weight: 300;
  margin-bottom: 0;
}

.contact-wrapper input {
  height: 60px;
  width: 100%;
  border: 1px solid #e9e9e9;
  margin-bottom: 20px;
  padding: 0 15px;
  color: #7b8e9d;
  font-size: 14px;
  transition: 0.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: 0.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: 22px 116px;
  width: auto;
  background: #408858;
  color: #fff;
}

.contact-wrapper .btn:hover {
  background: #fab522;
  color: #fff;
}

#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: #fe6b51;
  color: #ffffff;
  border-color: #fe6b51;
}

.basic-pagination-2 ul li.active a,
.basic-pagination-2 ul li span.current {
  background: #fe6b51;
  color: #ffffff;
  border-color: #fe6b51;
}

/* 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: #408858;
}

.news__caption h2 {
  font-size: 24px;
  margin-bottom: 15px;
  line-height: 1.4;
}

.news__caption h2 a:hover {
  color: #408858;
}

.news-link {
  font-size: 12px;
  color: #e4ecf3;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.news-link:hover {
  color: #ffffff;
}

.news-link i {
  transition: 0.3s;
  display: inline-block;
}

.news-link:hover i {
  transform: translateX(3px);
}

.news__thumb-2 img {
  width: 100%;
}

.news__caption-2 {
  padding: 33px;
}

.news__caption-2 h2 {
  font-size: 20px;
  margin-bottom: 15px;
}

.news__caption-2 h2 a:hover {
  color: #408858;
}

.news__caption-2 p {
  margin-bottom: 0;
}

.news-meta span {
  text-transform: uppercase;
  margin-right: 25px;
  font-size: 13px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .news-meta span {
    margin-right: 10px;
  }
}

.news-meta span a {
  color: #408858;
  letter-spacing: 2px;
  font-weight: 500;
}

.news-meta span a:hover {
  color: #6100b3;
}

.postbox__thumb {
  position: relative;
}

.postbox__thumb a img {
  max-width: 100%;
  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: #408858;
}

@media (max-width: 767px) {
  .post-meta span {
    margin-right: 10px;
  }
}

.post-meta span a:hover {
  color: #408858;
}

.post-meta span i {
  color: #408858;
  margin-right: 2px;
}

.postbox__text {
  background: #fff;
}

.p-50 {
  padding: 40px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .p-50 {
    padding: 30px;
  }
}

@media (max-width: 767px) {
  .p-50 {
    padding: 30px;
  }
}

.p-30 {
  padding: 30px;
}

.post-meta {
  margin-bottom: 20px;
}

.blog-title {
  font-size: 28px;
  line-height: 1.3;
  margin-bottom: 20px;
  text-transform: capitalize;
}

.blog-title a:hover {
  color: #408858;
}

.read-more {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 500;
}

.read-more:hover {
  color: #408858;
}

.read-more i {
  transition: 0.3s;
  display: inline-block;
}

.read-more:hover i {
  transform: translateX(5px);
}

.blog-title-sm {
  font-size: 20px;
  margin-bottom: 10px;
  line-height: 1.5;
}

.postbox__gallery .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 30px;
  border: none;
  background: none;
  padding: 0;
  z-index: 9;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  background: #ffffff;
  width: 60px;
  height: 60px;
  color: #6f7172;
  border-radius: 50%;
  font-size: 14px;
}

.postbox__gallery .slick-arrow:hover {
  background: #408858;
  color: #ffffff;
}

.postbox__gallery .slick-arrow.slick-next {
  right: 30px;
  left: auto;
}

.postbox__video {
  position: relative;
}

.video-btn {
  position: absolute;
  background: #ffffff;
  height: 120px;
  width: 120px;
  top: 50%;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  border-radius: 50%;
  line-height: 120px;
  color: #fab522;
  transform: translateY(-50%);
}

.video-btn:hover {
  background: #408858;
  color: #ffffff;
}

.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: #408858;
}

.widget-title {
  font-size: 21px;
  margin-bottom: 0px;
  position: relative;
  display: inline-block;
}

.animate-border::after {
  position: absolute;
  content: "";
  width: 35px;
  height: 3px;
  left: 0;
  bottom: 0;
  border-left: 10px solid #ffffff;
  border-right: 10px solid #ffffff;
  -webkit-animation: animborder 2s linear infinite;
  animation: animborder 2s linear infinite;
}

.animate-border.border-white::after {
  border-color: #ffffff;
}

.animate-border.border-white::after {
  border-color: #ffffff;
}

.about-me img {
  margin-bottom: 25px;
}

.about-me h4 {
  font-size: 18px;
  letter-spacing: 1px;
}

.widget-social-icon a {
  display: inline-block;
  margin: 0 8px;
}

.widget-social-icon a:hover {
  color: #408858;
}

.widget .recent-posts>li:first-child {
  border: 0;
  padding-top: 0;
}

.widget .recent-posts li:last-child {
  padding-bottom: 0;
}

.widget .recent-posts>li {
  border-top: 1px solid #eaedff;
  padding: 20px 0;
  overflow: hidden;
}

.widget-posts-image {
  float: left;
}

.widget-posts-image img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  margin-right: 15px;
  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: #408858;
}

.widget-posts-meta {
  font-size: 12px;
}

ul.cat li {
  border-top: 1px solid #eaedff;
  padding: 15px 0;
  overflow: hidden;
}

ul.cat li:first-child {
  border-top: 0;
  padding-top: 0;
}

ul.cat li:last-child {
  padding-bottom: 0;
}

ul.cat li a {
  display: block;
  color: #7b8e9d;
}

ul.cat li a:hover {
  color: #408858;
}

.social-profile a {
  height: 50px;
  width: 50px;
  text-align: center;
  background: #062a4d;
  line-height: 50px;
  margin-right: 2px;
  display: inline-block;
  margin-bottom: 5px;
  color: #fff !important;
}

.social-profile a:hover {
  background: #408858;
}

#Instafeed {
  margin: 0 -5px;
  overflow: hidden;
}

#Instafeed li {
  width: 33.33%;
  float: left;
  padding: 0 5px;
  margin-bottom: 10px;
}

#Instafeed li img {
  width: 100%;
}

.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: #408858;
  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: 0.3s;
  border-radius: 5px;
  margin-bottom: 10px;
}

div.blog-post-tag a:hover {
  color: #fff;
  background: #408858;
  border-color: #408858;
}

.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: 0.3s;
  margin-right: 22px;
}

.blog-share-icon a:hover {
  color: #408858;
}

.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: 0.3s;
}

.author-icon a:hover {
  color: #408858;
}

.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: #408858;
  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: 0.3s;
  line-height: 1;
  float: right;
  margin-top: 4px;
  position: absolute;
  right: 0;
  top: 0;
}

.comment-reply-link:hover {
  color: #408858;
}

.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: #408858;
  top: 18px;
}

.contacts-message::after {
  content: "\f303";
}

.contacts-name::after {
  content: "\f007";
}

.contacts-email::after {
  content: "\f0e0";
}

.contacts-website::after {
  content: "\f0ac";
}

.navigation-border {
  border-top: 2px solid #f7f7f7;
  overflow: hidden;
}

.navigation-border {
  border-top: 2px solid #f7f7f7;
  overflow: hidden;
}

.bakix-navigation span {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 400;
}

.bakix-navigation span a {
  color: #666;
}

.bakix-navigation span a:hover {
  color: #408858;
}

.bakix-navigation h4 {
  font-size: 24px;
  margin: 0;
}

.bakix-navigation h4 a:hover {
  color: #408858;
}

.banner-widget img {
  max-width: 100%;
}

/* 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: #7b8e9d;
  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: 0.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: 0.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: 0.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: 0.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: 0.3s;
  width: auto;
}

.footer-widget p {
  color: #fff;
  opacity: 0.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: 0.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: 20px 0;
}

.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: 14px;
  font-weight: 400;
  transition: 0.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: #408858;
}

.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: 5px;
  overflow: hidden;
}

.feature-product-text {
  position: absolute;
  left: 0;
  z-index: 1;
  top: 0;
  padding: 40px;
  float: none;
  display: inline-block;
}

.fea-img img {
  width: 100%;
}

.feature-area-title {
  padding-left: 40px;
  padding-right: 40px;
}

.feature-product-text h4 {
  font-size: 40px;
  font-weight: 300;
}

.feature-product-text p {
  font-size: 16px;
  color: #888888;
}

.link-wrapper {
  border-top: 2px solid #e1e1e1;
  padding-top: 30px;
}

.feature-product-text .link-wrapper a {
  background-color: #94c341;
  padding: 15px 25px;
  display: inline-block;
  color: #fff;
  text-transform: capitalize;
}

.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;
}

.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: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.8;
  visibility: visible;
  background-image: linear-gradient(to top, #94c342, #f0f3db);
}

.product-area.product-style-3 .product-action,
.product-area.product-style-4 .product-action {
	visibility:hidden
  position: absolute;
  left: 20px;
  right: 20px;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  z-index: 9;
}

.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-wrapper:hover .product-action,
.product-area.product-style-4 .product-wrapper:hover .product-action {
  opacity: 1;
  visibility: hidden;
}

/** 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: 0.8;
  visibility: visible;
  background: #408858;
}

.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: 0.3s;
  z-index: 9;
}

.product-area.product-style-5 .product-wrapper:hover .product-action {
  opacity: 1;
  visibility: hidden;
}

.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: 0.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: #888888;
  font-size: 22px;
  margin-bottom: 32px;
}

.deals-day-text p>span {
  color: #94c341;
  font-weight: 500;
}

.subscribe-area .section-title h2 {
  color: #112433;
  font-size: 40px;
}

.subscribe-area .newsletter-form {}

.subscribe-area .newsletter-form input[type="email"] {
  font-size: 14px;
  color: #888888;
  padding: 19px 0 19px 40px;
  width: 620px;
  border: none;
}

.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: #408858;
}

.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: #408858;
}

.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: #94c341;
}

.header-style-5 .header-right ul li a:hover {
  background-color: #94c341;
}

.header-style-5 .main-menu nav>ul>li:hover>.sub-menu li>a:hover {
  color: #94c341;
}

/** 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: #94c341;
}

.footer-style-4 .footer-wrapper ul li {
  color: #888888;
}

.footer-style-4 .fotter-link li i {
  color: #94c341;
}

/** 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: #408858;
  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;
}

.product-active .owl-nav .owl-next {
  left: auto;
  right: -35px;
}

.product-active .owl-nav div:hover {
  background-color: #fab522;
}

.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;
  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;
}

/**
Update CSS
**/

.single-facility .single-facility-content h4 {
  font-size: 21px;
  margin-bottom: 10px;
}


.wp-block-search__inside-wrapper {
  position: relative;
}

.contact-infos ul li a:hover {
  color: #006d4a;
}

.side-info {
  width: 350px;
}



.mean-container .mean-nav ul li ul li a.mean-expand {
  right: 15px;
  top: 2px;
}

.wp-block-search__inside-wrapper {
  position: relative;
}

.widget .wp-block-heading {
  font-size: 28px;
  margin-bottom: 15px;
}

.wp-block-search .wp-block-search__label {
  font-weight: 400;
  font-size: 23px;
  font-family: 'Rubik', sans-serif;
  color: #112433;
  margin-top: 0px;
  font-style: normal;
}


@media only screen and (max-width: 576px) {
  .side-info {
    width: 300px;
  }
}

.wp-block-group__inner-container h2 {
  font-size: 27px;
  line-height: 1;
  margin-bottom: 20px;
}