/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Utility
# Cards
# Common
# Form
# Navigations
# Animations
# Mobile Nav
# Search Popup
# Page Header
# Google Map
# Client Carousel
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Common
--------------------------------------------------------------*/
:root {
  --snksan-font: 'Microsoft YaHei', sans-serif;
  --snksan-reey-font: "Microsoft YaHei";
  --snksan-gray: #777181;
  --snksan-gray-rgb: 119, 113, 129;
  --snksan-white: #ffffff;
  --snksan-white-rgb: 255, 255, 255;
  --snksan-black: #1b1525;
  --snksan-black-rgb: 27, 21, 37;
  --snksan-base: #6653e8;
  --snksan-base-rgb: 102, 83, 232;
  --snksan-primary: #6fb92c;
  --snksan-primary-rgb: 111, 185, 44;
  --snksan-extra: #f7f7f9;
  --snksan-extra-rgb: 247, 247, 249;
  --snksan-bdr-color: #e9e9ee;
  --snksan-bdr-color-rgb: 233, 233, 238;
}

.row {
  --bs-gutter-x: 30px;
}

.gutter-y-30 {
  --bs-gutter-y: 30px;
}

body {
  font-family: var(--snksan-font);
  color: var(--snksan-gray);
  font-size: 18px;
  line-height: 32px;
  font-weight: 400;
}

body.locked {
  overflow: hidden;
}

a {
  color: var(--snksan-gray);
}

a,
a:hover,
a:focus,
a:visited {
  text-decoration: none;
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: 1;
}

:-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}

::-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}

::placeholder {
  color: inherit;
  opacity: 1;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--snksan-black);
  margin: 0;
}

p {
  margin: 0;
}

dl,
ol,
ul {
  margin-top: 0;
  margin-bottom: 0;
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: 1;
}

:-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}

::-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}

::placeholder {
  color: inherit;
  opacity: 1;
}

.divider {
    position: relative;
    margin: 60px 0;
    height: 1px;
}

.div-transparent:before {
    content: "";
    position: absolute;
    top: 0;
    left: 10%;
    right: 10%;
    width: 80%;
    height: 1px;
    background-image: linear-gradient(to right, transparent, var(--snksan-primary), transparent);
}

.divider2 {
    position: relative;
    margin: 0 0 40px 0 ;
    height: 3px;
}

.divider3 {
    position: relative;
    margin: 40px 0 40px 0 ;
    height: 3px;
}

.div-transparent2:before {
    content: "";
    position: absolute;
    top: 0;
    left: 30%;
    right: 30%;
    width: 40%;
    height: 3px;
    background-image: linear-gradient(to right, transparent, var(--snksan-base), transparent);
}

.carousel--have-shadow .owl-stage-outer {
  overflow: visible;
}

.carousel--have-shadow .owl-item {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.carousel--have-shadow .owl-item.active {
  opacity: 1;
  visibility: visible;
}

.carousel-dot-style-1 .owl-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.carousel-dot-style-1 .owl-dots .owl-dot+.owl-dot {
  margin-left: 10px;
}

.carousel-dot-style-1 .owl-dots .owl-dot span {
  margin: 0;
  background-color: var(--snksan-black);
  opacity: 0.3;
  width: 10px;
  height: 10px;
  display: block;
}

.carousel-dot-style-1 .owl-dots .owl-dot:hover span,
.carousel-dot-style-1 .owl-dots .owl-dot.active span {
  opacity: 1;
  background-color: var(--snksan-base);
}

.blog-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.blog-pagination a,
.blog-pagination b,
.blog-pagination span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  border: 1px solid var(--snksan-bdr-color);
  font-size: 18px;
  font-weight: 400;
  color: var(--snksan-gray);
  line-height: 1;
  padding: 12px 17px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.blog-pagination .current,
.blog-pagination b,
.blog-pagination a:hover {
  color: #fff;
  background-color: var(--snksan-base);
  border-color: var(--snksan-base);
}

.blog-pagination a+a,
.blog-pagination a+span,
.blog-pagination span+span,
.blog-pagination span+a {
  margin-left: 10px;
}

.page-wrapper {
  position: relative;
  margin: 0 auto;
  width: 100%;
  min-width: 300px;
  overflow: hidden;
}

.container {
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }  
  .service-details .container {
    max-width: 1440px;
  }
  .xingongyi-brief__history-bottom {
	border-top: none;
  }
}



@media (min-width: 1200px) {
  .container2 {
    max-width: 900px;
  }

}
::-webkit-input-placeholder {
  color: inherit;
  opacity: 1;
}

:-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}

::-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}

::placeholder {
  color: inherit;
  opacity: 1;
}

.section-separator {
  border-color: var(--snksan-border);
  border-width: 1px;
  margin-top: 0;
  margin-bottom: 0;
}

#particles-js {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  opacity: 0.4;
  z-index: -1;
}

.thm-btn {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  -webkit-appearance: none;
  outline: none !important;
  background-color: var(--snksan-base);
  color: var(--snksan-white);
  font-size: 18px;
  font-weight: 700;
  padding: 14px 40px 14px;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
  overflow: hidden;
  z-index: 1;
}

.thm-btn:hover {
  color: var(--snksan-white);
  box-shadow: inset 1px 1px 20px 0px rgb(0 0 0);
}

/*.thm-btn:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background-color: var(--snksan-black);
  -webkit-transition-delay: .1s;
  transition-delay: .1s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-transition-duration: .4s;
  transition-duration: .4s;
  -webkit-transition-property: all;
  transition-property: all;
  opacity: 1;
  -webkit-transform-origin: top;
  transform-origin: top;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  z-index: -1;
}
*/

.thm-btn:hover:after {
  opacity: 1;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

.section-title {
  position: relative;
  display: block;
  margin-top: -10px;
  margin-bottom: 49px;
}

.section-title__tagline-box {
  position: relative;
  display: inline-block;
}

.section-title__tagline {
  position: relative;
  display: inline-block;
  color: var(--snksan-base);
  font-size: 16px;
  font-weight: normal;
  padding-left: 16px;
}
.section-title__new {
  position: relative;
  display: inline-block;
  color: var(--snksan-base);
  font-size: 16px;
  font-weight: normal;
  padding-left: 52px;
}
.section-title-shape {
  position: absolute;
  top: -2px;
  left: 0;
}

.section-title-shape img {
	display:unset!important;
  width: auto!important;
}

.section-title__title {
  margin: 0;
  font-size: 22px;
  line-height: 50px;
  font-weight: 700;
}

.section-title__title .quote:before, .section-title__title .quote:before {
  content: open-quote;
  color: var(--snksan-primary);
}

.section-title__title .quote:after, .section-title__title .quote:after {
  content: close-quote;
  color: var(--snksan-primary);
}



.bootstrap-select .btn-light:not(:disabled):not(.disabled).active,
.bootstrap-select .btn-light:not(:disabled):not(.disabled):active,
.bootstrap-select .show>.btn-light.dropdown-toggle {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  outline: none !important;
}

.bootstrap-select>.dropdown-toggle {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.bootstrap-select .dropdown-toggle:focus,
.bootstrap-select>select.mobile-device:focus+.dropdown-toggle {
  outline: none !important;
}

.bootstrap-select .dropdown-menu {
  border: 0;
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  z-index: 991;
  border-radius: 0;
}

.bootstrap-select .dropdown-menu>li+li>a {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.bootstrap-select .dropdown-menu>li.selected>a {
  background: var(--snksan-base);
  color: #fff;
}

.bootstrap-select .dropdown-menu>li>a {
  font-size: 16px;
  font-weight: 500;
  padding: 4px 20px;
  color: #ffffff;
  background: var(--snksan-black);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.bootstrap-select .dropdown-menu>li>a:hover {
  background: var(--snksan-base);
  color: #fff;
  cursor: pointer;
}

.preloader {
  position: fixed;
  background-color: #fff;
  background-position: center center;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.preloader__image {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
  -webkit-animation-duration: 7s;
  animation-duration: 7s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

/* scroll to top */
.scroll-to-top {
  display: inline;
  width: 45px;
  height: 45px;
  background: var(--snksan-base);
  position: fixed;
  bottom: 40px;
  right: 40px;
  z-index: 99;
  text-align: center;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: none;
  border-radius: 50%;
  transition: all 0.4s ease;
}

.scroll-to-top i {
  color: #ffffff;
  font-size: 18px;
  line-height: 45px;
}

.scroll-to-top:hover {
  background-color: var(--snksan-white);
  border: 1px solid var(--snksan-base);
}

.scroll-to-top:hover i {
  color: var(--snksan-base);
}

/*--------------------------------------------------------------
# Navigations One
--------------------------------------------------------------*/
.main-header {
  position: relative;
  display: block;
  background-color: var(--snksan-white);
  width: 100%;
  z-index: 999;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-header__top {
  position: relative;
  display: block;
}

.main-header__top-inner {
  position: relative;
  display: block;
  padding: 4px 80px;
  border-bottom: 1px solid var(--snksan-bdr-color);
}

.main-header__top-left {
  position: relative;
  display: block;
  float: left;
}

.main-header__top-address {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.main-header__top-address li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.main-header__top-address li+li {
  margin-left: 40px;
}

.main-header__top-address li .icon {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.main-header__top-address li .icon span {
  font-size: 12px;
  color: var(--snksan-base);
}

.main-header__top-address li .text {
  margin-left: 10px;
}

.main-header__top-address li .text p {
  font-size: 12px;
  line-height: 34px;
}

.main-header__top-address li .text p a {
  color: var(--snksan-gray);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-header__top-address li .text p a:hover {
  color: var(--snksan-base);
}

.main-header__top-right {
  position: relative;
  display: block;
  float: right;
}

.main-header__top-right-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.main-header__top-right-menu {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 40px;
}

.main-header__top-right-menu li {
  position: relative;
  display: block;
}

.main-header__top-right-menu li+li {
  margin-left: 30px;
}

.main-header__top-right-menu li a {
  position: relative;
  font-size: 12px;
  color: var(--snksan-gray);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-header__top-right-menu li a:hover {
  color: var(--snksan-base);
}

.main-header__top-right-menu li a:before {
  position: absolute;
  top: 3px;
  right: -16px;
  height: 10px;
  width: 1px;
  content: "";
  background-color: var(--snksan-gray);
  -webkit-transform: rotate(20deg);
  transform: rotate(20deg);
}

.main-header__top-right-menu li:last-child a:before {
  display: none;
}

.main-header__top-right-social {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 40px;
  z-index: 1;
}

.main-header__top-right-social:before {
  position: absolute;
  top: -14px;
  bottom: -13px;
  left: 0;
  right: -100000000000px;
  content: "";
  background-color: var(--snksan-extra);
  z-index: -1;
}

.main-header__top-right-social a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  color: var(--snksan-black);
  font-size: 15px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.main-header__top-right-social2 a {
  color: var(--snksan-base);
}
.main-header__top-right-social a+a {
  margin-left: 25px;
}

.main-header__top-right-social a:hover {
  color: var(--snksan-base);
}
.main-header__top-right-social2 a:hover {
  color: var(--snksan-black);
}
.main-menu {
  position: relative;
  display: block;
  padding: 0 80px;
  z-index: 91;
}

.main-menu__wrapper {
  position: relative;
  display: block;
}

.main-menu__left {
  position: relative;
  display: block;
  float: left;
}

.main-menu__logo {
  position: relative;
  display: block;
  float: left;
  padding: 43px 0 43px 0;
  margin-right: 85px;
}

.main-menu__logo img, .footer-widget__logo img{
	max-width:201px;
}

.main-menu__main-menu-box {
  position: relative;
  display: block;
  float: left;
}

.main-menu__right {
  position: relative;
  display: block;
  float: right;
  padding: 35px 0;
}

.main-menu__renli-call {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.main-menu__call {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.main-menu__call-icon {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.main-menu__call-icon img {
  width: auto;
}

.main-menu__call-number {
  margin-left: 15px;
}

.main-menu__call-number p {
  font-size: 14px;
  line-height: 27px;
}

.main-menu__call-number h5 {
  font-size: 14px;
  font-weight: 400;
}4

.main-menu__call-number h5 a {
  color: var(--snksan-gray);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-menu__call-number h5 a:hover {
  color: var(--snksan-base);
}

.main-menu__call-number h5 a span {
  font-size: 16px;
  color: var(--snksan-gray);
}

.main-menu__renli-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 75px;
}

.main-menu__renli-box:before {
  position: absolute;
  top: -13px;
  bottom: -13px;
  left: -30px;
  content: "";
  background-color: var(--snksan-bdr-color);
  width: 1px;
}

.main-menu__renli {
  font-size: 24px;
  color: var(--snksan-black);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.main-menu__renli2 {
  color: var(--snksan-base);
}
.main-menu__renli:hover {
  color: var(--snksan-base);
}
.main-menu__renli2:hover {
  color: var(--snksan-black);
}
.stricky-header.main-menu {
  padding: 0 80px;
  background-color: var(--snksan-white);
}

.stricky-header .main-menu__main-menu-box {
  position: relative;
  display: block;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.main-menu .main-menu__list,
.main-menu .main-menu__list ul,
.stricky-header .main-menu__list,
.stricky-header .main-menu__list ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: none;
}

@media (min-width: 1200px) {

  .main-menu .main-menu__list,
  .main-menu .main-menu__list ul,
  .stricky-header .main-menu__list,
  .stricky-header .main-menu__list ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.main-menu .main-menu__list>li,
.stricky-header .main-menu__list>li {
  padding-top: 42px;
  padding-bottom: 42px;
  position: relative;
}

.main-menu .main-menu__list>li+li,
.stricky-header .main-menu__list>li+li {
  margin-left: 60px;
}

.main-menu .main-menu__list>li>a,
.stricky-header .main-menu__list>li>a {
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: var(--snksan-gray);
  position: relative;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  font-weight: 400;
}

.main-menu .main-menu__list>li>a::before,
.stricky-header .main-menu__list>li>a::before {
  content: "";
  height: 2px;
  border-radius: 0px;
  background-color: var(--snksan-base);
  position: absolute;
  bottom: -2px;
  left: 0px;
  right: 0px;
  -webkit-transition: -webkit-transform 500ms ease;
  transition: -webkit-transform 500ms ease;
  transition: transform 500ms ease;
  transition: transform 500ms ease, -webkit-transform 500ms ease;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: left center;
  transform-origin: left center;
  z-index: 1;
}

.main-menu .main-menu__list>li.current>a,
.main-menu .main-menu__list>li:hover>a,
.stricky-header .main-menu__list>li.current>a,
.stricky-header .main-menu__list>li:hover>a {
  color: var(--snksan-black);
}

.main-menu .main-menu__list>li.current>a::before,
.main-menu .main-menu__list>li:hover>a::before,
.stricky-header .main-menu__list>li.current>a::before,
.stricky-header .main-menu__list>li:hover>a::before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transform-origin: right center;
  transform-origin: right center;
}

.main-menu .main-menu__list>li.current>a::before {
  background-color: var(--snksan-base);
}

.main-menu .main-menu__list>li:hover>a::before {
  background-color: var(--snksan-base);
}

.main-menu .main-menu__list li ul,
.stricky-header .main-menu__list li ul {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 220px;
  background-color: #fff;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 500ms ease;
  transition: 500ms ease;
  z-index: 99;
  -webkit-box-shadow: 0px 0px 65px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 65px 0px rgba(0, 0, 0, 0.1);
}

.main-menu .main-menu__list li:hover>ul,
.stricky-header .main-menu__list li:hover>ul {
  opacity: 1;
  visibility: visible;
}

.main-menu .main-menu__list li ul li,
.stricky-header .main-menu__list li ul li {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  width: 100%;
  position: relative;
}

.main-menu .main-menu__list li ul li+li,
.stricky-header .main-menu__list li ul li+li {
  border-top: 1px solid RGBA(var(--snksan-black), 0.1);
}

.main-menu .main-menu__list li ul li a,
.stricky-header .main-menu__list li ul li a {
  font-size: 17px;
  line-height: 30px;
  color: var(--snksan-gray);
  letter-spacing: .4px;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-transition: 500ms;
  transition: 500ms;
}
.main-menu .main-menu__list li ul li ul li a,
.stricky-header .main-menu__list li ul li ul li a{
  font-size: 16px;
  letter-spacing: .4px;
  font-weight: normal;

}
.main-menu .main-menu__list li ul li:hover>a,
.stricky-header .main-menu__list li ul li:hover>a {
  background-color: var(--snksan-base);
  color: var(--snksan-white);
}

.main-menu .main-menu__list li ul li>ul,
.stricky-header .main-menu__list li ul li>ul {
  top: 0;
  left: 100%;
}

.main-menu .main-menu__list li ul li>ul.right-align,
.stricky-header .main-menu__list li ul li>ul.right-align {
  top: 0;
  left: auto;
  right: 100%;
}

.main-menu .main-menu__list li ul li>ul ul,
.stricky-header .main-menu__list li ul li>ul ul {
  display: none;
}

.stricky-header {
  position: fixed;
  z-index: 991;
  top: 0;
  left: 0;
  background-color: #fff;
  width: 100%;
  visibility: hidden;
  -webkit-transform: translateY(-120%);
  transform: translateY(-120%);
  -webkit-transition: visibility 500ms ease, -webkit-transform 500ms ease;
  transition: visibility 500ms ease, -webkit-transform 500ms ease;
  transition: transform 500ms ease, visibility 500ms ease;
  transition: transform 500ms ease, visibility 500ms ease, -webkit-transform 500ms ease;
  -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
}

@media (max-width: 1199px) {
  .stricky-header {
    /*display: none !important;*/
  }
}

.stricky-header.stricky-fixed {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  visibility: visible;
}

.stricky-header .main-menu__inner {
  -webkit-box-shadow: none;
  box-shadow: none;
  padding-right: 0;
  max-width: 1170px;
  width: 100%;
  margin: 0 auto;
}

.mobile-nav__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  margin-right: 10px;
}

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

.mobile-nav__buttons a {
  font-size: 20px;
  color: var(--snksan-black);
  cursor: pointer;
}

.mobile-nav__buttons a+a {
  margin-left: 10px;
}

.mobile-nav__buttons a:hover {
  color: var(--snksan-base);
}

.main-menu .mobile-nav__toggler {
  font-size: 20px;
  color: var(--snksan-base);
  cursor: pointer;
  -webkit-transition: 500ms;
  transition: 500ms;
}

.main-menu .mobile-nav__toggler:hover {
  color: var(--snksan-primary);
}

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

.main-header--one {
  position: relative;
}

.main-menu__left--two {
  position: static;
}

.main-menu__main-menu-box--two,
.stricky-header .main-menu__main-menu-box--two {
  position: static;
}

.main-menu .main-menu__list .shengchanxian {
  position: static;
}

.main-menu .main-menu__list .shengchanxian>ul {
  top: 100% !important;
  left: 0 !important;
  right: 0 !important;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.main-menu .main-menu__list li ul>li,
.stricky-header .main-menu__list li ul>li {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  width: 100%;
  position: relative;
}

.shengchanxian-box {
  position: relative;
  display: block;
}

.shengchanxian-box__inner {
  position: relative;
  display: block;
  background: var(--snksan-white);
  padding: 40px;
  -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
}


.shengchanxian-box__inner .row {
  --bs-gutter-x: 40px;
}

.shengchanxian-box__single {
  position: relative;
  display: block;
}

.shengchanxian-box__single a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0 !important;
}

.shengchanxian-box__img {
  position: relative;
  display: block;
  background-color: var(--snksan-black);
  overflow: hidden;
}

.shengchanxian-box__single:hover .shengchanxian-box__img img {
  opacity: 0.75;
}

.shengchanxian-box__img img {
  width: 100%;
  border: 1.5px solid var(--snksan-gray);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.shengchanxian-box__text {
  color: var(--snksan-gray);
  font-size: 16px;
  font-weight: 400;
  letter-spacing:.4px;
  line-height: 20px;
  margin: 16px 0 0;
  text-align: center;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}


.shengchanxian-box__single a:hover .shengchanxian-box__text {
  color: var(--snksan-base);
}

.shengchanxian-box__btns {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  opacity: 0;
  -webkit-transform: translateY(-30%);
  transform: translateY(-30%);
  -webkit-transition: opacity 500ms ease, -webkit-transform 500ms ease;
  transition: opacity 500ms ease, -webkit-transform 500ms ease;
  transition: opacity 500ms ease, transform 500ms ease;
  transition: opacity 500ms ease, transform 500ms ease, -webkit-transform 500ms ease;
}

.shengchanxian-box__btns .thm-btn {
  display: inline-block;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  -webkit-appearance: none;
  outline: none !important;
  background-color: var(--snksan-base);
  color: var(--snksan-white) !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  padding: 10px 40px 10px !important;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
  overflow: hidden;
  z-index: 1;
  width: 165px;
}

.shengchanxian-box__btns .thm-btn+.thm-btn {
  margin-top: 10px;
}

.shengchanxian-box__single:hover .shengchanxian-box__btns {
  opacity: 1;
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
}

/*--------------------------------------------------------------
# Mobile Nav
--------------------------------------------------------------*/
.mobile-nav__wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 999999;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transform-origin: left center;
  transform-origin: left center;
  -webkit-transition: visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
  transition: visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
  transition: transform 500ms ease 500ms, visibility 500ms ease 500ms;
  transition: transform 500ms ease 500ms, visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
  visibility: hidden;
}

.mobile-nav__wrapper .container {
  padding-left: 0;
  padding-right: 0;
}

.mobile-nav__wrapper.expanded {
  opacity: 1;
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
  visibility: visible;
  -webkit-transition: visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
  transition: visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
  transition: transform 500ms ease 0ms, visibility 500ms ease 0ms;
  transition: transform 500ms ease 0ms, visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
}

.mobile-nav__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000000;
  opacity: 0.5;
  cursor: pointer;
}

.mobile-nav__overlay2 {
  opacity: 0.7;
}

.mobile-nav__content {
  width: 300px;
  background-color: var(--snksan-black);
  z-index: 10;
  position: relative;
  height: 100%;
  overflow-y: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
  transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
  transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, transform 500ms ease 0ms;
  transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, transform 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
}

.mobile-nav__content2 {
  background: none;
}

.mobile-nav__content .shengchanxian-box__text{
  color: var(--snksan-white);
}

.mobile-nav__wrapper.expanded .mobile-nav__content {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
  transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
  transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, transform 500ms ease 500ms;
  transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, transform 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
}

.mobile-nav__content .snksan-btn {
  padding: 8px 0;
  width: 100%;
  text-align: center;
}

.mobile-nav__content .logo-box {
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.mobile-nav__close {
  position: absolute;
  top: 20px;
  right: 15px;
  font-size: 18px;
  color: var(--snksan-extra);
  cursor: pointer;
}

.mobile-nav__content .main-menu__list,
.mobile-nav__content .main-menu__list ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.mobile-nav__content .main-menu__list ul {
  display: none;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin-left: 10px;
}

.mobile-nav__content .main-menu__list .shengchanxian ul {
  margin-left: 0;
}

.mobile-nav__content .main-menu__list li:not(:last-child) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-nav__content .main-menu__list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  line-height: 30px;
  color: #ffffff;
  font-size: 14px;
  font-family: var(--snksan-font);
  font-weight: 500;
  height: 46px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 500ms;
  transition: 500ms;
}

.mobile-nav__content .main-menu__list li a.expanded {
  color: var(--snksan-base);
}

.mobile-nav__content .main-menu__list li a button {
  width: 30px;
  height: 30px;
  background-color: var(--snksan-base);
  border: none;
  outline: none;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition: -webkit-transform 500ms ease;
  transition: -webkit-transform 500ms ease;
  transition: transform 500ms ease;
  transition: transform 500ms ease, -webkit-transform 500ms ease;
}

.mobile-nav__content .main-menu__list li a button.expanded {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  background-color: #fff;
  color: var(--snksan-black);
}

.mobile-nav__content .main-menu__list li.cart-btn span {
  position: relative;
  top: auto;
  right: auto;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.mobile-nav__content .main-menu__list li.cart-btn i {
  font-size: 16px;
}

.mobile-nav__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 30px;
}

.mobile-nav__top .main-menu__login a {
  color: var(--snksan-text-dark);
}

.mobile-nav__container {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-nav__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.mobile-nav__social a {
  font-size: 16px;
  color: var(--snksan-white);
  -webkit-transition: 500ms;
  transition: 500ms;
}

.mobile-nav__social a+a {
  margin-left: 30px;
}

.mobile-nav__social a:hover {
  color: var(--snksan-base);
}

.mobile-nav__contact {
  margin-bottom: 0;
  margin-top: 20px;
  margin-bottom: 20px;
}

.mobile-nav__contact li {
  color: var(--snksan-text-dark);
  font-size: 14px;
  font-weight: 500;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.mobile-nav__contact li+li {
  margin-top: 15px;
}

.mobile-nav__contact li a {
  color: #ffffff;
  -webkit-transition: 500ms;
  transition: 500ms;
}

.mobile-nav__contact li a:hover {
  color: var(--snksan-base);
}

.mobile-nav__contact li>i {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: var(--snksan-base);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  font-size: 11px;
  margin-right: 10px;
  color: #fff;
}

.mobile-nav__container .main-logo,
.mobile-nav__container .topbar__buttons,
.mobile-nav__container .main-menu__language,
.mobile-nav__container .main-menu__login {
  display: none;
}

/*--------------------------------------------------------------
# Navigations Two
--------------------------------------------------------------*/
.main-header-two {
  background: transparent;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  z-index: 999;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-header-two .main-header__top-inner {
  background-color: var(--snksan-black);
  border: 0;
}

.main-header-two .main-header__top-address li .text p {
  color: #aea8b9;
}

.main-header-two .main-header__top-address li .text p a {
  color: #aea8b9;
}

.main-header-two .main-header__top-address li .text p a:hover {
  color: var(--snksan-white);
}

.main-header-two .main-header__top-right-menu li a {
  color: #aea8b9;
}

.main-header-two .main-header__top-right-menu li a:hover {
  color: var(--snksan-white);
}

.main-header-two .main-header__top-right-menu li a:before {
  background-color: #aea8b9;
}

.main-header-two .main-header__top-right-social:before {
  background-color: #100d17;
}

.main-header-two .main-header__top-right-social a {
  color: #aea8b9;
}

.main-header-two .main-header__top-right-social a:hover {
  color: var(--snksan-white);
}

.main-menu-two:before {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  height: 1px;
  background-color: rgba(var(--snksan-white-rgb), 0.1);
}

.main-menu-two .main-menu__call-number p {
  color: #aea8b9;
}

.main-menu-two .main-menu__call-number h5 a {
  color: var(--snksan-white);
}

.main-menu-two .main-menu__call-number h5 a:hover {
  color: var(--snksan-primary);
}

.main-menu-two .main-menu__call-number h5 a span {
  color: #aea8b9;
}

.main-menu-two .main-menu__renli {
  color: var(--snksan-white);
}

.main-menu-two .main-menu__renli:hover {
  color: var(--snksan-primary);
}

.main-menu-two .main-menu__renli-box:before {
  background-color: rgba(var(--snksan-white-rgb), 0.1);
}

.stricky-header.main-menu-two {
  background-color: var(--snksan-black);
}

.main-menu-two .main-menu__list>li>a,
.stricky-header.main-menu-two .main-menu__list>li>a {
  color: var(--snksan-white);
}

.main-menu-two .main-menu__list>li.current>a,
.main-menu-two .main-menu__list>li:hover>a,
.stricky-header.main-menu-two .main-menu__list>li.current>a,
.stricky-header.main-menu-two .main-menu__list>li:hover>a {
  color: var(--snksan-white);
}

.main-menu-two .main-menu__list>li>a::before,
.stricky-header.main-menu-two .main-menu__list>li>a::before {
  background-color: var(--snksan-primary);
}

.main-menu-two .main-menu__list>li.current>a::before {
  background-color: var(--snksan-primary);
}

.main-menu-two .main-menu__list>li:hover>a::before {
  background-color: var(--snksan-primary);
}

/*--------------------------------------------------------------
# Navigations Three
--------------------------------------------------------------*/
.main-header-three {
  background: transparent;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  z-index: 999;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-header-three:before {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  height: 1px;
  background-color: rgba(var(--snksan-white-rgb), 0.1);
}

.main-menu-three {
  padding: 0 80px;
}

.main-menu-three .main-menu__call-number p {
  color: var(--snksan-white);
}

.main-menu-three .main-menu__call-number h5 a {
  color: var(--snksan-white);
}

.main-menu-three .main-menu__call-number h5 a:hover {
  color: var(--snksan-primary);
}

.main-menu-three .main-menu__call-number h5 a span {
  color: var(--snksan-white);
}

.main-menu-three .main-menu__renli-box:before {
  background-color: rgba(var(--snksan-white-rgb), 0.1);
}

.main-menu-three .main-menu__renli-box {
  margin-right: 0;
}

.main-menu-three .main-menu__renli {
  color: var(--snksan-white);
}

.main-menu-three .main-menu__renli:hover {
  color: var(--snksan-primary);
}

.main-menu-three .main-menu__list>li>a,
.stricky-header.main-menu-three .main-menu__list>li>a {
  color: var(--snksan-white);
}

.main-menu-three .main-menu__list>li.current>a,
.main-menu-three .main-menu__list>li:hover>a,
.stricky-header.main-menu-three .main-menu__list>li.current>a,
.stricky-header.main-menu-three .main-menu__list>li:hover>a {
  color: var(--snksan-white);
}

.main-menu-three .main-menu__list>li>a::before,
.stricky-header.main-menu-three .main-menu__list>li>a::before {
  background-color: var(--snksan-primary);
}

.main-menu-three .main-menu__list>li.current>a::before {
  background-color: var(--snksan-primary);
}

.main-menu-three .main-menu__list>li:hover>a::before {
  background-color: var(--snksan-primary);
}

.stricky-header.main-menu-three {
  padding: 0 80px;
  background-color: var(--snksan-base);
}

/*--------------------------------------------------------------
# Search Popup
--------------------------------------------------------------*/
.search-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 9999;
  padding-left: 20px;
  padding-right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: translateY(-110%);
  transform: translateY(-110%);
  -webkit-transition: opacity 500ms ease, -webkit-transform 500ms ease;
  transition: opacity 500ms ease, -webkit-transform 500ms ease;
  transition: transform 500ms ease, opacity 500ms ease;
  transition: transform 500ms ease, opacity 500ms ease, -webkit-transform 500ms ease;
}

.search-popup.active {
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
}

.search-popup__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--snksan-black);
  opacity: 0.75;
  cursor: pointer;
}

.search-popup__content {
  width: 100%;
  max-width: 560px;
}

.search-popup__content form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  background-color: #fff;
  border-radius: 0px;
  overflow: hidden;
}

.search-popup__content form input[type="search"],
.search-popup__content form input[type="text"] {
  width: 100%;
  background-color: #fff;
  font-size: 16px;
  border: none;
  outline: none;
  height: 66px;
  padding-left: 30px;
}

.search-popup__content .thm-btn {
  padding: 0;
  width: 68px;
  height: 68px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  position: absolute;
  top: 0;
  right: -1px;
  border-radius: 0;
  background-color: var(--snksan-base);
  border: 0;
}

.search-popup__content .thm-btn:hover:before {
  height: 480%;
  width: 200px;
}

.search-popup__content .thm-btn i {
  margin: 0;
}

/*--------------------------------------------------------------
# Main Slider
--------------------------------------------------------------*/
.main-slider {
  overflow: hidden;
  position: relative;
}

.main-slider .swiper-slide {
  position: relative;
  background-color: var(--snksan-black);
}

.main-slider .container {
  position: relative;
  padding-top: 236px;
  padding-bottom: 245px;
  z-index: 30;
}

.main-slider .image-layer {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: opacity 1500ms ease-in, -webkit-transform 7000ms ease;
  transition: opacity 1500ms ease-in, -webkit-transform 7000ms ease;
  transition: transform 7000ms ease, opacity 1500ms ease-in;
  transition: transform 7000ms ease, opacity 1500ms ease-in, -webkit-transform 7000ms ease;
  background-blend-mode: normal;
  background-color: var(--snksan-black);
  opacity: 0.5;
  z-index: 1;
}

.main-slider .swiper-slide-active .image-layer {
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
}

.main-slider__shape-1 {
  position: absolute;
  top: 0;
  right: 0;
  mix-blend-mode: overlay;
  -webkit-transform: translateX(470px);
  transform: translateX(470px);
  opacity: 0;
  z-index: 1;
}

.swiper-slide-active .main-slider__shape-1 {
  opacity: 1;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition: all 1000ms ease;
  transition: all 1000ms ease;
}

.main-slider__shape-1 img {
  width: auto;
}

.main-slider__shape-2 {
  position: absolute;
  bottom: 0;
  right: 0;
  mix-blend-mode: screen;
  -webkit-transform: translateX(495px);
  transform: translateX(495px);
  opacity: 0;
  z-index: 1;
}

.main-slider__shape-2 img {
  width: auto;
}

.swiper-slide-active .main-slider__shape-2 {
  opacity: 1;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition: all 1000ms ease;
  transition: all 1000ms ease;
  -webkit-transition-delay: 1500ms;
  transition-delay: 1500ms;
}

.main-slider__shape-3 {
  position: absolute;
  bottom: 0;
  left: 0;
  mix-blend-mode: overlay;
  -webkit-transform: translateX(-385px);
  transform: translateX(-385px);
  opacity: 0;
  z-index: 1;
}

.main-slider__shape-3 img {
  width: auto;
}

.swiper-slide-active .main-slider__shape-3 {
  opacity: 1;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition: all 1000ms ease;
  transition: all 1000ms ease;
  -webkit-transition-delay: 2000ms;
  transition-delay: 2000ms;
}

.main-slider__content {
  position: relative;
  display: block;
  text-align: center;
}

.main-slider p {
  font-size: 16px;
  color: var(--snksan-white);
  text-transform: uppercase;
  line-height: 46px;
  letter-spacing: 0.1em;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-120px);
  transform: translateY(-120px);
  -webkit-transition-delay: 1000ms;
  transition-delay: 1000ms;
  -webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease, -webkit-transform 2000ms ease;
}

.main-slider h2 {
  font-size: 95px;
  color: var(--snksan-white);
  font-weight: 700;
  line-height: 150px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-120px);
  transform: translateY(-120px);
  -webkit-transition-delay: 1000ms;
  transition-delay: 1000ms;
  -webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease, -webkit-transform 2000ms ease;
}

.main-slider h4 {
  font-size: 40px;
  color: var(--snksan-primary);
  font-weight: 700;
  line-height: 150px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-120px);
  transform: translateY(-120px);
  -webkit-transition-delay: 1000ms;
  transition-delay: 1000ms;
  -webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease, -webkit-transform 2000ms ease;
}

.main-slider__btn-video-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 80px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(120px);
  transform: translateY(120px);
  -webkit-transition-delay: 1000ms;
  transition-delay: 1000ms;
  -webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease, -webkit-transform 2000ms ease;
}

.main-slider__btn-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.main-slider__video-link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 35px;
}

.main-slider__video-icon {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  font-size: 12px;
  color: var(--snksan-black);
  background-color: var(--snksan-white);
  border-radius: 50%;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.main-slider__rongyu {

  color: #1b1922;
  background-color: var(--snksan-primary);

}

.main-slider__video-icon:hover {
  background-color: var(--snksan-primary);
  color: var(--snksan-white);
}

.main-slider__video-icon:before {
  position: absolute;
  top: -10px;
  left: -10px;
  right: -10px;
  bottom: -10px;
  content: "";
  border-radius: 50%;
  border: 1px solid var(--snksan-white);
  opacity: 0.2;
  z-index: 1;
}
.main-slider__rongyu:before {
  position: absolute;
  top: -10px;
  left: -10px;
  right: -10px;
  bottom: -10px;
  content: "";
  border-radius: 50%;
  border: none;
  opacity: 0.2;
  z-index: 1;
}
.main-slider__video-link .ripple,
.main-slider__video-icon .ripple:before,
.main-slider__video-icon .ripple:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 63px;
  height: 63px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -ms-box-shadow: 0 0 0 0 rgba(var(--snksan-primary-rgb), 0.6);
  -o-box-shadow: 0 0 0 0 rgba(var(--snksan-primary-rgb), 0.6);
  -webkit-box-shadow: 0 0 0 0 rgba(var(--snksan-primary-rgb), 0.6);
  box-shadow: 0 0 0 0 rgba(var(--snksan-primary-rgb), 0.6);
  -webkit-animation: ripple 3s infinite;
  animation: ripple 3s infinite;
  border-radius: 50%;
}

.main-slider__video-icon .ripple:before {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
  content: "";
  position: absolute;
}

.main-slider__video-icon .ripple:after {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
  content: "";
  position: absolute;
}

.main-slider__video-text {
  font-size: 14px;
  color: var(--snksan-white);
  line-height: 18px;
  position: relative;
  opacity: .7;
  text-align: left;
  margin-left: 25px;
}

.main-slider .swiper-slide-active p,
.main-slider .swiper-slide-active .main-slider__btn-video-box,
.main-slider .swiper-slide-active h2,
.main-slider .swiper-slide-active h4 {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0) translateX(0);
  transform: translateY(0) translateX(0);
}

#main-slider-pagination {
  z-index: 10;
  bottom: 59px;
  left: 50%;
  width: 100%;
  max-width: 1200px;
  -webkit-transform: translate(-50%, calc(-50% + 95px));
  transform: translate(-50%, calc(0% + 0px));
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 15px;
}

#main-slider-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  opacity: 0.4;
  background-color: var(--snksan-white);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

#main-slider-pagination .swiper-pagination-bullet+.swiper-pagination-bullet {
  margin-left: 10px;
}

#main-slider-pagination .swiper-pagination-bullet {
  margin: 0;
}

#main-slider-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 13px;
  height: 13px;
  opacity: 1;
}

/*--------------------------------------------------------------
# Main Slider Two
--------------------------------------------------------------*/
.main-slider-two {
  position: relative;
  display: block;
}

.main-slider-two__shape-1 {
  position: absolute;
  bottom: 0;
  left: 83px;
  mix-blend-mode: overlay;
  -webkit-transform: translateX(-108%);
  transform: translateX(-108%);
  opacity: 0;
  z-index: 1;
}

.swiper-slide-active .main-slider-two__shape-1 {
  opacity: 1;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition: all 1000ms ease;
  transition: all 1000ms ease;
}

.main-slider-two__shape-1 img {
  width: auto;
}

.main-slider-two__shape-2 {
  position: absolute;
  bottom: 0;
  right: 0;
  mix-blend-mode: overlay;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  opacity: 0;
  z-index: 1;
}

.swiper-slide-active .main-slider-two__shape-2 {
  opacity: 1;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition: all 1000ms ease;
  transition: all 1000ms ease;
  -webkit-transition-delay: 1000ms;
  transition-delay: 1000ms;
}

.main-slider-two__shape-2 img {
  width: auto;
}

.main-slider-two__big-text-1 {
  font-size: 240px;
  text-transform: uppercase;
  -webkit-text-stroke: 1px rgba(var(--snksan-white-rgb), 0.1);
  color: transparent;
  line-height: 240px;
  position: absolute;
  top: 200px;
  left: -54px;
  font-weight: 700;
}

.main-slider-two__big-text-2 {
  font-size: 240px;
  text-transform: uppercase;
  -webkit-text-stroke: 1px rgba(var(--snksan-white-rgb), 0.1);
  color: transparent;
  line-height: 240px;
  position: absolute;
  bottom: 40px;
  right: -51px;
  font-weight: 700;
}

.main-slider-two .container {
  padding-top: 353px;
  padding-bottom: 210px;
}

.main-slider-two .main-slider__content {
  text-align: left;
}

.main-slider-two h2 {
  font-size: 80px;
  line-height: 90px;
  text-transform: uppercase;
  margin-bottom: 34px;
}

.main-slider-two__btn-box {
  position: relative;
  display: block;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(120px);
  transform: translateY(120px);
  -webkit-transition-delay: 1000ms;
  transition-delay: 1000ms;
  -webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease, -webkit-transform 2000ms ease;
}

.main-slider .swiper-slide-active .main-slider-two__btn-box {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0) translateX(0);
  transform: translateY(0) translateX(0);
}

.main-slider-two__btn {
  background-color: var(--snksan-white);
  color: var(--snksan-black);
}

.main-slider-two__btn:after {
  background-color: var(--snksan-primary);
}

.main-slider-two #main-slider-pagination {
  text-align: left;
  -webkit-box-pack: inherit;
  -ms-flex-pack: inherit;
  justify-content: inherit;
}

/*--------------------------------------------------------------
# Main Slider Three
--------------------------------------------------------------*/
.main-slider-three {
  position: relative;
  display: block;
  z-index: 1;
}

.main-slider-three .swiper-slide {
  position: relative;
  background-color: var(--snksan-base);
  z-index: 3;
}

.main-slider-three .container {
  padding-top: 322px;
  padding-bottom: 220px;
}

.main-slider-three-bg {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  opacity: .60;
  background-blend-mode: color-burn;
  background-color: var(--snksan-base);
  z-index: -1;
}

.main-slider-three__shape-1 {
  position: absolute;
  bottom: 0;
  right: 0;
  mix-blend-mode: color-dodge;
  -webkit-animation: fa-spin 10s ease infinite;
  animation: fa-spin 10s ease infinite;
}

.main-slider-three__shape-1 img {
  width: auto;
}

.main-slider-three__shadow {
  position: absolute;
  bottom: 0;
  right: 0;
  mix-blend-mode: color-dodge;
}

.main-slider-three__shadow img {
  width: auto;
}

.main-slider-three__img {
  position: absolute;
  bottom: 115px;
  right: 360px;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  opacity: 0;
}

.swiper-slide-active .main-slider-three__img {
  opacity: 1;
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
  -webkit-transition: all 1000ms ease;
  transition: all 1000ms ease;
}

.main-slider-three__img img {
  width: auto;
}

.main-slider-three__social {
  position: absolute;
  top: 50%;
  left: 80px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.main-slider-three__social li {
  position: relative;
  display: block;
}

.main-slider-three__social li+li {
  margin-top: 17px;
}

.main-slider-three__social li a {
  position: relative;
  display: block;
  font-size: 20px;
  color: var(--snksan-white);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-slider-three__social li a:hover {
  color: var(--snksan-primary);
}

.main-slider-three .main-slider__content {
  position: relative;
  display: block;
  text-align: left;
}

.main-slider-three h2 {
  font-size: 70px;
  color: var(--snksan-white);
  line-height: 70px;
  font-weight: 700;
  margin-bottom: 32px;
}

.main-slider-three h2 span {
  color: var(--snksan-primary);
}

.main-slider-three p {
  font-size: 18px;
  color: #dcd7ff;
  line-height: 33px;
  text-transform: inherit;
  letter-spacing: inherit;
  margin-bottom: 40px;
}

.main-slider-three__btn-box {
  position: relative;
  display: block;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(120px);
  transform: translateY(120px);
  -webkit-transition-delay: 1000ms;
  transition-delay: 1000ms;
  -webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease, -webkit-transform 2000ms ease;
}

.main-slider-three .swiper-slide-active .main-slider-three__btn-box {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0) translateX(0);
  transform: translateY(0) translateX(0);
}

.main-slider-three__btn {
  background-color: var(--snksan-black);
}

.main-slider-three__btn:hover {
  color: var(--snksan-base);
}

.main-slider-three__btn:hover:after {
  background-color: var(--snksan-white);
}

/*--------------------------------------------------------------
# Get Solutions
--------------------------------------------------------------*/
.get-solutions {
  position: relative;
  display: block;
  background-color: var(--snksan-base);
}

.get-solutions__inner {
  position: relative;
  display: block;
  text-align: center;
  padding: 42px 0 45px;
}

.get-solutions__text {
  color: #dcd7ff;
}

.get-solutions__text a {
  color: var(--snksan-white);
  font-weight: 700;
  position: relative;
  display: inline-block;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.get-solutions__text a:hover {
  color: var(--snksan-primary);
}

.get-solutions__text a:before {
  position: absolute;
  bottom: 2px;
  left: 0;
  right: 0;
  content: "";
  height: 2px;
  background-color: var(--snksan-primary);
}

/*--------------------------------------------------------------
# Feature One
--------------------------------------------------------------*/
.index-classify {
  position: relative;
  display: block;
  z-index:3;
}

.index-classify--service-two-page {
  padding-bottom: 120px;
}

.index-classify--service-two-page .row {
  --bs-gutter-y: 30px;
}

.index-classify--service-two-page .index-classify__single {
  margin-bottom: 0;
}

.index-classify--service-two-page .carousel-dot-style-1 .owl-dots {
  margin-top: 30px !important;
}

.index-classify__single {
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.index-classify__img {
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 1;
}

.index-classify__img:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  background-color: rgba(var(--snksan-black-rgb), 0.9);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  opacity: 1;
  -webkit-transform-origin: bottom;
  transform-origin: bottom;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  z-index: 1;
}

.index-classify__single:hover .index-classify__img:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

.index-classify__img img {
  width: 100%;
  border: 3px solid #fff;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 500ms ease;
  transition: -webkit-transform 500ms ease;
  transition: transform 500ms ease;
  transition: transform 500ms ease, -webkit-transform 500ms ease;
}

.index-classify__single:hover .index-classify__img img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.index-classify__title-box {
  position: absolute;
  left: 50px;
  bottom: 35px;
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 5;
}

.index-classify__single:hover .index-classify__title-box {
  opacity: 0;
  visibility: hidden;
}

.index-classify__title {
  font-size: 24px;
  font-weight: 700;
  line-height: 24px;
}

/*.index-classify__title a {
  color: var(--snksan-white);
}
*/
.index-classify__hover-content {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 50px 50px 40px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  opacity: 1;
  -webkit-transform-origin: top;
  transform-origin: top;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  z-index: 3;
}

.index-classify__single:hover .index-classify__hover-content {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

.index-classify__icon {
  position: relative;
  display: block;
}

.index-classify__icon span {
  font-size: 66px;
  color: var(--snksan-primary);
  position: relative;
  display: inline-block;
}

.index-classify__hover-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 24px;
  margin-top: 21px;
  margin-bottom: 20px;
}

.index-classify__hover-title a {
  color: var(--snksan-white);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.index-classify__hover-title a:hover {
  color: var(--snksan-primary);
}

.index-classify__hover-text {
  font-size: 16px;
  color: #aea8b9;
  line-height: 30px;
}

.index-classify__learn-more {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 31px;
}

.index-classify__learn-more a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  color: var(--snksan-base);
  font-weight: 700;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.index-classify__learn-more a:hover {
  color: var(--snksan-primary);
}

.index-classify__learn-more a i {
  position: relative;
  padding-left: 10px;
  top: 2px;
}

/*--------------------------------------------------------------
# Get To Know
--------------------------------------------------------------*/
.index-ComProfile {
  position: relative;
  display: block;
  padding: 0 0 120px;
}

.index-ComProfile__left {
  position: relative;
  display: block;
  margin-right: 100px;
}

.index-ComProfile__img-box {
  position: relative;
  display: block;
  z-index: 1;
}

.index-ComProfile__img {
  position: relative;
  display: block;
  overflow: hidden;
}

.index-ComProfile__img:after {
  position: absolute;
  top: 0;
  left: -100%;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.3)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
  z-index: 1;
}

.index-ComProfile__img-box:hover .index-ComProfile__img:after {
  -webkit-animation: shine 1.5s;
  animation: shine 1.5s;
}

.index-ComProfile__img img {
  width: 100%;
  border: 1px solid var(--snksan-black);
}

.index-ComProfile__small-img {
  position: absolute;
  bottom: -94px;
  border: 1px solid var(--snksan-black);
  right: -100px;
  z-index: 2;
}

.index-ComProfile__small-img img {
  width: auto;
}

.index-ComProfile__client-box {
  position: absolute;
  top: 240px;
  left: -100px;
  background-color: var(--snksan-base);
  padding: 18px 50px 28px;
  z-index: 2;
}

.index-ComProfile__client-box::after {
  position: absolute;
  top: -30px;
  right: 0px;
  content: "";
  width: 0;
  border-left: 40px solid transparent;
  border-bottom: 30px solid var(--snksan-base);
}

.index-ComProfile__client-box h3 {
  font-size: 24px;
  color: var(--snksan-white);
  font-weight: 700;
  line-height: 34px !important;
  font-family: var(--snksan-font) !important;
}

.index-ComProfile__plus {
  font-size: 14px;
  color: var(--snksan-white);
  font-weight: 700;
  line-height: 34px !important;
  font-family: var(--snksan-font) !important;
}

.index-ComProfile__client-text {
  font-size: 14px;
  color: #dcd7ff;
  line-height: 14px;
}

.index-ComProfile__client-box .odometer-formatting-mark {
  display: none;
}

.index-ComProfile-shape-1 {
  position: absolute;
  bottom: -200px;
  left: -187px;
  /*-webkit-animation: fa-spin 10s ease infinite;
  animation: fa-spin 10s ease infinite;*/
  z-index: -1;
  opacity:.15;
  -webkit-opacity: .15;
}

.index-ComProfile-shape-1 img {
  width: auto;
}

.index-ComProfile__right {
  position: relative;
  display: block;
  margin-left: 100px;
}

.index-ComProfile__right .section-title {
  margin-bottom: 30px;
}

.index-ComProfile__points {
  position: relative;
  display: block;
  margin-top: 11px;
  margin-bottom: 37px;
}

.index-ComProfile__points li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.index-ComProfile__points li+li {
  margin-top: 4px;
}

.index-ComProfile__points li .icon {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.index-ComProfile__points li .icon span {
  color: var(--snksan-primary);
  font-size: 18px;
}

.index-ComProfile__points li .text {
  margin-left: 10px;
}

.index-ComProfile__points li .text p {
  font-size: 16px;
  color: var(--snksan-gray);
}

.index-ComProfile__it-solutions {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 46px;
}

.index-ComProfile__it-solutions-icon {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.index-ComProfile__it-solutions-icon span {
  font-size: 45px;
  color: var(--snksan-primary);
  position: relative;
  display: inline-block;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 500ms linear;
  transition: all 500ms linear;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.index-ComProfile__it-solutions:hover .index-ComProfile__it-solutions-icon span {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}

.index-ComProfile__it-solutions-text-box {
  margin-left: 18px;
}

.index-ComProfile__it-solutions-text {
  font-size: 20px;
  font-weight: 700;
  color: var(--snksan-black);
  margin: 0;
  line-height: 36px;
}
.index-ComProfile__text {
  font-size: 12px;
}

/*--------------------------------------------------------------
# Services One
--------------------------------------------------------------*/
.index-solution {
  position: relative;
  display: block;
  background-color: var(--snksan-black);
  padding: 120px 0 90px;
  background-position: center center;
  overflow: hidden;
}

.index-solution__shape-1 {
  width: 674px;
  height: 650px;
  background-color: #fff;
  opacity: 0.08;
  position: absolute;
  bottom: calc(100% - 325px);
  right: calc(100% - 340px);
  border-radius: 0%;
  mix-blend-mode: luminosity;
}

.index-solution__shape-2 {
  width: 1146px;
  height: 1104px;
  background-color: #fff;
  opacity: 0.03;
  position: absolute;
  border-radius: 0%;
  bottom: calc(100% - 550px);
  right: calc(100% - 570px);
  mix-blend-mode: luminosity;
}

.index-solution .container {
  position: relative;
  z-index: 10;
}

.index-solution__top {
  position: relative;
  display: block;
  margin-bottom: 49px;
}

.index-solution__top-left {
  position: relative;
  display: block;
  margin-right: 105px;
}

.index-solution__top-left .section-title {
  margin-bottom: 0;
}

.index-solution__top-left .section-title__title {
  color: var(--snksan-white);
}

.index-solution__top-right {
  position: relative;
  display: block;
  margin-left: 100px;
  margin-top: 10px;
}

.index-solution__top-text {
  font-size: 16px;
  color: #aea8b9;
  line-height: 30px;
}

.index-solution__bottom {
  position: relative;
  display: block;
}

.index-solution__list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

.index-solution__single {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
  width: 100%;
  text-align: center;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 30px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.index-solution__single:hover {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}

.index-solution__content {
  position: relative;
  display: block;
  border: 1px solid #322d3b;
  padding: 37px 0 32px;
  background-color: var(--snksan-black);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.index-solution__single:hover .index-solution__content {
  border: 1px solid var(--snksan-white);
  background-color: var(--snksan-white);
}

.index-solution__icon {
  position: relative;
  display: block;
}

.index-solution__icon span {
  position: relative;
  display: inline-block;
  font-size: 64px;
  color: var(--snksan-base);
}

.index-solution__title {
  font-size: 18px;
  line-height: 23px;
  font-weight: 700;
  margin-top: 18px;
  margin-bottom: 20px;
}

.index-solution__title a {
  color: var(--snksan-white);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.index-solution__single:hover .index-solution__title a {
  color: var(--snksan-black);
}

.index-solution__text {
  font-size: 14px;
  color: #aea8b9;
  line-height: 24px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  text-align:left;
  padding-left:7px;
  height: 70px;
}

.index-solution__single:hover .index-solution__text {
  color: var(--snksan-gray);
}

/*--------------------------------------------------------------
# Business From
--------------------------------------------------------------*/
.index-solution-banner {
  position: relative;
  display: block;
  padding: 111px 0 120px;
}

.index-solution-banner-bg-box {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--snksan-black);
  z-index: 1;
}

.index-solution-banner-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: 1;
  /*mix-blend-mode: luminosity;*/
  opacity: 0.35;
}

.index-solution-banner__inner {
  position: relative;
  display: block;
  z-index: 3;
}

.index-solution-banner__sub-title {
  font-size: 28px;
  color: var(--snksan-primary);
  line-height: 46px;
}

.index-solution-banner__title {
  color: var(--snksan-white);
  font-size: 75px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  line-height: 110px;
  margin-top: 16px;
  margin-bottom: 42px;
}

.index-solution-banner__btn-box {
  position: relative;
  display: block;
}

.index-solution-banner__btn:after {
  right: -2px;
}

/*--------------------------------------------------------------
# Testimonial One
--------------------------------------------------------------*/
.index-testimonial {
  position: relative;
  display: block;
  padding: 100px 0 120px;
}
.index-testimonial:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 410px;
  content: "";
  background-color: var(--snksan-base);
  z-index: -1;
}
.index-testimonial__inner {
  position: relative;
  display: block;
  max-width: 1510px;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  /*background-color: var(--snksan-extra);*/
  z-index: 1;
}

.index-testimonial-shape {
  position: absolute;
  bottom: 0;
  left: 33.33%;
  width: 33.33%;
}

.index-testimonial-shape img {
  width: 100%;
}

.index-testimonial__inner-content {
  position: relative;
  display: block;
  border-bottom: 1px solid #e9e9ee;
  padding: 0px 0 58px;
}

.index-testimonial__carousel {
  position: relative;
  display: block;
}

.index-testimonial__single {
  position: relative;
  display: block;
}

.index-testimonial__top-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  margin-top:15px;
}

.index-testimonial__img {
  position: relative;
  display: inline-block;
  top: 10px;
}

.index-testimonial__img img {
  width: 100% !important;
  /*border-radius: 15px 15px 0 0;*/
  margin:auto;
  border:5px solid #fff;
}

.index-testimonial__content {
  margin-left: 30px;
}

.index-testimonial__text {
  font-size: 30px;
  color: var(--snksan-black);
  line-height: 50px;
}

.index-testimonial__bottom-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 33px;
}

.index-testimonial__client-name {
  font-size: 20px;
  margin-bottom:10px;
  text-align:center;
  color: var(--snksan-base);
  font-weight: 700;
  line-height: 30px;
}

.index-testimonial__client-company {
  font-size: 16px;
  line-height: 26px;
}

.index-testimonial__quote img {
  width: auto !important;
}

.index-testimonial__carousel.owl-carousel .owl-dots {
  position: absolute;
  bottom: 15px;
  left: 55px;
  right: 0;
  text-align: left;
  margin: 0 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
}

.index-testimonial__carousel.owl-carousel .owl-dots .owl-dot {
  position: relative;
  display: inline-block;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: var(--snksan-black);
  opacity: .40;
  margin: 0px 5px;
  padding: 0px;
  -webkit-transition: all 100ms linear;
  transition: all 100ms linear;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.index-testimonial__carousel.owl-carousel .owl-dot.active {
  background-color: var(--snksan-base);
  opacity: 1;
  width: 18px;
  height: 18px;
}

.index-testimonial__carousel.owl-carousel .owl-dot:focus {
  outline: none;
}

.index-testimonial__carousel.owl-carousel .owl-dots .owl-dot span {
  display: none;
}

/*--------------------------------------------------------------
# Project One
--------------------------------------------------------------*/
.project-one {
  position: relative;
  display: block;
  padding: 120px 0 90px;
  z-index: 1;
}

.project-one__inner {
  position: relative;
  display: block;
  max-width: 1510px;
  width: 100%;
  margin: 0 auto;
  z-index: 1;
}

/*.project-one__inner:before {
  position: absolute;
  top: -110px;
  left: 0;
  right: 0;
  height: 464px;
  content: "";
  background-color: var(--snksan-extra);
  z-index: -1;
}
*/
.project-one__single {
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.project-one__img {
  position: relative;
  display: block;
  background-color: #;
  overflow: hidden;
  z-index: 1;
}

.project-one__img:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  background-color: rgba(var(--snksan-black-rgb), 0.9);
  opacity: 1;
  -webkit-transition: .5s;
  transition: .5s;
  -webkit-transform: perspective(400px) rotateX(-90deg) scale(0.2);
  transform: perspective(400px) rotateX(-90deg) scale(0.2);
  -webkit-transform-origin: top;
  transform-origin: top;
  z-index: -1;
}

.project-one__single:hover .project-one__img:before {
  opacity: 1;
  -webkit-transform: perspective(400px) rotateX(0deg) scale(1);
  transform: perspective(400px) rotateX(0deg) scale(1);
}

.project-one__img img {
  width: 100%;
  mix-blend-mode: luminosity;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.project-one__single:hover .project-one__img img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.project-one__img>a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.project-one__img>a>img {
  width: auto;
}

.project-one__content {
  position: relative;
  display: block;
  background-color: white;
  -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
  text-align: center;
  padding: 40px 50px 50px;
}

.project-one__sub-title {
  font-size: 16px;
  color: #9782a2;
  line-height: 30px;
}

.project-one__title {
  text-align:left;
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
}

.project-one__title a {
  color: var(--snksan-black);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.project-one__single:hover .project-one__title a {
  color: var(--snksan-base);
}

.project-one__text {
  text-align:left;
  font-size: 16px;
  line-height: 30px;
  padding-top: 14px;
  padding-bottom: 26px;
}

.project-one__btn {
  color: #9782a2;
  width: 100%;
  padding: 9px 0 9px;
  background-color: var(--snksan-extra);
}

.project-one__btn:after {
  background-color: #8293a2;
}

.project-one__single:hover .project-one__btn:after {
  opacity: 1;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

.project-one__single:hover .project-one__btn {
  color: var(--snksan-white);
}

.project-one__single-two .project-one__img {
  background-color: ;
}

.project-one__single-two .project-one__sub-title {
  color: #;
}

.project-one__single-three .project-one__img {
  background-color: ;
}

.project-one__single-three .project-one__sub-title {
  color: ;
}

.project-one__single-two .project-one__btn {
  color: #;
}

.project-one__single-three .project-one__btn {
  color: ;
}

/*--------------------------------------------------------------
# Tech Services
--------------------------------------------------------------*/
.services-shengchanxian {
  position: relative;
  display: block;
  padding: 0 0 116px;
}

.services-shengchanxian__left {
  position: relative;
  display: block;
  margin-right: 70px;
}

.services-shengchanxian__img-box {
  position: relative;
  display: block;
}

.services-shengchanxian__img {
  position: relative;
  display: block;
}

.services-shengchanxian__img img {
  width: 100%;
}

.services-shengchanxian__img-content {
  position: absolute;
  top: 50%;
  right: -90px;
  background-color: var(--snksan-base);
  padding: 41px 40px 39px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.services-shengchanxian__img-img {
  position: absolute;
  top: 50%;
  right: -90px;
  width: 66%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.services-shengchanxian__img-img img{
  width: 100%;
}


.services-shengchanxian__img-text {
  font-size: 22px;
  color: var(--snksan-white);
  line-height: 36px;
}

.services-shengchanxian__learn-more {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 24px;
}

.services-shengchanxian__learn-more a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  color: var(--snksan-white);
  font-weight: 700;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.services-shengchanxian__learn-more a i {
  position: relative;
  padding-left: 10px;
  top: 2px;
}

.services-shengchanxian__learn-more a:hover {
  color: var(--snksan-primary);
}

.services-shengchanxian__right {
  position: relative;
  display: block;
  margin-left: 70px;
}

.services-shengchanxian__right .section-title {
  margin-bottom: 30px;
}

.services-shengchanxian__text {
  font-size: 16px;
  line-height: 30px;
  padding-bottom: 36px;
}

.services-shengchanxian__points {
  position: relative;
  display: block;
}

.services-shengchanxian__points li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.services-shengchanxian__points li+li {
  margin-top: 39px;
}

.services-shengchanxian__points li .icon {
  position: relative;
  height: 48px;
  width: 48px;
  background-color: var(--snksan-primary);
  color: var(--snksan-white);
  font-size: 16px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  flex-shrink: 0;
}

.services-shengchanxian__points li:hover .icon {
  background-color: var(--snksan-base);
}

.services-shengchanxian__points li .content {
  margin-left: 20px;
}

.services-shengchanxian__points li .content h4 {
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
}

.services-shengchanxian__points li .content p {
  font-size: 16px;
  line-height: 30px;
}

/*--------------------------------------------------------------
# Counter One
--------------------------------------------------------------*/
.counter-one {
  position: relative;
  display: block;
  background-color: var(--snksan-extra);
  padding: 120px 0 190px;
  z-index: 2;
  margin-top:-80px;
}

.counter-one__bg {
  background-repeat: no-repeat;
  background-position: top center;
  background-color: var(--snksan-extra);
  background-blend-mode: luminosity;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.1;
}

.counter-one .container {
  position: relative;
  z-index: 10;
}

.counter-one__list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.counter-one__single {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
  width: 100%;
  text-align: center;
  margin-bottom: 31px;
  padding: 0 45px;
}

.counter-one__single:before {
  position: absolute;
  top: 47px;
  bottom: 52px;
  left: 0;
  content: "";
  width: 1px;
  background-color: var(--snksan-bdr-color);
}

.counter-one__single:first-child:before {
  display: none;
}

.counter-one__icon {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 50%;
  background-color: white;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  height: 75px;
  width: 75px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto 12px;
  z-index: 1;
}

.counter-one__icon::before {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  content: "";
  border-radius: 50%;
  background-color: var(--snksan-base);
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.52);
  transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.52);
  z-index: -1;
}

.counter-one__single:hover .counter-one__icon::before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.counter-one__icon span {
  position: relative;
  display: inline-block;
  color: var(--snksan-base);
  font-size: 32px;
  -webkit-transition: all 500ms linear;
  transition: all 500ms linear;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
  -webkit-transform: scale(1) rotateY(0deg);
  transform: scale(1) rotateY(0deg);
}

.counter-one__single:hover .counter-one__icon span {
  -webkit-transform: scale(0.9) rotateY(360deg);
  transform: scale(0.9) rotateY(360deg);
  color: var(--snksan-white);
}

.counter-one__single h3 {
  font-size: 40px;
  font-family: var(--snksan-font) !important;
  line-height: 50px !important;
  color: var(--snksan-primary);
  font-weight: 400;
}

.counter-one__plus {
  font-size: 16px;
  font-family: var(--snksan-font) !important;
  line-height: 50px !important;
  color: var(--snksan-primary);
  position: relative;
  top: 5px;
}

.counter-one__title {
  font-size: 17px;
  color: var(--snksan-black);
  font-weight: 700;
  line-height: 26px;
  padding-bottom: 15px;
}

.counter-one__text {
  font-size: 16px;
  line-height: 30px;
  text-align: left;
}

.counter-one .odometer-formatting-mark {
  display: none;
}

/*--------------------------------------------------------------
# Trusted Source
--------------------------------------------------------------*/
.trusted-source {
  position: relative;
  display: block;
  margin-top: -106px;
  z-index: 2;
}

.trusted-source__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: var(--snksan-base);
  padding: 58px 100px 58px;
}

.trusted-source__left {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.trusted-source__content {
  font-size: 24px;
  color: var(--snksan-white);
  font-weight: 700;
  line-height: 45px;
}

.trusted-source__content span {
  color: var(--snksan-base);
  font-weight: 700;
  text-transform: uppercase;
}

.trusted-source__icon {
  position: relative;
  height: 94px;
  width: 94px;
  background-color: var(--snksan-white);
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: 165px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.trusted-source__icon:hover {
  background-color: var(--snksan-black);
}

.trusted-source__icon img {
  width: auto;
}

.trusted-source__icon:before {
  position: absolute;
  top: 50%;
  left: -67px;
  width: 55px;
  height: 2px;
  content: "";
  background-color: rgba(var(--snksan-white-rgb), 0.15);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.trusted-source__icon:after {
  position: absolute;
  top: 50%;
  right: -67px;
  width: 55px;
  height: 2px;
  content: "";
  background-color: rgba(var(--snksan-white-rgb), 0.15);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.trusted-source__right {
  position: relative;
  display: block;
}

.trusted-source__contact-info {
  position: relative;
  display: block;
}

.trusted-source__contact-info p {
  font-size: 14px;
  color: var(--snksan-white);
  line-height: 27px;
}

.trusted-source__contact-info a {
  font-size: 24px;
  color: var(--snksan-white);
  font-weight: 700;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.trusted-source__contact-info a:hover {
  color: var(--snksan-primary);
}

.trusted-source__contact-info a span {
  font-weight: 400;
}

/*--------------------------------------------------------------
# Helping
--------------------------------------------------------------*/
.helping {
  position: relative;
  display: block;
  margin-top: -105px;
}

.helping-shape-1 {
  position: absolute;
  bottom: 40px;
  right: 0;
  opacity: 0.05;
}

.helping-shape-1 img {
  width: auto;
}

.helping-wrapper {
  position: relative;
  display: block;
  overflow: hidden;
}

.helping__left {
  position: relative;
  display: block;
  float: left;
  width: 50%;
  min-height: 794px;
}

.helping__left-bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.helping__right {
  position: relative;
  display: block;
  float: right;
  width: 50%;
  background-color: var(--snksan-black);
  min-height: 794px;
}

.helping__right-content {
  position: relative;
  display: block;
  max-width: 465px;
  width: 100%;
  margin-left: 120px;
  padding-top: 226px;
  padding-bottom: 109px;
}

.helping__right-content .section-title {
  margin-bottom: 32px;
}

.helping__right-content .section-title__title {
  color: var(--snksan-white);
}

.helping__text {
  color: var(--snksan-primary);
  font-weight: 700;
  padding-bottom: 35px;
}

.helping__points {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.helping__points li {
  position: relative;
  display: block;
}

.helping__points li+li {
  margin-left: 48px;
}

.helping__points li .icon span {
  font-size: 65px;
  color: var(--snksan-base);
  position: relative;
  display: inline-block;
  -webkit-transition: all 500ms linear;
  transition: all 500ms linear;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.helping__points li:hover .icon span {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
  color: var(--snksan-white);
}

.helping__title {
  position: relative;
  display: inline-block;
  font-size: 18px;
  color: var(--snksan-white);
  font-weight: 700;
  line-height: 28px;
  margin-top: 16px;
  margin-bottom: 29px;
}

.helping__title:before {
  position: absolute;
  bottom: -19px;
  left: 0;
  right: 0;
  content: "";
  height: 2px;
  background-color: rgba(var(--snksan-white-rgb), 0.1);
}

.helping__text-2 {
  font-size: 16px;
  color: #aea8b9;
  line-height: 30px;
}

/*--------------------------------------------------------------
# Company News
--------------------------------------------------------------*/
.company-news {
  position: relative;
  display: block;
  padding: 120px 0 90px;
}

.company-news .blog-pagination {
  margin-top: 30px;
}

.company-news--carousel {
  padding-bottom: 120px;
}

.company-news__single {
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.company-news__img {
  position: relative;
  display: block;
  overflow: hidden;
}

.company-news__img img {
  width: 100%;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.company-news__single:hover .company-news__img img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.company-news__img>a {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(var(--snksan-black-rgb), 0.5);
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 30px;
  color: var(--snksan-base);
  -webkit-transition: opacity 500ms ease, visibility 500ms ease, -webkit-transform 500ms ease;
  transition: opacity 500ms ease, visibility 500ms ease, -webkit-transform 500ms ease;
  transition: opacity 500ms ease, visibility 500ms ease, transform 500ms ease;
  transition: opacity 500ms ease, visibility 500ms ease, transform 500ms ease, -webkit-transform 500ms ease;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(-30%);
  transform: translateY(-30%);
}

.company-news__img>a>span {
  position: relative;
}

.company-news__img>a>span::before {
  content: '';
  width: 20px;
  height: 2px;
  background-color: var(--snksan-primary);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.company-news__img>a>span::after {
  content: '';
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  width: 2px;
  height: 20px;
  background-color: var(--snksan-primary);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.company-news__img>a:hover>span::before,
.company-news__img>a:hover>span::after {
  background-color: var(--snksan-white);
}

.company-news__single:hover .company-news__img>a {
  visibility: visible;
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
  opacity: 1;
}

.company-news__tag {
  position: absolute;
  top: 40px;
  left: 40px;
  background-color: var(--snksan-base);
  padding: 6px 20px 4px;
  z-index: 3;
}

.company-news__tag p {
  font-size: 10px;
  color: var(--snksan-white);
  text-transform: uppercase;
  line-height: 20px;
  letter-spacing: 0.1em;
  margin: 0;
}

.company-news__content {
  position: relative;
  display: block;
  padding: 30px 40px 29px;
  background-color: white;
  -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.company-news__single:hover .company-news__content {
  background-color: white;
  -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.1);
}

.company-news__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.company-news__meta li+li {
  margin-left: 10px;
}

.company-news__meta li a {
  font-size: 14px;
  color: var(--snksan-gray);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.company-news__meta li a:hover {
  color: var(--snksan-primary);
}

.company-news__meta li a i {
  color: var(--snksan-primary);
}

.company-news__title {
  font-size: 18px;
  line-height: 31px;
  margin-top: 5px;
  margin-bottom: 13px;
  font-weight: 700;
  min-height: 72px;
}

.company-news__title a {
  color: var(--snksan-black);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.company-news__single:hover .company-news__title a {
  color: var(--snksan-primary);
}

.company-news__text {
  font-size: 16px;
  line-height: 30px;
  margin: 0;
}

.company-news__bottom {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.company-news__bottom a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  color: var(--snksan-base);
  font-weight: 700;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.company-news__bottom a:before {
  content: "\f30b";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 14px;
  color: var(--snksan-base);
  position: absolute;
  top: 0px;
  left: 0;
  opacity: 0;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.company-news__single:hover .company-news__bottom a:before {
  opacity: 1;
  color: var(--snksan-primary);
}

.company-news__bottom a i {
  position: relative;
  padding-left: 10px;
  top: 2px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.company-news__single:hover .company-news__bottom a {
  color: var(--snksan-primary);
  padding-left: 22px;
}

.company-news__single:hover .company-news__bottom a i {
  opacity: 0;
}

/*--------------------------------------------------------------
# Brand One
--------------------------------------------------------------*/
.brand-one {
  position: relative;
  display: block;
  padding: 0px 0 119px;
}

.brand-one--home-three {
  padding-top: 317px;
  margin-top: -227px;
  background-image: url(../image/brand-logo-bg-1-11.png);
}

.brand-one .container {
  position: relative;
  padding-top: 110px;
}

.brand-one__title {
  color: var(--snksan-black);
  font-size: 20px;
  font-weight: 700;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 1170px;
  text-align: center;
  margin: 0 auto;
  margin-top: -3px;
}

.brand-one__title:before {
  position: absolute;
  top: 50%;
  bottom: 0;
  left: 0;
  content: "";
  height: 1px;
  background-color: var(--snksan-bdr-color);
  max-width: 454px;
  width: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.brand-one__title:after {
  position: absolute;
  top: 50%;
  bottom: 0;
  right: 0;
  content: "";
  height: 1px;
  background-color: var(--snksan-bdr-color);
  max-width: 454px;
  width: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.brand-one .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.brand-one .swiper-slide img {
  -webkit-transition: 500ms;
  transition: 500ms;
  opacity: 0.3;
  max-width: 100%;
}

.brand-one .swiper-slide img:hover {
  opacity: 0.8;
}
.brand-one .brand-one-margintop {
  margin-top:40px;
}

/*--------------------------------------------------------------
# Site Footer
--------------------------------------------------------------*/
.site-footer {
  position: relative;
  display: block;
  background-color: var(--snksan-black);
  z-index: 1;
}

.site-footer2 {
  background-color: var(--snksan-extra);
}


.site-footer-bg-1 {
  position: absolute;
  top: 0;
  left: 0;
  height: 388px;
  width: 388px;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  background-blend-mode: luminosity;
  background-color: var(--snksan-black);
  opacity: .12;
  z-index: -1;
}

.site-footer-bg-2 {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 636px;
  width: 531px;
  background-color: var(--snksan-black);
  background-blend-mode: luminosity;
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: cover;
  opacity: .12;
  z-index: -1;
}

.site-footer__top {
  position: relative;
  display: block;
  padding-top: 60px;
}
@media (min-width: 1200px) {
  .site-footer__top .container {
    max-width: 800px;
  }
}
.site-footer__top-inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 32px 39px;
  border: 1px solid #322d3b;
}

.site-footer__top-left {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.site-footer__top-icon {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 30px;
}

.site-footer__top-icon span {
  font-size: 65px;
  color: var(--snksan-primary);
}

.site-footer__top-title {
  font-size: 24px;
  color: var(--snksan-white);
  font-weight: 400;
  line-height: 34px;
}

.site-footer__top-right {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/*.site-footer__btn:hover {
  color: var(--snksan-base);
}*/

.site-footer__btn {
  width:100%;
  text-align:center;
}

.site-footer__btn:after {
  background-color: var(--snksan-white);
}

.site-footer__middle {
  position: relative;
  display: block;
  padding: 74px 0 37px;
}

.footer-widget__about {
  position: relative;
  display: block;
  margin-right: 73px;
  margin-top: 4px;
}

.footer-widget__logo {
  position: relative;
  display: inline-block;
  padding-bottom: 26px;
}

.footer-widget__about-text-box {
  position: relative;
  display: block;
  margin-top: -3px;
  margin-bottom: 25px;
}

.footer-widget__about-text {
  font-size: 14px;
  color: #aea8b9;
  line-height: 26px;
}

.footer-widget__newsletter-form {
  position: relative;
  display: block;
  margin-top: 22px;
}

.footer-widget__newsletter-input-box {
  position: relative;
  display: block;
}

.footer-widget__newsletter-input-box input[type="email"] {
  height: 60px;
  width: 100%;
  border: none;
  outline: none;
  padding-left: 25px;
  padding-right: 60px;
  font-size: 14px;
  color: var(--snksan-gray);
  font-weight: 400;
}

.footer-widget__newsletter-btn {
  position: absolute;
  top: 50%;
  right: 13px;
  bottom: 0;
  width: 35px;
  height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: var(--snksan-white);
  border: 0;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  padding: 0;
  font-size: 13px;
  background-color: var(--snksan-base);
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.footer-widget__newsletter-btn:hover {
  background-color: var(--snksan-primary);
}

.footer-widget__newsletter-btn img {
  width: auto;
}

.footer-widget__links {
  position: relative;
  display: block;
}

.footer-widget__title {
  font-size: 18px;
  color: var(--snksan-white);
  line-height: 28px;
  font-weight: 700;
  margin-bottom: 28px;
}
.footer-widget__title2 {
  color: var(--snksan-black);
}
.footer-widget__links-list {
  position: relative;
  display: block;
  margin-top: -1px;
}

.footer-widget__links-list li {
  line-height: 30px;
}

.footer-widget__links-list li a {
  position: relative;
  font-size: 14px;
  color: #aea8b9;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.footer-widget__links-list li a:hover {
  color: var(--snksan-white);
}

.site-footer2 .footer-widget__links-list li a:hover {
  color: var(--snksan-black);
}

.footer-widget__contact {
  position: relative;
  display: block;
}

.footer-widget__contact-list {
  position: relative;
  display: block;
}

.footer-widget__contact-list li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer-widget__contact-list li .icon {
  position: relative;
  display: block;
}

.footer-widget__contact-list li .icon span {
  font-size: 13px;
  color: var(--snksan-base);
}

.footer-widget__contact-list li .text {
  margin-left: 10px;
}

.footer-widget__contact-list li .text p {
  font-size: 14px;
  color: #aea8b9;
}

.footer-widget__contact-list li .text p a {
  color: #aea8b9;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.footer-widget__contact-list li:hover .text p a {
  color: var(--snksan-white);
}

.site-footer2 .footer-widget__contact-list li:hover .text p a {
  color: var(--snksan-black);
}

.footer-widget__social-box {
  position: relative;
  display: block;
  margin-top: 7px;
}

.site-footer__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.site-footer__social a {
  position: relative;
  height: 43px;
  width: 43px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  color: #aea8b9;
  font-size: 15px;
  background-color: #100d17;
  border-radius: 50%;
  overflow: hidden;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 1;
}
.site-footer__social2 a {
  color: var(--snksan-base);
  background-color: var(--snksan-white);
}
.site-footer__social a:hover {
  color: var(--snksan-base);
}
.site-footer__social2 a:hover {
  color: var(--snksan-extra);
}
.site-footer__social a:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background-color: var(--snksan-white);
  -webkit-transition-delay: .1s;
  transition-delay: .1s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-transition-duration: .4s;
  transition-duration: .4s;
  -webkit-transition-property: all;
  transition-property: all;
  opacity: 1;
  -webkit-transform-origin: top;
  transform-origin: top;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  z-index: -1;
}
.site-footer__social2 a:after {
  background-color: var(--snksan-black);
}
.site-footer__social a:hover:after {
  opacity: 1;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

.site-footer__social a+a {
  margin-left: 10px;
}

.site-footer__bottom {
  position: relative;
  display: block;
  background-color: #100d17;
}
.site-footer__bottom2 {
  background-color: var(--snksan-extra);
}
.site-footer__bottom-inner {
  position: relative;
  display: block;
  text-align: center;
  padding: 31px 0;
}

.site-footer__bottom-text {
  font-size: 14px;
  color: #aea8b9;
}

.site-footer__bottom-text a {
  color: #aea8b9;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.site-footer__bottom-text a:hover {
  color: var(--snksan-white);
}



.foot-fixed-btn i {
    color: var(--snksan-extra);
    font-size: 48px;
    line-height: 76px;	
    background: var(--snksan-base);	
	border: 7px solid var(--snksan-extra);
	display: block;	
    border-radius: 50%;
	-webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: pulse;
    animation-name: pulse;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;	
    -webkit-transition: all 1.4s ease;
    transition: all 1.4s ease;
}
.foot-fixed-btn{
	width:90px;
	height: 90px;
	display: inline;
    position: fixed;
    bottom: 40px;
    right: 40px;
    z-index: 99;
    text-align: center;
}

.foot-fixed-btn i:hover {
    color: var(--snksan-base);	
    background: #ffffff00;	
	border: 7px solid #ffffff00;
}
/*--------------------------------------------------------------
# Delivering IT
--------------------------------------------------------------*/
/*.index-testimonial {
  position: relative;
  display: block;
  padding: 120px 0 90px;
  z-index: 1;
}
*/
.index-testimonial:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 410px;
  content: "";
  background-color: var(--snksan-base);
  z-index: -1;
}

.index-testimonial__top {
  position: relative;
  display: block;
  margin-bottom: 50px;
}

.index-testimonial__top-left {
  position: relative;
  display: block;
  margin-right: 112px;
}

.index-testimonial__top-left .section-title {
  margin-bottom: 0px;
}

.index-testimonial__top-left .section-title__tagline ,.section-title__new {
  color: #dcd7ff;
}

.index-testimonial__top-left .section-title__title {
  color: var(--snksan-white);
}

.index-testimonial__top-right {
  position: relative;
  display: block;
  margin-top: 11px;
}

.index-testimonial__top-text {
  font-size: 16px;
  color: #dcd7ff;
  line-height: 30px;
}

.index-testimonial__bottom {
  position: relative;
  display: block;
}
/*
.index-testimonial__single {
  position: relative;
  display: block;
  margin-bottom: 30px;
}
*/
.index-testimonial__img {
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 1;
}

/*.index-testimonial__img:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background-color: rgba(var(--snksan-black-rgb), 0.3);
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
  -webkit-transition: -webkit-transform 500ms ease;
  transition: -webkit-transform 500ms ease;
  transition: transform 500ms ease;
  transition: transform 500ms ease, -webkit-transform 500ms ease;
  -webkit-transform-origin: top center;
  transform-origin: top center;
  z-index: 1;
}

.index-testimonial__single:hover .index-testimonial__img:before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transform-origin: bottom center;
  transform-origin: bottom center;
}

.index-testimonial__img img {
  width: 100%;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 500ms ease;
  transition: -webkit-transform 500ms ease;
  transition: transform 500ms ease;
  transition: transform 500ms ease, -webkit-transform 500ms ease;
}

.index-testimonial__single:hover .index-testimonial__img img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
*/
.index-testimonial__content {
  position: relative;
  display: block;
  background-color: white;
  -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
  text-align: center;
  margin-left: 20px;
  margin-right: 20px;
  margin-top: -50px;
  padding: 29px 70px 27px;
  z-index: 2;
}

.index-testimonial__content:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background-color: var(--snksan-base);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  opacity: 1;
  -webkit-transform-origin: top;
  transform-origin: top;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  z-index: -1;
}

.index-testimonial__single:hover .index-testimonial__content:after {
  opacity: 1;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

.index-testimonial__content-title {
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.index-testimonial__single:hover .index-testimonial__content-title {
  color: var(--snksan-white);
}

/*--------------------------------------------------------------
# Trusted Company
--------------------------------------------------------------*/
.why-choose-three {
  position: relative;
  display: block;
  padding: 0 0 120px;
}

.why-choose-three .container {
  padding: 0;
}

.why-choose-three .index-chuipo__points-img img {
  width: 270px;
}

.why-choose-three .section-title__tagline {
  padding-left: 56px;
  font-weight: bold;
  font-size: 18px;
}

.why-choose-three__left {
  position: relative;
  display: block;
  margin-right: 10px;
}

.why-choose-three__img {
  position: relative;
  display: block;
}

.why-choose-three__img img {
  width: 100%;
}

.why-choose-three__solution {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 180px;
  padding: 35px 22px 38px;
  z-index: 1;
}

.why-choose-three__solution:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background-color: rgba(var(--snksan-primary-rgb),0.82);
  z-index: -1;
}

.why-choose-three__solution-content {
  font-size: 20px;
  color: var(--snksan-white);
  font-weight: 700;
  line-height: 24px;
}

.why-choose-three__right {
  position: relative;
  display: block;
  margin-left: 70px;
}

.why-choose-three__right .section-title {
  margin-top: 5px;
  margin-bottom: 21px;
}

.why-choose-three__text-1 {
  font-size: 20px;
  color: var(--snksan-base);
  line-height: 30px;
}

.why-choose-three__text-2 {
  font-size: 14px;
  line-height: 30px;
  padding-top: 12px;
  padding-bottom: 42px;
}

.why-choose-three__points-box {
  position: relative;
  display: block;
  overflow: hidden;
  padding-bottom: 16px;
}

.why-choose-three__points {
  position: relative;
  display: block;
  float: left;
}

.why-choose-three__points li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.why-choose-three__points li+li {
  margin-top: 2px;
}

.why-choose-three__points li .icon {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.why-choose-three__points li .icon span {
  font-size: 16px;
  color: var(--snksan-primary);
  position: relative;
  display: inline-block;
}

.why-choose-three__points li .text {
  margin-left: 10px;
}

.why-choose-three__points li .text p {
  font-size: 17px;
  color: var(--snksan-black);
  font-weight: 700;
}

.why-choose-three__points-two {
  margin-left: 35px;
}

.why-choose-three__person {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 9px;
  margin-top: 51px;
}

.why-choose-three__person-img {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 50%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.why-choose-three__person-img>img {
  border-radius: 50%;
}

.why-choose-three__person-img:before {
  position: absolute;
  top: -9px;
  bottom: -9px;
  left: -9px;
  right: -9px;
  border: 2px solid var(--snksan-base);
  content: "";
  border-radius: 50%;
}

.why-choose-three__person-content {
  margin-left: 30px;
  position: relative;
  top: 7px;
}

.why-choose-three__person-name {
  font-size: 24px;
  line-height: 34px;
  font-family: var(--snksan-reey-font);
  color: #6fb92c;
}

.why-choose-three__person-text {
  font-size: 16px;
  line-height: 24px;
}

/*--------------------------------------------------------------
# Services Two
--------------------------------------------------------------*/
.services-two {
  position: relative;
  display: block;
  padding: 20px 0 20px;
  background-position: center center;
  overflow: hidden;
}

.services-two .services-two-bg{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.65;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: -1;
}


.service-two__shape-1 {
  width: 674px;
  height: 650px;
  background-color: #fff;
  opacity: 0.08;
  position: absolute;
  bottom: calc(100% - 325px);
  right: calc(100% - 340px);
  border-radius: 50%;
  mix-blend-mode: luminosity;
}

.service-two__shape-2 {
  width: 1146px;
  height: 1104px;
  background-color: #fff;
  opacity: 0.03;
  position: absolute;
  border-radius: 50%;
  bottom: calc(100% - 550px);
  right: calc(100% - 570px);
  mix-blend-mode: luminosity;
}

.services-two .container {
  position: relative;
  z-index: 10;
}

.services-two .section-title__title {
  color: var(--snksan-white);
}

.services-two .section-title__tagline {
  font-size: 24px;
  font-weight: bolder;
  padding-left: 50px;
}

.services-two .section-title {
      margin-bottom: 119px;
}

.services-two .row {
  --bs-gutter-x: 17px;
}

.services-two__single {
  position: relative;
  display: block;
  background-color: var(--snksan-white);
  padding: 40px 40px 40px;
  text-align: center;
  margin-bottom: 30px;
  height: 85%;
  z-index: 1;
}

.services-two__single:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background-color: #7968ed;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  opacity: 1;
  -webkit-transform-origin: bottom;
  transform-origin: bottom;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  z-index: -1;
}

.services-two__single:hover:after {
  opacity: 1;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

.services-two__icon {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 122px;
  width: 122px;
  background-color: var(--snksan-extra);
  border-radius: 50%;
  margin: 0 auto;
  overflow: hidden;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 1;
}

.services-two__single:hover .services-two__icon {
  background-color: #8373f0;
}

.services-two__icon:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background-color: #8373f0;
  -webkit-transition-delay: .1s;
  transition-delay: .1s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-transition-duration: .4s;
  transition-duration: .4s;
  -webkit-transition-property: all;
  transition-property: all;
  opacity: 1;
  -webkit-transform-origin: top;
  transform-origin: top;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  border-radius: 50%;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  z-index: -1;
}

.services-two__single:hover .services-two__icon:after {
  opacity: 1;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

.services-two__icon span {
  position: relative;
  display: inline-block;
  font-size: 63px;
  color: var(--snksan-base);
  -webkit-transition: all 500ms linear;
  transition: all 500ms linear;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.services-two__single:hover .services-two__icon span {
  color: var(--snksan-white);
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}

.services-two__title {
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  margin: 20px 0;
}

.services-two__title a {
  color: var(--snksan-black);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.services-two__single:hover .services-two__title a {
  color: var(--snksan-white);
}

.services-two__text {
  font-size: 14px;
  line-height: 24px;
  padding-top: 8px;
  padding-bottom: 13px;
  text-align: left;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.services-two__single:hover .services-two__text {
  color: var(--snksan-white);
}

.services-two__btn-box {
  position: relative;
  display: block;
}

.services-two__btn {
  font-size: 14px;
  color: var(--snksan-black);
  background-color: var(--snksan-extra);
  padding: 4px 0 4px;
  width: 100%;
}

.services-two__btn:after {
  background-color: var(--snksan-white);
}

.services-two__single:hover .services-two__btn:after {
  opacity: 1;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

.services-two__single:hover .services-two__btn {
  color: var(--snksan-base);
}

/*--------------------------------------------------------------
# Why Choose One
--------------------------------------------------------------*/
.index-chuipo {
  position: relative;
  display: block;
  padding: 120px 0 111px;
}

.index-chuipo__left {
  position: relative;
  display: block;
}

.index-chuipo__tab-box {
  position: relative;
  display: block;
  z-index: 2;
}

.index-chuipo__tab-box .tab-buttons {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 31px;
}

.index-chuipo__tab-box .tab-buttons .tab-btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.index-chuipo__tab-box .tab-buttons .tab-btn+.tab-btn {
  margin-left: 10px;
}

.index-chuipo__tab-box .tab-buttons .tab-btn span {
  position: relative;
  display: inline-block;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
  font-size: 14px;
  color: var(--snksan-black);
  background-color: transparent;
  padding: 9px 40px 9px;
  font-weight: 700;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-align: center;
  z-index: 1;
}

.index-chuipo__tab-box .tab-buttons .tab-btn.active-btn span {
  color: var(--snksan-white);
  background-color: var(--snksan-base);
}

.index-chuipo__tab-box .tab-buttons .tab-btn span:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 3%;
  content: "";
  background-color: var(--snksan-base);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: -1;
}

.index-chuipo__tab-box .tab-buttons .tab-btn.active-btn span:before {
  height: 100%;
}

.index-chuipo__tab-box .tabs-content {
  position: relative;
  display: block;
}

.index-chuipo__tab-box .tabs-content .tab {
  position: relative;
  display: none;
  -webkit-transform: translateY(35px);
  transform: translateY(35px);
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease;
  z-index: 10;
}

.index-chuipo__tab-box .tabs-content .tab.active-tab {
  display: block;
  margin-top: 0px;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}

.index-chuipo__tab-content {
  position: relative;
  display: block;
}
.index-chuipo__tab-content span{
  font-size: 46px;
  color: var(--snksan-primary);
}
.index-chuipo__tab-content p:hover span{
  color: var(--snksan-base);
}
.index-chuipo__tab-text {
  font-size: 16px;
  line-height: 30px;
}

.index-chuipo__right {
  position: relative;
  display: block;
  margin-left: 70px;
  margin-top: 28px;
}

.index-chuipo__text {
  font-size: 15px;
  line-height: 30px;
  padding-bottom: 41px;
}

.index-chuipo__points-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.index-chuipo__points-img {
  position: relative;
  display: block;
}

.index-chuipo__points-img img {
  width: auto;
}

.index-chuipo__points-content {
  position: relative;
  display: block;
  margin-top: -9px;
  margin-left: 30px;
}

.index-chuipo__points {
  position: relative;
  display: block;
}

.index-chuipo__points li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.index-chuipo__points li+li {
  margin-top: 9px;
}

.index-chuipo__points li .icon {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  top: -1px;
}

.index-chuipo__points li .icon span {
  font-size: 16px;
  color: var(--snksan-primary);
}

.index-chuipo__points li .text {
  margin-left: 15px;
}

.index-chuipo__points li .text p {
  font-size: 14px;
  color: var(--snksan-black);
}
.index-chuipo .section-title__tagline {
  padding-left: 50px;
}
.index-chuipo .section-title__title {
  margin-top: 25px;
}
.index-chuipo .section-title__title a {
  color: var(--snksan-black);
}
/*--------------------------------------------------------------
# CTA One
--------------------------------------------------------------*/
.product-sys {
  position: relative;
  display: block;
  z-index: 2;
}

.product-sys__inner {
  position: relative;
  display: block;
  text-align: center;
  background-color:#2c2e2c ;
  padding: 111px 0 90px;
  z-index: 1;
}

.product-sys-bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-blend-mode: darken;
  /*background-color: var(--snksan-primary);*/
  opacity: .1;
  z-index: -1;
}

.product-sys__title {
  font-size: 40px;
  color: var(--snksan-white);
  font-weight: 700;
  line-height: 50px;  
  letter-spacing: .1em;
}

.product-sys__text {
  color: var(--snksan-white);
  padding-top: 19px;
  padding-bottom: 40px;
}

.product-sys__btn {
  background-color: var(--snksan-primary);
}

.product-sys__btn:after {
  background-color: var(--snksan-base);
}

/*--------------------------------------------------------------
# Project Two
--------------------------------------------------------------*/
.case-list {
  position: relative;
  display: block;
  padding: 240px 0 73px;
  margin-top: -120px;
  z-index: 1;
}

.case-list:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  content: "";
  height: 700px;
  background-color: var(--snksan-extra);
  z-index: -1;
  background-image: url(../image/project-bg-1-11.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.case-list__top {
  position: relative;
  display: block;
}

.case-list__top-left {
  position: relative;
  display: block;
  margin-right: 215px;
}

.case-list__top-left .section-title {
  margin-bottom: 0;
}

.case-list__top-right {
  position: relative;
  display: block;
  margin-top: 16px;
}

.case-list__top-text {
  font-size: 16px;
  line-height: 30px;
}

.case-list__bottom {
  position: relative;
  display: block;
  padding: 49px 0px 0px;
}

.case-list__container {
  position: relative;
  display: block;
  max-width: 1600px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}

.case-list__carousel {
  position: relative;
  display: block;
}

.case-list__single {
  position: relative;
  display: block;
}

.case-list__img {
  position: relative;
  display: block;
  border-radius: 7px;
  border: 1px solid var(--snksan-base);
  overflow: hidden;
  z-index: 1;  
}

.case-list__img:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  background-color: rgba(var(--snksan-black-rgb), 0.5);
  opacity: 1;
  -webkit-transition: .5s;
  transition: .5s;
  -webkit-transform: perspective(400px) rotateX(-90deg) scale(0.2);
  transform: perspective(400px) rotateX(-90deg) scale(0.2);
  -webkit-transform-origin: top;
  transform-origin: top;
  z-index: 1;
}

.case-list__single:hover .case-list__img:before {
  opacity: 1;
  -webkit-transform: perspective(400px) rotateX(0deg) scale(1);
  transform: perspective(400px) rotateX(0deg) scale(1);
}

.case-list__img img {
  width: 100%;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.case-list__single:hover .case-list__img img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.case-list__content {
  position: relative;
  display: block;
  background-color: var(--snksan-white);
  padding-top: 11px;
  padding-bottom: 17px;
  padding-left: 20px;
  padding-left: 20px;
  margin-left: 25px;
  margin-right: 25px;
  margin-top: -32px;
  overflow: hidden;
  z-index: 2;
}

.case-page .col-xl-6 .case-list__content {
  padding-top: 31px;
  padding-bottom: 37px;
  margin-left: 35px;
  margin-right: 35px;
}

.case-page .section-title__tagline a {
  color: unset;
}


.case-list__content:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background-color: var(--snksan-base);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  opacity: 1;
  -webkit-transform-origin: bottom;
  transform-origin: bottom;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  z-index: -1;
}

.case-list__single:hover .case-list__content:after {
  opacity: 1;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}



.case-list__sub-title {
  font-size: 14px;
  color: var(--snksan-primary);
  line-height: 30px;
}

.case-list__title {
  font-size: 16px;
  line-height: 30px;
}

.case-list__title a {
  color: var(--snksan-gray);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.case-list__single:hover .case-list__title a {
  color: var(--snksan-white);
}

.case-list__arrow {
  position: absolute;
  top: -57px;
  right: -51px;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.case-list__single:hover .case-list__arrow {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.case-list__arrow a {
  position: relative;
  height: 110px;
  width: 106px;
  background-color: var(--snksan-white);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
}

.case-list__arrow a i {
  font-size: 14px;
  color: var(--snksan-base);
  position: absolute;
  bottom: 23px;
  left: 28px;
}

.case-list__carousel.owl-carousel .owl-dots {
  position: absolute;
  bottom: -73px;
  right: 0px;
  left: 0;
  margin: 0 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.case-list__carousel.owl-carousel .owl-dots .owl-dot {
  position: relative;
  display: inline-block;
  width: 10px;
  height: 10px;
  background: var(--snksan-black);
  opacity: .4;
  margin: 0px 5px;
  padding: 0px;
  border-radius: 50%;
  -webkit-transition: all 100ms linear;
  transition: all 100ms linear;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.case-list__carousel.owl-carousel .owl-dot.active {
  background: var(--snksan-base);
  opacity: 1;
  height: 13px;
  width: 13px;
}

.case-list__carousel.owl-carousel .owl-dot:focus {
  outline: none;
}

.case-list__carousel.owl-carousel .owl-dots .owl-dot span {
  display: none;
}

/*--------------------------------------------------------------
# We Stand
--------------------------------------------------------------*/
.we-stand {
  position: relative;
  display: block;
  padding: 65px 0 96px;
}

.we-stand__top {
  position: relative;
  display: block;
  margin-bottom: 60px;
}

.we-stand__top-title-box {
  position: relative;
  display: block;
  text-align: center;
  z-index: 10;
}

.we-stand__top-title-box-bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: -1;
}

.we-stand-shape {
  position: absolute;
  top: -44px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 2;
}

.we-stand-shape img {
  width: auto;
}

.we-stand__top-title {
  font-size: 200px;
  font-weight: 700;
  line-height: 265px;
  background-color: var(--snksan-white);
  /* mix-blend-mode: lighten; */
  color: rgba(0, 0, 0, 0);
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-background-clip: text;
  background-clip: text;
  background-position: center center;
  background-attachment: fixed;
}

.we-stand__bottom {
  position: relative;
  display: block;
}

.we-stand__left {
  position: relative;
  display: block;
}

.we-stand__left .section-title {
  margin-bottom: 0px;
}

.we-stand__text-box {
  position: relative;
  display: block;
  margin-top: -8px;
}

.we-stand__text-1 {
  padding-bottom: 32px;
}

.we-stand__right {
  position: relative;
  display: block;
  margin-top: -8px;
}

.we-stand__progress {
  position: relative;
  display: block;
  width: 100%;
}

.we-stand__progress-single {
  position: relative;
  display: block;
}

.we-stand__progress-title {
  font-size: 16px;
  font-weight: 700;
  line-height: 28px;
  color: var(--snksan-black);
  margin-bottom: 7px;
}

.we-stand__progress .bar {
  position: relative;
  width: 100%;
  height: 13px;
  background-color: var(--snksan-extra);
  border-radius: 7px;
  margin-bottom: 12px;
}

.we-stand__progress .bar-inner {
  position: relative;
  display: block;
  width: 0px;
  height: 13px;
  border-radius: 7px;
  background-color: var(--snksan-primary);
  -webkit-transition: all 1500ms ease;
  transition: all 1500ms ease;
}

.we-stand__progress .count-text {
  position: absolute;
  right: 0px;
  bottom: 21px;
  color: var(--snksan-gray);
  line-height: 24px;
  font-size: 14px;
  text-align: center;
  font-weight: 400;
  opacity: 0;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.we-stand__progress .bar-inner.counted .count-text {
  opacity: 1;
}

.we-stand__progress .bar.marb-0 {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Brand Two
--------------------------------------------------------------*/
.brand-two {
  position: relative;
  display: block;
  padding: 0;
}

.brand-two .container {
  padding-top: 0;
}

.brand-two__inner {
  /*border-top: 1px solid var(--snksan-bdr-color);*/
  padding: 118px 0 119px;
}

/*--------------------------------------------------------------
# Business From Two
--------------------------------------------------------------*/
.index-solution-banner-two {
  position: relative;
  display: block;
  background-color: var(--snksan-black);
  padding: 120px 0 90px;
  z-index: 1;
}

.index-solution-banner-two-img {
  position: absolute;
  top: 100px;
  right: 0;
  z-index: 3;
  opacity: 1;
  overflow: hidden;
}

.index-solution-banner-two-img .main-slider__video-link {
  position: absolute;
  top: 35%;
  left: 25%;
  color: var(--snksan-primary);
  z-index: 2;
}

.index-solution-banner-two-img .main-slider__video-link .main-slider__video-icon {
	width: 62px;
    height: 62px;
}

.index-solution-banner-two-img .main-slider__video-link .main-slider__video-icon span {
	font-size: 18px;
}


.index-solution-banner-two-img .main-slider__video-text {
	font-size: 24px;
	opacity: 1;
}


.index-solution-banner-two-img::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.6;
  border-radius: 7px;
  background: var(--snksan-black);
}

.index-solution-banner-two-img::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: -150px;
  right: -400px;
  left: 400px;
  opacity: 0.6;
  background: var(--snksan-primary);
  border-radius: 0 7px 0 0;
  z-index: 1;
  transform: rotate(-75deg);
}

.index-solution-banner-two-img img {
  width: auto;	
  border-radius: 7px;
}

.index-solution-banner-two-bg-box {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--snksan-black);
  z-index: 1;
}

.index-solution-banner-two-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: 1;
  mix-blend-mode: luminosity;
  opacity: 0.08;
}

.index-solution-banner-two .section-title {
  margin-bottom: 99px;
  z-index: 2;
  margin-top: -40px;
}

.index-solution-banner-two .section-title__title {
  color: var(--snksan-white);
}

.index-solution-banner-two .section-title__title .thm-btn:hover {
  color: var(--snksan-base);
  background-color: var(--snksan-extra);
}

.index-solution-banner-two .section-title__title .thm-btn:after {
  background-color: var(--snksan-extra);
}

.index-solution-banner-two .section-title__title .thm-btn:hover:after {
  background-color: var(--snksan-extra);
}

.index-solution-banner-two__content-box {
  position: relative;
  display: block;
  z-index: 2;
}

.index-solution-banner-two__list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -20px;
  margin-right: -20px;
}

.index-solution-banner-two__single {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
  width: 100%;
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 30px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.index-solution-banner-two__content {
  position: relative;
  display: block;
  background-color: var(--snksan-extra);
  border: 1px solid var(--snksan-base);
  padding: 38px 0 40px;
  overflow: hidden;
  z-index: 1;
}

.index-solution-banner-two__content:before {
  position: absolute;
  content: '';
  background-color: var(--snksan-base);
  width: 0%;
  height: 100%;
  left: 0px;
  top: 0px;
  z-index: -1;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.index-solution-banner-two__content:after {
  position: absolute;
  content: '';
  background-color: var(--snksan-base);
  width: 0%;
  height: 100%;
  right: 0px;
  top: 0px;
  z-index: -1;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.index-solution-banner-two__single:hover .index-solution-banner-two__content::before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.index-solution-banner-two__single:hover .index-solution-banner-two__content:before,
.index-solution-banner-two__single:hover .index-solution-banner-two__content:after {
  width: 50%;
}

.index-solution-banner-two__icon {
  position: relative;
  display: block;
  margin-bottom: 25px;
}

.index-solution-banner-two__icon span {
  font-size: 63px;
  color: var(--snksan-primary);
  position: relative;
  display: inline-block;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.index-solution-banner-two__single:hover .index-solution-banner-two__title {
  color: var(--snksan-white);
}

.index-solution-banner-two__title {
  font-size: 17px;
  color: var(--snksan-gray);
  line-height: 25px;
  font-weight: 700;
}

 .epc {
  background-color: unset; 
  padding: 220px 0 9px;  
}

 .epc .index-solution-banner-two-bg-box {
  background-color: unset;  
}

 .epc  .section-title__title {
      color: var(--snksan-black); 
}
 .epc {
  background-color: unset;  
}
 .epc {
  background-color: unset;  
}

.epc:after {
    position: absolute;
    bottom: -30px;
    left: 0;
    right: 0;
    height: 130px;
    content: "";
    background-color: var(--snksan-extra);
    z-index: -1;
}

/*--------------------------------------------------------------
# Testimonial Two
--------------------------------------------------------------*/
.testimonial-two {
  position: relative;
  display: block;
  padding: 120px 0 120px;
  z-index: 1;
}

.testimonial-two:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  content: "";
  background-color: var(--snksan-extra);
  height: 495px;
  z-index: -1;
}

.testimonial-two__carousel {
  position: relative;
  display: block;
}

.testimonial-two__single {
  position: relative;
  display: block;
  background-color: white;
  -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
  text-align: center;
}

.testimonial-two__single-inner {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 50px 50px 44px;
  border: 2px solid transparent;
  background-color: white;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.testimonial-two__single:hover .testimonial-two__single-inner {
  border: 2px solid var(--snksan-base);
}

.testimonial-two__icon {
  position: relative;
  display: block;
}

.testimonial-two__icon img {
  width: auto !important;
  margin: 0 auto;
}

.testimonial-two__text {
  line-height: 34px;
  padding-top: 20px;
  padding-bottom: 29px;
}

.testimonial-two__client-info {
  position: relative;
  display: block;
}

.testimonial-two__client-img {
  position: relative;
  display: inline-block;
  border-radius: 50%;
  margin-bottom: 2px;
}

.testimonial-two__client-img img {
  width: auto !important;
  margin: 0 auto;
  border-radius: 50%;
}

.testimonial-two__client-name {
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
}

.testimonial-two__client-title {
  font-size: 16px;
  line-height: 24px;
}

.testimonial-two-shape {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.testimonial-two-shape img {
  width: auto;
}

.testimonial-two__single:hover .testimonial-two-shape {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.testimonial-two__carousel.owl-carousel .owl-stage-outer {
  overflow: visible;
}

.testimonial-two__carousel.owl-carousel .owl-item {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 500ms ease, visibility 500ms ease;
  transition: opacity 500ms ease, visibility 500ms ease;
}

.testimonial-two__carousel.owl-carousel .owl-item.active {
  opacity: 1;
  visibility: visible;
}

/*--------------------------------------------------------------
# Blog Two
--------------------------------------------------------------*/
.index-case {
  position: relative;
  display: block;
  padding: 0 0 110px;
  background-color: var(--snksan-black);
}

.index-case__carousel {
  position: relative;
  display: block;
}

.index-case__single {
  position: relative;
  display: block;
}

.index-case__img {
  position: relative;
  display: block;
  overflow: hidden;
}

.index-case__img img {
  width: 100%;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.index-case__single:hover .index-case__img img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.index-case__img>a {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(var(--snksan-black-rgb), 0.5);
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 30px;
  color: var(--snksan-base);
  -webkit-transition: opacity 500ms ease, visibility 500ms ease, -webkit-transform 500ms ease;
  transition: opacity 500ms ease, visibility 500ms ease, -webkit-transform 500ms ease;
  transition: opacity 500ms ease, visibility 500ms ease, transform 500ms ease;
  transition: opacity 500ms ease, visibility 500ms ease, transform 500ms ease, -webkit-transform 500ms ease;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(-30%);
  transform: translateY(-30%);
}

.index-case__img>a>span {
  position: relative;
}

.index-case__img>a>span::before {
  content: '';
  width: 20px;
  height: 2px;
  background-color: var(--snksan-primary);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.index-case__img>a>span::after {
  content: '';
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  width: 2px;
  height: 20px;
  background-color: var(--snksan-primary);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.index-case__img>a:hover>span::before,
.index-case__img>a:hover>span::after {
  background-color: var(--snksan-primary);
}

.index-case__single:hover .index-case__img>a {
  visibility: visible;
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
  opacity: 1;
}

.index-case__tag {
  position: absolute;
  top: 40px;
  left: 40px;
  background-color: var(--snksan-base);
  padding: 6px 20px 4px;
  z-index: 3;
}

.index-case__tag p {
  font-size: 12px;
  color: var(--snksan-white);
  text-transform: uppercase;
  font-weight: 700;
  line-height: 20px;
  margin: 0;
  letter-spacing: 0.3em;
}

.index-case__content {
  position: relative;
  display: block;
  text-align: center;
  margin-top: 20px;
  padding: 0 59px;
}

.index-case__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.index-case__meta li+li {
  margin-left: 10px;
}

.index-case__meta li a {
  font-size: 14px;
  color: #aea8b9;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.index-case__meta li a i {
  color: var(--snksan-primary);
}

.index-case__title {
  font-size: 30px;
  line-height: 35px;
  margin-top: 5px;
  margin-bottom: 13px;
  font-weight: 700;
}

.index-case__title a {
  color: var(--snksan-black);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.index-case__single:hover .index-case__title a {
  color: var(--snksan-primary);
}

.index-case__carousel.owl-carousel .owl-dots {
  position: absolute;
  top: -40px;
  right: 0px;
  left: 0;
  margin: 0 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.index-case__carousel.owl-carousel .owl-dots .owl-dot {
  position: relative;
  display: inline-block;
  width: 10px;
  height: 10px;
  background: var(--snksan-white);
  opacity: .4;
  margin: 0px 5px;
  padding: 0px;
  border-radius: 50%;
  -webkit-transition: all 100ms linear;
  transition: all 100ms linear;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.index-case__carousel.owl-carousel .owl-dot.active {
  background: var(--snksan-base);
  opacity: 1;
  height: 13px;
  width: 13px;
}

.index-case__carousel.owl-carousel .owl-dot:focus {
  outline: none;
}

.index-case__carousel.owl-carousel .owl-dots .owl-dot span {
  display: none;
}
.index-case .section-title {
  margin-bottom: 80px;
}
.index-case .section-title__title {
      color: var(--snksan-white);
}
/*--------------------------------------------------------------
# Services Three
--------------------------------------------------------------*/
.services-three {
  position: relative;
  display: block;
  padding: 50px 0 120px;
  z-index: 1;
}
.services-three:before {
  position: absolute;
  top: -110px;
  left: 0;
  right: 0;
  height: 410px;
  content: "";
  background-color: var(--snksan-extra);
  z-index: -1;
}

.service-three--no-pb {
  padding-bottom: 0;
}

.services-three__top {
  position: relative;
  display: block;
  margin-bottom: 20px;
}

.services-three__top-left {
  position: relative;
  display: block;
  margin-right: 200px;
}

.services-three__top-left .section-title {
  margin-bottom: 0;
}

.services-three__top-right {
  position: relative;
  display: block;
  margin-top: 9px;
}

.services-three__top-text {
  font-size: 16px;
  line-height: 30px;
}

.services-three__bottom {
  position: relative;
  display: block;
}

.services-three__single {
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.services-three__img {
  position: relative;
  display: block;
  overflow: hidden;
}

.services-three__img::before {
  position: absolute;
  content: '';
  background-color: rgba(var(--snksan-white-rgb), 0.3);
  width: 50%;
  height: 100%;
  left: 0px;
  top: 0px;
  z-index: 1;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.services-three__single:hover .services-three__img::before,
.services-three__single:hover .services-three__img::after {
  width: 0%;
}

.services-three__img::after {
  position: absolute;
  content: '';
  background-color: rgba(var(--snksan-white-rgb), 0.3);
  width: 50%;
  height: 100%;
  right: 0px;
  top: 0px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.services-three__img img {
  width: 100%;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.services-three__single:hover .services-three__img img {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.services-three__content {
  position: relative;
  display: block;
  background-color: white;
  -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
  padding: 72px 40px 29px;
  z-index: 2;
}

.services-three__icon {
  position: absolute;
  height: 122px;
  width: 122px;
  border-radius: 50%;
  background-color: var(--snksan-extra);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 8px solid var(--snksan-white);
  top: -61px;
  left: 40px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 2;
}

.services-three__single:hover .services-three__icon {
  background-color: var(--snksan-base);
}

.services-three__icon span {
  position: relative;
  display: block;
  font-size: 63px;
  color: var(--snksan-base);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.services-three__single:hover .services-three__icon span {
  color: var(--snksan-white);
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}

.services-three__title {
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
}

.services-three__title a {
  color: var(--snksan-black);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.services-three__single:hover .services-three__title {
  color: var(--snksan-base);
}

.services-three__text {
  font-size: 14px;
  line-height: 26px;
  height: 140px;
  padding-top: 18px;
  padding-bottom: 12px;
}

.services-three__learn-more {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.services-three__learn-more a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  color: var(--snksan-base);
  font-weight: 700;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.services-three__learn-more a i {
  position: relative;
  padding-left: 10px;
  top: 2px;
}

.services-three__learn-more a:hover {
  color: var(--snksan-primary);
}

/*--------------------------------------------------------------
# Brand Three
--------------------------------------------------------------*/
.brand-three {
  background-color: var(--snksan-extra);
}

/*--------------------------------------------------------------
# Welcome
--------------------------------------------------------------*/
.welcome {
  position: relative;
  display: block;
  padding: 120px 0 120px;
}

.welcome__left {
  position: relative;
  display: block;
}

.welcome__left-inner-1 {
  position: relative;
  display: block;
}

.welcome__left-inner-2 {
  position: relative;
  display: block;
  margin-top: 30px;
}

.welcome__single {
  position: relative;
  display: block;
}

.welcome__content {
  position: relative;
  display: block;
  background-color: var(--snksan-base);
  text-align: center;
  padding: 61px 0 64px;
}

.welcome__content h3 {
  font-size: 40px;
  color: var(--snksan-white);
  font-weight: 700;
  line-height: 50px !important;
  margin-bottom: 11px;
  font-family: var(--snksan-font) !important;
}

.welcome__content-percent {
  font-size: 40px;
  color: var(--snksan-white);
  font-weight: 700;
  line-height: 50px !important;
  font-family: var(--snksan-font) !important;
}

.welcome__content p {
  color: var(--snksan-white);
  line-height: 27px;
}

.welcome__content-two {
  position: relative;
  display: block;
  text-align: center;
  padding: 58px 0 51px;
  z-index: 1;
}

.welcome__content-two-bg-box {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--snksan-black);
  z-index: -1;
}

.welcome__content-two-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--snksan-black);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-blend-mode: luminosity;
  opacity: .50;
}

.welcome__icon {
  position: relative;
  display: block;
  margin-bottom: 6px;
}

.welcome__icon span {
  font-size: 63px;
  color: var(--snksan-primary);
  position: relative;
  display: inline-block;
  -webkit-transition: all 500ms linear;
  transition: all 500ms linear;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.welcome__single:hover .welcome__icon span {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}

.welcome__content-two p {
  font-size: 18px;
  color: var(--snksan-white);
  line-height: 28px;
  font-weight: 700;
}

.welcome__content.marb-30 {
  margin-bottom: 30px;
}

.welcome__content-two.marb-30 {
  margin-bottom: 30px;
}

.welcome__left-inner-2 .welcome__content {
  background-color: var(--snksan-primary);
}

.welcome__right {
  position: relative;
  display: block;
  margin-left: 100px;
  margin-top: 17px;
}

.welcome__right .section-title {
  margin-bottom: 30px;
}

.welcome__text-1 {
  font-size: 16px;
  line-height: 30px;
}

.welcome__text-2 {
  font-size: 16px;
  line-height: 30px;
  padding-top: 30px;
  padding-bottom: 41px;
}

/*--------------------------------------------------------------
# Project Three
--------------------------------------------------------------*/
.project-three {
  position: relative;
  display: block;
  margin-top: 0;
  padding-top: 120px;
  z-index: 1;
}

.project-three:before {
  display: none;
}

.project-three:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  content: "";
  height: 455px;
  background-color: var(--snksan-black);
  z-index: -1;
  background-image: url(../image/project-bg-1-12.png);
  background-position: center center;
}

.project-three .case-list__bottom {
  padding: 0px 0px 0px;
}

.project-three .section-title__title {
  color: var(--snksan-white);
}

/*--------------------------------------------------------------
# Consult
--------------------------------------------------------------*/
.consult {
  position: relative;
  display: block;
  padding: 120px 0 0;
}

.consult__left {
  position: relative;
  display: block;
  margin-right: 80px;
}

.consult__left .section-title {
  margin-bottom: 30px;
}

.consult__text {
  font-size: 16px;
  line-height: 30px;
}

.consult__icon-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 38px;
  margin-bottom: 38px;
}

.consult__icon {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.consult__icon span {
  position: relative;
  display: inline-block;
  font-size: 64px;
  color: var(--snksan-primary);
}

.consult__icon-text {
  font-size: 20px;
  color: var(--snksan-base);
  font-weight: 700;
  line-height: 34px;
  margin-left: 20px;
}

.consult__points {
  position: relative;
  display: block;
}

.consult__points li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.consult__points li+li {
  margin-top: 7px;
}

.consult__points li .icon {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.consult__points li .icon span {
  position: relative;
  display: inline-block;
  font-size: 16px;
  color: var(--snksan-base);
}

.consult__points li .text {
  margin-left: 10px;
}

.consult__points li .text p {
  color: var(--snksan-black);
}

.consult__right {
  position: relative;
  display: block;
  margin-right: -375px;
}

.consult__img {
  position: relative;
  display: block;
}

.consult__img img {
  width: 100%;
}

.consult__img-content {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 45px 59px 44px;
  max-width: 390px;
  width: 100%;
  z-index: 1;
}

.consult__img-content:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background-color: rgba(var(--snksan-primary-rgb), 0.9);
  z-index: -1;
}

.consult__img-text {
  font-size: 24px;
  color: var(--snksan-white);
  font-weight: 700;
  line-height: 29px;
}

/*--------------------------------------------------------------
# Team One
--------------------------------------------------------------*/
.team-one {
  position: relative;
  display: block;
  padding: 120px 0 0;
  z-index: 1;
}

.team-one:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  content: "";
  height: 505px;
  background-color: var(--snksan-extra);
  z-index: -1;
  background-image: url(../image/team-bg-1-1.png);
  background-size: cover;
}

.team-one__single {
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.team-one__img {
  position: relative;
  display: block;
  overflow: hidden;
  background-color: var(--snksan-black);
}

.team-one__img img {
  width: 100%;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.team-one__single:hover .team-one__img img {
  mix-blend-mode: luminosity;
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.team-one__social {
  position: absolute;
  bottom: 30px;
  right: 30px;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 2;
}

.team-one__single:hover .team-one__social {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.team-one__social li+li {
  margin-top: 10px;
}

.team-one__social li a {
  position: relative;
  height: 45px;
  width: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  color: #aea8b9;
  font-size: 15px;
  background-color: #100d17;
  border-radius: 50%;
  overflow: hidden;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  -webkit-transition-delay: .2s;
  transition-delay: .2s;
  z-index: 1;
}

.team-one__social li a:hover {
  color: var(--snksan-white);
  background-color: transparent;
}

.team-one__social li a:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background-color: var(--snksan-base);
  -webkit-transition-delay: .1s;
  transition-delay: .1s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-transition-duration: .4s;
  transition-duration: .4s;
  -webkit-transition-property: all;
  transition-property: all;
  opacity: 1;
  -webkit-transform-origin: top;
  transform-origin: top;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  z-index: -1;
}

.team-one__social li a:hover:after {
  opacity: 1;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

.team-one__content-box {
  position: relative;
  display: block;
  background-color: white;
  -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
  text-align: center;
}

.team-one__content {
  position: relative;
  display: block;
  padding: 32px 0 33px;
  overflow: hidden;
  z-index: 1;
}

.team-one-shape {
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: -1;
}

.team-one-shape img {
  width: auto;
}

.team-one__single:hover .team-one-shape {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.team-one__name {
  font-size: 26px;
  font-weight: 700;
  line-height: 36px;
  margin-bottom: 5px;
}

.team-one__name a {
  color: var(--snksan-black);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.team-one__name a:hover {
  color: var(--snksan-base);
}

.team-one__single:hover .team-one__name {
  color: var(--snksan-base);
}

.team-one__title {
  font-size: 14px;
  line-height: 24px;
}

/*--------------------------------------------------------------
# Counter Two
--------------------------------------------------------------*/
.counter-two {
  position: relative;
  display: block;
  padding: 90px 0 90px;
}

.counter-two__list {
  position: relative;
  display: block;
}

.counter-two__single {
  position: relative;
  float: left;
  margin-bottom: 30px;
}

.counter-two__single+.counter-two__single {
  margin-left: 84px;
}

.counter-two__content-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.counter-two__icon-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 50%;
  background-color: var(--snksan-extra);
  height: 75px;
  width: 75px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 1;
}

.counter-two__icon-box::before {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  content: "";
  border-radius: 50%;
  background-color: var(--snksan-base);
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.52);
  transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.52);
  z-index: -1;
}

.counter-two__single:hover .counter-two__icon-box::before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.counter-two__icon-box span {
  position: relative;
  display: inline-block;
  font-size: 32px;
  color: var(--snksan-base);
  -webkit-transition: all 500ms linear;
  transition: all 500ms linear;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
  -webkit-transform: scale(1) rotateY(0deg);
  transform: scale(1) rotateY(0deg);
}

.counter-two__single:hover .counter-two__icon-box span {
  -webkit-transform: scale(0.9) rotateY(360deg);
  transform: scale(0.9) rotateY(360deg);
  color: var(--snksan-white);
}

.counter-two__count-box {
  margin-left: 18px;
}

.counter-two__count-box-inner {
  position: relative;
  display: block;
}

.counter-two__count-box-inner h3 {
  font-size: 40px;
  font-weight: 400;
  line-height: 40px !important;
  font-family: var(--snksan-font) !important;
}

.counter-two__plus {
  position: relative;
  font-size: 40px;
  color: var(--snksan-black);
  font-weight: 400;
  line-height: 40px !important;
  font-family: var(--snksan-font) !important;
  top: 5px;
}

.counter-two__text {
  font-size: 16px;
  line-height: 18px;
}

.counter-two .odometer-formatting-mark {
  display: none;
}

/*--------------------------------------------------------------
# snksan More
--------------------------------------------------------------*/
.snksan-more {
  position: relative;
  display: block;
  padding: 120px 0 120px;
}

.snksan-more__left {
  position: relative;
  display: block;
  margin-right: 106px;
}

.snksan-more__left .section-title {
  margin-bottom: 30px;
}

.snksan-more__text {
  padding-bottom: 38px;
}

.snksan-more__points {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.snksan-more__points li {
  position: relative;
  display: block;
}

.snksan-more__points li+li {
  margin-left: 80px;
}

.snksan-more__points li .icon span {
  font-size: 65px;
  color: var(--snksan-base);
  position: relative;
  display: inline-block;
  -webkit-transition: all 500ms linear;
  transition: all 500ms linear;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.snksan-more__points li:hover .icon span {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}

.snksan-more__title {
  position: relative;
  display: inline-block;
  font-size: 20px;
  color: var(--snksan-black);
  font-weight: 700;
  line-height: 28px;
  margin-top: 6px;
  margin-bottom: 19px;
}

.snksan-more__text-2 {
  font-size: 16px;
  line-height: 30px;
}

.snksan-more__right {
  position: relative;
  display: block;
}

.snksan-more__img {
  position: relative;
  display: block;
}

.snksan-more__img img {
  width: 100%;
}

.snksan-more__img:before {
  position: absolute;
  width: 50px;
  height: 340px;
  top: 50%;
  right: -50px;
  content: "";
  background-color: var(--snksan-base);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

/*--------------------------------------------------------------
# Blog Three
--------------------------------------------------------------*/
.blog-three {
  position: relative;
  display: block;
  z-index: 1;
}

.blog-three:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  content: "";
  height: 495px;
  background-color: var(--snksan-extra);
  z-index: -1;
  background-image: url(../image/funfact-bg-1-1.png);
  background-blend-mode: luminosity;
  opacity: 0.06;
  background-position: top center;
  background-repeat: no-repeat;
}

/*--------------------------------------------------------------
# Contact One
--------------------------------------------------------------*/
.contact-one {
  position: relative;
  display: block;
  padding: 0 0 120px;
}

.contact-one .row {
  --bs-gutter-x: 0px;
}

.contact-one__left {
  position: relative;
  display: block;
  background-color: var(--snksan-extra);
  height: 100%;
}

.google-map__one {
  position: relative;
  display: block;
  border: none;
  height: 100%;
  width: 100%;
  mix-blend-mode: luminosity;
}

.contact-one__get-in-touch {
  position: absolute;
  top: 204px;
  left: -204px;
  text-align: center;
  background-color: var(--snksan-primary);
  padding: 48px 120px;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.contact-one__get-in-touch p {
  font-size: 24px;
  color: var(--snksan-white);
  font-weight: 700;
  line-height: 24px;
}

.contact-one__right {
  position: relative;
  display: block;
}

.contact-one__form {
  position: relative;
  display: block;
  padding: 59px;
  border: 1px solid var(--snksan-bdr-color);
  border-left: 0;
}

.contact-one__form .row {
  --bs-gutter-x: 20px;
}

.contact-one__form-input-box {
  position: relative;
  display: block;
  margin-bottom: 20px;
}

.contact-one__form-input-box input[type="text"],
.contact-one__form-input-box input[type="email"] {
  height: 60px;
  width: 100%;
  border: none;
  outline: none;
  background-color: var(--snksan-extra);
  font-size: 14px;
  color: var(--snksan-gray);
  font-weight: 400;
  padding: 0 30px 0;
}

.contact-one__form-input-box textarea {
  height: 168px;
  width: 100%;
  border: none;
  outline: none;
  background-color: var(--snksan-extra);
  font-size: 14px;
  color: var(--snksan-gray);
  font-weight: 400;
  padding: 20px 40px 30px;
}

.contact-one__form-input-box.text-message-box {
  height: 168px;
}

.contact-one__btn {
  border: 0;
}

/*--------------------------------------------------------------
# Page Header
--------------------------------------------------------------*/
.page-header {
  position: relative;
  display: block;
  padding: 150px 0 158px;
  background: var(--snksan-black);
  z-index: 1;
}

.page-header-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.65;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  /*background-color: var(--snksan-black);
  background-blend-mode: luminosity;*/
  z-index: -1;
}

.page-header-service {
  background-color: var(--snksan-extra);
  background-image: unset;
}

.page-header-service h2 {
  color: var(--snksan-black);
}

.page-header-service .page-header-bg{
  opacity: 0.35;
}

.page-header__inner {
  position: relative;
  display: block;
  text-align: center;
  z-index: 15;
}

.page-header__inner h2 {
  font-size: 40px;
  color: var(--snksan-white);
  font-weight: 700;
  line-height: 50px;
  margin-bottom: 7px;
}

.page-header-service h2 {
  color: var(--snksan-black);
}

.page-header-content__inner {
	text-align: left;
	max-width: 80%;
}

.page-header-content__inner h2{
	font-size: 32px;
}

.page-header-content__inner::before {
	content: "";
    position: absolute;
    width: 6px;
    height: 100%;
    background: var(--snksan-primary);
    left: -20px;
    top: 0;
    bottom: 0;
	
}

.page-header-content .page-header-bg{
	opacity: 0.5;
	max-width: 1200px;
}

.page-header-content-case{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 1200px;
	box-shadow: -20px 20px 20px 0px rgb(0 0 0);
    border-radius: 0 7px 0 0;
    z-index: 1;
	overflow: hidden;
}

.page-header-content-case img{
    opacity: 0.15;
}

.page-header-content-case .main-slider__video-link{
    position: absolute;
    top: 41%;
    left: 32%;
    color: var(--snksan-primary);
    z-index: 2;
}

.page-header-content-case .main-slider__video-text{
    font-size: 17px;
	font-weight: 700;
	opacity: 1;
}

.page-header-content-case .main-slider__video-link img{
    opacity: 1;
	margin-left: 30px;
}

@media (max-width: 768px){
.page-header-content .container {
    padding-left: 25px;
    padding-right: 25px;
}
}

.thm-breadcrumb {
  position: relative;
  display: block;
}

.thm-breadcrumb li {
  position: relative;
  display: inline-block;
  color: var(--snksan-primary);
  font-size: 14px;
  font-weight: 700;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.thm-breadcrumb li+li {
  margin-left: 10px;
}

.thm-breadcrumb li a {
  position: relative;
  display: inline-block;
  color: var(--snksan-primary);
  font-size: 14px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.thm-breadcrumb li:hover a {
  color: var(--snksan-black);
}

/*--------------------------------------------------------------
# Blog Sidebar
--------------------------------------------------------------*/
.blog-sidebar {
  position: relative;
  display: block;
  padding: 120px 0 120px;
}

.blog-sidebar .blog-pagination {
  margin-top: 60px;
}

.blog-sideabr__left {
  position: relative;
  display: block;
}

.blog-sidebar__content {
  position: relative;
  display: block;
}

.blog-sidebar__single {
  position: relative;
  display: block;
}

.blog-sidebar__single+.blog-sidebar__single {
  margin-top: 29px;
}

.blog-sidebar__img {
  position: relative;
  display: block;
}

.blog-sidebar__img img {
  width: 100%;
}

.blog-sidebar__content-box {
  position: relative;
  display: block;
  margin-top: 22px;
}

.blog-sidebar__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.blog-sidebar__meta li+li {
  margin-left: 10px;
}

.blog-sidebar__meta li a {
  font-size: 14px;
  color: var(--snksan-gray);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.blog-sidebar__meta li a:hover {
  color: var(--snksan-primary);
}

.blog-sidebar__meta li a i {
  color: var(--snksan-primary);
}

.blog-sidebar__title {
  font-size: 30px;
  line-height: 40px;
  font-weight: 700;
  margin-top: 4px;
}

.blog-sidebar__title a {
  color: var(--snksan-black);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.blog-sidebar__title a:hover {
  color: var(--snksan-primary);
}

.blog-sidebar__text {
  margin: 0;
  padding-top: 10px;
  padding-bottom: 14px;
  font-size: 16px;
  line-height: 30px;
}

.blog-sidebar__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.blog-sidebar__read-more {
  font-size: 14px;
  color: var(--snksan-base);
  font-weight: 700;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.blog-sidebar__bottom:hover .blog-sidebar__read-more {
  color: var(--snksan-primary);
}

.blog-sidebar__arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  color: var(--snksan-base);
  margin-left: 10px;
  position: relative;
  top: 2px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.blog-sidebar__bottom:hover .blog-sidebar__arrow {
  color: var(--snksan-primary);
}

.blog-sidebar__bottom-box {
  position: relative;
  display: block;
  background-color: var(--snksan-extra);
  padding: 50px 60px 43px;
  margin-top: 15px;
}

.blog-sidebar__bottom-box-icon {
  margin-bottom: 23px;
}

.blog-sidebar__bottom-box-text {
  margin: 0;
  font-size: 16px;
  line-height: 30px;
}

.blog-sidebar__delivering-services {
  position: relative;
  display: block;
  background-color: var(--snksan-extra);
  padding: 50px 60px 47px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.blog-sidebar__delivering-services-icon {
  margin-bottom: 25px;
}

.blog-sidebar__delivering-services-title {
  font-size: 30px;
  line-height: 40px;
  font-weight: 400;
}

.blog-sidebar__delivering-services-title a {
  color: var(--snksan-black);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.blog-sidebar__delivering-services-title a:hover {
  color: var(--snksan-primary);
}

.blog-sidebar__video-link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.blog-sidebar__video-icon {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 97px;
  height: 97px;
  line-height: 97px;
  text-align: center;
  font-size: 23px;
  color: var(--snksan-white);
  background-color: var(--snksan-base);
  border-radius: 50%;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.blog-sidebar__video-icon:hover {
  background-color: var(--snksan-white);
  color: var(--snksan-base);
}

.blog-sidebar__video-icon:before {
  position: absolute;
  top: -15px;
  left: -15px;
  right: -15px;
  bottom: -15px;
  content: "";
  border-radius: 50%;
  border: 1px solid var(--snksan-white);
  opacity: 0.1;
  z-index: 1;
}

.blog-sidebar__video-link .ripple,
.blog-sidebar__video-icon .ripple:before,
.blog-sidebar__video-icon .ripple:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 125px;
  height: 125px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -ms-box-shadow: 0 0 0 0 rgba(var(--snksan-primary-rgb), 0.6);
  -o-box-shadow: 0 0 0 0 rgba(var(--snksan-primary-rgb), 0.6);
  -webkit-box-shadow: 0 0 0 0 rgba(var(--snksan-primary-rgb), 0.6);
  box-shadow: 0 0 0 0 rgba(var(--snksan-primary-rgb), 0.6);
  -webkit-animation: ripple 3s infinite;
  animation: ripple 3s infinite;
  border-radius: 50%;
}

.blog-sidebar__video-icon .ripple:before {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
  content: "";
  position: absolute;
}

.blog-sidebar__video-icon .ripple:after {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
  content: "";
  position: absolute;
}


/*--------------------------------------------------------------
# Sidebar
--------------------------------------------------------------*/
@media (max-width: 991px) {
  .sidebar {
    margin-top: 50px;
  }

  .order-first .sidebar {
    margin-top: 0;
    margin-bottom: 50px;
  }
}

.sidebar__single+.sidebar__single {
  margin-top: 30px;
}

.sidebar__title {
  margin: 0;
  font-size: 20px;
  margin-bottom: 3px;
  font-weight: 700;
}

.sidebar__search {
  position: relative;
  display: block;
}

.sidebar__search-form {
  position: relative;
}

.sidebar__search-form input[type="search"] {
  display: block;
  border: none;
  outline: none;
  background-color: var(--snksan-base);
  color: var(--snksan-white);
  font-size: 18px;
  font-weight: 400;
  padding-left: 50px;
  height: 84px;
  width: 100%;
  padding-right: 80px;
}

.sidebar__search-form ::-webkit-input-placeholder {
  color: var(--snksan-white);
  opacity: 1;
}

.sidebar__search-form :-ms-input-placeholder {
  color: var(--snksan-white);
  opacity: 1;
}

.sidebar__search-form ::-ms-input-placeholder {
  color: var(--snksan-white);
  opacity: 1;
}

.sidebar__search-form ::placeholder {
  color: var(--snksan-white);
  opacity: 1;
}

.sidebar__search-form :-ms-input-placeholder {
  color: var(--snksan-white);
}

.sidebar__search-form ::-ms-input-placeholder {
  color: var(--snksan-white);
}

.sidebar__search-form button[type="submit"] {
  background-color: transparent;
  color: var(--snksan-white);
  font-size: 22px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 72px;
  outline: none;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
}

.sidebar__post {
  position: relative;
  display: block;
  padding: 48px 30px 30px;
  background-color: var(--snksan-extra);
}

.sidebar__post .sidebar__title {
  margin-left: 20px;
}

.sidebar__post-list {
  margin: 0;
}

.sidebar__post-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 14px 20px 15px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.sidebar__post-list li:hover {
  background-color: white;
}

.sidebar__post-list li+li {
  margin-top: 10px;
}

.sidebar__post-image {
  margin-right: 20px;
}

.sidebar__post-image>img {
  width: 70px;
}

.sidebar__post-content {
  position: relative;
  top: 0;
}

.sidebar__post-content h3 {
  font-size: 16px;
  margin: 0;
  line-height: 27px;
}

.sidebar__post-content-meta {
  font-size: 14px;
  font-weight: 400;
  color: var(--snksan-gray) !important;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.sidebar__post-content-meta i {
  color: var(--snksan-primary);
  font-size: 15px;
  padding-right: 1px;
}

.sidebar__post-content h3 a {
  color: var(--snksan-black);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  margin-top: 1px;
  display: block;
  font-size: 14px;
  font-weight: 700;
}

.sidebar__post-content h3 a:hover {
  color: var(--snksan-base);
}

.sidebar__category {
  position: relative;
  display: block;
  background-color: var(--snksan-extra);
  padding: 48px 30px 38px;
}

.sidebar__category .sidebar__title {
  padding-left: 20px;
  margin-bottom: 7px;
}

.sidebar__category-list {
  margin: 0;
}

.sidebar__category-list li+li {
  margin-top: 4px;
}

.sidebar__category-list li a {
  color: var(--snksan-gray);
  font-size: 16px;
  position: relative;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  display: block;
  background: none;
  padding: 8px 20px 4px;
}

.sidebar__category-list li a:hover {
  background-color: white;
  -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
  color: var(--snksan-black);
}

.sidebar__category-list li.active a {
  background-color: white;
  -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
  color: var(--snksan-black);
}

.sidebar__category-list li a span {
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%) scale(0);
  transform: translateY(-50%) scale(0);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: var(--snksan-base);
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 15px;
}

.sidebar__category-list li a:hover span {
  color: var(--snksan-base);
  -webkit-transform: translateY(-50%) scale(1);
  transform: translateY(-50%) scale(1);
}

.sidebar__category-list li.active a span {
  -webkit-transform: translateY(-50%) scale(1);
  transform: translateY(-50%) scale(1);
  color: var(--snksan-base);
}

.sidebar__tags {
  position: relative;
  display: block;
  background: var(--snksan-extra);
  padding: 48px 45px 50px;
}

.sidebar__tags .sidebar__title {
  margin-left: 5px;
  margin-bottom: 23px;
}

.sidebar__tags-list {
  margin-top: -10px;
}

.sidebar__tags-list a {
  font-size: 12px;
  color: var(--snksan-black);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  background: var(--snksan-white);
  display: inline-block;
  padding: 6px 20px 4px;
  margin-left: 5px;
  font-weight: 700;
}

.sidebar__tags-list a+a {
  margin-left: 5px;
  margin-top: 10px;
}

.sidebar__tags-list a:hover {
  color: var(--snksan-white);
  background: var(--snksan-base);
}

.sidebar__comments {
  position: relative;
  display: block;
  background: var(--snksan-extra);
  padding: 48px 50px 42px;
}

.sidebar__comments .sidebar__title {
  margin-bottom: 23px;
}

.sidebar__comments-list {
  position: relative;
  display: block;
}

.sidebar__comments-list li {
  position: relative;
  display: block;
  padding-left: 65px;
}

.sidebar__comments-list li+li {
  margin-top: 23px;
}

.sidebar__comments-icon {
  height: 45px;
  width: 45px;
  background-color: var(--snksan-white);
  border-radius: 50%;
  font-size: 15px;
  color: var(--snksan-black);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.sidebar__comments-list li:hover .sidebar__comments-icon {
  background-color: var(--snksan-base);
  color: var(--snksan-white);
}

.sidebar__comments-text-box p {
  font-size: 15px;
  margin: 0;
  line-height: 26px;
}

.sidebar__comments-text-box p span {
  color: var(--snksan-black);
}

.sidebar__comments-text-box h5 {
  font-size: 15px;
  margin: 0;
  line-height: 26px;
  color: var(--snksan-gray);
}

/*--------------------------------------------------------------
# Blog Details
--------------------------------------------------------------*/
.blog-details {
  position: relative;
  display: block;
  padding: 120px 0 120px;
}

.blog-details__left {
  position: relative;
  display: block;
}

.blog-details__img {
  position: relative;
  display: block;
}

.blog-details__img img {
  width: 100%;
}

.blog-details__content {
  position: relative;
  display: block;
  margin-top: 22px;
}

.blog-details__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.blog-details__meta li+li {
  margin-left: 10px;
}

.blog-details__meta li a {
  font-size: 14px;
  color: var(--snksan-gray);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.blog-details__meta li a:hover {
  color: var(--snksan-primary);
}

.blog-details__meta li a i {
  color: var(--snksan-primary);
}

.blog-details__title {
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 10px;
  margin-top: 4px;
  font-weight: 700;
}

.blog-details__text-1 {
  font-size: 16px;
  line-height: 30px;
  margin: 0;
}

.blog-details__text-2 {
  font-size: 16px;
  line-height: 30px;
  margin: 0;
  padding-top: 31px;
}

.blog-details__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 30px 0 30px;
  margin-top: 45px;
  border-top: 1px solid var(--snksan-bdr-color);
}

.blog-details__bottom p {
  margin: 0;
}

.blog-details__tags span {
  color: var(--snksan-black);
  font-size: 20px;
  margin-right: 14px;
  font-weight: 700;
}

.blog-details__tags a {
  position: relative;
  color: var(--snksan-white);
  font-size: 12px;
  background-color: var(--snksan-base);
  display: inline-block;
  padding: 5px 20px 3px;
  font-weight: 700;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.blog-details__tags a:hover {
  background-color: var(--snksan-black);
  color: var(--snksan-white);
}

.blog-details__tags a+a {
  margin-left: 6px;
}

.blog-details__social-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.blog-details__social-list a {
  position: relative;
  height: 40px;
  width: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  color: var(--snksan-black);
  font-size: 15px;
  background-color: var(--snksan-extra);
  border-radius: 50%;
  overflow: hidden;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 1;
}

.blog-details__social-list a:hover {
  color: var(--snksan-white);
}

.blog-details__social-list a:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background-color: var(--snksan-base);
  -webkit-transition-delay: .1s;
  transition-delay: .1s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-transition-duration: .4s;
  transition-duration: .4s;
  -webkit-transition-property: all;
  transition-property: all;
  opacity: 1;
  -webkit-transform-origin: top;
  transform-origin: top;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  z-index: -1;
}

.blog-details__social-list a:hover:after {
  opacity: 1;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

.blog-details__social-list a+a {
  margin-left: 10px;
}

.blgo-details__pagenation-box {
  position: relative;
  display: block;
  overflow: hidden;
  margin-bottom: 57px;
}

.blog-details__pagenation {
  position: relative;
  display: block;
}

.blog-details__pagenation li {
  position: relative;
  float: left;
  font-size: 20px;
  color: var(--snksan-black);
  font-weight: 700;
  background-color: var(--snksan-extra);
  line-height: 34px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  max-width: 370px;
  width: 100%;
  padding-left: 60px;
  padding-right: 60px;
  padding-top: 53px;
  padding-bottom: 53px;
}

.blog-details__pagenation li+li {
  margin-left: 30px;
}

.blog-details__pagenation li:hover {
  background-color: var(--snksan-primary);
  color: var(--snksan-white);
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-one__title,
.comment-form__title {
  margin: 0;
  color: var(--snksan-black);
  font-size: 30px;
  margin-bottom: 49px;
  font-weight: 700;
}

.comment-one__single {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid var(--snksan-bdr-color);
  padding-bottom: 60px;
  margin-bottom: 60px;
}

.comment-one__content {
  position: relative;
  margin-left: 45px;
}

.comment-one__content h3 {
  margin: 0;
  font-size: 20px;
  color: var(--snksan-black);
  margin-bottom: 26px;
  font-weight: 700;
}

.comment-one__content p {
  font-size: 16px;
  line-height: 30px;
  margin: 0;
}

.comment-one__btn {
  font-size: 12px;
  padding: 4px 30px;
  position: absolute;
  top: 0;
  right: 0;
  background-color: var(--snksan-base);
}

.comment-one__btn::before {
  background-color: var(--snksan-primary);
}

.comment-one__image {
  position: relative;
  display: block;
  border-radius: 50%;
}

.comment-one__image img {
  border-radius: 50%;
}

.comment-form .comment-form__title {
  margin-top: -3px;
}

.comment-one__form .row {
  --bs-gutter-x: 20px;
}

.comment-form__input-box {
  position: relative;
  display: block;
  margin-bottom: 20px;
}

.comment-form__input-box input[type="text"],
.comment-form__input-box input[type="email"] {
  height: 60px;
  width: 100%;
  border: none;
  background-color: var(--snksan-extra);
  padding-left: 30px;
  padding-right: 30px;
  outline: none;
  font-size: 14px;
  color: var(--snksan-gray);
  display: block;
}

.comment-form__input-box textarea {
  font-size: 14px;
  color: var(--snksan-gray);
  height: 188px;
  width: 100%;
  background-color: var(--snksan-extra);
  padding: 18px 30px 30px;
  border: none;
  border-radius: 0px;
  outline: none;
  margin-bottom: 0px;
}

.comment-form__btn {
  border: none;
}

.comment-form__input-box.text-message-box {
  height: 188px;
}

/*--------------------------------------------------------------
# Contact Details
--------------------------------------------------------------*/
.contact-details {
  position: relative;
  display: block;
  padding: 120px 0 120px;
}

.contact-details__img {
  position: relative;
  display: block;
  margin-right: 100px;
}

.contact-details__img img {
  width: 100%;
}

.contact-details__right {
  position: relative;
  display: block;
}

.contact-details__right .section-title {
  margin-bottom: 31px;
}

.contact-details__text {
  font-size: 16px;
  line-height: 30px;
}

.contact-details__info {
  position: relative;
  display: block;
  margin-top: 41px;
}

.contact-details__info li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.contact-details__info li+li {
  margin-top: 19px;
}

.contact-details__info li .icon {
  height: 80px;
  width: 80px;
  background-color: var(--snksan-extra);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.contact-details__info li:hover .icon {
  background-color: var(--snksan-base);
}

.contact-details__info li .icon span {
  color: var(--snksan-base);
  font-size: 25px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.contact-details__info li:hover .icon span {
  color: var(--snksan-white);
}

.contact-details__info li .text {
  margin-left: 30px;
}

.contact-details__info li .text p {
  font-size: 14px;
  line-height: 24px;
}

.contact-details__info li .text a {
  font-size: 18px;
  color: var(--snksan-black);
  font-weight: 500;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.contact-details__info li:hover .text a {
  color: var(--snksan-base);
}

.contact-details__info li:hover .text a span {
  color: var(--snksan-gray);
}

.contact-details__info li .text span {
  font-size: 20px;
  color: var(--snksan-black);
  font-weight: 400;
}

/*--------------------------------------------------------------
# Contact Page
--------------------------------------------------------------*/
.contact-page {
  position: relative;
  display: block;
  padding: 0px 0 120px;
}

.contact-page .container {
  max-width: 770px;
  width: 100%;
}

.contact-page__form .comment-form__btn {
  margin: 20px auto 0;
  display: block;
}

/*--------------------------------------------------------------
# Google Map
--------------------------------------------------------------*/
.google-map-two {
  position: relative;
  display: block;
  background-color: var(--snksan-extra);
}

.google-map__two-box {
  position: relative;
  display: block;
  border: none;
  height: 515px;
  width: 100%;
  mix-blend-mode: luminosity;
}

/*--------------------------------------------------------------
# Project Page One
--------------------------------------------------------------*/
.project-page-one {
  position: relative;
  display: block;
  padding: 120px 0 90px;
}

.project-page-one--carousel {
  padding-bottom: 120px;
}

.project-one__single-four .project-one__img {
  background-color: #a28282;
}

.project-one__single-four .project-one__sub-title {
  color: #a28282;
}

.project-one__single-four .project-one__btn {
  color: #a28282;
}

.project-one__single-five .project-one__img {
  background-color: #82a28f;
}

.project-one__single-five .project-one__sub-title {
  color: #82a28f;
}

.project-one__single-five .project-one__btn {
  color: #82a28f;
}

.project-one__single-six .project-one__img {
  background-color: #8285a2;
}

.project-one__single-six .project-one__sub-title {
  color: #8285a2;
}

.project-one__single-six .project-one__btn {
  color: #8285a2;
}

/*--------------------------------------------------------------
# Project Page Two
--------------------------------------------------------------*/
.case-page {
  position: relative;
  display: block;
  padding: 60px 0 10px;
}

.case-page--carousel {
  padding-bottom: 120px;
}

.case-page .case-list__single {
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.case-page .case-list__content {
  margin-left: 15px;
  margin-right: 15px;
}
.case-page .section-title {
  margin-bottom: 19px;
  border-bottom: 2px solid var(--snksan-extra);
}
.case-page .section-title__tagline-box {
  margin-bottom: 10px;
}
/*--------------------------------------------------------------
# Project Details
--------------------------------------------------------------*/
.project-details {
  position: relative;
  display: block;
  padding: 120px 0 0px;
}

.project-details p{
   font-size: 14px;
   line-height: 28px;
   color: var(--snksan-gray);
   margin-top: 20px;
}


.project-details__top {
  position: relative;
  display: block;
}

.project-details__img-box {
  position: relative;
  display: block;
  padding-bottom: 81px;
}

.project-details__img-box img {
  width: 100%;
}

.project-details__details-box {
  position: absolute;
  bottom: 51px;
  left: 50px;
  right: 50px;
}

.project-details__details {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: var(--snksan-white);
  -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 30px 85px 35px;
}

.project-details__details li {
  position: relative;
  display: block;
}

.project-details__details li:before {
  position: absolute;
  top: 10px;
  bottom: 5px;
  right: -66px;
  content: "";
  width: 1px;
  background-color: var(--snksan-bdr-color);
}

.project-details__details li:last-child:before {
  display: none;
}

.project-details__details li+li {
  margin-left: 60px;
}

.project-details__details-content {
  position: relative;
  display: block;
}

.project-details__details-title {
  font-weight: 400;
  line-height: 26px;
  font-size: 16px;
}

.project-details__details-name {
  font-weight: 700;
  color: var(--snksan-black);
  line-height: 30px;
  font-size: 17px;
  letter-spacing: 1px;
}

.project-details__details-name a {
  color: var(--snksan-black);
}

.project-details__content-one {
  position: relative;
  display: block;
}

.project-details__content-one .row {
  margin-top: 30px;
}



.project-details__content-one-title {
  font-size: 32px;
  font-weight: 700;
  line-height: 50px;
  margin-bottom: 30px;
}

.project-details__content-one .row .project-details__content-one-text {
  font-size: 16px;
  line-height: 30px;
  padding: 15px 40px;
}

.project-details__content-one-text span{
  font-size: 17px;
  font-weight: 700;
  margin-right: 8px;
  color: var(--snksan-gray);
}

.project-details__content-two {
  position: relative;
  display: block;
  margin-top: 52px;
  margin-bottom: 51px;
}

.project-details__content-two-title {
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
  margin-bottom: 32px;
}

.project-details__content-two-text {
  font-size: 16px;
  line-height: 30px;
}

.project-details__points-img {
  position: relative;
  display: block;
}

.project-details__points-img img {
  width: 100%;
}

.project-details__points {
  position: relative;
  display: block;
  margin-left: 30px;
  margin-top: 12px;
}

.project-details__points li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.project-details__points li+li {
  margin-top: 6px;
}

.project-details__points li .icon {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.project-details__points li .icon span {
  font-size: 16px;
  color: var(--snksan-primary);
}

.project-details__points li .text {
  margin-left: 15px;
}

.project-details__points li .text p {
  font-size: 18px;
  color: var(--snksan-black);
}

.project-details__content-three {
  position: relative;
  display: block;
  margin-top: 51px;
}

.project-details__content-three-title {
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
  margin-bottom: 32px;
}

.project-details__content-three-text {
  font-size: 16px;
  line-height: 30px;
}

.projectc-details__pagination-box {
  position: relative;
  display: block;
  text-align: center;
  border-top: 1px solid var(--snksan-bdr-color);
  border-bottom: 1px solid var(--snksan-bdr-color);
  padding: 35px 0;
  margin-top: 113px;
}

.projectc-details__pagination {
  position: relative;
  display: block;
}

.projectc-details__pagination li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.projectc-details__pagination li.next {
  float: left;
  position: relative;
}

.projectc-details__pagination li a {
  font-size: 14px;
  color: var(--snksan-gray);
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.projectc-details__pagination li a:hover {
  color: var(--snksan-base);
}

.projectc-details__pagination li p {
  color: var(--snksan-black);
  font-weight: 700;
  line-height: 18px;
}

.projectc-details__pagination li span {
  font-size: 14px;
  line-height: 14px;
}

.projectc-details__pagination li.next i {
  position: relative;
  height: 40px;
  width: 40px;
  background-color: var(--snksan-extra);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  color: var(--snksan-base);
  font-size: 12px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  margin-right: 20px;
  z-index: 1;
}

.projectc-details__pagination li.previous {
  position: relative;
  float: right;
}

.projectc-details__pagination li.previous i {
  position: relative;
  height: 40px;
  width: 40px;
  background-color: var(--snksan-extra);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  color: var(--snksan-base);
  font-size: 12px;
  margin-left: 20px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 1;
}

.projectc-details__pagination li a:hover i {
  color: var(--snksan-white);
  background-color: var(--snksan-base);
}

.projectc-details__pagination li .content {
  position: relative;
  display: block;
  top: -6px;
}

.projectc-details__pagination li.next .content {
  text-align: left;
}

.projectc-details__pagination li.previous .content {
  text-align: right;
}

/*--------------------------------------------------------------
# Similar Project
--------------------------------------------------------------*/
.similar-project {
  position: relative;
  display: block;
  padding: 120px 0 90px;
}

.similar-project .case-list__single {
  margin-bottom: 30px;
}

.similar-project .case-list__content {
  margin-left: 15px;
  margin-right: 15px;
}

.similar-project .section-title__tagline {
  font-size: 24px;
}

.similar-project .section-title-shape img {
  height: 24px;
}


/*--------------------------------------------------------------
# Service Details
--------------------------------------------------------------*/
.service-details {
  position: relative;
  display: block;
  padding: 120px 0 100px;
}

.service-details .index-chuipo {
  position: relative;
  display: block;
  padding: 40px 20px 60px;
}

.service-details .index-chuipo__tab-box .tab-buttons .tab-btn span {
  padding: 9px 16px 9px;
}

.service-details-banner {
  padding: 180px 0 218px;
}

.service-details-banner .page-header-bg{
  opacity: 0.35;
}

.service-details-banner .page-header-bg2{
  opacity: 0.65;
}

.service-details-banner h2{
  letter-spacing: 5px;
}

.service-details-banner h2 span{
  color: var(--snksan-primary);
}

.service-details-banner .thm-breadcrumb li{
  font-size: 17px;
}

.service-details__left {
  position: relative;
  display: block;
}

.service-details__left .sidebar__post{
  padding: 48px 10px 30px;
}

@media (max-width: 991px){
.service-details__left .sidebar__post {
    display: none;
}
}
.service-details__left .sidebar__post .sidebar__title {
  margin-left: 20px;
}

.service-details__service {
  position: relative;
  display: block;
  background-color: var(--snksan-extra);
  padding: 46px 30px 38px;
}

.service-details__title {
  padding-left: 20px;
  margin-bottom: 14px;
  font-size: 20px;
  font-weight: 700;
}

.service-details__service-list {
  margin: 0;
}

.service-details__service-list li+li {
  margin-top: 4px;
}

.service-details__service-list li a {
  color: var(--snksan-gray);
  font-size: 14px;
  position: relative;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  display: block;
  background: none;
  padding: 8px 20px 4px;
}

.service-details__service-list li a:hover {
  background-color: white;
  -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
  color: var(--snksan-black);
}

.service-details__service-list li.active a {
  background-color: white;
  -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
  color: var(--snksan-base);
}

.service-details__service-list li a span {
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%) scale(0);
  transform: translateY(-50%) scale(0);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: var(--snksan-primary);
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 15px;
}

.service-details__service-list li a:hover span {
  color: var(--snksan-primary);
  -webkit-transform: translateY(-50%) scale(1);
  transform: translateY(-50%) scale(1);
}

.service-details__service-list li.active a span {
  -webkit-transform: translateY(-50%) scale(1);
  transform: translateY(-50%) scale(1);
  color: var(--snksan-primary);
}

.service-details__need-help {
  position: relative;
  display: block;
  padding: 50px 50px 42px;
  margin-top: 30px;
  margin-bottom: 30px;
  text-align: center;
  z-index: 1;
  background-color: var(--snksan-base);
}

.service-details__need-help-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-color: var(--snksan-black);
  /*mix-blend-mode: luminosity;*/
  opacity: 0.25;
  z-index: -1;
}

.service-details__need-help-icon {
  height: 85px;
  width: 85px;
  background-color: var(--snksan-white);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  margin: 0 auto 29px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.service-details__need-help-icon:hover {
  background-color: var(--snksan-black);
}

.service-details__need-help-icon img {
  width: auto;
}

.service-details__need-help-title {
  font-size: 26px;
  color: var(--snksan-white);
  line-height: 31px;
  font-weight: 700;
}

.service-details__need-help-contact {
  position: relative;
  display: block;
  margin-top: 41px;
}

.service-details__need-help-contact p {
  font-size: 14px;
  color: var(--snksan-white);
  margin: 0;
  line-height: 20px;
}

.service-details__need-help-contact a {
  font-size: 16px;
  color: var(--snksan-white);
  font-weight: 700;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.service-details__need-help-contact a span {
  font-weight: 400;
}

.service-details__need-help-contact a:hover {
  color: var(--snksan-primary);
}

.service-details__download {
  position: relative;
  display: block;
  margin-top: 30px;
}

.service-details__download-btn {
  width: 100%;
  text-align: center;
}

.service-details__right {
  position: relative;
  display: block;
}

.service-details__img {
  position: relative;
  display: block;
}

.service-details__img img {
  width: 100%;
}

.service-details__content {
  position: relative;
  display: block;
  margin-top: 30px;
}

.service-details__content-title {
  font-size: 40px;
  font-weight: 700;
  line-height: 50px;
  margin-bottom: 20px;
}

.service-details__text-1 {
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
}

.service-details__text-2 {
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  color: var(--snksan-base);
  padding-top: 29px;
  padding-bottom: 28px;
}

.service-details__text-3 {
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
}

.service-details__points {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 41px;
  margin-bottom: 41px;
}

.service-details__points li {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
  width: 100%;
  text-align: center;
}

.service-details__points li:before {
  position: absolute;
  top: 30px;
  bottom: 35px;
  right: 0;
  content: "";
  width: 1px;
  background-color: var(--snksan-bdr-color);
}

.service-details__points li:last-child:before {
  display: none;
}

.service-details__points-icon {
  height: 75px;
  width: 75px;
  background-color: var(--snksan-primary);
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.service-details__points li:hover .service-details__points-icon {
  background-color: var(--snksan-base);
}

.service-details__points-icon span {
  font-size: 30px;
  color: var(--snksan-white);
  position: relative;
  display: inline-block;
}

.service-details__points-title {
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
  margin-top: 23px;
  margin-bottom: 15px;
}

.service-details__points-text {
  font-size: 16px;
  line-height: 30px;
}

.service-details__points-two {
  position: relative;
  display: block;
}

.service-details__points-two-single {
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.service-details__points-two-content {
  position: relative;
  display: block;
  background-color: var(--snksan-extra);
  padding: 34px 40px 36px;
}

.service-details__points-two-content h4 {
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  margin-bottom: 11px;
}

.service-details__points-two-content p {
  font-size: 16px;
  line-height: 30px;
}

.service-details__benefits {
  position: relative;
  display: block;
  padding: 48px 59px 88px;
}

.service-details__benefits-img {
  position: relative;
  display: block;
}

.service-details__benefits-img img {
  width: 100%;
}

.service-details__benefits-right {
  position: relative;
  display: block;
  margin-top: -6px;
  
}

.service-details__benefits-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

.service-details .sidebar__post-list li {
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  padding: 14px 0px 15px;
  align-items: unset;
  -webkit-box-align: unset;
  -ms-flex-align: unset;
}

.service-details .sidebar__post-list li:hover {
  background-color: white;
  color: var(--snksan-black);
}



.service-details .sidebar__post-image {
  margin-right: 0px;
  padding: 0 10px 0;
}

.service-details .sidebar__post-image img {
  width:100%;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.service-details .sidebar__post-list li ul{
  padding-left: 0;
}




.service-details .sidebar__post-list li ul li{
  flex-direction: unset;
  padding: 0px 20px 0px;
  margin-top: 0px;
}

.service-details .sidebar__post-list li ul li span{
  width: 50%;
}

.service-details .sidebar__post-list li ul li .widespan{
  width: 100%;
}

.service-details .sidebar__post-image img:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.service-details .sidebar__post-content h3 a {
  text-align: center;
}

.service-details .sidebar__post-content-meta i {
  font-size: 12px;
}

.service-details .sidebar__post-content-meta {
  font-size: 13px;
  display: block;
  
}


.service-betails__benefits-text-1 {
  font-size: 18px;
  color: var(--snksan-primary);
  font-weight: 700;
  line-height: 33px;
  margin: 0;
  padding-top: 25px;
  padding-bottom: 18px;
}

.service-details__benefits-points {
  position: relative;
  display: block;
}

.service-details__benefits-points li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.service-details__benefits-points li+li {
  margin-top: 6px;
}

.service-details__benefits-points li .icon {
  color: var(--snksan-primary);
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}

.service-details__benefits-points li .text {
  margin-left: 15px;
}

.service-details__benefits-points li .text p {
  font-size: 14px;
  line-height: 30px;
}

.service-details__benefits-points li .text p span {
  font-size: 14px;
  color: var(--snksan-black);
  font-weight: bold;
}

.service-details__faq {
  position: relative;
  display: block;
  border: 1px solid var(--snksan-bdr-color);
  padding: 18px 59px 18px;
}
.service-details__faq .epc-e {
  position: relative;
  display: block;
  background: #ffffff;
  padding: 0px 0px 50px;
}

.service-details__faq .epc-e__title {
  font-size: 30px;
  line-height: 30px;
  font-weight: 700;
  margin-bottom: 27px;
}

.service-details__faq .epc-e .epc-e__text1 {
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 40px;
}

.service-details__faq .epc-e__list {
  position: relative;
  display: block;
  margin-top: 30px;
  margin-bottom: 30px;
}

.service-details__faq .epc-e__list ul {
  position: relative;
  display: block;
}

.service-details__faq .epc-e__list ul li {
  position: relative;
  display: block;
  margin-bottom: 2px;
}

.service-details__faq .epc-e__list ul li:last-child {
  margin-bottom: 0px;
}

.service-details__faq .epc-e__list ul li p {
  margin: 0;
}

.service-details__faq .epc-e__list ul li p span:before {
  position: relative;
  display: inline-block;
  color: var(--snksan-primary);
  font-size: 17px;
  line-height: 17px;
  margin-right: 11px;
  top: 2px;
}

.service-details__faq .epc-e__tex2 {
  font-size: 16px;
  line-height: 30px;
  margin: 0;
  padding: 32px 0 20px;
  border-top: 1px solid #6fb92c33;
}

.service-details__faq .epc-p .brief-one{
  padding: 20px 10px;
  margin-bottom: 60px;
}

.service-details__faq .epc-p .brief-one__image img{
  border-radius: 0;
}

.service-details__faq .epc-p .brief-one__title {
  font-size: 18px;
  color: var(--snksan-base);
  margin-bottom: 79px;
}

.service-details__faq .epc-p .brief-one__title span {
  color: var(--snksan-primary);
  margin-right: 12px;
  font-size: 14px;
}

.service-details__faq .epc-p .brief-one__content h3 {
  font-size: 17px;
}

.service-details__faq .epc-p .brief-one-list {
  position: relative;
  display: block;
}

.service-details__faq .epc-p .brief-one-list li{
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.service-details__faq .epc-p .brief-one-list .text {
    margin-left: 15px;
}

.service-details__faq .epc-p .brief-one-list li .icon{
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  top: -1px;
}

.service-details__faq .epc-p .brief-one-list li .icon span {
  font-size: 16px;
  color: var(--snksan-primary);
}

.service-details__faq .epc-p .brief-on-list li{
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.service-details__faq .epc-p .brief-one__btn {
  font-weight: normal;
}

.service-details__faq .epc-p .brief-one .brief-one__first {
  border-bottom: 1px solid rgba(var(--snksan-primary-rgb), 0.2);
}

.service-details__faq .epc-p .brief-one .brief-one__last {
  margin-bottom: 0px;
  padding-bottom: 30px;
}

.service-details__faq .epc-p .brief-one__single {
  border-bottom: unset;
}

.service-details__faq .epc-p .brief-one__single-images {
  padding-bottom: 20px;
  margin-bottom: 0px;
}

.service-details__faq .epc-p .brief-one__single-small {
  padding-left: 40px;
}

.brief-one__title {
  margin: 0;
  color: var(--snksan-black);
  font-size: 30px;
  margin-bottom: 49px;
  font-weight: 700;
}

.brief-one__single {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid var(--snksan-bdr-color);
  padding-bottom: 60px;
  margin-bottom: 60px;
}

.brief-one__content {
  position: relative;
  margin-left: 45px;
}

.brief-one__content-right {
  position: relative;
  margin-right: 45px;
}

.brief-one__content h3 {
  margin: 0;
  font-size: 20px;
  color: var(--snksan-black);
  margin-bottom: 26px;
  font-weight: 700;
}

.brief-one__content p {
  font-size: 16px;
  line-height: 30px;
  margin: 0;
}

.brief-one__btn {
  font-size: 12px;
  padding: 4px 30px;
  position: absolute;
  top: 0;
  right: 0;
  background-color: var(--snksan-base);
}

.brief-one__btn::before {
  background-color: var(--snksan-primary);
}

.brief-one__image {
  position: relative;
  display: block;
  border-radius: 50%;
}

.brief-one__image img {
  border-radius: 50%;
}

.brief-one__image2 img {
  max-width: 100%;
}

.service-details__faq .section-title__tagline {
  font-size: 18px;
  font-weight: bolder;
  padding-left: 56px;
}

.service-details__faq  .section-title2 {
  padding-left: 40px;
  margin-bottom: 0px;
}

.service-details__faq  .section-title2 .xingongyi-content-p{
  padding-left: 16px;
}

.service-details__faq  .section-title2 .section-title-shape{
  top: 0px;
}

.service-details__faq  .section-title2 .section-title__tagline2{
  font-weight: normal; 
  font-size: 16px;
}

.service-details__faq  .section-title2 .section-title__tagline3{
  padding-left: 0;
  color: #dc3545;  
}

.service-details__faq .epc-e .section-title {
  margin-bottom: 0;
}

.service-details__faq .epc-e .epc-e-content {
  padding: 20px;
}

.service-details__faq  .epc-e-content img {
  width: 100%;
  box-shadow: -20px 20px 20px 0px #606061;
}

.service-details__faq .blgo-details__pagenation-box {
  margin-bottom: 8px;
}

.service-details__faq .blog-details__pagenation li {
  font-size: 14px;
  font-weight: normal;
  background-color: unset;
}

.service-details__faq .blog-details__pagenation li:hover {
  background-color: unset;
}

.service-details__faq .blog-details__pagenation li:before {
    position: absolute;
    width: 50px;
    height: 340px;
    top: 50%;
    right: -50px;
    content: "";
    background-color: var(--snksan-primary);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.service-details .index-chuipo__points li+li {
  margin-top: 3px;
}

@media only screen and (min-width: 1200px) and (max-width: 1420px) {

.service-details .why-choose-three .col-xl-6 {
  width: 100%;
}
.service-details .why-choose-three .container {
  max-width: 800px;
}
.service-details .why-choose-three__right{
  margin: 50px auto 0;
}
.service-details .why-choose-three__right .section-title{
  margin-bottom: 50px;
}

}

@media only screen and (max-width: 1420px){
.service-details .index-chuipo__points-content {
  margin-left: 50px;
}

.service-details .why-choose-three__points-two {
  margin-left: 150px;
}

.service-details .index-chuipo__points-box {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
}

@media only screen and (max-width: 768px){
.service-details .index-chuipo__points-content {
  margin-left: 20px;
}
.service-details .index-chuipo__points-box {
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.service-details .why-choose-three__points-two {
  margin-left: 0px;
}
.service-details .index-chuipo__points{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.service-details .index-chuipo__points li+li{
  margin-top: 0px;
  margin-left: 5px;
}
}

.faq-one-accrodion .accrodion {
  position: relative;
  display: block;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  border-bottom: 1px solid var(--snksan-bdr-color);
  padding: 14px 0 14px;
}

.faq-one-accrodion .accrodion.last-chiled {
  border-bottom: 0;
}

.faq-one-accrodion .accrodion-title {
  position: relative;
  display: block;
  cursor: pointer;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
  margin-bottom: 10px;
}

.faq-one-accrodion .accrodion-title h4 {
  margin: 0;
  font-size: 14px;
  line-height: 28px;
  color: var(--snksan-black);
  position: relative;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.faq-one-accrodion .accrodion-title h4:hover {
  color: var(--snksan-base);
  font-weight: bold;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}


.faq-one-accrodion .accrodion+.accrodion {
  margin-top: 12px;
}

.faq-one-accrodion .accrodion.active .accrodion-title h4 {
  color: var(--snksan-base);
  font-weight: bold;
  font-size: 24px;
}

.faq-one-accrodion .accrodion-title h4::before {
  content: "\f067";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 10px;
  color: var(--snksan-black);
  position: absolute;
  top: 50%;
  right: 0;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  border: 1px solid;
}

.faq-one-accrodion .accrodion.active .accrodion-title h4::before {
  content: "\f068";
  color: var(--snksan-primary);
  height: 20px;
  width: 20px;
  border-radius: 50%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.faq-one-accrodion .accrodion-content {
  position: relative;
  border-top: 0;
  margin-top: 23px;
  padding-bottom: 10px;
}

.faq-one-accrodion .accrodion-content p {
  font-size: 14px;
  margin: 0;
  line-height: 30px;
}

.faq-one-accrodion .accrodion-content p span {
  color: var(--snksan-primary);
}

.faq-one-accrodion .accrodion-content .touzi p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #6653e8c7;
  padding: 0 20px;
  border-radius: 16px;
}

.faq-one-accrodion .accrodion-content .touzi p+p {
  margin-left: 20px;
}

.faq-one-accrodion .accrodion-content .touzi p span{
  font-size: 21px;
  margin: 0 10px;
  color: var(--snksan-white);
}

.faq-one-accrodion .accrodion-content .touzi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.faq-one-accrodion .accrodion-content .touzi p{
  color: var(--snksan-black);
}


.faq-one-accrodion .accrodion-content a img {
  width: 84%;
  display: block;
  margin: 20px auto ;
}

.faq-one-accrodion .accrodion-content table {
  width: 92%;
  border: none;
  text-align: center;
  margin: auto;
}

.faq-one-accrodion .accrodion-content table tr td{
  border-color: var(--snksan-white);
  border-style: solid;
  border-width: 5px;
  font-size: 14px;
}

.faq-one-accrodion .accrodion-content table tr:nth-child(2n+1){
  background-color: var(--snksan-extra);
}

.faq-one-accrodion .accrodion-content table tr:nth-child(1){
  background-color: var(--snksan-primary);
  color: var(--snksan-white);
  font-weight: bold;
}

.faq-one-accrodion .accrodion-content table tr:nth-child(1) td{
  font-size: 18px;
}

.faq-one-accrodion .accrodion-content .table-content {
  width: 90%;
  margin: auto;
  padding-bottom: 60px;
}



/*--------------------------------------------------------------
# Tech Services Two
--------------------------------------------------------------*/
.services-shengchanxian-two {
  padding: 20px 40px;
}

.services-shengchanxian-two .section-title__tagline{
  font-weight: bold;
  font-size: 18px;
  padding: 0 0 16px 0;
}




/*--------------------------------------------------------------
# Brand Four
--------------------------------------------------------------*/
.brand-four {
  position: relative;
  display: block;
  padding: 0;
}

.brand-four .container {
  padding-top: 0;
}

.brand-four__inner {
  position: relative;
  display: block;
  border-top: 1px solid var(--snksan-bdr-color);
  padding: 120px 0px 119px;
}

/*--------------------------------------------------------------
# Delivering It Two
--------------------------------------------------------------*/
.index-testimonial-two {
  position: relative;
  display: block;
}

.index-testimonial-two:before {
  display: none;
}

/*--------------------------------------------------------------
# Delivering It Three
--------------------------------------------------------------*/
.index-testimonial-three {
  padding: 83px 0 90px;
}

.index-testimonial-three:before {
  display: none;
}

/*--------------------------------------------------------------
# About Page Counter
--------------------------------------------------------------*/
.about-page__counter {
  padding-bottom: 80px;
}

/*--------------------------------------------------------------
# About Page Team
--------------------------------------------------------------*/
.about-page-team {
  position: relative;
  display: block;
  padding-bottom: 90px;
}

.about-page-team:before {
  display: none;
}

/*--------------------------------------------------------------
# We Help
--------------------------------------------------------------*/
.we-help {
  position: relative;
  display: block;
}

.we-help__inner {
  position: relative;
  display: block;
  padding: 120px 0 119px;
  border-bottom: 1px solid var(--snksan-bdr-color);
}

.we-help__left {
  position: relative;
  display: block;
  margin-right: 80px;
}

.we-help__left .section-title {
  margin-bottom: 29px;
}

.we-help__text-1 {
  line-height: 34px;
}

.we-help__text-2 {
  line-height: 34px;
  margin-top: 35px;
}

.we-help__right {
  position: relative;
  display: block;
}

.we-help__img {
  position: relative;
  display: block;
}

.we-help__img img {
  width: 100%;
}

/*--------------------------------------------------------------
# Team Page
--------------------------------------------------------------*/
.team-page {
  position: relative;
  display: block;
  padding: 120px 0 90px;
}

.team-page--carousel {
  padding-bottom: 120px;
}

/*--------------------------------------------------------------
#xingongyi
--------------------------------------------------------------*/
.xingongyi-brief {
  position: relative;
  display: block;
}

.xingongyi-brief__top {
  position: relative;
  display: block;
  padding: 0 0 60px;
}

.xingongyi-brief__top-left {
  position: relative;
  display: block;
  margin-right: 20px;
}

.xingongyi-brief__top-img {
  position: relative;
  display: block;
}

.xingongyi-brief__top-img img {
  width: 100%;
}

.xingongyi-brief__top-right {
  position: relative;
  display: block;
  margin-top: 30px;
}

.xingongyi-brief__top-content {
  position: relative;
  display: block;
  margin-top: -9px;
}

.xingongyi-brief__top-name {
  font-size: 28px;
  font-weight: 700;
}

.xingongyi-brief__top-title {
  font-size: 17px;
  color: var(--snksan-primary);
  font-weight: 700;
  line-height: 60px;
}

.xingongyi-brief__social {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 25px;
  margin-bottom: 35px;
}

.xingongyi-brief__social a {
  position: relative;
  height: 45px;
  width: 115px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  background-color: var(--snksan-extra);
  color: var(--snksan-primary);
  font-size: 16px;
  border-radius: 1%;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.xingongyi-brief__social a:hover {
  background-color: var(--snksan-primary);
  color: var(--snksan-white);
}

.xingongyi-brief__social a+a {
  margin-left: 10px;
}

.xingongyi-brief__top-text-1 {
  font-size: 17px;
  color: var(--snksan-base);
  font-weight: 700;
  margin-top: 0px;
}

.xingongyi-brief__top-text-2 {
  font-size: 14px;
  line-height: 34px;
  padding-top: 22px;
  padding-bottom: 22px;
}

.xingongyi-brief__top-text-3 {
  font-size: 14px;
  line-height: 34px;
}

.xingongyi-brief__bottom {
  position: relative;
  display: block;
  border-top: 1px solid var(--snksan-bdr-color);
  padding-top: 111px;
  padding-bottom: 110px;
}

.xingongyi-brief__bottom-left {
  position: relative;
  display: block;
  margin-right: 70px;
}

.xingongyi-brief__bottom-left-title {
  font-size: 28px;
  font-weight: 700;
  line-height: 46px;
}

.xingongyi-brief__bottom-left-text {
  font-size: 14px;
  line-height: 30px;
  padding-top: 41px;
  padding-bottom: 53px;
}

.xingongyi-brief__progress {
  position: relative;
  display: block;
  width: 100%;
}

.xingongyi-brief__progress-single {
  position: relative;
  display: block;
}

.xingongyi-brief__progress-title {
  font-size: 15px;
  line-height: 28px;
  color: var(--snksan-black);
  margin-bottom: 7px;
}

.xingongyi-brief__progress .bar {
  position: relative;
  width: 100%;
  height: 13px;
  background-color: var(--snksan-extra);
  border-radius: 7px;
  margin-bottom: 22px;
}

.xingongyi-brief__progress .bar-inner {
  position: relative;
  display: block;
  width: 0px;
  height: 13px;
  border-radius: 7px;
  background-color: var(--snksan-primary);
  -webkit-transition: all 1500ms ease;
  transition: all 1500ms ease;
}

.xingongyi-brief__progress .count-text {
  position: absolute;
  right: 0px;
  bottom: 21px;
  color: var(--snksan-gray);
  line-height: 24px;
  font-size: 14px;
  text-align: center;
  font-weight: 400;
  opacity: 0;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.xingongyi-brief__progress .bar-inner.counted .count-text {
  opacity: 1;
}

.xingongyi-brief__progress .bar.marb-0 {
  margin-bottom: 0;
}

.xingongyi-brief__bottom-right {
  position: relative;
  display: block;
}

.xingongyi-brief__bottom-right-title {
  font-size: 36px;
  font-weight: 700;
  line-height: 46px;
}

.xingongyi-brief__history {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 34px;
}

.xingongyi-brief__history li {
  position: relative;
  display: block;
}

.xingongyi-brief__history li+li {
  margin-left: 85px;
}

.xingongyi-brief__history li h4 {
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  margin-bottom: 13px;
}

.xingongyi-brief__history li p {
  font-size: 16px;
  line-height: 30px;
}

.xingongyi-brief__history li p span {
  color: var(--snksan-base);
  font-weight: 700;
}

.xingongyi-brief__history-bottom {
  position: relative;
  display: block;
  border-top: 1px solid var(--snksan-bdr-color);
  margin-top: 31px;
}

.xingongyi-brief__history-bottom li {
  font-size: 14px;
}

.xingongyi-brief__history-bottom li+li {
  margin-top: 8px;
}

.xingongyi-brief__history-bottom li span {
  color: var(--snksan-base);
  font-weight: 700;
}

.xingongyi-first-brief {
  margin-bottom: 80px;
}

.xingongyi-first-brief_left {
  margin-right: 60px;
}

.xingongyi-first-brief_right {
  margin-left: 10px;
}

.xingongyi-first-brief__points{
    margin-top: 25px;
}

.xingongyi-first-brief__points li .icon{
    height: 12px;
    width: 12px;
	font-size: 2px;
}

.xingongyi-first-brief__points li .content p {
    font-size: 14px;
    line-height: 30px;
}

.xingongyi-first-brief__points li+li {
    margin-top: 5px;
}

.xingongyi-content .xingongyi-content-p p{
	padding: 0 40px 0 40px;
}

.xingongyi-content .xingongyi-content-p .container{
	padding: 20px 15px 65px 40px;
}

.xingongyi-content .xingongyi-content-p .container .epc-e-content img{
	border-radius: 3%;
	box-shadow: 6px 7px 5px 0px #606061;
}

.xingongyi-content .xingongyi-content-p p img{
	padding-top: 20px;
}

.xingongyi-content .xingongyi-content-p p:last-child{
	padding-bottom:40px;
}

.xingongyi-content .xingongyi-content-p2 p{
	padding: 0 0 40px 0;
}

.xingongyi-content .brief-one {
    padding: 20px 10px;
    margin-bottom: 60px;
}

.xingongyi-content .brief-one .brief-one__middle{    
  /*-webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;*/
}

.xingongyi-content .brief-one .brief-one__last {
    margin-bottom: 0px;
    padding-bottom: 30px;
}

.xingongyi-one .brief-one .brief-one__single {
	border-bottom: unset;
}

.xingongyi-one .brief-one__image img {
	border-radius: 0;
}

.xingongyi-content .brief-one__single-small {
    padding: 0px 40px;
}

.xingongyi-one-pic {
  position: relative;
  display: block;
  padding: 55px 0 2px;
  z-index: 1;
}

.xingongyi-one-pic:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 410px;
  content: "";
  background-color: var(--notech-base);
  z-index: -1;
}

.xingongyi-one-pic .container{
  padding :0px;
}

.xingongyi-one-pic__top {
  position: relative;
  display: block;
  margin-bottom: 50px;
}

.xingongyi-one-pic__top-left {
  position: relative;
  display: block;
  margin-right: 112px;
}

.xingongyi-one-pic__top-left .section-title {
  margin-bottom: 0px;
}

.xingongyi-one-pic__top-left .section-title__tagline {
  color: #dcd7ff;
}

.xingongyi-one-pic__top-left .section-title__title {
  color: var(--notech-white);
}

.xingongyi-one-pic__top-right {
  position: relative;
  display: block;
  margin-top: 11px;
}

.xingongyi-one-pic__top-text {
  font-size: 16px;
  color: #dcd7ff;
  line-height: 30px;
}

.xingongyi-one-pic__bottom {
  position: relative;
  display: block;
}

.xingongyi-one-pic__single {
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.xingongyi-one-pic__img {
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 1;
}

.xingongyi-one-pic__img:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background-color: rgba(var(--snksan-black-rgb), 0.3);
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
  -webkit-transition: -webkit-transform 500ms ease;
  transition: -webkit-transform 500ms ease;
  transition: transform 500ms ease;
  transition: transform 500ms ease, -webkit-transform 500ms ease;
  -webkit-transform-origin: top center;
  transform-origin: top center;
  z-index: 1;
}

.xingongyi-one-pic__single:hover .xingongyi-one-pic__img:before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transform-origin: bottom center;
  transform-origin: bottom center;
}

.xingongyi-one-pic__img img {
  width: 100%;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 500ms ease;
  transition: -webkit-transform 500ms ease;
  transition: transform 500ms ease;
  transition: transform 500ms ease, -webkit-transform 500ms ease;
}

.xingongyi-one-pic__single:hover .xingongyi-one-pic__img img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.xingongyi-one-pic__content {
  position: relative;
  display: block;
  background-color: white;
  -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
  text-align: center;
  margin-left: 20px;
  margin-right: 20px;
  margin-top: -36px;
  padding: 19px 40px 17px;
  z-index: 2;
}

.xingongyi-one-pic__content:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background-color: var(--snksan-base);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  opacity: 1;
  -webkit-transform-origin: top;
  transform-origin: top;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  z-index: -1;
}

.xingongyi-one-pic__single:hover .xingongyi-one-pic__content:after {
  opacity: 1;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

.xingongyi-one-pic__content-title {
  font-size: 15px;
  font-weight: 700;
  line-height: 22px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.xingongyi-one-pic__single:hover .xingongyi-one-pic__content-title {
  color: var(--snksan-white);
}

.xingongyi-one-pic-two {
  padding: 5px 40px 0px;
}

@media (min-width: 1200px) {
  .xingongyi-brief__history-bottom {
	border-top: none;
  }
  .xingongyi-brief__top-right {
	margin-left: 40px;
	margin-top: 0;
  }
}

@media only screen and (max-width: 1420px){
.xingongyi-first-brief__points{
    margin-top: 5px;
}
.xingongyi-first-brief_left{
	margin-right: 10px;
}
}
/*--------------------------------------------------------------
# Message One
--------------------------------------------------------------*/
.message-one {
  position: relative;
  display: block;
  background-color: var(--snksan-extra);
  padding: 120px 0 120px;
  z-index: 1;
}

.message-one-bg {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 1184px;
  background-repeat: no-repeat;
  background-size: cover;
  mix-blend-mode: luminosity;
  opacity: .10;
  z-index: -1;
}

.message-one .container {
  max-width: 770px;
  width: 100%;
}

.message-one .comment-form__btn {
  margin: 20px auto 0;
  display: block;
}

.message-one .comment-form__input-box input[type="text"],
.message-one .comment-form__input-box input[type="email"] {
  background-color: var(--snksan-white);
}

.message-one .comment-form__input-box textarea {
  background-color: var(--snksan-white);
}

/*--------------------------------------------------------------
# Brand Five
--------------------------------------------------------------*/
.brand-five {
  padding: 120px 0 119px;
  background-color: var(--snksan-base);
}

.brand-five .container {
  padding-top: 0;
}

/*--------------------------------------------------------------
# Pricing
--------------------------------------------------------------*/
.pricing {
  position: relative;
  display: block;
  padding: 120px 0 90px;
}

.pricing__single {
  position: relative;
  display: block;
  background-color: white;
  -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
  padding: 60px 60px 60px;
  border: 1px solid transparent;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  margin-bottom: 30px;
}

.pricing__single:hover {
  border: 1px solid var(--snksan-base);
}

.pricing__icon {
  position: relative;
  display: block;
}

.pricing__icon img {
  width: auto;
}

.pricing__title {
  font-size: 16px;
  font-weight: 700;
  line-height: 26px;
  margin-top: 28px;
  margin-bottom: 21px;
}

.pricing__rate {
  font-size: 40px;
  color: var(--snksan-base);
  font-weight: 700;
  line-height: 40px;
}

.pricing__rate span {
  position: relative;
  font-size: 16px;
  color: var(--snksan-black);
  font-weight: 400;
  left: -10px;
}

.pricing__text {
  font-size: 14px;
  line-height: 27px;
}

.pricing__service {
  position: relative;
  display: block;
  border-top: 1px solid var(--snksan-bdr-color);
  padding-top: 30px;
  margin-top: 31px;
}

.pricing__service-title {
  font-size: 16px;
  color: var(--snksan-black);
}

.pricing__service-list {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 34px;
}

.pricing__service-list li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.pricing__service-list li+li {
  margin-top: 8px;
}

.pricing__service-list li .icon {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.pricing__service-list li .icon span {
  font-size: 14px;
  color: var(--snksan-primary);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.pricing__service-list li .text {
  margin-left: 10px;
}

.pricing__service-list li .text p {
  font-size: 16px;
}

.pricing__btn {
  padding: 9px 0 9px;
  width: 100%;
  text-align: center;
  color: var(--snksan-gray);
  background-color: var(--snksan-bdr-color);
}

.pricing__single:hover .pricing__btn {
  color: var(--snksan-white);
}

.pricing__btn:after {
  background-color: var(--snksan-base);
}

.pricing__single:hover .pricing__btn:after {
  opacity: 1;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

/*--------------------------------------------------------------
# Why Choose Two
--------------------------------------------------------------*/
.why-choose-two {
  position: relative;
  display: block;
  padding: 0 0px  80px;
}

.why-choose-two__img {
  position: relative;
  display: block;
  margin-right: -70px;
}

.why-choose-two .container {
  padding: 0;
}

.why-choose-two__img img {
  width: 100%;
}

.why-choose-two__content-box {
  position: relative;
  display: block;
  margin-left: -100px;
  margin-top: 70px;
}

.why-choose-two__content {
  position: relative;
  display: block;
  background-color: var(--snksan-base);
  padding: 45px 55px 63px;
}

.why-choose-two__title {
  font-size: 28px;
  color: var(--snksan-white);
  font-weight: 700;
  line-height: 50px;
}

.why-choose-two__text {
  font-size: 13px;
  color: #dcd7ff;
  line-height: 30px;
  padding-top: 30px;
  padding-bottom: 43px;
}

.why-choose-two__points {
  position: relative;
  display: block;
}

.why-choose-two__points li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.why-choose-two__points li+li {
  margin-top: 6px;
}

.why-choose-two__points li .icon {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.why-choose-two__points li .icon span {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  color: var(--snksan-primary);
}

.why-choose-two__points li .text {
  margin-left: 10px;
}

.why-choose-two__points li .text p {
  font-size: 17px;
  color: var(--snksan-white);
  font-weight: 700;
}

/*--------------------------------------------------------------
# Testimonial Page
--------------------------------------------------------------*/
.testimonial-page {
  position: relative;
  display: block;
  padding: 120px 0 90px;
}

.testimonial-page--carousel {
  padding-bottom: 120px;
}

.testimonial-page .testimonial-two__single {
  margin-bottom: 30px;
}

/*--------------------------------------------------------------
# Gallery Page
--------------------------------------------------------------*/
.gallery-page {
  position: relative;
  display: block;
  padding: 60px 0 10px;
}

.gallery-page--carousel {
  padding-bottom: 40px;
}

.gallery-page__single {
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.gallery-page__img {
  position: relative;
  display: block;
  border-radius: 7px;
  border: 1px solid var(--snksan-base);
  overflow: hidden;
  z-index: 1;
}

.gallery-page__img:before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  content: "";
  background-color: rgba(var(--snksan-base-rgb), 0.9);
  -webkit-transition: all 700ms ease;
  transition: all 700ms ease;
  -webkit-transform: translateY(-102%);
  transform: translateY(-102%);
  z-index: 1;
}

.gallery-page__img2:before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  content: "";
  background-color: rgba(var(--snksan-extra-rgb), 0.2);
  -webkit-transition: all 700ms ease;
  transition: all 700ms ease;
  -webkit-transform: translateY(-102%);
  transform: translateY(-102%);
  z-index: 1;
}

.gallery-page__single:hover .gallery-page__img:before {
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
}

.gallery-page__img img {
  width: 100%;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 500ms ease;
  transition: -webkit-transform 500ms ease;
  transition: transform 500ms ease;
  transition: transform 500ms ease, -webkit-transform 500ms ease;
}

.gallery-page__single:hover .gallery-page__img img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.gallery-page__icon {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 2;
}

.gallery-page__icon a {
  height: 80px;
  width: 80px;
  background-color: var(--snksan-primary);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 22px;
  color: var(--snksan-white);
  -webkit-transform: translateY(40px);
  transform: translateY(40px);
  opacity: 0;
  -webkit-transition: all 700ms ease;
  transition: all 700ms ease;
  z-index: 2;
}

.gallery-page__icon2 a {
  height: 40px;
  width: unset;
  padding: 0 20px 0;
  border-radius: 10%;
  font-size: 16px;
}

.gallery-page__single:hover .gallery-page__icon a {
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  opacity: 1;
}

.gallery-page__icon a:hover {
  background-color: var(--snksan-white);
  color: var(--snksan-base);
}

.gallery-page .section-title__tagline a {
    color: unset;
}

.gallery-page .owl-nav {
	position:relative;
    color: var(--snksan-base);
	font-size: 58px;
	margin: 0 ;
}

.gallery-page .owl-nav .owl-prev {
	margin-right: 28px;
}

.gallery-page .owl-nav .owl-next {
	margin-left: 28px;
}


.gallery-page .owl-nav [class*=owl-] {
	opacity:.4;
}

.gallery-page .owl-nav [class*=owl-]:hover {
    background: none;
	color: var(--snksan-base);
	opacity: 1;		
}



.gallery-page--carousel .gallery-page__single{
	margin-bottom: 0;
}
.fahuo .row>* {
	max-width: 50%;
}

.fahuo .col-lg-12  {
	max-width: 100%;
}
/*--------------------------------------------------------------
## Error Page
--------------------------------------------------------------*/
.error-page {
  position: relative;
  display: block;
  padding: 72px 0 120px;
}

.error-page__inner {
  position: relative;
  display: block;
  text-align: center;
}

.error-page__title-box {
  position: relative;
  display: block;
}

.error-page__title {
  position: relative;
  display: inline-block;
  font-size: 350px;
  line-height: 350px;
  font-weight: 700;
  margin-bottom: 9px;
  color: var(--snksan-base);
}

.error-page-shape {
  position: absolute;
  top: 59px;
  left: 47.5%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.error-page-shape img {
  width: auto;
}

.error-page__tagline {
  font-size: 40px;
  line-height: 49px;
  margin-bottom: 12px;
  font-weight: 700;
  color: var(--snksan-black);
}

.error-page__text {
  font-size: 20px;
  font-weight: 400;
}

.error-page__form {
  position: relative;
  display: block;
  margin: 56px auto 20px;
}

.error-page__form-input {
  position: relative;
  display: block;
  max-width: 550px;
  width: 100%;
  margin: 0 auto;
}

.error-page__form input[type="search"] {
  height: 60px;
  width: 100%;
  border: none;
  outline: none;
  background-color: var(--snksan-extra);
  font-size: 16px;
  color: var(--snksan-gray);
  font-weight: 400;
  padding-left: 50px;
  padding-right: 75px;
}

.error-page__form button[type="submit"] {
  background-color: transparent;
  color: var(--snksan-black);
  font-size: 22px;
  position: absolute;
  top: 0;
  right: 0px;
  bottom: 0;
  width: 72px;
  outline: none;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
}

/*--------------------------------------------------------------
# FAQ Search
--------------------------------------------------------------*/
.faq-search {
  position: relative;
  display: block;
  padding: 120px 0 60px;
}

.faq-search__inner {
  position: relative;
  display: block;
  text-align: center;
}

.faq-search__search-form {
  position: relative;
  display: block;
  max-width: 770px;
  width: 100%;
  margin: 0 auto;
}

.faq-search__search-form input[type="search"] {
  display: block;
  border: none;
  outline: none;
  background-color: var(--snksan-extra);
  color: var(--snksan-gray);
  font-size: 18px;
  font-weight: 400;
  padding-left: 50px;
  height: 84px;
  width: 100%;
  padding-right: 80px;
}

.faq-search__search-form button[type="submit"] {
  background-color: transparent;
  color: var(--snksan-black);
  font-size: 22px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 72px;
  outline: none;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
}

/*--------------------------------------------------------------
# FAQ Page
--------------------------------------------------------------*/
.faq-page {
  position: relative;
  display: block;
  padding: 0 0 120px;
}

.faq-page__tab {
  position: relative;
  display: block;
}

.faq-page__tab-box {
  position: relative;
  display: block;
  z-index: 2;
}

.faq-page__tab-button-box {
  position: relative;
  display: block;
  margin-right: 70px;
}

.faq-page__tab-box .tab-buttons {
  position: relative;
  display: block;
}

.faq-page__tab-box .tab-buttons .tab-btn {
  position: relative;
  display: block;
}

.faq-page__tab-box .tab-buttons .tab-btn+.tab-btn {
  margin-top: 10px;
}

.faq-page__tab-box .tab-buttons .tab-btn .faq-page__tab-button-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
  background-color: var(--snksan-white);
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 1;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid var(--snksan-bdr-color);
  padding: 25px 29px;
}

.faq-page__tab-box .tab-buttons .tab-btn.active-btn .faq-page__tab-button-content {
  -webkit-box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.07);
}

.faq-page__tab-button-content .icon {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.faq-page__tab-button-content .icon img {
  width: auto;
}

.faq-page__tab-button-content .content {
  margin-left: 20px;
}

.faq-page__tab-button-content .content p {
  font-size: 18px;
  color: var(--snksan-black);
  font-weight: 700;
}

.faq-page__tab-faq-box {
  position: relative;
  display: block;
  margin-left: -30px;
}

.faq-page__tab-box .tabs-content {
  position: relative;
  display: block;
}

.faq-page__tab-box .tabs-content .tab {
  position: relative;
  display: none;
  -webkit-transform: translateY(35px);
  transform: translateY(35px);
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease;
  z-index: 10;
}

.faq-page__tab-box .tabs-content .tab.active-tab {
  display: block;
  margin-top: 0px;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}

.faq-page__tab-faq-content {
  position: relative;
  display: block;
  border: 1px solid var(--snksan-bdr-color);
  padding: 59px 59px 59px;
}

.faq-page__tab-faq-content-title-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}

.faq-page__tab-faq-content-title-icon {
  position: relative;
  display: block;
}

.faq-page__tab-faq-content-title-icon img {
  width: auto;
}

.faq-page__tab-faq-content-title {
  margin-left: 20px;
}

.faq-page__tab-faq-content-title h5 {
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
  margin-bottom: 6px;
}

.faq-page__tab-faq-content-title p {
  font-size: 16px;
  line-height: 30px;
}

.faq-page__tab-main-faq .faq-one-accrodion .accrodion.last-chiled {
  border-bottom: 1px solid var(--snksan-bdr-color);
}

/*--------------------------------------------------------------
# Boxed Version
--------------------------------------------------------------*/
body.boxed-wrapper {
  background-color: var(--snksan-extra);
}

.boxed-wrapper .page-wrapper {
  max-width: 1530px;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 100px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 0px 100px 0px rgba(0, 0, 0, 0.08);
}

/*--------------------------------------------------------------
# Dark Version
--------------------------------------------------------------*/
.main-header--one .main-menu__left .main-menu__logo .logo-light,
.main-menu .main-menu__left .main-menu__logo .logo-light {
  display: none;
}

.main-header--one .main-menu__left .main-menu__logo .logo-dark,
.main-menu .main-menu__left .main-menu__logo .logo-dark {
  display: block;
}

.main-menu-three .main-menu__left--two .main-menu__logo .logo-light,
.main-menu-two .main-menu__left--two .main-menu__logo .logo-light {
  display: block;
}

.main-menu-three .main-menu__left--two .main-menu__logo .logo-dark,
.main-menu-two .main-menu__left--two .main-menu__logo .logo-dark {
  display: none;
}

/* update 18-02-2022 */
@media (max-width: 575px) {
  .services-shengchanxian__points li {
    display: block;
  }
}

@media (max-width: 575px) {
  .services-shengchanxian__points li .content {
    margin-left: 0;
    margin-top: 20px;
    max-width: 300px;
  }
}

@media (max-width: 575px) {
  .helping__points {
    display: block;
  }
}

@media (max-width: 575px) {
  .helping__points p {
    max-width: 250px;
  }
}

@media (max-width: 575px) {
  .helping__points li+li {
    margin-left: 0;
    margin-top: 20px;
  }
}

@media (max-width: 575px) {
  .helping__right {
    padding-bottom: 110px;
  }
}

@media (max-width: 768px) {
  .index-chuipo__tab-box .tab-buttons .tab-btn {
    width: 100%;
    display: block;
  }
}

@media (max-width: 768px) {
  .index-chuipo__tab-box .tab-buttons .tab-btn span {
    display: block;
  }
}

@media (max-width: 767px) {
  .index-chuipo__right .index-chuipo__points-box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

@media (max-width: 665px) {
  .index-chuipo__right .index-chuipo__points-box {
    display: block;
  }
}

@media (max-width: 767px) {
  .index-chuipo__right .index-chuipo__points-content {
    padding-left: 20px;
    margin-top: 0;
  }
}

@media (max-width: 665px) {
  .index-chuipo__right .index-chuipo__points-content {
    padding-left: 0;
    margin-top: 20px;
  }
}

@media (max-width: 665px) {
  .index-chuipo__points-img img {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}



@media (max-width: 480px) {
  .consult__points li {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

@media (max-width: 480px) {
  .consult__points li .icon {
    position: relative;
    top: 7px;
  }
}

@media (max-width: 480px) {

  .snksan-more__points,
  .counter-two__content-box {
    display: block;
  }
}

@media (max-width: 480px) {
  .counter-two__count-box {
    margin-left: 0;
    margin-top: 20px;
  }
}

@media (max-width: 480px) {
  .counter-two__icon-box {
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 480px) {
  .index-solution-banner__sub-title {
    line-height: 1.1em;
  }
}

@media (max-width: 480px) {
  .snksan-more__points li+li {
    margin-left: 0;
    margin-top: 20px;
  }
}



















/* update 30-09-2022 */

/*--------------------------------------------------------------
# Welcome Two
--------------------------------------------------------------*/
.service-shouqian {
  position: relative;
  display: block;
  padding: 120px 0 120px;
  z-index: 1;
}

.service-shouqian__left {
  position: relative;
  display: block;
}

.service-shouqian__img-box {
  position: relative;
  display: block;
  z-index: 1;
}

.service-shouqian__img {
  position: relative;
  display: block;
}

.service-shouqian__img>img {
  width: 100%;
}

.service-shouqian__shadow {
  position: absolute;
  bottom: -13px;
  left: -46px;
  mix-blend-mode: multiply;
}

.service-shouqian__shadow>img {
  width: auto;
}

.service-shouqian__shape-1 {
  position: absolute;
  bottom: -70px;
  left: -130px;
  border-radius: 50%;
  background-color: rgb(247, 247, 249);
  width: 439px;
  height: 439px;
  z-index: -1;
}

.service-shouqian__shape-2 {
  position: absolute;
  bottom: 252px;
  left: -123px;
  height: 70px;
  width: 70px;
  border-radius: 50%;
  background-color: var(--snksan-base);
}

.service-shouqian__shape-3 {
  position: absolute;
  top: 74px;
  right: -70px;
  height: 138px;
  width: 138px;
  background-color: var(--snksan-primary);
  border-radius: 50%;
}

.service-shouqian__shape-4 {
  position: absolute;
  bottom: -100px;
  right: -148px;
  -webkit-animation: fa-spin 10s ease infinite;
  animation: fa-spin 10s ease infinite;
  z-index: -1;
}

.service-shouqian__shape-4>img {
  width: auto;
}

.service-shouqian__right {
  position: relative;
  display: block;
  margin-left: 70px;
}

.service-shouqian__right .section-title {
  margin-bottom: 7px;
}

.service-shouqian__text {
  font-size: 16px;
  line-height: 30px;
  padding-bottom: 17px;
}

.service-shouqian__btn {
  margin-top: 4px;
}
.service-shouqian__icon-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 35px;
}

.service-shouqian__icon {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.service-shouqian__icon span {
  position: relative;
  display: inline-block;
  font-size: 62px;
  color: var(--snksan-primary);
}

.service-shouqian__icon-content {
  margin-left: 20px;
}

.service-shouqian__icon-text {
  font-size: 20px;
  font-weight: 700;
  color: var(--snksan-black);
  line-height: 36px;
}
/*--------------------------------------------------------------
# Feature Two
--------------------------------------------------------------*/
.feature-two {
  position: relative;
  display: block;
  padding: 0 0 90px;
}

.feature-two .container {
  max-width: 1800px;
}

.feature-two__single {
  position: relative;
  display: block;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
  padding: 40px 40px 40px;
  margin-bottom: 30px;
}

.feature-two__single-inner {
  position: relative;
  display: block;
  padding-left: 270px;
}

.feature-two__img {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 230px;
  width: 100%;
}

.feature-two__img img {
  width: 100%;
}

.feature-two__letter {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 75px;
  width: 80px;
  background-color: var(--snksan-primary);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;  
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.feature-two__letter h5 {
  font-size: 30px;
  font-weight: 700;
  color: var(--snksan-white);
  line-height: 30px;
  text-transform: uppercase;
}

.feature-two__content {
  position: relative;
  display: block;
  top: -5px;
}

.feature-two__title {
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
  margin-bottom: 21px;
}

.feature-two__title a {
  color: var(--snksan-black);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.feature-two__title a:hover {
  color: var(--snksan-base);
}

.feature-two__text {
  font-size: 16px;
  line-height: 30px;
}

/*--------------------------------------------------------------
# Counter Three
--------------------------------------------------------------*/
.counter-three {
  padding: 40px 0 85px;
}

/*--------------------------------------------------------------
# Welcome Three
--------------------------------------------------------------*/
.welcome-three {
  position: relative;
  display: block;
  padding: 103px 0 0;
}

.welcome-three__left {
  position: relative;
  display: block;
  margin-left: -4px;
  margin-right: -49px;
}

.welcome-three__img-box {
  position: relative;
  display: block;
  z-index: 1;
}

.welcome-three__img {
  position: relative;
  display: block;
  -webkit-animation: ImgBounce 5s ease-in-out 0s infinite alternate;
  animation: ImgBounce 5s ease-in-out 0s infinite alternate;
}

.welcome-three__img img {
  width: 100%;
}

.welcome-three__shape-1 {
  position: absolute;
  bottom: 89px;
  left: 0;
  border-radius: 50%;
  background-color: rgb(233, 233, 238);
  width: 391px;
  height: 391px;
  z-index: -1;
}

.welcome-three__shape-2 {
  position: absolute;
  top: 50px;
  left: 0;
  border-radius: 50%;
  background-color: rgb(43, 228, 172);
  width: 70px;
  height: 70px;
}

.welcome-three__shape-3 {
  position: absolute;
  bottom: 30px;
  right: 0;
  -webkit-animation: fa-spin 10s ease infinite;
  animation: fa-spin 10s ease infinite;
  z-index: -1;
}

.welcome-three__shape-3 img {
  width: auto;
}

.welcome-three__right {
  position: relative;
  display: block;
  margin-left: 70px;
  margin-top: 74px;
}

.welcome-three__right .section-title {
  margin-bottom: 31px;
}

.welcome-three__text-1 {
  font-size: 20px;
  font-weight: 500;
  color: var(--snksan-base);
  padding-bottom: 32px;
}

.welcome-three__text-2 {
  font-size: 16px;
  line-height: 30px;
}

.welcome-three__icon-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 35px;
  margin-bottom: 45px;
}

.welcome-three__icon {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.welcome-three__icon span {
  position: relative;
  display: inline-block;
  font-size: 62px;
  color: var(--snksan-primary);
}

.welcome-three__icon-content {
  margin-left: 20px;
}

.welcome-three__icon-text {
  font-size: 20px;
  font-weight: 700;
  color: var(--snksan-black);
  line-height: 36px;
}

.welcome-three__btn-box {}

.welcome-three__btn {}

/*--------------------------------------------------------------
# snksan More Two
--------------------------------------------------------------*/
.snksan-more-two {
  background-color: var(--snksan-extra);
}

/*--------------------------------------------------------------
# Testimonial Three
--------------------------------------------------------------*/
.testimonial-three .section-title__title {
  color: var(--snksan-white);
}

.testimonial-three:before {
  background-color: var(--snksan-black);
}

/*--------------------------------------------------------------
# CTA Two
--------------------------------------------------------------*/
.product-sys-two {
  padding-bottom: 120px;
}

/*--------------------------------------------------------------
# Product
--------------------------------------------------------------*/
.product {
  position: relative;
  display: block;
  padding: 120px 0 90px;
}

.product__sidebar {
  position: relative;
  display: block;
}

.product__sidebar-single+.product__sidebar-single {
  margin-top: 30px;
}

.product__sidebar-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
  margin: 0;
  margin-bottom: 22px;
}



.shop-search {
  position: relative;
  display: block;
}

.shop-search form {
  border-radius: 0px;
  position: relative;
  background-color: var(--snksan-base);
}

.shop-search form input[type=search],
.shop-search form input[type=text] {
  width: 100%;
  height: 70px;
  background-color: var(--snksan-base);
  border-radius: 0px;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 16px;
  color: var(--snksan-white);
  border: none;
  outline: none;
  font-weight: 400;
}

.shop-search form ::placeholder {
  color: inherit;
  opacity: 1;
}



.product__price-ranger {
  position: relative;
  padding: 27px 30px 26px;
  margin: 0;
  border: 1px solid var(--snksan-bdr-color);
}

.product__price-ranger.price-ranger {
  margin-top: 7px;
  margin-bottom: 0px;
}

.product__price-ranger .price-ranger .ui-widget-content {
  background: var(--snksan-extra);
  border: none;
  height: 5px;
}

.product__price-ranger .price-ranger .ui-slider-handle {
  position: absolute;
  top: -5px;
  background: var(--snksan-primary);
  border: 0;
  height: 14px;
  width: 14px !important;
  border-radius: 50%;
  margin-left: -2px;
  outline: medium none;
  cursor: pointer;
  z-index: 2;
}

.product__price-ranger .price-ranger .ui-slider .ui-slider-range {
  background: var(--snksan-primary);
}

.product__price-ranger .price-ranger #slider-range {
  margin-left: 3px;
  margin-right: 0;
  margin-top: 0;
}

.product__price-ranger .price-ranger .ranger-min-max-block {
  position: relative;
  display: block;
  margin-top: 20px;
}

.product__price-ranger .price-ranger .ranger-min-max-block input {
  display: inline-block;
}

.product__price-ranger .price-ranger .ranger-min-max-block input[type="submit"] {
  position: relative;
  display: block;
  background: var(--snksan-base);
  float: right;
  text-align: center;
  border: none;
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  margin-top: 0;
  cursor: pointer;
  padding: 2px 20px;
  border-radius: 0;
}

.product__price-ranger .price-ranger .ranger-min-max-block input[type="text"] {
  position: relative;
  display: inline-block;
  color: var(--snksan-gray);
  font-size: 14px;
  font-weight: 400;
  width: 40px;
  line-height: 30px;
  border: none;
  padding: 0;
  text-align: center;
  background-color: transparent;
}

.product__price-ranger .price-ranger .ranger-min-max-block span {
  position: relative;
  display: inline-block;
  color: var(--snksan-gray);
  font-size: 14px;
  font-weight: 400;
  line-height: 40px;
  left: -2px;
}



.shop-category {
  position: relative;
  display: block;
  padding: 29px 15px 15px;
  border: 1px solid var(--snksan-bdr-color);
}

.shop-category .product__sidebar-title {
  margin-left: 15px;
  margin-bottom: 13px;
}

.shop-category ul {
  position: relative;
  display: block;
}

.shop-category ul li {
  position: relative;
  line-height: 24px;
  font-size: 16px;
  text-transform: capitalize;
  color: var(--snksan-gray);
  margin-bottom: 5px;
}

.shop-category ul li:last-child {
  margin-bottom: 0;
}

.shop-category ul li a {
  position: relative;
  display: block;
  line-height: 24px;
  font-size: 16px;
  text-transform: capitalize;
  color: var(--snksan-gray);
  font-weight: 400;
  border-radius: 0;
  transition: all 0.3s ease;
  z-index: 1;
  padding: 9px 15px 9px;
}

.shop-category ul li a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  background: var(--snksan-extra);
  border-radius: 0px;
  z-index: -1;
  transform: scaleY(0.0);
  transform-origin: left;
  transform-style: preserve-3d;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.shop-category ul li a:hover:before {
  transform: scaleY(1.0);
}

.shop-category ul li:hover a,
.shop-category ul li.active a {
  color: var(--snksan-black);
  background: var(--snksan-extra);
}

.shop-category ul li a:after {
  position: absolute;
  right: 20px;
  top: 5px;
  font-family: "Font Awesome 5 Free";
  content: "\f30b";
  opacity: 1;
  font-size: 15px;
  color: var(--snksan-base);
  line-height: 35px;
  transform: scale(0);
  transition: all 200ms linear;
  transition-delay: 0.1s;
  font-weight: 900;
  z-index: 1;
}

.shop-category ul li a:hover:after,
.shop-category ul li.active a:after {
  color: var(--snksan-base);
  transform: scale(1);
}

.product__items {
  position: relative;
  display: block;
}

.product__showing-result {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 30px;
}

.product__showing-text-box {
  position: relative;
  display: block;
}

.product__showing-text {
  font-size: 16px;
  font-weight: 400;
}

.product__showing-sort {
  position: relative;
  display: block;
  max-width: 340px;
  width: 100%;
}

.product__showing-sort .select-box .nice-select {
  background-color: var(--snksan-extra);
  border-radius: 0;
  color: var(--snksan-gray);
  font-size: 14px;
  font-weight: 400;
  height: 70px;
  line-height: 70px;
  padding-left: 30px;
  padding-right: 30px;
  width: 100%;
  margin-bottom: 0px;
}

.product__showing-sort .select-box .nice-select:after {
  position: absolute;
  right: 30px;
}


.product__all {
  position: relative;
  display: block;
}

.product__all-single {
  position: relative;
  display: block;
  margin-bottom: 30px;
  border: 1px solid var(--snksan-bdr-color);
  background-color: rgb(255, 255, 255);
  padding: 0 0 30px;
  transition: all 500ms ease;
  z-index: 1;
}

.product__all-single:hover {
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
}

.product__all-img {
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 1;
}

.product__all-img:before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(var(--snksan-black-rgb), .10);
  -webkit-transition: opacity 500ms ease, visibility 500ms ease, -webkit-transform 500ms ease;
  transition: opacity 500ms ease, visibility 500ms ease, -webkit-transform 500ms ease;
  transition: opacity 500ms ease, visibility 500ms ease, transform 500ms ease;
  transition: opacity 500ms ease, visibility 500ms ease, transform 500ms ease, -webkit-transform 500ms ease;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(-70%);
  transform: translateY(-70%);
  z-index: 1;
}

.product__all-single:hover .product__all-img:before {
  visibility: visible;
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
  opacity: 1;
}

.product__all-img img {
  width: 100%;
  transition: all 500ms ease;
}

.product__all-single:hover .product__all-img img {
  transform: scale(1.05);
}

.product__all-content {
  position: relative;
  display: block;
  text-align: center;
  margin-top: 20px;
}

.product__all-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
  margin-top: 8px;
}

.product__all-title a {
  color: var(--snksan-black);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.product__all-title a:hover {
  color: var(--snksan-base);
}

.product__all-price {
  font-size: 16px;
  color: var(--snksan-gray);
}

.product__all-review {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;  
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.product__all-review i {
  font-size: 15px;
  color: var(--snksan-primary);
}

.product__all-review i+i {
  margin-left: 5px;
}

.product__all-btn-box {
  position: relative;
  display: block;
  margin-top: 10px;
  z-index: 2;
}

.product__all-btn {
  font-size: 12px;
  padding: 4px 20px 4px;
  background-color: var(--snksan-extra);
  color: var(--snksan-black);
}

.product__all-btn:after {
  background-color: var(--snksan-base);
}

/*--------------------------------------------------------------
# Product Details
--------------------------------------------------------------*/
.product-details {
  position: relative;
  display: block;
  padding: 120px 0px 56px;
}

.product-details__img {
  position: relative;
  display: block;
  overflow: hidden;
}

.product-details__img img {
  width: 100%;
}


.product-details__top {
  position: relative;
  display: block;
  margin-top: -9px;
}

.product-details__title {
  font-size: 30px;
  line-height: 40px;
  font-weight: 700;
  margin: 0;
}

.product-details__title span {
  position: relative;
  display: inline-block;
  color: var(--snksan-base);
  font-size: 20px;
  line-height: 26px;
  font-weight: 500;
  margin-left: 10px;
  letter-spacing: 0;
}

.product-details__reveiw {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 21px;
  padding-bottom: 30px;
  margin-bottom: 21px;
  border-bottom: 1px solid var(--snksan-bdr-color);
}

.product-details__reveiw i {
  font-size: 16px;
  color: var(--snksan-primary);
}

.product-details__reveiw i+i {
  margin-left: 4px;
}

.product-details__reveiw span {
  position: relative;
  top: 1px;
  line-height: 1;
  font-size: 16px;
  color: var(--snksan-gray);
  margin-left: 18px;
}

.product-details__content {
  position: relative;
  display: block;
}

.product-details__content-text1 {
  font-size: 16px;
  line-height: 30px;
  margin: 0;
  margin-bottom: 31px;
}

.product-details__content-text2 {
  font-size: 16px;
  line-height: 30px;
  margin: 0;
}

.product-details__quantity {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 20px;
}

.product-details__quantity-title {
  margin: 0;
  color: var(--snksan-black);
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  margin-right: 20px;
}

.product-details__quantity .quantity-box {
  position: relative;
  width: 98px;
  border-radius: 0px;
  height: 50px;
}

.product-details__quantity .quantity-box input {
  width: 98px;
  border-radius: 0px;
  height: 50px;
  border: 1px solid #e9e9ee;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  font-family: var(--snksan-font);
  padding-left: 30px;
  outline: none;
  font-size: 18px;
  font-weight: 400;
  color: var(--snksan-gray);
}

.product-details__quantity .quantity-box button {
  width: 24px;
  height: 24px;
  background-color: transparent;
  color: var(--snksan-gray);
  font-size: 8px;
  position: absolute;
  top: 1px;
  right: 1px;
  background-color: #fff;
  border: none;
  border-left: 1px solid #e9e9ee;
  border-top-right-radius: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  outline: none;
}

.product-details__quantity .quantity-box button.sub {
  bottom: 1px;
  top: auto;
  border-top: 1px solid #e9e9ee;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

.product-details__buttons {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 30px;
  margin-top: 30px;
}

.product-details__buttons-1 {
  position: relative;
  display: block;
}

.product-details__buttons-1 .thm-btn {
  background-color: var(--snksan-black);
}

.product-details__buttons-1 .thm-btn::after {
  background-color: var(--snksan-base);
}

.product-details__buttons-2 {
  position: relative;
  display: block;
  margin-left: 10px;
}

.product-details__buttons-2 .thm-btn {
  background-color: var(--snksan-base);
}

.product-details__buttons-2 .thm-btn:before {
  background-color: var(--snksan-black);
}

.product-details__social {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.product-details__social .title {
  position: relative;
  display: block;
}

.product-details__social .title h3 {
  color: var(--snksan-black);
  font-size: 20px;
  line-height: 20px;
  font-weight: 700;
}

.product-details__social-link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 30px;
}

.product-details__social-link a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;  
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: var(--snksan-black);
  font-size: 15px;
  transition: all 200ms linear;
  transition-delay: 0.1s;
  background-color: var(--snksan-extra);
  border-radius: 50%;
  height: 45px;
  width: 45px;
}

.product-details__social-link a+a {
  margin-left: 10px;
}

.product-details__social-link a:hover {
  color: var(--snksan-white);
  background-color: var(--snksan-base);
}


/*--------------------------------------------------------------
# Product Description
--------------------------------------------------------------*/
.product-description {
  position: relative;
  display: block;
  background: #ffffff;
  padding: 0px 0px 50px;
}

.product-description__title {
  font-size: 30px;
  line-height: 30px;
  font-weight: 700;
  margin-bottom: 27px;
}

.product-description__text1 {
  font-size: 16px;
  line-height: 30px;
  margin: 0;
}

.product-description__list {
  position: relative;
  display: block;
  margin-top: 30px;
  margin-bottom: 30px;
}

.product-description__list ul {
  position: relative;
  display: block;
}

.product-description__list ul li {
  position: relative;
  display: block;
  margin-bottom: 2px;
}

.product-description__list ul li:last-child {
  margin-bottom: 0px;
}

.product-description__list ul li p {
  color: var(--snksan-black);
  margin: 0;
  font-weight: 600;
}

.product-description__list ul li p span:before {
  position: relative;
  display: inline-block;
  color: var(--snksan-base);
  font-size: 17px;
  line-height: 17px;
  margin-right: 11px;
  top: 2px;
}

.product-description__tex2 {
  font-size: 16px;
  line-height: 30px;
  margin: 0;
}

/*--------------------------------------------------------------
# Review One
--------------------------------------------------------------*/
.review-one {
  position: relative;
  display: block;
}

.comments-area {
  position: relative;
  display: block;
  border-top: 1px solid var(--snksan-bdr-color);
  padding-top: 56px;
}

.review-one__title {
  position: relative;
  display: block;
  margin-bottom: 36px;
}

.review-one__title h3 {
  font-size: 30px;
  line-height: 30px;
  font-weight: 700;
  margin: 0;
}


.comments-area .comment-box {
  position: relative;
  display: block;
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid var(--snksan-bdr-color);
}

.comments-area .comment {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.comments-area .comment-box .author-thumb {
  position: relative;
  display: block;
  width: 165px;
  height: 165px;
  border-radius: 50%;
  overflow: hidden;
}

.comments-area .comment-box .author-thumb img {
  width: 100%;
}

.comments-area .comment-box .author-thumb figure {
  margin: 0;
}

.review-one__content {
  position: relative;
  display: block;
  padding-left: 45px;
  flex: 1;
}

.review-one__content-top {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 21px;
}

.review-one__content-top .info {
  position: relative;
  display: block;
}

.review-one__content-top .info h2 {
  font-size: 20px;
  line-height: 32px;
  font-weight: 700;
}

.review-one__content-top .info h2 span {
  color: var(--snksan-base);
  font-size: 16px;
  font-weight: 400;
}

.review-one__content-top .reply-btn {
  position: relative;
  display: block;
}

.review-one__content-top .reply-btn i:before {
  color: var(--snksan-primary);
  font-size: 15px;
}

.review-one__content-bottom {
  position: relative;
  display: block;
}

.review-one__content-bottom p {
  font-size: 16px;
  line-height: 30px;
  margin: 0px;
}

/*--------------------------------------------------------------
# Review Form One
--------------------------------------------------------------*/
.review-form-one {
  position: relative;
  display: block;
  padding: 16px 0 120px;
}

.review-form-one__inner {
  position: relative;
  display: block;
}

.review-form-one__title {
  font-size: 30px;
  font-weight: 700;
  line-height: 30px;
}

.review-form-one__rate-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 16px;
  margin-bottom: 20px;
}

.review-form-one__rate-text {
  font-size: 16px;
  font-weight: 400;
}

.review-form-one__rate {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 10px;
}

.review-form-one__rate i {
  font-size: 16px;
  color: var(--snksan-primary);
}

.review-form-one__rate i+i {
  margin-left: 5px;
}

.review-form-one__form {
  position: relative;
  display: block;
}

.review-form-one__form .row {
  --bs-gutter-x: 20px;
}

.review-form-one__input-box textarea {
  font-size: 14px;
  color: var(--snksan-gray);
  height: 190px;
  width: 100%;
  background-color: var(--snksan-extra);
  padding: 25px 30px 30px;
  border: none;
  outline: none;
  margin-bottom: 0px;
  font-weight: 400;
}

.review-form-one__input-box.text-message-box {
  height: 190px;
}

.review-form-one__input-box {
  position: relative;
  display: block;
  margin-bottom: 20px;
}

.review-form-one__input-box input[type="text"],
.review-form-one__input-box input[type="email"] {
  height: 60px;
  width: 100%;
  border: none;
  background-color: var(--snksan-extra);
  padding-left: 30px;
  padding-right: 30px;
  outline: none;
  font-size: 14px;
  color: var(--snksan-gray);
  display: block;
  font-weight: 400;
}

.review-form-one__btn {
  border: none;
  background-color: var(--snksan-base);
}

.review-form-one__btn:before {
  background-color: var(--snksan-black);
}

/*--------------------------------------------------------------
# Cart Page
--------------------------------------------------------------*/
.cart-page {
  position: relative;
  display: block;
  background: var(--snksan-white);
  padding: 113px 0px 120px;
}

.cart-page .table-responsive {
  position: relative;
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

@media(max-width: 1199px) {
  .cart-table {
    min-width: 1170px;
  }
}

.cart-table {
  margin-bottom: 60px;
}

.cart-table thead th {
  color: var(--snksan-black);
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  padding: 0;
  border: none;
  padding-bottom: 22px;
}

.cart-table thead th:last-child {
  text-align: right;
}

.cart-table tbody tr {
  vertical-align: middle;
}

.cart-table tbody tr:last-child {
  border-bottom: 1px solid var(--snksan-bdr-color);
}

.cart-table tbody td {
  font-size: 18px;
  color: var(--snksan-gray);
  vertical-align: middle;
  border-top: 1px solid var(--snksan-bdr-color);
  border-bottom: 1px solid var(--snksan-bdr-color);
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 0;
  padding-right: 0;
}

.cart-table tbody td:last-child {
  text-align: right;
}

.cart-table .product-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.cart-table .product-box .img-box {
  position: relative;
  display: block;
  width: 120px;
  border-radius: 0;
  overflow: hidden;
  margin-right: 35px;
}

.cart-table .product-box .img-box img {
  width: 100%;
}

.cart-table h3 {
  color: var(--snksan-black);
  font-size: 20px;
  font-weight: 700;
  margin: 0;
}

.cart-table h3 a {
  color: var(--snksan-black);
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.cart-table h3 a:hover {
  color: var(--snksan-base);
}

.cart-table .quantity-box {
  position: relative;
  width: 98px;
  border-radius: 0px;
  height: 50px;
}

.cart-table .quantity-box input {
  width: 98px;
  border-radius: 0px;
  height: 50px;
  border: 1px solid #e9e9ee;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  font-family: var(--snksan-font);
  padding-left: 30px;
  outline: none;
  font-size: 18px;
  color: var(--snksan-gray);
  font-weight: 400;
}

.cart-table .quantity-box button {
  width: 24px;
  height: 24px;
  background-color: transparent;
  color: var(--thm-black);
  font-size: 8px;
  position: absolute;
  top: 1px;
  right: 1px;
  background-color: #fff;
  border-top-right-radius: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;  
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  outline: none;
  border: none;
  border-left: 1px solid #e9e9ee;
}

.cart-table .quantity-box button.sub {
  bottom: 1px;
  top: auto;
  border-top: 1px solid #e9e9ee;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

.cart-table .cross-icon {
  position: relative;
  display: block;
}

.cart-table .cross-icon i:before {
  position: relative;
  display: inline-block;
  color: var(--snksan-black);
  font-size: 16px;
  font-weight: 700;
}

.cart-cupon__form {
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.cart-cupon__input {
  width: 100%;
  max-width: 375px;
  border-radius: 0;
  background-color: var(--snksan-extra);
  padding-left: 30px;
  padding-right: 30px;
  margin-right: 20px;
  font-family: var(--snksan-font);
  font-size: 14px;
  color: var(--snksan-gray);
  height: 60px;
  margin-bottom: 20px;
  border: none;
  outline: none;
  font-weight: 400;
}

.cart-cupon__form ::placeholder {
  color: var(--snksan-gray);
  opacity: 1;
}

.cart-cupon__form button {
  top: -1px;
  border: none;
  outline: none !important;
  background-color: var(--snksan-base);
}

.cart-cupon__form button:before {
  background-color: var(--snksan-black);
}

.cart-total {
  position: relative;
  display: block;
  margin-bottom: 21px;
  margin-top: -8px;
}

.cart-total li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: var(--snksan-gray);
  font-size: 18px;
  font-weight: 400;
}

.cart-total li+li {
  margin-top: 15px;
}

.cart-total li span:first-child {
  display: block;
  color: var(--snksan-black);
  font-size: 20px;
  margin-right: 80px;
  font-weight: 700;
  width: 135px;
  text-align: right;
}

.cart-total li:nth-child(2) span:first-child {
  position: relative;
  right: 6px;
}

.cart-total-amount {
  color: var(--snksan-gray);
}

.cart-page__buttons {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  j-webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

.cart-page__buttons-1 {
  position: relative;
  display: block;
}

.cart-page__buttons-1 .thm-btn {
  background: var(--snksan-black);
}

.cart-page__buttons-1 .thm-btn::after {
  background: var(--snksan-base);
}

.cart-page__buttons-2 {
  position: relative;
  display: block;
  margin-left: 10px;
}

.cart-page__buttons-2 .thm-btn {
  background-color: var(--snksan-base);
}

.cart-page__buttons-2 .thm-btn:before {
  background-color: var(--snksan-black);
}

/*--------------------------------------------------------------
# Checkout
--------------------------------------------------------------*/
.checkout-page {
  position: relative;
  display: block;
  padding: 110px 0 120px;
}

.checkout-page .billing_details {
  position: relative;
  display: block;
}

.billing_title {
  position: relative;
  display: block;
  margin-bottom: 35px;
}

.billing_title p {
  font-size: 16px;
  margin: 0;
}

.billing_title span {
  color: var(--snksan-base);
}

.billing_title h2 {
  font-size: 34px;
  line-height: 34px;
  margin: 0;
  font-weight: 700;
  margin-top: 11px;
}

.billing_details_form {
  position: relative;
  display: block;
}

.billing_details_form .bs-gutter-x-20 {
  --bs-gutter-x: 20px;
}


.billing_details_form .btn-light {
  border: none;
}

.billing_details_form .btn-light:hover {
  border: none;
}

.billing_input_box {
  position: relative;
  display: block;
  margin-bottom: 20px;
}

.billing_input_box input[type="text"],
.billing_input_box input[type="email"],
.billing_input_box input[type="tel"] {
  height: 60px;
  width: 100%;
  border: none;
  background-color: var(--snksan-extra);
  padding-left: 30px;
  padding-right: 30px;
  border-radius: 0;
  outline: none;
  font-size: 14px;
  color: var(--snksan-gray);
  display: block;
  font-weight: 400;
}

.billing_details .checked-box {
  position: relative;
  display: block;
  margin-top: -4px;
}

.billing_details .checked-box label {
  position: relative;
  display: inline-block;
  padding-left: 30px;
  margin-right: 0px;
  margin-bottom: 0;
  color: var(--snksan-gray);
  font-size: 14px;
  line-height: 26px;
  font-weight: 500;
  text-transform: none;
  cursor: pointer;
  font-family: var(--snksan-font);
}

.billing_details .checked-box input[type="checkbox"] {
  display: none;
}

.billing_details .checked-box input[type="checkbox"]+label span {
  position: absolute;
  top: 2px;
  left: 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  vertical-align: middle;
  background-color: transparent;
  background: var(--snksan-base);
  cursor: pointer;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  border: 0;
}

.billing_details .checked-box label span:before {
  position: absolute;
  top: 4px;
  left: 6px;
  display: block;
  border-bottom: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  content: '';
  width: 6px;
  height: 9px;
  pointer-events: none;
  -webkit-transform-origin: 66% 66%;
  -ms-transform-origin: 66% 66%;
  transform-origin: 66% 66%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  opacity: 0;
}

.billing_details.checked-box input[type="checkbox"]:checked+label span {
  border-color: #ffffff;
}

.billing_details .checked-box input[type="checkbox"]:checked+label span:before {
  opacity: 1;
}

.ship_different_address_title {
  margin-top: 42px;
}

.ship_different_address_title h2 span::before {
  position: relative;
  display: inline-block;
  color: var(--snksan-base);
  font-size: 19px;
  top: -2px;
  left: 15px;
}

.ship_different_address_form .ship_different_input {
  position: relative;
  display: block;
  height: 120px;
}

.ship_different_address_form .ship_different_input textarea {
  font-size: 14px;
  color: var(--snksan-gray);
  height: 140px;
  width: 100%;
  background-color: var(--snksan-extra);
  padding: 15px 30px 20px;
  border: none;
  outline: none;
  margin-bottom: 0px;
  border-radius: 0;
  font-weight: 400;
}

.billing_details_form .select-box .nice-select {
  background-color: var(--snksan-extra);
  border-radius: 0;
  color: var(--snksan-gray);
  font-size: 14px;
  font-weight: 400;
  height: 60px;
  line-height: 60px;
  padding-left: 30px;
  padding-right: 30px;
  width: 100%;
  margin-bottom: 20px;
}

.billing_details_form .select-box .nice-select:after {
  position: absolute;
  right: 30px;
}

.your_order {
  position: relative;
  display: block;
  padding-top: 56px;
}

.your_order h2 {
  font-size: 34px;
  line-height: 34px;
  font-weight: 700;
  margin: 0;
  margin-bottom: 36px;
}

.order_table_box {
  position: relative;
  width: 100%;
  border-bottom: 1px solid #eeede5;
  padding-bottom: 24px;
}

.order_table_detail {
  position: relative;
  width: 100%;
}

.order_table_head {
  position: relative;
  width: 100%;
  border-bottom: 1px solid #eeede5;
  border-top: 1px solid #eeede5;
}

.order_table_head th {
  font-size: 20px;
  color: var(--snksan-black);
  font-weight: 700;
  margin: 0;
  padding: 22px 0 21px;
}

.order_table_head th.right {
  float: right;
}

.order_table_detail tbody td {
  padding: 28px 0 1px;
}

.order_table_detail tbody td.pro__title {
  color: var(--snksan-gray);
  font-size: 16px;
  line-height: 18px;
  font-weight: 400;
}

.order_table_detail tbody td.pro__price {
  color: var(--snksan-gray);
  font-size: 16px;
  line-height: 18px;
  text-align: right;
  font-weight: 400;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.checkout__payment {
  background-color: var(--snksan-extra);
  border-radius: 0;
  padding: 46px 50px 18px;
  margin-bottom: 30px;
}

.checkout__payment__item+.checkout__payment__item {
  margin-top: 40px;
}


.checkout__payment__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: var(--snksan-black);
  font-size: 20px;
  font-weight: 700;
  margin: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 27px;
  cursor: pointer;
}

.checkout__payment__title::before {
  content: '';
  width: 20px;
  height: 20px;
  background-color: #ffffff;
  border: 2px solid #e9e9ee;
  border-radius: 50%;
  margin-right: 10px;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-size: 10px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 15px;
  position: relative;
  top: 2px;
  transition: all 500ms ease;
}

.checkout__payment__title img {
  margin-left: 15px;
}

.checkout__payment__item--active .checkout__payment__title::before {
  background-color: var(--snksan-base);
  border-color: var(--snksan-base);
  content: '\f00c';
}

.checkout__payment__content {
  font-size: 16px;
  line-height: 30px;
  color: var(--snksan-gray);
  font-weight: 400;
  margin-left: 35px;
}
.mfp-iframe-holder .mfp-content {
	width: 42%;
	max-width: unset;
}


/* End */