/* ***** 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/bootstrap.min.css);
@import url(css/classy-nav.css);
@import url(css/font-awesome.min.css);
@import url(css/owl.carousel.min.css);
@import url(css/animate.css);
@import url(css/style.css);
@import url(css/magnific-popup.css);
* {
  margin: 0;
  padding: 0; }

body {
  font-family: "Karla", sans-serif;
  color: #707070; }


h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Karla", sans-serif;
  color: #303030;
  line-height: 1.3;
  font-weight: 700; }

p {
  font-family: "Karla", sans-serif;
  color: #707070;
  font-size: 14px;
  line-height: 1.7;
  font-weight: 400; }

a,
a:focus,
a:hover {
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  text-decoration: none;
  outline: 0 solid transparent;
  color: #707070;
  font-weight: 700;
  font-size: 14px;
  font-family: "Karla", sans-serif; }

ul {
  margin: 0; }
  ul li {
    list-style: none; }

img {
  height: auto;
  max-width: 100%; }

.bg-img {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat; }

.bg-white {
  background-color: #ffffff !important; }

.bg-dark {
  background-color: #0f1112 !important; }

.bg-transparent {
  background-color: transparent !important; }

.bg-gray {
  background-color: #f2f4f5; }

.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(0, 0, 0, 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; }

.preloader {
  background-color: #041100;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99999; }

.spinner {
  width: 90px;
  height: 90px;
  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; }


.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: 80px; } }
      .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); }

  
/* Blog */
#news .card {
  border: none;
  transition: transform .3s, box-shadow .3s;
}
#news .card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.1);
}


.contact-maps {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 480px; }
  @media only screen and (max-width: 767px) {
    .contact-maps {
      height: 260px; } }
  .contact-maps iframe {
    width: 100%;
    height: 100%;
    border: none !important; }


.footer-social-info {
  position: relative;
  z-index: 1; }
  .footer-social-info a {
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 30px; }
    .footer-social-info a:last-child {
      margin-bottom: 0; }
    .footer-social-info a i {
      -webkit-transition-duration: 500ms;
      -o-transition-duration: 500ms;
      transition-duration: 500ms;
      width: 40px;
      height: 40px;
      border-radius: 50%;
      text-align: center;
      color: #ffffff;
      border: 1px solid #77b122;
      line-height: 40px; }
    .footer-social-info a span {
      color: #b7b7b7;
      font-size: 14px;
      display: inline-block;
      margin-left: 15px;
      font-weight: 400; }
    .footer-social-info a:focus i, .footer-social-info a:hover i {
      background-color: #77b122; }
    .footer-social-info a:focus span, .footer-social-info a:hover span {
      color: #ffffff; }

/*# sourceMappingURL=style.css.map */
