@import url("font-exo2.css");

body {
  font-family: "Exo 2", "Helvetica Neue", sans-serif;
  color: #121212;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

img {
  max-width: 100%;
}

a:focus,
input:focus,
textarea:focus,
button:focus {
  text-decoration: none;
  outline: none;
}

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

i,
span,
a {
  display: inline-block;
}

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

h1 {
  font-size: 48px;
}

h2 {
  font-size: 36px;
}

h3 {
  font-size: 28px;
}

h4 {
  font-size: 22px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

ul,
ol {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #121212;
  margin: 0px;
}

.bg_cover {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}

/* All Button */
.main-btn {
  display: inline-block;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 2px solid transparent;
  padding: 0 32px;
  font-size: 16px;
  line-height: 48px;
  color: #b32952;
  cursor: pointer;
  z-index: 5;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  position: relative;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .main-btn {
    font-size: 14px;
    padding: 0 20px;
    line-height: 40px;
  }
}

/* All Section Title */
.section-title .title {
  font-size: 32px;
  font-weight: 500;
  line-height: 48px;
  color: #121212;
}


/* Navbar */
.navgition {
  padding: 10px 0;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.navgition.navgition-transparent {
  background-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
}

.navgition.sticky {
  position: fixed;
  background-color: #b32952;
  background-image: -webkit-linear-gradient(left, #ad2b4c 7%, #aa2e5b 60%, #cd6450 90%);
  background-image: -o-linear-gradient(left, #ad2b4c 7%, #aa2e5b 60%, #cd6450 90%);
  background-image: linear-gradient(to right, #ad2b4c 7%, #aa2e5b 60%, #cd6450 90%);
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16);
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.navgition .navbar {
  position: relative;
  padding: 0;
}

.navbar-brand img,
.navbar-brand svg {
  height: 60px;
}

.navgition .navbar .navbar-collapse {
  flex-flow: row-reverse;
}

.navgition .navbar .navbar-toggler .toggler-icon {
  width: 30px;
  height: 2px;
  background-color: #FFF;
  margin: 5px 0;
  display: block;
  position: relative;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.navgition .navbar .navbar-toggler.active .toggler-icon:nth-of-type(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 7px;
}

.navgition .navbar .navbar-toggler.active .toggler-icon:nth-of-type(2) {
  opacity: 0;
}

.navgition .navbar .navbar-toggler.active .toggler-icon:nth-of-type(3) {
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
  top: -7px;
}

.navgition .navbar .navbar-nav .nav-item {
  margin: 0 16px;
  position: relative;
}

.navgition .navbar .navbar-nav .nav-item a {
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  padding: 26px 0;
  color: #FFF;
  position: relative;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}

.navgition .navbar .navbar-nav .nav-item a.nav-login-link {
  margin: 17px 0 21px 0;
  padding: 7px 14px;
  border-radius: 50px;
  color: #fff6ca;
  border: 2px solid #fff6ca;
}

.navgition .navbar .navbar-nav .nav-item a.nav-login-link:hover {
  background-color: #fff6ca;
  border-color: #fff6ca;
  color: #222;
}

.navgition .navbar .navbar-nav .nav-item a::before {
  content: '';
  position: absolute;
  bottom: 16px;
  left: 0;
  width: 0;
  height: 2px;
  background: #ffffff;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}

.navgition .navbar .navbar-nav .nav-item a.nav-login-link::before {
  display: none;
}

.navgition .navbar .navbar-nav .nav-item.active>a::before,
.navgition .navbar .navbar-nav .nav-item:hover>a::before {
  width: 100%;
}

@media (max-width: 991px) {
  .navgition .navbar .navbar-collapse {
    position: absolute;
    top: 116%;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 8;
    padding: 10px 0;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16);
  }

  .navgition .navbar .navbar-nav .nav-item a {
    padding: 10px 0;
    display: block;
    color: #222;
  }

  .navgition .navbar .navbar-nav .nav-item.active a {
    background-image: -webkit-linear-gradient(left, #BA2B56, #E2782B);
    background-image: -o-linear-gradient(left, #BA2B56, #E2782B);
    background-image: linear-gradient(to right, #BA2B56, #E2782B);
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
  }

  .navgition .navbar .navbar-nav .nav-item a::before {
    display: none;
  }

  .navgition .navbar .navbar-nav .nav-item a.nav-login-link {
    margin: 0;
    padding: 10px 0;
    border-radius: 0;
    color: #222;
    border: 0 solid #fff;
  }
  
  .navgition .navbar .navbar-nav .nav-item a.nav-login-link:hover {
    background-color: transparent;
    border-color: transparent;
  }

}

.header-hero {
  height: 700px;
  position: relative;
  background-color: #b32952;
  background-image: -webkit-linear-gradient(left, #ad2b4c 7%, #aa2e5b 60%, #cd6450 90%);
  background-image: -o-linear-gradient(left, #ad2b4c 7%, #aa2e5b 60%, #cd6450 90%);
  background-image: linear-gradient(to right, #ad2b4c 7%, #aa2e5b 60%, #cd6450 90%);
}

.header-hero .header-content {
  padding-top: 195px;
  position: relative;
  z-index: 9;
}

.header-hero .header-content .header-title {
  margin-bottom: 50px;
}

.header-hero .header-content .header-title img,
.header-hero .header-content .header-title svg {
  width: 92%;
}

.header-hero .header-content .text {
  font-size: 20px;
  line-height: 32px;
  color: #FFF;
  margin-top: 16px;
}

.header-hero .header-content .header-btn {
  margin-top: 50px;
}

.header-hero .header-content .header-btn li {
  display: inline-block;
  margin: 10px 10px 0;
}

.header-hero .header-content .header-btn li a.main-btn {
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  overflow: hidden;
  background-color: #fff;
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  border: 0;
  line-height: 50px;
}

.header-hero .header-content .header-btn li a.main-btn i {
  margin-left: 5px;
}

.header-hero .header-content .header-btn li a.main-btn.btn-one {
  color: #000;
}

.header-hero .header-content .header-btn li a.main-btn.btn-two {
  color: #333;
}

.header-hero .header-content .header-btn li a.main-btn.btn-one::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: -webkit-linear-gradient(left, #ffb790, #ffe4b4);
  background-image: -o-linear-gradient(left, #ffb790, #ffe4b4);
  background-image: linear-gradient(to right, #ffb790, #ffe4b4);
  background-position: right center;
  z-index: -1;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.header-hero .header-content .header-btn li a.main-btn.btn-one:hover::before {
  background-image: -webkit-linear-gradient(right, #ffb790, #ffe4b4);
  background-image: -o-linear-gradient(right, #ffb790, #ffe4b4);
  background-image: linear-gradient(to left, #ffb790, #ffe4b4);
  background-position: left center;
  -webkit-transition: all none ease-out 0s;
  -moz-transition: all none ease-out 0s;
  -ms-transition: all none ease-out 0s;
  -o-transition: all none ease-out 0s;
  transition: all none ease-out 0s;
}

.header-hero .header-content .header-btn li a.main-btn.btn-two:hover {
  -webkit-box-shadow: 0 3px 25px 0 rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 3px 25px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 25px 0 rgba(0, 0, 0, 0.16);
}

.header-hero .header-shape {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
}

.header-hero .header-shape img,
.header-hero .header-shape svg {
  width: 100%;
}

@media (max-width: 991px) {
  .header-hero {
    height: 560px;
  }

  .header-hero .header-content {
    padding-top: 130px;
  }
}

@media (max-width: 767px) {
  .header-hero {
    height: 480px;
  }

  .header-hero .header-content {
    padding-top: 120px;
  }

  .header-hero .header-content .text {
    font-size: 16px;
    line-height: 24px;
  }
}

/* Services */
.services-area {
  padding-top: 120px;
  padding-bottom: 80px;
  position: relative;
}

.services-content .services-icon i {
  font-size: 64px;
  color: #0067f4;
}

.services-content .services-content {
  padding-left: 15px;
}

.services-content .services-content .services-title {
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
  color: #121212;
}

.services-content .services-content .text {
  font-size: 14px;
  line-height: 20px;
  color: #444;
  margin-top: 8px;
}

.services-image {
  text-align: right;
}

.services-image .image {
  width: 100%;
  margin: 0 auto;
}

.services-image .image img,
.services-image .image svg {
  width: 88%;
}

@media (max-width: 767px) {

  .services-area {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section-title .title {
    text-align: center;
    font-size: 24px;
    line-height: 40px;
  }

  .section-title .text {
    text-align: center;
    padding-top: 20px;
  }

  .services-content .services-content {
    padding-left: 0;
    padding-top: 15px;
    text-align: center;
  }

  .services-content .services-icon {
    text-align: center;
  }
}

@media (max-width: 991px) {
  .services-area {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

/* Pricing */
.pricing-area {
  padding-top: 100px;
  padding-bottom: 120px;
  background-color: #f4f6f7;
}

@media (max-width: 991px) {
  .pricing-area {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

@media (max-width: 767px) {
  .pricing-area {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.single-pricing {
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  padding: 24px 20px 100px;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
  background-color: #fff;
}

.single-pricing .pricing-header .sub-title {
  font-size: 20px;
  font-weight: 500;
  line-height: 25px;
  color: #121212;
  position: relative;
  padding-bottom: 8px;
}

.single-pricing .pricing-header .sub-title::before {
  position: absolute;
  content: '';
  width: 100px;
  height: 5px;
  bottom: -6px;
  left: 0;
  right: 0;
  background-color: #ec4e4a;
  margin: 0 auto;
}

.single-pricing .pricing-header .price {
  display: block;
  font-size: 48px;
  font-weight: 500;
  line-height: 64px;
  height: 64px;
  margin-top: 32px;
  margin-bottom: 16px;
  color: #121212;
}

.single-pricing .pricing-header .price.chinese {
  font-size: 40px;
}

.single-pricing .pricing-header .price em {
  font-style: normal;
  font-size: 28px;
  color: #666;
}

.single-pricing .pricing-header .remark {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: #6c6c6c;
  margin-top: 3px;
}

.single-pricing .pricing-list {
  margin-top: 40px;
}

.single-pricing .pricing-list ul li {
  font-size: 16px;
  line-height: 24px;
  color: #121212;
  margin-top: 16px;
}


@media (max-width: 991px) {
  .single-pricing .pricing-header .price {
    font-size: 40px;
    margin-top: 16px;
  }

  .single-pricing .pricing-header .price.chinese {
    font-size: 36px;
  }

  .single-pricing .pricing-list ul li {
    font-size: 14px;
    margin-top: 12px;
  }

}

@media (max-width: 767px) {
  .single-pricing .pricing-header .price {
    font-size: 32px;
    margin-top: 16px;
  }

  .single-pricing .pricing-header .price.chinese {
    font-size: 28px;
  }

  .single-pricing .pricing-list ul li {
    font-size: 14px;
    margin-top: 12px;
    text-align: center;
  }

}

.single-pricing .pricing-list ul li i {
  color: #c33155;
  margin-right: 8px;
}

.single-pricing .price .main-btn {
  background-color: #c73462;
  border-radius: 50px;
  color: #fff;
  border-color: #c73462;
  margin-top: -12px;
}

.single-pricing .price .main-btn:hover {
  background-color: #B12555;
  border-color: #B12555;
}

.single-pricing .buttom-shape {
  position: absolute;
  bottom: -20px;
  left: 0;
  width: 101%;
}
.single-pricing .buttom-shape img,
.single-pricing .buttom-shape svg {
  width: 100%;
}

.single-pricing.pro .pricing-header .sub-title::before {
  background-color: #e02676;
}

.single-pricing.enterprise .pricing-header .sub-title::before {
  background-color: #eb8346;
}

/* Link */
.link-area {
  background-color: #f4f6f7;
}

.link-widget {
  padding-top: 90px;
  padding-bottom: 120px;
}

.link-con {
  margin-top: 32px;
}

.link-con a {
  font-size: 14px;
  line-height: 24px;
  color: #121212;
  margin-top: 16px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.link-con a:hover {
  color: #A62D48;
}

.footer-area {
  background: #333;
  padding: 60px 0;
}

.footer-area .footer-title {
  font-size: 20px;
  color: #fff;
  font-weight: 700;
  padding-bottom: 10px;
}

.footer-area ul {
  padding: 0;
  margin: 0;
}

.footer-area ul li {
  list-style: none;
  margin-bottom: 10px;
  color: #CCC;
}

.footer-area ul li a {
  color: #ccc;
  font-size: 16px;
  font-weight: 400;
}

.footer-area ul li a:hover {
  color: #ec4e4a;
}

.footer-area .wechat-pic {
  display: inline-block;
  padding: 4px;
}

.footer-area .wechat-pic img {
  max-width: 120px;
}

@media (max-width: 768px) {
  .footer-area .container {
    text-align: center;
  }
}

/* copyright */
.copyright {
  background: #333;
  border-top: 1px solid #434343;
  padding: 16px;
  font-size: 14px;
}

.copyright p {
  line-height: 32px;
  color: #999;
  color: rgba(255, 255, 255, 0.6);
  text-align: center;
  margin: 0;
}

@media (max-width: 767px) {
  .copyright {
    padding: 12px;
    font-size: 12px;
  }

  .copyright p {
    line-height: 24px;
  }
}

.back-to-top {
  position: fixed;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50%;
  text-align: center;
  background-color: #C33155;
  background-image: -webkit-linear-gradient(left, #C33155, #CC5440);
  background-image: -o-linear-gradient(left, #C33155, #CC5440);
  background-image: linear-gradient(to right, #C33155, #CC5440);
  bottom: 10px;
  right: 20px;
  z-index: 999;
  color: #fff;
  font-size: 20px;
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  display: none;
}

.back-to-top:hover {
  background-color: #C33155;
  color: #fff;
}

@media (max-width: 991px) {
  .link-widget {
    padding-top: 70px;
    padding-bottom: 100px;
  }
}

@media (max-width: 767px) {
  .link-widget {
    padding-top: 50px;
    padding-bottom: 80px;
  }
}

/* Introduction */
.introduction-area {
  padding-top: 20px;
  padding-bottom: 60px;
  margin-top: -20px;
}

/* ehb-tabs */
.ehb-tabs-nav {
  box-sizing: border-box;
  margin: 20px 0;
  padding: 0;
  list-style: none;
  width: 100%;
  text-align: center;
  font-size: 0;
  border-bottom: 1px solid #E8E8E8;
}

.ehb-tabs-nav>li {
  display: inline-block;
  padding: 0 20px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  color: #59666C;
  position: relative;
  cursor: default;
}

.ehb-tabs-nav>li:after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 20px;
  height: 3px;
  background-color: #b32952;
  background-image: -webkit-linear-gradient(left, #AF1946, #EE6E12);
  background-image: -o-linear-gradient(left, #AF1946, #EE6E12);
  background-image: linear-gradient(to right, #AF1946, #EE6E12);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.ehb-tabs-nav>li.active {
  color: #C22D39;
  font-weight: bold;
}

.ehb-tabs-nav>li.active:after {
  left: 20px;
  right: 20px;
}

.ehb-tabs-wrapper {
  padding-top: 10px;
}

.ehb-tabs-wrapper section {
  box-sizing: border-box;
  padding: 30px 0;
  min-height: 300px;
  display: none;
}

.ehb-tabs-wrapper section.active {
  display: block;
}

@supports (--css: variables) {
  .ehb-tabs-nav>li.active {
    background-image: -webkit-linear-gradient(left, #BA2B56, #E2782B);
    background-image: -o-linear-gradient(left, #BA2B56, #E2782B);
    background-image: linear-gradient(to right, #BA2B56, #E2782B);
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
  }
}

/* tab-content */
.ehb-tab-content {
  box-sizing: border-box;
  padding: 0;
  align-items: center;
}

.ehb-tab-content>.row {
  align-items: center;
}

.ehb-tab-content .tab-detail * {
  box-sizing: border-box;
}

.ehb-tab-content .tab-detail ul {
  margin: 0;
  padding: 0;
  font-size: 0;
}

.ehb-tab-content > .section-title {
  display: none;
}

.ehb-tab-detail-item {
  list-style: none;
  display: inline-block;
  width: 50%;
  margin-top: 20px;
}

.ehb-tab-detail-item:after {
  content: "";
  clear: both;
  height: 0;
  display: table;
  overflow: hidden;
}

.ehb-tab-detail-item img,
.ehb-tab-detail-item svg {
  float: left;
  width: 36px;
  height: 36px;
  margin-right: 10px;
}

.ehb-tab-detail-item .detail-inner {
  width: 150px;
  float: left;
}

.ehb-tab-detail-item .detail-inner p {
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  padding: 0;
  margin: 0;
  margin-bottom: 7px;
}

.ehb-tab-detail-item .detail-inner div {
  font-size: 12px;
  line-height: 18px;
}

@media (max-width: 768px) {
  .ehb-tabs-nav>li {
    padding: 0 8px;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
  }

  .ehb-tab-detail-item {
    width: 40%;
    margin-left: 5%;
    margin-right: 5%;
    text-align: center;
  }

  .ehb-tab-detail-item img,
  .ehb-tab-detail-item svg {
    float: none;
  }

  .ehb-tab-detail-item .detail-inner {
    width: auto;
    float: none;
    margin-top: 10px;
  }
}

@media (max-width: 768px) {
  .copyright .text {
    font-size: 12px;
  }
}


/* usersay */
.usersay-area {
  padding-top: 120px;
  padding-bottom: 120px;
}

.usersay-area .testimonial-item {
  box-sizing: content-box;
  padding: 30px;
  margin: 40px 20px;
  box-shadow: 0 0 20px rgba(1, 41, 112, 0.1);
  background: #fff;
  min-height: 320px;
  display: flex;
  flex-direction: column;
  text-align: center;
  transition: 0.3s;
}

.usersay-area .testimonial-item .stars {
  margin-bottom: 15px;
}

.usersay-area .testimonial-item .stars i {
  color: #ffaa06;
  margin: 0 1px;
}

.usersay-area .testimonial-item .testimonial-img {
  width: 90px;
  border-radius: 50%;
  border: 4px solid #fff;
  margin: 0 auto;
}

.usersay-area .testimonial-item h3 {
  font-size: 18px;
  font-weight: normal;
  margin: 10px 0 5px 0;
  color: #111;
}

.usersay-area .testimonial-item h4 {
  font-size: 14px;
  font-weight: normal;
  color: #999;
  margin: 0;
}

.usersay-area .testimonial-item p {
  font-style: normal;
  margin: 0 auto 15px auto;
}

.usersay-area .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.usersay-area .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #c33155;
}

.usersay-area .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #C33155;
}

.usersay-area .swiper-slide {
  opacity: .5;
}

@media (max-width: 1199px) {
  .usersay-area .swiper-slide-active {
    opacity: 1;
  }

  .usersay-area .swiper-pagination {
    margin-top: 0;
  }
}

@media (min-width: 1200px) {
  .usersay-area .swiper-slide-next {
    opacity: 1;
    transform: scale(1.12);
  }
}

.partner-area {
  padding-top: 100px;
  padding-bottom: 120px;
}

.partner-area .partner-box {
  text-align: center;
}

/* About */
.about-area {
  padding-top: 60px;
  padding-bottom: 120px;
  background-color: #f4f6f7;
}

.about-area .container-fluid {
  padding-right: 30px;
  padding-left: 30px;
}

.about-area .business-item-info {
  margin-top: 60px;
}

.about-area .business-item-info h3 {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 25px;
}

.about-area .business-item-info p {
  font-size: 16px;
  margin-bottom: 20px;
}

.about-count {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}

.about-count .counter-content-single h3 {
  font-weight: normal;
}

.about-count .counter-content-single h6 {
  font-weight: normal;
  margin-bottom: 0;
  color: #999;
}

@media (max-width: 767px) {
  .about-count {
    display: block;
    text-align: center;
  }

  .about-area .business-item-info {
    text-align: center;
  }

  .about-area .business-item-info h3 {
    font-size: 22px;
    margin-bottom: 16px;
  }

  .about-area .business-item-info p {
    font-size: 12px;
    margin-bottom: 10px;
  }
}

/* popup */
.popup {
  position: fixed;
  z-index: 1000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
}

/* contact */
.contact {
  width: 820px;
  padding: 20px 0;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.contact-subtitle {
  font-size: 18px;
  line-height: 30px;
  font-weight: normal;
  padding: 16px 0 24px 0;
  color: #333;
}

.contact-subtitle>b {
  font-weight: bold;
  color: #c73462;
  padding: 0 6px;
}

.close-btn {
  position: absolute;
  top: 12px;
  display: block;
  width: 24px;
  height: 24px;
  line-height: 24px;
  right: 10px;
  text-align: center;
  font-size: 18px;
  color: #c73462;
}

.close-btn:hover {
  color: #B12555;
}

.contact .php-email-form {
  width: 100%;
  padding: 30px;
  background: #fff;
  box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.6);
  position: relative;
}

.contact .php-email-form .form-group {
  padding-bottom: 8px;
}

.contact .php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}

.contact .php-email-form .error-message {
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 500;
  display: none;
}

.contact .php-email-form .error-message br+br {
  margin-top: 25px;
}

.contact .php-email-form .sent-message {
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 500;
  display: none;
}

.contact .php-email-form .loading {
  background: #fff;
  text-align: center;
  padding: 15px;
  display: none;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form .form-group {
  margin-bottom: 20px;
}

.contact .php-email-form label {
  padding-bottom: 8px;
}

.contact .php-email-form input[type='text'],
.contact .php-email-form input[type='email'],
.contact .php-email-form input[type='password'],
.contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  border-radius: 4px;
}

.contact .php-email-form input[type='text']:focus,
.contact .php-email-form input[type='email']:focus,
.contact .php-email-form input[type='password']:focus,
.contact .php-email-form textarea:focus {
  border-color: #C73462;
}

.contact .php-email-form input[type='text'],
.contact .php-email-form input[type='email'],
.contact .php-email-form input[type='password'] {
  height: 44px;
}

.contact .php-email-form textarea {
  padding: 10px 12px;
}

.contact .php-email-form button[type="submit"] {
  background: #C73462;
  border: 0;
  padding: 12px 34px;
  color: #fff;
  transition: 0.4s;
  font-weight: 500;
  border-radius: 50px;
}

.contact .php-email-form button[type="submit"]:hover {
  background: #B12555;
}

.contact .ercode-pic {
  font-size: 0;
}

.contact .ercode-pic img {
  font-display: inline-block;
  box-sizing: border-box;
  width: 100px;
  padding: 8px;
  margin-bottom: 6px;
  border: 1px solid #E6E6E6;
}

.contact .ercode-pic img+img {
  margin-left: 20px;
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

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

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

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

@media (max-width: 991px) {
  .contact {
    width: 94%;
  }

  .contact-subtitle {
    font-size: 12px;
    line-height: 20px;
    padding: 8px 0 12px 0;
  }

  .contact .php-email-form {
    padding: 15px;
  }

  .contact .php-email-form label {
    font-size: 12px;
    padding-bottom: 2px;
    margin-bottom: 4px;
  }

  .contact .php-email-form input[type='text'],
  .contact .php-email-form input[type='email'],
  .contact .php-email-form input[type='password'] {
    height: 30px;
  }

  .contact .php-email-form .form-group {
    margin-bottom: 0;
  }

  .contact .php-email-form input,
  .contact .php-email-form textarea {
    font-size: 12px;
  }

  .contact .php-email-form .error-message,
  .contact .php-email-form .sent-message,
  .contact .php-email-form .loading {
    font-size: 12px;
    padding: 10px;
  }

  .contact .php-email-form .error-message br+br {
    margin-top: 18px;
  }

  .contact .php-email-form button[type="submit"] {
    font-size: 14px;
    width: 76%;
  }

  .contact .ercode-pic img {
    width: 48px;
    padding: 4px;
  }

  .contact .ercode-pic img+img {
    margin-left: 10px;
  }

  .close-btn {
    top: 8px;
    right: 6px;
    font-size: 14px;
  }

  .ehb-tabs-wrapper section {
    display: block !important;
  }

  .ehb-tab-content > .section-title {
    display: block;
  }

  .ehb-tabs-nav {
    display: none;
  }

  .ehb-tab-content {
    padding-bottom: 30px;
  }

  .ehb-tab-content .tab-detail {
    padding-top: 30px;
  }

}