/* =====================================
    1. HOMEPAGE TWO.
===================================== */
.navbar-dark .navbar-nav .nav-link {
  position: relative;
  color: #FFFFFF;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  margin-left: 10px;
}

.navbar.fixed-top.navbar-dark .navbar-nav .nav-link {
  font-size: 14px;
  color: #FFF;
}

.navbar .navbar-toggler .menu-icon-bar {
  background-color: var(--primary-heading);
}

.slider-caption .subtitle {
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 10px;
  color: #FFFFFF;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.slider-caption h1 {
  font-size: 60px;
  line-height: 70px;
  width: 80%;
  color: #FFFFFF;
  text-transform: uppercase;
  margin-top: 0px;
  margin-bottom: 0px;
  text-align: left;
}

.slider-caption p {
  width: 50%;
  color: #FFFFFF;
  font-size: 18px;
  line-height: 32px;
  margin: 15px 0px 25px 0px;
}

.slider-caption .btn-outline {
  background-color: var(--secundary-color);
  border: solid 2px var(--secundary-color);
  color: #FFF;
  padding: 10px 40px;
  font-size: 15px;
  margin-top: 15px;
}

.slider-caption .btn-outline:hover {
  background-color: var(--secundary-color);
  border: solid 2px var(--secundary-color);
  color: #FFF;
  padding: 10px 40px;
  font-size: 15px;
  margin-top: 15px;
}

.hero-slider .flickity-page-dots .dot {
  width: 25px;
  height: 3px;
  opacity: 1;
  background: rgba(255, 255, 255);
  border: 0px solid white;
  border-radius: 0%;
  display: block;
  margin: 20px 0px;
}

.hero-slider .flickity-page-dots .dot.is-selected {
  width: 35px;
  background: var(--secundary-color);
  border: 0px solid var(--secundary-color);
}


.feature-principal {
  background-image: url("https://via.placeholder.com//1200x800");
  height: 380px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  -webkit-box-shadow: 0 0 11px 0 rgba(6, 22, 58, .14);
  -moz-box-shadow: 0 0 11px 0 rgba(6, 22, 58, .14);
  box-shadow: 0 0 11px 0 rgba(6, 22, 58, .14);
}

.fp-caption {
  position: absolute;
  bottom: 20px;
  left: 30px;
  width: 50%;
}

.fp-caption h4 {
  margin-bottom: 5px;
}

.fp-caption p {
  font-size: 15px;
  line-height: 22px;
  font-style: italic;
}

.fp-number {
  position: absolute;
  top: 20px;
  left: 30px;
  opacity: 0.2;
}

.feature-side-top {
  background-image: url("https://via.placeholder.com//992x400");
  height: 180px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  -webkit-box-shadow: 0 0 11px 0 rgba(6, 22, 58, .14);
  -moz-box-shadow: 0 0 11px 0 rgba(6, 22, 58, .14);
  box-shadow: 0 0 11px 0 rgba(6, 22, 58, .14);
}

.feature-side-top .fp-caption {
  position: absolute;
  bottom: 10px;
  left: 30px;
  width: 50%;
}

.feature-side-bottom {
  background-image: url("https://via.placeholder.com//992x400");
  height: 180px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  -webkit-box-shadow: 0 0 11px 0 rgba(6, 22, 58, .14);
  -moz-box-shadow: 0 0 11px 0 rgba(6, 22, 58, .14);
  box-shadow: 0 0 11px 0 rgba(6, 22, 58, .14);
  margin-top: 20px;
}

.feature-side-bottom .fp-caption {
  position: absolute;
  bottom: 10px;
  left: 30px;
  width: 50%;
}

.wide-food-section {
  background-color: #013A6B;
  background-image: -webkit-linear-gradient(180deg, var(--primary-color) 50%, #FFFF 50%);
  padding: 50px 0px 50px;
}

.basic-carousel {
  position: relative;
}

.basic-carousel .owl-theme .custom-nav {
  display: none;
}

.basic-carousel .owl-carousel .item .thumbnail {
  margin: 0rem 1rem;
}

.basic-carousel .owl-dots {
  display: none;
}

.basic-carousel .owl-dots button.owl-dot {
  width: 15px;
  height: 15px;
  display: inline-block;
  background: #FFF;
  border: solid 1px var(--primary-color);
  margin: 0 3px;
  box-shadow: none;
  border-radius: 50%;
}

.basic-carousel .owl-dots button.owl-dot.active {
  background-color: var(--primary-color);
  width: 20px;
  border-radius: 25px;
}

.basic-carousel .owl-dots button.owl-dot:focus {
  outline: none;
}

.product-card {
  margin: 20px;
  -webkit-box-shadow: 0 0 11px 0 rgba(6, 22, 58, .14);
  -moz-box-shadow: 0 0 11px 0 rgba(6, 22, 58, .14);
  box-shadow: 0 0 11px 0 rgba(6, 22, 58, .14);
}

.product-card-img {
  height: 300px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.product-card-caption {
  height: 300px;
  background-color: #FFF;
  padding: 30px;
}

.inner-pc {
  margin: 0px;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  padding-right: 20px;
}

.inner-pc .btn-default {
  margin-top: 15px;
  padding: 6px 18px;
  font-size: 11px;
}

.team-carousel .owl-dots {
  display: none;
}


.contact-parallax {
  background-image: url("https://via.placeholder.com//1920x1080");
  height: 500px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}


.contact-parallax .container {
  position: relative;
}

.contact-box {
  width: 500px;
  height: 500px;
  background-color: rgba(255, 255, 255, 0.9);
  position: absolute;
  top: 50%;
  right: 0;
  padding: 40px;
}


.contact-box h3 {
  margin-bottom: 30px;
}

.contact-box .btn-default{
  background-color: var(--primary-color);
  border: 1px solid var(--primary-color);
}

.contact-box .custom-form{
  background-color: transparent !important;
  border: solid 1px var(--primary-color);
}

.testimonials-layer-alt {
  background-image: url("https://via.placeholder.com//1920x1080");
  padding: 90px 0px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.testimonials-layer-alt .testimonial-box p{
  color: var(--paragraph-color);
  font-weight: 600;
}

.testimonials-layer-alt .section-title h2{
  font-weight: 700;
  color: var(--primary-heading);
  opacity: 1;
  font-size: 35px;
  line-height: 42px;
}

.testimonials-layer-alt h3{
  color: var(--primary-heading);
}

/* =====================================
    2. HOMEPAGE TWO.
===================================== */




/* =====================================
    3. RESPONSIVE.
===================================== */
@media (max-width:1200px) {}

@media (max-width:991px) {
 
}

@media (max-width:767px) {}

@media (max-width:576px) {
  
}

@media (max-width:480px) {}