@charset "UTF-8";
/*!
  Theme Name: Theme Name
  Theme URI: http://html.gptheme.co/themename
  Author: GPTheme
  Author URI: http://www.gptheme.co/
  Description: Theme Description
  Version: 1.0.0
  License: GNU General Public License v2 or later
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
  Text Domain: themename
  Tags: game,business,coporate,startup
  */
/*--------------------------------------------------------------
  >>> TABLE OF CONTENTS:
  ----------------------------------------------------------------
  # Base
  # Sections
    ## Header
    ## Banner
    ## Footer

  --------------------------------------------------------------*/
@font-face {
  font-family: theme-build-icons;
  src: url("../fonts/theme-build-icons.eot");
  src: url("../fonts/theme-build-icons.eot?#iefix") format("embedded-opentype"), url("../fonts/theme-build-icons.woff") format("woff"), url("../fonts/theme-build-icons.ttf") format("truetype"), url("../fonts/theme-build-icons.svg#theme-build-icons") format("svg");
  font-weight: normal;
  font-style: normal;
}

.icon:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  content: "";
  font-family: 'theme-build-icons';
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  speak: none;
  text-transform: none;
}

.icon.-facebook:before {
  content: "";
}

.icon.-instagram:before {
  content: "";
}

.icon.-twitter:before {
  content: "";
}

.icon.-viget:before {
  content: "";
}

/*--------------------------------------------------------------
  ##  Fontfamily
  --------------------------------------------------------------*/
/*--------------------------------------------------------------
  ##  Themecolor
  --------------------------------------------------------------*/
/* Fool-proof @font-face */
/* Based on http://coding.smashingmagazine.com/2013/02/14/setting-weights-and-styles-at-font-face-declaration/ */
/* Front */
a {
  display: inline-block;
  padding: 10px;
  text-decoration: none;
  background-color: orange;
  border-radius: 4px;
  -o-transition: background-color 0.3s 0.3s, color 0.3s;
  -webkit-transition: background-color 0.3s 0.3s, color 0.3s;
  transition: background-color 0.3s 0.3s, color 0.3s;
}

@-webkit-keyframes slide-down {
  0% {
    opacity: 1;
  }
  90% {
    opacity: 0;
  }
}

@keyframes slide-down {
  0% {
    opacity: 1;
  }
  90% {
    opacity: 0;
  }
}

.element {
  width: 100px;
  height: 100px;
  background: black;
  -webkit-animation: slide-down 5s 3;
  animation: slide-down 5s 3;
}

.visually-hidden {
  margin: -1px;
  padding: 0;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip: rect(0, 0, 0, 0);
  position: absolute;
}

/*--------------------------------------------------------------
  ##  Normalize
  --------------------------------------------------------------*/
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

h1 {
  margin: 0.67em 0;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-size: 1em;
}

a {
  background-color: transparent;
}

a,
a:hover {
  text-decoration: none;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[hidden] {
  display: none;
}

/*--------------------------------------------------------------
  ##  Typography
  --------------------------------------------------------------*/
html {
  font-size: 18px;
  font-family: "Hind", sans-serif;
}

body {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.67rem;
  color: #737373;
}

button,
input,
select,
optgroup,
textarea {
  line-height: 1.5em;
}

button:focus,
input:focus,
select:focus,
optgroup:focus,
textarea:focus {
  outline: none;
}

h1, h2, h3, h4, h5, h6 {
  clear: both;
  font-family: "Hind", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  color: #383838;
}

h2 {
  font-size: 2rem;
}

h3 {
  font-size: 1.56rem;
}

h4 {
  font-size: 1.34rem;
}

h5 {
  font-size: 1.23rem;
}

h6 {
  font-size: 1.12rem;
}

dfn, cite, em, i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code, kbd, tt, var {
  font-size: 15px;
  font-size: 0.9375rem;
}

abbr, acronym {
  border-bottom: 1px dotted;
  cursor: help;
}

mark, ins {
  text-decoration: none;
}

big {
  font-size: 125%;
}

/*--------------------------------------------------------------
  ##  Elements
  --------------------------------------------------------------*/
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

hr {
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul, ol, li {
  list-style: none;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
  list-style: none;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

img {
  height: auto;
  max-width: 100%;
}

figure {
  margin: 1em 0;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/*--------------------------------------------------------------
  ##  Forms
  --------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-radius: 3px;
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1em;
  padding: .6em 1em .4em;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  border-radius: 3px;
  padding: 3px;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
  ##  Sameclass
  --------------------------------------------------------------*/
.vigo_container_one,
.vigo_container_two {
  padding: 0px 15px;
  margin: 0 auto;
}

.vigo_container_one {
  max-width: 1680px;
}

.vigo_container_two {
  max-width: 1430px;
}

/*--------------------------------------------------------------
  ##  Btnone
  --------------------------------------------------------------*/
.btn_wrapper {
  width: 10.45rem;
  height: 3.11rem;
  text-align: center;
  display: inline-block;
  position: relative;
}

.btn_one {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  border: 1px solid #2acb35;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #2acb35;
  border-radius: 0;
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: 600;
  font-family: "Hind", sans-serif;
  line-height: 2.11rem;
}

.btn_one:before, .btn_one:after {
  position: absolute;
  content: "";
  left: 3px;
  width: calc(100% - 6px);
}

.btn_one:before {
  top: -5px;
  height: calc(100% + 10px);
  border: 1px solid #2acb35;
  z-index: -1;
}

.btn_one:after {
  top: 0;
  height: 100%;
  z-index: -2;
  background: transparent;
}

.btn_one:hover {
  color: #ffffff;
}

.btn_one:hover:after {
  background: #2acb35;
}

/*--------------------------------------------------------------
  ##  Section Padding
  --------------------------------------------------------------*/
.section_padding {
  padding: 6.67rem 0;
}

.section_padding_less {
  padding: 6.67rem 0 5.1rem;
}

/*--------------------------------------------------------------
  ##  Section Title
  --------------------------------------------------------------*/
.section_title {
  margin-bottom: 4.9rem;
}

.section_title > span {
  font-size: 0.89rem;
  color: #7b7b7a;
  text-transform: uppercase;
  font-weight: 500;
  font-family: "Hind", sans-serif;
  display: block;
  margin-bottom: 0.89rem;
  line-height: 0.89rem;
  letter-spacing: 1.5px;
}

.section_title h2 {
  text-transform: uppercase;
  color: #383838;
  margin-bottom: 0.88rem;
  margin-top: 0;
}

.section_title h2 span {
  color: #2acb35;
}

.section_title .svg {
  width: 193px;
  fill: #2acb35;
  stroke: #2acb35;
  height: 1.67rem;
}

.section_title p {
  padding-top: 15px;
}

/*--------------------------------------------------------------
  ##  Padding / Margin
  --------------------------------------------------------------*/
.mb0 {
  margin-bottom: 0;
}

.padding_right {
  padding-right: 3.34rem;
}

.pl-60 {
  padding-left: 60px;
}

/*--------------------------------------------------------------
  ##  Transition
  --------------------------------------------------------------*/
.btn_one,
.btn_one:after,
.btn_one:before,
.process_icon span,
.single_process h6,
.process_icon,
.single_pkg_bottom {
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.pricing_head h6,
.single_pkg_plan .single_pkg_bottom h6,
.single_pkg_plan .single_pkg_bottom p,
.single_pkg_plan .single_pkg_bottom span,
.single_pkg_plan .single_pkg_bottom span::after {
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.single_price,
.single_promote {
  -o-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

/*--------------------------------------------------------------
  ##  Mobile menu
  --------------------------------------------------------------*/
.toggle-inner i {
  padding-top: 20px;
  font-size: 21px;
  color: #2acb35;
  padding-right: 5px;
}

#mobile-nav-wrap {
  display: none;
  background: #f1f6fb;
  border-bottom: 2px solid #e7ecf0;
}

#mobile-nav-wrap #mobile-logo {
  float: left;
  padding: 15px 0 3px;
}

#mobile-nav-wrap #mobile-logo a {
  padding: 0;
}

#mobile-nav-wrap.mnav-fixed {
  position: fixed;
  top: 0;
  width: 100%;
  left: 0;
  z-index: 9999;
  -webkit-animation: headerFixedTop .35s;
          animation: headerFixedTop .35s;
}

#mobile-nav-wrap.fixed {
  position: fixed;
  top: 0;
  -webkit-animation: headerFixedTop .35s;
  animation: headerFixedTop .35s;
  width: 100%;
  z-index: 9999;
  -webkit-box-shadow: 0 0px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0px 5px rgba(0, 0, 0, 0.2);
}

#mobile-nav-wrap.fixed .mobile_toolbar {
  display: none;
}

.mobile_toolbar {
  background: #fff;
  overflow: hidden;
}

.mobile_toolbar .header_login a {
  padding: 0px 6px;
  font-size: 14px;
  color: #666;
  text-transform: capitalize;
}

.mobile_toolbar .header_login a:hover {
  color: #2acb35;
}

.mobile_toolbar .header_login a:first-child {
  padding-left: 0px;
}

.mobile-menu-inner {
  width: 100%;
  text-align: center;
  background: #fff;
  position: fixed !important;
  left: -100%;
  -webkit-transition: all 0.7s cubic-bezier(0.65, -0.22, 0.35, 1.13);
  -o-transition: all 0.7s cubic-bezier(0.65, -0.22, 0.35, 1.13);
  transition: all 0.7s cubic-bezier(0.65, -0.22, 0.35, 1.13);
  height: 100vh !important;
  overflow-x: hidden;
  overflow-y: scroll;
  top: 0;
  z-index: 99999;
}

.mobile-menu-inner.mnav-fixed {
  position: fixed;
}

.mobile-menu-inner #mobile-logo {
  margin-bottom: 30px;
}

.mobile-menu-inner .mob-nav {
  margin: 0;
  padding: 0;
  text-align: left;
  list-style: none;
}

.mobile_accor_togo {
  height: 100px;
  background: #f1f6fb;
  padding: 0px 15px;
  border-bottom: 2px solid #e7ecf0;
}

.mobile_accor_logo {
  text-align: left;
}

.mobile_accor_logo a {
  padding: 0;
  padding-top: 2rem;
}

.accordion-menu {
  width: 100%;
  max-width: 350px;
  text-align: left;
  border-radius: 4px;
}

.accordion-menu > li {
  position: relative;
}

.accordion-menu > li.single-link {
  margin: 3px 0;
}

.accordion-menu > li .dropdownlink:before {
  content: "\f105";
  position: absolute;
  right: 10px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-size: 16px;
}

.accordion-menu > li.open .dropdownlink:before {
  content: "\f107";
  position: absolute;
  right: 10px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-size: 16px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.accordion-menu > li > a {
  font-weight: 500;
  font-size: 17px;
  text-decoration: none;
  text-transform: capitalize;
  padding: 10px 0;
  color: #3e414d;
}

.accordion-menu .accordion-menu li.open .dropdownlink {
  color: #3d0e03;
}

.accordion-menu .accordion-menu li.open .dropdownlink .fa-angle-down {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.accordion-menu .accordion-menu li:last-child .dropdownlink {
  border-bottom: 0;
}

.accordion-menu .dropdownlink {
  cursor: pointer;
  display: block;
  padding: 3px 0;
  font-size: 17px;
  position: relative;
  -webkit-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}

.accordion-menu .dropdownlink i {
  position: absolute;
  top: 13px;
  left: 16px;
  font-size: 14px;
}

.accordion-menu .dropdownlink .fa-angle-down {
  right: 12px;
  left: auto;
}

.accordion-menu .dropdownlink:last-child {
  border-bottom: none;
}

.accordion-menu .submenuItems {
  display: none;
  background: transparent;
  padding-left: 30px;
  margin: 10px 0px;
}

.accordion-menu .submenuItems li:last-child {
  border-bottom: none;
}

.accordion-menu .submenuItems a {
  display: block;
  color: #666;
  -webkit-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  text-decoration: none;
  font-size: 15px;
  line-height: 30px;
}

#moble-search input[type="text"] {
  background: #fff;
  height: 45px;
  color: #3e414d;
  border: 0;
  padding: 0 10px;
  width: 100%;
  outline: 0;
  border-radius: 30px;
  padding-left: 20px;
  border: 1px solid #3e414d;
}

#moble-search input[type="text"]::-webkit-input-placeholder {
  color: #3e414d;
}

#moble-search input[type="text"]:-ms-input-placeholder {
  color: #3e414d;
}

#moble-search input[type="text"]::-ms-input-placeholder {
  color: #3e414d;
}

#moble-search input[type="text"]::placeholder {
  color: #3e414d;
}

#moble-search button[type="submit"] {
  background: transparent;
  border: 0;
  color: #3e414d;
  position: absolute;
  right: 15px;
  line-height: 45px;
  top: 0;
  padding: 0;
  font-size: 1rem;
  cursor: pointer;
}

@-webkit-keyframes headerFixedTop {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes headerFixedTop {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.mask-overlay {
  content: '';
  position: fixed;
  background: transparent;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  display: none;
}

.active .mobile-menu-inner {
  left: 0;
  background: #fff;
}

.close-menu {
  position: absolute;
  right: 20px;
  top: 38px;
  width: 30px;
  height: 30px;
}

.close-menu span {
  position: absolute;
  top: 0px;
}

.close-menu span:before {
  width: 2px;
  height: 25px;
  background: #666;
  z-index: 999;
  position: absolute;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  content: "";
}

.close-menu span::after {
  position: absolute;
  width: 2px;
  height: 25px;
  background: #666;
  top: 0;
  content: "";
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.mobile_toolbar .top_toolbar_right {
  text-align: left;
}

.mobile_toolbar .header_login {
  display: inline-block;
  line-height: 49px;
  width: 47%;
  float: right;
  text-align: right;
}

.header_login a {
  color: #fff;
}

.mobile_toolbar .header_social {
  text-align: right;
}

.close-menu .bar {
  display: block;
  position: relative;
  margin-bottom: 3px;
  width: 100%;
  height: 2px;
  background-color: #fff;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.footer-social-link li {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border: 1px solid #fff;
  border-radius: 50%;
  color: #fff;
  margin: 0px 5px;
}

.footer-social-link {
  margin-top: 30px;
  padding-bottom: 50px;
  padding-left: 0;
}

.footer-social-link li a {
  color: #666;
}

.whc_widget.whc_top {
  padding-left: 100px;
}

.header_social a {
  color: #666;
  font-size: 14px;
  padding: 0px 4px;
}

.mobile-menu-inner .accordion-menu {
  padding: 20px;
}

#moble-search {
  margin: 0px 20px;
  position: relative;
}

.close-menu .bar:first-child {
  margin-bottom: 5px;
  -webkit-transform: rotate(-45deg) translate(-6px, 6px);
      -ms-transform: rotate(-45deg) translate(-6px, 6px);
          transform: rotate(-45deg) translate(-6px, 6px);
}

.close-menu .bar:last-child {
  -webkit-transform: rotate(45deg) translate(1px, 1px);
      -ms-transform: rotate(45deg) translate(1px, 1px);
          transform: rotate(45deg) translate(1px, 1px);
}

.toggle-inner {
  width: 50px;
  background: transparent;
  text-align: right;
  float: right;
  cursor: pointer;
}

.toggle-inner.green::after,
.close-menu.green i {
  color: #70c041;
}

.close-menu i {
  color: #3e414d;
  line-height: 88px;
  top: 0;
  position: relative;
  font-size: 27px;
}

/*--------------------------------------------------------------
  ##  Back To Top
  --------------------------------------------------------------*/
.backtotop {
  position: fixed;
  bottom: 0;
  right: 0;
  border: 2px solid #fff;
  cursor: pointer;
  -webkit-box-shadow: -4px 1px 7px 0px rgba(84, 84, 84, 0.35);
  box-shadow: -1px 1px 5px 0px rgba(84, 84, 84, 0.35);
  z-index: 9999;
}

.backtotop i {
  height: 2rem;
  width: 2rem;
  line-height: 2rem;
  font-size: 1.12rem;
  background: #fff;
  margin: 2px;
  color: #2acb35;
  text-align: center;
}

/*--------------------------------------------------------------
  ##  modal
  --------------------------------------------------------------*/
.modal {
  z-index: 99999;
}

.modal-dialog {
  background: #ffffff;
  padding: 30px;
  pointer-events: visible;
  border: 2px solid #2acb35;
  margin: 0 auto;
  max-width: 600px;
  z-index: 99999;
  top: 50%;
}

.modal.show .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
}

.modal-body {
  padding: 0;
}

.modal-body .nav {
  margin-bottom: 35px;
}

.modal-body .nav li {
  padding: 0px 25px;
  border-right: 1px solid #dfdfdf;
}

.modal-body .nav li a {
  font-size: 16px;
  font-weight: 700;
  color: #dfdfdf;
}

.modal-body .nav li i {
  color: #fff;
  margin-right: 10px;
}

.modal-body .nav li:last-child {
  border-right: 0px;
}

.modal-body .nav li:first-child {
  padding-left: 0px;
}

.modal-body .nav li.active i {
  color: #f68b1f;
}

.login-title h3 {
  font-size: 20px;
  color: #737373;
  font-weight: 700;
  margin-bottom: 30px;
}

.login-right,
.login-left {
  display: inline-block;
  vertical-align: top;
  margin: 0px -3px;
}

.login-social ul {
  padding-left: 0;
}

.login-left {
  width: 40%;
}

.login-right {
  width: 60%;
  padding-left: 1.67rem;
}

.login-social li {
  height: 52px;
  border-radius: 5px;
  margin-bottom: 20px;
  line-height: 52px;
  text-align: center;
  font-size: 20px;
}

.login-social li.facebook {
  background: #3648cc;
}

.login-social li.twitter {
  background: #1da1f2;
}

.login-social li.pinterest {
  background: #f82b43;
}

.login-social li a {
  display: block;
  color: #fefefe;
  padding: 0;
}

.login-social li a i {
  float: left;
  color: #fff;
  height: 52px;
  width: 52px;
  line-height: 52px;
  text-align: center;
  position: relative;
}

.login-social li a i:after {
  position: absolute;
  right: 0;
  content: "";
  width: 2px;
  height: 100%;
  -webkit-box-shadow: 0px 0px 6px rgba(40, 31, 3, 0.5);
          box-shadow: 0px 0px 6px rgba(40, 31, 3, 0.5);
}

.login_main_form input {
  width: 100%;
  height: 52px;
  background: transparent;
  border: 1px solid #9e9e9e;
  margin-bottom: 20px;
  padding-left: 15px;
  color: #737373;
}

.login_main_form input[type="checkbox"] {
  width: auto;
  height: auto;
  margin-right: 10px;
}

.login_main_form input[type="submit"] {
  width: 160px;
  height: 50px;
  background: #2acb35;
  color: #fff;
  border: 2px solid #fff;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 700;
  border-radius: 5px;
  cursor: pointer;
  margin-bottom: 0;
}

.select_wrapper {
  position: relative;
}

.select_wrapper select {
  width: 100%;
  height: 51px;
  padding: 0px 15px;
  border: 1px solid #9e9e9e;
  background: transparent;
  color: #737373;
  opacity: 0.5;
  -moz-appearance: none;
  -webkit-appearance: none;
  margin-bottom: 20px;
  position: relative;
}

.select_wrapper span {
  float: right;
  color: #f68b1f;
}

.select_wrapper::before {
  position: absolute;
  right: 15px;
  top: 12px;
  content: "\f0d7";
  font-family: "Font Awesome 5 Free";
  color: #2acb35;
  pointer-events: none;
  font-weight: 900;
}

.Switcher__control {
  background-image: none;
}

.mask-overlay {
  content: '';
  position: fixed;
  background: rgba(0, 0, 0, 0.8);
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
}

/*--------------------------------------------------------------
  ##  Preloader
  --------------------------------------------------------------*/
#loader-wrapper {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #f6fbfe;
  top: 0;
  left: 0;
  z-index: 999999;
}

.pre_container {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.dash {
  margin: 0 15px;
  width: 35px;
  height: 15px;
  border-radius: 8px;
  background: #fff;
  position: relative;
  -webkit-box-shadow: 0 0 3px 0 #ddd;
          box-shadow: 0 0 3px 0 #ddd;
}

.dash:after {
  content: '';
  width: 1px;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 0;
  background: #ddd;
}

.dash:before {
  content: '';
  width: 50%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #ffc000;
  border-radius: 8px 0 0 8px;
}

.uno {
  margin-right: -18px;
  -webkit-transform-origin: center left;
      -ms-transform-origin: center left;
          transform-origin: center left;
  -webkit-animation: spin 3s linear infinite;
          animation: spin 3s linear infinite;
}

.dos {
  -webkit-transform-origin: center right;
      -ms-transform-origin: center right;
          transform-origin: center right;
  -webkit-animation: spin2 3s linear infinite;
          animation: spin2 3s linear infinite;
  -webkit-animation-delay: .2s;
          animation-delay: .2s;
}

.tres {
  -webkit-transform-origin: center right;
      -ms-transform-origin: center right;
          transform-origin: center right;
  -webkit-animation: spin3 3s linear infinite;
          animation: spin3 3s linear infinite;
  -webkit-animation-delay: .3s;
          animation-delay: .3s;
}

.cuatro {
  -webkit-transform-origin: center right;
      -ms-transform-origin: center right;
          transform-origin: center right;
  -webkit-animation: spin4 3s linear infinite;
          animation: spin4 3s linear infinite;
  -webkit-animation-delay: .4s;
          animation-delay: .4s;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
  30% {
    -webkit-transform: rotate(370deg);
            transform: rotate(370deg);
  }
  35% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
  30% {
    -webkit-transform: rotate(370deg);
            transform: rotate(370deg);
  }
  35% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@-webkit-keyframes spin2 {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  20% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  30% {
    -webkit-transform: rotate(-180deg);
            transform: rotate(-180deg);
  }
  35% {
    -webkit-transform: rotate(-190deg);
            transform: rotate(-190deg);
  }
  40% {
    -webkit-transform: rotate(-180deg);
            transform: rotate(-180deg);
  }
  78% {
    -webkit-transform: rotate(-180deg);
            transform: rotate(-180deg);
  }
  95% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
  98% {
    -webkit-transform: rotate(-370deg);
            transform: rotate(-370deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}

@keyframes spin2 {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  20% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  30% {
    -webkit-transform: rotate(-180deg);
            transform: rotate(-180deg);
  }
  35% {
    -webkit-transform: rotate(-190deg);
            transform: rotate(-190deg);
  }
  40% {
    -webkit-transform: rotate(-180deg);
            transform: rotate(-180deg);
  }
  78% {
    -webkit-transform: rotate(-180deg);
            transform: rotate(-180deg);
  }
  95% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
  98% {
    -webkit-transform: rotate(-370deg);
            transform: rotate(-370deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}

@-webkit-keyframes spin3 {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  27% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  40% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  45% {
    -webkit-transform: rotate(190deg);
            transform: rotate(190deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  62% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  75% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
  80% {
    -webkit-transform: rotate(370deg);
            transform: rotate(370deg);
  }
  85% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes spin3 {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  27% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  40% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  45% {
    -webkit-transform: rotate(190deg);
            transform: rotate(190deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  62% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  75% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
  80% {
    -webkit-transform: rotate(370deg);
            transform: rotate(370deg);
  }
  85% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@-webkit-keyframes spin4 {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  38% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  60% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
  65% {
    -webkit-transform: rotate(-370deg);
            transform: rotate(-370deg);
  }
  75% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}

@keyframes spin4 {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  38% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  60% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
  65% {
    -webkit-transform: rotate(-370deg);
            transform: rotate(-370deg);
  }
  75% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}

/*--------------------------------------------------------------
  ##  color
  --------------------------------------------------------------*/
.footer_top_two .widget .widget_title h5 {
  color: #363636;
}

.widget_post_list li a span i,
.footer_top_two .widget .widget_title h5 span,
.widget_store_links .widget_links_list li i,
.widget_about_two .widget_address li i,
.footer_bottom_two .widget_payment a i,
.footer_bottom_two .widget_payment span b,
.call_to_action_right .btn_wrapper .btn_one {
  color: #2acb35;
}

.footer_bottom_two .copyright span,
.footer_bottom_two .widget_payment span {
  color: #adadad;
}

.footer_top_two .widget,
.footer_top_two .widget a {
  color: #7b7b7a;
}

.call_to_action_left h2,
.call_to_action_left p {
  color: #ffffff;
}

/*--------------------------------------------------------------
  ##  border
  --------------------------------------------------------------*/
.widget.widget_instafeed .widget_insta_list ul li {
  border-style: solid;
  border-color: #ffffff;
}

.widget.widget_instafeed .widget_insta_list ul li {
  border-size: 3px;
}

/*--------------------------------------------------------------
  ##  background
  --------------------------------------------------------------*/
.footer_top_two {
  background: #f7f7f7;
}

.footer_top_two .widget .widget_title h5::after,
.call_to_action_area {
  background: #2acb35;
}

.call_to_action_right .btn_wrapper .btn_one {
  color: #fff;
}

.call_to_action_right .btn_wrapper .btn_one:before {
  border: 1px solid #fff;
}

.call_to_action_right .btn_wrapper .btn_one:hover {
  color: #2acb35;
}

.call_to_action_right .btn_wrapper .btn_one:hover:after {
  background: #fff;
}

/*--------------------------------------------------------------
  ##  box-shadow
  --------------------------------------------------------------*/
.widget_instafeed .widget_insta_list ul li {
  -webkit-box-shadow: 0 9px 21px rgba(72, 72, 72, 0.14);
  box-shadow: 0 9px 21px rgba(72, 72, 72, 0.14);
}

/*--------------------------------------------------------------
  ##  svg
  --------------------------------------------------------------*/
.footer_top_two .widget_logo .svg .st1,
.footer_top_two .widget_logo .svg .st0 {
  fill: #2acb35;
  stroke: #2acb35;
}

/*--------------------------------------------------------------
  ##  Color
  --------------------------------------------------------------*/
.single_feature_two span {
  color: #2acb35;
}

.single_feature_two:hover h5 {
  color: #2acb35;
}

.about_sub h6 {
  color: #2acb35;
}

.light_style.section_title h2 {
  color: #fff;
}

.light_style.section_title > span {
  color: #fff;
}

.ingredient_content h5 {
  color: #383838;
}

.ingredient_content .mini-des p span {
  color: #2acb35;
}

.ingredient_content .mini-des p {
  color: #383838;
}

.ingridient_list table tr {
  color: #737373;
}

.single_service_two span {
  color: #2acb35;
}

.single_service_two h6 {
  color: #505253;
}

.single_feature_3 span {
  color: #2acb35;
}

.single_feature_3 h6 {
  color: #505253;
}

.single_feature_3 a {
  color: #2acb35;
}

.single-servie span {
  color: #2acb35;
}

.single-servie:hover h6 {
  color: #2acb35;
}

/*--------------------------------------------------------------
  ##  Background
  --------------------------------------------------------------*/
.single_feature_two span {
  background: #fff;
}

.about_area {
  background: #eff8ff;
}

.gredient_tab li {
  background: #eff8ff;
  border: 2px solid #fff;
}

.ingredient_content .mini-des ul li {
  color: #383838;
}

.ingredient_content > p {
  color: #737373;
}

.ingredient-img {
  background: #eff8ff;
  border: 6px solid #fff;
}

.feature_three {
  background: #eff8ff;
}

.single_feature_3 {
  background: #fff;
}

.about_image .image_one {
  background: #e3f1fb;
}

.about_image .image_two {
  background: #2acb35;
}

/*--------------------------------------------------------------
  ##  Border color
  --------------------------------------------------------------*/
.single_feature_two {
  border: 1px solid #ebebeb;
}

/*--------------------------------------------------------------
  ##  Header
  --------------------------------------------------------------*/
.header_area {
  position: relative;
  z-index: 9;
  background: #ffffff;
  box-shadow: 0px 0px 7.28px 0.72px rgba(72, 72, 72, 0.08);
  -webkit-box-shadow: 0px 0px 7.28px 0.72px rgba(72, 72, 72, 0.08);
  -moz-box-shadow: 0px 0px 7.28px 0.72px rgba(72, 72, 72, 0.8);
}

.BG {
  background-color: white;
  -webkit-box-shadow: 0px 0px 7.28px 0.72px rgba(72, 72, 72, 0.02);
          box-shadow: 0px 0px 7.28px 0.72px rgba(72, 72, 72, 0.02);
  position: absolute;
  left: 0px;
  top: 60px;
  width: 1920px;
  height: 130px;
  z-index: 78;
}

.header_logo .svg {
  width: 116px;
  padding: 35px 0 0;
}

.header_logo .svg .st1, .header_logo .svg .st0 {
  fill: #2acb35;
  stroke: #2acb35;
}

#mobile-logo .svg {
  width: 90px;
}

#mobile-logo .svg .st1, #mobile-logo .svg .st0 {
  fill: #2acb35;
  stroke: #2acb35;
}

.mobile_accor_logo .svg {
  width: 116px;
}

.mobile_accor_logo .svg .st1, .mobile_accor_logo .svg .st0 {
  fill: #2acb35;
  stroke: #2acb35;
}

.top_toolbar {
  background: #363636;
  height: 2.5rem;
}

.toolbar_left ul {
  padding-left: 0;
  margin-bottom: 0;
}

.toolbar_left ul li {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 400;
  color: #e5e2e2;
  padding: 0 1.39rem;
  position: relative;
  line-height: 2.50rem;
}

.toolbar_left ul li:last-child {
  float: right;
  padding-right: 0;
}

.toolbar_left ul li span {
  color: #2acb35;
  font-size: 0.75rem;
  margin-right: 5px;
}

.toolbar_left ul li span.fa {
  margin-right: 0.28rem;
}

.toolbar_left ul li a {
  color: #e5e2e2;
  padding: 0;
  font-size: 0.75rem;
  text-transform: capitalize;
}

.toolbar_left ul li a:hover {
  color: #2acb35;
}

.toolbar_left ul li:first-child {
  padding-left: 0;
}

.toolbar_left ul li:first-child:after {
  position: absolute;
  content: "";
  right: 0;
  top: 50%;
  width: 0.06rem;
  height: 0.84rem;
  background: #514e4e;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.phone_number {
  width: 52%;
  float: left;
  text-align: left;
  line-height: 49px;
}

.phone_number span {
  color: #2acb35;
  font-size: 0.89rem;
  margin-right: 5px;
}

.phone_number a {
  color: #666;
  padding: 0;
  font-size: 0.89rem;
}

.header_nav .btn_wrapper {
  margin: 2rem 0 0;
  height: 2.2rem;
}

.header_nav .btn_wrapper .btn_one {
  line-height: 1.2rem;
}

.header_nav.fixed {
  position: fixed;
  top: 0;
  -webkit-animation: headerFixedTop .35s;
          animation: headerFixedTop .35s;
  width: 100%;
  z-index: 9999;
  background: #fff;
  -webkit-box-shadow: 0 0px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0px 5px rgba(0, 0, 0, 0.2);
}

@keyframes headerFixedTop {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.header_logo a {
  padding: 0;
}

.main_menu {
  font-family: "Hind", sans-serif;
  padding: 2rem 0 2.1rem;
}

.main_menu > ul {
  margin-bottom: 0;
  position: relative;
}

.main_menu > ul > li {
  display: inline-block;
  position: relative;
  /* border: 1px solid $main_theme_color; */
}

.main_menu > ul > li:after, .main_menu > ul > li:before {
  position: absolute;
  content: "";
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.main_menu > ul > li:after {
  top: 0px;
  height: 100%;
  z-index: -2;
  background: #2acb35;
  left: 50%;
  right: 50%;
}

.main_menu > ul > li:before {
  width: 100%;
  z-index: -2;
  border: 1px solid transparent;
  bottom: 50%;
  top: 50%;
  left: 0;
  opacity: 0;
  -o-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.main_menu > ul > li > a {
  font-size: 1rem;
  text-transform: uppercase;
  color: #363636;
  font-weight: 500;
  border-radius: 0;
  line-height: 1rem;
  display: block;
  padding: .7rem 1.67rem 0.6rem;
}

.main_menu > ul > li.current_page_item > a {
  color: #ffffff;
}

.main_menu > ul > li:hover > a {
  color: #ffffff;
}

.main_menu > ul > li:hover:after {
  position: absolute;
  content: "";
  left: 3px;
  right: 3px;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.main_menu > ul > li:hover:before {
  width: 100%;
  border: 1px solid #2acb35;
  bottom: 0;
  top: 0;
  left: 0;
  opacity: 1;
  -o-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.main_menu > ul > .current_page_item:after {
  position: absolute;
  content: "";
  top: 0px;
  height: 100%;
  z-index: -2;
  background: #2acb35;
  left: 3px !important;
  right: 3px !important;
}

.main_menu > ul > .current_page_item:before {
  width: 100%;
  z-index: -2;
  border: 1px solid #2acb35;
  bottom: 0 !important;
  top: 0 !important;
  left: 0;
  opacity: 1;
}

.Switcher__control {
  top: -1px;
  border-radius: 0;
  width: 40px;
  height: 40px;
  margin-left: -40px;
}

.Switcher__control i {
  color: #2acb35;
}

.Switcher {
  top: 190px;
}

.headroom--not-top .header_nav {
  height: 5rem;
}

.headroom--not-top .header_nav .main_menu {
  padding: 1.3rem 0 1.3rem;
}

.headroom--not-top .header_nav .header_logo .svg {
  padding: 23px 0 0;
}

.headroom--not-top .header_nav .btn_wrapper {
  margin: 24px 0;
  height: 2.2rem;
}

.headroom--not-top .header_nav .btn_wrapper .btn_one {
  line-height: 1.2rem;
}

.headroom--pinned {
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
  position: fixed;
  -webkit-animation-name: headerSlideDown;
  animation-name: headerSlideDown;
}

.header-area {
  background: #fff;
}

#header {
  z-index: 999;
  position: fixed;
  width: 100%;
  left: 0;
}

.headroom--pinned {
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
  position: fixed;
  -webkit-animation-name: headerSlideDown;
  animation-name: headerSlideDown;
}

.headroom {
  -webkit-transition: -webkit-transform 200ms linear;
  transition: -webkit-transform 200ms linear;
  -o-transition: transform 200ms linear;
  transition: transform 200ms linear;
  transition: transform 200ms linear, -webkit-transform 200ms linear;
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
}

.headroom--unpinned {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  position: fixed;
}

@-webkit-keyframes headerSlideDown {
  0% {
    margin-top: -150px;
  }
  100% {
    margin-top: 0;
  }
}

.animated.slideUp {
  -webkit-animation-name: slideUp;
  animation-name: slideUp;
}

.hide-topbar .top-bar {
  display: none;
}

.hide-topbar .top_toolbar {
  display: none;
}

/*--------------------------------------------------------------
  ##  Header
  --------------------------------------------------------------*/
.sub-menu {
  position: absolute;
  z-index: 99999;
  background-color: #fff;
  width: 220px;
  -webkit-box-shadow: -0.764px 0.804px 7px 0px rgba(102, 101, 101, 0.22);
  box-shadow: -0.764px 0.804px 7px 0px rgba(102, 101, 101, 0.22);
  top: 115%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  padding: 0;
  margin: 0;
}

.sub-menu li {
  width: 100%;
}

.sub-menu li a {
  padding: 7px 26px;
  width: 100%;
  display: block;
  color: #3f3f3f;
  font-size: .88rem;
  font-weight: 400;
  border-radius: 0;
  text-transform: uppercase;
  position: relative;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.sub-menu li a i {
  margin-right: 10px;
  font-size: 8px;
  position: absolute;
  left: 11px;
  top: 6px;
}

.main_menu li:hover .sub-menu {
  visibility: visible;
  top: 106%;
  opacity: 1;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.main_menu .sub-menu a:hover {
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #2acb35;
}

/*--------------------------------------------------------------
  ##  Banner
  --------------------------------------------------------------*/
.banner_slider {
  padding-top: 190px;
}

.banner_area {
  background: #f6fbfe;
}

.banner_area .owl-carousel .owl-stage-outer {
  width: 100%;
}

.banner_area .owl-item {
  opacity: 0;
}

.banner_area .owl-item.active {
  opacity: 1;
}

.banner_left {
  height: calc(100vh - 190px);
  display: table;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  position: relative;
  overflow: hidden;
}

.banner_left .banner_left_cell {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.banner_left .banner_left_cell h2 {
  font-size: 1.67rem;
  color: #4b4a4a;
  margin-bottom: 0.78rem;
}

.banner_left .banner_left_cell h1 {
  font-size: 3.88rem;
  margin: 0;
  line-height: 3.88rem;
  padding-bottom: 12px;
}

.banner_left .banner_left_cell h1 span {
  color: #2acb35;
}

.banner_left .banner_left_cell p {
  margin-bottom: 2rem;
}

.banner_left .banner_left_cell h4 {
  margin-bottom: 40px;
  font-size: 26px;
}

.banner_left .banner_left_cell h4 span {
  color: #2acb35;
}

.owl-carousel .animated {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.owl-carousel .banner_right.animated {
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.banner_right {
  z-index: 9;
  position: relative;
  overflow: hidden;
  height: 100%;
  display: table;
}

.banner_right_cell {
  display: table-cell;
  vertical-align: middle;
  position: relative;
}

.banner_right_cell .bnr_secondary_img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.bnr_title_img {
  display: inline-block;
  margin-bottom: 20px;
}

.bnr_title_img .svg {
  width: 232px;
  height: 5px;
  fill: #2acb35;
}

/*--------------------------------------------------------------
  ##  Breadcrumb
  --------------------------------------------------------------*/
.breadcrumb_area {
  background: #f0f9ff url("../../media/images/bg/pattern2.png") repeat-x center;
  padding-bottom: 2.4rem;
  padding-top: 242px;
}

.page_header {
  text-align: center;
}

.page_header h1 {
  text-transform: uppercase;
  color: #383838;
  margin-bottom: 0;
  margin-top: 0;
  line-height: 2.89rem;
  font-size: 2.89rem;
  padding-bottom: 5px;
}

.page_header h1 span {
  color: #2acb35;
}

.breadcrumb_text {
  text-align: center;
  width: 100%;
}

.breadcrumb_text p {
  padding: 6px 12px;
  margin: 0;
  color: #2acb35;
  letter-spacing: 1px;
  text-transform: capitalize;
  font-family: "Hind", sans-serif;
  font-weight: 500;
}

.breadcrumb_text a {
  padding: 0;
  color: #383838;
}

/*--------------------------------------------------------------
  ##  Top feature
  --------------------------------------------------------------*/
.top_feature_area {
  background: #2acb35;
  padding: 15px 0;
}

.single_top_feature {
  color: #fff;
  margin-top: 75px;
}

.single_top_feature span {
  font-size: 2.0rem;
}

.single_top_feature .tf_icon {
  float: left;
  width: 20%;
  display: inline-block;
  text-align: center;
  height: auto;
  margin-top: 5px;
}

.single_top_feature .tf_content {
  width: 80%;
  float: left;
}

.single_top_feature .tf_content h5 {
  color: #fff;
  margin-bottom: 0;
}

/*--------------------------------------------------------------
  ##  Top feature
  --------------------------------------------------------------*/
.top_feature_area_two {
  padding: 60px 0;
}

.single_feature_two {
  text-align: center;
  padding: 39px 34px 20px;
  margin-top: 25px;
  position: relative;
  border-radius: 3px;
}

.single_feature_two span {
  font-size: 50px;
  position: absolute;
  top: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 55px;
}

.single_feature_two h5 {
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #505253;
}

/*--------------------------------------------------------------
  ##  About area
  --------------------------------------------------------------*/
.about_area {
  height: 100%;
}

.about_area .section_title {
  margin-bottom: .6rem;
}

.about_sub h6 {
  font-size: 1rem;
}

.about_image .image_one {
  float: left;
  width: 50%;
  text-align: center;
  height: 485px;
  padding-top: 40px;
  margin-right: 15px;
  /* 		-webkit-box-shadow: 1px 9px 11px 2px rgba(0, 0, 0, 0.15);
-moz-box-shadow:1px 9px 11px 2px rgba(0, 0, 0, 0.15);
box-shadow: 1px 9px 11px 2px rgba(0, 0, 0, 0.15); */
  border-radius: 5px;
}

.about_image .image_two {
  text-align: center;
  height: 570px;
  width: 50%;
  float: left;
  padding-top: 83px;
  margin-left: 15px;
  -webkit-box-shadow: -5px 9px 34px 2px rgba(0, 0, 0, 0.25);
  box-shadow: -5px 9px 34px 2px rgba(0, 0, 0, 0.25);
  border-radius: 4px;
}

.test {
  height: 100%;
}

/*--------------------------------------------------------------
  ##  Product with carousel
  --------------------------------------------------------------*/
.products_area {
  padding: 6.67rem 0 5rem;
}

.single-product {
  background: #eff8ff;
  padding: 5px 40px 5px 40px;
  position: relative;
  margin-bottom: 1.67rem;
}

.single-product .product-content {
  width: 60%;
  float: left;
  padding-top: 48px;
}

.single-product .product-content h6 {
  color: #524a1f;
}

.single-product .product-content h6 span {
  color: #2acb35;
}

.single-product .product-content > span {
  text-transform: uppercase;
  font-size: 0.84rem;
  margin-bottom: 1.8rem;
  display: block;
  line-height: 0.84rem;
}

.single-product .product-content h3 {
  color: #2acb35;
  display: inline-block;
  margin: 0 auto;
  font-size: 2rem;
  margin-bottom: 2rem;
  width: 100%;
}

.single-product:after {
  position: absolute;
  left: 0;
  top: 0;
  content: '';
  width: 0;
  height: 0;
  background: transparent;
  border-left: 2px solid #2acb35;
  border-top: 2px solid #2acb35;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  visibility: hidden;
}

.single-product:before {
  position: absolute;
  right: 0;
  bottom: 0;
  content: '';
  width: 0;
  height: 0;
  background: transparent;
  border-right: 2px solid #2acb35;
  border-bottom: 2px solid #2acb35;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  visibility: hidden;
}

.single-product:hover:after {
  width: 116px;
  height: 116px;
  visibility: visible;
}

.single-product:hover:before {
  width: 116px;
  height: 116px;
  visibility: visible;
}

.product-carousel-wrapper {
  background: #eff8ff;
  padding-bottom: 12px;
}

.carousel-sin-product {
  background: #eff8ff;
  padding: 5px 40px 5px 40px;
  position: relative;
  margin-bottom: 1.67rem;
  overflow: hidden;
}

.carousel-sin-product .carousel-product-content {
  padding-top: 48px;
  width: 60%;
}

.carousel-sin-product .carousel-product-content h6 {
  color: #524a1f;
}

.carousel-sin-product .carousel-product-content h6 span {
  color: #2acb35;
}

.carousel-sin-product .carousel-product-content > span {
  text-transform: uppercase;
  font-size: 0.84rem;
  margin-bottom: 1.2rem;
  display: block;
  line-height: 0.84rem;
}

.carousel-sin-product .carousel-product-content p {
  color: #737373;
  font-size: 1rem;
}

.carousel-sin-product .carousel-product-content h3 {
  color: #2acb35;
  display: inline-block;
  margin: 0 auto;
  font-size: 2rem;
  margin-bottom: 0.1rem;
  width: 100%;
  margin-bottom: 1.7rem;
}

.carousel-sin-product .carousel-product-image {
  position: relative;
  right: 0;
  bottom: 0;
  float: right;
  margin-top: -235px;
}

.carousel-sin-product .btn_wrapper {
  position: relative;
  z-index: 2;
}

.product-carousel.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #383838;
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: opacity .2s ease;
  -o-transition: opacity .2s ease;
  transition: opacity .2s ease;
  border-radius: 30px;
}

.product-carousel.owl-theme .owl-dots .owl-dot.active span, .product-carousel.owl-theme .owl-dots .owl-dot:hover span {
  background: #2acb35;
}

.product-carousel.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 0;
}

/*--------------------------------------------------------------
  ## Features
  --------------------------------------------------------------*/
.single-features {
  text-align: center;
  -webkit-box-shadow: 0px 0px 6.37px 0.63px rgba(32, 32, 32, 0.07);
          box-shadow: 0px 0px 6.37px 0.63px rgba(32, 32, 32, 0.07);
  padding: 65px 40px 40px;
  background: #fff;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.single-features span {
  font-size: 2.50rem;
  color: #2acb35;
}

.single-features h5 {
  color: #383838;
  margin-top: 1.27rem;
  margin-bottom: 2rem;
  position: relative;
}

.single-features h5:after {
  content: '';
  position: absolute;
  height: 4px;
  width: 40px;
  left: 50%;
  top: 37px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #2acb35;
}

.single-features p {
  color: #737373;
}

.single-features:hover {
  -webkit-transform: translateY(-10px);
      -ms-transform: translateY(-10px);
          transform: translateY(-10px);
  background: #2acb35;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.single-features:hover span {
  color: #fff;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.single-features:hover h5 {
  color: #fff;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.single-features:hover h5:after {
  background: #fff;
}

.single-features:hover p {
  color: #fff;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.features_area {
  background: #eff8ff;
}

/*--------------------------------------------------------------
  ## Services
  --------------------------------------------------------------*/
.single-servie {
  margin-top: 2rem;
}

.single-servie span {
  font-size: 2rem;
  color: #2acb35;
  margin-bottom: 1.6rem;
  display: inline-block;
}

.single-servie h6 {
  color: #383838;
  margin-bottom: 12px;
  font-size: 1rem;
}

.single-servie p {
  margin-bottom: 0px;
}

.single-servie:hover h6 {
  color: #2acb35;
}

.image-box-half {
  -webkit-box-shadow: 0px 0px 9.1px 0.9px rgba(32, 32, 32, 0.07);
          box-shadow: 0px 0px 9.1px 0.9px rgba(32, 32, 32, 0.07);
  border: 6px solid #fff;
  position: relative;
  margin-left: 15px;
  margin-top: 15px;
}

.image-box-half:before {
  content: '';
  position: absolute;
  width: 70%;
  height: 99%;
  background: #2acb35;
  top: -20px;
  left: -20px;
  z-index: -1;
}

/*--------------------------------------------------------------
  ## Services
  --------------------------------------------------------------*/
.services_area_bg {
  position: relative;
}

.services_area_bg:before {
  content: '';
  position: absolute;
  left: 0;
  width: 50%;
  background: #eff8ff;
  top: 0;
  height: 100%;
}

.services_area_bg:after {
  content: '';
  position: absolute;
  right: 0;
  width: 50%;
  background: #fcfdfe;
  top: 0;
  height: 100%;
  z-index: -1;
}

.services_area_bg .section_title {
  margin-bottom: 20px;
}

.services_area .section_title {
  margin-bottom: 20px;
}

.services_area .section_title h2 {
  line-height: 50px;
}

.single-servie {
  margin-top: 2.76rem;
}

.single-servie span {
  font-size: 2rem;
  margin-bottom: 1.6rem;
  display: inline-block;
}

.single-servie h6 {
  color: #505253;
  margin-bottom: 12px;
  font-size: 1rem;
}

.single-servie p {
  margin-bottom: 0px;
}

.services_area_bg .image-box {
  padding-top: 25px;
}

/*--------------------------------------------------------------
  ## Services
  --------------------------------------------------------------*/
.single_service_two {
  text-align: center;
}

.single_service_two span {
  font-size: 55px;
  margin-bottom: 25px;
  display: block;
  text-align: center;
}

.single_service_two h6 {
  font-weight: 600;
  text-transform: capitalize;
}

/*--------------------------------------------------------------
  ## Services
  --------------------------------------------------------------*/
.single_feature_3 {
  position: relative;
  padding: 60px 60px;
  text-align: center;
  z-index: 1;
}

.single_feature_3:after {
  content: '';
  position: absolute;
  top: 7px;
  bottom: 7px;
  left: 7px;
  right: 7px;
  border: 1px solid #e1e1e1;
  z-index: -1;
}

.single_feature_3 span {
  font-size: 36px;
  margin-bottom: 30px;
  display: block;
}

.single_feature_3 h6 {
  margin-bottom: 18px;
}

.single_feature_3 p {
  margin-bottom: .89rem;
}

.single_feature_3 a {
  font-size: .89rem;
  padding: 0;
}

.single_feature_3 a i {
  margin-left: 10px;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.single_feature_3 a:hover i {
  -webkit-transform: translateX(4px);
      -ms-transform: translateX(4px);
          transform: translateX(4px);
}

/*--------------------------------------------------------------
  ## Services
  --------------------------------------------------------------*/
.single-testimonial {
  text-align: center;
  padding: 0 8.99rem;
}

.single-testimonial .tes-img {
  height: 105px;
  width: 105px;
  border-radius: 85%;
  border: 3px solid #fff;
  overflow: hidden;
  margin: 0 auto 1.78rem;
}

.single-testimonial p {
  color: #fff;
  font-style: italic;
  line-height: 2.2rem;
  font-size: 1.12rem;
}

.single-testimonial .tes-name {
  position: relative;
  font-size: .89rem;
  font-style: italic;
  width: 214px;
  margin: 1.80rem auto;
}

.single-testimonial .tes-name span {
  color: #2acb35;
}

.single-testimonial .tes-name:after {
  content: '';
  position: absolute;
  width: 20px;
  height: 3px;
  background: #2acb35;
  left: 0;
  top: 16px;
}

.testimonial_area {
  background: #000 url("../../media/images/bg/1.jpg") no-repeat fixed center;
  position: relative;
  padding: 6.84rem 0;
}

.testimonial_area:before {
  content: '';
  height: 100%;
  width: 100%;
  background: #121212;
  opacity: .78;
  position: absolute;
  left: 0;
  top: 0;
}

.testimonial-carousel.owl-theme .owl-dots .owl-dot span {
  margin: 5px 7px;
  background: #aca8a6;
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: opacity .2s ease;
  -o-transition: opacity .2s ease;
  transition: opacity .2s ease;
  border-radius: 30px;
  width: 13px;
  height: 13px;
}

.testimonial-carousel.owl-theme .owl-dots .owl-dot.active span, .testimonial-carousel.owl-theme .owl-dots .owl-dot:hover span {
  background: #2acb35;
}

.testimonial-carousel.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 0;
  height: 21px;
}

.testimonial-carousel.owl-theme .owl-dots .owl-dot.active span {
  width: 13px;
  height: 13px;
  border: 1px solid #fff;
  margin-top: 5px;
}

/*--------------------------------------------------------------
  ## Testimonial style two
  --------------------------------------------------------------*/
.single-testimonial-two {
  text-align: center;
  padding: 0 8.99rem;
}

.single-testimonial-two .tes-img {
  height: 105px;
  width: 105px;
  border-radius: 85%;
  border: 3px solid #fff;
  overflow: hidden;
  margin: 0 auto;
}

.single-testimonial-two p {
  color: #fff;
  line-height: 2.2rem;
  font-size: 1rem;
  margin-bottom: 45px;
}

.single-testimonial-two .tes-name {
  position: relative;
  font-size: .89rem;
  font-style: italic;
  width: 214px;
  margin: 38px auto 40px;
}

.single-testimonial-two .tes-name span {
  color: #2acb35;
}

.single-testimonial-two .tes-name:after {
  content: '';
  position: absolute;
  width: 20px;
  height: 3px;
  background: #2acb35;
  left: 0;
  top: 16px;
}

.single-testimonial-two > span {
  color: #2acb35;
  font-size: 1.5rem;
  margin-bottom: 20px;
  display: inline-block;
}

.testimonial_area_two {
  background: #000 url("../../media/images/bg/3.jpg") no-repeat fixed center;
  position: relative;
  padding: 6.67rem 0;
  z-index: 1;
  position: relative;
}

.testimonial_area_two:before {
  content: '';
  height: 100%;
  width: 100%;
  background: #16191e;
  opacity: .73;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

.testimonial-carousel.owl-theme .owl-dots .owl-dot span {
  margin: 5px 7px;
  background: #aca8a6;
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: opacity .2s ease;
  -o-transition: opacity .2s ease;
  transition: opacity .2s ease;
  border-radius: 30px;
  width: 13px;
  height: 13px;
}

.testimonial-carousel.owl-theme .owl-dots .owl-dot.active span, .testimonial-carousel.owl-theme .owl-dots .owl-dot:hover span {
  background: #2acb35;
}

.testimonial-carousel.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 0;
}

.testimonial-carousel.owl-theme .owl-dots .owl-dot.active span {
  width: 13px;
  height: 13px;
  border: 1px solid #fff;
  margin-top: 5px;
}

.testimonial_pro_image {
  position: absolute;
  top: 100px;
  right: 0;
}

/*--------------------------------------------------------------
  ## Services
  --------------------------------------------------------------*/
.sin-portfolio {
  -webkit-box-shadow: 0px 0px 4.55px 0.45px rgba(32, 32, 32, 0.07);
          box-shadow: 0px 0px 4.55px 0.45px rgba(32, 32, 32, 0.07);
  margin-top: 30px;
}

.filter-button {
  text-align: center;
  padding: 0px;
}

.filter-button li {
  display: inline-block;
  font-family: "Hind", sans-serif;
  font-size: 16px;
  color: #535353;
  font-weight: 500;
  cursor: pointer;
  height: 26px;
  line-height: 29px;
  padding: 0 13px;
  margin: 0 4px;
  text-transform: uppercase;
  position: relative;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.filter-button li:after {
  content: '';
  position: absolute;
  top: -2px;
  left: -2px;
  height: calc(100% + 4px);
  width: calc(100% + 4px);
  border: 1px solid #fff;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.filter-button li:hover {
  background: #2acb35;
  color: #fff;
}

.filter-button li:hover:after {
  content: '';
  position: absolute;
  top: -2px;
  left: -2px;
  height: calc(100% + 4px);
  width: calc(100% + 4px);
  border: 1px solid #2acb35;
}

.filter-button li.active {
  background: #2acb35;
  color: #fff;
}

.filter-button li.active:after {
  content: '';
  position: absolute;
  top: -2px;
  left: -2px;
  height: calc(100% + 4px);
  width: calc(100% + 4px);
  border: 1px solid #2acb35;
}

.sin-portfolio {
  position: relative;
}

.sin-portfolio .portfolio_details {
  padding-left: 35px;
  padding-bottom: 20px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 55;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}

.sin-portfolio .portfolio_details h5 {
  font-size: 1rem;
  color: #383838;
  margin-bottom: 0;
  line-height: 1rem;
}

.sin-portfolio .portfolio_details h5 span {
  color: #2acb35;
}

.sin-portfolio .portfolio_details > span {
  color: #aeadad;
  font-size: .78rem;
  line-height: .78rem;
  font-family: "Hind", sans-serif;
  font-weight: 500;
}

.sin-portfolio:hover .portfolio_details {
  opacity: 1;
  padding-bottom: 35px;
}

.sin-portfolio .overlay {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 0;
  opacity: 0;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.sin-portfolio:hover .overlay {
  opacity: .9;
}

.sin-portfolio:after {
  position: absolute;
  left: 0;
  top: 0;
  content: '';
  width: 0;
  height: 0;
  background: transparent;
  border-left: 2px solid #2acb35;
  border-top: 2px solid #2acb35;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  visibility: hidden;
  z-index: 99;
}

.sin-portfolio:before {
  position: absolute;
  right: 0;
  bottom: 0;
  content: '';
  width: 0;
  height: 0;
  background: transparent;
  border-right: 2px solid #2acb35;
  border-bottom: 2px solid #2acb35;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  visibility: hidden;
  z-index: 99;
}

.sin-portfolio:hover:after {
  width: 116px;
  height: 85%;
  visibility: visible;
}

.sin-portfolio:hover:before {
  width: 116px;
  height: 85%;
  visibility: visible;
}

.load_more_portfolio {
  text-align: center;
}

.load_more_portfolio .btn_wrapper {
  margin-top: 5rem;
}

/*--------------------------------------------------------------
  ##  Video
  --------------------------------------------------------------*/
.video_area {
  background: url(../../media/images/video/video-bg.jpg) no-repeat scroll center center/cover;
  position: relative;
}

.video_area:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(17, 17, 17, 0.93);
}

.video_popup {
  position: relative;
  z-index: 1;
}

.video_popup:after {
  width: 70%;
  height: 80%;
  content: "";
  position: absolute;
  left: -23px;
  top: -23px;
  background: #2acb35;
  z-index: -1;
}

.video_popup img {
  border: 5px solid #fff;
}

.video_popup a {
  position: absolute;
  left: calc(50% - 57px);
  top: calc(50% - 57px);
  width: 114px;
  height: 114px;
  background: rgba(42, 203, 53, 0.62);
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.video_popup a i {
  font-size: 4.72rem;
  color: #ffffff;
}

.about_section {
  padding: 0 30px;
}

.about_section .section_title {
  margin-bottom: 2.55rem;
}

.about_section .section_title > span, .about_section .section_title h2, .about_section .section_title p {
  color: #fff;
}

/*--------------------------------------------------------------
  ##  Video
  --------------------------------------------------------------*/
.video_two_area {
  height: 90vh;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  z-index: 1;
}

.video_two_area:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(25, 25, 25, 0.68);
  content: "";
  z-index: -1;
}

.video_popup_two {
  position: relative;
}

.video_popup_two a {
  background: rgba(37, 37, 37, 0.7);
  border-radius: 50%;
  margin-bottom: 30px;
  width: 100px;
  height: 100px;
  line-height: 100px;
  padding: 0;
  text-align: center;
  position: relative;
}

.video_popup_two a i {
  font-size: 23px;
  color: #fff;
  margin-left: 5px;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.video_popup_two a:after {
  content: '';
  position: absolute;
  left: 7px;
  right: 7px;
  top: 7px;
  bottom: 7px;
  background: transparent;
  z-index: 1;
  border-radius: 50%;
  border: 3px solid #2acb35;
}

.video_popup_two h3 {
  font-size: 30px;
  color: #fff;
  margin: 0;
  line-height: 30px;
}

.video_popup_two a:hover i {
  font-size: 32px;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.video-pop-inner {
  width: 103px;
  margin: 0 auto;
  position: relative;
  height: 123px;
}

.dot {
  border: 1px solid #2acb35;
  background: transparent;
  border-radius: 50%;
  height: 80px;
  width: 80px;
  -webkit-animation: pulse .99s ease-out;
  animation: pulse .99s ease-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  position: absolute;
  top: 10px;
  left: 11px;
  z-index: 0;
  opacity: 0;
}

@-webkit-keyframes "pulse" {
  0% {
    -webkit-transform: scale(1);
    opacity: 0.0;
  }
  25% {
    -webkit-transform: scale(1.1);
    opacity: 0.2;
  }
  50% {
    -webkit-transform: scale(1.2);
    opacity: 0.4;
  }
  75% {
    -webkit-transform: scale(1.3);
    opacity: 0.6;
  }
  100% {
    -webkit-transform: scale(1.4);
    opacity: 0;
  }
}

@keyframes "pulse" {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0.0;
  }
  25% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    opacity: 0.2;
  }
  50% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    opacity: 0.4;
  }
  75% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
    opacity: 0.6;
  }
  100% {
    -webkit-transform: scale(1.4);
            transform: scale(1.4);
    opacity: 0;
  }
}

/*--------------------------------------------------------------
  ##  Pricing Table
  --------------------------------------------------------------*/
.single_price {
  text-align: center;
  background: #f8fafc;
  border-radius: 0.28rem;
  padding: 3.61rem 0;
  -webkit-box-shadow: 0px 0px 8.19px 0.81px rgba(72, 72, 72, 0.08);
          box-shadow: 0px 0px 8.19px 0.81px rgba(72, 72, 72, 0.08);
}

.single_price:hover {
  -webkit-transform: translateY(-10px);
      -ms-transform: translateY(-10px);
          transform: translateY(-10px);
}

.single_price:hover .pricing_head h6 {
  color: #2acb35;
}

.pricing_head {
  position: relative;
  padding-bottom: 1.7rem;
  margin-bottom: 2.7rem;
}

.pricing_head:after, .pricing_head:before {
  position: absolute;
  content: "";
  bottom: 0;
  height: 2px;
  background: #2acb35;
  width: calc(50% - 1rem);
}

.pricing_head:after {
  left: 0;
}

.pricing_head:before {
  right: 0;
}

.pricing_head span {
  font-size: 2.5rem;
  color: #2acb35;
  margin-bottom: 1.5rem;
  display: inline-block;
}

.pricing_list ul {
  padding-left: 0;
  margin-bottom: 0;
  margin: 2.23rem 0 2.45rem;
}

.pricing_list ul li {
  font-size: 0.88rem;
  color: #6c6b6b;
  margin-bottom: 0.84rem;
}

.pricing_list ul li:last-child {
  margin-bottom: 0;
}

.pricing_currency {
  font-size: 1.67rem;
  font-weight: 700;
  color: #2acb35;
}

.pricing_button {
  display: inline-block;
}

.pricing_button .btn_wrapper {
  margin-top: 0;
}

/*--------------------------------------------------------------
  ##  Work Process
  --------------------------------------------------------------*/
.work_process_area {
  background: #f6fbfe;
}

.all_processes {
  margin: 0;
  padding-left: 0;
  position: relative;
  z-index: 1;
}

.all_processes .single_process {
  display: inline-block;
  width: 25%;
  margin: 0px -2.5px;
  text-align: center;
}

.all_processes .single_process:hover .process_icon {
  background: #2acb35;
  border: 1px dashed transparent;
}

.all_processes .single_process:hover .process_icon span {
  color: #ffffff;
}

.all_processes .single_process:hover h6 {
  color: #2acb35;
}

.all_processes .svg {
  position: absolute;
  left: 15%;
  top: 2.14rem;
  z-index: -1;
  width: 73%;
}

.all_processes .svg .st2 {
  fill: none;
  stroke: #2acb35;
}

.all_processes .svg .st0 {
  stroke: none;
  fill: none;
}

.process_icon {
  width: 5.89rem;
  height: 5.89rem;
  background: #fff;
  border-radius: 50%;
  border: 1px dashed #2acb35;
  text-align: center;
  margin: 0 auto 1.78rem;
}

.process_icon span {
  font-size: 2.5rem;
  color: #2acb35;
  line-height: 5.89rem;
}

/*--------------------------------------------------------------
  ##  Product Detail
  --------------------------------------------------------------*/
.product_detail_area.section_padding {
  padding: 6.67rem 0 10.84rem;
}

.product_detail_cont {
  position: relative;
}

.product_detail_slider {
  width: calc(50% + 117px);
  background: #2acb35;
  text-align: center;
  -webkit-box-shadow: 1px 0px 9px rgba(72, 72, 72, 0.2);
  box-shadow: 1px 0px 9px rgba(72, 72, 72, 0.2);
  border: 5px solid #fff;
  padding: 4.45rem 0 2.23rem;
}

.product_detail_slider .owl-nav {
  position: absolute;
  right: 20px;
  top: 40px;
}

.product_detail_slider .owl-nav button {
  display: inline-block;
  position: relative;
  border-right: 1px solid #47da51 !important;
  border-radius: 0;
}

.product_detail_slider .owl-nav button:last-child {
  border-right: none !important;
}

.product_detail_slider .owl-nav button span {
  font-size: 30px;
  color: #eff8ff;
  padding: 0px 30px;
}

.sn_pd_slide {
  display: inline-block;
}

.product_detail_desc {
  position: absolute;
  right: 0;
  top: 5.55rem;
  width: 50%;
  z-index: 1;
  background: #f6fbfe;
  -webkit-box-shadow: 1px 0px 9px rgba(72, 72, 72, 0.2);
  box-shadow: 1px 0px 9px rgba(72, 72, 72, 0.2);
  border: 5px solid #fff;
  padding: 4.45rem 0 0 3.35rem;
  height: 100%;
}

.product_detail_desc h4 span {
  color: #2acb35;
}

.product_detail_desc .btn_wrapper {
  margin-top: 0;
}

.product_ratting a {
  color: #2acb35;
  padding: 0;
}

.product_ratting a i {
  font-size: 14px;
}

.product_ratting span {
  color: #6a6868;
  font-size: 0.73rem;
  font-weight: 500;
}

.quantity {
  display: inline-block;
  margin-right: 1.12rem;
}

.quantity span:hover {
  background: #2acb35;
  color: #ffffff;
}

.quantity span, .quantity input {
  width: 2.39rem;
  display: inline-block;
  text-align: center;
  height: 2.39rem;
  line-height: 2.39rem;
  border: 1px solid #ddd;
  vertical-align: middle;
  margin-left: -5px;
}

.quantity span i {
  font-size: 0.8rem;
}

.product_price {
  padding-bottom: 2rem;
  border-bottom: 7px solid #2acb35;
  margin-bottom: 1.67rem;
}

.product_price b {
  font-weight: 600;
  color: #3c3c3c;
  text-transform: uppercase;
  vertical-align: middle;
}

.product_price span {
  font-size: 26px;
  color: #2acb35;
  font-weight: 700;
  vertical-align: middle;
}

.woocommerce-product-details__short-description p {
  margin-bottom: 2.5rem;
}

.product-cart {
  padding-bottom: 2.5rem;
  border-bottom: 1px solid #ddd;
  margin-bottom: 1.38rem;
}

.share-wrap {
  padding: 1.12rem 0;
}

.share-wrap span {
  display: inline-block;
}

.share-wrap .product-share-link {
  margin-bottom: 0;
  display: inline-block;
  float: right;
  padding-right: 36px;
}

.share-wrap .product-share-link a {
  padding: 0;
  color: #646464;
  font-size: 18px;
  margin-left: 17px;
}

.share-wrap .product-share-link a:hover {
  color: #2acb35;
}

/*--------------------------------------------------------------
  ##  Faq
  --------------------------------------------------------------*/
.faq_area {
  background: #f6fbfe;
}

.faq_right_bg {
  text-align: right;
}

.question {
  border: 1px solid #ebebeb;
  background: transparent;
  padding: 1.44rem 1.67rem;
}

.question span {
  display: block;
  font-size: 0.89rem;
  color: #2acb35;
  font-weight: 600;
  text-transform: uppercase;
  font-family: "Hind", sans-serif;
  cursor: pointer;
  position: relative;
  line-height: 0.89;
}

.question span::after {
  position: absolute;
  content: "\f068";
  font-family: 'Font Awesome 5 Free';
  right: 0;
  top: 50%;
  font-size: 0.72rem;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.question span.collapsed {
  color: #737373;
}

.question span.collapsed.collapsed::after {
  content: "\f067";
}

.ans_body {
  padding: 1.67rem;
  border: 1px solid #ebebeb;
  background: #fff;
  font-size: 0.89rem;
  color: #737373;
}

.ask_ans,
.ans_body {
  margin-top: -1px;
}

/*--------------------------------------------------------------
  ##  Blog
  --------------------------------------------------------------*/
.single_post {
  margin-top: 0;
}

.single_post > a {
  margin-bottom: 1.78rem;
}

.single_post > a img {
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.single_post a {
  padding: 0;
  overflow: hidden;
}

.single_post:hover img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.sn_post_detail h6 {
  margin-bottom: 0;
}

.sn_post_detail h6 a {
  color: #383838;
  font-size: 1.12rem;
  font-weight: 700;
}

.sn_post_detail h6 a:hover {
  color: #2acb35;
}

.sn_post_detail p {
  margin-bottom: 10px;
}

.sn_post_detail p a {
  font-size: 14px;
  color: #848383;
  text-transform: uppercase;
  font-weight: 500;
  padding: 0 0.89rem;
  border-radius: 0;
}

.sn_post_detail p a i {
  margin-right: 4px;
  font-size: 14px;
}

.sn_post_detail p a:hover {
  color: #2acb35;
}

.sn_post_detail p a:first-child {
  padding-left: 0;
  position: relative;
}

.sn_post_detail p a:first-child:after {
  position: absolute;
  content: "";
  right: -3px;
  font-size: 1.12rem;
  font-weight: 300;
  top: 10px;
  width: 1px;
  height: 12px;
  background: #a8a7a7;
}

.sn_post_detail p a:last-child {
  margin-left: 2.89rem;
}

.sn_post_detail p a span.admin {
  color: #2acb35;
}

.sn_post_detail a {
  font-size: 0.88rem;
  color: #2acb35;
  text-transform: uppercase;
  padding: 0;
  font-weight: 600;
  font-family: "Hind", sans-serif;
}

.sn_post_detail a.continue {
  margin-top: 0.56rem;
}

.sn_post_detail a:hover {
  color: #383838;
}

/*--------------------------------------------------------------
  ##  Contact
  --------------------------------------------------------------*/
.contact_area {
  position: relative;
  background: #f6fbfe;
}

.contact_area .section_title {
  margin-bottom: 3.35rem;
}

.map_main {
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
  padding-right: 0.84rem;
}

.map {
  height: 100%;
  width: 100%;
}

.contact_content {
  padding-left: 2.89rem;
}

.form_group {
  position: relative;
  margin-bottom: 20px;
}

.form_group.half {
  width: 50%;
  display: inline-block;
  margin: 0 -0.139rem 1.12rem;
  padding: 0 0.84rem;
}

.form_group.half:first-child {
  padding-left: 0;
}

.form_group.half:nth-child(2) {
  padding-right: 0;
}

.form_group.half:nth-child(2) input[required] + label {
  left: 1.67rem;
}

.form_group input {
  width: 100%;
  height: 2.78rem;
  border: none;
  padding: 0 0.84rem;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #9f9f9f;
}

.form_group input[required] + label {
  color: #999;
  position: absolute;
  left: 0.84rem;
  top: 0.62rem;
  font-size: 0.84rem;
  color: #9f9f9f;
}

.form_group input[required] + label:after {
  content: '*';
  color: #2acb35;
  font-size: 0.84rem;
}

.form_group input[required]:invalid + label {
  display: inline-block;
  opacity: 1;
}

.form_group input[required]:valid + label {
  opacity: 0;
}

.form_group textarea {
  height: 7.56rem;
  border: none;
  padding: 0.84rem;
  background: #fff;
  resize: none;
  font-size: 0.84rem;
  color: #9f9f9f;
}

.form_group textarea::-webkit-input-placeholder {
  opacity: 1;
}

.form_group textarea:-ms-input-placeholder {
  opacity: 1;
}

.form_group textarea::-ms-input-placeholder {
  opacity: 1;
}

.form_group textarea::placeholder {
  opacity: 1;
}

.form_group:last-child {
  margin-bottom: 0;
  text-align: center;
}

.form_group .btn_wrapper {
  margin-top: 0;
}

/*--------------------------------------------------------------
  ##  Footer
  --------------------------------------------------------------*/
.footer_area {
  background-color: #363636;
  background-image: url(../../assets/img/footer-bg.png);
  font-family: "Hind", sans-serif;
}

.footer_top {
  padding: 5rem 0;
  border-bottom: 2px solid #616161;
}

.footer_bottom {
  padding: 1.89rem 0;
}

.footer_top .widget {
  padding-right: 1.33rem;
  margin-bottom: 0;
}

.footer_top .widget .widget_logo {
  margin-bottom: 1.5rem;
}

.footer_top .widget .widget_logo a {
  padding: 0;
}

.footer_top .widget .widget_logo .svg {
  width: 112px;
}

.footer_top .widget .widget_logo .svg .st1, .footer_top .widget .widget_logo .svg .st0 {
  fill: #2acb35;
  stroke: #2acb35;
}

.footer_top .widget .widget_logo .svg path {
  fill: #ffffff;
}

.footer_top .widget .widget_desc {
  margin-bottom: 1.23rem;
}

.footer_top .widget .widget_desc p {
  color: #bebebe;
}

.footer_top .widget .widget_social > span {
  display: block;
  font-size: 0.89rem;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 600;
  font-family: "Hind", sans-serif;
  margin-bottom: 0.56rem;
}

.footer_top .widget .widget_social > span b {
  color: #2acb35;
  font-weight: 600;
}

.footer_top .widget .widget_social a {
  width: 1.78rem;
  height: 1.78rem;
  border: 1px solid #ffffff;
  border-radius: 50%;
  text-align: center;
  padding: 0;
  margin-right: 0.33rem;
}

.footer_top .widget .widget_social a:hover {
  border: 1px solid #2acb35;
}

.footer_top .widget .widget_social a:hover span {
  color: #2acb35;
}

.footer_top .widget .widget_social a span {
  color: #ffffff;
  font-size: 0.78rem;
  line-height: 1.78rem;
}

.footer_top .widget .widget_social a:last-child {
  margin-right: 0;
}

.footer_top .widget .widget_title {
  margin-bottom: 2.35rem;
}

.footer_top .widget .widget_title h5 {
  color: #ffffff;
  text-transform: uppercase;
  margin-bottom: 0px;
}

.footer_top .widget .widget_address ul {
  padding-left: 0;
}

.footer_top .widget .widget_address ul li {
  font-size: 1rem;
  color: #bebebe;
  margin-bottom: 0.84rem;
}

.footer_top .widget .widget_address ul li i {
  width: 25px;
  color: #2acb35;
  display: inline-block;
  vertical-align: middle;
}

.footer_top .widget .widget_address ul li span {
  width: calc(100% - 30px);
  display: inline-block;
  vertical-align: middle;
}

.footer_top .widget .widget_address ul li span a {
  display: block;
  color: #bebebe;
  padding: 0;
  line-height: 1.67rem;
}

.footer_top .widget .widget_address ul li span a:hover {
  color: #2acb35;
}

.footer_top .widget .widget_address ul li:nth-child(2) i {
  -webkit-transform: rotate(95deg);
      -ms-transform: rotate(95deg);
          transform: rotate(95deg);
}

.footer_top .widget .widget_form {
  margin-bottom: 2rem;
}

.footer_top .widget .widget_form p {
  color: #bebebe;
  margin-bottom: 1.23rem;
}

.footer_top .widget .widget_form form {
  position: relative;
  font-size: 0.84rem;
}

.footer_top .widget .widget_form form input[type="text"] {
  width: 100%;
  height: 2.46rem;
  border: 1px solid #b1b0ac;
  background: transparent;
  padding: 0 5rem 0 1.12rem;
  color: #bebebe;
}

.footer_top .widget .widget_form form input[type="text"] ::-webkit-input-placeholder {
  color: #bebebe;
}

.footer_top .widget .widget_form form input[type="text"] :-ms-input-placeholder {
  color: #bebebe;
}

.footer_top .widget .widget_form form input[type="text"] ::-ms-input-placeholder {
  color: #bebebe;
}

.footer_top .widget .widget_form form input[type="text"] ::placeholder {
  color: #bebebe;
}

.footer_top .widget .widget_form form button {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 80px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  background: #2acb35;
  color: #ffffff;
  border: none;
  cursor: pointer;
}

.footer_top .widget .widget_payment span {
  font-size: 0.89rem;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 600;
  font-family: "Hind", sans-serif;
  margin-bottom: 0.56rem;
  margin-right: 1.12rem;
}

.footer_top .widget .widget_payment span b {
  color: #2acb35;
  font-weight: 600;
}

.footer_top .widget .widget_payment a {
  padding: 0;
  vertical-align: middle;
  margin-right: 0.33rem;
}

.footer_top .widget .widget_payment a:hover i {
  color: #2acb35;
}

.footer_top .widget .widget_payment a i {
  font-size: 2rem;
  color: #fefefe;
}

.copyright {
  text-align: center;
}

.copyright span {
  color: #e1e1e0;
  text-transform: uppercase;
  font-weight: 400;
  font-family: "Hind", sans-serif;
  font-size: 0.89rem;
}

.copyright span a {
  color: #2acb35;
  padding: 0;
  text-transform: initial;
}

/*--------------------------------------------------------------
  ##  Footer
  --------------------------------------------------------------*/
.call_to_action_area {
  padding: 4.5rem 0;
}

.call_to_action_left {
  display: inline-block;
  text-align: left;
}

.call_to_action_left h2, .call_to_action_left p {
  margin-bottom: 0;
}

.call_to_action_right {
  float: right;
  margin-top: 7px;
}

.call_to_action_right .btn_one {
  border: 1px solid #fff;
}

/*--------------------------------------------------------------
  ##  promote
  --------------------------------------------------------------*/
.promote_area.section_padding {
  padding: 140px 0 160px;
}

.promote_area .vigo_container_one {
  position: relative;
}

.promote_sub {
  padding: 4rem 4.45rem;
  background: #eff8ff;
  display: inline-block;
  width: 40%;
  position: relative;
  -webkit-box-shadow: 0px 0px 9.1px 0.9px rgba(32, 32, 32, 0.07);
          box-shadow: 0px 0px 9.1px 0.9px rgba(32, 32, 32, 0.07);
  border: 6px solid #fff;
}

.promote_sub h2 {
  margin-bottom: 1.38rem;
}

.promote_sub h2 span {
  color: #2acb35;
}

.promote_sub ul {
  padding-left: 1.12rem;
  margin-bottom: 2.3rem;
}

.promote_sub ul li {
  list-style: disc;
  color: #2acb35;
  margin-bottom: 0.56rem;
}

.promote_sub ul li:last-child {
  margin-bottom: 0;
}

.promote_sub ul li span {
  font-size: 1rem;
  color: #737373;
}

.promote_sub:before {
  content: '';
  position: absolute;
  width: 70%;
  height: 85%;
  background: #2acb35;
  top: -20px;
  left: -20px;
  z-index: -1;
}

.promote_right {
  position: absolute;
  right: 0;
  bottom: -2.23rem;
  width: 66%;
}

.promote_right .row {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.single_promote {
  padding: 50px 0;
  border: 5px solid #ffffff;
  -webkit-box-shadow: 0px 0px 9.1px 0.9px rgba(32, 32, 32, 0.07);
          box-shadow: 0px 0px 9.1px 0.9px rgba(32, 32, 32, 0.07);
  background: #eff8ff;
  text-align: center;
}

.single_promote:hover {
  border: 5px solid #2acb35;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.single_promote h6 {
  margin-bottom: 2.23rem;
  color: #2acb35;
}

.single_promote ul {
  padding-left: 0;
  margin-bottom: 1.8rem;
}

.single_promote ul li {
  font-size: 0.88rem;
}

.single_promote ul li i {
  font-size: 0.7rem;
  color: #2acb35;
  margin-right: 5px;
}

.single_promote img {
  margin-bottom: 1.12rem;
}

/*--------------------------------------------------------------
  ##  promote
  --------------------------------------------------------------*/
.single_pkg_plan {
  text-align: center;
  position: relative;
  margin-bottom: -3.35rem;
}

.single_pkg_plan figure {
  margin-bottom: 0;
}

.single_pkg_plan:hover .single_pkg_bottom {
  background: #2acb35;
}

.single_pkg_plan:hover .single_pkg_bottom h6, .single_pkg_plan:hover .single_pkg_bottom p, .single_pkg_plan:hover .single_pkg_bottom span {
  color: #ffffff;
}

.single_pkg_plan:hover .single_pkg_bottom .btn_wrapper {
  border: 2px solid #fff;
}

.single_pkg_plan:hover .single_pkg_bottom .btn_wrapper .btn_one {
  background-color: white 0%;
  background-image: -o-linear-gradient(left, white 0% 0%, rgba(255, 255, 255, 0.76) 50% rgba(255, 255, 255, 0.91) 100%);
  background: -webkit-gradient(linear, left top, right top, from(white), color-stop(50%, rgba(255, 255, 255, 0.76)));
  background: -o-linear-gradient(left, white 0% 0%, rgba(255, 255, 255, 0.76) 50% rgba(255, 255, 255, 0.91) 100%);
  background: linear-gradient(to right, white 0% 0%, rgba(255, 255, 255, 0.76) 50% rgba(255, 255, 255, 0.91) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$from', endColorstr='$to',GradientType=1 );
  color: #2acb35;
}

.single_pkg_plan:hover .single_pkg_bottom span:after {
  background: #fff;
}

.single_pkg_plan span {
  font-size: 1.67rem;
  color: #2acb35;
  font-weight: 700;
  position: relative;
  padding-bottom: 0.84rem;
  display: inline-block;
  margin-bottom: 1.38rem;
}

.single_pkg_plan span:after {
  position: absolute;
  left: 50%;
  height: 2px;
  background: #2acb35;
  bottom: 0;
  content: "";
  width: 1.88rem;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.single_pkg_img {
  background: #eff8ff;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  position: relative;
  padding-top: 2rem;
  width: calc(100% - 20px);
  margin: 0 auto;
  height: 300px;
}

.single_pkg_img:after {
  position: absolute;
  content: "";
  left: 5px;
  top: -5px;
  width: calc(100% - 10px);
  height: 100%;
  background: #eff8ff;
  z-index: -1;
  -webkit-box-shadow: 0px 0px 9.1px 0.9px rgba(72, 72, 72, 0.06);
          box-shadow: 0px 0px 9.1px 0.9px rgba(72, 72, 72, 0.06);
  border-radius: 10px;
}

.single_pkg_img:before {
  position: absolute;
  content: "";
  left: 10px;
  top: -10px;
  width: calc(100% - 20px);
  height: 100%;
  background: #eff8ff;
  z-index: -1;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 9.1px 0.9px rgba(72, 72, 72, 0.14);
          box-shadow: 0px 0px 9.1px 0.9px rgba(72, 72, 72, 0.14);
}

.single_pkg_bottom {
  background: #eff8ff;
  border-radius: 10px;
  border: 2px solid #fff;
  -webkit-box-shadow: 0px 0px 19.11px 1.89px rgba(72, 72, 72, 0.09);
  box-shadow: 0px 0px 19.11px 1.89px rgba(72, 72, 72, 0.09);
  padding: 2.23rem;
  position: relative;
  top: -3.35rem;
}

/*--------------------------------------------------------------
  ##  promote
  --------------------------------------------------------------*/
.advertise_area .vigo_container_one {
  background: #eff8ff;
  padding: 28px;
}

.advertise_area .row.background_white {
  background: #fff;
  margin: 0;
  border-radius: 10px;
}

.advertise_text_right {
  float: right;
}

.advertise_text_left {
  display: inline-block;
}

.advertise_text_left span {
  color: #2acb35;
}

.advertise_all {
  display: table;
  width: 100%;
  height: 100%;
}

.advertise_cell {
  display: table-cell;
  vertical-align: middle;
  height: 100%;
}

.advertise_area {
  padding-bottom: 120px;
}

/*--------------------------------------------------------------
  ##  promote
  --------------------------------------------------------------*/
.supp_icon {
  width: 80px;
  height: 80px;
  text-align: center;
  line-height: 80px;
  border-radius: 50%;
  -webkit-box-shadow: 0px 2px 51px rgba(42, 203, 53, 0.25);
          box-shadow: 0px 2px 51px rgba(42, 203, 53, 0.25);
  position: relative;
}

.supp_icon:after {
  position: absolute;
  left: -10px;
  top: -10px;
  width: calc(100% + 20px);
  border: 1px dashed #cccccc;
  content: "";
  height: calc(100% + 20px);
  border-radius: 50%;
}

.single_supp_ser {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 42px;
}

.single_supp_ser:last-child {
  margin-bottom: 0;
}

.supp_content {
  padding-left: 43px;
  width: calc(100% - 90px);
}

.supp_content h5 {
  text-transform: capitalize;
  color: #2acb35;
}

.supp_content p {
  margin-bottom: 0;
}

.supplement_service_img {
  text-align: right;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.supp_ser_list {
  padding-right: 26px;
}

/*--------------------------------------------------------------
  ##  promote
  --------------------------------------------------------------*/
.error_cont_desc {
  text-align: center;
}

.error_cont_desc {
  text-align: center;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.error_cont_desc h1 {
  font-size: 150px;
  font-weight: 500;
  line-height: 150px;
  margin: 0;
}

.error_cont_desc h1 span {
  color: #2acb35;
}

.error_cont_desc p {
  margin-bottom: 40px;
  font-size: 20px;
}

/*--------------------------------------------------------------
  ##  promote
  --------------------------------------------------------------*/
.sn_contact_feature {
  width: 33%;
  text-align: center;
  display: inline-block;
  margin-bottom: 100px;
  padding: 0 3.89rem;
}

.sn_contact_icon {
  margin-bottom: 1.12rem;
}

.sn_contact_icon i {
  font-size: 35px;
  color: #2acb35;
}

.sn_contact_content h6 {
  font-weight: 600;
  color: #505253;
}

.sn_contact_content a {
  display: block;
  padding: 0;
  color: #737373;
}

.contact_page_form {
  padding-bottom: 120px;
}

.contact_page_form .form_group input,
.contact_page_form .form_group textarea {
  border: 1px solid #e4ecf3;
}

.contact_content_area.section_padding {
  padding-bottom: 0;
}

.contact_content_area .map_main {
  position: static;
  width: 100%;
  height: 500px;
  padding-right: 0;
}

.contact_form .btn_one {
  cursor: pointer;
}

/*--------------------------------------------------------------
  ##  Footer
  --------------------------------------------------------------*/
.footer_top_two .widget {
  font-family: "Hind", sans-serif;
  font-weight: 400;
  padding-right: 0;
  margin-bottom: 0;
  font-size: 1rem;
}

.footer_top_two .widget a {
  padding: 0;
}

.footer_top_two .widget_title {
  margin-bottom: 3.22rem;
}

.footer_top_two .widget_title h5 {
  font-size: 1rem;
  margin-bottom: 0;
  position: relative;
  padding-bottom: 0.56rem;
}

.footer_top_two .widget_title h5:after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 30px;
  height: 2px;
  content: "";
}

.footer_top_two .widget_logo {
  width: 6.23rem;
  margin-bottom: 1.7rem;
}

.footer_top_two .widget_logo .svg {
  width: 116px;
}

.widget_instafeed .widget_insta_list ul li {
  display: inline-block;
  width: 92px;
  height: 92px;
  margin-bottom: 0.67rem;
  margin-right: 5px;
}

.widget_instafeed .widget_insta_list ul li a {
  padding: 0;
  overflow: hidden;
}

.widget_instafeed .widget_insta_list ul li a img {
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.widget_instafeed .widget_insta_list ul li a:hover img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.widget_recent_post .widget_post_list li {
  margin-bottom: 0.67rem;
}

.widget_recent_post .widget_post_list li a {
  font-size: 1rem;
  font-weight: 400;
  padding: 0;
  margin-bottom: 6px;
}

.widget_recent_post .widget_post_list li a span {
  margin-right: 1.67rem;
  font-size: .88rem;
}

.widget_recent_post .widget_post_list li a span i {
  margin-right: 5px;
  font-size: .85rem;
}

.widget_recent_post .widget_post_list li:last-child {
  margin-bottom: 0;
}

.widget_recent_post ul {
  margin: 0;
}

.widget_store_links .widget_links_list li {
  margin-bottom: .8rem;
}

.widget_store_links .widget_links_list li i {
  margin-right: 0.2rem;
  font-size: 0.6rem;
}

.widget_store_links .widget_links_list li:last-child {
  margin-bottom: 0;
}

.widget_store_links ul {
  margin-bottom: 0;
}

.widget.widget_about_two {
  padding-right: 70px;
}

.widget.widget_about_two .widget_address li {
  margin-bottom: 0.67rem;
}

.widget.widget_about_two .widget_address li i {
  margin-right: 0.67rem;
  font-size: .85rem;
}

.widget.widget_about_two .widget_address li:last-child {
  margin-bottom: 0;
}

.widget.widget_about_two ul {
  margin-bottom: 0;
}

.footer_bottom_two {
  padding: 1.3rem 0 1rem;
  font-family: "Hind", sans-serif;
}

.footer_bottom_two .copyright {
  text-align: left;
}

.footer_bottom_two .copyright span {
  margin-top: 0.5rem;
  display: inline-block;
}

.footer_bottom_two .widget_payment {
  text-align: right;
}

.footer_bottom_two .widget_payment span {
  color: 0.89rem;
  font-weight: 600;
  text-transform: uppercase;
  vertical-align: middle;
  margin-right: 15px;
}

.footer_bottom_two .widget_payment span b {
  font-weight: 600;
}

.footer_bottom_two .widget_payment a {
  vertical-align: middle;
  padding: 0 3px;
}

.footer_bottom_two .widget_payment a i {
  font-size: 36px;
}

.footer_top_two.section_padding {
  padding-bottom: 6rem;
}

/*--------------------------------------------------------------
  ##  Blog page
  --------------------------------------------------------------*/
.sin_post {
  margin-top: 0;
  border-bottom: 1px solid #f1f1f1;
  padding-bottom: 50px;
  margin-bottom: 60px;
}

.sin_post h3 {
  margin-bottom: .2rem;
}

.sin_post h3 a {
  color: #383838;
  padding: 0;
}

.sin_post h3 a:hover {
  color: #2acb35;
}

.sin_post .post_image {
  border: 3px solid #ffffff;
  -webkit-box-shadow: 0px 0px 7.28px 0.72px rgba(72, 72, 72, 0.14);
          box-shadow: 0px 0px 7.28px 0.72px rgba(72, 72, 72, 0.14);
  margin-bottom: 1.7rem;
}

.sin_post .post_image a {
  padding: 0;
}

.sin_post .post_image img {
  margin-bottom: 0;
}

.sin_post a {
  color: #2acb35;
  padding: 0;
}

.sin_post p strong {
  font-weight: 500;
  color: #5c5b5b;
  font-style: italic;
  padding: 10px 0;
  display: block;
}

.sin_post h6 {
  font-size: 1rem;
  color: #383838;
  margin-top: 40px;
}

.sin_post blockquote {
  text-align: center;
  padding: 30px 50px;
  text-transform: uppercase;
}

.sin_post blockquote p {
  font-weight: 300;
  color: #6b6b6b;
}

.sin_post blockquote p i {
  padding: 0 15px;
  color: #2acb35;
  position: relative;
  top: 12px;
}

.sin_post blockquote p i:first-child {
  top: -10px;
}

.page_content {
  padding: 120px 0;
}

.post_meta {
  margin-bottom: 2rem;
}

.post_meta p a {
  font-size: 14px;
  color: #848383;
  text-transform: uppercase;
  font-weight: 500;
  padding: 0 0.89rem;
  border-radius: 0;
}

.post_meta p a:first-child {
  padding-left: 0;
  position: relative;
}

.post_meta p a:first-child:after {
  position: absolute;
  content: "|";
  right: -3px;
  font-size: .9rem;
  font-weight: 300;
  top: -1px;
}

.post_meta p a:nth-child(2) {
  position: relative;
}

.post_meta p a:nth-child(2):after {
  position: absolute;
  content: "|";
  right: -3px;
  font-size: .9rem;
  font-weight: 300;
  top: -1px;
}

.post_meta p a span.admin {
  color: #2acb35;
}

.post_meta a {
  font-size: 0.89rem;
  color: #2acb35;
  text-transform: uppercase;
  padding: 0;
  font-weight: 600;
}

.post_meta a.continue {
  margin-top: 0.56rem;
}

.pagination ul {
  padding-left: 0;
}

.pagination ul li {
  display: inline-block;
  margin-right: 30px;
}

.pagination ul li a {
  font-size: .88rem;
  color: #aeadad;
  font-weight: 500;
  padding: 3px 8px;
}

.pagination ul li a:hover {
  color: #2acb35;
}

.pagination ul li a.active {
  color: #2acb35;
}

.pagination ul li:first-child {
  border: 1px solid #ededed;
  padding: 5px 25px;
  border-radius: 5px;
}

.pagination ul li:first-child a {
  color: #2acb35;
}

.pagination ul li:first-child:hover {
  background: #2acb35;
}

.pagination ul li:first-child:hover a {
  color: #fff;
}

.pagination ul li:last-child {
  border: 1px solid #ededed;
  padding: 5px 25px;
  border-radius: 5px;
}

.pagination ul li:last-child a {
  color: #2acb35;
}

.pagination ul li:last-child:hover {
  background: #2acb35;
}

.pagination ul li:last-child:hover a {
  color: #fff;
}

.widget h3 {
  font-size: 1rem;
  width: 100%;
  display: block;
  padding-bottom: 18px;
  border-bottom: 1px solid #e3eaef;
  color: #383838;
  position: relative;
  margin-bottom: 35px;
}

.widget h3 span {
  color: #2acb35;
}

.widget h3:after {
  content: '';
  position: absolute;
  left: 9px;
  top: 38px;
  background: #2acb35;
  width: 40px;
  height: 5px;
}

.search-submit {
  border: none;
  background: no-repeat;
  font-size: 19px;
  padding: 0;
  float: right;
  margin-top: 5px;
  padding: 0 14px;
  color: #2acb35;
}

.search-field {
  border: none;
  width: 87%;
  font-size: 14px;
}

.search-form {
  border-bottom: 1px dotted #ddd;
}

.widget {
  padding-right: 1.33rem;
  margin-bottom: 4.2rem;
}

.widget ul {
  padding: 0;
}

.widget_single_post {
  display: block;
}

.widget_single_post .post_thumb {
  float: left;
  width: 100px;
  border: 3px solid #fff;
  -webkit-box-shadow: 0px 0px 7.28px 0.72px rgba(72, 72, 72, 0.14);
          box-shadow: 0px 0px 7.28px 0.72px rgba(72, 72, 72, 0.14);
  float: left;
}

.widget_single_post .wid_post_content {
  width: 75%;
  overflow: hidden;
  padding-left: 1rem;
  padding-top: 4px;
}

.widget_single_post .wid_post_content h6 {
  font-size: 1rem;
}

.widget_single_post .wid_post_content h6 a {
  color: #383838;
  padding: 0;
}

.widget_single_post .wid_post_content h6 a:hover {
  color: #2acb35;
}

.widget_single_post .wid_post_content .post_att {
  font-size: 14px;
  line-height: 14px;
  font-weight: 500;
}

.widget_single_post .wid_post_content .post_att i {
  color: #2acb35;
}

.widget_single_post .wid_post_content .post_att span {
  color: #2acb35;
}

.widget_post ul li {
  overflow: hidden;
  border-top: 1px dotted #ddd;
  border-bottom: 1px dotted #ddd;
  padding: 22px 0px;
}

.widget_post ul li:first-child {
  border-top: none;
  padding-top: 0;
  border-bottom: none;
}

.widget_post ul li:last-child {
  border-top: none;
  padding-bottom: 0;
  border-bottom: none;
}

.widget_category ul li {
  width: 100%;
  border-bottom: 1px dotted #ddd;
}

.widget_category ul li a {
  font-size: 16px;
  color: #383838;
  font-weight: 500;
}

.widget_category ul li a:hover {
  color: #2acb35;
}

.widget_category ul li span {
  float: right;
  font-size: 16px;
  color: #2acb35;
  padding: 10px;
}

.widget_category ul li:last-child {
  border-bottom: none;
}

.widget_archive ul li {
  width: 100%;
  border-bottom: 1px dotted #ddd;
}

.widget_archive ul li a {
  font-size: 16px;
  color: #383838;
  font-weight: 500;
}

.widget_archive ul li a:hover {
  color: #2acb35;
}

.widget_archive ul li span {
  float: right;
  font-size: 16px;
  color: #2acb35;
  padding: 10px;
}

.widget_archive ul li:last-child {
  border-bottom: none;
}

.widget_tags ul li {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
}

.widget_tags ul li a {
  font-size: 16px;
  color: #737373;
  font-weight: 500;
  border: 1px solid #ddd;
  border-radius: 0;
  padding: 0px 13px;
  text-transform: uppercase;
  font-family: "Hind", sans-serif;
  line-height: 45px;
  height: 45px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.widget_tags ul li a:hover {
  color: #2acb35;
  border: 1px solid #2acb35;
}

.widget_newsletter input[type="text"] {
  border: 1px solid #f1f1f1;
  background: #fbfbfb;
  color: #b4b4b4;
  width: 100%;
  height: 47px;
  padding-left: 10px;
}

.widget_newsletter input[type="submit"] {
  border: none;
  border-radius: 0;
  cursor: pointer;
  color: #fff;
  font-size: 16px;
}

.widget_newsletter .sidebar_newsletter {
  text-align: center;
  border: 1px solid #ddd;
  border-top: none;
  padding: 40px 25px;
  text-align: center;
}

.widget_newsletter .sidebar_newsletter .btn_wrapper {
  margin: 22px auto 0;
}

.widget_newsletter .sidebar_newsletter p {
  font-size: 1rem;
  color: #737373;
  margin-top: 23px;
}

.widget_newsletter .sidebar_newsletter p span {
  color: #2acb35;
}

.widget.widget_newsletter h3 {
  font-size: 1rem;
  width: 100%;
  display: block;
  padding-bottom: 18px;
  border-bottom: 1px solid #e3eaef;
  color: #383838;
  position: relative;
  margin-bottom: 0;
}

/*--------------------------------------------------------------
  ##  Blog details
  --------------------------------------------------------------*/
.side_bar {
  padding-left: 20px;
}

.comments-title {
  font-size: 24px;
  color: #383838;
  position: relative;
  width: 100%;
  padding-bottom: 8px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 100px;
}

.comments-title span {
  color: #2acb35;
}

.comments-title::after {
  content: '';
  position: absolute;
  left: 9px;
  top: 34px;
  background: #2acb35;
  width: 40px;
  height: 5px;
  z-index: 99;
}

.sin_post_tag span {
  float: left;
  font-weight: 500;
}

.sin_post_tag span i {
  color: #2acb35;
}

.sin_post_tag ul {
  display: block;
  padding: 0px;
  overflow: hidden;
}

.sin_post_tag ul li {
  display: inline;
  margin-left: 22px;
}

.sin_post_tag ul li a {
  padding: 0;
  color: #6b6b6b;
  font-size: 16px;
}

.comment-list, .comment-list {
  list-style: outside none none;
}

.comment-list {
  margin-bottom: 25px;
  padding-bottom: 25px;
  padding-left: 0px;
}

.comment-list div.avatar {
  float: left;
  margin-right: 17px;
  overflow: hidden;
  display: block;
  border-radius: 50px;
}

.comment-list .comment-body {
  overflow: hidden;
  position: relative;
  padding-bottom: 20px;
}

.children-comment {
  padding-left: 70px;
}

.com-name {
  color: #7b7b7b;
  font-size: 12px;
  font-weight: normal;
  margin-bottom: 0;
}

.comment-content {
  font-weight: 400;
}

.comment-content p {
  color: #636363;
  font-size: 18px;
  padding-top: 15px;
  line-height: 28px;
}

.comment-author b a {
  font-size: 16px;
  padding: 0;
  color: #383838;
  padding-bottom: 5px;
  text-transform: uppercase;
  font-family: "Hind", sans-serif;
}

.comment-author img {
  float: left;
  border: 2px solid #fff;
  -webkit-box-shadow: 0px 0px 7.28px 0.72px rgba(72, 72, 72, 0.14);
  box-shadow: 0px 0px 7.28px 0.72px rgba(72, 72, 72, 0.14);
  margin-right: 25px;
}

.comment-metadata {
  line-height: 0;
}

.comment-metadata a {
  padding: 0;
  line-height: 0;
  color: #6d6d6d;
  font-size: 14px;
  font-family: "Hind", sans-serif;
  font-weight: 500;
}

.comment-metadata span {
  color: #2acb35;
}

.comment-body .reply {
  position: absolute;
  top: 0;
  right: 0;
}

.comment-body .reply a {
  padding: 0;
  font-size: 16px;
  text-transform: uppercase;
  color: #2acb35;
  font-family: "Hind", sans-serif;
  font-weight: 700;
}

.comment-body .reply i {
  margin-right: 5px;
  font-size: 14px;
}

.children {
  padding-left: 80px;
}

.comment-reply-title {
  font-size: 1.34rem;
  position: relative;
  padding-bottom: 8px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 100px;
}

.comment-reply-title span {
  color: #2acb35;
}

.comment-reply-title:after {
  content: '';
  position: absolute;
  left: 9px;
  top: 35px;
  background: #2acb35;
  width: 40px;
  height: 5px;
  z-index: 99;
}

.comment-form .form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #d0d0d0;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.comment-form .form-control {
  padding: 10px 15px;
  border-color: #d0d0d0;
  border-radius: 3px;
}

.form-control::-webkit-input-placeholder {
  color: #c6c6c6;
  font-size: 14px;
  font-weight: 300;
}

.form-control:-ms-input-placeholder {
  color: #c6c6c6;
  font-size: 14px;
  font-weight: 300;
}

.form-control::-ms-input-placeholder {
  color: #c6c6c6;
  font-size: 14px;
  font-weight: 300;
}

.form-control::placeholder {
  color: #c6c6c6;
  font-size: 14px;
  font-weight: 300;
}

.form-submit input[type="submit"] {
  font-size: 16px;
  background: #2acb35;
  color: #fff;
  padding: 14px 31px;
  text-transform: uppercase;
  font-weight: 400;
  cursor: pointer;
}

.form-submit input[type="submit"]:hover {
  background: #000;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.sin_post_tag {
  margin-bottom: 100px;
}

.post_details {
  margin-bottom: 20px;
}

/*--------------------------------------------------------------
  ## Ingredient
  --------------------------------------------------------------*/
.ingredeint_section {
  padding-right: 20px;
}

.ingredeint_section .nav-tabs {
  border-bottom: 0px solid #dee2e6;
}

.gredient_tab {
  padding: 0;
}

.gredient_tab li {
  width: 165px;
  text-align: center;
  padding: 5px 0;
  -webkit-box-shadow: 0px 0px 3.64px 0.36px rgba(72, 72, 72, 0.14);
          box-shadow: 0px 0px 3.64px 0.36px rgba(72, 72, 72, 0.14);
  margin: 10px 0;
  position: relative;
}

.gredient_tab .slick-slide img {
  display: inline;
}

.slick_slider_two {
  padding: 0px;
}

.gredient_tab .slick-prev::before {
  content: '\f107';
  font-family: 'Font Awesome 5 Free';
  font-size: 20px;
  font-weight: 900;
  line-height: 1;
  opacity: .75;
  color: #2acb35;
}

.gredient_tab .slick-next::before {
  content: '\f106';
  font-family: 'Font Awesome 5 Free';
  font-size: 20px;
  font-weight: 900;
  line-height: 1;
  opacity: .75;
  color: #2acb35;
}

.gredient_tab .slick-next.slick-arrow {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -24px;
  background-image: url(../../media/images/arrow_top.png);
  border-radius: 50px;
  padding: 0;
  height: 38px;
  width: 48px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

.gredient_tab .slick-prev.slick-arrow {
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -24px;
  background-image: url(../../media/images/arrow_bottom.png);
  border-radius: 50px;
  padding: 0;
  height: 38px;
  width: 48px;
  z-index: 5;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

.ingredient_content h5 {
  position: relative;
  margin-bottom: 50px;
}

.ingredient_content h5:after {
  content: '';
  width: 30px;
  height: 3px;
  background: #2acb35;
  position: absolute;
  left: 0;
  top: 40px;
}

.ingredient_content .mini-des {
  padding-bottom: 40px;
  border-bottom: 1px solid #e8f0f6;
  margin-bottom: 50px;
}

.ingredient_content .mini-des p {
  font-size: .88rem;
  font-weight: 600;
}

.ingredient_content .mini-des p span {
  color: #2acb35;
}

.ingredient_content .mini-des ul {
  padding-left: 0;
}

.ingredient_content .mini-des ul li {
  font-size: .88rem;
  margin-bottom: 10px;
}

.ingredient_content > p {
  font-size: .88rem;
}

.ingredient_content_heading h5 {
  position: relative;
  margin-bottom: 50px;
}

.ingredient_content_heading h5:after {
  content: '';
  width: 30px;
  height: 3px;
  background: #2acb35;
  position: absolute;
  left: 0;
  top: 40px;
}

.ingridient_list {
  margin-top: 65px;
}

.ingridient_list h6 {
  font-size: .88rem;
  margin-bottom: 30px;
}

.ingridient_list h6 span {
  color: #2acb35;
}

.ingridient_list table {
  width: 100%;
}

.ingridient_list table tr {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  font-size: .88rem;
  padding: 10px 0px;
}

.ingridient_list table tr td {
  padding: 10px 0;
}

.ingredient-img {
  -webkit-box-shadow: 0px 0px 9.1px 0.9px rgba(32, 32, 32, 0.07);
  box-shadow: 0px 0px 9.1px 0.9px rgba(32, 32, 32, 0.07);
  position: relative;
  width: 100%;
  text-align: center;
  padding: 100px 0;
}

.ingredient-img img {
  display: inline-block;
}

.link_overlay {
  visibility: hidden;
  opacity: 0;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.link_overlay::after {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #2acb35;
  content: '';
  opacity: .8;
  z-index: 0;
}

.link_overlay a {
  color: #fff;
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.slick-current .link_overlay {
  visibility: visible;
  opacity: 1;
}

.slick-slide:hover .link_overlay {
  visibility: visible;
  opacity: 1;
}

.slick_slider_two .slick-prev::before {
  content: '\f104';
  font-family: 'Font Awesome 5 Free';
  font-size: 20px;
  font-weight: 900;
  line-height: 1;
  opacity: .75;
  color: #2acb35;
}

.slick_slider_two .slick-next::before {
  content: '\f105';
  font-family: 'Font Awesome 5 Free';
  font-size: 20px;
  font-weight: 900;
  line-height: 1;
  opacity: .75;
  color: #2acb35;
}

.slick_slider_two .slick-next.slick-arrow {
  position: absolute;
  top: 285px;
  left: 79%;
  margin-left: -24px;
  /* 	background-image: url(../../media/images/arrow_right.png); */
  border-radius: 50px;
  padding: 0;
  height: 64px;
  width: 44px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.slick_slider_two .slick-prev.slick-arrow {
  position: absolute;
  top: 285px;
  left: 22%;
  margin-left: -24px;
  /* 	background-image: url(../../media/images/arrow_left.png); */
  border-radius: 50px;
  padding: 0;
  height: 64px;
  width: 44px;
  z-index: 5;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

/*--------------------------------------------------------------
  ##  Responsive
  --------------------------------------------------------------*/
/*--------------------------------------------------------------
  ##  Responsive
  --------------------------------------------------------------*/
@media (min-width: 1200px) and (max-width: 1500px) {
  /* --- Product area --- */
  .single-product .product-content {
    width: 54%;
  }
  .single-product {
    padding: 5px 20px 5px 20px;
  }
  /* --- Top Feature area--- */
  .single_top_feature {
    color: #fff;
    margin-top: 55px;
  }
  /* --- Top Feature area two --- */
  .single_feature_two {
    padding: 39px 15px 20px;
  }
  .single_feature_two h5 {
    font-size: 19px;
  }
  .single_feature_two {
    font-size: 16px;
  }
  .single_feature_two p {
    font-size: 16px;
    line-height: 26px;
  }
  /* --- Ingredient page  --- */
  .ingredient_content .mini-des {
    padding-bottom: 20px;
    margin-bottom: 30px;
  }
  .ingridient_list {
    margin-top: 40px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* --- Top Feature Area --- */
  .single_top_feature .tf_icon {
    float: none;
    width: 100%;
    text-align: center;
  }
  .single_top_feature .tf_content {
    width: 100%;
    float: none;
    text-align: center;
    margin-top: 7px;
  }
  .single_top_feature {
    margin-top: 27px;
  }
  .tf_content p {
    font-size: 16px;
  }
  .single_top_feature span {
    font-size: 25px;
  }
  .single_top_feature .tf_content h5 {
    font-size: 18px;
  }
  /* --- Product Area --- */
  .single-product .product-content {
    width: 55%;
  }
  .single-product {
    padding: 5px 0px 5px 20px;
  }
  .carousel-sin-product .carousel-product-image {
    margin-top: -226px;
    width: 92%;
  }
  .carousel-sin-product {
    padding: 5px 20px 5px 20px;
  }
  .carousel-sin-product .carousel-product-image {
    margin-top: -172px;
  }
  .carousel-sin-product .carousel-product-content {
    padding-top: 20px;
    width: 100%;
  }
  /* --- Features  Area --- */
  .single-features p {
    font-size: 16px;
  }
  .single-features {
    padding: 50px 40px 25px;
  }
  .services_area .padding_right {
    padding-right: 0;
  }
  .services_area .section_title p {
    font-size: 14px;
    line-height: 25px;
  }
  .section_title h2 {
    font-size: 26px;
  }
  .services_area .section_title {
    margin-bottom: 36px;
  }
  /* --- Section Padding --- */
  .products_area {
    padding: 100px 0 70px;
  }
  /* ---Blog page--- */
  .side_bar {
    padding-left: 0;
  }
  .widget_single_post .wid_post_content .post_att {
    font-size: 13px;
  }
  .widget_single_post .wid_post_content h6 a {
    font-size: 15px;
    font-weight: 600;
    text-transform: capitalize;
  }
  .widget {
    padding-right: 0;
  }
  .widget_newsletter .sidebar_newsletter {
    padding: 30px 15px;
  }
  .widget_tags ul li a {
    font-size: 15px;
    padding: 0px 11px;
  }
  .search-field {
    width: 80%;
  }
  .widget_single_post .post_thumb {
    width: 75px;
  }
  .post_details p {
    font-size: 15px;
  }
  .sin_post blockquote {
    padding: 10px 50px;
  }
  .single_feature_two {
    font-size: 14px;
    line-height: 24px;
    padding: 39px 20px 20px;
  }
  .single_feature_two h5 {
    font-size: 15px;
  }
  .single_feature_two span {
    font-size: 30px;
    top: -12px;
  }
  .about_image .image_one {
    height: 370px;
    padding-top: 24px;
    margin-right: 0;
  }
  .about_image .image_two {
    height: 400px;
    padding-top: 36px;
  }
  .about_area .section_title h2 {
    font-size: 24px;
  }
  .about_area .section_title .svg {
    display: none;
  }
  .about_sub p {
    font-size: 14px;
    line-height: 24px;
  }
  .about_area .section_title > span {
    margin-bottom: 7px;
  }
  .carousel-sin-product .carousel-product-content p {
    font-size: 14px;
    line-height: 26px;
    padding-bottom: 58px;
  }
  /* ---Service area two--- */
  .single_service_two h6 {
    color: #383838;
    font-size: 16px;
  }
  .single_service_two p {
    font-size: 14px;
    line-height: 26px;
  }
  .single-servie h6 {
    font-size: 16px;
  }
  .single-servie p {
    font-size: 14px;
    line-height: 26px;
  }
  .services_area_bg .section_title {
    margin-bottom: 25px;
  }
  /* ---Feature three area-- */
  .single_feature_3 {
    padding: 60px 30px;
  }
  .single_feature_3 p {
    font-size: 14px;
    line-height: 26px;
  }
  .single_feature_3 h6 {
    margin-bottom: 18px;
    font-size: 16px;
  }
  .single_feature_3 a {
    font-size: 14px;
  }
  /* ---Ingredient page-- */
  .ingredient-img {
    padding: 20px 18px;
  }
  .ingredient_content .mini-des {
    padding-bottom: 20px;
    margin-bottom: 30px;
  }
  .ingridient_list {
    margin-top: 40px;
  }
  .ingredient_content .mini-des ul li {
    font-size: 14px;
    margin-bottom: 3px;
  }
  .ingredient_content > p {
    font-size: 14px;
  }
  .ingridient_list table tr td {
    padding: 6px 0;
  }
  .ingridient_list table tr {
    font-size: 14px;
  }
  .ingredient_content h5 {
    margin-bottom: 40px;
  }
  .testimonial_pro_image {
    top: 228px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* --- Top Feature Area --- */
  .single_top_feature .tf_icon {
    float: none;
    width: 100%;
    text-align: center;
  }
  .single_top_feature .tf_content {
    width: 100%;
    float: none;
    text-align: center;
    margin-top: 7px;
  }
  .single_top_feature {
    margin-top: 27px;
  }
  .tf_content p {
    font-size: 16px;
  }
  .single_top_feature span {
    font-size: 25px;
  }
  .single_top_feature .tf_content h5 {
    font-size: 18px;
  }
  .tf_image {
    text-align: center;
  }
  .top_feature_area {
    padding: 35px 0;
  }
  /* --- Product Area --- */
  .single-product {
    padding: 15px;
    width: 49%;
    float: left;
    margin: 3px;
    margin-bottom: 6px;
  }
  .single-product .product-content {
    width: 59%;
    float: left;
    padding-top: 0px;
  }
  .product-image {
    width: 40%;
    overflow: hidden;
  }
  .single-features {
    padding: 30px 15px;
  }
  .single-features p {
    font-size: 14px;
    line-height: 26px;
  }
  .single-features h5 {
    margin-top: 18px;
    margin-bottom: 27px;
    font-size: 18px;
  }
  .single-features h5::after {
    top: 30px;
  }
  .single-product .product-content h3 {
    margin-bottom: 10px;
  }
  /* --- Service Area --- */
  .services_area .image-box-half {
    display: none;
  }
  /* --- Teatimonial  Area --- */
  .single-testimonial, .single-testimonial-two {
    padding: 0 25px;
  }
  /* --- Portfolio  Area --- */
  .sin-portfolio .portfolio_details h5 {
    font-size: 16px;
  }
  /* --- Section padding --- */
  .testimonial_area {
    padding: 80px 0 69px;
  }
  .testimonial_area_two {
    padding: 80px 0 69px;
  }
  .products_area {
    padding: 80px 0;
  }
  .services_area .section_title {
    margin-bottom: 24px;
  }
  .load_more_portfolio .btn_wrapper {
    margin: 54px auto 0;
  }
  /* --- Blog page --- */
  .widget_single_post .post_thumb {
    width: auto;
  }
  .side_bar {
    max-width: 75%;
    margin-top: 100px;
    padding-left: 0px;
  }
  .page_content {
    padding: 90px 0 5px;
  }
  .post_details p {
    font-size: 15px;
  }
  .sin_post blockquote {
    padding: 10px 50px;
  }
  /* --- Feature area two --- */
  .single_feature_two {
    margin-bottom: 45px;
  }
  .top_feature_area_two {
    padding: 60px 0 15px;
  }
  .single_feature_two h5 {
    font-size: 18px;
  }
  /* --- About area --- */
  .about_image .image_one {
    height: 470px;
    padding-top: 88px;
  }
  .about_image .image_two {
    height: 528px;
    padding-top: 116px;
  }
  .about_image .image_one, .about_image .image_two {
    height: auto;
    padding-top: 0;
  }
  .about_area .section_title .svg {
    display: none;
  }
  .about_sub {
    padding-bottom: 30px;
  }
  /* ---Service area two--- */
  .single_service_two h6 {
    color: #383838;
    font-size: 16px;
  }
  .single_service_two p {
    font-size: 14px;
    line-height: 26px;
  }
  /* ---Service area with background--- */
  .services_area_bg::before, .services_area_bg::after {
    display: none;
  }
  /* ---Feature three area-- */
  .single_feature_3 {
    padding: 60px 20px;
  }
  .single_feature_3 p {
    font-size: 14px;
    line-height: 26px;
  }
  .single_feature_3 h6 {
    margin-bottom: 18px;
    font-size: 16px;
  }
  .single_feature_3 a {
    font-size: 14px;
  }
  .gredient_tab {
    display: none;
  }
  .ingredient-img {
    margin: 0 auto;
    width: 52%;
    padding: 25px 0;
    margin-bottom: 50px;
  }
  .ingredient_content .mini-des {
    padding-bottom: 20px;
    margin-bottom: 30px;
  }
  .ingridient_list {
    margin-top: 40px;
  }
  .ingredient_content .mini-des ul li {
    font-size: 14px;
    margin-bottom: 3px;
  }
  .ingredient_content > p {
    font-size: 14px;
  }
  .ingridient_list table tr td {
    padding: 6px 0;
  }
  .ingridient_list table tr {
    font-size: 14px;
  }
  .ingredient_content h5 {
    margin-bottom: 40px;
  }
  .ingredient_content h5 {
    display: none;
  }
  .testimonial_pro_image {
    top: 50%;
    width: 400px;
  }
  .breadcrumb_area {
    padding-bottom: 15px;
    padding-top: 150px;
  }
  .page_header h1 {
    line-height: 1rem;
    font-size: 2rem;
    padding-bottom: 5px;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .single_top_feature .tf_icon {
    float: none;
    width: 100%;
    text-align: center;
  }
  .single_top_feature .tf_content {
    width: 100%;
    float: none;
    text-align: center;
    margin-top: 7px;
  }
  .single_top_feature {
    margin-top: 27px;
  }
  .tf_content p {
    font-size: 14px;
    line-height: 25px;
  }
  .single_top_feature span {
    font-size: 25px;
  }
  .single_top_feature .tf_content h5 {
    font-size: 18px;
  }
  .tf_image {
    text-align: center;
  }
  .top_feature_area {
    padding: 35px 0;
  }
  .tf_image {
    text-align: center;
    padding: 0 16%;
    margin-top: 10px;
  }
  .single-product .product-content {
    width: 55%;
  }
  .carousel-sin-product .carousel-product-image {
    margin-top: -252px;
    width: 59%;
  }
  /* --- Features Area --- */
  .single-features {
    width: 75%;
    margin: 0 auto;
    margin-top: 30px;
  }
  .single-features:hover {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  /* --- Service Area --- */
  .services_area .image-box-half {
    width: 50%;
    margin: 0 auto;
    margin-bottom: 50px;
  }
  .single-servie p {
    font-size: 14px;
    line-height: 26px;
  }
  /* --- Testimonial  Area --- */
  .single-testimonial {
    padding: 0 30px;
  }
  .single-testimonial p {
    line-height: 36px;
    font-size: 18px;
  }
  /* --- Testimonial  Area Two--- */
  .single-testimonial-two {
    padding: 0 30px;
  }
  .single-testimonial-two p {
    line-height: 36px;
    font-size: 18px;
  }
  /* --- Portfolio  Area --- */
  .filter-button li {
    margin-bottom: 10px;
  }
  /* --- Portfolio  Area --- */
  .sin-portfolio .portfolio_details h5 {
    font-size: 16px;
  }
  /* --- Section padding --- */
  .testimonial_area {
    padding: 80px 0 68px;
  }
  .testimonial_area_two {
    padding: 80px 0 68px;
  }
  .products_area {
    padding: 80px 0;
  }
  .services_area .section_title {
    margin-bottom: 24px;
  }
  .load_more_portfolio .btn_wrapper {
    margin: 54px auto 0;
  }
  .features_area .section_title {
    margin-bottom: 5px;
  }
  /* --- Blog page --- */
  .pagination ul li {
    margin-right: 15px;
  }
  .side_bar {
    padding-left: 0;
  }
  .side_bar {
    width: 86%;
    margin-top: 50px;
  }
  .post_details p {
    font-size: 15px;
  }
  .sin_post blockquote {
    padding: 10px 50px;
  }
  .comment-content p {
    font-size: 15px;
  }
  /* --- Feature area two --- */
  .single_feature_two {
    margin-bottom: 10px;
  }
  .single_feature_two h5 {
    font-size: 18px;
  }
  .single_feature_two span {
    font-size: 32px;
    top: -13px;
  }
  /* --- About area --- */
  .about_image .image_one {
    height: 470px;
    padding-top: 88px;
  }
  .about_image .image_two {
    height: 528px;
    padding-top: 116px;
  }
  .about_image .image_one, .about_image .image_two {
    height: auto;
    padding-top: 0;
  }
  .about_area .section_title .svg {
    display: none;
  }
  .about_sub {
    padding-bottom: 30px;
  }
  /* ---Service area two--- */
  .single_service_two h6 {
    color: #383838;
    font-size: 1rem;
  }
  .single_service_two p {
    font-size: 14px;
    line-height: 26px;
  }
  /* ---Service area with background--- */
  .services_area_bg::before, .services_area_bg::after {
    display: none;
  }
  .pl-60 {
    padding-left: 15px;
  }
  .single_feature_3 {
    margin-bottom: 30px;
  }
  .single_feature_3 {
    width: 75%;
    margin: 0 auto 30px;
  }
  /* ---Ingredient page--- */
  .gredient_tab {
    display: none;
  }
  .ingredient-img {
    margin: 0 auto;
    width: 52%;
    padding: 25px 0;
    margin-bottom: 50px;
  }
  .ingredient_content .mini-des {
    padding-bottom: 20px;
    margin-bottom: 30px;
  }
  .ingridient_list {
    margin-top: 40px;
  }
  .ingredient_content .mini-des ul li {
    font-size: 14px;
    margin-bottom: 3px;
  }
  .ingredient_content > p {
    font-size: 14px;
  }
  .ingridient_list table tr td {
    padding: 6px 0;
  }
  .ingridient_list table tr {
    font-size: 14px;
  }
  .ingredient_content h5 {
    margin-bottom: 40px;
  }
  .ingredient_content h5 {
    display: none;
  }
  .slick_slider_two .slick-next.slick-arrow {
    top: 225px;
  }
  .slick_slider_two .slick-prev.slick-arrow {
    top: 225px;
  }
  .breadcrumb_area {
    padding-bottom: 15px;
    padding-top: 150px;
  }
  .page_header h1 {
    line-height: 1rem;
    font-size: 2rem;
    padding-bottom: 5px;
  }
}

@media (max-width: 575px) {
  .single_top_feature .tf_icon {
    float: none;
    width: 100%;
    text-align: center;
  }
  .single_top_feature .tf_content {
    width: 100%;
    float: none;
    text-align: center;
    margin-top: 7px;
  }
  .single_top_feature {
    margin-top: 5px;
  }
  .tf_content p {
    font-size: 14px;
    line-height: 25px;
  }
  .single_top_feature span {
    font-size: 25px;
  }
  .single_top_feature .tf_content h5 {
    font-size: 18px;
  }
  .tf_image {
    text-align: center;
  }
  .top_feature_area {
    padding: 35px 0;
  }
  .tf_image {
    text-align: center;
    padding: 0 16%;
    margin-top: 10px;
    margin-bottom: 25px;
  }
  .single-product {
    padding: 0;
  }
  .single-product .product-content {
    width: 100%;
    padding-top: 20px;
    text-align: center;
  }
  .single-product .product-content > span {
    margin-bottom: 11px;
  }
  .single-product .btn_wrapper {
    margin: 0 auto;
    margin-top: 6px;
  }
  .product-image {
    text-align: center;
  }
  .carousel-sin-product {
    padding: 0 20px;
  }
  .carousel-sin-product .carousel-product-content {
    padding-top: 20px;
    width: 100%;
  }
  .carousel-sin-product .carousel-product-image {
    margin-top: 20px;
    width: 74%;
  }
  .carousel-sin-product .carousel-product-content p {
    font-size: 16px;
    line-height: 26px;
  }
  .carousel-sin-product .carousel-product-content > span {
    font-size: 15px;
  }
  /* --- Features Area --- */
  .single-features {
    margin-top: 30px;
  }
  .single-features:hover {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  .single-features p {
    font-size: 15px;
    line-height: 28px;
  }
  /* --- Service Area --- */
  .image-box-half {
    margin-bottom: 30px;
  }
  .services_area .section_title {
    text-align: center;
  }
  .services_area .padding_right {
    padding-right: 0;
  }
  .single-servie {
    margin-top: 36px;
    text-align: center;
  }
  /* --- Testimonial Area --- */
  .single-testimonial {
    padding: 0;
  }
  .single-testimonial p {
    line-height: 33px;
    font-size: 16px;
  }
  .single-testimonial .tes-name {
    margin: 15px auto;
  }
  /* --- Testimonial  Area Two--- */
  .single-testimonial-two {
    padding: 0;
  }
  .single-testimonial-two p {
    line-height: 33px;
    font-size: 16px;
  }
  .testimonial_pro_image {
    top: 260px;
    width: 300px;
  }
  /* --- Portfolio Area --- */
  .sin-portfolio .portfolio_details {
    padding-left: 12px;
  }
  .sin-portfolio .portfolio_details h5 {
    font-size: 15px;
  }
  .filter-button li {
    margin-bottom: 20px;
  }
  .filter-button li:hover {
    border: 0px solid #2acb35;
  }
  /* --- Portfolio  Area --- */
  .sin-portfolio .portfolio_details h5 {
    font-size: 16px;
  }
  /* --- Section Global Responsive --- */
  .testimonial_area {
    padding: 80px 0 69px;
  }
  .testimonial_area_two {
    padding: 80px 0 68px;
  }
  .products_area {
    padding: 80px 0;
  }
  .services_area .section_title {
    margin-bottom: 24px;
  }
  .load_more_portfolio .btn_wrapper {
    margin: 54px auto 0;
  }
  .features_area .section_title {
    margin-bottom: 5px;
  }
  .page_content {
    padding: 72px 0;
  }
  /* --- Blog page--- */
  .sin_post h3 {
    font-size: 20px;
  }
  .post_meta a i {
    display: none;
  }
  .post_meta p a {
    font-size: 12px;
  }
  .post_meta p a {
    font-size: 12px;
    padding: 0 12px 0 0;
  }
  .post_meta p a:nth-child(2)::after {
    display: none;
  }
  .post_meta p a:first-child::after {
    display: none;
  }
  .pagination ul li:last-child {
    padding: 5px 0px;
  }
  .pagination ul li:first-child {
    padding: 5px 0px;
  }
  .pagination ul li {
    margin-right: 0px;
  }
  .side_bar {
    padding-left: 0;
    margin-top: 35px;
  }
  .widget_single_post .wid_post_content h6 a {
    font-size: 15px;
    font-weight: 600;
    text-transform: capitalize;
  }
  .widget {
    padding-right: 0;
  }
  .widget_single_post .post_thumb {
    width: 70px;
  }
  .post_meta {
    margin-bottom: 10px;
  }
  .post_details p {
    font-size: 15px;
  }
  .sin_post blockquote {
    padding: 20px 0;
  }
  .comment-meta {
    display: inline-block;
    width: 100%;
  }
  .comment-content .reply i {
    display: none;
  }
  .children {
    padding-left: 0;
  }
  .comment-content .reply i {
    display: none;
  }
  .sin-portfolio:hover::before {
    width: 60px;
    height: 60px;
    visibility: visible;
  }
  .sin-portfolio:hover::after {
    width: 60px;
    height: 60px;
    visibility: visible;
  }
  .single-product .product-content h3 {
    margin-bottom: 7px;
  }
  .vigo_container_one, .vigo_container_two, .container {
    max-width: 450px;
  }
  /* --- Feature area two--- */
  .single_feature_two {
    margin-top: 45px;
  }
  .single_feature_two span {
    font-size: 38px;
    top: -18px;
  }
  .top_feature_area_two {
    padding: 35px 0 60px;
  }
  /* --- About area --- */
  .about_image .image_one {
    height: 470px;
    padding-top: 88px;
  }
  .about_image .image_two {
    height: 528px;
    padding-top: 116px;
  }
  .about_image .image_one, .about_image .image_two {
    height: auto;
    padding: 15px 0;
  }
  .about_area .section_title .svg {
    display: none;
  }
  .about_sub {
    padding-bottom: 30px;
  }
  .about_sub p {
    font-size: 14px;
    line-height: 24px;
  }
  /* ---Service area two--- */
  .single_service_two h6 {
    color: #383838;
    font-size: 16px;
  }
  .single_service_two p {
    font-size: 14px;
    line-height: 26px;
  }
  .single_service_two {
    margin-bottom: 30px;
  }
  .service_two.section_padding {
    padding: 60px 0 25px;
  }
  /* ---Service area with background--- */
  .services_area_bg::before, .services_area_bg::after {
    background: #fcfdfe;
  }
  .pl-60 {
    padding-left: 15px;
  }
  .single_feature_3 {
    margin-bottom: 30px;
  }
  /* ---Ingredient page--- */
  .gredient_tab {
    display: none;
  }
  .ingredient-img {
    margin: 0 auto;
    width: 52%;
    padding: 25px 0;
    margin-bottom: 50px;
  }
  .ingredient_content .mini-des {
    padding-bottom: 20px;
    margin-bottom: 30px;
  }
  .ingridient_list {
    margin-top: 40px;
  }
  .ingredient_content .mini-des ul li {
    font-size: 14px;
    margin-bottom: 3px;
  }
  .ingredient_content > p {
    font-size: 14px;
  }
  .ingridient_list table tr td {
    padding: 6px 0;
  }
  .ingridient_list table tr {
    font-size: 14px;
  }
  .ingredient_content h5 {
    margin-bottom: 40px;
  }
  .ingredient_content h5 {
    display: none;
  }
  .slick_slider_two .slick-next.slick-arrow {
    top: 19%;
  }
  .slick_slider_two .slick-prev.slick-arrow {
    top: 19%;
  }
  .ingredient_content_heading h5 {
    margin-bottom: 25px;
    height: 59px;
  }
  .ingredient_content_heading h5::after {
    display: none;
  }
  .ingridient_list table {
    margin: 0;
  }
  .breadcrumb_area {
    padding-bottom: 15px;
    padding-top: 132px;
  }
}

@media (min-width: 1200px) and (max-width: 1500px) {
  .main_menu > ul > li > a {
    padding: 1rem 1rem 0.7rem;
  }
  .btn_wrapper {
    width: 10rem;
  }
  .main_menu {
    padding: 2.25rem 0;
  }
  .widget .widget_payment span {
    display: block;
  }
  .question span::after {
    right: -15px;
  }
  .banner_left .banner_left_cell h1 {
    font-size: 2rem;
  }
  .header_nav .btn_wrapper {
    width: 8rem;
  }
  .promote_sub ul li span {
    font-size: 0.89rem;
  }
  .promote_right {
    position: absolute;
    bottom: -70px;
    width: 66%;
  }
  .promote_sub {
    padding: 2rem;
  }
  .promote_sub h2 {
    font-size: 1.5rem;
  }
  .single_pkg_bottom p {
    font-size: 0.9rem;
  }
  .footer_top_two .widget.widget_about_two {
    padding-right: 0;
  }
  .widget_instafeed .widget_insta_list ul li {
    width: 82px;
    height: 82px;
  }
  .widget_recent_post .widget_post_list li a span {
    margin-right: 7px;
  }
  .footer_top_two .widget {
    font-size: 0.9rem;
  }
  .supplement_service_img {
    -webkit-transform: translateY(-25%);
        -ms-transform: translateY(-25%);
            transform: translateY(-25%);
  }
  .promote_area.section_padding {
    padding-bottom: 120px;
  }
  .advertise_text_left {
    width: 65%;
  }
  .advertise_text_right {
    margin-top: 30px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .vigo_container_one,
  .vigo_container_two {
    max-width: 960px;
  }
  .main_menu ul {
    padding-left: 0;
  }
  .main_menu > ul > li > a {
    font-size: 0.9rem;
    padding: 0.9rem 0.5rem 0.7rem;
  }
  .btn_wrapper {
    width: 8rem;
  }
  .widget {
    padding-right: 0;
    margin-bottom: 0;
  }
  .widget .widget_payment span {
    display: block;
  }
  .contact_content {
    padding-left: 0;
  }
  .contact_content {
    padding-left: 0;
  }
  .product_detail_desc {
    top: 5rem;
    padding: 3rem 0 0 1.7rem;
  }
  .product_detail_slider {
    width: calc(50% + 70px);
  }
  .question {
    padding: 1rem;
  }
  .question span {
    line-height: 1.3rem;
  }
  .ans_body {
    padding: 1rem;
  }
  .faq_right_bg {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .btn_wrapper {
    width: 9rem;
  }
  .header_nav .btn_wrapper {
    width: 7rem;
  }
  .pricing_head h6 {
    font-size: 1rem;
  }
  .about_section {
    padding: 0;
  }
  .banner_left .banner_left_cell h1 {
    font-size: 2rem;
  }
  .banner_right {
    position: static;
  }
  .banner_left {
    height: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .widget_instafeed .widget_insta_list ul li {
    width: 105px;
    height: 105px;
  }
  .supp_ser_list,
  .supplement_service_area .section_title {
    width: 75%;
    margin: 0 auto 80px;
  }
  .promote_area.section_padding {
    padding-bottom: 90px;
  }
  .package_plan_area.section_padding {
    padding-bottom: 60px;
  }
  .single_pkg_plan {
    max-width: 339px;
    margin: 0 auto;
  }
  .advertise_text_left {
    width: 74%;
  }
  .advertise_text_right {
    margin-top: 31px;
  }
  .advertise_area .row.background_white {
    padding: 30px 0;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  body {
    font-size: 0.9rem;
  }
  .vigo_container_one,
  .vigo_container_two {
    max-width: 720px;
  }
  h2 {
    font-size: 1.2rem;
  }
  h4 {
    font-size: 1rem;
  }
  h6 {
    font-size: 1rem;
  }
  .btn_wrapper {
    width: 9rem;
    height: 3rem;
  }
  .section_padding {
    padding: 5rem 0;
  }
  .section_title {
    margin-bottom: 2rem;
  }
  .footer_top_two.section_padding {
    padding-bottom: 2.88rem;
  }
  .banner_slider {
    padding-top: 115px;
  }
  .widget .widget_form form button {
    width: 44px;
  }
  .widget .widget_payment a i {
    font-size: 1.6rem;
  }
  .footer_top .widget {
    padding-right: 0;
    margin-bottom: 0;
  }
  .contact_content {
    padding-left: 0;
  }
  .form_group.half {
    width: 100%;
    padding: 0;
  }
  .sn_post_detail p a:last-child {
    margin-left: 0;
  }
  .sn_post_detail p a {
    padding: 0 0.5rem;
  }
  .product_detail_desc {
    padding: 1rem 0 0 1rem;
    height: 100%;
    top: 2rem;
  }
  .product_detail_slider {
    width: calc(50% + 30px);
  }
  .question {
    padding: 1rem;
  }
  .question span {
    line-height: 1.4rem;
  }
  .ans_body {
    padding: 1rem;
  }
  .faq_right_bg {
    text-align: right;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .single_process h6 {
    font-size: 0.9rem;
  }
  .about_section {
    padding: 0;
  }
  .banner_right {
    position: static;
  }
  .banner_left .banner_left_cell h1 {
    font-size: 1.2rem;
  }
  .banner_left {
    height: auto;
    padding: 50px 0;
  }
  .promote_area.section_padding {
    padding-bottom: 90px;
  }
  .package_plan_area.section_padding {
    padding-bottom: 0;
  }
  .promote_right {
    margin-top: 50px;
  }
  .advertise_text_left {
    width: 62%;
  }
  .advertise_area .row.background_white {
    padding: 30px 0;
  }
  .advertise_text_right {
    margin-top: 21px;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  html {
    font-size: 16px;
  }
  h2 {
    font-size: 1.5rem;
  }
  .section_title {
    margin-bottom: 2.45rem;
  }
  .section_padding {
    padding: 4rem 0;
  }
  .section_padding_less {
    padding: 4rem 0 4rem;
  }
  .vigo_container_one,
  .vigo_container_two {
    max-width: 540px;
  }
  .widget {
    margin-bottom: 2.5rem;
    padding-right: 0;
  }
  .footer_top {
    padding: 5rem 4rem;
  }
  .footer_top .col-xl-4:last-child .widget {
    margin-bottom: 0;
  }
  .contact_area.section_padding {
    padding-bottom: 20.67rem;
  }
  .map_main {
    top: calc(100% - 16.67rem);
    width: 100%;
    height: 16.67rem;
    padding-right: 0;
  }
  .contact_content {
    padding-left: 0;
  }
  .all_post {
    padding: 0 3rem;
  }
  .single_post {
    margin-bottom: 3rem;
  }
  .product_detail_slider {
    width: 100%;
  }
  .product_detail_desc {
    position: static;
    width: 100%;
  }
  #accordion {
    margin-bottom: 2.45rem;
  }
  .process_icon {
    width: 4.89rem;
    height: 4.89rem;
  }
  .process_icon span {
    font-size: 2rem;
    line-height: 4.89rem;
  }
  .single_price {
    margin-bottom: 2.45rem;
  }
  .pricing_table_area.section_padding {
    padding: 4rem 0 1.65rem;
  }
  .about_section {
    margin-top: 2.45rem;
  }
  .video_popup::after {
    left: -10px;
    top: -10px;
  }
  .banner_right {
    position: static;
  }
  .banner_left .banner_left_cell h1 {
    font-size: 1.3rem;
  }
  .advertise_area .row.background_white {
    padding: 30px 0;
  }
  .advertise_text_left {
    width: 60%;
  }
  .advertise_text_right {
    margin-top: 30px;
  }
  .advertise_img {
    margin-bottom: 30px;
  }
}

@media (min-width: 991px) {
  #mobile-nav-wrap {
    display: none;
  }
  .sn_pd_slide {
    padding: 0px 70px;
  }
}

@media (max-width: 1200px) {
  .video_popup {
    height: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .footer_top .widget {
    padding-right: 0;
    margin-bottom: 0;
  }
  .btn_one {
    font-size: 0.9rem;
  }
  .sn_contact_feature {
    padding: 0;
  }
  .promote_right {
    position: static;
    width: 100%;
  }
  .promote_sub {
    width: 70%;
    left: 15%;
    position: relative;
    margin-bottom: 50px;
  }
  .supplement_service_img {
    text-align: center;
  }
  .supp_icon {
    margin-top: 15px;
  }
}

@media (max-width: 991px) {
  .top_toolbar,
  .header_nav {
    display: none;
  }
  .sn_pd_slide {
    padding: 0px 70px;
  }
  .single_price {
    margin-bottom: 40px;
  }
  .video_popup a {
    left: calc(50% - 45px);
    top: calc(50% - 45px);
    width: 90px;
    height: 90px;
  }
  .video_popup a i {
    font-size: 2.72rem;
  }
  .video_two_area {
    height: 70vh;
  }
  .image-box-half {
    display: none;
  }
  #mobile-nav-wrap {
    display: block;
  }
  .mobile-menu-inner {
    width: 50%;
  }
  .sn_contact_feature {
    width: 32.8%;
    margin-bottom: 50px;
  }
  .footer_bottom_two .copyright,
  .footer_bottom_two .widget_payment {
    text-align: center;
  }
  .footer_top_two .widget_title {
    margin-bottom: 2.22rem;
  }
  .footer_top_two .widget {
    margin-bottom: 40px;
  }
  .promote_sub {
    padding: 4.45rem;
    width: 100%;
    margin: 0 auto;
    left: 0;
  }
  .promote_right {
    position: static;
    bottom: 0;
    width: 100%;
  }
  .single_promote ul li {
    font-size: 0.7rem;
  }
  .single_pkg_plan {
    margin-bottom: 1rem;
  }
  .supp_ser_list {
    padding-right: 0;
    margin-bottom: 50px;
  }
  .widget.widget_about_two {
    padding-right: 0;
  }
  .banner_left .banner_left_cell h2 {
    font-size: 1rem;
  }
  .banner_left .banner_left_cell h4 {
    font-size: 1rem;
    margin-bottom: 25px;
  }
  .banner_left .banner_left_cell h1 {
    line-height: 2rem;
  }
  .bnr_title_img {
    margin-bottom: 12px;
  }
}

@media (max-width: 767px) {
  .call_to_action_right {
    float: none;
    margin-top: 2.7rem;
  }
  .footer_top_two .widget.widget_about_two {
    padding-right: 0;
  }
  .promote_sub {
    padding: 1rem;
    width: 100%;
  }
  .promote_right {
    position: static;
    width: 100%;
  }
  .promote_sub {
    padding: 1rem;
    width: 100%;
    margin-bottom: 50px;
  }
  .single_promote {
    margin-bottom: 50px;
  }
  .promote_sub h2 {
    font-size: 1.2rem;
  }
  .promote_area.section_padding {
    padding: 70px 0;
  }
  .single_pkg_plan {
    margin-bottom: 0.35rem;
  }
  .btn_one {
    line-height: 1.7rem;
  }
  .error_cont_img {
    margin-bottom: 50px;
  }
  .error_cont_desc h1 {
    font-size: 110px;
    line-height: 110px;
  }
  .error_cont_desc p {
    font-size: 1rem;
  }
  .widget_recent_post .widget_post_list li a span {
    margin-right: 5px;
  }
  .video_two_area {
    height: 60vh;
  }
  .supp_icon {
    margin-top: 15px;
  }
}

@media (max-width: 575px) {
  html {
    font-size: 16px;
  }
  h2 {
    font-size: 1.5rem;
  }
  .promote_sub h2 {
    font-size: 1.2rem;
  }
  .section_title {
    margin-bottom: 2.45rem;
  }
  .section_padding {
    padding: 4rem 0;
  }
  .section_padding_less {
    padding: 4rem 0 4rem;
  }
  .widget_payment span {
    display: block;
  }
  .top_toolbar {
    display: none;
  }
  .header_nav {
    display: none;
  }
  .widget {
    margin-bottom: 2.5rem;
    padding-right: 0;
  }
  .footer_top .col-xl-4:last-child .widget {
    margin-bottom: 0;
  }
  .map_main {
    position: static;
    width: 100%;
    height: 400px;
    padding-right: 0;
  }
  .contact_content {
    padding-left: 0;
    padding-top: 2.45rem;
  }
  .form_group.half {
    width: 100%;
    padding: 0;
  }
  .form_group.half:nth-child(2) input[required] + label {
    left: 0.84rem;
  }
  .sn_post_detail p a {
    font-size: 13px;
    padding: 0 0.5rem;
  }
  .sn_post_detail p a:last-child {
    margin-left: 0;
  }
  .product_detail_desc {
    position: static;
    width: 100%;
    padding: 1rem 0 0 1rem;
  }
  .product_detail_slider {
    width: 100%;
  }
  .product_detail_desc .btn_wrapper {
    margin-top: 30px;
    margin-left: -3px;
  }
  .question {
    padding: 1rem;
  }
  .question span {
    line-height: 1.5;
  }
  .question span:after, .question span:before {
    display: none;
  }
  #accordion {
    margin-bottom: 2.5rem;
  }
  .ans_body {
    padding: 1rem;
  }
  .all_processes .single_process {
    width: 100%;
  }
  .all_processes svg {
    display: none;
  }
  .all_processes .single_process {
    margin-bottom: 2.5rem;
  }
  .all_processes .single_process:last-child {
    margin-bottom: 0rem;
  }
  .single_price {
    margin-bottom: 2.45rem;
  }
  .about_section {
    padding: 0;
    margin-top: 2.45rem;
  }
  .video_two_area {
    height: 55vh;
  }
  .video_popup {
    margin-bottom: 2.45rem;
  }
  .video_popup:after {
    display: none;
  }
  .video_popup a {
    left: calc(50% - 35px);
    top: calc(50% - 35px);
    width: 70px;
    height: 70px;
  }
  .video_popup a i {
    font-size: 2.5rem;
  }
  .banner_left .banner_left_cell h1 {
    font-size: 1.5rem;
  }
  .banner_right {
    position: static;
  }
  .banner_left {
    height: auto;
  }
  .banner_left .banner_left_cell p {
    display: none;
  }
  .sn_contact_feature {
    width: 100%;
    margin-bottom: 2.77rem;
  }
  .contact_page_form {
    padding-bottom: 3.5rem;
  }
  .page_header h1 {
    font-size: 1.89rem;
  }
  .widget_instafeed .widget_insta_list ul li {
    width: 5.5rem;
    height: 5.5rem;
  }
  .footer_top_two .widget_title {
    margin-bottom: 2rem;
  }
  .footer_top_two .widget {
    margin-bottom: 50px;
    width: 87%;
  }
  .advertise_area .row.background_white {
    padding: 30px 10px;
  }
  .advertise_img {
    margin-bottom: 30px;
  }
  .advertise_text_left {
    margin-bottom: 30px;
  }
  .advertise_text_right {
    float: left;
  }
  .footer_top_two.section_padding {
    padding-bottom: 0;
  }
}

@media (min-width: 320px) and (max-width: 479px) {
  .mobile-menu-inner {
    width: 100%;
  }
  .login-right {
    width: 100%;
    padding-left: 0;
  }
  .login-left {
    display: none;
  }
  .modal.show .modal-dialog {
    -webkit-transform: translateY(-32%);
        -ms-transform: translateY(-32%);
            transform: translateY(-32%);
  }
  .single_supp_ser {
    display: -webkit-box;
    display: -ms-flexbox;
    display: block;
    margin-bottom: 42px;
    padding-left: 0;
  }
  .supp_content {
    padding-left: 0;
    width: 100%;
  }
  .supp_icon {
    margin-bottom: 50px;
    margin-left: 15px;
  }
  .footer_top_two .widget {
    width: 100%;
  }
}
