/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
  overflow-x: hidden;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

.card {
  background-color: transparent;
}

@font-face {
  font-family: Castoro-Regular;
  src: url(./../../../fonts/Castoro-Regular.ttf);
}

@font-face {
  font-family: Castoro-Italic;
  src: url(./../../../fonts/Castoro-Italic.ttf);
}

.carousel-indicators li {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #00a551;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0px;
}

ul {
  list-style-type: none;
  margin-bottom: 0px;
  padding-left: 0px;
}

img {
  width: 100%;
}

 

body {
  position: relative;
}

body .socials {
  position: fixed;
  left: 0;
  top: 40%;
  background-color: #ffffff;
  padding: 20px;
  z-index: 999;
  -webkit-box-shadow: 2px 1px 5px 0px rgba(0, 0, 0, 0.34);
  box-shadow: 2px 1px 5px 0px rgba(0, 0, 0, 0.34);
}

body .socials ul li {
  padding-bottom: 15px;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
}

body .socials ul li:last-child {
  padding-bottom: 0px;
}

body .socials ul li:hover {
  padding-left: 2px;
  -webkit-transform: translateX(3px);
          transform: translateX(3px);
}

body .socials ul li .fa-facebook {
  color: #4267b2;
}

body .socials ul li .fa-instagram {
  color: #e1306c;
}

@font-face {
  font-family: Castoro-Regular;
  src: url(./../../../fonts/Castoro-Regular.ttf);
}

@font-face {
  font-family: Castoro-Italic;
  src: url(./../../../fonts/Castoro-Italic.ttf);
}

header .navbar-brand {
  font-family: Brush Script MT;
  color: #00a551;
  font-size: 20px;
}

header .navbar {
  background-color: #ffffff;
  -webkit-box-shadow: rgba(0, 0, 0, 0.06) 0px 1px 2px;
          box-shadow: rgba(0, 0, 0, 0.06) 0px 1px 2px;
}

header .nav-link {
  color: #00a551;
  font-size: 14px;
  margin-left: 8px;
  -webkit-transition: ease-out 0.3s;
  transition: ease-out 0.3s;
  text-transform: uppercase;
}

.nav-img{
  padding: 0.5rem 1rem;
}

@media (min-width: 1200px){
  header .menu-link.active, header .menu-link:hover {
  color: #ffffff;
  background-color: #00a551;
  border-radius: 15px 0;
}
header .dropdown:hover .dropdown-menu{
  display: block;
}
}

@media (min-width: 1024px){
 #company-at-glance .owl-carousel .owl-stage-outer{
  overflow: visible;
}
}


header .dropdown-menu{
  margin: 0;
}

header .nav-item.dropdown .dropdown-menu {
  border: none;
  -webkit-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.33);
  box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.33);
  min-width: 12rem;
}

header .nav-item.dropdown .dropdown-menu .nav-item:hover {
  background-color: #e6fff0;
}

header .nav-item.dropdown .dropdown-menu .nav-item:hover .nav-link {
  padding-left: 12px;
}

header .nav-item.dropdown .dropdown-menu.country-dropdown {
  background-color: #0a54a5;
}

header .nav-item.dropdown .dropdown-menu.country-dropdown .nav-item:hover .nav-link {
  color: #303332;
}

header .nav-item.dropdown .dropdown-menu.country-dropdown .nav-item a {
  color: #ffffff;
}

header .gb-logo {
  width: 30px;
}

@media only screen and (min-width: 1000px) {
  header .logo {
    margin-left: 8vw;
  }
}

header .logo img{
  height: 64px;
  width: 104px;
}

header .img-wrapper {
  position: relative;
}

header #Component_120_29 {
  position: absolute;
  left: 250px;
  top: 10%;
}

header svg {
  -webkit-transition: 0.8s ease-in-out;
  transition: 0.8s ease-in-out;
}

header svg:hover text {
  fill: var(--primary);
}

header svg:hover image {
  -webkit-transform: scale(1.01);
          transform: scale(1.01);
  overflow: hidden;
}

header .nav-right-logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 200px) and (max-width: 600px) {
  header .nav-link.active {
    padding: 4px;
    border-radius: 0;
  }
}

.footer-wrapper {
  background-color: #00a551;
  padding: 50px 0;
  color: #ffffff;
}

.footer-wrapper .footer-center {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}

.footer-wrapper .footer-center .contact-detail {
  font-size: 20px;
  letter-spacing: 0.5px;
}

.footer-wrapper .footer-center .legal {
  font-size: 14px;
  letter-spacing: 0.5px;
}

.footer-wrapper .flags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.footer-wrapper .flags p {
  text-align: right;
  letter-spacing: 0.5px;
  font-size: 12px;
  font-weight: 500;
}

.footer-wrapper .flags ul li {
  display: inline-block;
}

.footer-wrapper .flags ul li img {
  width: 19px;
  height: 25px;
  -o-object-fit: contain;
     object-fit: contain;
}

.ribbon {
  padding: 4px 35px;
  height: 40px;
  line-height: 30px;
  clear: left;
  position: absolute;
  top: 12px;
  left: 0px;
  color: #fff;
  z-index: 5;
  letter-spacing: 0.5px;
  font-weight: 500;
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.43);
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.43);
}

.ribbon-clip {
  left: -14px;
}

.ribbon-clip:before {
  position: absolute;
  top: 40px;
  left: 0;
  width: 0;
  height: 0;
  content: "";
  border: 7px solid transparent;
}

.ribbon-secondary {
  background: #ff4b4b;
}

.ribbon-secondary.ribbon-clip::before {
  border-color: transparent;
  border-top-color: #ff4b4b;
  border-right-color: #ff4b4b;
}

.ribbon-primary {
  background: #00a551;
}

.ribbon-primary.ribbon-clip::before {
  border-color: transparent;
  border-top-color: #00a551;
  border-right-color: #00a551;
}

.ribbon-ternary {
  background: #0a54a5;
}

.ribbon-ternary.ribbon-clip::before {
  border-color: transparent;
  border-top-color: #0a54a5;
  border-right-color: #0a54a5;
}

.spinner input {
  text-align: right;
}

.input-group-btn-vertical {
  position: relative;
  white-space: nowrap;
  width: 2%;
  vertical-align: middle;
  display: table-cell;
}

.input-group-btn-vertical > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
  padding: 8px;
  margin-left: -1px;
  position: relative;
  border-radius: 0;
}

.input-group-btn-vertical > .btn:first-child {
  border-top-right-radius: 4px;
  color: #00a551;
}

.input-group-btn-vertical > .btn:last-child {
  margin-top: -2px;
  border-bottom-right-radius: 4px;
  color: #00a551;
}

.input-group-btn-vertical i {
  position: absolute;
  top: 0;
  left: 4px;
}

.selector {
  width: 40px;
}

.selector .input-group.spinner {
  display: table;
  height: 100%;
}

.selector .form-control {
  width: 40px;
  background-color: #e6fff0;
  border: none;
  display: block;
  height: 100%;
}

.selector .input-group-btn-vertical {
  background: #e6fff0;
}

.sort-bar-box {
  box-shadow: -1px 2px 4px 1px rgba(0, 0, 0, 0.19);
  -webkit-box-shadow: -1px 2px 4px 1px rgba(0, 0, 0, 0.19);
  -moz-box-shadow: -1px 2px 4px 1px rgba(0, 0, 0, 0.19);
  padding: 10px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-bottom: 40px;
}

.sort-bar-box .view-icons {
  margin-right: 20px;
}

.sort-bar-box .view-icons ul {
  list-style-type: none;
  margin-bottom: 0px;
}

.sort-bar-box .view-icons ul li {
  display: inline-block;
  margin-right: 10px;
  font-size: 20px;
}

.sort-bar-box .view-icons ul li i {
  border: 1px solid #303332;
  padding: 3px;
}

.sort-bar-box .sort {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sort-bar-box .sort h4 {
  font-size: 14px;
  margin-right: 10px;
}

.sort-bar-box .sort .form-group {
  margin: 0px;
}

.sort-bar-box .sort .form-group .form-control {
  border: none;
  background: #f7f7f7;
  border-radius: 0px;
  font-size: 14px;
}

.announcement-box {
  box-shadow: -1px 2px 4px 1px rgba(0, 0, 0, 0.19);
  -webkit-box-shadow: -1px 2px 4px 1px rgba(0, 0, 0, 0.19);
  -moz-box-shadow: -1px 2px 4px 1px rgba(0, 0, 0, 0.19);
  padding: 15px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 40px;
}

.announcement-box .box-title {
  position: relative;
  margin-right: 30px;
}

.announcement-box .box-title::after {
  position: absolute;
  content: "";
  background-color: #303332;
  width: 1px;
  height: 35px;
  right: -15px;
  top: 0;
  bottom: 0;
  margin: auto 0;
}

.announcement-box .box-title .percentage {
  background-color: #e6fff0;
  color: #00a551;
  padding: 5px 10px;
  margin-right: 15px;
  font-weight: 700;
}

.announcement-box .box-title p {
  font-size: 20px;
  font-weight: 500;
  display: inline-block;
}

.announcement-box .box-text p {
  color: #6c6c6c;
  font-size: 14px;
}

#custCarousel .carousel-indicators {
  position: static;
  margin-top: 20px;
}

#custCarousel .carousel-indicators > li {
  width: 100px;
}

#custCarousel .carousel-indicators li img {
  display: block;
  opacity: 0.5;
}

#custCarousel .carousel-indicators li.active img {
  opacity: 1;
}

#custCarousel .carousel-indicators li:hover img {
  opacity: 0.75;
}

.carousel-indicators {
  margin-right: 0px;
  margin-left: 0px;
}

.page-banner {
  background-image: url(../../../assets_new/images/page-top-banner.png);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
  margin-bottom: 50px;
  margin-top: 90px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100px;
}

.page-banner h1 {
  color: #0a54a5;
}

@media (min-width: 360px) and (max-width: 950px) {
  .page-banner {
    height: 100px;
  }
}

.nav-pills {
  box-shadow: -1px 2px 4px 1px rgba(0, 0, 0, 0.19);
  -webkit-box-shadow: -1px 2px 4px 1px rgba(0, 0, 0, 0.19);
  -moz-box-shadow: -1px 2px 4px 1px rgba(0, 0, 0, 0.19);
  padding: 10px 0px;
}

.nav-pills .nav-link {
  border-radius: 0px;
  font-weight: 500;
  color: #00a551;
  padding: 10px 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.nav-pills .nav-link.active {
  background-color: #e6fff0;
  color: #00a551;
}

.nav-pills .nav-link:hover {
  background-color: #f7f7f7;
}

.primaryButton {
  background-color: #00a551;
  color: #ffffff;
  border-radius: 4px;
  font-size: 14px;
  padding: 5px 40px;
  line-height: 23px;
}

.newButton {
  background-color: #0a54a5;
  color: #ffffff;
  border-radius: 4px;
  font-size: 12px;
  padding: 3px 20px;
  line-height: 23px;
  position: absolute;
  right: 10px;
  top: 10px;
}

.outOfStockButton {
  background-color: #ececec;
  color: #303332;
  border-radius: 4px;
  font-size: 12px;
  padding: 3px 30px;
  line-height: 23px;
  position: absolute;
  right: 10px;
  top: 10px;
}

.product-page-wrapper {
  background-color: #ffffff;
  margin-top: 135px;
}

.product-page-wrapper .suggested-product-box {
  margin-bottom: 40px;
}

.product-page-wrapper .products-box .product-wrapper {
  position: relative;
  border: 1px solid #ececec;
  margin-bottom: 40px;
}

.product-page-wrapper .products-box .product-wrapper .product-image img {
  width: 100%;
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
}

.product-page-wrapper .products-box .product-wrapper .product-detail {
  padding: 20px 15px;
}

.product-page-wrapper .products-box .product-wrapper .product-detail .product-title h2 {
  font-size: 20px;
  color: #303332;
  font-weight: 500;
  margin-bottom: 10px;
}

.product-page-wrapper .products-box .product-wrapper .product-detail .product-price h3 {
  font-size: 20px;
  color: #0a54a5;
  font-weight: 500;
  margin-bottom: 20px;
}

.product-page-wrapper .products-box .product-wrapper .product-detail .buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.product-detail-wrapper {
  margin-top: 90px;
}

.product-detail-wrapper .page-title {
  text-align: center;
  margin-bottom: 40px;
}

.product-detail-wrapper .page-title h3 {
  font-size: 16px;
}

.product-detail-wrapper .page-title h1 {
  font-size: 30px;
  letter-spacing: 1px;
  color: #0a54a5;
}

.product-detail-wrapper .print-bar {
  box-shadow: -1px 2px 4px 1px rgba(0, 0, 0, 0.19);
  -webkit-box-shadow: -1px 2px 4px 1px rgba(0, 0, 0, 0.19);
  -moz-box-shadow: -1px 2px 4px 1px rgba(0, 0, 0, 0.19);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 20px;
  margin-bottom: 40px;
}

.product-detail-wrapper .print-bar .title h4 {
  font-size: 16px;
  color: #0a54a5;
}

.product-detail-wrapper .print-bar .print-option p {
  font-size: 14px;
}

.product-detail-wrapper .product-detail {
  margin-bottom: 100px;
}

.product-detail-wrapper .product-detail .product-detail-description {
  margin-top: 100px;
  padding-bottom: 40px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ececec;
}

.product-detail-wrapper .product-detail .product-detail-description .group-title {
  font-size: 12px;
  color: #6c6c6c;
  margin-bottom: 5px;
  letter-spacing: 0.5px;
}

.product-detail-wrapper .product-detail .product-detail-description .product-title {
  font-size: 30px;
  color: #00a551;
  margin-bottom: 5px;
  font-weight: 700;
}

.product-detail-wrapper .product-detail .product-detail-description .price {
  font-size: 30px;
  color: #0a54a5;
  margin-bottom: 10px;
  font-weight: 700;
}

.product-detail-wrapper .product-detail .product-detail-description .desc {
  font-size: 16px;
  line-height: 25px;
  letter-spacing: 0.5px;
  color: #6c6c6c;
  margin-bottom: 20px;
}

.product-detail-wrapper .product-detail .product-detail-description .add-to-cart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.product-detail-wrapper .product-detail .product-detail-description .add-to-cart .selector {
  margin-right: 30px;
}

.product-detail-wrapper .product-detail .product-detail-description .add-to-cart .primaryButton {
  font-size: 20px;
  padding: 10px 40px;
  line-height: 25px;
}

.product-detail-wrapper .product-detail .social-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.product-detail-wrapper .product-detail .social-icons p {
  margin-right: 20px;
}

.product-detail-wrapper .product-detail .social-icons ul li {
  display: inline-block;
  margin-right: 10px;
  font-size: 20px;
  color: #777777;
}

.product-detail-wrapper .about-product-tabs .nav-tabs {
  border-color: #303332;
}

.product-detail-wrapper .about-product-tabs .nav-tabs .nav-item .nav-link {
  color: #777777;
  border-color: #777777;
  border-radius: 0px;
}

.product-detail-wrapper .about-product-tabs .nav-tabs .nav-item .nav-link.active {
  color: #303332;
  font-weight: 500;
  border-color: #303332;
  border-bottom-color: #ffffff;
  border-radius: 0px;
}

.product-detail-wrapper .about-product-tabs .nav-tabs .nav-item:nth-child(2) .nav-link {
  border-right: 0px;
  border-left: 0px;
}

.product-detail-wrapper .about-product-tabs .tab-pane {
  padding: 30px 0px;
}

.product-detail-wrapper .about-product-tabs .tab-pane .image1 {
  height: 200px;
  width: 400px;
  margin-bottom: 20px;
}

.product-detail-wrapper .about-product-tabs .tab-pane .image2 {
  height: 150px;
  width: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}

.product-detail-wrapper .about-product-tabs .tab-pane p {
  margin-bottom: 20px;
  width: 80%;
  color: #6c6c6c;
}

.product-detail-wrapper .about-product-tabs .tab-pane .howToTopic {
  font-size: 16px;
  margin-bottom: 5px;
  color: #303332;
}

.login-inner-wrapper {
  margin-bottom: 100px;
}

.login-inner-wrapper .left-box {
  height: 100%;
  position: relative;
}

.login-inner-wrapper .left-box .text {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 20px;
  text-align: center;
}

.login-inner-wrapper .left-box .text h3 {
  font-weight: 700;
  color: #303332;
  letter-spacing: 0.5px;
  margin-bottom: 10px;
}

.login-inner-wrapper .left-box .text h4 {
  font-size: 14px;
  color: #6c6c6c;
  font-weight: 400;
  letter-spacing: 0.5px;
}

.login-inner-wrapper .left-box .btn-apply {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
  margin: 0 auto;
  display: inline-block;
  background-color: #00a551;
  color: #ffffff;
  padding: 20px 30px;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0.5px;
  border-radius: 30px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

.login-inner-wrapper .left-box .btn-apply:hover {
  background-color: #0a54a5;
}

.login-inner-wrapper .left-box img {
  height: 100%;
  -o-object-fit: fill;
     object-fit: fill;
}

.login-form {
  background-color: #f7f7f7;
  padding: 50px 50px;
}

.login-form .title {
  font-weight: 700;
  letter-spacing: 0.5px;
  margin-bottom: 10px;
  color: #303332;
}

.login-form .sub-title {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.5px;
  color: #6c6c6c;
  margin-bottom: 20px;
}

.login-form .form-control {
  width: 80%;
  height: 50px;
  background-color: #f7f7f7;
}

.login-form .primarybutton {
  background-color: #00a551;
  color: #ffffff;
  border-radius: 4px;
  font-size: 14px;
  padding: 5px 40px;
  line-height: 23px;
  padding: 12px 40px;
  width: 80%;
  margin-bottom: 20px;
}

.login-form .login-helpers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 80%;
}

.login-form .login-helpers .form-check {
  padding: 0px;
}

.login-form .login-helpers .form-check-label {
  color: #00a551;
  display: block;
  position: relative;
  padding-left: 20px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /* Hide the browser's default checkbox */
  /* Create a custom checkbox */
  /* On mouse-over, add a grey background color */
  /* When the checkbox is checked, add a blue background */
  /* Create the checkmark/indicator (hidden when not checked) */
  /* Show the checkmark when checked */
  /* Style the checkmark/indicator */
}

.login-form .login-helpers .form-check-label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.login-form .login-helpers .form-check-label .checkmark {
  position: absolute;
  top: 3px;
  left: 0;
  height: 15px;
  width: 15px;
  background-color: #eee;
  border: 1px solid #00a551;
}

.login-form .login-helpers .form-check-label:hover input ~ .checkmark {
  background-color: #ccc;
}

.login-form .login-helpers .form-check-label input:checked ~ .checkmark {
  background-color: #00a551;
}

.login-form .login-helpers .form-check-label .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.login-form .login-helpers .form-check-label input:checked ~ .checkmark:after {
  display: block;
}

.login-form .login-helpers .form-check-label .checkmark:after {
  left: 5px;
  top: 1px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.login-form .login-helpers a {
  color: #00a551;
  text-decoration: underline;
}

@media (min-width: 360px) and (max-width: 950px) {
  .login-inner-wrapper {
    margin-bottom: 100px;
  }
  .login-inner-wrapper .left-box {
    height: 100%;
    position: relative;
  }
  .login-inner-wrapper .left-box .text {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 20px;
    text-align: center;
  }
  .login-inner-wrapper .left-box .text h3 {
    font-size: 16px;
  }
  .login-inner-wrapper .left-box .text h4 {
    font-weight: 600;
  }
  .login-inner-wrapper .left-box .btn-apply {
    padding: 10px 15px;
    font-size: 18px;
  }
  .login-form {
    padding: 50px 30px;
  }
  .login-form .form-control {
    width: 100%;
  }
  .login-form .primarybutton {
    width: 100%;
  }
  .login-form .login-helpers {
    width: 100%;
  }
}

#newsAndEvents {
  margin-bottom: 50px;
}

#newsAndEvents .news-box {
  border: 1px solid #ececec;
  padding: 8px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}

#newsAndEvents .news-box:hover {
  border-color: #00a551;
  cursor: pointer;
}

#newsAndEvents .news-box:hover .news-title h2 {
  color: #00a551;
}

#newsAndEvents .news-box .date-wrapper {
  background-color: #ececec;
  text-align: center;
  padding: 5px 15px;
  margin-right: 10px;
}

#newsAndEvents .news-box .date-wrapper .week-day {
  font-size: 12px;
  color: #6c6c6c;
}

#newsAndEvents .news-box .date-wrapper .date {
  color: #0a54a5;
  font-weight: 700;
  font-size: 50px;
}

#newsAndEvents .news-box .date-wrapper .month-year {
  font-size: 12px;
  color: #6c6c6c;
}

#newsAndEvents .news-box .news-title .flag {
  width: 15px;
  margin-bottom: 5px;
}

#newsAndEvents .news-box .news-title h2 {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.5px;
  color: #303332;
}

#newsAndEvents .news-box .news-title p {
  color: #00a551;
  font-size: 12px;
}

#newsAndEvents #newsModal .modal-content {
  border-radius: 0px;
  border: none;
  padding: 10px 20px;
}

#newsAndEvents #newsModal .modal-content .close {
  font-size: 50px;
  font-weight: 100;
  vertical-align: top;
}

#newsAndEvents #newsModal .modal-content .modal-header {
  border-bottom: none;
}

#newsAndEvents #newsModal .modal-content .modal-header .news-title-wrapper .nepal-flag {
  width: 15px;
}

#newsAndEvents #newsModal .modal-content .modal-header .news-title-wrapper .news-title {
  font-weight: 700;
  color: #303332;
  line-height: 40px;
}

#newsAndEvents #newsModal .modal-content .modal-header .news-title-wrapper .date {
  font-size: 12px;
  color: #6c6c6c;
}

#newsAndEvents #newsModal .modal-content .modal-body .news-banner {
  margin-bottom: 20px;
}

#offers-wrapper {
  margin-bottom: 50px;
}

#offers-wrapper .page-banner {
  margin-bottom: 0px;
}

#offers-wrapper .sort {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

#offers-wrapper .offer {
  margin-bottom: 40px;
  background-color: #e6fff0;
}

#offers-wrapper .offer .offer-desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0px 40px;
  height: 100%;
}

#offers-wrapper .offer .offer-desc .top-text {
  color: #00a551;
  font-weight: 700;
}

#offers-wrapper .offer .offer-desc .top-text h2 {
  font-weight: 700;
  text-align: justify;
  letter-spacing: 1px;
  font-size: 40px;
}

#offers-wrapper .offer .offer-desc .top-text h2:first-child {
  text-transform: uppercase;
}

#offers-wrapper .offer .offer-desc .top-text h2:last-child {
  font-weight: 300;
}

#offers-wrapper .offer .offer-desc .top-text .percentage {
  font-size: 70px;
  font-weight: 900;
}

#offers-wrapper .offer .offer-desc .bottom-text p {
  color: #0a54a5;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1px;
}

#offers-wrapper .offer .offer-desc .bottom-text h3 {
  text-transform: uppercase;
  color: #00a551;
  letter-spacing: 1px;
  font-size: 30px;
  font-weight: 700;
}

#offers-wrapper .offer.two .top-text {
  color: #0a54a5;
}

#businessAndCareer {
  margin-bottom: 50px;
}

#businessAndCareer .tab-content .title {
  margin-bottom: 20px;
}

#businessAndCareer .tab-content .title h2 {
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #303332;
  margin-bottom: 5px;
}

@media (max-width: 767px){
  #businessAndCareer .tab-content .title h2 {
  font-size: 28px;
  font-weight: 500;
}
}

#businessAndCareer .tab-content .title .sub-title {
  font-size: 12px;
  color: #6c6c6c;
  letter-spacing: 0.5px;
}

#businessAndCareer .tab-content .banner {
  margin: 20px 0px;
}

#businessAndCareer .tab-content .banner img {
  -o-object-fit: cover;
     object-fit: cover;
}

#businessAndCareer .tab-content .desc p {
  line-height: 25px;
  color: #6c6c6c;
  letter-spacing: 0.5px;
  margin-bottom: 20px;
}

#businessAndCareer .tab-content .desc h2 {
  color: #0a54a5;
  font-size: 30px;
}

#businessAndCareer .tab-content .registration-box-wrapper {
  margin-bottom: 20px;
}

#businessAndCareer .tab-content .registration-box-wrapper .registration-box-title {
  color: #6c6c6c;
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 20px;
}

#businessAndCareer .tab-content .registration-box-wrapper .registration-box .image {
  margin-bottom: 10px;
}

#businessAndCareer .tab-content .registration-box-wrapper .registration-box .title h3 {
  color: #6c6c6c;
  text-transform: uppercase;
  font-size: 16px;
  text-align: center;
  letter-spacing: 0.5px;
  font-weight: 500;
}

#csr {
  margin-bottom: 50px;
}

#csr .tab-content .title {
  margin-bottom: 20px;
}

#csr .tab-content .title h2 {
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #303332;
  margin-bottom: 5px;
}

#csr .tab-content .title .sub-title {
  font-size: 12px;
  color: #6c6c6c;
  letter-spacing: 0.5px;
}

#csr .tab-content .banner {
  margin: 0px 0px;
}

#csr .tab-content .banner img {
  -o-object-fit: cover;
     object-fit: cover;
}

#csr .tab-content .desc p {
  line-height: 25px;
  color: #6c6c6c;
  letter-spacing: 0.5px;
  margin-bottom: 20px;
}

#csr .tab-content .desc h2 {
  color: #0a54a5;
  font-size: 30px;
}

#gallery {
  margin-bottom: 50px;
}

#gallery .bullet {
  width: 15px;
  height: 15px;
  display: inline-block;
  background-color: #e6fff0;
  margin-right: 5px;
}

#gallery .images-wrapper .image-caption {
  text-align: center;
  color: #303332;
  line-height: 35px;
}

#gallery .images-wrapper .image {
  margin-bottom: 20px;
}

#gallery .images-wrapper .image:hover a {
  text-decoration: none;
}

#gallery .images-wrapper .image:hover .image-caption {
  color: #00a551;
}

#gallery .gallery-pills {
  margin-bottom: 30px;
  padding: 5px 20px;
}

#gallery .gallery-pills .nav-link {
  position: relative;
  text-transform: uppercase;
  font-size: 14px;
  color: #303332;
  padding: 8px 10px;
}

#gallery .gallery-pills .nav-link.active {
  background-color: #ffffff;
  color: #303332;
}

#gallery .gallery-pills .nav-link.active::after {
  position: absolute;
  content: "";
  width: 30px;
  height: 2px;
  background-color: #00a551;
  color: #00a551;
  bottom: 5px;
  right: 0px;
  left: 0px;
  margin: 0 auto;
}

#about-introduction {
  margin-bottom: 50px;
}

#about-introduction .page-title {
  margin-bottom: 50px;
}

#about-introduction .page-title .main-title {
  font-size: 24px;
  color: #303332;
  letter-spacing: 0.5px;
  font-weight: 700;
}

#about-introduction .page-title .sub-title {
  font-size: 12px;
  color: #6c6c6c;
  letter-spacing: 0.5px;
}

#about-introduction .page-content .image {
  margin-bottom: 50px;
}

#about-introduction .page-content .description p {
  color: #6c6c6c;
  letter-spacing: 0.5px;
  line-height: 25px;
}

#certificates {
  margin-bottom: 50px;
}

#certificates .page-content .intro {
  color: #6c6c6c;
  letter-spacing: 0.5px;
  line-height: 25px;
  margin-bottom: 50px;
}

#certificates .page-content .certificate {
  margin-bottom: 15px;
}

#certificates .page-content .certificate .image {
  margin-bottom: 10px;
}

#certificates .page-content .certificate .image img {
  -o-object-fit: cover;
     object-fit: cover;
}

#certificates .page-content .certificate .title p {
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#certificates #certificateModal .close {
  font-size: 50px;
  font-weight: 100;
}

#certificates #certificateModal .modal-content {
  border: 0px;
  border-radius: 0px;
  padding: 15px 20px;
}

#certificates #certificateModal .modal-content .modal-header {
  border-bottom: 0px;
}

#certificates #certificateModal .modal-content .modal-header .header-text .modal-title {
  font-size: 25px;
  color: #303332;
  font-weight: 700;
  letter-spacing: 0.5px;
}

#certificates #certificateModal .modal-content .modal-header .header-text .time {
  color: #6c6c6c;
  font-size: 12px;
}

#certificates #certificateModal .modal-content .image {
  margin-bottom: 20px;
}

#certificates #certificateModal .modal-content .modal-text p {
  color: #6c6c6c;
  font-size: 14px;
  line-height: 25px;
}

#businessKits {
  margin-bottom: 50px;
}

#businessKits .businessKit {
  margin-bottom: 20px;
}

#businessKits .businessKit .image {
  margin-bottom: 10px;
}

#businessKits .businessKit .title p {
  text-align: center;
}

#businessKits #businessKitModal .close {
  font-size: 50px;
  font-weight: 100;
}

#businessKits #businessKitModal .modal-content {
  border: 0px;
  border-radius: 0px;
  padding: 15px 20px;
}

#businessKits #businessKitModal .modal-content .modal-header {
  border-bottom: 0px;
}

#businessKits #businessKitModal .modal-content .modal-header .header-text .modal-title {
  font-size: 25px;
  color: #303332;
  font-weight: 700;
  letter-spacing: 0.5px;
}

#businessKits #businessKitModal .modal-content .modal-header .header-text .time {
  color: #6c6c6c;
  font-size: 12px;
}

#businessKits #businessKitModal .modal-content .image {
  margin-bottom: 20px;
}

#businessKits #businessKitModal .modal-content .modal-text p {
  color: #6c6c6c;
  font-size: 14px;
  line-height: 25px;
}

#productTestimonials {
  margin-bottom: 50px;
}

#productTestimonials .title-desc {
  font-size: 14px;
  color: #6c6c6c;
  line-height: 25px;
  letter-spacing: 0.5px;
  margin-bottom: 30px;
}

#productTestimonials .testimonial-wrapper {
  background-color: #ececec;
  padding: 50px;
}

#productTestimonials .testimonial-wrapper .testimonial {
  text-align: center;
}

#productTestimonials .testimonial-wrapper .testimonial .image {
  width: 200px;
  margin: 0 auto;
  margin-bottom: 30px;
  border-radius: 30%;
  overflow: hidden;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

#productTestimonials .testimonial-wrapper .testimonial .image img {
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
}

#productTestimonials .testimonial-wrapper .testimonial .title {
  margin-bottom: 30px;
}

#productTestimonials .testimonial-wrapper .testimonial .title h3 {
  color: #0a54a5;
  font-size: 20px;
}

#productTestimonials .testimonial-wrapper .testimonial .description {
  margin-bottom: 50px;
}

#productTestimonials .testimonial-wrapper .testimonial .description p {
  color: #6c6c6c;
  font-size: 16px;
  line-height: 25px;
  letter-spacing: 0.5px;
}

#productTestimonials .testimonial-wrapper .testimonial .flag {
  width: 20px;
  margin: 0 auto;
}

#productTestimonials .testimonial-wrapper .testimonial .person-detail h3 {
  font-size: 20px;
  color: #303332;
  letter-spacing: 0.5px;
}

#productTestimonials .testimonial-wrapper .testimonial .person-detail h4 {
  font-size: 12px;
  color: #6c6c6c;
}

#productTestimonials .testimonial-wrapper .carousel-inner {
  width: 75%;
  margin: 0 auto;
}

#productTestimonials .testimonial-wrapper .carousel-control-next,
#productTestimonials .testimonial-wrapper .carousel-control-prev {
  opacity: 1;
}

#productTestimonials .testimonial-wrapper .fas {
  color: #00a551;
  font-size: 26px;
  opacity: 0.9;
}

@media (min-width: 360px) and (max-width: 950px) {
  #productTestimonials .testimonial-wrapper {
    padding: 20px;
  }
  #productTestimonials .testimonial-wrapper .carousel-inner {
    width: 90%;
  }
}

#boEnterpreneurship {
  margin-bottom: 50px;
}

#boEnterpreneurship .page-title {
  margin-bottom: 50px;
}

#boEnterpreneurship .page-title .main-title {
  font-size: 24px;
  color: #303332;
  letter-spacing: 0.5px;
  font-weight: 700;
}

#boEnterpreneurship .page-title .sub-title {
  font-size: 12px;
  color: #6c6c6c;
  letter-spacing: 0.5px;
}

#boEnterpreneurship .page-content .image {
  margin-bottom: 50px;
}

#boEnterpreneurship .page-content .description p {
  color: #6c6c6c;
  letter-spacing: 0.5px;
  line-height: 25px;
}

#cart-wrapper {
  margin-bottom: 50px;
}

#cart-wrapper .product-image {
  width: 100px;
}

#cart-wrapper tr {
  background-color: #f7f7f7;
}

#cart-wrapper tbody tr {
  background-color: #ffffff;
}

#cart-wrapper td {
  vertical-align: middle;
}

#cart-wrapper .quantity {
  width: 70px;
  margin: 0 auto;
}

#cart-wrapper .billing-info-wrapper {
  margin: 50px 0px;
}

#cart-wrapper .billing-info-wrapper .billing-info-title {
  margin-bottom: 30px;
}

#cart-wrapper .billing-info-wrapper .billing-info-title h3 {
  font-size: 26px;
}

#cart-wrapper .billing-info-wrapper .order-summary-wrapper {
  background-color: #ececec;
  padding: 50px;
}

#cart-wrapper .billing-info-wrapper .order-summary-wrapper h3 {
  color: #00a551;
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 0.5px;
  margin-bottom: 30px;
}

#cart-wrapper .billing-info-wrapper .order-summary-wrapper .order-summary {
  padding: 20px;
  background-color: #ffffff;
  margin-bottom: 30px;
}

#cart-wrapper .billing-info-wrapper .order-summary-wrapper .order-summary table {
  width: 100%;
}

#cart-wrapper .billing-info-wrapper .order-summary-wrapper .order-summary table thead tr {
  border-bottom: 1px solid #777777;
  background-color: #ffffff;
}

#cart-wrapper .billing-info-wrapper .order-summary-wrapper .order-summary table thead tr th {
  padding: 20px 0px;
}

#cart-wrapper .billing-info-wrapper .order-summary-wrapper .order-summary table tbody tr {
  border-bottom: 1px solid #777777;
}

#cart-wrapper .billing-info-wrapper .order-summary-wrapper .order-summary table tbody tr:last-child {
  border: none;
}

#cart-wrapper .billing-info-wrapper .order-summary-wrapper .order-summary table tbody tr td {
  padding: 20px 0px;
}

#cart-wrapper .billing-info-wrapper .order-summary-wrapper .check-list {
  margin-bottom: 30px;
}

.primayButton {
  background-color: #00a551;
  color: #ffffff;
  border-radius: 4px;
  font-size: 14px;
  padding: 5px 40px;
  line-height: 23px;
}

.index .pic-wrapper {
  position: absolute;
  width: 100%;
  min-height: 100%;
  overflow: hidden;
}

.index figure {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  /*animation*/
  animation: slideShow 24s linear infinite 0s;
  -o-animation: slideShow 24s linear infinite 0s;
  -moz-animation: slideShow 24s linear infinite 0s;
  -webkit-animation: slideShow 24s linear infinite 0s;
}

.index .pic-1 {
  opacity: 1;
  background-size: cover !important;
}

.index .pic-2 {
  animation-delay: 6s;
  -o-animation-delay: 6s;
  -moz--animation-delay: 6s;
  -webkit-animation-delay: 6s;
  background-size: cover !important;
}

.index .pic-3 {
  animation-delay: 12s;
  -o-animation-delay: 12s;
  -moz--animation-delay: 12s;
  -webkit-animation-delay: 12s;
  background-size: cover !important;
}

.index .pic-4 {
  animation-delay: 18s;
  -o-animation-delay: 18s;
  -moz--animation-delay: 18s;
  -webkit-animation-delay: 18s;
  background-size: cover !important;
}

.index .pic-5 {
  animation-delay: 24s;
  -o-animation-delay: 24s;
  -moz--animation-delay: 24s;
  -webkit-animation-delay: 24s;
  background-size: cover !important;
}


.index .scrollDown {
  position: absolute;
  bottom: 2.5rem;
  left: 50%;
  width: 1.2rem;
  height: 1.9rem;
  border: 2px solid var(--primary);
  border-radius: 0.6rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
}

.index .scrollDown span {
  position: absolute;
  top: -1.75rem;
  left: 50%;
  margin-left: -3rem;
  width: 6rem;
  font-weight: 700;
  font-size: 0.75rem;
  line-height: 1rem;
  color: var(--primary);
  letter-spacing: -0.025rem;
  text-align: center;
  white-space: nowrap;
}

.index .scrollDown .line {
  position: absolute;
  top: 0.4rem;
  left: 0.4rem;
  width: 0.2rem;
  height: 0.2rem;
  border-radius: 0.2rem;
  background: var(--primary);
  -webkit-animation: aniMouse 1s ease-out infinite;
          animation: aniMouse 1s ease-out infinite;
}

@-webkit-keyframes slideShow {
  0% {
    opacity: 0;
    -webkit-transform: scale(1);
            transform: scale(1);
    -ms-transform: scale(1);
  }
  5% {
    opacity: 1;
  }
  25% {
    opacity: 1;
  }
  30% {
    opacity: 0;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    -ms-transform: scale(1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1);
            transform: scale(1);
    -ms-transformm: scale(1);
  }
}

@keyframes slideShow {
  0% {
    opacity: 0;
    -webkit-transform: scale(1);
            transform: scale(1);
    -ms-transform: scale(1);
  }
  5% {
    opacity: 1;
  }
  25% {
    opacity: 1;
  }
  30% {
    opacity: 0;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    -ms-transform: scale(1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1);
            transform: scale(1);
    -ms-transformm: scale(1);
  }
}

.index #hero-banner {
  position: relative;
  height: 100vh;
}

.index #hero-banner .scroll-down {
  position: absolute;
  bottom: 50px;
  right: 0;
  left: 0;
  margin: 0 auto;
  text-align: center;
}

.index #hero-banner .scroll-down p {
  cursor: pointer;
  color: #00a551;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 12px;
  display: inline-block;
}

.index #hero-banner .carousel-item {
  -webkit-transition-duration: 1s !important;
          transition-duration: 1s !important;
}

.index #hero-banner .carousel-fade .carousel-item {
  opacity: 0;
  -webkit-transition-duration: 0.6s;
          transition-duration: 0.6s;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.index #hero-banner .carousel-fade .carousel-item.active,
.index #hero-banner .carousel-fade .carousel-item-next.carousel-item-left,
.index #hero-banner .carousel-fade .carousel-item-prev.carousel-item-right {
  opacity: 1;
}

.index #hero-banner .carousel-fade .active.carousel-item-left,
.index #hero-banner .carousel-fade .active.carousel-item-right {
  opacity: 0;
}

.index #hero-banner .carousel-fade .carousel-item-next,
.index #hero-banner .carousel-fade .carousel-item-prev,
.index #hero-banner .carousel-fade .carousel-item.active,
.index #hero-banner .carousel-fade .active.carousel-item-left,
.index #hero-banner .carousel-fade .active.carousel-item-prev {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.index #hero-banner .item-inner {
  -webkit-animation: kenburns 7000ms linear 0s infinite;
  animation: kenburns 7000ms linear 0s infinite;
}

@-webkit-keyframes kenburns {
  0% {
    background-size: 100% auto;
    -webkit-transition: all 7s linear;
    transition: all 7s linear;
  }
  100% {
    background-size: 110% auto;
    -webkit-transition: all 7s linear;
    transition: all 7s linear;
  }
}

@keyframes kenburns {
  0% {
    background-size: 100% auto;
    -webkit-transition: all 7s linear;
    transition: all 7s linear;
  }
  100% {
    background-size: 110% auto;
    -webkit-transition: all 7s linear;
    transition: all 7s linear;
  }
}

.section-padd {
    padding: 70px 0;
}

.index .section-title {
  text-align: center;
  color: #ffffff;
  font-size: 35px;
  font-family: 'Castoro', serif;
  position: relative;
  letter-spacing: 0.5px;
  margin-bottom: 60px;
}

.index .section-title::after {
  position: absolute;
  content: "";
  background-color: #00a551;
  width: 100px;
  height: 3px;
  bottom: -20px;
  left: 41%;
}

.index .section-title::before {
  position: absolute;
  content: "";
  background-color: #0a54a5;
  width: 100px;
  height: 3px;
  bottom: -20px;
  right: 41%;
}

.index #company-at-glance {
  background-size: cover !important;
  position: relative;
  padding: 110px 0;
}

.index #company-at-glance::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.411);
  top: 0;
  left: 0;
}

.index #company-at-glance .company-at-glance-innerwrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.index #company-at-glance .owl-nav {
  text-align: center;
}

.index #company-at-glance .box-wrapper {
  background-color: #ffffff;
  text-align: center;
  border-radius: 40px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 0px;
  padding-bottom: 50px;
  padding-right: 20px;
  padding-left: 20px;
  padding-top: 20px;
  margin-bottom: 20px;
  height: 260px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.index #company-at-glance .box-wrapper:hover {
  background-color: #00a551;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  cursor: pointer;
}

.index #company-at-glance .box-wrapper:hover .image img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

.index #company-at-glance .box-wrapper:hover .title h3 {
  color: #ffffff;
}

.index #company-at-glance .box-wrapper:hover .desc p {
  color: #ffffff;
}

.index #company-at-glance .box-wrapper .image {
  width: 130px;
  margin: 0 auto;
}

.index #company-at-glance .box-wrapper .title {
  margin-bottom: 10px;
}

.index #company-at-glance .box-wrapper .title h3 {
  font-size: 22px;
  font-weight: 700;
  color: #303332;
}

.index #company-at-glance .box-wrapper .desc p {
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0.5px;
  color: #303332;
  font-size: 500;
}

.index #featured-products .section-title {
  color: #303332;
  margin-bottom: 40px;
}

.index #featured-products .section-sub-title {
  text-align: center;
  font-size: 25px;
  color: #303332;
  letter-spacing: 0.5px;
  margin-bottom: 50px;
}

.index #featured-products .product-image {
  height: 320px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  cursor: pointer;
  overflow: hidden;
}

.index #featured-products .product-image::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  right: 100%;
  bottom: 0;
  border-top: 4px solid transparent;
  border-right: 4px solid transparent;
  border-left: 4px solid rgba(255, 255, 255, 0.95);
  border-bottom: 4px solid rgba(255, 255, 255, 0.95);
  margin: 2rem;
  -webkit-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
  z-index: 1;
  border-radius: 50px 0;
}

.index #featured-products .product-image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  right: 0;
  bottom: 100%;
  border-top: 4px solid rgba(255, 255, 255, 0.95);
  border-right: 4px solid rgba(255, 255, 255, 0.95);
  border-left: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-radius: 50px 0;
  margin: 2rem;
  -webkit-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
  z-index: 1;
}

.index #featured-products .product-image:hover::before {
  bottom: 0;
  left: 0;
}

.index #featured-products .product-image:hover::after {
  top: 0;
  right: 0;
}

.index #featured-products .product-image img {
  width: 100%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.index #featured-products .product-image:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.index #featured-products .product-image img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}

.index #featured-products .product-image p {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgba(31, 43, 58, 0.3);
  color: #fff;
  font-family: "Acme", sans-serif;
  font-size: 30px;
  text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.5);
  margin: 0;
  padding: 0 1.5rem;
  opacity: 0;
  -webkit-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
}

.index #featured-products .product-image:hover p {
  opacity: 1;
}

.index #new-products{
  background-color: #ececec;
  padding: 100px 0;
}

.index #new-products .section-title {
  color: #303332;
  margin-bottom: 40px;
}

.index #new-products .section-sub-title {
  text-align: center;
  font-size: 25px;
  color: #303332;
  letter-spacing: 0.5px;
  margin-bottom: 50px;
}

@media (max-width: 991px){
  .index #new-products .product-image {
  margin-bottom: 25px;
}
}

.index #new-products .product-image {
  height: 320px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  cursor: pointer;
  overflow: hidden;
}

.index #new-products .product-image::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  right: 100%;
  bottom: 0;
  border-top: 4px solid transparent;
  border-right: 4px solid transparent;
  border-left: 4px solid rgba(255, 255, 255, 0.95);
  border-bottom: 4px solid rgba(255, 255, 255, 0.95);
  margin: 2rem;
  -webkit-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
  z-index: 1;
  border-radius: 50px 0;
}

.index #new-products .product-image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  right: 0;
  bottom: 100%;
  border-top: 4px solid rgba(255, 255, 255, 0.95);
  border-right: 4px solid rgba(255, 255, 255, 0.95);
  border-left: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-radius: 50px 0;
  margin: 2rem;
  -webkit-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
  z-index: 1;
}

.index #new-products .product-image:hover::before {
  bottom: 0;
  left: 0;
}

.index #new-products .product-image:hover::after {
  top: 0;
  right: 0;
}

.index #new-products .product-image img {
  width: 100%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.index #new-products .product-image:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.index #new-products .product-image img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}

.index #new-products .product-image p {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgba(31, 43, 58, 0.3);
  color: #fff;
  font-family: "Acme", sans-serif;
  font-size: 30px;
  text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.5);
  margin: 0;
  padding: 0 1.5rem;
  opacity: 0;
  -webkit-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
}

.index #new-products .product-image:hover p {
  opacity: 1;
}

.index #trending-products .section-title {
  color: #303332;
  margin-bottom: 35px;
}

.index #trending-products .section-sub-title {
  text-align: center;
  font-size: 25px;
  color: #303332;
  letter-spacing: 0.5px;
  margin-bottom: 25px;
}

.index #trending-products .owl-nav {
    position: absolute;
    width: 100%;
    top: 44%;
}

@media (max-width: 991px){
  .index #trending-products .owl-nav {
    top: 38%;
}
}

.index #trending-products button.owl-prev {
    position: absolute;
    left: 19%;
    background: none;
    outline: none;
    z-index: 9999;
}

.index #trending-products button.owl-next {
    position: absolute;
    right: 19%;
    background: none;
    outline: none;
    z-index: 9999;
}

.index #trending-products .fa{
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255,255,255,0.8);
    border-radius: 50%;
    color: #0a54a5;
    font-size: 20px;
}

#trending-products .owl-carousel .owl-stage-outer {
    overflow: visible;
}

#trending-products .owl-carousel {
    overflow: hidden;
}

#trendingProducts{
    padding: 70px 0;
}

#trendingProducts .owl-item{
    opacity: 0.5;
}

#trendingProducts .item{
    position: relative;
}

.slider-txt{
  position: absolute;
  right: 15px;
  top: 20px;
  text-align: right;
}

.slider-ribbon {
    padding-top: 10px;
    line-height: 1;
}

span.blue-ribbon {
    display: inline-block;
    font-size: 8px;
    font-weight: 500;
    color: #ffff;
    padding: 3px 4px;
    background: #0a54a5;
    text-transform: uppercase;
}

.slider-caption {
    color: #fff;
    font-weight: 700;
    font-size: 1.1rem;
}

#trendingProducts .owl-item .slider-txt{
    visibility: hidden;
}

#trendingProducts .owl-item.active.center .slider-txt{
    visibility: visible;
}

#trendingProducts .owl-item.active.center{
    transform: scale(1.6);
    z-index: 1000;
    opacity: 1;
}

.index #business-opportunities {
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}

.index #business-opportunities .opportunity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 768px){
    .index #business-opportunities .opportunity {
        height: 100vh;
        padding-top: 90px;
    }
}

.index #business-opportunities .img-wrapper {
  position: relative;
}

.index #business-opportunities .img-wrapper img {
  width: auto;
}

.index #business-opportunities .img-wrapper #Component_120_29 {
  position: absolute;
  left: 250px;
  top: 10%;
}

.index #business-opportunities .img-wrapper svg {
  -webkit-transition: 0.8s ease-in-out;
  transition: 0.8s ease-in-out;
}

.index #business-opportunities .img-wrapper svg:hover text {
  fill: var(--primary);
}

.index #business-opportunities .img-wrapper svg:hover image {
  -webkit-transform: scale(1.01);
          transform: scale(1.01);
  overflow: hidden;
}

.index #business-opportunities .img-wrapper #Component_122_25 {
  position: absolute;
  left: 300px;
  top: 40%;
}

.index #business-opportunities .img-wrapper #Component_124_20 {
  position: absolute;
  left: 180px;
  top: 62%;
}

.index #business-opportunities .img-wrapper #Component_121_28 {
  position: absolute;
  top: 2%;
  left: 430px;
}

.index #business-opportunities .img-wrapper .img-inside-circle {
  position: absolute;
  right: 0;
  left: 0;
  margin: 0 auto;
}

.index #business-opportunities .img-wrapper #Component_123_13 {
  position: absolute;
  left: 500px;
  top: 40%;
}

.index #business-opportunities .img-wrapper #Component_125_20 {
  position: absolute;
  left: 400px;
  top: 70%;
}

.index #business-opportunities .img-wrapper #Ellipse_97 {
  -o-object-fit: contain;
     object-fit: contain;
  background-color: red;
  padding: 20px;
}

#business-opportunities a {
    text-decoration: none;
}

#business-opportunities a:hover {
    color: #00a551 !important;
}


@media (max-width: 800px) {
  .index #business-opportunities .img-wrapper #Component_120_29 {
    position: absolute;
    left: 230px;
    top: 10%;
    height: 120px;
  }
  .index #business-opportunities .img-wrapper #Component_122_25 {
    position: absolute;
    left: 323px;
    top: 40%;
    height: 120px;
  }
  .index #business-opportunities .img-wrapper #Component_124_20 {
    height: 120px;
    position: absolute;
    left: 250px;
    top: 66%;
  }
  .index #business-opportunities .img-wrapper svg text {
    font-size: 15px;
  }
  .index #business-opportunities .img-wrapper #Component_121_28 {
    position: absolute;
    top: 2%;
    left: 400px;
    height: 120px;
  }
  .index #business-opportunities .img-wrapper #Component_123_13 {
    position: absolute;
    left: 500px;
    height: 120px;
    top: 40%;
  }
  .index #business-opportunities .img-wrapper #Component_125_20 {
    height: 120px;
    position: absolute;
    left: 420px;
    top: 70%;
  }
}

@media (min-width: 200px) and (max-width: 600px) {
  .index #business-opportunities .img-wrapper img {
    width: 100%;
  }
  .index #business-opportunities .img-wrapper svg text {
    font-size: 14px;
  }
  .index #business-opportunities .img-wrapper #Component_120_29 {
    position: absolute;
    left: 110px;
    top: 1%;
    width: 100px;
  }
  .index #business-opportunities .img-wrapper #Component_122_25 {
    position: absolute;
    left: 160px;
    top: 31%;
    width: 100px;
  }
  .index #business-opportunities .img-wrapper #Component_124_20 {
    height: 120px;
    position: absolute;
    left: 100px;
    width: 100px;
    top: 60%;
  }
  .index #business-opportunities .img-wrapper #Component_121_28 {
    position: absolute;
    top: 2%;
    left: 220px;
    width: 100px;
  }
  .index #business-opportunities .img-wrapper #Component_123_13 {
    position: absolute;
    left: 240px;
    width: 100px;
    top: 30%;
  }
  .index #business-opportunities .img-wrapper #Component_125_20 {
    width: 100px;
    position: absolute;
    left: 200px;
    top: 65%;
  }
  .index #business-opportunities .img-wrapper .opportunity {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
}

.index #become-a-distributor {
  background-size: cover !important;
  position: relative;
}

.index #become-a-distributor .become-a-distributor-innerwrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  height: calc(100vh - 200px);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.index #become-a-distributor .section-title {
  color: #303332;
  margin-bottom: 40px;
}

.index #become-a-distributor .section-sub-title {
  text-align: center;
  font-size: 25px;
  color: #303332;
  letter-spacing: 0.5px;
  margin-bottom: 50px;
}

.index #become-a-distributor .btn-apply-online {
  background-color: #00a551;
  border-radius: 30px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 0px;
  color: #ffffff;
  font-weight: 500;
  padding: 15px 25px;
  letter-spacing: 0.5px;
  position: absolute;
  right: 0;
  left: 0;
  bottom: 100px;
  margin: 0 auto;
}

.index #become-a-distributor .btn-apply-online:hover {
  -webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.49);
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.49);
}

.index #subscribe .section-title {
  color: #303332;
  text-align: left;
  margin-bottom: 40px;
}

.index #subscribe .section-title::after {
  position: absolute;
  content: "";
  background-color: #00a551;
  width: 100px;
  height: 3px;
  bottom: -20px;
  left: 0;
}

.index #subscribe .section-title::before {
  position: absolute;
  content: "";
  background-color: #0a54a5;
  width: 100px;
  height: 3px;
  bottom: -20px;
  left: 100px;
}

.index #subscribe .section-sub-title {
  margin-bottom: 40px;
}

.index #subscribe .form-control {
  background-color: #ececec;
  border: none;
}

.index #subscribe .form-control::-webkit-input-placeholder {
  font-size: 14px;
  vertical-align: middle;
}

.index #subscribe .form-control:focus {
  outline: none;
  -webkit-box-shadow: 0 0 0 0.1rem #00a551;
          box-shadow: 0 0 0 0.1rem #00a551;
}

.index #subscribe .btn-submit {
  background-color: #00a551;
  border-radius: 30px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 0px;
  color: #ffffff;
  font-weight: 500;
  padding: 15px 45px;
  letter-spacing: 0.5px;
}

.index #subscribe .btn-submit:hover {
  -webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.49);
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.49);
}

.index #subscribe .map {
  height: 100%;
}

.index #subscribe .map #chartdiv {
  width: 100%;
  height: 100%;
}

.index .footer-wrapper {
  height: auto;
}

@media (max-width: 768px) {
  .index .section-title {
    font-size: 30px;
}
  .index .section-sub-title {
    font-size: 20px !important;
}
body .socials {
    background-color: rgba(255,255,255,0.5);
    padding: 7px;
  }
}

div#html5-watermark {
    display: none !important;
}

.image {
    position: relative;
}

.play-button{
  position: absolute;
  display: flex;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
}

div#video .image .fa {
    color: #00a551;
    font-size: 20px;
    padding: 9px 16px;
    background: #ffffff80;
    border-radius: 5px;
}

@media (max-width: 992px) {
  .logo img {
    width: 90px !important;
}

  .navbar {
    padding: 0.2rem 1rem;
}

.index .footer-wrapper {
    margin-top: 20px;
}

.logo {
    text-align: center;
}

.footer-wrapper .footer-center .contact-detail {
    font-size: 15px;
}

}

@media (max-width: 576px) {
  .logo img {
    width: 70px !important;
}
}


nav#productNav {
    position: fixed;
    padding: 0;
    top: 90px;
    background: #0a54a5;
    z-index: 999;
}
a.p-menu-link {
    color: #fff;
    font-size: 14px;
    padding-top: 10px;
    padding-bottom: 10px;
}
@media (min-width: 1200px){
  nav#productNav .dropdown:hover .dropdown-menu {
    display: block;
}
 
}

@media (max-width: 1200px){
nav#productNav {
    top: 120px;
}
nav#productNav .dropdown-item {
    text-align: center;
}
}

.product-navbar{
  position: fixed;
  top: 90px;
  width: 100%;
  background: #0a54a5;
  text-align: right;
  padding: 5px 0;
  z-index: 999;
}

button#productToggler {
    color: #fff !important;
    font-size: 14px;
    border: none;
}

nav#productNav .dropdown-menu{
  margin: 0;
  padding: 5px 0;
  min-width: 200px;
  background: #E6FFF0;
  border-radius: 0;
}
nav#productNav .dropdown-item{
  padding: 0 16px;
}
nav#productNav .dropdown-item a{
  display: block;
  padding: 4px;
  color: #333;
  text-decoration: none;
  font-size: 13px;
  font-weight: 500;
}
a.p-menu-icon {
    display: inline-block;
    margin: 0 5px;
    font-size: 1rem;
}
.mobile-flags{
  text-align: center;
  display: flex;
  justify-content: center;
}
.mobile-flags img{
  max-width: 42px;
  margin: 5px;
}

@media (min-width: 992px) {
  .mobile-flags-div{
    display: none;
  }
}

@media (max-width: 992px) {
  .flags{
    display: none !important;
  }
  .slider-txt {
    position: absolute;
    left: 0;
    top: 100%;
    text-align: left;
}
  span.blue-ribbon {
    font-size: 7px;
    font-weight: 500;;
}
.slider-caption {
    color: #333;
    font-weight: 500;
    font-size: .8rem;
}
#trendingProducts {
    padding: 70px 0 130px;
}
}

.map iframe{
  width: 100% !important;
  height: 350px !important;
}

@media (max-width: 768px){
  .index #trending-products .owl-nav {
    top: 28%;
}
  section#trending-products {
    padding: 70px 0 10px;
}
.tab-content {
    padding-top: 15px;
}
.nav-pills .nav-link {
    padding: 8px 15px;
    font-size: 15px;
    border: 1px solid #ddd;
    margin-bottom: 8px;
}
.nav-pills {
    padding: 0;
    justify-content: center;
    box-shadow: none;
}
.nav-pills .nav-link.active {
    background-color: #00a551;
    color: #e6fff0;
}

}


@media (max-width: 768px){
    #trendingProducts .owl-item.active.center{
    transform: scale(2);
}
  #trendingProducts {
    padding: 70px 0 180px;
}
  .index #trending-products button.owl-next {
    right: 14%;
}
    .index #trending-products button.owl-prev {
    left: 14%;
}
}

@media (max-width: 600px){
  .slider-caption {
    font-size: .6rem;
}
span.blue-ribbon {
    font-size: 6px;
    font-weight: 500;;
}

}


@media (max-width: 500px){
  .index #trending-products .fa {
    width: 36px;
    height: 36px;
    font-size: 15px;
}
  .index #trending-products .owl-nav {
    top: 30%;
}

}

  .nav-pills .nav-link {
    width: 100%;
  }


@media (max-width: 430px){
  .index #business-opportunities .img-wrapper #Component_122_25 {
    left: 200px;
}
  .index #business-opportunities .img-wrapper #Component_124_20 {
    left: 130px;
}
  .index #business-opportunities .img-wrapper #Component_123_13 {
    left: 300px;
}
  .index #business-opportunities .img-wrapper #Component_121_28 {
    top: -4%;
    left: 270px;
}
  .index #business-opportunities .img-wrapper #Component_125_20 {
    left: 265px;
    top: 70%;
}
  .index #business-opportunities .img-wrapper img {
    width: 98%;
}
}

@media (max-width: 415px){
  .index #business-opportunities .img-wrapper #Component_122_25 {
    left: 160px;
}
  .index #business-opportunities .img-wrapper #Component_124_20 {
    left: 130px;
}
  .index #business-opportunities .img-wrapper #Component_123_13 {
    left: 255px;
}
  .index #business-opportunities .img-wrapper #Component_121_28 {
    top: -4%;
    left: 220px;
}
  .index #business-opportunities .img-wrapper #Component_125_20 {
    left: 215px;
    top: 67%;
}
  .index #business-opportunities .img-wrapper img {
    width: 98%;
}
  .index #business-opportunities .img-wrapper .svg-img {
    width: 90px !important;
}
}

.hero-padd{
  padding-bottom: 70px;
}


@media (max-width: 768px){
  div#fullpage {
    margin-top: 60px;
}
  .index #hero-banner {
    height: 55vh;
}
.index #company-at-glance{
  padding: 90px 0;
}
}

.hero-banner-txt {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
}
.slider-text {
    font-size: 35px;
    font-weight: 600;
    line-height: 50px;
    letter-spacing: 1px;
    text-shadow: 0px 1px 3px #000;
     text-transform: uppercase;
    color: white;
}

@media (max-width: 1199px){
  .slider-text {
    font-size: 40px;
    margin-top: 40px;
}
}

@media (max-width: 767px){
  .slider-text {
    font-size: 34px;
    line-height: 50px;
}
}

@media (max-width: 575px){
  .slider-text {
    font-size: 26px;
    line-height: 36px;
}
}


/*# sourceMappingURL=main.css.map */