@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:200,300,400");
@import url("https://fonts.googleapis.com/css?family=Lato:400,700&display=swap");
#logo {
  height: 60px;
  width: auto;
  margin-left: 25%;
}

button.navbar-toggler {
  border: none !important;
}
button.navbar-toggler:focus {
  outline: 1px none;
}

.navbar {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 0.9rem;
  letter-spacing: 0.05rem;
  padding-bottom: 0 !important;
  background: rgba(0, 0, 0, 0.6) !important;
  border-bottom: 2px solid #FFC000;
}

.navbar-nav li {
  padding: 1rem;
  text-align: center;
}
.navbar-nav li:after {
  display: block;
  content: "";
  border-bottom: solid 3px #FFC000;
  transform: scaleX(0);
  transition: transform 250ms ease-in-out;
}
.navbar-nav li:hover:after {
  transform: scaleX(1);
}
.navbar-nav li a {
  cursor: pointer;
  color: #4e4e4e !important;
}
.navbar-nav li a:hover {
  color: black !important;
}

.bpb-hamburger {
  position: absolute;
  cursor: pointer;
  top: 30px;
  right: 25px;
}
.bpb-hamburger .nav-line {
  background: black;
  width: 30px;
  height: 3px;
  margin: 5px;
  transition: all 0.75s;
}
.bpb-hamburger .nav-line:nth-child(1).closed {
  transform: rotate(-45deg) translateX(-11px);
  -webkit-transform: rotate(-45deg) translateX(-11px);
  -ms-transform: rotate(-45deg) translateX(-11px);
}
.bpb-hamburger .nav-line:nth-child(2).closed {
  opacity: 0;
}
.bpb-hamburger .nav-line:nth-child(3).closed {
  transform: rotate(45deg) translateX(-11px);
  -webkit-transform: rotate(45deg) translateX(-11px);
  -ms-transform: rotate(45deg) translateX(-11px);
}

.dropdown-products {
  display: none;
  width: 100%;
  font-size: 16px;
  height: auto;
  background: white;
  border-top: 2px solid #FFC000;
  border-bottom: 1px solid #b9b9b9;
  top: 80px;
  left: 0;
  padding: 1.5rem 2rem;
  position: fixed;
  z-index: 99999;
}
.dropdown-products li {
  margin-bottom: 0.25rem;
  list-style-type: none;
}
.dropdown-products li:after {
  display: block;
  content: "";
  border-bottom: solid 2px #FFC000;
  transform: scaleX(0);
  transition: transform 250ms ease-in-out;
  transform-origin: 0% 50%;
}
.dropdown-products li:hover:after {
  transform: scaleX(1);
}
.dropdown-products li a {
  font-size: 1rem;
  cursor: pointer;
  text-decoration: none;
  color: #4e4e4e !important;
}
.dropdown-products li a:hover {
  color: black !important;
}
.dropdown-products .review-hr {
  margin-top: 0 !important;
}
.dropdown-products h5 {
  text-transform: uppercase;
}
.dropdown-products .fa-times {
  cursor: pointer;
  color: #4e4e4e;
  font-size: 1.25rem;
}

@media (max-width: 768px) {
  .navbar {
    border-bottom: 3px solid #FFC000;
  }

  .navbar-nav li {
    padding: 0.5rem;
  }

  .dropdown-products {
    position: absolute;
  }
  .dropdown-products .fa-times {
    font-size: 2rem;
    margin-top: 1rem;
  }
  .dropdown-products ul li a {
    font-size: 1.25rem;
  }

  #logo {
    margin-left: 5px;
  }
}
.row,
.container-fluid {
  margin-left: 0px !important;
  margin-right: 0px !important;
}

.fixed-background {
  position: relative;
  width: 100%;
}

.fixed-wrap {
  clip: rect(0, auto, auto, 0);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -999 !important;
}

.big-font-size {
  font-size: 1.25rem;
}

.fixed {
  position: fixed;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  will-change: transform;
}

.landing {
  position: relative;
  width: 100%;
  height: 100vh;
  display: table;
  z-index: -1;
}
.landing .home-wrap {
  clip: rect(0, auto, auto, 0);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.landing .home-wrap .home-inner {
  background-image: url("../img/citrom.jpg");
  position: fixed;
  display: table;
  top: 5rem;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  will-change: transform;
}

.caption {
  width: 100%;
  max-width: 100%;
  position: absolute;
  top: 38%;
  z-index: 1;
  color: white;
}
.caption h1 {
  font-size: 3.8rem;
  font-weight: 700;
  letter-spacing: 0.3rem;
  text-shadow: 0.15rem 0.15rem 0.15em black;
  padding-bottom: 1rem;
  text-transform: uppercase;
}
.caption .btn {
  border-width: 4px;
  border-radius: 0 !important;
  border-color: white;
  padding: 0.6rem 1.3rem;
  font-size: 1.1rem;
  font-weight: 600;
  cursor: pointer;
}
.caption .btn:hover {
  background: white;
  border-color: white;
  color: black;
}
.caption .btn-outline-light:hover {
  color: #4e4e4e !important;
}

@media (max-width: 768px) {
  .caption h1 {
    font-size: 1.75rem;
  }
  .caption h3 {
    font-size: 1.5rem;
  }
}
@media (max-width: 320px) {
  .caption h1 {
    font-size: 1.5rem;
  }
}
#profile-pic {
  width: 60%;
  height: auto;
  border-radius: 25%;
  margin-bottom: 2rem;
}

.about-desc {
  font-size: 1.25rem;
  text-align: justify;
  text-justify: inter-word;
  padding-bottom: 30px;
}

.jumbotron {
  margin-bottom: 0;
  padding: 2rem 0 3.5rem;
  border-radius: 0;
}

.paddingtop {
  padding-top: 1.5rem;
}

h3.heading {
  font-size: 1.9rem;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 1.9rem;
}

h4.heading {
  font-size: 1.5rem;
  font-weight: 600;
  text-transform: uppercase;
}

.heading-underline {
  width: 7rem;
  height: 0.2rem;
  background-color: #FFC000;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0.25rem;
  margin-bottom: 4rem;
}

.reviews {
  font-size: 1rem;
  text-align: justify;
  text-justify: inter-word;
}

#succes-btn {
  border-width: 2px;
  border-radius: 0;
  font-size: 1.25rem;
  font-weight: 600;
  text-transform: uppercase;
  color: black !important;
  cursor: pointer;
}
#succes-btn:hover {
  background: black;
  color: white !important;
}

.offset::before {
  display: block;
  content: "";
  height: 4rem;
  margin-top: -4rem;
}

.fixed {
  background-image: url("../img/citrom.jpg");
  z-index: -1;
}

.dark {
  background: rgba(0, 0, 0, 0.3);
  color: white;
  text-shadow: 0.5rem black;
}

.quote {
  font-size: 2rem;
  text-shadow: 0.1rem 0.1rem 0.1rem #dda600;
}

.citeshad {
  text-shadow: 0.1rem 0.1rem 0.1rem #dda600;
}

.fa-quote-left,
.fa-quote-right {
  padding-left: 5px;
  padding-right: 10px;
  color: white;
  font-size: 1rem;
}

.a-chevron-up {
  width: 25px;
  height: 25px;
}

.review-hr {
  background-color: #FFC000;
  width: 80%;
  margin-left: 10%;
}

#myBtn {
  position: fixed;
  bottom: 20px;
  right: 25px;
  z-index: 9;
  border: none;
  outline: none;
  background-color: #FFC000;
  color: white;
  cursor: pointer;
  width: 50px;
  height: 50px;
  padding: 10px;
  border-radius: 50%;
  transition: 0.5s;
  opacity: 0;
  font-size: 1rem;
}

.order-btn {
  font-size: 1.75rem !important;
}

#myBtn:hover {
  background-color: #daa300;
}

.mailto {
  color: black;
}
.mailto:hover {
  color: #FFC000;
}

.about-cont {
  margin-top: 75px;
}

@media (max-width: 768px) {
  .quote {
    font-size: 1.1rem;
  }

  #myBtn:hover {
    background-color: #FFC000;
  }

  .fa-quote-left,
.fa-quote-right {
    font-size: 0.5rem;
  }

  blockquote.padding {
    padding: 0rem 2rem;
  }

  .cta span {
    font-size: 14px !important;
    letter-spacing: 0.125em !important;
  }

  #profile-pic {
    width: 90%;
  }
}
.form-btn {
  border-width: 4px;
  color: black;
  border-radius: 0 !important;
  border-color: black !important;
  padding: 12px 24px !important;
  font-size: 2rem;
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
}
.form-btn:hover {
  color: white !important;
  background: #FFC000 !important;
  border-color: #FFC000 !important;
}

.fa-phone-alt,
.fa-envelope {
  padding-right: 1rem;
}

.form-control {
  border: none !important;
  border-bottom: 1px solid #4e4e4e !important;
  border-radius: 0 !important;
  transition: 0.5s;
}
.form-control:focus {
  box-shadow: none !important;
  border-bottom: 1px solid #FFC000 !important;
  transition: 1s;
}

.nopadding {
  padding: 0 !important;
  margin: 0 !important;
}

.second-heading {
  margin-top: 100px;
}

.telephone {
  margin-top: 25px;
}

.md-form {
  padding-bottom: 2rem;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px white inset !important;
}

@media (max-width: 768px) {
  .second-heading {
    margin-top: 50px;
  }

  .question {
    margin-top: 50px;
  }
}
section {
  padding: 20px 0;
}

.footer-hr {
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  height: 1px;
  background-color: #FFC000;
}

.flag {
  width: 2rem !important;
  height: 2rem !important;
  margin-right: 10px;
  border-radius: 100%;
  display: block !important;
  transition: 0.1s all;
}
.flag:hover {
  border: 1px solid #ffc000;
}

#footer {
  background: white !important;
  padding-top: 3rem;
}
#footer img {
  height: 8rem;
  width: auto;
}
#footer li a {
  cursor: pointer;
}
#footer h5 {
  font-weight: 500;
}

.classification-container {
  padding: 2.5rem 2.5rem;
}
.classification-container img {
  width: 300px;
  height: 300px;
  margin: auto;
  margin-left: 2rem;
}
.classification-container i {
  font-size: 0.6rem;
}

#footer a {
  color: black;
  text-decoration: none !important;
  background-color: transparent;
  transition: 0.5s;
  -webkit-text-decoration-skip: objects;
}
#footer a:hover {
  transition: 0.5s;
  color: #747474;
}

@media (max-width: 769px) {
  #footer li a {
    font-size: 1.1rem;
  }

  .classification-container img {
    margin-top: 2rem;
    margin-left: 0;
    width: 100% !important;
    height: auto !important;
  }

  .flag {
    width: 3.6rem !important;
    height: 3.5rem !important;
    position: absolute;
  }

  .flag1 {
    left: 1rem;
    top: 20rem;
  }

  .flag2 {
    left: 1rem;
    top: 25rem;
  }
}
.modal-toggler {
  cursor: pointer;
}

.modal-dialog {
  overflow-y: initial !important;
}

.modal-body {
  max-height: 500px;
  overflow-y: auto;
  text-align: justify;
}

.modal-content {
  border-radius: 5px !important;
}

.modal-header {
  border-bottom: 1px solid #FFC000 !important;
}

.fa-times {
  transition: 0.25s;
}
.fa-times:hover {
  transition: 0.25s;
  color: #FFC000;
}

.accordion-container {
  margin-top: 100px;
  margin-bottom: 50px;
  width: 75%;
  margin-left: auto;
  margin-right: auto;
}
.accordion-container .accordion .btn {
  font-size: 1.15rem;
  color: black;
  padding: 0 !important;
  text-align: left;
}
.accordion-container .accordion .btn:hover, .accordion-container .accordion .btn:focus {
  color: #FFC000;
  text-decoration: none;
}
.accordion-container .accordion .btn .fa-chevron-down {
  font-size: 1.25rem !important;
  position: absolute;
  right: 30px;
  top: 30px;
  transition: 0.25s;
}
.accordion-container .accordion .card {
  font-size: 1.1rem;
  border-radius: 0;
  border: none;
  border-top: 1px solid #FFC000;
  padding: 1rem 0.5rem;
}
.accordion-container .accordion .card:nth-child(1) {
  border-top: none;
}
.accordion-container .accordion .card:nth-child(10) {
  border-bottom: #FFC000 1px solid;
}
.accordion-container .accordion .card-header {
  background: white;
  border-bottom: none;
}

@media (max-width: 768px) {
  .accordion-container {
    width: 90%;
  }

  .fa-chevron-down {
    top: 35px !important;
    right: 7.5px !important;
  }
}
.product-container {
  margin-top: 120px;
  margin-bottom: 40px;
}
.product-container img {
  height: 35rem;
  width: auto;
  left: 25px;
  opacity: 0;
}
.product-container h1 {
  margin-top: 50px;
  margin-left: -250px;
  opacity: 0;
  font-size: 3rem;
}
.product-container p {
  opacity: 0;
  font-size: 1.25rem;
}

.desc-container {
  padding: 5rem 0rem;
}
.desc-container .short {
  cursor: pointer;
}
.desc-container .short:hover {
  color: #555555;
}

.tooltip-inner {
  background: black !important;
  font-size: 1rem;
}

.bs-tooltip-auto[x-placement^=bottom] .arrow::before,
.bs-tooltip-bottom .arrow::before {
  border-bottom-color: black !important;
}

table th {
  border-top: none !important;
  border-bottom: #FFC000 2px solid !important;
}
table td {
  border-top: none !important;
  border-bottom: #FFC000 1px solid;
}
table tbody tr:hover {
  background: #f7f7f7;
}
table tbody tr:last-child td {
  border-bottom: none !important;
}

.ingredient {
  margin: 3rem 0rem;
}

.margin-bottom-md h2 {
  margin-bottom: 1rem;
  text-align: center;
}

@media (max-width: 768px) {
  .product-container {
    padding: 0rem 1rem;
  }
  .product-container h1 {
    margin-top: 0px;
  }
  .product-container img {
    height: 95%;
    width: 95%;
  }
  .product-container .margin-top-md {
    margin-top: 1.5rem;
  }

  .desc-container {
    padding: 2.5rem 0rem;
  }
  .desc-container .margin-bottom-md {
    margin-bottom: 2.5rem;
  }
}
.cta {
  position: relative;
  margin: auto;
  padding: 19px 22px;
  transition: all 0.2s ease;
  cursor: pointer;
}
.cta:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  border-radius: 36px;
  background: rgba(255, 192, 0, 0.6);
  width: 60px;
  height: 60px;
  transition: all 0.3s ease;
}
.cta span {
  position: relative;
  font-size: 16px;
  line-height: 18px;
  font-weight: 900;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  vertical-align: middle;
}
.cta svg {
  position: relative;
  top: 0;
  margin-left: 10px;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke: #111;
  stroke-width: 2;
  transform: translateX(-5px);
  transition: all 0.3s ease;
}
.cta:hover:before {
  width: 100%;
  background: #ffc000;
}
.cta:hover svg {
  transform: translateX(0);
}
.cta:active {
  transform: scale(0.96);
}

.research-container {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 100px;
  margin-bottom: 50px;
}
.research-container a {
  color: #f7bd0a;
}
.research-container a:hover {
  color: #cc9d0a;
}

.minosites-container {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
  margin-bottom: 50px;
}
.minosites-container img {
  width: 100%;
  height: 100%;
  margin-bottom: 5px;
}

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

.source {
  font-size: 1.1rem;
}
.source a {
  color: black !important;
  cursor: pointer;
}
.source a:hover {
  color: #FFC000;
}

.container-padding {
  padding: 0.1rem 0rem;
}

.text-shadow-orange {
  text-shadow: 0.1rem 0.1rem 0.1rem black !important;
}

.text-shadow-dark {
  text-shadow: 0.1rem 0.1rem 0.1rem black !important;
}

.full {
  width: 100% !important;
  margin-left: 0 !important;
}

.cont-sidepadding {
  padding-bottom: 7.5rem;
  padding-left: 7.5rem;
  padding-right: 7.5rem;
}

.orange-button {
  border-width: 2px !important;
  border-radius: 0 !important;
  font-size: 1.25rem !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
  cursor: pointer !important;
  border-color: white !important;
  color: white !important;
}
.orange-button:hover {
  border-color: #ffc000 !important;
  color: #ffc000 !important;
  background: none !important;
}

.research {
  margin-top: 60px;
  margin-bottom: 30px;
}
.research h2 {
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  .research-container .research a {
    margin-top: 20px;
  }
  .research-container h2 {
    font-size: 1.25rem;
  }
  .research-container h4 {
    font-size: 1.1rem;
  }

  .minosites-container img {
    width: 300px;
    height: 250px;
    display: block;
    margin: auto;
    margin-bottom: 5px;
  }

  .cont-sidepadding {
    padding-bottom: 5rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}
.bg,
.button {
  position: absolute;
  width: 75px;
  height: 75px;
  border-radius: 100%;
}

.button-container {
  margin-top: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.bg {
  animation: pulse 1.2s ease infinite;
  background: white;
}

.button {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  z-index: 99;
  border: none;
  background: white;
  background-size: 18px;
  cursor: pointer;
  outline: none;
}
.button .fa-chevron-down:before {
  padding: 1.5rem !important;
}

.button a {
  position: absolute;
  color: black;
  font-size: 25px;
}
.button a:hover {
  color: #FFC000;
}

@keyframes pulse {
  0% {
    transform: scale(1, 1);
  }
  50% {
    opacity: 0.3;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}
@media (max-width: 768px) {
  .button-container {
    margin-top: 120px;
  }
}
@media (max-width: 360px) {
  .button-container {
    margin-top: 75px;
  }
}
.carousel {
  width: 75%;
  margin: 0 auto;
  padding-bottom: 50px;
}

.carousel .item {
  color: black;
  font-size: 18px;
  text-align: center;
  overflow: hidden;
}

.caro-header {
  padding-top: 7.5rem;
  margin-bottom: 20px;
}

.carousel .img-box {
  width: 375px;
  height: 375px;
  margin: 0 auto;
  border-radius: 50%;
}

.carousel .img-box img {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 50%;
}

.carousel .testimonial {
  padding-bottom: 15px;
}

.carousel .overview {
  text-align: center;
  padding-bottom: 5px;
}

.carousel .overview b {
  color: #333;
  font-size: 15px;
  text-transform: uppercase;
  display: block;
  padding-bottom: 5px;
}

.carousel .star-rating i {
  font-size: 18px;
  color: #ffdc12;
}

.carousel .carousel-control {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #999;
  text-shadow: none;
  top: 4px;
}

.carousel-control i {
  font-size: 20px;
  margin-right: 2px;
}

.carousel-control.left {
  left: auto;
  right: 40px;
}

.carousel-control.right i {
  margin-right: -2px;
}

.carousel .carousel-indicators {
  bottom: 15px;
}

.carousel-indicators li,
.carousel-indicators li.active {
  width: 11px;
  height: 11px;
  margin: 1px 5px;
  border-radius: 50%;
}

.carousel-indicators li {
  background: #828282;
  border-color: transparent;
}

.carousel-indicators li.active {
  border: none;
  background: #ffc000;
}

@media (max-width: 768px) {
  .carousel {
    width: 95%;
  }

  .carousel .img-box {
    width: 250px;
    height: 250px;
  }

  .caro-header {
    font-size: 2rem;
  }
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
}

body {
  overflow-x: hidden;
  font-family: "Lato", sans-serif;
  color: black;
}

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