﻿/* CSS Document */

/*
Template Name: C-biz
Description: C-Biz - Responsive Template
Version: 2.0
Author: cBiz
Website: http://designelit.com
*/

/*
*****************************************************************************
 Style Index
.^^^^^^^^^^^^.
01.0 - GLOBAL CSS
02.0 - COMMON CSS
03.0 - GENERAL CSS
04.0 - HEADER AND MAIN MENU
05.0 - MAIN SLIDER AREA
06.0 - OUR GOAL
07.0 - PORTFOLIOS AND GALLERY
08.0 - WE DO
09.0 - CELEBRATION AND GET US
10.0 - NEWSLETTER
11.0 - RECENT POST / BLOG
12.0 - POPUP VIDEO
13.0 - TESTIMONIAL
14.0 - OUR CLIENT
15.0 - GET IN TOUCH / CONTACT FORM
16.0 - FOOTER AND FOOTER WIDGETS
17.0 - SIDEBAR AND SIDEBAR WIDGETS
18.0 - BLOG PAGE
19.0 - SINGLE / DETAILS PAGE
20.0 - CONTACT US PAGE
21.0 - OUR TEAM AREA
22.0 - ABOUT PAGE
23.0 - CUSTOMER REVIE SLIDER
24.0 - IDEA AREA
25.0 - SKILL AREA
26.0 - SERVICES AREA
27.0 - GOOGLE MAP
28.0 - ERROR PAGE / 404
29.0 - 30.0 - BACK TO TOP
*****************************************************************************
*/

/*
The font families that have been used
-----------------
font-family: 'Ubuntu', sans-serif;
font-family: 'Poppins', sans-serif;
*/

/*
The colors that were used
-------------------------
Content: #7f7f7f
Heading: #11193d;
Bacground: #26476c
Anchor : #11193d;
Yellow Type Color / Hover Color: #febd00
rgba(17, 25, 61, 1)
*/

/*
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|| 01.0 - GLOBAL CSS
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/*@import url("https://fonts.googleapis.com/css?family=Poppins:400,700|Ubuntu:400,300,700");*/
@import url("menu.css");

body {
  overflow-x: hidden;
  font-family: "PingFang SC", "Msyh", sans-serif;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  color: #000;
}

.gray-skin {
  filter: grayscale(100%)
}

h1,
h2,
h3,
h4,
h5,
h6 {
  /*font-family: "Ubuntu", sans-serif;*/
}

h2 {
  color: #11193d;
}

h3 {
  font-size: 24px;
  color: #000000;
  font-weight: 700;
}

h4 {
  font-size: 18px;
  color: #11193d;
  font-weight: 700;
}

img {
  max-width: 100%;
  height: auto;
}

ul,
ol {
  list-style: none;
}

ul {
  padding: 0;
  margin: 0;
}

a {
  transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  -webkit-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  color: #000;
  cursor: pointer;
}

a:hover {
  color: #337ab7;
}

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

.tool-banner-bg a.mp-jump:hover {
  color: #333;
}

.tool-banner-bg a.show-in-mob:hover {
  color: #FFCC36;
}

p {
  color: #7f7f7f;
  font-size: 14px;
  line-height: 24px;
  margin-top: 10px;
}

.iframe {
  border: none;
}

.all-section {
  overflow: hidden;
}

/*flaticons*/
[class^="flaticon-"]:before,
[class*=" flaticon-"]:before,
[class^="flaticon-"]:after,
[class*=" flaticon-"]:after {
  margin-top: 10px;
  margin-left: 0;
}

/*
  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  || 02.0 - COMMON CSS
  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
.padding-0 {
  padding: 0;
}

.pos-static {
  position: static;
}

.cbiz-btn {
  background-color: #11193d;
  padding: 15px 40px;
  display: inline-block;
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
  border: 2px solid transparent;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.cbiz-btn:hover,
.cbiz-btn.actived {
  border: 2px solid #11193d;
  background: #febd00;
  color: #fff;
  border: 2px solid #febd00;
}

.cbiz-btn:focus {
  color: #fff;
  text-decoration: none;
}

.cbiz-btn-border {
  display: inline-block;
  border: 2px solid #11193d;
  background: none;
}

.cbiz-btn-border:hover {
  background-color: #febd00;
  border-color: #febd00;
}

.section {
  padding-top: 40px;
  padding-bottom: 10px;
}

.section-li {
  margin-bottom: 30px;
}

.card-box {
  padding: 0 10px;
}

.section-heading {
  text-align: center;
  padding-bottom: 30px;
}

.section-heading .title,
.section-heading .title h2 {
  font-size: 30px;
  text-transform: capitalize;
  color: #000;
  font-weight: 700;
  display: inline-block;
  margin-bottom: 10px;
}

.section-heading .title span {
  font-weight: 400;
}

.section-heading p {
  font-size: 18px;
  color: #000;
  line-height: 25px;
  margin: 0;
}

.page-head {
  padding-top: 100px;
  padding-bottom: 90px;
}

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

.page-heading {
  font-size: 35px;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
}

.sub-title,
.sub-title a {
  text-align: center;
  /*font-family: "Ubuntu", sans-serif;*/
  font-size: 14px;
  color: #fff;
}

.sub-title a:hover {
  color: #febd00;
}

.gen-title,
.gen-title h4 {
  font-size: 18px;
  font-weight: 700;
  color: #11193d;
}

.comm-title,
.comm-title h3 {
  font-size: 24px;
  font-weight: 700;
  color: #11193d;
  text-transform: uppercase;
}

.comm-title {
  margin-bottom: 30px;
}

.border-in {
  border: 1px solid #e7e7e7;
  padding: 30px;
}

/*Section Background*/
.cbiz-bg {
  background-color: #071f31;
  /* background-image: url("../images/bg/service.jpg"); */
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: center center;
  color: #fff;
  position: relative;
  z-index: 0;
}

.footer-bg {
  position: inherit;
  background-color: #11193D;
}

.footer-bg a {
  color: #fff;
}

.cbiz-bg:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  background-color: rgba(17, 25, 61, 0.9);
}

/*Individual Section Background*/
/* .vid.cbiz-bg {
    background-image: url("../images/bg/service.jpg");
  }
  .customer-review.cbiz-bg {
    background-image: url("../images/bg/bg-review.jpg");
  }
  .our-goal.cbiz-bg {
    background-image: url("../images/bg/bg-goal.jpg");
  }
  .footer-main.cbiz-bg {
    background-image: url("../images/bg/footer.jpg");
  } */
.footer-main.cbiz-bg:after {
  background-color: rgba(244, 248, 255, 1);
}

/*Page Header Background*/
.page-bg {
  background-color: #202020;
  background-image: url("../image/abt-bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  color: #fff;
  position: relative;
  z-index: 0;
}

.page-bg:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  background-color: rgba(32, 32, 32, 0.85);
}

.blog-page .page-bg {
  background-image: url("../image/blog.jpg");
}

.single-page .page-bg {
  background-image: url("../image/abt-bg.jpg");
}

input[type="submit"] {
  background-color: #11193d;
  color: #fff;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

input[type="submit"]:hover {
  background-color: #febd00;
}

.flaticon-img {
  max-width: 45px;
}

#particles-js1,
#particles-js2,
#particles-js3,
#particles-js4 {
  position: absolute;
  height: 100%;
  top: 0;
  bottom: 0;
  width: 100%;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
}

/*
  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  || 03.0 - GENERAL CSS
  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/*Pre Loader*/
#loader {
  display: none;
  pointer-events: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 99999999999;
}

.spinner {
  position: absolute;
  width: 40px;
  height: 40px;
  top: 50%;
  left: 50%;
  margin-left: -40px;
  margin-top: -40px;
  -webkit-animation: rotatee 2s infinite linear;
  animation: rotatee 2s infinite linear;
}

.dot1,
.dot2 {
  width: 60%;
  height: 60%;
  display: inline-block;
  position: absolute;
  top: 0;
  border-radius: 100%;
  -webkit-animation: bouncee 2s infinite ease-in-out;
  animation: bouncee 2s infinite ease-in-out;
  background-color: #11193d;
}

.dot2 {
  top: auto;
  bottom: 0px;
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

@-webkit-keyframes rotatee {
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes rotatee {
  100% {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
  }
}

@-webkit-keyframes bouncee {

  0%,
  100% {
    -webkit-transform: scale(0);
  }

  50% {
    -webkit-transform: scale(1);
  }
}

@keyframes bouncee {

  0%,
  100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }

  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}

/*
  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  || 04.0 - HEADER AND MAIN MENU
  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
.header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
  /* transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out; */
  z-index: 999;
}

.header.affix {
  top: -55px;
}

.header.affix .menu-area {
  /* background-color: rgba(244,248,255, .95); */
  background-color: #fff;
}

/*
  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  || 05.0 - MAIN SLIDER AREA
  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
.click-to-next i {
  display: inline-block;
  width: 6px;
  height: 13px;
  border-radius: 5px;
  background: #febd00;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.click-to-next {
  display: inline-block;
  background: transparent;
  text-align: center;
  position: absolute;
  border: 1px solid #fff;
  bottom: 25px;
  left: 50%;
  margin-left: -10px;
  padding: 7px;
  border-radius: 15px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 100;
}

.click-to-next:hover {
  background: #fff;
}

.click-to-next:hover i {
  background: #11193d;
}

.bottom-top-animation {
  -webkit-animation-name: bounceball;
  animation-name: bounceball;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-play-state: running;
  animation-play-state: running;
  -webkit-animation-fill-mode: none;
  animation-fill-mode: none;
}

@-webkit-keyframes bounceball {
  from {
    bottom: 20px;
  }

  to {
    bottom: 50px;
  }
}

@keyframes bounceball {
  from {
    bottom: 20px;
  }

  to {
    bottom: 50px;
  }
}

/*-- Main slide --*/
.home-banner {
  display: none;
}

.main-slider .item img {
  /* width: 100%; */
  display: block;
  margin: 0 auto;
}

.main-slider .item:after {
  content: "";
  /* background-color: rgba(17, 25, 61, 0.5); */
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 5;
}

.main-slider .item .slider-content {
  z-index: 0;
  opacity: 0;
  -webkit-transition: opacity 500ms;
  -o-transition: opacity 500ms;
  transition: opacity 500ms;
}

.main-slider .item.active .slider-content {
  z-index: 100;
  opacity: 1;
  -webkit-transition: opacity 100ms;
  -o-transition: opacity 100ms;
  transition: opacity 100ms;
}

.main-slider .slider-content {
  top: 50%;
  margin-top: -70px;
  left: 0;
  padding: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  color: #fff;
}



.main-slider .slider-content h2 {
  margin-top: 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 60px;
  /*font-family: "Ubuntu", sans-serif;*/
  /*color: #fff;*/
}

.main-slider .slider-content p {
  /*color: #fff;*/
  margin-top: 25px;
  margin-bottom: 35px;
}

.main-slider .slider-content .slide-para {
  padding-right: 30%;
}

.white {
  color: #fff;
}

.black {
  color: #11193d;
}

.main-slider .slider-content h3 {
  font-size: 36px;
  font-weight: 300;
  margin-top: 60px;
  text-transform: uppercase;
  text-align: center;
  color: #555;
}

.main-slider strong {
  color: #febd00;
}

.main-slider .slider-btn {
  background-color: #febd00;
  /* margin-right: 30px; */
}

.main-slider .slider-btn.black {
  background-color: #11193d;
  color: #fff;
}

.main-slider .slider-btn.black:hover {
  background-color: #fff;
  color: #11193d;
  border: 2px solid #11193d;
}

.main-slider .slider-btn:hover {
  background-color: #11193d;
  color: #fff;
  border: 2px solid #11193d;
}

.main-slider .carousel-indicators {
  bottom: 30px;
}

.main-slider .carousel-indicators li {
  width: 14px;
  height: 14px;
  border: 2px solid #fff;
  margin: 1px;
}

.main-slider .carousel-control.left,
.main-slider .carousel-control.right {
  opacity: 1;
  filter: alpha(opacity=100);
  background-image: none;
  background-repeat: no-repeat;
  text-shadow: none;
  width: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.main-slider .carousel-control.right {
  -webkit-transform: translateX(500px);
  -ms-transform: translateX(500px);
  transform: translateX(500px);
}

.main-slider .carousel-control.left {
  -webkit-transform: translateX(-500px);
  -ms-transform: translateX(-500px);
  transform: translateX(-500px);
}

.main-slider:hover .carousel-control.left,
.main-slider:hover .carousel-control.right {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  z-index: 100;
}

.main-slider .carousel-control.left span {
  padding: 15px;
}

.main-slider .carousel-control.right span {
  padding: 15px;
}

.main-slider .carousel-control .fa-angle-left,
.main-slider .carousel-control .fa-angle-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}

.main-slider .carousel-control .fa-angle-left {
  left: 0;
}

.main-slider .carousel-control .fa-angle-right {
  right: 0;
}

.main-slider .carousel-control i {
  background: rgba(17, 25, 61, 0.9);
  color: #fff;
  line-height: 36px;
  font-size: 32px;
  padding: 15px 20px;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-slider .carousel-control i:hover {
  background: #febd00;
}

/*-- Animation --*/
.main-slide .animated4 strong {
  color: #ee3733;
}

.carousel .item.active .animated2 {
  -webkit-animation: lightSpeedIn 1s ease-in 300ms both;
  animation: lightSpeedIn 1s ease-in 300ms both;
}

.carousel .item.active .animated3 {
  -webkit-animation: bounceInLeft 1s ease-in-out 300ms both;
  animation: bounceInLeft 1s ease-in-out 300ms both;
}

.carousel .item.active .animated4 {
  -webkit-animation: flipInX 1s ease-in 300ms both;
  animation: flipInX 1s ease-in 300ms both;
}

.carousel .item.active .animated5 {
  -webkit-animation: bounceInLeft 1s ease-in-out 100ms both;
  animation: bounceInLeft 1s ease-in-out 100ms both;
}

.carousel .item.active .animated6 {
  -webkit-animation: bounceIn 1s ease-in 300ms both;
  animation: bounceIn 1s ease-in 300ms both;
}

.carousel .item.active .animated7 {
  -webkit-animation: bounceIn 1s ease-in 300ms both;
  animation: bounceIn 1s ease-in 300ms both;
}

.carousel .item.active .animated8 {
  -webkit-animation: fadeInDown 1s ease-in 500ms both;
  animation: fadeInDown 1s ease-in 500ms both;
}

.main-slider .carousel-inner .item {
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}

.main-slider .carousel-inner .item,
.main-slider .carousel-inner .active.left,
.main-slider .carousel-inner .active.right {
  opacity: 0;
}

.main-slider .carousel-inner .active,
.main-slider .carousel-inner .next.left,
.main-slider .carousel-inner .prev.right {
  opacity: 1;
}

.main-slider .carousel-inner .next,
.main-slider .carousel-inner .prev,
.main-slider .carousel-inner .active.left,
.main-slider .carousel-inner .active.right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.main-slider .carousel-inner .item .slideimg {
  height: 300px;
  background-repeat: no-repeat;
  background-position: center
}

.eventbanner1 {
  background-image: url(../image/banner1.jpg)
}

.eventbanner2 {
  background-image: url(../image/banner2.jpg)
}

.eventbanner3 {
  background-image: url(../image/banner3-1.jpg)
}

.eventbanner4 {
  background-image: url(../image/banner4-new.jpg)
}

.mainbanner {
  display: flex;
}

.mainmobile {
  display: none;
  /* 手机端未隐藏 */
}

.banner-item {
  position: relative;
}

.banner-content {
  position: absolute;
  top: 14%;
  left: 20%;
  color: #11193d;
}

.banner-content2 {
  top: 75%;
  left: 25%;
}

.banner-content3 {
  top: 68%;
  left: 50%;
  transform: translateX(-50%);
}

.banner-content h1 {
  font-weight: 700;
  font-size: 36px;
}

.banner-content p {
  color: #675B33;
  margin-top: 20px;
  font-size: 16px;
  line-height: 24px;
}

.banner-btn {
  font-size: 18px;
  margin-top: 20px;
  width: fit-content;
  border-radius: 3px;
  background-color: #fff;
  text-align: center;
  cursor: pointer;
  box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.1);
}

.banner-btn p {
  color: #F2B400;
  font-weight: 700;
  /* text-shadow: 1px 2px 0 #cd6d2f; */
  padding: 10px 40px;
}


.mobile-item {
  position: relative;
}

.mobile-content {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  left: 0;
  color: #11193d;
  text-align: center;
}

.mobile-content-home {
  position: absolute;
  top: 76%;
  transform: translateY(-50%);
  right: 0;
  left: 0;
  color: #11193d;
  text-align: center;
}

.mainmobile .mobile-content {
  top: 24%;
}

.mainmobile .mobile-content2 {
  display: flex;
  top: 90%;
  left: 10%;
}

.mainmobile .mobile-content3 {
  top: 76%;
}

.mobile-content h1 {
  font-weight: 600;
  font-size: 20px;
}

.mobile-content p {
  color: #333;
  margin-top: 2px;
  font-size: 12px;
  line-height: 18px;
}

.mobile-btn {
  font-size: 18px;
  margin: auto;
  width: 100px;
  border-radius: 3px;
  background-color: #fff;
  text-align: center;
  cursor: pointer;
  box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.1);
}

.mobile-btn p {
  color: #F2B400;
  font-weight: 700;
  padding: 6px 0;
}

.mobile-content .plan-heading {
  font-size: 32px;
  margin-bottom: 20px;
}

.mobile-content .plan-banner p {
  font-size: 16px;
  width: 80px;
}

.mobile-content .plan-banner embed {
  padding-bottom: 8px;
}

.mobile-content .plan-banner div:nth-child(2n-1) p {
  width: 65px;
}

/*
  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  || 06.0 - OUR GOAL
  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
.our-goal {
  background-color: #11193d;
  color: #fff;
}

.goal-slider {
  margin-bottom: 70px;
}

.goal-slider .carousel-indicators {
  top: 100%;
}

.goal-slider .carousel-indicators li {
  background-image: none;
  width: 10px;
  height: 10px;
  margin: 5px 10px;
  border: 2px solid #fff;
  padding: 0px;
  background: transparent;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  display: inline-block;
}

.goal-slider .carousel-indicators li:hover {
  background: #fff;
}

.goal-slider .carousel-indicators .active {
  width: 20px;
  background: #ffffff;
  border-radius: 15px;
}

.goal-content {
  margin-bottom: 30px;
}

.our-goal .section-heading {
  text-align: center;
  padding-bottom: 0;
}

.our-goal .section-heading .title {
  color: #fff;
}

.our-goal p {
  color: #fff;
}

.projects {
  text-align: center;
  font-weight: 700;
}

.pro-item {
  background: rgba(17, 25, 61, 0.2);
  padding-top: 25px;
  padding-bottom: 25px;
  margin-bottom: 30px;
  position: relative;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  border: 1px solid #fff;
}

.pro-item a {
  color: #fff;
}

.pro-item:hover a {
  color: #fff;
}

.pro-item:hover {
  background: #febd00;
  border: 1px solid #febd00;
}

.projects .counter {
  font-weight: 700;
  /*font-family: "Ubuntu", sans-serif;*/
  margin-top: 0;
  font-size: 32px;
  color: #fff;
}

.projects .about {
  line-height: 38px;
  margin-right: 3px;
  font-size: 20px;
}

.projects .end {
  font-size: 30px;
  padding-top: 5px;
  margin-left: 2px;
}

.projects .achievement {
  /*font-family: "Ubuntu", sans-serif;*/
  font-size: 18px;
  text-transform: uppercase;
  color: #fff;
  margin-top: 4px;
}

.new-goal {
  padding: 16px 0;
  background-image: url(../image/banner-sub.png);
  background-size: cover;
}

.new-goal .projects .counter {
  color: #333333;
  font-weight: 800;
}

.new-goal .projects .end {
  color: #333333;
  font-size: 24px;
}

.new-goal .projects .achievement {
  font-size: 20px;
  color: #333333;
}


/*
  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  || 07.0 - PORTFOLIOS AND GALLERY
  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */

.programme-paging .pagenation {
  background-color: transparent;
}

.programme-paging .pagination>li {
  background: #fff;
}

.programme-paging .pagenation a span {
  pointer-events: none;
}

.programme-paging .pagination>.pagi-prev::before,
.programme-paging .pagination>.pagi-next:after {
  border-top: 25px solid #fff;
  border-bottom: 25px solid #fff;
}

.portfolio-filter {
  display: table;
  margin: auto;
  margin-bottom: 30px;
  text-align: center;
}

.portfolio-filter a {
  font-weight: 500;
  text-transform: uppercase;
  padding: 14px;
  display: inline-block;
  position: relative;
  font-size: 18px;
  /*font-family: "Ubuntu", sans-serif;*/
}

.portfolio-filter .current {
  color: #F5CA26;
}

.portfolio-filter a:hover {
  color: #F5CA26;
}

.portfolio-filter a:after {
  content: "";
  position: absolute;
  bottom: 8px;
  left: 0;
  right: 0;
  background: #F5CA26;
  height: 2px;
  width: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.portfolio-filter a.current:after {
  width: 100%;
}

.portfolios {
  /* background: rgba(244, 248, 255, 1); */
  background: #F5F7F8;
}

.portfolio-container .grid-item {
  margin-bottom: 30px;
}

.portfolio-item {
  position: relative;
  border-radius: 15px;
  height: 250px;
  overflow: hidden;
  background-color: #11193d;
}

.portfolio-item img {
  width: 100%;
  opacity: 0;
}

.portfolio-item .port-hover {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 15px;
  background: rgba(17, 25, 61, .9);
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.portfolio-item:hover .port-hover {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.port-content {
  padding: 10% 10% 0;
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
  /* background: rgba(17, 25, 61, 0.9); */
  border-radius: 15px;
}

.port-content img {
  border-radius: 15px;
  /* width: 100%; */
  height: 100%;
  opacity: 0.2;
  filter: Alpha(opacity=40);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.port-content h3 {
  font-size: 20px;
  color: #fff;
  text-transform: uppercase;
}

.port-content p {
  font-size: 12px;
  color: #fff;
}

.port-icon {
  color: #fff;
  font-size: 20px;
  position: relative;
  display: inline-block;
  z-index: 0;
  margin-top: 30px;
  width: 30px;
  height: 30px;
}

.port-icon:focus {
  border: 0;
  outline: 0;
}

.port-icon:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  background: rgba(254, 189, 0, 0.8);
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  z-index: -10;
}

.port-icon:hover:after {
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
}

.fancybox-show-thumbs .fancybox-thumbs {
  background: #ccc;
}

.hidden-thumbnail {
  display: none;
}

.port-q {
  height: 100%;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  margin-top: 25%;
  opacity: 1;
  color: #fff;
  font-size: 20px;
  line-height: 40px;
  font-weight: 700;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.portfolio-item:hover .port-q {
  opacity: 0;
}

/*==================================================
   || 08.0 - WE DO
   ================================================== */
.we-do img {
  width: 100%;
  padding-right: 30px;
  margin-bottom: 30px;
}

.we-item {
  text-align: center;
  border: 1px solid #f1f1f1;
  padding-top: 30px;
  /* padding-bottom: 20px; */
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  margin-bottom: 35px;
  overflow: hidden;
  transition: all 0.3s;
  z-index: 10;
  cursor: pointer;
}

.we-item p {
  font-size: 12px;
}

.we-item:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 0;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  z-index: -5;
}

.we-tab .active .we-item:after {
  border-top: 1px solid #febd00;
  width: 100%;
}

.we-tab .active .we-item:before,
.we-tab .active .we-item:after {
  top: 0;
}

.we-item:hover .gen-title {
  color: #11193d;
}

.we-item [class^="flaticon-"]:before,
.we-item [class*=" flaticon-"]:before,
.we-item [class^="flaticon-"]:after,
.we-item [class*=" flaticon-"]:after {
  font-size: 50px;
}

.we-tab .active .we-item [class^="flaticon-"]:before,
.we-tab .active .we-item [class*=" flaticon-"]:before,
.we-tab .active .we-item [class^="flaticon-"]:after,
.we-tab .active .we-item [class*=" flaticon-"]:after,
.we-item:hover [class^="flaticon-"]:before,
.we-item:hover [class*=" flaticon-"]:before,
.we-item :hover[class^="flaticon-"]:after,
.we-item:hover [class*=" flaticon-"]:after {
  color: #febd00;
}

.we-item .gen-title {
  font-size: 16px;
  text-transform: uppercase;
  color: #11193d;
}

.home-tool {
  overflow: hidden;
  border-radius: 6px;
  position: relative;
  margin-bottom: 15px;
  width: 100%;
  box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.2);
}

.home-tool-item {
  /* margin-bottom: 20px; */
  cursor: pointer;
  border-radius: 5px;
}

.home-tool-item:hover {
  box-shadow: 0 0 0 2px #F2B400;
}

.home-tool img {
  width: 100%;
  border-radius: 6px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.home-tool-item:hover .home-tool img {
  transform: scale(1.1);
}

.home-tool-des {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  padding: 9% 9% 4%;
}

.home-tool-des h4 {
  text-align: left;
  font-size: 24px;
  margin-bottom: 3px;
}

.home-tool-des p {
  color: #000;
}

.home-tool-button {
  font-weight: 500;
  position: absolute;
  border-radius: 3px;
  color: #F2B400;
  background-color: #fff;
  text-align: center;
  cursor: pointer;
  box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.1);
  bottom: 8%;
  left: 10%;
  padding: 5px 30px;
}

.active-tool-button {
  width: 215px;
  display: block;
  margin: 0 auto;
  background-color: #FFCC36;
  color: #000;
  text-align: center;
  box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.2);
  padding: 15px 0;
  border-radius: 3px;
  font-size: 21px;
  font-weight: 700;
}

.active-tool-button:hover {
  color: #333;
}

.half .home-tool-button {
  bottom: auto;
  left: auto;
  bottom: 5%;
  left: 10%;
  padding: 5px 20px;
}

.home-tool a:focus,
.home-tool a:hover {
  color: #F2B400;
}

.home-service {
  margin-bottom: 24px;
  border-radius: 6px;
  overflow: hidden;
  cursor: pointer;
  position: relative;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
}

.home-service .bottom {
  width: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  bottom: 0;
  padding: 8px 20px;
  display: flex;
  justify-content: space-between;
}

.home-service .bottom h3 {
  width: 110px;
  color: #fff;
  font-weight: 500;
  font-size: 22px;
  line-height: 20px;
  margin: 10px 0;
}

.home-service .half {
  width: 110px !important;
}

.home-service .bottom p {
  width: 85%;
  height: 24px;
  line-height: 26px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  color: #fff;
  margin-left: 5px;
}

.home-service .bottom .btn {
  margin: auto 0;
  height: fit-content;
  color: #000;
  background-color: #F5CA26;
  padding: 6px 15px;
  border-radius: 3px;
}

.home-service:hover {
  box-shadow: 0 0 0 2px #F2B400;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.home-service img {
  width: 100%;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.home-service:hover img {
  transform: scale(1.1);
}

.working-item {
  color: #000;
  font-size: 16px;
  line-height: 30px;
}

.imgs-box {
  display: flex;
  align-items: center;
  justify-content: center;
}

.imgs-box .img-box {
  width: 300px;
  height: 260px;
  /* flex-shrink: 0; */
  background-image: url(../image/bg-white1.png);
  background-size: contain;
  /* 背景图片完整显示 */
  background-repeat: no-repeat;
  /* 防止背景图片重复 */
  background-position: center;
  /* 背景图片居中 */
  border-radius: 8px;
}

.icon-home {
  width: 64px;
  height: 64px;
}

.got-all-items ul li {
  padding-left: 0;
}

.sub-billboard .slick-slide {
  margin: 0 10px;
  /* 设置每个滑块的左右间距 */
}

.working-item :nth-child(1) {
  padding-right: 0;
  font-weight: 700;
}

.working-item :nth-child(2) {
  padding-left: 0;
}



.guests {
  background-image: url(../image/bg-white.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.case-show {
  display: flex;
  flex-direction: column;
  /* background-image:linear-gradient(72deg,#F0F3F5 50%,  #F7F9F9 50%); */
}

.case-show .logo-title {
  margin: 50px auto;
  width: 33%;
}

.guest-item {
  margin: 0;
  border: 2px solid rgba(0, 0, 0, 0);
  cursor: pointer;
  box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.1);
  padding: 10px;
  background-color: #fff;
  border-radius: 6px;
  margin-bottom: 20px;
}

.guest-item:hover {
  border: 2px solid #F2B400;
}

.guest-item:hover p,
.guest-item:hover h4 {
  color: #F2B400;
}

.guest-icon {
  width: 50px;
  height: 50px;
  border-radius: 50px;
  box-shadow: 0px 0px 1px 2px rgba(0, 0, 0, 0.1);
}

.guest-manber {
  font-weight: 500;
  font-size: 12px;
  color: #333;
}

/*==================================================
   || 09.0 - CELEBRATION AND GET US
   ================================================== */
.full-width-sec {
  position: relative;
  /* background-color: #c3cad2; */
  overflow: hidden;
}

/*For Slide*/
.three-in-slider .slick-dotted.slick-slider {
  margin: 0;
}

.three-in-slider .cel-feature {
  position: static;
}

.get-all-items .slick-current.slick-active .get-item img {
  border: 2px solid #febd00;
  opacity: 1;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.get-all-items .slick-current.slick-active .get-item h6 {
  color: #F2B400;
}

.got-all-items .get-item h6 {
  color: rgba(0, 0, 0, 0.40);
  font-size: 14px;
  font-weight: 600;
}

.service-slider-content.slick-initialized .slick-slide {
  overflow: hidden;
}

.slick-slide:focus {
  border: 0;
  outline: none;
}

.slider-thumb-2nd .slick-slide {
  width: 25% !important;
}

.cel-feature {
  max-height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 35%;
  z-index: 100;
}

.cel-feature.full-w-h {
  top: 0;
}

.mainbanner .cel-feature.full-w-h {
  width: 430px;
  height: 384px;
  margin: 46px 0 0 50px;
}

.full-width-sec-2nd .cel-feature {
  right: 0;
  left: 50%;
}

.cel-feature img {
  max-height: 100%;
  /* float: right; */
  width: auto;
  /* padding-left: 35px; */
}

.cel-feature.full-w-h img {
  width: 100%;
  height: 100%;
}

.full-width-sec-2nd .cel-feature img {
  float: left;
}

.cele-list {
  background: #11193d;
  padding: 60px;
  padding-bottom: 40px;
  padding-right: 15px;
  position: relative;
  z-index: 0;
}

.cele-list:after {
  background: #11193d;
  content: "";
  position: absolute;
  left: 0;
  right: -50000px;
  bottom: 0;
  top: 0;
  z-index: -5;
}

.cele-list li {
  margin-bottom: 50px;
}

.cele-list li:hover .gen-title {
  color: #febd00;
}

.cel-img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: #fff;
  text-align: center;
  float: left;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.cel-img img {
  display: inline-block;
  text-align: center;
  padding-top: 18px;
}

.cel-img img.flaticon-img {
  width: 35px;
}

.cel-content {
  padding-left: 95px;
  color: #fff;
}

.cel-content p {
  color: #fff;
}

.cel-content .gen-title {
  text-transform: uppercase;
  color: #fff;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.get-us h2,
.get-us h3,
.get-us h4,
.get-us p {
  color: #000;
}

.full-width-sec-2nd .get-us h2,
.full-width-sec-2nd .get-us h3,
.full-width-sec-2nd .get-us h4 {
  color: #11193d;
}

.full-width-sec-2nd .get-us p {
  color: #7f7f7f;
}

.case-show .cel-feature img {
  height: auto;
}

.case-show .get-us {
  min-height: 400px;
}

.pc-list {
  height: 409px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
  border-radius: 6px;
  overflow: hidden;
  margin: 0;
}

.pc-list-pre {
  display: flex;
  flex-direction: column;
  height: 412px;
  position: relative;
}

.pc-list-pre ul {
  color: #666666;
  font-size: 13px;
  padding-left: 40px;
  line-height: normal;
}

.pc-list-li {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 115px;
  padding-top: 27px;
}

.pc-list-buy {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
}

.pc-list-buy button {
  background-color: #333333;
  width: 159px;
  height: 40px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 5px;
}

.mb-list {
  display: flex;
  flex-direction: column;
  height: 100%;
  position: relative;
  border-radius: 4px;
  overflow: hidden;
  margin: 7.5px 0;
}

.mb-list-pre {
  height: 103px;
  padding: 24.5px 0 0 37px;
}

.mb-list-pre span {
  color: #000000;
  font-size: 26px;
  font-weight: 800;
}

.mb-list-pre p {
  font-size: 17px;
}

.feature-container-box {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  padding: 0;
}

.get-us {
  /* background: #11193d; */
  padding: 55px 50px 30px 20px;
  position: relative;
  z-index: 0;
}

.pc-banner {
  width: 100%;
  height: 400px;
  background-image: url(../image/main-banner-new2.png);
  background-size: cover;
  background-position: center;
}

.section-box {
  height: 534px;
  display: flex;
  align-items: center;
  padding: 0;
}

.get-us:after {
  /* background: #11193d; */
  content: "";
  position: absolute;
  left: 0;
  right: -50000px;
  bottom: 0;
  top: 0;
  z-index: -5;
}

.full-width-sec-2nd .get-us {
  background: #fff;
  padding: 30px 40px 30px 15px;
}

.full-width-sec-2nd .get-us:after {
  background: #fff;
  left: -5000px;
}

.get-icon,
.get-title {
  display: inline-block;
  vertical-align: top;
}

.get-icon {
  padding-top: 10px;
  position: relative;
  color: #fff;
}

.get-number {
  position: absolute;
  top: 12px;
  right: 10px;
  font-size: 10px;
}

.full-width-sec-2nd .get-number {
  top: 7px;
  left: 6px;
  color: initial;
}

.slider-thumb-2nd .slick-current {
  color: #febd00;
}

.bg-white {
  background-color: #fff;
}

.get-title h4 {
  text-transform: uppercase;
  padding-left: 15px;
  line-height: 24px;
  font-weight: 700;
}

.get-all-items {
  text-align: left;
  /* padding-right: 40px; */
}

.logo-items {
  transform: translateX(-24px);
}

.get-item {
  cursor: pointer;
  width: 100px;
  height: 100px;
  text-align: center;
  border-radius: 50%;
  margin-bottom: 50px;
  margin-top: 30px;
  display: inline-block;
}

.get-item img {
  object-fit: cover;
  width: 50px;
  height: 50px;
  margin: auto;
  border-radius: 50%;
  /* border: 2px solid #ddd; */
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
  /* opacity: 0.5; */
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.get-all-items .slick-current.slick-active .get-item img {
  border: 2px solid #febd00;
  opacity: 1;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.get-item h6 {
  text-transform: uppercase;
  padding-bottom: 30px;
  padding-top: 15px;
}

ul.get-services {
  padding-top: 50px;
  padding-bottom: 50px;
  margin-left: 35px;
  margin-right: 50px;
  text-align: left;
}

ul.get-services li {
  display: inline-block;
  width: 25%;
  margin-bottom: 10px;
  margin-left: 15px;
  color: #11193d;
  position: relative;
  text-transform: uppercase;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

ul.get-services li:before {
  position: absolute;
  content: "\f105";
  font-family: "fontAwesome";
  left: -10px;
  top: -2px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  top: 0;
}

ul.get-services li:hover:before {
  left: -8px;
  top: 0;
  color: #febd00;
}

ul.get-services li a {
  color: #11193d;
  text-transform: uppercase;
}

ul.get-services li:hover,
ul.get-services li a:hover {
  color: #febd00;
  cursor: pointer;
}

/*==================================================
   || 10.0 - NEWSLETTER
   ================================================== */
.newsletter {
  text-align: left;
  background-color: rgba(244, 248, 255, 1);
}

.news-content {
  margin-bottom: 30px;
}

.newsletter .section-heading {
  text-align: left;
  padding-bottom: 0;
}

.news-form input {
  height: 52px;
  border-radius: 0;
  color: #11193d;
}

.news-form input[type="email"] {
  border: 1px solid #11193d;
}

.news-form input[type="submit"] {
  background: #11193d;
  color: #fff;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.news-form input[type="submit"]:hover {
  background: #febd00;
}

.news-form input[type="email"]:focus {
  border: 1px solid #febd00;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.news-form input[type="email"]:focus::-webkit-input-placeholder {
  color: #febd00;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.news-form input[type="email"]:focus::-moz-placeholder {
  color: #febd00;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.news-form input[type="email"]:focus:-ms-input-placeholder {
  color: #febd00;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.news-form input[type="email"]:focus:-moz-placeholder {
  color: #febd00;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

/*==================================================
   || 11.0 - RECENT POST / BLOG
   ================================================== */
.re-blog-item {
  text-align: center;
  padding: 30px;
  border: 1px solid #ececec;
  position: relative;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  margin-bottom: 60px;
  position: relative;
  border-radius: 10px;
}

.re-feature-img {
  /* min-height: 200px;
    max-height: 220px; */
  height: 200px;
  background-color: #c2c9d1;
  overflow: hidden;
}

.re-blog-item img {
  display: block;
  width: 100%;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.re-blog-item:hover .re-feature-img img {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.re-blog-item .gen-title {
  margin-top: 30px;
  margin-bottom: 20px;
  text-transform: uppercase;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  /* height: 40px; */
}

.gen-stitle {
  height: 45px;
}

.re-blog-item:hover .gen-title {
  color: #febd00;
}

.re-time {
  position: absolute;
  top: 100%;
  left: 50%;
  background-color: #febd00;
  border-radius: 30px;
  padding: 8px 30px;
  color: #fff;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.re-time:hover {
  background-color: #11193d;
}

/*
  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  || 12.0 - POPUP VIDEO
  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
.vid {
  color: #fff;
  padding-top: 200px;
  padding-bottom: 180px;
}

.video-btn {
  position: relative;
  display: inline-block;
  z-index: 0;
}

.video-btn:after {
  border-radius: 50%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  background: rgba(255, 255, 255, 0.3);
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  z-index: -10;
}

.video-btn:hover:after {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.video-content h4 {
  color: #fff;
  text-transform: uppercase;
  margin-top: 40px;
  margin-bottom: 25px;
  font-weight: 400;
}

.video-content p {
  color: #fff;
}

.bs-example {
  margin: 20px;
}

.modal-content iframe {
  margin: 0 auto;
  display: block;
}

/*
  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  || 13.0 - TESTIMONIAL
  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
.testimonial {
  position: relative;
}

.testimonial .container {
  background-color: #fff;
  position: relative;
}

.testi-slider {
  margin-bottom: 0px;
}

.testi-item {
  text-align: center;
}

.testi-item img {
  width: auto;
  margin: auto;
}

.testi-item:hover {
  cursor: pointer;
}

.testi-img {
  position: relative;
  z-index: 0;
}

.testi-name .gen-title {
  text-transform: uppercase;
}

.testi-content {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}

.testi-slider .testi-img:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 42%;
  right: 0;
  background-color: #c2c9d1;
  z-index: -5;
  bottom: 0;
}

.testi-slider .slick-center .testi-img:after {
  background-color: #febd00;
}

.testi-slider .slick-slide img {
  display: initial;
}

.testi-slider .slick-initialized .slick-slide {
  outline: 0;
  margin: 0;
}

.testi-slider .slick-dots {
  /* bottom: -10px; */
}

.mainmobile .testi-slider .slick-dots,
.mainbanner .testi-slider .slick-dots {
  bottom: 10px;
}

.mainmobile .testi-slider .slick-dots li button,
.mainbanner .testi-slider .slick-dots li button {
  border: none;
  background: #fff;
  box-shadow: 0px 1px 2px 0px rgba(114, 84, 13, 0.5);
}

.mainmobile .testi-slider .slick-dots li.slick-active button .mainbanner .testi-slider .slick-dots li.slick-active button {
  border: none;
  background: #FABA23;
  box-shadow: 0px 1px 2px 0px rgba(114, 84, 13, 0.5);
}

.testi-slider .slick-dots li {
  margin: 0 2px;
}

.testi-slider .slick-dots li button {
  background-image: none;
  width: 10px;
  height: 10px;
  margin: 5px 0;
  border: 2px solid transparent;
  padding: 0px;
  background: #D9D9D9;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  display: inline-block;
}

.testi-slider .slick-dots li button:hover {
  background: #11193d;
}

.testi-slider .slick-dots li button:before {
  color: transparent;
}

.testi-slider .slick-dots li.slick-active button {
  width: 20px;
  background: #febd00;
  border-radius: 15px;
  border: 2px solid #febd00;
}

.testi-slider .slick-dots li.slick-active button:before {
  color: transparent;
}

/* 活动工具轮播箭头 */
.testi-slider .slick-prev {
  left: -70px;
}

.testi-slider .slick-next {
  right: -45px;
}

.testi-slider .slick-prev::before {
  content: url(../image/previous_icon.svg);
  font-size: 20px;
  background-color: #fff;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
  padding: 13px 15px 10px;
  margin-right: 20px;
  border-radius: 3px;
  opacity: 1;
  zoom: 0.9;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.testi-slider .slick-prev:hover::before {
  background-color: #F5CA26;
}

.testi-slider .slick-next::before {
  content: url(../image/next_icon.svg);
  font-size: 20px;
  background-color: #fff;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
  padding: 13px 15px 10px;
  border-radius: 3px;
  opacity: 1;
  zoom: 0.9;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.testi-slider .slick-next:hover::before {
  background-color: #F5CA26;
}

/*
  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  || 14.0 - OUR CLIENT
  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
.our-client {
  /* background-color: #febd00; */
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
}

.owl-item>.item>.logo-each>a>img {
  width: 70%;
  min-width: 128px;
}

.client-slider.owl-carousel .owl-item img {
  width: auto;
  display: inline-block;
}

.client-slider.owl-carousel .owl-item {
  display: inline-block;
  vertical-align: middle;
  float: none;
}

.client-slider .owl-nav {
  position: absolute;
  bottom: 0;
  right: 0;
}

/*
  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  || 15.0 - GET IN TOUCH / CONTACT FORM
  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
.get-touch .section-heading {
  padding-bottom: 30px;
}

.contact-info {
  margin-bottom: 40px;
  text-align: right;
}

.con-text {
  margin-left: 25px;
  position: relative;
  padding-left: 10px;
  color: #11193d;
  display: inline-block;
  text-align: left;
}

.con-text:before {
  position: absolute;
  content: "";
  right: 100%;
  border: 0.5px solid #11193d;
  top: 5px;
  bottom: 5px;
}

.con-text:after {
  font-size: 20px;
  position: absolute;
  content: "\f041";
  font-family: "fontAwesome";
  padding-right: 10px;
  right: 100%;
  top: 0;
  bottom: 5px;
}

.con-text:hover>a {
  color: #febd00;
}

.in-map:after {
  content: "\f041";
}

.in-envelope:after {
  content: "\f0e0";
}

.in-phone:after {
  content: "\f095";
}

.contact-info .con-align:nth-of-type(1) {
  text-align: left;
}

.contact-info .con-align:nth-of-type(3) {
  text-align: right;
}

/*Contact Form*/
.contact-form .form-control {
  border: 1px solid #e9e9e9;
  border-radius: 0;
}

.contact-form .has-error .form-control {
  -webkit-box-shadow: 2px 2px 5px 0 #f8b2b2;
  box-shadow: 2px 2px 5px 0 #f8b2b2;
}

.contact-form .has-error .form-control:focus {
  border: 1px solid #e9e9e9;
  -webkit-box-shadow: 2px 2px 5px 0 #f8b2b2;
  box-shadow: 2px 2px 5px 0 #f8b2b2;
}

.contact-form .form-control:focus {
  box-shadow: none;
  border: 1px solid #7bcf44;
}

.contact-form .form-group {
  margin-bottom: 30px;
}

.contact-form input,
.contact-form textarea {
  font-size: 12px;
  color: #7f7f7f;
  height: 45px;
  outline: none;
  border: 1px solid #e9e9e9;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.contact-form textarea {
  min-height: 133px;
  max-width: 100%;
  min-width: 100%;
}

.contact-form .form-btn {
  text-align: center;
}

/* .comment-form .form-btn {
    text-align: left;
  } */
.contact-form .contact-form-btn {
  font-size: 16px;
  padding: 10px 50px;
  border-radius: 0;
  border: 0;
  background: #febd00;
  color: #fff;
  text-transform: uppercase;
}

.contact-form .contact-form-btn1 {
  font-size: 16px;
  padding: 10px 50px;
  border-radius: 0;
  border: 0;
  background: #febd00;
  color: #fff;
  text-transform: uppercase;
}

.contact-form .contact-form-btn:hover {
  background: #11193d;
}

.contact-form .contact-form-btn:focus {
  border: 0;
}

.contact-form input::-webkit-input-placeholder {
  color: #b7b7b7;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.contact-form input::-moz-placeholder {
  color: #b7b7b7;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.contact-form input:-ms-input-placeholder {
  color: #b7b7b7;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.contact-form input:-moz-placeholder {
  color: #b7b7b7;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.contact-form textarea::-webkit-input-placeholder {
  color: #b7b7b7;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.contact-form textarea::-moz-placeholder {
  color: #b7b7b7;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.contact-form textarea:-ms-input-placeholder {
  color: #b7b7b7;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.contact-form textarea:-moz-placeholder {
  color: #b7b7b7;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.contact-form input:focus::-webkit-input-placeholder {
  color: #febd00;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.contact-form input:focus::-moz-placeholder {
  color: #febd00;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.contact-form input:focus:-ms-input-placeholder {
  color: #febd00;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.contact-form input:focus:-moz-placeholder {
  color: #febd00;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.contact-form textarea:focus::-webkit-input-placeholder {
  color: #febd00;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.contact-form textarea:focus::-moz-placeholder {
  color: #febd00;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.contact-form textarea:focus:-ms-input-placeholder {
  color: #febd00;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.contact-form textarea:focus:-moz-placeholder {
  color: #febd00;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.messages .alert-success {
  background: none;
  border: 0;
}

/*
  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  || 16.0 - FOOTER AND FOOTER WIDGETS
  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/*Widget Title*/
.widget {
  margin-bottom: 30px;
}

.widget2 {
  float: right;
}

.wi-title {
  margin-bottom: 30px;
}

.wi-title,
.wi-title h5 {
  /*font-family: "Ubuntu", sans-serif;*/
  font-size: 16px;
  color: #7f7f7f;
  text-transform: uppercase;
}

/*Widget Tags*/
.wi-tags ul li {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
}

.wi-tags ul li a {
  display: block;
  padding: 5px 15px;
  border-radius: 5px;
  background-color: #1d3f66;
  color: #fff;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 12px;
  line-height: 21px;
}

.wi-tags ul li a:hover {
  color: #febd00;
}

/*Widget Social*/
.wi-social ul li {
  display: inline-block;
  margin-right: 10px;
  background: #1d3f66;
  border-radius: 3px;
  width: 30px;
  height: 30px;
  margin-bottom: 15px;
  text-align: center;
  position: relative;
}

.wi-social ul li a {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
}

.wi-social ul li a:hover {
  color: #febd00;
}

.wi-social ul li a .normal-show {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  bottom: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.wi-social ul li a .hover-show {
  position: absolute;
  left: 0;
  right: 0;
  top: 120%;
  bottom: 0px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.wi-social ul li a:hover i.normal-show {
  top: -50%;
}

.wi-social ul li a:hover i.hover-show {
  top: 50%;
}

/*Widget News*/
.wi-news ul li {
  margin-bottom: 30px;
  display: table;
}

.release-list ul {
  display: flex;
}

.release-list li {
  margin-right: 10px;
}

.release-list a:hover {
  color: #febd00;
}

.release-li {
  margin-bottom: 30px;
  display: table;
}

.news-left {
  width: 120px;
  margin-right: 20px;
  float: left;
}

.news-left img {
  padding-top: 5px;
  display: block;
  width: 100%;
  border-radius: 7px;
  height: 95px;
}

.news-right {
  padding-left: 140px;
}

.news-right-a {
  font-size: 20px;
}

.news-right-a:hover {
  color: #febd00;
}

.news-right h1 {
  font-size: 48px;
  margin-bottom: 10px;
}

.news-right h5 {
  text-transform: uppercase;
  font-weight: 400;
}

.news-right p {
  margin: 0;
  line-height: 30px;
}

.posted span {
  display: inline-block;
  margin-right: 15px;
}

.posted a {
  color: #11193d;
}

.posted {
  margin-top: 5px;
}

.posted span i {
  display: inline-block;
  padding-right: 5px;
}

.posted span a:hover {
  color: #febd00;
}

.footer {
  color: #7f7f7f;
}

.footer-main {
  padding-top: 30px;
  padding-bottom: 0px;
}

/* .footer p,
  .footer a {
    color: ##7f7f7f;
  } */
.logo {
  height: 40px;
}

.logo .wi-title {
  margin-bottom: 30px;
}

.wi-title img {
  max-width: 50%;
}

.wi-list {
  margin-top: 30px;
}

.wi-list li {
  margin-bottom: 15px;
}

.wi-list i {
  display: inline-block;
  margin-right: 10px;
  /* background: #fff; */
  padding: 7px;
  border-radius: 3px;
  width: 30px;
  height: 31px;
  text-align: center;
}

.wi-list a:hover {
  color: #febd00;
}

.copyright {
  /* background-color: #f4f8ff; */
  text-align: center;
  padding-bottom: 20px;
  z-index: 100;
  color: #C1C1C1;
}

/*
  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  || 17.0 SIDEBAR AND SIDEBAR WIDGETS
  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
.wi-side {
  border: 1px solid #e7e7e7;
  padding: 50px 30px 30px 30px;
  position: relative;
  border-radius: 10px;
  margin-bottom: 50px;
}

.wi-border {
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.wi-border h3,
.wi-border-title {
  padding: 20px;
  text-transform: uppercase;
  font-size: 24px;
  text-align: center;
  display: inline-block;
  margin: 0;
  background: #fff;
}

/*About Slider Widget*/
.wi-about {
  text-align: center;
}

.wi-about .abt-img {
  display: inline-block;
  width: 150px;
  height: 150px;
  border-radius: 100%;
}

.wi-about .abt-img img {
  border-radius: 50%;
  width: 100%;
  border: 2px solid #11193d;
}

.wi-about h4 {
  text-transform: uppercase;
  font-weight: 400;
  margin-top: 30px;
  margin-bottom: 20px;
}

.wi-about p {
  text-align: justify;
}

/* Widget Categories */
.wi-cat ul li {
  position: relative;
}

.wi-cat ul li:before {
  content: "\f0da";
  font-family: "fontAwesome";
  position: absolute;
  left: 0;
}

.wi-cat ul li {
  display: table;
  width: 100%;
}

.wi-cat ul li a {
  text-transform: uppercase;
  color: #11193d;
  display: block;
  margin-bottom: 12px;
  padding-left: 20px;
}

.wi-cat ul li a:hover {
  color: #febd00;
}

.wi-cat ul li span {
  display: table-cell;
  width: 100%;
}

.wi-cat ul li span:first-child {
  text-align: left;
}

.wi-cat ul li span:last-child {
  text-align: right;
}

/* Widget Search */
.wi-search input {
  border-radius: 0;
  height: 52px;
}

.wi-search input[type="search"] {
  border: 0.5px solid transparent;
  border-bottom: 0.5px solid #e7e7e7;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.wi-search input[type="search"]:focus {
  border: 0.5px solid #febd00;
}

.wi-search .search-btn {
  position: relative;
}

.wi-search .search-btn:before {
  content: "\f002";
  font-family: "fontAwesome";
  position: absolute;
  color: #fff;
  font-size: 18px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/* Recent Post */
.wi-recent ul li {
  position: relative;
}

.wi-recent ul li:before {
  content: "\f0da";
  font-family: "fontAwesome";
  position: absolute;
  left: 0;
}

.wi-recent ul li a {
  text-transform: uppercase;
  color: #11193d;
  display: block;
  margin-bottom: 12px;
  padding-left: 20px;
}

.wi-recent ul li a:hover {
  color: #febd00;
}

/*
  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  || 18.0 - BLOG PAGE
  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
.blog-content {
  padding-bottom: 20px;
}

.blog-content h3 {
  font-size: 20px;
}

.blog-feature {
  position: relative;
  overflow: hidden;
}

.blog-share {
  position: absolute;
  top: 100px;
  left: 0;
  width: 50px;
  background-color: #febd00;
  padding-top: 5px;
  padding-bottom: 5px;
}

.blog-share a {
  display: block;
  text-align: center;
  font-size: 18px;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #fff;
}

.blog-share a:hover {
  color: #11193d;
}

.posted-by {
  position: absolute;
  bottom: 0;
  left: 100px;
  right: 100px;
  background: #fff;
}

.posted-details {
  display: table;
  width: 100%;
  padding-left: 60px;
  padding-right: 60px;
}

.blog-no-sidebar .posted-by {
  left: 50px;
  right: 50px;
}

.blog-no-sidebar .posted-details {
  padding-left: 20px;
  padding-right: 20px;
}

.posted-details a {
  color: #7f7f7f;
}

.posted-details a:hover {
  color: #febd00;
}

.posted-left,
.posted-right {
  padding: 15px;
  display: table-cell;
}

.posted-left {
  width: 75%;
}

.posted-right {
  width: 25%;
  text-align: right;
}

.post-title,
.post-title h3 {
  line-height: 30px;
  text-transform: uppercase;
  color: #11193d;
  /* -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; */
}

.post-title h3:hover {
  color: #febd00;
}

/*Pagination*/
.blog-pagination {
  display: table;
  margin: auto;
  margin-bottom: 30px;
}

.pagination>li {
  display: inline-block;
  background: #f2f2f2;
  margin-left: -4px;
}

.pagination>.pagi-prev {
  margin-right: 9px;
  text-transform: uppercase;
  padding-right: 30px;
  padding-left: 15px;
  position: relative;
}

.pagination>.pagi-next {
  margin-left: 5px;
  text-transform: uppercase;
  padding-left: 30px;
  padding-right: 15px;
  position: relative;
}

.pagination>.pagi-prev:before,
.pagination>.pagi-next:after {
  content: "";
  position: absolute;
  top: 0;
  left: -30px;
  right: 100%;
  bottom: 0;
  border-top: 25px solid #f2f2f2;
  border-bottom: 25px solid #f2f2f2;
  border-left: 30px solid transparent;
}

.pagination>.pagi-next:after {
  right: -30px;
  left: 100%;
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
  background: none;
  color: #febd00;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
  background: none;
  color: #febd00;
}

.pagination>li>a,
.pagination>li>span {
  border: 0;
  background: none;
  padding: 15px;
  color: #11193d;
  /*font-family: "Ubuntu", sans-serif;*/
  font-weight: 400;
}

.pagination li span+span i {
  font-size: 18px;
  font-weight: 700;
}

/*
  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  || 19.0 - SINGLE / DETAILS PAGE
  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
.comments-section {
  padding-right: 50px;
  margin-bottom: 50px;
}

.admin {
  border-top: 1px solid #e7e7e7;
  padding-top: 30px;
}

.admin-img {
  width: 120px;
  max-width: 120px;
  float: left;
}

.admin-img img {
  display: block;
  width: 100%;
}

.admin-content {
  padding-left: 150px;
}

.admin-content h3 {
  margin-top: 0;
  color: #febd00;
  text-transform: uppercase;
}

.admin-content h3:hover {
  text-decoration: underline;
}

.media-all {
  padding-left: 100px;
}

.comment-title {
  padding-top: 30px;
  padding-bottom: 15px;
}

.comment-title,
.comment-title h3 {
  text-transform: uppercase;
}

.comment-title p {
  text-transform: initial;
}

.media {
  border: 1px solid #e7e7e7;
  padding: 30px;
  margin-bottom: 30px;
}

.media-left {
  width: 100px;
  height: 100px;
  display: block;
  float: left;
}

.media-left img {
  display: block;
  width: 100%;
}

.media-body {
  padding-left: 10px;
}

.media-heading .media-heading h4 {
  font-weight: 400;
}

.media-heading a {
  color: #11193d;
  font-weight: 400;
}

.media-heading a:hover {
  color: #febd00;
}

.media-heading,
.comment-reply {
  display: table-cell;
  width: 100%;
}

.comment-reply {
  text-align: right;
}

.comment-reply a {
  font-size: 18px;
  color: #febd00;
  text-decoration: underline;
}

.media .media {
  padding: 0;
  padding-left: 100px;
  border: 0;
}

/*
  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  || 20.0 - CONTACT US PAGE
  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
.contact-us .form-btn {
  position: static;
  text-align: left;
}

.contact-us input,
.contact-us textarea {
  border: 1px solid #e7e7e7;
}

.contact-list {
  margin-top: 30px;
  margin-bottom: 30px;
}

.contact-list li {
  margin-bottom: 10px;
}

.contact-list i {
  display: inline-block;
  margin-right: 10px;
  color: #11193d;
  padding: 7px;
  border-radius: 3px;
  text-align: center;
}

.contact-list a {
  color: #11193d;
}

.contact-list a:hover {
  color: #febd00;
}

.contact-social ul li {
  display: inline-block;
  margin-right: 10px;
  background: #11193d;
  border-radius: 3px;
  width: 55px;
  height: 55px;
  margin-bottom: 15px;
  text-align: center;
  position: relative;
  border-radius: 50%;
}

.contact-social ul li a {
  display: block;
  margin-top: 5px;
  font-size: 20px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
  color: #fff;
}

.contact-social ul li a:hover {
  color: #febd00;
}

.contact-social ul li a .normal-show {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  bottom: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.contact-social ul li a .hover-show {
  position: absolute;
  left: 0;
  right: 0;
  top: 120%;
  bottom: 0px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.contact-social ul li a:hover i.normal-show {
  top: -50%;
}

.contact-social ul li a:hover i.hover-show {
  top: 50%;
}

/*
  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  || 21.0 - OUR TEAM AREA
  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
.team-each {
  border: 1px solid #e7e7e7 !important;
  padding: 30px;
  margin-bottom: 30px;
  width: 100%;
}

.team-member {
  text-align: center;
  position: relative;
  background-size: cover;
  margin-bottom: 30px;
  cursor: pointer;
}

.team-member img {
  display: block;
  width: 100%;
}

.member-name {
  text-transform: uppercase;
  text-align: center;
}

.team-member .member-hover {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(17, 25, 61, 0.8);
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.team-member:hover .member-hover {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  z-index: 20;
}

.team-member .cbiz-btn {
  min-width: 180px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.member-info .cbiz-btn {
  background: none;
  border: 1px solid #fff;
  color: #fff;
  display: table;
}

.team-member .cbiz-btn:hover {
  background: #febd00;
  border: 1px solid #febd00;
}

.member-social {
  position: absolute;
  bottom: 30px;
  display: table;
  width: 100%;
  margin: auto;
}

.member-social {
  margin-top: 50px;
}

.member-social ul {
  display: table;
  margin: auto;
}

.member-social ul li {
  float: left;
}

.member-social ul li a {
  font-size: 16px;
  color: #febd00;
  display: inline-block;
  position: relative;
  width: 30px;
  height: 30px;
  margin-left: 4px;
  margin-right: 4px;
  border: 1px solid #fff;
  border-radius: 100%;
}

.member-social ul li a:hover {
  background-color: #febd00;
  color: #fff;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.member-social ul li a i {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.member-content {
  text-align: center;
  margin-top: 20px;
}

/*
  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  || 22.0 - ABOUT PAGE
  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
.about-page .team-each {
  padding: 0;
  padding-bottom: 10px;
  border: 0;
}

.about-page h4 {
  text-transform: uppercase;
  line-height: 24px;
}

.about-overview {
  position: relative;
}

.about-text {
  padding-right: 60px;
  margin-bottom: 30px;
}

.about-overview-img {
  /* position: absolute;
    left: 50%;
    right: 0;
    top: 0;
    bottom: 0; */
  /* background-image: url(../imgs/map.png); */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/*
  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  || 23.0 - CUSTOMER REVIE SLIDER
  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
.customer-review {
  color: #fff;
}

.review-item {
  display: table;
  width: 100%;
}

.review-item p {
  color: #fff;
}

.review-title,
.review-img,
.review-text {
  display: table-cell;
  vertical-align: top;
}

.review-title {
  padding-right: 100px;
  text-transform: uppercase;
}

.review-img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  vertical-align: middle;
}

.review-img img {
  margin-top: 15px;
  width: 100%;
  display: block;
  border-radius: 50%;
}

.review-text {
  padding-left: 100px;
}

.review-text h5 {
  text-transform: uppercase;
  margin-top: 20px;
}

.review-text p {
  color: #fff;
  margin-top: 0;
}

.review-slider .owl-nav {
  position: absolute;
  bottom: 0;
  right: 0;
}

.review-slider .owl-nav [class*="owl-"] {
  background: none;
  font-size: 20px;
  margin: 0;
}

.review-slider .owl-nav [class*="owl-"]:hover {
  background: none;
  color: #febd00;
}

/*
  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  || 24.0 - IDEA AREA
  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
.ideas {
  text-align: center;
  color: #fff;
  background-image: none;
}

.ideas.cbiz-bg:after {
  background-color: #11193d;
}

.ideas .service-content p,
.ideas .service-content h4,
.ideas .service-content a {
  color: #fff;
}

.ideas .service-content h4 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.ideas [class^="flaticon-"]:before,
.ideas [class*=" flaticon-"]:before,
.ideas [class^="flaticon-"]:after,
.ideas [class*=" flaticon-"]:after,
.ideas i {
  color: #fff;
  font-size: 50px;
  display: inline-block;
  color: #fff;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.ideas .service-box:hover [class^="flaticon-"]:before,
.ideas .service-box:hover [class*=" flaticon-"]:before,
.ideas .service-box:hover [class^="flaticon-"]:after,
.ideas .service-box:hover [class*=" flaticon-"]:after {
  color: #febd00;
}

.ideas .service-box {
  padding-bottom: 40px;
  padding-top: 40px;
  margin-bottom: 0;
}

.ideas .service-box:nth-of-type(2) {
  background-color: #1d3f66;
}

.ideas .service-icon .flaticon-png {
  width: 50px;
  display: inline-block;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

/*
  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  || 25.0 - SKILL AREA
  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
.skill-info h3 {
  text-transform: uppercase;
}

.skill-progress {
  margin-top: 50px;
}

.skill-progress h5 {
  text-transform: uppercase;
  margin-bottom: 20px;
}

.prog-item {
  margin-bottom: 50px;
}

.progressbar {
  width: 100%;
  margin-top: 5px;
  margin-bottom: 35px;
  position: relative;
  background-color: #eee;
  -webkit-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.1);
  background: url(../image/prog.png);
}

.proggress {
  height: 8px;
  width: 10px;
  position: relative;
  overflow: visible !important;
}

.percentCount {
  width: 38px;
  float: right;
  position: absolute;
  right: 0;
  top: -41px;
  height: 53px;
  background-repeat: no-repeat;
  text-align: center;
  font-size: 10px;
  padding-top: 4px;
  color: #fff;
  -webkit-transform: translateX(17px);
  -ms-transform: translateX(17px);
  transform: translateX(17px);
  top: -47px;
}

.prog-web .percentCount {
  background: url(../image/prog1.png);
  background-repeat: no-repeat;
}

.prog-graphic .percentCount {
  background: url(../image/prog2.png);
  background-repeat: no-repeat;
}

.prog-writing .percentCount {
  background: url(../image/prog3.png);
  background-repeat: no-repeat;
}

.prog-html .percentCount {
  background: url(../image/prog4.png);
  background-repeat: no-repeat;
}

/*
  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  || 26.0 - SERVICES AREA
  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
.our-service .single-services {
  background: #fff;
  padding: 30px 20px 30px 72px;
  position: relative;
  margin-top: 15px;
  text-align: left;
  overflow: hidden;
}

.our-service .single-services:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 0%;
  height: 1px;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  background: #febd00;
}

.our-service .single-services:hover:before {
  width: 100%;
}

.our-service [class^="flaticon-"]:before,
.our-service [class*=" flaticon-"]:before,
.our-service [class^="flaticon-"]:after,
.our-service [class*=" flaticon-"]:after {
  font-size: 36px;
  display: inline-block;
  margin-top: 5px;
}

.our-service .single-services .icon i,
.our-service .single-services .icon img {
  font-size: 40px;
  position: absolute;
  left: 20px;
  text-align: center;
  display: inline-block;
  border: 1px solid transparent;
  top: 48px;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  color: #febd00;
}

.our-service .single-services .icon img {
  width: 50px;
  left: 10px;
}

.our-service .single-services:hover .icon i,
.our-service .single-services:hover .icon img {
  -webkit-transform: translateX(-200%);
  -ms-transform: translateX(-200%);
  transform: translateX(-200%);
}

.our-service .single-services .icon.two i,
.our-service .single-services .icon.two img {
  opacity: 0;
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.our-service .single-services:hover .icon.two i,
.our-service .single-services:hover .icon.two img {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.our-service .single-services h4 {
  text-transform: uppercase;
}

.our-service .single-services h4 a {
  color: #11193d;
}

.service {
  text-align: center;
  position: relative;
}

/*If you want to use flat icon then use*/
.service [class^="flaticon-"]:before,
.service [class*=" flaticon-"]:before,
.service [class^="flaticon-"]:after,
.service [class*=" flaticon-"]:after {
  font-size: 50px;
  display: inline-block;
}

.service-box {
  margin-bottom: 50px;
  height: 120px;
}

.icon-large {
  font-size: 42px;
  color: #666;
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}

.icon-large {
  text-shadow: 0 0 0 #ee3733;
}

.icon-large:hover,
.service-box:hover .icon-large {
  text-shadow: 5px 5px 2px rgba(255, 255, 255, 0);
}

.service-content h4 {
  font-size: 18px;
  /* color: #febd00; */
  color: #000;
  text-transform: capitalize;
  margin-top: 15px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.service-box:hover .service-content h4 {
  color: #febd00;
}

.service-content {
  padding-left: 30px;
  padding-right: 30px;
}

.service-box .flaticon-img {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.service-box:hover .flaticon-img {
  -webkit-transform: scale(1.08);
  -ms-transform: scale(1.08);
  transform: scale(1.08);
}

/*
  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  || 27.0 - GOOGLE MAP
  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
.gmap-container {
  position: relative;
  padding-top: 35%;
}

.gmap {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

/*
  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  || 27.0 - 高德地图
  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
.amap-area {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 99999;
  /* visibility: hidden; */
}

.amap-container1 {
  position: relative;
  left: 10%;
  top: 10%;
  width: 80%;
  height: 80%;
}

.amap-container {
  width: 100%;
  height: 100%;
}

.remove-map {
  position: absolute;
  top: 20px;
  right: 20px;
  color: #000;
  font-size: 18px;
  cursor: pointer;
  z-index: 9999999;
}

.remove-map:hover {
  font-size: 24px;
  top: 17px;
  right: 17px;
}

.amap-copyright {
  visibility: hidden !important;
}

/*
  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  || 28.0 - ERROR PAGE / 404
  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
.error-page {
  text-align: center;
}

.error-page .error-inner {
  display: inline-block;
  margin-bottom: 50px;
}

.error-page .error-inner h1 {
  font-size: 150px;
  color: #ee3733;
}

.error-page .error-inner h1 span {
  display: block;
  font-size: 50px;
  color: #11193d;
}

.error-page .error-inner p {
  padding: 20px 15px;
}

.error-page .error-inner .btn {
  background: #11193d;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 0;
  padding: 15px 30px;
}

.error-page .error-inner .btn:hover {
  background: #febd00;
}

.error-page .error-inner .btn i {
  margin-right: 10px;
}

.tooltip.right .tooltip-arrow {
  border-right-color: #fff;
}

.tooltip-inner {
  background-color: #fff;
  max-width: 400px;
}

.tooltipqrcode {
  margin-top: 10px
}

.tooltipqrcode span {
  font-size: 16px;
  color: #000;
  padding: 20px;
  margin-top: 20px;
}

.tooltipqrcode img {
  width: 150px;
  height: 150px;
  margin-bottom: 5px;
}

.tooltipqrcode img:nth-child(1) {
  margin-right: 5px;
}

.blogimg {
  width: 100%;
  height: auto;
}

.get-touch {
  padding-top: 40px;
}

.readmore {
  text-align: right;
  font-size: 18px;
}

.recommend-title {
  padding-left: 0px;
}

.blogbody {
  width: 1199px;
}

.contact-form .tooltip-inner {
  background-color: #333;
  color: #333;
  max-width: 300px;
}

.contact-form .tooltip.top .tooltip-arrow {
  border-top-color: #333;
}

.wechatofficialaccount span {
  color: #fff;
}

.footerheader .tooltip.in {
  filter: alpha(opacity=100);
  opacity: 1;
}

.footerheader .tooltip-inner {
  background-color: #febd00;
  color: #febd00;
  max-width: 400px;
}

.footerheader .tooltip-inner img {
  height: 150px;
  width: 150px;
}

.footerheader .tooltip.top .tooltip-arrow {
  border-top-color: #febd00;
}

/*
  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  || 29.0 - BACK TO TOP
  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
.askfortry {
  /* display: none; */
  position: fixed;
  bottom: 238px;
  right: 15px;
  z-index: 1000;
  padding: 0;
  width: 135px;
  border: none;
}

.askfortry a {
  border: none;
  display: flex;
  padding: 4px 14px;
}

.askfortry a:hover {
  cursor: pointer;
  color: #000;
}

.askfortry a:focus {
  text-decoration: none;
}

.askfortry a :nth-child(1) {
  width: 30px;
}

.askfortry a :nth-child(2) {
  width: 100px;
}

.askfortry span {
  font-size: medium;
  font-weight: 800;
  line-height: 32px;
  width: 32px;
  word-break: normal;
  padding-left: 5px;
}

.xiaokefu-mobile {
  display: none;
}

.askfortry .side-button {
  background: linear-gradient(135deg, #FFD867 0%, #FFEDA5 100%);
  padding: 5px;
  border-radius: 6px;
}



.askfortry .side-button:nth-child(2) {
  background: linear-gradient(315deg, #FFD867 0%, #FFEDA5 100%);
}


.back-to-top {
  /* display: none; */
  position: fixed;
  bottom: 54px;
  right: 15px;
  z-index: 101;
}

.back-to-top i {
  display: block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  color: #fff;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  text-align: center;
  background-color: #5f5f5f;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

.back-to-top i:hover {
  background-color: #febd00;
}

.readmore-btn {
  padding-bottom: 40px;
}


/*
  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  || Contact Us
  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */

/* contactus */
.contact-list {
  display: flex;
}

.contact-list li {
  text-align: center;
  margin: 30px 30px 0 40px;
}

.contact-list [class^="flaticon-"]:before,
.contact-list [class*=" flaticon-"]:before,
.contact-list [class^="flaticon-"]:after,
.contact-list [class*=" flaticon-"]:after {
  font-size: 50px;
}


/*
  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  || Home - Features
  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */



.feature-box h3 {
  /* font-family: "Alibaba PuHuiTi"; */
  font-size: 30px;
  margin-bottom: 30px;
  padding-top: 15px;
}

.feature-box .img-box {
  padding: 0;
}

.feature-list li {
  list-style: none;
  font-size: 16px;
}

.feature-list span {
  color: #FD7034;
  font-weight: 700;
  margin-right: 10px;
  white-space: nowrap;
}

.feature-content p {
  color: #000;
  font-size: 16px;
  line-height: 28px;
  /* padding-right: 40px; */
  margin-left: 128px;
}

.feature-content {
  padding-top: 3%;
}

.feature-content-box {
  padding: 0 0 0 50px;
}

.feature-content-left {
  margin: 0;
  padding: 0;
}

.feature-content-left h3 {
  margin: 0 0 16px 0;
  padding: 0;
}

.feature-content-box h3 {
  margin: 0 0 16px 0;
  padding: 0;
}

.custom-col {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.feature-content ul li span {
  font-size: 28px;
}

@media screen and (min-width:992px) {
  /* .feature-content.left-text-content {

    padding: 79px;
  } */

}

/* 当屏幕宽度小于768px时，隐藏 mainbanner，显示 mainmobile */
@media screen and (max-width: 768px) {
  .mainbanner {
    display: none;
  }

  .mainmobile {
    display: block;
  }

}

.feature-btn {
  margin-top: 70px;
}

.feature-btn a {
  font-size: 16px;
  text-decoration: none;
  font-weight: 700;
  margin-right: 20px;
  border-radius: 3px;
  padding: 8px 40px;
  border: 1px solid #F5CA26;
  background-color: #F5CA26;
  color: #000;
}

.feature-btn .white {
  background-color: rgba(0, 0, 0, 0);
  color: #F5CA26;
}

/*
  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  || Tools
  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
.tools {
  width: 100%;
  text-align: center;
}

.tool-item {
  border: 2px solid rgba(0, 0, 0, 0);
  border-radius: 5px;
  text-align: left;
  padding: 15px;
  background-color: #fff;
  margin-bottom: 10px;
  box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.1);
}

.tool-item img {
  width: 100%;
  border-radius: 6px;
  height: 175px;
  object-fit: cover;
}

.tool-item h2 {
  font-size: 18px;
  font-weight: 700;
  margin: 10px 0;
}

.tool-item:hover {
  border: 2px solid #F2B400;
  box-shadow: 0px 0px 12px 4px rgba(0, 0, 0, 0.1);
}

/* .tool-item:hover h2 {
  color: #F2B400;
} */

.tool-item .des {
  background-color: #F5F7F8;
  color: #333;
  padding: 8px 12px;
  line-height: 18px;
  border-radius: 6px;
  margin-bottom: 10px;
}

.textomit-2 {
  margin: 0;
  height: 36px;
  line-height: 18px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.textomit-3 {
  height: 72px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.tool-item .btnn {
  background-color: #F5CA26;
  padding: 5px 15px;
  width: fit-content;
  border-radius: 5px;
  color: #000;
}

.tool-more-btn {
  text-align: center;
  padding: 45px;
}

.tool-more-btn div {
  background-color: #fff;
  border-radius: 5px;
  padding: 12px 30px;
  width: fit-content;
  margin: auto;
  font-weight: 500;
  color: #333;
  font-size: 18px;
}

.tool-banner-bg {
  background-image: url(../image/tool-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
}

.tool-banner-item {
  display: flex;
  background-image: url(../image/tool-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
}

.tool-banner-item .container {
  display: flex;
  /* align-items: center; */
  align-items: flex-end;
}

.tool-banner-item img {
  height: 350px;
  width: fit-content;
  margin-left: 50px;
}

.tool-banner-content {
  width: 50%;
  padding: 3% 3% 5%;
}

.tool-banner-content h1 {
  font-size: 40px;
  line-height: 1.2;
  font-weight: 700;
  margin-bottom: 20px;
  color: black;
}

.tool-banner-content h2 {
  margin-top: 5px;
  font-size: 18px;
}

.tool-banner-content p {
  font-size: 18px;
  line-height: 24px;
  color: #675B33;
  white-space: break-spaces;
}

.tool-banner-content .banner-button {
  margin-top: 40px;
  font-size: 18px;
}

.tool-banner-content .primary-button {
  background-color: #FFCC36;
  color: black;
  padding: 10px 60px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
  border-radius: 2px;
}

.tool-banner-content .secondary-button {
  background-color: white;
  color: #F2B400;
  padding: 10px 60px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  margin-left: 20px;
}

.tool-case-title {
  text-align: center;
  color: #000;
  margin: 40px 0;
  font-size: 30px;
  font-weight: 700;
}

.tool-block {
  padding: 40px 0px;
}

.tool-block .tool-col-img {
  width: 75%;
}

.tool-block h2 {
  font-size: 30px;
  line-height: 1.4;
  color: #333333;
  font-weight: 700;
  margin-bottom: 36px;
}

.tool-block p {
  font-size: 16px;
  line-height: 1.4;
  color: #333333;
}

.tool-block .des {
  white-space-collapse: break-spaces;
}

.tool-block .button {
  width: 190px;
  display: block;
  background-color: #FFCC36;
  color: #000;
  text-align: center;
  box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.2);
  padding: 10px 30px;
  border-radius: 3px;
  font-size: 16px;
  margin-top: 20px;
}

.feature-item {
  text-align: center;
}

.feature-item p {
  font-size: 18px;
  color: black;
}

.feature-item img {
  width: 70px;
}

.config-list {
  margin-top: 35px;
}

.config-item {
  display: flex;
  align-items: center;
  text-align: center;
}

.config-item p {
  font-size: 18px;
  color: black;
}

.config-item img {
  width: 25px;
  height: 25px;
  margin-right: 18px;
}

.config-col-img {
  width: 80%;
  border-radius: 15px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  margin-top: 15px;
}

.case-show .working-item {
  font-size: 16px;
  line-height: 1.4;
}

.case-show h6 {
  width: 100px;
  font-size: 16px;
  line-height: 1.4;
}

.process-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.process p {
  width: 165px;
  padding-right: 32px;
  font-size: 18px;
  line-height: 1.5;
  margin-top: 20px;
}

.process .icon {
  width: 120px;
  height: 120px
}

.process .arrow {
  width: 24px;
  height: 18px;
  margin-left: 9px;
}

.process:first-child {
  margin-left: 20px;
}

.process:last-child .process-item .arrow {
  opacity: 0;
}

.tool-qrcode {
  position: fixed;
  top: 36%;
  left: 15px;
  z-index: 1000;
  width: 200px;
  border-radius: 5px;
  background-color: #F5F7F8;
  padding: 20px;
  text-align: center;
}

.tool-qrcode p {
  color: #000;
  margin-top: 0;
}

.tool-qrcode-pc {
  padding: 40px 0 0;
  height: 0;
  margin-bottom: 30%;
  position: relative;
}

.tool-qrcode-pc .qrcode-bg {
  position: absolute;
  width: 100%;
}

.tool-qrcode-pc .qrcode-img {
  position: relative;
  transform: translateY(18%);
  left: 8%;
  width: 22%;
  padding: 15px;
  background: linear-gradient(#F2F3F5, #f5f6f7, #F2F3F5);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
}

.tool-qrcode-pc .qrcode-img img {
  padding: 10px;
  background-color: #fff;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.15);
  border-radius: 8px;
}

.tool-qrcode-mobile {
  display: none;
  text-align: center;
}

.tool-img {
  margin-top: 20px;
  margin-bottom: 20px;
}

.example-img {
  position: relative;
}

.example-img .register-btn {
  position: absolute;
  top: 57.52%;
  right: 23.9%;
  display: inline-block;
  width: 20%;
  height: 3.16%;
  z-index: 1;
}

.tool-post {
  position: relative;
  display: inline-block;
  z-index: 0;
  width: 100%;
}

.tool-post-img {
  width: 100%;
}

.more-tools {
  padding: 45px 45px 30px;
}

.more-tools h1 {
  font-size: 30px;
  line-height: 1.4;
  color: #333333;
  font-weight: 700;
  margin-bottom: 36px;
  text-align: center;
}

.more-tools h3 {
  margin: 20px 0;
}

.related-tool {
  position: relative;
}

.related-tool h4 {
  font-size: 20px;
  margin-bottom: 20px;
}

.related-tool p {
  color: #000;
  font-size: 16px;
  line-height: 1.3;
}

.related-tool a {
  position: absolute;
  bottom: 15px;
  left: 20px;
  font-size: 14px;
  background-color: #fff;
  text-align: center;
  cursor: pointer;
  padding: 4px 24px;
  color: #F2B400;
  border-radius: 3px;
  box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.1);
}

.tool-des {
  position: absolute;
  top: 0;
  padding: 15px 20px;
}

.plan-heading {
  margin: 5% 0 0;
  text-align: center;
  color: #fff;
}

.plan-banner-box {
  left: 0;
  right: 0;
}

.plan-banner {
  text-align: center;
  padding: 2% 15%;
  margin-bottom: 4%;
}

.plan-banner .plan-banner-item {
  display: flex;
  justify-content: center;
  padding: 0;
}

.plan-banner .plan-banner-item p {
  color: #fff;
  line-height: 34px;
  margin-left: 5px;
}

.plan-banner .plan-banner-item embed {
  padding-top: 10px;
}

.plan-tag {
  padding: 2px 6px;
  border-radius: 5px;
  text-align: center;
  border: 0;
  margin: 3px;
}

.plan-tag:nth-child(1) {
  background-color: #FFF4CC;
  color: #987100;
}

.plan-tag:nth-child(2) {
  background-color: #FFDCCC;
  color: #9A2E00;
}

.plan-tag:nth-child(3) {
  background-color: #DBFFE6;
  color: #00992E;
}

.plan-tag:nth-child(4) {
  background-color: #D3FFF6;
  color: #009A7B;
}

.plan-box {
  position: relative;
  text-align: center;
  padding-bottom: 60px;
}

.plan-more {
  position: absolute;
  display: flex;
  left: 50%;
  transform: translateX(-50%);
}

.plan-more .center {
  font-weight: 500;
  margin-top: 7px;
  background: linear-gradient(180deg, #fed867, #f2df8d);
}

.plan-more img {
  height: 65px;
}

.plan-more .left {
  margin-right: -1px;
}

.plan-more .right {
  margin-left: -1px;
}

.plan-more p {
  margin-top: 18px;
  font-size: 20px;
  color: #6C2F09;
  font-weight: 500;
}

.plan-more-detail {
  text-align: left;
  margin: 120px 0 60px;
  padding: 0 120px;
}

.plan-more-detail h3 {
  color: #333;
  margin-top: 20px;
  font-size: 16px;
}

.plan-more-detail h4 {
  color: #F5CA26;
  margin-top: 20px;
}

.plan-more-detail p {
  color: #000;
  font-weight: 400;
}

.plan-box .learn-more {
  border-radius: 6px;
  color: #000;
  background-color: #F5CA26;
  padding: 10px 40px;
  font-weight: 500;
}

.plan-box .more {
  display: none;
}

.industry-list {
  display: flex;
  margin-top: 35px;
  flex-wrap: wrap;
  justify-content: center;
}

.industry {
  margin: 8px 17px;
  margin-bottom: 24px;
  border-radius: 5px;
  overflow: hidden;
  cursor: pointer;
  position: relative;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
  height: 150px;
  width: 150px;
  padding: 0;
}

.industry .bottom {
  width: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  bottom: 0;
  padding: 0 20px;
  display: flex;
  justify-content: center;
}

.industry .bottom h4 {
  color: #fff;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.4;
  margin: 6px 0;
}

.industry:hover {
  box-shadow: 0 0 0 2px #F2B400;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.industry img {
  height: 150px;
  width: 150px;
  object-fit: cover;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.industry:hover img {
  transform: scale(1.1);
}

.mp-tip {
  display: none;
}

.show-in-mob {
  display: none;
}

.bg-grey {
  background-image: url(../image/bg-grey.png);
  background-size: 100% 100%;
}

.bg-yellow {
  background-image: url(../image/bg-yellow.png);
  background-size: 100% 100%;
}

.bg-orange {
  background-image: url(../image/bg-orange.png);
  background-size: 100% 100%;
}

/*
  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  || Blog
  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */

.blog-banner {
  text-align: center;
  padding: 3% 0 6%;
  font-size: 16px;
}

.blog-banner span {
  color: #fff;
}

.blog-banner embed {
  margin: -7px 7px;
}

.blog-box {
  border: 2px solid #fff;
  padding: 15px;
  box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  background-color: #fff;
}

.blog-box:hover {
  border: 2px solid #F2B400;
  box-shadow: 0px 0px 12px 4px rgba(0, 0, 0, 0.1);
}

.blog-box:hover h3 {
  color: #F2B400;
}

.blog-box img {
  width: 100%;
  height: 150px;
  object-fit: cover;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.blog-box:hover img {
  transform: scale(1.1);
}

.blog-img {
  overflow: hidden;
  border-radius: 4px;
  width: 100%;
  height: 150px;
  object-fit: cover;
}

.blog-title {
  height: 30px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.blog-text {
  height: 48px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.textomit {
  height: 48px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.textomit-s {
  height: 20px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.blog-detail-banner {
  position: relative;
  overflow: hidden;
}

.blog-detail-banner:after {
  content: "";
  background-color: rgba(0, 0, 0, 0.37);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}

.blog-detail-banner img:nth-child(1) {
  width: 100%;
  height: 360px;
  object-fit: cover;
  filter: blur(20px);
  -webkit-filter: blur(20px);
  -ms-filter: blur(20px);
  -moz-filter: blur(20px);
}

.blog-detail-banner img:nth-child(2) {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 1200px;
  height: 360px;
  object-fit: cover;
}

.left-menu {
  margin-top: 20px;
  position: relative;
  font-size: 16px;
}

.left-menu ul {
  border-radius: 5px;
  position: absolute;
  right: 0;
  padding: 10px 20px;
  background-color: #F5F7F8;
  color: #666666;
}

.left-menu a li {
  position: relative;
  border-radius: 5px;
  padding: 0 15px;
  line-height: 36px;
}

.left-menu a li span {
  margin-left: 24px;
}

.left-menu a:hover li {
  background-color: #FFF4CC;
  color: #987100;
}

.left-menu img {
  position: absolute;
  top: 10px;
  width: 16px;
  margin-right: 5px;
}

.left-menu .normal {
  opacity: 1;
}

.left-menu a:hover .normal {
  opacity: 0;
}

.left-menu .selected {
  opacity: 0;
}

.left-menu a:hover .selected {
  opacity: 1;
}

.left-menu .active .normal {
  opacity: 0;
}

.left-menu .active .selected {
  opacity: 1;
}

.left-menu .active span {
  color: #987100;
}

/*
  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  || price
  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* PC */
@media (min-width: 1600px) {
  .container {
    width: 1570px;
  }

  /*仅首页容器覆盖*/
  .page-home .container {
    width: 1200px !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

.price-pc {
  background-image: url(../image/price-banner.png);
  background-repeat: no-repeat;
  background-size: 100%;
}

.price-billboard {
  text-align: center;
}

.price-billboard .content {
  padding: 3% 25%;
}

.price-billboard .content h4 {
  font-size: 20px;
}

.price-billboard .content p {
  color: #666;
  margin-top: 20px;
  line-height: 18px;
}

.price-header {
  margin: 50px 0 20px;
}

.price-banner {
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.1);
  display: flex;
}

.price-item {
  width: 25%;
  text-align: center;
  padding: 25px 15px;
  border-right: 1px solid #EBEBEB;
}

.price-item:nth-child(2) {
  background: linear-gradient(180deg, #FFEDA5 0%, #FFF8DC 100%);
  border-radius: 6px 0 0 6px;
}

.price-item:nth-child(4) {
  color: #fff;
  background-color: #333333;
  border-radius: 0 6px 6px 0;
  border-right: 0px;
}

.price-item .title {
  font-weight: 500;
  font-size: 14px;
  color: #fff;
  background-color: #333;
  border-radius: 5px;
  padding: 6px 18px;
  width: fit-content;
  margin: auto;
}

.price-item:nth-child(2) .title {
  background-color: #F5CA26;
  color: #333;
}

.price-item .des {
  font-size: 13px;
  line-height: 20px;
  margin: 30px 0 0;
  color: #666;
  height: 100px;
  border-bottom: 2px solid #EBEBEB;
}

.price-item:nth-child(2) .des {
  border-bottom: 2px solid #A3A3A3;
}

.price-item:nth-child(4) .des {
  color: #fff;
}

.price-item .price {
  position: relative;
  height: 80px;
  text-align: center;
}

.price-item .price p {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  width: 100%;
  color: #333;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
}

.price-item:nth-child(4) .price p {
  color: #fff;
}

.price-item .price-btn {
  cursor: pointer;
  background-color: #333333;
  margin: 30px 25px 0;
  padding: 8px;
  border-radius: 3px;
  color: #fff;
  font-weight: 700;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.price-item .price-btn:hover {
  background-color: #F5CA26;
}

.price-item:nth-child(4) .price-btn {
  color: #333;
  background-color: #F5CA26;
}

.price-item:nth-child(4) .price-btn:hover {
  color: #333;
  background-color: #fff;
}

.price-item:nth-child(4) .feature p {
  color: #fff;
}

.price-item .feature {
  margin-top: 10px;
}

.price-item .feature div {
  display: flex;
}

.price-item .feature p {
  margin: 3px 0;
  font-size: 13px;
  color: #666;
  font-weight: 500;
}

.price-item .feature li {
  display: flex;
  justify-content: space-between
}

.row-title {
  margin-top: 30px;
  text-align: center;
}

.price-content {
  width: 100%;
  padding: 30px 0;
}

.price-content .table {
  color: #666;
  box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  overflow: hidden;
  font-size: 14px;
  text-align: left;
}

.price-content .table td {
  width: 1/6;
  vertical-align: middle;
}

.price-content .theader {
  text-align: left;
  color: #fff;
  background-color: #333;
  font-size: 19px;
  padding: 25px;
}

.price-content .theader:nth-child(2) {
  color: #F2B400;
}

.price-content .title {
  color: #333;
  font-size: 15px;
  font-weight: 500;
  position: relative;
  background-color: #F5F7F8;
}

.price-content td {
  padding: 14px 25px !important;
  position: relative;
  border-left: 1px solid #EBEBEB;
}

.price-content .price-btn {
  text-align: center;
  cursor: pointer;
  background-color: #333333;
  margin: 10px 12px;
  padding: 8px;
  border-radius: 3px;
  color: #fff;
  font-weight: 700;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.price-content .price-btn:hover {
  background-color: #F5CA26;
}

.price-content .show-more {
  background-color: #F5CA26;
  text-align: center;
  color: #333333;
  cursor: pointer;
}

.price-content .more {
  display: none;
}

.price-table .subtitle {
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  color: black;
}

.price-content .fa-check {
  color: green;
}

.price-content .fa-times {
  color: red;
}

.limit-tip {
  position: relative;
}

.price-tip {
  display: none;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 10px;
  color: #fff;
  position: absolute;
  top: 0px;
  right: 0;
  transform: translateX(50%) translateY(-100%);
  border-radius: 2px;
  font-size: 12px;
  line-height: 14px;
  text-align: left;
  width: 160px;
}

.price-tip a {
  color: #feb53b;
}

.modal-table {
  text-align: center;
}

.modal-table th {
  text-align: center;
  font-size: 22px;
  color: #11193d;
}

.modal-table td {
  width: 20%;
}

/* MOB */
.price-mob {
  display: none;
  background-image: url(../image/price-mobile.png);
  background-repeat: no-repeat;
  background-size: 100%;
}

.price-mob .price-billboard {
  margin-bottom: 12%;
  text-align: left;
}

.price-mob .content {
  padding: 3% 10%;
}

.price-mob .content h4 {
  font-size: 20px;
  font-weight: 500;
}

.price-mob .content strong {
  color: #F5CA26;
}

.price-mob .content p {
  padding-right: 35%;
  margin-top: 20px;
  line-height: 18px;
}

.price-mob .row {
  margin: 0;
}

.price-banner-mob {
  border-radius: 0 0 20px 20px;
  box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.1);
  padding: 20px 0;
  margin: 20px;
  display: flex;
  border-top: 10px solid;
  border-image: linear-gradient(145deg, #ffe2b0, #f88d00) 1 10;
}

.price-item-mob {
  width: 100%;
  text-align: center;
  padding: 30px 20px;
}

.price-item-mob .title {
  font-weight: 700;
  font-size: 24px;
  color: #11193d;
}

.price-item-mob .des {
  font-size: 16px;
  margin: 30px 15px 0;
  color: #888;
}

.price-item-mob .price {
  position: relative;
  height: 100px;
  text-align: center;
}

.price-item-mob .price p {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  width: 100%;
  color: rgba(0, 0, 0, 0.6);
  font-weight: 700;
  font-size: 22px;
  line-height: 28px;
}

.price-item-mob .price-btn {
  cursor: pointer;
  background-color: #feb53b;
  margin: 30px 50px 0;
  padding: 15px;
  border-radius: 50px;
  color: #fff;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.price-item-mob .price-btn:hover {
  background-color: #11193d;
}

.price-banner-mob .feature {
  color: #11193d;
  font-size: 18px;
}

.price-banner-mob .feature ul {
  text-align: left;
  line-height: 30px;
  padding: 0 20px;
}

.price-banner-mob .feature .fa-check {
  color: green;
  margin-right: 8px;
}

.price-banner-mob .feature .fa-times {
  color: red;
  margin-right: 8px;
}

/*
  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  || plan
  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
.plan-bg {
  background: url(../image/banner4-new.jpg) no-repeat
}

.plan-header {
  font-size: 40px;
  font-weight: 700;
  margin: 20px 0 40px 0;
}

.plan-title {
  font-size: 24px;
  margin: 20px 0;
  color: #11193d;
  text-align: center;
}

.plan-subtitle {
  font-weight: 700;
  font-size: 16px;
  color: #11193d;
}

.plan-index {
  cursor: pointer;
}

.plan-index li {
  font-size: 18px;
  line-height: 34px;
}

.plan-index-item i {
  margin-right: 10px;
}

.plan-content {
  padding: 0 20px;
  display: none;
}

.plan-content p {
  white-space: pre-line;
  font-size: 14px;
  line-height: 22px;
  color: #11193d;
  margin-top: 0;
}

.plan-content strong {
  line-height: 42px;
}

.recommend {
  display: flex;
  margin-top: 10px;
}

.recommend-name {
  border-radius: 0 20px 20px 0;
  width: 48%;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  background-color: #febd00;
  padding: 10px 20px;
  margin: 40px 0 0;
}

.recommend-item {
  position: relative;
  margin: 10px 60px 10px 0;
  text-align: center;
}

.recommend-item p {
  margin: 5px 0;
  font-size: 14px;
}

.recommend-item a {
  color: #febd00;
}

.recommend-item a:hover {
  color: #11193d;
}

.recommend-item img {
  width: 150px;
  height: 150px;
  padding: 5px;
  background-color: #eee;
}

.recommend-text {
  position: absolute;
  opacity: 0;
  top: 0;
  width: 120px;
  height: 120px;
  background-color: rgba(0, 0, 0, 0.75);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.recommend-text p {
  color: #fff;
  padding: 0 24%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.recommend-item:hover .recommend-text {
  opacity: 1;
}


/*
  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  || Information
  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */

.information {
  position: relative;
  text-align: center;
}

.info-mobile {
  display: none;
  width: 100%;
}

.information .info-body {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  padding: 0 12%;
}

.info-body p {
  color: #000;
  font-size: 20px;
  font-weight: 700;
}

.info-body .btn {
  font-size: 18px;
  font-weight: 500;
  margin-top: 30px;
  color: #F2B400;
  padding: 8px 38px;
  background: linear-gradient(180deg, #FFFFFF 0%, #FFF4D4 100%);
  box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.1);
}

/*
  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  || FAQ
  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
.faq-title {
  font-size: 36px;
  font-weight: 700;
  margin-top: 5%;
}

.faq-content {
  margin: 0 3% 5%;
  color: #11193d;
  white-space: pre-line;
}

.faq-q {
  font-size: 22px;
  line-height: 36px;
  font-weight: 700;
}

.faq-a {
  font-size: 16px;
  line-height: 24px;
}

/*
  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  || Order
  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */

.order-banner {
  text-align: center;
  color: #fff;
  padding: 3% 0 7%;
}

.order-banner p {
  font-size: 18px;
  margin: 30px 0;
  color: #fff;
}

.order-banner .btn {
  padding: 6px 36px;
  font-weight: 500;
  border-radius: 2px;
  background-color: #F5CA26;
}

.order-header {
  padding: 20px;
  margin: -4% 5% 4%;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
}

.order-header-item {
  display: flex;
  width: 100%;
  justify-content: center;
}

.order-header .item {
  display: block;
}

.order-header h1 {
  font-weight: 400;
  color: #F5CA26;
  font-size: 54px;
  line-height: 26px;
  width: 50px;
}

.order-bg {
  background-image: url(../image/bg-white.png);
  background-repeat: no-repeat;
  background-size: 100%;
}

.order-bg-re {
  background-image: url(../image/bg-white-re.png);
  background-repeat: no-repeat;
  background-size: 100%;
}

.order-example {
  text-align: center;
  padding: 20px 0 0;
}

.order-example h3 {
  margin: 20px 2px;
}

.order-content {
  display: flex;
  padding: 4% 2%;
}

.order-content span {
  line-height: 46px;
  color: #F5CA26;
  font-size: 60px;
  font-weight: 500;
  width: 50px;
}

.order-content p {
  color: #666666;
  font-size: 16px;
}

.order-item {
  display: flex;
}

.order-item h4 {
  margin: 2px 0;
  width: 90px;
  line-height: 22px;
  font-size: 14px;
}

.order-item p {
  margin: 2px 0;
  width: -webkit-fill-available;
  color: #000;
  font-size: 14px;
}

.order-tip {
  font-size: 12px !important;
  color: #333333 !important;
  font-weight: 400 !important;
}

.order-process {
  padding: 0 18%;
  margin: 3% 0 1%;
}


.active-tool-button-container {
  margin-top: 40px;
}

/* .activity-tool-container {
  margin-bottom: 70px;
} */

.category-title {
  width: 99px;
  height: 36px;
  text-align: center;
  line-height: 36px;
  border-radius: 5px;
}

.category-title span {
  font-size: 14px;
}

.pc-list-info {
  position: absolute;
  top: 115px;
  width: 100%;
  height: 68px;
}

.pc-list-info p {
  padding: 18px 0 14px;
  color: #333333;
  font-size: 16px;
  margin: 0;
  font-weight: 700;
}

/*
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|| Home Blog
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
.home-blog {
  background-color: #F5F7F8;
  padding: 45px 0;
}

.home-blog .news-right p {
  line-height: 18px;
}

.home-blog .news-right a {
  color: #333333;
}

.home-blog .news-right a:hover {
  color: #F5CA26;
}

.home-blog .news-right h5 {
  font-size: 18px;
  font-weight: 700;
}

.home-blog .news-left img {
  height: 90px;
  object-fit: cover;
  padding-top: 0;
  margin-top: 10px;
}

.home-blog .posted span {
  color: #333333;
}

.main-billboard>*:not(:first-child) {
  display: none;
}

.sub-billboard>*:not(:first-child) {
  display: none;
}

[ms-controller],
[ms-important],
.ms-controller,
.ms-important {
  visibility: hidden;
}