/*----------------------------
    Product Item Area
----------------------------*/
.product-item {
  position: relative;
  margin-bottom: 30px; }
  .product-item .product-image {
    position: relative;
    display: inline-block; }
    .product-item .product-image a {
      display: block; }
    .product-item .product-image .product-badge {
      position: absolute;
      top: 15px;
      right: 0;
      padding: 0;
      margin: 0; }
      .product-item .product-image .product-badge li {
        min-width: 100px;
        background-color: var(--main-color-one);
        color: #ddd;
        padding: 6px 10px 5px;
        list-style: none;
        margin-bottom: 5px;
        line-height: 1;
        display: block; }
  .product-item .product-image + .product-item-brief {
    margin-top: 22px; }
  .product-item .product-item-brief {
    margin-top: 15px; }
    .product-item .product-item-brief .product-title {
      font-size: 18px;
      margin-bottom: 5px;
      text-transform: uppercase;
      color: var(--main-color-one); }
    .product-item .product-item-brief .product-price {
      color: var(--secondary-color-three); }

/* owl-dots-default */
.owl-dots {
  display: block;
  text-align: center;
  margin-top: 20px; }

.owl-dots .owl-dot {
  display: inline-block;
  background-color: var(--secondary-color);
  height: 10px;
  width: 10px;
  margin-right: 30px;
  border-radius: 100%; }

.owl-dots .owl-dot:last-child {
  margin-right: 0px; }

.owl-dots .owl-dot:hover,
.owl-dots .owl-dot.active {
  background-color: var(--main-color-one); }

/* our-exclusive-services */
.our-exclusive-services-author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 30px; }

.our-exclusive-services-author-img {
  max-width: 180px;
  margin-right: 25%; }

.img-line {
  position: relative; }

.img-line:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 1px;
  background-color: var(--main-color-one);
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: auto;
  left: 105%; }

.our-exclusive-services-author-brief h5 {
  font-weight: 700;
  margin-bottom: 3px; }

.our-exclusive-services-brief {
  margin-bottom: 50px; }

.our-exclusive-services-brief-inner {
  margin-bottom: 30px; }

/* custom-content */
.img-shape {
  position: relative;
  display: inline-block; }

.img-shape:before, .img-shape:after {
  position: absolute;
  content: "";
  height: 80px;
  width: 65%;
  background-color: var(--main-color-one);
  z-index: -1; }

.img-shape:before {
  right: -30px;
  left: auto;
  top: -30px; }

.img-shape:after {
  left: -30px;
  right: auto;
  bottom: -30px; }

.navbar-area {
  z-index: 999; }

.service-item {
  padding: 0 30px;
  margin-bottom: 50px; }

.service-icon i {
  background-color: var(--main-color-one);
  height: 105px;
  width: 115px;
  line-height: 105px;
  text-align: center;
  font-size: 50px;
  border-radius: 0 30px 0 30px;
  opacity: .6; }

.service-brief h6 {
  margin-bottom: 30px;
  opacity: .6; }

.service-item:hover .service-icon i,
.service-item:hover .service-brief h6 {
  opacity: 1; }

.service-icon + .service-brief {
  margin-top: 30px; }

.service-brief h4 {
  margin-bottom: 20px; }

.testimonial-item {
  padding: 70px 70px 70px 10px;
  width: calc(100% - 42%);
  margin: auto;
  background-color: var(--secondary-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.testimonial-img {
  float: left;
  position: relative;
  left: -100px;
  z-index: 99;
  padding: 30px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; }

.testimonial-img img {
  border-radius: 100%;
  min-width: 120px; }

.testimonial-bg-img-1,
.testimonial-bg-img-2 {
  z-index: -1;
  position: absolute; }

.testimonial-bg-img-1 {
  top: -5px;
  left: 0;
  width: 60%; }

.testimonial-bg-img-2 {
  bottom: 5px;
  right: 0; }

.testimonial-bg-img-1 img,
.testimonial-bg-img-2 img {
  z-index: -1; }

.testimonial-brief {
  position: relative; }

.testimonial-brief:before {
  position: absolute;
  left: -25px;
  right: auto;
  top: -5px;
  content: '\f10d';
  font-family: 'fontawesome'; }

.testimonial-brief h6 {
  margin: 20px 0 0;
  font-weight: 700;
  color: var(--body-color); }

.testimonial-brief label {
  font-size: 14px;
  margin-bottom: 0; }

.newsletter-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.form-input-box {
  position: relative; }

.form-input-box input[type="text"] {
  width: 100%;
  height: 40px;
  padding: 0 70px 0 15px;
  border-radius: 0 15px 0px 0px;
  border: 1px solid var(--main-color-one); }

.form-input-box button[type="submit"] {
  background-color: var(--main-color-one);
  padding: 0 15px;
  height: 100%;
  border-radius: 0 15px 0px 15px;
  border: 1px solid var(--main-color-one);
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer; }

.form-input-box button[type="submit"]:hover {
  background-color: var(--secondary-color-three);
  border-color: var(--secondary-color-three); }

.newsletter-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0; }

.newsletter-img li {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  text-align: center;
  background-color: #222222;
  color: #d8d8d8;
  border-right: 1px solid #d8d8d8;
  -ms-flex: 1;
  flex: 1;
  list-style: none; }

.newsletter-img li + li {
  margin-left: 10px; }

.newsletter-img li a {
  display: block; }

.newsletter-img li a img {
  width: 100%; }

.blog-item-img.slick-slide {
  overflow: hidden; }

.blog-item-img.slick-slide.slick-active {
  -webkit-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7); }

.blog-item-img.slick-slide.slick-current {
  -webkit-transform: scale(1.4);
  -ms-transform: scale(1.4);
  transform: scale(1.4); }

.slick-dots {
  margin: 0;
  padding: 0;
  display: block; }

.slick-dots li {
  display: inline-block;
  list-style: none; }

.slick-dots li button {
  display: inline-block;
  font-size: 0;
  height: 10px;
  width: 10px;
  border-radius: 100%;
  margin-right: 20px;
  padding: 0;
  border: 0;
  background-color: #ddd; }

.slider-area {
  background-color: var(--secondary-color);
  padding-top: 200px;
  padding-bottom: 200px; }

.slide-title-2 {
  font-family: var(--google-font-2);
  font-size: 70px;
  margin-bottom: 15px; }

.slide-item p {
  max-width: 460px; }

.slide-item .btn-wrapper {
  margin-top: 30px; }

.body-sticky-icon {
  position: fixed;
  right: 0;
  top: 50%;
  z-index: 999;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: var(--secondary-color);
  border-radius: 0 20px 0 20px;
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.09);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.09);
  margin-right: 15px; }

.body-sticky-icon ul {
  padding: 0;
  margin: 0; }

.body-sticky-icon li {
  display: block;
  list-style: none;
  border-bottom: 1px solid;
  margin-bottom: -1px;
  border-color: rgba(214, 190, 188, 0.3); }

.body-sticky-icon li:last-child {
  border-bottom: none; }

.body-sticky-icon li a {
  color: var(--secondary-color-two);
  display: block;
  width: 40px;
  height: 45px;
  text-align: center;
  line-height: 45px; }

.body-sticky-icon li a:hover {
  color: var(--main-color-one); }

/* ===============================
 Shope Page
=============================== */
.shop-options {
  margin-bottom: 100px; }

.short-by .nice-select {
  border: none;
  padding-left: 0; }

.nice-select .list {
  background-color: var(--secondary-color-three);
  border-radius: 0px 20px 0px 20px; }

.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
  background-color: var(--main-color-one); }

.showing-product-number.pull-left {
  height: 42px;
  line-height: 42px;
  margin-left: 30px; }

ul#instagram_feed {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

ul#instagram_feed li {
  list-style: none; }

.slide-item {
  position: relative; }

.slide-content {
  padding: 100px 0;
  position: relative;
  z-index: 9;
  padding-left: 200px; }

.slide-image {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  z-index: 0;
  width: 60%; }
  .slide-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center; }

.slide-title-1 {
  background-image: url("assets/img/bg/header-bg.jpg");
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 100px;
  font-weight: 700; }

h1.slide-title-1 {
  font-size: 200px; }
