
/* :: 1.0 Import Fonts */
@import url("https://fonts.googleapis.com/css?family=Dosis:200,300,400,500,600,700,800");
/* :: 2.0 Import All CSS */
@import url(css/bootstrap.min.css);
@import url(css/classy-nav.css);
@import url(css/owl.carousel.min.css);
@import url(css/animate.css);
@import url(css/magnific-popup.css);
@import url(css/font-awesome.min.css);
@import url(css/elegant-icon.css);

/* :: 3.0 Base CSS */
* {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Dosis", sans-serif;
  font-size: 16px;
  color: #707070;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #303030;
  line-height: 1.3;
  font-weight: 500;
}

p {
  color: #707070;
  font-size: 16px;
  line-height: 1.7;
  font-weight: 400;
}

a,
a:hover,
a:focus {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  text-decoration: none;
  outline: 0 solid transparent;
  color: #303030;
  font-weight: 500;
  font-size: 14px;
}

ul,
ol {
  margin: 0;
}

ul li,
ol li {
  list-style: none;
}

img {
  height: auto;
  max-width: 100%;
}

/* :: 3.1.0 Spacing */
.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-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;
}

/* :: 3.2.0 Height */
.height-400 {
  height: 400px;
}

.height-500 {
  height: 500px;
}

.height-600 {
  height: 600px;
}

.height-700 {
  height: 700px;
}

.height-800 {
  height: 800px;
}

/* :: 3.3.0 Section Padding */
.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-70 {
  padding-top: 100px;
  padding-bottom: 70px;
}

/* :: 3.4.0 Section Heading */
.section-heading {
  position: relative;
  z-index: 1;
  margin-bottom: 40px;
}

.section-heading h2 {
  font-size: 30px;
  text-transform: uppercase;
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  .section-heading h2 {
    font-size: 24px;
  }
}

.section-heading p {
  font-size: 16px;
  color: #707070;
  margin-bottom: 0;
}

/* :: 3.5.0 Preloader */
.preloader {
  background-color: #f2f4f5;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999999;
  overflow: hidden;
}

.preloader .preloader-circle {
  width: 80px;
  height: 80px;
  position: relative;
  border-style: solid;
  border-width: 2px;
  border-top-color: #70c745;
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-right-color: transparent;
  z-index: 10;
  border-radius: 50%;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.15);
  background-color: #ffffff;
  -webkit-animation: zoom 2000ms infinite ease;
  animation: zoom 2000ms infinite ease;
}

.preloader .preloader-img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 200;
}

.preloader .preloader-img img {
  max-width: 45px;
}

@-webkit-keyframes zoom {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes zoom {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* :: 3.6.0 Miscellaneous */
.bg-img {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.bg-white {
  background-color: #ffffff !important;
}

.bg-dark {
  background-color: #000000 !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.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(17, 17, 17, 0.5);
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}

.bg-fixed {
  background-attachment: fixed !important;
}

.bg-gray {
  background-color: #f2f4f5;
}

/* :: 3.7.0 ScrollUp */
#scrollUp {
  background-color: #70c745;
  border-radius: 0;
  bottom: 0;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
  color: #ffffff;
  font-size: 24px;
  height: 40px;
  line-height: 40px;
  right: 50px;
  text-align: center;
  width: 40px;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
}

#scrollUp:hover {
  background-color: #303030;
}

/* :: 3.8.0 alazea Button */
.alazea-btn {
  -webkit-transition-duration: 400ms;
  transition-duration: 400ms;
  position: relative;
  z-index: 1;
  display: inline-block;
  min-width: 150px;
  height: 46px;
  color: #ffffff;
  background-color: #70c745;
  border: 2px solid #70c745;
  border-radius: 2px;
  padding: 0 20px;
  font-size: 16px;
  line-height: 42px;
  text-transform: uppercase;
  font-weight: 600;
}

.alazea-btn.active,
.alazea-btn:hover,
.alazea-btn:focus {
  font-size: 16px;
  color: #70c745;
  font-weight: 600;
  background-color: transparent;
  box-shadow: none;
}



/* :: 5.0 Hero Slides Area */
.hero-area,
.hero-post-slides {
  position: relative;
  z-index: 1;
}

.single-hero-post {
  width: 100%;
  height: 890px;
  position: relative;
  z-index: 3;
  overflow: hidden;
}

.slide-image--mobile {
  display: none
}




@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-hero-post {
    height: 790px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-hero-post {
    height: 1380px;
  }

  .slide-image--mobile {
    background-position: top;
    display: block
  }

  .slide-image--desktop {
    display: none
  }

}

@media only screen and (max-width: 767px) {
  .single-hero-post {
    height: 620px;
  }

  .slide-image--mobile {
    background-position: top;
    display: block
  }

  .slide-image--desktop {
    display: none
  }

}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .single-hero-post {
    height: 500px;
  }

  .slide-image--desktop {
    display: block !important;
  }

  .slide-image--mobile {
    display: none !important;
  }
}

.single-hero-post .slide-img {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -10;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.single-hero-post .hero-slides-content {
  position: relative;
  z-index: 1;
  margin-top: 132px;
}

@media only screen and (max-width: 767px) {
  .single-hero-post .hero-slides-content {
    margin-top: 112px;
  }
}

.single-hero-post .hero-slides-content h2 {
  font-size: 45px;
  letter-spacing: 1px;
  color: #ffffff;
  text-transform: uppercase;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-hero-post .hero-slides-content h2 {
    font-size: 36px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-hero-post .hero-slides-content h2 {
    font-size: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .single-hero-post .hero-slides-content h2 {
    font-size: 24px;
  }
}

.single-hero-post .hero-slides-content p {
  font-size: 18px;
  color: #ffffff;
  margin-bottom: 50px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-hero-post .hero-slides-content p {
    font-size: 18px;
  }
}

@media only screen and (max-width: 767px) {
  .single-hero-post .hero-slides-content p {
    font-size: 16px;
  }
}

@media only screen and (max-width: 767px) {
  .single-hero-post .hero-slides-content a {
    min-width: 125px;
    padding: 0 10px;
  }
}

/* .hero-post-slides .owl-item.center .single-hero-post .slide-img {
  -webkit-animation: slide 24s linear infinite;
  animation: slide 24s linear infinite; } */

@-webkit-keyframes slide {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes slide {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

/* :: 17.0 Footer Area CSS */
.footer-area {
  position: relative;
  z-index: 1;
}

.footer-area::after {
  background-color: rgba(4, 43, 15, 0.8);
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}

.footer-area .main-footer-area {
  position: relative;
  z-index: 1;
  padding-top: 80px;
}

.footer-area .single-footer-widget {
  position: relative;
  z-index: 1;
  margin-bottom: 70px;
}

.footer-area .single-footer-widget p {
  color: #b7b7b7;
  margin-bottom: 20px;
}

.footer-area .single-footer-widget .social-info a {
  display: inline-block;
  border: 1px solid #b7b7b7;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-align: center;
  color: #ffffff;
  margin-right: 5px;
  line-height: 38px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-area .single-footer-widget .social-info a {
    width: 30px;
    height: 30px;
    line-height: 28px;
    font-size: 14px;
  }
}

.footer-area .single-footer-widget .social-info a:hover,
.footer-area .single-footer-widget .social-info a:focus {
  border-color: #70c745;
  background-color: #70c745;
}

.footer-area .single-footer-widget .widget-title h5 {
  font-size: 22px;
  color: #ffffff;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.footer-area .single-footer-widget .widget-nav ul {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.footer-area .single-footer-widget .widget-nav ul li {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  width: 50%;
}

.footer-area .single-footer-widget .widget-nav ul li a {
  display: block;
  color: #b7b7b7;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 11px;
}

.footer-area .single-footer-widget .widget-nav ul li a:hover,
.footer-area .single-footer-widget .widget-nav ul li a:focus {
  color: #ffffff;
}

.footer-area .single-footer-widget .single-best-seller-product {
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
}

.footer-area .single-footer-widget .single-best-seller-product::after {
  margin-bottom: 0;
}

.footer-area .single-footer-widget .single-best-seller-product .product-thumbnail {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 70px;
  flex: 0 0 70px;
  max-width: 70px;
  width: 70px;
  margin-right: 30px;
}

.footer-area .single-footer-widget .single-best-seller-product .product-info a {
  display: block;
  color: #b7b7b7;
  font-size: 16px;
  font-weight: 400;
}

.footer-area .single-footer-widget .single-best-seller-product .product-info a:hover,
.footer-area .single-footer-widget .single-best-seller-product .product-info a:focus {
  color: #ffffff;
}

.footer-area .single-footer-widget .single-best-seller-product .product-info p {
  margin-bottom: 0;
  color: #ffffff;
  font-weight: 500;
}

.footer-area .single-footer-widget .contact-information p {
  line-height: 1.3;
  color: #ffffff;
  margin-bottom: 13px;
}

.footer-area .single-footer-widget .contact-information p span {
  color: #b7b7b7;
}

.footer-area .single-footer-widget .contact-information p:last-child {
  margin-bottom: 0;
}

.footer-area .footer-bottom-area {
  position: relative;
  z-index: 1;
}

.footer-area .footer-bottom-area .border-line {
  width: 100%;
  height: 1px;
  background-color: #34513d;
}

.footer-area .footer-bottom-area .copywrite-text {
  position: relative;
  z-index: 1;
  padding: 20px 0;
}

@media only screen and (max-width: 767px) {
  .footer-area .footer-bottom-area .copywrite-text {
    text-align: center;
    padding-bottom: 0;
  }
}

.footer-area .footer-bottom-area .copywrite-text p {
  font-size: 16px;
  color: #b7b7b7;
  font-weight: 400;
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  .footer-area .footer-bottom-area .copywrite-text p {
    font-size: 12px;
  }
}

.footer-area .footer-bottom-area .copywrite-text p a {
  font-size: 14px;
  color: #ffffff;
  font-weight: 500;
}

.footer-area .footer-bottom-area .copywrite-text p a:hover,
.footer-area .footer-bottom-area .copywrite-text p a:focus {
  color: #70c745;
}

@media only screen and (max-width: 767px) {
  .footer-area .footer-bottom-area .copywrite-text p a {
    font-size: 12px;
  }
}

.footer-area .footer-bottom-area .footer-nav {
  position: relative;
  z-index: 1;
  padding: 20px 0;
}

.footer-area .footer-bottom-area .footer-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

@media only screen and (max-width: 767px) {
  .footer-area .footer-bottom-area .footer-nav ul {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.footer-area .footer-bottom-area .footer-nav ul li a {
  display: inline-block;
  color: #b7b7b7;
  font-size: 14px;
  font-weight: 400;
  margin: 0 15px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-area .footer-bottom-area .footer-nav ul li a {
    margin: 0 8px;
  }
}

@media only screen and (max-width: 767px) {
  .footer-area .footer-bottom-area .footer-nav ul li a {
    margin: 0 5px;
  }
}

.footer-area .footer-bottom-area .footer-nav ul li a:hover,
.footer-area .footer-bottom-area .footer-nav ul li a:focus {
  color: #ffffff;
}

.footer-area .footer-bottom-area .footer-nav ul li:last-child a {
  margin-right: 0;
}