@charset "UTF-8";
body, h1, .entry-title a, .entry-content h1, h2, .entry-content h2, h3, .entry-content h3, h4, .entry-content h4, h5, .entry-content h5, h6, .entry-content h6 {
  color: #3a3a3a; }

img {
  max-width: 100%; }

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

a:focus {
  outline: thin dotted; }

/*--------------------------------------------------------------
# Heading
--------------------------------------------------------------*/
.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {
  margin-bottom: 20px; }

h1, .entry-content h1 {
  font-size: 40px;
  font-size: 2.6666666666667rem; }

h2, .entry-content h2 {
  font-size: 30px;
  font-size: 2rem; }

h3, .entry-content h3 {
  font-size: 25px;
  font-size: 1.6666666666667rem; }

h4, .entry-content h4 {
  font-size: 20px;
  font-size: 1.3333333333333rem; }

h5, .entry-content h5 {
  font-size: 18px;
  font-size: 1.2rem; }

h6, .entry-content h6 {
  font-size: 15px;
  font-size: 1rem; }

/*--------------------------------------------------------------
# Table
--------------------------------------------------------------*/
table {
  border-collapse: separate;
  border-spacing: 0;
  border-width: 1px 0 0 1px;
  margin: 0 0 1.5em;
  width: 100%; }

td, th {
  padding: 8px;
  text-align: left;
  border-width: 0 1px 1px 0; }

table, td, th {
  border: 1px solid rgba(0, 0, 0, 0.1); }

/* Code  */
code, pre {
  font-size: 0.9rem;
  line-height: 1.50001;
  font-variant-ligatures: none;
  word-wrap: break-word;
  word-break: normal;
  -webkit-tab-size: 4;
  tab-size: 4; }

code {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  background-color: #f8f8f8;
  color: #e01e5a; }

pre {
  margin-bottom: 16px;
  padding: 8px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  background: #f8f8f8; }

blockquote {
  margin: 1.5em 1em 1.5em 3em;
  padding: 1.2em;
  font-size: 1.1em;
  line-height: inherit;
  position: relative;
  border-left: 5px solid rgba(0, 0, 0, 0.05);
  background-color: #fbfbfb; }

.gallery-columns-4 .gallery-item,
.gallery-item {
  margin: 0; }

img {
  vertical-align: middle;
  border-style: none; }

svg {
  overflow: hidden;
  vertical-align: middle; }

/* align */
/* .alignleft,
.alignright{
    margin-top: 0;
} */
/* Colors */
/* Fonts */
/* Z-index */
/* General Setting */
html {
  font-size: 15px; }

body {
  font-size: 15px;
  font-family: "Poppins";
  font-weight: 400; }

/* Mixins */
.no-comments:before {
  font: normal normal normal 14px FontAwesome;
  content: "";
  margin-right: 0.3rem;
  margin-right: 0.4rem;
  font-size: 1.1rem;
  position: relative;
  top: 0.05rem; }

@media (max-width: 768px) {
  .order-mobile-2 {
    -ms-flex-order: 2;
        order: 2; } }

@media (max-width: 768px) {
  .order-mobile-1 {
    -ms-flex-order: 1;
        order: 1; } }

@media (max-width: 768px) {
  .hide-on-mobile {
    display: none !important; } }

.display-on-mobile {
  display: none; }
  @media (max-width: 768px) {
    .display-on-mobile {
      display: block; } }

@keyframes spin {
  0% {
    -ms-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -ms-transform: rotate(1turn);
    transform: rotate(1turn); } }

/* Placeholders */
.fansee-business-btn-primary {
  background: #1a55cb;
  color: #fff;
  border-radius: 10px 0 10px 0;
  padding: 13px 23px;
  position: relative;
  overflow: hidden;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  overflow: hidden;
  transition: all .3s;
  cursor: pointer; }
  .fansee-business-btn-primary i {
    margin-left: 0.3rem; }
  .fansee-business-btn-primary:visited {
    color: #fff; }
  .fansee-business-btn-primary:hover {
    color: #fff;
    text-decoration: none; }

.no-comments {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
  padding: 0.8rem 1rem;
  font-size: 0.9rem; }

/* https://bootsnipp.com/fullscreen/ZkMKE */
.banner-content-left .fansee-business-inner-banner {
  text-align: left; }

.banner-content-left #fansee-business-breadcrumb ul {
  -ms-flex-pack: start;
      justify-content: flex-start; }

.banner-content-left .search-form {
  margin: 0 0 2rem; }

.banner-content-right .fansee-business-inner-banner {
  text-align: right; }

.banner-content-right #fansee-business-breadcrumb ul {
  -ms-flex-pack: end;
      justify-content: flex-end; }

.banner-content-right .search-form {
  margin: 0 0 2rem auto; }

.fansee-business-inner-banner-wrapper {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }

.banner-background-attachment-fixed {
  background-attachment: fixed; }

.fansee-business-left-sidebar .content-order {
  -ms-flex-order: 2;
      order: 2; }
  @media (max-width: 768px) {
    .fansee-business-left-sidebar .content-order {
      -ms-flex-order: 1;
          order: 1; } }

.fansee-business-left-sidebar .sidebar-order {
  -ms-flex-order: 1;
      order: 1;
  padding-right: 50px; }
  @media (max-width: 768px) {
    .fansee-business-left-sidebar .sidebar-order {
      -ms-flex-order: 2;
          order: 2; } }

.fansee-business-right-sidebar .content-order {
  -ms-flex-order: 1;
      order: 1; }

.fansee-business-right-sidebar .sidebar-order {
  -ms-flex-order: 2;
      order: 2;
  padding-left: 50px; }
  @media (max-width: 768px) {
    .fansee-business-right-sidebar .sidebar-order {
      padding-left: 15px; } }

.widget-area .widget:not(:last-child) {
  margin-bottom: 50px; }

.widget-area .widget {
  border-radius: 0.3rem; }
  .widget-area .widget ul li a {
    text-decoration: none; }
  .widget-area .widget .search-form label input.search-field {
    background: #ffffff;
    box-shadow: 0 0 10px 0 #e2e2e2; }

.widget-area #calendar_wrap {
  background: #fff; }

.fansee-business-post .fansee-business-comments a:hover {
  text-decoration: none; }

.fansee-business-post .entry-content-stat + a:hover {
  text-decoration: none; }

.fansee-business-post .fansee-business-date {
  list-style: none;
  padding: 1rem 1.2rem;
  position: absolute;
  z-index: 99;
  background: #fff;
  left: 0.6rem;
  top: 0.6rem;
  text-align: center;
  border-radius: 10px 0;
  font-size: 0.9rem; }
  .fansee-business-post .fansee-business-date .day {
    font-size: 1.5rem;
    font-weight: 700;
    display: block;
    color: #000; }
  .fansee-business-post .fansee-business-date .month {
    display: block; }

.search .fansee-business-post .post-content-wrap {
  padding-bottom: 30px; }

.fansee-business-site-header {
  box-shadow: 0 0 0.5rem 0 rgba(0, 0, 0, 0.1);
  background: #fff; }
  .fansee-business-site-header .custom-logo {
    max-width: 180px; }

.fst-mmenu {
  z-index: 9999; }

.fst-popup-search-wrapper {
  z-index: 999; }

.pagination {
  margin-top: 40px; }
  .pagination .nav-links > * {
    padding: 6px 12px 4px;
    border-radius: 3px; }

.fansee-business-fixed-header .fansee-business-site-header {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 991;
  width: 100%; }
  .fansee-business-fixed-header .fansee-business-site-header + * {
    margin-top: 82px; }

@media (max-width: 576px) {
  .fansee-business-site-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: center;
        align-items: center; } }

.admin-bar .fansee-business-site-header {
  top: 32px; }

.fansee-business-top-bar {
  background: #fff;
  border-bottom: 1px solid #eee; }
  .fansee-business-top-bar .top-bar-content {
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: justify;
        justify-content: space-between; }
  .fansee-business-top-bar .inner-quick-contact ul {
    padding: 0;
    margin: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    list-style: none;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .fansee-business-top-bar .inner-quick-contact ul li {
      color: #7c7c7c;
      padding: 0px 20px 0 0;
      margin: 12px 0;
      font-size: 14px; }
      .fansee-business-top-bar .inner-quick-contact ul li a {
        color: #7c7c7c; }
      .fansee-business-top-bar .inner-quick-contact ul li i {
        margin-right: 10px; }
      .fansee-business-top-bar .inner-quick-contact ul li:last-child {
        border-right: none; }
      @media (max-width: 768px) {
        .fansee-business-top-bar .inner-quick-contact ul li {
          -ms-flex: 0 0 50%;
              flex: 0 0 50%;
          text-align: center; } }
  .fansee-business-top-bar .top-bar-right-content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
        justify-content: flex-end;
    -ms-flex-align: center;
        align-items: center; }
    .fansee-business-top-bar .top-bar-right-content li {
      height: auto; }
    @media (max-width: 768px) {
      .fansee-business-top-bar .top-bar-right-content {
        -ms-flex-pack: center;
            justify-content: center;
        margin-bottom: 10px; } }
  .fansee-business-top-bar .top-bar-btn {
    margin: 0 0 0 30px;
    padding: 12px 30px;
    margin-top: 0;
    background: #1955ca;
    display: inline-block;
    color: #fff;
    font-size: 14px;
    transition: all .3s;
    overflow: hidden;
    position: relative;
    font-weight: 300;
    letter-spacing: 1px; }
    .fansee-business-top-bar .top-bar-btn * {
      z-index: 9;
      position: relative; }
    .fansee-business-top-bar .top-bar-btn:after {
      content: "";
      position: absolute;
      left: 0;
      width: 0;
      height: 100%;
      background: #2419b9;
      top: 0;
      opacity: 0;
      transition: all .3s; }
    .fansee-business-top-bar .top-bar-btn:hover:after {
      opacity: 1;
      width: 100%; }

.fansee-business-container-box {
  max-width: 1240px;
  margin: auto;
  box-shadow: 0 0 4px #0000008f; }
  .fansee-business-container-box section[class^="fansee-business-"] {
    overflow: hidden; }

.entry-meta {
  margin-bottom: 1rem; }
  .entry-meta .url {
    text-decoration: none; }
  .entry-meta .author-info .posted-on a {
    text-decoration: none; }

.post .post-content-wrap:after, .post .post-content-wrap:before {
  content: '';
  display: table;
  clear: both; }

.post .post-categories li a {
  color: #767676; }
  .post .post-categories li a:hover {
    color: #fff; }

.fansee-business-tags-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin-left: 0;
  -ms-flex: 0 0 100%;
      flex: 0 0 100%; }
  .fansee-business-tags-wrapper span {
    margin-right: 10px;
    margin-top: 7px; }
  .fansee-business-tags-wrapper ul {
    padding: 0;
    list-style: none;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0; }
    .fansee-business-tags-wrapper ul li {
      margin-top: 0.3rem; }
      .fansee-business-tags-wrapper ul li a {
        color: #707070;
        background-color: transparent;
        border: 1px solid #086ad8;
        border-radius: 5px 0 5px 0;
        font-size: 11px;
        padding: 4px 7px;
        transition: all .3s;
        margin-right: 6px;
        display: block; }
        .fansee-business-tags-wrapper ul li a:hover {
          color: #fff; }

a:visited {
  color: #000; }

.edit-link {
  margin: 10px 0;
  display: block; }
  .edit-link .post-edit-link {
    color: #767676;
    font-size: 0.9rem; }
    .edit-link .post-edit-link:before {
      font: normal normal normal 14px FontAwesome;
      content: "";
      margin-right: 0.3rem; }

.pagination .prev:before {
  font: normal normal normal 14px FontAwesome;
  content: "";
  margin-right: 0.3rem; }

.pagination .next:after {
  font: normal normal normal 14px FontAwesome;
  content: "";
  margin-right: 0.3rem;
  margin-right: 0;
  margin-left: 0.3rem; }

.container-box {
  max-width: 1200px;
  margin: auto;
  box-shadow: 0 20px 25px -5px rgba(177, 177, 177, 0.1), 0 10px 10px -5px rgba(191, 191, 191, 0.04); }

.fansee-business-arrow {
  position: absolute;
  top: 50%;
  z-index: 1;
  -ms-transform: translate(0, -50%);
      transform: translate(0, -50%);
  cursor: pointer;
  transition: all .3s;
  background: transparent;
  border: 0; }
  .fansee-business-arrow svg {
    width: 35px;
    height: 35px;
    opacity: 1;
    transition: all .3s;
    fill: #fff; }
    .fansee-business-arrow svg:hover {
      fill: #1a55cb; }
  .fansee-business-arrow:focus {
    outline: thin dotted; }

.fansee-business-arrow-prev {
  left: 30px; }
  .fansee-business-arrow-prev:hover {
    left: 35px; }
  @media (max-width: 768px) {
    .fansee-business-arrow-prev {
      left: 0; }
      .fansee-business-arrow-prev:hover {
        left: 5px; } }

.fansee-business-arrow-next {
  right: 30px; }
  .fansee-business-arrow-next:hover {
    right: 35px; }
  @media (max-width: 768px) {
    .fansee-business-arrow-next {
      right: 0; }
      .fansee-business-arrow-next:hover {
        right: 5px; } }

.fansee-business-testimonial .fansee-business-arrow.fansee-business-arrow-prev {
  left: -40px; }
  @media (max-width: 576px) {
    .fansee-business-testimonial .fansee-business-arrow.fansee-business-arrow-prev {
      left: -10px; } }

.fansee-business-testimonial .fansee-business-arrow.fansee-business-arrow-next {
  right: -40px; }
  @media (max-width: 576px) {
    .fansee-business-testimonial .fansee-business-arrow.fansee-business-arrow-next {
      right: -10px; } }

.fansee-business-testimonial .fansee-business-arrow svg {
  fill: #1a55cb; }

ul.slick-dots {
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  bottom: 30px;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 100%;
  z-index: 99; }
  ul.slick-dots li button {
    background: transparent;
    border: none;
    color: transparent;
    position: relative;
    width: 35px;
    margin: 0 2px;
    cursor: pointer; }
    ul.slick-dots li button:before {
      left: 0;
      content: "";
      background: #bdbdbd;
      width: 30px;
      height: 6px;
      position: absolute;
      border-radius: 10px; }
    ul.slick-dots li button:focus {
      outline: thin dotted #fff; }
  ul.slick-dots li.slick-active button:before {
    background: #fff; }

.fansee-business-testimonial ul.slick-dots {
  bottom: -20px; }
  .fansee-business-testimonial ul.slick-dots li.slick-active button:before {
    background: #1a55cb; }

.fansee-business-header-btn {
  margin-left: 30px; }

.fansee-business-btn-primary:after {
  content: "";
  position: absolute;
  left: 0;
  width: 0;
  height: 100%;
  background: #2419b9;
  top: 0;
  opacity: 0;
  transition: all .3s;
  border-radius: 10px 0 10px 0; }

.fansee-business-btn-primary > * {
  position: relative;
  z-index: 99; }

.fansee-business-btn-primary:hover:after {
  opacity: 1;
  width: 100%; }

.fansee-business-btn-primary:focus {
  outline: thin dotted #000; }

.fansee-business-btn-primary.btn-external-link {
  background: #fff !important;
  color: #1a55cb;
  margin-left: 20px; }
  .fansee-business-btn-primary.btn-external-link:hover {
    color: #fff !important; }

.fansee-business-section-title {
  font-size: 40px;
  text-transform: uppercase;
  font-weight: 900;
  margin: 0 0 50px;
  z-index: 9;
  position: relative; }
  .fansee-business-section-title.section-title-black {
    color: #000; }
  .fansee-business-section-title.section-title-white {
    color: #fff; }
  @media (max-width: 768px) {
    .fansee-business-section-title {
      font-size: 28px; } }

.fansee-business-content-center {
  text-align: center;
  max-width: 560px;
  margin: auto;
  position: relative; }
  .fansee-business-content-center .fansee-business-section-title {
    margin-bottom: 30px; }
  .fansee-business-content-center p {
    line-height: 1.8; }

ul[id^='social-menu-'],
ul[id^='social-menu'],
ul[id^='menu-social-'],
ul[id^='menu-social'],
.fansee-business-demo-social-menu {
  margin: 0;
  padding: 0;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center; }
  ul[id^='social-menu-'] li,
  ul[id^='social-menu'] li,
  ul[id^='menu-social-'] li,
  ul[id^='menu-social'] li,
  .fansee-business-demo-social-menu li {
    display: -ms-flexbox;
    display: flex; }
    ul[id^='social-menu-'] li a,
    ul[id^='social-menu'] li a,
    ul[id^='menu-social-'] li a,
    ul[id^='menu-social'] li a,
    .fansee-business-demo-social-menu li a {
      font-size: 0 !important; }
      ul[id^='social-menu-'] li a span,
      ul[id^='social-menu'] li a span,
      ul[id^='menu-social-'] li a span,
      ul[id^='menu-social'] li a span,
      .fansee-business-demo-social-menu li a span {
        display: none; }
      ul[id^='social-menu-'] li a:before,
      ul[id^='social-menu'] li a:before,
      ul[id^='menu-social-'] li a:before,
      ul[id^='menu-social'] li a:before,
      .fansee-business-demo-social-menu li a:before {
        display: -ms-flexbox;
        display: flex;
        font-family: fontAwesome;
        color: #fff;
        padding: 10px;
        margin-left: 10px;
        width: 25px;
        height: 25px;
        -ms-flex-align: center;
            align-items: center;
        -ms-flex-pack: center;
            justify-content: center;
        border-radius: 0;
        transition: all .3s;
        font-size: 16px; }
      ul[id^='social-menu-'] li a[href*="facebook.com"]:before, ul[id^='social-menu-'] li a[href*="fb.me"]:before,
      ul[id^='social-menu'] li a[href*="facebook.com"]:before,
      ul[id^='social-menu'] li a[href*="fb.me"]:before,
      ul[id^='menu-social-'] li a[href*="facebook.com"]:before,
      ul[id^='menu-social-'] li a[href*="fb.me"]:before,
      ul[id^='menu-social'] li a[href*="facebook.com"]:before,
      ul[id^='menu-social'] li a[href*="fb.me"]:before,
      .fansee-business-demo-social-menu li a[href*="facebook.com"]:before,
      .fansee-business-demo-social-menu li a[href*="fb.me"]:before {
        content: "\f09a";
        background: #1877f2; }
      ul[id^='social-menu-'] li a[href^="tel:"]:before,
      ul[id^='social-menu'] li a[href^="tel:"]:before,
      ul[id^='menu-social-'] li a[href^="tel:"]:before,
      ul[id^='menu-social'] li a[href^="tel:"]:before,
      .fansee-business-demo-social-menu li a[href^="tel:"]:before {
        content: "\f095";
        background: #000; }
      ul[id^='social-menu-'] li a[href*="twitter.com"]:before,
      ul[id^='social-menu'] li a[href*="twitter.com"]:before,
      ul[id^='menu-social-'] li a[href*="twitter.com"]:before,
      ul[id^='menu-social'] li a[href*="twitter.com"]:before,
      .fansee-business-demo-social-menu li a[href*="twitter.com"]:before {
        content: "\f099";
        background: #1da1f2; }
      ul[id^='social-menu-'] li a[href*="linkedin.com"]:before,
      ul[id^='social-menu'] li a[href*="linkedin.com"]:before,
      ul[id^='menu-social-'] li a[href*="linkedin.com"]:before,
      ul[id^='menu-social'] li a[href*="linkedin.com"]:before,
      .fansee-business-demo-social-menu li a[href*="linkedin.com"]:before {
        content: "\f0e1";
        background: #007bb5; }
      ul[id^='social-menu-'] li a[href*="wordpress.org"]:before, ul[id^='social-menu-'] li a[href*="wordpress.com"]:before,
      ul[id^='social-menu'] li a[href*="wordpress.org"]:before,
      ul[id^='social-menu'] li a[href*="wordpress.com"]:before,
      ul[id^='menu-social-'] li a[href*="wordpress.org"]:before,
      ul[id^='menu-social-'] li a[href*="wordpress.com"]:before,
      ul[id^='menu-social'] li a[href*="wordpress.org"]:before,
      ul[id^='menu-social'] li a[href*="wordpress.com"]:before,
      .fansee-business-demo-social-menu li a[href*="wordpress.org"]:before,
      .fansee-business-demo-social-menu li a[href*="wordpress.com"]:before {
        content: "\f19a";
        background: #0073aa; }
      ul[id^='social-menu-'] li a[href*="instagram.com"]:before,
      ul[id^='social-menu'] li a[href*="instagram.com"]:before,
      ul[id^='menu-social-'] li a[href*="instagram.com"]:before,
      ul[id^='menu-social'] li a[href*="instagram.com"]:before,
      .fansee-business-demo-social-menu li a[href*="instagram.com"]:before {
        content: "\f16d";
        background: #c32aa3; }
      ul[id^='social-menu-'] li a[href*="youtube.com"]:before,
      ul[id^='social-menu'] li a[href*="youtube.com"]:before,
      ul[id^='menu-social-'] li a[href*="youtube.com"]:before,
      ul[id^='menu-social'] li a[href*="youtube.com"]:before,
      .fansee-business-demo-social-menu li a[href*="youtube.com"]:before {
        content: "\f167";
        background: #ff0000; }
      ul[id^='social-menu-'] li a[href*="vimeo.com"]:before,
      ul[id^='social-menu'] li a[href*="vimeo.com"]:before,
      ul[id^='menu-social-'] li a[href*="vimeo.com"]:before,
      ul[id^='menu-social'] li a[href*="vimeo.com"]:before,
      .fansee-business-demo-social-menu li a[href*="vimeo.com"]:before {
        content: "\f27d";
        background: #1ab7ea; }
      ul[id^='social-menu-'] li a[href*="dribbble.com"]:before,
      ul[id^='social-menu'] li a[href*="dribbble.com"]:before,
      ul[id^='menu-social-'] li a[href*="dribbble.com"]:before,
      ul[id^='menu-social'] li a[href*="dribbble.com"]:before,
      .fansee-business-demo-social-menu li a[href*="dribbble.com"]:before {
        content: "\f17d";
        background: #ea4c89; }
      ul[id^='social-menu-'] li a[href*="aboutme.google.com"]:before,
      ul[id^='social-menu'] li a[href*="aboutme.google.com"]:before,
      ul[id^='menu-social-'] li a[href*="aboutme.google.com"]:before,
      ul[id^='menu-social'] li a[href*="aboutme.google.com"]:before,
      .fansee-business-demo-social-menu li a[href*="aboutme.google.com"]:before {
        content: "\f0d5";
        background: #db4437; }
      ul[id^='social-menu-'] li a[href*="vine.com"]:before,
      ul[id^='social-menu'] li a[href*="vine.com"]:before,
      ul[id^='menu-social-'] li a[href*="vine.com"]:before,
      ul[id^='menu-social'] li a[href*="vine.com"]:before,
      .fansee-business-demo-social-menu li a[href*="vine.com"]:before {
        content: "\f1ca";
        background: #00b489; }
      ul[id^='social-menu-'] li a[href*="whatsapp.com"]:before,
      ul[id^='social-menu'] li a[href*="whatsapp.com"]:before,
      ul[id^='menu-social-'] li a[href*="whatsapp.com"]:before,
      ul[id^='menu-social'] li a[href*="whatsapp.com"]:before,
      .fansee-business-demo-social-menu li a[href*="whatsapp.com"]:before {
        content: "\f232";
        background: #25d366; }
      ul[id^='social-menu-'] li a[href*="wechat.com"]:before,
      ul[id^='social-menu'] li a[href*="wechat.com"]:before,
      ul[id^='menu-social-'] li a[href*="wechat.com"]:before,
      ul[id^='menu-social'] li a[href*="wechat.com"]:before,
      .fansee-business-demo-social-menu li a[href*="wechat.com"]:before {
        content: "\f1d7";
        background: #25d366; }
      ul[id^='social-menu-'] li a[href*="line.com"]:before,
      ul[id^='social-menu'] li a[href*="line.com"]:before,
      ul[id^='menu-social-'] li a[href*="line.com"]:before,
      ul[id^='menu-social'] li a[href*="line.com"]:before,
      .fansee-business-demo-social-menu li a[href*="line.com"]:before {
        content: "\f0e5";
        background: #25d366; }
      ul[id^='social-menu-'] li a[href*="snapchat.com"]:before,
      ul[id^='social-menu'] li a[href*="snapchat.com"]:before,
      ul[id^='menu-social-'] li a[href*="snapchat.com"]:before,
      ul[id^='menu-social'] li a[href*="snapchat.com"]:before,
      .fansee-business-demo-social-menu li a[href*="snapchat.com"]:before {
        content: "\f2ac";
        background: #fffc00; }
      ul[id^='social-menu-'] li a[href*="mailto:"]:before,
      ul[id^='social-menu'] li a[href*="mailto:"]:before,
      ul[id^='menu-social-'] li a[href*="mailto:"]:before,
      ul[id^='menu-social'] li a[href*="mailto:"]:before,
      .fansee-business-demo-social-menu li a[href*="mailto:"]:before {
        content: "\f0e0";
        background: #ff0000; }
      ul[id^='social-menu-'] li a[href*="github.com"]:before,
      ul[id^='social-menu'] li a[href*="github.com"]:before,
      ul[id^='menu-social-'] li a[href*="github.com"]:before,
      ul[id^='menu-social'] li a[href*="github.com"]:before,
      .fansee-business-demo-social-menu li a[href*="github.com"]:before {
        content: "\f09b";
        background: #000; }
    ul[id^='social-menu-'] li:first-child a:before,
    ul[id^='social-menu'] li:first-child a:before,
    ul[id^='menu-social-'] li:first-child a:before,
    ul[id^='menu-social'] li:first-child a:before,
    .fansee-business-demo-social-menu li:first-child a:before {
      margin-left: 0; }

.fansee-business-demo-social-menu li:first-child a:before {
  content: "\f09a";
  color: #1877f2; }

.fansee-business-demo-social-menu li:nth-child(2) a:before {
  content: "\f099";
  color: #1da1f2; }

.fansee-business-demo-social-menu li:nth-child(3) a:before {
  content: "\f0e1";
  color: #007bb5; }

.fansee-business-demo-social-menu li:nth-child(4) a:before {
  content: "\f16d";
  color: #c32aa3; }

ul[id^='social-menu-'],
ul[id^='social-menu'],
ul[id^='menu-social-'],
ul[id^='menu-social'] {
  -ms-flex-pack: start;
      justify-content: flex-start; }
  ul[id^='social-menu-'] li a,
  ul[id^='social-menu'] li a,
  ul[id^='menu-social-'] li a,
  ul[id^='menu-social'] li a {
    font-size: 0; }

ul#social-menu-footer {
  -ms-flex-pack: center;
      justify-content: center; }

.fansee-business-wave-buttom {
  overflow: hidden;
  position: absolute;
  left: 0;
  width: 100%;
  line-height: 0;
  direction: ltr;
  z-index: 1;
  bottom: -1px;
  -ms-transform: rotate(180deg);
      transform: rotate(180deg); }
  .fansee-business-wave-buttom svg {
    fill: #fff;
    height: 89px;
    width: calc( 161% + 1.3px);
    transform: translateX(-50%) rotateY(180deg);
    position: relative;
    left: 50%; }
    .fansee-business-wave-buttom svg:not(:root) {
      overflow: hidden; }
  @media (max-width: 576px) {
    .fansee-business-wave-buttom {
      display: none; } }
  .fansee-business-wave-buttom.small-wave {
    bottom: -1px; }
    .fansee-business-wave-buttom.small-wave svg {
      height: 21px; }

.fansee-business-stt {
  position: fixed;
  bottom: 90px;
  background: #1955ca;
  height: 50px;
  width: 50px;
  display: none;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  border-radius: 3px;
  z-index: 9999;
  cursor: pointer;
  color: #fff;
  line-height: 50px;
  text-align: center;
  right: 25px; }

/* 
<svg width="" style=""><circle cx="70" cy="70" r="30" fill="#ddd" style=""></circle></svg>
*/
.fansee-business-loader-wrapper {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  min-height: 100vh;
  background: #fff;
  z-index: 99999; }
  .fansee-business-loader-wrapper .fansee-business-loader {
    position: relative;
    width: 150px;
    height: 150px;
    animation: rotate 4s linear infinite; }
    .fansee-business-loader-wrapper .fansee-business-loader circle {
      width: 100%;
      height: 100%;
      fill: none;
      stroke-width: 5px;
      stroke: #4285f4;
      stroke-linecap: round;
      -ms-transform: translate(5px, 5px);
          transform: translate(5px, 5px);
      stroke-dasharray: 210;
      stroke-dashoffset: 210;
      animation: animate 2s linear infinite; }

@keyframes rotate {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

@keyframes animate {
  0%, 100% {
    stroke-dashoffset: 210; }
  50% {
    stroke-dashoffset: 0; }
  50.1% {
    stroke-dashoffset: 400; } }

form.wpcf7-form {
  margin-top: 50px; }
  form.wpcf7-form label {
    display: block;
    font-size: 0.8rem;
    margin-bottom: 0.1rem;
    color: gray; }
  form.wpcf7-form input:not([type="submit"]):not([type="checkbox"]):not([type="button"]),
  form.wpcf7-form select,
  form.wpcf7-form textarea {
    background-color: #F4F8F7;
    max-width: 100% !important;
    width: 100%;
    border: none;
    padding: 0.7rem;
    border: none;
    font-size: 0.9rem;
    border-radius: 0.2rem;
    color: #666666; }
  form.wpcf7-form input[type=submit],
  form.wpcf7-form button[type="submit"] {
    border: none;
    padding: 0.6rem 2.5rem;
    display: block;
    color: #F4F8F7;
    line-height: 1.8;
    cursor: pointer;
    transition: all .3s;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 10px 0 10px 0; }
    form.wpcf7-form input[type=submit]:hover,
    form.wpcf7-form button[type="submit"]:hover {
      background: #2419b9; }

.fansee-business-feature-slider-inner, .fansee-business-cta-section {
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center !important; }

.fansee-business-slider-section {
  overflow: hidden; }

.fansee-business-feature-slider-inner {
  height: 90vh;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-align: center;
      align-items: center;
  position: relative; }
  .fansee-business-feature-slider-inner:after {
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    background: #00000063;
    left: 0;
    top: 0;
    z-index: 1; }
  .fansee-business-feature-slider-inner .fansee-business-feature-slider-inner-content {
    position: relative;
    z-index: 99;
    max-width: 800px;
    width: 100%;
    margin: auto;
    text-align: center;
    padding: 0 15px; }
    .fansee-business-feature-slider-inner .fansee-business-feature-slider-inner-content h2 {
      font-size: 58px;
      font-weight: 600;
      opacity: 0;
      transition: all 1s ease-in-out 0.3s;
      line-height: 1.2;
      color: #fff; }
      .fansee-business-feature-slider-inner .fansee-business-feature-slider-inner-content h2 a {
        color: #fff; }
      @media (max-width: 768px) {
        .fansee-business-feature-slider-inner .fansee-business-feature-slider-inner-content h2 {
          font-size: 32px; } }
    .fansee-business-feature-slider-inner .fansee-business-feature-slider-inner-content p {
      color: #e1e1e1;
      opacity: 0;
      transition: all 1s ease-in-out 0.5s;
      font-size: 16px;
      font-weight: 300;
      line-height: 1.6; }
    .fansee-business-feature-slider-inner .fansee-business-feature-slider-inner-content .btn-group {
      margin-top: 70px;
      opacity: 0;
      transition: all 1.5s ease-in-out 0.5s; }
  @media (max-width: 768px) {
    .fansee-business-feature-slider-inner {
      height: 80vh; } }

.fansee-business-slider-section {
  position: relative; }
  .fansee-business-slider-section .slick-active .fansee-business-feature-slider-inner-content h2,
  .fansee-business-slider-section .slick-active .fansee-business-feature-slider-inner-content .btn-group,
  .fansee-business-slider-section .slick-active .fansee-business-feature-slider-inner-content p {
    opacity: 1; }

.fansee-business-slider-section {
  position: relative; }

.fansee-business-about-section {
  padding: 120px 0; }
  .fansee-business-about-section .fansee-business-about-text-wrapper {
    padding-right: 50px; }
    .fansee-business-about-section .fansee-business-about-text-wrapper p {
      margin: 0 0 50px;
      line-height: 1.8; }
    @media (max-width: 768px) {
      .fansee-business-about-section .fansee-business-about-text-wrapper {
        padding-right: 0; } }
  @media (max-width: 768px) {
    .fansee-business-about-section {
      padding: 60px 0;
      text-align: center; } }

.fansee-business-about-image {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center; }
  .fansee-business-about-image:after {
    height: 100%;
    width: 100%;
    content: "";
    background: #f5f5f5;
    position: absolute;
    left: 25px;
    top: 25px;
    z-index: -1;
    border-radius: 20px 0px 20px 0px; }
  .fansee-business-about-image .about-image-with-shadow {
    border-radius: 20px 0px 20px 0px;
    box-shadow: 0 5px 40px 0 rgba(0, 0, 0, 0.11); }
  @media (max-width: 992px) {
    .fansee-business-about-image {
      margin-top: 50px; }
      .fansee-business-about-image:after {
        display: none; } }
  .fansee-business-about-image .popup-youtube {
    position: absolute;
    top: 50%;
    -ms-transform: translate(0, -50%);
        transform: translate(0, -50%);
    z-index: 1;
    transition: all .3s;
    color: #1a55cb;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    font-size: 32px;
    border: 2px solid transparent;
    box-shadow: 0px 0px 0px 2px #fff; }
    .fansee-business-about-image .popup-youtube > i {
      background: #fff;
      width: 73px;
      height: 73px;
      border-radius: 50%;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: center;
          justify-content: center;
      transition: all .4s; }
  .fansee-business-about-image:hover .popup-youtube {
    color: #fff; }
    .fansee-business-about-image:hover .popup-youtube i {
      background: #1a55cb; }

.fansee-business-service-section {
  padding: 110px 0 200px;
  position: relative; }
  .fansee-business-service-section > svg {
    position: absolute;
    left: -10%;
    top: 0; }
    @media (max-width: 768px) {
      .fansee-business-service-section > svg {
        display: none; } }
  .fansee-business-service-section .fansee-business-services-icon-box-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -15px; }
    .fansee-business-service-section .fansee-business-services-icon-box-wrapper .fansee-business-services-icon-box {
      max-width: 33.33%;
      -ms-flex: 0 0 33.33%;
          flex: 0 0 33.33%;
      padding: 15px; }
      @media (max-width: 768px) {
        .fansee-business-service-section .fansee-business-services-icon-box-wrapper .fansee-business-services-icon-box {
          max-width: 50%;
          -ms-flex: 0 0 50%;
              flex: 0 0 50%; } }
    .fansee-business-service-section .fansee-business-services-icon-box-wrapper .fansee-business-services-icon-box-inner {
      box-shadow: 0 5px 40px 0 rgba(0, 0, 0, 0.11);
      padding: 40px 20px;
      text-align: center;
      border-radius: 20px 0px 20px 0px;
      height: 100%;
      position: relative;
      overflow: hidden;
      background: #fff;
      -ms-transform: translateY(0);
          transform: translateY(0);
      transition: all .3s; }
      .fansee-business-service-section .fansee-business-services-icon-box-wrapper .fansee-business-services-icon-box-inner * {
        position: relative;
        z-index: 9; }
      .fansee-business-service-section .fansee-business-services-icon-box-wrapper .fansee-business-services-icon-box-inner h3 {
        margin: 35px auto 0;
        font-size: 15px;
        font-weight: 700;
        color: #000;
        text-transform: uppercase;
        padding: 0 7px;
        word-break: keep-all; }
      .fansee-business-service-section .fansee-business-services-icon-box-wrapper .fansee-business-services-icon-box-inner a {
        height: 100%;
        width: 100%;
        display: block; }
      .fansee-business-service-section .fansee-business-services-icon-box-wrapper .fansee-business-services-icon-box-inner:hover {
        -ms-transform: translateY(-8px);
            transform: translateY(-8px); }
        .fansee-business-service-section .fansee-business-services-icon-box-wrapper .fansee-business-services-icon-box-inner:hover h3 {
          color: #1a55cb; }
      .fansee-business-service-section .fansee-business-services-icon-box-wrapper .fansee-business-services-icon-box-inner img {
        max-width: 60px; }
      @media (max-width: 768px) {
        .fansee-business-service-section .fansee-business-services-icon-box-wrapper .fansee-business-services-icon-box-inner {
          padding: 20px 15px; } }
  .fansee-business-service-section .fansee-business-services-text-wrapper {
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-align: center;
        align-items: center;
    padding-left: 60px; }
    .fansee-business-service-section .fansee-business-services-text-wrapper .fansee-business-services-text-desc {
      margin: 0 0 50px;
      line-height: 1.8; }
      @media (max-width: 768px) {
        .fansee-business-service-section .fansee-business-services-text-wrapper .fansee-business-services-text-desc {
          margin: 0 0 25px; } }
    @media (max-width: 768px) {
      .fansee-business-service-section .fansee-business-services-text-wrapper {
        padding-left: 0;
        text-align: center;
        margin-bottom: 40px; } }
  @media (max-width: 768px) {
    .fansee-business-service-section {
      padding: 0 0 60px 0; } }

.more-services-mbl {
  text-align: center;
  margin-top: 30px; }

.fansee-business-team-section {
  padding-bottom: 120px;
  position: relative; }
  .fansee-business-team-section > svg {
    position: absolute;
    right: -181px;
    top: 0; }
    @media (max-width: 768px) {
      .fansee-business-team-section > svg {
        display: none; } }
  .fansee-business-team-section .fansee-business-content-center {
    margin-bottom: 75px; }
    @media (max-width: 768px) {
      .fansee-business-team-section .fansee-business-content-center {
        margin-bottom: 45px; } }
  .fansee-business-team-section .fansee-business-team-box {
    box-shadow: 0 5px 40px 0 rgba(0, 0, 0, 0.11);
    background: #fff;
    position: relative;
    transition: all .3s;
    -ms-transform: translateY(0);
        transform: translateY(0); }
    .fansee-business-team-section .fansee-business-team-box .fansee-business-team-description {
      text-align: center;
      padding: 30px 15px; }
      .fansee-business-team-section .fansee-business-team-box .fansee-business-team-description h3 {
        margin: 0;
        font-size: 16px;
        color: #000; }
      .fansee-business-team-section .fansee-business-team-box .fansee-business-team-description h4 {
        margin: 10px 0 0;
        color: #707070;
        font-size: 14px;
        font-weight: 400; }
    .fansee-business-team-section .fansee-business-team-box a {
      position: absolute;
      height: 100%;
      width: 100%;
      top: 0;
      left: 0; }
    .fansee-business-team-section .fansee-business-team-box:hover {
      -ms-transform: translateY(-10px);
          transform: translateY(-10px); }
      .fansee-business-team-section .fansee-business-team-box:hover h3 {
        color: #1a55cb; }
    @media (max-width: 768px) {
      .fansee-business-team-section .fansee-business-team-box {
        margin-bottom: 40px;
        text-align: center; } }
  .fansee-business-team-section .fansee-business-team-btn {
    text-align: center;
    margin-top: 50px; }
  .fansee-business-team-section .fansee-business-team-image {
    position: relative; }
  @media (max-width: 768px) {
    .fansee-business-team-section {
      padding-bottom: 60px; } }

/* team page template */
.page-template-team-archive .fansee-business-team-section {
  padding-bottom: 0; }
  .page-template-team-archive .fansee-business-team-section .fansee-business-team-box {
    margin-bottom: 30px; }

/* team per row */
.fansee-business-team-col-inner {
  padding: 15px; }

.fansee-business-team-col-2 .fansee-business-team-col-inner {
  max-width: 50%;
  -ms-flex: 0 0 50%;
      flex: 0 0 50%; }
  @media (max-width: 576px) {
    .fansee-business-team-col-2 .fansee-business-team-col-inner {
      max-width: 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%; } }

.fansee-business-team-col-3 .fansee-business-team-col-inner {
  max-width: 33.33%;
  -ms-flex: 0 0 33.33%;
      flex: 0 0 33.33%; }
  @media (max-width: 576px) {
    .fansee-business-team-col-3 .fansee-business-team-col-inner {
      max-width: 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%; } }

.fansee-business-team-col-4 .fansee-business-team-col-inner {
  max-width: 25%;
  -ms-flex: 0 0 25%;
      flex: 0 0 25%; }
  @media (max-width: 768px) {
    .fansee-business-team-col-4 .fansee-business-team-col-inner {
      max-width: 50%;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%; } }
  @media (max-width: 576px) {
    .fansee-business-team-col-4 .fansee-business-team-col-inner {
      max-width: 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%; } }

.fansee-business-cta-section {
  background-attachment: fixed !important;
  padding: 130px 0;
  position: relative; }
  .fansee-business-cta-section .fansee-business-cta-text {
    max-width: 850px;
    text-align: center;
    margin: auto;
    position: relative;
    z-index: 1; }
    .fansee-business-cta-section .fansee-business-cta-text p {
      color: #fff;
      line-height: 1.8;
      margin: 0 auto 50px;
      width: 80%; }
  .fansee-business-cta-section:after {
    position: absolute;
    background: #073b9e;
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    opacity: .5; }

.fansee-business-blog-section {
  padding: 120px 0;
  position: relative; }
  .fansee-business-blog-section > svg {
    position: absolute;
    top: 150px;
    left: -50%;
    -ms-transform: translateX(50%);
        transform: translateX(50%); }
    @media (max-width: 768px) {
      .fansee-business-blog-section > svg {
        display: none; } }
  .fansee-business-blog-section .fansee-business-content-center {
    margin-bottom: 75px; }
    @media (max-width: 768px) {
      .fansee-business-blog-section .fansee-business-content-center {
        margin-bottom: 45px; } }
  .fansee-business-blog-section .fansee-business-news-box {
    box-shadow: 0 5px 40px 0 rgba(0, 0, 0, 0.11);
    background: #fff;
    border-radius: 3px;
    overflow: hidden;
    transition: all .3s;
    -ms-transform: translateY(0);
        transform: translateY(0); }
    .fansee-business-blog-section .fansee-business-news-box .fansee-business-news-content {
      padding: 35px 25px; }
      .fansee-business-blog-section .fansee-business-news-box .fansee-business-news-content h3 {
        font-size: 18px;
        margin: 0; }
        .fansee-business-blog-section .fansee-business-news-box .fansee-business-news-content h3 a {
          color: #000; }
      .fansee-business-blog-section .fansee-business-news-box .fansee-business-news-content p {
        margin-bottom: 0;
        line-height: 1.8; }
      .fansee-business-blog-section .fansee-business-news-box .fansee-business-news-content .fansee-business-news-box-meta {
        margin: 25px 0 0; }
        .fansee-business-blog-section .fansee-business-news-box .fansee-business-news-content .fansee-business-news-box-meta h4 {
          margin: 0 0 15px;
          color: #000;
          font-size: 12px;
          text-transform: uppercase; }
        .fansee-business-blog-section .fansee-business-news-box .fansee-business-news-content .fansee-business-news-box-meta .post-categories a {
          color: #707070;
          background-color: transparent;
          border: 1px solid #1a55cb;
          border-radius: 5px 0 5px 0;
          font-size: 11px;
          padding: 4px 7px;
          transition: all .3s;
          margin-right: 6px; }
          .fansee-business-blog-section .fansee-business-news-box .fansee-business-news-content .fansee-business-news-box-meta .post-categories a:hover {
            background: #1a55cb;
            color: #fff; }
    .fansee-business-blog-section .fansee-business-news-box .fansee-business-news-img {
      position: relative;
      display: block; }
    .fansee-business-blog-section .fansee-business-news-box .fansee-business-news-date {
      position: absolute;
      top: 15px;
      right: 15px;
      background: #fff;
      padding: 20px 15px;
      border-radius: 10px 0; }
      .fansee-business-blog-section .fansee-business-news-box .fansee-business-news-date a {
        display: block; }
        .fansee-business-blog-section .fansee-business-news-box .fansee-business-news-date a:focus {
          outline: thin dotted; }
      .fansee-business-blog-section .fansee-business-news-box .fansee-business-news-date span {
        display: block;
        text-align: center;
        line-height: 1; }
        .fansee-business-blog-section .fansee-business-news-box .fansee-business-news-date span.news-post-day {
          font-size: 18px;
          color: #1a55cb;
          margin-bottom: 5px; }
        .fansee-business-blog-section .fansee-business-news-box .fansee-business-news-date span.news-post-month {
          margin-bottom: 8px;
          font-size: 13px; }
        .fansee-business-blog-section .fansee-business-news-box .fansee-business-news-date span.news-post-year {
          color: #000;
          margin-top: 5px; }
    .fansee-business-blog-section .fansee-business-news-box:hover {
      -ms-transform: translateY(-6px);
          transform: translateY(-6px); }
      .fansee-business-blog-section .fansee-business-news-box:hover h3 a {
        color: #1a55cb; }
    @media (max-width: 768px) {
      .fansee-business-blog-section .fansee-business-news-box {
        margin-bottom: 20px; } }
  .fansee-business-blog-section .fansee-business-news-more-btn {
    text-align: center;
    margin-top: 50px; }
  @media (max-width: 768px) {
    .fansee-business-blog-section {
      padding: 60px 0; } }

/* news per row */
.fansee-business-blog-col-inner {
  padding: 15px; }

.fansee-business-blog-col-2 .fansee-business-blog-col-inner {
  max-width: 50%;
  -ms-flex: 0 0 50%;
      flex: 0 0 50%; }
  @media (max-width: 576px) {
    .fansee-business-blog-col-2 .fansee-business-blog-col-inner {
      max-width: 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%; } }

.fansee-business-blog-col-3 .fansee-business-blog-col-inner {
  max-width: 33.33%;
  -ms-flex: 0 0 33.33%;
      flex: 0 0 33.33%; }
  @media (max-width: 576px) {
    .fansee-business-blog-col-3 .fansee-business-blog-col-inner {
      max-width: 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%; } }

.fansee-business-blog-col-4 .fansee-business-blog-col-inner {
  max-width: 25%;
  -ms-flex: 0 0 25%;
      flex: 0 0 25%; }
  @media (max-width: 768px) {
    .fansee-business-blog-col-4 .fansee-business-blog-col-inner {
      max-width: 50%;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%; } }
  @media (max-width: 576px) {
    .fansee-business-blog-col-4 .fansee-business-blog-col-inner {
      max-width: 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%; } }

.fansee-business-testimonial-section {
  padding-bottom: 120px;
  position: relative; }
  .fansee-business-testimonial-section > svg {
    position: absolute;
    right: -9%;
    top: 18%; }
    @media (max-width: 768px) {
      .fansee-business-testimonial-section > svg {
        display: none; } }
  .fansee-business-testimonial-section .fansee-business-content-center {
    margin-bottom: 90px; }
    @media (max-width: 768px) {
      .fansee-business-testimonial-section .fansee-business-content-center {
        margin-bottom: 40px; } }
  .fansee-business-testimonial-section .fansee-business-testimonials-box {
    box-shadow: 0px 0px 17px #0000002b;
    padding: 50px 30px;
    border-radius: 20px 0px 20px 0px;
    position: relative;
    background: #fff;
    margin: 40px 20px;
    transition: all .3s; }
    .fansee-business-testimonial-section .fansee-business-testimonials-box i {
      position: absolute;
      top: -35px;
      font-size: 70px;
      left: 0;
      color: #c0c0c0; }
      @media (max-width: 768px) {
        .fansee-business-testimonial-section .fansee-business-testimonials-box i {
          top: -20px;
          font-size: 35px; } }
    .fansee-business-testimonial-section .fansee-business-testimonials-box p {
      line-height: 1.8; }
    .fansee-business-testimonial-section .fansee-business-testimonials-box h3 {
      margin: 0;
      font-size: 18px;
      color: #1a55cb; }
      .fansee-business-testimonial-section .fansee-business-testimonials-box h3 a {
        color: #1a55cb; }
    .fansee-business-testimonial-section .fansee-business-testimonials-box .fansee-business-testimonials-client-info {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center; }
      .fansee-business-testimonial-section .fansee-business-testimonials-box .fansee-business-testimonials-client-info .fansee-business-testimonials-image {
        height: 70px;
        width: 70px;
        overflow: hidden;
        border-radius: 50%; }
        .fansee-business-testimonial-section .fansee-business-testimonials-box .fansee-business-testimonials-client-info .fansee-business-testimonials-image > img {
          max-width: 70px; }
      .fansee-business-testimonial-section .fansee-business-testimonials-box .fansee-business-testimonials-client-info .fansee-business-testimonials-name {
        padding-left: 15px; }
        .fansee-business-testimonial-section .fansee-business-testimonials-box .fansee-business-testimonials-client-info .fansee-business-testimonials-name span {
          color: #b4b4b4;
          font-size: 12px;
          font-weight: 400;
          display: block; }
    .fansee-business-testimonial-section .fansee-business-testimonials-box > * {
      position: relative;
      z-index: 1; }
    .fansee-business-testimonial-section .fansee-business-testimonials-box:hover {
      -ms-transform: translateY(-6px);
          transform: translateY(-6px); }
    @media (max-width: 768px) {
      .fansee-business-testimonial-section .fansee-business-testimonials-box {
        margin-bottom: 40px; } }
  @media (max-width: 768px) {
    .fansee-business-testimonial-section {
      padding-bottom: 60px; } }

.fansee-business-testimonial {
  margin: 0 -35px; }
  @media (max-width: 992px) {
    .fansee-business-testimonial {
      margin: 0 -10px; } }

.slick-slide.slick-center .fansee-business-testimonials-box {
  box-shadow: 0px 3px 22.75px 12.25px rgba(0, 0, 0, 0.22); }
  @media (max-width: 576px) {
    .slick-slide.slick-center .fansee-business-testimonials-box {
      box-shadow: 0px 0px 17px #0000002b; } }
  .slick-slide.slick-center .fansee-business-testimonials-box i {
    color: #1955ca;
    font-size: 90px;
    top: -39px; }

body.fansee-business-dark-mode {
  background: #000; }
  body.fansee-business-dark-mode .fansee-business-header-icons .fansee-business-search-icon {
    color: #fff; }
  body.fansee-business-dark-mode .fansee-business-main-menu > ul > li.current-menu-item > a {
    color: #fff; }
  body.fansee-business-dark-mode .fansee-business-main-menu > ul > li.current-menu-item > a:after {
    background: #fff; }
  body.fansee-business-dark-mode .fansee-business-portfolio-section .filter-button-group button {
    background: #222; }
  body.fansee-business-dark-mode .fansee-business-testimonial-section .fansee-business-testimonials-box,
  body.fansee-business-dark-mode .fansee-business-news-box,
  body.fansee-business-dark-mode .fansee-business-services-icon-box-inner,
  body.fansee-business-dark-mode .fansee-business-team-box,
  body.fansee-business-dark-mode .fansee-business-cta-section:after,
  body.fansee-business-dark-mode .fansee-business-counter-section:after,
  body.fansee-business-dark-mode .fansee-business-service-section .fansee-business-services-icon-box-wrapper .fansee-business-services-icon-box-inner,
  body.fansee-business-dark-mode .fansee-business-counter-section .fansee-business-fun-facts .fansee-business-fun-facts-items .fansee-business-fun-facts-items-inner {
    background: #333; }
  body.fansee-business-dark-mode .fansee-business-services-icon-box-inner h3 {
    color: #fff; }
  body.fansee-business-dark-mode .fansee-business-fill {
    fill: #333; }
  body.fansee-business-dark-mode .fansee-business-feature-slider .fansee-business-wave-buttom .fansee-business-fill {
    fill: #000; }
  body.fansee-business-dark-mode .fansee-business-blog-section .fansee-business-news-box .fansee-business-news-date span.news-post-day {
    color: #000; }
  body.fansee-business-dark-mode .section-title-black,
  body.fansee-business-dark-mode .fansee-business-fun-facts-items h4,
  body.fansee-business-dark-mode .fansee-business-blog-section .fansee-business-news-box h3 a,
  body.fansee-business-dark-mode .fansee-business-blog-section .fansee-business-news-box .fansee-business-news-content .fansee-business-news-box-meta h4,
  body.fansee-business-dark-mode .fansee-business-team-section .fansee-business-team-box .fansee-business-team-description h3,
  body.fansee-business-dark-mode .fansee-business-testimonial-section .fansee-business-testimonials-box h3,
  body.fansee-business-dark-mode .fansee-business-service-section .fansee-business-services-icon-box-wrapper .fansee-business-services-icon-box-inner h3,
  body.fansee-business-dark-mode .slick-slide.slick-center .fansee-business-testimonials-box i,
  body.fansee-business-dark-mode .entry-meta.single .url,
  body.fansee-business-dark-mode .post-navigation .nav-links > div a {
    color: #fff; }
  body.fansee-business-dark-mode .fansee-business-site-header,
  body.fansee-business-dark-mode .fansee-business-blog-section .fansee-business-news-box .fansee-business-news-content .fansee-business-news-box-meta .post-categories a:hover,
  body.fansee-business-dark-mode .fansee-business-btn-primary:after,
  body.fansee-business-dark-mode .comments-area {
    background: #000; }
  body.fansee-business-dark-mode .fansee-business-blog-section .fansee-business-news-box .fansee-business-news-content .fansee-business-news-box-meta .post-categories a {
    border-color: #fff; }
  body.fansee-business-dark-mode .post-navigation .nav-links > div {
    box-shadow: none;
    background: #202020; }

.fansee-business-counter-section {
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  padding: 120px 0;
  position: relative; }
  .fansee-business-counter-section:after {
    position: absolute;
    background: #073b9e;
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    opacity: .2; }

.fansee-business-counter-section {
  padding: 0 0 120px 0; }
  .fansee-business-counter-section .fansee-business-fun-facts {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    margin-top: 50px;
    -ms-flex-pack: justify;
        justify-content: space-between;
    margin: 0 -15px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .fansee-business-counter-section .fansee-business-fun-facts .fansee-business-fun-facts-items {
      padding: 15px;
      text-align: center;
      -ms-flex-positive: 1;
          flex-grow: 1;
      -ms-flex-preferred-size: 0;
          flex-basis: 0; }
      .fansee-business-counter-section .fansee-business-fun-facts .fansee-business-fun-facts-items .fansee-business-fun-facts-items-inner {
        padding: 40px 15px;
        transition: all .3s;
        -ms-transform: translateY(0);
            transform: translateY(0);
        box-shadow: 0px 3px 22.75px 12.25px rgba(0, 0, 0, 0.09);
        border-radius: 20px 0px 20px 0px;
        background-color: #fff;
        position: relative;
        z-index: 1; }
        .fansee-business-counter-section .fansee-business-fun-facts .fansee-business-fun-facts-items .fansee-business-fun-facts-items-inner:hover {
          -ms-transform: translateY(-10px);
              transform: translateY(-10px); }
      .fansee-business-counter-section .fansee-business-fun-facts .fansee-business-fun-facts-items i {
        font-size: 48px;
        margin-bottom: 15px;
        color: #000; }
      .fansee-business-counter-section .fansee-business-fun-facts .fansee-business-fun-facts-items h3 {
        margin: 10px 0;
        color: #1a55cb;
        font-size: 32px;
        font-weight: 600; }
        @media (max-width: 768px) {
          .fansee-business-counter-section .fansee-business-fun-facts .fansee-business-fun-facts-items h3 {
            font-size: 22px; } }
      .fansee-business-counter-section .fansee-business-fun-facts .fansee-business-fun-facts-items h4 {
        margin: 0;
        font-size: 16px;
        text-transform: capitalize;
        color: #000; }
        @media (max-width: 768px) {
          .fansee-business-counter-section .fansee-business-fun-facts .fansee-business-fun-facts-items h4 {
            font-size: 14px; } }
      @media (max-width: 768px) {
        .fansee-business-counter-section .fansee-business-fun-facts .fansee-business-fun-facts-items {
          padding-right: 0;
          padding-left: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%; } }
    @media (max-width: 768px) {
      .fansee-business-counter-section .fansee-business-fun-facts {
        margin: 20px 0 40px 0; } }

.fansee-business-portfolio-section {
  padding: 120px 0 0;
  position: relative; }
  .fansee-business-portfolio-section svg {
    position: absolute;
    right: -50%;
    -ms-transform: translate(-50%);
        transform: translate(-50%); }
    @media (max-width: 768px) {
      .fansee-business-portfolio-section svg {
        display: none; } }
  .fansee-business-portfolio-section .filter-button-group {
    margin: 60px 0 60px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    position: relative;
    z-index: 9; }
    .fansee-business-portfolio-section .filter-button-group button {
      cursor: pointer;
      border: none;
      background: #e0e0e0;
      color: #5f5f5f;
      margin: 0 4px;
      text-transform: uppercase;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: center;
          justify-content: center;
      line-height: 1;
      padding: 11px 25px;
      transition: all 0.3s;
      letter-spacing: 1px; }
      .fansee-business-portfolio-section .filter-button-group button:focus, .fansee-business-portfolio-section .filter-button-group button:hover, .fansee-business-portfolio-section .filter-button-group button.is-checked {
        background: #1a55cb;
        color: #fff;
        outline: none; }
    @media (max-width: 768px) {
      .fansee-business-portfolio-section .filter-button-group {
        margin: 40px 0 40px;
        -ms-flex-pack: center;
            justify-content: center;
        white-space: nowrap;
        overflow-x: auto; } }
  .fansee-business-portfolio-section .portfolio-grid-item {
    width: 33.33%;
    padding: 10px; }
    @media (max-width: 576px) {
      .fansee-business-portfolio-section .portfolio-grid-item {
        width: 100%; } }
  .fansee-business-portfolio-section .portfolio-grid {
    margin-left: -10px;
    margin-right: -10px; }
  .fansee-business-portfolio-section .portfolio-wrapper {
    height: 450px;
    width: 100%;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center; }
    .fansee-business-portfolio-section .portfolio-wrapper h3 {
      position: relative;
      z-index: -1;
      font-size: 32px;
      font-weight: 700;
      margin: 0;
      transition: all .3s;
      position: absolute;
      height: 100%;
      width: 100%;
      opacity: -1;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: center;
          justify-content: center; }
      .fansee-business-portfolio-section .portfolio-wrapper h3 a {
        color: #fff;
        height: 100%;
        width: 100%;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
            align-items: center;
        -ms-flex-pack: center;
            justify-content: center;
        transition: all .3s; }
    .fansee-business-portfolio-section .portfolio-wrapper:after {
      position: absolute;
      background: #000;
      content: "";
      top: 0;
      transition: all .3s;
      opacity: 0;
      height: 100%;
      width: 0;
      right: 0; }
    .fansee-business-portfolio-section .portfolio-wrapper:hover:after {
      opacity: .2;
      width: 100%;
      right: auto;
      left: 0; }
    .fansee-business-portfolio-section .portfolio-wrapper:hover h3 {
      opacity: 1;
      z-index: 9; }
    @media (max-width: 768px) {
      .fansee-business-portfolio-section .portfolio-wrapper {
        height: 300px; } }

.wc-block-sort-select__select {
  height: 50px;
  border-radius: 5px;
  padding: 0 10px; }

/* product list from wp_woo_block */
ul.wc-block-grid__products {
  margin: 0 -15px 16px -15px !important; }
  ul.wc-block-grid__products li.wc-block-grid__product {
    position: relative;
    padding: 0 10px 20px 10px;
    border-bottom: 8px solid transparent; }
    ul.wc-block-grid__products li.wc-block-grid__product button,
    ul.wc-block-grid__products li.wc-block-grid__product .wp-block-button__link {
      font-size: 14px;
      padding: 15px;
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      text-align: center;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: center;
          justify-content: center;
      border-radius: 10px 0 10px 0;
      position: relative;
      font-weight: normal;
      -ms-flex-direction: row;
          flex-direction: row;
      line-height: 1; }
    ul.wc-block-grid__products li.wc-block-grid__product .add_to_cart_button:not(.added):after {
      content: '\f07a';
      font-family: fontAwesome; }
    ul.wc-block-grid__products li.wc-block-grid__product .wc-block-grid__product-onsale {
      background: #f0694e;
      color: #fff;
      border: none;
      position: absolute;
      top: 10px;
      left: 10px;
      border-radius: 50%;
      line-height: 1;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: center;
          justify-content: center;
      padding: 8px;
      margin: 0;
      height: 45px;
      width: 45px;
      font-weight: normal; }
    ul.wc-block-grid__products li.wc-block-grid__product .wc-block-grid__product-title {
      font-size: 16px;
      font-weight: 700;
      color: #000; }
      ul.wc-block-grid__products li.wc-block-grid__product .wc-block-grid__product-title a {
        color: #000; }
        ul.wc-block-grid__products li.wc-block-grid__product .wc-block-grid__product-title a:hover {
          color: #fc7216; }
    ul.wc-block-grid__products li.wc-block-grid__product .wc-block-grid__product-price {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: center;
          justify-content: center; }
    ul.wc-block-grid__products li.wc-block-grid__product del {
      margin-top: 0;
      margin-right: 6px;
      font-size: 14px !important; }
    ul.wc-block-grid__products li.wc-block-grid__product ins {
      color: #000;
      font-size: 14px; }
    ul.wc-block-grid__products li.wc-block-grid__product .woocommerce-Price-amount.amount {
      font-size: 16px;
      font-weight: 600;
      color: #000; }

/*product list from default woocommerce */
.woocommerce .page-title {
  width: 100%; }

.woocommerce select.orderby {
  height: 50px;
  margin-left: 10px;
  border-radius: 3px; }

.woocommerce ul.products {
  width: 100%; }
  .woocommerce ul.products:after, .woocommerce ul.products:before {
    content: '';
    clear: both;
    display: table; }
  .woocommerce ul.products li.product {
    box-shadow: 0 0 10px #f4f4f4;
    transition: all .3s;
    overflow: hidden;
    background: #fff;
    -ms-transform: translateY(0);
        transform: translateY(0); }
    .woocommerce ul.products li.product:hover {
      box-shadow: 0 11px 10px #d3cccc;
      -ms-transform: translateY(-10px);
          transform: translateY(-10px); }
    .woocommerce ul.products li.product .star-rating {
      margin: auto auto 10px !important;
      left: 0;
      right: 0;
      color: #fc7216; }
    .woocommerce ul.products li.product .onsale {
      background: #f0694e;
      color: #fff;
      border: none;
      position: absolute;
      top: 10px;
      left: 10px;
      border-radius: 50%;
      line-height: 1;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: center;
          justify-content: center;
      padding: 8px;
      margin: 0;
      height: 45px;
      width: 45px;
      font-weight: normal; }
    .woocommerce ul.products li.product .button,
    .woocommerce ul.products li.product .added_to_cart.wc-forward {
      display: block;
      width: 70%;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: center;
          justify-content: center;
      text-align: center;
      color: #fff;
      font-weight: normal;
      border-radius: 10px 0 10px 0;
      margin: 20px auto 20px;
      background: #1955ca; }
      .woocommerce ul.products li.product .button:after,
      .woocommerce ul.products li.product .added_to_cart.wc-forward:after {
        font-family: fontAwesome;
        margin-left: 6px; }
      .woocommerce ul.products li.product .button.loading:after,
      .woocommerce ul.products li.product .added_to_cart.wc-forward.loading:after {
        display: none; }
    .woocommerce ul.products li.product .add_to_cart_button.product_type_simple:after, .woocommerce ul.products li.product .added_to_cart.wc-forward:after {
      content: '\f07a'; }
    .woocommerce ul.products li.product .add_to_cart_button.product_type_variable:after, .woocommerce ul.products li.product .product_type_grouped:after {
      content: '\f061'; }
    .woocommerce ul.products li.product .added_to_cart.wc-forward {
      margin-top: 8px;
      line-height: 1;
      padding: 10px; }
      .woocommerce ul.products li.product .added_to_cart.wc-forward:after {
        content: '\f06e'; }
    .woocommerce ul.products li.product a.woocommerce-LoopProduct-link {
      text-align: center; }
      .woocommerce ul.products li.product a.woocommerce-LoopProduct-link .woocommerce-loop-product__title {
        font-size: 16px;
        font-weight: 500;
        color: #000; }
        .woocommerce ul.products li.product a.woocommerce-LoopProduct-link .woocommerce-loop-product__title a {
          color: #000; }
          .woocommerce ul.products li.product a.woocommerce-LoopProduct-link .woocommerce-loop-product__title a:hover {
            color: #fc7216; }
      .woocommerce ul.products li.product a.woocommerce-LoopProduct-link .wc-block-grid__product-price {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
            align-items: center;
        -ms-flex-pack: center;
            justify-content: center; }
      .woocommerce ul.products li.product a.woocommerce-LoopProduct-link .woocommerce-Price-amount.amount {
        font-size: 16px;
        font-weight: 600;
        color: #000; }
      .woocommerce ul.products li.product a.woocommerce-LoopProduct-link del {
        color: #000;
        margin-top: 0;
        margin-right: 6px;
        font-size: 14px !important; }
      .woocommerce ul.products li.product a.woocommerce-LoopProduct-link ins {
        color: #000;
        font-size: 14px; }

.woocommerce nav.woocommerce-pagination {
  display: none; }

.wc-block-grid__product-rating .wc-block-grid__product-rating__stars span:before {
  color: #fc7216; }

.product-with-slider li.product,
.product-with-slider li.first {
  clear: none !important;
  margin: 0 15px !important; }

.page-description {
  width: 100%; }

.woocommerce-result-count {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center; }

body.post-type-archive-product .products {
  margin-top: 30px; }
  @media (max-width: 768px) {
    body.post-type-archive-product .products div#load-more {
      padding: 0 15px; } }

.woocommerce-cart {
  background: #f1f1f1; }
  .woocommerce-cart header#masthead {
    background: #fff; }
  .woocommerce-cart .woocommerce {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: justify;
        justify-content: space-between; }
    .woocommerce-cart .woocommerce .woocommerce-notices-wrapper {
      -ms-flex: 0 0 100%;
          flex: 0 0 100%; }
    .woocommerce-cart .woocommerce form.woocommerce-cart-form {
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
      margin-bottom: 30px; }
      @media (max-width: 768px) {
        .woocommerce-cart .woocommerce form.woocommerce-cart-form {
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
          margin-bottom: 30px; } }
      .woocommerce-cart .woocommerce form.woocommerce-cart-form table {
        margin-bottom: 0;
        background: #fff; }
        .woocommerce-cart .woocommerce form.woocommerce-cart-form table .coupon {
          min-width: 300px; }
          .woocommerce-cart .woocommerce form.woocommerce-cart-form table .coupon input#coupon_code {
            width: 165px; }
        .woocommerce-cart .woocommerce form.woocommerce-cart-form table button.button {
          background: #1955ca;
          font-weight: 400;
          color: #fff;
          border-radius: 10px 0 10px 0; }
    .woocommerce-cart .woocommerce .cart-collaterals {
      -ms-flex: 0 0 100%;
          flex: 0 0 100%; }
      @media (max-width: 768px) {
        .woocommerce-cart .woocommerce .cart-collaterals {
          -ms-flex: 0 0 100%;
              flex: 0 0 100%; } }
      .woocommerce-cart .woocommerce .cart-collaterals .cart_totals {
        width: 100%;
        padding: 0;
        height: 100%; }
        .woocommerce-cart .woocommerce .cart-collaterals .cart_totals h2 {
          margin: 18px 0 40px;
          line-height: 1;
          text-align: left;
          font-size: 18px;
          text-transform: uppercase; }
        .woocommerce-cart .woocommerce .cart-collaterals .cart_totals table {
          background: #fff;
          padding: 30px;
          border: none;
          border-radius: 0; }
        .woocommerce-cart .woocommerce .cart-collaterals .cart_totals a.checkout-button.button.alt.wc-forward {
          background: #1955ca;
          border-radius: 0;
          font-weight: 400;
          display: inline-block;
          font-size: 14px;
          border-radius: 10px 0 10px 0; }
          .woocommerce-cart .woocommerce .cart-collaterals .cart_totals a.checkout-button.button.alt.wc-forward:after {
            content: '\f07a';
            font-family: fontAwesome;
            margin-left: 6px; }
  .woocommerce-cart table, .woocommerce-cart th, .woocommerce-cart td {
    border: none !important;
    border-collapse: collapse !important;
    padding: 15px 12px !important;
    color: #000; }
  .woocommerce-cart tr {
    border-bottom: 1px solid #f1f1f1; }

.woocommerce-checkout {
  background: #f1f1f1; }
  .woocommerce-checkout header#masthead {
    background: #fff; }

form.woocommerce-checkout {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between; }
  form.woocommerce-checkout div#customer_details {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%; }
    @media (max-width: 768px) {
      form.woocommerce-checkout div#customer_details {
        -ms-flex: 0 0 100%;
            flex: 0 0 100%; } }
    form.woocommerce-checkout div#customer_details > div {
      width: 100%;
      float: none;
      max-width: initial; }
      form.woocommerce-checkout div#customer_details > div input,
      form.woocommerce-checkout div#customer_details > div select,
      form.woocommerce-checkout div#customer_details > div span.select2-selection {
        height: 45px;
        padding: 10px !important; }
      form.woocommerce-checkout div#customer_details > div .form-row label {
        font-size: 13px; }
    form.woocommerce-checkout div#customer_details .woocommerce-form__label-for-checkbox input#ship-to-different-address-checkbox {
      height: auto; }
    form.woocommerce-checkout div#customer_details .woocommerce-form__label-for-checkbox span {
      font-size: 13px; }
  form.woocommerce-checkout h3#order_review_heading {
    display: none; }
  form.woocommerce-checkout div#order_review {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    background: #fff;
    padding: 30px; }
    @media (max-width: 768px) {
      form.woocommerce-checkout div#order_review {
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
        margin-top: 30px; } }
    form.woocommerce-checkout div#order_review table {
      background: #fff; }
    form.woocommerce-checkout div#order_review #payment {
      background: #fff;
      border-radius: 0; }
      form.woocommerce-checkout div#order_review #payment button#place_order {
        background: #1955ca;
        border-radius: 0;
        font-weight: 400;
        float: left;
        border-radius: 10px 0 10px 0; }
        form.woocommerce-checkout div#order_review #payment button#place_order:after {
          content: '\f07a';
          font-family: fontAwesome;
          margin-left: 6px; }

.woocommerce-billing-fields__field-wrapper {
  background: #fff;
  padding: 30px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .woocommerce-billing-fields__field-wrapper .form-row {
    -ms-flex: 0 0 33.33%;
        flex: 0 0 33.33%;
    position: relative;
    padding-top: 20px !important; }
    .woocommerce-billing-fields__field-wrapper .form-row label {
      position: absolute;
      top: 0; }

div#customer_details div[class^="col-"] {
  padding: 0; }

.woocommerce-billing-fields h3 {
  margin: 18px 0 40px;
  line-height: 1;
  text-align: left;
  font-size: 18px;
  text-transform: uppercase; }

.woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout {
  -ms-flex: 0 0 100%;
      flex: 0 0 100%; }

@media (max-width: 768px) {
  .single-product .product {
    padding: 0 15px; } }

.single-product .product .onsale {
  background: #f0694e;
  color: #fff;
  border: none;
  position: absolute;
  top: 10px;
  left: 10px;
  border-radius: 50%;
  line-height: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 8px;
  margin: 0;
  height: 45px;
  width: 45px;
  font-weight: normal; }

.single-product .product .images .woocommerce-product-gallery__image:nth-child(n+2) {
  margin-top: 10px;
  padding: 10px; }

.single-product .product .entry-summary {
  margin-top: 0; }
  .single-product .product .entry-summary .product_title {
    font-size: 20px; }
  .single-product .product .entry-summary .price {
    color: #000;
    font-weight: 600; }
    .single-product .product .entry-summary .price del {
      color: #1955ca;
      opacity: 1; }
  .single-product .product .entry-summary .product_meta > span {
    display: block;
    color: #000; }
    .single-product .product .entry-summary .product_meta > span a {
      color: #1955ca; }
  .single-product .product .entry-summary .star-rating span::before,
  .single-product .product .entry-summary a.woocommerce-review-link {
    color: #1955ca; }
  .single-product .product .entry-summary table.variations select {
    height: 45px;
    border-radius: 3px; }
  .single-product .product .entry-summary .quantity input {
    height: 45px;
    min-width: 80px; }
  .single-product .product .entry-summary button.button {
    background: #1955ca;
    height: 45px;
    position: relative; }
    .single-product .product .entry-summary button.button:after {
      content: '\f07a';
      font-family: fontAwesome;
      margin-left: 6px; }

.single-product .woocommerce-Tabs-panel h2 {
  margin: 0 0 15px;
  font-size: 18px; }

.single-product .related.products h2 {
  font-size: 24px;
  text-align: center;
  margin: 40px 0; }

.single-product .reset_variations {
  color: red; }

.single-product .stars a,
.single-product .star-rating span::before {
  color: #1955ca; }

.single-product span#reply-title {
  font-size: 16px;
  margin-bottom: 20px;
  display: block;
  margin-top: 10px; }

.wp-block-woocommerce-product-search {
  padding: 15px; }
  .wp-block-woocommerce-product-search label.wc-block-product-search__label {
    font-size: 18px;
    color: #000;
    font-weight: bold;
    margin-bottom: 16px;
    display: block; }

.product-with-slider .fansee-business-arrow {
  position: absolute;
  top: 50%;
  z-index: 99;
  -ms-transform: translate(0, -50%);
      transform: translate(0, -50%);
  cursor: pointer;
  transition: all .3s; }
  .product-with-slider .fansee-business-arrow svg {
    width: 50px;
    height: 50px;
    opacity: .5;
    transition: all .3s;
    fill: #fc7216; }
    .product-with-slider .fansee-business-arrow svg:hover {
      opacity: 1;
      fill: #fc7216; }

.product-with-slider .fansee-business-arrow-prev {
  left: 0; }
  .product-with-slider .fansee-business-arrow-prev:hover {
    left: 4px; }

.product-with-slider .fansee-business-arrow-next {
  right: 0; }
  .product-with-slider .fansee-business-arrow-next:hover {
    right: 4px; }

.woocommerce ul.products li.product-category.product {
  overflow: visible;
  box-shadow: none; }
  .woocommerce ul.products li.product-category.product h2 {
    position: absolute;
    bottom: -5px;
    width: 90%;
    margin: auto;
    left: 0;
    right: 0;
    padding: 10px;
    border-radius: 5px;
    text-align: center;
    color: #fff;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center; }
    .woocommerce ul.products li.product-category.product h2 mark.count {
      background: #fff;
      border-radius: 50%;
      font-size: 10px;
      height: 26px;
      width: 26px;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: center;
          justify-content: center;
      color: #ff3afb;
      margin-left: 10px; }

.woocommerce.widget_price_filter .price_slider_amount .button {
  color: #fff !important; }

.widget .woocommerce-product-search input {
  height: 45px;
  vertical-align: top; }

.widget .woocommerce-product-search button {
  background: #000;
  border: none;
  color: #fff;
  height: 45px;
  border-radius: 3px;
  font-size: 17px;
  cursor: pointer; }

.widget .select2-selection.select2-selection--single {
  height: 45px; }
  .widget .select2-selection.select2-selection--single .select2-selection__rendered {
    line-height: 45px; }

.widget .star-rating {
  margin: 0 0 13px; }

.woocommerce-order-received .woocommerce-column.woocommerce-column--1.woocommerce-column--billing-address.col-1,
.woocommerce-order-received .woocommerce-column.woocommerce-column--2.woocommerce-column--shipping-address.col-2 {
  max-width: 100%;
  width: 100%; }

.woocommerce-notices-wrapper {
  -ms-flex: 0 0 100%;
      flex: 0 0 100%; }

.woocommerce-order-received h2,
p.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
  font-weight: bold;
  color: #000;
  font-size: 18px; }

table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details,
.woocommerce-order-received th,
.woocommerce-order-received tr,
.woocommerce-order-received td {
  border: 0; }

.woocommerce-order-received address {
  background: #fcfcfc;
  border: 0; }

a.cart-icon {
  margin-left: 20px;
  font-size: 18px;
  position: relative; }
  a.cart-icon span {
    position: absolute;
    font-size: 8px;
    height: 15px;
    width: 15px;
    background: #3431d6;
    border-radius: 50%;
    color: #fff;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    top: -6px;
    right: -13px; }
  @media (max-width: 576px) {
    a.cart-icon {
      margin-right: 0;
      margin-left: 0; } }

section[class^='fansee-business-'] + .woocommerce {
  max-width: 1140px;
  margin: 120px auto 60px; }

.error404 .error-404 {
  border: none;
  background-color: transparent;
  padding: 150px 0;
  margin: 0; }
  .error404 .error-404 h1 {
    font-size: 140px;
    margin: 0 0 30px 0;
    line-height: 1.3; }
  .error404 .error-404 p {
    margin: 0 0 30px 0; }

.home #content {
  overflow-x: hidden; }
