@charset "UTF-8";

* {
  margin: 0;

  padding: 0;

  box-sizing: border-box;

  outline: none;

  box-shadow: none;
}

body {
  background: #fff;

  color: #716c80;

  font-family: "Roboto", sans-serif;

  font-size: 16px;

  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #181818;

  font-weight: 700;
}

a > h1,
a > h2,
a > h3,
a > h4,
a > h5,
a > h6 {
  -webkit-transition: all 0.3s ease;

  -moz-transition: all 0.3s ease;

  transition: all 0.3s ease;
}

h1 {
  font-size: 60px;
}

h2 {
  font-size: 40px;
}

h3 {
  font-size: 36px;
}

h4 {
  font-size: 30px;
}

h5 {
  font-size: 24px;

  margin-top: -5px;
}

h6 {
  font-size: 20px;
}

p {
  margin-bottom: 15px;

  font-weight: 400;

  font-size: 16px;

  color: #716c80;

  line-height: 24px;
}

a {
  color: #181818;

  -webkit-transition: all 0.3s ease;

  -moz-transition: all 0.3s ease;

  transition: all 0.3s ease;

  display: inline-block;
}

a:hover,
a:focus,
a:active,
a:visited {
  color: #181818;

  text-decoration: none;

  outline: none;
}

img {
  height: auto;

  max-width: 100%;
}

@media (min-width: 576px) {
  h1 {
    font-size: 60px;
  }

  h2 {
    font-size: 40px;
  }

  h3 {
    font-size: 36px;
  }

  h4 {
    font-size: 30px;
  }

  h5 {
    font-size: 24px;
  }

  h6 {
    font-size: 20px;
  }
}

.lab-ul {
  margin: 0;
}

.lab-ul li {
  list-style: none;
}

/* @@@@@@@@@@@@@  Common CSS Writing Now  @@@@@@@@@@@@@@ */

.padding-tb {
  padding-top: 80px;

  padding-bottom: 55px;
}

@media (min-width: 992px) {
  .padding-tb {
    padding-top: 140px;

    padding-bottom: 125px;
  }
}

.shop-menu li.menu-item-has-children > a::after {
  top: 50%;

  right: 0;

  transform: translateY(-50%);

  font-weight: 400;

  content: "" !important;

  font-family: IcoFont !important;
}

.social-share a:hover {
  color: #fe964d !important;
}

.social-share a.twitter {
  color: #55acee;
}

.social-share a.behance {
  color: #1769ff;
}

.social-share a.instagram {
  color: #e4405f;
}

.social-share a.vimeo {
  color: #3b5998;
}

.social-share a.linkedin {
  color: #007bb5;
}

.social-share a.facebook {
  color: #3b5998;
}

.cart-plus-minus {
  border: 1px solid #f0f0f0;

  width: 125px;

  margin: 0 auto;
}

.cart-plus-minus .dec.qtybutton {
  border-right: 1px solid #f0f0f0;

  height: 40px;

  left: 0;

  top: 0;
}

.cart-plus-minus .cart-plus-minus-box {
  border: medium none;

  color: #181818;

  float: left;

  font-size: 14px;

  height: 38px;

  margin: 0;

  text-align: center;

  width: 125px;

  outline: none;
}

.cart-plus-minus .qtybutton {
  color: #181818;

  float: inherit;

  font-size: 14px;

  font-weight: 500;

  line-height: 40px;

  margin: 0;

  text-align: center;

  width: 40px;

  -webkit-transition: all 0.3s ease;

  -moz-transition: all 0.3s ease;

  transition: all 0.3s ease;
}

.cart-plus-minus .qtybutton:hover {
  background: #fe964d;

  color: #fff;
}

.cart-plus-minus .inc.qtybutton {
  border-left: 1px solid #f0f0f0;

  height: 40px;

  right: 0;

  top: 0;
}

.lab-btn {
  display: inline-block;

  padding: 13px 32px;

  background: #fe964d;

  color: #fff;

  font-weight: 700;

  font-size: 15px;

  text-transform: uppercase;

  -webkit-transition: all 0.3s ease;

  -moz-transition: all 0.3s ease;

  transition: all 0.3s ease;

  -webkit-border-radius: 4px;

  -moz-border-radius: 4px;

  border-radius: 4px;
}

.lab-btn span {
  color: #fff;
}

.lab-btn:hover {
  -webkit-transform: translateY(-2px) !important;

  -ms-transform: translateY(-2px) !important;

  transform: translateY(-2px) !important;

  filter: drop-shadow(0px 5px 5px rgba(255, 186, 138, 0.7));
}

.bg_img {
  background-position: center center !important;

  background-repeat: no-repeat !important;

  background-size: cover !important;
}

.bg-sopnsor1 {
  background: #f8fafe;
}

.bg-product {
  background: #f8fafe;
}

@media (min-width: 1200px) {
  .ml-about-thumb {
    margin-left: -75px;
  }
}

.border-none {
  border: none;
}

.color-theme {
  color: #fe964d;
}

.bg-theme {
  background: #fe964d;
}

.bg-ash {
  background: #fff7f1;
}

.bg-black {
  background-color: #171817;
}

.lab-offer {
  top: 10px;

  right: 10px;

  padding: 3px 20px;

  font-size: 14px;

  color: #fff;

  background: #fe964d;

  display: inline-block;

  -webkit-border-radius: 50px;

  -moz-border-radius: 50px;

  border-radius: 50px;
}

.product-price {
  font-size: 14px;

  margin-bottom: 0;
}

@media (min-width: 576px) {
  .product-price {
    font-size: 20px;
  }
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-15-none {
  margin-bottom: -15px;
}

.shape-images {
  top: 50%;

  left: 50%;

  width: 100%;

  -webkit-transform: translate(-50%, -50%);

  -ms-transform: translate(-50%, -50%);

  transform: translate(-50%, -50%);
}

@media (max-width: 1199px) {
  .shape-images {
    display: none;
  }
}

.scrollToTop {
  position: fixed;

  bottom: -30%;

  right: 5%;

  z-index: 9;

  width: 40px;

  height: 40px;

  line-height: 40px;

  background: #fe964d;

  text-align: center;

  border-radius: 50%;

  font-size: 24px;

  animation: lab_top_up 5s linear infinite;

  -webkit-transition: all 0.3s ease;

  -moz-transition: all 0.3s ease;

  transition: all 0.3s ease;
}

.scrollToTop i {
  color: #fff;

  z-index: 1;
}

@keyframes lab_top_up {
  0% {
    transform: translateY(-15px);
  }

  50% {
    transform: translateY(0px);
  }

  100% {
    transform: translateY(-15px);
  }
}

.pluse_1,
.pluse_2 {
  width: 100%;

  height: 100%;

  border-radius: 50%;

  left: 50%;

  top: 50%;

  -webkit-transform: translate(-50%, -50%);

  -ms-transform: translate(-50%, -50%);

  transform: translate(-50%, -50%);

  background: rgba(243, 186, 14, 0.102);
}

.pluse_1::after,
.pluse_1::before,
.pluse_2::after,
.pluse_2::before {
  background: #fe964d;

  border-radius: 50%;

  left: 50%;

  top: 50%;

  margin-left: -20px;

  margin-top: -20px;
}

.pluse_1::after,
.pluse_2::after {
  width: 30px;

  height: 30px;

  background: transparent;

  margin-left: -15px;

  margin-top: -15px;
}

.pluse_1:before,
.pluse_2:before {
  width: 40px;

  height: 40px;
}

.pluse_1 {
  -webkit-animation: pluse_animate 3s infinite linear;

  animation: pluse_animate 3s infinite linear;
}

.pluse_2::before {
  -webkit-animation: pluse_animate 3s infinite linear;

  animation: pluse_animate 3s infinite linear;

  -webkit-animation-delay: 1s;

  animation-delay: 1s;

  margin-left: 0;

  margin-top: 0;
}

@keyframes pluse_animate {
  0% {
    opacity: 1;

    -webkit-transform: translate(-50%, -50%) scale(0.3);

    transform: translate(-50%, -50%) scale(0.3);
  }

  100% {
    opacity: 0;

    -webkit-transform: translate(-50%, -50%) scale(2);

    transform: translate(-50%, -50%) scale(2);
  }
}

.lab-tooltip {
  bottom: 0;

  left: 40%;

  width: 150px;

  height: auto;

  border-radius: 3px;

  background: #fe964d;

  opacity: 0;

  visibility: hidden;

  text-align: center;

  padding: 10px;

  z-index: 4;

  margin-bottom: 20px;

  box-shadow: 0 0 5px rgba(136, 136, 136, 0.1);

  -webkit-transform: translate(-50%, -20px);

  -ms-transform: translate(-50%, -20px);

  transform: translate(-50%, -20px);

  -webkit-transition: all 0.3s ease-in-out;

  -moz-transition: all 0.3s ease-in-out;

  transition: all 0.3s ease-in-out;
}

.lab-tooltip::after {
  width: 19px;

  height: 19px;

  background: #fe964d;

  bottom: -12px;

  left: 50%;

  box-shadow: 0 0 5px rgba(136, 136, 136, 0.1);

  z-index: -1;

  -webkit-transform: rotate(45deg) translateX(-50%);

  -ms-transform: rotate(45deg) translateX(-50%);

  transform: rotate(45deg) translateX(-50%);
}

.lab-tooltip::before {
  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

  background: #fe964d;

  border-radius: 10px;
}

.lab-tooltip p {
  margin-bottom: 0;

  color: #fff;

  z-index: 1;
}

.rating {
  font-size: 14px;

  color: #fe964d;
}

.rating a {
  color: #fe964d;
}

.rating a:hover svg {
  transform: scale(1.4);
}

.overlay {
  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

  background: rgba(0, 0, 0, 0.7);
}

.section-header {
  margin: 0 auto 30px;

  text-align: center;
}

@media (min-width: 768px) {
  .section-header {
    margin-bottom: 75px;
  }
}

.section-header p {
  margin: 0 auto;

  max-width: 500px;
}

.section-header h3 {
  margin-top: -8px;
}

.feature-item:hover .feature-inner {
  -webkit-transform: translateY(-5px);

  -ms-transform: translateY(-5px);

  transform: translateY(-5px);

  box-shadow: 0 10px 10px rgba(136, 136, 136, 0.1);
}

.feature-item:hover .feature-inner .feature-content a h5 {
  color: #fe964d;
}

.feature-item .feature-inner {
  padding: 40px 20px;

  background: #fff7f1;

  margin-bottom: 30px;

  flex-direction: row-reverse;

  align-items: center;

  text-align: center;

  -webkit-transition: all 0.3s ease;

  -moz-transition: all 0.3s ease;

  transition: all 0.3s ease;
}

@media (min-width: 768px) {
  .feature-item .feature-inner {
    text-align: left;
  }
}

.feature-item .feature-inner .feature-thumb {
  width: 100%;

  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .feature-item .feature-inner .feature-thumb {
    width: 50%;

    margin-bottom: 0;
  }
}

.feature-item .feature-inner .feature-thumb img {
  max-width: none;
}

.feature-item .feature-inner .feature-content {
  width: 100%;
}

@media (min-width: 768px) {
  .feature-item .feature-inner .feature-content {
    width: 50%;
  }
}

.feature-item .feature-inner .feature-content a h5 {
  margin-bottom: 5px;
}

.feature-item .feature-inner .feature-content p {
  margin-bottom: 0;
}

.feature-item-2:hover .feature-inner {
  -webkit-transform: translateY(-5px);

  -ms-transform: translateY(-5px);

  transform: translateY(-5px);

  box-shadow: 0 10px 10px rgba(136, 136, 136, 0.1);

  background: #fff !important;
}

.feature-item-2 .feature-inner {
  box-shadow: 0 0 6px rgba(8, 136, 136, 0.08);

  text-align: center;

  padding: 40px 20px;

  margin-bottom: 25px;

  background: #fff7d1;

  -webkit-transition: all 0.3s ease;

  -moz-transition: all 0.3s ease;

  transition: all 0.3s ease;
}

.feature-item-2 .feature-inner .feature-thumb {
  margin-bottom: 20px;
}

.feature-item-2 .feature-inner .feature-content h5:hover {
  color: #fe964d;
}

.col-12:nth-child(2n + 1) .feature-item-2 .feature-inner {
  background: #ffeadc;
}

.about-item:nth-child(even) .about-inner {
  flex-direction: column-reverse;
}

.about-item .about-inner {
  margin: 10px;
}

.about-item .about-inner .about-thumb img {
  -webkit-border-radius: 4px;

  -moz-border-radius: 4px;

  border-radius: 4px;

  box-shadow: 0 0 6px rgba(8, 136, 136, 0.1);
}

.about-item .about-inner .about-content {
  padding: 20px;

  background: #f0f5ff;
}

.about-item .about-inner .about-content a h5:hover {
  color: #fe964d;
}

.about-item .about-inner .about-content p {
  max-width: 350px;

  margin-bottom: 0;
}

.product-item .product-inner {
  margin: 15px;
}

.product-item .product-inner::after {
  -webkit-transition: all 0.3s ease;

  -moz-transition: all 0.3s ease;

  transition: all 0.3s ease;

  width: 100%;

  height: 100%;

  top: 0;

  left: 0;

  background: #fe964d;

  opacity: 0.8;

  transform: scale(0);
}

.product-item .product-inner:hover::after {
  transform: scale(1);
}

.product-item .product-inner:hover .product-content {
  opacity: 1;
}

.product-item .product-inner .product-content {
  top: 50%;

  left: 50%;

  z-index: 1;

  transform: translate(-50%, -50%);

  opacity: 0;
}

.product-item .product-inner .product-content .product-name {
  display: inline-block;

  font-size: 36px;

  color: #fff;

  font-weight: 700;

  line-height: 36px;
}

@media (min-width: 1440px) {
  .product-item .product-inner .product-content .product-name {
    font-size: 72px;

    line-height: 72px;
  }
}

.product-item-2 {
  margin-bottom: 30px;
}

.product-item-2 .product-inner {
  -webkit-transition: all 0.3s ease;

  -moz-transition: all 0.3s ease;

  transition: all 0.3s ease;

  margin: 0px;

  z-index: 1;

  box-shadow: 0 0 6px rgba(8, 136, 136, 0.08);
}

.product-item-2 .product-inner:hover {
  -webkit-transform: translateY(-5px);

  -ms-transform: translateY(-5px);

  transform: translateY(-5px);
}

.product-item-2 .product-inner:hover .product-thumb img {
  -webkit-transform: scale(1.05);

  -ms-transform: scale(1.05);

  transform: scale(1.05);
}

.product-item-2 .product-inner:hover .product-content .cart-option {
  opacity: 1;
}

.product-item-2 .product-inner .product-thumb img {
  width: 100%;

  -webkit-transition: all 0.3s ease;

  -moz-transition: all 0.3s ease;

  transition: all 0.3s ease;
}

.product-item-2 .product-inner .product-thumb .offer {
  top: 5px;

  right: 5px;

  padding: 5px 20px;

  color: #fff;

  font-size: 13px;

  background: #83ba43;

  -webkit-border-radius: 50px;

  -moz-border-radius: 50px;

  border-radius: 50px;
}

.product-item-2 .product-inner .product-content {
  padding: 20px;

  text-align: center;

  background: #fff;
}

.product-item-2 .product-inner .product-content h6 {
  line-height: 1;
}

.product-item-2 .product-inner .product-content h6:hover {
  color: #fe964d;
}

.product-item-2 .product-inner .product-content .price {
  margin: 5px 0 10px;

  font-size: 16px;
}

.product-item-2 .product-inner .product-content .price:hover {
  color: #181818;
}

.product-item-2 .product-inner .product-content .cart-option {
  left: 50%;

  opacity: 0;

  -webkit-transition: all 0.3s ease;

  -moz-transition: all 0.3s ease;

  transition: all 0.3s ease;

  -webkit-transform: translateX(-50%);

  -ms-transform: translateX(-50%);

  transform: translateX(-50%);
}

.product-item-2 .product-inner .product-content .cart-option .lab-btn {
  padding: 10px 20px;

  font-size: 15px;
}

.product-item-3 .product-inner {
  padding: 30px 15px;

  background: #fff7f1;

  margin-bottom: 30px;

  -webkit-transition: all 0.3s ease;

  -moz-transition: all 0.3s ease;

  transition: all 0.3s ease;
}

.product-item-3 .product-inner:hover {
  -webkit-transform: translateY(-5px);

  -ms-transform: translateY(-5px);

  transform: translateY(-5px);

  background: #fff;

  box-shadow: 0 10px 10px rgba(136, 136, 136, 0.1);
}

.product-item-3 .product-inner:hover .product-content h5 {
  color: #fe964d;
}

.product-item-3 .product-inner .product-thumb {
  margin-bottom: 10px;
}

.product-item-3 .product-inner .product-content h5 {
  -webkit-transition: all 0.3s ease;

  -moz-transition: all 0.3s ease;

  transition: all 0.3s ease;
}

.product-item-3 .product-inner .product-content p {
  margin-bottom: 0;
}

.service-item {
  background-color: #fff;

  border-radius: 8px;

  filter: drop-shadow(0 0 7px rgba(197, 197, 197, 0.14));

  transition: all 0.3s ease;
}

.service-item:hover {
  filter: drop-shadow(0px 5px 5px rgba(197, 197, 197, 0.6));

  transform: translatey(-5px);
}

.service-item:hover a h6 {
  color: #fe964d;
}

.service-item .lab-inner .service-top .st-content a {
  text-decoration: none;
}

.service-item .lab-inner .service-top .st-content a h6 {
  transition: all 0.3s ease;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .service-item .lab-inner .service-top .st-content a h6 {
    display: -webkit-box;

    -webkit-line-clamp: 1;

    -webkit-box-orient: vertical;

    overflow: hidden;

    text-overflow: ellipsis;
  }
}

@media (max-width: 991px) {
  .abs-product-item {
    text-align: center;
  }
}

.abs-product-item::after {
  width: 1px;

  height: 70%;

  top: 50%;

  right: 0;

  transform: translateY(-50%);

  background: #fe964d;
}

@media (max-width: 767px) {
  .abs-product-item::after {
    display: none;
  }
}

.abs-product-item .abs-product-inner {
  padding: 30px 15px;
}

.abs-product-item .abs-product-inner .abs-product-thumb {
  width: 100%;

  margin-bottom: 15px;
}

@media (min-width: 992px) {
  .abs-product-item .abs-product-inner .abs-product-thumb {
    width: 80px;

    margin-bottom: 0;
  }
}

.abs-product-item .abs-product-inner .abs-product-content {
  width: 100%;
}

@media (min-width: 992px) {
  .abs-product-item .abs-product-inner .abs-product-content {
    width: calc(100% - 80px);
  }
}

.abs-product-item .abs-product-inner .abs-product-content p {
  margin-bottom: 0;
}

.team-item .team-inner {
  text-align: center;

  padding: 30px;

  margin-bottom: 30px;

  box-shadow: 0 0 6px rgba(8, 136, 136, 0.08);

  -webkit-transition: all 0.3s ease;

  -moz-transition: all 0.3s ease;

  transition: all 0.3s ease;
}

.team-item .team-inner:hover {
  -webkit-transform: translateY(-5px);

  -ms-transform: translateY(-5px);

  transform: translateY(-5px);

  box-shadow: 0 10px 10px rgba(8, 136, 136, 0.1);
}

.team-item .team-inner:hover .team-content a h5 {
  color: #fe964d;
}

.team-item .team-inner .team-thumb {
  margin-bottom: 20px;
}

.team-item .team-inner .team-thumb img {
  width: 100%;

  -webkit-border-radius: 100%;

  -moz-border-radius: 100%;

  border-radius: 100%;
}

.team-item .team-inner .team-content a h5 {
  margin-bottom: 0;
}

.team-item .team-inner .team-content p {
  margin-bottom: 5px;
}

.team-item .team-inner .team-content .team-social a {
  padding: 5px;
}

.team-item .team-inner .team-content .team-social a:hover {
  color: #fe964d !important;
}

.team-item .team-inner .team-content .team-social a.twitter {
  color: #55acee;
}

.team-item .team-inner .team-content .team-social a.behance {
  color: #1769ff;
}

.team-item .team-inner .team-content .team-social a.instagram {
  color: #e4405f;
}

.team-item .team-inner .team-content .team-social a.vimeo {
  color: #3b5998;
}

.team-item .team-inner .team-content .team-social a.linkedin {
  color: #007bb5;
}

.team-item .team-inner .team-content .team-social a.facebook {
  color: #3b5998;
}

.team-item-2 .team-inner {
  text-align: center;

  margin-bottom: 30px;

  -webkit-transition: all 0.3s ease;

  -moz-transition: all 0.3s ease;

  transition: all 0.3s ease;
}

.team-item-2 .team-inner:hover .team-thumb::after {
  transform: scale(1);
}

.team-item-2 .team-inner:hover .team-thumb img {
  transform: scale(1.05);
}

.team-item-2 .team-inner:hover .team-content a h5 {
  color: #fe964d;
}

.team-item-2 .team-inner .team-thumb {
  margin-bottom: 20px;
}

.team-item-2 .team-inner .team-thumb::after {
  width: 100%;

  height: 100%;

  top: 0;

  left: 0;

  background: rgba(255, 177, 31, 0.8);

  transform: scale(0);

  -webkit-transition: all 0.3s ease;

  -moz-transition: all 0.3s ease;

  transition: all 0.3s ease;
}

.team-item-2 .team-inner .team-thumb img {
  width: 100%;

  -webkit-transition: all 0.3s ease;

  -moz-transition: all 0.3s ease;

  transition: all 0.3s ease;
}

.team-item-2 .team-inner .team-content a h5 {
  margin-bottom: 0;
}

.team-item-2 .team-inner .team-content p {
  margin-bottom: 5px;
}

.team-item-2 .team-inner .team-content .team-social a {
  padding: 5px;
}

.team-item-2 .team-inner .team-content .team-social a:hover {
  color: #fe964d !important;
}

.team-item-2 .team-inner .team-content .team-social a.twitter {
  color: #55acee;
}

.team-item-2 .team-inner .team-content .team-social a.behance {
  color: #1769ff;
}

.team-item-2 .team-inner .team-content .team-social a.instagram {
  color: #e4405f;
}

.team-item-2 .team-inner .team-content .team-social a.vimeo {
  color: #3b5998;
}

.team-item-2 .team-inner .team-content .team-social a.linkedin {
  color: #007bb5;
}

.team-item-2 .team-inner .team-content .team-social a.facebook {
  color: #3b5998;
}

.testi-item .testi-inner {
  padding: 30px;

  background: #fff;

  -webkit-transition: all 0.3s ease;

  -moz-transition: all 0.3s ease;

  transition: all 0.3s ease;
}

.testi-item .testi-inner:hover {
  box-shadow: 0 0 20px rgba(136, 136, 136, 0.2);
}

.testi-item .testi-inner:hover .testi-clients a h5 {
  color: #fe964d;
}

.testi-item .testi-inner .testi-head {
  align-items: center;

  justify-content: space-between;

  margin-bottom: 40px;
}

.testi-item .testi-inner .testi-head .testi-thumb {
  width: 86px;

  height: 86px;
}

.testi-item .testi-inner .testi-head .testi-thumb img {
  width: 100%;

  height: 100%;

  -webkit-border-radius: 100%;

  -moz-border-radius: 100%;

  border-radius: 100%;
}

.testi-item .testi-inner .testi-head .testi-clients {
  width: calc(100% - 100px);
}

.testi-item .testi-inner .testi-head .testi-clients a h5 {
  margin-bottom: 0;
}

.testi-item .testi-inner .testi-head .testi-clients p {
  margin-bottom: 0;
}

.testi-item .testi-inner .testi-head .testi-clients .rating i {
  color: #e9ba17;

  font-size: 12px;
}

.testi-item .testi-inner .testi-body p .img-left {
  top: -25px;

  left: 0;
}

.testi-item .testi-inner .testi-body p .img-right {
  bottom: -20px;

  right: 0;
}

.testi-item-2 {
  filter: drop-shadow(0 0 3px rgba(8, 136, 136, 0.08));

  background-color: #ffffff;

  transition: all 0.3s ease;

  margin-bottom: 30px;
}

@media (min-width: 992px) {
  .testi-item-2 {
    margin-bottom: 0;
  }
}

.testi-item-2:hover {
  filter: drop-shadow(0 0 10px rgba(136, 136, 136, 0.2));

  transform: scale(1.02);
}

.testi-item-2:hover .testi-t-content a h6 {
  color: #fe964d;
}

.testi-item-2 .lab-inner {
  padding: 30px;
}

.testi-item-2 .lab-inner .testi-top {
  display: flex;
}

.testi-item-2 .lab-inner .testi-top .testi-t-thumb {
  margin-right: 20px;
}

.testi-item-2 .lab-inner .testi-top .testi-t-content {
  text-align: left;
}

.testi-item-2 .lab-inner .testi-top .testi-t-content a {
  text-decoration: none;
}

.testi-item-2 .lab-inner .testi-top .testi-t-content a h6 {
  transition: all 0.3s ease;

  margin-bottom: 0;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .testi-item-2 .lab-inner .testi-top .testi-t-content a h6 {
    display: -webkit-box;

    -webkit-line-clamp: 1;

    -webkit-box-orient: vertical;

    overflow: hidden;

    text-overflow: ellipsis;
  }
}

.testi-item-2 .lab-inner .testi-top .testi-t-content p {
  margin-bottom: 0;

  font-size: 14px;
}

.testi-item-2 .lab-inner .testi-bottom {
  text-align: left;

  margin-top: 50px;
}

.testi-item-2 .lab-inner .testi-bottom p {
  position: relative;

  display: inline-block;
}

.testi-item-2 .lab-inner .testi-bottom p .q1,
.testi-item-2 .lab-inner .testi-bottom p .q2 {
  position: absolute;
}

.testi-item-2 .lab-inner .testi-bottom p .q1 {
  top: -27px;

  left: 0;
}

.testi-item-2 .lab-inner .testi-bottom p .q2 {
  bottom: -10px;

  right: 5px;
}

.post-item .post-inner {
  -webkit-transition: all 0.3s ease;

  -moz-transition: all 0.3s ease;

  transition: all 0.3s ease;

  box-shadow: 0 0 6px rgba(8, 136, 136, 0.08);

  margin-bottom: 25px;
}

.post-item .post-inner:hover {
  -webkit-transform: translateY(-5px);

  -ms-transform: translateY(-5px);

  transform: translateY(-5px);

  box-shadow: 0 10px 10px rgba(136, 136, 136, 0.1);
}

.post-item .post-inner:hover .post-thumb a img {
  -webkit-transform: scale(1.05);

  -ms-transform: scale(1.05);

  transform: scale(1.05);
}

.post-item .post-inner .post-thumb a {
  display: block;
}

.post-item .post-inner .post-thumb a img {
  width: 100%;

  -webkit-transition: all 0.3s ease;

  -moz-transition: all 0.3s ease;

  transition: all 0.3s ease;
}

.post-item .post-inner .post-thumb .meta-date {
  top: 10px;

  left: 10px;
}

.post-item .post-inner .post-thumb .meta-date .md-pre {
  padding: 8px 20px;

  background: #fe964d;

  text-align: center;

  -webkit-border-radius: 2px;

  -moz-border-radius: 2px;

  border-radius: 2px;
}

.post-item .post-inner .post-thumb .meta-date .md-pre h5,
.post-item .post-inner .post-thumb .meta-date .md-pre p {
  color: #fff;

  margin-bottom: 0;

  line-height: 1;
}

.post-item .post-inner .post-thumb .meta-date .md-pre h5 {
  margin-bottom: 5px;
}

.post-item .post-inner .post-thumb .meta-date .md-pre p {
  font-size: 15px;
}

.post-item .post-inner .post-content {
  padding: 30px 20px;

  background: #fff;

  text-align: center;
}

.post-item .post-inner .post-content .meta-post p span {
  display: inline-block;

  padding-right: 15px;
}

.post-item .post-inner .post-content .meta-post p span::after {
  width: 1px;

  height: 12px;

  right: 4px;

  top: 50%;

  background: #dddcdc;

  -webkit-transform: translateY(-50%);

  -ms-transform: translateY(-50%);

  transform: translateY(-50%);
}

.post-item .post-inner .post-content .meta-post p span:last-child {
  padding-right: 0;
}

.post-item .post-inner .post-content .meta-post p span:last-child::after {
  display: none;
}

.post-item .post-inner .post-content .meta-post p span a {
  padding-left: 5px;

  font-weight: 500;
}

.post-item .post-inner .post-content .meta-post p span a:hover {
  color: #fe964d;
}

.post-item .post-inner .post-content h5 {
  margin-bottom: 15px;
}

.post-item .post-inner .post-content h5:hover {
  color: #fe964d;
}

.post-item .post-inner .post-content .text-btn a {
  color: #fe964d;

  font-weight: 700;

  font-size: 15px;
}

.post-item-2 .post-inner {
  -webkit-transition: all 0.3s ease;

  -moz-transition: all 0.3s ease;

  transition: all 0.3s ease;

  margin-bottom: 35px;
}

.post-item-2 .post-inner:hover {
  -webkit-transform: translateY(-5px);

  -ms-transform: translateY(-5px);

  transform: translateY(-5px);
}

.post-item-2 .post-inner:hover .post-thumb a img {
  -webkit-transform: scale(1.05);

  -ms-transform: scale(1.05);

  transform: scale(1.05);
}

.post-item-2 .post-inner .post-thumb a {
  display: block;
}

.post-item-2 .post-inner .post-thumb a img {
  width: 100%;

  -webkit-transition: all 0.3s ease;

  -moz-transition: all 0.3s ease;

  transition: all 0.3s ease;
}

.post-item-2 .post-inner .post-thumb .meta-date {
  top: 10px;

  left: 10px;
}

.post-item-2 .post-inner .post-thumb .meta-date .md-pre {
  padding: 8px 20px;

  background: #fff;

  text-align: center;

  -webkit-border-radius: 2px;

  -moz-border-radius: 2px;

  border-radius: 2px;
}

.post-item-2 .post-inner .post-thumb .meta-date .md-pre h5,
.post-item-2 .post-inner .post-thumb .meta-date .md-pre p {
  color: #181818;

  margin-bottom: 0;

  line-height: 1;
}

.post-item-2 .post-inner .post-thumb .meta-date .md-pre h5 {
  margin-bottom: 5px;
}

.post-item-2 .post-inner .post-thumb .meta-date .md-pre p {
  font-size: 15px;
}

.post-item-2 .post-inner .post-content {
  padding: 30px 0;
}

.post-item-2 .post-inner .post-content .post-date li {
  display: inline-block;

  padding-right: 10px;
}

.post-item-2 .post-inner .post-content .post-date li:last-child {
  padding-right: 0;
}

.post-item-2 .post-inner .post-content .post-date li span a {
  padding-left: 5px;
}

.post-item-2 .post-inner .post-content .post-date li span a:hover {
  color: #fe964d;
}

.post-item-2 .post-inner .post-content h3 {
  font-weight: 500;

  margin: 10px 0 15px;

  -webkit-transition: all 0.3s ease;

  -moz-transition: all 0.3s ease;

  transition: all 0.3s ease;
}

.post-item-2 .post-inner .post-content h3:hover {
  color: #fe964d;
}

.post-item-2 .post-inner .post-content p {
  margin-bottom: 25px;
}

.post-item-2 .post-inner .post-content .more-com .text-btn {
  font-weight: 500;
}

.post-item-2 .post-inner .post-content .more-com .text-btn span {
  font-size: 15px;
}

.post-item-2 .post-inner .post-content .more-com .text-btn:hover span {
  color: #fe964d;
}

.post-item-2 .post-inner .post-content .more-com .text-btn:hover i {
  margin-left: 5px;

  opacity: 1;
}

.post-item-2 .post-inner .post-content .more-com .text-btn i {
  top: 50%;

  font-size: 13px;

  margin-left: -10px;

  transform: translateY(-50%);

  opacity: 0;

  -webkit-transition: all 0.3s ease;

  -moz-transition: all 0.3s ease;

  transition: all 0.3s ease;
}

.post-item-2 .post-inner .post-content .more-com .comment-visi span {
  padding-right: 15px;

  color: #fe964d;
}

.post-item-2 .post-inner .post-content .more-com .comment-visi span:last-child {
  padding-right: 0;

  color: red;
}

.post-item-2 .post-inner .post-content .more-com .comment-visi span a {
  color: #716c80;

  -webkit-transition: all 0.3s ease;

  -moz-transition: all 0.3s ease;

  transition: all 0.3s ease;
}

.post-item-2 .post-inner .post-content .more-com .comment-visi span a:hover {
  color: #181818;
}

.post-item-2 .post-inner .post-content .qute-content {
  padding: 30px;

  background: #fff;

  box-shadow: 0 5px 10px rgba(81, 70, 174, 0.27);
}

.post-item-2 .post-inner .post-content .qute-content blockquote {
  margin-bottom: 0;

  padding-top: 45px;
}

.post-item-2 .post-inner .post-content .qute-content blockquote::before {
  width: 40px;

  height: 40px;

  left: 0;

  top: 0;

  opacity: 0.5;

  color: #fe964d;

  content: "" !important;

  font-size: 36px;

  font-family: IcoFont !important;
}

.post-item-2 .post-inner .post-content .qute-content blockquote::after {
  width: 40px;

  height: 40px;

  right: 0;

  bottom: 0;

  opacity: 0.5;

  color: #fe964d;

  content: "" !important;

  font-size: 36px;

  font-family: IcoFont !important;
}

.post-item-2 .post-inner .post-content .qute-content blockquote a {
  -webkit-transition: all 0.3s ease;

  -moz-transition: all 0.3s ease;

  transition: all 0.3s ease;
}

.post-item-2 .post-inner .post-content .qute-content blockquote a:hover {
  color: #fe964d;
}

.post-item-2 .post-inner .post-content .meta-post p span {
  display: inline-block;

  padding-right: 15px;
}

.post-item-2 .post-inner .post-content .meta-post p span::after {
  width: 1px;

  height: 12px;

  right: 4px;

  top: 50%;

  background: #dddcdc;

  -webkit-transform: translateY(-50%);

  -ms-transform: translateY(-50%);

  transform: translateY(-50%);
}

.post-item-2 .post-inner .post-content .meta-post p span.admin-name {
  margin-left: 5px;
}

.post-item-2 .post-inner .post-content .meta-post p span:last-child {
  padding-right: 0;
}

.post-item-2 .post-inner .post-content .meta-post p span:last-child::after {
  display: none;
}

.post-item-2 .post-inner .post-content .meta-post p span a {
  padding-left: 5px;

  color: #716c80;
}

.post-item-2 .post-inner .post-content .meta-post p span a:hover {
  color: #fe964d;
}

.counter-item .counter-inner {
  text-align: center;

  margin-bottom: 25px;
}

.counter-item .counter-inner .counter-thumb {
  margin-bottom: 20px;
}

.counter-item .counter-inner .counter-content .count-title {
  margin-bottom: 0;

  font-weight: 500;
}

.counter-item .counter-inner .counter-content .count-number,
.counter-item .counter-inner .counter-content .count-title {
  color: #181818;
}

.offer-item {
  margin-bottom: 25px;

  -webkit-border-radius: 3px;

  -moz-border-radius: 3px;

  border-radius: 3px;

  -webkit-transition: all 0.3s ease;

  -moz-transition: all 0.3s ease;

  transition: all 0.3s ease;
}

.offer-item:hover {
  -webkit-transform: translateY(-5px);

  -ms-transform: translateY(-5px);

  transform: translateY(-5px);

  box-shadow: 0 10px 10px rgba(136, 136, 136, 0.1);
}

.offer-item:hover::after {
  -webkit-transform: scale(1);

  -ms-transform: scale(1);

  transform: scale(1);
}

.offer-item:hover .offer-content {
  -webkit-transform: translate(-50%, -50%) scale(1);

  -ms-transform: translate(-50%, -50%) scale(1);

  transform: translate(-50%, -50%) scale(1);
}

.offer-item::after {
  width: 100%;

  height: 100%;

  top: 0;

  left: 0;

  background: rgba(0, 0, 0, 0.6);

  -webkit-transform: scale(0);

  -ms-transform: scale(0);

  transform: scale(0);

  -webkit-transition: all 0.3s ease;

  -moz-transition: all 0.3s ease;

  transition: all 0.3s ease;
}

.offer-item .offer-content {
  top: 50%;

  left: 50%;

  width: 100%;

  z-index: 1;

  text-align: center;

  -webkit-transform: translate(-50%, -50%) scale(0);

  -ms-transform: translate(-50%, -50%) scale(0);

  transform: translate(-50%, -50%) scale(0);
}

.offer-item .offer-content h3 {
  color: #fff;

  margin-bottom: 15px;
}

.offer-item .offer-content h3 span {
  font-weight: 500;
}

.contact-item {
  width: 100%;

  padding: 30px 25px;

  margin-bottom: 25px;

  background: #fff;

  box-shadow: 0 0px 10px rgba(136, 136, 136, 0.05);
}

.contact-item .contact-icon {
  width: 72px;

  margin: 0 auto 15px;
}

.contact-item .contact-icon i {
  height: 50px;

  width: 50px;

  line-height: 50px;

  text-align: center;

  border-radius: 100%;

  text-decoration: none;

  display: inline-block;

  color: #fff;

  font-size: 24px;

  background: #fe964d;
}

.contact-item .contact-details {
  text-align: center;
}

.contact-item .contact-details p {
  margin: 0;
}

.history-item .history-inner {
  padding: 30px;

  background: #fff7f1;
}

.history-item .history-inner .history-thumb img {
  width: 100%;
}

.history-item .history-inner .history-content {
  padding-top: 30px;
}

.history-item .history-inner .history-content .hc-left {
  width: 100%;
}

@media (min-width: 576px) {
  .history-item .history-inner .history-content .hc-left {
    width: 170px;
  }
}

.history-item .history-inner .history-content .hc-left h2,
.history-item .history-inner .history-content .hc-left h3 {
  font-weight: 400;

  margin-bottom: 0;
}

.history-item .history-inner .history-content .hc-left h2 {
  color: #fe964d;
}

@media (min-width: 992px) {
  .history-item .history-inner .history-content .hc-left h2 {
    font-size: 60px;
  }
}

.history-item .history-inner .history-content .hc-right {
  width: 100%;
}

@media (min-width: 576px) {
  .history-item .history-inner .history-content .hc-right {
    width: calc(100% - 170px);
  }
}

.search-cart {
  margin-left: 30px !important;
}

.search-cart li {
  width: 40px;

  height: 40px;

  line-height: 40px;

  text-align: center;

  margin-right: 10px;

  color: #fff;

  border: 1px solid #fff;

  -webkit-border-radius: 100%;

  -moz-border-radius: 100%;

  border-radius: 100%;
}

.search-cart li:last-child {
  margin-right: 0;
}

.search-cart li .cart-option.open .cart-content {
  transform: scaleY(1);
}

.search-cart li .cart-content {
  width: 310px;

  right: 0;

  top: 54px;

  background: #fff;

  z-index: 9999;

  padding: 10px;

  transform-origin: top;

  transform: scaleY(0);

  -webkit-border-radius: 0 0 6px 6px;

  -moz-border-radius: 0 0 6px 6px;

  border-radius: 0 0 6px 6px;

  -webkit-transition: all 0.3s ease;

  -moz-transition: all 0.3s ease;

  transition: all 0.3s ease;
}

.search-cart li .cart-content .cart-item {
  padding-bottom: 15px;

  margin-bottom: 15px;

  border-bottom: 1px solid #f0f0f0;

  justify-content: space-between;
}

.search-cart li .cart-content .cart-item a {
  padding: 0 !important;
}

.search-cart li .cart-content .cart-item .cart-img {
  width: 100px;
}

.search-cart li .cart-content .cart-item .cart-des {
  width: calc(100% - 110px);

  text-align: left;
}

.search-cart li .cart-content .cart-item .cart-des a {
  font-weight: 700;

  color: #181818 !important;

  -webkit-transition: all 0.3s ease;

  -moz-transition: all 0.3s ease;

  transition: all 0.3s ease;
}

.search-cart li .cart-content .cart-item .cart-des a:hover {
  color: #fe964d !important;
}

.search-cart li .cart-content .cart-item .cart-des p {
  margin-bottom: 0;
}

.search-cart li .cart-content .cart-item .cart-btn {
  width: 20px;

  height: 20px;

  top: 0;

  right: 0;

  line-height: 20px;

  text-align: center;

  box-shadow: 0 0 3px rgba(8, 136, 136, 0.08);

  -webkit-border-radius: 100%;

  -moz-border-radius: 100%;

  border-radius: 100%;

  -webkit-transition: all 0.3s ease;

  -moz-transition: all 0.3s ease;

  transition: all 0.3s ease;
}

.search-cart li .cart-content .cart-item .cart-btn a i {
  color: #716c80;

  -webkit-transition: all 0.3s ease;

  -moz-transition: all 0.3s ease;

  transition: all 0.3s ease;
}

.search-cart li .cart-content .cart-item .cart-btn a:hover {
  -webkit-transform: rotate(90deg);

  -ms-transform: rotate(90deg);

  transform: rotate(90deg);
}

.search-cart li .cart-content .cart-item .cart-btn a:hover i {
  color: #fe964d;
}

.search-cart li .cart-content .cart-bottom .cart-action a {
  padding: 10px 20px !important;

  line-height: 1.5 !important;
}

.search-input {
  position: fixed;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

  background: #040300cc;

  z-index: 9999;

  text-align: center;

  transform: scaleY(0);

  -webkit-transition: 0.5s ease;

  -moz-transition: 0.5s ease;

  transition: 0.5s ease;
}

.search-input.open {
  transform: scaleY(1);
}

.search-input .search-close {
  width: 40px;

  height: 40px;

  line-height: 40px;

  font-size: 30px;

  text-align: center;

  color: #fff;

  top: 5%;

  right: 5%;

  -webkit-transition: all 0.3s ease;

  -moz-transition: all 0.3s ease;

  transition: all 0.3s ease;
}

.search-input .search-close:hover {
  transform: rotate(90deg);

  color: #fe964d;
}

.search-input form {
  top: 50%;

  left: 50%;

  width: 500px;

  transform: translate(-50%, -50%);
}

.search-input form input {
  width: calc(100% - 50px);

  padding: 15px;

  border: none;

  outline: none;

  -webkit-border-radius: 10px 0 0 10px;

  -moz-border-radius: 10px 0 0 10px;

  border-radius: 10px 0 0 10px;
}

.search-input form input::placeholder {
  color: #181818;
}

.search-input form input:focus {
  border-color: #fe964d;
}

.search-input form button {
  margin-left: -4px;

  padding: 15px;

  outline: none;

  border: none;

  background: #fff;

  -webkit-border-radius: 0 10px 10px 0;

  -moz-border-radius: 0 10px 10px 0;

  border-radius: 0 10px 10px 0;

  -webkit-transition: all 0.3s ease;

  -moz-transition: all 0.3s ease;

  transition: all 0.3s ease;
}

.scocial-media {
  margin-bottom: 20px;
}

.scocial-media a {
  width: 40px;

  height: 40px;

  line-height: 40px;

  border-radius: 2px;

  color: #fff;

  font-size: 24px;

  margin-bottom: 4px;

  text-align: center;
}

.scocial-media a:hover {
  border-radius: 100%;

  transform: translateY(-5px);

  box-shadow: 0 5px 10px rgba(136, 136, 136, 0.2);
}

.paginations {
  margin: 40px 0;
}

@media (min-width: 992px) {
  .paginations {
    margin-bottom: 10px;
  }
}

.paginations ul li {
  padding: 5px;
}

.paginations ul li a {
  width: 46px;

  height: 46px;

  align-items: center;

  justify-content: center;

  background: #fff;

  box-shadow: 0 3px 4px rgba(10, 31, 68, 0.1);

  color: #fe964d;

  font-weight: 700;

  z-index: 1;

  -webkit-border-radius: 50%;

  -moz-border-radius: 50%;

  border-radius: 50%;

  -webkit-transition: all 0.3s ease;

  -moz-transition: all 0.3s ease;

  transition: all 0.3s ease;
}

.paginations ul li a.active,
.paginations ul li a:hover {
  color: #fff;

  background: #fe964d;
}

.paginations ul li a.dot {
  color: #fe964d;

  font-weight: 700;
}

.paginations ul li a.dot:hover {
  color: #fff;
}

.tags-social .tags {
  align-items: center;
}

.tags-social .tags span {
  display: inline-block;

  color: #716c80;

  padding-right: 10px;
}

.tags-social .tags ul li {
  display: inline-block;

  padding-right: 10px;
}

.tags-social .tags ul li:last-child {
  padding-right: 0;
}

.tags-social .tags ul li a {
  color: #716c80;

  -webkit-transition: all 0.3s ease;

  -moz-transition: all 0.3s ease;

  transition: all 0.3s ease;
}

.tags-social .tags ul li a:hover {
  color: #fe964d;
}

.tags-social .scocial {
  align-items: center;
}

@media (min-width: 992px) {
  .tags-social .scocial {
    justify-content: flex-end;
  }
}

.tags-social .scocial span {
  font-weight: 500;

  padding-right: 10px;
}

.tags-social .scocial .scocial-media {
  margin-bottom: 0;
}

.tags-social .scocial .scocial-media a {
  color: #181818;

  font-size: 16px;
}

.preloader {
  position: fixed;

  top: 0;

  left: 0;

  z-index: 999999999;

  width: 100%;

  height: 100%;

  background: #fe964d;
}

.preloader .preloader-inner {
  position: absolute;

  top: 50%;

  left: 50%;

  -webkit-transform: translate(-50%, -50%);

  transform: translate(-50%, -50%);
}

.preloader .preloader-inner .preloader-icon {
  width: 72px;

  height: 72px;

  display: inline-block;

  padding: 0px;
}

.preloader .preloader-inner .preloader-icon span {
  position: absolute;

  display: inline-block;

  width: 72px;

  height: 72px;

  border-radius: 100%;

  background: #fff;

  -webkit-animation: preloader-fx 1.6s linear infinite;

  animation: preloader-fx 1.6s linear infinite;
}

.preloader .preloader-inner .preloader-icon span:last-child {
  animation-delay: -0.8s;

  -webkit-animation-delay: -0.8s;
}

@keyframes preloader-fx {
  0% {
    -webkit-transform: scale(0, 0);

    transform: scale(0, 0);

    opacity: 0.5;
  }

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

    transform: scale(1, 1);

    opacity: 0;
  }
}

@-webkit-keyframes preloader-fx {
  0% {
    -webkit-transform: scale(0, 0);

    opacity: 0.5;
  }

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

    opacity: 0;
  }
}

@keyframes price-ani {
  0% {
    -webkit-transform: scale(1, 1);

    transform: scale(1, 1);

    opacity: 0.5;
  }

  100% {
    -webkit-transform: scale(1.2, 1.2);

    transform: scale(1.2, 1.2);

    opacity: 0.1;
  }
}

.text-bold {
  font-weight: 700;
}

/* @@@@@@@@@@@@@  Extend Property CSS Writing Now  @@@@@@@@@@@@@@ */

.footer-top .post-item .footer-location li,
.shop-single
  .review
  .review-content
  .review-showing
  .client-review
  .review-form
  form
  .rating
  ul,
.shop-single
  .review
  .review-content
  .review-showing
  .client-review
  .review-form
  form
  .rating,
.shop-single
  .review
  .review-content
  .review-showing
  .content
  li
  .post-content
  .entry-meta
  .posted-on,
.shop-single
  .review
  .review-content
  .review-showing
  .content
  li
  .post-content
  .entry-meta,
.shop-single .review .review-nav,
.shop-single .product-details .post-content form,
.shop-cart .section-wrapper .cart-bottom .shiping-box .cart-overview ul li,
.shop-cart .section-wrapper .cart-bottom .cart-checkout-box .cart-checkout,
.shop-cart .section-wrapper .cart-bottom .cart-checkout-box,
.shop-cart .section-wrapper .cart-top table tbody tr td.product-item,
.shop-product-wrap .product-list-item,
.shop-product-wrap .product-item .product-thumb .product-action-link,
.shop-product-wrap .product-list-item .product-thumb .product-action-link,
.widget.widget-tags ul.widget-wrapper,
.blog-section.blog-single
  .section-wrapper
  .comment-respond
  .add-comment
  .comment-form,
.blog-section.blog-single .section-wrapper .authors,
.blog-section.blog-single
  .section-wrapper
  .post-item-2
  .post-inner
  .post-content
  .tags-section
  .tags,
.blog-section.blog-single
  .section-wrapper
  .post-item-2
  .post-inner
  .post-content
  .tags-section,
.contact-form form.comment-form,
.history-section .history-content .achievement .history-navigation,
.about-section .about-left-part .about-item .about-inner,
.about-section .about-left-part,
.page-header .page-header-content-area ul,
.mobile-menu .mobile-menu .mobile-menu-area .mobile-menu-area-inner,
.mobile-menu .mobile-header,
.header-section .primary-menu .main-area .main-menu ul,
.header-section .primary-menu .main-area,
.header-section .primary-menu,
.feature-item .feature-inner,
.about-item .about-inner,
.abs-product-item .abs-product-inner,
.testi-item .testi-inner .testi-head,
.history-item .history-inner .history-content,
.search-cart li .cart-content .cart-item,
.paginations ul li a,
.tags-social .tags,
.tags-social .scocial {
  display: flex;

  flex-wrap: wrap;
}

.shop-single
  .review
  .review-content
  .description
  .post-item
  .post-content
  ul
  li,
.shop-single
  .review
  .review-content
  .review-showing
  .client-review
  .review-form
  .review-title
  h5,
.shop-single .product-details .post-content form .select-product select,
.shop-single .product-details .post-content form .select-product,
.shop-single .product-details .product-thumb .gallery-top,
.shop-cart
  .section-wrapper
  .cart-bottom
  .shiping-box
  .calculate-shiping
  .outline-select
  select,
.shop-cart
  .section-wrapper
  .cart-bottom
  .shiping-box
  .calculate-shiping
  .outline-select,
.shop-product-wrap .product-item .product-thumb,
.shop-product-wrap .product-list-item .product-thumb,
.widget.widget-search .search-wrapper,
.testimonial-section .section-wrapper,
.faq-section .faq-content .tab-pane .card-header .faq-item,
.video-section .video-content,
.page-header .page-header-content-area ul li a,
.page-header .page-header-content-area,
.page-header,
.banner,
.mobile-menu
  .mobile-menu
  .mobile-menu-area
  .mobile-menu-area-inner
  .mobile-search,
.mobile-menu
  .mobile-menu
  .mobile-menu-area
  .mobile-menu-area-inner
  ul
  li.menu-item-has-children
  > a,
.mobile-menu .mobile-menu .mobile-menu-area .mobile-menu-area-inner ul li,
.mobile-menu .mobile-header .header-bar,
.header-section
  .primary-menu
  .main-area
  .main-menu
  ul
  li.menu-item-has-children
  > a,
.shop-menu li.menu-item-has-children > a,
.cart-plus-minus,
.lab-btn,
.relative,
.scrollToTop i,
.lab-tooltip p,
.product-item .product-inner,
.product-item-2 .product-inner,
.product-item-2 .product-inner .product-thumb,
.abs-product-item,
.team-item-2 .team-inner .team-thumb,
.testi-item .testi-inner .testi-body p,
.post-item .post-inner .post-thumb,
.post-item .post-inner .post-content .meta-post p span,
.post-item-2 .post-inner .post-thumb,
.post-item-2 .post-inner .post-content .more-com .text-btn,
.post-item-2 .post-inner .post-content .qute-content blockquote,
.post-item-2 .post-inner .post-content .meta-post p span,
.offer-item,
.search-cart li,
.search-cart li .cart-content .cart-item,
.paginations ul li a {
  position: relative;
}

.shop-single
  .review
  .review-content
  .description
  .post-item
  .post-content
  ul
  li::before,
.shop-single
  .review
  .review-content
  .review-showing
  .client-review
  .review-form
  .review-title
  h5::after,
.shop-single
  .review
  .review-content
  .review-showing
  .client-review
  .review-form
  .review-title
  h5::before,
.shop-single .product-details .post-content form .select-product i,
.shop-single
  .product-details
  .product-thumb
  .gallery-top
  .shop-navigation
  .shop-nav,
.shop-single .product-details .product-thumb .gallery-top .shop-navigation,
.shop-cart
  .section-wrapper
  .cart-bottom
  .shiping-box
  .calculate-shiping
  .outline-select
  .select-icon,
.shop-product-wrap .product-item .product-thumb .product-action-link,
.shop-product-wrap .product-list-item .product-thumb .product-action-link,
.shop-product-wrap .product-item .product-thumb::after,
.shop-product-wrap .product-list-item .product-thumb::after,
.widget.widget-search .search-wrapper button,
.testimonial-section .testi-navigation .testi-nav,
.testimonial-section .testi-navigation,
.faq-section .faq-content .tab-pane .card-header .faq-item::after,
.faq-section .faq-content .tab-pane .card-header .faq-item::before,
.video-section .video-content a,
.page-header .page-header-content-area ul li a::after,
.mobile-menu
  .mobile-menu
  .mobile-menu-area
  .mobile-menu-area-inner
  .mobile-search
  button,
.mobile-menu
  .mobile-menu
  .mobile-menu-area
  .mobile-menu-area-inner
  ul
  li.menu-item-has-children
  > a::after,
.mobile-menu .mobile-header .header-bar span,
.transparent-header,
.header-section
  .primary-menu
  .main-area
  .main-menu
  ul
  li.menu-item-has-children
  > a::after,
.header-section .primary-menu .main-area .main-menu ul li ul,
.shop-menu li.menu-item-has-children > a::after,
.cart-plus-minus .qtybutton,
.lab-offer,
.shape-images,
.pluse_1,
.pluse_2,
.pluse_1::after,
.pluse_1::before,
.pluse_2::after,
.pluse_2::before,
.lab-tooltip,
.lab-tooltip::after,
.lab-tooltip::before,
.overlay,
.product-item .product-inner::after,
.product-item .product-inner .product-content,
.product-item-2 .product-inner .product-thumb .offer,
.product-item-2 .product-inner .product-content .cart-option,
.abs-product-item::after,
.team-item-2 .team-inner .team-thumb::after,
.testi-item .testi-inner .testi-body p .img-left,
.testi-item .testi-inner .testi-body p .img-right,
.post-item .post-inner .post-thumb .meta-date,
.post-item .post-inner .post-content .meta-post p span::after,
.post-item-2 .post-inner .post-thumb .meta-date,
.post-item-2 .post-inner .post-content .more-com .text-btn i,
.post-item-2 .post-inner .post-content .qute-content blockquote::before,
.post-item-2 .post-inner .post-content .qute-content blockquote::after,
.post-item-2 .post-inner .post-content .meta-post p span::after,
.offer-item::after,
.offer-item .offer-content,
.search-cart li .cart-content,
.search-cart li .cart-content .cart-item .cart-btn,
.search-input .search-close,
.search-input form {
  position: absolute;

  content: "";
}

.footer-top .post-item .footer-gellary .figure,
.footer-top .post-item .footer-post .media .fp-thumb,
.shop-single .review .review-content .review-showing .content li .post-thumb,
.shop-single
  .product-details
  .product-thumb
  .gallery-thumbs
  .shop-item
  .shop-thumb,
.shop-single .product-details,
.shop-cart .section-wrapper .cart-bottom .cart-checkout-box .coupon,
.shop-cart .section-wrapper .cart-bottom,
.shop-product-wrap .product-item .product-thumb,
.shop-product-wrap .product-list-item .product-thumb,
.widget.recipe-categori,
.widget.widget-instagram ul.widget-wrapper li a,
.widget.widget-post ul.widget-wrapper li .post-thumb,
.widget .widget-header,
.blog-section.blog-single
  .section-wrapper
  .comments
  .comment-list
  .comment
  .com-content,
.blog-section.blog-single .section-wrapper .rel-product,
.testimonial-section .testi-slider,
.sponsor-section .section-wrapper .sponsor-slider,
.product-section .section-wrapper .card,
.about-section .about-left-part .about-item .about-inner .about-thumb,
.banner,
.cart-plus-minus,
.lab-btn,
.about-item .about-inner .about-thumb,
.product-item-2 .product-inner .product-thumb,
.team-item-2 .team-inner .team-thumb,
.post-item .post-inner .post-thumb,
.post-item-2 .post-inner .post-thumb,
.offer-item,
.preloader {
  overflow: hidden;
}

.shop-single
  .review
  .review-content
  .review-showing
  .client-review
  .review-form
  form
  button,
.shop-single .review .review-nav li,
.shop-single .product-details .post-content form button,
.shop-single
  .product-details
  .product-thumb
  .gallery-top
  .shop-navigation
  .shop-nav,
.shop-cart .section-wrapper .cart-bottom .shiping-box .calculate-shiping button,
.shop-cart
  .section-wrapper
  .cart-bottom
  .cart-checkout-box
  .cart-checkout
  input[type="submit"],
.shop-cart
  .section-wrapper
  .cart-bottom
  .cart-checkout-box
  .coupon
  input[type="submit"],
.blog-section.blog-single
  .section-wrapper
  .comment-respond
  .add-comment
  .comment-form
  .lab-btn,
.testimonial-section .testi-navigation .testi-nav,
.faq-section .faq-content .tab-pane .card-header .faq-item,
.faq-section .faq-content .tab-pane .card-header,
.contact-form form.comment-form button.lab-btn,
.cart-plus-minus .qtybutton,
.search-cart li .cart-option,
.search-cart li .search-option,
.search-input .search-close,
.search-input form button {
  cursor: pointer;
}

.blog-section .section-wrapper .card .card-title {
  display: -webkit-box;

  -webkit-line-clamp: 2;

  -webkit-box-orient: vertical;

  overflow: hidden;

  text-overflow: ellipsis;
}

@media (max-width: 1199px) {
  .header-section {
    display: none;
  }
}

.header-section .header-area.menu-fixed {
  position: fixed;

  width: 100%;

  top: 0;

  z-index: 99;

  background: #ffffff;

  box-shadow: 0 5px 3px rgb(0 0 0 / 10%);
}

.header-section
  .header-area.menu-fixed
  .primary-menu
  .main-area
  .main-menu
  .logo {
  display: block;
}

.header-section .primary-menu {
  align-items: center;

  justify-content: space-between;
}

.header-section .primary-menu .logo a {
  display: block;
}

.header-section .primary-menu .logo a img {
  display: block;
}

.header-section .primary-menu .main-area {
  align-items: center;
}

.header-section .primary-menu .main-area .main-menu .logo {
  display: none;
}

.header-section .primary-menu .main-area .main-menu ul {
  padding: 0;

  margin: 0;
}

.header-section .primary-menu .main-area .main-menu ul li {
  padding: 0;
}

.header-section .primary-menu .main-area .main-menu ul li.active > a,
.header-section .primary-menu .main-area .main-menu ul li:hover > a {
  color: #ffffff;
}

.header-section .primary-menu .main-area .main-menu ul li a {
  padding: 23px 20px;

  color: #060606;

  font-size: 16px;

  font-weight: 700;

  -webkit-transition: all 0.3s ease;

  -moz-transition: all 0.3s ease;

  transition: all 0.3s ease;
}

.header-section .primary-menu .main-area .main-menu ul li ul {
  min-width: 200px;

  background: #fe964d;

  box-shadow: 0 0 5px rgba(136, 136, 136, 0.1);

  display: block;

  top: 100%;

  transform: scaleY(0);

  transform-origin: top;

  z-index: 999;

  -webkit-transition: all 0.3s ease;

  -moz-transition: all 0.3s ease;

  transition: all 0.3s ease;
}

@media (min-width: 1200px) {
  .header-section
    .primary-menu
    .main-area
    .main-menu
    ul
    li
    ul
    li:nth-child(1)
    a {
    padding-left: 15px;
  }
}

.header-section .primary-menu .main-area .main-menu ul li ul li a {
  font-size: 98%;

  padding: 10px 15px;

  color: #fff;

  width: 100%;

  border-bottom: 1px solid #f0f0f0;
}

.header-section .primary-menu .main-area .main-menu ul li ul li a:hover,
.header-section .primary-menu .main-area .main-menu ul li ul li a.active {
  padding-left: 20px;

  color: #fe964d;

  background: #fff;
}

.header-section .primary-menu .main-area .main-menu ul li ul li:last-child a {
  border-bottom: none;
}

.header-section
  .primary-menu
  .main-area
  .main-menu
  ul
  li
  ul
  li.menu-item-has-children {
  margin-right: 0px;
}

.header-section
  .primary-menu
  .main-area
  .main-menu
  ul
  li
  ul
  li.menu-item-has-children
  a::after {
  right: 15px;

  transform: translateY(-50%) rotate(-90deg);
}

.header-section .primary-menu .main-area .main-menu ul li ul li ul {
  left: 100%;

  top: 0;
}

.header-section
  .primary-menu
  .main-area
  .main-menu
  ul
  li.menu-item-has-children {
  margin-right: 16px;

  position: relative;
}

.header-section
  .primary-menu
  .main-area
  .main-menu
  ul
  li.menu-item-has-children
  > a::after {
  top: 50%;

  right: 0;

  transform: translateY(-50%);

  font-weight: 400;

  content: "" !important;

  font-family: IcoFont !important;
}

.header-section .primary-menu .main-area .main-menu ul li:hover > ul {
  transform: scaleY(1);
}

.header-section .primary-menu .main-area .header-btn {
  margin-left: 15px;
}

.header-section .primary-menu .main-area .header-btn .lab-btn {
  display: block;

  padding: 13px 30px;
}

.header-section .header-top {
  padding: 5px 0;
}

.header-section .header-top .ht-left ul li {
  color: #2b3539;

  font-size: 16px;

  font-weight: 500;

  padding-right: 15px;
}

.header-section .header-top .ht-left ul li:last-child {
  padding-right: 0;
}

.header-section .header-top.bg-black {
  background: #181818;
}

.transparent-header {
  width: 100%;

  top: 20px;

  z-index: 999;
}

.transparent-header .primary-menu .main-area .main-menu ul li a {
  color: #fff;
}

.transparent-header .primary-menu .main-area .main-menu ul li ul {
  background: #fe964d;
}

.transparent-header .search-cart li {
  color: #fff;

  border-color: #fff;
}

.transparent-header .header-area.menu-fixed {
  background: #181818;
}

/* @@@@@@@@@@@@@  Mobile Menu Section Start Here  @@@@@@@@@@@@@@ */

@media (min-width: 1200px) {
  .mobile-menu {
    display: none;
  }
}

.mobile-menu .mobile-header {
  padding: 5px 15px;

  position: fixed;

  top: 0;

  width: 100%;

  z-index: 99;

  align-items: center;

  justify-content: space-between;

  background: #fff;

  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
}

.mobile-menu .mobile-header .header-bar {
  width: 25px;

  height: 25px;

  cursor: pointer;
}

.mobile-menu .mobile-header .header-bar span {
  background: #fe964d;

  width: 100%;

  height: 3px;

  display: block;

  left: 0;

  top: 50%;

  margin-top: -1px;

  transform-origin: center;

  -webkit-transition: all 0.3s ease;

  -moz-transition: all 0.3s ease;

  transition: all 0.3s ease;
}

.mobile-menu .mobile-header .header-bar span:nth-child(1) {
  margin-top: -9px;
}

.mobile-menu .mobile-header .header-bar span:nth-child(2) {
  opacity: 1;
}

.mobile-menu .mobile-header .header-bar span:nth-child(3) {
  margin-top: 7px;
}

.mobile-menu .mobile-header .header-bar.close {
  opacity: 1;
}

.mobile-menu .mobile-header .header-bar.close span:nth-child(1) {
  transform: rotate(-45deg);

  margin-top: -1px;
}

.mobile-menu .mobile-header .header-bar.close span:nth-child(2) {
  opacity: 0;
}

.mobile-menu .mobile-header .header-bar.close span:nth-child(3) {
  transform: rotate(45deg);

  margin-top: -1px;
}

.mobile-menu .mobile-header.menu-fixed {
  background: #fff;
}

.mobile-menu .mobile-menu {
  position: fixed;

  top: 70px;

  left: 0;

  z-index: 99;

  background: #fff;

  width: 100%;

  transform: scaleY(0);

  transform-origin: top;

  height: 100vh;

  overflow-y: scroll;

  padding: 0 20px;

  padding-bottom: 60px;

  -webkit-transition: all 0.3s ease;

  -moz-transition: all 0.3s ease;

  transition: all 0.3s ease;
}

@media (min-width: 576px) {
  .mobile-menu .mobile-menu {
    width: 50%;

    transform: scaleX(0);

    transform-origin: left;
  }
}

.mobile-menu .mobile-menu.open {
  transform: scaleY(1);
}

@media (min-width: 576px) {
  .mobile-menu .mobile-menu.open {
    transform: scaleX(1);
  }
}

@media (min-width: 1200px) {
  .mobile-menu .mobile-menu.open {
    display: none;
  }
}

.mobile-menu .mobile-menu .mobile-menu-area .mobile-menu-area-inner {
  justify-content: center;

  align-items: center;

  padding: 20px 0;
}

.mobile-menu .mobile-menu .mobile-menu-area .mobile-menu-area-inner ul {
  text-align: center;

  margin: 0;

  padding: 30px 0;

  width: 100%;
}

.mobile-menu .mobile-menu .mobile-menu-area .mobile-menu-area-inner ul li {
  list-style: none;

  padding: 0;
}

.mobile-menu
  .mobile-menu
  .mobile-menu-area
  .mobile-menu-area-inner
  ul
  li.active
  > a {
  color: #fe964d;
}

.mobile-menu
  .mobile-menu
  .mobile-menu-area
  .mobile-menu-area-inner
  ul
  li:last-child
  > a {
  border-bottom: none;
}

.mobile-menu .mobile-menu .mobile-menu-area .mobile-menu-area-inner ul li a {
  display: block !important;

  padding: 10px 0;

  color: #181818;

  text-transform: capitalize;

  margin: 2px 0;

  text-align: left;

  outline: none;

  font-weight: 500;

  width: 100%;

  border-bottom: 1px solid #f0f0f0;
}

.mobile-menu
  .mobile-menu
  .mobile-menu-area
  .mobile-menu-area-inner
  ul
  li
  a::after {
  right: 0;
}

.mobile-menu
  .mobile-menu
  .mobile-menu-area
  .mobile-menu-area-inner
  ul
  li
  a.active {
  color: #fe964d;
}

.mobile-menu
  .mobile-menu
  .mobile-menu-area
  .mobile-menu-area-inner
  ul
  li
  a.active.dd-icon-down::after,
.mobile-menu
  .mobile-menu
  .mobile-menu-area
  .mobile-menu-area-inner
  ul
  li
  a.active.dd-icon-down::before {
  background: #fe964d;
}

.mobile-menu .mobile-menu .mobile-menu-area .mobile-menu-area-inner ul li ul {
  display: none;

  margin: 0;

  padding: 0;
}

.mobile-menu
  .mobile-menu
  .mobile-menu-area
  .mobile-menu-area-inner
  ul
  li
  ul
  li {
  padding-left: 20px;
}

.mobile-menu
  .mobile-menu
  .mobile-menu-area
  .mobile-menu-area-inner
  ul
  li
  ul
  li
  a {
  margin: 0;

  outline: none;

  font-size: 96%;
}

.mobile-menu
  .mobile-menu
  .mobile-menu-area
  .mobile-menu-area-inner
  ul
  li.menu-item-has-children {
  position: relative;
}

.mobile-menu
  .mobile-menu
  .mobile-menu-area
  .mobile-menu-area-inner
  ul
  li.menu-item-has-children
  > a::after {
  top: 50%;

  right: 0;

  transform: translateY(-50%);

  font-weight: 400;

  content: "" !important;

  font-family: IcoFont !important;
}

.mobile-menu
  .mobile-menu
  .mobile-menu-area
  .mobile-menu-area-inner
  .social-link-list {
  width: 100%;
}

.mobile-menu
  .mobile-menu
  .mobile-menu-area
  .mobile-menu-area-inner
  .mobile-search {
  width: 100%;
}

.mobile-menu
  .mobile-menu
  .mobile-menu-area
  .mobile-menu-area-inner
  .mobile-search
  input {
  border: none;

  border-bottom: 1px solid #f0f0f0;

  height: 60px;

  margin: 0;

  padding-right: 35px;

  font-style: italic;

  -webkit-border-radius: 0;

  -moz-border-radius: 0;

  border-radius: 0;
}

.mobile-menu
  .mobile-menu
  .mobile-menu-area
  .mobile-menu-area-inner
  .mobile-search
  input:focus,
.mobile-menu
  .mobile-menu
  .mobile-menu-area
  .mobile-menu-area-inner
  .mobile-search
  input::placeholder {
  color: #181818;
}

.mobile-menu
  .mobile-menu
  .mobile-menu-area
  .mobile-menu-area-inner
  .mobile-search
  button {
  top: 0;

  right: 0;

  background-color: transparent;

  color: #181818;

  width: 30px;

  height: 60px;

  outline: none;

  border: none;

  font-size: 20px;

  text-align: center;
}

/* @@@@@@@@@@@@@  Banner Section Start Here  @@@@@@@@@@@@@@ */

.banner .swiper-pagination {
  bottom: 30px !important;
}

.banner .banner-slider .swiper-pagination-bullet {
  width: 15px;

  height: 15px;

  text-align: center;

  line-height: 20px;

  font-size: 12px;

  opacity: 1;

  background: transparent;

  border: 2px solid #fff;
}

.banner .banner-slider .swiper-pagination-bullet-active {
  width: 15px;

  height: 15px;

  text-align: center;

  line-height: 20px;

  font-size: 12px;

  opacity: 1;

  background: #fe964d;

  border: 2px solid #fe964d;
}

.banner .banner-slider-part {
  background-size: cover !important;

  background-position: top left !important;
}

@media (min-width: 992px) {
  .banner .banner-slider-part {
    background-position: center !important;
  }
}

.banner .banner-slider-part .banner-content {
  padding: 180px 0 100px;

  text-align: center;
}

@media (min-width: 992px) {
  .banner .banner-slider-part .banner-content {
    padding: 203px 0;
  }
}

.banner .banner-slider-part .banner-content h1 {
  color: #fff;

  max-width: 900px;

  margin: 0 auto;

  font-weight: 400;
}

.banner .banner-slider-part .banner-content h1 b,
.banner .banner-slider-part .banner-content h1 strong {
  font-weight: 700;

  margin-bottom: 10px;
}

@media (max-width: 767px) {
  .banner .banner-slider-part .banner-content h1 {
    font-size: 46px;
  }
}

@media (max-width: 575px) {
  .banner .banner-slider-part .banner-content h1 {
    font-size: 36px;
  }
}

.banner .banner-slider-part .banner-content .bt-thumb {
  -webkit-transform: translateY(-350px);

  -ms-transform: translateY(-350px);

  transform: translateY(-350px);

  -webkit-transition: all 0.6s ease;

  -moz-transition: all 0.6s ease;

  transition: all 0.6s ease;
}

.banner .banner-slider-part .banner-content .banner-title {
  -webkit-transform: translateY(-350px);

  -ms-transform: translateY(-350px);

  transform: translateY(-350px);

  -webkit-transition: all 0.6s ease;

  -moz-transition: all 0.6s ease;

  transition: all 0.6s ease;
}

.banner .banner-slider-part .banner-content .banner-desc {
  -webkit-transform: translateY(350px);

  -ms-transform: translateY(350px);

  transform: translateY(350px);

  -webkit-transition: all 0.7s ease;

  -moz-transition: all 0.7s ease;

  transition: all 0.7s ease;
}

.banner .banner-slider-part .banner-content .lab-btn {
  margin-top: 24px;

  -webkit-transform: translateY(350px);

  -ms-transform: translateY(350px);

  transform: translateY(350px);

  -webkit-transition: all 0.9s ease;

  -moz-transition: all 0.9s ease;

  transition: all 0.9s ease;
}

@media (min-width: 768px) {
  .banner .banner-slider-part .banner-content .lab-btn {
    margin-top: 30px;
  }
}

@media (min-width: 992px) {
  .banner .banner-slider-part .banner-content .lab-btn {
    margin-top: 40px;

    margin-bottom: 5px;
  }
}

.banner .swiper-slide-active .banner-thumb {
  opacity: 1;
}

.banner .swiper-slide-active .banner-slider-part .banner-content .bt-thumb {
  -webkit-transform: translateY(0px);

  -ms-transform: translateY(0px);

  transform: translateY(0px);
}

.banner .swiper-slide-active .banner-slider-part .banner-content .banner-title {
  -webkit-transform: translateY(0px);

  -ms-transform: translateY(0px);

  transform: translateY(0px);
}

.banner .swiper-slide-active .banner-slider-part .banner-content .banner-desc {
  -webkit-transform: translateY(0px);

  -ms-transform: translateY(0px);

  transform: translateY(0px);
}

.banner .swiper-slide-active .banner-slider-part .banner-content .lab-btn {
  -webkit-transform: translateY(0px);

  -ms-transform: translateY(0px);

  transform: translateY(0px);
}

.banner.home-2 .banner-slider-part .banner-content {
  padding: 180px 0 100px;

  text-align: center;
}

.banner.home-2 .banner-slider-part .banner-content h3 {
  font-weight: 400;

  margin-bottom: 30px;
}

/* @@@@@@@@@@@@@  Page Header Section Start Here  @@@@@@@@@@@@@@ */

.page-header {
  margin-top: 82px;

  background: url(../../assets/images/bg-images/page-header.jpg);
}

@media (min-width: 1200px) {
  .page-header {
    margin-top: 0;
  }
}

.page-header .page-header-content-area {
  z-index: 1;

  margin-bottom: 15px;
}

.page-header .page-header-content-area .ph-title {
  text-align: center;

  color: #fff;
}

.page-header .page-header-content-area ul {
  justify-content: center;
}

.page-header .page-header-content-area ul li {
  padding-right: 15px;
}

.page-header .page-header-content-area ul li:last-child {
  padding-right: 0;
}

.page-header .page-header-content-area ul li a {
  color: #fff;
}

.page-header .page-header-content-area ul li a::after {
  width: 1px;

  height: 15px;

  top: 4px;

  right: -9px;

  background: #fff;

  transform: rotate(20deg);
}

.page-header .page-header-content-area ul li a.active {
  color: #fe964d;
}

.page-header .page-header-content-area ul li a.active::after {
  display: none;
}

/* @@@@@@@@@@@@@  about Section Start Here  @@@@@@@@@@@@@@ */

.about-section {
  background-position: right bottom;
}

.about-section .list-group-item {
  background-color: transparent;
}

@media (max-width: 991px) {
  .about-section .about-thumb {
    margin-bottom: 65px;
  }
}

@media (min-width: 992px) {
  .about-section .about-thumb.ab-images {
    margin-bottom: 0;

    position: absolute;

    left: 0;

    bottom: 50%;

    transform: translateY(50%);
  }
}

.about-section .about-left-part {
  margin: -5px;

  margin-bottom: 60px;
}

@media (min-width: 1200px) {
  .about-section .about-left-part {
    margin-bottom: -5px;
  }
}

.about-section .about-left-part .about-item {
  width: calc(100% / 1);
}

@media (min-width: 576px) {
  .about-section .about-left-part .about-item {
    width: calc(100% / 2);
  }
}

@media (min-width: 992px) {
  .about-section .about-left-part .about-item {
    width: calc(100% / 3);
  }
}

.about-section .about-left-part .about-item:nth-child(even) .about-inner {
  flex-direction: column-reverse;
}

.about-section
  .about-left-part
  .about-item:nth-child(even)
  .about-inner
  .about-thumb {
  margin-bottom: 0;

  margin-top: 10px;
}

.about-section .about-left-part .about-item .about-inner {
  margin: 5px;
}

.about-section
  .about-left-part
  .about-item
  .about-inner:hover
  .about-content
  .ac-content
  h6 {
  color: #fe964d;
}

.about-section
  .about-left-part
  .about-item
  .about-inner:hover
  .about-thumb
  img {
  transform: scale(1.05);
}

.about-section .about-left-part .about-item .about-inner .about-thumb {
  width: 100%;

  margin-bottom: 10px;

  overflow: hidden;
}

.about-section .about-left-part .about-item .about-inner .about-thumb img {
  width: 100%;

  -webkit-border-radius: 4px;

  -moz-border-radius: 4px;

  border-radius: 4px;

  transition: all 0.3s ease;

  box-shadow: 0 0 6px rgba(8, 136, 136, 0.1);
}

.about-section .about-left-part .about-item .about-inner .about-content {
  padding: 20px;

  background: #f0f5ff;

  text-align-last: center;
}

.about-section
  .about-left-part
  .about-item
  .about-inner
  .about-content
  .ac-thumb {
  margin-bottom: 15px;
}

.about-section
  .about-left-part
  .about-item
  .about-inner
  .about-content
  .ac-content
  h6 {
  margin-bottom: 10px;

  transition: all 0.3s ease;
}

.about-section .about-wrapper .about-title {
  margin-bottom: 20px;
}

.about-section .about-wrapper .about-title h2 {
  margin-bottom: 25px;
}

@media (max-width: 575px) {
  .about-section .about-wrapper .about-title h2 {
    font-size: 24px;
  }
}

@media (min-width: 576px) {
  .about-section .about-wrapper .about-title h2 {
    font-size: 30px;
  }
}

@media (min-width: 992px) {
  .about-section .about-wrapper .about-title h2 {
    font-size: 40px;
  }
}

.about-section .about-wrapper .about-title p {
  max-width: 470px;
}

.about-section .about-wrapper .about-title p.home-2 {
  max-width: 540px;
}

.about-section.about-page .about-wrapper {
  max-width: 500px;
}

@media (max-width: 991px) {
  .about-section.about-page .about-wrapper {
    margin: 30px auto 0;
  }
}

.about-section.about-page .about-wrapper .about-title h6 span {
  font-weight: 500;
}

.about-section.about-page .about-wrapper .about-content {
  max-width: 450px;
}

.about-section.about-page .about-wrapper .about-content .lab-btn {
  padding: 13px 46px;
}

/* @@@@@@@@@@@@@  history Section Section Start Here  @@@@@@@@@@@@@@ */

.history-section .history-header {
  margin-left: 0;
}

.history-section .history-header h2 {
  margin-top: -10px;
}

.history-section .history-content .history-items {
  overflow: hidden;
}

.history-section .history-content .history-items .swiper-slide {
  overflow: hidden;
}

.history-section .history-content .history-items .swiper-slide .lab-inner {
  overflow: hidden;

  background-color: #fff7f1;

  padding: 15px;
}

@media (min-width: 768px) {
  .history-section .history-content .history-items .swiper-slide .lab-inner {
    padding: 30px;
  }
}

@media (max-width: 575px) {
  .history-section .history-content .history-items .swiper-slide .lab-inner {
    border-radius: 10px;
  }
}

.history-section
  .history-content
  .history-items
  .swiper-slide
  .lab-inner
  .lab-thumb {
  margin-bottom: 15px;
}

.history-section
  .history-content
  .history-items
  .swiper-slide
  .lab-inner
  .lab-content {
  text-align: left;

  display: flex;

  flex-wrap: wrap;

  align-items: center;

  padding: 15px;
}

@media (min-width: 768px) {
  .history-section
    .history-content
    .history-items
    .swiper-slide
    .lab-inner
    .lab-content {
    padding: 0;
  }
}

.history-section
  .history-content
  .history-items
  .swiper-slide
  .lab-inner
  .lab-content
  .history-left {
  width: 200px;
}

@media (max-width: 767px) {
  .history-section
    .history-content
    .history-items
    .swiper-slide
    .lab-inner
    .lab-content
    .history-left {
    display: block;
  }
}

@media (max-width: 767px) {
  .history-section
    .history-content
    .history-items
    .swiper-slide
    .lab-inner
    .lab-content
    .history-left
    h2 {
    font-size: 30px;
  }
}

@media (max-width: 575px) {
  .history-section
    .history-content
    .history-items
    .swiper-slide
    .lab-inner
    .lab-content
    .history-left
    h2 {
    font-size: 24px;
  }
}

.history-section
  .history-content
  .history-items
  .swiper-slide
  .lab-inner
  .lab-content
  .history-left
  h2
  span {
  font-size: 72px;
}

@media (max-width: 767px) {
  .history-section
    .history-content
    .history-items
    .swiper-slide
    .lab-inner
    .lab-content
    .history-left
    h2
    span {
    font-size: 46px;
  }
}

@media (max-width: 575px) {
  .history-section
    .history-content
    .history-items
    .swiper-slide
    .lab-inner
    .lab-content
    .history-left
    h2
    span {
    font-size: 36px;
  }
}

.history-section
  .history-content
  .history-items
  .swiper-slide
  .lab-inner
  .lab-content
  .history-right {
  width: calc(100% - 200px);
}

@media (max-width: 767px) {
  .history-section
    .history-content
    .history-items
    .swiper-slide
    .lab-inner
    .lab-content
    .history-right {
    width: 100%;
  }
}

.history-section .history-content .achievement {
  background-color: #fff7f1;

  padding: 44px 23px;

  margin-top: 30px;
}

@media (min-width: 768px) {
  .history-section .history-content .achievement {
    margin-top: 15px;
  }
}

@media (max-width: 575px) {
  .history-section .history-content .achievement {
    border-radius: 10px;
  }
}

.history-section .history-content .achievement .achievement-content {
  margin-top: 45px;
}

.history-section .history-content .achievement .achievement-content .lab-item {
  margin-bottom: 40px;
}

.history-section
  .history-content
  .achievement
  .achievement-content
  .lab-item
  .lab-inner
  .lab-content
  h3 {
  margin-bottom: 10px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .history-section
    .history-content
    .achievement
    .achievement-content
    .lab-item
    .lab-inner
    .lab-content
    h3 {
    font-size: 30px;
  }
}

@media (max-width: 375px) {
  .history-section
    .history-content
    .achievement
    .achievement-content
    .lab-item
    .lab-inner
    .lab-content
    h3 {
    font-size: 20px;
  }
}

@media (min-width: 576px) {
  .history-section
    .history-content
    .achievement
    .achievement-content
    .lab-item
    .lab-inner
    .lab-content
    h3 {
    font-size: 24px;
  }
}

.history-section
  .history-content
  .achievement
  .achievement-content
  .lab-item
  .lab-inner
  .lab-content
  h5 {
  margin-top: 0;

  color: #716c80;
}

@media (min-width: 768px) and (max-width: 991px) {
  .history-section
    .history-content
    .achievement
    .achievement-content
    .lab-item
    .lab-inner
    .lab-content
    h5 {
    font-size: 20px !important;
  }
}

@media (max-width: 375px) {
  .history-section
    .history-content
    .achievement
    .achievement-content
    .lab-item
    .lab-inner
    .lab-content
    h5 {
    font-size: 18px;
  }
}

@media (min-width: 576px) {
  .history-section
    .history-content
    .achievement
    .achievement-content
    .lab-item
    .lab-inner
    .lab-content
    h5 {
    font-size: 20px;
  }
}

.history-section .history-content .achievement .history-navigation {
  justify-content: flex-end;
}

@media (max-width: 991px) {
  .history-section .history-content .achievement .history-navigation {
    display: none;
  }
}

.history-section
  .history-content
  .achievement
  .history-navigation
  .history-button-prev,
.history-section
  .history-content
  .achievement
  .history-navigation
  .history-button-next {
  outline: none;

  font-size: 30px;

  cursor: pointer;

  transition: all 0.3s ease;
}

.history-section
  .history-content
  .achievement
  .history-navigation
  .history-button-prev:hover,
.history-section
  .history-content
  .achievement
  .history-navigation
  .history-button-next:hover {
  color: #fe964d;
}

.history-section
  .history-content
  .achievement
  .history-navigation
  .history-button-prev {
  margin-right: 30px;
}

/* @@@@@@@@@@@@@  Feature Section Section Start Here  @@@@@@@@@@@@@@ */

.feature-section .lab-item {
  margin: 15px 0;

  padding: 60px 30px;

  box-shadow: 0 0 6px rgba(8, 136, 136, 0.08);

  -webkit-transition: all 0.3s ease;

  -moz-transition: all 0.3s ease;

  transition: all 0.3s ease;

  background: #fff;
}

@media (min-width: 992px) {
  .feature-section .lab-item {
    margin: 0 0 15px;
  }
}

.feature-section .lab-item:hover {
  box-shadow: 0 5px 10px rgba(136, 136, 136, 0.1);
}

.feature-section .lab-item:hover h6 {
  color: #fe964d;
}

.feature-section .lab-item:hover .lab-thumb img {
  transform: scale(1.07);
}

.feature-section .lab-item .lab-thumb {
  margin-bottom: 20px;
}

.feature-section .lab-item .lab-thumb img {
  -webkit-transition: all 0.3s ease;

  -moz-transition: all 0.3s ease;

  transition: all 0.3s ease;

  transform: scale(1);
}

.feature-section .lab-item h6 {
  transition: all 0.3s ease;
}

.feature-section .lab-item p {
  max-width: 300px;

  margin: 0 auto;
}

/* @@@@@@@@@@@@@  Product Section Start Here  @@@@@@@@@@@@@@ */

.product-section .section-wrapper {
  margin-bottom: 9px;
}

.product-section .section-wrapper .card {
  -webkit-transition: all 0.3s ease;

  -moz-transition: all 0.3s ease;

  transition: all 0.3s ease;

  padding: 20px;

  border-radius: 10px;

  background: #fff;

  box-shadow: 0 0 10px rgba(136, 136, 136, 0.1);
}

/* .product-section .section-wrapper .card::after {

  content: "";

  position: absolute;

  width: 100%;

  height: 100%;

  top: 0;

  left: 0;

  background-color: rgba(0, 7, 26, 0.702);

  transform: scale(0);

  -webkit-transition: all 0.3s ease;

  -moz-transition: all 0.3s ease;

  transition: all 0.3s ease;

}

.product-section .section-wrapper .card:hover .addcart-overlay {

  transform: scale(1);

}

.product-section .section-wrapper .card:hover::after {

  transform: scale(1);

} */

.product-section .section-wrapper .card .addcart-overlay {
  position: absolute;

  z-index: 9;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

  display: flex;

  flex-wrap: wrap;

  align-items: center;

  justify-content: center;

  transform: scale(0);

  -webkit-transition: 0.4s;

  -moz-transition: 0.4s;

  transition: 0.4s;
}

.product-section
  .section-wrapper
  .card
  .addcart-overlay
  .addcart-content
  .addcart-icon
  a {
  transition: all 0.3s ease-in-out;

  background-color: #fff;

  height: 40px;

  width: 40px;

  line-height: 40px;

  margin-right: 10px;

  text-align: center;

  -webkit-border-radius: 100%;

  -moz-border-radius: 100%;

  border-radius: 100%;

  display: inline-block;

  -webkit-transition: 0.4s;

  -moz-transition: 0.4s;

  transition: 0.4s;
}

.product-section
  .section-wrapper
  .card
  .addcart-overlay
  .addcart-content
  .addcart-icon
  a:hover {
  background-color: #fe964d;

  -webkit-transform: rotate(360deg);

  -ms-transform: rotate(360deg);

  transform: rotate(360deg);
}

.product-section
  .section-wrapper
  .card
  .addcart-overlay
  .addcart-content
  .addcart-icon
  a:hover
  i {
  color: #fff;
}

.product-section
  .section-wrapper
  .card
  .addcart-overlay
  .addcart-content
  .addcart-icon
  a
  i {
  font: 15px;

  color: #181818;

  -webkit-transition: all 0.3s ease;

  -moz-transition: all 0.3s ease;

  transition: all 0.3s ease;
}

.product-section
  .section-wrapper
  .card
  .addcart-overlay
  .addcart-content
  .lab-btn {
  padding: 9px 33px;

  font-size: 15px;

  font-weight: 700;

  color: white;

  margin-top: 40px;

  text-transform: none;

  -webkit-transition: all 0.3s ease;

  -moz-transition: all 0.3s ease;

  transition: all 0.3s ease;
}

.product-section .section-wrapper .card .card-body .card-title:hover {
  color: #fe964d;
}

.product-section .section-wrapper .card .card-body .product-price {
  color: #fe964d;
}

.product-section .section-wrapper .card .card-body .product-price del {
  color: #181818;

  font-size: 16px;

  margin-left: 5px;
}

/* @@@@@@@@@@@@@ video Section Start Here  @@@@@@@@@@@@@@ */

.video-section .video-content img {
  -webkit-border-radius: 6px;

  -moz-border-radius: 6px;

  border-radius: 6px;
}

.video-section .video-content a {
  top: 50%;

  left: 50%;

  text-align: center;

  transform: translate(-50%, -50%);

  width: 60px;

  height: 60px;
}

.video-section .video-content a img {
  width: 100%;
}

/* @@@@@@@@@@@@@ Chicken Life Section Start Here  @@@@@@@@@@@@@@ */

.chicken-life-cycle .lab-item .lab-thumb {
  margin-bottom: 60px;
}

@media (min-width: 992px) {
  .chicken-life-cycle .lab-item .lab-thumb {
    margin-left: -60px;

    padding-right: 30px;

    margin-bottom: 0;
  }
}

@media (min-width: 576px) and (max-width: 991px) {
  .chicken-life-cycle .lab-item .lab-thumb {
    margin-bottom: 60px;
  }
}

.life-cycle-item {
  margin-bottom: 15px;
}

.life-cycle-item .lci-left {
  width: 50px;

  height: 50px;

  line-height: 50px;

  text-align: center;

  font-size: 24px;

  font-weight: 700;

  color: #fff;

  background: #fe964d;

  -webkit-border-radius: 100%;

  -moz-border-radius: 100%;

  border-radius: 100%;

  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .life-cycle-item .lci-left {
    margin-right: 15px;

    margin-bottom: 0;
  }
}

.life-cycle-item .lci-right h6 {
  margin-bottom: 10px;
}

.life-cycle-item .lci-right p {
  max-width: 350px;
}

/* @@@@@@@@@@@@@ Service Section Start Here  @@@@@@@@@@@@@@ */

.service-section .service-content {
  margin-bottom: -10px;
}

/* @@@@@@@@@@@@@  Contact Us Section Start Here  @@@@@@@@@@@@@@ */

.contact-section .contac-top {
  margin-bottom: 60px;
}

.contact-section .contac-bottom {
  margin-bottom: 15px;
}

@media (max-width: 991px) {
  .location-map {
    margin-bottom: 15px;
  }
}

.location-map #map {
  height: 417px;

  width: 100%;
}

.location-map #map iframe {
  height: 100%;

  width: 100%;

  border: none;
}

.contact-form form.comment-form {
  justify-content: space-between;

  width: 100%;

  margin-top: 0;
}

.contact-form form.comment-form input[type="text"],
.contact-form form.comment-form [type="email"] {
  padding: 10px 15px;

  border: 1px solid #f0f0f0;

  background: #fff;

  width: 100%;

  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .contact-form form.comment-form input[type="text"],
  .contact-form form.comment-form [type="email"] {
    width: calc(100% / 2 - 10px);
  }
}

@media (min-width: 768px) {
  .contact-form form.comment-form input[type="text"]:nth-child(3),
  .contact-form form.comment-form [type="email"]:nth-child(3) {
    width: 100% !important;

    margin-right: 0;
  }
}

.contact-form form.comment-form textarea {
  background: #fff;

  border: 1px solid #f0f0f0;

  width: 100%;

  padding: 10px 15px;
}

.contact-form form.comment-form button.lab-btn {
  width: 100%;

  margin-top: 15px;

  padding: 10px 15px;

  color: #fff;

  background: #fe964d;

  outline: none;

  border: none;

  -webkit-border-radius: 3px;

  -moz-border-radius: 3px;

  border-radius: 3px;

  box-shadow: 0 5px 5px rgba(255, 177, 31, 0.25);
}

.contact-form form.comment-form button.lab-btn:hover {
  box-shadow: none;
}

/* @@@@@@@@@@@@@  Faq Section Start Here  @@@@@@@@@@@@@@ */

.faq-section .faq-tab {
  padding: 30px;

  background: #fff;

  box-shadow: 0 5px 5px rgba(81, 70, 174, 0.15);
}

@media (max-width: 991px) {
  .faq-section .faq-tab {
    margin-bottom: 30px;
  }
}

.faq-section .faq-tab > h5 {
  margin-bottom: 15px;
}

.faq-section .faq-tab ul li {
  width: 100%;
}

.faq-section .faq-tab ul li a {
  padding: 5px 0;

  color: #716c80;

  font-size: 16px;
}

.faq-section .faq-tab ul li a.active {
  color: #fe964d;

  text-decoration: underline;
}

.faq-section .faq-content {
  margin-bottom: -10px;
}

.faq-section .faq-content .tab-pane > h5 {
  color: #fe964d;
  margin-bottom: 15px;
}

.faq-section .faq-content .tab-pane .card {
  margin-bottom: 25px;

  border: none;

  box-shadow: 0 3px 3px rgba(81, 70, 174, 0.15);
}

.faq-section .faq-content .tab-pane .card-header {
  background: #fff;

  border: none;

  padding: 0;
}

.faq-section .faq-content .tab-pane .card-header .faq-item {
  padding: 20px 30px;

  border: none;

  width: 100%;

  text-align: left;

  outline: none;

  background: #fdfeff;

  font-size: 16px;
}

@media (min-width: 576px) {
  .faq-section .faq-content .tab-pane .card-header .faq-item {
    font-size: 20px;
  }
}

.faq-section .faq-content .tab-pane .card-header .faq-item::after,
.faq-section .faq-content .tab-pane .card-header .faq-item::before {
  background: #181818;

  right: 20px;

  top: 50%;

  transform: translateY(-50%);
}

.faq-section .faq-content .tab-pane .card-header .faq-item::after {
  width: 20px;

  height: 2px;
}

.faq-section .faq-content .tab-pane .card-header .faq-item.collapsed::before {
  width: 2px;

  height: 20px;

  right: 29px;
}

.faq-section .faq-content .tab-pane .card-body {
  background: #fdfeff;

  padding-top: 0px;

  padding-left: 30px;

  padding-right: 30px;
}

/* @@@@@@@@@@@@@  Gallery  Section Start Here  @@@@@@@@@@@@@@ */

.gallery-section {
  padding-bottom: 135px;

  overflow: hidden;
}

.gallery-section .gallery-content .gallery-grid {
  display: grid;

  justify-content: center;

  -ms-grid-columns: fr;

  grid-template-columns: repeat(1, 1fr);

  grid-gap: 20px;

  margin: 0 15px;
}

@media (min-width: 768px) {
  .gallery-section .gallery-content .gallery-grid {
    -ms-grid-columns: fr fr;

    grid-template-columns: repeat(2, 1fr);

    margin: 0;
  }
}

@media (min-width: 992px) {
  .gallery-section .gallery-content .gallery-grid {
    -ms-grid-columns: fr fr fr fr;

    grid-template-columns: repeat(4, 1fr);
  }
}

.gallery-section .gallery-content .gallery-grid .grid-image {
  overflow: hidden;
}

.gallery-section .gallery-content .gallery-grid .grid-image img {
  max-width: 100%;

  -webkit-transition: all 0.5s cubic-bezier(0.45, 0.05, 0.55, 0.95);

  -moz-transition: all 0.5s cubic-bezier(0.45, 0.05, 0.55, 0.95);

  transition: all 0.5s cubic-bezier(0.45, 0.05, 0.55, 0.95);
}

.gallery-section .gallery-content .gallery-grid .grid-image:hover img {
  transform: scale(1.1);
}

.gallery-section .gallery-content .default-btn {
  padding: 12px 37px;

  margin-top: 32px;
}

/* @@@@@@@@@@@@@  sponsor Section Start Here  @@@@@@@@@@@@@@ */

.sponsor-section .section-wrapper {
  margin-bottom: 15px;
}

.sponsor-section .section-wrapper .sponsor-slider {
  text-align: center;
}

/* @@@@@@@@@@@@@  testimonial Section Start Here  @@@@@@@@@@@@@@ */

.testimonial-section .section-header {
  margin-bottom: 30px;
}

.testimonial-section .testi-slider .testi-item {
  margin: 10px;
}

.testimonial-section .testi-slider .testi-item .testi-inner {
  box-shadow: 0 0 10px rgba(136, 136, 136, 0.1);

  padding: 30px;

  -webkit-border-radius: 6px;

  -moz-border-radius: 6px;

  border-radius: 6px;
}

.testimonial-section .section-wrapper:hover .testi-navigation {
  opacity: 1;
}

.testimonial-section .testi-navigation {
  top: 50%;

  width: 70%;

  left: 50%;

  opacity: 0;

  transform: translate(-50%, -50%);

  -webkit-transition: all 0.3s ease;

  -moz-transition: all 0.3s ease;

  transition: all 0.3s ease;
}

@media (max-width: 991px) {
  .testimonial-section .testi-navigation {
    display: none !important;
  }
}

.testimonial-section .testi-navigation .testi-nav {
  width: 36px;

  height: 36px;

  line-height: 36px;

  text-align: center;

  background: #fff7f1;

  color: #181818;

  margin-right: 10px;

  -webkit-border-radius: 100%;

  -moz-border-radius: 100%;

  border-radius: 100%;
}

.testimonial-section .testi-navigation .testi-nav:hover,
.testimonial-section .testi-navigation .testi-nav.active {
  color: #fff;

  background: #fe964d;
}

.testimonial-section .testi-navigation .testi-nav:last-child {
  margin-right: 0;
}

.testimonial-section .testi-navigation .testi-nav.testi-slider-prev {
  left: -20px;
}

.testimonial-section .testi-navigation .testi-nav.testi-slider-next {
  right: -20px;
}

.testimonial-section .testi-pagination {
  margin-top: 15px;
}

.testimonial-section .testi-pagination span {
  background: #fff;

  margin: 2px;

  border: 2px solid #fe964d;

  opacity: 1;

  width: 12px;

  height: 12px;
}

.testimonial-section .testi-pagination span.swiper-pagination-bullet-active {
  background: #fe964d;
}

/* @@@@@@@@@@@@@  Team Section Start Here  @@@@@@@@@@@@@@ */

.team-section .section-wrapper {
  margin-bottom: -7px;
}

.team-section .card {
  -webkit-transition: all 0.3s ease;

  -moz-transition: all 0.3s ease;

  transition: all 0.3s ease;

  box-shadow: 0 0 6px rgba(8, 136, 136, 0.08);
}

.team-section .card:hover {
  -webkit-transform: translateY(-5px);

  -ms-transform: translateY(-5px);

  transform: translateY(-5px);

  box-shadow: 0 10px 10px rgba(136, 136, 136, 0.1);
}

.team-section .card.style-2 {
  padding: 30px 0 10px;
}

.team-section .card.style-2 img {
  width: 210px;

  height: 210px;

  margin: 0 auto;

  -webkit-border-radius: 100%;

  -moz-border-radius: 100%;

  border-radius: 100%;
}

.team-section .card h6:hover {
  color: #fe964d;
}

/* @@@@@@@@@@@@@  404 page Section Start Here  @@@@@@@@@@@@@@ */

.fore-zero .section-wrapper .zero-item h2 {
  line-height: 1.4;

  margin-bottom: 0;

  font-weight: 400;
}

.fore-zero .section-wrapper .zero-item .zero-thumb {
  margin-bottom: 40px;
}

.fore-zero .section-wrapper .zero-item .lab-btn {
  -webkit-border-radius: 3px;

  -moz-border-radius: 3px;

  border-radius: 3px;
}

.blog-section .section-wrapper {
  margin-bottom: -10px;
}

.blog-section .section-wrapper .card {
  margin-bottom: 25px;

  background-color: transparent;

  -webkit-transition: all 0.3s ease;

  -moz-transition: all 0.3s ease;

  transition: all 0.3s ease;
}

.blog-section .section-wrapper .card:hover {
  -webkit-transform: translateY(-5px);

  -ms-transform: translateY(-5px);

  transform: translateY(-5px);
}

.blog-section .section-wrapper .card .card-title {
  line-height: 1.5;

  margin-bottom: 5px;
}

.blog-section .section-wrapper .card .card-title:hover {
  color: #fe964d;
}

.blog-section .section-wrapper .card .text-btn a {
  font-weight: 600;

  -webkit-transition: all 0.3s ease;

  -moz-transition: all 0.3s ease;

  transition: all 0.3s ease;
}

.blog-section .section-wrapper .card .text-btn a span i {
  -webkit-transform: translateX(3px);

  -ms-transform: translateX(3px);

  transform: translateX(3px);

  -webkit-transition: all 0.3s ease;

  -moz-transition: all 0.3s ease;

  transition: all 0.3s ease;
}

.blog-section .section-wrapper .card .text-btn a:hover {
  color: #fe964d;
}

.blog-section .section-wrapper .card .text-btn a:hover span i {
  -webkit-transform: translateX(7px);

  -ms-transform: translateX(7px);

  transform: translateX(7px);
}

.blog-section.style-2 {
  background: #fff7f1;
}

.blog-section.style-2 .section-wrapper .post-item-2 .post-inner {
  box-shadow: 0 0 10px rgba(136, 136, 136, 0.1);
}

.blog-section.style-2 .section-wrapper .post-item-2 .post-inner .post-content {
  background: #fff;

  padding: 25px;
}

.blog-section.style-2
  .section-wrapper
  .post-item-2
  .post-inner
  .post-content
  h5 {
  margin-bottom: 10px;
}

.blog-section.style-2
  .section-wrapper
  .post-item-2
  .post-inner
  .post-content
  h5:hover {
  color: #fe964d;
}

.blog-section.style-2
  .section-wrapper
  .post-item-2
  .post-inner
  .post-content
  p {
  margin-bottom: 20px;
}

.blog-section.style-2
  .section-wrapper
  .post-item-2
  .post-inner
  .post-content
  .post-date {
  margin-bottom: 15px;
}

.blog-section.style-2
  .section-wrapper
  .post-item-2
  .post-inner
  .post-content
  .post-date
  li
  span
  i {
  padding-right: 5px;

  color: #fe964d;
}

.blog-section.style-2
  .section-wrapper
  .post-item-2
  .post-inner
  .post-content
  .post-date
  li
  a:hover {
  color: #fe964d;
}

.blog-section.style-2
  .section-wrapper
  .post-item-2
  .post-inner
  .post-content
  .lab-btn {
  background: #f8fafe;

  padding: 12px 40px;
}

.blog-section.style-2
  .section-wrapper
  .post-item-2
  .post-inner
  .post-content
  .lab-btn
  span {
  color: #fe964d;
}

.blog-section.style-2
  .section-wrapper
  .post-item-2
  .post-inner
  .post-content
  .lab-btn:hover
  span {
  color: #fff;
}

.blog-section.style-2
  .section-wrapper
  .post-item-2
  .post-inner
  .post-content
  .lab-btn:hover::after {
  background: #fe964d;
}

.blog-section.blog-single .section-wrapper .post-item-2 .post-inner {
  margin-bottom: 0;
}

.blog-section.blog-single .section-wrapper .post-item-2 .post-inner:hover {
  -webkit-transform: translateY(0);

  -ms-transform: translateY(0);

  transform: translateY(0);
}

.blog-section.blog-single
  .section-wrapper
  .post-item-2
  .post-inner
  .post-content
  h4 {
  margin-bottom: 10px;
}

.blog-section.blog-single
  .section-wrapper
  .post-item-2
  .post-inner
  .post-content
  .meta-post {
  margin-bottom: 15px;
}

.blog-section.blog-single
  .section-wrapper
  .post-item-2
  .post-inner
  .post-content
  .meta-post
  ul
  li
  a
  i {
  padding-right: 5px;
}

.blog-section.blog-single
  .section-wrapper
  .post-item-2
  .post-inner
  .post-content
  .meta-post
  ul
  li
  a.admin {
  padding-right: 20px;
}

.blog-section.blog-single
  .section-wrapper
  .post-item-2
  .post-inner
  .post-content
  p,
.blog-section.blog-single
  .section-wrapper
  .post-item-2
  .post-inner
  .post-content
  img {
  margin-bottom: 20px;
}

.blog-section.blog-single
  .section-wrapper
  .post-item-2
  .post-inner
  .post-content
  .qute-content {
  margin-bottom: 25px;

  background: #fff;
}

.blog-section.blog-single
  .section-wrapper
  .post-item-2
  .post-inner
  .post-content
  .qute-content
  p {
  color: #fe964d;
}

.blog-section.blog-single
  .section-wrapper
  .post-item-2
  .post-inner
  .post-content
  img {
  width: 100%;
}

.blog-section.blog-single
  .section-wrapper
  .post-item-2
  .post-inner
  .post-content
  .tags-section {
  justify-content: space-between;

  align-items: center;

  margin: 40px -30px -25px;

  padding: 23px 30px 0;

  border-top: 1px solid #f0f0f0;
}

.blog-section.blog-single
  .section-wrapper
  .post-item-2
  .post-inner
  .post-content
  .tags-section
  .tags {
  width: calc(100% / 1);
}

@media (max-width: 575px) {
  .blog-section.blog-single
    .section-wrapper
    .post-item-2
    .post-inner
    .post-content
    .tags-section
    .tags {
    justify-content: center;
  }
}

@media (min-width: 768px) {
  .blog-section.blog-single
    .section-wrapper
    .post-item-2
    .post-inner
    .post-content
    .tags-section
    .tags {
    width: calc(100% / 2);
  }
}

.blog-section.blog-single
  .section-wrapper
  .post-item-2
  .post-inner
  .post-content
  .tags-section
  .tags
  li {
  margin: 5px;

  padding: 0;
}

@media (min-width: 992px) {
  .blog-section.blog-single
    .section-wrapper
    .post-item-2
    .post-inner
    .post-content
    .tags-section
    .tags
    li:first-child {
    margin-left: 0;
  }
}

.blog-section.blog-single
  .section-wrapper
  .post-item-2
  .post-inner
  .post-content
  .tags-section
  .tags
  li
  a {
  padding: 5px 18px;

  border: 1px solid #f0f0f0;

  color: #181818;

  -webkit-border-radius: 2px;

  -moz-border-radius: 2px;

  border-radius: 2px;
}

.blog-section.blog-single
  .section-wrapper
  .post-item-2
  .post-inner
  .post-content
  .tags-section
  .tags
  li
  a:hover,
.blog-section.blog-single
  .section-wrapper
  .post-item-2
  .post-inner
  .post-content
  .tags-section
  .tags
  li
  a
  .active {
  background: #fe964d;

  color: #fff;

  border-color: #fe964d;
}

.blog-section.blog-single
  .section-wrapper
  .post-item-2
  .post-inner
  .post-content
  .tags-section
  .scocial-media {
  margin-bottom: 0;

  text-align: center;

  width: calc(100% / 1);

  margin-top: 20px;
}

@media (min-width: 576px) {
  .blog-section.blog-single
    .section-wrapper
    .post-item-2
    .post-inner
    .post-content
    .tags-section
    .scocial-media {
    text-align: right;

    margin-top: 0;
  }
}

@media (min-width: 768px) {
  .blog-section.blog-single
    .section-wrapper
    .post-item-2
    .post-inner
    .post-content
    .tags-section
    .scocial-media {
    width: calc(100% / 2);
  }
}

.blog-section.blog-single .section-wrapper .title-border {
  font-size: 20px;

  color: #181818;

  margin: 0 0 15px 0;
}

.blog-section.blog-single .section-wrapper .authors {
  box-shadow: 0 7px 29px rgba(234, 233, 233, 0.43);

  justify-content: space-between;

  align-items: center;

  padding: 25px;

  margin: 30px 0;

  background: #fff;
}

@media (max-width: 575px) {
  .blog-section.blog-single .section-wrapper .authors {
    justify-content: center;
  }
}

.blog-section.blog-single .section-wrapper .authors .author-thumb {
  width: 160px;

  text-align: center;
}

.blog-section.blog-single .section-wrapper .authors .author-thumb a {
  width: 140px;

  height: 140px;

  -webkit-border-radius: 100%;

  -moz-border-radius: 100%;

  border-radius: 100%;
}

.blog-section.blog-single .section-wrapper .authors .author-thumb a img {
  height: 100%;

  -webkit-border-radius: 100%;

  -moz-border-radius: 100%;

  border-radius: 100%;
}

.blog-section.blog-single .section-wrapper .authors .author-content {
  width: 100%;

  margin-top: 30px;

  text-align: center;
}

@media (min-width: 576px) {
  .blog-section.blog-single .section-wrapper .authors .author-content {
    width: calc(100% - 170px);

    margin-top: 0;

    text-align: left;
  }
}

.blog-section.blog-single .section-wrapper .authors .author-content h6 {
  margin-bottom: 5px;
}

.blog-section.blog-single .section-wrapper .authors .author-content p {
  margin-bottom: 10px;
}

.blog-section.blog-single
  .section-wrapper
  .authors
  .author-content
  .scocial-media {
  margin-bottom: 0;
}

.blog-section.blog-single
  .section-wrapper
  .authors
  .author-content
  .scocial-media
  a {
  font-size: 16px;

  width: 30px;

  height: 30px;

  line-height: 30px;

  background: transparent;

  color: #181818;
}

@media (max-width: 575px) {
  .blog-section.blog-single .section-wrapper .rel-product .title-border {
    text-align: center;
  }
}

.blog-section.blog-single
  .section-wrapper
  .rel-product
  .section-wrapper
  .product-item {
  box-shadow: none;

  margin: 5px;

  padding: 0;
}

.blog-section.blog-single
  .section-wrapper
  .rel-product
  .section-wrapper
  .product-item
  .product-content {
  padding: 15px 0;
}

.blog-section.blog-single
  .section-wrapper
  .rel-product
  .section-wrapper
  .product-item
  .product-content
  a {
  display: block;
}

.blog-section.blog-single
  .section-wrapper
  .rel-product
  .section-wrapper
  .product-item
  .product-content
  h6 {
  line-height: 1.5;

  -webkit-transition: all 0.3s ease;

  -moz-transition: all 0.3s ease;

  transition: all 0.3s ease;
}

.blog-section.blog-single
  .section-wrapper
  .rel-product
  .section-wrapper
  .product-item
  .product-content
  h6:hover {
  color: #fe964d;
}

.blog-section.blog-single
  .section-wrapper
  .rel-product
  .section-wrapper
  .product-item
  .product-content
  .commtents {
  color: #716c80;
}

.blog-section.blog-single .section-wrapper .comments {
  margin-top: 30px;
}

@media (max-width: 575px) {
  .blog-section.blog-single .section-wrapper .comments .comment-list {
    margin: 0;
  }
}

.blog-section.blog-single
  .section-wrapper
  .comments
  .comment-list
  .comment
  .com-thumb {
  height: 50px;

  width: 50px;

  overflow: hidden;

  margin-right: 15px;

  float: left;

  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .blog-section.blog-single
    .section-wrapper
    .comments
    .comment-list
    .comment
    .com-thumb {
    margin-bottom: 0;
  }
}

@media (min-width: 768px) {
  .blog-section.blog-single
    .section-wrapper
    .comments
    .comment-list
    .comment
    .com-thumb {
    height: 80px;

    width: 80px;
  }
}

.blog-section.blog-single
  .section-wrapper
  .comments
  .comment-list
  .comment
  .com-content {
  padding-bottom: 20px;
}

@media (max-width: 575px) {
  .blog-section.blog-single
    .section-wrapper
    .comments
    .comment-list
    .comment
    .com-content {
    width: 100%;
  }
}

@media (min-width: 576px) {
  .blog-section.blog-single
    .section-wrapper
    .comments
    .comment-list
    .comment
    .com-content
    .com-title {
    display: flex;

    flex-wrap: wrap;

    justify-content: space-between;

    align-items: center;
  }
}

.blog-section.blog-single
  .section-wrapper
  .comments
  .comment-list
  .comment
  .com-content
  .com-title
  .com-title-meta
  h6
  a {
  color: #181818;

  -webkit-transition: all 0.3s ease;

  -moz-transition: all 0.3s ease;

  transition: all 0.3s ease;
}

.blog-section.blog-single
  .section-wrapper
  .comments
  .comment-list
  .comment
  .com-content
  .com-title
  .com-title-meta
  h6
  a:hover {
  color: #fe964d;
}

.blog-section.blog-single
  .section-wrapper
  .comments
  .comment-list
  .comment
  .com-content
  .com-title
  .com-title-meta
  span {
  font-size: 16px;

  color: #716c80;

  display: inline-block;

  margin-bottom: 5px;
}

@media (max-width: 575px) {
  .blog-section.blog-single
    .section-wrapper
    .comments
    .comment-list
    .comment
    .com-content
    .com-title
    .reply {
    margin-bottom: 10px;

    display: inline-block;
  }
}

.blog-section.blog-single
  .section-wrapper
  .comments
  .comment-list
  .comment
  .com-content
  .com-title
  .reply
  .comment-reply-link {
  background-color: #fff7f1;

  padding: 3px 16px;

  -webkit-transition: all 0.3s ease;

  -moz-transition: all 0.3s ease;

  transition: all 0.3s ease;
}

.blog-section.blog-single
  .section-wrapper
  .comments
  .comment-list
  .comment
  .com-content
  .com-title
  .reply
  .comment-reply-link:hover {
  color: #fe964d;

  border-radius: 5px;
}

.blog-section.blog-single
  .section-wrapper
  .comments
  .comment-list
  .comment
  .com-content
  p {
  margin-bottom: 0;

  line-height: 24px;
}

.blog-section.blog-single
  .section-wrapper
  .comments
  .comment-list
  .comment
  .comment-list {
  padding-right: 0;
}

@media (min-width: 576px) {
  .blog-section.blog-single
    .section-wrapper
    .comments
    .comment-list
    .comment
    .comment-list {
    padding-left: 30px;
  }
}

.blog-section.blog-single
  .section-wrapper
  .comments
  .comment-list
  .comment
  .comment-list
  .comment {
  list-style: none;

  overflow: hidden;

  border-bottom: 1px solid #dbdbdb;

  padding: 20px 0px;
}

.blog-section.blog-single
  .section-wrapper
  .comments
  .comment-list
  .comment
  .comment-list
  .comment:last-child {
  border: none;

  padding-bottom: 0px;
}

.blog-section.blog-single .section-wrapper .comment-respond {
  margin-top: 30px;
}

.blog-section.blog-single .section-wrapper .comment-respond .add-comment {
  padding: 10px 0px 25px;
}

.blog-section.blog-single
  .section-wrapper
  .comment-respond
  .add-comment
  .comment-form {
  justify-content: space-between;
}

.blog-section.blog-single
  .section-wrapper
  .comment-respond
  .add-comment
  .comment-form
  input[type="text"] {
  color: #716c80;

  background-color: #fff7f1;

  padding: 10px 15px;

  width: 100%;
}

@media (min-width: 576px) {
  .blog-section.blog-single
    .section-wrapper
    .comment-respond
    .add-comment
    .comment-form
    input[type="text"] {
    width: calc(100% / 3 - 15px);
  }
}

.blog-section.blog-single
  .section-wrapper
  .comment-respond
  .add-comment
  .comment-form
  input,
.blog-section.blog-single
  .section-wrapper
  .comment-respond
  .add-comment
  .comment-form
  textarea {
  background: #fff7f1;

  color: #716c80;

  border: none;

  outline: none;

  margin-bottom: 20px;
}

.blog-section.blog-single
  .section-wrapper
  .comment-respond
  .add-comment
  .comment-form
  textarea {
  padding: 15px;

  width: 100%;
}

.blog-section.blog-single
  .section-wrapper
  .comment-respond
  .add-comment
  .comment-form
  .lab-btn {
  border: none;

  outline: none;

  width: 100%;

  margin-top: 10px;

  -webkit-border-radius: 3px;

  -moz-border-radius: 3px;

  border-radius: 3px;
}

.blog-section.blog-page .section-wrapper {
  margin-bottom: 0;
}

.blog-section.blog-page .section-wrapper .post-item-2 .post-inner:hover {
  -webkit-transform: translateY(0px);

  -ms-transform: translateY(0px);

  transform: translateY(0px);
}

.widget {
  padding: 20px 0;

  margin-bottom: 30px;
}

.widget:last-child {
  margin-bottom: 0;
}

.widget .widget-header h5 {
  text-transform: capitalize;

  color: #181818;

  font-weight: 500;

  position: relative;
}

.widget .widget-header h5::before {
  position: absolute;

  content: "";

  width: 40px;

  height: 4px;

  background-color: #fe9044;

  bottom: -20px;

  border-radius: 2px;
}

.widget .widget-header h5::after {
  position: absolute;

  content: "";

  border-bottom: 5px dotted #fe9044;

  width: 30px;

  bottom: -20px;

  left: 43px;
}

.widget .widget-wrapper li {
  border-bottom: 1px solid #f0f0f0;

  padding: 20px 0;
}

.widget .widget-wrapper li:last-child {
  border-bottom: none;
}

@media (max-width: 991px) {
  .widget.widget-search {
    margin-top: 30px;
  }
}

.widget.widget-search h5 {
  margin-bottom: 40px;
}

.widget.widget-search .search-wrapper input {
  box-shadow: 0 0 3px rgba(8, 136, 136, 0.1);

  height: 50px;

  padding-left: 10px;

  padding-right: 52px;

  line-height: 50px;

  margin-bottom: 0;

  border: none;

  width: 100%;

  outline: none;
}

.widget.widget-search .search-wrapper button {
  padding: 0;

  top: 0;

  right: 0;

  line-height: 50px;

  width: 50px;

  height: 50px;

  outline: none;

  border: none;

  cursor: pointer;

  background: #fff;
}

.widget.widget-archive h5,
.widget.widget-category h5 {
  margin-bottom: 40px;
}

.widget.widget-archive .widget-wrapper li,
.widget.widget-category .widget-wrapper li {
  padding: 0;
}

.widget.widget-archive .widget-wrapper li a,
.widget.widget-category .widget-wrapper li a {
  color: #181818;

  padding: 15px 0px;
}

.widget.widget-archive .widget-wrapper li a i,
.widget.widget-category .widget-wrapper li a i {
  margin-right: 5px;
}

.widget.widget-archive .widget-wrapper li a.active,
.widget.widget-archive .widget-wrapper li a:hover,
.widget.widget-category .widget-wrapper li a.active,
.widget.widget-category .widget-wrapper li a:hover {
  padding-left: 10px;

  color: #fe964d;
}

.widget.widget-post h5 {
  margin-bottom: 40px;
}

.widget.widget-post ul.widget-wrapper {
  padding: 0;
}

.widget.widget-post ul.widget-wrapper li:hover .post-thumb img {
  -webkit-transform: scale(1.05);

  -ms-transform: scale(1.05);

  transform: scale(1.05);
}

.widget.widget-post ul.widget-wrapper li .post-thumb {
  width: 70px;

  height: 70px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .widget.widget-post ul.widget-wrapper li .post-thumb {
    width: 100%;

    height: 110px;

    margin-bottom: 15px;
  }
}

.widget.widget-post ul.widget-wrapper li .post-thumb a {
  display: inline-flex;

  height: 100%;
}

.widget.widget-post ul.widget-wrapper li .post-thumb a img {
  width: 100%;

  -webkit-transition: all 0.3s ease;

  -moz-transition: all 0.3s ease;

  transition: all 0.3s ease;
}

.widget.widget-post ul.widget-wrapper li .post-content {
  width: calc(100% - 80px);
}

@media (min-width: 992px) and (max-width: 1199px) {
  .widget.widget-post ul.widget-wrapper li .post-content {
    width: 100%;
  }
}

.widget.widget-post ul.widget-wrapper li .post-content h6 {
  font-size: 14px;

  line-height: 1.5;

  color: #181818;
}

@media (min-width: 576px) {
  .widget.widget-post ul.widget-wrapper li .post-content h6 {
    font-size: 16px;
  }
}

.widget.widget-post ul.widget-wrapper li .post-content h6:hover {
  color: #fe964d;
}

.widget.widget-post ul.widget-wrapper li .post-content p {
  margin: 0;
}

.widget.widget-instagram {
  padding: 0;
}

.widget.widget-instagram ul.widget-wrapper {
  padding-top: 15px;
}

.widget.widget-instagram ul.widget-wrapper li {
  width: calc(100% / 2);

  padding: 0;

  border: none;
}

.widget.widget-instagram ul.widget-wrapper li:hover img {
  -webkit-transform: scale(1.05);

  -ms-transform: scale(1.05);

  transform: scale(1.05);
}

.widget.widget-instagram ul.widget-wrapper li a {
  margin: 5px;

  display: block;
}

.widget.widget-instagram ul.widget-wrapper li a img {
  -webkit-transition: all 0.3s ease;

  -moz-transition: all 0.3s ease;

  transition: all 0.3s ease;
}

.widget.widget-tags {
  padding: 0;
}

.widget.widget-tags ul.widget-wrapper {
  padding-top: 15px;

  justify-content: center;
}

.widget.widget-tags ul.widget-wrapper li {
  border: none;

  padding: 0;
}

.widget.widget-tags ul.widget-wrapper li a {
  padding: 5px 7px;

  color: #716c80;

  font-weight: 500;

  background: #fff7f1;

  -webkit-transition: all 0.3s ease;

  -moz-transition: all 0.3s ease;

  transition: all 0.3s ease;

  margin: 5px;

  font-size: 14px;
}

.widget.widget-tags ul.widget-wrapper li a.active,
.widget.widget-tags ul.widget-wrapper li a:hover {
  color: #fe964d;
}

.widget.widget-author {
  padding: 0;
}

.widget.widget-author .widget-wrapper .admin-thumb {
  margin-bottom: 15px;

  margin-left: 0;
}

.widget.widget-author .widget-wrapper .admin-thumb img {
  width: 200px;

  height: 200px;

  -webkit-border-radius: 100%;

  -moz-border-radius: 100%;

  border-radius: 100%;
}

.widget.widget-author .widget-wrapper .admin-content h5 {
  color: #181818;

  font-weight: 500;
}

.widget.widget-author .widget-wrapper .admin-content p {
  font-size: 15px;
}

.widget.widget-author .widget-wrapper .admin-content .scocial-media {
  margin-bottom: 0;
}

.widget.widget-author .widget-wrapper .admin-content .scocial-media a {
  background: transparent;

  font-size: 20px;

  -webkit-border-radius: 100%;

  -moz-border-radius: 100%;

  border-radius: 100%;

  color: #181818;
}

.widget.widget-author .widget-wrapper .admin-content .scocial-media a:hover {
  box-shadow: 0 5px 10px rgba(136, 136, 136, 0.2);
}

.widget.recipe-categori {
  padding: 0;
}

.widget.recipe-categori .widget-wrapper {
  padding: 25px 15px;
}

.widget.recipe-categori .widget-wrapper .recipe-item {
  border: 1px dotted #f0f0f0;

  border-width: 1px;

  border-top: none;

  border-right: none;

  margin: 5px;
}

.shop-title {
  padding: 16px 20px;

  margin-bottom: 30px;

  box-shadow: 0 0 3px rgba(8, 136, 136, 0.1);
}

.shop-title p {
  margin-bottom: 0;

  color: #181818;
}

.shop-title .product-view-mode a {
  color: #181818;

  cursor: pointer;

  -webkit-transition: all 0.3s ease;

  -moz-transition: all 0.3s ease;

  transition: all 0.3s ease;
}

.shop-title .product-view-mode a.active {
  color: #fe964d;
}

.shop-title .product-view-mode a:last-child {
  margin-left: 5px;
}

.shop-product-wrap.grids .product-list-item {
  display: none;
}

.shop-product-wrap.lists .col-lg-4.col-md-6.col-12 {
  flex: 0 0 100%;

  max-width: 100%;
}

.shop-product-wrap.lists .product-item {
  display: none;
}

.shop-product-wrap .product-item,
.shop-product-wrap .product-list-item {
  padding: 10px;

  margin-bottom: 30px;

  align-items: center;

  background: #fff7f1;

  -webkit-animation-name: zoomIn;

  animation-name: zoomIn;

  -webkit-animation-duration: 0.5s;

  animation-duration: 0.5s;

  box-shadow: 0 0 3px rgba(8, 136, 136, 0.1);
}

.shop-product-wrap .product-item:hover .product-thumb::after,
.shop-product-wrap .product-list-item:hover .product-thumb::after {
  transform: scale(1);
}

.shop-product-wrap .product-item:hover .product-thumb .product-action-link,
.shop-product-wrap
  .product-list-item:hover
  .product-thumb
  .product-action-link {
  opacity: 1;

  z-index: 9;
}

.shop-product-wrap .product-item:hover .product-content h6 a,
.shop-product-wrap .product-list-item:hover .product-content h6 a {
  color: #fe964d;
}

.shop-product-wrap .product-item .product-thumb,
.shop-product-wrap .product-list-item .product-thumb {
  height: auto;

  width: auto;

  margin: 0;

  box-shadow: none;

  -webkit-border-radius: 0px;

  -moz-border-radius: 0px;

  border-radius: 0px;
}

.shop-product-wrap .product-item .product-thumb::after,
.shop-product-wrap .product-list-item .product-thumb::after {
  width: 100%;

  height: 100%;

  top: 0;

  left: 0;

  background: #2a253be0;

  transform: scale(0);

  -webkit-transition: all 0.3s ease;

  -moz-transition: all 0.3s ease;

  transition: all 0.3s ease;
}

.shop-product-wrap .product-item .product-thumb img,
.shop-product-wrap .product-list-item .product-thumb img {
  width: 100%;

  -webkit-border-radius: 0;

  -moz-border-radius: 0;

  border-radius: 0;
}

.shop-product-wrap .product-item .product-thumb .product-action-link,
.shop-product-wrap .product-list-item .product-thumb .product-action-link {
  justify-content: center;

  opacity: 0;

  top: 50%;

  left: 50%;

  width: 100%;

  transform: translate(-50%, -50%);

  -webkit-transition: all 0.3s ease;

  -moz-transition: all 0.3s ease;

  transition: all 0.3s ease;
}

.shop-product-wrap .product-item .product-thumb .product-action-link a,
.shop-product-wrap .product-list-item .product-thumb .product-action-link a {
  width: 40px;

  height: 40px;

  line-height: 40px;

  text-align: center;

  border-radius: 100%;

  background: #fe964d;

  color: #fff;

  margin: 5px;

  -webkit-transition: all 0.3s ease;

  -moz-transition: all 0.3s ease;

  transition: all 0.3s ease;
}

.shop-product-wrap
  .product-item
  .product-thumb
  .product-action-link
  a.view-modal,
.shop-product-wrap
  .product-list-item
  .product-thumb
  .product-action-link
  a.view-modal {
  cursor: pointer;
}

.shop-product-wrap .product-item .product-content,
.shop-product-wrap .product-list-item .product-content {
  padding: 20px 0 10px;

  text-align: center;
}

.shop-product-wrap .product-item .product-content h6 a,
.shop-product-wrap .product-list-item .product-content h6 a {
  color: #181818;
}

.shop-product-wrap .product-item .product-content p,
.shop-product-wrap .product-list-item .product-content p {
  color: #716c80;

  margin-bottom: 5px;
}

.shop-product-wrap .product-item .product-content p i,
.shop-product-wrap .product-list-item .product-content p i {
  color: #ecb341;
}

.shop-product-wrap .product-list-item .product-thumb {
  width: 100%;
}

@media (min-width: 768px) {
  .shop-product-wrap .product-list-item .product-thumb {
    width: 35%;
  }
}

.shop-product-wrap .product-list-item .product-thumb img {
  width: 100%;
}

.shop-product-wrap .product-list-item .product-content {
  width: 100%;

  text-align: left;

  padding: 0;

  padding: 15px;
}

@media (min-width: 768px) {
  .shop-product-wrap .product-list-item .product-content {
    width: 65%;

    padding-left: 20px;
  }
}

.shop-product-wrap .product-list-item .product-content h6 {
  margin-bottom: 10px;
}

.shop-menu {
  margin: 0;
}

.shop-menu li {
  list-style: none;

  border-bottom: 1px solid #f0f0f0;

  padding: 12px 15px;
}

.shop-menu li:last-child {
  border-bottom: none;
}

.shop-menu li.open > a {
  color: #fe964d;
}

.shop-menu li a {
  display: block;

  font-weight: 700;

  color: #181818;
}

.shop-menu li .shop-submenu {
  margin: 0;

  padding-left: 15px;

  padding-top: 5px;

  display: none;
}

.shop-menu li .shop-submenu li {
  padding: 2px 0;

  border-bottom: none;
}

.shop-menu li .shop-submenu li.open > a {
  color: #fe964d;
}

.shop-menu li .shop-submenu li a {
  color: #181818;

  font-size: 14px;

  font-weight: 400;

  text-transform: capitalize;

  -webkit-transition: all 0.3s ease;

  -moz-transition: all 0.3s ease;

  transition: all 0.3s ease;
}

.shop-menu li .shop-submenu li a.active,
.shop-menu li .shop-submenu li a:hover {
  color: #fe964d;
}

.shop-cart .section-wrapper .cart-top {
  margin-bottom: 40px;

  box-shadow: 0 0 10px rgba(136, 136, 136, 0.1);
}

@media (max-width: 767px) {
  .shop-cart .section-wrapper .cart-top {
    overflow-x: auto;
  }
}

.shop-cart .section-wrapper .cart-top table {
  font-weight: 600;

  width: 100%;
}

@media (max-width: 767px) {
  .shop-cart .section-wrapper .cart-top table {
    width: 720px;
  }
}

.shop-cart .section-wrapper .cart-top table thead tr th {
  background: #fe964d;

  color: #fff;

  padding: 18px;

  border: none;
}

.shop-cart .section-wrapper .cart-top table thead tr th:nth-child(3) {
  text-align: center;
}

.shop-cart .section-wrapper .cart-top table thead tr th:last-child {
  text-align: right;
}

.shop-cart .section-wrapper .cart-top table tbody tr {
  border-bottom: 1px solid #f0f0f0;

  border-right: none;

  border-left: none;

  border-top: none;

  background: #fff7f1;
}

.shop-cart .section-wrapper .cart-top table tbody tr:last-child {
  border-bottom: none;
}

.shop-cart .section-wrapper .cart-top table tbody tr td {
  padding: 20px;

  border: none;
}

.shop-cart .section-wrapper .cart-top table tbody tr td:last-child {
  text-align: right;
}

.shop-cart .section-wrapper .cart-top table tbody tr td.product-item {
  align-items: center;

  margin-bottom: 0;

  box-shadow: none;
}

.shop-cart .section-wrapper .cart-top table tbody tr td.product-item .p-thumb {
  width: 85px;
}

.shop-cart
  .section-wrapper
  .cart-top
  table
  tbody
  tr
  td.product-item
  .p-content {
  width: calc(100% - 85px);

  padding-left: 10px;

  text-align: left;
}

.shop-cart
  .section-wrapper
  .cart-top
  table
  tbody
  tr
  td.product-item
  .p-content
  a {
  color: #181818;

  -webkit-transition: all 0.3s ease;

  -moz-transition: all 0.3s ease;

  transition: all 0.3s ease;
}

.shop-cart
  .section-wrapper
  .cart-top
  table
  tbody
  tr
  td.product-item
  .p-content
  a:hover {
  color: #fe964d;
}

.shop-cart .section-wrapper .cart-bottom {
  background: #fff7f1;

  box-shadow: 0 0 10px rgba(136, 136, 136, 0.1);
}

.shop-cart .section-wrapper .cart-bottom .cart-checkout-box {
  padding: 20px 30px;

  margin-top: 30px;

  justify-content: space-between;

  align-items: center;
}

.shop-cart .section-wrapper .cart-bottom .cart-checkout-box .coupon {
  max-width: 340px;

  display: flex;

  -webkit-border-radius: 3px;

  -moz-border-radius: 3px;

  border-radius: 3px;
}

.shop-cart .section-wrapper .cart-bottom .cart-checkout-box .coupon input {
  margin-bottom: 0;

  border: 1px solid #f0f0f0;

  padding: 10px 15px;

  outline: none;

  width: 100%;
}

.shop-cart
  .section-wrapper
  .cart-bottom
  .cart-checkout-box
  .coupon
  input[type="submit"] {
  background: #fe964d;

  margin-left: -10px;

  outline: none;

  border: none;

  color: #fff;

  font-weight: 700;

  font-size: 14px;
}

.shop-cart .section-wrapper .cart-bottom .cart-checkout-box .cart-checkout {
  width: 100%;

  margin-top: 30px;

  justify-content: space-between;
}

@media (min-width: 992px) {
  .shop-cart .section-wrapper .cart-bottom .cart-checkout-box .cart-checkout {
    max-width: 500px;

    text-align: right;

    margin-top: 0;
  }
}

.shop-cart
  .section-wrapper
  .cart-bottom
  .cart-checkout-box
  .cart-checkout
  input {
  background: #fff;

  color: #181818;

  outline: none;

  border: none;

  font-weight: 700;

  font-size: 14px;

  -webkit-transition: all 0.3s ease;

  -moz-transition: all 0.3s ease;

  transition: all 0.3s ease;
}

@media (min-width: 768px) {
  .shop-cart
    .section-wrapper
    .cart-bottom
    .cart-checkout-box
    .cart-checkout
    input {
    width: calc(100% / 2 - 15px);
  }
}

.shop-cart
  .section-wrapper
  .cart-bottom
  .cart-checkout-box
  .cart-checkout
  input:hover {
  background-color: #fe964d;

  color: #fff;
}

.shop-cart
  .section-wrapper
  .cart-bottom
  .cart-checkout-box
  .cart-checkout
  input[type="submit"] {
  padding: 11px 30px;

  border: 1px solid #f0f0f0;

  -webkit-border-radius: 3px;

  -moz-border-radius: 3px;

  border-radius: 3px;

  font-size: 16px;

  border: none;
}

@media (max-width: 575px) {
  .shop-cart
    .section-wrapper
    .cart-bottom
    .cart-checkout-box
    .cart-checkout
    input[type="submit"] {
    width: 100%;

    margin-bottom: 15px;
  }

  .shop-cart
    .section-wrapper
    .cart-bottom
    .cart-checkout-box
    .cart-checkout
    input[type="submit"]:last-child {
    margin-bottom: 0;
  }
}

.shop-cart .section-wrapper .cart-bottom .shiping-box {
  padding: 30px 20px;

  border-top: 1px solid #fff;
}

@media (max-width: 767px) {
  .shop-cart .section-wrapper .cart-bottom .shiping-box .calculate-shiping {
    margin-bottom: 30px;
  }
}

.shop-cart .section-wrapper .cart-bottom .shiping-box .calculate-shiping h4 {
  margin-bottom: 30px;
}

.shop-cart
  .section-wrapper
  .cart-bottom
  .shiping-box
  .calculate-shiping
  .outline-select {
  background: #fff;

  margin-bottom: 20px;
}

.shop-cart
  .section-wrapper
  .cart-bottom
  .shiping-box
  .calculate-shiping
  .outline-select
  select {
  width: 100%;

  padding: 9px 20px;

  background: transparent;

  z-index: 1;

  -webkit-appearance: none;

  -moz-appearance: none;

  border: 1px solid #f0f0f0;
}

.shop-cart
  .section-wrapper
  .cart-bottom
  .shiping-box
  .calculate-shiping
  .outline-select.shipping-select {
  width: 100%;
}

@media (min-width: 992px) {
  .shop-cart
    .section-wrapper
    .cart-bottom
    .shiping-box
    .calculate-shiping
    .outline-select.shipping-select {
    width: 50%;

    float: left;
  }
}

.shop-cart
  .section-wrapper
  .cart-bottom
  .shiping-box
  .calculate-shiping
  .outline-select
  .select-icon {
  top: 0;

  right: 0;

  padding: 9px 20px;

  background: #fe964d;

  color: #fff;

  border: 1px solid #f0f0f0;

  border-radius: 0px 3px 3px 0px;
}

.shop-cart
  .section-wrapper
  .cart-bottom
  .shiping-box
  .calculate-shiping
  .cart-page-input-text {
  width: 45%;

  float: right;

  padding: 10px 20px;

  font-size: 14px;

  outline: none;

  margin-bottom: 20px;

  border: 1px solid #f0f0f0;
}

@media (max-width: 575px) {
  .shop-cart
    .section-wrapper
    .cart-bottom
    .shiping-box
    .calculate-shiping
    .cart-page-input-text {
    width: 100%;
  }
}

.shop-cart
  .section-wrapper
  .cart-bottom
  .shiping-box
  .calculate-shiping
  button {
  font-size: 14px;

  background: #fe964d;

  font-weight: 700;

  color: #fff;

  outline: none;

  border: none;

  float: right;

  -webkit-border-radius: 3px;

  -moz-border-radius: 3px;

  border-radius: 3px;
}

@media (max-width: 575px) {
  .shop-cart .section-wrapper .cart-bottom .shiping-box .cart-overview {
    margin-top: 30px;
  }
}

.shop-cart .section-wrapper .cart-bottom .shiping-box .cart-overview h4 {
  margin-bottom: 30px;
}

.shop-cart .section-wrapper .cart-bottom .shiping-box .cart-overview ul {
  margin: 0;
}

.shop-cart .section-wrapper .cart-bottom .shiping-box .cart-overview ul li {
  list-style: none;

  align-items: center;

  justify-content: space-between;

  border: 1px solid #f0f0f0;

  padding: 8px 20px;

  margin-bottom: 15px;

  background: #fff;
}

.shop-cart
  .section-wrapper
  .cart-bottom
  .shiping-box
  .cart-overview
  ul
  li
  .pull-right {
  margin-bottom: 0;

  color: #fe964d;
}

.shop-single .sidebar-widget .widget-search {
  border: none;
}

.shop-single .sidebar-widget .widget-search form input {
  background: #fff;

  border: 1px solid #f0f0f0;
}

.shop-single .product-details {
  padding: 40px 30px;

  margin-bottom: 40px;

  background: #fff7f1;
}

.shop-single .product-details .product-thumb .gallery-top {
  margin-bottom: 10px;
}

.shop-single
  .product-details
  .product-thumb
  .gallery-top
  .shop-item
  .shop-thumb {
  text-align: center;

  background: #fff;
}

.shop-single .product-details .product-thumb .gallery-top .shop-navigation {
  top: 50%;

  width: 100%;

  height: 66px;

  z-index: 1;

  transform: translateY(-50%);
}

.shop-single
  .product-details
  .product-thumb
  .gallery-top
  .shop-navigation
  .shop-nav {
  -webkit-transition: all 0.3s ease;

  -moz-transition: all 0.3s ease;

  transition: all 0.3s ease;

  width: 26px;

  height: 66px;

  line-height: 66px;

  text-align: center;

  color: #fff;

  background: #cccccc;
}

.shop-single
  .product-details
  .product-thumb
  .gallery-top
  .shop-navigation
  .shop-nav:hover,
.shop-single
  .product-details
  .product-thumb
  .gallery-top
  .shop-navigation
  .shop-nav.active {
  color: #fff;

  background: #fe964d;
}

.shop-single
  .product-details
  .product-thumb
  .gallery-top
  .shop-navigation
  .shop-nav.shop-slider-prev {
  left: 0;
}

.shop-single
  .product-details
  .product-thumb
  .gallery-top
  .shop-navigation
  .shop-nav.shop-slider-next {
  right: 0;
}

.shop-single .product-details .product-thumb .gallery-thumbs .shop-item {
  cursor: pointer;
}

.shop-single
  .product-details
  .product-thumb
  .gallery-thumbs
  .shop-item
  .shop-thumb {
  background: #fff;

  text-align: center;

  height: 74px;

  line-height: 74px;
}

.shop-single
  .product-details
  .product-thumb
  .gallery-thumbs
  .swiper-slide.swiper-slide-visible.swiper-slide-thumb-active {
  -webkit-filter: grayscale(100%);

  filter: grayscale(100%);
}

.shop-single .product-details .post-content {
  padding-top: 30px;
}

@media (min-width: 768px) {
  .shop-single .product-details .post-content {
    padding-top: 0;
  }
}

.shop-single .product-details .post-content h4 {
  margin-bottom: 10px;
}

@media (min-width: 576px) {
  .shop-single .product-details .post-content h4 {
    font-size: 20px;
  }
}

.shop-single .product-details .post-content h5 {
  font-weight: 500;
}

.shop-single .product-details .post-content p.rating {
  justify-content: flex-start;

  align-items: center;

  color: #fe964d;
}

.shop-single .product-details .post-content form {
  justify-content: space-between;

  align-items: center;
}

.shop-single .product-details .post-content form .select-product {
  width: 100%;

  background: #fff;

  margin-bottom: 20px;
}

@media (min-width: 576px) {
  .shop-single .product-details .post-content form .select-product {
    width: 48%;
  }
}

.shop-single .product-details .post-content form .select-product select {
  width: 100%;

  height: 40px;

  border: 1px solid #f0f0f0;

  color: #716c80;

  outline: none;

  -webkit-appearance: none;

  z-index: 1;

  background: transparent;

  padding-left: 20px;

  font-size: 14px;
}

.shop-single .product-details .post-content form .select-product i {
  top: 0;

  right: 0;

  width: 40px;

  height: 40px;

  line-height: 40px;

  border: 1px solid #f0f0f0;

  text-align: center;

  z-index: 0;
}

.shop-single .product-details .post-content form .cart-plus-minus {
  margin-bottom: 20px;
}

@media (min-width: 576px) {
  .shop-single .product-details .post-content form .cart-plus-minus {
    margin: 0;
  }
}

.shop-single .product-details .post-content form .discount-code {
  width: 100%;
}

@media (min-width: 576px) {
  .shop-single .product-details .post-content form .discount-code {
    width: 60%;
  }
}

.shop-single .product-details .post-content form .discount-code input {
  width: 100%;

  margin-bottom: 0;

  padding: 8px 15px;

  border: 1px solid #f0f0f0;
}

.shop-single .product-details .post-content form button {
  width: 100%;

  height: 54px;

  padding: 0;

  background: #fe964d;

  margin-top: 20px;

  outline: none;

  border: none;

  color: #fff;
}

.shop-single .review .review-nav {
  margin: 0;
}

.shop-single .review .review-nav li {
  list-style: none;

  padding: 13px 33px;

  background: #fff7f1;

  font-size: 16px;

  font-weight: 700;

  color: #181818;

  margin-right: 10px;
}

.shop-single .review .review-nav li.active {
  color: #fff;

  background: #fe964d;
}

.shop-single .review .review-nav li:last-child {
  margin-right: 0;
}

.shop-single .review .review-content.review-content-show .review-showing {
  display: block;
}

.shop-single .review .review-content.description-show .description {
  display: block;
}

.shop-single .review .review-content .review-showing {
  display: none;

  -webkit-animation-name: fadeIn;

  animation-name: fadeIn;

  -webkit-animation-duration: 1s;

  animation-duration: 1s;
}

.shop-single .review .review-content .review-showing .content {
  background: #fff7f1;

  margin-bottom: 30px !important;
}

.shop-single .review .review-content .review-showing .content li {
  padding: 25px 30px;

  list-style: none;

  border-bottom: 1px solid #f0f0f0;
}

@media (min-width: 768px) {
  .shop-single .review .review-content .review-showing .content li {
    display: flex;

    flex-wrap: wrap;

    align-items: center;

    justify-content: space-between;
  }
}

.shop-single .review .review-content .review-showing .content li:last-child {
  border-bottom: none;
}

.shop-single .review .review-content .review-showing .content li .post-thumb {
  width: 70px;

  height: 70px;

  margin-bottom: 15px;

  border-radius: 100%;
}

@media (min-width: 768px) {
  .shop-single .review .review-content .review-showing .content li .post-thumb {
    margin-bottom: 0;
  }
}

.shop-single
  .review
  .review-content
  .review-showing
  .content
  li
  .post-thumb
  img {
  height: 100%;
}

.shop-single .review .review-content .review-showing .content li .post-content {
  width: 100%;
}

@media (min-width: 768px) {
  .shop-single
    .review
    .review-content
    .review-showing
    .content
    li
    .post-content {
    width: calc(100% - 70px);

    padding-left: 20px;
  }
}

.shop-single
  .review
  .review-content
  .review-showing
  .content
  li
  .post-content
  .entry-meta {
  justify-content: space-between;

  align-items: center;

  margin-bottom: 10px;
}

.shop-single
  .review
  .review-content
  .review-showing
  .content
  li
  .post-content
  .entry-meta
  .posted-on {
  width: calc(100% - 110px);
}

.shop-single
  .review
  .review-content
  .review-showing
  .content
  li
  .post-content
  .entry-meta
  .posted-on
  a {
  padding-right: 20px;

  font-size: 18px;

  color: #181818;

  font-weight: 700;

  text-decoration: none;

  box-shadow: none;

  line-height: 28px;
}

.shop-single
  .review
  .review-content
  .review-showing
  .content
  li
  .post-content
  .entry-meta
  .posted-on
  p {
  margin-bottom: 0;

  line-height: 30px;
}

.shop-single
  .review
  .review-content
  .review-showing
  .content
  li
  .post-content
  .entry-meta
  .rating {
  width: 110px;
}

.shop-single
  .review
  .review-content
  .review-showing
  .content
  li
  .post-content
  .entry-meta
  .rating
  i {
  color: #fe964d;
}

.shop-single
  .review
  .review-content
  .review-showing
  .content
  li
  .post-content
  .entry-content
  p {
  margin-bottom: 0;
}

.shop-single .review .review-content .review-showing .client-review {
  padding: 30px;

  background: #fff7f1;
}

.shop-single
  .review
  .review-content
  .review-showing
  .client-review
  .review-form
  .review-title {
  margin-bottom: 40px;
}

.shop-single
  .review
  .review-content
  .review-showing
  .client-review
  .review-form
  .review-title
  h5::before {
  width: 50px;

  height: 4px;

  background: #fe964d;

  bottom: -20px;

  border-radius: 2px;
}

.shop-single
  .review
  .review-content
  .review-showing
  .client-review
  .review-form
  .review-title
  h5::after {
  border-bottom: 4px dotted #fe964d;

  width: 20px;

  bottom: -20px;

  left: 55px;
}

.shop-single
  .review
  .review-content
  .review-showing
  .client-review
  .review-form
  form
  input {
  width: 100%;

  padding: 10px 15px;

  margin-bottom: 25px;

  border: 1px solid #f0f0f0;
}

.shop-single
  .review
  .review-content
  .review-showing
  .client-review
  .review-form
  form
  .rating {
  align-items: center;
}

.shop-single
  .review
  .review-content
  .review-showing
  .client-review
  .review-form
  form
  .rating
  .rating-title {
  padding-right: 5px;
}

.shop-single
  .review
  .review-content
  .review-showing
  .client-review
  .review-form
  form
  .rating
  ul {
  margin: 0;
}

.shop-single
  .review
  .review-content
  .review-showing
  .client-review
  .review-form
  form
  .rating
  ul
  li {
  list-style: none;
}

.shop-single
  .review
  .review-content
  .review-showing
  .client-review
  .review-form
  form
  .rating
  ul
  li
  i {
  color: #ecb341;
}

.shop-single
  .review
  .review-content
  .review-showing
  .client-review
  .review-form
  form
  textarea {
  width: 100%;

  padding: 15px;

  margin-bottom: 25px;

  border: 1px solid #f0f0f0;
}

@media (max-width: 575px) {
  .shop-single
    .review
    .review-content
    .review-showing
    .client-review
    .review-form
    form
    textarea {
    margin-top: 15px;
  }
}

.shop-single
  .review
  .review-content
  .review-showing
  .client-review
  .review-form
  form
  button {
  margin-top: 0;

  padding: 10px 30px;

  box-shadow: none;

  border: none;

  color: #fff;

  background: #fe964d;
}

.shop-single .review .review-content .description {
  padding: 30px;

  display: none;

  -webkit-animation-name: fadeIn;

  animation-name: fadeIn;

  -webkit-animation-duration: 1s;

  animation-duration: 1s;

  background: #fff7f1;
}

.shop-single .review .review-content .description .post-item .post-content {
  padding: 30px 0;
}

.shop-single .review .review-content .description .post-item .post-content ul {
  margin: 0;
}

.shop-single
  .review
  .review-content
  .description
  .post-item
  .post-content
  ul
  li {
  list-style: none;

  padding-left: 30px;

  margin: 5px 0;
}

.shop-single
  .review
  .review-content
  .description
  .post-item
  .post-content
  ul
  li::before {
  content: "";

  top: 0;

  left: 0;

  color: #fe964d;

  font-family: "Font Awesome 5 Free";
}

/*Gallery-1 (Grid)*/

.gallery-img-wrapper {
  display: grid;

  grid-template-columns: repeat(1, 1fr);

  -ms-grid-columns: 1fr;

  grid-gap: 20px;
}

@media (min-width: 768px) {
  .gallery-img-wrapper {
    grid-template-columns: repeat(2, 1fr);

    -ms-grid-columns: 1fr 1fr;
  }
}

.gallery-img-wrapper .gallery-img {
  width: 100%;

  overflow: hidden;
}

.gallery-img-wrapper .gallery-img:hover img {
  transform: scale(1.1);
}

.gallery-img-wrapper .gallery-img img {
  -webkit-transition: 0.5s ease;

  -moz-transition: 0.5s ease;

  transition: 0.5s ease;
}

@media (max-width: 575px) {
  .gallery-img-wrapper .gallery-img img {
    border-radius: 5px;
  }
}

/*Gallery-2 (Masonry)*/

.gallery-grid-item {
  display: grid;

  grid-gap: 15px;

  grid-template-columns: auto;
}

@media (min-width: 576px) {
  .gallery-grid-item {
    grid-template-columns: auto auto;
  }
}

@media (min-width: 768px) {
  .gallery-grid-item {
    grid-template-columns: auto auto auto;
  }
}

@media (min-width: 992px) {
  .gallery-grid-item {
    grid-template-columns: auto auto auto auto;
  }
}

.gallery-grid-item .grid-items {
  overflow: hidden;
}

.gallery-grid-item .grid-items img {
  max-width: 100%;

  transform: scale(1);

  transition: 0.5s;
}

.gallery-grid-item .grid-items img:hover {
  transform: scale(1.1);

  cursor: pointer;
}

.gallery-grid-item .grid-items:nth-child(2) {
  grid-row-start: span 2;
}

.gallery-grid-item .grid-items:nth-child(4) {
  grid-row-start: span 2;
}

.gallery-grid-item .grid-items:nth-child(7) {
  grid-row-start: span 2;
}

.gallery-grid-item .grid-items:nth-child(9) {
  grid-row-start: span 2;
}

/* @@@@@@@@@@@@@  Footer Section Start Here  @@@@@@@@@@@@@@ */

@media (max-width: 767px) {
  .footer-top .col-lg-3.col-md-6:last-child .post-item {
    margin-bottom: 0;
  }
}

@media (max-width: 1199px) {
  .footer-top .post-item {
    margin-bottom: 50px;
  }
}

.footer-top .post-item .footer-logo {
  -webkit-transform: translateY(-20px);

  -ms-transform: translateY(-20px);

  transform: translateY(-20px);
}

.footer-top .post-item .footer-location li {
  padding: 8px 0;
}

.footer-top .post-item .footer-location li .icon-part {
  width: 30px;
}

.footer-top .post-item .footer-location li .icon-part i {
  padding-top: 10px;

  color: #fe964d;
}

.footer-top .post-item .footer-location li .content-part {
  width: calc(100% - 30px);
}

.footer-top .post-item .footer-location li .content-part p {
  margin-bottom: 0;
}

.footer-top .post-item .post-title {
  margin: 0px 0px 30px;
}

.footer-top .post-item .footer-post .media {
  border-bottom: 1px solid #f0f0f0;
}

.footer-top .post-item .footer-post .media:last-child {
  border-bottom: none;
}

.footer-top .post-item .footer-post .media:hover .fp-thumb img {
  -webkit-transform: scale(1.05);

  -ms-transform: scale(1.05);

  transform: scale(1.05);
}

.footer-top .post-item .footer-post .media .fp-thumb {
  width: 90px;

  height: 90px;

  line-height: 90px;

  text-align: center;

  -webkit-border-radius: 3px;

  -moz-border-radius: 3px;

  border-radius: 3px;
}

.footer-top .post-item .footer-post .media .fp-thumb img {
  width: 100%;

  -webkit-transition: all 0.3s ease;

  -moz-transition: all 0.3s ease;

  transition: all 0.3s ease;
}

.footer-top .post-item .footer-post .media .media-body h6 {
  font-size: 16px;
}

.footer-top .post-item .footer-post .media .media-body h6:hover {
  color: #fe964d;
}

.footer-top .post-item .footer-post .media .media-body .rating {
  font-size: 12px;

  margin-bottom: 5px;
}

.footer-top .post-item .footer-post .media .media-body .rating i {
  color: #fe964d;
}

.footer-top .post-item .footer-post .media .media-body .rating span {
  color: #716c80;
}

.footer-top .post-item .footer-post .media .media-body .price {
  color: #181818;

  display: block;
}

.footer-top .post-item .footer-gellary .figure {
  margin: 3px;
}

.footer-top .post-item .footer-gellary .figure:hover img {
  -webkit-transform: scale(1.05);

  -ms-transform: scale(1.05);

  transform: scale(1.05);
}

.footer-top .post-item .footer-gellary .figure a {
  display: block;
}

.footer-top .post-item .footer-gellary .figure a img {
  display: block;

  width: 80px;

  -webkit-transition: all 0.3s ease;

  -moz-transition: all 0.3s ease;

  transition: all 0.3s ease;
}

.footer-bottom {
  padding: 27px 0;
}

.footer-bottom p {
  margin-bottom: 0;

  font-weight: 600;

  color: #181818;
}

.footer-bottom p a {
  color: #fe964d;

  margin: 0 5px;
}

/* Custome Styles */

.logo {
  width: 300px;
}

.mobile-menu .mobile-header {
  z-index: 999 !important;
}

.mobile-menu .mobile-header .header-bar.close {
  position: absolute;

  right: 10px;

  top: 105px;
}

.respNavBar.header-bar {
  margin-top: 20px;

  width: 100% !important;

  display: flex;

  flex-direction: column;

  align-items: flex-end;

  flex-wrap: nowrap;
}

.respNavBar.header-bar span {
  width: 25px !important;

  position: relative !important;

  margin: 0px 0px 4px !important;

  display: block !important;

  top: 0 !important;
}

.respNavBar.header-bar.close span {
  width: 25px !important;

  position: relative !important;

  margin: -10px 2px 7px 0 !important;

  display: block !important;

  top: 0 !important;

  right: 0;

  z-index: 99999;
}

a.ordNowBtn {
  border-color: #ffa719 !important;
  padding: 13px 20px !important;
  font-weight: bold;
  color: #ffffff;
  background: #fe964d;
}

a.ordNowBtn span {
  animation: blinker 0.81s linear infinite;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}

a.ordNowBtn:hover {
  background-color: #fff !important;
  color: #000 !important;
}

.product-section .card-body {
  padding: 0;
}

.rpf-features .ft-item {
  background-color: rgb(0 0 0 / 32%);
  color: #fff;
  padding: 6% 2%;
}

.rpf-features .ft-item:hover {
  background-color: rgb(0 0 0 / 5%);
}

.rpf-features .ft-item .lab-content h6 small {
  font-size: 1.2rem;
}

.rpf-features .ft-item .lab-content h6 {
  color: #fff;
  font-size: 2.5rem;
}

.rpf-features .ft-item .lab-content p {
  color: #fff;
}

.header-section .menu-fixed .primary-menu .main-area .main-menu ul li a {
  color: #151515;
}

.header-section .menu-fixed .primary-menu .main-area .main-menu ul li.active a {
  color: #fe964d;
}

.header-section
  .menu-fixed
  .primary-menu
  .main-area
  .main-menu
  ul
  li
  a.ordNowBtn {
  border-color: #fd974b !important;
}

.ft-lContent-wrap {
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: nowrap;
}

.mobile-header .header-logo {
  width: 50%;

  margin: 0 auto;
}

.mobile-menu a.ordNowBtn {
  background: #fe964d;

  color: #fff !important;

  padding: 10px 30px !important;

  font-weight: 600 !important;
}

.mobile-menu.open {
  width: 100%;
}

.mobile-menu .mobile-header .header-bar {
  position: absolute;

  right: 40px;

  margin-top: 10px;

  z-index: 999;

  width: 50px !important;
}

@media (max-width: 900px) {
  .ft-lContent-wrap {
    flex-direction: column;
    align-items: center;
  }

  .ft-lContent {
    display: contents;

    text-align: center;
  }

  .mblHeader {
    margin-top: 50px;
  }

  .mblHeader h2 {
    font-size: 20px;
  }
}
