@charset "UTF-8";
body {
  color: #808285;
  font-size: 16px;
  font-family: 'Microsoft YaHei', sans-serif;
  font-weight: 400;
  line-height: 28px;
}

img {
  max-width: 100%;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}

a {
  display: inline-block;
  text-decoration: none;
  outline: none;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
a:active, a:hover {
  text-decoration: none;
}

button,
.btn {
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
button:active, button:hover, button:focus,
.btn:active,
.btn:hover,
.btn:focus {
  outline: 0;
}

button:focus,
input:focus,
input:focus,
textarea,
textarea:focus,
.btn:focus {
  outline: 0;
  box-shadow: none;
}

.form-control:focus {
  color: #363636;
  background-color: transparent;
  outline: 0;
  box-shadow: none;
}

.btn:hover,
.btn:focus {
  outline: 0;
  box-shadow: none;
  color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Microsoft YaHei", sans-serif;
  color: #363636;
  font-weight: 700;
  margin-bottom: 0px;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}

h1 {
  font-size: 28px;
  line-height: 1;
}

h2 {
  font-size: 36px;
  line-height: 1.3;
}

h3 {
  font-size: 28px;
  line-height: 1.3;
}

h4 {
  font-size: 24px;
  line-height: 1.2;
}

h5 {
  font-size: 20px;
  line-height: 1.2;
}

h6 {
  font-size: 16px;
  line-height: 1.2;
}

hr {
  margin: 20px 0;
  border-color: #352323;
}

ol {
  list-style: decimal;
}

ol ol ol {
  list-style: lower-roman;
}

ol ol {
  list-style: lower-alpha;
}

label {
  color: #ddd;
  cursor: pointer;
  font-size: 16px;
  font-weight: 400;
}

*::-moz-selection {
  background: #7dc642;
  color: #fff;
  text-shadow: none;
}

::-moz-selection {
  background: #7dc642;
  color: #fff;
  text-shadow: none;
}

::selection {
  background: #7dc642;
  color: #fff;
  text-shadow: none;
}

*::-moz-placeholder {
  color: #808285;
  font-size: 16px;
  opacity: 1;
}

*::placeholder {
  color: #808285;
  font-size: 16px;
  opacity: 1;
}

.a-btn {
  font-size: 14px;
  font-weight: 700;
  font-family: "Microsoft YaHei", sans-serif;
  line-height: 1;
  color: #363636;
  background: #fff;
  border-radius: 50px;
  padding: 26px 50px;
  text-transform: uppercase;
}
.a-btn i {
  margin-left: 10px;
}
.a-btn:hover {
  background: #1f2b3b;
  color: #fff;
}

.b-btn {
  font-size: 14px;
  font-weight: 700;
  font-family: "Microsoft YaHei", sans-serif;
  line-height: 1;
  color: #fff;
  background: #1f2b3b;
  border-radius: 50px;
  padding: 26px 50px;
  text-transform: uppercase;
}
.b-btn i {
  margin-left: 10px;
}
.b-btn:hover {
  background: #ffb500;
  color: #fff;
}

.btn-theme {
  color: #fff;
  background: #7dc642;
}
.btn-theme:hover {
  background: #1f2b3b;
  color: #fff;
}

.btn-theme-2 {
  color: #fff;
  background: #ffb500;
}
.btn-theme-2:hover {
  background: #1f2b3b;
  color: #fff;
}

.btn-dark {
  color: #fff;
  background: #1f2b3b;
}
.btn-dark:hover {
  background: #7dc642;
  color: #fff;
}

.btn-rounded {
  border-radius: 100% !important;
}

.btn-square {
  border-radius: 0 !important;
}

.bg-gray {
  background: #ddd;
}

.bg-white {
  background: #fff;
}

.bg-black {
  background: #000;
}

.bg-theme {
  background: #7dc642;
}

.bg-dark {
  background: #101a23 !important;
}

.gray-color {
  background: #ddd;
}

.white-color {
  color: #fff;
}

.black-color {
  color: #000;
}

.theme-color {
  color: #7dc642 !important;
}

#scrollUp {
  position: fixed;
  bottom: 30px;
  right: 30px;
  background: #7dc642;
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 38px;
  color: #fff;
  font-size: 16px;
  border: 0;
  border-radius: 4px;
  font-weight: 700;
  opacity: 0.6;
}
#scrollUp a {
  color: #fff;
}
#scrollUp:hover {
  opacity: 1;
}

#scrollUp:hover {
  background: #7dc642;
}

.table-row {
  display: table;
  width: 100%;
  height: 100%;
}

.table-cell {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}

.f-left {
  float: left;
}

.f-right {
  float: right;
}

.fix {
  overflow: hidden;
}

.separator {
  border-top: 1px solid #f2f2f2;
}

.dark #preloader {
  background-color: #232323;
}

/*--
    - Overlay
-----------------------------------------*/
[data-overlay] {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
[data-overlay]::before {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  content: "";
}

/*--
    - Overlay Color
-----------------------------------------*/
[data-overlay=light]::before {
  background-color: #fff;
}

[data-overlay=dark]::before {
  background-color: #000;
}

[data-overlay=theme]::before {
  background-color: #7dc642;
}

/*--
    - Overlay Opacity
-----------------------------------------*/
[data-opacity="1"]::before {
  opacity: 0.1;
}

[data-opacity="2"]::before {
  opacity: 0.2;
}

[data-opacity="3"]::before {
  opacity: 0.3;
}

[data-opacity="4"]::before {
  opacity: 0.4;
}

[data-opacity="5"]::before {
  opacity: 0.5;
}

[data-opacity="6"]::before {
  opacity: 0.6;
}

[data-opacity="7"]::before {
  opacity: 0.7;
}

[data-opacity="8"]::before {
  opacity: 0.8;
}

[data-opacity="9"]::before {
  opacity: 0.9;
}

.header-top {
  background: #151f2d;
  padding: 25px 0;
}

.header-info-wrap .header-info {
  display: inline-block;
  margin-right: 45px;
}
.header-info-wrap .header-info:last-child {
  margin-right: 0;
}
.header-info-wrap .header-info i {
  font-size: 15px;
  color: #ffb500;
  margin-right: 10px;
}
.header-info-wrap .header-info a {
  display: inline-block;
  color: #b8c5d8;
}
.header-info-wrap .header-info a:hover {
  color: #ffb500;
}

.header-social {
  text-align: right;
  padding-right: 18px;
}
.header-social a {
  display: inline-block;
  color: #b8c5d8;
  margin-left: 25px;
}
.header-social a:hover {
  color: #ffb500;
}

.header-bottom {
  position: relative;
}
.header-bottom .open-mobile-menu {
  display: none;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .header-bottom .open-mobile-menu {
    display: inline-block;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .header-bottom .open-mobile-menu {
    display: inline-block;
  }
}
@media (max-width: 767px) {
  .header-bottom .open-mobile-menu {
    display: inline-block;
  }
}

.header-btn {
  position: relative;
  z-index: 99;
  padding-top: 35px;
  padding-bottom: 35px;
  padding-right: 87px;
  text-align: right;
  transform: translateY(-50px);
}
@media (min-width: 1200px) and (max-width: 1500px) {
  .header-btn {
    padding-top: 31px;
    padding-bottom: 30px;
    padding-right: 15px;
    transform: translateY(-15px);
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .header-btn {
    padding: 0;
    transform: translateY(0);
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .header-btn {
    padding: 0;
    transform: translateY(0);
  }
}
@media (max-width: 767px) {
  .header-btn {
    padding: 0;
    transform: translateY(0);
  }
}
.header-btn:before {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  left: -105px;
  right: -15px;
  background: #7dc642;
  clip-path: polygon(100% 0, 100% 100%, 0 100%, 6% 0);
  z-index: -1;
}
@media (min-width: 1200px) and (max-width: 1500px) {
  .header-btn:before {
    left: -45px;
    right: -15px;
    clip-path: polygon(100% 0, 100% 100%, 0 100%, 6% 0);
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .header-btn:before {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .header-btn:before {
    display: none;
  }
}
@media (max-width: 767px) {
  .header-btn:before {
    display: none;
  }
}
@media (min-width: 1200px) and (max-width: 1500px) {
  .header-btn .a-btn {
    padding: 20px 26px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .header-btn .a-btn {
    background: #7dc642;
    color: #fff;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .header-btn .a-btn {
    background: #7dc642;
    color: #fff;
  }
}
@media (max-width: 767px) {
  .header-btn .a-btn {
    background: #7dc642;
    color: #fff;
  }
}
.header-btn .a-btn:hover {
  background: #1f2b3b;
}
@media (max-width: 767px) {
  .header-btn .a-btn {
    display: none;
  }
}

.logo {
  position: relative;
  padding-top: 35px;
  padding-bottom: 35px;
  padding-left: 108px;
  z-index: 99;
  transform: translateY(-50px);
}
@media (min-width: 1200px) and (max-width: 1500px) {
  .logo {
    padding-top: 35px;
    padding-bottom: 33px;
    padding-left: 20px;
    transform: translateY(-15px);
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .logo {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 50px;
    transform: translateY(0);
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .logo {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 50px;
    transform: translateY(0);
  }
}
@media (max-width: 767px) {
  .logo {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    transform: translateY(0);
  }
}
.logo:before {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  left: -15px;
  right: -130px;
  background: #7dc642;
  clip-path: polygon(100% 0, 94% 100%, 0 100%, 0 0);
  z-index: -1;
}
@media (min-width: 1200px) and (max-width: 1500px) {
  .logo:before {
    right: -60px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .logo:before {
    right: -30px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .logo:before {
    right: -30px;
  }
}
@media (max-width: 767px) {
  .logo:before {
    right: -30px;
  }
}

.main-menu-wrap {
  position: relative;
  z-index: 10;
}
.main-menu-wrap:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #1f2b3b;
  z-index: -1;
  clip-path: polygon(95.5% 0, 93.5% 100%, 3% 100%, 5% 0);
}
@media (min-width: 1200px) and (max-width: 1500px) {
  .main-menu-wrap:before {
    clip-path: polygon(100% 0, 98.5% 100%, 1% 100%, 3% 0);
  }
}
.main-menu-wrap .main-menu {
  padding-left: 140px;
}
@media (min-width: 1200px) and (max-width: 1500px) {
  .main-menu-wrap .main-menu {
    padding-left: 40px;
  }
}
.main-menu-wrap .main-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.main-menu-wrap .main-menu ul li {
  display: inline-block;
  margin-right: 75px;
  position: relative;
}
@media (min-width: 1200px) and (max-width: 1500px) {
  .main-menu-wrap .main-menu ul li {
    margin-right: 35px;
  }
}
.main-menu-wrap .main-menu ul li:hover > a {
  color: #7dc642;
}
.main-menu-wrap .main-menu ul li:hover ul.sub-menu {
  visibility: visible;
  opacity: 1;
  top: 100%;
}
.main-menu-wrap .main-menu ul li a {
  display: block;
  font-size: 17px;
  line-height: 30px;
  color: #fff;
  font-weight: 600;
  font-family: "Microsoft YaHei", sans-serif;
  padding: 40px 0;
}
@media (min-width: 1200px) and (max-width: 1500px) {
  .main-menu-wrap .main-menu ul li a {
    padding: 43px 0;
  }
}
.main-menu-wrap .main-menu ul li ul.sub-menu {
  border-top: 2px solid #7dc642;
  position: absolute;
  left: 0;
  top: 110%;
  width: 250px;
  background: #fff;
  box-shadow: 0 15px 30px 0 rgba(0, 3, 143, 0.1);
  text-align: left;
  padding: 15px 0;
  z-index: 999;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.main-menu-wrap .main-menu ul li ul.sub-menu li {
  display: block;
  margin: 0;
}
.main-menu-wrap .main-menu ul li ul.sub-menu li a {
  color: #151f2d;
  padding: 10px 30px;
  text-transform: capitalize;
  position: relative;
}
.main-menu-wrap .main-menu ul li ul.sub-menu li a:hover {
  color: #7dc642;
}
.main-menu-wrap .main-menu ul li.has-dropdown:hover a:after {
  color: #7dc642;
}
.main-menu-wrap .main-menu ul li.has-dropdown > a:after {
  content: "";
  font-family: "Font Awesome 5 Pro";
  color: #b8c5d8;
  margin-left: 5px;
}

.header-top-2 {
  background: #f2f9ec;
}
@media (min-width: 768px) and (max-width: 991px) {
  .header-top-2 {
    display: none;
  }
}
@media (max-width: 767px) {
  .header-top-2 {
    display: none;
  }
}

.sidebar-open a:hover svg path {
  fill: #7dc642;
}
.sidebar-open a svg path {
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}

.cart-btn {
  text-align: right;
}
.cart-btn a {
  font-size: 18px;
  color: #1f2b3b;
  position: relative;
  display: inline-block;
}
.cart-btn a:hover {
  color: #7dc642;
}
.cart-btn a span {
  position: absolute;
  right: -20px;
  top: -15px;
  font-size: 16px;
  color: #fff;
  background: #7dc642;
  width: 22px;
  height: 22px;
  text-align: center;
  line-height: 22px;
  border-radius: 50%;
}

.main-menu-wrap-2 .main-menu {
  text-align: center;
}
.main-menu-wrap-2 .main-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.main-menu-wrap-2 .main-menu ul li {
  display: inline-block;
  margin: 0 20px;
  position: relative;
}
.main-menu-wrap-2 .main-menu ul li:hover > a {
  color: #7dc642;
}
.main-menu-wrap-2 .main-menu ul li:hover ul.sub-menu {
  visibility: visible;
  opacity: 1;
  top: 100%;
}
.main-menu-wrap-2 .main-menu ul li a {
  display: block;
  font-size: 18px;
  line-height: 30px;
  color: #1f2b3b;
  font-weight: 600;
  font-family: "Microsoft YaHei", sans-serif;
  padding: 18px 0;
}
.main-menu-wrap-2 .main-menu ul li ul.sub-menu {
  border-top: 2px solid #7dc642;
  position: absolute;
  left: 0;
  top: 110%;
  width: 250px;
  background: #fff;
  box-shadow: 0 15px 30px 0 rgba(0, 3, 143, 0.1);
  text-align: left;
  padding: 15px 0;
  z-index: 999;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.main-menu-wrap-2 .main-menu ul li ul.sub-menu li {
  display: block;
  margin: 0;
}
.main-menu-wrap-2 .main-menu ul li ul.sub-menu li a {
  color: #151f2d;
  padding: 10px 30px;
  position: relative;
}
.main-menu-wrap-2 .main-menu ul li ul.sub-menu li a:hover {
  color: #7dc642;
}
.main-menu-wrap-2 .main-menu ul li.has-dropdown:hover a:after {
  color: #7dc642;
}
.main-menu-wrap-2 .main-menu ul li.has-dropdown > a:after {
  content: "";
  font-family: "Font Awesome 5 Pro";
  color: #1f2b3b;
  margin-left: 5px;
  font-size: 14px;
}

.header-info-2 .icon {
  float: left;
  margin-right: 10px;
  margin-top: 8px;
}
.header-info-2 .icon i {
  font-size: 40px;
  color: #7dc642;
}
.header-info-2 .info {
  overflow: hidden;
}
.header-info-2 .info span {
  color: #808285;
  font-weight: 600;
  font-size: 16px;
}
.header-info-2 .info a {
  color: #363636;
  font-size: 16px;
  font-weight: 600;
  font-family: "Microsoft YaHei", sans-serif;
}

.header-lang {
  position: relative;
  display: inline-block;
  padding: 38px 0;
}
@media (max-width: 767px) {
  .header-lang {
    display: none;
  }
}
.header-lang:hover .header-lang-list {
  opacity: 1;
  visibility: visible;
}
.header-lang .lang-icon img {
  box-shadow: 0px 8px 16px 0px rgba(125, 198, 66, 0.2);
  border-radius: 50%;
  border: 4px solid #fff;
  width: 45px;
  height: 45px;
}
.header-lang .lang-icon a {
  font-size: 14px;
  color: #818181;
  margin-left: 5px;
  font-weight: 600;
}
.header-lang .lang-icon a i {
  font-size: 15px;
  position: relative;
  top: 2px;
  left: 3px;
}
.header-lang .header-lang-list {
  position: absolute;
  width: 120px;
  opacity: 0;
  visibility: hidden;
  padding: 5px 15px;
  border-top: 3px solid #7dc642;
  z-index: 999;
  background: #fff;
  top: 100%;
  box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.05);
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.header-lang .header-lang-list li {
  display: block;
  margin-bottom: 0;
  padding: 5px 0;
}
.header-lang .header-lang-list li a {
  display: block;
  color: #647589;
  font-size: 13px;
}

.logo-2 {
  text-align: center;
}

.header-bottom-2 {
  position: relative;
}
@media (max-width: 767px) {
  .header-bottom-2 {
    padding: 10px 0;
  }
}
.header-bottom-2 .open-mobile-menu {
  display: none;
}
@media (min-width: 768px) and (max-width: 991px) {
  .header-bottom-2 .open-mobile-menu {
    display: inline-block;
  }
}
@media (max-width: 767px) {
 .header-bottom-2 .open-mobile-menu {
    display: inline-block;
  }
}

.header-search {
  position: absolute;
  left: 145px;
  top: -40px;
  z-index: 99;
}
@media (min-width: 1200px) and (max-width: 1500px) {
  .header-search {
    left: 50px;
    top: -25px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .header-search {
    left: 50px;
    top: -25px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .header-search {
    display: none;
  }
}
@media (max-width: 767px) {
  .header-search {
    display: none;
  }
}
.header-search a {
  width: 80px;
  height: 80px;
  line-height: 80px;
  font-size: 24px;
  color: #fff;
  background: #7dc642;
  text-align: center;
}
@media (min-width: 1200px) and (max-width: 1500px) {
  .header-search a {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 20px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .header-search a {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 20px;
  }
}
.header-search a:before {
  content: "";
  position: absolute;
  left: 10px;
  top: 10px;
  width: 100%;
  height: 100%;
  border: 2px solid #7dc642;
  opacity: 0.2;
}
@media (min-width: 1200px) and (max-width: 1500px) {
  .header-search a:before {
    left: 5px;
    top: 5px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .header-search a:before {
    left: 5px;
    top: 5px;
  }
}

.social-share {
  position: absolute;
  right: 145px;
  top: -40px;
  z-index: 99;
}
@media (min-width: 1200px) and (max-width: 1500px) {
  .social-share {
    right: 50px;
    top: -25px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .social-share {
    right: 50px;
    top: -25px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .social-share {
    display: none;
  }
}
@media (max-width: 767px) {
  .social-share {
    display: none;
  }
}
.social-share > a {
  width: 80px;
  height: 80px;
  line-height: 80px;
  font-size: 24px;
  color: #fff;
  background: #7dc642;
  text-align: center;
}
@media (min-width: 1200px) and (max-width: 1500px) {
  .social-share > a {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 20px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .social-share > a {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 20px;
  }
}
.social-share > a:before {
  content: "";
  position: absolute;
  left: 10px;
  top: 10px;
  width: 100%;
  height: 100%;
  border: 2px solid #7dc642;
  opacity: 0.2;
}
@media (min-width: 1200px) and (max-width: 1500px) {
  .social-share > a:before {
    left: 5px;
    top: 5px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .social-share > a:before {
    left: 5px;
    top: 5px;
  }
}
.social-share:hover .social-icon {
  visibility: visible;
  opacity: 1;
  z-index: 1;
}
.social-share .social-icon {
  position: absolute;
  top: 100%;
  left: 0;
  visibility: hidden;
  opacity: 0;
  z-index: -1;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.social-share .social-icon a {
  width: 80px;
  height: 80px;
  line-height: 80px;
  font-size: 24px;
  color: #fff;
  background: #7dc642;
  text-align: center;
  margin-top: 5px;
}
@media (min-width: 1200px) and (max-width: 1500px) {
  .social-share .social-icon a {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 20px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .social-share .social-icon a {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 20px;
  }
}
.social-share .social-icon .facebook {
  background: #37538d;
}
.social-share .social-icon .twitter {
  background: #47a5ed;
}
.social-share .social-icon .pinterest {
  background: #be1e24;
}
.social-share .social-icon .instagram {
  background: radial-gradient(circle farthest-corner at 35% 90%, #fec564, transparent 50%), radial-gradient(circle farthest-corner at 0 140%, #fec564, transparent 50%), radial-gradient(ellipse farthest-corner at 0 -25%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 20% -50%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 0, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 60% -20%, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 100%, #d9317a, transparent), -webkit-gradient(linear, left top, left bottom, from(#6559ca), color-stop(30%, #bc318f), color-stop(50%, #e33f5f), color-stop(70%, #f77638), to(#fec66d));
  background: -o-radial-gradient(35% 90%, circle farthest-corner, #fec564, transparent 50%), -o-radial-gradient(0 140%, circle farthest-corner, #fec564, transparent 50%), -o-radial-gradient(0 -25%, ellipse farthest-corner, #5258cf, transparent 50%), -o-radial-gradient(20% -50%, ellipse farthest-corner, #5258cf, transparent 50%), -o-radial-gradient(100% 0, ellipse farthest-corner, #893dc2, transparent 50%), -o-radial-gradient(60% -20%, ellipse farthest-corner, #893dc2, transparent 50%), -o-radial-gradient(100% 100%, ellipse farthest-corner, #d9317a, transparent), -o-linear-gradient(#6559ca, #bc318f 30%, #e33f5f 50%, #f77638 70%, #fec66d 100%);
  background: radial-gradient(circle farthest-corner at 35% 90%, #fec564, transparent 50%), radial-gradient(circle farthest-corner at 0 140%, #fec564, transparent 50%), radial-gradient(ellipse farthest-corner at 0 -25%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 20% -50%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 0, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 60% -20%, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 100%, #d9317a, transparent), linear-gradient(#6559ca, #bc318f 30%, #e33f5f 50%, #f77638 70%, #fec66d 100%);
}

.search-area {
  visibility: hidden;
  opacity: 0;
  z-index: -99;
}
.search-area a.search-close {
  position: absolute;
  right: 100px;
  top: 100px;
  color: #7dc642;
  z-index: 999;
  width: 50px;
  height: 50px;
  text-align: center;
  background: #fff;
  border-radius: 50%;
  line-height: 54px;
  font-size: 24px;
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s ease-out 1s;
}
@media (max-width: 767px) {
  .search-area a.search-close {
    right: 50%;
    transform: translateX(50%);
  }
}
.search-area a.search-close:hover {
  background: red;
  color: #fff;
}
.search-area .search-form {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s ease-out 1s;
}
.search-area .search-form form {
  position: relative;
}
.search-area .search-form form input {
  width: 100%;
  height: 70px;
  border: 0;
  border-radius: 100px;
  padding-left: 35px;
  padding-right: 60px;
  background: #fff;
  font-size: 20px;
}
.search-area .search-form form input::-webkit-input-placeholder {
  font-size: 20px;
}
.search-area .search-form form input:-moz-placeholder {
  font-size: 20px;
}
.search-area .search-form form input::-moz-placeholder {
  font-size: 20px;
}
.search-area .search-form form input:-ms-input-placeholder {
  font-size: 20px;
}
.search-area .search-form form button {
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  height: 60px;
  width: 60px;
  border-radius: 50%;
  border: 0;
  background: #7dc642;
  color: #fff;
}
.search-area .search-form form button:hover {
  -webkit-transform: translateY(-50%) rotate(360deg);
  -ms-transform: translateY(-50%) rotate(360deg);
  transform: translateY(-50%) rotate(360deg);
}

.search-area.active {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  overflow: hidden;
  outline: 0;
  visibility: visible;
  opacity: 1;
}
.search-area.active a.search-close {
  visibility: visible;
  opacity: 1;
}
.search-area.active .search-area-bg {
  height: 100%;
  width: 100%;
  background-color: rgba(23, 26, 33, 0.95);
}
.search-area.active .search-area-bg {
  background-color: rgba(0, 0, 0, 0.87);
  padding-bottom: 100%;
  border-radius: 100%;
  overflow: hidden;
  -webkit-animation: search-animation 0.8s ease-out forwards;
  animation: search-animation 0.8s ease-out forwards;
}
.search-area.active .search-form {
  visibility: visible;
  opacity: 1;
}

@-webkit-keyframes search-animation {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.04) translateY(300%);
    transform: scale(0.04) translateY(300%);
  }
  40% {
    -webkit-transform: scale(0.04) translateY(0);
    transform: scale(0.04) translateY(0);
    -webkit-transition: ease-out;
    -o-transition: ease-out;
    transition: ease-out;
  }
  40% {
    -webkit-transform: scale(0.04) translateY(0);
    transform: scale(0.04) translateY(0);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(0.02) translateY(0px);
    transform: scale(0.02) translateY(0px);
  }
  61% {
    opacity: 1;
    -webkit-transform: scale(0.04) translateY(0px);
    transform: scale(0.04) translateY(0px);
  }
  99.9% {
    opacity: 1;
    height: 0;
    padding-bottom: 100%;
    border-radius: 100%;
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(2) translateY(0px);
    transform: scale(2) translateY(0px);
    height: 100%;
    padding-bottom: 0;
    border-radius: 0;
  }
}
@keyframes search-animation {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.04) translateY(300%);
    transform: scale(0.04) translateY(300%);
  }
  40% {
    -webkit-transform: scale(0.04) translateY(0);
    transform: scale(0.04) translateY(0);
    -webkit-transition: ease-out;
    -o-transition: ease-out;
    transition: ease-out;
  }
  40% {
    -webkit-transform: scale(0.04) translateY(0);
    transform: scale(0.04) translateY(0);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(0.02) translateY(0px);
    transform: scale(0.02) translateY(0px);
  }
  61% {
    opacity: 1;
    -webkit-transform: scale(0.04) translateY(0px);
    transform: scale(0.04) translateY(0px);
  }
  99.9% {
    opacity: 1;
    height: 0;
    padding-bottom: 100%;
    border-radius: 100%;
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(2) translateY(0px);
    transform: scale(2) translateY(0px);
    height: 100%;
    padding-bottom: 0;
    border-radius: 0;
  }
}
.side-mobile-menu {
  display: none;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .side-mobile-menu {
    display: block;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .side-mobile-menu {
    display: block;
  }
}
@media (max-width: 767px) {
  .side-mobile-menu {
    display: block;
  }
}

.sidebar-widget-wrapper {
  display: block;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .sidebar-widget-wrapper {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sidebar-widget-wrapper {
    display: none;
  }
}
@media (max-width: 767px) {
  .sidebar-widget-wrapper {
    display: none;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .home-page-2 .sidebar-widget-wrapper {
    display: block;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .home-page-2 .side-mobile-menu {
    display: none;
  }
}

.slide-bar {
  position: fixed;
  overflow-y: auto;
  top: 0;
  right: -330px;
  width: 300px;
  padding: 25px 20px;
  height: 100%;
  display: block;
  background-color: #ffffff;
  z-index: 1020;
  -webkit-transition: all 600ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition: all 600ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 600ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  box-shadow: -5px 0 20px -5px rgba(0, 0, 0, 0.5);
}

.slide-bar.show {
  right: 0;
}

.open-mobile-menu {
  display: inline-block;
}
.open-mobile-menu a {
  display: block;
  width: 50px;
  height: 50px;
  background: #212121;
  text-align: center;
  line-height: 50px;
  font-size: 20px;
  margin-left: 20px;
  color: #fff;
}
.open-mobile-menu a:hover {
  background: #7dc642;
}
.open-mobile-menu a.active {
  background: #7dc642;
}

.close-mobile-menu a {
  color: #212121;
  position: relative;
  z-index: 2;
  font-size: 16px;
  top: -10px;
  left: 0;
}
.close-mobile-menu a:hover {
  color: #ff0000;
}

.on-side {
  overflow: hidden;
}

.body-overlay {
  background-color: rgba(0, 0, 0, 0.5);
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 4;
  left: 0;
  opacity: 0;
  display: none;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}

.body-overlay.active {
  opacity: 1;
  display: block;
}

.side-mobile-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.side-mobile-menu ul li a {
  padding: 13px 0;
  display: block;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  font-size: 16px;
  color: #101a23;
  font-weight: 700;
  position: relative;
}
.side-mobile-menu ul li a:hover {
  color: #7dc642;
  padding-left: 5px;
}
.side-mobile-menu ul li a[aria-expanded=true] {
  color: #7dc642;
}
.side-mobile-menu ul li a[aria-expanded=true]:before {
  background: #7dc642;
  border-color: #7dc642;
}
.side-mobile-menu ul li ul {
  padding-left: 0;
  list-style: none;
}
.side-mobile-menu ul li ul li {
  padding-left: 15px;
}
.side-mobile-menu ul li ul li:hover > a {
  color: #7dc642;
  padding-left: 20px;
}
.side-mobile-menu ul li ul li:hover > a:before {
  background: #7dc642;
  border-color: #7dc642;
}
.side-mobile-menu ul li ul li a {
  position: relative;
  padding-left: 15px;
  text-transform: capitalize;
  font-size: 16px;
}
.side-mobile-menu ul li ul li a:before {
  content: "";
  width: 8px;
  height: 8px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  border: 2px solid #101a23;
  border-radius: 50%;
}
.side-mobile-menu ul li ul li a[aria-expanded=true] {
  padding-left: 20px;
}
.side-mobile-menu ul li.has-dropdown > a:after {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  border-width: 2px 0 0 2px;
  border-style: solid;
  border-color: initial;
  right: 16px;
  top: 50%;
  -webkit-transform: rotate(-45deg) translateY(-50%);
  transform: rotate(-45deg) translateY(-50%);
  -webkit-transform-origin: top;
  transform-origin: top;
  transition: all 0.3s ease-out;
}
.side-mobile-menu ul li.has-dropdown a[aria-expanded=true]:after {
  -webkit-transform: rotate(-135deg) translateY(-50%);
  transform: rotate(-135deg) translateY(-50%);
}

.breadcrumb-area {
  position: relative;
  margin-top: 10px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .breadcrumb-area {
    margin-top: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .breadcrumb-area {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .breadcrumb-area {
    margin-top: 0;
  }
}
.breadcrumb-area .title {
  color: #fff;
  font-size: 50px;
  line-height: 100px;
  margin-bottom: 22px;
}
.breadcrumb-area .title a:hover {
  color: #7dc642;
}
@media (min-width: 768px) and (max-width: 991px) {
  .breadcrumb-area .title {
    font-size: 50px;
    line-height: 60px;
  }
}
@media (max-width: 767px) {
  .breadcrumb-area .title {
    font-size: 30px;
    line-height: 50px;
  }
}
.breadcrumb-area ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.breadcrumb-area ul li {
  display: inline-block;
  font-size: 30px;
  font-weight: 600;
  color: #fff;
}
@media (min-width: 768px) and (max-width: 991px) {
  .breadcrumb-area ul li {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .breadcrumb-area ul li {
    font-size: 16px;
  }
}
.breadcrumb-area ul li:after {
  content: "||";
  margin-left: 28px;
  margin-right: 24px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .breadcrumb-area ul li:after {
    margin-left: 18px;
    margin-right: 14px;
  }
}
@media (max-width: 767px) {
  .breadcrumb-area ul li:after {
    margin-left: 10px;
    margin-right: 6px;
  }
}
.breadcrumb-area ul li:last-child:after {
  display: none;
}
.breadcrumb-area ul li a {
  display: inline-block;
  color: #fff;
}
.breadcrumb-area ul li a:hover {
  color: #7dc642;
}

.progress-circular {
  margin-bottom: 30px;
  text-align: center;
}
.progress-circular h4 {
  font-size: 26px;
  line-height: 28px;
  margin-bottom: 10px;
  margin-top: 30px;
  color: #363636;
}
.progress-circular p {
  font-size: 16px;
  line-height: 28px;
  color: #686868;
  margin-bottom: 0;
}

.progress-circular.text-white h4 {
  color: #fff;
}
.progress-circular.text-white p {
  color: #a0adc0;
}

.approch-area {
  background-color: #1f2b3b;
}

.approch-wrap {
  margin-bottom: 30px;
}
.approch-wrap:hover .approch-thumb img {
  transform: scale(1.1);
}
.approch-wrap:hover .approch-details {
  background: #7dc642;
}
.approch-wrap .approch-thumb {
  overflow: hidden;
}
.approch-wrap .approch-thumb a {
  display: block;
}
.approch-wrap .approch-thumb img {
  width: 100%;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.approch-wrap .approch-details {
  text-align: center;
  padding: 40px 35px;
  background: #314156;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.approch-wrap .approch-details h4 {
  font-size: 24px;
  margin-bottom: 15px;
}
.approch-wrap .approch-details h4 a {
  color: #fff;
}
.approch-wrap .approch-details h4 a:hover {
  color: #fff;
}
.approch-wrap .approch-details p {
  margin-bottom: 0;
  color: #fff;
  font-size: 16px;
  line-height: 26px;
}
.approch-wrap .approch-details .read-more {
  color: #fff;
  font-size: 30px;
  margin-top: 12px;
}

.offer-area .offer-details .cat {
  font-size: 24px;
  color: #7dc642;
  margin-bottom: 30px;
  font-weight: 700;
}
.offer-area .offer-details h4 {
  font-size: 60px;
  line-height: 50px;
  font-weight: 700;
  margin-bottom: 35px;
}
.offer-area .offer-details h5 {
  font-size: 45px;
  line-height: 50px;
  font-weight: 600;
  margin-bottom: 12px;
}
.offer-area .offer-details .price {
  font-size: 18px;
  color: #808285;
  display: block;
}
.offer-area .offer-details .a-btn {
  margin-top: 40px;
}
.offer-area .offer-thumb {
  position: relative;
  text-align: center;
}
.offer-area .offer-thumb .seal {
  position: absolute;
  right: 0;
  top: 0;
}

.cdown {
  display: inline-block;
  width: 110px;
  text-align: center;
  font-weight: 500;
  padding: 18px 0;
  background: #fff;
  margin-right: 25px;
  border-right: 4px solid #7dc642;
  border-bottom: 4px solid #7dc642;
  margin-bottom: 30px;
}
.cdown:last-child {
  margin-right: 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cdown {
    width: 100px;
  }
}
.cdown span {
  font-size: 43px;
  color: #7dc642;
  line-height: 1;
  display: block;
  margin-bottom: 0;
  font-weight: 600;
  font-family: "Microsoft YaHei", sans-serif;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cdown span {
    font-size: 36px;
  }
}
.cdown p {
  font-size: 14px;
  color: #363636;
  line-height: 1;
  margin-bottom: 14px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
}


.blog-area {
  background-size: contain;
  background-color: #f5faed;
}

.blog-grid-area {
  background-color: #f5faed;
}

.blog-box-wrap {
  position: relative;
  margin-bottom: 30px;
}
.blog-box-wrap:hover .blog-box-thumb img {
  transform: scale(1.05);
}
.blog-box-wrap .blog-box-thumb {
  overflow: hidden;
  position: relative;
}
.blog-box-wrap .blog-box-thumb a {
  display: block;
}
.blog-box-wrap .blog-box-thumb img {
  width: 100%;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.blog-box-wrap .blog-box-thumb .blog-box-date {
  position: absolute;
  right: 30px;
  top: 30px;
  padding: 13px 15px;
  background-color: #fff;
  color: #363636;
  font-size: 24px;
  line-height: 28px;
  text-transform: capitalize;
  font-weight: 700;
  text-align: center;
}
.blog-box-wrap .blog-box-thumb .blog-box-date span {
  font-size: 20px;
  display: block;
}
.blog-box-wrap .blog-box-details {
  position: relative;
  padding: 30px;
  top: -40px;
  left: 30px;
  background: #fff;
  width: calc(100% - 60px);
}
.blog-box-wrap .blog-box-details h4 {
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 10px;
}
.blog-box-wrap .blog-box-details h4 a {
  color: #363636;
}
.blog-box-wrap .blog-box-details h4 a:hover {
  color: #7dc642;
}
.blog-box-wrap .blog-box-details .read-more {
  font-size: 14px;
  font-family: "Microsoft YaHei", sans-serif;
  font-weight: 700;
  color: #808285;
  border-bottom: 1px solid #808285;
}
.blog-box-wrap .blog-box-details .read-more:hover {
  color: #7dc642;
}
.blog-box-wrap .blog-box-details .read-more i {
  margin-left: 5px;
}

.blog-pagination ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.blog-pagination ul li {
  display: inline-block;
  margin-bottom: 30px;
}
.blog-pagination ul li a {
  background: #ffffff;
  color: #9990b8;
  font-size: 16px;
  font-weight: 500;
  border-radius: 50%;
  margin: 0 5px;
  display: inline-block;
  text-align: center;
  border: 2px solid #eaebec;
  height: 60px;
  width: 60px;
  line-height: 56px;
}
.blog-pagination ul li a:hover {
  color: #fff;
  background-color: #7dc642;
  border-color: #7dc642;
}
.okk {
  background: #9990b8;
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  border-radius: 50%;
  margin: 0 5px;
  display: inline-block;
  text-align: center;
  border: 2px solid #eaebec;
  height: 60px;
  width: 60px;
  line-height: 56px;
}

.blog-wrap {
  margin-bottom: 40px;
}
.blog-wrap .blog-wrap-thumb a {
  display: block;
}
.blog-wrap .blog-wrap-thumb img {
  width: 100%;
}
.blog-wrap .blog-wrap-details {
  padding: 40px;
  background: #fff;
}
.blog-wrap .blog-wrap-details .blog-wrap-meta span {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  color: #808285;
  margin-right: 20px;
}
.blog-wrap .blog-wrap-details .blog-wrap-meta span i {
  color: #7dc642;
  margin-right: 5px;
}
.blog-wrap .blog-wrap-details .blog-wrap-meta span a {
  color: #808285;
}
.blog-wrap .blog-wrap-details .blog-wrap-meta span a:hover {
  color: #7dc642;
}
.blog-wrap .blog-wrap-details .blog-wrap-title {
  font-size: 34px;
  line-height: 1.3;
  margin-bottom: 20px;
  font-weight: 600;
}
.blog-wrap .blog-wrap-details .blog-wrap-title a {
  color: #363636;
}
.blog-wrap .blog-wrap-details .blog-wrap-title a:hover {
  color: #7dc642;
}
.blog-wrap .blog-wrap-details .blog-wrap-text p {
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 0;
}
.blog-wrap .blog-wrap-details .read-more a {
  padding: 20px 50px;
}

.blog-single-wrap {
  margin-bottom: 40px;
}
.blog-single-wrap .blog-wrap-thumb a {
  display: block;
}
.blog-single-wrap .blog-wrap-thumb img {
  width: 100%;
}
.blog-single-wrap .blog-wrap-details {
  padding: 40px;
  background: #fff;
}
@media (max-width: 767px) {
  .blog-single-wrap .blog-wrap-details {
    padding: 20px;
  }
}
.blog-single-wrap .blog-wrap-details h1, .blog-single-wrap .blog-wrap-details h2, .blog-single-wrap .blog-wrap-details h3, .blog-single-wrap .blog-wrap-details h4, .blog-single-wrap .blog-wrap-details h5, .blog-single-wrap .blog-wrap-details h6 {
  font-weight: 600;
}
.blog-single-wrap .blog-wrap-details .blog-wrap-meta span {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  color: #808285;
  margin-right: 20px;
}
.blog-single-wrap .blog-wrap-details .blog-wrap-meta span i {
  color: #7dc642;
  margin-right: 5px;
}
.blog-single-wrap .blog-wrap-details .blog-wrap-meta span a {
  color: #808285;
}
.blog-single-wrap .blog-wrap-details .blog-wrap-meta span a:hover {
  color: #7dc642;
}
.blog-single-wrap .blog-wrap-details .blog-wrap-title {
  font-size: 34px;
  line-height: 1.3;
  margin-bottom: 5px;
  font-weight: 600;
}
@media (max-width: 767px) {
  .blog-single-wrap .blog-wrap-details .blog-wrap-title {
    font-size: 24px;
  }
}
.blog-single-wrap .blog-wrap-details .blog-wrap-title a {
  color: #363636;
}
.blog-single-wrap .blog-wrap-details .blog-wrap-title a:hover {
  color: #7dc642;
}
.blog-single-wrap .blog-wrap-details .blog-wrap-text p {
  font-size: 16px;
  line-height: 28px;
}
.blog-single-wrap .blog-wrap-details .blog-wrap-text blockquote {
  background: #363636;
  padding: 50px;
  position: relative;
  padding-left: 120px;
}
.blog-single-wrap .blog-wrap-details .blog-wrap-text blockquote:before {
  content: "";
  left: 50px;
  top: 50px;
  position: absolute;
  color: #6f6f6f;
  font-family: "Font Awesome 5 Pro";
  font-weight: 700;
  font-size: 41px;
}
.blog-single-wrap .blog-wrap-details .blog-wrap-text blockquote p {
  font-size: 26px;
  margin-bottom: 20px;
  color: #ffffff;
  font-weight: 500;
  line-height: 1.3;
}
.blog-single-wrap .blog-wrap-details .blog-wrap-text blockquote footer {
  font-size: 14px;
  letter-spacing: 2px;
  color: #ffffff;
  font-weight: 500;
  text-transform: uppercase;
}
.blog-single-wrap .blog-wrap-details .blog-wrap-text .blog-post-tag span {
  font-size: 18px;
  font-weight: 600;
  display: block;
  margin-bottom: 17px;
  font-family: "Microsoft YaHei", sans-serif;
  color: #363636;
}
.blog-single-wrap .blog-wrap-details .blog-wrap-text .blog-post-tag a {
  color: #646974;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  border: 2px solid #eaedff;
  padding: 12px 24px;
  margin-right: 10px;
  transition: 0.3s;
  border-radius: 5px;
  margin-bottom: 10px;
}
.blog-single-wrap .blog-wrap-details .blog-wrap-text .blog-post-tag a:last-child {
  margin-right: 0;
}
.blog-single-wrap .blog-wrap-details .blog-wrap-text .blog-post-tag a:hover {
  color: #fff;
  background: #7dc642;
  border-color: #7dc642;
}
.blog-single-wrap .blog-wrap-details .blog-wrap-text .blog-share-icon span {
  font-size: 18px;
  font-weight: 600;
  font-family: "Microsoft YaHei", sans-serif;
  color: #363636;
  display: block;
  margin-bottom: 17px;
}
.blog-single-wrap .blog-wrap-details .blog-wrap-text .blog-share-icon a {
  color: #6f7172;
  font-size: 18px;
  transition: 0.3s;
  margin-right: 22px;
}
.blog-single-wrap .blog-wrap-details .blog-wrap-text .blog-share-icon a:last-child {
  margin-right: 0;
}
.blog-single-wrap .blog-wrap-details .blog-wrap-text .blog-share-icon a:hover {
  color: #7dc642;
}
.blog-single-wrap .blog-author {
  background: #fff;
  padding: 0 60px 44px 60px;
}
.blog-single-wrap .blog-author .author-img {
  margin-bottom: 5px;
}
.blog-single-wrap .blog-author .author-img img {
  margin-top: 10px;
}
.blog-single-wrap .blog-author .author-text h3 {
  font-size: 24px;
  margin-bottom: 15px;
  font-weight: 600;
}
.blog-single-wrap .blog-author .author-text .author-icon {
  margin-top: 6px;
  margin-bottom: 25px;
}
.blog-single-wrap .blog-author .author-text .author-icon a {
  font-size: 16px;
  color: #9498b6;
  margin: 0 5px;
}
.blog-single-wrap .blog-author .author-text .author-icon a:hover {
  color: #7dc642;
}
.blog-single-wrap .blog-author .author-text p {
  margin-bottom: 0;
}
.blog-single-wrap .blog-comments {
  border-bottom: 1px solid #eaedff;
  margin-bottom: 42px;
  padding-bottom: 46px;
  background: #fff;
  padding: 40px;
}
.blog-single-wrap .blog-comments .blog-comment-title h2 {
  font-size: 26px;
  margin-bottom: 0;
  font-weight: 600;
}
.blog-single-wrap .blog-comments .latest-comments ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.blog-single-wrap .blog-comments .latest-comments ul li:first-child .comments-box {
  border-top: 0;
  padding-top: 0;
}
.blog-single-wrap .blog-comments .latest-comments ul li .comments-box {
  border-top: 1px solid #eaedff;
  padding: 30px 0;
}
.blog-single-wrap .blog-comments .latest-comments ul li .comments-box .comments-avatar {
  float: left;
}
@media (max-width: 767px) {
  .blog-single-wrap .blog-comments .latest-comments ul li .comments-box .comments-avatar {
    float: none;
  }
}
.blog-single-wrap .blog-comments .latest-comments ul li .comments-box .comments-avatar img {
  width: 100px;
  margin-right: 20px;
}
.blog-single-wrap .blog-comments .latest-comments ul li .comments-box .comments-text {
  overflow: hidden;
  padding-top: 4px;
}
@media (max-width: 767px) {
  .blog-single-wrap .blog-comments .latest-comments ul li .comments-box .comments-text {
    margin-top: 15px;
  }
}
.blog-single-wrap .blog-comments .latest-comments ul li .comments-box .comments-text .avatar-name {
  margin-bottom: 3px;
  overflow: hidden;
  position: relative;
}
.blog-single-wrap .blog-comments .latest-comments ul li .comments-box .comments-text .avatar-name h5 {
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 7px;
  text-transform: capitalize;
}
.blog-single-wrap .blog-comments .latest-comments ul li .comments-box .comments-text .avatar-name span {
  color: #7dc642;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.blog-single-wrap .blog-comments .latest-comments ul li .comments-box .comments-text .avatar-name .reply {
  color: #363636;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  transition: 0.3s;
  line-height: 1;
  float: right;
  margin-top: 4px;
  position: absolute;
  right: 0;
  top: 0;
}
.blog-single-wrap .blog-comments .latest-comments ul li .comments-box .comments-text .avatar-name .reply i {
  margin-right: 5px;
}
.blog-single-wrap .blog-comments .latest-comments ul li .comments-box .comments-text .avatar-name .reply:hover {
  color: #7dc642;
}
.blog-single-wrap .blog-comments .latest-comments ul li .comments-box .comments-text .comments-text p {
  margin-bottom: 0;
  margin-top: 8px;
}
.blog-single-wrap .blog-comments .latest-comments ul li.children {
  margin-left: 100px;
}
@media (max-width: 767px) {
  .blog-single-wrap .blog-comments .latest-comments ul li.children {
    margin-left: 0;
  }
}
.blog-single-wrap .post-comments-form {
  background: #fff;
  padding: 40px;
}
.blog-single-wrap .post-comments-form .post-comments-title {
  margin-bottom: 39px;
}
.blog-single-wrap .post-comments-form form .contact-icon {
  position: relative;
}
.blog-single-wrap .post-comments-form form .contact-icon:after {
  position: absolute;
  content: "";
  font-family: "Font Awesome 5 Pro";
  font-weight: 700;
  display: inline-block;
  font-size: 16px;
  text-align: center;
  right: 30px;
  color: #7dc642;
  top: 18px;
}
.blog-single-wrap .post-comments-form form .contacts-message:after {
  content: "";
}
.blog-single-wrap .post-comments-form form .contacts-name:after {
  content: "";
}
.blog-single-wrap .post-comments-form form .contacts-email:after {
  content: "";
}
.blog-single-wrap .post-comments-form form .contacts-website:after {
  content: "";
}
.blog-single-wrap .post-comments-form form textarea {
  border: none;
  height: 150px;
  margin-bottom: 20px;
  padding: 30px;
  width: 100%;
  color: #a7a7c1;
  font-size: 14px;
  background: #F4F7FC;
}
.blog-single-wrap .post-comments-form form textarea:focus::-webkit-input-placeholder {
  color: transparent;
}
.blog-single-wrap .post-comments-form form textarea:focus:-moz-placeholder {
  color: transparent;
}
.blog-single-wrap .post-comments-form form textarea:focus::-moz-placeholder {
  color: transparent;
}
.blog-single-wrap .post-comments-form form textarea:focus:-ms-input-placeholder {
  color: transparent;
}
.blog-single-wrap .post-comments-form form input {
  border: none;
  height: 60px;
  margin-bottom: 20px;
  padding: 0 30px;
  width: 100%;
  font-size: 14px;
  color: #a7a7c1;
  background: #F4F7FC;
}
.blog-single-wrap .post-comments-form form input:focus::-webkit-input-placeholder {
  color: transparent;
}
.blog-single-wrap .post-comments-form form input:focus:-moz-placeholder {
  color: transparent;
}
.blog-single-wrap .post-comments-form form input:focus::-moz-placeholder {
  color: transparent;
}
.blog-single-wrap .post-comments-form form input:focus:-ms-input-placeholder {
  color: transparent;
}
.blog-single-wrap .post-comments-form form .a-btn {
  border: 0;
  padding: 22px 50px;
  border-radius: 0;
}

.blog-box-wrap-2 {
  margin-bottom: 30px;
}
.blog-box-wrap-2:hover .blog-box-thumb img {
  transform: scale(1.05);
}
.blog-box-wrap-2 .blog-box-thumb {
  overflow: hidden;
  position: relative;
}
.blog-box-wrap-2 .blog-box-thumb a {
  display: block;
}
.blog-box-wrap-2 .blog-box-thumb img {
  width: 100%;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.blog-box-wrap-2 .blog-box-meta {
  border-bottom: 1px solid #e6e6e6;
  padding: 24px 0;
  margin-bottom: 26px;
}
.blog-box-wrap-2 .blog-box-meta span {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  color: #808285;
  margin-right: 20px;
}
.blog-box-wrap-2 .blog-box-meta span i {
  color: #7dc642;
  margin-right: 5px;
}
.blog-box-wrap-2 .blog-box-meta span a {
  color: #808285;
}
.blog-box-wrap-2 .blog-box-meta span a:hover {
  color: #7dc642;
}
.blog-box-wrap-2 .blog-box-details h4 {
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 16px;
}
.blog-box-wrap-2 .blog-box-details h4 a {
  color: #363636;
}
.blog-box-wrap-2 .blog-box-details h4 a:hover {
  color: #7dc642;
}
.blog-box-wrap-2 .blog-box-details p {
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 0;
}
.blog-box-wrap-2 .blog-box-details .read-more {
  margin-top: 35px;
  background: #7dc642;
  color: #fff;
}
.blog-box-wrap-2 .blog-box-details .read-more:hover {
  background: #ffb500;
  color: #fff;
}

.service-category-widget ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.service-category-widget ul li {
  display: block;
}
.service-category-widget ul li:last-child a {
  border-bottom: 0;
}
.service-category-widget ul li a {
  font-size: 20px;
  color: #363636;
  font-weight: 600;
  font-family: "Microsoft YaHei", sans-serif;
  background: #fff;
  padding: 25px 40px;
  display: block;
  border-bottom: 2px solid #e3f2d6;
}
.service-category-widget ul li a i {
  float: right;
  line-height: 32px;
  color: gray;
}
.service-category-widget ul li a:hover {
  background: #7dc642;
  color: #fff;
  border-color: #7dc642;
}

.service-download-widget {
  background-color: #7dc642;
  background-image: url(/assets/img/bg/widget-bg.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 60px;
}
.service-download-widget h3 {
  font-size: 48px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 25px;
  position: relative;
  padding-bottom: 20px;
  text-transform: capitalize;
}
.service-download-widget h3:before {
  content: "";
  background-image: url(/images/shape/border-shape-white.png);
  background-size: contain;
  background-position: center center;
  width: 80px;
  height: 10px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-repeat: no-repeat;
}
.service-download-widget ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.service-download-widget ul li {
  display: block;
  margin-bottom: 8px;
}
.service-download-widget ul li a {
  color: #fff;
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
}
.service-download-widget ul li a i {
  margin-right: 10px;
}

.blog-sidebar .blog-widget {
  padding: 30px;
  background: #fff;
  margin-bottom: 40px;
}
.blog-sidebar .blog-widget .widget-title {
  font-size: 35px;
  font-weight: 600;
  color: #7dc642;
  margin-bottom: 25px;
  position: relative;
  padding-bottom: 20px;
}
.blog-sidebar .blog-widget .widget-title:before {
  content: "";
  background-image: url(/images/shape/border-shape.png);
  background-size: contain;
  background-position: center center;
  width: 80px;
  height: 10px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-repeat: no-repeat;
}

.recent-posts {
  list-style: none;
  margin: 0;
  padding: 0;
}
.recent-posts li {
  border-top: 1px solid #eaedff;
  padding: 20px 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.recent-posts li:first-child {
  border: 0;
  padding-top: 0;
}
.recent-posts li .recent-posts-thumb {
  width: 80px;
  height: 80px;
  overflow: hidden;
}
.recent-posts li .recent-posts-thumb img {
  width: 100%;
  border-radius: 50%;
}
.recent-posts li .recent-posts-details {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
  padding-left: 15px;
}
.recent-posts li .recent-posts-details h6 {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 500;
}
.recent-posts li .recent-posts-details h6 a {
  color: #363636;
}
.recent-posts li .recent-posts-details h6 a:hover {
  color: #7dc642;
}
.recent-posts li .recent-posts-details span {
  font-size: 12px;
}

.search-widget {
  position: relative;
}
.search-widget input {
  width: 100%;
  height: 60px;
  border: 0;
  background: #f5f5f5;
  padding: 0 20px;
}
.search-widget input:focus::-webkit-input-placeholder {
  color: transparent;
}
.search-widget input:focus:-moz-placeholder {
  color: transparent;
}
.search-widget input:focus::-moz-placeholder {
  color: transparent;
}
.search-widget input:focus:-ms-input-placeholder {
  color: transparent;
}
.search-widget button {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  background: #363636;
  padding: 0 25px;
  color: #ffffff;
  line-height: 60px;
  border: 0;
}
.search-widget button:hover {
  background: #7dc642;
}

.categories-widget {
  list-style: none;
  margin: 0;
  padding: 0;
}
.categories-widget li {
  border-top: 1px solid #eaedff;
  padding: 15px 0;
  overflow: hidden;
}
.categories-widget li:first-child {
  border-top: 0;
  padding-top: 0;
}
.categories-widget li a {
  display: block;
  color: #808285;
}
.categories-widget li a:hover {
  color: #7dc642;
}
.categories-widget li a span {
  float: right;
}

.social-profile a {
  height: 50px;
  width: 50px;
  text-align: center;
  background: #363636;
  line-height: 50px;
  margin-right: 2px;
  display: inline-block;
  color: #ffffff;
  margin-bottom: 5px;
}
.social-profile a:hover {
  background: #7dc642;
}

.tag-widget a {
  display: inline-block;
  line-height: 1;
  padding: 12px 15px;
  background: #F4F7FC;
  margin-bottom: 8px;
  margin-right: 5px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 400;
  color: #5f5b5b;
}
.tag-widget a:hover {
  background: #7dc642;
  color: #fff;
}

.banner-widget img {
  width: 100%;
  max-width: 100%;
}

.sidebar-widget {
  margin-bottom: 30px;
}

.logo-side {
  padding: 15px 0;
  background: #7dc642;
  text-align: center;
}

.instagram {
  overflow: hidden;
  margin: 0 -4px;
}
.instagram > a {
  float: left;
  width: 33.33%;
  padding: 0 4px;
  margin-bottom: 7px;
}

.social-widget a {
  color: #363636;
  display: inline-block;
  margin-right: 20px;
  text-align: center;
}
.social-widget a:hover {
  color: #7dc642;
}

.info-wdget h4 {
  color: #363636;
  font-weight: 500;
  font-size: 22px;
}
.info-wdget p {
  color: #66819a;
  margin-bottom: 5px;
  line-height: 28px;
}

.domain-wrapper {
  background: #fff;
  border: 2px solid #e9e9e9;
  padding: 50px 30px 51px 60px;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.domain-wrapper:hover {
  border-color: #7dc642;
}
.domain-wrapper .domain-title {
  margin-bottom: 25px;
}
.domain-wrapper .domain-title h3 {
  color: #363636;
  margin-bottom: 25px;
  position: relative;
  padding-bottom: 20px;
}
.domain-wrapper .domain-title h3:before {
  content: "";
  background-image: url(/images/shape/border-shape.png);
  background-size: contain;
  background-position: center center;
  width: 80px;
  height: 10px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-repeat: no-repeat;
}
.domain-wrapper .domain-link {
  list-style: none;
  margin-bottom: 0;
  padding: 0;
}
.domain-wrapper .domain-link li {
  font-size: 18px;
  line-height: 28px;
  color: #363636;
  font-weight: 600;
  margin-bottom: 45px;
  position: relative;
}
.domain-wrapper .domain-link li:before {
  position: absolute;
  content: "";
  background: #e9e9e9;
  width: 40px;
  height: 2px;
  bottom: -24px;
  left: 0;
}
.domain-wrapper .domain-link li:last-child {
  margin-bottom: 0;
}
.domain-wrapper .domain-link li:last-child:before {
  display: none;
}

.contact-bg {
  background-color: #F4F7FC;
  background-size: cover;
  background-position: center center;
  padding-left: 100px;
  padding-right: 100px;
  box-shadow: 0px 20px 40px 0px rgba(161, 161, 161, 0.4);
  margin: 66px 0;
  position: relative;
  z-index: 99;
}
@media (max-width: 991px) {
  .domain-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .contact-bg {
    padding-left: 15px;
    padding-right: 15px;
  }
 
  .domain-title h3 {
    font-size: 22px;
  }
}

.contact-title h3 {
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 0;
}

#contact-us-form input {
  height: 60px;
  width: 100%;
  border: 1px solid #e9e9e9;
  margin-bottom: 20px;
  padding: 0 15px;
  color: #7b8e9d;
  font-size: 16px;
  background: #fff;
  font-weight: 400;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
#contact-us-form input::-webkit-input-placeholder {
  color: #7b8e9d;
  font-size: 16px;
  border-color: #7dc642;
}
#contact-us-form input:-moz-placeholder {
  color: #7b8e9d;
  font-size: 16px;
  border-color: #7dc642;
}
#contact-us-form input::-moz-placeholder {
  color: #7b8e9d;
  font-size: 16px;
  border-color: #7dc642;
}
#contact-us-form input:-ms-input-placeholder {
  color: #7b8e9d;
  font-size: 16px;
  border-color: #7dc642;
}
#contact-us-form input:focus {
  border-color: #7dc642;
}
#contact-us-form input:focus::-webkit-input-placeholder {
  color: transparent;
}
#contact-us-form input:focus:-moz-placeholder {
  color: transparent;
}
#contact-us-form input:focus::-moz-placeholder {
  color: transparent;
}
#contact-us-form input:focus:-ms-input-placeholder {
  color: transparent;
}
#contact-us-form textarea {
  width: 100%;
  border: 1px solid #e9e9e9;
  padding: 15px;
  height: 150px;
  background: #fff;
  font-weight: 400;
  color: #7b8e9d;
  margin-bottom: 20px;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
#contact-us-form textarea::-webkit-input-placeholder {
  color: #7b8e9d;
  font-size: 16px;
}
#contact-us-form textarea:-moz-placeholder {
  color: #7b8e9d;
  font-size: 16px;
}
#contact-us-form textarea::-moz-placeholder {
  color: #7b8e9d;
  font-size: 16px;
}
#contact-us-form textarea:-ms-input-placeholder {
  color: #7b8e9d;
  font-size: 16px;
}
#contact-us-form textarea:focus {
  border-color: #7dc642;
}
#contact-us-form textarea:focus::-webkit-input-placeholder {
  color: transparent;
}
#contact-us-form textarea:focus:-moz-placeholder {
  color: transparent;
}
#contact-us-form textarea:focus::-moz-placeholder {
  color: transparent;
}
#contact-us-form textarea:focus:-ms-input-placeholder {
  color: transparent;
}
#contact-us-form .a-btn {
  padding: 22px 116px;
  border-radius: 0;
  border: 0;
  background: #7dc642;
  color: #fff;
}
@media (max-width: 767px) {
  #contact-us-form .a-btn {
    padding: 22px 56px;
  }
}
#contact-us-form .a-btn:hover {
  background: #1f2b3b;
}


.service-area-3 {
  background-color: #f2f9ec;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}
.service-area-3 .service-thumb-1 {
  position: absolute;
  right: 90px;
  top: -130px;
}
@media (max-width: 767px) {
  .service-area-3 .service-thumb-1 {
    display: none;
  }
}

.service-wrap-5 {
  text-align: center;
  background: #fff;
  padding: 40px;
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
@media (min-width: 768px) and (max-width: 991px) {
  .service-wrap-5 {
    padding: 40px 50px;
  }
}
.service-wrap-5:hover {
  transform: translateY(-10px);
}
.service-wrap-5:hover:before {
  visibility: visible;
  opacity: 0.8;
}
.service-wrap-5:hover .service-wrap-bg {
  visibility: visible;
  opacity: 1;
}
.service-wrap-5:hover .service-icon {
  color: #fff;
}
.service-wrap-5:hover .service-details h4:before {
  background: #fff;
}
.service-wrap-5:hover .service-details h4 a {
  color: #fff;
}
.service-wrap-5:hover .service-details h4 a:hover {
  color: #fff;
}
.service-wrap-5:hover .service-details p {
  color: #fff;
}
.service-wrap-5:hover .service-details .read-more {
  color: #fff;
}
.service-wrap-5:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: #7dc642;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.service-wrap-5 .service-wrap-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.service-wrap-5 .service-icon {
  font-size: 40px;
  color: #7dc642;
  margin-bottom: 25px;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.service-wrap-5 .service-details h4 {
  font-size: 24px;
  position: relative;
  padding-bottom: 28px;
  margin-bottom: 25px;
}
.service-wrap-5 .service-details h4:before {
  content: "";
  height: 3px;
  width: 60px;
  background: #7dc642;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  position: absolute;
}
.service-wrap-5 .service-details h4 a {
  color: #363636;
}
.service-wrap-5 .service-details h4 a:hover {
  color: #7dc642;
}
.service-wrap-5 .service-details p {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 0;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.service-wrap-5 .service-details .read-more {
  color: #808285;
  font-size: 26px;
  line-height: 1;
  margin-top: 18px;
}

.bg-fix {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.section-title {
  position: relative;
  padding: 15px 0;
  z-index: 1;
  text-align: center;
}
.section-title .icon {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  opacity: 0.17;
}
.section-title h5 {
  color: #7dc642;
  font-size: 24px;
  font-weight: 700;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 20px;
}
.section-title h3 {
  font-size: 45px;
  line-height: 50px;
  color: #363636;
  margin-bottom: 0;
}
@media (min-width: 320px) and (max-width: 425px) {
  .section-title h3 {
    font-size: 30px;
    line-height: 40px;
  }
}

.section-title.text-center .icon {
  left: 50%;
  transform: translate(-50%, -50%);
}

.section-title-white .icon {
  opacity: 0.1;
}
.section-title-white h5 {
  color: #fff;
}
.section-title-white h3 {
  color: #fff;
}

.footer-area {
  background: #1f2b3b;
  position: relative;
}
.footer-area .footer-area-wrap {
  position: relative;
  overflow: hidden;
}
.footer-area .footer-thumb-1 {
  position: absolute;
  right: 100px;
  top: -80px;
  z-index: 3;
}
@media (min-width: 1200px) and (max-width: 1500px) {
  .footer-area .footer-thumb-1 {
    display: none;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .footer-area .footer-thumb-1 {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .footer-area .footer-thumb-1 {
    display: none;
  }
}
@media (max-width: 767px) {
  .footer-area .footer-thumb-1 {
    display: none;
  }
}
.footer-area .footer-thumb-2 {
  position: absolute;
  left: 80px;
  bottom: 90px;
  z-index: 3;
}
@media (min-width: 1200px) and (max-width: 1500px) {
  .footer-area .footer-thumb-2 {
    display: none;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .footer-area .footer-thumb-2 {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .footer-area .footer-thumb-2 {
    display: none;
  }
}
@media (max-width: 767px) {
  .footer-area .footer-thumb-2 {
    display: none;
  }
}

.footer-top {
  position: relative;
  z-index: 3;
}

.footer-bottom .footer-bottom-wrap {
  position: relative;
  border-top: 1px solid #324156;
}
.footer-bottom #scrollUp {
  position: absolute;
  top: -18px;
  right: 150px;
  background: #ffb500;
  height: 35px;
  width: 35px;
  line-height: 35px;
  font-size: 20px;
  border-radius: 50%;
  opacity: 1;
  cursor: pointer;
}
@media (min-width: 768px) and (max-width: 991px) {
  .footer-bottom #scrollUp {
    right: 50px;
  }
}
@media (max-width: 767px) {
  .footer-bottom #scrollUp {
    right: 50px;
  }
}
.footer-bottom #scrollUp:hover {
  background: #7dc642;
}

.copyright {
  color: #9cabbe;
  margin-bottom: 0;
  font-size: 15px;
  padding: 15px 0;
  text-align: center;
}
.copyright a {
  color: #ffb500;
}
.copyright a:hover {
  color: #7dc642;
}

.footer-widget {
  padding: 20px 0;
}
@media (min-width: 768px) and (max-width: 991px) {
  .footer-widget {
    padding: 20px 40px;
  }
}
@media (max-width: 767px) {
  .footer-widget {
    padding: 20px 20px !important;
  }
}
.footer-widget .widget-title {
  font-size: 24px;
  line-height: 28px;
  color: #fff;
  margin-bottom: 25px;
  font-weight: 600;
}
.footer-widget p {
  color: #9cabbe;
  font-size: 16px;
  line-height: 28px;
}

.category-widget {
  overflow: hidden;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .category-widget {
    padding-left: 0;
  }
}
.category-widget ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.category-widget ul li {
  float: left;
  width: 50%;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .category-widget ul li {
    width: 50%;
  }
}
.category-widget ul li a {
  font-size: 16px;
  color: #9cabbe;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .category-widget ul li a {
    font-size: 14px;
  }
}
.category-widget ul li a:hover {
  color: #7dc642;
}

.service-widget ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.service-widget ul li {
  float: left;
  width: 100%;
  margin-bottom: 16px;
}
.service-widget ul li a {
  font-size: 16px;
  color: #9cabbe;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .service-widget ul li a {
    font-size: 14px;
  }
}
.service-widget ul li a:hover {
  color: #7dc642;
}

.about-widget .w-logo {
  margin-bottom: 35px;
}
.about-widget p {
  color: #9cabbe;
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 0;
}
.about-widget .w-social {
  margin-top: 30px;
}
.about-widget .w-social a {
  display: inline-block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  font-size: 14px;
  color: #8f97a0;
  background: #293749;
  text-align: center;
  margin-right: 5px;
  border-radius: 50%;
}
.about-widget .w-social a:hover {
  background: #7dc642;
  color: #fff;
}

.newsletters-widget {
  padding-left: 40px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .newsletters-widget {
    padding-left: 0;
  }
}
.newsletters-widget p {
  font-size: 16px;
  line-height: 28px;
  font-weight: 600;
  margin-bottom: 0;
  padding-right: 100px;
}
@media (min-width: 1200px) and (max-width: 1500px) {
  .newsletters-widget p {
    padding-right: 50px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .newsletters-widget p {
    padding-right: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .newsletters-widget p {
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .newsletters-widget p {
    padding-right: 0;
  }
}
.newsletters-widget form {
  margin-top: 30px;
}
.newsletters-widget form input {
  width: 100%;
  height: 60px;
  border: 2px solid #38485e;
  color: #fff;
  background: none;
  padding: 0 20px;
}
.newsletters-widget form input::-webkit-input-placeholder {
  color: #9cabbe;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.newsletters-widget form input:-moz-placeholder {
  color: #9cabbe;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.newsletters-widget form input::-moz-placeholder {
  color: #9cabbe;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.newsletters-widget form input:-ms-input-placeholder {
  color: #9cabbe;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.newsletters-widget form input:focus::-webkit-input-placeholder {
  opacity: 0;
}
.newsletters-widget form input:focus:-moz-placeholder {
  opacity: 0;
}
.newsletters-widget form input:focus::-moz-placeholder {
  opacity: 0;
}
.newsletters-widget form input:focus:-ms-input-placeholder {
  opacity: 0;
}
.newsletters-widget form button {
  background: #7dc642;
  color: #fff;
  margin-top: 15px;
  border: 0;
}
.newsletters-widget form button:hover {
  background: #ffb500;
  color: #fff;
}

.footer-wid-border-wrap .footer-wid-border {
  border-right: 1px solid #324156;
}
.footer-wid-border-wrap .footer-wid-border:last-child {
  border-right: 0;
}
@media (min-width: 768px) and (max-width: 991px) {
  .footer-wid-border-wrap .footer-wid-border {
    border-right: 0;
    border-bottom: 1px solid #324156;
  }
  .footer-wid-border-wrap .footer-wid-border:last-child {
    border-bottom: 0;
  }
}
@media (max-width: 767px) {
  .footer-wid-border-wrap .footer-wid-border {
    border-right: 0;
  }
  .footer-wid-border-wrap .footer-wid-border:last-child {
    border-bottom: 0;
  }
}

.footer-shape {
  position: absolute;
  bottom: -30px;
  left: -30px;
  width: 162px;
  height: 162px;
  background: #fff;
  opacity: 0.1;
  border-radius: 50%;
  z-index: 1;
}
.footer-shape:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 260px;
  height: 260px;
  background: #fff;
  opacity: 0.3;
  border-radius: 50%;
  z-index: -1;
  transform: translate(-50%, -50%);
}
.footer-shape:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 392px;
  height: 392px;
  background: #fff;
  opacity: 0.3;
  border-radius: 50%;
  z-index: -1;
  transform: translate(-50%, -50%);
}

@media (max-width: 767px) {
	.hidden-xs {
		display: none !important;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.hidden-sm {
		display: none !important;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.hidden-md {
		display: none !important;
	}
}

@media (min-width: 1200px) {
	.hidden-lg {
		display: none !important;
	}
}

.jqcandlestick-container {
    position: relative;
    cursor: none;
    width: 100%;
    height: 880px;
}
.jqcandlestick-canvas {
    position: absolute;
    display: block;
    height: 100%;
    width: 100%;
}

.gallery-filter-nav {
  text-align: center;
  border-bottom: 2px solid #f5faed;
}
.gallery-filter-nav button {
  display: inline-block;
  background: none;
  border: 0;
  font-size: 18px;
  font-weight: 700;
  color: #363636;
  padding: 30px;
  margin: 0 10px;
  position: relative;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .gallery-filter-nav button {
    padding: 20px 15px;
    margin: 0 5px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .gallery-filter-nav button {
    padding: 15px 10px;
    margin: 0 5px;
  }
}
@media (max-width: 767px) {
  .gallery-filter-nav button {
    padding: 15px;
    margin: 0 5px;
  }
}
.gallery-filter-nav button:before {
  content: "";
  background: #7dc642;
  width: 100%;
  height: 2px;
  left: 0;
  top: 100%;
  position: absolute;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.gallery-filter-nav button:hover {
  color: #7dc642;
}
.gallery-filter-nav button:hover:before {
  visibility: visible;
  opacity: 1;
}
.gallery-filter-nav button.active {
  color: #7dc642;
}
.gallery-filter-nav button.active:before {
  visibility: visible;
  opacity: 1;
}

.gallery-filter-space {
  padding-left: 50px;
  padding-right: 50px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .gallery-filter-space {
    padding: 0 15px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .gallery-filter-space {
    padding: 0 15px;
  }
}
@media (max-width: 767px) {
  .gallery-filter-space {
    padding: 0 15px;
  }
}

.tree-area {
  position: relative;
  background-color: #f5faed;
  z-index: 1;
}

.tree-wrap {
  position: relative;
  padding: 40px 30px;
  text-align: center;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  margin-bottom: 30px;
}
.tree-wrap:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #7dc642;
  z-index: -1;
  clip-path: polygon(3% 0%, 100% 5%, 100% 100%, 0% 95%);
}
.tree-wrap .tree-icon {
  margin-bottom: 25px;
  font-size: 60px;
  color: #fff;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.icon img {
  max-width: 250px;
}
.tree-wrap .tree-details h4 {
  font-size: 38px;
  font-weight: 600;
  margin-bottom: 5px;
}
.tree-wrap .tree-details h4 a {
  color: #fff;
}
.tree-wrap .tree-details p {
  font-size: 15px;
  line-height: 26px;
  color: #fff;
  margin-bottom: 0;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.tree-wrap .tree-details p a {
  color: #fff;
}
.tree-wrap.shape-right:before {
  clip-path: polygon(100% 0%, 0 0%, 0 95%, 100% 100%);
}
.read_location {
  height: 300px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .read_location {
    height: 250px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .read_location {
    height: 200px;
  }
}
@media (max-width: 767px) {
  .read_location {
    height: 150px;
  }
}

.shop-page-area {
  background: #eef2fb; }
  .shop-page-area .shop-thumb img {
    width: 100%; }
  .shop-page-area .shop-search {
    position: relative; }
    .shop-page-area .shop-search input {
      width: 100%;
      background: #fff;
      border: 0;
      line-height: 70px;
      padding-left: 30px;
      font-size: 15px;
      color: #686868; }
      .shop-page-area .shop-search input::placeholder {
        opacity: 1; }
    .shop-page-area .shop-search i {
      position: absolute;
      right: 30px;
      top: 50%;
      transform: translateY(-50%);
      font-size: 15px;
      color: #6cbe03; }
  .shop-page-area .store-item {
    padding-top: 30px;
    border-radius: 9px;
    box-shadow: 0px 10px 30px 0px rgba(208, 221, 251, 0.48);
    position: relative;
    z-index: 10; }
    .shop-page-area .store-item img {
      display: inline-block; }
    .shop-page-area .store-item .store-title {
      padding: 44px 35px 8px; }
    .service-title {
      padding: 6px 35px 8px; }
      .shop-page-area .store-item .store-title .title {
        font-size: 24px; }
        @media only screen and (min-width: 992px) and (max-width: 1200px) {
          .shop-page-area .store-item .store-title .title {
            font-size: 20px; } }
        @media (max-width: 767px) {
          .shop-page-area .store-item .store-title .title {
            font-size: 20px; } }
        @media only screen and (min-width: 576px) and (max-width: 767px) {
          .shop-page-area .store-item .store-title .title {
            font-size: 24px; } }
      .shop-page-area .store-item .store-title span {
        font-size: 14px;
        color: #989898; }
        .shop-page-area .store-item .store-title span i {
          color: #f4a700;
          padding-right: 5px; }
      .service-title .title {
        font-size: 24px; }
        @media only screen and (min-width: 992px) and (max-width: 1200px) {
          .shop-page-area .store-item .store-title .title {
            font-size: 20px; } }
        @media (max-width: 767px) {
          .shop-page-area .store-item .store-title .title {
            font-size: 20px; } }
        @media only screen and (min-width: 576px) and (max-width: 767px) {
          .shop-page-area .store-item .store-title .title {
            font-size: 24px; } }
      .service-title span {
        font-size: 14px;
        color: #989898; }
        .service-title span i {
          color: #f4a700;
          padding-right: 5px; }
    .shop-page-area .store-item .store-price {
      padding-left: 35px;
      padding-right: 35px;
      padding-bottom: 45px; }
      .shop-page-area .store-item .store-price p {
        font-size: 18px;
        font-weight: 700;
        color: #fe2000; }
      .shop-page-area .store-item .store-price ul li {
        display: inline-block; }
        .shop-page-area .store-item .store-price ul li i {
          color: #f4a700;
          font-size: 14px;
          padding-left: 4px; }

.pagination-area nav ul li a {
  padding: 0;
  height: 60px;
  width: 60px;
  text-align: center;
  line-height: 60px;
  border: 0;
  border-radius: 50%;
  margin: 0 5px;
  font-weight: 600;
  color: #8e8e8e;
  font-family: "Poppins", sans-serif;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s; }
  @media (max-width: 767px) {
    .pagination-area nav ul li a {
      height: 45px;
      width: 45px;
      line-height: 45px;
      font-size: 14px; } }
  .pagination-area nav ul li a:hover {
    background: #6cbe03;
    color: #fff; }
.pagination-area nav ul li:first-child a {
  border-radius: 50% !important; }
.pagination-area nav ul li:last-child a {
  border-radius: 50% !important; }
.pagination-area.pagination-2-area nav ul li a {
  border: 2px solid #eaedf4; }
  .pagination-area.pagination-2-area nav ul li a:hover {
    border-color: #6cbe03; }

.shop-2-page-area .shop-thumb img {
  width: 100%; }
.shop-2-page-area .shop-search {
  position: relative; }
  .shop-2-page-area .shop-search input {
    width: 100%;
    background-color: transparent;
    line-height: 65px;
    padding-left: 30px;
    border: 2px solid #eaedf4;
    border-radius: 6px;
    color: #686868; }
    .shop-2-page-area .shop-search input::placeholder {
      opacity: 1; }
  .shop-2-page-area .shop-search i {
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    color: #6cbe03;
    font-size: 15px; }
.shop-2-page-area .store-item {
  padding-top: 30px;
  border-radius: 9px;
  border: 2px solid #eaedf4;
  position: relative;
  z-index: 10; }
  .shop-2-page-area .store-item img {
    display: inline-block; }
  .shop-2-page-area .store-item .store-title {
    padding: 44px 35px 8px; }
    .shop-2-page-area .store-item .store-title .title {
      font-size: 24px; }
      @media only screen and (min-width: 992px) and (max-width: 1200px) {
        .shop-2-page-area .store-item .store-title .title {
          font-size: 20px; } }
      @media (max-width: 767px) {
        .shop-2-page-area .store-item .store-title .title {
          font-size: 20px; } }
      @media only screen and (min-width: 576px) and (max-width: 767px) {
        .shop-2-page-area .store-item .store-title .title {
          font-size: 24px; } }
    .shop-2-page-area .store-item .store-title span {
      font-size: 14px;
      color: #989898; }
      .shop-2-page-area .store-item .store-title span i {
        color: #f4a700;
        padding-right: 5px; }
  .shop-2-page-area .store-item .store-price {
    padding-left: 35px;
    padding-right: 35px;
    padding-bottom: 45px; }
    .shop-2-page-area .store-item .store-price p {
      font-size: 18px;
      font-weight: 700;
      color: #fe2000; }
    .shop-2-page-area .store-item .store-price ul li {
      display: inline-block; }
      .shop-2-page-area .store-item .store-price ul li i {
        color: #f4a700;
        font-size: 14px;
        padding-left: 4px; }
.shop-2-page-area .shop-sidebar .shop-box {
  border: 2px solid #eaedf4;
  padding: 32px; }
  .shop-2-page-area .shop-sidebar .shop-box .sidebar-title {
    padding-bottom: 20px; }
    .shop-2-page-area .shop-sidebar .shop-box .sidebar-title .title {
      font-size: 22px;
      position: relative; }
      .shop-2-page-area .shop-sidebar .shop-box .sidebar-title .title::before {
        position: absolute;
        content: '';
        left: 0;
        bottom: -14px;
        height: 2px;
        width: 10px;
        background: #6cbe03; }
      .shop-2-page-area .shop-sidebar .shop-box .sidebar-title .title::after {
        position: absolute;
        content: '';
        left: 17px;
        bottom: -14px;
        height: 2px;
        width: 25px;
        background: #6cbe03; }
.shop-2-page-area .shop-category .category-item {
  padding-top: 13px; }
  .shop-2-page-area .shop-category .category-item ul li a {
    color: #8a8a8a;
    line-height: 35px; }
.shop-2-page-area .shop-tag .tag-item {
  padding-top: 14px; }
  .shop-2-page-area .shop-tag .tag-item ul {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex; }
    .shop-2-page-area .shop-tag .tag-item ul li {
      margin-top: 10px; }
      .shop-2-page-area .shop-tag .tag-item ul li a {
        font-size: 14px;
        color: #8a8a8a;
        line-height: 40px;
        background: #eef3f9;
        border-radius: 6px;
        padding: 0 20px;
        margin-right: 10px;
        -webkit-transition: all 0.3s ease-out 0s;
        -moz-transition: all 0.3s ease-out 0s;
        -ms-transition: all 0.3s ease-out 0s;
        -o-transition: all 0.3s ease-out 0s;
        transition: all 0.3s ease-out 0s; }
        @media only screen and (min-width: 992px) and (max-width: 1200px) {
          .shop-2-page-area .shop-tag .tag-item ul li a {
            font-size: 12px;
            padding: 0 10px; } }
        .shop-2-page-area .shop-tag .tag-item ul li a:hover {
          color: #fff;
          background: #6cbe03; }
.shop-2-page-area .shop-price .price-item {
  padding-top: 27px; }
  .shop-2-page-area .shop-price .price-item .line {
    height: 4px;
    width: 100%;
    background: #6cbe03;
    position: relative; }
    .shop-2-page-area .shop-price .price-item .line::before {
      position: absolute;
      content: '';
      left: 0;
      top: 50%;
      transform: translateY(-50%);
      height: 10px;
      width: 10px;
      background: #6cbe03; }
  .shop-2-page-area .shop-price .price-item span {
    font-size: 14px;
    font-weight: 500;
    color: #8a8a8a;
    font-family: "Poppins", sans-serif;
    padding-top: 12px; }
    .shop-2-page-area .shop-price .price-item span span {
      font-weight: 700;
      color: #666; }
.shop-2-page-area .shop-details .shop-thumb-list img, .shop-2-page-area .shop-details .shop-thumb img {
  width: 100%; }
.shop-2-page-area .shop-details .shop-thumb {
  margin-right: -30px; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .shop-2-page-area .shop-details .shop-thumb {
      margin-right: 0; } }
  @media (max-width: 767px) {
    .shop-2-page-area .shop-details .shop-thumb {
      margin-right: 0; } }
.shop-2-page-area .shop-details .shop-details-content {
  padding-top: 62px; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .shop-2-page-area .shop-details .shop-details-content {
      padding-left: 0; } }
  @media (max-width: 767px) {
    .shop-2-page-area .shop-details .shop-details-content {
      padding-left: 0; } }
  .shop-2-page-area .shop-details .shop-details-content .title {
    font-size: 24px;
    line-height: 30px;
    padding-right: 10px;
    padding-bottom: 16px; }
  .shop-2-page-area .shop-details .shop-details-content .icon ul li {
    display: inline-block; }
    .shop-2-page-area .shop-details .shop-details-content .icon ul li i {
      font-size: 14px;
      color: #f86e03;
      margin-right: 5px; }
  .shop-2-page-area .shop-details .shop-details-content h5 {
    font-size: 18px;
    padding-top: 14px; }
  .shop-2-page-area .shop-details .shop-details-content p {
    font-size: 14px;
    padding-right: 10px;
    padding-bottom: 20px;
    padding-top: 27px; }
  .shop-2-page-area .shop-details .shop-details-content .social {
    margin-top: 30px; }
    .shop-2-page-area .shop-details .shop-details-content .social ul li {
      display: inline-block; }
      .shop-2-page-area .shop-details .shop-details-content .social ul li a {
        font-size: 14px;
        color: #8a8a8a;
        margin-right: 10px; }
.shop-2-page-area .tab-area .nav {
  border-bottom: 2px solid #dddddd;
  padding-bottom: 12px; }
  .shop-2-page-area .tab-area .nav li a {
    padding: 0;
    background-color: transparent;
    font-size: 18px;
    font-weight: 600;
    color: #333333;
    margin-right: 42px; }
    @media (max-width: 767px) {
      .shop-2-page-area .tab-area .nav li a {
        margin-right: 20px; } }
    .shop-2-page-area .tab-area .nav li a.active {
      background-color: transparent;
      color: #6cbe03;
      position: relative; }
      .shop-2-page-area .tab-area .nav li a.active::before {
        position: absolute;
        content: '';
        left: 0;
        bottom: -14px;
        height: 2px;
        width: 100%;
        background: #6cbe03; }
        @media (max-width: 767px) {
          .shop-2-page-area .tab-area .nav li a.active::before {
            height: 0; } }
        @media only screen and (min-width: 576px) and (max-width: 767px) {
          .shop-2-page-area .tab-area .nav li a.active::before {
            height: 2px; } }
.shop-2-page-area .tab-area .tab-content {
  padding-top: 14px; }
  .shop-2-page-area .tab-area .tab-content p {
    font-size: 14px;
    padding-right: 10px; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .shop-2-page-area .tab-area .tab-content p {
        padding-right: 0; } }
    @media (max-width: 767px) {
      .shop-2-page-area .tab-area .tab-content p {
        padding-right: 0; } }
    .shop-2-page-area .tab-area .tab-content p.text {
      padding-top: 28px; }

.product-quantity {
  padding-top: 20px; }
  .product-quantity button {
    width: 50px;
    height: 40px;
    padding: 0;
    background-color: #fff;
    font-size: 18px;
    color: #404040;
    border: 1px solid #dce1e5;
    border-radius: 0px 0 0 0px;
    border-right: 0; }
    @media (max-width: 767px) {
      .product-quantity button {
        width: 40px;
        height: 40px; } }
    .product-quantity button#add {
      border-radius: 0px 0px 0px 0px;
      border-left: 0;
      border-right: 1px solid #dce1e5; }
  .product-quantity input {
    width: 50px;
    height: 40px;
    border: 1px solid #dce1e5;
    padding: 0 10px;
    text-align: center;
    margin: 0 0;
    color: #404040; }
    @media (max-width: 767px) {
      .product-quantity input {
        height: 40px; } }

.shop-item-3-area {
  background: #eef2fb;
  padding-top: 121px;
  padding-bottom: 130px; }
  .shop-item-3-area .store-item {
    padding-top: 30px;
    border-radius: 9px;
    box-shadow: 0px 10px 30px 0px rgba(208, 221, 251, 0.48);
    position: relative;
    z-index: 10; }
    .shop-item-3-area .store-item img {
      display: inline-block; }
    .shop-item-3-area .store-item .store-title {
      padding: 44px 35px 8px; }
      .shop-item-3-area .store-item .store-title .title {
        font-size: 24px; }
        @media only screen and (min-width: 992px) and (max-width: 1200px) {
          .shop-item-3-area .store-item .store-title .title {
            font-size: 20px; } }
        @media (max-width: 767px) {
          .shop-item-3-area .store-item .store-title .title {
            font-size: 20px; } }
        @media only screen and (min-width: 576px) and (max-width: 767px) {
          .shop-item-3-area .store-item .store-title .title {
            font-size: 24px; } }
      .shop-item-3-area .store-item .store-title span {
        font-size: 14px;
        color: #989898; }
        .shop-item-3-area .store-item .store-title span i {
          color: #f4a700;
          padding-right: 5px; }
    .shop-item-3-area .store-item .store-price {
      padding-left: 35px;
      padding-right: 35px;
      padding-bottom: 45px; }
      .shop-item-3-area .store-item .store-price p {
        font-size: 18px;
        font-weight: 700;
        color: #fe2000; }
      .shop-item-3-area .store-item .store-price ul li {
        display: inline-block; }
        .shop-item-3-area .store-item .store-price ul li i {
          color: #f4a700;
          font-size: 14px;
          padding-left: 4px; }
.tree ul {
padding-top: 20px; position: relative;
transition: all 0.5s;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
}
.tree li {
float: left; text-align: center;
list-style-type: none;
position: relative;
padding: 20px 5px 0 5px;
transition: all 0.5s;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
}
.tree li::before, .tree li::after{
content: '';
position: absolute; top: 0; right: 50%;
border-top: 1px solid #ccc;
width:50%; height: 20px;
}
.tree li::after{
right: auto; left: 50%;
border-left: 1px solid #ccc;
}
.tree li:only-child::after, .tree li:only-child::before {
display: none;
}
.tree li:only-child{ padding-top: 0;}
.tree li:first-child::before, .tree li:last-child::after{
border: 0 none;
}
.tree li:last-child::before{
border-right: 1px solid #ccc;
border-radius: 0 5px 0 0;
-webkit-border-radius: 0 5px 0 0;
-moz-border-radius: 0 5px 0 0;
}
.tree li:first-child::after{
border-radius: 5px 0 0 0;
-webkit-border-radius: 5px 0 0 0;
-moz-border-radius: 5px 0 0 0;
}
.tree ul ul::before{
content: '';
position: absolute; top: 0; left: 50%;
border-left: 1px solid #ccc;
width: 0; height: 20px;
}
.tree li a{
border: 1px solid #ccc;
padding: 5px 10px;
text-decoration: none;
color: #666;
font-family: arial, verdana, tahoma;
font-size: 11px;
display: inline-block;
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
transition: all 0.5s;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
}
.tree li a:hover, .tree li a:hover+ul li a {
background: #c8e4f8; color: #000; border: 1px solid #94a0b4;
}
.tree li a:hover+ul li::after,
.tree li a:hover+ul li::before,
.tree li a:hover+ul::before,
.tree li a:hover+ul ul::before{
border-color: #94a0b4;
}