/* ------------------------------------------------------------------
    Main Style
 -------------------------------------------------------------------- */

/* -- Basic -- */
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
body {
  font-family: 'Microsoft YaHei';
  font-size: 17px;
  line-height: 32px;
  color: #696969;
  background-color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Circular Std', sans-serif;
  margin: 0px;

  color: #211e3b;
}

h1 {
  font-size: 42px;
  line-height: 55px;
  letter-spacing: -3px;
}

h1.fs-lg {
  font-size: 150px;
  line-height: 80%;
}

h2 {
  font-size: 36px;
}

h3 {
  font-size: 22px;
  line-height: 30px;
}

h4 {
  font-size: 20px;
  line-height: 28px;
}

h5 {
  font-size: 18px;
  line-height: 26px;
}

h6 {
  font-size: 16px;
  line-height: 24px;
}

a {
  text-decoration: none;

  outline: none !important;
  cursor: pointer;
  font-size: 17px;
  line-height: 32px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  color: #211e3b;
}

a:hover {
  color: #d7b050 !important;
}

p {
  margin: 0px;
}

.coverbg {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover !important;
}

body,
html {
  height: 100%;
}

html {
  scroll-behavior: smooth;
}

html,
body,
div,
span,
img,
ol,
ul,
li,
a,
p,
h1,
h2,
h3,
h4,
h5,
h6,
option,
legend,
label,
table,
th,
td,
tr,
article,
aside,
caption,
figure,
footer,
header,
hgroup,
mark,
nav,
section,
time,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

img {
  max-width: 100%;
}

a:hover,
a:focus,
a:active {
  text-decoration: none;
  outline: none !important;
  border: 0;
}

input:focus {
  outline: none;
}

input::-moz-focus-inner {
  border: 0;
  display: none;
}

input::-webkit-focus-inner {
  border: 0;
  display: none;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}

input:focus,
textarea:focus,
select:focus {
  outline: none;
}

::-webkit-input-placeholder {
  color: #666;
  opacity: 1;
  /* Firefox */
}

::-moz-placeholder {
  color: #666;
  opacity: 1;
  /* Firefox */
}

:-ms-input-placeholder {
  color: #666;
  opacity: 1;
  /* Firefox */
}

::-ms-input-placeholder {
  color: #666;
  opacity: 1;
  /* Firefox */
}

::placeholder {
  color: #666;
  opacity: 1;
  /* Firefox */
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #666;
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #666;
}

table {
  border-collapse: collapse;
}

html {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
}

ul,
li {
  margin: 0;
  padding: 0;
}

figure {
  margin: 0px;
}

form {
  position: relative;
}

.form-control:focus {
  outline: none !important;
  border: none !important;
  -webkit-box-shadow: 0 0 0;
  box-shadow: 0 0 0;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  font-size: inherit;
  color: inherit;
  font-weight: inherit;
  line-height: inherit;
}

h1:hover a,
h2:hover a,
h3:hover a,
h4:hover a,
h5:hover a,
h6:hover a {
  font-size: inherit;
  color: inherit;
  font-weight: inherit;
}

hr {
  margin: 0;
  padding: 0;
  border-color: #000;
}

ul {
  list-style-type: none;
}

li {
  list-style: none;
  position: relative;
}

a,
button {
  position: relative;
}

a:hover,
a:focus,
button:hover,
button:focus {
  outline: 0;
  text-decoration: none;
}

input,
textarea,
button {
  border: 0px;
}

.container {
  width: 100%;
}
.cta-banner-content {
  background-image: url('../image/adbg.jpg');
  border-radius: 10px;
  padding: 40px 0px;
  position: relative;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: top;
}

.cta-banner-content h2 {
  font-size: 32px;
  font-weight: bold;
  line-height: 64px;
  text-shadow: 3px 2px 3px rgba(0, 0, 0, 0.9);
}
/* .cta-banner-content::before {
  position: absolute;
  width: 100%;
  background-color: #1cca98;
  content: "";
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0.9;
} */

.cta-banner-content a {
  background-color: #e74c3c;
  border-color: #fff;
  color: #ffffff;
  border-color: #e74c3c;
  font-size: 16px;
  font-weight: bold;
}
.cta-banner-content a:hover {
  color: #ffffff !important;
}
.cta-content-banner-4 {
  background-color: #dbc79b;
  padding: 50px 0px;
  -webkit-clip-path: polygon(50% 0%, 100% 0, 100% 78%, 97% 100%, 0 100%, 0 0);
  clip-path: polygon(50% 0%, 100% 0, 100% 78%, 97% 100%, 0 100%, 0 0);
}
.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white h6,
.text-white p,
.text-white span,
.text-white a {
  color: #fff !important;
}
.mlm-30 {
  margin-left: -30px;
}

/* padding left */
.pl-5 {
  padding-left: 5px;
}

.pl-10 {
  padding-left: 10px;
}

.pl-15 {
  padding-left: 15px;
}

.pl-20 {
  padding-left: 20px;
}

.pl-25 {
  padding-left: 25px;
}

.pl-30 {
  padding-left: 30px;
}

.pl-35 {
  padding-left: 35px;
}

.pl-40 {
  padding-left: 40px;
}

.pl-45 {
  padding-left: 45px;
}

.pl-50 {
  padding-left: 50px;
}

.pl-60 {
  padding-left: 60px;
}

.pl-65 {
  padding-left: 65px;
}

.pl-70 {
  padding-left: 70px;
}

.pl-75 {
  padding-left: 75px;
}

.pl-80 {
  padding-left: 80px;
}

.pl-90 {
  padding-left: 90px;
}

.pl-100 {
  padding-left: 100px;
}

.pl-110 {
  padding-left: 110px;
}

.pl-115 {
  padding-left: 115px;
}

.pl-120 {
  padding-left: 120px;
}

.pl-125 {
  padding-left: 125px;
}

.pl-130 {
  padding-left: 130px;
}

.pl-140 {
  padding-left: 140px;
}

.pl-150 {
  padding-left: 150px;
}

/* padding right */
.pr-5 {
  padding-right: 5px;
}

.pr-5i {
  padding-right: 5px !important;
}

.pr-10 {
  padding-right: 10px;
}

.pr-15 {
  padding-right: 15px;
}

.pr-20 {
  padding-right: 20px;
}

.pr-25 {
  padding-right: 25px;
}

.pr-30 {
  padding-right: 30px;
}

.pr-35 {
  padding-right: 35px;
}

.pr-40 {
  padding-right: 40px;
}

.pr-45 {
  padding-right: 45px;
}

.pr-50 {
  padding-right: 50px;
}

.pr-60 {
  padding-right: 60px;
}

.pr-70 {
  padding-right: 70px;
}

.pr-75 {
  padding-right: 75px;
}

.pr-80 {
  padding-right: 80px;
}

.pr-90 {
  padding-right: 90px;
}

.pr-100 {
  padding-right: 100px;
}

.pr-110 {
  padding-right: 110px;
}

.pr-115 {
  padding-right: 115px;
}

.pr-120 {
  padding-right: 120px;
}

.pr-125 {
  padding-right: 125px;
}

.pr-130 {
  padding-right: 130px;
}

.pr-140 {
  padding-right: 140px;
}

.pr-150 {
  padding-right: 150px;
}

/* padding top */
.pt-5 {
  padding-top: 5px;
}

.pt-10 {
  padding-top: 10px;
}

.pt-15 {
  padding-top: 15px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-25 {
  padding-top: 25px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-35 {
  padding-top: 35px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-45 {
  padding-top: 45px;
}

.pt-50 {
  padding-top: 50px;
}

.pt-60 {
  padding-top: 60px;
}

.pt-65 {
  padding-top: 65px;
}

.pt-70 {
  padding-top: 70px;
}

.pt-75 {
  padding-top: 75px;
}

.pt-80 {
  padding-top: 80px;
}

.pt-90 {
  padding-top: 90px;
}

.pt-100 {
  padding-top: 100px;
}

.pt-110 {
  padding-top: 110px;
}

.pt-115 {
  padding-top: 115px;
}

.pt-120 {
  padding-top: 120px;
}

.pt-125 {
  padding-top: 125px;
}

.pt-130 {
  padding-top: 130px;
}

.pt-140 {
  padding-top: 140px;
}

.pt-150 {
  padding-top: 150px;
}

/* padding bottom */
.pb-5 {
  padding-bottom: 5px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pb-15 {
  padding-bottom: 15px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-25 {
  padding-bottom: 25px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-35 {
  padding-bottom: 35px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-45 {
  padding-bottom: 45px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pb-65 {
  padding-bottom: 65px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pb-75 {
  padding-bottom: 75px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pb-90 {
  padding-bottom: 90px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pb-110 {
  padding-bottom: 110px;
}

.pb-115 {
  padding-bottom: 115px;
}

.pb-120 {
  padding-bottom: 120px;
}

.pb-125 {
  padding-bottom: 125px;
}

.pb-130 {
  padding-bottom: 130px;
}

.pb-140 {
  padding-bottom: 140px;
}

.pb-150 {
  padding-bottom: 150px;
}

/* margin left */
.ml-5 {
  margin-left: 5px;
}

.ml-10 {
  margin-left: 10px;
}

.ml-15 {
  margin-left: 15px;
}

.ml-20 {
  margin-left: 20px;
}

.ml-25 {
  margin-left: 25px;
}

.ml-30 {
  margin-left: 30px;
}

.ml-35 {
  margin-left: 35px;
}

.ml-40 {
  margin-left: 40px;
}

.ml-45 {
  margin-left: 45px;
}

.ml-50 {
  margin-left: 50px;
}

.ml-60 {
  margin-left: 60px;
}

.ml-70 {
  margin-left: 70px;
}

.ml-75 {
  margin-left: 75px;
}

.ml-80 {
  margin-left: 80px;
}

.ml-90 {
  margin-left: 90px;
}

.ml-100 {
  margin-left: 100px;
}

.ml-110 {
  margin-left: 110px;
}

.ml-115 {
  margin-left: 115px;
}

.ml-120 {
  margin-left: 120px;
}

.ml-125 {
  margin-left: 125px;
}

.ml-130 {
  margin-left: 130px;
}

.ml-140 {
  margin-left: 140px;
}

.ml-150 {
  margin-left: 150px;
}

/* margin right */
.mr-5 {
  margin-right: 5px;
}

.mr-10 {
  margin-right: 10px;
}

.mr-15 {
  margin-right: 15px;
}

.mr-20 {
  margin-right: 20px;
}

.mr-25 {
  margin-right: 25px;
}

.mr-30 {
  margin-right: 30px;
}

.mr-35 {
  margin-right: 35px;
}

.mr-40 {
  margin-right: 40px;
}

.mr-45 {
  margin-right: 45px;
}

.mr-50 {
  margin-right: 50px;
}

.mr-60 {
  margin-right: 60px;
}

.mr-70 {
  margin-right: 70px;
}

.mr-75 {
  margin-right: 75px;
}

.mr-80 {
  margin-right: 80px;
}

.mr-90 {
  margin-right: 90px;
}

.mr-100 {
  margin-right: 100px;
}

.mr-110 {
  margin-right: 110px;
}

.mr-115 {
  margin-right: 115px;
}

.mr-120 {
  margin-right: 120px;
}

.mr-125 {
  margin-right: 125px;
}

.mr-130 {
  margin-right: 130px;
}

.mr-140 {
  margin-right: 140px;
}

.mr-150 {
  margin-right: 150px;
}

/* margin top */
.mt-5 {
  margin-top: 5px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-15 {
  margin-top: 15px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-25 {
  margin-top: 25px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-35 {
  margin-top: 35px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-45 {
  margin-top: 45px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-70 {
  margin-top: 70px;
}

.mt-75 {
  margin-top: 75px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-90 {
  margin-top: 90px;
}

.mt-100 {
  margin-top: 100px;
}

.mt-110 {
  margin-top: 110px;
}

.mt-115 {
  margin-top: 115px;
}

.mt-120 {
  margin-top: 120px;
}

.mt-125 {
  margin-top: 125px;
}

.mt-130 {
  margin-top: 130px;
}

.mt-140 {
  margin-top: 140px;
}

.mt-150 {
  margin-top: 150px;
}

/* margin bottom */
.mb-5 {
  margin-bottom: 5px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-25 {
  margin-bottom: 25px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-35 {
  margin-bottom: 35px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-45 {
  margin-bottom: 45px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-55 {
  margin-bottom: 55px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mb-75 {
  margin-bottom: 75px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mb-90 {
  margin-bottom: 90px;
}

.mb-100 {
  margin-bottom: 100px;
}

.mb-110 {
  margin-bottom: 110px;
}

.mb-115 {
  margin-bottom: 115px;
}

.mb-120 {
  margin-bottom: 120px;
}

.mb-125 {
  margin-bottom: 125px;
}

.mb-130 {
  margin-bottom: 130px;
}

.mb-140 {
  margin-bottom: 140px;
}

.mb-150 {
  margin-bottom: 150px;
}

.mmb10 {
  margin-bottom: -10px;
}

.mtm-30 {
  margin-top: -30px;
}

.mbm-30 {
  margin-bottom: -30px;
}

.mtm-40 {
  margin-bottom: -40px;
}
/* background */
.bg-cover {
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  background-position: center;
}

.bg-center {
  background-position: center;
}

.bg-contain {
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  background-position: left;
}

.bg-right {
  background-repeat: no-repeat;
  background-position: right;
}

.bg-left {
  background-repeat: no-repeat;
  background-position: left;
}

.bg-bottom {
  background-repeat: no-repeat;
  background-position: bottom;
}

.bg-top {
  background-repeat: no-repeat;
  background-position: top;
}

.bg-100 {
  background-size: 100% 100%;
}
.btnd,
.video-btn,
.theme-btn {
  line-height: 1;
  display: inline-block;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  text-transform: uppercase;
}

.theme-btn {
  color: #fff;
  padding: 20px 40px;
  border-radius: 5px;
  font-size: 14px;
  background-color: #086ad7;
  border: 1px solid #086ad7;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.theme-btn.theme-2 {
  background-color: #ff5e14;
  border: 1px solid #ff5e14;
  color: #fff;
  border-radius: 50px;
  padding: 22px 40px;
}

.theme-btn.theme-2:hover {
  background-color: #211e3b;
  border: 1px solid #211e3b;
}

.theme-btn.theme-2.white {
  background: #fff;
  -webkit-box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.1);
  color: #211e3b;
  border-color: #fff;
}

.theme-btn.theme-2.white:hover {
  background-color: #211e3b;
  color: #fff;
  border-color: #211e3b;
}

.theme-btn i {
  margin-left: 10px;
}

.theme-btn.no-fil {
  background-color: transparent;
  border-color: rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: inherit;
  box-shadow: inherit;
  margin-left: 15px;
}

.theme-btn.no-fil:hover {
  background-color: #086ad7;
  border: 1px solid #086ad7;
}

.theme-btn.black {
  background-color: #000;
  border-color: #000;
  -webkit-box-shadow: inherit;
  box-shadow: inherit;
  color: #fff;
}

.theme-btn.black:hover {
  background-color: #086ad7;
  border: 1px solid #086ad7;
}

.theme-btn.minimal-btn {
  color: #211e3b;
  border: 1px solid #b0cff2;
  background: transparent;
  -webkit-box-shadow: inherit;
  box-shadow: inherit;
}

.theme-btn.minimal-btn:hover {
  background-color: #086ad7;
  border: 1px solid #086ad7;
  -webkit-box-shadow: inherit;
  box-shadow: inherit;
  color: #fff;
}

.theme-btn.off-white {
  background-color: #efeff1;
  color: #211e3b;
  border: 1px solid #efeff1;
}

.theme-btn:hover {
  background-color: #3498db;
  border: 1px solid #3498db;
  -webkit-box-shadow: inherit;
  box-shadow: inherit;
  color: #fff;
}
.theme-btn:hover i {
  margin-right: 10px;
  transition: 0.5s;
}
.theme-btn i {
  transition: 0.5s;
}
.theme-btn-sm {
  font-size: 14px;
  overflow: hidden;
  font-weight: 700;
  line-height: 18px;
  font-style: normal;
  position: relative;
  padding: 10px 18px;
  display: inline-block;
  color: #fff !important;
  text-transform: uppercase;
  border-radius: 500px;
  background: rgba(8, 106, 215, 0.75);
}

.theme-btn-sm:before {
  left: 0;
  width: 0%;
  bottom: 0;
  content: '';
  opacity: 0;
  z-index: -1;
  height: 100%;
  overflow: hidden;
  position: absolute;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: #000;
  border-radius: 500px;
}

.theme-btn-sm:hover {
  cursor: text;
}

.theme-btn-sm:hover:-moz-any-link {
  color: #fff;
  cursor: pointer;
  background: transparent;
}

.theme-btn-sm:hover:any-link {
  color: #fff;
  cursor: pointer;
  background: transparent;
}

.theme-btn-sm:hover:-moz-any-link:before {
  opacity: 1;
  width: 100%;
  visibility: visible;
}

.theme-btn-sm:hover:any-link:before {
  opacity: 1;
  width: 100%;
  visibility: visible;
}
.section-bg {
  background-color: #211e3b;
}

.section-bg-2 {
  background-color: #eef4fc;
}

.theme-bg {
  background-color: #086ad7;
}

/* -- Fonts -- */

@font-face {
  font-family: 'Circular Std';
  src: url('../font/CircularStd-MediumItalic.eot');
  src: local('Circular Std Medium Italic'), local('CircularStd-MediumItalic'), url('../font/CircularStd-MediumItalic.eot') format('embedded-opentype'), url('../font/CircularStd-MediumItalic.woff2') format('woff2'), url('../font/CircularStd-MediumItalic.woff') format('woff'), url('../font/CircularStd-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
}

@font-face {
  font-family: 'Circular Std';
  src: url('../font/CircularStd-Black.eot');
  src: local('Circular Std Black'), local('CircularStd-Black'), url('../font/CircularStd-Black.eot') format('embedded-opentype'), url('../font/CircularStd-Black.woff2') format('woff2'), url('../font/CircularStd-Black.woff') format('woff'), url('../font/CircularStd-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: 'Circular Std';
  src: url('../font/CircularStd-Medium.eot');
  src: local('Circular Std Medium'), local('CircularStd-Medium'), url('../font/CircularStd-Medium.eot') format('embedded-opentype'), url('../font/CircularStd-Medium.woff2') format('woff2'), url('../font/CircularStd-Medium.woff') format('woff'), url('../font/CircularStd-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Circular Std';
  src: url('../font/CircularStd-Bold.eot');
  src: local('Circular Std Bold'), local('CircularStd-Bold'), url('../font/CircularStd-Bold.eot') format('embedded-opentype'), url('../font/CircularStd-Bold.woff2') format('woff2'), url('../font/CircularStd-Bold.woff') format('woff'), url('../font/CircularStd-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Circular Std';
  src: url('../font/CircularStd-BlackItalic.eot');
  src: local('Circular Std Black Italic'), local('CircularStd-BlackItalic'), url('../font/CircularStd-BlackItalic.eot') format('embedded-opentype'), url('../font/CircularStd-BlackItalic.woff2') format('woff2'), url('../font/CircularStd-BlackItalic.woff') format('woff'), url('../font/CircularStd-BlackItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
}

@font-face {
  font-family: 'Circular Std Book';
  src: url('../font/CircularStd-BookItalic.eot');
  src: local('Circular Std Book Italic'), local('CircularStd-BookItalic'), url('../font/CircularStd-BookItalic.eot') format('embedded-opentype'), url('../font/CircularStd-BookItalic.woff2') format('woff2'), url('../font/CircularStd-BookItalic.woff') format('woff'), url('../font/CircularStd-BookItalic.ttf') format('truetype');
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: 'Circular Std';
  src: url('../font/CircularStd-BoldItalic.eot');
  src: local('Circular Std Bold Italic'), local('CircularStd-BoldItalic'), url('../font/CircularStd-BoldItalic.eot') format('embedded-opentype'), url('../font/CircularStd-BoldItalic.woff2') format('woff2'), url('../font/CircularStd-BoldItalic.woff') format('woff'), url('../font/CircularStd-BoldItalic.ttf') format('truetype');
  font-weight: bold;
  font-style: italic;
}

@font-face {
  font-family: 'Circular Std Book';
  src: url('../font/CircularStd-Book.eot');
  src: local('Circular Std Book'), local('CircularStd-Book'), url('../font/CircularStd-Book.eot') format('embedded-opentype'), url('../font/CircularStd-Book.woff2') format('woff2'), url('../font/CircularStd-Book.woff') format('woff'), url('../font/CircularStd-Book.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

/* -- scrollUp -- */

#scrollUp {
  background-color: #b99b57;
  border-radius: 50%;
  bottom: 20px;
  color: #ffffff;
  font-size: 22px;
  height: 40px;
  line-height: 44px;
  right: 20px;
  text-align: center;
  width: 40px;
  -webkit-box-shadow: 0px 5px 15px 0px rgba(1, 29, 80, 0.1);
  box-shadow: 0px 5px 15px 0px rgba(1, 29, 80, 0.1);
  font-weight: 400;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

#scrollUp:hover {
  background-color: #5f1112;
}

/* -- preloader -- */

.preloader {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: default;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 999999999;
}

.preloader .animation-preloader {
  z-index: 1000;
}

.preloader .animation-preloader .spinner {
  -webkit-animation: spinner 1s infinite linear;
  animation: spinner 1s infinite linear;
  border-radius: 50%;
  border: 3px solid rgba(0, 0, 0, 0.2);
  border-top-color: #000000;
  height: 9em;
  margin: 0 auto 3.5em auto;
  width: 9em;
}

.preloader.dark .animation-preloader .spinner {
  border-color: #c8ae73;
  border-top-color: #fff;
}

.preloader p {
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 8px;
  color: #c8ae73;
}

.preloader .loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  z-index: 1;
  pointer-events: none;
}

.preloader .loader .row {
  height: 100%;
}

.preloader .loader .loader-section {
  padding: 0px;
}

.preloader .loader .loader-section .bg {
  background-color: #fff;
  height: 100%;
  left: 0;
  width: 100%;
  -webkit-transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
}

.preloader .loader.dark_bg .loader-section .bg {
  background: #efc94c;
}

.preloader.loaded .animation-preloader {
  opacity: 0;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.preloader.loaded .loader-section .bg {
  width: 0;
  -webkit-transition: 0.7s 0.3s allcubic-bezier(0.1, 0.1, 0.1, 1);
  transition: 0.7s 0.3s allcubic-bezier(0.1, 0.1, 0.1, 1);
}

@-webkit-keyframes spinner {
  to {
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
}

@keyframes spinner {
  to {
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
}

@-webkit-keyframes letters-loading {
  0%,
  75%,
  100% {
    opacity: 0;
    -webkit-transform: rotateY(-90deg);
    transform: rotateY(-90deg);
  }

  25%,
  50% {
    opacity: 1;
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
}

@keyframes letters-loading {
  0%,
  75%,
  100% {
    opacity: 0;
    -webkit-transform: rotateY(-90deg);
    transform: rotateY(-90deg);
  }

  25%,
  50% {
    opacity: 1;
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
}

/* -- Header -- */
header {
  width: 100%;
  z-index: 9999;
}

header.header-3 .top-header {
  background-color: #e6f0fb;
  padding: 14px 0px;
}

header.header-3 .top-header .welcome-text a {
  text-decoration: underline;
  color: #086ad7;
  margin-left: 5px;
}

header.header-3 .mobile-nav-bar {
 width:80px;
	margin-top:25px;
	display: none;
}

header.header-3 #hamburger {
  display: block;
  color: #5f1112;
}

header.header-3 .menu-top-bar {
  position: relative;
  padding: 0px 0px 0px 0;
  overflow: hidden;
	margin-bottom:1px;
}

header.header-3 .side-toggle-menu {
  top: 0;
  right: 0;
  width: 8%;
  position: absolute;
  background-color: #211e3b;
  color: #fff;
  height: 100%;
  font-size: 32px;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

header.header-3 .side-toggle-menu i {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 32%;
}

header.header-3 .side-toggle-menu:hover {
  background-color: #3e3970;
  color: #fff;
  cursor: pointer;
}

header.header-3 .contact-info-grid {

	
}

header.header-3 .single-menu-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: right;

  position: relative;
  margin: 0px 0;
	float:right;
	
}

header.header-3 .single-menu-box::before {
  position: absolute;
  width: 0;

  top: 0;
  left: 0;
  content: '';
}

header.header-3 .single-menu-box .icon {
  float: right !important;
  overflow: hidden;
  font-size: 12px;
  line-height: 1;
  color: #cab172;
  margin: 0px 10px 0px 20px;
}

header.header-3 .single-menu-box .content {
  overflow: hidden;
  float: right !important;
}

header.header-3 .single-menu-box .content h3 {
  font-size: 11.5px;
  color:#F5F5F5;
}

header.header-3 .single-menu-box .content span {
  font-size: 11.5px;
   color:#F5F5F5;
  font-weight: none !important;
}

header.header-3 .middle-header-wraper {
  padding: 0px 70px;
}

header.header-3 .main-menu-wrapper {
  
  margin-bottom: 0px;
  z-index: 999;
  position: relative;
  
  position: relative;
}

header.header-3 .main-menu > ul {
  line-height: 1;
  width: 100%;
  display: flex;
}

header.header-3 .main-menu > ul > li {
  display: flex;
  line-height: 1;
  border-right: 1px solid #e4e4e4;
  
  margin-left: 0;
  margin-bottom:-2px;
  flex: 1;
  align-items: center;
  justify-content: center;

}
.main-menu .current {
  display: flex;
  line-height: 1;
  border-right: 1px solid #e4e4e4;

  border-bottom: 5px solid #be0002 !important;
  margin-left: 0;
  margin: 0;
  flex: 1;
  align-items: center;
  justify-content: center;
	z-index: 999px;
}
.main-menu .current a{color:#c8ae73 !important;}
header.header-3 .main-menu > ul > li > a {
  display: flex;
  font-size: 16px;
  font-weight: bold;
  line-height: 28px;
  padding: 26px 18px 25px 18px;
  overflow: hidden;
  color: #000;
  margin: 0;
	text-align: center;
	z-index: 999px;

}
.main-menu a:hover {
  color: #9e8857 !important;
}
header.header-3 .main-menu > ul > li > a i {
  margin-left: 5px;
}

header.header-3 .main-menu > ul > li:hover > a {
  color: #000;
}

header.header-3 .main-menu > ul > li:hover > ul {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

header.header-3 .main-menu > ul > li > ul {
  position: absolute;
  top: 107%;
  width: 230px;
  background-color: #ffffff;
  left: 0;
  z-index: 999;
  -webkit-box-shadow: 0 13px 35px -12px rgba(35, 35, 35, 0.15);
  box-shadow: 0 13px 35px -12px rgba(35, 35, 35, 0.15);
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(40px);
  transform: translateY(40px);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  padding: 10px 0px;
}

header.header-3 .main-menu > ul > li > ul li {
  display: block;
}

header.header-3 .main-menu > ul > li > ul li a {
  display: block;
  color: #222;
  padding: 12px 25px;
  border-bottom: 1px solid #ddd;
}

header.header-3 .main-menu > ul > li > ul li a:hover {
  color: #000;
}

header.header-3 .main-menu > ul > li > ul ul {
  left: 100%;
  top: 0;
}

header.stop .top-header {
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
}

header {
  background: #ffffff url(../image/border.png) repeat-x top;
  border-bottom: #c8ae73 solid 5px;
}

.header-logo {
  width: 100%;
  margin: 47px 0 12px 0;
}
.logo {
  float: left;
}
.logo img {
  width: 64px;
  height: 64px;
}
.logo a {
}
.logo h3 {
  font-size: 44px;
  text-transform: uppercase;
}
.logo p {
  font-size: 20px;
}
.logo img {
}

.logotext {
  /* float: left;
  width: 250px; */
}
.logotext img {
  width: 300px;
  height: auto;
  
}
.header-menu-wrap {
 
  position: relative;
  top: 3px;
	
}

.theme-btn {
  background-color: #e74c3c;
  border: 1px solid #e74c3c;
}

.theme-btn:hover {
  background-color: #c8ae73;
  border: 1px solid #c8ae73;
}
.content-show {
  transition: 1s;
  white-space: nowrap; /* 禁止换行 */
  overflow: hidden; /* 隐藏超出部分 */
  text-overflow: ellipsis;
}

.main-menu {
  width: 100%;
  border-left: 1px solid #ddd;
}
.single-menu-box:nth-child(2) i {
  color: #cab172;
}
.single-menu-box:nth-child(3) i {
  color: #cab172;
}

/* -- Mobile-Nav -- */

.mobile-nav {
  position: fixed;
  right: -380px;
  top: 0;
  width: 320px;
  height: 100vh;
  scroll-behavior: smooth;
  overflow-y: scroll;
  -webkit-transition: right 0.5s ease-in;
  transition: right 0.5s ease-in;
  background-color: #061d36ed;
  padding: 20px;
  z-index: 9999;
  -webkit-box-shadow: 0 13px 35px -12px rgba(35, 35, 35, 0.15);
  box-shadow: 0 13px 35px -12px rgba(35, 35, 35, 0.15);
  /* Vertical Menu Style */
}
.mobile-nav .theme-btn.black {
  background-color: #00c48b;
  border-color: #00c48b;
}
.mobile-nav.show {
  right: 0px;
}

.mobile-nav .close-nav {
  border: 0;
  background: transparent;
  color: #fff;
  border-radius: 30px;
  font-size: 20px;
  position: absolute;
  left: 20px;
  top: 10px;
}

.mobile-nav .sidebar-nav {
  margin-top: 30px;
}

.mobile-nav .sidebar-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: transparent;
}

.mobile-nav .sidebar-nav .metismenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.mobile-nav .sidebar-nav .metismenu > li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.mobile-nav .sidebar-nav .metismenu a {
  position: relative;
  display: block;
  padding: 10px 15px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  text-decoration: none;
  color: #fff;
  outline-width: 0;
  text-transform: capitalize;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.mobile-nav .sidebar-nav .metismenu ul a {
  padding: 10px 15px 10px 35px;
  position: relative;
}

.mobile-nav .sidebar-nav .metismenu ul a:hover {
  padding-left: 40px;
}

.mobile-nav .sidebar-nav .metismenu ul a:hover::before {
  background-color: #fff;
}

.mobile-nav .sidebar-nav .metismenu ul a::before {
  position: absolute;
  left: 15px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 2px solid #fff;
  content: '';
  top: 50%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.mobile-nav .sidebar-nav .metismenu ul ul {
  list-style-type: circle !important;
}

.mobile-nav .sidebar-nav .metismenu ul ul a {
  padding: 10px 15px 10px 45px;
}

.mobile-nav .sidebar-nav .metismenu a:hover,
.mobile-nav .sidebar-nav .metismenu a:focus,
.mobile-nav .sidebar-nav .metismenu a:active {
  text-decoration: none;
  color: #f8f9fa;
  background: #086ad7;
}

#hamburger {
  color: #fff;
  font-size: 36px;
  line-height: 1;
  text-align: right;
  display: none;
}

#hamburger i {
  cursor: pointer;
}

.action-bar {
  margin-top: 30px;
  padding-left: 20px;
}

.action-bar a {
  color: #fff;
  display: block;
  margin-top: 12px;
}

.action-bar a i {
  margin-right: 10px;
}

.action-bar a.theme-btn {
  text-align: center;
}

/* -- Offset-Menu -- */

.offset-menu {
  position: fixed;
  height: 100vh;
  top: 0;
  z-index: 9999999;
  opacity: 0;
  visibility: hidden;
  right: -30%;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  background-color: #211e3b;
  -webkit-box-shadow: 0 13px 35px -12px rgba(35, 35, 35, 0.15);
  box-shadow: 0 13px 35px -12px rgba(35, 35, 35, 0.15);
  overflow: auto;
}

.offset-menu.show {
  opacity: 1;
  visibility: visible;
  right: 0;
}

.offset-menu .offset-menu-wrapper {
  width: 360px;
  padding: 80px 30px;
}

.offset-menu .theme-btn {
  padding: 20px 45px;
  font-weight: 500;
  margin-top: 40px;
}

.offset-menu .offset-menu-section {
  margin-top: 40px;
}

.offset-menu .offset-menu-section h3,
.offset-menu .offset-menu-section h4,
.offset-menu .offset-menu-section h5 {
  line-height: 1;
  margin-bottom: 20px;
}

.offset-menu .offset-menu-section a {
  margin-bottom: 10px;
}

.offset-menu .offset-menu-section ul li {
  margin-bottom: 5px;
}

.offset-menu .offset-menu-section ul li span {
  margin-right: 10px;
}

.offset-menu #offset-menu-close-btn {
  position: fixed;
  right: 30px;
  font-size: 28px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  color: #fff;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  z-index: 9;
  top: 20px;
}

.offset-menu #offset-menu-close-btn:hover {
  color: #ff5e14;
}

.offset-menu .offset-menu-footer {
  margin-top: 35px;
}

.offset-menu .offset-menu-social-icon a {
  font-size: 16px;
  background: #211e3b;
  display: inline-block;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  margin-right: 5px;
}

.offset-menu .offset-menu-social-icon a:hover {
  background: #086ad7;
}

.offset-menu img {
  display: inline-block;
  background: #fff;
  padding: 10px 20px;
}
/* Slider */

.main-banner {
  position: relative;
  height: 100%;
  height: calc(100vh - 123px);
  max-height: 100%;
  max-height: calc(100vh - 123px);
  overflow: hidden;
}
.main-button a {
  color: #fff;
  border: 1px solid #fff;
  padding: 20px 40px;
  border-radius: 30px;
}
.video-wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}
#bg-video {
  min-width: 100%;
  min-height: 100vh;
  max-width: 100%;
  max-height: 100vh;
  object-fit: cover;
  z-index: -1;
}

#bg-video::-webkit-media-controls {
  display: none !important;
}

.video-overlay {
  position: absolute;
  background-color: rgb(22 34 57 / 55%);
  top: 0;
  left: 0;
  bottom: 0px;
  width: 100%;
}

.main-banner .caption {
  text-align: center;
  position: absolute;
  width: 80%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.main-banner .caption h6 {
  margin-top: 0px;
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;
  letter-spacing: 1px;
}

.main-banner .caption h2 {
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 74px;
  text-transform: uppercase;
  font-weight: 800;
  color: #fff;
  letter-spacing: 1px;
}

.main-banner .caption h2 em {
  font-style: normal;
  color: #f5a425;
  font-weight: 900;
}

/* -- Section-Title -- */

.section-title {
  position: relative;
  z-index: 1;
  margin-top: 40px;
}
.section-title h2 {
  color: #761e1f;
  font-weight: bold;
  margin-top: 10px;
}
.section-title h2 i {
  margin-right: 15px;
}
.section-title span {
  font-weight: 900;
  font-size: 120px;
  line-height: 1;
  color: #211e3b;
  position: static;
  opacity: 0.05;
  z-index: -1;
  text-transform: uppercase;
  margin: 0px auto;
  margin-bottom: 10px;
  display: inline-block;
  text-align: center;
}

.section-title p {
  color: #222;

  font-weight: normal;
  font-size: 14px;
  line-height: 1;
  text-transform: lowercase;
  font-weight: bold;
  margin-top: 18px;
}
.section-title a {
  color: #761e1f !important;
}
.section-title a:hover {
  color: #d7b050 !important;
}
.section-title h1 {
  /* line-height: 50px; */
  font-weight: 900;
  text-transform: capitalize;
  /* position: relative;
  top: 18px; */
}

.section-title.section__title_3 h6 {
  font-family: 'Circular Std', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.section-title.section__title_3 h6 img {
  margin-right: 15px;
}

.section-title.section__title_3 h2 {
  font-family: 'Nunito', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 42px;
  line-height: 50px;
  text-transform: capitalize;
  color: #211e3b;
}

.section-title-2 {
  position: relative;
  z-index: 2;
  margin-bottom: 40px;
}

.section-title-2 span {
  font-size: 180px;
  line-height: 1;
  color: rgba(0, 22, 89, 0);
  font-weight: 600;
  -webkit-text-stroke: 1px #efefef;
  position: absolute;
  top: -38%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  opacity: 0.9;
  z-index: -1;
}

.section-title-2 p {
  color: #ff5e14;
}

.section-title-2 h1 {
  color: #211e3b;
}

.section-title-2 .icon {
  border-radius: 50%;
  background-color: #fff;
  -webkit-box-shadow: 0px 30px 60px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 30px 60px 0px rgba(0, 0, 0, 0.08);
  width: 120px;
  height: 120px;
  line-height: 120px;
  display: inline-block;
  margin: 0 auto;
  text-align: center;
  position: relative;
  margin-bottom: 50px;
}

.section-title-2 .icon::before {
  border-style: solid;
  border-width: 4px;
  border-radius: 50%;
  width: 180px;
  height: 180px;
  border-color: #eaeaea;
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: -1;
}

.section-padding {
  padding: 130px 0px;
  background: #fdfdfd;
  margin-bottom: 80px;
}

.section-padding-3 {
  padding: 70px 0px;
}

/* -- Achivement-Fact -- */

.funfact-wrapper {
  position: relative;
  z-index: 1;
}

.funfact-wrapper.bottom::before {
  bottom: 0;
  top: auto;
}

.funfact-wrapper.no-bg::before {
  display: none;
}

.funfact-wrapper::before {
  position: absolute;
  height: 50%;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #211e3b;
  content: '';
}

.funfact-wrapper .funfact-content-grid {
  background-color: #086ad7;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.funfact-content-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 7px;
  padding: 80px 0px 70px;
}

.funfact-content-grid > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.funfact-content-grid > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}

.funfact-content-grid > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

.funfact-content-grid > *:nth-child(4) {
  -ms-grid-row: 1;
  -ms-grid-column: 4;
}

.single-funfact-item {
  background: #0000002e;
  padding: 50px 30px;
  margin: 10px;
  border-bottom: 3px solid;
}
.funfact-content-grid .single-funfact-item .icon {
  font-size: 42px;
  line-height: 1;
  margin-bottom: 20px;
}

.funfact-content-grid .single-funfact-item h3 {
  font-weight: 500;
  font-size: 55px;
  line-height: 1;
  position: relative;
  display: inline-block;
}

.funfact-content-grid .single-funfact-item h3::before {
  position: absolute;
  content: '+';
  right: -20px;
  top: -15px;
  font-size: 30px;
  font-weight: 400;
}

.funfact-content-grid .single-funfact-item p {
  margin-top: 5px;
}

.funfact-box-bg {
  width: 100%;
  background-color: #086ad7;
  border-radius: 7px;
  margin: 0px auto;
  padding: 80px 0px;
}

.fun-fact-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  grid-gap: 30px;
  text-align: center;
}

.fun-fact-grid > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.fun-fact-grid > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

.fun-fact-grid .single-funfact-item {
  background-color: #fff;
  padding: 40px 30px 30px;
  -webkit-clip-path: polygon(13% 0, 100% 0, 100% 100%, 52% 100%, 0 100%, 0 14%);
  clip-path: polygon(13% 0, 100% 0, 100% 100%, 52% 100%, 0 100%, 0 14%);
}

.fun-fact-grid .single-funfact-item .icon {
  font-size: 55px;
  margin-bottom: 10px;
  color: #086ad7;
}

.fun-fact-grid .single-funfact-item h3 {
  font-size: 55px;
  line-height: 1;
}
.our-achivement-fact {
  margin-top: 0;
  padding-top: 0;
}
.single-funfact-item:nth-child(1) {
  color: #e74c3c;
}
.single-funfact-item:nth-child(2) {
  color: #f1c40f;
}
.single-funfact-item:nth-child(3) {
  color: #00c48b;
}
.single-funfact-item:nth-child(4) {
  color: #3498db;
}
/* -- intro -- */
.intro p {
  font-style: normal;
  font-weight: 450;
  font-size: 17px;
  line-height: 32px;
  text-align: center;
}
.curve {
  background: url(../image/bg_shape_03.svg) no-repeat;
  background-size: 90%;
  background-position: 100px 30px;
}
.prosess-wrapper {
  position: relative;
}

.prosess-wrapper .prosess-element .icon {
  height: 100px;
  width: 100px;
  margin: 0 auto;
  border-radius: 50%;
  background-color: #f4f4f4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 30px;
  outline: 1px dashed #000;
  /* padding: 109px; */
  border: 8px solid #fff;
  padding: 5px;
}

.prosess-wrapper .prosess-element h4 {
  font-family: 'Circular Std', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 28px;
  text-align: center;
  color: #211e3b;
  text-transform: capitalize;
  margin-bottom: 20px;
}

.prosess-wrapper .prosess-element p {
  font-style: normal;
  font-weight: 450;
  font-size: 17px;
  line-height: 32px;
  text-align: center;
}

.prosess-wrapper .prosess-element span {
  position: absolute;
  top: 10%;
  left: 12%;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 32px;
  text-transform: uppercase;
  color: #086ad7;
}

.prosess-wrapper .pro-line {
  z-index: -1;
  position: absolute;
  top: 45%;
  left: 20%;
}
.prosess-wrapper .prosess-element .icon i {
  font-size: 40px;
  animation: unrotate 10s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
.prosess-wrapper .prosess-element .icon {
  outline-width: 2px;
  animation: rotate 10s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes unrotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(-360deg);
  }
}
.prosess-element-container:nth-child(1) i,
.prosess-element-container:nth-child(1) .icon {
  color: #e74c3c;
  outline-color: #e74c3c;
}
.prosess-element-container:nth-child(2) i,
.prosess-element-container:nth-child(2) .icon {
  color: #f1c40f;
  outline-color: #f1c40f;
}
.prosess-element-container:nth-child(3) i,
.prosess-element-container:nth-child(3) .icon {
  color: #00c48b;
  outline-color: #00c48b;
}
.prosess-element-container:nth-child(4) i,
.prosess-element-container:nth-child(4) .icon {
  color: #3498db;
  outline-color: #3498db;
}
.prosess-element-container:nth-child(1) a:hover {
  color: #e74c3c;
}
.prosess-element-container:nth-child(2) a:hover {
  color: #f1c40f;
}
.prosess-element-container:nth-child(3) a:hover {
  color: #00c48b;
}
.prosess-element-container:nth-child(4) a:hover {
  color: #3498db;
}
.prosess-wrapper .pro-line {
  top: 50%;
  left: 20%;
}
/* -- Footer -- */

.footer-widgets {
  padding-top: 55px;
  padding-bottom: 100px;
}

.footer-wrap .footer-bottom .footer-bottom-content {
  padding: 30px 0px;
}

footer .footer-bottom-content p {
  color: #222 !important;
}

.footer-wrap .footer-bottom a {
  color: #086ad7;
}

.footer-bottom {
  background: #fff url(../image/border.png) repeat-x top;
}

.footer-wrap .single-footer-wid {
  margin-top: 40px;
}

.footer-wrap .single-footer-wid .wid-title {
  margin-bottom: 30px;
}

.footer-wrap .single-footer-wid.site_info_box {
  text-align: center;
  -webkit-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.2);
  background-color: #fff;
  position: relative;
  margin-right: 40px;
  padding: 60px 40px;
  margin-top: -80px;
  z-index: 9;
}

.footer-wrap .single-footer-wid.site_info_box .f_logo {
  margin-bottom: 30px;
  display: block;
}

.footer-wrap .single-footer-wid.site_info_box::before {
  position: absolute;
  width: 100%;
  height: 6px;
  background-color: #ff5e14;
  content: '';
  top: 0;
  left: 0;
}

.footer-wrap .single-footer-wid.site_info_box p {
  color: #696969;
  font-size: 14px;
}

.footer-wrap .single-footer-wid.site_info_box .social_link {
  margin-top: 40px;
}

.footer-wrap .single-footer-wid.site_info_box .social_link a {
  background-color: #211e3b;
  width: 40px;
  height: 40px;
  line-height: 41px;
  border-radius: 50px;
  font-size: 14px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-align: center;
  display: inline-block;
  color: #211e3b;
  margin-right: 5px;
}

.footer-wrap .single-footer-wid.site_info_box .social_link a:hover {
  color: #fff;
  background-color: #ff5e14;
}

.footer-wrap .single-footer-wid.site_info_widget .single-contact-info {
  overflow: auto;
  margin-bottom: 20px;
  border-bottom: 1px solid #282828;
  padding-bottom: 25px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer-wrap .single-footer-wid.site_info_widget .single-contact-info:last-child {
  border: 0;
}

.footer-wrap .single-footer-wid.site_info_widget .single-contact-info:hover .icon {
  background-color: #fff;
  color: #086ad7;
}

.footer-wrap .single-footer-wid.site_info_widget .single-contact-info p {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
}

.footer-wrap .single-footer-wid.site_info_widget .single-contact-info span {
  display: block;
  color: #cacaca;
  font-size: 14px;
}

.footer-wrap .single-footer-wid.site_info_widget .single-contact-info .icon {
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: #000;
  background-color: #086ad7;
  float: left;
  text-align: center;
  overflow: hidden;
  font-size: 16px;
  margin-right: 20px;
  border-radius: 10px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.footer-wrap .single-footer-wid .social_link {
  margin-top: 40px;
}

.footer-wrap .single-footer-wid .social_link a {
  background-color: #0f0f0f;
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 10px;
  font-size: 16px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-align: center;
  display: inline-block;
  color: #fff;
  margin-right: 5px;
}

.footer-wrap .single-footer-wid .social_link a:hover {
  color: #fff;
  background-color: #086ad7;
}

.footer-wrap .single-footer-wid ul li {
  position: relative;
  z-index: 1;
  padding-left: 20px;
}

.footer-wrap .single-footer-wid ul li::before {
  position: absolute;
  content: '\f101';
  left: 0;
  font-family: 'Font Awesome 5 Pro';
  color: #f1c40f;
}

.footer-wrap .single-footer-wid ul li > a {
  color: #696969;
  margin-bottom: 15px;
  display: block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-weight: 500;
  text-transform: capitalize;
}

.footer-wrap .single-footer-wid ul li > a:hover {
  color: #086ad7;
  padding-left: 10px;
}

.footer-wrap .single-footer-wid ul li:last-child a {
  margin-bottom: 0;
}

.footer {
  position: relative;
  padding-top: 0px;
  margin-top: 70px;
  z-index: 1;
  background: url('../image/footer-bg.jpg');
}

.footer h1,
.footer h2,
.footer h3,
.footer h4 {
  color: #fff !important;
}
.footer h5 {
  margin-top: 30px;
}
.footer a,
.footer p,
.footer span {
  color: #F1F1F1 !important;
}
.footer a:hover {
  color: #d3b15b !important;
}

.footer::before {
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  content: '';
  background: #09071b;

  filter: alpha(opacity=30); /*IE*/
  -moz-opacity: 0.3; /*MOZ , FF*/
  opacity: 0.3; /*CSS3, FF1.5*/
  z-index: -1;
}

.footer .social-link a {
  display: inline-block;
  width: 36px;
  height: 36px;
  line-height: 39px;
  border-radius: 50%;
  background-color: #dae9f9;
  margin: 0 4px;
  text-align: center;
  font-size: 14px;
  color: #ffffff !important;
}

.footer .social-link a:nth-child(1) {
  background: #086ad7;
}

.footer .social-link a:nth-child(2) {
  background: #00c48b;
}

.footer .social-link a:nth-child(3) {
  background: #f1c40f;
}

.footer .social-link a:nth-child(4) {
  background: #e74c3c;
}

.footer .social-link a:hover {
  background-color: #086ad7;
  color: #fff !important;
}

.footer .footer-widgets {
  background-repeat: repeat-x;
  background-position: top;
  background-image: url(../image/border.png);
}

.footer-menu ul li {
  display: inline-block;
}

.footer-menu ul li a {
  display: inline-block;
  margin-left: 40px;
}

.recent_post_widget .recent-post-list .single-recent-post {
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 25px;
}

.recent_post_widget .recent-post-list .single-recent-post:last-child {
  margin-bottom: 0;
}

.recent_post_widget .recent-post-list .single-recent-post .thumb {
  background-color: #eee;
  width: 90px;
  height: 90px;
  overflow: hidden;
  float: left;
  margin-right: 20px;
  border-radius: 7px;
}

.recent_post_widget .recent-post-list .single-recent-post .post-data {
  margin-top: -5px;
}

.recent_post_widget .recent-post-list .single-recent-post .post-data span {
  font-size: 14px;
  line-height: 1;
}

.recent_post_widget .recent-post-list .single-recent-post .post-data span i {
  margin-right: 5px;
}

.recent_post_widget .recent-post-list .single-recent-post .post-data h5 {
  letter-spacing: -1px;
}

.recent_post_widget .recent-post-list .single-recent-post .post-data h5:hover {
  color: #086ad7;
}

/* Boxes */

.boxes .col-md-3 {
  padding: 0;
}
.boxes .col-md-3 .box img:hover {
  filter: alpha(opacity=100); /*IE*/
  -moz-opacity: 1; /*MOZ , FF*/
  opacity: 1; /*CSS3, FF1.5*/
}
.boxes .col-md-3 .box img {
  filter: alpha(opacity=60); /*IE*/
  -moz-opacity: 0.6; /*MOZ , FF*/
  opacity: 0.6; /*CSS3, FF1.5*/
}
.boxes .col-md-3 .box .fd {
  position: relative !important;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.boxes .col-md-3 .box .fd2 {
  position: absolute !important;
  width: 100%;
  height: auto;
  overflow: hidden;
  bottom: 30px;
  z-index: 999;
}
.boxes .col-md-3 .box {
  padding: 0px;

  text-align: center;
  background-color: #000000;
}

.boxes .col-md-3 .box img {
  transition: all 0.3s ease;
}

.boxes .col-md-3 .box img:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  transform: scale(1.1);
  transition: all 1s ease;
}

.boxes .col-md-3 .box a:hover > i {
  transition: 0.5s;
}
.boxes .col-md-3 .box a:hover > i::after {
  width: 72px;
  left: -16px;
  transition: 0.5s;
}
.boxes .col-md-3 .box a:hover > i::before {
  transform: rotate(-90deg);
  display: block;
  transition: 0.5s;
}
.boxes .col-md-3 .box p {
  color: #fff;
}

.boxes .col-md-3 .box i {
  color: #fff;
  font-size: 40px;
  margin-bottom: 30px;
}

.boxes .col-md-3 .box h4 {
  color: #fff;
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 10px;
  line-height: 64px;
  text-shadow: 3px 2px 3px rgba(0, 0, 0, 0.9);
}

.boxes .col-md-3:nth-child .box {
  background: #000000;
  position: relative;
}

.box .far.fa-plus::after {
  content: '';
  display: block;
  width: 90px;
  height: 38px;
  border: 3px solid #fff;
  z-index: -1;
  background: none;
  top: 1px;
  position: absolute;
  left: -24px;
  transition: 0.5s;
}

.box .far.fa-plus:before {
  background: #e74c3c;
  padding: 0 5px;
}

.boxes .col-md-3:nth-child(2) .box .far.fa-plus:before {
  background: #f1c40f;
}

.boxes .col-md-3:nth-child(3) .box .far.fa-plus:before {
  background: #00c48b;
}

.boxes .col-md-3:nth-child(4) .box .far.fa-plus:before {
  background: #3498db;
}
#cloud,
#screen,
#comment,
#search,
#note,
#heart {
  width: 100px;
  height: 100px;
}
#cloud path,
#comment path,
#screen path,
#search path,
#note path,
#heart path {
  fill: transparent;
  stroke-width: 10px;
  stroke: #fff;
  animation: stroke 3s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  stroke-dasharray: 0;
  stroke-dashoffset: 0;
  stroke-linecap: round;
}
/* -- Map-Icons -- */
.map-icons {
  padding: 130px 0;
  background-image: url('../image/index-bg.png');
}

.map-icons h2 {
  font-weight: bold;
  color: #761e1f;
}
.map-icons h2 i {
  margin-right: 15px;
}
.icons-rows {
  padding: 30px 0;
}
.fr {
  float: right;
}
.icon-row {
  display: flex;
  align-items: center;
  padding: 10px 0;
  width: 285px;
  float: left;
}
.list-unstyled,
.xyzysnav {
  padding-right: 50px;
}
.icon-row .guide {
  width: 25px;
  height: 25px;
  background: #222;
  border-radius: 30px;
  background: #222;
  border: 5px solid #fff;
  outline: 2px solid #222;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 30px;
}

.icon-row:nth-child .guide {
  background: #e74c3c;
}

.icon-row h4 {
  color: #b4995d;
  font-size: 16px;
  font-weight: bold;
  margin-left: 15px;
}

.icon-row h4 a:hover {
  color: #5f1112 !important;
}

.icon-row .guide::before {
  content: '';
  display: block;
  width: 2px;
  height: 55px;
  background: #222;
  position: absolute;
  bottom: 30px;
}

.icon-row .guide::after {
  content: '';
  display: block;
  width: 2px;
  height: 55px;
  background: #222;
  position: absolute;
  top: 30px;
}

.icon-container {
  width: 90px;
  height: 90px;

  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
}

.icon-container i {
  font-size: 16px;
}

.icon-row-content {
  padding: 15px;
  width: 368px;
  display: flex;
  justify-content: flex-start;
  gap: 10px;
}

.icon-row-content .number {
  font-size: 80px;
  display: flex;
  align-self: center;
}

.icon-container-inner {
  width: 90px;
  height: 90px;

  display: flex;
  justify-content: center;
  align-items: center;
}

.icon-container-inner img:hover {
  filter: alpha(opacity=60); /*IE*/
  -moz-opacity: 0.6; /*MOZ , FF*/
  opacity: 0.6; /*CSS3, FF1.5*/
}
.box .far.fa-plus {
  position: relative;
  z-index: 1;
  margin-top: 30px;
  font-weight: 100;
}
.lamp {
  display: block;
  margin: 30px auto;
}
/* -- Column-Shapes -- */
.column-shape {
  position: relative;
  border: 1px dashed #222;
  width: 300px;
  height: 400px;
  border-radius: 30px;
  text-align: center;
  background: #fff;
  margin: auto;
}
.column-shape::before {
  content: '';
  width: 10px;
  height: 50%;
  position: absolute;
  right: -5px;
  border-radius: 10px;
  background: #e74c3c;
  top: 25%;
}
.column-shape::after {
  content: '';
  width: 10px;
  height: 50%;
  position: absolute;
  left: -5px;
  border-radius: 10px;
  background: #e74c3c;
  top: 25%;
}
.column-shape .icon {
  width: 120px;
  height: 120px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  position: relative;
  border: 1px dashed #222;
  top: -61px;
  background: #fff;
  transform: rotate(45deg);
}
.column-shape .icon i {
  width: 100px;
  height: 100px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px dashed #222;
  font-size: 50px;
  color: #fff;
  background: #00c48b;
}
.column-shape i:before {
  transform: rotate(-45deg);
}
.column-shape p {
  margin: 20px 0;
  padding: 0 22px;
}
.column-shape a {
  background: #fdbf5e;
  border-color: #fdbf5e;
  border-radius: 30px;
  padding: 10px 30px;
}
.column-shape a:hover {
  background: #00c48b;
  border-color: #00c48b;
  transition: 0.5s;
}

/* plalforms */
.plalforms.cta-wrapper {
  text-align: center;
  padding: 70px 0 0px 0;
}
.rectangle-shape-inner {
  border-radius: 10px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 20px 5px;
  border: 3px solid;
  height: 100px;
}
.rectangle-shape a {
  display: block;
  padding: 5px 10px;
  color: #fff;
  margin-top: 5px;
  border-radius: 5px;
}
.rectangle-shape.red .rectangle-shape-inner,
.rectangle-shape.red .rectangle-shape-inner p {
  color: #e74c3c;
}
.rectangle-shape.terquaze .rectangle-shape-inner,
.rectangle-shape.terquaze .rectangle-shape-inner p {
  color: #00c48b;
}
.rectangle-shape.orange .rectangle-shape-inner,
.rectangle-shape.orange .rectangle-shape-inner p {
  color: #f1c40f;
}
.rectangle-shape.blue .rectangle-shape-inner,
.rectangle-shape.blue .rectangle-shape-inner p {
  color: #3498db;
}
.rectangle-shape.dark .rectangle-shape-inner,
.rectangle-shape.dark .rectangle-shape-inner p {
  color: #211e3b;
}

.rectangle-shape.red .rectangle-shape-inner i,
.rectangle-shape.red a {
  background: #e74c3c;
}
.rectangle-shape.terquaze .rectangle-shape-inner i,
.rectangle-shape.terquaze a {
  background: #00c48b;
}
.rectangle-shape.orange .rectangle-shape-inner i,
.rectangle-shape.orange a {
  background: #f1c40f;
}
.rectangle-shape.blue .rectangle-shape-inner i,
.rectangle-shape.blue a {
  background: #3498db;
}

.rectangle-shape.dark .rectangle-shape-inner i,
.rectangle-shape.dark a {
  background: #211e3b;
}

.rectangle-shape .icon {
  position: absolute;
  top: -90px;
  background: #fff;
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  border-radius: 80px;
  border: 1px dashed #222;
  transition: 0.5s;
}
.rectangle-shape {
  border: 1px dashed #222;
  padding: 10px;
  color: #fff;
  border-radius: 15px;
  position: relative;
}
.rectangle-shape:hover .icon {
  transform: rotate(180deg);
  transition: 0.5s;
}
.rectangle-shape i {
  background: #e74c3c;
  width: 60px;
  height: 60px;
  display: flex;
  font-size: 30px;
  justify-content: center;
  align-items: center;
  margin: auto;
  border-radius: 60px;
  color: #fff;
}
.rectangle-shape p {
  color: #fff;
}
.rectangle-shapes {
  padding-top: 130px;
}
.students-svg {
  margin-top: 50px;
}

/* Features */

section.features .col-4 {
  padding-left: 0px;
  padding-right: 0px;
}
.features {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.features-post {
  position: relative;
  margin-bottom: 0px;
}

.features-thumb {
  overflow: hidden;
  position: relative;
}

.features-thumb img {
  width: 100%;
}

.features-content {
  position: absolute; /* top: -135px; */
  left: 0;
  width: 100%;
  background-color: #761e1f;
  color: #fff;
  padding: 28px 35px 35px 35px;
  overflow: hidden;
  transition: 0.5s;
  bottom: -280px;
  -moz-border-radius: 22px;
  -webkit-border-radius: 22px;
  border-radius: 22px;
}

.bg1 {
  background-color: #761e1f;
}
.bg2 {
  background-color: #dbc79b;
}
.bg3 {
  background-color: #ffffff;
}
.features-img-container {
  height: 150px;
  height: auto;
  overflow: hidden;
  margin: 10px 0px;
  background-color: #313131;
}
.bg5 {
  background-image: url('../image/bg1.png');
}
.features-content:hover {
  background-color: #c8ae73;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.5);
  transition: 0.5s;
  bottom: 0px;
}
.features-content:hover h4,
.features-content:hover i {
  color: #0c1228;
}
.features-content h4 {
  font-size: 22px;
  text-transform: uppercase;

  color: #fff;
  letter-spacing: 1px;
  margin-bottom: 0px;
}

.features-content h4 i {
  margin-right: 15px;
  font-size: 24px;
}

.features-content p {
  margin-bottom: 0px;
}

.features-content a {
  display: inline-block;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 0.5px;
  font-weight: 700;
  font-size: 16px;
  border-bottom: 2px solid #fff;
}

.features-content a:hover {
  color: #9c0002 !important;
}
.features-content img:hover {
  filter: alpha(opacity=60); /*IE*/
  -moz-opacity: 0.6; /*MOZ , FF*/
  opacity: 0.6; /*CSS3, FF1.5*/
}

.features-content p.hidden-sm {
  display: none;
}

.second-features,
.third-features {
  border-left: 1px solid rgba(250, 250, 250, 0.1);
}
.features-post i,
.features-post h4 {
  color: #ffffff;
  transition: 0.5s;
}
.second-features h4 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.second-features i,
.second-features h4 {
  color: #761e1f;
  transition: 0.5s;
}
.third-features i,
.third-features h4 {
  color: #c00002;
  transition: 0.5s;
}
.features-content .content-hide {
  margin-top: 23px;
  transition: max-height 1s;
}
.content-hide p {
  color: #fff;
  white-space: nowrap; /* 禁止换行 */
  overflow: hidden; /* 隐藏超出部分 */
  text-overflow: ellipsis;
}

/* -- Pencil-Section -- */

.pencil-section {
  padding: 100px 0;
}
.pencil-section .text {
  margin-bottom: 30px;
}
.pencil-section .text:nth-child(1) h1 {
  color: #e74c3c;
}
.pencil-section .text:nth-child(2) h1 {
  color: #3498db;
}
.pencil-section .text a {
  color: #f1c40f;
  display: flex;
  align-items: center;
}
.pencil-section .text a:hover i {
  margin-left: 10px;
  transition: 0.5s;
}
.pencil-section .text a i {
  margin-left: 5px;
  transition: 0.5s;
}

/*-- animation --*/
.pencil-dash {
  fill: transparent;
  stroke-width: 1px;
  stroke: #000;
  animation: pencil-dash 10s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-timing-function: linear;

  stroke-linecap: round;
}
.cap {
  animation: cap 2s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  transform-origin: top;
}
.rotate-head {
  animation: rotatehead 2s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  transform-origin: top;
}
.build-img {
  display: block;
  margin: auto;
  width: 65%;
}
@keyframes cap {
  0% {
    transform: rotate(3deg);
  }
  25% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(-3deg);
  }
  75% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(3deg);
  }
}
@keyframes rotatehead {
  0% {
    transform: rotate(0.4deg);
  }
  25% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(-0.4deg);
  }
  75% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(0.4deg);
  }
}
@keyframes pencil-dash {
  0% {
    stroke-dasharray: 5;
    stroke-dashoffset: 800;
  }
  100% {
    stroke-dasharray: 5;
    stroke-dashoffset: 900;
  }
}
#screen path {
  fill: transparent;
  stroke-width: 10px;
  stroke: #fff;
}

@keyframes stroke {
  0% {
    stroke-dasharray: 16;
    stroke-dashoffset: 800;
  }
  100% {
    stroke-dasharray: 16;
    stroke-dashoffset: 900;
  }
}

.blur {
  animation: blur 3s ease-in;
  animation-iteration-count: infinite;
  animation-fill-mode: forwards;
}

.animate {
  opacity: 0;
}

.animate.active {
  opacity: 1;
}

.fade {
  animation: fade 1s ease-in;
  animation-delay: 0s;
  animation-fill-mode: forwards;
}

.fade-1 {
  opacity: 0;
  animation: fade 1s ease-in;
  animation-delay: 0.5s;
  animation-fill-mode: forwards;
}

.fade-2 {
  opacity: 0;
  animation: fade 1s ease-in;
  animation-delay: 1s;
  animation-fill-mode: forwards;
}

.active.fade-bottom {
  animation: fade-bottom 1s ease-in;
}

.active.fade-left {
  animation: fade-left 1s ease-in;
}

.active.fade-right {
  animation: fade-right 1s ease-in;
}

@keyframes autoscale {
  0% {
    background-size: 100% 100%;
  }

  30% {
    background-size: 110% 110%;
  }

  100% {
    background-size: 100% 100%;
  }
}

@keyframes blur {
  0% {
    background: none;
    box-shadow: 0px 0px 0px var(--theme-color);
    border: 1px solid #fff;
  }

  50% {
    background: none;
    box-shadow: 0px 0px 30px var(--theme-color);
  }

  100% {
    background: none;
    box-shadow: 0px 0px 0px #22fbff;
    border: 1px solid #fff;
  }
}

@keyframes fade {
  0% {
    transform: translateY(50px);
    opacity: 0;
  }

  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes fade-bottom {
  0% {
    transform: translateY(50px);
    opacity: 0;
  }

  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes fade-left {
  0% {
    transform: translateX(-100px);
    opacity: 0;
  }

  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes fade-right {
  0% {
    transform: translateX(100px);
    opacity: 0;
  }

  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

.rotate {
  animation: rotate 5s linear;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.rotate_y {
  animation: rotate_y 5s linear;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
}

@keyframes rotate_y {
  0% {
    transform: rotateY(0deg);
  }

  100% {
    transform: rotateY(360deg);
  }
}

.rotate_x {
  animation: rotate_x 5s linear;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
}

@keyframes rotate_x {
  0% {
    transform: rotateX(0deg);
  }

  100% {
    transform: rotateX(360deg);
  }
}

@keyframes drowing {
  0% {
    width: 0;
    height: 0;
  }

  100% {
    width: 15%;
    height: 50%;
  }
}

/* Single */
.page {
  padding: 70px 0;
}
.singlepage p {
  margin: 18px 0;
  font-size: 16px;
	color: #050505;
	text-align: left;
}

.singlepage{ text-align: center;}
.singlepage h3.h3title {
  text-align: center;
  color: #161616;
}
.singlepage h3 {
  margin-bottom: 15px;
  color: #761e1f;
  font-weight: bold;
  font-size: 28px;
	text-align: left;
}
.singlepage ul li span {
  float: right;
  color: rgb(177, 177, 177);
  font-size: 12px;
  font-weight: none;
}
.singlepage ul li {
  line-height: 36px !important;
  font-size: 18px !important;
  margin: 0px 0px 12px 0px;
  border-bottom: #bbbbbb dotted 1px;
  padding-bottom: 0px;
	text-align: left;
}

.singlepage ul li a{
	
 width: calc(100% - 90px);
display: inline-block;
text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
	
	
	
	
	
}
.singlepage ul {
  overflow: hidden;
}
DIV.msdn {
  color: #313031;
  background-color: #fff;
  text-align: center;
  overflow: hidden;
  padding: 30px 0;
  margin-top: 20px;
}
DIV.msdn A {
  padding: 8px 12px;

  margin: 0px 3px;
  color: #333;
  text-decoration: none;
  border: 1px solid #ccc;
  font-size: 14px !important;
}
DIV.msdn A:hover {
  color: #fff !important;
  background-color: #5f1112;
  border: 1px solid #ccc;
}
DIV.pagination A:active {
  border-right: #b7d8ee 1px solid;
  border-top: #b7d8ee 1px solid;
  border-left: #b7d8ee 1px solid;
  color: #0066a7;
  border-bottom: #b7d8ee 1px solid;
  background-color: #d2eaf6;
}
DIV.msdn SPAN.current {
  padding: 10px 18px 10px 18px;
  margin: 7px 3px 0px 3px;
  color: #fff;
  background-color: #5f1112;
  border: 1px solid #ccc;
}
DIV.msdn SPAN.disabled {
  display: none;
}
.time {
  text-align: center !important;
  overflow: hidden;
  justify-content: center;
  margin: 0 auto;
  width: 100%;
}
.time p {
  float: right;
  font-size: 12px;
  color: #7e7e7e;
  margin: 0px 8px;
	
}

.dqwz {
  text-align: left;
  overflow: hidden;
}
.dqwz p {
  float: right;
  font-size: 12px;
  color: #7e7e7e;
  margin: 0px 8px 25px 0px;
}
.map-content {
  margin: 0 auto;
  width: 680px;
  height: 645px;
  display: block;
  background: url('../image/map1.png') left top no-repeat;
  position: relative;
}
.map-content a {
  font-weight: bold;
  font-size: 13px;
}
.map-content a:hover {
  text-decoration: underline;
}
#xinjiang {
  position: absolute;
  left: 80px;
  top: 180px;
  color: #000000;
}

#xizang {
  position: absolute;
  left: 110px;
  top: 320px;
  color: #000000;
}

#qinghai {
  position: absolute;
  left: 240px;
  top: 270px;
  color: #ffffff;
}

#sichuan {
  position: absolute;
  left: 300px;
  top: 360px;
  color: #000000;
}

#chongqing {
  position: absolute;
  left: 380px;
  top: 360px;
  color: #000000;
}

#yunnan {
  position: absolute;
  left: 300px;
  top: 455px;
  color: #ffffff;
}

#guangxi {
  position: absolute;
  left: 400px;
  top: 465px;
  color: #ffffff;
}
#guizhou {
  position: absolute;
  left: 375px;
  top: 420px;
  color: #000000;
}

#gansu {
  position: absolute;
  left: 250px;
  top: 205px;
  color: #000000;
}

#neimenggu {
  position: absolute;
  left: 385px;
  top: 210px;
  color: #000000;
}

#ningxia {
  position: absolute;
  left: 365px;
  top: 260px;
  color: #000000;
}

#shanxi {
  position: absolute;
  left: 395px;
  top: 310px;
  color: #000000;
}

#shanxi2 {
  position: absolute;
  left: 435px;
  top: 260px;
  color: #ffffff;
}

#henan {
  position: absolute;
  left: 455px;
  top: 315px;
  color: #000000;
}

#hubei {
  position: absolute;
  left: 445px;
  top: 357px;
  color: #000000;
}

#hunan {
  position: absolute;
  left: 435px;
  top: 405px;
  color: #000000;
}

#guangdong {
  position: absolute;
  left: 465px;
  top: 465px;
  color: #000000;
}

#hainan {
  position: absolute;
  left: 380px;
  top: 538px;
  color: #000000;
}

#jiangxi {
  position: absolute;
  left: 488px;
  top: 398px;
  color: #000000;
}

#fujian {
  position: absolute;
  left: 520px;
  top: 428px;
  color: #000000;
}

#anhui {
  position: absolute;
  left: 510px;
  top: 348px;
  color: #000000;
}

#zhejian {
  position: absolute;
  left: 545px;
  top: 375px;
  color: #ffffff;
}

#shandong {
  position: absolute;
  left: 505px;
  top: 270px;
  color: #ffffff;
}

#jiangsu {
  position: absolute;
  left: 533px;
  top: 320px;
  color: #000000;
}

#heilongjiang {
  position: absolute;
  left: 590px;
  top: 95px;
  color: #000000;
}

#jilin {
  position: absolute;
  left: 590px;
  top: 150px;
  color: #000000;
}

#liaoning {
  position: absolute;
  left: 558px;
  top: 180px;
  color: #000000;
}
#hebei {
  position: absolute;
  left: 478px;
  top: 240px;
  color: #000000;
}
#beijing {
  position: absolute;
  left: 480px;
  top: 198px;
  color: #000000;
}
#shanghai {
  position: absolute;
  left: 580px;
  top: 340px;
  color: #000000;
}

#tianjin {
  position: absolute;
  left: 505px;
  top: 215px;
  color: #000000;
}

#taiwan {
  position: absolute;
  left: 585px;
  top: 455px;
  color: #000000;
}

#xianggang {
  position: absolute;
  left: 475px;
  top: 491px;
  color: #000000;
}

#aomen {
  position: absolute;
  left: 450px;
  top: 503px;
  color: #000000;
}

.bg4 {
  background-color: #efefef;
  background-image: url('../image/bg1.png');
}
.bg5 {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background: url(../image/cbg2.jpg) !important;
  background-position: cover !important;
  background-attachment: fixed !important;
}

.bg6 {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background: url(../image/cbg3.jpg) !important;
  background-position: cover !important;
  background-attachment: fixed !important;
}

.bg7 {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background: url(../image/cbg4.jpg) !important;
  background-position: cover !important;
  background-attachment: fixed !important;
}

.bg8 {
  background-image: url('../image/bg1.png');
}

.page-banner {
  min-height: 300px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background: url(../image/cbg1.jpg);
  background-position: cover;
  background-attachment: fixed;
}
.page-banner::before {
  content: '';
  display: block;
  position: absolute;
  background-color: rgb(22 34 57 / 68%);
  top: 0;
  left: 0;
  bottom: 0px;
  width: 100%;
}
.page-banner .caption {
  position: relative;
  z-index: 3;
  text-align: center;
}
.page-banner .caption h6 {
  margin-top: 0px;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;
  letter-spacing: 1px;
}

.page-banner .caption h2 {
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 64px;
  text-transform: uppercase;
  font-weight: 800;
  color: #fff;
  letter-spacing: 1px;
}

.page-banner .caption h2 em {
  font-style: normal;
  color: #f5a425;
  font-weight: 900;
}

.card-text {
  margin-bottom: 10px;
}
.page .theme-btn {
  padding: 16px 22px;
  font-size: 12px;
}

/* services */
.services .service {
  margin-top: 40px;
	padding:0px 20px;
}
.services .service .feature {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 2.6rem;
  width: 2.6rem;
  font-size: 1.3rem;
  background: #761e1f;
  margin-right: 15px;
}
.services h2 {
  letter-spacing: normal;
  font-size: 1.5em;
  font-weight: bold;
  color: #761e1f;
}
.services h2 span {
  float: right;
  font-size: 14px;
  margin-top: 13px;
}
.services h2 span a:hover {
  color: #dbc79b;
}
.mainnews {margin:15px 0 23px 0;
}
.news-img {
  overflow: hidden;
}
.news-img h3 {
  margin: 17px 0 0 0;
  font-size: 22px;
  font-weight: bold;
	text-align: center;
}
.news-img a h3:hover{color:#b39448 !important;}
.news-img img {
  padding: 7px;
  border: solid #e5e5e5 1px;
  transition: all 0.3s ease;
  overflow: hidden;
}
.news-img img:hover {
  transform: scale(1.02);
  transition: all 1s ease;
  filter: alpha(opacity=60); /*IE*/
  -moz-opacity: 0.6; /*MOZ , FF*/
  opacity: 0.6; /*CSS3, FF1.5*/
  overflow: hidden;
}
.services .service ul li a {
  color: #151515;
	font-size: 16px ;
  line-height: 39px !important;
}
.services .service ul li a span {
  float: right;
  font-size: 14px;
  font-weight: none !important;
  color: #b1b1b1;

}
.services .service ul li a:hover {
  color: #b39448;
}

/* Contact */

.contacts-info li {
  display: flex;

  padding-bottom: 14px;
  border-bottom: #b9b9b9 solid 1px;
  margin-bottom: 15px;
}
.contacts-info li i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 1.6rem;
  width: 1.6rem;
  font-size: 0.6rem;
  background: #761e1f;
  color: #fff;
  margin: 0 15px 0 0;
  border-radius: 1px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}

.contacts-info li.current i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 1.6rem;
  width: 1.6rem;
  font-size: 0.6rem;
  background: #c0a15a;
  color: #fff;
  margin: 0 15px 0 0;
  border-radius: 1px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}
.xyzysnav li {
  margin: 5px 0;
}
.xyzysnav li.current a {
  color: #c0a15a;
}
.xyzyjs-list {
  padding-bottom: 48px;
}
.xyzyjs {
  padding-top: 26px;
}

.xyzyjs-list ul li {
  padding-bottom: 0px;
  border-bottom: none;
  margin-bottom: 5px;
}
.xyzyjs-list p {
  font-size: 16px !important;
	  margin:0 !important;


}
.xyzyjs-list h4{font-size: 16px;  text-align: left; margin:21px 0 15px 0; color: #c0a15a;}
.xyzyjs h2 {
  font-size: 16px;
  margin-bottom: 23px;
  border-bottom: #b9b9b9 solid 1px;
  padding-bottom: 24px;
  color: #761e1f !important;
	text-align: left;
	
}

.xyzyjs h2.xiao{ font-size: 14px !important;}
.xyzyjs h2.ts {
  font-size: 0.85em;
}
.xyzyjs h2 img {
  width: 25%;
  height: auto;
  margin-right: 15px;
}
.contacts-info li.current a {
  color: #c0a15a;
}
.contacts-info li p {
  text-align: left;
  width: 10rem;
}
.contact .form-control {
  padding: 0.8rem 0.75rem;
}
.contact .formbtn {
  background: #e74c3c;
  border-color: #e74c3c;
  outline: none;
}

/* 中间块 */
.features2 {
  display: none;
  bottom: 20px;
}
.features2 .cells {
  display: flex;
  justify-content: space-between;
}
.features2 .cell {
  width: 30%;
  position: relative;
  border-radius: 25px;
  overflow: hidden;
}
.features2 .cell::before {
  display: block;
  content: '';
  width: 100%;
  padding-top: 100%;
  z-index: -1;
}

.features2 .cell .cell-wrap {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.features2 .cell a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.features2 .cell i {
  font-size: 80px;
}
.features2 .cell h4 {
  font-size: 24px;
  margin-top: 20px;
  line-height: 1.5;
}

.features2 .cell.bg1 a,
.features2 .cell.bg1 h4 {
  color: #fff;
}

.features2 .cell.bg2 a,
.features2 .cell.bg2 h4 {
  color: #761e1f;
}
.features2 .cell.bg3 a,
.features2 .cell.bg3 h4 {
  color: #761e1f;
}

.baibg{
	background-color: #FFFFFF;
	padding:10px 15px 38px 15px;
		-webkit-box-shadow:4px 1px 6px #c0c0c0;/*webkit*/
	-moz-box-shadow:4px 1px 6px #c0c0c0;/*firefox*/
	box-shadow:4px 1px 6px #c0c0c0;/*opera或ie9*/
}
.link a{margin:0px 7px;}

.zjxy-cells {
}
.zjxy-cells .cell{ position: relative;}
.zjxy-cells .cell:before{content:'';display:block;width: 100%; padding-top: 66%;}
.zjxy-cells .cell .box{position: absolute;top: 0;left: 0;width: 100%;height: 100%;}
.zjxy-cells .cell .box .fd{display: block;height: 100%;}
.zjxy-cells .cell .box img{object-fit: cover;height: 100%;}



