/*--------------------------------------
/*  [ 01 Template default CSS ]
----------------------------------------*/
/*-- Google Font --*/
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
body {
  color: #707070;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.814;
}

a,
button {
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

a {
  text-decoration: none;
}

p:last-child {
  margin-bottom: 0;
}

ul {
  margin: 0;
  padding: 0;
}

ul,
li {
  list-style: none;
}

img {
  max-width: 100%;
}

@media screen and (min-width: 1440px) {
  .container {
    max-width: 1440px;
  }
}

@media screen and (max-width: 767px) {
  .container {
    max-width: 100%;
  }
}

@media screen and (min-width: 1200px) {
  .custom-px {
    padding-left: 2%;
    padding-right: 2%;
  }
}

@media screen and (min-width: 1500px) {
  .custom-px {
    padding-left: 5.4%;
    padding-right: 5.4%;
  }
}

.bg-dark {
  background-color: #222 !important;
}

.bg-light {
  background-color: #f6f6f6 !important;
}

.mb-n4 {
  margin-bottom: -1.5rem;
}

.mb-n5 {
  margin-bottom: -40px !important;
}

.mb-5 {
  margin-bottom: 40px !important;
}

.border-top {
  border-color: #e3e3e3 !important;
}

.border-bottom {
  border-color: #e3e3e3 !important;
}

.map iframe {
  width: 100%;
  height: 450px;
  border: 0;
}

/* Section TItle */
.section-title .title {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.4;
  text-transform: capitalize;
  color: #222;
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 20px;
}

.section-title .title::before {
  content: "";
  width: 50px;
  height: 2px;
  margin-left: -25px;
  position: absolute;
  left: 50%;
  bottom: 0;
  background: #f4c716;
}

.section-title.bestseller .title::before {
  margin-left: 0px;
  left: 0%;
}

.section-padding-top {
  padding-top: 80px;
}

@media screen and (min-width: 1200px) {
  .section-padding-top {
    padding-top: 60px;
  }
}

.section-padding-bottom {
  padding-bottom: 40px;
}

@media screen and (min-width: 1200px) {
  .section-padding-bottom {
    padding-bottom: 60px;
  }
}

.swiper-arrow {
  position: relative;
}

.swiper-arrow .swiper-button-next,
.swiper-arrow .swiper-button-prev {
  background: #fff;
  width: 50px;
  height: 50px;
  line-height: 50px;
  color: #9a9a9a;
  font-size: 30px;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: ease-in-out 0.3s;
  -o-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
  border-radius: 50%;
  -webkit-box-shadow: 0px 0px 9.3px 0.7px rgba(0, 0, 0, 0.06);
          box-shadow: 0px 0px 9.3px 0.7px rgba(0, 0, 0, 0.06);
}

.swiper-arrow .swiper-button-next:hover,
.swiper-arrow .swiper-button-prev:hover {
  background: #f4c716;
  color: #fff;
}

.swiper-arrow .swiper-button-next::after,
.swiper-arrow .swiper-button-prev::after {
  font-size: 25px;
}

.arrow-position-center .swiper-button-next {
  right: 0px;
}

@media screen and (min-width: 1200px) {
  .arrow-position-center .swiper-button-next {
    right: -51px;
  }
}

.arrow-position-center .swiper-button-prev {
  left: 0px;
}

@media screen and (min-width: 1200px) {
  .arrow-position-center .swiper-button-prev {
    left: -51px;
  }
}

.arrow-position-center:hover .swiper-button-next,
.arrow-position-center:hover .swiper-button-prev {
  opacity: 1;
  visibility: visible;
}

.arrow-position-center-fixed .swiper-button-next {
  right: 0px;
}

@media screen and (min-width: 1200px) {
  .arrow-position-center-fixed .swiper-button-next {
    right: 22%;
  }
}

.arrow-position-center-fixed .swiper-button-prev {
  left: 0px;
}

@media screen and (min-width: 1200px) {
  .arrow-position-center-fixed .swiper-button-prev {
    left: 22%;
  }
}

.arrow-position-center-fixed:hover .swiper-button-next,
.arrow-position-center-fixed:hover .swiper-button-prev {
  opacity: 1;
  visibility: visible;
}

.swiper-arrow.bestseller-arrow .swiper-button-next,
.swiper-arrow.bestseller-arrow .swiper-button-prev {
  position: static;
  margin-top: 40px;
  opacity: 1;
  visibility: visible;
  display: inline-block;
}

.swiper-arrow.bestseller-arrow .swiper-button-next {
  margin-left: 15px;
}

.modal.fade {
  display: block !important;
  opacity: 0;
  visibility: hidden;
}

.modal.fade.show {
  display: block !important;
  opacity: 1;
  visibility: visible;
}

#scrollUp {
  background: #222;
  border: 2px solid #e7e7e7;
  border-radius: 100%;
  bottom: -38px;
  cursor: pointer;
  height: 50px;
  opacity: 0;
  position: fixed;
  right: 15px;
  -webkit-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
  visibility: hidden;
  width: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  font-size: 25px;
  text-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

#scrollUp:hover {
  background: #f4c716;
  border-color: #f4c716;
}

#scrollUp.show {
  bottom: 5%;
  opacity: 1;
  visibility: visible;
}

/*--------------------------------------
/*  [ 02 Header CSS ]
----------------------------------------*/
.header-topbar {
  padding-top: 10px;
  padding-bottom: 10px;
}

.topbar-border-bottom {
  border-bottom: 1px solid #ebebeb;
}

.topbar-nav-info-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (min-width: 992px) {
  .topbar-nav-info-item + .topbar-nav-info-item {
    position: relative;
    padding-left: 20px;
    margin-left: 20px;
  }
  .topbar-nav-info-item + .topbar-nav-info-item::before {
    content: "";
    width: 1px;
    height: 14px;
    background: #cbcbcb;
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -7px;
  }
}

.topbar-nav-info-item span {
  display: inline-block;
  font-size: 18px;
  margin-right: 5px;
}

.topbar-nav-info-item a {
  color: inherit;
  text-decoration: inherit;
}

.topbar-nav-item {
  position: relative;
}

@media screen and (min-width: 992px) {
  .topbar-nav-item + .topbar-nav-item {
    padding-left: 20px;
    margin-left: 20px;
  }
  .topbar-nav-item + .topbar-nav-item::before {
    content: "";
    width: 1px;
    height: 14px;
    background: #cbcbcb;
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -7px;
  }
}

@media screen and (max-width: 991px) {
  .topbar-nav-item {
    margin-top: 10px;
  }
}

.topbar-nav-link {
  font-size: 14px;
  text-decoration: none;
}

.topbar-nav-link::after {
  content: "\f123";
  font-family: Ionicons;
  font-size: 12px;
  color: #a6a6a6;
  padding-left: 8px;
}

.topbar-default .topbar-nav-link {
  color: #707070;
}

.bg-dark .topbar-nav-link {
  color: #fff;
}

.bg-dark .topbar-nav-info-item {
  color: #fff;
}

.topbar-dropdown-menu {
  display: none;
  position: absolute;
  z-index: 5;
  top: 35px;
  min-width: 200px;
  background: #fff;
  padding: 15px 20px;
  text-transform: capitalize;
  border: 1px solid #e7e7e7;
}

.menu-position-right {
  right: 0;
}

@media screen and (min-width: 992px) {
  .menu-position-right {
    right: 0;
  }
}

.menu-position-left {
  left: 0;
}

.topbar-dropdown-item + .topbar-dropdown-item {
  border-top: 1px solid #e7e7e7;
  padding-top: 10px;
  margin-top: 10px;
}

.topbar-dropdown-nav-link {
  color: #707070;
  font-size: 14px;
  text-decoration: none;
}

.topbar-dropdown-nav-link:hover {
  color: #f4c716;
}

svg {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.path {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.topbar-dropdown-menu.user {
  opacity: 0;
  visibility: hidden;
  display: block;
  top: 120%;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.quick-link-item:hover .topbar-dropdown-menu.user {
  opacity: 1;
  visibility: visible;
  top: 100%;
}

.header-middle-default {
  padding: 15px 0px;
}

.logo {
  width: 195px;
}

.main-menu-item {
  position: relative;
}

.main-menu-item + .main-menu-item {
  margin-left: 30px;
}

.main-menu-item:hover .mega-menu,
.main-menu-item:hover .sub-menu {
  opacity: 1;
  -webkit-transform: perspective(600px) rotateX(0deg);
          transform: perspective(600px) rotateX(0deg);
  -webkit-transition: opacity 0.2s ease, -webkit-transform 0.5s ease;
  transition: opacity 0.2s ease, -webkit-transform 0.5s ease;
  -o-transition: transform 0.5s ease, opacity 0.2s ease;
  transition: transform 0.5s ease, opacity 0.2s ease;
  transition: transform 0.5s ease, opacity 0.2s ease, -webkit-transform 0.5s ease;
}



.mainnav .menu-item {
  position: relative;margin: 0 20px;
}

.mainnav .menu-item a{
    color: #222;
  display: block;
  font-weight: 500;
  text-transform: capitalize;
  position: relative;
  line-height: 55px;
}


.mainnav .menu-item + .main-menu-item {
  margin-left: 30px;
}

.mainnav .menu-item a:hover, .mainnav .menu-item a.active {
  color: #f4c716;
}


.mainnav .menu-item:hover .mega-menu,
.mainnav .menu-item:hover .sub-menu {
  opacity: 1;
  -webkit-transform: perspective(600px) rotateX(0deg);
          transform: perspective(600px) rotateX(0deg);
  -webkit-transition: opacity 0.2s ease, -webkit-transform 0.5s ease;
  transition: opacity 0.2s ease, -webkit-transform 0.5s ease;
  -o-transition: transform 0.5s ease, opacity 0.2s ease;
  transition: transform 0.5s ease, opacity 0.2s ease;
  transition: transform 0.5s ease, opacity 0.2s ease, -webkit-transform 0.5s ease;
}

.mainnav .menu-item .sub-menu {
  background: #fff;
  border: 1px solid #e7e7e7;
  width: 300px;
  padding: 10px 0;
  text-align: left;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 11;
  opacity: 0;
  -webkit-transform: perspective(600px) rotateX(-90deg);
          transform: perspective(600px) rotateX(-90deg);
  -webkit-transform-origin: 0% 0%;
      -ms-transform-origin: 0% 0%;
          transform-origin: 0% 0%;
  -webkit-transition: opacity 0.6s ease, -webkit-transform 0.5s ease;
  transition: opacity 0.6s ease, -webkit-transform 0.5s ease;
  -o-transition: transform 0.5s ease, opacity 0.6s ease;
  transition: transform 0.5s ease, opacity 0.6s ease;
  transition: transform 0.5s ease, opacity 0.6s ease, -webkit-transform 0.5s ease;
  -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2);
}

.mainnav .menu-item .sub-menu a {
  font-weight: 500;
  color: #222;
  display: block;
  font-size: 14px;
  line-height:20px;
  padding: 10px;
  text-transform: capitalize;
}

.sub-menu-link:hover, .sub-menu-link.active {
  color: #f4c716;
}



.main-menu-link {
  color: #222;
  display: block;
  font-weight: 500;
  text-transform: capitalize;
  position: relative;
  line-height: 55px;
}

.main-menu-link:hover, .main-menu-link.active {
  color: #f4c716;
}

.main-menu-link:not(.contact)::after {
  content: "\f3d0";
  display: inline-block;
  font-family: ionicons;
  font-size: 14px;
  margin-left: 5px;
}

.header-bottom2 .main-menu-link {
  color: #fff;
}

.header-bottom2 .main-menu-link:hover, .header-bottom2 .main-menu-link.active {
  color: #f4c716;
}
/*
.sub-menu {
  background: #fff;
  border: 1px solid #e7e7e7;
  width: 300px;
  padding: 10px 0;
  text-align: left;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 11;
  opacity: 0;
  -webkit-transform: perspective(600px) rotateX(-90deg);
          transform: perspective(600px) rotateX(-90deg);
  -webkit-transform-origin: 0% 0%;
      -ms-transform-origin: 0% 0%;
          transform-origin: 0% 0%;
  -webkit-transition: opacity 0.6s ease, -webkit-transform 0.5s ease;
  transition: opacity 0.6s ease, -webkit-transform 0.5s ease;
  -o-transition: transform 0.5s ease, opacity 0.6s ease;
  transition: transform 0.5s ease, opacity 0.6s ease;
  transition: transform 0.5s ease, opacity 0.6s ease, -webkit-transform 0.5s ease;
  -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2);
}

.sub-menu-link {
  font-weight: 500;
  color: #222;
  display: block;
  font-size: 16px;
  line-height: 1.4;
  padding: 10px 30px;
  text-transform: capitalize;
}

.sub-menu-link:hover, .sub-menu-link.active {
  color: #f4c716;
}
*/
.mega-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  background: #fff;
  min-width: 650px;
  width: 100%;
  padding: 35px 35px 15px 35px;
  border: 1px solid #e7e7e7;
  text-align: left;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 11;
  opacity: 0;
  -webkit-transform: perspective(600px) rotateX(-90deg);
          transform: perspective(600px) rotateX(-90deg);
  -webkit-transform-origin: 0% 0%;
      -ms-transform-origin: 0% 0%;
          transform-origin: 0% 0%;
  -webkit-transition: opacity 0.6s ease, -webkit-transform 0.5s ease;
  transition: opacity 0.6s ease, -webkit-transform 0.5s ease;
  -o-transition: transform 0.5s ease, opacity 0.6s ease;
  transition: transform 0.5s ease, opacity 0.6s ease;
  transition: transform 0.5s ease, opacity 0.6s ease, -webkit-transform 0.5s ease;
  -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2);
}

.mega-menu-item {
  width: 33.333%;
  font-weight: 500;
  color: #222;
  font-size: 16px;
  line-height: 1;
  text-transform: capitalize;
}

.sub-mega-menu {
  margin: 15px 0px;
  text-align: left;
}

.sub-mega-menu-link {
  color: #888;
  font-size: 14px;
  font-weight: 400;
  display: block;
  line-height: 1.4;
  padding: 10px 0;
}

.sub-mega-menu-link:hover {
  color: #f4c716;
}

.quick-link-item {
  position: relative;
}

.quick-link-item + .quick-link-item {
  margin-left: 20px;
}

.quick-link-item:hover .mini-carts {
  max-height: 500px;
  opacity: 1;
  visibility: visible;
}

.quick-link-link {
  color: #222;
  font-size: 24px;
}

.quick-link-link:hover {
  color: #f4c716;
}

.quick-link-link::after {
  font-family: "Ionicons";
  display: block;
  font-size: 24px;
  margin-right: 5px;
  line-height: 40px;
}

.quick-link-link.search::after {
  display: none;
}

@media screen and (max-width: 575px) {
  .quick-link-link.search {
    display: none;
  }
}

@media screen and (max-width: 575px) {
  .quick-link-link.wishlist-link {
    display: none;
  }
}

.quick-link-link.wishlist-link::after {
  content: "\f387";
}

.quick-link-link.shopping-cart::after {
  content: "\f110";
}

.quick-link-link.user::after {
  content: "\f213";
}

.quick-link-link .wishlist-count {
  width: 15px;
  height: 15px;
  position: absolute;
  right: 0px;
  bottom: 5px;
  background: #f4c716;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  color: #fff;
  border-radius: 100%;
}

.header-bottom2 .quick-link-link {
  color: #fff;
}

.header-bottom2 .quick-link-link:hover {
  color: #f4c716;
}

.header-bottom2 .logo,
.header-bottom2 .quick-links {
  opacity: 0;
  visibility: hidden;
}

.header-bottom2.is-sticky .logo,
.header-bottom2.is-sticky .quick-links {
  opacity: 1;
  visibility: visible;
}

.header-bottom2.header-middle-default {
  padding: 5px 0;
}

.header-serch-form {
  display: none;
  position: absolute;
  top: 100%;
  width: 330px;
  z-index: 5;
}

.header-serch-form form {
  position: relative;
}

.header-serch-form .form-control {
  padding: 0 55px 0 20px;
  color: #9a9a9a;
  font-size: 1em;
  height: 46px;
  line-height: 46px;
  border: 1px solid #e7e7e7;
  border-radius: 0;
}

.header-serch-form .form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.header-serch-form .form-control:focus::-webkit-input-placeholder {
  color: transparent;
}

.header-serch-form .form-control:focus::-moz-placeholder {
  color: transparent;
}

.header-serch-form .form-control:focus:-ms-input-placeholder {
  color: transparent;
}

.header-serch-form .form-control:focus::-ms-input-placeholder {
  color: transparent;
}

.header-serch-form .form-control:focus::placeholder {
  color: transparent;
}

.form-search-btn {
  position: absolute;
  top: 6px;
  right: 0px;
  font-size: 20px;
  border: 0;
  background: transparent;
  padding: 0px;
  width: 55px;
}

.header-serch-form-left {
  left: 0;
}

.header-serch-form-right {
  right: 0;
}

.mini-carts {
  position: absolute;
  right: 0px;
  top: 100%;
  z-index: 8;
  overflow-y: scroll;
  background: #fff;
  border: 1px solid #e7e7e7;
  opacity: 0;
  visibility: hidden;
  padding: 30px;
  width: 300px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  max-height: 0px;
}

@media screen and (min-width: 576px) {
  .mini-carts {
    width: 350px;
  }
}

.mini-cart-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  position: relative;
}

.mini-cart-item + .mini-cart-item {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #e7e7e7;
}

.mini-cart-image {
  margin-right: 25px;
}

.mini-cart-image a {
  display: block;
}

.mini-cart-content {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.mini-cart-title {
  display: block;
  color: #222;
  font-weight: 400;
  font-size: 1.0714em;
  margin-bottom: 5px;
}

.mini-cart-title:hover {
  color: #f4c716;
}

.remove-mini-cart {
  font-weight: 400;
  background: transparent;
  color: #f4c716;
  padding: 0px;
  border: 0px;
  font-size: 18px;
  line-height: 1;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

.remove-mini-cart:hover {
  color: #222;
}

.mini-cart-quantity {
  display: block;
  color: #222;
}

.mini-cart-total {
  font-weight: 600;
  font-size: 1.2143em;
}

.mini-cart-sub-total {
  border-top: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
  font-size: 1.2143em;
  margin-top: 20px;
  margin-bottom: 30px;
  padding-top: 25px;
  padding-bottom: 25px;
  text-transform: capitalize;
}

.mini-cart-sub-total-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #222;
}

.header-two {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
}

.offcanvas-start {
  width: 300px;
}

@media screen and (min-width: 576px) {
  .offcanvas-start {
    width: 350px;
  }
}

.offcanvas-btn {
  background: transparent;
  border: 0;
  padding: 0px;
  font-size: 30px;
}

.offcanvas-btn span {
  line-height: 1;
}

.offcanvas-menu {
  position: relative;
  z-index: 1;
  overflow-y: scroll;
}

.offcanvas-menu::before {
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  background-color: #fff;
}

.offcanvas-menu ul ul {
  display: none;
}

.offcanvas-menu > ul > li > ul li {
  border-bottom: 0px;
}

.offcanvas-menu > ul > li > ul li a {
  padding-left: 15px;
  font-weight: 400;
  font-size: 14px;
  color: #222;
}

.offcanvas-menu li.active > ul {
  display: block;
}

.offcanvas-menu li a {
  font-weight: 400;
  display: block;
  font-size: 16px;
  text-transform: capitalize;
  color: #222;
  padding: 10px 0px;
  position: relative;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}

.offcanvas-menu li a:hover {
  color: #f4c716;
}

.offcanvas-menu a:not(:only-child):after {
  content: "\f125";
  font-family: "Ionicons";
  position: absolute;
  right: 0px;
  top: 15px;
}

.offcanvas-menu .active > a:not(:only-child):after {
  content: "\f123";
}

.offcanvas-menu.offcanvas-menu-sm {
  overflow-y: unset;
}

.offcanvas-menu.offcanvas-menu-sm a:not(:only-child):after {
  content: "\f3d3";
  top: 6px;
}

.offcanvas-menu.offcanvas-menu-sm .active > a:not(:only-child):after {
  content: "\f3d0";
}

.offcanvas-menu.offcanvas-menu-sm li a {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.offcanvas-menu.offcanvas-menu-sm li a span {
  color: #707070;
}

.offcanvas-menu.offcanvas-menu-sm li a:hover {
  color: #f4c716;
}

.offcanvas-form {
  position: relative;
  margin: 30px 0px;
}

.offcanvas-form .btn-search {
  background: transparent;
  position: absolute;
  right: 0;
  top: 0;
  width: 35px;
  height: 100%;
  font-size: 18px;
  line-height: 1;
  padding: 0;
  border: 0;
  color: #222;
}

.offcanvas-form .form-control {
  padding: 0 10px;
  color: #222;
  font-size: 1em;
  height: 40px;
  line-height: 40px;
  border: 1px solid #e7e7e7;
  border-radius: 20px;
}

.offcanvas-form .form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.offcanvas-form .form-control:focus::-webkit-input-placeholder {
  color: transparent;
}

.offcanvas-form .form-control:focus::-moz-placeholder {
  color: transparent;
}

.offcanvas-form .form-control:focus:-ms-input-placeholder {
  color: transparent;
}

.offcanvas-form .form-control:focus::-ms-input-placeholder {
  color: transparent;
}

.offcanvas-form .form-control:focus::placeholder {
  color: transparent;
}

.is-sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  padding: 0px 0px;
  background: white;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.11);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.11);
  -webkit-animation: fadeInDown 0.5s ease-in-out;
          animation: fadeInDown 0.5s ease-in-out;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

@media screen and (min-width: 992px) {
  .is-sticky {
    background: rgba(255, 255, 255, 0.8);
  }
}

.is-sticky .logo {
  width: 100px;
}

@media screen and (min-width: 992px) {
  .header-bottom2.is-sticky {
    background: rgba(0, 0, 0, 0.8) !important;
  }
}

/******************************** 
# Offcanvas Menu Style End
********************************/
.header-bottom.active-sticky {
  padding-top: 5px;
  padding-bottom: 5px;
}

.header-bottom.active-sticky.is-sticky {
  padding-top: 0px;
  padding-bottom: 0px;
}

.header-bottom .logo,
.header-bottom .quick-links {
  opacity: 0;
  visibility: hidden;
}

.header-bottom.is-sticky .logo,
.header-bottom.is-sticky .quick-links {
  opacity: 1;
  visibility: visible;
}

/*--------------------------------------
/*  [ 03 Widgets CSS ]
----------------------------------------*/
.sidebar-widget + .sidebar-widget {
  margin-top: 60px;
}

.widget-title {
  color: #222;
  font-weight: 600;
  font-size: 18px;
  text-transform: capitalize;
  margin-bottom: 35px;
}

.price-filter {
  position: relative;
  margin-right: 15px;
}

#amount {
  font-weight: 600;
  border: 0;
  color: #222;
  font-size: 14px;
  margin-top: 15px;
}

#amount:focus-visible {
  outline: 0;
}

#slider-range .ui-widget-content {
  border: 1px solid #f4c716;
}

#slider-range.ui-slider-horizontal {
  height: 6px;
  background: #dbdbdb;
  border-color: #dbdbdb;
}

#slider-range .ui-widget-header {
  background: #f4c716;
}

#slider-range .ui-slider-handle {
  height: 15px;
  line-height: 15px;
  -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
  margin: -8px 0 0;
  text-align: center;
  top: 50%;
  width: 15px;
  border-radius: 100%;
  border: 3px solid #222;
}

#slider-range .ui-slider-handle:hover {
  background: #f4c716;
  border-color: #f4c716;
}

.ui-slider-horizontal .ui-slider-handle {
  top: 0;
}

.colors li a {
  display: inline-block;
  font-size: 14px;
  color: #222;
  text-transform: capitalize;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.colors li a:hover {
  color: #f4c716;
}

.tag-clouds a {
  font-weight: 400;
  display: inline-block;
  color: #222;
  font-size: 14px;
  padding: 7px 25px;
  margin: 0 10px 10px 0;
  border: 1px solid #e7e7e7;
  border-radius: 20px;
}

.tag-clouds a:hover {
  background: #f4c716;
  color: #fff;
}

.social-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .social-links {
    -webkit-box-pack: end;
    -webkit-justify-content: end;
        -ms-flex-pack: end;
            justify-content: end;
  }
}

@media screen and (max-width: 991px) {
  .social-links {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.social-links .social-link {
  display: block;
  font-size: 16px;
  line-height: 1;
}

.social-links .social-link + .social-link {
  margin-left: 20px;
}

@media screen and (max-width: 1199px) {
  .social-links .social-link + .social-link {
    margin-left: 15px;
  }
}

.social-links .social-link:hover {
  color: #f4c716;
}

.social-links-dark .social-link {
  color: #707070;
}

/*--------------------------------------
/*  [ 04 Component CSS ]
----------------------------------------*/
/*--------------------------------------
/*  [ 4.1 actions CSS ]
----------------------------------------*/
.action {
  background: #fff;
  width: 50px;
  height: 50px;
  line-height: 54px;
  color: #9a9a9a;
  font-size: 25px;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  border-radius: 50%;
  -webkit-box-shadow: 0px 0px 9.3px 0.7px rgba(0, 0, 0, 0.06);
          box-shadow: 0px 0px 9.3px 0.7px rgba(0, 0, 0, 0.06);
  -webkit-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.action:hover {
  background: #f4c716;
}

.action:hover button {
  color: #fff;
}

.action button {
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0;
  line-height: 1;
  background: transparent;
  -webkit-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.actions-verticale .action {
  position: absolute;
  top: 20px;
  right: -100%;
  z-index: 6;
  opacity: 0;
  visibility: hidden;
}

.actions-verticale .action:nth-child(1) {
  -webkit-transition: 0.5s ease-out 0s;
  -o-transition: 0.5s ease-out 0s;
  transition: 0.5s ease-out 0s;
}

.actions-verticale .action:nth-child(2) {
  top: 80px;
  -webkit-transition: 0.7s ease-out 0s;
  -o-transition: 0.7s ease-out 0s;
  transition: 0.7s ease-out 0s;
}

.actions-verticale .action:nth-child(3) {
  top: 140px;
  -webkit-transition: 0.9s ease-out 0s;
  -o-transition: 0.9s ease-out 0s;
  transition: 0.9s ease-out 0s;
}

.actions-horizontal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.actions-horizontal .action + .action {
  margin-left: 10px;
}

/*--------------------------------------
/*  [ 4.2 button CSS ]
----------------------------------------*/
.btn {
  font-size: 15px;
  font-weight: 600;
  text-transform: capitalize;
  padding: 12px 20px;
  border-radius: 25px;
}

.btn:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-dark:hover {
  background-color: #f4c716;
  border-color: #f4c716;
}

.btn-outline-dark:hover {
  background-color: #f4c716;
  border-color: #f4c716;
}

.btn-light:hover {
  color: #f4c716;
}

/*--------------------------------------
/*  [ 4.3 count CSS ]
----------------------------------------*/
.product-count.style input {
  color: #1d1d1d;
  background-color: #fff;
  height: 48px;
  padding: 10px 30px 10px 10px;
  width: 70px;
  border: 1px solid #ebebeb;
  display: block;
  text-align: center;
  -moz-appearance: textfield;
  -webkit-appearance: textfield;
          appearance: textfield;
}

.product-count.style input:focus {
  outline: none;
}

.product-count.style .count-btn {
  font-weight: 700;
  background-color: transparent;
  border: 0;
  border-left: 1px solid #ebebeb;
  display: block;
  width: 20px;
  height: 24px;
  padding: 0;
  text-align: center;
  color: #1d1d1d;
  font-size: 10px;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
      transform: translateX(-100%);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.product-count.style .increment {
  border-bottom: 1px solid #ebebeb;
}

/*--------------------------------------
/*  [ 4.4 hero CSS ]
----------------------------------------*/
.hero-slider {
  position: relative;
}

.hero-slider .hero-slide-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.hero-slider .hero-slide-item.swiper-slide-active .title.delay1 {
  -webkit-animation: zoomInLeft 1s linear;
          animation: zoomInLeft 1s linear;
}

.hero-slider .hero-slide-item.swiper-slide-active .title.delay2 {
  -webkit-animation: zoomInLeft 1.3s linear;
          animation: zoomInLeft 1.3s linear;
}

.hero-slider .hero-slide-item.swiper-slide-active .text {
  -webkit-animation: zoomInLeft 1.6s linear;
          animation: zoomInLeft 1.6s linear;
}

.hero-slider .hero-slide-item.swiper-slide-active .btn {
  -webkit-animation: zoomInLeft 1.9s linear;
          animation: zoomInLeft 1.9s linear;
}

@media screen and (min-width: 1200px) {
  .slider-height1 {
    height: 573px;
  }
}

@media screen and (min-width: 1420px) {
  .slider-height1 {
    height: 660px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .slider-height1 {
    height: 525px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .slider-height1 {
    height: 450px;
  }
}

@media screen and (max-width: 767px) {
  .slider-height1 {
    height: 400px;
  }
}

@media screen and (min-width: 1200px) {
  .slider-height2 {
    height: 573px;
  }
}

@media screen and (min-width: 1920px) {
  .slider-height2 {
    height: 905px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .slider-height2 {
    height: 525px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .slider-height2 {
    height: 450px;
  }
}

@media screen and (max-width: 767px) {
  .slider-height2 {
    height: 400px;
  }
}

.hero-slide-content {
  padding-left: 15px;
}

@media screen and (min-width: 992px) {
  .hero-slide-content {
    padding-left: 50px;
  }
}

.hero-slide-content .title {
  display: inline-block;
  font-weight: 600;
  line-height: 1;
  font-size: 32px; color: #fff;
  margin-bottom: 0;
}
.hero-slide-content .title.black {
  
  color: #000;
}
@media screen and (max-width: 991px) {
  .hero-slide-content .title {
    font-size: 45px;
    line-height: 1.3;
  }
}

@media screen and (max-width: 767px) {
  .hero-slide-content .title {
    font-size: 35px;
    line-height: 1.3;
  }
}

@media screen and (max-width: 480px) {
  .hero-slide-content .title {
    font-size: 35px;
  }
}

.hero-slide-content .text {
  background: #222;
  display: inline-block;
  text-transform: uppercase;
  margin-bottom: 25px;
  padding: 5px 15px;
  font-weight: 400;
  line-height: 1.3;
  font-size: 16px;
  border-radius: 5px;
}

@media screen and (max-width: 575px) {
  .hero-slide-content .text {
    font-size: 14px;
  }
}

.hero-slide-content .btn {
  margin-top: 40px;
}

.slide-bg1 {
  background-image: url("../images/slide1.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0% center;
}

.slide-bg2 {
  background-image: url("../images/slide2.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0% center;
}

.slide-bg3 {
  background-image: url("../images/slide3.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0% center;
}
.slide-bg4 {
  background-image: url("../images/slide4.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0% center;
}

.hero-slider .swiper-button-next,
.hero-slider .swiper-button-prev {
  background: #fff;
  width: 50px;
  height: 50px;
  line-height: 54px;
  color: #9a9a9a;
  font-size: 30px;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: ease-in-out 0.3s;
  -o-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
  border-radius: 50%;
  -webkit-box-shadow: 0px 0px 9.3px 0.7px rgba(0, 0, 0, 0.06);
          box-shadow: 0px 0px 9.3px 0.7px rgba(0, 0, 0, 0.06);
}

.hero-slider .swiper-button-next:hover,
.hero-slider .swiper-button-prev:hover {
  background: #f4c716;
  color: #fff;
}

.hero-slider .swiper-button-next {
  right: 20px;
}

.hero-slider .swiper-button-prev {
  left: 20px;
}

.hero-slider:hover .swiper-button-next,
.hero-slider:hover .swiper-button-prev {
  opacity: 1;
  visibility: visible;
}

.hero-slider:hover .swiper-button-next {
  right: 30px;
}

.hero-slider:hover .swiper-button-prev {
  left: 30px;
}

.hero-slider .swiper-button-next::after,
.hero-slider .swiper-button-prev::after {
  display: none;
}

.hero-slider .swiper-pagination-bullet {
  margin: 0 5px;
  width: 14px;
  height: 14px;
  border: 2px solid #dedede;
  background: #dedede;
  opacity: 1;
  border-radius: 100%;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.hero-slider .swiper-pagination-bullet.swiper-pagination-bullet-active, .hero-slider .swiper-pagination-bullet.swiper-pagination-bullet:hover {
  background: #222;
  border-color: #222;
}

.hero-slider .swiper-pagination {
  bottom: 30px;
  left: 0;
  width: 100%;
}

/*--------------------------------------
/*  [ 4.5 banner CSS ]
----------------------------------------*/
.banner {
  position: relative;
}

.banner .label {
  position: absolute;
  left: 0px;
  bottom: 0px;
  background: #fff;
  font-size: 1.2857em;
  padding: 10px 30px;
  font-weight: 500;
  z-index: 1;
  text-align: center;
  color: #222;
}

.thumb-nail {
  display: block;
  overflow: hidden;
}

.thumb-nail img {
  width: 100%;
  -webkit-transition: 0.3s ease-out 0s;
  -o-transition: 0.3s ease-out 0s;
  transition: 0.3s ease-out 0s;
}

.thumb-nail:hover img {
  -webkit-transform: scale(1.02);
      -ms-transform: scale(1.02);
          transform: scale(1.02);
}

.large-thumb-nail {
  overflow: hidden;
}

@media screen and (min-width: 992px) {
  .large-thumb-nail {
    display: inline-block;
  }
}

@media screen and (min-width: 1200px) {
  .large-thumb-nail {
    padding-left: 50px;
  }
}

.large-thumb-nail img {
  -webkit-transition: 0.3s ease-out 0s;
  -o-transition: 0.3s ease-out 0s;
  transition: 0.3s ease-out 0s;
}

@media screen and (max-width: 991px) {
  .large-thumb-nail img {
    width: 100%;
  }
}

.large-thumb-nail:hover img {
  -webkit-transform: scale(1.02);
      -ms-transform: scale(1.02);
          transform: scale(1.02);
}

.small-thumb-nail {
  display: inline-block;
  overflow: hidden;
}

.small-thumb-nail img {
  -webkit-transition: 0.3s ease-out 0s;
  -o-transition: 0.3s ease-out 0s;
  transition: 0.3s ease-out 0s;
}

.small-thumb-nail:hover img {
  -webkit-transform: scale(1.02);
      -ms-transform: scale(1.02);
          transform: scale(1.02);
}

.banner-content {
  position: absolute;
}

.banner-position-top-center {
  position: absolute;
  top: 60px;
  left: 0;
  right: 0;
  text-align: center;
}

.banner-position-top-left {
  top: 130px;
  left: 75px;
}

@media screen and (max-width: 575px) {
  .banner-position-top-left {
    top: 20px;
  }
}

.banner-position-bottom-left {
  top: 130px;
  left: 25px;
}

.banner-sub-title {
  font-size: 35px;
  font-weight: 300;
  line-height: 1;
  text-transform: capitalize;
  color: #666;
}

@media screen and (max-width: 1499px) {
  .banner-sub-title {
    font-size: 35px;
  }
}

.banner-title {
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 30px;
  text-transform: uppercase;
  color: #000;
}

@media screen and (min-width: 1200px) and (max-width: 1499px) {
  .banner-title {
    font-size: 55px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .banner-title {
    font-size: 45px;
  }
}

@media screen and (max-width: 767px) {
  .banner-title {
    font-size: 45px;
  }
}

@media screen and (max-width: 575px) {
  .banner-title {
    font-size: 35px;
  }
}

.home-style2 .banner-sub-title {
  font-size: 35px;
}

.large-banner-content {
  padding-top: 60px;
  margin-bottom: 60px;
}

.large-banner-content .btn {
  border-width: 2px;
}

@media screen and (min-width: 576px) {
  .large-banner-content .btn + .btn {
    margin-left: 10px;
  }
}

.large-banner-sub-title {
  font-size: 34px;
  font-weight: 300;
  line-height: 1;
  color: #222;
}

.large-banner-title {
  font-size: 34px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 20px;
  color: #222;
}

.small-thumb-nail {
  position: absolute;
  top: 50%;
  right: 0;
  margin-bottom: 35px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  border: 17px solid #fff;
  -webkit-box-shadow: 0 0 12.75px 2.25px rgba(0, 0, 0, 0.06);
          box-shadow: 0 0 12.75px 2.25px rgba(0, 0, 0, 0.06);
}

@media screen and (max-width: 1199px) {
  .small-thumb-nail {
    max-width: 250px;
  }
}

@media screen and (min-width: 1200px) {
  .large-banner-content-wrap {
    padding-left: 11%;
    padding-top: 150px;
  }
}

.large-banner-content-wrap p {
  font-size: 1.1429em;
  font-weight: 600;
  margin: 15px 0 35px;
  color: #9a9a9a;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.large-banner-content-wrap .btn {
  margin: 30px 0px;
}

@media screen and (min-width: 1200px) {
  .large-banner-content-wrap .btn {
    margin-top: 70px;
  }
}

.large-banner-content-wrap ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.large-banner-content-wrap ul li span {
  display: block;
  text-transform: uppercase;
  color: #222;
}

.banner-v3 {
  top: 50px;
  left: 65px;
  right: auto;
  text-align: left;
}

.banner-v3 .banner-sub-title {
  color: #222;
  font-size: 35px;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 0px;
  display: block;
}

.banner-v3 .btn {
  padding: 0px;
}

.banner-v3 .btn.btn-light {
  color: #222;
  font-weight: 600;
  margin-top: 20px;
  background: transparent;
  border-color: transparent;
  text-decoration: underline;
}

.banner-v3 .btn.btn-light:hover {
  color: #f4c716;
}

/*--------------------------------------
/*  [ 4.6 bread crumb CSS ]
----------------------------------------*/
/* breadcrumb-section */
.breadcrumb-section {
  margin-bottom: 60px;
  text-align: center;
  background-color: #f6f6f6;
  padding: 80px 0;
}

@media screen and (min-width: 1500px) {
  .breadcrumb-section {
    padding: 105px 0;
  }
}

.breadcrumb-section.bread-crumb-padding {
  padding: 40px 0;
}

.breadcrumb-bg1 {
  background-image: url(../images/bg3-3.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}

.bread-crumb-title {
  font-weight: 700;
  font-size: 2.4286em;
  text-transform: capitalize;
  line-height: 1;
  margin-bottom: 25px;
  color: #222;
}

.breadcrumb-item {
  text-transform: capitalize;
  line-height: 1;
  padding: 0px !important;
}

.breadcrumb-item.active {
  color: #f4c716;
}

@media screen and (max-width: 450px) {
  .breadcrumb-item {
    margin: 5px 0px;
  }
}





.breadcrumb-item a {
  display: inline-block;
  position: relative;
  color: #222 !important;
  line-height: 1;
}

.breadcrumb-item + .breadcrumb-item::before {
  content: "\f3d3";
  color: #707070 !important;
  margin: 0 10px;
  content: "\f3d3";
  font-family: "Ionicons";
  padding: 0px !important;
  position: relative;
  top: 2px;
  font-size: 14px;
}

/* breadcrumb End */
/*--------------------------------------
/*  [ 4.7 brand carousel CSS ]
----------------------------------------*/
.brand-carousel {
  padding-top: 50px;
  padding-bottom: 50px;
}

.brand-carousel-item a {
  display: block;
  text-align: center;
}

.brand-carousel-item img {
  opacity: 0.6;
  -webkit-transition: ease-in-out 0.3s all;
  -o-transition: ease-in-out 0.3s all;
  transition: ease-in-out 0.3s all;
}

.brand-carousel-item:hover img {
  opacity: 1;
}

/*--------------------------------------
/*  [ 4.8 products CSS ]
----------------------------------------*/
.product-tab-nav {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 30px;
}

.product-tab-nav .nav-link {
  color: #9a9a9a;
  font-weight: 600;
  padding: 0px 20px 20px;
  position: relative;
  font-size: 24px;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .product-tab-nav .nav-link {
    font-size: 0px 20px 20px;
  }
}

@media screen and (max-width: 575px) {
  .product-tab-nav .nav-link {
    padding: 0px 10px 10px;
    font-size: 16px;
  }
}

.product-tab-nav .nav-link.active {
  background: transparent;
  color: #222;
}

.product-tab-nav .nav-link.active::after {
  content: "";
  width: 50px;
  height: 2px;
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -25px;
  background: #f4c716;
}

.product-tab-nav .nav-link:hover {
  color: #222;
}

.product-list {
  margin-bottom: 40px; border: 1px solid #f3f3f3; 
}

.product-list:last-child {
  margin-bottom: 0;
}

.product-cardnew {
  position: relative;margin: 10px 0;
  overflow: hidden; border: 1px solid #f3f3f3;
}

.product-cardnew:hover .action {
  right: 20px;
  opacity: 1;
  visibility: visible;
}

.product-cardnew:hover .product-btn {
  opacity: 1;
  top: 0;
}

.product-cardnew .img{width: 40%; height: auto; margin: 0 auto; padding: 0; float: left;}
.product-cardnew .img img{max-width: 100%; height: auto; }

.product-cardnew .product-content{width: 60%; height: auto; margin: 0 auto; padding:30px; float: left;}

.product-cardnew .product-content .title{width:100%; height: auto; margin: 0 auto;}
.product-cardnew .product-content .title ul{margin: 0 auto; padding: 0; width: 100%; height: auto;}
.product-cardnew .product-content .title ul li{margin: 0 auto; padding:2px 0; width: 100%; height: auto; font-size: 14px; line-height: 20px; text-align: left; color: #666;  }
.product-cardnew .product-content .title ul li::before{font-family:'FontAwesome';content:"\f101"; font-size: 14px; line-height: 20px; text-align: left; color: #666;margin-right: 10px; }

.product-cardnew .product-content .more{width:100%; height: auto; margin: 0 auto; padding:15px 0;position: relative;}
.product-cardnew .product-content .more a{ float: left; }


@media screen and (max-width:540px) {
.product-cardnew .img{width: 100%; height: auto; margin: 0 auto; padding: 0; float: left;}
.product-cardnew .product-content{width: 100%; height: auto; margin: 0 auto; padding:30px; float: left;}
}





.product-card {
  position: relative;
  overflow: hidden; border: 1px solid #f3f3f3;
}

.product-card:hover .action {
  right: 20px;
  opacity: 1;
  visibility: visible;
}

.product-card:hover .product-btn {
  opacity: 1;
  top: 0;
}

.product-card:hover .product-price {
  -webkit-transform: translateY(-100px);
      -ms-transform: translateY(-100px);
          transform: translateY(-100px);
}

.product-group {
  position: relative;
  overflow: hidden;
}

.onsale {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  height: 45px;
  width: 45px;
  line-height: 45px;
  position: absolute;
  left: 10px;
  text-align: center;
  top: 10px;
  z-index: 99;
  border-radius: 50%;
}

.product-thumb {
  display: block;
  overflow: hidden;
}

.product-thumb img {
  width: 100%;
  -webkit-transition: 0.3s ease-out 0s;
  -o-transition: 0.3s ease-out 0s;
  transition: 0.3s ease-out 0s;
}

.product-thumb:hover img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

.product-content {
  padding: 15px;
}

.product-title {
  display: block;
  color: #222;
  font-size: 16px;
  line-height: 20px; min-height: 40px;
  margin-bottom: 10px;
}

@media screen and (min-width: 1200px) and (max-width: 1499px) {
  .product-title {
    font-size: 14px;
  }
}

.product-title:hover {
  color: #f4c716;
}

.product-price {
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  -webkit-transition: 0.3s ease-out 0s;
  -o-transition: 0.3s ease-out 0s;
  transition: 0.3s ease-out 0s;
}

.new-price {
  color: #f4c716;
}

.product-btn {
  color: #707070;
  background: transparent;
  border: 0;
  padding: 0;
  text-transform: capitalize;
  font-weight: 400;
  font-size: 14px;
  opacity: 0;
  position: absolute;
  top: 100%;
  z-index: 1;
  left: 0;
  line-height: 1;
  -webkit-transition: 0.3s ease-out 0s;
  -o-transition: 0.3s ease-out 0s;
  transition: 0.3s ease-out 0s;
}

.product-btn:hover {
  color: #f4c716;
}

.product-card-list .onsale {
  left: 25px;
}

.product-thumb-list {
  position: relative;
}

.product-thumb-list img {
  width: 100%;
}

.product-price-list {
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
  margin-top: 25px;
  margin-bottom: 35px;
  -webkit-transition: 0.3s ease-out 0s;
  -o-transition: 0.3s ease-out 0s;
  transition: 0.3s ease-out 0s;
}

.product-content-list {
  padding-top: 20px;
}

.product-content-list p {
  margin-bottom: 35px;
}

.product-category-links {
  margin-bottom: 15px;
}

.product-category-links a {
  color: #707070;
  line-height: 1.3;
  font-size: 0.9286em;
  text-transform: capitalize;
}

.product-category-links a:hover {
  color: #222;
}

/*--------------------------------------
/*  [ 4.9 decoration CSS ]
----------------------------------------*/
.decoration-thumb {
  display: block;
}

.decoration-content {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 1px;
  opacity: 0;
  visibility: hidden;
}

@media screen and (min-width: 1200px) {
  .decoration-content .btn {
    padding: 12px 35px;
  }
}

.decoration-title {
  color: #222;
  font-weight: 400;
  line-height: 1.5;
  margin: 0 0 10px;
  text-transform: capitalize;
  font-size: 2em;
}

.swiper-slide-active .decoration-content {
  opacity: 1;
  visibility: visible;
}

/*--------------------------------------
/*  [ 4.10 categoris CSS ]
----------------------------------------*/
.categries-section {
  background-color: #f3f3f3;
}

.categories {
  position: relative;
}

.categories-title {
  font-weight: 500;
  color: #222;
  position: absolute;
  z-index: 1;
  left: 30px;
  bottom: 30px;
  font-size: 17px;
  text-transform: capitalize;
  margin: 0;
}

/*--------------------------------------
/*  [ 4.11 news letter CSS ]
----------------------------------------*/
.news-letter-sectoin .border-bottom {
  padding-top: 70px;
  padding-bottom: 70px;
}

.news-letter-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .news-letter-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media screen and (min-width: 768px) {
  .news-letter-title {
    margin-right: 40px;
  }
}

@media screen and (max-width: 767px) {
  .news-letter-title {
    text-align: center;
  }
}

.news-letter-title .title {
  font-weight: 500;
  font-size: 22px;
  color: #666;
  line-height: 1;
  margin-bottom: 10px;
}

.social-title {
  font-weight: 500;
  font-size: 18px;
  color: #666;
  line-height: 1;
  margin-bottom: 10px;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .social-title {
    margin-top: 30px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .social-title {
    text-align: right;
  }
}

@media screen and (max-width: 991px) {
  .social-title {
    text-align: center;
  }
}

.news-letter-form {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media screen and (min-width: 1200px) {
  .news-letter-form {
    margin-right: 50px;
  }
}

@media screen and (max-width: 767px) {
  .news-letter-form {
    margin-top: 30px;
  }
}

.news-letter-form .form-control {
  height: 45px;
  background: #fff;
  color: #b1b1b1;
  padding: 10px 120px 10px 20px;
  display: inline-block;
  width: 100%;
  font-size: 14px;
  border: none;
  border-radius: 25px;
}

.news-letter-form .form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.news-letter-form .form-control:focus::-webkit-input-placeholder {
  color: transparent;
}

.news-letter-form .form-control:focus::-moz-placeholder {
  color: transparent;
}

.news-letter-form .form-control:focus:-ms-input-placeholder {
  color: transparent;
}

.news-letter-form .form-control:focus::-ms-input-placeholder {
  color: transparent;
}

.news-letter-form .form-control:focus::placeholder {
  color: transparent;
}

.sign-up-btn {
  position: absolute;
  top: 0;
  right: 0;
  text-transform: capitalize;
  font-weight: 400;
  font-size: 14px;
  color: #fff;
  border: 0;
  padding: 0 20px;
  line-height: 45px;
  height: 45px;
  border-radius: 0 25px 25px 0;
  background: #f4c716;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

/*--------------------------------------
/*  [ 4.12 blogs CSS ]
----------------------------------------*/
.blog-thumb {
  display: block;
  overflow: hidden;
}

.blog-thumb img {
  -webkit-transition: 0.3s ease-out 0s;
  -o-transition: 0.3s ease-out 0s;
  transition: 0.3s ease-out 0s;
}

.blog-thumb:hover img {
  -webkit-transform: scale(1.02);
      -ms-transform: scale(1.02);
          transform: scale(1.02);
}

.blog-content {
  padding-top: 20px;
}

.blog-content p {
  margin-bottom: 10px;
  position: relative;
  text-indent: 40px;
}

.blog-content p::before {
  content: "";
  width: 34px;
  height: 2px;
  background: #dedede;
  position: absolute;
  left: 0;
  top: 12px;
}

.blog-title {
  color: #222;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 5px;
}

.blog-title:hover {
  color: #f4c716;
}

.blog-meta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.readmore {
  font-size: 14px;
  font-weight: 600;
  text-transform: capitalize;
  text-decoration: underline;
  line-height: 1.2;
  color: #222;
}

.readmore:hover {
  color: #f4c716;
}

.posted-by {
  font-size: 12px;
  line-height: 1;
}

.blog-serch-form form {
  position: relative;
}

.blog-serch-form .form-control {
  padding: 0 55px 0 20px;
  color: #9a9a9a;
  font-size: 1em;
  height: 46px;
  line-height: 46px;
  border: 1px solid #e7e7e7;
  border-radius: 0;
}

.blog-serch-form .form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.blog-serch-form .form-control:focus::-webkit-input-placeholder {
  color: transparent;
}

.blog-serch-form .form-control:focus::-moz-placeholder {
  color: transparent;
}

.blog-serch-form .form-control:focus:-ms-input-placeholder {
  color: transparent;
}

.blog-serch-form .form-control:focus::-ms-input-placeholder {
  color: transparent;
}

.blog-serch-form .form-control:focus::placeholder {
  color: transparent;
}

.blog-grid-list {
  margin-bottom: 20px; border:1px solid #e3e3e3; display:block;
}

.post-category {
  position: absolute;
  bottom: 10px;
  left: 10px;
  z-index: 5;
}

.post-category a {
  margin-left: 6px;
  margin-bottom: 6px;
  color: #fff;
  background: #222;
  display: inline-block;
  padding: 5px 10px;
  border-radius: 7px;
}

.post-category a:hover {
  color: #fff;
  background: #f4c716;
}

.blog-card-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.blog-list-thumb {
  position: relative;
}

@media screen and (min-width: 768px) {
  .blog-list-thumb {
    max-width: 28%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 28%;
        -ms-flex: 0 0 28%;
            flex: 0 0 28%;
    margin-right: 25px;
  }
}

@media screen and (min-width: 1200px) {
  .blog-list-thumb {
    max-width: 28%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 28%;
        -ms-flex: 0 0 28%;
            flex: 0 0 28%;
    margin-right: 25px;
  }
}

@media screen and (max-width: 767px) {
  .blog-list-thumb {
    max-width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin-bottom: 25px;
  }
}

.blog-list-thumb a img {
  width: 100%;
}

@media screen and (min-width: 1200px) {
  .only-blog-list .blog-list-thumb {
    max-width: 35%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 35%;
        -ms-flex: 0 0 35%;
            flex: 0 0 35%;
    margin-right: 25px;
  }
}

.blog-list-contet {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1; padding:15px 10px;
}

.blog-list-contet p {
  color: #555;
  line-height: 1.8em;
}

@media screen and (min-width: 768px) {
  .blog-list-contet p {
    margin-bottom: 0;
  }
}

@media screen and (min-width: 1200px) {
  .blog-list-contet p {
    font-size: 15px;line-height:20px;
  }
}

.blog-list-contet .btn {
  margin-top: 20px;
}

.post-meta {
  text-transform: uppercase;
  font-weight: 400;
  color: #707070;
  font-size: 14px;
}

.post-meta a {
  font-weight: 600;
  color: #222;
  font-size: 0.9285em;
}

.post-meta a:hover {
  color: #f4c716;
}

.post-title {
  color: #222;
  font-weight: 600;
  font-size: 16px; line-height:20px;
  margin: 0 0 15px 0;
  text-transform: capitalize;
}

@media screen and (min-width: 1200px) {
  .post-title {
    font-size: 20px;
  }
}

.post-title:hover {
  color: #f4c716;
}

.post-title a {
  color: inherit;
}

.post-title a:hover {
  color: inherit;
}

.blog-grid {
  margin-bottom: 60px;
}

.blog-grid-thumb {
  position: relative;
  margin-bottom: 25px;
}

.blog-grid-thumb > a {
  display: block;
}

.blog-grid-thumb > a img {
  width: 100%;
}

.blog-grid-contet p {
  color: #555;
  line-height:20px;
}

@media screen and (min-width: 768px) {
  .blog-grid-contet p {
    margin-bottom: 0;
  }
}

@media screen and (min-width: 1200px) {
  .blog-grid-contet p {
    font-size: 14px;
  }
}

.blog-grid-contet .btn {
  margin-top: 35px;
}


.tf-space{padding:30px 0}
.flat-our-ex{margin-top:10px;background-position:-3% 93%;background-image:url(../images/mark-our-ex.jpg);background-repeat:no-repeat}
.flat-our-ex .our-ex-content-right{padding:20px;}
.flat-our-ex .our-ex-box{position:relative;border-radius:8px;overflow:hidden;margin-bottom:30px}
.flat-our-ex .our-ex-box img{width:100%;-webkit-transition:all .4s ease;-moz-transition:all .4s ease;-ms-transition:all .4s ease;-o-transition:all .4s ease;transition:all .4s ease}
.flat-our-ex .our-ex-box:hover img{transform:scale(1.1);-webkit-transition:all .4s ease;-moz-transition:all .4s ease;-ms-transition:all .4s ease;-o-transition:all .4s ease;transition:all .4s ease}
.flat-our-ex .our-ex-box.view-all-project .button,.flat-our-ex .our-ex-box .button{border:solid 1px #fff;position:absolute;top:50%;transform:translateY(-50%);left:20%;right:20%;text-align:center}
.flat-our-ex .our-ex-box .button{top:100%;opacity:0}.flat-our-ex .our-ex-box .button:hover{border:solid 1px #fff;}
.flat-our-ex .our-ex-box:hover .overlay-box{opacity:1;background-color:#f4c716}
.flat-our-ex .our-ex-box:hover .button,.flat-our-ex .our-ex-box.view-all-project .button{top:50%;opacity:1}
.flat-our-ex .our-ex-box .button:hover{background-color:#333;border:solid 1px #fff}
.flat-our-ex .overlay-box{position:absolute;left:0;top:0;width:100%;height:100%;opacity:0;-webkit-transition:all .4s ease;-moz-transition:all .4s ease;-ms-transition:all .4s ease;-o-transition:all .4s ease;transition:all .4s ease}


.button{font-size:16px;color:#fff;background-color:#f4c716;border-radius:29px;font-weight:500;line-height:29px;padding:14px 30px;-webkit-transition:all .3s ease;-moz-transition:all .3s ease;-ms-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease}
.button:hover{background-color:#666;color:#fff}

.section-001 {
	padding-top: 30px;
	padding-bottom: 30px;
}


/*==============================================
9. Services
================================================*/
.services-item {
    background-image: url(../images/services_img.jpg);
    background-position: center;
    background-size: cover;
    position: relative;
    border: 1px solid #E1E6EE;
    padding: 45px 25px 40px;
    z-index: 1;
    margin-bottom: 30px;
	transition: .3s ease-in-out;
	-webkit-transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
	-ms-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
}
.services-item::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	z-index: -1;
	transition: .3s ease-in-out;
	-webkit-transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
	-ms-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	opacity: 1;
}
.services-icon {
    color: #f4c716;
    font-size: 50px;
    line-height: 0;
    margin-bottom: 37px;
}
.services-content .title {
	font-size: 22px;
	margin-bottom: 21px;
	transition: .3s ease-in-out;
	-webkit-transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
	-ms-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
}
.services-content .title a {
	transition: none;
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
}
.services-content .title a:hover {
	color: #fff;
}
.services-content p {
	margin-bottom: 23px;
	transition: .3s ease-in-out;
	-webkit-transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
	-ms-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
}
.services-item:hover {
	border-color: #fff;
}
.services-item:hover::before {
	background: #0C1020;
	opacity: .85;
}
.services-item:hover .services-content .title,
.services-item:hover .services-content p {
	color: #fff;
}


.faq-area{margin:0 auto; padding: 40px 0; width: 100%; height: auto;}
.faq-map-area{margin:0 auto; padding: 20px 0; width: 100%; height: auto;}

.main-dark-button a{display:inline-block;font-size:13px;text-transform:uppercase;font-weight:700;color:#fff;background-color:#2c2c2c;border-radius:3px;padding:11px 25px;-webkit-transition:all .3s;transition:all .3s}
.main-dark-button a:hover{background-color:#f4c716;color:#fff}
.border-dark-button a{display:inline-block;font-size:13px;text-transform:uppercase;font-weight:700;color:#2c2c2c;border:2px solid #2c2c2c;background-color:transparent;border-radius:3px;padding:9px 23px;-webkit-transition:all .3s;transition:all .3s}
.border-dark-button a:hover{background-color:#2c2c2c;color:#fff}



.text-cta{text-align:center;border-bottom:1px solid #eee;padding-bottom:100px;padding-top:100px; background: #f3f3f3;}
.text-cta h4{font-size:20px;text-transform:uppercase;font-weight:700}
.text-cta p{margin:40px auto}.text-cta .buttons{display:inline-block}
.text-cta .buttons .main-dark-button{display:inline;margin-left:10px}
.text-cta .buttons .border-dark-button{display:inline;margin-right:10px}

.services{margin:0 auto; padding: 50px 0; width: 100%; height: auto;}
.services .service-item{margin-bottom:30px;background-repeat:no-repeat;padding:60px 30px;text-align:center;border-radius:3px;box-shadow:0 0 15px rgba(0,0,0,0.06)}
.services .service-item .icon{margin-bottom:40px}
.services .service-item h4{font-size:18px;font-weight:700}
.services .first-item{background-image:url(../images/services-bg-01.png);background-position:170% center;-webkit-transition:all .3s;transition:all .3s}
.services .first-item:hover{background-position:160% center}
.services .second-item{background-image:url(../images/services-bg-02.png);background-position:170% center;-webkit-transition:all .3s;transition:all .3s}
.services .second-item:hover{background-position:160% center}
.services .third-item{background-image:url(../images/services-bg-03.png);background-position:170% center;-webkit-transition:all .3s;transition:all .3s}
.services .third-item:hover{background-position:160% center}



/* flat about 2
-------------------------------------------------------------- */
.flat-about-2 {
    margin-top: 24px; padding-bottom: 100px;
    margin-bottom: -8px;
    background-image: url(../images/mark-about.jpg);
    background-repeat: no-repeat;
    background-position: right;
}

.flat-about-2 .about-2-content-left {
    margin-top: 32px;
}

.flat-about-2 .section-title .features-content-left h3 {
    margin-bottom: 21px;font-size: 20px;
}

.flat-about-2 .section-title p {
    margin-bottom: 3px;
}

.flat-about-2 .about-2-content-left .icon-tick,
.flat-service-details .post-inner .icon-tick {
    width           : 34px;
    height          : 34px;
    line-height     : 34px;
    background-color: #fff;
    border-radius   : 50%;
    text-align      : center;
    object-fit      : cover;
    box-shadow      : 0px 7px 12px #77737347;
}

.flat-about-2 .about-2-content-left .about-our-company {
    margin-top   : 13px;
    margin-bottom: -6px;
    display      : -webkit-box;
    display      : -webkit-inline-box;
}

.flat-about-2 .about-2-content-left .icon-tick::after,
.flat-service-details .post-inner .icon-tick::after,
.flat-portfolio-details .icon-tick::after {
    content    : '\f00c';
    font-family: 'FontAwesome';
    color      : var(--primary-color);
    font-size  : 20px;
}

.flat-about-2 .about-2-content-left .content-box {
    padding: 7px 30px 7px 19px;
}

.flat-about-2 .about-2-content-left .content-box h4 {
    font-size    : 20px;
    margin-bottom: 9px;
}

.flat-about-2 .about-2-content-left .about-our-company p {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display           : -webkit-box;
    overflow          : hidden;
    text-overflow     : ellipsis;
    word-break        : break-word;
}

.flat-about-2 .about-2-content-left .button-contact {
    margin-top : 56px;
    margin-left: -6px;
}

.flat-about-2 .about-2-content-right {
    position: relative;
}

.flat-about-2 .about-2-content-right .about-2-post {
    border-radius: 8px 8px 8px 280px;
    overflow     : hidden;
}

.flat-about-2 .about-2-content-right .about-counter-box {
    bottom: 45px;
    left  : -3px;
}

.flat-about-2 .about-2-content-right .mark-about-post {
    position: absolute;
    top     : -25px;
    right   : -29px;
}


.flat-about-2 .about-2-content-right .about-counter-box {
    position           : absolute;
    bottom             : -28px;
    left               : 54px;
    background-color   : #f4c716;
    padding            : 10px 35px;
    border-radius      : 8px;
    background-image   : url(../images/mark-about-counter.png);
    background-repeat  : no-repeat;
    background-position: center left;
    box-shadow         : 0px 5px 17px #fd4a368c;
}


.flat-about-2 .about-2-content-right .about-counter-inner,
.flat-counter .about-counter-inner {
    display    : flex;
    align-items: end;
}

.flat-about-2 .about-2-content-right .about-counter-box .number-counter,
.flat-counter .about-counter-inner .number-counter {
    margin-right: 11px;
}

.flat-about-2 .about-2-content-right .about-counter-box .number-counter span,
.flat-counter .about-counter-inner .number-counter span {
    font-size  : 65px;
    font-weight: 700;
    color      : #fff;
}

.flat-counter .about-counter-inner .number-counter span {
    font-size: 60px;
    color    : var(--primary-color);
}

.flat-about-2 .about-2-content-right .about-counter-box .heading-count h3 {
    font-size  : 20px;
    line-height: 29px; padding-top:25px;
    color      : #fff;
}

.flat-counter .about-counter-inner .heading-count h3 {
    font-size  : 16px;
    line-height: 24px;
}

.mobile{display: block;}
@media screen and (max-width: 760px) { 
	
	.mobile{display:none;}
	
}

/*===============================================================
9.4 FUNGAL HEADING
==============================================================*/
.kobolg-heading .title {
	margin-top: 0;
}
/*.kobolg-heading.style-01*/

.kobolg-heading.style-01{padding: 30px 0;}

.kobolg-heading.style-01 .heading-inner {
	text-align: center;
	overflow: hidden;
}
.kobolg-heading.style-01 .title {
	font-size: 28px;
	position: relative;
	margin-bottom: 15px;
	margin-left: auto;
	margin-right: auto;
	display: table;
}
.kobolg-heading.style-01 .title:before {
	position: absolute;
	content: '';
	width: 40px;
	background-color: #e52e06;
	height: 2px;
	top: 17px;
	right: calc(100% + 10px);
}
.kobolg-heading.style-01 .title:after {
	position: absolute;
	content: '';
	width: 40px;
	background-color: #e52e06;
	height: 2px;
	top: 17px;
	left: calc(100% + 10px);
}
.kobolg-heading.style-01 .subtitle {
	max-width: 490px;
	margin: 0 auto;
}


@media (max-width: 1199px) {
	.kobolg-heading.style-01 .title {
		font-size: 24px;
	}

}
@media (max-width: 767px) {
	.kobolg-heading.style-01 .title {
		font-size: 20px;
	}
	.kobolg-heading.style-01 .title::before,
	.kobolg-heading.style-01 .title::after {
		top: 13px;
		width: 30px;
	}

}


/*--------------------------------------
/*  [ 4.13 blog details CSS ]
----------------------------------------*/
.blog-details-content p {
  line-height: 2.1;
  color: #707070;
}

.blog-details-content p:last-child {
  margin-bottom: 0;
}

.blog-details-thumb {
  margin-bottom: 25px;
}

.blog-details-meta {
  text-transform: uppercase;
  line-height: 1 !important;
  margin-bottom: 15px;
  font-size: 14px;
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .blog-details-meta {
    font-size: 1rem;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .blog-details-meta {
    font-size: 1rem;
  }
}

@media screen and (max-width: 767px) {
  .blog-details-meta {
    font-size: 0.8rem;
  }
}

.blog-details-title {
  font-weight: 500;
  color: #222;
  line-height: 1.142;
  margin-bottom: 15px;
  font-size: 2.4rem;
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .blog-details-title {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 767px) {
  .blog-details-title {
    font-size: 1rem;
  }
}

.blog-details-list P {
  color: #222;
  margin-bottom: 10px;
}

.blog-details-list P:last-child {
  margin-bottom: 0;
}

.blog-details-list I {
  margin-right: 10px;
  display: inline-block;
}

.blog-qutation {
  position: relative;
  margin: 30px 30px 30px 0px;
  padding: 1em 1.5em;
  border-left: 2px solid #f4c716;
  color: #222;
}

.blog-qutation blockquote {
  margin: 0;
  color: #222;
  line-height: 1.777;
  font-size: 18px;
}

@media screen and (max-width: 767px) {
  .blog-qutation blockquote {
    font-size: 15px;
  }
}

@media screen and (max-width: 991px) {
  .blog-details-grid .col {
    min-width: 100%;
  }
}

.blog-details-grid img {
  border-radius: 4px; max-width:100%; height:auto;
}


.blog-details-grid table{ margin:0 auto; padding:10px 0; width: 100%; height: auto;}
.blog-details-grid  table td{ border:1px solid #e3e3e3; text-align: center;}
.blog-details-grid  table td{ border:1px solid #f3f3f3; text-align: center; padding: 5px 0;}
.blog-details-grid table tr:nth-child(odd){background:#f8f7f3;}
.blog-details-grid table tr:nth-child(even){background:#fff;}
.blog-details-grid table tr:nth-child(1){background:#f4c716;color:#000;font-weight: bold;}
.blog-details-grid  table tr:nth-child(1) td{background:#f4c716; color: #000; font-weight: bold;}


.social-tags {
  padding-top: 30px;
  margin-top: 50px;
  margin-bottom: 50px;
  border-top: 1px solid #f4c716;
}

.social-tags p {
  color: #222;
  margin-bottom: 0;
}

.social-tags i {
  margin-right: 10px;
}

.social-links li + li {
  margin-left: 10px;
}

.social-links li.share {
  font-size: 18px;
  color: #222;
}

.social-links li a {
  color: #222;
  font-size: 18px;
}

.social-links li a:hover {
  color: #f4c716;
}

.social-links li a i {
  margin: 0;
}

.blog-comments {
  margin-bottom: 50px;
}

.blog-comment-title {
  color: #222;
  font-weight: 600;
  font-size: 24px;
  text-transform: capitalize;
  margin-bottom: 35px;
}

.authors {
  margin-bottom: -50px;
}

.author-list {
  padding: 15px;
  border-radius: 5px;
  margin-bottom: 50px;
}

.author-list:nth-child(even) {
  background-color: #f9f9f9;
}

@media screen and (min-width: 1500px) {
  .author-list:nth-child(even) {
    margin-left: 130px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1499px) {
  .author-list:nth-child(even) {
    margin-left: 110px;
  }
}

@media screen and (max-width: 575px) {
  .author-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.author-profile {
  margin-right: 30px;
  border-radius: 50%;
}

@media screen and (max-width: 575px) {
  .author-profile {
    margin-bottom: 20px;
  }
}

.author-info {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.author-title {
  color: #222;
  font-weight: 600;
  font-size: 18px;
  text-transform: capitalize;
}

.author-meta {
  color: #f4c716;
  line-height: 1;
  font-size: 14px;
}

.replay {
  text-align: right;
  font-weight: 500;
  font-size: 14px;
  color: #222;
  line-height: 1 !important;
}

.replay a {
  color: #222;
}

.blog-pt-55 {
  padding-top: 50px;
}

/*--------------------------------------
/*  [ 4.14 footer CSS ]
----------------------------------------*/
.footer {
  padding-top: 70px;
}

.footer .title {
  font-weight: 600;
  position: relative;
  color: #666;
  font-size: 20px;
  line-height: 1.5;
  text-transform: capitalize;
  margin-bottom: 30px;
  padding-bottom: 20px;
}

.footer .title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 50px;
  height: 2px;
  background: #f4c716;
}

.footer-widget p {
  margin-bottom: 5px;
}

.footer-widget p a {
  color: inherit;
}

.footer-widget p a:hover {
  color: #f4c716;
}

.footer-brand {
  display: block;
  max-width: 140px;
  margin-bottom: 35px;
}

.need-help {
  display: inline-block;
  font-weight: 600;
  color: #666;
  font-size: 16px;
  line-height: 1;
  text-transform: capitalize;
  margin-bottom: 10px;
}

.menu-foot-container{
  margin-top: 0;
}
.menu-foot-container ul li{
   width: 33%; height: auto; margin: 0; padding:0; float: left; transition: all 0.3s linear;
}

.menu-foot-container ul li ul li{
   width: 100%; height: auto; margin: 0; padding: 0; float: left; transition: all 0.3s linear;
}

.menu-foot-container ul li a{
   font-size:18px;
  line-height: 1.7142;
  text-transform: capitalize;
  color: #000; font-weight: bold;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.menu-foot-container ul li:hover {
  color: #f4c716; transition: all 0.3s linear;
}
.menu-foot-container ul li ul li a{
   font-size: 14px;
  line-height: 1.7142;
  text-transform: capitalize;
  color: #666; font-weight: normal;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.menu-foot-container ul li ul li:hover {
  padding-left: 10px;
  color: #f4c716; transition: all 0.3s linear;
}

.footer-menu-items + .footer-menu-items {
  margin-top: 10px;
}

.footer-menu-link {
  font-size: 14px;
  line-height: 1.7142;
  text-transform: capitalize;
  color: #666;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.footer-menu-link:hover {
  padding-left: 10px;
  color: #f4c716;
}

.footer-payment {
  display: block;
  margin-top: 40px;
}

.copy-right {
  margin-top: 70px;
}

.copy-right .border-top {
  padding-top: 30px;
  padding-bottom: 30px;
}

.copy-right p {
  font-size: 14px;
}

.copy-right p i {
  color: #f4c716;
}

.copy-right p a {
  color: inherit;
}

.copy-right p a:hover {
  color: #f4c716;
}


.featured-area.featured-default-area{padding:30px 0}
@media only screen and (max-width:767px){
	.featured-area.featured-default-area{padding:30px 0}}

@media only screen and (max-width:767px){.featured-area.featured-style1-area{padding:9px 0 0}}

.featured-items{border:1px solid #e3e3e3;padding:34px 0;border-radius:5px}
@media only screen and (max-width:991px){.featured-items{padding:34px 0 3px}}
.featured-item{text-align:center}
@media only screen and (max-width:991px){.featured-item{margin-bottom:30px}}
.featured-item .icon{padding-bottom:20px}
.featured-item .featured-info .title{font-size:15px;line-height:18px;color:#253237;font-weight:700;margin:0}
.featured-item .featured-info p{margin:0;font-size:13px;color:#909396;line-height:18px;font-weight:400}
.featured-item .shape-group .shape-style1{bottom:-2px;position:absolute;right:-4px;z-index:-1}





/*--------------------------------------
/*  [ 4.15 product modal CSS ]
----------------------------------------*/
.product-modal-gallery {
  margin-bottom: 30px;
}

.product-modal-gallery-item {
  text-align: center; border: 1px solid #f3f3f3;
}

.product-modal-gallery-thumbs-item {
  text-align: center;
  padding: 5px;
}

.product-modal-gallery-thumbs-item.swiper-slide-thumb-active a {
  border-color: #f4c716;
}

.product-modal-gallery-thumbs-item a {
  display: block;
  border: 1px solid #f3f3f3;
}

.product-modal-gallery-thumbs-item a:hover {
  border-color: #f4c716;
}

.gallery {
  margin-bottom: 30px;
}

.gallery-item {
  text-align: center;
}

.gallery-thumbs-item {
  text-align: center;
  padding: 5px;
}

.gallery-thumbs-item.swiper-slide-thumb-active a {
  border-color: #f4c716;
}

.gallery-thumbs-item a {
  display: block;
  border: 1px solid transparent;
}

.gallery-thumbs-item a:hover {
  border-color: #f4c716;
}

.modal-product-title {
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 20px;
  color: #222;
  font-size: 22px;
  text-transform: capitalize;
}

.modal-product-title:hover {
  color: #f4c716;
}

.modal-product-title a {
  color: inherit;
}

.modal-product-title a:hover {
  color: inherit;
}

.modal-product-sub-title {
  font-weight: 700;
  font-size: 14px;
  color: #222;
}

.product-description-short {
  padding: 0 0 30px 0;
  margin-bottom: 15px;
  border-bottom: 1px solid #ebebeb;
}

.liebiao{margin: 0 auto; padding: 15px 0; width: 100%; height: auto;}
.liebiao ul{margin: 0 auto; padding: 0; width: 100%; height: auto;}
.liebiao ul li{margin: 0 auto; padding:5px 0; width: 100%; height: auto; font-size: 14px; line-height: 20px; text-align: left; color: #666;  }
.liebiao ul li::before{font-family:'FontAwesome';content:"\f101"; font-size: 14px; line-height: 20px; text-align: left; color: #666;margin-right: 10px; }

.modal-product-des{margin: 0 auto; padding: 0 40px; width: 100%; height: auto;}


.product-variants {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 25px;
}

.product-variants-item + .product-variants-item {
  margin-left: 30px;
}

.product-variants-item ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.product-variants-item .form-control {
  background-color: #fff;
  color: #222;
  border: 1px solid #ebebeb;
  font-size: 14px;
}

.product-variants > .product-variants-item ul li {
  margin-right: 0.625rem;
}

.input-container {
  position: relative;
}

.product-variants > .product-variants-item label {
  margin: 0;
}

.input-color {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 1.25rem;
  width: 1.25rem;
}

.color,
.custom-checkbox input[type="checkbox"] + span.color {
  width: 1.25rem;
  height: 1.25rem;
  display: inline-block;
  margin-top: 10px;
  -webkit-box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(0, 0, 0, 0.05);
  cursor: pointer;
  background-size: contain;
}

.input-color:checked + span,
.input-color:hover + span,
.input-radio:checked + span,
.input-radio:hover + span {
  border: 2px solid #232323;
}

.input-color:checked + span,
.input-radio:checked + span {
  background-color: #434a54;
}

.control-label {
  display: block;
  font-size: 14px;
  font-weight: 400;
  color: #222;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.form-control-select {
  width: auto;
  padding-right: 1.875rem;
  background-color: #fff;
  -moz-appearance: none;
  -webkit-appearance: none;
  border-radius: 0px;
  background: #f1f1f1 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAQAAAD9CzEMAAAAPklEQVR4Ae3TwREAEBQD0V/6do4SXPZg7EsBhsQ8IEmSMOsiuEfg3gL3oXC7wK0bd1G4o8X9F4yIkyQfSrIByQBjp7QuND8AAAAASUVORK5CYII=) no-repeat scroll right 0.5rem center/1.25rem 1.25rem;
  background-color: #f1f1f1;
}

.product-modal-dialog {
  max-width: 64rem;
}

.product-modal-dialog .modal-header {
  border-bottom: 0px;
}

.product-price-wrapp-lg {
  margin-bottom: 30px;
}

.product-regular-price-lg {
  font-weight: 600;
  line-height: 20px;
  color: #222;
  font-size: 22px;
  text-decoration: line-through;
  margin-right: 0.625rem;
}

.product-price-on-sale-lg {
  color: #f4c716;
  font-size: 22px;
  line-height: 1.3;
}

.badge.badge-lg {
  font-weight: 400;
  font-size: 14px;
  line-height: 25px;
  color: #fff;
  margin-left: 0.625rem;
  padding: 0 10px 0 10px;
  background: #222;
  vertical-align: 4px;
  border-radius: 0;
  text-transform: capitalize;
}

.product-add-to-card-item {
  line-height: 30px;
  color: #222;
  font-size: 15px;
  margin-right: 15px;
}

.product-add-to-card-item:hover {
  color: #f4c716;
}

.product-add-to-card-item:hover i {
  -webkit-animation: rotate 2s infinite;
          animation: rotate 2s infinite;
}

.product-add-to-card-item i {
  display: inline-block;
  margin-right: 5px;
  font-size: 15px;
}

.product-social-sharing {
  margin-top: 10px;
}

.product-social-sharing span {
  line-height: 30px;
  font-weight: 600;
  color: #222;
  font-size: 1.2em;
  margin: 0 0 15px;
  text-transform: uppercase;
  display: block;
}

.product-social-sharing ul {
  display: inline-block;
}

.product-social-sharing ul li {
  margin-right: 20px;
  display: inline-block;
}

.product-social-sharing ul li a {
  background: #fff;
  border: 1px solid;
  color: #9a9a9a;
  display: inline-block;
  font-size: 18px;
  height: 40px;
  line-height: 38px;
  text-align: center;
  width: 40px;
  border-radius: 100%;
}

.product-social-sharing ul li a:hover {
  color: #f4c716;
}

.modal.fade {
  display: block !important;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.modal.fade.show {
  display: block !important;
  opacity: 1;
  visibility: visible;
}

.compare-modal-dialog .modal-header {
  border-bottom: 0px;
}

.compare-modal-dialog .modal-body {
  text-align: center;
  padding: 0 44px 44px 44px;
}

.compare-modal-dialog .modal-body p i {
  margin-right: 10px;
  font-size: 20px;
}

.wishlist-modal-dialog .modal-header {
  border-bottom: 0px;
}

.wishlist-modal-dialog .modal-body {
  text-align: center;
  padding: 0 44px 44px 44px;
}

.modal-quantity {
  color: #222;
  font-size: 16px;
  margin-bottom: 0.375rem;
}

#addto-cart-modal .modal-header {
  padding: 15px;
  font-weight: 600;
  line-height: 1;
}

#addto-cart-modal .modal-dialog {
  max-width: 1140px;
}

#addto-cart-modal .modal-title {
  font-weight: 600;
  color: #fff;
  font-size: 1.125rem;
}

#addto-cart-modal .ion-android-done {
  color: #fff;
  font-size: 24px;
}

#addto-cart-modal .product-name {
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 20px;
  color: #222;
}

#addto-cart-modal .btn-close {
  right: 20px;
  color: #fff !important;
  background: none;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  text-shadow: 0 1px 0 #fff;
  padding: 0px;
}

.quntity-list li {
  font-size: 14px;
  font-weight: 600;
  color: #222;
  margin-bottom: 10px;
}

.cart-content .title {
  font-weight: 400;
  color: #222;
}

.cart-content p {
  color: #222;
}

.cart-content p span {
  font-weight: 600;
  color: #222;
}

.cart-content-btn {
  margin-top: 25px;
}

.product-modal-gallery-thumbs .swiper-pagination-bullet {
  margin: 0 5px;
  width: 14px;
  height: 14px;
  border: 2px solid #f4c716;
  background: transparent;
  opacity: 1;
  border-radius: 100%;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.product-modal-gallery-thumbs .swiper-pagination-bullet.swiper-pagination-bullet-active, .product-modal-gallery-thumbs .swiper-pagination-bullet.swiper-pagination-bullet:hover {
  background: #f4c716;
  border-color: #f4c716;
}

.product-modal-gallery-thumbs .swiper-pagination {
  margin-top: 30px;
  position: static;
}

.gallery-thumbs{position: relative; z-index: 50;}

.gallery-thumbs .swiper-button-next,
.gallery-thumbs .swiper-button-prev {

  width: 30px;
  height: 30px;
  line-height: 30px;z-index: 5555555;position: absolute;
  color: #9a9a9a;
  font-size: 20px; 
  text-align: center;
  opacity: 1;
  visibility: visible;
}

.gallery-thumbs .swiper-button-next:hover,
.gallery-thumbs .swiper-button-prev:hover {
  background: #f4c716;
  color: #fff; width: 30px;border: 0;
  height: 30px;
}

.gallery-thumbs .swiper-button-next {
  right: -30px;
}

.gallery-thumbs .swiper-button-prev {
  left: -30px;
}

.gallery-thumbs:hover .swiper-button-next,
.gallery-thumbs:hover .swiper-button-prev {
  opacity: 1;
  visibility: visible;
}

.gallery-thumbs:hover .swiper-button-next {
  right: -30px;
}

.gallery-thumbs:hover .swiper-button-prev {
  left: -30px;
}

.gallery-thumbs .swiper-button-next::after,
.gallery-thumbs .swiper-button-prev::after {
  display: none;
}


@media screen and (max-width:1450px) {

.gallery-thumbs .swiper-button-next {  right: -20px;}
.gallery-thumbs .swiper-button-prev {  left: -20px;}
.gallery-thumbs:hover .swiper-button-next {  right: -20px;}
.gallery-thumbs:hover .swiper-button-prev {  left: -20px;}

}
.modal-header .btn-close,
.btn-close {
  border: 1px solid #e7e7e7;
  display: block;
  width: 30px;
  height: 30px;
  padding: 0px !important;
  margin: 0 !important;
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 2;
  line-height: 28px;
  opacity: 1;
  text-align: center;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border-radius: 3px;
}

.modal-header .btn-close:hover,
.btn-close:hover {
  color: #f4c716;
  border-color: #f4c716;
}

.reviews {
  margin-bottom: 15px;
}

.reviews span {
  color: #f9d738;
}

/*--------------------------------------
/*  [ 4.16 pagination CSS ]
----------------------------------------*/
.page-item {
  margin: 0px 10px;
}

.page-item.active .page-link {
  color: #fff;
  background: #f4c716;
  border-color: #f4c716;
}

.page-link {
  text-align: center;
  width: 35px;
  height: 35px;
  line-height: 1;
  font-weight: 400;
  font-size: 14px;
  color: #222;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #f6f6f6;
  border-color: #f6f6f6;
  border-radius: 50% !important;
}

.page-link:focus {
  background-color: transparent;
}

.page-link:hover {
  color: #fff;
  background-color: #f4c716;
  border-color: #f4c716;
}

/*--------------------------------------
/*  [ 4.17 shop CSS ]
----------------------------------------*/
/*------------------*
# Shop Pages
*------------------*/

.shop-page-layout h1.title{ margin:0 auto; padding:0; width:100%; height:auto; font-size:26px; padding-bottom:15px; color:#000; font-family:inherit; font-weight:bold;text-align:center;}

.shop-page-layout .tiao{ margin:0 auto; padding:0; width:50px; height:4px; background: #b4b4b4;}
.shop-page-layout .titletiao{ margin:0 auto; padding:15px 0; width:100%; height:auto; font-size:14px; color:#888;font-family:inherit; font-weight:normal;text-align:center;}
.shop-page-layout .promm{ margin:0 auto; padding:30px 0; width: 100%; height: auto;}
.shop-page-layout .promm ul{ margin:0 auto; padding:0; width: 100%; height: auto;}
.shop-page-layout .promm ul li{ margin:0 auto; padding:1%; width: 22.5%; height: auto; margin: 1%; float: left; border: 1px solid #e3e3e3; background: #fff; display: block; transition: 0.3s ease-out 0s;}

.shop-page-layout .promm ul li a{ margin:0 auto; padding:0; width: 100%; height: auto; }
.shop-page-layout .promm ul li img{max-width: 100%; height: auto;}

.shop-page-layout .promm ul li a .title1{ margin:0 auto; padding:0; width: 100%; height: auto; font-size: 14px; color: #f4c716; line-height: 25px; text-align: center;}
.shop-page-layout .promm ul li a:hover .title1{color: #000;}

.shop-page-layout .promm ul li a .title2{ margin:0 auto; padding:0; width: 100%; height: auto; font-size: 12px; color: #666;font-weight: normal;line-height: 18px; text-align: center;}


.shop-page-layout .promm ul li:hover{ background: #f3f3f3;  transition: 0.3s ease-out 0s;}


@media only screen and (max-width:1024px) {
.shop-page-layout .promm ul li{ margin:0 auto; padding:1%; width: 31%; height: auto; margin: 1%; float: left; border: 1px solid #e3e3e3; background: #fff; display: block;}

}

@media only screen and (max-width:767px) {
.shop-page-layout .promm ul li{ margin:0 auto; padding:1%; width: 48%; height: auto; margin: 1%; float: left; border: 1px solid #e3e3e3; background: #fff; display: block;}
	.shop-page-layout .promm ul li:nth-child(2n+1){clear: both;}
	.shop-page-layout .promm ul li a .title1{ margin:0 auto; padding:0; width: 100%; height: auto; font-size: 14px; color: #f4c716; line-height: 20px; text-align: center;}
}
@media only screen and (max-width:420px) {
.shop-page-layout .promm ul li a .title1{ margin:0 auto; padding:5px 0; width: 100%; height: auto; font-size: 12px; color: #f4c716; line-height: 16px; text-align: center;}
}


.shop-page-layout .promm1{ margin:0 auto; padding:30px 0; width: 100%; height: auto;}
.shop-page-layout .promm1 ul{ margin:0 auto; padding:0; width: 100%; height: auto;}
.shop-page-layout .promm1 ul li{ margin:0 auto; padding:1%; width: 31%; height: auto; margin: 1%; float: left; border: 1px solid #e3e3e3; background: #fff; display: block; transition: 0.3s ease-out 0s;}

.shop-page-layout .promm1 ul li a{ margin:0 auto; padding:0; width: 100%; height: auto; }
.shop-page-layout .promm1 ul li img{max-width: 100%; height: auto;}

.shop-page-layout .promm1 ul li a .title1{ margin:0 auto; padding:0; width: 100%; height: auto; font-size: 14px; color: #f4c716; line-height: 25px; text-align: center;}
.shop-page-layout .promm1 ul li a:hover .title1{color: #000;}

.shop-page-layout .promm1 ul li a .title2{ margin:0 auto; padding:0; width: 100%; height: auto; font-size: 12px; color: #666;font-weight: normal;line-height: 18px; text-align: center;}


.shop-page-layout .promm1 ul li:hover{ background: #f3f3f3;  transition: 0.3s ease-out 0s;}


@media only screen and (max-width:1024px) {
.shop-page-layout .promm1 ul li{ margin:0 auto; padding:1%; width: 31%; height: auto; margin: 1%; float: left; border: 1px solid #e3e3e3; background: #fff; display: block;}

}

@media only screen and (max-width:767px) {
.shop-page-layout .promm1 ul li{ margin:0 auto; padding:1%; width: 48%; height: auto; margin: 1%; float: left; border: 1px solid #e3e3e3; background: #fff; display: block;}
	.shop-page-layout .promm1 ul li:nth-child(2n+1){clear: both;}
	.shop-page-layout .promm1 ul li a .title1{ margin:0 auto; padding:0; width: 100%; height: auto; font-size: 14px; color: #f4c716; line-height: 20px; text-align: center;}
}
@media only screen and (max-width:420px) {
.shop-page-layout .promm1 ul li a .title1{ margin:0 auto; padding:5px 0; width: 100%; height: auto; font-size: 12px; color: #f4c716; line-height: 16px; text-align: center;}
}




.tab-content .tab-pane.active .grid-view .product-card {
  -webkit-animation: zoomIn 0.5s ease;
          animation: zoomIn 0.5s ease;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
}

.tab-content .tab-pane.active .grid-view-list .col-12 {
  -webkit-animation: fadeInRight 0.5s ease;
          animation: fadeInRight 0.5s ease;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
}

@media screen and (min-width: 1200px) {
  .grid-view-five-column .col-xl-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%;
  }
}

.grid-view-list .product-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 575px) {
  .grid-view-list .product-card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media screen and (max-width: 575px) {
  .grid-view-list .product-card .product-thumb-nail {
    text-align: center;
  }
}

@media screen and (min-width: 576px) and (max-width: 767px) {
  .grid-view-list .product-card .product-thumb-nail {
    max-width: 200px;
    -webkit-box-flex: 200px;
    -webkit-flex: 200px;
        -ms-flex: 200px;
            flex: 200px;
  }
}

@media screen and (max-width: 575px) {
  .grid-view-list .product-card .product-thumb-nail .product-image-hover-style {
    display: block;
    right: 0;
    margin: 0 auto;
  }
}

.grid-view-list .product-card .product-cart-btn-wrap {
  display: inline-block;
  position: static;
  -webkit-transform: translate(0, 0px);
      -ms-transform: translate(0, 0px);
          transform: translate(0, 0px);
  opacity: 1;
}

.grid-view-list .product-card .product-cart-btn-wrap .add-to-cart-btn {
  padding: 15px 25px;
}

.grid-view-list .product-card p {
  margin: 30px 0px;
}

.grid-view-list .product-card::after {
  display: none;
}

.grid-view-list .product-card .product-content {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.nav-tabs {
  border-bottom: 0px;
}

.shop-grid-nav .nav .nav-item {
  line-height: 1;
}

.shop-grid-nav .nav .nav-item + .nav-item {
  margin-left: 15px;
}

.shop-grid-nav .nav .nav-item .nav-link {
  overflow: hidden;
  display: block;
  height: 45px;
  width: 45px;
  background: url("../images/logo/grid-list.png") no-repeat;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  border-radius: 100%;
}

.shop-grid-nav .nav .nav-item .nav-link.grid {
  background-position: 0 0;
}

.shop-grid-nav .nav .nav-item .nav-link.grid:hover, .shop-grid-nav .nav .nav-item .nav-link.grid.active {
  background-color: #f4c716;
  background-position: 0 100%;
}

.shop-grid-nav .nav .nav-item .nav-link.list {
  background-position: 100% 0;
}

.shop-grid-nav .nav .nav-item .nav-link.list:hover, .shop-grid-nav .nav .nav-item .nav-link.list.active {
  background-color: #f4c716;
  background-position: 100% 100%;
}

.total-products {
  margin-left: 50px;
  line-height: 20px;
  padding: 5px;
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .total-products {
    margin-left: 30px;
  }
}

@media screen and (max-width: 991px) {
  .total-products {
    margin-left: 20px;
  }
}

.shop-grid-nav .nav .nav-link {
  color: #a5a8a9;
  padding: 0;
  text-align: center;
  background: #fff;
  font-size: 30px;
  line-height: 1;
  border: 0px;
  border-radius: 4px;
}

.shop-grid-nav .nav .nav-link.active,
.shop-grid-nav .nav .nav-link:hover {
  color: #45ab49;
}

.shop-grid-button select {
  cursor: pointer;
  border: 0;
  width: auto;
  padding: 2px 30px 2px 15px;
  line-height: 24px;
  font-size: 14px;
  color: #707070;
}

.shop-grid-button select:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.product-option {
  position: relative;
}

.product-option select {
  border: 1px solid #ebebeb;
  padding: 2px 15px;
  line-height: 24px;
  font-size: 14px;
  color: #707070;
  text-align: left;
  text-transform: uppercase;
  width: 70px;
  height: 40px;
}

.product-option select:focus {
  border-color: #e5e5e5;
}

.shop-grid-menu {
  background: #fff;
  width: calc(100% - 145px);
  border: 1px solid #ebebeb;
}

.shop-grid-menu .dropdown-item {
  line-height: 24px;
  font-size: 14px;
  padding: 3px 15px;
  color: #222;
}

.shop-grid-menu .dropdown-item:hover {
  background: #f9d738;
  color: #fff;
}

.sort-by {
  min-width: 70px;
  line-height: 20px;
  padding: 5px;
  margin-left: 50px;
}

@media screen and (max-width: 991px) {
  .sort-by {
    margin-left: 0px;
  }
}

@media screen and (min-width: 1200px) {
  .shop-grid-5 .col-xl-2 {
    width: 20%;
  }
}

.Showing {
  color: #222;
}

/*------------------*
    # Shop Pages End
    *------------------*/
/*--------------------------------------
/*  [ 4.18 single produt tab CSS ]
----------------------------------------*/
.media {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.media .thumb {
  margin-right: 20px;
}

.media::after {
  content: "";
  position: absolute;
  right: -5px;
  height: 85%;
  width: 1px;
  background: #f1f1f1;
  top: 15px;
}

.media.media-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.media.media-2 span {
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
  font-size: 32px;
  line-height: 32px;
  color: #fff;
  display: inline-block;
  margin-right: 20px;
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .media.media-2 span {
    font-size: 24px;
  }
}

.media.media-2::after {
  display: none;
}

.media.media-2 .title {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 0;
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .media.media-2 .title {
    font-size: 13px;
  }
}

.media.media-2 p {
  font-size: 14px;
  color: #fff;
  font-weight: normal;
}

.media-body {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}


.single-product-tab{margin: 0 auto;padding: 0; width: 100%; height: auto; background: #f4c716;}



.single-product-tab .nav-item {
  margin: 0 10px;
}

@media screen and (max-width: 767px) {
  .single-product-tab .nav-item {
    margin: 0 10px;
  }
}

@media screen and (max-width: 575px) {
  .single-product-tab .nav-item {
    margin: 0 2px;
  }
}

.single-product-tab .nav-item .nav-link {
  line-height: 1.388;
  font-weight: 600;
  color: #000;
  padding: 10px 15px;
  font-size: 18px; line-height: 30px;
  border: 0;
}

@media screen and (max-width: 767px) {
  .single-product-tab .nav-item .nav-link {
    padding: 5px;
    font-size: 15px;
  }
}

@media screen and (max-width: 575px) {
  .single-product-tab .nav-item .nav-link {
    padding: 5px;
    font-size: 14px;
  }
}

.single-product-tab .nav-item .nav-link.active {
  background-color: #333;
  color: #fff;
}

.single-product-tab .nav-item .nav-link:hover {
  background-color: #333;
  color: #fff;
}

/************************
    single-product start
  ************************/
.single-product-head .title {
  font-size: 30px;
}

.single-product-head .star-content .star-on {
  margin: 0 1px 0 0;
  color: #f9d738;
  font-size: 18px;
}

.single-product-head .star-content a {
  font-size: 15px;
}

.single-product-head .star-content a span {
  margin-right: 6px;
}

.single-product-desc {
  background: #fff;
  padding: 30px;
  border: 1px solid #ebebeb;
}

.single-product-desc ul {
  font-size: 15px;
  line-height: 24px;
  text-align: left;
}


.single-product-desc table{ margin:0 auto; padding:10px 0; width: 100%; height: auto;}
.single-product-desc  table td{ border:1px solid #e3e3e3; text-align: center;}

.single-product-desc  table td{ border:1px solid #f3f3f3; text-align: center; padding: 5px 0;}
.single-product-desc table tr:nth-child(odd){background:#f8f7f3;}
.single-product-desc table tr:nth-child(even){background:#fff;}
.single-product-desc table tr:nth-child(1){background:#f4c716;color:#000;font-weight: bold;}
.single-product-desc  table tr:nth-child(1) td{background:#f4c716; color: #000; font-weight: bold;}



@media screen and (max-width: 540px) {
.single-product-desc  table td{ font-size: 12px; font-weight: normal;line-height: 16px;}

}



.studio-thumb img {
  border: 1px solid #ebebeb;
}

.studio-thumb h3 {
  text-transform: capitalize;
  color: #222;
  line-height: 24px;
  font-size: 0.9375rem;
  margin-top: 1.25rem;
  margin-bottom: 0.5rem;
}

.studio-thumb h6 {
  font-size: 1rem;
  color: #222;
}

.studio-thumb h6 small {
  font-size: 14px;
  color: #707070;
}

.product-features ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.product-features ul li {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 40%;
      -ms-flex: 1 0 40%;
          flex: 1 0 40%;
  padding: 0.625rem;
  margin-right: 0.625rem;
  min-height: 2.5rem;
  word-break: normal;
  text-transform: capitalize;
  margin-bottom: 0.5rem;
}

.grade-content .grade {
  text-transform: capitalize;
  font-size: 14px;
  margin-right: 10px;
}

.grade-content .star-on {
  color: #f9d738;
  font-size: 18px;
}

.grade-content .title {
  text-transform: capitalize;
  font-size: 14px;
  margin-top: 20px;
  margin-bottom: 10px;
}

.grade-content .sub-title {
  color: #222;
  margin-bottom: 10px;
  line-height: 18px;
  font-size: 14px;
  padding-top: 9px;
  margin-bottom: 10px;
}

.grade-content p {
  line-height: 18px;
  font-size: 14px;
}

.group-img img {
  max-width: 80px;
  margin-right: 15px;
}

.product-grouped .title {
  margin-bottom: 0.8rem;
  color: #222;
  font-size: 15px;
  text-transform: capitalize;
}

.product-grouped span {
  font-size: 14px;
  color: #707070;
  line-height: 1;
}

.product-anotherinfo-wrapper ul li {
  color: #888;
  font-size: 14px;
  list-style: outside none none;
  margin: 0 0 13px;
}

.product-anotherinfo-wrapper ul li span {
  color: #222;
  display: inline-block;
  font-weight: 500;
  margin: 0 26px 0 0;
  min-width: 85px;
}

.single-review .review-top-wrap .review-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.single-review .review-top-wrap .review-left .review-name {
  margin-right: 25px;
}

.single-review .review-top-wrap .review-left .review-name h4 {
  font-size: 16px;
  font-weight: 600;
}

.single-review .review-top-wrap .review-left .rating-product {
  line-height: 1;
}

.rating-product {
  margin-bottom: 6px;
}

.rating-product i {
  overflow: hidden;
  font-size: 16px;
  color: #fdd835;
}

.single-review .review-top-wrap .review-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.review-left a {
  color: #565656;
  margin-left: auto;
}

.single-review .review-bottom p {
  margin: 0;
  max-width: 93%;
}

.ratting-form-wrapper .ratting-form form .star-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin: 6px 0 20px;
}

.ratting-form-wrapper h3 {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
}

.ratting-form-wrapper .ratting-form form .star-box span {
  margin: 0 15px 0 0;
}

.rating-form-style {
  margin-bottom: 10px;
}

.ratting-form-wrapper .ratting-form form .rating-form-style input,
.ratting-form-wrapper .ratting-form form .rating-form-style textarea {
  padding: 2px 10px 2px 20px;
  background: transparent;
  border: 1px solid #e6e6e6;
  color: #333;
}

.rating-form-style input {
  height: 45px;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding-left: 10px;
  font-size: 14px;
  color: #253237;
  width: 100%;
  margin-bottom: 15px;
  outline: none;
}

.rating-form-style {
  margin-bottom: 10px;
}

.ratting-form-wrapper .ratting-form form .rating-form-style textarea {
  height: 180px;
  padding: 20px 10px 2px 20px;
  margin-bottom: 20px;
  width: 100%;
  outline: none;
}

.rating-form-style input[type="submit"] {
  padding: 0 55px !important;
  line-height: 48px;
  height: 48px;
  width: auto;
  font-size: 15px;
  font-weight: 600;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-transform: uppercase;
  background: #222 !important;
  color: #fff !important;
  -webkit-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}

.rating-form-style input[type="submit"]:hover {
  background: #f9d738 !important;
}



.proform7{ margin:0 auto; padding: 0; width: 100%; height: auto;display: block;}

.proform7 h3{ margin:0 auto; padding: 0; width: 100%; height: auto; text-align: left; color: #000; line-height: 40px; font-weight: bold; font-size: 36px;}
.proform7 span{ margin:0 auto; padding: 0; width: 100%; height: auto; text-align: left; color: #666; line-height: 20px; font-weight: normal; font-size: 16px;}

.proform7 form p{ margin:0 auto; padding:10px 0; width:49%; height: auto; float: left; color: #666;}
.proform7 form p span{ margin:0 auto; padding: 0; width:100%;  height: auto;}
.proform7 form p label{ margin:0 auto; padding: 0; width:100%;  height: auto;}

.proform7 form p input{ margin:0 auto; padding: 0; width: 100%; margin-right: 1%; height: 40px; color: #666; background: #f3f3f3; border: 0; }


.proform7 form p:nth-child(3){ margin:0 auto;padding:10px 0;padding:10px 0; width:49%; height: auto; float: right;}
.proform7 form p:nth-child(5){ margin:0 auto; padding:10px 0; width:49%; height: auto; float: right;}
.proform7 form p:nth-child(6){ margin:0 auto; padding:10px 0; width:100%; height: auto; float: left;}
.proform7 form p:nth-child(7){ margin:0 auto; padding:10px 0; width:100%; height: auto; float: left;}
.proform7 form p textarea{ margin:0 auto; padding:10px 0; width: 100%; height: 100px;background: #f3f3f3; border: 0; }

.proform7 form p input.wpcf7-submit{  background-color: #f4c716;
    border: 0;
  box-sizing: border-box;
  color: #eee;
  cursor: pointer;
  font-size: 18px; color: #000;
  height: 58px;
  // outline: 0;
  text-align: center;
  width: 100%;}

.proform7 form p input.wpcf7-submit:hover{ background-color: #439c1e;}

/************************
    single-product End
  ************************/
.review-name h4 {
  font-size: 18px;
  margin-bottom: 15px;
}

.single-form input,
.single-form textarea {
  padding: 2px 10px 2px 20px;
  background: transparent;
  border: 1px solid #e6e6e6;
  color: #333;
}

.single-form input {
  height: 45px;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding-left: 10px;
  font-size: 14px;
  color: #222;
  width: 100%;
  margin-bottom: 15px;
  outline: none;
}

.single-form textarea {
  height: 180px;
  padding: 20px 10px 2px 20px;
  margin-bottom: 20px;
  width: 100%;
  outline: none;
}

.single-form input[type="submit"]:hover {
  background: #222 !important;
  color: #fff !important;
}

.single-blog .blog-post-content-inner {
  padding: 30px 0 0;
}

.comment-area .single-review.child-review {
  margin-bottom: 70px;
}

.single-review .review-img {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 90px;
  -webkit-flex: 0 0 90px;
          flex: 0 0 90px;
  margin: 0 15px 0 0;
}

.single-review {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin: 0 0 50px;
}

@media screen and (max-width: 767px) {
  .single-review {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.single-review .review-img {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 90px;
  -webkit-flex: 0 0 90px;
          flex: 0 0 90px;
  margin: 0 15px 0 0;
}

@media screen and (max-width: 767px) {
  .single-review .review-img {
    margin-bottom: 30px;
  }
}

.single-review img {
  max-width: 120px;
}

.single-form label {
  margin-bottom: 15px;
}

/*--------------------------------------
/*  [ 4.19 checkout CSS ]
----------------------------------------*/
/*------------------*
# Check out Page
*------------------*/
.billing-info-wrap .billing-info input,
.billing-info-wrap .billing-select input {
  background: transparent none repeat scroll 0 0;
  border: 1px solid #e6e6e6;
  color: #666;
  font-size: 14px;
  padding-left: 20px;
  padding-right: 10px;
  width: 100%;
  outline: none;
  height: 45px;
}

.billing-info-wrap .checkout-account-toggle input {
  background: transparent none repeat scroll 0 0;
  border: 1px solid #e6e6e6;
  color: #666;
  font-size: 14px;
  padding-left: 20px;
  padding-right: 10px;
  margin: 0 0 20px;
  width: 100%;
  height: 45px;
  outline: none;
}

.billing-info-wrap .additional-info-wrap .additional-info textarea {
  background: transparent none repeat scroll 0 0;
  border: 1px solid #e6e6e6;
  color: #333;
  font-size: 14px;
  height: 138px;
  padding: 17px 20px;
  width: 100%;
  outline: none;
}

.billing-info-wrap .title {
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 30px;
  color: #222;
  font-size: 24px;
}

.your-order-area .title {
  font-weight: 600;
  font-size: 24px;
  text-transform: capitalize;
  margin-bottom: 30px;
  color: #222;
}

.billing-info {
  margin-bottom: 20px;
}

.billing-info label {
  color: #222;
  font-size: 14px;
  margin-bottom: 10px;
}

.form-label {
  color: #222;
}

.form-select {
  height: 45px;
  border-radius: 0px;
  outline: 0;
  color: #565656;
}

.form-select:focus {
  border-color: #e6e6e6;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.open-toggle,
.open-toggle2 {
  display: none;
}

.your-order-area .your-order-wrap {
  padding: 38px 45px 44px;
  background: #f6f6f6;
}

.your-order-area .your-order-wrap .your-order-product-info .your-order-top ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
}

.your-order-area .your-order-wrap .your-order-product-info .your-order-middle {
  border-bottom: 1px solid #dee0e4;
  border-top: 1px solid #dee0e4;
  margin: 29px 0;
  padding: 19px 0 18px;
}

.your-order-area
.your-order-wrap
.your-order-product-info
.your-order-bottom
ul
li.your-order-shipping {
  font-size: 15px;
  color: #222;
  font-weight: 500;
}

.your-order-area
.your-order-wrap
.your-order-product-info
.your-order-middle
ul
li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  margin: 0 0 10px;
}

.your-order-area
.your-order-wrap
.your-order-product-info
.your-order-bottom
ul {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
}

.your-order-area
.your-order-wrap
.your-order-product-info
.your-order-total
ul {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
}

.billing-info-wrap .billing-info input,
.billing-info-wrap .billing-select input {
  background: transparent none repeat scroll 0 0;
  border: 1px solid #e6e6e6;
  color: #666;
  font-size: 14px;
  padding-left: 20px;
  padding-right: 10px;
  width: 100%;
  outline: none;
  height: 45px;
}

.billing-info-wrap .nice-select {
  width: 100%;
  margin-bottom: 20px;
}

.billing-info-wrap .nice-select .list {
  width: 100%;
}

.billing-info-wrap .nice-select:active,
.billing-info-wrap .nice-select.open,
.billing-info-wrap .nice-select:focus {
  border-color: #ebebeb;
}

.billing-info-wrap .billing-info input.billing-address,
.billing-info-wrap .billing-select input.billing-address {
  margin-bottom: 10px;
}

.billing-info-wrap .checkout-account label {
  color: #666;
  font-weight: 400;
  margin: 0 0 0 12px;
}

.billing-info-wrap .checkout-account input {
  border: 1px solid #e6e6e6;
  display: inline-block;
  float: left;
  height: 12px;
  width: 12px;
  margin-top: 7px;
  cursor: pointer;
}

.billing-info-wrap .checkout-account-toggle input {
  background: transparent none repeat scroll 0 0;
  border: 1px solid #e6e6e6;
  color: #666;
  font-size: 14px;
  padding-left: 20px;
  padding-right: 10px;
  margin: 0 0 20px;
  width: 100%;
  height: 45px;
  outline: none;
}

.billing-info-wrap .additional-info-wrap h4 {
  font-size: 16px;
  color: #222;
  margin: 0 0 10px;
  font-weight: 500;
}

.billing-info-wrap .additional-info-wrap .additional-info textarea {
  background: transparent none repeat scroll 0 0;
  border: 1px solid #e6e6e6;
  color: #333;
  font-size: 14px;
  height: 138px;
  padding: 17px 20px;
  width: 100%;
  outline: none;
}

.additional-info-wrap {
  margin: 30px 0;
}

.your-order-area .your-order-wrap {
  padding: 38px 45px 44px;
  background: #f6f6f6;
}

@media screen and (max-width: 767px) {
  .your-order-area .your-order-wrap {
    padding: 15px;
  }
}

.your-order-area .your-order-wrap .your-order-product-info .your-order-top ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
}

.your-order-area
.your-order-wrap
.your-order-product-info
.your-order-top
ul
li {
  font-weight: 600;
  color: #222;
  font-size: 16px;
}

.your-order-area .your-order-wrap .your-order-product-info .your-order-middle {
  border-bottom: 1px solid #dee0e4;
  border-top: 1px solid #dee0e4;
  margin: 29px 0;
  padding: 19px 0 18px;
}

.your-order-area
.your-order-wrap
.your-order-product-info
.your-order-middle
ul
li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  margin: 0 0 10px;
}

.your-order-area
.your-order-wrap
.your-order-product-info
.your-order-bottom
ul {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
}

.your-order-area
.your-order-wrap
.your-order-product-info
.your-order-bottom
ul
li.your-order-shipping {
  font-size: 16px;
  color: #222;
  font-weight: 600;
}

.your-order-area .your-order-wrap .your-order-product-info .your-order-total {
  border-bottom: 1px solid #dee0e4;
  border-top: 1px solid #dee0e4;
  margin: 18px 0 33px;
  padding: 17px 0 19px;
}

.your-order-area
.your-order-wrap
.your-order-product-info
.your-order-total
ul {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
}

.your-order-area
.your-order-wrap
.your-order-product-info
.your-order-total
ul
li.order-total {
  font-weight: 600;
  color: #222;
  font-size: 16px;
}

.your-order-area
.your-order-wrap
.your-order-product-info
.your-order-total
ul
li {
  font-weight: 600;
  color: #f4c716;
  font-size: 16px;
  list-style: outside none none;
}

.your-order-area .payment-accordion:last-child {
  margin: 0 0 0;
}

.your-order-area .payment-accordion {
  margin: 0 0 16px;
}

.your-order-area .payment-accordion {
  margin: 0 0 16px;
}

.your-order-area .payment-accordion h4 a {
  color: #222;
  font-size: 16px;
  margin: 0;
  font-weight: 500;
}

.your-order-area .payment-accordion .panel-body {
  padding: 5px 0 0 0;
}

.your-order-area .payment-accordion .panel-body p {
  padding: 0 0 0 10px;
}

.Place-order {
  margin-top: 25px;
}

.open-toggle,
.open-toggle2 {
  display: none;
}

.single-my-account h3.panel-title {
  background-color: #f9f9f9;
  border-bottom: 1px solid #ebebeb;
  color: #222;
  font-size: 14px;
  font-weight: 700;
  margin: 0;
  position: relative;
  text-transform: uppercase;
  line-height: 2;
}

.single-my-account h3.panel-title span {
  color: #222;
  font-size: 14px;
  left: 20px;
  position: absolute;
  top: 16px;
}

.single-my-account h3.panel-title a {
  color: #222;
  display: block;
  padding: 16px 55px;
  position: relative;
}

.single-my-account h3.panel-title a:hover {
  color: #f4c716;
}

.single-my-account h3.panel-title a:hover::before {
  color: #f4c716;
}

.single-my-account h3.panel-title a::before {
  color: #000;
  content: "\f3d0";
  display: inline-block;
  font-family: "Ionicons";
  font-size: 14px;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -14px;
}

.single-my-account .myaccount-info-wrapper {
  padding: 30px 20px;
  background-color: #fff;
}

.single-my-account .myaccount-info-wrapper .account-info-wrapper {
  border-bottom: 1px solid #eaeaea;
  margin-bottom: 28px;
  padding-bottom: 30px;
}

.single-my-account .myaccount-info-wrapper .account-info-wrapper h4 {
  font-size: 14px;
  margin: 0;
  text-transform: uppercase;
  color: #222;
  font-weight: 700;
}

.single-my-account .myaccount-info-wrapper .account-info-wrapper h5 {
  font-size: 14px;
  letter-spacing: 0.2px;
  margin-top: 7px;
  font-weight: 600;
  color: #222;
}

.single-my-account .myaccount-info-wrapper .billing-info {
  margin-bottom: 20px;
}

.single-my-account .myaccount-info-wrapper .billing-info label {
  color: #666;
  font-size: 14px;
  text-transform: capitalize;
}

.single-my-account .myaccount-info-wrapper .billing-info input {
  background: transparent none repeat scroll 0 0;
  border: 1px solid #ebebeb;
  color: #666;
  height: 40px;
  padding: 0 15px;
  width: 100%;
  outline: none;
}

.single-my-account .myaccount-info-wrapper .billing-back-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  margin-top: 26px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
          align-items: center;
}

.single-my-account .myaccount-info-wrapper .billing-back-btn .billing-back a {
  color: #222;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}

.single-my-account
.myaccount-info-wrapper
.billing-back-btn
.billing-back
a:hover {
  color: #f4c716;
}

.single-my-account .myaccount-info-wrapper .billing-back-btn .billing-back a i {
  font-size: 15px;
  color: #f4c716;
}

.single-my-account .myaccount-info-wrapper .entries-wrapper .entries-info {
  padding: 30px 20px;
}

.single-my-account .myaccount-info-wrapper .entries-wrapper .entries-info p {
  color: #666;
  font-size: 14px;
  margin: 0;
  text-transform: capitalize;
}

.single-my-account
.myaccount-info-wrapper
.entries-wrapper
.entries-edit-delete
a.edit {
  background-color: #0090f0;
  font-weight: 700;
}

.single-my-account
.myaccount-info-wrapper
.entries-wrapper
.entries-edit-delete
a.edit:hover {
  background-color: #f4c716;
}

.single-my-account
.myaccount-info-wrapper
.entries-wrapper
.entries-edit-delete
a:hover {
  background-color: #f4c716;
}

.single-my-account
.myaccount-info-wrapper
.entries-wrapper
.entries-edit-delete
a {
  background-color: #f32013;
  color: #fff;
  display: inline-block;
  line-height: 1;
  margin: 0 2px;
  padding: 12px 15px;
  text-transform: uppercase;
  font-weight: 700;
}

.single-my-account {
  margin-bottom: 20px;
  border: 1px solid #ebebeb;
}

.single-my-account:last-child {
  margin: 0;
}

.single-my-account .myaccount-info-wrapper .entries-wrapper {
  border: 1px solid #eaeaea;
  position: relative;
}

.single-my-account .myaccount-info-wrapper .entries-wrapper::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 1px;
  left: 50%;
  top: 0;
  background-color: #eaeaea;
}

.login-register-wrapper .login-register-tab-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  margin-bottom: 40px;
}

.login-register-wrapper .login-register-tab-list a {
  position: relative;
}

.login-register-wrapper .login-register-tab-list a:last-child:before {
  display: none;
}

.login-register-wrapper .login-register-tab-list a::before {
  background-color: #000;
  bottom: 5px;
  content: "";
  height: 18px;
  margin: 0 auto;
  position: absolute;
  right: -2px;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  width: 1px;
}

.login-register-wrapper .login-register-tab-list a.active h4 {
  color: #f4c716;
}

.login-register-wrapper .login-register-tab-list a h4 {
  font-size: 24px;
  font-weight: 500;
  margin: 0 20px;
  text-transform: capitalize;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  color: #222;
}

.login-register-wrapper .login-form-container {
  background: transparent none repeat scroll 0 0;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
  padding: 80px;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .login-register-wrapper .login-form-container {
    padding: 30px;
  }
}

.login-register-wrapper .login-form-container .login-register-form form input {
  background-color: transparent;
  border: 1px solid #ebebeb;
  color: #666;
  font-size: 14px;
  height: 45px;
  margin-bottom: 30px;
  padding: 0 15px;
  width: 100%;
  outline: none;
}

.login-register-wrapper
.login-form-container
.login-register-form
form
.button-box
.login-toggle-btn {
  padding: 10px 0 19px;
}

.login-register-wrapper
.login-form-container
.login-register-form
form
input[type="checkbox"] {
  height: 15px;
  margin: 0;
  position: relative;
  top: 1px;
  width: 17px;
}

.login-register-wrapper
.login-form-container
.login-register-form
form
.button-box
.login-toggle-btn
label {
  color: #222;
  font-size: 15px;
  font-weight: 400;
}

.login-register-wrapper
.login-form-container
.login-register-form
form
.button-box
.login-toggle-btn
a.flote-none {
  float: none !important;
}

.login-register-wrapper
.login-form-container
.login-register-form
form
.button-box
.login-toggle-btn
a {
  color: #222;
  float: right;
  font-size: 14px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

@media screen and (max-width: 480px) {
  .login-register-wrapper
.login-form-container
.login-register-form
form
.button-box
.login-toggle-btn
a {
    float: none;
  }
}

.login-register-wrapper
.login-form-container
.login-register-form
form
.button-box
.login-toggle-btn
a:hover {
  color: #f4c716;
}

.contact-map #mapid {
  height: 560px;
}

.custom-row-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}

.custom-row-2 div[class^="col-"] {
  padding-left: 5px;
  padding-right: 5px;
}

.contact-info-wrap {
  background-color: #f3f3f3;
  padding: 120px 70px 116px 90px;
}

.contact-info-wrap .single-contact-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
          align-items: center;
  margin-bottom: 40px;
}

.contact-info-wrap .single-contact-info .contact-icon {
  margin-right: 20px;
}

.contact-info-wrap .single-contact-info .contact-icon i {
  font-size: 20px;
  color: #222;
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border: 1px solid #252525;
  text-align: center;
  border-radius: 100%;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.contact-info-wrap .single-contact-info .contact-info-dec p {
  line-height: 1;
  color: #222;
  margin: 0 0 9px;
}

.contact-info-wrap .single-contact-info .contact-info-dec p a {
  color: #222;
}

.contact-info-wrap .single-contact-info .contact-info-dec p a:hover {
  color: #f4c716;
}

.contact-info-wrap .single-contact-info:hover .contact-icon i {
  background-color: #f4c716;
  color: #fff;
  border-color: #f4c716;
}

.contact-social h3 {
  font-weight: 700;
  color: #222;
  font-size: 24px;
  margin: 0 0 17px;
  line-height: 1;
}

.contact-social ul li a {
  color: #666;
}

.contact-social .social-info li a {
  margin-right: 15px;
}




/* ----------------------------------
	Contact Us Section Styles
 ------------------------------------ */
.contact-form {
  padding: 40px;
  background-color: #fff;
  padding-top: 35px;
}

@media (max-width: 585px) {
  .contact-form {
    padding-top: 20px;
  }
}

.contact-form .single-personal-info {
  margin-bottom: 25px;
}


.contact-form .form-group:nth-child(1){width: 48%; margin-right:2%; float: left;}
.contact-form .form-group:nth-child(2){width: 48%;  margin-right:2%;float: left;}
.contact-form .form-group:nth-child(3){width: 48%;  margin-right:2%;float: left;}
.contact-form .form-group:nth-child(4){width: 48%;  margin-right:2%;float: left;}
.contact-form .form-group:nth-child(5){width: 98%;  margin-right:2%;float: left;}
.contact-form .form-group .col-md-2{width: 100%;}
.contact-form .form-group .col-md-10{width: 100%;}


.contact-form h3, .contact-form h2, .contact-form h1 {
  margin-bottom: 30px;
}

.contact-form input, .contact-form textarea {
  width: 100%;
  background: #F8F9FC;
  line-height: 1;
  padding: 10px 30px;
  border: 0px;
}

@media (max-width: 585px) {
  .contact-form input, .contact-form textarea {
    padding: 15px;
    font-size: 13px;
  }
}

.contact-form textarea {
  height: 220px;
}

@media (max-width: 767px) {
  .contact-form textarea {
    height: 160px;
  }
}

.contact-form label {
  color: #202426;width: 100%;
  font-weight: 700;
  font-size: 14px;
  margin-bottom: 10px;
  text-transform: capitalize;
}

.contact-form label span {
  color: #727475; width: 100%;
  margin-left: 5px;
}

.contact-form .btn.green {
  background: #f4c716;
  color: #fff;
  font-weight: 700;
  line-height: 1;
  padding: 25px;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  width: 100%;
  text-transform: uppercase;
  font-size: 14px;
}

.contact-form .btn.green:hover {
  background-color: #001659;
}

.contact-form input[type='submit'] i, .contact-form .submit-btn i {
  margin-right: 8px;
}

@media (max-width: 585px) {
  .contact-form input[type='submit'], .contact-form .submit-btn {
    padding: 15px 35px;
    font-size: 14px;
    font-weight: 600;
    width: auto;
  }
}

@media (max-width: 400px) {
  .contact-form input[type='submit'], .contact-form .submit-btn {
    width: 100%;
  }
}






.coupon-title {
  color: #222;
  font-weight: 700;
  text-transform: capitalize;
  margin: 20px 0px 15px;
  font-size: 24px;
}

.check-out-btn {
  padding: 14px 30px;
}

.trash {
  color: #222;
}

/*--------------------------------------
/*  [ 4.20 my account CSS ]
----------------------------------------*/
/*------------------*
# Account Page
*------------------*/
.my-account .title {
  border-bottom: 1px solid #ebebeb;
  font-weight: 600;
  padding-bottom: 20px;
  margin-bottom: 20px;
  font-size: 24px;
  color: #222;
}

.register .title {
  border-bottom: 1px solid #ebebeb;
  font-weight: 600;
  padding-bottom: 20px;
  margin-bottom: 20px;
  font-size: 24px;
  color: #222;
}

.myaccount-tab-menu {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #fff;
}

.myaccount-tab-menu a {
  border: 1px solid #ebebeb;
  border-bottom: 0;
  color: #222;
  font-weight: 600;
  display: block;
  padding: 15px 15px 13px;
  line-height: 30px;
  font-size: 15px;
  text-transform: uppercase;
}

.myaccount-tab-menu a:last-child {
  border-bottom: 1px solid #ebebeb;
}

.myaccount-tab-menu a:hover,
.myaccount-tab-menu a.active {
  background-color: #f4c716;
  color: #fff;
}

.myaccount-tab-menu a i {
  font-size: 14px;
  text-align: center;
  width: 25px;
}

.myaccount-content {
  background-color: #fff;
  font-size: 14px;
  border: 1px solid #ebebeb;
  padding: 30px;
}

@media only screen and (max-width: 575px) {
  .myaccount-content {
    padding: 20px 15px;
  }
}

.myaccount-content h3 {
  border-bottom: 1px solid #ebebeb;
  font-size: 24px;
  font-weight: 600;
  padding-bottom: 20px;
  margin-bottom: 20px;
  color: #222;
}

.myaccount-content .welcome a {
  color: #222;
}

.myaccount-content .welcome a:hover {
  color: #f4c716;
}

.myaccount-content .welcome strong {
  font-weight: 600;
}

.myaccount-content a.edit-address-btn {
  borderColor: #333;
  color: #222;
}

.myaccount-content a.edit-address-btn i {
  padding-right: 5px;
}

.myaccount-content a.edit-address-btn:hover {
  color: #f4c716;
}

.myaccount-table {
  white-space: nowrap;
  font-size: 15px;
}

.myaccount-table table th,
.myaccount-table .table th {
  padding: 10px;
  font-weight: 600;
}

.myaccount-table table td,
.myaccount-table .table td {
  padding: 20px 10px;
  vertical-align: middle;
}

.myaccount-table table td,
.myaccount-table .table td a {
  color: #222;
}

.myaccount-table table td a:hover,
.myaccount-table .table td a:hover {
  color: #f4c716;
}

.saved-message {
  font-weight: 600;
  font-size: 13px;
  padding: 20px;
}

.account-details-form h4 {
  text-transform: capitalize;
  margin: 0;
  color: #222;
  font-weight: 600;
  font-size: 18px;
}

.table .thead-light th {
  background-color: #e9ecef;
  borderColor: #dee2e6;
}

.account-details-form input[type="text"],
.account-details-form input[type="email"],
.account-details-form input[type="url"],
.account-details-form input[type="password"],
.account-details-form input[type="search"],
.account-details-form input[type="number"],
.account-details-form input[type="tel"] {
  width: 100%;
  background-color: #fff;
  border: 1px solid #ebebeb;
  font-size: 14px;
  color: #707070;
  padding: 0.8rem 1.6rem;
  height: 38px;
  line-height: 1.25;
  border-radius: 0px;
}

/* ***************
     my-account End
    ******************/
/*--------------------------------------
/*  [ 4.21 compare CSS ]
----------------------------------------*/
/*------------------*
# Compare Page
*------------------*/
@media (max-width: 991px) {
  .compare-section .table {
    min-width: 800px;
  }
}

.compare-section img {
  max-width: 150px;
}

.compare-section .title {
  font-weight: 500;
  font-size: 24px;
  color: #222;
  border-bottom: 1px solid #ebebeb;
}

.compare-section .sub-title {
  font-size: 15px;
  padding: 20px 0;
}

.compare-section .table .thead-light th {
  background-color: #fff;
  border-color: #ebebeb;
}

.compare-section .table td,
.compare-section .table th {
  vertical-align: middle;
  border: 1px solid #ebebeb;
  padding: 15px;
  font-size: 15px;
  color: #222;
  font-weight: 600;
}

.compare-section .table th {
  text-transform: capitalize;
}

.compare-section .table td {
  text-transform: capitalize;
}

.compare-section .table td p {
  text-transform: initial;
}

/* ***************
   compare End
  ******************/
/*--------------------------------------
/*  [ 4.22 wishlist CSS ]
----------------------------------------*/
/*------------------*
# Whishlist Page
*------------------*/
@media (max-width: 991px) {
  .whish-list-section .table {
    min-width: 1030px;
  }
}

.whish-list-section .title {
  color: #222;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 700;
  border-bottom: 1px solid #ebebeb;
}

.whish-list-section .table .thead-light th {
  background-color: #f4c716;
  border-color: transparent;
  text-transform: capitalize;
  font-weight: 500;
  color: #fff;
  font-size: 16px;
}

.whish-list-section .table td,
.whish-list-section .table th {
  vertical-align: middle;
}

.whish-list-section img {
  max-width: 150px;
}

.whish-title {
  font-size: 15px;
}

.whish-list-price {
  color: #222;
  font-size: 15px;
}

.badge {
  padding: 8px 10px;
}

/* ***************
     whishlist End
    ******************/
/*--------------------------------------
/*  [ 4.23 contact CSS ]
----------------------------------------*/
.contact-title-section {
  margin-bottom: 35px;
}

.contact-title-section .title {
  font-weight: 600;
  color: #222;
  line-height: 1.4;
  font-size: 30px;
  margin-bottom: 0;
}

@media screen and (min-width: 1500px) {
  .contact-title-section .title {
    font-size: 35px;
  }
}

.address-list {
  border-bottom: 1px solid #e7e7e7;
  margin-bottom: 30px;
  padding-bottom: 25px;
  color: #9a9a9a;
}

.address-list:last-child {
  border-bottom: 0;
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.address-list .title {
  font-weight: 600;
  color: #222;
  line-height: 1.3;
  margin-bottom: 10px;
  font-size: 20px;
}

.address-list .title span {
  color: #9a9a9a;
  font-size: 28px;
  margin-right: 10px;
}

.address-list .phone-number,
.address-list .mailto {
  color: #707070;
}

.address-list .phone-number:hover,
.address-list .mailto:hover {
  color: #f4c716;
}

.contact-us-form .form-control {
  font-size: 14px;
  height: 50px;
  line-height: 50px;
  border-color: #e7e7e7;
  margin-bottom: 20px;
  border-radius: 0;
}

.contact-us-form .form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.contact-us-form .form-control::-webkit-input-placeholder {
  color: #fff;
}

.contact-us-form .form-control::-moz-placeholder {
  color: #fff;
}

.contact-us-form .form-control:-ms-input-placeholder {
  color: #fff;
}

.contact-us-form .form-control::-ms-input-placeholder {
  color: #fff;
}

.contact-us-form .form-control::placeholder {
  color: #fff;
}

.contact-us-form .form-control.massage-control {
  height: 150px;
  resize: none;
}

.contact-us-form .form-label {
  color: #707070;
}

.form-message.error {
  color: #f4c716;
}

.form-message.success {
  color: #45ab49;
}

/*--------------------------------------
/*  [ 4.24 about us CSS ]
----------------------------------------*/
/*------------------*
# About Us Page
*------------------*/
.about-content .title {
  font-weight: 600;
  color: #222;
  text-transform: capitalize;
  font-size: 35px;
  line-height: 1.4;
}

.about-content .sub-title {
  font-size: 1.4;
  font-weight: 600;
  margin: 0 0 10px 0;
  color: #222;
}

.about-info .title {
  font-size: 34px;
  font-weight: 500;
  color: #222;
}

.single-service .title {
  font-size: 20px;
  font-weight: 500;
  color: #222;
}

.service-section .single-blog img {
  width: 100%;
}

.progress-section {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #f7f7f7;
}

@media screen and (min-width: 1200px) {
  .progress-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.skills + .skills {
  margin-top: 30px;
}

.progress-title {
  color: #222;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 0;
  text-transform: capitalize;
}

.skills-title {
  color: #222;
  padding-bottom: 10px;
  font-size: 15px;
  font-weight: 600;
}

.progress-content p {
  margin-top: 20px;
}

.progress-bar {
  width: 0;
  background-color: #ff4545;
}

.progress {
  height: 6px;
}

.about-social {
  background: #fff;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.about-social .social-link {
  color: #222;
}

/* *******************
      about us page End
    **********************/
/*--------------------------------------
/*  [ 4.25 static info CSS ]
----------------------------------------*/
.static_info .box_info {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.static_info .txt_info {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-top: 25px;
}

.static_info .txt_info .title {
  color: #222;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
}

/*--------------------------------------
/*  [ 4.26 service CSS ]
----------------------------------------*/
.service {
  text-align: center;
}

.service-item {
  text-align: center;
}

@media screen and (min-width: 768px) {
  .service-item {
    padding: 10px 20px;
  }
}

.service-icon {
  margin-bottom: 20px;
}

.service-title {
  font-weight: 700;
  color: #222;
  font-size: 18px;
  line-height: 1.2;
  margin-bottom: 10px;
}

.single-thumb {
  max-width: 200px;
  margin: 0 auto;
}

.single-service {
  position: relative;
}

.single-service .sub-title {
  font-weight: 400;
  margin-bottom: 0;
  font-size: 14px;
}

.service:hover .about-social {
  opacity: 1;
}

/*--------------------------------------
/*  [ 4.27 404 CSS ]
----------------------------------------*/
.error-section {
  text-align: center;
}

.error-section p {
  margin-left: auto;
  margin-right: auto;
  max-width: 600px;
  font-size: 1.1429em;
}

.error-title {
  font-weight: 600;
  line-height: 1.5;
  color: #222;
  font-size: 30px;
  text-transform: uppercase;
}

@media screen and (min-width: 1500px) {
  .error-title {
    font-size: 35px;
  }
}

.error-serch-form {
  max-width: 500px;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
}

.error-serch-form form {
  position: relative;
}

.error-serch-form .form-control {
  padding: 0 55px 0 20px;
  color: #9a9a9a;
  font-size: 1em;
  height: 50px;
  line-height: 50px;
  border: 1px solid #e7e7e7;
  border-radius: 0;
}

.error-serch-form .form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.error-serch-form .form-control:focus::-webkit-input-placeholder {
  color: transparent;
}

.error-serch-form .form-control:focus::-moz-placeholder {
  color: transparent;
}

.error-serch-form .form-control:focus:-ms-input-placeholder {
  color: transparent;
}

.error-serch-form .form-control:focus::-ms-input-placeholder {
  color: transparent;
}

.error-serch-form .form-control:focus::placeholder {
  color: transparent;
}

/*--------------------------------------
/*  [ 4.28 policy CSS ]
----------------------------------------*/
.policy-list + .policy-list {
  margin-top: 60px;
}

.policy-title {
  font-size: 25px;
  color: #222;
  font-weight: 600;
  line-height: 1.5;
  margin: 0 0 10px;
  text-transform: capitalize;
}

@media screen and (min-width: 1200px) {
  .policy-title {
    font-size: 35px;
  }
}

/*--------------------------------------
/*  [ 4.29 accordion CSS ]
----------------------------------------*/
.accourdion-section p {
  margin-bottom: 80px;
}

.accordion .accordion-body p {
  margin-bottom: 0;
}

.accoudion-title {
  color: #222;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 15px;
  font-size: 24px;
  text-transform: capitalize;
}

.accordion-button {
  border-radius: 0;
}

.accordion-button:hover {
  color: #f4c716;
}

.accordion-button:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.accordion-button:not(.collapsed) {
  color: #fff;
  background-color: #f4c716;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.accordion-item {
  border-top: 1px solid #ebebeb !important;
  border-radius: 0 !important;
}

.accordion-item + .accordion-item {
  margin-top: 15px;
}




.onlineservice-fixed-style{position:fixed;z-index:99}
.onlineservice-fixed-style ul{background-color:#4957a5;fliter:alpha(opacity=30);background-color:rgba(11,127,198,0.3)}
.onlineservice-fixed-style .onlineservice-fixed-list a{color:#fff;line-height:30px;display:block;text-decoration:none}
.onlineservice-fixed-style .onlineservice-fixed-list a:hover{text-decoration:none}
/*.onlineservice-fixed-style ul li i{background-image:url(../img/s.png);background-repeat:no-repeat}*/
.onlineservice-fixed-style ul .onlineService_whatsApp i{background-image:url(../images/p.png);background-repeat:no-repeat}
.onlineservice-fixed-style ul .onlineService_t i{background-image:url(../images/tel.png);background-repeat:no-repeat}
.onlineservice-fixed-style ul .onlineService_e i{background-image:url(../images/email.png);background-repeat:no-repeat}
.onlineservice-fixed-style ul .onlineService_S i{background-image:url(../images/s.png);background-repeat:no-repeat}
.onlineservice-fixed-style ul .onlineService_w i{background-image:url(../images/w.png);background-repeat:no-repeat}

@media(min-width:769px){.onlineservice-fixed-style{right:0;top:30%}
.onlineservice-fixed-style ul{border-radius:10px 0 0 10px}
.sitewidget-onlineService.onlineservice-fixed-style ul li{line-height:28px;position:relative;white-space:nowrap;height:48px;width:54px}
.onlineservice-fixed-style ul li div{position:absolute;padding:12px 13px;top:0;right:0;border-radius:10px 0 0 10px;width:28px;transition:width .3s ease-in}
.onlineservice-fixed-style ul li div:hover{background-color:#4957a5;width:120px;fliter:alpha(opacity=60);background-color:rgba(11,127,198,0.6)}
.onlineservice-fixed-style ul li span{margin:0 10px 0 14px}
.onlineservice-fixed-style ul li i{display:inline-block;width:30px;height:30px}
.onlineservice-fixed-style-left{left:0;right:auto}
.onlineservice-fixed-style-left ul{border-radius:0 10px 10px 0}
.onlineservice-fixed-style-left ul li div{border-radius:0 10px 10px 0;left:0;right:auto}
.onlineservice-fixed-style-left .onlineservice-fixed-list a{text-align:right;position:relative}
.onlineservice-fixed-style-left ul li span{display:none}
.onlineservice-fixed-style-left ul li div:hover span{display:inline}
}
@media(max-width:768px){.onlineservice-fixed-style{bottom:0;width:100%;left:0}
.onlineservice-fixed-style ul{display:-webkit-box;display:-moz-box;display:box;width:100%;fliter:alpha(opacity=80);background-color:rgba(0,0,0,0.8)}
.onlineservice-fixed-style ul li{-moz-box-flex:1;-webkit-box-flex:1;box-flex:1}
.onlineservice-fixed-style ul li a{line-height:28px;text-align:center}
.sitewidget-onlineService.onlineservice-fixed-style ul li span{line-height:20px;display:block;text-align:center}
.sitewidget-onlineService.onlineservice-fixed-style ul li i{display:block;width:30px;height:30px;margin:6px auto 2px}
}
/* /assets/widget/style/component/onlineService/widget_setting_showStyle/style6.css */
.backstage-stwidgets-settingwrap .sitewidget-onlineService.onlineservice-fixed-style{position:fixed;z-index:99}
.onlineservice-fixed-blocks .onlineservice-fixed-blocks-list{background-color:transparent}
.sitewidget-onlineService.onlineservice-fixed-blocks .onlineservice-fixed-blocks-list .onlineservice-fixed-blocks-items{width:48px;height:48px;position:relative;margin:1px}
.sitewidget-onlineService.onlineservice-fixed-blocks .onlineservice-fixed-blocks-list .onlineservice-fixed-blocks-items:hover .onlineservice-fixed-blocks-tips{-webkit-transform:rotateX(0);transform:rotateX(0)}
.sitewidget-onlineService.onlineservice-fixed-blocks .onlineservice-fixed-blocks-list .onlineservice-fixed-blocks-items+.onlineservice-fixed-blocks-items{margin-top:5px}
.sitewidget-onlineService.onlineservice-fixed-blocks .onlineservice-fixed-blocks-list .onlineservice-fixed-blocks-items>a{display:block;width:100%;height:100%;text-align:center;border-radius:10%}
.sitewidget-onlineService.onlineservice-fixed-blocks .onlineservice-fixed-blocks-list .onlineservice-fixed-blocks-items>a:hover{opacity:.8}
.sitewidget-onlineService.onlineservice-fixed-blocks .onlineservice-fixed-blocks-list .onlineservice-fixed-blocks-items>a .icon{margin-top:10px}
.sitewidget-onlineService.onlineservice-fixed-blocks .onlineservice-fixed-blocks-list .onlineservice-fixed-blocks-items>a .word{display:none}
.sitewidget-onlineService.onlineservice-fixed-blocks .onlineservice-fixed-blocks-list .onlineservice-fixed-blocks-items>a .terminal{display:block;width:0;height:1px}
/*.sitewidget-onlineService.onlineservice-fixed-blocks .onlineservice-fixed-blocks-list .onlineservice-fixed-blocks-items>a.onlineService_t_icon i{background:url('/static/t-ooBpBKpKojwzxzbl/assets/images/fastPhone.png');background-position:center center}
.sitewidget-onlineService.onlineservice-fixed-blocks .onlineservice-fixed-blocks-list .onlineservice-fixed-blocks-items>a.onlineService_whatsApp_icon i{background-position:0 -139px}
.sitewidget-onlineService.onlineservice-fixed-blocks .onlineservice-fixed-blocks-list .onlineservice-fixed-blocks-items>a.onlineService_qr_icon i{background-position:0 -203px}*/
.sitewidget-onlineService.onlineservice-fixed-blocks .onlineservice-fixed-blocks-list .onlineservice-fixed-blocks-tips{padding:5px 8px;background-color:#fff;border:1px solid #ccc;border-radius:4px;position:absolute;right:58px;top:6px;-webkit-transform:rotateX(90deg);transform:rotateX(90deg);-webkit-transition:all .4s;transition:all .4s}
.sitewidget-onlineService.onlineservice-fixed-blocks .onlineservice-fixed-blocks-list .onlineservice-fixed-blocks-tips:after{content:"";display:inline-block;width:10px;height:10px;border:1px solid #ccc;border-color:transparent #ccc #ccc transparent;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);position:absolute;right:-6px;top:10px;background-color:#fff}
.sitewidget-onlineService.onlineservice-fixed-blocks .onlineservice-fixed-blocks-list .onlineservice-fixed-blocks-tips>li{width:auto;height:auto}
.sitewidget-onlineService.onlineservice-fixed-blocks .onlineservice-fixed-blocks-list .onlineservice-fixed-blocks-tips>li a{display:block;min-height:22px;text-align:center;line-height:22px;color:#666;font-size:14px}
.sitewidget-onlineService.onlineservice-fixed-blocks .onlineservice-fixed-blocks-list .onlineservice-fixed-blocks-tips>li a img{max-width:240px}
.onlineservice-fixed-blocks.onlineservice-fixed-style-left .onlineservice-fixed-blocks-list .onlineservice-fixed-blocks-tips{left:58px;right:auto}
.onlineservice-fixed-blocks.onlineservice-fixed-style-left .onlineservice-fixed-blocks-list .onlineservice-fixed-blocks-tips:after{right:auto;left:-6px;border-color:#ccc transparent transparent #ccc;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}
@media(max-width:768px){.sitewidget-onlineService.onlineservice-fixed-blocks{position:fixed;width:100%;left:0 !important;bottom:0;height:56px;z-index:199}
.sitewidget-onlineService.onlineservice-fixed-blocks .sitewidget-bd{height:100%}
.sitewidget-onlineService.onlineservice-fixed-blocks .onlineservice-fixed-blocks-list{height:100%;display:-webkit-box;display:-moz-box;display:box;border-top:1px solid #d3d3d3;border-bottom:1px solid #d3d3d3;width:100%}
.sitewidget-onlineService.onlineservice-fixed-blocks .onlineservice-fixed-blocks-list li.onlineservice-fixed-blocks-items{height:100%;margin:0;-moz-box-flex:1;-webkit-box-flex:1;box-flex:1;position:relative;border-left:1px solid #d3d3d3}
.sitewidget-onlineService.onlineservice-fixed-blocks .onlineservice-fixed-blocks-list li.onlineservice-fixed-blocks-items+li.onlineservice-fixed-blocks-items{margin:0}
.sitewidget-onlineService.onlineservice-fixed-blocks .onlineservice-fixed-blocks-list .onlineservice-fixed-blocks-items>a{height:56px;box-sizing:border-box;display:block;line-height:26px;position:relative;text-align:center;white-space:nowrap;width:100%;overflow:hidden;text-overflow:ellipsis;border-radius:0}
.sitewidget-onlineService.onlineservice-fixed-blocks .onlineservice-fixed-blocks-list .onlineservice-fixed-blocks-items>a:hover{opacity:1}
.sitewidget-onlineService.onlineservice-fixed-blocks .onlineservice-fixed-blocks-list .onlineservice-fixed-blocks-items>a .icon{margin-top:14px}
/*.sitewidget-onlineService.onlineservice-fixed-blocks .onlineservice-fixed-blocks-list .onlineservice-fixed-blocks-items>a .word{background-image:none;margin:0;height:26px;line-height:26px;text-align:center;width:100%}*/
.sitewidget-onlineService.onlineservice-fixed-blocks .onlineservice-fixed-blocks-list .onlineservice-fixed-blocks-tips{display:none;border-radius:0;transform:rotate(0);position:absolute;left:0;bottom:59px;right:auto;top:auto;width:auto;padding:0;border:1px solid #d3d3d3;-webkit-transition:all 0;transition:all 0}
.sitewidget-onlineService.onlineservice-fixed-blocks .onlineservice-fixed-blocks-list .onlineservice-fixed-blocks-tips:after{display:none}
.sitewidget-onlineService.onlineservice-fixed-blocks .onlineservice-fixed-blocks-list .onlineservice-fixed-blocks-tips>li a{line-height:2em;height:auto;color:#fff;padding:0 5px}
.sitewidget-onlineService.onlineservice-fixed-blocks .onlineservice-fixed-blocks-list .onlineservice-fixed-blocks-tips>li a img,.sitewidget-onlineService.onlineservice-fixed-blocks .onlineservice-fixed-blocks-list .onlineservice-fixed-blocks-tips>li a br{display:none}
.sitewidget-onlineService.onlineservice-fixed-blocks .onlineservice-fixed-blocks-list .onlineservice-fixed-blocks-tips .for_qq{background-position:0 0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.sitewidget-onlineService.onlineservice-fixed-blocks .onlineservice-fixed-blocks-list .onlineservice-fixed-blocks-tips .for_skype{background-position:0 -180px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.sitewidget-onlineService.onlineservice-fixed-blocks .onlineservice-fixed-blocks-list .onlineservice-fixed-blocks-tips .for_email{background-position:0 -120px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.sitewidget-onlineService.onlineservice-fixed-blocks .onlineservice-fixed-blocks-list .onlineservice-fixed-blocks-tips .for_tel{background-position:0 -60px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.sitewidget-onlineService.onlineservice-fixed-blocks .onlineservice-fixed-blocks-list .onlineservice-fixed-blocks-tips .for_sms{background-position:0 -240px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.sitewidget-onlineService.onlineservice-fixed-blocks .onlineservice-fixed-blocks-list .onlineservice-fixed-blocks-tips .for_qr{background-position:0 -240px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.sitewidget-onlineService.onlineservice-fixed-blocks .onlineservice-fixed-blocks-list .onlineservice-fixed-blocks-tips .for_aliww{background-position:0 -240px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.sitewidget-onlineService.onlineservice-fixed-blocks .onlineservice-fixed-blocks-list .onlineservice-fixed-blocks-tips .for_whatsApp{background-position:0 -240px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.onlineservice-fixed-blocks .onlineservice-fixed-blocks-list .onlineservice-fixed-blocks-items>a:before{content:'';position:absolute;height:30px;width:30px;top:0;left:50%;margin-left:-15px}
.onlineservice-fixed-blocks .onlineservice-fixed-blocks-list .sitewidget-onlineService-togglebtn i{height:4px;width:6px;background-position:right bottom;position:absolute;bottom:4px;right:4px;transform:rotate(-45deg);-ms-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-webkit-transform:rotate(-45deg);-o-transform:rotate(-45deg)}
.onlineservice-fixed-blocks .sideShowArrow{display:none !important}
.onlineservice-fixed-blocks .onlineservice-fixed-blocks-list .onlineService_q:before{background-position:0 0}
.onlineservice-fixed-blocks .onlineservice-fixed-blocks-list .onlineService_q:hover:before{background-position:-30px -30px}
.onlineservice-fixed-blocks .onlineservice-fixed-blocks-list .onlineService_t_icon:before{background-position:0 -60px}
.onlineservice-fixed-blocks .onlineservice-fixed-blocks-list .onlineService_t_icon:hover:before{background-position:-30px -90px}
.onlineservice-fixed-blocks .onlineservice-fixed-blocks-list .onlineService_e:before{background-position:0 -120px}
.onlineservice-fixed-blocks .onlineservice-fixed-blocks-list .onlineService_e:hover:before{background-position:-30px -150px}
.onlineservice-fixed-blocks .onlineservice-fixed-blocks-list .onlineService_s:before{background-position:0 -180px}
.onlineservice-fixed-blocks .onlineservice-fixed-blocks-list .onlineService_s:hover:before{background-position:-30px -210px}
.onlineservice-fixed-blocks .onlineservice-fixed-blocks-list .onlineService_fb:before{background-position:0 -240px}
.onlineservice-fixed-blocks .onlineservice-fixed-blocks-list .onlineService_fb:hover:before{background-position:-30px -270px}
.onlineservice-fixed-blocks .onlineservice-fixed-blocks-list .onlineService_sms:before{background-position:0 -240px}
.onlineservice-fixed-blocks .onlineservice-fixed-blocks-list .onlineService_sms:hover:before{background-position:-30px -270px}
.onlineservice-fixed-blocks .sitewidget-onlineService-colorfullist>li ul{position:absolute;min-width:100%;left:0;bottom:59px;border:1px solid #d3d3d3;background-color:rgba(220,220,220,0.75)}
.onlineservice-fixed-blocks .sitewidget-onlineService-colorfullist>li ul a{display:block;line-height:30px;padding-left:28px;padding-right:5px;white-space:nowrap}
.onlineservice-fixed-blocks .sitewidget-onlineService-colorfullist>li ul a:hover{color:#3b8ac2;background-color:#efefef}
.onlineservice-fixed-blocks .sitewidget-onlineService-colorfullist>li:last-child ul{left:auto;right:0}
.sitewidget-onlineService.onlineservice-fixed-blocks .onlineservice-fixed-blocks-list li.onlineservice-fixed-blocks-items+li.onlineservice-fixed-blocks-items1{
	display: none;
}
}

.section-element {
	overflow: hidden;
	margin-top: 60px
}
.section-element .row {
	margin: 0px -4px
}
.section-element .wpb_wrapper {
	overflow: hidden
}
.section-element .large-6 {
	position: relative;
	width: 50%;
	float: left;
	box-sizing: border-box;
	padding: 0px 4px;
}
.section-element .banner {
	overflow: hidden;
	position: relative;
		border-radius: 10px
}
.section-element .banner-img img {
	width: 100%;
	transition: all 0.3s ease-out;
	transform: scale(1);
}
.section-element .banner-img:hover img {
	transform: scale(1.1);border-radius: 10px
}
.section-element .banner-content {
	position: absolute;
	left: 30px;
	right: 0;
	top: 0;
	margin: 0 auto;
	z-index: 10;
	margin-top: 25px;
}
.section-element .banner-content1 {
	position: absolute;
	left: 0px;
	right: 0;
	top: auto;
	margin: 0 auto;
	z-index: 10;
	bottom: 30%;
}
.section-element .banner-content1 p {
	text-align: center;
	font-size: 16px;
	font-family: 'IBM Plex Sans', sans-serif;
	text-transform: uppercase;
	color: #0b9aa4;
}
.section-element .large-6 .banner-content h4 {
	font-size: 32px;
	margin: 6px 0;
	font-weight: 700;
	color: #333;
	font-family: 'IBM Plex Sans', sans-serif;
	text-transform: uppercase
}
.section-element .large-6 .large-12 .banner-content h4 {
	color: #fff
}
.section-element .large-6 .banner-content1 h3 {
	font-size: 25px;
	margin: 6px 0;
	font-weight: 600;
	color: #333e48;
	text-align: center;
	font-family: 'IBM Plex Sans', sans-serif;
	text-transform: uppercase;
}
.section-element .banner-content1 h6 {
	font-size: 17px;
	margin: 6px 0;
	font-weight: 600;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-family: 'IBM Plex Sans', sans-serif;
	color: #e72c59
}
.section-element .banner-content h5 {
	font-size: 20px;
	margin: 6px 0;
	font-weight: 400;
	color: #333;
	font-family: 'IBM Plex Sans', sans-serif;
	text-transform: uppercase
}
.section-element .large-6 .large-12 .banner-content h5 {
	color: #fff;
	font-size: 18px
}
.section-element .banner-content .readmore-link {
	font-size: 14px;
	color: #f45700;
	font-weight: 400;
	display: block;
	margin-top: 15px;
	font-family: 'IBM Plex Sans', sans-serif;
	text-transform: uppercase;
	letter-spacing: 0.5px
}
.section-element .large-6 .large-12 .banner-content .readmore-link {
	color: #fff
}
.section-element .banner-content .readmore-link i {
	color: #f45700;
	font-size: 16px;
	margin-left: 5px;
	vertical-align: middle;
}
.section-element .large-6 .large-12 .banner-content .readmore-link i {
	color: #fff
}
.section-element .large-12 {
	position: relative;
	width: 100%;
	padding: 0px 8px;
	padding-top: 10px
}
.section-element .large-12.sha {
	position: relative;
	width: 100%;
	padding: 0px 8px;
	padding-bottom: 10px
}
.section-element .wpb_wrapper.sha{padding-bottom: 10px}
.section-element {
	margin-top: 20px
}

.section-element .banner-content {
	left: 25px;
	margin-top: 20px;
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
	.section-element .large-6 {
	width: 100%;
	margin-bottom: 15px;
}
	.section-element {
	margin-top: 30px
}
.section-element .banner-content1 {
	bottom: 15%
}
.section-element .banner-content1 h6 {
	font-size: 14px
}
.section-element .banner-content1 h3 {
	font-size: 16px
}
.section-element .banner-content1 p {
	display: none
}
.section-element .banner-content {
	left: 20px;
	margin-top: 15px
}
.section-element .banner-content h4 {
	font-size: 24px
}
.section-element .banner-content h5 {
	font-size: 18px
}
}
.container:before,.row:before{
    display: table;
    content: " ";
}

/*------- 10. Latest Blog -------*/

section.home-articles {
	background: #f8f8f8;
	margin-top: 50px;
}
.column-left {
	float: left;
	width: 50%;
	padding-right: 15px;
}
.column-right {
	float: right;
	width: 50%;
	padding-left: 15px;
}
.article-home {
	display: flex;
}
.article-home .article-home__image {
	flex: 0 0 50%;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.parallax-parent .parallax-child, .parallax-parent .parallax-child--second {
}
.article-home .article-home__content {
	flex: 0 0 50%;
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 25px;
}
.article-home .article-home__content .inside {
	margin: 0 auto;
	text-align: center;
	font-family: 'IBM Plex Sans', sans-serif;
	text-transform: uppercase
}
.article-home .article-home__content .inside .date {
	color: #999;
	font-size: 14px;
	font-weight: 400
}
.article-home .article-home__content .inside h4 {
	color: #333e48;
	font-size: 24px;
	font-weight: 700;
	line-height: 27px
}
.link {
	font-size: 15px;
	color: #333e48;
	font-weight: 400;
	display: block;
	margin-top: 15px;
}
.link i {
	color: #e72c59;
	font-size: 16px;
	margin-left: 3px;
	vertical-align: middle;
}
.css-grid--columns-2 {
	grid-template-columns: 1fr 1fr;
}
.article-home:nth-child(2) {
	flex-direction: row-reverse;
}
.column-right .article-home {
	display: block;
	height: 100%;
	width: 100%;
	position: relative;
	overflow: hidden;
}
.column-right .article-home .article-home__image {
	height: 100%;
	width: 100%;
}
.column-right .article-home .article-home__image img {
	z-index: 2;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.article-home .article-home__image {
	flex: 0 0 50%;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.article-home img {
	max-width: 100%
}
.article-home .article-home__content {
	flex: 0 0 50%;
	background: #f7f7f7;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 25px;
}
.column-right .article-home .article-home__content {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 50%;
	height: 50%;
	z-index: 3;
}
.blog-outer-container .block-title {
	color: #333;
	font-size: 26px;
	font-weight: 600;
	line-height: 15px;
	padding: 0px 20px 20px 0px;
	position: relative;
	border-bottom: 1px solid #e5e5e5;
}
.blog-outer-container .block-title div {
	color: #bed6e2;
	display: inline-block;
	font-size: 13px;
	font-weight: normal;
	letter-spacing: 1px;
	margin-left: 15px;
	padding-left: 22px;
	text-transform: none;
	vertical-align: top;
}
.blog-outer-container .block-title h2 {
	color: #333e48;
	display: inline-block;
	font-size: 28px;
	font-weight: 600;
	letter-spacing: -0.5px;
	line-height: 18px;
	margin: auto;
	position: relative;
}
.blog-outer-container .block-title h2::after {
	content: "";
	position: absolute;
	bottom: -22px;
	left: 0;
	height: 3px;
	width: 100%;
	background-color: #e72c59;
}
.latest-blog img {
	width: 100%;
}
.latest-blog {
	text-align: left;
	margin: auto;
	padding: 30px 0px 30px 0px;
	overflow: hidden;
}
.blog-block {
	border: 1px #f1f1f1 solid;
	background: #fff;
	overflow: hidden;
	padding-bottom: 35px
}
.latest-blog h3 {
	margin-bottom: 50px;
}
.blog-title {
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 15px;
	display: block;
	padding: 0px 0px;
	letter-spacing: .5px
}
.latest-blog .icon-calendar:before {
	margin-right: 5px
}
.latest-blog .post-date {
	width: 100px;
	z-index: 100;
	top: 10%;
	font-weight: normal;
	text-align: left;
	font-size: 12px;
	color: #999;
	margin-left: 0px;
	padding: 5px 0px;
}
.latest-blog .readmore {
	font-size: 12px;
	display: inline-block;
	padding: 5px 10px;
	border: 1px #d1d1d1 solid;
	text-transform: uppercase;
	font-size: 11px;
	letter-spacing: 1px;
	font-weight: bold
}
.latest-blog .readmore:hover {
	background: #0083c1;
	color: #fff
}
.latest-blog .blog-title h2 {
	color: #666;
	font-size: 16px;
	font-weight: bold;
	margin-top: 0;
	padding: 12px 10px 2px 0px;
	position: relative;
	display: inline-block;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.latest-blog .blog_inner {
	float: left;
	margin-top: 20px;
	position: relative
}
.post-date {
	color: #5e5f5f;
	font-weight: normal;
	font-size: 13px;
}
.blog_post img {
	max-width: 100%;
	height: auto;
}
.latest-blog p {
	font-size: 13px;
	line-height: 20px;
	margin: 10px 0px 0px 0px;
	text-align: left;
	color: #777;
	padding: 0px 0px 0px 0px;
}
.blog_post img {
	margin-bottom: 20px;
	width: 100%;
}
.latest-blog .blog-img {
	display: block;
	overflow: hidden;
}
.latest-blog .blog-img img {
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	transform: translateZ(0);
}
.latest-blog .blog-img:hover img {
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
	-moz-transform: scale(1.2);
}
.blog-img img {
	-webkit-transition: all 0.4s ease-in-out 0.5s;
	-moz-transition: all 0.4s ease-in-out 0.5s;
	-o-transition: all 0.4s ease-in-out 0.5s;
	-ms-transition: all 0.4s ease-in-out 0.5s;
	transition: all 0.4s ease-in-out 0.5s;
}
.blog-img .mask {
	background-color: #000;
	opacity: 0;
	-webkit-transition: all 0.3s ease-in 0.4s;
	-moz-transition: all 0.3s ease-in 0.4s;
	-o-transition: all 0.3s ease-in 0.4s;
	-ms-transition: all 0.3s ease-in 0.4s;
	transition: all 0.3s ease-in 0.4s;
}
.blog-img a.info {
	opacity: 0;
	-webkit-transition: all 0.3s ease-in-out 0.1s;
	-moz-transition: all 0.3s ease-in-out 0.1s;
	-o-transition: all 0.3s ease-in-out 0.1s;
	-ms-transition: all 0.3s ease-in-out 0.1s;
	transition: all 0.3s ease-in-out 0.1s;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-o-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
}
.blog-img:hover .mask {
	background-color: rgba(0,0,0,0.5);
	opacity: 1;
	-webkit-transition-delay: 0s;
	-moz-transition-delay: 0s;
	-o-transition-delay: 0s;
	-ms-transition-delay: 0s;
	transition-delay: 0s;
}
.blog-img:hover a.info {
	opacity: 1;
	-webkit-transform: translateY(85px);
	-moz-transform: translateY(85px);
	-o-transform: translateY(85px);
	-ms-transform: translateY(85px);
	transform: translateY(85px);
	-webkit-transition-delay: 0.3s;
	-moz-transition-delay: 0.3s;
	-o-transition-delay: 0.3s;
	-ms-transition-delay: 0.3s;
	transition-delay: 0.3s;
}
.blog-img .mask, .blog-img .content {
	width: 100%;
	height: 100%;
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0;
	text-align: center;
}
.blog-img a.info {
	display: inline-block;
	text-decoration: none;
	padding: 7px 14px;
	background: #0083c1;
	color: #fff;
	font-weight: 700;
	font-size: 11px;
	border: #fff double;
	text-transform: uppercase
}
.blog-img a.info:hover {
	background: #0083c1;
}
.blog-img {
	position: relative;
}
/* Blog preview */
.blog-outer-container .new_title {
	border-bottom: 1px solid #e5e5e5;
	padding: 25px;
	margin-bottom: 0px;
}
.blog-date {
	position: absolute;
	z-index: 10;
	background: #e72c59;
	border-radius: 5px;
	top: 15px;
	left: 15px;
	padding: 7px 15px;
	font-size: 20px;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
	line-height: normal
}
.blog-date span {
	font-weight: normal;
	font-size: 14px;
	display: block;
}
.post-meta {
	list-style: outside none none;
	padding: 0 0px 8px;
}
.post-meta li {
	display: inline-block;
	margin-right: 10px;
	color: #333e48;
	text-transform: none;
	font-weight: normal;
	letter-spacing: normal;
	font-size: 14px;
}
.post-meta li a {
	margin-right: 5px;
	color: #14a9b2;
}
.post-meta li i {
	padding-right: 5px;
}
.title-primary {
	font-size: 24px;
	letter-spacing: 3px;
}
.blog-preview {
	padding: 60px;
}
.blog-outer-container {
	margin-top: 30px;
	background: #fff;
	display: block;
}
.blog-preview_item {
	padding: 10px 0px;
}
.blog-preview_item:first-child {
	border-left: 0px solid #e5e5e5;
}
.blog-preview_image {
	float: left;
	width: 100%;
	position: relative;
}
.blog-preview_image img {
	float: left;
	width: 100%;
}
.blog-preview_info {
	padding: 5px 0;
	width: 100%;
}
.blog-preview_title a {
	font-size: 18px;
	font-weight: 700;
	letter-spacing: normal;
	line-height: 1.3em;
	margin: auto;
	padding-bottom: 6px;
	color: #0275d8;
}
.blog-preview_desc {
	color: #333;
	font-size: 13px;
	line-height: 20px;
	padding-bottom: 15px;
	letter-spacing: normal;
}
.blog-preview_btn {
	font-size: 11px;
	margin: 0px;
	padding: 10px 18px 10px;
	font-weight: 700;
	letter-spacing: 1px;
	font-family: 'Open Sans', sans-serif;
	display: inline-block;
	background: #f0efef;
	color: #333;
	border: 1px #f0efef solid;
	line-height: initial;
	border-radius: 5px;
	margin-top: 10px
}
.blog-preview_btn:focus, .blog-preview_btn:hover {
	color: #333;
	background: #e72c59;
	border: 1px #e72c59 solid;
}
.blog-preview_posted {
	color: #333;
	background: rgba(255, 255, 255, 0.9);
	bottom: 10px;
	height: 60px;
	right: 10px;
	position: absolute;
	width: 60px;
	z-index: 10;
}
.blog-preview_date {
	float: left;
	font-size: 13px;
	padding: 6px 0 10px;
	position: relative;
	text-align: center;
	width: 100%;
	text-transform: uppercase;
	font-weight: 300;
	letter-spacing: 1px;
}
.blog-preview_date span {
	font-size: 18px;
	font-weight: 700;
}
.blog-preview_comments {
	float: right;
	font-size: 12px;
	padding-top: 3px;
	text-align: center;
}
.blog-preview_comments i {
	color: #0083c1;
}
.blog-preview_image:hover .blog-preview_posted {
	color: #000;
}
.blog-container {
	padding-top: 25px;
	padding-bottom: 90px;
	text-align: center;
}
.blog-container .row {
	padding-top: 83px;
}
.blog-preview-small {
	float: left;
	position: relative;
	width: 100%;
}
.blog-preview-small_img {
	float: left;
	width: 100%;
}
.blog-preview-small_link {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
.blog-preview-small_link:hover {
	background-color: rgba(0,0,0,0.4);
}
.blog-preview-small_link:hover .blog-preview_posted {
	color: #fff;
}
.blog-preview-small_txt {
	bottom: 30px;
	left: 0;
	position: absolute;
	text-align: center;
	width: 100%;
}
.blog-preview-small .blog-preview_posted {
	border-style: none;
	border-width: 0;
	bottom: auto;
	left: 0;
	margin: 0 auto;
	right: 0;
	top: -25px;
}
.blog-preview-small_more {
	border-color: #ececec;
	float: left;
	font-size: 11px;
	margin: 28px 0 0;
	padding: 8px 15px;
}
.blog-inner {
	margin: 12px -15px;
	display: inline-block;
}
.box-hover .add-to-links {
	margin: 0;
	list-style: none;
	padding: 0;
}
.box-hover .add-to-links li {
	margin: 3px 2px;
	display: inline-block;
}
.box-hover {
	position: absolute;
	bottom: -100%;
	text-align: center;
	left: 50%;
	z-index: 1;
	margin-left: -65px;
}
.image-hover2 a {
	position: relative;
	display: table;
}
.image-hover2 a:after {
	overflow: hidden;
	position: absolute;
	top: 0;
	content: "";
	z-index: 100;
	width: 100%;
	height: 100%;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0;
	pointer-events: none;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	background-color: rgba(0, 0, 0, 0.3);
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	z-index: 1;
}
.image-hover2 a:before {
	font: normal normal normal 16px/1 FontAwesome;
	content: "\f002";
	position: absolute;
	top: 44%;
	left: 50%;
	z-index: 2;
	color: #333e48;
	ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	background: #e72c59;
	padding: 12px 12px;
	ms-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	opacity: 0;
	-webkit-transition: opacity 0.3s ease 0s;
	-o-transition: opacity 0.3s ease 0s;
	transition: opacity 0.3s ease 0s;
	border-radius: 100px;
}
.image-hover2 a:hover:after {
	visibility: visible;
	opacity: 0.8;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}
.image-hover2 a:hover:before {
	opacity: 1;
}
.blog-outer-container .entry-thumb img {
	width: 100%;
}
.blog-outer-container .entry-thumb {
	/*	position: relative;
	margin-top: 25px; */
	
	position: relative;
	margin: 0px auto 0;
	display: block;
	border-radius: 5px;
	margin-top: 15px;
}
.item .item-inner:hover .item-img .box-hover {
	/*	left: 15%;
	bottom: 10px; */
	
	left: 50%;
	bottom: 10px;
	margin-left: -65px;}


.huibg{background: #f3f3f3;}
.zhuolu1{margin: 0 auto; padding: 40px 0; width: 100%; height: auto;}

.zhuolu11{margin: 0 auto; padding: 30px; width: 100%; height: auto; border-top:6px solid #eac124; background: #fff;}
.zhuolu11 .txt1{margin: 0; padding: 0; width: 100%; max-width: 450px; height: auto; border-right:4px solid #eac124; font-size: 30px; line-height: 36px; color: #000; text-align: left;}
.zhuolu11 .txt2{margin: 0 auto; padding: 0; width: 100%;  height: auto; font-size: 14px; line-height: 18px; text-align: left; color: #666; font-weight: 300;}

.zhuolu12{margin: 0 auto; padding: 30px; width: 100%; height: auto; background: #fff; }
.zhuolu12 .title{margin: 0 auto; padding:20px 0; width: 100%; height: auto;font-size: 24px; line-height: 36px; color: #eac124; text-align: left; font-weight: 500;  }



.zhuoluimg{margin: 10px auto; padding: 0; width: 100%; height: auto;  display: block;box-shadow: 0px 2px 10.2px 1.8px rgba(33, 33, 33, 0.05);}
.zhuoluimg .img{margin: 0 auto; padding: 0; width: 100%; height: auto; }
.zhuoluimg .img img{width: 100%; height: auto; }


.zhuoluimg .txt{margin: 0 auto; padding:10px 20px; width: 100%; height: auto;margin-top: -30px;}
.zhuoluimg .txt .t1{margin: 0 auto; padding:0; width: 100%; height: auto;font-size: 30px; line-height: 36px; color: #eac124; text-align: left; font-weight: 800; }
.zhuoluimg .txt .t2{margin: 0 auto; padding:5px 0; width: 100%; height: auto;font-size: 16px; line-height: 24px; color: #000; text-align: left; }
.zhuoluimg .txt .t3{margin: 0 auto; padding:5px 0; width: 100%; height: auto;font-size: 14px; line-height: 18px; color: #888; text-align: left;font-weight: 300; }
.zhuoluimg .txt .t4{margin: 0 auto; padding:5px 0; width: 100%; height: auto;font-size: 14px; line-height: 18px; color: #888; text-align: left;font-weight: 300; }


.zhuoluimg .txt .pdf a{margin:8px 0; padding:5px 0; width: 160px; height: 30px;font-size: 14px; line-height: 22px; color: #fff; text-align: center; border-radius: 20px; background: #eac124; display: block;}
.zhuoluimg .txt .pdf a:hover{background: #333; display: block;width:200px; }




.zhuoluimg1{margin: 10px auto; padding:20px; width: 100%; height: auto;  display: block;border: 1px solid #f3f3f3;}
.zhuoluimg1 .img{margin: 0 auto; padding: 0; width: 30%; height: auto; float: left;}
.zhuoluimg1 .img img{width: 100%; height: auto; }


.zhuoluimg1 .txt{margin: 0 auto; padding:10px 20px; width: 66%; height: auto; float: right;}
.zhuoluimg1 .txt .t1{margin: 0 auto; padding:0; width: 100%; height: auto;font-size: 30px; line-height: 36px; color: #eac124; text-align: left; font-weight: 800; }
.zhuoluimg1 .txt .t2{margin: 0 auto; padding:5px 0; width: 100%; height: auto;font-size: 16px; line-height: 24px; color: #000; text-align: left; }

.zhuoluimg1 .txt .t3{margin: 0 auto; padding:10px 0; width: 100%; height: auto;}
.zhuoluimg1 .txt .t3 a{margin: 0 10px; padding:5px 15px; width: auto; height: auto;font-size: 14px; line-height: 18px; color: #888; text-align: left;font-weight: 300; border: 1px solid #e3e3e3; }
.zhuoluimg1 .txt .t3 a:hover{background: #eac124; color: #fff; }

.zhuoluimg2{margin: 10px auto; padding:20px; width: 100%; height: auto;  display: block;border: 1px solid #f3f3f3;}
.zhuoluimg2 .img{margin: 0 auto; padding: 0; width: 50%; height: auto; float: left;}
.zhuoluimg2 .img img{width: 100%; height: auto; }

.zhuoluimg2 .txt{margin: 0 auto; padding:10px 20px; width: 46%; height: auto; float: right;}
.zhuoluimg2 .txt .t1{margin: 0 auto; padding:0; width: 100%; height: auto;font-size: 30px; line-height: 36px; color: #eac124; text-align: left; font-weight: 800; }
.zhuoluimg2 .txt .t2{margin: 0 auto; padding:5px 0; width: 100%; height: auto;font-size: 16px; line-height: 24px; color: #000; text-align: left; }

.zhuoluimg2 .txt .t3{margin: 0 auto; padding:10px 0; width: 100%; height: auto;}
.zhuoluimg2 .txt .t3 a{margin: 0 10px; padding:5px 15px; width: auto; height: auto;font-size: 14px; line-height: 18px; color: #888; text-align: left;font-weight: 300; border: 1px solid #e3e3e3; }
.zhuoluimg2 .txt .t3 a:hover{background: #eac124; color: #fff; }

.mr10{margin-right: 10px;}

.pt-50{padding-top: 50px;}


@media (min-width: 768px) and (max-width: 991px){
.column-left {
    float: left;
    width: 100%;
	padding-right: 0px;}}
@media (min-width: 768px) and (max-width: 991px){
.column-right {
    float: left;
    width: 100%;
    padding-left: 0px;
	}}
@media only screen and (min-width: 100px) and (max-width: 767px){
	.zhuolu11 .txt2{margin: 10px auto; }
.zhuolu11 .txt1{ max-width: 650px;  font-size: 20px; line-height:24px; color: #000; text-align: left;}	
.zhuolu12 .title{padding:10px 0; font-size: 20px; line-height: 20px; }
.zhuoluimg .txt .t1{font-size: 30px; line-height: 30px; font-weight: 600; }	
.zhuoluimg .txt .t4{font-size: 14px; line-height: 20px; color: #888; font-weight: 300; text-align: left; }
	
	
.zhuoluimg1 .img{margin: 0 auto; padding: 0; width: 100%; height: auto; float: left;}
.zhuoluimg1 .img img{width: 100%; height: auto; }


.zhuoluimg1 .txt{margin: 0 auto; padding:10px 20px; width: 100%; height: auto; float: right;}	
	
.zhuoluimg1 .txt .t1{font-size: 20px; line-height: 22px; color: #eac124; text-align: left; font-weight: 500; }
.zhuoluimg1 .txt .t2{font-size: 12px; line-height: 18px; color: #000; text-align: left; }	
	
	
.column-left {
    float: none;
    width: 100%;
    padding: 0px;
    max-width: 800px;
    margin: auto;
}}
@media only screen and (min-width: 100px) and (max-width: 767px){
.column-right {
    float: none;
    width: 100%;
    padding: 0px;
    max-width: 800px;
    margin: auto;
}}




.float_layer{  background: #fff;
    box-shadow: 0 20px 40px 8px rgba(0, 0, 0, 0.25);
    font-size: 14px;
    border-radius: 10px 10px 0 0;display:none;}
.float_layer h2{height:30px;line-height:30px;padding-left:10px;font-size:14px;color:#333;background:#e7c12d;border-bottom:1px solid #0aa2e6;position:relative; color: #fff;}
.float_layer .min{width:21px;height:20px;background:url(../images/min.gif) no-repeat 0 bottom;position:absolute;top:5px;right:25px;}
.float_layer .min:hover{background:url(../images/min.gif) no-repeat 0 0;}
.float_layer .max{width:21px;height:20px;background:url(../images/max.gif) no-repeat 0 bottom;position:absolute;top:5px;right:25px;}
.float_layer .max:hover{background:url(../images/max.gif) no-repeat 0 0;}
.float_layer .close{width:21px;height:20px;background:url(../images/close.gif) no-repeat 0 bottom;position:absolute;top:5px;right:3px;}
.float_layer .close:hover{background:url(../images/close.gif) no-repeat 0 0;}
.float_layer .content2{height:auto;width:300px;overflow:hidden;font-size:14px;line-height:18px;color:#666; }

.float_layer .footform7{ margin:0 auto; padding:3%; width: 94%; height: auto;display: block;}

.float_layer .footform7 h3{ margin:0 auto; padding: 0; width: 100%; height: auto; text-align: left; color: #000; line-height: 40px; font-weight: bold; font-size: 36px;}

.float_layer .footform7 form p{ margin:5px auto; padding:5px 0; width:100%; height: auto; float: left; color: #777;}
.float_layer .footform7 form p input{ margin:0 auto; padding: 0 10px; width: 100%; margin-right: 1%; height: 30px; color: #666; background: #f3f3f3; border: 0; }
.float_layer .footform7 form p span:nth-child(1){ margin:0 auto;padding:5px 0; width:49%; height: auto; float: left;}
.float_layer .footform7 form p span:nth-child(2){ margin:0 auto; padding:5px 0; width:49%; height: auto; float: right;}
.float_layer .footform7 form p span:nth-child(3){ margin:0 auto; padding:5px 0; width:49%; height: auto; float: left;}
.float_layer .footform7 form p span:nth-child(4){ margin:0 auto; padding:5px 0; width:49%; height: auto; float: right;}
.float_layer .footform7 form p textarea{ margin:0 auto; padding:5px 10px; width: 100%; height: 70px;background: #f3f3f3; border: 0; }

.footform7 form p input.wpcf7-submit{  background-color: #e7c12d;
    border: 0;
  box-sizing: border-box; margin: 0;
  color: #eee;
  cursor: pointer;
  font-size: 16px;
  height: 30px;
  // outline: 0;
  text-align: center;
  width: 100%;}

.footform7 form p input.wpcf7-submit:hover{ background-color: #e7c12d;}
.footform7 .screen-reader-response{ display:none;}

.float_layer .wrap2{padding:10px 10px 4px 10px;}
@media screen and (max-width: 767px) {
.flo{ display:none;}

}