/* [Master Stylesheet] */

/*
Template Name: Alazea - Gardening &amp; Landscaping HTML Template
Template Author: Colorlib
Template Author URI: http://colorlib.com
Text Domain: Alazea, Gardening & Landscaping
Version: - v1.0
*/

/* :: 1.0 Import Fonts */

@import url('https://fonts.googleapis.com/css?family=Montserrat|Open+Sans:700');

/* :: 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: 'Montserrat', sans-serif;
  font-size: 16px;
  color: #707070;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Open Sans', sans-serif;
  color: #ffc501;
  line-height: 1;
  font-weight: 700;
}
p {
  color: #707070;
  font-size: 16px;
  line-height: 1.7;
  font-weight: 400;
}
a,
a:hover,
a:focus {
  font-family: 'Open Sans', sans-serif;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  text-decoration: none;
  outline: 0 solid transparent;
  color: #ffc501;
  font-weight: 700;
  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.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.65);
  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: #ffc501;
  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: #ffc501;
}
/* :: 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: #ffc501;
  border: 2px solid #ffc501;
  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: #ffc501;
  font-weight: 600;
  background-color: transparent;
  box-shadow: none;
}
/* :: 4.0 Header Area CSS */

.header-area {
  position: absolute;
  width: 100%;
  z-index: 999;
  top: 0;
  left: 0;
  background-color: transparent;
}
.header-area .top-header-area {
  position: relative;
  z-index: 100;
  background-color: transparent;
  width: 100%;
  height: 42px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-area .top-header-area {
    z-index: 1;
  }
}
@media only screen and (max-width: 767px) {
  .header-area .top-header-area {
    z-index: 1;
  }
}
.header-area .top-header-area .top-header-content {
  position: relative;
  z-index: 1;
  height: 41px;
  border-bottom: 1px double rgba(235, 235, 235, 0.2);
  border-width: 5px;
}
.header-area .top-header-area .top-header-content .top-header-meta a {
  display: inline-block;
  font-size: 12px;
  font-weight: 400;
  color: #ffffff;
  line-height: 1;
}
.header-area .top-header-area .top-header-content .top-header-meta a:first-child {
  margin-right: 30px;
}
.header-area .top-header-area .top-header-content .top-header-meta a i {
  margin-right: 5px;
  color: #ffc501;
}
@media only screen and (max-width: 767px) {

  .header-area .top-header-area .top-header-content .top-header-meta a span {
    display: none;
  }
}
.header-area .top-header-area .top-header-content .top-header-meta .language-dropdown {
  position: relative;
  z-index: 1;
}
.header-area .top-header-area .top-header-content .top-header-meta .language-dropdown::after {
  width: 1px;
  height: 100%;
  background-color: rgba(235, 235, 235, 0.2);
  content: '';
  top: 0;
  right: 15px;
  z-index: 2;
  position: absolute;
}
.header-area .top-header-area .top-header-content .top-header-meta .language-dropdown .btn {
  padding: 0;
  background-color: transparent;
  border: none;
  font-size: 12px;
}
.header-area .top-header-area .top-header-content .top-header-meta .language-dropdown .btn:focus {
  box-shadow: none;
}
.header-area .top-header-area .top-header-content .top-header-meta .language-dropdown .dropdown-menu {
  background-color: #ffc501;
  border: none;
  box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.15);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-area .top-header-area .top-header-content .top-header-meta .language-dropdown .dropdown-menu {
    top: 90px !important;
  }
}
@media only screen and (max-width: 767px) {
  .header-area .top-header-area .top-header-content .top-header-meta .language-dropdown .dropdown-menu {
    min-width: 100px;
    top: 70px !important;
  }
}
.header-area .top-header-area .top-header-content .top-header-meta .language-dropdown .dropdown-menu .dropdown-item:focus,
.header-area .top-header-area .top-header-content .top-header-meta .language-dropdown .dropdown-menu .dropdown-item:hover {
  color: #ffffff;
  background-color: #111111;
}
.header-area .top-header-area .top-header-content .top-header-meta .cart {
  position: relative;
  z-index: 1;
}
.header-area .top-header-area .top-header-content .top-header-meta .cart::after {
  width: 1px;
  height: 100%;
  background-color: rgba(235, 235, 235, 0.2);
  content: '';
  top: 0;
  left: -15px;
  z-index: 2;
  position: absolute;
}
.header-area .top-header-area .top-header-content .top-header-meta .cart a {
  margin-right: 0;
}
.header-area .alazea-main-menu {
  position: relative;
  z-index: 1;
  -webkit-transition-duration: 200ms;
  transition-duration: 200ms;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-area .alazea-main-menu .classy-navbar .classy-menu {
    background-color: #111111;
  }
}
@media only screen and (max-width: 767px) {
  .header-area .alazea-main-menu .classy-navbar .classy-menu {
    background-color: #111111;
  }
}
.header-area .alazea-main-menu .classy-nav-container {
  background-color: transparent;
}
.header-area .alazea-main-menu .classy-navbar {
  height: 90px;
  padding: 0;
}
.header-area .alazea-main-menu .classy-navbar .nav-brand {
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .header-area .alazea-main-menu .classy-navbar {
    height: 70px;
  }
}
.header-area .alazea-main-menu .classynav ul li a {
  font-family: 'Open Sans', sans-serif;
  padding: 10px 15px;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 14px;
  color: #ffffff;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-area .alazea-main-menu .classynav ul li a {
    font-size: 18px;
    padding: 10px 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-area .alazea-main-menu .classynav ul li a {
    background-color: #111111;
    font-size: 16px;
    color: #ffffff;
    border-bottom: none;
  }
}
@media only screen and (max-width: 767px) {
  .header-area .alazea-main-menu .classynav ul li a {
    background-color: #111111;
    font-size: 16px;
    color: #ffffff;
    border-bottom: none;
  }
}
.header-area .alazea-main-menu .classynav ul li a:hover,
.header-area .alazea-main-menu .classynav ul li a:focus,
.header-area .alazea-main-menu .classynav ul li a.active {
  color: #ffc501;
}
.header-area .alazea-main-menu .classynav ul li a::after {
  color: #ffffff;
}
.header-area .alazea-main-menu .classynav ul li ul li a {
  padding: 0 20px;
  color: #ffc501;
  font-size: 14px;
  border-bottom: none;
}
.header-area .alazea-main-menu .classynav ul li ul li a::after {
  color: #ffc501;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-area .alazea-main-menu .classynav ul li ul li a::after {
    color: #ffffff;
  }
}
@media only screen and (max-width: 767px) {
  .header-area .alazea-main-menu .classynav ul li ul li a::after {
    color: #ffffff;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-area .alazea-main-menu .classynav ul li ul li a {
    padding: 0 45px;
    color: #ffffff;
  }
}
@media only screen and (max-width: 767px) {
  .header-area .alazea-main-menu .classynav ul li ul li a {
    padding: 0 45px;
    color: #ffffff;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-area .alazea-main-menu .classy-navbar-toggler .navbarToggler span {
    background-color: #ffffff;
  }
}
@media only screen and (max-width: 767px) {
  .header-area .alazea-main-menu .classy-navbar-toggler .navbarToggler span {
    background-color: #ffffff;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-area .alazea-main-menu .classycloseIcon .cross-wrap span {
    background: #ffffff;
  }
}
@media only screen and (max-width: 767px) {
  .header-area .alazea-main-menu .classycloseIcon .cross-wrap span {
    background: #ffffff;
  }
}
.header-area .alazea-main-menu .search-form {
  position: relative;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
}
.header-area .alazea-main-menu .search-form form {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 100;
  background-color: #ffffff;
  width: 500px;
  border-radius: 5px;
  padding: 30px;
  box-shadow: 0 3px 40px 0 rgba(0, 0, 0, 0.15);
}
@media only screen and (max-width: 767px) {
  .header-area .alazea-main-menu .search-form form {
    width: 290px;
    padding: 20px;
  }
}
.header-area .alazea-main-menu .search-form form input {
  width: 100%;
  height: 45px;
  border: 1px solid #ebebeb;
  padding: 0 30px;
  border-radius: 5px;
  font-size: 14px;
}
@media only screen and (max-width: 767px) {
  .header-area .alazea-main-menu .search-form form input {
    padding: 0 15px;
  }
}
.header-area .alazea-main-menu .search-form .closeIcon {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  position: absolute;
  top: 41px;
  right: 60px;
  z-index: 200;
  cursor: pointer;
  color: #707070;
}
.header-area .alazea-main-menu .search-form .closeIcon:hover {
  color: #ffc501;
}
@media only screen and (max-width: 767px) {
  .header-area .alazea-main-menu .search-form .closeIcon {
    top: 31px;
    right: 35px;
  }
}
.header-area .alazea-main-menu .search-form.active {
  opacity: 1;
  visibility: visible;
}
.header-area .is-sticky .alazea-main-menu {
  background: rgba(0, 0, 0, .85);
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 9999;
  box-shadow: 0 5px 50px 15px rgba(0, 0, 0, 0.2);
}
/* :: 5.0 Hero Slides Area */

.hero-area,
.hero-post-slides {
  position: relative;
  z-index: 1;
}
.single-hero-post {
  width: 100%;
  height: 800px;
  position: relative;
  z-index: 3;
  overflow: hidden;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-hero-post {
    height: 690px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-hero-post {
    height: 600px;
  }
}
@media only screen and (max-width: 767px) {
  .single-hero-post {
    height: 650px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .single-hero-post {
    height: 500px;
  }
}
.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: 90px;
}
@media only screen and (max-width: 767px) {
  .single-hero-post .hero-slides-content {
    margin-top: 70px;
  }
}
.single-hero-post .hero-slides-content h2 {
  font-size: 35px;
  color: #ffffff;
  text-transform: uppercase;
}
.single-hero-post .hero-slides-content h1 {
  font-size: 65px;
  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);
  }
}

/* :: 8.0 Shop Page Area CSS */

.shop-sorting-data {
  position: relative;
  z-index: 1;
  padding-bottom: 25px;
  margin-bottom: 50px;
  border-bottom: 1px solid #ebebeb;
}
@media only screen and (max-width: 767px) {
  .shop-sorting-data .shop-page-count {
    margin-bottom: 30px;
  }
}
.shop-sorting-data .shop-page-count p {
  font-size: 18px;
  color: #707070;
  margin-bottom: 0;
  font-weight: 500;
}
.shop-sorting-data .search_by_terms {
  position: relative;
  z-index: 1;
}
.shop-sorting-data .search_by_terms select {
  width: 180px;
  height: 40px;
  color: #51545f;
  font-size: 16px;
  background-color: #f5f5f5;
  border: 1px solid #ebebeb;
  border-radius: 2px;
  margin-left: 30px;
}
@media only screen and (max-width: 767px) {
  .shop-sorting-data .search_by_terms select {
    margin-left: 0;
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .shop-sorting-data .search_by_terms select {
    margin-left: auto;
    margin-right: 15px;
    margin-bottom: 0;
  }
}
.shop-sorting-data .search_by_terms select:focus {
  box-shadow: none;
}
.shop-widget {
  position: relative;
  z-index: 1;
}
.shop-widget .widget-title {
  text-transform: uppercase;
  margin-bottom: 20px;
}
.shop-widget .custom-control .custom-control-label {
  font-size: 16px;
  color: #707070;
}
.shop-widget .custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #ffc501;
}
.shop-widget .single-best-seller-product {
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
}
.shop-widget .single-best-seller-product::after {
  margin-bottom: 0;
}
.shop-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;
}
.shop-widget .single-best-seller-product .product-info a {
  display: block;
  color: #707070;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 5px;
}
.shop-widget .single-best-seller-product .product-info a:hover,
.shop-widget .single-best-seller-product .product-info a:focus {
  color: #ffc501;
}
.shop-widget .single-best-seller-product .product-info p {
  margin-bottom: 0;
  color: #ffc501;
  font-weight: 500;
}
.shop-widget .single-best-seller-product .product-info .ratings i {
  font-size: 12px;
  color: #ff9800;
}
.slider-range-price {
  position: relative;
  z-index: 1;
}
.shop-widget .ui-slider-handle {
  background-color: #ffc501;
  border: none;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  position: absolute;
  z-index: 30;
  top: -3px;
}
.ui-slider-handle.first-handle {
  display: none !important;
}
.shop-widget .ui-slider-range.ui-widget-header.ui-corner-all {
  background-color: #ffc501;
  position: absolute;
  height: 6px;
  width: auto;
  z-index: 10;
  left: 2px !important;
}
.shop-widget .ui-slider-horizontal {
  height: 6px;
  background-color: #f5f5f5;
  border-radius: 10px;
}
.shop-widget .range-price {
  font-size: 16px;
  font-weight: 500;
  margin-top: 15px;
  text-transform: uppercase;
}
.single_product_thumb {
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .single_product_thumb {
    margin-bottom: 50px;
  }
}
.single_product_thumb .carousel-indicators {
  position: relative;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  margin-right: 0;
  margin-left: 0;
  margin-top: 30px;
}
.single_product_thumb .carousel-indicators li {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100px;
  flex: 0 0 100px;
  width: 100px;
  height: 100px;
  margin-right: 15px;
  margin-left: 15px;
  cursor: pointer;
  border: 1px solid transparent;
  background-size: cover;
}
@media only screen and (max-width: 767px) {
  .single_product_thumb .carousel-indicators li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60px;
    flex: 0 0 60px;
    width: 60px;
    height: 60px;
  }
}
.single_product_thumb .carousel-indicators li.active {
  border: 1px solid #ffc501;
}
.single_product_desc {
  position: relative;
  z-index: 1;
}
.single_product_desc .title {
  font-size: 30px;
  margin-bottom: 10px;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .single_product_desc .title {
    font-size: 24px;
  }
}
.single_product_desc .price {
  font-size: 26px;
  font-weight: 600;
  color: #ffc501;
  margin-bottom: 30px;
}
.single_product_desc .short_overview {
  margin-bottom: 30px;
}
.single_product_desc .short_overview p {
  font-size: 14px;
}
.single_product_desc .cart--area {
  position: relative;
  z-index: 1;
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 50px;
}
.single_product_desc .cart {
  position: relative;
  z-index: 1;
}
.single_product_desc .cart .quantity {
  position: relative;
  z-index: 1;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 130px;
  flex: 0 0 130px;
  max-width: 130px;
  width: 130px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single_product_desc .cart .quantity {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70px;
    flex: 0 0 70px;
    max-width: 70px;
    width: 70px;
  }
}
.single_product_desc .cart .quantity .qty-text {
  height: 46px;
  padding: 5px 15px;
  width: 130px;
  -moz-appearance: textfield;
  -webkit-appearance: textfield;
  appearance: textfield;
  font-size: 14px;
  border: none;
  background-color: #f2f4f5;
  text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single_product_desc .cart .quantity .qty-text {
    width: 70px;
  }
}
.single_product_desc .cart .quantity .qty-minus,
.single_product_desc .cart .quantity .qty-plus {
  display: block;
  height: 100%;
  position: absolute;
  left: 10px;
  text-align: center;
  top: 0;
  width: 30px;
  z-index: 99;
  cursor: pointer;
  font-size: 8px;
  line-height: 46px;
  color: #ffc501;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single_product_desc .cart .quantity .qty-minus,
  .single_product_desc .cart .quantity .qty-plus {
    left: 0;
  }
}
.single_product_desc .cart .quantity .qty-plus {
  left: auto;
  right: 10px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single_product_desc .cart .quantity .qty-plus {
    right: 0;
  }
}
.single_product_desc .wishlist-compare {
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .single_product_desc .wishlist-compare {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .single_product_desc .wishlist-compare {
    margin-top: 0;
  }
}
.single_product_desc .wishlist-compare a {
  background-color: #f2f4f5;
  display: inline-block;
  width: 46px;
  height: 46px;
  text-align: center;
  line-height: 46px;
  font-size: 18px;
}
.single_product_desc .products--meta {
  position: relative;
  z-index: 1;
  padding-top: 50px;
}
.single_product_desc .products--meta p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.single_product_desc .products--meta p span:first-child {
  font-weight: 500;
  color: #ffc501;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 150px;
  flex: 0 0 150px;
  max-width: 150px;
  width: 150px;
}
.single_product_desc .products--meta p span:last-child {
  font-weight: 400;
  color: #707070;
}
.single_product_desc .products--meta p span:last-child a {
  color: #cccccc;
  font-size: 14px;
  margin-right: 15px;
}
.single_product_desc .products--meta p span:last-child a:hover {
  color: #ffc501;
}
.product_details_tab {
  position: relative;
  z-index: 1;
  padding: 50px 0;
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
}
.product_details_tab .nav-tabs {
  border-bottom: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 30px;
}
.product_details_tab .nav-tabs .nav-link {
  border: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  padding: 0 15px;
  font-size: 20px;
  color: #ffc501;
}
.product_details_tab .nav-tabs .nav-link.active,
.product_details_tab .nav-tabs .nav-link:hover {
  color: #ffc501;
}
.product_details_tab .additional_info_area p {
  color: #ffc501;
}
.product_details_tab .additional_info_area p span {
  color: #707070;
}
.product_details_tab .review-rating i {
  color: #ff9800;
  font-size: 14px;
}
.product_details_tab .review-rating > span {
  font-size: 16px;
  font-weight: 500;
  color: #ffc501;
}
.submit_a_review_area form .stars {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAABaCAYAAACv+ebYAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNXG14zYAAAAWdEVYdENyZWF0aW9uIFRpbWUAMDcvMDMvMTNJ3Rb7AAACnklEQVRoge2XwW3bMBSGPxa9NxtIGzTAW8DdRL7o3A0qb+BrdNIm9QAm0G7gbJBMwB5MoVJNUSRFIXGqHwhkmXr68hOPNH9ljOEt9OlNqBs4RlrrSmtdpdZ/Ti0EGnvtUoqTHFunBVCkuk6d6mbi83rggdteSa5THDeB3+UDO9z2inatXFum1roESuAReAB29vp15n2/gRfgZK+/gIuIXLxgrfUO+Bnzn0fom4ic+pvRVNuB/QrQ/RB6A7bwLjN8b985krO5MsKd0ElwJvgk1AteCPdCYWI5/SutddQxRUTU3DOzG4hd01EKqQnZuaLBITUh4F0CeLYm5CDw6PjuFTjaz9+BLwE1I8VO9StwAEoRaUSkseMHO+aqcWq2qwcdfQCOIvIy8dwDV/c/YL6zvWDbnQ3QuH5hltQEreM1dH/n6g28gT8eWLVUqqVKrb+vtGidFkCR6vp+0uLAba8k1/eRFh1ue0W7dv4sqpaSjGnR1Fy8YNWyY8W0aGpO/c1oqu3AKmlxCL0BW3iXGb637xzJ2VwZ4U7oJDgTfBLqBS+Ee6EQeMpULVFHUVOzPC3aNR2lkJotLbr0vtKiqWlMTcNaaXHQ0QfgaGqcaVG1jNLibGcbYyb/eDIlT6bjyZS+51JqtrS4gTfw/wzWqkKrKrU8fQPR6gKAmDKlPM3x1WkBFKmu0xxf3fZR5jnFdbzjv257JbmOdzx22yvadZzjW7e9ol27HWtVkjEtIubiB2u1Y8W0iJhTfzOe6uvAKmlxCL0FX+FdZvjevnMkd3Plgzuh0+A88EmoH7wM7oVC6AaiVdwuI2Z5WrRrOk4BNVtadOl9pUXENIhpWCstDjr6ABwR40yLaDVKi7Od7U1/Z0pzpjNngtNiaM2WFj8++A+motm0NTqjmwAAAABJRU5ErkJggg==") repeat-x 0 0;
  width: 150px;
}
.submit_a_review_area form .stars::after,
.submit_a_review_area form .stars::before {
  display: table;
  content: "";
}
.submit_a_review_area form .stars::after {
  clear: both;
}
.submit_a_review_area form .stars input[type="radio"] {
  position: absolute;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.submit_a_review_area form .stars input[type="radio"].star-5:checked ~ span {
  width: 100%;
}
.submit_a_review_area form .stars input[type="radio"].star-4:checked ~ span {
  width: 80%;
}
.submit_a_review_area form .stars input[type="radio"].star-3:checked ~ span {
  width: 60%;
}
.submit_a_review_area form .stars input[type="radio"].star-2:checked ~ span {
  width: 40%;
}
.submit_a_review_area form .stars input[type="radio"].star-1:checked ~ span {
  width: 20%;
}
.submit_a_review_area form .stars label {
  display: block;
  width: 30px;
  height: 30px;
  margin: 0 !important;
  padding: 0 !important;
  text-indent: -999em;
  float: left;
  position: relative;
  z-index: 10;
  background: transparent !important;
  cursor: pointer;
}
.submit_a_review_area form .stars label:hover ~ span {
  background-position: 0 -30px;
}
.submit_a_review_area form .stars label.star-5:hover ~ span {
  width: 100% !important;
}
.submit_a_review_area form .stars label.star-4:hover ~ span {
  width: 80% !important;
}
.submit_a_review_area form .stars label.star-3:hover ~ span {
  width: 60% !important;
}
.submit_a_review_area form .stars label.star-2:hover ~ span {
  width: 40% !important;
}
.submit_a_review_area form .stars label.star-1:hover ~ span {
  width: 20% !important;
}
.submit_a_review_area form .stars span {
  display: block;
  width: 0;
  position: relative;
  top: 0;
  left: 0;
  height: 30px;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAABaCAYAAACv+ebYAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNXG14zYAAAAWdEVYdENyZWF0aW9uIFRpbWUAMDcvMDMvMTNJ3Rb7AAACnklEQVRoge2XwW3bMBSGPxa9NxtIGzTAW8DdRL7o3A0qb+BrdNIm9QAm0G7gbJBMwB5MoVJNUSRFIXGqHwhkmXr68hOPNH9ljOEt9OlNqBs4RlrrSmtdpdZ/Ti0EGnvtUoqTHFunBVCkuk6d6mbi83rggdteSa5THDeB3+UDO9z2inatXFum1roESuAReAB29vp15n2/gRfgZK+/gIuIXLxgrfUO+Bnzn0fom4ic+pvRVNuB/QrQ/RB6A7bwLjN8b985krO5MsKd0ElwJvgk1AteCPdCYWI5/SutddQxRUTU3DOzG4hd01EKqQnZuaLBITUh4F0CeLYm5CDw6PjuFTjaz9+BLwE1I8VO9StwAEoRaUSkseMHO+aqcWq2qwcdfQCOIvIy8dwDV/c/YL6zvWDbnQ3QuH5hltQEreM1dH/n6g28gT8eWLVUqqVKrb+vtGidFkCR6vp+0uLAba8k1/eRFh1ue0W7dv4sqpaSjGnR1Fy8YNWyY8W0aGpO/c1oqu3AKmlxCL0BW3iXGb637xzJ2VwZ4U7oJDgTfBLqBS+Ee6EQeMpULVFHUVOzPC3aNR2lkJotLbr0vtKiqWlMTcNaaXHQ0QfgaGqcaVG1jNLibGcbYyb/eDIlT6bjyZS+51JqtrS4gTfw/wzWqkKrKrU8fQPR6gKAmDKlPM3x1WkBFKmu0xxf3fZR5jnFdbzjv257JbmOdzx22yvadZzjW7e9ol27HWtVkjEtIubiB2u1Y8W0iJhTfzOe6uvAKmlxCL0FX+FdZvjevnMkd3Plgzuh0+A88EmoH7wM7oVC6AaiVdwuI2Z5WrRrOk4BNVtadOl9pUXENIhpWCstDjr6ABwR40yLaDVKi7Od7U1/Z0pzpjNngtNiaM2WFj8++A+motm0NTqjmwAAAABJRU5ErkJggg==") repeat-x 0 -60px;
  -webkit-transition: -webkit-width 0.5s;
  -webkit-transition: width 0.5s;
  transition: width 0.5s;
}
.review-details p {
  font-size: 12px;
}
.submit_a_review_area h4 {
  font-size: 20px;
}
.submit_a_review_area .form-group > label {
  font-size: 14px;
}
.submit_a_review_area input,
.submit_a_review_area select {
  font-size: 14px;
  width: 100%;
  height: 40px;
  border: none;
  background-color: #f2f4f5;
  border-radius: 0;
}
.submit_a_review_area textarea {
  width: 100%;
  height: 100px;
  border: none;
  border-radius: 0;
  background-color: #f2f4f5;
}

/* :: 11.0 Testimonial Area CSS */

.testimonials-slides {
  position: relative;
  z-index: 1;
}
.testimonials-slides .owl-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 30px;
  position: relative;
  z-index: 1;
  width: 50%;
}
@media only screen and (max-width: 767px) {
  .testimonials-slides .owl-dots {
    width: 100%;
  }
}
.testimonials-slides .owl-dots .owl-dot {
  position: relative;
  z-index: 1;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 12px;
  flex: 0 0 12px;
  max-width: 12px;
  width: 12px;
  border: 2px solid #b6b7b7;
  height: 12px;
  margin: 0 6px;
  border-radius: 50%;
}
.testimonials-slides .owl-dots .owl-dot::after {
  width: 4px;
  height: 4px;
  background-color: #ffc501;
  border-radius: 50%;
  content: '';
  position: absolute;
  top: 2px;
  left: 2px;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
}
.testimonials-slides .owl-dots .owl-dot.active {
  border-color: #ffc501;
}
.testimonials-slides .owl-dots .owl-dot.active::after {
  opacity: 1;
  visibility: visible;
}
.single-testimonial-slide {
  position: relative;
  z-index: 1;
}
.single-testimonial-slide .testimonial-thumb {
  width: 300px;
  height: 300px;
  margin: auto;
  box-shadow: 0 1px 20px 0 rgba(0, 0, 0, 0.15);
}
.single-testimonial-slide .testimonial-thumb img {}@media only screen and (max-width: 767px) {
  .single-testimonial-slide .testimonial-thumb {
    width: 250px;
    height: 250px;
    margin-bottom: 50px;
  }
}
.single-testimonial-slide .testimonial-content .testimonial-author-info h6 {
  font-size: 18px;
  margin-bottom: 0;
}
.single-testimonial-slide .testimonial-content .testimonial-author-info p {
  margin-bottom: 0;
  color: #ffc501;
}
/* :: 12.0 About Us Area CSS */

.about-us-area {
  position: relative;
  z-index: 1;
}
.about-us-area .border-line {
  width: 100%;
  height: 1px;
  background-color: #ebebeb;
  margin-top: 50px;
}
.single-benefits-area {
  position: relative;
  z-index: 1;
  margin-bottom: 50px;
}
.single-benefits-area img {
  margin-bottom: 20px;
  width: 100px;
  height: auto;
}
.single-benefits-area p {
  margin-bottom: 0;
}
/* :: 13.0 Service Area CSS */

.single-service-area {
  position: relative;
  z-index: 1;
  margin-bottom: 50px;
}
.single-service-area:last-child {
  margin-bottom: 0;
}
.single-service-area .service-icon {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 55px;
  flex: 0 0 55px;
  max-width: 55px;
  width: 55px;
}
.single-service-area .service-content p {
  margin-bottom: 0;
}
.alazea-video-area {
  position: relative;
  z-index: 1;
  border-radius: 6px;
  box-shadow: 0 1px 20px 0 rgba(0, 0, 0, 0.15);
}
.alazea-video-area.bg-overlay:after {
  border-radius: 6px;
}
.alazea-video-area img {
  position: relative;
  z-index: -21;
  border-radius: 6px;
}
.alazea-video-area .video-icon {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  width: 70px;
  height: 70px;
  background-color: #ffc501;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -35px;
  margin-left: -35px;
  z-index: 100;
  border-radius: 50%;
  line-height: 72px;
  text-align: center;
  cursor: pointer;
  opacity: 0.9;
}
.alazea-video-area .video-icon i {
  color: #ffffff;
  font-size: 24px;
}
.alazea-video-area .video-icon:hover {
  opacity: 1;
  box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.15);
}
/* :: 14.0 Team Member Area CSS */

.single-team-member {
  position: relative;
  z-index: 1;
}
.single-team-member .team-member-thumb {
  position: relative;
  z-index: 1;
}
.single-team-member .team-member-thumb img {
  width: 100%;
}
.single-team-member .team-member-thumb .team-member-social-info {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 197, 1, 1);
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  text-align: center;
}
.single-team-member .team-member-thumb .team-member-social-info p {
  text-align: center;
  color: #ffffff;
  line-height: 1.5;
  padding: 0 15px;
}
.single-team-member .team-member-thumb .team-member-social-info a {
  color: #ffffff;
  margin: 0 15px;
}
.single-team-member .team-member-thumb .team-member-social-info a:hover {
  color: #70c745;
}
.single-team-member .team-member-info h5 {
  color: #000000;
  margin-bottom: 10px;
}
.single-team-member .team-member-info p {
  margin-bottom: 0;
}
.single-team-member:hover .team-member-thumb .team-member-social-info {
  opacity: 1;
  visibility: visible;
}
/* :: 15.0 Portfolio Area CSS */

.alazea-portfolio-filter {
  position: relative;
  z-index: 1;
  text-align: center;
  margin-bottom: 30px;
}
.alazea-portfolio-filter .btn {
  padding: 0;
  font-size: 16px;
  color: #707070;
  font-weight: 500;
  background-color: #f6f6f6;
  padding: 5px 20px;
  margin-bottom: 15px;
}
@media only screen and (max-width: 767px) {
  .alazea-portfolio-filter .btn {
    font-size: 16px;
    padding: 0 5px;
  }
}
.alazea-portfolio-filter .btn:hover,
.alazea-portfolio-filter .btn:focus {
  color: #ffffff;
  background-color: #ffc501;
  box-shadow: none;
}
.alazea-portfolio.row {
  margin-right: -10px;
  margin-left: -10px;
}
.alazea-portfolio .col-12 {
  padding-left: 10px;
  padding-right: 10px;
}
.single_portfolio_item {
  position: relative;
  z-index: 10;
  margin-top: 20px;
  overflow: hidden;
  height: 400px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single_portfolio_item {
    height: 290px;
  }
}
@media only screen and (max-width: 767px) {
  .single_portfolio_item {
    height: 300px;
  }
}
.single_portfolio_item .portfolio-thumbnail {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  width: calc(100% - 20px);
  position: absolute;
  height: 100%;
  top: 0;
  left: 10px;
  right: 10px;
  background-repeat: no-repeat;
}
.single_portfolio_item .portfolio-hover-overlay {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  width: calc(100% - 20px);
  height: 100%;
  top: 0;
  left: 10px;
  right: 10px;
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  z-index: 10;
  text-align: center;
  opacity: 0;
  visibility: hidden;
}
.single_portfolio_item .portfolio-hover-overlay a {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 30;
}
.single_portfolio_item .portfolio-hover-overlay a .port-hover-text h3 {
  font-size: 28px;
  color: #ffffff;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single_portfolio_item .portfolio-hover-overlay a .port-hover-text h3 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .single_portfolio_item .portfolio-hover-overlay a .port-hover-text h3 {
    font-size: 18px;
  }
}
.single_portfolio_item .portfolio-hover-overlay a .port-hover-text h5 {
  font-size: 18px;
  margin-bottom: 0;
  color: #ffffff;
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  .single_portfolio_item .portfolio-hover-overlay a .port-hover-text h5 {
    font-size: 14px;
  }
}
.single_portfolio_item:hover {} .single_portfolio_item:hover .portfolio-hover-overlay {
  opacity: 1;
  visibility: visible;
}
.portfolio-page .single_portfolio_item {
  max-height: 220px;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #ffffff;
  right: 0;
  text-align: center;
  padding-right: 0;
  top: 40px;
  width: 36px;
  height: 36px;
  background-color: #ffc501;
  line-height: 36px;
}
.mfp-bottom-bar {
  margin-top: 0;
  top: auto;
  bottom: 55px;
  left: 0;
  width: 100%;
  cursor: auto;
  background-color: transparent;
  padding: 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
}
.mfp-bottom-bar .mfp-title {
  line-height: normal;
  color: #ffffff;
  padding-right: 0;
  background-color: #ffc501;
  padding: 8px 20px;
  border-radius: 30px;
  font-size: 12px;
  font-weight: 700;
}
.mfp-bottom-bar .mfp-counter {
  color: #ffffff;
  position: relative;
  line-height: normal;
  background-color: #ffc501;
  padding: 8px 20px;
  border-radius: 30px;
  font-size: 12px;
  font-weight: 700;
}

/* :: 17.0 Footer Area CSS */

.footer-area {
  position: relative;
  z-index: 1;
}
.footer-area::after {
  background-color: rgba(0, 0, 0, 0.1);
  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: #ffc501;
  background-color: #ffc501;
}
.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%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  line-height: 40px;
  transition: all 700ms ease 0s;
}
.footer-area .single-footer-widget .widget-nav ul li a {
  display: block;
  color: #b7b7b7;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 7px;
}
.footer-area .single-footer-widget .widget-nav ul li a i {
  font-size: 18px;
  color: #b7b7b7;
  display: inline-block;
  padding-right: 7px;
  transition: color .3s ease;
}
.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.5;
  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 .single-footer-widget .contact-information h5 {
  line-height: 1.3;
  font-size: 18px;
  margin-bottom: 5px;
}
.footer-area .footer-bottom-area {
  position: relative;
  z-index: 1;
}
.footer-area .footer-bottom-area .border-line {
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.2);
}
.footer-area .footer-bottom-area .copywrite-text {
  position: relative;
  z-index: 1;
  padding: 20px 0;
}
@media only screen and (max-width: 767px) {
  .footer-area .single-footer-widget .widget-nav ul li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
  }
  .footer-area .footer-bottom-area .copywrite-text {
    text-align: center;
    padding-bottom: 0;
  }
}
.footer-area .footer-bottom-area .copywrite-text p {
  font-size: 14px;
  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: #ffc501;
}
@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;
}
/* :: 18.0 Breadcumb Area CSS */

.breadcrumb-area {
  background: #f6f6f6 none repeat scroll 0 0;
  position: relative;
  z-index: 10;
  width: 100%;
}
.breadcrumb-area .top-breadcrumb-area {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 350px;
}
@media only screen and (max-width: 767px) {
  .breadcrumb-area .top-breadcrumb-area {
    height: 220px;
  }
}
.breadcrumb-area .top-breadcrumb-area h2 {
  margin-top: 132px;
  font-size: 36px;
  color: #ffffff;
  margin-bottom: 0;
  line-height: 1;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .breadcrumb-area .top-breadcrumb-area h2 {
    margin-top: 112px;
    font-size: 30px;
  }
}
.breadcrumb-area .breadcrumb {
  margin: 0;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 0;
  padding-right: 0;
  background-color: transparent;
}
.breadcrumb-area .breadcrumb .breadcrumb-item {
  font-size: 16px;
  color: #000000;
  text-transform: capitalize;
}
.breadcrumb-area .breadcrumb .breadcrumb-item a {
  text-transform: capitalize;
  font-size: 16px;
  color: #000000;
}
.breadcrumb-area .breadcrumb .breadcrumb-item a:hover,
.breadcrumb-area .breadcrumb .breadcrumb-item a:focus {
  color: #000000;
}
.breadcrumb-area .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  color: #000000;
  content: ">";
}
/* :: 19.0 Blog Area CSS */

.single-blog-post {
  position: relative;
  z-index: 1;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
}
.single-blog-post .post-thumbnail {
  position: relative;
  z-index: 1;
}
.single-blog-post .post-content .post-title h5 {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  line-height: 1.5;
  margin-bottom: 15px;
}
.single-blog-post .post-content .post-title h5:hover {
  color: #ffc501;
}
.single-blog-post .post-content .post-meta {
  position: relative;
  z-index: 1;
  margin-bottom: 10px;
}
.single-blog-post .post-content .post-meta a {
  position: relative;
  z-index: 1;
  display: inline-block;
  font-size: 14px;
  color: #b7b7b7;
  margin-right: 30px;
}
.single-blog-post .post-content .post-meta a:last-child::after {
  content: '/';
  top: 0;
  left: -20px;
  position: absolute;
  z-index: 1;
}
.single-blog-post .post-content .post-meta a i {
  margin-right: 5px;
  color: #ffc501;
}
.single-blog-post .post-content .post-meta a:hover {
  color: #ffc501;
}
.single-blog-post .post-content .post-excerpt {
  font-size: 16px;
  color: #707070;
  margin-bottom: 0;
}
.single-blog-post:hover .post-content .post-title h5 {
  color: #ffc501;
}
.pagination {
  position: relative;
  z-index: 1;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.pagination .page-item .page-link {
  color: #707070;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  text-align: center;
  font-size: 18px;
  line-height: 44px;
  padding: 0;
  margin: 0 10px;
}
.pagination .page-item .page-link:hover,
.pagination .page-item .page-link:focus {
  border-color: #ffc501;
  background-color: #ffc501;
  color: #ffffff;
}
.shop-products-area .pagination {
  position: relative;
  z-index: 1;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.shop-products-area .pagination .page-item .page-link {
  color: #707070;
  width: 46px;
  height: 46px;
  border-radius: 0;
  text-align: center;
  border: 1px solid #ebebeb;
  font-size: 18px;
  line-height: 44px;
  padding: 0;
  margin: 0 10px;
  background-color: #f5f5f5;
}
.shop-products-area .pagination .page-item .page-link:hover,
.shop-products-area .pagination .page-item .page-link:focus {
  border-color: #ffc501;
  background-color: #ffc501;
  color: #ffffff;
}
/* :: 23.0 Contact Area CSS */

.map-area {
  position: relative;
  z-index: 2;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.15);
}
.map-area iframe {
  width: 100%;
  height: 400px;
  border: none;
  margin-bottom: 0;
  border-radius: 5px;
}
@media only screen and (max-width: 767px) {
  .map-area iframe {
    height: 320px;
  }
}
.contact-form-area .form-control {
  position: relative;
  z-index: 2;
  height: 45px;
  width: 100%;
  background-color: #ffffff;
  font-size: 16px;
  margin-bottom: 15px;
  border: 1px solid #e1e1e1;
  border-radius: 2px;
  padding: 15px 20px;
  font-weight: 400;
  color: #b7b7b7;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
}
.contact-form-area .form-control:focus {
  box-shadow: none;
  border-color: #ffc501;
}
.contact-form-area textarea.form-control {
  height: 80px;
}
.contact-information p {
  line-height: 1.3;
  color: #707070;
  margin-bottom: 13px;
}
.contact-information p span {
  color: #ffc501;
}
.contact-information p:last-child {
  margin-bottom: 0;
}
.contact--thumbnail {
  position: relative;
  z-index: 1;
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.15);
}
@media only screen and (max-width: 767px) {
  .contact--thumbnail {
    margin-bottom: 100px;
  }
}
/* :: 24.0 Portfolio Details Area CSS */

.portfolio-details-area {
  position: relative;
  z-index: 1;
}
.portfolio-details-area ul li {
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
}
.portfolio-details-area ul li i {
  color: #ffc501;
  margin-right: 15px;
}
.portfolio-slides {
  position: relative;
  z-index: 1;
}
.portfolio-slides .owl-prev {
  position: absolute;
  top: calc(50% - 30px);
  color: #ffffff;
  font-size: 50px;
  left: 30%;
  z-index: 10;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  line-height: 1;
}
.portfolio-slides .owl-next {
  position: absolute;
  top: calc(50% - 30px);
  color: #ffffff;
  font-size: 50px;
  right: 30%;
  z-index: 10;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  line-height: 1;
}
.portfolio-slides .owl-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 50px;
  position: relative;
  z-index: 1;
  width: 100%;
}
.portfolio-slides .owl-dots .owl-dot {
  position: relative;
  z-index: 1;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 12px;
  flex: 0 0 12px;
  max-width: 12px;
  width: 12px;
  border: 2px solid #b7b7b7;
  height: 12px;
  margin: 0 6px;
  border-radius: 50%;
}
.portfolio-slides .owl-dots .owl-dot::after {
  width: 4px;
  height: 4px;
  background-color: #ffc501;
  border-radius: 50%;
  content: '';
  position: absolute;
  top: 2px;
  left: 2px;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
}
.portfolio-slides .owl-dots .owl-dot.active {
  border-color: #ffc501;
}
.portfolio-slides .owl-dots .owl-dot.active::after {
  opacity: 1;
  visibility: visible;
}
.portfolio-details-meta {
  position: relative;
  z-index: 1;
  margin-bottom: 25px;
}
.portfolio-details-meta h5 {
  margin-bottom: 5px;
}
.portfolio-details-meta p {
  margin-bottom: 0;
}
.portfolio-details-meta:last-child {
  margin-bottom: 0;
}
/* ======= The End ======= */

/*# sourceMappingURL=style.css.map */

.appointment {
  margin-top: 15px;
  margin-left: 15px;
}
.appointment a:hover {
  color: #ffc501;
}
.header-area .alazea-main-menu .classynav ul li a span.decor,
.header-area .alazea-main-menu .classynav ul li a span.decor:before,
.header-area .alazea-main-menu .classynav ul li a span.decor:after {
  height: 1px;
  background: #ffc501;
  visibility: hidden;
  opacity: 0;
  transition: visibility .4s ease, opacity .4s ease, transform .4s ease;
  transform: translate3d(50px, 0, 0);
}
.header-area .alazea-main-menu .classynav ul li:hover a span.decor,
.header-area .alazea-main-menu .classynav ul li:hover a span.decor:before,
.header-area .alazea-main-menu .classynav ul li:hover a span.decor:after,
.header-area .alazea-main-menu .classynav ul li a.active> span.decor,
.header-area .alazea-main-menu .classynav ul li a.active> span.decor:before,
.header-area .alazea-main-menu .classynav ul li a.active> span.decor:after {
  transform: translate3d(0px, 0, 0);
  visibility: visible;
  opacity: 1;
}
.header-area .alazea-main-menu .classynav ul li a span.decor,
.header-area .alazea-main-menu .classynav ul li a span.decor:before,
.header-area .alazea-main-menu .classynav ul li a span.decor:after {
  content: '';
  display: block;
}
.header-area .alazea-main-menu .classynav ul li a span.decor {
  width: 20px;
  bottom: 20px;
  position: absolute;
}
.header-area .alazea-main-menu .classynav ul li a span.decor:before {
  width: 30px;
  margin-top: -3px;
}
.header-area .alazea-main-menu .classynav ul li a span.decor:after {
  width: 10px;
  top: 5px;
  position: relative;
}
/*
* 7.= Call to action styles
*/

.call-to-action-area {
  background: #ffc501 none repeat scroll 0 0;
  margin-bottom: 59px;
  padding-top: 24px;
}
.call-to-action-area .box {
  background: #ffc501 none repeat scroll 0 0;
  height: 60px;
  margin: 0 auto;
  position: relative;
  top: 35px;
  width: 950px;
}
.call-to-action-area .box:before {
  position: absolute;
  top: -28px;
  left: -55px;
  width: 100px;
  height: 60px;
  background: #ffc501;
  content: "";
  transform: rotate(55deg);
}
.call-to-action-area .box:after {
  position: absolute;
  top: -28px;
  right: -55px;
  width: 100px;
  height: 60px;
  background: #ffc501;
  content: "";
  transform: rotate(-55deg);
}
.call-to-action-area .box h2 {
  color: #ffffff;
  font-size: 22px;
  font-weight: 700;
  padding-left: 25px;
  position: relative;
  text-transform: uppercase;
  top: -10px;
}
.call-to-action-area .box a {
  width: 220px;
  height: 50px;
  background: #ffffff;
}
.call-to-action-area .box a {
  background: #000 none repeat scroll 0 0;
  color: #fff;
  display: block;
  font-size: 14px;
  font-weight: 700;
  height: 50px;
  left: 20px;
  padding: 12px 0;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  top: -25px;
  width: 220px;
  z-index: 2;
  transition: all 1s ease 0s;
  border: 2px solid #ffc501;
}
.call-to-action-area .box a:hover {
  transition: all 1s ease 0s;
  border-radius: 30px;
  color: #ffc501;
  border: 2px solid #000;
}

/* Medium screen  */

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    /*==== Start call to action area  css ====*/
    .call-to-action-area .box {
        width: 870px;
    }

    .call-to-action-area .box h2 {
        font-size: 20px;
        padding-left: 25;
        top: -15px;
        line-height: 24px;
        z-index: 1000;
    }

    .call-to-action-area .box a {
        background: #000 none repeat scroll 0 0;
        color: #fff;
        display: block;
        font-size: 14px;
        font-weight: 700;
        height: 50px;
        left: 20px;
        padding: 12px 0;
        position: relative;
        text-align: center;
        text-transform: uppercase;
        top: -25px;
        width: 220px;
        z-index: 2;
        transition: all 1s ease 0s;
        border: 2px solid #ffc501;
    }

    /*==== End call to action area  css ====*/
    /*===Start trusted service area  css====*/

    .features-area .top-bg {
        width: 870px;
    }

    .trusted-service-area .single-item .content {
        padding-left: 20px;
    }
    .trusted-service-area .single-item .icon-holder span::before {
        top: -41px;
    }
    .trusted-service-area .single-item .content h3 {
        font-size: 20px;
    }}
    /*===End trusted service area  css ====*/
/* Tablet Layout: 768px. */

@media only screen and (min-width: 768px) and (max-width: 991px) {
    /*==== Start call to action area css ====*/
    .call-to-action-area .box {
        width: 650px;
    }
    .call-to-action-area .box h2 {
        padding-left: 0;
        text-align: center;
        top: -55px;
    }
    .call-to-action-area .box a {
        left: 0;
        margin: 0 auto;
        top: -45px;
    }
    /*==== End call to action area css ====*/
.features-area .top-bg {display: none;}}

    /* Mobile Layout: 320px. */

@media only screen and (max-width: 767px) {
    
    
    /*==== Start call to action area css ====*/
    
    .call-to-action-area {
        padding-top: 15px;
        margin-bottom: 40px;
    }
    
    .call-to-action-area .box {
        top: 45px;
        width: 235px;
    }

    .call-to-action-area .box h2 {
        font-size: 18px;
        padding-left: 0;
        text-align: center;
        top: -30px;
        line-height: 20px;
        z-index: 1000;
    }
    .call-to-action-area .box a {
        display: none;
    }
    /*==== End call to action area css ====*/

    /*==== Start trusted service area css ====*/
    .features-area .top-bg {
        display: none;
    }

    .trusted-service-area .single-item {
        padding-bottom: 35px;
    }
    .trusted-service-area .single-item .icon-holder span::before {
        top: -17px;
    }
    .trusted-service-area .single-item .content {
        padding-left: 20px;
    }}
    /*==== End trusted service area css ====*/
/* Wide Mobile Layout: 480px. */

@media only screen and (min-width: 480px) and (max-width: 767px) {
    /*==== Start call to action area css ====*/
    .call-to-action-area .box {
        width: 350px;
    }
    .call-to-action-area .box h2 {
        padding-left: 0;
        text-align: center;
        top: -65px;
        font-size: 20px;
    }
    .call-to-action-area .box a {
        left: 0;
        margin: 0 auto;
        top: -55px;
    }
    /*==== End call to action area css ====*/
    /*==== Start best service area css ====*/
    .features-area .top-bg {
        display: none;
    }
    /*==== End best service area css ====*/
}

/*====================================*/
.section-heading span.decor {
  border: 1px solid #ebebeb;
  height: 10px;
  width: 10px;
  left: 71px;
  display: inline-block;
  border-radius: 50%;
  position: relative;
}
.section-heading span.decor-1 {
  border: 1px solid #ebebeb;
  height: 10px;
  width: 10px;
  display: inline-block;
  border-radius: 50%;
  position: relative;
}
.section-heading span.decor::before,
.section-heading span.decor-1::before {
  background: #eaeaea none repeat scroll 0 0;
  content: "";
  height: 1px;
  left: -71px;
  position: absolute;
  top: 4px;
  width: 60px;
}
.section-heading span.decor::after,
.section-heading span.decor-1::after {
  background: #eaeaea none repeat scroll 0 0;
  content: "";
  height: 1px;
  right: -71px;
  position: absolute;
  top: 4px;
  width: 60px;
}
.features-area {
  background: #f6f6f6 none repeat scroll 0 0;
  padding-bottom: 20px;
  padding-top: 0;
}
.features-area .top-bg {
  background: #f6f6f6 none repeat scroll 0 0;
  height: 60px;
  margin: 0 auto;
  position: relative;
  top: -40px;
  width: 950px;
}
.features-area .top-bg::before {
  background: #f6f6f6 none repeat scroll 0 0;
  content: "";
  height: 60px;
  left: -55px;
  position: absolute;
  top: 28px;
  transform: rotate(-55deg);
  width: 100px;
}
.features-area .top-bg::after {
  background: #f6f6f6 none repeat scroll 0 0;
  content: "";
  height: 60px;
  right: -55px;
  position: absolute;
  top: 28px;
  transform: rotate(55deg);
  width: 100px;
}
.footer-top {
  position: relative;
  padding: 60px 0px 40px 0;
  z-index: 1;
}
.footer-top:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: #ffc501;
  opacity: 1;
  z-index: -1;
}
.footer-top .single-item {
  padding: 31.5px 0;
  margin-bottom: 20px;
  padding-left: 20px;
  transition: all 700ms ease 0s;
  border: 1px solid #212120;
}
.footer-top .single-item .icon-holder span {
  display: block;
  margin-right: 20px;
}
.footer-top .single-item .icon-holder span::before {
  color: #000000;
  font-size: 37px;
}
.footer-top .single-item .content {
  padding-left: 20px;
  border-left: 1px solid #212120;
}
.footer-top .single-item .content h3 {
  color: #000000;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 24px;
  margin: 0 0 3px;
  padding-top: 0;
  line-height: 18px;
}
.footer-top .single-item .content p {
  color: #000000;
  margin: 0;
  font-size: 16px;
}
.footer-top .single-item .icon-holder,
.footer-top .single-item .content {
  display: table-cell;
  vertical-align: middle;
}
.footer-top .single-item:hover {
  background: rgba(0, 0, 0, 0.9);
}
.footer-top .single-item:hover .content {
  border-left-color: #ffffff;
}
.footer-top .single-item:hover span:before {
  color: #fff !important;
}
.footer-top .single-item:hover p {
  color: #fff !important;
}
.footer-top .single-item:hover h3 {
  color: #ffc501 !important;
}
.features-area .icon-holder span {
  display: block;
  margin-bottom: 20px;
}
.features-area .icon-holder span::before {
  color: #000000;
  font-size: 60px;
}
.c1 {
  background: #ffce28;
}
.c2 {
  background: #ffc501;
}
.c3 {
  background: #febc0c;
}
.contact-area .service-icon {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 35px;
  flex: 0 0 35px;
  max-width: 35px;
  width: 35px;
}
.company-value-card {
  position: relative;
  z-index: 1;
}
.company-value-card .company-value-thumb {
  position: relative;
  padding: 20px 10px;
  z-index: 1;
}
.company-value-card .company-value-thumb h3 {
  line-height: 1.5;
  color: #ffffff;
}
/*===================*/

.services-single-content .content .caption h5 {
  color: #343434;
  font-size: 16px;
  margin: 20px 0 0;
}
.single-services-sidebar .single-item .services-list li {
  border-bottom: 1px solid #f6f6f6;
  padding: 0 20px;
  transition: all 700ms ease 0s;
}
.single-services-sidebar .single-item .services-list {
  border: 1px solid #f6f6f6;
  margin-bottom: 30px;
}
.single-services-sidebar .single-item .services-list li {
  border-bottom: 1px solid #f6f6f6;
  padding: 0 20px;
  transition: all 700ms ease 0s;
}
.single-services-sidebar .single-item .services-list li a {
  color: #343434;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 52px;
  transition: all 300ms ease 0s;
}
.single-services-sidebar .single-item .services-list li a i {
  color: #797979;
  float: right;
  font-size: 22px;
  font-weight: 500;
  line-height: 50px;
  transition: all 300ms ease 0s;
}
.single-services-sidebar .single-item .services-list li:hover,
.single-services-sidebar .single-item .services-list li.active {
  background-color: #ffc501;
}
.sr-only {
  position: absolute;
  left: -9999999px;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
//carousel start
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: .6s ease-in-out left;
  -o-transition: .6s ease-in-out left;
  transition: .6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
@media all and (transform-3d),
(-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform .6s ease-in-out;
    -o-transition: -o-transform .6s ease-in-out;
    transition: transform .6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    left: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    left: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
  filter: alpha(opacity=50);
  opacity: .5;
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .0001)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control.right {
  right: 0;
  left: auto;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .0001)), to(rgba(0, 0, 0, .5)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control:hover,
.carousel-control:focus {
  color: #fff;
  text-decoration: none;
  filter: alpha(opacity=90);
  outline: 0;
  opacity: .9;
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  margin-top: -10px;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  font-family: serif;
  line-height: 1;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 50px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 10px;
}
.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 3px;
  background-color: #ffc501;
}
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}
.carousel-caption .btn {
  text-shadow: none;
}