/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
  # Headings
  # Copy
# Elements
  # Lists
  # Tables
# Forms
  # Buttons
  # Fields
# Accessibility
# Alignments
# Clearings
# Infinite scroll
# Partials
	# Header
	  # Header-global
	  # Header-mid-stack
	  # Header-left-inline
    # Media
      # Captions
      #Galleries
    # Navigation
      # Mobile
      # Navigation
    # Primary
      # Comments
      # Posts And Pages
    # Secondary
      # Widgets
    # Links
    # Blog

--------------------------------------------------------------*/

@-ms-viewport {
  width: device-width;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

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

.container {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-right: 15px;
  padding-left: 15px;
}

.container-fluid {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-right: 15px;
  padding-left: 15px;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xxl-1,
.col-xxl-2,
.col-xxl-3,
.col-xxl-4,
.col-xxl-5,
.col-xxl-6,
.col-xxl-7,
.col-xxl-8,
.col-xxl-9,
.col-xxl-10,
.col-xxl-11,
.col-xxl-12,
.col-xxl {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  -webkit-flex-basis: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
}

.col-1 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 8.33333%;
  -ms-flex: 0 0 8.33333%;
  flex: 0 0 8.33333%;
  max-width: 8.33333%;
}

.col-2 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 16.66667%;
  -ms-flex: 0 0 16.66667%;
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

.col-3 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.33333%;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.col-5 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 41.66667%;
  -ms-flex: 0 0 41.66667%;
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
}

.col-6 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 58.33333%;
  -ms-flex: 0 0 58.33333%;
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
}

.col-8 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 66.66667%;
  -ms-flex: 0 0 66.66667%;
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
}

.col-9 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 75%;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 83.33333%;
  -ms-flex: 0 0 83.33333%;
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
}

.col-11 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 91.66667%;
  -ms-flex: 0 0 91.66667%;
  flex: 0 0 91.66667%;
  max-width: 91.66667%;
}

.col-12 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.pull-0 {
  right: auto;
}

.pull-1 {
  right: 8.33333%;
}

.pull-2 {
  right: 16.66667%;
}

.pull-3 {
  right: 25%;
}

.pull-4 {
  right: 33.33333%;
}

.pull-5 {
  right: 41.66667%;
}

.pull-6 {
  right: 50%;
}

.pull-7 {
  right: 58.33333%;
}

.pull-8 {
  right: 66.66667%;
}

.pull-9 {
  right: 75%;
}

.pull-10 {
  right: 83.33333%;
}

.pull-11 {
  right: 91.66667%;
}

.pull-12 {
  right: 100%;
}

.push-0 {
  left: auto;
}

.push-1 {
  left: 8.33333%;
}

.push-2 {
  left: 16.66667%;
}

.push-3 {
  left: 25%;
}

.push-4 {
  left: 33.33333%;
}

.push-5 {
  left: 41.66667%;
}

.push-6 {
  left: 50%;
}

.push-7 {
  left: 58.33333%;
}

.push-8 {
  left: 66.66667%;
}

.push-9 {
  left: 75%;
}

.push-10 {
  left: 83.33333%;
}

.push-11 {
  left: 91.66667%;
}

.push-12 {
  left: 100%;
}

.offset-1 {
  margin-left: 8.33333%;
}

.offset-2 {
  margin-left: 16.66667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333%;
}

.offset-5 {
  margin-left: 41.66667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333%;
}

.offset-8 {
  margin-left: 66.66667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333%;
}

.offset-11 {
  margin-left: 91.66667%;
}

.large-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.mfp-search .mfp-content {
  max-width: 500px;
  padding: 0;
  background: transparent;
}

.mfp-search .mfp-content .nb-input-group .search-field {
  background: transparent;
  color: #aaa;
}

.mfp-search .mfp-content .nb-input-group .search-field::-webkit-input-placeholder {
  color: #888;
}

.mfp-search .mfp-content .nb-input-group .search-field:-moz-placeholder {
  color: #888;
  opacity: 1;
}

.mfp-search .mfp-content .nb-input-group .search-field::-moz-placeholder {
  color: #888;
  opacity: 1;
}

.mfp-search .mfp-content .nb-input-group .search-field:-ms-input-placeholder {
  color: #888;
}

.mfp-search .mfp-close {
  display: none;
}

.mfp-search .nb-input-group .search-field {
  -webkit-border-radius: 25px;
  border-radius: 25px;
}

.mfp-inline-holder .mfp-content {
  background: transparent;
}

.mfp-figure:after {
  background-color: transparent !important;
}

.mfp-content .nb-input-group {
  position: relative;
}

.mfp-content .nb-input-group .search-button button {
  position: absolute;
  top: 2px;
  right: 10px;
  width: 40px;
  border: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  padding: 0;
  color: #aaa;
  background: transparent !important;
}

.vc_row.btc-testimonial .owl-dots {
  padding-top: 20px;
}

.wpcf7-form input[type="submit"] {
  color: #55ba7a;
  border: 2px solid #55ba7a;
}

.wpcf7-form input[type="submit"]:hover {
  background: #55ba7a;
  border-color: #55ba7a;
}

.about_page .vc_row.about-history .stats-block .stats-number,
.about_page .vc_row.about-history .stats-block .counter_suffix {
  color: #333333;
}

.about_page .vc_row.about-history .stats-block .stats-text {
  font-weight: 300;
}

.contact-form .uavc-list .uavc-list-content a:hover {
  color: #55ba7a;
}

.contact-form .uavc-list .uavc-list-content .uavc-list-icon {
  color: #55ba7a;
  line-height: 1;
  padding: 15px;
  border: 2px solid #55ba7a;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

select:-ms-expand {
  display: none;
}

select::-ms-expand {
  display: none;
}

textarea {
  width: 100%;
}

.input-group .form-control,
.input-group .btn {
  -webkit-appearance: none;
  display: block;
  padding: 10px 15px;
  border: 1px solid #999999;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.input-group .form-control:not(:first-child),
.input-group .btn:not(:first-child) {
  -webkit-border-top-left-radius: 0;
  border-top-left-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
  border-left: 0 none;
}

.input-group .form-control:not(:last-child),
.input-group .btn:not(:last-child) {
  -webkit-border-top-right-radius: 0;
  border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/

/* Text meant only for screen readers. */

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 8.75px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */

#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/

.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

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

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

.text-center {
  text-align: center;
}

.text-justify {
  text-align: justify;
}

.justify-content-start {
  -webkit-justify-content: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.justify-content-end {
  -webkit-justify-content: flex-end;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.justify-content-center {
  -webkit-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.justify-content-space-around {
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.justify-content-space-between {
  -webkit-justify-content: space-between;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/

.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  display: table;
  content: "";
  clear: both;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

img {
  vertical-align: text-bottom;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/

/* Globally hidden elements when Infinite Scroll is supported and in use. */

.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */

.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Partials
--------------------------------------------------------------*/

/*# Header-global*/

.main-logo {
  position: relative;
  overflow: hidden;
}

.main-logo h1 {
  position: absolute;
  right: 100%;
}

.main-logo.text-logo {
  text-align: center;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.2;
  color: #333;
}

.main-logo.text-logo a {
  color: #333;
}

.main-logo img {
  max-width: 100%;
}

.mid-inline .text-logo,
.mid-stack .text-logo {
  text-align: center;
}

.site-header .top-section ul,
.site-header .top-section p {
  margin: 0;
}

.site-header .top-section .header-search-wrap .nb-input-group {
  margin-top: 5px;
  margin-bottom: 5px;
}

.site-header .top-section .widget,
.site-header .top-section .socials-section,
.site-header .top-section .text-section {
  margin-top: 5px;
  margin-bottom: 5px;
}

.site-header .top-section .flex-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.site-header .top-section .flex-section > * {
  padding-left: 15px;
  padding-right: 15px;
}

.site-header .top-section .flex-section .widget + .widget,
.site-header .top-section .flex-section .widget + .socials-section {
  margin-left: 0;
}

.header_nomargin .site-header,
.page_show_title .site-header {
  margin-bottom: 0px;
}

.equal-section {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0;
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
}

.flex-end {
  -webkit-justify-content: flex-end;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.flex-end nav li:last-of-type a {
  padding-right: 0;
}

.nb-navbar ul,
.nb-header-sub-menu ul {
  padding-left: 0;
  list-style-type: none;
}

.nb-navbar .menu-item:hover > a,
.nb-navbar .menu-item.current-menu-parent > a,
.nb-navbar .menu-item.current-menu-item > a,
.nb-header-sub-menu .menu-item:hover > a,
.nb-header-sub-menu .menu-item.current-menu-parent > a,
.nb-header-sub-menu .menu-item.current-menu-item > a {
  color: #55ba7a;
}

.stuck {
  position: fixed;
  top: 0;
  width: 100%;
}

.stuck.bot-section-wrap,
.stuck.middle-section-wrap {
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  border-bottom: 1px solid #ccc;
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
  width: 100%;
  background: #fff;
  z-index: 9999;
}

.socials-section ul {
  list-style-type: none;
  -webkit-padding-start: 0;
  padding: 0;
}

.socials-section ul li {
  display: inline-block;
}

.socials-section ul li a {
  font-size: 14px;
  padding: 0 10px;
}

.top-section-wrap {
  border-bottom: 1px solid #d7d7d7;
}

.top-section-wrap:before,
.top-section-wrap:after {
  content: '';
  display: block;
  clear: both;
}

.header-location .ult-adjust-bottom-margin {
  margin-bottom: 0;
}

.header-location .ult-adjust-bottom-margin ul li {
  padding-top: 8px !important;
  padding-bottom: 8px !important;
  padding-left: 15px !important;
  padding-right: 15px !important;
  border-bottom: 0 !important;
  display: inline-block;
  position: relative;
}

.header-location .ult-adjust-bottom-margin ul li .uavc-list-content {
  margin-bottom: 0;
  display: inline;
}

.header-location .ult-adjust-bottom-margin ul li .uavc-list-content .ult-just-icon-wrapper {
  display: inline;
}

.header-location .ult-adjust-bottom-margin ul li .uavc-list-content .uavc-list-icon {
  display: inline;
  margin-right: 0;
}

.header-location .ult-adjust-bottom-margin ul li .uavc-list-content .uavc-list-icon .align-icon {
  display: inline;
}

.header-location .ult-adjust-bottom-margin ul li .uavc-list-content .uavc-list-desc {
  display: inline;
  vertical-align: top;
}

.top-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
}

.top-section .flex-section .widget {
  margin: 0;
}

.top-section .flex-section .menu {
  list-style: none;
  padding: 0;
}

.top-section .flex-section .menu > li {
  display: inline-block;
  font-size: 14px;
  padding: 0px;
  margin-bottom: 0;
  border-bottom: 0;
}

.top-section .flex-section .header-search-wrap .nb-input-group {
  border-bottom: 2px solid #999;
  -webkit-border-radius: 25px;
  border-radius: 25px;
}

.top-section .flex-section .header-search-wrap .nb-input-group .search-field {
  -webkit-appearance: none;
  background: transparent;
  height: 30px;
  line-height: 30px;
  border: 0 none;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 12px;
  color: #888;
}

.top-section .flex-section .header-search-wrap .nb-input-group .search-field::-webkit-input-placeholder {
  color: #ccc;
}

.top-section .flex-section .header-search-wrap .nb-input-group .search-field:-moz-placeholder {
  color: #ccc;
  opacity: 1;
}

.top-section .flex-section .header-search-wrap .nb-input-group .search-field::-moz-placeholder {
  color: #ccc;
  opacity: 1;
}

.top-section .flex-section .header-search-wrap .nb-input-group .search-field:-ms-input-placeholder {
  color: #ccc;
}

.top-section .flex-section .header-search-wrap .nb-input-group .search-button button {
  background: transparent;
  height: 30px;
  line-height: 30px;
  border: 0 none;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 16px;
}

.top-section .flex-section .header-search-wrap .nb-input-group .search-button button i {
  color: #999 !important;
}

.middle-section ul.menu {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.middle-section ul.menu li {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.middle-section ul.menu li .align-icon {
  vertical-align: middle;
}

.middle-section ul.menu li .align-icon .aio-icon i {
  font-size: 16px;
}

.site-header .header-cart-wrap .nb-cart-section {
  position: relative;
  display: block;
  padding-right: 3px;
}

.site-header .header-cart-wrap .nb-cart-section .amount {
  display: none;
}

.site-header .header-cart-wrap .nb-cart-section .counter {
  position: absolute;
  bottom: 0;
  background: #55ba7a;
  color: #fff;
  font-size: 12px;
  line-height: 14px;
  border: 0 none;
  padding: 2px 5px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  left: auto;
  right: 0;
  -webkit-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0);
}

.site-header .header-cart-wrap .nb-cart-section .counter:before,
.site-header .header-cart-wrap .nb-cart-section .counter:after,
.site-header .header-cart-wrap .nb-cart-section .counter .counter-l,
.site-header .header-cart-wrap .nb-cart-section .counter .counter-r {
  display: none;
}

.mini-cart-wrap .buttons .button {
  padding: 3px 15px;
}

.mini-cart-wrap .buttons .button:hover {
  opacity: 0.9;
}

/*# Comments*/

.site-wrapper .widget ul li a:hover {
  color: #55ba7a;
}

#secondary .tagcloud a:hover {
  color: #fff;
  background-color: #55ba7a;
}

.product_list_widget > li > a > img:hover {
  border-color: #55ba7a;
}

.product_list_widget > li > a:hover > img {
  border-color: #55ba7a;
}

.product_list_widget .product-title > a:hover {
  color: #55ba7a;
}

.product_list_widget span.amount {
  color: #55ba7a;
}

.uvc-heading {
  margin-bottom: 15px;
}

.vc_blog_date .vc_post_date-month {
  color: #55ba7a;
}

.nb_wp_post .nb_wp_post-i .nb-post-thumb-i {
  overflow: hidden;
}

.nb_wp_post .nb_wp_post-i .nb-post-thumb-i a {
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  -o-transition: transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
}

.nb_wp_post .nb_wp_post-i:hover .nb-post-thumb-i > a {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-box-shadow: none;
  box-shadow: none;
}

.nb_wp_post .nb_wp_post-i .nb-post-block .nb-post-meta {
  margin-bottom: 0;
}

.wpb-js-composer .vc_tta.vc_tta-style-nbstyle1 .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab:hover > a,
.wpb-js-composer .vc_tta.vc_tta-style-nbstyle1 .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab.vc_active > a {
  color: #55ba7a;
}

.wpb-js-composer .vc_tta.vc_tta-style-nbstyle1 .vc_tta-panels-container .vc_active .vc_tta-panel-title > a {
  color: #55ba7a;
}

.wpb-js-composer .vc_tta.vc_tta-style-nbstyle1.vc_tta-shape-none .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab:hover > a,
.wpb-js-composer .vc_tta.vc_tta-style-nbstyle1.vc_tta-shape-none .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab.vc_active > a {
  color: #55ba7a;
}

.wpb-js-composer .vc_tta.vc_tta-style-nbstyle1.vc_tta-shape-none .vc_tta-panels-container .vc_active .vc_tta-panel-title > a {
  color: #55ba7a;
}

.wpb-js-composer .vc_tta.vc_tta-style-nbstyle1.vc_tta-shape-square .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab:hover > a,
.wpb-js-composer .vc_tta.vc_tta-style-nbstyle1.vc_tta-shape-square .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab.vc_active > a,
.wpb-js-composer .vc_tta.vc_tta-style-nbstyle1.vc_tta-shape-round .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab:hover > a,
.wpb-js-composer .vc_tta.vc_tta-style-nbstyle1.vc_tta-shape-round .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab.vc_active > a,
.wpb-js-composer .vc_tta.vc_tta-style-nbstyle1.vc_tta-shape-rounded .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab:hover > a,
.wpb-js-composer .vc_tta.vc_tta-style-nbstyle1.vc_tta-shape-rounded .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab.vc_active > a {
  border-color: #099ad1;
  color: #fff;
  background-color: #55ba7a;
}

.wpb-js-composer .vc_tta.vc_tta-style-nbstyle1.vc_tta-shape-square .vc_tta-panels-container .vc_active .vc_tta-panel-title > a,
.wpb-js-composer .vc_tta.vc_tta-style-nbstyle1.vc_tta-shape-round .vc_tta-panels-container .vc_active .vc_tta-panel-title > a,
.wpb-js-composer .vc_tta.vc_tta-style-nbstyle1.vc_tta-shape-rounded .vc_tta-panels-container .vc_active .vc_tta-panel-title > a {
  border-color: #099ad1;
  color: #fff;
  background-color: #55ba7a;
}

.nb_testimonials .nb_testimonial-item .nb_testimonial-box2:before {
  color: #55ba7a;
}

.nb_testimonials .nb_testimonial-item .nb_testimonial-position {
  margin-bottom: 18px;
}

.nbt-brands .aio-icon {
  display: block !important;
  width: auto;
  padding-bottom: 0;
  margin-bottom: 30px;
  border: 1px solid #ccc;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.nbt-brands .aio-icon:hover i {
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.nbt-brands .aio-icon:hover i:before {
  color: #55ba7a;
}

.faq-form input[type="submit"] {
  background: #55ba7a;
}

.ult-team-member-wrap.ult-style-1 .ult-team-member-name-wrap .ult-team-member-name {
  margin: 22px 0 7px;
}

.type-post:not(.sticky) .entry-block:before {
  -webkit-border-radius: 30px;
  border-radius: 30px;
}

.type-post:not(.sticky) .entry-block:after {
  -webkit-border-radius: 30px;
  border-radius: 30px;
}

.button,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.nb-primary-button,
.nb-secondary-button {
  text-transform: uppercase;
  font-size: 16px;
  border-style: solid;
  -webkit-border-radius: 30px;
  border-radius: 30px;
}

.site-footer .wpb_single_image {
  margin-top: 7px;
  margin-bottom: 45px;
}

.site-footer .wpb_text_column {
  margin-bottom: 10px;
}

.site-footer .uavc-list-icon-wrapper.ult-adjust-bottom-margin {
  margin-bottom: 25px;
}

.site-footer .uavc-list {
  padding: 5px 0 0;
}

.site-footer .uavc-list .uavc-list-content:hover .aio-icon {
  color: #55ba7a;
}

.site-footer .uavc-icons {
  clear: both;
  padding-top: 5px;
}

.site-footer .uavc-icons .aio-icon {
  background: #555;
  color: #ccc;
  margin-top: 5px;
  display: inline-block;
  font-size: 32px;
  height: 2em;
  width: 2em;
  text-align: center;
  line-height: 2em;
}

.site-footer .uavc-icons .aio-icon:hover {
  background: #55ba7a;
}

.site-footer .nb_latest_post .nb_latest_item .nb_post_title > a:hover {
  color: #55ba7a;
}

.site-footer .widget .widget-title {
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  margin-top: -2px;
  border-bottom: 0 none;
}

.site-footer .widget .widget-title:before {
  display: none;
}

.site-footer .pz_times {
  padding-top: 5px;
}

.footer-abs-section {
  border-top: 1px solid #555 !important;
  padding-top: 25px;
  padding-bottom: 25px;
}

.footer-abs-section .footer-abs-left a {
  color: #55ba7a;
}

.footer-abs-section .footer-abs-left a:hover {
  color: #55ba7a;
}

.nb-input-group {
  position: relative;
}

.nb-input-group .search-field {
  -webkit-border-radius: 30px;
  border-radius: 30px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.nb-input-group .search-field:focus {
  border-color: #55ba7a;
}

.nb-input-group .search-button button:hover {
  color: #55ba7a;
}

.widget .nb-input-group .search-field {
  -webkit-border-radius: 30px;
  border-radius: 30px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.widget .nb-input-group .search-field:focus {
  border-color: #55ba7a;
}

.widget .nb-input-group .search-button button:hover {
  color: #55ba7a;
}

.nb-back-to-top-wrap a {
  padding: 1px;
}

.nb-back-to-top-wrap a.light {
  color: #55ba7a;
}

/*# 404 */

.error404 main .pnf-heading {
  color: #55ba7a;
}

.error404 main h1 {
  color: #55ba7a;
}

.error404 main .home-link {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  background: #55ba7a;
  line-height: 105px;
  top: -40px;
}

.error404 main .home-link a {
  color: #fff;
}

.error404 main .home-link .icon-home {
  background: #444;
  padding: 20px;
  text-transform: uppercase;
}

/*# Popup*/

.mfp-search .mfp-content {
  max-width: 500px;
  padding: 0;
  background: transparent;
}

.mfp-search .mfp-content .nb-input-group .search-field {
  background: transparent;
  color: #aaa;
}

.mfp-search .mfp-content .nb-input-group .search-field::-webkit-input-placeholder {
  color: #888;
}

.mfp-search .mfp-content .nb-input-group .search-field:-moz-placeholder {
  color: #888;
  opacity: 1;
}

.mfp-search .mfp-content .nb-input-group .search-field::-moz-placeholder {
  color: #888;
  opacity: 1;
}

.mfp-search .mfp-content .nb-input-group .search-field:-ms-input-placeholder {
  color: #888;
}

.mfp-search .mfp-close {
  display: none;
}

.mfp-search .nb-input-group .search-field {
  -webkit-border-radius: 25px;
  border-radius: 25px;
}

/*# Home*/

/* scope for variable*/

/* scope for style */

/**
section feature product
 */

.home-page-1 .nb_wpposts_wppostmasonry .wp-posts .nb_wp_post {
  padding-top: 20px;
  padding-bottom: 20px;
}

.home-page-1 .nb_wpposts_wppostmasonry .wp-posts {
  margin-top: -26px;
}

.home-page-1 .stats-block {
  margin-top: -59px;
}

.home-page-1 .nb_wc-products .products-column .product {
  padding-top: 0;
}

.home-page-1 .product .onsale.sale-style-1 {
  top: 30px;
}

.home-page-1 article.hentry {
  margin: 0;
}

.home-page-1 .site-header {
  position: absolute;
  left: 0;
  right: 0;
  border-bottom: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.home-page-1 .site-header .middle-section-wrap {
  background-color: transparent;
}

.home-page-1 .site-header .middle-section-wrap .main-navigation a:hover {
  color: #55ba7a !important;
}

.home-page-1 .nb-oil-home__products {
  margin-top: 28px;
  margin-bottom: 28px;
}

.home-page-1 .nb-oil-home__products .wpb_text_column.nb-oil-home-title-sub {
  margin-bottom: 25px;
}

.home-page-1 .nb-oil-home__products .nb_owl-carousel .owl-dots {
  margin-top: 5px;
}

.home-page-1 .nb-oil-home__products > div > .vc_column-inner {
  padding-top: 5px !important;
}

.home-page-1 .nb-oil-home__products .nb-oil-home-title-main {
  margin-bottom: 0;
}

.home-page-1 .nb-oil-home__products .nb_featured_products {
  position: relative;
  margin-bottom: 40px;
}

.home-page-1 .nb-oil-home__products .nb_featured_products:before,
.home-page-1 .nb-oil-home__products .nb_featured_products:after {
  display: block;
  content: '';
  width: 20%;
  height: 100%;
  position: absolute;
  top: 0;
  background: rgba(255, 255, 255, 0.6);
  z-index: 99;
}

.home-page-1 .nb-oil-home__products .nb_featured_products:after {
  right: -15px;
}

.home-page-1 .nb-oil-home__products .nb_featured_products:before {
  left: -15px;
}

.home-page-1 .nb-oil-home__about-us .uvc-heading .uvc-main-heading h3 {
  margin-top: 5px;
}

.home-page-1 .nb-oil-home__about-us .vc_column-inner {
  padding-top: 0 !important;
}

.home-page-1 .nb-oil-home__about-us .nb-oil-home-title-main {
  margin-top: 0;
  margin-bottom: 0;
}

.home-page-1 .nb-oil-home__about-us .nb-oil-home-title-sub {
  margin-bottom: 30px;
}

.home-page-1 .nb-oil-home__about-us .nb-oil-home-title-sub .uvc-main-heading > h2 {
  margin-bottom: 10px;
  color: #444444;
  font-weight: 600 !important;
  font-size: 27.65px;
}

.home-page-1 .nb-oil-home__about-us .title-addinfo {
  position: relative;
}

.home-page-1 .nb-oil-home__about-us .title-addinfo > div {
  width: 270px;
  position: absolute;
  left: 2px;
  margin: auto;
  top: -35px;
  z-index: 999;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background-color: #e6e7e8;
  -webkit-box-shadow: 2px 2px 0 #55ba7a;
  box-shadow: 2px 2px 0 #55ba7a;
}

.home-page-1 .nb-oil-home__about-us .title-addinfo > div p {
  text-align: center;
  padding: 20px 40px;
}

.home-page-1 .nb-oil-home__about-us .line-year {
  margin-bottom: 55px;
}

.home-page-1 .nb-oil-home__about-us .counters {
  margin-bottom: 37px;
}

.home-page-1 .nb-oil-home__about-us .counters .stats-block .stats-desc .stats-number,
.home-page-1 .nb-oil-home__about-us .counters .stats-block .stats-desc .counter_suffix {
  font-weight: 300;
  color: #333;
}

.home-page-1 .nb-oil-home__about-us .counters .stats-block .stats-desc .stats-text {
  font-weight: 500;
}

.home-page-1 .nb-oil-home__discover .vc_column-inner {
  padding-top: 69px !important;
  padding-bottom: 16px;
}

.home-page-1 .nb-oil-home__discover .vc_column-inner .vc_column-inner {
  padding-top: 32px !important;
}

.home-page-1 .nb-oil-home__discover .vc_column-inner .nb-oil-home-title-main {
  margin-bottom: 0;
}

.home-page-1 .nb-oil-home__discover .vc_column-inner .nb-oil-home-title-sub {
  margin-bottom: 0;
}

.home-page-1 .nb-oil-home__discover .vc_column-inner .aio-icon-box .aio-icon-header h3 {
  font-family: Muli !important;
  font-size: 19px;
  font-weight: 600;
  color: #444444;
}

.home-page-1 .nb-oil-home__discover .vc_column-inner .aio-icon-box .aio-icon-description {
  margin-top: 7px;
}

.home-page-1 .nb-oil-home__discover .vc_column-inner .aio-icon-box .aio-icon-right {
  vertical-align: middle;
}

.home-page-1 .nb-oil-home__discover .vc_column-inner .aio-icon-box .aio-icon-left {
  vertical-align: middle;
}

.home-page-1 .nb-oil-home__discover .vc_column-inner .aio-icon-box .aio-icon {
  width: 90px;
  height: 90px;
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-image: url(../../images/demo/backgrond-icon.png);
  padding: 0px;
  border: 0 none;
}

.home-page-1 .nb-oil-home__discover .vc_column-inner .aio-icon-box .aio-icon i {
  font-size: 42px;
  color: #55ba7a;
}

.home-page-1 .nb-oil-home__discover .vc_column-inner .aio-icon-box .aio-icon i:before {
  padding: 19px;
  -webkit-border-radius: 42px;
  border-radius: 42px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.home-page-1 .nb-oil-home__discover .vc_column-inner .aio-icon-box:hover .aio-icon {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.home-page-1 .nb-oil-home__discover .vc_column-inner .aio-icon-box:hover .aio-icon i {
  color: #ffffff;
}

.home-page-1 .nb-oil-home__discover .vc_column-inner .aio-icon-box:hover .aio-icon i:before {
  background-color: #55ba7a;
}

.home-page-1 .nb-oil-home__discover .vc_column-inner .aio-icon-component {
  margin-bottom: 30px;
}

.home-page-1 .nb-oil-home__discover .vc_column-inner .right-icon .aio-icon-right .aio-icon {
  margin-left: 28px;
}

.home-page-1 .nb-oil-home__discover .vc_column-inner .left-icon .aio-icon-left .aio-icon {
  margin-right: 28px;
}

.home-page-1 .nb-oil-home__blogs > div > .vc_column-inner {
  padding-top: 67px !important;
  padding-bottom: 14px;
}

.home-page-1 .nb-oil-home__blogs > div > .vc_column-inner .nb-oil-home-title-main {
  margin-bottom: 0px;
}

.home-page-1 .nb-oil-home__blogs > div > .vc_column-inner .nb-oil-home-title-sub {
  margin-bottom: 40px;
}

.home-page-1 .nb-oil-home__blogs > div > .vc_column-inner .content-blogs .nb_wp_post:first-child {
  float: left;
}

.home-page-1 .nb-oil-home__blogs > div > .vc_column-inner .content-blogs .nb_wp_post:not(:first-child) {
  float: right;
}

.home-page-1 .nb-oil-home__blogs > div > .vc_column-inner .content-blogs .nb_wp_post:nth-child(2) {
  padding-top: 45px;
}

.home-page-1 .nb-oil-home__blogs > div > .vc_column-inner .content-blogs .nb_wp_post .nb-post-block .nb-post-header .nb-post-datetime {
  color: #999999;
}

.home-page-1 .nb-oil-home__blogs > div > .vc_column-inner .content-blogs .nb_wp_post .nb-post-block .nb-post-header .nb-post-datetime:before {
  content: '\e914';
  font-size: 15px;
  color: #999;
  font-family: fontello;
  padding-right: 8px;
}

.home-page-1 .nb-oil-home__blogs > div > .vc_column-inner .content-blogs .nb_wp_post .nb-post-block .nb-post-header h4 {
  margin-top: 7px;
  margin-bottom: 17px;
  font-size: 19px;
  font-weight: 600;
}

.home-page-1 .nb-oil-home__blogs > div > .vc_column-inner .content-blogs .nb_wp_post .nb-post-block .nb-post-header h4 a {
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  color: #444444;
  font-weight: 600;
}

.home-page-1 .nb-oil-home__blogs > div > .vc_column-inner .content-blogs .nb_wp_post .nb-post-block .nb-post-header h4 a:hover {
  color: #55ba7a;
}

.home-page-1 .nb-oil-home__blogs > div > .vc_column-inner .content-blogs .nb_wp_post .nb-post-block .nb-post-content p {
  margin-bottom: 10px;
}

.home-page-1 .nb-oil-home__blogs > div > .vc_column-inner .content-blogs .nb_wp_post .nb-post-block .nb-post-content .nb-post-readmore a {
  text-decoration: underline;
  font-style: italic;
  color: #55ba7a;
}

.home-page-1 .nb-oil-home__blogs > div > .vc_column-inner .content-blogs .nb_wp_post .nb-post-block .nb-post-content .nb-post-readmore a:hover {
  color: #77c895;
}

.home-page-1 .nb-oil-home__blogs .nb_wp_post-i {
  padding-right: 70px;
}

.home-page-1 .nb-oil-home__blogs .nb_wp_post.nb_wp-blog3:first-child .nb-post-thumb {
  padding-bottom: 15px;
}

.home-page-1 .nb-oil-home__testimonial {
  padding-bottom: 30px;
}

.home-page-1 .nb-oil-home__testimonial .nb_owl-carousel .owl-dots {
  margin-top: 37px;
}

.home-page-1 .nb-oil-home__testimonial .nb_testimonials_carousel {
  margin-bottom: 37px;
}

.home-page-1 .nb-oil-home__testimonial .nb-oil-home-title-main {
  margin-bottom: 0;
  padding-top: 4px;
}

.home-page-1 .nb-oil-home__testimonial .nb-oil-home-title-sub {
  margin-bottom: 0;
}

.home-page-1 .nb-oil-home__testimonial .owl-stage-outer {
  padding-top: 73px;
}

.home-page-1 .nb-oil-home__testimonial .owl-stage-outer .owl-item {
  position: relative;
}

.home-page-1 .nb-oil-home__testimonial .owl-stage-outer .nb_testimonial {
  position: static;
}

.home-page-1 .nb-oil-home__testimonial .owl-stage-outer .nb_testimonial-item {
  position: relative;
  background-color: white;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 26px;
}

.home-page-1 .nb-oil-home__testimonial .owl-stage-outer .nb_testimonial-item:before {
  content: '\e909';
  font-family: fontello;
  position: absolute;
  top: 10px;
  right: 30px;
  font-size: 36px;
  color: #55ba7a;
}

.home-page-1 .nb-oil-home__testimonial .owl-stage-outer .nb_testimonial-item .nb_testimonial {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: left;
  -webkit-align-items: left;
  -ms-flex-align: left;
  align-items: left;
}

.home-page-1 .nb-oil-home__testimonial .owl-stage-outer .nb_testimonial-item .nb_testimonial .nb_testimonial-img-info .nb_testimonial-avatar-i {
  position: absolute;
  top: 0;
  left: 30px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.home-page-1 .nb-oil-home__testimonial .owl-stage-outer .nb_testimonial-item .nb_testimonial .nb_testimonial-img-info .nb_testimonial-avatar-i .nb_testimonial-avatar-ii {
  -webkit-border-radius: 50%;
  border-radius: 50%;
  width: 80px !important;
  height: 80px !important;
}

.home-page-1 .nb-oil-home__testimonial .owl-stage-outer .nb_testimonial-item .nb_testimonial .nb_testimonial-img-info .nb_testimonial-info {
  padding-top: 47px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.home-page-1 .nb-oil-home__testimonial .owl-stage-outer .nb_testimonial-item .nb_testimonial .nb_testimonial-img-info .nb_testimonial-info .nb_testimonial-name {
  font-family: Muli;
  font-size: 19px;
  font-weight: 600;
  color: #444444;
  margin-bottom: 10px;
}

.home-page-1 .nb-oil-home__testimonial .owl-stage-outer .nb_testimonial-item .nb_testimonial .nb_testimonial-img-info .nb_testimonial-info .nb_testimonial-name:after {
  content: ' ';
  white-space: pre;
}

.home-page-1 .nb-oil-home__testimonial .owl-stage-outer .nb_testimonial-item .nb_testimonial .nb_testimonial-img-info .nb_testimonial-info .nb_testimonial-position {
  color: #999;
}

.home-page-1 .nb-oil-home__testimonial .owl-stage-outer .nb_testimonial-item .nb_testimonial .nb_testimonial-content {
  font-size: 16px;
  color: #666666;
  line-height: 1.5;
}

.home-page-1 .nb-oil-home__testimonial .owl-dots {
  display: block !important;
  margin-top: 40px;
}

.home-page-1 .nb-oil-home__brand {
  padding-bottom: 37px;
  margin-top: 5px;
}

.home-page-1 .nb-oil-home__brand .nbt-brands .aio-icon {
  padding: 0 !important;
  -webkit-border-radius: 0;
  border-radius: 0;
}

.home-page-1 .nb-oil-home__brand > div > .vc_column-inner {
  padding-top: 0 !important;
}

.home-page-1 .nb-oil-home__instagram .vc_row.wpb_row.vc_inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.home-page-1 .nb-oil-home__instagram .wpb_single_image {
  margin-bottom: 0;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.home-page-1 .nb-oil-home__instagram .wpb_single_image .wpb_wrapper {
  overflow: hidden;
}

.home-page-1 .nb-oil-home__instagram .wpb_single_image .wpb_wrapper img {
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  -o-transition: transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
}

.home-page-1 .nb-oil-home__instagram .wpb_single_image .wpb_wrapper img:hover {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.home-page-1 .nb-oil-home__instagram .uvc-heading {
  margin-bottom: 28px;
}

.home-page-1 .nb-oil-home__video {
  display: none !important;
  padding-top: 56.25%;
  margin-top: 30px;
}

video.wp-video-shortcode,
#mep_0 {
  height: 360px !important;
  max-width: 100%;
}

.home-page-1 .nb-oil-home__video .vc_column_container {
  position: absolute;
  top: 50%;
}

.home-page-1 .nb-oil-home__video .vc_column_container .vc_column-inner {
  padding-top: 25px;
}

.home-page-1 .nb-oil-home__video .title-how-to-use .uvc-main-heading h3 {
  font-size: 30px;
  color: #ffffff;
}

.home-page-1 .nb-oil-home__video .title-how-to-use .uvc-sub-heading {
  font-family: Lato;
  font-size: 18px;
  color: #ffffff;
}

.home-page-1 .nb-oil-home__video .video-controls {
  bottom: 50%;
  right: 50%;
  -webkit-transform: translateX(50%);
  -ms-transform: translateX(50%);
  transform: translateX(50%);
}

.home-page-1 .nb-oil-home__video .video-controls i {
  font-family: 'nb-icomoon' !important;
  speak: none;
  font-style: normal;
  font-size: 109px !important;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  color: #ffffff !important;
}

.home-page-1 .nb-oil-home__video .video-controls i.ult-vid-cntrlplay:before {
  content: "\e902" !important;
}

.home-page-1 .nb-oil-home__video .video-controls i.ult-vid-cntrlpause:before {
  content: "\e901" !important;
}

.home-page-1 .nb-oil-home__video_2 {
  min-height: 580px;
}

.home-page-1 .nb-oil-home__video_2 .wpb_column {
  min-height: 580px;
}

.home-page-1 .nb-oil-home__video_2 .ult-modal-input-wrapper {
  margin-bottom: 5px;
}

.home-page-1 .nb-oil-home__video_2 .ult-modal-input-wrapper .ult-modal-img {
  width: 110px;
  height: auto;
}

.home-page-1 .nb-oil-home__video_2 .ult-just-icon-wrapper {
  margin-bottom: 15px;
}

.home-page-1 .nb-oil-home__video_2 .ult-just-icon-wrapper .aio-icon i:before {
  -webkit-transition: color .3s, background-color .3s;
  -o-transition: color .3s, background-color .3s;
  transition: color .3s, background-color .3s;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}

.home-page-1 .nb-oil-home__video_2 .ult-just-icon-wrapper .aio-icon:hover i:before {
  background-color: rgba(255, 255, 255, 0.65);
  color: #55ba7a;
}

.home-page-1 .nb-oil-home-title-main {
  margin-bottom: 0;
}

.home-page-1 .nb-oil-home-title-main h2,
.home-page-1 .nb-oil-home-title-main h3 {
  font-size: 23px !important;
}

.home-page-1 .nb-oil-home-title-sub p {
  font-size: 27.65px;
  font-weight: 600;
  color: #444444;
  text-transform: uppercase;
}

.home-page-1 .tp-bullets .tp-bullet.selected {
  background-color: #55ba7a;
}

.home-page-1 .tp-bullets .tp-bullet:hover {
  background-color: #55ba7a;
}

.contact-page .nb-page-title-wrap {
  margin-bottom: 0;
  margin-top: 0;
}

.contact-page .site-header {
  margin: 0 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-bottom: 0;
}

.contact-page .oil-newsletter .title {
  font-size: 24px;
  font-weight: bold;
}

.contact-page .oil-newsletter .uavc-list-content {
  padding-top: 5px;
  margin-bottom: 25px;
  font-size: 18px;
  color: #666;
}

.contact-page .oil-newsletter .uavc-list-content .uavc-list-icon {
  line-height: 1;
  color: #55ba7a;
  border: 2px solid #55ba7a;
  padding: 15px;
  border: 2px solid;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.contact-page .oil-newsletter .wpcf7-form .wpcf7-submit {
  color: #ffffff;
  margin-top: 0;
  border-color: #55ba7a;
  background-color: #55ba7a;
  font-size: 18px;
  font-weight: bold;
  padding: 17px 63px !important;
  -webkit-transition: color .3s ease;
  -o-transition: color .3s ease;
  transition: color .3s ease;
  border: none;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

.contact-page .oil-newsletter .wpcf7-form .wpcf7-submit:hover {
  background-color: #77c895;
  border-color: #77c895;
}

.contact-page .oil-newsletter .wpcf7-form .wpcf7-form-control {
  width: 100%;
  padding: 12px 15px;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.contact-page .oil-newsletter .wpcf7-form .wpcf7-form-control:focus {
  border-color: #55ba7a;
}

.contact-page .oil-newsletter .wpcf7-form .wpcf7-form-control.wpcf7-textarea {
  margin-bottom: 0;
}

.contact-page .oil-newsletter .wpcf7-form .ajax-loader {
  margin-bottom: 35px;
}

.contact-page .wpb_content_element {
  margin-bottom: 70px;
}

.site-footer {
  margin-top: 0;
  background-color: #111111;
}

.site-footer > div {
  background-color: transparent;
}

.site-footer div.footer-top-section {
  padding-top: 0;
  padding-bottom: 0;
  border-bottom: 1px solid #555;
}

.site-footer div.footer-top-section .widget_nav_menu {
  margin-bottom: 0;
}

.site-footer div.footer-top-section .menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 30px 0;
}

.site-footer div.footer-top-section .menu .menu-item {
  border: none;
}

.site-footer div.footer-top-section .menu .menu-item a {
  font-size: 19px;
  font-weight: 500;
  padding-left: 20px;
  padding-right: 20px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.site-footer .footer-bot-section {
  margin: 20px 0;
  border-top: 0 none !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.site-footer .footer-bot-section .col-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.site-footer .footer-bot-section .col-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.site-footer .footer-bot-section .col-6 .widget_custom_html {
  width: 100%;
}

.site-footer .footer-bot-section .widget_custom_html {
  margin: auto !important;
}

.site-footer .footer-bot-section .widget_custom_html .socials {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.site-footer .footer-bot-section .widget_custom_html .socials a {
  padding: 0 12.5px;
}

.site-footer .footer-bot-section .widget_custom_html .socials a span {
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.site-footer .footer-bot-section .widget_custom_html .socials a:hover span {
  color: #55ba7a;
}

.site-footer .footer-bot-section .widget_custom_html .socials span {
  font-family: 'Defaults';
  font-size: 18px;
  color: #666666;
}

.site-footer .footer-bot-section .widget_custom_html .socials .facebook:before {
  content: '\f09a';
}

.site-footer .footer-bot-section .widget_custom_html .socials .twitter:before {
  content: '\f099';
}

.site-footer .footer-bot-section .widget_custom_html .socials .pinterest:before {
  content: '\f0d2';
}

.site-footer .footer-bot-section .widget_custom_html .socials .youtube:before {
  content: '\f166';
}

.site-footer .footer-bot-section .widget_custom_html .socials .linkeddin:before {
  content: '\f0e1';
}

.site-footer .footer-bot-section .widget_custom_html .mc4wp-response p {
  margin-bottom: 0;
}

.site-footer .footer-bot-section .widget_custom_html .form-mailChimp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #111111;
  height: 46px;
  width: 100%;
}

.site-footer .footer-bot-section .widget_custom_html .form-mailChimp input {
  color: #999;
  padding: 15px 20px;
  width: -webkit-calc(100% - 60px);
  width: calc(100% - 60px);
  font-size: 13.3px;
  background: #111111;
  border: solid 2px #363636;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-border-top-left-radius: 23px;
  border-top-left-radius: 23px;
  -webkit-border-bottom-left-radius: 23px;
  border-bottom-left-radius: 23px;
}

.site-footer .footer-bot-section .widget_custom_html .form-mailChimp button {
  font-family: 'nb-beauty' !important;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  font-size: 18px;
  padding: 0 20px;
  background: #111111;
  border: solid 2px #363636;
  border-left: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-border-top-right-radius: 23px;
  border-top-right-radius: 23px;
  -webkit-border-bottom-right-radius: 23px;
  border-bottom-right-radius: 23px;
}

.site-footer .footer-bot-section .widget_custom_html .form-mailChimp button:before {
  content: "\e900";
}

.site-footer .footer-bot-section .widget_custom_html .form-mailChimp button:hover {
  color: #55ba7a;
}

.site-footer .footer-bot-section .widget_custom_html .payment {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.site-footer .footer-bot-section .widget_custom_html .payment i {
  font-family: 'nb-beauty' !important;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  font-size: 36px;
  padding: 0 7.5px;
}

.site-footer .footer-bot-section .widget_custom_html .payment i:hover {
  color: #55ba7a;
}

.site-footer .footer-bot-section .widget_custom_html .payment .paypal {
  font-size: 62px;
}

.site-footer .footer-bot-section .widget_custom_html .payment .paypal:before {
  content: '\e903';
}

.site-footer .footer-bot-section .widget_custom_html .payment .visa:before {
  content: '\e904';
}

.site-footer .footer-bot-section .widget_custom_html .payment .master-cart {
  font-size: 27px;
}

.site-footer .footer-bot-section .widget_custom_html .payment .master-cart:before {
  content: '\e902';
}

.site-footer .footer-bot-section .widget_custom_html .payment .discover:before {
  content: '\e901';
}

.site-footer .footer-bot-section .widget_custom_html .payment a {
  display: block;
}

.site-footer .footer-abs-section {
  padding: 20px 0;
}

.site-footer .footer-abs-section .footer-abs-middle {
  padding-left: 15px;
  padding-right: 15px;
}

.category-blog .blog article.post .entry-content .entry-text .read-more-link a {
  line-height: 40px;
}

.category-blog .blog article.post .entry-content .entry-title a {
  color: #55ba7a;
}

.category-blog .blog article.post .entry-content .entry-title a:hover {
  color: #77c895;
}

.category-blog .paging-navigation {
  margin-bottom: 60px;
}

.site-content .nb-page-title-wrap {
  background-color: #a4cd69;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
  background-color: #55ba7a !important;
}

.woocommerce .widget_price_filter .price_slider_amount .button {
  padding: 0 20px;
  line-height: 25px;
}

.woocommerce .widget_price_filter .price_slider_amount .button:hover {
  color: #ffffff !important;
}

.woocommerce .product_list_widget .product-title > a:hover {
  color: #77c895;
}

.woocommerce .product_list_widget ins span.amount {
  color: #55ba7a;
}

.woocommerce .product_list_widget del span {
  font-weight: normal;
}

.woocommerce .product_list_widget > li > a:hover > img {
  border-color: #77c895;
}

.woocommerce .woocommerce-tabs .accordion-title-wrap {
  background-color: transparent !important;
}

.woocommerce .woocommerce-pagination {
  margin-bottom: 70px;
}

.woocommerce.woocommerce-page .woocommerce-message {
  background-color: #edf0f5;
}

.woocommerce .woocommerce-cart-form .nb-primary-button,
.woocommerce .woocommerce-cart-form .button {
  background-color: #55ba7a;
  color: #ffffff !important;
}

.woocommerce .woocommerce-cart-form .cart-right-section .cart-totals-wrap {
  background-color: #edf0f5;
}

.woocommerce .woocommerce-cart-form .cart-right-section .input-text {
  -webkit-border-radius: 30px;
  border-radius: 30px;
}

.woocommerce .button:hover {
  color: #fff !important;
}

.woocommerce .woocommerce-message {
  background-color: #edf0f5 !important;
}

.cart-notice-wrap .cart-url a {
  color: #55ba7a !important;
}

.cart-notice-wrap .cart-url:hover a {
  color: #ffffff !important;
}

.woocommerce-page .woocommerce .woocommerce-info {
  background-color: #edf0f5;
  border-color: #55ba7a;
}

.woocommerce-page .woocommerce .woocommerce-info:before {
  color: #55ba7a;
}

.woocommerce-page .woocommerce .woocommerce-checkout .place-order .nb-primary-button {
  background-color: #55ba7a;
  color: #ffffff !important;
  border-color: #55ba7a;
}

.woocommerce-page .woocommerce .woocommerce-checkout .place-order .nb-primary-button:hover {
  background-color: #55ba7a;
  border-color: #55ba7a;
}

.woocommerce-page .woocommerce .woocommerce-checkout #customer_details .form-row input:focus {
  border-color: #55ba7a;
}

.woocommerce-page .woocommerce .woocommerce-checkout #customer_details .form-row textarea:focus {
  border-color: #55ba7a;
}

.list-products .button:focus,
.products .button:focus {
  background-color: #55ba7a;
  color: #ffffff !important;
}

.list-products .product,
.products .product {
  padding-bottom: 17px !important;
}

.list-products .product .nbt-product .product-image-list,
.products .product .nbt-product .product-image-list {
  margin-bottom: 25px;
  text-align: center;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  overflow: hidden;
}

.list-products .product .nbt-product .product-image-list img,
.products .product .nbt-product .product-image-list img {
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  -o-transition: transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
}

.list-products .product .nbt-product:hover .product-image-list img,
.products .product .nbt-product:hover .product-image-list img {
  -webkit-transform: scale(1.06);
  -ms-transform: scale(1.06);
  transform: scale(1.06);
}

.list-products .product .product-content .product-title,
.products .product .product-content .product-title {
  font-size: 19px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 5px;
}

.list-products .product .product-content .product-title a,
.products .product .product-content .product-title a {
  color: #444444;
  overflow: hidden;
  display: -webkit-box;
  font-weight: 600;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.list-products .product .product-content .product-title a:hover,
.products .product .product-content .product-title a:hover {
  color: #55ba7a;
}

.list-products .product .product-content .product-description,
.products .product .product-content .product-description {
  text-align: center;
  margin-bottom: 12px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.list-products .product .product-content .price,
.products .product .product-content .price {
  display: block;
  text-align: center;
  font-size: 19px;
  font-weight: 300;
  margin-bottom: 7px;
}

.list-products .product .product-content .price del,
.products .product .product-content .price del {
  color: #999999;
}

.list-products .product .product-content .price del .amount,
.products .product .product-content .price del .amount {
  margin-right: 30px;
}

.list-products .product .product-content .price ins .amount,
.products .product .product-content .price ins .amount {
  font-weight: 600;
  color: #55ba7a;
}

.list-products .product .product-content .price > span,
.products .product .product-content .price > span {
  font-weight: 600;
  color: #55ba7a;
}

.list-products .product .product-action,
.products .product .product-action {
  text-align: center;
}

.list-products .product .product-action a,
.products .product .product-action a {
  height: 35px;
  line-height: 35px;
  border: solid 1px;
  -webkit-border-radius: 18px !important;
  border-radius: 18px !important;
}

.list-products .product .product-action a:hover,
.products .product .product-action a:hover {
  color: #ffffff !important;
}

.list-products .product .product-action a span,
.products .product .product-action a span {
  padding: 10px 15px;
}

.list-products .product .product-action .wishlist-btn,
.products .product .product-action .wishlist-btn {
  border: none;
  margin-bottom: 15px;
}

.list-products .product .product-action .wishlist-btn:hover,
.products .product .product-action .wishlist-btn:hover {
  background-color: transparent;
}

.list-products .product .product-action .wishlist-btn .icon-heart,
.products .product .product-action .wishlist-btn .icon-heart {
  display: none;
}

.list-products .product .product-action .wishlist-btn .yith-wcwl-add-to-wishlist,
.products .product .product-action .wishlist-btn .yith-wcwl-add-to-wishlist {
  margin-top: 0;
}

.list-products .product .product-action .wishlist-btn .yith-wcwl-add-to-wishlist a,
.products .product .product-action .wishlist-btn .yith-wcwl-add-to-wishlist a {
  border-color: #55ba7a;
  color: #55ba7a;
  display: inline-block;
}

.list-products .product .product-action .wishlist-btn .yith-wcwl-add-to-wishlist a:hover,
.products .product .product-action .wishlist-btn .yith-wcwl-add-to-wishlist a:hover {
  color: #ffffff;
  background-color: #55ba7a;
}

.list-products .product .product-action .wishlist-btn .yith-wcwl-add-to-wishlist .ajax-loading,
.products .product .product-action .wishlist-btn .yith-wcwl-add-to-wishlist .ajax-loading {
  display: none !important;
}

.list-products .product .product-action .wishlist-btn .yith-wcwl-add-to-wishlist .yith-wcwl-add-button,
.products .product .product-action .wishlist-btn .yith-wcwl-add-to-wishlist .yith-wcwl-add-button {
  display: block;
}

.list-products .product .product-action .wishlist-btn .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse,
.products .product .product-action .wishlist-btn .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse {
  display: block;
}

.list-products .product .product-action .wishlist-btn .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse,
.products .product .product-action .wishlist-btn .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse {
  display: block;
}

.list-products .product .product-action .wishlist-btn .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddresponse,
.products .product .product-action .wishlist-btn .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddresponse {
  display: block;
}

.list-products .product .product-action .loop_add_to_cart_link,
.products .product .product-action .loop_add_to_cart_link {
  margin-bottom: 15px;
}

.list-products .product .product-action .yith-wcqv-button,
.products .product .product-action .yith-wcqv-button {
  margin-bottom: 15px;
}

.list-products .product .product-action .yith-wcqv-button .icon-resize,
.products .product .product-action .yith-wcqv-button .icon-resize {
  display: none;
}

.single-product .single-product-wrap .button {
  background-color: #55ba7a;
  color: #ffffff !important;
  border-color: #55ba7a;
}

.single-product .single-product-wrap .button:hover {
  background-color: #55ba7a;
  border-color: #55ba7a;
}

.single-product .single-product-wrap .product-image .thumb-gallery .swiper-slide.swiper-slide-active {
  border-color: #55ba7a;
}

.single-product .thumb-gallery {
  padding-top: 1px;
  padding-bottom: 1px;
}

.single-product .product .onsale.sale-style-1 {
  right: 30px;
}

.product .summary .product_title {
  color: #444444;
}

.product .summary .product_meta .stock {
  background-color: #55ba7a !important;
}

.single-post .comments-area {
  background-color: #edf0f5;
}

.single-post .comments-area .nb-primary-button {
  background-color: #55ba7a;
  color: #ffffff !important;
  border-color: #55ba7a;
}

.single-post .comments-area .nb-primary-button:hover {
  background-color: #55ba7a;
  border-color: #55ba7a;
}

.single-post .comment-form p label {
  display: inline-block;
}

.site-header .middle-section-wrap a:hover {
  color: #55ba7a !important;
}

.site-header .middle-section-wrap .icon-header-wrap .header-cart-wrap {
  margin-left: 0 !important;
}

.site-header .middle-section-wrap .icon-header-wrap .header-account-wrap i:hover {
  color: #55ba7a;
}

.site-header .nb-navbar .menu-item a {
  font-weight: normal;
}

.site-header .nb-navbar .menu-item:hover > a {
  color: #55ba7a;
}

.site-header .nb-navbar .menu-item .sub-menu a {
  font-size: 14px;
}

.site-header .nb-navbar .menu-item .sub-menu a:hover {
  color: #77c895 !important;
}

.site-header .nb-cart-section .counter {
  background-color: #55ba7a !important;
}

.product_list_widget span.amount {
  color: #55ba7a;
}

.sidebar-wrapper .woocommerce-product-search .search-field:focus {
  border-color: #55ba7a !important;
}

.about-us .site-header {
  margin-bottom: 30px;
}

.about-us .uvc-sub-heading {
  font-weight: 600 !important;
}

.about-us .about-welcome .aio-icon-component .aio-icon-left .aio-icon {
  border: 8px solid #cffbdf;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.about-us .about-welcome .aio-icon-component .aio-icon-left .aio-icon:hover {
  -webkit-box-shadow: 0 0 20px 0 rgba(51, 51, 51, 0.35);
  box-shadow: 0 0 20px 0 rgba(51, 51, 51, 0.35);
}

.about-us .about-welcome .aio-icon-component .aio-ibd-block .aio-icon-header h4 {
  margin-bottom: 0;
  font-weight: 500;
}

.about-us .about-welcome .wpb_single_image {
  margin-top: -5px;
}

.about-us .about-welcome .uvc-heading {
  margin-bottom: 15px;
}

.about-us .about-welcome .uvc-heading .uvc-main-heading {
  margin-bottom: 5px;
}

.about-us .about-history .uvc-heading {
  margin-bottom: 20px;
}

.about-us .about-history .wpb_text_column {
  text-align: center;
}

.about-us .about-history .wpb_single_image {
  margin-top: 47px;
  margin-bottom: 60px;
}

.about-us .about-history .stats-block .stats-desc .stats-number,
.about-us .about-history .stats-block .stats-desc .counter_suffix {
  font-weight: 300;
  color: #333;
}

.about-us .about-history .stats-block .stats-desc .stats-text {
  font-weight: 500;
}

.about-us .nb_testimonials_carousel {
  margin-bottom: 50px;
}

.about-us .nb_testimonials_carousel .nb_testimonial {
  background-color: #ffffff;
}

.about-us .nb_testimonials_carousel .nb_testimonial .nb_testimonial-info .nb_testimonial-name {
  font-family: Muli;
  font-size: 19px;
  font-weight: 600;
  color: #444444;
  margin-bottom: 10px;
}

.about-us .nb_testimonials_carousel .nb_testimonial .nb_testimonial-info .nb_testimonial-position {
  color: #999999;
  font-size: 19px;
  margin-bottom: 10px;
  font-weight: 400;
}

.about-us .nb_testimonials_carousel .nb_testimonial .nb_testimonial-content {
  font-size: 16px;
  font-family: Muli;
  color: #666666;
  line-height: 1.5;
}

.about-us .nb_testimonials_carousel .owl-dots {
  padding-top: 0;
  margin-top: 25px;
  margin-bottom: 30px;
}

.about-us .about-team .uvc-heading {
  margin-bottom: 35px;
}

.about-us .about-team .ult-team-member-wrap .ult-team-member-name-wrap .ult-team-member-description {
  margin: 25px 0 10px;
}

.about-us .about-team .ult-team-member-wrap .ult-team-member-name-wrap .ult-social-buttons {
  margin-top: -13px;
}

.about-us .brand {
  margin-bottom: 15px;
}

.about-us .hentry {
  margin: 0;
}

.about-us .nb-page-title-wrap {
  margin-bottom: 35px;
}

.nb_owl-carousel .owl-dots .owl-dot {
  display: inline-block;
}

.nb_owl-carousel .owl-dots .owl-dot span {
  background: #d1d1d1 !important;
  width: 70px !important;
  height: 10px !important;
  display: block !important;
  -webkit-border-radius: 0 !important;
  border-radius: 0 !important;
  margin: 0 !important;
}

.nb_owl-carousel .owl-dots .owl-dot.active span {
  background-color: #55ba7a !important;
}

.nb_owl-carousel .owl-dots .owl-dot:first-child span {
  -webkit-border-top-left-radius: 5px !important;
  border-top-left-radius: 5px !important;
  -webkit-border-bottom-left-radius: 5px !important;
  border-bottom-left-radius: 5px !important;
}

.nb_owl-carousel .owl-dots .owl-dot:last-child span {
  -webkit-border-top-right-radius: 5px !important;
  border-top-right-radius: 5px !important;
  -webkit-border-bottom-right-radius: 5px !important;
  border-bottom-right-radius: 5px !important;
}

.nb_owl-carousel .owl-dots .owl-dot:hover span {
  background: #77c895 !important;
}

.mini-cart-wrap .buttons .button {
  background-color: #55ba7a;
  color: #ffffff !important;
  border-color: #55ba7a;
}

.mini-cart-wrap .buttons .button:hover {
  background-color: #77c895;
  border-color: #77c895;
}

.mini-cart-wrap .mini_cart_item .icon-garbage {
  font-size: 16px;
}

.mini-cart-wrap .mini_cart_item .minicart-pd-meta a {
  font-weight: normal;
}

.mini-cart-wrap .mini_cart_item .minicart-pd-meta .quantity .amount {
  font-weight: normal;
}

.mini-cart-wrap .mini_cart_item a img {
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.mini-cart-wrap .mini_cart_item a:hover img {
  border-color: #55ba7a;
}

.widget .nb-input-group .search-field:focus {
  border-color: #55ba7a;
}

.shop_table .cart_item .product-name a:hover {
  color: #55ba7a !important;
}

.product .price del .amount {
  opacity: 1 !important;
}

.nb-page-title h2 {
  color: #ffffff;
}

.vc_toggle.vc_toggle_arrow {
  margin: 0 0 15px;
}

.vc_toggle.vc_toggle_arrow .vc_toggle_title {
  background: #f4f4f4;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 9px 40px 9px 25px;
}

.vc_toggle.vc_toggle_arrow .vc_toggle_title h4 {
  font-weight: 500;
}

.vc_toggle.vc_toggle_arrow .vc_toggle_title .vc_toggle_icon {
  position: absolute;
  right: 25px;
  top: 50%;
  margin-top: -7px;
}

.vc_toggle.vc_toggle_arrow .vc_toggle_content {
  padding: 20px 25px 0;
  margin: 0;
}

.nb-page-title h2 {
  color: #ffffff !important;
}

.nb-page-title .woocommerce-breadcrumb {
  color: #ffffff;
}

.nb-page-title .woocommerce-breadcrumb a {
  color: #ffffff;
}

.wpcf7-form .wpcf7-response-output.wpcf7-validation-errors {
  border-color: #55ba7a;
}

.faq-1-column .uvc-heading {
  margin-top: 55px;
}

.faq-1-column .wpb_content_element p {
  text-align: center;
}

.faq-1-column .uvc-heading {
  margin-bottom: 12px;
}

.faq-1-column .faq-form input.wpcf7-submit {
  margin-top: 0;
}

.faq-1-column .your-message {
  margin-bottom: 0;
}

.faq-1-column .wpcf7-textarea {
  margin-bottom: 20px;
}

.faq-1-column .page {
  margin-bottom: 75px;
}

.faq-2-column .your-message {
  margin-bottom: 0;
}

.faq-2-column .faq-form input.wpcf7-submit {
  margin-top: 0;
}

.faq-2-column .wpcf7-textarea {
  margin-bottom: 20px;
}

.faq-2-column .page {
  margin-bottom: 60px;
}

.faq-form input[type="submit"] {
  -webkit-border-radius: 30px;
  border-radius: 30px;
}

.testimonial-1 .page,
.testimonial-2 .page {
  margin-bottom: 60px;
}

.testimonial-1 .nb_testimonial-content,
.testimonial-2 .nb_testimonial-content {
  font-size: 14px !important;
  line-height: 24px !important;
}

.testimonial-1 .nb_testimonial-name,
.testimonial-2 .nb_testimonial-name {
  font-size: 19px !important;
}

.testimonial-1 .nb_testimonial-position,
.testimonial-2 .nb_testimonial-position {
  font-size: 19px !important;
}

.nb_gallery_masonry {
  margin-bottom: 37px;
}

.shop-sidebar {
  margin-bottom: 55px;
}

.widget_product_tag_cloud .tagcloud a {
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.nb-page-title-wrap .nb-page-title .entry-meta {
  color: #ffffff;
}

.nb-page-title-wrap .nb-page-title .entry-meta span {
  color: #ffffff;
}

.nb-page-title-wrap .nb-page-title .entry-title {
  color: #ffffff;
}

.nb-page-title-wrap .nb-page-title .entry-title a {
  color: #ffffff;
}

.uavc-list-icon .uavc-list-content .uavc-list-desc {
  word-break: break-all;
}

.shop-main .swiper-pagination-bullets {
  display: inline-block;
}

.shop-main .swiper-pagination-bullets span {
  cursor: pointer;
  width: 70px;
  height: 10px;
  display: inline-block;
  -webkit-border-radius: 0;
  border-radius: 0;
  margin: 0;
}

.shop-main .swiper-pagination-bullets span:first-child {
  -webkit-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.shop-main .swiper-pagination-bullets span:last-child {
  -webkit-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.shop-main .swiper-pagination-bullets span:hover {
  background: #55ba7a;
}

.shop-main .product .onsale.sale-style-1 {
  right: 30px;
}

.woocommerce-checkout .hentry {
  margin-bottom: 32px;
}

.woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment .wc_payment_methods .woocommerce-notice {
  margin-bottom: 30px;
}

.woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment .place-order {
  margin-bottom: 30px;
}

.woocommerce-checkout .woocommerce-error {
  background-color: #edf0f5;
}

.woocommerce-checkout .woocommerce-checkout-payment .place-order input {
  margin-top: 30px;
}

.search.search-no-results .site-content {
  margin-bottom: 35px;
}

.search .navigation.posts-navigation .nav-links {
  margin-bottom: 65px;
}

.search .paging-navigation {
  margin-bottom: 65px;
}

.author .paging-navigation {
  margin-bottom: 60px;
}

.meta-align-left .type-post .entry-block:before {
  background-color: #55ba7a !important;
  color: #fff !important;
}

.nb-row {
  margin-right: -15px;
  margin-left: -15px;
}

.shop-main {
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}

.shop-main .products .product {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  margin-bottom: 30px;
}

.shop-main .shop-banner {
  margin-bottom: 30px;
}

.shop-main.wide .single-product-wrap .product-image {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  margin-bottom: 30px;
}

.shop-main.wide .single-product-wrap .entry-summary {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.shop-main.wide .single-product-wrap .pd-meta-left,
.shop-main.wide .single-product-wrap .pd-meta-right {
  display: inline-block;
  width: 50%;
}

.shop-main.wide .single-product-wrap .pd-meta-left .price,
.shop-main.wide .single-product-wrap .pd-meta-right .price {
  line-height: 1;
}

.shop-main.wide .single-product-wrap .pd-meta-left {
  padding-right: 15px;
}

.shop-main.wide .single-product-wrap .pd-meta-right {
  padding-left: 15px;
  vertical-align: top;
}

.shop-main:not(.wide) .single-product-wrap .cart {
  border-bottom: 1px solid;
}

.shop-main.left-images .entry-summary {
  padding-left: 0;
}

.shop-main.right-images .entry-summary {
  padding-right: 0;
}

.product .onsale.sale-style-1 {
  color: #55ba7a;
}

.product .price del .amount {
  opacity: .5;
  margin-right: 10px;
}

.shop-action .woocommerce-result-count {
  margin-top: 0;
  margin-bottom: 0;
}

.single-product-wrap .product-image .thumb-gallery .swiper-slide.swiper-slide-active {
  border: 1px solid #55ba7a;
}

.variations ul.swatch li:hover span,
.variations ul.swatch li.selected span {
  color: #55ba7a;
  border-color: #55ba7a;
}

.shop-main .woocommerce-Reviews #review_form_wrapper .stars:hover a::before {
  content: '\e809';
  color: #55ba7a;
}

.shop-main .woocommerce-Reviews #review_form_wrapper .stars.selected a::before {
  color: #55ba7a;
}

.shop-main .woocommerce-Reviews #review_form_wrapper .stars.selected a.active::before {
  content: '\e809';
  color: #55ba7a;
}

.shop-main .woocommerce-Reviews #review_form_wrapper .form-submit input {
  color: #fff;
  -webkit-border-radius: 30px;
  border-radius: 30px;
}

.shop_table .cart_item td a:hover {
  color: #55ba7a;
}

.woocommerce-wishlist.woocommerce table.wishlist_table.cart a.remove:hover {
  color: #55ba7a !important;
  background-color: transparent !important;
}

#yith-wcwl-popup-message {
  border: 2px solid;
  padding: 20px;
  border-color: #55ba7a;
  -webkit-border-radius: 0px;
  border-radius: 0px;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
  background-color: #55ba7a;
}

.widget .woocommerce-product-search .search-field {
  -webkit-border-radius: 30px;
  border-radius: 30px;
}

.widget .woocommerce-product-search .search-field:focus {
  border-color: #55ba7a;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-content:before {
  border-top: 1px solid #ebebeb;
}

@media (min-width: 576px) {
  .container {
    width: 540px;
    max-width: 100%;
  }

  .col-1,
  .col-2,
  .col-3,
  .col-4,
  .col-5,
  .col-6,
  .col-7,
  .col-8,
  .col-9,
  .col-10,
  .col-11,
  .col-12,
  .col,
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm,
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md,
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg,
  .col-xl-1,
  .col-xl-2,
  .col-xl-3,
  .col-xl-4,
  .col-xl-5,
  .col-xl-6,
  .col-xl-7,
  .col-xl-8,
  .col-xl-9,
  .col-xl-10,
  .col-xl-11,
  .col-xl-12,
  .col-xl,
  .col-xxl-1,
  .col-xxl-2,
  .col-xxl-3,
  .col-xxl-4,
  .col-xxl-5,
  .col-xxl-6,
  .col-xxl-7,
  .col-xxl-8,
  .col-xxl-9,
  .col-xxl-10,
  .col-xxl-11,
  .col-xxl-12,
  .col-xxl {
    padding-right: 15px;
    padding-left: 15px;
  }

  .col-sm {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-sm-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }

  .col-sm-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .col-sm-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .col-sm-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-sm-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .col-sm-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .col-sm-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .col-sm-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .col-sm-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .col-sm-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .pull-sm-0 {
    right: auto;
  }

  .pull-sm-1 {
    right: 8.33333%;
  }

  .pull-sm-2 {
    right: 16.66667%;
  }

  .pull-sm-3 {
    right: 25%;
  }

  .pull-sm-4 {
    right: 33.33333%;
  }

  .pull-sm-5 {
    right: 41.66667%;
  }

  .pull-sm-6 {
    right: 50%;
  }

  .pull-sm-7 {
    right: 58.33333%;
  }

  .pull-sm-8 {
    right: 66.66667%;
  }

  .pull-sm-9 {
    right: 75%;
  }

  .pull-sm-10 {
    right: 83.33333%;
  }

  .pull-sm-11 {
    right: 91.66667%;
  }

  .pull-sm-12 {
    right: 100%;
  }

  .push-sm-0 {
    left: auto;
  }

  .push-sm-1 {
    left: 8.33333%;
  }

  .push-sm-2 {
    left: 16.66667%;
  }

  .push-sm-3 {
    left: 25%;
  }

  .push-sm-4 {
    left: 33.33333%;
  }

  .push-sm-5 {
    left: 41.66667%;
  }

  .push-sm-6 {
    left: 50%;
  }

  .push-sm-7 {
    left: 58.33333%;
  }

  .push-sm-8 {
    left: 66.66667%;
  }

  .push-sm-9 {
    left: 75%;
  }

  .push-sm-10 {
    left: 83.33333%;
  }

  .push-sm-11 {
    left: 91.66667%;
  }

  .push-sm-12 {
    left: 100%;
  }

  .offset-sm-0 {
    margin-left: 0%;
  }

  .offset-sm-1 {
    margin-left: 8.33333%;
  }

  .offset-sm-2 {
    margin-left: 16.66667%;
  }

  .offset-sm-3 {
    margin-left: 25%;
  }

  .offset-sm-4 {
    margin-left: 33.33333%;
  }

  .offset-sm-5 {
    margin-left: 41.66667%;
  }

  .offset-sm-6 {
    margin-left: 50%;
  }

  .offset-sm-7 {
    margin-left: 58.33333%;
  }

  .offset-sm-8 {
    margin-left: 66.66667%;
  }

  .offset-sm-9 {
    margin-left: 75%;
  }

  .offset-sm-10 {
    margin-left: 83.33333%;
  }

  .offset-sm-11 {
    margin-left: 91.66667%;
  }

  .vc_row.btc-whyessential {
    padding-bottom: 20px;
  }

  .vc_row.btc-testimonial .btc-brands {
    padding-top: 15px;
  }

  .mini-cart-wrap .buttons .button {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (min-width: 768px) {
  .container {
    width: 720px;
    max-width: 100%;
  }

  .col-1,
  .col-2,
  .col-3,
  .col-4,
  .col-5,
  .col-6,
  .col-7,
  .col-8,
  .col-9,
  .col-10,
  .col-11,
  .col-12,
  .col,
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm,
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md,
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg,
  .col-xl-1,
  .col-xl-2,
  .col-xl-3,
  .col-xl-4,
  .col-xl-5,
  .col-xl-6,
  .col-xl-7,
  .col-xl-8,
  .col-xl-9,
  .col-xl-10,
  .col-xl-11,
  .col-xl-12,
  .col-xl,
  .col-xxl-1,
  .col-xxl-2,
  .col-xxl-3,
  .col-xxl-4,
  .col-xxl-5,
  .col-xxl-6,
  .col-xxl-7,
  .col-xxl-8,
  .col-xxl-9,
  .col-xxl-10,
  .col-xxl-11,
  .col-xxl-12,
  .col-xxl {
    padding-right: 15px;
    padding-left: 15px;
  }

  .col-md {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-md-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }

  .col-md-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .col-md-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .col-md-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-md-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-md-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .col-md-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .col-md-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .col-md-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-md-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .col-md-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .col-md-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .pull-md-0 {
    right: auto;
  }

  .pull-md-1 {
    right: 8.33333%;
  }

  .pull-md-2 {
    right: 16.66667%;
  }

  .pull-md-3 {
    right: 25%;
  }

  .pull-md-4 {
    right: 33.33333%;
  }

  .pull-md-5 {
    right: 41.66667%;
  }

  .pull-md-6 {
    right: 50%;
  }

  .pull-md-7 {
    right: 58.33333%;
  }

  .pull-md-8 {
    right: 66.66667%;
  }

  .pull-md-9 {
    right: 75%;
  }

  .pull-md-10 {
    right: 83.33333%;
  }

  .pull-md-11 {
    right: 91.66667%;
  }

  .pull-md-12 {
    right: 100%;
  }

  .push-md-0 {
    left: auto;
  }

  .push-md-1 {
    left: 8.33333%;
  }

  .push-md-2 {
    left: 16.66667%;
  }

  .push-md-3 {
    left: 25%;
  }

  .push-md-4 {
    left: 33.33333%;
  }

  .push-md-5 {
    left: 41.66667%;
  }

  .push-md-6 {
    left: 50%;
  }

  .push-md-7 {
    left: 58.33333%;
  }

  .push-md-8 {
    left: 66.66667%;
  }

  .push-md-9 {
    left: 75%;
  }

  .push-md-10 {
    left: 83.33333%;
  }

  .push-md-11 {
    left: 91.66667%;
  }

  .push-md-12 {
    left: 100%;
  }

  .offset-md-0 {
    margin-left: 0%;
  }

  .offset-md-1 {
    margin-left: 8.33333%;
  }

  .offset-md-2 {
    margin-left: 16.66667%;
  }

  .offset-md-3 {
    margin-left: 25%;
  }

  .offset-md-4 {
    margin-left: 33.33333%;
  }

  .offset-md-5 {
    margin-left: 41.66667%;
  }

  .offset-md-6 {
    margin-left: 50%;
  }

  .offset-md-7 {
    margin-left: 58.33333%;
  }

  .offset-md-8 {
    margin-left: 66.66667%;
  }

  .offset-md-9 {
    margin-left: 75%;
  }

  .offset-md-10 {
    margin-left: 83.33333%;
  }

  .offset-md-11 {
    margin-left: 91.66667%;
  }

  .vc_row.btc-testimonial .btc-brands {
    padding-top: 25px;
  }

  .site-header.left-inline .top-section .flex-section:first-of-type {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .site-header.left-inline .top-section .flex-section:last-of-type {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    -webkit-justify-content: flex-end;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .uvc-heading {
    margin-bottom: 20px;
  }

  .nbt-brands .aio-icon {
    padding-top: 0;
    padding-bottom: 0;
  }
}

@media (min-width: 992px) {
  .container {
    width: 960px;
    max-width: 100%;
  }

  .col-1,
  .col-2,
  .col-3,
  .col-4,
  .col-5,
  .col-6,
  .col-7,
  .col-8,
  .col-9,
  .col-10,
  .col-11,
  .col-12,
  .col,
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm,
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md,
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg,
  .col-xl-1,
  .col-xl-2,
  .col-xl-3,
  .col-xl-4,
  .col-xl-5,
  .col-xl-6,
  .col-xl-7,
  .col-xl-8,
  .col-xl-9,
  .col-xl-10,
  .col-xl-11,
  .col-xl-12,
  .col-xl,
  .col-xxl-1,
  .col-xxl-2,
  .col-xxl-3,
  .col-xxl-4,
  .col-xxl-5,
  .col-xxl-6,
  .col-xxl-7,
  .col-xxl-8,
  .col-xxl-9,
  .col-xxl-10,
  .col-xxl-11,
  .col-xxl-12,
  .col-xxl {
    padding-right: 15px;
    padding-left: 15px;
  }

  .col-lg {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-lg-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }

  .col-lg-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .col-lg-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .col-lg-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-lg-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .col-lg-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .col-lg-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .col-lg-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .col-lg-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .col-lg-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .pull-lg-0 {
    right: auto;
  }

  .pull-lg-1 {
    right: 8.33333%;
  }

  .pull-lg-2 {
    right: 16.66667%;
  }

  .pull-lg-3 {
    right: 25%;
  }

  .pull-lg-4 {
    right: 33.33333%;
  }

  .pull-lg-5 {
    right: 41.66667%;
  }

  .pull-lg-6 {
    right: 50%;
  }

  .pull-lg-7 {
    right: 58.33333%;
  }

  .pull-lg-8 {
    right: 66.66667%;
  }

  .pull-lg-9 {
    right: 75%;
  }

  .pull-lg-10 {
    right: 83.33333%;
  }

  .pull-lg-11 {
    right: 91.66667%;
  }

  .pull-lg-12 {
    right: 100%;
  }

  .push-lg-0 {
    left: auto;
  }

  .push-lg-1 {
    left: 8.33333%;
  }

  .push-lg-2 {
    left: 16.66667%;
  }

  .push-lg-3 {
    left: 25%;
  }

  .push-lg-4 {
    left: 33.33333%;
  }

  .push-lg-5 {
    left: 41.66667%;
  }

  .push-lg-6 {
    left: 50%;
  }

  .push-lg-7 {
    left: 58.33333%;
  }

  .push-lg-8 {
    left: 66.66667%;
  }

  .push-lg-9 {
    left: 75%;
  }

  .push-lg-10 {
    left: 83.33333%;
  }

  .push-lg-11 {
    left: 91.66667%;
  }

  .push-lg-12 {
    left: 100%;
  }

  .offset-lg-0 {
    margin-left: 0%;
  }

  .offset-lg-1 {
    margin-left: 8.33333%;
  }

  .offset-lg-2 {
    margin-left: 16.66667%;
  }

  .offset-lg-3 {
    margin-left: 25%;
  }

  .offset-lg-4 {
    margin-left: 33.33333%;
  }

  .offset-lg-5 {
    margin-left: 41.66667%;
  }

  .offset-lg-6 {
    margin-left: 50%;
  }

  .offset-lg-7 {
    margin-left: 58.33333%;
  }

  .offset-lg-8 {
    margin-left: 66.66667%;
  }

  .offset-lg-9 {
    margin-left: 75%;
  }

  .offset-lg-10 {
    margin-left: 83.33333%;
  }

  .offset-lg-11 {
    margin-left: 91.66667%;
  }

  .vc_row.btc-whyessential {
    padding-bottom: 40px;
  }

  .vc_row.btc-testimonial .btc-brands {
    padding-top: 35px;
  }

  .uvc-heading {
    margin-bottom: 25px;
  }

  .nbt-brands .aio-icon {
    padding-top: 0;
    padding-bottom: 0;
  }

  .woocommerce-account .woocommerce .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link:not(:last-child) {
    border-bottom: 1px solid #ebebeb;
  }

  .woocommerce-account .woocommerce .woocommerce-MyAccount-content {
    border-left: 1px solid #ebebeb;
  }
}

@media screen and (min-width: 992px) {
  .faq-1-column .vc_row.btc-faq .btc-faq-form {
    padding-top: 0;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1170px;
    max-width: 100%;
  }

  .col-1,
  .col-2,
  .col-3,
  .col-4,
  .col-5,
  .col-6,
  .col-7,
  .col-8,
  .col-9,
  .col-10,
  .col-11,
  .col-12,
  .col,
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm,
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md,
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg,
  .col-xl-1,
  .col-xl-2,
  .col-xl-3,
  .col-xl-4,
  .col-xl-5,
  .col-xl-6,
  .col-xl-7,
  .col-xl-8,
  .col-xl-9,
  .col-xl-10,
  .col-xl-11,
  .col-xl-12,
  .col-xl,
  .col-xxl-1,
  .col-xxl-2,
  .col-xxl-3,
  .col-xxl-4,
  .col-xxl-5,
  .col-xxl-6,
  .col-xxl-7,
  .col-xxl-8,
  .col-xxl-9,
  .col-xxl-10,
  .col-xxl-11,
  .col-xxl-12,
  .col-xxl {
    padding-right: 15px;
    padding-left: 15px;
  }

  .col-xl {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-xl-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }

  .col-xl-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .col-xl-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .col-xl-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xl-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-xl-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .col-xl-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xl-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .col-xl-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .col-xl-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xl-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .col-xl-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .col-xl-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .pull-xl-0 {
    right: auto;
  }

  .pull-xl-1 {
    right: 8.33333%;
  }

  .pull-xl-2 {
    right: 16.66667%;
  }

  .pull-xl-3 {
    right: 25%;
  }

  .pull-xl-4 {
    right: 33.33333%;
  }

  .pull-xl-5 {
    right: 41.66667%;
  }

  .pull-xl-6 {
    right: 50%;
  }

  .pull-xl-7 {
    right: 58.33333%;
  }

  .pull-xl-8 {
    right: 66.66667%;
  }

  .pull-xl-9 {
    right: 75%;
  }

  .pull-xl-10 {
    right: 83.33333%;
  }

  .pull-xl-11 {
    right: 91.66667%;
  }

  .pull-xl-12 {
    right: 100%;
  }

  .push-xl-0 {
    left: auto;
  }

  .push-xl-1 {
    left: 8.33333%;
  }

  .push-xl-2 {
    left: 16.66667%;
  }

  .push-xl-3 {
    left: 25%;
  }

  .push-xl-4 {
    left: 33.33333%;
  }

  .push-xl-5 {
    left: 41.66667%;
  }

  .push-xl-6 {
    left: 50%;
  }

  .push-xl-7 {
    left: 58.33333%;
  }

  .push-xl-8 {
    left: 66.66667%;
  }

  .push-xl-9 {
    left: 75%;
  }

  .push-xl-10 {
    left: 83.33333%;
  }

  .push-xl-11 {
    left: 91.66667%;
  }

  .push-xl-12 {
    left: 100%;
  }

  .offset-xl-0 {
    margin-left: 0%;
  }

  .offset-xl-1 {
    margin-left: 8.33333%;
  }

  .offset-xl-2 {
    margin-left: 16.66667%;
  }

  .offset-xl-3 {
    margin-left: 25%;
  }

  .offset-xl-4 {
    margin-left: 33.33333%;
  }

  .offset-xl-5 {
    margin-left: 41.66667%;
  }

  .offset-xl-6 {
    margin-left: 50%;
  }

  .offset-xl-7 {
    margin-left: 58.33333%;
  }

  .offset-xl-8 {
    margin-left: 66.66667%;
  }

  .offset-xl-9 {
    margin-left: 75%;
  }

  .offset-xl-10 {
    margin-left: 83.33333%;
  }

  .offset-xl-11 {
    margin-left: 91.66667%;
  }

  .wpb-js-composer .vc_tta.vc_tta-style-nbstyle1.vc_general .vc_tta-panel-body {
    padding-top: 35px;
  }

  .nb-page-title-wrap h2 > a,
  .nb-page-title-wrap h2 > span {
    font-size: 0.6em;
  }

  .site-footer .footer-top-section {
    padding-top: 85px;
  }
}

@media screen and (min-width: 1200px) {
  .site-footer .footer-bot-section .mc4wp-response {
    position: absolute;
  }
}

@media (min-width: 1440px) {
  .container {
    width: 1310px;
    max-width: 100%;
  }

  .col-1,
  .col-2,
  .col-3,
  .col-4,
  .col-5,
  .col-6,
  .col-7,
  .col-8,
  .col-9,
  .col-10,
  .col-11,
  .col-12,
  .col,
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm,
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md,
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg,
  .col-xl-1,
  .col-xl-2,
  .col-xl-3,
  .col-xl-4,
  .col-xl-5,
  .col-xl-6,
  .col-xl-7,
  .col-xl-8,
  .col-xl-9,
  .col-xl-10,
  .col-xl-11,
  .col-xl-12,
  .col-xl,
  .col-xxl-1,
  .col-xxl-2,
  .col-xxl-3,
  .col-xxl-4,
  .col-xxl-5,
  .col-xxl-6,
  .col-xxl-7,
  .col-xxl-8,
  .col-xxl-9,
  .col-xxl-10,
  .col-xxl-11,
  .col-xxl-12,
  .col-xxl {
    padding-right: 15px;
    padding-left: 15px;
  }

  .col-xxl {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-xxl-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }

  .col-xxl-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .col-xxl-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .col-xxl-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xxl-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-xxl-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .col-xxl-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xxl-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .col-xxl-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .col-xxl-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xxl-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .col-xxl-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .col-xxl-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .pull-xxl-0 {
    right: auto;
  }

  .pull-xxl-1 {
    right: 8.33333%;
  }

  .pull-xxl-2 {
    right: 16.66667%;
  }

  .pull-xxl-3 {
    right: 25%;
  }

  .pull-xxl-4 {
    right: 33.33333%;
  }

  .pull-xxl-5 {
    right: 41.66667%;
  }

  .pull-xxl-6 {
    right: 50%;
  }

  .pull-xxl-7 {
    right: 58.33333%;
  }

  .pull-xxl-8 {
    right: 66.66667%;
  }

  .pull-xxl-9 {
    right: 75%;
  }

  .pull-xxl-10 {
    right: 83.33333%;
  }

  .pull-xxl-11 {
    right: 91.66667%;
  }

  .pull-xxl-12 {
    right: 100%;
  }

  .push-xxl-0 {
    left: auto;
  }

  .push-xxl-1 {
    left: 8.33333%;
  }

  .push-xxl-2 {
    left: 16.66667%;
  }

  .push-xxl-3 {
    left: 25%;
  }

  .push-xxl-4 {
    left: 33.33333%;
  }

  .push-xxl-5 {
    left: 41.66667%;
  }

  .push-xxl-6 {
    left: 50%;
  }

  .push-xxl-7 {
    left: 58.33333%;
  }

  .push-xxl-8 {
    left: 66.66667%;
  }

  .push-xxl-9 {
    left: 75%;
  }

  .push-xxl-10 {
    left: 83.33333%;
  }

  .push-xxl-11 {
    left: 91.66667%;
  }

  .push-xxl-12 {
    left: 100%;
  }

  .offset-xxl-0 {
    margin-left: 0%;
  }

  .offset-xxl-1 {
    margin-left: 8.33333%;
  }

  .offset-xxl-2 {
    margin-left: 16.66667%;
  }

  .offset-xxl-3 {
    margin-left: 25%;
  }

  .offset-xxl-4 {
    margin-left: 33.33333%;
  }

  .offset-xxl-5 {
    margin-left: 41.66667%;
  }

  .offset-xxl-6 {
    margin-left: 50%;
  }

  .offset-xxl-7 {
    margin-left: 58.33333%;
  }

  .offset-xxl-8 {
    margin-left: 66.66667%;
  }

  .offset-xxl-9 {
    margin-left: 75%;
  }

  .offset-xxl-10 {
    margin-left: 83.33333%;
  }

  .offset-xxl-11 {
    margin-left: 91.66667%;
  }
}

@media screen and (max-width: 1200px) {
  .home-page-1 .nb-oil-home__products .nb_featured_products:before,
  .home-page-1 .nb-oil-home__products .nb_featured_products:after {
    display: none;
  }

  .home-page-1 .nb-oil-home__about-us .title-addinfo > div {
    left: -40px;
  }

  .home-page-1 .nb-oil-home__blogs .nb_wpposts_wppostmasonry .nb_wp_post-i {
    padding-right: 0;
  }

  .site-footer .footer-bot-section {
    margin-bottom: 0;
  }

  .site-footer .footer-bot-section .col-3,
  .site-footer .footer-bot-section .col-6 {
    max-width: 100% !important;
    -webkit-box-flex: 0 !important;
    -webkit-flex: 0 0 100% !important;
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
  }

  .site-footer .footer-bot-section .col-6 {
    margin-top: 20px;
  }
}

@media (max-width: 1199px) {
  .site-header.left-inline .top-section {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .site-header.left-inline .top-section .flex-section:first-of-type {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
  }

  .site-header.left-inline .top-section .flex-section:last-of-type {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
  }

  .site-header.left-inline .top-section .flex-section .menu > li {
    padding: 0 15px;
  }

  .site-footer .footer-top-section {
    padding-top: 75px;
  }

  .site-footer .footer-top-section > .container > .row > .col-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .site-footer .footer-top-section > .container > .row > .col-3:last-of-type {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .site-footer .footer-bot-section.layout-7 > .container > .row > .col-3 {
    -webkit-box-ordinal-group: unset !important;
    -webkit-order: unset !important;
    -ms-flex-order: unset !important;
    order: unset !important;
  }
}

@media screen and (max-width: 992px) {
  .home-page-1 .nb-oil-home__discover .vc_col-sm-4 {
    width: 100%;
  }
}

@media (max-width: 991px) {
  .site-header.left-inline .top-section .flex-section .menu > li {
    padding: 0 7px;
  }

  .site-header.left-inline .top-section .flex-section .socials-section ul li a {
    padding: 0 7px;
  }

  .site-footer .footer-top-section {
    padding-top: 65px;
  }

  .site-footer .footer-top-section > .container > .row > .col-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .site-footer .footer-top-section > .container > .row > .col-3:last-of-type {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media screen and (max-width: 991px) {
  .home-page-1 .nb-oil-home__about-us .title-addinfo > div {
    left: -75px;
  }

  .category-blog .paging-navigation {
    margin-bottom: 0;
  }

  .single-product .product {
    margin-bottom: 0 !important;
  }

  .product .grid-type-wrap2 .product-content {
    padding: 0 20px;
  }

  .product .grid-type-wrap2 .product-action .loop_add_to_cart_link {
    margin-bottom: 45px;
  }

  .woocommerce .woocommerce-pagination {
    margin-bottom: 0;
  }

  .shop-main {
    margin-bottom: 90px;
  }
}

@media screen and (max-width: 768px) {
  .home-page-1 .nb-oil-home__about-us .title-addinfo {
    display: none;
  }

  .home-page-1 .nb-oil-home__about-us .line-year {
    display: none;
  }

  .post .entry-content .entry-meta {
    margin-bottom: 0 !important;
  }

  .woocommerce-cart .shop_table .cart_item .product-remove {
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .home-page-1 .nb-oil-home__about-us .title-addinfo > div {
    left: 75px;
  }
}

@media (max-width: 767px) {
  .mfp-search .mfp-content {
    max-width: 420px;
  }

  .site-header .top-section {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .site-header.left-inline .top-section {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .site-header.left-inline .top-section .flex-section {
    display: block;
  }

  .site-header.left-inline .top-section .flex-section .socials-section ul li a {
    padding: 0 5px;
  }

  .site-header.split .top-section {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .site-footer .footer-top-section {
    padding-top: 55px;
  }

  .mfp-search .mfp-content {
    max-width: 420px;
  }
}

@media (max-width: 600px) {
  .admin-bar .site-header {
    z-index: 100000;
  }
}

@media screen and (max-width: 576px) {
  .home-page-1 .nb-oil-home__blogs .nb_wpposts_wppostmasonry .wp-posts .isotope-item {
    width: 100%;
  }

  .home-page-1 .tp-bullets {
    visibility: hidden;
  }

  .faq-form .wpcf7-submit {
    width: 100%;
  }
}

@media (max-width: 575px) {
  .mfp-search .mfp-content {
    max-width: 90%;
    width: 420px !important;
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }

  .site-footer .footer-top-section {
    padding-top: 45px;
  }

  .site-footer .footer-top-section > .container > .row > .col-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .site-footer .footer-top-section > .container > .row > .col-3:last-of-type {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .mfp-search .mfp-content {
    max-width: 90%;
    width: 420px !important;
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}

@media screen and (max-width: 544px) {
  .home-page-1 .nb-oil-home__video .video-controls {
    bottom: 40%;
  }

  .home-page-1 .nb-oil-home__video .video-controls .ult-vid-cntrlplay {
    font-size: 80px !important;
  }

  .about-us .about-history .wpb_single_image {
    display: none;
  }

  .nb_owl-carousel .owl-dots .owl-dot span {
    width: 45px !important;
  }

  .shop-main .swiper-pagination-bullets span {
    width: 45px;
  }
}

@media screen and (max-width: 543px) {
  .home-page-1 .nb-oil-home__about-us .title-addinfo > div {
    left: 45px;
  }
}

@media screen and (max-width: 422px) {
  .shop-main .shop-action .woocommerce-result-count {
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 367px) {
  .home-page-1 .nb-oil-home__video .title-how-to-use .uvc-main-heading h3 {
    font-size: 27px;
  }

  .home-page-1 .nb-oil-home__video .title-how-to-use .uvc-sub-heading {
    font-size: 16px;
  }

  .home-page-1 .nb-oil-home__video .video-controls {
    bottom: 45%;
  }

  .home-page-1 .nb-oil-home__video .video-controls .ult-vid-cntrlplay {
    font-size: 60px !important;
  }

  .home-page-1 .nb-oil-home__video .vc_column_container {
    top: 40%;
  }
}

@media screen and (max-width: 334px) {
  .home-page-1 .nb-oil-home__video .title-how-to-use .uvc-sub-heading {
    display: none;
  }
}

@media screen and (max-width: 320px) {
  .nb_owl-carousel .owl-dots .owl-dot span {
    width: 35px !important;
  }

  .shop-main .swiper-pagination-bullets span {
    width: 35px;
  }
}

@media screen and (min-width: 768px) and (max-width: 992px) {
  .home-page-1 .nb-oil-home__about-us .counters > .wpb_column {
    width: 50%;
  }
}
