@charset "UTF-8";
/*----------------------------------------------------
@File: Default Styles
@Author: Droitthemes
@URL: http://wethemez.com
Author E-mail: 

This file contains the styling for the actual template, this
is the file you need to edit to change the look of the
template.
---------------------------------------------------- */
/*=====================================================================
@Template Name: Kidzo
@Author: 
@Developed By: Palash
@Developer URL: 
Author E-mail: 

@Default Styles

Table of Content:
01/ Variables
02/ mixins
03/ reset
04/ button
05/ header
06/ breadcrumb part
07/ banner part
08/ about us
09/ services part
10/ fetures part
11/ event part 
12/ success story
13/ gallery
14/ cta part
15/ blog post
16/ program list
17/ count section
18/ team section
19/ client review section
20/ team section
21/ get start section
22/ event page
23/ event page
24/ contact part
25/ teacher details
26/ cta part
27/ footer
------------------------------------------------------------*/
/**************** common css here ****************/
@import url("https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,300;0,400;0,600;0,700;0,800;0,900;1,300;1,400;1,600;1,700;1,800;1,900&display=swap");
body {
  font-family: "Microsoft YaHei";
  padding: 0;
  margin: 0;
  font-size: 16px;
}

input:hover,
input:focus {
  outline: none !important;
  box-shadow: 0px 0px 0px 0px transparent;
}

:focus {
  outline: -webkit-focus-ring-color auto 0;
}

.custom-file-input:focus ~ .custom-file-label {
  border-color: transparent;
  box-shadow: none;
}

.form-control:focus {
  box-shadow: 0 0 0 0rem transparent !important;
  border-color: #dce1e9;
}
ul,li{
  list-style: none;
  padding: 0;
  margin: 0;
}

.dadi_flex {
  display: flex;
}

.section_padding {
  padding: 120px 0px;
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .section_padding {
    padding: 100px 0px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .section_padding {
    padding: 70px 0px;
  }
}
@media (max-width: 767.98px) {
  .section_padding {
    padding: 70px 0px;
  }
}

.padding_top {
  padding-top: 120px;
}
@media (max-width: 991px) {
  .padding_top {
    padding-top: 70px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .padding_top {
    padding-top: 100px;
  }
}

.padding_bottom {
  padding-bottom: 120px;
}
@media (max-width: 991px) {
  .padding_bottom {
    padding-bottom: 70px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .padding_bottom {
    padding-bottom: 100px;
  }
}

.mt_100 {
  margin-top: 100px;
}
@media (max-width: 991px) {
  .mt_100 {
    margin-top: 70px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .mt_100 {
    margin-top: 80px;
  }
}

a {
  text-decoration: none;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
a:hover {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #333333;
  font-family: "Microsoft YaHei";
}

h2 {
  font-size: 40px;
  line-height: 1.2;
}

p {
  line-height: 26px;
  font-size: 16px;
  margin-bottom: 0px;
  color: #333333;
  font-family: "Microsoft YaHei";
}

a:focus,
.button:focus,
button:focus,
.btn:focus {
  text-decoration: none;
  outline: none;
  box-shadow: none;
  -webkit-transition: 1s;
  transition: 1s;
}

.section_bg {
  background-color: #f6f7fa;
}

.section_bg_1 {
  background-color: #f5fbfb;
}

.section_bg_2 {
  background-color: #fbfcfc;
}

.niceSelect {
  border: 1px solid #dce1e9;
  font-size: 13px;
  color: #8f9093;
  display: block;
  width: 100%;
  text-transform: capitalize;
  padding: 0 20px;
  border-radius: 6px;
  float: inherit;
  font-weight: 300;
}
.niceSelect:after {
  border-bottom: 0 solid transparent;
  border-right: 0 solid transparent;
  content: "3";
  font-family: "eleganticons";
  transform: rotate(0);
  top: 3px;
  right: 29px;
  font-size: 19px !important;
}
@media (max-width: 767.98px) {
  .niceSelect:after {
    top: 13px;
  }
}
.niceSelect .option:hover,
.niceSelect .option.focus,
.niceSelect .option.selected.focus {
  background-color: transparent;
}
.niceSelect .option.selected {
  font-weight: normal;
  color: #fe4b7b;
}
.niceSelect .option {
  line-height: 34px;
  min-height: 34px;
  font-size: 14px;
}
.niceSelect .list {
  width: 100%;
  border-radius: 4px;
  background-color: #fff;
  color: #8f9093;
  padding: 20px;
  -webkit-transform-origin: top;
  transform-origin: top;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .niceSelect .list {
    padding: 5px;
  }
}
.niceSelect .list li {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.niceSelect .list li:hover {
  color: #fe4b7b !important;
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .niceSelect .list li {
    line-height: 33px;
    padding: 0;
  }
}

.niceSelect.open:after {
  transform: rotate(0);
  content: "2";
  font-family: "eleganticons";
}

.nice-select.open .list {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

.section_tittle {
  text-align: center;
  margin-bottom: 83px;
}
@media (max-width: 767.98px) {
  .section_tittle {
    margin-bottom: 35px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .section_tittle {
    margin-bottom: 45px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .section_tittle {
    margin-bottom: 50px;
  }
}
.section_tittle h5 {
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  color: #797f8c;
  line-height: 12px;
  margin-bottom: 11px;
}
.section_tittle h5 span {
  color: #fe4b7b;
}
.section_tittle h2 {
  font-weight: 700;
  margin-bottom: 2px;
  font-size: 45px;
  color: #32355d;
}
@media (max-width: 767.98px) {
  .section_tittle h2 {
    font-size: 25px;
    line-height: 32px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .section_tittle h2 {
    font-size: 30px;
    line-height: 38px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .section_tittle h2 {
    font-size: 35px;
    line-height: 45px;
  }
}
.section_tittle .wave_line {
  height: 11px;
  width: 80px;
  background-image: url(../img/animated_shape_2.png);
  background-position: center;
  -webkit-animation: slide 2s linear infinite;
  animation: slide 2s linear infinite;
  margin: 0 auto;
  margin-top: 14px;
}
.section_tittle .wave_line img {
  position: relative;
  animation: wave 2s linear infinite;
}
.section_tittle .shape_white {
  background-image: url(../img/animated_shape_white.png);
}

.section_tittle_style_02 {
  text-align: center;
  margin-bottom: 71px;
}
@media (max-width: 767.98px) {
  .section_tittle_style_02 {
    margin-bottom: 35px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .section_tittle_style_02 {
    margin-bottom: 45px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .section_tittle_style_02 {
    margin-bottom: 50px;
  }
}
.section_tittle_style_02 .title {
  color: #12265A;
  font-size: 48px;
  font-weight: 900;
  margin-bottom: 22px;
  position: relative;
  z-index: 1;
  display: inline-block;
}
@media (max-width: 991px) {
  .section_tittle_style_02 .title {
    font-size: 35px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .section_tittle_style_02 .title {
    font-size: 40px;
  }
}
.section_tittle_style_02 .description {
  color: #626472;
  font-size: 18px;
  line-height: 32px;
}

.kid_title {
  font-size: 48px;
  font-weight: 900;
  margin-bottom: 20px;
  line-height: 1.2;
}
@media (max-width: 991px) {
  .kid_title {
    font-size: 35px;
  }
}

.title_overlay_effect {
  display: inline;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#FDCEDB), to(#FDCEDB));
  background-image: -o-linear-gradient(#FDCEDB, #FDCEDB);
  background-image: linear-gradient(#FDCEDB, #FDCEDB);
  background-position: 0 70%;
  background-repeat: no-repeat;
  background-size: 0 35%;
}
.title_overlay_effect.text-white {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#0b1c39), to(#0b1c39));
  background-image: -o-linear-gradient(#0b1c39, #0b1c39);
  background-image: linear-gradient(#0b1c39, #0b1c39);
}
.title_overlay_effect.is_show {
  background-size: 100% 35%;
  -webkit-transition: background-size 2s cubic-bezier(0.71, 0.09, 0.74, 0.99), color 1s;
  -o-transition: background-size 2s cubic-bezier(0.71, 0.09, 0.74, 0.99), color 1s;
  transition: background-size 2s cubic-bezier(0.71, 0.09, 0.74, 0.99), color 1s;
}

.page_pageination {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
.page_pageination a {
  height: 40px;
  width: 40px;
  line-height: 40px;
  border: 1px solid #dce1e9;
  text-align: center;
  color: #9198a4;
  font-size: 16px;
  display: inline-block;
  border-radius: 50px;
  margin-right: 10px;
}
.page_pageination a:hover {
  background-color: #fe4b7b;
  border: 1px solid #fe4b7b;
  color: #fff;
}
.page_pageination a i {
  font-size: 14px;
  line-height: 40px;
}
.page_pageination .active {
  background-color: #fe4b7b;
  border: 1px solid #fe4b7b;
  color: #fff;
}

@media (min-width: 1200px) {
  .custom_container {
    max-width: 1200px;
  }
}
@-webkit-keyframes slide {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -39px 0;
  }
}
@keyframes slide {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -39px 0;
  }
}
.preloder {
  height: 100vh;
  width: 100%;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.loader {
  width: 250px;
  height: 25px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.loader--dot {
  animation-name: loader;
  animation-timing-function: ease-in-out;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  height: 20px;
  width: 20px;
  border-radius: 100%;
  background-color: black;
  position: absolute;
  border: 2px solid white;
}

.loader--dot:first-child {
  background-color: #8cc759;
  animation-delay: 0.5s;
}

.loader--dot:nth-child(2) {
  background-color: #8c6daf;
  animation-delay: 0.4s;
}

.loader--dot:nth-child(3) {
  background-color: #ef5d74;
  animation-delay: 0.3s;
}

.loader--dot:nth-child(4) {
  background-color: #f9a74b;
  animation-delay: 0.2s;
}

.loader--dot:nth-child(5) {
  background-color: #60beeb;
  animation-delay: 0.1s;
}

.loader--dot:nth-child(6) {
  background-color: #fbef5a;
  animation-delay: 0s;
}

.loader--text {
  position: absolute;
  top: 200%;
  left: 0;
  right: 0;
  width: 4rem;
  margin: auto;
}

.loader--text:after {
  content: "Loading";
  font-weight: bold;
  animation-name: loading-text;
  animation-duration: 3s;
  animation-iteration-count: infinite;
}

@keyframes loader {
  15% {
    transform: translateX(0);
  }
  45% {
    transform: translateX(230px);
  }
  65% {
    transform: translateX(230px);
  }
  95% {
    transform: translateX(0);
  }
}
@keyframes loading-text {
  0% {
    content: "Loading";
  }
  25% {
    content: "Loading.";
  }
  50% {
    content: "Loading..";
  }
  75% {
    content: "Loading...";
  }
}
.header_shadow {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
}

@-webkit-keyframes spin1 {
  0% {
    -moz-transform: rotate(0deg) translateY(-12px);
    -o-transform: rotate(0deg) translateY(-12px);
    -ms-transform: rotate(0deg) translateY(-12px);
    -webkit-transform: rotate(0deg) translateY(-12px);
    transform: rotate(0deg) translateY(-12px);
  }
  100% {
    -moz-transform: rotate(360deg) translateY(-12px);
    -o-transform: rotate(360deg) translateY(-12px);
    -ms-transform: rotate(360deg) translateY(-12px);
    -webkit-transform: rotate(360deg) translateY(-12px);
    transform: rotate(360deg) translateY(-12px);
  }
}
@-moz-keyframes spin1 {
  0% {
    -moz-transform: rotate(0deg) translateY(-12px);
    -o-transform: rotate(0deg) translateY(-12px);
    -ms-transform: rotate(0deg) translateY(-12px);
    -webkit-transform: rotate(0deg) translateY(-12px);
    transform: rotate(0deg) translateY(-12px);
  }
  100% {
    -moz-transform: rotate(360deg) translateY(-12px);
    -o-transform: rotate(360deg) translateY(-12px);
    -ms-transform: rotate(360deg) translateY(-12px);
    -webkit-transform: rotate(360deg) translateY(-12px);
    transform: rotate(360deg) translateY(-12px);
  }
}
@-o-keyframes spin1 {
  0% {
    -moz-transform: rotate(0deg) translateY(-12px);
    -o-transform: rotate(0deg) translateY(-12px);
    -ms-transform: rotate(0deg) translateY(-12px);
    -webkit-transform: rotate(0deg) translateY(-12px);
    transform: rotate(0deg) translateY(-12px);
  }
  100% {
    -moz-transform: rotate(360deg) translateY(-12px);
    -o-transform: rotate(360deg) translateY(-12px);
    -ms-transform: rotate(360deg) translateY(-12px);
    -webkit-transform: rotate(360deg) translateY(-12px);
    transform: rotate(360deg) translateY(-12px);
  }
}
@keyframes spin1 {
  0% {
    -moz-transform: rotate(0deg) translateY(-12px);
    -o-transform: rotate(0deg) translateY(-12px);
    -ms-transform: rotate(0deg) translateY(-12px);
    -webkit-transform: rotate(0deg) translateY(-12px);
    transform: rotate(0deg) translateY(-12px);
  }
  100% {
    -moz-transform: rotate(360deg) translateY(-12px);
    -o-transform: rotate(360deg) translateY(-12px);
    -ms-transform: rotate(360deg) translateY(-12px);
    -webkit-transform: rotate(360deg) translateY(-12px);
    transform: rotate(360deg) translateY(-12px);
  }
}
@-webkit-keyframes spin2 {
  0% {
    -moz-transform: rotate(0deg) translateY(-70px);
    -o-transform: rotate(0deg) translateY(-70px);
    -ms-transform: rotate(0deg) translateY(-70px);
    -webkit-transform: rotate(0deg) translateY(-70px);
    transform: rotate(0deg) translateY(-70px);
  }
  100% {
    -moz-transform: rotate(360deg) translateY(-70px);
    -o-transform: rotate(360deg) translateY(-70px);
    -ms-transform: rotate(360deg) translateY(-70px);
    -webkit-transform: rotate(360deg) translateY(-70px);
    transform: rotate(360deg) translateY(-70px);
  }
}
@-moz-keyframes spin2 {
  0% {
    -moz-transform: rotate(0deg) translateY(-70px);
    -o-transform: rotate(0deg) translateY(-70px);
    -ms-transform: rotate(0deg) translateY(-70px);
    -webkit-transform: rotate(0deg) translateY(-70px);
    transform: rotate(0deg) translateY(-70px);
  }
  100% {
    -moz-transform: rotate(360deg) translateY(-70px);
    -o-transform: rotate(360deg) translateY(-70px);
    -ms-transform: rotate(360deg) translateY(-70px);
    -webkit-transform: rotate(360deg) translateY(-70px);
    transform: rotate(360deg) translateY(-70px);
  }
}
@-o-keyframes spin2 {
  0% {
    -moz-transform: rotate(0deg) translateY(-70px);
    -o-transform: rotate(0deg) translateY(-70px);
    -ms-transform: rotate(0deg) translateY(-70px);
    -webkit-transform: rotate(0deg) translateY(-70px);
    transform: rotate(0deg) translateY(-70px);
  }
  100% {
    -moz-transform: rotate(360deg) translateY(-70px);
    -o-transform: rotate(360deg) translateY(-70px);
    -ms-transform: rotate(360deg) translateY(-70px);
    -webkit-transform: rotate(360deg) translateY(-70px);
    transform: rotate(360deg) translateY(-70px);
  }
}
@keyframes spin2 {
  0% {
    -moz-transform: rotate(0deg) translateY(-70px);
    -o-transform: rotate(0deg) translateY(-70px);
    -ms-transform: rotate(0deg) translateY(-70px);
    -webkit-transform: rotate(0deg) translateY(-70px);
    transform: rotate(0deg) translateY(-70px);
  }
  100% {
    -moz-transform: rotate(360deg) translateY(-70px);
    -o-transform: rotate(360deg) translateY(-70px);
    -ms-transform: rotate(360deg) translateY(-70px);
    -webkit-transform: rotate(360deg) translateY(-70px);
    transform: rotate(360deg) translateY(-70px);
  }
}
.round-planet .shape {
  border-radius: 50%;
  left: 50%;
  position: absolute;
}

.font-weight-bolder {
  font-weight: 900 !important;
}

/**************** common css end ****************/
/******** base color css ********/
/*  For Button */
@keyframes dashed_border_running {
  100% {
    stroke-dashoffset: -1000;
  }
}
.cu_animated_button .cu_animated_dashes_border {
  stroke: #fff;
}

a.elementor-button, .elementor-button {
  color: #ffffff;
  background-color: #fe4b7b;
  border-radius: 30px;
}

a.elementor-button, .elementor-button:hover {
  color: #ffffff;
  background-color: #fe4b7b;
  border-radius: 30px;
}

.pc-button.elementor-button.size-lg {
  border-radius: 30px;
  padding: 19px 38.15px;
  font-size: 18px;
}

.pc-button.elementor-button {
  position: relative;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 18px;
  min-height: 58px;
  min-width: 180px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #fe4b7b;
  border: 0px transparent;
}

.elementor-button {
  display: inline-block;
  line-height: 1;
  background-color: #818a91;
  color: #fff;
  fill: #fff;
  text-align: center;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  font-weight: 700;
}

.pc-button.elementor-button .button-content-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  float: none;
}

.elementor-button .elementor-button-text {
  display: inline-block;
}

.pc-button.elementor-button .inner-dashed-border {
  stroke: #ffffff;
}

.pc-button.elementor-button svg.inner-dashed-border {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  animation: dashed_border_running 20s linear infinite both;
  animation-play-state: paused;
  stroke-width: 2;
  stroke-dasharray: 9, 5;
  stroke-dashoffset: 0;
  stroke-linecap: round;
  fill: none;
  transition: 0.4s;
}

.pc-button.elementor-button:hover .animated-dashes.inner-dashed-border {
  animation-play-state: running;
}

.cu_btn {
  display: inline-block;
  padding: 21px 40px;
  text-transform: capitalize;
  line-height: 16px;
  font-size: 17px;
  font-weight: 500;
  border-radius: 30px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-family: "Microsoft YaHei";
}
@media (max-width: 767.98px) {
  .cu_btn {
    padding: 15px 25px;
    font-size: 15px;
  }
}
.cu_btn.btn_1 {
  background-color: transparent;
  border: 1px solid #fe4b7b;
  color: #fe4b7b;
}
.cu_btn.btn_1:hover {
  background-color: #fe4b7b;
  border: 1px solid #fe4b7b;
  color: #fff;
}
.cu_btn.btn_2 {
  background-color: #fe4b7b;
  border: 1px solid #fe4b7b;
  color: #fff;
  padding: 21px 55px;
}
.cu_btn.btn_2:hover {
  background-color: transparent;
  border: 1px solid #fe4b7b;
  color: #fe4b7b;
}
.cu_btn.white_btn {
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
}
.cu_btn.white_btn:hover {
  background-color: transparent;
  border: 1px solid #fe4b7b;
  color: #fff;
  background-color: #fe4b7b;
}
.cu_btn.white_bg {
  background-color: #fff;
  border: 1px solid #fff;
  color: #fe4b7b;
}
.cu_btn.white_bg:hover {
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
  background-color: #fe4b7b;
}
.cu_btn.btn_3 {
  background-color: #f9ae15;
  border: 1px solid #f9ae15;
  color: #fff;
}
.cu_btn.btn_3:hover {
  background-color: transparent;
  border: 1px solid #f9ae15;
  color: #f9ae15;
}
.cu_btn.tag_btn {
  background-color: #f0f2f9;
  border: 1px solid #f0f2f9;
  color: #5a5a77;
  border-radius: 5px;
  margin-right: 7px;
  margin-bottom: 5px;
  margin-top: 5px;
  font-weight: 500;
  font-family: "Quicksand", sans-serif;
  font-size: 14px;
  padding: 6px 12px;
}
.cu_btn.tag_btn:hover {
  background-color: transparent;
  border: 1px solid #fe4b7b;
  color: #fff;
  background-color: #fe4b7b;
}

.animated_border_effect {
  position: relative;
  background-color: #fe4b7b;
  border: 1px solid #fe4b7b;
  color: #fff;
  padding: 21px 55px;
}
.animated_border_effect #border_animation {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.animated_border_effect #chain_border_animation {
  -webkit-animation: dash 1s infinite linear;
  -moz-animation: dash 1s infinite linear;
  -o-animation: dash 1s infinite linear;
  animation: dash 1s infinite linear;
}
@-webkit-keyframes dash {
  to {
    stroke-dashoffset: 5;
  }
}
@-moz-keyframes dash {
  to {
    stroke-dashoffset: 5;
  }
}
@-o-keyframes dash {
  to {
    stroke-dashoffset: 5;
  }
}
@keyframes dash {
  to {
    stroke-dashoffset: 5;
  }
}

/******** header css here *********/
.nav_placeholder{
  width: 100%;
  height: 90px;
  display: none;
}
@media only screen and (max-width: 991px) {
  .nav_placeholder{
    width: 100%;
    height: 144px;
    display: none;
  }
}
.header_part {
  background-color: #fff;
}
.header_part .sub_header {
  padding: 9px 0;
  background-color: #fe4b7b;
}
@media (max-width: 767.98px) {
  .header_part .sub_header {
    text-align: center;
  }
}
.header_part .sub_header a {
  display: inline-block;
  color: #fff;
}
.header_part .sub_header .header_contact_info i {
  margin-right: 14px;
}
.header_part .sub_header .header_contact_info a {
  margin-right: 30px;
  font-size: 14px;
  font-weight: 500;
}
@media (max-width: 767.98px) {
  .header_part .sub_header .header_contact_info a {
    margin-right: 10px;
    margin-left: 10px;
    padding: 4px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .header_part .sub_header .header_contact_info a {
    margin-right: 25px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .header_part .sub_header .header_contact_info a {
    margin-right: 25px;
  }
}
.header_part .sub_header .header_contact_info a:last-child {
  margin-right: 0;
}
@media (max-width: 767.98px) {
  .header_part .sub_header .header_contact_info a:last-child {
    margin-right: 10px;
  }
}
.header_part .sub_header .header_social_icon {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media (max-width: 767.98px) {
  .header_part .sub_header .header_social_icon {
    justify-content: center;
    margin-top: 10px;
  }
}
.header_part .sub_header .header_social_icon a {
  display: inline-block;
  padding-left: 24px;
  font-size: 14px;
}
.header_part .sub_header .header_social_icon p {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}
.header_part .header .navbar {
  padding: 0;
  text-transform: capitalize;
}
@media (max-width: 991px) {
  .header_part .header .navbar {
    padding: 15px 0;
  }
}
.header_part .header .navbar .navbar-nav {
  margin-right: 13px;
}
@media (max-width: 991px) {
  .header_part .header .navbar .navbar-nav {
    margin: 0;
  }
}
.header_part .header .navbar .nav-link {
  color: #444444;
  font-size: 18px;
  padding: 33px 15px;
  text-transform: capitalize;
}
@media (max-width: 991px) {
  .header_part .header .navbar .nav-link {
    padding: 15px 15px;
    border-bottom: 1px solid rgba(95, 95, 127, 0.2);
  }
  .header_part .header .navbar .nav-link:hover {
    background-color: transparent;
    color: #F5B300;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .header_part .header .navbar .nav-link {
    padding: 25px 10px;
  }
}
.header_part .header .cu_btn {
  font-family: "Microsoft YaHei";
  font-weight: 700;
  padding: 11px 27px;
  font-size: 15px;
}
@media (max-width: 991px) {
  .header_part .header .cu_btn {
    margin: 15px;
  }
}
.header_part .dropdown-menu {
  border: 0 solid transparent;
  margin: 0;
}
@media (min-width: 991px) {
  .header_part .dropdown-toggle::after {
    display: none;
  }
  .header_part .dropdown-menu {
    float: left;
    min-width: 150px;
    margin: 0;
    border-radius: 0;
    border: 0 solid transparent;
    display: block;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.05);
    padding: 15px 0;
    transform: translateY(10px);
  }
  .header_part .dropdown-menu .dropdown-item {
    padding: 8px 30px;
    color: #444444;
    font-weight: normal;
    font-size: 16px;
  }
  .header_part .dropdown-menu .dropdown-item:hover {
    background-color: #B4DCF8;
    color: #444444;
  }
  .header_part .dropdown:hover .dropdown-menu {
    display: block;
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
}
@media (max-width: 991px) {
  .header_part .navbar-toggler {
    border: 0 solid transparent;
    padding: 0;
    font-size: 22px;
  }
  .header_part .navbar-nav {
    margin-right: 0;
  }
  .header_part .dropdown-menu {
    padding: 0 15px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
  }
  .header_part .navbar-collapse {
    position: absolute;
    top: 74px;
    background-color: #fff;
    z-index: 9;
    width: 100%;
    box-shadow: 0px 0px 29px 0px rgba(0, 0, 0, 0.05);
  }
  .header_part .dropdown-item {
    padding: 8px 10px;
  }
  .header_part .dropdown-toggle::after {
    border: 0px solid transparent;
    content: "";
    font-family: "Font Awesome 5 Free";
    vertical-align: 0px;
    float: right;
  }
  .header_part .dropdown.show .dropdown-toggle::after {
    float: right;
    transform: rotate(180deg);
  }
}

.header_style_2 .header .navbar .nav-link {
  color: #fff;
  font-weight: 500;
}
@media (max-width: 991px) {
  .header_style_2 .header .navbar .nav-link {
    color: #5f5f7f;
  }
}
.header_style_2 .header .navbar .nav-link:hover {
  color: #f9ae15;
}
@media (max-width: 991px) {
  .header_style_2 .navbar-toggler {
    border: 0 solid transparent;
    padding: 0;
    font-size: 27px;
    color: #fff;
  }
}
.header_style_2 .cu_btn:hover {
  background-color: transparent;
}
.header_style_2 img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

.header_style_3 .header .navbar .nav-link {
  color: #fff;
}
@media (max-width: 991px) {
  .header_style_3 .header .navbar .nav-link {
    color: #5f5f7f;
  }
}
.header_style_3 .header .navbar .nav-link:hover {
  color: #fe4b7b;
}
@media (max-width: 991px) {
  .header_style_3 .navbar-toggler {
    border: 0 solid transparent;
    padding: 0;
    font-size: 27px;
    color: #fff;
  }
}
.header_style_3 img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

@media (max-width: 991px) {
  .cu_btn.white_btn {
    border: 1px solid #fe4b7b;
    color: #fe4b7b;
  }
  .cu_btn.white_bg {
    border: 1px solid #fe4b7b;
  }
}
.menu_fixed {
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  box-shadow: 0 4px 10px rgba(4, 13, 41, 0.05);
}
.menu_fixed.header .navbar .nav-link {
  color: #444444;
}
.menu_fixed.header .navbar .nav-link:hover {
  color: #FF9A35;
}
@media (max-width: 991px) {
  .menu_fixed.header .navbar .nav-link {
    color: #444444;
  }
  .menu_fixed.header .navbar .nav-link:hover {
    color: #F5B300;
  }
}
.menu_fixed .cu_btn {
  background-color: transparent;
  border: 1px solid #fe4b7b;
  color: #fe4b7b;
}
.menu_fixed .cu_btn:hover {
  border: 1px solid #fe4b7b;
}
@media (max-width: 991px) {
  .menu_fixed .cu_btn {
    background-color: transparent;
    border: 1px solid #fe4b7b;
    color: #fe4b7b;
  }
  .menu_fixed .cu_btn:hover {
    border: 1px solid #fe4b7b;
    box-shadow: 0 3px 29px 0px rgba(0, 0, 0, 0.07);
  }
}
.menu_fixed img {
  -webkit-filter: none;
  filter: none;
}

/******** header css end *********/
.breadcrumb_part {
  background-image: url("../img/breadcrumb_bg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  display: flex;
  align-items: center;
  height: 400px;
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .breadcrumb_part {
    height: 350px;
  }
}
@media (max-width: 991px) {
  .breadcrumb_part {
    height: 350px;
  }
}
.breadcrumb_part .breadcrumb_iner {
  text-align: center;
  margin-top: 50px;
}
@media (max-width: 991px) {
  .breadcrumb_part .breadcrumb_iner {
    margin-top: 0;
  }
}
.breadcrumb_part h2 {
  font-size: 55px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 11px;
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .breadcrumb_part h2 {
    font-size: 35px;
    line-height: 45px;
    margin-bottom: 5px;
  }
}
@media (max-width: 991px) {
  .breadcrumb_part h2 {
    font-size: 25px;
    line-height: 35px;
    margin-bottom: 5px;
  }
}
.breadcrumb_part .breadcrumb_iner_link {
  display: flex;
  justify-content: center;
  align-items: center;
}
.breadcrumb_part .breadcrumb_iner_link a {
  font-size: 16px;
  color: #c9c9d1;
}
.breadcrumb_part .breadcrumb_iner_link a:hover {
  color: #fe4b7b;
}
.breadcrumb_part .breadcrumb_iner_link p {
  font-size: 16px;
  color: #c9c9d1;
  font-family: "Microsoft YaHei";
}
.breadcrumb_part .breadcrumb_iner_link span {
  margin: 0 5px;
  color: #c9c9d1;
}
.breadcrumb_part [class^=breadcrumb_animation_],
.breadcrumb_part [class*=breadcrumb_animation_] {
  position: absolute;
  z-index: 1;
}
.breadcrumb_part .breadcrumb_animation_4 {
  left: 5%;
  top: 30%;
  right: auto;
  bottom: auto;
}
.breadcrumb_part .breadcrumb_animation_5 {
  right: 8%;
  top: 33%;
}
@media (max-width: 767.98px) {
  .breadcrumb_part .breadcrumb_animation_5 {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .breadcrumb_part .breadcrumb_animation_5 {
    display: none;
  }
}
.breadcrumb_part .breadcrumb_animation_7 {
  left: 15%;
  bottom: 14%;
}
.breadcrumb_part .breadcrumb_animation_10 {
  right: 5%;
  bottom: 25%;
}
.breadcrumb_part .breadcrumb_animation_12 {
  right: 31%;
  bottom: 23%;
}
.breadcrumb_part .breadcrumb_animation_13 {
  right: 66%;
  top: 30%;
}
@media (max-width: 767.98px) {
  .breadcrumb_part .breadcrumb_animation_13 {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .breadcrumb_part .breadcrumb_animation_13 {
    display: none;
  }
}

/********* banner part css here ********/
.banner_part {
  overflow: hidden;
}
.banner_part .single_banner_part {
  position: relative;
  z-index: 3;
  height: 650px;
  display: flex;
  align-items: center;
}
@media (max-width: 767.98px) {
  .banner_part .single_banner_part {
    height: 500px;
  }
}

.banner_part .single_banner_part [class^=banner_animation_],
.banner_part .single_banner_part [class*=banner_animation_] {
  position: absolute;
  z-index: 2;
}
.banner_part .single_banner_part .banner_animation_1 {
  left: 133px;
  top: 167px;
}
@media (max-width: 767.98px) {
  .banner_part .single_banner_part .banner_animation_1 {
    z-index: -1;
    left: 15px;
    top: 20px;
    max-width: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .banner_part .single_banner_part .banner_animation_1 {
    left: 15px;
    top: 20px;
    max-width: 40px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .banner_part .single_banner_part .banner_animation_1 {
    left: 15px;
    top: 20px;
    max-width: 40px;
  }
}
.banner_part .single_banner_part .banner_animation_2 {
  left: 100px;
  bottom: 200px;
}
@media (max-width: 991px) {
  .banner_part .single_banner_part .banner_animation_2 {
    z-index: -1;
    bottom: 50px;
    left: 20px;
    max-width: 40px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .banner_part .single_banner_part .banner_animation_2 {
    bottom: 10px !important;
    left: 30px !important;
    max-width: 40px;
  }
}
.banner_part .single_banner_part .banner_animation_3 {
  right: 100px;
  top: 200px;
}
@media (max-width: 991px) {
  .banner_part .single_banner_part .banner_animation_3 {
    z-index: -1;
    right: 30px;
    top: 50px;
    max-width: 40px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .banner_part .single_banner_part .banner_animation_3 {
    right: 30px;
    bottom: 50px;
    max-width: 40px;
  }
}
.banner_part .single_banner_part .banner_animation_4 {
  right: 200px;
  bottom: 200px;
}
@media (max-width: 991px) {
  .banner_part .single_banner_part .banner_animation_4 {
    z-index: -1;
    right: 50px;
    bottom: 60px;
    max-width: 40px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .banner_part .single_banner_part .banner_animation_4 {
    right: 50px;
    bottom: 60px;
    max-width: 40px;
  }
}
.banner_part .single_banner_part .banner_iner {
  text-align: center;
  position: relative;
  z-index: 9;
}
.banner_part .single_banner_part .banner_iner h2 {
  font-size: 90px;
  font-weight: 700;
  color: #fff;
  line-height: 1.11;
  margin-bottom: 16px;
}
@media (max-width: 767.98px) {
  .banner_part .single_banner_part .banner_iner h2 {
    font-size: 40px;
    line-height: 1.3;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .banner_part .single_banner_part .banner_iner h2 {
    font-size: 50px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .banner_part .single_banner_part .banner_iner h2 {
    font-size: 55px;
  }
}
.banner_part .single_banner_part .banner_iner p {
  font-size: 20px;
  color: #fff;
  font-weight: 600;
  line-height: 1.7;
}
@media (max-width: 767.98px) {
  .banner_part .single_banner_part .banner_iner p {
    font-size: 14px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .banner_part .single_banner_part .banner_iner p {
    font-size: 16px;
  }
}
.banner_part .single_banner_part .banner_iner .cu_btn {
  margin-top: 38px;
}
.banner_part .single_banner_part .banner_iner .cu_btn:hover {
  background-color: #fff;
  border: 1px solid #fff;
  color: #fe4b7b;
}
@media (max-width: 991px) {
  .banner_part .single_banner_part .banner_iner .cu_btn {
    margin-top: 14px;
  }
}
.banner_part .bg_1 {
  background-image: url("../images/index/banner1.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.banner_part .bg_2 {
  background-image: url("../images/index/banner2.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.banner_part .bg_3 {
  background-image: url("../images/index/banner3.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}


@-webkit-keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

@keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

.banner_part .owl-nav button.owl-next,
.banner_part .owl-nav button.owl-prev {
  border: 2px solid transparent;
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 15px;
  color: #fff;
  background-color: rgba(255, 255, 255, 0.2);
  position: absolute;
  left: 42px;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  border-radius: 50%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.banner_part .owl-nav button.owl-next:hover,
.banner_part .owl-nav button.owl-prev:hover {
  background-color: #fff;
  border: 2px solid #fff;
  color: #fe4b7b;
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .banner_part .owl-nav button.owl-next,
.banner_part .owl-nav button.owl-prev {
    left: 20px;
  }
}
.banner_part .owl-nav button.owl-next {
  left: auto;
  right: 42px;
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .banner_part .owl-nav button.owl-next {
    right: 20px;
  }
}

.banner_part .owl-item.active .banner_iner h2,
.banner_part .owl-item.active .banner_iner p {
  -webkit-animation: animmate_In_Up 1s ease 0s both;
  animation: animmate_In_Up 1s ease 0s both;
}

.banner_part .owl-item.active .banner_animation_1,
.banner_part .owl-item.active .banner_animation_2,
.banner_part .owl-item.active .banner_animation_3,
.banner_part .owl-item.active .banner_animation_4 {
  -webkit-animation: animmate_In_Up 1s ease 0s both;
  animation: animmate_In_Up 1s ease 0s both;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.banner_part .owl-item.active .banner_iner h2 {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.banner_part .owl-item.active .banner_iner p {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.banner_part .owl-item.active .banner_iner .btn_2 {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation: animmate_In_Down 1s ease 0s both;
  animation: animmate_In_Down 1s ease 0s both;
}

@-webkit-keyframes animmate_In_Up {
  0% {
    -webkit-transform: translateY(-100px);
    transform: translateXY(-100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
  }
}
@keyframes animmate_In_Up {
  0% {
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
  }
}
@-webkit-keyframes animmate_In_Down {
  0% {
    -webkit-transform: translateY(100px);
    transform: translateXY(100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
  }
}
@keyframes animmate_In_Down {
  0% {
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
  }
}
.home_two_banner .single_banner_part.home_two_bg {
  background-image: url("../img/home_2_banner.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center right;
}
.home_two_banner .single_banner_part:after {
  background: -webkit-gradient(linear, left top, right top, from(#f5f5f5), color-stop(44%, #f5f5f5), color-stop(58%, transparent));
  background: -o-linear-gradient(left, #f5f5f5 0%, #f5f5f5 44%, transparent 58%);
  background: linear-gradient(90deg, #f5f5f5 0%, #f5f5f5 44%, transparent 58%);
  opacity: 1;
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .home_two_banner .single_banner_part:after {
    background: -webkit-gradient(linear, left top, right top, from(#f5f5f5), color-stop(43%, #f5f5f5), color-stop(92%, transparent));
    background: -o-linear-gradient(left, #f5f5f5 0%, #f5f5f5 43%, transparent 92%);
    background: linear-gradient(90deg, #f5f5f5 0%, #f5f5f5 43%, transparent 92%);
  }
}
.home_two_banner .single_banner_part .banner_iner {
  text-align: left;
}
.home_two_banner .single_banner_part .banner_iner h5 {
  font-size: 22px;
  font-weight: 700;
  color: #fe4b7b;
  margin-bottom: 20px;
}
@media (max-width: 767.98px) {
  .home_two_banner .single_banner_part .banner_iner h5 {
    font-size: 16px;
    margin-bottom: 12px;
  }
}
.home_two_banner .single_banner_part .banner_iner h2 {
  color: #32355d;
  font-size: 65px;
  line-height: 1.2;
  margin-bottom: 8px;
  font-weight: 800;
}
@media (max-width: 767.98px) {
  .home_two_banner .single_banner_part .banner_iner h2 {
    font-size: 30px;
    line-height: 1.4;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .home_two_banner .single_banner_part .banner_iner h2 {
    font-size: 40px;
    line-height: 1.3;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .home_two_banner .single_banner_part .banner_iner h2 {
    font-size: 50px;
  }
}
.home_two_banner .single_banner_part .banner_animation_2 {
  position: absolute;
  left: 155px;
  bottom: 150px;
}
@media (max-width: 767.98px) {
  .home_two_banner .single_banner_part .banner_animation_2 {
    z-index: -1;
    bottom: 50px;
    left: 20px;
    max-width: 40px;
  }
}
.home_two_banner .single_banner_part .banner_animation_3 {
  position: absolute;
  left: 35%;
  top: 100px;
}
@media (max-width: 767.98px) {
  .home_two_banner .single_banner_part .banner_animation_3 {
    z-index: -1;
    top: 100px;
    left: 20px;
    max-width: 40px;
  }
}
.home_two_banner .single_banner_part .banner_animation_4 {
  position: absolute;
  right: 5%;
  top: 40%;
}
@media (max-width: 767.98px) {
  .home_two_banner .single_banner_part .banner_animation_4 {
    z-index: -1;
    top: 100px;
    left: 20px;
    max-width: 40px;
  }
}

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

.animated_hero .single_banner_part {
  background-image: url("../img/banner_3.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.animated_hero .single_banner_part:after {
  display: none;
}
.animated_hero .single_banner_part .banner_iner {
  position: relative;
  z-index: 9;
}
.animated_hero .single_banner_part .banner_iner h5 {
  color: #fff;
  font-size: 22px;
}
@media (max-width: 767.98px) {
  .animated_hero .single_banner_part .banner_iner h5 {
    font-size: 18px;
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .animated_hero .single_banner_part .banner_iner h5 {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
.animated_hero .single_banner_part .banner_iner h2 {
  font-size: 65px;
}
.animated_hero .single_banner_part .banner_iner h2 span {
  color: #ffc600;
}
@media (max-width: 767.98px) {
  .animated_hero .single_banner_part .banner_iner h2 {
    font-size: 35px;
    line-height: 1.3;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .animated_hero .single_banner_part .banner_iner h2 {
    font-size: 40px;
    line-height: 50px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .animated_hero .single_banner_part .banner_iner h2 {
    font-size: 45px;
    line-height: 55px;
  }
}
.animated_hero .single_banner_part .banner_iner .cu_btn {
  font-family: "Microsoft YaHei";
  font-weight: 700;
}
.animated_hero .single_banner_part [class^=banner_animation_],
.animated_hero .single_banner_part [class*=banner_animation_] {
  position: absolute;
  z-index: 1;
}
.animated_hero .single_banner_part .banner_animation_1 {
  right: 16%;
  top: auto;
  left: auto;
  bottom: 17%;
}
@media (max-width: 767.98px) {
  .animated_hero .single_banner_part .banner_animation_1 {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .animated_hero .single_banner_part .banner_animation_1 {
    display: none;
  }
}
.animated_hero .single_banner_part .banner_animation_2 {
  left: 50px;
  top: 20%;
}
@media (max-width: 767.98px) {
  .animated_hero .single_banner_part .banner_animation_2 {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .animated_hero .single_banner_part .banner_animation_2 {
    display: none;
  }
}
.animated_hero .single_banner_part .banner_animation_3 {
  left: 4%;
  bottom: 10%;
  right: auto;
  top: auto;
}
@media (max-width: 767.98px) {
  .animated_hero .single_banner_part .banner_animation_3 {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .animated_hero .single_banner_part .banner_animation_3 {
    display: none;
  }
}
.animated_hero .single_banner_part .banner_animation_4 {
  left: 5%;
  top: 5%;
  right: auto;
  bottom: auto;
}
.animated_hero .single_banner_part .banner_animation_5 {
  right: 8%;
  top: 25%;
}
@media (max-width: 767.98px) {
  .animated_hero .single_banner_part .banner_animation_5 {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .animated_hero .single_banner_part .banner_animation_5 {
    display: none;
  }
}
.animated_hero .single_banner_part .banner_animation_6 {
  right: 14%;
  bottom: 33%;
}
.animated_hero .single_banner_part .banner_animation_7 {
  left: 5%;
  top: 35%;
}
@media (max-width: 767.98px) {
  .animated_hero .single_banner_part .banner_animation_7 {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .animated_hero .single_banner_part .banner_animation_7 {
    display: none;
  }
}
.animated_hero .single_banner_part .banner_animation_8 {
  left: 20%;
  top: 20%;
}
@media (max-width: 767.98px) {
  .animated_hero .single_banner_part .banner_animation_8 {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .animated_hero .single_banner_part .banner_animation_8 {
    display: none;
  }
}
.animated_hero .single_banner_part .banner_animation_9 {
  right: 3%;
  top: 71%;
}
.animated_hero .single_banner_part .banner_animation_10 {
  right: 5%;
  bottom: 25%;
}
.animated_hero .single_banner_part .banner_animation_11 {
  left: 36%;
  bottom: 15%;
}
@media (max-width: 767.98px) {
  .animated_hero .single_banner_part .banner_animation_11 {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .animated_hero .single_banner_part .banner_animation_11 {
    display: none;
  }
}
.animated_hero .single_banner_part .banner_animation_12 {
  right: 36%;
  bottom: 5%;
}
.animated_hero .single_banner_part .banner_animation_13 {
  right: 48%;
  top: 25%;
}
@media (max-width: 767.98px) {
  .animated_hero .single_banner_part .banner_animation_13 {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .animated_hero .single_banner_part .banner_animation_13 {
    display: none;
  }
}
.animated_hero .single_banner_part .banner_animation_14 {
  left: 17%;
  bottom: 10%;
}
@media (max-width: 767.98px) {
  .animated_hero .single_banner_part .banner_animation_14 {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .animated_hero .single_banner_part .banner_animation_14 {
    display: none;
  }
}
.animated_hero .single_banner_part .banner_animation_15 {
  left: 6%;
  bottom: 30%;
}

.banner_style_3 .single_banner_part {
  background-image: url("../img/banner_4.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.banner_style_3 .single_banner_part:after {
  background-image: -moz-linear-gradient(90deg, #fc3f72 0%, #fc5a86 100%);
  background-image: -webkit-linear-gradient(90deg, #fc3f72 0%, #fc5a86 100%);
  background-image: -ms-linear-gradient(90deg, #fc3f72 0%, #fc5a86 100%);
  opacity: 0.9;
}
@media (max-width: 767.98px) {
  .banner_style_3 .single_banner_part {
    height: auto;
  }
}
.banner_style_3 .single_banner_part .banner_iner {
  position: relative;
  z-index: 9;
  text-align: left;
}
@media (max-width: 767.98px) {
  .banner_style_3 .single_banner_part .banner_iner {
    margin: 20px 0 50px;
  }
}
.banner_style_3 .single_banner_part .banner_iner h5 {
  color: #fff;
  font-size: 20px;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .banner_style_3 .single_banner_part .banner_iner h5 {
    font-size: 18px;
  }
}
.banner_style_3 .single_banner_part .banner_iner h2 {
  font-size: 62px;
  margin-bottom: 15px;
  line-height: 1.2;
  font-weight: 700;
}
.banner_style_3 .single_banner_part .banner_iner h2 span {
  color: #f9ae15;
}
@media (max-width: 767.98px) {
  .banner_style_3 .single_banner_part .banner_iner h2 {
    font-size: 25px;
    line-height: 35px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .banner_style_3 .single_banner_part .banner_iner h2 {
    font-size: 35px;
    line-height: 45px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .banner_style_3 .single_banner_part .banner_iner h2 {
    font-size: 45px;
    line-height: 55px;
  }
}
.banner_style_3 .single_banner_part .banner_iner p {
  font-size: 18px;
  font-family: "Microsoft YaHei";
}
@media (max-width: 991px) {
  .banner_style_3 .single_banner_part .banner_iner p {
    font-size: 16px;
  }
}
.banner_style_3 .single_banner_part .banner_iner .cu_btn {
  font-weight: 400;
  margin-top: 41px;
  font-weight: 700;
  font-family: "Microsoft YaHei";
}
@media (max-width: 991px) {
  .banner_style_3 .single_banner_part .banner_iner .cu_btn {
    margin-top: 20px;
  }
}
.banner_style_3 .single_banner_part .banner_video {
  box-shadow: 0px 15px 47.5px 2.5px rgba(0, 0, 0, 0.2);
  position: relative;
  z-index: 9;
}
@media (max-width: 767.98px) {
  .banner_style_3 .single_banner_part .banner_video {
    margin: 150px 0 40px;
  }
}
.banner_style_3 .single_banner_part .banner_video .video_popup {
  background-color: #fff;
  height: 72px;
  width: 72px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
}
.banner_style_3 .single_banner_part .banner_video .video_popup .polygon_shape {
  width: 0px;
  height: 0px;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 18px solid #fe4b7b;
  display: block;
  text-align: center;
  margin-left: 6px;
}
.banner_style_3 .single_banner_part .banner_video img {
  border-radius: 5px;
}
.banner_style_3 .single_banner_part [class^=banner_animation_],
.banner_style_3 .single_banner_part [class*=banner_animation_] {
  position: absolute;
  z-index: 1;
}
.banner_style_3 .single_banner_part .banner_animation_1 {
  right: 13%;
  top: auto;
  left: auto;
  bottom: 14%;
}
@media (max-width: 767.98px) {
  .banner_style_3 .single_banner_part .banner_animation_1 {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .banner_style_3 .single_banner_part .banner_animation_1 {
    display: none;
  }
}
.banner_style_3 .single_banner_part .banner_animation_2 {
  left: 50px;
  top: 20%;
}
@media (max-width: 767.98px) {
  .banner_style_3 .single_banner_part .banner_animation_2 {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .banner_style_3 .single_banner_part .banner_animation_2 {
    display: none;
  }
}
.banner_style_3 .single_banner_part .banner_animation_3 {
  left: 4%;
  bottom: 10%;
  right: auto;
  top: auto;
}
@media (max-width: 767.98px) {
  .banner_style_3 .single_banner_part .banner_animation_3 {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .banner_style_3 .single_banner_part .banner_animation_3 {
    display: none;
  }
}
.banner_style_3 .single_banner_part .banner_animation_4 {
  left: 5%;
  top: 5%;
  right: auto;
  bottom: auto;
}
.banner_style_3 .single_banner_part .banner_animation_5 {
  right: 8%;
  top: 12%;
}
@media (max-width: 767.98px) {
  .banner_style_3 .single_banner_part .banner_animation_5 {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .banner_style_3 .single_banner_part .banner_animation_5 {
    display: none;
  }
}
.banner_style_3 .single_banner_part .banner_animation_6 {
  right: 14%;
  bottom: 33%;
}
.banner_style_3 .single_banner_part .banner_animation_7 {
  left: 5%;
  top: 35%;
}
@media (max-width: 767.98px) {
  .banner_style_3 .single_banner_part .banner_animation_7 {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .banner_style_3 .single_banner_part .banner_animation_7 {
    display: none;
  }
}
.banner_style_3 .single_banner_part .banner_animation_8 {
  left: 20%;
  top: 20%;
}
@media (max-width: 767.98px) {
  .banner_style_3 .single_banner_part .banner_animation_8 {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .banner_style_3 .single_banner_part .banner_animation_8 {
    display: none;
  }
}
.banner_style_3 .single_banner_part .banner_animation_9 {
  right: 7%;
  top: 54%;
}
.banner_style_3 .single_banner_part .banner_animation_10 {
  right: 5%;
  bottom: 25%;
}
.banner_style_3 .single_banner_part .banner_animation_11 {
  left: 36%;
  bottom: 15%;
}
@media (max-width: 767.98px) {
  .banner_style_3 .single_banner_part .banner_animation_11 {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .banner_style_3 .single_banner_part .banner_animation_11 {
    display: none;
  }
}
.banner_style_3 .single_banner_part .banner_animation_12 {
  right: 36%;
  bottom: 5%;
}
.banner_style_3 .single_banner_part .banner_animation_13 {
  right: 55%;
  top: 25%;
}
@media (max-width: 767.98px) {
  .banner_style_3 .single_banner_part .banner_animation_13 {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .banner_style_3 .single_banner_part .banner_animation_13 {
    display: none;
  }
}
.banner_style_3 .single_banner_part .banner_animation_14 {
  left: 17%;
  bottom: 10%;
}
@media (max-width: 767.98px) {
  .banner_style_3 .single_banner_part .banner_animation_14 {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .banner_style_3 .single_banner_part .banner_animation_14 {
    display: none;
  }
}
.banner_style_3 .single_banner_part .banner_animation_15 {
  left: 9%;
  bottom: 20%;
}

.banner_iner h2 span:nth-child(1) {
  color: #FFB218;
}
.banner_iner h2 span:nth-child(2) {
  color: #04FFF3;
}
.banner_iner h2 span:nth-child(3) {
  color: #fe4b7b;
}
.nav-item .active {
  color: #F4B200 !important;
}
@media (min-width: 991px) {
  .header_part .header .navbar .nav-item > .nav-link {
    position: relative;
    z-index: 1;
  }

  .header_part .header .navbar .nav-item > .nav-link:hover{
    color: #F4B200 !important;
  }

}
/********* banner part css end ********/
.about_section .img_section {
  position: relative;
  min-height: 490px;
  z-index: 2;
}
@media (max-width: 576px) {
  .about_section .img_section {
    min-height: 410px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767.98px) {
  .about_section .img_section {
    min-height: 510px;
  }
}
.about_section .img_section .about_img_1 {
  position: absolute;
  bottom: 35px;
  z-index: -1;
  left: 30px;
}
@media (max-width: 767.98px) {
  .about_section .img_section .about_img_1 {
    bottom: 52px;
    left: 30px;
    max-width: 250px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .about_section .img_section .about_img_1 {
    left: 30px;
    max-width: 300px;
  }
}
.about_section .img_section .about_img_1 {
  position: absolute;
  bottom: 35px;
  z-index: -1;
  left: 30px;
}
@media (max-width: 767.98px) {
  .about_section .img_section .about_img_1 {
    bottom: 62px;
    left: 30px;
    max-width: 250px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .about_section .img_section .about_img_1 {
    left: 30px;
    max-width: 300px;
  }
}
@media (max-width: 576px) {
  .about_section .img_section .about_img_2 {
    max-width: 235px;
  }
}
.about_section .img_section .about_img_3 {
  position: absolute;
  top: 80px;
  right: 36px;
  z-index: 1;
  border-radius: 5px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.25);
}
@media (max-width: 576px) {
  .about_section .img_section .about_img_3 {
    max-width: 250px;
    right: 0;
  }
}
@media (min-width: 1200px) {
  .about_section .about_section_content {
    padding-top: 20px;
  }
}
.about_section .about_section_content p {
  font-size: 15px;
}
.about_section .about_section_content .list_content {
  margin-top: 25px;
}
@media (max-width: 991px) {
  .about_section .about_section_content .list_content {
    margin-top: 15px;
  }
}
.about_section .about_section_content .list_content ul {
  margin: 0;
  padding: 0;
}
.about_section .about_section_content .list_content ul li {
  list-style: none;
  color: #32355d;
  font-weight: 700;
  font-size: 15px;
  padding: 8px 0;
  position: relative;
  padding-left: 30px;
}
@media (max-width: 991px) {
  .about_section .about_section_content .list_content ul li {
    padding: 5px 0;
    padding-left: 30px;
  }
}
.about_section .about_section_content .list_content ul li i {
  color: #fe4b7b;
  margin-right: 7px;
  position: absolute;
  left: 0;
  top: 12px;
}
@media (max-width: 991px) {
  .about_section .about_section_content .list_content ul li i {
    top: 9px;
  }
}
.about_section .about_section_content .btn_2 {
  margin-top: 40px;
  padding: 21px 44px;
}

.s3_about_section .img_section {
  min-height: 410px;
}
@media (max-width: 767.98px) {
  .s3_about_section .img_section {
    margin-top: 70px;
  }
}
.s3_about_section .img_section .about_img_4 {
  position: absolute;
  top: -35px;
  z-index: -1;
  right: 0;
}
@media (max-width: 767.98px) {
  .s3_about_section .img_section .about_img_4 {
    bottom: 52px;
    left: 30px;
    max-width: 250px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .s3_about_section .img_section .about_img_4 {
    left: 30px;
    max-width: 300px;
  }
}
.s3_about_section .img_section .about_img_3 {
  right: 30;
}
.s3_about_section .img_section .about_img_2 {
  margin-left: -30px;
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .s3_about_section .img_section .about_img_2 {
    margin-left: -20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767.98px) {
  .s3_about_section .img_section .about_img_2 {
    margin-left: 0;
  }
}
.s3_about_section .cu_btn {
  font-family: "Microsoft YaHei";
  font-weight: 700;
}

.s4_about_section {
  z-index: 1;
  position: relative;
}
.s4_about_section .about_section_content h5 {
  font-size: 18px;
  color: #fe4b7b;
  font-weight: 700;
  margin-bottom: 7px;
}
.s4_about_section .img_section {
  min-height: auto;
}
@media (max-width: 767.98px) {
  .s4_about_section .img_section {
    margin-top: 30px;
  }
}
.s4_about_section .about_img_7 {
  position: absolute;
  right: -30px;
  top: 40px;
  z-index: -1;
}
@media (max-width: 767.98px) {
  .s4_about_section .about_img_7 {
    right: 0;
    top: 20px;
  }
}
.s4_about_section .about_img_5 {
  position: absolute;
  left: 9px;
  bottom: 2px;
  z-index: -1;
}
@media (max-width: 767.98px) {
  .s4_about_section .about_img_5 {
    left: 0;
  }
}
.s4_about_section .about_img_6 {
  margin-left: 30px;
  border-radius: 10px;
  z-index: -1;
}
@media (max-width: 767.98px) {
  .s4_about_section .about_img_6 {
    margin-left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .s4_about_section .about_img_6 {
    margin-left: 15px;
  }
}
.s4_about_section [class^=about_page_animation_], .s4_about_section [class*=about_page_animation_] {
  position: absolute;
  z-index: -1;
}
.s4_about_section .about_page_animation_1 {
  left: 7%;
  top: 12%;
}
@media (max-width: 767.98px) {
  .s4_about_section .about_page_animation_1 img {
    max-width: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .s4_about_section .about_page_animation_1 img {
    max-width: 60px;
  }
}
.s4_about_section .about_page_animation_2 {
  left: 7%;
  bottom: 20%;
}
.s4_about_section .about_page_animation_2 img {
  max-width: 50px;
}
@media (max-width: 767.98px) {
  .s4_about_section .about_page_animation_2 img {
    max-width: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .s4_about_section .about_page_animation_2 img {
    max-width: 60px;
  }
}
.s4_about_section .about_page_animation_3 {
  right: 7%;
  top: 12%;
}
@media (max-width: 767.98px) {
  .s4_about_section .about_page_animation_3 img {
    max-width: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .s4_about_section .about_page_animation_3 img {
    max-width: 60px;
  }
}
.s4_about_section .about_page_animation_4 {
  right: 8%;
  bottom: 8%;
}
@media (max-width: 767.98px) {
  .s4_about_section .about_page_animation_4 img {
    max-width: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .s4_about_section .about_page_animation_4 img {
    max-width: 60px;
  }
}

.single_service_part {
  margin-bottom: 30px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-color: #00ABE9;
  border-radius: 30px 30px 30px 30px;
  overflow: hidden;
}
.single_service_part .service_section_img_wrapper {
  padding: 44px 15px 30px 15px;
}
.single_service_part .service_title {
  display: inline-block;
  font-size: 30px;
  font-weight: 600;
  color: #fff;
  padding: 23px 20px;
  line-height: 31px;
  margin-bottom: 0;
  width: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.1);
}
.single_service_part.bg_color_2 {
  background-color: #00D5CB;
}

.services_part {
  text-align: center;
  position: relative;
  overflow: hidden;
}
.services_part .btn_2 {
  margin-top: 30px;
}
@media (max-width: 991px) {
  .services_part .btn_2 {
    margin-top: 15px;
  }
}
.services_part [class^=services_shape_], .services_part [class*=services_shape_] {
  position: absolute;
  z-index: -1;
}
@media (max-width: 991px) {
  .services_part [class^=services_shape_], .services_part [class*=services_shape_] {
    display: none;
  }
}
.services_part .services_shape_animation_1 {
  left: 0;
  top: 0;
}
.services_part .services_shape_animation_2 {
  right: 0;
  top: 0;
}
.services_part .services_shape_animation_3 {
  left: 8%;
  bottom: 25%;
}
.services_part .services_shape_animation_4 {
  right: 8%;
  bottom: 25%;
}
.services_part .cu_btn {
  padding: 21px 34px;
}
.services_part.wave_shape_bg {
  background-image: url(../images/animation_shape/services_bg_shape.png);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: 100%;
}
.services_part.sec_padding {
  padding: 0px 0 285px;
}
@media (max-width: 767.98px) {
  .services_part.sec_padding {
    padding: 70px 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .services_part.sec_padding {
    padding: 80px 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .services_part.sec_padding {
    padding: 100px 0;
  }
}

.single_fetures_part {
  border-radius: 30px;
  background-color: #0DA2FF;
  position: relative;
  z-index: 1;
  box-shadow: 0px 5px 20px 0px rgba(242, 238, 249, 0.1);
  padding: 35px 40px 70px;
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  height: 100%;
}
@media (min-width: 1200px) {
  .single_fetures_part:hover {
    margin-bottom: 10px;
    margin-top: -10px;
  }
}
@media (max-width: 767.98px) {
  .single_fetures_part {
    padding: 35px 20px 30px;
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .single_fetures_part {
    padding: 35px 20px 40px;
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .single_fetures_part {
    padding: 35px 20px 40px;
  }
}
.single_fetures_part .single_fetures_icon {
  margin-bottom: 20px;
  height: 225px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.single_fetures_part h4 {
  font-size: 24px;
  margin-top: 39px;
  font-weight: 700;
}
.single_fetures_part h4 a {
  color: #fff;
}
@media (max-width: 991px) {
  .single_fetures_part h4 {
    margin-top: 30px;
  }
}
.single_fetures_part p {
  color: #fff;
  margin-top: 15px;
}
.single_fetures_part.lightblue_bg {
  background-color: #695FFE;
}
.single_fetures_part.pink_bg {
  background-color: #F42478;
}
.single_fetures_part.yellow_bg {
  background-color: #FFA64D;
}

.fetures_part {
  background-color: #FCF9F4;
  position: relative;
  z-index: 1;
}
.fetures_part [class^=feature_animation_],
.fetures_part [class*=" feature_animation_"] {
  position: absolute;
  z-index: -1;
}
@media (max-width: 991px) {
  .fetures_part [class^=feature_animation_],
.fetures_part [class*=" feature_animation_"] {
    display: none;
  }
}
.fetures_part .feature_animation_1 {
  left: 10%;
  top: 10%;
}
.fetures_part .feature_animation_2 {
  right: 10%;
  top: 15%;
}
.fetures_part .feature_animation_3 {
  left: 12%;
  bottom: 30%;
}
.fetures_part .feature_animation_4 {
  right: 5%;
  bottom: -5%;
}

.home_two_feture {
  background-color: #fe4b7b;
}
.home_two_feture [class^=feature_animation_],
.home_two_feture [class*=" feature_animation_"] {
  position: absolute;
  z-index: -1;
}

.fetures_part_s3 .single_fetures_part {
  padding: 0 45px 0;
  background-color: transparent;
  background-image: none;
  box-shadow: none;
}

.event_part {
  position: relative;
  overflow: hidden;
  background-image: #fbfcfc;
}
.event_part .single_event_list {
  background-color: #fd5c37;
  margin-bottom: 30px;
  position: relative;
  display: flex;
  align-items: center;
  padding: 20px 30px;
  border-radius: 5px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.event_part .single_event_list:hover {
  box-shadow: 0 8px 15px rgba(4, 13, 41, 0.05);
}
@media (max-width: 767.98px) {
  .event_part .single_event_list {
    padding: 20px 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .event_part .single_event_list {
    padding: 20px 10px;
  }
}
.event_part .single_event_list:last-child {
  margin-bottom: 0;
}
.event_part .single_event_list .event_date {
  border: 1px solid #f33b10;
  background-color: #f33b10;
  color: #fff;
  width: 90px;
  height: 90px;
  text-align: center;
  border-radius: 50%;
  font-size: 30px;
  line-height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767.98px) {
  .event_part .single_event_list .event_date {
    height: 75px;
    width: 75px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .event_part .single_event_list .event_date {
    height: 75px;
    width: 75px;
  }
}
.event_part .single_event_list .event_date h3 {
  color: #fff;
  font-family: "Microsoft YaHei";
  margin-bottom: 0;
  line-height: 25px;
  font-weight: 700;
}
@media (max-width: 767.98px) {
  .event_part .single_event_list .event_date h3 {
    line-height: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .event_part .single_event_list .event_date h3 {
    line-height: 20px;
  }
}
.event_part .single_event_list .event_date span {
  font-size: 19px;
  display: block;
  font-weight: 400;
}
@media (max-width: 767.98px) {
  .event_part .single_event_list .event_date span {
    font-size: 14px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .event_part .single_event_list .event_date span {
    font-size: 14px;
  }
}
.event_part .single_event_list:nth-child(2) {
  background-color: #31c9a8;
}
.event_part .single_event_list:nth-child(2) .event_date {
  border: 1px solid #02b890;
  background-color: #02b890;
}
.event_part .single_event_list:nth-child(3) {
  background-color: #379efd;
}
.event_part .single_event_list:nth-child(3) .event_date {
  border: 1px solid #2493fa;
  background-color: #2493fa;
}
.event_part .single_event_list:nth-child(4) {
  background-color: #fcc953;
}
.event_part .single_event_list:nth-child(4) .event_date {
  border: 1px solid #fdb510;
  background-color: #fdb510;
}
.event_part .single_event_list .event_content {
  padding-left: 20px;
}
.event_part .single_event_list .event_content h4 {
  font-size: 22px;
  font-family: "Microsoft YaHei";
  color: #fff;
  margin-bottom: 6px;
  font-weight: 700;
}
@media (max-width: 767.98px) {
  .event_part .single_event_list .event_content h4 {
    font-size: 18px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .event_part .single_event_list .event_content h4 {
    font-size: 18px;
  }
}
.event_part .single_event_list .event_content h4 a {
  color: #fff;
}
.event_part .single_event_list .event_content h4 a:hover {
  opacity: 0.9;
}
.event_part .single_event_list .event_content p {
  color: #fff;
}
.event_part .event_part_iner {
  position: relative;
}
.event_part .event_part_iner .event_img {
  position: absolute;
  left: -72px;
  height: 100%;
}
@media (max-width: 767.98px) {
  .event_part .event_part_iner .event_img {
    display: none;
  }
}
.event_part .event_part_iner .event_img img {
  height: 100%;
  object-fit: cover;
  border-radius: 5px;
  background-color: #bfbfbf;
  box-shadow: 0px 5px 30px 0px rgba(254, 75, 123, 0.1);
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .event_part .event_part_iner .event_img img {
    max-width: 87%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .event_part .event_part_iner .event_img img {
    max-width: 87%;
  }
}
.event_part [class^=event_animation_], .event_part [class*=" event_animation_"] {
  position: absolute;
  z-index: -1;
}
.event_part .event_animation_1 {
  left: 5%;
  top: 10%;
}
@media (max-width: 767.98px) {
  .event_part .event_animation_1 {
    left: 5%;
    top: 0%;
  }
}
.event_part .event_animation_2 {
  left: 5%;
  top: 55%;
}
.event_part .event_animation_3 {
  right: 8%;
  top: 28%;
}
.event_part .event_animation_4 {
  right: 8%;
  top: 65%;
}

.event_style_2 .event_animation_1 {
  left: 8%;
  top: 5%;
}
@media (max-width: 767.98px) {
  .event_style_2 .event_animation_1 {
    left: 5%;
    top: 0%;
  }
}
.event_style_2 .event_animation_2 {
  left: 5%;
  top: 55%;
}
.event_style_2 .event_animation_3 {
  right: 8%;
  top: 5%;
}
.event_style_2 .event_animation_4 {
  right: 8%;
  top: 50%;
}

@media (max-width: 991px) {
  .page_blog_section_wrapper {
    margin-bottom: 40px;
  }
}
.page_blog_section_wrapper .blog_thumbnail {
  border-radius: 10px;
  display: inline-block;
  overflow: hidden;
  width: 100%;
}
.page_blog_section_wrapper .blog_thumbnail img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  transform: scale(1);
  border-radius: 10px;
  width: 100%;
}
.page_blog_section_wrapper .blog_thumbnail:hover img {
  transform: scale(1.1);
}
.page_blog_section_wrapper h4 {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.4;
  font-weight: 900;
  margin-bottom: 11px;
}
@media (max-width: 991px) {
  .page_blog_section_wrapper h4 {
    font-size: 24px;
  }
}
.page_blog_section_wrapper h4 a {
  color: #12265A;
}
.page_blog_section_wrapper h4 a:hover {
  color: #fe4b7b;
}
.page_blog_section_wrapper p {
  margin-top: 17px;
}
@media (max-width: 991px) {
  .page_blog_section_wrapper p {
    margin-top: 10px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .page_blog_section_wrapper p {
    margin-top: 10px;
  }
}
.page_blog_section_wrapper .blog_meta_list {
  display: flex;
  align-items: center;
  margin-top: 30px;
  margin-bottom: 11px;
}
@media (max-width: 991px) {
  .page_blog_section_wrapper .blog_meta_list {
    margin-top: 20px;
  }
}
@media (max-width: 991px) {
  .page_blog_section_wrapper .blog_meta_list {
    display: block;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .page_blog_section_wrapper .blog_meta_list {
    display: block;
  }
}
.page_blog_section_wrapper .blog_meta_list a {
  position: relative;
  z-index: 1;
  padding-right: 40px;
  font-size: 14px;
}
.page_blog_section_wrapper .blog_meta_list a:after {
  position: absolute;
  content: "";
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  background-color: #DAD8D8;
  width: 6px;
  height: 6px;
  border-radius: 50%;
}
@media (max-width: 991px) {
  .page_blog_section_wrapper .blog_meta_list a:after {
    display: none;
  }
}
.page_blog_section_wrapper .blog_meta_list a:last-child {
  padding-right: 0;
}
.page_blog_section_wrapper .blog_meta_list a:last-child:after {
  display: none;
}
.page_blog_section_wrapper .blog_meta_list .blog_data {
  font-size: 15px;
  color: #45B3DF;
}
.page_blog_section_wrapper .blog_meta_list .blog_data:hover {
  color: #FA9DB8;
}
.page_blog_section_wrapper .blog_meta_list .blog_author {
  color: #45B3DF;
}
.page_blog_section_wrapper .blog_meta_list .blog_author:hover {
  color: #FA9DB8;
}
.page_blog_section_wrapper .read_more_btn {
  font-size: 18px;
  font-weight: 900;
  color: #FA9DB8;
}
.page_blog_section_wrapper .read_more_btn img {
  border-radius: 0;
  max-width: 18px;
  margin-left: 7px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.page_blog_section_wrapper .read_more_btn:hover img {
  transform: translateX(5px);
}

.success_story {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.success_story [class^=story_animation_], .success_story [class*=" story_animation_"] {
  position: absolute;
  z-index: -1;
}
.success_story .story_animation_1 {
  left: 10%;
  top: 7%;
}
.success_story .story_animation_2 {
  left: 7%;
  top: 46%;
}
.success_story .story_animation_3 {
  left: 7%;
  bottom: 7%;
}
.success_story .story_animation_4 {
  right: 15%;
  top: 10%;
}
.success_story .story_animation_5 {
  right: 10%;
  top: 55%;
}
.success_story .story_animation_6 {
  right: 40%;
  bottom: 6%;
}

.our_gallery {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.our_gallery .grid-item,
.our_gallery .grid-sizer {
  width: 25%;
}
@media (max-width: 576px) {
  .our_gallery .grid-item,
.our_gallery .grid-sizer {
    width: 100%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767.98px) {
  .our_gallery .grid-item,
.our_gallery .grid-sizer {
    width: 50%;
  }
}
.our_gallery .grid-item {
  float: left;
  height: 362px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 576px) {
  .our_gallery .grid-item {
    height: 300px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767.98px) {
  .our_gallery .grid-item {
    height: 300px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .our_gallery .grid-item {
    height: 200px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .our_gallery .grid-item {
    height: 200px;
  }
}
.our_gallery .grid-item:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-color: rgba(254, 75, 123, 0);
}
.our_gallery .grid-item .grid_item_content {
  position: absolute;
  bottom: -20px;
  left: 0;
  opacity: 0;
  visibility: hidden;
  z-index: 2;
  padding: 40px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 991px) {
  .our_gallery .grid-item .grid_item_content {
    padding: 20px;
    bottom: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .our_gallery .grid-item .grid_item_content {
    padding: 20px;
  }
}
.our_gallery .grid-item:hover .grid_item_content {
  opacity: 1;
  visibility: visible;
  bottom: 0;
}
.our_gallery .grid-item:hover:after {
  background-color: rgba(254, 75, 123, 0.7);
}
.our_gallery .grid-item .gallery_item_icon {
  margin-bottom: 20px;
  max-width: 90px;
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .our_gallery .grid-item .gallery_item_icon {
    display: none;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .our_gallery .grid-item .gallery_item_icon {
    display: none;
  }
}
.our_gallery .grid-item h3 {
  font-size: 24px;
  font-weight: 900;
  color: #fff;
  margin-bottom: 2px;
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .our_gallery .grid-item h3 {
    font-size: 20px;
  }
}
.our_gallery .grid-item p {
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
  color: #dad9d9;
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .our_gallery .grid-item p {
    font-size: 16px;
    line-height: 1.6;
  }
}
.our_gallery .grid_item_width2 {
  width: 50%;
}
@media (max-width: 576px) {
  .our_gallery .grid_item_width2 {
    width: 100%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767.98px) {
  .our_gallery .grid_item_width2 {
    width: 50%;
  }
}
.our_gallery .grid_item_height2 {
  height: 724px;
}
@media (max-width: 576px) {
  .our_gallery .grid_item_height2 {
    height: 300px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767.98px) {
  .our_gallery .grid_item_height2 {
    height: 300px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .our_gallery .grid_item_height2 {
    height: 400px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .our_gallery .grid_item_height2 {
    height: 400px;
  }
}

.our_gallery [class^=gallery_animation_],
.our_gallery [class*=" gallery_animation_"] {
  position: absolute;
  z-index: -1;
}
@media (max-width: 991px) {
  .our_gallery [class^=gallery_animation_],
.our_gallery [class*=" gallery_animation_"] {
    display: none;
  }
}
.our_gallery .gallery_animation_1 {
  left: 5%;
  top: 5%;
}
.our_gallery .gallery_animation_2 {
  left: 13%;
  top: 5%;
}
@media (max-width: 991px) {
  .our_gallery .gallery_animation_2 {
    display: none;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .our_gallery .gallery_animation_2 {
    left: 20%;
    top: 0;
  }
}

@media (max-width: 991px) {
  .gallery_style_2 .grid-item:after {
    background-color: rgba(0, 0, 0, 0.5);
  }
  .gallery_style_2 .grid-item .grid_item_content {
    opacity: 1;
    visibility: visible;
    left: 0;
    bottom: 0;
    padding: 20px;
  }
}
.gallery_style_2 .grid-item, .gallery_style_2 .grid-sizer {
  width: 100%;
}

.cta_section {
  position: relative;
  z-index: 1;
  overflow: hidden;
  background-image: url("../img/cta_bg_white.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.cta_section [class^=cta_animation_], .cta_section [class*=" cta_animation_"] {
  position: absolute;
  z-index: -1;
}
.cta_section .cta_animation_1 {
  left: 7%;
  top: 12%;
}
@media (max-width: 767.98px) {
  .cta_section .cta_animation_1 img {
    max-width: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .cta_section .cta_animation_1 img {
    max-width: 60px;
  }
}
.cta_section .cta_animation_2 {
  left: 7%;
  bottom: 20%;
}
@media (max-width: 767.98px) {
  .cta_section .cta_animation_2 img {
    max-width: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .cta_section .cta_animation_2 img {
    max-width: 60px;
  }
}
.cta_section .cta_animation_3 {
  right: 7%;
  top: 12%;
}
@media (max-width: 767.98px) {
  .cta_section .cta_animation_3 img {
    max-width: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .cta_section .cta_animation_3 img {
    max-width: 60px;
  }
}
.cta_section .cta_animation_4 {
  right: 2%;
  bottom: 0;
}
@media (max-width: 767.98px) {
  .cta_section .cta_animation_4 img {
    max-width: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .cta_section .cta_animation_4 img {
    max-width: 60px;
  }
}
.cta_section h2 {
  font-weight: 900;
  font-size: 50px;
  color: #32355d;
}
@media (max-width: 767.98px) {
  .cta_section h2 {
    font-size: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .cta_section h2 {
    font-size: 35px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .cta_section h2 {
    font-size: 40px;
  }
}
.cta_section p {
  margin-top: 26px;
}
@media (max-width: 767.98px) {
  .cta_section p {
    margin-top: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .cta_section p {
    margin-top: 20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .cta_section p {
    margin-top: 20px;
  }
}
.cta_section .cu_btn {
  margin-top: 42px;
  font-family: "Microsoft YaHei";
  font-weight: 700;
}
@media (max-width: 767.98px) {
  .cta_section .cu_btn {
    margin-top: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .cta_section .cu_btn {
    margin-top: 25px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .cta_section .cu_btn {
    margin-top: 25px;
  }
}

.cta_part {
  position: relative;
  z-index: 1;
  overflow: hidden;
  background-image: url("../img/cta_bg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  background-color: #fc517f;
}
.cta_part h2 {
  font-size: 50px;
  margin-top: 47px;
  color: #fff;
}
@media (max-width: 767.98px) {
  .cta_part h2 {
    font-size: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .cta_part h2 {
    font-size: 35px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .cta_part h2 {
    font-size: 40px;
  }
}
.cta_part p {
  font-size: 22px;
  color: #fff;
}
@media (max-width: 767.98px) {
  .cta_part p {
    margin-top: 15px;
    font-size: 18px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .cta_part p {
    margin-top: 20px;
    font-size: 18px;
  }
}
.cta_part .cu_btn {
  margin-top: 40px;
}
@media (max-width: 767.98px) {
  .cta_part .cu_btn {
    margin-top: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .cta_part .cu_btn {
    margin-top: 25px;
  }
}
.cta_part .breadcrumb_animation_1 {
  position: absolute;
  left: 5%;
  bottom: 0;
  z-index: -1;
}
@media (max-width: 767.98px) {
  .cta_part .breadcrumb_animation_1 img {
    max-width: 70px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .cta_part .breadcrumb_animation_1 img {
    max-width: 80px;
  }
}
.cta_part .breadcrumb_animation_2 {
  position: absolute;
  right: 5%;
  bottom: 15%;
  z-index: -1;
}
@media (max-width: 767.98px) {
  .cta_part .breadcrumb_animation_2 img {
    max-width: 70px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .cta_part .breadcrumb_animation_2 img {
    max-width: 80px;
  }
}

.cta_section_wrapper {
  text-align: center;
}
.cta_section_wrapper img + h2 {
  margin-top: 50px;
  margin-bottom: 10px;
}
.cta_section_wrapper .cu_btn {
  margin-top: 25px;
}

.single_page_blog_post {
  padding-bottom: 50px;
}
.single_page_blog_post:last-child {
  border-bottom: 1px solid #ebe8f1;
  margin-bottom: 50px;
}
.single_page_blog_post .post_author {
  margin-bottom: 21px;
  padding: 0;
}
.single_page_blog_post .post_author p {
  display: inline-block;
  margin-right: 20px;
}
.single_page_blog_post .post_author p i {
  margin-right: 8px;
}
.single_page_blog_post .post_author span {
  font-size: 15px;
  color: #fff;
  border-radius: 5px;
  background-color: #fe4b7b;
  font-weight: 700;
  margin-right: 20px;
  display: inline-block;
  text-align: center;
  width: 151px;
  height: 31px;
  line-height: 31px;
}
.single_page_blog_post .single_blog_content {
  padding-top: 30px;
}
@media (max-width: 991px) {
  .single_page_blog_post .single_blog_content {
    padding-top: 20px;
  }
  .single_page_blog_post .single_blog_content .post_author {
    padding: 10px 0px 0px;
  }
}
.single_page_blog_post .single_blog_content h2 {
  font-size: 28px;
  line-height: 1.4;
  font-weight: 700;
  margin-bottom: 15px;
}
@media (max-width: 991px) {
  .single_page_blog_post .single_blog_content h2 {
    font-size: 25px;
  }
}
.single_page_blog_post .single_blog_content h2 a {
  color: #0b1c39;
}
.single_page_blog_post .single_blog_content h2 a:hover {
  color: #fe4b7b;
}
.single_page_blog_post .single_blog_content p {
  font-size: 15px;
  font-weight: 500;
  color: #8f9093;
  font-family: "Microsoft YaHei";
}
.single_page_blog_post .blog_btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 24px;
}
.single_page_blog_post .blog_btn .read_more_btn {
  color: #32355d;
  font-size: 15px;
  display: inline-block;
  font-weight: 700;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.single_page_blog_post .blog_btn .read_more_btn:hover {
  color: #fe4b7b;
}
.single_page_blog_post .blog_btn p {
  font-size: 15px;
}
.single_page_blog_post .blog_btn p i {
  color: #fe4b7b;
  margin-right: 8px;
}

.video_post .post_thumb {
  position: relative;
  z-index: 1;
}
.video_post .post_thumb .popup_youtube {
  width: 80px;
  height: 80px;
  display: inline-block;
  background-color: #fff;
  text-align: center;
  line-height: 80px;
  border-radius: 50%;
  color: #fe4b7b;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 45%;
}
.video_post .post_thumb .popup_youtube span {
  max-width: 16px;
  text-shadow: 0px 10px 16px rgba(37, 114, 255, 0.4);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.video_post .post_thumb .popup_youtube:hover span {
  box-shadow: none;
}

.single_blog_details img {
  margin-bottom: 35px;
  border-radius: 5px;
}
.single_blog_details h2 {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 17px;
}
@media (max-width: 991px) {
  .single_blog_details h2 {
    font-size: 25px;
    line-height: 35px;
  }
}
.single_blog_details p {
  margin-bottom: 25px;
}
.single_blog_details .single_blog_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 35px 0 22px;
}
.single_blog_details .single_blog_list p {
  color: #0b1c39;
  margin-bottom: 8px;
  flex: 45% 0 0;
}
@media (max-width: 991px) {
  .single_blog_details .single_blog_list p {
    flex: 100% 0 0;
  }
}
.single_blog_details .single_blog_list p i {
  color: #fe4b7b;
  margin-right: 10px;
}

.single_blog_page .blog_page_single_item {
  margin-bottom: 70px;
  margin-top: 95px;
}
@media (max-width: 991px) {
  .single_blog_page .blog_page_single_item {
    margin-top: 40px;
  }
}

.blog_page_single_item {
  margin-top: 60px;
}
@media (max-width: 991px) {
  .blog_page_single_item {
    margin-top: 40px;
  }
}
.blog_page_single_item .reply_btn {
  color: #0b1c39;
  display: flex;
  align-items: center;
  font-weight: 700;
}
.blog_page_single_item .reply_btn i {
  font-size: 20px;
  margin-right: 10px;
}
.blog_page_single_item .reply_btn:hover {
  color: #fe4b7b;
}
.blog_page_single_item .btn_2 {
  margin-top: 25px;
}
.blog_page_single_item input:focus {
  border: 1px solid #f2f2f2 !important;
}

.tag_share_list {
  display: flex;
  justify-content: space-between;
  padding-top: 25px;
  margin-top: 50px;
  border-top: 1px solid #dce1e9;
}
@media (max-width: 991px) {
  .tag_share_list {
    display: block;
  }
}
.tag_share_list h4 {
  font-size: 18px;
  font-weight: 500;
  margin-right: 8px;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .tag_share_list h4 {
    margin: 15px 0;
  }
}
.tag_share_list .btn_4 {
  padding: 5px 21px;
  margin-left: 10px;
}
@media (max-width: 991px) {
  .tag_share_list .btn_4 {
    margin: 10px 10px 0 0;
  }
}
.tag_share_list .share_icon_list h4 {
  margin-right: 0;
}
.tag_share_list .share_icon_list a {
  font-size: 14px;
  color: #8f9093;
  margin-left: 15px;
}
.tag_share_list .share_icon_list a:hover {
  color: #fe4b7b;
}

@media (max-width: 991px) {
  .post_tag {
    display: inline-block !important;
  }
}

.post_author {
  padding: 30px 30px 48px;
}
.post_author img {
  max-width: 80px;
  border-radius: 50%;
  display: inline-block;
  float: left;
  margin-right: 20px;
}
.post_author .author_details h5 {
  font-size: 18px;
  margin-bottom: 11px;
}
.post_author .author_details h5 span {
  color: #8f9093;
  display: block;
  font-size: 16px;
  line-height: 27px;
}
.post_author .author_details p {
  margin-bottom: 0;
}

@media (max-width: 991px) {
  .share_icon_list {
    margin-top: 20px;
  }
}

.single_page_header .icon_menu {
  color: #fff;
}

@media (max-width: 991px) {
  .blog_sidebar {
    margin-top: 50px;
  }
}

.blog_sidebar .single_sidebar {
  margin-bottom: 60px;
  position: relative;
}
.blog_sidebar .single_sidebar h3 {
  font-size: 20px;
  font-weight: 700;
  line-height: 15px;
  margin-bottom: 40px;
  font-family: "Microsoft YaHei";
  color: #32355d;
}
.blog_sidebar .single_sidebar h3 a {
  color: #0b1c39;
}
.blog_sidebar .single_sidebar h3 a:hover {
  color: #fe4b7b;
}
.blog_sidebar .single_sidebar:last-child {
  margin-bottom: 0;
}
.blog_sidebar .single_sidebar .search_form {
  display: flex;
}
.blog_sidebar .single_sidebar .search_form input {
  padding: 20px 30px;
  background-color: #f6f7fa;
  border-radius: 6px;
  border: 1px solid #f6f7fa;
  width: 100%;
}
.blog_sidebar .single_sidebar .search_form i {
  position: absolute;
  right: 30px;
  top: 23px;
  color: #282835;
}
.blog_sidebar .single_sidebar .single_sidebar_post {
  display: flex;
  margin-bottom: 30px;
  align-items: center;
}
.blog_sidebar .single_sidebar .single_sidebar_post:last-child {
  margin-bottom: 0;
}
.blog_sidebar .single_sidebar .single_sidebar_post img {
  max-width: 90px;
  max-height: 80px;
  border-radius: 6px;
}
@media (max-width: 991px) {
  .blog_sidebar .single_sidebar .single_sidebar_post img {
    max-height: 80px;
  }
}
.blog_sidebar .single_sidebar .single_sidebar_post .sidebar_post_content {
  padding-left: 20px;
}
.blog_sidebar .single_sidebar .single_sidebar_post .sidebar_post_content h4 {
  font-size: 18px;
  line-height: 1.5;
  font-weight: 700;
  margin-bottom: 0;
}
.blog_sidebar .single_sidebar .single_sidebar_post .sidebar_post_content h4 a {
  color: #32355d;
}
.blog_sidebar .single_sidebar .single_sidebar_post .sidebar_post_content h4 a:hover {
  color: #fe4b7b;
}
.blog_sidebar .single_sidebar .category_list p {
  margin-bottom: 21px;
  line-height: 13px;
}
.blog_sidebar .single_sidebar .category_list p:last-child {
  margin-bottom: 0;
}
.blog_sidebar .single_sidebar .category_list p a {
  color: #32355d;
  font-size: 14px;
  text-transform: uppercase;
  font-family: "Microsoft YaHei";
  font-weight: 600;
}
.blog_sidebar .single_sidebar .category_list p a:hover {
  color: #fe4b7b;
}
.blog_sidebar .single_sidebar .sidebar_tag_list .btn_4 {
  margin: 0 7px 10px 0;
}
.blog_sidebar .instagram_img a {
  margin-bottom: 10px;
  flex: 31% 0 0;
}
@media (max-width: 576px) {
  .blog_sidebar .instagram_img a {
    flex: 18% 0 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767.98px) {
  .blog_sidebar .instagram_img a {
    flex: 15% 0 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .blog_sidebar .instagram_img a {
    flex: 15% 0 0;
  }
}
.blog_sidebar .instagram_img a img {
  width: 100%;
}

.quote_post {
  position: relative;
}
.quote_post .quote_icon_1 {
  position: absolute;
  right: 50px;
  bottom: 30px;
}
.quote_post .quote_icon_2 {
  position: absolute;
  left: 50px;
  top: 0;
}

.quote_post p, .link_post p {
  font-size: 20px;
  line-height: 1.5;
}
.quote_post p a, .link_post p a {
  color: #8f9093;
}
.quote_post p a:hover, .link_post p a:hover {
  color: #fe4b7b;
}
.quote_post .post_author p, .link_post .post_author p {
  font-size: 16px;
  line-height: 26px;
}

.comment_part h3 {
  margin: 0 0 36px;
}
.comment_part p {
  margin-bottom: 30px;
}
.comment_part .admin_tittle {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
.comment_part .admin_tittle h5 {
  font-size: 15px;
  font-weight: 500;
}
.comment_part .admin_tittle h5 span {
  display: block;
  color: #9ba1ba;
  margin-top: 6px;
  font-weight: 400;
}
.comment_part .admin_tittle .review_icon {
  margin: 0;
}
.comment_part .admin_tittle .review_icon i {
  font-size: 12px;
}
.comment_part .replay_btn {
  font-size: 14px;
  color: #626a77;
  width: 70px;
  height: 30px;
  line-height: 30px;
  background-color: #e9edf7;
  text-align: center;
  border-radius: 50px;
  display: inline-block;
  margin-right: 20px;
  font-weight: 500;
}
.comment_part .replay_btn:hover {
  background-color: #fe4b7b;
  color: #fff;
}
.comment_part .like_btn {
  color: #fe4b7b;
  font-size: 16px;
}
.comment_part .like_btn i {
  color: #8f9093;
  margin-right: 12px;
}
.comment_part .media {
  padding-top: 0;
  margin-top: 0;
  border-top: 0 solid transparent;
}
.comment_part .media img {
  margin-right: 30px;
  border-radius: 50%;
  max-width: 60px;
}
@media (max-width: 576px) {
  .comment_part .media img {
    margin-right: 10px;
  }
}
.comment_part .media .media {
  padding: 30px 0 0;
  border-top: 1px solid #dce1e9;
  margin-top: 30px;
}
@media (max-width: 576px) {
  .comment_part .media .media {
    display: block !important;
  }
}
.comment_part .media .media img {
  max-width: 50px;
}
@media (max-width: 576px) {
  .comment_part .media .media img {
    margin-bottom: 20px;
  }
}

.review_form, .form_style {
  margin-top: 45px;
}
.review_form h3, .form_style h3 {
  font-size: 20px;
  margin: 0 0 6px;
  font-weight: 700;
  color: #32355d;
}
.review_form .admin_tittle, .form_style .admin_tittle {
  margin-top: 33px;
  display: flex;
}
.review_form .admin_tittle p, .form_style .admin_tittle p {
  margin-bottom: 0;
}
.review_form .admin_tittle .review_icon, .form_style .admin_tittle .review_icon {
  margin: 0 0 0 30px;
}
.review_form .admin_tittle .review_icon i, .form_style .admin_tittle .review_icon i {
  font-size: 14px;
}
.review_form .form_single_item, .form_style .form_single_item {
  margin-top: 20px;
}
.review_form .form_single_item input, .review_form .form_single_item textarea, .form_style .form_single_item input, .form_style .form_single_item textarea {
  background-color: #fff;
  padding: 17px 30px;
  border-radius: 5px;
  border: 1px solid #dce1e9;
  width: 100%;
  font-size: 16px;
  color: #8f9093;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-transform: capitalize;
}
.review_form .form_single_item input:focus, .review_form .form_single_item textarea:focus, .form_style .form_single_item input:focus, .form_style .form_single_item textarea:focus {
  background-color: #fff;
  border: 1px solid #fff;
  color: #8f9093;
  box-shadow: 0px 20px 20px 0px rgba(2, 25, 55, 0.06);
}
.review_form .form_single_item textarea, .form_style .form_single_item textarea {
  height: 200px;
}
.review_form .btn_1, .form_style .btn_1 {
  padding: 15px 39px;
  margin-top: 23px;
}
.review_form .btn_1:hover, .form_style .btn_1:hover {
  box-shadow: 0px 20px 40px 0px rgba(68, 134, 254, 0.2);
}

.add_cart_sidebar {
  padding: 40px 19px 37px 30px !important;
}
.add_cart_sidebar h2 {
  font-size: 30px;
  color: #fe4b7b;
}
.add_cart_sidebar h2 span {
  font-size: 52%;
  color: #8f9093;
  margin-left: 19px;
  text-decoration: line-through;
}
.add_cart_sidebar .btn_1 {
  width: 100%;
  font-size: 16px;
  text-align: center;
}
.add_cart_sidebar .btn_1:hover {
  box-shadow: 0px 20px 40px 0px rgba(68, 134, 254, 0.2);
}
.add_cart_sidebar h3 {
  font-size: 18px;
  margin: 37px 0 24px;
}
.add_cart_sidebar p {
  position: relative;
  padding-left: 32px;
  font-size: 15px;
  line-height: 22px;
  margin: 12px 0;
}
.add_cart_sidebar p:last-child {
  margin: 12px 0 0;
}
.add_cart_sidebar p i {
  position: absolute;
  left: 0;
  font-size: 18px;
  top: 2px;
  color: #a8aeb6;
}

.single_page_blog_post .single_blog_content .read_more_btn {
  color: #0b1c39;
  font-size: 16px;
  display: inline-block;
  font-weight: 700;
  display: flex;
  align-items: center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.quote_post .single_blog_content {
  padding: 35px 50px 45px;
  background-color: #f8f9fb;
}

.blog_page {
  position: relative;
}
.blog_page [class^=blog_animation_], .blog_page [class*=" blog_animation_"] {
  position: absolute;
  z-index: -1;
}
.blog_page .blog_animation_1 {
  left: 5%;
  top: 2%;
}
.blog_page .blog_animation_2 {
  left: 6%;
  top: 18%;
}
.blog_page .blog_animation_3 {
  left: 7%;
  top: 40%;
}
.blog_page .blog_animation_4 {
  left: 8%;
  bottom: 25%;
}
.blog_page .blog_animation_5 {
  left: 7%;
  bottom: 7%;
}
.blog_page .blog_animation_6 {
  right: 8%;
  top: 7%;
}
.blog_page .blog_animation_7 {
  right: 7%;
  top: 25%;
}
.blog_page .blog_animation_8 {
  right: 7%;
  top: 45%;
}
.blog_page .blog_animation_9 {
  right: 8%;
  bottom: 25%;
}
.blog_page .blog_animation_10 {
  right: 7%;
  bottom: 8%;
}

.program_list {
  background-color: #f6fbfb;
}

.program_list_page .filters {
  margin-bottom: 29px;
}
.program_list_page .filters ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
  line-height: 12px;
}
.program_list_page .filters ul li {
  display: inline-block;
  text-align: center;
  margin: 0 20px;
  font-weight: 500;
  font-size: 16px;
  cursor: pointer;
  position: relative;
  color: #677294;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  line-height: 12px;
}
.program_list_page .filters ul li:hover {
  color: #fe4b7b;
}
.program_list_page .filters ul li.is-checked {
  color: #fe4b7b;
}
@media (max-width: 991px) {
  .program_list_page .filters ul li {
    margin: 0 15px 20px;
  }
}
.program_list_page .single_program_list {
  margin-top: 30px;
}
.program_list_page .single_program_list .single_program_list_content {
  margin-bottom: 0;
}

.single_program_list img {
  border-radius: 10px 10px 0 0;
  width: 100%;
}
.single_program_list .single_program_list_content {
  border-radius: 0 0 10px 10px;
  padding: 30px;
  box-shadow: -0.776px 2.898px 29px 0px rgba(0, 0, 0, 0.03);
  background-color: #fff;
}
@media (max-width: 991px) {
  .single_program_list .single_program_list_content {
    margin-bottom: 30px;
    padding: 20px;
  }
}
.single_program_list .single_program_list_content h4 {
  margin-bottom: 14px;
}
.single_program_list .single_program_list_content h4 a {
  color: #32355d;
  font-size: 24px;
  font-weight: 700;
}
.single_program_list .single_program_list_content h4 a:hover {
  color: #fe4b7b;
}
.single_program_list .single_program_list_content p {
  font-size: 15px;
  font-weight: 500;
  font-family: "Microsoft YaHei";
}
.single_program_list .single_program_list_content .program_list_details {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #f2f1ef;
  margin-top: 27px;
  padding-top: 30px;
}
.single_program_list .single_program_list_content .program_list_details h5 {
  font-size: 15px;
  font-weight: 700;
  text-align: center;
}
.single_program_list .single_program_list_content .program_list_details h5 span {
  color: #fe4b7b;
  display: block;
  width: 100%;
  margin-top: 13px;
}

.program_list_page {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.program_list_page [class^=list_animation_],
.program_list_page [class*=" list_animation_"] {
  position: absolute;
  z-index: -1;
}
.program_list_page .list_animation_1 {
  left: 7%;
  top: 10%;
}
.program_list_page .list_animation_2 {
  left: 6%;
  top: 45%;
}
.program_list_page .list_animation_3 {
  left: 7%;
  bottom: 12%;
}
.program_list_page .list_animation_4 {
  right: 8%;
  top: 10%;
}
.program_list_page .list_animation_5 {
  right: 7%;
  bottom: 45%;
}
.program_list_page .list_animation_6 {
  right: 8%;
  bottom: 10%;
}
.program_list_page .single_program_list {
  margin-top: 30px;
}
.program_list_page .content {
  width: 100%;
  margin: 0 auto;
  padding: 0px;
  text-align: center;
}

.program_details_content .description {
  margin-top: 15px;
}

.single_count_section {
  text-align: center;
}
@media (max-width: 991px) {
  .single_count_section {
    margin-bottom: 30px;
  }
}
.single_count_section img {
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .single_count_section img {
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .single_count_section img {
    max-width: 55px;
  }
}
.single_count_section h4 {
  font-size: 45px;
  line-height: 1;
  color: #fe4b7b;
  font-weight: 700;
  margin-bottom: 12px;
  color: #ffc600;
}
@media (max-width: 991px) {
  .single_count_section h4 {
    font-size: 25px;
  }
}
.single_count_section h5 {
  font-size: 28px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .single_count_section h5 {
    font-size: 16px;
  }
}

.count_section {
  background-color: #341c77;
  overflow: hidden;
  position: relative;
  padding: 100px 0;
  z-index: 1;
}
.count_section [class^=count_animation_],
.count_section [class*=" count_animation_"] {
  position: absolute;
  z-index: -1;
}
.count_section .count_animation_1 {
  left: 17%;
  top: 10%;
}
.count_section .count_animation_2 {
  left: 50px;
  top: 20%;
}
.count_section .count_animation_3 {
  left: 12%;
  top: 44%;
}
.count_section .count_animation_4 {
  left: 5%;
  bottom: 25%;
}
.count_section .count_animation_5 {
  left: 10%;
  bottom: 8%;
}
.count_section .count_animation_6 {
  right: 50%;
  top: 10%;
}
.count_section .count_animation_7 {
  right: 17%;
  top: 10%;
}
.count_section .count_animation_8 {
  right: 50px;
  top: 20%;
}
.count_section .count_animation_9 {
  right: 12%;
  top: 44%;
}
.count_section .count_animation_10 {
  right: 5%;
  bottom: 25%;
}
.count_section .count_animation_11 {
  right: 10%;
  bottom: 8%;
}
.count_section .count_animation_12 {
  right: 50%;
  bottom: 5%;
}

.single_team_section {
  text-align: center;
}
@media (max-width: 991px) {
  .single_team_section {
    margin-bottom: 30px;
  }
}
.single_team_section .teacher_profile_img {
  overflow: hidden;
  border-radius: 5px 5px 0 0;
  max-height: 250px;
  width: 100%;
}
.single_team_section .teacher_profile_img img {
  border-radius: 5px 5px 0 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  transform: scale(1);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.single_team_section:hover .teacher_profile_img img {
  transform: scale(1.1);
}
.single_team_section h4 {
  font-size: 20px;
  font-weight: 700;
  margin-top: 34px;
  margin-bottom: 5px;
}
.single_team_section h4 a {
  color: #32355d;
}
.single_team_section h4 a:hover {
  color: #fe4b7b;
}
@media (max-width: 991px) {
  .single_team_section h4 {
    margin-top: 20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .single_team_section h4 {
    margin-top: 20px;
  }
}
.single_team_section p {
  font-weight: 500;
  font-size: 15px;
}
.single_team_section .teacher_category {
  font-size: 15px;
  color: #fff;
  border-radius: 5px;
  background-color: #fe4b7b;
  font-weight: 700;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  width: 151px;
  height: 31px;
  line-height: 31px;
  bottom: 76px;
  display: inline-block;
}
@media (max-width: 767.98px) {
  .single_team_section .teacher_category {
    bottom: 92px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .single_team_section .teacher_category {
    bottom: 92px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .single_team_section .teacher_category {
    bottom: 62px;
  }
}

.col-lg-4:nth-child(2n+1) .single_team_section .teacher_category {
  background-color: #4ba9ff;
}
.col-lg-4:nth-child(3n+1) .single_team_section .teacher_category {
  background-color: #31c9a8;
}

.team_section {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.team_section [class^=team_animation_], .team_section [class*=" team_animation_"] {
  position: absolute;
  z-index: -1;
}
.team_section .team_animation_1 {
  left: -20px;
  top: -100px;
}
.team_section .team_animation_2 {
  left: 7%;
  top: 35%;
}
.team_section .team_animation_3 {
  left: 7%;
  bottom: 12%;
}
.team_section .team_animation_4 {
  right: 0%;
  top: -10%;
}
.team_section .team_animation_5 {
  right: 10%;
  bottom: 31%;
}

.single_page_team {
  padding: 90px 0 120px;
}
@media (max-width: 767.98px) {
  .single_page_team {
    padding: 80px 0 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .single_page_team {
    padding: 100px 0 70px;
  }
}
.single_page_team .single_team_section {
  margin-top: 50px;
}
@media (max-width: 991px) {
  .single_page_team .single_team_section {
    margin-top: 0;
  }
}

.testimonial_part {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.testimonial_part [class^=testimonial_animation_], .testimonial_part [class*=testimonial_animation_] {
  position: absolute;
  z-index: -1;
}
.testimonial_part .testimonial_animation_1 {
  left: 7%;
  top: 12%;
}
@media (max-width: 767.98px) {
  .testimonial_part .testimonial_animation_1 img {
    max-width: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .testimonial_part .testimonial_animation_1 img {
    max-width: 60px;
  }
}
.testimonial_part .testimonial_animation_2 {
  left: 7%;
  bottom: 20%;
}
.testimonial_part .testimonial_animation_2 img {
  max-width: 50px;
}
@media (max-width: 767.98px) {
  .testimonial_part .testimonial_animation_2 img {
    max-width: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .testimonial_part .testimonial_animation_2 img {
    max-width: 60px;
  }
}
.testimonial_part .testimonial_animation_3 {
  right: 7%;
  top: 12%;
}
@media (max-width: 767.98px) {
  .testimonial_part .testimonial_animation_3 img {
    max-width: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .testimonial_part .testimonial_animation_3 img {
    max-width: 60px;
  }
}
.testimonial_part .testimonial_animation_4 {
  right: 8%;
  bottom: 8%;
}
@media (max-width: 767.98px) {
  .testimonial_part .testimonial_animation_4 img {
    max-width: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .testimonial_part .testimonial_animation_4 img {
    max-width: 60px;
  }
}

.testimonial_slider img {
  width: auto !important;
}
.testimonial_slider .client_speech {
  padding: 40px 30px 72px;
  background-color: #fb486f;
  border-radius: 10px;
  position: relative;
  z-index: 1;
}
@media (max-width: 767.98px) {
  .testimonial_slider .client_speech {
    padding: 20px 15px 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .testimonial_slider .client_speech {
    padding: 20px 15px 15px;
  }
}
.testimonial_slider .client_speech p {
  color: #fff;
  font-size: 15px;
}
.testimonial_slider .client_speech img {
  margin-bottom: 22px;
}
@media (max-width: 767.98px) {
  .testimonial_slider .client_speech img {
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .testimonial_slider .client_speech img {
    margin-bottom: 10px;
  }
}
.testimonial_slider .client_speech .client_speech_shape {
  position: absolute;
  left: 50px;
  bottom: -40px;
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .testimonial_slider .client_speech .client_speech_shape {
    left: 10px;
    bottom: -30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .testimonial_slider .client_speech .client_speech_shape {
    left: 10px;
    bottom: -30px;
  }
}
.testimonial_slider .client_speech.bg_2 {
  background-color: #5798fe;
}
.testimonial_slider .client_info {
  position: relative;
  padding-left: 80px;
  margin: 0 auto;
  margin-top: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.testimonial_slider .client_info img {
  border-radius: 50%;
  max-width: 65px;
  max-height: 65px;
}
.testimonial_slider .client_info h4 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 0;
  padding-left: 18px;
}
.testimonial_slider .client_info h4 span {
  font-size: 14px;
  color: #8f9093;
  display: block;
  width: 100%;
  margin-top: 7px;
}

.teacher_list {
  position: relative;
  z-index: 1;
  overflow: hidden;
  background-image: -moz-linear-gradient(90deg, #fc3f72 0%, #fc5a86 100%);
  background-image: -webkit-linear-gradient(90deg, #fc3f72 0%, #fc5a86 100%);
  background-image: -ms-linear-gradient(90deg, #fc3f72 0%, #fc5a86 100%);
}
.teacher_list [class^=teacher_list_animation_], .teacher_list [class*=teacher_list_animation_] {
  position: absolute;
  z-index: -1;
}
.teacher_list .teacher_list_animation_1 {
  left: 7%;
  top: 12%;
}
@media (max-width: 767.98px) {
  .teacher_list .teacher_list_animation_1 img {
    max-width: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .teacher_list .teacher_list_animation_1 img {
    max-width: 60px;
  }
}
.teacher_list .teacher_list_animation_2 {
  left: 7%;
  bottom: 20%;
}
@media (max-width: 767.98px) {
  .teacher_list .teacher_list_animation_2 img {
    max-width: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .teacher_list .teacher_list_animation_2 img {
    max-width: 60px;
  }
}
.teacher_list .teacher_list_animation_3 {
  right: 7%;
  top: 12%;
}
@media (max-width: 767.98px) {
  .teacher_list .teacher_list_animation_3 img {
    max-width: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .teacher_list .teacher_list_animation_3 img {
    max-width: 60px;
  }
}
.teacher_list .teacher_list_animation_4 {
  right: 7%;
  bottom: 20%;
}
@media (max-width: 767.98px) {
  .teacher_list .teacher_list_animation_4 img {
    max-width: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .teacher_list .teacher_list_animation_4 img {
    max-width: 60px;
  }
}
.teacher_list .teacher_list_animation_5 {
  right: 55%;
  top: 4%;
}
@media (max-width: 767.98px) {
  .teacher_list .teacher_list_animation_5 img {
    max-width: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .teacher_list .teacher_list_animation_5 img {
    max-width: 60px;
  }
}
.teacher_list .teacher_list_animation_6 {
  right: 48%;
  bottom: 10%;
}
@media (max-width: 767.98px) {
  .teacher_list .teacher_list_animation_6 img {
    max-width: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .teacher_list .teacher_list_animation_6 img {
    max-width: 60px;
  }
}
.teacher_list .teacher_list_shape {
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 50%;
  transform: translatey(-15%);
  text-align: center;
  z-index: -1;
  position: absolute;
}

.teacher_list_iner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.single_teacher_list {
  position: relative;
  z-index: 9;
  flex: 22% 0 0;
  text-align: center;
}
@media (max-width: 991px) {
  .single_teacher_list {
    flex: 47% 0 0;
    margin-bottom: 20px;
  }
}
@media (max-width: 576px) {
  .single_teacher_list {
    flex: 100% 0 0;
  }
}
.single_teacher_list .teacher_list_img {
  max-width: 170px;
  max-height: 170px;
  margin: 0 auto;
}
.single_teacher_list .teacher_list_img.square {
  border-radius: 5px;
  border: 1px solid #fff;
  padding: 10px;
}
.single_teacher_list .teacher_list_img.circle {
  border-radius: 50%;
  border: 1px solid #fff;
  padding: 10px;
}
.single_teacher_list .teacher_list_img.circle img {
  border-radius: 50%;
}
.single_teacher_list h5 {
  font-size: 20px;
  color: #fff;
  margin-top: 36px;
  text-align: center;
}
@media (max-width: 991px) {
  .single_teacher_list h5 {
    margin-top: 15px;
  }
}

.get_start_part {
  position: relative;
  z-index: 1;
}
.get_start_part .video_section {
  padding: 20px;
  border: 2px dashed #9ad8d3;
  margin-right: 30px;
}
@media (max-width: 767.98px) {
  .get_start_part .video_section {
    margin-right: 0;
  }
}
@media (max-width: 767.98px) {
  .get_start_part .get_start_content {
    margin-top: 30px;
  }
}
.get_start_part .get_start_content h4 {
  font-size: 38px;
  font-weight: 700;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .get_start_part .get_start_content h4 {
    font-size: 25px;
  }
}
.get_start_part .get_start_content p {
  font-family: "Microsoft YaHei";
  font-weight: 500;
  margin-top: 13px;
}
.get_start_part .get_start_content .get_start_btn {
  font-size: 16px;
  color: #fe4b7b;
  position: relative;
  z-index: 1;
  font-weight: 700;
  margin-top: 28px;
  display: inline-block;
}
@media (max-width: 991px) {
  .get_start_part .get_start_content .get_start_btn {
    margin-top: 15px;
  }
}
.get_start_part .get_start_content .get_start_btn i {
  font-size: 14px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.get_start_part .get_start_content .get_start_btn:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: -3px;
  width: 100%;
  height: 1px;
  background-color: #fe4b7b;
}
.get_start_part .get_start_content .get_start_btn:hover i {
  padding-left: 8px;
}
.get_start_part [class^=get_start_animation_],
.get_start_part [class*=" get_start_animation_"] {
  position: absolute;
  z-index: -1;
  opacity: 0.2;
}
.get_start_part .get_start_animation_1 {
  left: 9%;
  top: 3%;
}
.get_start_part .get_start_animation_3 {
  left: 9%;
  bottom: 30%;
}
.get_start_part .get_start_animation_6 {
  right: 50%;
  top: 3%;
}
.get_start_part .get_start_animation_9 {
  right: 10%;
  top: 19%;
}
.get_start_part .get_start_animation_11 {
  right: 17%;
  bottom: 13%;
}
.get_start_part .get_start_animation_12 {
  right: 50%;
  bottom: 8%;
}

.video_popup {
  background-color: #fff;
  height: 72px;
  width: 72px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
}
.video_popup .polygon_shape {
  width: 0px;
  height: 0px;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 18px solid #fe4b7b;
  display: block;
  text-align: center;
  margin-left: 6px;
}

.event_section {
  z-index: 1;
  position: relative;
}
.event_section .event_section_content {
  padding-left: 45px;
}
@media (max-width: 767.98px) {
  .event_section .event_section_content {
    padding-left: 0;
  }
}
@media (max-width: 991px) {
  .event_section .event_section_content {
    margin-top: 60px;
    padding-left: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .event_section .event_section_content {
    padding-left: 0;
  }
}
.event_section .event_section_content h5 {
  font-size: 18px;
  color: #fe4b7b;
  font-weight: 700;
  margin-bottom: 7px;
}
.event_section .event_section_content p {
  font-weight: 500;
  font-family: "Microsoft YaHei";
  margin-bottom: 15px;
}
.event_section .event_section_content .cu_btn {
  margin-top: 20px;
}
@media (max-width: 991px) {
  .event_section .event_section_content .cu_btn {
    margin-top: 15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .event_section .event_section_content .cu_btn {
    margin-top: 15px;
  }
}
.event_section .about_img_5 {
  position: absolute;
  left: -36px;
  bottom: 10px;
  z-index: -1;
}
@media (max-width: 767.98px) {
  .event_section .about_img_5 {
    left: 0;
  }
}
.event_section [class^=about_page_animation_], .event_section [class*=about_page_animation_] {
  position: absolute;
  z-index: -1;
}
.event_section .about_page_animation_1 {
  left: 7%;
  top: 12%;
}
@media (max-width: 767.98px) {
  .event_section .about_page_animation_1 img {
    max-width: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .event_section .about_page_animation_1 img {
    max-width: 60px;
  }
}
.event_section .about_page_animation_2 {
  left: 7%;
  bottom: 20%;
}
.event_section .about_page_animation_2 img {
  max-width: 50px;
}
@media (max-width: 767.98px) {
  .event_section .about_page_animation_2 img {
    max-width: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .event_section .about_page_animation_2 img {
    max-width: 60px;
  }
}
.event_section .about_page_animation_3 {
  right: 7%;
  top: 12%;
}
@media (max-width: 767.98px) {
  .event_section .about_page_animation_3 img {
    max-width: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .event_section .about_page_animation_3 img {
    max-width: 60px;
  }
}
.event_section .about_page_animation_4 {
  right: 8%;
  bottom: 8%;
  max-width: 50px;
}
@media (max-width: 767.98px) {
  .event_section .about_page_animation_4 img {
    max-width: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .event_section .about_page_animation_4 img {
    max-width: 60px;
  }
}

.event_list {
  position: relative;
  z-index: 1;
}
.event_list .single_event_list {
  display: flex;
  align-items: center;
  box-shadow: 0px 0px 29px 0px rgba(0, 0, 0, 0.05);
  border-radius: 5px;
  margin-bottom: 30px;
  background-color: #fff;
}
@media (max-width: 576px) {
  .event_list .single_event_list {
    flex-wrap: wrap;
  }
}
.event_list .single_event_list .event_list_img {
  flex: 34% 0 0;
}
@media (max-width: 576px) {
  .event_list .single_event_list .event_list_img {
    flex: 100% 0 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .event_list .single_event_list .event_list_img {
    flex: 28% 0 0;
  }
}
.event_list .single_event_list .event_list_img img {
  border-radius: 5px 0 0 5px;
}
@media (max-width: 576px) {
  .event_list .single_event_list .event_list_img img {
    border-radius: 5px 5px 0 0;
    width: 100%;
  }
}
.event_list .single_event_list .event_list_content {
  padding: 20px 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .event_list .single_event_list .event_list_content {
    padding: 15px;
  }
}
.event_list .single_event_list .event_list_content h5 {
  font-size: 15px;
  font-weight: 700;
  color: #fe4b7b;
  margin-bottom: 5px;
}
.event_list .single_event_list .event_list_content h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 10px;
}
.event_list .single_event_list .event_list_content h3 a {
  color: #32355d;
}
.event_list .single_event_list .event_list_content h3 a:hover {
  color: #fe4b7b;
}
@media (max-width: 991px) {
  .event_list .single_event_list .event_list_content p {
    font-size: 14px;
    line-height: 1.5;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .event_list .single_event_list .event_list_content p {
    font-size: 14px;
    line-height: 1.5;
  }
}
.event_list .single_event_list .event_list_content ul {
  margin: 0;
  padding: 0;
  list-style: none;
  padding-top: 18px;
  margin-top: 33px;
  border-top: 1px solid #e7e5e5;
}
@media (max-width: 991px) {
  .event_list .single_event_list .event_list_content ul {
    margin-top: 10px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .event_list .single_event_list .event_list_content ul {
    margin-top: 10px;
  }
}
.event_list .single_event_list .event_list_content ul li {
  display: inline-block;
  margin-right: 35px;
  font-size: 13px;
}
@media (max-width: 991px) {
  .event_list .single_event_list .event_list_content ul li {
    margin-right: 15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .event_list .single_event_list .event_list_content ul li {
    margin-right: 9px;
  }
}
.event_list .single_event_list .event_list_content ul li:last-child {
  margin-right: 0;
}
.event_list .single_event_list .event_list_content ul li i, .event_list .single_event_list .event_list_content ul li span {
  color: #fe4b7b;
}
.event_list .single_event_list .event_list_content ul li i {
  margin-right: 5px;
}
@media (min-width: 991px) {
  .event_list .col-lg-6:nth-last-child(-n+2) .single_event_list {
    margin-bottom: 0;
  }
}
@media (max-width: 991px) {
  .event_list .col-lg-6:nth-last-child(-n+1) .single_event_list {
    margin-bottom: 0;
  }
}
.event_list [class^=event_list_animation_], .event_list [class*=event_list_animation_] {
  position: absolute;
  z-index: -1;
}
.event_list .event_list_animation_1 {
  left: 7%;
  top: 12%;
}
@media (max-width: 767.98px) {
  .event_list .event_list_animation_1 img {
    max-width: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .event_list .event_list_animation_1 img {
    max-width: 60px;
  }
}
.event_list .event_list_animation_2 {
  left: 7%;
  bottom: 20%;
}
.event_list .event_list_animation_2 img {
  max-width: 50px;
}
@media (max-width: 767.98px) {
  .event_list .event_list_animation_2 img {
    max-width: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .event_list .event_list_animation_2 img {
    max-width: 60px;
  }
}
.event_list .event_list_animation_3 {
  right: 7%;
  top: 21%;
}
@media (max-width: 767.98px) {
  .event_list .event_list_animation_3 img {
    max-width: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .event_list .event_list_animation_3 img {
    max-width: 60px;
  }
}
.event_list .event_list_animation_4 {
  right: 8%;
  bottom: 8%;
  max-width: 50px;
}
@media (max-width: 767.98px) {
  .event_list .event_list_animation_4 img {
    max-width: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .event_list .event_list_animation_4 img {
    max-width: 60px;
  }
}

.event_time_countdown {
  position: relative;
  z-index: 1;
  background-image: url("../img/event_timer_bg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.event_time_countdown:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-image: -moz-linear-gradient(90deg, #fc3f72 0%, #fc5a86 100%);
  background-image: -webkit-linear-gradient(90deg, #fc3f72 0%, #fc5a86 100%);
  background-image: -ms-linear-gradient(90deg, #fc3f72 0%, #fc5a86 100%);
  opacity: 0.9;
  background-color: #fc3f72;
}
.event_time_countdown .time_countdown_content {
  display: flex;
  align-items: center;
}
@media (max-width: 767.98px) {
  .event_time_countdown .time_countdown_content {
    margin-bottom: 30px;
  }
}
.event_time_countdown .time_countdown_content h4 {
  font-size: 24px;
  text-transform: uppercase;
  color: #fff;
  padding-left: 24px;
  line-height: 1.5;
}
@media (max-width: 767.98px) {
  .event_time_countdown .time_countdown_content h4 {
    font-size: 18px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .event_time_countdown .time_countdown_content h4 {
    font-size: 20px;
  }
}

.countdown {
  display: flex;
  justify-content: space-between;
}
.countdown .time {
  font-size: 48px;
  color: #fff;
  line-height: 35px;
  font-weight: 700;
  text-align: center;
}
.countdown .time:last-child {
  margin-right: 0;
}
@media (max-width: 767.98px) {
  .countdown .time {
    font-size: 20px;
    line-height: 28px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .countdown .time {
    font-size: 20px;
    line-height: 28px;
    margin-right: 12px;
  }
}
.countdown .time span {
  font-size: 18px;
  color: #fff;
  font-weight: 400;
  display: block;
  line-height: 20px;
  margin-top: 13px;
}
@media (max-width: 767.98px) {
  .countdown .time span {
    font-size: 14px;
    line-height: 16px;
    margin-top: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .countdown .time span {
    line-height: 32px;
    font-size: 13px;
    margin-top: 0;
  }
}

.event_details_wrapper .event_details_thumb {
  margin-bottom: 53px;
  padding: 25px;
  border-radius: 30px;
  border: 2px dashed #FD4B7B;
}
@media (max-width: 991px) {
  .event_details_wrapper .event_details_thumb {
    padding: 10px;
    margin-bottom: 20px;
  }
}
.event_details_wrapper .event_details_thumb img {
  border-radius: 30px;
}
.event_details_wrapper .event_desc {
  margin-top: 17px;
  font-size: 16px;
  line-height: 2;
}
@media (max-width: 991px) {
  .event_details_wrapper .event_desc {
    margin-top: 10px;
  }
}

.single_event_part {
  background-color: #E7FFE0;
  position: relative;
  z-index: 1;
  border-radius: 20px;
  padding: 50px 40px 72px;
  text-align: center;
  margin-top: 30px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 991px) {
  .single_event_part {
    padding: 30px 20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .single_event_part {
    padding: 30px 20px;
  }
}
.single_event_part.event_bg_02 {
  background-color: #FFE5AC;
}
.single_event_part.event_bg_03 {
  background-color: #B6E6FF;
}
.single_event_part.event_bg_04 {
  background-color: #FFD7EB;
}
.single_event_part.event_bg_05 {
  background-color: #D8D7FF;
}
.single_event_part.event_bg_06 {
  background-color: #B6E6FF;
}
.single_event_part .single_event_icon {
  margin-bottom: 30px;
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.single_event_part .single_event_icon img {
  max-width: 100%;
}
.single_event_part h4 {
  font-size: 26px;
  margin-top: 34px;
  font-weight: 900;
  color: #12265A;
  text-transform: uppercase;
  margin-bottom: 15px;
}
@media (max-width: 991px) {
  .single_event_part h4 {
    margin-top: 20px;
    font-size: 22px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .single_event_part h4 {
    margin-top: 18px;
    font-size: 20px;
  }
}
.single_event_part p {
  color: #70747F;
  margin-top: 10px;
  font-size: 18px;
  font-weight: 600;
}
@media (max-width: 991px) {
  .single_event_part p {
    font-size: 16px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .single_event_part p {
    margin-top: 16px;
  }
}
.single_event_part a {
  display: block;
  font-size: 18px;
  color: #70747F;
}

.single_event_section_part {
  margin-top: 70px;
}
@media (max-width: 767.98px) {
  .single_event_section_part {
    margin-top: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .single_event_section_part {
    margin-top: 20px;
  }
}

.event_details .event_section_content {
  padding-left: 20px;
}

.contact_part {
  position: relative;
  z-index: 1;
  background-image: url("../img/contact_bg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right bottom;
}
@media (max-width: 991px) {
  .contact_part {
    background-image: none;
  }
}
.contact_part .contact_form {
  padding: 50px 40px;
  text-align: center;
  background-color: #fff;
  border-radius: 5px;
}
@media (max-width: 767.98px) {
  .contact_part .contact_form {
    padding: 30px 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .contact_part .contact_form {
    padding: 30px 25px;
  }
}
.contact_part .contact_form h2 {
  font-size: 35px;
  font-weight: 700;
  color: #32355d;
  margin-bottom: 40px;
}
@media (max-width: 767.98px) {
  .contact_part .contact_form h2 {
    font-size: 25px;
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .contact_part .contact_form h2 {
    font-size: 30px;
    margin-bottom: 20px;
  }
}
.contact_part .contact_form .form-group {
  margin-bottom: 25px;
}
.contact_part .contact_form input, .contact_part .contact_form textarea {
  background-color: #f5f9fb;
  border: 1px solid #f5f9fb;
  height: 55px;
  line-height: 55px;
  padding: 10px 20px;
  color: #0b1c39;
  font-weight: 500;
}
.contact_part .contact_form ::placeholder {
  color: #677077;
}
.contact_part .contact_form textarea {
  height: 200px;
  padding: 13px 20px;
}
.contact_part .contact_form ::placeholder {
  color: #677077;
}
.contact_part .contact_form .cu_btn {
  margin-top: 5px;
}
.contact_part [class^=contact_animation_],
.contact_part [class*=contact_animation_] {
  position: absolute;
  z-index: -1;
}
.contact_part .contact_animation_1 {
  left: 5%;
  top: 5%;
  right: auto;
  bottom: auto;
}
.contact_part .contact_animation_2 {
  left: 12%;
  top: 50%;
}
@media (max-width: 767.98px) {
  .contact_part .contact_animation_2 {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .contact_part .contact_animation_2 {
    display: none;
  }
}
.contact_part .contact_animation_3 {
  left: 6%;
  bottom: 10%;
}
.contact_part .contact_animation_4 {
  right: 5%;
  top: 5%;
}
.contact_part .contact_animation_5 {
  right: 32%;
  bottom: 78%;
}
.contact_part .contact_animation_6 {
  right: 5%;
  bottom: 10%;
}
@media (max-width: 767.98px) {
  .contact_part .contact_animation_6 {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .contact_part .contact_animation_6 {
    display: none;
  }
}

.teacher_details_info {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.teacher_details_info [class^=teacher_details_animation_], .teacher_details_info [class*=" teacher_details_animation_"] {
  position: absolute;
  z-index: -1;
}
.teacher_details_info .teacher_details_animation_1 {
  left: 7%;
  top: 10%;
}
.teacher_details_info .teacher_details_animation_2 {
  left: 6%;
  top: 45%;
}
.teacher_details_info .teacher_details_animation_3 {
  left: 7%;
  bottom: 12%;
}
.teacher_details_info .teacher_details_animation_4 {
  right: 8%;
  top: 10%;
}
.teacher_details_info .teacher_details_animation_5 {
  right: 7%;
  bottom: 45%;
}
.teacher_details_info .teacher_details_animation_6 {
  right: 8%;
  bottom: 10%;
}
.teacher_details_info .profile_img {
  padding-right: 20px;
  position: relative;
  z-index: 1;
  margin-left: 25px;
}
.teacher_details_info .profile_img .teacher_profile_shape {
  position: absolute;
  top: -25px;
  left: -25px;
  z-index: -1;
}
@media (max-width: 767.98px) {
  .teacher_details_info .profile_img {
    padding-right: 0;
  }
}
.teacher_details_info .profile_img img {
  border-radius: 5px;
}
@media (max-width: 576px) {
  .teacher_details_info .profile_content {
    margin-top: 40px;
  }
}
.teacher_details_info .profile_content .teacher_category {
  font-size: 22px;
  color: #fff;
  border-radius: 5px;
  background-color: #4CA9FF;
  font-weight: 700;
  margin-top: 20px;
  display: inline-block;
  text-align: center;
  line-height: 24px;
  padding: 12px 18px;
}
.teacher_details_info .profile_content .teacher_profile_info {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 30px;
  margin-bottom: 17px;
}
@media (max-width: 576px) {
  .teacher_details_info .profile_content .teacher_profile_info {
    margin-top: 20px;
    margin-bottom: 10px;
  }
}
.teacher_details_info .profile_content .teacher_profile_info li {
  display: block;
  font-size: 20px;
  font-family: "Microsoft YaHei";
  color: #626472;
  position: relative;
  margin: 12px 0;
  font-weight: 600;
}
@media (max-width: 576px) {
  .teacher_details_info .profile_content .teacher_profile_info li {
    margin: 5px 0;
    margin-right: 20px;
  }
}
@media (max-width: 767.98px) {
  .teacher_details_info .profile_content .teacher_profile_info li {
    margin-right: 30px;
  }
}
.teacher_details_info .profile_content .teacher_profile_info li span {
  color: #12265A;
  font-weight: 700;
}
.teacher_details_info .profile_content .teacher_social_info {
  display: flex;
  margin-top: 33px;
}
.teacher_details_info .profile_content .teacher_social_info a {
  width: 48px;
  height: 48px;
  background-color: #3b5998;
  border-radius: 50%;
  display: inline-block;
  line-height: 48px;
  text-align: center;
  color: #fff;
  font-size: 17px;
  margin-right: 8px;
  border-style: solid;
  border-width: 2px;
}
.teacher_details_info .profile_content .teacher_social_info a:last-child {
  margin-right: 0;
}
.teacher_details_info .profile_content .teacher_social_info a[href*=facebook] {
  background-color: #475993;
  border-color: #475993;
}
.teacher_details_info .profile_content .teacher_social_info a[href*=facebook]:hover {
  background-color: #fff;
  color: #475993;
}
.teacher_details_info .profile_content .teacher_social_info a[href*=instagram] {
  background-color: #FE2A39;
  border-color: #FE2A39;
}
.teacher_details_info .profile_content .teacher_social_info a[href*=instagram]:hover {
  background-color: #fff;
  color: #FE2A39;
}
.teacher_details_info .profile_content .teacher_social_info a[href*=linkedin] {
  background-color: #0e76a8;
  border-color: #0e76a8;
}
.teacher_details_info .profile_content .teacher_social_info a[href*=linkedin]:hover {
  background-color: #fff;
  color: #0e76a8;
}
.teacher_details_info .profile_content .teacher_social_info a[href*=dribbble] {
  background-color: #FE2A39;
  border-color: #FE2A39;
}
.teacher_details_info .profile_content .teacher_social_info a[href*=dribbble]:hover {
  background-color: #fff;
  color: #FE2A39;
}
.teacher_details_info .description {
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
}
.teacher_details_info .description + .description {
  margin-top: 12px;
}
.teacher_details_info .work_summary .work_summary_item {
  text-align: center;
  padding: 40px;
  background-image: linear-gradient(100deg, #A762FF 0%, #D500F8 100%);
  border-radius: 20px;
}
@media (max-width: 991px) {
  .teacher_details_info .work_summary .work_summary_item {
    margin-bottom: 30px;
  }
}
.teacher_details_info .work_summary .work_summary_item p {
  color: #FFFFFF;
  font-family: "Microsoft YaHei";
  font-size: 15px;
  font-weight: 900;
}
.teacher_details_info .work_summary .work_summary_item h2 {
  color: #FFFFFF;
  font-size: 40px;
  font-weight: 900;
  margin-top: 15px;
}
.teacher_details_info .work_summary .col-lg-3:nth-child(2) .work_summary_item {
  background-image: linear-gradient(100deg, #FFB867 0%, #FF675E 100%);
}
.teacher_details_info .work_summary .col-lg-3:nth-child(3) .work_summary_item {
  background-image: linear-gradient(100deg, #95E294 0%, #0ACD88 100%);
}
.teacher_details_info .work_summary .col-lg-3:nth-child(4) .work_summary_item {
  background-image: linear-gradient(100deg, #72CFFF 0%, #1595FF 100%);
}
.teacher_details_info .single_achivement {
  position: relative;
  padding: 20px 15px 0;
}
.teacher_details_info .single_achivement img {
  position: absolute;
  top: 0;
  left: 0;
}
.teacher_details_info .single_achivement h5 {
  font-size: 24px;
  font-weight: 700;
  color: #32355d;
}
.teacher_details_info .single_achivement p {
  font-size: 15px;
  font-family: "Microsoft YaHei";
  color: #677077;
  font-weight: 500;
  margin-bottom: 16px;
}
@media (max-width: 991px) {
  .teacher_details_info .single_achivement p {
    margin-bottom: 6px;
  }
}
.teacher_details_info .single_achivement p:last-child {
  margin-bottom: 0;
}

.cta_section {
  position: relative;
  z-index: 1;
  overflow: hidden;
  background-image: url("../img/cta_bg_white.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.cta_section [class^=cta_animation_], .cta_section [class*=" cta_animation_"] {
  position: absolute;
  z-index: -1;
}
.cta_section .cta_animation_1 {
  left: 7%;
  top: 12%;
}
@media (max-width: 767.98px) {
  .cta_section .cta_animation_1 img {
    max-width: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .cta_section .cta_animation_1 img {
    max-width: 60px;
  }
}
.cta_section .cta_animation_2 {
  left: 7%;
  bottom: 20%;
}
@media (max-width: 767.98px) {
  .cta_section .cta_animation_2 img {
    max-width: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .cta_section .cta_animation_2 img {
    max-width: 60px;
  }
}
.cta_section .cta_animation_3 {
  right: 7%;
  top: 12%;
}
@media (max-width: 767.98px) {
  .cta_section .cta_animation_3 img {
    max-width: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .cta_section .cta_animation_3 img {
    max-width: 60px;
  }
}
.cta_section .cta_animation_4 {
  right: 2%;
  bottom: 0;
}
@media (max-width: 767.98px) {
  .cta_section .cta_animation_4 img {
    max-width: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .cta_section .cta_animation_4 img {
    max-width: 60px;
  }
}
.cta_section h2 {
  font-weight: 900;
  font-size: 50px;
  color: #32355d;
}
@media (max-width: 767.98px) {
  .cta_section h2 {
    font-size: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .cta_section h2 {
    font-size: 35px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .cta_section h2 {
    font-size: 40px;
  }
}
.cta_section p {
  margin-top: 26px;
}
@media (max-width: 767.98px) {
  .cta_section p {
    margin-top: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .cta_section p {
    margin-top: 20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .cta_section p {
    margin-top: 20px;
  }
}
.cta_section .cu_btn {
  margin-top: 42px;
  font-family: "Microsoft YaHei";
  font-weight: 700;
}
@media (max-width: 767.98px) {
  .cta_section .cu_btn {
    margin-top: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .cta_section .cu_btn {
    margin-top: 25px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .cta_section .cu_btn {
    margin-top: 25px;
  }
}

.cta_part {
  position: relative;
  z-index: 1;
  overflow: hidden;
  background-image: url("../img/cta_bg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  background-color: #fc517f;
}
.cta_part h2 {
  font-size: 50px;
  margin-top: 47px;
  color: #fff;
}
@media (max-width: 767.98px) {
  .cta_part h2 {
    font-size: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .cta_part h2 {
    font-size: 35px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .cta_part h2 {
    font-size: 40px;
  }
}
.cta_part p {
  font-size: 22px;
  color: #fff;
}
@media (max-width: 767.98px) {
  .cta_part p {
    margin-top: 15px;
    font-size: 18px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .cta_part p {
    margin-top: 20px;
    font-size: 18px;
  }
}
.cta_part .cu_btn {
  margin-top: 40px;
}
@media (max-width: 767.98px) {
  .cta_part .cu_btn {
    margin-top: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .cta_part .cu_btn {
    margin-top: 25px;
  }
}
.cta_part .breadcrumb_animation_1 {
  position: absolute;
  left: 5%;
  bottom: 0;
  z-index: -1;
}
@media (max-width: 767.98px) {
  .cta_part .breadcrumb_animation_1 img {
    max-width: 70px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .cta_part .breadcrumb_animation_1 img {
    max-width: 80px;
  }
}
.cta_part .breadcrumb_animation_2 {
  position: absolute;
  right: 5%;
  bottom: 15%;
  z-index: -1;
}
@media (max-width: 767.98px) {
  .cta_part .breadcrumb_animation_2 img {
    max-width: 70px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .cta_part .breadcrumb_animation_2 img {
    max-width: 80px;
  }
}

.cta_section_wrapper {
  text-align: center;
}
.cta_section_wrapper img + h2 {
  margin-top: 50px;
  margin-bottom: 10px;
}
.cta_section_wrapper .cu_btn {
  margin-top: 25px;
}

.contact_form {
  margin-top: 0;
}
.contact_form h3 {
  font-size: 30px;
  margin-bottom: 12px;
  font-weight: 700;
}
.contact_form p {
  margin-bottom: 30px;
}

@media (max-width: 991px) {
  .contact_sidebar {
    padding-top: 20px;
  }
}
.contact_sidebar h4 {
  font-size: 24px;
  margin-bottom: 37px;
  font-weight: 700;
  line-height: 1.5;
}
.contact_sidebar .single_contact_sidebar {
  position: relative;
  padding-left: 43px;
  margin-bottom: 30px;
}
.contact_sidebar .single_contact_sidebar i {
  position: absolute;
  left: 0;
  top: 3px;
  color: #fe4b7b;
  font-size: 25px;
}
.contact_sidebar .single_contact_sidebar h5 {
  font-size: 20px;
  font-weight: 900;
  margin-bottom: 5px;
}
.contact_sidebar .single_contact_sidebar p {
  line-height: 24px;
}

.blog_sidebar .social_icon {
  margin-top: 15px;
}

.contactMap {
  height: 500px;
}

#contactMap {
  height: 100% !important;
}

.contact_page .form_single_item input, .contact_page .form_single_item textarea {
  border: 1px solid #f5f9fb;
  background-color: #f5f9fb;
  color: #0b1c39;
  font-weight: 500;
}
.contact_page .form_single_item input:focus, .contact_page .form_single_item textarea:focus {
  background-color: #fff;
  border: 1px solid #fbeff4;
  color: #0b1c39;
  box-shadow: none;
}
.contact_page .form_single_item input:focus::placeholder, .contact_page .form_single_item textarea:focus::placeholder {
  color: #0b1c39;
}
.contact_page .social_icon {
  display: flex;
  margin-top: 33px;
}
.contact_page .social_icon a {
  width: 48px;
  height: 48px;
  background-color: #3b5998;
  border-radius: 50%;
  display: inline-block;
  line-height: 48px;
  text-align: center;
  color: #fff;
  font-size: 17px;
  margin-right: 8px;
  border-style: solid;
  border-width: 2px;
}
.contact_page .social_icon a:last-child {
  margin-right: 0;
}
.contact_page .social_icon a[href*=facebook] {
  background-color: #475993;
  border-color: #475993;
}
.contact_page .social_icon a[href*=facebook]:hover {
  background-color: #fff;
  color: #475993;
}
.contact_page .social_icon a[href*=instagram] {
  background-color: #FE2A39;
  border-color: #FE2A39;
}
.contact_page .social_icon a[href*=instagram]:hover {
  background-color: #fff;
  color: #FE2A39;
}
.contact_page .social_icon a[href*=linkedin] {
  background-color: #0e76a8;
  border-color: #0e76a8;
}
.contact_page .social_icon a[href*=linkedin]:hover {
  background-color: #fff;
  color: #0e76a8;
}
.contact_page .social_icon a[href*=dribbble] {
  background-color: #FE2A39;
  border-color: #FE2A39;
}
.contact_page .social_icon a[href*=dribbble]:hover {
  background-color: #fff;
  color: #FE2A39;
}
.contact_page .cu_btn {
  margin-top: 30px;
}

.dl_countdown_wrapper {
  position: relative;
  float: right;
  width: 100%;
}
.dl_countdown_wrapper .dl_countdown_inner {
  padding: 0 20px;
  text-align: center;
  display: inline-block;
  border-radius: 10px;
  transform: all 0.3s;
  flex: 25% 0 0;
}
@media (max-width: 768px) {
  .dl_countdown_wrapper .dl_countdown_inner {
    margin-left: 0;
    flex: 50% 0 0;
    margin-bottom: 40px;
    text-align: center;
  }
}
.dl_countdown_wrapper .dl_countdown_inner span {
  font-size: 48px;
  font-weight: 700;
  color: #fff;
  line-height: 1;
  margin-bottom: 10px;
  display: inline-block;
  transform: all 0.3s;
  font-family: "Quicksand", sans-serif;
}
@media (max-width: 768px) {
  .dl_countdown_wrapper .dl_countdown_inner span {
    font-size: 25px;
  }
}
.dl_countdown_wrapper .dl_countdown_inner .dl_desc {
  font-weight: 600;
  font-size: 18px;
  line-height: 15px;
  color: #fff;
  transform: all 0.3s;
}
.dl_countdown_wrapper .dl_countdown_shape {
  position: absolute;
  bottom: 0;
  right: -87%;
}

.dl_countdown_inner_wrapper {
  display: flex;
  flex-wrap: wrap;
}

.footer_section {
  padding: 120px 0 30px;
  position: relative;
  background-color: #32355d;
  z-index: 1;
  overflow: hidden;
}
@media (max-width: 767.98px) {
  .footer_section {
    padding: 40px 0 37px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .footer_section {
    padding: 40px 0 37px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .footer_section {
    padding: 100px 0 37px;
  }
}
@media (max-width: 991px) {
  .footer_section .single_footer_widget {
    margin-top: 30px;
  }
}
.footer_section .single_footer_widget .footer_logo {
  margin-bottom: 35px;
  display: inline-block;
}
@media (max-width: 767.98px) {
  .footer_section .single_footer_widget .footer_logo {
    margin-bottom: 15px;
  }
}
.footer_section .single_footer_widget h4 {
  font-size: 21px;
  margin-bottom: 32px;
  color: #fff;
  font-weight: 700;
}
@media (max-width: 991px) {
  .footer_section .single_footer_widget h4 {
    margin-bottom: 12px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .footer_section .single_footer_widget h4 {
    margin-bottom: 20px;
  }
}
.footer_section .single_footer_widget p {
  color: #fff;
}
.footer_section .single_footer_widget ul {
  padding: 0;
  margin: 0;
}
.footer_section .single_footer_widget ul li {
  list-style: none;
}
.footer_section .single_footer_widget ul li a {
  color: #fff;
  margin: 6px 0;
  display: inline-block;
  font-weight: 500;
}
@media (max-width: 991px) {
  .footer_section .single_footer_widget ul li a {
    margin: 4px 0;
  }
}
.footer_section .single_footer_widget ul li a:hover {
  color: #fe4b7b;
}
.footer_section .copyright_part {
  margin-top: 67px;
  border-top: 1px solid #44476b;
  padding-top: 25px;
}
.footer_section .copyright_part p {
  color: #fff;
}
.footer_section .copyright_part p a {
  color: #fe4b7b;
  font-weight: 700;
  font-family: "Open Sans", sans-serif;
}
@media (max-width: 767.98px) {
  .footer_section .copyright_part p {
    text-align: center;
  }
}
.footer_section [class^=footer_animation_], .footer_section [class*=footer_animation_] {
  position: absolute;
  z-index: -1;
}
.footer_section .footer_animation_1 {
  left: 5%;
  top: 30%;
}
@media (max-width: 991px) {
  .footer_section .footer_animation_1 img {
    max-width: 80px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .footer_section .footer_animation_1 img {
    max-width: 80px;
  }
}
.footer_section .footer_animation_2 {
  left: 42%;
  top: 30%;
}
@media (max-width: 991px) {
  .footer_section .footer_animation_2 img {
    max-width: 80px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .footer_section .footer_animation_2 img {
    max-width: 80px;
  }
}
.footer_section .footer_animation_3 {
  right: 0;
  bottom: 0;
}
@media (max-width: 991px) {
  .footer_section .footer_animation_3 img {
    max-width: 80%;
  }
}
.footer_section .social_icon {
  margin-top: 30px;
}
.footer_section .social_icon a {
  margin-right: 14px;
  display: inline-block;
}
@media (max-width: 767.98px) {
  .footer_section .social_icon a {
    margin-right: 14px;
  }
}
.footer_section .social_icon a:hover {
  opacity: 0.5;
}
.footer_section .social_icon a:last-child {
  margin-right: 0;
}

.home_two_footer {
  padding: 100px 0 350px;
  background: none !important;
  position: relative;
  z-index: 1;
}
@media (max-width: 767.98px) {
  .home_two_footer {
    padding: 70px 0 200px;
  }
}
.home_two_footer .footer_bg {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  right: 0;
}
.home_two_footer .footer_bg img {
  width: 100%;
}
.home_two_footer .footer_animation_3 {
  right: 0;
  bottom: 90px;
  left: 0;
  margin: 0 auto;
  text-align: center;
}
@media (max-width: 767.98px) {
  .home_two_footer .footer_animation_3 {
    max-width: 250px;
  }
}
.home_two_footer .single_footer_widget p {
  color: #515374;
  font-size: 15px;
}
.home_two_footer .single_footer_widget h4 {
  color: #32355d;
  margin-bottom: 18px;
  font-weight: 700;
  font-size: 22px;
}
.home_two_footer .single_footer_widget ul {
  padding: 0;
  margin: 0;
}
.home_two_footer .single_footer_widget ul li a {
  color: #515374;
}
@media (max-width: 991px) {
  .home_two_footer .single_footer_widget ul li a {
    margin: 4px 0;
  }
}
.home_two_footer .single_footer_widget ul li a:hover {
  color: #fe4b7b;
}
.home_two_footer .single_footer_widget .input-group {
  margin-top: 27px;
}
.home_two_footer .single_footer_widget .input-group ::placeholder {
  color: #9ba2b5;
  font-size: 14px;
}
.home_two_footer .single_footer_widget .input-group .form-control:focus::placeholder {
  color: #0b1c39;
}
.home_two_footer .single_footer_widget .input-group .form-control {
  padding: 14px 25px;
  height: auto;
  border: 1px solid #f2f1ef;
}
.home_two_footer .single_footer_widget .input-group .input-group-text {
  padding: 18px 19px;
  border: 1px solid #f2f1ef;
  border-left: 0px solid transparent;
  background-color: #fff;
  color: #56a4a1;
  cursor: pointer;
}

.instagram_img {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.instagram_img a {
  display: inline-block;
  flex: 29% 0 0;
  margin-bottom: 10px;
  border-radius: 5px;
}
.instagram_img a:hover {
  opacity: 0.6;
}
@media (max-width: 576px) {
  .instagram_img a {
    flex: 18% 0 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767.98px) {
  .instagram_img a {
    flex: 15% 0 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .instagram_img a {
    flex: 15% 0 0;
  }
}

.footer_style_3 {
  background-color: #fc5380;
}
.footer_style_3 [class^=footer_animation_], .footer_style_3 [class*=footer_animation_] {
  display: none;
}
@media (max-width: 991px) {
  .footer_style_3 [class^=footer_animation_] img, .footer_style_3 [class*=footer_animation_] img {
    max-width: 80px;
  }
}
.footer_style_3 .copyright_part {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.footer_style_3 .copyright_part p {
  display: inline-block;
  float: left;
}
@media (max-width: 767.98px) {
  .footer_style_3 .copyright_part p {
    float: none;
    text-align: center;
    display: block;
    margin: 0 0 15px;
  }
}
.footer_style_3 .copyright_part ul {
  margin: 0;
  padding: 0;
  float: right;
}
@media (max-width: 767.98px) {
  .footer_style_3 .copyright_part ul {
    float: none;
    text-align: center;
  }
}
.footer_style_3 .copyright_part ul li {
  list-style: none;
  display: inline-block;
}
.footer_style_3 .copyright_part ul li a {
  color: #fff;
  padding: 0 20px;
  border-right: 1px solid #fff;
}
.footer_style_3 .copyright_part ul li:last-child a {
  border-right: 0px solid transparent;
  padding: 0 0 0 20px;
}
@media (max-width: 767.98px) {
  .footer_style_3 .copyright_part ul li:first-child a {
    padding: 0 20px 0 0;
  }
}

/*# sourceMappingURL=style.css.map */

/*# 服务优势 */

.about-section img {
  height: auto;
  max-width: 100%;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
}
.about-section{
  text-align: left;
}

.about-section .about-right .section-wrapper ul li{
display: flex;
flex-wrap: wrap
}


.about-section.style-3 .about-left,.about-section .about-right,.about-section .about-left,.about-section{
position: relative
}

.about-section.style-3 .about-left .about-left-content::after,.about-section.style-3 .about-left .about-left-content,.about-section.style-3 .about-left .abs-thumb,.about-section::before{
position: absolute;
content: ""
}

.about-section .about-right .section-wrapper ul li{
align-items: center
}

.about-section::before{
display: none
}


.about-section.style-3 .about-left .about-left-content p,.about-section.style-3 .about-left .about-left-content h3{
color: #fff
}

.about-section.style-3 .about-left .about-left-content{
background: #f16126
}


.about-section.style-3 .about-left .about-left-content p,.about-section.style-3 .about-left .about-left-content h3{
color: #fff
}



.about-section.style-3 .about-left .about-left-content{
background: #f16126
}

.about-section.style-3 .about-left .about-left-content{
text-align: center
}


.about-section.style-3 .about-left .about-left-content p,.about-section.style-3 .about-left .about-left-content h3,.header-top-area .social-icons li p{
margin-bottom: 0
}


.about-section.style-3 .about-left .about-left-content p,.about-section.style-3 .about-left .about-left-content h3{
margin-bottom: 0
}



.about-section.style-3 .about-left .about-left-content{
padding: 15px
}


/* .about-section::before {
width: 50%;
height: 100%;
border-bottom: 753px solid #26c976;
border-right: 960px solid transparent
} */

@media(min-width:1440px) {
.about-section::before {
  display: block
}
}

.about-section .about-left {
z-index: 1
}

.about-section .about-right {
z-index: 1
}

.about-section .about-right .section-header {
margin-bottom: 30px
}

.about-section .about-right .section-header p {
font-size: 1.125rem;
margin-bottom: 0
}

.about-section .about-right .section-wrapper ul li {
padding: 15px 0
}

.about-section .about-right .section-wrapper ul li:last-child {
padding-bottom: 0
}

.about-section .about-right .section-wrapper ul li .sr-left {
width: 70px;
margin-right: 15px
}

.about-section .about-right .section-wrapper ul li .sr-left img {
-webkit-border-radius: 100%;
-moz-border-radius: 100%;
border-radius: 100%
}

.about-section .about-right .section-wrapper ul li .sr-right {
width: calc(100% - 85px)
}

.about-section .about-right .section-wrapper ul li .sr-right h5 {
 font-weight: bold;
 font-size: 16px;
 color: #232323;
}

.about-section .about-right .section-wrapper ul li .sr-right p {
  font-size: 16px;
  color: #232323;
margin-bottom: 0;
max-width: 80%
}

.about-section.style-2 {
padding: 50px 0
}

.about-section.style-2::before {
display: none
}

.about-section.style-2 .about-right .section-wrapper ul li {
padding-bottom: 15px!important
}

.about-section.style-3::before {
display: none
}

.about-section.style-3 .about-left {
margin-bottom: 60px
}

.about-section.style-3 .about-left .about-thumb img {
box-shadow: 0 0 10px rgba(16,17,21,0.1)
}

.about-section.style-3 .about-left .abs-thumb {
right: 15px;
bottom: -60px;
box-shadow: 0 0 10px rgba(16,17,21,0.1)
}

.about-section.style-3 .about-left .about-left-content {
width: 150px;
left: -60px;
top: 40px;
border: 10px solid #fff;
box-shadow: 0 0 10px rgba(16,17,21,0.1)
}

.about-section.style-3 .about-left .about-left-content::after {
left: -10px;
top: calc(100%+10px);
border-top: 60px solid #ededed;
border-left: 60px solid transparent
}


/*# 服务优势 */

.index_title{
  font-family: "Microsoft YaHei";
  font-weight: bold;
  font-size: 45px;
  color: #FF9A35;
  text-align: center;
  padding-bottom: 50px;
}




/*2.4.2 ROOMS*/
.rooms {
  text-align: center;
 }
  .rooms.rooms-v2 .outline {
    margin-top: 22px;
    margin-bottom: 30px; }
  .rooms.rooms-v2 .wrap-rooms .wrap-box {
    margin-left: 15px;
    margin-right: 15px; }
    @media (max-width: 480px) {
      .rooms.rooms-v2 .wrap-rooms .wrap-box {
        margin-left: 0;
        margin-right: 0; } }
    .rooms.rooms-v2 .wrap-rooms .wrap-box:hover .img-item img {
      -webkit-transition: all 0.5s ease-in-out;
      -moz-transition: all 0.5s ease-in-out;
      -ms-transition: all 0.5s ease-in-out;
      -o-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out; }
    .rooms.rooms-v2 .wrap-rooms .wrap-box .box-img {
      overflow: hidden;
      display: block; }
      .rooms.rooms-v2 .wrap-rooms .wrap-box .box-img .rooms-content {
        position: absolute;
        bottom: 0%;
        left: 50%;
        transform: translate(-50%, 70%);
        right: 50%;
        width: 100%;
        height: 100%;
        z-index: 99; }
        @media (max-width: 480px) {
          .rooms.rooms-v2 .wrap-rooms .wrap-box .box-img .rooms-content {
            bottom: 0%; } }
        @media (max-width: 768px) and (min-width: 600px) {
          .rooms.rooms-v2 .wrap-rooms .wrap-box .box-img .rooms-content {
            transform: translate(-50%, 65%); } }
        .rooms.rooms-v2 .wrap-rooms .wrap-box .box-img .rooms-content .sky-h4 {
          font-size: 30px;
          color: #FFF;
          font-weight: 500;
          margin-bottom: 5px; }
        .rooms.rooms-v2 .wrap-rooms .wrap-box .box-img .rooms-content .price {
          font-weight: 500;
          font-size: 16px;
          color: #FFF; }
      .rooms.rooms-v2 .wrap-rooms .wrap-box .box-img .img-item {
        position: relative;
        overflow: hidden; }
        .rooms.rooms-v2 .wrap-rooms .wrap-box .box-img .img-item img {
          -webkit-transition: all 0.5s ease-in-out;
          -moz-transition: all 0.5s ease-in-out;
          -ms-transition: all 0.5s ease-in-out;
          -o-transition: all 0.5s ease-in-out;
          transition: all 0.5s ease-in-out; }
        .rooms.rooms-v2 .wrap-rooms .wrap-box .box-img .img-item:before {
          bottom: 0;
          left: 0;
          right: 0;
          top: 50%;
          position: absolute;
          content: '';
          pointer-events: none;
          background-color: transparent;
          background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(5, 5, 5, 0.6)));
          background: -webkit-linear-gradient(top, transparent, rgba(5, 5, 5, 0.6));
          background: -moz-linear-gradient(top, transparent, rgba(5, 5, 5, 0.6));
          background: -ms-linear-gradient(top, transparent, rgba(5, 5, 5, 0.6));
          background: -o-linear-gradient(top, transparent, rgba(5, 5, 5, 0.6));
          z-index: 9; }
    .rooms.rooms-v2 .wrap-rooms .wrap-box .content {
      padding: 22px 25px 28px; }
      @media (max-width: 768px) and (min-width: 600px) {
        .rooms.rooms-v2 .wrap-rooms .wrap-box .content {
          padding: 10px; } }
      @media (max-width: 480px) {
        .rooms.rooms-v2 .wrap-rooms .wrap-box .content {
          padding: 22px 5px 28px; } }
      .rooms.rooms-v2 .wrap-rooms .wrap-box .content p {
        font-weight: 300;
        font-size: 16px; }
      .rooms.rooms-v2 .wrap-rooms .wrap-box .content .bottom-room {
        overflow: hidden;
        margin-top: 20px; }
        .rooms.rooms-v2 .wrap-rooms .wrap-box .content .bottom-room ul {
          padding: 0; }
          .rooms.rooms-v2 .wrap-rooms .wrap-box .content .bottom-room ul li {
            position: relative;
            font-size: 14px;
            width: calc(50% - 0%);
            vertical-align: middle;
            font-weight: 400;
            color: #959595;
            border-right: 1px solid #ececec;
            border-bottom: 1px solid #ececec;
            float: left;
            list-style: none;
            text-align: left;
            padding: 13px 0 15px 17px; }
            @media (min-width: 992px) and (max-width: 1200px) {
              .rooms.rooms-v2 .wrap-rooms .wrap-box .content .bottom-room ul li {
                padding-left: 35px; } }
            @media (min-width: 768px) and (max-width: 991px) {
              .rooms.rooms-v2 .wrap-rooms .wrap-box .content .bottom-room ul li {
                font-size: 12px; } }
            .rooms.rooms-v2 .wrap-rooms .wrap-box .content .bottom-room ul li img {
              width: auto;
              display: inline-block;
              padding-right: 6px;
              position: relative;
              vertical-align: inherit; }
            .rooms.rooms-v2 .wrap-rooms .wrap-box .content .bottom-room ul li:nth-child(2), .rooms.rooms-v2 .wrap-rooms .wrap-box .content .bottom-room ul li:nth-child(4) {
              border-right: none; }
            .rooms.rooms-v2 .wrap-rooms .wrap-box .content .bottom-room ul li:nth-child(3), .rooms.rooms-v2 .wrap-rooms .wrap-box .content .bottom-room ul li:nth-child(4) {
              border-bottom: none; }
  .rooms.rooms-v3 {
    padding-top: 40px; }
    @media (max-width: 991px) {
      .rooms.rooms-v3 {
        padding-bottom: 30px; } }
    .rooms.rooms-v3 .wrap-rooms .owl-dots {
      opacity: 0; }
    .rooms.rooms-v3 .outline {
      margin-top: 22px;
      margin-bottom: 30px; }
  .rooms.rooms-v4 {
    padding-bottom: 55px; }
  .rooms .title-room {
    color: #444444;
    margin-bottom: 55px;
  }
  .rooms .outline {
    width: 100%;
    height: 25px;
    background: url("../images/Home-1/icon-our.png") no-repeat center center;
    margin-top: 10px; }
  .rooms .wrap-rooms {
    margin-top: 25px;
    margin-bottom: 50px;  
  }
    .rooms .wrap-rooms .item {
      margin-top: 20px; }
    .rooms .wrap-rooms .wrap-box {
      background: white;
      margin-bottom: 30px;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
      .rooms .wrap-rooms .wrap-box.wrap-box-v4 {
        position: relative;
        overflow: hidden;
        display: block;
        transform: scale(1, 1);
        margin-left: 0px;
        margin-right: 0px;
        -webkit-box-shadow: none !important;
        box-shadow: none !important; }
        .rooms .wrap-rooms .wrap-box.wrap-box-v4:hover .box-img img {
          transform: none; }
        .rooms .wrap-rooms .wrap-box.wrap-box-v4:hover .rooms-content {
          overflow: hidden;
          opacity: 0;
          transition: all 0.7s ease-in-out; }
        .rooms .wrap-rooms .wrap-box.wrap-box-v4:hover .content {
          opacity: 1; }
          .rooms .wrap-rooms .wrap-box.wrap-box-v4:hover .content .wrap-content {
            margin-top: 0px;
            transition: all 0.8s ease-in-out;
            opacity: 1; }
        .rooms .wrap-rooms .wrap-box.wrap-box-v4 .rooms-content {
          position: absolute;
          bottom: 0;
          background: #FFF;
          width: 100%;
          transition: all 0.7s ease-in-out;
          opacity: 1; }
          @media (min-width: 992px) and (max-width: 1200px) {
            .rooms .wrap-rooms .wrap-box.wrap-box-v4 .rooms-content {
              padding-bottom: 0;
              padding-top: 0; }
              .rooms .wrap-rooms .wrap-box.wrap-box-v4 .rooms-content .sky-h4 {
                font-size: 21px; } }
          @media (min-width: 768px) and (max-width: 992px) {
            .rooms .wrap-rooms .wrap-box.wrap-box-v4 .rooms-content {
              padding-bottom: 10;
              padding-top: 10; } }
        .rooms .wrap-rooms .wrap-box.wrap-box-v4 .content {
          bottom: 0%;
          position: absolute;
          left: 0;
          right: 0;
          background-color: rgba(20, 19, 19, 0.85);
          overflow: hidden;
          width: 100%;
          height: 100%;
          opacity: 0;
          -webkit-transition: all 0.7s ease-in-out;
          -moz-transition: all 0.7s ease-in-out;
          -ms-transition: all 0.7s ease-in-out;
          -o-transition: all 0.7s ease-in-out;
          transition: all 0.7s ease-in-out; }
          .rooms .wrap-rooms .wrap-box.wrap-box-v4 .content .wrap-content {
            -webkit-transition: all 0.5s ease-in-out;
            -moz-transition: all 0.5s ease-in-out;
            -ms-transition: all 0.5s ease-in-out;
            -o-transition: all 0.5s ease-in-out;
            transition: all 0.5s ease-in-out;
            margin-top: 60px;
            opacity: 0; }
            @media (max-width: 480px) {
              .rooms .wrap-rooms .wrap-box.wrap-box-v4 .content .wrap-content {
                top: 50%;
                position: absolute;
                transform: translate(0%, -50%); } }
          .rooms .wrap-rooms .wrap-box.wrap-box-v4 .content p {
            font-size: 14px;
            font-weight: 300;
            color: #FFF; }
          .rooms .wrap-rooms .wrap-box.wrap-box-v4 .content .bottom-room {
            margin-top: -10px;
            padding: 23px 35px 25px 35px; }
            .rooms .wrap-rooms .wrap-box.wrap-box-v4 .content .bottom-room ul li {
              color: #c9c9c9;
              border-right: 1px solid #c9c9c9;
              border-bottom: 1px solid #c9c9c9;
              font-size: 11px;
              padding: 5px 0px 10px 13px; }
          .rooms .wrap-rooms .wrap-box.wrap-box-v4 .content .rooms-content1 .sky-h4 {
            color: #FFF;
            text-transform: uppercase;
            margin-bottom: 6px; }
          .rooms .wrap-rooms .wrap-box.wrap-box-v4 .content .rooms-content1 .price {
            color: #7CB924;
            font-size: 16px;
            font-weight: 500; }
          .rooms .wrap-rooms .wrap-box.wrap-box-v4 .content .btn {
            font-size: 14px;
            color: #c9c9c9;
            font-weight: 400;
            height: 43px;
            width: 163px;
            line-height: 30px;
            background: transparent;
            border: 1px solid white; }
            @media (max-width: 1200px) {
              .rooms .wrap-rooms .wrap-box.wrap-box-v4 .content .btn {
                height: 35px;
                width: 140px;
                line-height: 21px;
                margin-top: 0; } }
            .rooms .wrap-rooms .wrap-box.wrap-box-v4 .content .btn:hover {
              background: #7CB924;
              border: 1px solid #7CB924;
              color: #FFF; }
      .rooms .wrap-rooms .wrap-box:hover {
        -webkit-box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.15);
        box-shadow: 0px 0px 12px 3px rgba(0, 0, 0, 0.15); }
        .rooms .wrap-rooms .wrap-box:hover .rooms-content .sky-h4 {
          color: #7CB924; }
        .rooms .wrap-rooms .wrap-box:hover .box-img img {
          transform: scale(1.1);
          -webkit-transition: all 0.3s ease-in-out;
          -moz-transition: all 0.3s ease-in-out;
          -ms-transition: all 0.3s ease-in-out;
          -o-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out; }
      .rooms .wrap-rooms .wrap-box .rooms-content {
        padding-bottom: 25px;
        padding-top: 15px;
        text-transform: uppercase;
        cursor: pointer; }
        .rooms .wrap-rooms .wrap-box .rooms-content .price {
          color: #7CB924;
          font-size: 16px;
          font-weight: 500;
          letter-spacing: 1px; }
      .rooms .wrap-rooms .wrap-box .box-img {
        position: relative;
        overflow: hidden; }
        .rooms .wrap-rooms .wrap-box .box-img img {
          -webkit-transition: all 0.3s ease-in-out;
          -moz-transition: all 0.3s ease-in-out;
          -ms-transition: all 0.3s ease-in-out;
          -o-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out; }
    .rooms .wrap-rooms .owl-nav {
      display: none; }
    .rooms .wrap-rooms .owl-dots {
      margin-top: 2px;
      display: block; }
      .rooms .wrap-rooms .owl-dots .owl-dot {
        width: 8px;
        height: 8px;
        display: inline-block;
        border-radius: 100%;
        border: 2px solid #555555;
        margin: 0px 3px; }
        .rooms .wrap-rooms .owl-dots .owl-dot.active {
          background: #555555; }
    .rooms .wrap-rooms .owl-carousel.owl-grab {
      cursor: auto; }
  .rooms .rooms-p {
    color: #ABABAB;
    font-weight: 300;
    font-size: 16px;
    width: 48%;
    margin: 0 auto;
    margin-top: 15px; }

    .x_title{
      text-align: left;
      font-size: 24px;
      color: #444444;
      font-weight: bold;
    }
    .pingpai_text{
      text-align: left;
      font-size: 16px;
      color: #333;
    }
    .about-p {
      color: #232323;
      font-size: 16px;
      margin-top: 35px;
      padding-right: 50px;
    }
    .brand-logo-carousel{

      --swiper-navigation-color: #7CB924;/* 单独设置按钮颜色 */
    
    }
    .brand-logo-carousel{
      padding: 10px 50px 50px 50px;
      position: relative;
      margin-top: 50px;
    }

    .img-responsive {
      display: block;
      max-width: 100%;
      height: auto; }

      @media (max-width: 767px) {

        .img-responsive {
          display: inline-block; }
        }

        .single-brand-logo img {
          width: 100%;
      }

.copye_right{
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 16px;
  color: #232323;
}

.navbar-brand img{
  width: 250px;
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .navbar-brand img{
    width: 200px;
  }
}
@media (max-width: 991px){
  .navbar-brand img{
    width: 200px;
  }
}




/* page banner */

.page-title-area {
	position: relative;
	background-position: center;
}
.page-title h2 {
	font-size: 48px;
	color: #fff;
}
.page-title .active{

}
.breadcrumb-list ul li {
	display: inline-block;
	color: #fff;
	margin-right: 10px;
	padding-right: 10px;
	position: relative;
}
.breadcrumb-list ul li::before {
	content: "-";
	position: absolute;
	left: -13px;
	top: 0;
	color: #fff;
}
.breadcrumb-list ul li:first-child::before {
	display: none;
}
.breadcrumb-list ul li a {
	color: #fff;
}
.pt-190 {
  padding-top: 110px;
}
.pb-190 {
  padding-bottom: 110px;
}
.aboutus{
  text-align: center;
  padding: 75px 0;
  background-image: url(../images/index/aboutus_bg.jpg);
  background-repeat: repeat-y;
  
}
.new_title{
  font-family: 微软雅黑;
  font-size: 36px;
  font-weight: bold;
  color: #444444;
  line-height: 1.5;
  text-align: center;
}

.new_titleen{
  font-family: Arial;
  font-size: 24px;
  color: #AAAAAA;
  line-height: 1.5;
  text-align: center;
}
.new_stitle{
  font-family: 微软雅黑;
  font-size: 22px;
  color: #444444;
  line-height: 1.5;

}
.new_text{
  font-family: 微软雅黑;
  font-size: 16px;
  color: #444444;
  line-height: 1.6;
  text-align: left;
}
.call_to-btn {
  display: inline-block;
  padding: 12px 20px;
  border-radius: 10px;
  font-size: 16px;
  text-transform: uppercase;
  background-color: #64B8F0;
  border: 1px solid transparent;
  color: #fff;
  transition: all 0.3s ease 0s;
}
.call_to-btn:hover {
  background-color: #B4DCF8;
  color: #fff;
  -webkit-box-shadow: 0px 5px 10px -5px rgba(0, 0, 0, 0.7);
  -moz-box-shadow: 0px 5px 10px -5px rgba(0, 0, 0, 0.7);
  box-shadow: 0px 5px 10px -5px rgba(0, 0, 0, 0.7);
  color: #fff;
  transform: translateY(-7px);
}
.call_to-btn img {
  width: 18px;
  margin-left: 10px;
}




.anim-icon {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
}

.anim-icon .icon{
  position: absolute;
  background-repeat: no-repeat;
}

.float-bob-y{
  animation-name: float-bob-y; 
  animation-duration: 2s; 
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -webkit-animation-name: float-bob-y; 
  -webkit-animation-duration: 2s; 
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: float-bob-y; 
  -moz-animation-duration: 2s; 
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob-y; 
  -ms-animation-duration: 2s; 
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob-y; 
  -o-animation-duration: 2s; 
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}

.float-bob-x{
  animation-name: float-bob-x;
  animation-duration: 15s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -webkit-animation-name: float-bob-x;
  -webkit-animation-duration: 15s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: float-bob-x;
  -moz-animation-duration: 15s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob-x;
  -ms-animation-duration: 15s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob-x;
  -o-animation-duration: 15s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}

/** event-section **/

.event-section{
  position: relative;
  display: block;
  width: 100%;
  padding: 80px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  text-align: center;
}

/* .event-section:before {
  position: absolute;
  content: '';
  background: rgba(33, 47, 84, 0.50);
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
} */

.event-section .sec-title{
  position: relative;
  display: block;
  margin-bottom: 57px;
}

.event-section .sec-title h1{
  color: #fff;
}

.event-block-one .inner-box{
  position: relative;
  display: block;
  background: #fff;
  padding: 45px 0px 39px 0px;
  border-radius: 20px;
  margin-bottom: 30px;
  min-height: 300px;

  text-align: left;
}

.event-block-one .inner-box .image-box{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 220px;
  height: 300px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  background: #2b3c6b;
  overflow: hidden;
}

.event-block-one .inner-box .image-box img{
  width: 100%;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  transition: all 500ms ease;
}

.event-block-one .inner-box:hover .image-box img{
  transform: scale(1.03);
  opacity: 0.5;
}

.event-block-one .inner-box .content-box{
  position: relative;
  display: block;
  padding-left: 250px;
  padding-right: 10px;
}



.event-block-one .inner-box .content-box h3{
  margin-bottom: 13px;
}

.event-block-one .inner-box .content-box .text{
  position: relative;
  display: block;
  margin-bottom: 18px;
}

.event-block-one .inner-box .content-box .location{
  position: relative;
  display: block;
  font-size: 14px;
  color: #848484;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight: 400;
  text-transform: uppercase;
}

.event-block-one .inner-box .content-box .location span{
  font-weight: 700;
  color: #ff7162;
}

.event-block-one .inner-box .content-box .location i{
  position: relative;
  margin-right: 6px;
  color: #ff7162;
  font-size: 22px;
  font-weight: 600;
  top: 4px;
}

.event-section .anim-icon .icon-1 {
  background: url(../images/index/anim-icon-7.png);
  width: 161px;
  height: 261px;
  left: 100px;
  top: -120px;
  background-repeat: no-repeat;
}

.event-section .anim-icon .icon-2 {
  background: url(../images/index/anim-icon-8.png);
  width: 249px;
  height: 279px;
  bottom: -120px;
  right: 100px;
  background-repeat: no-repeat;
  -webkit-animation: zoom-fade 5s infinite linear;
  animation: zoom-fade 5s infinite linear;
  z-index: 2;
}


.main-footer .footer-top{
  position: relative;
  display: block;
  background: #63B8EF;
  padding: 80px 0px;
  color: #fff !important;
  margin-top: 0px;
}

.copyright{
  text-align: center;
  font-size: 16px;
  color: #ffffff;
}
.phone_text{
  font-size: 16px;
  color: #fff;
}
.phone_text span{
  font-size: 30px;
  font-weight: bold;
  color: #fff;
}
.parallax-icon {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
}


.parallax-icon .icon-1 {
  left: 110px !important;
  top: 160px !important;
  background: url(../images/index/parallax-icon-1.png);
  width: 131px;
  height: 86px;
  background-repeat: no-repeat;
  z-index: 0;
}

.parallax-icon .icon-2 {
  left: 30% !important;
  top: 80px !important;
  background: url(../images/index/parallax-icon-2.png);
  width: 32px;
  height: 32px;
  background-repeat: no-repeat;
  z-index: 0;
}

.parallax-icon .icon-3 {
  left: 27% !important;
  top: 70% !important;
  background: url(../images/index/parallax-icon-3.png);
  width: 59px;
  height: 63px;
  background-repeat: no-repeat;
  z-index: 0;
}


.parallax-icon .icon-5 {
  left: 75% !important;
  top: 80px !important;
  background: url(../images/index/parallax-icon-5.png);
  width: 119px;
  height: 54px;
  background-repeat: no-repeat;
  z-index: 0;
}

.parallax-icon .icon-6 {
  left: 65% !important;
  top: 40% !important;
  background: url(../images/index/parallax-icon-6.png);
  width: 47px;
  height: 65px;
  background-repeat: no-repeat;
  z-index: 0;
}



.foot_img{
  width: 100%;
  text-align: center;
}
.foot_img p{
  color: #ffffff;
  font-size: 14px;
  line-height: 1.5;
}

.Choices_content{ width:100%; height:594px; position: relative;}
.Choicesnext{ width:38px; height:37px; float:right; margin-left:0; margin-top:24px; cursor:pointer;}
.Choices_banner{ width:100%; height:382px; float:left; margin-top:39px; overflow: hidden;}
.Choices_banner ul{ width: 12000px;  overflow: hidden;list-style: none; padding: 0;}
.Choices_banner ul li{ width:100% ; height:382px; float:left;display: flex; align-items: center; background-color: #fff;}
.Choices_left{ width:570px; height:382px; }
.Choices_right{ width:540px; height:auto;  background-color: rgba(255,255,255,0.93); padding: 40px 20px; box-sizing: border-box;}
.Choices_right h1{ width:590px; height:30px; line-height:30px; float:left; text-align:center; font-size:28px; margin-top:70px; color:#464646;}
.Choices_right h2{ width:590px; height:30px; line-height:30px; float:left; text-align:center; font-size:28px; margin-top:10px; color:#464646;}
.Choices_right p{ width:450px; height:70px; float:left; margin-left:70px; text-align:center; font-size:18px; color:#606060; margin-top:20px;}
.Choicesbut{ width:197px; height:49px; float:left; border:1px solid #bfbfbf; background-color:rgba(255,255,255,0.7); text-align:center; line-height:49px; color:#606060; font-size:22px; margin-left:195px; margin-top:57px;}
.Choicestel{ width:1184px; height:38px; text-align:center; line-height:38px; font-size:36px; float:left; font-family:"Arial"; overflow:hidden; color:#FFF; margin-top:100px;
-webkit-user-select:none;/*谷歌 /Chrome*/
-moz-user-select:none; /*火狐/Firefox*/
-ms-user-select:none;    /*IE 10+*/
user-select:none;}
.Choices_right .call_to-btn{
  margin-top: 20px;
}
.xuexi_phone{
  display: none;
}
@media only screen and (max-width: 1199px){
  .Choices_content{display: none;}
  .xuexi_phone{
    display:block;
  }

}
@media only screen and (max-width: 499px){


  .event-block-one .inner-box .image-box{
    position: relative;
    width: 100%;
    height: auto;
    border-radius: 30px;
    margin-bottom: 20px;
  }

  .event-block-one .inner-box .content-box{
    padding-left: 15px;
  }

  .event-block-one .inner-box{
    padding: 0px 0px 30px 0px;
  }

  .anim-icon{
    display: none;
  }

}

.page_bg{
  width: 100%;
  background-image: url(../images//index/aboutus_bg.jpg);
  background-position: center top;
  background-size: 100%;
  background-repeat: repeat-y;
  padding: 40px 0;
}
.content-box .call_to-btn{
  margin-top: 15px;
}
.single-footer-widget{
  z-index: 10;
}
.footer-top .container .row .col-sm-12,.footer-top .container .row .col-md-5,.footer-top .container .row .col-md-7,.footer-top .container .row .col-md-4{
  z-index: 10;
}



.cmn-btn a {
	display:inline-block;
	color:#F5B300;
	padding:15px 47px;
  border:1px solid #F5B300;
  font-size: 16px;
  border-radius: 5px;
}

.cmn-btn .banner-btn-left {
	margin-right:20px;
	position:relative
}

.cmn-btn .banner-btn-left:hover {
	border:1px solid #F5B300;
  color: #ffffff;
  background-color: #F5B300;
}


.quality-area {
	background-color:#000;
	position:relative;
  padding:100px 0; 
}
.quality-area .fa{
  font-size: 30px;
    line-height: 30px;
    position: absolute;
    top: 35px;
    left: 40px;
}
.quality-area .quality-img img {
	position:absolute;
  width: 100%;
}
.quality-area .quality-img img:nth-child(1) {
	left:0;
	top:0;
	height:100%
}
.quality-area .quality-img img:nth-child(2) {
	left:-111px;
	top:0;
	height:100%
}
.quality-area .quality-img img:nth-child(3) {
	bottom:-65px;
	left:0;
	max-width:780px;
	z-index:1;
	-webkit-animation:quality-ani 8s infinite linear;
	animation:quality-ani 8s infinite linear
}
@-webkit-keyframes quality-ani {
	0% {
	-webkit-transform:translate(0,0);
	transform:translate(0,0)
}
50% {
	-webkit-transform:translate(0,-40px);
	transform:translate(0,-40px)
}
100% {
	-webkit-transform:translate(0,0);
	transform:translate(0,0)
}
}@keyframes quality-ani {
	0% {
	-webkit-transform:translate(0,0);
	transform:translate(0,0)
}
50% {
	-webkit-transform:translate(0,-40px);
	transform:translate(0,-40px)
}
100% {
	-webkit-transform:translate(0,0);
	transform:translate(0,0)
}
}.quality-content {
	max-width:500px;
	margin-left:auto;
	padding-top:100px;
	padding-bottom:100px;
	position:relative
}
.quality-content .section-title {
	text-align:left;
	margin-bottom:30px
}
.quality-content .section-title h2 {
	color:#fff
}
.quality-content .section-title p {
	margin-left:0;
	margin-top:18px;
	color:#fff
}

.quality-area-four {
	background-color:transparent;
	position:relative
}

.quality-area-four:before {
	display:none
}
.quality-area-four:after {
	display:none
}
.quality-area-four .quality-img {
	position:relative;
	bottom:0;
	max-width:100%
}
.quality-area-four .quality-img img {
	position:relative
}
.quality-area-four .quality-img img:nth-child(1) {
	height:unset
}
.quality-area-four .quality-img .video-wrap {
	position:absolute;
	top:180px;
	right:-48px;
	left:unset;
	display:inline-block;
	text-align:center
}
.quality-area-four .quality-img .video-wrap a {
	z-index:10;
	display:block;
	width:100px;
	height:100px;
	line-height:115px;
	border-radius:50%;
	position:relative;
	font-size:60px;
	text-align:center;
	color:#fff;
	margin-left:auto;
	margin-right:auto
}
.quality-area-four .quality-img .video-wrap a:before {
	content:"";
	position:absolute;
	z-index:0;
	left:50%;
	top:50%;
	-webkit-transform:translateX(-50%) translateY(-50%);
	transform:translateX(-50%) translateY(-50%);
	display:block;
	width:100px;
	height:100px;
	background-color:#fdb819;
	border-radius:50%;
	z-index:-1;
	-webkit-animation:pulse-border 1500ms ease-out infinite;
	animation:pulse-border 1500ms ease-out infinite
}
.quality-area-four .quality-img .video-wrap a:after {
	content:"";
	position:absolute;
	z-index:1;
	left:50%;
	top:50%;
	-webkit-transform:translateX(-50%) translateY(-50%);
	transform:translateX(-50%) translateY(-50%);
	display:block;
	width:100px;
	height:100px;
	background-color:#fdb819;
	border-radius:50%;
	z-index:-1;
	-webkit-transition:.5s all ease;
	transition:.5s all ease
}
.quality-area-four .quality-img .video-wrap a:hover {
	color:#fff
}
.quality-area-four .quality-img .video-wrap a:hover:before {
	background-color:#333
}
.quality-area-four .quality-img .video-wrap a:hover:after {
	background-color:#333
}
@keyframes pulse-border {
	0% {
	-webkit-transform:translateX(-50%) translateY(-50%) translateZ(0) scale(1);
	transform:translateX(-50%) translateY(-50%) translateZ(0) scale(1);
	opacity:1
}
100% {
	-webkit-transform:translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
	transform:translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
	opacity:0
}
}.quality-area-four .quality-content {
	max-width:455px;
	margin-left:95px;
	padding-top:0;
	padding-bottom:0
}
.quality-area-four .quality-content .section-title h2 {
	color:#333
}
.quality-area-four .quality-content .section-title p {
	color:#535353;
  font-size: 16px;
  line-height: 1.6;
}


@media only screen and (max-width:767px) {

    .cmn-btn .banner-btn-left {
        margin-right:12px
    }
    
    
    .quality-content {
        max-width:100%;
        margin-left:0;
        padding-top:50px;
        padding-bottom:50px;
        text-align:center
    }
    .quality-content .section-title {
        text-align:center
    }
    
    .quality-area-four .quality-img {
        padding-left:15px;
        padding-right:15px;
        bottom:0;
        margin-bottom:70px
    }
    .quality-area-four .quality-img img {
        position:relative
    }
    .quality-area-four .quality-img img:nth-child(1) {
        height:unset;
        display:block
    }
    .quality-area-four .quality-img .video-wrap {
        top:130px;
        right:0;
        left:0
    }
    .quality-area-four .quality-content {
        max-width:100%;
        margin-left:0;
        text-align:center;
        padding-left:15px;
        padding-right:15px
    }
    
    }@media only screen and (min-width:768px) and (max-width:991px) {
    
    .quality-area-four .quality-content {
        max-width:100%;
        margin-left:0;
        text-align:center;
        padding-left:15px;
        padding-right:15px
    }
    
    }@media only screen and (min-width:992px) and (max-width:1199px) {
        
    
    .quality-area-four .quality-content {
        margin-left:60px
    }
    
    }


.xuexigongfang_bg{
  background-image: url(../images/index/xuexigongfang_bg.jpg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: bottom center;
  padding: 100px 0;
}

.xuexigongfang_list{
  flex-wrap:wrap;
  justify-content:space-around;
  align-items:center;
  margin-top: 80px;
}

.xuexigongfang_list a{
  width: 45%;
  min-height: 442px;
  background-color: #fff;
  border-radius: 15px;
  text-align: center;
  padding: 40px 50px;
  box-sizing: border-box;
  margin-bottom: 40px;
  position: relative;
}

.xuexigongfang_title{
  margin-top: 25px;
  margin-bottom: 45px;
  font-size:24px;
  color: #F5B300;
}
.xuexigongfang_text{
  text-align: left;
  font-size: 16px;
  color:#535353;
  line-height: 1.6;
}
.xuexigongfang_button{
  position: absolute;
  bottom: 40px;
  right: 50px;
  font-size: 16px;
  color: #555555 !important;
  text-align: right;
}
.xuexigongfang_list a:hover .xuexigongfang_button{
  color: #F5B300 !important;
}
@media only screen and (max-width: 750px){
  .xuexigongfang_list li{
    width: 100%;
    min-height: 480px;
  }
}

@media (min-width: 1200px){
.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1200px;
}
}



.cr-btn {
  display: inline-block;
  height: 50px;
  color: #fff;
  background: #20c9c7;
  padding: 11px 30px;
  font-weight: 500;
  text-transform: capitalize;
  letter-spacing: 0.5px;
  font-size: 16px;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  border: none;
  outline: none;
  overflow: hidden;
  vertical-align: middle;
  -webkit-transform: translateY(0) translateZ(0);
  -moz-transform: translateY(0) translateZ(0);
  -ms-transform: translateY(0) translateZ(0);
  -o-transform: translateY(0) translateZ(0);
  transform: translateY(0) translateZ(0);
  /* Small Buton */
  /* Large Button */
  /* Color Variation */
  /* Bordered Button */ }

  .cr-btn:hover{
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
    -webkit-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    -o-transform: translateY(-3px);
    transform: translateY(-3px);
    text-decoration: none;
    color: #fff;
  }



@media only screen and (max-width: 767px) {

.about-us-area {
  padding-top: 25px;
}

	}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
 .service-style-2 .service-content-inner {
  padding: 0 15px;
} }
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service-style-2 .service-content-inner {
  padding: 0 20px;
} }

/**
	About Styles
*/
.about-content h6 {
  color: #20c9c7;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase; }
.about-content h2 {
  color: #333333;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 20px;
  font-family: 'Khula', sans-serif;
  padding-right: 80px;
}
.about-left-image img{
  width: 100%;
  margin-top: 50px;
}
.about-content p {
  color: #333333;
  font-size: 14px;
  line-height: 26px;
}
.about-content .cr-btn, .about-content button.cr-btn, .about-content a.cr-btn {
  margin-top: 14px;
}
.about-content ul {
  text-align: left;
  margin-top: 25px; }
.about-content.about-content-2 {
  padding: 70px 0; }
  .about-content.about-content-2 h2 {
    padding-right: 290px; }
  .about-content.about-content-2 p {
    padding-right: 205px; }
  .about-content.about-content-2 ul li {
    margin-bottom: 10px; }
    .about-content.about-content-2 ul li:last-child {
      margin-bottom: 0; }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-content h2 {
    padding-right: 0; }

  .about-thumb-3 {
    text-align: center; }

  .about-content.about-content-2 h2 {
    padding-right: 0; }
  .about-content.about-content-2 p {
    padding-right: 0; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-content {
    text-align: center;
    padding: 0 30px;
    padding-top: 50px; }
    .about-content h2 {
      padding-right: 0;
      font-size: 38px; }
    .about-content ul {
      text-align: left; }

  .about-thumb-3 {
    text-align: center; }

  .about-content-2 {
    text-align: left; }

  .about-content.about-content-2 h2 {
    padding-right: 100px; }
  .about-content.about-content-2 p {
    padding-right: 0; } }
@media only screen and (max-width: 767px) {
  .about-content {
    text-align: center;
    padding: 0 30px;
    padding-top: 50px; }
    .about-content h2 {
      padding-right: 0; }
    .about-content ul {
      text-align: left; }

  .about-thumb-3 {
    text-align: center; }

  .about-content.about-content-2 h2 {
    padding-right: 0; }
  .about-content.about-content-2 p {
    padding-right: 0; } }
@media only screen and (max-width: 575px) {
  .about-content {
    padding: 0;
    padding-top: 30px; }
    .about-content h2 {
      font-size: 32px; } }
.about-area {
  position: relative; }
.about-content-3 {
  min-height: 590px;
  padding-top: 150px;
  position: relative;
  z-index: 2; }

.about-thumb-2 {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: right; }
  .about-thumb-2 img {
    width: auto; }

@media only screen and (min-width: 1600px) and (max-width: 1919px) {
  .about-thumb-2 img {
    width: 80%; } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .about-content-3 {
    min-height: 450px;
    padding-top: 100px; }

  .about-thumb-2 img {
    width: 63%; } }
@media only screen and (min-width: 1401px) and (max-width: 1600px) {
  .about-content-3 {
    min-height: 450px;
    padding-top: 100px; }

  .about-thumb-2 img {
    width: 70%; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-content-3 {
    min-height: initial;
    padding-top: 0;
    padding-bottom: 50px;
    text-align: center; }

  .about-thumb-2 {
    position: relative;
    text-align: center;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    top: 0; }
    .about-thumb-2 img {
      width: 80%; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-content-3 {
    min-height: initial;
    padding-top: 0;
    padding-bottom: 50px;
    text-align: center; }

  .about-thumb-2 {
    position: relative;
    text-align: center;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    top: 0; }
    .about-thumb-2 img {
      width: 90%; } }
@media only screen and (max-width: 767px) {
  .about-content-3 {
    min-height: initial;
    padding-top: 0;
    padding-bottom: 50px;
    text-align: center; }

  .about-thumb-2 {
    position: relative;
    text-align: center;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    top: 0; }
    .about-thumb-2 img {
      width: 100%; } }
.about-content-4 {
  padding-top: 50px;
  padding-bottom: 40px;
  padding-right: 45px; }
  .about-content-4 h3 {
  font-size: 48px;
  font-weight: 700;
}
  .about-content-4 h1,
  .about-content-4 h2,
  .about-content-4 h3,
  .about-content-4 h4,
  .about-content-4 h5,
  .about-content-4 h6 {
    color: #333333;
    margin-bottom: 30px; }
  .about-content-4 h3 {
	  color: #031b52;
	  margin-bottom: 15px;
	}
  .about-content-4 p {
    font-size: 16px;
    color: #535353; }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
.about-content-4 {
  padding-bottom: 25px;
  padding-right: 30px;
} }
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-content-4 {
    padding-right: 30px;
    padding-top: 0; }
  .counter {
	  padding: 40px 0;
	}}
@media only screen and (max-width: 767px) {
  .about-content-4 {
  padding-left: 0;
  padding-right: 0;
} }
/* About Me Page Syle */
.pg-about-content {
  padding-right: 35px; }
  .pg-about-content h2 {
    font-size: 48px;
    line-height: 55px;
    font-weight: 700;
    color: #333333;
    margin-bottom: 40px; }
  .pg-about-content .signature-title {
    margin-top: 40px; }
    .signature-title h5 {
	  color: #333;
	  font-family: "Khula",sans-serif;
	  font-size: 18px;
	  font-weight: 700;
	  line-height: 36px;
	  margin-bottom: 2px;
	}
    .signature-title h6 {
      font-size: 13px;
      color: #333333; }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .pg-about-content {
      padding-right: 0; }
      .pg-about-content h2 {
        font-size: 38px;
        line-height: 46px;
        margin-bottom: 15px; }
      .pg-about-content .signature-title {
        margin-top: 30px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .pg-about-content {
      padding-right: 0;
      padding-top: 40px; }
      .pg-about-content h2 {
        font-size: 38px;
        line-height: 46px;
        margin-bottom: 15px; }
      .pg-about-content .signature-title {
        margin-top: 30px; } }
  @media only screen and (max-width: 767px) {
    .pg-about-content {
      padding-right: 0;
      padding-top: 40px; }
      .pg-about-content h2 {
        font-size: 32px;
        line-height: 38px;
        margin-bottom: 15px; }
      .pg-about-content .signature-title {
        margin-top: 30px; } }

.pg-about-thumb {
  text-align: center; }
/**
	Counter Styles
*/
.counter {
  position: relative;
}
.counter::after {
  background: #e3ad1a none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 50px;
  margin-top: -30px;
  position: absolute;
  right: 0;
  top: 50%;
  width: 1px;
}
.row [class^="col-"]:nth-child(2) .counter::after {
  right: -25px;
}
.row [class^="col-"]:last-child .counter::after {
  display: none;
}
.counter-area {
  z-index: 9;
  position: relative; }
  .counter-area.half-translate {
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%); }

.counter-area-inner {
  margin: 0 auto;
  width: calc(100% - 500px);
  color: #fff;
  padding: 40px 0; }
  .counter-area-inner [class^="col-"] .counter {
    position: relative; }
    .counter-area-inner [class^="col-"] .counter:after {
      content: "";
      right: 0;
      top: 50%;
      height: 50px;
      width: 1px;
      background: #ddd;
      position: absolute;
      margin-top: -25px; }
  .counter-area-inner [class^="col-"]:last-child .counter:after {
    display: none; }

.counter-style-2 {
  padding-top: 0;
  padding-bottom: 0;
  width: 100%; }
  .counter-style-2 .counter {
    padding-top: 10px;
    padding-bottom: 10px; }
    .counter-style-2 .counter h3 {
      color: #333333; }
    .counter-style-2 .counter h6 {
      color: #20c9c7;
      font-weight: 700; }

.counter-content h1 {
  font-size: 38px;
  margin-bottom: 0;
}
.counter-content h4 {
  margin-top: 7px;
  margin-bottom: 0;
  font-weight: 400; }
  .counter h3 {
    text-align: center;
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 0;
    display:inline-block;
  }
  .counter div {
    text-align: center;
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 0;
  }
  .counter div span{
    text-align: center;
    color: #666666;
    font-size: 16px;
  }
  .counter h6 {
    text-align: center;
    letter-spacing: 1px;
    text-transform: uppercase;
	color: #666666;
  font-size: 16px;
    margin-top: 7px;
    margin-bottom: 0; }

@media only screen and (min-width: 1600px) and (max-width: 1919px) {
  .counter-area-inner {
    width: calc(100% - 200px); } }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .counter-area-inner {
    width: 100%; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .counter-area-inner {
    width: 100%; }
.counter.text-left.pl--45{padding-left: 0;}
	.counter.text-left.pl--60 {padding-left: 25px;}
  .counter-content h1 {
    font-size: 36px; }

  .counter h3 {
    font-size: 42px; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .counter-area.half-translate {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); }

  .counter-area-inner {
    width: 100%; }

  .counter-content {
    text-align: center;
    padding: 20px; }
    .counter-content h1 {
      font-size: 36px; }

.counter.text-left.pl--45{padding-left: 40px;}
	.counter.text-left.pl--60 {padding-left: 40px;}
  .counter h3 {
    font-size: 42px; }
  .counter-area-inner [class^="col-"] .counter:after {
    display: none; } }
@media only screen and (max-width: 767px) {
  .counter-area.half-translate {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); }
  .counter-area-inner {
    width: 100%; }
	.row [class^="col-"]:last-child .counter {
  padding-left: 20px;
}
	.counter {
  padding: 50px 0;
}
  .counter-content {
    text-align: center;
    padding: 20px; }
    .counter-content h1 {
      font-size: 36px; }
	.service-thumb > img {
	  width: 100%;
	}

  .counter h3 {
    font-size: 42px; }

  .counter-area-inner [class^="col-"] .counter:after {
    display: none; } }

.counter-area-showcase section {
  margin-top: 20px;
  margin-bottom: 20px; }
@media only screen and (max-width: 575px) {
  .counter::after {
	  background: none;
	}
	
  .counter {
  text-align: center!important;} }


  .page_title{
    font-size: 36px;
    font-weight: bold;
    color: #333333;
    margin-top: 60px;
    text-align: center;
  }

  .guanyuqinzijulebu{
    background-image: url(../images/page/guanyuqinzijulebu.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    padding-top: 105px;
    padding-bottom: 210px;
  }
  .guanyuqinzijulebu p{
    font-size: 16px;
    color: #535353;
    margin-bottom: 50px;
  }

  .guanyuqinzijulebu span{
    font-weight: bold;
  }

  .guojikecheng{
    background-image: url(../images/page/guojikecheng.png);
    background-position: top center;
    padding-top: 85px;
    padding-bottom: 220px;
  }
  .page_text{
    font-size: 16px;
    color: #535353;
  }
  .guojikecheng_list li{
    display: flex;
    display: inline-flex;
    margin-top: 65px;
  }
  .guojikecheng_list li img {
    width: 417px;
    margin-right: 70px;
  }
  .guojikecheng_list li .title{
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 25px;
  }
  .guojikecheng_list li .stitle{
    font-size: 20px;
    margin-bottom: 25px;
    line-height: 1.6;
  }
  .guojikecheng_list li .text{
    font-size: 16px;
    color: #535353;
    line-height: 1.6;
  }

  .guojikecheng_list li .text span{
    font-weight: bold;
  }

  @media only screen and (max-width: 767px) {
    .guojikecheng_list li{
      flex-wrap:wrap
    }
    .guojikecheng_list li img{
      margin: 0 !important;
      width: 100%;
      margin-bottom: 30px !important;
    }
    .guojikecheng_list li:nth-child(2) img{
      order:-1;
    }
  }

  .tesekecheng{
    background-image: url(../images/page/guojikecheng.png);
    background-position: top center;
    padding-top: 85px;
    padding-bottom: 220px;
    background-repeat: repeat-y;
  }
  .tesekecheng_list li{
    display: flex;
    display: inline-flex;
    margin-top: 65px;
  }
  .tesekecheng_list li img {
    width: 417px;
    margin-right: 70px;
  }
  .tesekecheng_list li:nth-child(2n) img{
    order:2;
    margin-right: 0;
    margin-left: 70px;
  }
  
  .tesekecheng_list li .title{
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 25px;
    line-height: 1.6;
  }
  .tesekecheng_list li .stitle{
    font-size: 20px;
    margin-bottom: 25px;
    line-height: 1.6;
  }
  .tesekecheng_list li .text{
    font-size: 16px;
    color: #535353;
    line-height: 1.6;
  }

  .tesekecheng_list li .text span{
    font-weight: bold;
  }
  .tesekecheng_list li:nth-child(1n) .title{
    color: #F39921;
  }
  .tesekecheng_list li:nth-child(1n)  .stitle{
    color: #F39921;
  }
  .tesekecheng_list li:nth-child(2n) .title{
    color: #9B5EA2;
  }
  .tesekecheng_list li:nth-child(2n)  .stitle{
    color: #9B5EA2;
  }
  .tesekecheng_list li:nth-child(3n) .title{
    color: #0058B0;
  }
  .tesekecheng_list li:nth-child(3n)  .stitle{
    color: #0058B0;
  }
  .tesekecheng_list li:nth-child(4n) .title{
    color: #146E37;
  }
  .tesekecheng_list li:nth-child(4n)  .stitle{
    color: #146E37;
  }
  .tesekecheng_list li:nth-child(5n) .title{
    color: #30498F;
  }
  .tesekecheng_list li:nth-child(5n)  .stitle{
    color: #30498F;
  }
  .tesekecheng_list li:nth-child(6n) .title{
    color: #008CD6;
  }
  .tesekecheng_list li:nth-child(6n)  .stitle{
    color: #008CD6;
  }
  .tesekecheng_list li:nth-child(7n) .title{
    color: #98B524;
  }
  .tesekecheng_list li:nth-child(7n)  .stitle{
    color: #98B524;
  }

  @media only screen and (max-width: 767px) {
    .tesekecheng_list li{
      flex-wrap:wrap
    }
    .tesekecheng_list li img{
      margin: 0;
      width: 100%;
      margin-bottom: 30px;
    }
    .tesekecheng_list li:nth-child(2n) img{
      order:-1;
      margin-right: 0;
      margin-left: 0;
    }
  }

  .guibinkecheng{
    background-image: url(../images/page/guojikecheng.png);
    background-position: top center;
    padding-top: 85px;
    padding-bottom: 220px;
    background-repeat: repeat-y;
  }
  .guibinkecheng_list li{
    display: flex;
    display: inline-flex;
    margin-top: 65px;
  }
  .guibinkecheng_list li img {
    width: 384px;
    margin-right: 70px;
  }
  .guibinkecheng_list li:nth-child(2n) img{
    order:2;
    margin-right: 0;
    margin-left: 70px;
  }
  
  .guibinkecheng_list li .title{
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 25px;
    line-height: 1.6;
  }
  .guibinkecheng_list li .stitle{
    font-size: 20px;
    margin-bottom: 25px;
    line-height: 1.6;
  }
  .guibinkecheng_list li .text{
    font-size: 16px;
    color: #535353;
    line-height: 1.6;
  }

  .guibinkecheng_list li .text span{
    font-weight: bold;
  }
  .guibinkecheng_list li:nth-child(1n) .title{
    color: #8C4600;
  }
  .guibinkecheng_list li:nth-child(1n)  .stitle{
    color: #8C4600;
  }
  .guibinkecheng_list li:nth-child(2n) .title{
    color: #006DD9;
  }
  .guibinkecheng_list li:nth-child(2n)  .stitle{
    color: #006DD9;
  }

  @media only screen and (max-width: 767px) {
    .guibinkecheng_list li{
      flex-wrap:wrap
    }
    .guibinkecheng_list li img{
      margin: 0;
      width: 100%;
      margin-bottom: 30px;
    }
    .guibinkecheng_list li:nth-child(2n) img{
      order:-1;
      margin-right: 0;
      margin-left: 0;
    }
  }



  
  .qinaidefumu{
    padding-top: 85px;
    padding-bottom: 220px;
  }
  .qinaidefumu_list{
    display: flex;
    display: inline-flex;
    margin-top: 65px;
  }
  .qinaidefumu_list img {
    width: 469px;
    margin-right: 50px;
  }
  
  .qinaidefumu_list div .title{
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 25px;
    line-height: 1.6;
  }
  .qinaidefumu_list div .stitle{
    font-size: 20px;
    margin-bottom: 20px;
    line-height: 1.6;
    font-weight: bold;
    color: #F5B300;
  }
  .qinaidefumu_list div .text{
    font-size: 16px;
    color: #535353;
    line-height: 1.6;
  }

  .qinaidefumu_list div .text span{
    font-weight: bold;
  }
  .qinaidefumu_list .dadi_flex{

    margin-bottom: 50px;
  }
  .qinaidefumu_list .dadi_flex img{
    width: 70px;
    height: 70px;
    margin-right: 15px;
  }
  @media only screen and (max-width: 767px) {
    .qinaidefumu_list {
      flex-wrap:wrap
    }
    .qinaidefumu_list img{
      margin-right: 0;
      width: 100%;
      margin-bottom: 30px;
    }
  }
  .quanyiduibi{
    background-image: url(../images/page/guojikecheng.png);
    background-position: top center;
    padding-top: 85px;
    padding-bottom: 220px;
    background-repeat: repeat-y;
  }
  .quanyiduibi .title{
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 25px;
    line-height: 1.6;
    color: #F29920;
  }
  .quanyiduibi .stitle{
    font-size: 20px;
    margin-bottom: 20px;
    line-height: 1.6;
    font-weight: bold;
    color: #F29920;
  }
  .quanyiduibi .text{
    font-size: 16px;
    color: #535353;
    line-height: 1.6;
    margin-bottom: 75px;
  }

  .quanyiduibi_img{
    width: 100%;
    max-width: 751px;
    margin: auto;
  }
  
  .quanyiduibi_pc{
    text-align: center;
  }
  .quanyiduibi_phone{
    text-align: center;
    display: none;
  }

  @media only screen and (max-width: 767px) {
    .quanyiduibi_pc{
      display: none;
    }
    .quanyiduibi_phone{
      display: block;
    }
  }
  .quanyineirong_xuexipingtai{
    padding-top: 85px;
    padding-bottom: 70px;
  }
  .quanyineirong_xuexipingtai img{
    width: 340px;
    margin-right: 95px;
  }
  .title_icon{
    width: 86px !important;
    height: 60px;
    margin:0 !important;
    margin-right: 15px !important;
  }
  .icon_title{
    font-size: 28px;
    font-weight: bold;
    color: #F29920;
  }
  .quanyineirong_xuexipingtai .text{
    font-size: 16px;
    color: #535353;
    line-height: 1.6;
    margin-bottom: 75px;
    margin-top: 45px;
  }


  .huodongjiaoliu{
    background-image: url(../images/page/huodongjiaoliu_bg.png);
    background-position: top center;
    padding-top: 70px;
    padding-bottom: 70px;
    background-color: #f7f8fa;
  }
  .huodongjiaoliu .title{
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 25px;
    line-height: 1.6;
    color: #F29920;
  }
  .huodongjiaoliu .stitle{
    font-size: 20px;
    margin-bottom: 20px;
    line-height: 1.6;
    font-weight: bold;
    color: #F29920;
  }
  .huodongjiaoliu .text{
    font-size: 16px;
    color: #535353;
    line-height: 1.6;
    margin-bottom: 75px;
  }

  .huodongjiaoliu img{
    width: 458px;
    margin-left: 25px;
  }

  .huodongjiaoliu .text{
    font-size: 16px;
    color: #535353;
    line-height: 1.6;
    margin-bottom: 75px;
    margin-top: 45px;
  }

  .huodongjiaoliu .icon_title{
    color: #d14544;
  }

  @media only screen and (max-width: 767px) {
    .huodongjiaoliu .dadi_flex,.quanyineirong_xuexipingtai .dadi_flex{
      flex-wrap: wrap;
    }
    .huodongjiaoliu img{
      width: 100%;
      margin-left: 0;
      margin-bottom: 15px;
    }
    .quanyineirong_xuexipingtai img{
      width: 100%;
      margin-right: 0;
      margin-bottom: 15px;
    }
  }
  .tiexinbandu{
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .tiexinbandu .icon_title{
    color: #85B200;
  }


  .tiexinbandu .stitle{
    font-size: 20px;
    margin-bottom: 20px;
    line-height: 1.6;
    font-weight: bold;
    color: #F29920;
  }
  .tiexinbandu .text{
    font-size: 16px;
    color: #535353;
    line-height: 1.6;
    margin-bottom: 75px;
  }

  .tiexinbandu img{
    width: 484px;
    margin-right: 40px;
  }

  .tiexinbandu .text{
    font-size: 16px;
    color: #535353;
    line-height: 1.6;
    margin-bottom: 15px;
    margin-top: 15px;
  }

  @media only screen and (max-width: 767px) {
    .tiexinbandu .dadi_flex{
      flex-wrap: wrap;
    }
    .tiexinbandu img{
      width: 100%;
      margin-right: 0;
      margin-bottom: 15px;
    }
  }



  .right-icon::after, .right-icon::before{
    position: absolute;
    content: "";
  }
  
  .faq-item .faq-title{
    display: flex;
    flex-wrap: wrap;
  }
  
  /*Faq Section Starts Here*/
  .right-icon {
    width: 36px;
    height: 36px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #8780bd;
    position: relative;
  }
  .right-icon::after, .right-icon::before {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: #fff;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
  }
  .right-icon::after {
    height: 12px;
    width: 2px;
  }
  .right-icon::before {
    width: 12px;
    height: 2px;
  }
  
  .faq-item {
    background: #E1DEEF;
    border-radius: 4px;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.06);
    padding: 10px 30px;
    margin-bottom: 10px;
  }
  .faq-item:nth-child(2) {
    background: #FCE4EB;
  }
  .faq-item:nth-child(3) {
    background: #FBF3CC;
  }
  .faq-item:nth-child(4) {
    background: #FCE2CD;
  }
  .faq-item:nth-child(5) {
    background: #DBEBC9;
  }
  .faq-item:nth-child(6) {
    background: #C9E9EF;
  }
  .faq-item .faq-title {
    cursor: pointer;
    align-items: center;
  }
  .faq-item .faq-title .title {
    width: calc(100% - 36px);
    padding-left: 15px;
    font-size: 20px;
    line-height: 1.4;
    margin: 0;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
    color: #8780bd;
  }
  .faq-item .faq-content {
    padding-left: 15px;
    padding-top: 20px;
    padding-bottom: 10px;
    display: none;
  }
  .faq-item.open .title {
    color: #8780bd;
  }
  .faq-item.open .right-icon::after {
    height: 2px;
  }
  .faq-item.active .faq-content {
    display: block;
  }
  .faq-item:nth-child(2) .faq-title .title{
    color: #ED819F;
  }
  .faq-item:nth-child(3) .faq-title .title{
    color: #E6C715;
  }
  .faq-item:nth-child(4) .faq-title .title{
    color: #F29E58;
  }
  .faq-item:nth-child(5) .faq-title .title{
    color: #8EC056;
  }
  .faq-item:nth-child(6) .faq-title .title{
    color: #57B8CD;
  }
  .faq-item:nth-child(2) .right-icon {
    background: #ED819F;
  }
  .faq-item:nth-child(3) .right-icon {
    background: #E6C715;
  }
  .faq-item:nth-child(4) .right-icon {
    background: #F29E58;
  }
  .faq-item:nth-child(5) .right-icon {
    background: #8EC056;
  }
  .faq-item:nth-child(6) .right-icon {
    background: #57B8CD;
  }

  @media screen and (max-width: 499px) {
    .faq-item {
      padding-left: 15px;
      padding-right: 15px;
    }
    .faq-item .faq-content {
      padding-top: 10px;
    }
    .faq-item .faq-title .title {
      font-size: 16px;
      width: calc(100% - 26px);
    }
    .faq-item .faq-title .right-icon {
      width: 26px;
      height: 26px;
    }
  }
  .faq-content ul{
    margin-left: 15px;
  }
  .faq-content ul li{
    list-style: disc;
    font-size: 18px;
    color: #535353;
  }

  .quanyineirong_last{
    background-image: url(../images/page/quanyineirong_last.png);
    background-position: top center;
    padding-top: 100px;
    padding-bottom: 85px;
    background-color: #f7f8fa;
    
  }

  .quanyineirong_last ul{
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
  }
  .quanyineirong_last ul li{
    width: 30%;
    margin-bottom: 40px;
    padding: 90px 100px;
    box-sizing: border-box;
    background-color: #fff;
    border-radius: 15px;
    text-align: center;
    transition:all 0.5s; 
    position: relative;
    border:1px solid #ededed;
  }
  .quanyineirong_last_img{
    margin-bottom: 40px;
  }
  .quanyineirong_last ul li:hover{
    box-shadow: 5px 10px 5px #e8e8e8;
  }
  .quanyineirong_last ul li:hover .quanyineirong_last_div{
    opacity: 1;
  }
  .quanyineirong_last ul li:hover .quanyineirong_last_img_title{
    opacity: 0;
  }
  .quanyineirong_last ul li:hover .quanyineirong_last_img{
    opacity: 0;
  }
  .quanyineirong_last_div{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    transition:all 0.5s;
    padding: 20px 50px;
    box-sizing: border-box;
    z-index: 2;
  }
  .quanyineirong_last_img_title{
    font-size: 24px;
    color: #444444;
    width: 100%;
    
  }
  .quanyineirong_last_div i {
    font-size: 51px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    position: absolute;
    top: 20px;
    right: 20px;
    color: #FCE5B2;
    z-index: -99;
  }
  .quanyineirong_last ul li:nth-child(2) .quanyineirong_last_div i {
    color: #FBDFE6;
  }
  .quanyineirong_last ul li:nth-child(3) .quanyineirong_last_div i {
    color: #DAF0EB;
  }
  .quanyineirong_last ul li:nth-child(4) .quanyineirong_last_div i {
    color: #F6E6F0;
  }
  .quanyineirong_last ul li:nth-child(5) .quanyineirong_last_div i {
    color: #FDEADB;
  }
  .quanyineirong_last ul li:nth-child(6) .quanyineirong_last_div i {
    color: #D9EEFB;
  }
  .quanyineirong_last ul li:nth-child(7) .quanyineirong_last_div i {
    color: #F9D4D4;
  }
  .quanyineirong_last ul li:nth-child(8) .quanyineirong_last_div i {
    color: #D4DAE8;
  }
  .quanyineirong_last ul li:nth-child(9) .quanyineirong_last_div i {
    color: #F8DAE4;
  }
  .quanyineirong_last ul li:nth-child(10) .quanyineirong_last_div i {
    color: #F8DBE4;
  }
  .quanyineirong_last ul li:nth-child(11) .quanyineirong_last_div i {
    color: #D6ECD6;
  }
  .quanyineirong_last ul li:nth-child(12) .quanyineirong_last_div i {
    color: #FFEFBD;
  }
  .quanyineirong_last_div_title{
    font-size: 24px;
    color: #444444;
    text-align: left;
    margin-top: 20px;
    margin-bottom: 20px;
    z-index: 999;
  }
  .quanyineirong_last_div_text{
    text-align: left;
    font-size: 14px;
    color: #444444;
  }
  @media screen and (max-width: 767px) {
    .quanyineirong_last ul li{
      width: 48%;
      padding: 150px 5px;
    }
    .quanyineirong_last_div{
      padding: 20px 10px;
    }

  }

  .pinpailicheng{
    background-image: url(../images/page/pinpailicheng.png);
    background-position: top center;
    background-repeat: no-repeat;
    padding-top: 105px;
    padding-bottom: 210px;
  }

  .history {
    width:100%;
    height:1119px;
    position:relative;
  }
  .start-history {
    width:100%;
    height:1200px;
    margin:30px auto;
    text-align:center;
    justify-content: space-between;
  }
  .cc_history {
    color:#2b2b2b;
    font-size:36px;
    font-weight:400;
    display:block;
    padding-top:43px
  }
  .next_history {
    color:#bbb;
    font-size:26px;
    width:160px;
    margin:0 auto;
    border-bottom:1px solid #d1d1d1
  }
  .history-img {
    height:1119px;
    width:171px;
    overflow:hidden;
    margin-top:24px;
    margin-left:8px
  }
  .history_mid {
    width:1000px;
    height:auto;
    margin:0 auto;
    background:0
  }
  .history_left {
    width:390px;
    clear:left;
    position:relative;
    overflow:hidden;
    margin-right: 10px;
  }
  .history_right {
    width:390px;
    position:relative;
    overflow:hidden;
    margin-left: 10px;
  }
  .history_R {
    width:420px;
    height:100px;
    margin-left:510px
  }
  .history_L {
    width:420px;
    height:100px;
    float:right;
    margin-right:510px
  }
  .history_r_2005 {
    margin-top:200px
  }
  .history_2007 {
    width:420px;
    height:100px;
    background:#FFF;
    margin-top:73px
  }
  .history_2005_span {
    float:left;
    line-height:100px;
    font-size:42px;
    color:#d43434
  }
  .history_2005_b {
    width:270px;
    height:60px;
    float:left;
    margin-top:21px;
    margin-left: 15px;
    border-radius: 5px;
  }
  .history_r_month {
    float:left;
    color:#FFF;
    display:block;
    width:30px;
    line-height:25px;
    height:58px;
    border-right:1px solid #FFF;
    margin-left:25px
  }
  .history_r_text {
    float:left;
    font-size:14px;
    color:#FFF;
    display:block;
    height:60px;
    line-height:30px;
    padding-left:15px;
    text-align:left
  }
  .year2006 {
    margin-top:300px
  }
  .year2009 {
    margin-top:105px
  }
  .year2011 {
    margin-top:53px
  }
  .year211 {
    margin-top:43px
  }
  .year2013 {
    margin-top:62px
  }
  .yearalmost {
    margin-top:90px
  }
  .yearalmostr {
    margin-top:100px
  }
  .history_2008 {
    width:420px;
    height:100px;
    background:#FFF;
    margin-top:73px;
    float:right
  }
  .history_2011 {
    width:420px;
    height:100px;
    background:#FFF;
    margin-top:43px;
    float:right
  }
  .history_2006_span {
    float:right;
    line-height:100px;
    font-size:42px;
    color:#d43434
  }
  .history_2006_b {
    width:270px;
    height:60px;
    float:right;
    margin-top:21px;
    margin-right: 15px;
    border-radius: 5px;
  }
  .blue {
    background-position:0 -1400px!important
  }
  .blue_R {
    background-position:0 -1500px!important
  }
  .yellow {
    background-position:0 -1600px!important
  }
  .yellow_R {
    background-position:0 -1700px!important
  }
  .history_l_month {
    float:right;
    color:#FFF;
    display:block;
    width:30px;
    line-height:25px;
    height:58px;
    border-left:1px solid #FFF;
    margin-right:37px
  }
  span.blue {
    color:#02A6EE
  }
  span.yellow {
    color:#F49A22
  }
  span.green{
    color: #71B603;
  }
  .history_l_text {
    float:right;
    font-size:14px;
    color:#FFF;
    display:block;
    height:60px;
    line-height:30px;
    width:202px;
    text-align:right;
    padding-right:15px;
  }
  .smalltext {
    font-size:12px;
    line-height:18px
  }
  .smalltxt {
    font-size:12px
  }
  b.blue {
    background-color:#02A6EE;
  }
  b.yellow {
    background-color:#F49A22;
  }
  b.green{
    background-color:#71B603;
  }
  .pinpai_pc{
    display: block;
  }
  .pinpai_phone{
    display: none;
  }
  @media screen and (max-width: 767px) {
    .pinpai_pc{
      display: none;
    }
    .pinpai_phone{
      display: block;
    }

  }
  .pinpai_phone .title{
    font-size: 34px;
  }
  .pinpai_phone .text{
    font-size: 16px;
    color: #fff;
    border-radius: 5px;
  }
  .pinpai_phone ul li{
    margin-bottom: 15px;
  }


  
.onBox{ position:fixed; right:30px; top:50%; transform:translateY(-50%); z-index:9; display: block;}
.onLine{ background:#FFFFFF; box-shadow:0 0 15px rgba(0,0,0,0.1); width:100px; text-align:center; border-radius:10px; padding:5px 0; list-style: none;margin-bottom: 15px;}
.onLine li{ padding:8px 0; font-size:13px; color:#555555; position:relative;}
.onLine li a{ display:block;}
.onIco{ display:block; text-align:center;}
.onIco img{ margin-bottom:5px;}
.onCon{ display:block; border:5px solid #FFFFFF; background:#FFFFFF;  font-size:24px; line-height:58px; position:absolute; right:100%; top:0; margin-right:20px; box-shadow:0 0 15px rgba(0,0,0,0.1); border-radius:6px; display:none;}
.onTel{ padding:0 20px; color:#F4B200;}
.onCon:after{ position:absolute; left:100%; top:15px; display:block; content:""; width:0; height:0; border-left:16px solid #FFFFFF; border-top:12px solid transparent; border-bottom:12px solid transparent;}
.onCon img{ width:110px;}
.onLine li a:hover .onIco img{ animation:swing 1.2s linear infinite;}
.onClose{ display:block; width:48px; height:47px; margin:0; padding:0; position:absolute; left:50%; margin-left:-24px; bottom:-50px; background:url(../images/right_close.png) center center no-repeat; background-size:48px auto; box-shadow:0 0 5px rgba(0,0,0,0.2); border-radius:50%; cursor:pointer; transition:all 2s;}
.onClose.active{ transform:rotate(135deg);}
.onLine li a p{
  color: #666 !important;
  font-size: 14px;
}
.onLine li a:hover p{
  color: #666 !important;
}
#top{
  display: none;
}
@media (max-width: 1366px) {

.onBox{
  display: none;
}
}
