/* ***** Master Stylesheet ***** */
/* :: 1.0 Import Fonts */
@import url("https://fonts.googleapis.com/css?family=Karla:400,700");
/* :: 2.0 Import All CSS Plugins */
@import url(css/animate.css);
@import url(css/style.css);
* {
  margin: 0;
  padding: 0; }






.font-bold {
  font-weight: 700; }

.font-light {
  font-weight: 300; }

.bg-overlay {
  position: relative;
  z-index: 2;
  background-position: center center;
  background-size: cover; }
  .bg-overlay::after {
    background-color: rgba(16, 57, 90, 0.5);
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: ""; }

.bg-fixed {
  background-attachment: fixed !important; }

input:focus {
  outline-style: none;
  box-shadow: none;
  border-color: transparent; }

.jarallax {
  position: relative;
  z-index: 0; }

.jarallax > .jarallax-img {
  position: absolute;
  object-fit: cover;
  /* support for plugin https://github.com/bfred-it/object-fit-images */
  font-family: 'object-fit: cover;';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1; }

.mt-15 {
  margin-top: 15px !important; }

.mt-30 {
  margin-top: 30px !important; }

.mt-50 {
  margin-top: 50px !important; }

.mt-70 {
  margin-top: 70px !important; }

.mt-100 {
  margin-top: 100px !important; }

.mb-15 {
  margin-bottom: 15px !important; }

.mb-30 {
  margin-bottom: 30px !important; }

.mb-50 {
  margin-bottom: 50px !important; }

.mb-70 {
  margin-bottom: 70px !important; }

.mb-80 {
  margin-bottom: 80px !important; }

.mb-100 {
  margin-bottom: 100px !important; }

.ml-15 {
  margin-left: 15px !important; }

.ml-30 {
  margin-left: 30px !important; }

.ml-50 {
  margin-left: 50px !important; }

.mr-15 {
  margin-right: 15px !important; }

.mr-30 {
  margin-right: 30px !important; }

.mr-50 {
  margin-right: 50px !important; }

.p-15 {
  padding: 15px !important; }

.p-30 {
  padding: 30px !important; }

.p-50 {
  padding: 50px !important; }

.pb-70 {
  padding-bottom: 70px !important; }

.px-30 {
  padding-left: 30px !important;
  padding-right: 30px !important; }

.pt-30 {
  padding-top: 30px; }

.section-padding-100 {
  padding-top: 100px;
  padding-bottom: 100px; }

.section-padding-100-0 {
  padding-top: 100px;
  padding-bottom: 0; }

.section-padding-0-100 {
  padding-top: 0;
  padding-bottom: 100px; }

.section-padding-100-50 {
  padding-top: 100px;
  padding-bottom: 50px; }

.section-padding-80-0 {
  padding-top: 80px;
  padding-bottom: 0; }

.spinner {
  width: 60px;
  height: 60px;
  background-color: #ffffff;
  border-radius: 100%;
  -webkit-animation: sk-scaleout 1s infinite ease-in-out;
  animation: sk-scaleout 1s infinite ease-in-out; }

@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0); }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 0; } }
@keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0); }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 0; } }
.section-heading {
  position: relative;
  z-index: 1;
  margin-bottom: 50px; }
  .section-heading p {
    font-size: 14px;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 0; }
  .section-heading h2 {
    margin-bottom: 10px;
    font-size: 36px;
    margin-left: -3px; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .section-heading h2 {
        font-size: 30px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .section-heading h2 {
        font-size: 30px; } }
    .section-heading h2 span {
      color: #77b122; }
    @media only screen and (max-width: 767px) {
      .section-heading h2 {
        font-size: 24px; } }
  .section-heading.white h2,
  .section-heading.white p {
    color: #ffffff; }
    .section-heading.white h2 span,
    .section-heading.white p span {
      color: #ffffff; }


.famie-btn {
  background-color: #aa8b27;
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  position: relative;
  z-index: 1;
  display: inline-block;
  min-width: 160px;
  height: 50px;
  color: #ffffff;
  border-radius: 0;
  padding: 0 30px;
  font-size: 16px;
  line-height: 48px;
  font-weight: 700;
  text-transform: uppercase; }
  .famie-btn:hover, .famie-btn:focus {
    font-size: 16px;
    font-weight: 700;
    background-color: #0f1112;
    color: #ffffff;
    box-shadow: none; }

.checkout-btn {
  height: 36px;
  line-height: 36px;
  font-size: 14px;
  border-radius: 3px; }
  .checkout-btn:hover, .checkout-btn:focus {
    font-size: 14px;
    font-weight: 700; }

.top-header-area {
  position: relative;
  z-index: 1;
  width: 100%;
  background-color: #f2f4f5; }

.top-header-content {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 40px;
  background-color: #f2f4f5; }
  @media only screen and (max-width: 767px) {
    .top-header-content {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .top-header-content {
      height: auto;
      padding: 15px 0; } }
  @media only screen and (max-width: 767px) {
    .top-header-content {
      height: auto;
      padding: 10px 0; } }
  .top-header-content .top-header-meta {
    position: relative;
    z-index: 1;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    width: 50%; }
    .top-header-content .top-header-meta p {
      margin-bottom: 0;
      font-size: 12px; }
      .top-header-content .top-header-meta p span {
        color: #77b122; }
      @media only screen and (max-width: 767px) {
        .top-header-content .top-header-meta p {
          font-size: 11px; } }
    .top-header-content .top-header-meta a {
      font-size: 12px;
      color: #707070;
      font-weight: 400; }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .top-header-content .top-header-meta a {
          font-size: 16px; } }
      @media only screen and (max-width: 767px) {
        .top-header-content .top-header-meta a {
          font-size: 16px; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .top-header-content .top-header-meta a span {
          display: none; } }
      @media only screen and (max-width: 767px) {
        .top-header-content .top-header-meta a span {
          display: none; } }
      .top-header-content .top-header-meta a:first-child {
        margin-right: 30px; }
      .top-header-content .top-header-meta a:focus, .top-header-content .top-header-meta a:hover {
        color: #77b122; }

.header-area {
  position: relative;
  z-index: 1000;
  width: 100%; }
  .header-area .famie-main-menu {
    position: relative;
    width: 100%; }
    .header-area .famie-main-menu .classy-nav-container {
      position: relative;
      z-index: 1; }
      .header-area .famie-main-menu .classy-nav-container .container {
        position: relative;
        z-index: 1; }
    .header-area .famie-main-menu .classy-navbar {
      padding: 0;
      height: 80px; }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .header-area .famie-main-menu .classy-navbar {
          height: 70px; } }
      @media only screen and (max-width: 767px) {
        .header-area .famie-main-menu .classy-navbar {
          height: 70px; } }
      .header-area .famie-main-menu .classy-navbar .nav-brand {
        max-width: 150px; }
        @media only screen and (min-width: 992px) and (max-width: 1199px) {
          .header-area .famie-main-menu .classy-navbar .nav-brand {
            max-width: 120px; } }
        @media only screen and (max-width: 767px) {
          .header-area .famie-main-menu .classy-navbar .nav-brand {
            max-width: 110px; } }
      .header-area .famie-main-menu .classy-navbar .classynav ul li a {
        font-weight: 400;
        text-transform: uppercase;
        font-size: 14px;
        color: #303030; }
        .header-area .famie-main-menu .classy-navbar .classynav ul li a:focus, .header-area .famie-main-menu .classy-navbar .classynav ul li a:hover {
          color: #77b122; }
      .header-area .famie-main-menu .classy-navbar .classynav ul li ul li a {
        text-transform: capitalize;
        padding: 0 20px;
        font-size: 14px;
        color: #0f1112;
        line-height: 34px;
        height: 35px; }
        @media only screen and (min-width: 768px) and (max-width: 991px) {
          .header-area .famie-main-menu .classy-navbar .classynav ul li ul li a {
            color: #707070; } }
        @media only screen and (max-width: 767px) {
          .header-area .famie-main-menu .classy-navbar .classynav ul li ul li a {
            color: #707070; } }
        .header-area .famie-main-menu .classy-navbar .classynav ul li ul li a::after {
          color: #0f1112; }
        .header-area .famie-main-menu .classy-navbar .classynav ul li ul li a:focus, .header-area .famie-main-menu .classy-navbar .classynav ul li ul li a:hover {
          color: #77b122; }
      .header-area .famie-main-menu .classy-navbar .classynav ul li.active a {
        color: #77b122; }
  .header-area .is-sticky .famie-main-menu {
    z-index: 9999;
    box-shadow: 0 5px 50px 0 rgba(0, 0, 0, 0.2); }
  .header-area #searchIcon {
    position: relative;
    z-index: 1;
    color: #303030;
    margin: 0 25px;
    cursor: pointer;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    display: inline-block; }
    .header-area #searchIcon:focus, .header-area #searchIcon:hover {
      color: #77b122; }
  .header-area #cartIcon {
    position: relative;
    z-index: 1;
    display: inline-block; }
    .header-area #cartIcon a {
      display: inline-block;
      font-size: 18px; }
      .header-area #cartIcon a span {
        position: absolute;
        top: -5px;
        right: -5px;
        z-index: 9;
        display: block;
        width: 15px;
        height: 15px;
        border-radius: 50%;
        background-color: #77b122;
        color: #ffffff;
        font-size: 10px;
        text-align: center;
        line-height: 15px; }

.search-form {
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  position: absolute;
  width: 500px;
  background-color: #ffffff;
  z-index: 1;
  right: 0;
  bottom: -70px;
  height: 50px;
  opacity: 0;
  visibility: hidden;
  box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.15); }
  @media only screen and (max-width: 767px) {
    .search-form {
      width: 280px;
      right: 15px; } }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .search-form {
      width: 320px;
      right: 0; } }
  .search-form input {
    width: 100%;
    height: 50px;
    border-radius: 0;
    border: none;
    padding: 15px;
    font-size: 12px;
    font-style: italic; }
  .search-form .closeIcon {
    position: absolute;
    z-index: 99;
    top: 0;
    right: 15px;
    font-size: 12px;
    color: #707070;
    width: auto;
    height: 16px;
    line-height: 16px;
    top: 50%;
    margin-top: -8px;
    cursor: pointer; }
    .search-form .closeIcon:hover {
      color: #77b122; }
  .search-form.search-active {
    opacity: 1;
    visibility: visible;
    bottom: -55px; }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .classynav {
    padding-bottom: 70px; } }
@media only screen and (max-width: 767px) {
  .classynav {
    padding-bottom: 70px; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .classynav > ul {
    padding-bottom: 20px; } }
@media only screen and (max-width: 767px) {
  .classynav > ul {
    padding-bottom: 20px; } }

.hero-area {
  position: relative;
  z-index: 1;
  width: 100%; }

.single-welcome-slides {
  width: 100%;
  height: 800px;
  position: relative;
  z-index: 1; }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single-welcome-slides {
      height: 550px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-welcome-slides {
      height: 600px; } }
  @media only screen and (max-width: 767px) {
    .single-welcome-slides {
      height: 600px; } }
  @media only screen and (min-width: 480px) and (max-width: 767px) {
    .single-welcome-slides {
      height: 450px; } }
  .single-welcome-slides .welcome-content {
    position: relative;
    z-index: 1; }
    .single-welcome-slides .welcome-content h2 {
      font-size: 50px;
      text-transform: capitalize;
      color: #ffffff; }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .single-welcome-slides .welcome-content h2 {
          font-size: 42px; } }
      @media only screen and (max-width: 767px) {
        .single-welcome-slides .welcome-content h2 {
          font-size: 30px; } }
    .single-welcome-slides .welcome-content p {
      color: #ffffff; }


/*# sourceMappingURL=style.css.map */
